[Bug ld/816] FAIL: TLS -fpic and -fno-pic exec transitions

2005-04-11 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-04-12 06:09 --- resolved... -- What|Removed |Added Status|NEW |

[Bug binutils/841] mips64-elf-readelf was crashed by EABI64 binary.

2005-04-11 Thread monaka at monami-software dot com
--- Additional Comments From monaka at monami-software dot com 2005-04-12 02:08 --- Created an attachment (id=454) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=454&action=view) Quick hack. This is just a quick fix. It doesn't care about any side effects. -- http://sour

[Bug binutils/841] New: mips64-elf-readelf was crashed by EABI64 binary.

2005-04-11 Thread monaka at monami-software dot com
mips64-elf-readelf was crashed in case you use it with --debug=frames option and the EABI64 formatted elf32 binary. The function display_debug_frames detects offset_size as 4. But EABI64/DWARF2 needs offset_size as 8. -- Summary: mips64-elf-readelf was crashed by EABI64 binary.

Re: [Bug gas/818] New: error handling %farg[0-4] registers

2005-04-11 Thread John David Anglin
> 2005-04-11 Nick Clifton <[EMAIL PROTECTED]> > > PR gas/818 > * config/tc-hppa.c (pre_defined_registers): Fix %farg[0-3] > synonyms. Yes, the change looks correct. Ok. Dave -- J. David Anglin [EMAIL PROTECTED] National Research Council of C

[Bug gas/818] error handling %farg[0-4] registers

2005-04-11 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-04-11 16:33 --- Subject: Re: New: error handling %farg[0-4] registers > 2005-04-11 Nick Clifton <[EMAIL PROTECTED]> > > PR gas/818 > * config/tc-hppa.c (pre_defined_registers): Fix %farg[0-3] >

Re: [Bug gas/818] New: error handling %farg[0-4] registers

2005-04-11 Thread Nick Clifton
Hi Eric, Hi David, When gas encounters the statement: fldws -4(%r22),%farg0 it issues the error: Error: Field out of range [0..31] (-59). Error: Invalid operands similarly for %farg1, %farg2, and %farg3, it issues similar warnings with -58, -57, and -56 as the constant. HP's nativ

[Bug gas/818] error handling %farg[0-4] registers

2005-04-11 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-04-11 16:20 --- Subject: Re: New: error handling %farg[0-4] registers Hi Eric, Hi David, > When gas encounters the statement: > fldws -4(%r22),%farg0 > it issues the error: > Error: Field out of range [0..31] (-59

Re: [Bug binutils/835] New: Fails to build in 64bit mode

2005-04-11 Thread Nick Clifton
Hi Francois, binutils-2.15 does not compile in 64bit mode due to the fact that, starting in AIX5.2, in 64bit, we do not support the old format of vm-info and core-dump. I made changes in bfd/rs6000-core.c that I can provide you with, basically #ifdef ing out the references to the "old" part of the

[Bug binutils/835] Fails to build in 64bit mode

2005-04-11 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-04-11 15:59 --- Subject: Re: New: Fails to build in 64bit mode Hi Francois, > binutils-2.15 does not compile in 64bit mode due to the fact that, starting in > AIX5.2, in 64bit, we do not support the old format of vm-info and co