* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
[binutils-gdb.git] / gdb / ChangeLog
1 2008-01-16 Mark Kettenis <kettenis@gnu.org>
2
3 * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
4
5 * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
6 * value.c: All callers changed.
7
8 2008-01-16 Markus Deuling <deuling@de.ibm.com>
9
10 * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
11 DEPRECATED_STREQ by its expression.
12 * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
13 * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
14 (scan_xcoff_symtab): Likewise.
15 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
16 * f-lang.c (find_common_for_function): Likewise.
17 * objc-exp.y (parse_number): Likewise.
18
19 * defs.h (DEPRECATED_STREQ): Remove.
20
21 2008-01-16 Markus Deuling <deuling@de.ibm.com>
22
23 * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
24 * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
25 get_frame_arch to get at the current_architecture. Update AM33_MODE
26 call.
27 (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
28 (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
29 architecture.
30 (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
31
32 2008-01-16 Markus Deuling <deuling@de.ibm.com>
33
34 * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as
35 parameter.
36 * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
37
38 (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
39 current_gdbarch by gdbarch. Update caller.
40
41 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
42 (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
43 the current architecture. Update calls of
44 amd64_native_gregset_supplies_p.
45 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
46 (amd64bsd_store_inferior_registers): Likewise.
47
48 2008-01-16 Markus Deuling <deuling@de.ibm.com>
49
50 * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
51 Replace current_gdbarch by gdbarch. Update caller.
52
53 2008-01-16 Markus Deuling <deuling@de.ibm.com>
54
55 * dbxread.c (repeated_header_complaint, dbx_symfile_init)
56 (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
57 (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
58 (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
59 (stabsect_build_psymtabs): Fix indentation.
60
61 2008-01-15 Michael Snyder <msnyder@specifix.com>
62
63 * corelow.c (core_xfer_partial): Comment, cut/paste error.
64
65 2008-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
66
67 * win32-nat.c (win32_create_inferior): Restore code calling
68 CloseHandle on ProcessInformation structure.
69
70 2008-01-13 Nick Hudson <nick.hudson@dsl.pipex.com>
71
72 * configure.ac: Check for void * as 3 argument of ptrace.
73 * configure: regenerate.
74
75 2008-01-11 Markus Deuling <deuling@de.ibm.com>
76
77 * alpha-tdep.c (alpha_heuristic_proc_start)
78 (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
79 current_gdbarch by gdbarch.
80
81 (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
82 current architecture by frame_info. Update alpha_heuristic_proc_start
83 call.
84
85 (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
86 get_frame_arch to get at the current architecture by frame_info. Update
87 alpha_sigtramp_register_address call.
88
89 * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
90 current_gdbarch by gdbarch. Update caller.
91 (convert_to_extended, convert_from_extended): Add endianess parameter
92 for comparison. Update caller.
93 (arm_extract_return_value, arm_store_return_value): Use
94 get_regcache_arch to get at the current architecture.
95
96 * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
97 current_gdbarch by gdbarch. Update caller.
98 (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
99 gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
100
101 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
102 gdbarch as parameter. Update caller.
103 (h8300_init_frame_cache): Add gdbarch as parameter. Replace
104 current_gdbarch by gdbarch. Update caller.
105
106 * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and
107 update caller. Replace current_gdbarch by gdbarch.
108
109 * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
110 the current architecture. Replace current_gdbarch by gdbarch.
111 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
112 (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
113 expression. Add gdbarch as parameter and replace current_gdbarch with
114 it. Update caller.
115 (M6811_TDEP): Remove.
116 (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
117 architecture.
118 (m68hc11_scan_prologue): Add gdbarch as parameter. Replace
119 current_gdbarch by gdbarch. Update caller.
120
121 * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
122 update caller.
123 (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
124 by gdbarch.
125
126 * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
127 caller. Relace current_gdbarch by gdbarch.
128 (altivec_register_p, spe_register_p): Likewise.
129 * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
130 parameter.
131 * ppc-linux-nat.c (fetch_register, store_register): Update caller of
132 altivec_register_p and spe_register_p.
133
134 * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update
135 caller. Replace current_gdbarch by gdbarch.
136 (score_analyze_prologue): use get_frame_arch to get at the current
137 architecture.
138
139 * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
140 * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
141 current_gdbarch by gdbarch. Update caller.
142 (sparc_frame_cache): Use get_frame_arch to get at the current
143 architecture.
144 * sparce64-tdep.c (sparc64_skip_prologue): Update call of
145 sparc_analyze_prologue.
146
147 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
148 parameter.
149
150 2008-01-11 Markus Deuling <deuling@de.ibm.com>
151
152 * exec.c: #include "arch-utils.h"
153 (print_section_info): Use gdbarch_from_bfd to get at the
154 current architecture. Replace current_gdbarch. Fix indention. Replace
155 deprecated_print_address_numeric by paddress.
156 * Makefile.in (exec.o) Add dependency to arch-utils.h.
157
158 * valprint.c (val_print_string): Replace
159 deprecated_print_address_numeric.
160 * tracepoint.c (trace_mention, scope_info): Likewise.
161 * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
162 (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
163 (maintenance_check_symtabs): Likewise.
164 * symfile.c (list_overlays_command): Likewise.
165 * stack.c (frame_info, print_block_frame_labels): Likewise.
166 * printcmd.c (print_address, print_address_demangle)
167 (address_info): Likewise.
168 * corefile.c (memory_error): Likewise.
169 * infcmd.c (jump_command): Likewise.
170 * breakpoint.c (insert_bp_location, describe_other_breakpoints)
171 (mention, delete_breakpoint): Likewise.
172 * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
173 * dwarf2read.c (dump_die): Likewise.
174 * ada-valprint.c (ada_val_print_1): Likewise.
175 * f-valprint.c (f_val_print): Likewise.
176 * linux-fork.c (info_forks_command): Likewise.
177 * m32r-com.c (m32r_load_section, m32r_load)
178 (m32r_upload_command): Likewise.
179
180 * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
181
182 2008-01-11 Markus Deuling <deuling@de.ibm.com>
183
184 * gdbarch.sh (skip_prologue): Add gdbarch
185 as parameter.
186 * gdbarch.{c,h}: Regenerate.
187
188 * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
189 * amd64-tdep.c (amd64_skip_prologue): Likewise.
190 * avr-tdep.c (avr_skip_prologue): Likewise.
191 * cris-tdep.c (cris_skip_prologue): Likewise.
192 * frv-tdep.c (frv_skip_prologue): Likewise.
193 * h8300-tdep.c (h8300_skip_prologue): Likewise.
194 * hppa-tdep.c (hppa_skip_prologue): Likewise.
195 * i386-tdep.c (i386_skip_prologue): Likewise.
196 * ia64-tdep.c (ia64_skip_prologue): Likewise.
197 * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
198 * m32r-tdep.c (m32r_skip_prologue): Likewise.
199 * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
200 * m68k-tdep.c (m68k_skip_prologue): Likewise.
201 * m88k-tdep.c (m88k_skip_prologue): Likewise.
202 * mep-tdep.c (mep_skip_prologue): Likewise.
203 * mips-tdep.c (mips_skip_prologue): Likewise.
204 * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
205 * mt-tdep.c (mt_skip_prologue): Likewise.
206 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
207 * score-tdep.c (score_skip_prologue): Likewise.
208 * sh64-tdep.c (sh64_skip_prologue): Likewise.
209 * sh-tdep.c (sh_skip_prologue): Likewise.
210 * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
211 * sparc-tdep.c (sparc32_skip_prologue): Likewise.
212 * spu-tdep.c (spu_skip_prologue): Likewise.
213 * v850-tdep.c (v850_skip_prologue): Likewise.
214 * vax-tdep.c (vax_skip_prologue): Likewise.
215 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
216 * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
217
218 * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
219 current_gdbarch by gdbarch.
220 * m32c-tdep.c (m32c_skip_prologue): Likewise.
221 * s390-tdep.c (s390_skip_prologue): Likewise.
222
223 2008-01-10 Doug Evans <dje@google.com>
224
225 * defs.h (struct continuation_arg): Fix typo in comment.
226 * target.c (target_translate_tls_address): Fix comment spelling error.
227
228 2008-01-09 Thiago Jung Bauermann <bauerman@br.ibm.com>
229
230 * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
231 (DOUBLEST_SCAN_FORMAT): Likewise.
232 * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
233 * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
234 * c-exp.y (parse_number): Likewise.
235 * jv-exp.y (parse_number): Likewise.
236 * objc-exp.y (parse_number): Likewise.
237 * p-exp.y (parse_number): Likewise.
238
239 2008-01-09 Joel Brobecker <brobecker@adacore.com>
240
241 * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
242 (check_typedef): Likewise.
243
244 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
245
246 * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
247 seen_double_big_d, treat the new H, D, and DD modifiers as length
248 modifiers.
249
250 2008-01-08 Joel Brobecker <brobecker@adacore.com>
251
252 * dwarf2read.c (read_enumeration_type): Add comment.
253
254 2008-01-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
255
256 * config.in: Regenerate.
257
258 2008-01-08 Joel Brobecker <brobecker@adacore.com>
259
260 * ada-lang.c (ada_convert_actual): Renames convert_actual.
261 Make non-static.
262 (ada_convert_actuals): Delete.
263 * ada-lang.h (ada_convert_actual): Add declaration.
264 (ada_convert_actuals): Remove declaration.
265 * infcall.c: #include "ada-lang.h".
266 (value_arg_coerce): Add new parameter sp. Update function
267 documetnation. Add handling of Ada function call parameters.
268 * Makefile.in (infcall.o): Update dependencies.
269
270 2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
271
272 * ada-lang.c (ensure_lval): Fix value lval kind.
273 (convert_actual): Add handling for arguments passed by reference.
274
275 2008-01-08 Doug Evans <dje@google.com>
276
277 * dbxread.c (read_dbx_symtab): Fix indentation.
278
279 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
280
281 * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
282 (valarith.o): Depend on dfp.h.
283 (valops.o): Likewise.
284 * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
285 (set_decnumber_context): New function.
286 (decimal_check_errors): Likewise.
287 (decimal_from_number): Likewise.
288 (decimal_to_number): Likewise.
289 (decimal_from_string): Use set_decnumber_context and
290 decimal_check_errors.
291 (decimal_from_integral): New function.
292 (decimal_from_floating): Likewise.
293 (decimal_to_double): Likewise.
294 (promote_decimal): Likewise.
295 (decimal_binop): Likewise.
296 (decimal_is_zero): Likewise.
297 (decimal_compare): Likewise.
298 (decimal_convert): Likewise.
299 * dfp.h (decimal_from_integral): New prototype.
300 (decimal_from_floating): Likewise.
301 (decimal_to_double): Likewise.
302 (decimal_binop): Likewise.
303 (decimal_is_zero): Likewise.
304 (decimal_compare): Likewise.
305 (decimal_convert): Likewise.
306 * eval.c (evaluate_subexp_standard): Remove expect_type argument from
307 call to value_from_decfloat.
308 * valarith.c: Include dfp.h.
309 (value_args_as_decimal): New function.
310 (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
311 (value_logical_not): Likewise.
312 (value_equal): Likewise.
313 (value_less): Likewise.
314 (value_pos): Likewise.
315 (value_neg): Formatting fix.
316 * valops.c: Include dfp.h.
317 (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
318 * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
319 (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
320 (value_from_decfloat): Remove expect_type argument.
321 * value.h (value_from_decfloat): Update prototype.
322
323 2008-01-07 Vladimir Prus <vladimir@codesourcery.com>
324
325 Ignore change in name of dynamic linker during
326 execution on Solaris. This also unbreaks pending breakpoints.
327
328 * solist.h (struct target_so_ops): New field same.
329 * solib-svr4.c (svr4_same): New.
330 (_initialize_svr4_solib): Register svr4_same.
331 * solib.c (update_solib_list): Use ops->same, if available.
332
333 2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
334
335 * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
336 when using MS-DOS paths.
337
338 2008-01-05 Pedro Alves <pedro@codesourcery.com>
339
340 * NEWS: Mention --pid and --core command line behaviour changes.
341
342 2008-01-05 Pedro Alves <pedro@codesourcery.com>
343
344 * main.c (captured_main): Remove 'count' varible and the
345 ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and
346 --pid options were issued simultaneously. If an explicit pid
347 option was passed, don't fallback to core file. Detect extra
348 arguments better in the presence of explicit pid or core
349 arguments.
350
351 2008-01-05 Joel Brobecker <brobecker@adacore.com>
352
353 * ada-lang.c (ada_which_variant_applies): Correctly compute
354 the value of the discriminant when the variant record is packed.
355
356 2008-01-04 Joel Brobecker <brobecker@adacore.com>
357
358 * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
359 that are used to differentiate homonyms.
360
361 2008-01-04 Jerome Guitton <guitton@adacore.com>
362
363 * ada-lang.c (decode_packed_array_type): Avoid a seg fault
364 when the type is an anonymous pointer type.
365 (ada_check_typedef): Avoid a seg fault when the type is null.
366 * ada-typeprint.c (print_array_type): Add support for pointer
367 to packed arrays.
368
369 2008-01-04 Paul N. Hilfinger <hilfinger@adacore.com>
370
371 * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
372
373 2008-01-04 Joel Brobecker <brobecker@adacore.com>
374
375 * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
376 EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
377
378 2008-01-04 Joel Brobecker <brobecker@adacore.com>
379
380 * ada-exp.y (chop_separator): New function.
381 (write_selectors): Rewrite to re-use chop_separator.
382 (ada_nget_field_index, get_symbol_field_type): New functions.
383 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
384 expressions.
385
386 2008-01-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
387
388 * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
389 of SYMBOL_VALUE when working with function symbols.
390
391 2008-01-03 Joel Brobecker <brobecker@adacore.com>
392
393 * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
394 expressions. These expressions do not need to be rewriten.
395
396 2008-01-03 Joel Brobecker <brobecker@adacore.com>
397
398 * dwarf2read.c (read_enumeration_type): Flag type as stub if
399 the given die is a declaration.
400
401 2008-01-03 Joel Brobecker <brobecker@adacore.com>
402
403 * ada-lang.c (ada_array_bound_from_type): Make non-static.
404 Handle properly the case when the index type is an enumerated type.
405 Do not return the subtype of the bounds type, just return the
406 bounds type directly - this is not needed and is more consistent
407 with what we do for arrays when no XA parallel type exists.
408
409 2008-01-03 Joel Brobecker <brobecker@adacore.com>
410
411 * ada-lang.c (static_unwrap_type): Add forward declaration.
412 (template_to_static_fixed_type): Fields of dynamic types sometimes
413 also need to be unwrapped. Take this into account.
414 (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
415 (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
416 * ada-typeprint.c (ada_print_type): Get the typename from
417 the original type, not the base type.
418
419 2008-01-03 Jerome Guitton <guitton@adacore.com>
420
421 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
422 (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
423 Update calls to ada_to_fixed_type.
424 (ada_template_to_fixed_record_type_1): Ditto, but without looking
425 for the tag.
426 (ada_to_fixed_type): Add check_tag parameter; do not look for
427 tag if null. When looking for a tag, use a fixed record type.
428 * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
429 * ada-valprint.c (printable_val_type, ada_value_print): Update
430 calls to ada_to_fixed_type.
431
432 2008-01-03 Luis Machado <luisgpm@br.ibm.com>
433
434 * doublest.c (convert_floatformat_to_doublest): Call
435 floatformat_to_doublest instead of floatformat_to_double and use
436 DOUBLEST variables.
437 (convert_doublest_to_floatformat): Call floatformat_from_doublest
438 instead of floatformat_from_double and use DOUBLEST variables.
439
440 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
441
442 * MAINTAINERS (Write After Approval): Add self.
443
444 2008-01-03 Joel Brobecker <brobecker@adacore.com>
445
446 * symfile.c (set_initial_language): Make non-static.
447 * symfile.h (set_initial_language): Add declaration.
448 * language.c: #include "symfile.h".
449 (set_language): Call set_initial_language if the frame language
450 could not be determined.
451
452 2008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
453
454 * eval.c (evaluate_subexp_for_address): Provide frame address to
455 locate_var_value only if it will be needed.
456
457 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
458
459 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
460
461 2008-01-02 Joel Brobecker <brobecker@adacore.com>
462
463 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
464 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
465 This is needed to make sure that any other treatment applied
466 to the resulting value does not fail for spurious reason,
467 such as trying to take the address of this value.
468
469 2008-01-02 Joel Brobecker <brobecker@adacore.com>
470
471 * ada-lang.c (ada_value_equal): Dereference reference types when
472 comparing arrays.
473
474 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
475
476 Updated copyright notices for most files.
477
478 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
479
480 * win32-nat.c (psapi_module_handle): Remove static.
481 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
482 return first module found if base_address is zero. Don't initialize
483 psapi function pointers here. Convert to cygwin paths when
484 appropriate.
485 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
486 executable name. Use get_module_name when that fails or when
487 !__CYGWIN__.
488 (_initialize_psapi): New function. Initialize psapi stuff before it is
489 needed or issue a warning if it is not found. Move psapi_module_handle
490 here.
491
492 2008-01-01 Joel Brobecker <brobecker@adacore.com>
493
494 * ada-lang.c (ada_remove_trailing_digits): New function.
495 (ada_remove_po_subprogram_suffix): New function.
496 (ada_decode): Improve. Move the description of the algorithm
497 directly inside the code, instead of in the function global
498 description.
499
500 2008-01-01 Joel Brobecker <brobecker@adacore.com>
501
502 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
503 and always print the dereferenced value.
504
505 2008-01-01 Joel Brobecker <brobecker@adacore.com>
506
507 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
508 of the case where the first argument is a reference.
509 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
510
511 2008-01-01 Joel Brobecker <brobecker@adacore.com>
512
513 Implement support for Ada interface types.
514
515 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
516 (ada_is_ignored_field): Ignore fields that are a dispatch table
517 of a tagged type.
518
519 2008-01-01 Joel Brobecker <brobecker@adacore.com>
520
521 * top.c (print_gdb_version): Update copyright year.
522
523 2008-01-01 Joel Brobecker <brobecker@adacore.com>
524
525 * ChangeLog-2007: New ChangeLog rotation.
526 * ChangeLog: Reset for 2008.
527 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
528 ChangeLog-2007.
529
530 For older changes see ChangeLog-2007.
531 \f
532 Local Variables:
533 mode: change-log
534 left-margin: 8
535 fill-column: 74
536 version-control: never
537 coding: utf-8
538 End: