summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-24 04:48:00 +0000
committerobrien <obrien@FreeBSD.org>2002-04-24 04:48:00 +0000
commit638b01d99e2d4fb2e19c791727f5f9341ba38eb7 (patch)
tree46617d765425a0c98b551937bc6eb50a12b5af7e /contrib
parent135599115e7a141466c5fe95a4375abe240bfa78 (diff)
downloadFreeBSD-src-638b01d99e2d4fb2e19c791727f5f9341ba38eb7.zip
FreeBSD-src-638b01d99e2d4fb2e19c791727f5f9341ba38eb7.tar.gz
Fix bug where we were loosing our platform-wide ASM_COMMENT_START
definition due to pollution in i386/unix.h.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gcc/config/i386/freebsd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h
index a369adc..ab00e05 100644
--- a/contrib/gcc/config/i386/freebsd.h
+++ b/contrib/gcc/config/i386/freebsd.h
@@ -255,6 +255,10 @@ Boston, MA 02111-1307, USA. */
/************************[ Assembler stuff ]********************************/
+/* Override the default comment-starter of "/" from unix.h. */
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
#undef ASM_APP_ON
#define ASM_APP_ON "#APP\n"
OpenPOWER on IntegriCloud