From patchwork Thu Feb 3 16:58:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 81681 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 95147B7139 for ; Fri, 4 Feb 2011 03:58:33 +1100 (EST) Received: (qmail 29455 invoked by alias); 3 Feb 2011 16:58:30 -0000 Received: (qmail 29446 invoked by uid 22791); 3 Feb 2011 16:58:29 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL, BAYES_00, TW_MX, TW_XG, TW_XM, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Feb 2011 16:58:24 +0000 Received: (qmail 13718 invoked from network); 3 Feb 2011 16:58:23 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 3 Feb 2011 16:58:23 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1Pl2Vh-0004Uj-Lm; Thu, 03 Feb 2011 16:58:21 +0000 Date: Thu, 3 Feb 2011 16:58:21 +0000 (UTC) From: "Joseph S. Myers" To: gcc-patches@gcc.gnu.org cc: eager@eagercon.com Subject: Add MicroBlaze options from specs to microblaze.opt Message-ID: MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org In preparation for the driver only accepting options listed in .opt files, and not other options that simply happen to match some spec, this patch adds various options from specs in microblaze.h to microblaze.opt. Tested building cc1 and xgcc for cross to microblaze-elf. OK to commit? 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. Index: gcc/config/microblaze/microblaze.opt =================================================================== --- gcc/config/microblaze/microblaze.opt (revision 169769) +++ gcc/config/microblaze/microblaze.opt (working copy) @@ -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