aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-06-09 11:10:16 +0100
committerNick Clifton <nickc@redhat.com>2021-06-09 11:10:16 +0100
commitf75bcf7e574c511f0ea742e05e5ae6e19bf29a92 (patch)
treec3dc002146e7ec289e13edbdeffa09dc2c005e6f /ld/ChangeLog
parent1bc5b62129b45aeb860af1002bfef199a1850755 (diff)
downloadgdb-f75bcf7e574c511f0ea742e05e5ae6e19bf29a92.zip
gdb-f75bcf7e574c511f0ea742e05e5ae6e19bf29a92.tar.gz
gdb-f75bcf7e574c511f0ea742e05e5ae6e19bf29a92.tar.bz2
Fix the creation of archives for Sparc Solaris2 targets by eliminating the support for generic SPARC ELF files.
PR 27666 bfd * config.bfd: Do not add the sparc_elf32_vec or sparc_elf64_vec vectors to Sparc Solaris2 targets. ld * testsuite/ld-sparc/sparc.exp: Do not run the sparctests or sparc64tests for Solaris2 targets.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3c2aa26..7ae7613 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2021-06-09 Nick Clifton <nickc@redhat.com>
+
+ PR 27666
+ * testsuite/ld-sparc/sparc.exp: Do not run the sparctests or
+ sparc64tests for Solaris2 targets.
+
2021-06-03 Alan Modra <amodra@gmail.com>
PR 2589