From: Andrew Cagney Date: Sun, 4 Aug 2002 19:11:12 +0000 (+0000) Subject: From 2002-08-01 david carlton : X-Git-Tag: drow-cplus-branchpoint~937 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8249c0d6ec2773f989516c79bd35530e9d62d1a5;p=external%2Fbinutils.git From 2002-08-01 david carlton : * hpread.c (hpread_read_struct_type): Deleted superfluous setting of FIELD_BITSIZE. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index df38792..4d295f9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-08-04 Andrew Cagney + + From 2002-08-01 david carlton : + * hpread.c (hpread_read_struct_type): Deleted superfluous setting + of FIELD_BITSIZE. + 2002-08-04 Daniel Jacobowitz * NEWS: Cleanup and nitpick. diff --git a/gdb/hpread.c b/gdb/hpread.c index 6443eac..4cc5f18 100644 --- a/gdb/hpread.c +++ b/gdb/hpread.c @@ -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);