* elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
authorRichard Sandiford <rdsandiford@googlemail.com>
Tue, 27 May 2003 08:04:12 +0000 (08:04 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Tue, 27 May 2003 08:04:12 +0000 (08:04 +0000)
(mips_elf_link_hash_table): Likewise.

bfd/ChangeLog
bfd/elfxx-mips.c

index 14f90db7c0fb832acdd3b76401cb5e5bf22be457..612884f2f3924f2b7703250a6fb7a63361533399 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-27  Richard Sandiford  <rsandifo@redhat.com>
+
+       * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
+       (mips_elf_link_hash_table): Likewise.
+
 2003-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
index 4199ff7064f72a64b090112f062d82d17468e016..bede3e61293a05110410d9d1d4b51e3ded510dd7 100644 (file)
@@ -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;
This page took 0.033657 seconds and 4 git commands to generate.