Commit d2beeae7 by Eric Christopher Committed by Eric Christopher

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
parent 06e7f299
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment