commit | 92327a3647a96e6425c158cd0f9ec2669c441647 | [log] [tgz] |
---|---|---|
author | Ken Werner <ken.werner@linaro.org> | Mon Aug 29 14:36:27 2011 +0000 |
committer | Ken Werner <ken.werner@linaro.org> | Mon Aug 29 17:58:52 2011 +0200 |
tree | 9a904e804d5a9f42354f6abd2128c753aa7eeefe | |
parent | 912db91b053a86092515caff4ed8e2447864c8cb [diff] |
ARM: prefer to unwind using DWARF info In case the user doesn't specify whether to unwind using the ARM specific unwind tabler or DWARF info libunwind should prefer the latter. Since DWARF expressions are more powerful than the ARM specific unwind tables arm_find_proc_info is changed to check for DWARF first. Signed-off-by: Ken Werner <ken.werner@linaro.org>