diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-22 16:58:47 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-22 16:58:47 +0000 |
commit | 3fe166bf062263a4abdea4b7439ae52ef22a0e3a (patch) | |
tree | 0232c84a887b0024faaf61436074d7bbc7b93a04 /libiberty | |
parent | bd583cd2d0a14627bff72eb093ea0273cfc45717 (diff) | |
download | gcc-3fe166bf062263a4abdea4b7439ae52ef22a0e3a.tar.gz |
Tweak various entries to make them match devo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18175 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 48 |
1 files changed, 21 insertions, 27 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f3ead6bb7c5..dbe5af5af8a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -40,23 +40,31 @@ Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com> * vasprintf.c (int_vasprintf): Increase buffer size for float/double values. -Sat Jan 17 22:32:38 1998 Mumit Khan <khan@xraylith.wisc.edu> - J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl> +Sat Jan 17 22:28:38 1997 Mumit Khan <khan@xraylith.wisc.edu> + J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl> + + Add mingw32 support. + * pexecute.c (pexecute): New function for mingw32. Supports pipes. + (pwait): New function for mingw32. + + * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32. + * config/mt-mingw32: New file. + * xmalloc.c (first_break): Not used for mingw32. + (xmalloc_set_program_name): Don't use sbrk on mingw32. + (xmalloc): Likewise. + (xrealloc): Likewise. - Add mingw32 support. - * pexecute.c (pexecute): New function for mingw32. Supports pipes. - (pwait): New function for mingw32. +Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com) - * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32. - * config/mt-mingw32: New file. - * xmalloc.c (first_break): Not used for mingw32. - (xmalloc_set_program_name): Don't use sbrk on mingw32. - (xmalloc): Likewise. - (xrealloc): Likewise. + * choose-temp.c: Sync with gcc version. -Sat Jan 17 22:25:53 1998 Jeffrey A Law (law@cygnus.com) +Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com> - * choose-temp.c: Sync with gcc version. + * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR + to all filenames in libdir and tooldir. + (distclean): Do MULTICLEAN before deleting Makefile. + (stamp-needed, stamp-config): Add MULTISRCTOP to + pathname for move-if-change. Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com) @@ -131,26 +139,12 @@ Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com> * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex". -Tue Sep 9 19:39:12 1997 Jim Wilson <wilson@cygnus.com> - - * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR - to all filenames in libdir and tooldir. - -Fri Sep 5 17:28:50 1997 Jim Wilson <wilson@cygnus.com> - - * Makefile.in (distclean): Do MULTICLEAN before deleting Makefile. - Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com> * asprintf.c (asprintf): New file. * Makefile.in (CFILES): Add asprintf.c * functions.def: Ditto. -Wed Sep 3 14:35:52 1997 Jim Wilson <wilson@cygnus.com> - - * Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to - pathname for move-if-change. - Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com> * argv.c (dupargv): New function, duplicate an argument vector. |