* stabsread.c (add_undefined_type): Add extra parameter.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 29 Mar 2007 18:33:58 +0000 (18:33 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 29 Mar 2007 18:33:58 +0000 (18:33 +0000)
commitbf362611f14d26f5b390633a92f2de5c1a4003fe
tree8fc83b89f73170655bd893373d47251b8af0c8bb
parentbcb674cff702e0b46719839a0af4e1ab1619918c
    * stabsread.c (add_undefined_type): Add extra parameter.
        Now handles nameless types separately.
        (struct nat): New type.
        (noname_undefs, noname_undefs_allocated, noname_undefs_length):
        New static variables.
        (read_type): Update calls to add_undefined_type.
        (add_undefined_type_noname): New function.
        (add_undefined_type_1): Renames from add_undefined_type.
        (cleanup_undefined_types_noname): New function.
        (cleanup_undefined_types_1): Renames cleanup_undefined_types.
        (cleanup_undefined_types): New handles nameless types separately.
        (_initialize_stabsread): Initialize our new static constants.
gdb/ChangeLog
gdb/stabsread.c
This page took 0.029897 seconds and 4 git commands to generate.