3487a30b71fd5b8725b438cb108dd7a18046c398
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / locref1.d
1 #as: --no-underscore --pic --em=criself
2 #source: expdyn1.s
3 #source: locref1.s
4 #ld: -m crislinux
5 #objdump: -dt
6
7 # Referencing a "normal" (non-hidden) symbol with a local-only PIC
8 # relocation is ok when building an executable.
9
10 .*: file format elf32-cris
11
12 SYMBOL TABLE:
13 #...
14 0+80076 g F \.text 0+2 expfn
15 0+820ac g O \.data 0+ expobj
16 #...
17 0+820a0 g O \.got 0+ \.hidden _GLOBAL_OFFSET_TABLE_
18 #...
19 Disassembly of section \.text:
20 #...
21 0+80078 <y>:
22 80078: 6fae d6df ffff .*
23 8007e: 6fbe 0c00 0000 .*
This page took 0.030115 seconds and 4 git commands to generate.