forked from Imagelibrary/binutils-gdb
* sh-opc.h (sh_table): Complete last element entry to avoid
compiler warning.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-06-04 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* sh-opc.h (sh_table): Complete last element entry to avoid
|
||||||
|
compiler warning.
|
||||||
|
|
||||||
2001-05-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
2001-05-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
* mips-dis.c (mips_isa_type): Add MIPS r12k support.
|
* mips-dis.c (mips_isa_type): Add MIPS r12k support.
|
||||||
|
|||||||
@@ -835,7 +835,7 @@ sh_opcode_info sh_table[] = {
|
|||||||
|
|
||||||
/* 1111nn0111111101 ftrv XMTRX_M4,<V_REG_n>*/{"ftrv",{XMTRX_M4,V_REG_N},{HEX_F,REG_NM,HEX_F,HEX_D}, arch_sh4_up},
|
/* 1111nn0111111101 ftrv XMTRX_M4,<V_REG_n>*/{"ftrv",{XMTRX_M4,V_REG_N},{HEX_F,REG_NM,HEX_F,HEX_D}, arch_sh4_up},
|
||||||
|
|
||||||
{ 0 }
|
{ 0, {}, {}, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user