ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pie1.d
1 #as: --32
2 #ld: -pie -melf_i386 -z relro -z noseparate-code
3 #objdump: -dw --sym
4 #notarget: i?86-*-nacl* x86_64-*-nacl*
5
6 .*: +file format .*
7
8 SYMBOL TABLE:
9 #...
10 0+2000 l O .got.plt 0+ _GLOBAL_OFFSET_TABLE_
11 #...
12
13 Disassembly of section .text:
14
15 .* <_start>:
16 .*: 8d 80 00 e0 ff ff lea -0x2000\(%eax\),%eax
17 #pass
This page took 0.058768 seconds and 4 git commands to generate.