mips.h (DWARF2_ADDR_SIZE): New.

2004-04-19  Eric Christopher  <echristo@redhat.com>

	* config/mips/mips.h (DWARF2_ADDR_SIZE): New.

From-SVN: r80866
This commit is contained in:
Eric Christopher 2004-04-19 21:31:52 +00:00 committed by Eric Christopher
parent 06e7f299d5
commit d2beeae7ed
2 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,12 @@
2004-04-19 Eric Christopher <echristo@redhat.com>
* config/mips/mips.h (DWARF2_ADDR_SIZE): New.
2004-04-19 David Edelsohn <edelsohn@gnu.org>
* doc/install.texi (*-ibm-aix*): Add AIX 5.1 assembler and archiver
fix information.
2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* doc/install.texi (Specific, mips-sgi-irix5): Fix IRIX 5.3 IDO

View File

@ -1212,6 +1212,8 @@ extern const struct mips_cpu_info *mips_tune_info;
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
#endif
#define DWARF2_ADDR_SIZE (ABI_HAS_64BIT_SYMBOLS ? 8 : 4)
/* By default, turn on GDB extensions. */
#define DEFAULT_GDB_EXTENSIONS 1