aboutsummaryrefslogtreecommitdiff
path: root/include/coff
diff options
context:
space:
mode:
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog45
-rw-r--r--include/coff/alpha.h7
-rw-r--r--include/coff/apollo.h7
-rw-r--r--include/coff/arm.h4
-rw-r--r--include/coff/aux-coff.h7
-rw-r--r--include/coff/ecoff.h7
-rw-r--r--include/coff/external.h7
-rw-r--r--include/coff/go32exe.h7
-rw-r--r--include/coff/h8300.h7
-rw-r--r--include/coff/h8500.h7
-rw-r--r--include/coff/i386.h7
-rw-r--r--include/coff/i860.h7
-rw-r--r--include/coff/i960.h7
-rw-r--r--include/coff/ia64.h7
-rw-r--r--include/coff/internal.h9
-rw-r--r--include/coff/m68k.h7
-rw-r--r--include/coff/m88k.h7
-rw-r--r--include/coff/maxq.h4
-rw-r--r--include/coff/mcore.h27
-rw-r--r--include/coff/mips.h7
-rw-r--r--include/coff/mipspe.h7
-rw-r--r--include/coff/or32.h7
-rw-r--r--include/coff/pe.h4
-rw-r--r--include/coff/powerpc.h7
-rw-r--r--include/coff/rs6000.h19
-rw-r--r--include/coff/rs6k64.h7
-rw-r--r--include/coff/sh.h7
-rw-r--r--include/coff/sparc.h7
-rw-r--r--include/coff/ti.h8
-rw-r--r--include/coff/tic30.h7
-rw-r--r--include/coff/tic4x.h7
-rw-r--r--include/coff/tic54x.h7
-rw-r--r--include/coff/tic80.h7
-rw-r--r--include/coff/w65.h7
-rw-r--r--include/coff/we32k.h8
-rw-r--r--include/coff/x86_64.h7
-rw-r--r--include/coff/xcoff.h7
-rw-r--r--include/coff/z80.h4
-rw-r--r--include/coff/z8k.h7
39 files changed, 213 insertions, 122 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 56d4c68..3a90525 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,44 @@
+2010-04-15 Nick Clifton <nickc@redhat.com>
+
+ * alpha.h: Update copyright notice to use GPLv3.
+ * apollo.h: Likewise.
+ * arm.h: Likewise.
+ * aux-coff.h: Likewise.
+ * ecoff.h: Likewise.
+ * external.h: Likewise.
+ * go32exe.h: Likewise.
+ * h8300.h: Likewise.
+ * h8500.h: Likewise.
+ * i386.h: Likewise.
+ * i860.h: Likewise.
+ * i960.h: Likewise.
+ * ia64.h: Likewise.
+ * internal.h: Likewise.
+ * m68k.h: Likewise.
+ * m88k.h: Likewise.
+ * maxq.h: Likewise.
+ * mcore.h: Likewise.
+ * mips.h: Likewise.
+ * mipspe.h: Likewise.
+ * or32.h: Likewise.
+ * pe.h: Likewise.
+ * powerpc.h: Likewise.
+ * rs6000.h: Likewise.
+ * rs6k64.h: Likewise.
+ * sh.h: Likewise.
+ * sparc.h: Likewise.
+ * ti.h: Likewise.
+ * tic30.h: Likewise.
+ * tic4x.h: Likewise.
+ * tic54x.h: Likewise.
+ * tic80.h: Likewise.
+ * w65.h: Likewise.
+ * we32k.h: Likewise.
+ * x86_64.h: Likewise.
+ * xcoff.h: Likewise.
+ * z80.h: Likewise.
+ * z8k.h: Likewise.
+
2009-12-02 Jerker Bäck <jerker.back@gmail.com>
PR binutils/11017
@@ -7,7 +48,7 @@
2009-10-17 Arnold Metselaar <arnold.metselaar@planet.nl>
* z80.h: Store alignment requirement in section header, to allow
- ld to preserve alignment. Some code was copied from ti.h.
+ ld to preserve alignment. Some code was copied from ti.h.
2009-09-05 Martin Thuresson <martin@mtme.org>
@@ -223,7 +264,7 @@
internal.h, m68k.h, m88k.h, maxq.h, mcore.h, mips.h, mipspe.h,
or32.h, pe.h, powerpc.h, rs6k64.h, sh.h, sparc.h, ti.h, tic30.h,
tic4x.h, tic54x.h, tic80.h, w65.h, we32k.h, xcoff.h, z8k.h
-
+
2005-02-21 Alan Modra <amodra@bigpond.net.au>
* xcoff.h (struct xcoff_loader_info): Warning fix.
diff --git a/include/coff/alpha.h b/include/coff/alpha.h
index 7433938..8151689 100644
--- a/include/coff/alpha.h
+++ b/include/coff/alpha.h
@@ -1,11 +1,11 @@
/* ECOFF support on Alpha machines.
coff/ecoff.h must be included before this file.
- Copyright 2001, 2005 Free Software Foundation, Inc.
+ Copyright 2001, 2005, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
/********************** FILE HEADER **********************/
diff --git a/include/coff/apollo.h b/include/coff/apollo.h
index 963c0be..1d4802f 100644
--- a/include/coff/apollo.h
+++ b/include/coff/apollo.h
@@ -1,10 +1,10 @@
/* coff information for Apollo M68K
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define DO_NOT_DEFINE_AOUTHDR
#define L_LNNO_SIZE 2
diff --git a/include/coff/arm.h b/include/coff/arm.h
index 750f7f2..9c34005 100644
--- a/include/coff/arm.h
+++ b/include/coff/arm.h
@@ -1,11 +1,11 @@
/* ARM COFF support for BFD.
- Copyright 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2002, 2003, 2010 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/include/coff/aux-coff.h b/include/coff/aux-coff.h
index 5199f2c..de7979a 100644
--- a/include/coff/aux-coff.h
+++ b/include/coff/aux-coff.h
@@ -1,10 +1,10 @@
/* Modifications of internal.h and m68k.h needed by A/UX
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA.
Suggested by Ian Lance Taylor <ian@cygnus.com> */
diff --git a/include/coff/ecoff.h b/include/coff/ecoff.h
index d4d3fa5..a7991a9 100644
--- a/include/coff/ecoff.h
+++ b/include/coff/ecoff.h
@@ -2,11 +2,11 @@
This does not include symbol information, found in sym.h and
symconst.h.
- Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright 2001, 2002, 2003, 2004, 2005, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#ifndef ECOFF_H
#define ECOFF_H
diff --git a/include/coff/external.h b/include/coff/external.h
index 8dabc8a..4bf594d 100644
--- a/include/coff/external.h
+++ b/include/coff/external.h
@@ -1,10 +1,10 @@
/* external.h -- External COFF structures
- Copyright 2001, 2006 Free Software Foundation, Inc.
+ Copyright 2001, 2006, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#ifndef COFF_EXTERNAL_H
#define COFF_EXTERNAL_H
diff --git a/include/coff/go32exe.h b/include/coff/go32exe.h
index 31abe19..a2ca6cd 100644
--- a/include/coff/go32exe.h
+++ b/include/coff/go32exe.h
@@ -1,10 +1,10 @@
/* COFF information for PC running go32.
- Copyright 2001, 2005, 2009 Free Software Foundation, Inc.
+ Copyright 2001, 2005, 2009, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
struct external_filehdr_go32_exe
{
diff --git a/include/coff/h8300.h b/include/coff/h8300.h
index 93be6ef..4de6602 100644
--- a/include/coff/h8300.h
+++ b/include/coff/h8300.h
@@ -1,10 +1,10 @@
/* coff information for Renesas H8/300 and H8/300-H
- Copyright 2001, 2003 Free Software Foundation, Inc.
+ Copyright 2001, 2003, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define L_LNNO_SIZE 4
#include "coff/external.h"
diff --git a/include/coff/h8500.h b/include/coff/h8500.h
index 8d4e4114..56097f8 100644
--- a/include/coff/h8500.h
+++ b/include/coff/h8500.h
@@ -1,10 +1,10 @@
/* coff information for Renesas H8/500
- Copyright 2001, 2003 Free Software Foundation, Inc.
+ Copyright 2001, 2003, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define L_LNNO_SIZE 4
#include "coff/external.h"
diff --git a/include/coff/i386.h b/include/coff/i386.h
index 798a097..61e723a 100644
--- a/include/coff/i386.h
+++ b/include/coff/i386.h
@@ -1,10 +1,10 @@
/* coff information for Intel 386/486.
- Copyright 2001, 2009 Free Software Foundation, Inc.
+ Copyright 2001, 2009, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define L_LNNO_SIZE 2
#define INCLUDE_COMDAT_FIELDS_IN_AUXENT
diff --git a/include/coff/i860.h b/include/coff/i860.h
index 6e8d1b4..7de3961 100644
--- a/include/coff/i860.h
+++ b/include/coff/i860.h
@@ -1,10 +1,10 @@
/* COFF information for the Intel i860.
- Copyright 2001, 2003 Free Software Foundation, Inc.
+ Copyright 2001, 2003, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
/* This file was hacked from i386.h [dolan@ssd.intel.com] */
diff --git a/include/coff/i960.h b/include/coff/i960.h
index b5ff6a5..2bf42ad 100644
--- a/include/coff/i960.h
+++ b/include/coff/i960.h
@@ -1,10 +1,10 @@
/* coff information for 80960. Origins: Intel corp, natch.
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
/* NOTE: Tagentries (cf TAGBITS) are no longer used by the 960 */
diff --git a/include/coff/ia64.h b/include/coff/ia64.h
index dd04f62..2ee6268 100644
--- a/include/coff/ia64.h
+++ b/include/coff/ia64.h
@@ -1,10 +1,10 @@
/* coff information for HP/Intel IA-64.
- Copyright 2000 Free Software Foundation, Inc.
+ Copyright 2000, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define DO_NOT_DEFINE_AOUTHDR
#define L_LNNO_SIZE 2
diff --git a/include/coff/internal.h b/include/coff/internal.h
index 4ac96c3..a6ead9e 100644
--- a/include/coff/internal.h
+++ b/include/coff/internal.h
@@ -1,12 +1,12 @@
/* Internal format of COFF object file data structures, for GNU BFD.
This file is part of BFD, the Binary File Descriptor library.
- Copyright 1999, 2000, 2001, 2002, 2003, 2004. 2005, 2006, 2007, 2009
- Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001, 2002, 2003, 2004. 2005, 2006, 2007, 2009,
+ 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#ifndef GNU_COFF_INTERNAL_H
#define GNU_COFF_INTERNAL_H 1
diff --git a/include/coff/m68k.h b/include/coff/m68k.h
index 4e88cea..c00c5a9 100644
--- a/include/coff/m68k.h
+++ b/include/coff/m68k.h
@@ -1,10 +1,10 @@
/* coff information for M68K
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#ifndef GNU_COFF_M68K_H
#define GNU_COFF_M68K_H 1
diff --git a/include/coff/m88k.h b/include/coff/m88k.h
index 9aeff1e..8e1b3c9 100644
--- a/include/coff/m88k.h
+++ b/include/coff/m88k.h
@@ -1,10 +1,10 @@
/* coff information for 88k bcs
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define DO_NOT_DEFINE_SCNHDR
#define L_LNNO_SIZE 4
diff --git a/include/coff/maxq.h b/include/coff/maxq.h
index a8e3c40..5f8a9f5 100644
--- a/include/coff/maxq.h
+++ b/include/coff/maxq.h
@@ -1,10 +1,10 @@
/* COFF spec for MAXQ
- Copyright 2004, 2005 Free Software Foundation, Inc.
+ Copyright 2004, 2005, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or (at your option)
+ Software Foundation; either version 3 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but
diff --git a/include/coff/mcore.h b/include/coff/mcore.h
index 42c694c..60dbfb2 100644
--- a/include/coff/mcore.h
+++ b/include/coff/mcore.h
@@ -1,21 +1,22 @@
/* Motorola MCore support for BFD.
- Copyright 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2010 Free Software Foundation, Inc.
-This file is part of BFD, the Binary File Descriptor library.
+ This file is part of BFD, the Binary File Descriptor library.
-This program 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 2 of the License, or
-(at your option) any later version.
+ This program 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 of the License, or
+ (at your option) any later version.
-This program 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.
+ This program 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 this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
/* This file holds definitions specific to the MCore COFF/PE ABI. */
diff --git a/include/coff/mips.h b/include/coff/mips.h
index feb2652..f1c243b 100644
--- a/include/coff/mips.h
+++ b/include/coff/mips.h
@@ -1,11 +1,11 @@
/* ECOFF support on MIPS machines.
coff/ecoff.h must be included before this file.
- Copyright 1999, 2004 Free Software Foundation, Inc.
+ Copyright 1999, 2004, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define DO_NOT_DEFINE_AOUTHDR
#define L_LNNO_SIZE 4
diff --git a/include/coff/mipspe.h b/include/coff/mipspe.h
index c1c2efa..f1a0d43 100644
--- a/include/coff/mipspe.h
+++ b/include/coff/mipspe.h
@@ -1,10 +1,10 @@
/* coff information for Windows CE with MIPS VR4111
- Copyright 2000 Free Software Foundation, Inc.
+ Copyright 2000, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define L_LNNO_SIZE 2
#define INCLUDE_COMDAT_FIELDS_IN_AUXENT
diff --git a/include/coff/or32.h b/include/coff/or32.h
index 65495fb..9be7887 100644
--- a/include/coff/or32.h
+++ b/include/coff/or32.h
@@ -1,5 +1,5 @@
/* COFF specification for OpenRISC 1000.
- Copyright (C) 1993-2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1993-2000, 2002, 2010 Free Software Foundation, Inc.
Contributed by David Wood @ New York University.
Modified by Johan Rydberg, <johan.rydberg@netinsight.se>
@@ -7,7 +7,7 @@
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -17,7 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#ifndef OR32
# define OR32
diff --git a/include/coff/pe.h b/include/coff/pe.h
index f28b95e..601a68e 100644
--- a/include/coff/pe.h
+++ b/include/coff/pe.h
@@ -1,13 +1,13 @@
/* pe.h - PE COFF header information
- Copyright 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2009
+ Copyright 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2009, 2010
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/include/coff/powerpc.h b/include/coff/powerpc.h
index 0b11055..eba4730 100644
--- a/include/coff/powerpc.h
+++ b/include/coff/powerpc.h
@@ -1,11 +1,11 @@
/* Basic coff information for the PowerPC
Based on coff/rs6000.h, coff/i386.h and others.
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA.
Initial release: Kim Knuttila (krk@cygnus.com) */
#define L_LNNO_SIZE 2
diff --git a/include/coff/rs6000.h b/include/coff/rs6000.h
index a4e6eb5..4d431df 100644
--- a/include/coff/rs6000.h
+++ b/include/coff/rs6000.h
@@ -1,7 +1,22 @@
/* IBM RS/6000 "XCOFF" file definitions for BFD.
- Copyright (C) 1990, 1991, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 2001, 2010 Free Software Foundation, Inc.
Written by Mimi Phuong-Thao Vo of IBM
- and John Gilmore of Cygnus Support. */
+ and John Gilmore of Cygnus Support.
+
+ This program 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 of the License, or
+ (at your option) any later version.
+
+ This program 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 this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
/********************** FILE HEADER **********************/
diff --git a/include/coff/rs6k64.h b/include/coff/rs6k64.h
index 388818d..516758b 100644
--- a/include/coff/rs6k64.h
+++ b/include/coff/rs6k64.h
@@ -1,9 +1,9 @@
/* IBM RS/6000 "XCOFF64" file definitions for BFD.
- Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
/********************** FILE HEADER **********************/
diff --git a/include/coff/sh.h b/include/coff/sh.h
index 5349a10..bf13104 100644
--- a/include/coff/sh.h
+++ b/include/coff/sh.h
@@ -1,10 +1,10 @@
/* coff information for Renesas SH
- Copyright 2000, 2003 Free Software Foundation, Inc.
+ Copyright 2000, 2003, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#ifdef COFF_WITH_PE
#define L_LNNO_SIZE 2
diff --git a/include/coff/sparc.h b/include/coff/sparc.h
index fb475f1..fa94c5f 100644
--- a/include/coff/sparc.h
+++ b/include/coff/sparc.h
@@ -1,10 +1,10 @@
/* coff information for Sparc.
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
/* This file is an amalgamation of several standard include files that
define coff format, such as filehdr.h, aouthdr.h, and so forth. In
diff --git a/include/coff/ti.h b/include/coff/ti.h
index 50fa01b..61010a2 100644
--- a/include/coff/ti.h
+++ b/include/coff/ti.h
@@ -2,12 +2,12 @@
customized in a target-specific file, and then this file included (see
tic54x.h for an example).
- Copyright 2000, 2001, 2002, 2003, 2005, 2008, 2009
+ Copyright 2000, 2001, 2002, 2003, 2005, 2008, 2009, 2010
Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -17,7 +17,9 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
+
#ifndef COFF_TI_H
#define COFF_TI_H
diff --git a/include/coff/tic30.h b/include/coff/tic30.h
index 0da61d7..4f7776a 100644
--- a/include/coff/tic30.h
+++ b/include/coff/tic30.h
@@ -1,10 +1,10 @@
/* coff information for Texas Instruments TMS320C3X
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define L_LNNO_SIZE 4
#include "coff/external.h"
diff --git a/include/coff/tic4x.h b/include/coff/tic4x.h
index 433590e..1eb3e26 100644
--- a/include/coff/tic4x.h
+++ b/include/coff/tic4x.h
@@ -1,11 +1,11 @@
/* TI COFF information for Texas Instruments TMS320C4X/C3X.
This file customizes the settings in coff/ti.h.
- Copyright 2002, 2003 Free Software Foundation, Inc.
+ Copyright 2002, 2003, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#ifndef COFF_TIC4X_H
#define COFF_TIC4X_H
diff --git a/include/coff/tic54x.h b/include/coff/tic54x.h
index a65511b..c61f1f2 100644
--- a/include/coff/tic54x.h
+++ b/include/coff/tic54x.h
@@ -1,11 +1,11 @@
/* TI COFF information for Texas Instruments TMS320C54X.
This file customizes the settings in coff/ti.h.
- Copyright 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#ifndef COFF_TIC54X_H
#define COFF_TIC54X_H
diff --git a/include/coff/tic80.h b/include/coff/tic80.h
index ed4b5c8..44f873e 100644
--- a/include/coff/tic80.h
+++ b/include/coff/tic80.h
@@ -1,10 +1,10 @@
/* coff information for TI TMS320C80 (MVP)
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define DO_NOT_DEFINE_FILHDR
#define DO_NOT_DEFINE_SCNHDR
diff --git a/include/coff/w65.h b/include/coff/w65.h
index 8132970..31d9609 100644
--- a/include/coff/w65.h
+++ b/include/coff/w65.h
@@ -1,10 +1,10 @@
/* coff information for WDC 65816
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define L_LNNO_SIZE 4
#include "coff/external.h"
diff --git a/include/coff/we32k.h b/include/coff/we32k.h
index 933307f..3787dd2 100644
--- a/include/coff/we32k.h
+++ b/include/coff/we32k.h
@@ -1,10 +1,10 @@
/* coff information for we32k
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,9 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
+
#define L_LNNO_SIZE 2
#include "coff/external.h"
diff --git a/include/coff/x86_64.h b/include/coff/x86_64.h
index ae43277..fcd44c8 100644
--- a/include/coff/x86_64.h
+++ b/include/coff/x86_64.h
@@ -1,11 +1,11 @@
/* COFF information for AMD 64.
- Copyright 2006, 2009 Free Software Foundation, Inc.
+ Copyright 2006, 2009, 2010 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA.
Written by Kai Tietz, OneVision Software GmbH&CoKg. */
diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h
index 3318e55..dd157d3 100644
--- a/include/coff/xcoff.h
+++ b/include/coff/xcoff.h
@@ -1,14 +1,14 @@
/* Internal format of XCOFF object file data structures for BFD.
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005,
- 2009 Free Software Foundation, Inc.
+ 2009, 2010 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>, Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#ifndef _INTERNAL_XCOFF_H
#define _INTERNAL_XCOFF_H
diff --git a/include/coff/z80.h b/include/coff/z80.h
index 3d37c1d..712af05 100644
--- a/include/coff/z80.h
+++ b/include/coff/z80.h
@@ -1,10 +1,10 @@
/* coff information for Zilog Z80
- Copyright 2005 Free Software Foundation, Inc.
+ Copyright 2005, 2010 Free Software Foundation, Inc.
Contributed by Arnold Metselaar <arnold_m@operamail.com>
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/include/coff/z8k.h b/include/coff/z8k.h
index cfd5f04..5eef86d 100644
--- a/include/coff/z8k.h
+++ b/include/coff/z8k.h
@@ -1,10 +1,10 @@
/* coff information for Zilog Z800N
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
#define L_LNNO_SIZE 4
#include "coff/external.h"