diff options
author | obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-11 18:21:04 +0000 |
---|---|---|
committer | obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-11 18:21:04 +0000 |
commit | 2f50f9f14717ea424bbb36d17cf13a8579520dee (patch) | |
tree | a5e83ace2be53c35675c5a8ac966558feecc1672 /gcc/config/m68k/linux.h | |
parent | 1cd45b1e8c593b73ab0b966b75116317f944df94 (diff) | |
download | gcc-2f50f9f14717ea424bbb36d17cf13a8579520dee.tar.gz |
2001-12-11 David O'Brien <obrien@FreeBSD.org>
* config.gcc (m68020-*-elf*): Expand tm_file to include all needed
cpu configuration headers.
* config/h8300/elf.h: Include dbxelf.h.
* config/m68k/linux.h: Likewise.
* config/m68k/m68020-elf.h: Likewise.
* config/m68k/m68kv4.h: Likewise.
* config/sh/elf.h: Likewise.
* config/m68k/m68kemb.h: Add comment about the its purpose.
Approved by: Richard Henderson <rth@redhat.com>
Message-ID: <20011210155120.A23862@redhat.com>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47885 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/linux.h')
-rw-r--r-- | gcc/config/m68k/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index f7bb8ae78fc..9926329813e 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */ /* Make sure CC1 is undefined. */ #undef CC1_SPEC +#include "dbxelf.h" #include "elfos.h" #include "svr4.h" #include <linux.h> /* some common stuff */ |