old-cross-binutils/binutils/testsuite/binutils-all/copytest.s
Nick Clifton 7cc27f03b9 * binutils-all/copy-2.d: Change the name of the section whose flags are
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.
2006-05-02 12:17:30 +00:00

7 lines
90 B
ArmAsm

.globl foo_symbol
.section foo
foo_symbol:
.long 1
.section bar
bar_symbol:
.long 2