K 10 svn:author V 6 marcel K 8 svn:date V 27 2002-10-19T18:59:33.000000Z K 7 svn:log V 398 Reduce code duplication by moving the common actions in link_elf_init(), link_elf_link_preload_finish() and link_elf_load_file() to link_elf_link_common_finish(). Since link_elf_init() did initializations as a side-effect of doing the common actions, keep the initialization in that function. Consequently, link_elf_add_gdb() is now also called to insert the very first link_map() (ie the kernel). END