* Makefile.in (XMLFILES): New.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
2
3         * Makefile.in (XMLFILES): New.
4         (COMMON_OBS): Add xml-builtin.o.
5         (xml-builtin.c, stamp-xml): New rules.
6         (xml-tdesc.o): Update.
7         * features/feature_to_c.sh: New file.
8         * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
9         (struct gdb_xml_parser): Add dtd_name and is_xinclude.
10         (gdb_xml_start_element): Initialize scope after possibly reallocating
11         scopes.  Move cleanup later.  Handle the XInclude description
12         specially.
13         (gdb_xml_end_element): Only parse the body if there is a current element.
14         Call XML_DefaultCurrent if there is no element.
15         (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
16         (struct xinclude_parsing_data, xinclude_start_include)
17         (xinclude_end_include, xml_xinclude_default)
18         (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
19         (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
20         (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
21         * xml-support.h (xml_fetch_another, xml_process_xincludes)
22         (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
23         * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument.  Expand
24         XInclude directives.  Use the compiled in DTD.
25         (fetch_xml_from_file): Add baton argument.  Treat it as a containing
26         directory name.  Do not warn here.
27         (file_read_description_xml): Update call.  Warn here instead.  Pass
28         a dirname as baton.
29         (fetch_available_features_from_target): New.
30         (target_read_description_xml): Use it.
31         * features/gdb-target.dtd: Add copyright notice.  Use xinclude.dtd
32         to handle XInclude.
33         * features/xinclude.dtd: New file.
34
35 2007-02-05  Daniel Jacobowitz  <dan@codesourcery.com>
36
37         * linux-thread-db.c (check_for_thread_db): Return early if we have
38         no libthread_db support.
39
40 2007-02-05  Daniel Jacobowitz  <dan@codesourcery.com>
41
42         * mi/mi-parse.h: Include <sys/time.h>.
43
44 2007-02-05  Nick Roberts  <nickrob@snap.net.nz>
45
46         * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
47         instead of print_variable_value to print values.
48
49 2007-02-03  Nick Roberts  <nickrob@snap.net.nz>
50
51         * mi/mi-main.c: Numerous formatting changes.
52         (mi_cmd_data_write_register_values): Replace clause inadvertantly
53         removed in my previous change.
54
55 2007-02-03   Eli Zaretskii  <eliz@gnu.org>
56
57         * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
58         Use 1000000L instead of 1000000.
59
60 2007-02-03  Nick Roberts  <nickrob@snap.net.nz>
61
62             Based on work by Apple Computer, Inc.
63
64         * configure.ac: Test for sys/resource.h and getrusage.
65         * configure, config.in: Regenerate.
66
67         * mi/mi-main.c: Include <sys/resource.h> if present.
68         (rusage): Declare if HAVE_GETRUSAGE.
69         (current_command_ts, do_timings): New static variables.
70         (timestamp, print_diff_now, print_diff, timeval_diff):
71         New static timing functions.
72         (mi_cmd_enable_timings): New function for new MI command.
73         (captured_mi_execute_command, mi_execute_async_cli_command): 
74         Call timing functions.
75
76         * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
77         -enable-timings.
78
79         * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
80
81         * mi/mi-parse.h: (mi_timestamp): New structure.
82         (mi_parse): Add mi_timestamp* member.
83
84 2007-02-02  Denis Pilat  <denis.pilat@st.com>
85
86         * thread.c (make_cleanup_restore_current_thread): New function.
87         (info_threads_command): Use of make_cleanup_restore_current_thread
88         to restore the current thread and the selected frame.
89         (restore_selected_frame): New function.
90         (struct current_thread_cleanup): Add frame_id field.
91         (do_restore_current_thread_cleanup): Add restoring of the selected
92         frame.
93         (make_cleanup_restore_current_thread): Likewise.
94         (thread_apply_all_command): backup the selected frame while 
95         entering the function and restore it at exit.
96         (thread_apply_command): Likewise.
97
98 2007-02-02  Denis Pilat  <denis.pilat@st.com>
99
100         * MAINTAINERS (Write After Approval): Add myself to the list.
101
102 2006-02-01  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
103
104         * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
105         (m32r_store_register): Ditto.
106
107 2006-01-30  Vladimir Prus  <vladimir@codesourcery.com>
108
109         * ser-mingw.c (pipe_windows_open)
110         (pipe_windows_read, pipe_windows_write): Declare
111         variables at the top of the function.
112
113 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
114
115         * doublest.c (floatformat_from_length): Use the right element from
116         gdbarch floatformats.
117         (floatformat_from_type, extract_typed_floating)
118         (store_typed_floating): Likewise.
119         * doublest.h: Remove declarations for undefined floatformat arrays.
120         * gdbarch.sh (float_format, double_format, long_double_format): Change
121         to pairs.
122         (pformat): Update for pairs.
123         * gdbarch.c, gdbarch.h: Regenerated.
124         * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
125         (floatformats_ieee_double_littlebyte_bigword)
126         (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
127         (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
128         (floatformats_vax_d): New variables.
129         (builtin_type_ieee_single, builtin_type_ieee_double)
130         (builtin_type_arm_ext, builtin_type_ia64_spill)
131         (builtin_type_ia64_quad): Replace arrays with individual types.
132         (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
133         (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
134         (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
135         (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
136         (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
137         (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
138         (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
139         unused and endian-specific types.
140         (recursive_dump_type): Update for floatformat pairs.
141         (build_flt): Move higher.  Handle bit == -1.  Take a floatformat pair.
142         (build_gdbtypes): Use build_flt.
143         (_initialize_gdbtypes): Update set of initialized types.
144         * gdbtypes.h: Update declarations to match gdbtypes.c.
145         (struct main_type): Store a pointer to two floatformats.
146         * arch-utils.c (default_float_format, default_double_format): Delete.
147         * arch-utils.h (default_float_format, default_double_format): Delete.
148
149         * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
150         ia64-tdep.c,  iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
151         mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
152         sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
153         vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
154
155 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
156
157         * target.c (maintenance_print_target_stack): New function.
158         (initialize_targets): Add new "maintenance print target-stack"
159         command.
160
161 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
162
163         * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
164
165 2007-01-27  Daniel Jacobowitz  <dan@codesourcery.com>
166
167         * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
168         (struct dwarf2_loclist_baton): Likewise.
169
170 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
171
172         * cli/cli-script.c: Include breakpoint.h.
173         (build_command_line): Require arguments only for if and while
174         commands.
175         (get_command_line, execute_user_command, execute_control_command):
176         Fix wording of warning messages.
177         (print_command_lines): Print breakpoint commands.
178         (execute_control_command): Call commands_from_control_command to
179         handle the `commands' command inside a body of a flow-control
180         command.
181         (read_next_line): Recognize the `commands' command and build a
182         command line structure for it.
183         (recurse_read_control_structure, read_command_lines): Handle
184         `commands' similarly to `if' and `while'.
185
186         * breakpoint.c (get_number_trailer): Document the special meaning
187         of NULL as the first argument PP.
188         (commands_from_control_command): New function.
189
190         * breakpoint.h (commands_from_control_command): Add prototype.
191
192         * defs.h (commands_control): New enumerated value for enum
193         command_control_type.
194
195 2007-01-26  Joel Brobecker  <brobecker@adacore.com>
196
197         * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
198         (ada_exception_sal): Update accordingly.
199
200 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
201
202         * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
203         * NEWS: Describe CHAR array vs. string identifcation rules.
204
205 2007-01-25  Paul Brook  <paul@codesourcery.com>
206
207         * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
208
209 2007-01-24  Jim Blandy  <jimb@codesourcery.com>
210
211         * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
212         expression is empty, bother to return the 'optimized out' value we
213         construct.  (Thanks to Carl Burch.)
214
215 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
216
217         * varobj.c (c_value_of_root, c_value_of_child)
218         (cplus_describe_child): Don't call release_value.
219
220 2007-01-24  Thiemo Seufer  <ths@mips.com>
221
222         * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
223         initialization.
224
225 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
226
227         Refactor getting children name, value and type access 
228         for varobjs in C++.
229         * varobj.c (get_type_deref): Remove.
230         (adjust_value_for_child_access): New.
231         (c_number_of_children): Use the above.
232         (c_describe_child): Likewise.
233         (enum accessibility): New.
234         (match_accessibility): New function.
235         (cplus_describe_child): New function.
236         (cplus_name_of_child, cplus_value_of_child)
237         (cplus_type_of_child): Reimplement in terms
238         of cplus_describe_child.
239         (cplus_number_of_children): Use 
240         adjust_value_for_child_access.
241         
242 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
243
244         Fix computation of the 'editable' attribute and
245         value changeability for for references.
246         * varobj.c (get_value_type): New function.
247         (c_variable_editable): Use get_value_type.
248         (varobj_value_is_changeable): Likewise.
249                 
250 2007-01-24  Joel Brobecker  <brobecker@adacore.com>
251
252         * source.c (find_and_open_source): Try rewriting the source
253         path inside filename if dirname is NULL.
254
255 2007-01-24  Joel Brobecker  <brobecker@adacore.com>
256
257         * dwarf2read.c (add_partial_symbol): Create an extra partial
258         symbol in the VAR_DOMAIN for Ada structures, unions or enums.
259         (new_symbol): Likewise for symbols.
260
261 2007-01-24  Nick Roberts  <nickrob@snap.net.nz>
262
263         * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
264
265 2007-01-23  Vladimir Prus  <vladimir@codesourcery.com>
266         
267         * value.c (value_primitive_field): Copy the full 'location' 
268         contents, instead of assuming that copying ADDRESS will 
269         bring over everything in the union.  Remove obsolete comment.
270         
271 2007-01-23  Masaki Muranaka  <monaka@monami-software.com>
272
273         * m32c-tdep.c (make_regs, m32c_analyze_prologue)
274         (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
275         (m32c_m16c_pointer_to_address): Separate code from declarations.
276
277 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
278
279         * target.c (update_current_target): Correct typo.
280
281 2007-01-22  Masaki Muranaka  <monaka@monami-software.com>
282
283         * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
284         declaration.
285
286 2007-01-11  Andrew Cagney  <cagney@redhat.com>
287             Daniel Jacobowitz  <dan@codesourcery.com>
288             Jan Kratochvil  <jan.kratochvil@redhat.com>
289
290         * dwarf2-frame.c (execute_cfa_program): New support of
291         `DW_CFA_GNU_negative_offset_extended'.
292
293 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
294
295         * NEWS: Mention flash support for "load" and new remote packets.
296
297 2007-01-21  Markus Deuling  <deuling@de.ibm.com>
298
299         * breakpoint.c (delete_command): Skip redundant loop iterations.
300
301 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
302
303         * gdbarch.sh (register_type): Update comment.
304         * gdbarch.h: Regenerated.
305         * arch-utils.c (generic_register_size): Call register_type.
306         * ia64-tdep.c (ia64_extract_return_value): Likewise.
307         * m32c-tdep.c (check_for_saved): Likewise.
308         * mips-tdep.c (mips_print_register, print_gp_register_row)
309         (mips_print_registers_info): Likewise.
310         * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
311         Likewise.
312         * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
313         (sh64_do_register, sh64_print_register)
314         (sh64_media_print_registers_info): Likewise.
315         * tui/tui-regs.c (tui_register_format): Likewise.
316
317 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
318
319         * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
320
321         * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
322         (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
323         * cp-support.c (make_symbol_overload_list_qualified): Likewise.
324         * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
325         (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
326         (make_symbol_completion_list): Likewise.
327
328 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
329             Daniel Jacobowitz  <dan@codesourcery.com>
330
331         * buildsym.c (end_symtab): Use preallocated symtab if available.
332         Fill in SYMBOL_SYMTAB.
333         * buildsym.h (struct subfile): Add symtab member.
334         * dwarf2read.c (struct dwarf2_cu): Add line_header.
335         (struct file_entry): Add symtab.
336         (free_cu_line_header): New function.
337         (read_file_scope): Use it.  Save line_header in the cu.  Process
338         lines before DIEs.
339         (add_file_name): Initialize new symtab member.
340         (dwarf_decode_lines): Create symtabs for included files.
341         (new_symbol): Set SYMBOL_SYMTAB.
342         * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
343         (search_symbols): Likewise.
344         * symtab.h (struct symbol): Add symtab member.
345         (SYMBOL_SYMTAB): Define.
346
347 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
348
349         * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
350
351 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
352
353         * arch-utils.c (show_endian): Correct reversed condition.
354
355 2007-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
356
357         * MAINTAINERS (Write After Approval): Add myself.
358
359 2007-01-16  Daniel Jacobowitz  <dan@codesourcery.com>
360             Vladimir Prus  <vladimir@codesourcery.com>
361
362         Fix 'selected frame' varobjs.
363         * varobj.c (struct varobj): Remove the error field.
364         (varobj_set_value): Don't check var->error.
365         (install_new_value): Don't set var->error.
366         (varobj_update): Always pass the new value
367         of the root via install_new_value.
368         (create_child): Don't set error field.
369         (new_variable): Likewise.
370         (c_value_of_root): Always reevaluate the value
371         of selected frame varobjs in the selected frame.
372         Don't call reinit_frame_cache.
373
374 2007-01-15  Joel Brobecker  <brobecker@adacore.com>
375
376         * source.c (_initialize_source): Improve the help text of
377         the substitute-path commands.
378
379 2007-01-14  Mark Kettenis  <kettenis@gnu.org>
380
381         * frv-tdep.c (frv_gdbarch_init, frv_register_name)
382         (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
383         (frv_skip_prologue): Remove prototypes.
384         (frv_adjust_breakpoint_address): Renamed from
385         frv_gdbarch_adjust_breakpoint_address.
386         (frv_gdbarch_init): Adjust.
387
388 2007-01-13  Mark Kettenis  <kettenis@gnu.org>
389
390         * gdbarch.sh (deprecated_extract_return_value)
391         (deprecated_store_return_value): Remove.
392         (extract_return_value, store_return_value): Remove default values.
393         * gdbarch.c, gdbarch.h: Regenerate.
394         * arch-utils.c, arch-utils.h (legacy_extract_return_value)
395         (legacy_store_return_value): Remove.
396         * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
397         Remove.
398
399         * mi/mi-main.c: Remove obsolete comment.
400
401         * regcache.c, regcache.h (deprecated_register_bytes)
402         (deprecated_read_register_bytes)
403         (deprecated_write_register_bytes): Remove.
404
405         * frame.c (get_frame_register_bytes, put_frame_register_bytes):
406         Don't forget to move destination pointer.
407
408 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
409
410         * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
411
412 2007-01-11  Ulrich Weigand  <uweigand@de.ibm.com>
413
414         * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
415         past entry function with recent newlib.
416
417 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
418
419         * gdb.texinfo (GDB/MI Variable Objects): Improve the 
420         introduction.  Specify -var-update more exactly.
421
422 2007-01-11  Daniel Jacobowitz  <dan@codesourcery.com>
423
424         * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
425
426 2007-01-10  Jim Blandy  <jimb@codesourcery.com>
427
428         * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
429         the Global Maintainers' invitation to be a global maintainer.
430
431 2007-01-10  Daniel Jacobowitz  <dan@codesourcery.com>
432
433         * infrun.c (singlestep_pc): New variable.
434         (resume): Set singlestep_pc.
435         (context_switch): Add a debugging message.  Flush the frame cache.
436         (handle_inferior_event): Add debugging messages.  Handle thread
437         hops when a software single step has completed.  Let context_switch
438         handle flushing the frame cache.
439
440 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
441
442         * NEWS: Mention target descriptions, "set tdesc filename",
443         "unset tdesc filename", "show tdesc filename", and
444         qXfer:features:read.
445         * arch-utils.c (choose_architecture_for_target): New function.
446         (gdbarch_info_fill): Call it.
447         * target-descriptions.c (struct property): Make members non-const.
448         (struct target_desc): Add arch member.
449         (target_description_filename): New variable.
450         (target_find_description): Try via XML first.
451         (tdesc_architecture): New.
452         (free_target_description, make_cleanup_free_target_description): New.
453         (set_tdesc_property): Call xstrdup.
454         (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
455         (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
456         (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
457         (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
458         * target-descriptions.h (tdesc_architecture)
459         (make_cleanup_free_target_description, set_tdesc_architecture): New
460         prototypes.
461         * Makefile.in (SFILES): Add xml-tdesc.c.
462         (COMMON_OBS): Add xml-tdesc.o.
463         (target-descriptions.o): Update.
464         (xml-tdesc.o): New rule.
465         * xml-tdesc.c, xml-tdesc.h: New files.
466         * remote.c (PACKET_qXfer_features): New enum.
467         (remote_protocol_features): Add qXfer:features:read.
468         (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
469         (_initialize_remote): Register qXfer:features:read.
470         * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
471         * features/gdb-target.dtd: New file.
472
473 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
474
475         * copyright.sh: Clarify error.
476
477 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
478
479         * symtab.c (matching_bfd_sections): Fix VMA matching for
480         prelinked objects.
481
482 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
483
484         * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
485         nested symbols.
486
487 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
488
489         Updated copyright notices for most files.
490
491 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
492
493         * copyright.sh (prunes): Add step-line.inp and step-line.c.
494
495 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
496
497         * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
498         exec_prefix.
499         (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
500         '${prefix}'.
501         * configure, config.in: Regenerate.
502         * defs.h (debug_file_directory): Declare.
503         * main.c (captured_main): Canonicalize gdb_sysroot.  Assume
504         TARGET_SYSTEM_ROOT is defined.  Initialize debug_file_directory and
505         relocate it if DEBUGDIR_RELOCATABLE.
506         * symfile.c (debug_file_directory): Make non-static.
507         (find_separate_debug_file): Look for debug info for SYSROOT/PATH
508         in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
509         (_initialize_symfile): Don't initialize debug_file_directory here.
510
511 2007-01-09  Jim Blandy  <jimb@codesourcery.com>
512
513         * score-tdep.c (score_push_dummy_call): Don't mix declarations and
514         statements.
515
516 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
517
518         * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
519         frame_unwind_register to recurse.
520         * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
521         (alpha_heuristic_frame_prev_register): Likewise.
522         * h8300-tdep.c (h8300_frame_prev_register): Likewise.
523         * m32c-tdep.c (m32c_prev_register): Likewise.
524         * frame.c (frame_register_unwind_location): Remove FIXME.
525
526 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
527             Eli Zaretskii  <eliz@gnu.org>
528
529         * copyright.sh: New file.
530
531 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
532
533         * configure.ac: Check for XML_StopParser.
534         * xml-support.c (gdb_xml_body_text): Check for an error.
535         (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
536         (gdb_xml_end_element_wrapper): Likewise.
537         * config.in, configure: Regenerated.
538
539 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
540
541         * varobj.c (install_new_value): Always update print_value.
542         (value_get_print_value): Immediately return NULL for missing
543         values.
544
545 2007-01-08  Jim Blandy  <jimb@codesourcery.com>
546
547         * configure.ac: Tighten pattern for extracting value of
548         DEPRECATED_TM_FILE from the target makefile fragment.
549         * configure: Regenerated.
550
551 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
552
553         * linux-nat.c (struct simple_pid_list): Add status.
554         (add_to_pid_list): Record the PID's status.
555         (linux_record_stopped_pid): Likewise.  Make static.
556         (pull_pid_from_list): Return the saved status.
557         (linux_nat_handle_extended): Deleted.
558         (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
559         Make static.  Handle non-SIGSTOP for a new thread's first signal.
560         (flush_callback): Handle unexpected pending signals.
561         (linux_nat_wait): Update calls to changed functions.
562         * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
563         Remove prototypes for newly static functions.
564
565 2007-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
566
567         * gdbarch.sh (value_from_register): New gdbarch function.
568         * gdbarch.c, gdbarch.h: Regenerate.
569         * findvar.c (default_value_from_register): New function.
570         (value_from_register): Use gdbarch_value_from_register.
571         * value.h (default_value_from_register): Declare.
572         * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
573         spu_value_to_register): Remove.
574         (spu_value_from_register): New function.
575         (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
576         set_gdbarch_register_to_value, set_gdbarch_value_to_register.
577         Call set_gdbarch_value_from_register.
578         * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
579         s390_value_to_register): Remove.
580         (s390_value_from_register): New function.
581         (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
582         set_gdbarch_register_to_value, set_gdbarch_value_to_register.
583         Call set_gdbarch_value_from_register.
584
585 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
586
587         * NEWS: Add "set sysroot" and "show sysroot".
588         * solib.c (solib_absolute_prefix): Delete.  Replace
589         all uses with gdb_sysroot.
590         (_initialize_solib): Add "set sysroot" and "show sysroot".
591         Make "solib-absolute-prefix" an alias to it.
592
593 2007-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
594
595         * frame.c (get_frame_register_bytes): New function.
596         (put_frame_register_bytes): Likewise.
597         * frame.h (get_frame_register_bytes): Declare.
598         (put_frame_register_bytes): Likewise.
599         * findvar.c (value_from_register): Always construct lval_register
600         values.  Use get_frame_register_bytes.
601         * valops.c (value_assign): Use get_frame_register_bytes and
602         put_frame_register_bytes.
603
604 2007-01-08  Jim Blandy  <jimb@codesourcery.com>
605
606         * MAINTAINERS: Update Stan Shebs' email address.
607
608 2007-01-07  Joel Brobecker  <brobecker@adacore.com>
609
610         * ada-lang.c (is_known_support_routine): Improve the implementation.
611
612 2007-01-06  Joel Brobecker  <brobecker@adacore.com>
613
614         * ada-lang.c: Add include of source.h.
615         (is_known_support_routine): Improve the check verifying that the file
616         associated to this frame exists.
617         * Makefile.in (ada-lang.o): Add dependency on source.h.
618
619 2007-01-07  Jim Blandy  <jimb@codesourcery.com>
620
621         * ax-general.c (ax_const_l): Select proper opcode for the given
622         value.
623
624 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
625
626         * varobj.c (c_value_of_root): Don't select frame if variable
627         object is out of scope.
628
629 2007-01-06  Nick Roberts  <nickrob@snap.net.nz>
630
631         * varobj.c (struct varobj): New member print_value.
632         (install_new_value): Compare last printed value with current one
633         instead of contents.
634         (new_variable): Initialize var->print_value to NULL.
635         (free_variable): Free var->print_value.
636         (value_get_print_value): New function derived from
637         c_value_of_variable.
638         (c_value_of_variable): Use value_get_print_value.
639
640 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
641
642         * i386-tdep.c (i386_analyze_stack_align): Add comment.
643
644 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
645
646         * NEWS: Add entries for new catch commands.
647
648 2006-02-05  Joel Brobecker  <brobecker@adacore.com>
649
650         * dwarf2read.c (partial_die_info): Add field has_byte_size.
651         (add_partial_symbol): Correct identification of external references.
652         (process_structure_scope): Likewise.
653         (read_partial_die): Handle DW_AT_byte_size attribute.
654
655 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
656
657         * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
658
659 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
660
661         * varobj.c (get_type_deref): Fix variable objects for references to
662         pointers.
663
664 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
665
666         * symtab.c (find_pc_sect_psymtab): Add comments.  Handle psymtabs
667         with no symbols.
668
669 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
670
671         * memory-map.c (struct_memory_map_parsing_data): Remove most
672         members.  Make property_name an array.
673         (free_memory_map_parsing_data, memory_map_start_element)
674         (memory_map_end_element, memory_map_character_data): Delete.
675         (memory_map_start_memory, memory_map_end_memory)
676         (memory_map_start_property, memory_map_end_property): New functions.
677         (property_attributes, memory_children, memory_type_enum)
678         (memory_attributes, memory_map_children, memory_map_elements): New.
679         (parse_memory_map): Rewrite.
680         * xml-support.c (debug_xml): New.
681         (xml_get_required_attribute, xml_get_integer_attribute)
682         (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
683         Delete.
684         (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
685         (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
686         (gdb_xml_start_element, gdb_xml_start_element_wrapper)
687         (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
688         (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
689         (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
690         (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
691         New.
692         * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
693         (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
694         (enum gdb_xml_element_flag, struct gdb_xml_element)
695         (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
696         (struct gdb_xml_enum): New.
697         (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
698         (gdb_xml_error, gdb_xml_parse_attr_ulongest)
699         (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
700         (xml_get_required_attribute, xml_get_integer_attribute)
701         (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
702         * Makefile.in (xml_support_h, xml-support.o): Update.
703
704 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
705
706         * Makefile.in (eval.o): Update dependencies.
707         * eval.c: Include "ui-out.h" and "exceptions.h".
708         (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
709         Use value_zero if an error occurs when avoiding side effects.
710         * varobj.c (c_value_of_root): Initialize new_val.
711
712 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
713
714         * varobj.c (varobj_list_children): Stop if the number of children is
715         unknown.
716         (c_number_of_children):
717
718 2007-01-04  Mark Kettenis  <kettenis@gnu.org>
719
720         * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
721         (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
722         (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
723         (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
724         sizeof, instead of hardcoded constants.
725
726 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
727
728         * CONTRIBUTE: Use sourceware.org.
729
730 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
731
732         * buildsym.c (start_subfile): Handle producer.
733         (record_producer): New function.
734         * buildsym.h (struct subfile): Include producer.
735         (record_producer): New prototype.
736         * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
737         (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
738         armcc_cfa_offsets_reversed.
739         (execute_cfa_program): Handle armcc_cfa_offsets_sf.
740         (dwarf2_frame_find_quirks): New function.
741         (dwarf2_frame_cache): Call it.  Handle armcc_cfa_offsets_reversed.
742         (decode_frame_entry_1): Record the CIE version.  Record the
743         augmentation.  Skip armcc augmentations.
744         * dwarf2read.c (read_file_scope): Save the producer.
745         * symtab.h (struct symtab): Rename unused version member to
746         producer.
747
748 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
749
750         * configure.ac (build_warnings): Use -Wall and
751         -Wdeclaration-after-statement.
752         * configure: Regenerated.
753
754 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
755
756         Simplify access to variours properties of child
757         variable objects in C.
758         * varobj.c (value_struct_element_index): New function.
759         (c_describe_child): New function.
760         (c_name_of_child, c_value_of_child)
761         (c_type_of_child): Rewrite to use c_describe_child.
762
763 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
764
765         gdb/
766         * varobj.c: Include "vec.h". 
767         (varobj_p): New typedef, declare vector of those.
768         (struct varobj): Use vector for the 'children' member.
769         (child_exists): Remove.
770         (save_child_in_parent): Remove.
771         (remove_child_from_parent): Remove.
772         (struct varobj_child): Remove.
773         (struct vstack): Remove.
774         (vpush, vpop): Remove.
775         (varobj_list_children): Adjust to work work vector.
776         (varobj_update): Likewise. Use vectors for
777         working stack and result.
778         (delete_variable_1): Likewise.
779         * Makefile.in (varobj.o): Update dependencies.
780
781 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
782
783         Port from Apple's version.
784         gdb/
785         * varobj.c (type_changeable): Rename to...
786         (varobj_value_is_changeable_p): ...this. Adjust all callers.
787         (is_root_p): New function. Use it everywhere.
788
789 2007-01-04  Jim Blandy  <jimb@codesourcery.com>
790
791         * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
792         then plain 'fixup'.
793
794 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
795
796         * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
797
798 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
799
800         * hpread.c (hpread_type_lookup): Fix compilation failure.
801
802 2007-01-04  Qinwei  <qinwei@sunnorth.com.cn>
803
804         * NEWS: New port to S+core.
805         * MAINTAINERS (Write After Approval, Responsible Maintainers):
806         Add myself.
807
808         * Makefile.in: Add dependencies for S+core files.
809         * configure.tgt (score*, score-*-*): Add S+core target.
810         * config/score/embed.mt: New file.
811         * score-tdep.c: New file.
812         * score-tdep.h: New file.
813
814 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
815
816         * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
817         the appropriate type rather than a bogus void type.
818
819 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
820
821         * ada-lang.h (ada_find_printable_frame): Remove.
822         (ada_exception_catchpoint_p, ada_decode_exception_location)
823         (ada_decode_assert_location): Add declaration.
824         * ada-lang.c: Add include of annotate.h and valprint.h.
825         (exception_catchpoint_kind): New enum.
826         (function_name_from_pc, is_known_support_routine)
827         (ada_find_printable_frame, ada_unhandled_exception_name_addr)
828         (ada_exception_name_addr_1, ada_exception_name_addr)
829         (print_it_exception, print_one_exception, print_mention_exception)
830         (print_it_catch_exception, print_one_catch_exception)
831         (print_mention_catch_exception, catch_exception_breakpoint_ops)
832         (print_it_catch_exception_unhandled)
833         (print_one_catch_exception_unhandled)
834         (print_mention_catch_exception_unhandled, print_it_catch_assert)
835         (print_one_catch_assert, print_mention_catch_assert)
836         (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
837         (ada_get_next_arg, catch_ada_exception_command_split)
838         (ada_exception_sym_name, ada_exception_sym_name)
839         (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
840         (ada_parse_catchpoint_condition, ada_exception_sal)
841         (ada_decode_exception_location)
842         (ada_decode_assert_location): New function.
843         (catch_exception_unhandled_breakpoint_ops): New global variable.
844         (catch_assert_breakpoint_ops): New global variable.
845         * breakpoint.c: Add include of ada-lang.h.
846         (print_one_breakpoint): Do not print the condition for Ada
847         exception catchpoints.
848         (create_ada_exception_breakpoint): New function.
849         (catch_ada_exception_command, catch_assert_command): New function.
850         (catch_command_1): Add support for the new "catch exception" and
851         "catch assert" commands.
852         (_initialize_breakpoint): Add help description for the new catch
853         commands.
854         * Makefile.in (ada-lang.o): Add dependency on annotate.h and
855         valprint.h.
856         (breakpoint.o): Add dependency on ada-lang.h.
857
858 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
859
860         * coffread.c (cs_to_section): If bfd_section is found, always
861         return its section index.
862         (coff_symtab_read): Determine the minimal_symbol_type using the
863         bfd_section flags.
864
865 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
866             Daniel Jacobowitz  <dan@codesourcery.com>
867
868         * Makefile.in (top.o): Update.
869         * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
870         (saved_after_char_processing_hook, gdb_readline_wrapper_line)
871         (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
872         New.
873         (gdb_readline_wrapper): Rewrite to use asynchronous readline.
874
875 2007-01-03  Mark Kettenis  <kettenis@gnu.org>
876
877         * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
878         (arm_linux_init_abi): Don't set deprecated_extract_return_value.
879
880 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
881
882         * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
883         * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
884         * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
885         greater than or equal to zero.
886         * m2-typeprint.c (m2_array): Likewise.
887         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
888         * gdbtypes.c (copy_type_recursive): Correct == typo.
889         * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
890         * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
891         greater than zero.
892         * macroscope.c (sal_macro_scope): Don't name a local variable "main".
893         (default_macro_scope): Remove unused variable.
894         * prologue-value.h (pv_area_find_reg): Don't name an argument
895         "register".
896         * remote-fileio.c (remote_fio_func_map): Add missing braces.
897         * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
898         type.
899         (cleanup_sigint_signal_handler): Remove casts.
900         * valprint.c (val_print): Use a volatile local for the modified
901         argument.
902         * varobj.c (languages): Remove extra array dimension.
903         (varobj_create): Correct access to languages array.
904         * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
905         missing braces.
906         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
907         * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
908         * mi/mi-getopt.c (mi_valid_noargs): Likewise.
909         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
910         (mi_cmd_data_write_memory): Likewise.
911         * signals/signals.c (target_signal_to_string): Cast to int before
912         comparing.
913         * tui/tui-layout.c (init_and_make_win): Take and return a void *.
914         Update all callers.
915
916 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
917
918         * NEWS: Mention pointer to member improvements.
919         * Makefile.in (gnu-v3-abi.o): Delete special rule.
920         (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
921         * ada-valprint.c (ada_print_scalar): Update for new type codes.
922         * c-typeprint.c (c_print_type): Update for new type codes.
923         (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
924         (c_type_print_base): Likewise.
925         (c_type_print_args): Rewrite.
926         * c-valprint.c (c_val_print): Update for new type codes.  Remove
927         support for references to members.  Treat methods like functions.
928         * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
929         (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
930         * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
931         (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
932         (struct cp_abi_ops): Add corresponding members.
933         * cp-valprint.c (cp_print_class_method): Delete.
934         (cp_find_class_member): New function.
935         (cp_print_class_member): Use it.  Simplify support for bogus
936         member pointers.
937         * dwarf2read.c (quirk_gcc_member_function_pointer): Use
938         lookup_methodptr_type.
939         (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
940         * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
941         OP_SCOPE.  Update call to value_aggregate_elt.  Rewrite member
942         pointer support.
943         (evaluate_subexp_for_address): Handle OP_SCOPE explicitly.  Handle
944         references returned by user defined operators.
945         * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
946         (f_type_print_varspec_suffix): Remove support for member pointers.
947         * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
948         and adjusted.
949         (smash_to_memberptr_type): Likewise, from smash_to_member_type.
950         (lookup_methodptr_type): New.
951         (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
952         (recursive_dump_type): Update for new types.
953         * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
954         TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
955         (lookup_memberptr_type, lookup_methodptr_type)
956         (smash_to_memberptr_type): New prototypes.
957         (smash_to_method_type): Formatting fix.
958         (lookup_member_type, smash_to_member_type): Delete prototypes.
959         * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
960         Do not rely on debug information for the vptr or the method's
961         enclosing type.  Handle function descriptors for IA64.
962         (gnuv3_virtual_fn_field): Rewrite using the new functions.
963         (gnuv3_find_method_in, gnuv3_print_method_ptr)
964         (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
965         (gnuv3_method_ptr_to_value): New.
966         (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
967         * hpread.c (hpread_type_lookup): Update for new types.
968         * infcall.c (value_arg_coerce): Likewise.
969         * m2-typeprint.c (m2_print_type): Remove explicit support
970         for member pointers.
971         * m2-valprint.c (m2_val_print): Likewise.
972         * p-typeprint.c (pascal_type_print_varspec_prefix)
973         (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
974         * p-valprint.c (pascal_val_print): Likewise.
975         (pascal_object_print_class_method, pascal_object_print_class_member):
976         Delete.
977         * p-lang.h (pascal_object_print_class_method)
978         (pascal_object_print_class_member): Delete prototypes.
979         * stabsread.c (read_type): Update for new types.
980         * typeprint.c (print_type_scalar): Likewise.
981         * valops.c (value_struct_elt_for_reference, value_namespace_elt)
982         (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
983         argument.  Construct a pointer to member if the address of a
984         function or data member is requested.
985         (value_cast_pointers): Don't modify the input value.
986         (value_cast): Adjust pointer to member handling for new types.
987         Allow null pointer to member constants.  Don't modify the input
988         value.
989         (value_ind): Remove pointer to member check.  Handle function
990         descriptors for function pointers.
991         (value_struct_elt, value_find_oload_method_list, check_field):
992         Remove pointer to member checks.
993         * value.c (unpack_long): Allow pointers to data members.
994         (value_from_longest): Allow member pointers.
995         * value.h (value_aggregate_elt): Add want_address.
996         * varobj.c (c_variable_editable): Remove check for members.
997         * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
998         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
999         in virtual tables.
1000         (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
1001         * c-lang.h (cp_print_class_method): Delete prototype.
1002         * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
1003         * mips-tdep.c (mips_gdbarch_init): Likewise.
1004         * gdbarch.c, gdbarch.h: Regenerated.
1005
1006 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
1007
1008         * rs6000-tdep.c (rs6000_use_struct_convention)
1009         (rs6000_extract_return_value, rs6000_store_return_value)
1010         (rs6000_extract_struct_value_address): Remove.
1011         (rs6000_return_value): New function.
1012         (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
1013         store_return_value, deprecated_extract_struct_value_address and
1014         deprecated_use_struct_convention.  Use rs6000_return_value
1015         instead.
1016
1017 2007-01-02  Nick Roberts  <nickrob@snap.net.nz>
1018
1019         * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
1020         -display-disable, -display-enable, -display-insert and
1021         -display-list.
1022
1023 2006-01-01  Joel Brobecker  <brobecker@adacore.com>
1024
1025         * breakpoint.c (remove_breakpoint): Remove dead code.
1026
1027 2007-01-01  Nick Roberts  <nickrob@snap.net.nz>
1028
1029         * varobj.c: Include block.h.
1030         (c_value_of_root): Check scope within nested statements.
1031
1032 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
1033
1034         * mi/mi-main.c (mi_cmd_data_write_register_values): Use
1035         regcache_cooked_write_signed instead of
1036         deprecated_write_register_bytes.
1037
1038 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
1039
1040         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
1041
1042 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
1043
1044         Followed the Start of New Year Procedure:
1045         * ChangeLog-2006: New file, containing all the entries for 2006.
1046         * ChangeLog: Removed all 2006 entries, and changed the reference
1047         to the previous ChangeLog to point to ChangeLog 2006.
1048         * top.c (print_gdb_version): Update copyright year.
1049
1050 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
1051
1052         * Makefile.in (remote-sds.o): Remove.
1053         * remote-sds.c: Delete.
1054
1055 For older changes see ChangeLog-2006.
1056 \f
1057 Local Variables:
1058 mode: change-log
1059 left-margin: 8
1060 fill-column: 74
1061 version-control: never
1062 End: