diff options
author | David Daney <ddaney@avtrex.com> | 2008-07-09 19:37:29 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2008-07-09 19:37:29 +0000 |
commit | 432b5555207c59c1c9be108d62700aca8f9baa1f (patch) | |
tree | 5842ece379d14b8fc01e485413f0bea8fb69026c | |
parent | d406b663d0e9973eeb9211409fe35d70b973db34 (diff) | |
download | gcc-432b5555207c59c1c9be108d62700aca8f9baa1f.zip gcc-432b5555207c59c1c9be108d62700aca8f9baa1f.tar.gz gcc-432b5555207c59c1c9be108d62700aca8f9baa1f.tar.bz2 |
driver-native.c: Include coretypes.h and tm.h.
2008-07-09 David Daney <ddaney@avtrex.com>
* config/mips/driver-native.c: Include coretypes.h and tm.h.
From-SVN: r137669
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/driver-native.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4cb2cae..06cd42f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-07-09 David Daney <ddaney@avtrex.com> + + * config/mips/driver-native.c: Include coretypes.h and tm.h. + 2008-07-09 Jakub Jelinek <jakub@redhat.com> * gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. diff --git a/gcc/config/mips/driver-native.c b/gcc/config/mips/driver-native.c index 22b0893..cc00389 100644 --- a/gcc/config/mips/driver-native.c +++ b/gcc/config/mips/driver-native.c @@ -19,6 +19,8 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" /* This will be called by the spec parser in gcc.c when it sees a %:local_cpu_detect(args) construct. Currently it will be called |