gold/Makefile doesn't have install-pdf target. "make install-pdf"
fails in gold. Although there is no pdf file in gold, "make install-pdf"
in top level shouldn't fail.
--
Summary: "make install-pdf" doesn't work
Product: binutils
Version: 2.21 (HEAD)
S
Gold can't link again libc.a with multi-arch enabled:
gcctestdir/ld:
/usr/lib/gcc/x86_64-redhat-linux/4.4.1/../../../../lib64/libc.a(elf-init.o): in
function __libc_csu_init:(.text+0x65): error: undefined reference to
'__rela_iplt_end'
gcctestdir/ld:
/usr/lib/gcc/x86_64-redhat-linux/4.4.1/../../..
--- Additional Comments From scott dot sourceware dot 2009 at scottrix dot
co dot uk 2009-11-02 16:33 ---
Just set a break point on exit (which I am assuming is from the assert, the back
trace of this gives:
#0 0xb7d6e354 in exit () from /lib/libc.so.6
#1 0x080b32de in gold::gold_exit
(vdata);
which fails because vsec is NULL.
Upgrading to snapshot from 20091102 I now get the error:
internal error in address, at output.h:126
This doesn't trap in gdb, please let me know what extra information you need.
--
Summary: building memtest86 causes segfault i