From a6c8dee447d6a01279969b4a6a24f74424f30e2f Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 23 Oct 1992 14:26:59 +0000 Subject: [PATCH] #undef NO_UNDERSCORES, which i386gas.h now sets. From-SVN: r2575 --- gcc/config/i386/osfrose.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index 21a5558c669..6a99f26f25d 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -43,6 +43,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ { "no-half-pic", -MASK_HALF_PIC}, \ { "debugb", MASK_HALF_PIC_DEBUG}, +/* Undefine this now, because bsd386.h tests it. */ +#undef NO_UNDERSCORES + /* Prefix that appears before all global/static identifiers, except for temporary labels. */ -- 2.30.2