mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
2001-03-30 H.J. Lu <hjl@gnu.org>
* binutils-all/readelf.exp: Run on more ELF targets.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-03-30 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* binutils-all/readelf.exp: Run on more ELF targets.
|
||||||
|
|
||||||
2001-02-11 H.J. Lu <hjl@gnu.org>
|
2001-02-11 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* config/default.exp: Set up gcc_gas_flag.
|
* config/default.exp: Set up gcc_gas_flag.
|
||||||
|
@ -218,7 +218,20 @@ proc readelf_test { options binary_file regexp_file xfails } {
|
|||||||
# For now be paranoid and assume that if ELF is not mentioned
|
# For now be paranoid and assume that if ELF is not mentioned
|
||||||
# in the target string, then the target is not an ELF based port.
|
# in the target string, then the target is not an ELF based port.
|
||||||
|
|
||||||
if ![istarget "*-*elf"] then {
|
if { ![istarget *-*-elf*] \
|
||||||
|
&& ![istarget *-*-linux*] \
|
||||||
|
&& ![istarget i?86-*-sysv4*] \
|
||||||
|
&& ![istarget i?86-*-unixware] \
|
||||||
|
&& ![istarget mips*-*-irix5*] \
|
||||||
|
&& ![istarget mips*-*-irix6*] \
|
||||||
|
&& ![istarget powerpc-*-sysv4*] \
|
||||||
|
&& ![istarget sparc*-*-solaris2*] } {
|
||||||
|
verbose "$READELF is only intended for ELF targets" 2
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if { [istarget *-*-linuxoldld*] \
|
||||||
|
|| [istarget *-*-linuxaout*] } {
|
||||||
verbose "$READELF is only intended for ELF targets" 2
|
verbose "$READELF is only intended for ELF targets" 2
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@ -270,4 +283,4 @@ if [is_remote host] {
|
|||||||
# The xfail targets here do not default to DWARF2 format debug information
|
# The xfail targets here do not default to DWARF2 format debug information
|
||||||
# The symptom is that the output of 'readelf -wi' is empty.
|
# The symptom is that the output of 'readelf -wi' is empty.
|
||||||
|
|
||||||
readelf_test -wi $tempfile readelf.wi {v850*-*-* cris-*-*}
|
readelf_test -wi $tempfile readelf.wi {v850*-*-* cris-*-* *-*-linux*}
|
||||||
|
Reference in New Issue
Block a user