From: Jim Kingdon Date: Tue, 13 Apr 1993 19:18:37 +0000 (+0000) Subject: * expprint.c (print_subexp): If opcode not found in op_print_tab, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2ff731bf7586317aea1dfbe588cc8d1ec182457;p=binutils-gdb.git * expprint.c (print_subexp): If opcode not found in op_print_tab, stop with an error(). eval.c (evaluate_subexp): Change error message. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c477142bb27..fcc450b71ae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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.