8 lines
95 B
C
Executable file
8 lines
95 B
C
Executable file
/* Force alignment of .toc section. */
|
|
SECTIONS
|
|
{
|
|
.toc 0 : ALIGN(256)
|
|
{
|
|
*(.got .toc)
|
|
}
|
|
}
|