From 9391c37234deb3a3a4818845138e212abd20c093 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 3 Nov 1992 22:52:59 +0000 Subject: [PATCH] (YES_UNDERSCORES): Define it. From-SVN: r2686 --- gcc/config/i386/mach.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2