Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2002 11:59:33 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern link_elf.c
Message-ID:  <200210191859.g9JIxXeb073796@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2002/10/19 11:59:33 PDT

  Modified files:
    sys/kern             link_elf.c 
  Log:
  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).
  
  Revision  Changes    Path
  1.66      +55 -57    src/sys/kern/link_elf.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?200210191859.g9JIxXeb073796>