From 6ad13e088de15b34beaa8eb7d1ae6d27517ccecd Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 19 May 2012 06:46:29 -0700 Subject: [PATCH] Add a comment to sysdeps/x86_64/x32/_itoa.h --- ChangeLog | 4 ++++ sysdeps/x86_64/x32/_itoa.h | 1 + 2 files changed, 5 insertions(+) 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> -- 2.47.2