fix the NetBSD comment char (already fixed in net binutils.)
This commit is contained in:
parent
e6c008bb48
commit
f05a7e7c12
2
gnu/dist/toolchain/gas/config/tc-i386.c
vendored
2
gnu/dist/toolchain/gas/config/tc-i386.c
vendored
@ -175,7 +175,7 @@ const char comment_chars[] = "#";
|
||||
#NO_APP at the beginning of its output.
|
||||
Also note that comments started like this one will always work if
|
||||
'/' isn't otherwise defined. */
|
||||
#if defined (TE_I386AIX) || ((defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)) && ! defined (TE_LINUX) && !defined(TE_FreeBSD))
|
||||
#if defined (TE_I386AIX) || ((defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)) && ! defined (TE_LINUX) && !defined(TE_FreeBSD) && !defined(TE_NetBSD))
|
||||
const char line_comment_chars[] = "";
|
||||
#else
|
||||
const char line_comment_chars[] = "/";
|
||||
|
Loading…
Reference in New Issue
Block a user