From owner-cvs-all@FreeBSD.ORG Thu Dec 11 17:12:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC0FC16A4CE; Thu, 11 Dec 2003 17:12:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB2043D1D; Thu, 11 Dec 2003 17:12:42 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBC1CgXJ065976; Thu, 11 Dec 2003 17:12:42 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBC1CfVu065975; Thu, 11 Dec 2003 17:12:41 -0800 (PST) (envelope-from peter) Message-Id: <200312120112.hBC1CfVu065975@repoman.freebsd.org> From: Peter Wemm Date: Thu, 11 Dec 2003 17:12:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rtld-elf/amd64 reloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 01:12:43 -0000 peter 2003/12/11 17:12:41 PST FreeBSD src repository Modified files: libexec/rtld-elf/amd64 reloc.c Log: Fix dynamic linking a bit more.. enough that mozilla-firebird works if you dig up the patches for amd64 support for it. Note to self: do not put a 64 bit value in a 32 bit space. Revision Changes Path 1.14 +3 -3 src/libexec/rtld-elf/amd64/reloc.c