Browse Source

2006-11-07 Vladimir Prus <vladimir@codesourcery.com>

* testsuite/ld-elf/symbol2w.s: Use "%" instead
        of "@" to avoid breakage on ARM.
gdb_6_6-branch
Vladimir Prus 20 years ago
parent
commit
d661a1c202
  1. 5
      ld/testsuite/ChangeLog
  2. 4
      ld/testsuite/ld-elf/symbol2w.s

5
ld/testsuite/ChangeLog

@ -1,3 +1,8 @@
2006-11-07 Vladimir Prus <vladimir@codesourcery.com>
* testsuite/ld-elf/symbol2w.s: Use "%" instead
of "@" to avoid breakage on ARM.
2006-11-06 Vladimir Prus <vladimir@codesourcery.com>
* testsuite/ld-elf/symbol1ref.s: Use ".dc.a" instead

4
ld/testsuite/ld-elf/symbol2w.s

@ -1,6 +1,6 @@
.section .gnu.warning,"a",@progbits
.section .gnu.warning,"a",%progbits
.global Foo
.type Foo, @object
.type Foo, %object
.size Foo, 20
Foo:
.string "function 'Foo' used"

Loading…
Cancel
Save