libc: use the SDCC setjmp not one we inherited from somewhere
authorAlan Cox <alan@linux.intel.com>
Sun, 17 May 2015 15:23:52 +0000 (16:23 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 17 May 2015 15:23:52 +0000 (16:23 +0100)
commitb20313b7a1b92a2205779c051c1270461f057e7b
tree33c42f9c0d47c124c86dff0ab5dc0cb7eeedb325
parent5a97e5871e968f653d180a5b9825f2648c9e4484
libc: use the SDCC setjmp not one we inherited from somewhere

The SDCC one saves the bits SDCC needs and so actually works with SDCC. It's
also way smaller, cleaner and only uses legal instructions
Library/include/setjmp.h
Library/libs/Makefile
Library/tools/libclean