* ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp,
authorAlan Modra <amodra@gmail.com>
Tue, 30 Jul 2002 07:41:15 +0000 (07:41 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 30 Jul 2002 07:41:15 +0000 (07:41 +0000)
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.

15 files changed:
ld/testsuite/ChangeLog
ld/testsuite/ld-discard/discard.exp
ld/testsuite/ld-discard/exit.s
ld/testsuite/ld-discard/extern.s
ld/testsuite/ld-discard/start.s
ld/testsuite/ld-discard/static.s
ld/testsuite/ld-elfvers/vers.exp
ld/testsuite/ld-elfvsb/elfvsb.exp
ld/testsuite/ld-elfweak/elfweak.exp
ld/testsuite/ld-linkonce/linkonce.exp
ld/testsuite/ld-scripts/phdrs.exp
ld/testsuite/ld-scripts/phdrs2.exp
ld/testsuite/ld-selective/sel-dump.exp
ld/testsuite/ld-shared/shared.exp
ld/testsuite/ld-undefined/weak-undef.exp

index ca4509a..b492850 100644 (file)
@@ -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.
index da60e90..6aa9560 100644 (file)
 # 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
 }
 
index 80acef5..cc6786c 100644 (file)
@@ -1,6 +1,6 @@
-.globl data
+       .globl data
        .section        .data.exit,"aw"
 data:
-.globl text
+       .globl text
        .section        .text.exit,"aw"
 text:
index da8e276..f54a8a0 100644 (file)
@@ -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
index 82290c6..9a6749e 100644 (file)
@@ -1,5 +1,5 @@
-.text
-.globl _start
+       .text
+       .globl _start
 _start:
        .long   data
        .section        .debug_info
index b251c8b..d6a6c68 100644 (file)
@@ -2,8 +2,8 @@
 data:
        .section        .text.exit,"aw"
 text:
-.text
-.globl _start
+       .text
+       .globl _start
 _start:
        .long   data
        .section        .debug_info
index 6381ea5..1acc0e6 100644 (file)
@@ -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*] \
index eb72b0c..d73f679 100644 (file)
@@ -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*] \
index bfefa11..11dd323 100644 (file)
@@ -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*] \
index d3be491..2e24d28 100644 (file)
 # 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
 }
 
index 4c142c6..7901d79 100644 (file)
@@ -22,6 +22,7 @@ if { ![istarget *-*-sysv4*] \
      && ![istarget *-*-unixware*] \
      && ![istarget *-*-elf*] \
      && ![istarget *-*-eabi*] \
+     && ![istarget hppa*64*-*-hpux*] \
      && ![istarget *-*-linux*] \
      && ![istarget *-*-irix5*] \
      && ![istarget *-*-irix6*] \
index bbe36d0..48f24c5 100644 (file)
@@ -19,6 +19,7 @@ if {    ![istarget *-*-sysv4*] \
      && ![istarget *-*-unixware*] \
      && ![istarget *-*-elf*] \
      && ![istarget *-*-eabi*] \
+     && ![istarget hppa*64*-*-hpux*] \
      && ![istarget *-*-linux*] \
      && ![istarget *-*-irix5*] \
      && ![istarget *-*-irix6*] \
index ee4de62..e99d5ae 100644 (file)
@@ -20,6 +20,7 @@
 
 if { ![istarget *-*-linux*]
      && ![istarget *-*-gnu]
+     && ![istarget hppa*64*-*-hpux*]
      && ![istarget *-*-elf] } {
     return
 }
index 645721e..dfe71dd 100644 (file)
@@ -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*] \
index 8de2949..fe21a8f 100644 (file)
@@ -25,6 +25,7 @@ if { ![istarget *-*-sysv4*] \
      && ![istarget *-*-unixware*] \
      && ![istarget *-*-elf*] \
      && ![istarget *-*-eabi*] \
+     && ![istarget hppa*64*-*-hpux*] \
      && ![istarget *-*-linux*] \
      && ![istarget *-*-irix5*] \
      && ![istarget *-*-irix6*] \