Fellows,
Ok, now 4.01 compiles all libraries and its output seems to be reasonable.
However, since I changed some ABI I need some help with some library 
functions.
Otherwise the release process will take more time.

So, things to implement are:
1. Shifts for long long - left, right and logical right via libcalls:
        - the value to be shifted is passed to registers r15-r12 (little endian)
        - shift count in r11
    r11 can be clobbered. No other registers may be changed

2. Software multiplications will tell you more later... 

3. Also, I really appreciate if somebody write me a list of all devices in 
form:
        msp430xXXX : xxx1               (16k rom, 1k ram)
        msp430xXXX : xxx2               (32k rom, 2k ram)
        etc...

Thanks in advance,
~d

Reply via email to