From 1566e12ed608853d866e6385c9a5b7bddd5b7363 Mon Sep 17 00:00:00 2001 From: neroden Date: Thu, 26 Jun 2003 16:34:32 +0000 Subject: [PATCH] * config/sh/coff.h: Don't include dbxcoff.h. * config.gcc: List it here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68537 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 4 ++-- gcc/config/sh/coff.h | 4 ---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48334d73906..250812cb8b8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-26 Nathanael Nerode + + * config/sh/coff.h: Don't include dbxcoff.h. + * config.gcc: List it here. + 2003-06-26 Kazu Hirata * postreload.c (reload_cse_simplify_set): Call cselib_lookup diff --git a/gcc/config.gcc b/gcc/config.gcc index c2a36a2ee13..f9c8e41d5e4 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1808,7 +1808,7 @@ sh-*-rtemself*) ;; sh-*-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 thread_file='rtems' fi @@ -1876,7 +1876,7 @@ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ esac ;; sh-*-*) - tm_file="${tm_file} sh/coff.h" + tm_file="${tm_file} dbxcoff.h sh/coff.h" ;; sparc-tti-*) tm_file="${tm_file} sparc/pbd.h" diff --git a/gcc/config/sh/coff.h b/gcc/config/sh/coff.h index 6fd1022d61a..abffd472376 100644 --- a/gcc/config/sh/coff.h +++ b/gcc/config/sh/coff.h @@ -23,10 +23,6 @@ Boston, MA 02111-1307, USA. */ #define SDB_DEBUGGING_INFO 1 -/* Output DBX (stabs) debugging information if doing -gstabs. */ - -#include "dbxcoff.h" - #define SDB_DELIM ";" #ifndef MAX_OFILE_ALIGNMENT -- 2.11.4.GIT