aboutsummaryrefslogtreecommitdiff
path: root/libobjc/ChangeLog
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2005-07-26 14:27:33 +0000
committerAndrew Pinski <pinskia@physics.uc.edu>2005-07-26 14:27:33 +0000
commit4315e8e83d04c77a1baf2d1f28348ff63236e0a2 (patch)
tree66e7ece37d4f807569dcb1cffb5e42711da37e1d /libobjc/ChangeLog
parentc164d2bd5d50b710584ddb518fa8ba7ff7a6f0e0 (diff)
2005-07-26 Andrew Pinski <pinskia@physics.uc.edu>
PR libobjc/22606 * Makefile.in (ALL_CFLAGS): Add -fexceptions. 2005-07-26 Andrew Pinski <pinskia@physics.uc.edu> PR libobjc/22606 * objc.dg/try-catch-11.m: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@102386 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r--libobjc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 0fa3b08f16f..4456989fafd 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-26 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR libobjc/22606
+ * Makefile.in (ALL_CFLAGS): Add -fexceptions.
+
2005-06-08 David Ayers <d.ayers@inode.at>
* objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,