Hi, These two small patches fix minor issues on ARM Linux. The first one properly initializes the return value of arm_find_proc_info. The second patch ensures that unw_step returns whatever find_proc_info() returns. This allows the test-proc-info test case to pass on ARM.
Ken Werner (2): ARM: Fix return value of arm_find_proc_info ARM: Ensure unw_step returns whatever find_proc_info() returns src/arm/Gex_tables.c | 2 +- src/arm/Gstep.c | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) Regards Ken -- 1.7.4.1 _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
