[Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies

2009-11-10 Thread mnowak at redhat dot com
-- What|Removed |Added CC||mnowak at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=10238 --- You are receiving this

[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-11-10 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-11-10 10:29 --- Created an attachment (id=4377) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4377&action=view) Add UNPREDICTABLE warning for insns which use Addressing Mode 3 and P == 0 and W == 1 -- http://sourcewa

[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-11-10 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-11-10 10:32 --- Hi Chris, I am planning on applying the uploaded patch to address this issue, but I would like your feedback on the new behaviour. With the patch applied your testcase will disassemble as: <.text>:

gas internal error

2009-11-10 Thread Charles
as -asghlm=strongforth.lis -L   --defsym dbgcode=1 strongforth.s -o strongforth.ostrongforth.s: Assembler messages:strongforth.s:4011: Error: unknown pseudo-op: `.pool159'strongforth.s:4016: Error: junk at end of line, first unrecognized character is `c'strongforth.s:4016: Internal error!Assert

Re: gas internal error

2009-11-10 Thread Nick Clifton
Hi Charles, This error appeared after changing line 4894 from "push r2" to "push r2, r3" Since that should change just a single bit in the generated code, I find this to be a most curious error. I will be happy to run tests or provide files for you to test with. Please could you try again u

[Bug ld/10881] Multithreading link. Thread-local storage (__thread) is not working?

2009-11-10 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-11-10 15:41 --- Hi Yevgeniy, It certainly does look like a binutils bug. Are you able to repeat the test using a more modern version of gcc ? Say one of the 4.x series ? (This is just a guess, but maybe there is a problem

[Bug binutils/10926] `builddir-single/libiberty/pic/libiberty.a': No such file or directory

2009-11-10 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-11-10 15:32 --- Hi Iwamatsu-san, I am sorry, but this is a problem with the libiberty library which is part of the gcc project, not the binutils project. You should submit your bug report and proposed solution to the gcc bugzi

[Bug ld/10865] The entry point is mainCRTStartup

2009-11-10 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-11-10 15:58 --- Created an attachment (id=4379) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4379&action=view) Amend linker documentation -- http://sourceware.org/bugzilla/show_bug.cgi?id=10865 --- You are rece

[Bug ld/10865] The entry point is mainCRTStartup

2009-11-10 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-11-10 16:00 --- Hi Christopher, The uploaded patch changes the documentation to read: There are several ways to set the entry point. The linker will set the entry point by trying each of the following methods in orde

[Bug ld/10865] The entry point is mainCRTStartup

2009-11-10 Thread giecrilj at stegny dot 2a dot pl
--- Additional Comments From giecrilj at stegny dot 2a dot pl 2009-11-10 16:14 --- Subject: RE: The entry point is mainCRTStartup That patch is right, thanks, except that that PE is rather surprising because is not used as a target symbol within gcc docs. I cannot tell about BeOS beca

[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-11-10 Thread chris at seberino dot org
--- Additional Comments From chris at seberino dot org 2009-11-10 17:31 --- Subject: Re: Bug in objdump when disassembling raw armv4t binaries On Tue, Nov 10, 2009 at 10:32:26AM -, nickc at redhat dot com wrote: > I am planning on applying the uploaded patch to address th

[Bug gold/10937] New: gold fails to link glibc

2009-11-10 Thread bero at arklinux dot org
Trying to build glibc 2.11 with gold (after patching out configure.in's checks for the expected ld version) results in gcc -nostdlib -nostartfiles -r -o /usr/src/ark/BUILD/libc/build-x86_64-linux/elf/librtld.os '-Wl,-(' /usr/src/ark/BUILD/libc/build-x86_64-linux/elf/dl-allobjs.os /usr/src/a

[Bug gold/10938] New: There should be a way for ld and gold to coexist

2009-11-10 Thread bero at arklinux dot org
gold is faster and a few things (e.g. llvm) have started to require it -- but at the moment, it isn't possible to build everything with gold (e.g. gold can't link glibc, building VirtualBox with gold seems to cause corrupted debug info, ...). Distributions are starting to come up with hacks to

[Bug gold/10938] There should be a way for ld and gold to coexist

2009-11-10 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-11-10 21:04 --- You can try: http://sourceware.org/ml/binutils/2009-11/msg00035.html I will use it to enable gold in the next Linux binutils. -- What|Removed |Added ---

[Bug ld/10144] mips/ld: non-dynamic relocations refer to dynamic symbol

2009-11-10 Thread rixed at free dot fr
-- What|Removed |Added CC||rixed at free dot fr http://sourceware.org/bugzilla/show_bug.cgi?id=10144 --- You are receiving this mail

[Bug binutils/10926] `builddir-single/libiberty/pic/libiberty.a': No such file or directory

2009-11-10 Thread iwamatsu at nigauri dot org
--- Additional Comments From iwamatsu at nigauri dot org 2009-11-11 01:17 --- Subject: Re: `builddir-single/libiberty/pic/libiberty.a': No such file or directory Hi, 2009/11/11 nickc at redhat dot com : > > --- Additional Comments From nickc at redhat dot com  2009-11-10

[Bug gold/10937] gold fails to link glibc

2009-11-10 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-11-11 06:48 --- That part is never going to work with gold. It is asking the linker for the default linker script, editing it, and passing it back to the linker. gold does not have a default linker script to edit. Building glibc wit

Error while compiling Binutils-2.20

2009-11-10 Thread Marco Ziebell
Hello, I've try to compilie binutils. *** // At First /usr/src/binutils-2.20/configure --enable-shared CFLAGS="-march=native -g -O3" CXXFLAGS="-march=native -g -O3" // Second make // After a time libtool: link: (cd ".libs" && rm -f "libbfd.so" && ln -s "libbfd-2.20.so" "libbfd.so") libto