Module Name: src Committed By: snj Date: Tue Jan 20 20:57:24 UTC 2015
Modified Files: src/distrib/sets/lists/comp [netbsd-7]: md.hppa src/include [netbsd-7]: fenv.h src/lib/libm [netbsd-7]: Makefile src/sys/arch/hppa/include [netbsd-7]: Makefile ieeefp.h src/tests/lib/libm [netbsd-7]: Makefile Added Files: src/lib/libm/arch/hppa [netbsd-7]: fenv.c src/sys/arch/hppa/include [netbsd-7]: fenv.h Log Message: Pull up following revision(s) (requested by martin in ticket #416): distrib/sets/lists/comp/md.hppa: revision 1.3 include/fenv.h: revision 1.13 via patch lib/libm/Makefile: revision 1.168 lib/libm/arch/hppa/fenv.c: revisions 1.1, 1.2 sys/arch/hppa/include/Makefile: revision 1.12 sys/arch/hppa/include/fenv.h: revisions 1.1, 1.2 sys/arch/hppa/include/ieeefp.h: revisions 1.5-1.7 tests/lib/libm/Makefile: revision 1.29 via patch fenv(3) support for hppa -- use unsigned over uint32_t so that this file works without stdint.h being included before hand. fixes mknative-gcc problems, and likely others. -- Properly separate fenv.h and ieeefp.h by moving all fenv defines over to the former. Now that they are decoupled, make rounding modes match the hardware bits. -- Simplify, now that rounding mode defines match the hardware bits. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.6.1 src/distrib/sets/lists/comp/md.hppa cvs rdiff -u -r1.10 -r1.10.2.1 src/include/fenv.h cvs rdiff -u -r1.164.2.1 -r1.164.2.2 src/lib/libm/Makefile cvs rdiff -u -r0 -r1.2.2.2 src/lib/libm/arch/hppa/fenv.c cvs rdiff -u -r1.11 -r1.11.4.1 src/sys/arch/hppa/include/Makefile cvs rdiff -u -r0 -r1.2.2.2 src/sys/arch/hppa/include/fenv.h cvs rdiff -u -r1.4 -r1.4.56.1 src/sys/arch/hppa/include/ieeefp.h cvs rdiff -u -r1.26.2.1 -r1.26.2.2 src/tests/lib/libm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.