* binutils-all/copy-2.d: Change the name of the section whose flags are
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / copytest.s
1 .globl foo_symbol
2 .section foo
3 foo_symbol:
4 .long 1
5 .section bar
6 bar_symbol:
7 .long 2
This page took 0.040551 seconds and 5 git commands to generate.