public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/44280]  New: vms-unwind.h needs #define __NEW_STARTLET and #include "vms/lib$routines.h"?
@ 2010-05-26  4:47 jay dot krell at cornell dot edu
  0 siblings, 0 replies; only message in thread
From: jay dot krell at cornell dot edu @ 2010-05-26  4:47 UTC (permalink / raw)
  To: gcc-bugs

I didn't preserve the errors/rationale but I have this reasonable trivial diff:


diff -ur /src/orig/gcc-4.5.0/gcc/config/alpha/vms-unwind.h
/src/gcc-4.5.0/gcc/config/alpha/vms-unwind.h
--- /src/orig/gcc-4.5.0/gcc/config/alpha/vms-unwind.h   2009-08-09
21:38:02.000000000 -0700
+++ /src/gcc-4.5.0/gcc/config/alpha/vms-unwind.h        2010-05-21
23:46:31.000000000 -0700
@@ -23,12 +23,16 @@
    see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */

+#ifndef __NEW_STARLET
+#define __NEW_STARLET
+#endif
 #include <stdlib.h>
 #include <stdio.h>
 #include <vms/pdscdef.h>
 #include <vms/libicb.h>
 #include <vms/chfctxdef.h>
 #include <vms/chfdef.h>
+#include <vms/lib$routines.h>

 #define MD_FALLBACK_FRAME_STATE_FOR alpha_vms_fallback_frame_state

@@ -286,6 +290,3 @@

   return _URC_NO_REASON;
 }
-
-
-


-- 
           Summary: vms-unwind.h needs #define __NEW_STARTLET and #include
                    "vms/lib$routines.h"?
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jay dot krell at cornell dot edu
GCC target triplet: alpha-dec-vms


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44280


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-26  4:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-26  4:47 [Bug c/44280] New: vms-unwind.h needs #define __NEW_STARTLET and #include "vms/lib$routines.h"? jay dot krell at cornell dot edu

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).