6f4ad13f54f8715cad767040239ab76cb5ce97c6
[external/binutils.git] / gdb / ChangeLog
1 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2
3         Code cleanup.
4         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
5         type const char *.
6         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
7         const char *.
8         * tui/tui-source.h (tui_source_is_displayed): Likewise.
9
10 2013-01-09  Anthony Green  <green@moxielogic.com>
11
12         * cp-abi.c (cplus_print_vtable): Don't return value from void
13         function.
14         * ada-lang.c (re_set_catch_assert): Ditto.
15
16 2013-01-09  Doug Evans  <dje@google.com>
17
18         * symfile.h (quick_symbol_functions): Delete member
19         pre_expand_symtabs_matching.  All uses removed.
20         * dwarf2read.c (dw2_lookup_symbol): Implement.
21         (dw2_do_expand_symtabs_matching): Delete.
22         (dw2_pre_expand_symtabs_matching): Delete.
23         (struct dw2_symtab_iterator): New type.
24         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
25         (dw2_expand_symtabs_for_function): Rewrite.
26         (dwarf2_gdb_index_functions): Update.
27         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
28         (psym_functions): Update.
29
30 2013-01-09  Tom Tromey  <tromey@redhat.com>
31
32         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
33         * configure: Rebuild.
34         * configure.ac: Add somread.o to the build if BFD has SOM
35         support.
36         * somread.c: Include som/aout.h, not syms.h.
37         (som_symtab_read): Use som_external_symbol_dictionary_record.
38         Unpack records manually.
39         (_initialize_somread): Declare.
40
41 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
42
43         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
44         Cast return_address to 64bits.
45
46 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
47
48         * printcmd.c: Remove define of function output_command.
49         * tracepoint.c: Remove extern of function output_command.
50         * valprint.h: (output_command): New extern.
51
52 2013-01-07  Tom Tromey  <tromey@redhat.com>
53
54         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
55         Remove.
56         (objc_language_defn): Use c_printchar, c_printstr,
57         c_emit_char.
58
59 2013-01-07  Tom Tromey  <tromey@redhat.com>
60
61         PR cli/7719:
62         * NEWS: Update.
63         * ada-valprint.c (printstr, print_field_values): Remove
64         "inspect_it" code.
65         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
66         code.
67         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
68         code.
69         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
70         * main.c (captured_main): Remove "epoch" argument.
71         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
72         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
73         * p-valprint.c (pascal_object_print_value_fields): Remove
74         "inspect_it" code.
75         * printcmd.c (print_command_1): Remove 'inspect' argument.
76         (print_command, call_command): Update.
77         (inspect_command): Remove.
78         (_initialize_printcmd): Make "inspect" an alias for "print".
79         * top.c (epoch_interface): Remove.
80         * top.h (epoch_interface): Remove.
81         * valprint.c (user_print_options): Update.
82         (print_converted_chars_to_obstack): Remove "inspect_it" code.
83         * valprint.h (struct value_print_options) <inspect_it>: Remove
84         field.
85
86 2013-01-04  Tom Tromey  <tromey@redhat.com>
87
88         * valprint.h (read_string): Add 'extern'.
89
90 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
91
92         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
93         used to decide whether to define darwin_read_dyld_info or not.
94
95 2013-01-03  Pierre Muller  <muller@sourceware.org>
96
97         * main.c (relocate_gdb_directory): Avoid calling stat function
98         if DIR is empty.
99
100 2013-01-03  Yao Qi  <yao@codesourcery.com>
101
102         * psymtab.c (fixup_psymbol_section): Update declaration.
103         (fixup_psymbol_section): Remove code returning value.
104
105 2013-01-03  Yao Qi  <yao@codesourcery.com>
106
107         * symtab.h: Remove some out of date comments.
108          (enum exception_event_kind): Move it ...
109         * breakpoint.c: ... here.
110
111 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
112
113         PR gdb/14405
114         * darwin-nat.c (darwin_read_dyld_info): Only build if
115         TASK_DYLD_INFO_COUNT is defined.
116         (darwin_xfer_partial): Call darwin_read_dyld_info only if
117         TASK_DYLD_INFO_COUNT is defined.
118
119 2013-01-02  Tom Tromey  <tromey@redhat.com>
120
121         * symfile.h (struct ecoff_debug_hack): Remove.
122         * objfiles.c: Don't include mdebugread.h.
123
124 2013-01-02  Tom Tromey  <tromey@redhat.com>
125
126         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
127         * configure.ac: Check for Mach-O support in BFD.  Update
128         CONFIG_OBS.
129         * configure: Rebuild.
130
131 2013-01-02  Tom Tromey  <tromey@redhat.com>
132
133         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
134         * configure.ac: Use GDB_AC_CHECK_BFD.
135         * configure: Rebuild.
136
137 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
138
139         * MAINTAINERS: Update my email.
140
141 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
142
143         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
144
145 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
146
147         * rs6000-nat.c (bss_data_overlap): New function.
148         (vmap_symtab): Use it to adjust the .bss section's offset.
149
150 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
151
152         Update year range in copyright notice of all files.
153
154 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
155
156         * top.c (print_gdb_version): Update copyright year.
157
158 For older changes see ChangeLog-2012.
159 \f
160 Local Variables:
161 mode: change-log
162 left-margin: 8
163 fill-column: 74
164 version-control: never
165 coding: utf-8
166 End: