From: Steve Chamberlain Date: Wed, 20 Sep 1995 16:57:36 +0000 (+0000) Subject: Wed Sep 20 08:16:03 1995 steve chamberlain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e67328f287e96a59e563bf179d18e482378f6b7;p=binutils-gdb.git Wed Sep 20 08:16:03 1995 steve chamberlain * defs.h (xmalloc, xrealloc): Delete, they're declared in libiberty.h. (GETENV_PROVIDED, FCLOSE_PROVIDED): New. * doc/gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document. * remote-sim.[ch] (sim_callback_write_stdout): New. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 50de98f3c9a..ee1a4e70484 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed Sep 20 08:16:03 1995 steve chamberlain + + * defs.h (xmalloc, xrealloc): Delete, they're declared in libiberty.h. + (GETENV_PROVIDED, FCLOSE_PROVIDED): New. + * doc/gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document. + * remote-sim.[ch] (sim_callback_write_stdout): New. + Tue Sep 19 15:28:58 1995 Per Bothner * gdbtypes.c (create_set_type): Set TYPE_LENGTH in bytes, not bits.