History log of /external/ltrace/sysdeps/linux-gnu/mips/plt.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
27e80c93b4eadfc54c2bd2196028ed7ac1cc13f6 08-Apr-2014 Mohamad Ayyash <mkayyash@google.com> ltrace: Fix the mips build.

1) Fix missing error.h in plt.c.
2) Add a TODO to fix missing relplt_count in mips plt.c.
3) Enforce operator precedence between * and != which is apparently incorrect for the mips compiler.

Change-Id: I2d5d925566daf81a0380724bc103570c80e381e7
/external/ltrace/sysdeps/linux-gnu/mips/plt.c
673ff510953b65b844a58478aa434120f457c014 25-Oct-2013 Petr Machata <pmachata@redhat.com> Keep PLT relocations in a vector

- That means we have to copy them out of ELF ahead of time instead of
referencing them from inside ELF on demand. But this way we can keep
one grand vector of all PLT-like relocations. On PPC, this makes
a difference: some PLT-like relocations (R_PPC64_JMP_IREL in
particular) are stored in .rela.dyn, not .rela.plt.
/external/ltrace/sysdeps/linux-gnu/mips/plt.c
552d75e2a226782cc9ecf966e6e343af8f51031f 14-Oct-2013 Petr Machata <pmachata@redhat.com> Sanitize interface of arch_get_sym_info/elf_get_sym_info

- <0 for errors, ==0 for OK, 1 for skip. Errors are now propagated
and can be handled as necessary without cancelling tracing.

- Clarify the comment at arch_get_sym_info.
/external/ltrace/sysdeps/linux-gnu/mips/plt.c
bc0de433c25d224cf5f4743ba4a78131267c532d 16-Feb-2013 Oliver Spornitz <ospornit@rz-online.de> mips: Move mipsel to mips (3/3)

- move files from sysdeps/linux-gnu/mipsel to sysdeps/linux-gnu/mips
- move mipsel.h to mips.h
/external/ltrace/sysdeps/linux-gnu/mips/plt.c