diff options
author | Björn Gustavsson <[email protected]> | 2019-03-21 16:16:53 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-03-21 16:17:02 +0100 |
commit | 99d91508edc97d66ad26dd7b6eaf1fc0888882a9 (patch) | |
tree | d591cafe079fd048482deae693b93a2c8ec2c7f6 /bootstrap/lib/compiler | |
parent | 2cc798bbbf9924e1c87c6eaa6e1c8be8cca5596c (diff) | |
download | otp-99d91508edc97d66ad26dd7b6eaf1fc0888882a9.tar.gz otp-99d91508edc97d66ad26dd7b6eaf1fc0888882a9.tar.bz2 otp-99d91508edc97d66ad26dd7b6eaf1fc0888882a9.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler')
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_asm.beam | bin | 10988 -> 10988 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_ssa_opt.beam | bin | 39916 -> 39972 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_validator.beam | bin | 46224 -> 50132 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compile.beam | bin | 41208 -> 41388 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 2 | ||||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.appup | 2 |
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 Binary files differindex 5c91f09b30..5dafb89f68 100644 --- a/bootstrap/lib/compiler/ebin/beam_asm.beam +++ b/bootstrap/lib/compiler/ebin/beam_asm.beam diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam b/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam Binary files differindex 7b34cc5906..b1bd549a8a 100644 --- a/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam +++ b/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam diff --git a/bootstrap/lib/compiler/ebin/beam_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam Binary files differindex a5db96bdaf..71186a12cd 100644 --- a/bootstrap/lib/compiler/ebin/beam_validator.beam +++ b/bootstrap/lib/compiler/ebin/beam_validator.beam diff --git a/bootstrap/lib/compiler/ebin/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam Binary files differindex 5829ab4867..57cfc6b932 100644 --- a/bootstrap/lib/compiler/ebin/compile.beam +++ b/bootstrap/lib/compiler/ebin/compile.beam 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}]}] }. |