Fix errors in the gas testsuite for the ARC target.
authorCupertino Miranda <cmiranda@synopsys.com>
Wed, 28 Oct 2015 13:48:00 +0000 (13:48 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 28 Oct 2015 13:48:00 +0000 (13:48 +0000)
commit6f4b1afcdc8317280669d020765b8215110c4584
treeb6365ff26a33f93899421909914d54c7e69e7721
parent7963511fbf0459fff586c3129705bfbc706770e3
Fix errors in the gas testsuite for the ARC target.

bfd * reloc.c (BFD_RELOC_ARC_32_PCREL): New entry.
(ARC_TLS_DTPOFF): Arrange it in order.
* elf32-arc.c (arc_elf_howto_ini): Update formula.
(get_middle_endian_relocation): New function.
(PDATA): Define.
* bfd-in2.h: Regenerate.
* libbfd.h: Likewise.

elf * arc-reloc.def (ARC_32_PCREL): New definition.

gas * config/tc-arc.c (tokenize_arguments): Avoid creating unused
symbols when parsing relocation types.
(md_apply_fix): Handle TLS relocations. Fix BFD_RELOC_ARC_32_PCREL
relocation.
(arc_check_reloc): Emit BFD_RELOC_ARC_32_PCREL relocation.
bfd/ChangeLog
bfd/bfd-in2.h
bfd/elf32-arc.c
bfd/libbfd.h
bfd/reloc.c
gas/ChangeLog
gas/config/tc-arc.c
include/elf/ChangeLog
include/elf/arc-reloc.def
This page took 0.025185 seconds and 4 git commands to generate.