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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user