diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-03-04 15:36:18 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-03-04 16:15:41 -0800 |
commit | 16b23e03632623cd81a21fc5a24db546595addac (patch) | |
tree | ccaaa129b0d8e1a0060809309be814ee7746e236 /ChangeLog | |
parent | 21683b5a7d9b8460e120e061f66a6ad84fa47e98 (diff) | |
download | glibc-16b23e03632623cd81a21fc5a24db546595addac.zip glibc-16b23e03632623cd81a21fc5a24db546595addac.tar.gz glibc-16b23e03632623cd81a21fc5a24db546595addac.tar.bz2 |
Replace PREINIT_FUNCTION@PLT with *%rax in call
Since we have loaded address of PREINIT_FUNCTION into %rax, we can
avoid extra branch to PLT slot.
[BZ #19745]
* sysdeps/x86_64/crti.S (_init): Replace PREINIT_FUNCTION@PLT
with *%rax in call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2016-03-04 H.J. Lu <hongjiu.lu@intel.com> [BZ #19745] + * sysdeps/x86_64/crti.S (_init): Replace PREINIT_FUNCTION@PLT + with *%rax in call. + +2016-03-04 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #19745] * sysdeps/x86_64/start.S (_start): Replace __libc_start_main@PLT with *__libc_start_main@GOTPCREL(%rip) in call. |