aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/sdabase2.t
blob: 2a8f5d01bfd27fe188de437d590c8b26fc50e730 (plain)
1
2
3
4
5
6
SECTIONS
{
  .text 0x100 : { *(.text) }
  .sdata 0x400 : { PROVIDE (_SDA_BASE_ = .); *(.sdata) }
  /DISCARD/ : { *(*) }
}