* solib-svr4.c (enable_break): Add the dynamic linker also if
[external/binutils.git] / gdb / ChangeLog
1 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
2
3         * solib-svr4.c (enable_break): Add the dynamic linker also if
4         auxv succeeds.
5
6 2007-10-09  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
7
8         * MAINTAINERS (Write After Approval): Add self.
9
10 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
11
12         * stabsread.c (read_huge_number): Initialize local variable to 0.
13
14 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
15
16         * p-lang.h (pascal_main_name): Add declaration.
17         * p-lang.c (GPC_P_INITIALIZE, GPC_MAIN_PROGRAM_NAME_1)
18         (GPC_MAIN_PROGRAM_NAME_2): New constants.
19         (pascal_main_name): New function.
20         * symtab.c: Include p-lang.h.
21         (find_main_name): Add call to pascal_main_name.
22         * Makefile.in (symtab.o): Add dependency on p-lang.h.
23
24 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
25
26         * stabsread.c (read_huge_number): Fix handling of octal
27         representation when the bit width is known.
28         (read_range_type): Record unsigned integral types with their size,
29         when the type size is known.
30
31 2007-10-08  Thiago Jung Bauermann  <bauerman@br.ibm.com>
32
33         * MAINTAINERS (Write After Approval): Add self.
34
35 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
36
37         * breakpoint.c (print_one_breakpoint_location): ARI fix: 
38         Replace asprintf by xstrprintf.
39
40 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
41
42         * linux-fork.c: ARI fix: include "gdb_dirent.h" instead of <dirent.h>.
43         Makefile.in (linux-fork.o): Add gdb_dirent.h dependency. 
44
45 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
46
47         * linux-fork.c: Move "gdb_wait.h" include back to the position of
48         <sys/wait.h> include before last commit.
49
50 2007-10-08  Maciej W. Rozycki  <macro@mips.com>
51
52         * mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL.
53
54 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
55
56         * aix-thread.c (supply_gprs64, supply_fprs, supply_sprs64)
57         (supply_sprs32, fetch_regs_user_thread, fetch_regs_kernel_thread)
58         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32)
59         (store_regs_user_thread, store_regs_kernel_thread): Use
60         get_regcache_arch or get_frame_arch to get at the current architecture
61         by regcache or by frame, respectively.
62
63 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
64
65         * sh64-tdep.c (sh64_push_dummy_call, sh64_register_type)
66         (sh64_pseudo_register_read, sh64_pseudo_register_write)
67         (sh64_do_fp_register, sh64_do_pseudo_register, sh64_do_register)
68         (sh64_print_register, sh64_media_print_registers_info)
69         (sh64_compact_print_registers_info, sh64_unwind_sp)
70         (sh64_unwind_pc): Replace current_gdbarch by gdbarch.
71         (sh64_show_media_regs, sh64_show_compact_regs, sh64_frame_cache)
72         (sh64_frame_prev_register): Use FRAME to recognize current
73         architecture.
74
75 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
76
77         * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
78         (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
79         (sh_register_reggroup_p, sh_dwarf2_frame_init_reg): Replace
80         current_gdbarch by gdbarch.
81         (sh_generic_show_regs, sh3_show_reg, sh2e_show_regs, sh2a_show_regs)
82         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
83         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs, sh_frame_cache)
84         (sh_frame_prev_register, sh_unwind_sp, sh_unwind_pc): Use FRAME to
85         recognize current architecture.
86
87 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
88
89         * remote.c (init_remote_state, fetch_register_using_p)
90         (process_g_packet, remote_fetch_registers, remote_prepare_to_store)
91         (store_register_using_P, store_registers_using_G)
92         (remote_store_registers): Use get_regcache_arch or get_frame_arch to
93         get at the current architecture by regcache or by frame, respectively.
94
95 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
96
97         * m68k-tdep.c (m68k_register_to_value, m68k_value_to_register)
98         (m68k_svr4_extract_return_value, m68k_svr4_store_return_value)
99         (m68k_frame_prev_register, m68k_get_longjmp_target): Use
100         get_regcache_arch or get_frame_arch to get at the current architecture
101         by regcache or by frame, respectively.
102         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
103         * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers)
104         (store_register, old_store_inferior_registers, supply_gregset)
105         (supply_fpregset, fill_fpregset): Likewise.
106         * m68k-tdep.c (m68k_register_type, m68k_unwind_pc, m68k_dump_tdep):
107         Replace current_gdbarch by gdbarch.
108
109 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
110
111         * irix5-nat.c (supply_gregset, fill_gregset, supply_fpregset)
112         (fill_fpregset, fetch_core_registers): Use get_regcache_arch or
113         get_frame_arch to get at the current architecture by regcache or by
114         frame, respectively.
115
116 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
117
118         * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write):
119         Replace current_gdbarch by gdbarch.
120         * ia64-tdep.c (ia64_frame_prev_register
121         (ia64_sigtramp_frame_prev_register)
122         (ia64_libunwind_frame_prev_register): Use get_regcache_arch or
123         get_frame_arch to get at the current architecture by regcache or by
124         frame, respectively.
125         * ia64-linux-nat.c (ia64_linux_fetch_register)
126         (ia64_linux_fetch_registers, ia64_linux_store_register)
127         (ia64_linux_store_registers): Likewise.
128
129 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
130
131         * hppa-tdep.c (hppa_stub_unwind_sniffer, hppa_dump_tdep): Replace
132         current_gdbarch by gdbarch.
133         * hppa-linux-nat.c (fetch_register, store_register)
134         (hppa_linux_fetch_inferior_registers)
135         (hppa_linux_store_inferior_registers): Use get_regcache_arch or
136         get_frame_arch to get at the current architecture by regcache or by
137         frame, respectively.
138         * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code
139         (hppa_hpux_unwind_adjust_stub): Likewise.
140         * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register)
141         (hppa_hpux_fetch_inferior_registers)
142         (hppa_hpux_store_inferior_registers): Likewise.
143
144 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
145
146         * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
147         (cris_scan_prologue, crisv32_scan_prologue, find_step_target)
148         (cris_software_single_step, cris_supply_gregset): Use get_regcache_arch
149         or get_frame_arch to get at the current architecture by regcache or by
150         frame, respectively.
151         * cris-tdep.c (crisv32_single_step_through_delay, cris_push_dummy_call)
152         (cris_unwind_pc, cris_unwind_sp, cris_register_type, cris_dump_tdep)
153         (crisv32_register_type, cris_dwarf2_frame_init_reg): Replace
154         current_gdbarch by gdbarch.
155
156 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
157
158         * arm-tdep.c (arm_scan_prologue, arm_make_prologue_cache)
159         (thumb_get_next_pc, arm_get_next_pc, arm_extract_return_value)
160         (arm_store_return_value): Use get_regcache_arch or get_frame_arch to
161         get at the current architecture by regcache or by·frame, respectively.
162         (arm_push_dummy_call, arm_dump_tdep): Replace current_gdbarch by
163         gdbarch.
164
165 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
166
167         * amd64-tdep.c (amd64_frame_prev_register, amd64_sigtramp_frame_cache):
168         Use get_regcache_arch or get_frame_arch to get at the current
169         architecture by regcache or by frame, respectively.
170         * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
171         * amd64-nat.c (amd64_supply_native_gregset)
172         (amd64_collect_native_gregset): Replace current_gdbarch by gdbarch.
173
174 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
175
176         * alpha-tdep.c (alpha_register_reggroup_p): Replace current_gdbarch by
177         gdbarch.
178         * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
179         (alpha_sigtramp_frame_unwind_cache, alpha_sigtramp_frame_this_id)
180         (alpha_sigtramp_frame_sniffer, alpha_next_pc): Use get_regcache_arch or
181         get_frame_arch to get at the current architecture by regcache or by 
182         frame, respectively.
183         * alpha-nat.c (fetch_osf_core_registers): Likewise.
184
185 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
186
187         * dwarf2-frame.c (read_reg, execute_cfa_program, dwarf2_frame_cache)
188         (dwarf2_frame_default_init_reg, dwarf2_frame_prev_register): Replace
189         current_gdbarch by gdbarch.
190         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Likewise.
191
192 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
193
194         * regcache.c (init_regcache_descr, register_type, read_pc_pid)
195         (write_pc_pid, regcache_dump): Replace current_gdbarch by gdbarch.
196         * regcache.c (regcache_raw_write): Use get_regcache_arch or
197         get_frame_arch to get at the current architecture by regcache or by
198         frame, respectively.
199
200 2007-10-08  Markus Deuling  <deuling@de.ibm.com>
201
202         * findvar.c (value_of_register, locate_var_value): Use
203         get_regcache_arch or get_frame_arch to get at the current architecture
204         by regcache or by frame, respectively.
205         * findvar.c (default_value_from_register, value_from_register): Replace
206         current_gdbarch by gdbarch.
207
208 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
209
210         * config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
211
212 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
213
214         * linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
215         Makefile.in (linux-fork.o): Add gdb_wait.h dependency. 
216
217 2007-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
218
219         * remote.c (get_offsets): Only call free_symfile_segment_data if
220         data was allocated.
221
222 2007-10-03  Pierre Muller  <muller@ics.u-strasbg.fr>
223
224         * objc-exp.y: ARI fix: remove 4 PARAMS. 
225
226 2007-10-03  Daniel Jacobowitz  <dan@codesourcery.com>
227
228         * NEWS: Use uniform spacing.  Correct version number for GDB 6.7
229         news.  Mention XML support for M68K in GDB 6.7.
230
231 2007-10-03  Daniel Jacobowitz  <dan@codesourcery.com>
232
233         * gdbtypes.c (create_range_type): Do not set TYPE_FIELD_TYPE for the
234         bounds.
235         (init_vector_type): Use builtin_type_int32.
236
237 2007-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
238
239         * s390-tdep.c (s390_regset_from_core_section): Allow excess section
240         size to enable bi-arch generate-core-file support.
241
242 2007-10-02  Markus Deuling  <deuling@de.ibm.com>
243
244         * spu-tdep.c (info_spu_signal_command): Fix output for SPU signal.
245
246 2007-10-02  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
247
248         * tui/tui-interp.c (tui_init): Initialize tui's SIGWINCH
249         signal handler.
250         * tui/tui-win.c (tui_initialize_win): New function for
251         initializing tui's SIGWINCH signal handler.
252         * tui/tui-win.h (tui_initialize_win): Declare.
253
254 2007-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
255
256         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Cast
257         pointer to uintptr_t before casting to CORE_ADDR.
258
259 2007-10-02  Markus Deuling  <deuling@de.ibm.com>
260
261         * linux-nat.c (PTRACE_GETSIGINFO): Add define.
262
263 2007-10-02  Mark Mitchell  <mark@codesourcery.com>
264
265         * mingw-hdep.c (gdb_select): Stop helper threads before returning.
266         * ser-mingw.c (enum select_thread_state): New type.
267         (struct ser_console_state): Add have_started and thread_state.
268         (select_thread_wait): New function.
269         (thread_fn_type): New type.
270         (create_select_thread): New function.
271         (destroy_select_thread): Likewise.
272         (start_select_thread): Likewise.
273         (stop_select_thread): Likewise.
274         (console_select_thread): Use new functions.
275         (pipe_select_thread): Likewise.
276         (file_select_thread): Likewise.
277         (ser_console_wait_handle): Likewise.
278         (ser_console_done_wait_handle): Likewise.
279         (ser_console_close): Likewise.
280         (free_pipe_state): Likewise.
281         (pipe_wait_handle): Likewise.
282         (pipe_done_wait_handle): Likewise.
283         (struct net_windows_state): Derive from ser_console_state.
284         (net_windows_select_thread): Use new functions.
285         (net_windows_wait_handle): Likewise.
286         (net_windows_done_wait_handle): Likewise.
287         (net_windows_close): Likewise.
288
289 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
290
291         * inflow.c (terminal_ours_1): Remove useless line.
292
293 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
294
295         * mips-tdep.c (mips_read_fp_register_double): Correct check for
296         odd FP registers.
297         (mips_print_fp_register): Correct check for even FP registers.
298         (mips_virtual_frame_pointer): New function.
299         (mips_gdbarch_init): Call set_gdbarch_virtual_frame_pointer.
300
301 2007-09-30  Mike Frysinger  <vapier@gentoo.org>
302
303         * value.h (lookup_only_internalvar): New prototype.
304         (create_internalvar): Likewise.
305         * value.c (lookup_only_internalvar): New function.
306         (create_internalvar): Likewise.
307         (lookup_internalvar): Use new lookup_only_internalvar and
308         create_internalvar functions.
309         * parse.c (write_dollar_variable): Look up $ symbols in internal
310         table first rather than last.
311
312 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
313
314         * linux-nat.c (linux_nat_new_thread): New variable.
315         (linux_child_follow_fork): Set inferior_ptid to include LWP ID.  Use
316         linux_nat_switch_fork.
317         (lwp_list): Make public.
318         (add_lwp): Call linux_nat_new_thread.
319         (lin_lwp_attach_lwp, linux_nat_attach): Call add_lwp after stopping
320         the new thread.
321         (resume_callback): Clear lp->siginfo.  Remove unused variable.
322         (linux_nat_resume): Assert that the LWP list is already initialized.
323         Clear lp->siginfo.
324         (save_siginfo): New.
325         (stop_wait_callback, linux_nat_wait): Call it.
326         (linux_nat_set_new_thread, linux_nat_get_siginfo): New.
327         * linux-nat.h (struct lwp_info): Add siginfo.
328         (lwp_list, linux_nat_set_new_thread, linux_nat_get_siginfo): Declare.
329         (ALL_LWPS): Define.
330
331         * amd64-linux-nat.c (amd64_linux_dr): New.
332         (amd64_linux_dr_get): Take a PTID argument.  Correct typo.
333         (amd64_linux_dr_set): Take a PTID argument.
334         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use ALL_LWPS.
335         (amd64_linux_dr_reset_addr): Use amd64_linux_dr_set_addr.
336         (amd64_linux_dr_get_status): Pass inferior_ptid to amd64_linux_dr_get.
337         (amd64_linux_new_thread): New.
338         (_initialize_amd64_linux_nat): Call linux_nat_set_new_thread.
339         * i386-linux-nat.c (i386_linux_dr): New.
340         (i386_linux_dr_get, i386_linux_dr_set): Take a PTID argument.
341         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use ALL_LWPS.
342         (i386_linux_dr_reset_addr): Use i386_linux_dr_set_addr.
343         (i386_linux_dr_get_status): Pass inferior_ptid to i386_linux_dr_get.
344         (i386_linux_new_thread): New.
345         (i386_linux_resume): Remove unnecessary PID check.
346         (_initialize_i386_linux_nat): Call linux_nat_set_new_thread.
347         * ia64-linux-nat.c (enable_watchpoints_in_psr): Take PTID argument.
348         (fetch_debug_register, fetch_debug_register_pair): Delete.
349         (debug_registers): New.
350         (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint): Use
351         ALL_LWPS and debug_registers.
352         (ia64_linux_new_thread): New.
353         (ia64_linux_stopped_data_address): Use linux_nat_get_siginfo.
354         (_initialize_ia64_linux_nat): Call linux_nat_set_new_thread.
355         * ppc-linux-nat.c (last_stopped_data_address): Delete.
356         (saved_dabr_value): New.
357         (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
358         ALL_LWPS.
359         (ppc_linux_new_thread): New.
360         (ppc_linux_stopped_data_address): Use linux_nat_get_siginfo.
361         (ppc_linux_stopped_by_watchpoint): Call ppc_linux_stopped_data_address.
362         (_initialize_ppc_linux_nat): Call linux_nat_set_new_thread.
363         * s390-nat.c (s390_stopped_by_watchpoint): Clear the watchpoint status
364         after reading it.
365         (s390_fix_watch_points): Take a PTID argument.
366         (s390_insert_watchpoint, s390_remove_watchpoint): Use ALL_LWPS.
367         (_initialize_s390_nat): Call linux_nat_set_new_thread.
368
369 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
370             Jeff Johnston  <jjohnstn@redhat.com>
371
372         * breakpoint.c (watchpoints_triggered): New.
373         (bpstat_stop_status): Remove STOPPED_BY_WATCHPOINT argument.
374         Check watchpoint_triggered instead.  Combine handling for software
375         and hardware watchpoints.  Do not use target_stopped_data_address
376         here.  Always check a watchpoint if its scope breakpoint triggers.
377         Do not stop for thread or overlay events.  Improve check for
378         triggered watchpoints without a value change.
379         (watch_command_1): Insert the scope breakpoint first.  Link the
380         scope breakpoint to the watchpoint.
381         * breakpoint.h (enum watchpoint_triggered): New.
382         (struct breakpoint): Add watchpoint_triggered.
383         (bpstat_stop_status): Update prototype.
384         (watchpoints_triggered): Declare.
385         * infrun.c (enum infwait_status): Add infwait_step_watch_state.
386         (stepped_after_stopped_by_watchpoint): Delete.
387         (handle_inferior_event): Make stepped_after_stopped_by_watchpoint
388         local.  Handle infwait_step_watch_state.  Update calls to
389         bpstat_stop_status.  Use watchpoints_triggered to check
390         watchpoints.
391         * remote.c (stepped_after_stopped_by_watchpoint): Remove extern.
392         (remote_stopped_data_address): Do not check it.
393
394 2007-09-29  Daniel Jacobowitz  <dan@codesourcery.com>
395
396         * configure.ac: Add $LIBINTL when testing libbfd.
397         * configure: Regenerated.
398
399 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
400
401         * NEW: Mention pending breakpoint changes and
402         support for breakpoints at multiple locations.
403         
404 2007-09-27  Daniel Jacobowitz  <dan@codesourcery.com>
405
406         * arm-linux-tdep.c (arm_linux_software_single_step): New.
407         (arm_linux_init_abi): Use it.
408         * arm-tdep.c (arm_get_next_pc): Make global.  Handle all-ones
409         condition correctly.
410         * arm-tdep.h (arm_get_next_pc): Declare.
411         * Makefile.in (arm-linux-tdep.o): Update.
412
413 2007-09-26  Vladimir Prus  <vladimir@codesourcery.com>
414
415         * varobj.c (install_new_value): Don't
416         call value_get_print_value when a value is
417         lazy.  Update the print_value member in a
418         single place.
419
420 2007-09-26  Vladimir Prus  <vladimir@codesourcery.com>
421
422         * breakpoint.c (create_breakpoint): Set
423         condition on each location, not on the first
424         location of breakpoint.
425         
426 2007-09-26  Jim Blandy  <jimb@codesourcery.com>
427
428         * remote.c (getpkt_sane): Fix error message.  No animals were
429         harmed in the making of this debugger.
430
431 2007-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
432
433         * p-typeprint.c: Fix 11 ARI reported problems.
434         (pascal_print_type): Fix 4 operator at end of line.
435         (pascal_type_print_method_args) : Replace 2 DEPRECATED_STREQN macros 
436         using strncmp function.
437         (pascal_type_print_base): Fix 2 operator at end of line.
438         (pascal_type_print_base) : Replace 3 DEPRECATED_STREQN macros 
439         using strncmp function.
440
441
442 2007-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
443
444         * Fix PR pascal/2231
445         dwarf2read.c (read_subroutine_type): 
446         All pascal functions are prototyped. 
447
448 2007-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
449
450         * Fix PR pascal/2283
451         p-valprint.c (pascal_val_print): correct current language check.
452         Also print array of char as strings.
453
454
455 2007-09-26  David Ung  <davidu@mips.com>
456             Maciej W. Rozycki  <macro@mips.com>
457
458         * mips-tdep.c (mips_n32n64_return_value): Fix a comment.
459
460 2007-09-25  Pierre Muller  <muller@ics.u-strasbg.fr>
461
462         * p-exp.y: Fix 12 ARI reported problems.
463         (name_not_typename): Fix 2 operator at end of line issues.
464         (yylex): Fix 3 operator at end of line issues.
465         Replace 7 DEPRECATED_STREQ macros using strcmp function.
466
467 2007-09-25  David Ung  <davidu@mips.com>
468             Maciej W. Rozycki  <macro@mips.com>
469
470         * mips-tdep.c (mips_n32n64_return_value): Per N32/N64 ABI
471         rules return composite types in registers as appropriate.
472
473 2007-09-24  Jim Blandy  <jimb@codesourcery.com>
474
475         * symfile.h (struct symfile_segment_data): Doc fixes.
476         * symfile.c (symfile_map_offsets_to_segments): Doc fixes.
477         Assert that we were passed some loaded segment addresses,
478         and that sections' segment numbers are valid.
479         Simplify offset calculation.
480         * remote.c (get_offsets): Clarify selection of relocate-by-segment
481         strategy, and set num_segments correctly.  Delete redundant
482         assignments to do_sections.
483
484 2007-09-24  Daniel Jacobowitz  <dan@codesourcery.com>
485
486         * frame.c (get_prev_frame_1): Also check for PC in the same register.
487
488 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
489         
490         * breakpoint.c (remove_sal): New.
491         (expand_line_sal_maybe): New.
492         (create_breakpoints): Call expand_line_sal_maybe.
493         (clear_command): Add comment.
494         (breakpoint_re_set_one): Call expand_line_sal_maybe.
495         * linespec.c (decode_indirect): Set explicit_pc to 1.
496         (decode_all_digits): Set explicit_line to 1.
497         (append_expanded_sal): New.
498         (expand_line_sal): New.
499         * linespec.h (expand_line_sal): Declare.
500         * symtab.c (init_sal): Initialize explicit_pc 
501         and explicit_line.
502         * symtab.h (struct symtab_and_line): New fields
503         explicit_pc and explicit_line.  
504
505 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
506
507         * infcall.c (call_function_by_hand): Handle language-specific
508         pass and return by reference.
509
510         * cp-abi.c (cp_pass_by_reference): New.
511         * cp-abi.h (cp_pass_by_reference): Declare.
512         (struct cp_abi_ops): Add pass_by_reference.
513         * gnu-v3-abi.c (gnuv3_pass_by_reference): New.
514         (init_gnuv3_ops): Set pass_by_reference.
515
516         * language.c (language_pass_by_reference): New.
517         (default_pass_by_reference): New.
518         (unknown_language_defn, auto_language_defn, local_language_defn): Add
519         default_pass_by_reference.
520         * langauge.h (struct language_defn): Add la_pass_by_reference.
521         (language_pass_by_reference, default_pass_by_reference): Declare.
522         * ada-lang.c (ada_language_defn): Add default_pass_by_reference.
523         * c-lang.c (c_language_defn, asm_language_defn)
524         (minimal_language_defn): Likewise.
525         (cplus_language_defn): Add cp_pass_by_reference.
526         * f-lang.c (f_language_defn): Add default_pass_by_reference.
527         * jv-lang.c (java_language_defn): Likewise.
528         * m2-lang.c (m2_language_defn): Likewise.
529         * objc-lang.c (objc_language_defn): Likewise.
530         * p-lang.c (pascal_language_defn): Likewise.
531         * scm-lang.c (scm_language_defn): Likewise
532
533 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
534
535         Allow a code breakpoint to have several locations
536         associated with it.
537         * breakpoint.h (enum enable_state): Remove the
538         bp_shlib_disabled enumerator. 
539         (struct bp_location): New members shlib_disabled,
540         global_next, enabled and function_name.
541         Rename pending to condition_not_parsed.
542
543         * breakpoint.c (ALL_BP_LOCATIONS): Iterate over global_next.
544         (ALL_BP_LOCATIONS_SAFE): Likewise.
545         (breakpoint_enabled): Don't check for pending.
546         (condition_command): Free and update all locations of
547         a breakpoint.
548         (insert_bp_location): Adjust.
549         (software_breakpoint_inserted_here_p): Don't care
550         if breakpoint is enabled, as soon as it's inserted.
551         (print_it_typical): Print bpstat's location, not
552         bpstat's breakpoint's location.
553         (bpstat_stop_status): Iterate over all locations, not
554         all breakpoints.
555         (print_breakpoint_location): New.
556         (print_one_breakpoint): Renamed to
557         (print_one_breakpoint_location): ...this. Take
558         parameters to describe which location is being
559         printed. Modify code to properly print header
560         for several locations and individual locations.
561         (print_one_breakpoint): Print all locations.
562         (breakpoint_has_pc): New.
563         (describe_other_breakpoints): Use the above.
564         (check_duplicates): Renamed to...
565         (check_duplicates_for): .. this.
566         (check_duplicates): Use check_duplicates_for.
567         (allocate_bp_location): Adjust.
568         (set_raw_breakpoint_without_location): New,
569         extracted from set_raw_breakpoint.
570         (set_breakpoint_location_function): New.
571         (set_raw_breakpoint): Use 
572         set_raw_breakpoint_without_location.
573         (make_breakpoint_permanent): Mark all locations
574         as inserted.
575         (disable_breakpoints_in_shlibs): Iterate over
576         locations.
577         (disable_breakpoints_in_unloaded_shlib): Likewise.
578         (re_enable_breakpoints_in_shlibs): Likewise.
579         (mention): Say "pending" when breakpoint has
580         zero locations.  If breakpoint has more than one
581         location, say so.
582         (add_location_to_breakpoint): New.
583         (create_breakpoint): Accept symtabs_and_lines, not
584         symtab_and_line. Pass extra sals to 
585         add_location_to_breakpoint.
586         (create_breakpoints): Pass symtabs_and_lines to
587         create_breakpoints.
588         (break_command_1): Make pending breakpoints
589         have zero locations.
590         (do_captured_breakpoint): Remove wrong allocation.
591         (clear_command): Iterate over all locations.
592         (unlink_locations_from_global_list): Renamed
593         from unlink_location_from_global_list. Remove
594         all locations.
595         (delete_breakpoint): Remove all locations.
596         Iterate over all locations when deciding which
597         other location to re-enable.
598         (all_locations_are_pending): New.
599         (update_breakpoint_locations): Renamed from
600         update_breakpoint_location. Try to match old
601         and new locations using names of containing
602         functions.
603         (breakpoint_re_set_one): Adjust.
604         (find_location_by_number): New.
605         (disable_command): Allow disabling individual location.
606         (enable_command): Allow enabling individual location.
607         * breakpoint.c: Adjust all uses of breakpoint's
608         enable state to for bp_shlib_disabled change.
609         
610 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
611
612         * breakpoint.c (do_restore_lang_radix_cleanup): Remove.
613         (resolve_pending_breakpoint): Remove.
614         (re_enable_breakpoints_in_shlibs): Remove.
615         (unlink_locations_from_global_list): New.
616         (update_breakpoint_locations): New.
617         (breakpoint_re_set_one): Don't bail out on pending breakpoints.
618         Use parse_condition and update_breakpoint_location to
619         reset breakpoint.  Ignore 'symbol not found' error from
620         decode_line_1.
621         (breakpoint_re_set): Don't emit newline before the
622         reason why breakpoint is not reset.
623         (do_enable_breakpoint): Don't specially process pending
624         breakpoints.
625         (free_bp_location): New.
626         (break_command_1): For pending breakpoints, initialize
627         all fields of a sal with zeroes.
628         * breakpoint.h (re_enable_breakpoints_in_shlibs): Remove.
629         * infcmd.c (post_create_inferior): Don't call
630         re_enable_breakpoints_in_shlibs.
631         * infrun.c (handle_inferior_event): Likewise.
632         * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
633         * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
634         * win32-nat.c (get_win32_debug_event): Likewise.
635         
636 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
637
638         * breakpoint.c (create_breakpoint): Split from
639         create_breakpoints, implementing most of its logic.
640         Take just a single sal, single address string and
641         single condition.  Do not take parsed condition at
642         all.
643         (create_breakpoints): Just call create_breakpoint
644         for each sal.
645         (find_condition_and_thread): New.
646         (break_command_1): Use find_condition_and_thread.
647         Do not keep parsed conditions.
648         (do_captured_breakpoint): Don't convert
649         condition string to struct expression.
650         
651 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
652
653         * breakpoint.h (struct breakpoint): Move the cond 
654         field to...
655         (struct bp_location): Here.
656         * breakpoint.c (condition_command, bpstat_stop_status)
657         (print_one_breakpoint, allocate_bp_location)
658         (solib_load_unload_1, create_fork_vfork_event_catchpoint)
659         (create_exec_event_catchpoint, create_breakpoints)
660         (break_command_1, watch_command_1, handle_gnu_v3_exceptions)
661         (create_ada_exception_breakpoint, set_breakpoint_sal)
662         (delete_breakpoint, breakpoint_re_set_one): Adjust.
663         * tui/tui-winsource.c (tui_update_breakpoint_info): Adjust.
664         
665 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
666
667         Associate bp_stat with bp_location, not breakpoint.
668         * breakpoint.h (breakpoint_at): Change type
669         to bp_location*.
670         * breakpoint.c (bpstat_alloc): Take bp_location,
671         not breakpoint.
672         (bpstat_find_breakpoint): Look at bpstat's location's
673         owner, not at bpstat->breakpoint_at.
674         (bpstat_find_step_resume_breakpoint): Likewise.
675         (bpstat_num): Likewise.
676         (print_it_typical): Likewise.
677         (print_bp_stop_message): Likewise.
678         (watchpoint_check): Likewise.
679         (bpstat_what): Likewise.
680         (bpstat_get_triggered_catchpoints): Likewise.
681         (breakpoint_auto_delete): Likewise.
682         (delete_breakpoint): Likewise.  
683         (bpstat_stop_status): Pass location, not breakpoint,
684         to bpstat_alloc.  Look at bpstat's location's
685         owner, not at bpstat->breakpoint_at.
686
687 2007-09-21  Jim Blandy  <jimb@codesourcery.com>
688
689         * macrotab.h (new_macro_table): Document that removing information
690         from an obstack/bcache-managed macro table leaks memory.
691         * macrotab.c (macro_free, macro_bcache_free): Instead of asserting
692         that data is never freed in obstack/bcache-managed macro tables,
693         just leak the storage.
694         (macro_undef): If we're undefining a macro at exactly the same
695         source location that we defined it, simply remove the definition
696         altogether.
697
698 2007-09-21  Joel Brobecker  <brobecker@adacore.com>
699
700         * symfile.h (struct sym_fns): Add new field sym_read_linetable.
701         * coffread.c, dbxread.c, elfread.c, mipsread.c somread.c:
702         Adjust the struct sym_fns object accordingly by setting
703         the new field to NULL.
704         * xcoffread.c (aix_process_linenos): Make static.
705         (xcoff_sym_fns): Set new field to aix_process_linenos.
706         * buildsym.c (end_symtab): Replace call to PROCESS_LINENUMBER_HOOK
707         by call to new the new sym_fns sym_read_linetable function.
708         * config/powerpc/aix.mt (DEPRECATED_TM_FILE): Delete.
709         * config/rs6000/tm-rs6000.h: Delete.
710
711 2007-09-21  David Ung  <davidu@mips.com>
712             Maciej W. Rozycki  <macro@mips.com>
713
714         * mips-tdep.c (mips_n32n64_push_dummy_call): Per N32/N64 ABI
715         rules do not treat composite types specially.
716
717 2007-09-20  Maciej W. Rozycki  <macro@mips.com>
718
719         * mips-tdep.c (mips32_in_function_epilogue_p): New function.
720         (mips16_in_function_epilogue_p): Likewise.
721         (mips_in_function_epilogue_p): Likewise.
722         (mips_gdbarch_init): Register mips_in_function_epilogue_p().
723
724 2007-09-19  Joel Brobecker  <brobecker@adacore.com>
725
726         * configure.ac: Add check for "etext".
727         * configure, config.in: Regenerate.
728         * maint.c (TEXTEND): Only define if either _etext or etext
729         are available.
730         Disable the profiling functionality if TEXTEND is not defined.
731
732 2007-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
733
734         * mips-tdep.c (mips_stub_frame_cache): Correct the saved return
735         address register.  Correct the call to frame_id_build.
736         (mips_stub_frame_sniffer): Use the stub unwinder when the PC
737         is invalid.
738
739 2007-09-18  Joel Brobecker  <brobecker@adacore.com>
740
741         * ia64-tdep.c (refine_prologue_limit): Make sure we don't scan
742         the linetable past the function end.
743
744 2007-09-18  James E. Wilson  <wilson@specifix.com>
745
746         * MAINTAINERS: Update my email address.
747
748 2007-09-18  Jerome Guitton  <guitton@adacore.com>
749
750         * inf-ttrace.c (inf_ttrace_private_thread_info): New structure type.
751         (inf_ttrace_delete_dying_threads_callback): New function.
752         (inf_ttrace_resume): After resuming the execution, iterate over
753         the dying threads to delete them for the thread list.
754         (inf_ttrace_wait): on TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE,
755         mark the corresponding thread as dying instead of removing it
756         from the thread list.
757         (inf_ttrace_thread_alive): return 0 for dying threads.
758
759 2007-09-17  Joel Brobecker  <brobecker@adacore.com>
760
761         * infrun.c (insert_step_resume_breakpoint_at_frame): Add assertion
762         that return_frame is not null.
763
764 2007-09-17  Joel Brobecker  <brobecker@adacore.com>
765
766         * solib-svr4.c: Add include of "auxv.h".
767         (enable_break): Use the AT_BASE auxiliary entry if available.
768         * Makefile.in (solib-svr4.o): Update dependencies.
769
770 2007-09-17  Joel Brobecker  <brobecker@adacore.com>
771
772         * NEWS: Create a new section for the next release branch.
773         Rename the section of the current branch, now that it has
774         been cut.
775
776 2007-09-17  Jerome Guitton  <guitton@adacore.com>
777
778         * dwarf2loc.c (dwarf_expr_frame_base): Guard against NULL.
779         * Makefile.in (dwarf2loc.o): Depend on gdb_assert.h.
780
781 2007-09-16  Vladimir Prus  <vladimir@codesourcery.com>
782
783         * mi/mi-cmds.c (mi_cmds): Register -list-features.
784         * mi/mi-cmds.h (mi_cmd_list_features): New.
785         * mi/mi-main.c (mi_cmd_list_features): New.
786         
787 2007-09-11  Joel Brobecker  <brobecker@adacore.com>
788
789         GDB 6.7 branch created (branch timestamp: 2007-09-07 14:00 UTC)
790         * version.in: Bump version to 6.7.50-20070911-cvs.
791
792 2007-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
793
794         * thread.c (free_thread): Do not delete the step resume breakpoint
795         right away.
796
797 2007-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
798
799         * arch-utils.c (gdbarch_info_fill): Also try core_bfd.
800         * corelow.c (core_read_description): New.
801         (init_core_ops): Set to_read_description.
802         * gdbarch.sh: Add gdbarch_core_read_description.
803         * mips-linux-tdep.c (mips_linux_core_read_description): New.
804         (mips_linux_init_abi): Call set_gdbarch_core_read_description.
805         * mips-tdep.c (mips_tdesc_gp32, mips_tdesc_gp64): New.
806         (mips_register_g_packet_guesses): Use them.
807         (_initialize_mips_tdep): Initialize them.
808         * mips-tdep.h (mips_tdesc_gp32, mips_tdesc_gp64): Declare.
809         * gdbarch.h, gdbarch.c: Regenerated.
810
811 2007-09-10  Ulrich Weigand  <uweigand@de.ibm.com>
812
813         * infrun.c (stepping_past_breakpoint): New global variable.
814         (stepping_past_breakpoint_ptid): Likewise.
815         (prepare_to_proceed): Add STEP parameter.  Do not check for Ctrl-C.
816         Only switch threads if we need to single-step over a breakpoint hit
817         in the previously selected thread.  If stepping, remember previous
818         thread to switch back to in STEPPING_PAST_BREAKPOINT[_PTID].  Call
819         switch_to_thread instead of copying its contents.
820         (proceed): Pass STEP to prepare_to_proceed.  Always set ONEPROC if
821         prepare_to_proceed returns true.
822         (init_wait_for_inferior): Reset STEPPING_PAST_BREAKPOINT.
823         (context_switch): Call switch_to_thread.
824         (handle_inferior_event): Switch back to previous thread if requested
825         in STEPPING_PAST_BREAKPOINT[_PTID] by prepare_to_proceed.
826         * gdbthread.h (switch_to_thread): Add prototype.
827         * thread.c (switch_to_thread): Make global.
828
829 2007-09-07  Pierre Muller  <muller@ics.u-strasbg.fr>
830
831          * p-valprint.c: Fix 7 ARI reported problems.
832          (pascal_val_print): Fix one operator at end of line issue.
833          Use paddress function to remove use of
834          deprecated_print_address_numeric function (2 times).
835          Use SYMBOL_LINKAGE_NAME instead of DEPRECATED_SYMBOL_NAME.
836          (pascal_value_print): Fix 3 operator at end of line issues.
837
838 2007-09-07  Daniel Jacobowitz  <dan@codesourcery.com>
839
840         PR gdb/2103
841         * arm-tdep.c (arm_in_call_stub): Delete.
842         (arm_skip_stub): Handle from_arm and from_thumb stubs.
843
844 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
845
846         * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Handle other integer
847         types.
848
849 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
850             Jim Blandy  <jimb@codesourcery.com>
851
852         * NEWS: Update description of string changes.  Mention print/s.
853         * c-valprint.c (textual_element_type): New.
854         (c_val_print): Use it.  Do not skip address printing for pointers
855         with a string format.
856         (c_value_print): Doc update.
857         * dwarf2read.c (read_array_type): Use make_vector_type.
858         * gdbtypes.c (make_vector_type): New.
859         (init_vector_type): Use it.
860         (gdbtypes_post_init): Initialize builtin_true_unsigned_char.
861         (_initialize_gdbtypes): Mark int8_t and uint8_t as TYPE_FLAG_NOTTEXT.
862         * gdbtypes.h (struct builtin_type): Add builtin_true_unsigned_char.
863         (TYPE_FLAG_NOTTEXT, TYPE_NOTTEXT): New.
864         (make_vector_type): New.
865         * printcmd.c (print_formatted): Only handle 's' and 'i' for examine.
866         Call the language print routine for string format.
867         (print_scalar_formatted): Call val_print for string format.  Handle
868         unsigned original types for char format.
869         (validate_format): Do not reject string format.
870         * stabsread.c (read_type): Use make_vector_type.
871         * xml-tdesc.c (tdesc_start_vector): Use init_vector_type.
872
873 2007-09-04  Michael Snyder  <msnyder@access-company.com>
874
875         * expprint.c (print_subexp_standard): Check strchr for null.
876         * Makefile.in (expprint.o): Depend on gdb_assert.h.
877
878         * gnu-v2-abi.c (gnuv2_value_rtti_type): Guard against null.
879
880         * stabsread.c (patch_block_status): Guard against null.
881         * Makefile.in (stabsread.o): Depend on gdb_assert.h.
882
883 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
884
885         * printcmd.c (printf_command): Handle ptr_arg.  Correct typo
886         in internal error message.
887
888 2007-09-04  Pedro Alves  <pedro_alves@portugalmail.pt>
889             Daniel Jacobowitz  <dan@codesourcery.com>
890
891         * infcmd.c (post_create_inferior): Update comment.
892         (run_command_1): Always call post_create_inferior with 0 as
893         from_tty.
894
895         * i386-cygwin-tdep.h: New.
896         * i386-cygwin-tdep.c: Include "i386-cygwin-tdep.h".
897         (win32_xfer_shared_library): Make it extern.
898
899         * win32-nat.c: Include gdb_obstack.h and xml-support.h and
900         i386-cygwin-tdep.h.
901         (win32_so_ops): Delete.
902         (get_relocated_section_addrs): Delete.
903         (solib_symbols_add): Delete.
904         (register_loaded_dll): Delete.
905         (win32_make_so): New.
906         (handle_load_dll): Use win32_make_so.
907         (win32_free_so): Free the passed in so.
908         (win32_relocate_section_addresses): Delete.
909         (win32_solib_create_inferior_hook): Delete.
910         (handle_unload_dll): Don't add PE offset here.  Free so with
911         win32_free_so instead of free_so.
912         (win32_special_symbol_handling): Delete.
913         (get_win32_debug_event): Remove unneeded calls.  Set state to
914         TARGET_WAITKIND_LOADED on a dll unload.
915         (do_initial_win32_stuff): Clear cygwin_load_start and
916         cygwin_load_end.
917         (map_code_section_args): Delete.
918         (dll_code_sections_add): Delete.
919         (core_section_load_dll_symbols): Delete.
920         (win32_xfer_shared_libraries): New.
921         (win32_current_sos): Delete.
922         (win32_xfer_partial): New.
923         (open_symbol_file_object): Delete.
924         (in_dynsym_resolve_code): Delete.
925         (init_win32_ops): Set win32_xfer_partial as to_xfer_partial member
926         of win32_ops.  Remove win32_so_ops settings.  Don't set
927         current_target_so_ops here.
928
929         * Makefile.in (i386_cygwin_tdep_h): New variable.
930         (i386-cygwin-tdep.o): Update dependencies.
931         (win32-nat.o): Update dependencies.
932
933 2007-09-04  Pedro Alves  <pedro_alves@portugalmail.pt>
934             Daniel Jacobowitz  <dan@codesourcery.com>
935
936         * gdbarch.sh (core_xfer_shared_libraries): New.
937
938         * corelow.c (core_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
939
940         * gdb_obstack.h (obstack_grow_str, obstack_grow_str0): New.
941
942         * xml-support.c (gdb_xml_parse): Debug output tweaks.
943         (xml_escape_text): New.
944         * xml-support.h (xml_escape_text): Declare.
945
946         * config/i386/cygwin.mh (NATDEPFILES): Move corelow.o to ...
947         * config/i386/cygwin.mt (TDEPFILES): ... here.
948
949         * win32-nat.c: (fetch_elf_core_registers): Delete.
950         (win32_elf_core_fn): Delete.
951         (_initialize_core_win32): Delete.
952
953         * i386-cygwin-tdep.c: Include "regset.h", "gdb_objstack.h",
954         "xml-support.h" and "gdbcore.h".
955         (i386_win32_gregset_reg_offset): New.
956         (I386_WIN32_SIZEOF_GREGSET): New.
957         (i386_win32_regset_from_core_section): New.
958         (win32_xfer_shared_library): New.
959         (struct cpms_data): New.
960         (core_process_module_section): New.
961         (win32_core_xfer_shared_libraries): New.
962         (i386_cygwin_skip_trampoline_code): Register gregset_reg_offset,
963         gregset_num_regs, sizeof_gregset members of tdep.  Register
964         regset_from_core_section and core_xfer_shared_libraries callbacks.
965
966         * Makefile.in (i386-cygwin-tdep.o): Update dependencies.
967         * gdbarch.h, gdbarch.c: Regenerate.
968
969 2007-09-03  Daniel Jacobowitz  <dan@codesourcery.com>
970
971         * corelow.c (core_xfer_partial): Pass writebuf to
972         deprecated_xfer_memory in TARGET_OBJECT_MEMORY write case.
973
974 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
975
976         * arm-tdep.h (arm_skip_stub): Declare.
977         * arm-wince-tdep.c: Don't include "solib-svr4.h".  Include
978         "gdbcore.h".
979         (arm_pe_skip_trampoline_code): New function.
980         (arm_wince_init_abi): Register arm_pe_skip_trampoline_code as
981         gdbarch_skip_trampoline_code callback.
982         * Makefile.in (arm-wince-tdep.o): Update dependencies.
983
984 2007-09-03  Daniel Jacobowitz  <dan@codesourcery.com>
985
986         * MAINTAINERS: Move Fred Fish to Past Maintainers.
987
988 2007-09-03  Daniel Jacobowitz  <dan@codesourcery.com>
989
990         * configure.ac: Add --with-expat.
991         * configure: Regenerated.
992
993 2007-09-03  Andreas Schwab  <schwab@suse.de>
994
995         * configure.ac: Accept --with-system-readline.
996         (READLINE, READLINE_DEPS, READLINE_CFLAGS): Define and substitute.
997         * configure: Regenerate.
998         * Makefile.in (READLINE, READLINE_DEPS, READLINE_CFLAGS): Use
999         substituted values.
1000         (CDEPS): Use $(READLINE_DEPS) instead of $(READLINE).
1001
1002 2007-09-03  Maxim Grigoriev  <maxim2405@gmail.com>
1003             Daniel Jacobowitz  <dan@codesourcery.com>
1004
1005         * mi-main.c (mi_load_progress): Handle MI2 and MI3 interpreters.
1006
1007 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1008
1009         * top.c (print_gdb_version): Fixed a string end-of-line compiler error.
1010
1011 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
1012
1013         * top.c (print_gdb_version): Update for GPL version 3.
1014
1015 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1016
1017         * NEWS: Mention the build-id .debug files verification.
1018
1019 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1020
1021         * linux-nat.c (linux_nat_make_corefile_notes): Fixed a buffer overflow.
1022
1023 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1024
1025         * Makefile.in (symfile.o): Update dependencies.
1026         * symfile.c (symbol_file_add_with_addrs_or_offsets): Initialize the
1027         DEBUGFILE variable.  FIND_SEPARATE_DEBUG_FILE called only if !PSYMTABS.
1028         (struct build_id): New structure.
1029         (build_id_bfd_get, build_id_verify, build_id_to_debug_filename): New.
1030         (find_separate_debug_file): New variable BUILD_ID.
1031         Call BUILD_ID_BFD_GET with BUILD_ID_TO_DEBUG_FILENAME as the first try.
1032
1033 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
1034
1035         * varobj.c (struct varobj): Fix comment
1036         for the type member not to lie when it can be 
1037         NULL.
1038         
1039 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
1040
1041         Implement -var-info-path-expression.
1042
1043         * mi/mi-cmds.h (mi_cmd_var_info_path_expression):
1044         Declare.
1045         * mi/mi-cmds.c (mi_cmds): Register var-info-path-expression.
1046         * mi/mi-cmd-var.c (mi_cmd_var_info_path_expression): New.
1047         * varobj.c (struct varobj): New field 'path_expr'.
1048         (c_path_expr_of_child, cplus_path_expr_of_child)
1049         (java_path_expr_of_child): New.
1050         (struct language_specific): New field path_expr_of_child.
1051         (varobj_create): Initialize the path_expr field.
1052         (varobj_get_path_expr): New.
1053         (new_variable): Initialize the path_expr field.
1054         (free_variable): Free the path_expr field.
1055         (adjust_value_for_children_access): New parameter
1056         WAS_TYPE.
1057         (c_number_of_children): Adjust.
1058         (c_describe_child): New parameter CFULL_EXPRESSION.
1059         Compute full expression.
1060         (c_value_of_child, c_type_of_child): Adjust.
1061         (cplus_number_of_children): Adjust.
1062         (cplus_describe_child): New parameter CFULL_EXPRESSION.
1063         Compute full expression.
1064         (cplus_name_of_child, cplus_value_of_child)
1065         (cplus_type_of_child): Adjust.
1066         * varobj.h (varobj_get_path_expr): Declare.
1067
1068 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
1069
1070         * mi/mi-cmd-var.c (print_varobj): If a varobj
1071         type is NULL, don't try to print it.
1072         
1073 2007-08-30  Alan Modra  <amodra@bigpond.net.au>
1074
1075         * ppc-linux-nat.c (right_fill_reg): Delete.
1076         (supply_gregset): Use ppc_supply_gregset.
1077         (supply_fpregset): Use ppc_supply_fpregset.
1078         (fill_gregset): Use ppc_collect_gregset.
1079         (fill_fpregset): Use ppc_collect_fpregset.
1080         * ppc-linux-tdep.c (PPC_LINUX_PT_*): Don't define.
1081         (right_supply_register, ppc_linux_supply_gregset): Delete.
1082         (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): Delete.
1083         (ppc_linux_supply_fpregset): Delete.
1084         (ppc_linux_collect_gregset): New function.
1085         (ppc32_linux_reg_offsets, ppc64_linux_reg_offsets): New.
1086         (ppc32_linux_gregset, ppc64_linux_gregset): Update to use reg offsets,
1087         ppc_linux_supply_gregset, and ppc_collect_gregset.
1088         (ppc_linux_fpregset): Rename to ppc32_linux_fpregset and update.
1089         (ppc_linux_gregset, ppc_linux_fpregset): New functions.
1090         (ppc_linux_regset_from_core_section): Update.
1091         * ppc-tdep.h (ppc_linux_gregset, ppc_linux_fpregset): Declare.
1092         (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Delete.
1093         (struct ppc_reg_offsets): Add gpr_size, xr_size, fpscr_size fields.
1094         * ppcobsd-tdep.c (ppcobsd_supply_gregset): Delete FIXME and assert.
1095         (ppcobsd_collect_gregset): Likewise.
1096         (_initialize_ppcnbsd_tdep): Init gpr_size, xr_size, fpscr_size.
1097         * ppcnbsd-tdep.c (_initialize_ppcobsd_tdep): Likewise.
1098         * ppcobsd-nat.c (_initialize_ppcobsd_nat): Likewise.
1099         * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Likewise.
1100         (rs6000_aix64_reg_offsets): Likewise.
1101         (rs6000_aix_supply_regset): Call ppc_supply_fpregset without testing
1102         ppc_floating_point_unit_p.
1103         (rs6000_aix_collect_regset): Similarly.
1104         * rs6000-tdep.c (ppc_supply_reg): Add regsize param.  Adjust offset
1105         when regsize is larger than regcache register size.
1106         (ppc_collect_reg): Similarly zero pad when regsize is larger than
1107         regcache register size.
1108         (ppc_greg_offset): New function, split out from..
1109         (ppc_supply_gregset): ..here.  Separate code handling all regs from
1110         single reg case.  Correct xer offset.
1111         (ppc_fpreg_offset): New function, split out from..
1112         (ppc_supply_fpregset): ..here.  Separate code handling all regs from
1113         single reg case.
1114         (ppc_collect_gregset, ppc_collect_fpregset): Likewise.
1115         (ppc_supply_fpregset, ppc_collect_fpregset): Don't assert we have
1116         a fp unit, instead return if no fp.
1117
1118 2007-08-29  Jim Blandy  <jimb@codesourcery.com>
1119
1120         * breakpoint.c (watch_command_1): Remove '#ifdef HPUXHPPA' block;
1121         this code has not been compiled for two years.
1122
1123 2007-08-29  Michael Snyder  <msnyder@access-company.com>
1124
1125         * event-top.c (gdb_readline2): Return after EOF.
1126
1127 2007-08-29  Joel Brobecker  <brobecker@adacore.com>
1128
1129         * symtab.c: Remove a function that has been commented out 3 years ago.
1130
1131 2007-08-29  Randolph Chung  <tausq@debian.org>
1132
1133         * hppa-tdep.c (hppa32_cannot_fetch_register)
1134         (hppa64_cannot_fetch_register): New functions.
1135         (hppa_gdbarch_init): Set cannot_fetch_register appropriately.
1136         * hppa-tdep.h (hppa_regnum): Add HPPA_CR26_REGNUM.
1137
1138 2007-08-28  Michael Snyder  <msnyder@access-company.com>
1139
1140         * mi/mi-cmd-var.c (mi_print_value_p): No longer necessary to 
1141         check for null before calling check_typedef.
1142
1143         * NEWS: Mention Coverity bug fixes.
1144
1145 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
1146
1147         * spu-tdep.c (spu_pointer_to_address): New function.
1148         (spu_integer_to_address): Likewise.
1149         (spu_gdbarch_init): Add spu_pointer_to_address and 
1150         spu_integer_to_address to gdbarch.
1151
1152 2007-08-26  Pedro Alves  <pedro_alves@portugalmail.pt>
1153
1154         * arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
1155
1156 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
1157
1158         * Makefile.in (copying.c): Use the top-level COPYING3 as the file
1159         that contains the GDB license.
1160         * copying.awk: Adjust to the GPLv3 wording.
1161         * copying.c: Regenerate.
1162
1163 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
1164
1165         * copying.awk: Protoization, and i18n markup.
1166
1167 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
1168
1169         * config/djgpp/djconfig.sh: Switch license to GPLv3.
1170         * copyright.sh: Likewise.
1171         * gdb-events.sh: Likewise.
1172         * gdb_gcore.sh: Likewise.
1173         * gdb_mbuild.sh: Likewise.
1174         * gdbarch.sh: Likewise.
1175         * observer.sh: Likewise.
1176         * features/feature_to_c.sh: Likewise.
1177         * regformats/regdat.sh: Likewise.
1178
1179 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
1180
1181         Switch the license of all .c files to GPLv3.
1182         Switch the license of all .h files to GPLv3.
1183         Switch the license of all .cc files to GPLv3.
1184
1185 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
1186
1187         * configure.ac: Switch license to GPLv3.
1188
1189 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
1190
1191         * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP to
1192         determine the file's FPU type.
1193
1194 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
1195
1196         * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New.
1197         (mips_n32n64_push_dummy_call): Always increment float_argreg along
1198         with argreg.  Use mips_n32n64_fp_arg_chunk_p.
1199
1200 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
1201
1202         * solib-svr4.c (scan_dyntag): Only read target memory when necessary.
1203         Fix formatting.
1204         (elf_locate_base): Look for DT_MIPS_RLD_MAP first.  Expand comments.
1205         (elf_lookup_lib_symbol): Fix formatting.
1206
1207 2007-08-21  Michael Snyder  <msnyder@access-company.com>
1208
1209         * dbxread.c (read_dbx_symtab): Guard null deref.
1210         Break up long line.
1211
1212         * valops.c (find_overload_match): Guard against NULL.
1213
1214 2007-08-21  Daniel Jacobowitz  <dan@codesourcery.com>
1215
1216         * MAINTAINERS (Patch Champions): Remove self.
1217
1218 2007-08-21  Chris Smith  <chris.smith@st.com>
1219
1220         * cli/cli-script.c (read_command_lines): Call dont_repeat for each
1221         line.
1222
1223 2007-08-18  Michael Snyder  <msnyder@access-company.com>
1224
1225         * stabsread.c (dbx_lookup_type): Memory leak.
1226
1227         * event-loop.c (delete_async_signal_handler): Move pointer null
1228         test to before pointer dereference.
1229
1230         * ui-out.c (append_header_to_list): Possible cut and paste error.
1231
1232         * MAINTAINERS: white space tweak.
1233
1234 2007-08-17  Michael Snyder  <msnyder@access-company.com>
1235
1236         * stack.c (print_frame): Memory leak.
1237
1238         * completer.c (filename_completer): Avoid memory leak.
1239         Remove unnecessary nested block.
1240
1241         * c-exp.y (parse_number): Memory leak.
1242
1243         * completer.c (location_completer): Must free 'fn_list', except 
1244         in the one case where it is returned (as 'list').
1245
1246         * varobj.c (value_of_root): Memory leak.
1247
1248         * gdbtypes.h (virtual_base_list): Remove export decl.
1249         * gdbtypes.c (virtual_base_list): Make static.  Not called outside.
1250         (virtual_base_index): Memory leak.
1251         (virtual_base_index_skip_primaries): Ditto.
1252
1253 2007-08-17  Maxim Grigoriev  <maxim2405@gmail.com>
1254
1255         * xtensa-tdep.c (ARG_NOF, ARG_1ST, PS_WOE, PS_EXC, C0_MAXOPDS)
1256         (C0_NREGS, C0_CLESV, C0_SP, C0_FP, C0_RA, C0_ARGS, C0_NARGS)
1257         (C0_CONST, C0_INEXP, C0_NOSTK): New macros.
1258         (xtensa_read_register): New function.
1259         (xtensa_windowed_frame_cache, xtensa_call0_frame_cache, xtensa_c0reg)
1260         (xtensa_insn_kind): New types.
1261         (xtensa_frame_cache, xtensa_alloc_frame_cache, xtensa_frame_cache)
1262         (xtensa_frame_prev_register, xtensa_return_value, xtensa_skip_prologue)
1263         (xtensa_verify_config, xtensa_pseudo_register_read)
1264         (xtensa_pseudo_register_write, xtensa_extract_return_value)
1265         (xtensa_store_return_value)
1266         (xtensa_push_dummy_call): Extended to support Xtensa Call0 ABI.
1267         (windowing_enabled, extract_call_winsize, xtensa_unwind_dummy_id)
1268         (xtensa_frame_this_id, xtensa_frame_prev_register)
1269         (xtensa_register_type, xtensa_reg_to_regnum): Cosmetic changes.
1270         (call0_frame_cache, call0_frame_get_reg_at_entry)
1271         (call0_classify_opcode, call0_track_op)
1272         (call0_analyze_prologue, call0_frame_cache): New functions.
1273
1274 2007-08-17  Vladimir Prus  <vladimir@codesourcery.com>
1275
1276         * breakpoint.c (bpstat_free): New.
1277         (bpstat_clear): Use bpstat_free.
1278         (delete_breakpoint): Document why we cannot
1279         remove bpstats from stop_bpstat.
1280         * breakpoint.h (bpstat_free): Declare.
1281                 
1282 2007-08-16  Michael Snyder  <msnyder@access-company.com>
1283
1284         * event-loop.c (gdb_wait_for_event): Move statement into "if" block.
1285
1286 2007-08-15  Paul Hilfinger  <hilfinger@adacore.com>
1287             Joel Brobecker  <brobecker@adacore.com>
1288
1289         * ada-lang.c (resolve_subexp): Correct arity of binary operators.
1290
1291 2007-08-15  Paul Hilfinger  <hilfinger@adacore.com>
1292             Joel Brobecker  <brobecker@adacore.com>
1293
1294         * ada-lang.c (possible_user_operator_p): Alternative fix to last
1295         checkin guarding against NULL.
1296
1297 2007-08-14  Michael Snyder  <msnyder@access-company.com>
1298
1299         * tui-command.c, tui-data.c, tui-disasm.c, tui-file.c, tui-io.c,
1300         tui-layout.c, tui-regs.c, tui-source.c, tui-win.c, tui-windata.c,
1301         tui-wingeneral.c, tui-winsource.c: Coding standard, && and ||
1302         go at beginning of new line.
1303
1304         * tui-data.c, tui-data.h, tui-disasm.c, tui-disasm.h, tui-hooks.c,
1305         tui-io.c, tui-layout.c, tui-layout.h, tui-out.c, tui-regs.c,
1306         tui-source.c, tui-source.h, tui-stack.c, tui-win.c, tui-win.h,
1307         tui-windata.c, tui-windata.h, tui-wingeneral.c, tui-winsource.c,
1308         tui-winsource.h, tui.c, tui.h: Function declarations and 
1309         definitions, wrap long lines.
1310
1311         * tui-command.c, tui-data.c, tui-disasm.c, tui-layout.c,
1312         tui-regs.c, tui-win.c, tui-windata.c, tui-winsource.c, tui.c:
1313         Reformat block comments to GNU standard.
1314
1315         * tui-command.c, tui-data.c, tui-data.h, tui-disasm.c, tui-file.c,
1316         tui-hooks.c, tui-interp.c, tui-io.c, tui-layout.c, tui-out.c,
1317         tui-regs.c, tui-regs.h, tui-source.c, tui-stack.c, tui-win.c,
1318         tui-windata.c, tui-wingeneral.c, tui-winsource.c, tui-winsource.h,
1319         tui.c, tui.h: Comment reformatting to coding standard (capitals, 
1320         spaces after periods, etc).     
1321
1322         * tui-data.c, tui-data.h, tui-disasm.c, tui-hooks.c, tui-layout.c,
1323         tui-regs.c, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c,
1324         tui-wingeneral.c, tui-wingeneral.h, tui-winsource.c, tui.c,
1325         tui-winsource.h: Whitespace changes, fix pointer declarations
1326         to be consistant.
1327
1328 2007-08-14  Joel Brobecker  <brobecker@adacore.com>
1329             Michael Snyder  <msnyder@access-company.com>
1330
1331         * ada-lang.c (field_alignment): Guard against NULL.
1332
1333 2007-08-14  Joel Brobecker  <brobecker@adacore.com>
1334
1335         * MAINTAINERS (Global Maintainers): Add self.
1336
1337 2007-08-14  Michael Snyder  <msnyder@access-company.com>
1338
1339         * mi/mi-interp.c (mi_cmd_interpreter_exec): Dead code, dead variable.
1340
1341         * ada-lang.c (possible_user_operator_p): Guard against NULL.
1342
1343         * varobj.c (cplus_describe_child): Guard against null.
1344         Use "NULL" instead of "0" to initialize pointers.
1345
1346 2007-08-14  Daniel Jacobowitz  <dan@codesourcery.com>
1347
1348         * arm-tdep.c (arm_gdbarch_init): Allow unknown ABI and FPU settings
1349         to match any gdbarch with matching OSABI.  Set default ABI and FPU
1350         after running the OSABI handler.
1351
1352 2007-08-14  Daniel Jacobowitz  <dan@codesourcery.com>
1353
1354         * config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
1355         * config/i386/linux.mt (TDEPFILES): ...to here.
1356
1357 2007-08-14  Vladimir Prus  <vladimir@codesourcery.com>
1358
1359         * breakpoint.c (disable_breakpoints_in_shlibs): Remove
1360         the 'silent' parameter and code to implement that.
1361         * breakpoint.h (disable_breakpoints_in_shlibs): Adjust
1362         prototype.
1363         * win32-nat.c: Adjust.
1364         * solib.c: Adjust.
1365         
1366 2007-08-14  Vladimir Prus  <vladimir@codesourcery.com>
1367
1368         * breakpoint.c (update_breakpoints_after_exec): Don't
1369         set address to zero.
1370
1371 2007-08-13  Michael Snyder  <msnyder@access-company.com>
1372
1373         * valops.c: Whitespace clean-up.
1374
1375         * tui/tui-winsource.c (tui_alloc_source_buffer): Clean up allocation.
1376
1377         * event-top.c (command_line_handler): Memory leak.
1378
1379         * mi/mi-cmd-var.c (mi_cmd_var_set_format): Memory leak.
1380         No need to make copy.
1381
1382         * source.c (find_source_lines): Require symtab 's'.
1383
1384 2007-08-11  Michael Snyder  <msnyder@access-company.com>
1385
1386         * completer.c: Spelling fix in comments.
1387
1388 2007-08-10  Michael Snyder  <msnyder@access-company.com>
1389
1390         * gdbtypes.c: Coding standard cleanup.
1391         * gdbtypes.c: Comment/whitespace cleanup.
1392
1393         * stabsread.c (read_huge_number): Attempt to compute value before
1394         values that it depends on.
1395
1396         * linespec.c (decode_dollar): Dead code, ptr can't be non-null.
1397         (decode_objc): Use "NULL" instead of 0.
1398         (find_method): Ditto.
1399         (decode_all_digits): Ditto.
1400         (decode_dollar): Ditto.
1401
1402         * mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak.
1403
1404         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.
1405
1406         * solib-svr4.c (enable_break): Don't free tmp_pathname until
1407         after closing bfd.
1408
1409         * completer.c: Comment/whitespace cleanup.
1410
1411 2007-08-10  Joel Brobecker  <brobecker@adacore.com>
1412
1413         * Makefile.in (i386nbsd-nat.o): Add missing dependency.
1414
1415 2007-08-10  Maxim Grigoriev  <maxim2405@gmail.com>
1416
1417         * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly
1418         allocated file descriptors.
1419
1420 2007-08-10  Joel Brobecker  <brobecker@adacore.com>
1421
1422         * Makefile.in: Minor cleanup throughout; add some missing variables,
1423         add some missing rules, remove some rules that are no longer needed,
1424         and fix the dependencies in several rules.
1425
1426 2007-08-10  Ludovic Courtès  <ludo@gnu.org>
1427
1428         * Makefile.in (SFILES): Add scm-{exp,lang,valprint}.c.
1429         (scm_lang_h, scm_tags_h): New.
1430         (COMMON_OBS): Add scm-{exp,lang,valprint}.o.
1431         (scm-exp.o, scm-lang.o, scm-valprint.o): New targets.
1432         * defs.h (enum language): Add `language_scm'.
1433
1434         * MAINTAINERS: Add Emacs local variables to use UTF-8 upon
1435         opening.
1436
1437 2007-08-09  Ludovic Courtès  <ludo@gnu.org>
1438
1439         * MAINTAINERS (Write After Approval): Add myself.
1440
1441 2007-08-09  Michael Snyder  <msnyder@access-company.com>
1442
1443         * solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.
1444
1445 2007-08-09  Joel Brobecker  <brobecker@adacore.com>
1446
1447         * solib-som.c (som_relocate_section_addresses): Stop saving
1448         the $CODE$ section in the so_list structure.
1449
1450 2007-08-08  Maxim Grigoriev  <maxim2405@gmail.com>
1451
1452         * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): New.
1453         (xtensa_register_group_t): Add entries for coprocessors.
1454         * xtensa-tdep.c (xtensa_init_reggroups): New register groups.
1455         (xtensa_add_reggroups): Likewise.
1456         (xtensa_register_reggroup_p): Likewise.
1457         (xtensa_coprocessor_register_group): New function.
1458         (xtensa_cp): New.
1459
1460 2007-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1461
1462         * serial.c (serial_open): Fix the OPEN parameter macro expansion.
1463
1464 2007-08-08  Michael Snyder  <msnyder@access-company.com>
1465
1466         * target.c (target_read_string): Guard against null.
1467
1468         * varobj.c (value_of_root): Move alloc after return to avoid leak.
1469
1470         * tui/tui-layout.c (tui_set_layout): Dead code, dead variable.
1471         (tui_set_layout_for_display_command): Mem leak.
1472
1473         * top.c (command_line_input): Memory leak.
1474
1475         * solib-svr4.c (open_symbol_file_object): Memory leak.
1476         (svr4_current_sos): Ditto.
1477         (enable_break): Ditto.
1478
1479         * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
1480
1481         * dwarf2read.c (add_partial_symbol): Memory leak.
1482
1483 2007-08-06  Michael Snyder  <msnyder@access-company.com>
1484
1485         * ada-lang.c (desc_bounds): Comparison of function address to NULL.
1486
1487 2007-08-05  Jim Blandy  <jimb@codesourcery.com>
1488
1489         * macroexp.c (init_buffer): Remove testing code that overrides the
1490         caller's length guess.
1491         (gather_arguments): Use a larger initial size, now that the vector
1492         growth code has been exercised.
1493
1494 2007-08-05  Pedro Alves  <pedro_alves@portugalmail.pt>
1495
1496         * solib-target.c (solib_target_relocate_section_addresses): Add
1497         orig_delta to addr_high.
1498
1499 2007-08-04  Michael Snyder  <msnyder@access-company.com>
1500
1501         * remote-fileio.c (remote_fileio_func_write): Memory leak.
1502
1503         * breakpoint.c (print_one_breakpoint): Off by one error.
1504
1505         * tracepoint.c (add_register): Off by one error.
1506         (stringify_collection_list): Free malloc buffer.
1507
1508 2007-08-03  Michael Snyder  <msnyder@access-company.com>
1509
1510         * mi-cmd-var.c (mi_cmd_var_delete): Remove unused variable,
1511         stop memory leak, straighten out cleanups.
1512
1513         * jv-lang.c (java_link_class_type): Guard against NULL.
1514
1515 2007-08-02  Michael Snyder  <msnyder@access-company.com>
1516
1517         * gdbtypes.c (create_set_type): Test should only be done within
1518         the preceeding if block.  Otherwise, variable is uninitialized.
1519
1520         * gdbtypes.c (check_typedef): Guard NULL.
1521
1522 2007-08-01  Michael Snyder  <msnyder@access-company.com>
1523
1524         * cli/cli-decode.c (lookup_cmd): Check for null earlier, to 
1525         avoid dereference in lookup_cmd_1.
1526
1527         * tui/tui-data.c (tui_alloc_content): Move assign out of if, 
1528         clean up long lines.
1529         (tui_alloc_generic_win_info): Tidy by using XMALLOC macro.
1530         (tui_alloc_win_info): Ditto.
1531         (tui_add_content_elements): Ditto.
1532         * tui/tui-file.c (tui_file_magic): Ditto.
1533
1534 2007-07-31  Michael Snyder  <msnyder@access-company.com>
1535
1536         * breakpoint.c (breakpoint_init_inferior): Add 'else' to 'if'.
1537         True and false paths are mutually exclusive.
1538
1539         * event-top.c (command_line_handler): Add pedantic return.
1540
1541         * f-valprint.c (info_common_command): Bail out to prevent null
1542         pointer deref.  Break up a long line.
1543
1544         * exec.c (xfer_memory): Remove redundant condition from 'if'.
1545
1546         * symfile.c (reread_separate_symbols): Free xmalloced memory.
1547
1548         * printcmd.c (build_address_symbolic): Remove dead code and dead 
1549         variable.
1550
1551 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
1552
1553         * linespec.c (minsym_found): Advance to the next line if possible.
1554
1555 2007-07-31  Pedro Alves  <pedro_alves@portugalmail.pt>
1556
1557         * arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call.
1558         * config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and
1559         solib-svr4.o, and add solib-target.o
1560
1561 2007-07-27  Michael Snyder  <msnyder@access-company.com>
1562
1563         * tui/tui-data.c (tui_alloc_generic_win_info): Wrong arg for sizeof.
1564
1565 2007-07-26  Maciej W. Rozycki  <macro@linux-mips.org>
1566
1567         * MAINTAINERS (Write After Approval): Add myself.
1568
1569 2007-07-26  Maciej W. Rozycki  <macro@mips.com>
1570
1571         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
1572         for include files.
1573
1574 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
1575
1576         * Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
1577
1578 2007-07-24  Michael Snyder  <msnyder@access-company.com>
1579
1580         * solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of
1581         'buffer' must cover both branches that call strcmp (Coverity).
1582
1583         * stack.c (print_frame_args): Check return value of lookup_symbol.
1584
1585         * ax-gdb.c (find_field): Guard against null ptr.
1586
1587 2007-07-24  Ulrich Weigand  <uweigand@de.ibm.com>
1588
1589         * regformats/reg-spu.dat: Fix order of npc, id registers.
1590
1591 2007-07-24  Ulrich Weigand  <uweigand@de.ibm.com>
1592
1593         * target.c (memory_xfer_partial): Accesses to unmapped overlay
1594         sections should always go to the executable file.
1595
1596 2004-07-20  Chris Dearman  <chris@mips.com>
1597
1598         * mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
1599         prologue instructions.
1600
1601 2007-07-20  Maciej W. Rozycki  <macro@mips.com>
1602
1603         * mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
1604         a direct test.
1605
1606 2007-07-20  Chris Dearman  <chris@mips.com>
1607             Maciej W. Rozycki  <macro@mips.com>
1608
1609         * mips-tdep.c (fetch_mips_16): Fix typos and reformat the
1610         description.
1611
1612 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
1613             Daniel Jacobowitz  <dan@codesourcery.com>
1614
1615         * config/i386/cygwin.mt (TDEPFILES): Add solib-target.o.
1616         * coff-pe-read.c (read_pe_exported_syms): Delete verbose
1617         printf.
1618         * NEWS: Mention gdbserver DLL support.
1619
1620 2007-07-17  Daniel Jacobowitz  <dan@codesourcery.com>
1621
1622         * dwarf2read.c (dwarf_decode_lines): Detect address size mismatches.
1623
1624 2007-07-16  H.J. Lu  <hongjiu.lu@intel.com>
1625
1626         * i386-linux-nat.c (fetch_regs): Work around gcc 3.4 alias
1627         warning bug.
1628
1629 2007-07-13  Kevin Buettner  <kevinb@redhat.com>
1630
1631         * mep-tdep.c (mep_analyze_prologue): Update comment for BRA
1632         instruction case.
1633
1634 2007-07-12  Kevin Buettner  <kevinb@redhat.com>
1635
1636         * mep-tdep.c (IS_BRA, BRA_DISP): New macros.
1637         (mep_analyze_prologue): Add case for BRA instruction.
1638
1639 2007-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
1640
1641         * solib-svr4.c (LM_ADDR_CHECK): Relax prelink recognition heuristic.
1642
1643 2007-07-10  Nick Roberts  <nickrob@snap.net.nz>
1644
1645         * breakpoint.c: Include "top.h".
1646         (breakpoint_1): Don't set convenience variable $_ if server prefix
1647         is used.
1648         (_initialize_breakpoint): Describe this behaviour in command help.
1649
1650 2007-07-08  Pedro Alves  <pedro_alves@portugalmail.pt>
1651
1652         * solib-target.c (library_list_start_segment): Cast address to
1653         CORE_ADDR.
1654
1655 2007-07-06  Mark Kettenis  <kettenis@gnu.org>
1656
1657         * bsd-uthread.c (bsd_uthread_wait): Don't try to fetch thread IDs
1658         for terminated processes.
1659
1660 2007-07-05  Michael Snyder  <msnyder@access-company.com>
1661
1662         * event-top.c (cli_command_loop): Prompt string can (and should)
1663         be freed after call to readline (Coverity).  Also move local var
1664         declarations into block where they are used.
1665
1666         * tui/tui-interp.c (tui_command_loop): Prompt string can (and
1667         should) be freed after call to readline (Coverity).  Also move
1668         local var declarations into block where they are used.
1669
1670 2007-07-03  Andreas Schwab  <schwab@suse.de>
1671
1672         * linux-nat.c (linux_nat_info_proc_cmd): Fix parsing of columns in
1673         /proc/../stat.
1674
1675 2007-07-03  Paul Gilliam  <pgilliam@us.ibm.com>
1676             Thiago Bauermann  <bauerman@br.ibm.com>
1677             Joseph S. Myers  <joseph@codesourcery.com>
1678             Daniel Jacobowitz  <dan@codesourcery.com>
1679
1680         * remote.c (remote_check_symbols): Use
1681         gdbarch_convert_from_func_ptr_addr.
1682         * infcall.c (find_function_addr): Handle function descriptors
1683         without debugging information.
1684         * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Renamed
1685         from ppc64_linux_convert_from_func_ptr_addr.  Handle -msecure-plt.
1686         (ppc_linux_init_abi): Always set convert_from_func_ptr_addr.
1687         * solib-svr4.c (solib_break_names): Remove "._dl_debug_state".
1688         (bfd_lookup_symbol): Do not take a SECT_FLAGS argument.  Always
1689         allow SEC_CODE and SEC_DATA.
1690         (enable_break): Update calls.  Pass current_target to solib_add.
1691         Use gdbarch_convert_from_func_ptr_addr.
1692
1693 2007-07-03  Ilko Iliev  <iliev@ronetix.at>
1694             Daniel Jacobowitz  <dan@codesourcery.com>
1695
1696         * symfile.c (print_transfer_performance): Avoid integer overflow.
1697         Use larger units.
1698
1699 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
1700
1701         * cp-namespace.c (lookup_symbol_file): Add block to
1702         lookup_symbol_global call.
1703         * Makefile.in (solist_h): Add dependency on symtab header.
1704         (symtab.o): Add dependency on solist header.
1705         * solib.c (solib_global_lookup): New function.
1706         * solib-svr4.c (scan_dyntag): Likewise.
1707         (elf_locate_base): Call helper routine scan_dyntag.
1708         (elf_lookup_lib_symbol): New function.
1709         (_initialize_svr4_solib): Add elf_lookup_lib_symbol to svr4_so_ops.
1710         * solist.h (symtab.h): New include.
1711         (struct target_so_ops): New member lookup_lib_global_symbol.
1712         (solib_global_lookup): New prototype.
1713         * symtab.c: New include solist.h.
1714         (lookup_objfile_from_block): New function.
1715         (lookup_global_symbol_from_objfile): New function.
1716         (basic_lookup_symbol_nonlocal): Add block to lookup_symbol_global call.
1717         (lookup_symbol_global): Call library-specific lookup procedure.
1718         * symtab.h (lookup_global_symbol_from_objfile): New prototype.
1719
1720         * NEWS: Document framework.
1721
1722 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
1723
1724         * target-descriptions.c (tdesc_create_reg): Do not set reg->type
1725         to NULL.
1726
1727         * cli/cli-script.c (build_command_line): Update NULL check.
1728
1729 2007-07-02  Michael Snyder  <msnyder@access-company.com>
1730
1731         * p-exp.y (yylex): Memory leak, 'uptokstart' must be freed (Coverity).
1732
1733 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
1734
1735         * Makefile.in (XMLFILES): Add library-list.dtd.
1736         (ALLDEPFILES): Add solib-target.o.
1737         (solib-target.o): New rule.
1738         * remote.c (PACKET_qXfer_libraries): New constant.
1739         (remote_protocol_features): Add qXfer:libraries:read.
1740         (remote_wait): Recognize library stop replies.
1741         (remote_async_wait): Likewise.  Fix typo.
1742         (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
1743         (init_remote_async_ops): Fix typo.
1744         (_initialize_remote): Register "set remote library-info-packet".
1745         * solib-som.c (som_current_sos): Set addr_low and addr_high.
1746         * solib-target.c: New file.
1747         * solib.c (solib_map_sections): Use addr_low and addr_high instead
1748         of textsection.
1749         (info_sharedlibrary_command): Likewise.
1750         (solib_add_library, solib_remove_library): New.
1751         * solist.h (struct so_list): Replace textsection with addr_low and
1752         addr_high.
1753         * target.h (enum target_object): Add TARGET_OBJECT_LIBRARIES.
1754         * NEWS: Describe new qXfer:libraries:read and shared library
1755         event support.
1756         * features/library-list.dtd: New.
1757
1758 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
1759
1760         * infrun.c (inferior_ignoring_startup_exec_events): Delete.
1761         (start_remote): Use STOP_QUIETLY_REMOTE.
1762         (handle_inferior_event): Do not condition TARGET_WAITKIND_LOADED
1763         support on a SOLIB_ADD definition.  Update breakpoints_inserted.
1764         Update to match shared library event breakpoint support.  Only
1765         resume if appropriate.  Handle STOP_QUIETLY_REMOTE.
1766         (normal_stop): Handle TARGET_WAITKIND_LOADED.
1767         * fork-child.c (startup_inferior): Do not set
1768         inferior_ignoring_startup_exec_events
1769         * inferior.h (inferior_ignoring_startup_exec_events): Delete
1770         declaration.
1771         (enum stop_kind): Improve documentation.  Add STOP_QUIETLY_REMOTE.
1772
1773 2007-07-02  Markus Deuling  <deuling@de.ibm.com>
1774
1775         * breakpoint.c (insert_bp_location): Remove dead code
1776         (DISABLE_UNSETTABLE_BREAK).
1777         (disable_breakpoints_in_shlibs)
1778         (disable_breakpoints_in_unloaded_shlib): Likewise (comment).
1779
1780 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
1781
1782         * breakpoint.c (reattach_breakpoints): Do not use remove_breakpoint.
1783         Call insert_bp_location.
1784
1785 2007-07-01  H.J. Lu  <hongjiu.lu@intel.com>
1786
1787         * core-regset.c (fetch_core_registers): Work around gcc 3.4
1788         alias warning bug.
1789
1790 2007-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
1791
1792         * minsyms.c (lookup_minimal_symbol_by_pc_section): Search fewer
1793         objfiles.
1794
1795 2007-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
1796
1797         * top.c (gdb_readline_wrapper_line): Call rl_callback_handler_remove.
1798         (struct gdb_readline_wrapper_cleanup): Remove prompt_orig.
1799         (gdb_readline_wrapper_cleanup): Do not reset the prompt.
1800         (gdb_readline_wrapper): Do not save the prompt.  Pass our prompt
1801         to display_gdb_prompt.
1802
1803 2007-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
1804
1805         PR symtab/2161
1806         * target.c (memory_xfer_partial): Do not continue past targets with
1807         all memory.
1808
1809 2007-06-30  Andreas Schwab  <schwab@suse.de>
1810
1811         * m68k-tdep.c (m68k_ps_type): New.
1812         (m68k_init_types): New.
1813         (m68k_register_type): Use m68k_ps_type for PS register.
1814         (_initialize_m68k_tdep): Call m68k_init_types.
1815
1816         * m68k-tdep.c (m68k_gdbarch_init): Don't infer coldfire flavour
1817         from the generic m68k arch.
1818
1819 2007-06-28  Michael Snyder  <msnyder@access-company.com>
1820
1821         * m2-typeprint.c (m2_print_type): Move pointer ref after null test
1822         (Coverity).
1823
1824         * linux-thread-db.c (thread_db_get_thread_local_address): Add
1825         gdb_assert before using return value of find_thread_pid (Coverity).
1826
1827         * source.c (unset_substitute_path_command): Plug leak (Coverity).
1828
1829         * cli/cli-script.c (build_command_line): Add null pointer guard 
1830         (Coverity).
1831         
1832 2007-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
1833
1834         * linux-thread-db.c (thread_db_attach): Delete.
1835         (thread_db_detach): Typo fix.  Call target_mourn_inferior
1836         instead of fixing up proc_handle.
1837         (have_threads_callback, have_threads): New functions.
1838         (thread_db_wait): Remove dead proc_handle.pid check.  Only
1839         translate PTIDs if we have registered threads.  Check for new
1840         threads if we have none.
1841         (thread_db_create_inferior, thread_db_post_startup_inferior): Delete.
1842         (find_new_threads_callback): Only enable event reporting if TID == 0.
1843         (same_ptid_callback): New.
1844         (thread_db_get_thread_local_address): Check for new threads.
1845         (init_thread_db_ops): Don't set to_attach, to_create_inferior,
1846         or to_post_startup_inferior.
1847
1848 2007-06-22  Ulrich Weigand  <uweigand@de.ibm.com>
1849
1850         * infrun.c (adjust_pc_after_break): Do not assume software single-step
1851         is always active if SOFTWARE_SINGLE_STEP_P is true.
1852         (resume): Use gdbarch_software_single_step[_p] instead of
1853         SOFTWARE_SINGLE_STEP[_P].
1854         (handle_inferior_event): Do not check for SOFTWARE_SINGLE_STEP_P.
1855
1856         * gdbarch.sh (software_single_step): Remove target macro.
1857         * gdbarch.h, gdbarch.c: Regenerate.
1858
1859 2007-06-22  Ulrich Weigand  <uweigand@de.ibm.com>
1860
1861         * gdbarch.sh (gdbarch_swap_ftype, deprecated_register_gdbarch_swap,
1862         DEPRECATED_REGISTER_GDBARCH_SWAP): Remove.
1863         (struct gdbarch_swap, struct gdbarch_swap_registration, 
1864         struct gdbarch_swap_registry, gdbarch_swap_registry,
1865         current_gdbarch_swap_init_hack, current_gdbarch_swap_out_hack,
1866         current_gdbarch_swap_in_hack): Remove.
1867         (find_arch_by_info): Do not call current_gdbarch_swap_init_hack.
1868         (gdbarch_find_by_info): Do not call current_gdbarch_swap_in_hack
1869         and current_gdbarch_swap_out_hack, update current_gdbarch directly.
1870         (deprecated_current_gdbarch_select_hack): Likewise.
1871         * gdbarch.h, gdbarch.c: Regenerate.
1872
1873 2007-06-22  Ulrich Weigand  <uweigand@de.ibm.com>
1874
1875         * infrun.c (clear_proceed_status): Clean up stop_registers.
1876         (normal_stop): Allocate regcache for stop_registers.
1877         (struct inferior_status): Remove stop_registers member.
1878         (save_inferior_status): Do not save stop_registers.
1879         (restore_inferior_status): Do not restore stop_registers.
1880         (discard_inferior_status): Do not discard stop_registers.
1881         (build_infrun): Remove.
1882         (_initialize_infrun): Do not swap stop_registers.
1883
1884 2007-06-22  Ulrich Weigand  <uweigand@de.ibm.com>
1885
1886         * remote.c (remote_address_masked): If remote_address_size is zero,
1887         default to target address size.
1888         (build_remote_gdbarch_data): Remove.
1889         (_initialize_remote): Do not swap remote_address_size.
1890
1891 2007-06-22  Ulrich Weigand  <uweigand@de.ibm.com>
1892
1893         * gdbtypes.h (builtin_type_true_char, builtin_type_void,
1894         builtin_type_char, builtin_type_short, builtin_type_int,
1895         builtin_type_long, builtin_type_signed_char,
1896         builtin_type_unsigned_char, builtin_type_unsigned_short,
1897         builtin_type_unsigned_int, builtin_type_unsigned_long,
1898         builtin_type_float, builtin_type_double, builtin_type_long_double,
1899         builtin_type_complex, builtin_type_double_complex, builtin_type_string,
1900         builtin_type_bool, builtin_type_long_long,
1901         builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
1902         builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Replace global
1903         variable declaration with compatibility macro.
1904         * gdbtypes.c (builtin_type_true_char, builtin_type_void,
1905         builtin_type_char, builtin_type_short, builtin_type_int,
1906         builtin_type_long, builtin_type_signed_char,
1907         builtin_type_unsigned_char, builtin_type_unsigned_short,
1908         builtin_type_unsigned_int, builtin_type_unsigned_long,
1909         builtin_type_float, builtin_type_double, builtin_type_long_double,
1910         builtin_type_complex, builtin_type_double_complex, builtin_type_string,
1911         builtin_type_bool, builtin_type_long_long,
1912         builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
1913         builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Remove.
1914         (build_gdbtypes): Remove.
1915         (_initialize_gdbtypes): Do not call build_gdbtypes, move installing
1916         opaque-type-resolution command here.   Do not call 
1917         deprecated_register_gdbarch_swap.
1918
1919 2007-06-22  Ulrich Weigand  <uweigand@de.ibm.com>
1920
1921         * gdbtypes.h (struct builtin_type): New members nodebug_text_symbol,
1922         nodebug_data_symbol, nodebug_unknown_symbol, and nodebug_tls_symbol.
1923         * gdbtypes.c (gdbtypes_post_init): Initialize nodebug_ default types.
1924
1925         * parse.c (msym_text_symbol_type, msym_data_symbol_type): Remove.
1926         (msym_unknown_symbol_type, msym_tls_symbol_type): Remove.
1927         (write_exp_msymbol): Use builtin nodebug_ types instead of them.
1928         (build_parse): Remove.
1929         (_initialize_parse): Do not call build_parse.  Do not register
1930         msym_ types for gdbarch-swapping.
1931
1932         * dwarf2read.c (new_symbol): Use default nodebug_data_symbol type
1933         instead of creating private type.
1934
1935         * xcoffread.c (func_symbol_type, var_symbol_type): Remove.
1936         (_initialize_xcoffread): Do not initialized them.
1937         (process_xcoff_symbol): Use builtin nodebug_ types instead of them.
1938
1939         * mdebugread.c (nodebug_func_symbol_type): Remove.
1940         (nodebug_var_symbol_type): Remove.
1941         (_initialize_mdebugread): Do not initialize them.
1942         (parse_symbol): Use builtin nodebug_ type instead of them.
1943         (parse_procedure): Likewise.
1944
1945 2007-06-21  Chris Dearman  <chris@mips.com>
1946
1947         * printcmd.c (do_one_display): If display/i, start with an initial
1948         line feed to avoid bad layout if there is a branch delay slot.
1949
1950 2007-06-21  Nigel Stephens  <nigel@mips.com>
1951             Maciej W. Rozycki  <macro@mips.com>
1952
1953         * disasm.c (gdb_print_insn): Return the number of branch delay
1954         slot instructions too.
1955         * disasm.h (gdb_print_insn): Update prototype.
1956         * printcmd.c (branch_delay_insns): New variable to record the
1957         number of delay slot instructions after disassembling a branch.
1958         (print_formatted): Record the number of branch delay slot
1959         instructions.
1960         (do_examine): When disassembling, if the last instruction
1961         disassembled has any branch delay slots, then bump the count so
1962         that they get disassembled too.
1963         * tui/tui-disasm.c (tui_disassemble): Update the call to
1964         gdb_print_insn().
1965         * NEWS: Document the new behaviour.
1966
1967 2007-06-21  Andreas Schwab  <schwab@suse.de>
1968
1969         * regcache.c (write_pc_pid): Restore missing else.
1970
1971 2007-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1972
1973         * regcache.c (regcache_print): Use get_current_regcache ()
1974         instead of current_regcache.
1975
1976 2007-06-20  H.J. Lu  <hongjiu.lu@intel.com>
1977
1978         PR 4606
1979         * gcore.c (gcore_command): Use bfd_make_section_anyway_with_flags
1980         instead of bfd_make_section_anyway.
1981         (gcore_create_callback): Likewise.  Also set SEC_NEVER_LOAD
1982         when clearing SEC_LOAD.
1983
1984 2007-06-19  Joseph Myers  <joseph@codesourcery.com>
1985
1986         * arm-tdep.c (arm_push_dummy_call): Correct padding of partial
1987         registers for big-endian.
1988
1989 2007-06-19  Markus Deuling  <deuling@de.ibm.com>
1990
1991         * gdbarch.sh (TARGET_PRINT_INSN): Replace by gdbarch_print_insn.
1992         * disasm.c (dump_insns, gdb_print_insn): Likewise.
1993         * gdbarch.c, gdbarch.h: Regenerate.
1994
1995 2007-06-19  Markus Deuling  <deuling@de.ibm.com>
1996
1997         * gdbarch.sh (BELIEVE_PCC_PROMOTION): Replace by
1998         gdbarch_believe_pcc_promotion.
1999         * stabsread.c (define_symbol): Likewise.
2000         Remove unnecessary definition.
2001         * coffread.c (process_coff_symbol): Remove unnecessary code.
2002         * gdbarch.c, gdbarch.h: Regenerate.
2003
2004 2007-06-19  Daniel Jacobowitz  <dan@codesourcery.com>
2005
2006         * configure.ac: Do not use ${objdir}.
2007         * configure: Regenerated.
2008
2009 2007-06-18  Ulrich Weigand  <uweigand@de.ibm.com>
2010
2011         * gdbarch.sh (deprecated_register_size): Remove.
2012         * gdbarch.h, gdbarch.c: Regenerate.
2013
2014         * arm-tdep.c (arm_push_dummy_call): Replace DEPRECATED_REGISTER_SIZE
2015         by INT_REGISTER_SIZE.
2016         (thumb_get_next_pc, arm_return_in_memory): Likewise.
2017         (arm_gdbarch_init): Do not call set_gdbarch_deprecated_register_size.
2018         * ia64-tdep.c (ia64_gdbarch_init): Do not call
2019         set_gdbarch_deprecated_register_size.
2020
2021 2007-06-18  Markus Deuling  <deuling@de.ibm.com>
2022
2023         * gdbarch.sh (DEPRECATED_FP_REGNUM): Replace by
2024         gdbarch_deprecated_fp_regnum.
2025         * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2026         * remote-mips.c (mips_wait, mips_fetch_registers): Likewise.
2027         * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
2028         * arch-utils.h (gdbarch_virtual_frame_pointer_ftype): Likewise
2029         (comment).
2030         * gdbarch.c, gdbarch.h: Regenerate.
2031
2032 2007-06-18  Markus Deuling  <deuling@de.ibm.com>
2033
2034         * gdbarch.sh (EXTRACT_RETURN_VALUE): Replace with
2035         gdbarch_extract_return_value.
2036         * value.c (generic_use_struct_convention): Likewise (comment).
2037         * ia64-tdep.c (ia64_use_struct_convention): Likewise (comment).
2038         * arch-utils.c (legacy_return_value): Likewise.
2039         * arch-utils.h (legacy_return_value): Likewise (comment).
2040         * gdbarch.sh (STORE_RETURN_VALUE): Replace by
2041         gdbarch_store_return_value.
2042         * stack.c (return_command): Likewise (comment).
2043         * arch-utils.h (legacy_return_value): Likewise (comment).
2044         * arch-utils.c (legacy_return_value): Likewise.
2045         * gdbarch.c, gdbarch.h: Regenerate.
2046
2047 2007-06-18  Markus Deuling  <deuling@de.ibm.com>
2048
2049         * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Replace by
2050         gdbarch_deprecated_use_struct_convention.
2051         * arch-utils.c (legacy_return_value): Likewise.
2052         * gdbarch.c, gdbarch.h: Regenerate.
2053
2054 2007-06-18  Markus Deuling  <deuling@de.ibm.com>
2055
2056         * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Replace by
2057         gdbarch_deprecated_function_start_offset.
2058         * symtab.c (find_function_start_sal)skip_prologue_using_sal): Likewise.
2059         * linespec.c (minsym_found): Likewise.
2060         * infrun.c (handle_inferior_event): Likewise.
2061         * infcall.c (find_function_addr): Likewise.
2062         * cli/cli-cmds.c (disassemble_command): Likewise.
2063         * gdbarch.c, gdbarch.h: Regenerate.
2064
2065 2007-06-18  Markus Deuling  <deuling@de.ibm.com>
2066
2067         * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Replace by
2068         gdbarch_deprecated_reg_struct_has_addr.
2069         * infcall.c (call_function_by_hand): Likewise.
2070         (DEPRECATED_REG_STRUCT_HAS_ADDR_P): Replace by
2071         * gdbarch_deprecated_reg_struct_has_addr_p.
2072         * infcall.c (call_function_by_hand): Likewise.
2073         * gdbarch.c, gdbarch.h: Regenerate.
2074
2075 2007-06-18  Markus Deuling  <deuling@de.ibm.com>
2076
2077         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2078         * sh-tdep.c (sh_extract_struct_value_address): Remove.
2079         (sh_gdbarch_init): Remove
2080         set_gdbarch_deprecated_extract_struct_value_address.
2081         * sh64-tdep.c (sh64_extract_struct_value_address): Remove.
2082         (sh64_gdbarch_init): Remove
2083         set_gdbarch_deprecated_extract_struct_value_address.
2084         * ia64-tdep.c (ia64_extract_struct_value_address): Remove.
2085         (ia64_gdbarch_init): Remove
2086         set_gdbarch_deprecated_extract_struct_value_address.
2087         * frv-tdep.c (frv_extract_struct_value_address): Remove.
2088         (frv_gdbarch_init): Remove
2089         set_gdbarch_deprecated_extract_struct_value_address.
2090         * gdbarch.c, gdbarch.h: Regenerate.
2091
2092 2007-06-18  Markus Deuling  <deuling@de.ibm.com>
2093
2094         * gdbarch.sh (SP_REGNUM): Replace by gdbarch_sp_regnum.
2095         * v850-tdep.c (v850_unwind_sp): Likewise.
2096         * std-regs.c (value_of_builtin_frame_sp_reg): Likewise.
2097         * stack.c (frame_info): Likewise.
2098         * stabsread.c (define_symbol): Likewise.
2099         * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
2100         (sh_dwarf2_frame_init_reg, sh_frame_cache, sh_frame_prev_register)
2101         (sh_unwind_sp): Likewise.
2102         * sh64-tdep.c (sh64_push_dummy_call, sh64_frame_cache)
2103         (sh64_frame_prev_register, sh64_unwind_sp): Likewise.
2104         * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_unwind_dummy_id)
2105         (rs6000_frame_cache): Likewise.
2106         * rs6000-nat.c (store_register): Likewise.
2107         * remote-mips.c (mips_wait): Likewise.
2108         * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
2109         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
2110         (ppc64_sysv_abi_push_dummy_call): Likewise.
2111         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
2112         * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
2113         * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
2114         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
2115         * m32r-rom.c (m32r_supply_register): Likewise.
2116         * frame.c (frame_sp_unwind): Likewise.
2117         * mips-tdep.c (mips_insn16_frame_cache)
2118         (mips_insn32_frame_cache): Likewise (comment).
2119         * m68klinux-nat.c (supply_gregset): Likewise.
2120         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2121         * ia64-tdep.c (ia64_frame_prev_register): Likewise.
2122         * i386-tdep.c (i386_get_longjmp_target): Likewise.
2123         * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
2124         * cris-tdep.c (cris_regnums, cris_sigcontext_addr)
2125         (cris_sigtramp_frame_unwind_cache, cris_push_dummy_call)
2126         (cris_scan_prologue, crisv32_scan_prologue, cris_unwind_sp)
2127         (cris_register_type, crisv32_register_type)
2128         (cris_dwarf2_frame_init_reg): Likewise.
2129         * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
2130         * amd64-tdep.c (amd64_frame_prev_register): Likewise.
2131         * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
2132         * libunwind-frame.c (libunwind_frame_cache): Likewise.
2133
2134         * gdbarch.sh (PC_REGNUM): Replace by gdbarch_pc_regnum.
2135         * regcache.c (read_pc_pid, generic_target_write_pc): Likewise.
2136         * xtensa-tdep.c (xtensa_register_type, xtensa_supply_gregset)
2137         (xtensa_unwind_pc, xtensa_frame_cache, xtensa_frame_prev_register)
2138         (xtensa_extract_return_value, xtensa_store_return_value): Likewise.
2139         * v850-tdep.c (v850_unwind_pc): Likewise.
2140         * stack.c (frame_info): Likewise.
2141         * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs)
2142         (sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs)
2143         (sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs)
2144         (sh_dwarf2_frame_init_reg, sh_frame_prev_register, sh_unwind_pc)
2145         (sh_dsp_show_regs): Likewise.
2146         * shnbsd-tdep.c (shnbsd_supply_gregset)
2147         (shnbsd_collect_gregset): Likewise.
2148         * shnbsd-nat.c (GETREGS_SUPPLIES): Likewise.
2149         * sh64-tdep.c (sh64_compact_reg_base_num, sh64_show_media_regs)
2150         (sh64_frame_prev_register, sh64_unwind_pc): Likewise.
2151         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
2152         (6000_register_reggroup_p, rs6000_unwind_pc)
2153         (rs6000_frame_cache): Likewise.
2154         * rs6000-nat.c (regmap, rs6000_fetch_inferior_registers)
2155         (rs6000_store_inferior_registers): Likewise.
2156         * remote-mips.c (mips_wait, mips_load): Likewise.
2157         * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
2158         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
2159         * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
2160         * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
2161         * ppcnbsd-nat.c (getregs_supplies, ppcnbsd_supply_pcb): Likewise.
2162         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
2163         * ppc-linux-nat.c (ppc_register_u_addr, fetch_ppc_registers)
2164         (store_ppc_registers, fill_gregset): Likewise.
2165         * mips-tdep.c (mips_stub_frame_cache, mips_gdbarch_init): Likewise.
2166         * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg): Likewise.
2167         * mipsnbsd-nat.c (getregs_supplies): Likewise.
2168         * m68k-tdep.c (m68k_register_type, m68k_unwind_pc): Likewise.
2169         * m68klinux-nat.c (supply_gregset): Likewise.
2170         * irix5-nat.c (fill_gregset): Likewise.
2171         * i386-tdep.c (i386_unwind_pc): Likewise.
2172         * i386-linux-nat.c (i386_linux_resume): Likewise.
2173         * frame.c (get_prev_frame_1): Likewise.
2174         * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
2175         * dbug-rom.c (dbug_supply_register): Likewise.
2176         * cris-tdep.c (cris_sigtramp_frame_unwind_cache, cris_scan_prologue)
2177         (crisv32_scan_prologue, cris_unwind_pc, cris_register_size)
2178         (cris_register_type, crisv32_register_type, crisv32_register_name)
2179         (cris_dwarf2_frame_init_reg, find_step_target)
2180         (cris_software_single_step, cris_supply_gregset)
2181         (cris_regnums): Likewise.
2182         * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
2183         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2184         (fill_sprs64, fill_sprs32, store_regs_user_thread): Likewise.
2185         * std-regs.c (value_of_builtin_frame_pc_reg): Likewise.
2186         * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
2187
2188         * gdbarch.sh (PS_REGNUM): Replace by gdbarch_ps_regnum.
2189         * dbug-rom.c (dbug_supply_register): Likewise.
2190         * xtensa-tdep.c (xtensa_supply_gregset, xtensa_frame_cache)
2191         (xtensa_frame_prev_register, xtensa_push_dummy_call): Likewise.
2192         * win32-nat.c (win32_resume): Likewise.
2193         * std-regs.c (value_of_builtin_frame_ps_reg): Likewise.
2194         * m68k-tdep.c (m68k_register_type): Likewise.
2195         * m68klinux-nat.c (supply_gregset): Likewise.
2196
2197         * gdbarch.sh (FP0_REGNUM): Replace by gdbarch_fp0_regnum.
2198         * sh-tdep.c (sh_extract_return_value_fpu, sh_store_return_value_fpu)
2199         (sh2e_show_regs, sh2a_show_regs, sh3e_show_regs, sh4_show_regs)
2200         (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
2201         (fv_reg_base_num, dr_reg_base_num): Likewise.
2202         * sh64-tdep.c (sh64_fv_reg_base_num, sh64_dr_reg_base_num)
2203         (sh64_fpp_reg_base_num, sh64_compact_reg_base_num, sh64_push_dummy_call)
2204         (sh64_extract_return_value, sh64_store_return_value)
2205         (sh64_show_media_regs, sh64_show_compact_regs, sh64_register_type)
2206         (sh64_do_fp_register, sh64_media_print_registers_info): Likewise.
2207         * procfs.c (procfs_fetch_registers, procfs_store_registers)
2208         (invalidate_cache): Likewise.
2209         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
2210         * mipsnbsd-tdep.c (mipsnbsd_supply_fpreg)
2211         (mipsnbsd_fill_fpreg): Likewise.
2212         * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
2213         (mipsnbsd_store_inferior_registers): Likewise.
2214         * mips-linux-tdep.c (mips_supply_fpregset, mips_fill_fpregset)
2215         (mips64_supply_fpregset, mips64_fill_fpregset): Likewise.
2216         * mips-linux-nat.c (mips64_linux_register_addr): Likewise.
2217         * m68k-tdep.c (m68k_register_type, m68k_convert_register_p): Likewise.
2218         * m68klinux-nat.c (getfpregs_supplies, supply_fpregset)
2219         (fill_fpregset): Likewise.
2220         * irix5-nat.c (supply_fpregset, fill_fpregset): Likewise.
2221         * i386-tdep.h (struct_return): Likewise (comment).
2222         * i386-nto-tdep.c (i386nto_register_area): Likewise.
2223         * go32-nat.c (fetch_register, go32_fetch_registers, store_register)
2224         (go32_store_registers): Likewise.
2225         * alpha-tdep.c (alpha_next_pc): Likewise.
2226         * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
2227         * alphabsd-nat.c (alphabsd_fetch_inferior_registers)
2228         (alphabsd_store_inferior_registers): Likewise.
2229         * core-regset.c (fetch_core_registers): Likewise.
2230         * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
2231
2232         * gdbarch.c, gdbarch.h: Regenerate.
2233
2234 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2235
2236         * coffread.c (coff_sym_fns): Add default_symfile_segments.
2237         * dbxread.c (start_psymtab): Check HAVE_ELF.
2238         (aout_sym_fns): Likewise.
2239         * elfread.c (elf_symfile_segments): New.
2240         (elf_sym_fns): Add elf_symfile_segments.
2241         * mipsread.c (ecoff_sym_fns): Add default_symfile_segments.
2242         * remote.c (get_offsets): Use symfile_map_offsets_to_segments.
2243         Skip if there is no symfile_objfile.  Handle TextSeg and DataSeg.
2244         * somread.c (som_sym_fns): Use default_symfile_segments.
2245         * symfile.c (find_sym_fns): Take a BFD and return the sym_fns.
2246         (init_objfile_sect_indices): Call symfile_find_segment_sections.
2247         (default_symfile_segments): New function.
2248         (syms_from_objfile): Update call to find_sym_fns.
2249         (symfile_get_segment_data, free_symfile_segment_data): New.
2250         (symfile_map_offsets_to_segments): New.
2251         (symfile_find_segment_sections): New.
2252         * symfile.h (struct symfile_segment_data): New.
2253         (struct sym_fns): Add sym_segments.
2254         (default_symfile_segments, symfile_get_segment_data)
2255         (free_symfile_segment_data): New prototypes.
2256         (symfile_map_offsets_to_segments): Likewise.
2257         * xcoffread.c (xcoff_sym_fns): Add default_symfile_segments.
2258         * Makefile.in (COMMON_OBS): Remove elfread.o.
2259         (elf_internal_h): New.
2260         (elfread.o): Update.
2261         * configure.ac: Add elfread.o to COMMON_OBS if bfd/elf.o was
2262         compiled.
2263         * config.in, configure: Regenerated.
2264         * NEWS: Mention qOffsets changes.
2265
2266 2007-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
2267
2268         * gdbtypes.h (builtin_type_m2_char, builtin_type_m2_int,
2269         builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
2270         Replace global variable declaration with compatibility macro.
2271         (struct builtin_m2_type): New data type.
2272         (builtin_m2_type): Add prototype.
2273         * m2-lang.c (builtin_type_m2_char, builtin_type_m2_int,
2274         builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
2275         Remove global variables.
2276         (m2_language_arch_info): Use builtin_m2_type instead of variables.
2277         (build_m2_types): New function.
2278         (m2_type_data): New variable.
2279         (builtin_m2_type): New function.
2280         (_initialize_m2_language): Do not build data types.  Register
2281         m2_type_data per-gdbarch data.
2282
2283 2007-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
2284
2285         * gdbtypes.h (builtin_type_f_character, builtin_type_f_logical,
2286         builtin_type_f_logical_s1, builtin_type_f_logical_s2,
2287         builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
2288         builtin_type_f_real_s8, builtin_type_f_real_s16,
2289         builtin_type_f_complex_s8, builtin_type_f_complex_s16,
2290         builtin_type_f_complex_s32, builtin_type_f_void): Replace global
2291         variable declaration with compatibility macro.
2292         (struct builtin_f_type): New data type.
2293         (builtin_f_type): Add prototype.
2294         * f-lang.c (builtin_type_f_character, builtin_type_f_logical,
2295         builtin_type_f_logical_s1, builtin_type_f_logical_s2,
2296         builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
2297         builtin_type_f_real_s8, builtin_type_f_real_s16,
2298         builtin_type_f_complex_s8, builtin_type_f_complex_s16,
2299         builtin_type_f_complex_s32, builtin_type_f_void): Remove variables.
2300         (f_language_arch_info): Use builtin_f_type instead of variables.
2301         (build_fortran_types): Build builtin_f_type structure instead of
2302         setting global type variables.
2303         (f_type_data): New variable.
2304         (builtin_f_type): New function.
2305         (_initialize_f_language): Do not call build_fortran_types.  Do not
2306         swap global type variables.  Register f_type_data per-gdbarch data.
2307
2308 2007-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
2309
2310         * f-lang.c (_initialize_f_language): Do not initialize or
2311         swap builtin_type_string.
2312
2313 2007-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
2314
2315         * std-regs.c (builtin_type_frame_reg, build_builtin_type_frame_reg,
2316         value_of_builtin_frame_reg): Remove.
2317         (_initialize_frame_reg): Do not swap builtin_type_frame_reg.  Remove
2318         inactive call to value_of_builtin_frame_reg.
2319
2320 2007-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
2321
2322         * gdbarch.sh (bfd_vma_bit): Remove.
2323         * gdbarch.c, gdbarch.h: Regenerate.
2324
2325         * gdbtypes.h (builtin_bfd_vma_type): Remove.
2326         * gdbtypes.h (builtin_bfd_vma_type): Remove.
2327         (build_gdbtypes): Do not initialize it.
2328         (_initialize_gdbtypes): Do not swap it.
2329
2330 2007-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
2331
2332         * gdbtypes.c (builtin_type_v2_double, builtin_type_v4_float, 
2333         builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
2334         builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
2335         builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
2336         builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi, 
2337         builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
2338         builtin_type_vec64, builtin_type_vec128): Remove.
2339         (init_simd_type): Remove.
2340         (init_vector_type): Make global.
2341         (build_builtin_type_vec64, build_builtin_type_vec128): Remove.
2342         (build_gdbtypes): Do not build vector types.
2343         (_initialize_gdbtypes): Do not swap vector types.
2344         * gdbtypes.h (builtin_type_v2_double, builtin_type_v4_float, 
2345         builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
2346         builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
2347         builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
2348         builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi, 
2349         builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
2350         builtin_type_vec64, builtin_type_vec128): Remove declarations.
2351         (init_vector_type): Add prototype.
2352
2353         * i386-tdep.h (struct gdbarch_tdep): Add i386_mmx_type and
2354         i386_sse_type members.
2355         (i386_mmx_type, i386_sse_type): Change from variables to functions.
2356         * i386-tdep.c (i386_mmx_type, i386_sse_type): Remove variables.
2357         (i386_init_types): Do not build vector types.
2358         (i386_mmx_type, i386_sse_type): New functions.
2359         (i386_register_type): Call them instead of using global variables.
2360         (i386_gdbarch_init): Use XCALLOC to allocate tdep structure.
2361         * amd64-tdep.c (amd64_register_type): Call i386_sse_type instead
2362         of using global variable.
2363
2364         * rs6000-tdep.h (struct gdbarch_tdep): Add ppc_builtin_type_vec64
2365         and ppc_builtin_type_vec128 members.
2366         * rs6000-tdep.c (rs6000_builtin_type_vec64): New function.
2367         (rs6000_builtin_type_vec128): Likewise.
2368         (rs6000_register_type): Call them instead of using builtin_type_vec64
2369         and builtin_type_vec128.
2370         (rs6000_gdbarch_init): Use XCALLOC to allocate tdep structure.
2371
2372         * spu-tdep.c (struct gdbarch_tdep): New data type.
2373         (spu_builtin_type_vec128): Remove variable.
2374         (spu_builtin_type_vec128): New function.
2375         (spu_register_type): Call it instead of using global variable.
2376         (spu_gdbarch_init): Allocate tdep structure.
2377         (spu_init_vector_type): Remove function.
2378         (_initialize_spu_tdep): Do not call it.
2379
2380 2007-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
2381
2382         * amd64-tdep.c (struct amd64_register_info): Remove.
2383         (amd64_register_info): Remove.
2384         (amd64_register_names): New static variable.
2385         (AMD64_NUM_REGS): Use amd64_register_names instead of
2386         amd64_register_info.
2387         (amd64_register_name): Likewise.
2388         (amd64_register_type): Do not refer to amd64_register_info.
2389
2390         * s390-tdep.c (struct s390_register_info): Remove.
2391         (s390_register_info): Remove.
2392         (s390_register_name): Do not refer to s390_register_info.
2393         (s390_register_type): Likewise.
2394
2395         * sparc64-tdep.c (struct sparc64_register_info): Remove.
2396         (sparc64_register_info, sparc64_pseudo_register_info): Remove.
2397         (sparc64_register_names, sparc64_pseudo_register_names): New.
2398         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use
2399         sparc64_register_names and sparc64_pseudo_register_names instead of
2400         sparc64_register_info and sparc64_pseudo_register_info.
2401         (sparc64_register_name): Likewise.
2402         (sparc64_register_type): Do not refer to sparc64_register_info
2403         and sparc64_pseudo_register_info.
2404
2405 2007-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
2406
2407         * c-lang.c (cplus_builtin_types): Remove.
2408         (enum cplus_primitive_types): New data type.
2409         (cplus_language_arch_info): New function.
2410         (cplus_language_defn): Set la_language_arch_info member.  Do not set
2411         la_builtin_type_vector and string_char_type members.
2412
2413         * f-lang.c (f_builtin_types): Remove.
2414         (enum f_primitive_types): New data type.
2415         (f_language_arch_info): New function.
2416         (f_language_de): Set la_language_arch_info member.  Do not set
2417         la_builtin_type_vector and string_char_type members.
2418
2419         * m2-lang.c (m2_builtin_types): Remove.
2420         (enum m2_primitive_types): New data type.
2421         (m2_language_arch_info): New function.
2422         (m2_language_defn): Set la_language_arch_info member.  Do not set
2423         la_builtin_type_vector and string_char_type members.
2424
2425         * objc-lang.c (objc_builtin_types): Remove.
2426         (objc_language): Set la_language_arch_info member.  Do not set
2427         la_builtin_type_vector and string_char_type members.
2428
2429         * p-lang.c (pascal_builtin_types): Remove.
2430         (enum pascal_primitive_types): New data type.
2431         (pascal_language_arch_info): New function.
2432         (pascal_language_defn): Set la_language_arch_info member.  Do not set
2433         la_builtin_type_vector and string_char_type members.
2434
2435 2007-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
2436
2437         * regcache.c (struct regcache): Add ptid_t member.
2438         (regcache_xmalloc): Initialize it.
2439         (regcache_cpy_no_passthrough): Do not refer to current_regcache.
2440         (regcache_dup): Likewise.
2441         (regcache_dup_no_passthrough): Likewise.
2442         (current_regcache): Make static.
2443         (registers_ptid): Remove variable.
2444         (get_thread_regcache): New function.
2445         (get_current_regcache): New function.
2446         (registers_changed): Implement by freeing current regcache.
2447         (regcache_raw_read): Do not refer to current_regcache.  Set 
2448         inferior_ptid to regcache->ptid while calling target routines.
2449         (regcache_raw_write): Likewise.
2450         (regcache_raw_supply): Do not refer to current_regcache.
2451         (read_pc_pid): Use thread regcache.  Do not modify inferior_ptid.
2452         (write_pc_pid): Likewise.
2453         (build_regcache): Remove.
2454         (_initialize_regcache): Do not call DEPRECATED_REGISTER_GDBARCH_SWAP
2455         or deprecated_register_gdbarch_swap.  Do not initialize
2456         registers_ptid.
2457         * regcache.h (get_current_regcache): Add prototype.
2458         (get_thread_regcache): Likewise.
2459         (current_regcache): Remove declaration.
2460
2461         * corelow.c (core_open): Replace current_regcache by
2462         get_current_regcache ().
2463         * frame.c (frame_pop): Likewise.
2464         (put_frame_register): Likewise.
2465         (get_current_frame, create_new_frame): Likewise.
2466         * mi/mi-main.c (mi_cmd_data_write_register_values): Likewise.
2467         * stack.c (return_command): Likewise.
2468         * infcall.c (call_function_by_hand): Likewise.
2469         * infrun.c (resume): Likewise.
2470         (save_inferior_status, restore_inferior_status): Likewise.
2471         * linux-fork.c (fork_load_infrun_state): Likewise.
2472         (fork_save_infrun_state): Likewise.
2473         * win32-nat.c (win32_resume): Likewise.
2474         * i386fbsd-nat.c (i386fbsd_resume): Likewise.
2475         * monitor.c (monitor_wait): Likewise.
2476         * remote.c (remote_wait): Likewise.
2477         * remote-mips.c (mips_wait): Likewise.
2478
2479         * bsd-kvm.c (bsd_kvm_open): Likewise
2480         (bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Likewise.
2481         * fbsd-nat.c (fbsd_make_corefile_notes): Likewise.
2482         * i386-linux-nat.c (i386_linux_resume): Likewise.
2483         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
2484         (ia64_linux_stopped_data_address): Likewise.
2485
2486         * frv-tdep.c (frv_fdpic_loadmap_addresses): Likewise.
2487         * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
2488         * mep-tdep.c (current_me_module, current_options): Likewise.
2489         * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Likewise.
2490
2491         * linux-nat.c (linux_nat_do_thread_registers): Use thread
2492         regcache instead of current_regcache.  Call target_fetch_registers.
2493         (linux_nat_corefile_thread_callback): Update call site.
2494         (linux_nat_do_registers): Likewise.
2495         * procfs.c (procfs_do_thread_registers): Use thread regcache instead
2496         of current_regcache.
2497         (procfs_make_note_section): Likewise.
2498         * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
2499         (ps_lgetfpregs, ps_lsetfpregs): Likewise.
2500         * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
2501         (ps_lgetfpregs, ps_lsetfpregs): Likewise.
2502
2503 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2504
2505         * regcache.c (read_register, read_register_pid): Remove.
2506         (write_register, write_register_pid): Likewise.
2507         * regcache.h (read_register, read_register_pid): Remove prototype.
2508         (write_register, write_register_pid): Likewise.
2509
2510 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2511
2512         * gdbarch.sh (read_pc): Add REGCACHE argument.  Remove PTID argument.
2513         (write_pc): Likewise.  Remove default implementation, add predicate.
2514         * gdbarch.c, gdbarch.h: Regenerate.
2515         * regcache.c (read_pc_pid): Use current regcache instead of calling
2516         read_register_pid.
2517         (write_pc_pid): Check gdbarch_write_pc predicate, implement default
2518         case inline.
2519         (generic_target_write_pc): Remove.
2520         * inferior.h (generic_target_write_pc): Remove.
2521         * frv-tdep.c (frv_gdbarch_init): Do not install it.
2522         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2523         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2524         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
2525         * sh-tdep.c (sh_gdbarch_init): Likewise.
2526         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
2527
2528         * avr-tdep.c (avr_read_pc): Add REGCACHE argument.  Remove PTID
2529         argument.  Use REGCACHE instead of calling read_register_pid.
2530         * hppa-hpux-tdep.c (hppa_hpux_read_pc): Likewise.
2531         * hppa-tdep.c (hppa_read_pc): Likewise.
2532         * hppa-tdep.h (hppa_read_pc): Likewise.
2533         * ia64-tdep.c (ia64_read_pc): Likewise.
2534         * m32r-tdep.c (m32r_read_pc): Likewise.
2535         * mep-tdep.c (mep_read_pc): Likewise.
2536         * mn10300-tdep.c (mn10300_read_pc): Likewise.
2537         * spu-tdep.c (spu_read_pc): Likewise.
2538
2539         * arm-tdep.c (arm_write_pc): Add REGCACHE argument.  Remove PTID
2540         argument.  Use REGCACHE instead of calling write_register_pid.
2541         * avr-tdep.c (avr_write_pc): Likewise.
2542         * hppa-hpux-tdep.c (hppa_hpux_write_pc): Likewise.
2543         * hppa-tdep.c (hppa_write_pc): Likewise.
2544         * hppa-tdep.h (hppa_write_pc): Likewise.
2545         * i386-linux-tdep.c (i386_linux_write_pc): Likewise.
2546         * amd64-linux-tdep.c (amd64_linux_write_pc): Likewise.
2547         * ia64-linux-tdep.c (ia64_linux_write_pc): Likewise.
2548         * ia64-tdep.c (ia64_write_pc): Likewise.
2549         * ia64-tdep.h (ia64_write_pc): Likewise.
2550         * m32r-tdep.c (m32r_write_pc): Likewise.
2551         * m88k-tdep.c (m88k_write_pc): Likewise.
2552         * mep-tdep.c (mep_write_pc): Likewise.
2553         * mips-tdep.c (mips_write_pc): Likewise.
2554         * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
2555         * mn10300-tdep.c (mn10300_write_pc): Likewise.
2556         * sparc-tdep.c (sparc_write_pc): Likewise.
2557         * spu-tdep.c (spu_write_pc): Likewise.
2558
2559         * mips-tdep.c (read_signed_register): Remove.
2560         (read_signed_register_pid): Likewise.
2561         (mips_read_pc): Add REGCACHE argument.  Remove PTID argument.
2562         Use REGCACHE instead of calling read_signed_register_pid.
2563
2564 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2565
2566         * gdbarch.sh (push_dummy_code): Add REGCACHE argument.
2567         * gdbarch.c, gdbarch.h: Regenerate.
2568         * infcall.c (generic_push_dummy_code): Add REGCACHE argument.
2569         (push_dummy_code): Likewise.  Pass it to callee.
2570         (call_function_by_hand): Pass current regcache to push_dummy_code.
2571
2572         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Add REGCACHE
2573         argument.  Use it instead of current_regcache.
2574
2575         * cris-tdep.c (cris_push_dummy_code): Add REGCACHE argument.
2576         * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
2577
2578 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2579
2580         * gdbarch.sh (get_longjmp_target): Add FRAME argument.
2581         * gdbarch.c, gdbarch.h: Regenerate.
2582         * infrun.c (handle_inferior_event): Pass current frame to
2583         gdbarch_get_longjmp_target.
2584
2585         * alpha-tdep.c (alpha_get_longjmp_target): Add FRAME argument.
2586         Read registers from FRAME instead of using read_register.
2587         Use get_frame_arch instead of current_gdbarch.
2588         * arm-tdep.c (arm_get_longjmp_target): Likewise.
2589         * i386-tdep.c (i386_get_longjmp_target): Likewise.
2590         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2591         * mips-linux-tdep.c (mips_linux_get_longjmp_target): Likewise.
2592         (mips64_linux_get_longjmp_target): Likewise.
2593         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2594
2595 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2596
2597         * gdbarch.sh (skip_trampoline_code): Add FRAME argument.
2598         * gdbarch.c, gdbarch.h: Regenerate.
2599         * arch-utils.c (generic_skip_trampoline_code): Add FRAME argument.
2600         * arch-utils.h (generic_skip_trampoline_code): Likewise.
2601         * infrun.c (handle_inferior_event): Pass current frame to
2602         gdbarch_skip_trampoline_code and skip_language_trampoline.
2603
2604         * language.c (unk_lang_trampoline): Add FRAME argument.
2605         (skip_language_trampoline): Add FRAME argument.  Pass it to
2606         skip_trampoline callback.
2607         * language.h: Add forward declaration of struct frame_info.
2608         (struct language_defn): Add FRAME argument to skip_trampoline.
2609         (skip_language_trampoline): Add FRAME argument.
2610         * cp-abi.c (cplus_skip_trampoline): Add FRAME argument.  Pass it
2611         to skip_trampoline callback.
2612         * cp-abi.h: Add forward declaration of struct frame_info.
2613         (cplus_skip_trampoline): Add FRAME argument.
2614         (struct cp_abi_ops): Add FRAME argument to skip_trampoline callback.
2615         * gnu-v3-abi.c (gnuv3_skip_trampoline): Add FRAME argument.  Pass it
2616         to gdbarch_skip_trampoline_code.
2617         * objc-lang.c (objc_skip_trampoline): Add FRAME argument.  Pass it
2618         to gdbarch_skip_trampoline_code.
2619
2620         * minsyms.c (find_solib_trampoline_target): Add FRAME argument.
2621         * symtab.h (find_solib_trampoline_target): Likewise.
2622         * obsd-tdep.c (obsd_skip_solib_resolver): Pass current frame to
2623         find_solib_trampoline_target.
2624
2625         * arm-tdep.c (arm_skip_stub): Add FRAME argument.  Read registers
2626         from FRAME instead of calling read_register.
2627
2628         * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Add FRAME
2629         argument.  Read registers from FRAME instead of using read_register.
2630         * hppa-tdep.c (hppa_skip_trampoline_code): Likewise.
2631         * hppa-tdep.h (hppa_skip_trampoline_code): Add FRAME argument.
2632
2633         * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Add FRAME
2634         argument.
2635
2636         * m32c-tdep.c (m32c_skip_trampoline_code): Add FRAME argument.
2637
2638         * mips-tdep.c (mips_skip_trampoline_code): Add FRAME argument.  Read
2639         registers from FRAME instead of using read_signed_register.
2640
2641         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Add FRAME
2642         argument.
2643         (ppc64_standard_linkage_target): Likewise.  Read registers from FRAME
2644         instead of using read_register.
2645         (ppc64_skip_trampoline_code): Add FRAME argument.  Pass it to
2646         ppc64_standard_linkage_target.
2647         * rs6000-tdep.c (rs6000_skip_trampoline_code): Add FRAME argument.
2648         Pass it to find_solib_trampoline_target.  Read registers from FRAME
2649         instead of using read_register.
2650
2651         * xstormy16-tdep.c (xstormy16_skip_trampoline_code): Add FRAME
2652         argument.
2653
2654 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2655
2656         * gdbarch.sh (software_single_step): Replace REGCACHE argument by
2657         FRAME argument.
2658         * gdbarch.c, gdbarch.h: Regenerate.
2659         * infrun.c (resume): Pass current frame to SOFTWARE_SINGLE_STEP.
2660
2661         * alpha-tdep.c (alpha_next_pc): Add FRAME argument.  Retrieve
2662         registers from FRAME instead of using read_register.
2663         (alpha_software_single_step): Replace REGCACHE by FRAME.  Pass FRAME
2664         to alpha_next_pc.  Use get_frame_pc instead of read_pc.
2665         * alpha-tdep.h (alpha_software_single_step): Replace REGCACHE
2666         argument by FRAME.
2667
2668         * arm-tdep.c (shifted_reg_val): Add FRAME argument.  Read registers
2669         from FRAME instead of using read_register.
2670         (thumb_get_next_pc): Likewise.
2671         (arm_get_next_pc): Likewise.
2672         (arm_software_single_step): Replace REGCACHE by FRAME.  Pass FRAME
2673         to arm_get_next_pc.  Use get_frame_pc instead of read_register.
2674         * arm-tdep.h (arm_software_single_step): Replace REGCACHE
2675         argument by FRAME.
2676
2677         * cris-tdep.c (find_step_target): Add FRAME argument.  Read registers
2678         from FRAME instead of using read_register.
2679         (cris_software_single_step): Replace REGCACHE by FRAME.  Pass FRAME
2680         to find_step_target.
2681
2682         * mips-tdep.c (mips32_next_pc): Add FRAME argument.  Read registers
2683         from FRAME instead of using read_register / read_signed_register.
2684         (extended_mips16_next_pc): Likewise.
2685         (mips16_next_pc): Likewise.
2686         (mips_next_pc): Likewise.
2687         (mips_software_single_step): Replace REGCACHE by FRAME.  Pass FRAME
2688         to mips_next_pc.  Use get_frame_pc instead of read_pc.
2689         * mips-tdep.h (mips_software_single_step): Replace REGCACHE
2690         argument by FRAME.
2691
2692         * rs6000-tdep.c (branch_dest): Add FRAME argument.  Use it instead
2693         of current frame.  Read registers from FRAME.
2694         (deal_with_atomic_sequence): Add FRAME argument.  Pass it to
2695         branch_dest.  Use get_frame_pc instead of read_pc.
2696         (rs6000_software_single_step): Likewise.
2697         (bl_to_blrl_insn_p): Do not call branch_dest.
2698         * rs6000-tdep.h (rs6000_software_single_step): Replace REGCACHE
2699         argument by FRAME.
2700
2701         * sparc64-linux-tdep.c (sparc64_linux_step_trap): Add FRAME argument.
2702         Read registers from FRAME instead of current regcache.
2703         * sparc-linux-tdep.c (sparc32_linux_step_trap): Likewise.
2704         * sparcnbsd-tdep.c (sparcnbsd_step_trap): Likewise.
2705         * sparc-tdep.c (sparc_address_from_register): Remove.
2706         (sparc_analyze_control_transfer): Pass FRAME argument instead of
2707         GDBARCH.  Pass FRAME to step_trap callback.
2708         (sparc_step_trap): Add FRAME argument.
2709         (space_software_single_step): Replace REGCACHE by FRAME.  Pass FRAME
2710         to sparc_analyze_control_transfer.  Read registers from FRAME instead
2711         of calling sparc_address_from_register.
2712         * sparc-tdep.h (struct gdbarch_tdep): Add FRAME argument to
2713         step_trap callback.
2714         (sparc_address_from_register): Remove prototype.
2715         (sparc_software_single_step): Replace REGCACHE argument by FRAME.
2716         (sparcnbsd_step_trap): Add FRAME argument.
2717
2718         * spu-tdep.c (spu_software_single_step): Replace REGCACHE argument
2719         by FRAME.  Read registers from FRAME instead of REGCACHE.
2720
2721 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2722
2723         * arm-tdep.c (arm_print_float_info): Use register value from FRAME
2724         instead of calling read_register.
2725
2726         * avr-tdep.c (avr_push_dummy_call): Write to REGCACHE instead of
2727         calling write_register.
2728
2729         * hppa-tdep.c (hppa32_push_dummy_call): Write to REGCACHE instead of
2730         calling write_register.
2731
2732         * ia64-tdep.c (find_func_descr): Add REGCACHE parameter.  Use it
2733         instead of calling read_register.
2734         (ia64_push_dummy_call): Update call to find_func_descr.  Use REGCACHE
2735         instead of calling read_register and write_register.
2736
2737         * m32r-tdep.c (m32r_linux_supply_gregset): Use REGCACHE parameter
2738         instead of current_regcache.
2739
2740         * mn10300-tdep.c (mn10300_push_dummy_call): Write to REGCACHE instead
2741         of calling write_register.
2742         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Use REGCACHE
2743         parameter instead of current_regcache.
2744
2745         * mips-tdep.c (mips2_fp_compat): Add FRAME parameter.  Use it 
2746         instead of calling read_register.
2747         (mips_read_fp_register_double, mips_print_fp_register): Update calls.
2748         (mips_eabi_push_dummy_call): Use REGCACHE instead of write_register.
2749         (mips_n32n64_push_dummy_call): Likewise.
2750         (mips_o32_push_dummy_call): Likewise.
2751         (mips_o64_push_dummy_call): Likewise.
2752
2753         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use REGCACHE
2754         parameter instead of current_regcache.
2755
2756         * xtensa-tdep.c (xtensa_register_write_masked): Add REGCACHE parameter.
2757         Use it instead of read_register and write_register.
2758         (xtensa_register_read_masked): Likewise.
2759         (xtensa_pseudo_register_read): Update call.
2760         (xtensa_pseudo_register_write): Likewise.
2761         (xtensa_frame_cache): Use register values unwound from NEXT_FRAME
2762         instead of calling read_register.
2763         (xtensa_push_dummy_call): Update comment.
2764
2765 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2766
2767         * mips-tdep.c (mips16_scan_prologue): Replace read_next_frame_reg
2768         by frame_unwind_register_signed calls.
2769         (mips32_scan_prologue): Likewise.  Skip analysis of alloca stack
2770         frame allocations when called with NULL NEXT_FRAME parameter.
2771         (read_next_frame_reg): Remove.
2772
2773         * sh-tdep.c (sh_analyze_prologue): Add FPSCR parameter.  Use it
2774         instead of reading the FPSCR register.
2775         (sh_frame_cache): Pass unwound FPSCR register value to
2776         sh_analyze_prologue.
2777         (sh_skip_prologue): Pass dummy FPSCR value to sh_analyze_prologue.
2778
2779         * v850-tdep.c (v850_analyze_prologue): Add CTBP parameter.  Use it
2780         instead of reading the CTBP register.
2781         (v850_frame_cache): Pass unwound CTBP register value to
2782         v850_analyze_prologue.
2783
2784 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2785
2786         * sh-tdep.h (sh_show_regs): Add FRAME parameter.
2787         * sh-tdep.c (sh_show_regs): Likewise.
2788         (sh_show_regs_command): Pass current frame to sh_show_regs routine.
2789         (sh_generic_show_regs): Add FRAME parameter.  Use register
2790         values from that frame instead of calling read_register.
2791         (sh3_show_regs, sh2e_show_regs, sh2a_show_regs, sh2a_nofpu_show_regs,
2792         sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
2793         sh_dsp_show_regs): Likewise.
2794         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs,
2795         sh64_show_regs): Likewise.
2796
2797 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2798
2799         * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Read from
2800         current regcache instead of calling read_register.
2801
2802 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2803
2804         * mep-tdep.c (current_me_module): Read from current regcache
2805         instead of calling read_register.
2806         (current_options): Likewise.
2807
2808 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2809
2810         * cris-tdep.c (cris_stopped_data_address): Read register values
2811         from current frame instead of calling read_register.
2812         * frv-tdep.c (frv_stopped_data_address): Likewise.
2813
2814 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2815
2816         * solib-sunos.c (sunos_solib_create_inferior_hook): Use write_pc
2817         instead of write_register (PC_REGNUM, ...).
2818
2819 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2820
2821         * solib-sunos.c (sunos_solib_create_inferior_hook): Add comment
2822         explaining why the PC adjustment code is necessary.
2823
2824 2007-06-15  Vladimir Prus  <vladimir@codesourcery.com>
2825
2826         * m68k-tdep.h (enum m68k_flavour): New. 
2827         (struct gdbarch_tdep): New fields
2828         float_return, flavour and fpregs_present.
2829         * m68k-tdep.c (m68k_register_type): Use
2830         fpregs_present and conditionalize floating
2831         registers type on flavour.
2832         (m68k_register_names): New.
2833         (m68k_register_name): Use the above.
2834         (m68k_convert_register_p): Consult fpregs_present.
2835         (m68k_register_to_value, m68k_value_to_register):
2836         Use register_type to obtain the type of floating
2837         point registers.
2838         (m68k_svr4_extract_return_value): Check tdep->float_return.
2839         Use register_type to get the type of floating
2840         point regiters.
2841         (m68k_svr4_store_return_value): Likewise.
2842         (m68k_dwarf_reg_to_regnum): Check tdep->fpregs_present.
2843         (m68k_analyze_register_saves): Likewise.
2844         (m68k_gdbarch_init): Extract infromation
2845         from XML description, if present.  Guess coldfire by
2846         looking at the file, if present. Conditionalize
2847         setting of long double format.  Set decr_pc_after_break
2848         to 2 on coldfire and fido.  Enable XML-driven
2849         register description.
2850         * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Use
2851         size of tdep->fpreg_type, as opposed to hardcoded value.
2852         * Makefile.in (m68k-tdep.o): Update dependencies.
2853         
2854 2007-06-15  Ulrich Weigand  <uweigand@de.ibm.com>
2855
2856         * NEWS: Mention "info spu" commands and qXfer:spu:read and
2857         qXfer:spu:write remote packet types.
2858
2859 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
2860
2861         * xml-tdesc.c (tdesc_start_target): New.
2862         (target_attributes): New.
2863         (tdesc_elements): Use it.
2864         * features/gdb-target.dtd: Add #FIXED version attribute for
2865         <target>.
2866
2867 2007-06-13  Arthur Huillet  <arthur.huillet@free.fr>
2868
2869         * mi/mi-cmd-var.c (mi_cmd_var_assign): Fix typo.
2870
2871 2007-06-13  Claudio Fontana <claudio.fontana@gmail.com>
2872
2873         * fork-child.c (fork_inferior): Update comment.
2874
2875 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
2876
2877         * features/Makefile: Generate regformats for mips-linux and
2878         mips64-linux.
2879         * features/sort-regs.xsl: Correct typo.
2880         * regformats/reg-mips.dat, regformats/reg-mips64.dat: Delete.
2881         * regformats/mips-linux.dat, regformats/mips64-linux.dat: New generated
2882         files.
2883
2884 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
2885
2886         * config/mips/linux.mh (TDEP_XML): New.
2887         * features/mips-linux.xml, features/mips64-linux.xml: New files.
2888         * mips-linux-nat.c (mips_linux_register_addr): Handle
2889         MIPS_RESTART_REGNUM.
2890         (mips64_linux_register_addr): Likewise.
2891         (super_xfer_partial, mips_linux_xfer_partial): New.
2892         (_initialize_mips_linux_nat): Add them to the target_ops.
2893         * mips-linux-tdep.c (mips_supply_gregset): Handle MIPS_RESTART_REGNUM.
2894         (mips_fill_gregset, mips64_supply_gregset, mips64_fill_gregset)
2895         (mips_linux_o32_sigframe_init)
2896         (mips_linux_n32n64_sigframe_init): Likewise.
2897         (mips_linux_write_pc, mips_linux_restart_reg_p): New.
2898         (mips_linux_init_abi): Use mips_linux_write_pc.  Check for the
2899         "org.gnu.gdb.mips.linux" feature.
2900         * mips-linux-tdep.h (MIPS_RESTART_REGNUM): New constant.
2901         (mips_linux_restart_reg_p): New prototype.
2902         * mips-tdep.c (mips_gdbarch_init): Pass tdesc_data to the OS/ABI
2903         initialization routine.
2904         * Makefile.in (mips-linux-tdep.o, mips-linux-nat.o): Update.
2905
2906 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
2907
2908         * Makefile.in (mips-tdep.o): Update.
2909         * mips-tdep.c (struct register_alias, mips_o32_aliases)
2910         (mips_n32_n64_aliases, mips_register_aliases): New.
2911         (mips_register_name): Call tdesc_register_name.
2912         (mips_tdesc_register_reggroup_p): New.
2913         (mips_pseudo_register_type, value_of_mips_user_reg): New.
2914         (mips_gdbarch_init): Add target-described register support.
2915         Register aliases for register names.
2916         * target-descriptions.c (tdesc_register_name): Make global.
2917         (tdesc_register_in_reggroup_p): New function, broken out from
2918         tdesc_register_reggroup_p.
2919         (tdesc_register_reggroup_p): Use it.
2920         * target-descriptions.h (tdesc_register_name)
2921         (tdesc_register_in_reggroup_p): New prototypes.
2922         * NEWS: Correct formatting.  Mention MIPS register support.
2923         * features/mips-cp0.xml, features/mips-fpu.xml,
2924         features/mips64-cp0.xml, gdb/features/mips64-fpu.xml, mips-cpu.xml,
2925         features/mips64-cpu.xml: New files.
2926
2927 2007-06-13  Markus Deuling  <deuling@de.ibm.com>
2928
2929         * gdbarch.sh (TARGET_ADDR_BIT): Replace by gdbarch_addr_bit.
2930         * valops.c (value_cast): Likewise.
2931         * utils.c (strlen_paddr, paddr, paddr_nz, paddress): Likewise.
2932         * ui-out.c (ui_out_field_core_addr): Likewise.
2933         * tracepoint.c (tracepoints_info): Likewise.
2934         * symtab.c (print_msymbol_info): Likewise.
2935         * solib-irix.c (irix_current_sos)
2936         (irix_open_symbol_file_object): Likewise.
2937         * remote.c (build_remote_gdbarch_data): Likewise.
2938         * prologue-value.c (make_pv_area): Likewise.
2939         * procfs.c (info_mappings_callback): Likewise.
2940         * printcmd.c (print_scalar_formatted)
2941         (deprecated_print_address_numeric): Likewise.
2942         * memattr.c (mem_info_command): Likewise.
2943         * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
2944         * gdbtypes.c (build_flt, gdbtypes_post_init): Likewise.
2945         * exec.c (print_section_info): Likewise.
2946         * dwarf2read.c (read_subrange_type): Likewise.
2947         * dwarf2loc.c (find_location_expression): Likewise.
2948         * dwarf2expr.c (dwarf2_read_address, unsigned_address_type)
2949         (signed_address_type, execute_stack_op): Likewise.
2950         * breakpoint.c (print_one_breakpoint, breakpoint_1): Likewise.
2951         * gdbarch.c, gdbarch.h: Regenerate.
2952
2953 2007-06-13  Markus Deuling  <deuling@de.ibm.com>
2954
2955         * gdbarch.sh (TARGET_ARCHITECTURE): Replace by gdbarch_bfd_arch_info.
2956         * arch-utils.c (show_architecture): Likewise.
2957         * remote-mips.c (mips_open): Likewise
2958         * nto-tdep.c (nto_find_and_open_solib)
2959         (nto_init_solib_absolute_prefix): Likewise.
2960         * nto-procfs (procfs_open): Likewise.
2961         * m68hc11-tdep.c (gdb_print_insn_m68hc11): Likewise.
2962         * gcore.c (default_gcore_mach, default_gcore_arch): Likewise.
2963         * gdbarch.c, gdbarch.h: Regenerate.
2964
2965 2007-06-13  Markus Deuling  <deuling@de.ibm.com>
2966
2967         * gdbarch.sh (TARGET_BFD_VMA_BIT): Replace by gdbarch_bfd_vma_bit.
2968         * gdbtypes.c (build_flt): Likewise.
2969         * gdbarch.c, gdbarch.h: Regenerate.
2970
2971 2007-06-13  Markus Deuling  <deuling@de.ibm.com>
2972
2973         * gdbarch.sh (BREAKPOINT_FROM_PC): Replace by
2974         gdbarch_breakpoint_from_pc.
2975         * s390-tdep.c (s390_gdbarch_init): Likewise (comment).
2976         * remote.c (remote_insert_breakpoint)
2977         (remote_insert_hw_breakpoint): Likewise.
2978         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
2979         * mips-tdep.c (mips_breakpoint_from_pc): Likewise (comment).
2980         * breakpoint.h (bp_target_info): Likewise (comment).
2981         * breakpoint.c (read_memory_nobpt): Likewise.
2982         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2983         (symtab.h, breakpoint.h): Remove include. Remove unnecessary comment.
2984         * gdbarch.c, gdbarch.h: Regenerate.
2985
2986 2007-06-13  Markus Deuling  <deuling@de.ibm.com>
2987
2988         * gdbarch.sh (TARGET_PTR_BIT): Replace with gdbarch_ptr_bit.
2989         * solib-svr4.c (svr4_truncate_ptr): Likewise.
2990         * solib-pa64.c (read_dynamic_info): Likewise.
2991         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
2992         * solib.c (info_sharedlibrary_command): Likewise.
2993         * s390-nat.c (SUBOFF): Likewise.
2994         * p-valprint.c (pascal_val_print): Likewise.
2995         * procfs.c (info_proc_mappings): Likewise.
2996         * printcmd.c (decode_format): Likewise.
2997         * nto-tdep.c (nto_truncate_ptr): Likewise.
2998         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
2999         (mips64_linux_get_longjmp_target): Likewise.
3000         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
3001         * jv-valprint.c (java_value_print): Likewise.
3002         * jv-lang.c (get_java_object_header_size): Likewise.
3003         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Likewise.
3004         * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code)
3005         (hppa_hpux_unwind_adjust_stub): Likewise.
3006         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3007         * gdbtypes.c (make_pointer_type, make_reference_type)
3008         (smash_to_memberptr_type): Likewise.
3009         * gdbarch.c, gdbarch.h: Regenerate.
3010
3011 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
3012
3013         * mips-tdep.c (mips_print_register): Remove unused ALL argument.
3014         (print_gp_register_row): Stop before printing a register bigger
3015         than the ABI register size.
3016         (mips_print_registers_info): Update call to mips_print_register.
3017
3018 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
3019
3020         * expression.h (enum exp_opcode): Document a register name for
3021         OP_REGISTER.
3022         * parse.c (write_dollar_variable): Write the register name for
3023         OP_REGISTER.
3024         (operator_length_standard): Expect the register name following
3025         OP_REGISTER.
3026         * ada-lang.c (resolve_subexp): Likewise.
3027         * ax-gdb.c (gen_expr): Likewise.
3028         * eval.c (evaluate_subexp_standard): Likewise.
3029         * expprint.c (print_subexp_standard, dump_subexp_body_standard):
3030         Likewise.
3031         * tracepoint.c (encode_actions): Likewise.
3032
3033 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
3034
3035         * utils.c (set_screen_size): Use INT_MAX for default columns.
3036
3037 2007-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
3038
3039         * remote.c (remote_protocol_features): Add qXfer:spu:read and
3040         qXfer:spu:write packet types.
3041
3042 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
3043
3044         * gdbarch.sh (DEPRECATED_STACK_ALIGN): Remove.
3045         * gdbarch.c, gdbarch.h: Regenerate.
3046
3047 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
3048
3049         * gdbarch.sh (STAB_REG_TO_REGNUM): Replace by
3050         gdbarch_stab_reg_to_regnum.
3051         * stabsread.c (define_symbol): Likewise.
3052         * gdbarch.sh (ECOFF_REG_TO_REGNUM): Replace by
3053         gdbarch_ecoff_reg_to_regnum.
3054         * mdebugread.c (parse_symbol): Likewise.
3055         * i386-tdep.c (i386_gdbarch_init): Likewise (comment).
3056         * gdbarch.sh (DWARF_REG_TO_REGNUM): Replace by
3057         gdbarch_dwarf_reg_to_regnum.
3058         * gdbarch.sh (SDB_REG_TO_REGNUM): Replace by gdbarch_sdb_reg_to_regnum.
3059         * coffread.c (process_coff_symbol): Likewise.
3060         * gdbarch.sh (DWARF2_REG_TO_REGNUM): Replace by
3061         gdbarch_dwarf2_reg_to_regnum.
3062         * dwarf2loc.c (dwarf_expr_read_reg,dwarf2_evaluate_loc_desc)
3063         (locexpr_describe_location): Likewise.
3064         * dwarf2-frame.c (read_reg,execute_cfa_program,dwarf2_frame_cache)
3065         (dwarf2_frame_prev_register,dwarf2_signal_frame_this_id): Likewise.
3066         * dwarf2loc.c (DWARF2_REG_TO_REGNUM): Remove macro.
3067         * dwarf2read.c (DWARF2_REG_TO_REGNUM): Remove macro.
3068         * gdbarch.c, gdbarch.h: Regenerate.
3069
3070 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
3071
3072         * gdbarch.sh (SMASH_TEXT_ADDRESS): Replace by
3073         gdbarch_smash_text_address.
3074         * somread.c (som_symtab_read): Likewise.
3075         * elfread.c (record_minimal_symbol): Likewise.
3076         * dbxread.c (process_one_symbol): Likewise.
3077         * coffread.c (coff_symtab_read): Likewise.
3078         * gdbarch.c, gdbarch.h: Regenerate.
3079
3080 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
3081
3082         * gdbarch.sh (REGISTER_TO_VALUE): Replace by gdbarch_register_to_value.
3083         * findvar.c (value_from_register): Likewise.
3084         * gdbarch.sh (VALUE_TO_REGISTER): Replace by gdbarch_value_to_register.
3085         * valops.c (value_assign): Likewise.
3086         * gdbarch.sh (CONVERT_REGISTER_P): Replace by
3087         gdbarch_convert_register_p.
3088         * findvar.c (value_from_register): Likewise.
3089         * valops.c (value_assign): Likewise.
3090         * gdbarch.c, gdbarch.h: Regenerate.
3091
3092 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
3093
3094         * gdbarch.sh (REGISTER_SIM_REGNO): Replace by
3095         gdbarch_register_sim_regno.
3096         * sim-regno.h (sim_regno): Likewise (comment).
3097         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise.
3098         * gdbarch.c, gdbarch.h: Regenerate.
3099
3100 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
3101
3102         * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Replace by
3103         gdbarch_virtual_frame_pointer.
3104         * tracepoint.c (encode_actions): Likewise.
3105         * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Likewise.
3106         * ax-gdb.c (gen_frame_args_address, gen_frame_locals_address): Likewise.
3107         * gdbarch.c, gdbarch.h: Regenerate.
3108
3109 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
3110
3111         * gdbarch.sh (TARGET_FLOAT_BIT): Replace by gdbarch_float_bit.
3112         * p-lang.c (pascal_create_fundamental_type): Likewise.
3113         * objc-lang.c (objc_create_fundamental_type): Likewise.
3114         * mdebugread.c (_initialize_mdebugread): Likewise.
3115         * m2-lang.c (m2_create_fundamental_type)
3116         (_initialize_m2_language): Likewise.
3117         * gdbtypes.c (build_gdbtypes): Likewise.
3118         * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
3119         * doublest.c (floatformat_from_length): Likewise.
3120         * c-lang.c (c_create_fundamental_type): Likewise.
3121         * ada-lang.c (ada_create_fundamental_type)
3122         (ada_language_arch_info): Likewise.
3123         * gdbarch.sh (TARGET_FLOAT_FORMAT): Replace by gdbarch_float_format.
3124         * value.c (unpack_double): Likewise (comment).
3125         * gdbtypes.c (build_gdbtypes): Likewise.
3126         * doublest.c (floatformat_from_length): Likewise.
3127         * gdbarch.sh (TARGET_DOUBLE_BIT): Replace by gdbarch_double_bit.
3128         * valarith.c (value_binop): Likewise.
3129         * p-lang.c (pascal_create_fundamental_type): Likewise.
3130         * objc-lang.c (objc_create_fundamental_type): Likewise.
3131         * mdebugread.c (_initialize_mdebugread): Likewise.
3132         * m2-lang.c (m2_create_fundamental_type): Likewise.
3133         * gdbtypes.c (build_gdbtypes): Likewise.
3134         * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
3135         * doublest.c (floatformat_from_length): Likewise.
3136         * cris-tdep.c (cris_gdbarch_init): Likewise (comment).
3137         * c-lang.c (c_create_fundamental_type): Likewise.
3138         * ada-lex.l (processReal): Likewise.
3139         * ada-lang.c (ada_create_fundamental_type)
3140         (ada_language_arch_info): Likewise.
3141         * gdbarch.sh (TARGET_DOUBLE_FORMAT): Replace by gdbarch_double_format.
3142         * value.c (unpack_double): Likewise (comment).
3143         * gdbtypes.c (build_gdbtypes): Likewise.
3144         * doublest.c (floatformat_from_length): Likewise.
3145         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Replace by
3146         gdbarch_long_double_bit.
3147         * p-lang.c (pascal_create_fundamental_type): Likewise.
3148         * objc-lang.c (objc_create_fundamental_type): Likewise.
3149         * m2-lang.c (m2_create_fundamental_type): Likewise.
3150         * gdbtypes.c (build_gdbtypes): Likewise.
3151         * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
3152         * doublest.c (floatformat_from_length): Likewise.
3153         * c-lang.c (c_create_fundamental_type): Likewise.
3154         * ada-lex.l (processReal): Likewise.
3155         * ada-lang.c (ada_create_fundamental_type)
3156         (ada_language_arch_info): Likewise.
3157         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Replace by
3158         gdbarch_long_double_format.
3159         * gdbtypes.c (build_gdbtypes): Likewise.
3160         * doublest.c (floatformat_from_length): Likewise.
3161         * gdbarch.c, gdbarch.h: Regenerate.
3162
3163 2007-06-12  Markus Deuling  <deuling@de.ibm.com>
3164
3165         * gdbarch.sh (TARGET_SHORT_BIT): Replace by gdbarch_int_bit.
3166         * ada-lang.c (ada_create_fundamental_type)
3167         (ada_language_arch_info): Likewise.
3168         * c-lang.c (c_create_fundamental_type): Likewise.
3169         * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
3170         * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
3171         * m2-lang.c (m2_create_fundamental_type): Likewise.
3172         * objc-lang.c (objc_create_fundamental_type): Likewise.
3173         * p-lang.c (pascal_create_fundamental_type): Likewise.
3174         * gdbarch.sh (TARGET_INT_BIT): Replace by gdbarch_int_bit.
3175         * c-exp.y (parse_number): Likewise.
3176         * objc-exp.y (parse_number): Likewise.
3177         * ada-lex.l (processInt): Likewise.
3178         * f-exp.y (parse_number): Likewise.
3179         * p-exp.y (parse_number): Likewise.
3180         * ada-lang.c (ada_create_fundamental_type, ada_language_arch_info)
3181         (gdbtypes_post_init, build_gdbtypes): Likewise.
3182         * p-lang.c (pascal_create_fundamental_type): Likewise.
3183         * parse.c (build_parse): Likewise.
3184         * xcoffread.c (_initialize_xcoffread): Likewise.
3185         * stabsread.c (define_symbol, read_one_struct_field, read_enum_type)
3186         (read_range_type): Likewise.
3187         * objc-lang.c (objc_create_fundamental_type): Likewise.
3188         * f-lang.c (build_fortran_types, f_create_fundamental_type): Likewise.
3189         * m2-lang.c (m2_create_fundamental_type, _initialize_m2_language)
3190         (m2_create_fundamental_type): Likewise.
3191         * c-lang.c (c_create_fundamental_type): Likewise.
3192         * coffread.c (coff_read_enum_type): Likewise.
3193         * mdebugread.c (parse_symbol, _initialize_mdebugread): Likewise.
3194         * dwarf2read.c (new_symbol): Likewise.
3195         * gdbarch.sh (TARGET_LONG_BIT): Replace by gdbarch_long_bit.
3196         * c-exp.y (parse_number): Likewise.
3197         * objc-exp.y (parse_number): Likewise.
3198         * ada-lex.l (processInt): Likewise.
3199         * f-exp.y (parse_number): Likewise.
3200         * p-exp.y (parse_number): Likewise.
3201         * valarith.c (value_binop): Likewise.
3202         * symfile.c (read_target_long_array, simple_overlay_update_1): Likewise.
3203         * ada-lang.c (ada_create_fundamental_type)
3204         (ada_language_arch_info): Likewise.
3205         * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
3206         * symfile.c (TARGET_LONG_BYTES): Likewise.
3207         * p-lang.c (pascal_create_fundamental_type): Likewise.
3208         * objc-lang.c (objc_create_fundamental_type): Likewise.
3209         * m2-lang.c (m2_create_fundamental_type): Likewise.
3210         * f-lang.c (f_create_fundamental_type): Likewise.
3211         * c-lang.c (c_create_fundamental_type): Likewise.
3212         * coffread.c (decode_base_type): Likewise.
3213         * gdbarch.sh (TARGET_LONG_LONG_BIT): Replace by gdbarch_long_long_bit.
3214         * c-exp.y (parse_number): Likewise.
3215         * objc-exp.y (parse_number): Likewise.
3216         * p-exp.y (parse_number): Likewise.
3217         * ada-lang.c (ada_create_fundamental_type)
3218         (ada_language_arch_info): Likewise.
3219         * gdbtypes.c (gdbtypes_post_init, build_gdbtypes): Likewise.
3220         * stabsread.c (read_range_type): Likewise.
3221         * p-lang.c (pascal_create_fundamental_type): Likewise.
3222         * objc-lang.c (objc_create_fundamental_type): Likewise.
3223         * m2-lang.c (m2_create_fundamental_type): Likewise.
3224         * f-lang.c (f_create_fundamental_type): Likewise.
3225         * c-lang.c (c_create_fundamental_type): Likewise.
3226         * gdbarch.c, gdbarch.h: Regenerate.
3227
3228 2007-06-12  Andreas Schwab  <schwab@suse.de>
3229
3230         * frame-unwind.h (frame_dealloc_cache_ftype): Define.
3231         (struct frame_unwind): Add dealloc_cache.
3232         * frame.c (reinit_frame_cache): Call dealloc_cache on all caches.
3233
3234         * libunwind-frame.h (libunwind_frame_dealloc_cache): Declare.
3235         * libunwind-frame.c (libunwind_frame_dealloc_cache): Define.
3236         (libunwind_frame_unwind): Set dealloc_cache.
3237         * ia64-tdep.c (ia64_libunwind_frame_unwind): Set dealloc_cache.
3238
3239 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
3240             Markus Deuling  <deuling@de.ibm.com>
3241
3242         * remote.c (remote_write_qxfer): New function.
3243         (remote_xfer_partial): Add handling for TARGET_OBJECT_SPU.
3244         (remote_read_qxfer): Do not cache empty objects.
3245         (_initialize_remote): Add PACKET_qXfer_spu_read and
3246         PACKET_qXfer_spu_write.
3247
3248 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
3249
3250         * target.h (enum target_object): Add TARGET_OBJECT_SPU.
3251         * spu-linux-nat.c (spu_xfer_partial): Handle TARGET_OBJECT_SPU.
3252
3253         * spu-tdep.h (SPU_NUM_PSEUDO_REGS): Add 5 pseudo registers.
3254         (enum spu_regnum): Add SPU_FPSCR_REGNUM, SPU_SRR0_REGNUM,
3255         SPU_LSLR_REGNUM, SPU_DECR_REGNUM, SPU_DECR_STATUS_REGNUM.
3256         * spu-tdep.c (infospucmdlist): New variable.
3257         (spu_register_name): Handle additional pseudo registers.
3258         (spu_register_type): Likewise.
3259         (spu_pseudo_register_read): Likewise.
3260         (spu_pseudo_register_write): Likewise.
3261         (spu_pseudo_register_read_spu): New function.
3262         (spu_pseudo_register_write_spu): Likewise.
3263         (info_spu_event_command): New function.
3264         (info_spu_signal_command): Likewise.
3265         (info_spu_mailbox_list): Likewise.
3266         (info_spu_mailbox_command): Likewise.
3267         (spu_mfc_get_bitfield): Likewise.
3268         (info_spu_dma_cmdlist): Likewise.
3269         (info_spu_dma_command): Likewise.
3270         (info_spu_proxydma_command): Likewise.
3271         (info_spu_command): Likewise.
3272         (_initialize_spu_tdep): Install "info spu" commands.
3273
3274 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
3275
3276         * spu-linux-nat.c (spu_proc_xfer_spu): Do not return failure when
3277         accessing non-seekable spufs files.
3278
3279 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
3280
3281         * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Replace by
3282         gdbarch_skip_trampoline_code.
3283         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
3284         * objc-lang.c (objc_skip_trampoline)
3285         (objc_submethod_helper_data): Likewise.
3286         * m32c-lang.c (m32c_skip_trampoline_code): Likewise (comment).
3287         * infrun.c (handle_inferior_event): Likewise.
3288         * gnu-v3-abi.c (gnuv3_skip_trampoline): Likewise.
3289         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Replace by
3290         gdbarch_in_solib_return_trampoline.
3291         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
3292         * infrun.c (handle_inferior_event): Likewise.
3293         * hppa-tdep.c (hppa_stub_unwind_sniffer): Likewise.
3294         * gdbarch.c, gdbarch.h: Regenerate.
3295
3296 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
3297
3298         * gdbarch.sh (SKIP_PROLOGUE): Replace by gdbarch_skip_prologue.
3299         * symtab.c (find_function_start_sal, in_prologue): Likewise.
3300         * linespec.c (minsym_found): Likewise.
3301         * infrun.c (step_into_function): Likewise.
3302         * gdbarch.c, gdbarch.h: Regenerate.
3303
3304 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
3305
3306         * gdbarch.sh (NAME_OF_MALLOC): Replace by gdbarch_name_of_malloc.
3307         * valops.c (value_allocate_space_in_inferior): Likewise.
3308         * gdbarch.c, gdbarch.h: Regenerate.
3309
3310 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
3311
3312         * gdbarch.sh (MEMORY_INSERT_BREAKPOINT): Replace by
3313         gdbarch_memory_insert_breakpoint.
3314         * mem-break.c (memory_insert_breakpoint): Likewise.
3315         * gdbarch.sh (MEMORY_REMOVE_BREAKPOINT): Replace by
3316         gdbarch_memory_remove_breakpoint.
3317         * mem-break.c (memory_remove_breakpoint): Likewise.
3318         * gdbarch.c, gdbarch.h: Regenerate.
3319
3320 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
3321
3322         * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS): Replace by
3323         gdbarch_fetch_tls_load_module_address.
3324         * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS_P): Replace by
3325         gdbarch_fetch_tls_load_module_address_p.
3326         * gdbarch.c, gdbarch.h: Regenerate.
3327
3328 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
3329
3330         * gdbarch.sh (DECR_PC_AFTER_BREAK): Replace by
3331         gdbarch_decr_pc_after_break.
3332         * tracepoint.c (trace_dump_command): Likewise.
3333         * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
3334         * linux-thread-db.c (check_event): Likewise.
3335         * linux-nat.c (cancel_breakpoints_callback): Likewise.
3336         * infrun.c (adjust_pc_after_break, normal_stop): Likewise.
3337         * frame.h: Likewise (comment).
3338         * dummy-frame.c (deprecated_pc_in_call_dummy): Likewise.
3339         * aix-thread.c (aix_thread_wait): Likewise.
3340         * gdbarch.c, gdbarch.h: Regenerate.
3341
3342 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
3343
3344         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS): Replace by
3345         gdbarch_address_class_type_flags.
3346         * dwarf2read.c (read_tag_pointer_type): Likewise.
3347         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_P): Replace by
3348         gdbarch_address_class_type_flags_p.
3349         * dwarf2read.c (read_tag_pointer_type): Likewise.
3350         * gdbarch.c, gdbarch.h: Regenerate.
3351
3352 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
3353
3354         * gdbarch.sh (ADDR_BITS_REMOVE): Replace by gdbarch_addr_bits_remove.
3355         * value.c (value_as_address): Likewise (comment).
3356         * remote-mips.c (common_breakpoint): Likewise.
3357         * regcache.c (read_pc_pid): Likewise.
3358         * printcmd.c (do_one_display): Likewise.
3359         * monitor.c (monitor_write_memory, monitor_read_memory)
3360         (monitor_insert_breakpoint): Likewise.
3361         * mips-tdep.c (heuristic_proc_start): Likewise.
3362         * infrun.c (insert_step_resume_breakpoint_at_frame)
3363         (insert_step_resume_breakpoint_at_caller): Likewise.
3364         * buildsym.c (record_line): Likewise.
3365         * arm-tdep.c (arm_scan_prologue, thumb_get_next_pc)
3366         (arm_get_next_pc): Likewise.
3367         * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
3368         (store_regs): Likewise.
3369         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
3370         * arm-linux-nat.c (fetch_register, fetch_regs): Likewise.
3371         * gdbarch.c, gdbarch.h: Regenerate.
3372
3373 2007-06-09  Markus Deuling  <deuling@de.ibm.com>
3374
3375         * gdbarch.sh (REGISTER_NAME): Replace by gdbarch_register_name.
3376         * tracepoint.c (scope_info): Likewise.
3377         * target.c (debug_print_register): Likewise.
3378         * stack.c (frame_info): Likewise.
3379         * sh-tdep.c (sh_register_reggroup_p): Likewise.
3380         * sh64-tdep.c (sh64_do_fp_register, sh64_do_register)
3381         (sh64_media_print_registers_info)
3382         (sh64_compact_print_registers_info): Likewise.
3383         * rs6000-tdep.c (rs6000_register_reggroup_p): Likewise.
3384         * remote-sim.c (gdbsim_fetch_register): Likewise.
3385         * remote.c (packet_reg): Likewise (comment).
3386         * reggroups.c (default_register_reggroup_p): Likewise.
3387         * regcache.c (regcache_dump): Likewise.
3388         * printcmd.c (address_info): Likewise.
3389         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
3390         * mt-dep.c (mt_registers_info): Likewise.
3391         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Likewise (comment).
3392         * mips-tdep.c (mips_register_reggroup_p, mips_read_fp_register_single)
3393         (mips_read_fp_register_double, mips_print_fp_register)
3394         (mips_print_register, print_gp_register_row, mips_print_registers_info)
3395         (mips_register_sim_regno): Likewise.
3396         * m68klinux-nat.c (regmap, fetch_register, store_register): Likewise.
3397         * inf-ptrace.c (inf_ptrace_fetch_register)
3398         (inf_ptrace_store_register): Likewise.
3399         * infcmd.c (default_print_registers_info): Likewise.
3400         * ia64-linux-nat.c (ia64_linux_fetch_register)
3401         (ia64_linux_store_register): Likewise.
3402         * i386-linux-nat.c (fetch_register, store_register): Likewise.
3403         * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
3404         * hppa-linux-nat.c (fetch_register, store_register): Likewise.
3405         * hppa-hpux-nat.c (hppa_hpux_fetch_register)
3406         (hppa_hpux_store_register): Likewise.
3407         * findvar.c (locate_var_value): Likewise.
3408         * dwarf2loc.c (locexpr_describe_location): Likewise.
3409         * dwarf2-frame.c (execute_cfa_program): Likewise.
3410         * arm-tdep.c (arm_push_dummy_call): Likewise.
3411         * arch-utils.c (legacy_register_sim_regno): Likewise.
3412         * alpha-tdep.c (alpha_register_reggroup_p): Likewise.
3413         * alpha-nat.c (fetch_osf_core_registers): Likewise.
3414         * mi/mi-main.c (mi_cmd_data_list_register_names)
3415         (mi_cmd_data_list_changed_registers, mi_cmd_data_list_register_values)
3416         (mi_cmd_data_write_register_values): Likewise.
3417         * gdbarch.c, gdbarch.h: Regenerate.
3418
3419 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
3420
3421         * target-memory.c (blocks_to_erase): Correct off-by-one error.
3422
3423 2007-06-06  Vladimir Prus  <vladimir@codesourcery.com>
3424         
3425         * remote.c (process_g_packet): Don't check size.
3426         * gdbarch.sh: Remove register_bytes_ok.
3427         * gdbarch.c: Regenerated.
3428         * gdbarch.h: Regenerated.
3429         * m68k-tdep.c (REGISTER_BYTES_NOFP): Remove.
3430         (m68k_register_bytes_ok): Remove.
3431         (m68k_gdbarch_init): Don't register m68k_register_bytes_ok.
3432         
3433 2007-06-06  Andreas Schwab  <schwab@suse.de>
3434
3435         * libunwind-frame.c (unw_destroy_addr_space_p): Define.
3436         (destroy_addr_space_name): Define.
3437         (libunwind_load): Get address of destroy_addr_space function.
3438         (libunwind_frame_cache): Destroy unw_addr_space_t object before
3439         returning unsuccessfully.
3440         (libunwind_frame_sniffer): Destroy unw_addr_space_t object before
3441         returning.
3442         (libunwind_sigtramp_frame_sniffer): Likewise.
3443         (libunwind_get_reg_special): Likewise.
3444
3445 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
3446
3447         * gdbarch.sh (FETCH_POINTER_ARGUMENT): Replace by
3448         gdbarch_fetch_pointer_argument.
3449         * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Likewise.
3450         * gdbarch.c, gdbarch.h: Regenerate.
3451
3452 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
3453
3454         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Replace by
3455         gdbarch_have_nonsteppable_watchpoint.
3456         * infrun.c (handle_inferior_event, adjust_pc_after_break): Likewise.
3457         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Replace by
3458         gdbarch_cannot_step_breakpoint.
3459         * infrun.c (resume): Likewise.
3460         * gdbarch.c, gdbarch.h: Regenerate.
3461
3462 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
3463
3464         * gdbarch.sh (FRAME_ARGS_SKIP): Replace by gdbarch_frame_args_skip.
3465         * stack.c (print_frame_args): Likewise.
3466         * gdbarch.sh (FRAME_NUM_ARGS): Replace by gdbarch_frame_num_args.
3467         * stack.c (print_args_stub, frame_info): Likewise.
3468         * gdbarch.sh (FRAME_NUM_ARGS_P): Replace by gdbarch_frame_num_args_p.
3469         * stack.c (print_args_stub, frame_info): Likewise.
3470         * gdbarch.c, gdbarch.h: Regenerate.
3471
3472 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
3473
3474         * gdbarch.sh (COFF_MAKE_MSYMBOL_SPECIAL): Replace by
3475         gdbarch_coff_make_msymbol_special.
3476         * coffread.c (coff_symtab_read): Likewise.
3477         * gdbarch.sh (ELF_MAKE_MSYMBOL_SPECIAL): Replace by
3478         gdbarch_elf_make_msymbol_special.
3479         * elfread.c (elf_symtab_read): Likewise.
3480         * mips-tdep.c (mips_elf_make_msymbol_special): Likewise (comment).
3481         * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Likewise (comment).
3482         * gdbarch.c, gdbarch.h: Regenerate.
3483
3484 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
3485
3486         * gdbarch.sh (FRAME_RED_ZONE_SIZE): Replace by
3487         gdbarch_frame_red_zone_size.
3488         * gdbarch.c, gdbarch.h: Regenerate.
3489
3490 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
3491
3492         * gdbarch.sh (INNER_THAN): Replace by gdbarch_inner_than.
3493         * infcall.c (call_function_by_hand): Likewise.
3494         * gcore.c (derive_stack_segment): Likewise.
3495         * frame.c (frame_id_inner): Likewise.
3496         * arch-utils.c (core_addr_lessthan): Likewise (comment).
3497         * ada-lang.c (ensure_lval): Likewise.
3498         * gdbarch.c, gdbarch.h: Regenerate.
3499
3500 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
3501
3502         * gdbarch.sh (ADDRESS_TO_POINTER): Replace by
3503         gdbarch_address_to_pointer.
3504         * findvar.c (store_typed_address): Likewise.
3505         * gdbtypes.c (make_pointer_type): Likewise (comment).
3506         * procfs.c (procfs_address_to_host_pointer): Likewise.
3507         * std-regs.c (value_of_builtin_frame_reg): Likewise.
3508         (value_of_builtin_frame_fp_reg): Likewise.
3509         (value_of_builtin_frame_pc_reg): Likewise.
3510         * utils.c (paddress): Likewise (comment).
3511         * gdbarch.sh (POINTER_TO_ADDRESS): Replace by
3512         gdbarch_pointer_to_address.
3513         * findvar.c (extract_typed_address): Likewise.
3514         * gdbtypes.c (make_pointer_type): Likewise (comment).
3515         * valops.c (value_cast): Likewise (comment).
3516         * gdbarch.c, gdbarch.h: Regenerate.
3517
3518 2007-06-06  Markus Deuling  <deuling@de.ibm.com>
3519
3520         * gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_get_longjmp_target.
3521         * infrun.c (handle_inferior_event): Likewise.
3522         * gdbarch.sh (GET_LONGJMP_TARGET_P): Replace by
3523         gdbarch_get_longjmp_target_p.
3524         * breakpoint.c (breakpoint_re_set): Likewise.
3525         * infrun.c (handle_inferior_event): Likewise.
3526         * gdbarch.c, gdbarch.h: Regenerate.
3527
3528 2007-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
3529
3530         * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook,
3531         HP_ACC_EH_set_hook_value, HP_ACC_EH_notify_callback, HP_ACC_EH_break,
3532         HP_ACC_EH_catch_throw, HP_ACC_EH_catch_catch, __eh_notification,
3533         hp_cxx_exception_support, hp_cxx_exception_support_initialized,
3534         eh_notify_hook_addr, eh_notify_callback_addr, eh_break_addr,
3535         eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior,
3536         find_stub_with_shl_get, cover_find_stub_with_shl_get,
3537         initialize_hp_cxx_exception_support, child_enable_exception_callback,
3538         current_ex_event, child_get_current_exception_event): Remove.
3539         (hppa_hpux_inferior_created): Remove.
3540         (hppa_hpux_init_abi): Do not install hppa_hpux_inferior_created.
3541
3542         * breakpoint.h (deprecated_exception_catchpoints_are_fragile): Remove.
3543         (deprecated_exception_support_initialized): Remove.
3544         * breakpoint.c (deprecated_exception_catchpoints_are_fragile): Remove.
3545         (deprecated_exception_support_initialized): Remove.
3546         (breakpoint_init_inferior): Remove handling of non-zero
3547         deprecated_exception_catchpoints_are_fragile.
3548
3549         * symtab.h (deprecated_hp_som_som_object_present): Remove.
3550         * symtab.c (deprecated_hp_som_som_object_present): Remove.
3551         * c-typeprint.c (c_type_print_base): Remove handling of non-zero
3552         deprecated_hp_som_som_object_present.
3553         * eval.c (evaluate_subexp_standard): Likewise.
3554         * valops.c (value_cast): Likewise.
3555
3556         * parse.c (parse_nested_classes_for_hpacc, coloncolon): Remove.
3557         * parser-defs.h (parse_nested_classes_for_hpacc): Remove.
3558         * c-exp.y (yylex): Do not call parse_nested_classes_for_hpacc.
3559
3560 2007-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
3561
3562         * objfiles.h (ImportEntry, ExportEntry): Remove types.
3563         (struct objfile): Remove import_list, import_list_size,
3564         export_list, export_list_size members.
3565         (is_in_import_list): Remove prototype.
3566         * objfiles.c (is_in_import_list): Remove.
3567         * somread.c (init_import_symbols, init_export_symbols): Remove.
3568         (som_symfile_read): Do not call init_import_symbols.  Do not
3569         set objfile->export_list and objfile->export_list_size.
3570
3571 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
3572
3573         * dwarf2read.c (dwarf2_symbol_mark_computed): Fix formatting.
3574         Use the original objfile if necessary.
3575
3576 2007-06-04  Daniel Jacobowitz  <dan@codesourcery.com>
3577
3578         * defs.h (ldirname): New prototype.
3579         * dwarf2read.c (read_file_scope): Use DW_AT_name if DW_AT_comp_dir is
3580         missing.
3581         * utils.c (ldirname): New function.
3582         * xml-tdesc.c (file_read_description_xml): Use ldirname.
3583
3584 2007-06-01  Ulrich Weigand  <uweigand@de.ibm.com>
3585
3586         * spu-tdep.c (spu_push_dummy_call): Store stack back chain.
3587
3588 2007-06-01  Joel Brobecker  <brobecker@adacore.com>
3589
3590         * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
3591
3592 2007-06-01  Ulrich Weigand  <uweigand@de.ibm.com>
3593
3594         * irix5-nat.c (JB_ELEMENT_SIZE, get_longjmp_target): Remove.
3595
3596 2007-06-01  Ulrich Weigand  <uweigand@de.ibm.com>
3597
3598         * ppc-linux-tdep.c (INSTR_SC, INSTR_LI_R0_0x6666, INSTR_LI_R0_0x7777,
3599         INSTR_LI_R0_NR_sigreturn, INSTR_LI_R0_NR_rt_sigreturn): Remove.
3600         (PPC_LINUX_SIGNAL_FRAMESIZE, PPC_LINUX_REGS_PTR_OFFSET,
3601         PPC_LINUX_HANDLER_PTR_OFFSET): Remove.
3602         (ppc_linux_in_sigtramp, insn_is_sigreturn,
3603         ppc_linux_at_sigtramp_return_path): Remove.
3604
3605 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
3606
3607         * xtensa-tdep.c (XTENSA_IS_ENTRY, extract_call_winsize)
3608         (xtensa_register_write_masked, xtensa_register_read_masked)
3609         (xtensa_extract_return_value, xtensa_store_return_value
3610         (xtensa_push_dummy_call, xtensa_breakpoint_from_pc): Replace 
3611         TARGET_BYTE_ORDER by gdbarch_byte_order.
3612         * sh-tdep.c (sh_breakpoint_from_pc, gdb_print_insn_sh)
3613         (sh_justify_value_in_reg, sh_next_flt_argreg, sh_push_dummy_call_fpu)
3614         (sh_extract_return_value_fpu, sh_store_return_value_fpu): Likewise.
3615         * sh64-tdep.c (sh64_breakpoint_from_pc, gdb_print_insn_sh64)
3616         (sh64_push_dummy_call, sh64_extract_return_value)
3617         (sh64_store_return_value, sh64_register_convert_to_virtual)
3618         (sh64_register_convert_to_raw, sh64_pseudo_register_read)
3619         (sh64_pseudo_register_write, sh64_do_fp_register)
3620         (sh64_frame_prev_register): Likewise.
3621         * score-tdep.c (score_print_insn, score_breakpoint_from_pc)
3622         (score_return_value, score_push_dummy_call, score_fetch_inst): Likewise.
3623         * rs6000-tdep.c (rs6000_breakpoint_from_pc, rs6000_push_dummy_call)
3624         (e500_move_ev_register,gdb_print_insn_powerpc): Likewise.
3625         * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
3626         * ppc-linux-nat.c (store_register): Likewise.
3627         * nto-tdep.c (nto_find_and_open_solib)
3628         (nto_init_solib_absolute_prefix): Likewise.
3629         * mips-tdep.c (mips_pseudo_register_read, mips_pseudo_register_write)
3630         (mips_convert_register_p, mips_eabi_push_dummy_call)
3631         (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
3632         (mips_o32_push_dummy_call, mips_o32_return_value)
3633         (mips_o64_push_dummy_call, mips_o64_return_value, mips_o64_return_value)
3634         (mips_read_fp_register_single, mips_read_fp_register_double)
3635         (mips_print_register, print_gp_register_row, gdb_print_insn_mips)
3636         (mips_breakpoint_from_pc): Likewise.
3637         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Likewise.
3638         * mips-linux-tdep.c (mips64_supply_fpregset, mips64_fill_fpregset)
3639         (mips_linux_o32_sigframe_init): Likewise.
3640         * m32r-tdep.c (m32r_memory_insert_breakpoint)
3641         (m32r_memory_remove_breakpoint, m32r_breakpoint_from_pc): Likewise.
3642         * libunwind-frame.c (libunwind_frame_cache, libunwind_frame_sniffer)
3643         (libunwind_sigtramp_frame_sniffer, libunwind_get_reg_special): Likewise.
3644         * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
3645         * coffread.c (process_coff_symbol): Likewise.
3646         * arm-tdep.c (convert_from_extended, convert_to_extended)
3647         (gdb_print_insn_arm): Likewise.
3648
3649 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
3650
3651         * gdbarch.sh (NUM_REGS): Replace by gdbarch_num_regs.
3652         * i386-tdep.c (i386_dbx_reg_to_regnum)
3653         (i386_svr4_reg_to_regnum): Likewise.
3654         * inf-ptrace.c (inf_ptrace_fetch_registers)
3655         (inf_ptrace_store_registers): Likewise.
3656         * corelow.c (get_core_registers): Likewise.
3657         * i386-linux-nat.c (supply_gregset, fill_gregset)
3658         (i386_linux_fetch_inferior_registers)
3659         (i386_linux_store_inferior_registers): Likewise.
3660         * remote.c (init_remote_state,packet_reg_from_regnum)
3661         (packet_reg_from_pnum,process_g_packet,remote_fetch_registers)
3662         (remote_prepare_to_store,store_registers_using_G)
3663         (remote_store_registers,remote_arch_state): Likewise.
3664         * tracepoint.c (encode_actions): Likewise.
3665         * mi/mi-main.c (mi_cmd_data_list_register_names)
3666         (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
3667         (mi_cmd_data_write_register_values): Likewise.
3668         * tui/tui-regs.c (tui_show_register_group)
3669         (tui_show_register_group): Likewise.
3670         * xtensa-tdep.h (FP_ALIAS): Likewise.
3671         * xtensa-tdep.c (xtensa_register_name,xtensa_register_type)
3672         (xtensa_reg_to_regnum,xtensa_pseudo_register_read)
3673         (xtensa_pseudo_register_write,xtensa_register_reggroup_p): Likewise.
3674         * win32-nat.c (do_win32_fetch_inferior_registers)
3675         (do_win32_store_inferior_registers,fetch_elf_core_registers
3676         * user-regs.h: Likewise (comment).
3677         * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
3678         * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
3679         * target-descriptions.h: Likewise (comment).
3680         * target-descriptions.c (tdesc_use_registers): Likewise (comment).
3681         * target.c (debug_print_register): Likewise.
3682         * stack.c (frame_info): Likewise.
3683         * stabsread.c (define_symbol): Likewise.
3684         * sh64-tdep.c (sh64_do_pseudo_register,sh64_print_register)
3685         (sh64_media_print_registers_info)
3686         (sh64_compact_print_registers_info): Likewise.
3687         * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
3688         * rs6000-nat.c (fetch_register,store_register): Likewise.
3689         * remote-sim.c (one2one_register_sim_regno,gdbsim_fetch_register)
3690         (gdbsim_fetch_register,gdbsim_store_register): Likewise.
3691         * remote-mips.c (mips_fetch_registers,mips_store_registers): Likewise.
3692         * remote-m32r-sdi.c (m32r_fetch_registers)
3693         (m32r_store_registers): Likewise.
3694         * reggroups.c (default_register_reggroup_p): Likewise.
3695         * regcache.c (init_regcache_descr,register_size,regcache,regcache_save)
3696         (regcache_restore,regcache_dump): Likewise.
3697         * monitor.c (monitor_fetch_registers,monitor_store_registers): Likewise.
3698         * mips-tdep.c (mips_xfer_register,mips_register_name)
3699         (mips_register_reggroup_p,mips_pseudo_register_read)
3700         (mips_pseudo_register_write,mips_convert_register_p,mips_register_type)
3701         (mips_unwind_pc,mips_unwind_sp,mips_unwind_dummy_id,set_reg_offset)
3702         (mips16_scan_prologue,mips_insn16_frame_cache,reset_saved_regs)
3703         (mips32_scan_prologue,mips_insn32_frame_cache,read_next_frame_reg)
3704         (mips_n32n64_return_value,mips_o32_return_value,mips_o64_return_value)
3705         (print_gp_register_row,mips_print_registers_info)
3706         (mips_stab_reg_to_regnum,mips_dwarf_dwarf2_ecoff_reg_to_regnum)
3707         (mips_register_sim_regno): Likewise.
3708         * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
3709         (mips_linux_n32n64_sigframe_init): Likewise.
3710         * mips-linux-nat.c (mips_linux_register_addr)
3711         (mips64_linux_register_addr): Likewise.
3712         * findvar.c (value_of_register): Likewise.
3713         * infcmd.c (default_print_registers_info,registers_info)
3714         (print_vector_info,print_float_info): Likewise.
3715         * mips64obsd-tdep.c (mips64obsd_sigframe_init): Likewise.
3716         * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
3717         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
3718         * m68hc11-tdep.c (m68hc11_frame_unwind_cache(: Likewise.
3719         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
3720         * ia64-linux-nat.c (ia64_register_addr,ia64_cannot_fetch_register)
3721         (ia64_cannot_store_register,ia64_linux_fetch_registers)
3722         (ia64_linux_store_registers): Likewise.
3723         * hpux-thread.c (hpux_thread_fetch_registers)
3724         (hpux_thread_store_registers): Likewise.
3725         * h8300-tdep.c (E_PSEUDO_CCR_REGNUM,E_PSEUDO_EXR_REGNUM)
3726         (h8300_init_frame_cache,h8300_frame_cache,h8300_frame_prev_register)
3727         (h8300_register_type): Likewise.
3728         * dwarf2-frame.c (dwarf2_frame_cache)
3729         (dwarf2_frame_state_alloc_regs): Likewise.
3730         * cris-tdep.c (cris_register_size,cris_cannot_fetch_register)
3731         (cris_cannot_store_register,crisv32_cannot_fetch_register)
3732         (crisv32_cannot_store_register,cris_register_name): Likewise.
3733         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
3734         * arch-utils.c (legacy_register_sim_regno)
3735         (legacy_virtual_frame_pointer): Likewise.
3736         * arm-tdep.c (arm_make_prologue_cache,arm_register_sim_regno):Likewise.
3737         * arm-tdep.h: Likewise (comment).
3738         * frv-tdep.c (frv_register_sim_regno): Likewise.
3739         * m68klinux-nat.c (old_fetch_inferior_registers)
3740         (old_store_inferior_registers): Likewise.
3741         * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
3742         * irix5-nat.c (fetch_core_registers): Likewise.
3743         * hppa-tdep.c (hppa_frame_cache): Likewise.
3744         * hppa-linux-nat.c (hppa_linux_register_addr)
3745         (hppa_linux_fetch_inferior_registers)
3746         (hppa_linux_store_inferior_registers): Likewise.
3747         * hppa-hpux-nat.c (hppa_hpux_fetch_inferior_registers)
3748         (hppa_hpux_store_inferior_registers): Likewise.
3749         * amd64-nat.c (amd64_native_gregset_reg_offset)
3750         (amd64_supply_native_gregset,amd64_collect_native_gregset): Likewise.
3751         * dbug-rom.c (dbug_regname): Likewise.
3752         * m68hc11-tdep.c (m68hc11_frame_unwind_cache)
3753         (HARD_PAGE_REGNUM (comment)): Likewise.
3754         * gdbarch.sh (NUM_PSEUDO_REGS): Replace by gdbarch_num_pseudo_regs.
3755         * i386-tdep.c (i386_dbx_reg_to_regnum)
3756         (i386_svr4_reg_to_regnum): Likewise.
3757         * mi/mi-main.c (mi_cmd_data_list_register_names)
3758         (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
3759         (mi_cmd_data_write_register_values): Likewise.
3760         * gdbarch.c, gdbarch.h: Regenerate.
3761         * tui/tui-regs.c (tui_show_register_group): Likewise.
3762         * xtensa-tdep.h (FP_ALIAS): Likewise.
3763         * user-regs.h: Likewise (comment).
3764         * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
3765         * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
3766         * target-descriptions.h: Likewise (comment).
3767         * target.c (debug_print_register): Likewise.
3768         * stack.c (frame_info): Likewise.
3769         * stabsread.c (define_symbol): Likewise.
3770         * sh64-tdep.c (sh64_print_register,sh64_media_print_registers_info)
3771         (sh64_compact_print_registers_info): Likewise.
3772         * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
3773         * regcache.c (init_regcache_descr,register_size,regcache,regcache_save
3774         (regcache_restore,regcache_dump): Likewise.
3775         * mips-tdep.c (print_gp_register_row,mips_print_registers_info)
3776         (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
3777         (mips_stab_reg_to_regnum): Likewise.
3778         * findvar.c (value_of_register): Likewise.
3779         * infcmd.c (default_print_registers_info,registers_info)
3780         (print_vector_info,print_float_info): Likewise.
3781         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
3782         * h8300-tdep.c (h8300_register_type): Likewise.
3783         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
3784         * frame.h (SIZEOF_FRAME_SAVED_REGS): Likewise.
3785         * xtensa-tdep.c (xtensa_register_type,xtensa_reg_to_regnum)
3786         (xtensa_pseudo_register_read,xtensa_pseudo_register_write): Likewise.
3787         * parse.c: Remove comment.
3788         * gdbarch.c, gdbarch.h: Regenerate
3789
3790 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
3791
3792         * gdbarch.sh (CANNOT_FETCH_REGISTER): Replace by
3793         gdbarch_cannot_fetch_register.
3794         * alpha-nat.c (fetch_osf_core_registers): Likewise.
3795         * hppa-linux-nat.c (fetch_register): Likewise.
3796         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
3797         * m68klinux-nat.c (fetch_register): Likewise.
3798         * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg):
3799         Likewise.
3800         * gdbarch.sh (CANNOT_STORE_REGISTER): Replace by
3801         gdbarch_cannot_store_register.
3802         * hppa-linux-nat.c (store_register): Likewise.
3803         * inf-ptrace.c (inf_ptrace_store_register): Likewise.
3804         * regcache.c (regcache_raw_write): Likewise.
3805         * m68klinux-nat.c (store_register): Likewise.
3806         * mipsnbsd-tdep.c (mipsnbsd_fill_reg, mipsnbsd_fill_fpreg): Likewise.
3807         * gdbarch.c, gdbarch.h: Regenerate.
3808
3809 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
3810
3811         * gdbarch.sh (TARGET_OSABI): Replace by gdbarch_osabi.
3812         * gdbarch.c, gdbarch.h: Regenerate.
3813
3814 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
3815
3816         * gdbarch.sh (TARGET_CHAR_SIGNED): Replace by gdbarch_char_signed.
3817         * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
3818         * gdbarch.c, gdbarch.h: Regenerate.
3819
3820 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
3821
3822         * gdbarch.sh (TARGET_BYTE_ORDER): Replace by gdbarch_byte_order.
3823         * ax-gdb.c (gen_bitfield_ref): Likewise.
3824         * mi/mi-main.c (get_register): Likewise.
3825         * findvar.c (default_value_from_register, extract_signed_integer)
3826         (extract_unsigned_integer, extract_long_unsigned_integer)
3827         (store_signed_integer, store_unsigned_integer): Likewise.
3828         * regcache.c (regcache_dump): Likewise.
3829         * value.c (lookup_internalvar, value_of_internalvar)
3830         (set_internalvar): Likewise.
3831         * defs.h: Likewise.
3832         * valprint.c (print_binary_chars, print_octal_chars)
3833         (print_decimal_chars, print_hex_chars, print_char_chars): Likewise.
3834         * infcmd.c (default_print_registers_info): Likewise.
3835         * arch-utils.c (selected_byte_order, show_endian): Likewise.
3836         * stabsread.c (define_symbol): Likewise.
3837         * doublest.c (floatformat_from_length, floatformat_from_type)
3838         (extract_typed_floating, store_typed_floating): Likewise.
3839         * gdbarch.c, gdbarch.h: Regenerate.
3840
3841 2007-05-31  Markus Deuling  <deuling@de.ibm.com>
3842
3843         * gdbarch.sh (CALL_DUMMY_LOCATION): Replace by
3844         gdbarch_call_dummy_location.
3845         * infcall.c (call_function_by_hand): Likewise.
3846         * inferior.h: Change comment.
3847         * arch-utils.c: Change comment.
3848         * gdbarch.c, gdbarch.h: Regenerate.
3849
3850 2007-05-28  Joel Brobecker  <brobecker@adacore.com>
3851
3852         * solib-aix5.c: Delete.
3853         * Makefile.in (solib-aix5.o): Delete rule.
3854
3855 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
3856
3857         * breakpoint.h (enum bpstat_what_main_action): Remove
3858         BPSTAT_WHAT_THROUGH_SIGTRAMP.
3859         * infrun.c (process_event_stop_test): Do not check for it.
3860
3861 2007-05-22  Chris Dearman  <chris@mips.com>
3862             Maciej W. Rozycki  <macro@mips.com>
3863
3864         * ser-unix.c (show_serial_hwflow): New function.
3865         (hardwire_raw): Add hardware flow control support.
3866         (_initialize_ser_hardwire): Add "set/show remoteflow".
3867         * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
3868         * NEWS: Document the new command.
3869
3870 2007-05-21  Ulrich Weigand  <uweigand@de.ibm.com>
3871
3872         * config/i386/tm-linux.h (sys_quotactl): Do not define.
3873         * configure.ac (sys_quotactl, START_INFERIOR_TRAPS_EXPECTED): Do not
3874         define for i[[3456]]86-*-linux* native configurations.
3875         * config.in, configure: Regenerate.
3876
3877 2007-05-19  Joel Brobecker  <brobecker@adacore.com>
3878
3879         * rs6000-nat.c (xcoff_relocate_symtab): Do nothing if debugging
3880         a core file. Add comment in the function description.
3881
3882 2007-05-18  Caroline Tice  <ctice@apple.com>
3883
3884         * c-valprint.c (c_value_print):  If the initialized field of the
3885         value struct is 0, print out "[uninitialized]" before the value.
3886         * dwarf2expr.c (execute_stack_op): Initialize ctx->initialized field; 
3887         allow DW_OP_GNU_uninit as legal op following a DW_OP_reg op or a 
3888         DW_OP_regx op; add case for DW_OP_GNU_uninit and update
3889         ctx->initialized appropriately. Verify no location op follows
3890         DW_OP_GNU_uninit.
3891         * dwarf2expr.h (struct dwarf_expr_context): New field, initialized.
3892         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Add call to 
3893         set_value_initialized.
3894         * dwarf2read.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
3895         (decode_locdesc): Add case for DW_OP_GNU_uninit.
3896         * value.c (struct value):  New field, initialized.
3897         (allocate_value): Initialize new field.
3898         (set_value_initialized): New function.
3899         (value_initialized): New function.
3900         * value.h (value_initialized): New extern declaration.
3901         (set_value_initialized): Likewise.
3902         
3903 2007-05-18  Caroline Tice  <ctice@apple.com>
3904
3905         * MAINTAINERS (Write After Approval): Add self.
3906         
3907 2007-05-17  Joel Brobecker  <brobecker@adacore.com>
3908
3909         * gdbtypes.c (make_reference_type): Preserve the type chain
3910         and set the length of all the variants of the pointer type.
3911
3912 2007-05-17  Joel Brobecker  <brobecker@adacore.com>
3913
3914         * gdbtypes.c (make_pointer_type): Preserve the pointer type chain
3915         and set the length of all the variants of the pointer type.
3916
3917 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
3918
3919         * mips-tdep.c (mips_n32n64_push_dummy_call): Fix and reformat a
3920         comment.
3921         (mips_o64_push_dummy_call): Reformat a comment.
3922
3923 2007-05-17  Qinwei  <qinwei@sunnorth.com.cn>
3924
3925         * score-tdep.c (score_frame_cache->fp, score_analyze_prologue)
3926         (score_prologue_frame_base_address): Return fp to keep gdb print
3927         local variables correctly when debugging information is stabs.
3928
3929         (score_analyze_prologue): For software watchpoint, fetch all the
3930         instructions from range [startaddr, pc] once and identify them locally
3931         to reduce memory access.
3932         (score_malloc_and_get_memblock, score_free_memblock)
3933         (score_adjust_memblock_ptr): New functions.
3934         (score_fetch_inst): Fetch single instruction or mutiple instructions.
3935
3936         (score_target_can_use_watch, score_stopped_by_watch)
3937         (score_target_insert_watchpoint, score_target_remove_watchpoint)
3938         (score_target_insert_hw_breakpoint, score_target_remove_hw_breakpoint):
3939         New functions for remote & local hw-watchpoint and hw-breakpoint.
3940
3941 2007-05-16  Alfred M. Szmidt  <ams@gnu.org>
3942
3943         * reply_mig_hack.awk: Check for `auto const mach_msg_type_t'
3944         declarations as well.
3945
3946 2007-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
3947
3948         * config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h.
3949         * config/arm/tm-embed.h: Delete file.
3950
3951         * arm-tdep.h (arm_software_single_step): Declare.
3952         * arm-tdep.c (arm_software_single_step): Make global.
3953         (arm_gdbarch_init): Move set_gdbarch_software_single_step call
3954         from here to ...
3955         * arm-linux-tdep.c (arm_linux_init_abi): ... here ...
3956         * armnbsd-tdep.c (arm_netbsd_init_abi_common): ... here ...
3957         * armobsd-tdep.c (armobsd_init_abi): ... here ...
3958         * arm-wince-tdep.c (arm_wince_init_abi): ... and here.
3959
3960         * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT): No longer
3961         allow defines to be overriden by TM file.
3962         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Likewise.  Also,
3963         change default to {0xbe,0xbe}.
3964         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint,
3965         arm_obsd_thumb_be_breakpoint): New global variables.
3966         (armobsd_init_abi): Override tdep->thumb_breakpoint and
3967         tdep->thumb_breakpoint_size.
3968         * arm-wince-tdep.c (arm_wince_thumb_le_breakpoint): New variable.
3969         (arm_wince_init_abi): Override tdep->thumb_breakpoint and 
3970         tdep->thumb_breakpoint_size.
3971
3972         * arm-tdep.c (arm_gdbarch_init): Add set_gdbarch_skip_trampoline_code.
3973
3974 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
3975
3976         * NEWS: Mention removed "set mips stack-arg-size" and "set mips
3977         saved-gpreg-size".
3978
3979         * mips-tdep.c (MIPS32_REGSIZE, MIPS64_REGSIZE): New constants.
3980         (size_auto, size_32, size_64, size_enums, mips_abi_regsize_string)
3981         (mips_stack_argsize_string, mips_stack_argsize): Delete.
3982         (mips_abi_regsize): Simplify.
3983         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3984         (mips_n32n64_return_value, mips_o32_push_dummy_call)
3985         (mips_o32_return_value, mips_o64_push_dummy_call)
3986         (mips_o64_return_value): Propogate constant register sizes.  Use the
3987         ABI register size instead of mips_stack_argsize.
3988         (mips_dump_tdep): Don't print mips_stack_argsize.
3989         (_initialize_mips_tdep): Remove saved-gpreg-size and stack-arg-size
3990         settings.
3991
3992 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
3993
3994         * config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.
3995         * config/mips/tm-linux.h: Delete.
3996         * mips-linux-tdep.c (mips_svr4_so_ops): New.
3997         (mips_linux_in_dynsym_resolve_code): Make static.  Use
3998         svr4_in_dynsym_resolve_code.
3999         (mips_linux_init_abi): Initialize mips_svr4_so_ops.  Call
4000         set_solib_ops.
4001         * solib-svr4.c (svr4_in_dynsym_resolve_code, svr4_so_ops): Make
4002         global.
4003         * solib-svr4.h (svr4_so_ops, svr4_in_dynsym_resolve_code): Declare.
4004         * Makefile.in (mips-linux-tdep.o): Update.
4005         * solib.c (set_solib_ops): New.
4006         (current_target_so_ops): Update comment.
4007         * solib.h (set_solib_ops): New prototype.
4008
4009 2007-05-16  Chris Dearman  <chris@mips.com>
4010
4011         * printcmd.c (do_examine): Fix typos in a comment.
4012
4013 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
4014
4015         * configure.ac: Allow sysroots to be relocated under $prefix as
4016         well as $exec_prefix.
4017         * configure: Regenerate.
4018
4019 2007-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
4020
4021         * hppa-hpux-tdep.c: Do not include <dl.h> or <machine/save_state.h>.
4022         (offsetof): Do not define.
4023         (find_stub_with_shl_get): Use numerical value 3 instead of
4024         symbolic value TYPE_PROCEDURE.
4025
4026 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
4027
4028         * gdb_proc_service.h (paddr_t): Delete typedef.
4029         * proc-service.c (ps_addr_to_core_addr, core_addr_to_ps_addr): New.
4030         (ps_xfer_memory): Take a psaddr_t.  Use ps_addr_to_core_addr.
4031         (ps_pglobal_lookup): Take a psaddr_t *.  Use core_addr_to_ps_addr.
4032         (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): Take a psaddr_t.
4033         * sol-thread.c (gdb_ps_addr_t): Use psaddr_t instead of paddr_t.
4034         * Makefile.in (proc-service.o): Update.
4035
4036 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
4037
4038         * Makefile.in (mips-tdep.o): Update.
4039         * mips-tdep.c (mips_gdbarch_init): Register the dwarf2 CFI
4040         unwinder.
4041
4042 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
4043
4044         * dwarf2-frame.c (dwarf2_frame_prev_register): Use pack_long
4045         instead of store_typed_address.
4046         * value.c (pack_long): New.
4047         (value_from_longest): Use it.
4048         * value.h (pack_long): New prototype.
4049
4050 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
4051
4052         * dwarf2-frame.c (read_encoded_value): Correct typo.  Use
4053         DW_EH_PE_signed if appropriate.
4054
4055 2007-05-14  Paul Brook  <paul@codesourcery.com>
4056             Daniel Jacobowitz  <dan@codesourcery.com>
4057
4058         * dwarf2read.c (dwarf2_debug_line_missing_file_complaint): New
4059         function.
4060         (dwarf_decode_lines): Check for line info without a file.
4061
4062 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
4063
4064         * linux-thread-db.c (thread_db_pid_to_str): Print thread IDs
4065         as hexadecimal.
4066
4067 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
4068
4069         * jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
4070         STRUCTOP_STRUCT.
4071         * jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of
4072         STRUCTOP_STRUCT.
4073         * jv-typeprint.c (java_print_type): Do not crash on NULL varstring.
4074
4075 2007-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
4076
4077         * gdbarch.sh (read_sp): Remove.
4078         * gdbarch.c, gdbarch.h: Regenerate.
4079         * frame.c (frame_sp_unwind): Do not call TARGET_READ_SP.
4080
4081         * avr-tdep.c (avr_read_sp): Remove.
4082         (avr_unwind_sp): New function.
4083         (avr_gdbarch_init): Install unwind_sp instead of read_sp callback.
4084         * mips-tdep.c (mips_read_sp): Remove.
4085         (mips_unwind_sp): New function.
4086         (mips_gdbarch_init): Install unwind_sp instead of read_sp callback.
4087         * score-tdep.c (score_read_unsigned_register): Remove.
4088         (score_read_sp): Remove.
4089         (score_unwind_sp): New function.
4090         (score_gdbarch_init): Install unwind_sp instead of read_sp callback.
4091
4092 2007-05-14  Maxim Grigoriev  <maxim2405@gmail.com>
4093
4094         * buildsym.c (start_subfile): Handle absolute pathnames
4095         while comparing subfile names.
4096
4097 2007-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
4098
4099         * hppa-hpux-tdep.c: Include "regcache.h".
4100         * hppa-linux-tdep.c: Likewise.
4101         * hppa-tdep.c: Include "gdb_stdint.h".
4102         (find_unwind_entry): Cast host pointer to uintptr_t before passing
4103         it to paddr_nz.
4104         * Makefile.in: Update dependencies.
4105
4106 2007-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
4107
4108         * blockframe.c: Remove obsolete comments.
4109         * alpha-nat.c (fetch_osf_core_registers): Update comment.
4110         * arm-tdep.h (enum gdb_regnum): Remove obsolete part of comment.
4111         * hppa-tdep.h (enum hppa_regnum): Likewise.
4112         * mips-tdep.h: Likewise.
4113         * m68hc11-tdep.c: Likewise.
4114
4115 2007-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
4116
4117         * inferior.h (read_sp): Remove prototype.
4118         * regcache.c (read_sp): Remove.
4119         * gcore.c (derive_stack_segment): Use get_frame_sp instead of read_sp.
4120         * infcall.c (call_function_by_hand): Likewise.
4121         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use regcache instead
4122         of calling read_sp.
4123         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4124
4125 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4126
4127         * i386-linux-nat.c (i386_linux_resume): Use regcache functions 
4128         instead of read_register and read_register_pid.
4129
4130         * ia64-linux-nat.c (enable_watchpoints_in_psr): Use REGCACHE 
4131         argument instead of PTID.  Use regcache functions instead of
4132         read_register_pid.
4133         (ia64_linux_insert_watchpoint): Update call.
4134         (ia64_linux_stopped_data_address): Use regcache functions
4135         instead of read_register_pid and write_register_pid.
4136
4137 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4138
4139         * libunwind-frame.h (struct regcache): Add forward declaration.
4140         (libunwind_get_reg_special): Add REGCACHE argument.
4141         * libunwind-frame.c (libunwind_get_reg_special): Add REGCACHE
4142         argument.  Pass it to unw_init_remote_p.
4143
4144         * ia64-tdep.c (ia64_pseudo_register_read): Pass regcache to
4145         libunwind_get_reg_special.
4146         (ia64_access_reg): Remove "write" case.
4147         (ia64_access_fpreg): Likewise.  Read from next_frame passed
4148         as callback argument instead of from current_regcache.
4149         (ia64_access_rse_reg): Remove "write" case.  Read from regcache
4150         passed as callback argument instead of from current_regcache.
4151         (ia64_access_rse_fpreg): New function.
4152         (ia64_unw_rse_acce): Use it instead of ia64_access_fpreg.
4153
4154 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4155
4156         * NEWS: Mention SPU overlay support.
4157
4158 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4159
4160         * spu-tdep.c (spu_frame_unwind_cache): Add comment.
4161
4162 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4163
4164         * breakpoint.c (remove_breakpoint): Do not remove software
4165         breakpoints in unmapped overlay sections.
4166
4167 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4168
4169         * spu-tdep.c: Include "observer.h".
4170         (spu_frame_unwind_cache): Unwind PC through overlay return stubs.
4171         (spu_overlay_data): New variable.
4172         (struct spu_overlay_table): New type.
4173         (spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update,
4174         spu_overlay_new_objfile): New functions.
4175         (spu_gdbarch_init): Install spu_overlay_update.
4176         (_initialize_spu_tdep): Register spu_overlay_new_objfile, 
4177         allocate spu_overlay_data objfile data.
4178
4179 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4180
4181         * gdbarch.sh (overlay_update): New gdbarch function.
4182         (struct obj_section): Add forward declaration.
4183         * gdbarch.c, gdbarch.h: Regenerate.
4184
4185         * symfile.c (simple_overlay_update): Make global.
4186         (target_overlay_update): Remove variable.
4187         (overlay_is_mapped): Call gdbarch_overlay_update instead of
4188         target_overlay_update.
4189         (overlay_load_command): Likewise.
4190         * symfile.h (struct obj_section): Add forward declaration.
4191         (simple_overlay_update): Add prototype.
4192
4193         * m32r-tdep.c (m32r_gdbarch_init): Install simple_overlay_update.
4194
4195 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4196
4197         * observer.sh: Add "struct objfile" forward declaration.
4198         * target.h (deprecated_target_new_objfile_hook): Remove.
4199         * symfile.c (deprecated_target_new_objfile_hook): Remove.
4200         (clear_symtab_users): Call observer_notify_new_objfile.
4201         (symbol_file_add_with_addrs_or_offsets): Likewise.
4202         * rs6000-nat.c: Include "observer.h".
4203         (vmap_ldinfo): Call observer_notify_new_objfile.
4204         (xcoff_relocate_core): Likewise.
4205         * remote.c (remote_new_objfile_chain): Remove.
4206         (remote_new_objfile): Do not call remote_new_objfile_chain.
4207         (_initialize_remote): Use observer_attach_new_objfile.
4208         * tui/tui-hooks.c (tui_target_new_objfile_chain): Remove.
4209         (tui_new_objfile_hook): Do not call tui_target_new_objfile_chain.
4210         (_initialize_tui_hooks): Use observer_attach_new_objfile.
4211         * aix-thread.c: Include "observer.h".
4212         (target_new_objfile_chain): Remove.
4213         (new_objfile): Do not call target_new_objfile_chain.
4214         (_initialize_aix_thread): Use observer_attach_new_objfile.
4215         * hpux-thread.c: Include "observer.h"
4216         (target_new_objfile_chain): Remove.
4217         (hpux_thread_new_objfile): Make static.  Do not call
4218         target_new_objfile_chain.
4219         (_initialize_hpux_thread): Use observer_attach_new_objfile.
4220         * linux-thread-db.c: Include "observer.h".
4221         (target_new_objfile_chain): Remove.
4222         (thread_db_new_objfile): Do not call target_new_objfile_chain.
4223         (_initialize_thread_db): Use observer_attach_new_objfile.
4224         * sol-thread.c: Include "observer.h".
4225         (target_new_objfile_chain): Remove.
4226         (sol_thread_new_objfile): Make static.  Do not call
4227         target_new_objfile_chain.
4228         (_initialize_sol_thread): Use observer_attach_new_objfile.
4229         * Makefile.in (aix-thread.o, hpux-thread.o, linux-thread-db.o,
4230         rs6000-nat.o, sol-thread.o, tui-hooks.o): Add dependency on
4231         $(observer_h).
4232
4233 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4234
4235         * gdbarch.sh (remote_translate_xfer_address): Remove.
4236         * gdbarch.h, gdbarch.c: Regenerate.
4237         * arch-utils.c (generic_remote_translate_xfer_address): Remove.
4238         * arch-utils.h (generic_remote_translate_xfer_address): Remove.
4239         * remote.c (remote_write_bytes_aux, remote_read_bytes): Do not
4240         call gdbarch_remote_translate_xfer_address.
4241         * frv-tdep.c (frv_gdbarch_init): Do not call
4242         set_gdbarch_remote_translate_xfer_address.
4243         * ia64-tdep.c (ia64_remote_translate_xfer_address): Remove.
4244         (ia64_gdbarch_init): Do not install it.
4245
4246 2007-05-11  Bob Wilson  <bob.wilson@acm.org>
4247
4248         * NEWS: Mention change in handling the -tui option.
4249
4250 2007-05-11  Daniel Jacobowitz  <dan@codesourcery.com>
4251
4252         * linux-thread-db.c (enable_thread_event_reporting): Fix comment
4253         typo.
4254
4255 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4256
4257         * breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
4258         (breakpoint_inserted_here_p): Call it.
4259         (software_breakpoint_inserted_here_p): Likewise.
4260
4261 2007-05-10  Ulrich Weigand  <uweigand@de.ibm.com>
4262
4263         * inf-ptrace.c (inf_ptrace_register_u_offset): Adapt parameter list.
4264         (inf_ptrace_fetch_register): Add register_u_offset callback parameters
4265         GDBARCH and STORE_P.  Handle callback (CORE_ADDR) -1 return value.
4266         (inf_ptrace_store_register): Likewise.
4267         (inf_ptrace_trad_target): Adapt register_u_offset parameter list.
4268         * inf-ptrace.h (inf_ptrace_trad_target): Likewise.
4269
4270         * vax-nat.c (vax_register_u_offset): Adapt parameter list.
4271
4272         * linux-nat.c (linux_trad_target): Adapt parameter list.
4273         * linux-nat.h (linux_trad_target): Likewise.
4274
4275         * alpha-linux-nat.c (alpha_linux_register_u_offset): Adapt parameters.
4276
4277         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Remove.
4278         (mips_linux_cannot_store_register): Likewise.
4279         (mips_linux_register_addr): Add GDBARCH and STORE_P parameters.
4280         Return (CORE_ADDR) -1 for registers that cannot be fetched or
4281         stored via ptrace.  Use GDBARCH instead of current_gdbarch.
4282         (mips64_linux_register_addr): Likewise.
4283         (mips_linux_register_u_offset): Adapt parameter list.  Pass
4284         GDBARCH and STORE_P on to mips{64}_linux_register_addr.
4285
4286         * config/mips/linux.mh (NAT_FILE): Set to config/nm-linux.h.
4287         * config/mips/nm-linux.h: Delete file.
4288
4289 2007-05-10  Pedro Alves  <pedro_alves@portugalmail.pt>
4290
4291         * remote.c (remote_detach): Error out if remote can't detach.
4292
4293 2007-05-10  Luis Machado  <luisgpm@br.ibm.com>
4294
4295         * rs6000-tdep.c: (deal_with_atomic_sequence) Stores branch
4296         instruction's opcode in the "opcode" variable and declares new
4297         variable "closing_insn".
4298
4299 2007-05-10  Chris Dearman  <chris@mips.com>
4300             Maciej W. Rozycki  <macro@mips.com>
4301
4302         * cli/cli-setshow.c (do_setshow_command): Remove trailing
4303         whitespace when setting a var_filename.
4304
4305 2007-05-09  Bob Wilson  <bob.wilson@acm.org>
4306         
4307         * main.c (captured_main): Recognize -tui option and print an error
4308         message when the TUI is not configured.
4309         
4310 2007-05-09  Andreas Schwab  <schwab@suse.de>
4311
4312         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Don't
4313         set removed members.
4314         (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
4315
4316 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
4317
4318         * gdbarch.sh (deprecated_store_struct_return): Remove.
4319         * gdbarch.c, gdbarch.h: Regenerate.
4320         * frv-tdep.c (frv_store_struct_return): Remove.
4321         (frv_gdbarch_init): Do not install it.
4322
4323 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
4324
4325         * config/i386/nm-i386sol2.h (USE_PROC_FS): Do not define.
4326         * config/mips/nm-irix5.h (USE_PROC_FS): Do not define.
4327         * config/nm-linux.h (USE_PROC_FS): Do not undefine.
4328
4329 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
4330
4331         * spu-linux-nat.c: Include "gdb_stdint.h".
4332         (fetch_ppc_register): Use uint64_t instead of unsigned long long.
4333         (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
4334         (fetch_ppc_memory, store_ppc_memory): Fix coding style.
4335         (spu_symbol_file_add_from_memory): Use strtoulst instead of sscanf.
4336         (spu_child_wait): Mark up string for translation.
4337
4338 2007-05-08  Paul Gilliam  <pgilliam@us.ibm.com>
4339             Luis Machado  <luisgpm@br.ibm.com>
4340
4341         * rs6000-tdep.c: (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION,
4342         STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION, BC_MASK,
4343         BC_INSTRUCTION): Define.
4344         (deal_with_atomic_sequence): New function.
4345         (rs6000_software_single_step): Call deal_with_atomic_sequence.
4346         (rs6000_gdbarch_init): Install deal_with_atomic_sequence as
4347         gdbarch_software_single_step routine.
4348
4349 2007-05-07  Ulrich Weigand  <uweigand@de.ibm.com>
4350
4351         * spu-linux-nat.c (fetch_ppc_register, fetch_ppc_memory_1,
4352         store_ppc_memory_1, fetch_ppc_memory, store_ppc_memory,
4353         parse_spufs_run, spu_bfd_iovec_pread, spu_bfd_open,
4354         spu_symbol_file_add_from_memory, spu_child_post_startup_inferior,
4355         spu_child_post_attach, spu_fetch_inferior_registers,
4356         spu_store_inferior_registers, spu_xfer_partial): Store PPE-side
4357         memory addresses as ULONGEST, not CORE_ADDR.
4358
4359 2007-05-07  Ulrich Weigand  <uweigand@de.ibm.com>
4360
4361         * gdbarch.sh: Add skip_permanent_breakpoint callback.
4362         * gdbarch.h, gdbarch.c: Regenerate.
4363
4364         * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
4365         (resume): Call gdbarch_skip_permanent_breakpoint instead of
4366         SKIP_PERMANENT_BREAKPOINT.  Inline default case.
4367
4368         * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
4369         Add REGCACHE argument.  Use it instead of read/write_register.
4370         (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
4371
4372         * config/pa/tm-hppah.h: Delete file.
4373         * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
4374         * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
4375
4376 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
4377
4378         * Makefile.in (c-lang.o, gnu-v3-abi.o): Update.
4379         * NEWS: Mention improved C++ thunk support.
4380         * c-lang.c (cplus_language_defn): Mention cplus_skip_trampoline.
4381         * cp-abi.c (cplus_skip_trampoline): New.
4382         * cp-abi.h (cplus_skip_trampoline): New prototype.
4383         (struct cp_abi_ops): Add skip_trampoline member.
4384         * gnu-v3-abi.c (gnuv3_skip_trampoline): New.
4385         (init_gnuv3_ops): Set skip_trampoline.
4386
4387 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
4388
4389         * rs6000-tdep.c (struct frame_extra_info): Delete.
4390
4391 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
4392
4393         * linux-thread-db.c: Update some FIXME comments.
4394         (thread_db_xfer_partial): Delete.
4395         (init_thread_db_ops): Do not set to_xfer_partial.
4396
4397 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4398
4399         * inftarg.c, infptrace.c: Remove files.
4400         * Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c
4401         (inftarg.o, infptrace.o): Remove rules.
4402         * gdbcore.h (register_addr): Remove prototype.
4403         * inferior.h (kill_inferior, store_inferior_registers,
4404         fetch_inferior_registers, attach, detach, ptrace_wait, child_resume,
4405         call_ptrace, pre_fork_inferior): Remove prototypes.
4406         * target.h (child_xfer_memory, child_pid_to_exec_file, 
4407         child_core_file_to_sym_file, child_post_attach,
4408         child_post_startup_inferior, child_acknowledge_created_inferior,
4409         child_insert_fork_catchpoint, child_remove_fork_catchpoint,
4410         child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
4411         child_insert_exec_catchpoint, child_remove_exec_catchpoint,
4412         child_follow_fork, child_reported_exec_events_per_exec_call,
4413         child_has_exited, child_thread_alive): Remove prototypes.
4414
4415 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4416
4417         * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
4418         (sparc_store_inferior_registers): Likewise.
4419         * sparc-nat.c (fetch_inferior_registers): Rename to ...
4420         (sparc_fetch_inferior_registers): ... this.
4421         (store_inferior_registers): Rename to ...
4422         (sparc_store_inferior_registers): ... this.
4423         (sparc_target): Update callback names.
4424         * sparc-linux.nat.c (_initialize_sparc_linux_nat): Likewise. 
4425         * sparc64-linux.nat.c (_initialize_sparc64_linux_nat): Likewise. 
4426
4427 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4428
4429         * linux-nat.c (child_post_attach): Rename to ...
4430         (linux_child_post_attach): ... this.  Make static.
4431         (child_follow_fork): Rename to ...
4432         (linux_child_follow_fork): ... this.  Make static.
4433         (child_insert_fork_catchpoint): Rename to ...
4434         (linux_child_insert_fork_catchpoint): ... this.  Make static.
4435         (child_insert_vfork_catchpoint): Rename to ...
4436         (linux_child_insert_vfork_catchpoint): ... this.  Make static.
4437         (child_insert_exec_catchpoint): Rename to ...
4438         (linux_child_insert_exec_catchpoint): ... this.  Make static.
4439         (child_pid_to_exec_file): Rename to ...
4440         (linux_child_pid_to_exec_file): ... this.  Make static.
4441         Add prototype.
4442         (linux_handle_extended_wait): Update call.
4443         (linux_xfer_partial): Update callback routine names.
4444
4445 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4446
4447         * configure.host (alpha*-*-osf[12]*): Remove support.
4448         * NEWS: Mention removed configurations.
4449
4450         * config/alpha/alpha-osf1.mh: Delete file.
4451         * config/alpha/alpha-osf2.mh: Delete file.
4452         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove inftarg.o
4453         and infptrace.o.
4454         * config/alpha/nm-osf.h: Delete file.
4455         * config/alpha/nm-osf2.h: Delete file.
4456         * config/alpha/nm-osf3.h: Do not include "nm-osf2.h".
4457         (START_INFERIOR_TRAPS_EXPECTED): Copy from nm-osf.h.
4458         (PROCFS_DONT_TRACE_FAULTS): Copy from nm-osf2.h.
4459
4460         * alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define.
4461         (register_addr, kernel_u_size): Remove.
4462         Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".
4463
4464 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4465
4466         * regcache.c (regcache_invalidate): New function.
4467         (register_cached): Remove.
4468         (set_register_cached): Remove.
4469         (deprecated_registers_fetched): Remove.
4470         (registers_changed): Use regcache_invalidate instead
4471         of set_register_cached.
4472         (regcache_raw_read): Update comment.
4473
4474         * regcache.h (regcache_invalidate): Add prototype.
4475         (register_cached): Remove.
4476         (set_register_cached): Remove.
4477         (deprecated_registers_fetched): Remove.
4478
4479         * findvar.c (value_of_register): Do not call register_cached.
4480         * frame.c (frame_register): Likewise.
4481         * tui/tui-regs.c (tui_get_register): Likewise.
4482
4483         * remote.c (fetch_register_using_p): Do not call set_register_cached.
4484         (process_g_packet): Likewise.
4485         (remote_fetch_registers): Likewise.
4486         * remote-sim.c (gdbsim_fetch_register): Likewise.
4487         * mt-tdep.c (mt_select_coprocessor): Replace set_register_cached call
4488         by regcache_invalidate.
4489         (mt_pseudo_register_write): Likewise.
4490         * sh-tdep.c (sh_pseudo_register_write): Likewise.
4491
4492         * corelow.c (get_core_registers): Replace deprecated_registers_fetched
4493         call by loop over regcache_raw_supply (..., NULL).
4494
4495 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4496
4497         * target.h (struct target_ops): Add REGCACHE parameter to
4498         to_prepare_to_store.
4499         (target_prepare_to_store): Likewise.
4500         * target.c (debug_to_prepare_to_store): Add REGCACHE parameter.
4501         (update_current_target): Adapt prepare_to_store de_fault rule.
4502
4503         * regcache.c (regcache_raw_write): Pass regcache to
4504         target_prepare_to_store.
4505
4506         * inftarg.c (child_prepare_to_store): Add REGCACHE parameter.
4507         Do not call CHILD_PREPARE_TO_STORE.
4508         * gnu-nat.c (gnu_prepare_to_store): Likewise.
4509         * procfs.c (procfs_prepare_to_store): Likewise.
4510
4511         * inf-child.c (inf_child_prepare_to_store): Add REGCACHE parameter.
4512         * go32-nat.c (go32_prepare_to_store): Likewise.
4513         * monitor.c (monitor_prepare_to_store): Likewise.
4514         * nto-procfs.c (procfs_prepare_to_store): Likewise.
4515         * remote-m32r-sdi.c (m32r_prepare_to_store): Likewise.
4516         * remote-mips.c (mips_prepare_to_store): Likewise.
4517         * remote-sim.c (gdbsim_prepare_to_store): Likewise.
4518         * win32-nat.c (win32_prepare_to_store): Likewise.
4519
4520         * remote.c (remote_prepare_to_store): Add REGCACHE parameter.
4521         Use it instead of current_regcache.
4522
4523         * hpux-thread.c (hpux_thread_prepare_to_store): Add REGCACHE
4524         parameter.  Pass it on to next target.
4525         * sol-thread.c (sol_thread_prepare_to_store): Likewise.
4526
4527 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4528
4529         * target.h (struct regcache): Add forward declaration.
4530         (struct target_ops): Add REGCACHE parameter to to_fetch_registers
4531         and to_store_registers target operations.
4532         (target_fetch_registers, target_store_registers): Update.
4533
4534         * regcache.c (regcache_raw_read): Replace register_cached by
4535         regcache_valid_p.  Pass regcache to target_fetch_registers.
4536         (regcache_raw_write): Pass regcache to target_store_registers.
4537
4538         * arm-linux-nat.c (store_fpregister, store_fpregs, store_register,
4539         store_regs, store_wmmx_regs): Replace register_cached by
4540         regcache_valid_p.
4541
4542         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd): Pass current_regcache
4543         to target_fetch_registers calls.
4544         * corelow.c (core_open): Likewise.
4545         * linux-nat.c (linux_nat_corefile_thread_callback): Likewise.
4546         * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
4547         ps_lsetfpregs): Likewise.
4548         * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
4549         ps_lsetfpregs): Likewise.
4550         * win32-nat.c (win32_resume): Likewise.
4551         * ia64-tdep.c (ia64_store_return_value): Pass current_regcache
4552         to target_store_registers call.
4553         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4554
4555         * inferior.h (store_inferior_registers): Update prototype.
4556         (fetch_inferior_registers): Likewise.
4557         * gnu-nat.c (gnu_store_registers, gnu_fetch_registers): Likewise.
4558         * mips-linux-nat.c (super_fetch_registers, super_store_registers):
4559         Update function pointer signatures.
4560
4561         * aix-thread.c (aix_thread_fetch_registers): Add REGCACHE parameter,
4562         use it instead of current_regcache, update calls.
4563         (aix_thread_store_registers): Likewise.
4564         * alphabsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
4565         (alphabsd_store_inferior_registers): Likewise.
4566         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
4567         (amd64bsd_store_inferior_registers): Likewise.
4568         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Likewise.
4569         (amd64_linux_store_inferior_registers): Likewise.
4570         * arm-linux-nat.c (fetch_fpregister, fetch_fpregs, store_fpregister,
4571         store_fpregs, fetch_register, fetch_regs, store_register, store_regs,
4572         fetch_wmmx_regs, store_wmmx_regs): Likewise.
4573         (arm_linux_fetch_inferior_registers): Likewise.
4574         (arm_linux_store_inferior_registers): Likewise.
4575         * armnbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
4576         fetch_fp_regs, armnbsd_fetch_registers): Likewise.
4577         (store_register, store_regs, store_fp_register, store_fp_regs,
4578         armnbsd_store_registers): Likewise.
4579         * bsd-kvm.c (bsd_kvm_fetch_pcb, bsd_kvm_fetch_registers): Likewise.
4580         * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
4581         (bsd_uthread_store_registers): Likewise.
4582         * corelow.c (get_core_registers): Likewise.
4583         * go32-nat.c (fetch_register, go32_fetch_registers, store_register,
4584         go32_store_registers): Likewise.
4585         * hppabsd-nat.c (hppabsd_fetch_registers): Likewise.
4586         (hppabsd_store_registers): Likewise.
4587         * hppa-hpux-nat.c (hppa_hpux_fetch_register): Likewise.
4588         (hppa_hpux_fetch_inferior_registers): Likewise.
4589         (hppa_hpux_store_register): Likewise.
4590         (hppa_hpux_store_inferior_registers): Likewise.
4591         * hppa-linux-nat.c (fetch_register, store_register): Likewise.
4592         (hppa_linux_fetch_inferior_registers): Likewise.
4593         (hppa_linux_store_inferior_registers): Likewise.
4594         * hpux-thread.c (hpux_thread_fetch_registers): Likewise.
4595         (hpux_thread_store_registers): Likewise.
4596         * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Likewise.
4597         (i386bsd_store_inferior_registers): Likewise.
4598         * i386gnu-nat.c (fetch_fpregs, gnu_fetch_registers, store_fpregs,
4599         gnu_store_registers): Likewise.
4600         * i386-linux-nat.c (fetch_register, store_register, fetch_regs,
4601         store_regs, fetch_fpregs, store_fpregs, fetch_fpxregs, store_fpxregs):
4602         Likewise.
4603         (i386_linux_fetch_inferior_registers): Likewise.
4604         (i386_linux_store_inferior_registers): Likewise.
4605         * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
4606         (ia64_linux_fetch_registers): Likewise.
4607         (ia64_linux_store_register): Likewise.
4608         (ia64_linux_store_registers): Likewise.
4609         * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
4610         (inf_child_store_inferior_registers): Likewise.
4611         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
4612         (inf_ptrace_fetch_registers): Likewise.
4613         (inf_ptrace_store_register): Likewise.
4614         (inf_ptrace_store_registers): Likewise.
4615         * infptrace.c (fetch_register, store_register): Likewise.
4616         (fetch_inferior_registers, store_inferior_registers): Likewise.
4617         * m32r-linux-nat.c (fetch_regs, store_regs): Likewise.
4618         (m32r_linux_fetch_inferior_registers): Likewise.
4619         (m32r_linux_store_inferior_registers): Likewise.
4620         * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Likewise.
4621         (m68kbsd_store_inferior_registers): Likewise.
4622         * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers,
4623         store_register, old_store_inferior_registers, fetch_regs, store_regs,
4624         fetch_fpregs, store_fpregs): Likewise.
4625         (m68k_linux_fetch_inferior_registers): Likewise.
4626         (m68k_linux_store_inferior_registers): Likewise.
4627         * m88kbsd-nat.c (m88kbsd_fetch_inferior_registers): Likewise.
4628         (m88kbsd_store_inferior_registers): Likewise.
4629         * mips64obsd-nat.c (mips64obsd_fetch_inferior_registers): Likewise.
4630         (mips64obsd_store_inferior_registers): Likewise.
4631         * mips-linux-nat.c (mips64_linux_regsets_fetch_registers): Likewise.
4632         (mips64_linux_regsets_store_registers): Likewise.
4633         (mips64_linux_fetch_registers): Likewise.
4634         (mips64_linux_store_registers): Likewise.
4635         * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
4636         (mipsnbsd_store_inferior_registers): Likewise.
4637         * monitor.c (monitor_fetch_register, monitor_store_register): Likewise.
4638         (monitor_fetch_registers, monitor_store_registers): Likewise.
4639         * nto-procfs.c (procfs_fetch_registers): Likewise.
4640         (procfs_store_registers): Likewise.
4641         * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register,
4642         fetch_register, supply_vrregset, fetch_altivec_registers,
4643         fetch_ppc_registers, ppc_linux_fetch_inferior_registers): Likewise.
4644         (store_altivec_register, store_spe_register, store_register, 
4645         fill_vrregset, store_altivec_registers, store_ppc_registers,
4646         ppc_linux_store_inferior_registers): Likewise.
4647         * ppcnbsd-nat.c (ppcnbsd_fetch_inferior_registers): Likewise.
4648         (ppcnbsd_store_inferior_registers): Likewise.
4649         * ppcobsd-nat.c (ppcobsd_fetch_registers): Likewise.
4650         (ppcobsd_store_registers): Likewise.
4651         * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
4652         * remote.c (fetch_register_using_p, process_g_packet,
4653         fetch_registers_using_g, remote_fetch_registers): Likewise.
4654         (store_register_using_P, store_registers_using_G, 
4655         remote_store_registers): Likewise.
4656         * remote-m32r-sdi.c (m32r_fetch_registers, m32r_fetch_register,
4657         m32r_store_register, m32r_store_register): Likewise.
4658         * remote-mips.c (mips_fetch_registers, mips_store_registers): Likewise.
4659         * remote-sim.c (gdbsim_fetch_register): Likewise.
4660         (gdbsim_store_register): Likewise.
4661         * rs6000-nat.c (fetch_register, store_register): Likewise.
4662         (rs6000_fetch_inferior_registers): Likewise.
4663         (rs6000_store_inferior_registers): Likewise.
4664         * s390-nat.c (fetch_regs, store_regs): Likewise.
4665         (fetch_fpregs, store_fpregs): Likewise.
4666         (s390_linux_fetch_inferior_registers): Likewise.
4667         (s390_linux_store_inferior_registers): Likewise.
4668         * shnbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
4669         (shnbsd_store_inferior_registers): Likewise.
4670         * sol-thread.c (sol_thread_fetch_registers): Likewise.
4671         (sol_thread_store_registers): Likewise.
4672         * sparc-nat.c (fetch_inferior_registers): Likewise.
4673         (store_inferior_registers): Likewise.
4674         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
4675         (spu_store_inferior_registers): Likewise.
4676         * target.c (debug_print_register): Likewise.
4677         (debug_to_fetch_registers, debug_to_store_registers): Likewise.
4678         * vaxbsd-nat.c (vaxbsd_fetch_inferior_registers): Likewise.
4679         (vaxbsd_store_inferior_registers): Likewise.
4680         * win32-nat.c (do_win32_fetch_inferior_registers): Likewise.
4681         (win32_fetch_inferior_registers): Likewise.
4682         (win32_store_inferior_registers): Likewise.
4683
4684 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4685
4686         * gdbcore.h (struct regcache): Add forward declaration.
4687         (struct core_fns): Add REGCACHE argument to core_read_registers
4688         callback.
4689         * corelow.c (get_core_register_section): Add REGCACHE argument,
4690         use it instead of current_regcache, pass it to core_read_registers
4691         callback.
4692         (get_core_registers): Add current_regcache as parameter to
4693         get_core_register_section calls.
4694
4695         * alpha-nat.c (fetch_osf_core_registers): Add REGCACHE argument,
4696         use it instead of current_regcache.
4697         * armnbsd-nat.c (fetch_core_registers): Likewise.
4698         (fetch_elfcore_registers): Likewise.
4699         * core-regset.c (fetch_core_registers): Likewise.
4700         * cris-tdep.c (fetch_core_registers): Likewise.
4701         * irix5-nat.c (fetch_core_registers): Likewise.
4702         * m68klinux-nat.c (fetch_core_registers): Likewise.
4703         * mips-linux-tdep.c (fetch_core_registers): Likewise.
4704         * win32-nat.c (fetch_elf_core_registers): Likewise.
4705
4706 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4707
4708         * gregset.h (struct regcache): Add forward declaration.
4709         (supply_gregset): Add REGCACHE parameter, make GREGS const.
4710         (supply_fpregset): Add REGCACHE parameter, make FPREGS const.
4711         (supply_fpxregset): Add REGCACHE parameter, make FPXREGS const.
4712         (fill_gregset): Add REGCACHE parameter.
4713         (fill_fpregset): Likewise.
4714         (fill_fpxregset): Likewise.
4715
4716         Update all definitions accordingly:
4717         * alphabsd-nat.c, alpha-linux-nat.c, alpha-nat.c, amd64-linux-nat.c,
4718         arm-linux-nat.c, hppa-linux-nat.c, i386gnu-nat.c, i386-linux-nat.c,
4719         i386-sol2-nat.c, i386v4-nat.c, ia64-linux-nat.c, irix5-nat.c, 
4720         m32r-linux-nat.c, m68klinux-nat.c, mips-linux-nat.c, ppc-linux-nat.c,
4721         s390-nat.c, sparc64-linux-nat.c, sparc-linux-nat.c, sparc-sol2-nat.c 
4722         (supply_gregset): Add REGCACHE parameter, use it instead of 
4723         current_regcache.  Make GREGSETP parameter const, adapt casts.
4724         (supply_fpregset): Add REGCACHE parameter, use it instead of
4725         current_regcache.  Make FPREGSETP parameter const, adapt casts.
4726         (fill_gregset): Add REGCACHE parameter, use it instead of
4727         current_regcache.
4728         (fill_fpregset): Likewise.
4729
4730         Update all callers to pass in current_regcache as the new argument:
4731         * core-regset.c: Include "regcache.h".
4732         (fetch_core_registers): Update supply_gregset,and supply_fpregset calls.
4733         * procfs.c: Include "regcache.h".
4734         (procfs_fetch_registers): Update supply_gregset, supply_fpregset calls.
4735         (procfs_store_registers): Update fill_gregset, fill_fpregset calls.
4736         (procfs_do_thread_registers): Likewise.
4737         (procfs_make_note_section): Likewise.
4738         * proc-service.c: Include "regcache.h".
4739         (ps_lgetregs): Update fill_gregset call.
4740         (ps_lsetregs): Update supply_gregset call.
4741         (ps_lgetfpregs): Update fill_fpregset call.
4742         (ps_lsetfpregs): Update supply_fpregset call.
4743         * sol-thread.c (sol_thread_fetch_registers): Update supply_gregset,
4744         supply_fpregset calls.
4745         (sol_thread_store_registers): Update fill_gregset, fill_fpregset calls.
4746         (ps_lgetregs): Update fill_gregset call.
4747         (ps_lsetregs): Update supply_gregset call.
4748         (ps_lgetfpregs): Update fill_fpregset call.
4749         (ps_lsetfpregs): Update supply_fpregset call.
4750         
4751         * linux-nat.c (linux_nat_do_thread_registers): Update fill_gregset,
4752         fill_fpregset, and fill_fpxregset calls.
4753         * i386-linux-nat.c (fetch_regs): Update supply_gregset call.
4754         (store_regs): Update fill_gregset call.
4755         (fetch_fpregs): Update supply_fpregset call.
4756         (store_fpregs): Update fill_fpregset call.
4757         (fetch_fpxregs): Update supply_fpxregset call.
4758         (store_fpxregs): Update fill_fpxregset call.
4759         * m32r-linux-nat.c (fetch_regs): Update supply_gregset call.
4760         (store_regs): Update fill_gregset call.
4761         * m68klinux-nat.c (fetch_regs): Update supply_gregset call.
4762         (store_regs): Update fill_gregset call.
4763         (fetch_fpregs): Update supply_fpregset call.
4764         (store_fpregs): Update fill_fpregset call.
4765         (fetch_core_registers): Update supply_gregset, supply_fpregset calls.
4766         * s390-nat.c (fetch_regs): Update supply_gregset call.
4767         (store_regs): Update fill_gregset call.
4768         (fetch_fpregs): Update supply_fpregset call.
4769         (store_fpregs): Update fill_fpregset call.
4770
4771         * Makefile.in (core-regset.o, procfs.o, proc-service.o): Update
4772         dependencies.
4773
4774 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4775
4776         * monitor.c (monitor_supply_register): Add REGCACHE parameter, use
4777         it instead of current_regcache.
4778         (parse_register_dump): Add REGCACHE parameter, pass it to 
4779         supply_register callback.
4780         (monitor_dump_reg_block): Add REGCACHE parameter, pass it to
4781         parse_register_dump.
4782         (monitor_dump_regs): Add REGCACHE parameter, pass it to
4783         parse_register_dump and dumpregs callback.
4784         (monitor_wait): Pass current_regcache to parse_register_dump and
4785         monitor_dump_regs.
4786         (monitor_fetch_register): Pass current_regcache to
4787         monitor_supply_register.
4788         (monitor_fetch_registers): Pass current_regcache to
4789         monitor_dump_regs.
4790         * monitor.h (struct monitor_ops): Add REGCACHE parameter to
4791         supply_register and dumpregs callbacks.
4792         (monitor_supply_register, monitor_dump_reg_block): Update
4793         prototypes.
4794         * dbug-rom.c (dbug_supply_register): Add REGCACHE parameter.  Pass
4795         it to monitor_supply_register.
4796         * dink32-rom.c (dink32_supply_register): Likewise.
4797         * ppcbug-rom.c (ppcbug_supply_register): Likewise.
4798         * m32r-rom.c (m32r_supply_register): Likewise.  Also, use REGCACHE
4799         instead of current_regcache.
4800
4801 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4802
4803         * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset):
4804         Add REGCACHE parameter.  Use it instead of current_regcache.
4805         (i386nto_supply_regset): Add REGCACHE parameter, pass it to
4806         i386nto_supply_gregset and i386nto_supply_fpregset.
4807         (i386nto_regset_fill): Add REGCACHE parameter; use it instead
4808         of current_regcache.
4809
4810         * nto-procfs.c (procfs_fetch_registers): Pass current_regcache to
4811         nto_supply_ helper functions.
4812         (procfs_store_registers): Pass current_regcache to nto_regset_fill.
4813
4814         * nto-tdep.c (nto_dummy_supply_regset): Add REGCACHE parameter.
4815
4816         * nto-tdep.h (struct nto_target_ops): Add REGCACHE parameter to
4817         supply_greget, supply_fpregset, supply_altregset, supply_regset,
4818         and regset_fill member function pointers.
4819         (nto_dummy_supply_regset): Adapt prototype.
4820
4821 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4822
4823         * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
4824         instead of current_regcache.  Make REGS const.
4825         (shnbsd_fill_reg): Add REGCACHE parameter; replace current_regcache.
4826         * shnbsd-tdep.h (shnbsd_supply_reg, shnbsd_fill_reg): Update
4827         prototypes.
4828         * shnbsd-nat.c: Include "regcache.h".
4829         (shnbsd_fetch_inferior_registers): Pass current_regcache to
4830         shnbsd_supply_reg.
4831         (shnbsd_store_inferior_registers): Pass current_regcache to
4832         shnbsd_fill_reg.
4833         * Makefile.in (shbsd-nat.o): Update dependencies.
4834
4835 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4836
4837         * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter.  Use it
4838         instead of current_regcache.
4839         (mips_supply_gregset): Likewise.  Pass REGCACHE to supply_32bit_reg.
4840         Make GREGSETP const, remove superfluous casts.
4841         (mips_fill_gregset): Add REGCACHE parameter; replace current_regcache.
4842         (mips_supply_fpregset): Likewise.  Make FPREGSETP const, remove 
4843         superfluous casts.
4844         (mips_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
4845         (supply_64bit_reg): Likewise
4846         (mips64_supply_gregset): Likewise.  Pass REGCACHE to supply_64bit_reg.
4847         Make GREGSETP const, adapt casts accordingly.
4848         (mips64_fill_gregset): Add REGCACHE parameter; replace current_regcache.
4849         (mips64_supply_fpregset): Likewise.  Make FPREGSET const, adapt
4850         casts accordingly.
4851         (mips64_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
4852         (fetch_core_registers): Pass current_regcache to mips{64}_(supply|fill)_
4853         helper routines.
4854         * mips-linux-tdep.h (mips_supply_gregset, mips_fill_gregset,
4855         mips_supply_fpregset, mips_fill_fpregset, mips64_supply_gregset,
4856         mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset):
4857         Adapt prototypes.
4858         * mips-linux-nat.c: Include "regcache.h".
4859         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
4860         current_regcache to mips{64}_(supply|fill)_ helper routines.
4861         (mips64_linux_regsets_fetch_registers): Likewise.
4862         (mips64_linux_regsets_store_registers): Likewise.
4863
4864         * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg): Add
4865         REGCACHE argument; replace current_regcache.  Make REGS const.
4866         (mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Add REGCACHE argument;
4867         replace current_regcache.
4868         * mipsnbsd-tdep.h (ipsnbsd_supply_reg, mipsnbsd_supply_fpreg,
4869         mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Adapt prototypes.
4870         * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers,
4871         mipsnbsd_store_inferior_registers): Pass current_regcache to
4872         mipsnbsd_(supply|fill)_... helper routines.
4873
4874         * Makefile.in (mips-linux-nat.o): Update dependencies.
4875
4876 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4877
4878         * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove.
4879         * i387-tdep.h (i387_fill_fsave, i387_fill_fxsave): Remove prototypes.
4880         * i368-linux-nat.c (supply_fpregset, supply_fpxregset): Replace
4881         i387_fill_fsave and i387_fill_fxsave calls by inline copies.
4882         * i386-nto-tdep.c (i386nto_regset_fill): Likewise.
4883         * i386gnu-nat.c (store_fpregs): Likewise.
4884         * i386v4-nat.c (fill_fpregset): Likewise.
4885         * go32-nat.c (store_register, go32_store_registers): Likewise.
4886
4887 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4888
4889         * cris-tdep.c (supply_gregset): Rename to ...
4890         (cris_supply_gregset): ... this.  Add REGCACHE parameter.  Use it
4891         instead of current_regcache.
4892         (fetch_core_registers): Update call.  Pass current_regcache.
4893
4894 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4895
4896         * arnmnbsd-nat.c (supply_gregset): Rename to ...
4897         (arm_supply_gregset): ... this.  Add REGCACHE parameter.
4898         Use it instead of current_regcache.
4899         (supply_fparegset): Rename to ...
4900         (arm_supply_fparegset): ... this.  Add REGCACHE parameter.
4901         Use it instead of current_regcache.
4902         (fetch_regs, fetch_fp_regs): Update calls.  Pass current_regcache.
4903         (fetch_core_registers, fetch_elfcore_registers): Likewise.
4904
4905 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4906
4907         * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs,
4908         alpha_supply_fp_regs, alpha_fill_fp_regs): Add REGCACHE parameter,
4909         use it instead of current_regcache.
4910         * alpha-tdep.h (struct regcache): Add forward declaration.
4911         (alpha_supply_int_regs, alpha_fill_int_regs, alpha_supply_fp_regs,
4912         alpha_fill_fp_regs): Update prototypes.
4913
4914         * alpha-nat.c: (supply_gregset, fill_gregset, supply_fpregset,
4915         fill_fpregset): Pass current_regcache to alpha_supply/fill_ routines.
4916         * alpha-linux-nat.c: Include "regcache.h".
4917         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
4918         current_regcache to alpha_supply/fill_ routines.
4919
4920         * alphabsd-tdep.c: Include "regcache.h".
4921         (alphabsd_supply_reg, alphabsd_supply_fpreg): Add REGCACHE paramter,
4922         pass it to alpha_supply_ routines.  Make REGS const.
4923         (alphabsd_fill_reg, alphabsd_fill_fpreg): Add REGCACHE parameter,
4924         pass it to alpha_fill_ routines.
4925         * alphabsd-tdep.h (struct regcache): Add forward declaration.
4926         (alphabsd_supply_reg, alphabsd_fill_reg, alphabsd_supply_fpreg,
4927         alphabsd_fill_fpreg): Update prototypes.
4928
4929         * alphanbsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
4930         fill_fpregset, alphabsd_fetch_inferior_registers,
4931         alphabsd_store_inferior_registers): Pass current_regcache to
4932         alphabsd_supply/fill_ routines.
4933
4934         * Makefile.in (alpha-linux-nat.o, alphabsd-tdep.o): Update
4935         dependencies.
4936
4937 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4938
4939         * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs,
4940         supply_sprs64, supply_sprs32): Add REGCACHE parameter, use it
4941         instead of current_regcache.
4942         (fetch_regs_user_thread, fetch_regs_kernel_thread): Add
4943         REGCACHE parameter, pass it to supply_ routines.
4944         (aix_thread_fetch_registers): Pass current_regcache to
4945         fetch_regs_user_thread and fetch_regs_kernel_thread.
4946
4947         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32):
4948         Add REGCACHE parameter, use it instead of current_regcache.
4949         Call regcache_valid_p instead of register_cached.
4950         (store_regs_user_thread, store_regs_kernel_thread): Likewise.
4951         Also, pass REGCACHE to fill_ routines.
4952         (aix_thread_store_registers): Pass current_regcache to
4953         store_regs_user_thread and store_regs_kernel_thread.
4954
4955 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4956
4957         * m32r-linux-nat.c (supply_gregset): Do not modify contents
4958         pointed to by GREGSETP.
4959
4960 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4961
4962         * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead
4963         of regcache_raw_read_signed.
4964         (fill_fpregset): Use regcache_raw_collect instead of
4965         regcache_raw_read.
4966
4967 2007-05-03  Kevin Buettner  <kevinb@redhat.com>
4968
4969         * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating
4970         point arguments, test explicitly for use of the EABI32 ABI
4971         instead of inferring this condition from tests on register
4972         sizes.
4973
4974 2007-05-03  Kevin Buettner  <kevinb@redhat.com>
4975
4976         * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address
4977         prior to allocating its location.
4978
4979 2007-05-02  Maciej W. Rozycki  <macro@mips.com>
4980
4981         * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions
4982         based on mips_abi_regsize() whose result is known in advance.
4983         (mips_o64_push_dummy_call): Likewise.
4984
4985 2007-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
4986
4987         * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
4988         * m68k-tdep.c: Remove code within #ifdef USE_PROC_FS.
4989
4990         * mips-linux-nat.c: Include "gregset.h".
4991         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Move
4992         from mips-linux-tdep.c.  Change parameter type to gdb_gregset_t.
4993         * mips-linux-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
4994         fill_fpregset): Move to mips-linux-nat.c.
4995
4996         * Makefile.in (m68k-tdep.o, mips-linux-nat.o): Update dependencies.
4997
4998 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
4999
5000         * regcache.c (deprecated_read_register_gen): Remove, inline ...
5001         (read_register): ... here.
5002         (deprecated_write_register_gen): Remove, inline ...
5003         (write_register): ... here.
5004         * regcache.h (deprecated_read_register_gen): Remove prototype.
5005         (deprecated_write_register_gen): Likewise.
5006
5007         * remote-sim.c (gdbsim_store_register): Replace call to
5008         deprecated_read_register_gen with regcache_cooked_read.
5009         * target.c (debug_print_register): Replace calls to
5010         deprecated_read_register_gen and read_register with
5011         regcache_cooked_read.
5012
5013 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
5014
5015         * hpux-thread.c (hpux_thread_store_registers): Use
5016         regcache_raw_collect, not regcache_raw_read.
5017         * irix5-nat.c (fetch_core_registers): Use regcache_raw_supply,
5018         not regcache_raw_write.
5019
5020 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
5021
5022         * gdbarch.sh: Remove deprecated_register_byte.
5023         * gdbarch.c, gdbarch.h: Regenerate.
5024         * arch-utils.h (generic_register_size, generic_register_byte): Remove.
5025         * arch-utils.c (generic_register_size, generic_register_byte): Remove.
5026
5027         * regcache.h (regcache_valid_p): Make REGCACHE parameter const.
5028         * regcache.c (regcache_valid_p): Allow to query cooked registers in
5029         read-only register caches.  Make REGCACHE parameter const.
5030         (regcache_dump): Do not check DEPRECATED_REGISTER_BYTE.
5031
5032         * mi/mi-main.c (old_regs): Remove.
5033         (mi_setup_architecture_data, _initialize_mi_main): Remove.
5034         (register_changed_p): Reimplement to compare two register caches.
5035         (mi_cmd_data_list_changed_registers): Update caller.
5036         * mi/mi-main.h (mi_setup_architecture_data): Remove.
5037         * mi/mi-interp.c (mi_interpreter_init): Do not call
5038         mi_setup_architecture_data.
5039
5040 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
5041
5042         * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define,
5043         inline definition at the places the macros are used.
5044         * alpha-linux-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Likewise.
5045
5046 2007-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
5047
5048         * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and
5049         "gdb_string.h".
5050         (rs6000_aix32_reg_offsets, rs6000_aix64_reg_offsets): New variables.
5051         (rs6000_aix_supply_regset, rs6000_aix_collect_regset): New functions.
5052         (rs6000_aix32_regset, rs6000_aix64_regset): New variables.
5053         (rs6000_aix_regset_from_core_section): New function.
5054         (rs6000_aix_init_osabi): Register it.
5055         (_initialize_rs6000_aix_tdep): Register GDB_OSABI_AIX osabi and
5056         sniffer for bfd_arch_powerpc as well as bfd_arch_rs6000. 
5057         * rs6000-nat.c (CoreRegs): Do not define type.
5058         (fetch_core_registers, rs6000_core_fns): Remove.
5059         (_initialize_core_rs6000): Do not register it.  Rename to ...
5060         (_initialize_rs6000_nat): ... this.
5061         * Makefile.in (rs6000-aix-tdep.o): Update dependencies.
5062
5063 2007-04-27  Kevin Buettner  <kevinb@redhat.com>
5064
5065         * dwarf2expr.c (unsigned_address_type): Add forward declaration.
5066         (dwarf2_read_address): Sign extend return address as required by
5067         target architecture.
5068
5069 2007-04-27  Kevin Buettner  <kevinb@redhat.com>
5070
5071         * solib-frv.c (lm_base): Bail out if the main executable has
5072         not been relocated.
5073
5074 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
5075
5076         * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
5077         of FPCR register in fpregset.
5078
5079 2007-04-27  Maciej W. Rozycki  <macro@mips.com>
5080
5081         * Makefile.in (gdbtk-wrapper.o): Update dependencies.
5082         (gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.
5083
5084 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
5085
5086         * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.
5087         * rs6000-nat.c (rs6000_wait): New function.
5088         (_initialize_core_rs6000): Install it as to_wait target method.
5089         * target.c (store_waitstatus): Don't check CHILD_SPECIAL_WAITSTATUS.
5090
5091 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
5092
5093         * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove.
5094         * fork-child.c (fork_inferior): Don't call TARGET_CREATE_INFERIOR_HOOK.
5095         * rs6000-nat.c (super_create_inferior): New variable.
5096         (rs6000_create_inferior): Make static.  Adapt argument list.  Call
5097         original version of create_inferior via super_create_inferior.
5098         (_initialize_core_rs6000): Install to_create_inferior target method.
5099
5100 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
5101
5102         * aix-thread.c (aix_thread_xfer_memory): Replace by ...
5103         (aix_thread_xfer_partial): ... this.
5104         (init_aix_thread_ops): Install to_xfer_partial instead
5105         of deprecated_xfer_memory target method.
5106
5107         * config/powerpc/aix.mh (NATDEPFILES): Remove infptrace.o
5108         and inftarg.o, add inf-ptrace.o.
5109         * config/rs6000/nm-rs6000.h (FETCH_INFERIOR_REGISTERS,
5110         CHILD_XFER_MEMORY, KERNEL_U_SIZE, kernel_u_size): Remove.
5111         * rs6000-nat.c: Include "inf-ptrace.h" and "gdb_stdint.h".
5112         (fetch_inferior_registers): Rename to ...
5113         (rs6000_fetch_inferior_registers): ... this.  Make static.
5114         (store_inferior_registers): Rename to ...
5115         (rs6000_store_inferior_registers): ... this.  Make static.
5116         (read_word, child_xfer_memory): Remove.
5117         (rs6000_xfer_partial): New function.
5118         (kernel_u_size): Remove.
5119         (_initialize_core_rs6000): Add inf_ptrace-based target.
5120         * Makefile.in (rs6000-nat.o): Update dependencies.
5121
5122 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
5123
5124         * inf-ptrace.c: Include "gdb_stdint.h".
5125         (inf_ptrace_xfer_partial): Use "uintptr_t" instead of "long" as 
5126         intermediate type when casting CORE_ADDR to PTRACE_TYPE_ARG3.
5127         (inf_ptrace_fetch_register): Add intermediate cast to "uintptr_t"
5128         before casting CORE_ADDR to PTRACE_TYPE_ARG3.
5129         (inf_ptrace_store_register): Likewise.
5130         * Makefile.in (inf-ptrace.o): Update dependencies.
5131
5132 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
5133
5134         * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
5135         * configure.tgt (rs6000-*-*): Likewise.
5136         * config/rs6000/aix4.mh: Delete file.
5137         * config/rs6000/aix4.mt: Delete file.
5138         * config/rs6000/rs6000.mh: Delete file.
5139         * config/rs6000/rs6000.mt: Delete file.
5140
5141         * config/powerpc/nm-aix.h: Delete file.
5142         * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
5143
5144 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
5145
5146         * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
5147         Remove obsolete part of comment.
5148         (store_regs_user_thread): Use uint32_t temporaries when calling
5149         fill_sprs32.
5150         (store_regs_kernel_thread): Likewise.  Add assertion to verify
5151         correct size of struct ptsprs members.
5152         (aix_thread_xfer_memory): Fix type of myaddr.
5153         (aix_thread_extra_thread_info): Fix compiler warning.
5154         * rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
5155         (fetch_register, store_register): Adapt callers.
5156
5157 2007-04-27  Ulrich Weigand  <uweigand@de.ibm.com>
5158
5159         * vec.h (vec_free): Rename to vec_free_.  Adapt users.
5160
5161 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
5162
5163         * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h",
5164         and "regcache.h".
5165         (alpha_linux_supply_gregset, alpha_linux_supply_fpregset): New.
5166         (alpha_linux_gregset, alpha_linux_fpregset): New variables.
5167         (alpha_linux_regset_from_core_section): New function.
5168         (alpha_linux_init_abi): Install it.
5169         * alpha-linux-nat.c: Do not include "gdbcore.h".  Include
5170         "alpha-tdep.h", <sys/ptrace.h>, <alpha/ptrace.h>,
5171         <sys/procfs.h>, and "gregset.h".
5172         (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE, ALPHA_UNIQUE_PTRACE_ADDR):
5173         Move from config/alpha/nm-linux.h.
5174         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Copy
5175         from alpha-nat.c.
5176         (alpha_linux_register_u_offset): Inline register_addr from alpha-nat.c.
5177         * alpha-nat.c: Remove #ifdef __linux__ section.
5178         (fetch_elf_core_registers, alpha_elf_core_fns): Remove.
5179         (_initialize_core_alpha): Do not register alpha_elf_core_fns.
5180         (ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_REGSET_UNIQUE): Define unconditionally.
5181         (ALPHA_REGSET_BASE): Move from config/alpha/nm-osf.h.
5182         * config/alpha/alpha-linux.mh (NAT_FILE): Set to config/nm-linux.h.
5183         (NATDEPFILES): Remove alpha-nat.o.
5184         * config/alpha/nm-linux.h: Delete file.
5185         * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): Move to alpha-nat.c.
5186         * Makefile.in (alpha-linux-nat.o): Update dependencies.
5187         (alpha-linux-tdep.o): Likewise.
5188
5189 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
5190
5191         * mips-linux-nat.c: No longer include "gdbcore.h".
5192         (mips_linux_register_addr): Move from mips-linux-tdep.c.
5193         (mips64_linux_register_addr): Likewise.
5194         (mips_linux_register_u_offset): Call mips_linux_register_addr or
5195         mips64_linux_register_addr instead of register_addr.
5196         * mips-linux-tdep.c (mips_linux_register_addr,
5197         mips64_linux_register_addr): Move to mips-linux-nat.c.
5198         (register_addr): Remove.
5199         (register_addr_data, init_register_addr_data): Remove.
5200         (_initialize_mips_linux_tdep): Do not initialize register_addr_data.
5201         (set_mips_linux_register_addr): Remove.
5202         (mips_linux_init_abi): Do not call set_mips_linux_register_addr.
5203         * Makefile.in (mips-linux-nat.o): Update dependencies.
5204
5205 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
5206
5207         * linux-nat.c (linux_register_u_offset): Remove.
5208         (linux_target_install_ops): New function.
5209         (linux_target): Use it.
5210         (linux_trad_target): New function.
5211         * linux-nat.h (linux_trad_target): Declare.
5212
5213         * alpha-linux-nat.c: Include "gdbcore.h".
5214         (alpha_linux_register_u_offset): New function.
5215         (_initialize_alpha_linux_nat): Use linux_trad_target.
5216
5217         * mips-linux-nat.c: Include "gdbcore.h".
5218         (mips_linux_register_u_offset): New function.
5219         (_initialize_mips_linux_nat): Use linux_trad_target.
5220
5221         * config/arm/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5222         * config/arm/nm-linux.h: Delete file.
5223
5224         * config/i386/nm-linux64.h (FETCH_INFERIOR_REGISTERS): Remove.
5225         * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Remove.
5226
5227         * config/ia64/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5228         * config/ia64/nm-linux.h: Delete file.
5229
5230         * config/m32r/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5231         * config/m32r/nm-linux.h: Delete file.
5232
5233         * config/m68k/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5234         * config/m68k/nm-linux.h: Delete file.
5235
5236         * config/pa/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5237         * config/pa/nm-linux.h: Delete file.
5238
5239         * config/powerpc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5240         * config/powerpc/ppc64-linux.mh (NAT_FILE): Likewise.
5241         * config/powerpc/nm-linux.h: Delete file.
5242
5243         * config/s390/s390.mh (NAT_FILE): Set to config/nm-linux.h.
5244         * config/s390/nm-linux.h: Delete file.
5245
5246         * config/sparc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
5247         * config/sparc/linux64.mh (NAT_FILE): Likewise.
5248         * config/sparc/nm-linux.h: Delete file.
5249
5250         * Makefile.in (alpha-linux-nat.o): Update dependencies.
5251         (mips-linux-nat.o): Likewise.
5252
5253 2007-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
5254
5255         * core-aout.c: Delete file.
5256         * Makefile.in (ALLDEPFILES): Remove core-aout.c.
5257         (core-aout.o): Delete rule.
5258         * gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
5259
5260         * config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
5261
5262         * arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
5263         * config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
5264         KERNEL_U_ADDR): Remove.
5265
5266         * i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
5267         (cannot_fetch_register, cannot_store_register): Remove.
5268         (fetch_register): Inline cannot_fetch_register and register_addr.
5269         (store_register): Inline cannot_store_register and register_addr.
5270         * config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
5271         * config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
5272         REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
5273         Remove.
5274
5275         * m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
5276         (fetch_register): Inline register_addr.
5277         (store_register): Inline register_addr.
5278         * config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
5279         * config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
5280         U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
5281
5282         * config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
5283         * config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
5284         REGISTER_U_ADDR): Remove.
5285
5286         * hppa-linux-nat.c (register_addr): Rename to ...
5287         (hppa_linux_register_addr): ... this.  Make static.
5288         (fetch_register, store_register): Adapt callers.
5289         * config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
5290
5291         * ppc-linux-nat.c (kernel_u_size): Remove.
5292         * config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
5293
5294         * vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
5295         * config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
5296         (NAT_FILE): Remove.
5297         * config/vax/nm-vax.h: Delete file.
5298
5299 2007-04-20  Mark Shinwell  <shinwell@codesourcery.com>
5300
5301         * MAINTAINERS (Write After Approval): Add myself.
5302
5303 2007-04-20  Mark Shinwell  <shinwell@codesourcery.com>
5304
5305         * Makefile.in: Adjust dependencies of m68klinux-tdep.c.
5306         * m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
5307         (m68k_linux_sigcontext_reg_offset): Fix typo.
5308         (target_is_uclinux): New.
5309         (m68k_linux_inferior_created): New.
5310         (m68k_linux_get_sigtramp_info):  Check for uClinux or
5311         normal Linux.  Use m68k_uclinux_sigcontext_reg_offset for
5312         uClinux.
5313         (_initialize_m68k_linux_tdep): Register
5314         m68k_linux_inferior_created.
5315
5316 2007-04-19  Pedro Alves  <pedro_alves@portugalmail.pt>
5317
5318         * win32-nat.c (win32_detach): Remove delete_command call.
5319         Resume inferior with win32_resume instead of win32_continue.
5320
5321 2007-04-19  Jerome Guitton  <guitton@adacore.com>
5322
5323         * ser-mingw.c (fd_is_file): New function.
5324         (file_select_thread): New function.
5325         (ser_console_wait_handle): Add special handling for files.
5326
5327 2007-04-18  Denis Pilat  <denis.pilat@st.com>
5328
5329         * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
5330         when missing from DW_TAG_subrange_type.  Remove the handling of null
5331         return from die_type.
5332
5333 2007-04-18  Maciej W. Rozycki  <macro@mips.com>
5334
5335         * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
5336         change to rearrange some brackets.
5337         (mips_n32n64_push_dummy_call): Likewise.
5338         (mips_o32_push_dummy_call): Likewise.
5339         (mips_o64_push_dummy_call): Likewise.
5340
5341 2007-04-18  Denis Pilat  <denis.pilat@st.com>
5342
5343         * infcmd.c (post_create_inferior): Start with a call to 
5344         target_terminal_ours.
5345
5346 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
5347
5348         * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
5349         brackets.
5350         (mips_n32n64_push_dummy_call): Likewise.  Reformat some
5351         expressions.
5352         (mips_o32_push_dummy_call): Likewise.
5353         (mips_o64_push_dummy_call): Likewise.
5354
5355 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
5356
5357         * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
5358         comment.
5359
5360 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
5361
5362         * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
5363         comment.
5364         (mips_o32_push_dummy_call): Likewise.
5365
5366 2007-04-17  Andreas Schwab  <schwab@suse.de>
5367
5368         * symtab.c (skip_prologue_using_sal): Allow the end of the prologue
5369         sal to be bigger than the end of the function.
5370
5371 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
5372             Nigel Stephens  <nigel@mips.com>
5373
5374         * mips-tdep.c (mips_o32_push_dummy_call): Take account of
5375         argument alignment requirements when calculating stack space
5376         required.  When aligning an arg register to eight bytes
5377         boundary, align stack_offset too.  Write floating-point
5378         arguments to the appropriate integer register if need go there.
5379         (mips_o64_push_dummy_call): Likewise.
5380
5381 2007-04-14  Ulrich Weigand  <uweigand@de.ibm.com>
5382
5383         * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
5384         "sig" arguments, add "regcache" argument.
5385         * gdbarch.c, gdbarch.h: Regenerate.
5386
5387         * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
5388         (handle_inferior_event): Call remove_single_step_breakpoints directly
5389         instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
5390
5391         * alpha-tdep.c (alpha_software_single_step): Update argument list.
5392         Remove handling of !insert_breakpoints_p case.
5393         * arm-tdep.c (arm_software_single_step): Likewise.
5394         * cris-tdep.c (cris_software_single_step): Likewise.
5395         * mips-tdep.c (mips_software_single_step): Likewise.
5396         * rs6000-tdep.c (rs6000_software_single_step): Likewise.
5397         * sparc-tdep.c (sparc_software_single_step): Likewise.
5398         * spu-tdep.c (spu_software_single_step): Likewise.
5399
5400         * alpha-tdep.h (alpha_software_single_step): Update prototype.
5401         * mips-tdep.h (mips_software_single_step): Likewise.
5402         * rs6000-tdep.h (rs6000_software_single_step): Likewise.
5403         * sparc-tdep.h (sparc_software_single_step): Likewise.
5404
5405 2007-04-14  Ulrich Weigand  <uweigand@de.ibm.com>
5406
5407         * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
5408         when removing single-step breakpoints.
5409
5410 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
5411
5412         * varobj.h (varobj_set_frozen): New
5413         (varobj_get_frozen): New.
5414         (varobj_update): New parameter explicit.
5415         * varobj.c (struct varobj): New fields frozen
5416         and not_fetched.
5417         (varobj_set_frozen, varobj_get_frozen): New.
5418         (install_new_value): Don't fetch values for 
5419         frozen variable object, or children thereof.  Allow
5420         a frozen variable object to have non-fetched value.
5421         (varobj_update): Allow updating child variables.
5422         Don't traverse frozen children.
5423         (new_variable): Initialize the frozen field.
5424         (c_value_of_variable): Return NULL for frozen
5425         variable without any value yet. 
5426         * mi/mi-cmd-var.c (varobj_update_one): New parameter
5427         'explicit'.
5428         (mi_cmd_var_create): Output the 'frozen' field,
5429         as soon as testsuite is adjusted to expect that field.
5430         (mi_cmd_var_set_frozen): New.
5431         (mi_cmd_var_update): Pass the 'explicit' parameter to
5432         varobj_update_one.
5433         * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
5434         * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
5435         
5436 2007-04-13  Paul Brook  <paul@codesourcery.com>
5437
5438         * target-descriptions.c (tdesc_named_type): Add ieee_single and
5439         ieee_double.
5440         * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
5441
5442 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
5443
5444         * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
5445         remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
5446         scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
5447         ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
5448         * Makefile.in: Remove references to deleted files.
5449         * README: Do not mention deleted ROM monitor interfaces.
5450         * defs.h (enum language): Delete language_scm.
5451         * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
5452         (dump_subexp_body_standard): Likewise.
5453         * parse.c (operator_length_standard): Likewise.
5454         * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
5455         * remote-mips.c: Do not include remote-utils.h.
5456         * remote-sim.c: Likewise.  Use remote_debug instead of sr_get_debug
5457         throughout.
5458         * value.c: Do not include scm-lang.h.
5459         (unpack_long): Delete scm_unpack call.
5460         * config/h8300/h8300.mt, config/mips/embed.mt,
5461         config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
5462         config/sh/embed.mt, config/sh/linux.mt: Remove references to
5463         deleted files.
5464         * NEWS: Mention removed files.
5465
5466 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
5467
5468         * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
5469         * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
5470
5471 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
5472
5473         * NEWS: Mention removal of HP aCC support.
5474
5475 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
5476
5477         * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
5478         first entry for static executables.
5479         (breakpoint_addr): Delete unused variable.
5480         (elf_locate_base): Search for _r_debug in static executables.
5481         (enable_break): Do not set breakpoint_addr.  Scan solib_break_names
5482         also.
5483
5484 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
5485
5486         * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
5487         (bpstat_what, print_one_breakpoint, allocate_bp_location)
5488         (mention): Remove bp_through_sigtramp support.
5489         * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
5490
5491 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
5492
5493         * breakpoint.c (bpstat_what): Give step-resume higher priority than
5494         shlib events.
5495
5496 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
5497
5498         * infrun.c: Doc fixes.
5499         (handle_inferior_event): Clarify debug message.
5500         (insert_step_resume_breakpoint_at_sal): Print a debug message.
5501
5502 2007-04-12  Ulrich Weigand  <uweigand@de.ibm.com>
5503
5504         * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
5505
5506 2007-04-12  Ulrich Weigand  <uweigand@de.ibm.com>
5507
5508         * config/m68k/tm-monitor.h: Delete file.
5509         * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
5510         * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
5511         call moved to ...
5512         * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
5513         * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
5514
5515 2007-04-12  Luis Machado  <luisgpm@br.ibm.com>
5516
5517         * gdbarch.sh (software_single_step): Change the return type
5518         from void to int and reformatted some comments to <= 80
5519         columns.
5520         * gdbarch.c, gdbarch.h: Regenerated.
5521         * alpha-tdep.c (alpha_software_single_step): Likewise.
5522         * alpha-tdep.h (alpha_software_single_step): Likewise.
5523         * arm-tdep.c (arm_software_single_step): Likewise.
5524         * cris-tdep.c (cris_software_single_step): Likewise.
5525         * mips-tdep.c (mips_software_single_step): Likewise.
5526         * mips-tdep.h (mips_software_single_step): Likewise.
5527         * rs6000-tdep.c (rs6000_software_single_step): Likewise.
5528         * rs6000-tdep.h (rs6000_software_single_step): Likewise.
5529         * sparc-tdep.c (sparc_software_single_step): Likewise.
5530         * sparc-tdep.h (sparc_software_single_step): Likewise.
5531         * spu-tdep.c (spu_software_single_step): Likewise.
5532         * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
5533         and act accordingly.
5534
5535 2007-04-11  Steve Ellcey  <sje@cup.hp.com>
5536
5537         * configure.ac (build_warnings): Add -Wno-char-subscripts.
5538         * configure: Regenerate.
5539         * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
5540
5541 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5542
5543         * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
5544
5545 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5546
5547         * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
5548         macros.
5549         (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
5550         distinct on the TYPE_STUB_SUPPORTED debug targets.
5551         * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
5552
5553 2007-04-11  Joel Brobecker  <brobecker@adacore.com>
5554
5555         * sparc-tdep.c (X_RS2): New macro.
5556         (sparc_skip_stack_check): New function.
5557         (sparc_analyze_prologue): Adjust PC past stack probing
5558         sequence if necessary.
5559
5560 2007-04-10  Andreas Schwab  <schwab@suse.de>
5561
5562         * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
5563         register.
5564
5565 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
5566
5567         * breakpoint.c (gdb_breakpoint_query): Really return an
5568         enum gdb_rc.
5569         (gdb_breakpoint): Likewise.
5570         * thread.c (gdb_list_thread_ids): Likewise.
5571         (gdb_thread_select): Likewise.
5572         * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
5573         (mi_cmd_thread_list_ids): Remove bogus initialization.
5574
5575 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
5576
5577         * Makefile.in (SFILES): Remove hpacc-abi.c.
5578         (COMMON_OBS): Remove hpacc-abi.o.
5579         (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
5580         (hpacc-abi.o, hpread.o): Delete rules.
5581         * somread.c: Delete extern declarations from hpread.c.
5582         (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
5583         (som_symfile_finish): Do not call hpread_symfile_finish.
5584         (som_symfile_init): Do not call hpread_symfile_init.
5585         * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
5586         * config/pa/hppahpux.mt (TDEPFILES): Likewise.
5587         * hpacc-abi.c, hpread.c: Deleted.
5588
5589 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
5590
5591         * solib-svr4.c (enable_break): Simplify return value.
5592         (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
5593
5594 2007-04-10  Andreas Schwab  <schwab@suse.de>
5595
5596         * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
5597         l_ld_size, l_next_size, l_prev_size, l_name_size.
5598
5599         * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
5600         to extract addresses from link map.
5601         (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
5602         (LM_NEXT): Likewise.
5603         (LM_NAME): Likewise.
5604         (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
5605         (elf_locate_base): Likewise.
5606         (open_symbol_file_object): Likewise.
5607         (svr4_fetch_objfile_link_map): Likewise.
5608         (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
5609         (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
5610         l_ld_size.
5611         (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
5612         (svr4_lp64_fetch_link_map_offsets): Likewise.
5613
5614         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
5615         removed members.  Set l_ld_offset to -1 if not present.
5616
5617 2007-04-08  Vladimir Prus  <vladimir@codesourcery.com>
5618         
5619         Pass stderr of program run with "target remote |"
5620         via gdb_stderr.
5621         * serial.c (serial_open): Set error_fd to -1.
5622         * serial.h (struct serial): New field error_fd.
5623         (struct serial_opts): New field avail.
5624         * ser-pipe.c (pipe_open): Create another pair
5625         of sockets.  Pass stderr to gdb.
5626         * ser-mingw.c (pipe_windows_open): Pass
5627         PEX_STDERR_TO_PIPE to pex_run.  Initialize
5628         sd->error_fd.
5629         (pipe_avail): New.
5630         (_initialize_ser_windows): Hook pipe_avail.
5631         * ser-base.c (generic_readchar): Check if there's
5632         anything in stderr channel and route that to gdb_stderr.
5633
5634 2007-04-03  Pedro Alves  <pedro_alves@portugalmail.pt>
5635
5636         * dbxread.c (read_ofile_symtab): Move current_objfile
5637         clearing to after end_stabs.
5638
5639 2007-04-01  Andreas Schwab  <schwab@suse.de>
5640
5641         * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
5642         gdbarch instead of current_gdbarch.
5643
5644 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
5645
5646         * varobj.c (varobj_create): Keep varobj value
5647         NULL when evaluating the type.
5648         
5649 2007-03-31  Pedro Alves  <pedro_alves@portugalmail.pt>
5650
5651         * NEWS: Mention new Windows CE support.
5652
5653 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
5654
5655         * configure.tgt: Move mips*-*-pe and sh*-*-pe to 
5656         the obsoletion stanza.
5657         * NEWS: Mention deleted targets.
5658
5659         * config/sh/tm-wince.h: Remove.
5660         * config/sh/wince.mt: Remove.
5661         * config/mips/tm-wince.h: Remove.
5662         * config/mips/wince.mt: Remove.
5663
5664         * wince.c: Remove.
5665         * wince-stub.c: Remove.
5666         * wince-stub.h: Remove.
5667         * Makefile.in (wince.o): Remove rule.
5668         (wince-stub.o): Likewise.
5669
5670         * mips-tdep.c (mips_next_pc): Make static.
5671         * mips-tdep.h (mips_next_pc): Remove declaration.
5672         * arm-tdep.c (arm_pc_is_thumb): Make static.
5673         (thumb_get_next_pc): Likewise.
5674         (arm_get_next_pc): Likewise.
5675         * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
5676         (arm_pc_is_thumb): Likewise.
5677         (thumb_get_next_pc): Likewise.
5678         (arm_get_next_pc): Likewise.
5679
5680 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
5681
5682         * MAINTAINERS: Remove d10v entry.
5683         * Makefile.in (SFILES): Remove dwarfread.c.
5684         (COMMON_OBS): Remove dwarfread.o.
5685         (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
5686         (remote-est.o, rom68k-rom.o): Delete.
5687         * NEWS: Mention removal of d10v, target abug, target cpu32bug,
5688         target est, target rom68k, and DWARF 1.
5689         * configure.tgt: Mark d10v as removed.
5690         * dwarf2read.c: Doc update.
5691         * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
5692         and lnsize.
5693         (elf_locate_sections): Do not set them.
5694         (elf_symfile_read): Do not call dwarf_build_psymtabs.
5695         * symfile.h (dwarf_build_psymtabs): Delete prototype.
5696         * config/m68k/monitor.mt (TDEPFILES): Prune.
5697         * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
5698         remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
5699
5700 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
5701
5702         * doublest.c (convert_floatformat_to_doublest): Use
5703         floatformat_classify.
5704         (floatformat_is_nan): Rename to...
5705         (floatformat_classify): ...this.  Return more information.
5706         * doublest.h (enum float_kind): New.
5707         (floatformat_is_nan): Replace prototype...
5708         (floatformat_classify): ...with this one.
5709         * valprint.c (print_floating): Use floatformat_classify.  Handle
5710         infinity.
5711
5712 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
5713
5714         * README: Mention ISO C library requirement.
5715
5716 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
5717
5718         * Makefile.in (SFILES): Remove nlmread.c.
5719         (COMMON_OBS): Remove nlmread.o.
5720         (nlmread.o): Delete rule.
5721         * README: Delete reference to remote-st.c.
5722         * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
5723         * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
5724         GDB_OSABI_LYNXOS.
5725         * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
5726         (_initialize_i386_tdep): Do not reference them.
5727         * nlmread.c: Delete file.
5728         * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
5729         * target.c: Doc update.
5730         * thread.c: Delete commented include.
5731         * config/alpha/tm-alpha.h: Doc update.
5732
5733 2007-03-30  Chris Dearman  <chris@mips.com>
5734
5735         * utils.c (string_to_core_addr): Comment typo.
5736
5737 2007-03-30  Chris Dearman  <chris@mips.com>
5738
5739         * mips-tdep.c: Comment typo.
5740
5741 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
5742
5743         * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
5744         * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
5745         * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
5746         * config/powerpc/nm-ppc64-linux.h: Remove file.
5747         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
5748         * inferior.h (PTRACE_ARG3_TYPE): Do not define.
5749         (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
5750         * infptrace.c (call_ptrace): Likewise.
5751         * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
5752         (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
5753         and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
5754         (store_register): Likewise.
5755
5756 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
5757
5758         * Makefile.in (varobj.o): Add missing dependency.
5759
5760 2007-03-29  Michael Snyder  <msnyder@access-company.com>
5761
5762         * MAINTAINERS: Update my email address.
5763
5764 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
5765
5766         Add support for exception handling with multiple versions of
5767         the Ada runtime:
5768         * ada-lang.c: Update general comments on how Ada exception catchpoints
5769         are implemented.
5770         (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
5771         (__gnat_raise_nodefer_with_msg): Delete.
5772         (ada_unhandled_exception_name_addr_ftype): New type.
5773         (exception_support_info): New type.
5774         (ada_unhandled_exception_name_addr): Add forward declaration.
5775         (ada_unhandled_exception_name_addr_from_raise): Likewise.
5776         (default_exception_support_info): New constant.
5777         (exception_support_info_fallback): Likewise.
5778         (exception_info): New global variable.
5779         (ada_exception_support_info_sniffer): New function.
5780         (ada_executable_changed_observer): Likewise.
5781         (ada_unhandled_exception_name_addr_from_raise): Renamed from
5782         ada_unhandled_exception_name_addr.
5783         (ada_unhandled_exception_name_addr): Reimplement to match the
5784         latest Ada runtime implementation.
5785         (error_breakpoint_runtime_sym_not_found): Delete.
5786         (ada_exception_sym_name): Get the exception sym name from
5787         exception_info rather than hardcoding it.
5788         (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
5789         Update error handling.
5790         * Makefile.in (ada-lang.o): Add dependency on observer.h.
5791
5792 2007-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
5793
5794         * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
5795         (remote-st.o, uw-thread.o): Delete.
5796         (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
5797         * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
5798         i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
5799         i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
5800         i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
5801         i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
5802         rs6000-*-lynxos* to an obsoletion stanza.
5803         * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
5804         i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
5805         and rs6000-*-lynxos* to an obsoletion stanza.  Do not mention
5806         i[34567]86-*-netware*.
5807         * NEWS: Mention deleted targets.
5808
5809         * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
5810         uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
5811         config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
5812         config/i386/i386v4.mh, config/i386/i386v42mp.mh,
5813         config/i386/ncr3000.mh, config/i386/ncr3000.mt,
5814         config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
5815         config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
5816         config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
5817         config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
5818         config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
5819         config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
5820         config/rs6000/tm-rs6000ly.h: Delete files.
5821
5822 2007-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
5823
5824         * defs.h (deprecated_registers_changed_hook): Delete declaration.
5825         * interps.c (clear_interpreter_hooks): Do not clear
5826         deprecated_registers_changed_hook.
5827         * regcache.c (registers_changed): Do not call it.
5828         * top.c (deprecated_registers_changed_hook): Do not define it.
5829         * mi/mi-interp.c (mi_command_loop): Do not clear it.
5830         * tui/tui-hooks.c (tui_install_hooks): Do not install it.
5831         (tui_remove_hooks): Do not remove it.
5832         (tui_selected_frame_level_changed_hook): Check for negative level.
5833         Use get_selected_frame.
5834         (tui_registers_changed_hook): Deleted.
5835
5836 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
5837
5838         * stabsread.c (add_undefined_type): Add extra parameter.
5839         Now handles nameless types separately.
5840         (struct nat): New type.
5841         (noname_undefs, noname_undefs_allocated, noname_undefs_length):
5842         New static variables.
5843         (read_type): Update calls to add_undefined_type.
5844         (add_undefined_type_noname): New function.
5845         (add_undefined_type_1): Renames from add_undefined_type.
5846         (cleanup_undefined_types_noname): New function.
5847         (cleanup_undefined_types_1): Renames cleanup_undefined_types.
5848         (cleanup_undefined_types): New handles nameless types separately.
5849         (_initialize_stabsread): Initialize our new static constants.
5850
5851 2007-03-29  Denis Pilat  <denis.pilat@st.com>
5852
5853         * configure.ac: Test for signal.h.
5854         * configure, config.in: Regenerate.
5855
5856 2007-03-29  Denis Pilat  <denis.pilat@st.com>
5857
5858         * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
5859         * infrun.c (normal_stop): Remove MI specific frame printing treatment.
5860
5861 2007-03-29  Pedro Alves  <pedro_alves@portugalmail.pt>
5862
5863         * arm-wince-tdep.c: New.
5864         * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
5865         (MT_CFLAGS): Delete.
5866         (TM_CLIBS): Delete.
5867         (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
5868         solib-legacy.o, solib-svr4.o, and remove wince.o.
5869         * configure.tgt (arm*-*-mingw32ce*): Add.
5870         * signals/signals.c [HAVE_SIGNAL_H]: Check.
5871         (do_target_signal_to_host): Silence 'not used' warning.
5872         * config/arm/tm-wince.h: Remove.
5873
5874 2007-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
5875
5876         * arch-utils.c (legacy_pc_in_sigtramp): Remove.
5877         * arch-utils.h (legacy_pc_in_sigtramp): Remove.
5878
5879         * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
5880         * config/ia64/tm-linux.h: Remove file.
5881         * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
5882         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
5883         legacy_pc_in_sigtramp.
5884         (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
5885         * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
5886         Remove func_name argument.
5887         (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
5888
5889         * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
5890         * target.c (update_current_target): Add to_have_steppable_watchpoint.
5891         * target.h (struct target_ops):  Add to_have_steppable_watchpoint.
5892         (HAVE_STEPPABLE_WATCHPOINT): Define.
5893
5894         * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
5895         * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
5896         CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
5897         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
5898         STOPPED_BY_WATCHPOINT, target_stopped_data_address,
5899         target_insert_watchpoint, target_remove_watchpoint): Remove.
5900         (FETCH_INFERIOR_REGISTERS): Define.
5901         * ia64-linux-nat.c (ia64_register_addr): Make static.
5902         (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
5903         (ia64_linux_insert_watchpoint): Make static.  Remove ptid_p argument.
5904         (ia64_linux_remove_watchpoint): Likewise.  Add type argument.
5905         (ia64_linux_stopped_data_address): Make static.  Add target_ops.
5906         (ia64_linux_stopped_by_watchpoint): Make static.
5907         (ia64_linux_can_use_hw_breakpoint): New function.
5908         (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
5909         (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
5910         (_initialize_ia64_linux_nat): Install register and watchpoint ops.
5911
5912 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
5913
5914         * linespec.c: Include language.h.
5915         (find_methods): Add language parameter.  Call
5916         lookup_symbol_in_language.  Pass language down.
5917         (add_matching_methods): Likewise.  Call
5918         lookup_symbol_in_language.
5919         (add_constructors): Likewise.
5920         (find_method): Pass sym_class to collect_methods.
5921         (collect_methods): Add sym_class parameter.  Pass language
5922         down.
5923         * symtab.c (lookup_symbol): Rename to ...
5924         (lookup_symbol_in_language): ... this.  Add language
5925         parameter.  Use passed language instead of current_language.
5926         (lookup_symbol): New as wrapper around
5927         lookup_symbol_in_language.
5928         (lookup_symbol_aux): Add language parameter.  Use passed
5929         language instead of current_language.
5930         (search_symbols): Indent.
5931         * symtab.h (enum language): Forward declare.
5932         (lookup_symbol_in_language): Declare.
5933         (lookup_symbol): Update description.
5934         * ada-lang.h (lookup_symbol_in_language): Remove declaration.
5935         * ada-lang.c (restore_language): Remove.
5936         (lookup_symbol_in_language): Remove.
5937
5938 2007-03-27  Pedro Alves  <pedro_alves@portugalmail.pt>
5939
5940         * breakpoint.c (bpstat_num): Add int *num parameter.
5941         * breakpoint.h (bpstat_num): Likewise.
5942         * infcmd.c (continue_command): Adjust to new bpstat_num
5943         interface.
5944         (program_info): Likewise.
5945
5946 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
5947
5948         * config/sh/tm-sh.h: Remove file.
5949         * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
5950         * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
5951         * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
5952         * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
5953
5954 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
5955
5956         * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
5957         DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
5958         * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
5959         DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5960         * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
5961         sequence if target_shortname is "remote".
5962
5963 2007-03-27  Anton Blanchard  <anton@samba.org>
5964
5965         * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
5966         instead of wordsize when looking for the LR in a stack frame.
5967
5968 2007-03-27  Andreas Schwab  <schwab@suse.de>
5969             Daniel Jacobowitz  <dan@codesourcery.com>
5970
5971         * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
5972         (dwarf2_frame_adjust_regnum): ...this.  Make static.  Add eh_frame_p
5973         argument.  Update all callers.
5974         (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
5975         (dwarf2_frame_set_eh_frame_regnum): Rename to...
5976         (dwarf2_frame_set_adjust_regnum): ...this.  Update argument type.
5977         * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
5978         (dwarf2_frame_set_adjust_regnum): ...this.
5979         (dwarf2_frame_eh_frame_regnum): Delete prototype.
5980         * rs6000-tdep.c: Include "dwarf2-frame.h".
5981         (rs6000_adjust_frame_regnum): Define.
5982         (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
5983         Register rs6000_adjust_frame_regnum.
5984
5985         * Makefile.in (rs6000-tdep.o): Update dependencies.
5986
5987 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
5988
5989         * Makefile.in: Add support for a "pdf" target.
5990
5991 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
5992
5993         * amd64-tdep.c (amd64_init_frame_cache): New function.
5994         (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
5995
5996 2007-03-26  Nigel Stephens  <nigel@mips.com>
5997             Maciej W. Rozycki  <macro@mips.com>
5998
5999         * ui-out.c (ui_out_field_core_addr): Truncate address to
6000         TARGET_ADDR_BIT size before printing.
6001
6002 2007-03-22  Nigel Stephens  <nigel@mips.com>
6003             Maciej W. Rozycki  <macro@mips.com>
6004
6005         * remote-mips.c (mips_xfer_memory): Update prototype.
6006
6007 2007-03-22  Joel Brobecker  <brobecker@adacore.com>
6008
6009         * symfile.h: #include "symtab.h"
6010
6011 2007-03-22  Denis Pilat  <denis.pilat@st.com>
6012
6013         * utils.c (pagination_on_command, pagination_off_command):
6014         Remove useless prototypes.
6015
6016 2007-03-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6017
6018         Fix PR pascal/2232.
6019         * p-valprint.c (pascal_object_print_value): Use type_name_no_tag 
6020         instead of TYPE_NAME for object base class name.
6021
6022
6023 2007-03-19  Kevin Buettner  <kevinb@redhat.com>
6024
6025         * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
6026         Specify frame type in calls to frame_func_unwind().
6027
6028 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
6029
6030         * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
6031         (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
6032         (refine_prologue_limit): Delete.
6033         (skip_prologue): Don't call it.  Use extract_unsigned_integer.
6034         Assume lim_pc is set.  Correct check for incomplete prologues.
6035         Do not skip clobbers of the frame pointer.
6036         * symtab.c (skip_prologue_using_sal): Fail if there is only one
6037         sal.
6038
6039 2007-03-13  Nathan Froyd  <froydnj@codesourcery.com>
6040
6041         * frame.c (frame_pop): Check to see whether there's a frame to
6042         which we can pop first.
6043
6044 2007-03-13  Nathan Froyd  <froydnj@codesourcery.com>
6045
6046         * MAINTAINERS (Write After Approval): Add myself.
6047
6048 2007-03-09  Markus Deuling  <deuling@de.ibm.com>
6049
6050         * infrun.c (breakpoints_failed): Remove unnecessary variable.
6051         (handle_inferior_event): Remove unnecessary braces.
6052         * breakpoint.c (bpstat_what): Remove wrong comment.
6053
6054 2007-03-09  Ulrich Weigand  <uweigand@de.ibm.com>
6055
6056         * spu-tdep.c (spu_in_function_epilogue_p): New function.
6057         (spu_gdbarch_init): Install it.
6058
6059 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
6060
6061         * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
6062         object types, not 0.
6063
6064 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
6065
6066         * spu-tdep.c (spu_frame_align): New function.
6067         (spu_gdbarch_init): Install it.  Set call dummy location to ON_STACK.
6068
6069 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
6070
6071         * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
6072         (spu_software_single_step): Likewise.
6073         (spu_read_pc, spu_write_pc): New functions.
6074         (spu_gdbarch_init): Install them.
6075
6076 2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
6077
6078         * cli/cli-dump.c (struct callback_data): load_offset needs to 
6079         have signed long type.
6080
6081 2007-03-07  Joel Brobecker  <brobecker@adacore.com>
6082
6083         * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
6084         Revert the previous change that had some unexpected side-effects
6085         on mips32.
6086         (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
6087         function to get the address of the calling instruction.
6088
6089 2007-03-07  Denis Pilat  <denis.pilat@st.com>
6090
6091         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
6092         get_selected_frame by deprecated_safe_get_selected_frame.
6093
6094 2007-03-02  Mark Kettenis  <kettenis@gnu.org>
6095
6096         * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
6097         "gdb_string.h".  Don't include "nbsd-tdep.h".
6098         (SIZEOF_STRUCT_REG): Remove.
6099         (SHNBSD_SIZEOF_GREGS): New.
6100         (shnbsd_supply_gregset, shnbsd_collect_gregset)
6101         (shnbsd_regset_from_core_section): New functions.
6102         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
6103         (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
6104         shnbsd_supply_gregset, shnbsd_collect_gregset.
6105         (shnbsd_gregset): New variable.
6106         (shnbsd_init_abi): Set regset_from_core_section.
6107         (GDB_OSABI_NETBSD_CORE): New define.
6108         (shnbsd_core_osabi_sniffer): New function.
6109         (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
6110         * Makefile.in (shnbsd-tdep.o): Update dependencies.
6111         * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
6112         nbsd-tdep.o.
6113         * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
6114
6115 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
6116
6117         * gdbtypes.c (replace_type): Fix typo that caused us to not update
6118         length of the types referenced by the new type CV ring.
6119
6120 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6121
6122         * frame.c (frame_pop, frame_observer_target_changed): Call
6123         reinit_frame_cache.
6124         (flush_cached_frames): Rename to reinit_frame_cache and delete
6125         old implementation.
6126         * frame.h (flush_cached_frames): Delete prototype and update comment.
6127
6128         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
6129         reinit_frame_cache instead of flush_cached_frames.  Do not call
6130         select_frame after reinit_frame_cache.
6131         * corelow.c (core_open): Likewise.
6132         * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
6133         * infrun.c (prepare_to_proceed, context_switch)
6134         (handle_inferior_event): Likewise.
6135         * linux-fork.c (fork_load_infrun_state): Likewise.
6136         * ocd.c (ocd_start_remote): Likewise.
6137         * remote-e7000.c (e7000_start_remote): Likewise.
6138         * remote-mips.c (device): Likewise.
6139         * thread.c (switch_to_thread): Likewise.
6140         * tracepoint.c (finish_tfind_command): Likewise.
6141         * gdbarch.c: Regenerated.
6142
6143 2007-02-28  Jerome Guitton  <guitton@adacore.com>
6144             Joel Brobecker  <brobecker@adacore.com>
6145
6146         * gdbtypes.c (check_typedef): Do not replace stub type if
6147         the resolved type is not defined in the same objfile.
6148
6149 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6150
6151         * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
6152
6153 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
6154
6155         * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
6156         symbol for Ada units when the symbol is defined using 't' rather
6157         than 'Tt' as symbol descriptor.
6158
6159 2007-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
6160
6161         * config/mips/tm-nbsd.h: Delete file.
6162         * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
6163         * config/sh/tm-nbsd.h: Delete file.
6164         * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
6165
6166 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
6167
6168         * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
6169         unused WRONG_PARAM value since it was recently deleted.
6170
6171 2007-02-28  Vladimir Prus  <vladimir@codesourcery.com>
6172
6173         * varobj.c (varobj_update): Free temporary vectors.
6174
6175 2007-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
6176
6177         * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
6178         * config/powerpc/tm-linux.h: Delete file.
6179         * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
6180         (PROCESS_LINENUMBER_HOOK): Do not undefine.
6181         (TEXT_SEGMENT_BASE): Do not redefine.
6182         * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
6183         from config/rs6000/tm-rs6000.h.
6184         (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
6185         * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
6186         (TEXT_SEGMENT_BASE): Remove.
6187         (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
6188         (rs6000_in_solib_return_trampoline): Remove.
6189         (SKIP_TRAMPOLINE_CODE): Remove.
6190         (rs6000_skip_trampoline_code): Remove.
6191         (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
6192         (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
6193         (FP0_REGNUM): Remove.
6194         (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
6195         (rs6000_set_host_arch_hook): Remove.
6196         * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
6197         (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
6198         * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
6199         * rs6000-aix-tdep.c: Include "ppc-tdep.h".
6200         (rs6000_aix_init_osabi): Set text_segment_base tdep field.
6201         * rs6000-nat.c: Include "rs6000-tdep.h".
6202         (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
6203         (set_host_arch): Rename to ...
6204         (rs6000_create_inferior): ... this.  Make public.
6205         (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
6206         * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
6207         (rs6000_create_inferior): Remove.
6208         (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
6209         (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
6210         set_gdbarch_in_solib_return_trampoline, and
6211         set_gdbarch_skip_trampoline_code.
6212         * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
6213         from config/rs6000/tm-rs6000.h.
6214
6215 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
6216
6217         * buildsym.c (record_producer): Do nothing if no producer is provided.
6218
6219 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
6220
6221         * varobj.c (varobj_update): Remove unused local.  Use gdb_assert
6222         to check changelist is non-NULL.  Call error if the frontend tries
6223         to update a non-root variable.
6224
6225         * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
6226
6227 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6228
6229         * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
6230         (dwarf2_frame_sniffer): Update.
6231         (dwarf2_signal_frame_this_id): New function.
6232         (dwarf2_signal_frame_unwind): Use it.
6233         (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
6234         * frame.c (frame_func_unwind): Add this_type argument.
6235         (get_frame_func): Update.
6236         (frame_unwind_address_in_block): Add this_type argument and check it.
6237         Fix a typo.
6238         (get_frame_address_in_block): Update.
6239         * frame.h (enum frame_type): Move higher in the file.
6240         (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
6241         argument.
6242
6243         * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
6244         arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
6245         hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
6246         libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
6247         m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
6248         mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
6249         score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
6250         sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
6251         xstormy16-tdep.c, xtensa-tdep.c: Update calls to
6252         frame_func_unwind and frame_unwind_address_in_block to specify
6253         the frame type.  Use frame_unwind_address_in_block instead of
6254         frame_pc_unwind in sniffers.
6255
6256 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6257
6258         * frame.c (deprecated_selected_frame): Rename to...
6259         (selected_frame): ...this.  Make static.
6260         (get_selected_frame, select_frame): Update.
6261         * frame.h (deprected_select_frame): Delete.
6262         (deprecated_safe_get_selected_frame): Update comments.
6263
6264         * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
6265         infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
6266         tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
6267         parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
6268         tui/tui.c: Replace references to deprecated_selected_frame.
6269
6270 2007-02-27  Fred Fish  <fnf@specifix.com>
6271
6272         * rs6000-tdep.c (skip_prologue): Recognize addi instructions that 
6273         directly decrement the stack pointer, accumulate their operand into 
6274         the stack offset, and mark the function as not being frameless.
6275
6276 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6277
6278         * arch-utils.c (selected_byte_order): New.
6279         * arch-utils.h (selected_byte_order): New prototype.
6280         * remote-sim.c (gdbsim_open): Use selected_byte_order.
6281
6282 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6283
6284         * symfile.c (place_section): Check SEC_ALLOC.  Do not check VMA.
6285         (default_symfile_offsets): Check VMA here.  Update section VMAs.
6286
6287 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6288
6289         * remote.c (init_remote_state): Add special handling for placeholder
6290         registers.
6291
6292 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6293
6294         * Makefile.in (XMLFILES): Include $(TDEP_XML).
6295         (filenames_h): New variable.
6296         (clean): Clean up xml-builtin.c and stamp-xml.
6297         (arm-linux-nat.o): Update.
6298         * config/arm/linux.mh (TDEP_XML): Define.
6299         * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
6300         (arm_linux_has_wmmx_registers): New.
6301         (GET_THREAD_ID): Fix typo.
6302         (IWMMXT_REGS_SIZE): Define.
6303         (fetch_wmmx_regs, store_wmmx_regs): New.
6304         (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
6305         (arm_linux_store_inferior_registers): Use store_wmmx_regs.
6306         (super_xfer_partial, arm_linux_xfer_partial): New.
6307         (_initialize_arm_linux_nat): Use them.
6308         * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
6309         (xml_builtin_xfer_partial): New function.
6310         * xml-support.h (xml_builtin_xfer_partial): New prototype.
6311         * NEWS: Update mention of iWMMXt support.
6312
6313 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6314
6315         * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
6316         if there are no FPA registers.
6317         (arm_dwarf_reg_to_regnum): New function.
6318         (arm_register_type, arm_register_name): Return minimal values for
6319         unsupported registers.
6320         (arm_register_sim_regno): Handle iWMMXt registers.
6321         (arm_gdbarch_init): Record missing FPA registers if indicated by
6322         a target description.  Recognize iWMMXt registers.  Only register
6323         "info float" for FPA.  Use ARM_NUM_REGS.  Register
6324         arm_dwarf_reg_to_regnum.
6325         * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
6326         constants.
6327         (struct gdbarch_tdep): Add have_fpa_registers.
6328         * features/xscale-iwmmxt.xml: Update capitalization.
6329         * regformats/arm-with-iwmmxt.dat: Regenerated.
6330
6331 2007-02-24  Kevin Buettner  <kevinb@redhat.com>
6332
6333         * NEWS (New targets): Add entry for the Toshiba Media Processor.
6334
6335 2007-02-23  Kevin Buettner  <kevinb@redhat.com>
6336
6337         * MAINTAINERS (mep): New target.
6338
6339 2007-02-23  Kevin Buettner  <kevinb@redhat.com>
6340
6341         From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
6342         Richard Sandiford:
6343         * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
6344         (mep-tdep.o): New rule.
6345         * configure.tgt (mep-*-*): New target.
6346         * mep-tdep.c: New file.
6347         * config/mep/mep.mt: New file.
6348
6349 2007-02-22  Markus Deuling  <deuling@de.ibm.com>
6350
6351         * infrun.c (inferior_stop_reason, print_stop_reason): Remove
6352         BREAKPOINT_HIT and STOP_UNKNOWN.
6353
6354 2007-02-22  Markus Deuling  <deuling@de.ibm.com>
6355
6356         * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT. 
6357
6358 2007-02-20  Joel Brobecker  <brobecker@adacore.com>
6359
6360         * gdb_expat.h (XMLCALL): Define if not already defined.
6361
6362 2007-02-20  Andreas Schwab  <schwab@suse.de>
6363
6364         * Makefile.in (symfile.o): Update dependencies.
6365
6366 2007-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
6367
6368         * MAINTAINERS: Disable -Werror for cris simulator.  Build
6369         sparc64-solaris2.10 instead of the broken sparc-elf.
6370         * solib-frv.c: Include "solib.h".
6371         * Makefile.in (solib-frv.o): Update.
6372         * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
6373         * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
6374         (xtensa_frame_this_id, xtensa_frame_prev_register)
6375         (xtensa_push_dummy_call): Use %p.
6376
6377 2007-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6378
6379         * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
6380         ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
6381         sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
6382         * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
6383         (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
6384         (sparc-linux-tdep.o): Update.
6385
6386 2007-02-15  Maxim Grigoriev  <maxim2405@gmail.com>
6387
6388         * xtensa-tdep.h (xtensa_reg_mask_t): New.
6389         (xtensa_mask_t): Change mask field to be a separate array.
6390         * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
6391         (xtensa_pseudo_register_write, xtensa_unwind_pc)
6392         (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
6393         (xtensa_breakpoint_from_pc): Remove implicit type casting.
6394         * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
6395         (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
6396         (mask14, mask15): Rename to
6397         (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
6398         (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
6399         (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
6400         (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
6401         (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
6402         (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
6403         (xtensa_submask8, xtensa_submask9, xtensa_submask10)
6404         (xtensa_submask11, xtensa_submask12, xtensa_submask13)
6405         (xtensa_submask14, xtensa_submask15): New.
6406         (rmap): Follow strict aliasing rules doing static initialization.
6407
6408 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6409
6410         * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
6411         handling from here...
6412         (tdesc_register_type): ...to here.
6413         * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
6414         * features/arm-core.xml: Use code_ptr and data_ptr.
6415
6416 2007-02-13  Denis Pilat  <denis.pilat@st.com>
6417
6418         * varobj.h (enum varobj_update_error): New enum.
6419         * varobj.c (struct varobj_root): Add is_valid member.
6420         (varobj_get_type): Check for invalid varobj.
6421         (varobj_get_attributes): Likewise.
6422         (variable_editable):Likewise.
6423         (varobj_update): Likewise.  Use varobj_update_error.
6424         (new_root_variable): Set root varobj as valid by default.
6425         (varobj_invalidate): New function.
6426         * symfile.c (clear_symtab_users): Use varobj_invalidate.
6427         * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
6428         Use varobj_update_error.
6429
6430 2007-02-12  Pierre Muller  <muller@ics.u-strasbg.fr>
6431
6432         Fix PR pascal/2223.
6433         * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
6434         Pascal language marker.
6435         * dwarf2read.c (set_cu_language): Likewise.
6436
6437 2007-02-12  Corinna Vinschen  <vinschen@redhat.com>
6438
6439         * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
6440         (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
6441         instead of target_terminal_init since inferior_ptid isn't set yet.
6442
6443 2007-02-10  Pedro Alves  <pedro_alves@portugalmail.pt>
6444
6445         * MAINTAINERS (Write After Approval): Add myself.
6446
6447 2007-02-09  Fred Fish  <fnf@specifix.com>
6448
6449         Based on work by Apple Computer, Inc.
6450         * event-top.c (async_request_quit): Call quit() whenever either
6451         quit_flag is set or immediate_quit is set.
6452
6453 2007-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6454
6455         * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
6456         type to a pointer to const struct block.
6457         (ada_lookup_symbol_list): Don't cast away constness when calling
6458         remove_out_of_scope_renamings.
6459
6460 2007-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6461
6462         * linux-nat.c (linux_nat_find_memory_regions): Don't check the
6463         address of 'filename'; it is always non null.
6464
6465 2007-02-09  Joel Brobecker  <brobecker@adacore.com>
6466
6467         * exec.c (add_to_section_table): Do not discard empty sections.
6468
6469 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6470
6471         * features/Makefile, features/arm-with-iwmmxt.xml,
6472         features/gdbserver-regs.xsl, features/number-regs.xsl,
6473         features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
6474         * regformats/arm-with-iwmmxt.dat: Generate.
6475         * NEWS: Mention iWMMXt.
6476
6477 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6478
6479         * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
6480         (xml-tdesc.o): Update.
6481         * xml-support.c: Add a comment.
6482         (gdb_xml_enums_boolean): New variable.
6483         (gdb_xml_parse_attr_enum): Use strcasecmp.
6484         * xml-support.h (gdb_xml_enums_boolean): Declare.
6485         * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
6486         next_regnum, and current_union.
6487         (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
6488         (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
6489         (field_attributes, union_children, reg_attributes, union_attributes)
6490         (vector_attributes, feature_attributes, feature_children): New.
6491         (target_children): Make static.  Add <feature>.
6492         (tdesc_elements): Make static.
6493         * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
6494         (struct tdesc_feature, tdesc_feature_p): New types.
6495         (struct target_desc): Add features member.
6496         (struct tdesc_arch_data, tdesc_data): New.
6497         (target_find_description): Clarify error message.  Warn about
6498         ignored register descriptions.
6499         (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
6500         (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
6501         (tdesc_data_cleanup, tdesc_numbered_register)
6502         (tdesc_numbered_register_choices, tdesc_find_register)
6503         (tdesc_register_name, tdesc_register_type)
6504         (tdesc_remote_register_number, tdesc_register_reggroup_p)
6505         (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
6506         (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
6507         (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
6508         (tdesc_create_feature, tdesc_record_type): New.
6509         (free_target_description): Free features.
6510         (_initialize_target_descriptions): Initialize tdesc_data.
6511         * arch-utils.c (default_remote_register_number): New.
6512         * arch-utils.h (default_remote_register_number): New prototype.
6513         * target-descriptions.h (set_tdesc_pseudo_register_name)
6514         (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
6515         (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
6516         (tdesc_numbered_register, tdesc_numbered_register_choices)
6517         (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
6518         (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
6519         (tdesc_create_reg): Declare.
6520         * gdbarch.sh (remote_register_number): New entry.
6521         * gdbarch.c, gdbarch.h: Regenerate.
6522         * remote.c (init_remote_state): Use gdbarch_remote_register_number.
6523         * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
6524
6525         * arm-tdep.c (arm_register_aliases): New.
6526         (arm_register_name_strings): Rename to...
6527         (arm_register_names): ...this.  Make const.  Delete the old version.
6528         (current_option, arm_register_byte): Delete.
6529         (set_disassembly_style): Simplify.  Do not adjust arm_register_names.
6530         (value_of_arm_user_reg): New.
6531         (arm_gdbarch_init): Verify any described registers.  Call
6532         tdesc_use_registers.  Don't use arm_register_byte.  Create aliases
6533         for standard register names.
6534         (_initialize_arm_tdep): Do not adjust arm_register_names.
6535         * user-regs.c (struct user_reg): Add baton member.
6536         (append_user_reg, user_reg_add_builtin, user_regs_init)
6537         (user_reg_add, value_of_user_reg): Use a baton for user
6538         register functions.
6539         * std-regs.c: Update.
6540         * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
6541         (user_reg_add): Add baton argument.
6542         * NEWS: Mention target description register support.
6543         * features/arm-core.xml, features/arm-fpa.xml: New.
6544         * eval.c (evaluate_subexp_standard): Allow ptype $register
6545         when the program is not running.
6546
6547 2007-02-09  Nick Roberts  <nickrob@snap.net.nz>
6548
6549         * mi/mi-cmd-var.c (mi_cmd_var_create):  Add value field.
6550
6551 2007-02-08  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6552
6553         * rs6000-tdep.c (gdb_print_insn_powerpc): Set
6554         info->disassembler_options to "any".
6555
6556 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6557
6558         * varobj.c (install_new_value): Only call value_get_print_value
6559         if changeable.
6560
6561 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6562
6563         Reported by timeless@gmail.com:
6564         * gdb/target.c (target_flash_erase): Do not return void value.
6565         (target_flash_done): Likewise.
6566         * gdb/cli/cli-cmds.c (source_command): Likewise.
6567
6568 2007-02-08  Fred Fish  <fnf@specifix.com>
6569
6570         Based on work by Apple Computer, Inc.
6571         * event-top.c (handle_sigint): Set quit_flag.
6572         (async_request_quit): Don't set quit_flag.  Avoid calling quit()
6573         if quit_flag has already been reset.
6574
6575 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6576
6577         * ser-mingw.c (pipe_windows_close): Move variable initialization back
6578         up.
6579
6580 2007-02-08  Fred Fish  <fnf@specifix.com>
6581
6582         * defs.h (request_quit): Remove declaration.
6583         * utils.c (request_quit): Remove definition.
6584
6585 2007-02-08  Joel Brobecker  <brobecker@gnat.com>
6586             Jan Kratochvil  <jan.kratochvil@redhat.com>
6587             Daniel Jacobowitz  <dan@codesourcery.com>
6588
6589         * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
6590         (skip_prologue): Allow bl->blrl used by PIC code.
6591
6592 2007-02-08  Mark Kettenis  <kettenis@gnu.org>
6593             Daniel Jacobowitz  <dan@codesourcery.com>
6594
6595         * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
6596         initialize tmp_obstack.
6597         * p-valprint.c (pascal_object_print_value_fields)
6598         (pascal_object_print_value): Likewise.
6599
6600 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6601
6602         * features/feature_to_c.sh: Use %s to avoid problems with nawk.
6603
6604 2007-02-08  Mark Kettenis  <kettenis@gnu.org>
6605
6606         * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
6607         * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
6608
6609 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
6610
6611         * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
6612         (xml_cache): New.
6613         (tdesc_parse_xml): Cache expanded descriptions.
6614
6615 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
6616
6617         * Makefile.in (XMLFILES): New.
6618         (COMMON_OBS): Add xml-builtin.o.
6619         (xml-builtin.c, stamp-xml): New rules.
6620         (xml-tdesc.o): Update.
6621         * features/feature_to_c.sh: New file.
6622         * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
6623         (struct gdb_xml_parser): Add dtd_name and is_xinclude.
6624         (gdb_xml_start_element): Initialize scope after possibly reallocating
6625         scopes.  Move cleanup later.  Handle the XInclude description
6626         specially.
6627         (gdb_xml_end_element): Only parse the body if there is a current element.
6628         Call XML_DefaultCurrent if there is no element.
6629         (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
6630         (struct xinclude_parsing_data, xinclude_start_include)
6631         (xinclude_end_include, xml_xinclude_default)
6632         (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
6633         (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
6634         (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
6635         * xml-support.h (xml_fetch_another, xml_process_xincludes)
6636         (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
6637         * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument.  Expand
6638         XInclude directives.  Use the compiled in DTD.
6639         (fetch_xml_from_file): Add baton argument.  Treat it as a containing
6640         directory name.  Do not warn here.
6641         (file_read_description_xml): Update call.  Warn here instead.  Pass
6642         a dirname as baton.
6643         (fetch_available_features_from_target): New.
6644         (target_read_description_xml): Use it.
6645         * features/gdb-target.dtd: Add copyright notice.  Use xinclude.dtd
6646         to handle XInclude.
6647         * features/xinclude.dtd: New file.
6648
6649 2007-02-05  Daniel Jacobowitz  <dan@codesourcery.com>
6650
6651         * linux-thread-db.c (check_for_thread_db): Return early if we have
6652         no libthread_db support.
6653
6654 2007-02-05  Daniel Jacobowitz  <dan@codesourcery.com>
6655
6656         * mi/mi-parse.h: Include <sys/time.h>.
6657
6658 2007-02-05  Nick Roberts  <nickrob@snap.net.nz>
6659
6660         * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
6661         instead of print_variable_value to print values.
6662
6663 2007-02-03  Nick Roberts  <nickrob@snap.net.nz>
6664
6665         * mi/mi-main.c: Numerous formatting changes.
6666         (mi_cmd_data_write_register_values): Replace clause inadvertantly
6667         removed in my previous change.
6668
6669 2007-02-03   Eli Zaretskii  <eliz@gnu.org>
6670
6671         * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
6672         Use 1000000L instead of 1000000.
6673
6674 2007-02-03  Nick Roberts  <nickrob@snap.net.nz>
6675
6676             Based on work by Apple Computer, Inc.
6677
6678         * configure.ac: Test for sys/resource.h and getrusage.
6679         * configure, config.in: Regenerate.
6680
6681         * mi/mi-main.c: Include <sys/resource.h> if present.
6682         (rusage): Declare if HAVE_GETRUSAGE.
6683         (current_command_ts, do_timings): New static variables.
6684         (timestamp, print_diff_now, print_diff, timeval_diff):
6685         New static timing functions.
6686         (mi_cmd_enable_timings): New function for new MI command.
6687         (captured_mi_execute_command, mi_execute_async_cli_command): 
6688         Call timing functions.
6689
6690         * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
6691         -enable-timings.
6692
6693         * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
6694
6695         * mi/mi-parse.h: (mi_timestamp): New structure.
6696         (mi_parse): Add mi_timestamp* member.
6697
6698 2007-02-02  Denis Pilat  <denis.pilat@st.com>
6699
6700         * thread.c (make_cleanup_restore_current_thread): New function.
6701         (info_threads_command): Use of make_cleanup_restore_current_thread
6702         to restore the current thread and the selected frame.
6703         (restore_selected_frame): New function.
6704         (struct current_thread_cleanup): Add frame_id field.
6705         (do_restore_current_thread_cleanup): Add restoring of the selected
6706         frame.
6707         (make_cleanup_restore_current_thread): Likewise.
6708         (thread_apply_all_command): backup the selected frame while 
6709         entering the function and restore it at exit.
6710         (thread_apply_command): Likewise.
6711
6712 2007-02-02  Denis Pilat  <denis.pilat@st.com>
6713
6714         * MAINTAINERS (Write After Approval): Add myself to the list.
6715
6716 2007-02-01  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6717
6718         * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
6719         (m32r_store_register): Ditto.
6720
6721 2007-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6722
6723         * ser-mingw.c (pipe_windows_open)
6724         (pipe_windows_read, pipe_windows_write): Declare
6725         variables at the top of the function.
6726
6727 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6728
6729         * doublest.c (floatformat_from_length): Use the right element from
6730         gdbarch floatformats.
6731         (floatformat_from_type, extract_typed_floating)
6732         (store_typed_floating): Likewise.
6733         * doublest.h: Remove declarations for undefined floatformat arrays.
6734         * gdbarch.sh (float_format, double_format, long_double_format): Change
6735         to pairs.
6736         (pformat): Update for pairs.
6737         * gdbarch.c, gdbarch.h: Regenerated.
6738         * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
6739         (floatformats_ieee_double_littlebyte_bigword)
6740         (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
6741         (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
6742         (floatformats_vax_d): New variables.
6743         (builtin_type_ieee_single, builtin_type_ieee_double)
6744         (builtin_type_arm_ext, builtin_type_ia64_spill)
6745         (builtin_type_ia64_quad): Replace arrays with individual types.
6746         (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
6747         (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
6748         (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
6749         (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
6750         (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
6751         (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
6752         (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
6753         unused and endian-specific types.
6754         (recursive_dump_type): Update for floatformat pairs.
6755         (build_flt): Move higher.  Handle bit == -1.  Take a floatformat pair.
6756         (build_gdbtypes): Use build_flt.
6757         (_initialize_gdbtypes): Update set of initialized types.
6758         * gdbtypes.h: Update declarations to match gdbtypes.c.
6759         (struct main_type): Store a pointer to two floatformats.
6760         * arch-utils.c (default_float_format, default_double_format): Delete.
6761         * arch-utils.h (default_float_format, default_double_format): Delete.
6762
6763         * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
6764         ia64-tdep.c,  iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
6765         mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
6766         sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
6767         vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
6768
6769 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
6770
6771         * target.c (maintenance_print_target_stack): New function.
6772         (initialize_targets): Add new "maintenance print target-stack"
6773         command.
6774
6775 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
6776
6777         * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
6778
6779 2007-01-27  Daniel Jacobowitz  <dan@codesourcery.com>
6780
6781         * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
6782         (struct dwarf2_loclist_baton): Likewise.
6783
6784 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6785
6786         * cli/cli-script.c: Include breakpoint.h.
6787         (build_command_line): Require arguments only for if and while
6788         commands.
6789         (get_command_line, execute_user_command, execute_control_command):
6790         Fix wording of warning messages.
6791         (print_command_lines): Print breakpoint commands.
6792         (execute_control_command): Call commands_from_control_command to
6793         handle the `commands' command inside a body of a flow-control
6794         command.
6795         (read_next_line): Recognize the `commands' command and build a
6796         command line structure for it.
6797         (recurse_read_control_structure, read_command_lines): Handle
6798         `commands' similarly to `if' and `while'.
6799
6800         * breakpoint.c (get_number_trailer): Document the special meaning
6801         of NULL as the first argument PP.
6802         (commands_from_control_command): New function.
6803
6804         * breakpoint.h (commands_from_control_command): Add prototype.
6805
6806         * defs.h (commands_control): New enumerated value for enum
6807         command_control_type.
6808
6809 2007-01-26  Joel Brobecker  <brobecker@adacore.com>
6810
6811         * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
6812         (ada_exception_sal): Update accordingly.
6813
6814 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
6815
6816         * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
6817         * NEWS: Describe CHAR array vs. string identifcation rules.
6818
6819 2007-01-25  Paul Brook  <paul@codesourcery.com>
6820
6821         * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
6822
6823 2007-01-24  Jim Blandy  <jimb@codesourcery.com>
6824
6825         * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
6826         expression is empty, bother to return the 'optimized out' value we
6827         construct.  (Thanks to Carl Burch.)
6828
6829 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
6830
6831         * varobj.c (c_value_of_root, c_value_of_child)
6832         (cplus_describe_child): Don't call release_value.
6833
6834 2007-01-24  Thiemo Seufer  <ths@mips.com>
6835
6836         * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
6837         initialization.
6838
6839 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
6840
6841         Refactor getting children name, value and type access 
6842         for varobjs in C++.
6843         * varobj.c (get_type_deref): Remove.
6844         (adjust_value_for_child_access): New.
6845         (c_number_of_children): Use the above.
6846         (c_describe_child): Likewise.
6847         (enum accessibility): New.
6848         (match_accessibility): New function.
6849         (cplus_describe_child): New function.
6850         (cplus_name_of_child, cplus_value_of_child)
6851         (cplus_type_of_child): Reimplement in terms
6852         of cplus_describe_child.
6853         (cplus_number_of_children): Use 
6854         adjust_value_for_child_access.
6855         
6856 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
6857
6858         Fix computation of the 'editable' attribute and
6859         value changeability for for references.
6860         * varobj.c (get_value_type): New function.
6861         (c_variable_editable): Use get_value_type.
6862         (varobj_value_is_changeable): Likewise.
6863                 
6864 2007-01-24  Joel Brobecker  <brobecker@adacore.com>
6865
6866         * source.c (find_and_open_source): Try rewriting the source
6867         path inside filename if dirname is NULL.
6868
6869 2007-01-24  Joel Brobecker  <brobecker@adacore.com>
6870
6871         * dwarf2read.c (add_partial_symbol): Create an extra partial
6872         symbol in the VAR_DOMAIN for Ada structures, unions or enums.
6873         (new_symbol): Likewise for symbols.
6874
6875 2007-01-24  Nick Roberts  <nickrob@snap.net.nz>
6876
6877         * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
6878
6879 2007-01-23  Vladimir Prus  <vladimir@codesourcery.com>
6880         
6881         * value.c (value_primitive_field): Copy the full 'location' 
6882         contents, instead of assuming that copying ADDRESS will 
6883         bring over everything in the union.  Remove obsolete comment.
6884         
6885 2007-01-23  Masaki Muranaka  <monaka@monami-software.com>
6886
6887         * m32c-tdep.c (make_regs, m32c_analyze_prologue)
6888         (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
6889         (m32c_m16c_pointer_to_address): Separate code from declarations.
6890
6891 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
6892
6893         * target.c (update_current_target): Correct typo.
6894
6895 2007-01-22  Masaki Muranaka  <monaka@monami-software.com>
6896
6897         * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
6898         declaration.
6899
6900 2007-01-11  Andrew Cagney  <cagney@redhat.com>
6901             Daniel Jacobowitz  <dan@codesourcery.com>
6902             Jan Kratochvil  <jan.kratochvil@redhat.com>
6903
6904         * dwarf2-frame.c (execute_cfa_program): New support of
6905         `DW_CFA_GNU_negative_offset_extended'.
6906
6907 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
6908
6909         * NEWS: Mention flash support for "load" and new remote packets.
6910
6911 2007-01-21  Markus Deuling  <deuling@de.ibm.com>
6912
6913         * breakpoint.c (delete_command): Skip redundant loop iterations.
6914
6915 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
6916
6917         * gdbarch.sh (register_type): Update comment.
6918         * gdbarch.h: Regenerated.
6919         * arch-utils.c (generic_register_size): Call register_type.
6920         * ia64-tdep.c (ia64_extract_return_value): Likewise.
6921         * m32c-tdep.c (check_for_saved): Likewise.
6922         * mips-tdep.c (mips_print_register, print_gp_register_row)
6923         (mips_print_registers_info): Likewise.
6924         * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
6925         Likewise.
6926         * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
6927         (sh64_do_register, sh64_print_register)
6928         (sh64_media_print_registers_info): Likewise.
6929         * tui/tui-regs.c (tui_register_format): Likewise.
6930
6931 2007-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
6932
6933         * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
6934
6935         * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
6936         (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
6937         * cp-support.c (make_symbol_overload_list_qualified): Likewise.
6938         * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
6939         (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
6940         (make_symbol_completion_list): Likewise.
6941
6942 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6943             Daniel Jacobowitz  <dan@codesourcery.com>
6944
6945         * buildsym.c (end_symtab): Use preallocated symtab if available.
6946         Fill in SYMBOL_SYMTAB.
6947         * buildsym.h (struct subfile): Add symtab member.
6948         * dwarf2read.c (struct dwarf2_cu): Add line_header.
6949         (struct file_entry): Add symtab.
6950         (free_cu_line_header): New function.
6951         (read_file_scope): Use it.  Save line_header in the cu.  Process
6952         lines before DIEs.
6953         (add_file_name): Initialize new symtab member.
6954         (dwarf_decode_lines): Create symtabs for included files.
6955         (new_symbol): Set SYMBOL_SYMTAB.
6956         * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
6957         (search_symbols): Likewise.
6958         * symtab.h (struct symbol): Add symtab member.
6959         (SYMBOL_SYMTAB): Define.
6960
6961 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
6962
6963         * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
6964
6965 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
6966
6967         * arch-utils.c (show_endian): Correct reversed condition.
6968
6969 2007-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6970
6971         * MAINTAINERS (Write After Approval): Add myself.
6972
6973 2007-01-16  Daniel Jacobowitz  <dan@codesourcery.com>
6974             Vladimir Prus  <vladimir@codesourcery.com>
6975
6976         Fix 'selected frame' varobjs.
6977         * varobj.c (struct varobj): Remove the error field.
6978         (varobj_set_value): Don't check var->error.
6979         (install_new_value): Don't set var->error.
6980         (varobj_update): Always pass the new value
6981         of the root via install_new_value.
6982         (create_child): Don't set error field.
6983         (new_variable): Likewise.
6984         (c_value_of_root): Always reevaluate the value
6985         of selected frame varobjs in the selected frame.
6986         Don't call reinit_frame_cache.
6987
6988 2007-01-15  Joel Brobecker  <brobecker@adacore.com>
6989
6990         * source.c (_initialize_source): Improve the help text of
6991         the substitute-path commands.
6992
6993 2007-01-14  Mark Kettenis  <kettenis@gnu.org>
6994
6995         * frv-tdep.c (frv_gdbarch_init, frv_register_name)
6996         (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
6997         (frv_skip_prologue): Remove prototypes.
6998         (frv_adjust_breakpoint_address): Renamed from
6999         frv_gdbarch_adjust_breakpoint_address.
7000         (frv_gdbarch_init): Adjust.
7001
7002 2007-01-13  Mark Kettenis  <kettenis@gnu.org>
7003
7004         * gdbarch.sh (deprecated_extract_return_value)
7005         (deprecated_store_return_value): Remove.
7006         (extract_return_value, store_return_value): Remove default values.
7007         * gdbarch.c, gdbarch.h: Regenerate.
7008         * arch-utils.c, arch-utils.h (legacy_extract_return_value)
7009         (legacy_store_return_value): Remove.
7010         * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
7011         Remove.
7012
7013         * mi/mi-main.c: Remove obsolete comment.
7014
7015         * regcache.c, regcache.h (deprecated_register_bytes)
7016         (deprecated_read_register_bytes)
7017         (deprecated_write_register_bytes): Remove.
7018
7019         * frame.c (get_frame_register_bytes, put_frame_register_bytes):
7020         Don't forget to move destination pointer.
7021
7022 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
7023
7024         * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
7025
7026 2007-01-11  Ulrich Weigand  <uweigand@de.ibm.com>
7027
7028         * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
7029         past entry function with recent newlib.
7030
7031 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
7032
7033         * gdb.texinfo (GDB/MI Variable Objects): Improve the 
7034         introduction.  Specify -var-update more exactly.
7035
7036 2007-01-11  Daniel Jacobowitz  <dan@codesourcery.com>
7037
7038         * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
7039
7040 2007-01-10  Jim Blandy  <jimb@codesourcery.com>
7041
7042         * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
7043         the Global Maintainers' invitation to be a global maintainer.
7044
7045 2007-01-10  Daniel Jacobowitz  <dan@codesourcery.com>
7046
7047         * infrun.c (singlestep_pc): New variable.
7048         (resume): Set singlestep_pc.
7049         (context_switch): Add a debugging message.  Flush the frame cache.
7050         (handle_inferior_event): Add debugging messages.  Handle thread
7051         hops when a software single step has completed.  Let context_switch
7052         handle flushing the frame cache.
7053
7054 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7055
7056         * NEWS: Mention target descriptions, "set tdesc filename",
7057         "unset tdesc filename", "show tdesc filename", and
7058         qXfer:features:read.
7059         * arch-utils.c (choose_architecture_for_target): New function.
7060         (gdbarch_info_fill): Call it.
7061         * target-descriptions.c (struct property): Make members non-const.
7062         (struct target_desc): Add arch member.
7063         (target_description_filename): New variable.
7064         (target_find_description): Try via XML first.
7065         (tdesc_architecture): New.
7066         (free_target_description, make_cleanup_free_target_description): New.
7067         (set_tdesc_property): Call xstrdup.
7068         (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
7069         (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
7070         (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
7071         (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
7072         * target-descriptions.h (tdesc_architecture)
7073         (make_cleanup_free_target_description, set_tdesc_architecture): New
7074         prototypes.
7075         * Makefile.in (SFILES): Add xml-tdesc.c.
7076         (COMMON_OBS): Add xml-tdesc.o.
7077         (target-descriptions.o): Update.
7078         (xml-tdesc.o): New rule.
7079         * xml-tdesc.c, xml-tdesc.h: New files.
7080         * remote.c (PACKET_qXfer_features): New enum.
7081         (remote_protocol_features): Add qXfer:features:read.
7082         (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
7083         (_initialize_remote): Register qXfer:features:read.
7084         * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
7085         * features/gdb-target.dtd: New file.
7086
7087 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7088
7089         * copyright.sh: Clarify error.
7090
7091 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7092
7093         * symtab.c (matching_bfd_sections): Fix VMA matching for
7094         prelinked objects.
7095
7096 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7097
7098         * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
7099         nested symbols.
7100
7101 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7102
7103         Updated copyright notices for most files.
7104
7105 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7106
7107         * copyright.sh (prunes): Add step-line.inp and step-line.c.
7108
7109 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7110
7111         * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
7112         exec_prefix.
7113         (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
7114         '${prefix}'.
7115         * configure, config.in: Regenerate.
7116         * defs.h (debug_file_directory): Declare.
7117         * main.c (captured_main): Canonicalize gdb_sysroot.  Assume
7118         TARGET_SYSTEM_ROOT is defined.  Initialize debug_file_directory and
7119         relocate it if DEBUGDIR_RELOCATABLE.
7120         * symfile.c (debug_file_directory): Make non-static.
7121         (find_separate_debug_file): Look for debug info for SYSROOT/PATH
7122         in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
7123         (_initialize_symfile): Don't initialize debug_file_directory here.
7124
7125 2007-01-09  Jim Blandy  <jimb@codesourcery.com>
7126
7127         * score-tdep.c (score_push_dummy_call): Don't mix declarations and
7128         statements.
7129
7130 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7131
7132         * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
7133         frame_unwind_register to recurse.
7134         * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
7135         (alpha_heuristic_frame_prev_register): Likewise.
7136         * h8300-tdep.c (h8300_frame_prev_register): Likewise.
7137         * m32c-tdep.c (m32c_prev_register): Likewise.
7138         * frame.c (frame_register_unwind_location): Remove FIXME.
7139
7140 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7141             Eli Zaretskii  <eliz@gnu.org>
7142
7143         * copyright.sh: New file.
7144
7145 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7146
7147         * configure.ac: Check for XML_StopParser.
7148         * xml-support.c (gdb_xml_body_text): Check for an error.
7149         (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
7150         (gdb_xml_end_element_wrapper): Likewise.
7151         * config.in, configure: Regenerated.
7152
7153 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7154
7155         * varobj.c (install_new_value): Always update print_value.
7156         (value_get_print_value): Immediately return NULL for missing
7157         values.
7158
7159 2007-01-08  Jim Blandy  <jimb@codesourcery.com>
7160
7161         * configure.ac: Tighten pattern for extracting value of
7162         DEPRECATED_TM_FILE from the target makefile fragment.
7163         * configure: Regenerated.
7164
7165 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7166
7167         * linux-nat.c (struct simple_pid_list): Add status.
7168         (add_to_pid_list): Record the PID's status.
7169         (linux_record_stopped_pid): Likewise.  Make static.
7170         (pull_pid_from_list): Return the saved status.
7171         (linux_nat_handle_extended): Deleted.
7172         (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
7173         Make static.  Handle non-SIGSTOP for a new thread's first signal.
7174         (flush_callback): Handle unexpected pending signals.
7175         (linux_nat_wait): Update calls to changed functions.
7176         * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
7177         Remove prototypes for newly static functions.
7178
7179 2007-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
7180
7181         * gdbarch.sh (value_from_register): New gdbarch function.
7182         * gdbarch.c, gdbarch.h: Regenerate.
7183         * findvar.c (default_value_from_register): New function.
7184         (value_from_register): Use gdbarch_value_from_register.
7185         * value.h (default_value_from_register): Declare.
7186         * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
7187         spu_value_to_register): Remove.
7188         (spu_value_from_register): New function.
7189         (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
7190         set_gdbarch_register_to_value, set_gdbarch_value_to_register.
7191         Call set_gdbarch_value_from_register.
7192         * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
7193         s390_value_to_register): Remove.
7194         (s390_value_from_register): New function.
7195         (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
7196         set_gdbarch_register_to_value, set_gdbarch_value_to_register.
7197         Call set_gdbarch_value_from_register.
7198
7199 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7200
7201         * NEWS: Add "set sysroot" and "show sysroot".
7202         * solib.c (solib_absolute_prefix): Delete.  Replace
7203         all uses with gdb_sysroot.
7204         (_initialize_solib): Add "set sysroot" and "show sysroot".
7205         Make "solib-absolute-prefix" an alias to it.
7206
7207 2007-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
7208
7209         * frame.c (get_frame_register_bytes): New function.
7210         (put_frame_register_bytes): Likewise.
7211         * frame.h (get_frame_register_bytes): Declare.
7212         (put_frame_register_bytes): Likewise.
7213         * findvar.c (value_from_register): Always construct lval_register
7214         values.  Use get_frame_register_bytes.
7215         * valops.c (value_assign): Use get_frame_register_bytes and
7216         put_frame_register_bytes.
7217
7218 2007-01-08  Jim Blandy  <jimb@codesourcery.com>
7219
7220         * MAINTAINERS: Update Stan Shebs' email address.
7221
7222 2007-01-07  Joel Brobecker  <brobecker@adacore.com>
7223
7224         * ada-lang.c (is_known_support_routine): Improve the implementation.
7225
7226 2007-01-06  Joel Brobecker  <brobecker@adacore.com>
7227
7228         * ada-lang.c: Add include of source.h.
7229         (is_known_support_routine): Improve the check verifying that the file
7230         associated to this frame exists.
7231         * Makefile.in (ada-lang.o): Add dependency on source.h.
7232
7233 2007-01-07  Jim Blandy  <jimb@codesourcery.com>
7234
7235         * ax-general.c (ax_const_l): Select proper opcode for the given
7236         value.
7237
7238 2007-01-05  Vladimir Prus  <vladimir@codesourcery.com>
7239
7240         * varobj.c (c_value_of_root): Don't select frame if variable
7241         object is out of scope.
7242
7243 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
7244
7245         * varobj.c (struct varobj): New member print_value.
7246         (install_new_value): Compare last printed value with current one
7247         instead of contents.
7248         (new_variable): Initialize var->print_value to NULL.
7249         (free_variable): Free var->print_value.
7250         (value_get_print_value): New function derived from
7251         c_value_of_variable.
7252         (c_value_of_variable): Use value_get_print_value.
7253
7254 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7255
7256         * i386-tdep.c (i386_analyze_stack_align): Add comment.
7257
7258 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7259
7260         * NEWS: Add entries for new catch commands.
7261
7262 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7263
7264         * dwarf2read.c (partial_die_info): Add field has_byte_size.
7265         (add_partial_symbol): Correct identification of external references.
7266         (process_structure_scope): Likewise.
7267         (read_partial_die): Handle DW_AT_byte_size attribute.
7268
7269 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
7270
7271         * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
7272
7273 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
7274
7275         * varobj.c (get_type_deref): Fix variable objects for references to
7276         pointers.
7277
7278 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7279
7280         * symtab.c (find_pc_sect_psymtab): Add comments.  Handle psymtabs
7281         with no symbols.
7282
7283 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7284
7285         * memory-map.c (struct_memory_map_parsing_data): Remove most
7286         members.  Make property_name an array.
7287         (free_memory_map_parsing_data, memory_map_start_element)
7288         (memory_map_end_element, memory_map_character_data): Delete.
7289         (memory_map_start_memory, memory_map_end_memory)
7290         (memory_map_start_property, memory_map_end_property): New functions.
7291         (property_attributes, memory_children, memory_type_enum)
7292         (memory_attributes, memory_map_children, memory_map_elements): New.
7293         (parse_memory_map): Rewrite.
7294         * xml-support.c (debug_xml): New.
7295         (xml_get_required_attribute, xml_get_integer_attribute)
7296         (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
7297         Delete.
7298         (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
7299         (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
7300         (gdb_xml_start_element, gdb_xml_start_element_wrapper)
7301         (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
7302         (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
7303         (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
7304         (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
7305         New.
7306         * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
7307         (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
7308         (enum gdb_xml_element_flag, struct gdb_xml_element)
7309         (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
7310         (struct gdb_xml_enum): New.
7311         (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
7312         (gdb_xml_error, gdb_xml_parse_attr_ulongest)
7313         (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
7314         (xml_get_required_attribute, xml_get_integer_attribute)
7315         (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
7316         * Makefile.in (xml_support_h, xml-support.o): Update.
7317
7318 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7319
7320         * Makefile.in (eval.o): Update dependencies.
7321         * eval.c: Include "ui-out.h" and "exceptions.h".
7322         (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
7323         Use value_zero if an error occurs when avoiding side effects.
7324         * varobj.c (c_value_of_root): Initialize new_val.
7325
7326 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7327
7328         * varobj.c (varobj_list_children): Stop if the number of children is
7329         unknown.
7330         (c_number_of_children):
7331
7332 2007-01-04  Mark Kettenis  <kettenis@gnu.org>
7333
7334         * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
7335         (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
7336         (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
7337         (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
7338         sizeof, instead of hardcoded constants.
7339
7340 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7341
7342         * CONTRIBUTE: Use sourceware.org.
7343
7344 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7345
7346         * buildsym.c (start_subfile): Handle producer.
7347         (record_producer): New function.
7348         * buildsym.h (struct subfile): Include producer.
7349         (record_producer): New prototype.
7350         * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
7351         (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
7352         armcc_cfa_offsets_reversed.
7353         (execute_cfa_program): Handle armcc_cfa_offsets_sf.
7354         (dwarf2_frame_find_quirks): New function.
7355         (dwarf2_frame_cache): Call it.  Handle armcc_cfa_offsets_reversed.
7356         (decode_frame_entry_1): Record the CIE version.  Record the
7357         augmentation.  Skip armcc augmentations.
7358         * dwarf2read.c (read_file_scope): Save the producer.
7359         * symtab.h (struct symtab): Rename unused version member to
7360         producer.
7361
7362 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7363
7364         * configure.ac (build_warnings): Use -Wall and
7365         -Wdeclaration-after-statement.
7366         * configure: Regenerated.
7367
7368 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
7369
7370         Simplify access to variours properties of child
7371         variable objects in C.
7372         * varobj.c (value_struct_element_index): New function.
7373         (c_describe_child): New function.
7374         (c_name_of_child, c_value_of_child)
7375         (c_type_of_child): Rewrite to use c_describe_child.
7376
7377 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
7378
7379         gdb/
7380         * varobj.c: Include "vec.h". 
7381         (varobj_p): New typedef, declare vector of those.
7382         (struct varobj): Use vector for the 'children' member.
7383         (child_exists): Remove.
7384         (save_child_in_parent): Remove.
7385         (remove_child_from_parent): Remove.
7386         (struct varobj_child): Remove.
7387         (struct vstack): Remove.
7388         (vpush, vpop): Remove.
7389         (varobj_list_children): Adjust to work work vector.
7390         (varobj_update): Likewise. Use vectors for
7391         working stack and result.
7392         (delete_variable_1): Likewise.
7393         * Makefile.in (varobj.o): Update dependencies.
7394
7395 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
7396
7397         Port from Apple's version.
7398         gdb/
7399         * varobj.c (type_changeable): Rename to...
7400         (varobj_value_is_changeable_p): ...this. Adjust all callers.
7401         (is_root_p): New function. Use it everywhere.
7402
7403 2007-01-04  Jim Blandy  <jimb@codesourcery.com>
7404
7405         * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
7406         then plain 'fixup'.
7407
7408 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
7409
7410         * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
7411
7412 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
7413
7414         * hpread.c (hpread_type_lookup): Fix compilation failure.
7415
7416 2007-01-04  Qinwei  <qinwei@sunnorth.com.cn>
7417
7418         * NEWS: New port to S+core.
7419         * MAINTAINERS (Write After Approval, Responsible Maintainers):
7420         Add myself.
7421
7422         * Makefile.in: Add dependencies for S+core files.
7423         * configure.tgt (score*, score-*-*): Add S+core target.
7424         * config/score/embed.mt: New file.
7425         * score-tdep.c: New file.
7426         * score-tdep.h: New file.
7427
7428 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
7429
7430         * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
7431         the appropriate type rather than a bogus void type.
7432
7433 2007-01-04  Joel Brobecker  <brobecker@adacore.com>
7434
7435         * ada-lang.h (ada_find_printable_frame): Remove.
7436         (ada_exception_catchpoint_p, ada_decode_exception_location)
7437         (ada_decode_assert_location): Add declaration.
7438         * ada-lang.c: Add include of annotate.h and valprint.h.
7439         (exception_catchpoint_kind): New enum.
7440         (function_name_from_pc, is_known_support_routine)
7441         (ada_find_printable_frame, ada_unhandled_exception_name_addr)
7442         (ada_exception_name_addr_1, ada_exception_name_addr)
7443         (print_it_exception, print_one_exception, print_mention_exception)
7444         (print_it_catch_exception, print_one_catch_exception)
7445         (print_mention_catch_exception, catch_exception_breakpoint_ops)
7446         (print_it_catch_exception_unhandled)
7447         (print_one_catch_exception_unhandled)
7448         (print_mention_catch_exception_unhandled, print_it_catch_assert)
7449         (print_one_catch_assert, print_mention_catch_assert)
7450         (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
7451         (ada_get_next_arg, catch_ada_exception_command_split)
7452         (ada_exception_sym_name, ada_exception_sym_name)
7453         (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
7454         (ada_parse_catchpoint_condition, ada_exception_sal)
7455         (ada_decode_exception_location)
7456         (ada_decode_assert_location): New function.
7457         (catch_exception_unhandled_breakpoint_ops): New global variable.
7458         (catch_assert_breakpoint_ops): New global variable.
7459         * breakpoint.c: Add include of ada-lang.h.
7460         (print_one_breakpoint): Do not print the condition for Ada
7461         exception catchpoints.
7462         (create_ada_exception_breakpoint): New function.
7463         (catch_ada_exception_command, catch_assert_command): New function.
7464         (catch_command_1): Add support for the new "catch exception" and
7465         "catch assert" commands.
7466         (_initialize_breakpoint): Add help description for the new catch
7467         commands.
7468         * Makefile.in (ada-lang.o): Add dependency on annotate.h and
7469         valprint.h.
7470         (breakpoint.o): Add dependency on ada-lang.h.
7471
7472 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
7473
7474         * coffread.c (cs_to_section): If bfd_section is found, always
7475         return its section index.
7476         (coff_symtab_read): Determine the minimal_symbol_type using the
7477         bfd_section flags.
7478
7479 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7480             Daniel Jacobowitz  <dan@codesourcery.com>
7481
7482         * Makefile.in (top.o): Update.
7483         * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
7484         (saved_after_char_processing_hook, gdb_readline_wrapper_line)
7485         (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
7486         New.
7487         (gdb_readline_wrapper): Rewrite to use asynchronous readline.
7488
7489 2007-01-03  Mark Kettenis  <kettenis@gnu.org>
7490
7491         * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
7492         (arm_linux_init_abi): Don't set deprecated_extract_return_value.
7493
7494 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7495
7496         * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
7497         * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
7498         * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
7499         greater than or equal to zero.
7500         * m2-typeprint.c (m2_array): Likewise.
7501         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
7502         * gdbtypes.c (copy_type_recursive): Correct == typo.
7503         * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
7504         * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
7505         greater than zero.
7506         * macroscope.c (sal_macro_scope): Don't name a local variable "main".
7507         (default_macro_scope): Remove unused variable.
7508         * prologue-value.h (pv_area_find_reg): Don't name an argument
7509         "register".
7510         * remote-fileio.c (remote_fio_func_map): Add missing braces.
7511         * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
7512         type.
7513         (cleanup_sigint_signal_handler): Remove casts.
7514         * valprint.c (val_print): Use a volatile local for the modified
7515         argument.
7516         * varobj.c (languages): Remove extra array dimension.
7517         (varobj_create): Correct access to languages array.
7518         * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
7519         missing braces.
7520         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
7521         * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
7522         * mi/mi-getopt.c (mi_valid_noargs): Likewise.
7523         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
7524         (mi_cmd_data_write_memory): Likewise.
7525         * signals/signals.c (target_signal_to_string): Cast to int before
7526         comparing.
7527         * tui/tui-layout.c (init_and_make_win): Take and return a void *.
7528         Update all callers.
7529
7530 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7531
7532         * NEWS: Mention pointer to member improvements.
7533         * Makefile.in (gnu-v3-abi.o): Delete special rule.
7534         (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
7535         * ada-valprint.c (ada_print_scalar): Update for new type codes.
7536         * c-typeprint.c (c_print_type): Update for new type codes.
7537         (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
7538         (c_type_print_base): Likewise.
7539         (c_type_print_args): Rewrite.
7540         * c-valprint.c (c_val_print): Update for new type codes.  Remove
7541         support for references to members.  Treat methods like functions.
7542         * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
7543         (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
7544         * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
7545         (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
7546         (struct cp_abi_ops): Add corresponding members.
7547         * cp-valprint.c (cp_print_class_method): Delete.
7548         (cp_find_class_member): New function.
7549         (cp_print_class_member): Use it.  Simplify support for bogus
7550         member pointers.
7551         * dwarf2read.c (quirk_gcc_member_function_pointer): Use
7552         lookup_methodptr_type.
7553         (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
7554         * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
7555         OP_SCOPE.  Update call to value_aggregate_elt.  Rewrite member
7556         pointer support.
7557         (evaluate_subexp_for_address): Handle OP_SCOPE explicitly.  Handle
7558         references returned by user defined operators.
7559         * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
7560         (f_type_print_varspec_suffix): Remove support for member pointers.
7561         * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
7562         and adjusted.
7563         (smash_to_memberptr_type): Likewise, from smash_to_member_type.
7564         (lookup_methodptr_type): New.
7565         (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
7566         (recursive_dump_type): Update for new types.
7567         * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
7568         TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
7569         (lookup_memberptr_type, lookup_methodptr_type)
7570         (smash_to_memberptr_type): New prototypes.
7571         (smash_to_method_type): Formatting fix.
7572         (lookup_member_type, smash_to_member_type): Delete prototypes.
7573         * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
7574         Do not rely on debug information for the vptr or the method's
7575         enclosing type.  Handle function descriptors for IA64.
7576         (gnuv3_virtual_fn_field): Rewrite using the new functions.
7577         (gnuv3_find_method_in, gnuv3_print_method_ptr)
7578         (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
7579         (gnuv3_method_ptr_to_value): New.
7580         (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
7581         * hpread.c (hpread_type_lookup): Update for new types.
7582         * infcall.c (value_arg_coerce): Likewise.
7583         * m2-typeprint.c (m2_print_type): Remove explicit support
7584         for member pointers.
7585         * m2-valprint.c (m2_val_print): Likewise.
7586         * p-typeprint.c (pascal_type_print_varspec_prefix)
7587         (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
7588         * p-valprint.c (pascal_val_print): Likewise.
7589         (pascal_object_print_class_method, pascal_object_print_class_member):
7590         Delete.
7591         * p-lang.h (pascal_object_print_class_method)
7592         (pascal_object_print_class_member): Delete prototypes.
7593         * stabsread.c (read_type): Update for new types.
7594         * typeprint.c (print_type_scalar): Likewise.
7595         * valops.c (value_struct_elt_for_reference, value_namespace_elt)
7596         (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
7597         argument.  Construct a pointer to member if the address of a
7598         function or data member is requested.
7599         (value_cast_pointers): Don't modify the input value.
7600         (value_cast): Adjust pointer to member handling for new types.
7601         Allow null pointer to member constants.  Don't modify the input
7602         value.
7603         (value_ind): Remove pointer to member check.  Handle function
7604         descriptors for function pointers.
7605         (value_struct_elt, value_find_oload_method_list, check_field):
7606         Remove pointer to member checks.
7607         * value.c (unpack_long): Allow pointers to data members.
7608         (value_from_longest): Allow member pointers.
7609         * value.h (value_aggregate_elt): Add want_address.
7610         * varobj.c (c_variable_editable): Remove check for members.
7611         * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
7612         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
7613         in virtual tables.
7614         (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
7615         * c-lang.h (cp_print_class_method): Delete prototype.
7616         * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
7617         * mips-tdep.c (mips_gdbarch_init): Likewise.
7618         * gdbarch.c, gdbarch.h: Regenerated.
7619
7620 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
7621
7622         * rs6000-tdep.c (rs6000_use_struct_convention)
7623         (rs6000_extract_return_value, rs6000_store_return_value)
7624         (rs6000_extract_struct_value_address): Remove.
7625         (rs6000_return_value): New function.
7626         (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
7627         store_return_value, deprecated_extract_struct_value_address and
7628         deprecated_use_struct_convention.  Use rs6000_return_value
7629         instead.
7630
7631 2007-01-02  Nick Roberts  <nickrob@snap.net.nz>
7632
7633         * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
7634         -display-disable, -display-enable, -display-insert and
7635         -display-list.
7636
7637 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7638
7639         * breakpoint.c (remove_breakpoint): Remove dead code.
7640
7641 2007-01-01  Nick Roberts  <nickrob@snap.net.nz>
7642
7643         * varobj.c: Include block.h.
7644         (c_value_of_root): Check scope within nested statements.
7645
7646 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
7647
7648         * mi/mi-main.c (mi_cmd_data_write_register_values): Use
7649         regcache_cooked_write_signed instead of
7650         deprecated_write_register_bytes.
7651
7652 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7653
7654         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
7655
7656 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7657
7658         Followed the Start of New Year Procedure:
7659         * ChangeLog-2006: New file, containing all the entries for 2006.
7660         * ChangeLog: Removed all 2006 entries, and changed the reference
7661         to the previous ChangeLog to point to ChangeLog 2006.
7662         * top.c (print_gdb_version): Update copyright year.
7663
7664 2007-01-01  Mark Kettenis  <kettenis@gnu.org>
7665
7666         * Makefile.in (remote-sds.o): Remove.
7667         * remote-sds.c: Delete.
7668
7669 For older changes see ChangeLog-2006.
7670 \f
7671 Local Variables:
7672 mode: change-log
7673 left-margin: 8
7674 fill-column: 74
7675 version-control: never
7676 coding: utf-8
7677 End: