]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Don't pass --with-stabs on IRIX 5 either.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 5 Feb 2004 23:12:17 +0000 (23:12 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 5 Feb 2004 23:12:17 +0000 (23:12 +0000)
* 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

ChangeLog
configure
configure.in
gcc/ChangeLog
gcc/config/mips/iris5gas.h

index b2dd44b563c5fe7a99982a160166a316b552d2d0..4e91b20a35cc75d5f40fe9e80599afcc3b788309 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.in: Don't pass --with-stabs on IRIX 5 either.
+       * configure: Regenerate.
+
 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
 
        Merge from upstream:
index 88d3753ed656758ab951cadf8dda0ee4f4b9bc40..71791ac9e2acf1549985ff0c6b0baf06e80ed6c1 100755 (executable)
--- a/configure
+++ b/configure
@@ -2011,7 +2011,7 @@ fi
 # Default to using --with-stabs for certain targets.
 if test x${with_stabs} = x ; then
   case "${target}" in
-  mips*-*-irix6*)
+  mips*-*-irix[56]*)
     ;;
   mips*-*-* | alpha*-*-osf*)
     with_stabs=yes;
index b286f1aa7ef4c9ee9cf8d4fbbdfbb61b258e613d..eb374a45b38553fa7dbc76dabf6e6671a36eb026 100644 (file)
@@ -1,5 +1,5 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-#   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+#   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1250,7 +1250,7 @@ fi
 # Default to using --with-stabs for certain targets.
 if test x${with_stabs} = x ; then
   case "${target}" in
-  mips*-*-irix6*)
+  mips*-*-irix[[56]]*)
     ;;
   mips*-*-* | alpha*-*-osf*)
     with_stabs=yes;
index 8d1efc61d7b9968236a2be9716e2cdd7a6fed228..90ffd18eed4307303973920b370859e3b754b36c 100644 (file)
@@ -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
index e8ffa47fccb8f3b39296aa4e1bcd22ef0f431120..a084e2203da2e245b6719e738d4daa8ab7473b40 100644 (file)
@@ -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