acadia-newlib/newlib/libc/machine
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
..
a29k Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
aarch64 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
arc Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
arm Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
bfin Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
cr16 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
cris Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
crx Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
d10v Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
d30v Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
epiphany Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
fr30 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
frv Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
ft32 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
h8300 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
h8500 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
hppa Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
i386 Add Intel MCU target 2016-04-04 16:32:07 +02:00
i960 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
iq2000 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
lm32 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
m32c Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
m32r Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
m68hc11 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
m68k Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
m88k Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
mep Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
microblaze Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
mips Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
mn10200 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
mn10300 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
moxie Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
msp430 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
mt Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
nds32 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
necv70 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
nios2 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
or1k Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
powerpc Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
rl78 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
rx Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
sh Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
sparc Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
spu Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
tic4x Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
tic6x Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
tic80 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
v850 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
visium Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
w65 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
x86_64 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
xc16x Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
xscale Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
xstormy16 Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
z8k Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
Makefile.am
Makefile.in 2012-12-20 Jeff Johnston <jjohnstn@redhat.com> 2012-12-20 21:10:27 +00:00
aclocal.m4 2012-12-20 Jeff Johnston <jjohnstn@redhat.com> 2012-12-20 21:10:27 +00:00
configure Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
configure.in Add support for ARC to newlib 2015-11-12 14:14:17 +01:00