2007-09-04 Michael Snyder <msnyder@access-company.com>

* elf32-bfin.c (howto_table): Cut and paste error?
	Name field of reloc is wrong.
This commit is contained in:
Michael Snyder 2007-09-05 18:49:41 +00:00
parent d946b91f67
commit 5dff466409
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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 */