diff options
Diffstat (limited to 'gcc/config/vax/elf.h')
-rw-r--r-- | gcc/config/vax/elf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/vax/elf.h b/gcc/config/vax/elf.h index 1ff1814..e699c12 100644 --- a/gcc/config/vax/elf.h +++ b/gcc/config/vax/elf.h @@ -66,10 +66,6 @@ along with GCC; see the file COPYING3. If not see 16)) -/* Reserve the top of the stack for exception handler stackadj value. */ -#undef STARTING_FRAME_OFFSET -#define STARTING_FRAME_OFFSET -4 - /* The VAX wants no space between the case instruction and the jump table. */ #undef ASM_OUTPUT_BEFORE_CASE_LABEL #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) |