cvs commit: src/sys/sys linker_set.h

Alexander Kabaev kan at FreeBSD.org
Wed Jul 28 00:07:17 PDT 2004


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


More information about the cvs-all mailing list