ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / vxworks1.ld
CommitLineData
b9201bb3
RS
1SECTIONS
2{
3 . = 0x80000;
4 .interp : { *(.interp) }
5 .hash : { *(.hash) }
6 .dynsym : { *(.dynsym) }
7 .dynstr : { *(.dynstr) }
8
83503a06 9 . = ALIGN (0x400);
b9201bb3
RS
10 .rel.dyn : { *(.rel.dyn) }
11 .rel.plt : { *(.rel.plt) }
12
83503a06 13 . = ALIGN (0x400);
b9201bb3
RS
14 .plt : { *(.plt) }
15
83503a06 16 . = ALIGN (0x400);
b9201bb3
RS
17 .text : { *(.text) }
18
19 . = ALIGN (0x1000);
20 .dynamic : { *(.dynamic) }
21
83503a06 22 . = ALIGN (0x400);
b9201bb3 23 .got : { *(.got.plt) *(.got) }
83503a06
RS
24
25 . = ALIGN (0x400);
e68ed250 26 .data : { *(.data) }
7c492719
RS
27
28 . = ALIGN (0x400);
e68ed250 29 .bss : { *(.bss) *(.dynbss) }
b9201bb3 30}
This page took 0.617768 seconds and 4 git commands to generate.