summaryrefslogtreecommitdiff
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
commit83de048fa71f0cf66aad16a8841ac3db8e6af7d4 (patch)
tree3c538e21ab95ef4e41644899f8d3d05fc7cd152c /gdb/blockframe.c
parentdb73a9e93faeed73ac859dbf679a2bbba6e4e064 (diff)
downloadgdb-83de048fa71f0cf66aad16a8841ac3db8e6af7d4.tar.gz
* 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 781a51402a6..794a5f4b050 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"