Fix typo TM_PRINT_INSN_INFO -> TARGET_PRINT_INSN_INFO
Move gdbtk stuff to gdbtk file.
This commit is contained in:
parent
d4dd077a94
commit
f0b5151401
@ -43,8 +43,8 @@ Sun Dec 13 09:52:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
(TARGET_FLOAT_FORMAT): Ditto.
|
||||
(TARGET_DOUBLE_FORMAT):
|
||||
|
||||
* remote-e7000.c, sh-tdep.c, printcmd.c, gdbtk-cmds.c,
|
||||
remote-sim.c, remote-rdi.c, sparc-tdep.c: Update.
|
||||
* remote-e7000.c, sh-tdep.c, printcmd.c, remote-sim.c,
|
||||
remote-rdi.c, sparc-tdep.c: Update.
|
||||
|
||||
* config/powerpc/tm-ppcle-eabi.h, config/rs6000/tm-rs6000.h,
|
||||
config/powerpc/tm-ppc-eabi.h, config/mn10300/tm-mn10300.h:
|
||||
@ -139,11 +139,10 @@ Fri Dec 11 09:07:05 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
Fri Dec 11 09:52:04 1998 Andrew Cagney <cagney@chook>
|
||||
|
||||
* gdbtk-cmds.c, mipsm3-nat.c, hppah-nat.c, infptrace.c,
|
||||
i386gnu-nat.c, hppab-nat.c, core-aout.c, arm-xdep.c, alpha-nat.c,
|
||||
altos-xdep.c, pyr-xdep.c, remote-st.c, remote-os9k.c,
|
||||
tahoe-tdep.c, pyr-tdep.c, vax-tdep.c: Replace reg_name with
|
||||
REGISTER_NAME.
|
||||
* mipsm3-nat.c, hppah-nat.c, infptrace.c, i386gnu-nat.c,
|
||||
hppab-nat.c, core-aout.c, arm-xdep.c, alpha-nat.c, altos-xdep.c,
|
||||
pyr-xdep.c, remote-st.c, remote-os9k.c, tahoe-tdep.c, pyr-tdep.c,
|
||||
vax-tdep.c: Replace reg_name with REGISTER_NAME.
|
||||
|
||||
Thu Dec 10 15:19:40 1998 David Taylor <taylor@texas.cygnus.com>
|
||||
|
||||
|
@ -1,4 +1,17 @@
|
||||
Tue Dec 15 10:09:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* gdbtk-cmds.c (gdb_disassemble): Fix typo.
|
||||
|
||||
Sun Dec 13 09:52:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* gdbtk-cmds.c: Update TARGET_PRINT_INSN_INFO, TARGET_PRINT_INSN.
|
||||
|
||||
Fri Dec 11 09:52:04 1998 Andrew Cagney <cagney@chook>
|
||||
|
||||
* gdbtk-cmds.c: Replace reg_name with REGISTER_NAME.
|
||||
|
||||
Mon Dec 14 13:20:50 1998 Jim Ingham <jingham@cygnus.com>
|
||||
|
||||
* Makefile.in, configure.in configure - add support for LIBGUI
|
||||
outside the IDE context.
|
||||
|
||||
|
@ -2081,7 +2081,7 @@ gdb_disassemble (clientData, interp, objc, objv)
|
||||
di_initialized = 1;
|
||||
}
|
||||
|
||||
di.mach = TM_PRINT_INSN_INFO->mach;
|
||||
di.mach = TARGET_PRINT_INSN_INFO->mach;
|
||||
if (TARGET_BYTE_ORDER == BIG_ENDIAN)
|
||||
di.endian = BFD_ENDIAN_BIG;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user