diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-16 01:47:58 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-16 01:47:58 +0000 |
commit | 8370b483d36930e46d3ec5a083702386af597654 (patch) | |
tree | c3abfe3ff9a4df7e1545b739c0a7409c09cd6b2d /gcc/objc | |
parent | 8f7323c5912412fdde781a7667fbf60046592218 (diff) | |
parent | 6ca03b4e86cec2ebd2b61425871730a8e0cd5df9 (diff) | |
download | gcc-8370b483d36930e46d3ec5a083702386af597654.tar.gz |
Merge in trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@204895 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/objc/objc-act.c | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index e3be5f8d212..8777efba152 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,11 @@ +2013-11-14 Andrew MacLeod <amacleod@redhat.com> + + * objc-act.c: Include only gimplify.h and gimple.h as needed. + +2013-11-12 Andrew MacLeod <amacleod@redhat.com> + + * objc-act.c: Include gimplify.h. + 2013-11-07 Andrew MacLeod <amacleod@redhat.com> * objc-act.c (objc_push_parm): Handle atomic qualifier. diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 112a7d1d65a..0b1b304e126 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -62,6 +62,7 @@ along with GCC; see the file COPYING3. If not see /* For enum gimplify_status */ #include "gimple.h" +#include "gimplify.h" /* For encode_method_prototype(). */ #include "objc-encoding.h" |