cygming.h (TARGET_SUBTARGET64_DEFAULT): New.
2008-06-09 Kai Tietz <kai.tietz@onevision.com> * config/i386/cygming.h (TARGET_SUBTARGET64_DEFAULT): New. From-SVN: r136590
This commit is contained in:
parent
2bd58b1bf9
commit
d3c1d2a06e
@ -1,3 +1,7 @@
|
||||
2008-06-09 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* config/i386/cygming.h (TARGET_SUBTARGET64_DEFAULT): New.
|
||||
|
||||
2008-06-09 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
* doc/install.texi (*-*-solaris2*): Remove obsolete contents.
|
||||
|
@ -213,6 +213,10 @@ do { \
|
||||
(MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS \
|
||||
| MASK_STACK_PROBE | MASK_ALIGN_DOUBLE)
|
||||
|
||||
#undef TARGET_SUBTARGET64_DEFAULT
|
||||
#define TARGET_SUBTARGET64_DEFAULT \
|
||||
MASK_128BIT_LONG_DOUBLE
|
||||
|
||||
/* This is how to output an assembler line
|
||||
that says to advance the location counter
|
||||
to a multiple of 2**LOG bytes. */
|
||||
|
Loading…
Reference in New Issue
Block a user