From 2002-08-01 david carlton <carlton@math.stanford.edu>:
* hpread.c (hpread_read_struct_type): Deleted superfluous setting of FIELD_BITSIZE.
This commit is contained in:
parent
b9d147054e
commit
8249c0d6ec
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2002-08-04 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* NEWS: Cleanup and nitpick.
|
* NEWS: Cleanup and nitpick.
|
||||||
|
|
|
@ -4038,7 +4038,6 @@ hpread_read_struct_type (dnttpointer hp_type, union dnttentry *dn_bufp,
|
||||||
list = new;
|
list = new;
|
||||||
|
|
||||||
list->field.name = VT (objfile) + fn_fieldp->dsvar.name;
|
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 */
|
SET_FIELD_PHYSNAME (list->field, 0); /* initialize to empty */
|
||||||
memtype = hpread_type_lookup (fn_fieldp->dsvar.type, objfile);
|
memtype = hpread_type_lookup (fn_fieldp->dsvar.type, objfile);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue