Message ID | 5636F464.8090409@redhat.com |
---|---|
State | New |
Headers | show |
On 11/02/2015 12:28 AM, Jeff Law wrote: > > 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. > how weird.. really. I ran all config-list.mk and saw no failures... huh. maybe because I only ran c/c++ instead of 'all' to save time? I'm still surprised. Andrew
On 11/04/2015 08:51 AM, Andrew MacLeod wrote: > On 11/02/2015 12:28 AM, Jeff Law wrote: >> >> 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. >> > how weird.. really. I ran all config-list.mk and saw no failures... > huh. maybe because I only ran c/c++ instead of 'all' to save time? I'm > still surprised. It was a link failure with a reference from dwarf2out.o that should have been satisfied by vmsdbgout.o IIRC. As why I saw it and not you. I have no clue as I'd expect it to have failed linking cc1 or cc1plus. Jeff
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 <jeff@redhat.com> + * vmsdbgout.c: Revert unused header file reduction patch. + * config/mcore/mcore.c: Include regs.h. 2015-10-31 Segher Boessenkool <segher@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"