diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-07-19 03:30:13 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-07-19 03:30:13 +0000 |
commit | ccaf4e0741c1b4420a489e24cac518168106c146 (patch) | |
tree | efca21db9af9476c9a2ba3a8c3414563dfe70237 /ld/testsuite/ld-mmix/sec-1.d | |
parent | 3595bd6e74cdfaa655365ac00ce111e9ae89548c (diff) | |
download | gdb-ccaf4e0741c1b4420a489e24cac518168106c146.zip gdb-ccaf4e0741c1b4420a489e24cac518168106c146.tar.gz gdb-ccaf4e0741c1b4420a489e24cac518168106c146.tar.bz2 |
* ld-mmix/sec-1.d: Adjust for changes in padding.
* ld-mmix/sec-3.d: Ditto.
Diffstat (limited to 'ld/testsuite/ld-mmix/sec-1.d')
-rw-r--r-- | ld/testsuite/ld-mmix/sec-1.d | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ld/testsuite/ld-mmix/sec-1.d b/ld/testsuite/ld-mmix/sec-1.d index 25faec2..d1a9d8d 100644 --- a/ld/testsuite/ld-mmix/sec-1.d +++ b/ld/testsuite/ld-mmix/sec-1.d @@ -12,11 +12,11 @@ Idx Name Size VMA LMA File off Algn CONTENTS, ALLOC, LOAD, CODE 1 \.a\.fourth\.section 0+10 0+20 0+20 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, READONLY, DATA - 2 secname 0+1c 0+4 0+4 0+ 2\*\*2 + 2 secname 0+19 0+4 0+4 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, READONLY, CODE - 3 anothersec 0+14 2000000000000000 2000000000000000 0+ 2\*\*2 + 3 anothersec 0+13 2000000000000000 2000000000000000 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, DATA - 4 thirdsec 0+c 0+ 0+ 0+ 2\*\*2 + 4 thirdsec 0+a 0+ 0+ 0+ 2\*\*2 CONTENTS, READONLY Contents of section \.text: 0000 e3fd0001 .* @@ -24,9 +24,9 @@ Contents of section \.a\.fourth\.section: 0020 00000000 0087a238 00000000 302a55a8 .* Contents of section secname: 0004 00000001 00000002 00000003 00000004 .* - 0014 ffffffff fffff827 50000000 .* + 0014 ffffffff fffff827 50 .* Contents of section anothersec: 0000 0000000a 00000009 00000008 00000007 .* - 0010 25272900 .* + 0010 252729 .* Contents of section thirdsec: - 0000 00030d41 000186a2 26280000 .* + 0000 00030d41 000186a2 2628 .* |