diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 548aa310d14ef221cc692ad03e959eb1df764b66..8886e77c278982557d4559cd500aace4bbf561a4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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,
diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt
index 6ec3ddf5ba57f00199b6b6bdeec595c09b67ded7..34ff9845655f1fce618a90447c03c2caef60b6d8 100644
--- a/gcc/config/mips/mips.opt
+++ b/gcc/config/mips/mips.opt
@@ -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.
 ;
@@ -18,6 +18,12 @@
 ; 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