OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Fri, 1 May 2009 14:43:16 +0000 (14:43 +0000)
committerjkratoch <jkratoch>
Fri, 1 May 2009 14:43:16 +0000 (14:43 +0000)
commit77663a7721b67e2700ba073e3864a50565fabfeb
tree7a568a099ee7cacd51bd7dc104a683a42e488b45
parent86ba90866002b532add121a3535b5e23585a9fe6
gdb/
Make specifiable the make_function_type type memory ownership.
* gdbtypes.c (make_function_type): New parameter `objfile', use it
explicitely instead of TYPE-initialized removed local variable
`objfile'.  Describe `objfile' it in the function comment.
(lookup_function_type): Update make_function_type callers.
* gdbtypes.h (make_function_type): Update the prototype.
* jv-lang.c (java_link_class_type): Update make_function_type callers.
* dwarf2read.c (read_subroutine_type): Likewise.
* stabsread.c (read_type): Likewise.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/jv-lang.c
gdb/stabsread.c