From 03bedf49b6ad81ee6a78ec40137c782989fe98bf Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Tue, 13 Jun 2017 16:00:09 +0200 Subject: Update primary bootstrap --- bootstrap/lib/compiler/ebin/beam_a.beam | Bin 2632 -> 2632 bytes bootstrap/lib/compiler/ebin/beam_asm.beam | Bin 11604 -> 11604 bytes bootstrap/lib/compiler/ebin/beam_block.beam | Bin 8744 -> 8748 bytes bootstrap/lib/compiler/ebin/beam_bs.beam | Bin 5616 -> 5620 bytes bootstrap/lib/compiler/ebin/beam_bsm.beam | Bin 11948 -> 11952 bytes bootstrap/lib/compiler/ebin/beam_clean.beam | Bin 8452 -> 8452 bytes bootstrap/lib/compiler/ebin/beam_dead.beam | Bin 12952 -> 12956 bytes bootstrap/lib/compiler/ebin/beam_dict.beam | Bin 5084 -> 5088 bytes bootstrap/lib/compiler/ebin/beam_disasm.beam | Bin 24800 -> 24800 bytes bootstrap/lib/compiler/ebin/beam_except.beam | Bin 3284 -> 3288 bytes bootstrap/lib/compiler/ebin/beam_flatten.beam | Bin 2856 -> 2856 bytes bootstrap/lib/compiler/ebin/beam_jump.beam | Bin 8628 -> 8632 bytes bootstrap/lib/compiler/ebin/beam_listing.beam | Bin 2760 -> 2760 bytes bootstrap/lib/compiler/ebin/beam_opcodes.beam | Bin 7104 -> 7116 bytes bootstrap/lib/compiler/ebin/beam_peep.beam | Bin 2508 -> 2508 bytes bootstrap/lib/compiler/ebin/beam_receive.beam | Bin 6172 -> 6172 bytes bootstrap/lib/compiler/ebin/beam_record.beam | Bin 1900 -> 1900 bytes bootstrap/lib/compiler/ebin/beam_reorder.beam | Bin 1952 -> 1952 bytes bootstrap/lib/compiler/ebin/beam_split.beam | Bin 2148 -> 2148 bytes bootstrap/lib/compiler/ebin/beam_trim.beam | Bin 7556 -> 7556 bytes bootstrap/lib/compiler/ebin/beam_type.beam | Bin 17632 -> 17640 bytes bootstrap/lib/compiler/ebin/beam_utils.beam | Bin 13144 -> 13148 bytes bootstrap/lib/compiler/ebin/beam_validator.beam | Bin 29048 -> 29048 bytes bootstrap/lib/compiler/ebin/beam_z.beam | Bin 2812 -> 2812 bytes bootstrap/lib/compiler/ebin/cerl.beam | Bin 30128 -> 30132 bytes bootstrap/lib/compiler/ebin/cerl_clauses.beam | Bin 2932 -> 2936 bytes bootstrap/lib/compiler/ebin/cerl_inline.beam | Bin 37728 -> 37732 bytes bootstrap/lib/compiler/ebin/cerl_sets.beam | Bin 2860 -> 2860 bytes bootstrap/lib/compiler/ebin/cerl_trees.beam | Bin 20876 -> 20876 bytes bootstrap/lib/compiler/ebin/compile.beam | Bin 40020 -> 40040 bytes bootstrap/lib/compiler/ebin/compiler.appup | 2 +- bootstrap/lib/compiler/ebin/core_lib.beam | Bin 4288 -> 4292 bytes bootstrap/lib/compiler/ebin/core_lint.beam | Bin 12856 -> 12856 bytes bootstrap/lib/compiler/ebin/core_parse.beam | Bin 61872 -> 62580 bytes bootstrap/lib/compiler/ebin/core_pp.beam | Bin 11748 -> 11752 bytes bootstrap/lib/compiler/ebin/core_scan.beam | Bin 6712 -> 6712 bytes bootstrap/lib/compiler/ebin/erl_bifs.beam | Bin 2152 -> 2152 bytes bootstrap/lib/compiler/ebin/rec_env.beam | Bin 4588 -> 4592 bytes bootstrap/lib/compiler/ebin/sys_core_bsm.beam | Bin 5676 -> 5676 bytes bootstrap/lib/compiler/ebin/sys_core_dsetel.beam | Bin 6948 -> 6952 bytes bootstrap/lib/compiler/ebin/sys_core_fold.beam | Bin 45424 -> 45428 bytes .../lib/compiler/ebin/sys_core_fold_lists.beam | Bin 4572 -> 4584 bytes bootstrap/lib/compiler/ebin/sys_core_inline.beam | Bin 3996 -> 3996 bytes bootstrap/lib/compiler/ebin/sys_pre_attributes.beam | Bin 2744 -> 2748 bytes bootstrap/lib/compiler/ebin/v3_codegen.beam | Bin 53688 -> 53688 bytes bootstrap/lib/compiler/ebin/v3_core.beam | Bin 56384 -> 56392 bytes bootstrap/lib/compiler/ebin/v3_kernel.beam | Bin 54672 -> 54676 bytes bootstrap/lib/compiler/ebin/v3_kernel_pp.beam | Bin 12532 -> 12532 bytes bootstrap/lib/compiler/ebin/v3_life.beam | Bin 17016 -> 17016 bytes 49 files changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/lib/compiler/ebin') diff --git a/bootstrap/lib/compiler/ebin/beam_a.beam b/bootstrap/lib/compiler/ebin/beam_a.beam index 1459567485..1c8753b2d1 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_a.beam and b/bootstrap/lib/compiler/ebin/beam_a.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_asm.beam b/bootstrap/lib/compiler/ebin/beam_asm.beam index 7335dbab61..46e596c5b1 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_asm.beam and b/bootstrap/lib/compiler/ebin/beam_asm.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_block.beam b/bootstrap/lib/compiler/ebin/beam_block.beam index fa708d60a0..84e6e64efc 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_block.beam and b/bootstrap/lib/compiler/ebin/beam_block.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_bs.beam b/bootstrap/lib/compiler/ebin/beam_bs.beam index 61b1b9b055..e9be7763ad 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_bs.beam and b/bootstrap/lib/compiler/ebin/beam_bs.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_bsm.beam b/bootstrap/lib/compiler/ebin/beam_bsm.beam index 4b4412532a..24992e9b90 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_bsm.beam and b/bootstrap/lib/compiler/ebin/beam_bsm.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_clean.beam b/bootstrap/lib/compiler/ebin/beam_clean.beam index 8b97d6e227..b6c47725c6 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_clean.beam and b/bootstrap/lib/compiler/ebin/beam_clean.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_dead.beam b/bootstrap/lib/compiler/ebin/beam_dead.beam index 6960217ac0..088898eea3 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_dead.beam and b/bootstrap/lib/compiler/ebin/beam_dead.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_dict.beam b/bootstrap/lib/compiler/ebin/beam_dict.beam index b8cc501dd6..5b4ba12152 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_dict.beam and b/bootstrap/lib/compiler/ebin/beam_dict.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_disasm.beam b/bootstrap/lib/compiler/ebin/beam_disasm.beam index d68a8b7fc5..3b9b0bba18 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_disasm.beam and b/bootstrap/lib/compiler/ebin/beam_disasm.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_except.beam b/bootstrap/lib/compiler/ebin/beam_except.beam index 8987254a04..8c94b74d8c 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_except.beam and b/bootstrap/lib/compiler/ebin/beam_except.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_flatten.beam b/bootstrap/lib/compiler/ebin/beam_flatten.beam index 5c019f7ed1..50e2ce7ab4 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_flatten.beam and b/bootstrap/lib/compiler/ebin/beam_flatten.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_jump.beam b/bootstrap/lib/compiler/ebin/beam_jump.beam index 51761fff35..7b66277f10 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_jump.beam and b/bootstrap/lib/compiler/ebin/beam_jump.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_listing.beam b/bootstrap/lib/compiler/ebin/beam_listing.beam index 19af25e71a..74695349ba 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_listing.beam and b/bootstrap/lib/compiler/ebin/beam_listing.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_opcodes.beam b/bootstrap/lib/compiler/ebin/beam_opcodes.beam index f8d1e43f1d..b8b04bbe8b 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_opcodes.beam and b/bootstrap/lib/compiler/ebin/beam_opcodes.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_peep.beam b/bootstrap/lib/compiler/ebin/beam_peep.beam index 0f8397da3e..a26cb84590 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_peep.beam and b/bootstrap/lib/compiler/ebin/beam_peep.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_receive.beam b/bootstrap/lib/compiler/ebin/beam_receive.beam index 1d4a96e02d..6e864e4837 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_receive.beam and b/bootstrap/lib/compiler/ebin/beam_receive.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_record.beam b/bootstrap/lib/compiler/ebin/beam_record.beam index 1a5127146c..7b855184fb 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_record.beam and b/bootstrap/lib/compiler/ebin/beam_record.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_reorder.beam b/bootstrap/lib/compiler/ebin/beam_reorder.beam index ba3759c2d9..4b1c7f6d15 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_reorder.beam and b/bootstrap/lib/compiler/ebin/beam_reorder.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_split.beam b/bootstrap/lib/compiler/ebin/beam_split.beam index c26800e0ab..4202961791 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_split.beam and b/bootstrap/lib/compiler/ebin/beam_split.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_trim.beam b/bootstrap/lib/compiler/ebin/beam_trim.beam index 6f9725b7c1..1aa648532b 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_trim.beam and b/bootstrap/lib/compiler/ebin/beam_trim.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_type.beam b/bootstrap/lib/compiler/ebin/beam_type.beam index e2b26e648a..1a4bdd5c5e 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_type.beam and b/bootstrap/lib/compiler/ebin/beam_type.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_utils.beam b/bootstrap/lib/compiler/ebin/beam_utils.beam index 88e8398c31..e824161f67 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_utils.beam and b/bootstrap/lib/compiler/ebin/beam_utils.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam index 28fbf7ea01..9fbffaf1ba 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_validator.beam and b/bootstrap/lib/compiler/ebin/beam_validator.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_z.beam b/bootstrap/lib/compiler/ebin/beam_z.beam index b55e3c2383..991226cc18 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_z.beam and b/bootstrap/lib/compiler/ebin/beam_z.beam differ diff --git a/bootstrap/lib/compiler/ebin/cerl.beam b/bootstrap/lib/compiler/ebin/cerl.beam index d66a51d75e..2af5f13b49 100644 Binary files a/bootstrap/lib/compiler/ebin/cerl.beam and b/bootstrap/lib/compiler/ebin/cerl.beam differ diff --git a/bootstrap/lib/compiler/ebin/cerl_clauses.beam b/bootstrap/lib/compiler/ebin/cerl_clauses.beam index 3d7e9e4d7a..3e7a816876 100644 Binary files a/bootstrap/lib/compiler/ebin/cerl_clauses.beam and b/bootstrap/lib/compiler/ebin/cerl_clauses.beam differ diff --git a/bootstrap/lib/compiler/ebin/cerl_inline.beam b/bootstrap/lib/compiler/ebin/cerl_inline.beam index a703e1759b..61edb6b3df 100644 Binary files a/bootstrap/lib/compiler/ebin/cerl_inline.beam and b/bootstrap/lib/compiler/ebin/cerl_inline.beam differ diff --git a/bootstrap/lib/compiler/ebin/cerl_sets.beam b/bootstrap/lib/compiler/ebin/cerl_sets.beam index b5ec77d84b..6905c648c2 100644 Binary files a/bootstrap/lib/compiler/ebin/cerl_sets.beam and b/bootstrap/lib/compiler/ebin/cerl_sets.beam differ diff --git a/bootstrap/lib/compiler/ebin/cerl_trees.beam b/bootstrap/lib/compiler/ebin/cerl_trees.beam index 47f46fa679..6d64dd7da0 100644 Binary files a/bootstrap/lib/compiler/ebin/cerl_trees.beam and b/bootstrap/lib/compiler/ebin/cerl_trees.beam differ diff --git a/bootstrap/lib/compiler/ebin/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam index 19d40cbfa5..c50f648238 100644 Binary files a/bootstrap/lib/compiler/ebin/compile.beam and b/bootstrap/lib/compiler/ebin/compile.beam differ diff --git a/bootstrap/lib/compiler/ebin/compiler.appup b/bootstrap/lib/compiler/ebin/compiler.appup index 181b4076bf..bfea67c6dd 100644 --- a/bootstrap/lib/compiler/ebin/compiler.appup +++ b/bootstrap/lib/compiler/ebin/compiler.appup @@ -16,7 +16,7 @@ %% limitations under the License. %% %% %CopyrightEnd% -{"7.0", +{"7.0.4", [{<<".*">>,[{restart_application, compiler}]}], [{<<".*">>,[{restart_application, compiler}]}] }. diff --git a/bootstrap/lib/compiler/ebin/core_lib.beam b/bootstrap/lib/compiler/ebin/core_lib.beam index ba2f8ff573..b8b5f2d2b0 100644 Binary files a/bootstrap/lib/compiler/ebin/core_lib.beam and b/bootstrap/lib/compiler/ebin/core_lib.beam differ diff --git a/bootstrap/lib/compiler/ebin/core_lint.beam b/bootstrap/lib/compiler/ebin/core_lint.beam index fa31a6555f..f7fb759eb0 100644 Binary files a/bootstrap/lib/compiler/ebin/core_lint.beam and b/bootstrap/lib/compiler/ebin/core_lint.beam differ diff --git a/bootstrap/lib/compiler/ebin/core_parse.beam b/bootstrap/lib/compiler/ebin/core_parse.beam index 07abc0dd36..dda2d59d7c 100644 Binary files a/bootstrap/lib/compiler/ebin/core_parse.beam and b/bootstrap/lib/compiler/ebin/core_parse.beam differ diff --git a/bootstrap/lib/compiler/ebin/core_pp.beam b/bootstrap/lib/compiler/ebin/core_pp.beam index a7cf3140ff..8f4137db70 100644 Binary files a/bootstrap/lib/compiler/ebin/core_pp.beam and b/bootstrap/lib/compiler/ebin/core_pp.beam differ diff --git a/bootstrap/lib/compiler/ebin/core_scan.beam b/bootstrap/lib/compiler/ebin/core_scan.beam index 2ce3a55b85..bec935bc5b 100644 Binary files a/bootstrap/lib/compiler/ebin/core_scan.beam and b/bootstrap/lib/compiler/ebin/core_scan.beam differ diff --git a/bootstrap/lib/compiler/ebin/erl_bifs.beam b/bootstrap/lib/compiler/ebin/erl_bifs.beam index e027c6a303..6e3aad89df 100644 Binary files a/bootstrap/lib/compiler/ebin/erl_bifs.beam and b/bootstrap/lib/compiler/ebin/erl_bifs.beam differ diff --git a/bootstrap/lib/compiler/ebin/rec_env.beam b/bootstrap/lib/compiler/ebin/rec_env.beam index 2f6b4f8af4..792fdeafc5 100644 Binary files a/bootstrap/lib/compiler/ebin/rec_env.beam and b/bootstrap/lib/compiler/ebin/rec_env.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_bsm.beam b/bootstrap/lib/compiler/ebin/sys_core_bsm.beam index 13169c5ff1..f343655448 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_bsm.beam and b/bootstrap/lib/compiler/ebin/sys_core_bsm.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_dsetel.beam b/bootstrap/lib/compiler/ebin/sys_core_dsetel.beam index 59c470fbae..121f2ebdd5 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_dsetel.beam and b/bootstrap/lib/compiler/ebin/sys_core_dsetel.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_fold.beam b/bootstrap/lib/compiler/ebin/sys_core_fold.beam index 8748fd638d..f67033483a 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_fold.beam and b/bootstrap/lib/compiler/ebin/sys_core_fold.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_fold_lists.beam b/bootstrap/lib/compiler/ebin/sys_core_fold_lists.beam index ba5e540511..3f72043a3f 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_fold_lists.beam and b/bootstrap/lib/compiler/ebin/sys_core_fold_lists.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_inline.beam b/bootstrap/lib/compiler/ebin/sys_core_inline.beam index 714e073b9f..f9abd6c887 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_inline.beam and b/bootstrap/lib/compiler/ebin/sys_core_inline.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam b/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam index c418856bad..b854db12c4 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam and b/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_codegen.beam b/bootstrap/lib/compiler/ebin/v3_codegen.beam index a40e6f9447..b2e91c3907 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_codegen.beam and b/bootstrap/lib/compiler/ebin/v3_codegen.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_core.beam b/bootstrap/lib/compiler/ebin/v3_core.beam index eb0865231a..539f5f2e61 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_core.beam and b/bootstrap/lib/compiler/ebin/v3_core.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_kernel.beam b/bootstrap/lib/compiler/ebin/v3_kernel.beam index cebb49597c..5096b7f2e1 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_kernel.beam and b/bootstrap/lib/compiler/ebin/v3_kernel.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_kernel_pp.beam b/bootstrap/lib/compiler/ebin/v3_kernel_pp.beam index 331e6ba032..6b127e86d0 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_kernel_pp.beam and b/bootstrap/lib/compiler/ebin/v3_kernel_pp.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_life.beam b/bootstrap/lib/compiler/ebin/v3_life.beam index 23a894f62a..c20070cf34 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_life.beam and b/bootstrap/lib/compiler/ebin/v3_life.beam differ -- cgit v1.2.3