diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2019-04-27 16:52:26 +0000 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gcc.gnu.org> | 2019-04-27 16:52:26 +0000 |
commit | cf0b6451a9bd6edb734ca7ff7f9346c7e97657b7 (patch) | |
tree | f3e466bab47ead2fc92ce43fbcd6984c20aa79ac /gcc | |
parent | 2b326d53c29b96a77199666d75430a7d1994bea7 (diff) | |
download | gcc-cf0b6451a9bd6edb734ca7ff7f9346c7e97657b7.zip gcc-cf0b6451a9bd6edb734ca7ff7f9346c7e97657b7.tar.gz gcc-cf0b6451a9bd6edb734ca7ff7f9346c7e97657b7.tar.bz2 |
[netbsd] d: Fix build failures on sparc*-netbsd
gcc/ChangeLog:
2019-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
* config/netbsd-d.c: Include memmodel.h. Remove unused tree.h,
varasm.h, and netbsd-protos.h.
From-SVN: r270625
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/netbsd-d.c | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c1adf69..124f506 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-04-27 Iain Buclaw <ibuclaw@gdcproject.org> + + * config/netbsd-d.c: Include memmodel.h. Remove unused tree.h, + varasm.h, and netbsd-protos.h. + 2019-04-27 Uroš Bizjak <ubizjak@gmail.com> PR target/89261 diff --git a/gcc/config/netbsd-d.c b/gcc/config/netbsd-d.c index 76342aa..5957256 100644 --- a/gcc/config/netbsd-d.c +++ b/gcc/config/netbsd-d.c @@ -21,9 +21,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "tree.h" -#include "varasm.h" -#include "netbsd-protos.h" +#include "memmodel.h" #include "tm_p.h" #include "d/d-target.h" #include "d/d-target-def.h" |