aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-19 06:46:29 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-19 06:46:29 -0700
commit6ad13e088de15b34beaa8eb7d1ae6d27517ccecd (patch)
tree753eb7475ae5bdbe7fc758f7393b40298eb6c587
parentbb07f69f3b742687eb2849587c8756c28e018fe5 (diff)
downloadglibc-6ad13e088de15b34beaa8eb7d1ae6d27517ccecd.zip
glibc-6ad13e088de15b34beaa8eb7d1ae6d27517ccecd.tar.gz
glibc-6ad13e088de15b34beaa8eb7d1ae6d27517ccecd.tar.bz2
Add a comment to sysdeps/x86_64/x32/_itoa.h
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/x86_64/x32/_itoa.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5441f61..876fc15 100644
--- 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.
diff --git a/sysdeps/x86_64/x32/_itoa.h b/sysdeps/x86_64/x32/_itoa.h
index f9ec802..0f9ed47 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>