summaryrefslogtreecommitdiff
path: root/libobjc/ChangeLog
diff options
context:
space:
mode:
authorayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-24 21:57:22 +0000
committerayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-24 21:57:22 +0000
commite23e7a9155a79d326a25567faa2d6b870d5f3423 (patch)
tree85fe1b7ee2078b5f5f57e2e3ff58875538077a45 /libobjc/ChangeLog
parent01473a49825d174b3e9a184e9da5c5ca009077e7 (diff)
downloadgcc-e23e7a9155a79d326a25567faa2d6b870d5f3423.tar.gz
2006-01-24 David Ayers <d.ayers@inode.at>
PR libobjc/13946 * configure.ac: Add include directives for --enable-objc-gc. * Makefile.in: Ditto. * configure: Regenerate. * gc.c (__objc_class_structure_encoding): Increment the used bytes instead of the local pointer to them. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r--libobjc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 27378fbd79b..e8fdc1591cc 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,13 @@
+2006-01-24 David Ayers <d.ayers@inode.at>
+
+ PR libobjc/13946
+ * configure.ac: Add include directives for --enable-objc-gc.
+ * Makefile.in: Ditto.
+ * configure: Regenerate.
+
+ * gc.c (__objc_class_structure_encoding): Increment the used bytes
+ instead of the local pointer to them.
+
2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
PR objc/25360