diff options
author | John Gilmore <gnu@cygnus> | 1991-09-28 01:35:29 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-28 01:35:29 +0000 |
commit | d8ce13268e9c7514b4b09757ad762bce9d0bfb0a (patch) | |
tree | 7156d8661603b50b662933c870fbc95050b43f60 /gdb/saber.suppress | |
parent | dad0e12d57c432daeabe8f9a05848a60a5d08f91 (diff) | |
download | gdb-d8ce13268e9c7514b4b09757ad762bce9d0bfb0a.zip gdb-d8ce13268e9c7514b4b09757ad762bce9d0bfb0a.tar.gz gdb-d8ce13268e9c7514b4b09757ad762bce9d0bfb0a.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/saber.suppress')
-rw-r--r-- | gdb/saber.suppress | 32 |
1 files changed, 21 insertions, 11 deletions
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 |