binutils-2.15.92.0.2 -M script truncates file names

2007-02-16 Thread Joe Buehler
I had some problems building VirtualBox on a RedHat 3 ES machine, The "ar" command failed to find an input file -- the message shows a truncated name compared to what is in the script fed in via -M. Looking at the source code it appears that the grammar file that specifies the allowable characters

[Bug binutils/4041] Objcopy doesn't remove empty program header

2007-02-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-02-16 23:28 --- It is informational, nothing more. -- What|Removed |Added Status|NEW

Re: GOT error in gas

2007-02-16 Thread Mikulas Patocka
Hi Hi Mikulas, __asm__ (".global number; number = 0x12345678"); extern void number; These two declarations are not compatible. The latter declares number as a data symbol, but the former defines it is an absolute symbol. I thought that .types do not care for linking, Andreas is not ta

Re: GOT error in gas

2007-02-16 Thread Nick Clifton
Hi Mikulas, I see but gas should at least write error and not generate incorrect code. In which case please could you create a bugzilla entry for this so that we can track this problem properly. Cheers Nick ___ bug-binutils mailing list bu

[Bug binutils/4045] objdump -m avr -D prefixes memory addresses with "0x0x" in comments

2007-02-16 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-16 10:21 --- Hi Timo, > The only minor issue (just ignore it if you don't have extra time) I see is > that > the addresses are prefixed with one extra space so that addresses and other > immediate values are not aligned in c

[Bug binutils/4045] objdump -m avr -D prefixes memory addresses with "0x0x" in comments

2007-02-16 Thread timo dot lindfors at iki dot fi
--- Additional Comments From timo dot lindfors at iki dot fi 2007-02-16 10:17 --- All three cases seem to work now, thanks! The only minor issue (just ignore it if you don't have extra time) I see is that the addresses are prefixed with one extra space so that addresses and other immedi

[Bug binutils/4045] objdump -m avr -D prefixes memory addresses with "0x0x" in comments

2007-02-16 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-16 09:47 --- Hi Timo, Ok, please try the third version of this patch. Cheers Nick -- http://sourceware.org/bugzilla/show_bug.cgi?id=4045 --- You are receiving this mail because: --- You are on the CC list fo

[Bug binutils/4045] objdump -m avr -D prefixes memory addresses with "0x0x" in comments

2007-02-16 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-16 09:47 --- Created an attachment (id=1558) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1558&action=view) Second revision of the patch -- http://sourceware.org/bugzilla/show_bug.cgi?id=4045 --- You are rec

[Bug ld/3998] Weird path problem

2007-02-16 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-16 09:07 --- Not really a bug, more of a problem with cross environments -- What|Removed |Added Stat