Skip to content

Commit cd33b14

Browse files
committed
---
yaml --- r: 110046 b: refs/heads/auto c: 5a4c8a9 h: refs/heads/master v: v3
1 parent e39e79f commit cd33b14

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: 3b4a5174c099b38fc1e71599540d13193de2467c
16+
refs/heads/auto: 5a4c8a9c5764bf323f55f94603453dffbba6b1cc
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/src/librustc/back/abi.rs

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,44 +8,11 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
pub static rc_base_field_refcnt: uint = 0u;
12-
13-
pub static task_field_refcnt: uint = 0u;
14-
15-
pub static task_field_stk: uint = 2u;
16-
17-
pub static task_field_runtime_sp: uint = 3u;
18-
19-
pub static task_field_rust_sp: uint = 4u;
20-
21-
pub static task_field_gc_alloc_chain: uint = 5u;
22-
23-
pub static task_field_dom: uint = 6u;
24-
25-
pub static n_visible_task_fields: uint = 7u;
26-
27-
pub static dom_field_interrupt_flag: uint = 1u;
28-
29-
pub static frame_glue_fns_field_mark: uint = 0u;
30-
31-
pub static frame_glue_fns_field_drop: uint = 1u;
32-
33-
pub static frame_glue_fns_field_reloc: uint = 2u;
34-
3511
pub static box_field_refcnt: uint = 0u;
3612
pub static box_field_tydesc: uint = 1u;
37-
pub static box_field_prev: uint = 2u;
38-
pub static box_field_next: uint = 3u;
3913
pub static box_field_body: uint = 4u;
4014

41-
pub static general_code_alignment: uint = 16u;
42-
43-
pub static tydesc_field_size: uint = 0u;
44-
pub static tydesc_field_align: uint = 1u;
45-
pub static tydesc_field_drop_glue: uint = 2u;
4615
pub static tydesc_field_visit_glue: uint = 3u;
47-
pub static tydesc_field_name_offset: uint = 4u;
48-
pub static n_tydesc_fields: uint = 5u;
4916

5017
// The two halves of a closure: code and environment.
5118
pub static fn_field_code: uint = 0u;
@@ -64,5 +31,3 @@ pub static vec_elt_elems: uint = 2u;
6431

6532
pub static slice_elt_base: uint = 0u;
6633
pub static slice_elt_len: uint = 1u;
67-
68-
pub static abi_version: uint = 1u;

0 commit comments

Comments
 (0)