import gdb-1999-08-16 snapshot
[deliverable/binutils-gdb.git] / gdb / config / pa / tm-hppah.h
index d6906bf09256d56d6975546ac969f23734946b9e..8014aa9679b9006aa3530367618b6516e85b5a8e 100644 (file)
 #define HPUX_SNAP1
 #define HPUX_SNAP2
 
+/* The solib hooks are not really designed to have a list of hook
+   and handler routines.  So until we clean up those interfaces you
+   either get SOM shared libraries or HP's unusual PA64 ELF shared
+   libraries, but not both.  */
+#ifdef GDB_TARGET_IS_HPPA_20W
+#include "pa64solib.h"
+#endif
+
+#ifndef GDB_TARGET_IS_HPPA_20W
 #include "somsolib.h"
+#endif
 
 /* Actually, for a PA running HPUX the kernel calls the signal handler
    without an intermediate trampoline.  Luckily the kernel always sets
This page took 0.027582 seconds and 4 git commands to generate.