* 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.
This commit is contained in:
Stan Shebs 1995-01-28 01:17:33 +00:00
parent 50708d5612
commit 06c41b39c2
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
Fri Jan 27 17:08:06 1995 Stan Shebs <shebs@andros.cygnus.com>
* 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.