summaryrefslogtreecommitdiff
path: root/splint.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2010-01-19 07:57:43 +0000
committerPeter Johnson <peter@tortall.net>2010-01-19 07:57:43 +0000
commitcb7f1a254c41586e905a3fa1b5e85c73fb276ad4 (patch)
treebe085eb8b3a53f323653d92104b9add78e5504c3 /splint.sh
parent14888572a63cc9622d9c3bf4ab44b3cd8ba4b709 (diff)
downloadyasm-cb7f1a254c41586e905a3fa1b5e85c73fb276ad4.tar.gz
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
Diffstat (limited to 'splint.sh')
-rwxr-xr-xsplint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/splint.sh b/splint.sh
index 0a119281..56850ff3 100755
--- a/splint.sh
+++ b/splint.sh
@@ -78,6 +78,7 @@ splint \
modules/objfmts/rdf/rdf-objfmt.c \
modules/objfmts/xdf/xdf-objfmt.c \
modules/parsers/gas/gas-parse.c \
+ modules/parsers/gas/gas-parse-intel.c \
modules/parsers/gas/gas-parser.c \
modules/parsers/nasm/nasm-parse.c \
modules/parsers/nasm/nasm-parser.c \