Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / sec-4.d
CommitLineData
3c3bdf30
NC
1#source: sec-2.s
2#source: start.s
3#source: data1.s
4#ld: -m mmo -T $srcdir/$subdir/mmosec1.ld
5#objdump: -sh
6
7.*: file format mmo
8
9Sections:
10Idx Name Size VMA LMA File off Algn
11 0 \.text 0+4 0+100 0+100 0+ 2\*\*2
12 CONTENTS, ALLOC, LOAD, CODE
13 1 \.data 0+4 2000000000000004 2000000000000004 0+ 2\*\*2
14 CONTENTS, ALLOC, LOAD
15 2 \.other 0+c 1000000000000000 1000000000000000 0+ 2\*\*2
16 CONTENTS, ALLOC, LOAD, READONLY, CODE
17Contents of section \.text:
18 0100 e3fd0001 .*
19Contents of section \.data:
5ff4a71e 20 2000000000000004 0000012c .*
3c3bdf30 21Contents of section \.other:
5ff4a71e 22 1000000000000000 0000000c 00000022 00000001 .*
This page took 0.73579 seconds and 4 git commands to generate.