From 82ac9846be2ed9190df93057fc0a04376be24df4 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 25 Oct 1992 04:43:15 +0000 Subject: [PATCH] (NO_UNDERSCORES): Defined. From-SVN: r2600 --- gcc/config/i386/gas.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index 4617e10f668..eeb123d168c 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -21,6 +21,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ file. */ #include "i386.h" + +/* Define this now, because bsd386.h tests it. */ +#define NO_UNDERSCORES + /* Use the bsd assembler syntax. */ /* we need to do this because gas is really a bsd style assembler, * and so doesn't work well this these att-isms: -- 2.30.2