mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
* config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user