This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Committed, ld-mmix: Fix failures due to change in objdump output.


(Plus one change in ld section ordering, which seems sane with no change
to the actual linkage.)

I haven't checked binutils tests for a while, and of course there's
regression.  This fixes the ld-mmix subdir.  Committed to 2.14-branch too.

Speaking of ld failures for mmix-knuth-mmixware, I also see
FAIL: NOCROSSREFS 1
FAIL: NOCROSSREFS 2
...
FAIL: selective4
FAIL: selective5
Internal errors, SEGV and one "missing start" (selective5).  Looks like a
bug or two.  Will investigate.

	* 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.

Index: ld-mmix/b-fixo2.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/b-fixo2.d,v
retrieving revision 1.2
diff -p -c -r1.2 b-fixo2.d
*** ld-mmix/b-fixo2.d	31 Oct 2001 05:42:51 -0000	1.2
--- ld-mmix/b-fixo2.d	12 May 2003 05:00:25 -0000
*************** SYMBOL TABLE:
*** 24,27 ****
  Contents of section \.text:
   0000 e3fd0001 e3fd0004                    .*
  Contents of section \.data:
!  10aa5564 00000008                             .*
--- 24,27 ----
  Contents of section \.text:
   0000 e3fd0001 e3fd0004                    .*
  Contents of section \.data:
!  2068098510aa5564 00000008                             .*
Index: ld-mmix/bpo-18.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/bpo-18.d,v
retrieving revision 1.2
diff -p -c -r1.2 bpo-18.d
*** ld-mmix/bpo-18.d	19 Mar 2002 22:48:13 -0000	1.2
--- ld-mmix/bpo-18.d	12 May 2003 05:00:25 -0000
*************** SYMBOL TABLE:
*** 28,34 ****
  Contents of section \.text:
   0100 232dfc00 232dfd00                    .*
  Contents of section \.text\.away:
!  1060 e3fd0001 232afe1e 2321fe00           .*
  Contents of section \.MMIX\.reg_contents:
   07e0 00000000 00001168 00000000 0000a514  .*
   07f0 40000000 00001070                    .*
--- 28,34 ----
  Contents of section \.text:
   0100 232dfc00 232dfd00                    .*
  Contents of section \.text\.away:
!  4000000000001060 e3fd0001 232afe1e 2321fe00           .*
  Contents of section \.MMIX\.reg_contents:
   07e0 00000000 00001168 00000000 0000a514  .*
   07f0 40000000 00001070                    .*
Index: ld-mmix/bpo-18m.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/bpo-18m.d,v
retrieving revision 1.1
diff -p -c -r1.1 bpo-18m.d
*** ld-mmix/bpo-18m.d	4 Feb 2002 04:38:53 -0000	1.1
--- ld-mmix/bpo-18m.d	12 May 2003 05:00:25 -0000
*************** SYMBOL TABLE:
*** 19,25 ****
  Contents of section \.text:
   0100 232dfc00 232dfd00                    .*
  Contents of section \.text\.away:
!  1060 e3fd0001 232afe1e 2321fe00           .*
  Contents of section \.MMIX\.reg_contents:
   07e0 00000000 00001168 00000000 0000a514  .*
   07f0 40000000 00001070                    .*
--- 19,25 ----
  Contents of section \.text:
   0100 232dfc00 232dfd00                    .*
  Contents of section \.text\.away:
!  4000000000001060 e3fd0001 232afe1e 2321fe00           .*
  Contents of section \.MMIX\.reg_contents:
   07e0 00000000 00001168 00000000 0000a514  .*
   07f0 40000000 00001070                    .*
Index: ld-mmix/loc4.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/loc4.d,v
retrieving revision 1.3
diff -p -c -r1.3 loc4.d
*** ld-mmix/loc4.d	19 Mar 2002 22:48:14 -0000	1.3
--- ld-mmix/loc4.d	12 May 2003 05:00:25 -0000
*************** SYMBOL TABLE:
*** 30,34 ****
  Contents of section \.text:
   1000 fd030303 e3fd0001                    .*
  Contents of section \.data:
!  0000 00000000 00001030                    .*
  Contents of section \.sbss:
--- 30,34 ----
  Contents of section \.text:
   1000 fd030303 e3fd0001                    .*
  Contents of section \.data:
!  2000000000000000 00000000 00001030                    .*
  Contents of section \.sbss:
Index: ld-mmix/loc4m.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/loc4m.d,v
retrieving revision 1.2
diff -p -c -r1.2 loc4m.d
*** ld-mmix/loc4m.d	31 Oct 2001 05:42:51 -0000	1.2
--- ld-mmix/loc4m.d	12 May 2003 05:00:25 -0000
*************** SYMBOL TABLE:
*** 14,17 ****
  Contents of section \.text:
   1000 fd030303 e3fd0001                    .*
  Contents of section \.data:
!  0004 00001030                             .*
--- 14,17 ----
  Contents of section \.text:
   1000 fd030303 e3fd0001                    .*
  Contents of section \.data:
!  2000000000000004 00001030                             .*
Index: ld-mmix/loc6.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/loc6.d,v
retrieving revision 1.2
diff -p -c -r1.2 loc6.d
*** ld-mmix/loc6.d	19 Mar 2002 22:48:14 -0000	1.2
--- ld-mmix/loc6.d	12 May 2003 05:00:25 -0000
*************** SYMBOL TABLE:
*** 26,30 ****
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  0200 00000004 00000005 00000006           .*
  Contents of section \.sbss:
--- 26,30 ----
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000200 00000004 00000005 00000006           .*
  Contents of section \.sbss:
Index: ld-mmix/loc6m.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/loc6m.d,v
retrieving revision 1.2
diff -p -c -r1.2 loc6m.d
*** ld-mmix/loc6m.d	31 Oct 2001 05:42:51 -0000	1.2
--- ld-mmix/loc6m.d	12 May 2003 05:00:25 -0000
*************** SYMBOL TABLE:
*** 15,18 ****
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  0200 00000004 00000005 00000006           .*
--- 15,18 ----
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000200 00000004 00000005 00000006           .*
Index: ld-mmix/locdo-1.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/locdo-1.d,v
retrieving revision 1.3
diff -p -c -r1.3 locdo-1.d
*** ld-mmix/locdo-1.d	19 Mar 2002 22:48:14 -0000	1.3
--- ld-mmix/locdo-1.d	12 May 2003 05:00:25 -0000
*************** SYMBOL TABLE:
*** 25,29 ****
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  0008 20000000 00000008                    .*
  Contents of section \.sbss:
--- 25,29 ----
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000008 20000000 00000008                    .*
  Contents of section \.sbss:
Index: ld-mmix/sec-1.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/sec-1.d,v
retrieving revision 1.2
diff -p -c -r1.2 sec-1.d
*** ld-mmix/sec-1.d	19 Jul 2002 03:30:13 -0000	1.2
--- ld-mmix/sec-1.d	12 May 2003 05:00:25 -0000
*************** Sections:
*** 10,32 ****
  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
                    CONTENTS, ALLOC, LOAD, READONLY, CODE
    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 anothersec:
!  0000 0000000a 00000009 00000008 00000007  .*
!  0010 252729                               .*
  Contents of section thirdsec:
   0000 00030d41 000186a2 2628               .*
--- 10,32 ----
  Idx Name          Size      VMA               LMA               File off  Algn
    0 \.text         0+4  0+  0+  0+  2\*\*2
                    CONTENTS, ALLOC, LOAD, CODE
!   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 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:
!  2000000000000000 0000000a 00000009 00000008 00000007  .*
!  2000000000000010 252729                               .*
  Contents of section thirdsec:
   0000 00030d41 000186a2 2628               .*
Index: ld-mmix/sec-2.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/sec-2.d,v
retrieving revision 1.1
diff -p -c -r1.1 sec-2.d
*** ld-mmix/sec-2.d	30 Oct 2001 15:20:14 -0000	1.1
--- ld-mmix/sec-2.d	12 May 2003 05:00:25 -0000
*************** Idx Name          Size      VMA
*** 17,26 ****
  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  .*
  Contents of section \.data:
!  0004 0000012c                             .*
--- 17,26 ----
  Contents of section \.text:
   0100 e3fd0001                             .*
  Contents of section \.other:
!  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:
!  2000000000000004 0000012c                             .*
Index: ld-mmix/sec-3.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/sec-3.d,v
retrieving revision 1.2
diff -p -c -r1.2 sec-3.d
*** ld-mmix/sec-3.d	19 Jul 2002 03:30:13 -0000	1.2
--- ld-mmix/sec-3.d	12 May 2003 05:00:25 -0000
*************** Contents of section secname:
*** 28,36 ****
  Contents of section \.a\.fourth\.section:
   0020 00000000 0087a238 00000000 302a55a8  .*
  Contents of section \.data:
!  0004 0000002c                             .*
  Contents of section anothersec:
!  0008 0000000a 00000009 00000008 00000007  .*
!  0018 252729                               .*
  Contents of section thirdsec:
!  001c 00030d41 000186a2 2628               .*
--- 28,36 ----
  Contents of section \.a\.fourth\.section:
   0020 00000000 0087a238 00000000 302a55a8  .*
  Contents of section \.data:
!  2000000000000004 0000002c                             .*
  Contents of section anothersec:
!  2000000000000008 0000000a 00000009 00000008 00000007  .*
!  2000000000000018 252729                               .*
  Contents of section thirdsec:
!  200000000000001c 00030d41 000186a2 2628               .*
Index: ld-mmix/sec-4.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/sec-4.d,v
retrieving revision 1.1
diff -p -c -r1.1 sec-4.d
*** ld-mmix/sec-4.d	30 Oct 2001 15:20:14 -0000	1.1
--- ld-mmix/sec-4.d	12 May 2003 05:00:25 -0000
*************** Idx Name          Size      VMA
*** 17,22 ****
  Contents of section \.text:
   0100 e3fd0001                             .*
  Contents of section \.data:
!  0004 0000012c                             .*
  Contents of section \.other:
!  0000 0000000c 00000022 00000001           .*
--- 17,22 ----
  Contents of section \.text:
   0100 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000004 0000012c                             .*
  Contents of section \.other:
!  1000000000000000 0000000c 00000022 00000001           .*
Index: ld-mmix/sec-5.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/sec-5.d,v
retrieving revision 1.2
diff -p -c -r1.2 sec-5.d
*** ld-mmix/sec-5.d	11 Nov 2001 11:47:37 -0000	1.2
--- ld-mmix/sec-5.d	12 May 2003 05:00:25 -0000
*************** Idx Name          Size      VMA
*** 18,21 ****
    1 \.MMIX\.sec\.0   0+4  1000000000000000  1000000000000000  0+  2\*\*2
                    CONTENTS, ALLOC, LOAD
  Contents of section \.MMIX\.sec\.0:
!  0000 e3fd0001                             .*
--- 18,21 ----
    1 \.MMIX\.sec\.0   0+4  1000000000000000  1000000000000000  0+  2\*\*2
                    CONTENTS, ALLOC, LOAD
  Contents of section \.MMIX\.sec\.0:
!  1000000000000000 e3fd0001                             .*
Index: ld-mmix/sec-7m.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/sec-7m.d,v
retrieving revision 1.2
diff -p -c -r1.2 sec-7m.d
*** ld-mmix/sec-7m.d	31 Aug 2002 17:23:58 -0000	1.2
--- ld-mmix/sec-7m.d	12 May 2003 05:00:25 -0000
*************** Idx Name[ ]+Size[ ]+VMA[ ]+LMA[ ]+File o
*** 25,38 ****
  Contents of section \.text:
   0000 e3fd0001[ ]+.*
  Contents of section \.di:
!  0000 2a000000 00000000 00000000 00000000  .*
  #...
!  7ff0 00000000 00000000 00000000 2b2c0000  .*
  #...
!  fff0 00000000 00000000 00002d2e 00000000  .*
  #...
!  17ff0 00000000 00000000 002f3000 00000000  .*
  #...
!  1fff0 00000000 00000000 00313200 00000000  .*
  #...
!  27ff0 00000000 00000000 000033[ ]+.*
--- 25,38 ----
  Contents of section \.text:
   0000 e3fd0001[ ]+.*
  Contents of section \.di:
!  2000000000000000 2a000000 00000000 00000000 00000000  .*
  #...
!  2000000000007ff0 00000000 00000000 00000000 2b2c0000  .*
  #...
!  200000000000fff0 00000000 00000000 00002d2e 00000000  .*
  #...
!  2000000000017ff0 00000000 00000000 002f3000 00000000  .*
  #...
!  200000000001fff0 00000000 00000000 00313200 00000000  .*
  #...
!  2000000000027ff0 00000000 00000000 000033[ ]+.*
Index: ld-mmix/sec-8m.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/sec-8m.d,v
retrieving revision 1.1
diff -p -c -r1.1 sec-8m.d
*** ld-mmix/sec-8m.d	29 Jun 2002 21:33:28 -0000	1.1
--- ld-mmix/sec-8m.d	12 May 2003 05:00:25 -0000
***************
*** 18,28 ****
  .*:     file format mmo

  Contents of section \.text:
!  0000 e3fd0001 2a000000 00000000 00000000  .*
  #...
!  7ff0 00000000 00000000 00000000 2b2c0000  .*
  #...
!  fff0 00000000 00000000 00002d00 00000000  .*
   10000 00000000 00000000 0000002e 2f303132  .*
   10010 33000000 00000000 00000000 00000000  .*
   10020 00300000 00000000 00000000 00000000  .*
--- 18,28 ----
  .*:     file format mmo

  Contents of section \.text:
!  00000 e3fd0001 2a000000 00000000 00000000  .*
  #...
!  07ff0 00000000 00000000 00000000 2b2c0000  .*
  #...
!  0fff0 00000000 00000000 00002d00 00000000  .*
   10000 00000000 00000000 0000002e 2f303132  .*
   10010 33000000 00000000 00000000 00000000  .*
   10020 00300000 00000000 00000000 00000000  .*
Index: ld-mmix/spec802.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/spec802.d,v
retrieving revision 1.1
diff -p -c -r1.1 spec802.d
*** ld-mmix/spec802.d	30 Oct 2001 15:20:14 -0000	1.1
--- ld-mmix/spec802.d	12 May 2003 05:00:25 -0000
*************** Idx Name          Size      VMA
*** 19,24 ****
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  0000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000004                             .*
--- 19,24 ----
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000004                             .*
Index: ld-mmix/spec803.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/spec803.d,v
retrieving revision 1.1
diff -p -c -r1.1 spec803.d
*** ld-mmix/spec803.d	30 Oct 2001 15:20:14 -0000	1.1
--- ld-mmix/spec803.d	12 May 2003 05:00:25 -0000
*************** Idx Name          Size      VMA
*** 19,24 ****
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  0000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 98616161           .*
--- 19,24 ----
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 98616161           .*
Index: ld-mmix/spec804.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/spec804.d,v
retrieving revision 1.1
diff -p -c -r1.1 spec804.d
*** ld-mmix/spec804.d	30 Oct 2001 15:20:14 -0000	1.1
--- ld-mmix/spec804.d	12 May 2003 05:00:25 -0000
*************** Idx Name          Size      VMA
*** 19,24 ****
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  0000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 61616161 00000011  .*
--- 19,24 ----
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 61616161 00000011  .*
Index: ld-mmix/spec805.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/spec805.d,v
retrieving revision 1.1
diff -p -c -r1.1 spec805.d
*** ld-mmix/spec805.d	30 Oct 2001 15:20:14 -0000	1.1
--- ld-mmix/spec805.d	12 May 2003 05:00:25 -0000
*************** Idx Name          Size      VMA
*** 19,25 ****
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  0000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 61616161 00000011  .*
   0010 00000000                             .*
--- 19,25 ----
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 61616161 00000011  .*
   0010 00000000                             .*
Index: ld-mmix/spec806.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/spec806.d,v
retrieving revision 1.1
diff -p -c -r1.1 spec806.d
*** ld-mmix/spec806.d	30 Oct 2001 15:20:14 -0000	1.1
--- ld-mmix/spec806.d	12 May 2003 05:00:25 -0000
*************** Idx Name          Size      VMA
*** 19,25 ****
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  0000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 61616161 00000011  .*
   0010 00000000 0000000c                    .*
--- 19,25 ----
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 61616161 00000011  .*
   0010 00000000 0000000c                    .*
Index: ld-mmix/spec807.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/spec807.d,v
retrieving revision 1.1
diff -p -c -r1.1 spec807.d
*** ld-mmix/spec807.d	30 Oct 2001 15:20:14 -0000	1.1
--- ld-mmix/spec807.d	12 May 2003 05:00:25 -0000
*************** Idx Name          Size      VMA
*** 19,25 ****
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  0000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 61616161 00000011  .*
   0010 00000000 0000000c 00000000           .*
--- 19,25 ----
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 61616161 00000011  .*
   0010 00000000 0000000c 00000000           .*
Index: ld-mmix/spec808.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/spec808.d,v
retrieving revision 1.1
diff -p -c -r1.1 spec808.d
*** ld-mmix/spec808.d	30 Oct 2001 15:20:14 -0000	1.1
--- ld-mmix/spec808.d	12 May 2003 05:00:25 -0000
*************** Idx Name          Size      VMA
*** 19,25 ****
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  0000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 61616161 00000011  .*
   0010 0000ff00 00000000 000000ff 00000000  .*
--- 19,25 ----
  Contents of section \.text:
   0000 e3fd0001                             .*
  Contents of section \.data:
!  2000000000000000 00112233                             .*
  Contents of section \.MMIX\.spec_data\.80:
   0000 00000002 61616161 61616161 00000011  .*
   0010 0000ff00 00000000 000000ff 00000000  .*

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]