diff options
author | Jeff Law <law@redhat.com> | 1994-02-24 16:10:15 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-24 16:10:15 +0000 |
commit | 6bfd168c6569f8661b1ce4ac4cc3f65cc298333e (patch) | |
tree | def9c4b624f9bbb3be89fcbc80d3944b1a431d42 /gdb/config/pa | |
parent | 256316284690384b53841c34ea3e399352bbd0ed (diff) | |
download | gdb-6bfd168c6569f8661b1ce4ac4cc3f65cc298333e.zip gdb-6bfd168c6569f8661b1ce4ac4cc3f65cc298333e.tar.gz gdb-6bfd168c6569f8661b1ce4ac4cc3f65cc298333e.tar.bz2 |
* confiugre.in (hppa*-*-osf*): New configuration.
* config/pa/hppaosf.mt: New target makefile fragment.
* config/pa/tm-hppao.h: New target include file.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/.Sanitize | 2 | ||||
-rw-r--r-- | gdb/config/pa/hppaosf.mt | 4 | ||||
-rw-r--r-- | gdb/config/pa/tm-hppao.h | 9 |
3 files changed, 15 insertions, 0 deletions
diff --git a/gdb/config/pa/.Sanitize b/gdb/config/pa/.Sanitize index ed21595..4d80e15 100644 --- a/gdb/config/pa/.Sanitize +++ b/gdb/config/pa/.Sanitize @@ -25,11 +25,13 @@ hppabsd.mh hppabsd.mt hppahpux.mh hppahpux.mt +hppaosf.mt nm-hppab.h nm-hppah.h tm-hppa.h tm-hppab.h tm-hppah.h +tm-hppao.h xm-hppab.h xm-hppah.h xm-pa.h diff --git a/gdb/config/pa/hppaosf.mt b/gdb/config/pa/hppaosf.mt new file mode 100644 index 0000000..a9f5163 --- /dev/null +++ b/gdb/config/pa/hppaosf.mt @@ -0,0 +1,4 @@ +# TARGET: HP PA-RISC running OSF1 +TDEPFILES= hppa-pinsn.o hppa-tdep.o +TM_FILE= tm-hppao.h + 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 |