diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-13 12:48:40 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-13 12:48:40 +0000 |
commit | 7157eed4324fedd80185646d58e92887e442f7a9 (patch) | |
tree | c908a8c2351407432ed6bb86bfe868230ea5d221 /gdb/alpha-nat.c | |
parent | fb4443d8bc8dd6d4b9c9a8af474da79a65deb0be (diff) | |
download | gdb-7157eed4324fedd80185646d58e92887e442f7a9.zip gdb-7157eed4324fedd80185646d58e92887e442f7a9.tar.gz gdb-7157eed4324fedd80185646d58e92887e442f7a9.tar.bz2 |
* blockframe.c: Remove obsolete comments.
* alpha-nat.c (fetch_osf_core_registers): Update comment.
* arm-tdep.h (enum gdb_regnum): Remove obsolete part of comment.
* hppa-tdep.h (enum hppa_regnum): Likewise.
* mips-tdep.h: Likewise.
* m68hc11-tdep.c: Likewise.
Diffstat (limited to 'gdb/alpha-nat.c')
-rw-r--r-- | gdb/alpha-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c index caeada3..b6e3e0e 100644 --- a/gdb/alpha-nat.c +++ b/gdb/alpha-nat.c @@ -34,7 +34,7 @@ /* Extract the register values out of the core file and store - them where `read_register' will find them. + them into REGCACHE. CORE_REG_SECT points to the register values themselves, read into memory. CORE_REG_SIZE is the size of that area. |