]> granicus.if.org Git - yasm/commit
Add .intel_syntax and .gas_syntax support to GAS parser.
authorPeter Johnson <peter@tortall.net>
Tue, 19 Jan 2010 07:57:43 +0000 (07:57 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 19 Jan 2010 07:57:43 +0000 (07:57 -0000)
commitcb7f1a254c41586e905a3fa1b5e85c73fb276ad4
treebe085eb8b3a53f323653d92104b9add78e5504c3
parent14888572a63cc9622d9c3bf4ab44b3cd8ba4b709
Add .intel_syntax and .gas_syntax support to GAS parser.

Uses the NASM parser for the .intel_syntax parsing heavy lifting.

Contributed by: Alexei Svitkine

svn path=/trunk/yasm/; revision=2279
15 files changed:
modules/arch/x86/x86arch.c
modules/arch/x86/x86arch.h
modules/arch/x86/x86bc.c
modules/arch/x86/x86id.c
modules/parsers/gas/CMakeLists.txt
modules/parsers/gas/Makefile.inc
modules/parsers/gas/gas-parse-intel.c [new file with mode: 0644]
modules/parsers/gas/gas-parse.c
modules/parsers/gas/gas-parser.c
modules/parsers/gas/gas-parser.h
modules/parsers/gas/tests/bin/Makefile.inc
modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.asm [new file with mode: 0644]
modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.hex [new file with mode: 0644]
modules/parsers/nasm/nasm-parse.c
splint.sh