diff options
author | Andrew Cagney <cagney@redhat.com> | 2006-11-20 21:47:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2006-11-20 21:47:06 +0000 |
commit | 155bd5d1c1c18a53240f651475f55798e35c2659 (patch) | |
tree | 5b98765506d0c0a3a12b4bc4d12777737d4432e3 /gdb/frv-linux-tdep.c | |
parent | 0f6bf4518a1fa0f7a569bb701db640eb9746ca5f (diff) | |
download | gdb-155bd5d1c1c18a53240f651475f55798e35c2659.zip gdb-155bd5d1c1c18a53240f651475f55798e35c2659.tar.gz gdb-155bd5d1c1c18a53240f651475f55798e35c2659.tar.bz2 |
Index: ChangeLog
2006-11-20 Andrew Cagney <cagney@redhat.com>
* linux-nat.h: Refer to GNU/Linux or Linux kernel.
* linux-nat.c (lin_lwp_attach_lwp, linux_nat_thread_alive): Ditto.
* infcmd.c (attach_command): Ditto.
* hppa-linux-tdep.c (hppa_linux_regset): Ditto.
* mn10300-linux-tdep.c: Ditto. Update copyright year.
* frv-linux-tdep.c: Ditto. Update copyright year.
Diffstat (limited to 'gdb/frv-linux-tdep.c')
-rw-r--r-- | gdb/frv-linux-tdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/frv-linux-tdep.c b/gdb/frv-linux-tdep.c index b24dbd0..7dce7a8 100644 --- a/gdb/frv-linux-tdep.c +++ b/gdb/frv-linux-tdep.c @@ -1,6 +1,7 @@ /* Target-dependent code for GNU/Linux running on the Fujitsu FR-V, for GDB. - Copyright (C) 2004 Free Software Foundation, Inc. + + Copyright (C) 2004, 2006 Free Software Foundation, Inc. This file is part of GDB. @@ -452,7 +453,7 @@ frv_linux_supply_fpregset (const struct regset *regset, regcache_raw_supply (regcache, fsr0_regnum, fpregsetp->fsr[0]); } -/* FRV Linux register sets. */ +/* FRV Linux kernel register sets. */ static struct regset frv_linux_gregset = { |