summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-11-30 13:10:35 +1030
committerAlan Modra <amodra@gmail.com>2017-11-30 13:16:35 +1030
commit668247656d5dec815a57761e98720dda09f72481 (patch)
tree903597d14d854f0538b55b6da692f5d2c37b1dd5 /ld/ChangeLog
parent7505954411a168f5c5b9adec23eac55b1532fbe6 (diff)
Fix testcase for PR ld/22471
ASFLAGS should be restored after any modification. Fixes metag-linux +FAIL: Long branch stub metag-linux +FAIL: Long branch stub (PIC, app) mn10300-elf +FAIL: difference of two same-section symbols where the difference is held in another section mn10300-elf +FAIL: relaxation and alignment directives PR 22471 * testsuite/ld-elf/shared.exp: Save and restore ASFLAGS.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a6de996293..51d50d1705 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-30 Alan Modra <amodra@gmail.com>
+
+ PR 22471
+ * testsuite/ld-elf/shared.exp: Save and restore ASFLAGS.
+
2017-11-29 H.J. Lu <hongjiu.lu@intel.com>
PR ld/22471