diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-22 16:55:23 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-22 16:55:23 +0000 |
commit | 28839899c9e02e1893764acc7ca181529447ca0c (patch) | |
tree | 7c64db7b009cb06ebd65b5991d8a00f5ce28a22c /libiberty | |
parent | d2d39e093698106fd3647a32bcf75671e1f77872 (diff) | |
download | gcc-28839899c9e02e1893764acc7ca181529447ca0c.tar.gz |
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>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18172 138bc75d-0d04-0410-961f-82ee72b054a4
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 |