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

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed)

Created:
9 years, 11 months ago by Hironori Bono
Modified:
9 years, 7 months ago
Reviewers:
fbarchard, fbarchard1
CC:
chromium-reviews
Visibility:
Public.

Description

Update our yasm copy to yasm 1.1.0 (Part1: yasm side) This change applies all upstream changes between yasm 0.8.0 and yasm 1.1.0 to our yasm copy. (We also need another change to update "yasm.gyp" so we build this updated yasm without errors.) BUG=64640 TEST=build Chromium without errors. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71296

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12471 lines, -13624 lines) Patch
M third_party/yasm/README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/ABOUT-NLS View 11 chunks +566 lines, -599 lines 0 comments Download
M third_party/yasm/patched-yasm/BSD.txt View 1 chunk +30 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/COPYING View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/Makefile.am View 4 chunks +48 lines, -13 lines 0 comments Download
M third_party/yasm/patched-yasm/Makefile.in View 78 chunks +901 lines, -507 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/Makefile.dj View 6 chunks +19 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/Makefile.flat View 6 chunks +19 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/dj/config.h View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/vc9/config.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/vc9/genperf/genperf.vcproj View 4 chunks +6 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/vc9/genperf/run.bat View 1 chunk +15 lines, -12 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/vc9/modules/modules.vcproj View 4 chunks +22 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.rules View 4 chunks +31 lines, -30 lines 0 comments Download
M third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.sln View 2 chunks +14 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/aclocal.m4 View 37 chunks +271 lines, -148 lines 0 comments Download
M third_party/yasm/patched-yasm/config.h.in View 3 chunks +4 lines, -9 lines 0 comments Download
M third_party/yasm/patched-yasm/config/config.rpath View 14 chunks +77 lines, -25 lines 0 comments Download
M third_party/yasm/patched-yasm/config/depcomp View 11 chunks +64 lines, -23 lines 0 comments Download
M third_party/yasm/patched-yasm/config/install-sh View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/config/missing View 14 chunks +29 lines, -20 lines 0 comments Download
M third_party/yasm/patched-yasm/configure View 231 chunks +3642 lines, -6439 lines 0 comments Download
M third_party/yasm/patched-yasm/configure.ac View 5 chunks +31 lines, -33 lines 0 comments Download
M third_party/yasm/patched-yasm/frontends/Makefile.inc View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/frontends/tasm/tasm.c View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/frontends/yasm/yasm.c View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/frontends/yasm/yasm-options.c View 2 chunks +8 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/bytecode.c View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/errwarn.c View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/file.h View 2 chunks +25 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/file.c View 5 chunks +80 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/intnum.c View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/inttree.c View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/linemap.h View 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/linemap.c View 5 chunks +34 lines, -16 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/objfmt.h View 4 chunks +16 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/section.c View 7 chunks +55 lines, -24 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/tests/Makefile.inc View 3 chunks +5 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/value.c View 2 chunks +15 lines, -41 lines 0 comments Download
M third_party/yasm/patched-yasm/m4/Makefile.inc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/m4/gettext.m4 View 2 chunks +2 lines, -40 lines 0 comments Download
M third_party/yasm/patched-yasm/m4/iconv.m4 View 4 chunks +83 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/m4/lib-link.m4 View 17 chunks +127 lines, -62 lines 0 comments Download
M third_party/yasm/patched-yasm/m4/po.m4 View 4 chunks +23 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/gen_x86_insn.py View 44 chunks +749 lines, -444 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/Makefile.inc View 9 chunks +23 lines, -9 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/aes.hex View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/farbasic.asm View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/gas32/Makefile.inc View 2 chunks +7 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/Makefile.inc View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/gas-moreinsn.hex View 4 chunks +3 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/mixcase.asm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/xsave.asm View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/tests/xsave.hex View 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86arch.h View 5 chunks +29 lines, -22 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86arch.c View 3 chunks +4 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86bc.c View 12 chunks +22 lines, -36 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86cpu.gperf View 4 chunks +21 lines, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86expr.c View 5 chunks +4 lines, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86id.c View 31 chunks +124 lines, -100 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/codeview/cv-symline.c View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.hex View 12 chunks +24 lines, -24 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/stabs/tests/stabs-elf.hex View 6 chunks +8 lines, -8 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/bin/bin-objfmt.c View 11 chunks +24 lines, -15 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/bin/tests/multisect/bin_multi_test.sh View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/coff/coff-objfmt.c View 25 chunks +71 lines, -63 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/dbg/dbg-objfmt.c View 5 chunks +14 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf.h View 7 chunks +24 lines, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf.c View 8 chunks +24 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf-machine.h View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf-objfmt.c View 15 chunks +34 lines, -65 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf-x86-amd64.c View 5 chunks +39 lines, -31 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf-x86-x86.c View 3 chunks +36 lines, -27 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/tests/gas32/Makefile.inc View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/macho-objfmt.c View 12 chunks +15 lines, -15 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/nasm32/Makefile.inc View 2 chunks +5 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/tests/nasm32/macho32-sect.hex View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/rdf/rdf-objfmt.c View 6 chunks +8 lines, -10 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/export.hex View 2 chunks +19 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/gas/win32at.hex View 25 chunks +42 lines, -24 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/win32-curpos.hex View 11 chunks +28 lines, -10 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/win32-overdef.hex View 2 chunks +19 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/win32-safeseh.hex View 5 chunks +24 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/win32-segof.hex View 4 chunks +21 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/win32/tests/win32test.hex View 12 chunks +29 lines, -11 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/xdf/xdf-objfmt.c View 5 chunks +8 lines, -13 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/Makefile.inc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/Makefile.inc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/gas-parse.c View 9 chunks +43 lines, -57 lines 0 comments Download
A third_party/yasm/patched-yasm/modules/parsers/gas/gas-parse-intel.c View 1 chunk +91 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/gas-parser.h View 5 chunks +5 lines, -23 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/gas-parser.c View 6 chunks +6 lines, -11 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/gas-token.re View 7 chunks +3 lines, -190 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/Makefile.inc View 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/gas-comment.asm View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/gas-comment.errwarn View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/rept-err.asm View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/rept-err.errwarn View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/Makefile.inc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-parse.c View 13 chunks +123 lines, -50 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-parser.h View 5 chunks +15 lines, -62 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-parser.c View 2 chunks +2 lines, -1 line 0 comments Download
A third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-parser-struct.h View 1 chunk +85 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-token.re View 4 chunks +20 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/tests/Makefile.inc View 2 chunks +4 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/tasm/tests/expr.asm View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/tasm/tests/expr.hex View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/yasm_parsers.xml View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/Makefile.inc View 1 chunk +5 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/cpp/cpp-preproc.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/nasm/nasm-pp.c View 22 chunks +237 lines, -104 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/nasm/tests/Makefile.inc View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/out_test.sh View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/po/ChangeLog View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/po/Makefile.in.in View 4 chunks +34 lines, -8 lines 0 comments Download
M third_party/yasm/patched-yasm/po/POTFILES.in View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/splint.sh View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/genmacro/Makefile.inc View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/genperf/Makefile.inc View 2 chunks +11 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/genperf/genperf.c View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/Makefile.inc View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/bytecode.pxi View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/expr.pxi View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/floatnum.pxi View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/intnum.pxi View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/pyxelator/genpyx.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/pyxelator/work_unit.py View 3 chunks +20 lines, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/setup.py View 3 chunks +1 line, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/symrec.pxi View 6 chunks +9 lines, -9 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/python-yasm/value.pxi View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/re2c/Makefile.inc View 2 chunks +19 lines, -10 lines 0 comments Download
M third_party/yasm/patched-yasm/util.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/x86insn_gas.gperf View 3 chunks +1475 lines, -1539 lines 0 comments Download
M third_party/yasm/patched-yasm/x86insn_nasm.gperf View 2 chunks +1373 lines, -1467 lines 0 comments Download
M third_party/yasm/patched-yasm/x86insns.c View 18 chunks +970 lines, -933 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Hironori Bono
9 years, 11 months ago (2011-01-12 08:08:01 UTC) #1
fbarchard1
9 years, 11 months ago (2011-01-12 16:40:29 UTC) #2
LGTM
The old one was 1.10
This new one is 1.11
I think you'll need the gyp before checking this in

Powered by Google App Engine
This is Rietveld 408576698