OSDN Git Service

* config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2002 10:14:12 +0000 (10:14 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2002 10:14:12 +0000 (10:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54581 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/r3900.h

index 8ee0fae..2804059 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-13  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.
+
 2002-06-13  David S. Miller  <davem@redhat.com>
 
        * expmed.c (init_expmed): Remove duplicate init of 'reg'.
index 9404a56..a8eb357 100644 (file)
@@ -22,7 +22,7 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#define MIPS_CPU_STRING_DEFAULT "R3900"
+#define MIPS_CPU_STRING_DEFAULT "r3900"
 #define MIPS_ISA_DEFAULT 1
 
 #define MULTILIB_DEFAULTS { MULTILIB_ENDIAN_DEFAULT, "msoft-float" }