From: Peter Johnson Date: Wed, 21 Jun 2006 04:40:09 +0000 (-0000) Subject: Update POTFILES for new optimizer; disable lc3b as it's not active yet. X-Git-Tag: v0.6.0~172^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4a5eed306a2288894d8fdb67228de6b574aa2df;p=yasm Update POTFILES for new optimizer; disable lc3b as it's not active yet. svn path=/branches/new-optimizer/; revision=1587 --- diff --git a/po/POTFILES.in b/po/POTFILES.in index 52ab74b3..a894d917 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -8,7 +8,13 @@ frontends/yasm/yasm-options.c frontends/yasm/yasm.c gas-bison.c gas-token.c -lc3bid.c +#lc3bid.c +libyasm/bc-align.c +libyasm/bc-data.c +libyasm/bc-incbin.c +libyasm/bc-insn.c +libyasm/bc-org.c +libyasm/bc-reserve.c libyasm/bitvect.c libyasm/bytecode.c libyasm/errwarn.c @@ -18,13 +24,16 @@ libyasm/hamt.c libyasm/intnum.c libyasm/section.c libyasm/symrec.c +libyasm/value.c libyasm/xmalloc.c -modules/arch/lc3b/lc3barch.c -modules/arch/lc3b/lc3bbc.c +#modules/arch/lc3b/lc3barch.c +#modules/arch/lc3b/lc3bbc.c modules/arch/x86/x86arch.c modules/arch/x86/x86bc.c modules/arch/x86/x86expr.c modules/arch/x86/x86id.c +modules/dbgfmts/codeview/cv-symline.c +modules/dbgfmts/codeview/cv-type.c modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c modules/dbgfmts/dwarf2/dwarf2-info.c modules/dbgfmts/dwarf2/dwarf2-line.c @@ -38,8 +47,8 @@ modules/objfmts/elf/elf-x86-amd64.c modules/objfmts/elf/elf-x86-x86.c modules/objfmts/elf/elf.c modules/objfmts/xdf/xdf-objfmt.c -modules/optimizers/basic/basic-optimizer.c modules/parsers/gas/gas-parser.c +modules/parsers/nasm/nasm-token.c modules/preprocs/nasm/nasm-pp.c modules/preprocs/raw/raw-preproc.c nasm-bison.c