* gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2
3 * dwarf2read.c (read_enumeration_type): Flag type as stub if
4 the given die is a declaration.
5
6 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7
8 * ada-lang.c (ada_array_bound_from_type): Make non-static.
9 Handle properly the case when the index type is an enumerated type.
10 Do not return the subtype of the bounds type, just return the
11 bounds type directly - this is not needed and is more consistent
12 with what we do for arrays when no XA parallel type exists.
13
14 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15
16 * ada-lang.c (static_unwrap_type): Add forward declaration.
17 (template_to_static_fixed_type): Fields of dynamic types sometimes
18 also need to be unwrapped. Take this into account.
19 (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
20 (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
21 * ada-typeprint.c (ada_print_type): Get the typename from
22 the original type, not the base type.
23
24 2008-01-03 Jerome Guitton <guitton@adacore.com>
25
26 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
27 (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
28 Update calls to ada_to_fixed_type.
29 (ada_template_to_fixed_record_type_1): Ditto, but without looking
30 for the tag.
31 (ada_to_fixed_type): Add check_tag parameter; do not look for
32 tag if null. When looking for a tag, use a fixed record type.
33 * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
34 * ada-valprint.c (printable_val_type, ada_value_print): Update
35 calls to ada_to_fixed_type.
36
37 2008-01-03 Luis Machado <luisgpm@br.ibm.com>
38
39 * doublest.c (convert_floatformat_to_doublest): Call
40 floatformat_to_doublest instead of floatformat_to_double and use
41 DOUBLEST variables.
42 (convert_doublest_to_floatformat): Call floatformat_from_doublest
43 instead of floatformat_from_double and use DOUBLEST variables.
44
45 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
46
47 * MAINTAINERS (Write After Approval): Add self.
48
49 2008-01-03 Joel Brobecker <brobecker@adacore.com>
50
51 * symfile.c (set_initial_language): Make non-static.
52 * symfile.h (set_initial_language): Add declaration.
53 * language.c: #include "symfile.h".
54 (set_language): Call set_initial_language if the frame language
55 could not be determined.
56
57 2008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
58
59 * eval.c (evaluate_subexp_for_address): Provide frame address to
60 locate_var_value only if it will be needed.
61
62 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
63
64 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
65
66 2008-01-02 Joel Brobecker <brobecker@adacore.com>
67
68 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
69 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
70 This is needed to make sure that any other treatment applied
71 to the resulting value does not fail for spurious reason,
72 such as trying to take the address of this value.
73
74 2008-01-02 Joel Brobecker <brobecker@adacore.com>
75
76 * ada-lang.c (ada_value_equal): Dereference reference types when
77 comparing arrays.
78
79 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
80
81 Updated copyright notices for most files.
82
83 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
84
85 * win32-nat.c (psapi_module_handle): Remove static.
86 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
87 return first module found if base_address is zero. Don't initialize
88 psapi function pointers here. Convert to cygwin paths when
89 appropriate.
90 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
91 executable name. Use get_module_name when that fails or when
92 !__CYGWIN__.
93 (_initialize_psapi): New function. Initialize psapi stuff before it is
94 needed or issue a warning if it is not found. Move psapi_module_handle
95 here.
96
97 2008-01-01 Joel Brobecker <brobecker@adacore.com>
98
99 * ada-lang.c (ada_remove_trailing_digits): New function.
100 (ada_remove_po_subprogram_suffix): New function.
101 (ada_decode): Improve. Move the description of the algorithm
102 directly inside the code, instead of in the function global
103 description.
104
105 2008-01-01 Joel Brobecker <brobecker@adacore.com>
106
107 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
108 and always print the dereferenced value.
109
110 2008-01-01 Joel Brobecker <brobecker@adacore.com>
111
112 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
113 of the case where the first argument is a reference.
114 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
115
116 2008-01-01 Joel Brobecker <brobecker@adacore.com>
117
118 Implement support for Ada interface types.
119
120 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
121 (ada_is_ignored_field): Ignore fields that are a dispatch table
122 of a tagged type.
123
124 2008-01-01 Joel Brobecker <brobecker@adacore.com>
125
126 * top.c (print_gdb_version): Update copyright year.
127
128 2008-01-01 Joel Brobecker <brobecker@adacore.com>
129
130 * ChangeLog-2007: New ChangeLog rotation.
131 * ChangeLog: Reset for 2008.
132 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
133 ChangeLog-2007.
134
135 For older changes see ChangeLog-2007.
136 \f
137 Local Variables:
138 mode: change-log
139 left-margin: 8
140 fill-column: 74
141 version-control: never
142 coding: utf-8
143 End:
This page took 0.032079 seconds and 4 git commands to generate.