aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elf32-bfin.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a311e9b..9366ed5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-04 Michael Snyder <msnyder@access-company.com>
+
+ * elf32-bfin.c (howto_table): Cut and paste error?
+ Name field of reloc is wrong.
+
2007-09-04 Alan Modra <amodra@bigpond.net.au>
* elf32-spu.c (elf_howto_table): Formatting.
diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c
index f3d9480..68f3712 100644
--- a/bfd/elf32-bfin.c
+++ b/bfd/elf32-bfin.c
@@ -716,7 +716,7 @@ static reloc_howto_type bfin_howto_table [] =
0, /* bitpos */
complain_overflow_signed, /* complain_on_overflow */
bfd_elf_generic_reloc, /* special_function */
- "R_BFIN_GOT12", /* name */
+ "R_BFIN_GOT17M4", /* name */
FALSE, /* partial_inplace */
0xffff, /* src_mask */
0xffff, /* dst_mask */