public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] x86: break gas dependency on libopcodes
@ 2022-11-28 11:29 Jan Beulich
  2022-11-28 11:30 ` [PATCH v3 1/6] x86: instantiate i386_{op,reg}tab[] in gas instead of in libopcodes Jan Beulich
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jan Beulich @ 2022-11-28 11:29 UTC (permalink / raw)
  To: Binutils; +Cc: H.J. Lu

Unlike many other architectures, x86 does not share an opcode table
between assembly and disassembly. Any consumer of libopcodes would only
ever access one of the two.

v3: Two new patches (4 and 6). Correct an omission from patch 2.

1: instantiate i386_{op,reg}tab[] in gas instead of in libopcodes
2: remove i386-opc.c
3: break gas dependency on libopcodes
4: add generated tables dependency check to gas
5: drop sentinel from i386_optab[]
6: generate template sets data at build time

Jan

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-28 11:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28 11:29 [PATCH v3 0/6] x86: break gas dependency on libopcodes Jan Beulich
2022-11-28 11:30 ` [PATCH v3 1/6] x86: instantiate i386_{op,reg}tab[] in gas instead of in libopcodes Jan Beulich
2022-11-28 11:31 ` [PATCH v3 2/6] x86: remove i386-opc.c Jan Beulich
2022-11-28 11:31 ` [PATCH v3 3/6] x86: break gas dependency on libopcodes Jan Beulich
2022-11-28 11:32 ` [PATCH v3 4/6] x86: add generated tables dependency check to gas Jan Beulich
2022-11-28 11:32 ` [PATCH v3 5/6] x86: drop sentinel from i386_optab[] Jan Beulich
2022-11-28 11:33 ` [PATCH v3 6/6] x86: generate template sets data at build time Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).