* gdbtypes.c (finish_cv_type): New function.
authorDaniel Jacobowitz <drow@false.org>
Fri, 7 Dec 2001 22:11:51 +0000 (22:11 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 7 Dec 2001 22:11:51 +0000 (22:11 +0000)
commita02fd225edb13af1ba10ec58d3795b7572b46e54
tree4a915d746f05e37c30638ef7f03ef501b9a01860
parent5178b9d60203ce67999ecad2fc5ba8a2b7b363db
    * gdbtypes.c (finish_cv_type): New function.
        (check_typedef): Remove ``register'' keyword from argument.
        Preserve const and volatile attributes across filling in
        opaque types.
        * gdbtypes.h (finish_cv_type): Add prototype.

        * hp-symtab-read.c (hpread_read_struct_type): Call finish_cv_type.
        * stabsread.c (read_struct_type): Likewise.
        * dwarf2read.c (read_structure_scope): Likewise.  Remove redundant
        assignment to die->type.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/hp-symtab-read.c
gdb/stabsread.c