diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-19 16:43:19 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-19 16:43:19 +0000 |
commit | b2ce2854973e9001fdd9bd7a6779b90ac3407a91 (patch) | |
tree | fd9cb027a861b1176538de9542075a5c72362404 | |
parent | 1e600082dbdf7b05aec0854d9f990e3f5f174c97 (diff) | |
download | gdb-b2ce2854973e9001fdd9bd7a6779b90ac3407a91.zip gdb-b2ce2854973e9001fdd9bd7a6779b90ac3407a91.tar.gz gdb-b2ce2854973e9001fdd9bd7a6779b90ac3407a91.tar.bz2 |
2004-02-19 Elena Zannoni <ezannoni@redhat.com>
* gdb.base/nodebug.exp: Fix typo.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/nodebug.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b258e95..414d05a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-02-19 Elena Zannoni <ezannoni@redhat.com> + + * gdb.base/nodebug.exp: Fix typo. + 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> Committed by Jim Blandy <jimb@redhat.com>. diff --git a/gdb/testsuite/gdb.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp index fc96074..ba1fbe8 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*" } |