aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2011-07-31 18:11:04 -0700
committerRichard Henderson <rth@gcc.gnu.org>2011-07-31 18:11:04 -0700
commitb87ac615229c744d036421c5252034ac778291d9 (patch)
treede634a8fe246f80e01518574db298753b455e274 /gcc/ChangeLog
parent77b069404f8f475b569c99b75aad633edb73ea2a (diff)
downloadgcc-b87ac615229c744d036421c5252034ac778291d9.zip
gcc-b87ac615229c744d036421c5252034ac778291d9.tar.gz
gcc-b87ac615229c744d036421c5252034ac778291d9.tar.bz2
Handle SIZE_TYPE being unsigned short.
From-SVN: r176995
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7df0ee2..a35b0e8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-31 Richard Henderson <rth@redhat.com>
+
+ * stor-layout.c (initialize_sizetypes): Handle unsigned short.
+ * tree.c (build_common_tree_nodes): Likewise.
+
2011-07-31 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/49880