summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-checks/asm.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-checks/asm.s')
-rw-r--r--ld/testsuite/ld-checks/asm.s11
1 files changed, 0 insertions, 11 deletions
diff --git a/ld/testsuite/ld-checks/asm.s b/ld/testsuite/ld-checks/asm.s
deleted file mode 100644
index 86e7310a59a..00000000000
--- a/ld/testsuite/ld-checks/asm.s
+++ /dev/null
@@ -1,11 +0,0 @@
- .text
- .global foo
-foo:
- .long 0x12345678
-
- .data
- .global bar
-bar:
- .long 0x87654321
-
- .lcomm dummy, 0x12