glibc/setjmp
Chris Metcalf 1ff950ad20 Fix some warnings in the absence of FP round/exception support
Due to tile missing a bunch of FP exception and rounding
support, the tests generate warnings.  These changes fix the
warnings by just not compiling some unused functions, and
adding some attribute ((unused)) tags.
2014-12-30 14:11:13 -05:00
..
bits Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
Makefile ARM: Use movw/movt more when available 2014-10-22 14:20:35 -07:00
Versions Update. 2002-02-01 23:24:05 +00:00
__longjmp.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
bsd-_setjmp.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
bsd-setjmp.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
bug269-setjmp.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
jmp-unwind.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
jmpbug.c Fix warning in setjmp/jmpbug.c. 2014-11-26 00:45:19 +00:00
longjmp.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setjmp.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setjmp.h Combine __USE_BSD and __USE_SVID into __USE_MISC. 2014-02-12 23:41:01 +00:00
sigjmp.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-setjmp-fp.c Fix some warnings in the absence of FP round/exception support 2014-12-30 14:11:13 -05:00
tst-setjmp-static.c ARM: Use movw/movt more when available 2014-10-22 14:20:35 -07:00
tst-setjmp.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-sigsetjmp.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00