* 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 ca4509aa152a84c2a395882d6a5d13321c1d2feb..b492850d3f0c7e78ffb03e37e6700c104c2930ed 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 da60e90666b4ab408037707cdead312a63a9961c..6aa9560120931f65b28d0b23b5ae2830ee1895ea 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 80acef5c64eaee98fd33dd7a67df12a53bc40270..cc6786cb42456d4bc6aea2841d875175434238cd 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 da8e27603ea453bc40ef11ddd1fd1fbd539d9ed0..f54a8a0ce75dc990fcafa2eb68efcc1d5551850b 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 82290c6bfa3b2a182c67249d91cf6eaacc3d5a1e..9a6749e13a8b50f60731799239dd46b540274881 100644 (file)
@@ -1,5 +1,5 @@
-.text
-.globl _start
+       .text
+       .globl _start
 _start:
        .long   data
        .section        .debug_info
index b251c8b5ebac47679b1eceec88614cbb86c2afa0..d6a6c6812144384a31d9ae35ce93b19128e97ef3 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 6381ea5084719a329eaad2c5f68ba52a3c2d97a8..1acc0e6559f723b5726cbb77fe820437c8472fa0 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 eb72b0c2cadb1884c28925af71b8733d7e8141c9..d73f679deec65620c7f15275077af9217496b4ed 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 bfefa115f118e152bd9c4f86af32817aad946383..11dd323780dcb6f94ea27109b22970253db8f368 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 d3be491a8cf25b814b7501b962dd81780fc8c325..2e24d289462bfd13afde85e226ea89ff58690961 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 4c142c636c5fdc5f9f028594f15b999fb93b7a9f..7901d79d39d66e4091ae567bfbab4f30d42297e1 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 bbe36d08e91a88cfd3d12992d1e17329bf6d2d6c..48f24c550da209faa762604e09d8d435fe7f01f2 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 ee4de621aa4534b6f90d736684fecfda70ff1c56..e99d5aef52793ae20840cb67aef54f33d8b99203 100644 (file)
@@ -20,6 +20,7 @@
 
 if { ![istarget *-*-linux*]
      && ![istarget *-*-gnu]
+     && ![istarget hppa*64*-*-hpux*]
      && ![istarget *-*-elf] } {
     return
 }
index 645721ea1df5d11d28af98be2e097ad40af535aa..dfe71ddb1f3fac7d18f4baa999ec79bfbe7e733f 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 8de2949750c900266f265aef11494e803f110c2c..fe21a8fc031aef1fcee5f9279201549d5171c245 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*] \
This page took 0.036608 seconds and 4 git commands to generate.