Hi guys,

The committed patch with the change log entry below was needed to build 
the newlib math testsuite
on mingw32ce.  The problem was that there is code on the testsuite that 
loads the
address of those ctype functions into a function pointer.  Since we only 
had inline versions
( __attribute__ ((__always_inline__)) ), I was getting link errors.  
These files implement
exactly what is found on the inline functions.  I've also updated the 
comment next to
the __CRT_INLINE definition on _mingw.h explaining it.

Cheers,
Pedro Alves

---

2007-02-03  Pedro Alves  <[EMAIL PROTECTED]>

        * mingwex/Makefile.in (WINCE_DISTFILES): Add isalnum.c, isalpha.c,
        iscntrl.c, isgraph.c, islower.c, isprint.c, ispunct.c, isspace.c,
        isupper.c, isxdigit.c, _tolower.c and _toupper.c.
        (WINCE_OBJS): Add isalnum.o, isalpha.o, iscntrl.o, isgraph.o,
        islower.o, isprint.o, ispunct.o, isspace.o, isupper.o, isxdigit.o,
        _tolower.o and _toupper.o.
        (dist): Fix typo.
        * include/stdlib.h (itoa, ltoa, ecvt, fcvt, gcvt): Expose on
        __COREDLL__.
        * mingwex/wince/isalnum.c: New file.
        * mingwex/wince/isalpha.c: New file.
        * mingwex/wince/iscntrl.c: New file.
        * mingwex/wince/isgraph.c: New file.
        * mingwex/wince/islower.c: New file.
        * mingwex/wince/isprint.c: New file.
        * mingwex/wince/ispunct.c: New file.
        * mingwex/wince/isspace.c: New file.
        * mingwex/wince/isupper.c: New file.
        * mingwex/wince/isxdigit.c: New file.
        * mingwex/wince/_tolower.c: New file.
        * mingwex/wince/_toupper.c: New file.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cegcc-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to