summaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-20 22:35:07 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-20 22:35:07 +0000
commitc5703f4d3e833a4b750a4c542cc1d390732df8b1 (patch)
treef7c3543ab650be3e29303c916478827cb551abfe /libobjc
parentee258b7ce095e9fca0ec829079dba7db20d67854 (diff)
downloadgcc-c5703f4d3e833a4b750a4c542cc1d390732df8b1.tar.gz
change the changelog entry to:
2004-12-20 Andrew Pinski <pinskia@physics.uc.edu> PR libobjc/12035 * gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since they are not used. Include limits.h and stdlib.h. Define BITS_PER_WORD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 9968b12016e..39b942461e6 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -2,7 +2,9 @@
PR libobjc/12035
* gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since
- they are not used. Include limits.h and stdlib.h.
+ they are not used.
+ Include limits.h and stdlib.h.
+ Define BITS_PER_WORD.
2004-12-12 Alexander Malmberg <alexander@malmberg.org>