aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/ChangeLog
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2005-09-01 01:32:10 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-08-31 18:32:10 -0700
commit04885a24b01c4c7e1ad522b0b1b9e74b6e28518a (patch)
tree9a5131e1306d24a045845b0ecb18a40958398215 /gcc/objc/ChangeLog
parent0fd662ee04b37a665ad95d619a7e47185f079183 (diff)
downloadgcc-04885a24b01c4c7e1ad522b0b1b9e74b6e28518a.zip
gcc-04885a24b01c4c7e1ad522b0b1b9e74b6e28518a.tar.gz
gcc-04885a24b01c4c7e1ad522b0b1b9e74b6e28518a.tar.bz2
re PR objc/23306 ([unit-at-a-time] objc exceptions (GNU runtime) don't work with unit-at-a-time)
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu> PR objc/23306 * objc-act.c (generate_strings): Remove and move code to finish decl to ... (add_objc_string): here when creating a new string decl. (finish_objc): Don't call generate_strings. 2005-08-31 Andrew Pinski <pinskia@physics.uc.edu> PR objc/23306 * objc.dg/image-info.m: Remove "objc_module_info" check part of the scan-assmbler. From-SVN: r103713
Diffstat (limited to 'gcc/objc/ChangeLog')
-rw-r--r--gcc/objc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index fdb8c57..a66a772 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,5 +1,13 @@
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
+ PR objc/23306
+ * objc-act.c (generate_strings): Remove and move code to
+ finish decl to ...
+ (add_objc_string): here when creating a new string decl.
+ (finish_objc): Don't call generate_strings.
+
+2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
+
PR objc/23381
* objc-act.c (next_sjlj_build_try_catch_finally): Set
TREE_SIDE_EFFECTS on catch_seq after building it.