* TODO: Reword item regarding NO_STD_REGS.

This commit is contained in:
Jim Kingdon 1994-09-21 03:23:01 +00:00
parent 940bb1dc75
commit a36a812c48
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
Tue Sep 20 11:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com) 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, * coffread.c (record_minimal_symbol, coff_read_enum_type,
coff_read_struct_type): Allocate on symbol_obstack, not directly coff_read_struct_type): Allocate on symbol_obstack, not directly
via malloc/savestring. via malloc/savestring.

View file

@ -380,9 +380,9 @@ enum mask
If try to modify value in file with "set write off" should give If try to modify value in file with "set write off" should give
appropriate error not "cannot access memory at address 0x65e0". appropriate error not "cannot access memory at address 0x65e0".
What the hell is no_std_regs in tm-z8k.h??? Why do we allow a target to omit standard register names (NO_STD_REGS
This fixes the case where a target defines no standard reg names, in tm-z8k.h)? I thought the standard register names were supposed to
and the parsing of $pc gets confused when it should be an invalid expr. be just that, standard.
Make DEBUG_EXPRESSIONS a maintenance command, dependent on Make DEBUG_EXPRESSIONS a maintenance command, dependent on
MAINTENANCE_COMMANDS. MAINTENANCE_COMMANDS.