aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1995-04-17 14:06:01 -0700
committerJim Wilson <wilson@gcc.gnu.org>1995-04-17 14:06:01 -0700
commitc4ae4e1116b6d4bfbd1d9c03cd82f90601a98e40 (patch)
treeb91cf2a68b2430f5db59f2509183c85ca6d6105c
parentc009da4ff82c5dcc50b0384e52720c405e425aad (diff)
downloadgcc-c4ae4e1116b6d4bfbd1d9c03cd82f90601a98e40.zip
gcc-c4ae4e1116b6d4bfbd1d9c03cd82f90601a98e40.tar.gz
gcc-c4ae4e1116b6d4bfbd1d9c03cd82f90601a98e40.tar.bz2
(ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Define.
From-SVN: r9399
-rw-r--r--gcc/config/mips/iris6.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h
index ea71025..a8801b0 100644
--- a/gcc/config/mips/iris6.h
+++ b/gcc/config/mips/iris6.h
@@ -28,6 +28,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "mips/iris5gas.h"
#include "mips/abi64.h"
+/* The Irix 6.0.1 assembler doesn't like labels in the text section, so
+ just avoid emitting them. */
+#define ASM_IDENTIFY_GCC
+#define ASM_IDENTIFY_LANGUAGE
+
/* Irix 5 stuff that we don't need for Irix 6. */
#undef ASM_OUTPUT_UNDEF_FUNCTION
#undef ASM_OUTPUT_EXTERNAL_LIBCALL