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