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