aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa/tm-hppah.h
AgeCommit message (Collapse)AuthorFilesLines
1999-08-16import gdb-1999-08-16 snapshotJason Molenda1-0/+10
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-15/+16
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+79
1999-04-16Initial creation of sourceware repositoryStan Shebs1-75/+0
1994-03-29Put back include to tm-hppa.h mistakenly taken out during a recent checkin.Jeff Law1-4/+46
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman1-0/+33
* 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.