summaryrefslogtreecommitdiffstats
path: root/libm/powerpc/e500
Commit message (Collapse)AuthorAgeFilesLines
* libm: pass CFLAGS to e500 fenvBernhard Reutner-Fischer2011-11-081-0/+2
| | | | | | As noted by Jason Woodward Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* honor UCLIBC_HAS_FENV for e500Jason Woodward2011-11-081-0/+2
| | | | | Signed-off-by: Jason Woodward <jason.woodward@timesys.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Fix e500 fpu libm buildJason Woodward2011-11-081-0/+1
| | | | | | | | | | | | Define libm_ARCH_fpu_OUT in libm/powerpc/e500/Makefile.arch as it is used in libm/powerpc/e500/fpu/Makefile.arch libm_ARCH_OBJ:=$(patsubst $(libm_ARCH_fpu_DIR)/%.c,$(libm_ARCH_fpu_OUT)/%.o,$(libm_ARCH_SRC)) This appears to have been broken since cd3a494e99fa4bcad1c2a621b71361005528bead Signed-off-by: Jason Woodward <jason.woodward@timesys.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* libm_powerpc: update buildsys to use TARGET_SUBARCHCarmelo Amoroso2010-12-171-0/+1
| | | | | | | | Update the powerpc buildsys of libm to use the TARGET_SUBARCH. Further fix the e500 Makefile.arch by adding the definition of libm_ARCH_fpu_DIR that was actually missing. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-232-10/+10
|
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-242-7/+7
|
* From Steve Papacharalambous:Joakim Tjernlund2007-03-3121-0/+813
Add math support for PowerPC e500.