summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2000-07-31 17:07:43 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-07-31 17:07:43 -0700
commit45e84bd9d1c8a1dba39d10fee0b1869c6bd49ec9 (patch)
tree7daf9b7372c8376491354622b1acc3e8368e7daf
parent6ead1e9971df29c9e71b19d3f2faae33c78e13e0 (diff)
downloadgcc-45e84bd9d1c8a1dba39d10fee0b1869c6bd49ec9.tar.gz
* tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
From-SVN: r35395
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a0cb0143e13..f69814f5c03 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-31 Richard Henderson <rth@cygnus.com>
+
+ * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
+
2000-07-31 Jakub Jelinek <jakub@redhat.com>
* cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.