summaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/nm-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/nm-1.s')
-rw-r--r--binutils/testsuite/binutils-all/nm-1.s14
1 files changed, 8 insertions, 6 deletions
diff --git a/binutils/testsuite/binutils-all/nm-1.s b/binutils/testsuite/binutils-all/nm-1.s
index 5fe4cd7695..7f1633c3c4 100644
--- a/binutils/testsuite/binutils-all/nm-1.s
+++ b/binutils/testsuite/binutils-all/nm-1.s
@@ -1,13 +1,15 @@
.globl text_symbol1
.globl text_symbol2
.globl text_symbol3
+ .globl end_symbol
.text
text_symbol1:
- .long 0
- .long 0
- .long 0
+ .byte 0,0,0,0
+ .byte 0,0,0,0
+ .byte 0,0,0,0
text_symbol2:
- .long 0
- .long 0
+ .byte 0,0,0,0
+ .byte 0,0,0,0
text_symbol3:
- .long 0
+ .byte 0,0,0,0
+end_symbol: