diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-06-29 13:19:19 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-06-29 13:19:19 +0000 |
commit | 0c8b41f1c6ca809238df5662ea5f45e5f7a29121 (patch) | |
tree | 3f517831cb9999e62eab83261b88fca342533b2c /gdb/ChangeLog | |
parent | 46bf50512ce837bbc53e8704dd5117db3273099b (diff) | |
download | gdb-0c8b41f1c6ca809238df5662ea5f45e5f7a29121.zip gdb-0c8b41f1c6ca809238df5662ea5f45e5f7a29121.tar.gz gdb-0c8b41f1c6ca809238df5662ea5f45e5f7a29121.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4d0b201..ed12e87 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com> + * 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. + +2009-06-29 Ulrich Weigand <uweigand@de.ibm.com> + * gdbtypes.h (struct builtin_type): Remove builtin_core_addr, nodebug_text_symbol, nodebug_data_symbol, nodebug_unknown_symbol, and nodebug_tls_symbol members. |