Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2003 19:51:53 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/kldxref Makefile ef.c ef.h ef_nop.c ef_sparc64.c kldxref.c
Message-ID:  <200301210351.h0L3pr8w010822@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2003/01/20 19:51:53 PST

  Modified files:
    usr.sbin/kldxref     Makefile ef.c ef.h kldxref.c 
  Added files:
    usr.sbin/kldxref     ef_nop.c ef_sparc64.c 
  Log:
  Fix kldxref on sparc64 by allowing non-trivial relocations to be performed
  on variables read out of raw kld files.  Unlike other platforms the value
  will be in an Elf_Rela, not in the data section of the elf file.
  
  Submitted by:   Hartmut Brandt <brandt@fokus.gmd.de>
  PR:             46730
  Tested on:      alpha (obrien), i386, sparc64
  
  Revision  Changes    Path
  1.5       +6 -0      src/usr.sbin/kldxref/Makefile
  1.6       +121 -1    src/usr.sbin/kldxref/ef.c
  1.3       +7 -0      src/usr.sbin/kldxref/ef.h
  1.1       +39 -0     src/usr.sbin/kldxref/ef_nop.c (new)
  1.1       +63 -0     src/usr.sbin/kldxref/ef_sparc64.c (new)
  1.5       +3 -2      src/usr.sbin/kldxref/kldxref.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301210351.h0L3pr8w010822>