mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-17 05:36:12 +08:00

* config/pa/hppaosf.mt: New target makefile fragment. * config/pa/tm-hppao.h: New target include file.
10 lines
364 B
C
10 lines
364 B
C
/* 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
|