| Index: third_party/yasm/BUILD.gn
|
| diff --git a/third_party/yasm/BUILD.gn b/third_party/yasm/BUILD.gn
|
| index a09a4959a620f35f0b9f67c0c4a7847351583f9a..9ed8e46d68ac25db90008e716bc9efb1a24039b2 100644
|
| --- a/third_party/yasm/BUILD.gn
|
| +++ b/third_party/yasm/BUILD.gn
|
| @@ -124,13 +124,13 @@ if (current_toolchain == host_toolchain) {
|
|
|
| executable("re2c") {
|
| sources = [
|
| - "source/patched-yasm/tools/re2c/main.c",
|
| + "source/patched-yasm/tools/re2c/actions.c",
|
| "source/patched-yasm/tools/re2c/code.c",
|
| "source/patched-yasm/tools/re2c/dfa.c",
|
| + "source/patched-yasm/tools/re2c/main.c",
|
| + "source/patched-yasm/tools/re2c/mbo_getopt.c",
|
| "source/patched-yasm/tools/re2c/parser.c",
|
| - "source/patched-yasm/tools/re2c/actions.c",
|
| "source/patched-yasm/tools/re2c/scanner.c",
|
| - "source/patched-yasm/tools/re2c/mbo_getopt.c",
|
| "source/patched-yasm/tools/re2c/substr.c",
|
| "source/patched-yasm/tools/re2c/translate.c",
|
| ]
|
| @@ -203,8 +203,8 @@ if (current_toolchain == host_toolchain) {
|
| "source/patched-yasm/modules/objfmts/macho/macho-objfmt.c",
|
| "source/patched-yasm/modules/objfmts/rdf/rdf-objfmt.c",
|
| "source/patched-yasm/modules/objfmts/xdf/xdf-objfmt.c",
|
| - "source/patched-yasm/modules/parsers/gas/gas-parse.c",
|
| "source/patched-yasm/modules/parsers/gas/gas-parse-intel.c",
|
| + "source/patched-yasm/modules/parsers/gas/gas-parse.c",
|
| "source/patched-yasm/modules/parsers/gas/gas-parser.c",
|
| "source/patched-yasm/modules/parsers/nasm/nasm-parse.c",
|
| "source/patched-yasm/modules/parsers/nasm/nasm-parser.c",
|
|
|