diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-06-04 13:45:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-06-04 13:45:43 -0700 |
commit | 0e4a3cd70809f9e67813fdbd781573f3081127cb (patch) | |
tree | 1856ddc041372a61700b311792ebd7044a6272d6 /ChangeLog | |
parent | 6704c645b05b8516915e07ccba4703b2924a9842 (diff) | |
download | glibc-0e4a3cd70809f9e67813fdbd781573f3081127cb.tar.gz glibc-0e4a3cd70809f9e67813fdbd781573f3081127cb.tar.xz glibc-0e4a3cd70809f9e67813fdbd781573f3081127cb.zip |
Use i486 bits/string.h for i386 and x86_64
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 87123bf4a7..56f7637a3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2012-06-04 H.J. Lu <hongjiu.lu@intel.com> [BZ #14117] + * sysdeps/i386/i486/bits/string.h: Renamed to ... + * sysdeps/x86/bits/string.h: This. + * sysdeps/x86_64/bits/string.h: Removed. + * sysdeps/i386/i486/bits/string.h: Define inline functions only if not compiling for x86-64, but compiling for >= i486. |