Skip to content

Commit

Permalink
Update primary bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed May 26, 2023
1 parent 3c05df7 commit e1ff6dd
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 14 deletions.
Binary file removed bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_listing.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_alias.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_bc_size.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_bool.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_bsm.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_opt.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_pp.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_private_append.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_recv.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/compile.beam
Binary file not shown.
15 changes: 8 additions & 7 deletions bootstrap/lib/compiler/ebin/compiler.app
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% This is an -*- erlang -*- file.
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 1997-2022. All Rights Reserved.
%% Copyright Ericsson AB 1997-2023. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
Expand All @@ -19,32 +19,35 @@

{application, compiler,
[{description, "ERTS CXC 138 10"},
{vsn, "8.2.2"},
{vsn, "8.3"},
{modules, [
beam_a,
beam_asm,
beam_bounds,
beam_block,
beam_call_types,
beam_clean,
beam_core_to_ssa,
beam_dict,
beam_digraph,
beam_disasm,
beam_flatten,
beam_jump,
beam_kernel_to_ssa,
beam_listing,
beam_opcodes,
beam_ssa,
beam_ssa_alias,
beam_ssa_bc_size,
beam_ssa_bool,
beam_ssa_bsm,
beam_ssa_check,
beam_ssa_codegen,
beam_ssa_dead,
beam_ssa_lint,
beam_ssa_opt,
beam_ssa_pp,
beam_ssa_pre_codegen,
beam_ssa_private_append,
beam_ssa_recv,
beam_ssa_share,
beam_ssa_throw,
Expand Down Expand Up @@ -74,12 +77,10 @@
sys_core_prepare,
sys_messages,
sys_pre_attributes,
v3_core,
v3_kernel,
v3_kernel_pp
v3_core
]},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
{runtime_dependencies, ["stdlib-4.0","kernel-8.4","erts-13.0",
{runtime_dependencies, ["stdlib-5.0","kernel-8.4","erts-13.0",
"crypto-5.1"]}]}.
Binary file removed bootstrap/lib/compiler/ebin/v3_kernel.beam
Binary file not shown.
Binary file removed bootstrap/lib/compiler/ebin/v3_kernel_pp.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/file.beam
Binary file not shown.
8 changes: 5 additions & 3 deletions bootstrap/lib/kernel/ebin/kernel.app
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 1996-2022. All Rights Reserved.
%% Copyright Ericsson AB 1996-2023. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
{application, kernel,
[
{description, "ERTS CXC 138 10"},
{vsn, "8.5.2"},
{vsn, "9.0"},
{modules, [application,
application_controller,
application_master,
Expand Down Expand Up @@ -55,6 +55,8 @@
inet6_udp,
inet6_sctp,
inet_config,
inet_epmd_dist,
inet_epmd_socket,
inet_hosts,
inet_gethost_native,
inet_tcp_dist,
Expand Down Expand Up @@ -158,7 +160,7 @@
{shell_docs_ansi,auto}
]},
{mod, {kernel, []}},
{runtime_dependencies, ["erts-@OTP-18248@", "stdlib-@OTP-17932@",
{runtime_dependencies, ["erts-14.0", "stdlib-5.0",
"sasl-3.0", "crypto-5.0"]}
]
}.
9 changes: 5 additions & 4 deletions bootstrap/lib/stdlib/ebin/stdlib.app
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 1996-2022. All Rights Reserved.
%% Copyright Ericsson AB 1996-2023. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
Expand All @@ -20,8 +20,9 @@
%%
{application, stdlib,
[{description, "ERTS CXC 138 10"},
{vsn, "4.2"},
{modules, [array,
{vsn, "5.0"},
{modules, [argparse,
array,
base64,
beam_lib,
binary,
Expand Down Expand Up @@ -114,6 +115,6 @@
dets]},
{applications, [kernel]},
{env, []},
{runtime_dependencies, ["sasl-3.0","kernel-@OTP-17932@","erts-13.1","crypto-4.5",
{runtime_dependencies, ["sasl-3.0","kernel-9.0","erts-13.1","crypto-4.5",
"compiler-5.0"]}
]}.

0 comments on commit e1ff6dd

Please sign in to comment.