This is the mail archive of the gcc-help@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] | |
Hi *, I am using GCC-3.3.6 for MIPS and tried to use the instruction "EHB" (Execution Hazard Barrier). However, I get the following error:
Assembler messages: Error: opcode not supported on this processor: mips32 (mips32) 'ehb'
Does anyone know if this instruction is supported in that version of GCC or any later versions? Moreover, is there any equivalent instructions that can be used instead?
.set push .set mips32r2 ehb .set pop
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |