12 lines
90 B
Perl
Raw Normal View History

2016-02-10 18:58:24 +01:00
EXTERN(_start)
ENTRY(_start)
SECTIONS
{
.text :
{
_text = .;
*(.text*)
}
}