* doublest.c (convert_floatformat_to_doublest): Call
[binutils-gdb.git] / gdb / ChangeLog
1 2008-01-03 Luis Machado <luisgpm@br.ibm.com>
2
3 * doublest.c (convert_floatformat_to_doublest): Call
4 floatformat_to_doublest instead of floatformat_to_double and use
5 DOUBLEST variables.
6 (convert_doublest_to_floatformat): Call floatformat_from_doublest
7 instead of floatformat_from_double and use DOUBLEST variables.
8
9 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
10
11 * MAINTAINERS (Write After Approval): Add self.
12
13 2008-01-03 Joel Brobecker <brobecker@adacore.com>
14
15 * symfile.c (set_initial_language): Make non-static.
16 * symfile.h (set_initial_language): Add declaration.
17 * language.c: #include "symfile.h".
18 (set_language): Call set_initial_language if the frame language
19 could not be determined.
20
21 2008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
22
23 * eval.c (evaluate_subexp_for_address): Provide frame address to
24 locate_var_value only if it will be needed.
25
26 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
29
30 2008-01-02 Joel Brobecker <brobecker@adacore.com>
31
32 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
33 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
34 This is needed to make sure that any other treatment applied
35 to the resulting value does not fail for spurious reason,
36 such as trying to take the address of this value.
37
38 2008-01-02 Joel Brobecker <brobecker@adacore.com>
39
40 * ada-lang.c (ada_value_equal): Dereference reference types when
41 comparing arrays.
42
43 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
44
45 Updated copyright notices for most files.
46
47 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
48
49 * win32-nat.c (psapi_module_handle): Remove static.
50 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
51 return first module found if base_address is zero. Don't initialize
52 psapi function pointers here. Convert to cygwin paths when
53 appropriate.
54 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
55 executable name. Use get_module_name when that fails or when
56 !__CYGWIN__.
57 (_initialize_psapi): New function. Initialize psapi stuff before it is
58 needed or issue a warning if it is not found. Move psapi_module_handle
59 here.
60
61 2008-01-01 Joel Brobecker <brobecker@adacore.com>
62
63 * ada-lang.c (ada_remove_trailing_digits): New function.
64 (ada_remove_po_subprogram_suffix): New function.
65 (ada_decode): Improve. Move the description of the algorithm
66 directly inside the code, instead of in the function global
67 description.
68
69 2008-01-01 Joel Brobecker <brobecker@adacore.com>
70
71 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
72 and always print the dereferenced value.
73
74 2008-01-01 Joel Brobecker <brobecker@adacore.com>
75
76 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
77 of the case where the first argument is a reference.
78 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
79
80 2008-01-01 Joel Brobecker <brobecker@adacore.com>
81
82 Implement support for Ada interface types.
83
84 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
85 (ada_is_ignored_field): Ignore fields that are a dispatch table
86 of a tagged type.
87
88 2008-01-01 Joel Brobecker <brobecker@adacore.com>
89
90 * top.c (print_gdb_version): Update copyright year.
91
92 2008-01-01 Joel Brobecker <brobecker@adacore.com>
93
94 * ChangeLog-2007: New ChangeLog rotation.
95 * ChangeLog: Reset for 2008.
96 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
97 ChangeLog-2007.
98
99 For older changes see ChangeLog-2007.
100 \f
101 Local Variables:
102 mode: change-log
103 left-margin: 8
104 fill-column: 74
105 version-control: never
106 coding: utf-8
107 End: