Commit 10d6ea27 by Nathanael Nerode

coff.h: Don't include dbxcoff.h.

	* config/sh/coff.h: Don't include dbxcoff.h.
	* config.gcc: List it here.

From-SVN: r68537
parent 8d4ce389
2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
* config/sh/coff.h: Don't include dbxcoff.h.
* config.gcc: List it here.
2003-06-26 Kazu Hirata <kazu@cs.umass.edu> 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
* postreload.c (reload_cse_simplify_set): Call cselib_lookup * postreload.c (reload_cse_simplify_set): Call cselib_lookup
......
...@@ -1808,7 +1808,7 @@ sh-*-rtemself*) ...@@ -1808,7 +1808,7 @@ sh-*-rtemself*)
;; ;;
sh-*-rtems*) sh-*-rtems*)
tmake_file="sh/t-sh t-rtems" tmake_file="sh/t-sh t-rtems"
tm_file="${tm_file} sh/coff.h sh/rtems.h rtems.h" tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h"
if test x$enable_threads = xyes; then if test x$enable_threads = xyes; then
thread_file='rtems' thread_file='rtems'
fi fi
...@@ -1876,7 +1876,7 @@ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ ...@@ -1876,7 +1876,7 @@ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
esac esac
;; ;;
sh-*-*) sh-*-*)
tm_file="${tm_file} sh/coff.h" tm_file="${tm_file} dbxcoff.h sh/coff.h"
;; ;;
sparc-tti-*) sparc-tti-*)
tm_file="${tm_file} sparc/pbd.h" tm_file="${tm_file} sparc/pbd.h"
......
...@@ -23,10 +23,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -23,10 +23,6 @@ Boston, MA 02111-1307, USA. */
#define SDB_DEBUGGING_INFO 1 #define SDB_DEBUGGING_INFO 1
/* Output DBX (stabs) debugging information if doing -gstabs. */
#include "dbxcoff.h"
#define SDB_DELIM ";" #define SDB_DELIM ";"
#ifndef MAX_OFILE_ALIGNMENT #ifndef MAX_OFILE_ALIGNMENT
......
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