]> gcc.gnu.org Git - gcc.git/commitdiff
bitmap.c, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 15 Oct 2004 14:47:12 +0000 (14:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 15 Oct 2004 14:47:12 +0000 (14:47 +0000)
* bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
collect2.h, conflict.c, coretypes.h, coverage.h, errors.h,
gcc.h, gcov-dump.c, gen-protos.c, gencheck.c, gencodes.c,
genconstants.c, gengenrtl.c, genmodes.c, genpeep.c,
gensupport.h, graph.h, gthr-gnat.c, gthr-gnat.h, gthr-posix.c,
gthr-posix.h, hard-reg-set.h, hwint.h, integrate.h, libgcc2.c,
lists.c, machmode.def, mips-tdump.c, opts.h, params.c,
predict.def, predict.h, protoize.c, reload.h, resource.h,
rtl-error.c, sbitmap.c, sbitmap.h, sreal.c, tlink.c,
tree-dump.h, tree-inline.h, unwind-dw2-fde.c, unwind-dw2.c,
unwind-sjlj.c, value-prof.h: Update copyright.

From-SVN: r89097

50 files changed:
gcc/ChangeLog
gcc/bitmap.c
gcc/bitmap.h
gcc/builtin-attrs.def
gcc/cfglayout.h
gcc/collect2.h
gcc/conflict.c
gcc/coretypes.h
gcc/coverage.h
gcc/errors.h
gcc/gcc.h
gcc/gcov-dump.c
gcc/gen-protos.c
gcc/gencheck.c
gcc/gencodes.c
gcc/genconstants.c
gcc/gengenrtl.c
gcc/genmodes.c
gcc/genpeep.c
gcc/gensupport.h
gcc/graph.h
gcc/gthr-gnat.c
gcc/gthr-gnat.h
gcc/gthr-posix.c
gcc/gthr-posix.h
gcc/hard-reg-set.h
gcc/hwint.h
gcc/integrate.h
gcc/libgcc2.c
gcc/lists.c
gcc/machmode.def
gcc/mips-tdump.c
gcc/opts.h
gcc/params.c
gcc/predict.def
gcc/predict.h
gcc/protoize.c
gcc/reload.h
gcc/resource.h
gcc/rtl-error.c
gcc/sbitmap.c
gcc/sbitmap.h
gcc/sreal.c
gcc/tlink.c
gcc/tree-dump.h
gcc/tree-inline.h
gcc/unwind-dw2-fde.c
gcc/unwind-dw2.c
gcc/unwind-sjlj.c
gcc/value-prof.h

index 2f7ec20f9ef28360e988f788ceda139843332b80..26101c68c58d844d8cbd2cf83dd9478c477b1b7a 100644 (file)
@@ -1,3 +1,17 @@
+2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
+       collect2.h, conflict.c, coretypes.h, coverage.h, errors.h,
+       gcc.h, gcov-dump.c, gen-protos.c, gencheck.c, gencodes.c,
+       genconstants.c, gengenrtl.c, genmodes.c, genpeep.c,
+       gensupport.h, graph.h, gthr-gnat.c, gthr-gnat.h, gthr-posix.c,
+       gthr-posix.h, hard-reg-set.h, hwint.h, integrate.h, libgcc2.c,
+       lists.c, machmode.def, mips-tdump.c, opts.h, params.c,
+       predict.def, predict.h, protoize.c, reload.h, resource.h,
+       rtl-error.c, sbitmap.c, sbitmap.h, sreal.c, tlink.c,
+       tree-dump.h, tree-inline.h, unwind-dw2-fde.c, unwind-dw2.c,
+       unwind-sjlj.c, value-prof.h: Update copyright.
+
 2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
 
        * pointer-set.c, tree-vectorizer.c: Fix comment typos.
index b678df99d69b6ff2daab34e8649a1cda84138c07..392ae69580af8597819fa2adcfb7636604c3c246 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support general ended bitmaps.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index cac84c11fba4a4e0497f5f0e5e5f3f5fc1d997ed..21e289e6af2d34817ff5750f820b405a34aa4c20 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support general ended bitmaps.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 34b078cdb433f4760b064c6c078151ba406ae75f..8b08e7b0f1da25e041517560e5b02a0d4dd7fa53 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Joseph Myers <jsm28@cam.ac.uk>.
 
 This file is part of GCC.
index 444e76a9e1e5050502195e8d6fea8ff9368cb444..69c9d562e2c456ef567eb2edf51b4cd935471320 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic block reordering routines for the GNU compiler.
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 710e19ab28ff4a11bfde2aa4ae22ffedb8511e8c..d25009bccaaffb5b06de4d68151ae8896fd0f6c3 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for collect/tlink routines.
-   Copyright (C) 1998, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 31886fa764b51c02e4ef8f0d726bce040a2e38b7..00be29401ba63f8bc37c31532544963235dbbab0 100644 (file)
@@ -1,5 +1,5 @@
 /* Register conflict graph computation routines.
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC
 
 This file is part of GCC.
index 1f190e610e4fbfb3f20d1dc55e9fe1933063ed40..acb2c9ea8dfab132e1991a6ad217b8044604b5c8 100644 (file)
@@ -1,5 +1,5 @@
 /* GCC core type declarations.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index ec8134f1fe67967d708c14c2c5902b606754b5fc..35a9f8f82e49be653c14f6596aee3ad641f4dc30 100644 (file)
@@ -1,5 +1,6 @@
 /* coverage.h - Defines data exported from coverage.c
-   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index df5d8d870b5b924e7b48edc1636c5010e2eea65a..03b94cafcad623e55774a5028e993d73f27dd53f 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic error reporting routines.
-   Copyright (C) 1999, 2000, 2001, 2003
+   Copyright (C) 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 772dfb8ede448830e1d3622dcc00e3bd6e6c0e99..d29af91001cbbdf6009ed7fb3997f1f35d1aa0c2 100644 (file)
--- a/gcc/gcc.h
+++ b/gcc/gcc.h
@@ -1,5 +1,5 @@
 /* Header file for modules that link with gcc.c
-   Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 994f7fbd0b806ab28fc665528c28d739141da198..859fdb7331048f957b313c29bfa8aff41c736a41 100644 (file)
@@ -1,5 +1,5 @@
 /* Dump a gcov file, for debugging use.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 Gcov is free software; you can redistribute it and/or modify
index 17e435fde77975c182f56f6ab2e4cb3937587840..b8fa31bfe1c37933ab9e294c394346563aa56c03 100644 (file)
@@ -1,6 +1,6 @@
 /* gen-protos.c - massages a list of prototypes, for use by fixproto.
    Copyright (C) 1993, 1994, 1995, 1996, 1998,
-   1999, 2003 Free Software Foundation, Inc.
+   1999, 2003, 2004 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
index b70371cc18b6e8c3301fe79509e449ebb2501f25..c158d87621aba782ea46787b12daf5294adbb7af 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate check macros for tree codes.
-   Copyright (C) 1998, 1999, 2000, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 2008597791c9fe241b21ce82817b024923eed218..bb2865a4f65a66a921b8e0ec41bcccc80c7d2337 100644 (file)
@@ -2,7 +2,7 @@
    - some macros CODE_FOR_... giving the insn_code_number value
    for each of the defined standard insn names.
    Copyright (C) 1987, 1991, 1995, 1998,
-   1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index fcebc4439ca985e98d69d137c72631bf82a2238f..fee68a0effbcc8c66116dfefd70a36c948b9b0a2 100644 (file)
@@ -2,7 +2,7 @@
    a series of #define statements, one for each constant named in
    a (define_constants ...) pattern.
 
-   Copyright (C) 1987, 1991, 1995, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1987, 1991, 1995, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index e74dc415762951456dc378c86f60e3cf96a30fe7..5e667a0e8e7bab0419af7f2502ad16c2ec8a5a77 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate code to allocate RTL structures.
-   Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 383e6cf4f9e6469e5804f26324e48e09ed6f0591..6e282f36dd9cf995cb0b146f7371187826ca2b7d 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate the machine mode enumeration and associated tables.
-   Copyright (C) 2003
+   Copyright (C) 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 66ded4df2926cf60290b3fc9b96858823dde3295..42550df4bf4c25654ad832e79dd292223f48e44b 100644 (file)
@@ -1,6 +1,6 @@
 /* Generate code from machine description to perform peephole optimizations.
    Copyright (C) 1987, 1989, 1992, 1997, 1998,
-   1999, 2000, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 90f866a2f56c50afd2ef52f7e06417fab31e40ea..4b29d7c02678a4cb84dbdf39e19ce8769c79f7cd 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for rtx-reader support for gen* routines.
-   Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index b96188c33814a18c4de4b10874b6cea806632ae6..67a82cec3dcceecc0c62d8ac8c89b21454754a45 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for graph routines.
-   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index cb47d86cd08623ac90ad18931d5bae5d3e4ded14..85d57bcdb1521cf08585ebc999bd35112f64c6ee 100644 (file)
@@ -1,6 +1,6 @@
 /* Threads compatibility routines for libgcc2.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index d39a370451cb610b370f6b5e2607f6f392a2701a..5b5665c9567d6afb5ecc0b5bd2a951a2b72c4526 100644 (file)
@@ -1,6 +1,6 @@
 /* Threads compatibility routines for libgcc2.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index b1a2e3145699864ddf6f67d60fa046f8f6cd64e3..c74f3cecea9eebfea605a59e500b38799ca63fc5 100644 (file)
@@ -1,6 +1,6 @@
 /* POSIX threads dummy routines for systems without weak definitions.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 51c5404c467500e39fe21bbeb4e75b73b1405b78..118d3b85e0aa61db36083a588ede4a7439a9c8d7 100644 (file)
@@ -1,6 +1,6 @@
 /* Threads compatibility routines for libgcc2 and libobjc.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003
+/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 397660c0d074ea1be18516914a205ce3ce3894aa..b4654b170397cc12ceabd06f594b6ef3b63878f4 100644 (file)
@@ -1,5 +1,6 @@
 /* Sets (bit vectors) of hard registers, and operations on them.
-   Copyright (C) 1987, 1992, 1994, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1992, 1994, 2000, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC
 
index ccf624f6d054877e24c28e6f057c96467571d2d4..8eb98510ffe0819f1bef4d3bda2190648e12e72d 100644 (file)
@@ -1,5 +1,5 @@
 /* HOST_WIDE_INT definitions for the GNU compiler.
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 7ca2951b69216f52793e83ff887cf92fe514c891..035b1d90dc1a1449604303e27017255fb3e50898 100644 (file)
@@ -1,5 +1,5 @@
 /* Function integration definitions for GCC
-   Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index eaa55f4175499da50674c6e6c1d27c6e82eaed42..1f9fe25f019002f8f500262ef83b691905af2a9f 100644 (file)
@@ -1,7 +1,7 @@
 /* More subroutines needed by GCC output code on some machines.  */
 /* Compile this one with gcc.  */
 /* Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003  Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index c36e8cf3e5177b253bbaa388b2e54e0c09af33ec..3af95268091bea298ac7705ab88cb76bdcb9a8f4 100644 (file)
@@ -1,6 +1,6 @@
 /* List management for the GCC expander.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2003 Free Software Foundation, Inc.
+   1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 431aafa783f861b0d16e8181d30e75c25243422d..5e45efc01804063c7de02b774ad6414b9b0da037 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains the definitions and documentation for the
    machine modes used in the GNU compiler.
-   Copyright (C) 1987, 1992, 1994, 1997, 1998, 2000, 2003
+   Copyright (C) 1987, 1992, 1994, 1997, 1998, 2000, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index d320330531dfd3afe0632e1c9fcd5da16ac2b745..286dd6ae3a3ee7d3f5f622ead2d5791cfc44b9d4 100644 (file)
@@ -1,5 +1,5 @@
 /* Read and manage MIPS symbol tables from object modules.
-   Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by hartzell@boulder.colorado.edu,
    Rewritten by meissner@osf.org.
index 17b2bca3f84fc6e0f41bc913fc13089fa64ca69a..e558a4ab34b67f71793a9e468a98b6e49d5bc9bd 100644 (file)
@@ -1,5 +1,5 @@
 /* Command line option handling.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index f7db8003a5326b1ae79a9445128077d92c9212c6..b0dc375ae4a911bbf59397d5eddd43309066e6d9 100644 (file)
@@ -1,5 +1,5 @@
 /* params.c - Run-time parameters.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>.
 
 This file is part of GCC.
index f469b34c4f86ba65b30f979828d250c07b53bf08..05016056cfb725c0b18099545e8f9fd59ed293f6 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for the branch prediction routines in the GNU compiler.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 77198118f08507866ac5e84ca62d58adada6627b..bb9a6a0b0aed499853c9e7a02b7104dac8f4d4f5 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for branch prediction routines in the GNU compiler.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index e48089272ddd41b1ee0c726165c7f4e47c60fc51..7573432d250e1213aac9fd748acbf28d419990ad 100644 (file)
@@ -1,6 +1,6 @@
 /* Protoize program - Original version by Ron Guilmette (rfg@segfault.us.com).
    Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 166d2ab0647724e59155ed2ea0c2ea0885d10bfc..308797c19d3fd6a648ceb9a91491d636243181ba 100644 (file)
@@ -1,6 +1,6 @@
 /* Communication between reload.c and reload1.c.
    Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1997, 1998,
-   1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 7ca055a1eff38d158f5e0111b9080dc2d11a5f73..54729701948f0a7219b353b749d183157a88c5ce 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for computing resource usage of specific insns.
-   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 16d53506b48fb28a0481c6b9e68a50375b218f6c..db795929e66691a879a905e621c6abd1266ee928 100644 (file)
@@ -1,5 +1,5 @@
 /* RTL specific diagnostic subroutines for GCC
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
 
 This file is part of GCC.
index 554a42580760b17dbb72a5f57229f2690812cb87..2948312f6baea38f100836b126f295d2a47df2ea 100644 (file)
@@ -1,5 +1,5 @@
 /* Simple bitmaps.
-   Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 8584811cddb7a1d454b71124f85b323284e13902..c18b3762b4a60f444c62027ab3ed9f6c72841f27 100644 (file)
@@ -1,5 +1,5 @@
 /* Simple bitmaps.
-   Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 662d27d55488ff32bcd11ec9d2e6779eb9604da4..24eedcd59fde175b920fd28fe5fde3869b4310a1 100644 (file)
@@ -1,5 +1,5 @@
 /* Simple data type for positive real numbers for the GNU compiler.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 935e309df5b3c99282a5e1fb850369a32b20c321..de82e240cc859e605eca9ef8213ecc541fa84948 100644 (file)
@@ -1,7 +1,7 @@
 /* Scan linker error messages for missing template instantiations and provide
    them.
 
-   Copyright (C) 1995, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1995, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Jason Merrill (jason@cygnus.com).
 
index 8c05f1c87c5d8c225e484a6ad374a99667ec5f2a..3f5c8aea63f7a30d5c15e277a3ff0dfa97e8d1c7 100644 (file)
@@ -1,5 +1,5 @@
 /* Tree-dumping functionality for intermediate representation.
-   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>
 
 This file is part of GCC.
index b62b42447e90269275097105fbb3b2383b279c17..ee8a51f7c12a882e7b61fdbacc28c82dec540e9a 100644 (file)
@@ -1,5 +1,5 @@
 /* Tree inlining hooks and declarations.
-   Copyright 2001, 2003 Free Software Foundation, Inc.
+   Copyright 2001, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Alexandre Oliva  <aoliva@redhat.com>
 
 This file is part of GCC.
index ea467e4a33a42a02d19c5dee684477ac739b8a85..ab1f7bc571e35ccb00275aaf0ba89abc805fbbad 100644 (file)
@@ -1,5 +1,6 @@
 /* Subroutines needed for unwinding stack frames for exception handling.  */
-/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Jason Merrill <jason@cygnus.com>.
 
 This file is part of GCC.
index baa4481c7471c4e287570d9b734e2f00319a033a..68b73a84c434996dd9aebbefb3a5c448d154557e 100644 (file)
@@ -1,5 +1,5 @@
 /* DWARF2 exception handling and frame unwind runtime interface routines.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    This file is part of GCC.
index 08290fc081c1f16072b49d910600d556e73412aa..0dd4a8395a39c80821028590dccb5e30bc69aa8e 100644 (file)
@@ -1,5 +1,5 @@
 /* SJLJ exception handling and frame unwind runtime interface routines.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    This file is part of GCC.
index 312b8bc6226f3ce9a8e5f8ebbac78757078668eb..e1c27790d20a5048726b602d0eba8d6aa3676783 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for transformations based on profile information for values.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
This page took 0.123347 seconds and 5 git commands to generate.