* config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 4 Feb 2011 13:01:12 +0000 (13:01 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 4 Feb 2011 13:01:12 +0000 (13:01 +0000)
From-SVN: r169826

gcc/ChangeLog
gcc/config/mips/mips.opt

index 548aa31..8886e77 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
+
 2011-02-03  Anatoly Sokolov  <aesok@post.ru>
 
        * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
index 6ec3ddf..34ff984 100644 (file)
@@ -1,6 +1,6 @@
 ; Options for the MIPS port of the compiler
 ;
-; Copyright (C) 2005, 2007, 2008, 2010 Free Software Foundation, Inc.
+; Copyright (C) 2005, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
 ; along with GCC; see the file COPYING3.  If not see
 ; <http://www.gnu.org/licenses/>.
 
+EB
+Driver
+
+EL
+Driver
+
 mabi=
 Target RejectNegative Joined
 -mabi=ABI      Generate code that conforms to the given ABI
@@ -299,3 +305,6 @@ Perform VR4130-specific alignment optimizations
 mxgot
 Target Report Var(TARGET_XGOT)
 Lift restrictions on GOT size
+
+noasmopt
+Driver