Skip to content

Instantly share code, notes, and snippets.

@Wheest
Created August 8, 2019 09:55

Revisions

  1. Wheest created this gist Aug 8, 2019.
    11 changes: 11 additions & 0 deletions unwind.patch
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    --- gcc/config/i386/linux-unwind_old.h 2019-08-08 11:02:37.812459833 +0200
    +++ gcc/config/i386/linux-unwind.h 2019-08-08 11:36:20.876351869 +0200
    @@ -135,7 +135,7 @@
    int sig;
    struct siginfo *pinfo;
    void *puc;
    - struct siginfo info;
    + siginfo_t info;
    struct ucontext uc;
    } *rt_ = context->cfa;
    /* The void * cast is necessary to avoid an aliasing warning.