]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Update some copyright years.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
6c01dd94
PA
12013-02-12 Pedro Alves <palves@redhat.com>
2
3 * break-catch-sig.c: Update copyright years.
4
b65a2bd9
SCR
52013-02-11 Siva Chandra Reddy <sivachandra@google.com>
6
7 Add support for a destructor for ui_out data and use it to
8 provide a ui_out destructor.
9 * ui-out.h: Declare the new ui_out destructor.
10 (ui_out_impl): Add a field for data destructor in ui_out_impl.
11 * ui-out.c (default_data_destroy): Add a default data destructor
12 which does nothing.
13 (default_ui_out_impl): Set the new data_destroy field to
14 default_data_destroy
15 (uo_data_destroy): Local function which invokes the data
16 destructor if present.
17 (clear_table): Local function which clears the table data of a
18 ui_out object.
19 (ui_out_destroy): Public function which frees a ui_out object.
20 (ui_out_table_end): Use the new clear_table function.
21 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
22 NULL.
23 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
24 to NULL.
25
c2792f5a
DE
262013-02-11 Doug Evans <dje@google.com>
27
28 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
29 (printf_decfloat): New function. Broken out from ui_printf.
30 Remove unnecessary code to shift the entire format string down.
31 (printf_pointer): New function.
32 (ui_printf): Code to print C strings, wide C strings, decfloats,
33 and pointers moved to separate functions.
34
d9e98382
SDJ
352013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
36
37 * valops.c (value_assign): Handling bitfield offset in
38 `lval_internalvar_component' case.
39
4ff3ce77
DE
402013-02-08 Doug Evans <dje@google.com>
41
42 * common/format.c (parse_format_string): Fix whitespace.
43
901900c4
MGD
442013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
45
46 * stack.c (return_command): Work around uninitialized variable
47 warning.
48
b5dbc8d4
YZ
492013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
50
51 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
52 number of the registers from 36 to 34.
53
51d66578
MS
542013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
55
56 * NEWS: Mention new AArch64 native and target support.
57
176b1c95
MS
582013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
59
60 * MAINTAINERS (Write After Approval): Add myself.
61
9d19df75
MS
622013-02-08 Jim MacArthur <jim.macarthur@arm.com>
63 Marcus Shawcroft <marcus.shawcroft@arm.com>
64 Nigel Stephens <nigel.stephens@arm.com>
65 Yufeng Zhang <yufeng.zhang@arm.com>
66
67 * aarch64-linux-nat.c: New file.
68 * config/aarch64/linux.mh: New file.
69 * configure.host: Add AArch64.
70 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
71
7e1e0340
DE
722013-02-07 Doug Evans <dje@google.com>
73
74 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
75 disassemble command.
76
45e25a36
MS
772013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
78
79 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
80 set_gdbarch_fetch_tls_load_module_address.
81
bbfdfe1c
DM
822013-02-06 David S. Miller <davem@davemloft.net>
83
84 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
85 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
86 * value.c (struct_return_convention): New function.
87 (using_struct_return): Implement in terms of struct_return_convention.
88 * value.h (struct_return_convention): Declare.
89 * stack.c (return_command): Allow successful overriding of the return
90 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
91
bc9abe4a
TT
922013-02-06 Tom Tromey <tromey@redhat.com>
93
94 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
95 outside of TRY_CATCH.
96
134a2066
YQ
972013-02-06 Yao Qi <yao@codesourcery.com>
98
99 * mi/mi-interp.c: Include "tracepoint.h".
100 (mi_tsv_modified): Declare.
101 (mi_tsv_created, mi_tsv_deleted): Update declaration.
102 (mi_interpreter_init): Call observer_attach_tsv_modified.
103 (mi_tsv_modified): New.
104 (mi_tsv_created, mi_tsv_deleted): Update.
105 * tracepoint.c (trace_variable_command): Call
106 observer_notify_tsv_modified if the initial value of tsv is
107 changed.
108 (delete_trace_state_variable): Call
109 observer_notify_tsv_deleted earlier.
110 (trace_variable_command): Caller update.
111 (create_tsv_from_upload): Likewise.
112 * observer.sh: Declare "struct trace_state_variable".
113
114 * NEWS: Mention the new MI notification "=tsv-modified".
115
59be2b6a
DE
1162013-02-05 Doug Evans <dje@google.com>
117
118 * completer.c (location_completer): Fix typo in comment.
119
d30113d4
JK
1202013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 * breakpoint.c (add_location_to_breakpoint): Insert the location with
123 ADDRESS sorted.
124
14ac654f
MS
1252013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
126
127 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
128 Refactor if statement to avoid trailing || operator.
129
543bf33d
AT
1302013-02-05 Andreas Tobler <andreast@fgznet.ch>
131
132 * NEWS: Add PowerPC FreeBSD as a new native configuration.
133
dc18f110
AT
1342013-02-04 Andreas Tobler <andreast@fgznet.ch>
135
136 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
137 * configure.host: Add powerpc*-*-freebsd* target.
138 * configure.tgt: Add target info for powerpc*-*-freebsd*.
139 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
140 * config/powerpc/fbsd.mh: New file.
141
b3ac9c77
SDJ
1422013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
143 Denys Vlasenko <dvlasenk@redhat.com>
144 Pedro Alves <palves@redhat.com>
145
146 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
147 (struct elf_internal_linux_prpsinfo): Forward declare.
148 * gdbarch.h, gdbarch.c: Regenerate.
149 * linux-tdep.c: Include `cli/cli-utils.h'.
150 (linux_fill_prpsinfo): New function.
151 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
152 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
153 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
154 depending on gdbarch pointer bitness.
155 * ppc-linux-tdep.c: Include elf-bfd.h.
156 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
157 on 32-bit.
158
176eb98c
MS
1592013-02-04 Jim MacArthur <jim.macarthur@arm.com>
160 Marcus Shawcroft <marcus.shawcroft@arm.com>
161 Nigel Stephens <nigel.stephens@arm.com>
162 Yufeng Zhang <yufeng.zhang@arm.com>
163
164 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
165
cf0dbd6f
MS
1662013-02-04 Jim MacArthur <jim.macarthur@arm.com>
167 Marcus Shawcroft <marcus.shawcroft@arm.com>
168 Nigel Stephens <nigel.stephens@arm.com>
169 Yufeng Zhang <yufeng.zhang@arm.com>
170
171 * aarch64-newlib-tdep.c: New file.
172 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
173 aarch64*-*-elf.
174 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
175 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
176 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
177 * osabi.c (gdb_osabi_names): Add "Newlib".
178
1ae3db19
MS
1792013-02-04 Jim MacArthur <jim.macarthur@arm.com>
180 Marcus Shawcroft <marcus.shawcroft@arm.com>
181 Nigel Stephens <nigel.stephens@arm.com>
182 Yufeng Zhang <yufeng.zhang@arm.com>
183
184 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
185 (ALLDEPFILES): Add aarch64-linux-tdep.c.
186 * aarch64-linux-tdep.c: New file.
187 * aarch64-linux-tdep.h: New file.
188 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
189 * configure.tgt: Add aarch64-none-linux-gnu.
190
07b287a0
MS
1912013-02-04 Jim MacArthur <jim.macarthur@arm.com>
192 Marcus Shawcroft <marcus.shawcroft@arm.com>
193 Nigel Stephens <nigel.stephens@arm.com>
194 Yufeng Zhang <yufeng.zhang@arm.com>
195
196 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
197 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
198 (ALLDEPFILES): Add aarch64-tdep.c.
199 * aarch64-tdep.c: New file.
200 * aarch64-tdep.h: New file.
201 * configure.tgt: Add AArch64.
202 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
203 (aarch64-expedite): New definition.
204 * features/aarch64-core.xml: New file.
205 * features/aarch64-fpu.xml: New file.
206 * features/aarch64-without-fpu.c: New file (generated).
207 * features/aarch64-without-fpu.xml: New file.
208 * features/aarch64.c: New file (generated).
209 * features/aarch64.xml: New file.
210 * regformats/aarch64-without-fpu.dat: New file (generated).
211 * regformats/aarch64.dat: New file (generated).
212
0f1b18ab
JK
2132013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
214
215 * contrib/expect-read1.c: New file.
216 * contrib/expect-read1.sh: New file.
217
233d95b5
JK
2182013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
219
220 * dwarf2read.c (file_file_name): New function with code from
221 file_full_name.
222 (file_full_name): Move most of the code to file_file_name.
223 (macro_start_file): Rename variable full_name to file_name and use
224 file_file_name for it. Add comp_dir parameter to new_macro_table.
225 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
226 macro_source_file->filename access by macro_source_fullname call.
227 * macroscope.c (_initialize_macroscope): Update the new_macro_table
228 caller.
229 * macrotab.c (struct macro_table): New field comp_dir.
230 (macro_include): New variables link_fullname and source_fullname.
231 Replace any macro_source_file->filename access by macro_source_fullname
232 call.
233 (macro_lookup_inclusion): Remove the partial filenames checking code.
234 (check_for_redefinition): New variables source_fullname and
235 found_key_fullname. Replace any macro_source_file->filename access by
236 macro_source_fullname call.
237 (macro_undef): New variables source_fullname and key_fullname. Replace
238 any macro_source_file->filename access by macro_source_fullname call.
239 (macro_lookup_definition): New variables retval and source_fullname.
240 Replace any macro_source_file->filename access by macro_source_fullname
241 call.
242 (foreach_macro): New variable key_fullname. Replace any
243 macro_source_file->filename access by macro_source_fullname call.
244 (foreach_macro_in_scope): New variable datum_fullname. Replace any
245 macro_source_file->filename access by macro_source_fullname call.
246 (new_macro_table): Add parameter comp_dir. Initialize T with it.
247 (macro_source_fullname): New function.
248 * macrotab.h (struct macro_source_file): Extent the filename field
249 comment.
250 (new_macro_table): New parameter comp_dir, add a comment for it.
251 (macro_source_fullname): new declaration.
252
da235a7c
JK
2532013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
254
255 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
256 this_real_name to outer block. Use it also for
257 compare_filenames_for_search.
258 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
259 with dw2_get_real_path for file_matcher, considering also
260 BASENAMES_MAY_DIFFER.
261 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
262
fbd9ab74
JK
2632013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
264
265 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
266 to the file_matcher parameter. Pass 0 to it.
267 (dwarf2_create_include_psymtab): Copy also DIRNAME.
268 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
269 NULL psymtab_to_fullname result.
270 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
271 an expected filename instead.
272 (expand_symtabs_matching_via_partial): Add basenames parameter to the
273 file_matcher parameter. Call also psymtab_to_fullname, after newly
274 considering BASENAMES_MAY_DIFFER.
275 * source.c (rewrite_source_path): Remove static.
276 * source.h (rewrite_source_path): New declaration.
277 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
278 the expand_symtabs_matching field. Comment it.
279 * symtab.c (file_matches): New function comment. Add parameter
280 basenames, implement it.
281 (search_symbols_file_matches): Add basenames parameter. Update the
282 file_matches caller.
283 (search_symbols): Match FILES also against symtab_to_fullname.
284 Optimize it for BASENAMES_MAY_DIFFER.
285
56d397a3
JK
2862013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
287
288 * source.c (print_source_lines_base): Print for TUI also "fullname".
289 * tui/tui-data.c (init_content_element): Change tui_locator_element
290 field to full_name.
291 * tui/tui-data.h (struct tui_locator_element): Likewise.
292 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
293 tui_update_locator_filename calls to tui_update_locator_fullname.
294 Replace symtab->filename refererence by symtab_to_fullname call.
295 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
296 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
297 field to full_name. Replace symtab->filename refererence by
298 symtab_to_fullname call.
299 (tui_show_symtab_source): Rename parameter to fullname. Change
300 tui_locator_element field to full_name.
301 * tui/tui-stack.c: Include source.h.
302 (tui_set_locator_filename): Rename the declaration to ...
303 (tui_set_locator_fullname): ... here. Rename its parameter to
304 fullname, updates its comment.
305 (tui_set_locator_info): Rename its parameter to fullname.
306 (tui_set_locator_filename): Rename the definition to ...
307 (tui_set_locator_fullname): ... here. Rename its parameter to
308 fullname, updates its comment. Change tui_locator_element field to
309 full_name.
310 (tui_set_locator_info): Rename its parameter to fullname.
311 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
312 (tui_update_locator_filename): Rename to ...
313 (tui_update_locator_fullname): ... here. Rename callee to
314 tui_set_locator_fullname.
315 (tui_show_frame_info): Replace symtab->filename refererence by
316 symtab_to_fullname call.
317 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
318 (tui_update_locator_fullname): ... here.
319 * tui/tui-winsource.c (tui_display_main): Rename the callee to
320 tui_update_locator_fullname. Replace symtab->filename refererence by
321 symtab_to_fullname call.
322 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
323 Rename the callee to tui_update_locator_fullname.
324 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
325
05cba821
JK
3262013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
327
328 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
329 by symtab_to_filename_for_display calls.
330 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
331 (clear_command): New variable sal_fullname, initialize it. Replace
332 compare_filenames_for_search by filename_cmp with sal_fullname.
333 (say_where, update_static_tracepoint): Replace symtab->filename
334 refererences by symtab_to_filename_for_display calls.
335 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
336 Likewise.
337 * dwarf2read.c: Include source.h.
338 (fixup_go_packaging): Replace symtab->filename refererences by
339 symtab_to_filename_for_display calls.
340 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
341 Replace symtab->filename refererences by symtab_to_filename_for_display
342 calls.
343 (create_sals_line_offset, convert_linespec_to_sals): New variable
344 fullname, initialize it, replace symtab->filename reference by the
345 variable.
346 * linux-fork.c: Include source.h.
347 (info_checkpoints_command): Replace symtab->filename refererences by
348 symtab_to_filename_for_display calls.
349 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
350 by symtab_to_filename_for_display calls.
351 * mdebugread.c: Include source.h.
352 (psymtab_to_symtab_1): Replace symtab->filename refererences by
353 symtab_to_filename_for_display calls.
354 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
355 (mi_cmd_file_list_exec_source_files): Likewise.
356 * printcmd.c: Include source.h.
357 (build_address_symbolic): Replace symtab->filename refererences by
358 symtab_to_filename_for_display calls.
359 * psymtab.c (partial_map_symtabs_matching_filename)
360 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
361 with psymtab_to_fullname.
362 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
363 by symtab_to_filename_for_display calls.
364 (stpy_get_filename): New variable filename, initialize it, use instead
365 of symtab->filename refererences.
366 (salpy_str): Make variable filename const char *. Replace
367 symtab->filename refererences by symtab_to_filename_for_display calls.
368 * skip.c: Include source.h and filenames.h.
369 (skip_file_command): Remove const from the symtab variable. Replace
370 symtab->filename refererences by symtab_to_fullname call.
371 (function_name_is_marked_for_skip): New variables searched_for_fullname
372 and fullname. Use them to search also with symtab's fullname.
373 * source.c (find_source_lines): Replace symtab->filename refererences
374 by symtab_to_filename_for_display calls.
375 (print_source_lines_base): New variable filename, use it instead of
376 symtab->filename. Replace symtab->filename refererences by
377 symtab_to_filename_for_display calls.
378 (line_info, forward_search_command): Replace symtab->filename
379 refererences by symtab_to_filename_for_display calls.
380 (reverse_search_command): Replace symtab->filename refererences by
381 symtab_to_filename_for_display calls. New variable filename for it.
382 * stack.c (frame_info): Likewise.
383 * symmisc.c: Include source.h.
384 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
385 (maintenance_info_symtabs): Replace symtab->filename refererences by
386 symtab_to_filename_for_display calls.
387 * symtab.c (iterate_over_some_symtabs): Call
388 compare_filenames_for_search also with symtab_to_fullname.
389 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
390 symtab->filename refererences by symtab_to_filename_for_display calls.
391 (find_line_symtab): Replace symtab->filename refererences by
392 symtab_to_filename_for_display calls.
393 (file_matches): Replace filename_cmp by compare_filenames_for_search.
394 (print_symbol_info): Make the last parameter const char *. New
395 variable s_filename. Use it in the function.
396 (symtab_symbol_info): Make the last_filename variable const char *.
397 Replace symtab->filename refererences by symtab_to_filename_for_display
398 calls.
399 (rbreak_command): New variable fullname. Use it. Replace
400 symtab->filename refererence by symtab_to_filename_for_display call.
401 * tracepoint.c (set_traceframe_context, trace_find_line_command)
402 (print_one_static_tracepoint_marker): Replace symtab->filename
403 refererences by symtab_to_filename_for_display calls.
404 * tui/tui-source.c (tui_set_source_content): New variables filename and
405 s_filename. Replace symtab->filename refererences by this variable.
406 Replace other symtab->filename refererences by
407 symtab_to_filename_for_display calls.
408
1b56eb55
JK
4092013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
410 Jan Kratochvil <jan.kratochvil@redhat.com>
411
412 Add a new variable that controls a way in which filenames are
413 displayed.
414 * NEWS (set filename-display): New entry.
415 * source.c (filename_display_basename, filename_display_relative)
416 (filename_display_absolute, filename_display_kind_names)
417 (filename_display_string, show_filename_display_string)
418 (symtab_to_filename_for_display): New.
419 (_initialize_source): Added initialization of 'filename-display'
420 variable.
421 * source.h (symtab_to_filename_for_display): Added declaration.
422 * stack.c (print_frame): Added new variable and calling of a new
423 function and condition with this variable. Changed third argument of
424 calling of a function.
425
aa079c93
JK
4262013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
427
428 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
429 Rename field reference filename to fullname.
430 * tui/tui-data.h (struct tui_source_info): Rename field filename to
431 fullname. New comment for it.
432 * tui/tui-source.c (tui_set_source_content): Rename field reference
433 filename to fullname. Initialize field by symtab_to_fullname now.
434 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
435 reference filename to fullname. Use symtab_to_fullname during
436 comparison.
437
652a8996
JK
4382013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
439
440 Code cleanup.
441 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
442 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
443 filename to fullname. Rename variable this_name to this_fullname.
444 Lowercase FILENAME_CMP call.
445 (dw2_find_symbol_file): New comment for the returned string.
446 (dwarf2_gdb_index_functions): Rename the function to
447 dw2_expand_symtabs_with_fullname.
448 * psymtab.c (read_psymtabs_with_filename): Rename to ...
449 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
450 fullname.
451 (psym_functions): Rename the function to read_psymtabs_with_fullname.
452 * symfile.h (struct quick_symbol_functions): Rename field
453 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
454 parameter filename to fullname. Document returned string meaning for
455 find_symbol_file.
456 * symtab.c (find_line_symtab): Rename the called function to
457 expand_symtabs_with_fullname.
458
af529f8f
JK
4592013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
460
461 Code cleanup.
462 * breakpoint.c (clear_command): Remove variable is_abs, unify the
463 call of filename_cmp with compare_filenames_for_search.
464 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
465 is_abs, unify the call of FILENAME_CMP with
466 compare_filenames_for_search. New gdb_asserts for real_path and name.
467 Unify the call of compare_filenames_for_search with FILENAME_CMP.
468 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
469 * symfile.h (struct quick_symbol_functions): Extend the comment for
470 map_symtabs_matching_filename.
471 * symtab.c (compare_filenames_for_search): Remove the function comment
472 relative path requirement. Handle absolute filenames, with a comment.
473 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
474 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
475 real_path and name. Unify the call of compare_filenames_for_search
476 with FILENAME_CMP.
477 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
478
2f202fde
JK
4792013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
480
481 Code cleanup.
482 * breakpoint.c (print_breakpoint_location): Replace bp_location field
483 source_file references by symtab field references. Remove variables
484 sal and fullname.
485 (momentary_breakpoint_from_master, add_location_to_breakpoint):
486 (clear_command, say_where): Replace bp_location field source_file
487 references by symtab field references.
488 (bp_location_dtor): Remove the source_file reference.
489 (update_static_tracepoint): Replace bp_location field source_file
490 references by symtab field references.
491 (breakpoint_free_objfile): New function.
492 * breakpoint.h (struct bp_location): Extend the comment for line_number.
493 Replace the field source_file by field symtab, extend its comment.
494 (breakpoint_free_objfile): New declaration.
495 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
496 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
497 field source_file references by symtab field references.
498
f5b95b50
JK
4992013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
500
501 Replace xfullpath calls by gdb_realpath calls.
502 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
503 function comment.
504 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
505 Remove it from the iterate_over_some_symtabs call.
506 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
507 Remove it from the dw2_map_expand_apply calls, remove a block handling
508 it.
509 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
510 Remove it from the iterate_over_some_symtabs call.
511 (partial_map_symtabs_matching_filename): Remove parameter full_path.
512 Remove it from the partial_map_expand_apply calls, remove a block
513 handling it. Drop gdb_realpath call and cleanups from the real_path
514 handling.
515 * source.c (openp): Drop the comment part about xfullpath. Replace
516 xfullpath calls by gdb_realpath calls.
517 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
518 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
519 from method map_symtabs_matching_filename and its comment.
520 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
521 gdb_realpath call.
522 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
523 remove it also from the function comment, remove a block handling it.
524 Drop gdb_realpath call and cleanups from the real_path handling.
525 (iterate_over_symtabs): Drop variable full_path and its use.
526 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
527 * utils.c (xfullpath): Remove.
528 * utils.h (xfullpath): Remove.
529
d78489bf
AT
5302013-02-01 Andreas Tobler <andreast@fgznet.ch>
531
532 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
533 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
534 (ALLDEPFILES): Add ppc64-tdep.c.
535 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
536 ppc64-tdep.o to gdb_target_obs.
537 * ppc64-tdep.h: New file.
538 * ppc64-tdep.c: New file.
539 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
540 ppc-linux-tdep.c to here.
541 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
542 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
543 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
544 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
545 from ppc-linux-tdep.c to here.
546 (ppc64_convert_from_func_ptr_addr): Rename from
547 ppc64_linux_convert_from_func_ptr_addr to
548 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
549 here.
550 * rs6000-tdep.c:
551 (read_insn): Move from ppc-linux-tdep.c to here.
552 (insns_match_pattern, insn_d_field, insn_ds_field): Move
553 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
554 * ppc-linux-tdep.c: Include ppc64-tdep.h.
555 Removed above functions.
556 (ppc_linux_init_abi): Adjust.
557
8db60374
AR
5582013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
559
560 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
561
f2e5f4ce
AR
5622013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
563
564 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
565
c1f7d745
PA
5662013-02-01 Pedro Alves <palves@redhat.com>
567
568 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
569 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
570
8a92335b
JK
5712013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
572
573 * elfread.c (elf_symfile_read): Limit separate debug info additions to
574 files with no separate debug info.
575 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
576 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
577 only for files with no separate debug info.
578
8eacb197
TT
5792013-01-31 Tom Tromey <tromey@redhat.com>
580
581 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
582 change type.
583 (struct jit_program_space_data): Rename from jit_inferior_data.
584 Update comments.
585 (get_jit_program_space_data): Rename from get_jit_inferior_data.
586 Change return type. Attach data to program space.
587 (jit_program_space_data_cleanup): Rename from
588 jit_inferior_data_cleanup; change argument type.
589 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
590 change type.
591 (jit_register_code): Update.
592 (jit_update_inferior_cache): Remove.
593 (jit_breakpoint_deleted): Get jit data from the location's program
594 space.
595 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
596 'ps_data', change type.
597 (jit_inferior_init, jit_breakpoint_re_set_internal)
598 (jit_event_handler): Update.
599 (free_objfile_data): Get data from objfile's program space.
600 (_initialize_jit): Update.
601
f25c0135
TT
6022013-01-31 Tom Tromey <tromey@redhat.com>
603
604 PR gdb/13987:
605 * jit.c (struct jit_inferior_data) <cached_code_address,
606 jit_breakpoint>: New fields.
607 (jit_breakpoint_re_set_internal): Fix logging. Only create
608 breakpoint if cached address has changed.
609 (jit_update_inferior_cache, jit_breakpoint_deleted): New
610 functions.
611 (_initialize_jit): Register breakpoint deleted observer.
612
974a734b
AR
6132013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
614
615 * infrun.c (handle_syscall_event): Remove unused gdbarch.
616 (save_infcall_suspend_state): Ifdef out unused inf.
617 (restore_infcall_suspend_state): Ifdef out unused inf.
618 * jit.c (jit_register_code): Remove unused i, b, inf_data.
619 (jit_frame_sniffer): Remove unused inf_data.
620
df54f8eb
AR
6212013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
622
623 * c-exp.y (classify_inner_name): Remove unused type.
624 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
625 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
626 need_escape.
627 (c_get_string): Remove unused kind.
628 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
629
5799c0b9
AR
6302013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
631
632 * charset.c (intermediate_encoding): Remove unused i.
633 * completer.c (signal_completer): Remove unused i.
634 * continuations.c (discard_my_continuations_1): Remove unused
635 continuation_ptr.
636 * corelow.c (core_close): Remove unuseD name.
637 (get_core_siginfo): Remove unused pid.
638 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
639 i, cps.
640 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
641 (loclist_describe_location): Remove unused first.
642 * event-top.c (command_line_handler): Remove unused got_eof.
643 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
644 (resize_section_table): Remove unused old_value.
645 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
646 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
647 * i386-tdep.c (i386_process_record): Remove unused rex.
648 * infcmd.c (get_return_value): Remove unused uiout.
649 * jv-lang.c (type_from_class): Remove unused is_array.
650 * jv-valprint.c (java_val_print): Remove unused i.
651 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
652 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
653 * m2-typeprint.c (m2_print_type): Remove unused code.
654 * macroexp.c (get_character_constant): Remove unused body_start.
655 (macro_stringify): Remove unused result.
656 * objc-lang.c (find_methods): Remove unused gdbarch.
657 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
658 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
659 * stack.c (print_frame_args): Remove unused summary.
660 * thread.c (thread_apply_command): Remove unused p.
661 * valarith.c (value_x_unop): Remove unused mangle_ptr.
662 * valops.c (search_struct_method): Remove unused skip.
663 * valprint.c (generic_val_print): Remove unused byte_order.
664 * varobj.c (varobj_update): Remove unused changed.
665 * cli/cli-cmds.c (complete_command): Remove unused next_item.
666 (alias_command): Remove unused c.
667 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
668 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
669 format.
670 (mi_cmd_data_write_memory): Remove unused word_format.
671 (mi_cmd_data_write_memory_bytes): Remove unused r.
672 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
673 p_start, p_end.
674 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
675 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
676 line_width.
677
c656bca5
AR
6782013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
679
680 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
681 * symtab.c (iterate_over_symtabs): Remove unused s.
682 (find_pc_sect_symtab): Remove unused pspAce.
683 (find_pc_sect_line): Remove unused alt_symtab.
684 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
685 (completion_list_add_name): Remove unused newsize.
686
7078baeb
TT
6872013-01-31 Tom Tromey <tromey@redhat.com>
688
689 PR c++/14998:
690 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
691 TYPE_CODE_FUNC.
692
c2e8b827
AR
6932013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
694
695 * target.c (target_read_string): Remove unused origlen.
696
0e43993a
AR
6972013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
698
699 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
700 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
701 * ax-general.c (ax_print): Remove unused is_float.
702 * blockframe.c (block_innermost_frame): Remove unused start, end.
703 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
704
765a97ab
AR
7052013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
706
707 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
708 (svr4_read_so_list): Remove unused lmo.
709 * solib-target.c (solib_target_relocate_section_addresses): Remove
710 unused flags.
711
a99dad3d
TT
7122013-01-30 Tom Tromey <tromey@redhat.com>
713
714 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
715
3bff1ecd
TT
7162013-01-30 Tom Tromey <tromey@redhat.com>
717
718 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
719 * utils.c (gnu_debuglink_crc32): Remove.
720 * utils.h (gnu_debuglink_crc32): Don't declare.
721
7d455152
TT
7222013-01-30 Tom Tromey <tromey@redhat.com>
723
724 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
725 (read_structure_type, read_enumeration_type): Remove cast.
726
abee88f2
TT
7272013-01-30 Tom Tromey <tromey@redhat.com>
728
729 * dwarf2read.c (read_namespace_type): Remove cast.
730 (read_typedef): Likewise.
731
8d9878a4
TT
7322013-01-29 Tom Tromey <tromey@redhat.com>
733
734 * dwarf2read.c (free_dwo_file): Remove assert.
735
a543d2a9
TT
7362013-01-29 Tom Tromey <tromey@redhat.com>
737
738 * value.c (deprecated_set_value_modifiable): Remove.
739 * value.h (deprecated_set_value_modifiable): Remove.
740
bed911e5
DE
7412013-01-28 Doug Evans <dje@google.com>
742
743 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
744 to addresses from dwo files.
745
28c64fc2
SCR
7462013-01-25 Siva Chandra Reddy <sivachandra@google.com>
747
748 * valops.c (find_overload_match): Remove unused argument 'lax'.
749 * value.h: Remove unused argument 'lax' from the declaration of
750 find_overload_match.
751 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
752 to find_overload_match.
753 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
754 argument to find_overload_match.
755
4d4ec4e5
TT
7562013-01-25 Tom Tromey <tromey@redhat.com>
757
758 * dwarf2read.c (processing_has_namespace_info): Remove.
759 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
760 (process_die, read_func_scope, dwarf2_start_symtab)
761 (new_symbol_full): Update.
762
195a3f6c
TT
7632013-01-25 Tom Tromey <tromey@redhat.com>
764
765 * cp-namespace.c (cp_set_block_scope): Remove.
766 * cp-support.h (cp_set_block_scope): Remove.
767 * dbxread.c: Include block.h.
768 (cp_set_block_scope): New function.
769 (process_one_symbol): Update.
770 * dwarf2read.c (read_func_scope): Use block_set_scope.
771
8ba0730a
PA
7722013-01-25 Pedro Alves <palves@redhat.com>
773
774 * remote.c (add_current_inferior_and_thread): Tweak comment.
775
12aaed36
TT
7762013-01-25 Tom Tromey <tromey@redhat.com>
777
778 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
779 (cp_add_using_directive): Add 'copy_names' argument.
780 * cp-support.h (cp_add_using_directive): Update.
781 (struct using_direct) <import_src, import_dest, alias,
782 declaration>: Now const.
783 * dwarf2read.c (read_import_statement): Use obconcat.
784 Don't copy names passed to cp_add_using_directive.
785
7fc75ca7
TT
7862013-01-25 Tom Tromey <tromey@redhat.com>
787
788 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
789
3405876a
PA
7902013-01-25 Pedro Alves <palves@redhat.com>
791
792 * remote.c (stop_reply_extract_thread): New.
793 (add_current_inferior_and_thread): New parameter 'wait_status'.
794 Handle it.
795 (remote_start_remote): Pass wait status to
796 add_current_inferior_and_thread.
797 (extended_remote_run): Update comment.
798 (extended_remote_create_inferior_1): Pass wait status to
799 add_current_inferior_and_thread.
800
8954db33
AB
8012013-01-25 Andrew Burgess <aburgess@broadcom.com>
802 Ulrich Weigand <uweigand@de.ibm.com>
803
804 * valarith.c (value_vector_widen): New function for replicating a
805 scalar into a vector.
806 (value_binop): Use value_vector_widen to widen scalar to vector
807 rather than casting, this better matches gcc C behaviour.
808 * valops.c (value_casst): Update logic for casting between vector
809 types, and for casting from scalar to vector, try to match gcc C
810 behaviour.
811 * value.h (value_vector_widen): Declare.
812 * opencl-lang.c (opencl_value_cast): New opencl specific casting
813 function, handle special case for casting scalar to vector.
814 (opencl_relop): Use opencl_value_cast.
815 (evaluate_subexp_opencl): Use opencl_value_cast instead of
816 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
817 in order to use opencl_value_cast.
818
843b20dc
YQ
8192013-01-25 Yao Qi <yao@codesourcery.com>
820
821 * event-loop.c: Include "queue.h".
822 (gdb_event_p): New typedef.
823 (DECLARE_QUEUE_P): Use.
824 (DEFINE_QUEUE_P): Use.
825 (async_queue_event): Remove.
826 (gdb_event_xfree): New.
827 (initialize_event_loop): New.
828 (process_event): Use QUEUE macros.
829 (event_queue): Remove.
830 (gdb_wait_for_event): Caller update.
831 (check_async_event_handlers): Likewise.
832 (poll_timers): Likewise.
833 * event-loop.h (initialize_event_loop): Declare.
834 * event-loop.c (gdb_event_xfree): New.
835 * top.c (gdb_init): Call initialize_event_loop.
836
20ad8856
YQ
8372013-01-25 Yao Qi <yao@codesourcery.com>
838
839 * event-loop.c (async_queue_event): Remove one parameter
840 'position'. Remove code handling 'position' == TAIL.
841 (gdb_wait_for_event): Caller update.
842 (check_async_event_handlers): Caller update.
843 (poll_timers): Caller update.
844 * event-loop.h (enum queue_position): Remove.
845
3bbbe775
MK
8462013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
847
848 * MAINTAINERS: Update my email.
849
a87d9ac4
YQ
8502013-01-25 Yao Qi <yao@codesourcery.com>
851
852 * main.c (print_gdb_help): Remove "--epoch" from the help
853 message.
854
2077afdd
TD
8552013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
856
857 * symtab.c (skip_prologue_using_sal): Consider a file
858 change the same as an increased line number
859
63da4037
TD
8602013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
861
862 * MAINTAINERS (Write After Approval): Add myself to the list.
863
45e6c716
TT
8642013-01-24 Tom Tromey <tromey@redhat.com>
865
866 * ada-lang.h (ada_decode_symbol): Make return type const.
867 * ada-lang.c (ada_decode_symbol): Likewise.
868
b1ae631a
DE
8692013-01-23 Doug Evans <dje@google.com>
870
871 * linespec.c (find_linespec_symbols): Make static.
872
55a78401
SDJ
8732013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
874
875 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
876 type on float conversion for complex type.
877
bea883fd
SCR
8782013-01-23 Siva Chandra Reddy <sivachandra@google.com>
879
880 Add a new class gdb.Architecture which exposes GDB's
881 internal representation of architecture via GDB Python API.
882 * Makefile.in: Add entries corresponding to the new file
883 python/py-arch.c.
884 * NEWS (Python Scripting): Add entries for the new class
885 gdb.Architecture and the new method gdb.Frame.architecture.
886 * python/py-arch.c: Implement gdb.Architecture class.
887 * python/py-frame.c (frapy_arch): Implement the method
888 gdb.Frame.architecture().
889 (frame_object_methods): Add 'architecture' to the method table.
890 * python/python-internal.h: Add declarations of new utility
891 functions.
892 * python/python.c (_initialize_python): Initialize
893 gdb.Architecture class.
894
796a7ff8
DE
8952013-01-23 Doug Evans <dje@google.com>
896
897 Work around binutils/15021.
898 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
899 type_unit_group out of union s. All uses updated.
900 (read_index_from_section): Watch for index version 8.
901 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
902 an imported symtab.
903 (write_psymtabs_to_index): Increment version number to 8.
904
0928e93d
PA
9052013-01-22 Pedro Alves <palves@redhat.com>
906
907 * annotate.c (breakpoint_changed): Skip if breakpoint is not
908 user-visible.
909
9c97429f
PA
9102013-01-22 Pedro Alves <palves@redhat.com>
911
912 * annotate.c (annotate_breakpoints_changed): Rename to ...
913 (annotate_breakpoints_invalid): ... this. Make static.
914 (breakpoint_changed): Adjust.
915 (_initialize_annotate): Always install the observers. Install a
916 "breakpoint_created" observer.
917 * annotate.h (annotate_breakpoints_changed): Delete declaration.
918 * breakpoint.c (set_breakpoint_condition)
919 (breakpoint_set_commands, do_map_commands_command)
920 (init_raw_breakpoint, clear_command, set_ignore_count)
921 (enable_breakpoint_disp): No longer call
922 annotate_breakpoints_changed.
923
bd00c694
PA
9242013-01-22 Pedro Alves <palves@redhat.com>
925
926 * annotate.c: Include "inferior.h".
927 (frames_invalid_emitted)
928 (breakpoints_invalid_emitted): New globals.
929 (async_background_execution_p): New function.
930 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
931 emitting the annotation if it has already been emitted.
932 (annotate_display_prompt): New function.
933 * annotate.h (annotate_display_prompt): New declaration.
934 * event-top.c: Include annotate.h.
935 (display_gdb_prompt): Call annotate_display_prompt.
936
187d10dd
PA
9372013-01-22 Pedro Alves <palves@redhat.com>
938
939 * annotate.c (ignore_count_changed): Delete.
940 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
941 (annotate_ignore_count_change): Delete.
942 (annotate_stopped): Don't emit a delayed breakpoints-changed
943 annotation.
944 * annotate.h (annotate_ignore_count_change): Delete.
945 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
946 annotate_ignore_count_change.
947
d84cf7eb
TT
9482013-01-22 Tom Tromey <tromey@redhat.com>
949
950 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
951 require_rvalue for a register location.
952
8f1d5693
MK
9532013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
954
955 * breakpoint.c (print_one_breakpoint_location): Add MI
956 field 'thread-groups' when printing a breakpoint.
957 (output_thread_groups): New function.
958
aa6199c6
SCR
9592013-01-21 Siva Chandra Reddy <sivachandra@google.com>
960
961 * python/lib/gdb/commands/explore.py
962 (CompoundExplorer.explore_expr): Correct the name of a method
963 being invoked.
964 (ExploreTypeCommand.invoke): Add a missing 'return'.
965
d2afef13
TT
9662013-01-21 Tom Tromey <tromey@redhat.com>
967
968 * gdb_obstack.h (obconcat): Move declaration here, from...
969 * symfile.h (obconcat): ... here.
970 * gdb_obstack.c: New file.
971 (obconcat): Move from...
972 * symfile.c (obconcat): ... here.
973 * Makefile.in (SFILES): Add gdb_obstack.c.
974 (COMMON_OBS): Add gdb_obstack.o.
975
10f0c4bb
TT
9762013-01-21 Tom Tromey <tromey@redhat.com>
977
978 * symfile.h (obsavestring): Don't declare.
979 * symfile.c (obsavestring): Remove.
980 * ada-exp.y: Use obstack_copy0, not obsavestring.
981 * ada-lang.c: Use obstack_copy0, not obsavestring.
982 * coffread.c: Use obstack_copy0, not obsavestring.
983 * cp-namespace.c: Use obstack_copy0, not obsavestring.
984 * dbxread.c: Use obstack_copy0, not obsavestring.
985 * dwarf2read.c: Use obstack_copy0, not obsavestring.
986 * jit.c: Use obstack_copy0, not obsavestring.
987 * mdebugread.c: Use obstack_copy0, not obsavestring.
988 * psymtab.c: Use obstack_copy0, not obsavestring.
989 * stabsread.c: Use obstack_copy0, not obsavestring.
990 * xcoffread.c: Use obstack_copy0, not obsavestring.
991
86f62fd7
TT
9922013-01-21 Tom Tromey <tromey@redhat.com>
993
994 * dwarf2read.c (fixup_go_packaging): Save package name
995 on objfile obstack.
996 * gdbtypes.c (init_type): Don't copy name.
997
15d034d0
TT
9982013-01-21 Tom Tromey <tromey@redhat.com>
999
1000 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
1001 const.
1002 (struct attribute) <u.str>: Now const.
1003 (struct fnfieldlist) <name>: Now const.
1004 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
1005 (partial_die_parent_scope): Make return type const.
1006 (partial_die_full_name, add_partial_symbol): Update.
1007 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
1008 'name' const.
1009 (find_file_and_directory): Make 'name' and 'comp_dir' const.
1010 (read_file_scope, read_func_scope, dwarf2_add_field)
1011 (dwarf2_add_member_fn, read_structure_type)
1012 (process_enumeration_scope, read_array_type, read_module_type)
1013 (read_base_type, read_subrange_type): Update.
1014 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
1015 (new_symbol_full, guess_full_die_structure_name): Update.
1016 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
1017 (dwarf2_name): Return const type.
1018 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
1019 const.
1020
748e18ae
TT
10212013-01-21 Tom Tromey <tromey@redhat.com>
1022
1023 * gdbtypes.c (init_type): Make 'name' const.
1024 * gdbtypes.h (init_type): Update.
1025
46212e0b
TT
10262013-01-21 Tom Tromey <tromey@redhat.com>
1027
1028 * buildsym.c (patch_subfile_names): Use set_last_source_file.
1029 (start_symtab): Make 'name' and 'dirname' const. Use
1030 set_last_source_file.
1031 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
1032 (last_source_file): Define. Now static.
1033 (set_last_source_file, get_last_source_file): New functions.
1034 * buildsym.h (last_source_file): Don't declare.
1035 (start_symtab): Update.
1036 (set_last_source_file, get_last_source_file): Declare.
1037 * coffread.c (complete_symtab): Use set_last_source_file.
1038 (coff_end_symtab): Likewise.
1039 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
1040 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
1041 set_last_source_file.
1042 (process_one_symbol): Use get_last_source_file.
1043 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
1044 (psymtab_to_symtab_1): Use get_last_source_file.
1045 * xcoffread.c (process_linenos): Use get_last_source_file.
1046 (complete_symtab): Use set_last_source_file.
1047 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
1048 (scan_xcoff_symtab): Use set_last_source_file.
1049
9d2ceabe
TT
10502013-01-21 Tom Tromey <tromey@redhat.com>
1051
1052 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
1053 (symbol_set_names): Remove casts. Handle field const-ness.
1054
cfc594ee
TT
10552013-01-21 Tom Tromey <tromey@redhat.com>
1056
1057 * dwarf2read.c (new_symbol_full): Remove cast.
1058 * symtab.c (symbol_set_demangled_name): Make 'name' const.
1059 * symtab.h (symbol_set_demangled_name): Update.
1060
5484b13a
TT
10612013-01-21 Tom Tromey <tromey@redhat.com>
1062
1063 * main.c (captured_main): Call bfd_init.
1064
1605ef26
TT
10652013-01-21 Tom Tromey <tromey@redhat.com>
1066
1067 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
1068 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
1069 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
1070 * NEWS: Update.
1071
3b74cdc3
JK
10722013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1073
1074 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
1075
5a352474
JK
10762013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1077
1078 Fix gdb.fortran/common-block.exp crash in PIE mode.
1079 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
1080 LOC_COMMON_BLOCK.
1081 * f-valprint.c (info_common_command_for_block): Expect
1082 LOC_COMMON_BLOCK in gdb_assert.
1083 * symtab.h (struct general_symbol_info): Update comment for the
1084 common_block member.
1085 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
1086 (enum address_class): New member LOC_COMMON_BLOCK.
1087
c60797fd
DB
10882013-01-18 David Blaikie <dblaikie@gmail.com>
1089
1090 * MAINTAINERS (Write After Approval): Add "David Blaikie".
0cae7dfb 1091
46f35228
TT
10922013-01-18 Tom Tromey <tromey@redhat.com>
1093
1094 PR c++/14999:
1095 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
1096 Call require_rvalue.
1097
257e7a09
YQ
10982013-01-18 Yao Qi <yao@codesourcery.com>
1099
1100 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
1101 (dbx_read_symtab): New declaration.
1102 (dbx_psymtab_to_symtab): Delete.
1103 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
1104 Rename parameter PST to SELF. Exchanged two parameters.
1105 (start_psymtab): Caller update.
1106 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
1107 (dwarf2_read_symtab): New declaration.
1108 (dwarf2_psymtab_to_symtab): Delete.
1109 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
1110 Rename parameter PST to SELF. Exchanged two parameters.
1111 (create_partial_symtab): Caller update.
1112 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
1113 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
1114 Rename parameter PST to SELF. Exchanged two parameters.
1115 (parse_partial_symbols, new_psymtab): Caller update.
1116 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
1117 two parameters.
1118 * psymtab.c (psymtab_to_symtab): Caller update.
1119 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
1120 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
1121 Rename parameter PST to SELF. Exchanged two parameters.
1122 (xcoff_start_psymtab): Caller update.
1123
0de5618e
YQ
11242013-01-18 Yao Qi <yao@codesourcery.com>
1125
1126 * infrun.c (proceed): Rename local variable 'oneproc' to
1127 'force_step'.
1128
5c04624b
DE
11292013-01-17 Doug Evans <dje@google.com>
1130
848e3e78
DE
1131 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
1132 (dw2_build_type_unit_groups): Delete. All uses updated.
1133
5c04624b
DE
1134 * symtab.h (struct symbol_search): Add comment.
1135
d84fca2c
JK
11362013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1137
1138 * symtab.c (compare_filenames_for_search): New comment for
1139 HAS_DRIVE_SPEC.
1140
6108433d
TT
11412013-01-17 Tom Tromey <tromey@redhat.com>
1142
1143 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
1144
c89ffd86
JK
11452013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1146
1147 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
1148 initialize it by existing make_cleanup. Call new do_cleanups.
1149
db2b2972
TT
11502013-01-17 Tom Tromey <tromey@redhat.com>
1151
1152 * cp-abi.c (cp_abi_completer): New function.
1153 (_initialize_cp_abi): Set completer for "set cp-abi".
1154
be7d37a2
TT
11552013-01-17 Tom Tromey <tromey@redhat.com>
1156
1157 * mem-break.c: Remove obsolete comment.
1158 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
1159
c9fb1240
SD
11602012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1161
1162 * jit.c (jit_reader_load_command): Interpret the jit reader name
1163 as an absolute path if it begins with a forward slash.
1164
db334a01
SD
11652012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1166
1167 PR gdb/14550
1168
1169 * jit.c (finalize_symtab): Ensure that only the global block has a
1170 NULL superblock.
1171
7d928dac
PA
11722013-01-17 Pedro Alves <palves@redhat.com>
1173
1174 * acinclude.m4: Include ../config/plugins.m4,
1175 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
1176 * Makefile.in (aclocal_m4_deps): Update.
1177 * aclocal.m4: Renegerate.
1178
fb8cf7c5
DE
11792013-01-16 Doug Evans <dje@google.com>
1180
1181 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
1182
ab04a2af
TT
11832013-01-16 Pedro Alves <palves@redhat.com>
1184 Tom Tromey <tromey@redhat.com>
1185
1186 PR cli/7221:
1187 * NEWS: Add "catch signal".
1188 * breakpoint.c (base_breakpoint_ops): No longer static.
1189 (bpstat_explains_signal): New function.
1190 (init_catchpoint): No longer static.
1191 (base_breakpoint_explains_signal): New function.
1192 (base_breakpoint_ops): Initialize new field.
1193 * breakpoint.h (enum bpstat_signal_value): New.
1194 (struct breakpoint_ops) <explains_signal>: New field.
1195 (bpstat_explains_signal): Remove macro, declare as function.
1196 (base_breakpoint_ops, init_catchpoint): Declare.
1197 * break-catch-sig.c: New file.
1198 * inferior.h (signal_catch_update): Declare.
1199 * infrun.c (signal_catch): New global.
1200 (handle_syscall_event): Update for change to
1201 bpstat_explains_signal.
1202 (handle_inferior_event): Likewise. Always handle random signals
1203 via bpstats.
1204 (signal_cache_update): Check signal_catch.
1205 (signal_catch_update): New function.
1206 (_initialize_infrun): Initialize signal_catch.
1207 * Makefile.in (SFILES): Add break-catch-sig.c.
1208 (COMMON_OBS): Add break-catch-sig.o.
1209
8ac3646f
TT
12102013-01-16 Tom Tromey <tromey@redhat.com>
1211
1212 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
1213 (print_one_catch_solib, print_one_catch_syscall)
1214 (print_one_catch_exec, print_one_exception_catchpoint): Emit
1215 "catch-type".
1216
5a18e302
YQ
12172013-01-16 Yao Qi <yao@codesourcery.com>
1218
1219 * printcmd.c (current_display_number): Make it static.
1220
3f01d0d0
YQ
12212013-01-16 Yao Qi <yao@codesourcery.com>
1222
1223 * infcmd.c (step_once): Don't check '!single_inst' as it was
1224 checked before.
1225
1ed59174
JK
12262013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1227
1228 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
1229
44478ab3
TT
12302013-01-14 Tom Tromey <tromey@redhat.com>
1231
1232 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
1233 set command.
1234 * command.h (add_setshow_string_noescape_cmd): Update.
1235 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
1236 (complete_set_gnutarget): New function.
1237 (_initialize_core): Set the "set gnutarget" completer.
1238
06d66ee9
TT
12392013-01-14 Tom Tromey <tromey@redhat.com>
1240
1241 PR symtab/14442:
1242 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
1243 (c_type_print_modifier): Likewise.
1244 * dwarf2read.c (read_tag_restrict_type): New function.
1245 (read_type_die_1): Handle DW_TAG_restrict_type.
1246 * gdbtypes.c (make_restrict_type): New function.
1247 (recursive_dump_type): Handle TYPE_RESTRICT.
1248 * gdbtypes.h (enum type_flag_values): Renumber.
1249 (enum type_instance_flag_value): Add
1250 TYPE_INSTANCE_FLAG_RESTRICT.
1251 (TYPE_RESTRICT): New macro.
1252 (make_restrict_type): Declare.
1253
c9bf0622
TT
12542013-01-14 Tom Tromey <tromey@redhat.com>
1255
1256 PR symtab/14931:
1257 * psymtab.c (struct psymtab_state): New.
1258 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
1259 functions.
1260 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
1261 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
1262
44d594fd
PA
12632013-01-14 Richard Sharman <richard_sharman@mitel.com>
1264 Pedro Alves <palves@redhat.com>
1265
1266 PR remote/14786
1267
1268 * remote.c (remote_threads_info): Make a copy of the reply from
1269 qfThreadInfo and use that instead of rs->buf.
1270
442e4d9c
YQ
12712013-01-14 Yao Qi <yao@codesourcery.com>
1272
1273 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
1274 (dbx_psymtab_to_symtab): Likewise.
1275 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
1276 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
1277 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
1278
5b12a61c
JK
12792013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1280
1281 * parse.c (parse_exp_in_context): New variable inner_chain. Call
1282 make_cleanup_restore_current_language. Call set_language. Move
1283 OLD_CHAIN and INNER_CHAIN cleanups.
1284 * utils.c (do_restore_current_language)
1285 (make_cleanup_restore_current_language): New functions.
1286 * utils.h (make_cleanup_restore_current_language): New declaration.
1287
f0a4b570
JK
12882013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1289
1290 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
1291 non-existing files.
1292
57b3c00c
JK
1293 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
1294 non-existing files if FILENAME is already absolute.
1295
daefa854
JK
12962013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1297
1298 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
1299 fputs_filtered. Append trailing newline.
1300
ca9c6ee2
YQ
13012013-01-11 Yao Qi <yao@codesourcery.com>
1302 Stan Shebs <stan@codesourcery.com>
1303
1304 * psymtab.c (init_psymbol_list): Clarify the comment.
1305
f28045c2
YQ
13062013-01-11 Yao Qi <yao@codesourcery.com>
1307
1308 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
1309 (update_dprintf_command_list): Assert that 'printf_line' is
1310 non-null. Remove condition check.
1311
da5132d3
JK
13122013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1313
1314 Code cleanup.
1315 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
1316 type const char *.
1317 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
1318 const char *.
1319 * tui/tui-source.h (tui_source_is_displayed): Likewise.
1320
843e694d
AG
13212013-01-09 Anthony Green <green@moxielogic.com>
1322
1323 * cp-abi.c (cplus_print_vtable): Don't return value from void
1324 function.
1325 * ada-lang.c (re_set_catch_assert): Ditto.
1326
da51c347
DE
13272013-01-09 Doug Evans <dje@google.com>
1328
1329 * symfile.h (quick_symbol_functions): Delete member
1330 pre_expand_symtabs_matching. All uses removed.
1331 * dwarf2read.c (dw2_lookup_symbol): Implement.
1332 (dw2_do_expand_symtabs_matching): Delete.
1333 (dw2_pre_expand_symtabs_matching): Delete.
1334 (struct dw2_symtab_iterator): New type.
1335 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
1336 (dw2_expand_symtabs_for_function): Rewrite.
1337 (dwarf2_gdb_index_functions): Update.
1338 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
1339 (psym_functions): Update.
1340
b2259038
TT
13412013-01-09 Tom Tromey <tromey@redhat.com>
1342
1343 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
1344 * configure: Rebuild.
1345 * configure.ac: Add somread.o to the build if BFD has SOM
1346 support.
1347 * somread.c: Include som/aout.h, not syms.h.
1348 (som_symtab_read): Use som_external_symbol_dictionary_record.
1349 Unpack records manually.
1350 (_initialize_somread): Declare.
1351
bdad4180
MF
13522012-01-08 Mike Frysinger <vapier@gentoo.org>
1353
1354 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
1355 Cast return_address to 64bits.
1356
03cdf680
HZ
13572013-01-08 Hui Zhu <hui_zhu@mentor.com>
1358
1359 * printcmd.c: Remove define of function output_command.
1360 * tracepoint.c: Remove extern of function output_command.
1361 * valprint.h: (output_command): New extern.
1362
8a808554
TT
13632013-01-07 Tom Tromey <tromey@redhat.com>
1364
1365 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
1366 Remove.
1367 (objc_language_defn): Use c_printchar, c_printstr,
1368 c_emit_char.
1369
e93a8774
TT
13702013-01-07 Tom Tromey <tromey@redhat.com>
1371
1372 PR cli/7719:
1373 * NEWS: Update.
1374 * ada-valprint.c (printstr, print_field_values): Remove
1375 "inspect_it" code.
1376 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
1377 code.
1378 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
1379 code.
1380 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
1381 * main.c (captured_main): Remove "epoch" argument.
1382 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
1383 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
1384 * p-valprint.c (pascal_object_print_value_fields): Remove
1385 "inspect_it" code.
1386 * printcmd.c (print_command_1): Remove 'inspect' argument.
1387 (print_command, call_command): Update.
1388 (inspect_command): Remove.
1389 (_initialize_printcmd): Make "inspect" an alias for "print".
1390 * top.c (epoch_interface): Remove.
1391 * top.h (epoch_interface): Remove.
1392 * valprint.c (user_print_options): Update.
1393 (print_converted_chars_to_obstack): Remove "inspect_it" code.
1394 * valprint.h (struct value_print_options) <inspect_it>: Remove
1395 field.
1396
13972013-01-04 Tom Tromey <tromey@redhat.com>
1398
1399 * valprint.h (read_string): Add 'extern'.
1400
b967eb24
JB
14012013-01-07 Joel Brobecker <brobecker@adacore.com>
1402
1403 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
1404 used to decide whether to define darwin_read_dyld_info or not.
1405
78a8b30e
PM
14062013-01-03 Pierre Muller <muller@sourceware.org>
1407
1408 * main.c (relocate_gdb_directory): Avoid calling stat function
1409 if DIR is empty.
1410
50da2f25
YQ
14112013-01-03 Yao Qi <yao@codesourcery.com>
1412
1413 * psymtab.c (fixup_psymbol_section): Update declaration.
1414 (fixup_psymbol_section): Remove code returning value.
1415
e7e8980f
YQ
14162013-01-03 Yao Qi <yao@codesourcery.com>
1417
1418 * symtab.h: Remove some out of date comments.
1419 (enum exception_event_kind): Move it ...
1420 * breakpoint.c: ... here.
1421
569283d4
MF
14222013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
1423
9f9d9a96 1424 PR gdb/14405
569283d4
MF
1425 * darwin-nat.c (darwin_read_dyld_info): Only build if
1426 TASK_DYLD_INFO_COUNT is defined.
1427 (darwin_xfer_partial): Call darwin_read_dyld_info only if
1428 TASK_DYLD_INFO_COUNT is defined.
1429
2e36fbea
TT
14302013-01-02 Tom Tromey <tromey@redhat.com>
1431
1432 * symfile.h (struct ecoff_debug_hack): Remove.
1433 * objfiles.c: Don't include mdebugread.h.
1434
4f05add4
TT
14352013-01-02 Tom Tromey <tromey@redhat.com>
1436
1437 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
1438 * configure.ac: Check for Mach-O support in BFD. Update
1439 CONFIG_OBS.
1440 * configure: Rebuild.
1441
def63ff0
TT
14422013-01-02 Tom Tromey <tromey@redhat.com>
1443
1444 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
1445 * configure.ac: Use GDB_AC_CHECK_BFD.
1446 * configure: Rebuild.
1447
60c5dd93
MK
14482013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1449
1450 * MAINTAINERS: Update my email.
1451
6e58437e
JB
14522013-01-01 Joel Brobecker <brobecker@adacore.com>
1453
1454 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
1455
627fe805
JB
14562013-01-01 Joel Brobecker <brobecker@adacore.com>
1457
1458 * rs6000-nat.c (bss_data_overlap): New function.
1459 (vmap_symtab): Use it to adjust the .bss section's offset.
1460
28e7fd62
JB
14612013-01-01 Joel Brobecker <brobecker@adacore.com>
1462
1463 Update year range in copyright notice of all files.
1464
e93a8774 14652013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
b9786c74
JB
1466
1467 * top.c (print_gdb_version): Update copyright year.
1468
72b20e9c 1469For older changes see ChangeLog-2012.
c906108c
SS
1470\f
1471Local Variables:
1472mode: change-log
1473left-margin: 8
1474fill-column: 74
1475version-control: never
57da7796 1476coding: utf-8
c906108c 1477End: