diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2012-12-13 14:33:29 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2012-12-13 14:33:29 +0000 |
commit | 5944e3a8cc4e34030c2f6ca06db347ecafb9371a (patch) | |
tree | e3a950684e42cf901a8c7c57c115b182c77019e4 /gcc | |
parent | a8f986e9566162aeefce63968dbad53e183c416d (diff) | |
download | gcc-5944e3a8cc4e34030c2f6ca06db347ecafb9371a.zip gcc-5944e3a8cc4e34030c2f6ca06db347ecafb9371a.tar.gz gcc-5944e3a8cc4e34030c2f6ca06db347ecafb9371a.tar.bz2 |
unspecs.md: Add copyright notice.
2012-12-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/unspecs.md: Add copyright notice.
From-SVN: r194478
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/unspecs.md | 20 |
2 files changed, 24 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5afa5c8..ba31106 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-12-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com> + + * config/arm/unspecs.md: Add copyright notice. + 2012-12-13 Jakub Jelinek <jakub@redhat.com> * 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 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 +;; <http://www.gnu.org/licenses/>. + ;; UNSPEC Usage: ;; Note: sin and cos are no-longer used. ;; Unspec enumerators for Neon are defined in neon.md. |