* values.c (unpack_long): Remove obsolete comment about using a
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 8 Apr 1994 22:30:55 +0000 (22:30 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 8 Apr 1994 22:30:55 +0000 (22:30 +0000)
switch statement.

gdb/ChangeLog
gdb/values.c

index f6c0899f3aa7781ef132d1601975b544b2a80ab9..df31141c3751f58361f39c8ec75cc193f451146b 100644 (file)
@@ -1,5 +1,8 @@
 Fri Apr  8 14:53:35 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
 
+       * values.c (unpack_long): Remove obsolete comment about using a
+       switch statement.
+
        * symfile.c (symbol_file_command): Add comments about command syntax.
 
 Thu Apr  7 17:25:21 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
index 6e42051dbf72c449795eb02fb113e781fa2f20a9..0ea9c4ad95e04200508c4f8ac410dd61d44fac10 100644 (file)
@@ -598,9 +598,6 @@ value_as_pointer (val)
    to member which reaches here is considered to be equivalent
    to an INT (or some size).  After all, it is only an offset.  */
 
-/* FIXME:  This should be rewritten as a switch statement for speed and
-   ease of comprehension.  */
-
 LONGEST
 unpack_long (type, valaddr)
      struct type *type;
This page took 0.025466 seconds and 4 git commands to generate.