mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
* config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
This commit is contained in:
parent
b1acf338d3
commit
792432a57f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user