mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Change 'partial_inplace' to true (this target uses REL relocations) and
'pcrel_offset' to false (the PC is implied, not stored in the offset).
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2001-08-09 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
|
* 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 <amodra@bigpond.net.au>
|
2001-08-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
1999-10-19 Linus Nordberg <linus@swox.se>
|
1999-10-19 Linus Nordberg <linus@swox.se>
|
||||||
|
@ -95,10 +95,10 @@ static reloc_howto_type elf_arc_howto_table[] =
|
|||||||
complain_overflow_signed, /* complain_on_overflow */
|
complain_overflow_signed, /* complain_on_overflow */
|
||||||
bfd_elf_generic_reloc, /* special_function */
|
bfd_elf_generic_reloc, /* special_function */
|
||||||
"R_ARC_B22_PCREL", /* name */
|
"R_ARC_B22_PCREL", /* name */
|
||||||
false, /* partial_inplace */
|
true, /* partial_inplace */
|
||||||
0x07ffff80, /* src_mask */
|
0x07ffff80, /* src_mask */
|
||||||
0x07ffff80, /* dst_mask */
|
0x07ffff80, /* dst_mask */
|
||||||
true), /* pcrel_offset */
|
false), /* pcrel_offset */
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user