diff options
author | mengqinggang <mengqinggang@loongson.cn> | 2023-04-18 11:49:21 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-04-18 11:49:21 +0100 |
commit | a02676b77d84d8229b5d4b01259535234cded19e (patch) | |
tree | 5303783009550d51a718453a7ff335ea57f582fd /ld/ChangeLog | |
parent | 01996a7a49bb278a50e72cb9a70011b8f907968e (diff) | |
download | gdb-a02676b77d84d8229b5d4b01259535234cded19e.zip gdb-a02676b77d84d8229b5d4b01259535234cded19e.tar.gz gdb-a02676b77d84d8229b5d4b01259535234cded19e.tar.bz2 |
Symbols with GOT relocatios do not fix adjustbale
gas
* config/tc-loongarch.c (loongarch_fix_adjustable): Symbols with GOT relocatios do not fix adjustbale.
* testsuite/gas/loongarch/macro_op_large_abs.d: Regenerated.
* testsuite/gas/loongarch/macro_op_large_pc.d: Regenerated.
ld
* testsuite/ld-loongarch-elf/macro_op.d: Regenerated. -
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b829bef..c4de327 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2023-04-18 mengqinggang <mengqinggang@loongson.cn> + + * testsuite/ld-loongarch-elf/macro_op.d: Regenerated. + 2023-04-17 Nick Clifton <nickc@redhat.com> PR 30354 |