This is the mail archive of the binutils@sourceware.org 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]

PATCH: Allow .zdebug in section name in ILP32 tests.


Hi,

I checked in this patch to allow .zdebug in section name in ILP32 tests.

H.J.
----
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/testsuite/ChangeLog,v
retrieving revision 1.1825
diff -u -p -r1.1825 ChangeLog
--- ChangeLog	1 Jan 2011 16:44:48 -0000	1.1825
+++ ChangeLog	1 Jan 2011 19:27:06 -0000
@@ -1,3 +1,9 @@
+2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* gas/i386/ilp32/lns/lns-common-1.d: Also expect .zdebug in
+	section name.
+	* gas/i386/ilp32/lns/lns-duplicate.d: Likewise.
+
 For older changes see ChangeLog-2010
 
 Local Variables:
Index: gas/i386/ilp32/lns/lns-common-1.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/ilp32/lns/lns-common-1.d,v
retrieving revision 1.1
diff -u -p -r1.1 lns-common-1.d
--- gas/i386/ilp32/lns/lns-common-1.d	31 Dec 2010 00:33:35 -0000	1.1
+++ gas/i386/ilp32/lns/lns-common-1.d	1 Jan 2011 19:27:06 -0000
@@ -1,7 +1,7 @@
 #source: ../../../lns/lns-common-1.s
 #readelf: -wl
 #name: lns-common-1
-Raw dump of debug contents of section \.debug_line:
+Raw dump of debug contents of section \.z?debug_line:
 #...
   Initial value of 'is_stmt':  1
 #...
Index: gas/i386/ilp32/lns/lns-duplicate.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/ilp32/lns/lns-duplicate.d,v
retrieving revision 1.1
diff -u -p -r1.1 lns-duplicate.d
--- gas/i386/ilp32/lns/lns-duplicate.d	31 Dec 2010 00:33:35 -0000	1.1
+++ gas/i386/ilp32/lns/lns-duplicate.d	1 Jan 2011 19:27:06 -0000
@@ -1,7 +1,7 @@
 #source: ../../../lns/lns-duplicate.s
 #readelf: -wl
 #name: lns-duplicate
-Raw dump of debug contents of section \.debug_line:
+Raw dump of debug contents of section \.z?debug_line:
 #...
  Line Number Statements:
   Extended opcode 2: set Address to .*


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