diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-08 17:39:53 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-08 17:39:53 +0000 |
commit | 95559821b00ae7f92403222fc48fd1eb9bcb64b8 (patch) | |
tree | efedee2fbe9a5417ad846ff42c70f67b976e7474 /gcc/config/i386/sol2.h | |
parent | f4b5aa022371edd2a1de8015ba21847971cc2d20 (diff) | |
download | gcc-95559821b00ae7f92403222fc48fd1eb9bcb64b8.tar.gz |
* config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46083 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/sol2.h')
-rw-r--r-- | gcc/config/i386/sol2.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |