* coffread.c (coff_symfile_read): Use xmalloc, not malloc.
authorJohn Gilmore <gnu@cygnus>
Sat, 28 Sep 1991 01:35:29 +0000 (01:35 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 28 Sep 1991 01:35:29 +0000 (01:35 +0000)
commitd8ce13268e9c7514b4b09757ad762bce9d0bfb0a
tree7156d8661603b50b662933c870fbc95050b43f60
parentdad0e12d57c432daeabe8f9a05848a60a5d08f91
    * 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/coffread.c
gdb/language.c
gdb/language.h
gdb/saber.suppress
gdb/stack.c
gdb/symfile.c