aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-checks
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-06-20 13:29:07 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-06-20 13:29:07 +0000
commit74459f0e3ead9efad8aa29f2545b53e9c5f9988d (patch)
treecc6e8a64001a4a530b620ca7a1f906cabab653a9 /ld/testsuite/ld-checks
parent2ab47eed68c82a9a6d055ba3f49ca6a8a1dd2575 (diff)
downloadgdb-74459f0e3ead9efad8aa29f2545b53e9c5f9988d.zip
gdb-74459f0e3ead9efad8aa29f2545b53e9c5f9988d.tar.gz
gdb-74459f0e3ead9efad8aa29f2545b53e9c5f9988d.tar.bz2
tic54x/ibmc54xdsp target for ld.
Diffstat (limited to 'ld/testsuite/ld-checks')
-rw-r--r--ld/testsuite/ld-checks/asm.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-checks/asm.s b/ld/testsuite/ld-checks/asm.s
index ad5e177..86e7310 100644
--- a/ld/testsuite/ld-checks/asm.s
+++ b/ld/testsuite/ld-checks/asm.s
@@ -1,9 +1,9 @@
-.text
+ .text
.global foo
foo:
.long 0x12345678
-.data
+ .data
.global bar
bar:
.long 0x87654321