* config/arm/tm-embed.h (TARGET_UPAGES): Delete.
authorRichard Earnshaw <richard.earnshaw@arm.com>
Tue, 26 Feb 2002 14:23:12 +0000 (14:23 +0000)
committerRichard Earnshaw <richard.earnshaw@arm.com>
Tue, 26 Feb 2002 14:23:12 +0000 (14:23 +0000)
(TARGET_NBPG, STACK_END_ADDR): Delete
(VARIABLES_INSIDE_BLOCK): Delete.

gdb/ChangeLog
gdb/config/arm/tm-embed.h

index 3af4f0e9780eb8d7e65d04e134cdb94109a05e70..6d536cbc1f6d86df96917eeb53445baebc838505 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
+
+       * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
+       (TARGET_NBPG, STACK_END_ADDR): Delete
+       (VARIABLES_INSIDE_BLOCK): Delete.
+
 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
 
        * utils.c (perror_with_name): Make string parameter constant.
index 20ac798f84d093c73bb2b3c9f644f0b7b0f242cb..5990311e4a605be7ebfc8f90708f5a8adc4d4093 100644 (file)
 #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
 #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)