OSDN Git Service

2002-01-15 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <dan@debian.org>
Sun, 20 Jan 2002 19:12:23 +0000 (19:12 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Sun, 20 Jan 2002 19:12:23 +0000 (19:12 +0000)
commit2bdbd424bf807072d1e0ceda73b3dea8935ea94d
treedf88c1401f0441cade6af408c1628a3775a9674c
parent3d891f56c452ff2c5e704e83280decde41c6d560
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