diff --git a/ld/ChangeLog b/ld/ChangeLog index da4a915b9f..80c31e3f23 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 5bfc9e03b0..45df09a835 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 ee336de99c..837f25099f 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