* gdbtypes.h: Re-interpret struct field. Suppport address of static.
authorPer Bothner <per@bothner.com>
Tue, 5 Aug 1997 21:58:57 +0000 (21:58 +0000)
committerPer Bothner <per@bothner.com>
Tue, 5 Aug 1997 21:58:57 +0000 (21:58 +0000)
commitf7f37388dc1d7910711f89b1c6b4f3808533ff2d
tree8f18c81b7fd22c852dd579cc2afe559caea8b7ac
parent0e25edcacc69ff157685d6653fb1304eae9b773d
* gdbtypes.h:  Re-interpret struct field.  Suppport address of static.
Add a bunch of macros.
* coffread.c, dwarf2read.c, dwarfread.c, mdebugread.c, stabsread.c:
Update to use new macros.
* coffread.c, hpread.c, stabsread.c:  Remove bugus TYPE_FIELD_VALUE.
* value.h, values.c (value_static_field):  New function.
* cp-valprint.c, valops.c:  Modify to use value_static_field.
gdb/ChangeLog
gdb/cp-valprint.c
gdb/dwarf2read.c
gdb/dwarfread.c
gdb/gdbtypes.h
gdb/hpread.c
gdb/mdebugread.c
gdb/stabsread.c
gdb/values.c