2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
2
3         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
4         type on float conversion for complex type.
5
6 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
7
8         Add a new class gdb.Architecture which exposes GDB's
9         internal representation of architecture via GDB Python API.
10         * Makefile.in: Add entries corresponding to the new file
11         python/py-arch.c.
12         * NEWS (Python Scripting): Add entries for the new class
13         gdb.Architecture and the new method gdb.Frame.architecture.
14         * python/py-arch.c: Implement gdb.Architecture class.
15         * python/py-frame.c (frapy_arch): Implement the method
16         gdb.Frame.architecture().
17         (frame_object_methods): Add 'architecture' to the method table.
18         * python/python-internal.h: Add declarations of new utility
19         functions.
20         * python/python.c (_initialize_python): Initialize
21         gdb.Architecture class.
22
23 2013-01-23  Doug Evans  <dje@google.com>
24
25         Work around binutils/15021.
26         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
27         type_unit_group out of union s.  All uses updated.
28         (read_index_from_section): Watch for index version 8.
29         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
30         an imported symtab.
31         (write_psymtabs_to_index): Increment version number to 8.
32
33 2013-01-22  Pedro Alves  <palves@redhat.com>
34
35         * annotate.c (breakpoint_changed): Skip if breakpoint is not
36         user-visible.
37
38 2013-01-22  Pedro Alves  <palves@redhat.com>
39
40         * annotate.c (annotate_breakpoints_changed): Rename to ...
41         (annotate_breakpoints_invalid): ... this.  Make static.
42         (breakpoint_changed): Adjust.
43         (_initialize_annotate): Always install the observers.  Install a
44         "breakpoint_created" observer.
45         * annotate.h (annotate_breakpoints_changed): Delete declaration.
46         * breakpoint.c (set_breakpoint_condition)
47         (breakpoint_set_commands, do_map_commands_command)
48         (init_raw_breakpoint, clear_command, set_ignore_count)
49         (enable_breakpoint_disp): No longer call
50         annotate_breakpoints_changed.
51
52 2013-01-22  Pedro Alves  <palves@redhat.com>
53
54         * annotate.c: Include "inferior.h".
55         (frames_invalid_emitted)
56         (breakpoints_invalid_emitted): New globals.
57         (async_background_execution_p): New function.
58         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
59         emitting the annotation if it has already been emitted.
60         (annotate_display_prompt): New function.
61         * annotate.h (annotate_display_prompt): New declaration.
62         * event-top.c: Include annotate.h.
63         (display_gdb_prompt): Call annotate_display_prompt.
64
65 2013-01-22  Pedro Alves  <palves@redhat.com>
66
67         * annotate.c (ignore_count_changed): Delete.
68         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
69         (annotate_ignore_count_change): Delete.
70         (annotate_stopped): Don't emit a delayed breakpoints-changed
71         annotation.
72         * annotate.h (annotate_ignore_count_change): Delete.
73         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
74         annotate_ignore_count_change.
75
76 2013-01-22  Tom Tromey  <tromey@redhat.com>
77
78         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
79         require_rvalue for a register location.
80
81 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
82
83         * breakpoint.c (print_one_breakpoint_location): Add MI
84         field 'thread-groups' when printing a breakpoint.
85         (output_thread_groups): New function.
86
87 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
88
89         * python/lib/gdb/commands/explore.py
90         (CompoundExplorer.explore_expr): Correct the name of a method
91         being invoked.
92         (ExploreTypeCommand.invoke): Add a missing 'return'.
93
94 2013-01-21  Tom Tromey  <tromey@redhat.com>
95
96         * gdb_obstack.h (obconcat): Move declaration here, from...
97         * symfile.h (obconcat): ... here.
98         * gdb_obstack.c: New file.
99         (obconcat): Move from...
100         * symfile.c (obconcat): ... here.
101         * Makefile.in (SFILES): Add gdb_obstack.c.
102         (COMMON_OBS): Add gdb_obstack.o.
103
104 2013-01-21  Tom Tromey  <tromey@redhat.com>
105
106         * symfile.h (obsavestring): Don't declare.
107         * symfile.c (obsavestring): Remove.
108         * ada-exp.y: Use obstack_copy0, not obsavestring.
109         * ada-lang.c: Use obstack_copy0, not obsavestring.
110         * coffread.c: Use obstack_copy0, not obsavestring.
111         * cp-namespace.c: Use obstack_copy0, not obsavestring.
112         * dbxread.c: Use obstack_copy0, not obsavestring.
113         * dwarf2read.c: Use obstack_copy0, not obsavestring.
114         * jit.c: Use obstack_copy0, not obsavestring.
115         * mdebugread.c: Use obstack_copy0, not obsavestring.
116         * psymtab.c: Use obstack_copy0, not obsavestring.
117         * stabsread.c: Use obstack_copy0, not obsavestring.
118         * xcoffread.c: Use obstack_copy0, not obsavestring.
119
120 2013-01-21  Tom Tromey  <tromey@redhat.com>
121
122         * dwarf2read.c (fixup_go_packaging): Save package name
123         on objfile obstack.
124         * gdbtypes.c (init_type): Don't copy name.
125
126 2013-01-21  Tom Tromey  <tromey@redhat.com>
127
128         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
129         const.
130         (struct attribute) <u.str>: Now const.
131         (struct fnfieldlist) <name>: Now const.
132         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
133         (partial_die_parent_scope): Make return type const.
134         (partial_die_full_name, add_partial_symbol): Update.
135         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
136         'name' const.
137         (find_file_and_directory): Make 'name' and 'comp_dir' const.
138         (read_file_scope, read_func_scope, dwarf2_add_field)
139         (dwarf2_add_member_fn, read_structure_type)
140         (process_enumeration_scope, read_array_type, read_module_type)
141         (read_base_type, read_subrange_type): Update.
142         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
143         (new_symbol_full, guess_full_die_structure_name): Update.
144         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
145         (dwarf2_name): Return const type.
146         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
147         const.
148
149 2013-01-21  Tom Tromey  <tromey@redhat.com>
150
151         * gdbtypes.c (init_type): Make 'name' const.
152         * gdbtypes.h (init_type): Update.
153
154 2013-01-21  Tom Tromey  <tromey@redhat.com>
155
156         * buildsym.c (patch_subfile_names): Use set_last_source_file.
157         (start_symtab): Make 'name' and 'dirname' const.  Use
158         set_last_source_file.
159         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
160         (last_source_file): Define.  Now static.
161         (set_last_source_file, get_last_source_file): New functions.
162         * buildsym.h (last_source_file): Don't declare.
163         (start_symtab): Update.
164         (set_last_source_file, get_last_source_file): Declare.
165         * coffread.c (complete_symtab): Use set_last_source_file.
166         (coff_end_symtab): Likewise.
167         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
168         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
169         set_last_source_file.
170         (process_one_symbol): Use get_last_source_file.
171         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
172         (psymtab_to_symtab_1): Use get_last_source_file.
173         * xcoffread.c (process_linenos): Use get_last_source_file.
174         (complete_symtab): Use set_last_source_file.
175         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
176         (scan_xcoff_symtab): Use set_last_source_file.
177
178 2013-01-21  Tom Tromey  <tromey@redhat.com>
179
180         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
181         (symbol_set_names): Remove casts.  Handle field const-ness.
182
183 2013-01-21  Tom Tromey  <tromey@redhat.com>
184
185         * dwarf2read.c (new_symbol_full): Remove cast.
186         * symtab.c (symbol_set_demangled_name): Make 'name' const.
187         * symtab.h (symbol_set_demangled_name): Update.
188
189 2013-01-21  Tom Tromey  <tromey@redhat.com>
190
191         * main.c (captured_main): Call bfd_init.
192
193 2013-01-21  Tom Tromey  <tromey@redhat.com>
194
195         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
196         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
197         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
198         * NEWS: Update.
199
200 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
201
202         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
203
204 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
205
206         Fix gdb.fortran/common-block.exp crash in PIE mode.
207         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
208         LOC_COMMON_BLOCK.
209         * f-valprint.c (info_common_command_for_block): Expect
210         LOC_COMMON_BLOCK in gdb_assert.
211         * symtab.h (struct general_symbol_info): Update comment for the
212         common_block member.
213         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
214         (enum address_class): New member LOC_COMMON_BLOCK.
215
216 2013-01-18  David Blaikie  <dblaikie@gmail.com>
217
218         * MAINTAINERS (Write After Approval): Add "David Blaikie".
219
220 2013-01-18  Tom Tromey  <tromey@redhat.com>
221
222         PR c++/14999:
223         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
224         Call require_rvalue.
225
226 2013-01-18  Yao Qi  <yao@codesourcery.com>
227
228         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
229         (dbx_read_symtab): New declaration.
230         (dbx_psymtab_to_symtab): Delete.
231         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
232         Rename parameter PST to SELF.  Exchanged two parameters.
233         (start_psymtab): Caller update.
234         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
235         (dwarf2_read_symtab): New declaration.
236         (dwarf2_psymtab_to_symtab): Delete.
237         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
238         Rename parameter PST to SELF.  Exchanged two parameters.
239         (create_partial_symtab): Caller update.
240         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
241         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
242         Rename parameter PST to SELF.  Exchanged two parameters.
243         (parse_partial_symbols, new_psymtab): Caller update.
244         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
245         two parameters.
246         * psymtab.c (psymtab_to_symtab): Caller update.
247         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
248         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
249         Rename parameter PST to SELF.  Exchanged two parameters.
250         (xcoff_start_psymtab): Caller update.
251
252 2013-01-18  Yao Qi  <yao@codesourcery.com>
253
254         * infrun.c (proceed): Rename local variable 'oneproc' to
255         'force_step'.
256
257 2013-01-17  Doug Evans  <dje@google.com>
258
259         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
260         (dw2_build_type_unit_groups): Delete.  All uses updated.
261
262         * symtab.h (struct symbol_search): Add comment.
263
264 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
265
266         * symtab.c (compare_filenames_for_search): New comment for
267         HAS_DRIVE_SPEC.
268
269 2013-01-17  Tom Tromey  <tromey@redhat.com>
270
271         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
272
273 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
274
275         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
276         initialize it by existing make_cleanup.  Call new do_cleanups.
277
278 2013-01-17  Tom Tromey  <tromey@redhat.com>
279
280         * cp-abi.c (cp_abi_completer): New function.
281         (_initialize_cp_abi): Set completer for "set cp-abi".
282
283 2013-01-17  Tom Tromey  <tromey@redhat.com>
284
285         * mem-break.c: Remove obsolete comment.
286         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
287
288 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
289
290         * jit.c (jit_reader_load_command): Interpret the jit reader name
291         as an absolute path if it begins with a forward slash.
292
293 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
294
295         PR gdb/14550
296
297         * jit.c (finalize_symtab): Ensure that only the global block has a
298         NULL superblock.
299
300 2013-01-17  Pedro Alves  <palves@redhat.com>
301
302         * acinclude.m4: Include ../config/plugins.m4,
303         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
304         * Makefile.in (aclocal_m4_deps): Update.
305         * aclocal.m4: Renegerate.
306
307 2013-01-16  Doug Evans  <dje@google.com>
308
309         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
310
311 2013-01-16  Pedro Alves  <palves@redhat.com>
312             Tom Tromey  <tromey@redhat.com>
313
314         PR cli/7221:
315         * NEWS: Add "catch signal".
316         * breakpoint.c (base_breakpoint_ops): No longer static.
317         (bpstat_explains_signal): New function.
318         (init_catchpoint): No longer static.
319         (base_breakpoint_explains_signal): New function.
320         (base_breakpoint_ops): Initialize new field.
321         * breakpoint.h (enum bpstat_signal_value): New.
322         (struct breakpoint_ops) <explains_signal>: New field.
323         (bpstat_explains_signal): Remove macro, declare as function.
324         (base_breakpoint_ops, init_catchpoint): Declare.
325         * break-catch-sig.c: New file.
326         * inferior.h (signal_catch_update): Declare.
327         * infrun.c (signal_catch): New global.
328         (handle_syscall_event): Update for change to
329         bpstat_explains_signal.
330         (handle_inferior_event): Likewise.  Always handle random signals
331         via bpstats.
332         (signal_cache_update): Check signal_catch.
333         (signal_catch_update): New function.
334         (_initialize_infrun): Initialize signal_catch.
335         * Makefile.in (SFILES): Add break-catch-sig.c.
336         (COMMON_OBS): Add break-catch-sig.o.
337
338 2013-01-16  Tom Tromey  <tromey@redhat.com>
339
340         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
341         (print_one_catch_solib, print_one_catch_syscall)
342         (print_one_catch_exec, print_one_exception_catchpoint): Emit
343         "catch-type".
344
345 2013-01-16  Yao Qi  <yao@codesourcery.com>
346
347         * printcmd.c (current_display_number): Make it static.
348
349 2013-01-16  Yao Qi  <yao@codesourcery.com>
350
351         * infcmd.c (step_once): Don't check '!single_inst' as it was
352         checked before.
353
354 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
355
356         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
357
358 2013-01-14  Tom Tromey  <tromey@redhat.com>
359
360         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
361         set command.
362         * command.h (add_setshow_string_noescape_cmd): Update.
363         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
364         (complete_set_gnutarget): New function.
365         (_initialize_core): Set the "set gnutarget" completer.
366
367 2013-01-14  Tom Tromey  <tromey@redhat.com>
368
369         PR symtab/14442:
370         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
371         (c_type_print_modifier): Likewise.
372         * dwarf2read.c (read_tag_restrict_type): New function.
373         (read_type_die_1): Handle DW_TAG_restrict_type.
374         * gdbtypes.c (make_restrict_type): New function.
375         (recursive_dump_type): Handle TYPE_RESTRICT.
376         * gdbtypes.h (enum type_flag_values): Renumber.
377         (enum type_instance_flag_value): Add
378         TYPE_INSTANCE_FLAG_RESTRICT.
379         (TYPE_RESTRICT): New macro.
380         (make_restrict_type): Declare.
381
382 2013-01-14  Tom Tromey  <tromey@redhat.com>
383
384         PR symtab/14931:
385         * psymtab.c (struct psymtab_state): New.
386         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
387         functions.
388         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
389         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
390
391 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
392             Pedro Alves  <palves@redhat.com>
393
394         PR remote/14786
395
396         * remote.c (remote_threads_info): Make a copy of the reply from
397         qfThreadInfo and use that instead of rs->buf.
398
399 2013-01-14  Yao Qi  <yao@codesourcery.com>
400
401         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
402         (dbx_psymtab_to_symtab): Likewise.
403         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
404         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
405         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
406
407 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
408
409         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
410         make_cleanup_restore_current_language.  Call set_language.  Move
411         OLD_CHAIN and INNER_CHAIN cleanups.
412         * utils.c (do_restore_current_language)
413         (make_cleanup_restore_current_language): New functions.
414         * utils.h (make_cleanup_restore_current_language): New declaration.
415
416 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
417
418         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
419         non-existing files.
420
421         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
422         non-existing files if FILENAME is already absolute.
423
424 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
425
426         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
427         fputs_filtered.  Append trailing newline.
428
429 2013-01-11  Yao Qi  <yao@codesourcery.com>
430             Stan Shebs  <stan@codesourcery.com>
431
432         * psymtab.c (init_psymbol_list): Clarify the comment.
433
434 2013-01-11  Yao Qi  <yao@codesourcery.com>
435
436         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
437         (update_dprintf_command_list): Assert that 'printf_line' is
438         non-null.  Remove condition check.
439
440 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
441
442         Code cleanup.
443         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
444         type const char *.
445         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
446         const char *.
447         * tui/tui-source.h (tui_source_is_displayed): Likewise.
448
449 2013-01-09  Anthony Green  <green@moxielogic.com>
450
451         * cp-abi.c (cplus_print_vtable): Don't return value from void
452         function.
453         * ada-lang.c (re_set_catch_assert): Ditto.
454
455 2013-01-09  Doug Evans  <dje@google.com>
456
457         * symfile.h (quick_symbol_functions): Delete member
458         pre_expand_symtabs_matching.  All uses removed.
459         * dwarf2read.c (dw2_lookup_symbol): Implement.
460         (dw2_do_expand_symtabs_matching): Delete.
461         (dw2_pre_expand_symtabs_matching): Delete.
462         (struct dw2_symtab_iterator): New type.
463         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
464         (dw2_expand_symtabs_for_function): Rewrite.
465         (dwarf2_gdb_index_functions): Update.
466         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
467         (psym_functions): Update.
468
469 2013-01-09  Tom Tromey  <tromey@redhat.com>
470
471         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
472         * configure: Rebuild.
473         * configure.ac: Add somread.o to the build if BFD has SOM
474         support.
475         * somread.c: Include som/aout.h, not syms.h.
476         (som_symtab_read): Use som_external_symbol_dictionary_record.
477         Unpack records manually.
478         (_initialize_somread): Declare.
479
480 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
481
482         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
483         Cast return_address to 64bits.
484
485 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
486
487         * printcmd.c: Remove define of function output_command.
488         * tracepoint.c: Remove extern of function output_command.
489         * valprint.h: (output_command): New extern.
490
491 2013-01-07  Tom Tromey  <tromey@redhat.com>
492
493         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
494         Remove.
495         (objc_language_defn): Use c_printchar, c_printstr,
496         c_emit_char.
497
498 2013-01-07  Tom Tromey  <tromey@redhat.com>
499
500         PR cli/7719:
501         * NEWS: Update.
502         * ada-valprint.c (printstr, print_field_values): Remove
503         "inspect_it" code.
504         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
505         code.
506         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
507         code.
508         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
509         * main.c (captured_main): Remove "epoch" argument.
510         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
511         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
512         * p-valprint.c (pascal_object_print_value_fields): Remove
513         "inspect_it" code.
514         * printcmd.c (print_command_1): Remove 'inspect' argument.
515         (print_command, call_command): Update.
516         (inspect_command): Remove.
517         (_initialize_printcmd): Make "inspect" an alias for "print".
518         * top.c (epoch_interface): Remove.
519         * top.h (epoch_interface): Remove.
520         * valprint.c (user_print_options): Update.
521         (print_converted_chars_to_obstack): Remove "inspect_it" code.
522         * valprint.h (struct value_print_options) <inspect_it>: Remove
523         field.
524
525 2013-01-04  Tom Tromey  <tromey@redhat.com>
526
527         * valprint.h (read_string): Add 'extern'.
528
529 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
530
531         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
532         used to decide whether to define darwin_read_dyld_info or not.
533
534 2013-01-03  Pierre Muller  <muller@sourceware.org>
535
536         * main.c (relocate_gdb_directory): Avoid calling stat function
537         if DIR is empty.
538
539 2013-01-03  Yao Qi  <yao@codesourcery.com>
540
541         * psymtab.c (fixup_psymbol_section): Update declaration.
542         (fixup_psymbol_section): Remove code returning value.
543
544 2013-01-03  Yao Qi  <yao@codesourcery.com>
545
546         * symtab.h: Remove some out of date comments.
547          (enum exception_event_kind): Move it ...
548         * breakpoint.c: ... here.
549
550 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
551
552         PR gdb/14405
553         * darwin-nat.c (darwin_read_dyld_info): Only build if
554         TASK_DYLD_INFO_COUNT is defined.
555         (darwin_xfer_partial): Call darwin_read_dyld_info only if
556         TASK_DYLD_INFO_COUNT is defined.
557
558 2013-01-02  Tom Tromey  <tromey@redhat.com>
559
560         * symfile.h (struct ecoff_debug_hack): Remove.
561         * objfiles.c: Don't include mdebugread.h.
562
563 2013-01-02  Tom Tromey  <tromey@redhat.com>
564
565         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
566         * configure.ac: Check for Mach-O support in BFD.  Update
567         CONFIG_OBS.
568         * configure: Rebuild.
569
570 2013-01-02  Tom Tromey  <tromey@redhat.com>
571
572         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
573         * configure.ac: Use GDB_AC_CHECK_BFD.
574         * configure: Rebuild.
575
576 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
577
578         * MAINTAINERS: Update my email.
579
580 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
581
582         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
583
584 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
585
586         * rs6000-nat.c (bss_data_overlap): New function.
587         (vmap_symtab): Use it to adjust the .bss section's offset.
588
589 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
590
591         Update year range in copyright notice of all files.
592
593 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
594
595         * top.c (print_gdb_version): Update copyright year.
596
597 For older changes see ChangeLog-2012.
598 \f
599 Local Variables:
600 mode: change-log
601 left-margin: 8
602 fill-column: 74
603 version-control: never
604 coding: utf-8
605 End: