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