* findvar.c (value_from_register): Doc fix.
authorJim Blandy <jimb@codesourcery.com>
Wed, 18 Feb 2004 04:26:09 +0000 (04:26 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 18 Feb 2004 04:26:09 +0000 (04:26 +0000)
gdb/ChangeLog
gdb/findvar.c

index df32cf3..158cfa5 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-17  Jim Blandy  <jimb@redhat.com>
+
+       * findvar.c (value_from_register): Doc fix.
+
 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
 
        Committed by Jim Blandy  <jimb@redhat.com>.
index 157a2db..3cb40b2 100644 (file)
@@ -628,7 +628,7 @@ value_from_register (struct type *type, int regnum, struct frame_info *frame)
 
          Zero-length types can legitimately arise from declarations
          like 'struct {}'.  GDB may also create them when it finds
-         bogus debugging information; for example, in GCC 2.94.4 and
+         bogus debugging information; for example, in GCC 2.95.4 and
          binutils 2.11.93.0.2, the STABS BINCL->EXCL compression
          process can create bad type numbers.  GDB reads these as
          TYPE_CODE_UNDEF types, with zero length.  (That bug is