From 7b2a7fe7cf4011bed318925675d2e96abf8f76ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 30 Oct 2017 10:26:00 +0100 Subject: Update primary bootstrap --- bootstrap/lib/compiler/ebin/beam_listing.beam | Bin 2760 -> 1332 bytes bootstrap/lib/compiler/ebin/compile.beam | Bin 40312 -> 40256 bytes bootstrap/lib/compiler/ebin/compiler.app | 3 +-- bootstrap/lib/compiler/ebin/v3_codegen.beam | Bin 53808 -> 64312 bytes bootstrap/lib/compiler/ebin/v3_kernel.beam | Bin 54700 -> 55956 bytes bootstrap/lib/compiler/ebin/v3_kernel_pp.beam | Bin 12540 -> 12536 bytes bootstrap/lib/compiler/ebin/v3_life.beam | Bin 17016 -> 0 bytes 7 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 bootstrap/lib/compiler/ebin/v3_life.beam (limited to 'bootstrap/lib/compiler') diff --git a/bootstrap/lib/compiler/ebin/beam_listing.beam b/bootstrap/lib/compiler/ebin/beam_listing.beam index 74695349ba..281e9c2d03 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/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam index 9aea14162a..5387a0074d 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 24ff29cbf1..01e2c478d4 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -68,8 +68,7 @@ v3_codegen, v3_core, v3_kernel, - v3_kernel_pp, - v3_life + v3_kernel_pp ]}, {registered, []}, {applications, [kernel, stdlib]}, diff --git a/bootstrap/lib/compiler/ebin/v3_codegen.beam b/bootstrap/lib/compiler/ebin/v3_codegen.beam index e7cbc758f1..09ff7b253d 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_kernel.beam b/bootstrap/lib/compiler/ebin/v3_kernel.beam index 2286d9a646..56af498763 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 e1b8c58c8f..b67d012f34 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 deleted file mode 100644 index c20070cf34..0000000000 Binary files a/bootstrap/lib/compiler/ebin/v3_life.beam and /dev/null differ -- cgit v1.2.3