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=be0496857f9f11559681ebaafd3462ebc8df351d

commit be0496857f9f11559681ebaafd3462ebc8df351d
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Jul 10 08:14:59 2015 -0700

    Updated to accept .debug_* sections
    
    	* binutils-all/dw2-3.W: Updated to accept .debug_* sections.

Diff:
---
 binutils/testsuite/ChangeLog            | 4 ++++
 binutils/testsuite/binutils-all/dw2-3.W | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index a572d42..ebc35c3 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* binutils-all/dw2-3.W: Updated to accept .debug_* sections.
+
 2015-05-20  Ed Maste  <emaste@freebsd.org>
 
 	* lib/binutils-common.exp (is_elf_format): Include *-*-freebsd* except
diff --git a/binutils/testsuite/binutils-all/dw2-3.W b/binutils/testsuite/binutils-all/dw2-3.W
index 4e97a1c..08a7f35 100644
--- a/binutils/testsuite/binutils-all/dw2-3.W
+++ b/binutils/testsuite/binutils-all/dw2-3.W
@@ -1,7 +1,7 @@
 
 .*: +file format .*
 
-Contents of the .zdebug_info section:
+Contents of the .z?debug_info section:
 
   Compilation Unit @ offset 0x0:
    Length:        0x5e \(32-bit\)
@@ -56,7 +56,7 @@ Contents of the .zdebug_info section:
     <9b>   DW_AT_const_value : 2
  <1><9c>: Abbrev Number: 0
 
-Contents of the .zdebug_abbrev section:
+Contents of the .z?debug_abbrev section:
 
   Number TAG \(0x0\)
    1      DW_TAG_compile_unit    \[has children\]


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