diff --git a/gas/ChangeLog b/gas/ChangeLog index b5fa375df3..587f9cc509 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 20 17:05:16 1996 David Mosberger-Tang + + * config/alpha-opcode.h: Added cvtst instruction. + Mon Mar 18 13:12:46 1996 Ian Lance Taylor * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stab diff --git a/gas/config/alpha-opcode.h b/gas/config/alpha-opcode.h index 7c4a2d6157..4ba5899369 100644 --- a/gas/config/alpha-opcode.h +++ b/gas/config/alpha-opcode.h @@ -439,7 +439,7 @@ static const struct alpha_opcode alpha_opcodes[] = { "mf_fpcr", 0x5c0004a0, 1, "E" }, { "mt_fpcr", 0x5c000480, 1, "E" }, -/* Vax subset (opcode 0x15) */ +/* VAX subset (opcode 0x15) */ { "addf", 0x54001000, 1, "e,f,g" }, { "addf/c", 0x54000000, 1, "e,f,g" }, { "addf/u", 0x54003000, 1, "e,f,g" }, @@ -653,6 +653,8 @@ static const struct alpha_opcode alpha_opcodes[] = { "cvtqt/suic", 0x5be0e7c0, 1, "f,g" }, { "cvtqt/suim", 0x5be0efc0, 1, "f,g" }, { "cvtqt/suid", 0x5be0ffc0, 1, "f,g" }, +{ "cvtst", 0x5be05580, 1, "f,g" }, /* note: floatop is same as cvtts! */ +{ "cvtst/s", 0x5be0d580, 1, "f,g" }, /* note: floatop is same as cvtts! */ { "cvtts", 0x5be01580, 1, "f,g" }, { "cvtts/c", 0x5be00580, 1, "f,g" }, { "cvtts/m", 0x5be00d80, 1, "f,g" },