]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* aout-target.h, aoutf1.h, bfdio.c, bfdwin.c: Update copyright date.
authorAlan Modra <amodra@gmail.com>
Tue, 4 Nov 2003 11:30:54 +0000 (11:30 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 4 Nov 2003 11:30:54 +0000 (11:30 +0000)
* coff-apollo.c, coff-sparc.c, coff-w65.c, coff-we32k.c: Ditto.
* coff-z8k.c, coffgen.c, cpu-frv.c, cpu-h8500.c, cpu-hppa.c: Ditto.
* cpu-ia64-opc.c, cpu-m10300.c, cpu-mips.c, cpu-msp430.c: Ditto.
* cpu-rs6000.c, cpu-z8k.c, efi-app-ia32.c, elf32-am33lin.c: Ditto.
* gen-aout.c, hash.c, hp300hpux.c, init.c, mach-o.c: Ditto.
* nlm-target.h, nlm.c, som.h, stabs.c, sysdep.h, xsym.h: Ditto.

33 files changed:
bfd/ChangeLog
bfd/aout-target.h
bfd/aoutf1.h
bfd/bfdio.c
bfd/bfdwin.c
bfd/coff-apollo.c
bfd/coff-sparc.c
bfd/coff-w65.c
bfd/coff-we32k.c
bfd/coff-z8k.c
bfd/coffgen.c
bfd/cpu-frv.c
bfd/cpu-h8500.c
bfd/cpu-hppa.c
bfd/cpu-ia64-opc.c
bfd/cpu-m10300.c
bfd/cpu-mips.c
bfd/cpu-msp430.c
bfd/cpu-rs6000.c
bfd/cpu-z8k.c
bfd/efi-app-ia32.c
bfd/elf32-am33lin.c
bfd/gen-aout.c
bfd/hash.c
bfd/hp300hpux.c
bfd/init.c
bfd/mach-o.c
bfd/nlm-target.h
bfd/nlm.c
bfd/som.h
bfd/stabs.c
bfd/sysdep.h
bfd/xsym.h

index 1bd4d56e098c3f312a1f11607a9a3c9d1441038d..3b3e4b0ce0f01eee8bc12550aba6a32359b85bbc 100644 (file)
@@ -1,5 +1,13 @@
 2003-11-04  Alan Modra  <amodra@bigpond.net.au>
 
+       * aout-target.h, aoutf1.h, bfdio.c, bfdwin.c: Update copyright date.
+       * coff-apollo.c, coff-sparc.c, coff-w65.c, coff-we32k.c: Ditto.
+       * coff-z8k.c, coffgen.c, cpu-frv.c, cpu-h8500.c, cpu-hppa.c: Ditto.
+       * cpu-ia64-opc.c, cpu-m10300.c, cpu-mips.c, cpu-msp430.c: Ditto.
+       * cpu-rs6000.c, cpu-z8k.c, efi-app-ia32.c, elf32-am33lin.c: Ditto.
+       * gen-aout.c, hash.c, hp300hpux.c, init.c, mach-o.c: Ditto.
+       * nlm-target.h, nlm.c, som.h, stabs.c, sysdep.h, xsym.h: Ditto.
+
        * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Fix
        "dereferencing type-punned pointer" warnings.
 
index 3b812737f429e137ecf0faff8d1975ae9236e411..d8cad54708de3c6d33f24f0bafe2560aab0657e4 100644 (file)
@@ -1,6 +1,6 @@
 /* Define a target vector and some small routines for a variant of a.out.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002
+   2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
index d572ba81288726acddd16349a48954e47f6b12f5..352dadf4e544d4413f653e8c97add8f513d98867 100644 (file)
@@ -1,6 +1,6 @@
 /* A.out "format 1" file handling code for BFD.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000,
-   2001, 2002
+   2001, 2002, 2003
    Free Software Foundation, Inc.
    Written by Cygnus Support.
 
index 377622fe55774b3a43c2b1a22b921553112561b4..f99fddd482981208350226df59056caf818c17ca 100644 (file)
@@ -1,6 +1,6 @@
 /* Low-level I/O routines for BFDs.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
 This file is part of BFD, the Binary File Descriptor library.
index 00d1a146e0728677672456ff5030a47909c9268b..fb7c967bff3b6f4f8349ac5103a6819a00a276c2 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for memory-mapped windows into a BFD.
-   Copyright 1995, 1996, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 2001, 2002, 2003 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
 This file is part of BFD, the Binary File Descriptor library.
index cf584538f6e8494a8356be6bd061ba2b465b0064..a2dd2100fa03af31c5b0ba2dc372fc8f15b6bf51 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Apollo 68000 COFF binaries.
-   Copyright 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2001, 2002
+   Copyright 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
    By Troy Rollo (troy@cbme.unsw.edu.au)
    Based on m68k standard COFF version Written by Cygnus Support.
index acfa6d4924a54e9c870ea4240df10c48012a67ca..372b1a72278a8a599e21bcbd49bd7e66ceeb3e43 100644 (file)
@@ -1,6 +1,6 @@
 /* BFD back-end for Sparc COFF files.
-   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2001, 2002
-   Free Software Foundation, Inc.
+   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2001,
+   2002, 2003 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
 This file is part of BFD, the Binary File Descriptor library.
index cc31a23108d7d8b6c1b28ae19f9defffc9f78ac7..63634b70e93ed334629c95428fec7a61a841d32c 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for WDC 65816 COFF binaries.
-   Copyright 1995, 1996, 1997, 1999, 2000, 2001, 2002
+   Copyright 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
    Written by Steve Chamberlain, <sac@cygnus.com>.
 
index b71df53ce81708f0d1dddcdb5db8e6c66c44f800..72fa86ca12e3369f44f762c721dc2126a51dd11e 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for we32k COFF files.
-   Copyright 1992, 1993, 1994, 1999, 2000, 2002
+   Copyright 1992, 1993, 1994, 1999, 2000, 2002, 2003
    Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@cs.widener.edu).
 
index bc4bd24533d8bdb985a0f456d2089f813ebc1a9b..15c7f9d2186133bf137b9969832d44566a48b858 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Zilog Z800n COFF binaries.
-   Copyright 1992, 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002
+   Copyright 1992, 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
    Contributed by Cygnus Support.
    Written by Steve Chamberlain, <sac@cygnus.com>.
index 7f4063c2cb0580b2b97ce94d200407654144a6a3..a712b4b36e3dd599290a58ed83326fb8beb4c2fa 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for the generic parts of COFF, for BFD.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002
+   2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
    Written by Cygnus Support.
 
index 7c8081e864a4c714df2da4cd0beea084a4a10f03..f911881a505525fa3d568df53cd9e68a9e3bfede 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the FRV processor.
-   Copyright 2002 Free Software Foundation, Inc.
+   Copyright 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
index cce681609444a61230b9a1ca098e853b580c163c..fe05df5b020f010950d1487615c6e0c3e4472f63 100644 (file)
@@ -1,5 +1,6 @@
 /* BFD library support routines for the H8/500 architecture.
-   Copyright 1993, 1995, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 1993, 1995, 2000, 2001, 2002, 2003
+   Free Software Foundation, Inc.
    Hacked by Steve Chamberlain of Cygnus Support.
 
 This file is part of BFD, the Binary File Descriptor library.
index 250c630cd1dbaeb6974e7a29d52e2fe27777b411..de5de7ef03c7f109078562ec7196f133f2990629 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the HP Precision Architecture architecture.
-   Copyright 1992, 1995, 1998, 1999, 2000, 2002
+   Copyright 1992, 1995, 1998, 1999, 2000, 2002, 2003
    Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
index 3cafb9f14d9f090ba1b54751c84fb53fbf705335..740c2eeda1b2e1cf83edf1b081fd1048d9698c10 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright 1998, 1999, 2000, 2001, 2002, 2003
+   Free Software Foundation, Inc.
    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
 This file is part of BFD, the Binary File Descriptor library.
index 2de9cd1a7815021ab6309ace1a5208956a9fa7bb..76e40fd3746690df7eea371669e3f7f9abca80a4 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the Matsushita 10300 processor
-   Copyright 1996, 1997, 1999, 2002 Free Software Foundation, Inc.
+   Copyright 1996, 1997, 1999, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
index 10d4e4775d360560853f241e1b67bb3e1858ce18..1d56dffa31f514dbd5fdc634642496ca0756bcbb 100644 (file)
@@ -1,6 +1,6 @@
 /* bfd back-end for mips support
-   Copyright 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2002
-   Free Software Foundation, Inc.
+   Copyright 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001,
+   2002, 2003 Free Software Foundation, Inc.
    Written by Steve Chamberlain of Cygnus Support.
 
 This file is part of BFD, the Binary File Descriptor library.
index 54ed649a34b7102e88643b16de772bc80998e3ef..519131c4b5aa62adbf63239b6f1a85862d659c2b 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD library support routines for the MSP architecture.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
    Contributed by Dmitry Diky <diwil@mail.ru>
 
    This file is part of BFD, the Binary File Descriptor library.
index 03d3e7d021fd377145eebbce34ca90a748cf8eb8..d94921ff748dd9acfde86b043718edaa45d074f4 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for rs6000 support
-   Copyright 1990, 1991, 1993, 1995, 2000, 2002
+   Copyright 1990, 1991, 1993, 1995, 2000, 2002, 2003
    Free Software Foundation, Inc.
    FIXME: Can someone provide a transliteration of this name into ASCII?
    Using the following chars caused a compiler warning on HIUX (so I replaced
index 26fb7b2af7f58f25bce9ccacf3a27e98b4cb8c08..3ccedf6ea93d75eca8b150cb658a250a6022ed08 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD library support routines for the Z800n architecture.
-   Copyright 1992, 1993, 1994, 2000, 2001, 2002
+   Copyright 1992, 1993, 1994, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
    Hacked by Steve Chamberlain of Cygnus Support.
 
index 03152213adaef16ef06718eedc6b53dbdd1bef9c..92a17ef043b107cf824c2136c567df26b2d4f280 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Intel IA-32 EFI application files.
-   Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
    Contributed by David Mosberger <davidm@hpl.hp.com>
 
 This file is part of BFD, the Binary File Descriptor library.
index 4cc2230f3fbf6e079a625fa043a6606b5088ad81..32e56635e38ef0d890c7d7bb00a5ae647311cdab 100644 (file)
@@ -1,5 +1,5 @@
 /* Matsushita AM33/2.0 support for 32-bit GNU/Linux ELF
-   Copyright 2001
+   Copyright 2003
    Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
index b6720e87dc97c1ad497bf51c5d7927cf712fbcc0..ea207db6e963b579e68c7c94f9356d6aa82e014d 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate parameters for an a.out system.
-   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 2001
+   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 2001, 2002
    Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
index 8ae0c7a63efd8da420dcb1d03d0692434f50750f..324855864a5a28805f12889bb52ca1e5aab86945 100644 (file)
@@ -1,5 +1,5 @@
 /* hash.c -- hash table routines for BFD
-   Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002
+   Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002, 2003
    Free Software Foundation, Inc.
    Written by Steve Chamberlain <sac@cygnus.com>
 
index df93d6d6d35ec5a5eb685b451058d3f9646f0586..e5a567d116931d5e461671ae0555bdf7badd1d1d 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD backend for hp-ux 9000/300
-   Copyright 1990, 1991, 1993, 1994, 1995, 1997, 2000, 2001, 2002
+   Copyright 1990, 1991, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
    Written by Glenn Engel.
 
index 995213e3df578fcb19bbe7420aadb005bce73710..07401eb94780fcdb81ee1003f02c3af06cae82d4 100644 (file)
@@ -1,5 +1,5 @@
 /* bfd initialization stuff
-   Copyright 1990, 1991, 1992, 1993, 1994, 1995
+   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 2003
    Free Software Foundation, Inc.
    Written by Steve Chamberlain of Cygnus Support.
 
index 761f0c9f6211870fc22c9cd82d4a0b2e15d2ae7a..2dc807361d24ef29c2774b739e268878d99f0cfc 100644 (file)
@@ -1,5 +1,5 @@
 /* Mach-O support for BFD.
-   Copyright 1999, 2000, 2001, 2002
+   Copyright 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
index 72398d92b89d0d6d1d5903d18cb29b381c77e6d2..70ae4f4d6a770a112613ff5c7bd6c9e9dba8e658 100644 (file)
@@ -1,5 +1,5 @@
 /* Target definitions for 32/64-bit NLM (NetWare Loadable Module)
-   Copyright 1993, 1994, 1998, 1999, 2000, 2001, 2002
+   Copyright 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
index ec3237f3ce54f5ab62d11519ffb32f587bd75e1e..7a0a35ee1548bc37338af747042e9016dec7dea7 100644 (file)
--- a/bfd/nlm.c
+++ b/bfd/nlm.c
@@ -1,5 +1,5 @@
 /* NLM (NetWare Loadable Module) executable support for BFD.
-   Copyright 1993, 1994, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 1993, 1994, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
index 20b8a816d92eaceb73c07422eb3e3c00f0e71766..368aa88f0a77f94bb0b21a6f644530e486a1fbca 100644 (file)
--- a/bfd/som.h
+++ b/bfd/som.h
@@ -1,6 +1,6 @@
 /* HP PA-RISC SOM object file format:  definitions internal to BFD.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001,
-   2002 Free Software Foundation, Inc.
+   2002, 2003 Free Software Foundation, Inc.
 
    Contributed by the Center for Software Science at the
    University of Utah (pa-gdb-bugs@cs.utah.edu).
index 13c60497eac13e59345bd31bbae1730535373ac0..193fc580b86292a5a5c0285670ced8dbb7362ed4 100644 (file)
@@ -1,5 +1,5 @@
 /* Stabs in sections linking support.
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
index 1338d6b82658dc1d710779c4b2cf8009434f25b6..195447056a326f3e12ac6cfb23d08fa4cfb5dcc0 100644 (file)
@@ -1,5 +1,5 @@
 /* sysdep.h -- handle host dependencies for the BFD library
-   Copyright 1995, 1996, 1997, 1998, 1999, 2000
+   Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
    Free Software Foundation, Inc.
    Written by Cygnus Support.
 
index d78740cd9ce34c2a7c22e1b9571095ccd80e31e5..6c2e97c4039d37741176303eed090f6fb2f7cdd2 100644 (file)
@@ -1,5 +1,5 @@
 /* xSYM symbol-file support for BFD.
-   Copyright 1999, 2000, 2001, 2002
+   Copyright 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.