From patchwork Sat Nov 9 11:29:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom de Vries X-Patchwork-Id: 289987 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B80B62C00AD for ; Sat, 9 Nov 2013 22:29:53 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:content-type; q=dns; s=default; b=IECwlUSes+fK0H6wvDVKy4FpZQlKTfBudRjoh8kb8dv yj9gHjvkXl5o20qqzKHb9YoNQeMRCiZgk+92kQVfjjYn59vzWioWGS65ucNpDeRa bbEHbKYMylp4BbFJ+VutnCZG90BMwIYUFOg1Dv918cxnvnAWV2dX21byo+PF5jok = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:content-type; s=default; bh=4bBwZkFGPRWU3kfdeciRWm110LE=; b=kc43sDYr812LtUR54 6Pwj7AGLCX1TEx6rcfeBYculbLITvAk8+H6FR+Oihcorud0m6Xgyd6oYYmNGFYDU A7TBGsI1oBDf8qvBw8G2kq9TwPNnl8YiOPu04fWng0QYmHDlJoO0Jx/5AsxrvzSE 2cmiS2pRgAEDkiQbkNgMDhfE3g= Received: (qmail 28752 invoked by alias); 9 Nov 2013 11:29:43 -0000 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 Received: (qmail 28742 invoked by uid 89); 9 Nov 2013 11:29:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL, BAYES_00, RDNS_NONE, URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 09 Nov 2013 11:29:40 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Vf6jE-0005Y1-5V from Tom_deVries@mentor.com ; Sat, 09 Nov 2013 03:29:24 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 9 Nov 2013 03:29:24 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Sat, 9 Nov 2013 11:29:22 +0000 Message-ID: <527E1C90.2030805@mentor.com> Date: Sat, 9 Nov 2013 12:29:20 +0100 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Michael Eager CC: Subject: [committed] Remove duplicate contents in gcc/config/rs6000/t-xilinx Michael, This patch removes duplicate contents in gcc/config/rs6000/t-xilinx. Looks like a patch was applied twice. Committed as trivial. Thanks, - Tom 2013-11-08 Tom de Vries * config/rs6000/t-xilinx: Remove duplicate contents. diff --git a/gcc/config/rs6000/t-xilinx b/gcc/config/rs6000/t-xilinx index 2abb333..1e05215 100644 --- a/gcc/config/rs6000/t-xilinx +++ b/gcc/config/rs6000/t-xilinx @@ -26,31 +26,3 @@ MULTILIB_OPTIONS = mfpu=sp_lite/mfpu=dp_lite MULTILIB_DIRNAMES = single double -# Multilibs for Xilinx powerpc embedded ELF targets. -# -# Copyright (C) 2009-2013 Free Software Foundation, Inc. -# Contributed by Michael Eager, eager@eagercon.com -# -# This file is part of GCC. -# -# GCC is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# GCC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with GCC; see the file COPYING3. If not see -# . - -# Switch synonyms -MULTILIB_MATCHES = mfpu?sp_lite=msingle-float mfpu?dp_lite=mdouble-float mfpu?dp_lite=mhard-float mfpu?sp_lite=mfpu?sp_full mfpu?dp_lite=mfpu?dp_full - -MULTILIB_OPTIONS = mfpu=sp_lite/mfpu=dp_lite - -MULTILIB_DIRNAMES = single double -