From owner-cvs-all Sat Sep 5 16:08:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22583 for cvs-all-outgoing; Sat, 5 Sep 1998 16:08:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22578; Sat, 5 Sep 1998 16:08:05 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA23396; Sat, 5 Sep 1998 16:07:59 -0700 (PDT) Date: Sat, 5 Sep 1998 16:07:59 -0700 (PDT) Message-Id: <199809052307.QAA23396@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys elf64.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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