]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
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:36:49 +0000 (08:36 -0700)
commit8238fb6230e5b8b58a024b1202edcd394af4780d
tree30304bd560b5d651623ba620a498b7b3bcae9d6b
parent557b8e0ea452395c3ca89e8146e5d7f29e9f8af6
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