aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-06-17 11:44:52 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-06-17 11:44:52 +0000
commitc1e5104dee7fbf35c21319710000a36009b4f92f (patch)
tree4a503edf235a842ed7da9abbce630307544763ba /gcc/config/mips
parent2d89ffefd972cda4e00e350530ac4cbad94204c1 (diff)
downloadgcc-c1e5104dee7fbf35c21319710000a36009b4f92f.zip
gcc-c1e5104dee7fbf35c21319710000a36009b4f92f.tar.gz
gcc-c1e5104dee7fbf35c21319710000a36009b4f92f.tar.bz2
mips.c (TARGET_ASM_UNALIGNED_DI_OP): Define as NULL.
* config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 && !TARGET_IRIX6]: Define as NULL. From-SVN: r68077
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/mips.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index c55d448..78e2eee 100644
--- a/gcc/config/mips/mips.c
+++ b/gcc/config/mips/mips.c
@@ -837,8 +837,10 @@ const struct mips_cpu_info mips_cpu_info_table[] = {
#define TARGET_ASM_UNALIGNED_HI_OP "\t.align 0\n\t.half\t"
#undef TARGET_ASM_UNALIGNED_SI_OP
#define TARGET_ASM_UNALIGNED_SI_OP "\t.align 0\n\t.word\t"
+/* The IRIX 6 O32 assembler gives an error for `align 0; .dword', contrary
+ to the documentation, so disable it. */
#undef TARGET_ASM_UNALIGNED_DI_OP
-#define TARGET_ASM_UNALIGNED_DI_OP "\t.align 0\n\t.dword\t"
+#define TARGET_ASM_UNALIGNED_DI_OP NULL
#endif
#undef TARGET_ASM_FUNCTION_PROLOGUE