CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2019/04/20 21:41:14
Modified files: libexec/ld.so : resolve.c resolve.h Log message: On alpha, the buckets of DT_HASH are 8 bytes instead of 4 bytes. This was previously 'implemented' by having the Elf_Word typedef in <sys/exec_elf.h> vary, but that doesn't match the spec and breaks libelf so it's gone away. Implement the variation here by defining our own type locally for this. ok deraadt@