Go to file
Brian Anderson e075412a92 build: Stop linking morestack.S to rt
__morestack has to be linked statically. The odd calling convention on x86_64
results in the arguments to __morestack (r10 & r11) being clobbered by the
dynamic linker. gcc links all the __morestack functions statically.
2011-11-28 16:37:29 -08:00
doc
man
mk build: Stop linking morestack.S to rt 2011-11-28 16:37:29 -08:00
src build: Stop linking morestack.S to rt 2011-11-28 16:37:29 -08:00
.gitignore
.gitmodules
AUTHORS.txt
configure
LICENSE.txt
Makefile.in
README

This is a compiler and suite of associated libraries and documentation for the
Rust programming language.

See LICENSE.txt for terms of copyright and redistribution.

See http://www.rust-lang.org for more information.