aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-10-08 10:39:53 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-10-08 10:39:53 -0700
commitd5d1b9e2d10970fdb018ff0aeddf1b04b9c27f38 (patch)
treeefedee2fbe9a5417ad846ff42c70f67b976e7474
parent295ef2bba9e066657bfb2153dd24dbab5d24d2e8 (diff)
downloadgcc-d5d1b9e2d10970fdb018ff0aeddf1b04b9c27f38.zip
gcc-d5d1b9e2d10970fdb018ff0aeddf1b04b9c27f38.tar.gz
gcc-d5d1b9e2d10970fdb018ff0aeddf1b04b9c27f38.tar.bz2
* config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
From-SVN: r46083
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/sol2.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f9f0298..99100d4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2001-10-08 Richard Henderson <rth@redhat.com>
+ * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
+
+2001-10-08 Richard Henderson <rth@redhat.com>
+
* expr.c (store_expr): When converting a CONST_INT for storage
in a SUBREG, convert it to both SUBREG modes before stripping
the SUBREG.
diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h
index 99f0497..890e2e2 100644
--- a/gcc/config/i386/sol2.h
+++ b/gcc/config/i386/sol2.h
@@ -150,3 +150,7 @@ Boston, MA 02111-1307, USA. */
#undef LOCAL_LABEL_PREFIX
#define LOCAL_LABEL_PREFIX "."
+
+/* Override defaults.h and insist that Solaris/Intel doesn't have
+ an eight byte data output directive. */
+#define UNALIGNED_DOUBLE_INT_ASM_OP NULL