mirror of git://gcc.gnu.org/git/gcc.git
alloc-pool.c, [...]: Update copyright.
* alloc-pool.c, except.h, ggc-common.c, ggc-zone.c, ggc.h, stringpool.c, config/mips/mips-protos.h: Update copyright. From-SVN: r96428
This commit is contained in:
parent
c1b9712539
commit
a21309013c
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
* ggc-zone.c: Fix comment typos.
|
* ggc-zone.c: Fix comment typos.
|
||||||
|
|
||||||
|
* alloc-pool.c, except.h, ggc-common.c, ggc-zone.c, ggc.h,
|
||||||
|
stringpool.c, config/mips/mips-protos.h: Update copyright.
|
||||||
|
|
||||||
2005-03-14 Alan Modra <amodra@bigpond.net.au>
|
2005-03-14 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* config/rs6000/rs6000-protos.h: Replace "struct rtx_def *"
|
* config/rs6000/rs6000-protos.h: Replace "struct rtx_def *"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions to support a pool of allocatable objects.
|
/* Functions to support a pool of allocatable objects.
|
||||||
Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2003, 2004
|
Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Prototypes of target machine for GNU compiler. MIPS version.
|
/* Prototypes of target machine for GNU compiler. MIPS version.
|
||||||
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
||||||
1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
Contributed by A. Lichnewsky (lich@inria.inria.fr).
|
Contributed by A. Lichnewsky (lich@inria.inria.fr).
|
||||||
Changed by Michael Meissner (meissner@osf.org).
|
Changed by Michael Meissner (meissner@osf.org).
|
||||||
64 bit r4000 support by Ian Lance Taylor (ian@cygnus.com) and
|
64 bit r4000 support by Ian Lance Taylor (ian@cygnus.com) and
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Exception Handling interface routines.
|
/* Exception Handling interface routines.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
Contributed by Mike Stump <mrs@cygnus.com>.
|
Contributed by Mike Stump <mrs@cygnus.com>.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Simple garbage collection for the GNU compiler.
|
/* Simple garbage collection for the GNU compiler.
|
||||||
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
|
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* "Bag-of-pages" zone garbage collector for the GNU compiler.
|
/* "Bag-of-pages" zone garbage collector for the GNU compiler.
|
||||||
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
|
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
Contributed by Richard Henderson (rth@redhat.com) and Daniel Berlin
|
Contributed by Richard Henderson (rth@redhat.com) and Daniel Berlin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Garbage collection for the GNU compiler.
|
/* Garbage collection for the GNU compiler.
|
||||||
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/* String pool for GCC.
|
/* String pool for GCC.
|
||||||
Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue