mirror of
https://github.com/y11en/FOLIAGE
synced 2026-06-08 18:27:53 +00:00
11 lines
93 B
Plaintext
11 lines
93 B
Plaintext
ENTRY( _BEG )
|
|
|
|
SECTIONS
|
|
{
|
|
.text ALIGN(1) : SUBALIGN(1)
|
|
{
|
|
*(.text._BEG)
|
|
*(.text.*)
|
|
}
|
|
}
|