diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-01-28 01:17:33 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-01-28 01:17:33 +0000 |
commit | 06c41b39c260f4c22c1b7d986dbf9cee64e4a068 (patch) | |
tree | 0895780d0b03ee7d6f386ec4513e2d1caaa238a4 /gdb | |
parent | 50708d56126a7814516204fa935ace4f1ce3b8f2 (diff) | |
download | gdb-06c41b39c260f4c22c1b7d986dbf9cee64e4a068.zip gdb-06c41b39c260f4c22c1b7d986dbf9cee64e4a068.tar.gz gdb-06c41b39c260f4c22c1b7d986dbf9cee64e4a068.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7dc6b1f..236249e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. |