mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 23:29:03 +00:00
Add missing "foo" after ".global"
2012-05-31 H.J. Lu <hongjiu.lu@intel.com> * ld-ifunc/ifunc-13a-x86-64.s: Add missing "foo" after ".global". * ld-ifunc/ifunc-15-x86-64.s: Likewise.
This commit is contained in:
parent
65db8fa586
commit
653c23d819
@ -1,3 +1,8 @@
|
|||||||
|
2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* ld-ifunc/ifunc-13a-x86-64.s: Add missing "foo" after ".global".
|
||||||
|
* ld-ifunc/ifunc-15-x86-64.s: Likewise.
|
||||||
|
|
||||||
2012-05-30 Alan Modra <amodra@gmail.com>
|
2012-05-30 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* ldlang.h (lang_output_section_statement_type): Rename
|
* ldlang.h (lang_output_section_statement_type): Rename
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.text
|
.text
|
||||||
.type foo, @function
|
.type foo, @function
|
||||||
.global
|
.global foo
|
||||||
foo:
|
foo:
|
||||||
movl xxx(%rip), %eax
|
movl xxx(%rip), %eax
|
||||||
ret
|
ret
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.text
|
.text
|
||||||
.type foo, @function
|
.type foo, @function
|
||||||
.global
|
.global foo
|
||||||
foo:
|
foo:
|
||||||
movl ifunc@GOTPCREL(%rip), %eax
|
movl ifunc@GOTPCREL(%rip), %eax
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user