2007-05-16 Markus Deuling <deuling@de.ibm.com>
[deliverable/binutils-gdb.git] / gdb / config / arm / tm-embed.h
index 5990311e4a605be7ebfc8f90708f5a8adc4d4093..baaecf50072bef40845217b73eb7c43de8a3ac07 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions to target GDB to ARM embedded systems.
-   Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997,
-   1998, 1999, 2000 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.
 
 #define THUMB_BE_BREAKPOINT {0xbe,0xbe}       
 
 /* 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 (CORE_ADDR pc, char *name);
 extern CORE_ADDR arm_skip_stub (CORE_ADDR pc);
 
-#undef  IN_SIGTRAMP
-#define IN_SIGTRAMP(pc, name) 0
-
 #endif /* TM_ARMEMBED_H */
This page took 0.023787 seconds and 4 git commands to generate.