diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-06-04 20:55:02 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-06-04 20:55:02 +0000 |
commit | 4e37032562891dd25621982f5c0a4977482cdad3 (patch) | |
tree | deb2d0f45a7816acd318a4c7d8edbd7be9eae3f2 /gdb/config/pa | |
parent | b757528ff667b76d6ba7ec2b12138abc2cd3164b (diff) | |
download | gdb-4e37032562891dd25621982f5c0a4977482cdad3.zip gdb-4e37032562891dd25621982f5c0a4977482cdad3.tar.gz gdb-4e37032562891dd25621982f5c0a4977482cdad3.tar.bz2 |
* config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
prepare_to_proceed procedure instead of the hppa-specific one.
* hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/nm-hppah.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/pa/nm-hppah.h b/gdb/config/pa/nm-hppah.h index f8a2a11..74bfa20 100644 --- a/gdb/config/pa/nm-hppah.h +++ b/gdb/config/pa/nm-hppah.h @@ -55,8 +55,8 @@ /* While this is for use by threaded programs, it doesn't appear * to hurt non-threaded ones. This is used in infrun.c: */ -#define PREPARE_TO_PROCEED(select_it) hppa_prepare_to_proceed() -extern int hppa_prepare_to_proceed (void); +#define PREPARE_TO_PROCEED(select_it) generic_prepare_to_proceed(select_it) +extern int generic_prepare_to_proceed (int select_it); /* In infptrace.c or infttrace.c: */ #define CHILD_PID_TO_EXEC_FILE |