MIPS, profiling, and not working
Maciej W. Rozycki
macro@ds2.pg.gda.pl
Thu Aug 16 03:11:00 GMT 2001
On Tue, 14 Aug 2001, Daniel Jacobowitz wrote:
> *sigh* Yes, I think the adjustment was meant to be made before the
> call. Perhaps binutils should warn about things in the "delay slot" of a
> macro?
.set nomacro?
There is usually no need to force an instruction into a delay slot
(unless there are nonobvious dependencies, but then you probably want to
avoid macro expansions anyway). You may just place it before a
branch/jump and gas will move it into the slot itself if it finds it can.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
More information about the Gcc-bugs
mailing list