From: Alexandre Oliva Date: Mon, 4 Jun 2001 04:10:38 +0000 (+0000) Subject: * sh-opc.h (sh_table): Complete last element entry to avoid X-Git-Tag: dberlin-typesystem-branchpoint~378 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ab433aae8243622dbc5756a7f7c82cf0fd5cb1c;p=thirdparty%2Fbinutils-gdb.git * sh-opc.h (sh_table): Complete last element entry to avoid compiler warning. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 142be15b5f6..557c8a6676f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2001-06-04 Alexandre Oliva + + * sh-opc.h (sh_table): Complete last element entry to avoid + compiler warning. + 2001-05-16 Thiemo Seufer * mips-dis.c (mips_isa_type): Add MIPS r12k support. diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h index a2822f51fdc..aae7f3b7d37 100644 --- a/opcodes/sh-opc.h +++ b/opcodes/sh-opc.h @@ -835,7 +835,7 @@ sh_opcode_info sh_table[] = { /* 1111nn0111111101 ftrv XMTRX_M4,*/{"ftrv",{XMTRX_M4,V_REG_N},{HEX_F,REG_NM,HEX_F,HEX_D}, arch_sh4_up}, -{ 0 } +{ 0, {}, {}, 0 } }; #endif