OSDN Git Service

* config/mmix/mmix.md ("*call_real"): Fix typo in comment.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Dec 2001 16:48:59 +0000 (16:48 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Dec 2001 16:48:59 +0000 (16:48 +0000)
commit0103ffd2be77b86a71d65d873e1feb3edf165df5
treef14933bc7e33f69bf9f09aa3bb51acf87467e54b
parent45a72df864d777efc675d3d787da54afff890a44
* config/mmix/mmix.md ("*call_real"): Fix typo in comment.
* config/mmix/mmix.h (EXTRA_CONSTRAINT): Pass MMIX_REG_OK_STRICT
to mmix_extra_constraint.
* config/mmix/mmix.c (mmix_secondary_reload_class): Only handle
non-global register classes.  Mark now unused parameters as such.
(mmix_extra_constraint, 'U'): Use new parameter strict and call
calling memory_operand_p or strict_memory_address_p, not
address_operand.
* config/mmix/mmix-protos.h (mmix_extra_constraint): Add parameter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48402 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mmix/mmix-protos.h
gcc/config/mmix/mmix.c
gcc/config/mmix/mmix.h
gcc/config/mmix/mmix.md