binutils-gdb/binutils/testsuite/binutils-all/nm-elf-1.s
Tristan Gingold 8b64b65e23 binutils/
2013-08-19  Tristan Gingold  <gingold@adacore.com>

	* nm.c (print_size_symbols): Directly get symbol size.


binutils/testsuite/
2013-08-19  Tristan Gingold  <gingold@adacore.com>

	* binutils-all/nm.exp: Add a test for nm --size-sort
	* binutils-all/nm-elf-1.s: New file.
	* binutils-all/nm-1.s: New file.
2013-08-19 15:08:52 +00:00

17 lines
280 B
ArmAsm

.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