From: Richard Earnshaw Date: Tue, 26 Feb 2002 14:23:12 +0000 (+0000) Subject: * config/arm/tm-embed.h (TARGET_UPAGES): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e8ed687cade2fc7fa07bfd36c7cbd5e1e45bc1b;p=binutils-gdb.git * config/arm/tm-embed.h (TARGET_UPAGES): Delete. (TARGET_NBPG, STACK_END_ADDR): Delete (VARIABLES_INSIDE_BLOCK): Delete. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3af4f0e9780..6d536cbc1f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-02-26 Richard Earnshaw + + * config/arm/tm-embed.h (TARGET_UPAGES): Delete. + (TARGET_NBPG, STACK_END_ADDR): Delete + (VARIABLES_INSIDE_BLOCK): Delete. + 2002-02-25 Andrew Cagney * utils.c (perror_with_name): Make string parameter constant. diff --git a/gdb/config/arm/tm-embed.h b/gdb/config/arm/tm-embed.h index 20ac798f84d..5990311e4a6 100644 --- a/gdb/config/arm/tm-embed.h +++ b/gdb/config/arm/tm-embed.h @@ -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)