From 29f6795d5ee214c718997c67bd3281ab85687a21 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Wed, 5 Sep 2007 18:49:41 +0000 Subject: [PATCH] 2007-09-04 Michael Snyder * elf32-bfin.c (howto_table): Cut and paste error? Name field of reloc is wrong. --- bfd/ChangeLog | 5 +++++ bfd/elf32-bfin.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a311e9b428..9366ed5d34 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 f3d94804ea..68f3712f64 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 */ -- 2.11.0