mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
2005-02-11 Paul Brook <paul@codesourcery.com>
* ld-elf/symbol1w.s: Avoid usung @function syntax.
This commit is contained in:
@ -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>
|
2005-02-12 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ld-elfvsb/hidden2.s: Replace .word with .long.
|
* ld-elfvsb/hidden2.s: Replace .word with .long.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.section .gnu.warning.symbol1
|
.section .gnu.warning.symbol1
|
||||||
.asciz "witty one-liner"
|
.asciz "witty one-liner"
|
||||||
.text
|
.text
|
||||||
.type symbol1,@function
|
.type symbol1,"function"
|
||||||
.global symbol1
|
.global symbol1
|
||||||
symbol1:
|
symbol1:
|
||||||
.L1:
|
.L1:
|
||||||
|
Reference in New Issue
Block a user