summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/longjmp.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-1/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-2/+1
| | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes.
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-1/+1
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Merge from trunk."Steven J. Hill"2006-02-281-7/+9
|
* Merge from trunk."Steven J. Hill"2005-12-021-1/+1
|
* Fix missing longjmp symbolEric Andersen2002-02-131-0/+1
|
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-3/+4
| | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me.
* Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen2002-01-311-5/+6
|
* Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen2002-01-311-0/+46
on both x86 and arm... -Erik