Fix initialisation of debug_line_pointer_sizes array so that it is done as needed
[binutils.git] / ld / testsuite / ld-mips-elf / emrelocs.ld
blob557f139ee47c4106fe9401b6d9df2324c1aeb16b
1 ENTRY(ext_fun)
2 SECTIONS
4   .text 0x00100000: 
5   {
6     *(.text)
7   }
8   .data 0x00200000: 
9   {
10     *(.sdata)
11   }
12   .rel.sdata 0x00300000: 
13   {
14     *(.rel.sdata)
15   }