diff options
| author | mrg <mrg@NetBSD.org> | 2000-10-29 12:21:14 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2000-10-29 12:21:14 +0000 |
| commit | 77b1d2266ff0a9c9b070ebdf2a0d66a67be8bf07 (patch) | |
| tree | 55c66972085f040c33589eab55335b8e7847a30a /gnu | |
| parent | 564f9bc7af7d4c2b0c6bd88e15afb9213d0bd65c (diff) | |
#include <elfos.h> only for i386 compiler for now -- it causes lossage
in other ports and is required only there (for now).
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/toolchain/gcc/config/i386/netbsd-elf.h | 3 | ||||
| -rw-r--r-- | gnu/dist/toolchain/gcc/config/netbsd.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gnu/dist/toolchain/gcc/config/i386/netbsd-elf.h b/gnu/dist/toolchain/gcc/config/i386/netbsd-elf.h index 4894628aea8..e19393b453b 100644 --- a/gnu/dist/toolchain/gcc/config/i386/netbsd-elf.h +++ b/gnu/dist/toolchain/gcc/config/i386/netbsd-elf.h @@ -32,6 +32,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Get perform_* macros to build libgcc.a. */ #include <i386/perform.h> +/* Start with generic ELF definitions. */ +#include "elfos.h" + /* Get generic NetBSD ELF definitions. We will override these if necessary. */ #define NETBSD_ELF diff --git a/gnu/dist/toolchain/gcc/config/netbsd.h b/gnu/dist/toolchain/gcc/config/netbsd.h index f8b18c99f36..f70fdb82c5a 100644 --- a/gnu/dist/toolchain/gcc/config/netbsd.h +++ b/gnu/dist/toolchain/gcc/config/netbsd.h @@ -238,9 +238,6 @@ do { \ #ifdef NETBSD_ELF -/* Start with generic ELF definitions. */ -#include "elfos.h" - #undef DWARF_DEBUGGING_INFO /* XXX */ #undef DWARF2_DEBUGGING_INFO /* XXX */ |
