linux.h (ASM_COMMENT_START): Define as "#".
authorAlan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
Wed, 6 May 1998 18:31:37 +0000 (12:31 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 6 May 1998 18:31:37 +0000 (12:31 -0600)
        * config/linux.h (ASM_COMMENT_START): Define as "#".
        * config/linux-aout.h (ASM_COMMENT_START): Likewise.

From-SVN: r19595

gcc/ChangeLog
gcc/config/linux-aout.h
gcc/config/linux.h

index aead4d9347eec1771457bc39fdbde91cbdeea1bc..a6aa35cb1535897cd46593402a608dc280dfd158 100644 (file)
@@ -1,3 +1,8 @@
+Wed May  6 19:31:32 1998  Alan Modra <alan@spri.levels.unisa.edu.au>
+
+       * config/linux.h (ASM_COMMENT_START): Define as "#".
+       * config/linux-aout.h (ASM_COMMENT_START): Likewise.
+
 Wed May  6 15:51:39 1998  Jim Wilson  <wilson@cygnus.com>
 
        * objc/Make-lang.h (objc-parse.o): Add toplev.h dependency.
index 2e9a790b252211c8e471bb2f986efe5235fed372..5372d1f50ae6e20d37f174d143c40715dfe15283 100644 (file)
@@ -1,5 +1,5 @@
-/* Definitions for Linux
-   Copyright (C) 1995 Free Software Foundation, Inc.
+/* Definitions for Linux-based GNU systems.
+   Copyright (C) 1995, 1997 Free Software Foundation, Inc.
    Contributed by H.J. Lu (hjl@nynexst.com)
 
 This file is part of GNU CC.
@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA.  */
 #undef HAVE_ATEXIT
 #define HAVE_ATEXIT
 
-/* Linux uses ctype from glibc.a. I am not sure how complete it is.
+/* GNU/Linux uses ctype from glibc.a. I am not sure how complete it is.
    For now, we play safe. It may change later. */
 
 #if 0
@@ -36,6 +36,9 @@ Boston, MA 02111-1307, USA.  */
 #undef STARTFILE_SPEC
 #define STARTFILE_SPEC  "%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}} %{static:-static}"
 
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
 #undef ASM_APP_ON
 #define ASM_APP_ON "#APP\n"
 
index b619d01cdf5eada557bd736144774a27cdf2eeee..97b0e13a122db9dcd62fd64afb7d953bcd1dd633 100644 (file)
@@ -34,6 +34,9 @@ Boston, MA 02111-1307, USA.  */
 #define MULTIBYTE_CHARS 1
 #endif
 
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
 #undef ASM_APP_ON
 #define ASM_APP_ON "#APP\n"