old-cross-binutils/binutils/testsuite/binutils-all/nm-1.s
Nick Clifton 3ce958b2ab * binutils-all/nm.exp: --size-sort test: Add more ELF-like
targets.
	* binutils-all/nm-1.s: Use .byte instead of .long.
	Provide a terminating symbol.
2013-08-22 11:29:43 +00:00

15 lines
233 B
ArmAsm

.globl text_symbol1
.globl text_symbol2
.globl text_symbol3
.globl end_symbol
.text
text_symbol1:
.byte 0,0,0,0
.byte 0,0,0,0
.byte 0,0,0,0
text_symbol2:
.byte 0,0,0,0
.byte 0,0,0,0
text_symbol3:
.byte 0,0,0,0
end_symbol: