From 82dc0de3f7c06c38d5c30aadc3e99e041ae889bc Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 3 Feb 2011 20:03:11 +0000 Subject: [PATCH] microblaze.opt (Zxl-mode-bootstrap, [...]): New Driver options. * config/microblaze/microblaze.opt (Zxl-mode-bootstrap, Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel, Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options. From-SVN: r169809 --- gcc/ChangeLog | 6 ++++++ gcc/config/microblaze/microblaze.opt | 20 +++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59f7a45881c..2ee198ca681 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-02-03 Joseph Myers + + * config/microblaze/microblaze.opt (Zxl-mode-bootstrap, + Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel, + Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options. + 2011-02-03 Jakub Jelinek PR middle-end/31490 diff --git a/gcc/config/microblaze/microblaze.opt b/gcc/config/microblaze/microblaze.opt index 57380999626..488bd9c2bec 100644 --- a/gcc/config/microblaze/microblaze.opt +++ b/gcc/config/microblaze/microblaze.opt @@ -1,6 +1,6 @@ ; Options for the MicroBlaze port of the compiler ; -; Copyright 2009, 2010 Free Software Foundation, Inc. +; Copyright 2009, 2010, 2011 Free Software Foundation, Inc. ; ; Contributed by Michael Eager . ; @@ -20,6 +20,21 @@ ; along with GCC; see the file COPYING3. If not see ; . */ +Zxl-mode-bootstrap +Driver + +Zxl-mode-executable +Driver + +Zxl-mode-novectors +Driver + +Zxl-mode-xilkernel +Driver + +Zxl-mode-xmdstub +Driver + msoft-float Target Report RejectNegative Mask(SOFT_FLOAT) Use software emulation for floating point (default) @@ -95,3 +110,6 @@ Description for mxl-mode-bootstrap mxl-mode-novectors Target Mask(XL_MODE_NOVECTORS) Description for mxl-mode-novectors + +mxl-mode-xilkernel +Driver -- 2.30.2