aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr32591-1c.t
blob: 3bfb7f22cd2c6b7f16d0448ea17b001dc66508eb (plain)
1
2
3
4
5
6
SECTIONS {
  .text.foo 0x100000 : { *(.text.foo) }
  .text 0x200000 : { *(.text) }
  .got 0x300000 : { *(.got) }
  data 0x400000 : { *(data) }
}