[binutils-gdb] Remove restriction on skipping some linker tests because their default image base is too high.
Nick Clifton
nickc@sourceware.org
Wed Apr 29 11:58:07 GMT 2020
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4849fabc7c4c47d770b61adc025e34bc2a23fe23
commit 4849fabc7c4c47d770b61adc025e34bc2a23fe23
Author: Stephen Casner <casner@acm.org>
Date: Wed Apr 29 12:24:37 2020 +0100
Remove restriction on skipping some linker tests because their default image base is too high.
PR 25829
* testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
* testsuite/ld-scripts/default-script1.d: No longer have to skip
test for those targets.
* testsuite/ld-scripts/default-script2.d: Likewise.
* testsuite/ld-scripts/default-script3.d: Likewise.
* testsuite/ld-scripts/default-script4.d: Likewise.
Diff:
---
ld/ChangeLog | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index dd5628283b8..ae587dff11d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,14 @@
+2020-04-29 Stephen Casner <casner@acm.org>
+
+ PR 25829
+ * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
+ LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
+ * testsuite/ld-scripts/default-script1.d: No longer have to skip
+ test for those targets.
+ * testsuite/ld-scripts/default-script2.d: Likewise.
+ * testsuite/ld-scripts/default-script3.d: Likewise.
+ * testsuite/ld-scripts/default-script4.d: Likewise.
+
2020-04-27 Tamar Christina <tamar.christina@arm.com>
* pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
More information about the Binutils-cvs
mailing list