diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2010-02-10 10:34:15 +0000 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2010-02-10 10:34:15 +0000 |
commit | fc4a771a931ec5739c8cbbbeb910eac842b735d7 (patch) | |
tree | b91c3c449d6bab4ac09653672846a629cbb82a70 /bootstrap/lib/kernel/ebin | |
parent | 01fd07e5ca33e106640635a518f519e024c12760 (diff) | |
download | erlang-fc4a771a931ec5739c8cbbbeb910eac842b735d7.tar.gz |
Update bootstrap compiler
Diffstat (limited to 'bootstrap/lib/kernel/ebin')
-rw-r--r-- | bootstrap/lib/kernel/ebin/code.beam | bin | 5720 -> 5744 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/code_server.beam | bin | 23852 -> 23856 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/gen_sctp.beam | bin | 2924 -> 3144 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/hipe_unified_loader.beam | bin | 11012 -> 11428 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet.beam | bin | 17988 -> 18228 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet_config.beam | bin | 8304 -> 8304 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet_db.beam | bin | 24428 -> 24836 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet_gethost_native.beam | bin | 9528 -> 9748 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet_parse.beam | bin | 11064 -> 11980 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet_sctp.beam | bin | 1684 -> 1728 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/kernel.app | 10 | ||||
-rw-r--r-- | bootstrap/lib/kernel/ebin/pg2.beam | bin | 6940 -> 6948 bytes |
12 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap/lib/kernel/ebin/code.beam b/bootstrap/lib/kernel/ebin/code.beam Binary files differindex 105de39d21..1392a018ab 100644 --- a/bootstrap/lib/kernel/ebin/code.beam +++ b/bootstrap/lib/kernel/ebin/code.beam diff --git a/bootstrap/lib/kernel/ebin/code_server.beam b/bootstrap/lib/kernel/ebin/code_server.beam Binary files differindex 9515ff81c1..e6ad873c82 100644 --- a/bootstrap/lib/kernel/ebin/code_server.beam +++ b/bootstrap/lib/kernel/ebin/code_server.beam diff --git a/bootstrap/lib/kernel/ebin/gen_sctp.beam b/bootstrap/lib/kernel/ebin/gen_sctp.beam Binary files differindex 18ecaff05f..f66b4635a2 100644 --- a/bootstrap/lib/kernel/ebin/gen_sctp.beam +++ b/bootstrap/lib/kernel/ebin/gen_sctp.beam diff --git a/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam b/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam Binary files differindex 21d21208f3..ffa0160f81 100644 --- a/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam +++ b/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam diff --git a/bootstrap/lib/kernel/ebin/inet.beam b/bootstrap/lib/kernel/ebin/inet.beam Binary files differindex d12f0a57a9..a8983e79c1 100644 --- a/bootstrap/lib/kernel/ebin/inet.beam +++ b/bootstrap/lib/kernel/ebin/inet.beam diff --git a/bootstrap/lib/kernel/ebin/inet_config.beam b/bootstrap/lib/kernel/ebin/inet_config.beam Binary files differindex 5b93d653f7..ad3f46010e 100644 --- a/bootstrap/lib/kernel/ebin/inet_config.beam +++ b/bootstrap/lib/kernel/ebin/inet_config.beam diff --git a/bootstrap/lib/kernel/ebin/inet_db.beam b/bootstrap/lib/kernel/ebin/inet_db.beam Binary files differindex 14e0e57729..ee4a8633d6 100644 --- a/bootstrap/lib/kernel/ebin/inet_db.beam +++ b/bootstrap/lib/kernel/ebin/inet_db.beam diff --git a/bootstrap/lib/kernel/ebin/inet_gethost_native.beam b/bootstrap/lib/kernel/ebin/inet_gethost_native.beam Binary files differindex aaaecc8577..1f9241a378 100644 --- a/bootstrap/lib/kernel/ebin/inet_gethost_native.beam +++ b/bootstrap/lib/kernel/ebin/inet_gethost_native.beam diff --git a/bootstrap/lib/kernel/ebin/inet_parse.beam b/bootstrap/lib/kernel/ebin/inet_parse.beam Binary files differindex 3315aab31f..926f21e99c 100644 --- a/bootstrap/lib/kernel/ebin/inet_parse.beam +++ b/bootstrap/lib/kernel/ebin/inet_parse.beam diff --git a/bootstrap/lib/kernel/ebin/inet_sctp.beam b/bootstrap/lib/kernel/ebin/inet_sctp.beam Binary files differindex 0372452973..a4d234911d 100644 --- a/bootstrap/lib/kernel/ebin/inet_sctp.beam +++ b/bootstrap/lib/kernel/ebin/inet_sctp.beam diff --git a/bootstrap/lib/kernel/ebin/kernel.app b/bootstrap/lib/kernel/ebin/kernel.app index c6abc267b1..83a01d75cb 100644 --- a/bootstrap/lib/kernel/ebin/kernel.app +++ b/bootstrap/lib/kernel/ebin/kernel.app @@ -1,19 +1,19 @@ %% %% %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% %% %% This is an -*- erlang -*- file. diff --git a/bootstrap/lib/kernel/ebin/pg2.beam b/bootstrap/lib/kernel/ebin/pg2.beam Binary files differindex efb224f375..38870b0f43 100644 --- a/bootstrap/lib/kernel/ebin/pg2.beam +++ b/bootstrap/lib/kernel/ebin/pg2.beam |