aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-08-23 15:04:07 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-08-23 15:04:07 +0000
commit6194fd98b2836e10eec60df7dbb91186c3eef7e9 (patch)
tree1a1c861952cd75c7af00ae791c4f0165c33ceaff /gcc
parent0a9649e8a1a2b543dc026ba4ae5b1cceaf844b93 (diff)
downloadgcc-6194fd98b2836e10eec60df7dbb91186c3eef7e9.zip
gcc-6194fd98b2836e10eec60df7dbb91186c3eef7e9.tar.gz
gcc-6194fd98b2836e10eec60df7dbb91186c3eef7e9.tar.bz2
* hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
From-SVN: r103402
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/hwint.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f7c5367..e88c8eb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/hwint.h b/gcc/hwint.h
index 84ca842..9b28a3a 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 \