From 9ff7a1f1839ad0b3d09f60be503ae215e1e1a89b Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Wed, 28 Jan 2004 00:05:47 +0000 Subject: [PATCH] 2004-01-27 Michael Snyder * sh-opc.h (sh_table): "fsrra", not "fssra". --- opcodes/ChangeLog | 4 ++++ opcodes/sh-opc.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 15c6e668e..c8a2ded74 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2004-01-27 Michael Snyder + + * sh-opc.h (sh_table): "fsrra", not "fssra". + 2004-01-23 Andrew Over * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h index b9e103cc1..4b0b0a8d0 100644 --- a/opcodes/sh-opc.h +++ b/opcodes/sh-opc.h @@ -935,7 +935,7 @@ const sh_opcode_info sh_table[] = /* 1111nnnn01101101 fsqrt */{"fsqrt",{F_REG_N},{HEX_F,REG_N,HEX_6,HEX_D}, arch_sh3e_up}, /* 1111nnnn01101101 fsqrt */{"fsqrt",{D_REG_N},{HEX_F,REG_N,HEX_6,HEX_D}, arch_sh4_up}, -/* 1111nnnn01111101 fssra */{"fssra",{F_REG_N},{HEX_F,REG_N,HEX_7,HEX_D}, arch_sh4a_up}, +/* 1111nnnn01111101 fsrra */{"fsrra",{F_REG_N},{HEX_F,REG_N,HEX_7,HEX_D}, arch_sh4a_up}, /* 1111nnnn00001101 fsts FPUL,*/{"fsts",{FPUL_M,F_REG_N},{HEX_F,REG_N,HEX_0,HEX_D}, arch_sh2e_up}, -- 2.11.4.GIT