From d8ce13268e9c7514b4b09757ad762bce9d0bfb0a Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sat, 28 Sep 1991 01:35:29 +0000 Subject: * 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. --- gdb/saber.suppress | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) (limited to 'gdb/saber.suppress') diff --git a/gdb/saber.suppress b/gdb/saber.suppress index 959dec9..b1e1772 100644 --- a/gdb/saber.suppress +++ b/gdb/saber.suppress @@ -368,26 +368,36 @@ suppress 68 on complain /* Benign type mismatch */ suppress 3 in read_range_type /* Over/underflow unary minus */ -suppress 594 ../expread.tab.c -/* Set but not used */ -suppress 593 ../expread.tab.c -/* Label not used */ -suppress 590 ../expread.tab.c -/* Formal param not used */ -suppress 442 ../../bfd/archive.c +suppress 442 ../bfd/archive.c /* \0 in string */ -suppress 558 ../../bfd/b.out.c +suppress 558 ../bfd/b.out.c /* Conditional if always true */ -suppress 558 ../../bfd/coffswap.c +suppress 558 ../bfd/coffswap.c /* Conditional if always true -- bfd_h_put_x */ -suppress 529 ../../bfd/coffswap.c +suppress 529 ../bfd/coffswap.c /* Stmt unreach -- bfd_h_put_x */ -suppress 590 ../../bfd/ecoff.c +suppress 590 ../bfd/ecoff.c /* Formal parameter not used */ suppress 590 on ignore /* Formal param not used */ +suppress 590 on ignore_exec_bfd +/* Formal param not used */ +suppress 590 on ignore_core_bfd +/* Formal param not used */ +suppress 590 on ignore_input_section +/* Formal param not used */ suppress 590 on ignore_newsect /* Formal param not used */ +suppress 590 on ignore_abfd +/* Formal param not used */ +suppress 590 on ignore_symbol +/* Formal param not used */ +suppress 590 on ignore_symbols +/* Formal param not used */ +suppress 652 in ../bfd/libaout.h +/* The declaration has no effect */ +suppress 442 in ../bfd/archive.c +/* Escape sequence in string literal has null value */ /* Signals caught and ignored */ catch HUP -- cgit v1.1