]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix i686-nacl and x86_64-nacl pr21884 failures
authorAlan Modra <amodra@gmail.com>
Sun, 13 Aug 2017 00:04:04 +0000 (09:34 +0930)
committerAlan Modra <amodra@gmail.com>
Sun, 13 Aug 2017 03:10:31 +0000 (12:40 +0930)
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.

ld/ChangeLog
ld/testsuite/ld-i386/pr21884.t
ld/testsuite/ld-x86-64/pr21884.t

index 96e7a6aed1db83b74c37c08ef9896a8ddcb95a96..b38c2f7a9c304f626cb7586489aa39b0fccceffc 100644 (file)
@@ -1,3 +1,8 @@
+2017-08-13  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-i386/pr21884.t: Remove unneeded format, arch and entry.
+       * testsuite/ld-x86-64/pr21884.t: Likewise.
+
 2017-08-11  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/21884
index 9ec7dc8614e363add1c4e745f24ce093db7bc570..fcb7bce20ecb2bd65d5626aba6167b5fb5757470 100644 (file)
@@ -1,7 +1,3 @@
-OUTPUT_FORMAT("elf32-i386");
-OUTPUT_ARCH(i386);
-
-ENTRY(_start); 
 SECTIONS {
         . = 0x10000;
         _start = . ;
index f57cb3a601cd9d424bdc344bdff3973f34c9d618..fcb7bce20ecb2bd65d5626aba6167b5fb5757470 100644 (file)
@@ -1,7 +1,3 @@
-OUTPUT_FORMAT("elf64-x86-64");
-OUTPUT_ARCH(i386:x86-64);
-
-ENTRY(_start); 
 SECTIONS {
         . = 0x10000;
         _start = . ;