summaryrefslogtreecommitdiff
path: root/gcc/config/mips/iris5.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/iris5.h')
-rw-r--r--gcc/config/mips/iris5.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h
index 7e3efa0a1f3..2c8fd83dd74 100644
--- a/gcc/config/mips/iris5.h
+++ b/gcc/config/mips/iris5.h
@@ -19,6 +19,8 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#define TARGET_IRIX5 1
+
#ifndef TARGET_DEFAULT
#define TARGET_DEFAULT MASK_ABICALLS
#endif
@@ -155,10 +157,6 @@ do { \
fputs (" .text\n", FILE); \
} while (0)
-/* To get unaligned data, we have to turn off auto alignment. */
-#define UNALIGNED_SHORT_ASM_OP "\t.align 0\n\t.half\t"
-#define UNALIGNED_INT_ASM_OP "\t.align 0\n\t.word\t"
-
/* Also do this for libcalls. */
#define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
mips_output_external_libcall (FILE, XSTR (FUN, 0))