From: Nick Clifton Date: Thu, 9 Aug 2001 09:00:58 +0000 (+0000) Subject: Change 'partial_inplace' to true (this target uses REL relocations) and X-Git-Tag: cygnus_cvs_20020108_pre~1742 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c26dc27b503cc897a679b32db4bca573183f38a;p=external%2Fbinutils.git Change 'partial_inplace' to true (this target uses REL relocations) and 'pcrel_offset' to false (the PC is implied, not stored in the offset). --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c487e46..cd3cdcc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2001-08-09 Nick Clifton + + * elf32-arc.c (R_ARC_B22_PCREL): Change 'partial_inplace' to + true (this target uses REL relocations) and 'pcrel_offset' to + false (the PC is implied, not stored in the offset). + 2001-08-08 Alan Modra 1999-10-19 Linus Nordberg diff --git a/bfd/elf32-arc.c b/bfd/elf32-arc.c index 82b6104..b491cee 100644 --- a/bfd/elf32-arc.c +++ b/bfd/elf32-arc.c @@ -95,10 +95,10 @@ static reloc_howto_type elf_arc_howto_table[] = complain_overflow_signed, /* complain_on_overflow */ bfd_elf_generic_reloc, /* special_function */ "R_ARC_B22_PCREL", /* name */ - false, /* partial_inplace */ + true, /* partial_inplace */ 0x07ffff80, /* src_mask */ 0x07ffff80, /* dst_mask */ - true), /* pcrel_offset */ + false), /* pcrel_offset */ };