summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2006-12-30 03:19:24 +0000
committerPeter Johnson <peter@tortall.net>2006-12-30 03:19:24 +0000
commita8ef216fc052f8b8cfd02d6db88be42bcf9d5465 (patch)
tree223bfd7aad42fff210653dd4d850a04e0b970631 /po
parentb188db0311e97cff57521d6219ee4bdcd3589a22 (diff)
downloadyasm-a8ef216fc052f8b8cfd02d6db88be42bcf9d5465.tar.gz
GAS parser: convert to recursive descent.
Remove all Bison supporting struts as we no longer need Bison. svn path=/trunk/yasm/; revision=1724
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4a63c425..797ecffa 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,7 +6,6 @@
frontends/yasm/yasm-options.c
frontends/yasm/yasm.c
-gas-bison.c
gas-token.c
#lc3bid.c
libyasm/bc-align.c
@@ -49,6 +48,7 @@ modules/objfmts/elf/elf-x86-x86.c
modules/objfmts/elf/elf.c
modules/objfmts/rdf/rdf-objfmt.c
modules/objfmts/xdf/xdf-objfmt.c
+modules/parsers/gas/gas-parse.c
modules/parsers/gas/gas-parser.c
modules/parsers/nasm/nasm-parse.c
modules/preprocs/nasm/nasm-pp.c