mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
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.
This commit is contained in:
@ -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 Nick Clifton <nickc@redhat.com>
|
2017-08-11 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* emultempl/elf32.em (handle_option): Accept the -z globalaudit
|
* emultempl/elf32.em (handle_option): Accept the -z globalaudit
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
OUTPUT_FORMAT("elf32-i386");
|
|
||||||
OUTPUT_ARCH(i386);
|
|
||||||
|
|
||||||
ENTRY(_start);
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
. = 0x10000;
|
. = 0x10000;
|
||||||
_start = . ;
|
_start = . ;
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
OUTPUT_FORMAT("elf64-x86-64");
|
|
||||||
OUTPUT_ARCH(i386:x86-64);
|
|
||||||
|
|
||||||
ENTRY(_start);
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
. = 0x10000;
|
. = 0x10000;
|
||||||
_start = . ;
|
_start = . ;
|
||||||
|
Reference in New Issue
Block a user