Skip to content

Removed unused context-switching assembly code. #20135

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
Dec 23, 2014
Merged
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
5 changes: 2 additions & 3 deletions mk/rt.mk
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
# that's per-target so you're allowed to conditionally add files based on the
# target.
################################################################################
NATIVE_LIBS := rust_builtin hoedown morestack miniz context_switch \
NATIVE_LIBS := rust_builtin hoedown morestack miniz \
rustrt_native rust_test_helpers

# $(1) is the target triple
@@ -58,8 +58,7 @@ NATIVE_DEPS_rustrt_native_$(1) := \
arch/$$(HOST_$(1))/record_sp.S
NATIVE_DEPS_rust_test_helpers_$(1) := rust_test_helpers.c
NATIVE_DEPS_morestack_$(1) := arch/$$(HOST_$(1))/morestack.S
NATIVE_DEPS_context_switch_$(1) := \
arch/$$(HOST_$(1))/_context.S


################################################################################
# You shouldn't find it that necessary to edit anything below this line.
69 changes: 0 additions & 69 deletions src/rt/arch/arm/_context.S

This file was deleted.

65 changes: 0 additions & 65 deletions src/rt/arch/i386/_context.S

This file was deleted.

88 changes: 0 additions & 88 deletions src/rt/arch/mips/_context.S

This file was deleted.

88 changes: 0 additions & 88 deletions src/rt/arch/mipsel/_context.S

This file was deleted.

192 changes: 0 additions & 192 deletions src/rt/arch/x86_64/_context.S

This file was deleted.

65 changes: 0 additions & 65 deletions src/rt/arch/x86_64/regs.h

This file was deleted.