OSDN Git Service

* Makefile.in (m68k_tdep_h): Define.
authorschwab <schwab>
Sat, 23 Nov 2002 19:45:10 +0000 (19:45 +0000)
committerschwab <schwab>
Sat, 23 Nov 2002 19:45:10 +0000 (19:45 +0000)
commitb6ca97b0ccdb2eb75c212192a345a39b521fb78b
tree0436b5e0dea0d4128123b9de7bd6a437c832bbb4
parentc485b2230489d63ad9600a634806859cfa6f6a6b
* Makefile.in (m68k_tdep_h): Define.
(abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
(remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
* m68k-tdep.c: Move register number enum ...
* m68k-tdep.h: ... to this new file and rename the constants from
E_* to M68K_*.  All uses changed.
* config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
* abug-rom.c: Include "m68k-tdep.h".  Use
M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
* cpu32bug-rom.c: Likewise.
* dbug-rom.c: Likewise.
* m68k-tdep.c: Likewise.
* m68klinux-nat.c: Likewise.
* remote-est.c: Likewise.
* rom68k-rom.c: Likewise.
* config/m68k/tm-linux.h: Likewise.
12 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/abug-rom.c
gdb/config/m68k/tm-linux.h
gdb/config/m68k/tm-m68k.h
gdb/cpu32bug-rom.c
gdb/dbug-rom.c
gdb/m68k-tdep.c
gdb/m68k-tdep.h [new file with mode: 0644]
gdb/m68klinux-nat.c
gdb/remote-est.c
gdb/rom68k-rom.c