diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-25 01:52:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-25 01:52:14 +0000 |
commit | 464dce57cc94ec32cb3b02462e99866750f6cefb (patch) | |
tree | 2e3c479f23d90d606b113a1fb5997e356eb2ea6f /ChangeLog | |
parent | fe0b1e854ad32a69b26041031c3382b9eb772bb5 (diff) | |
download | glibc-464dce57cc94ec32cb3b02462e99866750f6cefb.zip glibc-464dce57cc94ec32cb3b02462e99866750f6cefb.tar.gz glibc-464dce57cc94ec32cb3b02462e99866750f6cefb.tar.bz2 |
Typo fix.
(HWCAP_IMPORTANT): Include HWCAP_SPARC_V9 when [__WORDSIZE != 64].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ * sysdeps/sparc/dl-procinfo.c: ... here, new file. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Moved to ... * sysdeps/sparc/dl-procinfo.h: ... here, new file. - (HWCAP_IMPORTANT): Include HWCAP_SPARC_V9 when [__WORDSIZE__ != 64]. + (HWCAP_IMPORTANT): Include HWCAP_SPARC_V9 when [__WORDSIZE != 64]. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: File removed. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: File removed. |