From: "Edgar E. Iglesias" <[email protected]> Patches 1 - 4 Add support for finding the dynamic linkers debug area on MIPS and fixes loading of libs.
Patches 5 - 6 Add support for CPIC only executables. I've tested this lightly on both plain o32 (on real hw) and with the freetz 1.2 toolchain that generates CPIC execs (on a malta board emulated in QEMU). Comments welcome! Cheers, Edgar Edgar E. Iglesias (6): Export find_dynamic_entry_addr Allow extension tags in proc_find_dynamic_entry_addr Make finding the dynamic linkers debug area arch specfic mipsel: Add a MIPS specific find_dl_debug Export elf_get_sym_info mipsel: Add support for CPIC main programs backend.h | 11 +++++++ ltrace-elf.c | 13 ++++++-- ltrace-elf.h | 5 +++ proc.h | 5 +++ sysdeps/linux-gnu/mipsel/arch.h | 3 ++ sysdeps/linux-gnu/mipsel/plt.c | 59 ++++++++++++++++++++++++++++++++++++++- sysdeps/linux-gnu/proc.c | 20 +++++++++---- 7 files changed, 106 insertions(+), 10 deletions(-) -- 1.7.8.6 _______________________________________________ Ltrace-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel
