Fix typo TM_PRINT_INSN_INFO -> TARGET_PRINT_INSN_INFO

Move gdbtk stuff to gdbtk file.
This commit is contained in:
Andrew Cagney 1998-12-14 23:17:16 +00:00
parent d4dd077a94
commit f0b5151401
3 changed files with 20 additions and 8 deletions

View File

@ -43,8 +43,8 @@ Sun Dec 13 09:52:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
(TARGET_FLOAT_FORMAT): Ditto. (TARGET_FLOAT_FORMAT): Ditto.
(TARGET_DOUBLE_FORMAT): (TARGET_DOUBLE_FORMAT):
* remote-e7000.c, sh-tdep.c, printcmd.c, gdbtk-cmds.c, * remote-e7000.c, sh-tdep.c, printcmd.c, remote-sim.c,
remote-sim.c, remote-rdi.c, sparc-tdep.c: Update. remote-rdi.c, sparc-tdep.c: Update.
* config/powerpc/tm-ppcle-eabi.h, config/rs6000/tm-rs6000.h, * config/powerpc/tm-ppcle-eabi.h, config/rs6000/tm-rs6000.h,
config/powerpc/tm-ppc-eabi.h, config/mn10300/tm-mn10300.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> Fri Dec 11 09:52:04 1998 Andrew Cagney <cagney@chook>
* gdbtk-cmds.c, mipsm3-nat.c, hppah-nat.c, infptrace.c, * mipsm3-nat.c, hppah-nat.c, infptrace.c, i386gnu-nat.c,
i386gnu-nat.c, hppab-nat.c, core-aout.c, arm-xdep.c, alpha-nat.c, hppab-nat.c, core-aout.c, arm-xdep.c, alpha-nat.c, altos-xdep.c,
altos-xdep.c, pyr-xdep.c, remote-st.c, remote-os9k.c, pyr-xdep.c, remote-st.c, remote-os9k.c, tahoe-tdep.c, pyr-tdep.c,
tahoe-tdep.c, pyr-tdep.c, vax-tdep.c: Replace reg_name with vax-tdep.c: Replace reg_name with REGISTER_NAME.
REGISTER_NAME.
Thu Dec 10 15:19:40 1998 David Taylor <taylor@texas.cygnus.com> Thu Dec 10 15:19:40 1998 David Taylor <taylor@texas.cygnus.com>

View File

@ -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> Mon Dec 14 13:20:50 1998 Jim Ingham <jingham@cygnus.com>
* Makefile.in, configure.in configure - add support for LIBGUI * Makefile.in, configure.in configure - add support for LIBGUI
outside the IDE context. outside the IDE context.

View File

@ -2081,7 +2081,7 @@ gdb_disassemble (clientData, interp, objc, objv)
di_initialized = 1; di_initialized = 1;
} }
di.mach = TM_PRINT_INSN_INFO->mach; di.mach = TARGET_PRINT_INSN_INFO->mach;
if (TARGET_BYTE_ORDER == BIG_ENDIAN) if (TARGET_BYTE_ORDER == BIG_ENDIAN)
di.endian = BFD_ENDIAN_BIG; di.endian = BFD_ENDIAN_BIG;
else else