From b2ce2854973e9001fdd9bd7a6779b90ac3407a91 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Thu, 19 Feb 2004 16:43:19 +0000 Subject: [PATCH] 2004-02-19 Elena Zannoni * gdb.base/nodebug.exp: Fix typo. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/nodebug.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b258e9537c..414d05a917 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-02-19 Elena Zannoni + + * gdb.base/nodebug.exp: Fix typo. + 2004-02-17 Ulrich Weigand Committed by Jim Blandy . diff --git a/gdb/testsuite/gdb.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp index fc96074d8d..ba1fbe86cc 100644 --- a/gdb/testsuite/gdb.base/nodebug.exp +++ b/gdb/testsuite/gdb.base/nodebug.exp @@ -65,7 +65,7 @@ if [runto inner] then { # even without -g, which should be accepted. # Irix5, even though it is ELF, counts as "ecoff" because it # encapsulates ecoff debugging info in a .mdebug section. - # Irix6 gcc omits no debug info at all for static functions and + # Irix6 gcc emits no debug info at all for static functions and # variables, so all tests involving statics fail. if {!$gcc_compiled} then { setup_xfail "mips-sgi-irix5*" "mips-sgi-irix6*" }