dart-sdk/runtime/tools
Jonas Termansen 742822af73 Fix runtime/tools/bin_to_assembly.py not setting symbol type and size.
The absence of symbol sizes broke build comparison that looks for and
ignores snapshots. Add symbol types for good measure to match the compiler
behavior.

Consider unknown operating systems to use as(1)-style assembly, which is
generally true. If an unknown operating system uses another syntax, the
generated files will fail to assemble and the porter should soon find
this script and add support for their operating system.

R=whesse@google.com

Review-Url: https://codereview.chromium.org/2939013002 .
2017-06-15 13:40:46 +02:00
..
gyp GN: Add option to build with TSAN 2017-01-03 14:37:27 -08:00
.gitignore Sync .gitignore with the corresponding svn properties. 2012-09-10 15:44:25 +00:00
android_finder.py Make parser of the android package lister be more forgiving. Without this 2012-10-26 23:07:29 +00:00
benchmark.py Adds missing case in mips double comparison. 2013-06-27 19:03:04 +00:00
bin_to_assembly.py Fix runtime/tools/bin_to_assembly.py not setting symbol type and size. 2017-06-15 13:40:46 +02:00
bmu_benchmark_gallery.sh Refs #25328 Use a portable shebang 2016-01-05 16:26:28 +01:00
concatenate_patches.py Fix various nits in VM patch files. 2017-02-17 16:28:57 +01:00
create_archive.py Fuchsia: Adds a script to download the prebuild SDK 2016-12-02 13:18:54 -08:00
create_resources.py Add runtime/bin/thread_fuchsia that binds to fuchsia's pthreads 2016-07-14 15:25:01 -07:00
create_snapshot_bin.py core-jit: 2017-06-08 16:04:29 -07:00
create_snapshot_file.py First step towards splitting a full snapshot into a vm isolate snapshot and a 2015-03-31 18:46:19 +00:00
create_string_literal.py Fuchsia: Builds run_vm_tests and a wrapper program for running it. 2016-07-28 10:35:25 -07:00
gen_library_src_paths.py Related to issue 27860 2017-06-01 11:11:09 -07:00
generate_projects.py Undo change to generate_projects file used by Golem. 2011-11-22 11:34:23 +00:00
utils.py Unset GREP_OPTIONS when extracting processor count 2017-02-28 16:00:32 -08:00
valgrind.py Initial checkin. 2011-10-05 05:20:07 +00:00
verbose_gc_to_bmu.dart Add more safe points in compiler. 2017-03-31 11:19:46 +02:00