aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/flags1.ld
blob: 14d17cbe443e20a55fc98dc961e7d866847b483d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTIONS
{
  . = SIZEOF_HEADERS;
  .text :
  {
    *(.text)
  } =0
  .post_text_reserve :
  {
    . += 0x160;
  }
  /DISCARD/ : { *(*) }
}