[ARC] don't force _init/_fini as DT_INIT/DT_FINI.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / common.d
1 #name: C6X common symbols
2 #as: -mlittle-endian
3 #ld: -melf32_tic6x_le -Tcommon.ld
4 #source: common.s
5 #readelf: -Ss
6
7 There are 6 section headers, starting at offset .*:
8
9 Section Headers:
10 \[Nr\] Name Type Addr Off Size ES Flg Lk Inf Al
11 \[ 0\] NULL 00000000 000000 000000 00 0 0 0
12 \[ 1\] \.far NOBITS 00000080 000080 000008 00 WA 0 0 4
13 \[ 2\] \.bss NOBITS 00000100 000080 000004 00 WA 0 0 4
14 \[ 3\] \.symtab SYMTAB 00000000 [0-9a-f]+ 000050 10 4 3 4
15 \[ 4\] \.strtab STRTAB 00000000 [0-9a-f]+ 000005 00 0 0 1
16 \[ 5\] \.shstrtab STRTAB 00000000 [0-9a-f]+ 000025 00 0 0 1
17 Key to Flags:
18 #...
19
20 Symbol table '\.symtab' contains 5 entries:
21 Num: Value Size Type Bind Vis Ndx Name
22 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
23 1: 00000080 0 SECTION LOCAL DEFAULT 1
24 2: 00000100 0 SECTION LOCAL DEFAULT 2
25 3: 00000100 4 OBJECT GLOBAL DEFAULT 2 x
26 4: 00000080 8 OBJECT GLOBAL DEFAULT 1 y
This page took 0.051683 seconds and 4 git commands to generate.