From: H.J. Lu Date: Sat, 19 May 2012 13:46:29 +0000 (-0700) Subject: Add a comment to sysdeps/x86_64/x32/_itoa.h X-Git-Tag: glibc-2.16-tps~242 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ad13e088de15b34beaa8eb7d1ae6d27517ccecd;p=thirdparty%2Fglibc.git Add a comment to sysdeps/x86_64/x32/_itoa.h --- diff --git a/ChangeLog b/ChangeLog index 5441f6142b2..876fc152909 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-05-19 H.J. Lu + + * sysdeps/x86_64/x32/_itoa.h: Add comment. + 2012-05-19 Joseph Myers * sysdeps/powerpc/soft-fp/Makefile: Remove file. diff --git a/sysdeps/x86_64/x32/_itoa.h b/sysdeps/x86_64/x32/_itoa.h index f9ec8027269..0f9ed477268 100644 --- a/sysdeps/x86_64/x32/_itoa.h +++ b/sysdeps/x86_64/x32/_itoa.h @@ -1,3 +1,4 @@ +/* X32 uses 64-bit _itoa_word and _itoa is mapped to _itoa_word. */ #define _ITOA_NEEDED 0 #define _ITOA_WORD_TYPE unsigned long long int #include_next <_itoa.h>