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]

Re: [commit] Fix set $ev0.vec_f[0] = 1


PS: Elena's e500 tests, that I just posted, tickle this bug.


This patch is the same as the unreviewed pending/973 from Klee, by the way. He also fixed a related comment; should that go in too?

Ah, I've checked this in.


Andrew

2003-03-30 Andrew Cagney <cagney at redhat dot com>

        2002-11-10 Klee Dienes <kdienes at apple dot com>
        * value.h (struct value): Update comment.

 --- value.h    2002/10/15 03:32:35     1.20
+++ value.h    2002/11/10 22:40:39
@@ -127,9 +127,7 @@
         list.  */
      struct value *next;

-    /* Register number if the value is from a register.  Is not kept
-       if you take a field of a structure that is stored in a
-       register.  Shouldn't it be?  */
+    /* Register number if the value is from a register.  */
      short regno;
      /* If zero, contents of this value are in the contents field.
         If nonzero, contents are in inferior memory at address



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