mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* confiugre.in (hppa*-*-osf*): New configuration.
* config/pa/hppaosf.mt: New target makefile fragment. * config/pa/tm-hppao.h: New target include file.
This commit is contained in:
parent
2563162846
commit
6bfd168c65
@ -1,3 +1,9 @@
|
|||||||
|
Thu Feb 24 08:06:52 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
|
* configure.in (hppa*-*-osf*): New configuration.
|
||||||
|
* config/pa/hppaosf.mt: New target makefile fragment.
|
||||||
|
* config/pa/tm-hppao.h: New target include file.
|
||||||
|
|
||||||
Thu Feb 24 04:29:19 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
Thu Feb 24 04:29:19 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
* exec.c (print_section_info): Print entry point for exec_bfd only.
|
* exec.c (print_section_info): Print entry point for exec_bfd only.
|
||||||
|
@ -25,11 +25,13 @@ hppabsd.mh
|
|||||||
hppabsd.mt
|
hppabsd.mt
|
||||||
hppahpux.mh
|
hppahpux.mh
|
||||||
hppahpux.mt
|
hppahpux.mt
|
||||||
|
hppaosf.mt
|
||||||
nm-hppab.h
|
nm-hppab.h
|
||||||
nm-hppah.h
|
nm-hppah.h
|
||||||
tm-hppa.h
|
tm-hppa.h
|
||||||
tm-hppab.h
|
tm-hppab.h
|
||||||
tm-hppah.h
|
tm-hppah.h
|
||||||
|
tm-hppao.h
|
||||||
xm-hppab.h
|
xm-hppab.h
|
||||||
xm-hppah.h
|
xm-hppah.h
|
||||||
xm-pa.h
|
xm-pa.h
|
||||||
|
4
gdb/config/pa/hppaosf.mt
Normal file
4
gdb/config/pa/hppaosf.mt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# TARGET: HP PA-RISC running OSF1
|
||||||
|
TDEPFILES= hppa-pinsn.o hppa-tdep.o
|
||||||
|
TM_FILE= tm-hppao.h
|
||||||
|
|
9
gdb/config/pa/tm-hppao.h
Normal file
9
gdb/config/pa/tm-hppao.h
Normal file
@ -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
|
@ -34,6 +34,7 @@ c[12]-*-*) gdb_host=convex ;;
|
|||||||
hppa*-*-bsd*) gdb_host=hppabsd ;;
|
hppa*-*-bsd*) gdb_host=hppabsd ;;
|
||||||
hppa*-*-hpux*) gdb_host=hppahpux ;;
|
hppa*-*-hpux*) gdb_host=hppahpux ;;
|
||||||
hppa*-*-hiux*) gdb_host=hppahpux ;;
|
hppa*-*-hiux*) gdb_host=hppahpux ;;
|
||||||
|
hppa*-*-osf*) gdb_host=hppabsd ;;
|
||||||
|
|
||||||
i[34]86-ncr-*) gdb_host=ncr3000 ;;
|
i[34]86-ncr-*) gdb_host=ncr3000 ;;
|
||||||
i[34]86-sequent-bsd*) gdb_host=symmetry ;; #dynix
|
i[34]86-sequent-bsd*) gdb_host=symmetry ;; #dynix
|
||||||
@ -186,6 +187,7 @@ sh-*-*) gdb_target=sh ;;
|
|||||||
hppa*-*-bsd*) gdb_target=hppabsd ;;
|
hppa*-*-bsd*) gdb_target=hppabsd ;;
|
||||||
hppa*-*-hpux*) gdb_target=hppahpux ;;
|
hppa*-*-hpux*) gdb_target=hppahpux ;;
|
||||||
hppa*-*-hiux*) gdb_target=hppahpux ;;
|
hppa*-*-hiux*) gdb_target=hppahpux ;;
|
||||||
|
hppa*-*-osf*) gdb_target=hppaosf ;;
|
||||||
|
|
||||||
i[34]86-sequent-*) gdb_target=symmetry ;;
|
i[34]86-sequent-*) gdb_target=symmetry ;;
|
||||||
i[34]86-ncr-*) gdb_target=ncr3000 ;;
|
i[34]86-ncr-*) gdb_target=ncr3000 ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user