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

Issue 11369048: Update Yasm to 1.2.0 (Yasm Part 2/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 2/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=167604

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+730 lines, -703 lines) Patch
M third_party/yasm/patched-yasm/Makefile.in View 25 chunks +72 lines, -171 lines 0 comments Download
M third_party/yasm/patched-yasm/configure View 193 chunks +434 lines, -329 lines 0 comments Download
M third_party/yasm/patched-yasm/configure.ac View 2 chunks +3 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/tests/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/tests/bitvect_test.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/tests/combpath_test.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/tests/floatnum_test.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/tests/leb128_test.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/tests/libyasm_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/tests/splitpath_test.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/tests/uncstring_test.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/tests/amd64/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/tests/amd64/elf_amd64_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/tests/elf-x86id.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/tests/elf_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/tests/gas32/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/tests/gas32/elf_gas32_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/tests/gas64/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/tests/gas64/elf_gas64_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/gas/Makefile.inc View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/gas/win32_gas_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/win32_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/xdf/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/xdf/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/xdf/tests/xdf_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/gas-set.asm View 1 chunk +33 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/gas-set.hex View 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/gas_bin_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/gas_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/tests/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/tests/nasm_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/tests/worphan/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/tasm/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/tasm/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/tasm/tests/exe/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/tasm/tests/exe/tasm_exe_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/tasm/tests/tasm_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/yasm_parsers.xml View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/out_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/tests/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/tests/__init__.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/tests/python_test.sh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/tests/test_bytecode.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/tests/test_expr.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/tests/test_intnum.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/tests/test_symrec.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/yasm.pyx View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/yasm.1 View 5 chunks +106 lines, -86 lines 0 comments Download
M third_party/yasm/patched-yasm/yasm_dbgfmts.7 View 1 chunk +23 lines, -13 lines 0 comments Download
M third_party/yasm/patched-yasm/yasm_objfmts.7 View 1 chunk +27 lines, -17 lines 0 comments Download

Messages

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

LGTM.

Powered by Google App Engine
This is Rietveld 408576698