acadia-newlib/newlib/libc/stdlib
Igor Venevtsev 5d3ad3b123 Add Intel MCU target
Intel MCU System V ABI are incompartible with i386 System V ABI:
    o Minimum instruction set is Intel Pentium ISA minus x87 instructions
    o No x87 or vector registers
    o First three args are passed in %eax, %edx and %ecx
    o Full specification available here:
      https://github.com/hjl-tools/x86-psABI/wiki/iamcu-psABI-0.7.pdf

newlib/
    * configure.host: Add new ix86-*-elfiamcu target

newlib/libc/include/
    * setjmp.h: Change _JBLEN for Intel MCU target

newlib/libc/machine/i386/
    * memchr.S:  (memchr)  Target-specific size-optimized version
    * memcmp.S:  (memcmp)  Likewise
    * memcpy.S:  (memcpy)  Likewise
    * memmove.S: (memmove) Likewise
    * memset.S:  (memset)  Likewise
    * setjmp.S:  (setjmp)  Likewise
    * strchr.S:  (strchr)  Likewise
    * strlen.S:  (strlen)  Likewise

newlib/libc/stdlib/
    * srtold.c:  (__flt_rounds) Disable for Intel MCU
2016-04-04 16:32:07 +02:00
..
Makefile.am
Makefile.in
_Exit.c
__adjust.c
__atexit.c
__call_atexit.c
__exp10.c
__ten_mu.c
a64l.c
abort.c
abs.c
aligned_alloc.c
arc4random.c
arc4random.h
arc4random_uniform.c
assert.c
atexit.c
atexit.h
atof.c
atoff.c
atoi.c
atol.c
atoll.c
btowc.c
calloc.c
chacha_private.h
cxa_atexit.c
cxa_finalize.c
div.c
drand48.c
dtoa.c
dtoastub.c
ecvtbuf.c
efgcvt.c
environ.c
envlock.c
eprintf.c
erand48.c
exit.c
gd_qnan.h
gdtoa-gethex.c
gdtoa-hexnan.c
gdtoa.h
getenv.c
getenv_r.c
getopt.c
getsubopt.3
getsubopt.c
itoa.c
jrand48.c
l64a.c
labs.c
lcong48.c
ldiv.c
ldtoa.c
llabs.c
lldiv.c
local.h
lrand48.c
malign.c
malloc.c
mallocr.c
mbctype.h
mblen.c
mblen_r.c
mbrlen.c
mbrtowc.c
mbsinit.c
mbsnrtowcs.c
mbsrtowcs.c
mbstowcs.c
mbstowcs_r.c
mbtowc.c
mbtowc_r.c
mlock.c
mprec.c
mprec.h
mrand48.c
msize.c
mstats.c
mtrim.c
nano-mallocr.c
nrand48.c
on_exit.c
on_exit_args.c
on_exit_args.h
putenv.c
putenv_r.c
quick_exit.c
rand.c
rand48.c
rand48.h
rand_r.c
random.c
realloc.c
reallocf.c
rpmatch.c
sb_charsets.c
seed48.c
setenv.c
setenv_r.c
srand48.c
std.h
stdlib.tex
strtod.c
strtodg.c
strtol.c
strtold.c Add Intel MCU target 2016-04-04 16:32:07 +02:00
strtoll.c
strtoll_r.c
strtorx.c
strtoul.c
strtoull.c
strtoull_r.c
system.c
utoa.c
valloc.c
wcrtomb.c
wcsnrtombs.c
wcsrtombs.c
wcstod.c
wcstol.c
wcstold.c
wcstoll.c
wcstoll_r.c
wcstombs.c
wcstombs_r.c
wcstoul.c
wcstoull.c
wcstoull_r.c
wctob.c
wctomb.c
wctomb_r.c