diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-05-14 09:23:55 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-05-14 09:24:06 -0700 |
commit | a15529fda8d132621328c3fe32997a3d9c55aef4 (patch) | |
tree | d1f18df73a78ab291842b0f91f5f939627eafc48 /ChangeLog | |
parent | 98ee36c7a44e140e2a85a2c4306e06176fb9e395 (diff) | |
download | glibc-a15529fda8d132621328c3fe32997a3d9c55aef4.tar.gz glibc-a15529fda8d132621328c3fe32997a3d9c55aef4.tar.xz glibc-a15529fda8d132621328c3fe32997a3d9c55aef4.zip |
i386: Replace PREINIT_FUNCTION@PLT with *%eax in call
Since we have loaded address of PREINIT_FUNCTION into %eax, we can avoid extra branch to PLT slot. * sysdeps/i386/crti.S (_init): Replace PREINIT_FUNCTION@PLT with *%eax in call. Acked-by: Christian Brauner (Ubuntu) <christian@brauner.io>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1db9747b3a..46114b4187 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2018-05-14 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/i386/crti.S (_init): Replace PREINIT_FUNCTION@PLT + with *%eax in call. + +2018-05-14 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/i386/ldsodefs.h: Removed. * sysdeps/x86_64/ldsodefs.h: Moved to ... * sysdeps/x86/ldsodefs.h: This. |