From: Iain Buclaw Date: Sun, 28 Apr 2019 08:02:10 +0000 (+0000) Subject: [netbsd] d: Fix build failures on sparc*-netbsd X-Git-Tag: releases/gcc-9.1.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0697838998027c7353fbf6881eda4f70b9d45be;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. From-SVN: r270631 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a758bd3a819..076f51e31f53 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-26 Segher Boessenkool PR other/90257 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"