summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/binutils/testsuite/binutils-all/nm-elf-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/binutils/testsuite/binutils-all/nm-elf-1.s')
-rw-r--r--binutils-2.25/binutils/testsuite/binutils-all/nm-elf-1.s16
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils-2.25/binutils/testsuite/binutils-all/nm-elf-1.s b/binutils-2.25/binutils/testsuite/binutils-all/nm-elf-1.s
new file mode 100644
index 00000000..8e2f1f48
--- /dev/null
+++ b/binutils-2.25/binutils/testsuite/binutils-all/nm-elf-1.s
@@ -0,0 +1,16 @@
+ .globl text_symbol1
+ .globl text_symbol2
+ .globl text_symbol3
+ .text
+text_symbol1:
+ .long 0
+ .long 0
+ .long 0
+ .size text_symbol1, . - text_symbol1
+text_symbol2:
+ .long 0
+ .long 0
+ .size text_symbol2, . - text_symbol2
+text_symbol3:
+ .long 0
+ .size text_symbol3, . - text_symbol3