aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/linux.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-07 09:21:51 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-07 09:21:51 +0000
commitc0ea71017937f24e75289a3421050ef059951478 (patch)
tree7d8d83bba1c07eb0bc96980692c5070d5cb63c41 /gcc/config/i386/linux.h
parent0ff0e53e302e847e7c0c08c01744957a687500da (diff)
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19609 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/linux.h')
-rw-r--r--gcc/config/i386/linux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h
index 4b23b91bf2c..e1780156454 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. */