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

[binutils-gdb] Updated to accept .debug_* sections


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=209ce4c2de420e5d55649eecdcb3e8a837fa546f

commit 209ce4c2de420e5d55649eecdcb3e8a837fa546f
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Jul 10 08:41:10 2015 -0700

    Updated to accept .debug_* sections
    
    	* gas/i386/dw2-compress-1.d: Updated to accept .debug_* sections.

Diff:
---
 gas/testsuite/ChangeLog                 | 4 ++++
 gas/testsuite/gas/i386/dw2-compress-1.d | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 57d3662..eadb116 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* gas/i386/dw2-compress-1.d: Updated to accept .debug_* sections.
+
 2015-07-08  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
 
 	* gas/avr/pc-relative-reloc.d: New test for 32 bit pc relative reloc.
diff --git a/gas/testsuite/gas/i386/dw2-compress-1.d b/gas/testsuite/gas/i386/dw2-compress-1.d
index da0c2b8..ceebb3f 100644
--- a/gas/testsuite/gas/i386/dw2-compress-1.d
+++ b/gas/testsuite/gas/i386/dw2-compress-1.d
@@ -2,7 +2,7 @@
 #readelf: -w
 #name: DWARF2 debugging information 1
 
-Contents of the .*debug_info section:
+Contents of the .z?debug_info section:
 
   Compilation Unit @ offset 0x0:
    Length:        0x4e \(32-bit\)
@@ -58,7 +58,7 @@ Contents of the .debug_abbrev section:
     DW_AT_encoding     DW_FORM_data1
     DW_AT value: 0     DW_FORM value: 0
 
-Raw dump of debug contents of section .zdebug_line:
+Raw dump of debug contents of section .z?debug_line:
 
   Offset:                      0x0
   Length:                      62


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