This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r137735 - in /branches/gcc-4_3-branch/gcc: Chan...


Author: rsandifo
Date: Sat Jul 12 08:00:46 2008
New Revision: 137735

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137735
Log:
gcc/
	* doc/md.texi: Document the MIPS "v" constraint.
	* config/mips/mips.h (reg_class): Revert last change.
	(REG_CLASS_NAMES): Likewise.
	(REG_CLASS_CONTENTS): Likewise.
	* config/mips/mips.c (mips_regno_to_class): Likewise.
	* config/mips/constraints.md (v): Likewise, but add documentation.
	Add a comment to say that this constraint should not be used in
	gcc code.

Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/mips/constraints.md
    branches/gcc-4_3-branch/gcc/config/mips/mips.c
    branches/gcc-4_3-branch/gcc/config/mips/mips.h
    branches/gcc-4_3-branch/gcc/doc/md.texi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]