CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/10/22 11:27:19
Modified files: libexec/ld.so/sparc64: ldasm.S sys/arch/sparc64/sparc64: machdep.c Log message: Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register for passing around a pointer to a cleanup function and we'd like to use it for that purpose in the near future. ok miod@