Fixes for solaris compiler
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-01-09 Anthony Green <green@moxielogic.com>
2
3 * cp-abi.c (cplus_print_vtable): Don't return value from void
4 function.
5 * ada-lang.c (re_set_catch_assert): Ditto.
6
7 2013-01-09 Doug Evans <dje@google.com>
8
9 * symfile.h (quick_symbol_functions): Delete member
10 pre_expand_symtabs_matching. All uses removed.
11 * dwarf2read.c (dw2_lookup_symbol): Implement.
12 (dw2_do_expand_symtabs_matching): Delete.
13 (dw2_pre_expand_symtabs_matching): Delete.
14 (struct dw2_symtab_iterator): New type.
15 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
16 (dw2_expand_symtabs_for_function): Rewrite.
17 (dwarf2_gdb_index_functions): Update.
18 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
19 (psym_functions): Update.
20
21 2013-01-09 Tom Tromey <tromey@redhat.com>
22
23 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
24 * configure: Rebuild.
25 * configure.ac: Add somread.o to the build if BFD has SOM
26 support.
27 * somread.c: Include som/aout.h, not syms.h.
28 (som_symtab_read): Use som_external_symbol_dictionary_record.
29 Unpack records manually.
30 (_initialize_somread): Declare.
31
32 2012-01-08 Mike Frysinger <vapier@gentoo.org>
33
34 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
35 Cast return_address to 64bits.
36
37 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
38
39 * printcmd.c: Remove define of function output_command.
40 * tracepoint.c: Remove extern of function output_command.
41 * valprint.h: (output_command): New extern.
42
43 2013-01-07 Tom Tromey <tromey@redhat.com>
44
45 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
46 Remove.
47 (objc_language_defn): Use c_printchar, c_printstr,
48 c_emit_char.
49
50 2013-01-07 Tom Tromey <tromey@redhat.com>
51
52 PR cli/7719:
53 * NEWS: Update.
54 * ada-valprint.c (printstr, print_field_values): Remove
55 "inspect_it" code.
56 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
57 code.
58 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
59 code.
60 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
61 * main.c (captured_main): Remove "epoch" argument.
62 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
63 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
64 * p-valprint.c (pascal_object_print_value_fields): Remove
65 "inspect_it" code.
66 * printcmd.c (print_command_1): Remove 'inspect' argument.
67 (print_command, call_command): Update.
68 (inspect_command): Remove.
69 (_initialize_printcmd): Make "inspect" an alias for "print".
70 * top.c (epoch_interface): Remove.
71 * top.h (epoch_interface): Remove.
72 * valprint.c (user_print_options): Update.
73 (print_converted_chars_to_obstack): Remove "inspect_it" code.
74 * valprint.h (struct value_print_options) <inspect_it>: Remove
75 field.
76
77 2013-01-04 Tom Tromey <tromey@redhat.com>
78
79 * valprint.h (read_string): Add 'extern'.
80
81 2013-01-07 Joel Brobecker <brobecker@adacore.com>
82
83 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
84 used to decide whether to define darwin_read_dyld_info or not.
85
86 2013-01-03 Pierre Muller <muller@sourceware.org>
87
88 * main.c (relocate_gdb_directory): Avoid calling stat function
89 if DIR is empty.
90
91 2013-01-03 Yao Qi <yao@codesourcery.com>
92
93 * psymtab.c (fixup_psymbol_section): Update declaration.
94 (fixup_psymbol_section): Remove code returning value.
95
96 2013-01-03 Yao Qi <yao@codesourcery.com>
97
98 * symtab.h: Remove some out of date comments.
99 (enum exception_event_kind): Move it ...
100 * breakpoint.c: ... here.
101
102 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
103
104 PR gdb/14405
105 * darwin-nat.c (darwin_read_dyld_info): Only build if
106 TASK_DYLD_INFO_COUNT is defined.
107 (darwin_xfer_partial): Call darwin_read_dyld_info only if
108 TASK_DYLD_INFO_COUNT is defined.
109
110 2013-01-02 Tom Tromey <tromey@redhat.com>
111
112 * symfile.h (struct ecoff_debug_hack): Remove.
113 * objfiles.c: Don't include mdebugread.h.
114
115 2013-01-02 Tom Tromey <tromey@redhat.com>
116
117 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
118 * configure.ac: Check for Mach-O support in BFD. Update
119 CONFIG_OBS.
120 * configure: Rebuild.
121
122 2013-01-02 Tom Tromey <tromey@redhat.com>
123
124 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
125 * configure.ac: Use GDB_AC_CHECK_BFD.
126 * configure: Rebuild.
127
128 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
129
130 * MAINTAINERS: Update my email.
131
132 2013-01-01 Joel Brobecker <brobecker@adacore.com>
133
134 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
135
136 2013-01-01 Joel Brobecker <brobecker@adacore.com>
137
138 * rs6000-nat.c (bss_data_overlap): New function.
139 (vmap_symtab): Use it to adjust the .bss section's offset.
140
141 2013-01-01 Joel Brobecker <brobecker@adacore.com>
142
143 Update year range in copyright notice of all files.
144
145 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
146
147 * top.c (print_gdb_version): Update copyright year.
148
149 For older changes see ChangeLog-2012.
150 \f
151 Local Variables:
152 mode: change-log
153 left-margin: 8
154 fill-column: 74
155 version-control: never
156 coding: utf-8
157 End:
This page took 0.033918 seconds and 4 git commands to generate.