diff options
Diffstat (limited to 'gcc/config/vax/vax.c')
-rw-r--r-- | gcc/config/vax/vax.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index 574ffa525c4..43d6a9cc7bd 100644 --- a/gcc/config/vax/vax.c +++ b/gcc/config/vax/vax.c @@ -34,7 +34,13 @@ Boston, MA 02111-1307, USA. */ #include "tree.h" #endif #include "tm_p.h" +#include "target.h" +#include "target-def.h" + +/* Initialize the GCC target structure. */ +struct gcc_target target = TARGET_INITIALIZER; + /* This is like nonimmediate_operand with a restriction on the type of MEM. */ void |