summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-arm/script-type.ld
blob: 01995eb07ebef2515a30376bded2f662990ecbca (plain)
1
2
3
4
5
6
7
8
9
SECTIONS {
    .text : {
	foo_a = bar_a;
	foo_t = bar_t;
	foo_o = bar_o;
	*(.text) 
    }
    .ARM.attribues 0 : { *(.ARM.attributes) }
}