Fix memory access problems discovered when running some binary tools on corrupt files.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / symbols-4.d
1 #name: weaken '*' but not 'foo' or 'bar'
2 #PROG: objcopy
3 #objcopy: -w -W !foo -W !bar -W *
4 #source: symbols.s
5 #DUMPPROG: nm
6 #nm: -n
7
8 0+ D bar
9 0+ W foa
10 0+ W fob
11 0+ D foo
12 0+ W foo1
13 0+ W foo2
14
This page took 0.047798 seconds and 4 git commands to generate.