diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-19 04:19:58 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-19 04:19:58 -0700 |
commit | 477fa2c8433218ab84625e61932228781125ba54 (patch) | |
tree | e77656bd4077bf1a9eaa78fc7e3689d419069138 /ChangeLog | |
parent | 9536661c6e8045f810cd227a7d676eaff19bf1b8 (diff) | |
download | glibc-477fa2c8433218ab84625e61932228781125ba54.tar.gz glibc-477fa2c8433218ab84625e61932228781125ba54.tar.xz glibc-477fa2c8433218ab84625e61932228781125ba54.zip |
Also check __i586__/__i686__ for HAS_I586/HAS_I686
* sysdeps/x86/cpu-features.h (HAS_I586): Defined to 1 if __i586__ is defined. (HAS_I686): Defined to 1 if __i686__ is defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7b8181eb44..962794ad77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-08-10 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86/cpu-features.h (HAS_I586): Defined to 1 if + __i586__ is defined. + (HAS_I686): Defined to 1 if __i686__ is defined. + 2015-08-19 Joseph Myers <joseph@codesourcery.com> * elf/Makefile [$(have-z-execstack) = yes] |