diff options
| author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-24 17:52:52 +0000 |
|---|---|---|
| committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-24 17:52:52 +0000 |
| commit | a239165a25b88effb27f11b542e8998ce763dc48 (patch) | |
| tree | a4ba4671a73c967866bb19ca2f86f0b2deb16c3c | |
| parent | 7cfc046698405a194bc5be8e74f609da90c0977b (diff) | |
| download | ppe42-gcc-a239165a25b88effb27f11b542e8998ce763dc48.tar.gz ppe42-gcc-a239165a25b88effb27f11b542e8998ce763dc48.zip | |
* mep-ext-cop.cpu: Fix copyright notice.
* mep-default: Fix copyright notice.
* mep-core: Fix copyright notice.
* mep: Fix copyright notice.
* mep-ivc2: Fix copyright notice.
* mep-c5: Fix copyright notice.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148913 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 9 | ||||
| -rw-r--r-- | gcc/config/mep/mep-c5.cpu | 20 | ||||
| -rw-r--r-- | gcc/config/mep/mep-core.cpu | 22 | ||||
| -rw-r--r-- | gcc/config/mep/mep-default.cpu | 19 | ||||
| -rw-r--r-- | gcc/config/mep/mep-ext-cop.cpu | 24 | ||||
| -rw-r--r-- | gcc/config/mep/mep-ivc2.cpu | 21 | ||||
| -rw-r--r-- | gcc/config/mep/mep.cpu | 20 |
7 files changed, 124 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d89fb622f8..31e6a60d7e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2009-06-24 DJ Delorie <dj@redhat.com> + + * mep-ext-cop.cpu: Fix copyright notice. + * mep-default: Fix copyright notice. + * mep-core: Fix copyright notice. + * mep: Fix copyright notice. + * mep-ivc2: Fix copyright notice. + * mep-c5: Fix copyright notice. + 2009-06-24 Denis Chertykov <chertykov@gmail.com> * doc/contrib.texi (Contributors): diff --git a/gcc/config/mep/mep-c5.cpu b/gcc/config/mep/mep-c5.cpu index e70cee89e8a..fc81e90ed21 100644 --- a/gcc/config/mep/mep-c5.cpu +++ b/gcc/config/mep/mep-c5.cpu @@ -1,5 +1,23 @@ -; Insns introduced for the MeP-c5 core +; Toshiba MeP C5 Core description. -*- scheme -*- +; Copyright (C) 2009 +; Free Software Foundation, Inc. +; Contributed by Red Hat, Inc. ; +; 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/>. (dnf f-c5n4 "extended field" (all-mep-core-isas) 16 4) (dnf f-c5n5 "extended field" (all-mep-core-isas) 20 4) diff --git a/gcc/config/mep/mep-core.cpu b/gcc/config/mep/mep-core.cpu index f66aa6c8446..5da01a8b4f3 100644 --- a/gcc/config/mep/mep-core.cpu +++ b/gcc/config/mep/mep-core.cpu @@ -1,7 +1,23 @@ ; Toshiba MeP Media Engine architecture description. -*- Scheme -*- -; Copyright (C) 2001, 2002, 2003, 2004, 2005 Red Hat, Inc. -; This file is part of CGEN. -; See file COPYING.CGEN for details. +; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2009 +; Free Software Foundation, Inc. +; Contributed by Red Hat, Inc. +; +; 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/>. (include "simplify.inc") diff --git a/gcc/config/mep/mep-default.cpu b/gcc/config/mep/mep-default.cpu index d55b20ff7ec..47ba5566a39 100644 --- a/gcc/config/mep/mep-default.cpu +++ b/gcc/config/mep/mep-default.cpu @@ -1,4 +1,23 @@ ; Toshiba MeP Media Engine architecture description. -*- Scheme -*- +; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +; Free Software Foundation, Inc. +; Contributed by Red Hat, Inc. +; +; 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/>. ; Copyright (C) 2001 Red Hat, Inc. ; This file is part of CGEN. ; See file COPYING.CGEN for details. diff --git a/gcc/config/mep/mep-ext-cop.cpu b/gcc/config/mep/mep-ext-cop.cpu index e2450051561..55796cd31fa 100644 --- a/gcc/config/mep/mep-ext-cop.cpu +++ b/gcc/config/mep/mep-ext-cop.cpu @@ -1,7 +1,23 @@ -; Toshiba MeP Media Engine architecture description. -*- Scheme -*- -; Copyright (C) 2003 Red Hat, Inc. -; This file is part of CGEN. -; See file COPYING.CGEN for details. +; Toshiba MeP IVC2 Coprocessor description. -*- scheme -*- +; Copyright (C) 2003 +; Free Software Foundation, Inc. +; Contributed by Red Hat, Inc. +; +; 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/>. ;; begin-user-isa-includes (include "mep-ivc2.cpu") diff --git a/gcc/config/mep/mep-ivc2.cpu b/gcc/config/mep/mep-ivc2.cpu index 815abfdfd36..68cab5b9a2c 100644 --- a/gcc/config/mep/mep-ivc2.cpu +++ b/gcc/config/mep/mep-ivc2.cpu @@ -1,8 +1,23 @@ ; Toshiba MeP IVC2 Coprocessor description. -*- scheme -*- -; Copyright (C) 2009 Red Hat, Inc. -; This file is part of CGEN. -; See file COPYING.CGEN for details. +; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +; Free Software Foundation, Inc. +; Contributed by Red Hat, Inc. ; +; 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/>. ;------------------------------------------------------------------------------ ; MeP-Integrator will redefine the isa pmacros below to allow the bit widths diff --git a/gcc/config/mep/mep.cpu b/gcc/config/mep/mep.cpu index 374e5b1e66d..c87c5d1b67f 100644 --- a/gcc/config/mep/mep.cpu +++ b/gcc/config/mep/mep.cpu @@ -1 +1,21 @@ +; Toshiba MeP Media Engine description. -*- Scheme -*- +; Copyright (C) 2009 Free Software Foundation, Inc. +; Contributed by Red Hat, Inc. +; +; 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/>. + (include "mep-default.cpu") |

