diff --git a/gcc/config/sparc/linux-aout.h b/gcc/config/sparc/linux-aout.h index f48d7f3e017..ea09f3b6822 100644 --- a/gcc/config/sparc/linux-aout.h +++ b/gcc/config/sparc/linux-aout.h @@ -36,11 +36,6 @@ Boston, MA 02111-1307, USA. */ #define MULTIBYTE_CHARS 1 #endif -/* 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 "#" - /* We need that too. */ #define HANDLE_SYSV_PRAGMA diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index f02998fd571..d6cf70680d6 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -40,11 +40,6 @@ Boston, MA 02111-1307, USA. */ #define DEFAULT_VTABLE_THUNKS 1 #endif -/* 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 "#" - /* Use stabs instead of DWARF debug format. */ #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG #include