summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/script.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/script.s')
-rw-r--r--ld/testsuite/ld-scripts/script.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/script.s b/ld/testsuite/ld-scripts/script.s
new file mode 100644
index 0000000..d7b65b0
--- /dev/null
+++ b/ld/testsuite/ld-scripts/script.s
@@ -0,0 +1,8 @@
+ .text
+ .globl text_symbol
+text_symbol:
+ .long 1
+ .data
+ .globl data_symbol
+data_symbol:
+ .long 2