diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2004-02-05 23:12:17 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2004-02-05 23:12:17 +0000 |
commit | 89a95129ff73b679135c11a973193e9f72324058 (patch) | |
tree | bbe01280181721d243a46a97f63e2bef42a62a9e /gcc | |
parent | 9733d507ec592e1eeb35879bd151684e2a487893 (diff) | |
download | gcc-89a95129ff73b679135c11a973193e9f72324058.zip gcc-89a95129ff73b679135c11a973193e9f72324058.tar.gz gcc-89a95129ff73b679135c11a973193e9f72324058.tar.bz2 |
configure.in: Don't pass --with-stabs on IRIX 5 either.
* configure.in: Don't pass --with-stabs on IRIX 5 either.
* configure: Regenerate.
gcc:
* config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
From-SVN: r77349
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/iris5gas.h | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8d1efc6..90ffd18 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define. + 2004-02-05 Devang Patel <dpatel@apple.com> * dwarf2out.c (force_type_die): Look up input type itself diff --git a/gcc/config/mips/iris5gas.h b/gcc/config/mips/iris5gas.h index e8ffa47..a084e22 100644 --- a/gcc/config/mips/iris5gas.h +++ b/gcc/config/mips/iris5gas.h @@ -1,4 +1,4 @@ -/* Definitions of target machine for GNU compiler. Irix version 5 with gas. +/* Definitions of target machine for GNU compiler. IRIX version 5 with gas. Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. @@ -19,6 +19,9 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Reenable debugging. */ +#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG + /* GNU as does handle DWARF2 directives. */ #undef DWARF2_UNWIND_INFO #define DWARF2_UNWIND_INFO 1 |