aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/v850
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-08-07 19:12:52 +0200
committerMartin Liska <marxin@gcc.gnu.org>2017-08-07 17:12:52 +0000
commit2643d17f5a0c6b2c760e9dc9bc23399dbc6aae37 (patch)
tree244cdf89224210fba86d2aaac34d4de3f1ce2b19 /gcc/config/v850
parentf4c222c0358dc0f9f6390e1eee1c6a9214f7f829 (diff)
downloadgcc-2643d17f5a0c6b2c760e9dc9bc23399dbc6aae37.zip
gcc-2643d17f5a0c6b2c760e9dc9bc23399dbc6aae37.tar.gz
gcc-2643d17f5a0c6b2c760e9dc9bc23399dbc6aae37.tar.bz2
Add missing header file attribs.h to couple of targets.
2017-08-07 Martin Liska <mliska@suse.cz> * config/m32c/m32c.c: Add include of stringpool.h and attribs.h. * config/rl78/rl78.c: Add include of attribs.h. * config/sh/sh.c: Likewise. * config/v850/v850.c: Likewise. From-SVN: r250926
Diffstat (limited to 'gcc/config/v850')
-rw-r--r--gcc/config/v850/v850.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/v850/v850.c b/gcc/config/v850/v850.c
index eeb24aa..dd73c96 100644
--- a/gcc/config/v850/v850.c
+++ b/gcc/config/v850/v850.c
@@ -29,6 +29,7 @@
#include "memmodel.h"
#include "tm_p.h"
#include "stringpool.h"
+#include "attribs.h"
#include "insn-config.h"
#include "regs.h"
#include "emit-rtl.h"