aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/sdabase.t
blob: 248696269a59e4a0415042bc605b860ec2fc95cd (plain)
1
2
3
4
5
6
SECTIONS
{
  .text 0x100 : { *(.text) }
  .sdata 0x400 : { *(.sdata) }
  /DISCARD/ : { *(*) }
}