diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-08-16 19:57:19 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-08-16 19:57:19 +0000 |
commit | 7be570e7ce77920e2e628a03bdfe2d295fc2568f (patch) | |
tree | a49512270bb021f1d5171b362dc973e28c97ca94 /gdb/config/pa/tm-hppah.h | |
parent | ed288bb597072176e84fc8279707a3f2f475779b (diff) | |
download | gdb-7be570e7ce77920e2e628a03bdfe2d295fc2568f.zip gdb-7be570e7ce77920e2e628a03bdfe2d295fc2568f.tar.gz gdb-7be570e7ce77920e2e628a03bdfe2d295fc2568f.tar.bz2 |
import gdb-1999-08-16 snapshot
Diffstat (limited to 'gdb/config/pa/tm-hppah.h')
-rw-r--r-- | gdb/config/pa/tm-hppah.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/config/pa/tm-hppah.h b/gdb/config/pa/tm-hppah.h index d6906bf..8014aa9 100644 --- a/gdb/config/pa/tm-hppah.h +++ b/gdb/config/pa/tm-hppah.h @@ -24,7 +24,17 @@ #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 |