Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2004 07:07:16 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys linker_set.h
Message-ID:  <200407280707.i6S77GAf083979@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2004-07-28 07:07:16 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              linker_set.h 
  Log:
  Emply __used attribute to prevent compiler from removing unreferenced
  static symbols. This wasn't a problem with previous GCC releases, but
  unit-at-a-time mode of GCC 3.4.2 prevents linker set components from
  being emitted at all.
  
  Revision  Changes    Path
  1.15      +1 -1      src/sys/sys/linker_set.h



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