Please update yasm to 1.1.0
Bug #614903 reported by
Micah Gersten
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
yasm (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: yasm
New upstream release which should help with libvpx speeds.
Related branches
lp:~micahg/ubuntu/maverick/yasm/1.1.0-update
- Daniel Holbach (community): Approve
- Ubuntu branches: Pending requested
-
Diff: 66420 lines (+26298/-27193)253 files modifiedABOUT-NLS (+568/-601)
BSD.txt (+30/-0)
COPYING (+5/-5)
Makefile.am (+48/-13)
Makefile.in (+925/-531)
Mkfiles/Makefile.dj (+19/-3)
Mkfiles/Makefile.flat (+19/-3)
Mkfiles/dj/config.h (+6/-6)
Mkfiles/vc10/config.h (+177/-0)
Mkfiles/vc10/crt_secure_no_deprecate.props (+11/-0)
Mkfiles/vc10/crt_secure_no_deprecate.vsprops (+11/-0)
Mkfiles/vc10/genmacro/genmacro.vcxproj (+117/-0)
Mkfiles/vc10/genmacro/genmacro.vcxproj.filters (+17/-0)
Mkfiles/vc10/genmacro/run.bat (+5/-0)
Mkfiles/vc10/genmodule/genmodule.vcxproj (+115/-0)
Mkfiles/vc10/genmodule/genmodule.vcxproj.filters (+17/-0)
Mkfiles/vc10/genmodule/run.bat (+3/-0)
Mkfiles/vc10/genperf/genperf.vcxproj (+139/-0)
Mkfiles/vc10/genperf/genperf.vcxproj.filters (+41/-0)
Mkfiles/vc10/genperf/run.bat (+28/-0)
Mkfiles/vc10/genstring/genstring.vcxproj (+111/-0)
Mkfiles/vc10/genstring/genstring.vcxproj.filters (+17/-0)
Mkfiles/vc10/genstring/run.bat (+2/-0)
Mkfiles/vc10/genversion/genversion.vcxproj (+116/-0)
Mkfiles/vc10/genversion/genversion.vcxproj.filters (+26/-0)
Mkfiles/vc10/genversion/run.bat (+2/-0)
Mkfiles/vc10/libyasm-stdint.h (+8/-0)
Mkfiles/vc10/libyasm/libyasm.vcxproj (+267/-0)
Mkfiles/vc10/libyasm/libyasm.vcxproj.filters (+182/-0)
Mkfiles/vc10/modules/modules.vcxproj (+289/-0)
Mkfiles/vc10/modules/modules.vcxproj.filters (+223/-0)
Mkfiles/vc10/re2c/re2c.vcxproj (+133/-0)
Mkfiles/vc10/re2c/re2c.vcxproj.filters (+77/-0)
Mkfiles/vc10/re2c/run.bat (+4/-0)
Mkfiles/vc10/readme.vc10.txt (+111/-0)
Mkfiles/vc10/vsyasm.props (+27/-0)
Mkfiles/vc10/vsyasm.targets (+108/-0)
Mkfiles/vc10/vsyasm.vcxproj (+270/-0)
Mkfiles/vc10/vsyasm.xml (+283/-0)
Mkfiles/vc10/yasm.sln (+137/-0)
Mkfiles/vc10/yasm.vcxproj (+274/-0)
Mkfiles/vc10/yasm.vcxproj.filters (+26/-0)
Mkfiles/vc10/ytasm.vcxproj (+270/-0)
Mkfiles/vc9/config.h (+5/-5)
Mkfiles/vc9/genperf/genperf.vcproj (+6/-2)
Mkfiles/vc9/genperf/run.bat (+15/-12)
Mkfiles/vc9/modules/modules.vcproj (+22/-0)
Mkfiles/vc9/vsyasm.vcproj (+406/-0)
Mkfiles/vc9/yasm.rules (+31/-30)
Mkfiles/vc9/yasm.sln (+14/-0)
aclocal.m4 (+273/-150)
config.h.in (+4/-9)
config/config.rpath (+77/-25)
config/depcomp (+64/-23)
config/install-sh (+3/-2)
config/ltmain.sh (+0/-6919)
config/missing (+29/-20)
configure (+3856/-6653)
configure.ac (+31/-33)
debian/changelog (+6/-0)
debian/control (+2/-1)
frontends/Makefile.inc (+3/-1)
frontends/tasm/tasm.c (+2/-2)
frontends/vsyasm/Makefile.inc (+11/-0)
frontends/vsyasm/vsyasm.c (+1417/-0)
frontends/yasm/yasm-options.c (+8/-2)
frontends/yasm/yasm.c (+4/-4)
libyasm/bytecode.c (+4/-2)
libyasm/errwarn.c (+3/-3)
libyasm/file.c (+80/-3)
libyasm/file.h (+25/-1)
libyasm/intnum.c (+2/-2)
libyasm/inttree.c (+3/-2)
libyasm/linemap.c (+36/-18)
libyasm/linemap.h (+5/-3)
libyasm/objfmt.h (+16/-1)
libyasm/section.c (+55/-24)
libyasm/tests/Makefile.inc (+5/-1)
libyasm/tests/timesfwd.asm (+8/-0)
libyasm/tests/timesfwd.hex (+10/-0)
libyasm/tests/value-shr-symexpr.asm (+6/-0)
libyasm/tests/value-shr-symexpr.hex (+8/-0)
libyasm/value.c (+17/-43)
m4/Makefile.inc (+1/-1)
m4/cython.m4 (+17/-0)
m4/gettext.m4 (+2/-40)
m4/iconv.m4 (+83/-4)
m4/lib-link.m4 (+129/-64)
m4/po.m4 (+23/-2)
m4/pyrex.m4 (+0/-17)
modules/arch/Makefile.inc (+2/-2)
modules/arch/x86/gen_x86_insn.py (+786/-480)
modules/arch/x86/tests/Makefile.inc (+23/-9)
modules/arch/x86/tests/aes.hex (+3/-3)
modules/arch/x86/tests/amd-fma4.asm (+109/-0)
modules/arch/x86/tests/amd-fma4.hex (+540/-0)
modules/arch/x86/tests/avx16.asm (+10/-0)
modules/arch/x86/tests/avx16.hex (+52/-0)
modules/arch/x86/tests/eptvpid.asm (+8/-0)
modules/arch/x86/tests/eptvpid.hex (+22/-0)
modules/arch/x86/tests/f16c.asm (+10/-0)
modules/arch/x86/tests/f16c.hex (+64/-0)
modules/arch/x86/tests/farbasic.asm (+2/-2)
modules/arch/x86/tests/fsgsbase.asm (+10/-0)
modules/arch/x86/tests/fsgsbase.hex (+36/-0)
modules/arch/x86/tests/gas32/Makefile.inc (+7/-1)
modules/arch/x86/tests/gas32/gas-farjump.asm (+13/-0)
modules/arch/x86/tests/gas32/gas-farjump.hex (+408/-0)
modules/arch/x86/tests/gas32/gas-invlpg.asm (+2/-0)
modules/arch/x86/tests/gas32/gas-invlpg.hex (+360/-0)
modules/arch/x86/tests/gas32/gas-loop32.asm (+5/-0)
modules/arch/x86/tests/gas32/gas-loop32.hex (+376/-0)
modules/arch/x86/tests/gas64/Makefile.inc (+3/-1)
modules/arch/x86/tests/gas64/gas-loop64.asm (+5/-0)
modules/arch/x86/tests/gas64/gas-loop64.hex (+528/-0)
modules/arch/x86/tests/gas64/gas-moreinsn.hex (+3/-3)
modules/arch/x86/tests/mixcase.asm (+1/-1)
modules/arch/x86/tests/pinsrb.asm (+6/-0)
modules/arch/x86/tests/pinsrb.hex (+18/-0)
modules/arch/x86/tests/rdrnd.asm (+4/-0)
modules/arch/x86/tests/rdrnd.hex (+11/-0)
modules/arch/x86/tests/smx.asm (+3/-0)
modules/arch/x86/tests/smx.hex (+2/-0)
modules/arch/x86/tests/sse5-all.asm (+0/-509)
modules/arch/x86/tests/sse5-all.hex (+0/-2727)
modules/arch/x86/tests/sse5-basic.asm (+0/-12)
modules/arch/x86/tests/sse5-basic.hex (+0/-59)
modules/arch/x86/tests/sse5-cc.asm (+0/-49)
modules/arch/x86/tests/sse5-cc.hex (+0/-264)
modules/arch/x86/tests/sse5-err.asm (+0/-116)
modules/arch/x86/tests/sse5-err.errwarn (+0/-84)
modules/arch/x86/tests/xop-all.asm (+266/-0)
modules/arch/x86/tests/xop-all.hex (+1437/-0)
modules/arch/x86/tests/xop-basic.asm (+8/-0)
modules/arch/x86/tests/xop-basic.hex (+47/-0)
modules/arch/x86/tests/xop-cc.asm (+22/-0)
modules/arch/x86/tests/xop-cc.hex (+108/-0)
modules/arch/x86/tests/xsave.asm (+4/-0)
modules/arch/x86/tests/xsave.hex (+14/-0)
modules/arch/x86/x86arch.c (+4/-1)
modules/arch/x86/x86arch.h (+29/-22)
modules/arch/x86/x86bc.c (+22/-36)
modules/arch/x86/x86cpu.gperf (+21/-5)
modules/arch/x86/x86expr.c (+4/-5)
modules/arch/x86/x86id.c (+124/-100)
modules/dbgfmts/Makefile.inc (+2/-2)
modules/dbgfmts/codeview/cv-symline.c (+3/-3)
modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.hex (+24/-24)
modules/dbgfmts/stabs/tests/stabs-elf.hex (+33/-33)
modules/objfmts/Makefile.inc (+2/-2)
modules/objfmts/bin/bin-objfmt.c (+24/-15)
modules/objfmts/bin/tests/multisect/bin_multi_test.sh (+3/-3)
modules/objfmts/coff/coff-objfmt.c (+71/-63)
modules/objfmts/dbg/dbg-objfmt.c (+14/-6)
modules/objfmts/elf/elf-machine.h (+4/-5)
modules/objfmts/elf/elf-objfmt.c (+34/-65)
modules/objfmts/elf/elf-x86-amd64.c (+40/-32)
modules/objfmts/elf/elf-x86-x86.c (+37/-28)
modules/objfmts/elf/elf.c (+24/-6)
modules/objfmts/elf/elf.h (+24/-5)
modules/objfmts/elf/tests/gas32/Makefile.inc (+3/-1)
modules/objfmts/elf/tests/gas32/elf_gas32_got.asm (+13/-0)
modules/objfmts/elf/tests/gas32/elf_gas32_got.hex (+544/-0)
modules/objfmts/macho/macho-objfmt.c (+15/-15)
modules/objfmts/macho/tests/nasm32/Makefile.inc (+5/-1)
modules/objfmts/macho/tests/nasm32/macho32-pic.asm (+46/-0)
modules/objfmts/macho/tests/nasm32/macho32-pic.hex (+338/-0)
modules/objfmts/macho/tests/nasm32/macho32-sect.hex (+10/-10)
modules/objfmts/macho/tests/nasm32/macho32-size.asm (+60/-0)
modules/objfmts/macho/tests/nasm32/macho32-size.hex (+328/-0)
modules/objfmts/rdf/rdf-objfmt.c (+8/-10)
modules/objfmts/win32/tests/export.hex (+19/-1)
modules/objfmts/win32/tests/gas/win32at.hex (+93/-75)
modules/objfmts/win32/tests/win32-curpos.hex (+37/-19)
modules/objfmts/win32/tests/win32-overdef.hex (+19/-1)
modules/objfmts/win32/tests/win32-safeseh.hex (+28/-10)
modules/objfmts/win32/tests/win32-segof.hex (+29/-11)
modules/objfmts/win32/tests/win32test.hex (+29/-11)
modules/objfmts/xdf/xdf-objfmt.c (+8/-13)
modules/parsers/Makefile.inc (+2/-2)
modules/parsers/gas/Makefile.inc (+2/-1)
modules/parsers/gas/gas-parse-intel.c (+91/-0)
modules/parsers/gas/gas-parse.c (+43/-57)
modules/parsers/gas/gas-parser.c (+6/-11)
modules/parsers/gas/gas-parser.h (+5/-23)
modules/parsers/gas/gas-token.re (+3/-190)
modules/parsers/gas/tests/bin/Makefile.inc (+6/-2)
modules/parsers/gas/tests/bin/gas-comment.asm (+2/-0)
modules/parsers/gas/tests/bin/gas-comment.errwarn (+1/-1)
modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.asm (+19/-0)
modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.hex (+58/-0)
modules/parsers/gas/tests/bin/gas-macro.asm (+25/-0)
modules/parsers/gas/tests/bin/gas-macro.hex (+6/-0)
modules/parsers/gas/tests/bin/rept-err.asm (+2/-0)
modules/parsers/gas/tests/bin/rept-err.errwarn (+1/-1)
modules/parsers/gas/tests/bin/reptnested-err.asm (+0/-7)
modules/parsers/gas/tests/bin/reptnested-err.errwarn (+0/-7)
modules/parsers/gas/tests/bin/reptnested.asm (+7/-0)
modules/parsers/gas/tests/bin/reptnested.hex (+10/-0)
modules/parsers/nasm/Makefile.inc (+2/-1)
modules/parsers/nasm/nasm-parse.c (+123/-50)
modules/parsers/nasm/nasm-parser-struct.h (+85/-0)
modules/parsers/nasm/nasm-parser.c (+2/-1)
modules/parsers/nasm/nasm-parser.h (+16/-63)
modules/parsers/nasm/nasm-token.re (+20/-2)
modules/parsers/nasm/tests/Makefile.inc (+4/-1)
modules/parsers/nasm/tests/dirwarning.asm (+1/-0)
modules/parsers/nasm/tests/dirwarning.errwarn (+1/-0)
modules/parsers/tasm/tests/expr.asm (+1/-0)
modules/parsers/tasm/tests/expr.hex (+1/-0)
modules/parsers/yasm_parsers.xml (+6/-6)
modules/preprocs/Makefile.inc (+5/-1)
modules/preprocs/cpp/cpp-preproc.c (+1/-1)
modules/preprocs/gas/Makefile.inc (+11/-0)
modules/preprocs/gas/gas-eval.c (+443/-0)
modules/preprocs/gas/gas-eval.h (+120/-0)
modules/preprocs/gas/gas-preproc.c (+1255/-0)
modules/preprocs/gas/tests/Makefile.inc (+7/-0)
modules/preprocs/nasm/nasm-pp.c (+243/-110)
modules/preprocs/nasm/tests/Makefile.inc (+3/-1)
modules/preprocs/nasm/tests/scope-err.asm (+13/-0)
modules/preprocs/nasm/tests/scope-err.errwarn (+6/-0)
modules/preprocs/tasm/Makefile.inc (+5/-0)
modules/preprocs/tasm/tests/Makefile.inc (+9/-0)
modules/preprocs/tasm/tests/tasm-assume-comment.asm (+3/-0)
modules/preprocs/tasm/tests/tasm-comment-instr.asm (+1/-0)
modules/preprocs/tasm/tests/tasm-comment-instr.hex (+11/-0)
modules/preprocs/tasm/tests/tasmpp_test.sh (+4/-0)
out_test.sh (+3/-3)
po/ChangeLog (+4/-0)
po/Makefile.in.in (+34/-8)
po/POTFILES.in (+3/-1)
po/stamp-po (+0/-1)
po/yasm.pot (+0/-2340)
splint.sh (+1/-0)
tools/genmacro/Makefile.inc (+3/-2)
tools/genperf/Makefile.inc (+11/-6)
tools/genperf/genperf.c (+2/-2)
tools/python-yasm/Makefile.inc (+5/-5)
tools/python-yasm/bytecode.pxi (+1/-1)
tools/python-yasm/expr.pxi (+1/-1)
tools/python-yasm/floatnum.pxi (+1/-1)
tools/python-yasm/intnum.pxi (+2/-2)
tools/python-yasm/pyxelator/genpyx.py (+0/-1)
tools/python-yasm/pyxelator/work_unit.py (+20/-5)
tools/python-yasm/setup.py (+1/-5)
tools/python-yasm/symrec.pxi (+9/-9)
tools/python-yasm/value.pxi (+1/-1)
tools/re2c/Makefile.inc (+19/-10)
util.h (+1/-1)
x86insn_gas.gperf (+1475/-1539)
x86insn_nasm.gperf (+1373/-1467)
x86insns.c (+1033/-996)
To post a comment you must log in.
Can you please attach the .diff.gz of the new version instead? A debdiff across upstream versions is hard to handle.