diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-14 22:35:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-14 22:35:33 +0000 |
commit | 6951700025cba17b96a672a18681ec47158618ae (patch) | |
tree | cdb489cfd85eb174a93c66f3b496df0c16fbbdc8 /gdb/scm-exp.c | |
parent | ef8b349d3cc6401d3c536ac496b98bb3f50e9a5e (diff) | |
download | gdb-6951700025cba17b96a672a18681ec47158618ae.zip gdb-6951700025cba17b96a672a18681ec47158618ae.tar.gz gdb-6951700025cba17b96a672a18681ec47158618ae.tar.bz2 |
2003-09-14 Andrew Cagney <cagney@redhat.com>
* rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
* dcache.c: Update copyrights and descriptions.
* scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
Diffstat (limited to 'gdb/scm-exp.c')
-rw-r--r-- | gdb/scm-exp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/scm-exp.c b/gdb/scm-exp.c index ee7f21d..41d78af 100644 --- a/gdb/scm-exp.c +++ b/gdb/scm-exp.c @@ -1,5 +1,6 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright 1995, 1996, 2000 Free Software Foundation, Inc. + + Copyright 1995, 1996, 2000, 2003 Free Software Foundation, Inc. This file is part of GDB. |