From: H.J. Lu Date: Thu, 31 May 2012 17:16:54 +0000 (+0000) Subject: Add missing "foo" after ".global" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=653c23d819890cdca8826594699846e67e86648b;p=binutils-gdb.git Add missing "foo" after ".global" 2012-05-31 H.J. Lu * ld-ifunc/ifunc-13a-x86-64.s: Add missing "foo" after ".global". * ld-ifunc/ifunc-15-x86-64.s: Likewise. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index da4a915b9f6..80c31e3f23b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2012-05-31 H.J. Lu + + * 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 * ldlang.h (lang_output_section_statement_type): Rename diff --git a/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s b/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s index 5bfc9e03b04..45df09a8353 100644 --- a/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s +++ b/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s @@ -1,6 +1,6 @@ .text .type foo, @function - .global + .global foo foo: movl xxx(%rip), %eax ret diff --git a/ld/testsuite/ld-ifunc/ifunc-15-x86-64.s b/ld/testsuite/ld-ifunc/ifunc-15-x86-64.s index ee336de99ca..837f25099fc 100644 --- a/ld/testsuite/ld-ifunc/ifunc-15-x86-64.s +++ b/ld/testsuite/ld-ifunc/ifunc-15-x86-64.s @@ -1,6 +1,6 @@ .text .type foo, @function - .global + .global foo foo: movl ifunc@GOTPCREL(%rip), %eax ret