mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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.
8 lines
90 B
ArmAsm
8 lines
90 B
ArmAsm
.globl foo_symbol
|
|
.section foo
|
|
foo_symbol:
|
|
.long 1
|
|
.section bar
|
|
bar_symbol:
|
|
.long 2
|