* TODO: Reword item regarding NO_STD_REGS.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 21 Sep 1994 03:23:01 +0000 (03:23 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 21 Sep 1994 03:23:01 +0000 (03:23 +0000)
gdb/ChangeLog
gdb/TODO

index 5ba84cffb80f16043b6392fe33c6c98750aef30b..0bc137eeb2bbc17f67ca2742009a3ca8e4bd7ada 100644 (file)
@@ -1,5 +1,7 @@
 Tue Sep 20 11:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * TODO: Reword item regarding NO_STD_REGS.
+
        * coffread.c (record_minimal_symbol, coff_read_enum_type,
        coff_read_struct_type): Allocate on symbol_obstack, not directly
        via malloc/savestring.
index 576f0aacca16a6ce77193466eb93d355724125ab..0f8f8ec9d7e415031a35f79f055546ff970edd74 100644 (file)
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -380,9 +380,9 @@ enum mask
 If try to modify value in file with "set write off" should give
 appropriate error not "cannot access memory at address 0x65e0".
 
-What the hell is no_std_regs in tm-z8k.h???
-This fixes the case where a target defines no standard reg names,
-and the parsing of $pc gets confused when it should be an invalid expr.
+Why do we allow a target to omit standard register names (NO_STD_REGS
+in tm-z8k.h)?  I thought the standard register names were supposed to
+be just that, standard.
 
 Make DEBUG_EXPRESSIONS a maintenance command, dependent on
 MAINTENANCE_COMMANDS.