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: Tweak ld-mmix testsuite for objcump "Contents of..."change.


Adjustments for somewhat-recent objdump change.  Not that I know
why .sbss (completely unused for this port) is marked with
HAS_CONTENTS while .bss isn't.  Shamefully, I'm going to ignore
that wart, at least for now; the purpose of these tests isn't
about generic ELF semantics anyway.  BTW, these tests were all
pure-ELF linkage (i.e. not to mmo as is the default for this
port).

	* ld-mmix/bpo-9.d, ld-mmix/bpo-10.d, ld-mmix/bpo-11.d: Adjust for
	recent objdump "Contents of ..." change.

Index: bpo-9.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/bpo-9.d,v
retrieving revision 1.2
diff -p -c -r1.2 bpo-9.d
*** bpo-9.d	19 Mar 2002 22:48:14 -0000	1.2
--- bpo-9.d	6 Aug 2003 00:13:45 -0000
*************** Contents of section \.init:
*** 28,33 ****
  Contents of section \.text:
   0010 232dfe00 232dfd00                    .*
  Contents of section \.sbss:
- Contents of section \.bss:
  Contents of section \.MMIX\.reg_contents:
   07e8 00000000 0000107c 00000000 0000a420  .*
--- 28,32 ----
Index: bpo-11.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/bpo-11.d,v
retrieving revision 1.3
diff -p -c -r1.3 bpo-11.d
*** bpo-11.d	31 Aug 2002 17:23:58 -0000	1.3
--- bpo-11.d	6 Aug 2003 00:13:45 -0000
*************** Contents of section \.init:
*** 33,38 ****
  Contents of section \.text:
   0010 232dfe00 232dfd00                    .*
  Contents of section \.sbss:
- Contents of section \.bss:
  Contents of section \.MMIX\.reg_contents:
   07e8 00000000 0000107c 00000000 0000a420  .*
--- 33,37 ----
Index: bpo-10.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/bpo-10.d,v
retrieving revision 1.3
diff -p -c -r1.3 bpo-10.d
*** bpo-10.d	31 Aug 2002 17:23:58 -0000	1.3
--- bpo-10.d	6 Aug 2003 00:13:45 -0000
*************** Contents of section \.init:
*** 28,32 ****
   0000 e37704a6                             .*
  Contents of section \.text:
  Contents of section \.sbss:
- Contents of section \.bss:
  Contents of section \.MMIX\.reg_contents:
--- 28,31 ----

brgds, H-P


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