aboutsummaryrefslogtreecommitdiff
path: root/setup/combine.ld
blob: 29a70f0e6847806a3f5eb52d25ca019744f883bf (plain)
1
2
3
4
5
SECTIONS {
  .text : {
    *(.text)
  }
}