Discussion:
[avr-libc-dev] [patch #9187] [AVR_TINY]: Support 16-bit xtoa functons and more string functions.
Georg-Johann Lay
2016-12-09 13:29:06 UTC
Permalink
Additional Item Attachment, patch #9187 (project avr-libc):

File name: alibc-tiny-2.diff Size:12 KB


_______________________________________________________

Reply to this item at:

<http://savannah.nongnu.org/patch/?9187>

_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
Georg-Johann Lay
2016-12-09 13:39:32 UTC
Permalink
Additional Item Attachment, patch #9187 (project avr-libc):

File name: alibc-tiny-3.diff Size:12 KB


_______________________________________________________

Reply to this item at:

<http://savannah.nongnu.org/patch/?9187>

_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
Georg-Johann Lay
2017-06-11 20:02:06 UTC
Permalink
Follow-up Comment #1, patch #9187 (project avr-libc):

Ping #1

_______________________________________________________

Reply to this item at:

<http://savannah.nongnu.org/patch/?9187>

_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
Joerg Wunsch
2017-06-12 22:10:11 UTC
Permalink
Update of patch #9187 (project avr-libc):

Status: None => Done
Assigned to: None => joerg_wunsch
Open/Closed: Open => Closed

_______________________________________________________

Follow-up Comment #2:

Added in r2542.

Thanks a lot, also for the nice ChangeLog entry!

_______________________________________________________

Reply to this item at:

<http://savannah.nongnu.org/patch/?9187>

_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/

George Spelvin
2016-12-10 05:17:53 UTC
Permalink
Generally looks good.

There are a couple of places (strlcat.S, strncat.S) where you don't
look at the flags after decremeninting a pointer, and could use a single
"ld __tmp_reg__,-X" instruction rather than the two-instruction X_sbiw
emulation.

(In strrchr.S and strstr.S, it's decrementing r25:r24, so that can't work.)
Loading...