Module Name:    src
Committed By:   martin
Date:           Fri Apr 17 12:29:49 UTC 2015

Modified Files:
        src/external/gpl3/gcc/dist/libgcc/config/ia64: unwind-ia64.c

Log Message:
Add evil hack to help mknative untill we finish userland


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c
diff -u src/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c:1.3 src/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c:1.4
--- src/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c:1.3	Fri Apr 17 12:29:00 2015
+++ src/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c	Fri Apr 17 12:29:49 2015
@@ -2445,6 +2445,16 @@ uw_identify_context (struct _Unwind_Cont
   return _Unwind_GetIP (context);
 }
 
+#ifdef __NetBSD__
+/* dummy for bootstrapping purposes */
+struct unw_table_entry *
+_Unwind_FindTableEntry (void *pc, unw_word *segment_base,
+			unw_word *gp, struct unw_table_entry *ent)
+{
+	return NULL;
+}
+#endif
+
 #include "unwind.inc"
 
 #if defined (USE_GAS_SYMVER) && defined (SHARED) && defined (USE_LIBUNWIND_EXCEPTIONS)

Reply via email to