public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix vms targets
@ 2015-11-02  5:28 Jeff Law
  2015-11-04 15:51 ` Andrew MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Law @ 2015-11-02  5:28 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]


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

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 1001 bytes --]

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 <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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix vms targets
  2015-11-02  5:28 [PATCH] Fix vms targets Jeff Law
@ 2015-11-04 15:51 ` Andrew MacLeod
  2015-11-04 22:02   ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew MacLeod @ 2015-11-04 15:51 UTC (permalink / raw)
  To: Jeff Law, gcc-patches

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix vms targets
  2015-11-04 15:51 ` Andrew MacLeod
@ 2015-11-04 22:02   ` Jeff Law
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Law @ 2015-11-04 22:02 UTC (permalink / raw)
  To: Andrew MacLeod, gcc-patches

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-04 22:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-02  5:28 [PATCH] Fix vms targets Jeff Law
2015-11-04 15:51 ` Andrew MacLeod
2015-11-04 22:02   ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).