Re: [PATCH v2 14/15] disas: Remove CRIS disassembler

2024-09-05 Thread Philippe Mathieu-Daudé
On 5/9/24 03:30, Richard Henderson wrote: On 9/4/24 07:36, Philippe Mathieu-Daudé wrote: --- a/include/disas/dis-asm.h +++ b/include/disas/dis-asm.h @@ -232,10 +232,6 @@ enum bfd_architecture   #define bfd_mach_avrxmega5  105   #define bfd_mach_avrxmega6  106   #define bfd_mach_avrxmega7  107 - 

Re: [PATCH v2 14/15] disas: Remove CRIS disassembler

2024-09-04 Thread Richard Henderson
On 9/4/24 07:36, Philippe Mathieu-Daudé wrote: --- a/include/disas/dis-asm.h +++ b/include/disas/dis-asm.h @@ -232,10 +232,6 @@ enum bfd_architecture #define bfd_mach_avrxmega5 105 #define bfd_mach_avrxmega6 106 #define bfd_mach_avrxmega7 107 - bfd_arch_cris, /* Axis CRIS */ -#def

Re: [PATCH v2 14/15] disas: Remove CRIS disassembler

2024-09-04 Thread Thomas Huth
On 04/09/2024 16.36, Philippe Mathieu-Daudé wrote: We just removed the CRIS target, the disassembler is now dead code. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS |5 - meson.build |1 - include/disas/dis-asm.h |6 - include/exec/poison.h |

[PATCH v2 14/15] disas: Remove CRIS disassembler

2024-09-04 Thread Philippe Mathieu-Daudé
We just removed the CRIS target, the disassembler is now dead code. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS |5 - meson.build |1 - include/disas/dis-asm.h |6 - include/exec/poison.h |1 - disas/cris.c| 2863 ---