summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/Inputs/symbol-reserved.script
blob: 269bb120de95e797dbd4ebcecd850642fc4d227b (plain)
1
2
3
4
5
SECTIONS
{
  .text : { *(.text) }
  PROVIDE_HIDDEN(_end = .);
}
OpenPOWER on IntegriCloud