This is the mail archive of the gdb-patches@sources.redhat.com 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]

[PATCH/ob] typo in nodebug.exp


I noticed this wile reading an old thread.

elena

2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
 
        * gdb.base/nodebug.exp: Fix typo.
 

Index: nodebug.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/nodebug.exp,v
retrieving revision 1.3
diff -u -p -r1.3 nodebug.exp
--- nodebug.exp 6 Jan 2004 19:05:14 -0000       1.3
+++ nodebug.exp 19 Feb 2004 16:40:31 -0000
@@ -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*"
}



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