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]

Re: [PATCH] x86: rep prefix handling adjustment


On Fri, May 06, 2005 at 02:03:18PM +0200, Jan Beulich wrote:
> Until now, gas looked just at the first instruction of a series of
> identically named ones to determine whether it is a string instruction and
> thus accepts the use of a rep prefix. Since that required particular
> ordering in the opcode table (without that being said to be so), this
> patch adjusts code to have more freedom in the table ordering. At once, it
> restricts the set of instructions to choose from to just the string ones
> when a rep prefix was specified. As a nice side effect, some diagnostics
> get replaced by more meaningful ones.
> 

OK. Thanks.


H.J.


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