diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-12-05 19:41:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-12-05 19:41:37 +0000 |
commit | 792432a57f7ebee516e6de3f719bc4b17dafc453 (patch) | |
tree | 8b8c526e54b37113f1535b1d31bde7c26a5eaf1b /gdb/somsolib.c | |
parent | b1acf338d3974d99af32899092989edeee7fbef4 (diff) | |
download | gdb-792432a57f7ebee516e6de3f719bc4b17dafc453.zip gdb-792432a57f7ebee516e6de3f719bc4b17dafc453.tar.gz gdb-792432a57f7ebee516e6de3f719bc4b17dafc453.tar.bz2 |
* somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
* config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r-- | gdb/somsolib.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c index 41e938e..3213176 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -1614,3 +1614,10 @@ som_solib_thread_start_addr (struct so_list *so) { return so->som_solib.tsd_start_addr; } + +#ifdef PA_SOM_ONLY +void +no_shared_libraries (char *ignored, int from_tty) +{ +} +#endif |