This is the mail archive of the binutils@sources.redhat.com 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: [applied] bfd and gas changes for mips


Eric Christopher <echristo@redhat.com> writes:
> Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de> writes:
> > [snip]
> 
> > Some formatting breakage here.
> 
> > 
> > Here also.
> 
> Just patch lameness I believe. Should have gone in right :)

No, it was genuine. ;)  I checked in the patch below as obvious
after sanity-checking a mips64-elf build.

Richard


	* elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
	(mips_elf_link_hash_table): Likewise.

Index: elfxx-mips.c
===================================================================
RCS file: /cvs/src/src/bfd/elfxx-mips.c,v
retrieving revision 1.54
diff -u -d -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.54 elfxx-mips.c
--- elfxx-mips.c	21 May 2003 21:53:32 -0000	1.54
+++ elfxx-mips.c	27 May 2003 07:56:50 -0000
@@ -163,7 +163,7 @@ struct mips_elf_hash_sort_data
   long min_got_dynindx;
   /* The greatest dynamic symbol table index corresponding to a symbol
      with a GOT entry that is not referenced (e.g., a dynamic symbol
-     with dynamic relocations pointing to it from non-primary     GOTs).  */
+     with dynamic relocations pointing to it from non-primary GOTs).  */
   long max_unref_got_dynindx;
   /* The greatest dynamic symbol table index not corresponding to a
      symbol without a GOT entry.  */
@@ -245,7 +245,8 @@ struct mips_elf_link_hash_table
 
 struct extsym_info
 {
-  bfd *abfd;  struct bfd_link_info *info;
+  bfd *abfd;
+  struct bfd_link_info *info;
   struct ecoff_debug_info *debug;
   const struct ecoff_debug_swap *swap;
   bfd_boolean failed;


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