* gdbtypes.h (make_function_type): Remove OBJFILE parameter.
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 29 Jun 2009 13:19:19 +0000 (13:19 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Mon, 29 Jun 2009 13:19:19 +0000 (13:19 +0000)
commit0c8b41f1c6ca809238df5662ea5f45e5f7a29121
tree3f517831cb9999e62eab83261b88fca342533b2c
parent46bf50512ce837bbc53e8704dd5117db3273099b
* 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
This page took 0.026158 seconds and 4 git commands to generate.