summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-05 04:35:39 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-05 04:35:39 +0000
commit8751e999e3b6b40ee735bc715e2023950841b8ab (patch)
tree199a38a321735bef9aa10720bd0543eaac80a663 /gcc/ChangeLog
parente6bab847c4fa77cdcceeccb83178739c696fd5cd (diff)
downloadgcc-8751e999e3b6b40ee735bc715e2023950841b8ab.tar.gz
Make memory reference + update work with -mregnames
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32922 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 38c450f9310..8c113d23f69 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2000-04-05 Michael Meissner <meissner@redhat.com>
+
+ * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
+ Walton <jonboy@gordian.com> to make memory references with update
+ work wtih -mregnames.
+
2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* regrename.c (regno_first_use_in): Wrap prototype in PARAMS.