ae086e5c616e81c9e1678c8054896046cd0de8e7
[external/binutils.git] / gdb / ChangeLog
1 2013-01-07  Tom Tromey  <tromey@redhat.com>
2
3         PR cli/7719:
4         * NEWS: Update.
5         * ada-valprint.c (printstr, print_field_values): Remove
6         "inspect_it" code.
7         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
8         code.
9         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
10         code.
11         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12         * main.c (captured_main): Remove "epoch" argument.
13         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
14         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
15         * p-valprint.c (pascal_object_print_value_fields): Remove
16         "inspect_it" code.
17         * printcmd.c (print_command_1): Remove 'inspect' argument.
18         (print_command, call_command): Update.
19         (inspect_command): Remove.
20         (_initialize_printcmd): Make "inspect" an alias for "print".
21         * top.c (epoch_interface): Remove.
22         * top.h (epoch_interface): Remove.
23         * valprint.c (user_print_options): Update.
24         (print_converted_chars_to_obstack): Remove "inspect_it" code.
25         * valprint.h (struct value_print_options) <inspect_it>: Remove
26         field.
27
28 2013-01-04  Tom Tromey  <tromey@redhat.com>
29
30         * valprint.h (read_string): Add 'extern'.
31
32 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
33
34         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
35         used to decide whether to define darwin_read_dyld_info or not.
36
37 2013-01-03  Pierre Muller  <muller@sourceware.org>
38
39         * main.c (relocate_gdb_directory): Avoid calling stat function
40         if DIR is empty.
41
42 2013-01-03  Yao Qi  <yao@codesourcery.com>
43
44         * psymtab.c (fixup_psymbol_section): Update declaration.
45         (fixup_psymbol_section): Remove code returning value.
46
47 2013-01-03  Yao Qi  <yao@codesourcery.com>
48
49         * symtab.h: Remove some out of date comments.
50          (enum exception_event_kind): Move it ...
51         * breakpoint.c: ... here.
52
53 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
54
55         PR gdb/14405
56         * darwin-nat.c (darwin_read_dyld_info): Only build if
57         TASK_DYLD_INFO_COUNT is defined.
58         (darwin_xfer_partial): Call darwin_read_dyld_info only if
59         TASK_DYLD_INFO_COUNT is defined.
60
61 2013-01-02  Tom Tromey  <tromey@redhat.com>
62
63         * symfile.h (struct ecoff_debug_hack): Remove.
64         * objfiles.c: Don't include mdebugread.h.
65
66 2013-01-02  Tom Tromey  <tromey@redhat.com>
67
68         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
69         * configure.ac: Check for Mach-O support in BFD.  Update
70         CONFIG_OBS.
71         * configure: Rebuild.
72
73 2013-01-02  Tom Tromey  <tromey@redhat.com>
74
75         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
76         * configure.ac: Use GDB_AC_CHECK_BFD.
77         * configure: Rebuild.
78
79 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
80
81         * MAINTAINERS: Update my email.
82
83 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
84
85         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
86
87 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
88
89         * rs6000-nat.c (bss_data_overlap): New function.
90         (vmap_symtab): Use it to adjust the .bss section's offset.
91
92 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
93
94         Update year range in copyright notice of all files.
95
96 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
97
98         * top.c (print_gdb_version): Update copyright year.
99
100 For older changes see ChangeLog-2012.
101 \f
102 Local Variables:
103 mode: change-log
104 left-margin: 8
105 fill-column: 74
106 version-control: never
107 coding: utf-8
108 End: