Re: assertion failure with gas and broken syntax

2008-09-18 Thread Alan Modra
On Thu, Sep 18, 2008 at 07:19:15AM -0700, H.J. Lu wrote: > I think it is another form of > > http://sourceware.org/bugzilla/show_bug.cgi?id=5543 > > We fixed it in generic assembler. If we want to fix this > one in x86 backend, should we revert the fix for PR 5543? It's really a result of md_reg

Re: assertion failure with gas and broken syntax

2008-09-18 Thread H.J. Lu
On Thu, Sep 18, 2008 at 4:44 AM, Nick Clifton <[EMAIL PROTECTED]> wrote: > Hi Per, Hi H.J., > > H.J. - this email is in response to a x86 assembler bug report from Per that > was posted here: > > http://lists.gnu.org/archive/html/bug-binutils/2008-09/msg6.html > > I have a patch to fix the pro

Re: assertion failure with gas and broken syntax

2008-09-18 Thread Nick Clifton
Hi Per, Hi H.J., H.J. - this email is in response to a x86 assembler bug report from Per that was posted here: http://lists.gnu.org/archive/html/bug-binutils/2008-09/msg6.html I have a patch to fix the problem (attached) but I am not sure if you will like it. Possibly the error should

assertion failure with gas and broken syntax

2008-09-10 Thread Per Øyvind Karlsen
Short and right to the point: $ echo 'cmp (%ax)-1, %ax'|as as: BFD (Linux/GNU Binutils) 2.18.50.0.9.20080822 assertion fail ../../bfd/elf.c:6492 as: BFD (Linux/GNU Binutils) 2.18.50.0.9.20080822 internal error, aborting at ../../bfd/elfcode.h line 227 in bfd_elf64_swap_symbol_out as: Please repor