Add new files to support setjmp and longjmp on x86, CE doesn't provide them.
commit90247e771bc1afca457a10b9ea467956c7ceb7fb
authordannybackx <dannybackx@d7810a3d-100a-0410-8641-c3624a9c11f1>
Sun, 21 Jun 2009 09:40:21 +0000 (21 09:40 +0000)
committerdannybackx <dannybackx@d7810a3d-100a-0410-8641-c3624a9c11f1>
Sun, 21 Jun 2009 09:40:21 +0000 (21 09:40 +0000)
treeafaf5be143a9e693be7514d66335354814cd0805
parent6314e20796752a43571e3a8db4d3d1adc37309cb
Add new files to support setjmp and longjmp on x86, CE doesn't provide them.
This stuff is copied from newlib.

git-svn-id: svn://svn.code.sf.net/p/cegcc/code/trunk@1342 d7810a3d-100a-0410-8641-c3624a9c11f1
cegcc/src/mingw/ChangeLog.mingw32ce
cegcc/src/mingw/include/setjmp.h
cegcc/src/mingw/mingwex/wince/i386/i386mach.h [new file with mode: 0644]
cegcc/src/mingw/mingwex/wince/i386/setjmp.S [new file with mode: 0644]