]> sourceware.org Git - glibc.git/commit
x86-64: Remove sysdeps/x86_64/x32/dl-machine.h
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 23 Jul 2024 00:47:21 +0000 (17:47 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 25 Jul 2024 07:17:21 +0000 (00:17 -0700)
commit652c6cf26927352fc0e37e4e60c6fc98ddf6d3b4
treef1c67fd2286cca6637a4bce524d476cb5d7bc902
parent431c1be28e443d0d691cec12d634ac60dd6630c8
x86-64: Remove sysdeps/x86_64/x32/dl-machine.h

Remove sysdeps/x86_64/x32/dl-machine.h by folding x32 ARCH_LA_PLTENTER,
ARCH_LA_PLTEXIT and RTLD_START into sysdeps/x86_64/dl-machine.h.  There
are no regressions on x86-64 nor x32.  There are no changes in x86-64
_dl_start_user.  On x32, _dl_start_user changes are

 <_dl_start_user>:
  mov    %eax,%r12d
+ mov    %esp,%r13d
  mov    (%rsp),%edx
  mov    %edx,%esi
- mov    %esp,%r13d
  and    $0xfffffff0,%esp
  mov    0x0(%rip),%edi        # <_dl_start_user+0x14>
  lea    0x8(%r13,%rdx,4),%ecx

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
sysdeps/x86_64/dl-machine.h
sysdeps/x86_64/x32/dl-machine.h [deleted file]
This page took 0.042816 seconds and 5 git commands to generate.