diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-27 07:55:13 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-27 07:55:29 -0700 |
commit | 413db45d1bfb11ab1b2e8307d4b519d5169c0b7b (patch) | |
tree | 142f89b57c6aca578bdd0dac66ed4d4ab366bbc8 /ChangeLog | |
parent | 1894b3ea3c9e526a314cbcefe65e24ba3e26d673 (diff) | |
download | glibc-413db45d1bfb11ab1b2e8307d4b519d5169c0b7b.tar.gz glibc-413db45d1bfb11ab1b2e8307d4b519d5169c0b7b.tar.xz glibc-413db45d1bfb11ab1b2e8307d4b519d5169c0b7b.zip |
Move i486/pthread_spin_trylock.S to pthread_spin_trylock.S
Since glibc doesn't support i386 any more, we can move i486/pthread_spin_trylock.S to pthread_spin_trylock.S * sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ... * sysdeps/i386/pthread_spin_trylock.S: Here. * sysdeps/i386/i586/pthread_spin_trylock.S: Removed. * sysdeps/i386/i686/pthread_spin_trylock.S: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f44a4d9e03..b9e5dbc3bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2015-08-27 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ... + * sysdeps/i386/pthread_spin_trylock.S: Here. + * sysdeps/i386/i586/pthread_spin_trylock.S: Removed. + * sysdeps/i386/i686/pthread_spin_trylock.S: Updated. + +2015-08-27 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/i386/i486/string-inlines.c: Moved to ... * sysdeps/i386/string-inlines.c: Here. |