DescriptionS390: Add Printf format specifier
GCC on S390 31-bit treats size_t as 'long unsigned int', which
is incompatible with %d format specifier that expects an 'int'.
Introduce a new V8 SIZET PREFIX to use %zd instead.
R=danno@chromium.org,jkummerow@chromium.org,jochen@chromium.org,jyan@ca.ibm.com,michael_dawson@ca.ibm.com,mbrandy@us.ibm.com,yangguo@chromium.org
BUG=
Committed: https://crrev.com/da8b4fa7ed1e17910254cae7c3706c46f6fbc997
Cr-Commit-Position: refs/heads/master@{#34857}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|