diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-02-01 08:30:12 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-02-01 08:30:12 +0000 |
commit | fb17c22277a9412942775a66f641e2e735c8f090 (patch) | |
tree | 5f6a045874694779790516d35b599e082c2af8db /ld/testsuite/ld-mmix/bpo-6m.d | |
parent | 1355568ab48a9dcfd079493f7deb5e1c5e88015b (diff) | |
download | gdb-fb17c22277a9412942775a66f641e2e735c8f090.zip gdb-fb17c22277a9412942775a66f641e2e735c8f090.tar.gz gdb-fb17c22277a9412942775a66f641e2e735c8f090.tar.bz2 |
* ld-mmix/bpo-1.d, ld-mmix/bpo-1.s, ld-mmix/bpo-1m.d,
ld-mmix/bpo-15.d, ld-mmix/bpo-4.s, ld-mmix/bpo-6.d,
ld-mmix/bpo-6.s, ld-mmix/bpo-2.d, ld-mmix/bpo-6m.d,
ld-mmix/bpo-12m.d, ld-mmix/bpo-2m.d, ld-mmix/bpo-2.s,
ld-mmix/bpo-5.s, ld-mmix/bpo-3.d, ld-mmix/start3.s,
ld-mmix/bpo-3m.d, ld-mmix/bpo-9m.d, ld-mmix/bpo-4.d,
ld-mmix/bpo-3.s, ld-mmix/bpo-4m.d, ld-mmix/bpo-7.d,
ld-mmix/bpo-5.d, ld-mmix/bpo-16.d, ld-mmix/bpo-5m.d,
ld-mmix/bpo-7m.d, ld-mmix/bpo-9.d, ld-mmix/bpo-8.d,
ld-mmix/start4.s, ld-mmix/bpo-8m.d, ld-mmix/bpo-13m.d,
ld-mmix/bpo-15m.d, ld-mmix/bpo-10.d, ld-mmix/bpo-11.d,
ld-mmix/bpo-14m.d, ld-mmix/bpo-13.d, ld-mmix/bpo-7.s,
ld-mmix/bpo-12.d, ld-mmix/bpo-16m.d, ld-mmix/bpo-14.d,
ld-mmix/bpo-8.s, ld-mmix/bpo-17.d, ld-mmix/bpo-17m.d: New tests.
Diffstat (limited to 'ld/testsuite/ld-mmix/bpo-6m.d')
-rw-r--r-- | ld/testsuite/ld-mmix/bpo-6m.d | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/bpo-6m.d b/ld/testsuite/ld-mmix/bpo-6m.d new file mode 100644 index 0000000..9d8e304 --- /dev/null +++ b/ld/testsuite/ld-mmix/bpo-6m.d @@ -0,0 +1,27 @@ +#source: start.s +#source: bpo-4.s +#as: -linker-allocated-gregs +#ld: -m mmo +#objdump: -st + +# 223 (max) linker-allocated GREGs. + +.*: file format mmo + +SYMBOL TABLE: +0+ g \.text Main +0+ g \.text _start + +Contents of section \.text: + 0000 e3fd0001 230b2000 230b2100 230b2200 .* + 0010 230b2300 230b2400 230b2500 230b2600 .* +#... + 0360 230bf700 230bf800 230bf900 230bfa00 .* + 0370 230bfb00 230bfc00 230bfd00 230bfe00 .* +Contents of section \.MMIX\.reg_contents: + 0100 00000000 00000000 00000000 00000100 .* + 0110 00000000 00000200 00000000 00000300 .* +#... + 07d0 00000000 0000da00 00000000 0000db00 .* + 07e0 00000000 0000dc00 00000000 0000dd00 .* + 07f0 00000000 0000de00 .* |