Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2010 13:52:31 +0000 (UTC)
From:      Kai Wang <kaiw@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libelf elf_getbase.3 elf_getbase.c
Message-ID:  <201006211352.o5LDqjXS024545@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kaiw        2010-06-21 13:52:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libelf           elf_getbase.3 elf_getbase.c 
  Log:
  SVN rev 209394 on 2010-06-21 13:52:31Z by kaiw
  
  MFC r209122:
  
    * Improve compatibility with existing application code by permitting the
      use of `elf_getbase()` on non-archive members. This change is needed
      for gcc LTO (-flto) to work properly.
    * Style fix: paranthesize returned values.
    * Document the current behaviour of `elf_getbase()`.
  
  Revision  Changes    Path
  1.2.2.1   +14 -10    src/lib/libelf/elf_getbase.3
  1.1.2.1   +5 -3      src/lib/libelf/elf_getbase.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006211352.o5LDqjXS024545>