diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-24 04:48:00 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-24 04:48:00 +0000 |
| commit | 51448c0be3970c2d6c0df5f7ac61dd710ef3413a (patch) | |
| tree | 46617d765425a0c98b551937bc6eb50a12b5af7e | |
| parent | 5e4252f580ad492ee8cbd402043adee5fe4df216 (diff) | |
Notes
| -rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index a369adce4fff..ab00e05d13a0 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" |
