forked from Imagelibrary/binutils-gdb
* coffread.c (coff_symfile_read): Use xmalloc, not malloc.
* language.c, printcmd.c: Lint.
* language.h (get_frame_language): Declare.
* saber.suppress: update.
* stack.c (find_relative_frame): Remove complex code that was
#if 0'd, stick with simple code. Lint.
* saber.suppress: Update a bit.
* symfile.c (add_symbol_file_command): Add "?" to question.
* utils.c (parse_escape): Avoid \a due to bdead compilers.
* value.h: Declare typedef_print.
* valprint.c (val_print, type_print_base): TYPE_CODE_RANGE less
kludgey.
This commit is contained in:
@@ -166,3 +166,5 @@ char *language_str();
|
||||
|
||||
/* Add a language to the set known by GDB (at initialization time). */
|
||||
void add_language (); /* Arg is &language_defn */
|
||||
|
||||
extern enum language get_frame_language (); /* In stack.c */
|
||||
|
||||
Reference in New Issue
Block a user