summaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386-aout.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2002-06-16 21:13:11 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-06-16 21:13:11 +0000
commit3d05b15f106942bb499c9a5c1d143a3ddb33bd6f (patch)
tree6d05f9a5f563a6d5dc6f87e4264e8023dd41a591 /gcc/config/i386/i386-aout.h
parentdaefe58e9352e710127683fa6d4da4f460186c9e (diff)
downloadgcc-3d05b15f106942bb499c9a5c1d143a3ddb33bd6f.tar.gz
config.gcc: Add an i386/sysv4-cpp.h.
* config.gcc: Add an i386/sysv4-cpp.h. Remove i386-aout.h from vxworks. config/i386: * i386-aout.h, i386elf.h, sysv4.h: Remove CPP_PREDEFINES. * linux64.h: Use TARGET_OS_CPP_BUILTINS rather than CPP_PREDEFINES and part of CPP_SPEC. i386elf.h, mach.h, netware.h, rtemself.h, sco5.h, sol2.h, vsta.h, vxi386.h, win32.h: Similarly. * sysv4-cpp.h: New. From-SVN: r54679
Diffstat (limited to 'gcc/config/i386/i386-aout.h')
-rw-r--r--gcc/config/i386/i386-aout.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/i386/i386-aout.h b/gcc/config/i386/i386-aout.h
index 824414fcc18..ca0cb2569ce 100644
--- a/gcc/config/i386/i386-aout.h
+++ b/gcc/config/i386/i386-aout.h
@@ -23,9 +23,4 @@ Boston, MA 02111-1307, USA. */
#define TARGET_VERSION fprintf (stderr, " (80386, BSD a.out syntax)");
-/* Specify predefined symbols in preprocessor. */
-
-#undef CPP_PREDEFINES
-#define CPP_PREDEFINES ""
-
/* end of i386-aout.h */