coff.h: Don't include dbxcoff.h.
authorNathanael Nerode <neroden@gcc.gnu.org>
Thu, 26 Jun 2003 16:34:32 +0000 (16:34 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Thu, 26 Jun 2003 16:34:32 +0000 (16:34 +0000)
* config/sh/coff.h: Don't include dbxcoff.h.
* config.gcc: List it here.

From-SVN: r68537

gcc/ChangeLog
gcc/config.gcc
gcc/config/sh/coff.h

index 48334d73906f67564407d8058131f4ef99ab79af..250812cb8b8e3c06db2260ecc79591e40fafdad6 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * postreload.c (reload_cse_simplify_set): Call cselib_lookup
index c2a36a2ee136560491a7397a541885312966de4c..f9c8e41d5e487938ffe43ad3435603e7b4702915 100644 (file)
@@ -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"
index 6fd1022d61ab52b66245a4b71c7444bf4f018115..abffd47237696ded09a1be840e46a2606392cdc5 100644 (file)
@@ -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