CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2023/01/27 04:25:16
Modified files: lib/libc/arch/hppa/gen: fpsetmask.c fpsetround.c fpsetsticky.c Log message: Use stricter constraints in the assembly statements in fpset{mask,round,sticky} and make them behave as intended again. The existing constraints are too weak; this used to work in older days, but got broken when the system compiler was updated to gcc 4 (or maybe even gcc 3).