aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2015-01-09 21:17:10 +0000
committerJakub Jelinek <jakub@redhat.com>2015-01-09 21:17:10 +0000
commitf92355de4f7d41315aeb0eaf00bb4ac043962bf4 (patch)
treebc5b5a43fdbb93e7f4ab44c191121d39d27fa746 /gcc/objc
parent0123c54f7fb800ff273afabaf2965dcb274905a3 (diff)
PR rtl-optimization/64536
* cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate tablejumps. * gcc.dg/pr64536.c: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@219405 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 15b0f8be581..c8d088be22f 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,16 @@
+2015-01-09 Michael Collison <michael.collison@linaro.org>
+
+ * objc-act.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
+ input.h, alias.h, symtab.h, options, fold-const.h,
+ wide-int.h, and inchash.h due to flattening of tree.h.
+ * objc-encoding.c: Ditto.
+ * objc-gnu-runtime-abi-01.c: Ditto.
+ * objc-lang.c: Ditto.
+ * objc-map.c: Ditto.
+ * objc-next-runtime-abi-01.c: Ditto.
+ * objc-next-runtime-abi-02.c: Ditto.
+ * objc-runtime-shared-support.c: Ditto.
+
2015-01-05 Jakub Jelinek <jakub@redhat.com>
Update copyright years.