History log of /openbsd-src/lib/libc/arch/powerpc/gen/fpgetround.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 29cc2a2d 26-Jul-2016 guenther <guenther@openbsd.org>

Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)
go direct instead of through the PLT.

ok millert@ kettenis@


# 476bc7b6 17-Apr-2014 guenther <guenther@openbsd.org>

It's been a quarter century: we can assume volatile is present with that name.


# d874cce4 26-Jun-2008 ray <ray@openbsd.org>

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code t

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

show more ...


# ba1778b3 23-Jul-1999 rahnds <rahnds@openbsd.org>

replace the stub ieeefp functions with the real working functions,
from NetBSD.