* breakpoint.c (enable_longjmp_breakpoint,
[deliverable/binutils-gdb.git] / gdb / tm-irix3.h
index 84017e034fca3c416ea37ef76b1764bcd2731eb7..05a02e94e55760b9d8778321b14943efa181bb0a 100644 (file)
@@ -30,6 +30,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /*#define NAMES_HAVE_UNDERSCORE*/
 
+/* SGI's assembler doesn't grok dollar signs in identifiers.
+   So we use dots instead.  This item must be coordinated with G++. */
+#undef CPLUS_MARKER
+#define CPLUS_MARKER '.'
+
 /* Offset from address of function to start of its code.
    Zero on most machines.  */
 
This page took 0.034188 seconds and 4 git commands to generate.