* somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.

* config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
This commit is contained in:
Mark Kettenis 2004-12-05 19:41:37 +00:00
parent b1acf338d3
commit 792432a57f
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Target: HP PA-RISC running hpux
MT_CFLAGS = -DPA_SOM_ONLY=1
TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o somread.o hpread.o somsolib.o solib.o
TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o somread.o hpread.o somsolib.o
DEPRECATED_TM_FILE= tm-hppah.h

View File

@ -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