diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-20 16:06:55 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-20 16:06:55 +0000 |
commit | 42a316f5142bedd65df736822b4d6d475970badc (patch) | |
tree | 28a9169d98de86776bf6d0f2e0a7d90234ef4f10 /gcc/ChangeLog | |
parent | c018b0c80173416c48a81a16edb4c65c04711196 (diff) | |
download | gcc-42a316f5142bedd65df736822b4d6d475970badc.tar.gz |
* config/alpha/alpha.h (PREDICATE_CODES): Add normal_memory_operand.
* config/alpha/alpha-protos.h: Remove PREDICATE_CODES prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72708 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 46406b51b5d..fa34b248399 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-20 Richard Henderson <rth@redhat.com> + + * config/alpha/alpha.h (PREDICATE_CODES): Add normal_memory_operand. + * config/alpha/alpha-protos.h: Remove PREDICATE_CODES prototypes. + 2003-10-20 Dorit Naishlos <dorit@il.ibm.com> * config/rs6000/rs6000.h: (rs6000_sched_insert_nops): |