Re: [PATCH 01/27] arc: Add initial core cpu files
On 4/5/21 7:31 AM, cupertinomira...@gmail.com wrote: +DEFINE_PROP_BOOL("byte-order", ARCCPU, cfg.byte_order, false), "byte-order" makes no sense as a bool. "little-endian" or "big-endian" would. +info->endian = BFD_ENDIAN_LITTLE; Not using the setting? +/*-*-indent-tabs-mode:nil;t
[PATCH 01/27] arc: Add initial core cpu files
From: Cupertino Miranda Signed-off-by: Cupertino Miranda --- target/arc/arc-common.h | 54 + target/arc/cpu-param.h | 32 +++ target/arc/cpu-qom.h| 52 + target/arc/cpu.c| 472 target/arc/cpu.h| 445 +++