aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-11-23 23:00:00 +0000
committerRichard Stallman <rms@gnu.org>1992-11-23 23:00:00 +0000
commit39d7b60596f4d15defbb008614d5a817e38365da (patch)
treeea20a8e3224b0e8de80b9669b7f140b377d82c1f
parent89c6a30a015489652deeee229578d10870e8f0b3 (diff)
downloadgcc-39d7b60596f4d15defbb008614d5a817e38365da.zip
gcc-39d7b60596f4d15defbb008614d5a817e38365da.tar.gz
gcc-39d7b60596f4d15defbb008614d5a817e38365da.tar.bz2
(COMMENT_BEGIN): Redefine as #.
(ASM_APP_ON, ASM_APP_OFF): Redefine to use #. From-SVN: r2782
-rw-r--r--gcc/config/i386/386bsd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/i386/386bsd.h b/gcc/config/i386/386bsd.h
index bad0448..e33b6e9 100644
--- a/gcc/config/i386/386bsd.h
+++ b/gcc/config/i386/386bsd.h
@@ -47,8 +47,7 @@
}
/* There are conflicting reports about whether this system uses
- a different assembler syntax. */
-#if 0
+ a different assembler syntax. wilson@cygnus.com says # is right. */
#undef COMMENT_BEGIN
#define COMMENT_BEGIN "#"
@@ -57,7 +56,6 @@
#undef ASM_APP_OFF
#define ASM_APP_OFF "#NO_APP\n"
-#endif
/* Defines to be able to build libgcc.a with GCC.
These are the same as in i386mach.h. */