Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gas/config fix the NetBSD comment char (a...



details:   https://anonhg.NetBSD.org/src/rev/537b464ae8f2
branches:  trunk
changeset: 513918:537b464ae8f2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Aug 17 11:12:34 2001 +0000

description:
fix the NetBSD comment char (already fixed in net binutils.)

diffstat:

 gnu/dist/toolchain/gas/config/tc-i386.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2cd56a993c9a -r 537b464ae8f2 gnu/dist/toolchain/gas/config/tc-i386.c
--- a/gnu/dist/toolchain/gas/config/tc-i386.c   Fri Aug 17 11:11:57 2001 +0000
+++ b/gnu/dist/toolchain/gas/config/tc-i386.c   Fri Aug 17 11:12:34 2001 +0000
@@ -175,7 +175,7 @@
    #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[] = "/";



Home | Main Index | Thread Index | Old Index