aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/ChangeLog
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2006-09-19 23:56:17 +0000
committerEric Christopher <echristo@gcc.gnu.org>2006-09-19 23:56:17 +0000
commit64ee94908dee791e0f1ee24f740a9fc734fc7002 (patch)
treec69f5f84d38935b21c920b0de96f5b6100d6adea /gcc/objc/ChangeLog
parent83a4f4f746dd8db00bbec21f9e31f72b160bc24c (diff)
downloadgcc-64ee94908dee791e0f1ee24f740a9fc734fc7002.zip
gcc-64ee94908dee791e0f1ee24f740a9fc734fc7002.tar.gz
gcc-64ee94908dee791e0f1ee24f740a9fc734fc7002.tar.bz2
tm.texi (OBJC_JBLEN): Describe.
2006-09-19 Eric Christopher <echristo@apple.com> * doc/tm.texi (OBJC_JBLEN): Describe. * config/i386/darwin.h (OBJC_JBLEN): Define. * config/rs6000/darwin.h: Ditto. 2006-09-19 Eric Christopher <echristo@apple.com> * objc-act.c (JBLEN): Rename to OBJC_JBLEN, default to something innocuous. (build_next_objc_exception_stuff): Rename JBLEN. From-SVN: r117066
Diffstat (limited to 'gcc/objc/ChangeLog')
-rw-r--r--gcc/objc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index a588bf3..ec777a6 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-19 Eric Christopher <echristo@apple.com>
+
+ * objc-act.c (JBLEN): Rename to OBJC_JBLEN,
+ default to something innocuous.
+ (build_next_objc_exception_stuff): Rename JBLEN.
+
2006-07-28 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.