diff options
| author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-19 21:31:52 +0000 |
|---|---|---|
| committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-19 21:31:52 +0000 |
| commit | 004cc9eecb2d7ee5d0334008375b7551382785f3 (patch) | |
| tree | fb87890cc68b4ce3626435c370540e8fdd48b5b4 | |
| parent | 723bbc486a89898e9d968ee9d4180d1f23da6fa6 (diff) | |
| download | ppe42-gcc-004cc9eecb2d7ee5d0334008375b7551382785f3.tar.gz ppe42-gcc-004cc9eecb2d7ee5d0334008375b7551382785f3.zip | |
2004-04-19 Eric Christopher <echristo@redhat.com>
* config/mips/mips.h (DWARF2_ADDR_SIZE): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80866 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/config/mips/mips.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b57cdc43cd1..e4d9babca2c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 26775d4fbba..a70ea9c9044 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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 |

