Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: newlib-trunk/newlib/libm/math/Makefile.am

Issue 6929022: pnacl's newlib code contains function that can/should not be called (Closed)
Patch Set: update Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « newlib-trunk/newlib/libc/stdlib/Makefile.in ('k') | newlib-trunk/newlib/libm/math/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: newlib-trunk/newlib/libm/math/Makefile.am
===================================================================
--- a/newlib-trunk/newlib/libm/math/Makefile.am
+++ b/newlib-trunk/newlib/libm/math/Makefile.am
@@ -17,7 +17,7 @@
w_gamma.c wr_gamma.c w_hypot.c w_j0.c \
w_j1.c w_jn.c w_lgamma.c wr_lgamma.c \
w_log.c w_log10.c w_pow.c w_remainder.c \
- w_scalb.c w_sinh.c w_sqrt.c \
+ w_scalb.c w_sinh.c \
w_sincos.c \
w_cabs.c w_drem.c \
s_asinh.c s_atan.c s_ceil.c \
@@ -27,6 +27,10 @@
s_tan.c s_tanh.c \
w_exp2.c w_tgamma.c
+#@LOCALMOD
+# NOTE: these are already overwritten in newlib/libm/machine/pnacl/
+src_pnacl_eliminated = w_sqrt.c
+
fsrc = kf_rem_pio2.c \
kf_cos.c kf_sin.c kf_tan.c \
ef_acos.c ef_acosh.c ef_asin.c ef_atan2.c \
@@ -40,7 +44,7 @@
wf_gamma.c wrf_gamma.c wf_hypot.c wf_j0.c \
wf_j1.c wf_jn.c wf_lgamma.c wrf_lgamma.c \
wf_log.c wf_log10.c wf_pow.c wf_remainder.c \
- wf_scalb.c wf_sinh.c wf_sqrt.c \
+ wf_scalb.c wf_sinh.c \
wf_sincos.c \
wf_cabs.c wf_drem.c \
sf_asinh.c sf_atan.c sf_ceil.c \
@@ -50,6 +54,10 @@
sf_tan.c sf_tanh.c \
wf_exp2.c wf_tgamma.c
+#@LOCALMOD
+# NOTE: these are already overwritten in newlib/libm/machine/pnacl/
+fsrc_pnacl_eliminated = wf_sqrt.c
+
libmath_la_LDFLAGS = -Xcompiler -nostdlib
if USE_LIBTOOL
« no previous file with comments | « newlib-trunk/newlib/libc/stdlib/Makefile.in ('k') | newlib-trunk/newlib/libm/math/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698