Commit bebc4663 by Jeffrey A Law Committed by Jeff Law

linux.h (ASM_COMMENT_START): Remove from here,

	* 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.

From-SVN: r19609
parent 98134cad
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> 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 * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
......
/* Definitions for Intel 386 running Linux /* Definitions for Intel 386 running Linux-based GNU systems using a.out.
Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 1992, 1994, 1995, 1997 Free Software Foundation, Inc.
Contributed by H.J. Lu (hjl@nynexst.com) Contributed by H.J. Lu (hjl@nynexst.com)
This file is part of GNU CC. This file is part of GNU CC.
...@@ -25,6 +25,9 @@ Boston, MA 02111-1307, USA. */ ...@@ -25,6 +25,9 @@ Boston, MA 02111-1307, USA. */
#include <i386/gstabs.h> #include <i386/gstabs.h>
#include <linux-aout.h> /* some common stuff */ #include <linux-aout.h> /* some common stuff */
#undef ASM_COMMENT_START
#define ASM_COMMENT_START "#"
/* Specify predefined symbols in preprocessor. */ /* Specify predefined symbols in preprocessor. */
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
...@@ -53,9 +56,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -53,9 +56,8 @@ Boston, MA 02111-1307, USA. */
#if 1 #if 1
/* We no longer link with libc_p.a or libg.a by default. If you /* 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 want to profile or debug the GNU/Linux C library, please add
* -lc_p or -ggdb to LDFLAGS at the link time, respectively. -lc_p or -ggdb to LDFLAGS at the link time, respectively. */
*/
#define LIB_SPEC \ #define LIB_SPEC \
"%{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} %{!ggdb:-lc} %{ggdb:-lg}" "%{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} %{!ggdb:-lc} %{ggdb:-lg}"
#else #else
......
/* Definitions for Intel 386 running Linux with pre-BFD a.out linkers /* Definitions for Intel 386 running Linux-based GNU systems with pre-BFD
Copyright (C) 1995 Free Software Foundation, Inc. a.out linkers.
Copyright (C) 1995, 1997 Free Software Foundation, Inc.
Contributed by Michael Meissner (meissner@cygnus.com) Contributed by Michael Meissner (meissner@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
...@@ -25,6 +26,9 @@ Boston, MA 02111-1307, USA. */ ...@@ -25,6 +26,9 @@ Boston, MA 02111-1307, USA. */
#include <i386/gstabs.h> #include <i386/gstabs.h>
#include <linux-aout.h> /* some common stuff */ #include <linux-aout.h> /* some common stuff */
#undef ASM_COMMENT_START
#define ASM_COMMENT_START "#"
/* Specify predefined symbols in preprocessor. */ /* Specify predefined symbols in preprocessor. */
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
...@@ -53,9 +57,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -53,9 +57,8 @@ Boston, MA 02111-1307, USA. */
#if 1 #if 1
/* We no longer link with libc_p.a or libg.a by default. If you /* 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 want to profile or debug the GNU/Linux C library, please add
* -lc_p or -ggdb to LDFLAGS at the link time, respectively. lc_p or -ggdb to LDFLAGS at the link time, respectively. */
*/
#define LIB_SPEC \ #define LIB_SPEC \
"%{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} %{!ggdb:-lc} %{ggdb:-lg}" "%{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} %{!ggdb:-lc} %{ggdb:-lg}"
#else #else
......
...@@ -37,6 +37,9 @@ Boston, MA 02111-1307, USA. */ ...@@ -37,6 +37,9 @@ Boston, MA 02111-1307, USA. */
#undef DEFAULT_PCC_STRUCT_RETURN #undef DEFAULT_PCC_STRUCT_RETURN
#define DEFAULT_PCC_STRUCT_RETURN 1 #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 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 This is only used for PIC code. See comments by the `casesi' insn in
i386.md for an explanation of the expression this outputs. */ i386.md for an explanation of the expression this outputs. */
......
...@@ -36,9 +36,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -36,9 +36,6 @@ Boston, MA 02111-1307, USA. */
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
#define STARTFILE_SPEC "%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}} %{static:-static}" #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 #undef ASM_APP_ON
#define ASM_APP_ON "#APP\n" #define ASM_APP_ON "#APP\n"
......
...@@ -34,9 +34,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -34,9 +34,6 @@ Boston, MA 02111-1307, USA. */
#define MULTIBYTE_CHARS 1 #define MULTIBYTE_CHARS 1
#endif #endif
#undef ASM_COMMENT_START
#define ASM_COMMENT_START "#"
#undef ASM_APP_ON #undef ASM_APP_ON
#define ASM_APP_ON "#APP\n" #define ASM_APP_ON "#APP\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment