summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-discard/extern.s
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-07-30 07:41:15 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-07-30 07:41:15 +0000
commitd347a782b8787853ddfe0c91d4ac9724d3c83c6e (patch)
treed65aee1ef962e14720bb6b23fb5cf866a14077ba /ld/testsuite/ld-discard/extern.s
parent81f52cf695460784f1aa4b034747584a10c8654d (diff)
downloadbinutils-redhat-d347a782b8787853ddfe0c91d4ac9724d3c83c6e.tar.gz
* 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.
Diffstat (limited to 'ld/testsuite/ld-discard/extern.s')
-rw-r--r--ld/testsuite/ld-discard/extern.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-discard/extern.s b/ld/testsuite/ld-discard/extern.s
index da8e27603e..f54a8a0ce7 100644
--- a/ld/testsuite/ld-discard/extern.s
+++ b/ld/testsuite/ld-discard/extern.s
@@ -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