* configure.in: Add AC_FUNC_VFORK.

* configure, config.in: Rebuild.
	* dlltool.c, nlmconv.c: Include <vfork.h> if HAVE_VFORK_H is
	defined.
This commit is contained in:
Ian Lance Taylor 1996-03-18 23:52:43 +00:00
parent 6ae6090e22
commit a912e811fc

View file

@ -1,5 +1,10 @@
Mon Mar 18 18:05:33 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Add AC_FUNC_VFORK.
* configure, config.in: Rebuild.
* dlltool.c, nlmconv.c: Include <vfork.h> if HAVE_VFORK_H is
defined.
* stabs.c (parse_stab_range_type): A complex type is defined as a
subrange of itself with the high bound zero.
* ieee.c (ieee_complex_type): Don't crash on sizes of 12 or 16.