aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-06-01 22:11:27 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-01 22:11:27 +0200
commit8842a5e506cb6d7c0c39e25e52f224dbfb65e940 (patch)
treeebde297100ec5267bb827c4a20c560c372852f92
parent80eaf4158db7ce01647c1b1d00b739277bee762a (diff)
downloadgcc-8842a5e506cb6d7c0c39e25e52f224dbfb65e940.zip
gcc-8842a5e506cb6d7c0c39e25e52f224dbfb65e940.tar.gz
gcc-8842a5e506cb6d7c0c39e25e52f224dbfb65e940.tar.bz2
Forgot with last commit.
From-SVN: r67314
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 54db4a1..48aa8ac 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,15 @@
2003-06-01 Andreas Jaeger <aj@suse.de>
+ * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
+ ROUND_TYPE_SIZE_UNIT.
+
+ * stor-layout.c (finalize_record_size): Remove usages of
+ ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
+ (finalize_type_size): Likewise.
+ (layout_type): Likewise.
+
+ * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
+
* loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
* config/d30v/d30v.h: Remove text copied from the manual.