From: Jeffrey A Law Date: Thu, 7 May 1998 09:21:51 +0000 (+0000) Subject: linux.h (ASM_COMMENT_START): Remove from here, X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bebc46636dadf957cf8d1eac2fe1e73c292e9983;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d49b70e..d08e292 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode diff --git a/gcc/config/i386/linux-aout.h b/gcc/config/i386/linux-aout.h index f7d807a..349642f 100644 --- a/gcc/config/i386/linux-aout.h +++ b/gcc/config/i386/linux-aout.h @@ -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 #include /* 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 diff --git a/gcc/config/i386/linux-oldld.h b/gcc/config/i386/linux-oldld.h index a12ab59..116a5bf 100644 --- a/gcc/config/i386/linux-oldld.h +++ b/gcc/config/i386/linux-oldld.h @@ -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 #include /* 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 diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 4b23b91..e178015 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -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. */ diff --git a/gcc/config/linux-aout.h b/gcc/config/linux-aout.h index 5372d1f..ca8a39d 100644 --- a/gcc/config/linux-aout.h +++ b/gcc/config/linux-aout.h @@ -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" diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 97b0e13..b619d01 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -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"