mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
8b64b65e23
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.
17 lines
280 B
ArmAsm
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
|