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