Dash:
[t2.git] / package / develop / gcc / hotfix-unwind.patch.blackfin
blob8ab56b1b47eed9b3061cbbf6c0d2787fc7acb6e8
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/gcc/hotfix-unwind.patch.blackfin
3 # Copyright (C) 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- gcc-11.2.0/libgcc/unwind-pe.h.vanilla       2021-10-08 14:03:51.712537615 +0200
15 +++ gcc-11.2.0/libgcc/unwind-pe.h       2021-10-08 14:04:28.766536138 +0200
16 @@ -267,7 +267,7 @@
17              into account.  */
18           if ((encoding & DW_EH_PE_pcrel) && (encoding & DW_EH_PE_indirect))
19             {
20 -             result += _Unwind_gnu_Find_got ((_Unwind_Ptr) u);
21 +             //result += _Unwind_gnu_Find_got ((_Unwind_Ptr) u);
22               result = *(_Unwind_Internal_Ptr *) result;
23             }
24           else