[Bug binutils/11513] Garbage is loaded into asection#lineno

2010-04-18 Thread dzidzitop at lavabit dot com
-- What|Removed |Added GCC host triplet||WinXP 32bit GCC target triplet||WinXP 32bit PE http://sourceware.org/bugzilla/sho

[Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option

2010-04-18 Thread dzidzitop at lavabit dot com
-- What|Removed |Added GCC host triplet||WinXP 32bit GCC target triplet||WinXP 32bit PE http://sourceware.org/bugzilla/sho

[Bug binutils/11513] New: Garbage is loaded into asection#lineno

2010-04-18 Thread dzidzitop at lavabit dot com
For dward and coff symbol tables (generated by MinGW 4.4.0) the BFD library loads garbage into the symbol table into asymbol#lineno array. For instance, 30701 as a line_number and 0 as an offset (or symbol pointer). This happens for any program. In addition, there is no way to distinguish when ale

[Bug binutils/11512] New: addr2line displays frong filename for GCC app compiled with -gcoff option

2010-04-18 Thread dzidzitop at lavabit dot com
addr2line displays frong filename for an app compiled with -gcoff option (MinGW 4.4.0). In particular, it displays dyncast.cc as a filename instead of StackTrace.cpp. If the application is compiled without -gcoff the correct filename is displayed. -- Summary: addr2line displays frong f

[Bug ld/11510] broken 'ld' name in crosstoolchain installation.

2010-04-18 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-18 17:03 --- (In reply to comment #7) > (In reply to comment #5) > > Created an attachment (id=4733) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4733&action=view) > > A patch > > > > Please try it. > > works

[Bug ld/11510] broken 'ld' name in crosstoolchain installation.

2010-04-18 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2010-04-18 16:59 --- (In reply to comment #5) > Created an attachment (id=4733) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4733&action=view) > A patch > > Please try it. works fine. -- http://sourceware.org/bugzilla/show

[Bug ld/11510] broken 'ld' name in crosstoolchain installation.

2010-04-18 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-18 16:17 --- It has nothing to do with --sys-root. It is when --target=XXX configures binutils as cross binutils. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11510 --- You are receiving this mail because:

[Bug ld/11510] broken 'ld' name in crosstoolchain installation.

2010-04-18 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-18 16:14 --- Created an attachment (id=4733) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4733&action=view) A patch Please try it. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11510 --- You are r

[Bug ld/11510] broken 'ld' name in crosstoolchain installation.

2010-04-18 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2010-04-18 15:03 --- (In reply to comment #3) > When I use --target=x86_64-gnu-linux, I got > > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > checking target system type.

[Bug ld/11510] broken 'ld' name in crosstoolchain installation.

2010-04-18 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-18 14:56 --- When I use --target=x86_64-gnu-linux, I got checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-gnu-linux-gnu

[Bug ld/11510] broken 'ld' name in crosstoolchain installation.

2010-04-18 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2010-04-18 14:32 --- CONFIG_SHELL=/bin/bash \ ./configure \ --target=${TARGET} \ --prefix=${TOOLDIR} \ --with-sysroot=${TOOLDIR} \ --libdir=${LIBDIR} \ --libexecdir=${LIBDIR} \ --disable-sha

[Bug ld/11510] broken 'ld' name in crosstoolchain installation.

2010-04-18 Thread hjl dot tools at gmail dot com
-- What|Removed |Added CC||hjl dot tools at gmail dot ||com http://sourceware.org/bugzilla

[Bug ld/11510] broken 'ld' name in crosstoolchain installation.

2010-04-18 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-18 14:06 --- Please provide the full configure option you used. -- What|Removed |Added Status