]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge from branches/THUMB: link-time stub needed on Ubuntu 10.04 (ARM)
authorJulian Seward <jseward@acm.org>
Sun, 22 Aug 2010 12:23:01 +0000 (12:23 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 22 Aug 2010 12:23:01 +0000 (12:23 +0000)
(maybe.  actually I am not sure why this is necessary).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11284

coregrind/m_main.c

index ce1411a9f3c1b7b0e73884fb8dedfe2d2490b119..db74fd0e938129ef089d519ae8a580192b79adc2 100644 (file)
@@ -2611,6 +2611,12 @@ void __aeabi_unwind_cpp_pr0(void){
    VG_(printf)("Something called __aeabi_unwind_cpp_pr0()\n");
    vg_assert(0);
 }
+
+void __aeabi_unwind_cpp_pr1(void);
+void __aeabi_unwind_cpp_pr1(void){
+   VG_(printf)("Something called __aeabi_unwind_cpp_pr1()\n");
+   vg_assert(0);
+}
 #endif
 
 /* ---------------- Requirement 2 ---------------- */