* config.in: Regenerate.
[binutils-gdb.git] / gdb / ChangeLog
1 2008-01-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
2
3 * config.in: Regenerate.
4
5 2008-01-08 Joel Brobecker <brobecker@adacore.com>
6
7 * ada-lang.c (ada_convert_actual): Renames convert_actual.
8 Make non-static.
9 (ada_convert_actuals): Delete.
10 * ada-lang.h (ada_convert_actual): Add declaration.
11 (ada_convert_actuals): Remove declaration.
12 * infcall.c: #include "ada-lang.h".
13 (value_arg_coerce): Add new parameter sp. Update function
14 documetnation. Add handling of Ada function call parameters.
15 * Makefile.in (infcall.o): Update dependencies.
16
17 2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
18
19 * ada-lang.c (ensure_lval): Fix value lval kind.
20 (convert_actual): Add handling for arguments passed by reference.
21
22 2008-01-08 Doug Evans <dje@google.com>
23
24 * dbxread.c (read_dbx_symtab): Fix indentation.
25
26 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
27
28 * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
29 (valarith.o): Depend on dfp.h.
30 (valops.o): Likewise.
31 * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
32 (set_decnumber_context): New function.
33 (decimal_check_errors): Likewise.
34 (decimal_from_number): Likewise.
35 (decimal_to_number): Likewise.
36 (decimal_from_string): Use set_decnumber_context and
37 decimal_check_errors.
38 (decimal_from_integral): New function.
39 (decimal_from_floating): Likewise.
40 (decimal_to_double): Likewise.
41 (promote_decimal): Likewise.
42 (decimal_binop): Likewise.
43 (decimal_is_zero): Likewise.
44 (decimal_compare): Likewise.
45 (decimal_convert): Likewise.
46 * dfp.h (decimal_from_integral): New prototype.
47 (decimal_from_floating): Likewise.
48 (decimal_to_double): Likewise.
49 (decimal_binop): Likewise.
50 (decimal_is_zero): Likewise.
51 (decimal_compare): Likewise.
52 (decimal_convert): Likewise.
53 * eval.c (evaluate_subexp_standard): Remove expect_type argument from
54 call to value_from_decfloat.
55 * valarith.c: Include dfp.h.
56 (value_args_as_decimal): New function.
57 (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
58 (value_logical_not): Likewise.
59 (value_equal): Likewise.
60 (value_less): Likewise.
61 (value_pos): Likewise.
62 (value_neg): Formatting fix.
63 * valops.c: Include dfp.h.
64 (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
65 * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
66 (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
67 (value_from_decfloat): Remove expect_type argument.
68 * value.h (value_from_decfloat): Update prototype.
69
70 2008-01-07 Vladimir Prus <vladimir@codesourcery.com>
71
72 Ignore change in name of dynamic linker during
73 execution on Solaris. This also unbreaks pending breakpoints.
74
75 * solist.h (struct target_so_ops): New field same.
76 * solib-svr4.c (svr4_same): New.
77 (_initialize_svr4_solib): Register svr4_same.
78 * solib.c (update_solib_list): Use ops->same, if available.
79
80 2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
81
82 * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
83 when using MS-DOS paths.
84
85 2008-01-05 Pedro Alves <pedro@codesourcery.com>
86
87 * NEWS: Mention --pid and --core command line behaviour changes.
88
89 2008-01-05 Pedro Alves <pedro@codesourcery.com>
90
91 * main.c (captured_main): Remove 'count' varible and the
92 ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and
93 --pid options were issued simultaneously. If an explicit pid
94 option was passed, don't fallback to core file. Detect extra
95 arguments better in the presence of explicit pid or core
96 arguments.
97
98 2008-01-05 Joel Brobecker <brobecker@adacore.com>
99
100 * ada-lang.c (ada_which_variant_applies): Correctly compute
101 the value of the discriminant when the variant record is packed.
102
103 2008-01-04 Joel Brobecker <brobecker@adacore.com>
104
105 * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
106 that are used to differentiate homonyms.
107
108 2008-01-04 Jerome Guitton <guitton@adacore.com>
109
110 * ada-lang.c (decode_packed_array_type): Avoid a seg fault
111 when the type is an anonymous pointer type.
112 (ada_check_typedef): Avoid a seg fault when the type is null.
113 * ada-typeprint.c (print_array_type): Add support for pointer
114 to packed arrays.
115
116 2008-01-04 Paul N. Hilfinger <hilfinger@adacore.com>
117
118 * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
119
120 2008-01-04 Joel Brobecker <brobecker@adacore.com>
121
122 * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
123 EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
124
125 2008-01-04 Joel Brobecker <brobecker@adacore.com>
126
127 * ada-exp.y (chop_separator): New function.
128 (write_selectors): Rewrite to re-use chop_separator.
129 (ada_nget_field_index, get_symbol_field_type): New functions.
130 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
131 expressions.
132
133 2008-01-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
134
135 * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
136 of SYMBOL_VALUE when working with function symbols.
137
138 2008-01-03 Joel Brobecker <brobecker@adacore.com>
139
140 * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
141 expressions. These expressions do not need to be rewriten.
142
143 2008-01-03 Joel Brobecker <brobecker@adacore.com>
144
145 * dwarf2read.c (read_enumeration_type): Flag type as stub if
146 the given die is a declaration.
147
148 2008-01-03 Joel Brobecker <brobecker@adacore.com>
149
150 * ada-lang.c (ada_array_bound_from_type): Make non-static.
151 Handle properly the case when the index type is an enumerated type.
152 Do not return the subtype of the bounds type, just return the
153 bounds type directly - this is not needed and is more consistent
154 with what we do for arrays when no XA parallel type exists.
155
156 2008-01-03 Joel Brobecker <brobecker@adacore.com>
157
158 * ada-lang.c (static_unwrap_type): Add forward declaration.
159 (template_to_static_fixed_type): Fields of dynamic types sometimes
160 also need to be unwrapped. Take this into account.
161 (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
162 (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
163 * ada-typeprint.c (ada_print_type): Get the typename from
164 the original type, not the base type.
165
166 2008-01-03 Jerome Guitton <guitton@adacore.com>
167
168 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
169 (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
170 Update calls to ada_to_fixed_type.
171 (ada_template_to_fixed_record_type_1): Ditto, but without looking
172 for the tag.
173 (ada_to_fixed_type): Add check_tag parameter; do not look for
174 tag if null. When looking for a tag, use a fixed record type.
175 * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
176 * ada-valprint.c (printable_val_type, ada_value_print): Update
177 calls to ada_to_fixed_type.
178
179 2008-01-03 Luis Machado <luisgpm@br.ibm.com>
180
181 * doublest.c (convert_floatformat_to_doublest): Call
182 floatformat_to_doublest instead of floatformat_to_double and use
183 DOUBLEST variables.
184 (convert_doublest_to_floatformat): Call floatformat_from_doublest
185 instead of floatformat_from_double and use DOUBLEST variables.
186
187 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
188
189 * MAINTAINERS (Write After Approval): Add self.
190
191 2008-01-03 Joel Brobecker <brobecker@adacore.com>
192
193 * symfile.c (set_initial_language): Make non-static.
194 * symfile.h (set_initial_language): Add declaration.
195 * language.c: #include "symfile.h".
196 (set_language): Call set_initial_language if the frame language
197 could not be determined.
198
199 2008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
200
201 * eval.c (evaluate_subexp_for_address): Provide frame address to
202 locate_var_value only if it will be needed.
203
204 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
205
206 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
207
208 2008-01-02 Joel Brobecker <brobecker@adacore.com>
209
210 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
211 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
212 This is needed to make sure that any other treatment applied
213 to the resulting value does not fail for spurious reason,
214 such as trying to take the address of this value.
215
216 2008-01-02 Joel Brobecker <brobecker@adacore.com>
217
218 * ada-lang.c (ada_value_equal): Dereference reference types when
219 comparing arrays.
220
221 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
222
223 Updated copyright notices for most files.
224
225 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
226
227 * win32-nat.c (psapi_module_handle): Remove static.
228 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
229 return first module found if base_address is zero. Don't initialize
230 psapi function pointers here. Convert to cygwin paths when
231 appropriate.
232 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
233 executable name. Use get_module_name when that fails or when
234 !__CYGWIN__.
235 (_initialize_psapi): New function. Initialize psapi stuff before it is
236 needed or issue a warning if it is not found. Move psapi_module_handle
237 here.
238
239 2008-01-01 Joel Brobecker <brobecker@adacore.com>
240
241 * ada-lang.c (ada_remove_trailing_digits): New function.
242 (ada_remove_po_subprogram_suffix): New function.
243 (ada_decode): Improve. Move the description of the algorithm
244 directly inside the code, instead of in the function global
245 description.
246
247 2008-01-01 Joel Brobecker <brobecker@adacore.com>
248
249 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
250 and always print the dereferenced value.
251
252 2008-01-01 Joel Brobecker <brobecker@adacore.com>
253
254 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
255 of the case where the first argument is a reference.
256 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
257
258 2008-01-01 Joel Brobecker <brobecker@adacore.com>
259
260 Implement support for Ada interface types.
261
262 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
263 (ada_is_ignored_field): Ignore fields that are a dispatch table
264 of a tagged type.
265
266 2008-01-01 Joel Brobecker <brobecker@adacore.com>
267
268 * top.c (print_gdb_version): Update copyright year.
269
270 2008-01-01 Joel Brobecker <brobecker@adacore.com>
271
272 * ChangeLog-2007: New ChangeLog rotation.
273 * ChangeLog: Reset for 2008.
274 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
275 ChangeLog-2007.
276
277 For older changes see ChangeLog-2007.
278 \f
279 Local Variables:
280 mode: change-log
281 left-margin: 8
282 fill-column: 74
283 version-control: never
284 coding: utf-8
285 End: