This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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/users/hjl/linux/master] gdb.cp/nsalias.exp: Fix output of external/declaration flags.


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

commit cc73dbcc08beb2e965deecbfda27a6d8302bffd3
Author: Doug Evans <xdje42@gmail.com>
Date:   Fri Jan 2 22:00:57 2015 -0800

    gdb.cp/nsalias.exp: Fix output of external/declaration flags.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.cp/nsalias.exp: Fix output of external/declaration flags.

Diff:
---
 gdb/testsuite/ChangeLog          |  4 ++++
 gdb/testsuite/gdb.cp/nsalias.exp | 12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index eebef25..ad264fe 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-02  Doug Evans  <xdje42@gmail.com>
+
+	* gdb.cp/nsalias.exp: Fix output of external/declaration flags.
+
 2015-01-02  Doug Evans  <dje@google.com>
 
 	* gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
diff --git a/gdb/testsuite/gdb.cp/nsalias.exp b/gdb/testsuite/gdb.cp/nsalias.exp
index 63b52d2..93a0772 100644
--- a/gdb/testsuite/gdb.cp/nsalias.exp
+++ b/gdb/testsuite/gdb.cp/nsalias.exp
@@ -90,8 +90,8 @@ Dwarf::assemble $asm_file {
 
 			im_foo_label: DW_TAG_subprogram {
 			    {name foo}
-			    {external 1}
-			    {declaration 1}
+			    {external 1 flag_present}
+			    {declaration 1 flag_present}
 			}
 		    }
 
@@ -108,8 +108,8 @@ Dwarf::assemble $asm_file {
 
 		    i_foo_label: subprogram {
 			{name foo}
-			{external 1}
-			{declaration 1}
+			{external 1 flag_present}
+			{declaration 1 flag_present}
 		    }
 		}
 
@@ -126,8 +126,8 @@ Dwarf::assemble $asm_file {
 
 		o_foo_label: subprogram {
 		    {name foo}
-		    {external 1}
-		    {declaration 1}
+		    {external 1 flag_present}
+		    {declaration 1 flag_present}
 		}
 	    }


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