From: Richard Henderson Date: Mon, 8 Oct 2001 17:39:53 +0000 (-0700) Subject: * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d5d1b9e2d10970fdb018ff0aeddf1b04b9c27f38;p=gcc.git * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New. From-SVN: r46083 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9f029800fb..99100d43c94 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-10-08 Richard Henderson + + * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New. + 2001-10-08 Richard Henderson * expr.c (store_expr): When converting a CONST_INT for storage diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h index 99f04974be7..890e2e24f3d 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