From dbd429512ba3fe2db4dcca1a8d9357d173718e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 26 Mar 2014 12:34:28 +0100 Subject: Update primary bootstrap --- bootstrap/lib/stdlib/ebin/epp.beam | Bin 28428 -> 28428 bytes bootstrap/lib/stdlib/ebin/erl_compile.beam | Bin 7312 -> 7324 bytes bootstrap/lib/stdlib/ebin/erl_lint.beam | Bin 89576 -> 89540 bytes bootstrap/lib/stdlib/ebin/erl_parse.beam | Bin 74708 -> 75044 bytes bootstrap/lib/stdlib/ebin/gen_event.beam | Bin 18264 -> 18320 bytes bootstrap/lib/stdlib/ebin/gen_fsm.beam | Bin 15628 -> 15652 bytes bootstrap/lib/stdlib/ebin/gen_server.beam | Bin 17404 -> 17416 bytes bootstrap/lib/stdlib/ebin/otp_internal.beam | Bin 10436 -> 10156 bytes bootstrap/lib/stdlib/ebin/stdlib.app | 5 ++++- bootstrap/lib/stdlib/ebin/sys.beam | Bin 7556 -> 8372 bytes 10 files changed, 4 insertions(+), 1 deletion(-) (limited to 'bootstrap/lib/stdlib/ebin') diff --git a/bootstrap/lib/stdlib/ebin/epp.beam b/bootstrap/lib/stdlib/ebin/epp.beam index ab22f9971b..7013e29466 100644 Binary files a/bootstrap/lib/stdlib/ebin/epp.beam and b/bootstrap/lib/stdlib/ebin/epp.beam differ diff --git a/bootstrap/lib/stdlib/ebin/erl_compile.beam b/bootstrap/lib/stdlib/ebin/erl_compile.beam index 88da2b246f..e650afbf6d 100644 Binary files a/bootstrap/lib/stdlib/ebin/erl_compile.beam and b/bootstrap/lib/stdlib/ebin/erl_compile.beam differ diff --git a/bootstrap/lib/stdlib/ebin/erl_lint.beam b/bootstrap/lib/stdlib/ebin/erl_lint.beam index 9660509270..50b3e3c9d3 100644 Binary files a/bootstrap/lib/stdlib/ebin/erl_lint.beam and b/bootstrap/lib/stdlib/ebin/erl_lint.beam differ diff --git a/bootstrap/lib/stdlib/ebin/erl_parse.beam b/bootstrap/lib/stdlib/ebin/erl_parse.beam index c1c114dd3c..3d36ee85b7 100644 Binary files a/bootstrap/lib/stdlib/ebin/erl_parse.beam and b/bootstrap/lib/stdlib/ebin/erl_parse.beam differ diff --git a/bootstrap/lib/stdlib/ebin/gen_event.beam b/bootstrap/lib/stdlib/ebin/gen_event.beam index 46f1512a24..d45e508d22 100644 Binary files a/bootstrap/lib/stdlib/ebin/gen_event.beam and b/bootstrap/lib/stdlib/ebin/gen_event.beam differ diff --git a/bootstrap/lib/stdlib/ebin/gen_fsm.beam b/bootstrap/lib/stdlib/ebin/gen_fsm.beam index d6719e68d9..bf5bbb7839 100644 Binary files a/bootstrap/lib/stdlib/ebin/gen_fsm.beam and b/bootstrap/lib/stdlib/ebin/gen_fsm.beam differ diff --git a/bootstrap/lib/stdlib/ebin/gen_server.beam b/bootstrap/lib/stdlib/ebin/gen_server.beam index 806c4d58d7..fe95ca0826 100644 Binary files a/bootstrap/lib/stdlib/ebin/gen_server.beam and b/bootstrap/lib/stdlib/ebin/gen_server.beam differ diff --git a/bootstrap/lib/stdlib/ebin/otp_internal.beam b/bootstrap/lib/stdlib/ebin/otp_internal.beam index 1146ef9ab8..defe4fa5a0 100644 Binary files a/bootstrap/lib/stdlib/ebin/otp_internal.beam and b/bootstrap/lib/stdlib/ebin/otp_internal.beam differ diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index 31c7222100..1d255fb2c8 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -102,5 +102,8 @@ {registered,[timer_server,rsh_starter,take_over_monitor,pool_master, dets]}, {applications, [kernel]}, - {env, []}]}. + {env, []}, + {runtime_dependencies, ["sasl-2.4","kernel-3.0","erts-6.0","crypto-3.3", + "compiler-5.0"]} +]}. diff --git a/bootstrap/lib/stdlib/ebin/sys.beam b/bootstrap/lib/stdlib/ebin/sys.beam index 2aed63dc88..1413b822f2 100644 Binary files a/bootstrap/lib/stdlib/ebin/sys.beam and b/bootstrap/lib/stdlib/ebin/sys.beam differ -- cgit v1.2.3