56056df735
* NEWS: Mention removal of support for hppa*-*-bsd* and hppa*-*-osf* natives, and hppa*-*-pro* target. * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h". * config/pa/xm-pa.h: Obsolete file. * config/pa/xm-hppab.h: Obsolete file. * config/pa/nm-hppab.h: Obsolete file. * config/pa/tm-hppab.h: Obsolete file. * config/pa/tm-hppao.h: Obsolete file. * config/pa/nm-hppao.h: Obsolete file. * config/pa/tm-pro.h: Obsolete file. * config/pa/hppaosf.mt: Obsolete file. * config/pa/hppaosf.mh: Obsolete file. * config/pa/hppapro.mt: Obsolete file. * config/pa/hppabsd.mt: Obsolete file. * config/pa/hppabsd.mh: Obsolete file. * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*. * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and hppa*-*-osf*.
15 lines
632 B
C
15 lines
632 B
C
// OBSOLETE /* Parameters for execution on an HP PA-RISC level 0 embedded system.
|
|
// OBSOLETE This is based on tm-hppab.h.
|
|
// OBSOLETE Contributed by the Center for Software Science at the
|
|
// OBSOLETE University of Utah (pa-gdb-bugs@cs.utah.edu). */
|
|
// OBSOLETE
|
|
// OBSOLETE #define PA_LEVEL_0 /* Disables touching space regs and fp */
|
|
// OBSOLETE
|
|
// OBSOLETE /* All the PRO targets use software floating point at the moment. */
|
|
// OBSOLETE #define SOFT_FLOAT 1
|
|
// OBSOLETE
|
|
// OBSOLETE /* It's mostly just the common stuff. */
|
|
// OBSOLETE #include "pa/tm-hppa.h"
|
|
// OBSOLETE
|
|
// OBSOLETE #define GDB_TARGET_IS_PA_ELF
|