Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 19:17:59 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sys cdefs.h linker_set.h
Message-ID:  <201011111918.oABJIE1L095985@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dim         2010-11-11 19:17:59 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              cdefs.h linker_set.h 
  Log:
  SVN rev 215137 on 2010-11-11 19:17:59Z by dim
  
  Revert r103230, which depended on ld preserving the __start_xxx and
  __stop_xxx symbols for custom sections, even when these were not
  referenced (at link time).  This behaviour was changed again in binutils
  commit 0b8ed435c3fe8bd09a08c23920e65bfb03251221.
  
  This time, put the __GLOBL macro definition in cdefs.h, so it can be
  reused in a few other places where it will be needed.
  
  Reviewed by:    kib
  
  Revision  Changes    Path
  1.110     +3 -0      src/sys/sys/cdefs.h
  1.18      +2 -0      src/sys/sys/linker_set.h



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