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