CVS: msp430-libc/src Makefile,1.39,1.40
Chris Takahashi <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/msp430-libc/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10864/src Modified Files: Makefile Log Message: Added char *itoa(int number, char *str, int radix); function to stdlib. Index: Makefile =================================================================== RCS file: /cvsroot/mspgcc/msp430-libc/src/Makefile,v retrieving revision 1.39 retrieving revision 1.40 diff -u -w -d -r1.39 -r1.40 --- Makefile 8 Apr 2004 20:21:26 -0000 1.39 +++ Makefile 2 Jul 2004 19:09:31 -0000 1.40 @@ -96,7 +96,7 @@ _init_section__.c malloc.c atoi.c strtol.c strtoul.c \ sprintf.c snprintf.c vsprintf.c vsnprintf.c \ printf.c vprintf.c vuprintf.c uprintf.c puts.c \ -rand.c +rand.c itoa.c libc_asm_sources = abort.S div.S exit.S ldiv.S setjmp.S ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com