OSDN Git Service

* config/linux.h (ASM_COMMENT_START): Remove from here,
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 May 1998 09:21:51 +0000 (09:21 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 May 1998 09:21:51 +0000 (09:21 +0000)
* config/linux-aout.h (ASM_COMMENT_START): and here,
* config/i386/linux.h (ASM_COMMENT_START): to here,
* config/i386/linux-aout.h (ASM_COMMENT_START): and here.
* config/i386/linux-oldld.h (ASM_COMMENT_START): Define
here as '#' too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19609 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d49b70e..d08e292 100644 (file)
@@ -1,3 +1,12 @@
+Thu May  7 10:18:41 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * config/linux.h (ASM_COMMENT_START): Remove from here,
+       * config/linux-aout.h (ASM_COMMENT_START): and here,
+       * config/i386/linux.h (ASM_COMMENT_START): to here,
+       * config/i386/linux-aout.h (ASM_COMMENT_START): and here.
+       * config/i386/linux-oldld.h (ASM_COMMENT_START): Define
+       here as '#' too.
+
 Thu May  7 10:55:59 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
index f7d807a..349642f 100644 (file)
@@ -1,5 +1,5 @@
-/* Definitions for Intel 386 running Linux
-   Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc.
+/* Definitions for Intel 386 running Linux-based GNU systems using a.out.
+   Copyright (C) 1992, 1994, 1995, 1997 Free Software Foundation, Inc.
    Contributed by H.J. Lu (hjl@nynexst.com)
 
 This file is part of GNU CC.
@@ -25,6 +25,9 @@ Boston, MA 02111-1307, USA.  */
 #include <i386/gstabs.h>
 #include <linux-aout.h>        /* some common stuff */
 
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
 /* Specify predefined symbols in preprocessor.  */
 
 #undef CPP_PREDEFINES
@@ -53,9 +56,8 @@ Boston, MA 02111-1307, USA.  */
 
 #if 1
 /* We no longer link with libc_p.a or libg.a by default. If you
- * want to profile or debug the Linux C library, please add
- * -lc_p or -ggdb to LDFLAGS at the link time, respectively.
- */
+   want to profile or debug the GNU/Linux C library, please add
+   -lc_p or -ggdb to LDFLAGS at the link time, respectively.  */
 #define LIB_SPEC \
 "%{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} %{!ggdb:-lc} %{ggdb:-lg}"
 #else    
index a12ab59..116a5bf 100644 (file)
@@ -1,5 +1,6 @@
-/* Definitions for Intel 386 running Linux with pre-BFD a.out linkers
-   Copyright (C) 1995 Free Software Foundation, Inc.
+/* Definitions for Intel 386 running Linux-based GNU systems with pre-BFD
+   a.out linkers.
+   Copyright (C) 1995, 1997 Free Software Foundation, Inc.
    Contributed by Michael Meissner (meissner@cygnus.com)
 
 This file is part of GNU CC.
@@ -25,6 +26,9 @@ Boston, MA 02111-1307, USA.  */
 #include <i386/gstabs.h>
 #include <linux-aout.h>        /* some common stuff */
 
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
 /* Specify predefined symbols in preprocessor.  */
 
 #undef CPP_PREDEFINES
@@ -53,9 +57,8 @@ Boston, MA 02111-1307, USA.  */
 
 #if 1
 /* We no longer link with libc_p.a or libg.a by default. If you
- * want to profile or debug the Linux C library, please add
- * -lc_p or -ggdb to LDFLAGS at the link time, respectively.
- */
+   want to profile or debug the GNU/Linux C library, please add
+   lc_p or -ggdb to LDFLAGS at the link time, respectively.  */
 #define LIB_SPEC \
 "%{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} %{!ggdb:-lc} %{ggdb:-lg}"
 #else    
index 4b23b91..e178015 100644 (file)
@@ -37,6 +37,9 @@ Boston, MA 02111-1307, USA.  */
 #undef DEFAULT_PCC_STRUCT_RETURN
 #define DEFAULT_PCC_STRUCT_RETURN 1
 
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
 /* This is how to output an element of a case-vector that is relative.
    This is only used for PIC code.  See comments by the `casesi' insn in
    i386.md for an explanation of the expression this outputs. */
index 5372d1f..ca8a39d 100644 (file)
@@ -36,9 +36,6 @@ 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 97b0e13..b619d01 100644 (file)
@@ -34,9 +34,6 @@ 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"