From: Max Filippov Date: Tue, 30 May 2017 23:31:36 +0000 (+0000) Subject: xtensa: use unwind-dw2-fde-dip instead of unwind-dw2-fde X-Git-Tag: releases/gcc-5.5.0~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cf85cd9fb42c84c0fd30508dea40870c9a12f6b;p=thirdparty%2Fgcc.git xtensa: use unwind-dw2-fde-dip instead of unwind-dw2-fde This allows having exception cleanup code in binaries that don't register their unwind tables. 2017-05-30 Max Filippov libgcc/ Backport from mainline 2015-08-18 Max Filippov * config/xtensa/t-windowed (LIB2ADDEH): Replace unwind-dw2-fde with unwind-dw2-fde-dip. From-SVN: r248702 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4d0f580a146b..8f8e7e34ecfa 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,11 @@ +2017-05-30 Max Filippov + + Backport from mainline + 2015-08-18 Max Filippov + + * config/xtensa/t-windowed (LIB2ADDEH): Replace unwind-dw2-fde + with unwind-dw2-fde-dip. + 2017-05-29 Martin Liska Backport from mainline diff --git a/libgcc/config/xtensa/t-windowed b/libgcc/config/xtensa/t-windowed index 7d9e9db0487e..a99156cc2174 100644 --- a/libgcc/config/xtensa/t-windowed +++ b/libgcc/config/xtensa/t-windowed @@ -1,2 +1,2 @@ LIB2ADDEH = $(srcdir)/config/xtensa/unwind-dw2-xtensa.c \ - $(srcdir)/unwind-dw2-fde.c $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c + $(srcdir)/unwind-dw2-fde-dip.c $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c