diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-03 16:00:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-03 16:00:39 +0000 |
commit | 08372f14279208e1682dfc35325ade9c648e787e (patch) | |
tree | a2dc90a89cbf2d1e88de76179d2ffd42b194d32c /libiberty/ChangeLog | |
parent | 19c33eebb1bd216e6db2d783d5cb4ef304853d96 (diff) | |
download | gdb-08372f14279208e1682dfc35325ade9c648e787e.zip gdb-08372f14279208e1682dfc35325ade9c648e787e.tar.gz gdb-08372f14279208e1682dfc35325ade9c648e787e.tar.bz2 |
* floatformat.c: Add casts to avoid signed/unsigned warnings.
* pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a105710..159798a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,12 @@ +1999-08-03 Ian Lance Taylor <ian@zembu.com> + + * floatformat.c: Add casts to avoid signed/unsigned warnings. + * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix. + + * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to + $(TARGETLIB)n so it works on MSDOS. + (install_to_tooldir): Likewise. + 1999-07-21 Ian Lance Taylor <ian@zembu.com> From Mark Elbrecht: |