summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-16 20:58:16 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-16 20:58:16 +0000
commit0b3de590767dc25102f1537f778c2cec6ab29339 (patch)
tree8b76e14c6a6a2c7347d2e65b813b5454788f66e1 /gcc/ChangeLog
parent08a9c372371b863b258ae32b22c7d66f88505d05 (diff)
downloadgcc-0b3de590767dc25102f1537f778c2cec6ab29339.tar.gz
* flag-types.h (sanitize_code): Don't assume targets have 32-bit
integers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cf31da6958b..8f76145135a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
2014-10-16 DJ Delorie <dj@redhat.com>
+ * flag-types.h (sanitize_code): Don't assume targets have 32-bit
+ integers.
+
* config/rs6000/rs6000-c.c (rid_int128): New.
(rs6000_macro_to_expand): Use instead of RID_INT128.