* ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp,
ld-selective/sel-dump.exp: Test hppa*64*-*-hpux* target. * ld-elfvers/vers.exp, ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp, ld-linkonce/linkonce.exp, ld-shared/shared.exp, ld-undefined/weak-undef.exp: Test hppa*64*-*-hpux* and hppa*-*-linux* targets. * ld-discard/exit.s, ld-discard/extern.s, ld-discard/start.s, ld-discard/static.s: Add whitespace before assembler directives.
This commit is contained in:
parent
0c24a63fe3
commit
19c7c58222
@ -1,3 +1,14 @@
|
||||
2002-07-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp,
|
||||
ld-selective/sel-dump.exp: Test hppa*64*-*-hpux* target.
|
||||
* ld-elfvers/vers.exp, ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp,
|
||||
ld-linkonce/linkonce.exp, ld-shared/shared.exp,
|
||||
ld-undefined/weak-undef.exp: Test hppa*64*-*-hpux* and hppa*-*-linux*
|
||||
targets.
|
||||
* ld-discard/exit.s, ld-discard/extern.s, ld-discard/start.s,
|
||||
ld-discard/static.s: Add whitespace before assembler directives.
|
||||
|
||||
2002-07-29 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* ld-mips-elf/mips16-1.d: Check that ASE flag is actually set.
|
||||
|
@ -22,7 +22,10 @@
|
||||
# Test for ELF here, so we don't have to qualify on ELF specifically
|
||||
# in every .d-file.
|
||||
|
||||
if { ![istarget *-*-linux*] && ![istarget *-*-gnu] && ![istarget *-*-elf] } {
|
||||
if { ![istarget *-*-linux*] \
|
||||
&& ![istarget *-*-gnu] \
|
||||
&& ![istarget hppa*64*-*-hpux*] \
|
||||
&& ![istarget *-*-elf] } {
|
||||
return
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
.globl data
|
||||
.globl data
|
||||
.section .data.exit,"aw"
|
||||
data:
|
||||
.globl text
|
||||
.globl text
|
||||
.section .text.exit,"aw"
|
||||
text:
|
||||
|
@ -1,11 +1,11 @@
|
||||
.globl data
|
||||
.globl data
|
||||
.section .data.exit,"aw"
|
||||
data:
|
||||
.globl text
|
||||
.globl text
|
||||
.section .text.exit,"aw"
|
||||
text:
|
||||
.text
|
||||
.globl _start
|
||||
.text
|
||||
.globl _start
|
||||
_start:
|
||||
.long data
|
||||
.section .debug_info
|
||||
|
@ -1,5 +1,5 @@
|
||||
.text
|
||||
.globl _start
|
||||
.text
|
||||
.globl _start
|
||||
_start:
|
||||
.long data
|
||||
.section .debug_info
|
||||
|
@ -2,8 +2,8 @@
|
||||
data:
|
||||
.section .text.exit,"aw"
|
||||
text:
|
||||
.text
|
||||
.globl _start
|
||||
.text
|
||||
.globl _start
|
||||
_start:
|
||||
.long data
|
||||
.section .debug_info
|
||||
|
@ -25,7 +25,9 @@ if ![isnative] then {return}
|
||||
# This test can only be run on a couple of ELF platforms.
|
||||
# Square bracket expressions seem to confuse istarget.
|
||||
# This is similar to the test that is used in ld-shared, BTW.
|
||||
if { ![istarget i?86-*-sysv4*] \
|
||||
if { ![istarget hppa*64*-*-hpux*] \
|
||||
&& ![istarget hppa*-*-linux*] \
|
||||
&& ![istarget i?86-*-sysv4*] \
|
||||
&& ![istarget i?86-*-unixware] \
|
||||
&& ![istarget i?86-*-elf*] \
|
||||
&& ![istarget i?86-*-linux*] \
|
||||
|
@ -26,7 +26,9 @@ if ![isnative] then {return}
|
||||
|
||||
# This test can only be run on a couple of ELF platforms.
|
||||
# Square bracket expressions seem to confuse istarget.
|
||||
if { ![istarget i?86-*-linux*] \
|
||||
if { ![istarget hppa*64*-*-hpux*] \
|
||||
&& ![istarget hppa*-*-linux*] \
|
||||
&& ![istarget i?86-*-linux*] \
|
||||
&& ![istarget ia64-*-linux*] \
|
||||
&& ![istarget m68k-*-linux*] \
|
||||
&& ![istarget mips*-*-linux*] \
|
||||
|
@ -25,7 +25,9 @@ if ![isnative] then {return}
|
||||
# This test can only be run on a couple of ELF platforms.
|
||||
# Square bracket expressions seem to confuse istarget.
|
||||
# This is similar to the test that is used in ld-shared, BTW.
|
||||
if { ![istarget i?86-*-sysv4*] \
|
||||
if { ![istarget hppa*64*-*-hpux*] \
|
||||
&& ![istarget hppa*-*-linux*] \
|
||||
&& ![istarget i?86-*-sysv4*] \
|
||||
&& ![istarget i?86-*-unixware] \
|
||||
&& ![istarget i?86-*-elf*] \
|
||||
&& ![istarget i?86-*-linux*] \
|
||||
|
@ -21,7 +21,10 @@
|
||||
# Test for ELF here (or really, .gnu.linkonce functionality), so we don't
|
||||
# have to qualify on ELF specifically in every .d-file.
|
||||
|
||||
if { ![istarget *-*-linux*] && ![istarget *-*-gnu] && ![istarget *-*-elf] } {
|
||||
if { ![istarget *-*-linux*] \
|
||||
&& ![istarget *-*-gnu] \
|
||||
&& ![istarget hppa*64*-*-hpux*] \
|
||||
&& ![istarget *-*-elf] } {
|
||||
return
|
||||
}
|
||||
|
||||
|
@ -22,6 +22,7 @@ if { ![istarget *-*-sysv4*] \
|
||||
&& ![istarget *-*-unixware*] \
|
||||
&& ![istarget *-*-elf*] \
|
||||
&& ![istarget *-*-eabi*] \
|
||||
&& ![istarget hppa*64*-*-hpux*] \
|
||||
&& ![istarget *-*-linux*] \
|
||||
&& ![istarget *-*-irix5*] \
|
||||
&& ![istarget *-*-irix6*] \
|
||||
|
@ -19,6 +19,7 @@ if { ![istarget *-*-sysv4*] \
|
||||
&& ![istarget *-*-unixware*] \
|
||||
&& ![istarget *-*-elf*] \
|
||||
&& ![istarget *-*-eabi*] \
|
||||
&& ![istarget hppa*64*-*-hpux*] \
|
||||
&& ![istarget *-*-linux*] \
|
||||
&& ![istarget *-*-irix5*] \
|
||||
&& ![istarget *-*-irix6*] \
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
if { ![istarget *-*-linux*]
|
||||
&& ![istarget *-*-gnu]
|
||||
&& ![istarget hppa*64*-*-hpux*]
|
||||
&& ![istarget *-*-elf] } {
|
||||
return
|
||||
}
|
||||
|
@ -28,7 +28,9 @@ if ![isnative] then {return}
|
||||
|
||||
# This test can only be run on a couple of ELF platforms.
|
||||
# Square bracket expressions seem to confuse istarget.
|
||||
if { ![istarget i?86-*-sysv4*] \
|
||||
if { ![istarget hppa*64*-*-hpux*] \
|
||||
&& ![istarget hppa*-*-linux*] \
|
||||
&& ![istarget i?86-*-sysv4*] \
|
||||
&& ![istarget i?86-*-unixware] \
|
||||
&& ![istarget i?86-*-elf*] \
|
||||
&& ![istarget i?86-*-linux*] \
|
||||
|
@ -25,6 +25,7 @@ if { ![istarget *-*-sysv4*] \
|
||||
&& ![istarget *-*-unixware*] \
|
||||
&& ![istarget *-*-elf*] \
|
||||
&& ![istarget *-*-eabi*] \
|
||||
&& ![istarget hppa*64*-*-hpux*] \
|
||||
&& ![istarget *-*-linux*] \
|
||||
&& ![istarget *-*-irix5*] \
|
||||
&& ![istarget *-*-irix6*] \
|
||||
|
Loading…
Reference in New Issue
Block a user