Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/3) (Closed)

Created:
8 years, 1 month ago by Hironori Bono
Modified:
8 years, 1 month ago
Reviewers:
Alpha Left Google
CC:
chromium-reviews, fbarchard
Visibility:
Public.

Description

Update Yasm to 1.2.0 (Yasm Part 3/3) This change updates our copy of Yasm to 1.2.0. (This change consists of the files not used by Chromium.) BUG=156030 TEST=build Chromium Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=167605

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1309 lines, -966 lines) Patch
M third_party/yasm/patched-yasm/Makefile.am View 5 chunks +13 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/Makefile.dj View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/Makefile.flat View 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/dj/config.h View 3 chunks +4 lines, -11 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/vc9/config.h View 3 chunks +4 lines, -11 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/vc9/genversion/genversion.vcproj View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.rules View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.sln View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/aclocal.m4 View 2 chunks +55 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/config.h.in View 2 chunks +8 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/frontends/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/frontends/tasm/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/frontends/yasm/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/lc3b/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/lc3b/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/lc3b/tests/lc3b_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/Makefile.inc View 6 chunks +22 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/avx.hex View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/gas32/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/gas32/x86_gas32_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/gas-moreinsn.hex View 8 chunks +8 lines, -8 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/gas-movsxs.asm View 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/gas-movsxs.hex View 8 chunks +110 lines, -14 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/x86_gas64_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/x86_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/yasm_arch.xml View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/codeview/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/tests/Makefile.inc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.errwarn View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/null/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/stabs/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/stabs/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/stabs/tests/stabs_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/listfmts/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/listfmts/nasm/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/bin/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/bin/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/bin/tests/bin_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/bin/tests/multisect/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/bin/tests/multisect/bin_multi_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/coff/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/coff/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/coff/tests/coff_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/coff/tests/x86id.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/dbg/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/gas32/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/gas32/gas_macho32_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/gas64/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/gas64/gas_macho64_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/nasm32/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/nasm32/macho32_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/nasm64/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/nasm64/macho64_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/rdf/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/rdf/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/rdf/tests/rdf_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win64/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win64/tests/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win64/tests/gas/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win64/tests/gas/win64_gas_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win64/tests/win64_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/nasm/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/nasm/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/nasm/tests/nasmpp_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/raw/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/raw/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/raw/tests/rawpp_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/po/POTFILES.in View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/po/yasm.pot View 15 chunks +704 lines, -624 lines 0 comments Download
M third_party/yasm/patched-yasm/yasm_arch.7 View 5 chunks +319 lines, -60 lines 0 comments Download
M third_party/yasm/patched-yasm/yasm_parsers.7 View 1 chunk +22 lines, -12 lines 0 comments Download
D third_party/yasm/patches/03_macho_objfmt_private.patch View 1 chunk +0 lines, -32 lines 0 comments Download
D third_party/yasm/patches/04_silence_genperf_chatter.patch View 1 chunk +0 lines, -53 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Hironori Bono
8 years, 1 month ago (2012-11-05 03:09:31 UTC) #1
Alpha Left Google
8 years, 1 month ago (2012-11-12 21:29:40 UTC) #2
On 2012/11/05 03:09:31, Hironori Bono wrote:

LGTM.

Powered by Google App Engine
This is Rietveld 408576698