OSDN Git Service

* gdbtypes.h (make_function_type): Remove OBJFILE parameter.
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 29 Jun 2009 13:19:18 +0000 (13:19 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Mon, 29 Jun 2009 13:19:18 +0000 (13:19 +0000)
commita7e02f173d9f437015226e217996d052f33ee0ce
tree2578d88af3af3b1be6ee285397f1f281960ca8e4
parenta727993190e15bfc43be821ca00ea79f11c3712b
* 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