Temp. disabling warnings for macro instructions in a delay slot.

Smets, Jan (Jan) jan.smets@alcatel-lucent.com
Wed Nov 9 18:12:00 GMT 2011


Hi


We have following MIPS assembly code:

beqz    $4,9f
li      $6, X

9: 
jr $31

li gets expanded to 'lui+ori'.

The assembler prints a warning :  Macro instruction expanded into multiple instructions in a branch delay slot.

But in this case it doesn't matter what happens in the delay slot. Is there a way to locally disable warnings?

(Like a .set warn / .set nowarn for example?)

I'm using binutils 2.21


Thanks
 - Jan




More information about the Binutils mailing list