From owner-p4-projects@FreeBSD.ORG Tue Apr 6 17:58:37 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9DDC016A4D0; Tue, 6 Apr 2004 17:58:37 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77E6816A4CE for ; Tue, 6 Apr 2004 17:58:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71A8F43D2D for ; Tue, 6 Apr 2004 17:58:37 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i370vnGe026875 for ; Tue, 6 Apr 2004 17:57:49 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i370vnwK026872 for perforce@freebsd.org; Tue, 6 Apr 2004 17:57:49 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Tue, 6 Apr 2004 17:57:49 -0700 (PDT) Message-Id: <200404070057.i370vnwK026872@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm To: Perforce Change Reviews Subject: PERFORCE change 50546 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2004 00:58:38 -0000 http://perforce.freebsd.org/chv.cgi?CH=50546 Change 50546 by peter@peter_daintree on 2004/04/06 17:56:58 check off the reloc types Affected files ... .. //depot/projects/hammer/TODO.txt#12 edit Differences ... ==== //depot/projects/hammer/TODO.txt#12 (text+ko) ==== @@ -1,4 +1,4 @@ -$P4: //depot/projects/hammer/TODO.txt#11 $ +$P4: //depot/projects/hammer/TODO.txt#12 $ reread the logs etc and check out the "XXX worry about this later" stuff @@ -12,8 +12,6 @@ read the modmetadata section directly, apply the relocs for that section, and use that to find the pointers to the other sections. -finish the missing relocation types in rtld-elf/amd64/reloc.c (easy) - add userland access to hardware debug registers via ptrace/procfs. gdb6.0 import (FSF build works) @@ -95,3 +93,5 @@ binutils without writing a whole bunch of bfd code. No way in hell. Instead, just give in and write a .o file loader, eg: the .kld file that we use as the final step towards producing the .ko file. + +finish the missing relocation types in rtld-elf/amd64/reloc.c (easy)