This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Handle Solaris 8/9 x86 as rep syntax


Uros Bizjak <ubizjak@gmail.com> writes:

> OTOH, please see sync.md for the solution of probably the same
> problem. Maybe you should dig a bit into the version log for (probably
> removed) functionality behind "%;" , I doubt that it was introduced
> into the sources without it.

%; support is available all right: support is in i386.c (print_operand),
but I hadn't only looked in i386.md for actual uses.  In fact, the
current use in sync.md is too complicated: lock{%;| } can be replaced by
just lock%; since %; already emits the whitespace.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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