* blockframe.c: Remove obsolete comments.
authorUlrich Weigand <uweigand@de.ibm.com>
Sun, 13 May 2007 12:48:40 +0000 (12:48 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Sun, 13 May 2007 12:48:40 +0000 (12:48 +0000)
* 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/ChangeLog
gdb/alpha-nat.c
gdb/arm-tdep.h
gdb/blockframe.c
gdb/hppa-tdep.h
gdb/m68hc11-tdep.c
gdb/mips-tdep.h

index 7827d9d..2bf889d 100644 (file)
@@ -1,5 +1,14 @@
 2007-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
 
+       * 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.
+
+2007-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
+
        * inferior.h (read_sp): Remove prototype.
        * regcache.c (read_sp): Remove.
        * gcore.c (derive_stack_segment): Use get_frame_sp instead of read_sp.
index caeada3..b6e3e0e 100644 (file)
@@ -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.
index e49bc43..6cc6b0e 100644 (file)
 struct gdbarch;
 struct regset;
 
-/* Register numbers of various important registers.  Note that some of
-   these values are "real" register numbers, and correspond to the
-   general registers of the machine, and some are "phony" register
-   numbers which are too large to be actual register numbers as far as
-   the user is concerned but do serve to get the desired values when
-   passed to read_register.  */
+/* Register numbers of various important registers.  */
 
 enum gdb_regnum {
   ARM_A1_REGNUM = 0,           /* first integer-like argument */
index 781a514..794a5f4 100644 (file)
@@ -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"
index dac1e6a..25fd2f3 100644 (file)
@@ -26,12 +26,7 @@ struct trad_frame_saved_reg;
 struct objfile;
 struct so_list;
 
-/* Register numbers of various important registers.
-   Note that some of these values are "real" register numbers,
-   and correspond to the general registers of the machine,
-   and some are "phony" register numbers which are too large
-   to be actual register numbers as far as the user is concerned
-   but do serve to get the desired values when passed to read_register.  */
+/* Register numbers of various important registers.  */
 
 enum hppa_regnum
 {
index 42c4a25..d4fff89 100644 (file)
@@ -81,12 +81,7 @@ enum insn_return_kind {
 };
 
   
-/* Register numbers of various important registers.
-   Note that some of these values are "real" register numbers,
-   and correspond to the general registers of the machine,
-   and some are "phony" register numbers which are too large
-   to be actual register numbers as far as the user is concerned
-   but do serve to get the desired values when passed to read_register.  */
+/* Register numbers of various important registers.  */
 
 #define HARD_X_REGNUM  0
 #define HARD_D_REGNUM  1
index bbabdc1..11f6c85 100644 (file)
@@ -58,12 +58,7 @@ struct mips_regnum
 };
 extern const struct mips_regnum *mips_regnum (struct gdbarch *gdbarch);
 
-/* Register numbers of various important registers.  Note that some of
-   these values are "real" register numbers, and correspond to the
-   general registers of the machine, and some are "phony" register
-   numbers which are too large to be actual register numbers as far as
-   the user is concerned but do serve to get the desired values when
-   passed to read_register.  */
+/* Register numbers of various important registers.  */
 
 enum
 {