Commit 89a95129 by Rainer Orth Committed by Rainer Orth

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
parent 9733d507
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> 2004-02-04 Geoffrey Keating <geoffk@apple.com>
Merge from upstream: Merge from upstream:
......
...@@ -2011,7 +2011,7 @@ fi ...@@ -2011,7 +2011,7 @@ fi
# Default to using --with-stabs for certain targets. # Default to using --with-stabs for certain targets.
if test x${with_stabs} = x ; then if test x${with_stabs} = x ; then
case "${target}" in case "${target}" in
mips*-*-irix6*) mips*-*-irix[56]*)
;; ;;
mips*-*-* | alpha*-*-osf*) mips*-*-* | alpha*-*-osf*)
with_stabs=yes; with_stabs=yes;
......
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, # 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 # 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 # under the terms of the GNU General Public License as published by
...@@ -1250,7 +1250,7 @@ fi ...@@ -1250,7 +1250,7 @@ fi
# Default to using --with-stabs for certain targets. # Default to using --with-stabs for certain targets.
if test x${with_stabs} = x ; then if test x${with_stabs} = x ; then
case "${target}" in case "${target}" in
mips*-*-irix6*) mips*-*-irix[[56]]*)
;; ;;
mips*-*-* | alpha*-*-osf*) mips*-*-* | alpha*-*-osf*)
with_stabs=yes; with_stabs=yes;
......
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> 2004-02-05 Devang Patel <dpatel@apple.com>
* dwarf2out.c (force_type_die): Look up input type itself * dwarf2out.c (force_type_die): Look up input type itself
......
/* 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 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
Free Software Foundation, Inc. Free Software Foundation, Inc.
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
/* Reenable debugging. */
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
/* GNU as does handle DWARF2 directives. */ /* GNU as does handle DWARF2 directives. */
#undef DWARF2_UNWIND_INFO #undef DWARF2_UNWIND_INFO
#define DWARF2_UNWIND_INFO 1 #define DWARF2_UNWIND_INFO 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