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:
parent
06e7f299d5
commit
d2beeae7ed
@ -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>
|
2004-04-19 David Edelsohn <edelsohn@gnu.org>
|
||||||
|
|
||||||
* doc/install.texi (*-ibm-aix*): Add AIX 5.1 assembler and archiver
|
* doc/install.texi (*-ibm-aix*): Add AIX 5.1 assembler and archiver
|
||||||
fix information.
|
fix information.
|
||||||
|
|
||||||
2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* doc/install.texi (Specific, mips-sgi-irix5): Fix IRIX 5.3 IDO
|
* 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
|
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define DWARF2_ADDR_SIZE (ABI_HAS_64BIT_SYMBOLS ? 8 : 4)
|
||||||
|
|
||||||
/* By default, turn on GDB extensions. */
|
/* By default, turn on GDB extensions. */
|
||||||
#define DEFAULT_GDB_EXTENSIONS 1
|
#define DEFAULT_GDB_EXTENSIONS 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user