Fix memory access problems discovered when running some binary tools on corrupt files.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / symbols-2.d
1 #name: weaken 'fo*' but not 'foo'
2 #PROG: objcopy
3 #objcopy: -w -W !foo -W fo*
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.085305 seconds and 4 git commands to generate.