Add missing "foo" after ".global"
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 31 May 2012 17:16:54 +0000 (17:16 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 31 May 2012 17:16:54 +0000 (17:16 +0000)
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.

ld/ChangeLog
ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s
ld/testsuite/ld-ifunc/ifunc-15-x86-64.s

index da4a915b9f6ad8a692b79e5108d597e513892801..80c31e3f23b8b01f6b73cba8148784b9bb7a587d 100644 (file)
@@ -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>
 
        * ldlang.h (lang_output_section_statement_type): Rename
index 5bfc9e03b04b981edbf7e319ea40c126ebf771e4..45df09a835348193daeb51e3cf660e2695a5eff3 100644 (file)
@@ -1,6 +1,6 @@
        .text
         .type foo, @function
-       .global
+       .global foo
 foo:
         movl xxx(%rip), %eax
         ret
index ee336de99ca3a0de34af3821525a8b77e554768d..837f25099fc296c506ec0fd2bc86cda0b29fd655 100644 (file)
@@ -1,6 +1,6 @@
        .text
         .type foo, @function
-       .global
+       .global foo
 foo:
         movl ifunc@GOTPCREL(%rip), %eax
         ret