From bb92a8ee06841754910150d8ec05b2022a9fbe94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Thu, 25 Aug 2011 11:38:20 +0200 Subject: Update primary bootstrap --- bootstrap/lib/compiler/ebin/beam_asm.beam | Bin 9028 -> 11096 bytes bootstrap/lib/compiler/ebin/beam_block.beam | Bin 13136 -> 14388 bytes bootstrap/lib/compiler/ebin/beam_bool.beam | Bin 14880 -> 16160 bytes bootstrap/lib/compiler/ebin/beam_bsm.beam | Bin 12172 -> 13728 bytes bootstrap/lib/compiler/ebin/beam_clean.beam | Bin 10128 -> 11468 bytes bootstrap/lib/compiler/ebin/beam_dead.beam | Bin 11264 -> 11880 bytes bootstrap/lib/compiler/ebin/beam_dict.beam | Bin 3956 -> 5360 bytes bootstrap/lib/compiler/ebin/beam_disasm.beam | Bin 23268 -> 24976 bytes bootstrap/lib/compiler/ebin/beam_flatten.beam | Bin 3252 -> 3448 bytes bootstrap/lib/compiler/ebin/beam_jump.beam | Bin 8936 -> 9516 bytes bootstrap/lib/compiler/ebin/beam_listing.beam | Bin 2720 -> 2904 bytes bootstrap/lib/compiler/ebin/beam_opcodes.beam | Bin 6756 -> 6812 bytes bootstrap/lib/compiler/ebin/beam_peep.beam | Bin 2356 -> 2456 bytes bootstrap/lib/compiler/ebin/beam_receive.beam | Bin 5392 -> 5832 bytes bootstrap/lib/compiler/ebin/beam_trim.beam | Bin 7764 -> 8568 bytes bootstrap/lib/compiler/ebin/beam_type.beam | Bin 13016 -> 13820 bytes bootstrap/lib/compiler/ebin/beam_utils.beam | Bin 12848 -> 14532 bytes bootstrap/lib/compiler/ebin/beam_validator.beam | Bin 31328 -> 34328 bytes bootstrap/lib/compiler/ebin/cerl.beam | Bin 28236 -> 30264 bytes bootstrap/lib/compiler/ebin/cerl_clauses.beam | Bin 2676 -> 2876 bytes bootstrap/lib/compiler/ebin/cerl_inline.beam | Bin 33288 -> 37300 bytes bootstrap/lib/compiler/ebin/cerl_trees.beam | Bin 15824 -> 18960 bytes bootstrap/lib/compiler/ebin/compile.beam | Bin 33652 -> 36380 bytes bootstrap/lib/compiler/ebin/compiler.app | 4 ++-- bootstrap/lib/compiler/ebin/core_lib.beam | Bin 5072 -> 5468 bytes bootstrap/lib/compiler/ebin/core_lint.beam | Bin 10944 -> 11632 bytes bootstrap/lib/compiler/ebin/core_parse.beam | Bin 35288 -> 37644 bytes bootstrap/lib/compiler/ebin/core_pp.beam | Bin 11148 -> 12124 bytes bootstrap/lib/compiler/ebin/core_scan.beam | Bin 6268 -> 6628 bytes bootstrap/lib/compiler/ebin/erl_bifs.beam | Bin 2100 -> 2100 bytes bootstrap/lib/compiler/ebin/rec_env.beam | Bin 4312 -> 4780 bytes bootstrap/lib/compiler/ebin/sys_core_dsetel.beam | Bin 6352 -> 6996 bytes bootstrap/lib/compiler/ebin/sys_core_fold.beam | Bin 43932 -> 47520 bytes bootstrap/lib/compiler/ebin/sys_core_inline.beam | Bin 3996 -> 4212 bytes bootstrap/lib/compiler/ebin/sys_expand_pmod.beam | Bin 7616 -> 8396 bytes bootstrap/lib/compiler/ebin/sys_pre_attributes.beam | Bin 3028 -> 3360 bytes bootstrap/lib/compiler/ebin/sys_pre_expand.beam | Bin 14156 -> 15848 bytes bootstrap/lib/compiler/ebin/v3_codegen.beam | Bin 47920 -> 53752 bytes bootstrap/lib/compiler/ebin/v3_core.beam | Bin 45460 -> 50836 bytes bootstrap/lib/compiler/ebin/v3_kernel.beam | Bin 40848 -> 44748 bytes bootstrap/lib/compiler/ebin/v3_kernel_pp.beam | Bin 10868 -> 11828 bytes bootstrap/lib/compiler/ebin/v3_life.beam | Bin 21568 -> 23528 bytes 42 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/lib/compiler/ebin') diff --git a/bootstrap/lib/compiler/ebin/beam_asm.beam b/bootstrap/lib/compiler/ebin/beam_asm.beam index 5719592cae..2679b0993f 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 41be7667fc..8983932f86 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_bool.beam b/bootstrap/lib/compiler/ebin/beam_bool.beam index ef6e7823cc..e540fe227b 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_bool.beam and b/bootstrap/lib/compiler/ebin/beam_bool.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_bsm.beam b/bootstrap/lib/compiler/ebin/beam_bsm.beam index 48302c39d2..bde0cff4cb 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 0b28815f2a..b902d84ffa 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 652e2b44ea..449ce06f60 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 b65ebca3cd..2811a0e705 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 c8e2b27623..49b49871dd 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_flatten.beam b/bootstrap/lib/compiler/ebin/beam_flatten.beam index 402f2a14ae..0ac0dc7b92 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 1ee7b725fb..ea93fca2a0 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 b282af5fce..f0503e4674 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 6ded472cb0..2c414f1c7d 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 279dd272b5..aaba79046c 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 4d88e80acd..0836e118c9 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_trim.beam b/bootstrap/lib/compiler/ebin/beam_trim.beam index 5c0d405843..04d3416ef2 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 cccf58b7a4..e0a09eb146 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 c335748e8a..a8bb6ec1a2 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 32e75091f4..02226a600a 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/cerl.beam b/bootstrap/lib/compiler/ebin/cerl.beam index 9f45f9f441..399aeb6442 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 5004b4d4c2..e4db75d0e0 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 e0cfce01ae..e6f76ad0d4 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_trees.beam b/bootstrap/lib/compiler/ebin/cerl_trees.beam index d46cfe54b7..b2d79c924c 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 c4b31874cc..da1d7a2922 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.app b/bootstrap/lib/compiler/ebin/compiler.app index fffb64c3a0..6c16ac7589 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -1,7 +1,7 @@ % This is an -*- erlang -*- file. %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2011. All Rights Reserved. +%% Copyright Ericsson AB 1997-2010. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -18,7 +18,7 @@ {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "4.7.3"}, + {vsn, "4.7.4"}, {modules, [ beam_asm, beam_block, diff --git a/bootstrap/lib/compiler/ebin/core_lib.beam b/bootstrap/lib/compiler/ebin/core_lib.beam index 8796f7e13e..2421df60bd 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 813c444d9c..de6f3e5c25 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 973659b27b..11926c4a16 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 fb9001c52f..9d812001b8 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 cd2146d722..e0e4859095 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 128f8a88d2..b411e06c08 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 8a1de81396..c04176da61 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_dsetel.beam b/bootstrap/lib/compiler/ebin/sys_core_dsetel.beam index 2975d77648..4a44c53aed 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 c7b247762c..2ed16cc07a 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_inline.beam b/bootstrap/lib/compiler/ebin/sys_core_inline.beam index 919b616c62..3d6f3103e0 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_expand_pmod.beam b/bootstrap/lib/compiler/ebin/sys_expand_pmod.beam index 3323279d7d..5142cdde01 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_expand_pmod.beam and b/bootstrap/lib/compiler/ebin/sys_expand_pmod.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam b/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam index 9708cff55e..4b3e984ed4 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/sys_pre_expand.beam b/bootstrap/lib/compiler/ebin/sys_pre_expand.beam index 7b4d278e30..b4129dc7aa 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_pre_expand.beam and b/bootstrap/lib/compiler/ebin/sys_pre_expand.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_codegen.beam b/bootstrap/lib/compiler/ebin/v3_codegen.beam index 51fac17844..dbc5fb5e3a 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 87cb60e41c..817938781d 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 18790f80a6..a52d44b32e 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 b7d2a409b5..4bec626689 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 3f0a409447..d3ffc45a26 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