This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patches] Re: pentium4 branch prediction hints support
> > + fputs (ASSEMBLER_DIALECT ? "ds: " : "ds ; ", file);
>
> Are you sure this is the right syntax for intel mode?
>
> If so, ok. Otherwise, you might have to issue ".byte 0xYY\n"
> or something.
I've just checked, that the "ds ;" works for nasm as well (it is not grokeed
by old gas in Intel mode, but new does accept it too), so I guess the best
choice is to output the second string unconditionally.
Honza
>
>
> r~