Change readelf's display of symbol names (when not in --wide mode) so that if they...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / local-1.d
1 # objdump: -xsr
2
3 .*: file format elf64-mmix
4 .*
5 architecture: mmix, flags 0x00000011:
6 HAS_RELOC, HAS_SYMS
7 start address 0x0000000000000000
8
9 Sections:
10 Idx Name Size VMA LMA File off Algn
11 0 \.text 00000004 0000000000000000 0000000000000000 00000040 2\*\*2
12 CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
13 1 \.data 00000000 0000000000000000 0000000000000000 00000044 2\*\*0
14 CONTENTS, ALLOC, LOAD, DATA
15 2 \.bss 00000000 0000000000000000 0000000000000000 00000044 2\*\*0
16 ALLOC
17 SYMBOL TABLE:
18 0+ l d \.text 0+ (|\.text)
19 0+ l d \.data 0+ (|\.data)
20 0+ l d \.bss 0+ (|\.bss)
21 0+90 l \*REG\* 0+ reghere
22 0+2d l \*ABS\* 0+ consthere
23 0+ \*UND\* 0+ extreg
24
25
26 RELOCATION RECORDS FOR \[\.text\]:
27 OFFSET TYPE VALUE
28 0+ R_MMIX_LOCAL extreg
29 0+ R_MMIX_LOCAL reghere
30 0+ R_MMIX_LOCAL consthere
31 0+ R_MMIX_LOCAL \*ABS\*\+0x0000000000000064
32 0+ R_MMIX_LOCAL \*ABS\*\+0x00000000000000c8
33
34
35 Contents of section \.text:
36 0000 fd000000 .*
37
This page took 0.030695 seconds and 4 git commands to generate.