History log of /external/ltrace/sysdeps/linux-gnu/ia64/fetch.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
982cbca34b2b49a158086ff5f43eb9bba89edead 06-Feb-2013 Petr Machata <pmachata@redhat.com> Move get_hfa_type from IA64 backend to type.c, name it type_get_hfa_type
/external/ltrace/sysdeps/linux-gnu/ia64/fetch.c
929bd57ca202fd2f2e8485ebf65d683e664f67b5 17-Dec-2012 Petr Machata <pmachata@redhat.com> struct Process becomes struct process

This is for consistency with other structures, and ultimately with
Linux coding style. The typedef ("Process") was dropped as well for
this reason.

This opportunity was used to fix coding style around the impacted
lines.
/external/ltrace/sysdeps/linux-gnu/ia64/fetch.c
5b5c256d0e9076e745908a43acc46353265a5608 04-Oct-2012 Edgar E. Iglesias <edgar@axis.com> Abort on unsupported value types in the backends

Makes it easier to add new types.

Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
/external/ltrace/sysdeps/linux-gnu/ia64/fetch.c
a400a7c858f81b3be051a37011d88f8639bee598 13-Sep-2012 Petr Machata <pmachata@redhat.com> Fix passing of vararg parameters on Itanium

This fixes two failures in parameter.exp. That test case is now clean.
/external/ltrace/sysdeps/linux-gnu/ia64/fetch.c
b50f0e143c6d0b99031b880b8ec85c0995a06033 10-Sep-2012 Petr Machata <pmachata@redhat.com> Style nit
/external/ltrace/sysdeps/linux-gnu/ia64/fetch.c
bd3752795ee71477adb76c1f1af17b9da3964004 08-Sep-2012 Petr Machata <pmachata@redhat.com> Add fetch back end for ia64

This passes most tests in parameters.exp with the exception of:
FAIL: printf(\"sotnuh %d %ld %g %c.n\", 5, 6, 1.500*, 'X')
FAIL: printf(\"many_args[...]

These two cases are probably hitting some ABI special case for variable
argument lists.
/external/ltrace/sysdeps/linux-gnu/ia64/fetch.c