* ld-scripts/size-1.d: Add bigendian regexps.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / size-1.d
1 #source: size-1.s
2 #ld: -T size-1.t
3 #objdump: -s
4
5 .*: file format .*
6
7 #...
8 Contents of section \.text:
9 0+00 (01)?000000(01)? (02)?000000(02)? ........
10 #...
11 Contents of section \.data:
12 0+08 (03)?000000(03)? (04)?000000(04)? (05)?000000(05)? ............
13 #...
14 Contents of section \.tdata:
15 0+24 (06)?000000(06)? (07)?000000(07)? (08)?000000(08)? (09)?000000(09)? ................
16 0+34 (0a)?000000(0a)? ....
17 #...
18 Contents of section \.map:
19 0+38 (08)?000000(08)? (0c)?000000(0c)? (10)?000000(10)? (14)?000000(14)? ................
20 0+48 (18)?000000(18)? ....
21 #...
This page took 0.030773 seconds and 5 git commands to generate.