diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-07 09:21:51 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-07 09:21:51 +0000 |
commit | c0ea71017937f24e75289a3421050ef059951478 (patch) | |
tree | 7d8d83bba1c07eb0bc96980692c5070d5cb63c41 /gcc/config/linux-aout.h | |
parent | 0ff0e53e302e847e7c0c08c01744957a687500da (diff) | |
download | gcc-c0ea71017937f24e75289a3421050ef059951478.tar.gz |
* 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/linux-aout.h')
-rw-r--r-- | gcc/config/linux-aout.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/linux-aout.h b/gcc/config/linux-aout.h index 5372d1f50ae..ca8a39d5070 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" |