freebsd-nq/sys/powerpc
Marcel Moolenaar d297ad160e Don't use the symbol name to lookup the symbol value when we can use
the symbol index defined by the relocation. The elf_lookup() support
function is to be used by elf_reloc() when symbol lookups need to be
done. The elf_lookup() function operates on the symbol index and
will do a symbol name based lookup when such is required, otherwise
it uses the symbol index directly. This solves the problem seen on
ia64 where the symbol hash table does not contain local symbols and
a symbol name based lookup would fail for those symbols.

Don't pass the symbol name to elf_reloc(), as it isn't used any more.
2002-04-25 01:22:16 +00:00
..
aim Replace inline asm with it's inline function wrapper. 2002-04-20 10:06:22 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Add ofwd to the GENERIC config for powerpc. 2002-04-15 12:30:18 +00:00
include Add inlines for mtsrin and mfsrin. 2002-04-16 11:45:09 +00:00
powerpc Don't use the symbol name to lookup the symbol value when we can use 2002-04-25 01:22:16 +00:00