summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/longjmp.c
Commit message (Collapse)AuthorAgeFilesLines
* sh specific bits needed for nptlAustin Foxley2009-10-171-0/+56
| | | | | | | | | * unified atomic.h compare and exchange macros * clone.S with RESET_PID support * sh specific versions of pread/pwrite with cancellation support * check SHARED instead of PIC Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* longjmp missed, remove sh version, it's the same as the generic onePeter S. Mazinger2006-01-231-48/+0
|
* Correct sigprocmask undefined for sh and remove the useless __sigprocmask weakPeter S. Mazinger2006-01-211-1/+3
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-0/+1
| | | | missing headers, other jump relocs removed
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
|
* use sigprocmask instead of internal __sigprocmask since __ version doesnt ↵Mike Frysinger2005-08-091-2/+1
| | | | always exist
* Fix __sigprocmask weak symbol resolution with gcc4.Paul Mundt2005-05-021-1/+0
| | | | | | | | | | | | | This popped up during a build with gcc4: /home/pmundt/devel/svn/buildroot/build_sh2a_nofpueb/staging_dir/bin/sh2a_nofpueb-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fstrict-aliasing -mprefergot -Os -funit-at-a-time -mb -m2a-nofpu -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -isystem /home/pmundt/devel/svn/buildroot/build_sh2a_nofpueb/staging_dir/lib/gcc/sh2a_nofpueb-linux-uclibc/4.0.0/include -DNDEBUG -I../ -c longjmp.c -o longjmp.o /tmp/ccWyQbux.s: Assembler messages: /tmp/ccWyQbux.s:45: Error: Local symbol `__sigprocmask' can't be equated to undefined symbol `sigprocmask' make[5]: *** [longjmp.o] Error 1 make[5]: Leaving directory `/home/pmundt/devel/svn/buildroot/toolchain_build_sh2a_nofpueb/uClibc/libc/sysdeps/linux/sh' Stupid gcc.
* Fix a number of compile time warnings so that uClibc will build with -Werror ↵David McCullough2002-08-091-1/+3
| | | | | | using a 3.0.4 version of the sh-linux-gcc compiler.
* Run dos2unix on these filesEric Andersen2002-04-031-3/+3
|
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-5/+4
| | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me.
* Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>Eric Andersen2001-05-251-28/+21
|
* Bring sh and i386 longjmp implementations into syncEric Andersen2001-04-191-17/+12
|
* Patch from Jean-Yves Avenard to add missing siglongjmp entry andEric Andersen2001-02-221-0/+58
fix a bug in setjmp for SH