1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-29 08:36:22 +00:00

Make -mserialize-volatile the default. Missed during the gcc3->gcc4 backend

conversion.
This commit is contained in:
miod
2025-10-03 19:42:56 +00:00
parent a9fc51fcf0
commit fc810c5c62

View File

@@ -49,9 +49,9 @@ Target Report RejectNegative Mask(USE_DIV)
Use the \"div\" instruction for signed integer divide
mserialize-volatile
Target Report Mask(SERIALIZE_VOLATILE)
Target Report Mask(SERIALIZE_VOLATILE) Init(1)
Force serialization on volatile memory access
mmemcpy
Target Report Mask(MEMCPY)
Force all memory copies to use memcpy()
Deprecated. This switch has no effect