diff options
Diffstat (limited to 'gcc/config/linux-aout.h')
-rw-r--r-- | gcc/config/linux-aout.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/linux-aout.h b/gcc/config/linux-aout.h index d281f4ea116..2e9a790b252 100644 --- a/gcc/config/linux-aout.h +++ b/gcc/config/linux-aout.h @@ -36,11 +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}" -/* There are conflicting reports about whether this system uses - a different assembler syntax. wilson@cygnus.com says # is right. */ -#undef COMMENT_BEGIN -#define COMMENT_BEGIN "#" - #undef ASM_APP_ON #define ASM_APP_ON "#APP\n" |