diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-05-14 09:19:12 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-05-14 09:19:41 -0700 |
commit | 98ee36c7a44e140e2a85a2c4306e06176fb9e395 (patch) | |
tree | 31aedf4be04fdac7373faca158e8d2184ab7ea13 /ChangeLog | |
parent | e322ec3282648e9f05265d4636719ded754a1c3c (diff) | |
download | glibc-98ee36c7a44e140e2a85a2c4306e06176fb9e395.zip glibc-98ee36c7a44e140e2a85a2c4306e06176fb9e395.tar.gz glibc-98ee36c7a44e140e2a85a2c4306e06176fb9e395.tar.bz2 |
x86: Add sysdeps/x86/ldsodefs.h
Merge sysdeps/i386/ldsodefs.h and sysdeps/x86_64/ldsodefs.h into
sysdeps/x86/ldsodefs.h.
Tested on i686 and x86-64.
* sysdeps/i386/ldsodefs.h: Removed.
* sysdeps/x86_64/ldsodefs.h: Moved to ...
* sysdeps/x86/ldsodefs.h: This.
(La_i86_regs): New.
(La_i86_retval): Likewise.
(ARCH_PLTENTER_MEMBERS): Add i86_gnu_pltenter.
(ARCH_PLTEXIT_MEMBERS): i86_gnu_pltexit.
Acked-by: Christian Brauner (Ubuntu) christian@brauner.io
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 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. + (La_i86_regs): New. + (La_i86_retval): Likewise. + (ARCH_PLTENTER_MEMBERS): Add i86_gnu_pltenter. + (ARCH_PLTEXIT_MEMBERS): i86_gnu_pltexit. + +2018-05-14 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/x86_64/multiarch/strlen-avx2.S (STRLEN): Remove the unnecessary testl. |