about summary refs log tree commit diff
path: root/src/rt/rust_internal.h
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2011-05-24 18:52:31 -0400
committerRafael Ávila de Espíndola <respindola@mozilla.com>2011-05-24 18:52:31 -0400
commitde2e84e5b044d8635387bacd37d6088bd8dffd66 (patch)
tree42c80d0ce29be3528d31d66003027d5654f82f71 /src/rt/rust_internal.h
parent31de8e15c0f9575c236fc87fbbf02bd08e3b8842 (diff)
downloadrust-de2e84e5b044d8635387bacd37d6088bd8dffd66.tar.gz
rust-de2e84e5b044d8635387bacd37d6088bd8dffd66.zip
Only one gc glue.
Diffstat (limited to 'src/rt/rust_internal.h')
-rw-r--r--src/rt/rust_internal.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h
index 03022812a09..9d7f0e56ad1 100644
--- a/src/rt/rust_internal.h
+++ b/src/rt/rust_internal.h
@@ -231,11 +231,11 @@ class rust_crate {
     ptrdiff_t debug_info_off;     // Offset from this to .debug_info.
     size_t debug_info_sz;         // Size of .debug_info.
 
-    ptrdiff_t activate_glue_off;
     ptrdiff_t pad;
     ptrdiff_t pad2;
-    ptrdiff_t gc_glue_off;
     ptrdiff_t pad3;
+    ptrdiff_t pad4;
+    ptrdiff_t pad5;
 
 public:
 
@@ -247,7 +247,6 @@ public:
 
     uintptr_t get_image_base() const;
     ptrdiff_t get_relocation_diff() const;
-    uintptr_t get_gc_glue() const;
 
     struct mem_area
     {