Retro68/binutils/ld/testsuite/ld-i386/pr19175.t
2017-04-10 13:32:00 +02:00

12 lines
90 B
Raku

EXTERN(_start)
ENTRY(_start)
SECTIONS
{
.text :
{
_text = .;
*(.text*)
}
}