[#]
http://marc.info/?l=openbsd-cvs&m=140943428527207&w=2
openbsd-cvs(obsdave,2) — All
2014-08-31 01:55:07
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/30 15:30:23
Modified files:
libexec/ld.so/sparc64: rtld_machine.c
Log message:
Make the handling of PLT entries above the 32k mark thread-safe.
Also, make a comment not lie: use the V9 ISA's relative branch
immediate instruction for short (with in 2^19 words) PLT branches.
ok miod@