* Patches from Jeffrey Law <law@cs.utah.edu>.
authorStu Grossman <grossman@cygnus>
Wed, 5 May 1993 23:53:50 +0000 (23:53 +0000)
committerStu Grossman <grossman@cygnus>
Wed, 5 May 1993 23:53:50 +0000 (23:53 +0000)
commite22a9870fd387a87045542319ddb1746a7f725c0
tree1f015d9f032fc3cc3663eac2453e2554100b05a2
parentf45e781f149a6a40476088dc6922eede36f3381a
    * Patches from Jeffrey Law <law@cs.utah.edu>.
* gdb/hppa-tdep.c: Declare frame_saved_pc.
(frameless_function_invocation): New function.
(frame_saved_pc, init_extra_frame_info): Use
frameless_function_invocation.
* gdb/config/pa/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after
call instead of just grabbing the value currently in %r2.
(FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation.
* gdb/config/pa/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private
definition and use the common one in tm-hppa.h.
gdb/config/pa/tm-hppah.h [new file with mode: 0644]