diff options
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" |