Searched hist:"1 eed250ad8cbea3c292ee7d5e73acd012453c3da" (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/kldxref/ |
H A D | Makefile | diff 1eed250ad8cbea3c292ee7d5e73acd012453c3da Tue Jan 21 04:51:53 CET 2003 Jake Burkholder <jake@FreeBSD.org> 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 diff 1eed250ad8cbea3c292ee7d5e73acd012453c3da Tue Jan 21 04:51:53 CET 2003 Jake Burkholder <jake@FreeBSD.org> 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
|
H A D | kldxref.c | diff 1eed250ad8cbea3c292ee7d5e73acd012453c3da Tue Jan 21 04:51:53 CET 2003 Jake Burkholder <jake@FreeBSD.org> 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 diff 1eed250ad8cbea3c292ee7d5e73acd012453c3da Tue Jan 21 04:51:53 CET 2003 Jake Burkholder <jake@FreeBSD.org> 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
|