summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/longjmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Added some missing files:Carmelo Amoroso2007-11-211-0/+56
| | | | | | | | creat.c: to provide creat function longjmp.c: to provide longjmp implementation for sh4 tsd.c: to provide implementation of __libc_dl_error_tsd Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-02-281-45/+0
|
* Merge from trunk."Steven J. Hill"2005-12-021-1/+1
|
* Merge from trunk, again."Steven J. Hill"2005-08-091-2/+1
|
* 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