diff options
author | David O'Brien <obrien@FreeBSD.org> | 2001-12-11 18:21:04 +0000 |
---|---|---|
committer | David O'Brien <obrien@gcc.gnu.org> | 2001-12-11 18:21:04 +0000 |
commit | 911713157618beaeb432bc646f82a074e4c28435 (patch) | |
tree | a5e83ace2be53c35675c5a8ac966558feecc1672 /gcc/config/m68k/m68kv4.h | |
parent | ff1c8a1a182c62516c88784b532df367edd1f45b (diff) | |
download | gcc-911713157618beaeb432bc646f82a074e4c28435.tar.gz |
config.gcc (m68020-*-elf*): Expand tm_file to include all needed cpu configuration headers.
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>
From-SVN: r47885
Diffstat (limited to 'gcc/config/m68k/m68kv4.h')
-rw-r--r-- | gcc/config/m68k/m68kv4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68kv4.h b/gcc/config/m68k/m68kv4.h index 4d26e422731..13c303ccc17 100644 --- a/gcc/config/m68k/m68kv4.h +++ b/gcc/config/m68k/m68kv4.h @@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */ /* TODO: convert includes to ${tm_file} list in config.gcc. */ #include "m68k/sgs.h" /* The m68k/SVR4 assembler is SGS based */ +#include "dbxelf.h" #include "elfos.h" #include "svr4.h" /* Pick up the generic SVR4 macros */ |