OSDN Git Service

* somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
authorMark Kettenis <kettenis@gnu.org>
Sun, 5 Dec 2004 19:41:37 +0000 (19:41 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 5 Dec 2004 19:41:37 +0000 (19:41 +0000)
* config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.

gdb/config/pa/hppahpux.mt
gdb/somsolib.c

index a3169e2..8b2b5c8 100644 (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
index 41e938e..3213176 100644 (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