osf5.opt (mno-mips-tfile): Mark as Target rather than Driver option.
* config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather than Driver option. * config/hpux11.opt (mt): Likewise. * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise. * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise. * config/vax/elf.opt (mno-asm-pic): Likewise. * config/vms/vms.opt (map, mvms-return-codes): Likewise. From-SVN: r170383
This commit is contained in:
parent
b2712497d9
commit
7de97f9e1a
7 changed files with 18 additions and 8 deletions
|
@ -1,3 +1,13 @@
|
|||
2011-02-21 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
|
||||
than Driver option.
|
||||
* config/hpux11.opt (mt): Likewise.
|
||||
* config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
|
||||
* config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
|
||||
* config/vax/elf.opt (mno-asm-pic): Likewise.
|
||||
* config/vms/vms.opt (map, mvms-return-codes): Likewise.
|
||||
|
||||
2011-02-21 Mike Stump <mikestump@comcast.net>
|
||||
|
||||
PR target/47822
|
||||
|
|
|
@ -28,7 +28,7 @@ K
|
|||
Driver
|
||||
|
||||
mno-mips-tfile
|
||||
Driver RejectNegative
|
||||
Target RejectNegative
|
||||
|
||||
pthread
|
||||
Driver
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
; Please try to keep this file in ASCII collating order.
|
||||
|
||||
mt
|
||||
Driver RejectNegative
|
||||
Target RejectNegative
|
||||
|
||||
pthread
|
||||
Driver
|
||||
|
|
|
@ -112,4 +112,4 @@ Target Mask(XL_MODE_NOVECTORS)
|
|||
Description for mxl-mode-novectors
|
||||
|
||||
mxl-mode-xilkernel
|
||||
Driver
|
||||
Target
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
; Please try to keep this file in ASCII collating order.
|
||||
|
||||
mno-clearbss
|
||||
Driver RejectNegative
|
||||
Target RejectNegative
|
||||
|
||||
mppcperflib
|
||||
Driver RejectNegative
|
||||
Target RejectNegative
|
||||
|
||||
; This comment is to ensure we retain the blank line above.
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
; Please try to keep this file in ASCII collating order.
|
||||
|
||||
mno-asm-pic
|
||||
Driver RejectNegative
|
||||
Target RejectNegative
|
||||
|
||||
; This comment is to ensure we retain the blank line above.
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
; <http://www.gnu.org/licenses/>.
|
||||
|
||||
map
|
||||
Driver RejectNegative
|
||||
Target RejectNegative
|
||||
|
||||
mmalloc64
|
||||
Target Report Mask(MALLOC64)
|
||||
|
@ -28,4 +28,4 @@ Target RejectNegative Joined Var(vms_debug_main)
|
|||
Set name of main routine for the debugger
|
||||
|
||||
mvms-return-codes
|
||||
Driver RejectNegative
|
||||
Target RejectNegative
|
||||
|
|
Loading…
Add table
Reference in a new issue