aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/ChangeLog
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2006-05-24 21:31:42 +0000
committerMike Stump <mrs@gcc.gnu.org>2006-05-24 21:31:42 +0000
commit1fb34f17ed216a9769d44b5ef85cc8b800765985 (patch)
treed0ab5f7e4d2642a0ca7d51bd73db768be46cf2fd /gcc/objc/ChangeLog
parent860d14158ec2b3496ce4f119f3d0247110ea5b09 (diff)
downloadgcc-1fb34f17ed216a9769d44b5ef85cc8b800765985.zip
gcc-1fb34f17ed216a9769d44b5ef85cc8b800765985.tar.gz
gcc-1fb34f17ed216a9769d44b5ef85cc8b800765985.tar.bz2
* objc-act.c (build_next_objc_exception_stuff): Use JBLEN instead of _JBLEN.
From-SVN: r114053
Diffstat (limited to 'gcc/objc/ChangeLog')
-rw-r--r--gcc/objc/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 2953216..2b5eeb4 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-24 Mike Stump <mrs@apple.com>
+
+ * objc-act.c (build_next_objc_exception_stuff): Use JBLEN instead of _JBLEN.
+
2006-05-05 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR objc/27240
@@ -18,8 +22,8 @@
2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
PR objc/25360
- * objc/objc-act.c (encode_type): Encode Complex types as 'j' followed
- by the inner type.
+ * objc/objc-act.c (encode_type): Encode Complex types as 'j' followed
+ by the inner type.
2005-12-12 Andrew Pinski <pinskia@physics.uc.edu>