diff options
Diffstat (limited to 'gdb/config/pa/tm-hppao.h')
-rw-r--r-- | gdb/config/pa/tm-hppao.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config/pa/tm-hppao.h b/gdb/config/pa/tm-hppao.h new file mode 100644 index 0000000..9697a2c --- /dev/null +++ b/gdb/config/pa/tm-hppao.h @@ -0,0 +1,9 @@ +/* Parameters for execution on an HP PA-RISC machine running OSF1, for GDB. + Contributed by the Center for Software Science at the + University of Utah (pa-gdb-bugs@cs.utah.edu). */ + +/* It's all just the common stuff. */ +#include "pa/tm-hppa.h" + +/* OSF1 needs an extra trap. I assume for the emulator startup (?!?) */ +#define START_INFERIOR_TRAPS_EXPECTED 3 |