K 10 svn:author V 3 kib K 8 svn:date V 27 2006-11-30T10:50:29.000000Z K 7 svn:log V 530 Linker set support depends on the magic __start_
and __stop_
symbols generated by the static linker for elf sections. This is done only for the final link, and not for ld -r. Augment elf_obj in-kernel linker by recognizing such special symbols, and resolving them to the start and end of the section automatically. As result, linker sets on amd64 could be used in the same way as on other architectures, without explicit calls to linker_file_lookup_set(). Requested by: rdivacky No objections from: peter, jhb END