diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/nm-1.s')
-rw-r--r-- | binutils/testsuite/binutils-all/nm-1.s | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/nm-1.s b/binutils/testsuite/binutils-all/nm-1.s new file mode 100644 index 0000000..5fe4cd7 --- /dev/null +++ b/binutils/testsuite/binutils-all/nm-1.s @@ -0,0 +1,13 @@ + .globl text_symbol1 + .globl text_symbol2 + .globl text_symbol3 + .text +text_symbol1: + .long 0 + .long 0 + .long 0 +text_symbol2: + .long 0 + .long 0 +text_symbol3: + .long 0 |