Remove inline ASM for /% word.
authorDan White <dan@whiteaudio.com>
Sun, 1 Feb 2015 17:00:40 +0000 (11:00 -0600)
committerDan White <dan@whiteaudio.com>
Sun, 1 Feb 2015 17:00:40 +0000 (11:00 -0600)
commitd389c075bc9b51199b1887f263ba215419c6e3a7
treeda237d11108face4e7e2bd1293869fe6675182a1
parent7e3bb04d60958879d8df87dfa42244db0ada07f5
Remove inline ASM for /% word.

This was used with the mspgcc in Ubuntu 12.04 LTS, the libc function
__divmodhi4 was unnecessarily called twice.  The updated mspgcc in
Ubuntu 14.04 LTS:
  "msp430-gcc (GCC) 4.6.3 20120301 (mspgcc LTS 20120406 unpatched)"
used from now has a (better?) libc and compilation of the libc.  Also,
__divmodhi4 is not present anyway in the new libc and therefore throws an
error.
msp4th/msp4th.c