* cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
[binutils.git] / ld / testsuite / ld-arm / script-type.ld
blob01995eb07ebef2515a30376bded2f662990ecbca
1 SECTIONS {
2     .text : {
3         foo_a = bar_a;
4         foo_t = bar_t;
5         foo_o = bar_o;
6         *(.text) 
7     }
8     .ARM.attribues 0 : { *(.ARM.attributes) }