aboutsummaryrefslogtreecommitdiff
path: root/gdb/blockframe.c
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-05-13 12:48:40 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-05-13 12:48:40 +0000
commit7157eed4324fedd80185646d58e92887e442f7a9 (patch)
treec908a8c2351407432ed6bb86bfe868230ea5d221 /gdb/blockframe.c
parentfb4443d8bc8dd6d4b9c9a8af474da79a65deb0be (diff)
downloadgdb-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/blockframe.c')
-rw-r--r--gdb/blockframe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/blockframe.c b/gdb/blockframe.c
index 781a514..794a5f4 100644
--- a/gdb/blockframe.c
+++ b/gdb/blockframe.c
@@ -28,9 +28,9 @@
#include "objfiles.h"
#include "frame.h"
#include "gdbcore.h"
-#include "value.h" /* for read_register */
-#include "target.h" /* for target_has_stack */
-#include "inferior.h" /* for read_pc */
+#include "value.h"
+#include "target.h"
+#include "inferior.h"
#include "annotate.h"
#include "regcache.h"
#include "gdb_assert.h"