This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Add sysdeps/x86_64/x32/_itoa.h


On Fri, May 18, 2012 at 9:32 AM, H.J. Lu <hongjiu.lu@intel.com> wrote:
> Hi,
>
> This patch adds sysdeps/x86_64/x32/_itoa.h. ?Testd on x32. ?OK to
> install?
>
> Thanks.
>
>
> H.J.
> ---
> ? ? ? ?* sysdeps/x86_64/x32/_itoa.h: New file.
>
> diff --git a/sysdeps/x86_64/x32/_itoa.h b/sysdeps/x86_64/x32/_itoa.h
> new file mode 100644
> index 0000000..f9ec802
> --- /dev/null
> +++ b/sysdeps/x86_64/x32/_itoa.h
> @@ -0,0 +1,3 @@
> +#define _ITOA_NEEDED ? ? ? ? ? 0
> +#define _ITOA_WORD_TYPE ? ? ? ? ? ? ? ?unsigned long long int
> +#include_next <_itoa.h>

This looks good to me.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]