This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch to opcodes/sh-opc.h


I think the ChangeLog entry says it all.  Okay to commit?

2000-12-07  Ben Elliston  <bje@redhat.com>

	* sh-opc.h: Provide initialisers for the final sh_opcode_info
	table entry to eliminate a warning from the C compiler.

*** sh-opc.h	2000/11/11 05:44:07	1.31
--- sh-opc.h	2000/12/07 07:06:05
***************
*** 834,840 ****
  
  /* 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 } 
  };
  
  #endif
--- 834,840 ----
  
  /* 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},
  };
  
  #endif

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]