Re: [pcre-dev] JIT doesn't build under WinCE

Top Page
Delete this message
Author: Zoltán Herczeg
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] JIT doesn't build under WinCE
Hi,

wow, WinCE is still alive?

Anyway, according to this doc these functions should be available everywhere, but it was never tested, thus the ifdefs:

http://infocenter.arm.com/help/topic/com.arm.doc.ihi0043c/IHI0043C_rtabi.pdf

They can be removed if other platforms like them.

Regards,
Zoltan

"Giuseppe D'Angelo" <dangelog@???> írta:
>Hello,>
>

when targeting Windows CE, the current ARMv5 JIT does not build due to>
line 1803 in sljitNativeARM_v5.c:>
>

#error "Software divmod functions are needed">
>

The whole block (present also in other files):>
>

#if defined(__GNUC__)>
extern unsigned int __aeabi_uidivmod(unsigned numerator, unsigned>
denominator);>
extern unsigned int __aeabi_idivmod(unsigned numerator, unsigned denominator);>
#else>
#error "Software divmod functions are needed">
#endif>
>

makes me think that building JIT for ARM with a non-GNU-compatible>
toolchain is unsupported. Is that the case?>
>

Cheers,>
-- >
Giuseppe D'Angelo>
>

-- >
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev >