diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-02-22 09:55:23 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-02-22 09:55:23 -0700 |
commit | 76a8b46efeb54c4b39e6b07a89e317c3be63602a (patch) | |
tree | 7c64db7b009cb06ebd65b5991d8a00f5ce28a22c /libiberty | |
parent | 5890bc92d41b13a99c7a3349daa9a2e2162b1ce2 (diff) | |
download | gcc-76a8b46efeb54c4b39e6b07a89e317c3be63602a.tar.gz |
vmsbuild.com [...]: Synchronized with Makefile.in: Add fnmatch.o and objalloc.o; remove vasprintf.o.
P
* vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
Add fnmatch.o and objalloc.o; remove vasprintf.o.
[config.h]: Define NEED_strsignal.
* functions.def: Correct argument types for strerror and
strsignal. Reported by Alex Gutman <agutman@emc.com>.
From-SVN: r18172
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 1e529f840ba..f3ead6bb7c5 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -24,6 +24,17 @@ Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com> * config.table (vxworks configs): Default to VxWorks 5.x, as that is the currently shipping OS. +Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu> + + * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in: + Add fnmatch.o and objalloc.o; remove vasprintf.o. + [config.h]: Define NEED_strsignal. + +Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com> + + * functions.def: Correct argument types for strerror and + strsignal. Reported by Alex Gutman <agutman@emc.com>. + Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com> * vasprintf.c (int_vasprintf): Increase buffer size for float/double |