The commit 7ee3aac210a9fbf16b2a26314bed5b15fce90b8d introduces wrong
initialization code to gold/script-sections.cc and this prevents
building the file with g++ -W -Wall -Werror .
std::vector doesn't have ctor which takes one pointer argument
(see http://www.cplusplus.com/reference/stl/vector/vect
--- Additional Comments From nodakai at gmail dot com 2010-09-12 12:07
---
Sorry, I misunderstood that binutils had already moved from CVS to GIT
and referred to the changeset from the GIT clone of the repo.
I meant this change:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/script-se
Gold is installed but fails to rebuild binutils, specifically when rebuilding
itself
x86_64-pc-linux-gnu-g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -
frandom-seed=ld-new -mtune=generic -O2 -pipe -fno-ident -ggdb -g3 -feliminate-
unused-debug-types -Wl,--compress-debug-sections=zlib,
--- Additional Comments From ian at airs dot com 2010-09-13 04:18 ---
This is presumably complaining about STB_GNU_UNIQUE. That is supported in
current versions of gold, though it was not supported in the 2.20 release.
--
What|Removed |Added