summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2003-05-27 08:04:12 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2003-05-27 08:04:12 +0000
commit2bef17a7942abe3254b5450d995e4cf14dadb16e (patch)
tree7fc84c19bdd911e031dfb5814ed25e57634e36f6
parent248e00b0eea75530a276695feb561d2439b9b9f4 (diff)
downloadbinutils-redhat-jimb-ppc64-linux-20030528-branch.tar.gz
* elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.jimb-ppc64-linux-20030528-branchpointjimb-ppc64-linux-20030528-branch
(mips_elf_link_hash_table): Likewise.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elfxx-mips.c5
2 files changed, 8 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 14f90db7c0..612884f2f3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index 4199ff7064..bede3e6129 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;