OSDN Git Service

2002-01-15 Daniel Jacobowitz <drow@mvista.com>
authordrow <drow>
Sun, 20 Jan 2002 19:12:23 +0000 (19:12 +0000)
committerdrow <drow>
Sun, 20 Jan 2002 19:12:23 +0000 (19:12 +0000)
commit357558967ac931b25f8d0f48e6ddbddfe70ad486
tree596f78210fcf473e14f93e432618785fe298f1d9
parent010a490790357ae2e2226b574a35956c160ac755
2002-01-15  Daniel Jacobowitz  <drow@mvista.com>

* gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
comment.  Add ``artificial'' to ``union field_location''.

* dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.

* buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
* mdebugread.c (parse_symbol): Likewise.
* stabsread.c (define_symbol): Likewise.
* hp-symtab-read.c (hpread_function_type): Likewise, instead of
initializing TYPE_FIELD_BITPOS to n (obsolete).
(hpread_doc_function_type): Likewise.
* hpread.c (hpread_function_type): Likewise.
gdb/ChangeLog
gdb/buildsym.c
gdb/dwarf2read.c
gdb/gdbtypes.h
gdb/hp-symtab-read.c
gdb/hpread.c
gdb/mdebugread.c
gdb/stabsread.c