summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-nds32/branch.ld
blob: 28eb4e0d0a192872a919ed98d8e466fbf42a9834 (plain)
1
2
3
4
5
6
SECTIONS
{
  .text 0x0 : {
    * (.text .text.*);
  }
}