X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fhwint.h;h=2f3fe4cb0b817440cc53e4be2e591038b08d5c4b;hp=84ca84281d61bc0f3117f242c6d68dad65fe83f6;hb=3bcc6ec599c91d88c4a01efe30a475ebd2e5ab1d;hpb=92ebe7d37e9c6695bc5060d58f199eab38e9cc41 diff --git a/gcc/hwint.h b/gcc/hwint.h index 84ca84281d6..2f3fe4cb0b8 100644 --- a/gcc/hwint.h +++ b/gcc/hwint.h @@ -80,7 +80,7 @@ extern char sizeof_long_long_must_be_8[sizeof(long long) == 8 ? 1 : -1]; # define HOST_WIDE_INT_PRINT_DOUBLE_HEX "0x%lx%08lx" # endif #else -# define HOST_WIDE_INT_PRINT "ll" +# define HOST_WIDE_INT_PRINT HOST_LONG_LONG_FORMAT # define HOST_WIDE_INT_PRINT_C "LL" /* We can assume that 'long long' is at least 64 bits. */ # define HOST_WIDE_INT_PRINT_DOUBLE_HEX \ @@ -128,7 +128,7 @@ extern char sizeof_long_long_must_be_8[sizeof(long long) == 8 ? 1 : -1]; efficiently in hardware. (That is, the widest integer type that fits in a hardware register.) Normally this is "long" but on some hosts it should be "long long" or "__int64". This is no convenient way to - autodect this, so such systems must set a flag in config.host; see there + autodetect this, so such systems must set a flag in config.host; see there for details. */ #ifdef USE_LONG_LONG_FOR_WIDEST_FAST_INT