From patchwork Thu Dec 13 14:26:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyrylo Tkachov X-Patchwork-Id: 206089 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 3676C2C0092 for ; Fri, 14 Dec 2012 01:26:48 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1356013608; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=+Y8W/fTE2Gez/Qt6b2M5 cSt9f7U=; b=Qi+V7kNt34iyuEhQqx1Nt63gKv4H4m0FR4Sw1+GlrrkyxgDry5q/ 7m+6pCW6qBYizMa7lBaRATHBCFxbLZm4/YNZlUoJMzM4ZNhnLqhxbQr/faR5kmTC uUgJspwQXfK4rvyI1vi6ph8jAf/KB+a7Mr7q69nK+ahVty4Bbz0nNO0= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:From:To:Cc:Subject:Date:Message-ID:MIME-Version:X-MC-Unique:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=SzDGCI6Y6JXmsKTWec9RSjZdKcK0yWwe2JURkQ26l5+6eQOVG2oDBTnhS1/t7O vIUWO1HmMZVcZhpGdfxq22ggsYCpCtlD25LGImnLQzuycV+AkdSGhD4uCp2a5sev gcZH4JcOgRXMn3nOpAT0wA5/JskgII981H2qi9AHCmA7U=; Received: (qmail 24636 invoked by alias); 13 Dec 2012 14:26:40 -0000 Received: (qmail 24622 invoked by uid 22791); 13 Dec 2012 14:26:39 -0000 X-SWARE-Spam-Status: No, hits=1.5 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, MEDICAL_SUBJECT, MSGID_MULTIPLE_AT, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 13 Dec 2012 14:26:34 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Thu, 13 Dec 2012 14:26:33 +0000 Received: from e106372vm ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 13 Dec 2012 14:26:30 +0000 From: "Kyrylo Tkachov" To: Cc: "Ramana Radhakrishnan" Subject: [PATCH][ARM] Add copyright notice to unspecs.md Date: Thu, 13 Dec 2012 14:26:21 -0000 Message-ID: <008701cdd93d$d3402040$79c060c0$@tkachov@arm.com> MIME-Version: 1.0 X-MC-Unique: 112121314263300401 X-IsSubscribed: yes 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 Hi all, This patch adds a copyright notice to the recently added unspecs.md file in the arm backend (r193204). The file just gathered some unspecs definitions into one place. Ok for trunk? Thanks, Kyrill gcc/ChangeLog 2012-12-13 Kyrylo Tkachov * config/arm/unspecs.md: Add copyright notice. diff --git a/gcc/config/arm/unspecs.md b/gcc/config/arm/unspecs.md index 5537a87..c3fb032 100644 --- a/gcc/config/arm/unspecs.md +++ b/gcc/config/arm/unspecs.md @@ -1,3 +1,23 @@ +;; Unspec defintions. +;; Copyright (C) 2012 Free Software Foundation, Inc. +;; Contributed by ARM Ltd. + +;; 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 +;; . + ;; UNSPEC Usage: ;; Note: sin and cos are no-longer used. ;; Unspec enumerators for Neon are defined in neon.md.