[Bug binutils/9774] objdump -d loops infinitely

2009-01-26 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2009-01-27 03:09 --- (In reply to comment #3) > Hi Khem, > > Please could you try out the uploaded patch and let me know if it works for > you. > > Cheers > Nick > Hi Nick Yes it fixes the problem. Thx -Khem --

[Bug gas/9782] Additional switches to disallow processor supplementary instructions

2009-01-26 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-01-27 01:46 --- (In reply to comment #6) > It would be better to allow the system builder to choose the instruction set for the machine at compile time, rather than making such decisions at runtime. > Please read comment

[Bug gas/9782] Additional switches to disallow processor supplementary instructions

2009-01-26 Thread markhobley at yahoo dot co dot uk
--- Additional Comments From markhobley at yahoo dot co dot uk 2009-01-27 00:47 --- Subject: Re: Additional switches to disallow processor supplementary instructions > You can't disable an instruction at configure time. > However, > you can select an instruction set based on CPUID: R

[Bug ld/9790] LD's "export everything" logic problematic

2009-01-26 Thread mail at colinfinck dot de
--- Additional Comments From mail at colinfinck dot de 2009-01-26 21:25 --- Created an attachment (id=3688) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3688&action=view) Proposed patch fixing this problem for us We already use this patch for more than a year and it fixes the

[Bug ld/9790] New: LD's "export everything" logic problematic

2009-01-26 Thread mail at colinfinck dot de
I'm from the ReactOS Project and we use LD for linking executables, DLLs and also drivers. In ld/pe-dll.c:646, LD checks whether we have an export table and whether the component to be built is an executable. This works pretty well for executables and DLLs, but is quite problematic for drivers: T

[Bug gas/9789] New: Typo in latest commit for gas/AVR

2009-01-26 Thread j at uriah dot heep dot sax dot de
The latest commit for the AVR target (rev 1.3695 of ChangeLog, rev 1.22 of doc/c-avr.texi, rev 1.61 of config/tc-avr.c) contains a typo: the name of the "atmega128rfa1" device is misspelled as "atmega128rfa" in both, the source and the documentation files, while the ChangeLog entry mentions the cor

[Bug gas/9789] Typo in latest commit for gas/AVR

2009-01-26 Thread eric dot weddington at atmel dot com
--- Additional Comments From eric dot weddington at atmel dot com 2009-01-26 13:41 --- Fixed and committed as obvious. -- What|Removed |Added Status|NEW

[Bug gas/9789] Typo in latest commit for gas/AVR

2009-01-26 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-26 13:39 --- Subject: Bug 9789 CVSROOT:/cvs/src Module name:src Changes by: ewedding...@sourceware.org 2009-01-26 13:38:52 Modified files: gas: ChangeLog gas/config

[Bug gas/9782] Additional switches to disallow processor supplementary instructions

2009-01-26 Thread markhobley at yahoo dot co dot uk
--- Additional Comments From markhobley at yahoo dot co dot uk 2009-01-26 13:16 --- Subject: Re: Additional switches to disallow processor supplementary instructions > That is pretty much how it is implemented. But I can't > do it for > any arbitrary instructions. The instruction avai

[Bug gas/9785] FRV doesn't work on 64bit host

2009-01-26 Thread aoliva at sourceware dot org
--- Additional Comments From aoliva at sourceware dot org 2009-01-26 18:18 --- "Doesn't support" is quite strong. It was mostly developed on 64-bit hosts. Anyhow, I'll have a look as soon as I get a chance. Wouldn't mind if someone beat me to it. I remember having fixed a bunch of th

[Bug binutils/9774] objdump -d loops infinitely

2009-01-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-01-26 15:49 --- Created an attachment (id=3687) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3687&action=view) Sign extend addresses if necessary -- http://sourceware.org/bugzilla/show_bug.cgi?id=9774 --- You a

[Bug gas/9782] Additional switches to disallow processor supplementary instructions

2009-01-26 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-01-26 17:53 --- You can't disable an instruction at configure time. However, you can select an instruction set based on CPUID: -march=CPU[,+EXTENSION...] generate code for CPU and EXTENSION, CPU

[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-26 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-26 15:53 --- Subject: Bug 9766 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-01-26 15:52:55 Modified files: binutils : ChangeLog dlltool.c Log message:

[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-01-26 15:53 --- Hi Christoph, I have checked the patch in along with this changelog entry. Cheers Nick binutils/ChangeLog 2009-01-26 Nick Clifton PR 9766 * dlltool.c (xlate): When strip text after the @

[Bug binutils/9774] objdump -d loops infinitely

2009-01-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-01-26 15:50 --- Hi Khem, Please could you try out the uploaded patch and let me know if it works for you. Cheers Nick -- What|Removed |Added