Add a comment to sysdeps/x86_64/x32/_itoa.h

This commit is contained in:
H.J. Lu 2012-05-19 06:46:29 -07:00
parent bb07f69f3b
commit 6ad13e088d
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View 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>