SECTIONS { .text : { *(.text) sym1 = 3 - DEFINED (x); } .data : { *(.data) } .bss : { *(.bss) *(COMMON) } } defined1 = !DEFINED (x); defined2 = DEFINED (defined1) + 16; defined3 = DEFINED (defined2) * 256; defined4 = 0x200 - DEFINED (defined3); ass='logo' rowspan='2'>cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/dist/bind/doc/bog/setup.me
AgeCommit message (Expand)Author
2004-05-18Resolve conflictschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc