diff options
author | Richard Stallman <rms@gnu.org> | 1992-11-03 22:52:59 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-11-03 22:52:59 +0000 |
commit | 9391c37234deb3a3a4818845138e212abd20c093 (patch) | |
tree | fca235151ab125e09249d609f757a9edcd5329fe /gcc | |
parent | c3d10824ec3c097edc75f9ba3b97868d4aeb901e (diff) | |
download | gcc-9391c37234deb3a3a4818845138e212abd20c093.zip gcc-9391c37234deb3a3a4818845138e212abd20c093.tar.gz gcc-9391c37234deb3a3a4818845138e212abd20c093.tar.bz2 |
(YES_UNDERSCORES): Define it.
From-SVN: r2686
Diffstat (limited to 'gcc')
-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 6ee7f4a..c163574 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 |