Add a comment to sysdeps/x86_64/x32/_itoa.h
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 19 May 2012 13:46:29 +0000 (06:46 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 19 May 2012 13:46:29 +0000 (06:46 -0700)
ChangeLog
sysdeps/x86_64/x32/_itoa.h

index 5441f61..876fc15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/x86_64/x32/_itoa.h: Add comment.
+
 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/powerpc/soft-fp/Makefile: Remove file.
index f9ec802..0f9ed47 100644 (file)
@@ -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>