From 2002-08-01 david carlton <carlton@math.stanford.edu>:
authorAndrew Cagney <cagney@redhat.com>
Sun, 4 Aug 2002 19:11:12 +0000 (19:11 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 4 Aug 2002 19:11:12 +0000 (19:11 +0000)
* hpread.c (hpread_read_struct_type): Deleted superfluous setting
of FIELD_BITSIZE.

gdb/ChangeLog
gdb/hpread.c

index df387926b7438019cf17e35b32266a7b626d2c92..4d295f9d2f449d5dd40a3d607e52770c913072a0 100644 (file)
@@ -1,3 +1,9 @@
+2002-08-04  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2002-08-01 david carlton <carlton@math.stanford.edu>:
+       * hpread.c (hpread_read_struct_type): Deleted superfluous setting
+       of FIELD_BITSIZE.
+
 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
 
        * NEWS: Cleanup and nitpick.
index 6443eacac9f7fd9cd547ee7cb3bde00058d3677b..4cc5f18c4771e3caf4f8581ac7877786f052b4e8 100644 (file)
@@ -4038,7 +4038,6 @@ hpread_read_struct_type (dnttpointer hp_type, union dnttentry *dn_bufp,
              list = new;
 
              list->field.name = VT (objfile) + fn_fieldp->dsvar.name;
-             FIELD_BITSIZE (list->field) = -1;         /* indicates static member */
              SET_FIELD_PHYSNAME (list->field, 0);      /* initialize to empty */
              memtype = hpread_type_lookup (fn_fieldp->dsvar.type, objfile);