Skip to content

Commit 9b201bb

Browse files
committed
Change source files over to GPLv3.
1 parent dea757d commit 9b201bb

File tree

225 files changed

+2935
-2389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+2935
-2389
lines changed

cpu/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2007-07-04 Nick Clifton <[email protected]>
2+
3+
* cris.cpu: Update copyright notice to refer to GPLv3.
4+
* frv.cpu, frv.opc, iq10.cpu, iq2000m.cpu, iq2000.opc, m32c.cpu,
5+
m32c.opc, m32r.cpu, m32r.opc, mt.cpu, mt.opc, sh64-compact.cpu,
6+
sh64-media.cpu, sh.cpu, sh.opc, simplify.inc, xc16x.cpu,
7+
xc16x.opc: Likewise.
8+
* iq2000.cpu: Fix copyright notice to refer to FSF.
9+
110
2007-04-30 Mark Salter <[email protected]>
211

312
* frv.cpu (spr-names): Support new coprocessor SPR registers.

cpu/cris.cpu

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
; CRIS CPU description. -*- Scheme -*-
22
;
3-
; Copyright 2003, 2004 Free Software Foundation, Inc.
3+
; Copyright 2003, 2004, 2007 Free Software Foundation, Inc.
44
;
55
; Contributed by Axis Communications AB.
66
;
77
; This file is part of the GNU Binutils.
88
;
99
; This program is free software; you can redistribute it and/or modify
1010
; it under the terms of the GNU General Public License as published by
11-
; the Free Software Foundation; either version 2 of the License, or
11+
; the Free Software Foundation; either version 3 of the License, or
1212
; (at your option) any later version.
1313
;
1414
; This program is distributed in the hope that it will be useful,
@@ -18,7 +18,8 @@
1818
;
1919
; You should have received a copy of the GNU General Public License
2020
; along with this program; if not, write to the Free Software
21-
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
21+
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22+
; MA 02110-1301, USA.
2223

2324
(include "simplify.inc")
2425

cpu/frv.cpu

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
; Fujitsu FRV opcode support, for GNU Binutils. -*- Scheme -*-
22
;
3-
; Copyright 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
3+
; Copyright 2000, 2001, 2003, 2004, 2007 Free Software Foundation, Inc.
44
;
55
; Contributed by Red Hat Inc; developed under contract from Fujitsu.
66
;
77
; This file is part of the GNU Binutils.
88
;
99
; This program is free software; you can redistribute it and/or modify
1010
; it under the terms of the GNU General Public License as published by
11-
; the Free Software Foundation; either version 2 of the License, or
11+
; the Free Software Foundation; either version 3 of the License, or
1212
; (at your option) any later version.
1313
;
1414
; This program is distributed in the hope that it will be useful,
@@ -18,7 +18,8 @@
1818
;
1919
; You should have received a copy of the GNU General Public License
2020
; along with this program; if not, write to the Free Software
21-
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
21+
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22+
; MA 02110-1301, USA.
2223

2324
(include "simplify.inc")
2425

cpu/frv.opc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/* Fujitsu FRV opcode support, for GNU Binutils. -*- C -*-
22
3-
Copyright 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
3+
Copyright 2000, 2001, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
44
55
Contributed by Red Hat Inc; developed under contract from Fujitsu.
66
77
This file is part of the GNU Binutils.
88
99
This program is free software; you can redistribute it and/or modify
1010
it under the terms of the GNU General Public License as published by
11-
the Free Software Foundation; either version 2 of the License, or
11+
the Free Software Foundation; either version 3 of the License, or
1212
(at your option) any later version.
1313
1414
This program is distributed in the hope that it will be useful,
@@ -21,6 +21,7 @@
2121
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
2222
MA 02110-1301, USA. */
2323

24+
2425
/* This file is an addendum to frv.cpu. Heavy use of C code isn't
2526
appropriate in .cpu files, so it resides here. This especially applies
2627
to assembly/disassembly where parsing/printing can be quite involved.

cpu/iq10.cpu

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
; IQ10-only CPU description. -*- Scheme -*-
22
;
3-
; Copyright 2001, 2002 Free Software Foundation, Inc.
3+
; Copyright 2001, 2002, 2007 Free Software Foundation, Inc.
44
;
55
; Contributed by Red Hat Inc; developed under contract from Vitesse.
66
;
77
; This file is part of the GNU Binutils.
88
;
99
; This program is free software; you can redistribute it and/or modify
1010
; it under the terms of the GNU General Public License as published by
11-
; the Free Software Foundation; either version 2 of the License, or
11+
; the Free Software Foundation; either version 3 of the License, or
1212
; (at your option) any later version.
1313
;
1414
; This program is distributed in the hope that it will be useful,
@@ -18,7 +18,8 @@
1818
;
1919
; You should have received a copy of the GNU General Public License
2020
; along with this program; if not, write to the Free Software
21-
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
21+
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22+
; MA 02110-1301, USA.
2223

2324

2425
; Instructions.

cpu/iq2000.cpu

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
; IQ2000/IQ10 Common CPU description. -*- Scheme -*-
2-
; Copyright (C) 2000, 2001, 2002 Red Hat, Inc.
3-
; This file is part of CGEN.
4-
; See file COPYING.CGEN for details.
2+
; Copyright 2001, 2002, 2007 Free Software Foundation, Inc.
3+
;
4+
; Contributed by Red Hat Inc; developed under contract from Fujitsu.
5+
;
6+
; This file is part of the GNU Binutils.
7+
;
8+
; This program is free software; you can redistribute it and/or modify
9+
; it under the terms of the GNU General Public License as published by
10+
; the Free Software Foundation; either version 3 of the License, or
11+
; (at your option) any later version.
12+
;
13+
; This program is distributed in the hope that it will be useful,
14+
; but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
; GNU General Public License for more details.
17+
;
18+
; You should have received a copy of the GNU General Public License
19+
; along with this program; if not, write to the Free Software
20+
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
21+
; MA 02110-1301, USA.
522

623
(include "simplify.inc")
724

cpu/iq2000.opc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/* IQ2000 opcode support. -*- C -*-
22
3-
Copyright 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
3+
Copyright 2000, 2001, 2002, 2005, 2007 Free Software Foundation, Inc.
44
55
Contributed by Red Hat Inc; developed under contract from Fujitsu.
66
77
This file is part of the GNU Binutils.
88
99
This program is free software; you can redistribute it and/or modify
1010
it under the terms of the GNU General Public License as published by
11-
the Free Software Foundation; either version 2 of the License, or
11+
the Free Software Foundation; either version 3 of the License, or
1212
(at your option) any later version.
1313
1414
This program is distributed in the hope that it will be useful,

cpu/iq2000m.cpu

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
; IQ2000-only CPU description. -*- Scheme -*-
22
;
3-
; Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
3+
; Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
44
;
55
; Contributed by Red Hat Inc; developed under contract from Vitesse.
66
;
77
; This file is part of the GNU Binutils.
88
;
99
; This program is free software; you can redistribute it and/or modify
1010
; it under the terms of the GNU General Public License as published by
11-
; the Free Software Foundation; either version 2 of the License, or
11+
; the Free Software Foundation; either version 3 of the License, or
1212
; (at your option) any later version.
1313
;
1414
; This program is distributed in the hope that it will be useful,
@@ -18,7 +18,8 @@
1818
;
1919
; You should have received a copy of the GNU General Public License
2020
; along with this program; if not, write to the Free Software
21-
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
21+
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22+
; MA 02110-1301, USA.
2223

2324
(dni andoui "and upper ones immediate" (MACH2000 USES-RS USES-RT)
2425
"andoui $rt,$rs,$hi16"

cpu/m32c.cpu

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
; Renesas M32C CPU description. -*- Scheme -*-
22
;
3-
; Copyright 2005, 2006 Free Software Foundation, Inc.
3+
; Copyright 2005, 2006, 2007 Free Software Foundation, Inc.
44
;
55
; Contributed by Red Hat Inc; developed under contract from Renesas.
66
;
77
; This file is part of the GNU Binutils.
88
;
99
; This program is free software; you can redistribute it and/or modify
1010
; it under the terms of the GNU General Public License as published by
11-
; the Free Software Foundation; either version 2 of the License, or
11+
; the Free Software Foundation; either version 3 of the License, or
1212
; (at your option) any later version.
1313
;
1414
; This program is distributed in the hope that it will be useful,
@@ -18,7 +18,8 @@
1818
;
1919
; You should have received a copy of the GNU General Public License
2020
; along with this program; if not, write to the Free Software
21-
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
21+
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22+
; MA 02110-1301, USA.
2223

2324
(include "simplify.inc")
2425

cpu/m32c.opc

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/* m32c opcode support. -*- C -*-
22
3-
Copyright 2005 Free Software Foundation, Inc.
3+
Copyright 2005, 2007 Free Software Foundation, Inc.
44
55
Contributed by Red Hat Inc; developed under contract from Renesas
66
77
This file is part of the GNU Binutils.
88
99
This program is free software; you can redistribute it and/or modify
1010
it under the terms of the GNU General Public License as published by
11-
the Free Software Foundation; either version 2 of the License, or
11+
the Free Software Foundation; either version 3 of the License, or
1212
(at your option) any later version.
1313
1414
This program is distributed in the hope that it will be useful,
@@ -18,7 +18,9 @@
1818
1919
You should have received a copy of the GNU General Public License
2020
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
21+
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22+
MA 02110-1301, USA. */
23+
2224

2325
/* This file is an addendum to m32c.cpu. Heavy use of C code isn't
2426
appropriate in .cpu files, so it resides here. This especially applies

cpu/m32r.cpu

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Renesas M32R CPU description. -*- Scheme -*-
22
;
3-
; Copyright 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
3+
; Copyright 1998, 1999, 2000, 2001, 2003, 2007 Free Software Foundation, Inc.
44
;
55
; Contributed by Red Hat Inc; developed under contract from Mitsubishi
66
; Electric Corporation.
@@ -9,7 +9,7 @@
99
;
1010
; This program is free software; you can redistribute it and/or modify
1111
; it under the terms of the GNU General Public License as published by
12-
; the Free Software Foundation; either version 2 of the License, or
12+
; the Free Software Foundation; either version 3 of the License, or
1313
; (at your option) any later version.
1414
;
1515
; This program is distributed in the hope that it will be useful,
@@ -19,7 +19,8 @@
1919
;
2020
; You should have received a copy of the GNU General Public License
2121
; along with this program; if not, write to the Free Software
22-
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
22+
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
23+
; MA 02110-1301, USA.
2324

2425
(include "simplify.inc")
2526

cpu/m32r.opc

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@
88
99
This file is part of the GNU Binutils.
1010
11-
Contributed by Red Hat Inc; developed under contract from Fujitsu.
12-
13-
This file is part of the GNU Binutils.
14-
1511
This program is free software; you can redistribute it and/or modify
1612
it under the terms of the GNU General Public License as published by
17-
the Free Software Foundation; either version 2 of the License, or
13+
the Free Software Foundation; either version 3 of the License, or
1814
(at your option) any later version.
1915
2016
This program is distributed in the hope that it will be useful,
@@ -27,6 +23,7 @@
2723
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
2824
MA 02110-1301, USA. */
2925

26+
3027
/* This file is an addendum to m32r.cpu. Heavy use of C code isn't
3128
appropriate in .cpu files, so it resides here. This especially applies
3229
to assembly/disassembly where parsing/printing can be quite involved.

cpu/mt.cpu

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Morpho Technologies MT Arch description. -*- Scheme -*-
2-
; Copyright 2001 Free Software Foundation, Inc.
2+
; Copyright 2001, 2007 Free Software Foundation, Inc.
33
;
44
; Contributed by Red Hat Inc; developed under contract from
55
; Morpho Technologies.
@@ -8,7 +8,7 @@
88
;
99
; This program is free software; you can redistribute it and/or modify
1010
; it under the terms of the GNU General Public License as published by
11-
; the Free Software Foundation; either version 2 of the License, or
11+
; the Free Software Foundation; either version 3 of the License, or
1212
; (at your option) any later version.
1313
;
1414
; This program is distributed in the hope that it will be useful,
@@ -18,7 +18,8 @@
1818
;
1919
; You should have received a copy of the GNU General Public License
2020
; along with this program; if not, write to the Free Software
21-
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
21+
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22+
; MA 02110-1301, USA.
2223

2324
(include "simplify.inc")
2425

cpu/mt.opc

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Morpho Technologies mRISC opcode support, for GNU Binutils. -*- C -*-
2-
Copyright 2001 Free Software Foundation, Inc.
2+
Copyright 2001, 2007 Free Software Foundation, Inc.
33
44
Contributed by Red Hat Inc; developed under contract from
55
Morpho Technologies.
@@ -8,7 +8,7 @@
88
99
This program is free software; you can redistribute it and/or modify
1010
it under the terms of the GNU General Public License as published by
11-
the Free Software Foundation; either version 2 of the License, or
11+
the Free Software Foundation; either version 3 of the License, or
1212
(at your option) any later version.
1313
1414
This program is distributed in the hope that it will be useful,
@@ -18,19 +18,17 @@
1818
1919
You should have received a copy of the GNU General Public License
2020
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
21+
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22+
MA 02110-1301, USA. */
2223

23-
*/
2424

25-
/*
26-
Each section is delimited with start and end markers.
25+
/* Each section is delimited with start and end markers.
2726
2827
<arch>-opc.h additions use: "-- opc.h"
2928
<arch>-opc.c additions use: "-- opc.c"
3029
<arch>-asm.c additions use: "-- asm.c"
3130
<arch>-dis.c additions use: "-- dis.c"
32-
<arch>-ibd.h additions use: "-- ibd.h"
33-
*/
31+
<arch>-ibd.h additions use: "-- ibd.h" */
3432

3533
/* -- opc.h */
3634

cpu/sh.cpu

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Hitachi SH architecture description. -*- Scheme -*-
22
;
3-
; Copyright 2000, 2001 Free Software Foundation, Inc.
3+
; Copyright 2000, 2001, 2007 Free Software Foundation, Inc.
44
;
55
; Contributed by Red Hat Inc; developed under contract from Hitachi
66
; Semiconductor (America) Inc.
@@ -9,7 +9,7 @@
99
;
1010
; This program is free software; you can redistribute it and/or modify
1111
; it under the terms of the GNU General Public License as published by
12-
; the Free Software Foundation; either version 2 of the License, or
12+
; the Free Software Foundation; either version 3 of the License, or
1313
; (at your option) any later version.
1414
;
1515
; This program is distributed in the hope that it will be useful,
@@ -19,7 +19,8 @@
1919
;
2020
; You should have received a copy of the GNU General Public License
2121
; along with this program; if not, write to the Free Software
22-
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
22+
; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
23+
; MA 02110-1301, USA.
2324

2425

2526
(include "simplify.inc")

0 commit comments

Comments
 (0)