From: Alan Modra Date: Sun, 13 Aug 2017 00:04:04 +0000 (+0930) Subject: Fix i686-nacl and x86_64-nacl pr21884 failures X-Git-Tag: binutils-2_29_1~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9c6cabedd8f966a3ab9d7a877b9a093e4de1328;p=thirdparty%2Fbinutils-gdb.git Fix i686-nacl and x86_64-nacl pr21884 failures OUTPUT_FORMAT in the script results in "./ld-new: target elf32-i386 not found" and similarly for the x86_64 test. * testsuite/ld-i386/pr21884.t: Remove unneeded format, arch and entry. * testsuite/ld-x86-64/pr21884.t: Likewise. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 96e7a6aed1d..b38c2f7a9c3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-08-13 Alan Modra + + * testsuite/ld-i386/pr21884.t: Remove unneeded format, arch and entry. + * testsuite/ld-x86-64/pr21884.t: Likewise. + 2017-08-11 H.J. Lu PR ld/21884 diff --git a/ld/testsuite/ld-i386/pr21884.t b/ld/testsuite/ld-i386/pr21884.t index 9ec7dc8614e..fcb7bce20ec 100644 --- a/ld/testsuite/ld-i386/pr21884.t +++ b/ld/testsuite/ld-i386/pr21884.t @@ -1,7 +1,3 @@ -OUTPUT_FORMAT("elf32-i386"); -OUTPUT_ARCH(i386); - -ENTRY(_start); SECTIONS { . = 0x10000; _start = . ; diff --git a/ld/testsuite/ld-x86-64/pr21884.t b/ld/testsuite/ld-x86-64/pr21884.t index f57cb3a601c..fcb7bce20ec 100644 --- a/ld/testsuite/ld-x86-64/pr21884.t +++ b/ld/testsuite/ld-x86-64/pr21884.t @@ -1,7 +1,3 @@ -OUTPUT_FORMAT("elf64-x86-64"); -OUTPUT_ARCH(i386:x86-64); - -ENTRY(_start); SECTIONS { . = 0x10000; _start = . ;