public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Remove obsolete mips/dbxmdebug.h
@ 2010-05-07  9:24 Rainer Orth
  2010-05-08  7:30 ` Richard Sandiford
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Orth @ 2010-05-07  9:24 UTC (permalink / raw)
  To: gcc-patches

mips/dbxmdebug.h only defines MDEBUG_ASM_SPEC, which isn't used
anywhere.  I'm therefore removing the file from mainline and 4.5 branch.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


2010-05-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* config/mips/dbxmdebug.h: Remove.
	* config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.

diff -r fbfbd2fdfbec gcc/config.gcc
--- a/gcc/config.gcc	Sat May 01 16:25:13 2010 +0200
+++ b/gcc/config.gcc	Sat May 01 16:32:03 2010 +0200
@@ -1696,7 +1696,7 @@
 	esac
 	if test "x$stabs" = xyes
 	then
-		tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
+		tm_file="${tm_file} dbx.h"
 	fi
 	if test "x$gnu_ld" = xyes
 	then
diff -r fbfbd2fdfbec gcc/config/mips/dbxmdebug.h
--- a/gcc/config/mips/dbxmdebug.h	Sat May 01 16:25:13 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-/* Definitions of target machine for GNU compiler, for MIPS running IRIX 5
-   or IRIX 6 (O32 ABI) using the GNU assembler with stabs-in-mdebug.  */
-
-/* Override iris5gas.h version again to retain mips.h default.  */
-#undef MDEBUG_ASM_SPEC
-#define MDEBUG_ASM_SPEC "%{!gdwarf*:-mdebug} %{gdwarf*:-no-mdebug}"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Remove obsolete mips/dbxmdebug.h
  2010-05-07  9:24 Remove obsolete mips/dbxmdebug.h Rainer Orth
@ 2010-05-08  7:30 ` Richard Sandiford
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Sandiford @ 2010-05-08  7:30 UTC (permalink / raw)
  To: Rainer Orth; +Cc: gcc-patches

Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> writes:
> mips/dbxmdebug.h only defines MDEBUG_ASM_SPEC, which isn't used
> anywhere.  I'm therefore removing the file from mainline and 4.5 branch.

Good catch, thanks.

Richard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-08  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-07  9:24 Remove obsolete mips/dbxmdebug.h Rainer Orth
2010-05-08  7:30 ` Richard Sandiford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).