about summary refs log tree commit diff
path: root/src/rt/arch/arm/gpr.h
AgeCommit message (Collapse)AuthorLines
2013-10-19Use __morestack to detect stack overflowAlex Crichton-23/+0
This commit resumes management of the stack boundaries and limits when switching between tasks. This additionally leverages the __morestack function to run code on "stack overflow". The current behavior is to abort the process, but this is probably not the best behavior in the long term (for deails, see the comment I wrote up in the stack exhaustion routine).
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-01-17Add a license check to tidy. #4018Brian Anderson-0/+1
2013-01-13Support ARM and Androidkyeongwoon-0/+23
Conflicts: src/libcore/os.rs src/librustc/back/link.rs src/librustc/driver/driver.rs src/librustc/metadata/loader.rs src/librustc/middle/trans/base.rs