aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/compiler/ebin
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-03-21 16:16:53 +0100
committerBjörn Gustavsson <[email protected]>2019-03-21 16:17:02 +0100
commit99d91508edc97d66ad26dd7b6eaf1fc0888882a9 (patch)
treed591cafe079fd048482deae693b93a2c8ec2c7f6 /bootstrap/lib/compiler/ebin
parent2cc798bbbf9924e1c87c6eaa6e1c8be8cca5596c (diff)
downloadotp-99d91508edc97d66ad26dd7b6eaf1fc0888882a9.tar.gz
otp-99d91508edc97d66ad26dd7b6eaf1fc0888882a9.tar.bz2
otp-99d91508edc97d66ad26dd7b6eaf1fc0888882a9.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin')
-rw-r--r--bootstrap/lib/compiler/ebin/beam_asm.beambin10988 -> 10988 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_opt.beambin39916 -> 39972 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_validator.beambin46224 -> 50132 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/compile.beambin41208 -> 41388 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/compiler.app2
-rw-r--r--bootstrap/lib/compiler/ebin/compiler.appup2
6 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/compiler/ebin/beam_asm.beam b/bootstrap/lib/compiler/ebin/beam_asm.beam
index 5c91f09b30..5dafb89f68 100644
--- a/bootstrap/lib/compiler/ebin/beam_asm.beam
+++ b/bootstrap/lib/compiler/ebin/beam_asm.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 7b34cc5906..b1bd549a8a 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_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam
index a5db96bdaf..71186a12cd 100644
--- a/bootstrap/lib/compiler/ebin/beam_validator.beam
+++ b/bootstrap/lib/compiler/ebin/beam_validator.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam
index 5829ab4867..57cfc6b932 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 0a5e6de039..c0483e7801 100644
--- a/bootstrap/lib/compiler/ebin/compiler.app
+++ b/bootstrap/lib/compiler/ebin/compiler.app
@@ -19,7 +19,7 @@
{application, compiler,
[{description, "ERTS CXC 138 10"},
- {vsn, "7.3.1"},
+ {vsn, "7.3.2"},
{modules, [
beam_a,
beam_asm,
diff --git a/bootstrap/lib/compiler/ebin/compiler.appup b/bootstrap/lib/compiler/ebin/compiler.appup
index 8370664167..3d4fe9c021 100644
--- a/bootstrap/lib/compiler/ebin/compiler.appup
+++ b/bootstrap/lib/compiler/ebin/compiler.appup
@@ -16,7 +16,7 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
-{"7.3.1",
+{"7.3.2",
[{<<".*">>,[{restart_application, compiler}]}],
[{<<".*">>,[{restart_application, compiler}]}]
}.