diff options
author | Björn-Egil Dahlberg <[email protected]> | 2011-05-20 15:43:53 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2011-05-20 15:43:53 +0200 |
commit | 95c3ab442c13e84502a749e61ad09fc8e5816d34 (patch) | |
tree | 9ff5767b2b55e24ef4fbcc4e015287a09ca9bf41 /bootstrap/lib/compiler | |
parent | f51fe0b00300082fe2a937c4575afedd9e113afa (diff) | |
download | otp-95c3ab442c13e84502a749e61ad09fc8e5816d34.tar.gz otp-95c3ab442c13e84502a749e61ad09fc8e5816d34.tar.bz2 otp-95c3ab442c13e84502a749e61ad09fc8e5816d34.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler')
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_bsm.beam | bin | 12196 -> 12172 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_dead.beam | bin | 11456 -> 11264 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/egen/core_parse.erl | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/compiler/ebin/beam_bsm.beam b/bootstrap/lib/compiler/ebin/beam_bsm.beam Binary files differindex fb331ee690..48302c39d2 100644 --- a/bootstrap/lib/compiler/ebin/beam_bsm.beam +++ b/bootstrap/lib/compiler/ebin/beam_bsm.beam diff --git a/bootstrap/lib/compiler/ebin/beam_dead.beam b/bootstrap/lib/compiler/ebin/beam_dead.beam Binary files differindex 56288dc79e..652e2b44ea 100644 --- a/bootstrap/lib/compiler/ebin/beam_dead.beam +++ b/bootstrap/lib/compiler/ebin/beam_dead.beam diff --git a/bootstrap/lib/compiler/egen/core_parse.erl b/bootstrap/lib/compiler/egen/core_parse.erl index b99bc0dbc3..c3a7d8a321 100644 --- a/bootstrap/lib/compiler/egen/core_parse.erl +++ b/bootstrap/lib/compiler/egen/core_parse.erl @@ -13,7 +13,7 @@ tok_val(T) -> element(3, T). tok_line(T) -> element(2, T). --file("/usr/local/otp/releases/sles10_32_R14B02_patched/lib/parsetools-2.0.5/include/yeccpre.hrl", 0). +-file("/opt/installs/lib/erlang/lib/parsetools-2.0.5/include/yeccpre.hrl", 0). %% %% %CopyrightBegin% %% @@ -196,7 +196,7 @@ yecctoken2string(Other) -> --file("/ldisk/bjorn/otp/bootstrap/lib/compiler/egen/core_parse.erl", 199). +-file("/ldisk/egil/git/otp/bootstrap/lib/compiler/egen/core_parse.erl", 199). yeccpars2(0=S, Cat, Ss, Stack, T, Ts, Tzr) -> yeccpars2_0(S, Cat, Ss, Stack, T, Ts, Tzr); |