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