mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-25 06:50:26 +08:00
vms64.h (TARGET_DEFAULT): Add MASK_FUSED_MADD.
2010-10-21 Tristan Gingold <gingold@adacore.com> * config/ia64/vms64.h (TARGET_DEFAULT): Add MASK_FUSED_MADD. * config/ia64/vms.h (TARGET_DEFAULT): Ditto. From-SVN: r165751
This commit is contained in:
parent
9b565d6546
commit
168e58f216
@ -1,3 +1,8 @@
|
||||
2010-10-21 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* config/ia64/vms64.h (TARGET_DEFAULT): Add MASK_FUSED_MADD.
|
||||
* config/ia64/vms.h (TARGET_DEFAULT): Ditto.
|
||||
|
||||
2010-10-20 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* basic-block.h (find_fallthru_edge): Define.
|
||||
|
@ -45,7 +45,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
|
||||
/* Need .debug_line info generated from gcc and gas. */
|
||||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT (MASK_DWARF2_ASM | MASK_GNU_AS)
|
||||
#define TARGET_DEFAULT (MASK_DWARF2_ASM | MASK_GNU_AS | MASK_FUSED_MADD)
|
||||
|
||||
#define VMS_DEBUG_MAIN_POINTER "TRANSFER$BREAK$GO"
|
||||
|
||||
|
@ -36,6 +36,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
#define POINTER_SIZE 64
|
||||
|
||||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT (MASK_DWARF2_ASM | MASK_GNU_AS | MASK_MALLOC64)
|
||||
#define TARGET_DEFAULT (MASK_DWARF2_ASM | MASK_GNU_AS | MASK_FUSED_MADD | MASK_MALLOC64)
|
||||
|
||||
#include "config/vms/vms-crtl-64.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user