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]

Update on relax testsuite


I checkd in this patch so that we can check all sections.


H.J.
---
2001-03-30  H.J. Lu  <hjl@gnu.org>

	* gas/i386/relax.d: Dump with -s instead of -drw.

Index: gas/i386/relax.d
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/i386/relax.d,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 relax.d
--- gas/i386/relax.d	2001/03/30 01:36:41	1.1.1.1
+++ gas/i386/relax.d	2001/03/30 17:48:36
@@ -1,10 +1,11 @@
 #name: i386 relax
-#objdump: -drw
+#objdump: -s
 
 .*: +file format .*i386.*
 
-Disassembly of section .text:
-Disassembly of section .gnu.linkonce.t.blah:
-
-0+000 <.gnu.linkonce.t.blah>:
-   0:	eb 00 [ 	]*jmp    0x2
+Contents of section .text:
+Contents of section .data:
+Contents of section .gcc_except_table:
+ 0+000 02[ 	]*.[ 	]*
+Contents of section .gnu.linkonce.t.blah:
+ 0+000 eb00[ 	]+..[ 	]*


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