diff options
author | obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-06 17:34:55 +0000 |
---|---|---|
committer | obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-06 17:34:55 +0000 |
commit | 7a6d1a725bee667345b88d79b49541d27d199698 (patch) | |
tree | 2a8e3bda5445af0553a99ea46ac77d3d79a017ee /gcc/config/elfos.h | |
parent | 774cb7b5eb253312ef28b947377cd38e0b0f96d2 (diff) | |
download | ppe42-gcc-7a6d1a725bee667345b88d79b49541d27d199698.tar.gz ppe42-gcc-7a6d1a725bee667345b88d79b49541d27d199698.zip |
2001-12-06 David O'Brien <obrien@FreeBSD.org>
* config.gcc: Include dbxelf.h before elfos.h.
* elfos.h: Don't include dbxelf.h, let config.gcc handle it.
Approved by: Richard Henderson <rth@redhat.com>
Message-ID: <20011205224713.D9059@redhat.com>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47723 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/elfos.h')
-rw-r--r-- | gcc/config/elfos.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index e04e57db274..c4a1b299665 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -79,10 +79,6 @@ Boston, MA 02111-1307, USA. */ #define DWARF2_DEBUGGING_INFO 1 #endif -/* Also allow them to support STABS debugging. */ - -#include "dbxelf.h" - /* The GNU tools operate better with stabs. Since we don't have any native tools to be compatible with, default to stabs. */ |