summaryrefslogtreecommitdiff
path: root/libobjc/ChangeLog
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-08 14:40:38 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-08 14:40:38 +0000
commit1ff2b66435d05aea90969c16d39a4a33ed57a3bd (patch)
tree2b4814a6fef8f05a50646e6438a475fdfb5ced18 /libobjc/ChangeLog
parent0388a9af90e84d113074f2dd42e8fc9bd349e948 (diff)
downloadgcc-1ff2b66435d05aea90969c16d39a4a33ed57a3bd.tar.gz
2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
* archive.c: Fix all the warnings about passing unsigned char* to char* and the other way too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r--libobjc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 3c8017a4767..8f06ee8a758 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * archive.c: Fix all the warnings about passing unsigned char*
+ to char* and the other way too.
+
2004-09-16 Andrew Pinski <pinskia@physics.uc.edu>
PR libobjc/16448