On 2016/5/28 19:59, He Kuang wrote:
This patch extracts codes related to specific arithecture out of unwind-libunwind.c. The extrated part are only built if local libunwind is supported. Signed-off-by: He Kuang <heku...@huawei.com> --- tools/perf/util/Build | 1 + tools/perf/util/unwind-libunwind-local.c | 677 ++++++++++++++++++++++++++++++ tools/perf/util/unwind-libunwind.c | 694 +------------------------------ 3 files changed, 679 insertions(+), 693 deletions(-) create mode 100644 tools/perf/util/unwind-libunwind-local.c
Please use 'git format-patch -M' to avoid such a large patch. Thank you.