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