Index: ChangeLog =================================================================== RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v retrieving revision 2.2241 diff -u -p -r2.2241 ChangeLog --- ChangeLog 12 Jan 2004 16:32:00 -0000 2.2241 +++ ChangeLog 12 Jan 2004 18:31:17 -0000 @@ -1,3 +1,12 @@ +2004-01-12 Geoffrey Keating + + * real.c: Update copyright date. + * emit-rtl.c: Likewise. + * rtl.h: Likewise. + * dwarf2out.c: Likewise. + * config/rs6000/darwin-ldouble.c: Likewise. + * config/rs6000/rs6000.md: Likewise. + 2004-01-12 Jan Hubicka PR opt/12826 Index: dwarf2out.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/dwarf2out.c,v retrieving revision 1.472 diff -u -p -r1.472 dwarf2out.c --- dwarf2out.c 9 Jan 2004 14:08:20 -0000 1.472 +++ dwarf2out.c 12 Jan 2004 18:31:31 -0000 @@ -1,6 +1,6 @@ /* Output Dwarf2 format symbol table information from GCC. Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003 Free Software Foundation, Inc. + 2003, 2004 Free Software Foundation, Inc. Contributed by Gary Funck (gary@intrepid.com). Derived from DWARF 1 implementation of Ron Guilmette (rfg@monkeys.com). Extensively modified by Jason Merrill (jason@cygnus.com). Index: emit-rtl.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/emit-rtl.c,v retrieving revision 1.364 diff -u -p -r1.364 emit-rtl.c --- emit-rtl.c 6 Jan 2004 22:50:59 -0000 1.364 +++ emit-rtl.c 12 Jan 2004 18:31:35 -0000 @@ -1,6 +1,6 @@ /* Emit RTL for the GCC expander. Copyright (C) 1987, 1988, 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: real.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/real.c,v retrieving revision 1.134 diff -u -p -r1.134 real.c --- real.c 10 Jan 2004 05:47:12 -0000 1.134 +++ real.c 12 Jan 2004 18:31:39 -0000 @@ -1,6 +1,6 @@ /* real.c - software floating point emulation. Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2002, 2003 Free Software Foundation, Inc. + 2000, 2002, 2003, 2004 Free Software Foundation, Inc. Contributed by Stephen L. Moshier (moshier@world.std.com). Re-written by Richard Henderson Index: rtl.h =================================================================== RCS file: /cvs/gcc/gcc/gcc/rtl.h,v retrieving revision 1.447 diff -u -p -r1.447 rtl.h --- rtl.h 12 Jan 2004 16:32:12 -0000 1.447 +++ rtl.h 12 Jan 2004 18:31:42 -0000 @@ -1,6 +1,6 @@ /* Register Transfer Language (RTL) definitions for GCC Copyright (C) 1987, 1991, 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: config/rs6000/darwin-ldouble.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/rs6000/darwin-ldouble.c,v retrieving revision 1.2 diff -u -p -r1.2 darwin-ldouble.c --- config/rs6000/darwin-ldouble.c 10 Jan 2004 05:47:14 -0000 1.2 +++ config/rs6000/darwin-ldouble.c 12 Jan 2004 18:31:45 -0000 @@ -1,5 +1,5 @@ /* 128-bit long double support routines for Darwin. - Copyright (C) 1993, 2003 Free Software Foundation, Inc. + Copyright (C) 1993, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. Index: config/rs6000/rs6000.md =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.md,v retrieving revision 1.283 diff -u -p -r1.283 rs6000.md --- config/rs6000/rs6000.md 12 Jan 2004 08:11:28 -0000 1.283 +++ config/rs6000/rs6000.md 12 Jan 2004 18:32:01 -0000 @@ -1,6 +1,6 @@ ;; Machine description for IBM RISC System 6000 (POWER) for GNU C compiler ;; Copyright (C) 1990, 1991, 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. ;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) ;; This file is part of GCC.