Re: [PATCH 0/6] disas/cris: Use GString instead of sprintf

2024-04-16 Thread Edgar E. Iglesias
On Sat, Apr 13, 2024 at 7:23 AM Richard Henderson wrote: > > More sprintf cleanup encouraged by the Apple deprecation. > Probably there's a more minimal patch. On the other hand, > there's certainly a larger cleanup possible. > > > r~ On the series: Reviewed-by: Edgar E. Iglesias > > >

Re: [PATCH 0/6] disas/cris: Use GString instead of sprintf

2024-04-13 Thread Peter Maydell
On Sat, 13 Apr 2024 at 06:25, Richard Henderson wrote: > > More sprintf cleanup encouraged by the Apple deprecation. > Probably there's a more minimal patch. On the other hand, > there's certainly a larger cleanup possible. The CRIS architecture is deprecated, so all this code will be deleted

[PATCH 0/6] disas/cris: Use GString instead of sprintf

2024-04-12 Thread Richard Henderson
More sprintf cleanup encouraged by the Apple deprecation. Probably there's a more minimal patch. On the other hand, there's certainly a larger cleanup possible. r~ Richard Henderson (6): disas/cris: Untabify disas/cris: Remove TRACE_CASE and related code disas/cris: Drop with_reg_prefix