diff options
Diffstat (limited to 'gdb/config/arm/tm-arm.h')
-rw-r--r-- | gdb/config/arm/tm-arm.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/config/arm/tm-arm.h b/gdb/config/arm/tm-arm.h index fb7f7b9..5ff75aa 100644 --- a/gdb/config/arm/tm-arm.h +++ b/gdb/config/arm/tm-arm.h @@ -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 */ |