This is the mail archive of the gcc-patches@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]

MIPS patch to use lower-case cpu name (committed)


We now warn about upper-case cpu names, so the r3900's default
should be lower case.  Approved by Eric & checked in.

Richard

	* config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.

Index: config/mips/r3900.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/r3900.h,v
retrieving revision 1.13
diff -c -d -p -r1.13 r3900.h
*** config/mips/r3900.h	12 Jun 2002 23:12:25 -0000	1.13
--- config/mips/r3900.h	13 Jun 2002 10:12:39 -0000
*************** along with GNU CC; see the file COPYING.
*** 22,28 ****
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
! #define MIPS_CPU_STRING_DEFAULT "R3900"
  #define MIPS_ISA_DEFAULT 1
  
  #define MULTILIB_DEFAULTS { MULTILIB_ENDIAN_DEFAULT, "msoft-float" }
--- 22,28 ----
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
! #define MIPS_CPU_STRING_DEFAULT "r3900"
  #define MIPS_ISA_DEFAULT 1
  
  #define MULTILIB_DEFAULTS { MULTILIB_ENDIAN_DEFAULT, "msoft-float" }


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