summaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-11 23:15:28 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-11 23:15:28 +0000
commitf4ac4e511a6e9e8c96c3e90c9ff3d04ba749a8a5 (patch)
treef90428ec00a442cd32b64de4867538bef6de1e83 /gcc/caller-save.c
parentec0be2724e61dbfe6ae49ee2113135a5e5e055dd (diff)
downloadgcc-f4ac4e511a6e9e8c96c3e90c9ff3d04ba749a8a5.tar.gz
Update copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24624 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/caller-save.c')
-rw-r--r--gcc/caller-save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/caller-save.c b/gcc/caller-save.c
index e68403f7dbb..7c390a5955e 100644
--- a/gcc/caller-save.c
+++ b/gcc/caller-save.c
@@ -1,5 +1,5 @@
/* Save and restore call-clobbered registers which are live across a call.
- Copyright (C) 1989, 1992, 94-95, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1992, 94-95, 97, 98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.