diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-11-01 05:37:10 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-11-01 05:37:26 -0700 |
commit | 95b93c6e0d7bf0321f265cf6e85c7fb4417cbda6 (patch) | |
tree | f43d997aba07996bd5f6b7ed8035920dcc4c2d0f /math/libm-test-copysign.inc | |
parent | 1bb3653925eae1226cd18a3d700371291850b20f (diff) | |
download | glibc-95b93c6e0d7bf0321f265cf6e85c7fb4417cbda6.tar.gz glibc-95b93c6e0d7bf0321f265cf6e85c7fb4417cbda6.tar.xz glibc-95b93c6e0d7bf0321f265cf6e85c7fb4417cbda6.zip |
x86: Add sysdeps/x86/sysdep.h
Add a new header file, sysdeps/x86/sysdep.h, for common assembly code macros between i386 and x86-64. Tested on i686 and x86-64. There are no differences in outputs of "readelf -a" and "objdump -dw" on all glibc shared objects before and after the patch. * sysdeps/i386/sysdep.h: Include <sysdeps/x86/sysdep.h> instead of <sysdeps/generic/sysdep.h>. (ALIGNARG): Removed. (ASM_SIZE_DIRECTIVE): Likewise. (ENTRY): Likewise. (END): Likewise. (ENTRY_CHK): Likewise. (END_CHK): Likewise. (syscall_error): Likewise. (mcount): Likewise. (PSEUDO_END): Likewise. (L): Likewise. (atom_text_section): Likewise. * sysdeps/x86/sysdep.h: New file. * sysdeps/x86_64/sysdep.h: Include <sysdeps/x86/sysdep.h> instead of <sysdeps/generic/sysdep.h>. (ALIGNARG): Removed. (ASM_SIZE_DIRECTIVE): Likewise. (ENTRY): Likewise. (END): Likewise. (ENTRY_CHK): Likewise. (END_CHK): Likewise. (syscall_error): Likewise. (mcount): Likewise. (PSEUDO_END): Likewise. (L): Likewise. (atom_text_section): Likewise.
Diffstat (limited to 'math/libm-test-copysign.inc')
0 files changed, 0 insertions, 0 deletions