Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>

* 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.
This commit is contained in:
Steve Chamberlain 1995-09-20 16:57:36 +00:00
parent 5897a29e88
commit 5e67328f28
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
* 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 <bothner@kalessin.cygnus.com>
* gdbtypes.c (create_set_type): Set TYPE_LENGTH in bytes, not bits.