This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regenerate bfd-in2.h


On Tue, Dec 18, 2007 at 02:39:11PM -0500, Daniel Jacobowitz wrote:
> Richard's recent patch changed ecoff.c to accomodate a change to
> asection; but bfd-in2.h hasn't been regenerated since, so MIPS
> toolchains were not building.  Now fixed.

I fixed that a little too hastily.  Now, really fixed.

-- 
Daniel Jacobowitz
CodeSourcery

2007-12-18  Daniel Jacobowitz  <dan@codesourcery.com>

	* section.c (BFD_FAKE_SECTION): Update.
	* bfd-in2.h: Regenerate.

Index: bfd-in2.h
===================================================================
RCS file: /cvs/src/src/bfd/bfd-in2.h,v
retrieving revision 1.434
diff -u -p -r1.434 bfd-in2.h
--- bfd-in2.h	18 Dec 2007 19:38:26 -0000	1.434
+++ bfd-in2.h	18 Dec 2007 19:47:17 -0000
@@ -1644,8 +1644,8 @@ extern asection bfd_ind_section;
   /* name, id,  index, next, prev, flags, user_set_vma,            */  \
   { NAME,  IDX, 0,     NULL, NULL, FLAGS, 0,                           \
                                                                        \
-  /* linker_mark, linker_has_input, gc_mark, gc_mark_from_eh,      */  \
-     0,           0,                1,       0,                        \
+  /* linker_mark, linker_has_input, gc_mark,                       */  \
+     0,           0,                1,                                 \
                                                                        \
   /* segment_mark, sec_info_type, use_rela_p, has_tls_reloc,       */  \
      0,            0,             0,          0,                       \
Index: section.c
===================================================================
RCS file: /cvs/src/src/bfd/section.c,v
retrieving revision 1.97
diff -u -p -r1.97 section.c
--- section.c	15 Dec 2007 09:34:48 -0000	1.97
+++ section.c	18 Dec 2007 19:47:17 -0000
@@ -636,8 +636,8 @@ CODE_FRAGMENT
 .  {* name, id,  index, next, prev, flags, user_set_vma,            *}	\
 .  { NAME,  IDX, 0,     NULL, NULL, FLAGS, 0,				\
 .									\
-.  {* linker_mark, linker_has_input, gc_mark, gc_mark_from_eh,      *}	\
-.     0,           0,                1,       0,			\
+.  {* linker_mark, linker_has_input, gc_mark,                       *}	\
+.     0,           0,                1,         			\
 .									\
 .  {* segment_mark, sec_info_type, use_rela_p, has_tls_reloc,       *}	\
 .     0,            0,             0,          0,			\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]