aboutsummaryrefslogtreecommitdiff
path: root/bfd/cpu-amdgcn.c
diff options
context:
space:
mode:
authorLulu Cai <cailulu@loongson.cn>2024-03-21 16:33:21 +0800
committerliuzhensong <liuzhensong@loongson.cn>2024-04-01 17:41:56 +0800
commitb67a17aa7c0c478a2f2c2f045854e9745abfe114 (patch)
tree6f63f30ff8aad6887c8c0860d44bebfefa0f55c2 /bfd/cpu-amdgcn.c
parent7918b183ec7844b7d54a2164a177898e2db59f2e (diff)
downloadgdb-b67a17aa7c0c478a2f2c2f045854e9745abfe114.zip
gdb-b67a17aa7c0c478a2f2c2f045854e9745abfe114.tar.gz
gdb-b67a17aa7c0c478a2f2c2f045854e9745abfe114.tar.bz2
LoongArch: Fix the issue of excessive relocation generated by GD and IE
Currently, whether GD and IE generate dynamic relocation is determined by SYMBOL_REFERENCES_LOCAL and bfd_link_executable. This results in dynamic relocations still being generated in some situations where dynamic relocations are not necessary (such as the undefined weak symbol in static links). We use RLARCH_TLS_GD_IE_NEED_DYN_RELOC macros to determine whether GD/IE needs dynamic relocation. If GD/IE requires dynamic relocation, set need_reloc to true and indx to be a dynamic index. At the same time, some test cases were modified to use regular expression matching instead of complete disassembly matching.
Diffstat (limited to 'bfd/cpu-amdgcn.c')
0 files changed, 0 insertions, 0 deletions