summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2021-02-22 07:05:49 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2021-02-22 07:06:20 +0100
commit8a2859a3a9fd2d51604b193347c3e2856f584f39 (patch)
tree16df8da456229866412cfd203b952b1cd46e0dde /bootstrap
parentf42d0fabc5e99931783bdb8532451d249356c16d (diff)
downloaderlang-8a2859a3a9fd2d51604b193347c3e2856f584f39.tar.gz
Update primary bootstrap
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/bin/no_dot_erlang.bootbin6843 -> 6895 bytes
-rw-r--r--bootstrap/bin/start.bootbin6843 -> 6895 bytes
-rw-r--r--bootstrap/bin/start_clean.bootbin6843 -> 6895 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa.beambin15132 -> 15196 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_dead.beambin12480 -> 12616 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_lint.beambin9388 -> 9344 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_opt.beambin49232 -> 49524 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_throw.beambin7464 -> 7488 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/compile.beambin37624 -> 37636 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/compiler.app1
-rw-r--r--bootstrap/lib/compiler/ebin/sys_core_fold.beambin41024 -> 41028 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/v3_kernel.beambin41584 -> 41608 bytes
-rw-r--r--bootstrap/lib/kernel/ebin/erpc.beambin7928 -> 9016 bytes
-rw-r--r--bootstrap/lib/kernel/ebin/gen_tcp_socket.beambin26176 -> 27000 bytes
-rw-r--r--bootstrap/lib/kernel/ebin/net_kernel.beambin27768 -> 27732 bytes
-rw-r--r--bootstrap/lib/kernel/ebin/pg.beambin7904 -> 7900 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/beam_lib.beambin18444 -> 18568 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/erl_lint.beambin86856 -> 86860 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/io_lib_format.beambin14456 -> 15856 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/io_lib_format_ryu_table.beambin0 -> 19156 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/shell_docs.beambin17388 -> 17388 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/stdlib.app1
-rw-r--r--bootstrap/lib/stdlib/ebin/supervisor.beambin23500 -> 23492 bytes
23 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/bin/no_dot_erlang.boot b/bootstrap/bin/no_dot_erlang.boot
index bab76a61e9..499aaf45fe 100644
--- a/bootstrap/bin/no_dot_erlang.boot
+++ b/bootstrap/bin/no_dot_erlang.boot
Binary files differ
diff --git a/bootstrap/bin/start.boot b/bootstrap/bin/start.boot
index bab76a61e9..499aaf45fe 100644
--- a/bootstrap/bin/start.boot
+++ b/bootstrap/bin/start.boot
Binary files differ
diff --git a/bootstrap/bin/start_clean.boot b/bootstrap/bin/start_clean.boot
index bab76a61e9..499aaf45fe 100644
--- a/bootstrap/bin/start_clean.boot
+++ b/bootstrap/bin/start_clean.boot
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa.beam b/bootstrap/lib/compiler/ebin/beam_ssa.beam
index cfb56cc00c..b5ae0c8e0d 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_dead.beam b/bootstrap/lib/compiler/ebin/beam_ssa_dead.beam
index 6e652e78ac..ab8f8d8932 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_dead.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_dead.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_lint.beam b/bootstrap/lib/compiler/ebin/beam_ssa_lint.beam
index 8b5bba7011..0ff61632c9 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_lint.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_lint.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam b/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam
index 66f7fc1b70..5534f6509b 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_throw.beam b/bootstrap/lib/compiler/ebin/beam_ssa_throw.beam
index 5714b22c1a..91b2638af4 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_throw.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_throw.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam
index ec794894c9..9ca4f222fc 100644
--- a/bootstrap/lib/compiler/ebin/compile.beam
+++ b/bootstrap/lib/compiler/ebin/compile.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app
index ee3c3e9650..f4a7126390 100644
--- a/bootstrap/lib/compiler/ebin/compiler.app
+++ b/bootstrap/lib/compiler/ebin/compiler.app
@@ -73,6 +73,7 @@
sys_core_fold_lists,
sys_core_inline,
sys_core_prepare,
+ sys_messages,
sys_pre_attributes,
v3_core,
v3_kernel,
diff --git a/bootstrap/lib/compiler/ebin/sys_core_fold.beam b/bootstrap/lib/compiler/ebin/sys_core_fold.beam
index c5c18be91d..02190dccd9 100644
--- a/bootstrap/lib/compiler/ebin/sys_core_fold.beam
+++ b/bootstrap/lib/compiler/ebin/sys_core_fold.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/v3_kernel.beam b/bootstrap/lib/compiler/ebin/v3_kernel.beam
index b2bc00af34..a738bb73f8 100644
--- a/bootstrap/lib/compiler/ebin/v3_kernel.beam
+++ b/bootstrap/lib/compiler/ebin/v3_kernel.beam
Binary files differ
diff --git a/bootstrap/lib/kernel/ebin/erpc.beam b/bootstrap/lib/kernel/ebin/erpc.beam
index d151a5c5c5..81048671a4 100644
--- a/bootstrap/lib/kernel/ebin/erpc.beam
+++ b/bootstrap/lib/kernel/ebin/erpc.beam
Binary files differ
diff --git a/bootstrap/lib/kernel/ebin/gen_tcp_socket.beam b/bootstrap/lib/kernel/ebin/gen_tcp_socket.beam
index 044d03985b..0bacf25c17 100644
--- a/bootstrap/lib/kernel/ebin/gen_tcp_socket.beam
+++ b/bootstrap/lib/kernel/ebin/gen_tcp_socket.beam
Binary files differ
diff --git a/bootstrap/lib/kernel/ebin/net_kernel.beam b/bootstrap/lib/kernel/ebin/net_kernel.beam
index eaf09e6ddf..1e1e4a3745 100644
--- a/bootstrap/lib/kernel/ebin/net_kernel.beam
+++ b/bootstrap/lib/kernel/ebin/net_kernel.beam
Binary files differ
diff --git a/bootstrap/lib/kernel/ebin/pg.beam b/bootstrap/lib/kernel/ebin/pg.beam
index 9bfe0c4e5c..1138b143f9 100644
--- a/bootstrap/lib/kernel/ebin/pg.beam
+++ b/bootstrap/lib/kernel/ebin/pg.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/beam_lib.beam b/bootstrap/lib/stdlib/ebin/beam_lib.beam
index 43fe85864d..ed700d6ba8 100644
--- a/bootstrap/lib/stdlib/ebin/beam_lib.beam
+++ b/bootstrap/lib/stdlib/ebin/beam_lib.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/erl_lint.beam b/bootstrap/lib/stdlib/ebin/erl_lint.beam
index 23f7a41dce..a3d2d9fe34 100644
--- a/bootstrap/lib/stdlib/ebin/erl_lint.beam
+++ b/bootstrap/lib/stdlib/ebin/erl_lint.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/io_lib_format.beam b/bootstrap/lib/stdlib/ebin/io_lib_format.beam
index 055da4384c..988d41cb8a 100644
--- a/bootstrap/lib/stdlib/ebin/io_lib_format.beam
+++ b/bootstrap/lib/stdlib/ebin/io_lib_format.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/io_lib_format_ryu_table.beam b/bootstrap/lib/stdlib/ebin/io_lib_format_ryu_table.beam
new file mode 100644
index 0000000000..7d95fef996
--- /dev/null
+++ b/bootstrap/lib/stdlib/ebin/io_lib_format_ryu_table.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/shell_docs.beam b/bootstrap/lib/stdlib/ebin/shell_docs.beam
index e8770a4aac..72b3672c4a 100644
--- a/bootstrap/lib/stdlib/ebin/shell_docs.beam
+++ b/bootstrap/lib/stdlib/ebin/shell_docs.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app
index 059be35481..a8010e27f1 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.app
+++ b/bootstrap/lib/stdlib/ebin/stdlib.app
@@ -71,6 +71,7 @@
io,
io_lib,
io_lib_format,
+ io_lib_format_ryu_table,
io_lib_fread,
io_lib_pretty,
lists,
diff --git a/bootstrap/lib/stdlib/ebin/supervisor.beam b/bootstrap/lib/stdlib/ebin/supervisor.beam
index f002ea172e..4d6160abd0 100644
--- a/bootstrap/lib/stdlib/ebin/supervisor.beam
+++ b/bootstrap/lib/stdlib/ebin/supervisor.beam
Binary files differ