From: Kyrylo Tkachov Date: Thu, 13 Dec 2012 14:33:29 +0000 (+0000) Subject: unspecs.md: Add copyright notice. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5944e3a8cc4e34030c2f6ca06db347ecafb9371a;p=gcc.git unspecs.md: Add copyright notice. 2012-12-13 Kyrylo Tkachov * config/arm/unspecs.md: Add copyright notice. From-SVN: r194478 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5afa5c8b59f..ba31106f7b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-12-13 Kyrylo Tkachov + + * config/arm/unspecs.md: Add copyright notice. + 2012-12-13 Jakub Jelinek * tree-ssa-threadedge.c (propagate_threaded_block_debug_into): Avoid diff --git a/gcc/config/arm/unspecs.md b/gcc/config/arm/unspecs.md index 5537a870f96..c3fb03256ce 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.