Improve readelf's selection of a file start symbol when displaying a gnu build attribute.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / copytest.s
CommitLineData
7cc27f03
NC
1 .globl foo_symbol
2 .section foo
3foo_symbol:
4 .long 1
5 .section bar
6bar_symbol:
7 .long 2
This page took 0.477487 seconds and 4 git commands to generate.