1383e5bd876baa123b39210c2210d256bcfa5bec |
|
05-Nov-2013 |
Petr Machata <pmachata@redhat.com> |
In ARM backend, move hooks for ltrace_elf and library to plt.c - That's the customary location for backend hooks.
/external/ltrace/sysdeps/linux-gnu/arm/fetch.c
|
7287166e8fd5949ffcf8eb1f3d378b5ea538915e |
|
11-Oct-2013 |
Petr Machata <pmachata@redhat.com> |
arch_library_init and arch_library_clone should be able to signal failure - This then trickles to library_init, which needs to return int - Callers of library_init were updated to unroll their transactions upon failure - PPC and ARM backends were updated to match the updated interface
/external/ltrace/sysdeps/linux-gnu/arm/fetch.c
|
8a7a9f59e75c8605ca8206294b7729d0fd70f11f |
|
06-Feb-2013 |
Petr Machata <pmachata@redhat.com> |
ARM: Stack slot is always aligned to at least 4 bytes
/external/ltrace/sysdeps/linux-gnu/arm/fetch.c
|
88a0fe50a3fad351cf28ef3902dbd0dd3540735c |
|
06-Feb-2013 |
Petr Machata <pmachata@redhat.com> |
VFP shouldn't be used for parameter passing in vararg functions on ARM
/external/ltrace/sysdeps/linux-gnu/arm/fetch.c
|
2a102987aa3583449e6bf56060bf5c8129ee8cd2 |
|
06-Feb-2013 |
Petr Machata <pmachata@redhat.com> |
Simplify the code for ARM parameter passing
/external/ltrace/sysdeps/linux-gnu/arm/fetch.c
|
1c8596d41dde12f9af6a21035fac0c64f428ab76 |
|
06-Feb-2013 |
Petr Machata <pmachata@redhat.com> |
Implement VFP parameter passing for ARM backend
/external/ltrace/sysdeps/linux-gnu/arm/fetch.c
|
62fc7747d37cacfb21381961674c07ebab5f2fb9 |
|
05-Feb-2013 |
Petr Machata <pmachata@redhat.com> |
Implement Base Procedure Call Standard for ARM arch_fetch_arg_next still doesn't support "hardfp" extensions, but much of the test suite is now clean, with only 16 failures left.
/external/ltrace/sysdeps/linux-gnu/arm/fetch.c
|
97a25160b0fe646d9c567e12c5abefe8e59873c2 |
|
05-Feb-2013 |
Petr Machata <pmachata@redhat.com> |
Add ARM fetch backend This only properly decodes float and double return values. More to come.
/external/ltrace/sysdeps/linux-gnu/arm/fetch.c
|
df7d23111899c1e1aa16bad83e0db0a8334b11d9 |
|
05-Feb-2013 |
Petr Machata <pmachata@redhat.com> |
Implement decoding ARM attribute section This to determine whether hardfp is used in the process.
/external/ltrace/sysdeps/linux-gnu/arm/fetch.c
|