The documentation for the VERSIONS linker script command (ld docs s3.9) has a
mistake in the example for the C++ unmangled name support.
(from the big example at the top:)
extern "C++" {
ns::*;
"int f(int, double)";
}
The unmangled name sh
--- Additional Comments From amodra at gmail dot com 2010-09-17 11:41
---
Fixed mainline 2010-07-20 Mike Frysinger
--
What|Removed |Added
Status|NEW
GNU ld (GNU Binutils) 2.20.51.20100917
Supported emulations:
i386pe
using external linker script:
==
OUTPUT_FORMAT(pei-i386)
SECTIONS
{
.text __image_base__ + __section_alignment__ :
{
*(.init)
*(.text)
*(SORT(.text$*))
*(.
When ar is asked to act on a file whose path includes the '~' character, ar
rejects this with a syntax error. E.g.:
(echo create
/build/buildd/u-boot-linaro-2010.09~rc1.1/debian/build/omap4_panda/post/libpost.a;
for lib in ; \
do echo addlib $lib; done; echo save) \
| ar -M
~Sy
--- Additional Comments From vorlon at debian dot org 2010-09-17 22:07
---
Created an attachment (id=4989)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4989&action=view)
add ~ to the set of valid filename chars
Solution to this issue courtesy of Zygmunt Krynicki
.
--
http:
--- Additional Comments From hjl dot tools at gmail dot com 2010-09-18
03:09 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--- Additional Comments From hjl dot tools at gmail dot com 2010-09-18
03:11 ---
Fixed by
http://sourceware.org/ml/binutils-cvs/2010-09/msg00100.html
--
What|Removed |Added
--- Additional Comments From hjl dot tools at gmail dot com 2010-09-18
03:12 ---
Fixed by
http://sourceware.org/ml/binutils-cvs/2010-09/msg00084.html
--
What|Removed |Added
--- Additional Comments From ian at airs dot com 2010-09-18 04:47 ---
The memory test failure is fixed.
However, there does still seem to be a relevant difference between gold and GNU
ld. I used -z max-page-size=0x1000 to eliminate differences due to the page
size. With that, gold pu