aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-02-11 17:01:17 +0000
committerPaul Brook <paul@codesourcery.com>2005-02-11 17:01:17 +0000
commit88791d55d2890c3620752d853972efe32cab2edc (patch)
tree1e74214bf54db7081cbaa10588225e2dbd2c0e9c /ld/testsuite
parent6768797874e44f9769fa081f50cb02e6e97dae6b (diff)
downloadfsf-binutils-gdb-88791d55d2890c3620752d853972efe32cab2edc.zip
fsf-binutils-gdb-88791d55d2890c3620752d853972efe32cab2edc.tar.gz
fsf-binutils-gdb-88791d55d2890c3620752d853972efe32cab2edc.tar.bz2
2005-02-11 Paul Brook <paul@codesourcery.com>
* ld-elf/symbol1w.s: Avoid usung @function syntax.
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-elf/symbol1w.s2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index d1d3b7b..b8caf1d 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-11 Paul Brook <paul@codesourcery.com>
+
+ * ld-elf/symbol1w.s: Avoid usung @function syntax.
+
2005-02-12 Alan Modra <amodra@bigpond.net.au>
* ld-elfvsb/hidden2.s: Replace .word with .long.
diff --git a/ld/testsuite/ld-elf/symbol1w.s b/ld/testsuite/ld-elf/symbol1w.s
index 7fe8b13..38778d3 100644
--- a/ld/testsuite/ld-elf/symbol1w.s
+++ b/ld/testsuite/ld-elf/symbol1w.s
@@ -1,7 +1,7 @@
.section .gnu.warning.symbol1
.asciz "witty one-liner"
.text
- .type symbol1,@function
+ .type symbol1,"function"
.global symbol1
symbol1:
.L1: