[Ltrace-devel] [PATCH 4/6] Split type definitions from the bundled configs into their own files

Petr Machata pmachata at redhat.com
Mon Apr 20 08:19:44 UTC 2015


Роман Донченко <dpb at corrigendum.ru> writes:

> diff --git a/etc/libm.so.conf b/etc/libm.so.conf
> index 8159221..ba2db07 100644
> --- a/etc/libm.so.conf
> +++ b/etc/libm.so.conf
> @@ -1,13 +1,4 @@
> -# XXX ltrace misses long double and long long support
> -typedef ldouble = double;
> -typedef llong = long;
> -
> -# This should generally work, I'm not aware of any arch, where the
> -# parameter passing of complex arguments differs from that for
> -# structure of two floats.
> -typedef double_complex = struct(double, double);
> -typedef float_complex = struct(float, float);
> -typedef ldouble_complex = struct(ldouble, ldouble);
> +#include "libc.so-types.conf";

Is there a reason that the import line is commented out?  I didn't push
this and the other conf file patch yet.  Both look good, just want to
sort out this nit.

Thanks,
Petr



More information about the Ltrace-devel mailing list