From 4849fabc7c4c47d770b61adc025e34bc2a23fe23 Mon Sep 17 00:00:00 2001 From: Stephen Casner Date: Wed, 29 Apr 2020 12:24:37 +0100 Subject: [PATCH 1/1] 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. --- ld/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index dd5628283b..ae587dff11 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +2020-04-29 Stephen Casner + + 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 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386. -- 2.34.1