Print this page
5224 snprintf rounding under [default] FE_TONEAREST
        
*** 45,60 ****
          cerror.o
  
  DYNOBJS=
  
  FPOBJS=                         \
-         _base_il.o              \
          fpgetmask.o             \
          fpgetround.o            \
          fpsetmask.o             \
          fpsetround.o            \
!         fpstart.o
  
  I386FPOBJS=                     \
          _D_cplx_div.o           \
          _D_cplx_div_ix.o        \
          _D_cplx_div_rx.o        \
--- 45,60 ----
          cerror.o
  
  DYNOBJS=
  
  FPOBJS=                         \
          fpgetmask.o             \
          fpgetround.o            \
          fpsetmask.o             \
          fpsetround.o            \
!         fpstart.o               \
!         ieee.o
  
  I386FPOBJS=                     \
          _D_cplx_div.o           \
          _D_cplx_div_ix.o        \
          _D_cplx_div_rx.o        \
*** 79,88 ****
--- 79,89 ----
  
  FPASMOBJS=                      \
          __xgetRD.o              \
          _xtoll.o                \
          _xtoull.o               \
+         _base_il.o              \
          fpcw.o                  \
          fpgetsticky.o           \
          fpsetsticky.o
  
  ATOMICOBJS=                     \