aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1997-09-25 00:33:48 +0000
committerDoug Evans <dje@gnu.org>1997-09-25 00:33:48 +0000
commit0286bd98f35f5bf342063ab7532cf966050b1596 (patch)
tree2e35f8366b40bbd4c7ad97952d6bfd4b18bc57ce
parent5a5e9503b2a7ea91624572e8d6ba44ba095929fa (diff)
downloadgcc-0286bd98f35f5bf342063ab7532cf966050b1596.zip
gcc-0286bd98f35f5bf342063ab7532cf966050b1596.tar.gz
gcc-0286bd98f35f5bf342063ab7532cf966050b1596.tar.bz2
linux-aout.h (COMMENT_BEGIN): Delete.
* sparc/linux-aout.h (COMMENT_BEGIN): Delete. * sparc/linux.h (COMMENT_BEGIN): Likewise. Bring over from FSF. From-SVN: r15697
-rw-r--r--gcc/config/sparc/linux-aout.h5
-rw-r--r--gcc/config/sparc/linux.h5
2 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/sparc/linux-aout.h b/gcc/config/sparc/linux-aout.h
index f48d7f3..ea09f3b 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 f02998f..d6cf706 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 <sparc/sysv4.h>