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/standalone.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/standalone.c')
-rw-r--r-- | gdb/standalone.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c index cddd5b9..37fbf6d 100644 --- a/gdb/standalone.c +++ b/gdb/standalone.c @@ -1,6 +1,7 @@ /* Interface to bare machine for GDB running as kernel debugger. - Copyright 1986, 1989, 1991, 1992, 1993, 1995, 1996, 2000, 2001 - Free Software Foundation, Inc. + + Copyright 1986, 1989, 1991, 1992, 1993, 1995, 1996, 2000, 2001, + 2003 Free Software Foundation, Inc. This file is part of GDB. |