diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2003-05-12 05:45:38 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2003-05-12 05:45:38 +0000 |
commit | 5ff4a71ef3e399071b1990e2e44018d7823756b6 (patch) | |
tree | 42e954ecf9ef6abbfd1e9406ffc47b3787b0345d /ld | |
parent | 673a54e3718bdc1789a3990635f32e561ec7d820 (diff) | |
download | gdb-5ff4a71ef3e399071b1990e2e44018d7823756b6.zip gdb-5ff4a71ef3e399071b1990e2e44018d7823756b6.tar.gz gdb-5ff4a71ef3e399071b1990e2e44018d7823756b6.tar.bz2 |
* ld-mmix/b-fixo2.d, ld-mmix/bpo-18.d, ld-mmix/bpo-18m.d,
ld-mmix/loc4.d, ld-mmix/loc4m.d, ld-mmix/loc6.d, ld-mmix/loc6m.d,
ld-mmix/locdo-1.d, ld-mmix/sec-1.d, ld-mmix/sec-2.d,
ld-mmix/sec-3.d, ld-mmix/sec-4.d, ld-mmix/sec-5.d,
ld-mmix/sec-7m.d, ld-mmix/sec-8m.d, ld-mmix/spec802.d,
ld-mmix/spec803.d, ld-mmix/spec804.d, ld-mmix/spec805.d,
ld-mmix/spec806.d, ld-mmix/spec807.d, ld-mmix/spec808.d: Tweak for
objdump no longer truncating dump addresses.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 11 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/b-fixo2.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/bpo-18.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/bpo-18m.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/loc4.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/loc4m.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/loc6.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/loc6m.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/locdo-1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/sec-1.d | 14 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/sec-2.d | 12 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/sec-3.d | 8 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/sec-4.d | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/sec-5.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/sec-7m.d | 12 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/sec-8m.d | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/spec802.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/spec803.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/spec804.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/spec805.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/spec806.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/spec807.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/spec808.d | 2 |
23 files changed, 55 insertions, 44 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index db9e409..b42c5ba 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2003-05-12 Hans-Peter Nilsson <hp@bitrange.com> + + * ld-mmix/b-fixo2.d, ld-mmix/bpo-18.d, ld-mmix/bpo-18m.d, + ld-mmix/loc4.d, ld-mmix/loc4m.d, ld-mmix/loc6.d, ld-mmix/loc6m.d, + ld-mmix/locdo-1.d, ld-mmix/sec-1.d, ld-mmix/sec-2.d, + ld-mmix/sec-3.d, ld-mmix/sec-4.d, ld-mmix/sec-5.d, + ld-mmix/sec-7m.d, ld-mmix/sec-8m.d, ld-mmix/spec802.d, + ld-mmix/spec803.d, ld-mmix/spec804.d, ld-mmix/spec805.d, + ld-mmix/spec806.d, ld-mmix/spec807.d, ld-mmix/spec808.d: Tweak for + objdump no longer truncating dump addresses. + 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com> * ld-elfvsb/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame diff --git a/ld/testsuite/ld-mmix/b-fixo2.d b/ld/testsuite/ld-mmix/b-fixo2.d index eb99509..e8e2ff8 100644 --- a/ld/testsuite/ld-mmix/b-fixo2.d +++ b/ld/testsuite/ld-mmix/b-fixo2.d @@ -24,4 +24,4 @@ SYMBOL TABLE: Contents of section \.text: 0000 e3fd0001 e3fd0004 .* Contents of section \.data: - 10aa5564 00000008 .* + 2068098510aa5564 00000008 .* diff --git a/ld/testsuite/ld-mmix/bpo-18.d b/ld/testsuite/ld-mmix/bpo-18.d index a3e1201..75f43b6 100644 --- a/ld/testsuite/ld-mmix/bpo-18.d +++ b/ld/testsuite/ld-mmix/bpo-18.d @@ -28,7 +28,7 @@ SYMBOL TABLE: Contents of section \.text: 0100 232dfc00 232dfd00 .* Contents of section \.text\.away: - 1060 e3fd0001 232afe1e 2321fe00 .* + 4000000000001060 e3fd0001 232afe1e 2321fe00 .* Contents of section \.MMIX\.reg_contents: 07e0 00000000 00001168 00000000 0000a514 .* 07f0 40000000 00001070 .* diff --git a/ld/testsuite/ld-mmix/bpo-18m.d b/ld/testsuite/ld-mmix/bpo-18m.d index d6d82875..b21b6cf 100644 --- a/ld/testsuite/ld-mmix/bpo-18m.d +++ b/ld/testsuite/ld-mmix/bpo-18m.d @@ -19,7 +19,7 @@ SYMBOL TABLE: Contents of section \.text: 0100 232dfc00 232dfd00 .* Contents of section \.text\.away: - 1060 e3fd0001 232afe1e 2321fe00 .* + 4000000000001060 e3fd0001 232afe1e 2321fe00 .* Contents of section \.MMIX\.reg_contents: 07e0 00000000 00001168 00000000 0000a514 .* 07f0 40000000 00001070 .* diff --git a/ld/testsuite/ld-mmix/loc4.d b/ld/testsuite/ld-mmix/loc4.d index 63c88a8..cdb2127 100644 --- a/ld/testsuite/ld-mmix/loc4.d +++ b/ld/testsuite/ld-mmix/loc4.d @@ -30,5 +30,5 @@ SYMBOL TABLE: Contents of section \.text: 1000 fd030303 e3fd0001 .* Contents of section \.data: - 0000 00000000 00001030 .* + 2000000000000000 00000000 00001030 .* Contents of section \.sbss: diff --git a/ld/testsuite/ld-mmix/loc4m.d b/ld/testsuite/ld-mmix/loc4m.d index a075e45..40a4f97 100644 --- a/ld/testsuite/ld-mmix/loc4m.d +++ b/ld/testsuite/ld-mmix/loc4m.d @@ -14,4 +14,4 @@ SYMBOL TABLE: Contents of section \.text: 1000 fd030303 e3fd0001 .* Contents of section \.data: - 0004 00001030 .* + 2000000000000004 00001030 .* diff --git a/ld/testsuite/ld-mmix/loc6.d b/ld/testsuite/ld-mmix/loc6.d index 0180932..28ff2e3 100644 --- a/ld/testsuite/ld-mmix/loc6.d +++ b/ld/testsuite/ld-mmix/loc6.d @@ -26,5 +26,5 @@ SYMBOL TABLE: Contents of section \.text: 0000 e3fd0001 .* Contents of section \.data: - 0200 00000004 00000005 00000006 .* + 2000000000000200 00000004 00000005 00000006 .* Contents of section \.sbss: diff --git a/ld/testsuite/ld-mmix/loc6m.d b/ld/testsuite/ld-mmix/loc6m.d index bfbcc93..b2a58a7 100644 --- a/ld/testsuite/ld-mmix/loc6m.d +++ b/ld/testsuite/ld-mmix/loc6m.d @@ -15,4 +15,4 @@ SYMBOL TABLE: Contents of section \.text: 0000 e3fd0001 .* Contents of section \.data: - 0200 00000004 00000005 00000006 .* + 2000000000000200 00000004 00000005 00000006 .* diff --git a/ld/testsuite/ld-mmix/locdo-1.d b/ld/testsuite/ld-mmix/locdo-1.d index d2f4f43..d7bf19a 100644 --- a/ld/testsuite/ld-mmix/locdo-1.d +++ b/ld/testsuite/ld-mmix/locdo-1.d @@ -25,5 +25,5 @@ SYMBOL TABLE: Contents of section \.text: 0000 e3fd0001 .* Contents of section \.data: - 0008 20000000 00000008 .* + 2000000000000008 20000000 00000008 .* Contents of section \.sbss: diff --git a/ld/testsuite/ld-mmix/sec-1.d b/ld/testsuite/ld-mmix/sec-1.d index d1a9d8d..9581431 100644 --- a/ld/testsuite/ld-mmix/sec-1.d +++ b/ld/testsuite/ld-mmix/sec-1.d @@ -10,23 +10,23 @@ Sections: Idx Name Size VMA LMA File off Algn 0 \.text 0+4 0+ 0+ 0+ 2\*\*2 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+19 0+4 0+4 0+ 2\*\*2 + 1 secname 0+19 0+4 0+4 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, READONLY, CODE + 2 \.a\.fourth\.section 0+10 0+20 0+20 0+ 2\*\*2 + CONTENTS, ALLOC, LOAD, READONLY, DATA 3 anothersec 0+13 2000000000000000 2000000000000000 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, DATA 4 thirdsec 0+a 0+ 0+ 0+ 2\*\*2 CONTENTS, READONLY Contents of section \.text: 0000 e3fd0001 .* -Contents of section \.a\.fourth\.section: - 0020 00000000 0087a238 00000000 302a55a8 .* Contents of section secname: 0004 00000001 00000002 00000003 00000004 .* 0014 ffffffff fffff827 50 .* +Contents of section \.a\.fourth\.section: + 0020 00000000 0087a238 00000000 302a55a8 .* Contents of section anothersec: - 0000 0000000a 00000009 00000008 00000007 .* - 0010 252729 .* + 2000000000000000 0000000a 00000009 00000008 00000007 .* + 2000000000000010 252729 .* Contents of section thirdsec: 0000 00030d41 000186a2 2628 .* diff --git a/ld/testsuite/ld-mmix/sec-2.d b/ld/testsuite/ld-mmix/sec-2.d index 5bf4033..10623f3 100644 --- a/ld/testsuite/ld-mmix/sec-2.d +++ b/ld/testsuite/ld-mmix/sec-2.d @@ -17,10 +17,10 @@ Idx Name Size VMA LMA File off Algn Contents of section \.text: 0100 e3fd0001 .* Contents of section \.other: - 0000 00000001 00000002 00000003 00000004 .* - 0010 ffffffff fffff827 50000000 0000000a .* - 0020 00000009 00000008 00000007 25272900 .* - 0030 00030d41 000186a2 26280000 00000000 .* - 0040 00000000 0087a238 00000000 302a55a8 .* + 1000000000000000 00000001 00000002 00000003 00000004 .* + 1000000000000010 ffffffff fffff827 50000000 0000000a .* + 1000000000000020 00000009 00000008 00000007 25272900 .* + 1000000000000030 00030d41 000186a2 26280000 00000000 .* + 1000000000000040 00000000 0087a238 00000000 302a55a8 .* Contents of section \.data: - 0004 0000012c .* + 2000000000000004 0000012c .* diff --git a/ld/testsuite/ld-mmix/sec-3.d b/ld/testsuite/ld-mmix/sec-3.d index f9fc30b..2469afa 100644 --- a/ld/testsuite/ld-mmix/sec-3.d +++ b/ld/testsuite/ld-mmix/sec-3.d @@ -28,9 +28,9 @@ Contents of section secname: Contents of section \.a\.fourth\.section: 0020 00000000 0087a238 00000000 302a55a8 .* Contents of section \.data: - 0004 0000002c .* + 2000000000000004 0000002c .* Contents of section anothersec: - 0008 0000000a 00000009 00000008 00000007 .* - 0018 252729 .* + 2000000000000008 0000000a 00000009 00000008 00000007 .* + 2000000000000018 252729 .* Contents of section thirdsec: - 001c 00030d41 000186a2 2628 .* + 200000000000001c 00030d41 000186a2 2628 .* diff --git a/ld/testsuite/ld-mmix/sec-4.d b/ld/testsuite/ld-mmix/sec-4.d index 7979865..251f6a2 100644 --- a/ld/testsuite/ld-mmix/sec-4.d +++ b/ld/testsuite/ld-mmix/sec-4.d @@ -17,6 +17,6 @@ Idx Name Size VMA LMA File off Algn Contents of section \.text: 0100 e3fd0001 .* Contents of section \.data: - 0004 0000012c .* + 2000000000000004 0000012c .* Contents of section \.other: - 0000 0000000c 00000022 00000001 .* + 1000000000000000 0000000c 00000022 00000001 .* diff --git a/ld/testsuite/ld-mmix/sec-5.d b/ld/testsuite/ld-mmix/sec-5.d index 9595811..044786b 100644 --- a/ld/testsuite/ld-mmix/sec-5.d +++ b/ld/testsuite/ld-mmix/sec-5.d @@ -18,4 +18,4 @@ Idx Name Size VMA LMA File off Algn 1 \.MMIX\.sec\.0 0+4 1000000000000000 1000000000000000 0+ 2\*\*2 CONTENTS, ALLOC, LOAD Contents of section \.MMIX\.sec\.0: - 0000 e3fd0001 .* + 1000000000000000 e3fd0001 .* diff --git a/ld/testsuite/ld-mmix/sec-7m.d b/ld/testsuite/ld-mmix/sec-7m.d index f7d45ed..5fe56a4 100644 --- a/ld/testsuite/ld-mmix/sec-7m.d +++ b/ld/testsuite/ld-mmix/sec-7m.d @@ -25,14 +25,14 @@ Idx Name[ ]+Size[ ]+VMA[ ]+LMA[ ]+File off Algn Contents of section \.text: 0000 e3fd0001[ ]+.* Contents of section \.di: - 0000 2a000000 00000000 00000000 00000000 .* + 2000000000000000 2a000000 00000000 00000000 00000000 .* #... - 7ff0 00000000 00000000 00000000 2b2c0000 .* + 2000000000007ff0 00000000 00000000 00000000 2b2c0000 .* #... - fff0 00000000 00000000 00002d2e 00000000 .* + 200000000000fff0 00000000 00000000 00002d2e 00000000 .* #... - 17ff0 00000000 00000000 002f3000 00000000 .* + 2000000000017ff0 00000000 00000000 002f3000 00000000 .* #... - 1fff0 00000000 00000000 00313200 00000000 .* + 200000000001fff0 00000000 00000000 00313200 00000000 .* #... - 27ff0 00000000 00000000 000033[ ]+.* + 2000000000027ff0 00000000 00000000 000033[ ]+.* diff --git a/ld/testsuite/ld-mmix/sec-8m.d b/ld/testsuite/ld-mmix/sec-8m.d index 32630e5..1f9c442 100644 --- a/ld/testsuite/ld-mmix/sec-8m.d +++ b/ld/testsuite/ld-mmix/sec-8m.d @@ -18,11 +18,11 @@ .*: file format mmo Contents of section \.text: - 0000 e3fd0001 2a000000 00000000 00000000 .* + 00000 e3fd0001 2a000000 00000000 00000000 .* #... - 7ff0 00000000 00000000 00000000 2b2c0000 .* + 07ff0 00000000 00000000 00000000 2b2c0000 .* #... - fff0 00000000 00000000 00002d00 00000000 .* + 0fff0 00000000 00000000 00002d00 00000000 .* 10000 00000000 00000000 0000002e 2f303132 .* 10010 33000000 00000000 00000000 00000000 .* 10020 00300000 00000000 00000000 00000000 .* diff --git a/ld/testsuite/ld-mmix/spec802.d b/ld/testsuite/ld-mmix/spec802.d index d5c8f4e..ea0ebc3 100644 --- a/ld/testsuite/ld-mmix/spec802.d +++ b/ld/testsuite/ld-mmix/spec802.d @@ -19,6 +19,6 @@ Idx Name Size VMA LMA File off Algn Contents of section \.text: 0000 e3fd0001 .* Contents of section \.data: - 0000 00112233 .* + 2000000000000000 00112233 .* Contents of section \.MMIX\.spec_data\.80: 0000 00000004 .* diff --git a/ld/testsuite/ld-mmix/spec803.d b/ld/testsuite/ld-mmix/spec803.d index d81d5a6..b933d6c 100644 --- a/ld/testsuite/ld-mmix/spec803.d +++ b/ld/testsuite/ld-mmix/spec803.d @@ -19,6 +19,6 @@ Idx Name Size VMA LMA File off Algn Contents of section \.text: 0000 e3fd0001 .* Contents of section \.data: - 0000 00112233 .* + 2000000000000000 00112233 .* Contents of section \.MMIX\.spec_data\.80: 0000 00000002 61616161 98616161 .* diff --git a/ld/testsuite/ld-mmix/spec804.d b/ld/testsuite/ld-mmix/spec804.d index db13299..170bc5e 100644 --- a/ld/testsuite/ld-mmix/spec804.d +++ b/ld/testsuite/ld-mmix/spec804.d @@ -19,6 +19,6 @@ Idx Name Size VMA LMA File off Algn Contents of section \.text: 0000 e3fd0001 .* Contents of section \.data: - 0000 00112233 .* + 2000000000000000 00112233 .* Contents of section \.MMIX\.spec_data\.80: 0000 00000002 61616161 61616161 00000011 .* diff --git a/ld/testsuite/ld-mmix/spec805.d b/ld/testsuite/ld-mmix/spec805.d index fd47e1c..c4cdd02 100644 --- a/ld/testsuite/ld-mmix/spec805.d +++ b/ld/testsuite/ld-mmix/spec805.d @@ -19,7 +19,7 @@ Idx Name Size VMA LMA File off Algn Contents of section \.text: 0000 e3fd0001 .* Contents of section \.data: - 0000 00112233 .* + 2000000000000000 00112233 .* Contents of section \.MMIX\.spec_data\.80: 0000 00000002 61616161 61616161 00000011 .* 0010 00000000 .* diff --git a/ld/testsuite/ld-mmix/spec806.d b/ld/testsuite/ld-mmix/spec806.d index 5679c73..7f64948 100644 --- a/ld/testsuite/ld-mmix/spec806.d +++ b/ld/testsuite/ld-mmix/spec806.d @@ -19,7 +19,7 @@ Idx Name Size VMA LMA File off Algn Contents of section \.text: 0000 e3fd0001 .* Contents of section \.data: - 0000 00112233 .* + 2000000000000000 00112233 .* Contents of section \.MMIX\.spec_data\.80: 0000 00000002 61616161 61616161 00000011 .* 0010 00000000 0000000c .* diff --git a/ld/testsuite/ld-mmix/spec807.d b/ld/testsuite/ld-mmix/spec807.d index 1cfdf9e..f37e57a 100644 --- a/ld/testsuite/ld-mmix/spec807.d +++ b/ld/testsuite/ld-mmix/spec807.d @@ -19,7 +19,7 @@ Idx Name Size VMA LMA File off Algn Contents of section \.text: 0000 e3fd0001 .* Contents of section \.data: - 0000 00112233 .* + 2000000000000000 00112233 .* Contents of section \.MMIX\.spec_data\.80: 0000 00000002 61616161 61616161 00000011 .* 0010 00000000 0000000c 00000000 .* diff --git a/ld/testsuite/ld-mmix/spec808.d b/ld/testsuite/ld-mmix/spec808.d index fb2ccd1..e1d6784 100644 --- a/ld/testsuite/ld-mmix/spec808.d +++ b/ld/testsuite/ld-mmix/spec808.d @@ -19,7 +19,7 @@ Idx Name Size VMA LMA File off Algn Contents of section \.text: 0000 e3fd0001 .* Contents of section \.data: - 0000 00112233 .* + 2000000000000000 00112233 .* Contents of section \.MMIX\.spec_data\.80: 0000 00000002 61616161 61616161 00000011 .* 0010 0000ff00 00000000 000000ff 00000000 .* |