Fix printing the size of GOLD's memory areana on Cygwin based systems.
authorFranz Sirl <franz.sirl-kernel@lauterbach.com>
Wed, 24 Jan 2018 13:39:11 +0000 (13:39 +0000)
committerCary Coutant <ccoutant@gmail.com>
Wed, 11 Jul 2018 15:39:36 +0000 (08:39 -0700)
commit04879304dea94c02f19fa5c219d2cbee6269f9af
tree326723b2ac9765e771a2afb974f4d00f3c42f71a
parent12863263d6f610ec161aead53df89586787b2ce4
Fix printing the size of GOLD's memory areana on Cygwin based systems.

I just stumbled over this with 2.29.1 while building a cross-toolchain, on Cygwin64, but it's still the same for 2.30. m.arena has size_t on Cygwin64 and thus errors out due to -Werror=format.

gold * main.cc: Print m.arena as long long.
gold/ChangeLog
gold/main.cc
This page took 0.024563 seconds and 4 git commands to generate.