invoke.texi: Remove documentation for MIPS -mrnames option.
authorRichard Sandiford <rsandifo@redhat.com>
Tue, 13 Jul 2004 06:50:27 +0000 (06:50 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 13 Jul 2004 06:50:27 +0000 (06:50 +0000)
commit5b9cc93eb5980b5808bf3f78bbbe5e3f338b7914
tree8906ae0bba1d1dc41598e2c42401af398a499f52
parent40a350c903278bd4c184e79d6a3c5c55c8da8346
invoke.texi: Remove documentation for MIPS -mrnames option.

* doc/invoke.texi: Remove documentation for MIPS -mrnames option.
* config/mips/mips.h (mips_reg_names): Don't declare.
(MASK_NAME_REGS): Delete.  Shuffle other MASK_* values down.
(TARGET_NAME_REGS): Delete.
(TARGET_SWITCHES): Remove -mrnames.
(REGISTER_NAMES): Initialise with the old contents of mips_reg_names[].
(ADDITIONAL_REGISTER_NAMES): Remove entries for names mentioned
in REGISTER_NAMES.
* config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Delete.
(override_options): Remove handling of TARGET_NAME_REGS.

From-SVN: r84602
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/doc/invoke.texi