CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2013/04/23 15:02:51
Modified files: lib/libc/arch/amd64/gen: flt_rounds.S Log message: Do a PC-relative relocation for _map rather than going through GOTPCREL. Uncovered after the binutils patch where it isn't optimized away at assembly and is forced to go through GOTPCREL. But _map is effectively a local variable. Found with cephes by guenther@. OK guenther@, kettenis@, deraadt@.