aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2007-09-05 18:49:41 +0000
committerMichael Snyder <msnyder@vmware.com>2007-09-05 18:49:41 +0000
commit5dff466409c5376ee7500d1efd70081c41c185b7 (patch)
tree553307a1398beea9343ae4a77ab2b4b209d920ea /bfd/elf32-bfin.c
parent2007-09-05 H.J. Lu <hongjiu.lu@intel.com> (diff)
downloadbinutils-gdb-5dff466409c5376ee7500d1efd70081c41c185b7.tar.gz
binutils-gdb-5dff466409c5376ee7500d1efd70081c41c185b7.tar.bz2
binutils-gdb-5dff466409c5376ee7500d1efd70081c41c185b7.zip
2007-09-04 Michael Snyder <msnyder@access-company.com>
* elf32-bfin.c (howto_table): Cut and paste error? Name field of reloc is wrong.
Diffstat (limited to 'bfd/elf32-bfin.c')
-rw-r--r--bfd/elf32-bfin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c
index f3d94804ea9..68f3712f647 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 */