blob: 0cf53946cb569a1ead161d78e0d3c36fd9f5ab3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#as: --no-underscore --pic --em=criself
#source: gotrel1.s
#source: locref2.s
#ld: -m crislinux
#objdump: -dt
# Referencing an undefined weak (non-hidden) symbol with a local-only
# PIC relocation is ok when building an executable.
.*: file format elf32-cris
SYMBOL TABLE:
#...
0+82088 l O \.got 0+ _GLOBAL_OFFSET_TABLE_
#...
Disassembly of section \.text:
#...
0+8007c <y>:
8007c: 6fae 78df f7ff .*
80082: 6fbe 78df f7ff .*
|