| Age | Commit message (Expand) | Author |
|---|---|---|
| 2004-05-18 | Resolve conflicts | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
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'>
| summaryrefslogtreecommitdiff |
| Age | Commit message (Expand) | Author |
|---|---|---|
| 2004-05-18 | Resolve conflicts | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |