aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/bsd386.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-01-14 20:57:58 +0000
committerJeffrey A Law <law@cygnus.com>1998-01-14 20:57:58 +0000
commitdad4d950760e45552068e6576ea51c48c4dd13f9 (patch)
tree028c0425d9847ebff16ca9566dcf696998e902b9 /gcc/config/i386/bsd386.h
parent8d0f6504c05f5e369287563cdc71f5788c98e098 (diff)
Bring in final gcc-2.8.0 changes.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@17355 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/bsd386.h')
-rw-r--r--gcc/config/i386/bsd386.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/config/i386/bsd386.h b/gcc/config/i386/bsd386.h
index 2c405a0f1ce..52e135f35b2 100644
--- a/gcc/config/i386/bsd386.h
+++ b/gcc/config/i386/bsd386.h
@@ -1,5 +1,5 @@
-/* Configuration for an i386 running BSDI's BSD/386 1.1 as the target
- machine. */
+/* Configuration for an i386 running BSDI's BSD/OS (formerly known as BSD/386)
+ as the target machine. */
#include "i386/386bsd.h"
@@ -17,8 +17,9 @@
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE 32
+/* This is suitable for BSD/OS 3.0; we don't know about earlier releases. */
#undef ASM_COMMENT_START
-#define ASM_COMMENT_START "#"
+#define ASM_COMMENT_START " #"
/* Until they use ELF or something that handles dwarf2 unwinds
and initialization stuff better. */