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