• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/gcc/4.9.4/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch
Thomas PetazzoniThomas Petazzoni committed 50c02bd72b103 Aug 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From f66206679a0ad604f13673559f230160cd3d1189 Mon Sep 17 00:00:00 2001
2
From: Max Filippov <jcmvbkbc@gmail.com>
3
Date: Fri, 14 Aug 2015 02:45:02 +0300
4
Subject: [PATCH 2/3] xtensa: use unwind-dw2-fde-dip instead of unwind-dw2-fde
5
​
6
This allows having exception cleanup code in binaries that don't
7
register their unwind tables.
8
​
9
2015-08-18  Max Filippov  <jcmvbkbc@gmail.com>
10
libgcc/
11
    * config/xtensa/t-xtensa (LIB2ADDEH): Replace unwind-dw2-fde
12
    with unwind-dw2-fde-dip.
13
​
14
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
15
---
16
Backported from: r226963
17
​
18
 libgcc/config/xtensa/t-xtensa | 2 +-
19
 1 file changed, 1 insertion(+), 1 deletion(-)
20
​
21
diff --git a/libgcc/config/xtensa/t-xtensa b/libgcc/config/xtensa/t-xtensa
22
index 27399e6..66d0eb3 100644
23
--- a/libgcc/config/xtensa/t-xtensa
24
+++ b/libgcc/config/xtensa/t-xtensa
25
@@ -13,4 +13,4 @@ LIB1ASMFUNCS = _mulsi3 _divsi3 _modsi3 _udivsi3 _umodsi3 \
26
 LIB2ADD = $(srcdir)/config/xtensa/lib2funcs.S
27
 
28
 LIB2ADDEH = $(srcdir)/config/xtensa/unwind-dw2-xtensa.c \
29
-   $(srcdir)/unwind-dw2-fde.c $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
30
+   $(srcdir)/unwind-dw2-fde-dip.c $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
31
-- 
32
1.8.1.4
33
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.