Improve readelf's selection of a file start symbol when displaying a gnu build attribute.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / symbols-3.d
1 #name: weaken 'fo*' but not 'foo', localize foo.
2 #PROG: objcopy
3 #objcopy: -w -W !foo -W fo* -L foo
4 #source: symbols.s
5 #DUMPPROG: nm
6 #nm: -n
7
8 #...
9 0+ D bar
10 0+ [VW] foa
11 0+ [VW] fob
12 0+ d foo
13 0+ [VW] foo1
14 0+ [VW] foo2
15
This page took 0.030759 seconds and 4 git commands to generate.