From 7157eed4324fedd80185646d58e92887e442f7a9 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Sun, 13 May 2007 12:48:40 +0000 Subject: * 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. --- gdb/blockframe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/blockframe.c') 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" -- cgit v1.1