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