Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/libgcc/config/ia64 Add evil hack to h...



details:   https://anonhg.NetBSD.org/src/rev/79eb9b1722c1
branches:  trunk
changeset: 337494:79eb9b1722c1
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Apr 17 12:29:49 2015 +0000

description:
Add evil hack to help mknative untill we finish userland

diffstat:

 external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r fcde7d355b2f -r 79eb9b1722c1 external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c
--- a/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c   Fri Apr 17 12:29:00 2015 +0000
+++ b/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c   Fri Apr 17 12:29:49 2015 +0000
@@ -2445,6 +2445,16 @@
   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)



Home | Main Index | Thread Index | Old Index