aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-05-23 14:20:57 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-05-23 14:20:57 +0000
commitba09750c1eb83bff64c9ee1b0254de68da3ca1f2 (patch)
tree7c76500c14bddaa479ad3dbbcc6afdc6880a01b1 /bfd/ChangeLog
parentedb72b3b352c80a36e4f1c6f6b7f5980d25f6368 (diff)
downloadgdb-ba09750c1eb83bff64c9ee1b0254de68da3ca1f2.zip
gdb-ba09750c1eb83bff64c9ee1b0254de68da3ca1f2.tar.gz
gdb-ba09750c1eb83bff64c9ee1b0254de68da3ca1f2.tar.bz2
2000-05-23 H.J. Lu <hjl@gnu.org>
* elf32-mips.c (mips_elf_calculate_relocation): Check h->root.other not h->other. * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 62fc301..b83cb3a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -2,6 +2,9 @@
* elf64-alpha.c (elf64_alpha_relocate_section): Check
h->root.other not h->other.
+ * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
+
+ * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
2000-05-23 H.J. Lu <hjl@gnu.org>