Patch to opcodes/sh-opc.h

Ben Elliston bje@redhat.com
Wed Dec 6 23:08:00 GMT 2000


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


More information about the Binutils mailing list