diff options
author | Geoffrey Keating <geoffk@greed.local> | 2004-01-12 18:37:40 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2004-01-12 18:37:40 +0000 |
commit | affad9a4be9d40d5ed1cbc358bba6eb1df24908b (patch) | |
tree | 4ded6c5f9e48c32c11b58335da05442f4bc7a8f8 /gcc/real.c | |
parent | 4274207b3732474a140ea6385f04fbd521f626c5 (diff) | |
download | gcc-affad9a4be9d40d5ed1cbc358bba6eb1df24908b.zip gcc-affad9a4be9d40d5ed1cbc358bba6eb1df24908b.tar.gz gcc-affad9a4be9d40d5ed1cbc358bba6eb1df24908b.tar.bz2 |
real.c: Update copyright date.
* 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.
From-SVN: r75742
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <rth@redhat.com> |