(root)/
binutils-2.41/
ld/
testsuite/
ld-x86-64/
pr23189.t
EXTERN(_start)
ENTRY(_start)

SECTIONS
{
  .text :
  {
    HIDDEN (__hidden_sym = .);
    *(.text*)
  }
}