summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authormengqinggang <mengqinggang@loongson.cn>2023-04-18 11:49:21 +0100
committerNick Clifton <nickc@redhat.com>2023-04-18 11:49:21 +0100
commita02676b77d84d8229b5d4b01259535234cded19e (patch)
tree5303783009550d51a718453a7ff335ea57f582fd /ld/ChangeLog
parent01996a7a49bb278a50e72cb9a70011b8f907968e (diff)
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/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b829befb08e..c4de3276784 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