summaryrefslogtreecommitdiff
path: root/gcc/config/linux-aout.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 18:31:37 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 18:31:37 +0000
commit79ad453f35e8c2d6611d6a8bd5f7d0bebb8bc465 (patch)
tree1a7361dae2dfc002af1f5ebfc7ceb18972aec23f /gcc/config/linux-aout.h
parent392e76cbd601f6c64aac112dfd0e17b444790e55 (diff)
downloadgcc-79ad453f35e8c2d6611d6a8bd5f7d0bebb8bc465.tar.gz
* config/linux.h (ASM_COMMENT_START): Define as "#".
* config/linux-aout.h (ASM_COMMENT_START): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/linux-aout.h')
-rw-r--r--gcc/config/linux-aout.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/gcc/config/linux-aout.h b/gcc/config/linux-aout.h
index 2e9a790b252..5372d1f50ae 100644
--- a/gcc/config/linux-aout.h
+++ b/gcc/config/linux-aout.h
@@ -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"