diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-31 17:16:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-31 17:16:54 +0000 |
commit | 653c23d819890cdca8826594699846e67e86648b (patch) | |
tree | edfd5c99af01bd898e25efd00e12f1b58de5ed42 /ld/ChangeLog | |
parent | 65db8fa58640979c919f9c818ff4624497338dc1 (diff) | |
download | gdb-653c23d819890cdca8826594699846e67e86648b.zip gdb-653c23d819890cdca8826594699846e67e86648b.tar.gz gdb-653c23d819890cdca8826594699846e67e86648b.tar.bz2 |
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index da4a915..80c31e3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 |