(root)/
binutils-2.41/
ld/
testsuite/
ld-scripts/
align4.t
SECTIONS
{
  .text : {
    SORT_BY_INIT_PRIORITY (*) (.text .text.*)
  }

  .data : {
    SORT_BY_INIT_PRIORITY (*) (.data .data.*)
  }
}