From: ibuclaw Date: Sat, 27 Apr 2019 16:52:26 +0000 (+0000) Subject: [netbsd] d: Fix build failures on sparc*-netbsd X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a41d1aadd82b8a47ff9b619f61a4b7d5d28a85e;p=thirdparty%2Fgcc.git [netbsd] d: Fix build failures on sparc*-netbsd gcc/ChangeLog: 2019-04-27 Iain Buclaw * config/netbsd-d.c: Include memmodel.h. Remove unused tree.h, varasm.h, and netbsd-protos.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270625 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c1adf69d5d7a..124f506eaf4c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-04-27 Iain Buclaw + + * config/netbsd-d.c: Include memmodel.h. Remove unused tree.h, + varasm.h, and netbsd-protos.h. + 2019-04-27 Uroš Bizjak PR target/89261 diff --git a/gcc/config/netbsd-d.c b/gcc/config/netbsd-d.c index 76342aacae35..5957256fa9b9 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"