components/binutils/patches/bfd.aoutfl1.h.patch
changeset 5057 ab1b43bf588f
parent 1123 cb43164c5dd1
--- a/components/binutils/patches/bfd.aoutfl1.h.patch	Tue Nov 03 15:51:03 2015 -0800
+++ b/components/binutils/patches/bfd.aoutfl1.h.patch	Wed Nov 04 08:30:48 2015 -0800
@@ -1,6 +1,9 @@
---- binutils-2.23.1/bfd/aoutf1.h	2007-07-03 07:26:39.000000000 -0700
-+++ binutils-2.23.1/bfd/aoutf1.h	2013-01-15 13:57:43.579172744 -0800
-@@ -253,7 +253,7 @@
+# struct regs definition conflicts with the struct regs 
+# declaration from /usr/include/sys/dtrace.h.
+# This patch has been submitted to the community.
+--- bfd/aoutf1.h	2014-10-14 00:32:02.000000000 -0700
++++ bfd/aoutf1.h	2015-08-04 11:47:24.254878877 -0700
+@@ -251,7 +251,7 @@
  /* But the reg structure can be gotten from the SPARC processor handbook.
    This really should be in a GNU include file though so that gdb can use
    the same info.  */
@@ -9,7 +12,7 @@
  {
    int r_psr;
    int r_pc;
-@@ -287,7 +287,7 @@
+@@ -285,7 +285,7 @@
    int c_magic;				/* Corefile magic number.  */
    int c_len;				/* Sizeof (struct core).  */
  #define	SPARC_CORE_LEN	432
@@ -18,7 +21,7 @@
    struct external_exec c_aouthdr;	/* A.out header.  */
    int c_signo;				/* Killing signal, if any.  */
    int c_tsize;				/* Text size (bytes).  */
-@@ -310,7 +310,7 @@
+@@ -308,7 +308,7 @@
    int c_magic;				/* Corefile magic number.  */
    int c_len;				/* Sizeof (struct core).  */
  #define	SOLARIS_BCP_CORE_LEN	456