summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-11-01 05:37:10 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-11-01 05:37:26 -0700
commit95b93c6e0d7bf0321f265cf6e85c7fb4417cbda6 (patch)
treef43d997aba07996bd5f6b7ed8035920dcc4c2d0f /ChangeLog
parent1bb3653925eae1226cd18a3d700371291850b20f (diff)
downloadglibc-95b93c6e0d7bf0321f265cf6e85c7fb4417cbda6.tar.gz
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 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6608b1b261..d38060b89f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2017-11-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * 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.
+
2017-10-31 Rafal Luzynski <digitalfreak@lingonborough.com>
* localedata/unicode-gen/gen_unicode_ctype.py (output_head):