OSDN Git Service

* pa.c (fix_range): New function to mark a range(s) of registers as
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Jul 2004 16:27:37 +0000 (16:27 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Jul 2004 16:27:37 +0000 (16:27 +0000)
commit320e1276533c96e9305a3f75b878141d6c3fd9a1
tree9f9a3089b2a9e3e6784a35fb260aa6bfacd50583
parentd09ae6d5fec9125b66c11b2808ada8e1bb13cf16
* pa.c (fix_range): New function to mark a range(s) of registers as
fixed registers.
(override_options): Call fix_range if the -mfixed-range option string
is not empty.
* pa.h (TARGET_OPTIONS): Add -mfixed-range option.
* doc/invoke.texi (-mfixed-range): Document new option.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84690 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/pa/pa.c
gcc/config/pa/pa.h
gcc/doc/invoke.texi