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] Fixup comments oops in last commit.


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

commit 65808c966405fdc5ac770bfede9b3d5e0614dc81
Author: Andrew Stubbs <ams@codesourcery.com>
Date:   Mon Oct 19 11:21:52 2015 +0100

    Fixup comments oops in last commit.

Diff:
---
 gdb/testsuite/gdb.cp/inherit.exp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gdb/testsuite/gdb.cp/inherit.exp b/gdb/testsuite/gdb.cp/inherit.exp
index d269a3b..332f64f 100644
--- a/gdb/testsuite/gdb.cp/inherit.exp
+++ b/gdb/testsuite/gdb.cp/inherit.exp
@@ -527,7 +527,7 @@ proc test_print_svi_classes { } {
 	-re "$vhn = \{<vA> = \{va = 3, vx = 4\}, $re_vbptr_3 = ${hex}( <\[^>]*>)?, vb = 5, vx = 6\}$nl$gdb_prompt $" {
 	    # gcc HEAD 2015?+
 	    # the vptr is set to the address *after* the vtable,
-	    # so the # symbol shown is unpredictable
+	    # so the # symbol shown is unpredictable.
 	    pass "$name (symbols ignored)"
 	}
     }
@@ -561,7 +561,7 @@ proc test_print_svi_classes { } {
 	-re "$vhn = \{<vA> = \{va = 7, vx = 8\}, $re_vbptr_3 = ${hex}( <\[^>]*>)?, vc = 9, vx = 10\}$nl$gdb_prompt $" {
 	    # gcc HEAD 2015?+
 	    # the vptr is set to the address *after* the vtable,
-	    # so the symbol shown is unpredictable
+	    # so the symbol shown is unpredictable.
 	    pass "$name (symbols ignored)"
 	}
     }
@@ -638,7 +638,7 @@ proc test_print_mvi_classes { } {
 	-re "$vhn = \{<vB> = \{<vA> = \{va = 19, vx = 20\}, $re_vbptr_3_vB = ${hex}( <\[^>]*>)?, vb = 21, vx = 22\}, <vC> = \{$re_vbptr_3_vC = ${hex}( <\[^>]*>)?, vc = 23, vx = 24\}, $re_vbptr_3_vD = ${hex}( <\[^>]*>)?, vd = 25, vx = 26\}$nl$gdb_prompt $" {
 	    # gcc HEAD 2015?+
 	    # the vptr is set to the address *after* the vtable,
-	    # so the symbol shown is unpredictable
+	    # so the symbol shown is unpredictable.
 	    pass "$name (symbols ignored)"
 	}
     }
@@ -671,7 +671,7 @@ proc test_print_mvi_classes { } {
 	-re "$vhn = \{<vD> = \{<vB> = \{<vA> = \{va = 0, vx = 0\}, $re_vbptr_3_vB = ${hex}( <\[^>]*>)?, vb = 0, vx = 0\}, <vC> = \{$re_vbptr_3_vC = ${hex}( <\[^>]*>)?, vc = 0, vx = 0\}, $re_vbptr_3_vD = ${hex}( <\[^>]*>)?, vd = 0, vx = 0\}, $re_vbptr_3_vE = ${hex}( <\[^>]*>)?, ve = 27, vx = 28\}$nl$gdb_prompt $" {
 	    # gcc HEAD 2015?+
 	    # the vptr is set to the address *after* the vtable,
-	    # so the symbol shown is unpredictable
+	    # so the symbol shown is unpredictable.
 	    pass "$name (symbols ignored)"
 	}
     }


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