File 3546-Update-primary-bootstrap.patch of Package erlang
From 8e6004d78f8f8373f78f5416320b7757e75c2a3c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cons=20T=20=C3=85hs?= <cons@erlang.org>
Date: Mon, 21 Mar 2022 19:33:52 +0100
Subject: [PATCH 6/7] Update primary bootstrap
---
bootstrap/bin/no_dot_erlang.boot | Bin 6978 -> 7010 bytes
bootstrap/bin/start.boot | Bin 6978 -> 7010 bytes
bootstrap/bin/start_clean.boot | Bin 6978 -> 7010 bytes
bootstrap/lib/compiler/ebin/compile.beam | Bin 37568 -> 37984 bytes
bootstrap/lib/kernel/ebin/code.beam | Bin 15520 -> 15528 bytes
bootstrap/lib/kernel/ebin/dist_util.beam | Bin 17768 -> 17896 bytes
bootstrap/lib/kernel/ebin/group_history.beam | Bin 7176 -> 7184 bytes
.../lib/kernel/ebin/inet_gethost_native.beam | Bin 10096 -> 11012 bytes
bootstrap/lib/kernel/ebin/kernel.app | 6 +++---
bootstrap/lib/kernel/ebin/net_kernel.beam | Bin 29484 -> 29596 bytes
bootstrap/lib/stdlib/ebin/epp.beam | Bin 29144 -> 31356 bytes
bootstrap/lib/stdlib/ebin/erl_compile.beam | Bin 6908 -> 8788 bytes
bootstrap/lib/stdlib/ebin/erl_features.beam | Bin 0 -> 9288 bytes
bootstrap/lib/stdlib/ebin/erl_lint.beam | Bin 90924 -> 91364 bytes
bootstrap/lib/stdlib/ebin/erl_scan.beam | Bin 25156 -> 25292 bytes
bootstrap/lib/stdlib/ebin/gen_server.beam | Bin 18656 -> 19088 bytes
bootstrap/lib/stdlib/ebin/rand.beam | Bin 29900 -> 30480 bytes
bootstrap/lib/stdlib/ebin/shell.beam | Bin 29516 -> 29384 bytes
bootstrap/lib/stdlib/ebin/stdlib.app | 1 +
19 files changed, 4 insertions(+), 3 deletions(-)
create mode 100644 bootstrap/lib/stdlib/ebin/erl_features.beam
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app
index 769b6e3775..ed981d453a 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.app
+++ b/bootstrap/lib/stdlib/ebin/stdlib.app
@@ -46,6 +46,7 @@
erl_error,
erl_eval,
erl_expand_records,
+ erl_features,
erl_internal,
erl_lint,
erl_parse,
--
2.34.1