Replace elf_i386 with elf_i386_nacl for nacl
* ld-i386/i386.exp: Replace elf_i386 with elf_i386_nacl for nacl.
This commit is contained in:
parent
f0af5632f2
commit
761e2bd479
|
@ -1,3 +1,7 @@
|
|||
2015-02-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ld-i386/i386.exp: Replace elf_i386 with elf_i386_nacl for nacl.
|
||||
|
||||
2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ld-plugin/plugin-27.d: New.
|
||||
|
|
|
@ -200,7 +200,7 @@ if [istarget "*-*-nacl*"] {
|
|||
regsub -all elf_i386 $i386tests elf_i386_nacl i386tests
|
||||
|
||||
# Same, applied to all the run_dump_test cases.
|
||||
set options_regsub(ld) {-melf_i386 -melf_i386_nacl}
|
||||
set options_regsub(ld) {elf_i386 elf_i386_nacl}
|
||||
|
||||
# The section/segment layout differs too much for the vanilla
|
||||
# readelf output files to match. So massage the cases so that
|
||||
|
|
Loading…
Reference in New Issue