Files
2021-03-14 01:51:05 +00:00

11 lines
93 B
Plaintext

ENTRY( _BEG )
SECTIONS
{
.text ALIGN(1) : SUBALIGN(1)
{
*(.text._BEG)
*(.text.*)
}
}