Skip to content

Commit 98ed882

Browse files
committed
Removed unused context-switching assembly code.
1 parent 34d6800 commit 98ed882

File tree

7 files changed

+2
-570
lines changed

7 files changed

+2
-570
lines changed

mk/rt.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# that's per-target so you're allowed to conditionally add files based on the
3636
# target.
3737
################################################################################
38-
NATIVE_LIBS := rust_builtin hoedown morestack miniz context_switch \
38+
NATIVE_LIBS := rust_builtin hoedown morestack miniz \
3939
rustrt_native rust_test_helpers
4040

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

6463
################################################################################
6564
# You shouldn't find it that necessary to edit anything below this line.

src/rt/arch/arm/_context.S

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/rt/arch/i386/_context.S

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/rt/arch/mips/_context.S

Lines changed: 0 additions & 88 deletions
This file was deleted.

src/rt/arch/mipsel/_context.S

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)