[Ltrace-devel] [PATCH v1 0/6] MIPS lib loading and CPIC support

edgar.iglesias at gmail.com edgar.iglesias at gmail.com
Tue Oct 9 12:50:29 UTC 2012


From: "Edgar E. Iglesias" <edgar at axis.com>

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




More information about the Ltrace-devel mailing list