Re: [PATCH v2 05/16] libcpu: Remove the need of NMNES by using enum

2023-02-23 Thread Mark Wielaard
Hi, On Wed, 2022-12-21 at 18:56 +0100, Mark Wielaard wrote: > On Sun, 2022-12-18 at 00:52 +0800, Yonggang Luo via Elfutils-devel > wrote: > > Signed-off-by: Yonggang Luo > > --- > > libcpu/Makefile.am | 2 +- > > libcpu/i386_disasm.c | 14 +- > > libcpu/i386_mne.h| 36

Re: [PATCH v2 05/16] libcpu: Remove the need of NMNES by using enum

2022-12-21 Thread Mark Wielaard
Hi, On Sun, 2022-12-18 at 00:52 +0800, Yonggang Luo via Elfutils-devel wrote: > Signed-off-by: Yonggang Luo > --- > libcpu/Makefile.am | 2 +- > libcpu/i386_disasm.c | 14 +- > libcpu/i386_mne.h| 36 > libcpu/i386_parse.y | 9 +++-- >

[PATCH v2 05/16] libcpu: Remove the need of NMNES by using enum

2022-12-17 Thread Yonggang Luo via Elfutils-devel
Signed-off-by: Yonggang Luo --- libcpu/Makefile.am | 2 +- libcpu/i386_disasm.c | 14 +- libcpu/i386_mne.h| 36 libcpu/i386_parse.y | 9 +++-- 4 files changed, 41 insertions(+), 20 deletions(-) create mode 100644 libcpu/i386_mne.h di