]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/bfd-in2.h
LoongArch: Add R_LARCH_64_PCREL relocation support
authormengqinggang <mengqinggang@loongson.cn>
Sun, 25 Jun 2023 09:47:42 +0000 (17:47 +0800)
committerliuzhensong <liuzhensong@loongson.cn>
Wed, 28 Jun 2023 08:14:35 +0000 (16:14 +0800)
commitbe1ebb6710a8f707bd4b0eecbd00f4f4964050e5
tree413bfa848b9cd768137c124d640890f63daf6fab
parent69933be89fe5002d2d541ecf2145d5ccac19bbac
LoongArch: Add R_LARCH_64_PCREL relocation support

  Gas defaults to emit R_LARCH_ADD64/R_LARCH_SUB64 unless explcitly declared
  to emit R_LARCH_64_PCREL.

  The LoongArch ABI at here:
    https://github.com/loongson/la-abi-specs/blob/release/la-abi.adoc

bfd/ChangeLog:

* bfd-in2.h (not): Add R_LARCH_64_PCREL
* elfnn-loongarch.c (perform_relocation): Likewise.
* elfxx-loongarch.c: Likewise.
* libbfd.h: Likewise.
* reloc.c: Likewise.

gas/ChangeLog:

* config/tc-loongarch.c (loongarch_args_parser_can_match_arg_helper):
(md_apply_fix): Add R_LARCH_64_PCREL.
* testsuite/gas/loongarch/64_pcrel.d: New test.
* testsuite/gas/loongarch/64_pcrel.s: New test.

include/ChangeLog:

* elf/loongarch.h (RELOC_NUMBER): Add R_LARCH_64_PCREL.

ld/ChangeLog:

* testsuite/ld-loongarch-elf/ld-loongarch-elf.exp: Add test.
* testsuite/ld-loongarch-elf/64_pcrel.d: New test.
* testsuite/ld-loongarch-elf/64_pcrel.s: New test.
12 files changed:
bfd/bfd-in2.h
bfd/elfnn-loongarch.c
bfd/elfxx-loongarch.c
bfd/libbfd.h
bfd/reloc.c
gas/config/tc-loongarch.c
gas/testsuite/gas/loongarch/64_pcrel.d [new file with mode: 0644]
gas/testsuite/gas/loongarch/64_pcrel.s [new file with mode: 0644]
include/elf/loongarch.h
ld/testsuite/ld-loongarch-elf/64_pcrel.d [new file with mode: 0644]
ld/testsuite/ld-loongarch-elf/64_pcrel.s [new file with mode: 0644]
ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp