Date: Sat, 5 Sep 1998 16:07:59 -0700 (PDT) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys elf64.h Message-ID: <199809052307.QAA23396@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/09/05 16:07:59 PDT Modified files: sys/sys elf64.h Log: Change the ELF64_R_SYM() to shift 32 bits instead of 8 bits to match binutils. Ensure that three of the structures are the size that binutils writes them. I just love code that doesn't share header files to avoid problems like these. With this change rtld-elf works on alpha. Revision Changes Path 1.5 +24 -23 src/sys/sys/elf64.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809052307.QAA23396>