2005-02-11 Paul Brook <paul@codesourcery.com>
* ld-elf/symbol1w.s: Avoid usung @function syntax.
This commit is contained in:
parent
6768797874
commit
88791d55d2
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.section .gnu.warning.symbol1
|
||||
.asciz "witty one-liner"
|
||||
.text
|
||||
.type symbol1,@function
|
||||
.type symbol1,"function"
|
||||
.global symbol1
|
||||
symbol1:
|
||||
.L1:
|
||||
|
|
Loading…
Reference in a new issue