diff options
author | Ben Elliston <bje@au.ibm.com> | 2009-10-07 20:15:24 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2009-10-08 07:15:24 +1100 |
commit | 033016fabc59f4db99a86ebb4728065d338b1ab8 (patch) | |
tree | bff782a2594c511f7a62e6ba841e95789aa8ed44 /gcc | |
parent | 49b0ca5c9e6f864c93f848274fea26787375fe32 (diff) | |
download | gcc-033016fabc59f4db99a86ebb4728065d338b1ab8.zip gcc-033016fabc59f4db99a86ebb4728065d338b1ab8.tar.gz gcc-033016fabc59f4db99a86ebb4728065d338b1ab8.tar.bz2 |
* config/rs6000/a2.md: Add FSF comment header.
From-SVN: r152541
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/a2.md | 19 |
2 files changed, 21 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae03a3b..0b529c22 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-10-08 Ben Elliston <bje@au.ibm.com> + + * config/rs6000/a2.md: Add FSF comment header. + 2009-10-07 Uros Bizjak <ubizjak@gmail.com> * config/i386/i386.md (any_extend): New code iterator. diff --git a/gcc/config/rs6000/a2.md b/gcc/config/rs6000/a2.md index 0044722..851d894 100644 --- a/gcc/config/rs6000/a2.md +++ b/gcc/config/rs6000/a2.md @@ -1,7 +1,22 @@ ;; Scheduling description for PowerPC A2 processors. ;; Copyright (C) 2009 Free Software Foundation, Inc. -;; -;; Contributed by Ben Elliston (bje@au.ibm.com). +;; Contributed by Ben Elliston (bje@au.ibm.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 +;; <http://www.gnu.org/licenses/>. (define_automaton "ppca2") |