7486c68d68
constants into PA instructions. * Put #ifdefs around all signal handling code. Not generally needed for embedded boards. * (hppa_fix_call_dummy): Parameterize offsets into call dummy to allow different dummys to be used by this code. Use INSTRUCTION_SIZE instead of REGISTER_SIZE for things. Conditionalize setup of _sr4export fixup. Improve comments. * config/pa/tm-hppa.h: Define INSTRUCTION_SIZE. Use a different call dummy if PA_LEVEL_0 is defined. Better comments for call dummys. Define offsets for LDIL/LDO instructions which load function addresses. * config/pa/tm-pro.h: Get rid of signal handling stuff. Define PA_LEVEL_0 to disable mucking with space regs and such.
11 lines
372 B
C
11 lines
372 B
C
/* Parameters for execution on an HP PA-RISC level 0 embedded system.
|
|
This is based on tm-hppab.h.
|
|
Contributed by the Center for Software Science at the
|
|
University of Utah (pa-gdb-bugs@cs.utah.edu). */
|
|
|
|
#define PA_LEVEL_0 /* Disables touching space regs and fp */
|
|
|
|
/* It's mostly just the common stuff. */
|
|
#include "pa/tm-hppa.h"
|
|
|
|
#define GDB_TARGET_IS_PA_ELF
|