diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-19 06:46:29 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-19 06:46:29 -0700 |
commit | 6ad13e088de15b34beaa8eb7d1ae6d27517ccecd (patch) | |
tree | 753eb7475ae5bdbe7fc758f7393b40298eb6c587 | |
parent | bb07f69f3b742687eb2849587c8756c28e018fe5 (diff) | |
download | glibc-6ad13e088de15b34beaa8eb7d1ae6d27517ccecd.tar glibc-6ad13e088de15b34beaa8eb7d1ae6d27517ccecd.tar.gz glibc-6ad13e088de15b34beaa8eb7d1ae6d27517ccecd.tar.bz2 glibc-6ad13e088de15b34beaa8eb7d1ae6d27517ccecd.zip |
Add a comment to sysdeps/x86_64/x32/_itoa.h
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/x86_64/x32/_itoa.h | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 f9ec802726..0f9ed47726 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> |