Commit 5791dadc authored by jsm28's avatar jsm28
Browse files

* config/mips/mips.opt (EB, EL, noasmopt): New Driver options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169826 138bc75d-0d04-0410-961f-82ee72b054a4
parent 1011eedb
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> 2011-02-03 Anatoly Sokolov <aesok@post.ru>
* config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS, * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
......
; Options for the MIPS port of the compiler ; 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. ; This file is part of GCC.
; ;
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
; along with GCC; see the file COPYING3. If not see ; along with GCC; see the file COPYING3. If not see
; <http://www.gnu.org/licenses/>. ; <http://www.gnu.org/licenses/>.
EB
Driver
EL
Driver
mabi= mabi=
Target RejectNegative Joined Target RejectNegative Joined
-mabi=ABI Generate code that conforms to the given ABI -mabi=ABI Generate code that conforms to the given ABI
...@@ -299,3 +305,6 @@ Perform VR4130-specific alignment optimizations ...@@ -299,3 +305,6 @@ Perform VR4130-specific alignment optimizations
mxgot mxgot
Target Report Var(TARGET_XGOT) Target Report Var(TARGET_XGOT)
Lift restrictions on GOT size Lift restrictions on GOT size
noasmopt
Driver
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment