]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux-aout.h (COMMENT_BEGIN): Delete.
authorDoug Evans <dje@gnu.org>
Thu, 25 Sep 1997 00:33:48 +0000 (00:33 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 25 Sep 1997 00:33:48 +0000 (00:33 +0000)
* sparc/linux-aout.h (COMMENT_BEGIN): Delete.
* sparc/linux.h (COMMENT_BEGIN): Likewise.
Bring over from FSF.

From-SVN: r15697

gcc/config/sparc/linux-aout.h
gcc/config/sparc/linux.h

index f48d7f3e01786e15774586190946dbe92f87b363..ea09f3b6822ca7bc16e9f42a63a357e40beb4c55 100644 (file)
@@ -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
 
index f02998fd5716b90e9d1b0472b63ca499881d341b..d6cf70680d6583f208042a7bd4682cf6fb15c316 100644 (file)
@@ -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 <sparc/sysv4.h>