* h8500-tdep.c: General linting and cleanup.
authorStan Shebs <shebs@codesourcery.com>
Tue, 1 Aug 1995 02:37:02 +0000 (02:37 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 1 Aug 1995 02:37:02 +0000 (02:37 +0000)
commitec7b6fcf7f51ec9e92705061ee80386753c13a33
treec01b0a9ad475437cc210d8a58108adc4fcdf6524
parentac24997f369150705b3f1da8f5737b4020a5b5ce
* h8500-tdep.c: General linting and cleanup.
(opcodes/h8500-opc.h): Don't include.
(code_size, data_size): Make static.
(frame_locals_address, frame_args_address): Remove.
(h8300_pop_frame): Rename to h8500_pop_frame.
(big_command, medium_command, compact_command, small_command):
Define as regular functions rather than with macro trickery.
(tm_print_insn): Set to correct disassembler function.
* config/h8500/tm-h8500.h: Minor cleanup, add prototypes.
(ABOUT_TO_RETURN): #if 0 out.
(FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Use usual define.
(GDB_TARGET_IS_H8500): Remove duplicate definition.
(regoff): Remove, never used.
* config/h8500/h8500.mt (TDEPFILES): Add monitor.o.
gdb/ChangeLog
gdb/config/h8500/h8500.mt
gdb/config/h8500/tm-h8500.h
gdb/h8500-tdep.c