pa.c (fix_range): New function to mark a range(s) of registers as fixed registers.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Wed, 14 Jul 2004 16:27:37 +0000 (16:27 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 14 Jul 2004 16:27:37 +0000 (16:27 +0000)
commita2017852eec2470633015d24cf8e6e43f40f9914
tree9f9a3089b2a9e3e6784a35fb260aa6bfacd50583
parent90ea9897a0940659bc41355d41573fde6c35617a
pa.c (fix_range): New function to mark a range(s) of registers as fixed registers.

* 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.

From-SVN: r84690
gcc/ChangeLog
gcc/config/pa/pa.c
gcc/config/pa/pa.h
gcc/doc/invoke.texi