diff options
author | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-29 07:11:04 +0000 |
---|---|---|
committer | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-29 07:11:04 +0000 |
commit | 6d09d1f2a3b182a8ee8d5aeb9ad827521825e90b (patch) | |
tree | f304dc7b4422c6350cb509eedbda16f376abaa01 /libobjc/ChangeLog | |
parent | 991a4ca19d26fd44693bf05fbe1eb6c5b5adfab1 (diff) | |
download | gcc-6d09d1f2a3b182a8ee8d5aeb9ad827521825e90b.tar.gz |
Removed the explicit prototypes for strlen and memcpy on 64-bit
platforms (Suggested by Rodney Brown <rdb@cup.hp.com>).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index d94fcd87374..70987e98753 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,9 @@ +Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com> + + * sarray.c, Object.m: Removed the explicit prototypes for strlen + and memcpy on 64-bit platforms (Suggested by Rodney Brown + <rdb@cup.hp.com>). + 2000-05-12 H.J. Lu (hjl@gnu.org) * Makefile.in (GTHREAD_FLAGS): New. |