aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/linker_set.h
Commit message (Expand)AuthorAgeFilesLines
* Rename __weak to __weak_symbol to avoid language conflict with objective-C.Hans Petter Selasky2015-06-231-2/+2
* Add support for empty data sets. Data set begin and end pointersHans Petter Selasky2014-07-021-3/+3
* Workaround for bug in GCC on powerpc64. Symbols that are exported areHans Petter Selasky2014-06-301-5/+16
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-2/+2
* Instead of unconditionally emitting .globl's for the __start_set_xxx andDimitry Andric2010-11-141-2/+2
* Revert r103230, which depended on ld preserving the __start_xxx andDimitry Andric2010-11-111-0/+2
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-4/+8
* Typo fix.Giorgos Keramidas2005-01-141-1/+1
* Emply __used attribute to prevent compiler from removing unreferencedAlexander Kabaev2004-07-281-1/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-4/+4
* Add a __section(x) macro as well. Use this in linker_set.h. ie:Peter Wemm2002-09-231-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-48/+0
* Sometime after binutils-2.9 (ie: ages ago), the handling of __start_set_*Peter Wemm2002-09-111-6/+0
* Wrap GCC-specific stuff and provide alternative for lint.Mark Murray2002-04-211-0/+7
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-35/+89
* Remove underscores from linker set stabs for the a.out case, afterPeter Wemm2001-02-251-1/+1
* o Add explicit alignment to linker set definitions. On i386, dataMarcel Moolenaar2001-01-291-8/+2
* Change ".align 3" to ".p2align 3" so that this works with ia64.Doug Rabson2000-09-291-2/+2
* Add a comment explaining the obscure lines:John Polstra2000-05-131-0/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* ABS_SET() and BSS_SET() are no longer used. The sole remaining user ofPeter Wemm1999-06-261-5/+1
* ls_items[] is most definately not a set of pointers to const objects..Peter Wemm1999-05-081-3/+3
* Move the linker set definitions into a new header fileJohn Polstra1999-01-141-0/+89