diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-11-03 22:52:59 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-11-03 22:52:59 +0000 |
commit | c467d88596c75e0e21941544581566d44aa792e8 (patch) | |
tree | fca235151ab125e09249d609f757a9edcd5329fe /gcc/config/i386/mach.h | |
parent | 50dc66c25d08eacb001390d049b5d6268132cf33 (diff) | |
download | gcc-c467d88596c75e0e21941544581566d44aa792e8.tar.gz |
(YES_UNDERSCORES): Define it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2686 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/mach.h')
-rw-r--r-- | gcc/config/i386/mach.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/i386/mach.h b/gcc/config/i386/mach.h index 6ee7f4aa863..c1635747104 100644 --- a/gcc/config/i386/mach.h +++ b/gcc/config/i386/mach.h @@ -1,4 +1,9 @@ /* Configuration for an i386 running Mach as the target machine. */ + +/* We do want to add an underscore to the front of each user symbol. + i386gas.h checks this. */ +#define YES_UNDERSCORES + #include "i386gas.h" #undef CPP_PREDEFINES |