]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
authorMark Mitchell <mark@codesourcery.com>
Tue, 23 Aug 2005 15:04:07 +0000 (15:04 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 23 Aug 2005 15:04:07 +0000 (15:04 +0000)
From-SVN: r103402

gcc/ChangeLog
gcc/hwint.h

index f7c5367408121dedb344e0b7ae4681ad3d1dc87e..e88c8eb509e5ef658e75338c90e7da53f052580a 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-23  Mark Mitchell  <mark@codesourcery.com>
+
+       * hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
+
 2005-08-23  J"orn Rennecke <joern.rennecke@st.com>
 
        * sh.c (sh_builtin_saveregs): If the number of to-be-saved fp
index 84ca84281d61bc0f3117f242c6d68dad65fe83f6..9b28a3ada0783d80a44854bbc1c5a6357299493c 100644 (file)
@@ -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 \