aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2004-12-20 14:35:07 -0800
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-12-20 14:35:07 -0800
commitdef9360c67e43763c98a0579164ce400fc9f411c (patch)
treef7c3543ab650be3e29303c916478827cb551abfe /libobjc
parent63b6f9ea4b85008e2c470d6d15b39955dff8091a (diff)
downloadgcc-def9360c67e43763c98a0579164ce400fc9f411c.zip
gcc-def9360c67e43763c98a0579164ce400fc9f411c.tar.gz
gcc-def9360c67e43763c98a0579164ce400fc9f411c.tar.bz2
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. From-SVN: r92439
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 9968b12..39b9424 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>