summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/sigrestorer.S
AgeCommit message (Collapse)Author
2006-07-06Remove SA_ONSTACK handling for ARM based up on glibc code as submitted by ↵"Steven J. Hill"
Paul Brook <paul@codesourcery.com>.
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
The patch fixes up the .align directives to '2' (i.e. a multiple of 4) not '4' (a multiple of 16 - apparently an error since it seems to be unnecessary, there is no advantage here in cache line alignment). this is an arm "feature" ... the value given to .align is not in bytes: .align 4 in arm means .align 2 ^ 4
2006-01-29Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger
2005-06-11touchup syntax for no real good reason ;)Mike Frysinger
2003-01-22Add in arm specific sigaction implementation to fix sa_restorerEric Andersen
behavior so it works as expected