aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-08-02 22:19:40 +0000
committerK. Richard Pixley <rich@cygnus>1991-08-02 22:19:40 +0000
commitc5c604c4467d2b786a97de4d212af59e67e146e2 (patch)
treec82fb61c8e90e5ebcea9281bb5eacd58a0bba85c /include
parent497acf1620466340988ab0759bb867f1afc4680e (diff)
downloadgdb-c5c604c4467d2b786a97de4d212af59e67e146e2.zip
gdb-c5c604c4467d2b786a97de4d212af59e67e146e2.tar.gz
gdb-c5c604c4467d2b786a97de4d212af59e67e146e2.tar.bz2
Added (sun?) instructions so that gas can assemble a sun cc produced
gnulib1.s.
Diffstat (limited to 'include')
-rwxr-xr-xinclude/m68k-opcode.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/m68k-opcode.h b/include/m68k-opcode.h
index 2c5a1d6..86e0199 100755
--- a/include/m68k-opcode.h
+++ b/include/m68k-opcode.h
@@ -279,6 +279,7 @@ struct m68k_opcode m68k_opcodes[] =
{"bhi", one(0061000), one(0177777), "BW"},
{"bls", one(0061400), one(0177777), "BW"},
{"bcc", one(0062000), one(0177777), "BW"},
+{"jfnlt", one(0062000), one(0177777), "BW"},
{"bcs", one(0062400), one(0177777), "BW"},
{"bne", one(0063000), one(0177777), "BW"},
{"beq", one(0063400), one(0177777), "BW"},
@@ -290,6 +291,7 @@ struct m68k_opcode m68k_opcodes[] =
{"blt", one(0066400), one(0177777), "BW"},
{"bgt", one(0067000), one(0177777), "BW"},
{"ble", one(0067400), one(0177777), "BW"},
+{"jfngt", one(0067400), one(0177777), "BW"},
{"bra", one(0060000), one(0177777), "BW"},
{"bsr", one(0060400), one(0177777), "BW"},
@@ -301,6 +303,7 @@ struct m68k_opcode m68k_opcodes[] =
{"bcss", one(0062400), one(0177400), "BB"},
{"bnes", one(0063000), one(0177400), "BB"},
{"beqs", one(0063400), one(0177400), "BB"},
+{"jfeq", one(0063400), one(0177400), "BB"},
{"bvcs", one(0064000), one(0177400), "BB"},
{"bvss", one(0064400), one(0177400), "BB"},
{"bpls", one(0065000), one(0177400), "BB"},
@@ -604,13 +607,18 @@ struct m68k_opcode m68k_opcodes[] =
{"seq", one(0053700), one(0177700), "$s"},
{"sf", one(0050700), one(0177700), "$s"},
{"sge", one(0056300), one(0177700), "$s"},
+{"sfge", one(0056300), one(0177700), "$s"},
{"sgt", one(0057300), one(0177700), "$s"},
+{"sfgt", one(0057300), one(0177700), "$s"},
{"shi", one(0051300), one(0177700), "$s"},
{"sle", one(0057700), one(0177700), "$s"},
+{"sfle", one(0057700), one(0177700), "$s"},
{"sls", one(0051700), one(0177700), "$s"},
{"slt", one(0056700), one(0177700), "$s"},
+{"sflt", one(0056700), one(0177700), "$s"},
{"smi", one(0055700), one(0177700), "$s"},
{"sne", one(0053300), one(0177700), "$s"},
+{"sfneq", one(0053300), one(0177700), "$s"},
{"spl", one(0055300), one(0177700), "$s"},
{"st", one(0050300), one(0177700), "$s"},
{"svc", one(0054300), one(0177700), "$s"},