diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1996-01-16 16:51:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1996-01-16 16:51:49 +0000 |
commit | 3c35520e75d5aa3bd8cf6da251e8c71b9945eebc (patch) | |
tree | ea3cf5cf0a40cd73c58f3874fb61bc1c421eab43 /gcc/config/m88k | |
parent | 1c940b476ebfc088bff8f028c3677ca134613fa8 (diff) | |
download | gcc-3c35520e75d5aa3bd8cf6da251e8c71b9945eebc.zip gcc-3c35520e75d5aa3bd8cf6da251e8c71b9945eebc.tar.gz gcc-3c35520e75d5aa3bd8cf6da251e8c71b9945eebc.tar.bz2 |
Use dbxcoff.h
From-SVN: r11029
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r-- | gcc/config/m88k/m88k-coff.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/config/m88k/m88k-coff.h b/gcc/config/m88k/m88k-coff.h index aac6c57..d32e1d9 100644 --- a/gcc/config/m88k/m88k-coff.h +++ b/gcc/config/m88k/m88k-coff.h @@ -1,7 +1,7 @@ /* Definitions for "naked" Motorola 88k using coff object format files and coff debugging info. - Copyright (C) 1994 Free Software Foundation, Inc. + Copyright (C) 1994, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -25,14 +25,10 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dm88000 -Dm88k -Acpu(m88k) -Amachine(m88k)" -#undef DBX_DEBUGGING_INFO #define SDB_DEBUGGING_INFO /* Output DBX (stabs) debugging information if using -gstabs. */ -#define DBX_DEBUGGING_INFO - -#undef PREFERRED_DEBUGGING_TYPE -#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG +#include "dbxcoff.h" /* end of m88k-coff.h */ |