]> granicus.if.org Git - yasm/commit
Split arch module parse_check_id into parse_check_reg, parse_check_reggroup,
authorPeter Johnson <peter@tortall.net>
Tue, 27 Sep 2005 07:07:07 +0000 (07:07 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 27 Sep 2005 07:07:07 +0000 (07:07 -0000)
commita64e41603632cf4eca649b0d4891706bb3fb7f86
tree95ac85b945751e3c246f04c8789fd28bdb9a5024
parent8545380851df32713b4fd5d9472f99025b11464f
Split arch module parse_check_id into parse_check_reg, parse_check_reggroup,
parse_check_segreg, parse_check_insn, parse_check_prefix, and
parse_check_targetmod.  This will allow for future improvements to
identifier handling in the various parsers.

svn path=/trunk/yasm/; revision=1249
libyasm/arch.h
modules/arch/lc3b/lc3barch.c
modules/arch/lc3b/lc3barch.h
modules/arch/lc3b/lc3bid.re
modules/arch/x86/x86arch.c
modules/arch/x86/x86arch.h
modules/arch/x86/x86id.re
modules/parsers/gas/gas-token.re
modules/parsers/nasm/nasm-token.re