aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-10-27 20:36:22 +0000
committerRichard Stallman <rms@gnu.org>1992-10-27 20:36:22 +0000
commit25720d3729505b7a044f55e2ee27058dce5b3b43 (patch)
tree83bb88a47da336201a7d5cf9ee9d5e784ba3889c
parent20634be20c33a849fc73b295e870960b5cc89b83 (diff)
downloadgcc-25720d3729505b7a044f55e2ee27058dce5b3b43.zip
gcc-25720d3729505b7a044f55e2ee27058dce5b3b43.tar.gz
gcc-25720d3729505b7a044f55e2ee27058dce5b3b43.tar.bz2
(NO_UNDERSCORES): Don't define, if YES_UNDERSCORES.
From-SVN: r2622
-rw-r--r--gcc/config/i386/gas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h
index eeb123d..35fcbea 100644
--- a/gcc/config/i386/gas.h
+++ b/gcc/config/i386/gas.h
@@ -22,8 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "i386.h"
+#ifdef YES_UNDERSCORES
/* Define this now, because bsd386.h tests it. */
#define NO_UNDERSCORES
+#endif
/* Use the bsd assembler syntax. */
/* we need to do this because gas is really a bsd style assembler,