diff options
author | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-28 16:17:11 +0000 |
---|---|---|
committer | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-28 16:17:11 +0000 |
commit | 36526297ed7449c2ad2329d2fa1d435c8711b13e (patch) | |
tree | 1dfb593fcbd508e6d0dc81b59f933ee89f0c133f /gcc/config/arm/cortex-r4.md | |
parent | 3ecbdecc5050044fff2f99366c1312c6e06250b5 (diff) | |
download | ppe42-gcc-36526297ed7449c2ad2329d2fa1d435c8711b13e.tar.gz ppe42-gcc-36526297ed7449c2ad2329d2fa1d435c8711b13e.zip |
2008-08-28 Paul Brook <paul@codesourcery.com>
* config/arm/vfp11.md: Update license notice.
* config/arm/cortex-r4.md: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139717 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/cortex-r4.md')
-rw-r--r-- | gcc/config/arm/cortex-r4.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gcc/config/arm/cortex-r4.md b/gcc/config/arm/cortex-r4.md index d912f205994..34467345acb 100644 --- a/gcc/config/arm/cortex-r4.md +++ b/gcc/config/arm/cortex-r4.md @@ -4,15 +4,19 @@ ;; 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 COPYING. If not, write to -;; the Free Software Foundation, 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. (define_automaton "cortex_r4") |