This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/44280] New: vms-unwind.h needs #define __NEW_STARTLET and #include "vms/lib$routines.h"?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]