diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2003-05-27 08:04:12 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2003-05-27 08:04:12 +0000 |
commit | 9e4aeb93074936ab70c362cacd61bf5e737b95a6 (patch) | |
tree | 5be0e422dd63c6fd66aa267507326dc30f074aa9 /bfd/elfxx-mips.c | |
parent | 35257a3caad3b97b6fde9714447794db26793b5f (diff) | |
download | gdb-9e4aeb93074936ab70c362cacd61bf5e737b95a6.zip gdb-9e4aeb93074936ab70c362cacd61bf5e737b95a6.tar.gz gdb-9e4aeb93074936ab70c362cacd61bf5e737b95a6.tar.bz2 |
* elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
(mips_elf_link_hash_table): Likewise.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r-- | bfd/elfxx-mips.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 4199ff7..bede3e6 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -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; |