2003-04-08 Elena Zannoni <ezannoni@redhat.com>
[external/binutils.git] / gdb / ChangeLog
1 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
2
3         * s390-nat.c: Include asm/types.h for addr_t.
4
5 2003-04-14  Corinna Vinschen  <vinschen@redhat.com>
6
7         * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8         actually incoming type.
9
10 2003-04-13  Andrew Cagney  <cagney@redhat.com>
11
12         * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
13         get_next_frame and get_frame_saved_regs.
14
15 2003-04-13  Andrew Cagney  <cagney@redhat.com>
16
17         * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
18         of gdbarch_num_regs.
19
20 2003-04-13  Andrew Cagney  <cagney@redhat.com>
21
22         * frame.h: Mention what replaced what in "struct frame_info".
23         * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
24         deprecated_update_frame_base_hack and
25         deprecated_update_frame_pc_hack.
26         * hppa-tdep.c: Ditto.
27
28 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
29
30         * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
31         to read_reg and update its comment.  Remove regnum member.
32         * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
33         Don't call read_reg when setting in_reg.  Call read_reg to get
34         the frame base if it's in a register.  Return the register number
35         on the stack instead of in the context.  Remove extra arguments
36         to read_reg.
37         * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
38         (dwarf2_evaluate_loc_desc): Call value_from_register.  Expect
39         the register number on the expression stack.
40         (needs_frame_read_reg): Remove extra arguments.
41
42 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
43
44         * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
45         made non-static.
46         (execute_stack_op): All callers updated.
47         * dwarf2expr.h: Add prototype for dwarf2_read_address.
48         * dwarf2loc.c (find_location_expression): New function.
49         (dwarf_expr_frame_base): Call it.
50         (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
51         (dwarf2_tracepoint_var_ref): New function, broken out from
52         locexpr_tracepoint_var_ref.
53         (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
54         Make static.
55         (loclist_read_variable, loclist_read_needs_frame): New functions.
56         (loclist_describe_location, loclist_tracepoint_var_ref): New
57         functions.
58         (dwarf2_loclist_funcs): New struct location_funcs.
59         * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
60         (struct dwarf2_locexpr_baton): Add comments.
61         (dwarf2_loclist_funcs): New extern.
62         * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
63         base_address and base_known.
64         (dwarf_loc_buffer): New variable.
65         (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
66         (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
67         (dwarf2_has_info): Initialize dwarf_loc_offset.
68         (dwarf2_build_psymtabs): Read in .debug_loc.
69         (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
70         DWARF_LOC_SIZE.
71         (psymtab_to_symtab_1): Likewise.  Move base address calculation
72         here, from...
73         (dwarf2_get_pc_bounds): ... here.  Use the base address from
74         cu_header.
75         (dwarf2_symbol_mark_computed): Handle location lists.
76
77 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
78
79         * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
80         if the linkage name demangled successfully.
81
82 2003-04-13  Mark Kettenis  <kettenis@gnu.org>
83
84         * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
85         disassmbly_flavour): Removed.
86
87         * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
88
89 2003-04-13  Mark Kettenis  <kettenis@gnu.org>
90
91         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
92
93 2003-04-12  Andrew Cagney  <cagney@redhat.com>
94
95         * frame.h (struct frame_info): Move definition from here ...
96         * frame.c (struct frame_info): ... to here.
97
98 2003-04-12  Andrew Cagney  <cagney@redhat.com>
99
100         * gdbthread.h (save_infrun_state): Delete parameter
101         "prev_func_start".
102         (struct thread_info): Delete field "prev_func_start".
103         (load_infrun_state): Ditto.
104         * thread.c (load_infrun_state, save_infrun_state): Update.
105         * infrun.c (prev_func_start): Delete variable.
106         (context_switch, init_wait_for_inferior): Update.
107         (stop_stepping, keep_going): Update.
108
109 2003-04-12  Andrew Cagney  <cagney@redhat.com>
110
111         * gdbarch.sh: Add missing opaque declarations.
112         * gdbarch.h: Regnerate.
113         * symtab.h: Add missing opaque declarations.
114         * value.h, target.h, symfile.h, stabsread.h: Ditto.
115         * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
116         * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
117         * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
118         * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
119         * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
120         * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
121         * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
122         * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
123         * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
124         * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
125         * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
126         * cli/cli-setshow.h, cli/cli-script.h: Ditto.
127
128 2003-04-11  Andrew Cagney  <cagney@redhat.com>
129
130         * frame.c (get_frame_id): Return this frame's "id".
131         (legacy_get_prev_frame): Set prev's frame ID code_addr to the
132         function start.
133         (legacy_saved_regs_this_id): Replace function body with
134         internal-error.
135         (deprecated_frame_xmalloc): Mark the frame ID as valid, use
136         FRAME_OBSTACK_ZALLOC.
137         (create_new_frame): Mark the frame ID as valid.
138
139 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
140
141         * Makefile.in (libbfd_h): Added missing setting.
142         * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
143         according to the selected ABI.
144
145 2003-04-11  Jeff Johnston  <jjohnstn@redhat.com>
146
147         * gdb_indent.sh: Recognize pid_t and sigset_t as types.
148
149 2003-04-11  Andrew Cagney  <cagney@redhat.com>
150
151         * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
152         SAVED_PC_AFTER_CALL.
153         * gdbarch.h, gdbarch.c: Regenerate.
154         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
155         * x86-64-tdep.c (x86_64_init_abi): Update.
156         * vax-tdep.c (vax_gdbarch_init): Update.
157         * v850-tdep.c (v850_gdbarch_init): Update.
158         * sparc-tdep.c (sparc_gdbarch_init): Update.
159         * sh-tdep.c (sh_gdbarch_init): Update.
160         * s390-tdep.c (s390_gdbarch_init): Update.
161         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
162         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
163         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
164         * mips-tdep.c (mips_gdbarch_init): Update.
165         * mcore-tdep.c (mcore_gdbarch_init): Update.
166         * m68k-tdep.c (m68k_gdbarch_init): Update.
167         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
168         * ia64-tdep.c (ia64_gdbarch_init): Update.
169         (ia64_saved_pc_after_call): Update declaration.
170         * i386ly-tdep.c (i386lynx_init_abi): Update.
171         * i386-tdep.c (i386_gdbarch_init): Update.
172         * hppa-tdep.c (hppa_gdbarch_init): Update.
173         * h8300-tdep.c (h8300_gdbarch_init): Update.
174         * frv-tdep.c (frv_gdbarch_init): Update.
175         * cris-tdep.c (cris_gdbarch_init): Update.
176         * avr-tdep.c (avr_gdbarch_init): Update.
177         * arm-tdep.c (arm_gdbarch_init): Update.
178         * alpha-tdep.c (alpha_gdbarch_init): Update.
179         * ns32knbsd-nat.c (frame_num_args): Update.
180         * ns32k-tdep.c (umax_frame_num_args): Update.
181         * mips-tdep.c (mips_init_frame_pc_first): Update.
182         * infrun.c (step_over_function): Update.
183         * i386-linux-tdep.c (skip_hurd_resolver): Update.
184         * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
185         * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
186         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
187         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
188         * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
189         * arm-linux-tdep.c (skip_hurd_resolver): Update.
190         * arch-utils.c (init_frame_pc_default): Update.
191         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
192         * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
193         declaration.
194         
195 2003-04-11  Andrew Cagney  <cagney@redhat.com>
196
197         * i387-tdep.c: Update copyright.
198         (i387_to_double): Delete function.
199         (double_to_i387): Delete function.
200
201 2003-04-10  Andrew Cagney  <cagney@redhat.com>
202
203         * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
204         frame's function's address.  Simplify.
205         (d10v_frame_unwind_cache): Check that the frame's function is
206         non-zero.
207
208 2003-04-10  Jim Blandy  <jimb@redhat.com>
209
210         * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
211         call to set_gdbarch_deprecated_push_arguments.
212
213 2003-04-10  Andrew Cagney  <cagney@redhat.com>
214
215         * frame.c (fprint_frame_id): New function.
216         (fprint_frame_type, fprint_frame): New function.
217         (frame_pc_unwind, frame_func_unwind): Add/update trace code.
218         (create_sentinel_frame, get_frame_id): Ditto.
219         (frame_id_p, frame_id_eq): Ditto.
220         (frame_id_inner, create_new_frame): Ditto.
221         (legacy_get_prev_frame, get_prev_frame): Ditto.
222         (deprecated_update_frame_pc_hack): Ditto.
223         (frame_register_unwind): Ditto.
224         (deprecated_update_frame_base_hack): Ditto.
225
226 2003-04-10  Corinna Vinschen  <vinschen@redhat.com>
227
228         * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
229         (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
230         frame_chain function.
231         * Makefile.in: Add dependencies due to above change.
232
233 2003-04-10  Corinna Vinschen  <vinschen@redhat.com>
234
235         * blockframe.c (legacy_frame_chain_valid): Move call to
236         DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
237         inside_entry_file.
238
239 2003-04-09  Andrew Cagney  <cagney@redhat.com>
240
241         * frame.h (struct frame_id): Replace "pc" and "base" with
242         "stack_addr" and "code_addr".  Update comments.
243         (frame_id_build): Update parameter names and comment.
244         (struct frame_info): Replace "id_p" and "id" with "this_id".
245         * dummy-frame.c (dummy_frame_this_id): Update.
246         * breakpoint.c (print_one_breakpoint): Update.
247         * frame.c (get_frame_id): Update.
248         (get_frame_base, frame_id_build): Update.
249         (create_sentinel_frame, legacy_get_prev_frame): Update.
250         (deprecated_update_frame_base_hack): Update.
251         (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
252         (frame_id_inner): Ditto.
253
254 2003-04-09  Andrew Cagney  <cagney@redhat.com>
255
256         * defs.h (gdb_print_host_address): Make "addr" parameter a
257         pointer constant.
258         * utils.c (gdb_print_host_address): Update.
259
260 2003-04-09  Kevin Buettner  <kevinb@redhat.com>
261
262         * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
263         register number for R0 is 0.
264
265 2003-04-09  J. Brobecker  <brobecker@gnat.com>
266
267         * frame.h (struct gdbarch): Add opaque structure definition
268         to avoid a compilation warning on LynxOS 4.0.
269
270 2003-04-09  Andrew Cagney  <cagney@redhat.com>
271
272         * frame.h (struct frame_info): Delete field "pc".  Replace
273         "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
274         structure.
275         * frame.c (frame_pc_unwind): Update.
276         (create_sentinel_frame): Do not set "pc".
277         (get_prev_frame): Do not set "pc".  Use frame_pc_unwind.
278         (get_frame_pc): Call frame_pc_unwind.
279         (deprecated_update_frame_pc_hack): Update.
280         (create_new_frame): Use "pc" not "->pc".
281
282 2003-04-09  Andrew Cagney  <cagney@redhat.com>
283
284         * frame.c (get_frame_id): Eliminate code updating "frame".
285         (legacy_get_prev_frame): Ditto.
286         (get_frame_base): Return id.base directly.
287         (deprecated_update_frame_base_hack): Update "id.base".
288         * frame.h (struct frame_info): Delete field "frame".
289
290 2003-04-09  Andrew Cagney  <cagney@redhat.com>
291
292         * NEWS: Mention that the "Sequent family" is obsolete.
293         * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
294         i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
295         * configure.host: Obsolete i[3456]86-sequent-bsd*,
296         i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
297         * config/i386/tm-ptx4.h: Obsolete file.
298         * config/i386/tm-ptx.h: Obsolete file.
299         * symm-tdep.c: Obsolete file.
300         * config/i386/symmetry.mt: Obsolete file.
301         * config/i386/tm-symmetry.h: Obsolete file.
302         * symm-nat.c: Obsolete file.
303         * config/i386/nm-symmetry.h: Obsolete file.
304         * config/i386/xm-symmetry.h: Obsolete file.
305         * config/i386/symmetry.mh: Obsolete file.
306         * config/i386/nm-ptx4.h: Obsolete file.
307         * config/i386/ptx4.mh: Obsolete file.
308         * config/i386/ptx.mt: Obsolete file.
309         * config/i386/ptx.mh: Obsolete file.
310         * config/i386/xm-ptx4.h: Obsolete file.
311         * config/i386/xm-ptx.h: Obsolete file.
312
313 2003-04-09  Andrew Cagney  <cagney@redhat.com>
314
315         Obsolete mips*-*-mach3*.
316         * NEWS: Mention that mips*-*-mach3* is obsolete.
317         * m3-nat.c: Obsolete file.
318         * config/nm-m3.h: Obsolete file.
319         * config/mips/tm-mipsm3.h: Obsolete file.
320         * config/mips/mipsm3.mt: Obsolete file.
321         * config/mips/mipsm3.mh: Obsolete file.
322         * config/mips/xm-mipsm3.h: Obsolete file.
323         * mipsm3-nat.c: Obsolete file.
324         * configure.host: Obsolete mips-dec-mach3*.
325         * configure.tgt: Obsolete mips*-*-mach3*.
326
327 2003-04-09  Andrew Cagney  <cagney@redhat.com>
328
329         * doublest.h: Update copyright.
330         (deprecated_store_floating, deprecated_extract_floating): Rename
331         store_floating and extract_floating.  Update comments.
332         * doublest.c: Update copyright.
333         (extract_floating_by_length): Replace extract_floating.
334         (store_floating_by_length): Replace store_floating.
335         (deprecated_extract_floating): New function.
336         (deprecated_store_floating): New function.
337         (extract_typed_floating): Call extract_floating_by_length.
338         (store_typed_floating): Call store_floating_by_length.
339         * x86-64-tdep.c (x86_64_store_return_value): Update.
340         * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
341         (sh64_extract_return_value): Update.
342         (sh_sh4_register_convert_to_virtual): Update.
343         (sh_sh64_register_convert_to_virtual): Update.
344         (sh_sh4_register_convert_to_raw): Update.
345         (sh_sh64_register_convert_to_raw): Update.
346         * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
347         (rs6000_register_convert_to_raw): Update.
348         * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
349         (ia64_register_convert_to_raw): Update.
350         * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
351         (REGISTER_CONVERT_TO_VIRTUAL): Update.
352         * arm-linux-tdep.c (arm_linux_push_arguments): Update.
353         * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
354         (alpha_register_convert_to_raw): Update.
355
356 2003-04-08  Andrew Cagney  <cagney@redhat.com>
357
358         * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
359         * gdbarch.h, gdbarch.c: Re-generate.
360         * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
361         (d10v_gdbarch_init): Do not set saved_pc_after_call.
362         * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
363         conditionally, use frame_pc_unwind as an alternative.  Add
364         comments.
365         * arch-utils.c (init_frame_pc_default): Only call
366         SAVED_PC_AFTER_CALL when available.
367
368 2003-04-08  Elena Zannoni  <ezannoni@redhat.com>
369
370         * infrun.c (stop_soon): Rename from stop_soon_quietly.
371         (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
372         (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
373         (start_remote): Ditto.
374         (handle_inferior_event): Ditto.
375         (save_inferior_status): Ditto.
376         (restore_inferior_status): Ditto.
377         * infcmd.c (attach_command): Ditto.
378         * fork-child.c (startup_inferior): Ditto.
379         * inferior.h (stop_soon): Rename from stop_soon_quietly.
380         * alpha-tdep.c (heuristic_proc_start): Ditto.
381         * mips-tdep.c (heuristic_proc_start): Ditto.
382         * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
383         * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
384         * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
385         * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
386         * remote-vx.c (vx_create_inferior): Ditto.
387
388 2003-04-08  Elena Zannoni  <ezannoni@redhat.com>
389
390         * infrun.c (stop_soon_quietly): Make it an enum, to better
391         override the default behavior of handle_inferior_event.
392         (clear_proceed_status): Update uses of stop_soon_quietly to
393         reflect that it is now an enum.
394         (start_remote): Ditto.
395         (handle_inferior_event): Change logic a bit if stop_soon_quietly
396         is set to handle the new GNU/Linux kernel behavior for
397         attach/sigstop.  Update uses of stop_soon_quietly.
398         * inferior.h (enum stop_kind): New enum.
399         * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
400         Reset normal handle_inferior_event behavior, afterwards.
401         * fork-child.c (startup_inferior): Update.
402         * alpha-tdep.c (heuristic_proc_start): Update.
403         * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
404         * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
405         * solib-osf.c (osf_solib_create_inferior_hook): Update.
406         * solib-irix.c (irix_solib_create_inferior_hook): Update.
407         * remote-vx.c (vx_create_inferior): Update.
408         * mips-tdep.c (heuristic_proc_start): Update.
409
410 2003-04-07  Elena Zannoni  <ezannoni@redhat.com>
411
412         * disasm.c (dump_insns):  Move variables inside loop, or they will
413         be freed more than once, causing wild memory corruptions.
414         (gdb_disassembly): Look for the substring "-thread",
415         instead of "-threads" in the target name, to make sure to find
416         the 'multi-thread' target.  Also, make sure we do the right thing 
417         with the "core" target.
418
419 2003-04-07  Kevin Buettner  <kevinb@redhat.com>
420
421         * mips-tdep.c (mips_print_fp_register): New function, created from
422         do_fp_register_row().  Registers are now (also) printed as hex.
423         Only one register is printed per row.
424         (mips_print_register, do_fp_register_row): Print floating point
425         registers with mips_print_fp_register().
426
427 2003-04-06  Andrew Cagney  <cagney@redhat.com>
428
429         * valprint.h (inspect_it): Add extern declaration.
430         * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
431         (selectors_info, classes_info): Ditto.
432         (find_objc_msgcall): Fix indentation.
433         (objc_printstr): Delete extern declarations.
434
435         * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
436
437 2003-04-06  Andrew Cagney  <cagney@redhat.com>
438
439         * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
440         Update comment.
441         * frame.c (legacy_saved_regs_this_id): Update.
442         (legacy_get_prev_frame): Update.
443         * xstormy16-tdep.c: Update comment.
444         * sparc-tdep.c (sparc_frame_chain): Update comment.
445         * blockframe.c (legacy_frame_chain_valid): Update.
446
447 2003-04-06  Andrew Cagney  <cagney@redhat.com>
448
449         * valprint.c (val_print_type_code_int): Delete #ifdef
450         PRINT_TYPELESS_INTEGER code.
451
452         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
453         (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
454         multi-arch definition.
455         * gdbarch.h: Re-generate.
456
457 2003-04-05  Andrew Cagney  <cagney@redhat.com>
458
459         Eliminate FRAME_FIND_SAVED_REGS.
460         * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
461         Change FSR parameter to a pointer.
462         * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
463         Assume FSR parameter is a pointer.
464         * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
465         Make fsr a pointer.
466         * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
467         (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs.  Make
468         saved_regs a pointer.
469         (hppa_frame_saved_pc): Ditto.
470         (find_dummy_frame_regs): Make frame_saved_regs a pointer
471         (hppa_pop_frame): Call hppa_frame_init_saved_regs.  Make fsr a
472         pointer.
473         (restore_pc_queue): Make fsr a pointer.
474         (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
475         (hppa_frame_chain): Make saved_regs a pointer, call
476         hppa_frame_init_saved_regs.
477         * sparc-tdep.c: Include "gdb_assert.h".
478         (sparc_frame_find_saved_regs): Replace internal_error with
479         gdb_assert.
480         * remote-vxsparc.c (vx_read_register): Delete reference to
481         FRAME_FIND_SAVED_REGS.
482         * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
483         * gdbarch.h: Regenerate.
484         * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
485         (deprecated_get_frame_saved_regs): Delete declaration.
486         (struct frame_saved_regs): Delete definition.
487         * frame.c (deprecated_get_frame_saved_regs): Delete function.
488         * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
489         (hppa_frame_find_saved_regs): Delete declaration.
490         (FRAME_FIND_SAVED_REGS): Delete macro.
491         (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
492         * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
493         FRAME_FIND_SAVED_REGS in comment.
494
495 2003-04-05  Andrew Cagney  <cagney@redhat.com>
496
497         * frame.c (frame_func_unwind, get_frame_func): New functions.
498         * frame.h (get_frame_func, frame_func_unwind): Declare.
499         (struct frame_info): Add field "prev_func" for caching the
500         previous frame's function address.
501         * arm-tdep.c (arm_frameless_function_invocation): Combine
502         get_pc_function_start and get_frame_pc into get_frame_func.
503         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
504         (sh64_nofp_frame_init_saved_regs): Ditto.
505         * s390-tdep.c (s390_function_start): Ditto.
506         * rs6000-tdep.c (rs6000_pop_frame): Ditto.
507         (rs6000_frameless_function_invocation): Ditto.
508         (rs6000_frame_saved_pc): Ditto.
509         * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
510         * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
511         * i386-tdep.c (i386_frameless_signal_p): Ditto.
512         (i386_frame_init_saved_regs): Ditto.
513         * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
514         * d10v-tdep.c (d10v_frame_unwind_cache): Combine
515         get_pc_function_start and frame_pc_unwind into frame_func_unwind.
516         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
517         * blockframe.c (frameless_look_for_prologue): Ditto.
518
519 2003-04-05  Andrew Cagney  <cagney@redhat.com>
520
521         * frame.c (legacy_get_prev_frame): Link prev to next at the
522         function start.  Update comments.
523
524 2003-04-05  Andrew Cagney  <cagney@redhat.com>
525
526         * frame.c (get_frame_id): Update comment.
527         (legacy_get_prev_frame): Update comment.
528         * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
529         * gdbarch.h: Regenerate.
530         * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
531         * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
532
533 2003-04-05  Andrew Cagney  <cagney@redhat.com>
534
535         * stack.c (print_frame_info): Use get_frame_pc.
536
537 2003-04-04  Andrew Cagney  <cagney@redhat.com>
538
539         * frame.c (get_prev_frame): Do not call frame_type_from_pc.  Set
540         the frame's type from the unwinder.
541         (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
542         (create_new_frame, legacy_get_prev_frame): When the unwinder's
543         type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
544         (get_frame_base_address): Use get_frame_type.
545         (get_frame_locals_address, get_frame_args_address): Ditto.
546         (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
547         * frame.h (enum frame_type): Add UNKNOWN_FRAME.
548         (struct frame_info): Add comment explaining why the frame contains
549         a "type" field.
550         * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
551         * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
552         * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
553         NORMAL_FRAME.
554         * frame-unwind.h: Include "frame.h".
555         (struct frame_unwind): Add "type" field.
556         * Makefile.in (frame_unwind_h): Add $(frame_h).
557         
558 2003-04-04  Andrew Cagney  <cagney@redhat.com>
559
560         * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
561         * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
562         * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
563         get_frame_base.
564         (d10v_unwind_dummy_id): Use frame_id_build.
565         * frame.c (find_frame_sal): Use get_frame_pc.
566         (create_new_frame): Use deprecated_update_frame_pc_hack and
567         deprecated_update_frame_base_hack.
568         (create_sentinel_frame): Add comment about ->pc going away.
569         (get_prev_frame): Add comment about ->pc going away.
570         (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
571         frame_id_build, deprecated_update_frame_pc_hack and
572         deprecated_update_frame_base_hack.
573         (select_frame): Use get_frame_pc.
574         (legacy_saved_regs_this_id): Use frame_id_build.
575
576 2003-04-04  Elena Zannoni  <ezannoni@redhat.com>
577
578         * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
579         signed integer case.
580         (classify_argument): Handle enumerations and references.
581
582 2003-04-04  Andrew Cagney  <cagney@redhat.com>
583
584         * frame.c (create_sentinel_frame): Initialize the sentinel frame's
585         ID to NULL.
586
587 2003-04-01  Adam Fedor  <fedor@gnu.org>
588
589         * gdb/objc-lang.c (selectors_info): Replace calls to
590         SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
591         SYMBOL_NATURAL_NAME.
592         (classes_info, find_methods): Likewise.
593
594 2003-04-03  Kevin Buettner  <kevinb@redhat.com>
595
596         * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
597         ``mach'' to the value determined by bfd_default_set_arch_mach().
598
599 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
600
601         * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
602         (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
603         (mi-cmd-file.o): Update dependencies.
604
605 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
606
607         * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
608         (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
609
610 2003-04-01  Adam Fedor  <fedor@gnu.org>
611
612         * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
613         * language.h (struct language_defn): Add la_demangle.
614         (language_demangle): Declare.
615         * language.c (language_demangle): New function.
616         (unk_lang_demangle): Likewise.
617         (unknown_language_defn, auto_language_defn, local_language_defn):
618         Add ukn_lang_demangle.
619         * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
620         * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
621         * c-lang.c (c_language_defn, asm_language_defn): Likewise.
622         (cplus_language_defn): Add cplus_demangle for la_demangle element.
623         * jv-lang.c (java_demangle): New function
624         (java_language_defn): Use it for la_demangle element.
625         * objc-lang.c (objc_demangle): Add options argument
626         (objc_language_defn): Use objc_demangle for la_demangle element.
627         * maint.c (maintenance_demangle): Replace switch with
628         call to language_demangle.
629         * utils.c (fprintf_symbol_filtered): Likewise.
630
631 2003-04-01  Andrew Cagney  <cagney@redhat.com>
632
633         * printcmd.c (print_frame_nameless_args): Delete #ifdef
634         NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
635         PRINT_TYPELESS_INTEGER.
636         * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
637         PUSH_RETURN_ADDRESS.
638
639 2003-04-01  Andrew Cagney  <cagney@redhat.com>
640
641         * Makefile.in (d10v-tdep.o): Update dependencies.
642         * d10v-tdep.c: Include "frame-base.h".
643         (d10v_frame_unwind): Make constant.
644         (d10v_frame_base_address): New function.
645         (d10v_frame_base): New variable.
646         (d10v_gdbarch_init): Set frame_base default.
647         (struct d10v_unwind_cache): Add the field "prev_sp".  Update
648         comment for base.
649         (d10v_frame_unwind_cache): Set and use "prev_sp".
650         (d10v_frame_this_id): Use the previous frame's inner most stack
651         address and this frame's func address for the frame ID.  Use
652         frame_id_build.  Don't analyze beyond the current instruction.
653         
654 2003-04-01  Andrew Cagney  <cagney@redhat.com>
655
656         * frame.h (get_frame_locals_address, get_frame_args_address):
657         Refer to the base address, instead of the address of the first
658         local or parameter.
659         
660 2003-04-01  Andrew Cagney  <cagney@redhat.com>
661
662         Add frame debug info addresses:
663         * frame-base.c: New file.
664         * frame-base.h: New file.
665         * frame.h (struct frame_base): Add opaque declaration.
666         (get_frame_base): Update comment.
667         (get_frame_base_address): Declare.
668         (get_frame_locals_address): Declare.
669         (get_frame_args_address): Declare.
670         (struct frame_info): Add "base" and "base_cache".  Update
671         comments on the unwinder.
672         * frame.c: Include "frame-base.h".
673         (get_frame_locals_address): New function.
674         (get_frame_base_address): New function.
675         (get_frame_args_address): New function.
676         * findvar.c (read_var_value): Use get_frame_locals_address and
677         get_frame_args_address.
678         * stack.c (frame_info): Use get_frame_locals_address and
679         get_frame_args_address.
680         (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
681         moved to "frame-base.c".
682         * printcmd.c (print_frame_nameless_args): Ditto.
683         * symtab.h (address_class): Update comments.
684         * dwarf2loc.c (dwarf_expr_frame_base): Add note about
685         get_frame_base_address.
686         * dwarf2expr.c (execute_stack_op): Ditto.
687         * Makefile.in (frame_base_h): Define.
688         (frame.o): Update dependencies.
689         (frame-base.o): Add dependencies.
690         (SFILES): Add frame-base.c.
691         (COMMON_OBS): Add frame-base.o.
692
693 2003-04-01  Andrew Cagney  <cagney@redhat.com>
694
695         * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
696         CALL_DUMMY_LENGTH): Ditto.
697         * gdbarch.c: Re-generate.
698         * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
699         (CALL_DUMMY_LENGTH): Delete macro.
700         * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
701         * arm-tdep.c (arm_gdbarch_init): Ditto.
702         * avr-tdep.c (avr_gdbarch_init): Ditto.
703         * cris-tdep.c (cris_gdbarch_init): Ditto.
704         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
705         * frv-tdep.c (frv_gdbarch_init): Ditto.
706         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
707         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
708         * i386-tdep.c (i386_gdbarch_init): Ditto.
709         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
710         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
711         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
712         * mips-tdep.c (mips_gdbarch_init): Ditto.
713         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
714         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
715         * s390-tdep.c (s390_gdbarch_init): Ditto.
716         * sh-tdep.c (sh_gdbarch_init): Ditto.
717         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
718         * v850-tdep.c (v850_gdbarch_init): Ditto.
719         * vax-tdep.c (vax_gdbarch_init): Ditto.
720         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
721
722 2003-04-01  Corinna Vinschen  <vinschen@redhat.com>
723
724         * frame.c (get_prev_frame): Disable call to inside_entry_file().
725
726 2003-04-01  Andrew Cagney  <cagney@redhat.com>
727
728         * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
729         (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
730         * gdbarch.h, gdbarch.c: Re-generate.
731         * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
732         (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
733         * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
734         * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
735         (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
736         * infcmd.c (run_stack_dummy): Simplify assuming
737         CALL_DUMMY_BREAKPOINT_OFFSET_P.
738         * infrun.c (handle_inferior_event): Ditto.
739         * alpha-tdep.c (alpha_gdbarch_init): Do not set
740         call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
741         * arm-tdep.c (arm_gdbarch_init): Ditto.
742         * avr-tdep.c (avr_gdbarch_init): Ditto.
743         * cris-tdep.c (cris_gdbarch_init): Ditto.
744         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
745         * frv-tdep.c (frv_gdbarch_init): Ditto.
746         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
747         * i386-tdep.c (i386_gdbarch_init): Ditto.
748         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
749         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
750         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
751         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
752         * mips-tdep.c (mips_gdbarch_init): Ditto.
753         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
754         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
755         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
756         * s390-tdep.c (s390_gdbarch_init): Ditto.
757         * sh-tdep.c (sh_gdbarch_init): Ditto.
758         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
759         * v850-tdep.c (v850_gdbarch_init): Ditto.
760         * vax-tdep.c (vax_gdbarch_init): Ditto.
761         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
762
763 2003-04-01  Daniel Jacobowitz  <drow@mvista.com>
764
765         * symfile.c (symfile_relocate_debug_section): Update call to
766         bfd_simple_get_relocated_section_contents.
767
768 2003-03-31  Andrew Cagney  <cagney@redhat.com>
769
770         * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
771         * gdbarch.h, gdbarch.c: Regenerate.
772         * inferior.h (FIX_CALL_DUMMY): Delete macro.
773         * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
774         available.
775         * frame.h (generic_fix_call_dummy): Delete declaration.
776         * dummy-frame.h: Update comment.
777         * dummy-frame.c (generic_fix_call_dummy): Delete function.
778         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
779         fix_call_dummy.
780         * sh-tdep.c (sh_gdbarch_init): Ditto.
781         * s390-tdep.c (s390_gdbarch_init): Ditto.
782         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
783         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
784         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
785         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
786         * i386-tdep.c (i386_gdbarch_init): Ditto.
787         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
788         * frv-tdep.c (frv_gdbarch_init): Ditto.
789         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
790         * cris-tdep.c (cris_gdbarch_init): Ditto.
791         * avr-tdep.c (avr_gdbarch_init): Ditto.
792         * arm-tdep.c (arm_gdbarch_init): Ditto.
793
794 2003-03-31  J. Brobecker  <brobecker@gnat.com>
795
796         * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
797         (INIT_FRAME_AP): Likewise.
798         (EXTRA_FRAME_INFO): Likewise.
799
800 2003-03-31  Andrew Cagney  <cagney@redhat.com>
801
802         * gdbarch.sh: Include "symfile.h".
803         (CALL_DUMMY_ADDRESS): Default to entry_point_address.
804         * gdbarch.h, gdbarch.c: Re-generate.
805         * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
806         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
807         call_dummy_address, the default is at entry_point_address.
808         * v850-tdep.c (v850_gdbarch_init): Ditto.
809         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
810         * sh-tdep.c (sh_gdbarch_init): Ditto.
811         * s390-tdep.c (s390_gdbarch_init): Ditto.
812         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
813         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
814         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
815         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
816         * i386-tdep.c (i386_gdbarch_init): Ditto.
817         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
818         * frv-tdep.c (frv_gdbarch_init): Ditto.
819         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
820         * cris-tdep.c (cris_gdbarch_init): Ditto.
821         * arm-tdep.c (arm_gdbarch_init): Ditto.
822
823 2003-03-31  Andrew Cagney  <cagney@redhat.com>
824
825         * gdbarch.sh (CALL_DUMMY_P): Delete.
826         * gdbarch.h, gdbarch.c: Re-generate.
827         * inferior.h (CALL_DUMMY_P): Delete macro.
828         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
829         * vax-tdep.c (vax_gdbarch_init): Update.
830         * v850-tdep.c (v850_gdbarch_init): Update.
831         * sparc-tdep.c (sparc_gdbarch_init): Update.
832         * sh-tdep.c (sh_gdbarch_init): Update.
833         * s390-tdep.c (s390_gdbarch_init): Update.
834         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
835         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
836         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
837         * mips-tdep.c (mips_gdbarch_init): Update.
838         * mcore-tdep.c (mcore_gdbarch_init): Update.
839         * m68k-tdep.c (m68k_gdbarch_init): Update.
840         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
841         * ia64-tdep.c (ia64_gdbarch_init): Update.
842         * i386-tdep.c (i386_gdbarch_init): Update.
843         * h8300-tdep.c (h8300_gdbarch_init): Update.
844         * frv-tdep.c (frv_gdbarch_init): Update.
845         * d10v-tdep.c (d10v_gdbarch_init): Update.
846         * cris-tdep.c (cris_gdbarch_init): Update.
847         * breakpoint.c (deprecated_frame_in_dummy): Update.
848         * avr-tdep.c (avr_gdbarch_init): Update.
849         * alpha-tdep.c (alpha_gdbarch_init): Update.
850         * arm-tdep.c (arm_gdbarch_init): Update.
851         * dummy-frame.c (dummy_frame_this_id): Update comments.
852         * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
853         * frame.c (legacy_get_prev_frame): Ditto.
854         * valops.c (call_function_by_hand): Delete function.
855         (hand_function_call): Rename to call_function_by_hand
856
857 2003-03-30  Andrew Cagney  <cagney@redhat.com>
858
859         2002-11-10 Klee Dienes <kdienes@apple.com>
860         * value.h (struct value): Update comment.
861
862 2003-03-30  Andrew Cagney  <cagney@redhat.com>
863
864         * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
865         D10V_FP_REGNUM.
866         (d10v_gdbarch_init): Do not set fp_regnum.
867
868         * frame.c (get_frame_base): Force ID initialization.
869         (get_prev_frame): Move computation of the frame ID from here ...
870         (get_frame_id): ... to here.
871         (legacy_get_prev_frame): Mark the frame ID as valid.
872         * frame.h (struct frame_info): Add field "id_p".
873
874 2003-03-30  Mark Kettenis  <kettenis@gnu.org>
875
876         * i386-tdep.c (i386_store_struct_return): Removed.
877         (i386_gdbarch_init): Don't set deprecated_store_struct_return.
878
879 2003-03-30  Andrew Cagney  <cagney@redhat.com>
880
881         * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
882         * gdbarch.h, gdbarch.c: Regenerate.
883         * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
884         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
885         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
886         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
887         * i386-tdep.c (i386_gdbarch_init): Ditto.
888         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
889         * cris-tdep.c (cris_gdbarch_init): Ditto.
890         * vax-tdep.c (vax_gdbarch_init): Ditto.
891         * s390-tdep.c (s390_gdbarch_init): Ditto.
892         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
893         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
894         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
895         * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
896         * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
897         * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
898         * sparc-tdep.c (sparc_gdbarch_init): Update.
899         * sh-tdep.c (sh_gdbarch_init): Update.
900         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
901         * mips-tdep.c (mips_gdbarch_init): Update.
902         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
903         * ia64-tdep.c (ia64_gdbarch_init): Update.
904         * frv-tdep.c (frv_gdbarch_init): Update.
905         * avr-tdep.c (avr_gdbarch_init): Update.
906         * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
907         DEPRECATED_DUMMY_WRITE_SP.  Call when the method is available,
908         instead of when push_dummy_call is not available.
909         
910 2003-03-30  Andrew Cagney  <cagney@redhat.com>
911
912         * infttrace.c: Include "gdbthread.h".
913         (parent_attach_all): Fix function signature.
914         (call_ptrace): Update call.
915         * Makefile.in (infttrace.o): Update dependencies.
916
917 2003-03-30  Andrew Cagney  <cagney@redhat.com>
918
919         * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
920         PUSH_RETURN_ADDRESS.
921         * gdbarch.h, gdbarch.c: Regenerate.
922         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
923         * x86-64-tdep.c (x86_64_init_abi): Update.
924         * v850-tdep.c (v850_gdbarch_init): Update.
925         * sparc-tdep.c (sparc_gdbarch_init): Update.
926         * sh-tdep.c (sh_gdbarch_init): Update.
927         * s390-tdep.c (s390_gdbarch_init): Update.
928         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
929         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
930         * mips-tdep.c (mips_gdbarch_init): Update.
931         * mcore-tdep.c (mcore_gdbarch_init): Update.
932         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
933         * ia64-tdep.c (ia64_gdbarch_init): Update.
934         * i386-tdep.c (i386_gdbarch_init): Update.
935         * h8300-tdep.c (h8300_gdbarch_init): Update.
936         * frv-tdep.c (frv_gdbarch_init): Update.
937         * cris-tdep.c (cris_gdbarch_init): Update.
938         * avr-tdep.c (avr_gdbarch_init): Update.
939         * arm-tdep.c (arm_gdbarch_init): Update.
940         * valops.c (hand_function_call): Update.
941
942 2003-03-29  Andrew Cagney  <cagney@redhat.com>
943
944         * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
945         sizeof_call_dummy_words.
946         * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
947         define.
948         * gdbarch.h: Regenerate.
949         
950 2003-03-29  Andrew Cagney  <cagney@redhat.com>
951
952         * infttrace.h: New file.
953         * hpread.c: Include "gdb_assert.h" and "somsolib.h".
954         (hpread_get_textlow): Detect an uninitialized dn_bufp.
955         (hpread_read_doc_function_type): Detect an initialized type1.
956         (hpread_quick_traverse): Initialize mod_name_string.
957         * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
958         (som_solib_get_solib_by_pc): Declare.
959         (so_lib_thread_start_addr): Declare.
960         (no_shared_libraries): Declare.
961         * somread.c (init_import_symbols): Make static.  Add forward
962         declaration.
963         * config/pa/nm-hppah.h: Include "infttrace.h" for
964         parent_attach_all.
965         (hppa_insert_hw_watchpoint): Declare.
966         (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
967         * hppah-nat.c: Include "gdb_string.h".
968         (parent_attach_all): Delete extern declaration, moved to
969         "infttrace.h".
970         (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
971         int.
972         (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
973         * Makefile.in (infttrace_h): Define.
974         (hpread.o): Update dependencies.
975         (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
976         * hppa-hpux-tdep.c: Include "gdb_string.h".
977         * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
978         * infrun.c (handle_inferior_event): Always initialize
979         stepped_after_stopped_by_watchpoint.  Add default and remove
980         fallthrough in switch statement.
981         * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
982         parameter to int.
983         (hppa_remove_hw_watchpoint): Ditto.
984
985 2003-03-29  Andrew Cagney  <cagney@redhat.com>
986
987         * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
988         offset.
989
990 2003-03-29  Richard Earnshaw  <rearnsha@arm.com>
991
992         * arm-tdep.c (arm_push_arguments): Delete.
993         (struct stack_item): New type.
994         (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
995         (arm_store_struct_return): Delte.
996         (arm_gdbarch_init): Register arm_push_dummy_call.  Don't register
997         arm_push_arguments or arm_store_struct_return.
998
999 2003-03-28  Andrew Cagney  <cagney@redhat.com>
1000
1001         * Makefile.in (d10v-tdep.o): Update dependencies.
1002         * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
1003         * d10v-tdep.c: Include "remote.h".
1004         (target_resume_hook): Delete extern declaration.
1005         (target_wait_loop_hook): Ditto.
1006         (tdisassemble_command): Eliminate assignment in "if" conditional.
1007         (d10v_ts2_register_sim_regno): Eliminate call to
1008         legacy_register_sim_regno.
1009         (d10v_ts3_register_sim_regno): Ditto.
1010
1011 2003-03-28  Jeff Johnston  <jjohnstn@redhat.com>
1012
1013         * thread.c: Reindented.
1014         * lin-lwp.c: Ditto.
1015         * linux-proc.c: Ditto.
1016
1017 2003-03-28  Bob Rossi  <bob_rossi@cox.net>
1018
1019         * MAINTAINERS (write after approval): Add myself.
1020
1021 2003-03-27  Theodore A. Roth  <troth@openavr.org>
1022
1023         * objc-exp.y: Add missing semi-colons.
1024
1025 2003-03-27  Andrew Cagney  <cagney@redhat.com>
1026
1027         * regcache.c (write_sp): Delete function and references.
1028         * inferior.h (write_sp): Delete declaration.
1029         * valops.c (hand_function_call): Replace write_sp with
1030         TARGET_WRITE_SP.
1031         * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
1032         (sparc_pop_frame): Ditto.
1033         
1034 2003-03-27  Andrew Cagney  <cagney@redhat.com>
1035
1036         * NEWS: Mention removal of support for hppa*-*-bsd* and
1037         hppa*-*-osf* natives, and hppa*-*-pro* target.
1038         * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
1039         * config/pa/xm-pa.h: Obsolete file.
1040         * config/pa/xm-hppab.h: Obsolete file.
1041         * config/pa/nm-hppab.h: Obsolete file.
1042         * config/pa/tm-hppab.h: Obsolete file.
1043         * config/pa/tm-hppao.h: Obsolete file.
1044         * config/pa/nm-hppao.h: Obsolete file.
1045         * config/pa/tm-pro.h: Obsolete file.
1046         * config/pa/hppaosf.mt: Obsolete file.
1047         * config/pa/hppaosf.mh: Obsolete file.
1048         * config/pa/hppapro.mt: Obsolete file.
1049         * config/pa/hppabsd.mt: Obsolete file.
1050         * config/pa/hppabsd.mh: Obsolete file.
1051         * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
1052         * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
1053         hppa*-*-osf*.
1054
1055 2003-03-27  Andrew Cagney  <cagney@redhat.com>
1056
1057         * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
1058         push_arguments.  Don't set push_return_address or write_sp.
1059         (d10v_push_dummy_call): Replace d10v_push_arguments.
1060         (d10v_push_return_address, d10v_write_sp): Delete function,
1061         handled by push_dummy_call.
1062
1063 2003-03-26  Andrew Cagney  <cagney@redhat.com>
1064
1065         * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
1066         (push_dummy_call): New pure multi-arch replacement with gdbarch,
1067         regcache and dummy_addr parameters.
1068         * gdbarch.h, gdbarch.c: Re-generate.
1069         * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
1070         available; assume it will handle stack alignment and return
1071         address issues.  Fall back to DEPRECATED_PUSH_ARGUMENTS and
1072         legacy_push_arguments.
1073         (legacy_push_arguments): Rename default_push_arguments.
1074         * value.h (legacy_push_arguments): Rename default_push_arguments.
1075         * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
1076         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1077         * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1078         * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1079         * config/i386/tm-symmetry.h: Update.
1080         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1081         * x86-64-tdep.c (x86_64_init_abi): Update.
1082         * v850-tdep.c (v850_gdbarch_init): Update.
1083         * sparc-tdep.c (sparc_gdbarch_init): Update.
1084         * sh-tdep.c (sh_gdbarch_init): Update.
1085         * s390-tdep.c (s390_gdbarch_init): Update.
1086         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1087         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1088         * mips-tdep.c (mips_gdbarch_init): Update.
1089         * mcore-tdep.c (mcore_gdbarch_init): Update.
1090         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1091         * ia64-tdep.c (ia64_gdbarch_init): Update.
1092         * i386-tdep.c (i386_gdbarch_init): Update.
1093         * hppa-tdep.c (hppa_gdbarch_init): Update.
1094         * h8300-tdep.c (h8300_gdbarch_init): Update.
1095         * frv-tdep.c (frv_gdbarch_init): Update.
1096         * d10v-tdep.c (d10v_gdbarch_init): Update.
1097         * cris-tdep.c (cris_gdbarch_init): Update.
1098         * avr-tdep.c (avr_gdbarch_init): Update.
1099         * arm-tdep.c (arm_gdbarch_init): Update.
1100         * arm-linux-tdep.c (arm_linux_init_abi): Update.
1101         * alpha-tdep.c (alpha_gdbarch_init): Update.
1102
1103 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
1104
1105         * signals/signals.c (do_target_signal_to_host): Correct realtime
1106         signal range test.
1107
1108 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
1109
1110         * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
1111         (struct sal_chain, map_catch_names): Remove.
1112         (catch_exception_command_1): Don't call
1113         handle_gnu_4_16_catch_command.
1114
1115 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
1116
1117         From Mark Dettinger <dettinge@de.ibm.com>:
1118         * dwarf2cfi.c (read_2u): Increment pointer by two.
1119
1120 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
1121
1122         * signals/signals.c: Fix typos in last change.
1123
1124 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
1125
1126         * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
1127         not already defined.  Use __SIGRTMIN if available.
1128         (target_signal_from_host): Remove SIGRTMIN block.
1129         (do_target_signal_to_host): Remove SIGRTMIN block; check that
1130         the signal is within the realtime range.
1131
1132 2003-03-25  Adam Fedor  <fedor@gnu.org>
1133
1134         * Makefile.in (infrun.o): Add $(language_h)
1135         * infrun.c (handle_inferior_event): Use skip_language_trampoline
1136         for language specific trampolines.
1137         * language.h (struct language_defn): Add skip_trampoline.
1138         (skip_language_trampoline): Declare.
1139         * language.c (unk_lang_trampoline, skip_language_trampoline):
1140         New functions.
1141         (unknown_language_defn, auto_language_defn, local_language_defn):
1142         Add ukn_lang_trampoline.
1143         * ada-lang.c (ada_language_defn): Add NULL for language
1144         specific skip_trampoline.
1145         * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
1146         scm-lang.c: Likewise.
1147         * objc-lang.c (objc_skip_trampoline): New function.
1148         (objc_language_defn): Add objc_skip_trampoline.
1149
1150 2003-03-25  Andrew Cagney  <cagney@redhat.com>
1151
1152         * frame.c (get_prev_frame): Delay validating a frame's ID -
1153         non-NULL, didn't go backwards - until an attempt to unwind it to
1154         the previous frame.
1155
1156 2003-03-25  Andrew Cagney  <cagney@redhat.com>
1157
1158         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
1159         EXTRA_STACK_ALIGNMENT_NEEDED.  Default to 0 not 1.
1160         * gdbarch.h, gdbarch.c: Re-generate.
1161         * config/sparc/tm-sparc.h
1162         (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
1163         * sparc-tdep.c (sparc_gdbarch_init): Set
1164         deprecated_extra_stack_alignment_needed.
1165         * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
1166         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
1167         extra_stack_alignment_needed.
1168         * v850-tdep.c (v850_gdbarch_init): Ditto.
1169         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1170         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1171         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1172         * cris-tdep.c (cris_gdbarch_init): Ditto.
1173         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1174         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1175         
1176 2003-03-25  Andrew Cagney  <cagney@redhat.com>
1177
1178         * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
1179         STORE_STRUCT_RETURN.
1180         * gdbarch.h, gdbarch.c: Regenerate.
1181         * d10v-tdep.c (d10v_store_struct_return): Delete function.
1182         (d10v_push_arguments): Set the struct return register.
1183         (d10v_gdbarch_init): Update.
1184         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1185         * x86-64-tdep.c (x86_64_init_abi): Update.
1186         * vax-tdep.c (vax_gdbarch_init): Update.
1187         * v850-tdep.c (v850_gdbarch_init): Update.
1188         * sparc-tdep.c (sparc_gdbarch_init): Update.
1189         * sh-tdep.c (sh_gdbarch_init): Update.
1190         * s390-tdep.c (s390_gdbarch_init): Update.
1191         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1192         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1193         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1194         * mips-tdep.c (mips_gdbarch_init): Update.
1195         * mcore-tdep.c (mcore_gdbarch_init): Update.
1196         * m68k-tdep.c (m68k_gdbarch_init): Update.
1197         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1198         * ia64-tdep.c (ia64_gdbarch_init): Update.
1199         * i386-tdep.c (i386_gdbarch_init): Update.
1200         * hppa-tdep.c (hppa_gdbarch_init): Update.
1201         * h8300-tdep.c (h8300_gdbarch_init): Update.
1202         * frv-tdep.c (frv_gdbarch_init): Update.
1203         * cris-tdep.c (cris_gdbarch_init): Update.
1204         * avr-tdep.c (avr_gdbarch_init): Update.
1205         * arm-tdep.c (arm_gdbarch_init): Update.
1206         * alpha-tdep.c (alpha_gdbarch_init): Update.
1207         
1208 2003-03-25  Andrew Cagney  <cagney@redhat.com>
1209
1210         * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
1211         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
1212         CALL_DUMMY_STACK_ADJUST with a predicate variable.
1213         * gdbarch.h, gdbarch.c: Regenerate.
1214         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1215         call_dummy_stack_adjust_p.
1216         * vax-tdep.c (vax_gdbarch_init): Ditto.
1217         * v850-tdep.c (v850_gdbarch_init): Ditto.
1218         * sh-tdep.c (sh_gdbarch_init): Ditto.
1219         * s390-tdep.c (s390_gdbarch_init): Ditto.
1220         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1221         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1222         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1223         * mips-tdep.c (mips_gdbarch_init): Ditto.
1224         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1225         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1226         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1227         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1228         * i386-tdep.c (i386_gdbarch_init): Ditto.
1229         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1230         * frv-tdep.c (frv_gdbarch_init): Ditto.
1231         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1232         * cris-tdep.c (cris_gdbarch_init): Ditto.
1233         * avr-tdep.c (avr_gdbarch_init): Ditto.
1234         * arm-tdep.c (arm_gdbarch_init): Ditto.
1235         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1236         * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
1237         * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
1238         * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
1239         * sparc-tdep.c (sparc_gdbarch_init): Update.  Do not set
1240         call_dummy_stack_adjust_p.
1241         * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
1242         (CALL_DUMMY_STACK_ADJUST): Delete macro.
1243         * sparc-tdep.c (sparc32_push_arguments): Update.
1244         * valops.c (hand_function_call): Update.
1245
1246 2003-03-25  Corinna Vinschen  <vinschen@redhat.com>
1247
1248         * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
1249         set_gdbarch_char_signed.
1250
1251 2003-03-25  Richard Earnshaw  <rearnsha@arm.com>
1252
1253         PR cli/548
1254         * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
1255
1256 2003-03-25  Richard Earnshaw  <rearnsha@arm.com>
1257
1258         * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
1259         (_initialize_arm_tdep): Don't set tm_print_insn.
1260
1261 2003-03-24  Adam Fedor  <fedor@gnu.org>
1262
1263         * Makefile.in (YYOBJ): Add objc-exp.tab.o
1264         * objc-lang.h: Add multiple inclusion protection.
1265         (start_msglist, add_msglist, end_msglist): Additional declarations.
1266
1267 2003-03-24  Richard Earnshaw  <rearnsha@arm.com>
1268
1269         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
1270         value was renamed to ARM_FLOAT_SOFT_FPA.
1271
1272 2003-03-23  Andrew Cagney  <cagney@redhat.com>
1273
1274         * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
1275         (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
1276         * gdbarch.h, gdbarch.c: Regenerate.
1277         * valops.c (hand_function_call): Update.
1278         * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
1279         * frame.c (legacy_saved_regs_this_id): Update.
1280         (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
1281         * dummy-frame.h: Update.
1282         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
1283         * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
1284         * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
1285         * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
1286         * config/m68k/tm-sun3.h: Update.
1287         * blockframe.c (inside_main_func, frame_chain_valid): Update.
1288         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1289         * x86-64-tdep.c (x86_64_init_abi): Update.
1290         * vax-tdep.c (vax_gdbarch_init): Update.
1291         * v850-tdep.c (v850_gdbarch_init): Update.
1292         * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
1293         * sh-tdep.c (sh_gdbarch_init): Update.
1294         * s390-tdep.c (s390_gdbarch_init): Update.
1295         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1296         (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
1297         (frame_get_saved_regs): Update.
1298         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1299         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1300         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1301         * mips-tdep.c (mips_gdbarch_init): Update.
1302         * mcore-tdep.c (mcore_gdbarch_init): Update.
1303         * m68k-tdep.c (m68k_gdbarch_init): Update.
1304         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1305         * ia64-tdep.c (ia64_gdbarch_init): Update.
1306         * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
1307         * i386-interix-tdep.c (i386_interix_init_abi): Update.
1308         (i386_interix_back_one_frame): Update.
1309         * hppa-tdep.c (hppa_gdbarch_init): Update.
1310         (hppa_init_extra_frame_info): Update.
1311         * h8300-tdep.c (h8300_gdbarch_init): Update.
1312         * frv-tdep.c (frv_gdbarch_init): Update.
1313         * cris-tdep.c (cris_gdbarch_init): Update.
1314         * avr-tdep.c (avr_gdbarch_init): Update.
1315         * arm-tdep.c (arm_gdbarch_init): Update.
1316         * alpha-tdep.c (alpha_gdbarch_init): Update.
1317
1318 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
1319
1320         * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
1321         (arm_get_fp_model): Declare.
1322         * arm-tdep.c (fp_model_strings): New string array.
1323         (arm_fp_model, current_fp_model): New variables.
1324         (arm_get_fp_model): New function.
1325         (arm_set_fp): New function.
1326         (set_fp_model_sfunc): New function.
1327         (show_fp_model): New function.
1328         (_initialize_arm_tdep): Add new command to set/show the FPU.
1329         (arm_extract_return_value): Use arm_get_fp_model.
1330         (arm_store_return_value): Likewise.
1331         (arm_gdbarch_init): Default fpa model is softfpa.  Call arm_set_fp
1332         to initialize the floating-point data types.
1333         * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
1334         model is FPA.
1335
1336 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
1337
1338         * arm-tdep.c (show_arm_command): Don't print out help.  Instead, show
1339         the current setting of each value.
1340         (_initialize_arm_tdep): Delete variable new_cmd and add new vars
1341         new_set and new_show.  Use add_setshow_cmd_full and 
1342         add_setshow_boolean_cmd as appropriate.  Deprecate "set/show apcs32"
1343         commands and add new version as subcommands of "set/show arm".
1344
1345 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
1346
1347         * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
1348         (set_arm_command, show_arm_command): New functions.
1349         (_initialize_arm_tdep): Add them.
1350         (num_disassembly_options): Renamed from num_flavor_options.
1351         (valid_disassembly_styles): Renamed from valid_flavors.
1352         (disassembly_style): Renamed from disassembly_flavor.
1353         (set_disassembly_style_sfunc): Renamed from 
1354         set_disassembly_flavor_sfunc.
1355         (set_disassembly_style): Renamed from set_disassembly_flavor.
1356         (arm_othernames): Updated.
1357         (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
1358         command.  Add "set/show arm disassembly" commands.  Deprecate
1359         "othernames" command.
1360
1361 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
1362
1363         * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
1364         (arm-tdep.o): Depend on elf_arm_h.
1365
1366 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
1367
1368         * Makefile.in (coff_internal_h): Define.
1369         (arm-tdep.o): Update dependencies.
1370
1371 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
1372
1373         * arm-tdep.c (prologue_cache): Delete.
1374         (check_prologue_cache, save_prologue_cache): Delete.
1375         (arm_scan_prologue): Don't check or update the prologue_cache.
1376         (arm_gdb_arch_init): Don't initialize it.
1377         (_initialize_arm_tdep): Likewise.
1378
1379 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
1380
1381         * MAINTAINERS (tui): Maintainer of tui code.
1382
1383 2003-03-21  Corinna Vinschen  <vinschen@redhat.com>
1384
1385         * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
1386         (i386-cygwin-tdep.o): Add dependencies.
1387         * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
1388         * i386-cygwin-tdep.c: New file.
1389         * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
1390         * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
1391
1392 2003-03-20  Andrew Cagney  <cagney@redhat.com>
1393
1394         * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
1395         (handle_inferior_event): Remove code calling
1396         DYNAMIC_TRAMPOLINE_NEXTPC.
1397
1398         * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
1399         already has a full path.
1400
1401         * main.c (gdb_main): Return 1.
1402         (captured_main): Call error to report an invalid interpreter.
1403
1404         * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
1405         * alpha-osf1-tdep.c: Include "gdb_string.h".
1406
1407 2003-03-19  J. Brobecker  <brobecker@gnat.com>
1408
1409         Continuing work to convert the hppa targets to multiarch partial.
1410
1411         * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
1412         method, now that hppa_push_dummy_frame has a conformant prototype.
1413         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
1414         inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
1415         for the switch to multiarch partial.
1416
1417 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
1418
1419         * mdebugread.c (parse_symbol): For stEnd, we're done counting
1420         when iss is issNull.
1421
1422 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
1423
1424         * mips-tdep.c (mips_register_name): Fix fencepost error involving
1425         NUM_REGS bounds check.
1426
1427 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
1428
1429         * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
1430         * mips-tdep.c (gdb_assert.h): Include.
1431         (mips_generic_reg_names, mips_processor_reg_names): Make static.
1432         (mips_register_name): Handle integer registers explicitly.  Add
1433         bounds checking.
1434         (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
1435         (mips_lsi33k_reg_names): Don't list integer registers; they're
1436         handled by mips_register_name() now.
1437         * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
1438         * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
1439         * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
1440         * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
1441         * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
1442
1443 2003-03-18  Andrew Cagney  <cagney@redhat.com>
1444
1445         * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
1446         a void pointer.
1447         * gdbtypes.h (print_scalar_formatted): Update declaration.
1448         * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
1449
1450 2003-03-18  J. Brobecker  <brobecker@gnat.com>
1451
1452         * infrun.c (observer.h): Add #include.
1453         (normal_stop): Add call to observer_notify_normal_stop.
1454         * Makefile.in (infrun.o): Add dependency on observer.h.
1455
1456 2003-03-18  J. Brobecker  <brobecker@gnat.com>
1457
1458         Continuing work to convert the hppa targets to multiarch partial.
1459         * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
1460         parameter. Reformat comment.
1461         * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
1462         (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
1463         to match new profile.
1464
1465 2003-03-18  J. Brobecker  <brobecker@gnat.com>
1466
1467         * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
1468         appear to be working in any case.
1469
1470 2003-03-18  J. Brobecker  <brobecker@gnat.com>
1471
1472         * observer.c (observer_test_first_observer): New static variable.
1473         (observer_test_second_observer): Likewise.
1474         (observer_test_third_observer): Likewise.
1475         (observer_test_first_notification_function): New static function.
1476         (observer_test_second_notification_function): Likewise.
1477         (observer_test_third_notification_function): Likewise.
1478
1479 2003-03-17  J. Brobecker  <brobecker@gnat.com>
1480
1481         * hppa-tdep.c (gdb_assert.h): Add missing #include.
1482         * somsolib.c (gdb_assert.h): Likewise.
1483         * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
1484         (somsolib.o): Likewise.
1485
1486 2003-03-17  Andrew Cagney  <cagney@redhat.com>
1487
1488         * disasm.c (gdb_disassembly): Set di.mach using the architecture's
1489         BFD.  Simplify setting of di.endian.
1490
1491 2003-03-17  Andrew Cagney  <cagney@redhat.com>
1492
1493         * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
1494         * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
1495
1496         From Elena Zannoni  <ezannoni@redhat.com>
1497         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
1498         vector and floating-point parameters.
1499         (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
1500         convention.
1501         (ppc_sysv_abi_broken_use_struct_convention): Ditto.
1502
1503 2003-03-17  Fernando Nasser  <fnasser@redhat.com>
1504
1505         * MAINTAINERS: Remove my name from several maintainership roles.
1506
1507 2003-03-17  Andrew Cagney  <cagney@redhat.com>
1508
1509         Fix frame off-by-one bug.
1510         * frame-unwind.h (frame_this_id_ftype): Replace
1511         frame_unwind_id_ftype.
1512         (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
1513         (struct frame_unwind): Replace "id" with "this_id".  Replace "reg"
1514         with "prev_register".
1515         * frame-unwind.c (frame_unwind_find_by_pc): Return
1516         legacy_saved_regs_unwind instead of trad_frame_unwind.  Update
1517         comment.
1518         * dummy-frame.c (cached_find_dummy_frame): Delete function.
1519         (dummy_frame_this_id): Replace dummy_frame_id_unwind.
1520         (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
1521         (dummy_frame_unwind): Update.
1522         * sentinel-frame.c (sentinel_frame_prev_register): Replace
1523         sentinel_frame_register_unwind.
1524         (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
1525         (sentinel_frame_unwinder): Update.
1526         * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
1527         (struct frame_info): Rename "unwind_cache" to "prologue_cache".
1528         * frame.c (create_sentinel_frame): Update. Initialize
1529         "prologue_cache" instead of "unwind_cache".
1530         (frame_register_unwind): Call this frame's prev_register with the
1531         next frame and this frame's prologue cache.
1532         (get_prev_frame): Simplify.  Always call prev frame's this_id with
1533         this frame and prev frame's prologue cache.  Document that this
1534         call is shifted one to the left when compared to the
1535         frame_register_unwind call.
1536         (legacy_saved_regs_prev_register): Replace
1537         frame_saved_regs_register_unwind.
1538         (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
1539         (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
1540         (legacy_saved_regs_unwind): Replace trad_frame_unwind.
1541         * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
1542         (d10v_frame_unwind): Update.
1543         (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
1544         (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
1545         (saved_regs_unwinder): Replace this "frame" with "next_frame", and
1546         "saved_regs" with "this_saved_regs".
1547
1548 2003-03-16  Andrew Cagney  <cagney@redhat.com>
1549
1550         * frame.c (frame_pop): Don't call target_store_registers.  Fix
1551         problem reported by Mark Kettenis.
1552
1553 2003-03-16  Mark Kettenis  <kettenis@gnu.org>
1554
1555         * i386-tdep.c (i386_register_type): Renamed from
1556         i386_register_virtual_type.  Adjust function signature.
1557         (i386_gdbarch_init): Set register_type instead of
1558         deprecated_max_register_raw_size,
1559         deprecated_max_register_virtual_size and register_virtual_type.
1560
1561 2003-03-14  Andrew Cagney  <cagney@redhat.com>
1562
1563         * frame.c (get_prev_frame): When a legacy frame, always call
1564         legacy_get_prev_frame.  Simplify unwind code using assumption that
1565         the unwinder is new.
1566         (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
1567         (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
1568         SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
1569
1570 2003-03-14  Andrew Cagney  <cagney@redhat.com>
1571
1572         * frame.c (get_saved_register): Delete function.
1573         * frame.h (get_saved_register): Delete declaration.
1574         * xstormy16-tdep.c: Update comment.
1575         * regcache.h: Update comments.
1576         * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
1577         get_saved_register and extract_address, use
1578         frame_read_unsigned_register.
1579         (sparc_frame_saved_pc): Ditto.
1580         (sparc_get_saved_register): Instead of get_saved_register, use
1581         frame_register.
1582         (sparc_pop_frame): Ditto.
1583         * findvar.c: Update comments.
1584         (value_of_register): Call frame_register instead of
1585         get_saved_register.
1586         (value_from_register): Ditto.
1587         * config/sparc/tm-sparc.h: Update comment.
1588         * breakpoint.c: Update comment.
1589
1590 2003-03-14  Andrew Cagney  <cagney@redhat.com>
1591
1592         * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
1593         GET_SAVED_REGISTER.
1594         * gdbarch.h, gdbarch.c: Re-generate.
1595         * frame.h: Update comments.
1596         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1597         * x86-64-tdep.c (x86_64_init_abi): Update.
1598         * sparc-tdep.c (sparc_gdbarch_init): Update.
1599         * sh-tdep.c (sh_gdbarch_init): Update.
1600         * mips-tdep.c (mips_gdbarch_init): Update.
1601         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1602         * cris-tdep.c (cris_gdbarch_init): Update.
1603         * ia64-tdep.c (ia64_gdbarch_init): Update.
1604         * frame.c (frame_register): Update.
1605         (get_saved_register): Update.
1606         * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
1607         
1608 2003-03-13  Andrew Cagney  <cagney@redhat.com>
1609
1610         * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
1611         * gdbarch.h, gdbarch.c: Regenerate.
1612         * valops.c (hand_function_call): Update comment.
1613         * stack.c (return_command): Update comment.
1614         * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
1615         * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
1616         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1617         * x86-64-tdep.c (x86_64_init_abi): Update.
1618         * vax-tdep.c (vax_gdbarch_init): Update.
1619         * v850-tdep.c (v850_gdbarch_init): Update.
1620         * sparc-tdep.c (sparc_gdbarch_init): Update.
1621         * sh-tdep.c (sh_gdbarch_init): Update.
1622         * s390-tdep.c (s390_gdbarch_init): Update.
1623         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1624         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1625         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1626         * mips-tdep.c (mips_gdbarch_init): Update.
1627         * mcore-tdep.c (mcore_gdbarch_init): Update.
1628         * m68k-tdep.c (m68k_gdbarch_init): Update.
1629         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1630         * ia64-tdep.c (ia64_gdbarch_init): Update.
1631         * i386-tdep.c (i386_gdbarch_init): Update.
1632         * hppa-tdep.c (hppa_gdbarch_init): Update.
1633         * h8300-tdep.c (h8300_gdbarch_init): Update.
1634         * frv-tdep.c (frv_gdbarch_init): Update.
1635         * cris-tdep.c (cris_gdbarch_init): Update.
1636         * avr-tdep.c (avr_gdbarch_init): Update.
1637         * arm-tdep.c (arm_gdbarch_init): Update.
1638         * alpha-tdep.c (alpha_gdbarch_init): Update.
1639
1640 2003-03-13  Andrew Cagney  <cagney@redhat.com>
1641
1642         * frame.c (legacy_frame_p): New function.
1643         (get_prev_frame): Use legacy_frame_p.
1644         * frame.h (legacy_frame_p): Declare.
1645
1646 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
1647
1648         * MAINTAINERS (write after approval): Alphabetically
1649         listing corrected.
1650
1651 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
1652
1653         * MAINTAINERS (write after approval): Add myself.
1654
1655 2003-03-12  Andrew Cagney  <cagney@redhat.com>
1656
1657         * frame.c (get_prev_frame): Rename the frame parameter to
1658         "this_frame".
1659         (get_next_frame, legacy_get_prev_frame): Ditto.
1660
1661 2003-03-12  Andrew Cagney  <cagney@redhat.com>
1662
1663         * frame.c (get_current_frame): Check target_has_registers before
1664         checking target_has_stack.
1665         * eval.c (evaluate_subexp_standard): Use get_selected_frame,
1666         instead of deprecated_selected_frame.
1667         * findvar.c (value_of_register): Pass "frame", not
1668         deprecated_selected_frame, to value_of_builtin_reg.
1669
1670 2003-03-12  Andrew Cagney  <cagney@redhat.com>
1671
1672         * regcache.c (regcache_cooked_write_signed): New function.
1673         (regcache_cooked_write_unsigned): New function.
1674         (regcache_cooked_read_unsigned): Fix regnum in range assertion.
1675         (regcache_cooked_read_signed): Fix regnum in range assertion.
1676         * regcache.h (regcache_cooked_write_signed): Declare.
1677         (regcache_cooked_write_unsigned): Declare.
1678
1679 2003-03-12  Andrew Cagney  <cagney@redhat.com>
1680
1681         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
1682         * gdbarch.h, gdbarch.c: Re-generate.
1683         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1684         * x86-64-tdep.h: Update.
1685         * x86-64-tdep.c (x86_64_init_abi): Update.
1686         * v850-tdep.c (v850_gdbarch_init): Update.
1687         * sparc-tdep.c (sparc_gdbarch_init): Update.
1688         * sh-tdep.c (sh_gdbarch_init): Update.
1689         * s390-tdep.c (s390_gdbarch_init): Update.
1690         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1691         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1692         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1693         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1694         * mips-tdep.c (mips_gdbarch_init): Update.
1695         * mcore-tdep.c (mcore_gdbarch_init): Update.
1696         * m68k-tdep.c (m68k_gdbarch_init): Update.
1697         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1698         * ia64-tdep.c (ia64_gdbarch_init): Update.
1699         * i386-tdep.c (i386_gdbarch_init): Update.
1700         * i386-interix-tdep.c (i386_interix_init_abi): Update.
1701         * hppa-tdep.c (hppa_gdbarch_init): Update.
1702         * h8300-tdep.c (h8300_gdbarch_init): Update.
1703         * frv-tdep.c (frv_gdbarch_init): Update.
1704         * cris-tdep.c (cris_gdbarch_init): Update.
1705         * avr-tdep.c (avr_gdbarch_init): Update.
1706         * arm-tdep.c (arm_gdbarch_init): Update.
1707         * alpha-tdep.c (alpha_gdbarch_init): Update.
1708         * sh-tdep.c (sh_init_extra_frame_info): Update.
1709         (sh64_init_extra_frame_info): Update.
1710         * ns32knbsd-nat.c (frame_num_args): Update.
1711         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
1712         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
1713         (xstormy16_frame_chain_valid): Update.
1714         * vax-tdep.c (vax_saved_pc_after_call): Update.
1715         * v850-tdep.c (v850_frame_chain): Update.
1716         (v850_pop_frame): Update.
1717         (v850_init_extra_frame_info): Update.
1718         * sparc-tdep.c (setup_arbitrary_frame): Update.
1719         * ns32k-tdep.c (umax_frame_num_args): Update.
1720         * s390-tdep.c (s390_pop_frame_regular): Update.
1721         * mn10300-tdep.c (mn10300_frame_chain): Update.
1722         (mn10300_pop_frame_regular): Update.
1723         (mn10300_init_extra_frame_info): Update.
1724         * mips-tdep.c (mips_init_frame_pc_first): Update.
1725         (mips_frame_chain): Update.
1726         (mips_pop_frame): Update.
1727         * mcore-tdep.c (mcore_frame_chain): Update.
1728         (mcore_pop_frame): Update.
1729         (mcore_init_extra_frame_info): Update.
1730         * arch-utils.c (init_frame_pc_default): Update.
1731         * m68k-tdep.c (isi_frame_num_args): Update.
1732         (delta68_frame_num_args): Update.
1733         (news_frame_num_args): Update.
1734         * ia64-tdep.c (ia64_pop_frame_regular): Update.
1735         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
1736         (alpha_frame_chain): Update.
1737         (alpha_pop_frame): Update.
1738         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
1739         (hppa_init_extra_frame_info): Update.
1740         (hppa_frame_chain): Update.
1741         (hppa_frame_chain_valid): Update.
1742         * cris-tdep.c (cris_init_extra_frame_info): Update.
1743         * avr-tdep.c (avr_init_extra_frame_info): Update.
1744         * arm-tdep.c (arm_frame_chain_valid): Update.
1745         (arm_init_extra_frame_info): Update.
1746         (arm_pop_frame): Update.
1747         * frame.c (frame_pc_unwind): Update.
1748         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
1749         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1750         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1751         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
1752         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
1753         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
1754         
1755 2003-03-12  Andrew Cagney  <cagney@redhat.com>
1756
1757         Eliminate the need for POP_FRAME.
1758         * frame.c (do_frame_unwind_register): New function.
1759         (frame_pop): When no POP_FRAME, pop the frame using register
1760         unwind and a scratch regcache.
1761         (frame_saved_regs_pop): Delete function.
1762         (trad_frame_unwinder): Update.
1763         * d10v-tdep.c (d10v_frame_pop): Delete function.
1764         (d10v_frame_unwind): Update.
1765         * sentinel-frame.c (sentinel_frame_pop): Delete function.
1766         (sentinel_frame_unwinder): Update.
1767         * dummy-frame.c (dummy_frame_pop): Delete function.
1768         (dummy_frame_unwind): Update.
1769         * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
1770         (struct frame_unwind): Update.
1771
1772 2003-03-11  Kevin Buettner  <kevinb@redhat.com>
1773
1774         * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
1775         mips_dwarf_dwarf2_ecoff_reg_to_regnum().
1776         (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
1777         Do range checks on register number obtained from debugging info.
1778         (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
1779         set_gdbarch_dwarf2_reg_to_regnum().  Adjust call of
1780         set_gdbarch_ecoff_reg_to_regnum() to account for new name of
1781         mapping function.
1782         (do_fp_register_row): Fix typo which caused double type to be
1783         used when attempting to unpack a float.
1784
1785 2003-03-11  J. Brobecker  <brobecker@gnat.com>
1786
1787         * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
1788
1789 2003-03-11  Andrew Cagney  <cagney@redhat.com>
1790
1791         * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
1792         frame.  Problem found by Corinna Vinschen.
1793
1794 2003-03-11  Pierre Muller  <muller@ics.u-strasbg.fr>
1795
1796         * doublest.c (floatformat_from_length): Accept also
1797         the real size of 'long double' type.
1798
1799 2003-03-10  Daniel Jacobowitz  <drow@mvista.com>
1800
1801         From Klee Dienes <kdienes@apple.com>:
1802         * breakpoint.c (bpstat_copy): Copy the command lines as well
1803         as the old value, to match what is freed in bpstat_clear.
1804
1805 2003-03-10  David Carlton  <carlton@math.stanford.edu>
1806
1807         * minsyms.c (add_minsym_to_hash_table): Replace
1808         DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
1809         (compare_minimal_symbols, compact_minimal_symbols)
1810         (install_minimal_symbols, find_solib_trampoline_target): Ditto.
1811         (lookup_minimal_symbol_text): Use strcmp on linkage names instead
1812         of DEPRECATED_SYMBOL_MATCHES_NAME.
1813         (lookup_minimal_symbol_solib_trampoline): Ditto.
1814
1815 2003-03-10  Andrew Cagney  <cagney@redhat.com>
1816
1817         * regcache.h (regcache_cooked_read_ftype): Define.
1818         (regcache_save, regcache_restore): Add a cooked_read parameter.
1819         * regcache.c (regcache_save, regcache_restore): Update.
1820         (do_cooked_read): New function.
1821         (regcache_cpy): Pass do_cooked_read to regcache_save and
1822         regcache_restore.
1823
1824 2003-03-10  Andrew Cagney  <cagney@redhat.com>
1825
1826         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
1827         * gdbarch.h, gdbarch.c: Re-generate.
1828         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1829         * x86-64-tdep.h: Update.
1830         * x86-64-tdep.c (x86_64_init_abi): Update.
1831         * v850-tdep.c (v850_gdbarch_init): Update.
1832         * sparc-tdep.c (sparc_gdbarch_init): Update.
1833         * sh-tdep.c (sh_gdbarch_init): Update.
1834         * s390-tdep.c (s390_gdbarch_init): Update.
1835         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1836         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1837         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1838         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1839         * mips-tdep.c (mips_gdbarch_init): Update.
1840         * mcore-tdep.c (mcore_gdbarch_init): Update.
1841         * m68k-tdep.c (m68k_gdbarch_init): Update.
1842         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1843         * ia64-tdep.c (ia64_gdbarch_init): Update.
1844         * i386-tdep.c (i386_gdbarch_init): Update.
1845         * i386-interix-tdep.c (i386_interix_init_abi): Update.
1846         * hppa-tdep.c (hppa_gdbarch_init): Update.
1847         * h8300-tdep.c (h8300_gdbarch_init): Update.
1848         * frv-tdep.c (frv_gdbarch_init): Update.
1849         * cris-tdep.c (cris_gdbarch_init): Update.
1850         * avr-tdep.c (avr_gdbarch_init): Update.
1851         * arm-tdep.c (arm_gdbarch_init): Update.
1852         * alpha-tdep.c (alpha_gdbarch_init): Update.
1853         * sh-tdep.c (sh_init_extra_frame_info): Update.
1854         (sh64_init_extra_frame_info): Update.
1855         * ns32knbsd-nat.c (frame_num_args): Update.
1856         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
1857         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
1858         (xstormy16_frame_chain_valid): Update.
1859         * vax-tdep.c (vax_saved_pc_after_call): Update.
1860         * v850-tdep.c (v850_frame_chain): Update.
1861         (v850_pop_frame): Update.
1862         (v850_init_extra_frame_info): Update.
1863         * sparc-tdep.c (setup_arbitrary_frame): Update.
1864         * ns32k-tdep.c (umax_frame_num_args): Update.
1865         * s390-tdep.c (s390_pop_frame_regular): Update.
1866         * mn10300-tdep.c (mn10300_frame_chain): Update.
1867         (mn10300_pop_frame_regular): Update.
1868         (mn10300_init_extra_frame_info): Update.
1869         * mips-tdep.c (mips_init_frame_pc_first): Update.
1870         (mips_frame_chain): Update.
1871         (mips_pop_frame): Update.
1872         * mcore-tdep.c (mcore_frame_chain): Update.
1873         (mcore_pop_frame): Update.
1874         (mcore_init_extra_frame_info): Update.
1875         * arch-utils.c (init_frame_pc_default): Update.
1876         * m68k-tdep.c (isi_frame_num_args): Update.
1877         (delta68_frame_num_args): Update.
1878         (news_frame_num_args): Update.
1879         * ia64-tdep.c (ia64_pop_frame_regular): Update.
1880         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
1881         (alpha_frame_chain): Update.
1882         (alpha_pop_frame): Update.
1883         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
1884         (hppa_init_extra_frame_info): Update.
1885         (hppa_frame_chain): Update.
1886         (hppa_frame_chain_valid): Update.
1887         * cris-tdep.c (cris_init_extra_frame_info): Update.
1888         * avr-tdep.c (avr_init_extra_frame_info): Update.
1889         * arm-tdep.c (arm_frame_chain_valid): Update.
1890         (arm_init_extra_frame_info): Update.
1891         (arm_pop_frame): Update.
1892         * frame.c (frame_pc_unwind): Update.
1893         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
1894         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1895         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1896         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
1897         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
1898         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
1899         
1900 2003-03-10  Andrew Cagney  <cagney@redhat.com>
1901
1902         * gdbarch.sh (gdbarch_unwind_pc): New method.
1903         * gdbarch.h, gdbarch.c: Regenerate.
1904         * frame.c (frame_pc_unwind): Rewrite.  Prefer gdbarch_unwind_pc,
1905         but use read_pc and FRAME_SAVED_PC as fall backs.
1906         (frame_saved_regs_pc_unwind): Delete function.
1907         (trad_frame_unwinder): Update.
1908         * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
1909         (struct frame_unwind): Update.
1910         * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
1911         (dummy_frame_unwind): Update.
1912         * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
1913         (sentinel_frame_unwinder): Update.
1914         * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
1915         (d10v_frame_unwind): Update.
1916         (d10v_unwind_pc): New function.
1917         (d10v_gdbarch_init): Set unwind_pc.
1918
1919 2003-03-10  Andrew Cagney  <cagney@redhat.com>
1920
1921         * gdbarch.h: Re-generate.
1922
1923         * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
1924         PC.
1925         (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
1926         the PC register.
1927
1928 2003-03-08  Mark Kettenis  <kettenis@gnu.org>
1929
1930         * gdbarch.sh (save_dummy_frame_tos): Add comment.
1931
1932 2003-03-08  Andrew Cagney  <cagney@redhat.com>
1933
1934         * cli-out.c: Update copyright.
1935         (cli_out_data): Define typedef.  Use instead of ui_out_data.
1936
1937 2003-03-08  Andrew Cagney  <cagney@redhat.com>
1938
1939         * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
1940         the result.
1941
1942 2003-03-07  Andrew Cagney  <cagney@redhat.com>
1943
1944         * gdbarch.sh: Don't generate two macro definitions when an
1945         undefined macro taking no arguments.
1946         * gdbarch.h: Regenerate.
1947         
1948 2002-03-07  Michal Ludvig  <mludvig@suse.cz>
1949
1950         * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
1951         (x86_64_unwind_dummy_id): New functions.
1952         (x86_64_init_abi): Register these two new functions.
1953
1954 2003-03-07  Michal Ludvig  <mludvig@suse.cz>
1955
1956         * x86-64-tdep.c (x86_64_function_has_prologue): New function.
1957         (x86_64_skip_prologue): Move prologue detection to 
1958         separate function.
1959         * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
1960
1961 2003-03-05  Andrew Cagney  <cagney@redhat.com>
1962
1963         * d10v-tdep.c (d10v_unwind_dummy_id): New function.
1964         (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
1965         * frame.c (get_prev_frame): Restructure the frame ID unwind code
1966         to use unwind_dummy_id when a dummy frame.
1967         * gdbarch.sh (unwind_dummy_id): New multi-arch method with
1968         predicate.
1969         * gdbarch.h, gdbarch.c: Regneerate.
1970         
1971 2003-03-05  Andrew Cagney  <cagney@redhat.com>
1972
1973         * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
1974         (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
1975         Do not use d10v_read_sp or d10v_read_fp when obtaining register
1976         values.
1977
1978 2003-03-05  Andrew Cagney  <cagney@redhat.com>
1979
1980         * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
1981         (struct d10v_unwind_cache): Delete field "frameless".  Replace
1982         "next_addr" with "sp_offset".  Add "r11_offset".
1983         (d10v_frame_unwind_cache): Update.
1984         (prologue_find_regs): Update.  When "mv r11, sp", save the
1985         "sp_offset" in "r11_offset".  Recognize "st rn, @r11", note that
1986         RN was saved in r11_offset.
1987
1988 2003-03-05  Andrew Cagney  <cagney@redhat.com>
1989
1990         * frame.c (deprecated_update_frame_pc_hack): Also update the the
1991         cached PC value in the next frame.
1992
1993 2003-03-05  Andrew Cagney  <cagney@redhat.com>
1994
1995         * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
1996         "id_unwind_cache" with "id".
1997         (frame_id_unwind): Delete declaration.
1998         * frame.c (frame_id_unwind): Delete function.
1999         (get_prev_frame): Call the frame id unwind method directly.  Store
2000         the returned next frame's ID value in NEXT_FRAME.  Note that there
2001         is a problem with the wrong unwind ID being called with the wrong
2002         unwind cache.
2003
2004 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
2005
2006         * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
2007
2008 2003-03-05  James Ingham <jingham@apple.com>
2009             Daniel Jacobowitz  <drow@mvista.com>
2010
2011         * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
2012         (auto_cp_abi): New variable.
2013         (current_cp_abi, num_cp_abis): Make static.
2014         (CP_ABI_MAX): Define.
2015         (cp_abis): Turn into an array.
2016         (value_virtual_fn_field): Fix formatting.
2017         (switch_to_cp_abi, register_cp_abi): Update.  register_cp_abi now
2018         takes a pointer.
2019         (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
2020         (list_cp_abis, _initialize_cp_abi): New functions.
2021         * cp-abi.h: Add prototype for set_cp_abi_as_auto_default.  Remove
2022         declarations for cp_abis, num_cp_abis, current_cp_abi, and
2023         switch_to_cp_abi.  Update prototype for register_cp_abi.
2024         * Makefile.in (cp-abi.o): Update dependencies.
2025         * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
2026         instead of switch_to_cp_abi.
2027         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise.  Update call to
2028         register_cp_abi.
2029         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
2030         register_cp_abi.
2031         * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
2032
2033 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
2034
2035         * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
2036         * dwarf2loc.c: Include "regcache.h".
2037         (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum.  Use
2038         register_size.
2039         * Makefile.in (dwarf2loc.o): Update dependencies.
2040
2041 2003-03-04  Theodore A. Roth  <troth@openavr.org>
2042
2043         * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
2044         number of io registers reported by remote target is not a multiple of
2045         step.
2046
2047 2003-03-04  David Carlton  <carlton@math.stanford.edu>
2048
2049         * symtab.c (lookup_partial_symbol): Add linkage_name argument.
2050         (lookup_symbol_aux_psymtabs): Update call to
2051         lookup_partial_symbol.
2052         (lookup_transparent_type, find_main_psymtab)
2053         (make_symbol_overload_list): Ditto.
2054
2055 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
2056
2057         * MAINTAINERS (Write after approval): Update my email address.
2058
2059 2003-03-03  Andrew Cagney  <cagney@redhat.com>
2060
2061         Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
2062         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
2063         predicate.  Replace MAX_REGISTER_RAW_SIZE.
2064         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
2065         MAX_REGISTER_VIRTUAL_SIZE.
2066         * regcache.c (legacy_max_register_raw_size): New function.
2067         (legacy_max_register_virtual_size): New function.
2068         * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
2069         (MAX_REGISTER_RAW_SIZE): Define.
2070         (legacy_max_register_raw_size): Declare.
2071         (legacy_max_register_virtual_size): Declare.
2072         * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2073         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
2074         * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2075         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
2076         * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2077         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
2078         * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2079         * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2080         * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2081         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2082         * vax-tdep.c (vax_gdbarch_init): Update.
2083         * v850-tdep.c (v850_gdbarch_init): Update.
2084         * sparc-tdep.c (sparc_gdbarch_init): Update.
2085         * sh-tdep.c (sh_gdbarch_init): Update.
2086         * s390-tdep.c (s390_gdbarch_init): Update.
2087         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2088         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2089         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2090         * mips-tdep.c (mips_gdbarch_init): Update.
2091         * mcore-tdep.c (mcore_gdbarch_init): Update.
2092         * m68k-tdep.c (m68k_gdbarch_init): Update.
2093         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2094         * ia64-tdep.c (ia64_gdbarch_init): Update.
2095         * i386-tdep.c (i386_gdbarch_init): Update.
2096         * hppa-tdep.c (hppa_gdbarch_init): Update.
2097         * h8300-tdep.c (h8300_gdbarch_init): Update.
2098         * frv-tdep.c (frv_gdbarch_init): Update.
2099         * cris-tdep.c (cris_gdbarch_init): Update.
2100         * avr-tdep.c (avr_gdbarch_init): Update.
2101         * arm-tdep.c (arm_gdbarch_init): Update.
2102         * alpha-tdep.c (alpha_gdbarch_init): Update.
2103         * d10v-tdep.c (d10v_gdbarch_init): Do not set
2104         max_register_raw_size or max_register_virtual_size.
2105
2106 2003-03-03  David Carlton  <carlton@math.stanford.edu>
2107
2108         * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
2109         SYMBOL_MATCHES_NAME, add comment.
2110         (SYMBOL_MATCHES_NATURAL_NAME): New.
2111         * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
2112         SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
2113         (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
2114         * symtab.c (lookup_partial_symbol): Use
2115         SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME.  Delete
2116         unhelpful comment.
2117         (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
2118         SYMBOL_MATCHES_NAME.
2119         Fix for PR c++/33.
2120
2121 2003-03-03  David Carlton  <carlton@math.stanford.edu>
2122
2123         * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
2124         * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
2125         by regexp matching against SYMBOL_NATURAL_NAME.
2126
2127 2003-03-03  David Carlton  <carlton@math.stanford.edu>
2128
2129         * linespec.c (find_method): Extract code into collect_methods.
2130         (collect_methods): New.
2131
2132 2003-03-02  Mark Kettenis  <kettenis@gnu.org>
2133
2134         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
2135         get_frame_base.
2136
2137         * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
2138         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2139
2140 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2141
2142         * arch-utils.c (generic_register_byte): Fix to use the loop index 
2143         and not regnum when summing the size of all registers up to regnum.
2144
2145 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2146
2147         * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
2148         FRAME_INIT_SAVED_REGS.
2149         * gdbarch.h, gdbarch.c: Regenerate.
2150         * stack.c (frame_info): Update.
2151         * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
2152         (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
2153         (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
2154         * ns32k-tdep.c (ns32k_pop_frame): Update.
2155         * mips-tdep.c (mips_pop_frame): Update.
2156         * m68hc11-tdep.c (m68hc11_pop_frame): Update.
2157         * ia64-tdep.c (ia64_frame_chain): Update.
2158         (ia64_frame_saved_pc, ia64_get_saved_register): Update.
2159         (ia64_frameless_function_invocation): Update.
2160         (ia64_init_extra_frame_info): Update.
2161         (ia64_pop_frame_regular): Update.
2162         * frame.h (struct frame_info): Update comment.
2163         (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
2164         * frame.c (frame_saved_regs_register_unwind): Update.
2165         (frame_saved_regs_register_unwind): Update.
2166         (deprecated_generic_get_saved_register): Update.
2167         * cris-tdep.c: Update comment.
2168         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
2169         Rename macro.
2170         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2171         * x86-64-tdep.c (x86_64_init_abi): Update.
2172         * vax-tdep.c (vax_gdbarch_init): Update.
2173         * v850-tdep.c (v850_gdbarch_init): Update.
2174         * sparc-tdep.c (sparc_gdbarch_init): Update.
2175         * sh-tdep.c (sh_gdbarch_init): Update.
2176         * s390-tdep.c (s390_gdbarch_init): Update.
2177         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2178         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2179         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2180         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2181         * mips-tdep.c (mips_gdbarch_init): Update.
2182         * mcore-tdep.c (mcore_gdbarch_init): Update.
2183         * m68k-tdep.c (m68k_gdbarch_init): Update.
2184         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2185         * ia64-tdep.c (ia64_gdbarch_init): Update.
2186         * i386-tdep.c (i386_gdbarch_init): Update.
2187         * frv-tdep.c (frv_gdbarch_init): Update.
2188         * avr-tdep.c (avr_gdbarch_init): Update.
2189         * arm-tdep.c (arm_gdbarch_init): Update.
2190         * alpha-tdep.c (alpha_gdbarch_init): Update.
2191         
2192 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2193
2194         * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
2195         option enum and switch.  When no windows, set the interpreter to
2196         INTERP_CONSOLE.
2197         
2198 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2199
2200         * main.c (captured_main): Replace magic option characters with an
2201         enum.
2202
2203 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2204
2205         * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
2206         INIT_EXTRA_FRAME_INFO.
2207         * gdbarch.h, gdbarch.c: Regenerate.
2208         * arm-tdep.c: Update comments.
2209         * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
2210         * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
2211         * frame.h, avr-tdep.c: Ditto.
2212         * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
2213         (create_new_frame, legacy_get_prev_frame): Ditto.
2214         * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
2215         * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
2216         * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
2217         deprecated_init_extra_frame_info instead of init_extra_frame_info.
2218         * x86-64-tdep.c (x86_64_init_abi): Ditto.
2219         * v850-tdep.c (v850_gdbarch_init): Ditto.
2220         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2221         * sh-tdep.c (sh_gdbarch_init): Ditto.
2222         * s390-tdep.c (s390_gdbarch_init): Ditto.
2223         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
2224         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2225         * mips-tdep.c (mips_gdbarch_init): Ditto.
2226         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2227         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2228         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2229         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2230         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2231         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2232         * frv-tdep.c (frv_gdbarch_init): Ditto.
2233         * cris-tdep.c (cris_gdbarch_init): Ditto.
2234         * avr-tdep.c (avr_gdbarch_init): Ditto.
2235         * arm-tdep.c (arm_gdbarch_init): Ditto.
2236         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2237         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2238
2239 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2240
2241         * gdbarch.sh (register_type): New function with predicate.
2242         (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
2243         * gdbarch.h, gdbarch.c: Re-generate.
2244         * arch-utils.c (generic_register_byte): Use generic_register_size.
2245         (generic_register_size): When available, use
2246         gdbarch_register_type.
2247         * regcache.c (init_regcache_descr): When available, initialize the
2248         register type array using gdbarch_register_type.  If the
2249         architecture supplies gdbarch_register_type, do not use the legacy
2250         regcache layout.
2251         * d10v-tdep.c (d10v_register_type): Replace
2252         d10v_register_virtual_type.
2253         (d10v_gdbarch_init): Set register_type instead of
2254         register_virtual_type.
2255
2256 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2257
2258         * Makefile.in (ax-gdb.o): Update dependencies.
2259         * ax-gdb.c: Include "regcache.h".
2260         (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
2261         * findvar.c (value_of_register): Ditto.
2262         * infcmd.c (default_print_registers_info): Ditto.
2263
2264 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
2265
2266         * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
2267         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2268
2269 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
2270
2271         * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
2272         of STREQ.
2273
2274 2003-02-28  Daniel Jacobowitz  <drow@mvista.com>
2275
2276         * Makefile.in (dwarf2loc.o): Update dependencies.
2277         * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
2278         * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
2279         * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
2280         * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
2281         (locexpr_tracepoint_var_ref): New function.
2282         (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
2283
2284 2003-02-28  Andrew Cagney  <cagney@redhat.com>
2285
2286         * regcache.c (register_size): New function.
2287         * regcache.h (register_size): Declare
2288         * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
2289         max_register_size instead of MAX_REGISTER_RAW_SIZE.
2290
2291 2003-02-28  David Carlton  <carlton@math.stanford.edu>
2292
2293         * linespec.c (decode_compound): Extract code into find_method.
2294         (find_method): New.
2295
2296 2003-02-28  J. Brobecker  <brobecker@gnat.com>
2297
2298         * Makefile.in: Add rules to build and link in observer.o.
2299
2300 2003-02-27  J. Brobecker  <brobecker@gnat.com>
2301
2302         * observer.c: Minor comments edits.
2303
2304 2003-02-27  J. Brobecker  <brobecker@gnat.com>
2305
2306         * observer.h, observer.c: New file.
2307
2308 2003-02-27  Andrew Cagney  <cagney@redhat.com>
2309
2310         * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
2311
2312 2003-02-27  Stephane Carrez  <stcarrez@nerim.fr>
2313
2314         * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
2315         (M6812_OP_STS_EXT): Likewise.
2316         (m6811_prologue): Use the above to recognize prologue.
2317         (m6812_prologue): Likewise.
2318
2319 2003-02-27  David Carlton  <carlton@math.stanford.edu>
2320
2321         * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
2322         SYMBOL_PRINT_NAME.
2323         (compare_psymbols): Ditto.
2324         * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
2325
2326 2003-02-27  Michael Snyder  <msnyder@redhat.com>
2327
2328         * f-lang.c (build_fortran_types): New function.
2329         (_initialize_f_language): Gdbarch-register built-in fortran types.
2330         * doublest.c (extract_floating): Fix warning text.
2331
2332 2003-02-27  Andrew Cagney  <cagney@redhat.com>
2333
2334         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
2335         predicate.  Replaces PUSH_DUMMY_FRAME.
2336         * gdbarch.h, gdbarch.c: Regnerate.
2337         * valops.c (hand_function_call): Update.  Call
2338         generic_push_dummy_frame directly.
2339         * vax-tdep.c (vax_gdbarch_init): Update.
2340         * sparc-tdep.c (sparc_gdbarch_init): Update.
2341         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2342         * m68k-tdep.c (m68k_gdbarch_init): Update.
2343         * hppa-tdep.c (hppa_gdbarch_init): Update.
2344         * alpha-tdep.c (alpha_gdbarch_init): Update.
2345         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
2346         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
2347         * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
2348         * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
2349         push_dummy_frame to generic_push_dummy_frame.
2350         * v850-tdep.c (v850_gdbarch_init): Ditto.
2351         * sh-tdep.c (sh_gdbarch_init): Ditto.
2352         * s390-tdep.c (s390_gdbarch_init): Ditto.
2353         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2354         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2355         * mips-tdep.c (mips_gdbarch_init): Ditto.
2356         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2357         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2358         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2359         * i386-tdep.c (i386_gdbarch_init): Ditto.
2360         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2361         * frv-tdep.c (frv_gdbarch_init): Ditto.
2362         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2363         * cris-tdep.c (cris_gdbarch_init): Ditto.
2364         * avr-tdep.c (avr_gdbarch_init): Ditto.
2365         * arm-tdep.c (arm_gdbarch_init): Ditto.
2366         
2367 2003-02-26  Kevin Buettner  <kevinb@redhat.com>
2368
2369         * mips-tdep.c (show_mips_abi): New function.
2370         (_initialize_mips_tdep): Use show_mips_abi() to implement the
2371         command ``show mips abi''.
2372
2373 2003-02-26  Jeff Johnston  <jjohnstn@redhat.com>
2374  
2375         From Elena Zannoni  <ezannoni@redhat.com>
2376         * dbxread.c (process_one_symbol): Only record line 0 if one or 
2377         more sline entries have been seen for the function.
2378
2379 2003-02-26  Michael Chastain  <mec@shout.net>
2380
2381         * configure: Regenerate with autoconf 000227.
2382
2383 2003-02-26  Michael Chastain  <mec@shout.net>
2384
2385         Close PR build/660.
2386         * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
2387         for old libc5/glibc.
2388         * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
2389
2390 2003-02-26  Kris Warkentin  <kewarken@qnx.com>
2391
2392         * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
2393         * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
2394
2395 2003-02-26  Michael Chastain  <mec@shout.net>
2396
2397         * configure.in: New variable HAVE_UINTPTR_T.
2398         * configure, config.in: Regenerated.
2399
2400 2003-02-26  Daniel Jacobowitz  <drow@mvista.com>
2401
2402         Fix PR build/1097.
2403         * utils.c (gdb_realpath): Move closing brace outwards one #endif.
2404
2405 2003-02-25  Andrew Cagney  <cagney@redhat.com>
2406
2407         * frame.c (get_prev_frame): Add comment on check for
2408         inside_entry_func. Only check for inside_entry_file when not a
2409         dummy and not a sentinel.  Check that the new frame is not inner
2410         to the old frame.
2411
2412 2003-02-25  Andrew Cagney  <cagney@redhat.com>
2413
2414         * frame.c (frame_debug): New variable.
2415         (_initialize_frame): Add "set/show debug frame" command.
2416         (get_prev_frame): When frame_debug, print reason why unwind
2417         failed.
2418
2419 2003-02-25  Michael Chastain  <mec@shout.net>
2420
2421         * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
2422         to avoid uintptr_t definition problems.
2423
2424 2003-02-25  David Carlton  <carlton@math.stanford.edu>
2425
2426         * symtab.h (SYMBOL_NATURAL_NAME): New macro.
2427         (SYMBOL_LINKAGE_NAME): Ditto.
2428         (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
2429         SYMBOL_LINKAGE_NAME.
2430         (struct general_symbol_info): Expand comment.
2431         (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
2432         (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
2433         (SYMBOL_MATCHES_REGEXP): Ditto.
2434         * symtab.c (symbol_natural_name): New function.
2435         * objfiles.h: Replace all uses of SYMBOL_NAME by
2436         DEPRECATED_SYMBOL_NAME.
2437         * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
2438         * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
2439         * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
2440         * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
2441         * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
2442         * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
2443         * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
2444         * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
2445         * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
2446         * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
2447         * ada-exp.y: Ditto.
2448         * ada-exp.y: Update copyright.
2449         * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
2450         * cp-valprint.c: Ditto.
2451
2452 2003-02-25  Jeff Johnston  <jjohnstn@redhat.com>
2453
2454         * infptrace.c (detach): Do not flag error if ptrace detach fails
2455         and errno is set to ESRCH.
2456
2457 2003-02-24  Andrew Cagney  <cagney@redhat.com>
2458
2459         * infptrace.c (udot_info): Change type of udot_off to long.  Use
2460         paddr when printing udot_off's value.
2461
2462 2003-02-24  David Carlton  <carlton@math.stanford.edu>
2463
2464         * symtab.c (make_symbol_overload_list): Only read in partial
2465         symtabs containing a matching partial symbol.
2466
2467 2003-02-24  David Carlton  <carlton@math.stanford.edu>
2468
2469         * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
2470         do the comparison, not strcmp.
2471         * symfile.c (compare_psymbols): Ditto.
2472         * defs.h: Declare strcmp_iw_ordered.
2473         * utils.c (strcmp_iw_ordered): New function.
2474
2475 2003-02-24  Jim Blandy  <jimb@redhat.com>
2476
2477         * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
2478         support, shared libs): Remove my name from here, to better reflect
2479         reality.
2480
2481 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
2482
2483         * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
2484         (target_ops): Add to_have_continuable_watchpoint.
2485         * target.c (update_current_target): Add INHERIT line for
2486         to_have_continuable_watchpoint.
2487         * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
2488         * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
2489         config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
2490         config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
2491
2492 2003-02-24  Elena Zannoni  <ezannoni@redhat.com>
2493
2494         * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
2495         maintainership.
2496
2497 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
2498
2499         * solib.c (solib_open): Call target defined search function after
2500         failing with solib-search-path.
2501         * solist.h (target_so_ops): Add find_and_open_solib function hook and
2502         create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2503
2504 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
2505
2506         * MAINTAINERS: Add myself to Write After section.
2507
2508 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
2509
2510         * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
2511
2512 2003-02-22  Stephane Carrez  <stcarrez@nerim.fr>
2513
2514         * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
2515         (m68hc11_add_reggroups): New function.
2516         (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
2517         (m68hc11_gdbarch_init): Install the reggroups.
2518         (_initialize_m68hc11_tdep): Initialize them.
2519
2520 2003-02-21  James E Wilson  <wilson@tuliptree.org>
2521
2522         * MAINTAINERS: Update my email address.
2523
2524 2003-02-21  David Carlton  <carlton@math.stanford.edu>
2525
2526         * arm-tdep.c (arm_gdbarch_init): Add break after default label.
2527
2528 2003-02-21  Daniel Jacobowitz  <drow@mvista.com>
2529
2530         Based on a patch from Daniel Berlin (dberlin@dberlin.org).
2531         * symtab.h: Add opaque declarations of struct axs_value and
2532         struct agent_expr.
2533         (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
2534         (struct location_funcs): New type.
2535         (struct symbol): Add "loc" to aux_value.
2536         (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
2537         * dwarf2read.c: Include "dwarf2expr.h".
2538         (dwarf2_symbol_mark_computed): New function.
2539         (read_func_scope): Use it.
2540         (var_decode_location): New function.
2541         (new_symbol): Use it.
2542         * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
2543
2544         * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
2545         (dwarf2expr_h, dwarf2loc_h): New variables.
2546         (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
2547         (dwarf2expr.o, dwarf2loc.o): New rules.
2548         (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
2549         * buildsym.c (finish_block): Handle LOC_COMPUTED and
2550         LOC_COMPUTED_ARG.
2551         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
2552         * m2-exp.y (yylex): Likewise.
2553         * printcmd.c (address_info, print_frame_args): Likewise.
2554         * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
2555         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
2556         * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
2557         (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
2558         * symtab.c (lookup_block_symbol): Likewise.
2559
2560 2003-02-20  Adam Fedor  <fedor@gnu.org>
2561
2562         * symtab.h: Remove objc_specific struct
2563         (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
2564         * symtab.c (symbol_init_language_specific, symbol_demangled_name):
2565         Have language_objc use cplus_specific struct.
2566
2567 2003-02-20  Tom Tromey  <tromey@redhat.com>
2568
2569         * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
2570         TYPE_NAME, when printing a String value.  PR java/1075.
2571
2572 2003-02-20  Adam Fedor  <fedor@gnu.org>
2573
2574         * objc-lang.h (find_methods): Remove declaration.
2575         * objc-lang.c (find_methods): Make static.
2576
2577 2003-02-20  Christopher Faylor  <cgf@redhat.com>
2578
2579         * win32-nat.c (get_image_name): Check return value from
2580         ReadProcessMemory.
2581         (child_xfer_memory): Ditto.
2582
2583 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
2584
2585         * configure.in (TARGET_SYSTEM_ROOT): Set default to
2586         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
2587         '${exec_prefix}' (in addition to the expansion thereof) as
2588         relocatable.
2589         * configure: Rebuilt.
2590
2591 2003-02-20  David Carlton  <carlton@math.stanford.edu>
2592
2593         * symtab.c (search_symbols): Revert the search_symbols part of my
2594         2002-12-23 patch.  Add comment.
2595
2596 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
2597
2598         * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
2599         * dbxread.c (elfstab_build_psymtabs): Don't call
2600         install_minimal_symbols.
2601         (stabsect_build_psymtabs): Likewise.
2602         * elfread.c (elf_symfile_read): Call install_minimal_symbols
2603         earlier.
2604         * somread.c (som_symfile_read): Call install_minimal_symbols
2605         and do_cleanups earlier.
2606         * nlmread.c (nlm_symfile_read): Likewise.
2607         * mdebugread.c (elfmdebug_build_psymtabs): Call
2608         install_minimal_symbols and make appropriate cleanups.
2609
2610 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
2611
2612         * solib.c (reload_shared_libraries): New function.
2613         (_initialize_solib): Add callbacks for ``set solib-search-path''
2614         and ``set solib-absolute-prefix''.
2615
2616 2003-02-20  David Carlton  <carlton@math.stanford.edu>
2617
2618         * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
2619         expand comment.
2620         * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
2621         SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
2622         * ada-typeprint.c (ada_typedef_print): Ditto.
2623         * ax-gdb.c (gen_var_ref): Ditto.
2624         * breakpoint.c (print_one_breakpoint): Ditto.
2625         * buildsym.c (finish_block): Ditto.
2626         * c-valprint.c (c_val_print): Ditto.
2627         * expprint.c (print_subexp): Ditto.
2628         * findvar.c (locate_var_value): Ditto.
2629         * infcmd.c (jump_command): Ditto. 
2630         * linespec.c (decode_line_2, decode_compound): Ditto. 
2631         * maint.c (maintenance_translate_address): Ditto. 
2632         * objc-lang.c (compare_selectors, compare_classes): Ditto. 
2633         * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
2634         Ditto.
2635         * p-valprint.c (pascal_val_print): Ditto. 
2636         * stabsread.c (define_symbol): Ditto. 
2637         * stack.c (print_frame, frame_info, print_block_frame_locals)
2638         (print_frame_arg_vars, return_command): Ditto. 
2639         * symfile.c (compare_symbols, compare_psymbols): Ditto. 
2640         * symmisc.c (print_symbol): Ditto. 
2641         * symtab.c (lookup_partial_symbol, lookup_block_symbol)
2642         (compare_search_syms, print_symbol_info, print_msymbol_info)
2643         (rbreak_command): Ditto. 
2644         * tracepoint.c (tracepoints_info): Ditto. 
2645         * typeprint.c (typedef_print): Ditto. 
2646         * valops.c (value_of_variable, hand_function_call): Ditto. 
2647         * cli/cli-cmds.c (edit_command, list_command): Ditto.
2648         * ada-typeprint.c: Update Copyright.
2649         * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
2650         * tracepoint.c, cli/cli-cmds.c: Ditto.
2651
2652 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
2653
2654         * frame.c (generic_unwind_get_saved_register): Make non-static.
2655         * frame.h (generic_unwind_get_saved_register): Declare.
2656         * mips-tdep.c (read_next_frame_reg): Fetch register from
2657         current regcache when frame is NULL.
2658         (mips_init_extra_frame_info): Pass NULL explicitly for parameter
2659         that must be NULL.
2660         (mips_get_saved_register): Call generic_unwind_get_saved_register()
2661         instead of frame_register_unwind().
2662
2663 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
2664
2665         * remote-sim.c (gdbsim_insert_breakpoint)
2666         (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
2667         code.
2668
2669 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
2670
2671         * remote.c (_initialize_remote): Add commands "set/show remote
2672         hardware-watchpoint-limit" and "set/show remote
2673         hardware-breakpoint-limit".
2674         (remote_hw_watchpoint_limit): Initialize to -1.
2675         (remote_hw_breakpoint_limit): Ditto.
2676         (remote_check_watch_resources): Treat a limit of -1 as unlimited.
2677
2678 2003-02-19  Raoul Gough  <RaoulGough@yahoo.co.uk>
2679
2680         * coff-pe-read.c: New file - support reading of minimal symbols from a
2681         portable executable using the export table.
2682         * coff-pe-read.h: New file.
2683         * coffread.c: Include coff-pe-read.h.
2684         (coff_symtab_read): Call read_pe_exported_syms iff no recognized
2685         debugging symbols found.
2686         * Makefile.in (SFILES): Add coff-pe-read.o.
2687         (coff_pe_read_h): Define.
2688         (COMMON_OBS): Add coff-pe-read.o.
2689         (coffread.o): Add coff_pe_read_h dependency.
2690         (coff-pe-read.o): New target.
2691
2692 2003-02-19  David Carlton  <carlton@math.stanford.edu>
2693
2694         * Makefile.in (SFILES): Add block.c.
2695         (block_h): New.
2696         (COMMON_OBS): Add block.o.
2697         (block.o): New.
2698         (x86-64-tdep.o): Add $(block_h).
2699         (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
2700         (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
2701         (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
2702         (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
2703         (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
2704         (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
2705         (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
2706         * value.h: Add opaque declaration for struct block.
2707         * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
2708         * ada-lang.h: Ditto.
2709         * x86-64-tdep.c: #include "block.h"
2710         * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
2711         * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
2712         * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
2713         * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
2714         * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
2715         * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
2716         * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
2717         * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
2718         * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
2719         (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
2720         * symtab.c (block_function): Ditto.
2721         (contained_in): Ditto.
2722         * frame.h: Move block_for_pc and block_for_pc_sect declarations to
2723         block.h.  Add opaque declaration for struct block.
2724         * symtab.h: Move block_function and contained_in declarations to
2725         block.h.  Add opaque declarations for struct block, struct
2726         blockvector.
2727         (struct block): Move to block.h.
2728         (struct blockvector): Ditto.
2729         (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
2730         (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
2731         (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
2732         (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
2733         (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
2734         Ditto.
2735         * block.c: New file.
2736         * block.h: New file.
2737
2738 2003-02-19  Theodore A. Roth  <troth@openavr.org>
2739
2740         * avr-tdep.c (avr_extract_return_value): Remove function.
2741         (avr_store_return_value): Remove function.
2742         (avr_extract_struct_value_address): Remove function.
2743         (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
2744
2745 2003-02-19  Andrew Cagney  <ac131313@redhat.com>
2746
2747         * rs6000-tdep.c: Include "gdb_assert.h".
2748         (registers_e500): Add "acc" and "spefscr".
2749         (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
2750         (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
2751         ppc_gplast_regnum, sp_regnum and fp_regnum.  Check that gp0_regnum
2752         really is "r0".
2753         (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
2754
2755 2003-02-18  Keith Seitz  <keiths@redhat.com>
2756
2757         * Makefile.in: Add gdbtk-interps.c.
2758
2759 2003-02-18  Kevin Buettner  <kevinb@redhat.com>
2760
2761         * sparc-tdep.c (sparc_frame_chain): Adjust return value.
2762         * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
2763
2764 2003-02-18  Andrew Cagney  <cagney@redhat.com>
2765
2766         * symtab.h (struct objfile): Add opaque declaration.
2767
2768 2003-02-18  Elena Zannoni  <ezannoni@redhat.com>
2769
2770         From Jim Ingham   <jingham@apple.com>:
2771         * dbxread.c (process_one_symbol): Use last_function_start rather
2772         than function_start_offset to find the real beginning of the
2773         current function.  The latter is just the text section offset on
2774         some systems, the former is always the real function start.
2775
2776 2003-02-17  Andrew Cagney  <cagney@redhat.com>
2777
2778         * configure.in: Revert ${target} != ${host}.
2779
2780 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
2781
2782         * configure.in (Makefile): Use the test ${target} != ${host},
2783         instead of the absence of the "nm.h" file, to determine of the
2784         configuration non-native.
2785         * configure: Regenerate.
2786         
2787 2003-02-14  Elena Zannoni  <ezannoni@redhat.com>
2788
2789         From Brian Ford  <ford@vss.fsi.com>
2790
2791         * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
2792         conditionalize tui_active test.
2793         (lookup_cmd_1): Ditto.
2794
2795 2003-02-14  Mark Kettenis  <kettenis@gnu.org>
2796
2797         * configure.in: Add check for _etext.
2798         * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
2799         available.
2800         * config.in, configure: regenerated.
2801
2802 2003-02-14  Daniel Jacobowitz  <drow@mvista.com>
2803
2804         * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
2805
2806 2003-02-14  Andrew Cagney  <ac131313@redhat.com>
2807
2808         * main.c (tui_version): Delete variable.
2809         (captured_main): When --tui, set interpreter_p to "tui" instead of
2810         enabling tui_version.
2811         * printcmd.c (display_command) [TUI]: Test tui_active instead of
2812         tui_version.
2813         * cli/cli-decode.c (lookup_cmd_composition): Ditto.
2814         * cli/cli-cmds.c (disassemble_command): Ditto.
2815         * defs.h (tui_version): Delete declaration.
2816         * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
2817         (tui-interp.o): Add rules.
2818         (SUBDIR_TUI_OBS): Add "tui-interp.o".
2819
2820 2003-02-14  Christopher Faylor  <cgf@redhat.com>
2821
2822         * win32-nat.c (register_loaded_dll): Correctly set address range for
2823         just-loaded dll.
2824
2825 2003-02-12  Jason Molenda  (jmolenda@apple.com)
2826
2827         * symmisc.c (print_objfile_statistics): Include information about
2828         the number of psymtabs and symtabs in each object file.
2829
2830 2003-02-13  Keith R Seitz  <keiths@redhat.com>
2831
2832         * main.h (struct captured_main_args): Add interpreter_p.
2833         * main.c (captured_main): Initialize interpreter_p from context.
2834         * gdb.c (main): Set interpreter_p argument.
2835         * Makefile.in (gdb.o): Add dependency for interps.h.
2836
2837 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
2838
2839         * event-top.c (cli_command_loop): Delete declaration.
2840         (_initialize_event_loop): Delete function setting event_loop_hook.
2841         * event-top.h (cli_command_loop): Declare.  Update copyright.
2842         (EVENT_TOP_H): Define.  Wrap header in #ifdef EVENT_TOP_H.
2843         * interps.c (current_interp_command_loop): When event_loop_p, call
2844         cli_command_loop.
2845
2846 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
2847
2848         * interps.h (interp_command_loop_ftype): Change return type to
2849         void.
2850
2851 2003-02-12  Michal Ludvig  <mludvig@suse.cz>
2852
2853         * x86-64-tdep.c (x86_64_extract_return_value)
2854         (x86_64_store_return_value): Use regcache instead of regbuf.
2855         (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
2856         * x86-64-linux-nat.c (fill_gregset): Use regcache.
2857
2858 2003-02-11  Andrew Cagney  <ac131313@redhat.com>
2859
2860         * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
2861         * aclocal.m4: Regenerate.
2862         * configure: Regenerate.
2863
2864         * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
2865         TCL_LD_SEARCH_FLAGS.
2866
2867 2003-02-10  Michal Ludvig  <mludvig@suse.cz>
2868
2869         * dwarf2cfi.c: Reindented.
2870
2871 2003-02-09  Andrew Cagney  <ac131313@redhat.com>
2872
2873         * interps.c (clear_interpreter_hooks): Convert function definition
2874         to ISO C.
2875
2876 2003-02-07  David Carlton  <carlton@math.stanford.edu>
2877
2878         * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
2879
2880 2003-02-07  Kevin Buettner  <kevinb@redhat.com>
2881
2882         * gdbtypes.h (struct main_type): Move ``length'' field from here...
2883         (struct type): ...to here.
2884         (TYPE_LENGTH): Adjust to reflect different location of ``length''
2885         field.
2886         * gdbtypes.c (make_qualified_type): Set length on newly created type.
2887         (replace_type): Set length on all type variants for a given type.
2888
2889 2003-02-07  Andrew Cagney  <ac131313@redhat.com>
2890
2891         * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
2892         <sys/stat.h>.
2893         * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
2894         
2895 2003-02-06  Andrew Cagney  <ac131313@redhat.com>
2896
2897         * Makefile.in (symm-nat.o): Update dependencies.
2898         (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
2899         (lynx-nat.o, ia64-linux-nat.): Ditto.
2900         * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
2901         "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
2902         * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
2903
2904         * Makefile.in (inflow_h): Define.
2905         (procfs.o, inflow.o, procfs.o): Update dependencies.
2906         * inftarg.c (child_stop): Delete extern declaration of
2907         inferior_process_group.  Include "inflow.h".
2908         * procfs.c (procfs_stop): Ditto.  Include "inflow.h".
2909         * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
2910         * inflow.h (PROCESS_GROUP_TYPE): ... to here.  New file.
2911         (our_process_group, inferior_process_group): Extern declarations.
2912
2913         * procfs.c: Include "gdb_assert.h".
2914
2915         * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
2916         * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
2917         * jv-typeprint.c (java_type_print_base): Ditto.
2918         * typeprint.c (typedef_print): Eliminate STREQ.
2919         * cli/cli-script.c (define_command, define_command): Ditto.
2920         * main.c (captured_main): Ditto.
2921         * values.c (lookup_internalvar): Ditto.
2922         * utils.c (safe_strerror, parse_escape): Eliminate assignment
2923         within `if' conditional.
2924         * linespec.c (decode_line_2): Ditto.
2925         * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
2926         (bfd_openw_with_cleanup): Ditto.
2927
2928 2003-02-07  Mark Kettenis  <kettenis@gnu.org>
2929
2930         * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
2931         legacy_extract_return_value and store_return_value to
2932         legacy_return_value.
2933
2934 2003-02-06  Raoul Gough  <RaoulGough@yahoo.co.uk>
2935
2936         * win32-nat.c (get_relocated_section_addrs): New function.  Find
2937         section load addresses for symbol handling in relocated DLLs.
2938         (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
2939
2940 2003-02-05  Fred Fish  <fnf@intrinsity.com>
2941
2942         * remote-e7000.c (e7000_drain_command): Fix precedence problem with
2943         '=' and '!='.
2944         * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
2945         with '&' and '=='.
2946         (angel_RDI_info): Ditto.
2947         * infttrace.c (threads_continue_all_but_one): Fix precedence problem
2948         with '&' and '!='.
2949         (threads_continue_all_with_signals): Ditto.
2950   
2951 2003-02-05  Jim Ingham <jingham@apple.com>
2952             Keith Seitz  <keiths@redhat.com>
2953             Elena Zannoni  <ezannoni@redhat.com>
2954             Andrew Cagney  <ac131313@redhat.com>
2955
2956         * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
2957         (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
2958         (SUBDIR_MI_OBS): Add "mi-interp.o".
2959         (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
2960         (SFILES): Add "interps.c".
2961         (COMMON_OBS): Add "interps.o".
2962         (interps_h, mi_main_h): Define.
2963         (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
2964         (mi-main.o, main.o, event-top.o): Update dependencies.
2965         * cli/cli-interp.c: New file.
2966         * interps.h, interps.c: New files.
2967         * top.c: (gdb_init): Don't install the default interpreter, handed
2968         by captured_main.
2969         * main.c: Include "interps.h".
2970         (interpreter_p): Note that it should malloc'ed.
2971         (captured_command_loop): Call current_interp_command_loop.
2972         (captured_main): Initialize interpreter_p to INTERP_CONSOLE.  Use
2973         xfree and xstrdup when updating interpreter_p.  Install the
2974         default interpreter.  Add hack to stop mi1's copyright notice
2975         being encoded.
2976         * event-top.h (gdb_setup_readline): Declare.
2977         (gdb_disable_readline): Declare.
2978         * event-top.c: Include "interps.h".
2979         (display_gdb_prompt): Call current_interp_display_prompt_p.
2980         (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
2981         gdb_stdlog, and gdb_stdtarg.
2982         (_initialize_event_loop): Don't call gdb_setup_readline.
2983         * cli-out.c (cli_out_set_stream): New function.
2984         * cli-out.h (cli_out_set_stream): Declare.
2985
2986 2003-02-06  Mark Kettenis  <kettenis@gnu.org>
2987
2988         * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
2989         i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove.  These are all
2990         handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
2991         * config/i386/i386sco5.mt, config/i386/i386v4.mt,
2992         config/i386/i386v42mp.mt: Removed.
2993
2994 2003-02-05  Mark Kettenis  <kettenis@gnu.org>
2995
2996         * configure.tgt (*-*-solaris*): Set gdb_osabi to
2997         GDB_OSABI_SOLARIS.
2998
2999 2003-02-05  Michael Chastain  <mec@shout.net>
3000
3001         * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
3002         2.12.1 and earlier versions.
3003
3004 2003-02-05  Andrew Cagney  <ac131313@redhat.com>
3005
3006         Remove orphaned hosts, targets and files.
3007         * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
3008         * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
3009         * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
3010         * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
3011         * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
3012         * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
3013         * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
3014         * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
3015         * config/sparc/tm-sp64sim.h: Delete.
3016         * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
3017         hosts.
3018         * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
3019         mips*-dec-mach3* targets.
3020
3021 2003-02-04  Michael Chastain  <mec@shout.net>
3022
3023         * NEWS: Fix typo: sepcifying -> specifying.
3024
3025 2003-02-04  Michael Chastain  <mec@shout.net>
3026
3027         * dwarfread.c: Add documentation on the state of dwarf-1,
3028         looking towards obsoletion.
3029
3030 2003-02-03  Michael Chastain  <mec@shout.net>
3031
3032         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
3033         gdb/testsuite/gdb.c++/pr-1023.exp.
3034
3035 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3036
3037         * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
3038         * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
3039
3040         * utils.c (init_page_info): Delete reference to MPW in comments.
3041         * main.c (captured_main): Delete #ifdef MPW.
3042
3043 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3044
3045         * NEWS: Note that the m32r-*-elf* is obsolete. 
3046         * monitor.c (monitor_expect): Obsolete reference to m32r.
3047         * configure.tgt: Mark m32r-*-elf* as obsolete.
3048         * MAINTAINERS: Mark m32k as obsolete.
3049         * m32r-rom.c: Obsolete file.
3050         * config/m32r/m32r.mt: Obsolete file.
3051         * config/m32r/tm-m32r.h: Obsolete file.
3052         * m32r-stub.c: Obsolete file.
3053         * m32r-tdep.c: Obsolete file.
3054
3055 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3056
3057         * NEWS: Mention that the z8k-zilog-none is obsolete.
3058         * MAINTAINERS: Mark z8k as obsolete.
3059         * configure.tgt: Obsolete the z8k-*-coff* target.
3060         * config/z8k/z8k.mt: Obsolete file.
3061         * config/z8k/tm-z8k.h: Obsolete file.
3062         * z8k-tdep.c: Obsolete file.
3063
3064 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3065
3066         * NEWS: Mention that the mn10200-elf is obsolete.
3067         * configure.tgt: Obsolete mn10200-*-* target.
3068         * breakpoint.c (update_breakpoints_after_exec): Update comment to
3069         mention that the mn10200 is obsolete.
3070         * breakpoint.h: Ditto.
3071         * MAINTAINERS: Mark the mn10200-elf as obsolete.
3072         * config/mn10200/mn10200.mt: Obsolete file.
3073         * config/mn10200/tm-mn10200.h: Obsolete file.
3074         * mn10200-tdep.c: Obsolete file.
3075
3076 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3077
3078         * MAINTAINERS: Mark h8500 as obsolete.
3079         * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
3080         * findvar.c (value_from_register): Ditto.
3081         * h8500-tdep.c: Mark file as obsolete.
3082         * config/h8500/h8500.mt: Ditto.
3083         * config/h8500/tm-h8500.h: Ditto.
3084         * NEWS: Mention that h8500 is obsolete.
3085
3086 2003-02-04  David Carlton  <carlton@math.stanford.edu>
3087
3088         * objfiles.c (allocate_objfile): Always set name.  Add comment at
3089         start of function.
3090         * jv-lang.c (get_dynamics_objfile): Add comment.
3091
3092 2003-02-04  David Carlton  <carlton@math.stanford.edu>
3093
3094         * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
3095         * printcmd.c (build_address_symbolic): Replace uses of
3096         SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
3097         SYMBOL_NAME, and asm_demangle.
3098         Update copyright.
3099
3100 2003-02-04  David Carlton  <carlton@math.stanford.edu>
3101
3102         * linespec.c (decode_compound): Extract code into
3103         lookup_prefix_sym.
3104         (lookup_prefix_sym): New function.
3105
3106 2003-02-04  David Carlton  <carlton@math.stanford.edu>
3107
3108         * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
3109         FLOAT_COERCION_BADNESS.
3110         * gdbtypes.c (rank_one_type): Replace all uses of
3111         INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
3112
3113 2003-02-04  Jim Blandy  <jimb@redhat.com>
3114
3115         * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
3116         section, let dwarf_macinfo_section point to it, not
3117         dwarf_loc_section.
3118
3119 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
3120
3121         Pointed out by Anton Blanchard <anton@samba.org>.
3122         * ppc-linux-tdep.c (insn_is_sigreturn): New function.
3123         (ppc_linux_at_sigtramp_return_path): Use it.
3124
3125 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
3126
3127         * defs.h (streq): Add prototype.
3128         * utils.c (streq): New function.
3129
3130         * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
3131         SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
3132         * mdebugread.c (new_symbol): Likewise.
3133         * stabsread.c (define_symbol): Likewise.
3134         * coffread.c (process_coff_symbol): Likewise.
3135         * dwarfread.c (new_symbol): Likewise.
3136
3137         * minsyms.c (prim_record_minimal_symbol_and_info): Use
3138         SYMBOL_SET_NAMES instead of setting SYMBOL_NAME.  Set the language
3139         here.
3140         (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
3141         SYMBOL_INIT_DEMANGLED_NAME.
3142         * objfiles.c: Include "hashtab.h".
3143         (allocate_objfile): Call htab_set_functions_ex for the
3144         demangled_names_hash.
3145         (free_objfile): Call htab_delete for the demangled_names_hash.
3146         * objfiles.h (struct htab): Add declaration.
3147         (struct objfile): Add demangled_names_hash.
3148         * symfile.c: Include "hashtab.h".
3149         (reread_symbols): Call htab_delete for the demangled_names_hash.
3150         (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
3151         SYMBOL_NAME in the bcache.
3152         * symtab.c: Include "hashtab.h".  Update comments.
3153         (create_demangled_names_hash, symbol_set_names): New functions.
3154         (symbol_find_demangled_name): New function, broken out from
3155         symbol_init_demangled_names.
3156         (symbol_init_demangled_names): Use it.
3157         * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
3158         (SYMBOL_SET_NAMES): New macro.
3159         (symbol_set_names): Add prototype.
3160
3161 2003-02-03  Jim Blandy  <jimb@redhat.com>
3162
3163         Use a single, consistent representation for an empty minimal
3164         symbol table in an objfile.
3165         * objfiles.c (terminate_minimal_symbol_table): New function.
3166         (allocate_objfile): Call it.
3167         * objfiles.h (terminate_minimal_symbol_table): New declaration.
3168         (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
3169         non-NULL. 
3170         * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
3171         objfile has minimal symbols, compare minimal_symbol_count to zero,
3172         instead of comparing msymbols with NULL.
3173         * objfiles.c (have_minimal_symbols): Same.
3174         * solib-sunos.c (solib_add_common_symbols): Call
3175         terminate_minimal_symbol_table.
3176         * symfile.c (reread_symbols): Same.
3177         
3178 2003-02-03  Kevin Buettner  <kevinb@redhat.com>
3179
3180         * s390-tdep.c (s390_address_class_type_flags)
3181         (s390_address_class_type_flags_to_name)
3182         (s390_address_class_name_to_type_flags): New functions.
3183         (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
3184         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
3185
3186 2003-02-03  Michael Snyder  <msnyder@redhat.com>
3187
3188         * arm-tdep.c: Fix spell-o in comment.
3189
3190 2003-02-03  Michal Ludvig  <mludvig@suse.cz>
3191
3192         * dwarf2cfi.c (pointer_encoding): Added new parameter.
3193         * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
3194         error messages to contain BFD filename. 
3195
3196 2003-02-02  Elena Zannoni  <ezannoni@redhat.com>
3197
3198         Fix PR gdb/742 gdb/743 gdb/877
3199         * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
3200         (do_mixed_source_and_assembly): Use
3201         make_cleanup_ui_out_tuple_begin_end and
3202         make_cleanup_ui_out_tuple_begin_end.
3203         (do_mixed_source_and_assembly): Ditto.
3204         * thread.c (do_captured_list_thread_ids): Ditto.
3205         * ui-out.h (ui_out_table_begin, ui_out_list_begin,
3206         ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
3207         ui_out_tuple_end): Delete prototypes.
3208         * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
3209         ui_out_list_end, ui_out_tuple_end): Delete.
3210
3211         From Kevin Buettner  <kevinb@redhat.com>:
3212         * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
3213         * ui-out.c (make_cleanup_ui_out_table_begin_end)
3214         (do_cleanup_table_end):  New functions.
3215         * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
3216         Use cleanups to invoke_ui_out_tuple_end().
3217         (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3218         * cli/cli-setshow.c (cmd_show_list): Use
3219         make_cleanup_ui_out_tuple_begin_end.
3220         
3221 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
3222
3223         * frame.c (frame_unwind_register): New function.
3224         (frame_unwind_unsigned_register): Use.
3225         (frame_unwind_signed_register): Use.
3226         (frame_read_register): New function.
3227         * frame.h (frame_unwind_register): Declare.
3228         (frame_read_register): Declare.
3229
3230         * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
3231         and frame_unwind_register instead of read_memory, write_register
3232         and deprecated_write_register_bytes.
3233
3234 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
3235
3236         * frame.h: Note that namelen can be negative.
3237         * frame.c (frame_map_name_to_regnum): When LEN is negative, use
3238         NAME's length.
3239
3240         * NEWS: Mention that the d10v's `regs' command is deprecated.
3241         * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
3242         (d10v_print_registers_info): New function.
3243         (show_regs): Call d10v_print_registers_info.
3244         (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
3245
3246 2003-02-02  Mark Kettenis  <kettenis@gnu.org>
3247
3248         * stack.c (print_frame_info): Restore call to annotate_frame_begin
3249         lost in the previous patch.
3250
3251 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
3252
3253         From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
3254         * stack.c (print_frame_info_base): Output complete FRAME tuple
3255         for synthesized frames.
3256
3257 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
3258
3259         * mips-nat.c (zerobuf): Delete.
3260         (fetch_inferior_registers): Alloc local zerobuf.
3261         (fetch_core_registers): Alloc local zerobuf.
3262         * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
3263         MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
3264         * thread-db.c (thread_db_store_registers): Ditto.
3265         * sh-tdep.c (sh_do_register): Ditto.
3266         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3267         * remote-sim.c (gdbsim_store_register): Ditto.
3268         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3269         * remote-e7000.c (fetch_regs_from_dump): Ditto.
3270         * monitor.c (monitor_supply_register): Ditto.
3271         * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
3272         * mips-nat.c (fetch_inferior_registers): Ditto.
3273         * m68klinux-nat.c (fetch_register): Ditto.
3274         * lynx-nat.c (fetch_inferior_registers): Ditto.
3275         (fetch_inferior_registers): Ditto.
3276         * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
3277         * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
3278         (hpux_thread_store_registers): Ditto.
3279         * hppah-nat.c (fetch_register): Ditto.
3280         * hppab-nat.c (fetch_register): Ditto.
3281         * hppa-tdep.c (pa_register_look_aside): Ditto.
3282         (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
3283         * dve3900-rom.c (fetch_bitmapped_register): Ditto.
3284
3285 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
3286
3287         * gdbarch.sh: Explictly specify all method levels.  When a
3288         variable with an empty level, provide a non-multi-arch default.
3289         (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
3290         * gdbarch.h: Re-generate.
3291         * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete.  Always defined.
3292         * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
3293
3294 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
3295
3296         * defs.h (host_pointer_to_address): Delete declaration.
3297         (address_to_host_pointer): Delete declaration.
3298         * utils.c (host_pointer_to_address): Delete function.
3299         (address_to_host_pointer): Delete function.
3300         * procfs.c (procfs_address_to_host_pointer): New function.
3301         * procfs.c (proc_set_watchpoint): Use.
3302         (procfs_can_use_hw_breakpoint): Update comments.
3303         * somsolib.c (hpux_address_to_host_pointer_hack): New function.
3304         (som_solib_add): Use.
3305         * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
3306         * hppa-tdep.c (unwind_command): Use.
3307         
3308 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
3309
3310         * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
3311         strlen d_name.
3312
3313         * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
3314         ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
3315         (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
3316         * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
3317         (define_symbol): Update.
3318         * symfile.c (generic_load): Remove references to nindy.
3319         * symtab.c: Remove references to nindy.
3320
3321 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
3322
3323         * infcmd.c (print_float_info): Delete code conditional on
3324         FLOAT_INFO.
3325         * config/nm-lynx.h: Delete #undef FLOAT_INFO.  Update copyright.
3326         * config/m68k/nm-apollo68b.h: Ditto.
3327         * config/i386/tm-ptx.h (FLOAT_INFO): Delete.  Update copyright.
3328         * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
3329         * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
3330
3331 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
3332
3333         * config/i386/tm-i386os9k.h: Removed.
3334
3335         * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
3336         Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
3337         they're identical to i[3456]86-*-sysv* now.
3338         * config/i386/i386v32.mh: Removed.
3339         * config/i386/xm-i386v32.h: Removed.
3340         * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
3341
3342         * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
3343
3344         * config/i386/i386dgux.mh: Removed.
3345         * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
3346
3347         * configure.in: Fix typo.
3348         * configure: Regenerated.
3349
3350 2003-01-31  David Carlton  <carlton@math.stanford.edu>
3351
3352         * dwarf2read.c (dwarf2_locate_sections): Set
3353         dwarf_ranges_section.
3354
3355 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
3356
3357         * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
3358         * utils.c: Update comments documenting legitimate uses of PTR.
3359         
3360         * utils.c: Re-indent.
3361
3362         * config/djgpp/fnchange.lst: Delete nindy files.
3363         * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
3364         * nindy-share/nindy.c, nindy-share/env.h: Delete files.
3365         * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
3366         * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
3367         * nindy-share/README, nindy-share/Onindy.c: Delete files.
3368         * nindy-tdep.c, nindy-share/Makefile: Delete files.
3369         * Makefile.in (init.c): Remove nindy references.
3370         (saber_gdb): Delete rule.
3371         (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
3372         nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
3373         and a68v-nat.c.
3374         (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
3375         (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
3376         (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
3377         nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
3378         nindy-share/stop.h.
3379         * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
3380         * saber.suppress: Delete file.
3381
3382 2003-01-31  Daniel Jacobowitz  <drow@mvista.com>
3383
3384         * dbxread.c (stabs_data): New static variable.
3385         (fill_symbuf): Support an in-memory buffer for stabs data.
3386         (stabs_seek): New function.
3387         (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
3388         (read_ofile_symtab): Use stabs_seek.
3389         (elfstab_build_psymtabs): Take an asection* instead of
3390         an offset and size.  Relocate the stabs data if necessary.
3391         Save the section* for dbx_psymtab_to_symtab.
3392         * dwarf2read.c: Add section variables for each debug section.
3393         (dwarf2_locate_sections): Fill them in.
3394         (dwarf2_read_section): Take an asection* argument.
3395         Relocate the section contents if necessary.
3396         (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
3397         * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
3398         it to dwarf2_read_section.
3399         (dwarf2_build_frame_info): Update callers.
3400         * elfread.c (elf_symfile_read): Update call to
3401         elfstab_build_psymtabs.
3402         * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
3403         (DBX_STAB_SECTION): New macro.
3404         * stabsread.h (elfstab_build_psymtabs): Update prototype. 
3405         * symfile.c (symfile_dummy_outputs): New function.
3406         (symfile_relocate_debug_section): New function.
3407         * symfile.h (symfile_relocate_debug_section): Add prototype.
3408
3409 2003-01-31  Richard Henderson  <rth@redhat.com>
3410
3411         * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
3412         (register_addr): ... here.  Support ALPHA_UNIQUE_REGNUM.
3413         (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
3414         * alpha-tdep.c (alpha_register_name): Add "unique".
3415         * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
3416         (ALPHA_UNIQUE_REGNUM): New.
3417         * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
3418
3419 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
3420
3421         * README: Remove reference to Ericsson 1800 monitor.
3422         * Makefile.in (remote-es.o): Delete rule.
3423         (ALLDEPFILES): Delete remote-es.c.
3424         * remote-es.c: Delete file.
3425         * config/m68k/es1800.mt: Delete file.
3426         * config/djgpp/fnchange.lst: Update.
3427         * configure.tgt: Delete m68*-ericsson-* target.
3428
3429 2003-01-31  Adam Fedor  <fedor@gnu.org>
3430
3431         * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
3432         Remove duplicate/shadowing variable of same name.
3433
3434 2003-01-30  Jim Blandy  <jimb@redhat.com>
3435
3436         * symfile.c (find_separate_debug_file): Assert that the objfile's
3437         directory name we compute ends with a slash, and then assume that
3438         that's so everywhere we use it.
3439
3440 2003-01-30  Daniel Jacobowitz  <drow@mvista.com>
3441
3442         * valops.c (value_assign): Flush frame cache after stores to memory
3443         also.
3444
3445 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
3446
3447         * Makefile.in (mon960-rom.o): Delete rule.
3448         * mon960-rom.c: Delete file.
3449
3450 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
3451
3452         * d10v-tdep.c: Include "frame-unwind.h".
3453         (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
3454         list.
3455         (next_addr, uses_frame): Delete.
3456         (struct d10v_unwind_cache): Define.
3457         (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
3458         Use info instead of next_addr and uses_frame globals.
3459         (d10v_frame_init_saved_regs): Delete function.
3460         (d10v_init_extra_frame_info): Delete function.
3461         (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
3462         frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
3463         init_frame_pc or frame_saved_pc.
3464         (d10v_pop_frame): Delete function.
3465         (do_d10v_pop_frame): Delete function.
3466         (d10v_frame_chain): Delete function.
3467         (d10v_frame_chain_valid): Delete function.
3468         (d10v_frame_pc_unwind): New function.
3469         (d10v_frame_id_unwind): New function.
3470         (saved_regs_unwinder): New function.
3471         (d10v_frame_register_unwind): New function.
3472         (d10v_frame_pop): New function.
3473         (d10v_frame_unwind): New variable.
3474         (d10v_frame_p): New function.
3475         (d10v_frame_saved_pc): Delete function.
3476         * Makefile.in (d10v-tdep.o): Update dependencies.
3477
3478 2003-01-30  J. Brobecker  <brobecker@gnat.com>
3479
3480         * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
3481         causing some regressions due to a change in the default value
3482         for this macro.
3483
3484 2003-01-29  Richard Henderson  <rth@redhat.com>
3485             Elena Zannoni  <ezannoni@redhat.com>
3486             Daniel Jacobowitz  <drow@mvista.com>
3487
3488         Fix PR gdb/961.
3489         * dwarf2read.c  (dwarf_ranges_offset, dwarf_ranges_size): New
3490         variables.
3491         (RANGES_SECTION): New.
3492         (dwarf_ranges_buffer): New variable.
3493         (struct comp_unit_head): Add member "die".
3494         (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
3495         (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
3496         (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
3497         (dwarf2_locate_sections): Likewise.
3498         (dwarf2_build_psymtabs): Read .debug_ranges.
3499         (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
3500         (psymtab_to_symtab_1): Swap dwarf_ranges in.  Set cu_header.die.
3501         (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
3502         Look for DW_AT_ranges and return the bounding box.
3503
3504 2003-01-29  Brian Ford <ford@vss.fsi.com>
3505
3506         * win32-nat.c (cygwin_pid): Removed as unused.
3507         (child_attach): Try fall back to Cygwin pid.
3508
3509 2003-01-29  Jim Blandy  <jimb@redhat.com>
3510
3511         * objfiles.h (struct objfile): Doc fix.
3512
3513 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
3514
3515         * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
3516         (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
3517         (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
3518         (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
3519         * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
3520         (FRAME_SAVED_PC): Change to a function with predicate.
3521         * gdbarch.h, gdbarch.c: Re-generate.
3522
3523 2003-01-28  Andrew Cagney  <ac131313@redhat.com>
3524
3525         * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
3526
3527         * complaints.c (complain): Delete function.
3528         * complaints.h (struct deprecated_complaint): Delete definition.
3529         (complain): Delete declaration.
3530
3531 2003-01-28  Kevin Buettner  <kevinb@redhat.com>
3532
3533         * mips-tdep.c (mips_init_extra_frame_info): Return early for
3534         dummy frames.
3535
3536 2003-01-27  Andrew Cagney  <ac131313@redhat.com>
3537
3538         * sentinel-frame.h, sentinel-frame.c: New files.
3539         * Makefile.in (frame.o): Update dependencies.
3540         (SFILES): Add sentinel-frame.c.
3541         (sentinel_frame_h): Define.
3542         (COMMON_OBS): Add sentinel-frame.o.
3543         (sentinel-frame.o): Specify dependencies.
3544         * frame.c: Include "sentinel-frame.h".
3545         (frame_register_unwind): Rewrite assuming that there is always a a
3546         ->next frame.
3547         (frame_register, generic_unwind_get_saved_register): Ditto.
3548         (frame_read_unsigned_register, frame_read_signed_register): Ditto.
3549         (create_sentinel_frame, unwind_to_current_frame): New functions.
3550         (get_current_frame): Rewrite using create_sentinel_frame and
3551         unwind_to_current_frame.  When possible, always create a frame.
3552         (create_new_frame): Set next to the sentinel frame.
3553         (get_next_frame): Rewrite.  Don't go below the level 0 frame.
3554         (deprecated_update_frame_pc_hack): Update the next frame's PC and
3555         ID cache when necessary.
3556         (frame_saved_regs_id_unwind): Use frame_relative_level.
3557         (deprecated_generic_get_saved_register): Use frame_relative_level,
3558         get_frame_saved_regs, get_frame_pc, get_frame_base and
3559         get_next_frame.
3560         (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
3561         frame_register.
3562
3563 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
3564
3565         * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
3566
3567 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
3568
3569         * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
3570         (maintenance_set_profile_cmd): Use error () instead of warning ().
3571
3572 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
3573
3574         * configure.in: Check that -pg works if using --enable-profiling.
3575         Check for monstartup and _mcleanup regardless of --enable-profiling.
3576         * maint.c: Check for monstartup and _mcleanup before using them.
3577         * config.in: Regenerated.
3578         * configure: Regenerated.
3579
3580 2003-01-24  Nick Clifton  <nickc@redhat.com>
3581
3582         * Add sh2e support:
3583
3584         2002-04-02  Elena Zannoni  <ezannoni@redhat.com>
3585
3586                 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
3587                 (sh2e_show_regs): New.
3588                 (sh_gdbarch_init): Handle bfd_mach_sh2e.
3589                 * config/sh/tm-sh.h: Added sh2e to comments.
3590
3591 2003-01-23  Jim Blandy  <jimb@redhat.com>
3592
3593         * symfile.c (syms_from_objfile): Don't print the "(no debugging
3594         symbols found)" message here; we haven't checked for a separate
3595         debug info file yet, so we don't know yet.
3596         (symbol_file_add_with_addrs_or_offsets): Print it here, after
3597         we've looked everywhere.  Also, there's no need to print a special
3598         message when we're loading the separate debug info file: the one
3599         symbol_file_add prints is fine.
3600
3601 2003-01-23  Alexander Larsson <alexl@redhat.com>
3602             Jim Blandy  <jimb@redhat.com>
3603
3604         Add support for executables whose debug info has been separated
3605         out into a separate file, leaving only a link behind.
3606         * objfiles.h (struct objfile): New fields: separate_debug_objfile
3607         and separate_debug_objfile_backlink.
3608         (put_objfile_before): New declaration.
3609         * symfile.c: #include "filenames.h".
3610         (symbol_file_add_with_addrs_or_offsets): If this objfile has its
3611         debug info in a separate file, read that, too. Save the addrs
3612         argument, so we can use it again to read the separated debug info;
3613         syms_from_objfile modifies the table we pass it.
3614         (reread_symbols): After re-reading an objfile, call
3615         reread_separate_symbols to refresh its separate debug info
3616         objfile, if it has one.
3617         (reread_separate_symbols, find_separate_debug_file,
3618         get_debug_link_info, separate_debug_file_exists): New functions.
3619         (debug_file_directory): New global var.
3620         (_initialize_symfile): Initialize debug_file_directory, and
3621         provide the new `set debug-file-directory' command to let the user
3622         change it.
3623         * objfiles.c (free_objfile): If this objfile has its debug info in
3624         a separate objfile, free that one too.  If this is itself a
3625         separate debug info objfile, clear our parent's backlink.
3626         (put_objfile_before): New function.
3627         * utils.c (gnu_debuglink_crc32): New function.
3628         * defs.h (gnu_debuglink_crc32): New declaration.
3629         * Makefile.in (symfile.o): Note dependency on "filenames.h".
3630         * configure.in: Handle --with-separate-debug-dir config option.
3631         * acinclude.m4 (AC_DEFINE_DIR): New macro.
3632         * acconfig.h (DEBUGDIR): New macro.
3633         * configure, aclocal.m4, config.in: Regenerated.
3634
3635 2003-01-22  Jim Blandy  <jimb@redhat.com>
3636
3637         * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
3638         like the old symbol_file_add, but taking new arguments: you can
3639         now pass in either a `struct section_addr_info' list to say where
3640         each section is loaded, or a `struct section_offsets' table.  Pass
3641         these new arguments through to syms_from_objfile as appropriate.
3642         (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets, 
3643         with the appropriate quiescent values for the new arguments.
3644
3645         * symfile.c: #include "gdb_assert.h".
3646         (syms_from_objfile): Add the ability to pass in a section offset
3647         table directly, as an alternative to the section_addr_info table.
3648         Document arguments better.
3649         (symbol_file_add): Pass extra arguments to syms_from_objfile.
3650         * symfile.h (syms_from_objfile): Update declaration.
3651         * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
3652         syms_from_objfile.
3653         * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
3654
3655 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
3656
3657         Original patch by Tom Tromey <tromey@cygnus.com> and
3658         Jason Molenda <jmolenda@apple.com>.
3659         * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
3660         (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
3661         * NEWS: Mention profiling.
3662         * configure.in (--enable-gdbtk): Fix typo.
3663         (--enable-profiling): New.  Set PROFILE_CFLAGS.
3664         * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
3665         Fill in function.
3666         (profiling_state): New variable.
3667         (mcleanup_wrapper): New function.
3668         (_initialize_maint): Remove NOTYET, fix call to
3669         add_setshow_boolean_cmd for "maint set profile".
3670         * configure: Regenerated.
3671
3672 2003-01-21  Martin M. Hunt  <hunt@redhat.com>
3673
3674         * Makefile.in (install-gdbtk): Install PNG images too.
3675
3676 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
3677
3678         * exec.c (text_start): Delete global variable.
3679         (exec_file_attach): Make text_start local to the function.
3680         * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
3681         * valops.c (hand_function_call): Delete code that handles
3682         BEFORE_TEXT_END and AFTER_TEXT_END.
3683         * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
3684         of CALL_DUMMY_LOCATION.
3685         * gdbarch.c: Regenerate.
3686         * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
3687         (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
3688         * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
3689         (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
3690         (text_end): Delete extern declaration.
3691
3692 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
3693
3694         * frame.h (FRAME_OBSTACK_ZALLOC): Define.
3695         * blockframe.c (backtrace_below_main): Move to "frame.c".
3696         (frame_chain_valid): Delete check for backtrace_below_main.
3697         (_initialize_blockframe): Delete initialization, move ``set
3698         backtrace-below-main'' command to "frame.c".
3699         (do_flush_frames_sfunc): Delete function.
3700         * frame.c: Include "command.h" and "gdbcmd.h".
3701         (frame_type_from_pc): New function.
3702         (create_new_frame): Use frame_type_from_pc.
3703         (legacy_get_prev_frame): New function.
3704         (get_prev_frame): Rewrite.  When an old style frame, call
3705         legacy_get_prev_frame.  Otherwize, unwind the PC first.
3706         (_initialize_frame): Add ``set backtrace-below-main'' command.
3707         * Makefile.in (frame.o): Update dependencies.
3708
3709 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
3710
3711         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
3712         DEPRECATED_REGISTERS_INFO.
3713
3714 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
3715
3716         * MAINTAINERS: Replace `Blanket Write Privs' with `Global
3717         Maintainers'.  Update `Various Maintainers'.
3718
3719 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
3720
3721         * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
3722         * gdbarch.sh (POP_FRAME): Change to function with predicate.
3723         Suppress actual parameters when `-'.
3724         * gdbarch.h, gdbarch.c: Regenerate.
3725
3726 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
3727
3728         * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
3729         code handling dummy frames.
3730
3731 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
3732
3733         * frame-unwind.h (frame_unwind_pop_ftype): Declare.
3734         (struct frame_unwind): Add field pop.
3735         * frame.h (frame_pop): Declare.
3736         * frame.c (frame_saved_regs_pop): New function.
3737         (trad_frame_unwinder): Add frame_saved_regs_pop.
3738         (frame_pop): New function.
3739         * dummy-frame.c (dummy_frame_pop): New function.
3740         (discard_innermost_dummy): New function.
3741         (generic_pop_dummy_frame): Use discard_innermost_dummy.
3742         (dummy_frame_unwind): Add dummy_frame_pop.
3743         * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
3744         * valops.c (hand_function_call): Ditto.
3745         * stack.c (return_command): Ditto.
3746
3747 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
3748
3749         * cris-tdep.c: Fix function declaration indentation.
3750         * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
3751         * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
3752         * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
3753         * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
3754         * xcoffread.c, config/pa/tm-hppa.h: Ditto.
3755         * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
3756
3757 2003-01-18  Michael Chastain  <mec@shout.net>
3758
3759         * README (Unpacking and Installation -- quick overview):
3760         Warn against ".../gdb-5.3/gdb/configure".
3761
3762 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
3763
3764         * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
3765         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
3766         (struct frame_unwind): Declare opaque.
3767         (dummy_frame_p): Declare function.
3768         * dummy-frame.c (dummy_frame_id_unwind): Make static.
3769         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
3770         * dummy-frame.c: Include "frame-unwind.h".
3771         (dummy_frame_p): New function.
3772         (dummy_frame_unwind): New variable.
3773         * frame.c: Include "frame-unwind.h".
3774         (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
3775         to use the new unwind field.
3776         (set_unwind_by_pc): Delete function.
3777         (create_new_frame, get_prev_frame): Set unwind field using
3778         frame_unwind_find_by_pc.
3779         (trad_frame_unwind, trad_frame_unwinder): New variables.
3780         * frame.h (trad_frame_unwind): Declare variable.
3781         (frame_id_unwind_ftype): Delete declaration.
3782         (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
3783         (struct frame_unwind): Declare opaque.
3784         (struct frame_info): Replace the fields id_unwind, pc_unwind and
3785         register_unwind with a single unwind pointer.
3786         * frame-unwind.h, frame-unwind.c: New files.
3787         * Makefile.in (SFILES): Add frame-unwind.c.
3788         (frame_unwind_h): Define.
3789         (COMMON_OBS): Add frame-unwind.o.
3790         (frame-unwind.o): Specify dependencies.
3791         (frame.o, dummy-frame.o): Update dependencies.
3792         
3793 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
3794
3795         * ada-valprint.c: Eliminate PTR.
3796         * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
3797         * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
3798         * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
3799         * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
3800         * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
3801         * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
3802         * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
3803         
3804 2003-01-17  Andrew Cagney  <ac131313@redhat.com>
3805
3806         * main.c (captured_main): Don't use PTR.
3807         * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
3808         * gdbtypes.c (lookup_primitive_typename): Ditto.
3809         (lookup_struct_elt_type): Ditto.
3810         * f-valprint.c (info_common_command): Ditto.
3811         (list_all_visible_commons): Ditto.
3812         * jv-typeprint.c (java_type_print_base): Ditto.
3813
3814         * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
3815         mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
3816         Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c.  Rename
3817         i386-interix-nat.c and i386-interix-tdep.c.  Rename
3818         m68klinux-nat.c and m68klinux-tdep.c.  Rename
3819         config/mips/tm-linux.h and config/mips/tm-linux64.h.  Rename
3820         bfd/po/.cvsignore and opcodes/po/.cvsignore.  Rename
3821         gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
3822         * main.c (captured_main): Use xfree, not free.
3823
3824 2003-01-16  Andrew Cagney  <ac131313@redhat.com>
3825
3826         * frame.h (frame_id_unwind_ftype): Change type so that the frame's
3827         ID back using a parameter.
3828         * frame.c (frame_id_unwind): Update call.
3829         (frame_saved_regs_id_unwind): Update.
3830         * dummy-frame.c (dummy_frame_id_unwind): Update function.
3831         * dummy-frame.h (struct frame_id): Add opaque declaration.
3832         (dummy_frame_id_unwind): Update declaration.
3833
3834 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
3835
3836         * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
3837
3838 2003-01-15  Stephen P. Smith <ischis2@cox.net>
3839
3840         * MAINTAINERS (Stephen P. Smith): Updated email address.
3841
3842 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
3843
3844         Fix PR gdb/898
3845         * breakpoint.c (until_break_command): Add new argument.  Use it to
3846         decide whether to stop only at the current frame or not.
3847         * breakpoint.h (until_break_command): Update prototype.
3848         * infcmd.c (until_command): Add new argument to until_break_command
3849         call.
3850         (advance_command): New function.
3851         (_initialize_infcmd): Update help string for 'until' command.
3852         Add new 'advance' command.
3853
3854 2003-01-14  David Carlton  <carlton@math.stanford.edu>
3855
3856         * linespec.c (decode_line_1): Normalize comments.
3857         (set_flags): Ditto.
3858         (locate_first_half): Ditto.
3859         (decode_compound): Ditto.
3860         (symtab_from_filename): Ditto.
3861         (decode_all_digits): Ditto.
3862         (decode_dollar): Ditto.
3863         (find_methods): Ditto.
3864         (find_toplevel_char): Ditto.
3865
3866 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
3867
3868         * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
3869         * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
3870         * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
3871         * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
3872         * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
3873         * language.c, language.h, m32r-tdep.c: Update copyright.
3874         * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
3875         * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
3876         * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
3877         * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
3878         * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
3879         * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
3880
3881 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
3882
3883         * stabsread.h (process_later, resolve_cfront_continuation):
3884         Obsolete.
3885         Update copyright years.
3886         * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
3887         Update copyright year.
3888         * dbxread.c(struct cont_elem): Obsolete.
3889         (process_later, process_now): Obsolete functions. 
3890         (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
3891         Update copyright year.
3892         * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
3893         (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
3894         * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
3895         (parse_partial_symbols): Obsolete cfront support.
3896         * stabsread.c
3897         (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
3898         macros.
3899         (get_substring, get_cfront_method_physname, msg_unknown_complaint,
3900         read_cfront_baseclasses, read_cfront_member_functions,
3901         resolve_cfront_continuation,read_cfront_static_fields,
3902         copy_cfront_struct_fields): Obsolete functions.
3903         (define_symbol, read_one_struct_field): Obsolete cfront support.
3904         * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
3905         Update Copyright year.
3906
3907 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
3908
3909         * stack.c (print_frame_info, print_stack_frame_base_stub,
3910         print_stack_frame_base, show_and_print_stack_frame_stub,
3911         show_and_print_stack_frame, print_only_stack_frame_stub,
3912         print_only_stack_frame): Delete functions.
3913         (print_stack_frame_stub): Call print_frame_info instead of
3914         print_frame_info_base.
3915         (print_frame_info_base): Rename to print_frame_info.
3916         (backtrace_command_1): Call print_frame_info, instead of
3917         print_frame_info_base.
3918         (current_frame_command): Call print_stack_frame, instead of
3919         print_only_stack_frame.
3920         (frame_command): Call print_stack_frame, instead of
3921         show_and_print_stack_frame.
3922         (up_command): Ditto.
3923         (down_command): Ditto.
3924         * frame.h (print_only_stack_frame): Delete prototype.
3925         * infrun.c (normal_stop): Call print_stack_frame, instead of
3926         show_and_print_stack_frame.
3927         * thread.c (info_threads_command): Call print_stack_frame, instead
3928         of print_only_stack_frame.
3929
3930 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
3931
3932         * README (Graphical interface to GDB): Update URL.  Point at
3933         gdb/links/.
3934
3935         * gdb_indent.sh: Update to version 2.2.9.  Warn when not exact
3936         version match.
3937
3938 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
3939
3940         * symtab.c (find_pc_sect_line): Don't consider end-of-function
3941         lines.
3942
3943 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
3944
3945         * thread-db.c (attach_thread): Prototype.
3946         (struct private_thread_info): Remove lwpid.  Add thread handle (th),
3947         thread information (ti), and valid flags (th_valid, ti_valid).
3948         (attach_thread): Move target_pid_to_str call to after the thread
3949         is added to GDB's list.  Initialize the cache.
3950         (thread_get_info_callback, thread_db_map_id2thr)
3951         (thread_db_get_info): New functions.
3952         (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
3953         (thread_db_store_registers, thread_db_thread_alive)
3954         (thread_db_get_thread_local_address): Use them.
3955         (thread_db_pid_to_str): Likewise.  Return "Missing" instead
3956         of calling error() for threads in unknown state.
3957
3958         (clear_lwpid_callback): New function.
3959         (thread_db_resume): Use it to clear the cache.
3960
3961 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
3962
3963         * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
3964         (resume_callback): Remove dead code.
3965
3966 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
3967
3968         * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
3969         predicate.
3970         * gdbarch.h, gdbarch.c: Regenerate.
3971         * stack.c (frame_info): Only initialize the saved registers when
3972         FRAME_INIT_SAVED_REGS_P.
3973         * frame.c (frame_saved_regs_register_unwind): Assert
3974         FRAME_INIT_SAVED_REGS_P.
3975         (deprecated_generic_get_saved_register): Ditto.
3976
3977 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
3978
3979         * source.c (openp): Squelch warning about "filename".
3980
3981 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
3982
3983         * source.c (openp): If the file does not exist don't necessarily
3984         search the path.
3985
3986 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
3987
3988         Fix PR gdb/872.
3989         * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
3990         (integer_types_same_name_p): New function.
3991         (rank_one_type): Use it.
3992         * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
3993
3994 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
3995
3996         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
3997         variables.
3998         (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
3999         * configure.in: Add --with-sysroot.
4000         * configure: Regenerated.
4001         * main.c (gdb_sysroot): New variable.
4002         (captured_main): Initialize gdb_sysroot.
4003         * defs.h (gdb_sysroot): New extern declaration.
4004         * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
4005
4006 2003-01-12  Michael Chastain  <mec@shout.net>
4007
4008         * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
4009
4010 2003-01-12  Michael Chastain  <mec@shout.net>
4011
4012         * top.c (print_gdb_version): Bump copyright year to 2003.
4013
4014 2003-01-12  David Carlton  <carlton@bactrian.org>
4015
4016         * linespec.c (symtab_from_filename): Rename variable 's' to
4017         'file_symtab'.
4018
4019 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
4020
4021         * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
4022         dummy frame.
4023         (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
4024
4025 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
4026
4027         * d10v-tdep.c: Include "gdb_assert.h".
4028         (d10v_store_return_value): Rewrite to match current interface.
4029         (d10v_extract_struct_value_address): Ditto.
4030         (d10v_extract_return_value): Ditto.
4031         (d10v_gdbarch_init): Set store_restore_value,
4032         extract_struct_value_address and extract_return_value.
4033
4034 2003-01-12  J. Brobecker  <brobecker@gnat.com>
4035
4036         * hpread.c (set_namestring): New procedure replacing the
4037         SET_NAMESTRING macro.
4038         (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
4039         by calls to set_namestring.
4040
4041 2003-01-11  J. Brobecker  <brobecker@gnat.com>
4042
4043         * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
4044         a compilation warning.
4045         (hpread_process_one_debug_symbol): Likewise.
4046
4047 2003-01-10  David Carlton  <carlton@math.stanford.edu>
4048
4049         * linespec.c (decode_line_1): Rename variable 's' to
4050         'file_symtab'.
4051         (decode_all_digits): Rename argument 's' to 'file_symtab'.
4052         (decode_dollar): Ditto.
4053         (decode_variable): Ditto.
4054         (symbol_found): Ditto.
4055
4056 2003-01-09  Michael Chastain  <mec@shout.net>
4057
4058         * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
4059
4060 2003-01-07  Corinna Vinschen  <vinschen@redhat.com>
4061
4062         * win32-nat.c (set_process_privilege): New function.
4063         (child_attach): Call set_process_privilege() to enable the
4064         SE_DEBUG_NAME user privilege if available in process token.
4065
4066 2003-01-10  J. Brobecker  <brobecker@gnat.com>
4067
4068         * hpread.c (hpread_process_one_debug_symbol): Fix a small
4069         compilation error in the previous revision.
4070
4071 2003-01-09  David Carlton  <carlton@math.stanford.edu>
4072
4073         * linespec.c: Update copyright.
4074
4075 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
4076
4077         * lin-lwp.c (child_wait): Ignore exit statuses for processes other
4078         than inferior_ptid.
4079         (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
4080
4081 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
4082
4083         * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
4084         Update comments.
4085         * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
4086         (frame_saved_regs_zalloc): Update.
4087         (frame_saved_regs_register_unwind): Update.
4088         (create_new_frame): Update.
4089         (get_prev_frame): Update.
4090         (frame_extra_info_zalloc): Update.
4091         (deprecated_get_frame_saved_regs): Update.
4092         * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
4093         * cris-tdep.c: Update comment.
4094
4095         * somsolib.h: Fix function indentation.
4096         * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
4097         * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
4098         * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
4099         * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
4100         * somsolib.c, inftarg.c: Remove assignment in if conditional.
4101
4102         * infrun.c (follow_fork): Use ISO C definition.
4103         * expprint.c (print_subexp): Use xfree instead of free.
4104         * charset.c: Include "gdb_string.h" instead of <string.h>.
4105         (register_iconv_charsets): Use ISO C definition.
4106         (host_charset, target_charset): Ditto.
4107         * Makefile.in (charset.o): Update dependencies.
4108         (mi-cmd-env.o): Update dependencies.
4109
4110 2003-01-08  Andrew Cagney  <cagney@redhat.com>
4111
4112         * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
4113         get_frame_base.
4114
4115 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
4116
4117         * gdb_mbuild.sh: Add --keep option.  When specified, keep the
4118         build directories.  Save edited gdb output in Mbuild.log.  If a
4119         build fails, remove any final GDB executable.
4120
4121 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
4122
4123         * gdb_mbuild.sh: Edit the output of `maint print architecture'
4124         replacing hex constants with function names and stripping leading
4125         file name directory prefixes.
4126
4127 2003-01-08  Andrew Cagney  <cagney@redhat.com>
4128
4129         * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
4130         get_frame_base.
4131
4132 2003-01-08  David Carlton  <carlton@math.stanford.edu>
4133
4134         * linespec.c (decode_line_1): Move code into decode_variable.
4135         (decode_variable): New function.
4136
4137 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
4138
4139         * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
4140
4141 2003-01-08  Andrew Cagney  <cagney@redhat.com>
4142
4143         * cris-tdep.c (cris_frame_init_saved_regs): Use
4144         get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
4145         saved_regs buffer.
4146         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
4147         (sh64_nofp_frame_init_saved_regs): Ditto.
4148         (sh_fp_frame_init_saved_regs): Ditto.
4149         * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
4150         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
4151         * mcore-tdep.c (analyze_dummy_frame): Ditto.
4152         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
4153
4154 2003-01-08  Daniel Jacobowitz  <drow@mvista.com>
4155
4156         * minsyms.c (lookup_minimal_symbol): Update comment.
4157         (lookup_minimal_symbol_text): Update comment.  Use the hash table.
4158         (lookup_minimal_symbol_solib_trampoline): Likewise.
4159
4160 2003-01-08  Andrew Cagney  <cagney@redhat.com>
4161
4162         * d10v-tdep.c (d10v_init_extra_frame_info): Use
4163         frame_relative_level.
4164
4165         * alpha-tdep.c: Use get_frame_extra_info.
4166         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4167         * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
4168         * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
4169         * sparc-tdep.c, xstormy16-tdep.c: Ditto.
4170
4171         * alpha-tdep.c: Use get_next_frame.
4172         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4173         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
4174         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
4175         * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
4176         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
4177         * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
4178         * xstormy16-tdep.c: Ditto.
4179         
4180 2003-01-07  Andrew Cagney  <cagney@redhat.com>
4181
4182         * alpha-tdep.c: Use get_frame_base.
4183         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4184         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
4185         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
4186         * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
4187         * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
4188         * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
4189         * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
4190         * config/sparc/tm-sparc.h: Ditto.
4191         
4192 2003-01-07  Andrew Cagney  <cagney@redhat.com>
4193
4194         * frame.c (deprecated_get_frame_context): New function.
4195         (deprecated_set_frame_context): New function.
4196         * frame.h (deprecated_get_frame_context): Declare.
4197         (deprecated_set_frame_context): Declare.
4198         * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
4199         (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
4200         
4201 2003-01-07  Andrew Cagney  <cagney@redhat.com>
4202
4203         * frame.c (deprecated_set_frame_next_hack): New function.
4204         (deprecated_set_frame_prev_hack): New function.
4205         * frame.h (deprecated_set_frame_next_hack): Declare.
4206         (deprecated_set_frame_prev_hack): Declare.
4207         * mcore-tdep.c (analyze_dummy_frame): Use
4208         deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
4209         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
4210
4211 2003-01-07  David Carlton  <carlton@math.stanford.edu>
4212
4213         * linespec.c (decode_line_1): Move code into decode_dollar.
4214         (decode_dollar): New function.
4215
4216 2003-01-07  Andrew Cagney  <cagney@redhat.com>
4217
4218         * arm-tdep.c (arm_init_extra_frame_info): Use
4219         deprecated_update_frame_base_hack.
4220         * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
4221         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
4222         (fix_frame_pointer): Ditto.
4223         (mn10300_analyze_prologue): Ditto.
4224
4225 2003-01-07  Andrew Cagney  <cagney@redhat.com>
4226
4227         * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
4228         extra_info using frame_extra_info_zalloc.
4229         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
4230         * sh-tdep.c (sh_init_extra_frame_info): Ditto.
4231         (sh64_init_extra_frame_info): Ditto.
4232         * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
4233         * s390-tdep.c (s390_init_extra_frame_info): Ditto.
4234         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
4235         * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
4236         * frv-tdep.c (frv_init_extra_frame_info): Ditto.
4237         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
4238         * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
4239         * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
4240         * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
4241         * cris-tdep.c (cris_init_extra_frame_info): Ditto.
4242         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
4243         * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
4244
4245         * mn10300-tdep.c (analyze_dummy_frame): Use
4246         deprecated_set_frame_extra_info_hack.
4247         * mcore-tdep.c (analyze_dummy_frame): Ditto.
4248
4249 2003-01-07  J. Brobecker  <brobecker@gnat.com>
4250
4251         * mdebugread.c (parse_symbol): Skip stProc entries which storage
4252         class is not scText. These do not define "real" procedures.
4253         (parse_partial_symbols): Likewise.
4254
4255 2003-01-06  Michael Snyder  <msnyder@redhat.com>
4256
4257         * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
4258
4259 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
4260
4261         * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
4262         * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
4263         * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
4264         deprecated_frame_xmalloc_with_cleanup.
4265         * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
4266         deprecated_frame_xmalloc.
4267         * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
4268         * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
4269
4270 2003-01-06  Andrew Cagney  <cagney@redhat.com>
4271
4272         * x86-64-linux-tdep.c: Include "osabi.h".
4273         * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
4274
4275         * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
4276
4277 2003-01-06  Andrew Cagney  <cagney@redhat.com>
4278
4279         * MAINTAINERS (Target Instruction Set Architectures): Update
4280         arm-elf.  Can be built with -Werror, has been multiarched.
4281
4282         * value.h (unpack_long): Make buffer parameter constant.
4283         (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
4284         * scm-lang.h (scm_parse): Ditto.
4285         * defs.h (extract_typed_address, extract_address): Ditto.
4286         (extract_long_unsigned_integer): Ditto.
4287         * inferior.h (unsigned_pointer_to_address): Ditto.
4288         (signed_pointer_to_address): Ditto.
4289         * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
4290         * gdbarch.h, gdbarch.c: Regenerate.
4291         * findvar.c (extract_long_unsigned_integer): Update.
4292         (extract_address): Update.
4293         (extract_typed_address): Update.
4294         (unsigned_pointer_to_address): Update.
4295         * values.c (unpack_long): Update.
4296         (unpack_double): Update.
4297         (unpack_pointer): Update.
4298         (unpack_field_as_long): Update.
4299         * d10v-tdep.c (d10v_pointer_to_address): Update.
4300         * avr-tdep.c (avr_pointer_to_address): Update.
4301         * scm-lang.c (scm_unpack): Update.
4302         * findvar.c (signed_pointer_to_address): Update.
4303
4304 2003-01-06  Michal Ludvig  <mludvig@suse.cz>
4305
4306         * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore 
4307         since it is in i386-tdep.c.
4308
4309 2003-01-06  J. Brobecker  <brobecker@gnat.com>
4310
4311         * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
4312         failure introduced in the previous change.
4313
4314 2003-01-05  Michael Chastain  <mec@shout.net>
4315
4316         * README: Remove references to deleted remote-*.c files:
4317         remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
4318         remote-nrom.c, remote-os9k.c, remote-udi.c.
4319
4320 2003-01-05  Mark Kettenis  <kettenis@gnu.org>
4321
4322         * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
4323         * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
4324         i386_get_longjmp_target.
4325
4326 2003-01-05  Andrew Cagney  <ac131313@redhat.com>
4327
4328         * arm-tdep.c (prologue_cache): Change to a pointer.
4329         (_initialize_arm_tdep): Allocate prologue_cache.
4330         (check_prologue_cache): Update.
4331         (save_prologue_cache): Update.
4332         (arm_gdbarch_init): Update.
4333
4334 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
4335
4336         * stabsread.c (update_method_name_from_physname): Call complaint()
4337         instead of error.
4338
4339 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
4340
4341         * arm-tdep.c (arm_frame_chain_valid):  Remove unnecessary test.
4342         * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
4343         * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
4344
4345         * blockframe.c: Include "gdbcmd.h" and "command.h".
4346         (backtrace_below_main): New variable.
4347         (file_frame_chain_valid, func_frame_chain_valid)
4348         (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
4349         (generic_func_frame_chain_valid): Remove functions.
4350         (frame_chain_valid, do_flush_frames_sfunc): New functions.
4351         (_initialize_blockframe): New function.
4352         * Makefile.in (blockframe.o): Update dependencies.
4353         * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
4354         comment.  Call frame_chain_valid ().
4355         * frame.h: Remove old prototypes.  Add prototype for
4356         frame_chain_valid and update comments to match.
4357         * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
4358         Remove old comment.
4359         * gdbarch.h: Regenerated.
4360         * gdbarch.c: Regenerated.
4361
4362         * alpha-tdep.c (alpha_gdbarch_init): Don't call
4363         set_gdbarch_frame_chain_valid.
4364         * avr-tdep.c (avr_gdbarch_init): Likewise.
4365         * cris-tdep.c (cris_gdbarch_init): Likewise.
4366         * frv-tdep.c (frv_gdbarch_init): Likewise.
4367         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
4368         * i386-tdep.c (i386_svr4_init_abi): Likewise.
4369         (i386_nw_init_abi): Likewise.
4370         (i386_gdbarch_init): Likewise.
4371         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
4372         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
4373         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
4374         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
4375         * mips-tdep.c (mips_gdbarch_init): Likewise.
4376         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
4377         * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
4378         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
4379         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
4380         * s390-tdep.c (s390_gdbarch_init): Likewise.
4381         * sh-tdep.c (sh_gdbarch_init): Likewise.
4382         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
4383         * v850-tdep.c (v850_gdbarch_init): Likewise.
4384         * vax-tdep.c (vax_gdbarch_init): Likewise.
4385         * x86-64-tdep.c (x86_64_init_abi): Likewise.
4386
4387         * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
4388         * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
4389         * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
4390         * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
4391         * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
4392         * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
4393         * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
4394         * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
4395
4396 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
4397
4398         * Makefile.in (acconfig_h): Remove incorrect macro.
4399         (config_h): Define.
4400         (osabi.o): Update dependencies.
4401         * configure.tgt: Set gdb_osabi based on target triplet.
4402         * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
4403         * configure: Regenerated.
4404         * config.in: Regenerated.
4405         * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
4406         (GDB_OSABI_DEFAULT): Define if not already defined.
4407         (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
4408         (set_osabi_string): New variables.
4409         (gdbarch_register_osabi): Add new OS ABI to
4410         gdb_osabi_available_names.
4411         (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
4412         (set_osabi, show_osabi): New functions.
4413         (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
4414
4415 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
4416
4417         * arch-utils.c (gdbarch_info_init): Set osabi to
4418         GDB_OSABI_UNINITIALIZED.
4419         * gdbarch.sh: Add osabi to struct gdbarch and to struct
4420         gdbarch_info.  Include "osabi.h" in gdbarch.c.  Check osabi
4421         in gdbarch_list_lookup_by_info and in gdbarch_update_p.
4422         * gdbarch.c: Regenerated.
4423         * gdbarch.h: Regenerated.
4424         * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
4425         there's no BFD.
4426         (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
4427         * osabi.h (enum gdb_osabi): Move to defs.h.
4428         (gdbarch_init_osabi): Update prototype.
4429         * defs.h (enum gdb_osabi): Moved here.
4430         * Makefile.in: Update dependencies.
4431
4432         * alpha-tdep.h: Don't include "osabi.h".
4433         (struct gdbarch_tdep): Remove osabi member.
4434         * alpha-tdep.c: Include "osabi.h".
4435         (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
4436         iterate over arches.  Update call to gdbarch_init_osabi.
4437         (alpha_dump_tdep): Don't dump osabi.
4438         * alpha-linux-tdep.c: Include "osabi.h".
4439         * alpha-osf1-tdep.c: Include "osabi.h".
4440         * alphafbsd-tdep.c: Include "osabi.h".
4441         * alphanbsd-tdep.c: Include "osabi.h".
4442
4443         * arm-tdep.h: Don't include "osabi.h".
4444         (struct gdbarch_tdep): Remove osabi member.
4445         * arm-tdep.c: Include "osabi.h".
4446         (arm_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
4447         iterate over arches.  Update call to gdbarch_init_osabi.
4448         (arm_dump_tdep): Don't dump osabi.
4449         * arm-linux-tdep.c: Include "osabi.h".
4450         * armnbsd-tdep.c: Include "osabi.h".
4451
4452         * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
4453         Update call to gdbarch_init_osabi.
4454
4455         * i386-tdep.h: Don't include "osabi.h".
4456         (struct gdbarch_tdep): Remove osabi member.
4457         * i386-tdep.c: Include "osabi.h".
4458         (i386_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
4459         iterate over arches.  Update call to gdbarch_init_osabi.
4460         (i386_dump_tdep): Don't dump osabi.
4461         * i386-linux-tdep.c: Include "osabi.h".
4462         * i386-sol2-tdep.c: Include "osabi.h".
4463         * i386bsd-tdep.c: Include "osabi.h".
4464         * i386gnu-tdep.c: Include "osabi.h".
4465         * i386ly-tdep.c: Include "osabi.h".
4466         * i386nbsd-tdep.c: Include "osabi.h".
4467         * i386obsd-tdep.c: Include "osabi.h".
4468
4469         * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
4470         (mips_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
4471         check osabi when iterating over arches.  Update call to
4472         gdbarch_init_osabi.
4473         (mips_dump_tdep): Don't dump osabi.
4474
4475         * ns32k-tdep.h: Don't include "osabi.h".
4476         (struct gdbarch_tdep): Remove.
4477         * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
4478         gdbarch_lookup_osabi.  Don't iterate over arches.  Don't
4479         allocate tdep.  Update call to gdbarch_init_osabi.
4480         (ns32k_dump_tdep): Remove.
4481         (_initialize_ns32k_tdep): Update call to gdbarch_register.
4482         * ns32knbsd-tdep.c: Include "osabi.h".
4483
4484         * ppc-tdep.h: Don't include "osabi.h".
4485         (struct gdbarch_tdep): Remove osabi member.
4486         * rs6000-tdep.c: Include "osabi.h".
4487         (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't check
4488         osabi when iterating over arches.  Update call to
4489         gdbarch_init_osabi.
4490         (rs6000_dump_tdep): Don't dump osabi.
4491         * ppc-linux-tdep.c: Include "osabi.h".
4492         * ppcnbsd-tdep.c: Include "osabi.h".
4493
4494         * sh-tdep.h: Don't include "osabi.h".
4495         (struct gdbarch_tdep): Remove osabi member.
4496         * sh-tdep.c: Include "osabi.h".
4497         (sh_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
4498         iterate over arches.  Update call to gdbarch_init_osabi.
4499         (sh_dump_tdep): Don't dump osabi.
4500         * shnbsd-tdep.c: Include "osabi.h".
4501
4502         * sparc-tdep.c: Include "osabi.h".
4503         (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
4504         iterate over arches.  Update call to gdbarch_init_osabi.
4505         (sparc_dump_tdep): Don't dump osabi.  Do dump the rest of the
4506         tdep structure.
4507
4508         * vax-tdep.h: Don't include "osabi.h".
4509         (struct gdbarch_tdep): Remove.
4510         * vax-tdep.c: Include "osabi.h".
4511         (vax_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
4512         iterate over arches.  Don't allocate tdep.  Update call
4513         to gdbarch_init_osabi.
4514         (vax_dump_tdep): Remove.
4515         (_initialize_vax_tdep): Update call to gdbarch_register.
4516
4517 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
4518
4519         * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
4520         entirely.
4521         (breakpoint_re_set_one): Don't fetch the value for a disabled
4522         watchpoint.
4523
4524 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
4525
4526         * buildsym.h (processing_hp_compilation): Remove obsolete variable.
4527         * gdbarch.sh Remove include of "value.h" in gdbarch.h.
4528         (COERCE_FLOAT_TO_DOUBLE): Remove.
4529         * gdbarch.c: Regenerate.
4530         * gdbarch.h: Regenerate.
4531         * Makefile.in: Remove value_h from gdbarch_h.
4532         * valops.c (coerce_float_to_double): New variable.
4533         (default_coerce_float_to_double): Remove.
4534         (standard_coerce_float_to_double): Remove.
4535         (value_arg_coerce): Use coerce_float_to_double.
4536         (_initialize_valops): Add "set coerce-float-to-double".
4537         * value.h (default_coerce_float_to_double): Remove prototype.
4538         (standard_coerce_float_to_double): Remove prototype.
4539
4540         * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
4541         prototyped.
4542         * mdebugread.c (parse_symbol): Likewise.
4543         * stabsread.c (define_symbol): Mark all functions as prototyped.
4544
4545         * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
4546         * alpha-tdep.c (alpha_gdbarch_init): Remove call to
4547         set_gdbarch_coerce_float_to_double.
4548         * arm-tdep.c (arm_gdbarch_init): Likewise.
4549         * frv-tdep.c (frv_gdbarch_init): Likewise.
4550         * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
4551         * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
4552         * mips-tdep.c (mips_gdbarch_init): Likewise.
4553         (mips_coerce_float_to_double): Remove.
4554         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
4555         (rs6000_coerce_float_to_double): Remove.
4556         * s390-tdep.c (s390_gdbarch_init): Likewise.
4557         * sh-tdep.c (sh_gdbarch_init): Likewise.
4558         (sh_coerce_float_to_double): Remove.
4559         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
4560         (sparc_coerce_float_to_double): Remove.
4561         * v850-tdep.c (v850_gdbarch_init): Likewise.
4562         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
4563         * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
4564         * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
4565         (hppa_coerce_float_to_double): Remove prototype.
4566         * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
4567
4568 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
4569
4570         * regformats/reg-m68k.dat: Remove fpcode and fpflags.
4571
4572 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
4573
4574         Suggested by Stewart Brown <sb24@avaya.com>:
4575         * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
4576         in recursive calls.  Handle TYPE_CODE_TYPEDEF.
4577         (c_type_print_varspec_suffix): Likewise.
4578
4579 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
4580
4581         * configure.in: Don't set and AC_SUBST SUBDIRS.
4582         * configure: Regenerated.
4583
4584         * configure.in: Remove code dealing with shared libraries.
4585         * Makefile.in: Remove HLDFLAGS and HLDENV.
4586         * configure: Regenerated.
4587
4588 2003-01-04  Andrew Cagney  <ac131313@redhat.com>
4589
4590         * frame.c (deprecated_frame_xmalloc): New function.
4591         (deprecated_set_frame_saved_regs_hack): New function.
4592         (deprecated_set_frame_extra_info_hack): New function.
4593         * frame.h (deprecated_frame_xmalloc): Declare.
4594         (deprecated_set_frame_saved_regs_hack): Declare.
4595         (deprecated_set_frame_extra_info_hack): Declare.
4596
4597 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
4598
4599         * configure.in: Move code that provides the --enable-gdbtk option
4600         right after the code that handles the --enable-tui option, and
4601         polish it somewhat.
4602         * configure: Regenerated.
4603
4604         * configure.in: Call AC_GNU_SOURCE.  Check for pread64 using
4605         AC_CHECK_FUNCS and remove the old check for pread64.
4606         * acinclude.m4 (AC_GNU_SOURCE): New macro.
4607         * acconfig.h (_GNU_SOURCE): Add.
4608         (HAVE_PREAD64): Remove.
4609         * configure, aclocal.m4, config.in: Regenerated.
4610
4611 2003-01-03  Andrew Cagney  <ac131313@redhat.com>
4612
4613         * alpha-tdep.c: Use get_frame_saved_regs.
4614         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4615         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
4616         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
4617         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
4618         * vax-tdep.c, xstormy16-tdep.c: Ditto.
4619
4620 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
4621
4622         * configure.in: Remove all use of the SUBDIRS variable; add
4623         directories using the AC_CONFIG_SUBDIRS macro instead.  Polish
4624         code providing the --enable-multi-ice option, and move it right in
4625         front of the code that checks whether gdbserver is supported.
4626         Polish that too.
4627         * configure: Regenerated.
4628         * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
4629         @SUBDIRS@.
4630
4631 2003-01-03  Andrew Cagney  <cagney@redhat.com>
4632
4633         * alpha-tdep.c: Use deprecated_update_frame_base_hack.
4634         * avr-tdep.c, cris-tdep.c: Ditto.
4635         * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
4636         * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
4637         
4638 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
4639
4640         * configure.in: Remove --enable-netrom option.
4641         * configure: Regenerated.
4642
4643 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
4644
4645         * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
4646         declaration for `struct re_pattern_buffer' instead.
4647         * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
4648
4649 2003-01-03  J. Brobecker  <brobecker@gnat.com>
4650
4651         * mdebugread.c (parse_symbol): Count until the stEnd matching
4652         the structure name.
4653
4654 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
4655
4656         * configure.in: Remove --with-cpu option.
4657         subscripts.  Remove evil changequotes here.
4658         * acconfig.h (TARGET_CPU_DEFAULT): Remove.
4659         * config.in, configure: Regenerated.
4660         
4661         * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
4662         * configure.in: Cleanup section that sources GDB and BFD configure
4663         subscripts.  Remove evil changequotes here.
4664         * config.in, configure: Regenerated.
4665
4666 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
4667
4668         * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
4669         frame accessor methods.
4670         * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4671         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
4672         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
4673         * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
4674         * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
4675         * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
4676         * z8k-tdep.c: Ditto.
4677         
4678 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
4679
4680         * configure.in: Remove UI_OUT configuration code.
4681         * ada-lang.c: Update assuming UI_OUT is always true.
4682         * Makefile.in (UIOUT_CFLAGS): Remove.
4683         * configure: Regenerated.
4684         * TODO: Remove blurb about elimination of -DUI_OUT.
4685
4686         * configure.in: Move code that provides the --enable-gdbcli,
4687         --enable-gdbmi options right before the code that handles the
4688         --enable-tui option.  Polish a bit.
4689         * configure: Regenerated.
4690
4691         * configure.in: Rewrite check for GNU regex and the
4692         --without-included regex option, and move it into the "Checks for
4693         library functions" section.  This makes us use the system regex
4694         again by default on systems with version 2 of the GNU C library.
4695         This was apparently broken.
4696         * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
4697         * acconfig.h (USE_INCLUDED_REGEX): Remove.
4698         * config.in, configure: Regenerated.
4699
4700         * configure.in: Move code that provides the --enable-tui option
4701         before the "Checks for libraries" section.  Polish the code
4702         somewhat and set need_curses to yes if we build the TUI.  Rewrite
4703         code that looks for a library providing termcap functionality to
4704         match more closely what's done in the Readline library, and move
4705         it into to the "Checks for libraries" section.
4706         * configure: Regenerated.
4707         * Makefile.in (TERMCAP): Remove variable.
4708         * config/i386/go32.mh (TERMCAP): Remove variable.
4709
4710 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
4711
4712         * MAINTAINERS: Mention gdb_mbuild.sh.
4713         * gdb_mbuild.sh: Rewrite.
4714
4715 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
4716
4717         * configure.in: Fix typo in last change.
4718         * config.in, configure: Regenerated.
4719
4720 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
4721
4722         * valarith.c (value_binop): Delete obsolete code and comments.
4723         * configure.host: Ditto.
4724         * buildsym.h (make_blockvector): Ditto.
4725         * buildsym.c (make_blockvector): Ditto.
4726         * defs.h (enum language): Ditto.
4727         (chill_demangle): Ditto.
4728         * elfread.c (elf_symtab_read): Ditto.
4729         * dwarfread.c (CHILL_PRODUCER): Ditto.
4730         (set_cu_language): Ditto.
4731         (handle_producer): Ditto.
4732         * expprint.c (print_subexp): Ditto.
4733         * gdbtypes.c (chill_varying_type): Ditto.
4734         * gdbtypes.h (builtin_type_chill_bool): Ditto.
4735         (builtin_type_chill_char, builtin_type_chill_long): Ditto.
4736         (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
4737         (chill_varying_type): Ditto.
4738         * language.h (_LANG_chill): Ditto.
4739         * language.c (binop_result_type, integral_type): Ditto.
4740         (character_type, string_type, structured_type): Ditto.
4741         (lang_bool_type, binop_type_check): Ditto.
4742         * stabsread.h (os9k_stabs): Ditto.
4743         * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
4744         (define_symbol, read_type, read_struct_fields): Ditto.
4745         (read_array_type, read_enum_type, read_huge_number): Ditto.
4746         (read_range_type, start_stabs): Ditto.
4747         * symfile.c (init_filename_language_table): Ditto.
4748         (add_psymbol_with_dem_name_to_list): Ditto.
4749         * symtab.c (symbol_init_language_specific): Ditto.
4750         (symbol_init_demangled_name, symbol_demangled_name): Ditto.
4751         * symtab.h (struct general_symbol_info): Ditto.
4752         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4753         * typeprint.c (typedef_print): Ditto.
4754         * utils.c (fprintf_symbol_filtered): Ditto.
4755         * valops.c (value_cast, search_struct_field, value_slice): Delete
4756         obsolete code.
4757         (varying_to_slice): Delete function.
4758         * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
4759         (varying_to_slice): Delete declaration.
4760         * MAINTAINERS: Update.
4761
4762 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
4763
4764         * configure.in: Reorganize "Checks for library functions section"
4765         a bit.  Remove check for `btowc' and `isascii' functions.
4766         * configure: Regenerated.
4767
4768         * acconfig.h (_MSE_INT_H): Remove.
4769         * configure.in: Create "Checks for header files" section, and move
4770         appropriate tests there.  Don't check for objlist.h, wchar.h,
4771         wctype.h and asm/debugreg.h.  Rewrite Solaris 2.[78] <curses.h>
4772         misdetection fix.  Also add "Checks for types", "Checks for
4773         compiler characteristics" and "Checks for library functions"
4774         sections.
4775         * config.in, configure: Regenerated.
4776
4777         * configure.in: Create "Checks for programs" section, and move
4778         appropriate tests there.
4779
4780 2003-01-01  Mark Kettenis  <kettenis@gnu.org>
4781
4782         * configure.in: Create "Checks for libraries" section, and move
4783         appropriate tests there.  Cleanup check for wctype in libw.  Use
4784         AC_SEARCH_LIBS to see whether we need libsocket.
4785         * configure: Regenerated.
4786
4787 For older changes see ChangeLog-2002
4788 \f
4789 Local Variables:
4790 mode: change-log
4791 left-margin: 8
4792 fill-column: 74
4793 version-control: never
4794 End: