diff options
author | Björn Gustavsson <[email protected]> | 2010-02-10 10:34:15 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-10 10:34:15 +0000 |
commit | fc4a771a931ec5739c8cbbbeb910eac842b735d7 (patch) | |
tree | b91c3c449d6bab4ac09653672846a629cbb82a70 /bootstrap/lib/compiler/ebin | |
parent | 01fd07e5ca33e106640635a518f519e024c12760 (diff) | |
download | otp-fc4a771a931ec5739c8cbbbeb910eac842b735d7.tar.gz otp-fc4a771a931ec5739c8cbbbeb910eac842b735d7.tar.bz2 otp-fc4a771a931ec5739c8cbbbeb910eac842b735d7.zip |
Update bootstrap compiler
Diffstat (limited to 'bootstrap/lib/compiler/ebin')
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_asm.beam | bin | 9168 -> 9168 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_validator.beam | bin | 31484 -> 31480 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compile.beam | bin | 31092 -> 31800 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 12 | ||||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.appup | 2 | ||||
-rw-r--r-- | bootstrap/lib/compiler/ebin/sys_pre_expand.beam | bin | 14116 -> 14052 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/v3_core.beam | bin | 45492 -> 45504 bytes |
7 files changed, 7 insertions, 7 deletions
diff --git a/bootstrap/lib/compiler/ebin/beam_asm.beam b/bootstrap/lib/compiler/ebin/beam_asm.beam Binary files differindex 1c2783cc14..6908d2c296 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_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam Binary files differindex 832e473761..2edf5f226e 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 1e711b2461..864d76b526 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 d5e7956176..497d1873d8 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -1,24 +1,24 @@ % This is an -*- erlang -*- file. %% %CopyrightBegin% -%% -%% Copyright Ericsson AB 2008-2009. All Rights Reserved. -%% +%% +%% Copyright Ericsson AB 2008-2010. All Rights Reserved. +%% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in %% compliance with the License. You should have received a copy of the %% Erlang Public License along with this software. If not, it can be %% retrieved online at http://www.erlang.org/. -%% +%% %% Software distributed under the License is distributed on an "AS IS" %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% the License for the specific language governing rights and limitations %% under the License. -%% +%% %% %CopyrightEnd% {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "4.6.4"}, + {vsn, "4.6.5"}, {modules, [ beam_asm, beam_block, diff --git a/bootstrap/lib/compiler/ebin/compiler.appup b/bootstrap/lib/compiler/ebin/compiler.appup index 224c761cc2..99b234c847 100644 --- a/bootstrap/lib/compiler/ebin/compiler.appup +++ b/bootstrap/lib/compiler/ebin/compiler.appup @@ -1 +1 @@ -{"4.6.4",[],[]}. +{"4.6.5",[],[]}. diff --git a/bootstrap/lib/compiler/ebin/sys_pre_expand.beam b/bootstrap/lib/compiler/ebin/sys_pre_expand.beam Binary files differindex a5a0a3d6ac..a2766d3048 100644 --- a/bootstrap/lib/compiler/ebin/sys_pre_expand.beam +++ b/bootstrap/lib/compiler/ebin/sys_pre_expand.beam diff --git a/bootstrap/lib/compiler/ebin/v3_core.beam b/bootstrap/lib/compiler/ebin/v3_core.beam Binary files differindex 111753213e..2b5efad43f 100644 --- a/bootstrap/lib/compiler/ebin/v3_core.beam +++ b/bootstrap/lib/compiler/ebin/v3_core.beam |