From: Michael Snyder Date: Wed, 5 Sep 2007 18:49:41 +0000 (+0000) Subject: 2007-09-04 Michael Snyder X-Git-Tag: gdb_6_7-2007-09-07-branchpoint~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5dff466409c5376ee7500d1efd70081c41c185b7;p=external%2Fbinutils.git 2007-09-04 Michael Snyder * elf32-bfin.c (howto_table): Cut and paste error? Name field of reloc is wrong. --- 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 + + * elf32-bfin.c (howto_table): Cut and paste error? + Name field of reloc is wrong. + 2007-09-04 Alan Modra * 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 */