This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Very interesting IA64 gas bug


On Fri, Jun 06, 2003 at 06:15:11PM -0700, H. J. Lu wrote:
> On Fri, Jun 06, 2003 at 05:49:18PM -0700, H. J. Lu wrote:
> > > > 
> > > > This could be fixed by adding a new state for parsing IA-64 qps.  If we 
> > > > see an open paren before the opcode, then we switch to the new state, 
> > > > and switch back to state 0 after seeing the ).
> > > 
> > > I tried it. It still doesn't work in all cases. I am enclosing a patch
> > > and testsuite here.
> > > 
> > 
> > Never mind. The patch seems to work fine.
> 
> There is still a problem. I am enclosing a new patch and a new
> testsuite.
> 
> # make src
> ...
> # make
> ./as   -o buffer56.o buffer56.s
> buffer56.s: Assembler messages:
> buffer56.s:32765: Error: Unknown opcode `hint@pause'
> make: *** [buffer56.o] Error 1
> 

This patch seems to fix this bug.


H.J.

Attachment: gas-pred.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]