OSDN Git Service

* gdbtypes.h (make_function_type): Remove OBJFILE parameter.
authoruweigand <uweigand>
Mon, 29 Jun 2009 13:19:18 +0000 (13:19 +0000)
committeruweigand <uweigand>
Mon, 29 Jun 2009 13:19:18 +0000 (13:19 +0000)
commit01b9629add10ff145c73b3e7d60d7746ba4a25fe
tree2422c818ccdc3c13c71099e06e3f09191a1aedec
parent7f305c18ed052c76fccc56c18b1ad2dcb39c8fa0
* gdbtypes.h (make_function_type): Remove OBJFILE parameter.
* gdbtypes.c (make_function_type): Remove OBJFILE parameter.
(lookup_function_type): Update call.
* stabsread.c (read_type): Likewise.
* dwarf2read.c (read_subroutine_type): Use lookup_function_type
instead of make_function_type.
* jv-lang.c (type_from_class): Likewise.  Do not allocate types
on the fake "dynamics" obstack.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/jv-lang.c
gdb/stabsread.c