7cc27f03b9
changed to "foo" so that the test will work with PE based targets. Skip this test for AOUT based targeted. * binutils-all/copytest.s: New file.
7 lines
90 B
ArmAsm
7 lines
90 B
ArmAsm
.globl foo_symbol
|
|
.section foo
|
|
foo_symbol:
|
|
.long 1
|
|
.section bar
|
|
bar_symbol:
|
|
.long 2
|