|
|
|
@ -29,13 +29,6 @@ |
|
|
|
#undef SOFTWARE_SINGLE_STEP_P |
|
|
|
#define SOFTWARE_SINGLE_STEP_P() 0 |
|
|
|
|
|
|
|
/* I don't know the real values for these. */ |
|
|
|
#define TARGET_UPAGES UPAGES |
|
|
|
#define TARGET_NBPG NBPG |
|
|
|
|
|
|
|
/* Address of end of stack space. */ |
|
|
|
#define STACK_END_ADDR (0x01000000 - (TARGET_UPAGES * TARGET_NBPG)) |
|
|
|
|
|
|
|
/* The first 0x20 bytes are the trap vectors. */ |
|
|
|
#undef LOWEST_PC |
|
|
|
#define LOWEST_PC 0x20 |
|
|
|
@ -47,11 +40,6 @@ |
|
|
|
#undef THUMB_BE_BREAKPOINT |
|
|
|
#define THUMB_BE_BREAKPOINT {0xbe,0xbe} |
|
|
|
|
|
|
|
/* Specify that for the native compiler variables for a particular
|
|
|
|
lexical context are listed after the beginning LBRAC instead of |
|
|
|
before in the executables list of symbols. */ |
|
|
|
#define VARIABLES_INSIDE_BLOCK(desc, gcc_p) (!(gcc_p)) |
|
|
|
|
|
|
|
/* Functions for dealing with Thumb call thunks. */ |
|
|
|
#define IN_SOLIB_CALL_TRAMPOLINE(pc, name) arm_in_call_stub (pc, name) |
|
|
|
#define SKIP_TRAMPOLINE_CODE(pc) arm_skip_stub (pc) |
|
|
|
|