rt-thread-official/libcpu/ia32
SASANO Takayoshi 54f23a4293 avoid to conflicting types for 'uint32_t' error.
already uint32_t is defined at components/libc/compilers/minilibc/stdint.h.

there is two ways to solve, using <stdint.h>/uint32_t pair or
<rtthread.h>/rt_uint32_t pair.

I choose former because this code belongs to C compiler, not RT-Thread system.
2018-10-03 21:03:00 +09:00
..
__udivsi3.c avoid to conflicting types for 'uint32_t' error. 2018-10-03 21:03:00 +09:00
__umodsi3.c avoid to conflicting types for 'uint32_t' error. 2018-10-03 21:03:00 +09:00
backtrace.c convert end of line 2013-01-08 05:05:02 -08:00
context_gcc.S update IA32 branch for new rt-thread platform. 2012-02-16 04:19:20 +00:00
hdisr_gcc.S [BSP] fix x86 bsp compiling issue 2015-09-15 11:50:29 +00:00
interrupt.c [BSP] fix x86 bsp compiling issue 2015-09-15 11:50:29 +00:00
showmem.c convert end of line 2013-01-08 05:05:02 -08:00
stack.c convert end of line 2013-01-08 05:05:02 -08:00
start_gcc.S convert end of line 2013-01-08 05:05:02 -08:00
trap.c [BSP] fix x86 bsp compiling issue 2015-09-15 11:50:29 +00:00
trapisr_gcc.S convert end of line 2013-01-08 05:05:02 -08:00