rust/src/rt/arch
Steven Walter 85be7c5f75 src/rt/arch/i386/morestack.S: call rust_stack_exhausted via plt
This prevents a relocation in the text section.  Text relocations are
incompatible with hardened kernels.

https://github.com/rust-lang/rust/issues/5714
2015-06-15 14:56:50 -04:00
..
aarch64 Fix: GNU AArch64 assembler does not like @plt symbol suffix 2015-01-11 00:40:26 +00:00
arm Removed unused context-switching assembly code. 2014-12-22 19:12:35 +02:00
armv7 iOS: makefiles and runtime for new archs 2015-01-09 18:38:30 +02:00
armv7s iOS: makefiles and runtime for new archs 2015-01-09 18:38:30 +02:00
i386 src/rt/arch/i386/morestack.S: call rust_stack_exhausted via plt 2015-06-15 14:56:50 -04:00
mips Removed unused context-switching assembly code. 2014-12-22 19:12:35 +02:00
mipsel Removed unused context-switching assembly code. 2014-12-22 19:12:35 +02:00
powerpc powerpc: Fix extraneous include in rt support 2015-01-11 21:15:19 -08:00
x86_64 bitrig integration 2015-02-11 14:49:06 -08:00