Skip to content

Register snapshots #10000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/libstd/unstable/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@ extern "rust-intrinsic" {

pub fn visit_tydesc(td: *TyDesc, tv: &mut TyVisitor);

#[cfg(not(stage0))]
pub fn frame_address(f: &fn(*u8));

/// Get the address of the `__morestack` stack growth function.
pub fn morestack_addr() -> *();

Expand Down
8 changes: 8 additions & 0 deletions src/snapshots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
S 2013-10-21 6e6981c
freebsd-x86_64 7f630581d0e881483272140e84bc2f494daf6204
linux-i386 5c754455610013bbe448e8f6ef8ba1a05b167919
linux-x86_64 d993920210413add241f7b235dec0e4d72164be5
macos-i386 8b48d8598f4d503e6bbc40bff52457c659d6de2b
macos-x86_64 e84bcd0b08af6a0ff602dca7a5bec21a001c5eb8
winnt-i386 3f4441509f89a794ec9b53e38756e6124df78df0

S 2013-10-16 6c08cc2
freebsd-x86_64 03caf882078eff9b4e04d116732b41a3cdfc260f
linux-i386 ce30bb90434e9eb9920028a5408e1f986ba2ad5d
Expand Down
25 changes: 0 additions & 25 deletions src/test/run-pass/intrinsic-frame-address.rs

This file was deleted.