binutils-gdb/ld/testsuite/ld-x86-64/pr19175.t

12 lines
90 B
Raku

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