Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
9 lines
95 B
C
9 lines
95 B
C
/* Force alignment of .toc section. */
|
|
SECTIONS
|
|
{
|
|
.toc 0 : ALIGN(256)
|
|
{
|
|
*(.got .toc)
|
|
}
|
|
}
|