diff options
Diffstat (limited to 'gdb/tm-mips.h')
-rw-r--r-- | gdb/tm-mips.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/tm-mips.h b/gdb/tm-mips.h index dc5af0d..af451ef 100644 --- a/gdb/tm-mips.h +++ b/gdb/tm-mips.h @@ -31,6 +31,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /*#define NAMES_HAVE_UNDERSCORE*/ +/* Address of blocks in N_LBRAC and N_RBRAC symbols are absolute addresses, + not relative to start of source address. */ +#define BLOCK_ADDRESS_ABSOLUTE + /* Debugger information will be in mips' format */ #define READ_MIPS_FORMAT |