From: Stan Shebs Date: Sat, 28 Jan 1995 01:17:33 +0000 (+0000) Subject: * arm-tdep.c: Make it compile. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06c41b39c260f4c22c1b7d986dbf9cee64e4a068;p=binutils-gdb.git * arm-tdep.c: Make it compile. (exec_file_command, xfer_core_file): Comment out. (arm_print_insn): Remove, now in libopcodes. (skip_prologue): Comment out most of body. (arm_frame_find_saved_regs): Move here from tm-arm.h. (_initialize_arm_tdep): Set tm_print_insn. * config/arm/tm-arm.h: Remove old refs to first_object_file_end. (XFER_CORE_FILE): Remove. (FRAME_FIND_SAVED_REGS): Call arm_frame_find_saved_regs. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7dc6b1fd167..236249e07dc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Fri Jan 27 17:08:06 1995 Stan Shebs + + * arm-tdep.c: Make it compile. + (exec_file_command, xfer_core_file): Comment out. + (arm_print_insn): Remove, now in libopcodes. + (skip_prologue): Comment out most of body. + (arm_frame_find_saved_regs): Move here from tm-arm.h. + (_initialize_arm_tdep): Set tm_print_insn. + * config/arm/tm-arm.h: Remove old refs to first_object_file_end. + (XFER_CORE_FILE): Remove. + (FRAME_FIND_SAVED_REGS): Call arm_frame_find_saved_regs. + Fri Jan 27 08:48:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * Makefile.in (CHILL_LIB): Define as in testsuite/Makefile.in.