* expprint.c (print_subexp): If opcode not found in op_print_tab,

stop with an error().
	eval.c (evaluate_subexp): Change error message.
This commit is contained in:
Jim Kingdon 1993-04-13 19:18:37 +00:00
parent ccd87bf2b4
commit e2ff731bf7

View file

@ -1,5 +1,9 @@
Tue Apr 13 08:28:26 1993 Jim Kingdon (kingdon@cygnus.com)
* expprint.c (print_subexp): If opcode not found in op_print_tab,
stop with an error().
eval.c (evaluate_subexp): Change error message.
* objfiles.c (build_objfile_section_table): Cast return value
from obstack_finish.