diff options
author | Björn Gustavsson <[email protected]> | 2017-09-01 10:55:01 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-09-01 11:28:36 +0200 |
commit | 31a38a1bd3814c22f217afbd686f20ee5a2fe434 (patch) | |
tree | b5a0b3660ef4a943e72a31d4334d991663477c98 /bootstrap/lib/compiler | |
parent | fdf30c9a74871e45fc15004835f96cb1481fa5ca (diff) | |
download | otp-31a38a1bd3814c22f217afbd686f20ee5a2fe434.tar.gz otp-31a38a1bd3814c22f217afbd686f20ee5a2fe434.tar.bz2 otp-31a38a1bd3814c22f217afbd686f20ee5a2fe434.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler')
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_asm.beam | bin | 11604 -> 11604 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_peep.beam | bin | 2508 -> 2928 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_utils.beam | bin | 15632 -> 15860 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_validator.beam | bin | 28980 -> 29016 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 2 | ||||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.appup | 2 | ||||
-rw-r--r-- | bootstrap/lib/compiler/ebin/core_scan.beam | bin | 6684 -> 6664 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/v3_codegen.beam | bin | 53524 -> 53452 bytes |
8 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 28eaae1003..936e6886a6 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_peep.beam b/bootstrap/lib/compiler/ebin/beam_peep.beam Binary files differindex a26cb84590..2bb2df33a3 100644 --- a/bootstrap/lib/compiler/ebin/beam_peep.beam +++ b/bootstrap/lib/compiler/ebin/beam_peep.beam diff --git a/bootstrap/lib/compiler/ebin/beam_utils.beam b/bootstrap/lib/compiler/ebin/beam_utils.beam Binary files differindex 6d50d4fca5..0f44d8e4d7 100644 --- a/bootstrap/lib/compiler/ebin/beam_utils.beam +++ b/bootstrap/lib/compiler/ebin/beam_utils.beam diff --git a/bootstrap/lib/compiler/ebin/beam_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam Binary files differindex f937205789..0e97168da7 100644 --- a/bootstrap/lib/compiler/ebin/beam_validator.beam +++ b/bootstrap/lib/compiler/ebin/beam_validator.beam diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index 3482c44d09..b2ca1a8cad 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.1"}, + {vsn, "7.1.1"}, {modules, [ beam_a, beam_asm, diff --git a/bootstrap/lib/compiler/ebin/compiler.appup b/bootstrap/lib/compiler/ebin/compiler.appup index 46d858ee26..277b35faa8 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.1", +{"7.1.1", [{<<".*">>,[{restart_application, compiler}]}], [{<<".*">>,[{restart_application, compiler}]}] }. diff --git a/bootstrap/lib/compiler/ebin/core_scan.beam b/bootstrap/lib/compiler/ebin/core_scan.beam Binary files differindex cacdac171a..e9f74a1d1c 100644 --- a/bootstrap/lib/compiler/ebin/core_scan.beam +++ b/bootstrap/lib/compiler/ebin/core_scan.beam diff --git a/bootstrap/lib/compiler/ebin/v3_codegen.beam b/bootstrap/lib/compiler/ebin/v3_codegen.beam Binary files differindex 7dbf6a4650..c6c1593790 100644 --- a/bootstrap/lib/compiler/ebin/v3_codegen.beam +++ b/bootstrap/lib/compiler/ebin/v3_codegen.beam |