From 7e258d18e0112304099fbefbe910a53659b98a3d Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Mon, 23 Dec 1991 23:16:58 +0000 Subject: Oodles of changes. The most important is adding support for stabs encapsulated in mips ecoff. See ChangeLog for the gory details. --- gdb/tm-mips.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/tm-mips.h') 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 -- cgit v1.1