K 10 svn:author V 6 andrew K 8 svn:date V 27 2015-05-12T10:03:14.148969Z K 7 svn:log V 406 Teach bits of libc about Thumb. This adds the if-then instructions needed to handle the ARM conditional execution. While here fix a bug found by this in the hard-float code, cc is the opposite of cs. The former is used for 'less than' in floating-point code and is executed when the C (carry) bit is clear, the latter is used when greater than, equal, or unordered, and is executed when the C bit is set. END