Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13858

Modified Files:
        llvm33.info llvm33.patch 
Log Message:
patch for compiler-rt on i386


Index: llvm33.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/llvm33.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- llvm33.info 21 Jun 2013 01:36:01 -0000      1.3
+++ llvm33.info 27 Jun 2013 22:30:16 -0000      1.4
@@ -46,7 +46,7 @@
 UseMaxBuildJobs: true
 
 PatchFile: %n.patch
-PatchFile-MD5: 3620724234f7699a7516455cd3c9215e
+PatchFile-MD5: 719586edb9e0d0e7e8d4c691f7c89757
 PatchScript: <<
        #!/bin/sh -ev
        darwin_vers=`uname -r | cut -d. -f1`

Index: llvm33.patch
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/llvm33.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- llvm33.patch        14 Jun 2013 20:24:30 -0000      1.1
+++ llvm33.patch        27 Jun 2013 22:30:16 -0000      1.2
@@ -2323,7 +2323,7 @@
 index 63fb5f6..a3c5659 100644
 --- a/projects/compiler-rt/lib/asan/asan_mac.cc
 +++ b/projects/compiler-rt/lib/asan/asan_mac.cc
-@@ -37,10 +37,20 @@
+@@ -37,19 +37,30 @@
  #include <unistd.h>
  #include <libkern/OSAtomic.h>
  
@@ -2344,9 +2344,14 @@
  # if SANITIZER_WORDSIZE == 64
    *pc = ucontext->uc_mcontext->__ss.__rip;
    *bp = ucontext->uc_mcontext->__ss.__rbp;
-@@ -50,6 +60,7 @@ void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) {
-   *bp = ucontext->uc_mcontext->__ss.__ebp;
-   *sp = ucontext->uc_mcontext->__ss.__esp;
+   *sp = ucontext->uc_mcontext->__ss.__rsp;
+ # else
+-  *pc = ucontext->uc_mcontext->__ss.__eip;
+-  *bp = ucontext->uc_mcontext->__ss.__ebp;
+-  *sp = ucontext->uc_mcontext->__ss.__esp;
++  *pc = ucontext->uc_mcontext->ss.eip;
++  *bp = ucontext->uc_mcontext->ss.ebp;
++  *sp = ucontext->uc_mcontext->ss.esp;
  # endif  // SANITIZER_WORDSIZE
 +#endif
  }


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to