]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r274618,r276521:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Jan 2015 00:02:11 +0000 (00:02 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Jan 2015 00:02:11 +0000 (00:02 +0000)
commit10f0f82a26ae2f3613337237ffddc87dce8f85fa
tree1fe3cd4b264e3d82078f0190ef6e6f8118b80cc6
parentdba1724af5315fce846a5273ca14c7ecb99c72a0
MFC r274618,r276521:

MFC Note: text corrected for r274618

r274618:

  Add reachover Makefiles for contrib/netbsd-tests/lib/msun

  A variant of this code has been tested on amd64/i386 for some time by
  EMC/Isilon on 10-STABLE/11-CURRENT. It builds on other architectures, but the
  code will remain off until it's proven it works on virtual hardware or real
  hardware on other architectures

  Sponsored by: EMC / Isilon Storage Division

r276521:

  Reset errno in :scalbnf_val and :scalbnl_val before running the tests so the
  tested errno isn't stale

  This was needed in order for the test to pass on amd64 with stable/10

git-svn-id: svn://svn.freebsd.org/base/stable/10@276672 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/netbsd-tests/lib/libm/t_scalbn.c
etc/mtree/BSD.tests.dist
lib/msun/Makefile
lib/msun/Makefile.amd64 [new file with mode: 0644]
lib/msun/Makefile.i386 [new file with mode: 0644]
lib/msun/tests/Makefile [new file with mode: 0644]