https://sourceware.org/bugzilla/show_bug.cgi?id=28452
Bug ID: 28452
Summary: ld: unknown phdr type `PT_GNU_RELRO' (try integer
literal)
Product: binutils
Version: unspecified
Status: UNCONFIRMED
Severity: normal
https://sourceware.org/bugzilla/show_bug.cgi?id=27145
Przemyslaw Wirkus changed:
What|Removed |Added
CC||przemyslaw.wirkus at arm dot
com
https://sourceware.org/bugzilla/show_bug.cgi?id=28417
--- Comment #8 from Jonathan Wakely ---
Then default constructing the string member is the right thing to do.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=28417
--- Comment #7 from Alan Modra ---
gold continues to be built with older compilers such as gcc-4.8 which default
to c++98. So beware relying on c++11. (I've been tripped up using c++11
features in gold patches.)
--
You are receiving this m
https://sourceware.org/bugzilla/show_bug.cgi?id=28417
--- Comment #6 from Jonathan Wakely ---
Search_directory() says:
// We need a default constructor because we put this in a
// std::vector
That is not true since C++11. Since the constructor is broken (has undefined
behaviour, which libstdc++
https://sourceware.org/bugzilla/show_bug.cgi?id=28417
--- Comment #5 from Martin Liska ---
@Cary: Can you please send the patch to the mailing list?
--
You are receiving this mail because:
You are on the CC list for the bug.