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]
Other format: [Raw text]

1 line change to silence warnings


This change fully initalizes the last record of each CGEN_OPINST array,
silencing many warnings.  Ok to apply?

2003-08-06  Michael Meissner  <gnu@the-meissners.org>

	* opc-opinst.scm (-gen-operand-instance-table): Initialize all of
	the elements for the END record of CGEN_OPINST, silencing
	warnings.

*** cgen/opc-opinst.scm.~1.3.~	2003-05-15 03:25:02.000000000 -0400
--- cgen/opc-opinst.scm	2003-08-06 16:38:08.000000000 -0400
***************
*** 54,60 ****
  		  ins)
        (string-map (lambda (op)  (-gen-operand-instance op "OUTPUT"))
  		  outs)
!       "  { END }\n};\n\n")))
  )
  
  (define (-gen-operand-instance-tables)
--- 54,60 ----
  		  ins)
        (string-map (lambda (op)  (-gen-operand-instance op "OUTPUT"))
  		  outs)
!       "  { END, (const char *)0, (enum cgen_hw_type)0, (enum cgen_mode)0, (enum cgen_operand_type)0, 0, 0 }\n};\n\n")))
  )
  
  (define (-gen-operand-instance-tables)

-- 
Michael Meissner
email: gnu@the-meissners.org
http://www.the-meissners.org


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