adc2217d564b28d9e25343b70af07ed936be8b34
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-01-22 Pedro Alves <palves@redhat.com>
2
3 * annotate.c (annotate_breakpoints_changed): Rename to ...
4 (annotate_breakpoints_invalid): ... this. Make static.
5 (breakpoint_changed): Adjust.
6 (_initialize_annotate): Always install the observers. Install a
7 "breakpoint_created" observer.
8 * annotate.h (annotate_breakpoints_changed): Delete declaration.
9 * breakpoint.c (set_breakpoint_condition)
10 (breakpoint_set_commands, do_map_commands_command)
11 (init_raw_breakpoint, clear_command, set_ignore_count)
12 (enable_breakpoint_disp): No longer call
13 annotate_breakpoints_changed.
14
15 2013-01-22 Pedro Alves <palves@redhat.com>
16
17 * annotate.c: Include "inferior.h".
18 (frames_invalid_emitted)
19 (breakpoints_invalid_emitted): New globals.
20 (async_background_execution_p): New function.
21 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
22 emitting the annotation if it has already been emitted.
23 (annotate_display_prompt): New function.
24 * annotate.h (annotate_display_prompt): New declaration.
25 * event-top.c: Include annotate.h.
26 (display_gdb_prompt): Call annotate_display_prompt.
27
28 2013-01-22 Pedro Alves <palves@redhat.com>
29
30 * annotate.c (ignore_count_changed): Delete.
31 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
32 (annotate_ignore_count_change): Delete.
33 (annotate_stopped): Don't emit a delayed breakpoints-changed
34 annotation.
35 * annotate.h (annotate_ignore_count_change): Delete.
36 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
37 annotate_ignore_count_change.
38
39 2013-01-22 Tom Tromey <tromey@redhat.com>
40
41 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
42 require_rvalue for a register location.
43
44 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
45
46 * breakpoint.c (print_one_breakpoint_location): Add MI
47 field 'thread-groups' when printing a breakpoint.
48 (output_thread_groups): New function.
49
50 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
51
52 * python/lib/gdb/commands/explore.py
53 (CompoundExplorer.explore_expr): Correct the name of a method
54 being invoked.
55 (ExploreTypeCommand.invoke): Add a missing 'return'.
56
57 2013-01-21 Tom Tromey <tromey@redhat.com>
58
59 * gdb_obstack.h (obconcat): Move declaration here, from...
60 * symfile.h (obconcat): ... here.
61 * gdb_obstack.c: New file.
62 (obconcat): Move from...
63 * symfile.c (obconcat): ... here.
64 * Makefile.in (SFILES): Add gdb_obstack.c.
65 (COMMON_OBS): Add gdb_obstack.o.
66
67 2013-01-21 Tom Tromey <tromey@redhat.com>
68
69 * symfile.h (obsavestring): Don't declare.
70 * symfile.c (obsavestring): Remove.
71 * ada-exp.y: Use obstack_copy0, not obsavestring.
72 * ada-lang.c: Use obstack_copy0, not obsavestring.
73 * coffread.c: Use obstack_copy0, not obsavestring.
74 * cp-namespace.c: Use obstack_copy0, not obsavestring.
75 * dbxread.c: Use obstack_copy0, not obsavestring.
76 * dwarf2read.c: Use obstack_copy0, not obsavestring.
77 * jit.c: Use obstack_copy0, not obsavestring.
78 * mdebugread.c: Use obstack_copy0, not obsavestring.
79 * psymtab.c: Use obstack_copy0, not obsavestring.
80 * stabsread.c: Use obstack_copy0, not obsavestring.
81 * xcoffread.c: Use obstack_copy0, not obsavestring.
82
83 2013-01-21 Tom Tromey <tromey@redhat.com>
84
85 * dwarf2read.c (fixup_go_packaging): Save package name
86 on objfile obstack.
87 * gdbtypes.c (init_type): Don't copy name.
88
89 2013-01-21 Tom Tromey <tromey@redhat.com>
90
91 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
92 const.
93 (struct attribute) <u.str>: Now const.
94 (struct fnfieldlist) <name>: Now const.
95 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
96 (partial_die_parent_scope): Make return type const.
97 (partial_die_full_name, add_partial_symbol): Update.
98 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
99 'name' const.
100 (find_file_and_directory): Make 'name' and 'comp_dir' const.
101 (read_file_scope, read_func_scope, dwarf2_add_field)
102 (dwarf2_add_member_fn, read_structure_type)
103 (process_enumeration_scope, read_array_type, read_module_type)
104 (read_base_type, read_subrange_type): Update.
105 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
106 (new_symbol_full, guess_full_die_structure_name): Update.
107 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
108 (dwarf2_name): Return const type.
109 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
110 const.
111
112 2013-01-21 Tom Tromey <tromey@redhat.com>
113
114 * gdbtypes.c (init_type): Make 'name' const.
115 * gdbtypes.h (init_type): Update.
116
117 2013-01-21 Tom Tromey <tromey@redhat.com>
118
119 * buildsym.c (patch_subfile_names): Use set_last_source_file.
120 (start_symtab): Make 'name' and 'dirname' const. Use
121 set_last_source_file.
122 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
123 (last_source_file): Define. Now static.
124 (set_last_source_file, get_last_source_file): New functions.
125 * buildsym.h (last_source_file): Don't declare.
126 (start_symtab): Update.
127 (set_last_source_file, get_last_source_file): Declare.
128 * coffread.c (complete_symtab): Use set_last_source_file.
129 (coff_end_symtab): Likewise.
130 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
131 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
132 set_last_source_file.
133 (process_one_symbol): Use get_last_source_file.
134 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
135 (psymtab_to_symtab_1): Use get_last_source_file.
136 * xcoffread.c (process_linenos): Use get_last_source_file.
137 (complete_symtab): Use set_last_source_file.
138 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
139 (scan_xcoff_symtab): Use set_last_source_file.
140
141 2013-01-21 Tom Tromey <tromey@redhat.com>
142
143 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
144 (symbol_set_names): Remove casts. Handle field const-ness.
145
146 2013-01-21 Tom Tromey <tromey@redhat.com>
147
148 * dwarf2read.c (new_symbol_full): Remove cast.
149 * symtab.c (symbol_set_demangled_name): Make 'name' const.
150 * symtab.h (symbol_set_demangled_name): Update.
151
152 2013-01-21 Tom Tromey <tromey@redhat.com>
153
154 * main.c (captured_main): Call bfd_init.
155
156 2013-01-21 Tom Tromey <tromey@redhat.com>
157
158 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
159 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
160 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
161 * NEWS: Update.
162
163 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
164
165 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
166
167 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
168
169 Fix gdb.fortran/common-block.exp crash in PIE mode.
170 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
171 LOC_COMMON_BLOCK.
172 * f-valprint.c (info_common_command_for_block): Expect
173 LOC_COMMON_BLOCK in gdb_assert.
174 * symtab.h (struct general_symbol_info): Update comment for the
175 common_block member.
176 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
177 (enum address_class): New member LOC_COMMON_BLOCK.
178
179 2013-01-18 David Blaikie <dblaikie@gmail.com>
180
181 * MAINTAINERS (Write After Approval): Add "David Blaikie".
182
183 2013-01-18 Tom Tromey <tromey@redhat.com>
184
185 PR c++/14999:
186 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
187 Call require_rvalue.
188
189 2013-01-18 Yao Qi <yao@codesourcery.com>
190
191 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
192 (dbx_read_symtab): New declaration.
193 (dbx_psymtab_to_symtab): Delete.
194 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
195 Rename parameter PST to SELF. Exchanged two parameters.
196 (start_psymtab): Caller update.
197 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
198 (dwarf2_read_symtab): New declaration.
199 (dwarf2_psymtab_to_symtab): Delete.
200 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
201 Rename parameter PST to SELF. Exchanged two parameters.
202 (create_partial_symtab): Caller update.
203 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
204 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
205 Rename parameter PST to SELF. Exchanged two parameters.
206 (parse_partial_symbols, new_psymtab): Caller update.
207 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
208 two parameters.
209 * psymtab.c (psymtab_to_symtab): Caller update.
210 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
211 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
212 Rename parameter PST to SELF. Exchanged two parameters.
213 (xcoff_start_psymtab): Caller update.
214
215 2013-01-18 Yao Qi <yao@codesourcery.com>
216
217 * infrun.c (proceed): Rename local variable 'oneproc' to
218 'force_step'.
219
220 2013-01-17 Doug Evans <dje@google.com>
221
222 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
223 (dw2_build_type_unit_groups): Delete. All uses updated.
224
225 * symtab.h (struct symbol_search): Add comment.
226
227 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
228
229 * symtab.c (compare_filenames_for_search): New comment for
230 HAS_DRIVE_SPEC.
231
232 2013-01-17 Tom Tromey <tromey@redhat.com>
233
234 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
235
236 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
237
238 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
239 initialize it by existing make_cleanup. Call new do_cleanups.
240
241 2013-01-17 Tom Tromey <tromey@redhat.com>
242
243 * cp-abi.c (cp_abi_completer): New function.
244 (_initialize_cp_abi): Set completer for "set cp-abi".
245
246 2013-01-17 Tom Tromey <tromey@redhat.com>
247
248 * mem-break.c: Remove obsolete comment.
249 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
250
251 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
252
253 * jit.c (jit_reader_load_command): Interpret the jit reader name
254 as an absolute path if it begins with a forward slash.
255
256 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
257
258 PR gdb/14550
259
260 * jit.c (finalize_symtab): Ensure that only the global block has a
261 NULL superblock.
262
263 2013-01-17 Pedro Alves <palves@redhat.com>
264
265 * acinclude.m4: Include ../config/plugins.m4,
266 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
267 * Makefile.in (aclocal_m4_deps): Update.
268 * aclocal.m4: Renegerate.
269
270 2013-01-16 Doug Evans <dje@google.com>
271
272 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
273
274 2013-01-16 Pedro Alves <palves@redhat.com>
275 Tom Tromey <tromey@redhat.com>
276
277 PR cli/7221:
278 * NEWS: Add "catch signal".
279 * breakpoint.c (base_breakpoint_ops): No longer static.
280 (bpstat_explains_signal): New function.
281 (init_catchpoint): No longer static.
282 (base_breakpoint_explains_signal): New function.
283 (base_breakpoint_ops): Initialize new field.
284 * breakpoint.h (enum bpstat_signal_value): New.
285 (struct breakpoint_ops) <explains_signal>: New field.
286 (bpstat_explains_signal): Remove macro, declare as function.
287 (base_breakpoint_ops, init_catchpoint): Declare.
288 * break-catch-sig.c: New file.
289 * inferior.h (signal_catch_update): Declare.
290 * infrun.c (signal_catch): New global.
291 (handle_syscall_event): Update for change to
292 bpstat_explains_signal.
293 (handle_inferior_event): Likewise. Always handle random signals
294 via bpstats.
295 (signal_cache_update): Check signal_catch.
296 (signal_catch_update): New function.
297 (_initialize_infrun): Initialize signal_catch.
298 * Makefile.in (SFILES): Add break-catch-sig.c.
299 (COMMON_OBS): Add break-catch-sig.o.
300
301 2013-01-16 Tom Tromey <tromey@redhat.com>
302
303 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
304 (print_one_catch_solib, print_one_catch_syscall)
305 (print_one_catch_exec, print_one_exception_catchpoint): Emit
306 "catch-type".
307
308 2013-01-16 Yao Qi <yao@codesourcery.com>
309
310 * printcmd.c (current_display_number): Make it static.
311
312 2013-01-16 Yao Qi <yao@codesourcery.com>
313
314 * infcmd.c (step_once): Don't check '!single_inst' as it was
315 checked before.
316
317 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
318
319 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
320
321 2013-01-14 Tom Tromey <tromey@redhat.com>
322
323 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
324 set command.
325 * command.h (add_setshow_string_noescape_cmd): Update.
326 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
327 (complete_set_gnutarget): New function.
328 (_initialize_core): Set the "set gnutarget" completer.
329
330 2013-01-14 Tom Tromey <tromey@redhat.com>
331
332 PR symtab/14442:
333 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
334 (c_type_print_modifier): Likewise.
335 * dwarf2read.c (read_tag_restrict_type): New function.
336 (read_type_die_1): Handle DW_TAG_restrict_type.
337 * gdbtypes.c (make_restrict_type): New function.
338 (recursive_dump_type): Handle TYPE_RESTRICT.
339 * gdbtypes.h (enum type_flag_values): Renumber.
340 (enum type_instance_flag_value): Add
341 TYPE_INSTANCE_FLAG_RESTRICT.
342 (TYPE_RESTRICT): New macro.
343 (make_restrict_type): Declare.
344
345 2013-01-14 Tom Tromey <tromey@redhat.com>
346
347 PR symtab/14931:
348 * psymtab.c (struct psymtab_state): New.
349 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
350 functions.
351 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
352 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
353
354 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
355 Pedro Alves <palves@redhat.com>
356
357 PR remote/14786
358
359 * remote.c (remote_threads_info): Make a copy of the reply from
360 qfThreadInfo and use that instead of rs->buf.
361
362 2013-01-14 Yao Qi <yao@codesourcery.com>
363
364 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
365 (dbx_psymtab_to_symtab): Likewise.
366 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
367 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
368 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
369
370 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
371
372 * parse.c (parse_exp_in_context): New variable inner_chain. Call
373 make_cleanup_restore_current_language. Call set_language. Move
374 OLD_CHAIN and INNER_CHAIN cleanups.
375 * utils.c (do_restore_current_language)
376 (make_cleanup_restore_current_language): New functions.
377 * utils.h (make_cleanup_restore_current_language): New declaration.
378
379 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
380
381 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
382 non-existing files.
383
384 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
385 non-existing files if FILENAME is already absolute.
386
387 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
388
389 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
390 fputs_filtered. Append trailing newline.
391
392 2013-01-11 Yao Qi <yao@codesourcery.com>
393 Stan Shebs <stan@codesourcery.com>
394
395 * psymtab.c (init_psymbol_list): Clarify the comment.
396
397 2013-01-11 Yao Qi <yao@codesourcery.com>
398
399 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
400 (update_dprintf_command_list): Assert that 'printf_line' is
401 non-null. Remove condition check.
402
403 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
404
405 Code cleanup.
406 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
407 type const char *.
408 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
409 const char *.
410 * tui/tui-source.h (tui_source_is_displayed): Likewise.
411
412 2013-01-09 Anthony Green <green@moxielogic.com>
413
414 * cp-abi.c (cplus_print_vtable): Don't return value from void
415 function.
416 * ada-lang.c (re_set_catch_assert): Ditto.
417
418 2013-01-09 Doug Evans <dje@google.com>
419
420 * symfile.h (quick_symbol_functions): Delete member
421 pre_expand_symtabs_matching. All uses removed.
422 * dwarf2read.c (dw2_lookup_symbol): Implement.
423 (dw2_do_expand_symtabs_matching): Delete.
424 (dw2_pre_expand_symtabs_matching): Delete.
425 (struct dw2_symtab_iterator): New type.
426 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
427 (dw2_expand_symtabs_for_function): Rewrite.
428 (dwarf2_gdb_index_functions): Update.
429 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
430 (psym_functions): Update.
431
432 2013-01-09 Tom Tromey <tromey@redhat.com>
433
434 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
435 * configure: Rebuild.
436 * configure.ac: Add somread.o to the build if BFD has SOM
437 support.
438 * somread.c: Include som/aout.h, not syms.h.
439 (som_symtab_read): Use som_external_symbol_dictionary_record.
440 Unpack records manually.
441 (_initialize_somread): Declare.
442
443 2012-01-08 Mike Frysinger <vapier@gentoo.org>
444
445 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
446 Cast return_address to 64bits.
447
448 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
449
450 * printcmd.c: Remove define of function output_command.
451 * tracepoint.c: Remove extern of function output_command.
452 * valprint.h: (output_command): New extern.
453
454 2013-01-07 Tom Tromey <tromey@redhat.com>
455
456 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
457 Remove.
458 (objc_language_defn): Use c_printchar, c_printstr,
459 c_emit_char.
460
461 2013-01-07 Tom Tromey <tromey@redhat.com>
462
463 PR cli/7719:
464 * NEWS: Update.
465 * ada-valprint.c (printstr, print_field_values): Remove
466 "inspect_it" code.
467 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
468 code.
469 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
470 code.
471 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
472 * main.c (captured_main): Remove "epoch" argument.
473 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
474 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
475 * p-valprint.c (pascal_object_print_value_fields): Remove
476 "inspect_it" code.
477 * printcmd.c (print_command_1): Remove 'inspect' argument.
478 (print_command, call_command): Update.
479 (inspect_command): Remove.
480 (_initialize_printcmd): Make "inspect" an alias for "print".
481 * top.c (epoch_interface): Remove.
482 * top.h (epoch_interface): Remove.
483 * valprint.c (user_print_options): Update.
484 (print_converted_chars_to_obstack): Remove "inspect_it" code.
485 * valprint.h (struct value_print_options) <inspect_it>: Remove
486 field.
487
488 2013-01-04 Tom Tromey <tromey@redhat.com>
489
490 * valprint.h (read_string): Add 'extern'.
491
492 2013-01-07 Joel Brobecker <brobecker@adacore.com>
493
494 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
495 used to decide whether to define darwin_read_dyld_info or not.
496
497 2013-01-03 Pierre Muller <muller@sourceware.org>
498
499 * main.c (relocate_gdb_directory): Avoid calling stat function
500 if DIR is empty.
501
502 2013-01-03 Yao Qi <yao@codesourcery.com>
503
504 * psymtab.c (fixup_psymbol_section): Update declaration.
505 (fixup_psymbol_section): Remove code returning value.
506
507 2013-01-03 Yao Qi <yao@codesourcery.com>
508
509 * symtab.h: Remove some out of date comments.
510 (enum exception_event_kind): Move it ...
511 * breakpoint.c: ... here.
512
513 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
514
515 PR gdb/14405
516 * darwin-nat.c (darwin_read_dyld_info): Only build if
517 TASK_DYLD_INFO_COUNT is defined.
518 (darwin_xfer_partial): Call darwin_read_dyld_info only if
519 TASK_DYLD_INFO_COUNT is defined.
520
521 2013-01-02 Tom Tromey <tromey@redhat.com>
522
523 * symfile.h (struct ecoff_debug_hack): Remove.
524 * objfiles.c: Don't include mdebugread.h.
525
526 2013-01-02 Tom Tromey <tromey@redhat.com>
527
528 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
529 * configure.ac: Check for Mach-O support in BFD. Update
530 CONFIG_OBS.
531 * configure: Rebuild.
532
533 2013-01-02 Tom Tromey <tromey@redhat.com>
534
535 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
536 * configure.ac: Use GDB_AC_CHECK_BFD.
537 * configure: Rebuild.
538
539 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
540
541 * MAINTAINERS: Update my email.
542
543 2013-01-01 Joel Brobecker <brobecker@adacore.com>
544
545 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
546
547 2013-01-01 Joel Brobecker <brobecker@adacore.com>
548
549 * rs6000-nat.c (bss_data_overlap): New function.
550 (vmap_symtab): Use it to adjust the .bss section's offset.
551
552 2013-01-01 Joel Brobecker <brobecker@adacore.com>
553
554 Update year range in copyright notice of all files.
555
556 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
557
558 * top.c (print_gdb_version): Update copyright year.
559
560 For older changes see ChangeLog-2012.
561 \f
562 Local Variables:
563 mode: change-log
564 left-margin: 8
565 fill-column: 74
566 version-control: never
567 coding: utf-8
568 End:
This page took 0.04222 seconds and 3 git commands to generate.