mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
* ld-srec/srec.exp: Always pass "-G 0". Remove all powerpc
xfails.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-08-16 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* ld-srec/srec.exp: Always pass "-G 0". Remove all powerpc
|
||||||
|
xfails.
|
||||||
|
|
||||||
2007-08-14 H.J. Lu <hongjiu.lu@intel.com>
|
2007-08-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/4918
|
PR ld/4918
|
||||||
|
@ -228,8 +228,9 @@ proc run_srec_test { test objs } {
|
|||||||
global sizeof_headers
|
global sizeof_headers
|
||||||
global host_triplet
|
global host_triplet
|
||||||
|
|
||||||
# Tell the ELF linker to not do anything clever with .eh_frame.
|
# Tell the ELF linker to not do anything clever with .eh_frame,
|
||||||
set flags "--traditional-format"
|
# and not to put anything in small data.
|
||||||
|
set flags "--traditional-format -G 0"
|
||||||
|
|
||||||
# If the linker script uses SIZEOF_HEADERS, use a -Ttext argument
|
# If the linker script uses SIZEOF_HEADERS, use a -Ttext argument
|
||||||
# to force both the normal link and the S-record link to be put in
|
# to force both the normal link and the S-record link to be put in
|
||||||
@ -374,10 +375,6 @@ setup_xfail "thumb-*-pe*"
|
|||||||
setup_xfail "thumb-*-elf*"
|
setup_xfail "thumb-*-elf*"
|
||||||
setup_xfail "arm*-*-linux*"
|
setup_xfail "arm*-*-linux*"
|
||||||
|
|
||||||
# The S-record linker doesn't put common symbols in small data
|
|
||||||
# the way the ELF linker does.
|
|
||||||
setup_xfail "powerpc*-*-*"
|
|
||||||
|
|
||||||
# The S-record linker doesn't include the .{zda} sections.
|
# The S-record linker doesn't include the .{zda} sections.
|
||||||
setup_xfail "v850*-*-elf"
|
setup_xfail "v850*-*-elf"
|
||||||
|
|
||||||
@ -420,7 +417,6 @@ setup_xfail "*-*-aix*" "*-*-xcoff*"
|
|||||||
setup_xfail "arm*-*-*"
|
setup_xfail "arm*-*-*"
|
||||||
setup_xfail "strongarm*-*-*"
|
setup_xfail "strongarm*-*-*"
|
||||||
setup_xfail "thumb-*-*"
|
setup_xfail "thumb-*-*"
|
||||||
setup_xfail "powerpc*-*-eabi*"
|
|
||||||
setup_xfail "v850*-*-elf"
|
setup_xfail "v850*-*-elf"
|
||||||
setup_xfail "alpha*-*-elf*" "alpha*-*-linux-*" "alpha*-*-gnu*"
|
setup_xfail "alpha*-*-elf*" "alpha*-*-linux-*" "alpha*-*-gnu*"
|
||||||
setup_xfail "alpha*-*-netbsd*"
|
setup_xfail "alpha*-*-netbsd*"
|
||||||
|
Reference in New Issue
Block a user