From: John Gilmore Date: Sat, 1 Feb 1992 12:41:01 +0000 (+0000) Subject: Call malloc, not xmalloc, when we check the result and recover from errors. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=96499e9638305ae678bc1ed4c53cc0acc1df648d;p=deliverable%2Fbinutils-gdb.git Call malloc, not xmalloc, when we check the result and recover from errors. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b003b4d8b5..f3dfb34a79 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 1 04:39:41 1992 John Gilmore (gnu at cygnus.com) + + * dbxread.c (dbx_symfile_init): Call malloc, not xmalloc. + Sat Feb 1 04:15:41 1992 Stu Grossman (grossman at cygnus.com) * Makefile.in: Increment version to 4.4.1.