mirror of
https://github.com/benheise/TitanLdr
synced 2026-06-06 15:14:33 +00:00
14 lines
133 B
Plaintext
14 lines
133 B
Plaintext
SECTIONS
|
|
{
|
|
.text :
|
|
{
|
|
*( .text$A )
|
|
*( .text$B )
|
|
*( .text$C )
|
|
*( .text$D )
|
|
*( .text$E )
|
|
*( .rdata* )
|
|
*( .text$F )
|
|
}
|
|
}
|