From 06c41b39c260f4c22c1b7d986dbf9cee64e4a068 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sat, 28 Jan 1995 01:17:33 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7dc6b1fd16..236249e07d 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.