I don't see any problem with adding these to avr-libc, other than a lack
of an implementation. ;-)

In general, we try to do as much hand-coded assembly as possible, except
for very large functions (e.g. printf and friends) where it would be
difficult to do so.

Eric 

> -----Original Message-----
> From: Andy H [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, June 22, 2008 10:35 AM
> To: Weddington, Eric; Joerg Wunsch; Dmitry K.
> Subject: Request for cbrt() and strdup to be added to libc
> 
> It seems gcc testsuite assumes presence of widely available 
> strdup() and 
> cbrt() functions.
> 
> strdup is a derivative of malloc
> cbrt is cubic root x^(1/3)
> 
> I dont think it would be any hardship to add these to avr library.
> 
> Can this be done?
> 
> best regards
> 
> 
> 
> 


_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to