aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorStephen Casner <casner@acm.org>2020-04-16 16:13:31 +0100
committerNick Clifton <nickc@redhat.com>2020-04-16 16:13:31 +0100
commit7a1a12f4d1c6152017142d74c736dc1cc6b0e81c (patch)
treef3aa35f4b8ac39c5869bee81d5b14472bdd917fa /ld/ChangeLog
parent381ce63f2f010ef5c246be720ef177cf46a19179 (diff)
downloadfsf-binutils-gdb-7a1a12f4d1c6152017142d74c736dc1cc6b0e81c.zip
fsf-binutils-gdb-7a1a12f4d1c6152017142d74c736dc1cc6b0e81c.tar.gz
fsf-binutils-gdb-7a1a12f4d1c6152017142d74c736dc1cc6b0e81c.tar.bz2
Fix the test for PR 18963 so that it will work on 16-bit targets.
PR ld/18963 * testsuite/ld-scripts/pr18963.s: New, replaces empty data.s to allocate space in text, data, bss here rather than pr18963.t. * testsuite/ld-scripts/pr18963.t: Remove assignments to dot. * testsuite/ld-scripts/pr18963.d: Change addresses to fit 16 bits.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 53a3c9d..82893a9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2020-04-16 Stephen Casner <casner@acm.org>
+
+ PR ld/18963
+ * testsuite/ld-scripts/pr18963.s: New, replaces empty data.s to
+ allocate space in text, data, bss here rather than pr18963.t.
+ * testsuite/ld-scripts/pr18963.t: Remove assignments to dot.
+ * testsuite/ld-scripts/pr18963.d: Change addresses to fit 16 bits.
+
2020-04-15 Fangrui Song <maskray@google.com>
PR binutils/24613