summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-01 21:40:43 +0000
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-01 21:40:43 +0000
commitd2d242b43cc22ff4b9a45cbd0527334f51b1d335 (patch)
tree12aceb7d22a94c9c2c37a7ffda9fa08b77c49f3b /gcc/ChangeLog
parentdb8c5fb53bd223a419ef202e2216c35863e1d5da (diff)
downloadgcc-d2d242b43cc22ff4b9a45cbd0527334f51b1d335.tar.gz
2001-08-01 Andrew MacLeod <amacleod@redhat.com>
* regclass.c (call_really_used_regs): New array for registers which are actually used by a call. (init_reg_sets_1): Initialize regs_invalidated_by_call with the new array. (fix_register): Set call_really_used too. * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize. * doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 75a65020c61..6639e941456 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2001-08-01 Andrew MacLeod <amacleod@redhat.com>
+
+ * regclass.c (call_really_used_regs): New array for registers which
+ are actually used by a call.
+ (init_reg_sets_1): Initialize regs_invalidated_by_call with the
+ new array.
+ (fix_register): Set call_really_used too.
+ * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize.
+ * doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document.
+
2001-08-01 Richard Henderson <rth@redhat.com>
* read-rtl.c (read_name): Consider \r whitespace.