diff options
author | DJ Delorie <dj@redhat.com> | 2003-01-24 21:31:35 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-01-24 21:31:35 +0000 |
commit | 5a17353c6b7e9e380ec5e01f16352111ac09b621 (patch) | |
tree | 80cded7840779a7acf4e0fa7a8c47fcb223664c0 /libiberty/ChangeLog | |
parent | 6c5977968d3f30224ac7ba84b5b852ed078c2117 (diff) | |
download | gdb-5a17353c6b7e9e380ec5e01f16352111ac09b621.zip gdb-5a17353c6b7e9e380ec5e01f16352111ac09b621.tar.gz gdb-5a17353c6b7e9e380ec5e01f16352111ac09b621.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e8f0ce2..6563cfe 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,24 @@ +2003-01-24 Zack Weinberg <zack@codesourcery.com> + + * Makefile.in (CFILES): Add pex-*.c. + (REQUIRED_OFILES): Change pexecute.o to @pexecute@ + (CONFIGURED_OFILES): Add pex-*.o. + (TEXIFILES): Add pexecute.txh. + (pexecute.o): Delete rule. + (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o, + pex-unix.o, pex-win32.o): New rules. + * configure.in: Change AC_INIT argument to xmalloc.c. + Compute appropriate pexecute implementation and substitute it + as @pexecute@. + + * pexecute.c: Split up into... + * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c, + pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these + new files. + + * functions.texi: Regenerate. + * configure: Regenerate. + 2003-01-20 Josef Zlomek <zlomekj@suse.cz> * hashtab.c (htab_expand): Fix allocation of new entries. |