diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-11-17 22:49:16 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-11-17 22:49:16 +0000 |
commit | 1b15ca9057327d53fbac9b2b6026f038ce48584f (patch) | |
tree | cd71f8dccc9c566ded874ec06aff2672f795119d /gcc/config/i386/i386-aout.h | |
parent | 652edc13cbf9b8c420bb896d38a55e0be1c77c0d (diff) | |
download | ppe42-gcc-1b15ca9057327d53fbac9b2b6026f038ce48584f.tar.gz ppe42-gcc-1b15ca9057327d53fbac9b2b6026f038ce48584f.zip |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8491 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/i386-aout.h')
-rw-r--r-- | gcc/config/i386/i386-aout.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gcc/config/i386/i386-aout.h b/gcc/config/i386/i386-aout.h new file mode 100644 index 00000000000..eb3069c59d6 --- /dev/null +++ b/gcc/config/i386/i386-aout.h @@ -0,0 +1,33 @@ +/* Definitions for "naked" Intel 386 using a.out (or coff encap'd + a.out) object format and stabs debugging info. + + Copyright (C) 1994 Free Software Foundation, Inc. + +This file is part of GNU CC. + +GNU CC is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU CC is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU CC; see the file COPYING. If not, write to +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + + +/* This is tested by gas.h. */ +#define YES_UNDERSCORES + +#include "i386/gstabs.h" + +/* Specify predefined symbols in preprocessor. */ + +#undef CPP_PREDEFINES +#define CPP_PREDEFINES "-Di386" + +/* end of i386-aout.h */ |