import gdb-2000-02-04 snapshot
[deliverable/binutils-gdb.git] / gdb / config / arm / tm-arm.h
index fb7f7b9c93faa85c97d0d26eb37f0096508ec3b4..5ff75aa2b02298b924de58a302ee69d93d42dbe3 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions to target GDB to ARM targets.
-   Copyright 1986-1989, 1991, 1993-1999 Free Software Foundation, Inc.
+   Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -512,4 +512,7 @@ extern int coff_sym_is_thumb (int val);
 #define COFF_MAKE_MSYMBOL_SPECIAL(val,msym) \
  { if(coff_sym_is_thumb(val)) MSYMBOL_SET_SPECIAL(msym); }
 
+/* The first 0x20 bytes are the trap vectors.  */
+#define LOWEST_PC      0x20
+
 #endif /* TM_ARM_H */
This page took 0.041627 seconds and 4 git commands to generate.