mirror of
https://github.com/entropy-z/Kharon
synced 2026-06-06 15:34:34 +00:00
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
SECTIONS
|
|
{
|
|
.text :
|
|
{
|
|
*( .text$A );
|
|
*( .text$B );
|
|
*( .rdata* );
|
|
*( .text$C );
|
|
}
|
|
} |