diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-18 23:52:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-18 23:52:43 +0000 |
commit | a912e811fc547a45cb1ea71e1cfb6ce9ee1843ff (patch) | |
tree | d5e8922a510a90a670eb6051cfbd0596d39fb728 /binutils | |
parent | 6ae6090e22c7c1d1f82ec0c25bb1f03a70b2dbe6 (diff) | |
download | gdb-a912e811fc547a45cb1ea71e1cfb6ce9ee1843ff.zip gdb-a912e811fc547a45cb1ea71e1cfb6ce9ee1843ff.tar.gz gdb-a912e811fc547a45cb1ea71e1cfb6ce9ee1843ff.tar.bz2 |
* configure.in: Add AC_FUNC_VFORK.
* configure, config.in: Rebuild.
* dlltool.c, nlmconv.c: Include <vfork.h> if HAVE_VFORK_H is
defined.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b66f4a7..200a4c8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. |