From owner-cvs-all Mon May 22 9:31:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A208A37BA3F; Mon, 22 May 2000 09:31:19 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA62274; Mon, 22 May 2000 09:31:19 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200005221631.JAA62274@freefall.freebsd.org> From: John Polstra Date: Mon, 22 May 2000 09:31:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/alpha reloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/05/22 09:31:18 PDT Modified files: libexec/rtld-elf/alpha reloc.c Log: Eliminate unaligned accesses that occurred when relocating the DWARF2 exception tables emitted by the compiler for C++ sources. These tables are tightly packed, and they contain some relocated addresses which are not well-aligned. Revision Changes Path 1.11 +28 -13 src/libexec/rtld-elf/alpha/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message