The header reduction didn't seem to handle the vms targets correctly. This reverts that part of Andrew's patch which allows the alpha, alpha64 and ia64 vms targets to build again.

Installed on the trunk. That covers all the fallout from standard builds of config-list.mk that I'm aware of.



Jeff
commit 1eddb04c7103a2f87118fc98111c1877b544a6a9
Author: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Nov 2 05:27:14 2015 +0000

    [PATCH] Fix vms targets
    
        * vmsdbgout.c: Revert unused header file reduction patch.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229650 
138bc75d-0d04-0410-961f-82ee72b054a4

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1ce0d36..d927d35 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
 2015-11-01  Jeff Law <j...@redhat.com>
 
+       * vmsdbgout.c: Revert unused header file reduction patch.
+
        * config/mcore/mcore.c: Include regs.h.
 
 2015-10-31  Segher Boessenkool  <seg...@kernel.crashing.org>
diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c
index 26dd590..d41d4b2 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"

Reply via email to