* mn10200-opc.c: Change "trap" to "syscall".
[deliverable/binutils-gdb.git] / opcodes / mn10300-opc.c
index e654c600c5498db7ca18d4f9a4fe955fab851b8e..d068d82832f076b0c9bcf15f5693fcbb6d7f8912 100644 (file)
@@ -493,6 +493,10 @@ const struct mn10300_opcode mn10300_opcodes[] = {
 { "sat24",     0xf650,         0xfff0,         FMT_D0, {DM1, DN0}},
 { "bsch",      0xf670,         0xfff0,         FMT_D0, {DM1, DN0}},
 
+/* Extension.  We need some instruction to trigger "emulated syscalls"
+   for our simulator.  */
+{ "syscall",    0xf0ff,         0xffff,         FMT_D0, {UNUSED}},
+
 /* Extension.  When talking to the simulator, gdb requires some instruction
    that will trigger a "breakpoint" (really just an instruction that isn't
    otherwise used by the tools.  This instruction must be the same size
This page took 0.054362 seconds and 4 git commands to generate.