2007-05-16 Markus Deuling <deuling@de.ibm.com>
[deliverable/binutils-gdb.git] / gdb / config / arm / tm-embed.h
index 5e9375c6f9a3152d626f8c5351b7e31fb7f30e26..baaecf50072bef40845217b73eb7c43de8a3ac07 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions to target GDB to ARM embedded systems.
-   Copyright 1986-1989, 1991, 1993-1999 Free Software Foundation, Inc.
+   Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997, 1998,
+   1999, 2000, 2007 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 /* Include the common ARM definitions. */
 #include "arm/tm-arm.h"
 
-/* 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 remote stub should be able to single-step. */
+#undef SOFTWARE_SINGLE_STEP_P
+#define SOFTWARE_SINGLE_STEP_P() 0
 
 /* The first 0x20 bytes are the trap vectors.  */
 #undef LOWEST_PC
 #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)
-extern int arm_in_call_stub PARAMS ((CORE_ADDR pc, char *name));
-extern CORE_ADDR arm_skip_stub PARAMS ((CORE_ADDR pc));
-
-/* Function to determine whether MEMADDR is in a Thumb function.  */
-extern int arm_pc_is_thumb PARAMS ((bfd_vma memaddr));
-
-/* Function to determine whether MEMADDR is in a call dummy called from
-   a Thumb function.  */
-extern int arm_pc_is_thumb_dummy PARAMS ((bfd_vma memaddr));
-
-
-#undef  IN_SIGTRAMP
-#define IN_SIGTRAMP(pc, name) 0
+extern int arm_in_call_stub (CORE_ADDR pc, char *name);
+extern CORE_ADDR arm_skip_stub (CORE_ADDR pc);
 
 #endif /* TM_ARMEMBED_H */
This page took 0.039683 seconds and 4 git commands to generate.