diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-12-18 04:25:12 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-12-18 04:25:26 -0800 |
commit | cd815050e535a4f0f07ec8e9f2f9c6cd02eca0f7 (patch) | |
tree | 486b0a53b4d0ece8e3d7f2d996f9e284448aa702 /ChangeLog | |
parent | 053c52b17739a584ee73d336e547b15abcdabd49 (diff) | |
download | glibc-cd815050e535a4f0f07ec8e9f2f9c6cd02eca0f7.tar.gz glibc-cd815050e535a4f0f07ec8e9f2f9c6cd02eca0f7.tar.xz glibc-cd815050e535a4f0f07ec8e9f2f9c6cd02eca0f7.zip |
x86: Merge i386/x86_64 atomic-machine.h
Merge i386 and x86_64 atomic-machine.h to x86 atomic-machine.h. Tested on i686 and x86_64 as well as with build-many-glibcs.py. * sysdeps/i386/atomic-machine.h: Merged with ... * sysdeps/x86_64/atomic-machine.h: To ... * sysdeps/x86/atomic-machine.h: This. New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6702a39f6c..a7f7e0cae6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-12-18 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/i386/atomic-machine.h: Merged with ... + * sysdeps/x86_64/atomic-machine.h: To ... + * sysdeps/x86/atomic-machine.h: This. New file. + 2018-12-18 Florian Weimer <fweimer@redhat.com> Rewrite locale/gen-translit.pl in Python. |