* ld-elf/elf.exp: Use if_elf_format.
* ld-elf/sec64k.exp: Likewise. * ld-elfcomm/elfcomm.exp: Likewise. * lib/ld-lib.exp (is_elf_format): Match hppa*64*-*-hpux*.
This commit is contained in:
parent
7bd7a2abff
commit
43f9d75bc1
@ -1,3 +1,10 @@
|
|||||||
|
2003-05-27 Jason Thorpe <thorpej@wasabisystems.com>
|
||||||
|
|
||||||
|
* ld-elf/elf.exp: Use if_elf_format.
|
||||||
|
* ld-elf/sec64k.exp: Likewise.
|
||||||
|
* ld-elfcomm/elfcomm.exp: Likewise.
|
||||||
|
* lib/ld-lib.exp (is_elf_format): Match hppa*64*-*-hpux*.
|
||||||
|
|
||||||
2003-05-25 Jason Thorpe <thorpej@wasabisystems.com>
|
2003-05-25 Jason Thorpe <thorpej@wasabisystems.com>
|
||||||
|
|
||||||
* ld-mips-elf/mips-elf.exp: Make all NetBSD targets match as elf.
|
* ld-mips-elf/mips-elf.exp: Make all NetBSD targets match as elf.
|
||||||
|
@ -18,15 +18,7 @@
|
|||||||
|
|
||||||
# Exclude non-ELF targets.
|
# Exclude non-ELF targets.
|
||||||
|
|
||||||
if { ![istarget *-*-linux*] \
|
if ![is_elf_format] {
|
||||||
&& ![istarget *-*-gnu] \
|
|
||||||
&& ![istarget hppa*64*-*-hpux*] \
|
|
||||||
&& ![istarget *-*-elf] } {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
if { [istarget *-*-linux*aout*] \
|
|
||||||
|| [istarget *-*-linux*oldld*] } {
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,15 +20,7 @@
|
|||||||
|
|
||||||
# Exclude non-ELF targets.
|
# Exclude non-ELF targets.
|
||||||
|
|
||||||
if { ![istarget *-*-linux*] \
|
if ![is_elf_format] {
|
||||||
&& ![istarget *-*-gnu] \
|
|
||||||
&& ![istarget hppa*64*-*-hpux*] \
|
|
||||||
&& ![istarget *-*-elf] } {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
if { [istarget *-*-linux*aout*] \
|
|
||||||
|| [istarget *-*-linux*oldld*] } {
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,16 +21,7 @@
|
|||||||
# Make sure that ld correctly handles common symbols in ELF.
|
# Make sure that ld correctly handles common symbols in ELF.
|
||||||
|
|
||||||
# This test can only be run on ELF platforms.
|
# This test can only be run on ELF platforms.
|
||||||
# Square bracket expressions seem to confuse istarget.
|
if ![is_elf_format] {
|
||||||
if { ![istarget hppa*64*-*-hpux*] \
|
|
||||||
&& ![istarget *-*-gnu] \
|
|
||||||
&& ![istarget *-*-linux*] \
|
|
||||||
&& ![istarget *-*-elf] } {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
if { [istarget *-*-linux*aout*] \
|
|
||||||
|| [istarget *-*-linux*oldld*] } {
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -349,6 +349,7 @@ proc is_elf_format {} {
|
|||||||
&& ![istarget *-*-unixware*] \
|
&& ![istarget *-*-unixware*] \
|
||||||
&& ![istarget *-*-elf*] \
|
&& ![istarget *-*-elf*] \
|
||||||
&& ![istarget *-*-eabi*] \
|
&& ![istarget *-*-eabi*] \
|
||||||
|
&& ![istarget hppa*64*-*-hpux*] \
|
||||||
&& ![istarget *-*-linux*] \
|
&& ![istarget *-*-linux*] \
|
||||||
&& ![istarget *-*-irix5*] \
|
&& ![istarget *-*-irix5*] \
|
||||||
&& ![istarget *-*-irix6*] \
|
&& ![istarget *-*-irix6*] \
|
||||||
|
Loading…
Reference in New Issue
Block a user