Stefan Weil schrieb:
> fprintf like function pointers are used for log output, especially
> for cpu / fpu register dumps.
>
> When I examined wrong values for an x86_64 target on a i386 host,
> I noticed that it was caused by wrong format specifiers and that
> there are more errors of this kind.
>
> I could fix some (see list below), but for target-mips some errors
> remain to be fixed.
>
> Regards,
> Stefan Weil
>
>
>

The list of patches was missing. Here it is:

 [PATCH 01/14] Add new data type for fprintf like function pointers
 [PATCH 02/14] Use fprint_function and fix wrong format specifiers
 [PATCH 03/14] target-alpha: Use fprintf_function
 [PATCH 04/14] target-arm: Use fprintf_function
 [PATCH 05/14] target-cris: Use fprintf_function
 [PATCH 06/14] target-i386: Use fprintf_function and fix dump of DR
registers
 [PATCH 07/14] target-m68k: Use fprintf_function
 [PATCH 08/14] target-microblaze: Use fprintf_function
 [PATCH 09/14] target-mips: Use fprintf_function and fix wrong format
specifiers
 [PATCH 10/14] target-ppc: Use fprintf_function and fix wrong format
specifiers
 [PATCH 11/14] target-sh4: Use fprintf_function
 [PATCH 12/14] target-sparc: Use fprintf_function
 [PATCH 13/14] target-s390: Use fprintf_function
 [PATCH 14/14] tcg: Use fprintf_function



Reply via email to