[Bug ld/2754] New: ld segfaults when using --warn-unresolved-symbols with /dev/null

2006-06-11 Thread vapier at gentoo dot org
the uClibc build system tests a ld to see if it supports certain flags and after upgrading to 2.17.50.0.2, one of the tests started to segfault: $ ld --version GNU ld version 2.17.50.0.2 20060526 $ ld --warn-unresolved-symbols -o /dev/null -b binary /dev/null ld: warning: cannot find entry symbol _

[Bug ld/2755] New: respect LIBPATH_SUFFIX when not using sysroot

2006-06-11 Thread vapier at gentoo dot org
if ld is configured for a different target and without the sysroot option, then the LIBPATH_SUFFIX value is not utilized patch attached adds LIBPATH_SUFFIX support in the non-sysroot case -- Summary: respect LIBPATH_SUFFIX when not using sysroot Product: binutils

[Bug ld/2755] respect LIBPATH_SUFFIX when not using sysroot

2006-06-11 Thread vapier at gentoo dot org
--- Additional Comments From vapier at gentoo dot org 2006-06-11 20:55 --- Created an attachment (id=1079) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1079&action=view) binutils-ld-LIBPATH_SUFFIX-non-sysroot.patch -- http://sourceware.org/bugzilla/show_bug.cgi?id=2755 --