summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-scripts/align2.t
blob: d86f62aeab33734e13da41961759989680aa7ec6 (plain)
1
2
3
4
5
6
7
SECTIONS
{
  .text : {*(.text)}
  . = ALIGN(data_align);
  .data : {*(.data)}
  /DISCARD/ : {*(*)}
}