Subject: Re: asm2gas in m68k/fpsp
To: Paul Forgey <paulf@aphrodite.com>
From: Chas Williams <chas@cmf.nrl.navy.mil>
List: port-mac68k
Date: 10/20/1998 16:32:20
>value of floating point number represented in hex'.  I changed asm2gas from
>subsituting #: -> #:0x to #: -> #0x

i agree that this works, but gas 2.x should take the same syntax as gas 1.x
looking at gas 2.x with gdb, it would seem crack_operand() is breaking the
instruction at the :, and feeding half the expression into the parser.

probably the notend() detector is a little too agressive.