summaryrefslogtreecommitdiff
path: root/bfd/elf32-arc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-09 09:00:58 +0000
committerNick Clifton <nickc@redhat.com>2001-08-09 09:00:58 +0000
commit1a75823c8133ec72a97b87336cc589eb03caea6e (patch)
treeb69c5cf2982bd1d918e87a2031cc1203ed1d53a8 /bfd/elf32-arc.c
parentc7dcc9ecd785effa4e4d48d48a5bdc8bb678bbd3 (diff)
downloadbinutils-redhat-1a75823c8133ec72a97b87336cc589eb03caea6e.tar.gz
Change 'partial_inplace' to true (this target uses REL relocations) and
'pcrel_offset' to false (the PC is implied, not stored in the offset).
Diffstat (limited to 'bfd/elf32-arc.c')
-rw-r--r--bfd/elf32-arc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-arc.c b/bfd/elf32-arc.c
index 82b610435f..b491cee9d7 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 */
};