]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2002-01-15 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Sun, 20 Jan 2002 19:12:23 +0000 (19:12 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 20 Jan 2002 19:12:23 +0000 (19:12 +0000)
commit8176bb6dee95680ff93a522d0d4d114a91afc466
tree3a50a8698c8e5fa16cf2c9dda9c9953c3f4f6dbf
parent7fd605275856aa86a4ac6651ea2686fb937eb0a7
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