diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-25 16:22:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-25 16:22:43 +0000 |
commit | 27fca56f9885bd3c2364c3698475038954e26725 (patch) | |
tree | 0fcf9bb6122292d7e5c99cb6691a2c33d6d6959c /binutils/ChangeLog | |
parent | 81449d47c5400f7ea20543d20c416be210caa4ac (diff) | |
download | gdb-27fca56f9885bd3c2364c3698475038954e26725.zip gdb-27fca56f9885bd3c2364c3698475038954e26725.tar.gz gdb-27fca56f9885bd3c2364c3698475038954e26725.tar.bz2 |
* configure.in: Call AC_HEADER_SYS_WAIT.
* configure: Rebuild.
* config.in: Rebuild.
* dlltool.c: Include "libiberty.h" and "bucomm.h". Don't include
<stdio.h>, <stdlib.h>, or <string.h>. Don't include <wait.h>.
Include <sys/types.h>. Use HAVE_SYS_WAIT_H to control whether to
include <sys/wait.h> or define the wait macros by hand. Don't
declare xmalloc.
(gen_lib_file): Don't assume that sprintf returns the number of
characters; use strlen instead.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9f59928..06e63ea 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,16 @@ +Mon Sep 25 12:05:34 1995 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Call AC_HEADER_SYS_WAIT. + * configure: Rebuild. + * config.in: Rebuild. + * dlltool.c: Include "libiberty.h" and "bucomm.h". Don't include + <stdio.h>, <stdlib.h>, or <string.h>. Don't include <wait.h>. + Include <sys/types.h>. Use HAVE_SYS_WAIT_H to control whether to + include <sys/wait.h> or define the wait macros by hand. Don't + declare xmalloc. + (gen_lib_file): Don't assume that sprintf returns the number of + characters; use strlen instead. + Fri Sep 22 17:16:41 1995 Ian Lance Taylor <ian@cygnus.com> * objdump.c (disassemble_data): Don't use the old BFD based |