* mips-tdep.c (mips_register_name): Fix fencepost error involving
[external/binutils.git] / gdb / ChangeLog
1 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
2
3         * mips-tdep.c (mips_register_name): Fix fencepost error involving
4         NUM_REGS bounds check.
5
6 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
7
8         * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9         * mips-tdep.c (gdb_assert.h): Include.
10         (mips_generic_reg_names, mips_processor_reg_names): Make static.
11         (mips_register_name): Handle integer registers explicitly.  Add
12         bounds checking.
13         (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
14         (mips_lsi33k_reg_names): Don't list integer registers; they're
15         handled by mips_register_name() now.
16         * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
17         * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
18         * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
19         * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
20         * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
21
22 2003-03-18  Andrew Cagney  <cagney@redhat.com>
23
24         * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
25         a void pointer.
26         * gdbtypes.h (print_scalar_formatted): Update declaration.
27         * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
28
29 2003-03-18  J. Brobecker  <brobecker@gnat.com>
30
31         * infrun.c (observer.h): Add #include.
32         (normal_stop): Add call to observer_notify_normal_stop.
33         * Makefile.in (infrun.o): Add dependency on observer.h.
34
35 2003-03-18  J. Brobecker  <brobecker@gnat.com>
36
37         Continuing work to convert the hppa targets to multiarch partial.
38         * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
39         parameter. Reformat comment.
40         * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
41         (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
42         to match new profile.
43
44 2003-03-18  J. Brobecker  <brobecker@gnat.com>
45
46         * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
47         appear to be working in any case.
48
49 2003-03-18  J. Brobecker  <brobecker@gnat.com>
50
51         * observer.c (observer_test_first_observer): New static variable.
52         (observer_test_second_observer): Likewise.
53         (observer_test_third_observer): Likewise.
54         (observer_test_first_notification_function): New static function.
55         (observer_test_second_notification_function): Likewise.
56         (observer_test_third_notification_function): Likewise.
57
58 2003-03-17  J. Brobecker  <brobecker@gnat.com>
59
60         * hppa-tdep.c (gdb_assert.h): Add missing #include.
61         * somsolib.c (gdb_assert.h): Likewise.
62         * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
63         (somsolib.o): Likewise.
64
65 2003-03-17  Andrew Cagney  <cagney@redhat.com>
66
67         * disasm.c (gdb_disassembly): Set di.mach using the architecture's
68         BFD.  Simplify setting of di.endian.
69
70 2003-03-17  Andrew Cagney  <cagney@redhat.com>
71
72         * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
73         * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
74
75         From Elena Zannoni  <ezannoni@redhat.com>
76         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
77         vector and floating-point parameters.
78         (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
79         convention.
80         (ppc_sysv_abi_broken_use_struct_convention): Ditto.
81
82 2003-03-17  Fernando Nasser  <fnasser@redhat.com>
83
84         * MAINTAINERS: Remove my name from several maintainership roles.
85
86 2003-03-17  Andrew Cagney  <cagney@redhat.com>
87
88         Fix frame off-by-one bug.
89         * frame-unwind.h (frame_this_id_ftype): Replace
90         frame_unwind_id_ftype.
91         (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
92         (struct frame_unwind): Replace "id" with "this_id".  Replace "reg"
93         with "prev_register".
94         * frame-unwind.c (frame_unwind_find_by_pc): Return
95         legacy_saved_regs_unwind instead of trad_frame_unwind.  Update
96         comment.
97         * dummy-frame.c (cached_find_dummy_frame): Delete function.
98         (dummy_frame_this_id): Replace dummy_frame_id_unwind.
99         (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
100         (dummy_frame_unwind): Update.
101         * sentinel-frame.c (sentinel_frame_prev_register): Replace
102         sentinel_frame_register_unwind.
103         (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
104         (sentinel_frame_unwinder): Update.
105         * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
106         (struct frame_info): Rename "unwind_cache" to "prologue_cache".
107         * frame.c (create_sentinel_frame): Update. Initialize
108         "prologue_cache" instead of "unwind_cache".
109         (frame_register_unwind): Call this frame's prev_register with the
110         next frame and this frame's prologue cache.
111         (get_prev_frame): Simplify.  Always call prev frame's this_id with
112         this frame and prev frame's prologue cache.  Document that this
113         call is shifted one to the left when compared to the
114         frame_register_unwind call.
115         (legacy_saved_regs_prev_register): Replace
116         frame_saved_regs_register_unwind.
117         (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
118         (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
119         (legacy_saved_regs_unwind): Replace trad_frame_unwind.
120         * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
121         (d10v_frame_unwind): Update.
122         (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
123         (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
124         (saved_regs_unwinder): Replace this "frame" with "next_frame", and
125         "saved_regs" with "this_saved_regs".
126
127 2003-03-16  Andrew Cagney  <cagney@redhat.com>
128
129         * frame.c (frame_pop): Don't call target_store_registers.  Fix
130         problem reported by Mark Kettenis.
131
132 2003-03-16  Mark Kettenis  <kettenis@gnu.org>
133
134         * i386-tdep.c (i386_register_type): Renamed from
135         i386_register_virtual_type.  Adjust function signature.
136         (i386_gdbarch_init): Set register_type instead of
137         deprecated_max_register_raw_size,
138         deprecated_max_register_virtual_size and register_virtual_type.
139
140 2003-03-14  Andrew Cagney  <cagney@redhat.com>
141
142         * frame.c (get_prev_frame): When a legacy frame, always call
143         legacy_get_prev_frame.  Simplify unwind code using assumption that
144         the unwinder is new.
145         (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
146         (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
147         SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
148
149 2003-03-14  Andrew Cagney  <cagney@redhat.com>
150
151         * frame.c (get_saved_register): Delete function.
152         * frame.h (get_saved_register): Delete declaration.
153         * xstormy16-tdep.c: Update comment.
154         * regcache.h: Update comments.
155         * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
156         get_saved_register and extract_address, use
157         frame_read_unsigned_register.
158         (sparc_frame_saved_pc): Ditto.
159         (sparc_get_saved_register): Instead of get_saved_register, use
160         frame_register.
161         (sparc_pop_frame): Ditto.
162         * findvar.c: Update comments.
163         (value_of_register): Call frame_register instead of
164         get_saved_register.
165         (value_from_register): Ditto.
166         * config/sparc/tm-sparc.h: Update comment.
167         * breakpoint.c: Update comment.
168
169 2003-03-14  Andrew Cagney  <cagney@redhat.com>
170
171         * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
172         GET_SAVED_REGISTER.
173         * gdbarch.h, gdbarch.c: Re-generate.
174         * frame.h: Update comments.
175         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
176         * x86-64-tdep.c (x86_64_init_abi): Update.
177         * sparc-tdep.c (sparc_gdbarch_init): Update.
178         * sh-tdep.c (sh_gdbarch_init): Update.
179         * mips-tdep.c (mips_gdbarch_init): Update.
180         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
181         * cris-tdep.c (cris_gdbarch_init): Update.
182         * ia64-tdep.c (ia64_gdbarch_init): Update.
183         * frame.c (frame_register): Update.
184         (get_saved_register): Update.
185         * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
186         
187 2003-03-13  Andrew Cagney  <cagney@redhat.com>
188
189         * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
190         * gdbarch.h, gdbarch.c: Regenerate.
191         * valops.c (hand_function_call): Update comment.
192         * stack.c (return_command): Update comment.
193         * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
194         * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
195         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
196         * x86-64-tdep.c (x86_64_init_abi): Update.
197         * vax-tdep.c (vax_gdbarch_init): Update.
198         * v850-tdep.c (v850_gdbarch_init): Update.
199         * sparc-tdep.c (sparc_gdbarch_init): Update.
200         * sh-tdep.c (sh_gdbarch_init): Update.
201         * s390-tdep.c (s390_gdbarch_init): Update.
202         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
203         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
204         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
205         * mips-tdep.c (mips_gdbarch_init): Update.
206         * mcore-tdep.c (mcore_gdbarch_init): Update.
207         * m68k-tdep.c (m68k_gdbarch_init): Update.
208         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
209         * ia64-tdep.c (ia64_gdbarch_init): Update.
210         * i386-tdep.c (i386_gdbarch_init): Update.
211         * hppa-tdep.c (hppa_gdbarch_init): Update.
212         * h8300-tdep.c (h8300_gdbarch_init): Update.
213         * frv-tdep.c (frv_gdbarch_init): Update.
214         * cris-tdep.c (cris_gdbarch_init): Update.
215         * avr-tdep.c (avr_gdbarch_init): Update.
216         * arm-tdep.c (arm_gdbarch_init): Update.
217         * alpha-tdep.c (alpha_gdbarch_init): Update.
218
219 2003-03-13  Andrew Cagney  <cagney@redhat.com>
220
221         * frame.c (legacy_frame_p): New function.
222         (get_prev_frame): Use legacy_frame_p.
223         * frame.h (legacy_frame_p): Declare.
224
225 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
226
227         * MAINTAINERS (write after approval): Alphabetically
228         listing corrected.
229
230 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
231
232         * MAINTAINERS (write after approval): Add myself.
233
234 2003-03-12  Andrew Cagney  <cagney@redhat.com>
235
236         * frame.c (get_prev_frame): Rename the frame parameter to
237         "this_frame".
238         (get_next_frame, legacy_get_prev_frame): Ditto.
239
240 2003-03-12  Andrew Cagney  <cagney@redhat.com>
241
242         * frame.c (get_current_frame): Check target_has_registers before
243         checking target_has_stack.
244         * eval.c (evaluate_subexp_standard): Use get_selected_frame,
245         instead of deprecated_selected_frame.
246         * findvar.c (value_of_register): Pass "frame", not
247         deprecated_selected_frame, to value_of_builtin_reg.
248
249 2003-03-12  Andrew Cagney  <cagney@redhat.com>
250
251         * regcache.c (regcache_cooked_write_signed): New function.
252         (regcache_cooked_write_unsigned): New function.
253         (regcache_cooked_read_unsigned): Fix regnum in range assertion.
254         (regcache_cooked_read_signed): Fix regnum in range assertion.
255         * regcache.h (regcache_cooked_write_signed): Declare.
256         (regcache_cooked_write_unsigned): Declare.
257
258 2003-03-12  Andrew Cagney  <cagney@redhat.com>
259
260         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
261         * gdbarch.h, gdbarch.c: Re-generate.
262         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
263         * x86-64-tdep.h: Update.
264         * x86-64-tdep.c (x86_64_init_abi): Update.
265         * v850-tdep.c (v850_gdbarch_init): Update.
266         * sparc-tdep.c (sparc_gdbarch_init): Update.
267         * sh-tdep.c (sh_gdbarch_init): Update.
268         * s390-tdep.c (s390_gdbarch_init): Update.
269         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
270         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
271         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
272         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
273         * mips-tdep.c (mips_gdbarch_init): Update.
274         * mcore-tdep.c (mcore_gdbarch_init): Update.
275         * m68k-tdep.c (m68k_gdbarch_init): Update.
276         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
277         * ia64-tdep.c (ia64_gdbarch_init): Update.
278         * i386-tdep.c (i386_gdbarch_init): Update.
279         * i386-interix-tdep.c (i386_interix_init_abi): Update.
280         * hppa-tdep.c (hppa_gdbarch_init): Update.
281         * h8300-tdep.c (h8300_gdbarch_init): Update.
282         * frv-tdep.c (frv_gdbarch_init): Update.
283         * cris-tdep.c (cris_gdbarch_init): Update.
284         * avr-tdep.c (avr_gdbarch_init): Update.
285         * arm-tdep.c (arm_gdbarch_init): Update.
286         * alpha-tdep.c (alpha_gdbarch_init): Update.
287         * sh-tdep.c (sh_init_extra_frame_info): Update.
288         (sh64_init_extra_frame_info): Update.
289         * ns32knbsd-nat.c (frame_num_args): Update.
290         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
291         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
292         (xstormy16_frame_chain_valid): Update.
293         * vax-tdep.c (vax_saved_pc_after_call): Update.
294         * v850-tdep.c (v850_frame_chain): Update.
295         (v850_pop_frame): Update.
296         (v850_init_extra_frame_info): Update.
297         * sparc-tdep.c (setup_arbitrary_frame): Update.
298         * ns32k-tdep.c (umax_frame_num_args): Update.
299         * s390-tdep.c (s390_pop_frame_regular): Update.
300         * mn10300-tdep.c (mn10300_frame_chain): Update.
301         (mn10300_pop_frame_regular): Update.
302         (mn10300_init_extra_frame_info): Update.
303         * mips-tdep.c (mips_init_frame_pc_first): Update.
304         (mips_frame_chain): Update.
305         (mips_pop_frame): Update.
306         * mcore-tdep.c (mcore_frame_chain): Update.
307         (mcore_pop_frame): Update.
308         (mcore_init_extra_frame_info): Update.
309         * arch-utils.c (init_frame_pc_default): Update.
310         * m68k-tdep.c (isi_frame_num_args): Update.
311         (delta68_frame_num_args): Update.
312         (news_frame_num_args): Update.
313         * ia64-tdep.c (ia64_pop_frame_regular): Update.
314         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
315         (alpha_frame_chain): Update.
316         (alpha_pop_frame): Update.
317         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
318         (hppa_init_extra_frame_info): Update.
319         (hppa_frame_chain): Update.
320         (hppa_frame_chain_valid): Update.
321         * cris-tdep.c (cris_init_extra_frame_info): Update.
322         * avr-tdep.c (avr_init_extra_frame_info): Update.
323         * arm-tdep.c (arm_frame_chain_valid): Update.
324         (arm_init_extra_frame_info): Update.
325         (arm_pop_frame): Update.
326         * frame.c (frame_pc_unwind): Update.
327         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
328         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
329         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
330         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
331         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
332         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
333         
334 2003-03-12  Andrew Cagney  <cagney@redhat.com>
335
336         Eliminate the need for POP_FRAME.
337         * frame.c (do_frame_unwind_register): New function.
338         (frame_pop): When no POP_FRAME, pop the frame using register
339         unwind and a scratch regcache.
340         (frame_saved_regs_pop): Delete function.
341         (trad_frame_unwinder): Update.
342         * d10v-tdep.c (d10v_frame_pop): Delete function.
343         (d10v_frame_unwind): Update.
344         * sentinel-frame.c (sentinel_frame_pop): Delete function.
345         (sentinel_frame_unwinder): Update.
346         * dummy-frame.c (dummy_frame_pop): Delete function.
347         (dummy_frame_unwind): Update.
348         * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
349         (struct frame_unwind): Update.
350
351 2003-03-11  Kevin Buettner  <kevinb@redhat.com>
352
353         * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
354         mips_dwarf_dwarf2_ecoff_reg_to_regnum().
355         (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
356         Do range checks on register number obtained from debugging info.
357         (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
358         set_gdbarch_dwarf2_reg_to_regnum().  Adjust call of
359         set_gdbarch_ecoff_reg_to_regnum() to account for new name of
360         mapping function.
361         (do_fp_register_row): Fix typo which caused double type to be
362         used when attempting to unpack a float.
363
364 2003-03-11  J. Brobecker  <brobecker@gnat.com>
365
366         * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
367
368 2003-03-11  Andrew Cagney  <cagney@redhat.com>
369
370         * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
371         frame.  Problem found by Corinna Vinschen.
372
373 2003-03-11  Pierre Muller  <muller@ics.u-strasbg.fr>
374
375         * doublest.c (floatformat_from_length): Accept also
376         the real size of 'long double' type.
377
378 2003-03-10  Daniel Jacobowitz  <drow@mvista.com>
379
380         From Klee Dienes <kdienes@apple.com>:
381         * breakpoint.c (bpstat_copy): Copy the command lines as well
382         as the old value, to match what is freed in bpstat_clear.
383
384 2003-03-10  David Carlton  <carlton@math.stanford.edu>
385
386         * minsyms.c (add_minsym_to_hash_table): Replace
387         DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
388         (compare_minimal_symbols, compact_minimal_symbols)
389         (install_minimal_symbols, find_solib_trampoline_target): Ditto.
390         (lookup_minimal_symbol_text): Use strcmp on linkage names instead
391         of DEPRECATED_SYMBOL_MATCHES_NAME.
392         (lookup_minimal_symbol_solib_trampoline): Ditto.
393
394 2003-03-10  Andrew Cagney  <cagney@redhat.com>
395
396         * regcache.h (regcache_cooked_read_ftype): Define.
397         (regcache_save, regcache_restore): Add a cooked_read parameter.
398         * regcache.c (regcache_save, regcache_restore): Update.
399         (do_cooked_read): New function.
400         (regcache_cpy): Pass do_cooked_read to regcache_save and
401         regcache_restore.
402
403 2003-03-10  Andrew Cagney  <cagney@redhat.com>
404
405         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
406         * gdbarch.h, gdbarch.c: Re-generate.
407         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
408         * x86-64-tdep.h: Update.
409         * x86-64-tdep.c (x86_64_init_abi): Update.
410         * v850-tdep.c (v850_gdbarch_init): Update.
411         * sparc-tdep.c (sparc_gdbarch_init): Update.
412         * sh-tdep.c (sh_gdbarch_init): Update.
413         * s390-tdep.c (s390_gdbarch_init): Update.
414         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
415         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
416         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
417         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
418         * mips-tdep.c (mips_gdbarch_init): Update.
419         * mcore-tdep.c (mcore_gdbarch_init): Update.
420         * m68k-tdep.c (m68k_gdbarch_init): Update.
421         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
422         * ia64-tdep.c (ia64_gdbarch_init): Update.
423         * i386-tdep.c (i386_gdbarch_init): Update.
424         * i386-interix-tdep.c (i386_interix_init_abi): Update.
425         * hppa-tdep.c (hppa_gdbarch_init): Update.
426         * h8300-tdep.c (h8300_gdbarch_init): Update.
427         * frv-tdep.c (frv_gdbarch_init): Update.
428         * cris-tdep.c (cris_gdbarch_init): Update.
429         * avr-tdep.c (avr_gdbarch_init): Update.
430         * arm-tdep.c (arm_gdbarch_init): Update.
431         * alpha-tdep.c (alpha_gdbarch_init): Update.
432         * sh-tdep.c (sh_init_extra_frame_info): Update.
433         (sh64_init_extra_frame_info): Update.
434         * ns32knbsd-nat.c (frame_num_args): Update.
435         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
436         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
437         (xstormy16_frame_chain_valid): Update.
438         * vax-tdep.c (vax_saved_pc_after_call): Update.
439         * v850-tdep.c (v850_frame_chain): Update.
440         (v850_pop_frame): Update.
441         (v850_init_extra_frame_info): Update.
442         * sparc-tdep.c (setup_arbitrary_frame): Update.
443         * ns32k-tdep.c (umax_frame_num_args): Update.
444         * s390-tdep.c (s390_pop_frame_regular): Update.
445         * mn10300-tdep.c (mn10300_frame_chain): Update.
446         (mn10300_pop_frame_regular): Update.
447         (mn10300_init_extra_frame_info): Update.
448         * mips-tdep.c (mips_init_frame_pc_first): Update.
449         (mips_frame_chain): Update.
450         (mips_pop_frame): Update.
451         * mcore-tdep.c (mcore_frame_chain): Update.
452         (mcore_pop_frame): Update.
453         (mcore_init_extra_frame_info): Update.
454         * arch-utils.c (init_frame_pc_default): Update.
455         * m68k-tdep.c (isi_frame_num_args): Update.
456         (delta68_frame_num_args): Update.
457         (news_frame_num_args): Update.
458         * ia64-tdep.c (ia64_pop_frame_regular): Update.
459         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
460         (alpha_frame_chain): Update.
461         (alpha_pop_frame): Update.
462         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
463         (hppa_init_extra_frame_info): Update.
464         (hppa_frame_chain): Update.
465         (hppa_frame_chain_valid): Update.
466         * cris-tdep.c (cris_init_extra_frame_info): Update.
467         * avr-tdep.c (avr_init_extra_frame_info): Update.
468         * arm-tdep.c (arm_frame_chain_valid): Update.
469         (arm_init_extra_frame_info): Update.
470         (arm_pop_frame): Update.
471         * frame.c (frame_pc_unwind): Update.
472         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
473         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
474         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
475         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
476         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
477         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
478         
479 2003-03-10  Andrew Cagney  <cagney@redhat.com>
480
481         * gdbarch.sh (gdbarch_unwind_pc): New method.
482         * gdbarch.h, gdbarch.c: Regenerate.
483         * frame.c (frame_pc_unwind): Rewrite.  Prefer gdbarch_unwind_pc,
484         but use read_pc and FRAME_SAVED_PC as fall backs.
485         (frame_saved_regs_pc_unwind): Delete function.
486         (trad_frame_unwinder): Update.
487         * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
488         (struct frame_unwind): Update.
489         * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
490         (dummy_frame_unwind): Update.
491         * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
492         (sentinel_frame_unwinder): Update.
493         * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
494         (d10v_frame_unwind): Update.
495         (d10v_unwind_pc): New function.
496         (d10v_gdbarch_init): Set unwind_pc.
497
498 2003-03-10  Andrew Cagney  <cagney@redhat.com>
499
500         * gdbarch.h: Re-generate.
501
502         * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
503         PC.
504         (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
505         the PC register.
506
507 2003-03-08  Mark Kettenis  <kettenis@gnu.org>
508
509         * gdbarch.sh (save_dummy_frame_tos): Add comment.
510
511 2003-03-08  Andrew Cagney  <cagney@redhat.com>
512
513         * cli-out.c: Update copyright.
514         (cli_out_data): Define typedef.  Use instead of ui_out_data.
515
516 2003-03-08  Andrew Cagney  <cagney@redhat.com>
517
518         * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
519         the result.
520
521 2003-03-07  Andrew Cagney  <cagney@redhat.com>
522
523         * gdbarch.sh: Don't generate two macro definitions when an
524         undefined macro taking no arguments.
525         * gdbarch.h: Regenerate.
526         
527 2002-03-07  Michal Ludvig  <mludvig@suse.cz>
528
529         * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
530         (x86_64_unwind_dummy_id): New functions.
531         (x86_64_init_abi): Register these two new functions.
532
533 2003-03-07  Michal Ludvig  <mludvig@suse.cz>
534
535         * x86-64-tdep.c (x86_64_function_has_prologue): New function.
536         (x86_64_skip_prologue): Move prologue detection to 
537         separate function.
538         * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
539
540 2003-03-05  Andrew Cagney  <cagney@redhat.com>
541
542         * d10v-tdep.c (d10v_unwind_dummy_id): New function.
543         (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
544         * frame.c (get_prev_frame): Restructure the frame ID unwind code
545         to use unwind_dummy_id when a dummy frame.
546         * gdbarch.sh (unwind_dummy_id): New multi-arch method with
547         predicate.
548         * gdbarch.h, gdbarch.c: Regneerate.
549         
550 2003-03-05  Andrew Cagney  <cagney@redhat.com>
551
552         * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
553         (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
554         Do not use d10v_read_sp or d10v_read_fp when obtaining register
555         values.
556
557 2003-03-05  Andrew Cagney  <cagney@redhat.com>
558
559         * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
560         (struct d10v_unwind_cache): Delete field "frameless".  Replace
561         "next_addr" with "sp_offset".  Add "r11_offset".
562         (d10v_frame_unwind_cache): Update.
563         (prologue_find_regs): Update.  When "mv r11, sp", save the
564         "sp_offset" in "r11_offset".  Recognize "st rn, @r11", note that
565         RN was saved in r11_offset.
566
567 2003-03-05  Andrew Cagney  <cagney@redhat.com>
568
569         * frame.c (deprecated_update_frame_pc_hack): Also update the the
570         cached PC value in the next frame.
571
572 2003-03-05  Andrew Cagney  <cagney@redhat.com>
573
574         * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
575         "id_unwind_cache" with "id".
576         (frame_id_unwind): Delete declaration.
577         * frame.c (frame_id_unwind): Delete function.
578         (get_prev_frame): Call the frame id unwind method directly.  Store
579         the returned next frame's ID value in NEXT_FRAME.  Note that there
580         is a problem with the wrong unwind ID being called with the wrong
581         unwind cache.
582
583 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
584
585         * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
586
587 2003-03-05  James Ingham <jingham@apple.com>
588             Daniel Jacobowitz  <drow@mvista.com>
589
590         * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
591         (auto_cp_abi): New variable.
592         (current_cp_abi, num_cp_abis): Make static.
593         (CP_ABI_MAX): Define.
594         (cp_abis): Turn into an array.
595         (value_virtual_fn_field): Fix formatting.
596         (switch_to_cp_abi, register_cp_abi): Update.  register_cp_abi now
597         takes a pointer.
598         (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
599         (list_cp_abis, _initialize_cp_abi): New functions.
600         * cp-abi.h: Add prototype for set_cp_abi_as_auto_default.  Remove
601         declarations for cp_abis, num_cp_abis, current_cp_abi, and
602         switch_to_cp_abi.  Update prototype for register_cp_abi.
603         * Makefile.in (cp-abi.o): Update dependencies.
604         * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
605         instead of switch_to_cp_abi.
606         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise.  Update call to
607         register_cp_abi.
608         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
609         register_cp_abi.
610         * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
611
612 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
613
614         * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
615         * dwarf2loc.c: Include "regcache.h".
616         (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum.  Use
617         register_size.
618         * Makefile.in (dwarf2loc.o): Update dependencies.
619
620 2003-03-04  Theodore A. Roth  <troth@openavr.org>
621
622         * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
623         number of io registers reported by remote target is not a multiple of
624         step.
625
626 2003-03-04  David Carlton  <carlton@math.stanford.edu>
627
628         * symtab.c (lookup_partial_symbol): Add linkage_name argument.
629         (lookup_symbol_aux_psymtabs): Update call to
630         lookup_partial_symbol.
631         (lookup_transparent_type, find_main_psymtab)
632         (make_symbol_overload_list): Ditto.
633
634 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
635
636         * MAINTAINERS (Write after approval): Update my email address.
637
638 2003-03-03  Andrew Cagney  <cagney@redhat.com>
639
640         Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
641         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
642         predicate.  Replace MAX_REGISTER_RAW_SIZE.
643         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
644         MAX_REGISTER_VIRTUAL_SIZE.
645         * regcache.c (legacy_max_register_raw_size): New function.
646         (legacy_max_register_virtual_size): New function.
647         * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
648         (MAX_REGISTER_RAW_SIZE): Define.
649         (legacy_max_register_raw_size): Declare.
650         (legacy_max_register_virtual_size): Declare.
651         * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
652         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
653         * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
654         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
655         * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
656         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
657         * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
658         * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
659         * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
660         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
661         * vax-tdep.c (vax_gdbarch_init): Update.
662         * v850-tdep.c (v850_gdbarch_init): Update.
663         * sparc-tdep.c (sparc_gdbarch_init): Update.
664         * sh-tdep.c (sh_gdbarch_init): Update.
665         * s390-tdep.c (s390_gdbarch_init): Update.
666         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
667         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
668         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
669         * mips-tdep.c (mips_gdbarch_init): Update.
670         * mcore-tdep.c (mcore_gdbarch_init): Update.
671         * m68k-tdep.c (m68k_gdbarch_init): Update.
672         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
673         * ia64-tdep.c (ia64_gdbarch_init): Update.
674         * i386-tdep.c (i386_gdbarch_init): Update.
675         * hppa-tdep.c (hppa_gdbarch_init): Update.
676         * h8300-tdep.c (h8300_gdbarch_init): Update.
677         * frv-tdep.c (frv_gdbarch_init): Update.
678         * cris-tdep.c (cris_gdbarch_init): Update.
679         * avr-tdep.c (avr_gdbarch_init): Update.
680         * arm-tdep.c (arm_gdbarch_init): Update.
681         * alpha-tdep.c (alpha_gdbarch_init): Update.
682         * d10v-tdep.c (d10v_gdbarch_init): Do not set
683         max_register_raw_size or max_register_virtual_size.
684
685 2003-03-03  David Carlton  <carlton@math.stanford.edu>
686
687         * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
688         SYMBOL_MATCHES_NAME, add comment.
689         (SYMBOL_MATCHES_NATURAL_NAME): New.
690         * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
691         SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
692         (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
693         * symtab.c (lookup_partial_symbol): Use
694         SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME.  Delete
695         unhelpful comment.
696         (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
697         SYMBOL_MATCHES_NAME.
698         Fix for PR c++/33.
699
700 2003-03-03  David Carlton  <carlton@math.stanford.edu>
701
702         * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
703         * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
704         by regexp matching against SYMBOL_NATURAL_NAME.
705
706 2003-03-03  David Carlton  <carlton@math.stanford.edu>
707
708         * linespec.c (find_method): Extract code into collect_methods.
709         (collect_methods): New.
710
711 2003-03-02  Mark Kettenis  <kettenis@gnu.org>
712
713         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
714         get_frame_base.
715
716         * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
717         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
718
719 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
720
721         * arch-utils.c (generic_register_byte): Fix to use the loop index 
722         and not regnum when summing the size of all registers up to regnum.
723
724 2003-03-01  Andrew Cagney  <cagney@redhat.com>
725
726         * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
727         FRAME_INIT_SAVED_REGS.
728         * gdbarch.h, gdbarch.c: Regenerate.
729         * stack.c (frame_info): Update.
730         * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
731         (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
732         (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
733         * ns32k-tdep.c (ns32k_pop_frame): Update.
734         * mips-tdep.c (mips_pop_frame): Update.
735         * m68hc11-tdep.c (m68hc11_pop_frame): Update.
736         * ia64-tdep.c (ia64_frame_chain): Update.
737         (ia64_frame_saved_pc, ia64_get_saved_register): Update.
738         (ia64_frameless_function_invocation): Update.
739         (ia64_init_extra_frame_info): Update.
740         (ia64_pop_frame_regular): Update.
741         * frame.h (struct frame_info): Update comment.
742         (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
743         * frame.c (frame_saved_regs_register_unwind): Update.
744         (frame_saved_regs_register_unwind): Update.
745         (deprecated_generic_get_saved_register): Update.
746         * cris-tdep.c: Update comment.
747         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
748         Rename macro.
749         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
750         * x86-64-tdep.c (x86_64_init_abi): Update.
751         * vax-tdep.c (vax_gdbarch_init): Update.
752         * v850-tdep.c (v850_gdbarch_init): Update.
753         * sparc-tdep.c (sparc_gdbarch_init): Update.
754         * sh-tdep.c (sh_gdbarch_init): Update.
755         * s390-tdep.c (s390_gdbarch_init): Update.
756         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
757         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
758         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
759         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
760         * mips-tdep.c (mips_gdbarch_init): Update.
761         * mcore-tdep.c (mcore_gdbarch_init): Update.
762         * m68k-tdep.c (m68k_gdbarch_init): Update.
763         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
764         * ia64-tdep.c (ia64_gdbarch_init): Update.
765         * i386-tdep.c (i386_gdbarch_init): Update.
766         * frv-tdep.c (frv_gdbarch_init): Update.
767         * avr-tdep.c (avr_gdbarch_init): Update.
768         * arm-tdep.c (arm_gdbarch_init): Update.
769         * alpha-tdep.c (alpha_gdbarch_init): Update.
770         
771 2003-03-01  Andrew Cagney  <cagney@redhat.com>
772
773         * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
774         option enum and switch.  When no windows, set the interpreter to
775         INTERP_CONSOLE.
776         
777 2003-03-01  Andrew Cagney  <cagney@redhat.com>
778
779         * main.c (captured_main): Replace magic option characters with an
780         enum.
781
782 2003-03-01  Andrew Cagney  <cagney@redhat.com>
783
784         * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
785         INIT_EXTRA_FRAME_INFO.
786         * gdbarch.h, gdbarch.c: Regenerate.
787         * arm-tdep.c: Update comments.
788         * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
789         * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
790         * frame.h, avr-tdep.c: Ditto.
791         * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
792         (create_new_frame, legacy_get_prev_frame): Ditto.
793         * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
794         * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
795         * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
796         deprecated_init_extra_frame_info instead of init_extra_frame_info.
797         * x86-64-tdep.c (x86_64_init_abi): Ditto.
798         * v850-tdep.c (v850_gdbarch_init): Ditto.
799         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
800         * sh-tdep.c (sh_gdbarch_init): Ditto.
801         * s390-tdep.c (s390_gdbarch_init): Ditto.
802         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
803         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
804         * mips-tdep.c (mips_gdbarch_init): Ditto.
805         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
806         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
807         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
808         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
809         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
810         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
811         * frv-tdep.c (frv_gdbarch_init): Ditto.
812         * cris-tdep.c (cris_gdbarch_init): Ditto.
813         * avr-tdep.c (avr_gdbarch_init): Ditto.
814         * arm-tdep.c (arm_gdbarch_init): Ditto.
815         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
816         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
817
818 2003-03-01  Andrew Cagney  <cagney@redhat.com>
819
820         * gdbarch.sh (register_type): New function with predicate.
821         (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
822         * gdbarch.h, gdbarch.c: Re-generate.
823         * arch-utils.c (generic_register_byte): Use generic_register_size.
824         (generic_register_size): When available, use
825         gdbarch_register_type.
826         * regcache.c (init_regcache_descr): When available, initialize the
827         register type array using gdbarch_register_type.  If the
828         architecture supplies gdbarch_register_type, do not use the legacy
829         regcache layout.
830         * d10v-tdep.c (d10v_register_type): Replace
831         d10v_register_virtual_type.
832         (d10v_gdbarch_init): Set register_type instead of
833         register_virtual_type.
834
835 2003-03-01  Andrew Cagney  <cagney@redhat.com>
836
837         * Makefile.in (ax-gdb.o): Update dependencies.
838         * ax-gdb.c: Include "regcache.h".
839         (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
840         * findvar.c (value_of_register): Ditto.
841         * infcmd.c (default_print_registers_info): Ditto.
842
843 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
844
845         * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
846         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
847
848 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
849
850         * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
851         of STREQ.
852
853 2003-02-28  Daniel Jacobowitz  <drow@mvista.com>
854
855         * Makefile.in (dwarf2loc.o): Update dependencies.
856         * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
857         * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
858         * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
859         * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
860         (locexpr_tracepoint_var_ref): New function.
861         (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
862
863 2003-02-28  Andrew Cagney  <cagney@redhat.com>
864
865         * regcache.c (register_size): New function.
866         * regcache.h (register_size): Declare
867         * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
868         max_register_size instead of MAX_REGISTER_RAW_SIZE.
869
870 2003-02-28  David Carlton  <carlton@math.stanford.edu>
871
872         * linespec.c (decode_compound): Extract code into find_method.
873         (find_method): New.
874
875 2003-02-28  J. Brobecker  <brobecker@gnat.com>
876
877         * Makefile.in: Add rules to build and link in observer.o.
878
879 2003-02-27  J. Brobecker  <brobecker@gnat.com>
880
881         * observer.c: Minor comments edits.
882
883 2003-02-27  J. Brobecker  <brobecker@gnat.com>
884
885         * observer.h, observer.c: New file.
886
887 2003-02-27  Andrew Cagney  <cagney@redhat.com>
888
889         * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
890
891 2003-02-27  Stephane Carrez  <stcarrez@nerim.fr>
892
893         * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
894         (M6812_OP_STS_EXT): Likewise.
895         (m6811_prologue): Use the above to recognize prologue.
896         (m6812_prologue): Likewise.
897
898 2003-02-27  David Carlton  <carlton@math.stanford.edu>
899
900         * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
901         SYMBOL_PRINT_NAME.
902         (compare_psymbols): Ditto.
903         * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
904
905 2003-02-27  Michael Snyder  <msnyder@redhat.com>
906
907         * f-lang.c (build_fortran_types): New function.
908         (_initialize_f_language): Gdbarch-register built-in fortran types.
909         * doublest.c (extract_floating): Fix warning text.
910
911 2003-02-27  Andrew Cagney  <cagney@redhat.com>
912
913         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
914         predicate.  Replaces PUSH_DUMMY_FRAME.
915         * gdbarch.h, gdbarch.c: Regnerate.
916         * valops.c (hand_function_call): Update.  Call
917         generic_push_dummy_frame directly.
918         * vax-tdep.c (vax_gdbarch_init): Update.
919         * sparc-tdep.c (sparc_gdbarch_init): Update.
920         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
921         * m68k-tdep.c (m68k_gdbarch_init): Update.
922         * hppa-tdep.c (hppa_gdbarch_init): Update.
923         * alpha-tdep.c (alpha_gdbarch_init): Update.
924         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
925         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
926         * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
927         * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
928         push_dummy_frame to generic_push_dummy_frame.
929         * v850-tdep.c (v850_gdbarch_init): Ditto.
930         * sh-tdep.c (sh_gdbarch_init): Ditto.
931         * s390-tdep.c (s390_gdbarch_init): Ditto.
932         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
933         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
934         * mips-tdep.c (mips_gdbarch_init): Ditto.
935         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
936         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
937         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
938         * i386-tdep.c (i386_gdbarch_init): Ditto.
939         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
940         * frv-tdep.c (frv_gdbarch_init): Ditto.
941         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
942         * cris-tdep.c (cris_gdbarch_init): Ditto.
943         * avr-tdep.c (avr_gdbarch_init): Ditto.
944         * arm-tdep.c (arm_gdbarch_init): Ditto.
945         
946 2003-02-26  Kevin Buettner  <kevinb@redhat.com>
947
948         * mips-tdep.c (show_mips_abi): New function.
949         (_initialize_mips_tdep): Use show_mips_abi() to implement the
950         command ``show mips abi''.
951
952 2003-02-26  Jeff Johnston  <jjohnstn@redhat.com>
953  
954         From Elena Zannoni  <ezannoni@redhat.com>
955         * dbxread.c (process_one_symbol): Only record line 0 if one or 
956         more sline entries have been seen for the function.
957
958 2003-02-26  Michael Chastain  <mec@shout.net>
959
960         * configure: Regenerate with autoconf 000227.
961
962 2003-02-26  Michael Chastain  <mec@shout.net>
963
964         Close PR build/660.
965         * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
966         for old libc5/glibc.
967         * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
968
969 2003-02-26  Kris Warkentin  <kewarken@qnx.com>
970
971         * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
972         * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
973
974 2003-02-26  Michael Chastain  <mec@shout.net>
975
976         * configure.in: New variable HAVE_UINTPTR_T.
977         * configure, config.in: Regenerated.
978
979 2003-02-26  Daniel Jacobowitz  <drow@mvista.com>
980
981         Fix PR build/1097.
982         * utils.c (gdb_realpath): Move closing brace outwards one #endif.
983
984 2003-02-25  Andrew Cagney  <cagney@redhat.com>
985
986         * frame.c (get_prev_frame): Add comment on check for
987         inside_entry_func. Only check for inside_entry_file when not a
988         dummy and not a sentinel.  Check that the new frame is not inner
989         to the old frame.
990
991 2003-02-25  Andrew Cagney  <cagney@redhat.com>
992
993         * frame.c (frame_debug): New variable.
994         (_initialize_frame): Add "set/show debug frame" command.
995         (get_prev_frame): When frame_debug, print reason why unwind
996         failed.
997
998 2003-02-25  Michael Chastain  <mec@shout.net>
999
1000         * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
1001         to avoid uintptr_t definition problems.
1002
1003 2003-02-25  David Carlton  <carlton@math.stanford.edu>
1004
1005         * symtab.h (SYMBOL_NATURAL_NAME): New macro.
1006         (SYMBOL_LINKAGE_NAME): Ditto.
1007         (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
1008         SYMBOL_LINKAGE_NAME.
1009         (struct general_symbol_info): Expand comment.
1010         (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
1011         (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
1012         (SYMBOL_MATCHES_REGEXP): Ditto.
1013         * symtab.c (symbol_natural_name): New function.
1014         * objfiles.h: Replace all uses of SYMBOL_NAME by
1015         DEPRECATED_SYMBOL_NAME.
1016         * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
1017         * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
1018         * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
1019         * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
1020         * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
1021         * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
1022         * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
1023         * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
1024         * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
1025         * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
1026         * ada-exp.y: Ditto.
1027         * ada-exp.y: Update copyright.
1028         * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
1029         * cp-valprint.c: Ditto.
1030
1031 2003-02-25  Jeff Johnston  <jjohnstn@redhat.com>
1032
1033         * infptrace.c (detach): Do not flag error if ptrace detach fails
1034         and errno is set to ESRCH.
1035
1036 2003-02-24  Andrew Cagney  <cagney@redhat.com>
1037
1038         * infptrace.c (udot_info): Change type of udot_off to long.  Use
1039         paddr when printing udot_off's value.
1040
1041 2003-02-24  David Carlton  <carlton@math.stanford.edu>
1042
1043         * symtab.c (make_symbol_overload_list): Only read in partial
1044         symtabs containing a matching partial symbol.
1045
1046 2003-02-24  David Carlton  <carlton@math.stanford.edu>
1047
1048         * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
1049         do the comparison, not strcmp.
1050         * symfile.c (compare_psymbols): Ditto.
1051         * defs.h: Declare strcmp_iw_ordered.
1052         * utils.c (strcmp_iw_ordered): New function.
1053
1054 2003-02-24  Jim Blandy  <jimb@redhat.com>
1055
1056         * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
1057         support, shared libs): Remove my name from here, to better reflect
1058         reality.
1059
1060 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
1061
1062         * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
1063         (target_ops): Add to_have_continuable_watchpoint.
1064         * target.c (update_current_target): Add INHERIT line for
1065         to_have_continuable_watchpoint.
1066         * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
1067         * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
1068         config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
1069         config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
1070
1071 2003-02-24  Elena Zannoni  <ezannoni@redhat.com>
1072
1073         * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
1074         maintainership.
1075
1076 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
1077
1078         * solib.c (solib_open): Call target defined search function after
1079         failing with solib-search-path.
1080         * solist.h (target_so_ops): Add find_and_open_solib function hook and
1081         create define TARGET_SO_FIND_AND_OPEN_SOLIB.
1082
1083 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
1084
1085         * MAINTAINERS: Add myself to Write After section.
1086
1087 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
1088
1089         * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
1090
1091 2003-02-22  Stephane Carrez  <stcarrez@nerim.fr>
1092
1093         * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
1094         (m68hc11_add_reggroups): New function.
1095         (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
1096         (m68hc11_gdbarch_init): Install the reggroups.
1097         (_initialize_m68hc11_tdep): Initialize them.
1098
1099 2003-02-21  James E Wilson  <wilson@tuliptree.org>
1100
1101         * MAINTAINERS: Update my email address.
1102
1103 2003-02-21  David Carlton  <carlton@math.stanford.edu>
1104
1105         * arm-tdep.c (arm_gdbarch_init): Add break after default label.
1106
1107 2003-02-21  Daniel Jacobowitz  <drow@mvista.com>
1108
1109         Based on a patch from Daniel Berlin (dberlin@dberlin.org).
1110         * symtab.h: Add opaque declarations of struct axs_value and
1111         struct agent_expr.
1112         (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
1113         (struct location_funcs): New type.
1114         (struct symbol): Add "loc" to aux_value.
1115         (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
1116         * dwarf2read.c: Include "dwarf2expr.h".
1117         (dwarf2_symbol_mark_computed): New function.
1118         (read_func_scope): Use it.
1119         (var_decode_location): New function.
1120         (new_symbol): Use it.
1121         * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
1122
1123         * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
1124         (dwarf2expr_h, dwarf2loc_h): New variables.
1125         (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
1126         (dwarf2expr.o, dwarf2loc.o): New rules.
1127         (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
1128         * buildsym.c (finish_block): Handle LOC_COMPUTED and
1129         LOC_COMPUTED_ARG.
1130         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
1131         * m2-exp.y (yylex): Likewise.
1132         * printcmd.c (address_info, print_frame_args): Likewise.
1133         * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
1134         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
1135         * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
1136         (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
1137         * symtab.c (lookup_block_symbol): Likewise.
1138
1139 2003-02-20  Adam Fedor  <fedor@gnu.org>
1140
1141         * symtab.h: Remove objc_specific struct
1142         (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
1143         * symtab.c (symbol_init_language_specific, symbol_demangled_name):
1144         Have language_objc use cplus_specific struct.
1145
1146 2003-02-20  Tom Tromey  <tromey@redhat.com>
1147
1148         * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
1149         TYPE_NAME, when printing a String value.  PR java/1075.
1150
1151 2003-02-20  Adam Fedor  <fedor@gnu.org>
1152
1153         * objc-lang.h (find_methods): Remove declaration.
1154         * objc-lang.c (find_methods): Make static.
1155
1156 2003-02-20  Christopher Faylor  <cgf@redhat.com>
1157
1158         * win32-nat.c (get_image_name): Check return value from
1159         ReadProcessMemory.
1160         (child_xfer_memory): Ditto.
1161
1162 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
1163
1164         * configure.in (TARGET_SYSTEM_ROOT): Set default to
1165         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
1166         '${exec_prefix}' (in addition to the expansion thereof) as
1167         relocatable.
1168         * configure: Rebuilt.
1169
1170 2003-02-20  David Carlton  <carlton@math.stanford.edu>
1171
1172         * symtab.c (search_symbols): Revert the search_symbols part of my
1173         2002-12-23 patch.  Add comment.
1174
1175 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
1176
1177         * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
1178         * dbxread.c (elfstab_build_psymtabs): Don't call
1179         install_minimal_symbols.
1180         (stabsect_build_psymtabs): Likewise.
1181         * elfread.c (elf_symfile_read): Call install_minimal_symbols
1182         earlier.
1183         * somread.c (som_symfile_read): Call install_minimal_symbols
1184         and do_cleanups earlier.
1185         * nlmread.c (nlm_symfile_read): Likewise.
1186         * mdebugread.c (elfmdebug_build_psymtabs): Call
1187         install_minimal_symbols and make appropriate cleanups.
1188
1189 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
1190
1191         * solib.c (reload_shared_libraries): New function.
1192         (_initialize_solib): Add callbacks for ``set solib-search-path''
1193         and ``set solib-absolute-prefix''.
1194
1195 2003-02-20  David Carlton  <carlton@math.stanford.edu>
1196
1197         * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
1198         expand comment.
1199         * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
1200         SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
1201         * ada-typeprint.c (ada_typedef_print): Ditto.
1202         * ax-gdb.c (gen_var_ref): Ditto.
1203         * breakpoint.c (print_one_breakpoint): Ditto.
1204         * buildsym.c (finish_block): Ditto.
1205         * c-valprint.c (c_val_print): Ditto.
1206         * expprint.c (print_subexp): Ditto.
1207         * findvar.c (locate_var_value): Ditto.
1208         * infcmd.c (jump_command): Ditto. 
1209         * linespec.c (decode_line_2, decode_compound): Ditto. 
1210         * maint.c (maintenance_translate_address): Ditto. 
1211         * objc-lang.c (compare_selectors, compare_classes): Ditto. 
1212         * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
1213         Ditto.
1214         * p-valprint.c (pascal_val_print): Ditto. 
1215         * stabsread.c (define_symbol): Ditto. 
1216         * stack.c (print_frame, frame_info, print_block_frame_locals)
1217         (print_frame_arg_vars, return_command): Ditto. 
1218         * symfile.c (compare_symbols, compare_psymbols): Ditto. 
1219         * symmisc.c (print_symbol): Ditto. 
1220         * symtab.c (lookup_partial_symbol, lookup_block_symbol)
1221         (compare_search_syms, print_symbol_info, print_msymbol_info)
1222         (rbreak_command): Ditto. 
1223         * tracepoint.c (tracepoints_info): Ditto. 
1224         * typeprint.c (typedef_print): Ditto. 
1225         * valops.c (value_of_variable, hand_function_call): Ditto. 
1226         * cli/cli-cmds.c (edit_command, list_command): Ditto.
1227         * ada-typeprint.c: Update Copyright.
1228         * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
1229         * tracepoint.c, cli/cli-cmds.c: Ditto.
1230
1231 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
1232
1233         * frame.c (generic_unwind_get_saved_register): Make non-static.
1234         * frame.h (generic_unwind_get_saved_register): Declare.
1235         * mips-tdep.c (read_next_frame_reg): Fetch register from
1236         current regcache when frame is NULL.
1237         (mips_init_extra_frame_info): Pass NULL explicitly for parameter
1238         that must be NULL.
1239         (mips_get_saved_register): Call generic_unwind_get_saved_register()
1240         instead of frame_register_unwind().
1241
1242 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
1243
1244         * remote-sim.c (gdbsim_insert_breakpoint)
1245         (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
1246         code.
1247
1248 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
1249
1250         * remote.c (_initialize_remote): Add commands "set/show remote
1251         hardware-watchpoint-limit" and "set/show remote
1252         hardware-breakpoint-limit".
1253         (remote_hw_watchpoint_limit): Initialize to -1.
1254         (remote_hw_breakpoint_limit): Ditto.
1255         (remote_check_watch_resources): Treat a limit of -1 as unlimited.
1256
1257 2003-02-19  Raoul Gough  <RaoulGough@yahoo.co.uk>
1258
1259         * coff-pe-read.c: New file - support reading of minimal symbols from a
1260         portable executable using the export table.
1261         * coff-pe-read.h: New file.
1262         * coffread.c: Include coff-pe-read.h.
1263         (coff_symtab_read): Call read_pe_exported_syms iff no recognized
1264         debugging symbols found.
1265         * Makefile.in (SFILES): Add coff-pe-read.o.
1266         (coff_pe_read_h): Define.
1267         (COMMON_OBS): Add coff-pe-read.o.
1268         (coffread.o): Add coff_pe_read_h dependency.
1269         (coff-pe-read.o): New target.
1270
1271 2003-02-19  David Carlton  <carlton@math.stanford.edu>
1272
1273         * Makefile.in (SFILES): Add block.c.
1274         (block_h): New.
1275         (COMMON_OBS): Add block.o.
1276         (block.o): New.
1277         (x86-64-tdep.o): Add $(block_h).
1278         (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
1279         (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
1280         (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
1281         (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
1282         (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
1283         (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
1284         (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
1285         * value.h: Add opaque declaration for struct block.
1286         * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
1287         * ada-lang.h: Ditto.
1288         * x86-64-tdep.c: #include "block.h"
1289         * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
1290         * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
1291         * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
1292         * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
1293         * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
1294         * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
1295         * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
1296         * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
1297         * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
1298         (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
1299         * symtab.c (block_function): Ditto.
1300         (contained_in): Ditto.
1301         * frame.h: Move block_for_pc and block_for_pc_sect declarations to
1302         block.h.  Add opaque declaration for struct block.
1303         * symtab.h: Move block_function and contained_in declarations to
1304         block.h.  Add opaque declarations for struct block, struct
1305         blockvector.
1306         (struct block): Move to block.h.
1307         (struct blockvector): Ditto.
1308         (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
1309         (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
1310         (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
1311         (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
1312         (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
1313         Ditto.
1314         * block.c: New file.
1315         * block.h: New file.
1316
1317 2003-02-19  Theodore A. Roth  <troth@openavr.org>
1318
1319         * avr-tdep.c (avr_extract_return_value): Remove function.
1320         (avr_store_return_value): Remove function.
1321         (avr_extract_struct_value_address): Remove function.
1322         (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
1323
1324 2003-02-19  Andrew Cagney  <ac131313@redhat.com>
1325
1326         * rs6000-tdep.c: Include "gdb_assert.h".
1327         (registers_e500): Add "acc" and "spefscr".
1328         (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
1329         (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
1330         ppc_gplast_regnum, sp_regnum and fp_regnum.  Check that gp0_regnum
1331         really is "r0".
1332         (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
1333
1334 2003-02-18  Keith Seitz  <keiths@redhat.com>
1335
1336         * Makefile.in: Add gdbtk-interps.c.
1337
1338 2003-02-18  Kevin Buettner  <kevinb@redhat.com>
1339
1340         * sparc-tdep.c (sparc_frame_chain): Adjust return value.
1341         * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
1342
1343 2003-02-18  Andrew Cagney  <cagney@redhat.com>
1344
1345         * symtab.h (struct objfile): Add opaque declaration.
1346
1347 2003-02-18  Elena Zannoni  <ezannoni@redhat.com>
1348
1349         From Jim Ingham   <jingham@apple.com>:
1350         * dbxread.c (process_one_symbol): Use last_function_start rather
1351         than function_start_offset to find the real beginning of the
1352         current function.  The latter is just the text section offset on
1353         some systems, the former is always the real function start.
1354
1355 2003-02-17  Andrew Cagney  <cagney@redhat.com>
1356
1357         * configure.in: Revert ${target} != ${host}.
1358
1359 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
1360
1361         * configure.in (Makefile): Use the test ${target} != ${host},
1362         instead of the absence of the "nm.h" file, to determine of the
1363         configuration non-native.
1364         * configure: Regenerate.
1365         
1366 2003-02-14  Elena Zannoni  <ezannoni@redhat.com>
1367
1368         From Brian Ford  <ford@vss.fsi.com>
1369
1370         * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
1371         conditionalize tui_active test.
1372         (lookup_cmd_1): Ditto.
1373
1374 2003-02-14  Mark Kettenis  <kettenis@gnu.org>
1375
1376         * configure.in: Add check for _etext.
1377         * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
1378         available.
1379         * config.in, configure: regenerated.
1380
1381 2003-02-14  Daniel Jacobowitz  <drow@mvista.com>
1382
1383         * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
1384
1385 2003-02-14  Andrew Cagney  <ac131313@redhat.com>
1386
1387         * main.c (tui_version): Delete variable.
1388         (captured_main): When --tui, set interpreter_p to "tui" instead of
1389         enabling tui_version.
1390         * printcmd.c (display_command) [TUI]: Test tui_active instead of
1391         tui_version.
1392         * cli/cli-decode.c (lookup_cmd_composition): Ditto.
1393         * cli/cli-cmds.c (disassemble_command): Ditto.
1394         * defs.h (tui_version): Delete declaration.
1395         * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
1396         (tui-interp.o): Add rules.
1397         (SUBDIR_TUI_OBS): Add "tui-interp.o".
1398
1399 2003-02-14  Christopher Faylor  <cgf@redhat.com>
1400
1401         * win32-nat.c (register_loaded_dll): Correctly set address range for
1402         just-loaded dll.
1403
1404 2003-02-12  Jason Molenda  (jmolenda@apple.com)
1405
1406         * symmisc.c (print_objfile_statistics): Include information about
1407         the number of psymtabs and symtabs in each object file.
1408
1409 2003-02-13  Keith R Seitz  <keiths@redhat.com>
1410
1411         * main.h (struct captured_main_args): Add interpreter_p.
1412         * main.c (captured_main): Initialize interpreter_p from context.
1413         * gdb.c (main): Set interpreter_p argument.
1414         * Makefile.in (gdb.o): Add dependency for interps.h.
1415
1416 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
1417
1418         * event-top.c (cli_command_loop): Delete declaration.
1419         (_initialize_event_loop): Delete function setting event_loop_hook.
1420         * event-top.h (cli_command_loop): Declare.  Update copyright.
1421         (EVENT_TOP_H): Define.  Wrap header in #ifdef EVENT_TOP_H.
1422         * interps.c (current_interp_command_loop): When event_loop_p, call
1423         cli_command_loop.
1424
1425 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
1426
1427         * interps.h (interp_command_loop_ftype): Change return type to
1428         void.
1429
1430 2003-02-12  Michal Ludvig  <mludvig@suse.cz>
1431
1432         * x86-64-tdep.c (x86_64_extract_return_value)
1433         (x86_64_store_return_value): Use regcache instead of regbuf.
1434         (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
1435         * x86-64-linux-nat.c (fill_gregset): Use regcache.
1436
1437 2003-02-11  Andrew Cagney  <ac131313@redhat.com>
1438
1439         * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
1440         * aclocal.m4: Regenerate.
1441         * configure: Regenerate.
1442
1443         * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
1444         TCL_LD_SEARCH_FLAGS.
1445
1446 2003-02-10  Michal Ludvig  <mludvig@suse.cz>
1447
1448         * dwarf2cfi.c: Reindented.
1449
1450 2003-02-09  Andrew Cagney  <ac131313@redhat.com>
1451
1452         * interps.c (clear_interpreter_hooks): Convert function definition
1453         to ISO C.
1454
1455 2003-02-07  David Carlton  <carlton@math.stanford.edu>
1456
1457         * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
1458
1459 2003-02-07  Kevin Buettner  <kevinb@redhat.com>
1460
1461         * gdbtypes.h (struct main_type): Move ``length'' field from here...
1462         (struct type): ...to here.
1463         (TYPE_LENGTH): Adjust to reflect different location of ``length''
1464         field.
1465         * gdbtypes.c (make_qualified_type): Set length on newly created type.
1466         (replace_type): Set length on all type variants for a given type.
1467
1468 2003-02-07  Andrew Cagney  <ac131313@redhat.com>
1469
1470         * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
1471         <sys/stat.h>.
1472         * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
1473         
1474 2003-02-06  Andrew Cagney  <ac131313@redhat.com>
1475
1476         * Makefile.in (symm-nat.o): Update dependencies.
1477         (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
1478         (lynx-nat.o, ia64-linux-nat.): Ditto.
1479         * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
1480         "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
1481         * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
1482
1483         * Makefile.in (inflow_h): Define.
1484         (procfs.o, inflow.o, procfs.o): Update dependencies.
1485         * inftarg.c (child_stop): Delete extern declaration of
1486         inferior_process_group.  Include "inflow.h".
1487         * procfs.c (procfs_stop): Ditto.  Include "inflow.h".
1488         * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
1489         * inflow.h (PROCESS_GROUP_TYPE): ... to here.  New file.
1490         (our_process_group, inferior_process_group): Extern declarations.
1491
1492         * procfs.c: Include "gdb_assert.h".
1493
1494         * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
1495         * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
1496         * jv-typeprint.c (java_type_print_base): Ditto.
1497         * typeprint.c (typedef_print): Eliminate STREQ.
1498         * cli/cli-script.c (define_command, define_command): Ditto.
1499         * main.c (captured_main): Ditto.
1500         * values.c (lookup_internalvar): Ditto.
1501         * utils.c (safe_strerror, parse_escape): Eliminate assignment
1502         within `if' conditional.
1503         * linespec.c (decode_line_2): Ditto.
1504         * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
1505         (bfd_openw_with_cleanup): Ditto.
1506
1507 2003-02-07  Mark Kettenis  <kettenis@gnu.org>
1508
1509         * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
1510         legacy_extract_return_value and store_return_value to
1511         legacy_return_value.
1512
1513 2003-02-06  Raoul Gough  <RaoulGough@yahoo.co.uk>
1514
1515         * win32-nat.c (get_relocated_section_addrs): New function.  Find
1516         section load addresses for symbol handling in relocated DLLs.
1517         (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
1518
1519 2003-02-05  Fred Fish  <fnf@intrinsity.com>
1520
1521         * remote-e7000.c (e7000_drain_command): Fix precedence problem with
1522         '=' and '!='.
1523         * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
1524         with '&' and '=='.
1525         (angel_RDI_info): Ditto.
1526         * infttrace.c (threads_continue_all_but_one): Fix precedence problem
1527         with '&' and '!='.
1528         (threads_continue_all_with_signals): Ditto.
1529   
1530 2003-02-05  Jim Ingham <jingham@apple.com>
1531             Keith Seitz  <keiths@redhat.com>
1532             Elena Zannoni  <ezannoni@redhat.com>
1533             Andrew Cagney  <ac131313@redhat.com>
1534
1535         * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
1536         (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
1537         (SUBDIR_MI_OBS): Add "mi-interp.o".
1538         (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
1539         (SFILES): Add "interps.c".
1540         (COMMON_OBS): Add "interps.o".
1541         (interps_h, mi_main_h): Define.
1542         (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
1543         (mi-main.o, main.o, event-top.o): Update dependencies.
1544         * cli/cli-interp.c: New file.
1545         * interps.h, interps.c: New files.
1546         * top.c: (gdb_init): Don't install the default interpreter, handed
1547         by captured_main.
1548         * main.c: Include "interps.h".
1549         (interpreter_p): Note that it should malloc'ed.
1550         (captured_command_loop): Call current_interp_command_loop.
1551         (captured_main): Initialize interpreter_p to INTERP_CONSOLE.  Use
1552         xfree and xstrdup when updating interpreter_p.  Install the
1553         default interpreter.  Add hack to stop mi1's copyright notice
1554         being encoded.
1555         * event-top.h (gdb_setup_readline): Declare.
1556         (gdb_disable_readline): Declare.
1557         * event-top.c: Include "interps.h".
1558         (display_gdb_prompt): Call current_interp_display_prompt_p.
1559         (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
1560         gdb_stdlog, and gdb_stdtarg.
1561         (_initialize_event_loop): Don't call gdb_setup_readline.
1562         * cli-out.c (cli_out_set_stream): New function.
1563         * cli-out.h (cli_out_set_stream): Declare.
1564
1565 2003-02-06  Mark Kettenis  <kettenis@gnu.org>
1566
1567         * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
1568         i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove.  These are all
1569         handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
1570         * config/i386/i386sco5.mt, config/i386/i386v4.mt,
1571         config/i386/i386v42mp.mt: Removed.
1572
1573 2003-02-05  Mark Kettenis  <kettenis@gnu.org>
1574
1575         * configure.tgt (*-*-solaris*): Set gdb_osabi to
1576         GDB_OSABI_SOLARIS.
1577
1578 2003-02-05  Michael Chastain  <mec@shout.net>
1579
1580         * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
1581         2.12.1 and earlier versions.
1582
1583 2003-02-05  Andrew Cagney  <ac131313@redhat.com>
1584
1585         Remove orphaned hosts, targets and files.
1586         * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
1587         * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
1588         * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
1589         * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
1590         * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
1591         * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
1592         * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
1593         * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
1594         * config/sparc/tm-sp64sim.h: Delete.
1595         * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
1596         hosts.
1597         * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
1598         mips*-dec-mach3* targets.
1599
1600 2003-02-04  Michael Chastain  <mec@shout.net>
1601
1602         * NEWS: Fix typo: sepcifying -> specifying.
1603
1604 2003-02-04  Michael Chastain  <mec@shout.net>
1605
1606         * dwarfread.c: Add documentation on the state of dwarf-1,
1607         looking towards obsoletion.
1608
1609 2003-02-03  Michael Chastain  <mec@shout.net>
1610
1611         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
1612         gdb/testsuite/gdb.c++/pr-1023.exp.
1613
1614 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
1615
1616         * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
1617         * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
1618
1619         * utils.c (init_page_info): Delete reference to MPW in comments.
1620         * main.c (captured_main): Delete #ifdef MPW.
1621
1622 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
1623
1624         * NEWS: Note that the m32r-*-elf* is obsolete. 
1625         * monitor.c (monitor_expect): Obsolete reference to m32r.
1626         * configure.tgt: Mark m32r-*-elf* as obsolete.
1627         * MAINTAINERS: Mark m32k as obsolete.
1628         * m32r-rom.c: Obsolete file.
1629         * config/m32r/m32r.mt: Obsolete file.
1630         * config/m32r/tm-m32r.h: Obsolete file.
1631         * m32r-stub.c: Obsolete file.
1632         * m32r-tdep.c: Obsolete file.
1633
1634 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
1635
1636         * NEWS: Mention that the z8k-zilog-none is obsolete.
1637         * MAINTAINERS: Mark z8k as obsolete.
1638         * configure.tgt: Obsolete the z8k-*-coff* target.
1639         * config/z8k/z8k.mt: Obsolete file.
1640         * config/z8k/tm-z8k.h: Obsolete file.
1641         * z8k-tdep.c: Obsolete file.
1642
1643 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
1644
1645         * NEWS: Mention that the mn10200-elf is obsolete.
1646         * configure.tgt: Obsolete mn10200-*-* target.
1647         * breakpoint.c (update_breakpoints_after_exec): Update comment to
1648         mention that the mn10200 is obsolete.
1649         * breakpoint.h: Ditto.
1650         * MAINTAINERS: Mark the mn10200-elf as obsolete.
1651         * config/mn10200/mn10200.mt: Obsolete file.
1652         * config/mn10200/tm-mn10200.h: Obsolete file.
1653         * mn10200-tdep.c: Obsolete file.
1654
1655 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
1656
1657         * MAINTAINERS: Mark h8500 as obsolete.
1658         * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
1659         * findvar.c (value_from_register): Ditto.
1660         * h8500-tdep.c: Mark file as obsolete.
1661         * config/h8500/h8500.mt: Ditto.
1662         * config/h8500/tm-h8500.h: Ditto.
1663         * NEWS: Mention that h8500 is obsolete.
1664
1665 2003-02-04  David Carlton  <carlton@math.stanford.edu>
1666
1667         * objfiles.c (allocate_objfile): Always set name.  Add comment at
1668         start of function.
1669         * jv-lang.c (get_dynamics_objfile): Add comment.
1670
1671 2003-02-04  David Carlton  <carlton@math.stanford.edu>
1672
1673         * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
1674         * printcmd.c (build_address_symbolic): Replace uses of
1675         SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
1676         SYMBOL_NAME, and asm_demangle.
1677         Update copyright.
1678
1679 2003-02-04  David Carlton  <carlton@math.stanford.edu>
1680
1681         * linespec.c (decode_compound): Extract code into
1682         lookup_prefix_sym.
1683         (lookup_prefix_sym): New function.
1684
1685 2003-02-04  David Carlton  <carlton@math.stanford.edu>
1686
1687         * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
1688         FLOAT_COERCION_BADNESS.
1689         * gdbtypes.c (rank_one_type): Replace all uses of
1690         INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
1691
1692 2003-02-04  Jim Blandy  <jimb@redhat.com>
1693
1694         * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
1695         section, let dwarf_macinfo_section point to it, not
1696         dwarf_loc_section.
1697
1698 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
1699
1700         Pointed out by Anton Blanchard <anton@samba.org>.
1701         * ppc-linux-tdep.c (insn_is_sigreturn): New function.
1702         (ppc_linux_at_sigtramp_return_path): Use it.
1703
1704 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
1705
1706         * defs.h (streq): Add prototype.
1707         * utils.c (streq): New function.
1708
1709         * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
1710         SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
1711         * mdebugread.c (new_symbol): Likewise.
1712         * stabsread.c (define_symbol): Likewise.
1713         * coffread.c (process_coff_symbol): Likewise.
1714         * dwarfread.c (new_symbol): Likewise.
1715
1716         * minsyms.c (prim_record_minimal_symbol_and_info): Use
1717         SYMBOL_SET_NAMES instead of setting SYMBOL_NAME.  Set the language
1718         here.
1719         (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
1720         SYMBOL_INIT_DEMANGLED_NAME.
1721         * objfiles.c: Include "hashtab.h".
1722         (allocate_objfile): Call htab_set_functions_ex for the
1723         demangled_names_hash.
1724         (free_objfile): Call htab_delete for the demangled_names_hash.
1725         * objfiles.h (struct htab): Add declaration.
1726         (struct objfile): Add demangled_names_hash.
1727         * symfile.c: Include "hashtab.h".
1728         (reread_symbols): Call htab_delete for the demangled_names_hash.
1729         (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
1730         SYMBOL_NAME in the bcache.
1731         * symtab.c: Include "hashtab.h".  Update comments.
1732         (create_demangled_names_hash, symbol_set_names): New functions.
1733         (symbol_find_demangled_name): New function, broken out from
1734         symbol_init_demangled_names.
1735         (symbol_init_demangled_names): Use it.
1736         * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
1737         (SYMBOL_SET_NAMES): New macro.
1738         (symbol_set_names): Add prototype.
1739
1740 2003-02-03  Jim Blandy  <jimb@redhat.com>
1741
1742         Use a single, consistent representation for an empty minimal
1743         symbol table in an objfile.
1744         * objfiles.c (terminate_minimal_symbol_table): New function.
1745         (allocate_objfile): Call it.
1746         * objfiles.h (terminate_minimal_symbol_table): New declaration.
1747         (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
1748         non-NULL. 
1749         * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
1750         objfile has minimal symbols, compare minimal_symbol_count to zero,
1751         instead of comparing msymbols with NULL.
1752         * objfiles.c (have_minimal_symbols): Same.
1753         * solib-sunos.c (solib_add_common_symbols): Call
1754         terminate_minimal_symbol_table.
1755         * symfile.c (reread_symbols): Same.
1756         
1757 2003-02-03  Kevin Buettner  <kevinb@redhat.com>
1758
1759         * s390-tdep.c (s390_address_class_type_flags)
1760         (s390_address_class_type_flags_to_name)
1761         (s390_address_class_name_to_type_flags): New functions.
1762         (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
1763         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
1764
1765 2003-02-03  Michael Snyder  <msnyder@redhat.com>
1766
1767         * arm-tdep.c: Fix spell-o in comment.
1768
1769 2003-02-03  Michal Ludvig  <mludvig@suse.cz>
1770
1771         * dwarf2cfi.c (pointer_encoding): Added new parameter.
1772         * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
1773         error messages to contain BFD filename. 
1774
1775 2003-02-02  Elena Zannoni  <ezannoni@redhat.com>
1776
1777         Fix PR gdb/742 gdb/743 gdb/877
1778         * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
1779         (do_mixed_source_and_assembly): Use
1780         make_cleanup_ui_out_tuple_begin_end and
1781         make_cleanup_ui_out_tuple_begin_end.
1782         (do_mixed_source_and_assembly): Ditto.
1783         * thread.c (do_captured_list_thread_ids): Ditto.
1784         * ui-out.h (ui_out_table_begin, ui_out_list_begin,
1785         ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
1786         ui_out_tuple_end): Delete prototypes.
1787         * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
1788         ui_out_list_end, ui_out_tuple_end): Delete.
1789
1790         From Kevin Buettner  <kevinb@redhat.com>:
1791         * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
1792         * ui-out.c (make_cleanup_ui_out_table_begin_end)
1793         (do_cleanup_table_end):  New functions.
1794         * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
1795         Use cleanups to invoke_ui_out_tuple_end().
1796         (breakpoint_1): Use cleanup to invoke ui_out_table_end().
1797         * cli/cli-setshow.c (cmd_show_list): Use
1798         make_cleanup_ui_out_tuple_begin_end.
1799         
1800 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
1801
1802         * frame.c (frame_unwind_register): New function.
1803         (frame_unwind_unsigned_register): Use.
1804         (frame_unwind_signed_register): Use.
1805         (frame_read_register): New function.
1806         * frame.h (frame_unwind_register): Declare.
1807         (frame_read_register): Declare.
1808
1809         * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
1810         and frame_unwind_register instead of read_memory, write_register
1811         and deprecated_write_register_bytes.
1812
1813 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
1814
1815         * frame.h: Note that namelen can be negative.
1816         * frame.c (frame_map_name_to_regnum): When LEN is negative, use
1817         NAME's length.
1818
1819         * NEWS: Mention that the d10v's `regs' command is deprecated.
1820         * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
1821         (d10v_print_registers_info): New function.
1822         (show_regs): Call d10v_print_registers_info.
1823         (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
1824
1825 2003-02-02  Mark Kettenis  <kettenis@gnu.org>
1826
1827         * stack.c (print_frame_info): Restore call to annotate_frame_begin
1828         lost in the previous patch.
1829
1830 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
1831
1832         From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
1833         * stack.c (print_frame_info_base): Output complete FRAME tuple
1834         for synthesized frames.
1835
1836 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
1837
1838         * mips-nat.c (zerobuf): Delete.
1839         (fetch_inferior_registers): Alloc local zerobuf.
1840         (fetch_core_registers): Alloc local zerobuf.
1841         * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
1842         MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
1843         * thread-db.c (thread_db_store_registers): Ditto.
1844         * sh-tdep.c (sh_do_register): Ditto.
1845         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1846         * remote-sim.c (gdbsim_store_register): Ditto.
1847         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1848         * remote-e7000.c (fetch_regs_from_dump): Ditto.
1849         * monitor.c (monitor_supply_register): Ditto.
1850         * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
1851         * mips-nat.c (fetch_inferior_registers): Ditto.
1852         * m68klinux-nat.c (fetch_register): Ditto.
1853         * lynx-nat.c (fetch_inferior_registers): Ditto.
1854         (fetch_inferior_registers): Ditto.
1855         * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
1856         * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1857         (hpux_thread_store_registers): Ditto.
1858         * hppah-nat.c (fetch_register): Ditto.
1859         * hppab-nat.c (fetch_register): Ditto.
1860         * hppa-tdep.c (pa_register_look_aside): Ditto.
1861         (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
1862         * dve3900-rom.c (fetch_bitmapped_register): Ditto.
1863
1864 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
1865
1866         * gdbarch.sh: Explictly specify all method levels.  When a
1867         variable with an empty level, provide a non-multi-arch default.
1868         (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
1869         * gdbarch.h: Re-generate.
1870         * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete.  Always defined.
1871         * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
1872
1873 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
1874
1875         * defs.h (host_pointer_to_address): Delete declaration.
1876         (address_to_host_pointer): Delete declaration.
1877         * utils.c (host_pointer_to_address): Delete function.
1878         (address_to_host_pointer): Delete function.
1879         * procfs.c (procfs_address_to_host_pointer): New function.
1880         * procfs.c (proc_set_watchpoint): Use.
1881         (procfs_can_use_hw_breakpoint): Update comments.
1882         * somsolib.c (hpux_address_to_host_pointer_hack): New function.
1883         (som_solib_add): Use.
1884         * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
1885         * hppa-tdep.c (unwind_command): Use.
1886         
1887 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
1888
1889         * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
1890         strlen d_name.
1891
1892         * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
1893         ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
1894         (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
1895         * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
1896         (define_symbol): Update.
1897         * symfile.c (generic_load): Remove references to nindy.
1898         * symtab.c: Remove references to nindy.
1899
1900 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
1901
1902         * infcmd.c (print_float_info): Delete code conditional on
1903         FLOAT_INFO.
1904         * config/nm-lynx.h: Delete #undef FLOAT_INFO.  Update copyright.
1905         * config/m68k/nm-apollo68b.h: Ditto.
1906         * config/i386/tm-ptx.h (FLOAT_INFO): Delete.  Update copyright.
1907         * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
1908         * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
1909
1910 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
1911
1912         * config/i386/tm-i386os9k.h: Removed.
1913
1914         * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
1915         Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
1916         they're identical to i[3456]86-*-sysv* now.
1917         * config/i386/i386v32.mh: Removed.
1918         * config/i386/xm-i386v32.h: Removed.
1919         * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
1920
1921         * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
1922
1923         * config/i386/i386dgux.mh: Removed.
1924         * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
1925
1926         * configure.in: Fix typo.
1927         * configure: Regenerated.
1928
1929 2003-01-31  David Carlton  <carlton@math.stanford.edu>
1930
1931         * dwarf2read.c (dwarf2_locate_sections): Set
1932         dwarf_ranges_section.
1933
1934 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
1935
1936         * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
1937         * utils.c: Update comments documenting legitimate uses of PTR.
1938         
1939         * utils.c: Re-indent.
1940
1941         * config/djgpp/fnchange.lst: Delete nindy files.
1942         * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
1943         * nindy-share/nindy.c, nindy-share/env.h: Delete files.
1944         * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
1945         * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
1946         * nindy-share/README, nindy-share/Onindy.c: Delete files.
1947         * nindy-tdep.c, nindy-share/Makefile: Delete files.
1948         * Makefile.in (init.c): Remove nindy references.
1949         (saber_gdb): Delete rule.
1950         (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
1951         nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
1952         and a68v-nat.c.
1953         (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
1954         (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
1955         (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
1956         nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
1957         nindy-share/stop.h.
1958         * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
1959         * saber.suppress: Delete file.
1960
1961 2003-01-31  Daniel Jacobowitz  <drow@mvista.com>
1962
1963         * dbxread.c (stabs_data): New static variable.
1964         (fill_symbuf): Support an in-memory buffer for stabs data.
1965         (stabs_seek): New function.
1966         (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
1967         (read_ofile_symtab): Use stabs_seek.
1968         (elfstab_build_psymtabs): Take an asection* instead of
1969         an offset and size.  Relocate the stabs data if necessary.
1970         Save the section* for dbx_psymtab_to_symtab.
1971         * dwarf2read.c: Add section variables for each debug section.
1972         (dwarf2_locate_sections): Fill them in.
1973         (dwarf2_read_section): Take an asection* argument.
1974         Relocate the section contents if necessary.
1975         (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
1976         * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
1977         it to dwarf2_read_section.
1978         (dwarf2_build_frame_info): Update callers.
1979         * elfread.c (elf_symfile_read): Update call to
1980         elfstab_build_psymtabs.
1981         * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
1982         (DBX_STAB_SECTION): New macro.
1983         * stabsread.h (elfstab_build_psymtabs): Update prototype. 
1984         * symfile.c (symfile_dummy_outputs): New function.
1985         (symfile_relocate_debug_section): New function.
1986         * symfile.h (symfile_relocate_debug_section): Add prototype.
1987
1988 2003-01-31  Richard Henderson  <rth@redhat.com>
1989
1990         * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
1991         (register_addr): ... here.  Support ALPHA_UNIQUE_REGNUM.
1992         (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
1993         * alpha-tdep.c (alpha_register_name): Add "unique".
1994         * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
1995         (ALPHA_UNIQUE_REGNUM): New.
1996         * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
1997
1998 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
1999
2000         * README: Remove reference to Ericsson 1800 monitor.
2001         * Makefile.in (remote-es.o): Delete rule.
2002         (ALLDEPFILES): Delete remote-es.c.
2003         * remote-es.c: Delete file.
2004         * config/m68k/es1800.mt: Delete file.
2005         * config/djgpp/fnchange.lst: Update.
2006         * configure.tgt: Delete m68*-ericsson-* target.
2007
2008 2003-01-31  Adam Fedor  <fedor@gnu.org>
2009
2010         * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
2011         Remove duplicate/shadowing variable of same name.
2012
2013 2003-01-30  Jim Blandy  <jimb@redhat.com>
2014
2015         * symfile.c (find_separate_debug_file): Assert that the objfile's
2016         directory name we compute ends with a slash, and then assume that
2017         that's so everywhere we use it.
2018
2019 2003-01-30  Daniel Jacobowitz  <drow@mvista.com>
2020
2021         * valops.c (value_assign): Flush frame cache after stores to memory
2022         also.
2023
2024 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
2025
2026         * Makefile.in (mon960-rom.o): Delete rule.
2027         * mon960-rom.c: Delete file.
2028
2029 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
2030
2031         * d10v-tdep.c: Include "frame-unwind.h".
2032         (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
2033         list.
2034         (next_addr, uses_frame): Delete.
2035         (struct d10v_unwind_cache): Define.
2036         (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
2037         Use info instead of next_addr and uses_frame globals.
2038         (d10v_frame_init_saved_regs): Delete function.
2039         (d10v_init_extra_frame_info): Delete function.
2040         (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
2041         frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
2042         init_frame_pc or frame_saved_pc.
2043         (d10v_pop_frame): Delete function.
2044         (do_d10v_pop_frame): Delete function.
2045         (d10v_frame_chain): Delete function.
2046         (d10v_frame_chain_valid): Delete function.
2047         (d10v_frame_pc_unwind): New function.
2048         (d10v_frame_id_unwind): New function.
2049         (saved_regs_unwinder): New function.
2050         (d10v_frame_register_unwind): New function.
2051         (d10v_frame_pop): New function.
2052         (d10v_frame_unwind): New variable.
2053         (d10v_frame_p): New function.
2054         (d10v_frame_saved_pc): Delete function.
2055         * Makefile.in (d10v-tdep.o): Update dependencies.
2056
2057 2003-01-30  J. Brobecker  <brobecker@gnat.com>
2058
2059         * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
2060         causing some regressions due to a change in the default value
2061         for this macro.
2062
2063 2003-01-29  Richard Henderson  <rth@redhat.com>
2064             Elena Zannoni  <ezannoni@redhat.com>
2065             Daniel Jacobowitz  <drow@mvista.com>
2066
2067         Fix PR gdb/961.
2068         * dwarf2read.c  (dwarf_ranges_offset, dwarf_ranges_size): New
2069         variables.
2070         (RANGES_SECTION): New.
2071         (dwarf_ranges_buffer): New variable.
2072         (struct comp_unit_head): Add member "die".
2073         (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
2074         (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
2075         (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
2076         (dwarf2_locate_sections): Likewise.
2077         (dwarf2_build_psymtabs): Read .debug_ranges.
2078         (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
2079         (psymtab_to_symtab_1): Swap dwarf_ranges in.  Set cu_header.die.
2080         (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
2081         Look for DW_AT_ranges and return the bounding box.
2082
2083 2003-01-29  Brian Ford <ford@vss.fsi.com>
2084
2085         * win32-nat.c (cygwin_pid): Removed as unused.
2086         (child_attach): Try fall back to Cygwin pid.
2087
2088 2003-01-29  Jim Blandy  <jimb@redhat.com>
2089
2090         * objfiles.h (struct objfile): Doc fix.
2091
2092 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
2093
2094         * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
2095         (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
2096         (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
2097         (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
2098         * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
2099         (FRAME_SAVED_PC): Change to a function with predicate.
2100         * gdbarch.h, gdbarch.c: Re-generate.
2101
2102 2003-01-28  Andrew Cagney  <ac131313@redhat.com>
2103
2104         * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
2105
2106         * complaints.c (complain): Delete function.
2107         * complaints.h (struct deprecated_complaint): Delete definition.
2108         (complain): Delete declaration.
2109
2110 2003-01-28  Kevin Buettner  <kevinb@redhat.com>
2111
2112         * mips-tdep.c (mips_init_extra_frame_info): Return early for
2113         dummy frames.
2114
2115 2003-01-27  Andrew Cagney  <ac131313@redhat.com>
2116
2117         * sentinel-frame.h, sentinel-frame.c: New files.
2118         * Makefile.in (frame.o): Update dependencies.
2119         (SFILES): Add sentinel-frame.c.
2120         (sentinel_frame_h): Define.
2121         (COMMON_OBS): Add sentinel-frame.o.
2122         (sentinel-frame.o): Specify dependencies.
2123         * frame.c: Include "sentinel-frame.h".
2124         (frame_register_unwind): Rewrite assuming that there is always a a
2125         ->next frame.
2126         (frame_register, generic_unwind_get_saved_register): Ditto.
2127         (frame_read_unsigned_register, frame_read_signed_register): Ditto.
2128         (create_sentinel_frame, unwind_to_current_frame): New functions.
2129         (get_current_frame): Rewrite using create_sentinel_frame and
2130         unwind_to_current_frame.  When possible, always create a frame.
2131         (create_new_frame): Set next to the sentinel frame.
2132         (get_next_frame): Rewrite.  Don't go below the level 0 frame.
2133         (deprecated_update_frame_pc_hack): Update the next frame's PC and
2134         ID cache when necessary.
2135         (frame_saved_regs_id_unwind): Use frame_relative_level.
2136         (deprecated_generic_get_saved_register): Use frame_relative_level,
2137         get_frame_saved_regs, get_frame_pc, get_frame_base and
2138         get_next_frame.
2139         (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
2140         frame_register.
2141
2142 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
2143
2144         * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
2145
2146 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
2147
2148         * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
2149         (maintenance_set_profile_cmd): Use error () instead of warning ().
2150
2151 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
2152
2153         * configure.in: Check that -pg works if using --enable-profiling.
2154         Check for monstartup and _mcleanup regardless of --enable-profiling.
2155         * maint.c: Check for monstartup and _mcleanup before using them.
2156         * config.in: Regenerated.
2157         * configure: Regenerated.
2158
2159 2003-01-24  Nick Clifton  <nickc@redhat.com>
2160
2161         * Add sh2e support:
2162
2163         2002-04-02  Elena Zannoni  <ezannoni@redhat.com>
2164
2165                 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
2166                 (sh2e_show_regs): New.
2167                 (sh_gdbarch_init): Handle bfd_mach_sh2e.
2168                 * config/sh/tm-sh.h: Added sh2e to comments.
2169
2170 2003-01-23  Jim Blandy  <jimb@redhat.com>
2171
2172         * symfile.c (syms_from_objfile): Don't print the "(no debugging
2173         symbols found)" message here; we haven't checked for a separate
2174         debug info file yet, so we don't know yet.
2175         (symbol_file_add_with_addrs_or_offsets): Print it here, after
2176         we've looked everywhere.  Also, there's no need to print a special
2177         message when we're loading the separate debug info file: the one
2178         symbol_file_add prints is fine.
2179
2180 2003-01-23  Alexander Larsson <alexl@redhat.com>
2181             Jim Blandy  <jimb@redhat.com>
2182
2183         Add support for executables whose debug info has been separated
2184         out into a separate file, leaving only a link behind.
2185         * objfiles.h (struct objfile): New fields: separate_debug_objfile
2186         and separate_debug_objfile_backlink.
2187         (put_objfile_before): New declaration.
2188         * symfile.c: #include "filenames.h".
2189         (symbol_file_add_with_addrs_or_offsets): If this objfile has its
2190         debug info in a separate file, read that, too. Save the addrs
2191         argument, so we can use it again to read the separated debug info;
2192         syms_from_objfile modifies the table we pass it.
2193         (reread_symbols): After re-reading an objfile, call
2194         reread_separate_symbols to refresh its separate debug info
2195         objfile, if it has one.
2196         (reread_separate_symbols, find_separate_debug_file,
2197         get_debug_link_info, separate_debug_file_exists): New functions.
2198         (debug_file_directory): New global var.
2199         (_initialize_symfile): Initialize debug_file_directory, and
2200         provide the new `set debug-file-directory' command to let the user
2201         change it.
2202         * objfiles.c (free_objfile): If this objfile has its debug info in
2203         a separate objfile, free that one too.  If this is itself a
2204         separate debug info objfile, clear our parent's backlink.
2205         (put_objfile_before): New function.
2206         * utils.c (gnu_debuglink_crc32): New function.
2207         * defs.h (gnu_debuglink_crc32): New declaration.
2208         * Makefile.in (symfile.o): Note dependency on "filenames.h".
2209         * configure.in: Handle --with-separate-debug-dir config option.
2210         * acinclude.m4 (AC_DEFINE_DIR): New macro.
2211         * acconfig.h (DEBUGDIR): New macro.
2212         * configure, aclocal.m4, config.in: Regenerated.
2213
2214 2003-01-22  Jim Blandy  <jimb@redhat.com>
2215
2216         * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
2217         like the old symbol_file_add, but taking new arguments: you can
2218         now pass in either a `struct section_addr_info' list to say where
2219         each section is loaded, or a `struct section_offsets' table.  Pass
2220         these new arguments through to syms_from_objfile as appropriate.
2221         (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets, 
2222         with the appropriate quiescent values for the new arguments.
2223
2224         * symfile.c: #include "gdb_assert.h".
2225         (syms_from_objfile): Add the ability to pass in a section offset
2226         table directly, as an alternative to the section_addr_info table.
2227         Document arguments better.
2228         (symbol_file_add): Pass extra arguments to syms_from_objfile.
2229         * symfile.h (syms_from_objfile): Update declaration.
2230         * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
2231         syms_from_objfile.
2232         * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
2233
2234 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
2235
2236         Original patch by Tom Tromey <tromey@cygnus.com> and
2237         Jason Molenda <jmolenda@apple.com>.
2238         * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
2239         (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
2240         * NEWS: Mention profiling.
2241         * configure.in (--enable-gdbtk): Fix typo.
2242         (--enable-profiling): New.  Set PROFILE_CFLAGS.
2243         * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
2244         Fill in function.
2245         (profiling_state): New variable.
2246         (mcleanup_wrapper): New function.
2247         (_initialize_maint): Remove NOTYET, fix call to
2248         add_setshow_boolean_cmd for "maint set profile".
2249         * configure: Regenerated.
2250
2251 2003-01-21  Martin M. Hunt  <hunt@redhat.com>
2252
2253         * Makefile.in (install-gdbtk): Install PNG images too.
2254
2255 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
2256
2257         * exec.c (text_start): Delete global variable.
2258         (exec_file_attach): Make text_start local to the function.
2259         * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
2260         * valops.c (hand_function_call): Delete code that handles
2261         BEFORE_TEXT_END and AFTER_TEXT_END.
2262         * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
2263         of CALL_DUMMY_LOCATION.
2264         * gdbarch.c: Regenerate.
2265         * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
2266         (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
2267         * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
2268         (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
2269         (text_end): Delete extern declaration.
2270
2271 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
2272
2273         * frame.h (FRAME_OBSTACK_ZALLOC): Define.
2274         * blockframe.c (backtrace_below_main): Move to "frame.c".
2275         (frame_chain_valid): Delete check for backtrace_below_main.
2276         (_initialize_blockframe): Delete initialization, move ``set
2277         backtrace-below-main'' command to "frame.c".
2278         (do_flush_frames_sfunc): Delete function.
2279         * frame.c: Include "command.h" and "gdbcmd.h".
2280         (frame_type_from_pc): New function.
2281         (create_new_frame): Use frame_type_from_pc.
2282         (legacy_get_prev_frame): New function.
2283         (get_prev_frame): Rewrite.  When an old style frame, call
2284         legacy_get_prev_frame.  Otherwize, unwind the PC first.
2285         (_initialize_frame): Add ``set backtrace-below-main'' command.
2286         * Makefile.in (frame.o): Update dependencies.
2287
2288 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
2289
2290         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
2291         DEPRECATED_REGISTERS_INFO.
2292
2293 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
2294
2295         * MAINTAINERS: Replace `Blanket Write Privs' with `Global
2296         Maintainers'.  Update `Various Maintainers'.
2297
2298 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
2299
2300         * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
2301         * gdbarch.sh (POP_FRAME): Change to function with predicate.
2302         Suppress actual parameters when `-'.
2303         * gdbarch.h, gdbarch.c: Regenerate.
2304
2305 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
2306
2307         * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
2308         code handling dummy frames.
2309
2310 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
2311
2312         * frame-unwind.h (frame_unwind_pop_ftype): Declare.
2313         (struct frame_unwind): Add field pop.
2314         * frame.h (frame_pop): Declare.
2315         * frame.c (frame_saved_regs_pop): New function.
2316         (trad_frame_unwinder): Add frame_saved_regs_pop.
2317         (frame_pop): New function.
2318         * dummy-frame.c (dummy_frame_pop): New function.
2319         (discard_innermost_dummy): New function.
2320         (generic_pop_dummy_frame): Use discard_innermost_dummy.
2321         (dummy_frame_unwind): Add dummy_frame_pop.
2322         * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
2323         * valops.c (hand_function_call): Ditto.
2324         * stack.c (return_command): Ditto.
2325
2326 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
2327
2328         * cris-tdep.c: Fix function declaration indentation.
2329         * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
2330         * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
2331         * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
2332         * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
2333         * xcoffread.c, config/pa/tm-hppa.h: Ditto.
2334         * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
2335
2336 2003-01-18  Michael Chastain  <mec@shout.net>
2337
2338         * README (Unpacking and Installation -- quick overview):
2339         Warn against ".../gdb-5.3/gdb/configure".
2340
2341 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
2342
2343         * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
2344         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2345         (struct frame_unwind): Declare opaque.
2346         (dummy_frame_p): Declare function.
2347         * dummy-frame.c (dummy_frame_id_unwind): Make static.
2348         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2349         * dummy-frame.c: Include "frame-unwind.h".
2350         (dummy_frame_p): New function.
2351         (dummy_frame_unwind): New variable.
2352         * frame.c: Include "frame-unwind.h".
2353         (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
2354         to use the new unwind field.
2355         (set_unwind_by_pc): Delete function.
2356         (create_new_frame, get_prev_frame): Set unwind field using
2357         frame_unwind_find_by_pc.
2358         (trad_frame_unwind, trad_frame_unwinder): New variables.
2359         * frame.h (trad_frame_unwind): Declare variable.
2360         (frame_id_unwind_ftype): Delete declaration.
2361         (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
2362         (struct frame_unwind): Declare opaque.
2363         (struct frame_info): Replace the fields id_unwind, pc_unwind and
2364         register_unwind with a single unwind pointer.
2365         * frame-unwind.h, frame-unwind.c: New files.
2366         * Makefile.in (SFILES): Add frame-unwind.c.
2367         (frame_unwind_h): Define.
2368         (COMMON_OBS): Add frame-unwind.o.
2369         (frame-unwind.o): Specify dependencies.
2370         (frame.o, dummy-frame.o): Update dependencies.
2371         
2372 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
2373
2374         * ada-valprint.c: Eliminate PTR.
2375         * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
2376         * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
2377         * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
2378         * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
2379         * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
2380         * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
2381         * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
2382         
2383 2003-01-17  Andrew Cagney  <ac131313@redhat.com>
2384
2385         * main.c (captured_main): Don't use PTR.
2386         * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
2387         * gdbtypes.c (lookup_primitive_typename): Ditto.
2388         (lookup_struct_elt_type): Ditto.
2389         * f-valprint.c (info_common_command): Ditto.
2390         (list_all_visible_commons): Ditto.
2391         * jv-typeprint.c (java_type_print_base): Ditto.
2392
2393         * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
2394         mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
2395         Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c.  Rename
2396         i386-interix-nat.c and i386-interix-tdep.c.  Rename
2397         m68klinux-nat.c and m68klinux-tdep.c.  Rename
2398         config/mips/tm-linux.h and config/mips/tm-linux64.h.  Rename
2399         bfd/po/.cvsignore and opcodes/po/.cvsignore.  Rename
2400         gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
2401         * main.c (captured_main): Use xfree, not free.
2402
2403 2003-01-16  Andrew Cagney  <ac131313@redhat.com>
2404
2405         * frame.h (frame_id_unwind_ftype): Change type so that the frame's
2406         ID back using a parameter.
2407         * frame.c (frame_id_unwind): Update call.
2408         (frame_saved_regs_id_unwind): Update.
2409         * dummy-frame.c (dummy_frame_id_unwind): Update function.
2410         * dummy-frame.h (struct frame_id): Add opaque declaration.
2411         (dummy_frame_id_unwind): Update declaration.
2412
2413 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
2414
2415         * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
2416
2417 2003-01-15  Stephen P. Smith <ischis2@cox.net>
2418
2419         * MAINTAINERS (Stephen P. Smith): Updated email address.
2420
2421 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
2422
2423         Fix PR gdb/898
2424         * breakpoint.c (until_break_command): Add new argument.  Use it to
2425         decide whether to stop only at the current frame or not.
2426         * breakpoint.h (until_break_command): Update prototype.
2427         * infcmd.c (until_command): Add new argument to until_break_command
2428         call.
2429         (advance_command): New function.
2430         (_initialize_infcmd): Update help string for 'until' command.
2431         Add new 'advance' command.
2432
2433 2003-01-14  David Carlton  <carlton@math.stanford.edu>
2434
2435         * linespec.c (decode_line_1): Normalize comments.
2436         (set_flags): Ditto.
2437         (locate_first_half): Ditto.
2438         (decode_compound): Ditto.
2439         (symtab_from_filename): Ditto.
2440         (decode_all_digits): Ditto.
2441         (decode_dollar): Ditto.
2442         (find_methods): Ditto.
2443         (find_toplevel_char): Ditto.
2444
2445 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
2446
2447         * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
2448         * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
2449         * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
2450         * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
2451         * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
2452         * language.c, language.h, m32r-tdep.c: Update copyright.
2453         * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
2454         * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
2455         * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
2456         * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
2457         * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
2458         * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
2459
2460 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
2461
2462         * stabsread.h (process_later, resolve_cfront_continuation):
2463         Obsolete.
2464         Update copyright years.
2465         * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
2466         Update copyright year.
2467         * dbxread.c(struct cont_elem): Obsolete.
2468         (process_later, process_now): Obsolete functions. 
2469         (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
2470         Update copyright year.
2471         * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
2472         (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
2473         * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
2474         (parse_partial_symbols): Obsolete cfront support.
2475         * stabsread.c
2476         (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
2477         macros.
2478         (get_substring, get_cfront_method_physname, msg_unknown_complaint,
2479         read_cfront_baseclasses, read_cfront_member_functions,
2480         resolve_cfront_continuation,read_cfront_static_fields,
2481         copy_cfront_struct_fields): Obsolete functions.
2482         (define_symbol, read_one_struct_field): Obsolete cfront support.
2483         * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
2484         Update Copyright year.
2485
2486 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
2487
2488         * stack.c (print_frame_info, print_stack_frame_base_stub,
2489         print_stack_frame_base, show_and_print_stack_frame_stub,
2490         show_and_print_stack_frame, print_only_stack_frame_stub,
2491         print_only_stack_frame): Delete functions.
2492         (print_stack_frame_stub): Call print_frame_info instead of
2493         print_frame_info_base.
2494         (print_frame_info_base): Rename to print_frame_info.
2495         (backtrace_command_1): Call print_frame_info, instead of
2496         print_frame_info_base.
2497         (current_frame_command): Call print_stack_frame, instead of
2498         print_only_stack_frame.
2499         (frame_command): Call print_stack_frame, instead of
2500         show_and_print_stack_frame.
2501         (up_command): Ditto.
2502         (down_command): Ditto.
2503         * frame.h (print_only_stack_frame): Delete prototype.
2504         * infrun.c (normal_stop): Call print_stack_frame, instead of
2505         show_and_print_stack_frame.
2506         * thread.c (info_threads_command): Call print_stack_frame, instead
2507         of print_only_stack_frame.
2508
2509 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
2510
2511         * README (Graphical interface to GDB): Update URL.  Point at
2512         gdb/links/.
2513
2514         * gdb_indent.sh: Update to version 2.2.9.  Warn when not exact
2515         version match.
2516
2517 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
2518
2519         * symtab.c (find_pc_sect_line): Don't consider end-of-function
2520         lines.
2521
2522 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
2523
2524         * thread-db.c (attach_thread): Prototype.
2525         (struct private_thread_info): Remove lwpid.  Add thread handle (th),
2526         thread information (ti), and valid flags (th_valid, ti_valid).
2527         (attach_thread): Move target_pid_to_str call to after the thread
2528         is added to GDB's list.  Initialize the cache.
2529         (thread_get_info_callback, thread_db_map_id2thr)
2530         (thread_db_get_info): New functions.
2531         (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
2532         (thread_db_store_registers, thread_db_thread_alive)
2533         (thread_db_get_thread_local_address): Use them.
2534         (thread_db_pid_to_str): Likewise.  Return "Missing" instead
2535         of calling error() for threads in unknown state.
2536
2537         (clear_lwpid_callback): New function.
2538         (thread_db_resume): Use it to clear the cache.
2539
2540 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
2541
2542         * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
2543         (resume_callback): Remove dead code.
2544
2545 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
2546
2547         * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
2548         predicate.
2549         * gdbarch.h, gdbarch.c: Regenerate.
2550         * stack.c (frame_info): Only initialize the saved registers when
2551         FRAME_INIT_SAVED_REGS_P.
2552         * frame.c (frame_saved_regs_register_unwind): Assert
2553         FRAME_INIT_SAVED_REGS_P.
2554         (deprecated_generic_get_saved_register): Ditto.
2555
2556 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
2557
2558         * source.c (openp): Squelch warning about "filename".
2559
2560 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
2561
2562         * source.c (openp): If the file does not exist don't necessarily
2563         search the path.
2564
2565 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
2566
2567         Fix PR gdb/872.
2568         * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
2569         (integer_types_same_name_p): New function.
2570         (rank_one_type): Use it.
2571         * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
2572
2573 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
2574
2575         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
2576         variables.
2577         (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
2578         * configure.in: Add --with-sysroot.
2579         * configure: Regenerated.
2580         * main.c (gdb_sysroot): New variable.
2581         (captured_main): Initialize gdb_sysroot.
2582         * defs.h (gdb_sysroot): New extern declaration.
2583         * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
2584
2585 2003-01-12  Michael Chastain  <mec@shout.net>
2586
2587         * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
2588
2589 2003-01-12  Michael Chastain  <mec@shout.net>
2590
2591         * top.c (print_gdb_version): Bump copyright year to 2003.
2592
2593 2003-01-12  David Carlton  <carlton@bactrian.org>
2594
2595         * linespec.c (symtab_from_filename): Rename variable 's' to
2596         'file_symtab'.
2597
2598 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
2599
2600         * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
2601         dummy frame.
2602         (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
2603
2604 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
2605
2606         * d10v-tdep.c: Include "gdb_assert.h".
2607         (d10v_store_return_value): Rewrite to match current interface.
2608         (d10v_extract_struct_value_address): Ditto.
2609         (d10v_extract_return_value): Ditto.
2610         (d10v_gdbarch_init): Set store_restore_value,
2611         extract_struct_value_address and extract_return_value.
2612
2613 2003-01-12  J. Brobecker  <brobecker@gnat.com>
2614
2615         * hpread.c (set_namestring): New procedure replacing the
2616         SET_NAMESTRING macro.
2617         (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
2618         by calls to set_namestring.
2619
2620 2003-01-11  J. Brobecker  <brobecker@gnat.com>
2621
2622         * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
2623         a compilation warning.
2624         (hpread_process_one_debug_symbol): Likewise.
2625
2626 2003-01-10  David Carlton  <carlton@math.stanford.edu>
2627
2628         * linespec.c (decode_line_1): Rename variable 's' to
2629         'file_symtab'.
2630         (decode_all_digits): Rename argument 's' to 'file_symtab'.
2631         (decode_dollar): Ditto.
2632         (decode_variable): Ditto.
2633         (symbol_found): Ditto.
2634
2635 2003-01-09  Michael Chastain  <mec@shout.net>
2636
2637         * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2638
2639 2003-01-07  Corinna Vinschen  <vinschen@redhat.com>
2640
2641         * win32-nat.c (set_process_privilege): New function.
2642         (child_attach): Call set_process_privilege() to enable the
2643         SE_DEBUG_NAME user privilege if available in process token.
2644
2645 2003-01-10  J. Brobecker  <brobecker@gnat.com>
2646
2647         * hpread.c (hpread_process_one_debug_symbol): Fix a small
2648         compilation error in the previous revision.
2649
2650 2003-01-09  David Carlton  <carlton@math.stanford.edu>
2651
2652         * linespec.c: Update copyright.
2653
2654 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
2655
2656         * lin-lwp.c (child_wait): Ignore exit statuses for processes other
2657         than inferior_ptid.
2658         (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
2659
2660 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
2661
2662         * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
2663         Update comments.
2664         * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
2665         (frame_saved_regs_zalloc): Update.
2666         (frame_saved_regs_register_unwind): Update.
2667         (create_new_frame): Update.
2668         (get_prev_frame): Update.
2669         (frame_extra_info_zalloc): Update.
2670         (deprecated_get_frame_saved_regs): Update.
2671         * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
2672         * cris-tdep.c: Update comment.
2673
2674         * somsolib.h: Fix function indentation.
2675         * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
2676         * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
2677         * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
2678         * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
2679         * somsolib.c, inftarg.c: Remove assignment in if conditional.
2680
2681         * infrun.c (follow_fork): Use ISO C definition.
2682         * expprint.c (print_subexp): Use xfree instead of free.
2683         * charset.c: Include "gdb_string.h" instead of <string.h>.
2684         (register_iconv_charsets): Use ISO C definition.
2685         (host_charset, target_charset): Ditto.
2686         * Makefile.in (charset.o): Update dependencies.
2687         (mi-cmd-env.o): Update dependencies.
2688
2689 2003-01-08  Andrew Cagney  <cagney@redhat.com>
2690
2691         * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
2692         get_frame_base.
2693
2694 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
2695
2696         * gdb_mbuild.sh: Add --keep option.  When specified, keep the
2697         build directories.  Save edited gdb output in Mbuild.log.  If a
2698         build fails, remove any final GDB executable.
2699
2700 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
2701
2702         * gdb_mbuild.sh: Edit the output of `maint print architecture'
2703         replacing hex constants with function names and stripping leading
2704         file name directory prefixes.
2705
2706 2003-01-08  Andrew Cagney  <cagney@redhat.com>
2707
2708         * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
2709         get_frame_base.
2710
2711 2003-01-08  David Carlton  <carlton@math.stanford.edu>
2712
2713         * linespec.c (decode_line_1): Move code into decode_variable.
2714         (decode_variable): New function.
2715
2716 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
2717
2718         * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
2719
2720 2003-01-08  Andrew Cagney  <cagney@redhat.com>
2721
2722         * cris-tdep.c (cris_frame_init_saved_regs): Use
2723         get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
2724         saved_regs buffer.
2725         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
2726         (sh64_nofp_frame_init_saved_regs): Ditto.
2727         (sh_fp_frame_init_saved_regs): Ditto.
2728         * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
2729         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2730         * mcore-tdep.c (analyze_dummy_frame): Ditto.
2731         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2732
2733 2003-01-08  Daniel Jacobowitz  <drow@mvista.com>
2734
2735         * minsyms.c (lookup_minimal_symbol): Update comment.
2736         (lookup_minimal_symbol_text): Update comment.  Use the hash table.
2737         (lookup_minimal_symbol_solib_trampoline): Likewise.
2738
2739 2003-01-08  Andrew Cagney  <cagney@redhat.com>
2740
2741         * d10v-tdep.c (d10v_init_extra_frame_info): Use
2742         frame_relative_level.
2743
2744         * alpha-tdep.c: Use get_frame_extra_info.
2745         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2746         * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
2747         * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2748         * sparc-tdep.c, xstormy16-tdep.c: Ditto.
2749
2750         * alpha-tdep.c: Use get_next_frame.
2751         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2752         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2753         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
2754         * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
2755         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
2756         * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
2757         * xstormy16-tdep.c: Ditto.
2758         
2759 2003-01-07  Andrew Cagney  <cagney@redhat.com>
2760
2761         * alpha-tdep.c: Use get_frame_base.
2762         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2763         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2764         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2765         * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2766         * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
2767         * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2768         * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
2769         * config/sparc/tm-sparc.h: Ditto.
2770         
2771 2003-01-07  Andrew Cagney  <cagney@redhat.com>
2772
2773         * frame.c (deprecated_get_frame_context): New function.
2774         (deprecated_set_frame_context): New function.
2775         * frame.h (deprecated_get_frame_context): Declare.
2776         (deprecated_set_frame_context): Declare.
2777         * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
2778         (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
2779         
2780 2003-01-07  Andrew Cagney  <cagney@redhat.com>
2781
2782         * frame.c (deprecated_set_frame_next_hack): New function.
2783         (deprecated_set_frame_prev_hack): New function.
2784         * frame.h (deprecated_set_frame_next_hack): Declare.
2785         (deprecated_set_frame_prev_hack): Declare.
2786         * mcore-tdep.c (analyze_dummy_frame): Use
2787         deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
2788         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2789
2790 2003-01-07  David Carlton  <carlton@math.stanford.edu>
2791
2792         * linespec.c (decode_line_1): Move code into decode_dollar.
2793         (decode_dollar): New function.
2794
2795 2003-01-07  Andrew Cagney  <cagney@redhat.com>
2796
2797         * arm-tdep.c (arm_init_extra_frame_info): Use
2798         deprecated_update_frame_base_hack.
2799         * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
2800         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2801         (fix_frame_pointer): Ditto.
2802         (mn10300_analyze_prologue): Ditto.
2803
2804 2003-01-07  Andrew Cagney  <cagney@redhat.com>
2805
2806         * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
2807         extra_info using frame_extra_info_zalloc.
2808         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2809         * sh-tdep.c (sh_init_extra_frame_info): Ditto.
2810         (sh64_init_extra_frame_info): Ditto.
2811         * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
2812         * s390-tdep.c (s390_init_extra_frame_info): Ditto.
2813         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2814         * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
2815         * frv-tdep.c (frv_init_extra_frame_info): Ditto.
2816         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
2817         * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
2818         * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
2819         * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
2820         * cris-tdep.c (cris_init_extra_frame_info): Ditto.
2821         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2822         * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
2823
2824         * mn10300-tdep.c (analyze_dummy_frame): Use
2825         deprecated_set_frame_extra_info_hack.
2826         * mcore-tdep.c (analyze_dummy_frame): Ditto.
2827
2828 2003-01-07  J. Brobecker  <brobecker@gnat.com>
2829
2830         * mdebugread.c (parse_symbol): Skip stProc entries which storage
2831         class is not scText. These do not define "real" procedures.
2832         (parse_partial_symbols): Likewise.
2833
2834 2003-01-06  Michael Snyder  <msnyder@redhat.com>
2835
2836         * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
2837
2838 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
2839
2840         * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
2841         * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
2842         * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
2843         deprecated_frame_xmalloc_with_cleanup.
2844         * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
2845         deprecated_frame_xmalloc.
2846         * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
2847         * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
2848
2849 2003-01-06  Andrew Cagney  <cagney@redhat.com>
2850
2851         * x86-64-linux-tdep.c: Include "osabi.h".
2852         * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
2853
2854         * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
2855
2856 2003-01-06  Andrew Cagney  <cagney@redhat.com>
2857
2858         * MAINTAINERS (Target Instruction Set Architectures): Update
2859         arm-elf.  Can be built with -Werror, has been multiarched.
2860
2861         * value.h (unpack_long): Make buffer parameter constant.
2862         (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
2863         * scm-lang.h (scm_parse): Ditto.
2864         * defs.h (extract_typed_address, extract_address): Ditto.
2865         (extract_long_unsigned_integer): Ditto.
2866         * inferior.h (unsigned_pointer_to_address): Ditto.
2867         (signed_pointer_to_address): Ditto.
2868         * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
2869         * gdbarch.h, gdbarch.c: Regenerate.
2870         * findvar.c (extract_long_unsigned_integer): Update.
2871         (extract_address): Update.
2872         (extract_typed_address): Update.
2873         (unsigned_pointer_to_address): Update.
2874         * values.c (unpack_long): Update.
2875         (unpack_double): Update.
2876         (unpack_pointer): Update.
2877         (unpack_field_as_long): Update.
2878         * d10v-tdep.c (d10v_pointer_to_address): Update.
2879         * avr-tdep.c (avr_pointer_to_address): Update.
2880         * scm-lang.c (scm_unpack): Update.
2881         * findvar.c (signed_pointer_to_address): Update.
2882
2883 2003-01-06  Michal Ludvig  <mludvig@suse.cz>
2884
2885         * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore 
2886         since it is in i386-tdep.c.
2887
2888 2003-01-06  J. Brobecker  <brobecker@gnat.com>
2889
2890         * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
2891         failure introduced in the previous change.
2892
2893 2003-01-05  Michael Chastain  <mec@shout.net>
2894
2895         * README: Remove references to deleted remote-*.c files:
2896         remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
2897         remote-nrom.c, remote-os9k.c, remote-udi.c.
2898
2899 2003-01-05  Mark Kettenis  <kettenis@gnu.org>
2900
2901         * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
2902         * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
2903         i386_get_longjmp_target.
2904
2905 2003-01-05  Andrew Cagney  <ac131313@redhat.com>
2906
2907         * arm-tdep.c (prologue_cache): Change to a pointer.
2908         (_initialize_arm_tdep): Allocate prologue_cache.
2909         (check_prologue_cache): Update.
2910         (save_prologue_cache): Update.
2911         (arm_gdbarch_init): Update.
2912
2913 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2914
2915         * stabsread.c (update_method_name_from_physname): Call complaint()
2916         instead of error.
2917
2918 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2919
2920         * arm-tdep.c (arm_frame_chain_valid):  Remove unnecessary test.
2921         * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
2922         * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
2923
2924         * blockframe.c: Include "gdbcmd.h" and "command.h".
2925         (backtrace_below_main): New variable.
2926         (file_frame_chain_valid, func_frame_chain_valid)
2927         (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
2928         (generic_func_frame_chain_valid): Remove functions.
2929         (frame_chain_valid, do_flush_frames_sfunc): New functions.
2930         (_initialize_blockframe): New function.
2931         * Makefile.in (blockframe.o): Update dependencies.
2932         * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
2933         comment.  Call frame_chain_valid ().
2934         * frame.h: Remove old prototypes.  Add prototype for
2935         frame_chain_valid and update comments to match.
2936         * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
2937         Remove old comment.
2938         * gdbarch.h: Regenerated.
2939         * gdbarch.c: Regenerated.
2940
2941         * alpha-tdep.c (alpha_gdbarch_init): Don't call
2942         set_gdbarch_frame_chain_valid.
2943         * avr-tdep.c (avr_gdbarch_init): Likewise.
2944         * cris-tdep.c (cris_gdbarch_init): Likewise.
2945         * frv-tdep.c (frv_gdbarch_init): Likewise.
2946         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2947         * i386-tdep.c (i386_svr4_init_abi): Likewise.
2948         (i386_nw_init_abi): Likewise.
2949         (i386_gdbarch_init): Likewise.
2950         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
2951         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2952         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
2953         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2954         * mips-tdep.c (mips_gdbarch_init): Likewise.
2955         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2956         * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
2957         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
2958         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2959         * s390-tdep.c (s390_gdbarch_init): Likewise.
2960         * sh-tdep.c (sh_gdbarch_init): Likewise.
2961         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2962         * v850-tdep.c (v850_gdbarch_init): Likewise.
2963         * vax-tdep.c (vax_gdbarch_init): Likewise.
2964         * x86-64-tdep.c (x86_64_init_abi): Likewise.
2965
2966         * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
2967         * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
2968         * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
2969         * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
2970         * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
2971         * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
2972         * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
2973         * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
2974
2975 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
2976
2977         * Makefile.in (acconfig_h): Remove incorrect macro.
2978         (config_h): Define.
2979         (osabi.o): Update dependencies.
2980         * configure.tgt: Set gdb_osabi based on target triplet.
2981         * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
2982         * configure: Regenerated.
2983         * config.in: Regenerated.
2984         * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
2985         (GDB_OSABI_DEFAULT): Define if not already defined.
2986         (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
2987         (set_osabi_string): New variables.
2988         (gdbarch_register_osabi): Add new OS ABI to
2989         gdb_osabi_available_names.
2990         (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
2991         (set_osabi, show_osabi): New functions.
2992         (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
2993
2994 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2995
2996         * arch-utils.c (gdbarch_info_init): Set osabi to
2997         GDB_OSABI_UNINITIALIZED.
2998         * gdbarch.sh: Add osabi to struct gdbarch and to struct
2999         gdbarch_info.  Include "osabi.h" in gdbarch.c.  Check osabi
3000         in gdbarch_list_lookup_by_info and in gdbarch_update_p.
3001         * gdbarch.c: Regenerated.
3002         * gdbarch.h: Regenerated.
3003         * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
3004         there's no BFD.
3005         (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
3006         * osabi.h (enum gdb_osabi): Move to defs.h.
3007         (gdbarch_init_osabi): Update prototype.
3008         * defs.h (enum gdb_osabi): Moved here.
3009         * Makefile.in: Update dependencies.
3010
3011         * alpha-tdep.h: Don't include "osabi.h".
3012         (struct gdbarch_tdep): Remove osabi member.
3013         * alpha-tdep.c: Include "osabi.h".
3014         (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
3015         iterate over arches.  Update call to gdbarch_init_osabi.
3016         (alpha_dump_tdep): Don't dump osabi.
3017         * alpha-linux-tdep.c: Include "osabi.h".
3018         * alpha-osf1-tdep.c: Include "osabi.h".
3019         * alphafbsd-tdep.c: Include "osabi.h".
3020         * alphanbsd-tdep.c: Include "osabi.h".
3021
3022         * arm-tdep.h: Don't include "osabi.h".
3023         (struct gdbarch_tdep): Remove osabi member.
3024         * arm-tdep.c: Include "osabi.h".
3025         (arm_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
3026         iterate over arches.  Update call to gdbarch_init_osabi.
3027         (arm_dump_tdep): Don't dump osabi.
3028         * arm-linux-tdep.c: Include "osabi.h".
3029         * armnbsd-tdep.c: Include "osabi.h".
3030
3031         * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
3032         Update call to gdbarch_init_osabi.
3033
3034         * i386-tdep.h: Don't include "osabi.h".
3035         (struct gdbarch_tdep): Remove osabi member.
3036         * i386-tdep.c: Include "osabi.h".
3037         (i386_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
3038         iterate over arches.  Update call to gdbarch_init_osabi.
3039         (i386_dump_tdep): Don't dump osabi.
3040         * i386-linux-tdep.c: Include "osabi.h".
3041         * i386-sol2-tdep.c: Include "osabi.h".
3042         * i386bsd-tdep.c: Include "osabi.h".
3043         * i386gnu-tdep.c: Include "osabi.h".
3044         * i386ly-tdep.c: Include "osabi.h".
3045         * i386nbsd-tdep.c: Include "osabi.h".
3046         * i386obsd-tdep.c: Include "osabi.h".
3047
3048         * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
3049         (mips_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
3050         check osabi when iterating over arches.  Update call to
3051         gdbarch_init_osabi.
3052         (mips_dump_tdep): Don't dump osabi.
3053
3054         * ns32k-tdep.h: Don't include "osabi.h".
3055         (struct gdbarch_tdep): Remove.
3056         * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
3057         gdbarch_lookup_osabi.  Don't iterate over arches.  Don't
3058         allocate tdep.  Update call to gdbarch_init_osabi.
3059         (ns32k_dump_tdep): Remove.
3060         (_initialize_ns32k_tdep): Update call to gdbarch_register.
3061         * ns32knbsd-tdep.c: Include "osabi.h".
3062
3063         * ppc-tdep.h: Don't include "osabi.h".
3064         (struct gdbarch_tdep): Remove osabi member.
3065         * rs6000-tdep.c: Include "osabi.h".
3066         (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't check
3067         osabi when iterating over arches.  Update call to
3068         gdbarch_init_osabi.
3069         (rs6000_dump_tdep): Don't dump osabi.
3070         * ppc-linux-tdep.c: Include "osabi.h".
3071         * ppcnbsd-tdep.c: Include "osabi.h".
3072
3073         * sh-tdep.h: Don't include "osabi.h".
3074         (struct gdbarch_tdep): Remove osabi member.
3075         * sh-tdep.c: Include "osabi.h".
3076         (sh_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
3077         iterate over arches.  Update call to gdbarch_init_osabi.
3078         (sh_dump_tdep): Don't dump osabi.
3079         * shnbsd-tdep.c: Include "osabi.h".
3080
3081         * sparc-tdep.c: Include "osabi.h".
3082         (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
3083         iterate over arches.  Update call to gdbarch_init_osabi.
3084         (sparc_dump_tdep): Don't dump osabi.  Do dump the rest of the
3085         tdep structure.
3086
3087         * vax-tdep.h: Don't include "osabi.h".
3088         (struct gdbarch_tdep): Remove.
3089         * vax-tdep.c: Include "osabi.h".
3090         (vax_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
3091         iterate over arches.  Don't allocate tdep.  Update call
3092         to gdbarch_init_osabi.
3093         (vax_dump_tdep): Remove.
3094         (_initialize_vax_tdep): Update call to gdbarch_register.
3095
3096 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
3097
3098         * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
3099         entirely.
3100         (breakpoint_re_set_one): Don't fetch the value for a disabled
3101         watchpoint.
3102
3103 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
3104
3105         * buildsym.h (processing_hp_compilation): Remove obsolete variable.
3106         * gdbarch.sh Remove include of "value.h" in gdbarch.h.
3107         (COERCE_FLOAT_TO_DOUBLE): Remove.
3108         * gdbarch.c: Regenerate.
3109         * gdbarch.h: Regenerate.
3110         * Makefile.in: Remove value_h from gdbarch_h.
3111         * valops.c (coerce_float_to_double): New variable.
3112         (default_coerce_float_to_double): Remove.
3113         (standard_coerce_float_to_double): Remove.
3114         (value_arg_coerce): Use coerce_float_to_double.
3115         (_initialize_valops): Add "set coerce-float-to-double".
3116         * value.h (default_coerce_float_to_double): Remove prototype.
3117         (standard_coerce_float_to_double): Remove prototype.
3118
3119         * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
3120         prototyped.
3121         * mdebugread.c (parse_symbol): Likewise.
3122         * stabsread.c (define_symbol): Mark all functions as prototyped.
3123
3124         * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
3125         * alpha-tdep.c (alpha_gdbarch_init): Remove call to
3126         set_gdbarch_coerce_float_to_double.
3127         * arm-tdep.c (arm_gdbarch_init): Likewise.
3128         * frv-tdep.c (frv_gdbarch_init): Likewise.
3129         * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
3130         * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
3131         * mips-tdep.c (mips_gdbarch_init): Likewise.
3132         (mips_coerce_float_to_double): Remove.
3133         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3134         (rs6000_coerce_float_to_double): Remove.
3135         * s390-tdep.c (s390_gdbarch_init): Likewise.
3136         * sh-tdep.c (sh_gdbarch_init): Likewise.
3137         (sh_coerce_float_to_double): Remove.
3138         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3139         (sparc_coerce_float_to_double): Remove.
3140         * v850-tdep.c (v850_gdbarch_init): Likewise.
3141         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
3142         * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3143         * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
3144         (hppa_coerce_float_to_double): Remove prototype.
3145         * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3146
3147 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
3148
3149         * regformats/reg-m68k.dat: Remove fpcode and fpflags.
3150
3151 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
3152
3153         Suggested by Stewart Brown <sb24@avaya.com>:
3154         * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
3155         in recursive calls.  Handle TYPE_CODE_TYPEDEF.
3156         (c_type_print_varspec_suffix): Likewise.
3157
3158 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
3159
3160         * configure.in: Don't set and AC_SUBST SUBDIRS.
3161         * configure: Regenerated.
3162
3163         * configure.in: Remove code dealing with shared libraries.
3164         * Makefile.in: Remove HLDFLAGS and HLDENV.
3165         * configure: Regenerated.
3166
3167 2003-01-04  Andrew Cagney  <ac131313@redhat.com>
3168
3169         * frame.c (deprecated_frame_xmalloc): New function.
3170         (deprecated_set_frame_saved_regs_hack): New function.
3171         (deprecated_set_frame_extra_info_hack): New function.
3172         * frame.h (deprecated_frame_xmalloc): Declare.
3173         (deprecated_set_frame_saved_regs_hack): Declare.
3174         (deprecated_set_frame_extra_info_hack): Declare.
3175
3176 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
3177
3178         * configure.in: Move code that provides the --enable-gdbtk option
3179         right after the code that handles the --enable-tui option, and
3180         polish it somewhat.
3181         * configure: Regenerated.
3182
3183         * configure.in: Call AC_GNU_SOURCE.  Check for pread64 using
3184         AC_CHECK_FUNCS and remove the old check for pread64.
3185         * acinclude.m4 (AC_GNU_SOURCE): New macro.
3186         * acconfig.h (_GNU_SOURCE): Add.
3187         (HAVE_PREAD64): Remove.
3188         * configure, aclocal.m4, config.in: Regenerated.
3189
3190 2003-01-03  Andrew Cagney  <ac131313@redhat.com>
3191
3192         * alpha-tdep.c: Use get_frame_saved_regs.
3193         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3194         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
3195         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
3196         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
3197         * vax-tdep.c, xstormy16-tdep.c: Ditto.
3198
3199 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
3200
3201         * configure.in: Remove all use of the SUBDIRS variable; add
3202         directories using the AC_CONFIG_SUBDIRS macro instead.  Polish
3203         code providing the --enable-multi-ice option, and move it right in
3204         front of the code that checks whether gdbserver is supported.
3205         Polish that too.
3206         * configure: Regenerated.
3207         * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
3208         @SUBDIRS@.
3209
3210 2003-01-03  Andrew Cagney  <cagney@redhat.com>
3211
3212         * alpha-tdep.c: Use deprecated_update_frame_base_hack.
3213         * avr-tdep.c, cris-tdep.c: Ditto.
3214         * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
3215         * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3216         
3217 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
3218
3219         * configure.in: Remove --enable-netrom option.
3220         * configure: Regenerated.
3221
3222 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
3223
3224         * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
3225         declaration for `struct re_pattern_buffer' instead.
3226         * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
3227
3228 2003-01-03  J. Brobecker  <brobecker@gnat.com>
3229
3230         * mdebugread.c (parse_symbol): Count until the stEnd matching
3231         the structure name.
3232
3233 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
3234
3235         * configure.in: Remove --with-cpu option.
3236         subscripts.  Remove evil changequotes here.
3237         * acconfig.h (TARGET_CPU_DEFAULT): Remove.
3238         * config.in, configure: Regenerated.
3239         
3240         * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
3241         * configure.in: Cleanup section that sources GDB and BFD configure
3242         subscripts.  Remove evil changequotes here.
3243         * config.in, configure: Regenerated.
3244
3245 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
3246
3247         * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
3248         frame accessor methods.
3249         * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3250         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
3251         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
3252         * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
3253         * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3254         * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
3255         * z8k-tdep.c: Ditto.
3256         
3257 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
3258
3259         * configure.in: Remove UI_OUT configuration code.
3260         * ada-lang.c: Update assuming UI_OUT is always true.
3261         * Makefile.in (UIOUT_CFLAGS): Remove.
3262         * configure: Regenerated.
3263         * TODO: Remove blurb about elimination of -DUI_OUT.
3264
3265         * configure.in: Move code that provides the --enable-gdbcli,
3266         --enable-gdbmi options right before the code that handles the
3267         --enable-tui option.  Polish a bit.
3268         * configure: Regenerated.
3269
3270         * configure.in: Rewrite check for GNU regex and the
3271         --without-included regex option, and move it into the "Checks for
3272         library functions" section.  This makes us use the system regex
3273         again by default on systems with version 2 of the GNU C library.
3274         This was apparently broken.
3275         * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
3276         * acconfig.h (USE_INCLUDED_REGEX): Remove.
3277         * config.in, configure: Regenerated.
3278
3279         * configure.in: Move code that provides the --enable-tui option
3280         before the "Checks for libraries" section.  Polish the code
3281         somewhat and set need_curses to yes if we build the TUI.  Rewrite
3282         code that looks for a library providing termcap functionality to
3283         match more closely what's done in the Readline library, and move
3284         it into to the "Checks for libraries" section.
3285         * configure: Regenerated.
3286         * Makefile.in (TERMCAP): Remove variable.
3287         * config/i386/go32.mh (TERMCAP): Remove variable.
3288
3289 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
3290
3291         * MAINTAINERS: Mention gdb_mbuild.sh.
3292         * gdb_mbuild.sh: Rewrite.
3293
3294 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
3295
3296         * configure.in: Fix typo in last change.
3297         * config.in, configure: Regenerated.
3298
3299 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
3300
3301         * valarith.c (value_binop): Delete obsolete code and comments.
3302         * configure.host: Ditto.
3303         * buildsym.h (make_blockvector): Ditto.
3304         * buildsym.c (make_blockvector): Ditto.
3305         * defs.h (enum language): Ditto.
3306         (chill_demangle): Ditto.
3307         * elfread.c (elf_symtab_read): Ditto.
3308         * dwarfread.c (CHILL_PRODUCER): Ditto.
3309         (set_cu_language): Ditto.
3310         (handle_producer): Ditto.
3311         * expprint.c (print_subexp): Ditto.
3312         * gdbtypes.c (chill_varying_type): Ditto.
3313         * gdbtypes.h (builtin_type_chill_bool): Ditto.
3314         (builtin_type_chill_char, builtin_type_chill_long): Ditto.
3315         (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
3316         (chill_varying_type): Ditto.
3317         * language.h (_LANG_chill): Ditto.
3318         * language.c (binop_result_type, integral_type): Ditto.
3319         (character_type, string_type, structured_type): Ditto.
3320         (lang_bool_type, binop_type_check): Ditto.
3321         * stabsread.h (os9k_stabs): Ditto.
3322         * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
3323         (define_symbol, read_type, read_struct_fields): Ditto.
3324         (read_array_type, read_enum_type, read_huge_number): Ditto.
3325         (read_range_type, start_stabs): Ditto.
3326         * symfile.c (init_filename_language_table): Ditto.
3327         (add_psymbol_with_dem_name_to_list): Ditto.
3328         * symtab.c (symbol_init_language_specific): Ditto.
3329         (symbol_init_demangled_name, symbol_demangled_name): Ditto.
3330         * symtab.h (struct general_symbol_info): Ditto.
3331         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3332         * typeprint.c (typedef_print): Ditto.
3333         * utils.c (fprintf_symbol_filtered): Ditto.
3334         * valops.c (value_cast, search_struct_field, value_slice): Delete
3335         obsolete code.
3336         (varying_to_slice): Delete function.
3337         * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
3338         (varying_to_slice): Delete declaration.
3339         * MAINTAINERS: Update.
3340
3341 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
3342
3343         * configure.in: Reorganize "Checks for library functions section"
3344         a bit.  Remove check for `btowc' and `isascii' functions.
3345         * configure: Regenerated.
3346
3347         * acconfig.h (_MSE_INT_H): Remove.
3348         * configure.in: Create "Checks for header files" section, and move
3349         appropriate tests there.  Don't check for objlist.h, wchar.h,
3350         wctype.h and asm/debugreg.h.  Rewrite Solaris 2.[78] <curses.h>
3351         misdetection fix.  Also add "Checks for types", "Checks for
3352         compiler characteristics" and "Checks for library functions"
3353         sections.
3354         * config.in, configure: Regenerated.
3355
3356         * configure.in: Create "Checks for programs" section, and move
3357         appropriate tests there.
3358
3359 2003-01-01  Mark Kettenis  <kettenis@gnu.org>
3360
3361         * configure.in: Create "Checks for libraries" section, and move
3362         appropriate tests there.  Cleanup check for wctype in libw.  Use
3363         AC_SEARCH_LIBS to see whether we need libsocket.
3364         * configure: Regenerated.
3365
3366 For older changes see ChangeLog-2002
3367 \f
3368 Local Variables:
3369 mode: change-log
3370 left-margin: 8
3371 fill-column: 74
3372 version-control: never
3373 End: