mirror of
https://github.com/openbsd/src.git
synced 2026-04-22 05:05:03 +00:00
Make -mserialize-volatile the default. Correctly, this time.
This commit is contained in:
@@ -108,7 +108,7 @@ extern enum processor_type m88k_cpu;
|
||||
#define VERSION_INFO "m88k"
|
||||
#define TARGET_VERSION fprintf (stderr, " (%s)", VERSION_INFO)
|
||||
|
||||
#define TARGET_DEFAULT (MASK_CHECK_ZERO_DIV)
|
||||
#define TARGET_DEFAULT (MASK_CHECK_ZERO_DIV | MASK_SERIALIZE_VOLATILE)
|
||||
#define CPU_DEFAULT MASK_88100
|
||||
|
||||
#define OVERRIDE_OPTIONS m88k_override_options ()
|
||||
|
||||
@@ -49,7 +49,7 @@ Target Report RejectNegative Mask(USE_DIV)
|
||||
Use the \"div\" instruction for signed integer divide
|
||||
|
||||
mserialize-volatile
|
||||
Target Report Mask(SERIALIZE_VOLATILE) Init(1)
|
||||
Target Report Mask(SERIALIZE_VOLATILE)
|
||||
Force serialization on volatile memory access
|
||||
|
||||
mmemcpy
|
||||
|
||||
Reference in New Issue
Block a user