From: Jeff Law Date: Mon, 2 Nov 2015 05:27:14 +0000 (-0700) Subject: [PATCH] Fix vms targets X-Git-Tag: basepoints/gcc-7~3394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4815336c9a6ca6e219c5a46716a995cd546e9457;p=thirdparty%2Fgcc.git [PATCH] Fix vms targets * vmsdbgout.c: Revert unused header file reduction patch. From-SVN: r229650 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ce0d3653151..d927d35ca0a1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2015-11-01 Jeff Law + * vmsdbgout.c: Revert unused header file reduction patch. + * config/mcore/mcore.c: Include regs.h. 2015-10-31 Segher Boessenkool diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 26dd5902800e..d41d4b27697b 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "tm.h" #ifdef VMS_DEBUGGING_INFO #include "alias.h"