From patchwork Mon Jan 31 22:37:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 81245 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 F2A33B7106 for ; Tue, 1 Feb 2011 09:37:28 +1100 (EST) Received: (qmail 26147 invoked by alias); 31 Jan 2011 22:37:26 -0000 Received: (qmail 26139 invoked by uid 22791); 31 Jan 2011 22:37:25 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, TW_XG, 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; Mon, 31 Jan 2011 22:37:20 +0000 Received: (qmail 15579 invoked from network); 31 Jan 2011 22:37:18 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 31 Jan 2011 22:37:18 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1Pk2N3-00047O-IZ for gcc-patches@gcc.gnu.org; Mon, 31 Jan 2011 22:37:17 +0000 Date: Mon, 31 Jan 2011 22:37:17 +0000 (UTC) From: "Joseph S. Myers" To: gcc-patches@gcc.gnu.org Subject: Add ARC options from specs to arc.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 options from specs in arc/arc.h to arc/arc.opt. Tested building cc1 and xgcc for cross to arc-elf. Committed as a preapproved fix to an unmaintained target. 2011-01-31 Joseph Myers * config/arc/arc.opt (EB, EL): New Driver options. Index: gcc/config/arc/arc.opt =================================================================== --- gcc/config/arc/arc.opt (revision 169317) +++ gcc/config/arc/arc.opt (working copy) @@ -1,6 +1,6 @@ ; Options for the Argonaut ARC port of the compiler ; -; Copyright (C) 2005, 2007 Free Software Foundation, Inc. +; Copyright (C) 2005, 2007, 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 ; . +EB +Driver + +EL +Driver + malign-loops Target Undocumented Report Mask(ALIGN_LOOPS)