OSDN Git Service

(ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Define.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Apr 1995 21:06:01 +0000 (21:06 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Apr 1995 21:06:01 +0000 (21:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9399 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/mips/iris6.h

index ea71025..a8801b0 100644 (file)
@@ -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