* ada-lang.c (ada_value_equal): Dereference reference types when
[binutils-gdb.git] / gdb / ChangeLog
1 2008-01-02 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-lang.c (ada_value_equal): Dereference reference types when
4 comparing arrays.
5
6 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
7
8 Updated copyright notices for most files.
9
10 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
11
12 * win32-nat.c (psapi_module_handle): Remove static.
13 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
14 return first module found if base_address is zero. Don't initialize
15 psapi function pointers here. Convert to cygwin paths when
16 appropriate.
17 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
18 executable name. Use get_module_name when that fails or when
19 !__CYGWIN__.
20 (_initialize_psapi): New function. Initialize psapi stuff before it is
21 needed or issue a warning if it is not found. Move psapi_module_handle
22 here.
23
24 2008-01-01 Joel Brobecker <brobecker@adacore.com>
25
26 * ada-lang.c (ada_remove_trailing_digits): New function.
27 (ada_remove_po_subprogram_suffix): New function.
28 (ada_decode): Improve. Move the description of the algorithm
29 directly inside the code, instead of in the function global
30 description.
31
32 2008-01-01 Joel Brobecker <brobecker@adacore.com>
33
34 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
35 and always print the dereferenced value.
36
37 2008-01-01 Joel Brobecker <brobecker@adacore.com>
38
39 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
40 of the case where the first argument is a reference.
41 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
42
43 2008-01-01 Joel Brobecker <brobecker@adacore.com>
44
45 Implement support for Ada interface types.
46
47 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
48 (ada_is_ignored_field): Ignore fields that are a dispatch table
49 of a tagged type.
50
51 2008-01-01 Joel Brobecker <brobecker@adacore.com>
52
53 * top.c (print_gdb_version): Update copyright year.
54
55 2008-01-01 Joel Brobecker <brobecker@adacore.com>
56
57 * ChangeLog-2007: New ChangeLog rotation.
58 * ChangeLog: Reset for 2008.
59 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
60 ChangeLog-2007.
61
62 For older changes see ChangeLog-2007.
63 \f
64 Local Variables:
65 mode: change-log
66 left-margin: 8
67 fill-column: 74
68 version-control: never
69 coding: utf-8
70 End: