2003-01-08 Andrew Cagney <cagney@redhat.com>
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2003-01-08  Andrew Cagney  <cagney@redhat.com>
2
3         * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
4         get_frame_base.
5
6 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
7
8         * gdb_mbuild.sh: Edit the output of `maint print architecture'
9         replacing hex constants with function names and stripping leading
10         file name directory prefixes.
11
12 2003-01-08  Andrew Cagney  <cagney@redhat.com>
13
14         * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
15         get_frame_base.
16
17 2003-01-08  David Carlton  <carlton@math.stanford.edu>
18
19         * linespec.c (decode_line_1): Move code into decode_variable.
20         (decode_variable): New function.
21
22 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
23
24         * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
25
26 2003-01-08  Andrew Cagney  <cagney@redhat.com>
27
28         * cris-tdep.c (cris_frame_init_saved_regs): Use
29         get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
30         saved_regs buffer.
31         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
32         (sh64_nofp_frame_init_saved_regs): Ditto.
33         (sh_fp_frame_init_saved_regs): Ditto.
34         * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
35         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
36         * mcore-tdep.c (analyze_dummy_frame): Ditto.
37         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
38
39 2003-01-08  Daniel Jacobowitz  <drow@mvista.com>
40
41         * minsyms.c (lookup_minimal_symbol): Update comment.
42         (lookup_minimal_symbol_text): Update comment.  Use the hash table.
43         (lookup_minimal_symbol_solib_trampoline): Likewise.
44
45 2003-01-08  Andrew Cagney  <cagney@redhat.com>
46
47         * d10v-tdep.c (d10v_init_extra_frame_info): Use
48         frame_relative_level.
49
50         * alpha-tdep.c: Use get_frame_extra_info.
51         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
52         * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
53         * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
54         * sparc-tdep.c, xstormy16-tdep.c: Ditto.
55
56         * alpha-tdep.c: Use get_next_frame.
57         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
58         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
59         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
60         * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
61         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
62         * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
63         * xstormy16-tdep.c: Ditto.
64         
65 2003-01-07  Andrew Cagney  <cagney@redhat.com>
66
67         * alpha-tdep.c: Use get_frame_base.
68         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
69         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
70         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
71         * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
72         * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
73         * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
74         * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
75         * config/sparc/tm-sparc.h: Ditto.
76         
77 2003-01-07  Andrew Cagney  <cagney@redhat.com>
78
79         * frame.c (deprecated_get_frame_context): New function.
80         (deprecated_set_frame_context): New function.
81         * frame.h (deprecated_get_frame_context): Declare.
82         (deprecated_set_frame_context): Declare.
83         * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
84         (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
85         
86 2003-01-07  Andrew Cagney  <cagney@redhat.com>
87
88         * frame.c (deprecated_set_frame_next_hack): New function.
89         (deprecated_set_frame_prev_hack): New function.
90         * frame.h (deprecated_set_frame_next_hack): Declare.
91         (deprecated_set_frame_prev_hack): Declare.
92         * mcore-tdep.c (analyze_dummy_frame): Use
93         deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
94         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
95
96 2003-01-07  David Carlton  <carlton@math.stanford.edu>
97
98         * linespec.c (decode_line_1): Move code into decode_dollar.
99         (decode_dollar): New function.
100
101 2003-01-07  Andrew Cagney  <cagney@redhat.com>
102
103         * arm-tdep.c (arm_init_extra_frame_info): Use
104         deprecated_update_frame_base_hack.
105         * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
106         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
107         (fix_frame_pointer): Ditto.
108         (mn10300_analyze_prologue): Ditto.
109
110 2003-01-07  Andrew Cagney  <cagney@redhat.com>
111
112         * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
113         extra_info using frame_extra_info_zalloc.
114         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
115         * sh-tdep.c (sh_init_extra_frame_info): Ditto.
116         (sh64_init_extra_frame_info): Ditto.
117         * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
118         * s390-tdep.c (s390_init_extra_frame_info): Ditto.
119         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
120         * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
121         * frv-tdep.c (frv_init_extra_frame_info): Ditto.
122         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
123         * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
124         * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
125         * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
126         * cris-tdep.c (cris_init_extra_frame_info): Ditto.
127         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
128         * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
129
130         * mn10300-tdep.c (analyze_dummy_frame): Use
131         deprecated_set_frame_extra_info_hack.
132         * mcore-tdep.c (analyze_dummy_frame): Ditto.
133
134 2003-01-07  J. Brobecker  <brobecker@gnat.com>
135
136         * mdebugread.c (parse_symbol): Skip stProc entries which storage
137         class is not scText. These do not define "real" procedures.
138         (parse_partial_symbols): Likewise.
139
140 2003-01-06  Michael Snyder  <msnyder@redhat.com>
141
142         * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
143
144 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
145
146         * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
147         * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
148         * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
149         deprecated_frame_xmalloc_with_cleanup.
150         * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
151         deprecated_frame_xmalloc.
152         * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
153         * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
154
155 2003-01-06  Andrew Cagney  <cagney@redhat.com>
156
157         * x86-64-linux-tdep.c: Include "osabi.h".
158         * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
159
160         * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
161
162 2003-01-06  Andrew Cagney  <cagney@redhat.com>
163
164         * MAINTAINERS (Target Instruction Set Architectures): Update
165         arm-elf.  Can be built with -Werror, has been multiarched.
166
167         * value.h (unpack_long): Make buffer parameter constant.
168         (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
169         * scm-lang.h (scm_parse): Ditto.
170         * defs.h (extract_typed_address, extract_address): Ditto.
171         (extract_long_unsigned_integer): Ditto.
172         * inferior.h (unsigned_pointer_to_address): Ditto.
173         (signed_pointer_to_address): Ditto.
174         * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
175         * gdbarch.h, gdbarch.c: Regenerate.
176         * findvar.c (extract_long_unsigned_integer): Update.
177         (extract_address): Update.
178         (extract_typed_address): Update.
179         (unsigned_pointer_to_address): Update.
180         * values.c (unpack_long): Update.
181         (unpack_double): Update.
182         (unpack_pointer): Update.
183         (unpack_field_as_long): Update.
184         * d10v-tdep.c (d10v_pointer_to_address): Update.
185         * avr-tdep.c (avr_pointer_to_address): Update.
186         * scm-lang.c (scm_unpack): Update.
187         * findvar.c (signed_pointer_to_address): Update.
188
189 2003-01-06  Michal Ludvig  <mludvig@suse.cz>
190
191         * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore 
192         since it is in i386-tdep.c.
193
194 2003-01-06  J. Brobecker  <brobecker@gnat.com>
195
196         * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
197         failure introduced in the previous change.
198
199 2003-01-05  Michael Chastain  <mec@shout.net>
200
201         * README: Remove references to deleted remote-*.c files:
202         remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
203         remote-nrom.c, remote-os9k.c, remote-udi.c.
204
205 2003-01-05  Mark Kettenis  <kettenis@gnu.org>
206
207         * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
208         * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
209         i386_get_longjmp_target.
210
211 2003-01-05  Andrew Cagney  <ac131313@redhat.com>
212
213         * arm-tdep.c (prologue_cache): Change to a pointer.
214         (_initialize_arm_tdep): Allocate prologue_cache.
215         (check_prologue_cache): Update.
216         (save_prologue_cache): Update.
217         (arm_gdbarch_init): Update.
218
219 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
220
221         * stabsread.c (update_method_name_from_physname): Call complaint()
222         instead of error.
223
224 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
225
226         * arm-tdep.c (arm_frame_chain_valid):  Remove unnecessary test.
227         * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
228         * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
229
230         * blockframe.c: Include "gdbcmd.h" and "command.h".
231         (backtrace_below_main): New variable.
232         (file_frame_chain_valid, func_frame_chain_valid)
233         (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
234         (generic_func_frame_chain_valid): Remove functions.
235         (frame_chain_valid, do_flush_frames_sfunc): New functions.
236         (_initialize_blockframe): New function.
237         * Makefile.in (blockframe.o): Update dependencies.
238         * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
239         comment.  Call frame_chain_valid ().
240         * frame.h: Remove old prototypes.  Add prototype for
241         frame_chain_valid and update comments to match.
242         * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
243         Remove old comment.
244         * gdbarch.h: Regenerated.
245         * gdbarch.c: Regenerated.
246
247         * alpha-tdep.c (alpha_gdbarch_init): Don't call
248         set_gdbarch_frame_chain_valid.
249         * avr-tdep.c (avr_gdbarch_init): Likewise.
250         * cris-tdep.c (cris_gdbarch_init): Likewise.
251         * frv-tdep.c (frv_gdbarch_init): Likewise.
252         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
253         * i386-tdep.c (i386_svr4_init_abi): Likewise.
254         (i386_nw_init_abi): Likewise.
255         (i386_gdbarch_init): Likewise.
256         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
257         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
258         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
259         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
260         * mips-tdep.c (mips_gdbarch_init): Likewise.
261         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
262         * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
263         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
264         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
265         * s390-tdep.c (s390_gdbarch_init): Likewise.
266         * sh-tdep.c (sh_gdbarch_init): Likewise.
267         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
268         * v850-tdep.c (v850_gdbarch_init): Likewise.
269         * vax-tdep.c (vax_gdbarch_init): Likewise.
270         * x86-64-tdep.c (x86_64_init_abi): Likewise.
271
272         * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
273         * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
274         * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
275         * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
276         * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
277         * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
278         * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
279         * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
280
281 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
282
283         * Makefile.in (acconfig_h): Remove incorrect macro.
284         (config_h): Define.
285         (osabi.o): Update dependencies.
286         * configure.tgt: Set gdb_osabi based on target triplet.
287         * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
288         * configure: Regenerated.
289         * config.in: Regenerated.
290         * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
291         (GDB_OSABI_DEFAULT): Define if not already defined.
292         (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
293         (set_osabi_string): New variables.
294         (gdbarch_register_osabi): Add new OS ABI to
295         gdb_osabi_available_names.
296         (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
297         (set_osabi, show_osabi): New functions.
298         (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
299
300 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
301
302         * arch-utils.c (gdbarch_info_init): Set osabi to
303         GDB_OSABI_UNINITIALIZED.
304         * gdbarch.sh: Add osabi to struct gdbarch and to struct
305         gdbarch_info.  Include "osabi.h" in gdbarch.c.  Check osabi
306         in gdbarch_list_lookup_by_info and in gdbarch_update_p.
307         * gdbarch.c: Regenerated.
308         * gdbarch.h: Regenerated.
309         * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
310         there's no BFD.
311         (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
312         * osabi.h (enum gdb_osabi): Move to defs.h.
313         (gdbarch_init_osabi): Update prototype.
314         * defs.h (enum gdb_osabi): Moved here.
315         * Makefile.in: Update dependencies.
316
317         * alpha-tdep.h: Don't include "osabi.h".
318         (struct gdbarch_tdep): Remove osabi member.
319         * alpha-tdep.c: Include "osabi.h".
320         (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
321         iterate over arches.  Update call to gdbarch_init_osabi.
322         (alpha_dump_tdep): Don't dump osabi.
323         * alpha-linux-tdep.c: Include "osabi.h".
324         * alpha-osf1-tdep.c: Include "osabi.h".
325         * alphafbsd-tdep.c: Include "osabi.h".
326         * alphanbsd-tdep.c: Include "osabi.h".
327
328         * arm-tdep.h: Don't include "osabi.h".
329         (struct gdbarch_tdep): Remove osabi member.
330         * arm-tdep.c: Include "osabi.h".
331         (arm_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
332         iterate over arches.  Update call to gdbarch_init_osabi.
333         (arm_dump_tdep): Don't dump osabi.
334         * arm-linux-tdep.c: Include "osabi.h".
335         * armnbsd-tdep.c: Include "osabi.h".
336
337         * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
338         Update call to gdbarch_init_osabi.
339
340         * i386-tdep.h: Don't include "osabi.h".
341         (struct gdbarch_tdep): Remove osabi member.
342         * i386-tdep.c: Include "osabi.h".
343         (i386_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
344         iterate over arches.  Update call to gdbarch_init_osabi.
345         (i386_dump_tdep): Don't dump osabi.
346         * i386-linux-tdep.c: Include "osabi.h".
347         * i386-sol2-tdep.c: Include "osabi.h".
348         * i386bsd-tdep.c: Include "osabi.h".
349         * i386gnu-tdep.c: Include "osabi.h".
350         * i386ly-tdep.c: Include "osabi.h".
351         * i386nbsd-tdep.c: Include "osabi.h".
352         * i386obsd-tdep.c: Include "osabi.h".
353
354         * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
355         (mips_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
356         check osabi when iterating over arches.  Update call to
357         gdbarch_init_osabi.
358         (mips_dump_tdep): Don't dump osabi.
359
360         * ns32k-tdep.h: Don't include "osabi.h".
361         (struct gdbarch_tdep): Remove.
362         * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
363         gdbarch_lookup_osabi.  Don't iterate over arches.  Don't
364         allocate tdep.  Update call to gdbarch_init_osabi.
365         (ns32k_dump_tdep): Remove.
366         (_initialize_ns32k_tdep): Update call to gdbarch_register.
367         * ns32knbsd-tdep.c: Include "osabi.h".
368
369         * ppc-tdep.h: Don't include "osabi.h".
370         (struct gdbarch_tdep): Remove osabi member.
371         * rs6000-tdep.c: Include "osabi.h".
372         (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't check
373         osabi when iterating over arches.  Update call to
374         gdbarch_init_osabi.
375         (rs6000_dump_tdep): Don't dump osabi.
376         * ppc-linux-tdep.c: Include "osabi.h".
377         * ppcnbsd-tdep.c: Include "osabi.h".
378
379         * sh-tdep.h: Don't include "osabi.h".
380         (struct gdbarch_tdep): Remove osabi member.
381         * sh-tdep.c: Include "osabi.h".
382         (sh_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
383         iterate over arches.  Update call to gdbarch_init_osabi.
384         (sh_dump_tdep): Don't dump osabi.
385         * shnbsd-tdep.c: Include "osabi.h".
386
387         * sparc-tdep.c: Include "osabi.h".
388         (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
389         iterate over arches.  Update call to gdbarch_init_osabi.
390         (sparc_dump_tdep): Don't dump osabi.  Do dump the rest of the
391         tdep structure.
392
393         * vax-tdep.h: Don't include "osabi.h".
394         (struct gdbarch_tdep): Remove.
395         * vax-tdep.c: Include "osabi.h".
396         (vax_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
397         iterate over arches.  Don't allocate tdep.  Update call
398         to gdbarch_init_osabi.
399         (vax_dump_tdep): Remove.
400         (_initialize_vax_tdep): Update call to gdbarch_register.
401
402 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
403
404         * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
405         entirely.
406         (breakpoint_re_set_one): Don't fetch the value for a disabled
407         watchpoint.
408
409 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
410
411         * buildsym.h (processing_hp_compilation): Remove obsolete variable.
412         * gdbarch.sh Remove include of "value.h" in gdbarch.h.
413         (COERCE_FLOAT_TO_DOUBLE): Remove.
414         * gdbarch.c: Regenerate.
415         * gdbarch.h: Regenerate.
416         * Makefile.in: Remove value_h from gdbarch_h.
417         * valops.c (coerce_float_to_double): New variable.
418         (default_coerce_float_to_double): Remove.
419         (standard_coerce_float_to_double): Remove.
420         (value_arg_coerce): Use coerce_float_to_double.
421         (_initialize_valops): Add "set coerce-float-to-double".
422         * value.h (default_coerce_float_to_double): Remove prototype.
423         (standard_coerce_float_to_double): Remove prototype.
424
425         * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
426         prototyped.
427         * mdebugread.c (parse_symbol): Likewise.
428         * stabsread.c (define_symbol): Mark all functions as prototyped.
429
430         * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
431         * alpha-tdep.c (alpha_gdbarch_init): Remove call to
432         set_gdbarch_coerce_float_to_double.
433         * arm-tdep.c (arm_gdbarch_init): Likewise.
434         * frv-tdep.c (frv_gdbarch_init): Likewise.
435         * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
436         * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
437         * mips-tdep.c (mips_gdbarch_init): Likewise.
438         (mips_coerce_float_to_double): Remove.
439         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
440         (rs6000_coerce_float_to_double): Remove.
441         * s390-tdep.c (s390_gdbarch_init): Likewise.
442         * sh-tdep.c (sh_gdbarch_init): Likewise.
443         (sh_coerce_float_to_double): Remove.
444         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
445         (sparc_coerce_float_to_double): Remove.
446         * v850-tdep.c (v850_gdbarch_init): Likewise.
447         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
448         * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
449         * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
450         (hppa_coerce_float_to_double): Remove prototype.
451         * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
452
453 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
454
455         * regformats/reg-m68k.dat: Remove fpcode and fpflags.
456
457 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
458
459         Suggested by Stewart Brown <sb24@avaya.com>:
460         * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
461         in recursive calls.  Handle TYPE_CODE_TYPEDEF.
462         (c_type_print_varspec_suffix): Likewise.
463
464 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
465
466         * configure.in: Don't set and AC_SUBST SUBDIRS.
467         * configure: Regenerated.
468
469         * configure.in: Remove code dealing with shared libraries.
470         * Makefile.in: Remove HLDFLAGS and HLDENV.
471         * configure: Regenerated.
472
473 2003-01-04  Andrew Cagney  <ac131313@redhat.com>
474
475         * frame.c (deprecated_frame_xmalloc): New function.
476         (deprecated_set_frame_saved_regs_hack): New function.
477         (deprecated_set_frame_extra_info_hack): New function.
478         * frame.h (deprecated_frame_xmalloc): Declare.
479         (deprecated_set_frame_saved_regs_hack): Declare.
480         (deprecated_set_frame_extra_info_hack): Declare.
481
482 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
483
484         * configure.in: Move code that provides the --enable-gdbtk option
485         right after the code that handles the --enable-tui option, and
486         polish it somewhat.
487         * configure: Regenerated.
488
489         * configure.in: Call AC_GNU_SOURCE.  Check for pread64 using
490         AC_CHECK_FUNCS and remove the old check for pread64.
491         * acinclude.m4 (AC_GNU_SOURCE): New macro.
492         * acconfig.h (_GNU_SOURCE): Add.
493         (HAVE_PREAD64): Remove.
494         * configure, aclocal.m4, config.in: Regenerated.
495
496 2003-01-03  Andrew Cagney  <ac131313@redhat.com>
497
498         * alpha-tdep.c: Use get_frame_saved_regs.
499         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
500         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
501         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
502         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
503         * vax-tdep.c, xstormy16-tdep.c: Ditto.
504
505 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
506
507         * configure.in: Remove all use of the SUBDIRS variable; add
508         directories using the AC_CONFIG_SUBDIRS macro instead.  Polish
509         code providing the --enable-multi-ice option, and move it right in
510         front of the code that checks whether gdbserver is supported.
511         Polish that too.
512         * configure: Regenerated.
513         * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
514         @SUBDIRS@.
515
516 2003-01-03  Andrew Cagney  <cagney@redhat.com>
517
518         * alpha-tdep.c: Use deprecated_update_frame_base_hack.
519         * avr-tdep.c, cris-tdep.c: Ditto.
520         * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
521         * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
522         
523 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
524
525         * configure.in: Remove --enable-netrom option.
526         * configure: Regenerated.
527
528 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
529
530         * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
531         declaration for `struct re_pattern_buffer' instead.
532         * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
533
534 2003-01-03  J. Brobecker  <brobecker@gnat.com>
535
536         * mdebugread.c (parse_symbol): Count until the stEnd matching
537         the structure name.
538
539 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
540
541         * configure.in: Remove --with-cpu option.
542         subscripts.  Remove evil changequotes here.
543         * acconfig.h (TARGET_CPU_DEFAULT): Remove.
544         * config.in, configure: Regenerated.
545         
546         * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
547         * configure.in: Cleanup section that sources GDB and BFD configure
548         subscripts.  Remove evil changequotes here.
549         * config.in, configure: Regenerated.
550
551 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
552
553         * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
554         frame accessor methods.
555         * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
556         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
557         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
558         * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
559         * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
560         * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
561         * z8k-tdep.c: Ditto.
562         
563 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
564
565         * configure.in: Remove UI_OUT configuration code.
566         * ada-lang.c: Update assuming UI_OUT is always true.
567         * Makefile.in (UIOUT_CFLAGS): Remove.
568         * configure: Regenerated.
569         * TODO: Remove blurb about elimination of -DUI_OUT.
570
571         * configure.in: Move code that provides the --enable-gdbcli,
572         --enable-gdbmi options right before the code that handles the
573         --enable-tui option.  Polish a bit.
574         * configure: Regenerated.
575
576         * configure.in: Rewrite check for GNU regex and the
577         --without-included regex option, and move it into the "Checks for
578         library functions" section.  This makes us use the system regex
579         again by default on systems with version 2 of the GNU C library.
580         This was apparently broken.
581         * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
582         * acconfig.h (USE_INCLUDED_REGEX): Remove.
583         * config.in, configure: Regenerated.
584
585         * configure.in: Move code that provides the --enable-tui option
586         before the "Checks for libraries" section.  Polish the code
587         somewhat and set need_curses to yes if we build the TUI.  Rewrite
588         code that looks for a library providing termcap functionality to
589         match more closely what's done in the Readline library, and move
590         it into to the "Checks for libraries" section.
591         * configure: Regenerated.
592         * Makefile.in (TERMCAP): Remove variable.
593         * config/i386/go32.mh (TERMCAP): Remove variable.
594
595 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
596
597         * MAINTAINERS: Mention gdb_mbuild.sh.
598         * gdb_mbuild.sh: Rewrite.
599
600 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
601
602         * configure.in: Fix typo in last change.
603         * config.in, configure: Regenerated.
604
605 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
606
607         * valarith.c (value_binop): Delete obsolete code and comments.
608         * configure.host: Ditto.
609         * buildsym.h (make_blockvector): Ditto.
610         * buildsym.c (make_blockvector): Ditto.
611         * defs.h (enum language): Ditto.
612         (chill_demangle): Ditto.
613         * elfread.c (elf_symtab_read): Ditto.
614         * dwarfread.c (CHILL_PRODUCER): Ditto.
615         (set_cu_language): Ditto.
616         (handle_producer): Ditto.
617         * expprint.c (print_subexp): Ditto.
618         * gdbtypes.c (chill_varying_type): Ditto.
619         * gdbtypes.h (builtin_type_chill_bool): Ditto.
620         (builtin_type_chill_char, builtin_type_chill_long): Ditto.
621         (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
622         (chill_varying_type): Ditto.
623         * language.h (_LANG_chill): Ditto.
624         * language.c (binop_result_type, integral_type): Ditto.
625         (character_type, string_type, structured_type): Ditto.
626         (lang_bool_type, binop_type_check): Ditto.
627         * stabsread.h (os9k_stabs): Ditto.
628         * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
629         (define_symbol, read_type, read_struct_fields): Ditto.
630         (read_array_type, read_enum_type, read_huge_number): Ditto.
631         (read_range_type, start_stabs): Ditto.
632         * symfile.c (init_filename_language_table): Ditto.
633         (add_psymbol_with_dem_name_to_list): Ditto.
634         * symtab.c (symbol_init_language_specific): Ditto.
635         (symbol_init_demangled_name, symbol_demangled_name): Ditto.
636         * symtab.h (struct general_symbol_info): Ditto.
637         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
638         * typeprint.c (typedef_print): Ditto.
639         * utils.c (fprintf_symbol_filtered): Ditto.
640         * valops.c (value_cast, search_struct_field, value_slice): Delete
641         obsolete code.
642         (varying_to_slice): Delete function.
643         * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
644         (varying_to_slice): Delete declaration.
645         * MAINTAINERS: Update.
646
647 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
648
649         * configure.in: Reorganize "Checks for library functions section"
650         a bit.  Remove check for `btowc' and `isascii' functions.
651         * configure: Regenerated.
652
653         * acconfig.h (_MSE_INT_H): Remove.
654         * configure.in: Create "Checks for header files" section, and move
655         appropriate tests there.  Don't check for objlist.h, wchar.h,
656         wctype.h and asm/debugreg.h.  Rewrite Solaris 2.[78] <curses.h>
657         misdetection fix.  Also add "Checks for types", "Checks for
658         compiler characteristics" and "Checks for library functions"
659         sections.
660         * config.in, configure: Regenerated.
661
662         * configure.in: Create "Checks for programs" section, and move
663         appropriate tests there.
664
665 2003-01-01  Mark Kettenis  <kettenis@gnu.org>
666
667         * configure.in: Create "Checks for libraries" section, and move
668         appropriate tests there.  Cleanup check for wctype in libw.  Use
669         AC_SEARCH_LIBS to see whether we need libsocket.
670         * configure: Regenerated.
671
672 2002-12-31  Mark Kettenis  <kettenis@gnu.org>
673
674         * configure.in: Remove bzero and bcopy from call to AC_CHECK_FUNCS.
675         * config.in, configure: Regenerated.
676
677 2002-12-31  Mark Kettenis  <kettenis@gnu.org>
678
679         * gdb_dirent.h: Cleanup and update code to match the example in
680         the Autoconf manual.
681         * configure.in: Call AC_HEADER_DIRENT.  Remove dirent.h,
682         sys/ndir.h, sys/dir.h and ndir.h from call to AC_CHECK_HEADERS.
683         * configure: Regenerated.
684
685 2002-12-30  Adam Fedor  <fedor@gnu.org>
686
687         * objc-exp.y (parse_number): Cast sscanf arguments to proper type.
688         (yylex): Initialize c to avoid uninitialized warning.
689
690 2002-12-29  Kazu Hirata  <kazu@cs.umass.edu>
691
692         * doc/fdl.texi: Revert the last change.
693
694 2002-12-29  Mark Kettenis  <kettenis@gnu.org>
695
696         * tracepoint.c (ISATTY): Removed.
697
698 2002-12-26  J. Brobecker  <brobecker@gnat.com>
699
700         Continuing work to convert the hppa targets to multiarch partil.
701
702         * hppa-tdep.c: Add some missing forward declarations.
703         (frameless_function_invocation): Prefix the function name
704         by "hppa_" to avoid polluting the namespace.  Update all calls
705         to use the new function name.
706         (saved_pc_after_call): Ditto.
707         (init_extra_frame_info): Ditto.
708         (frame_chain): Ditto.
709         (push_dummy_frame): Ditto.
710         (target_read_pc): Ditto.
711         (target_write_pc): Ditto.
712         (in_solib_call_trampoline): Ditto.
713         (in_solib_return_trampoline): Ditto.
714         (skip_trampoline_code): Ditto.
715         (hppa_read_fp): New function, renamed from target_read_fp.
716         (hppa_target_read_fp): New function, using hppa_read_fp.
717         This function conforms to the function profile for the
718         READ_FP gdbarch method.
719         (hppa_extract_struct_value_address): New function, extracted
720         from the definition of the DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS
721         macro.
722         (hppa_frame_num_args): New function.
723         (hppa_gdbarch_init): Setup the gdbarch vector for the hppa target.
724
725         * config/pa/tm-hppa.h: Wrap around all gdbarch-eligible macros
726         inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
727         for the switch to multiarch partial.
728         Update some of the macros definitions to match some changes
729         described above in the name of the function they are calling.
730         (PUSH_DUMMY_FRAME): Add a FIXME explaining why this macro will
731         not be straightforward to convert. Do now wrap it inside
732         "#if !... #endif" to remember that this macro has still not
733         been taken care of.
734         (FIX_CALL_DUMMY): Likewise.
735
736 2002-12-26  J. Brobecker  <brobecker@gnat.com>
737
738         Continuing work to convert the hppa targets to multiarch partial.
739
740         * hppa-tdep.c (hppa_register_raw_size): New function replacing
741         the body of macro REGISTER_RAW_SIZE.
742         * hppa-hpux-tdep.c: Add new functions replacing macro bodies from
743         config/pa/tm-hppah.h. These functions will be used to initialize
744         the gdbarch structure.
745         (hppa_hpux_pc_in_sigtramp): New function.
746         (hppa_hpux_frame_saved_pc_in_sigtramp): New function.
747         (hppa_hpux_frame_base_before_sigtramp): New function.
748         (hppa_hpux_frame_find_saved_regs_in_sigtramp): New function.
749         Add gdbcore.h #include.
750         * config/pa/tm-hppa.h (REGISTER_RAW_SIZE): Change the definition
751         of this gdbarch-eligible macro to a call to the new associated
752         function.
753         * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Likewise.
754         (FRAME_SAVED_PC_IN_SIGTRAMP): Change the definition of this macro
755         into a call to the new associated function.
756         (FRAME_BASE_BEFORE_SIGTRAMP): Likewise.
757         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Likewise.
758         * Makefile.in (hppa-hpux-tdep.o): Add dependency on gdbcore.h.
759
760 2002-12-24  David Carlton  <carlton@math.stanford.edu>
761
762         * config/sparc/tm-sparc.h: Delete duplicate definition of
763         DEPRECATED_PC_IN_CALL_DUMMY.
764
765 2002-12-24  Kevin Buettner  <kevinb@redhat.com>
766
767         * Makefile.in (mips-linux-tdep.o): Add $(mips_tdep_h) and
768         $(gdb_assert_h).
769         * configure.tgt: Recognize mips64*-*-linux*.
770         * mips-linux-tdep.c (mips-tdep.h, gdb_assert.h): Include.
771         (supply_32_bit_reg): New function.
772         (supply_gregset): Call supply_32bit_reg() instead of supply_register().
773         (fill_gregset): Use regcache_collect() instead of
774         deprecated_registers[].
775         (register_addr): Change name to mips_linux_register_addr().
776         (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, MIPS64_FPR_BASE, MIPS64_PC)
777         (MIPS64_CAUSE, MIPS64_BADVADDR, MIPS64_MMHI, MIPS64_MMLO)
778         (MIPS64_FPC_CSR, MIPS64_FPC_EIR, MIPS64_EF_REG0, MIPS64_EF_REG31)
779         (MIPS64_EF_LO, MIPS64_EF_HI, MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR)
780         (MIPS64_EF_CP0_STATUS, MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE)
781         (MIPS64_LINUX_JB_PC): New defines.
782         (mips64_elf_greg_t, mips64_elf_gregset_t, mips64_elf_fpreg_t)
783         (mips64_elf_fpregset_t): New typedefs.
784         (mips64_linux_get_longhmp_target, mips64_supply_gregset)
785         (mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset)
786         (mips64_linux_register_addr, set_mips_linux_register_addr)
787         (register_addr, mips64_linux_svr4_fetch_link_map_offsets):
788         (init_register_addr_data)
789         New functions.
790         (fetch_core_registers): Add support for core file formats with 64-bit
791         registers.
792         (mips_linux_init_abi): Distinguish o32, n32, and n64 ABIs.
793         (register_addr_data): New static global variable.
794         (_initialize_mips_linux_tdep): Initialize register_addr_data.  Invoke
795         gdbarch_register_osabi() for each MIPS machine.
796         * config/mips/linux64.mt: New file.
797         * config/mips/tm-linux64.h: New file.
798
799 2002-12-23  Adam Fedor  <fedor@gnu.org>
800
801         * maint.c (maintenance_demangle): Add switch to demangle
802         ObjC language symbols as well.
803
804 2002-12-23  Adam Fedor  <fedor@gnu.org>
805
806         * objc-lang.c (lookup_objc_class, lookup_child_selector): Remove 
807         last argument from complaint function call.
808
809 2002-12-23  Kevin Buettner  <kevinb@redhat.com>
810
811         * exec.c (print_section_info): Add FIXME comments regarding format
812         string choices.
813
814 2002-12-23  Daniel Jacobowitz  <drow@mvista.com>
815
816         * config/pa/nm-hppab.h: Delete duplicate CANNOT_STORE_REGISTER decl.
817         * config/pa/nm-hppao.h: Delete duplicate CANNOT_STORE_REGISTER decl.
818
819 2002-12-23  Rodney Brown  <rbrown64@csc.com.au>
820
821         * config/pa/nm-hppah.h: Delete duplicate CANNOT_STORE_REGISTER decl.
822
823 2002-12-23  David Carlton  <carlton@math.stanford.edu>
824
825         * symtab.c (lookup_symbol_aux): Delete 'force_return' variable.
826         (lookup_symbol_aux_minsyms): Delete 'force_return' argument.
827         (search_symbols): Call lookup_symbol_aux_minsyms to find debugging
828         information associated to a minsym, not lookup_symbol.
829
830 2002-12-21  Mark Kettenis  <kettenis@gnu.org>
831
832         * x86-64-tdep.h (x86_64_init_abi): New prototype.
833         * x86-64-tdep.c (i386_fp_regnum_p): Remove function.
834         (x86_64_init_abi): Make non-static.  Set number of pseudo
835         registers to 0.
836         (x86_64_gdbarch_init): Remove function.
837         (_initialize_x86_64_tdep): Renove register_gdbarch_init call.
838         Remove code dealing with dissambly.
839         * x86-64-linux-tdep.c (x86_64_linux_init_abi): New function.
840         (_initialize_x86_64_linux_tdep): New function.
841         * config/i386/x86-64linux.mt (TDEPFILES): Add i386-tdep.o and
842         i386-tdep.o.
843
844 2002-12-14  Mark Kettenis  <kettenis@gnu.org>
845
846         * osabi.c: Include "gdb_assert.h" and "gdb_string.h".
847         (struct gdb_osabi_handler): Remove member `arch'.  Add member
848         `arch_info'.
849         (gdbarch_register_osabi): Add new argument `machine'.  Use ot to
850         construct a `struct bfd_arch_info' and store it in the `struct
851         gdb_osabi_handler' that is created.
852         (gdbarch_init_osabi): Check for compatibility based on machine
853         type and architecture.
854         * osabi.h (gdbarch_register_osabi): Adjust prototype and update
855         comment.
856         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Add 0 as
857         second argument in call to gdbarch_register_osabi.
858         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
859         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
860         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
861         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Likewise.
862         * arm-tdep.c (_initialize_arm_tdep): Likewise.
863         * armnbsd-tdep.c (_initialize_armnbsd_tdep): Likewise.
864         * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Likewise.
865         * i386-interix-tdep.c (_initialize_i386_interix_tdep): Likewise.
866         * i386-linux-tdep.c (_initialize_i386_linux_tdep): Likewise.
867         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Likewise.
868         * i386-tdep.c (_initialize_i386_tdep): Likewise.
869         * i386bsd-tdep.c (_initialize_i386bsd_tdep): Likewise.
870         * i386gnu-tdep.c (_initialize_i386gnu_tdep): Likewise.
871         * i386ly-tdep.c (_initialize_i386lynx_tdep): Renamed from
872         _initialize_i386bsd_tdep and updated likewise.
873         * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Likewise.
874         * i386obsd-tdep.c (_initialize_i386obsd_tdep): Likewise.
875         * mips-irix-tdep.c (_initialize_mips_irix_tdep): Likewise.
876         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Likewise.
877         * mipsnbsd-tdep.c (_initialize_mipsnbsd__tdep): Likewise.
878         * ns32knbsd-tdep.c (_initialize_ns32kmnsd_tdep): Likewise.
879         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Likewise.
880         * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Likewise.
881         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Likewise.
882         * sparcnbsd-tdep.c (_initialize_sparcnbsd_tdep): Likewise.
883
884 2002-12-20  Kevin Buettner  <kevinb@redhat.com>
885
886         * solib-svr4.c (elf_locate_base): Fix sizeof() related bug.  Add
887         DT_MIPS_RLD_MAP case for 64-bit targets.
888
889 2002-12-20  Kevin Buettner  <kevinb@redhat.com>
890
891         * mips-tdep.c (heuristic_proc_desc): Clear memory associated with
892         ``temp_saved_regs'', not the pointer or other storage contiguous
893         to this pointer.
894
895 2002-12-20  Kevin Buettner  <kevinb@redhat.com>
896
897         * Makefile.in (mips-linux-tdep.o): Add $(osabi_h) and $(gdb_string_h).
898         * config/mips/tm-linux.h (mips_linux_svr4_fetch_link_map_offsets)
899         (mips_linux_get_longjmp_target): Delete declarations.
900         (SVR4_FETCH_LINK_MAP_OFFSETS, GET_LONGJMP_TARGET)
901         (MIPS_LINUX_JB_ELEMENT_SIZE, MIPS_LINUX_JB_PC): Delete definitions.
902         * mips-linux-tdep.c (osabi.h, gdb_string.h): Include.
903         (MIPS_LINUX_JB_ELEMENT_SIZE, MIPS_LINUX_JB_PC): Define.
904         (mips_linux_get_longjmp_target)
905         (mips_linux_svr4_fetch_link_map_offsets): Make static.
906         (mips_linux_init_abi): New function.
907         (_initialize_mips_linux_tdep): Register mips_linux_init_abi().
908
909 2002-12-19  Keith Seitz  <keiths@redhat.com>
910
911         patch committed by Elena Zannoni  <ezannoni@redhat.com>
912         * thread.c (do_captured_list_thread_ids): Call prune_threads and
913         target_find_new_threads. Fix for PR mi/669.
914
915 2002-12-19  David Carlton  <carlton@math.stanford.edu>
916
917         * linespec.c (decode_line_1): Move code into decode_all_digits.
918         (decode_all_digits): New function.
919
920 2002-12-19  Kevin Buettner  <kevinb@redhat.com>
921
922         * exec.c (print_section_info): Select a format string to use with
923         local_hex_string_custom() based upon the value of TARGET_ADDR_BIT.
924
925 2002-12-18  Andrew Cagney  <ac131313@redhat.com>
926
927         * frame.c (deprecated_update_current_frame_pc_hack): Replace 
928         deprecated_update_current_frame_pc_hack.
929         (deprecated_update_frame_base_hack): New function.
930         * frame.h (deprecated_update_frame_pc_hack): Replace
931         (deprecated_update_frame_base_hack): Declare.
932         * infrun.c (normal_stop): Update.
933
934 2002-12-18  Andrew Cagney  <ac131313@redhat.com>
935
936         * rs6000-tdep.c (rs6000_init_extra_frame_info): Use
937         frame_extra_info_zalloc.
938         (rs6000_frame_args_address): Use get_frame_extra_info.
939         (frame_get_saved_regs): Use get_frame_saved_regs.
940         (frame_initial_stack_address): Use get_frame_saved_regs and
941         get_frame_extra_info.
942         (frame_initial_stack_address): Use get_frame_extra_info.
943
944 2002-12-17  Kevin Buettner  <kevinb@redhat.com>
945
946         * dve3900-rom.c (r3900_regnames): Don't use NUM_REGS to determine
947         array size.
948         (fetch_bitmapped_register, store_bitmapped_register): Add bounds
949         checks for r3900_regnames[].
950
951 2002-12-17  Richard Earnshaw  <rearnsha@arm.com>
952
953         * armnbsd-tdep.c (ARM_NBSD_JB_PC): Renamed from JB_PC.
954         All uses changed
955         (ARM_NBSD_JB_ELELMENT_SIZE): Similarly.
956
957 2002-12-17  David Carlton  <carlton@math.stanford.edu>
958
959         * symtab.c (lookup_partial_symbol): Don't search past the end of
960         the partial symbols.
961
962 2002-12-17  Andrew Cagney  <ac131313@redhat.com>
963
964         * stack.c (frame_info): Use get_frame_saved_regs.
965         * breakpoint.c (until_break_command): Use get_frame_pc.
966
967 2002-12-16  Kevin Buettner  <kevinb@redhat.com>
968
969         * buildsym.c (block_end_complaint, anon_block_end_complaint)
970         (innerblock_complaint, innerblock_anon_complaint)
971         (blockvector_complaint): Delete deprecated complaint structs.
972         (finish_block, make_blockvector, end_symtab): Replace calls
973         to complain() with calls to complaint().
974         * coffread.c (ef_complaint, ef_stack_complaint, eb_stack_complaint)
975         (bf_no_aux_complaint, ef_no_aux_complaint, lineno_complaint)
976         (unexpected_type_complaint, bad_sclass_complaint)
977         (misordered_blocks_complaint, tagndx_bad_complaint, eb_complaint):
978         Delete deprecated complaint structs.
979         (coff_symtab_read, enter_linenos, decode_type, decode_base_type):
980         Replace calls to complain() with calls to complaint().
981         * dbxread.c (lbrac_complaint, string_table_offset_complaint)
982         (unknown_symtype_complaint, unknown_symchar_complaint)
983         (lbrac_rbrac_complaint, lbrac_unmatched_complaint)
984         (lbrac_mismatch_complaint, repeated_header_complaint)
985         (unclaimed_bincl_complaint, discarding_local_symbols_complaint):
986         Delete deprecated complaint structs.
987         (unknown_symtype_complaint, lbrac_mismatch_complaint)
988         (repeated_header_complaint)
989         (function_outside_compiliation_unit_complaint): New functions.
990         (add_old_header_file, find_corresponding_bincl_psymtab)
991         (set_namestring, find_stab_function_addr, read_dbx_symtab)
992         (process_one_symbol): Replace calls to complain() with, possibly
993         indirect, calls to complaint().
994         * dwarfread.c (no_bfd_get_N, malformed_die, bad_die_ref)
995         (unknown_attribute_form, unknown_attribute_length)
996         (unexpected_fund_type, unknown_type_modifier, volatile_ignored)
997         (const_ignored, botched_modified_type, op_deref2, op_deref4)
998         (basereg_not_handled, dup_user_type_allocation)
999         (dup_user_type_definition, missing_tag, bad_array_element_type)
1000         (subscript_data_items, unhandled_array_subscript_format)
1001         (unknown_array_subscript_format, not_row_major)
1002         (missing_at_name): Delete deprecated complaint structs.
1003         (bad_die_ref_complaint, unknown_attribute_form_complaint)
1004         (dup_user_type_definition_complaint)
1005         (bad_array_element_type_complaint): New functions.
1006         (lookup_utype, alloc_utype, struct_type, decode_array_element_type)
1007         (decode_subscript_data_item, dwarf_read_array_type)
1008         (read_tag_string_type, read_subroutine_type, read_func_scope)
1009         (locval, scan_partial_symbols, decode_modified_type)
1010         (decode_func_type, basicdieinfo, completeddieinfo, target_to_host)
1011         (attribute_size): Replace calls to complain() with, possibly
1012         indirect, calls to complaint().
1013         * elfread.c (section_info_complaint, section_info_dup_complaint)
1014         (stab_info_mismatch_complaint, stab_info_questionable_complaint):
1015         Delete deprecated complaint structs.
1016         (elf_symtab_read, elfstab_offset_sections): Replace calls to
1017         complain() with calls to complaint().
1018         * gdbtypes.c (stub_noname_complaint): Delete deprecated complaint
1019         struct.
1020         (stub_noname_complaint): New function.
1021         (check_typedef, add_mangled_type): Replace calls to complain()
1022         with calls to complaint().
1023         * hpread.c (string_table_offset_complaint, lbrac_unmatched_complaint)
1024         (lbrac_mismatch_complaint, hpread_unhandled_end_common_complaint)
1025         (hpread_unhandled_type_complaint, hpread_struct_complaint)
1026         (hpread_array_complaint, hpread_type_lookup_complaint)
1027         (hpread_unexpected_end_complaint, hpread_tagdef_complaint)
1028         (hpread_unhandled_common_complaint)
1029         (hpread_unhandled_blockdata_complaint): Delete deprecated complaint
1030         struct definitions and declarations.
1031         (lbrac_unmatched_complaint, lbrac_mismatch_complaint): New functions.
1032         (SET_NAMESTRING, hpread_type_lookup, hpread_process_one_debug_symbol):
1033         Replace calls to complain() with, possibly indirect, calls to
1034         complaint().
1035         * macrotab.c (macro_include, check_for_redefinition, macro_undef):
1036         Likewise.
1037         * mdebugread.c (bad_file_number_complaint, index_complaint)
1038         (aux_index_complaint, block_index_complaint)
1039         (unknown_ext_complaint, unknown_sym_complaint)
1040         (unknown_st_complaint, block_overflow_complaint)
1041         (basic_type_complaint, unknown_type_qual_complaint)
1042         (array_index_type_complaint, bad_tag_guess_complaint)
1043         (block_member_complaint, stEnd_complaint)
1044         (unknown_mdebug_symtype_complaint, stab_unknown_complaint)
1045         (pdr_for_nonsymbol_complaint, pdr_static_symbol_complaint)
1046         (bad_setjmp_pdr_complaint, bad_fbitfield_complaint)
1047         (bad_continued_complaint, bad_rfd_entry_complaint)
1048         (unexpected_type_code_complaint, unable_to_cross_ref_complaint)
1049         (bad_indirect_xref_complaint, illegal_forward_tq0_complaint)
1050         (illegal_forward_bt_complaint, bad_linetable_guess_complaint)
1051         (bad_ext_ifd_complaint, bad_ext_iss_complaint): Delete deprecated
1052         complaint structs.
1053         (index_complaint, unknown_ext_complaint, basic_type_complaint)
1054         (bad_tag_guess_complaint, bad_rfd_entry_complaint)
1055         (unexpected_type_code_complaint)
1056         (function_outside_compilation_unit_complaint): New functions.
1057         (parse_symbol, parse_type, upgrade_type, parse_procedure)
1058         (parse_partial_symbols, psymtab_to_symtab_1, cross_ref, add_symbol):
1059         Replace calls to complain() with, possibly indirect calls to
1060         complaint().
1061         * objc-lang.c (noclass_lookup_complaint, nosel_lookup_complaint):
1062         Delete deprecated complaint structs.
1063         (lookup__objc_class, lookup_child_selector): Replace complain()
1064         with complaint().
1065         * remote-vx.c (cant_contact_target): Delete deprecated complaint
1066         struct.
1067         (vx_lookup_symbol): Replace complain() with complaint().
1068         * stabsread.c (invalid_cpp_abbrev_complaint)
1069         (invalid_cpp_type_complaint, member_fn_complaint)
1070         (const_vol_complaint, error_type_complaint)
1071         (invalid_member_complaint, range_type_base_complaint)
1072         (reg_value_complaint, vtbl_notfound_complaint)
1073         (unrecognized_cplus_name_complaint, rs6000_builtin_complaint)
1074         (unresolved_sym_chain_complaint, stabs_general_complaint)
1075         (lrs_general_complaint, multiply_defined_struct): Delete
1076         deprecated complaint structs.
1077         (invalid_cpp_abbrev_complaint, ref_value_complaint)
1078         (stabs_general_complaint, lrs_general_complaint)
1079         (msg_unknown_complaint): New functions.
1080         (dbx_lookup_type, read_cfront_baseclasses)
1081         (read_cfront_member_functions, resolve_symbol_reference)
1082         (define_symbol, resolve_live_range, add_live_range, read_type)
1083         (rs6000_builtin_type, read_member_functions, read_cpp_abbrev)
1084         (read_one_struct_field, read_baseclasses, read_tilde_fields)
1085         (read_cfront_static_fields, attach_fields_to_type)
1086         (complain_about_struct_wipeout, read_range_type)
1087         (common_block_start, common_block_end, cleanup_undefined_types)
1088         (scan_file_globals): Replace complain() with complaint().
1089         * stabsread.h (unknown_symtype_complaint, unknown_symchar_complaint):
1090         Delete deprecated complaint struct declarations.
1091         * xcoffread.c (storclass_complaint, bf_notfound_complaint)
1092         (ef_complaint, eb_complaint): Delete deprecated complaint structs.
1093         (bf_not_found_complaint, ef_complaint, eb_complaint)
1094         (function_outside_compilation_unit_complaint): New functions.
1095         (record_include_begin, record_include_end, enter_line_range)
1096         (xcoff_next_symbol_text, read_xcoff_symtab, process_xcoff_symbol)
1097         (read_symbol, read_symbol_lineno, scan_xcoff_symtab) Replace
1098         complain() with complaint().
1099
1100 2002-12-16  Andrew Cagney  <ac131313@redhat.com>
1101
1102         * config/arc/arc.mt, config/arc/tm-arc.h: Delete.
1103         * config/d30v/d30v.mt, config/d30v/tm-d30v.h: Delete.
1104         * config/fr30/fr30.mt, config/fr30/tm-fr30.h: Delete.
1105         * config/i386/i386aix.mh, config/i386/i386aix.mt: Delete.
1106         * config/i386/i386m3.mh, config/i386/i386m3.mt: Delete.
1107         * config/i386/i386mach.mh, config/i386/i386os9k.mt: Delete.
1108         * config/i386/nm-i386aix.h, config/i386/nm-i386mach.h: Delete.
1109         * config/i386/nm-m3.h, config/i386/tm-i386aix.h: Delete.
1110         * config/i386/tm-i386m3.h, config/i386/tm-i386mk.h: Delete.
1111         * config/i386/xm-i386aix.h, config/i386/xm-i386m3.h: Delete.
1112         * config/i386/xm-i386mach.h, config/i386/xm-i386mk.h: Delete.
1113         * config/i960/mon960.mt, config/i960/nindy960.mt: Delete.
1114         * config/i960/tm-i960.h, config/i960/tm-mon960.h: Delete.
1115         * config/i960/tm-nindy960.h, config/i960/tm-vx960.h: Delete.
1116         * config/i960/vxworks960.mt, config/m68k/apollo68b.mh: Delete.
1117         * config/m68k/apollo68b.mt, config/m68k/apollo68v.mh: Delete.
1118         * config/m68k/hp300bsd.mh, config/m68k/hp300bsd.mt: Delete.
1119         * config/m68k/hp300hpux.mh, config/m68k/hp300hpux.mt: Delete.
1120         * config/m88k/delta88.mh, config/m88k/delta88.mt: Delete.
1121         * config/m88k/delta88v4.mh, config/m88k/delta88v4.mt: Delete.
1122         * config/m88k/m88k.mh, config/m88k/m88k.mt: Delete.
1123         * config/m88k/nm-delta88v4.h, config/m88k/nm-m88k.h: Delete.
1124         * config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h: Delete.
1125         * config/m88k/tm-m88k.h, config/m88k/xm-delta88.h: Delete.
1126         * config/m88k/xm-dgux.h: Delete.
1127         * fr30-tdep.c, i386aix-nat.c, i386m3-nat.c: Delete.
1128         * i386mach-nat.c, i960-tdep.c, m88k-nat.c: Delete.
1129         * os9kread.c, remote-bug.c, remote-nindy.c: Delete.
1130         * remote-nrom.c, remote-os9k.c, remote-vx960.c: Delete.
1131         * d30v-tdep.c, arc-tdep.c, cxux-nat.c, dst.h, dstread.c: Delete.
1132         * ch-exp.c, ch-lang.c, ch-lang.h, ch-typeprint.c: Delete.
1133         * ch-valprint.c: Delete.
1134         
1135 2002-12-15  Daniel Jacobowitz  <drow@mvista.com>
1136
1137         * infrun.c (handle_inferior_event): Rearrange code to resume if
1138         no catchpoint triggers for an event.
1139
1140 2002-12-15  Daniel Jacobowitz  <drow@mvista.com>
1141
1142         * infrun.c (handle_inferior_event): Merge TARGET_WAITKIND_FORKED
1143         and TARGET_WAITKIND_VFORKED cases.
1144
1145 2002-12-15  Daniel Jacobowitz  <drow@mvista.com>
1146
1147         * infrun.c (handle_inferior_event): Assume that catchpoints
1148         are not affected by DECR_PC_AFTER_BREAK.
1149
1150 2002-12-15  Daniel Jacobowitz  <drow@mvista.com>
1151
1152         * target.c (update_current_target): Don't inherit DONT_USE.
1153         * target.h (struct target_ops): Remove DONT_USE.
1154         (target_next): Remove macro.
1155
1156 2002-12-15  Mark Kettenis  <kettenis@gnu.org>
1157
1158         * ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6.  Fixes PR cli/654.
1159
1160 2002-12-14  Richard Earnshaw  <rearnsha@arm.com>
1161
1162         * arm-tdep.c (convert_from_extended): New argument to hold the
1163         type of floating point result we want to convert to.  Make input 
1164         argument const.  Fix all callers.
1165         (convert_to_extended): Similarly.
1166         (arm_extract_return_value): Now takes a regcache argument.  Change
1167         code to use regcache accessor functions.  Correctly extract 
1168         smaller-than-word results on big-endian machines.
1169         (arm_store_return_value): Now takes a regcache argument.  Change
1170         code to use regcache accessor functions.  Correctly zero/sign extend
1171         smaller than word results before storing into r0.
1172         (arm_gdbarch_init): Register new-style extract_return_value and
1173         store_return_value functions.
1174
1175 2002-12-13  Michael Snyder  <msnyder@to-limbo.toronto.redhat.com>
1176
1177         * thread-db.c (thread_from_lwp): Uniquify error msg.
1178         (lwp_from_thread): Ditto.
1179         (check_event): Ditto.
1180         (find_new_threads_callback): Ditto.
1181         (thread_db_pid_to_str): Ditto.
1182
1183 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
1184
1185         * frame.h (get_frame_saved_regs): Declare.
1186         (frame_saved_regs_zalloc): Change return type to CORE_ADDR
1187         pointer.
1188         * frame.c (get_frame_saved_regs): New function.
1189         (frame_saved_regs_zalloc): Return the allocated saved_regs.
1190
1191 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
1192
1193         * frame.c (deprecated_update_current_frame_pc_hack): New
1194         function.
1195         * frame.h (deprecated_update_current_frame_pc_hack): Declare.
1196         * infrun.c (normal_stop): Use said function instead of directly
1197         modifying the frame's PC.
1198         
1199 2002-12-13  Alexandre Oliva  <aoliva@redhat.com>
1200
1201         * frame.h (frame_id_unwind_ftype): Fix typo in return type.
1202
1203 2002-12-13  Kevin Buettner  <kevinb@redhat.com>
1204
1205         * config/mips/tm-mips.h, config/mips/tm-irix3.h,
1206         config/mips/tm-irix6.h (NUM_REGS): Delete.
1207         * mips-tdep.c (mips_gdbarch_init): Call set_gdbarch_num_regs().
1208         (temp_saved_regs): Declare as a pointer rather than an array.
1209         (mips32_heuristic_proc_desc, heuristic_proc_desc): Make sure
1210         that ``temp_saved_regs'' has storage allocated to it and that
1211         it's the correct size.
1212
1213 2002-12-13  Jeff Johnston  <jjohnstn@redhat.com>
1214
1215         * defs.h (init_last_source_visited): New prototype.
1216         (add_path): Ditto.
1217         * source.c (add_path): New function that adds to a specified path.
1218         (mod_path): Change to call add_path.
1219         (init_last_source_visited): New function to allow interfaces to
1220         initialize static variable: last_source_visited.  Part of fix
1221         for PR gdb/741.
1222         * Makefile.in: Add support for mi/mi-cmd-env.c.
1223
1224 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
1225
1226         * frame.h (frame_id_unwind): Declare.
1227         (struct frame_info): Add fields id_unwind, id_unwind_cache_p and
1228         id_unwind_cache.
1229         (frame_id_unwind_ftype): Declare.
1230         * frame.c (frame_id_unwind): New function.
1231         (set_unwind_by_pc): Add unwind_id parameter.  Initialized.
1232         (create_new_frame, get_prev_frame): Pass id_unwind to
1233         set_unwind_by_pc.
1234         (frame_saved_regs_id_unwind): New function.
1235         (frame_saved_regs_id_unwind): New function.
1236         * dummy-frame.c (dummy_frame_id_unwind): New function.
1237         (struct dummy_frame): Add field id.
1238         (generic_push_dummy_frame): Initialize `id'.
1239         * dummy-frame.h (dummy_frame_id_unwind): Declare.
1240
1241 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
1242
1243         * infcmd.c (run_stack_dummy): Create a frame ID directly and then
1244         pass that to set_momentary_breakpoint.  Move comments to where they
1245         belong.
1246         * frame.h (set_current_frame): Delete declaration.
1247         * frame.c (set_current_frame): Delete function.
1248
1249 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
1250
1251         * frame.c (frame_extra_info_zalloc): New function.
1252         * frame.h (frame_extra_info_zalloc): Declare.
1253
1254 2002-12-13  Joel Brobecker  <brobecker@gnat.com>
1255
1256         * hppa-tdep.c (hppa_pop_frame): Fix a compilation error introduced
1257         in the previous prototype change to set_momentary_breakpoint.
1258
1259 2002-12-12  Daniel Jacobowitz  <drow@mvista.com>
1260
1261         * infrun.c (pending_follow): Remove saw_parent_fork, saw_child_fork,
1262         and saw_child_exec.
1263         (follow_fork, init_wait_for_inferior, handle_inferior_event): Remove
1264         references to saw_parent_fork, saw_child_fork, and saw_child_exec.
1265         (stop_stepping): Remove outdated check for child vfork events.
1266
1267 2002-12-12  Andrew Cagney  <ac131313@redhat.com>
1268
1269         * GDB 5.3 released from gdb_5_3-branch.
1270
1271 2002-12-11  Daniel Jacobowitz  <drow@mvista.com>
1272
1273         * corelow.c (init_core_ops): Delete references to to_require_attach
1274         and to_require_detach.
1275         * exec.c (init_exec_ops): Likewise.
1276         * hppah-nat.c (child_follow_fork): Call hppa_require_attach and
1277         hppa_require_detach directly.
1278         * inferior.h (REQUIRE_ATTACH, REQUIRE_DETACH): Delete.
1279         * inftarg.c (child_detach): Remove.
1280         (child_detach_from_process): Rename to child_detach, remove
1281         after_fork argument.
1282         (child_attach): Remove.
1283         (child_attach_to_process): Rename to child_attach, remove after_fork
1284         argument.
1285         (init_child_ops): Delete references to to_require_attach
1286         and to_require_detach.
1287         * infttrace.c (hppa_require_attach): Update comment.
1288         * target.c (cleanup_target, update_current_target)
1289         (init_dummy_target, setup_target_debug): Delete references to
1290         to_require_attach and to_require_detach.
1291         (find_default_require_detach, find_default_require_attach)
1292         (debug_to_require_attach, debug_to_require_detach): Remove
1293         functions.
1294         * target.h (struct target_ops): Remove to_require_attach
1295         and to_require_detach.
1296         (target_require_attach, target_require_detach): Delete macros.
1297         (find_default_require_detach, find_default_require_attach): Delete
1298         prototypes.
1299         * config/pa/nm-hppah.h (REQUIRE_ATTACH, REQUIRE_DETACH): Delete.
1300
1301 2002-12-11  Andrew Cagney  <ac131313@redhat.com>
1302
1303         * frame.c (get_frame_extra_info): New function.
1304         * frame.h (get_frame_extra_info): Declare.
1305
1306 2002-12-11  Andrew Cagney  <ac131313@redhat.com>
1307
1308         * breakpoint.h (struct breakpoint): Replace frame with frame_id.
1309         (set_momentary_breaokpoint): Replace `struct frame_info' parameter
1310         with `struct frame_id'.
1311         (set_longjmp_resume_breakpoint): Ditto.
1312         * infrun.c (handle_inferior_event): Update.
1313         * breakpoint.c (watch_command_1, until_break_command): Update.
1314         * infrun.c (handle_inferior_event, check_sigtramp2): Update.
1315         (handle_inferior_event, step_over_function): Update.
1316         * breakpoint.c (bpstat_stop_status, print_one_breakpoint): Update.
1317         (set_raw_breakpoint, set_longjmp_resume_breakpoint): Update.
1318         (set_momentary_breakpoint, deprecated_frame_in_dummy): Update.
1319         * infcmd.c (finish_command, run_stack_dummy): Update.
1320
1321 2002-12-11  Kevin Buettner  <kevinb@redhat.com>
1322
1323         * dwarf2read.c (dwarf2_const_ignored, dwarf2_volatile_ignored)
1324         (dwarf2_non_const_array_bound_ignored)
1325         (dwarf2_missing_line_number_section)
1326         (dwarf2_statement_list_fits_in_line_number_section)
1327         (dwarf2_mangled_line_number_section, dwarf2_unsupported_die_ref_attr)
1328         (dwarf2_unsupported_stack_op, dwarf2_complex_location_expr)
1329         (dwarf2_unsupported_tag, dwarf2_unsupported_at_encoding)
1330         (dwarf2_unsupported_at_frame_base, dwarf2_unexpected_tag)
1331         (dwarf2_missing_at_frame_base, dwarf2_bad_static_member_name)
1332         (dwarf2_unsupported_accessibility, dwarf2_bad_member_name_complaint)
1333         (dwarf2_missing_member_fn_type_complaint)
1334         (dwarf2_vtbl_not_found_complaint, dwarf2_absolute_sibling_complaint)
1335         (dwarf2_const_value_length_mismatch)
1336         (dwarf2_unsupported_const_value_attr, dwarf2_misplaced_line_number)
1337         (dwarf2_line_header_too_long, dwarf2_missing_macinfo_section)
1338         (dwarf2_macros_too_long, dwarf2_macros_not_terminated)
1339         (dwarf2_macro_outside_file, dwarf2_macro_unmatched_end_file)
1340         (dwarf2_macro_malformed_definition, dwarf2_macro_spaces_in_definition)
1341         (dwarf2_invalid_attrib_class, dwarf2_invalid_pointer_size): Delete
1342         complaints using deprecated struct..
1343         (dwarf2_non_const_array_bound_ignored_complaint)
1344         (dwarf2_complex_location_expr_complaint)
1345         (dwarf2_unsupported_at_frame_base_complaint)
1346         (dwarf2_const_value_length_mismatch_complaint)
1347         (dwarf2_macros_too_long_complaint)
1348         (dwarf2_macro_malformed_definition_complaint)
1349         (dwarf2_invalid_attrib_class_complaint): New functions.
1350         (read_func_scope, dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
1351         (read_structure_scope, read_array_type, read_common_block)
1352         (read_tag_pointer_type, read_base_type, read_partial_die)
1353         (dwarf_decode_line_header, check_cu_functions, dwarf_decode_lines)
1354         (new_symbol, dwarf2_const_value, read_type_die)
1355         (dwarf2_get_ref_die_offset, decode_locdesc, consume_improper_spaces)
1356         (parse_macro_definition, dwarf_decode_macros): Replace calls to
1357         complain() with, possibly indirect, calls to complaint().
1358
1359 2002-12-11  Andrew Cagney  <cagney@redhat.com>
1360
1361         * frame.c (deprecated_get_frame_saved_regs): Rename
1362         get_frame_saved_regs.
1363         * frame.h (deprecated_get_frame_saved_regs): Update declaration.
1364         * sparc-tdep.c: Update.
1365         * hppa-tdep.c: Update.
1366         * h8500-tdep.c: Update.
1367
1368 2002-12-11  Kevin Buettner  <kevinb@redhat.com>
1369
1370         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME)
1371         (ADDRESS_CLASS_NAME_TO_TYPE_FLAGS): Use ``const char *'' instead of
1372         ``char *'' for return and parameter types.
1373         * gdbarch.h, gdbarch.c: Regenerate.
1374         * gdbtypes.h, gdbtypes.c (address_space_int_to_name): Change
1375         return type from ``char *'' to ``const char *''.
1376         * c-typeprint.c (c_type_print_modifier): Make ``address_space_id''
1377         const.
1378
1379 2002-12-11  Mark Kettenis  <kettenis@gnu.org>
1380
1381         * i386-tdep.c: Include "dummy-frame.h".
1382         (i386_frame_chain, i386_frame_saved_pc): Replace
1383         DEPRECATED_PC_IN_CALL_DUMMY with call to pc_in_dummy_frame.
1384         (i386_gdbarch_init): Don't set deprecated_pc_in_call_dummy.
1385
1386 2002-12-10  Andrew Cagney  <cagney@redhat.com>
1387
1388         * gdbarch.sh (DEPRECATED_INIT_FRAME_PC): Rename INIT_FRAME_PC.
1389         Change to a function with predicate.
1390         * gdbarch.h, gdbarch.c: Re-generate.
1391         * frame.c (get_prev_frame): Update.  Test
1392         DEPRECATED_INIT_FRAME_PC_P.
1393         * config/sparc/tm-sparc.h (DEPRECATED_INIT_FRAME_PC): Update.
1394         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC): Update.
1395         * config/mn10200/tm-mn10200.h (DEPRECATED_INIT_FRAME_PC): Update.
1396         * alpha-tdep.c (alpha_gdbarch_init): Update.
1397         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1398         * mips-tdep.c (mips_gdbarch_init): Update.
1399         * i386-interix-tdep.c (i386_interix_init_abi): Update.
1400         * arm-tdep.c: Update comments.
1401         * h8300-tdep.c (h8300_gdbarch_init): Explicitly set init_frame_pc.
1402         * config/m32r/tm-m32r.h (DEPRECATED_INIT_FRAME_PC): Ditto.
1403         * frv-tdep.c (frv_gdbarch_init): Ditto.
1404         * x86-64-tdep.c (x86_64_init_abi): Ditto.
1405         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1406         * s390-tdep.c (s390_gdbarch_init): Ditto.
1407         * v850-tdep.c (v850_gdbarch_init): Ditto.
1408         * vax-tdep.c (vax_gdbarch_init): Ditto.
1409         * sh-tdep.c (sh_gdbarch_init): Ditto.
1410         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1411         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1412         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1413         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1414         * i386-tdep.c (i386_gdbarch_init): Ditto.
1415         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1416         * cris-tdep.c (cris_gdbarch_init): Ditto.
1417         * avr-tdep.c (avr_gdbarch_init): Ditto.
1418         * arm-tdep.c (arm_gdbarch_init): Ditto.
1419         * config/z8k/tm-z8k.h (INIT_FRAME_PC_FIRST): Delete macro.
1420         (DEPRECATED_INIT_FRAME_PC): Rename INIT_FRAME_PC.
1421
1422 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
1423
1424         * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_VFORK): Change to
1425         CHILD_FOLLOW_FORK.
1426         * hppah-nat.c (saved_vfork_pid): Add.
1427         (child_post_follow_vfork): Remove.
1428         (child_follow_fork): New function.
1429         (child_wait): Call detach_breakpoints after receiving the child vfork.
1430         Call child_resume directly instead of going through resume ().
1431         Make sure we have the exec before reporting the vfork.
1432         * inferior.h (follow_inferior_reset_breakpoints): Add prototype.
1433         * infrun.c (follow_fork, follow_vfork, follow_inferior_fork): Remove.
1434         (follow_fork): New function.  Call target_follow_fork.
1435         (follow_inferior_reset_breakpoints): New function broken out from
1436         old follow_inferior_fork.
1437         (resume): Remove hack to follow exec after vfork.
1438         * inftarg.c (child_post_follow_vfork): Remove.
1439         (child_follow_fork): New function.
1440         (init_child_ops): Replace to_post_follow_vfork with to_follow_fork.
1441         * target.c (cleanup_target): Replace to_post_follow_vfork with
1442         to_follow_fork.
1443         (update_current_target): Likewise.
1444         (setup_target_debug): Likewise.
1445         (debug_to_post_follow_vfork): Remove.
1446         (debug_to_follow_fork): New function.
1447         * target.h (struct target_ops): Replace to_post_folow_vfork with
1448         to_follow_fork.
1449         (child_post_follow_vfork): Remove prototype.
1450         (child_follow_fork): Add prototype.
1451         (target_post_follow_vfork): Remove macro.
1452         (target_follow_fork): Add macro.
1453
1454 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
1455
1456         * hppah-nat.c (saved_child_execd_pathname, saved_vfork_state): New.
1457         (child_post_follow_vfork): Cancel pending exec event if we follow
1458         the parent.
1459         (child_wait): Only return TARGET_WAITKIND_VFORKED when all necessary
1460         events have been processed.  Return a fake TARGET_WAITKIND_EXECD
1461         event at the following wait call if necessary.
1462         * infrun.c (follow_vfork): Don't follow_exec here.
1463         (handle_inferior_event): Add comment to TARGET_WAITKIND_EXECD
1464         case about HP/UX 10.20.  Remove code pushed down to
1465         hppah-nat.c:child_wait.
1466         * infttrace.c (child_resume): Use TT_PROC_CONTINUE if
1467         vfork_in_flight is set.
1468
1469 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
1470
1471         * hppah-nat.c (child_wait): Return TARGET_WAITKIND_IGNORE
1472         for the parent's fork event.
1473         * infrun.c (handle_inferior_event): Only expect one fork event.
1474         Call prepare_to_wait for TARGET_WAITKIND_IGNORE.  Update comment.
1475         * target.h: Update comment for TARGET_WAITKIND_IGNORE.
1476
1477 2002-12-10  Andrew Cagney  <ac131313@redhat.com>
1478
1479         * PROBLEMS: Delete reference to PR gdb/725.
1480         
1481         * MAINTAINERS (gdb.c++): Add David Carlton.
1482
1483 2002-12-09  David Carlton  <carlton@math.stanford.edu>
1484
1485         * cli/cli-setshow.c: #include <readline/tilde.h> after defs.h.
1486         * cli/cli-cmds.c: Ditto.
1487
1488 2002-12-09  Andrew Cagney  <cagney@redhat.com>
1489
1490         * gdbarch.sh (gdbarch_dump): Print NAME_OF_MALLOC using %s.  Wrap
1491         function address in <>.
1492         * gdbarch.c: Re-generate.
1493
1494 2002-12-09  David Carlton  <carlton@math.stanford.edu>
1495
1496         * p-exp.y: Rename TRUE and FALSE to TRUEKEYWORD and FALSEKEYWORD.
1497
1498 2002-12-09  David Carlton  <carlton@math.stanford.edu>
1499
1500         * linespec.c (symtab_from_filename): New function.
1501         (decode_line_1): Move code into symtab_from_filename.
1502
1503 2002-12-09  Kevin Buettner  <kevinb@redhat.com>
1504
1505         * lin-lwp.c (strsignal): Make extern declaration match that of glibc.
1506
1507 2002-12-07  Andrew Cagney  <ac131313@redhat.com>
1508
1509         * f-valprint.c (info_common_command): Use get_frame_pc.
1510         * std-regs.c (value_of_builtin_frame_pc_reg): Ditto.
1511         * ax-gdb.c (agent_command): Ditto.
1512         * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
1513         (rs6000_pop_frame): Ditto.
1514         (rs6000_frameless_function_invocation): Ditto.
1515         (rs6000_frame_saved_pc, frame_get_saved_regs): Ditto.
1516         (frame_initial_stack_address, rs6000_frame_chain): Ditto.
1517         * macroscope.c (default_macro_scope): Ditto.
1518         * stack.c (print_frame_info_base): Ditto.
1519         (print_frame, frame_info, print_frame_label_vars): Ditto.
1520         (return_command, func_command, get_frame_language): Ditto.
1521         * infcmd.c (finish_command): Ditto.
1522         * dummy-frame.c (cached_find_dummy_frame): Ditto.
1523         * breakpoint.c (deprecated_frame_in_dummy): Ditto.
1524         (break_at_finish_at_depth_command_1): Ditto.
1525         (break_at_finish_command_1): Ditto.
1526         (until_break_command, get_catch_sals): Ditto.
1527         * blockframe.c (func_frame_chain_valid): Ditto.
1528         (frameless_look_for_prologue): Ditto.
1529         (frame_address_in_block, generic_func_frame_chain_valid): Ditto.
1530
1531 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
1532
1533         * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Add declaration.
1534         * dwarf2cfi.c (cfi_init_frame_pc): Cast the PC to a pointer.
1535
1536 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
1537
1538         * gdbarch.sh (INIT_FRAME_PC_FIRST, INIT_FRAME_PC_DEFAULT): Convert
1539         to pure functions.
1540         * gdbarch.h, gdbarch.c: Re-generate.
1541         * frame.c (get_prev_frame): Explictly assign prev's pc with value
1542         returned by INIT_FRAME_PC_FIRST and INIT_EXTRA_FRAME_INFO.
1543
1544         * arch-utils.h (init_frame_pc_default, init_frame_pc_noop): Change
1545         declaration to a function returning a CORE_ADDR.
1546         * x86-64-tdep.h (x86_64_init_frame_pc): Ditto.
1547         * arch-utils.c (init_frame_pc_noop): Return the PC value.
1548         (init_frame_pc_default): Ditto.
1549         * x86-64-linux-tdep.c (x86_64_init_frame_pc): Ditto.
1550         * s390-tdep.c (s390_init_frame_pc_first): Ditto.
1551         * mips-tdep.c (mips_init_frame_pc_first): Ditto.
1552         * dwarf2cfi.h (cfi_init_frame_pc): Ditto.
1553         * dwarf2cfi.c (cfi_init_frame_pc): Ditto.
1554         * alpha-tdep.c (alpha_init_frame_pc_first): Ditto.
1555
1556         * i386-interix-tdep.c (i386_interix_init_abi): Set init_frame_pc
1557         to init_frame_pc_noop.
1558         (i386_interix_init_frame_pc): Delete function.
1559         * z8k-tdep.c (init_frame_pc): Delete function.
1560         * config/z8k/tm-z8k.h (INIT_FRAME_PC): Define as init_frame_pc_noop.
1561         (INIT_FRAME_PC_FIRST): Ditto.
1562         * config/mn10200/tm-mn10200.h (INIT_FRAME_PC): Ditto.
1563         (INIT_FRAME_PC_FIRST): Ditto.
1564         * config/sparc/tm-sparc.h (INIT_FRAME_PC): Ditto.
1565         * config/rs6000/tm-rs6000.h (INIT_FRAME_PC): Redefine as
1566         init_frame_pc_noop.
1567         (INIT_FRAME_PC_FIRST): Convert to an expression.
1568         * config/sparc/tm-sparc.h (INIT_FRAME_PC_FIRST): Ditto.
1569
1570 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
1571
1572         * blockframe.c: Use get_frame_base instead of directly accessing
1573         the `struct frame_info' member frame.
1574         * f-valprint.c, std-regs.c, rs6000-tdep.c: Ditto.
1575         * stack.c, dummy-frame.c, breakpoint.c: Ditto.
1576
1577 2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
1578
1579         * Makefile.in (readline_h): Define.
1580         (completer.o): Depend on readline_h.
1581         (corelow.o): Ditto.
1582         (event-top.o): Ditto.
1583         (exec.o): Ditto.
1584         (solib.o): Ditto.
1585         (source.o): Ditto. 
1586         (symfile.o): Ditto. 
1587         (symmisc.o): Ditto. 
1588         (top.o): Ditto.
1589         (tracepoint.o): Ditto. 
1590         (utils.o): Ditto.
1591         (cli-dump.o): Ditto.
1592         (tui-hooks.o): Ditto. 
1593         (tuiWin.o): Ditto. 
1594
1595 2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
1596
1597         More cleanup from import of readline 4.3.
1598         * completer.h (complete_line, readline_line_completion_function):
1599         Update prototypes.
1600         (line_completion_function): Removed, not used outside of completer.c.
1601         * completer.c (readline_line_completion_function,
1602         complete_function, line_completion_function): Use const for first
1603         parameter.
1604         (line_completion_function): Make static.
1605         (filename_completer): filename_completion_function is now called
1606         rl_filename_completion_function
1607         * corelow.c: Include <readline/readline.h>.
1608         * exec.c: Ditto.
1609         * solib.c: Ditto.
1610         * source.c: Ditto.
1611         * symfile.c: Ditto.
1612         * symmisc.c: Ditto.
1613         * top.c (init_main): No need to coerce
1614         readline_line_completion_function anymore.
1615         * cli/cli-dump.c: Include <readline/readline.h>.
1616
1617 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
1618
1619         * stack.c (frame_info): Use get_prev_frame.
1620         * blockframe.c (frame_address_in_block): Ditto.
1621         * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
1622         (rs6000_frameless_function_invocation): Ditto.
1623         (rs6000_frame_saved_pc): Ditto.
1624         (rs6000_frame_chain): Ditto.
1625         * arch-utils.c (init_frame_pc_default): Ditto.
1626
1627 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
1628
1629         * config/mn10200/tm-mn10200.h (DEPRECATED_PC_IN_CALL_DUMMY):
1630         Delete redundant definition.
1631
1632 2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
1633
1634         Import of readline 4.3:
1635         * cli/cli-cmds.c: Include readline/tilde.h.
1636         * cli/cli-setshow.c: Ditto.
1637         * defs.h: Don't declare tilde_expand anymore, since readline
1638         exports it.
1639
1640 2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
1641
1642         * Makefile.in (thread-db.o): Add explicit rule to ignore the use of
1643         -Werror on this file.
1644
1645 2002-12-07  Andrew Cagney  <ac131313@redhat.com>
1646
1647         * gdbarch.sh (TARGET_FLOAT_FORMAT): Use the macro when printing
1648         the format name.
1649         (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
1650         * gdbarch.c: Regenerate.
1651         
1652 2002-12-06  Andrew Cagney  <ac131313@redhat.com>
1653
1654         * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Rename
1655         INIT_FRAME_PC_FIRST.  Change to a function with predicate.  Do not
1656         provide a default value.
1657         * gdbarch.h, gdbarch.c: Regenerate.
1658         * frame.c (get_prev_frame): Update.  Check
1659         DEPRECATED_INIT_FRAME_PC_FIRST_P.
1660         * s390-tdep.c (s390_gdbarch_init): Update.
1661         * mips-tdep.c (mips_gdbarch_init): Update.
1662         * config/sparc/tm-sparc.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1663         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1664         * alpha-tdep.c (alpha_gdbarch_init): Update.
1665         
1666 2002-12-06  Elena Zannoni  <ezannoni@redhat.com>
1667
1668         * ia64-linux-nat.c: Include gdb_string.h.
1669         * alpha-nat.c: Ditto.
1670         * ppc-linux-nat.c: Ditto.
1671         * Makefile.in (ia64-linux-nat.o, alpha-nat.o, ppc-linux-nat.o):
1672         Update dependencies.
1673
1674 2002-12-05  Andrew Cagney  <ac131313@redhat.com>
1675
1676         * gdbthread.h: Include "frame.h".
1677         (struct thread_info): Replace step_frame_address with
1678         step_frame_id.
1679         * inferior.h: Include "frame.h".
1680         (step_frame_id): Replace external variable step_frame_address.
1681         * gdbthread.h (save_infrun_state): Replace step_frame_address
1682         parameter with step_frame_id parameter.
1683         (load_infrun_state): Ditto.
1684         * Makefile.in (gdbthread_h, inferior_h): Add $(frame_h).
1685         * infcmd.c (step_frame_id, step_1, step_once): Update.
1686         * thread.c (load_infrun_state, save_infrun_state): Update.
1687         * infrun.c (clear_proceed_status, save_inferior_status): Update.
1688         (handle_inferior_event, step_over_function): Update.
1689         (normal_stop, context_switch, restore_inferior_status): Update.
1690         (struct inferior_status): Replace step_frame_address with
1691         step_frame_id.
1692
1693 2002-12-05  David Carlton  <carlton@math.stanford.edu>
1694
1695         * dwarf2read.c (dwarf2_add_field): Treat a field that is a
1696         DW_TAG_member as well as a declaration as being a C++ static data
1697         member.
1698         (read_structure_scope): Combine tests for DW_TAG_member and
1699         DW_TAG_variable.
1700
1701 2002-12-05  David Carlton  <carlton@math.stanford.edu>
1702
1703         * linespec.c (decode_compound): New function.
1704         (decode_line_1): Move code into decode_compound.
1705
1706 2002-12-05  David Carlton  <carlton@math.stanford.edu>
1707
1708         * symtab.c (lookup_symbol_aux_local): Add 'static_block'
1709         argument.
1710         (lookup_symbol_aux): Do the 'field_of_this' check before checking
1711         the static block.  See PR gdb/804.
1712
1713 2002-12-05  David Carlton  <carlton@math.stanford.edu>
1714
1715         * symtab.c (lookup_symbol_aux_block): New function.
1716         (lookup_symbol_aux_local): Move code into lookup_symbol_aux_block.
1717
1718 2002-12-05  Andrew Cagney  <ac131313@redhat.com>
1719
1720         * gdbarch.sh: Dump the predicate function and macro values.
1721         (read): Print error on standard error.
1722         * gdbarch.c: Regenerate.
1723         
1724 2002-12-04  Kevin Buettner  <kevinb@redhat.com>
1725
1726         * Makefile.in (mips_tdep_h): Define.
1727         (mips-tdep.o): Add mips_tdep_h to dependency list.
1728         * mips-tdep.h: New file.
1729         * mips-tdep.c (mips-tdep.h): Include.
1730         (enum mips_abi): Move to mips-tdep.h.
1731         (mips_abi): New function.
1732
1733 2002-12-04  David Carlton  <carlton@math.stanford.edu>
1734
1735         * Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
1736
1737 2002-12-04  David Carlton  <carlton@math.stanford.edu>
1738
1739         * symtab.c (lookup_symbol_aux): Move minsym code into a separate
1740         function.
1741         (lookup_symbol_aux_minsyms): New function.
1742
1743 2002-12-04  J. Brobecker  <brobecker@gnat.com>
1744
1745         * pa64solib.c: s/boolean/int/. Fixes a build failure on hppa64-hpux.
1746
1747 2002-12-04  J. Brobecker  <brobecker@gnat.com>
1748
1749         * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,
1750         which is an obsolete macro name.
1751
1752 2002-12-04  Daniel Jacobowitz  <drow@mvista.com>
1753
1754         * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.
1755         * config/alpha/alpha-linux.mh (MH_CFLAGS): Add -mieee.
1756
1757 2002-12-03  H.J. Lu  (hjl@gnu.org)
1758
1759         * breakpoint.c (create_thread_event_breakpoint): Use xasprintf.
1760         (create_breakpoints): Make sure the addr_string field is not
1761         NULL.
1762
1763 2002-12-03  Andrew Cagney  <ac131313@redhat.com>
1764
1765         * sparc-nat.c (fetch_inferior_registers)
1766         (store_inferior_registers): Add comment on problem of LWP vs
1767         threads.
1768         
1769         From 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
1770         * lin-lwp.c (lin_lwp_fetch_registers): Remove.
1771         (lin_lwp_store_registers): Remove.
1772         (init_lin_lwp_ops): Use fetch_inferior_registers
1773         and store_inferior_registers directly.
1774         * sparc-nat.c (fetch_inferior_registers): Honor LWP ID.
1775         (store_inferior_registers): Likewise.
1776         Fix PR gdb/725.
1777
1778 2002-12-03  Andrew Cagney  <ac131313@redhat.com>
1779
1780         * frame.h (get_frame_id): Convert to a function.
1781         (null_frame_id, frame_id_p): Declare.
1782         (frame_id_eq, frame_id_inner): Declare.
1783         (frame_id_build): New function.
1784         * frame.c (get_frame_id): Update.  Use null_frame_id.
1785         (frame_find_by_id): Rewrite using frame_id_p, frame_id_eq and
1786         frame_id_inner.
1787         (null_frame_id, frame_id_p): Define.
1788         (frame_id_eq, frame_id_inner): Define.
1789         (frame_id_build): New function.
1790         * varobj.c (varobj_create): Update.
1791         (varobj_update): Update.
1792         * valops.c (value_assign): Update.
1793         (new_root_variable): Update.
1794         * infrun.c (save_inferior_status): Update.
1795         * breakpoint.c (watch_command_1): Update.
1796
1797 2002-12-03  J. Brobecker  <brobecker@gnat.com>
1798
1799         * config/pa/tm-hppah.h (SNAP1): Remove unused macro.
1800         (SNAP2): Likewise.
1801
1802 2002-12-03  Andrew Cagney  <cagney@redhat.com>
1803
1804         * NEWS: Mention Daniel Jacobowitz's multi-threaded shared library
1805         patch.
1806
1807         * PROBLEMS: Mention PR gdb/725.
1808
1809 2002-12-03  Andreas Schwab  <schwab@suse.de>
1810
1811         * infcmd.c (construct_inferior_arguments): Handle empty arguments.
1812
1813 2002-12-02  Adam Fedor  <fedor@gnu.org>
1814             Klee Dienes  <kdienes@apple.com>
1815
1816         * objc-lang.c (objc_printstr): Add width arg to match
1817         printstr prototype.
1818         (compare_selectors): Add 'const' to arg types.
1819         (compare_classes): Likewise.
1820         (find_imps): Cast msym pointer to avoid compiler warning.
1821         (print_object_command): Validate the address before
1822         passing it to the print routine.
1823         (find_objc_msgcall_submethod): Change function argument to
1824         return an int.
1825         * objc-lang.h: Add 'extern' to all function declarations.
1826         (value_nsstring): Add declaration.
1827
1828 2002-12-02  J. Brobecker  <brobecker@gnat.com>
1829
1830         * somsolib.c (dld_cache): Replace boolean by int for field is_valid.
1831         Fixes a build failure on HP/UX.
1832
1833         * hpread.c (told_objfile): Replace boolean type by int. Fixes a build
1834         failure on HP/UX. 
1835         (hpread_has_name): Advance declaration to avoid a compilation warning.
1836         (pst_syms_count): Add missing variable type. By change, the compiler
1837         was defaulting to int, which seems a good choice. Fixes a compilation
1838         warning.
1839         (pst_syms_size): Likewise.
1840  
1841 2002-12-02  J. Brobecker  <brobecker@gnat.com>
1842
1843         * hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init).
1844         (hppa_gdbarch_init): Detect osabi from objfile. Will be needed
1845         later to set the proper gdbarch methods depending on the osabi.
1846         * Makefile.in (hppa-tdep.o): Add dependency on osabi.h.
1847
1848 2002-12-02  J. Brobecker  <brobecker@gnat.com>
1849
1850         * osabi.h (gdb_osabi): Add two new enum values for HPUX ELF and SOM.
1851         * osabi.c (gdb_osabi_name): Add strings images for the two new
1852         enum values.
1853         (generic_elf_osabi_sniffer): Handle HPUX objfiles.
1854
1855 2002-12-02  Andrew Cagney  <ac131313@redhat.com>
1856
1857         * MAINTAINERS (Java): Global maintainers are responible for Java.
1858         (Past Maintainers): Mention both Anthony Green and Per Bothner as
1859         part Java maintainers.
1860
1861 2002-12-02  J. Brobecker  <brobecker@gnat.com>
1862
1863         * xcoffread.c (read_symbol_lineno): Replace boolean by int.
1864         Fixes a compilation failure on AiX.
1865
1866 2002-12-02  J. Brobecker  <brobecker@gnat.com>
1867
1868         * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining
1869         why aix-thread.o is not listed.
1870
1871 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
1872
1873         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Rename
1874         PC_IN_CALL_DUMMY.  Change to predicate.  Always allow call.
1875         * gdbarch.h, gdbarch.c: Re-generate.
1876         * config/sparc/tm-sparc.h, config/sparc/tm-sp64.h: Update.
1877         * config/mn10200/tm-mn10200.h, config/h8500/tm-h8500.h: Update.
1878         * config/pa/tm-hppa.h, frame.h: Update.
1879         * x86-64-tdep.c, vax-tdep.c, sparc-tdep.c: Update.
1880         * s390-tdep.c, ns32k-tdep.c, mn10300-tdep.c: Update.
1881         * m68k-tdep.c, i386-tdep.c, frv-tdep.c: Update.
1882         * cris-tdep.c, alpha-tdep.c: Update.
1883         * frame.c (set_unwind_by_pc, create_new_frame): Use either
1884         DEPRECATED_PC_IN_CALL_DUMMY or pc_in_dummy_frame.
1885         (get_prev_frame): Ditto.
1886
1887 2002-11-30  Andrew Cagney  <cagney@redhat.com>
1888
1889         * exec.c (xfer_memory): Replace boolean with int.
1890         * p-exp.y: Use 0 instead of false.
1891         * corelow.c (gdb_check_format): Change return type to int from
1892         boolean.
1893         * utils.c: Don't include <curses.h> or <term.h> first.
1894
1895 2002-11-29  Stephane Carrez  <stcarrez@nerim.fr>
1896
1897         * m68hc11-tdep.c (m68hc11_register_raw_size): Remove.
1898         (m68hc11_register_byte): Remove.
1899         (m68hc11_gdbarch_init): Don't set the above.
1900
1901 2002-11-29  Andrew Cagney  <cagney@redhat.com>
1902
1903         * remote-mips.c (mips_initialize): Force a selected frame rebuild
1904         by calling get_selected_frame.
1905         * ocd.c (ocd_start_remote): Use get_selected frame instead of
1906         set_current_frame, create_new_frame, select_frame and
1907         get_current_frame.
1908         * remote-e7000.c (e7000_start_remote): Ditto.
1909         * remote-mips.c (common_open): Ditto
1910         * remote-rdp.c (remote_rdp_open): Ditto.
1911
1912 2002-11-29  Andreas Schwab  <schwab@suse.de>
1913
1914         * m68k-tdep.c (m68k_frame_chain, m68k_frame_saved_pc)
1915         (altos_skip_prologue, delta68_frame_saved_pc, isi_frame_num_args)
1916         (delta68_frame_num_args, news_frame_num_args, m68k_skip_prologue)
1917         (m68k_frame_init_saved_regs, m68k_saved_pc_after_call): Use
1918         read_memory_unsigned_integer instead of read_memory_integer when
1919         dealing with addresses and instruction opcodes.
1920         * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc) 
1921         (m68k_linux_frame_saved_pc): Likewise.
1922
1923 2002-11-29  Andrew Cagney  <ac131313@redhat.com>
1924
1925         * stack.c (selected_frame, select_frame): Move from here ...
1926         * frame.c (selected_frame, select_frame): ... to here.  Include
1927         "language.h".
1928         * Makefile.in (frame.o): Update dependencies.
1929         * frame.c (get_selected_frame): New function.
1930         * frame.h (get_selected_frame): Declare.
1931         (deprecated_selected_frame): Rename selected_frame.
1932         * ada-lang.c, ada-tasks.c, breakpoint.c, corelow.c: Update.
1933         * eval.c, f-valprint.c, findvar.c, frame.c, frame.h: Update.
1934         * h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, infcmd.c: Update.
1935         * inflow.c, infrun.c, macroscope.c, mips-tdep.c: Update.
1936         * mn10300-tdep.c, ocd.c, regcache.h, remote-e7000.c: Update.
1937         * remote-mips.c, remote-rdp.c, sh-tdep.c, sparc-tdep.c: Update.
1938         * stack.c, thread.c, tracepoint.c, valops.c, varobj.c: Update.
1939         * z8k-tdep.c, cli/cli-cmds.c: Update.
1940         
1941 2002-11-29  Andrew Cagney  <ac131313@redhat.com>
1942
1943         * frame.h (get_selected_block): Add comments.
1944
1945 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
1946
1947         * frame.c (pc_notcurrent): New function.
1948         (find_frame_sal): New function.
1949         * frame.h (find_frame_sal): Declare.
1950         (struct symtab_and_line): Add opaque declaration.
1951         * stack.c (print_frame_info_base): Use find_frame_sal instead of
1952         find_pc_line.
1953         (frame_info): Ditto.
1954         * ada-lang.c (find_printable_frame): Ditto.
1955
1956 2002-11-28  J. Brobecker  <brobecker@gnat.com>
1957
1958         * configure.in: Check that the pthdebug library is recent enough
1959         before enabling thread support on native AiX.
1960         * configure: Regenerate.
1961
1962         * config/powerpc/aix432.mh (NATDEPFILES): Remove aix-thread.o
1963         from the list of object files as it is now appended by configure
1964         if thread support is enabled.
1965         (NAT_CLIBS): Removed as -lpthdebug is also appended by configure
1966         if thread support is enabled.
1967
1968 2002-11-28  Andrew Cagney  <cagney@redhat.com>
1969
1970         * stack.c (get_selected_block): In-line get_current_block.
1971         * frame.h (get_current_block): Delete declaration.
1972         * blockframe.c (get_current_block): Delete function.
1973
1974 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
1975
1976         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Rename
1977         USE_GENERIC_DUMMY_FRAMES.
1978         * gdbarch.h, gdbarch.c: Regenerate.
1979         * valops.c, frame.c: Update.
1980         * config/z8k/tm-z8k.h, config/mn10200/tm-mn10200.h: Update.
1981         * config/m32r/tm-m32r.h, config/h8500/tm-h8500.h: Update.
1982         * config/pa/tm-hppa.h, blockframe.c: Update.
1983         * vax-tdep.c, sparc-tdep.c, ns32k-tdep.c: Ditto.
1984         * m68k-tdep.c, alpha-tdep.c: Ditto.
1985
1986         * arm-tdep.c: Eliminate USE_GENERIC_DUMMY_FRAMES as always 1.
1987         * mips-tdep.c: Ditto.
1988
1989 2002-11-27  Andrew Cagney  <ac131313@redhat.com>
1990
1991         * gdbarch.sh (CALL_DUMMY_LOCATION): Default to AT_ENTRY_POINT.
1992         (USE_GENERIC_DUMMY_FRAMES): Default to true.
1993         (PC_IN_CALL_DUMMY): Default to generic_pc_in_call_dummy.
1994         * gdbarch.c, gdbarch.h: Re-generate.
1995         * inferior.h (USE_GENERIC_DUMMY_FRAMES): Delete macro definition.
1996         (CALL_DUMMY_LOCATION): Delete macro definition.
1997         (PC_IN_CALL_DUMMY): Delete macro definitions.
1998         
1999         * arm-tdep.c (arm_gdbarch_init): Do not set pc_in_call_dummy,
2000         default is already generic_pc_in_call_dummy.
2001         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2002         * v850-tdep.c (v850_gdbarch_init): Ditto.
2003         * sh-tdep.c (sh_gdbarch_init): Ditto.
2004         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2005         * mips-tdep.c (mips_gdbarch_init): Ditto.
2006         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2007         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2008         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2009         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2010         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2011         * avr-tdep.c (avr_gdbarch_init): Ditto.
2012         
2013         * arm-tdep.c (arm_gdbarch_init): Do not set
2014         use_generic_dummy_frames, default is already 1.
2015         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2016         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
2017         * v850-tdep.c (v850_gdbarch_init): Ditto.
2018         * sh-tdep.c (sh_gdbarch_init): Ditto.
2019         * s390-tdep.c (s390_gdbarch_init): Ditto.
2020         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2021         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2022         * mips-tdep.c (mips_gdbarch_init): Ditto.
2023         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2024         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2025         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2026         * i386-tdep.c (i386_gdbarch_init): Ditto.
2027         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2028         * frv-tdep.c (frv_gdbarch_init): Ditto.
2029         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2030         * cris-tdep.c (cris_gdbarch_init): Ditto.
2031         * avr-tdep.c (avr_gdbarch_init): Ditto.
2032
2033         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2034         call_dummy_location, default is already AT_ENTRY_POINT.
2035         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
2036         * v850-tdep.c (v850_gdbarch_init): Ditto.
2037         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2038         * sh-tdep.c (sh_gdbarch_init): Ditto.
2039         * s390-tdep.c (s390_gdbarch_init): Ditto.
2040         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2041         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2042         * mips-tdep.c (mips_gdbarch_init): Ditto.
2043         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2044         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2045         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2046         * i386-tdep.c (i386_gdbarch_init): Ditto.
2047         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2048         * frv-tdep.c (frv_gdbarch_init): Ditto.
2049         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2050         * cris-tdep.c (cris_gdbarch_init): Ditto.
2051         * avr-tdep.c (avr_gdbarch_init): Ditto.
2052         * arm-tdep.c (arm_gdbarch_init): Ditto.
2053         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2054
2055 2002-11-28  Andrew Cagney  <cagney@redhat.com>
2056
2057         * frame.h: Update comments on set_current_frame, create_new_frame,
2058         flush_cached_frames, reinit_frame_cache, select_frame and
2059         selected_frame.
2060         
2061 2002-11-27  Andrew Cagney  <cagney@redhat.com>
2062
2063         * config/z8k/tm-z8k.h (PC_IN_CALL_DUMMY): Update definition to use
2064         deprecated pc_in_call_dummy function.
2065         * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Ditto.
2066         * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Ditto.
2067         * config/pa/tm-hppa.h (PC_IN_CALL_DUMMY): Ditto.
2068         * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Ditto.
2069         * config/h8500/tm-h8500.h (PC_IN_CALL_DUMMY): Ditto.
2070
2071 2002-11-26  Martin M. Hunt  <hunt@redhat.com>
2072
2073         * Makefile.in: Remove Tix dependencies.
2074         * acinclude.m4: Ditto.
2075         * aclocal.m4: Ditto.
2076         * configure.in: Ditto.
2077         * configure: Regenerated.
2078         
2079 2002-11-26  Andrew Cagney  <ac131313@redhat.com>
2080
2081         * gdbarch.sh (TARGET_FLOAT_FORMAT): Print the float format name.
2082         (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
2083         * gdbarch.c: Re-generate.
2084         
2085 2002-11-26  Andrew Cagney  <ac131313@redhat.com>
2086
2087         * config/h8500/tm-h8500.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
2088         (USE_GENERIC_DUMMY_FRAMES): Define as zero.
2089         (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
2090         * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Define as
2091         pc_in_call_dummy_at_entry_point.
2092         * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
2093         (USE_GENERIC_DUMMY_FRAMES): Define as zero.
2094         (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
2095         * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Delete undefine.
2096         * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Define as
2097         pc_in_call_dummy_on_stack.
2098         * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Redefine as
2099         pc_in_call_dummy_at_entry_point and pc_in_call_dummy_on_stack.
2100         * config/z8k/tm-z8k.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
2101         (USE_GENERIC_DUMMY_FRAMES): Define as zero.
2102         (PC_IN_CALL_DUMMY): Defile as pc_in_call_dummy_on_stack.
2103         
2104 2002-11-26  Andrew Cagney  <ac131313@redhat.com>
2105
2106         * inferior.h (deprecated_pc_in_call_dummy_before_text_end): Rename
2107         pc_in_call_dummy_before_text_end
2108         (deprecated_pc_in_call_dummy_after_text_end): Rename
2109         pc_in_call_dummy_after_text_end.
2110         (deprecated_pc_in_call_dummy_on_stack): Rename
2111         pc_in_call_dummy_on_stack.
2112         (deprecated_pc_in_call_dummy_at_entry_point): Rename
2113         pc_in_call_dummy_at_entry_point.
2114         * m68k-tdep.c (m68k_gdbarch_init): Update.
2115         * s390-tdep.c (s390_gdbarch_init): Update.
2116         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2117         * vax-tdep.c (vax_gdbarch_init): Update.
2118         * sparc-tdep.c (sparc_gdbarch_init): Update.
2119         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2120         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2121         * i386-tdep.c (i386_gdbarch_init): Update.
2122         * frv-tdep.c (frv_gdbarch_init): Update.
2123         * cris-tdep.c (cris_gdbarch_init): Update.
2124         * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Update.
2125         * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
2126         (deprecated_pc_in_call_dummy_after_text_end)
2127         (deprecated_pc_in_call_dummy_on_stack)
2128         (deprecated_pc_in_call_dummy_at_entry_point): Update.
2129         * alpha-tdep.c (alpha_gdbarch_init): Update.
2130
2131 2002-11-25  Daniel Jacobowitz  <drow@mvista.com>
2132
2133         * acconfig.h (HAVE_PREAD64): Add.
2134         * configure.in: Check for pread64.
2135         * config.in: Regenerated.
2136         * configure: Regenerated.
2137         * lin-lwp.c (lin_lwp_xfer_memory): Call linux_proc_xfer_memory.
2138         * linux-proc.c (linux_proc_xfer_memory): New function.
2139         * config/nm-linux.h (linux_proc_xfer_memory): Add prototype.
2140
2141 2002-11-25  David Carlton  <carlton@math.stanford.edu>
2142
2143         * dwarf2read.c (scan_partial_symbols): Descend into namespace
2144         pdi's with no name.
2145
2146 2002-11-25  Andrew Cagney  <ac131313@redhat.com>
2147
2148         * MAINTAINERS: Mark h8500 as broken.  Breakage occured Fri Nov 5
2149         16:32:04 1999 Andrew Cagney <cagney@b1.cygnus.com>.
2150
2151 2002-11-25  Jim Blandy  <jimb@redhat.com>
2152
2153         * symfile.c (init_objfile_sect_indices): New function.
2154         (default_symfile_offsets): Move the section-index-initializing
2155         stuff into init_objfile_sect_indices, and call that.
2156
2157         * symtab.h (SIZEOF_N_SECTION_OFFSETS): New macro.
2158         (SIZEOF_SECTION_OFFSETS): Use SIZEOF_N_SECTION_OFFSETS.
2159
2160         * symfile.c (syms_from_objfile): Adjust indentation.
2161
2162         * symfile.c (symbol_file_add): Flush gdb_stdout even if from_tty
2163         || info_verbose isn't true.
2164
2165 2002-11-24  Andrew Cagney  <ac131313@redhat.com>
2166
2167         * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Change
2168         default to get_frame_base.
2169         * gdbarch.h, gdbarch.c: Regenerate.
2170         * arch-utils.c (default_frame_address): Delete function.
2171         * arch-utils.h (default_frame_address): Delete declaration
2172
2173 2002-11-24  Pierre Muller  <muller@ics.u-strasbg.fr>
2174
2175         * varobj.c (find_frame_addr_in_frame_chain):
2176         Use get_frame_base instead of FRAME_FP,
2177         obvious fix.
2178
2179 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
2180
2181         * frame.h (FRAME_FP): Delete macro.
2182         (get_frame_base): New function declaration.
2183         * frame.c (get_frame_base): New function.
2184         (get_frame_id): Use ->frame.
2185         (frame_find_by_id): Rewrite to use get_frame_id.
2186         * blockframe.c: Use get_frame_base instead of FRAME_FP.
2187         * cris-tdep.c, d10v-tdep.c, findvar.c, h8500-tdep.c: Ditto.
2188         * hppa-tdep.c, i386-tdep.c, infcmd.c, infrun.c: Ditto.
2189         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
2190         * mn10200-tdep.c, mn10300-tdep.c, rs6000-tdep.c: Ditto.
2191         * sh-tdep.c, sparc-tdep.c, stack.c, tracepoint.c: Ditto.
2192         * v850-tdep.c, valops.c, z8k-tdep.c: Ditto.
2193
2194 2002-11-24  Andrew Cagney  <ac131313@redhat.com>
2195
2196         * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
2197
2198 2002-11-24  Andrew Cagney  <ac131313@redhat.com>
2199
2200         * frame.c (set_unwind_by_pc): Revert change below, use
2201         PC_IN_CALL_DUMMY.
2202         (get_prev_frame): Ditto.
2203
2204 2002-11-24  Andrew Cagney  <ac131313@redhat.com>
2205
2206         * dummy-frame.c (pc_in_dummy_frame): New function.
2207         (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
2208         (find_dummy_frame): Update comment.
2209         (generic_pop_current_frame): Use get_frame_type.
2210         * dummy-frame.h (pc_in_dummy_frame): Declare.
2211         * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
2212         (create_new_frame): Use pc_in_dummy_frame.
2213         (get_prev_frame): Use pc_in_dummy_frame.
2214         (frame_saved_regs_register_unwind): Use get_prev_frame.
2215         (deprecated_generic_get_saved_register): Use get_prev_frame.
2216
2217 2002-11-23  Andrew Cagney  <ac131313@redhat.com>
2218
2219         * blockframe.c (find_frame_addr_in_frame_chain): Move function
2220         from here ...
2221         * varobj.c (find_frame_addr_in_frame_chain): ... to here.
2222         (varobj_create): Note that frame ID should be used.
2223         * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
2224
2225 2002-11-23  Andrew Cagney  <ac131313@redhat.com>
2226
2227         * breakpoint.c: Include "gdb_assert.h".
2228         (deprecated_frame_in_dummy): Assert that generic dummy frames are
2229         not being used.
2230         * Makefile.in (breakpoint.o): Update dependencies.
2231         * ada-lang.c (find_printable_frame): Use get_frame_type instead of
2232         deprecated_frame_in_dummy.
2233         * stack.c (print_frame_info_base): Ditto.
2234         (frame_info): Ditto.
2235         (print_frame_info_base): Ditto.  Delete dead code.
2236         
2237 2002-11-23  Andreas Schwab  <schwab@suse.de>
2238
2239         * Makefile.in (m68k_tdep_h): Define.
2240         (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
2241         (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
2242         * m68k-tdep.c: Move register number enum ...
2243         * m68k-tdep.h: ... to this new file and rename the constants from
2244         E_* to M68K_*.  All uses changed.
2245         * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
2246         * abug-rom.c: Include "m68k-tdep.h".  Use
2247         M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
2248         * cpu32bug-rom.c: Likewise.
2249         * dbug-rom.c: Likewise.
2250         * m68k-tdep.c: Likewise.
2251         * m68klinux-nat.c: Likewise.
2252         * remote-est.c: Likewise.
2253         * rom68k-rom.c: Likewise.
2254         * config/m68k/tm-linux.h: Likewise.
2255
2256 2002-11-23  Andrew Cagney  <ac131313@redhat.com>
2257
2258         * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
2259         dummy frame initialization code.
2260         * mips-tdep.c (mips_gdbarch_init): Ditto.
2261
2262 2002-11-22  Christopher Faylor  <cgf@redhat.com>
2263
2264         * win32-nat.c (child_attach): Reset saw_create counter or subsequent
2265         attach will hang.
2266
2267 2002-11-22  Andrew Cagney  <ac131313@redhat.com>
2268
2269         * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
2270         to default_frame_address.
2271         * gdbarch.h, gdbarch.c: Re-generate.
2272
2273         * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
2274         or frame_locals_address to default_frame_address.
2275         * m68k-tdep.c (m68k_gdbarch_init): Update.
2276         * i386-tdep.c (i386_gdbarch_init): Update.
2277         * frv-tdep.c (frv_gdbarch_init): Update.
2278         * sh-tdep.c (sh_gdbarch_init): Update.
2279         * v850-tdep.c (v850_gdbarch_init): Update.
2280         * sparc-tdep.c (sparc_gdbarch_init): Update.
2281         * mips-tdep.c (mips_gdbarch_init): Update.
2282         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2283         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2284         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2285
2286         * cris-tdep.c (cris_frame_args_address): Delete function.
2287         (cris_frame_locals_address): Delete function.
2288         (cris_gdbarch_init): Do not set frame_args_address or
2289         frame_locals_address.
2290
2291 2002-11-22  Michael Snyder  <msnyder@redhat.com>
2292
2293         * thread-db.c (thread_db_load): Tell the user what's going on
2294         if dlopen fails on libthread_db.
2295
2296 2002-11-23  Andreas Schwab  <schwab@suse.de>
2297
2298         * m68k-tdep.c (m68k_register_virtual_type): Use architecture
2299         invariant return values.
2300
2301 2002-11-22  Andreas Schwab  <schwab@suse.de>
2302
2303         * valops.c (value_slice): Move declaration of `offset' to avoid
2304         warning.
2305
2306 2002-11-22  Christopher Faylor  <cgf@redhat.com>
2307
2308         * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
2309         (struct so_stuff): Add end_addr field.
2310         (register_loaded_dll): Calculate and store end address of loaded dll.
2311         (solib_address): New function.
2312         (child_solib_loaded_library_pathname): Pass carefully constructed
2313         section info to safe_symbol_file_add rather than ignoring it.
2314         (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
2315         DLL is loaded.
2316         (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
2317         (child_create_inferior): Fix a compiler warning.
2318         * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
2319         (solib_address): Declare new function.
2320
2321 2002-11-22  Andreas Schwab  <schwab@suse.de>
2322
2323         * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
2324         and FPS registers.
2325
2326 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
2327
2328         * maint.c (_initialize_maint_cmds): Fix typo.  From
2329         Francesco Potorti` <pot@gnu.org>.
2330
2331 2002-11-21  Andrew Cagney  <cagney@redhat.com>
2332
2333         * mips-tdep.c (mips_dump_tdep): Delete references to
2334         GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
2335         * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
2336         (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
2337         * printcmd.c (build_address_symbolic): Delete calls to
2338         GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
2339         (address_info): Ditto.
2340         Fix PR gdb/773.
2341         
2342 2002-11-19  Klee Dienes  <kdienes@apple.com>
2343             Adam Fedor  <fedor@gnu.org>
2344
2345         * completer.c (skip_quoted_chars): Renamed from skip_chars.  Add
2346         the ability to explicitly specify the quote characters and word
2347         break characters; if NULL is specified for either, use the old
2348         behavior of using the characters used by the completer.
2349         (skip_chars): New function.  Convenience wrapper around
2350         skip_quoted_chars to provide the original skip_chars behavior.
2351         * completer.h (skip_quoted_chars): Add prototype.
2352
2353 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
2354
2355         Problems reported by Paul Eggert.
2356         * gdbarch.sh: Use `sort -k 3`.  Fix PR gdb/527.
2357
2358 2002-11-19  Andreas Schwab  <schwab@suse.de>
2359
2360         * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP) 
2361         (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET) 
2362         (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc) 
2363         (m68k_linux_frame_saved_pc): Move to ...
2364         * m68klinux-tdep.c: ... here.  New file.
2365         * Makefile.in (m68klinux-tdep.o): Add dependencies.
2366         * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
2367
2368 2002-11-19  Adam Fedor  <fedor@gnu.org>
2369
2370         * objc-exp.y: Revert to old skip_quoted usage.
2371
2372 2002-11-19  Adam Fedor  <fedor@gnu.org>
2373
2374         * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
2375         (objc_lang_h): Define.
2376         (YYFILES): Add objc-exp.tab.c.
2377         (local-maintainer-clean): Remove objc-exp.tab.c.
2378         (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
2379         
2380 2002-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
2381
2382         * p-exp.y (typecast rule): Add automatic dereference of
2383         pascal classes if needed.
2384         (THIS): Set current_type.
2385         Automatically dereference pascal classes. 
2386         (typebase rule): Add ^typebase recognition.
2387
2388 2002-11-18  Adam Fedor  <fedor@gnu.org>
2389
2390         * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
2391         OP_OBJC_MSGCALL, and OP_OBJC_SELF.      
2392         (op_name): Handle OP_OBJC_SELF.
2393         * Makefile.in (expprint.o): Add additional depends.
2394
2395 2002-11-18  Adam Fedor  <fedor@gnu.org>
2396
2397         * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
2398         OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
2399         * parse.c (length_of_subexp, prefixify_subexp): Likewise.
2400         * objc-exp.y: Likewise. 
2401
2402 2002-11-18  Adam Fedor  <fedor@gnu.org>
2403
2404         * gdb/parser-defs.h: (struct objc_class_str): New structure
2405         for parsing ObjC classes.
2406
2407 2002-11-18  Andrew Cagney  <ac131313@redhat.com>
2408
2409         * stack.c (frame_relative_level): Copy function from here ...
2410         * frame.c (frame_relative_level): ...to here.
2411
2412 2002-11-18  Andrew Cagney  <ac131313@redhat.com>
2413
2414         * frame.h (enum frame_type): Define.
2415         (get_frame_type): Declare.
2416         (struct frame_info): Add field `type'.  Delete field
2417         signal_handler_caller.
2418         (deprecated_set_frame_signal_handler_caller): Declare.
2419         * frame.c (get_frame_type): New function.
2420         (deprecated_set_frame_type): New function.
2421         (create_new_frame): Set the frame's type.
2422         (get_prev_frame): Similar.
2423         * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
2424         * s390-tdep.c: Ditto.
2425         * m68klinux-nat.c: Ditto.
2426         * ns32k-tdep.c: Ditto.
2427         * x86-64-linux-tdep.c: Ditto.
2428         * vax-tdep.c: Ditto.
2429         * rs6000-tdep.c: Ditto.
2430         * ppc-linux-tdep.c: Ditto.
2431         * i386-interix-tdep.c: Ditto.
2432         * mips-tdep.c: Ditto.
2433         * m68k-tdep.c: Ditto.
2434         * hppa-tdep.c: Ditto.
2435         * ia64-tdep.c: Ditto.
2436         * cris-tdep.c: Ditto.
2437         * arm-tdep.c: Ditto.
2438         * alpha-tdep.c: Ditto.
2439         * i386-tdep.c: Ditto.
2440         * stack.c: Ditto.
2441         * ada-lang.c: Ditto.
2442         * blockframe.c: Update.
2443         * i386-interix-tdep.c (i386_interix_back_one_frame): Use
2444         deprecated_set_frame_type instead of signal_handler_caller.
2445         * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
2446         * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
2447         * breakpoint.h: Delete FIXME suggesting get_frame_type.
2448
2449 2002-11-18   Klee Dienes  <kdienes@apple.com>
2450
2451         * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
2452
2453 2002-11-18  Klee Dienes  <kdienes@apple.com>
2454
2455         * buildsym.c (pop_context): Add comment.
2456         
2457 2002-11-18  Klee Dienes  <kdienes@apple.com>
2458
2459         * buildsym.h (pop_context): Convert to function, defined in
2460         buildsym.c.
2461         * buildsym.c: Include gdb_assert.h.
2462         (pop_context): Implement as C function.  Add check for stack
2463         underflow.
2464         * dbxread.c (process_one_symbol): Complain and stop processing
2465         that symbol if we are already at the top of the context stack for
2466         a function-end N_FUN (this would imply an umatched RBRAC).  Ditto
2467         when processing N_RBRAC.
2468
2469 2002-11-16  Daniel Jacobowitz  <drow@mvista.com>
2470
2471         * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
2472         define.
2473         (struct target_waitstatus): Add opaque definition.
2474         * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
2475         * exec.c (init_exec_ops): Likewise.
2476         * fork-child.c (clone_and_follow_inferior): Remove.
2477         * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
2478         * inferior.h (clone_and_follow_inferior): Remove prototype.
2479         * infrun.c (follow_fork_mode_both): Remove.
2480         (follow_fork_mode_kind_names): Remove commented out "both".
2481         (follow_inferior_fork): Remove follow_fork_mode_both support.
2482         * inftarg.c (child_clone_and_follow_inferior): Remove.
2483         (child_post_follow_inferior_by_clone): Remove.
2484         (init_child_ops): Don't set to_clone_and_follow_inferior
2485         or to_post_follow_inferior_by_clone.
2486         * target.c (default_clone_and_follow_inferior): Remove.
2487         (cleanup_target): Don't set to_clone_and_follow_inferior
2488         or to_post_follow_inferior_by_clone.
2489         (find_default_clone_and_follow_inferior): Remove.
2490         (init_dummy_target): Don't set to_clone_and_follow_inferior.
2491         (debug_to_clone_and_follow_inferior): Remove.
2492         (debug_to_post_follow_inferior_by_clone): Remove.
2493         (setup_target_debug): Don't set to_clone_and_follow_inferior
2494         or to_post_follow_inferior_by_clone.
2495         * target.h (struct target_ops): Remove to_clone_and_follow_inferior
2496         and to_post_follow_inferior_by_clone.
2497         (child_clone_and_follow_inferior): Remove prototype.
2498         (child_post_follow_inferior_by_clone): Remove prototype.
2499         (target_clone_and_follow_inferior): Remove macro.
2500         (target_post_follow_inferior_by_clone): Remove macro.
2501         (find_default_clone_and_follow_inferior): Remove prototype.
2502
2503 2002-11-16  Daniel Jacobowitz  <drow@mvista.com>
2504
2505         * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
2506         inferior_has_vforked, and inferior_has_execd instead of
2507         target_has_forked, target_has_vforked, and target_has_execd.
2508         * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
2509         (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
2510         (CHILD_WAIT): Define.
2511         (child_wait): Add prototype.
2512         * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
2513         Add prototype.
2514         (hpux_has_vforked): Likewise, from child_has_vforked.
2515         (hpux_has_execd): Likewise, from child_has_execd.
2516         (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
2517         (not_same_real_pid, child_wait): New, copied from inftarg.c.
2518         Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
2519         and hpux_has_syscall_event instead of the target hooks.
2520         * infrun.c (inferior_has_forked, inferior_has_vforked)
2521         (inferior_has_execd): New functions.
2522         * inftarg.c (not_same_real_pid): Remove.
2523         (child_wait): Remove references to not_same_real_pid,
2524         target_has_forked, target_has_vforked, target_has_execd,
2525         and target_has_syscall_event.
2526         (child_has_forked, child_has_vforked, child_has_execd)
2527         (child_has_syscall_event): Remove.
2528         (init_child_ops): Remove references to child_has_forked,
2529         child_has_vforked, child_has_execd, and child_has_syscall_event.
2530         * infttrace.c (hpux_has_forked): Rename from child_has_forked.
2531         (hpux_has_vforked): Likewise, from child_has_vforked.
2532         (hpux_has_execd): Likewise, from child_has_execd.
2533         (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
2534         * target.c (cleanup_target): Remove references to
2535         to_has_forked, to_has_vforked, to_has_execd, and
2536         to_has_syscall_event.
2537         (update_current_target): Likewise.
2538         (setup_target_debug): Likewise.
2539         (debug_to_has_forked): Remove.
2540         (debug_to_has_vforked): Remove.
2541         (debug_to_has_execd): Remove.
2542         (debug_to_has_syscall_event): Remove.
2543         * target.h (struct target_ops): Remove to_has_forked.
2544         to_has_vforked, to_has_execd, and to_has_syscall_event.
2545         (child_has_forked, child_has_vforked, child_has_execd)
2546         (child_has_syscall_event): Remove prototypes.
2547         (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
2548         prototypes.
2549         (target_has_forked, target_has_vforked, target_has_execd)
2550         (target_has_syscall_event): Remove macros.
2551
2552 2002-11-16  Daniel Jacobowitz  <drow@mvista.com>
2553
2554         * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
2555         * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
2556         (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
2557         * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
2558         * target.c (cleanup_target): Remove reference to
2559         to_can_follow_vfork_prior_to_exec.
2560         (update_current_target): Likewise.
2561         (debug_to_can_follow_vfork_prior_to_exec): Remove.
2562         (setup_target_debug): Remove reference to
2563         to_can_follow_vfork_prior_to_exec.
2564         * target.h (struct target_ops): Remove
2565         to_can_follow_vfork_prior_to_exec.
2566         (child_can_follow_vfork_prior_to_exec): Remove prototype.
2567         (target_can_follow_vfork_prior_to_exec): Remove definition.
2568         * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
2569         define.
2570         * infrun.c (follow_vfork_when_exec): Remove.
2571         (follow_inferior_fork): Remove references to follow_vfork_when_exec.
2572         (follow_exec): Likewise.
2573         (handle_inferior_event): Likewise.
2574         (keep_going): Likewise.
2575
2576 2002-11-15  Andrew Cagney  <cagney@redhat.com>
2577
2578         * frame.c (generic_unwind_get_saved_register): Make static.
2579         * frame.h (generic_unwind_get_saved_register): Delete declaration.
2580         * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
2581         defaults to generic_unwind_get_saved_register.
2582         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2583         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2584         * frv-tdep.c (frv_gdbarch_init): Ditto.
2585         * i386-tdep.c (i386_gdbarch_init): Ditto.
2586         * s390-tdep.c (s390_gdbarch_init): Ditto.
2587         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2588         * v850-tdep.c (v850_gdbarch_init): Ditto.
2589         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2590         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2591         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
2592
2593 2002-11-15  Andrew Cagney  <cagney@redhat.com>
2594
2595         * x86-64-linux-nat.c (i386_sse_regnum_p): New function.  Copy from
2596         i386-tdep.c.
2597
2598 2002-11-15  Andrew Cagney  <cagney@redhat.com>
2599
2600         * frame.h (sigtramp_saved_pc): Delete declaration.
2601         * blockframe.c (sigtramp_saved_pc): Delete function.
2602         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
2603         (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
2604         * vax-tdep.c (vax_sigtramp_saved_pc): New function.
2605         (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
2606
2607 2002-11-15  Andrew Cagney  <ac131313@redhat.com>
2608
2609         * frame.c (frame_pc_unwind): New function.
2610         (frame_saved_regs_pc_unwind): New function.
2611         (frame_register_unwind): Pass unwind_cache instead of
2612         register_unwind_cache.
2613         (set_unwind_by_pc): Add unwind_pc parameter, set.
2614         (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
2615         (get_prev_frame): Ditto.
2616         * frame.h (frame_pc_unwind_ftype): Declare.
2617         (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
2618         pc_unwind_cache.  Rename register_unwind_cache to unwind_cache.
2619         (frame_pc_unwind): Declare.
2620         * dummy-frame.c (dummy_frame_pc_unwind): New function.
2621         (struct dummy_frame): Add comment mentioning that values are for
2622         previous frame.
2623         * dummy-frame.h (dummy_frame_pc_unwind): Declare.
2624         * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
2625         (generic_file_frame_chain_valid): Ditto.
2626         * stack.c (frame_info): Ditto.
2627
2628 2002-11-15  David Carlton  <carlton@math.stanford.edu>
2629
2630         * linespec.c (locate_first_half): New function.
2631         (decode_line_1): Move code into locate_first_half.
2632
2633 2002-11-15  Andrew Cagney  <ac131313@redhat.com>
2634
2635         * complaints.h: Add comment explaining how to eliminate a
2636         deprecated_complain call.
2637         * complaints.h: Fix spelling errors.
2638
2639 2002-11-15  David Carlton  <carlton@math.stanford.edu>
2640
2641         * printcmd.c: Remove #include "disasm.h".
2642
2643 2002-11-14  Andrew Cagney  <ac131313@redhat.com>
2644
2645         * frame.h: Move the most relevant interface functions to the start
2646         of the file.
2647
2648 2002-11-14  Andrew Cagney  <ac131313@redhat.com>
2649
2650         * regcache.h (deprecated_registers): Rename registers.
2651         * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
2652         * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
2653         * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
2654         * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
2655         * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
2656         * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
2657         * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
2658         * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
2659         * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
2660         * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
2661         * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
2662         * v850ice.c: Update.
2663
2664 Wed Nov 13 19:51:05 2002  Andrew Cagney  <cagney@redhat.com>
2665
2666         * utils.c (gdb_realpath): Add comment mentioning realpath with a
2667         NULL buffer.
2668
2669 2002-11-13  Andrew Cagney  <cagney@redhat.com>
2670
2671         * regcache.h (deprecated_read_register_bytes): Rename
2672         read_register_bytes.
2673         (deprecated_write_register_bytes): Rename write_register_bytes.
2674         * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
2675         * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
2676         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2677         * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
2678         * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
2679         * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
2680         * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
2681         * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
2682         * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
2683         * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
2684         * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
2685         * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
2686         * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
2687         * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
2688
2689 2002-11-13  Jim Blandy  <jimb@redhat.com>
2690
2691         * findvar.c (read_var_value): Doc fix.
2692
2693 2002-11-13  Andrew Cagney  <cagney@redhat.com>
2694
2695         * regcache.c (struct regcache): Replace passthough_p with
2696         readonly_p.
2697         (regcache_xmalloc): Initialize readonly_p.
2698         (build_regcache): Initialize readonly_p.
2699         (regcache_save): New function.
2700         (regcache_restore): New function.
2701         (regcache_cpy): Re-implement using regcache_save and
2702         regcache_restore.
2703         (regcache_raw_read): Update.
2704         (regcache_cooked_read): When a read-only cache, checked for cached
2705         pseudo register values.
2706         (regcache_raw_write): Assert that the cache is not read-only.
2707         Remove code handling a non-passthrough cache.
2708         * regcache.h (regcache_save): Declare.
2709         (regcache_restore): Declare.
2710
2711 2002-11-13  Andrew Cagney  <cagney@redhat.com>
2712
2713         * regcache.c (struct regcache_descr): Add fields
2714         sizeof_cooked_registers and sizeof_cooked_register_valid_p.
2715         (init_legacy_regcache_descr): Compute the size of a cooked
2716         register cache and then assign that to sizeof_raw_registers.  Set
2717         sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
2718         (init_legacy_regcache_descr): Ditto.
2719
2720 2002-11-13  Andrew Cagney  <cagney@redhat.com>
2721
2722         * regcache.c (register_buffer): Move to near start of file, update
2723         description.
2724         (regcache_raw_read): Use.
2725         (regcache_raw_write): Use.
2726         (struct regcache): Rename raw_registers to registers and
2727         raw_register_valid_p to register_valid_p.
2728         (regcache_xmalloc): Update.
2729         (regcache_xfree): Update.
2730         (register_buffer): Update.
2731         (regcache_cpy): Update.
2732         (regcache_cpy_no_passthrough): Update.
2733         (regcache_valid_p): Update.
2734         (deprecated_grub_regcache_for_registers): Update.
2735         (deprecated_grub_regcache_for_register_valid): Update.
2736         (set_register_cached): Update.
2737         (regcache_raw_write): Update.
2738
2739 2002-11-13  Pierre Muller  <muller@ics.u-strasbg.fr>
2740
2741         * p-exp.y (name_not_typename): Use copy_name to
2742         set current_type variable for fields of THIS.
2743
2744 2002-11-12  Daniel Jacobowitz  <drow@mvista.com>
2745
2746         * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
2747         * monitor.c (init_base_monitor_ops): Likewise.
2748         * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
2749         * remote-array.c (init_array_ops): Likewise.
2750         * remote-e7000.c (init_e7000_ops): Likewise.
2751         * remote-es.c (init_es1800_ops): Likewise.
2752         (init_es1800_child_ops): Likewise.
2753         * remote-rdp.c (init_remote_rdp_ops): Likewise.
2754         * remote-sim.c (init_gdbsim_ops): Likewise.
2755         * remote-st.c (init_st2000_ops): Likewise.
2756         * sol-thread.c (init_sol_core_ops): Likewise.
2757         (init_sol_thread_ops): Likewise.
2758         * v850ice.c (init_850ice_ops): Likewise.
2759         * win32-nat.c (init_child_ops): Likewise.
2760         * wince.c (init_child_ops): Likewise.
2761
2762 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
2763
2764         * utils.c (gdb_realpath): Make rp a constant pointer.
2765
2766 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
2767
2768         * utils.c (gdb_realpath): Rewrite.  Try, in order: realpath() with
2769         a constant buffer; cannonicalize_file_name(); realpath() with a
2770         pathconf() defined buffer, xstrdup().
2771
2772 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
2773
2774         * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
2775         to hang2.C; hang3.c to hang3.C.
2776
2777 2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
2778
2779         * findvar.c (read_var_value): Reenable TLS code.
2780
2781 2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
2782             Jim Blandy  <jimb@redhat.com>
2783         
2784         * gdb_thread_db.h (enum): Add TD_NOTALLOC.
2785         * target.c (update_current_target): Add
2786         to_get_thread_local_address.
2787         * target.h (to_get_thread_local_address): Export.
2788         (target_get_thread_local_address): Define.
2789         (target_get_thread_local_address_p): Define.
2790         * thread-db.c: Include solib-svr4.h.
2791         (td_thr_tls_get_addr_p): Define.
2792         (thread_db_load): Get a pointer to td_thr_tls_get_addr.
2793         (thread_db_get_thread_local_address): New function.
2794         (init_thread_db_ops): Initialize to_get_thread_local_address.
2795         * configure.in: Add test for TD_NOTALLOC in thread_db.h.
2796         * configure: Regenerate.
2797         * config.in: Regenerate.
2798
2799 2002-11-11  David Carlton  <carlton@math.stanford.edu>
2800
2801         * linespec.c (set_flags): New function.
2802         (decode_line_1): Move code into set_flags.
2803
2804 2002-11-11  David Carlton  <carlton@math.stanford.edu>
2805
2806         * linespec.c (decode_line_1): Move chunks of code to separate
2807         functions.
2808         (initialize_defaults): New function.
2809         (decode_indirect): New function.
2810
2811 2002-11-11  Andrew Cagney  <ac131313@redhat.com>
2812
2813         * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
2814         instead of void_code_ptr.
2815         (sigtramp_saved_pc): Ditto.
2816
2817         * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
2818         i386_fp_regnum_p.
2819
2820 2002-11-10  Daniel Jacobowitz  <drow@mvista.com>
2821
2822         * gdbtypes.h (struct main_type): Move artificial flag out of
2823         loc.  New member of ``struct field'' named static_kind.  Reduce
2824         overloaded meaning of bitsize.
2825         (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
2826         (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
2827         (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
2828
2829         * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
2830         new fields.
2831         (template_to_fixed_record_type, template_to_static_fixed_type)
2832         (to_record_with_fixed_variant_part): Likewise.
2833         * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
2834         * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
2835         * dwarfread.c (struct_type, enum_type): Likewise.
2836         * hpread.c (hpread_read_enum_type)
2837         (hpread_read_function_type, hpread_read_doc_function_type)
2838         (hpread_read_struct_type): Likewise.
2839         * mdebugread.c (parse_symbol): Likewise.
2840
2841 2002-11-10  Andrew Cagney  <ac131313@redhat.com>
2842
2843         * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
2844         * stack.c (print_frame_info_base): Update.
2845         (print_frame_info_base, frame_info): Update.
2846         * sparc-tdep.c (sparc_init_extra_frame_info): Update.
2847         (sparc_frame_saved_pc): Update.
2848         * ada-lang.c (find_printable_frame): Update.
2849         * breakpoint.c (deprecated_frame_in_dummy): Update.
2850         
2851 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
2852
2853         * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
2854         defined.
2855         (regmap): Extend to cover all registers.
2856         (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
2857         OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
2858         definitions.
2859         (fetch_register, sore_register): Simplify.
2860         (old_fetch_inferior_registers, old_store_inferior_registers):
2861         Remove functions.
2862         (cannot_fetch_register, cannot_store_register): Change
2863         implementation to use regmap array to decide which registers
2864         cannot be fetched/stored.  This removes $orig_eax from the
2865         registers that cannot be fetched/stored.
2866         (fetch_inferior_registers): Call fetch_register directly instead
2867         of calling old_fetch_inferior_registers.
2868         (store_inferior_registers): Call store_register directly instead
2869         of calling old_store_inferior_registers.
2870         (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
2871         (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
2872         * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
2873
2874 2002-11-09  Klee Dienes  <kdienes@apple.com>
2875
2876         * i387-tdep.c (i387_supply_register): When called with NULL as a
2877         buffer, mark the register as not provided (to mirror the behavior
2878         of supply_register).
2879         (i387_supply_fxsave): Ditto.
2880         (i387_supply_fsave): Ditto (inherits the behavior from
2881         i387_supply_register).
2882
2883 2002-11-09  Klee Dienes  <kdienes@apple.com>
2884
2885         * blockframe.c (sigtramp_saved_pc): Use
2886         builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
2887         extracting the PC).  Use TYPE_LENGTH (builtin_type_void_code_ptr)
2888         instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
2889         
2890 2002-11-09  Andrew Cagney  <ac131313@redhat.com>
2891
2892         * frame.c (get_prev_frame): Test prev_p to identify a previously
2893         unwound frame.  Initialize prev_p.
2894         * frame.h (struct frame_info): Add field prev_p.  Expand prev/next
2895         comment.
2896
2897 2002-11-09  Andrew Cagney  <ac131313@redhat.com>
2898
2899         * frame.c (get_prev_frame): Cleanups.  Eliminate redundant tests
2900         for a NULL NEXT_FRAME.  Simplify fromleaf initialization.  Add
2901         more comments.  Zap dead code.
2902
2903 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
2904
2905         * infcmd.c (print_vector_info, print_float_info): Move code that
2906         checks whether the target has any registers and whether there is a
2907         selected frame up, such that it is also used if a target provides
2908         multi-arch definitions of these functions.
2909
2910 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
2911
2912         * Makefile.in (DESTDIR): Define.
2913         (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
2914         prefix.
2915
2916         * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
2917         i386obsd-tdep.c.  Rename to "gdb.cxx", paths containing "gdb.c++".
2918
2919 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
2920
2921         * i386-linux-tdep.c: Include "reggroups.h".
2922         (i386_linux_register_reggroup_p): New function.
2923         (i386_linux_init_abi): Set register_reggroup_p to
2924         i386_linux_register_reggroup_p.
2925         * i386-tdep.h (i386_register_reggroup_p): Declare.
2926         * i386-tdep.c: Include "reggroups.h".
2927         (i386_init_reggroups): New function.
2928         (i386_add_reggroups): New function.
2929         (i386_register_reggroup_p): New function.
2930         (i386_sse_reggroup, i386_mmx_reggroup): New variables.
2931         (_initialize_i386_tdep): Call i386_init_reggroups.
2932         (i386_gdbarch_init): Set register_reggroup_p and add in the i386
2933         specific reggroups.
2934
2935 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
2936
2937         * infptrace.c (child_xfer_memory): Make use of the new PT_IO
2938         request that's available in *BSD.
2939
2940         * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
2941
2942         * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
2943         FDOFF_REGNUM.
2944
2945 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
2946
2947         * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
2948         * dummy-frame.c (find_dummy_frame): Rename
2949         generic_find_dummy_frame, make static.  Return the dummy frame
2950         instead of the regcache.
2951         (generic_find_dummy_frame): Re-implement using find_dummy_frame,
2952         (cached_find_dummy_frame): New function.  Use find_dummy_frame.
2953         (dummy_frame_register_unwind): Rename
2954         generic_call_dummy_register_unwind.  Use cached_find_dummy_frame.
2955         * dummy-frame.h (dummy_frame_register_unwind): Rename
2956         generic_call_dummy_register_unwind.
2957
2958 2002-11-08  Mark Kettenis  <kettenis@gnu.org>
2959
2960         * config/i386/tm-i386v42mp.h: Remove file.  Move its contents,
2961         except the inclusion of "i386/tm-i386.h", to...
2962         * config/i386/nm-i386v42mp.h: ...here.
2963         * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
2964
2965 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
2966
2967         * Makefile.in (frame.o): Update dependencies.
2968         * blockframe.c (current_frame, frame_obstack_alloc)
2969         (frame_saved_regs_zalloc, get_current_frame)
2970         (set_current_frame, create_new_frame)
2971         (set_unwind_by_pc, get_next_frame)
2972         (flush_cached_frames, reinit_frame_cache)
2973         (frame_saved_regs_register_unwind)
2974         (deprecated_generic_get_saved_register)
2975         (get_prev_frame, get_frame_pc, get_frame_saved_regs)
2976         (_initialize_blockframe): Move frame code from here...
2977         * frame.c: ...to here.  Include "gdb_obstack.h", "gdbcore.h",
2978         "annotate.h" and "dummy-frame.h".
2979         (_initialize_frame): New function.
2980
2981 2002-11-08  Jim Blandy  <jimb@redhat.com>
2982
2983         * dwarf2read.c (read_func_scope): Restore list_in_scope properly
2984         when we finish a function a context.
2985         * buildsym.h (outermost_context_p): New macro.
2986         (Bug analyzed by David Edelsohn.)
2987
2988 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
2989
2990         * blockframe.c: Include "dummy-frame.h".
2991         (struct dummy_frame, dummy_frame_stack)
2992         (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
2993         (generic_pc_in_call_dummy, deprecated_read_register_dummy)
2994         (generic_push_dummy_frame, generic_save_dummy_frame_tos)
2995         (generic_save_call_dummy_addr, generic_pop_current_frame)
2996         (generic_pop_dummy_frame, generic_fix_call_dummy)
2997         (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
2998         dummy frame code from here...
2999         * dummy-frame.c: ...to here.  New file.
3000         * dummy-frame.h: New file.
3001         (generic_call_dummy_register_unwind): Declare.
3002         (generic_find_dummy_frame): Declare.
3003         * Makefile.in (SFILES): Add dummy-frame.c.
3004         (dummy-frame.o): Specify dependencies.
3005         (dummy_frame_h): Define.
3006         (COMMON_OBS): Add dummy-frame.o.
3007         (blockframe.o): Update dependencies.
3008
3009 2002-11-08  Jim Blandy  <jimb@redhat.com>
3010
3011         * dwarf2read.c (read_func_scope): Restore local_symbols and
3012         param_symbols after we finish the function context.  (Based on a
3013         patch from David Edelsohn.)
3014
3015 2002-11-08  David Carlton  <carlton@math.stanford.edu>
3016
3017         * linespec.c (symbol_found): New function.
3018         (minsym_found): New function.
3019         (decode_line_1): Separate out some code into separate functions.
3020
3021 2002-11-08  Joel Brobecker  <brobecker@gnat.com>
3022
3023         * i386-tdep.c (i386_frameless_signal_p): Make non static for
3024         the benefit of the interix target.
3025         * i386-tdep.h (i386_frameless_signal_p): Declare.
3026
3027 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
3028
3029         * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
3030         declaration that snuck in from change below.
3031
3032 2002-11-06  Andrew Cagney  <cagney@redhat.com>
3033
3034         * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p.  Update
3035         all callers.
3036         (i386_fp_regnum_p): New function.  Use instead of FP_REGNUM_P.
3037         (i386_fpc_regnum_p): New function.  Use instead of FPC_REGNUM_P.
3038         (i386_sse_regnum_p): New function.  Use instead of SSE_REGNUM_P.
3039         (i386_mxcsr_regnum_p): new function.  Use instead of
3040         MXCSR_REGNUM_P.
3041         * i386-tdep.h (SSE_REGNUM_P): Delete macro.
3042         (i386_sse_regnum_p): Declare.
3043         (i386_mxcsr_regnum_p): Declare.
3044         (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
3045         (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
3046         (IS_FP_REGNUM): Update definition.
3047         (IS_FPU_CTRL_REGNUM): Update definition..
3048         (IS_SSE_REGNUM): Update definition..
3049         * i386v-nat.c (register_u_addr): Update.
3050         * go32-nat.c (fetch_register): Update.
3051         (store_register): Update.
3052
3053 2002-11-07  Joel Brobecker  <brobecker@gnat.com>
3054
3055         Preparation work to convert the hppa targets to multiarch partial.
3056
3057         * hppa-tdep.c: Add new functions replacing macro bodies from
3058         config/pa/tm-hppa.h. These function will be used to initialize
3059         the gdbarch structure. Import some comments from tm-hppa.h,
3060         and place them where appropriate, to avoid loosing them when
3061         we cleanup this file.
3062         (hppa_reg_struct_has_addr): New function.
3063         (hppa_inner_than): New function.
3064         (hppa_stack_align): New function.
3065         (hppa_pc_requires_run_before_use): New function.
3066         (hppa_instruction_nullified): New function.
3067         (hppa_register_byte): New function.
3068         (hppa_register_virtual_type): New function.
3069         (hppa_store_struct_return): New function.
3070         (hppa_cannot_store_register): New function.
3071         (hppa_frame_args_address): New function.
3072         (hppa_frame_locals_address): New function.
3073         (hppa_smash_text_address): New function.
3074         (hppa_coerce_float_to_double): New function. Requires the inclusion
3075         of "language.h".
3076
3077         * Makefile.in (hppa-tdep.o): Add dependency on language.h.
3078
3079         * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
3080         gdbarch-eligible macro to a call to the new associated function
3081         created in hppa-tdep.c.
3082         (INNER_THAN): Likewise.
3083         (STACK_ALIGN): Likewise.
3084         (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
3085         (INSTRUCTION_NULLIFIED): Likewise.
3086         (REGISTER_BYTE): Likewise.
3087         (REGISTER_VIRTUAL_TYPE): Likewise.
3088         (STORE_STRUCT_RETURN): Likewise.
3089         (CANNOT_STORE_REGISTER): Likewise.
3090         (FRAME_ARGS_ADDRESS): Likewise.
3091         (FRAME_LOCALS_ADDRESS): Likewise.
3092         (SMASH_TEXT_ADDRESS): Likewise.
3093         (COERCE_FLOAT_TO_DOUBLE): Likewise.
3094         (ABOUT_TO_RETURN): Delete, as no longer used.
3095
3096 2002-11-07  Fernando Nasser  <fnasser@redhat.com>
3097
3098         * printcmd.c (disassemble_command): Remove obsolete function.
3099         (_initialize_printcmd): Do not create disassemble command here.
3100         * cli/cli-cmds.c (disassemble_command): New function.  Implements
3101         disassemble command.
3102         (init_cli_cmds): Create disassemble command here instead.
3103
3104 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
3105
3106         * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
3107
3108 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
3109
3110         * regcache.h (regcache_cooked_read_using_offset_hack)
3111         (regcache_cooked_write_using_offset_hack): Delete declarations.
3112         (register_changed): Delete declaration.
3113         * regcache.c (regcache_cooked_read_using_offset_hack)
3114         (regcache_cooked_write_using_offset_hack): Delete functions.
3115         (cooked_xfer_using_offset_hack): Delete function.
3116         (register_changed): Delete function.
3117
3118 2002-11-07  Jim Blandy  <jimb@redhat.com>
3119
3120         * macroscope.c: #include "complaints.h".
3121         (sal_macro_scope): Cope with filenames that appear in the symtabs,
3122         but not in the macro table.
3123         * Makefile.in (macroscope.o): Record dependency.
3124
3125 2002-11-07  Joel Brobecker  <brobecker@gnat.com>
3126
3127         * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
3128
3129 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
3130
3131         * regcache.c (deprecated_registers_fetched): Update.
3132         * regcache.h (deprecated_registers_fetched): Rename
3133         registers_fetched.
3134         * remote-vxsparc.c (vx_read_register): Update.
3135         * remote-vxmips.c (vx_read_register): Update.
3136         * remote-vx68.c (vx_read_register): Update.
3137         * irix5-nat.c (fetch_core_registers): Update.
3138         * mipsm3-nat.c (fetch_inferior_registers): Update.
3139         * sun3-nat.c (fetch_inferior_registers): Update.
3140         * symm-nat.c (fetch_inferior_registers): Update.
3141         * ns32knbsd-nat.c (fetch_inferior_registers): Update.
3142         (fetch_core_registers): Update.
3143         (fetch_kcore_registers): Update.
3144         * mips-nat.c (fetch_inferior_registers): Update.
3145         * corelow.c (get_core_registers): Update.
3146         * a68v-nat.c (fetch_inferior_registers): Update.
3147
3148 2002-11-06  Joel Brobecker  <brobecker@gnat.com>
3149
3150         Put in place the framework necessary for multiarching the hppa targets.
3151         * hppa-tdep.c (hppa_gdbarch_init): New function.
3152         (hppa_dump_tdep): New function.
3153         (_initialize_hppa_tdep): Register the hppa gdbarch init function and
3154         tdep structure dumper.
3155         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
3156         until the multi-arching conversion has partially been completed.
3157
3158 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
3159
3160         * valops.c (value_assign): Merge lval_register case into
3161         lval_reg_frame_relative.  Use frame_register and
3162         regcache_cooked_write instead of get_saved_register and
3163         write_register_bytes.  After flushing the register cache, try to
3164         re-select the selected frame.
3165
3166 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
3167
3168         * regcache.h (deprecated_register_valid): Rename register_valid.
3169         * regcache.c: Update.
3170         * ia64-aix-nat.c: Update.
3171         * i386gnu-nat.c: Update.
3172         * alpha-nat.c: Update.
3173         * sparc-nat.c: Update.
3174         * lynx-nat.c: Update.
3175         * remote-mips.c: Update.
3176
3177 2002-11-06  Joel Brobecker  <brobecker@gnat.com>
3178
3179         * hppa-tdep.c (_initialize_hppa_tdep): Move function body
3180         to end of file, to be more consistent with the pratice followed
3181         by other targets.
3182
3183 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
3184
3185         * infcmd.c: Include "reggroups.h" and <ctype.h>.
3186         (print_float_info): Print registers in float_reggroup.
3187         (print_vector_info): Print registers in vector_reggroup.
3188         (default_print_registers_info): When all, print registers in
3189         all_reggroup.  Otherwize, print registers in general_reggroup.
3190         (registers_info): Rewrite.  Add support for register groups.
3191         Eliminate a goto.
3192
3193 2002-11-06  Elena Zannoni  <ezannoni@redhat.com>
3194
3195         * symtab.c (methods_info): Delete. It has been ifdeffed out for
3196         ages.
3197         (symtab_symbol_info): Remove eons old ifdeffed out code.
3198         (_initialize_symtab): Remove prehistoric disabled 'info methods'
3199         command.
3200
3201 2002-11-06  Theodore A. Roth  <troth@openavr.org>
3202
3203         * c-exp.y: Add missing semi-colons.
3204         * f-exp.y: Add missing semi-colons.
3205         * m2-exp.y: Add missing semi-colons.
3206         * p-exp.y: Add missing semi-colons.
3207         Add empty action to start rule to avoid a type clash error when
3208         building with bison >= 1.50.
3209
3210 2002-11-06  Jim Blandy  <jimb@redhat.com>
3211
3212         * macrotab.h (struct macro_source_file): Doc fix.
3213
3214 2002-11-05  Jeff Johnston  <jjohnstn@redhat.com>
3215
3216         * varobj.c (child_exists, cplus_number_of_children): Change
3217         STREQ macro references to strcmp.
3218         (cplus_name_of_child): Change code to handle the fact that
3219         fields are not necessarily contiguous with regards to their 
3220         access control. This is a fix for PR gdb/792.
3221
3222 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
3223
3224         * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
3225         * gdbarch.h, gdbarch.c: Regnerate.
3226         * frame.h (frame_register): Declare.
3227         * frame.c (frame_register): New function.
3228         (get_saved_register): Test GET_SAVED_REGISTER_P before calling
3229         GET_SAVED_REGISTER, otherwize call
3230         generic_unwind_get_saved_register.
3231         (frame_register_read): Use frame_register instead of
3232         get_saved_register.
3233
3234 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
3235         
3236         From Jim Ingham  <jingham@apple.com>:
3237         * event-top.c (gdb_disable_readline): New function.
3238         (_initialize_event_loop): Move comment.
3239
3240 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
3241
3242         * event-loop.c (start_event_loop): Add comment.
3243         Update copyright.
3244
3245 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
3246
3247         * infcmd.c (default_print_registers_info): Do not call
3248         PRINT_REGISTER_HOOK.
3249
3250 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
3251
3252         * sparc-tdep.c (sparc_print_register_hook): Make static.
3253         (sparc_print_registers_info): New function.
3254         (sparc_do_registers_info): New function.
3255         (sparclet_print_registers_info): New function.
3256         (sparclet_do_registers_info): New function.
3257         (do_sparc_print_registers_info): New function.
3258         (sparc_print_registers): New static function, clone of infcmd.c's
3259         default_print_registers_info.
3260         * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
3261         (sparclet_do_registers_info): Declare.
3262         (DEPRECATED_DO_REGISTERS_INFO): Re-define.
3263         * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
3264         Re-define.
3265         (sparc_do_registers_info): Declare.
3266         (PRINT_REGISTER_HOOK): Delete macro.
3267         (sparc_print_register_hook): Delete declaration.
3268
3269 2002-11-05  David Carlton  <carlton@math.stanford.edu>
3270
3271         * symtab.c (lookup_symbol_aux): Move chunks of code into separate
3272         functions.
3273         (lookup_symbol_aux_local): New function.
3274         (lookup_symbol_aux_symtabs): New function.
3275         (lookup_symbol_aux_psymtabs): New function.
3276
3277 2002-11-05  David Carlton  <carlton@math.stanford.edu>
3278
3279         * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
3280         previous values of 'objfile' and 'block'.
3281
3282 2002-11-05  Pierre Muller  <muller@ics.u-strasbg.fr>
3283
3284         * values.c (value_change_enclosing_type): Set 
3285         enclosing_type field correctly also for the case where 
3286         more memory needs to be allocated.
3287
3288 2002-11-03  Mark Kettenis  <kettenis@gnu.org>
3289
3290         * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
3291         of puts_filtered.
3292
3293         * i387-tdep.c (i387_print_float_info): Replace calls to
3294         register_read and deprecated_read_register_gen with calls to
3295         frame_register_read, and make the necessary adjustments to the
3296         surrounding code.
3297
3298 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
3299
3300         * gdbarch.sh (register_reggroup_p): Allow default value.
3301         * gdbarch.h, gdbarch.c: Regenerate.
3302
3303 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
3304
3305         * regcache.h: Add coment indicating replacements for deprecated
3306         functions.
3307
3308 2002-11-02  Andrew Cagney  <cagney@redhat.com>
3309
3310         * reggroups.h, reggroups.c: New files.
3311         * regcache.c: Include "reggroups.h".
3312         (enum regcache_dump_what): Add `regcache_dump_groups'.
3313         (regcache_dump): Contract size of the "Type" column.  When
3314         specified, dump the register's groups.
3315         (maintenance_print_register_groups): New function.
3316         (_initialize_regcache): Add command `maint print register-groups'.
3317         * Makefile.in (COMMON_OBS): Add reggroups.o
3318         (SFILES): Add reggroups.c.
3319         (reggroups_h): Define.
3320         (regcache.o, gdbarch.o): Update dependencies.
3321         (reggroups.o): Specify dependencies.
3322         * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
3323         Add opaque declaration for `struct reggroup' in generated .h file.
3324         Include "reggroups.h" in generated .c file.
3325         gdbarch.h, gdbarch.c: Re-generate.
3326
3327 2002-11-02  Andrew Cagney  <cagney@redhat.com>
3328
3329         * regcache.h (deprecated_read_register_gen): Rename
3330         read_register_gen.
3331         (deprecated_write_register_gen): Rename write_register_gen.
3332         * i387-tdep.c: Update.
3333         * x86-64-linux-nat.c: Update
3334         * wince.c: Update.
3335         * thread-db.c: Update.
3336         * win32-nat.c: Update.
3337         * mips-tdep.c: Update.
3338         * d10v-tdep.c: Update.
3339         * cris-tdep.c: Update.
3340         * remote-sim.c: Update.
3341         * remote-rdi.c: Update.
3342         * remote-rdp.c: Update.
3343         * frame.c: Update.
3344         * target.c: Update.
3345         * blockframe.c: Update.
3346         * x86-64-tdep.c: Update.
3347         * xstormy16-tdep.c: Update.
3348         * sh-tdep.c: Update.
3349         * s390-tdep.c: Update.
3350         * rs6000-tdep.c: Update.
3351         * sparc-tdep.c: Update.
3352         * i386-tdep.c: Update.
3353         * dwarf2cfi.c: Update.
3354         * regcache.c: Update.
3355
3356 2002-11-01  Joel Brobecker  <brobecker@gnat.com>
3357
3358         New interix-specific files:
3359         * config/i386/nm-interix.h: New file.
3360         * config/i386/interix.mh: New file.
3361         * config/i386/interix.mt: New file.
3362         * i386-interix-nat.c: New file.
3363         * i386-interix-tdep.c: New file.
3364
3365 2002-11-01  Andrew Cagney  <cagney@redhat.com>
3366
3367         * frame.h (deprecated_generic_get_saved_register): Rename
3368         generic_get_saved_register.
3369         * blockframe.c (deprecated_generic_get_saved_register): Update.
3370         * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
3371         (xstormy16_frame_saved_register): Update.
3372         * sh-tdep.c (sh_gdbarch_init): Update.
3373         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3374         * ia64-tdep.c (ia64_get_saved_register): Update.
3375         * cris-tdep.c (cris_gdbarch_init): Update.
3376         * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
3377         * arm-tdep.c (arm_gdbarch_init): Update.
3378
3379 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
3380
3381         * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
3382
3383 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
3384
3385         * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
3386         trampolines in sigaction.
3387
3388 2002-10-31  Andrew Cagney  <cagney@redhat.com>
3389
3390         * h8300-tdep.c: Include "gdb_assert.h".
3391         (h8300_print_register): Add gdbarch, file and frame parameters.
3392         Use frame_read_unsigned_register to read the register's value.
3393         Use fprintf_filtered to display output.
3394         (h8300_print_registers_info): Replace h8300_do_registers_info.
3395         (h8300_gdbarch_init): Set print_registers_info.
3396
3397 2002-10-31  Andrew Cagney  <cagney@redhat.com>
3398
3399         * frame.c (frame_read_unsigned_register): New function.
3400         (frame_read_signed_register): New function.
3401         * frame.h (frame_read_unsigned_register): Declare.
3402         (frame_read_signed_register): Declare.
3403
3404 2002-10-31  Andrew Cagney  <cagney@redhat.com>
3405
3406         * h8500-tdep.c (h8500_print_registers_info): New static function,
3407         clone of infcmd.c's default_print_registers_info.
3408         (h8500_do_registers_info): New funtion.
3409         (h8500_print_register_hook): Rename print_register_hook, make
3410         static.
3411
3412         * config/h8500/tm-h8500.h: Update copyright.
3413         (DEPRECATED_DO_REGISTERS_INFO): Define.
3414         (h8500_do_registers_info: Declare.
3415         (PRINT_REGISTER_HOOK): Delete macro.
3416         (print_register_hook): Delete function.
3417
3418 2002-10-31  Andrew Cagney  <cagney@redhat.com>
3419
3420         * z8k-tdep.c (z8k_print_register_hook): Make static.
3421         (z8k_print_registers_info): New static function, clone of
3422         infcmd.c's default_print_registers_info.
3423         (z8k_do_registers_info): New function.  Wrap
3424         z8k_print_registers_info.
3425         * config/z8k/tm-z8k.h: Update copyright.
3426         (PRINT_REGISTER_HOOK): Delete macro.
3427         (z8k_print_register_hook): Delete declaration.
3428         (DEPRECATED_DO_REGISTERS_INFO): Define.
3429         (z8k_do_registers_info): Declare.
3430
3431 2002-10-30  Joel Brobecker  <brobecker@gnat.com>
3432
3433         * hppa-tdep.c (find_function_in_inferior): Remove this extern,
3434         as this is already provided by value.h, and was actually causing
3435         a compilation error because of a conflict in parameter type
3436         declaration due to a missing const keyword.
3437         (low_text_segment_addres): Fix a compilation warning.
3438
3439 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
3440
3441         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
3442         registers without a name.
3443         (mips_linux_cannot_store_register): Don't store registers without
3444         a name.
3445
3446 2002-10-28  David Carlton  <carlton@math.stanford.edu>
3447
3448         * symtab.c (find_addr_symbol): Delete.  (It was already commented
3449         out.)
3450         * symtab.h: Delete prototype for find_addr_symbol.
3451
3452 2002-10-26  Andrew Cagney  <cagney@redhat.com>
3453
3454         * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
3455         DO_REGISTERS_INFO.
3456         gdbarch.h, gdbarch.c: Re-generate.
3457         * infcmd.c (default_print_registers_info): Update reference.
3458         * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
3459         (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
3460         * sh-tdep.c (sh_gdbarch_init): Ditto.
3461         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3462         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3463
3464 2002-10-26  Mark Kettenis  <kettenis@gnu.org>
3465
3466         * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
3467         cfi_init_extra_frame_info.
3468         * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
3469         * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
3470
3471         * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
3472         target where necessary.  Add more comments and remove the ones
3473         that don't provide any useful information.
3474
3475         * i386-tdep.c (i386_frame_saved_pc): Replace call to
3476         deprecated_read_register_dummy with
3477         frame_unwind_unsigned_register.
3478
3479         * i386-tdep.c (i386_extract_struct_value_address): Use
3480         regcache_raw_read_unsigned instead of
3481         regcache_cooked_read_unsigned since we know that the register
3482         we're reading isn't a pseudo register.  Rename variable 'val' into
3483         the more descriptive 'addr'.
3484
3485         * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
3486         (x86_64_push_return_address): Add comment.
3487         (x86_64_pop_frame): Make static.
3488         (examine_argument): Clarify comment.
3489         (x86_64_skip_prologue): Make prolog_expact variable static.
3490
3491         * dwarf2cfi.c: Fix some formatting problems.
3492         (context_cpy, read_encoded_pointer): Clarify comments.
3493
3494         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
3495         (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
3496         i386 target back into x86_64_gdbarch_init.  Add some comments and
3497         remove meaningless ones.
3498
3499 2002-10-25  Andrew Cagney  <cagney@redhat.com>
3500
3501         * complaints.h (struct deprecated_complaint): Rename `struct
3502         complaint'.
3503         * complaints.c (complain): Update.
3504         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
3505         incorrect comment indicating that "symfile.h" was being included
3506         for the `struct complaint' definition.
3507         * remote-vx.c: Update.
3508         * objc-lang.c: Update.
3509         * xcoffread.c: Update.
3510         * hpread.c: Update.
3511         * mdebugread.c: Update.
3512         * stabsread.c: Update.
3513         * dwarf2read.c: Update.
3514         * dwarfread.c: Update.
3515         * elfread.c: Update.
3516         * coffread.c: Update.
3517         * stabsread.h: Update.
3518         * dbxread.c: Update.
3519         * buildsym.c: Update.
3520         * gdbtypes.c: Update.
3521         * macrotab.c: Update.
3522
3523 2002-10-25  Mark Kettenis  <kettenis@gnu.org>
3524
3525         * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
3526         the version in i386-tdep.c.  Move set_gdbarch_* calls out into...
3527         (x86_64_init_abi): ...new function.
3528
3529         * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
3530         * i386v-nat.c: Include "i386-tdep.h".
3531
3532 2002-10-25  Andrew Cagney  <cagney@redhat.com>
3533
3534         * gdbtypes.c (address_space_name_to_int): Update.
3535         (address_space_int_to_name): Update.
3536         * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
3537         multi-arch predicate.
3538         (address_class_name_to_type_flags): Ditto.
3539         * gdbarch.h, gdbarch.c: Re-generate.
3540         
3541         * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
3542
3543 2002-10-24  Martin M. Hunt  <hunt@redhat.com>
3544
3545         * utils.c (string_to_core_addr): Revert patch from 11 Oct.
3546
3547 2002-10-24  Elena Zannoni  <ezannoni@redhat.com>
3548
3549         * symtab.h (INIT_SAL): Delete macro.
3550         (init_sal): Export.
3551         * symtab.c (init_sal): New function.
3552
3553         * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
3554         to init_sal function call.
3555         (find_sal_from_funcs_and_line): Ditto.
3556         (all_sals_for_line): Ditto. 
3557         * breakpoint.c (create_internal_breakpoint): Ditto. 
3558         (create_fork_vfork_event_catchpoint): Ditto. 
3559         (create_exec_event_catchpoint): Ditto. 
3560         (parse_breakpoint_sals): Ditto. 
3561         (watch_command_1): Ditto. 
3562         (handle_gnu_4_16_catch_command): Ditto.
3563         (clear_command): Ditto. 
3564         * hppa-tdep.c (child_enable_exception_callback): Ditto. 
3565         * infcmd.c (run_stack_dummy): Ditto. 
3566         * infrun.c (process_event_stop_test): Ditto.
3567         (check_sigtramp2): Ditto.
3568         (step_over_function): Ditto. 
3569         * linespec.c (decode_line_2): Ditto. 
3570         (decode_line_1): Ditto. 
3571         * source.c (line_info): Ditto. 
3572         * symtab.c (find_pc_sect_line): Ditto.
3573
3574 2002-10-24  Michal Ludvig  <mludvig@suse.cz>
3575
3576         * dwarf2cfi.c (struct context)
3577         (struct context_reg): Moved to dwarf2cfi.h
3578         (context_alloc, frame_state_alloc, context_cpy):
3579         Made extern instead of static, removed prototypes.
3580         * dwarf2cfi.h (struct context)
3581         (struct context_reg): New, moved from dwarf2cfi.c
3582         (context_alloc, frame_state_alloc, context_cpy):
3583         New prototypes.
3584         * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
3585         Changed from static to extern.
3586         (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
3587         (LINUX_SIGCONTEXT_FP_OFFSET)
3588         (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
3589         (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
3590         (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
3591         * x86-64-tdep.c (x86_64_gdbarch_init): Several
3592         set_gdbarch_*() calls now use x86-64 specific functions 
3593         instead of DWARF2 CFI ones.
3594         * x86-64-tdep.h (x86_64_linux_in_sigtramp)
3595         (x86_64_linux_frame_chain, x86_64_init_frame_pc)
3596         (x86_64_init_extra_frame_info): New prototypes.
3597         
3598 2002-10-23  David Carlton  <carlton@math.stanford.edu>
3599
3600         * linespec.c: #include "parser-defs.h".
3601         Delete prototype for find_template_name_end.
3602         * Makefile.in (linespec.o): Depend on $(parser_defs_h).
3603
3604 2002-10-23  Jeff Johnston  <jjohnstn@redhat.com>
3605
3606         * NEWS: add recent mi fixes.
3607         * varobj.c (struct varobj): Add new "updated" flag.
3608         (new_variable): Default "updated" flag to 0.
3609         (varobj_set_value): Set "updated" flag to 1 if value
3610         changes.
3611         (varobj_update): Check varobj "updated" flag before
3612         comparing old and refreshed values.  Fix for
3613         PR gdb/702.
3614
3615 2002-10-23  David Carlton  <carlton@math.stanford.edu>
3616
3617         * parse.c (parse_exp_1): Use BLOCK_START.
3618         * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
3619         SYMBOL_BLOCK_VALUE.
3620         * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
3621
3622 2002-10-23  David Carlton  <carlton@math.stanford.edu>
3623
3624         * symtab.c: Delete cplusplus_hint.
3625         Delete prototype for find_template_name_end.
3626
3627 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
3628
3629         * symtab.h: Update comment.
3630
3631 2002-10-23  Michael Snyder  <msnyder@redhat.com>
3632
3633         * printcmd.c (address_info): Restore quotes in output.
3634         * valops.c (value_of_local): Restore quotes in error message.
3635
3636 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
3637
3638         * symtab.c (symbol_demangled_name): New function.
3639         * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
3640         turning most of it into a function.
3641         (symbol_demangled_name): Export.
3642
3643 2002-10-23  Michael Snyder  <msnyder@redhat.com>
3644
3645         * valops.c (value_of_local): Restore quotes in error message.
3646
3647 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
3648
3649         * symtab.c (symbol_init_language_specific): New function.
3650         * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
3651         turning most of it into a function.
3652         (symbol_init_language_specific): Export.
3653
3654 2002-10-23  David Carlton  <carlton@math.stanford.edu>
3655
3656         * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
3657         (dwarf_attr_name): Ditto.
3658         (dwarf_type_encoding_name): Ditto.
3659         (scan_partial_symbols): Descend into DW_TAG_namespace entries.
3660         (process_die): Handle DW_TAG_namespace,
3661         DW_TAG_imported_declaration, DW_TAG_imported_module.
3662         (read_namespace): New function.
3663
3664 2002-10-22  Joel Brobecker  <brobecker@gnat.com>
3665
3666         * configure.in: Define NEW_PROC_API on Interix too.
3667         * configure: Regenerate.
3668
3669 2002-10-21  Joel Brobecker  <brobecker@gnat.com>
3670
3671         * configure: Regenerate using the proper version of autoconf.
3672
3673 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
3674
3675         * findvar.c (read_var_value): Temporarily disable TLS code, until
3676         complete TLS support is added.
3677
3678 2002-10-21  Jim Blandy  <jimb@redhat.com>
3679             Elena Zannoni  <ezannoni@redhat.com>
3680
3681         * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
3682         for thread local storage locations.
3683         (struct symbol): Add objfile field.
3684         (SYMBOL_OBJFILE): Define.
3685         * dwarf2read.c (is_thread_local): New static variable.
3686         (new_symbol): If variable is in thread local fill in address class
3687         and objfile appropriately.
3688         (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
3689         stack operation.
3690         * printcmd.c (address_info): Print the information for thread
3691         local storage variable.
3692         * findvar.c (read_var_value): In case of thread local variable,
3693         defer to the target vector code to compute address.
3694
3695 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
3696
3697         * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
3698         * solib-svr4.h (svr4_fetch_objfile_link_map): Export.   
3699
3700 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
3701
3702         * symtab.h (address_class):  Rename
3703         LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
3704         * hpread.c (hpread_process_one_debug_symbol): Ditto.
3705         * printcmd.c (address_info): Ditto.
3706         * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
3707
3708 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
3709
3710         * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
3711         DBREG_DRX macro to acces debug registers.
3712
3713         * Makefile.in (i386obsd-tdep.o): New target.
3714
3715         * solib-sunos.c: Include "bcache.h" and "regcache.h".
3716         * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
3717
3718         * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
3719         * config/i386/obsd.mt: New file.
3720         * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
3721         i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
3722         * i386obsd-nat.c (_initialize_i386obsd_nat): Set
3723         i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
3724         i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
3725         * i386obsd-tdep.c: New file.
3726
3727 2002-10-19  Adam Fedor  <fedor@gnu.org>
3728
3729         * objc-exp.y (name_not_typename): Fix invalid comment.  
3730
3731 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
3732
3733         * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
3734         to allocate partial syms and macro byte caches.
3735
3736 2002-10-18  David Carlton  <carlton@math.stanford.edu>
3737
3738         * symtab.h: Delete 'struct source' and 'struct sourcevector'.
3739
3740 2002-10-18  Adam Fedor  <fedor@gnu.org>
3741
3742         * stabsread.c (find_name_end): New function.
3743         (define_symbol): Use it.
3744
3745 2002-10-18  Daniel Jacobowitz  <drow@mvista.com>
3746
3747         * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
3748         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
3749         * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
3750         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
3751
3752 2002-10-17  David Carlton  <carlton@math.stanford.edu>
3753
3754         * symfile.h: Add opaque declaration for struct obstack.
3755         Declare obsavestring to take a const char *.
3756         * symfile.c (obsavestring): Make first argument a const char *.
3757
3758 2002-10-16  Adam Fedor  <fedor@gnu.org>
3759
3760         * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
3761         names when matching breakpoints in current file.
3762
3763 2002-10-16  Kevin Buettner  <kevinb@redhat.com>
3764
3765         * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
3766         (read_tag_pointer_type): Add address class support.
3767         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
3768         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
3769         New methods.
3770         * gdbarch.h, gdbarch.c: Regenerate.
3771         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
3772         (make_type_with_address_space, recursive_type_dump): Add address
3773         class support.
3774         * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
3775         (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
3776         (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
3777
3778 2002-10-16  Klee Dienes  <kdienes@apple.com>
3779
3780         * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
3781         to get the last character of a char[] buffer, not
3782         name[sizeof(vptr_name)-1].
3783
3784 2002-10-14  Adam Fedor  <fedor@gnu.org>
3785
3786         * symtab.h: New objc_specific struct.
3787         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
3788         (SYMBOL_DEMANGLED_NAME): Likewise.
3789
3790 2002-10-14  Adam Fedor  <fedor@gnu.org>
3791
3792         * symfile.c (init_filename_language_table): Add ObjC file extension.
3793
3794 2002-10-14  Adam Fedor  <fedor@gnu.org>
3795
3796         * utils.c (puts_filtered_tabular): New function.
3797         (fprintf_symbol_filtered): Get ObjC demangled name.
3798         * defs.h (puts_filtered_tabular): Declared.
3799
3800 2002-10-14  Kevin Buettner  <kevinb@redhat.com>
3801
3802         * c-lang.h (c_type_print_varspec_prefix): Delete.
3803         * c-typeprint.c (c_type_print_varspec_prefix): Make static.  Add
3804         ``need_post_space'' parameter.  Adjust all callers.
3805
3806 2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
3807  
3808         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
3809         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
3810         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
3811         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
3812
3813 2002-10-13  Adam Fedor  <fedor@gnu.org>
3814
3815         * source.c (print_source_lines): Update comments.
3816
3817 2002-10-13  Adam Fedor  <fedor@gnu.org>
3818
3819         * valops.c (value_of_local): New function.
3820         (value_of_this): Use it.
3821         * value.h (value_of_local): Declared.
3822
3823 2002-10-13  Adam Fedor  <fedor@gnu.org>
3824
3825         * parse.c: (length_of_subexp, prefixify_subexp): Handle
3826         OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
3827
3828 2002-10-12  Adam Fedor  <fedor@gnu.org>
3829
3830         * language.c (binop_result_type): Add language_objc to case.
3831         (integral_type): Likewise.
3832         (character_type): Likewise.
3833         (string_type): Likewise.
3834         (boolean_type): Likewise.
3835         (structured_type): Likewise.
3836         (binop_type_check): Likewise.
3837
3838 2002-10-11  Adam Fedor  <fedor@gnu.org>
3839
3840         * printcmd.c (address_info): Print 'self' for ObjC.
3841
3842 2002-10-11  Adam Fedor  <fedor@gnu.org>
3843
3844         * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
3845         OP_SELF.
3846
3847 2002-10-11  Adam Fedor  <fedor@gnu.org>
3848
3849         * language.h (CAST_IS_CONVERSION): Add language_objc.
3850
3851 2002-10-11  Adam Fedor  <fedor@gnu.org>
3852
3853         * defs.h (enum language): Add language_objc.
3854
3855 2002-10-11  Klee Dienes  <kdienes@apple.com>
3856
3857         * corefile.c (read_memory_typed_address): New function.
3858         * gdbcore.h (read_memory_typed_address): Add prototype.
3859         * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
3860         to read a value destined for a CORE_ADDR, not read_memory_integer.
3861         * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
3862         (f77_get_dynamic_lowerbound): Ditto.
3863
3864 2002-10-11  Martin M. Hunt  <hunt@redhat.com>
3865
3866         * utils.c (string_to_core_addr): After turning string into
3867         a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
3868         which will do necessary sign-extension, etc.
3869
3870 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
3871
3872         * c-exp.y (THIS): Delete token and grammar rule.
3873         (yylex): Don't return THIS.
3874         * cp-valprint.c (vtbl_ptr_name_old): Delete.
3875         (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
3876         * demangle.c (cplus_markers): Update comment.  Put '$'
3877         first.  Remove CPLUS_MARKER.
3878         (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
3879         * jv-exp.y (THIS): Delete token and grammar rule.
3880         (yylex): Don't return THIS.
3881         * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
3882         * objc-exp.y (THIS): Delete token and grammar rule.
3883         (yylex): Don't return THIS.
3884         * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
3885         * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
3886         (read_member_functions): Likewise for opname.
3887         (read_tilde_fields): Use is_cplus_marker.
3888
3889         * defs.h (CPLUS_MARKER): Don't define.
3890         * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
3891         * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
3892         * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
3893         * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
3894         * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
3895
3896         * config/i386/tm-i386v4.h: Delete file.
3897         * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
3898         * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
3899         * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
3900         * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
3901         * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
3902         * config/i386/i386sco5.mt (TM_FILE): Likewise.
3903         * config/i386/i386v4.mt (TM_FILE): Likewise.
3904         * config/i386/ncr3000.mt (TM_FILE): Likewise.
3905
3906 2002-10-10  Marko Mlinar  <markom@opencores.org>
3907
3908         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
3909         accidentially not commited 2002-10-09
3910         * gdbarch.h, gdbarch.c: Re-generate.
3911
3912 2002-10-09  Marko Mlinar  <markom@opencores.org>
3913
3914         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
3915         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
3916         * gdbarch.h, gdbarch.c: Re-generate.
3917
3918 2002-10-08  Petr Sorfa <petrs@caldera.com>
3919
3920         Revised and re-submitted by John Wolfe <jlw@caldera.com>
3921
3922         Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
3923         so we can work on more than one compilation unit at a time.  This
3924         helps prepare GDB to handle inter-CU die references.
3925         * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
3926         the code to be defined before struct comp_unit_head.
3927         (comp_unit_head): Added new members - offset, cu_head,
3928         begin_die, next and dwarf2_abbrevs.
3929         (dwarf2_abbrevs): Removed single static var; now member of
3930         struct comp_unit_head.
3931         dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
3932         members.
3933         (psymtab_to_symtab_1): Changed to work with the new
3934         struct comp_unit_head.
3935         (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
3936         constructs the dwarf2_abbrevs[] inside the cu_header.
3937         (dwarf2_empty_abbrev_table): Now expects a ptr to a
3938         dwarf2_abbrev table to clean up.
3939         (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
3940         handling of dwarf2_abbrevs inside the cu_header.
3941         (read_partial_die): Now supports the call to the new
3942         dwarf2_lookup_abbrev.
3943         (read_full_die): Now supports the call to the new
3944         dwarf2_lookup_abbrev.
3945
3946 2002-10-06  Christopher Faylor  <cgf@redhat.com>
3947
3948         * Makefile.in (install-gdbtk): Add missing continuation backslash to
3949         insure that shell variables, such as "transformed_name" are propagated
3950         to later shell statements in rule.
3951
3952 2002-10-06  Mark Kettenis  <kettenis@gnu.org>
3953
3954         * config/i386/nm-i386sco.h: Add protection against
3955         multiple-inclusion.  Include "i386/nm-i386v.h".
3956         (REGISTER_U_ADDR): Remove define.
3957         (i386_register_u_addr): Remove prototype.
3958
3959 2002-10-04  Michael Snyder  <msnyder@redhat.com>
3960
3961         * m32r-stub.c (handle_exception): Make sure exception is "trap"
3962         before treating it as a single-step event.
3963
3964 2002-10-03  Adam Fedor  <fedor@gnu.org>
3965
3966         * objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
3967         (objc_demangle): Remove assignment in if statements, Replace
3968         free with xfree.
3969         (add_msglist): Likewise.
3970         (end_msglist): Likewise.
3971         (complare_selectors): Likewise.
3972         (selectors_info): Likewise.
3973         (compare_classes): Likewise.
3974         (classes_info): Likewise.
3975         (print_object_command): Likewise.
3976         (find_objc_msgcall_submethod): Replace PTR with void *.
3977         * objc-lang.h: Remove check for __STDC__.
3978
3979 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
3980
3981         * ui-out.h (ui_out_field_fmt_int): New prototype.
3982         * ui-out.c (ui_out_field_fmt_int): New function allowing specification
3983         of field width and alignment.
3984         * stack.c (print_frame_info_base): When printing frame level, use
3985         ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
3986         PR gdb/192
3987
3988 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
3989
3990         * MAINTAINERS: Add self to Write After Approval list.
3991
3992 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
3993
3994         * infcmd.c (interrupt_target_command_wrapper): Delete.
3995         (interrupt_target_command): Make non static.
3996         (nofp_registers_info): Make static.
3997         * stack.c (return_command_wrapper): Delete.
3998         (return_command): Make non static.
3999
4000 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
4001
4002         * event-top.c (gdb_setup_readline): New function. Code moved from
4003         _initialize_event_loop().
4004         (_initialize_event_loop): Call gdb_setup_readline().
4005
4006 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
4007
4008         * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
4009         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
4010         * gdbarch.h, gdbarch.c: Re-generate.
4011
4012 2002-10-02  Daniel Jacobowitz  <drow@mvista.com>
4013
4014         Fix PR gdb/778
4015         * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
4016         before recursing.
4017         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
4018         of fill_in_vptr_fieldno.
4019
4020 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
4021
4022         * inferior.h (registers_info, stepi_command, nexti_command,
4023         continue_command, interrupt_target_command): Export from infcmd.c.
4024         * frame.h (args_info, selected_frame_level_changed_hook,
4025         return_command): Export from stack.c.
4026         * v850ice.c (stepi_command, nexti_command, continue_command): use
4027         prototypes from inferior.h.
4028         * tracepoint.c (registers_info, args_info, locals_info): Use
4029         prototypes from frame.h and inferior.h.
4030         * Makefile.in (mi-main.o): Add dependency on frame.h.
4031
4032 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
4033
4034         * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
4035         value in register 3 adjusted by ppc_gp0_regnum.
4036
4037         * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
4038
4039 2002-10-02  Marko Mlinar <markom@opencores.org>
4040
4041         * MAINTAINERS: Add myself to the Write After Approval list.
4042
4043 2002-10-01  Alexandre Oliva  <aoliva@redhat.com>
4044
4045         * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
4046         of the section for the N64 ABI, fixed.
4047
4048         * config/mips/tm-irix6.h: Include solib.h.
4049
4050 2002-10-01  Elena Zannoni  <ezannoni@redhat.com>
4051
4052         * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
4053         GNU operators.
4054
4055 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
4056
4057         * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
4058         and that "mi0" syntax has been removed.
4059
4060 2002-09-30  David Carlton  <carlton@math.stanford.edu>
4061
4062         * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
4063         * ppc-sysv-tdep.c: #include "gdb_string.h".
4064         * remote-sds.c (getmessage): Add semicolon after 'retry' label to
4065         pacify GCC.
4066
4067 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
4068
4069         * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
4070         "vrsave"'s register number.
4071
4072 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
4073
4074         * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
4075         use frame_unwind_signed_register to obtain the PC.
4076         (mips_frame_chain): Handle a generic dummy frame.
4077         (mips_init_extra_frame_info): When a generic dummy frame, don't
4078         re-compute the frame base.
4079         (mips_pop_frame): Handle generic dummy frames.
4080         (mips_gdbarch_init): When generic dummy frames, set
4081         use_generic_dummy_frames, push_dummy_frame to
4082         generic_push_dummy_frame, pc_in_call_dummy to
4083         generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
4084         generic_save_dummy_frame_tos.
4085
4086 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
4087
4088         * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
4089         against TOP when TOP was explictly set.
4090         (generic_push_dummy_frame): Set TOP to zero.
4091
4092 2002-09-30  Elena Zannoni  <ezannoni@redhat.com>
4093
4094         * event-loop.c (start_event_loop): Rename variable 'result' to
4095         'gdb_result', to avoid conflicts with upcoming intepreters changes.
4096
4097 2002-09-30  Keith Seitz  <keiths@redhat.com>
4098
4099         * gdb-events.sh (selected_thread_changed): New event.
4100         * gdb-events.c: Regenerated.
4101         * gdb-events.h: Regenerated.
4102
4103 2002-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
4104
4105         * MAINTAINERS: Add self to Write After Approval list.
4106
4107 2002-09-30  Fernando Nasser  <fnasser@redhat.com>
4108
4109         * disasm.c: New file.  
4110         * disasm.h: New file.  
4111         * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
4112         (compare_lines): Ditto.
4113         (dump_insns): Ditto.
4114         (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
4115         argument.
4116         (do_assembly_only): Ditto.
4117         (do_disassembly): Renamed to gdb_disassembly and moved to
4118         disasm.c.  Sdded uiout argument.
4119         * Makefile.in: Add new files.  Reorder SFILES list. Update
4120         dependencies.  Include libgdb.a later in the insight executable.
4121
4122 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
4123
4124         * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
4125         bfd/elf64-alpha-fbsd.c.
4126
4127 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
4128
4129         * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
4130         i386gnu-tdep.c.
4131
4132 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
4133
4134         * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
4135         __FUNCTION__.
4136         * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
4137         function name.
4138         (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
4139         (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
4140         (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
4141         (S_msg_sig_post_reply): Ditto.
4142         
4143 2002-09-28  Corinna Vinschen  <vinschen@redhat.com>
4144
4145         * sh-tdep.c (sh_use_struct_convention): Use definition according
4146         to ABI.
4147         (sh_push_arguments): Store in register with correct endianess.
4148         (sh_default_store_return_value): Ditto.
4149         (sh_gdbarch_init): Set sizeof long double to 8.
4150
4151 2002-09-27  Mark Kettenis  <kettenis@gnu.org>
4152
4153         * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
4154         Fix some whitespace problems.
4155
4156 2002-09-27  David Carlton  <carlton@math.stanford.edu>
4157
4158         * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
4159         (mcore-tdep.o): Ditto.
4160         (ns32k-tdep.o): Ditto.
4161         (ns32knbsd-tdep.o): Ditto.
4162         (sh3-rom.o): Ditto.
4163         (vax-tdep.o): Ditto.
4164         * cris-tdep.c: #include "gdb_string.h"
4165         * mcore-tdep.c: Ditto.
4166         * ns32k-tdep.c: Ditto.
4167         * ns32knbsd-tdep.c: Ditto.
4168         * sh3-rom.c: Ditto.
4169         * vax-tdep.c: Ditto.
4170
4171 2002-09-27  David Carlton  <carlton@math.stanford.edu>
4172
4173         * config/djgpp/fnchange.lst: Add entries for
4174         gdb/testsuite/gdb.c++/m-static files.
4175
4176 2002-09-27  Jim Wilson  <wilson@redhat.com>
4177
4178         * MAINTAINERS: Add myself to the Write After Approval list.
4179
4180 2002-09-26  Martin M. Hunt  <hunt@redhat.com>
4181
4182         * mips-tdep.c (find_proc_desc): Initialize startaddr.
4183
4184
4185 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
4186
4187         * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
4188         frame.
4189
4190 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
4191
4192         * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
4193         (rs6000_struct_return_address): Delete variable.
4194         (rs6000_store_struct_return): Update.
4195         (rs6000_gdbarch_init): Set extract_struct_value_address instead of
4196         deprecated_extract_struct_value_address.
4197         (rs6000_frame_align): New function.
4198         (rs6000_gdbarch_init): Set frame_align.
4199
4200 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
4201
4202         From Grace Sainsbury <graces@redhat.com>:
4203         * Makefile.in (gdbtk-main.o): New target.
4204         (gdb.o): New target.
4205         (main_h): Define.
4206         (main.o): Update dependencies.
4207         (gdb$(EXEEXT)): Add gdb.o.
4208         (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
4209         (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
4210         (SUBDIR_GDBTK_CLEAN): Set.
4211         (install-gdbtk): Install the insight binary.
4212         (uninstall-gdbtk): New target.
4213         (all-gdbtk, clean-gdbtk): New rule.
4214         * top.c (use_windows): Default to zero.
4215         * main.c: Include "main.h".
4216         (main): Delete.
4217         (struct captured_main_args): Delete.
4218         (gdb_main): New function.
4219         * main.h: New file.
4220         * gdb.c: New File.
4221
4222 2002-09-25  Andrew Cagney  <cagney@redhat.com>
4223
4224         * frame.c: Include "gdb_string.h" and "builtin-regs.h".
4225         (frame_map_regnum_to_name): New function.
4226         (frame_map_name_to_regnum): New function.
4227         * frame.h (frame_map_name_to_regnum): Declare.
4228         (frame_map_regnum_to_name): Declare.
4229         * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
4230         * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
4231         * parse.c: Do not include "builtin-regs.h".
4232         (target_map_name_to_register): Delete function.
4233         (write_dollar_variable): Use frame_map_name_to_regnum.
4234         * parser-defs.h (target_map_name_to_register): Delete declaration.
4235         * expprint.c: Include "frame.h".
4236         (print_subexp): Use frame_map_regnum_to_name.
4237         * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
4238         * infcmd.c (registers_info): Use frame_map_name_to_regnum.
4239
4240 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
4241
4242         * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
4243         wasn't saved, and the next innermost frame is a dummy, return the
4244         dummy frame's link register.
4245
4246 2002-09-24  Jim Blandy  <jimb@redhat.com>
4247
4248         Fix from Paul Breed:
4249         * main.c (captured_main): Add a `break' after the case for 'b'.
4250
4251 2002-09-24  Keith Seitz  <keiths@redhat.com>
4252
4253         * varobj.c (c_type_of_child): Use get_target_type instead
4254         of TYPE_TARGET_TYPE.
4255
4256 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
4257
4258         * source.c (get_current_or_default_source_symtab_and_line): Remove
4259         function.
4260         (set_default_source_symtab_and_line): New function. Attempts to
4261         determine a source file to list lines from if one is not currently
4262         defined.
4263         (get_current_source_symtab_and_line): Initialize sal.pc and
4264         sal.end fields.
4265         (set_current_source_symtab_and_line): Mark argument as const.
4266         * source.h: Update declarations and comments.
4267         * linespec.c (decode_line_1): Replace call to removed routine above.
4268         * stack.c (print_frame_info_base): Ditto.
4269         * cli/cli-cmds.c (edit_command): Ditto.
4270         (list_command): Ditto.
4271
4272 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
4273
4274         * source.c (get_current_or_default_source_symtab_and_line): Initialize
4275         sal.pc and sal.end fields.
4276         (get_current_or_default_source_symtab_and_line): Ditto.
4277         * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
4278         so we do not cause a new source symtab to be searched for (reverting an
4279         unintentional change from the 2002-09-20 patch).
4280         * scm-lang.c (scm_unpac): Ditto.
4281
4282 2002-09-21  Andrew Cagney  <cagney@redhat.com>
4283
4284         * complaints.c (symfile_explanations): Remove new-line from
4285         ``isolated_message''.
4286         (vcomplaint): When ISOLATED_MESSAGE, force a line break.
4287         (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
4288
4289 2002-09-20  Nick Clifton  <nickc@redhat.com>
4290         
4291         * NEWS: Announce that V850EA ISA is no longer supported.
4292         * v850-tdep.c: Remove reference to bfd_mach_v850ea.
4293
4294 2002-09-20  David Carlton  <carlton@math.stanford.edu>
4295
4296         * Makefile.in (c-lang.o): Correct dependencies.
4297         (utils.o): Gather dependencies.
4298         (charset.o): Move.
4299         * c-lang.c: #include "gdb_string.h"
4300
4301 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
4302
4303         From 2002-07-02  George Helffrich <george@gly.bris.ac.uk>
4304         * cli/cli-cmds.c (list_command): New function.  Implements the new
4305         cli edit command.
4306         (_init_cli_cmds): Add new command definition.
4307         * gdb.1: Document edit command.
4308         * doc/gdb.texinfo: Document edit command.
4309
4310 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
4311
4312         * source.c: Make global variables current_source_symtab and
4313         current_source_line static.
4314         (list_command): Moved to cli/cli-cmds.c.
4315         (ambiguous_line_spec): Moved to cli/cli-cmds.c.
4316         (get_first_line_listed): New accessor function.
4317         (get_lines_to_list): New accessor function.
4318         (get_current_source_symtab_and_line): New function. Retrieves the
4319         position in the source code that we consider current.
4320         (get_current_or_default_source_symtab_and_line): New function.
4321         Like the above but attempts to determine a default position if one
4322         is not currently defined.
4323         (set_current_source_symtab_and_line): New function. Sets the source
4324         code position considered current and returns the previously set one.
4325         (clear_current_source_symtab_and_line): Reset stored information about
4326         a current source line.
4327         (_initialize_source): Remove registration for the "list" command and
4328         its alias.
4329         * source.h: Add declarations for the new functions above.
4330         * symtab.h: Remove declarations for the global variables mentioned
4331         above.
4332         * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
4333         obtain current source line.
4334         * linespec.c (decode_line_1): Ditto.
4335         * macroscope.c (default_macro_scope): Ditto.
4336         * scm-lang.c (scm_unpac): Ditto.
4337         * stack.c (print_frame_info_base): Ditto.
4338         * symfile.c (clear_symtab_users): Ditto.
4339         * symtab.c (decode_line_spec): Ditto.
4340         * cli/cli-cmds.c (list_command): Moved here from source.c.
4341         (ambiguous_line_spec): Moved here from source.c.
4342         (_init_cli_cmds): Add definition for "list" and its alias.
4343         * Makefile.in: Update dependencies.
4344
4345 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
4346
4347         * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
4348         with what gcc thinks is correct.
4349
4350 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
4351
4352         * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
4353         multiple register push instruction.
4354
4355 2002-09-19  Jim Blandy  <jimb@redhat.com>
4356
4357         Add support for distinct host and target character sets.
4358         * charset.c, charset.h: New files.
4359         * c-exp.y: #include "charset.h".
4360         (yylex): Convert character and string literals to the target
4361         character set, before returning them as the semantic value of the
4362         token.
4363         * c-lang.c: #include "charset.h".
4364         (c_emit_char): Use charset-specific methods to recognize
4365         characters with backslash escape forms, to decide which characters
4366         to print literally and which to print using numeric escape
4367         sequences, and to convert target characters to host characters
4368         before printing.
4369         * utils.c: #include "charset.h".
4370         (no_control_char_error): New function.
4371         (parse_escape): Use charset-specific methods to recognize
4372         backslash escapes, parse `control character' notation, and convert
4373         characters from the host character set to the target character set.
4374         * configure.in: Set the default host character set.
4375         Check where to find iconv, and what its argument types might be.
4376         * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
4377         * Makefile.in (SFILES): List charset.c.
4378         (COMMON_OBS): List charset.o.   
4379         (charset.o): New rule.
4380         (charset_h): New header dependency variable.
4381         (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
4382         (LIBICONV): New variable, set by configure.
4383         (CLIBS): Include $(LIBICONV) here.
4384         * aclocal.m4, config.in, configure: Regenerated.
4385
4386 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
4387
4388         * ada-exp.y: Add missing semicolons to end rules. Fixes a
4389         bison 1.35 warning.
4390
4391 2002-09-19  Richard Earnshaw  <rearnsha@arm.com>
4392
4393         * gdb_mbuild.sh: New file.
4394
4395 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
4396
4397         * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
4398
4399 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
4400
4401         * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
4402         jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
4403         printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
4404         valops.c, value.h: Revert previous change.
4405         
4406 2002-09-18  Michael Snyder  <msnyder@redhat.com>
4407
4408         Preliminary support for Objective-C:
4409         * defs.h (language_objc): New enum value.
4410         (puts_filtered_tabular): Declaration only, exported from utils.c.
4411         (skip_quoted): Delete, declared in completer.h.
4412         * c-exp.y: Include completer.h.
4413         * p-exp.y: Ditto.
4414         * jv-exp.y: Ditto.
4415         * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
4416         New operator enum values.
4417         * language.h (CAST_IS_CONVERSION): Test for language_objc.
4418         * language.c (binop_result_type): Handle language_objc case.
4419         (integral_type, character_type, string_type, boolean_type,
4420         structured_type, binop_type_check): Ditto.
4421         * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
4422         (struct objc_specific): Add to general_symbol_info.
4423         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
4424         (SYMBOL_DEMANGLED_NAME): Handle objc case.
4425         * parser-defs.h (struct objc_class_str): New struct type.
4426         (start_msglist, end_msglist, add_msglist): Declaration only,
4427         exported from objc-lang.c.
4428         * value.h (value_of_local, value_nsstring, 
4429         call_function_by_hand_expecting_type): Exported from valops.c.
4430         * valops.c (find_function_addr): Export.
4431         (call_function_by_hand_expecting_type): New function.
4432         (value_of_local): New function.
4433         * symfile.c (init_filename_language_table): Add ".m" extension
4434         for Objective-C.
4435         * utils.c (puts_filtered_tabular): New function.
4436         (fprintf_symbol_filtered): Add objc demangling support (disabled).
4437         (set/show demangle): Extend help-string to refer to ObjC.
4438         * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
4439         * stabsread.c (symbol_reference_defined): Objective-C symbols
4440         may contain colons: make allowances when scanning stabs strings
4441         for colons.
4442         (objc_find_colon): New function.
4443         * printcmd.c (address_info): If language == objc then print
4444         "self" instead of "this".
4445         * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
4446         OP_NSSTRING, and OP_SELF.
4447         (prefixify_subexp): Ditto.
4448         * source.c (print_source_lines): Mention objc in comment.
4449         * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
4450         method names.
4451
4452 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
4453
4454         * complaints.h: Update copyright.
4455         (struct complaints): Declare.
4456         (struct complaint): Make `message' constant.
4457         (internal_complaint): Declare.
4458         (complaint): Declare.
4459         (complaint_root): Delete declaration.
4460         (symfile_complaints): Delete declaration.
4461         (struct complaints): Add opaque declaration.
4462         (clear_complaints): Add a complaints parameter.
4463         * complaints.c: Update copyright.
4464         (enum complaint_series): Define.
4465         (complaint_root): Delete.
4466         (struct complaints): Define.
4467         (complaint_sentinel, symfile_complaint_book): New variables.
4468         (symfile_explanations, symfile_complaints): New variables.
4469         New variables.
4470         (get_complaints): New function.
4471         (vcomplaint): New function.
4472         (complaint): New function.
4473         (internal_complaint): New function.
4474         (complain): Call vcomplain with symfile_complaint.
4475         (clear_complaints): Rewrite.
4476         (_initialize_complaints): Use add_setshow_command.
4477         * Makefile.in (complaints.o): Update dependencies.
4478         * symfile.c (syms_from_objfile): Add symfile_complaints parameter
4479         to call to clear_complaints.
4480         (new_symfile_objfile, reread_symbols): Ditto.
4481         (oldsyms_complaint): Delete.
4482         (empty_symtab_complaint, unknown_option_complaint): Delete.
4483         (free_named_symtabs): Use complaint instead of complain.
4484
4485 2002-09-18  Michael Snyder  <msnyder@redhat.com>
4486
4487         Contributed by Apple Computer, Inc.  Merged with current sources
4488         by Adam Fedor <fedor@doc.com> [cagney].
4489         
4490         * objc-lang.c: First clean-up round: comments, indentation.
4491         * objc-lang.h: Ditto.
4492         * objc-lang.y: Ditto.
4493
4494 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
4495
4496         * maint.c (maintenance_internal_error): Print the parameter as the
4497         error message.
4498         (maintenance_internal_warning): New function.
4499         (_initialize_maint_cmds): Add command `maint internal-warning'.
4500
4501         * defs.h (internal_warning, internal_vwarning): Declare.
4502         * utils.c (struct internal_problem): Define.
4503         (internal_vproblem): New function.
4504         (internal_warning): New function.
4505         (internal_vwarning): New function.
4506         (internal_warning_problem, internal_error_problem): New variables.
4507         (internal_verror): Just call internal_vproblem.
4508
4509 2002-09-18  Michael Snyder  <msnyder@redhat.com>
4510
4511         * objc-lang.c: New file, support for Objective-C.
4512         Preliminary check-in, not yet integrated into gdb.
4513         * objc-lang.h: New file.
4514         * objc-exp.y:  New file.
4515
4516 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
4517
4518         * infrun.c (signal_stop_update): Convert definition to ISO C.
4519         (signal_print_update): Ditto.
4520         (signal_pass_update): Ditto.
4521         * inflow.c (terminal_save_ours): Ditto.
4522
4523         * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
4524         comments.
4525         
4526         * config/djgpp/fnchange.lst: Handle name clashes between
4527         bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
4528         bfd/coff-tic80.c.
4529
4530         * i386-linux-tdep.h: Fix tipo.
4531
4532 2002-09-18  Adam Fedor  <fedor@gnu.org>
4533
4534         * MAINTAINERS: Add myself to the Write After Approval list.
4535
4536 2002-09-18  Jim Blandy  <jimb@redhat.com>
4537
4538         * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
4539         texthigh and textlow to reader-specific structs caused
4540         objfile_relocate to miss them.  This is fixable, but the work that
4541         the change was supposed to prepare GDB for never got done anyway.
4542
4543 2002-09-18  David Carlton  <carlton@math.stanford.edu>
4544
4545         * MAINTAINERS: Alphabetize Write After Approval list.
4546
4547 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
4548
4549         Fix PR gdb/709
4550         * values.c (value_static_field): Call read_var_value.
4551
4552 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
4553
4554         * valops.c (hand_function_call): Align the initial stack pointer
4555         and STRUCT_ADDR using frame_align.  When STRUCT_RETURN and
4556         FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
4557         return value.
4558         * mips-tdep.c (mips_frame_align): New function.
4559         (mips_gdbarch_init): Set frame_align.
4560         * gdbarch.sh (FRAME_ALIGN): New method.
4561         * gdbarch.h, gdbarch.c: Re-generate.
4562
4563 2002-09-18  Michal Ludvig  <mludvig@suse.cz>
4564
4565         * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
4566         registers.
4567
4568 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
4569
4570         * NEWS: Mention that MIPS $fp behavior changed.
4571         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
4572         reference to FP_REGNUM.
4573         (mipsnbsd_cannot_store_register): Ditto.
4574         * mips-linux-nat.c: Update copyright.
4575         (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
4576         (mips_linux_cannot_store_register): Ditto.
4577         * mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
4578         * config/mips/tm-mips.h: Update copyright.
4579         (FP_REGNUM): Delete macro.
4580         (MIPS_REGISTER_NAMES): Replace "fp" with "".
4581         * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
4582         * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
4583         (mips_r3041_reg_names, mips_r3051_reg_names)
4584         (mips_r3081_reg_names): Replace "fp" with "".
4585         Fix PR gdb/480.
4586
4587 2002-09-17  Theodore A. Roth  <troth@verinet.com>
4588
4589         * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to 
4590         generic_read_register_dummy() (PR gdb/703).
4591         (avr_push_return_address): #if 0 out unused vars.
4592         (avr_gdbarch_init): Enable use of avr_push_return_address().
4593
4594 2002-09-17  Michael Snyder  <msnyder@redhat.com>
4595
4596         * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
4597         RTE will take care of it.
4598
4599 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
4600
4601         * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
4602         invalid, return SP_REGNUM.
4603
4604 2002-09-17  Michael Snyder  <msnyder@redhat.com>
4605
4606         * mips-tdep.c (mips_pop_frame): Read saved values of floating
4607         point registers without sign extension.
4608
4609 2002-09-17  Andrew Cagney  <cagney@redhat.com>
4610
4611         * blockframe.c (deprecated_read_register_dummy): Rename
4612         generic_read_register_dummy.
4613         * frame.c (frame_unwind_signed_register): New function.
4614         (frame_unwind_unsigned_register): New function.
4615         * frame.h (frame_unwind_signed_register): Declare.
4616         (frame_unwind_unsigned_register): Declare.
4617         (deprecated_read_register_dummy): Rename
4618         generic_read_register_dummy.
4619
4620         * h8300-tdep.c (h8300_frame_chain): Update.
4621         (h8300_frame_saved_pc): Update.
4622         * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
4623         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
4624         * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
4625         (s390_frame_chain): Update.
4626         * v850-tdep.c (v850_find_callers_reg): Update.
4627         (v850_frame_saved_pc): Update.
4628         * m32r-tdep.c (m32r_init_extra_frame_info): Update.
4629         (m32r_find_callers_reg): Update.
4630         (m32r_frame_saved_pc): Update.
4631         * sh-tdep.c (sh_find_callers_reg): Update.
4632         (sh64_get_saved_pr): Update.
4633         (sh_init_extra_frame_info): Update.
4634         (sh_init_extra_frame_info): Update.
4635         (sh64_init_extra_frame_info): Update.
4636         (sh64_init_extra_frame_info): Update.
4637         * mcore-tdep.c (mcore_find_callers_reg): Update.
4638         (mcore_frame_saved_pc): Update.
4639         (mcore_init_extra_frame_info): Update.
4640         * i386-tdep.c (i386_frame_saved_pc): Update.
4641         * ia64-tdep.c (ia64_frame_saved_pc): Update.
4642         (ia64_init_extra_frame_info): Update.
4643         (ia64_init_extra_frame_info): Update.
4644         * d10v-tdep.c (d10v_frame_saved_pc): Update.
4645         * cris-tdep.c (cris_init_extra_frame_info): Update.
4646         * avr-tdep.c (avr_frame_chain): Update.
4647         (avr_init_extra_frame_info): Update.
4648         (avr_frame_saved_pc): Update.
4649         * arm-tdep.c (arm_find_callers_reg): Update.
4650         (arm_init_extra_frame_info): Update.
4651         (arm_frame_saved_pc): Update.
4652
4653 2002-09-17  Tom Tromey  <tromey@redhat.com>
4654
4655         * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
4656         is "'".
4657
4658 2002-09-17  Corinna Vinschen  <vinschen@redhat.com>
4659
4660         * MAINTAINERS: Remove "non multi-arched" text from h8300.
4661         * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
4662         NEXT_PROLOGUE_INSN.
4663         (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
4664         NEXT_PROLOGUE_INSN.
4665
4666 2002-09-16  Joel Brobecker  <brobecker@gnat.com>
4667
4668         * osfsolib.c: Remove file, replaced by solib-osf.c.
4669         * Makefile.in: Remove compilation rules for osfsolib.c.
4670
4671 2002-09-16  David Carlton  <carlton@math.stanford.edu>
4672
4673         * cp-valprint.c (cp_print_class_method): Correct args to
4674         check_stub_method_group.
4675
4676 2002-09-16  Corinna Vinschen  <vinschen@redhat.com>
4677
4678         * h8300-tdep.c: Multiarch.  Drop `set machine' command in favor of
4679         `set architecture'.  Unify naming convention of functions.
4680         (h8300_skip_prologue): Improve prologue analysis.
4681         (h8300_push_arguments): Rewritten to more closely match GCC's
4682         bizarre argument-passing behavior, along with the comment describing
4683         said behavior.
4684         * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
4685         * config/h8300/tm-h8300.h: Multiarch.  Just keep stuff needed by
4686         sim, remote-e7000.c, remote-hms.c and remote.c
4687
4688 2002-09-15  Mark Kettenis  <kettenis@gnu.org>
4689
4690         * i386-tdep.c (gdb_print_insn_i386): Removed.
4691         (i386_print_insn): New function.
4692         (i386_gdbarch_init): Set print_insn to i386_print_insns.
4693         (_initialize_i386_tdep): Don't initialize tm_print_insn and
4694         tm_print_insn_info.
4695
4696 2002-09-14  Mark Kettenis  <kettenis@gnu.org>
4697
4698         * gdbtypes.c (check_stub_method_group): Initialize found_stub to
4699         zero.
4700
4701 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
4702
4703         * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
4704         for IN_SIGTRAMP to here.  Use IN_SIGTRAMP only if it's defined. 
4705         Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
4706
4707 2002-09-13  Christopher Faylor  <cgf@redhat.com>
4708
4709         * win32-nat.c (child_create_inferior): Honor 'tty' command.
4710
4711 2002-09-13  Daniel Jacobowitz  <drow@mvista.com>
4712
4713         * gdbtypes.c (check_stub_method): Make static.
4714         (check_stub_method_group): New function.
4715         * gdbtypes.h: Update prototypes.
4716         * cp-support.c: New file.
4717         * cp-support.h: New file.
4718
4719         * stabsread.c: Include "cp-abi.h" and "cp-support.h".
4720         (update_method_name_from_physname): New function.
4721         (read_member_functions): Correct method names for operators
4722         and v3 constructors/destructors.  Separate v2 constructors and
4723         destructors.
4724         * Makefile.in (stabsread.o): Update dependencies.
4725         (SFILES): Add cp-support.c.
4726         (COMMON_OBS): Add cp-support.o.
4727         (cp_support_h, cp-support.o): Add.
4728
4729         * cp-valprint.c (cp_print_class_method): Call
4730         check_stub_method_group instead of check_stub_method.  Remove
4731         extraneous QUITs.
4732         * p-valprint.c (pascal_object_print_class_method): Likewise.
4733         * valops.c (search_struct_method): Likewise.
4734         (find_method_list, value_struct_elt_for_reference): Likewise.
4735
4736 2002-09-13  Andrew Cagney  <cagney@redhat.com>
4737
4738         * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
4739         * gdbarch.h, gdbarch.c: Regenerate.
4740
4741 2002-09-13  Andrew Cagney  <ac131313@redhat.com>
4742
4743         * frame.c (find_saved_register): Delete function.
4744         * frame.h (find_saved_register): Delete declaration.
4745         Fix PR gdb/631.
4746
4747 Fri Sep 13 14:59:55 2002  Andrew Cagney  <cagney@redhat.com>
4748
4749         * mips-tdep.c (read_next_frame_reg): Re-hack using
4750         frame_register_unwind.
4751
4752 Fri Sep 13 07:42:09 2002  Andrew Cagney  <cagney@redhat.com>
4753
4754         * mips-tdep.c (mips_get_saved_register): Re-hack using
4755         frame_register_unwind.
4756
4757 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
4758
4759         * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
4760         vector. Will be useful for Interix.  
4761         * gdbarch.h, gdbarch.c: Regenerate.
4762
4763         * valops.c (value_allocate_space_in_inferior): Replace hard-coded
4764         name of the malloc function by NAME_OF_MALLOC.
4765
4766 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
4767
4768         * value.h (find_function_in_inferior): Add const keyword to
4769         one of the parameters. Allows us to invoke this function with
4770         a const char *.
4771         * valops.c (find_function_in_inferior): Likewise.
4772
4773 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
4774
4775         * exec.c (xfer_memory): Fix compilation warning with old versions
4776         of GCC.
4777         * tracepoint.c (trace_find_tracepoint_command): Likewise.
4778
4779 2002-09-12  David Carlton  <carlton@math.stanford.edu>
4780
4781         * symtab.h: Run through gdb_indent.h.
4782         Add 2002 to Copyright year list.
4783
4784 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
4785
4786         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
4787         mach constants.
4788         * MAINTAINERS: Add myself to write after approval list.
4789
4790 2002-09-11  J. Brobecker  <brobecker@gnat.com>
4791
4792         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
4793
4794 2002-09-11  J. Brobecker  <brobecker@gnat.com>
4795
4796         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
4797         Interix.
4798
4799 2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
4800
4801         * procfs.c (do_detach): Clear current signal, not just fault.
4802         Corrects problem with breakpoint trap signal leaking to detached
4803         process on Tru64.
4804
4805 2002-09-10  Michael Snyder  <msnyder@redhat.com>
4806
4807         * buildsym.c (finish_block): Protect against null pointer.
4808
4809 2002-09-10  Andrew Cagney  <cagney@redhat.com>
4810
4811         * infcmd.c (default_print_registers_info): Send all output to
4812         ``file'' instead of ``gdb_stdout''.
4813
4814 2002-09-10  Michael Snyder  <msnyder@redhat.com>
4815
4816         * mips-tdep.c (mips_extract_struct_value_address): Make val a
4817         LONGEST, and use signed register read (addresses are sign-
4818         extended for mips).
4819
4820 2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
4821
4822         * event-loop.c (gdb_do_one_event): Make public.
4823         * event-loop.h (gdb_do_one_event): Declare.
4824
4825 2002-09-10  Jeff Law  <law@redhat.com>
4826
4827         * infttrace.c (child_resume): Simplify and rework to avoid
4828         TT_PROC_CONTINUE.
4829
4830 2002-09-09  Fred Fish  <fnf@intrinsity.com>
4831
4832         * printcmd.c (print_scalar_formatted): "len" is the number of
4833         target bytes, NOT the number of target bits.
4834
4835 2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
4836
4837         From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
4838         * top.c (init_main): Set rl_terminal_name.
4839
4840 2002-09-08  Aidan Skinner <aidan@velvet.net>
4841
4842         * ada-lang.c (ada_array_bound, ada_type_match,
4843         _initialize_ada_language): Fix K&R definitions.
4844         * ada-tasks.c (get_current_task): Fix K&R definitions.
4845         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
4846                         
4847 2002-09-07  Christopher Faylor  <cgf@redhat.com>
4848
4849         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
4850         Add XP.
4851
4852 2002-09-06  Mark Kettenis  <kettenis@gnu.org>
4853
4854         * i386-tdep.c (i386_register_virtual_type,
4855         i386_register_convertible, i386_register_convert_to_virtual,
4856         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
4857         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
4858         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
4859         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
4860         Don't set push_arguments twice.
4861
4862         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
4863         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
4864         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
4865         sigtramp_end to NULL.
4866         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
4867         defines.
4868         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
4869
4870         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
4871         whitespace.
4872
4873         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
4874         * gdbarch.h, gdbarch.c: Re-generate.
4875         * blockframe.c (find_pc_sect_partial_function): Convert to use
4876         SIGTRAMP_START_P predicate.
4877
4878 2002-09-05  Michael Snyder  <msnyder@redhat.com>
4879
4880         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
4881         generic_dummy_frame method and old method.  Also distinguish
4882         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
4883         (arm_extract_return_value): Use new regcache method.
4884
4885         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
4886         adjustment that doesn't conform to the ABI.
4887         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
4888         saved regcache, not from current regcache.
4889
4890 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
4891
4892         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
4893         * README: Update.
4894
4895 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
4896
4897         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
4898         if arm_apcs_32 is false.
4899
4900 2002-09-04  Andrew Cagney  <ac131313@redhat.com>
4901
4902         GDB 5.3 branch created.
4903
4904 2002-09-03  Theodore A. Roth  <troth@verinet.com>
4905
4906         * gdb/avr-tdep.c (avr_gdbarch_init): Use
4907         generic_unwind_get_saved_register.
4908
4909 2002-09-03  David Carlton  <carlton@math.stanford.edu>
4910
4911         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
4912         argument (PR gdb/653).  Update call to smash_to_method_type.
4913         (read_structure_scope): Update call to dwarf2_add_member_fn.
4914
4915 2002-09-03  Michal Ludvig  <mludvig@suse.cz>
4916
4917         * x86-64-linux-tdep.c: Include gdb_string.h
4918         * x86-64-linux-nat.c: Ditto.
4919
4920 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
4921
4922         * ada-exp.y (yyname, yyrule): Remap global variables that appear
4923         when YYDEBUG is set to 1.  
4924         * c-exp.y: Likewise.
4925         * f-exp.y: Likewise.
4926         * jv-exp.y: Likewise.
4927         * m2-exp.y: Likewise.
4928         * p-exp.y: Likewise.
4929
4930 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
4931
4932         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
4933         dependency list.
4934         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
4935         solib_svr4_fetch_link_map_offsets to
4936         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4937         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
4938         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
4939         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
4940         solib-svr4.o, and solib-legacy.o.
4941         * config/i386/tm-nbsd.h: Include solib.h.
4942
4943 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
4944
4945         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
4946         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
4947         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
4948         comment noting that this needs its own target configuration.
4949         * config/i386/nbsd.mt: New file.
4950         * config/i386/nbsdaout.mt: Remove.
4951         * config/i386/nbsdelf.mt: Ditto.
4952         * config/i386/tm-nbsdaout.h: Ditto. 
4953
4954 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
4955
4956         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
4957         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
4958         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
4959         tdep->sigtramp_end.
4960         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
4961         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
4962         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
4963
4964 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
4965
4966         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
4967         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
4968         * i386-tdep.h (i386bsd_init_abi): New prototype.
4969         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
4970         function declaration.
4971         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
4972         for NetBSD-a.out or NetBSD-ELF.
4973         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
4974         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
4975         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
4976         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
4977         and nbsd-tdep.h.
4978         (i386nbsd_pc_in_sigtramp): New function.
4979         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
4980         i386nbsd_pc_in_sigtramp.
4981         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
4982         and i386nbsdelf_init_abi OS ABI handlers.
4983         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
4984         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
4985
4986 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
4987
4988         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
4989         registers if the target really has them.
4990
4991 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
4992
4993         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
4994         than nbsd-tdep.h.
4995
4996 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
4997
4998         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
4999         list.
5000         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
5001         (alphanbsd_skip_sigtramp_frame): New functions. 
5002         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
5003         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
5004         to alphanbsd_sigcontext_addr. 
5005
5006 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
5007
5008         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
5009         list.
5010         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
5011         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
5012         nbsd_pc_in_sigtramp. 
5013         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
5014         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
5015         * nbsd-tdep.c: Include gdb_string.h.
5016         (nbsd_pc_in_sigtramp): New function. 
5017         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
5018         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
5019         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5020         ppcnbsd_pc_in_sigtramp. 
5021         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
5022         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5023         shnbsd_pc_in_sigtramp. 
5024         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
5025         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
5026         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5027
5028 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5029
5030         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
5031         watchpoints to NULL.
5032         (insert_breakpoints): set val field of watchpoints if NULL.
5033
5034
5035 2002-08-29  Jim Blandy  <jimb@redhat.com>
5036
5037         * symtab.c (lookup_symbol_aux): In the cases where we find a
5038         minimal symbol of an appropriate name and use its address to
5039         select a symtab to read and search, use `name' (as passed to us)
5040         as the demangled name when searching the symtab's global and
5041         static blocks, not the minsym's name.
5042
5043 2002-08-29  Keith Seitz  <keiths@redhat.com>
5044
5045         * stack.c (print_frame_info_base): Always set current_source_symtab
5046         and current_source_line.
5047
5048 2002-08-29  Donn Terry  <donnte@microsoft.com>
5049
5050         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
5051
5052 2002-08-28  Keith Seitz  <keiths@redhat.com>
5053
5054         * stack.c (select_frame): Add FIXME concerning selected-frame
5055         events.
5056         (select_frame_command): Send selected-frame-level-changed
5057         event notification, but only if the level actually changed.
5058         (up_silently_base): Add selected-frame-level-changed event
5059         notification.
5060         (down_silently_base): Likewise.
5061
5062 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
5063
5064         * Makefile.in: Update dependencies for all gdb/*.c files.
5065
5066 2002-08-27  Tom Tromey  <tromey@redhat.com>
5067
5068         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
5069         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
5070         Update dependencies.
5071         * i387-tdep.c: Include gdb_string.h.
5072         * osabi.c: Likewise.
5073         * i386-linux-nat.c: Likewise.
5074         * lin-lwp.c: Likewise.
5075         * ax-gdb.c: Likewise.
5076         * signals/signals.c: Likewise.
5077         * jv-valprint.c: Likewise.
5078         * p-lang.c: Likewise.
5079         * c-valprint.c: Likewise.
5080         * cp-abi.c: Likewise.
5081
5082 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
5083
5084         * cli/cli-script.h (copy_command_lines): Export.
5085         * breakpoint.c: Include cli/cli-script.h.
5086         * Makefile.in (breakpoint.o): Update dependencies.
5087
5088 2002-08-26  Michael Snyder  <msnyder@redhat.com>
5089
5090         * breakpoint.c (insert_breakpoints): Protect all references
5091         to 'process_warning'.  Shorten long lines.
5092
5093 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
5094
5095         * cli/cli-script.c (copy_command_lines): New function.
5096         * defs.h (copy_command_lines): Export.
5097         * testsuite/gdb.base/commands.exp: New tests for commands
5098         attached to a temporary breakpoint, and for commands that
5099         delete the breakpoint they are attached to.
5100         
5101 2002-08-26  Michael Snyder  <msnyder@redhat.com>
5102
5103         * breakpoint.c (bpstat_stop_status): Instead of copying the 
5104         pointer to the breakpoint commands struct, make a new copy
5105         of the struct and point to that.
5106         (bpstat_clear): Free the commands struct.
5107         (bpstat_clear_actions): Free the commands struct.
5108         (bpstat_do_actions): Free the command actions.  Also execute
5109         the local cleanups, instead of deleting them.
5110         (delete_breakpoint): Leave the commands field of the bpstat
5111         chain alone -- it will be freed later.
5112
5113 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
5114
5115         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
5116         deleted in 2002-08-20 commit.  This function is still used by
5117         ppc-linux-nat.c.
5118
5119 2002-08-26  Keith Seitz  <keiths@redhat.com>
5120
5121         * gdb-events.sh: Add selected-frame-level-changed event.
5122         * gdb-events.c: Regenerated.
5123         * gdb-events.h: Regenerated.
5124         
5125 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
5126
5127         Fix PR gdb/393:
5128         * inflow.c (terminal_save_ours): New function to save terminal
5129         settings.
5130         * inferior.h (terminal_save_ours): Declare.
5131         * target.c (debug_to_terminal_save_ours): New function.
5132         (cleanup_target): Defaults to_terminal_save_ours.
5133         (update_current_target): Inherit to_terminal_save_ours.
5134         (setup_target_debug): Set to_terminal_save_ours.
5135         * target.h (target_terminal_save_ours): New to save terminal settings.
5136         (target_ops): New member to_terminal_save_ours.
5137         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
5138         * hpux-thread.c (init_hpux_thread_ops): Likewise.
5139         * inftarg.c (init_child_ops): Likewise.
5140         * m3-nat.c (init_m3_ops): Likewise.
5141         * procfs.c (init_procfs_ops): Likewise.
5142         * wince.c (init_child_ops): Likewise.
5143         * win32-nat.c (init_child_ops): Likewise.
5144         * sol-thread.c (init_sol_thread_ops): Likewise.
5145
5146 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
5147
5148         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
5149         use regcache_* functions.
5150         (i386_gdbarch_init): Set store_return_value instead of
5151         deprecated_store_return_value.
5152
5153         * regcache.c (regcache_raw_write_signed,
5154         regcache_raw_write_unsigned): New functions.
5155         * regcache.h (regcache_raw_write_signed,
5156         regcache_raw_write_unsigned): New prototypes.
5157
5158 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
5159
5160         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
5161         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
5162         source file dependencies.  Cleanup corresponding generator rules.
5163
5164 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
5165
5166         * regcache.h (register_offset_hack): Declare.
5167         (regcache_cooked_read_using_offset_hack): Declare.
5168         (regcache_cooked_write_using_offset_hack): Declare.
5169
5170         * regcache.c (register_offset_hack): New function.
5171         (regcache_cooked_read_using_offset_hack): New function.
5172         (regcache_cooked_write_using_offset_hack): New function.
5173         (regcache_dump): Check that the registers, according to their
5174         offset, are packed hard against each other.
5175         (cooked_xfer_using_offset_hack): New function.
5176
5177 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
5178
5179         * regcache.c (struct regcache_descr): Add field register_type.
5180         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
5181         in as a parameter
5182         (init_regcache_descr): Initialize register_type.  Pass the descr
5183         to init_legacy_regcache_descr.  Use register_type instead of
5184         REGISTER_VIRTUAL_TYPE.
5185         (register_type): New function.
5186         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
5187         * regcache.h (register_type): Declare.
5188
5189 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
5190
5191         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
5192         instead of deprecated_store_return_value.  Fix fallout from
5193         2002-08-23 Andrew Cagney <cagney@redhat.com>.
5194
5195 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
5196
5197         * regcache.c (max_register_size): New function.
5198         (init_legacy_regcache_descr): Ensure that max_register_size is
5199         large enough for REGISTER_VIRTUAL_SIZE.
5200         * regcache.h (max_register_size): Declare.
5201
5202 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
5203
5204         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
5205         store_return_value.
5206         (e500_extract_return_value): Change type of valbuf pointer to
5207         void.
5208
5209 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
5210
5211         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
5212         workaround.
5213
5214         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
5215         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
5216         long long) to prevent compiler warning on 64-bit systems.
5217
5218 2002-08-23  Andrew Cagney  <cagney@redhat.com>
5219
5220         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
5221         (DEPRECATED_STORE_RETURN_VALUE): New method.
5222         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
5223         * gdbarch.h, gdbarch.c: Re-generate.
5224
5225         * values.c (set_return_value): Pass current_regcache to
5226         STORE_RETURN_VALUE.
5227         * arch-utils.h (legacy_store_return_value): Declare.
5228         * arch-utils.c (legacy_store_return_value): New function.
5229         (legacy_extract_return_value): Update parameters.
5230
5231         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
5232         STORE_RETURN_VALUE.
5233         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
5234         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
5235         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
5236         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
5237         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
5238         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
5239         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
5240         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
5241         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
5242         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
5243
5244         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5245         * i386-tdep.c (i386_extract_return_value): Update.
5246         * arch-utils.c (legacy_extract_return_value): Update.
5247         * frv-tdep.c (frv_gdbarch_init): Update.
5248         * cris-tdep.c (cris_gdbarch_init): Update.
5249         * d10v-tdep.c (d10v_gdbarch_init): Update.
5250         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5251         * m68k-tdep.c (m68k_gdbarch_init): Update.
5252         * mcore-tdep.c (mcore_gdbarch_init): Update.
5253         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5254         * s390-tdep.c (s390_gdbarch_init): Update.
5255         * sparc-tdep.c (sparc_gdbarch_init): Update.
5256         * sh-tdep.c (sh_gdbarch_init): Update.
5257         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5258         * v850-tdep.c (v850_gdbarch_init): Update.
5259         * avr-tdep.c (avr_gdbarch_init): Update.
5260         * ia64-tdep.c (ia64_gdbarch_init): Update.
5261         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5262         * vax-tdep.c (vax_gdbarch_init): Update.
5263         * alpha-tdep.c (alpha_gdbarch_init): Update.
5264         * arm-tdep.c (arm_gdbarch_init): Update.
5265         * mips-tdep.c (mips_gdbarch_init): Update.
5266         * i386-tdep.c (i386_gdbarch_init): Update.
5267
5268 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
5269
5270         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
5271         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
5272
5273 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
5274
5275         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
5276         problems.
5277
5278 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
5279
5280         * infrun.c (handle_inferior_event): Move a comment outside of a
5281         function call, in order to avoid indent reformatting this part
5282         of the code in an unreadable way.
5283
5284 2002-08-23  Grace Sainsbury  <graces@redhat.com>
5285
5286         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
5287         when breakpoints fail. Move general breakpoint error messages to
5288         insert_breakpoints.  
5289         * breakpoint.c (insert_breakpoints): Change warnings when
5290         breakpoints are nto inserted to specify the type. Remove call to
5291         memory_error when hardware breakpoints can't be inserted. Remove
5292         multiple calls to warning so all messages are sent to the user at
5293         once.
5294         (delete_breakpoints): Make insert error messsages more explicit.
5295
5296 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
5297
5298         * ChangeLog: Move gdbserver entries after GDB 5.2 to
5299         gdbserver/ChangeLog.
5300
5301 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
5302
5303         * i386-tdep.c: Include "objfiles.h".
5304         (i386_svr4_init_abi): Set in_solib_call_trampoline and
5305         skip_trampoline_code.
5306         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
5307         (CPLUS_MARKER): Define to '.'.
5308
5309         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
5310         member.
5311         (linux_corefile_thread_callback): Increase args->num_notes.
5312         (linux_make_note_section): Initialize thread_args.num_notes, and
5313         use it to determine whether notes for any threads were created.
5314
5315 2002-08-23  Donn Terry  <donnte@microsoft.com>
5316
5317         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
5318         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
5319         and PCUNKILL.
5320         (write_with_trace): Conditionalize out the switch branch handling
5321         PCSHOLD if the corresponding macro is not defined. Likewise for
5322         PRSABORT and PRSTOP.
5323         This change will be needed by the Interix port.
5324
5325 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
5326
5327         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
5328         write_register wherever possible instead of manipulating the
5329         register bytes directly.
5330         Assign VALUE_CONTENTS to a variable and use that.
5331         The GPR numbers are now dependent on the architecture.
5332         
5333 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
5334
5335         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
5336         ev_offset fields.
5337         (skip_prologue): Add support for BookE/e500 instructions.
5338         (e500_extract_return_value): New function.
5339         (frame_get_saved_regs): Add support for saving ev registers and
5340         pseudo gpr's.
5341         (e500_store_return_value): New function.
5342         (rs6000_gdbarch_init): Move up default intializations of
5343         deprecated_extract_return_value and store_return_value.  Overwrite
5344         init of store_return_value with e500 specific version.
5345         Set extract_return_value for e500.
5346         
5347 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
5348
5349         * blockframe.c (generic_call_dummy_register_unwind): Use
5350         regcache_cooked_read to catch cases in which the variable is
5351         stored in a pseudo register.
5352
5353 2002-08-22  Andrew Cagney  <cagney@redhat.com>
5354
5355         * NEWS: Mention that the i960 has been made obsolete.
5356         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
5357         i960-tdep.c
5358         (remote-nrom.o): Obsolete target.
5359         (remote-nindy.o, i960-tdep.o): Ditto.
5360         * remote-nrom.c: Make file obsolete.
5361         * remote-nindy.c, remote-vx960.c: Ditto.
5362         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
5363         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
5364         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
5365         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
5366         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
5367         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
5368         i960-*-vxworks* obsolete.
5369         * MAINTAINERS: Note that the i960 is obsolete.
5370
5371 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
5372
5373         * aix-thread.c (aix_thread_detach): Disable thread debugging on
5374         detach to allow reinitialization.
5375
5376 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
5377
5378         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
5379         attempt).
5380
5381 2002-08-22  Jim Blandy  <jimb@redhat.com>
5382
5383         * coffread.c (coff_symfile_read): Don't try to read the line
5384         number table from disk if the image file doesn't have a symbol
5385         table; we'll never actually look at the info anyway, and Windows
5386         ships DLL's with bogus file offsets for the line number data.
5387
5388 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
5389
5390         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
5391         an e500 executable.
5392
5393 2002-08-21  Michael Snyder  <msnyder@redhat.com>
5394
5395         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
5396         (MSYMBOL_SIZE): Replace macro with function.
5397         (DEFAULT_MIPS_TYPE): Delete unused macro.
5398         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
5399         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
5400
5401 2002-08-21  Jim Blandy  <jimb@redhat.com>
5402
5403         * valops.c (value_cast): Simplify and correct logic for doing a
5404         static cast from a pointer to a base class to a pointer to a
5405         derived class.
5406
5407 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
5408
5409         * infcmd.c (default_print_registers_info): Replace
5410         do_registers_info.
5411         (registers_info): Use gdbarch_print_registers_info instead of
5412         DO_REGISTERS_INFO.
5413         * inferior.h (default_print_registers_info): Replace
5414         do_registers_info.
5415         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
5416         (DO_REGISTERS_INFO): Change to a predicate function.
5417         * gdbarch.h, gdbarch.c: Regenerate.
5418         
5419 2002-08-21  Keith Seitz  <keiths@redhat.com>
5420
5421         * gdb-events.sh: Add target-changed event.
5422         * gdb-events.c: Regenerated.
5423         * gdb-events.c: Regenerated.
5424         * valops.c (value_assign): Add target-changed event notification
5425         to inlval_register, lval_memory, and lval_reg_frame_relative.
5426
5427 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
5428
5429         * NEWS: Add an entry regarding the improvement of the next/step
5430         operation on Alpha Tru64 multi-processor machines.
5431
5432 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
5433
5434         * Makefile.in: Update dependencies for mi/ cli/ and tui/
5435         directores.
5436         * Makefile.in: Update all _h macro definitions.
5437         * Makefile.in (install-gdbtk): Move to install section.
5438         (rdi-share/libangsd.a): Move to end of file.
5439
5440 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
5441
5442         * frame.c (frame_register_unwind): When a register, set addrp to
5443         the register's byte.
5444
5445 2002-08-20  Michael Snyder  <msnyder@redhat.com>
5446
5447         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
5448         used locally, so move them from the target machine header to here.
5449         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
5450         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
5451         Make static.
5452         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
5453
5454 2002-08-20  Andrew Cagney  <cagney@redhat.com>
5455
5456         * NEWS: Mention that the Apollo line was made obsolete.
5457         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
5458         m68*-hp-hpux* obsolete.
5459         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
5460         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
5461         * buildsym.c (make_blockvector): Make static.
5462         * buildsym.h (make_blockvector): Make extern declaration obsolete.
5463         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
5464         (ALLDEPFILES): Remove dstread.c.
5465         (dstread.o): Obsolete make rule.
5466         * dstread.c: Makefile obsolete.
5467         * dst.h: Ditto.
5468         * config/m68k/hp300hpux.mt: Ditto.
5469         * config/m68k/hp300hpux.mh: Ditto.
5470         * config/m68k/hp300bsd.mt: Ditto.
5471         * config/m68k/hp300bsd.mh: Ditto.
5472         * config/m68k/apollo68b.mt: Ditto.
5473         * config/m68k/apollo68v.mh: Ditto.
5474         * config/m68k/apollo68b.mh: Ditto.
5475
5476 2002-08-20  Michael Snyder  <msnyder@redhat.com>
5477
5478         * mips-tdep.c (mips_in_return_stub): Make static.
5479         (mips_gdbarch_init): Set in_solib_return_trampoline.
5480         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
5481
5482 2002-08-20  Michael Snyder  <msnyder@redhat.com>
5483
5484         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
5485         * gdbarch.c, gdbarch.h: Regenerate.
5486         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
5487         Add.
5488         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
5489
5490 2002-08-20  Michael Snyder  <msnyder@redhat.com>
5491
5492         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
5493         (mips_gdbarch_init): Set skip_trampoline_code, 
5494         in_solib_call_trampoline.
5495         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
5496         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
5497
5498 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
5499
5500         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
5501
5502         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
5503         vector type for ev registers.
5504         (e500_pseudo_register_read): New function.
5505         (e500_pseudo_register_write): New function.
5506         (e500_dwarf2_reg_to_regnum): New function.
5507         (PPC_UISA_NOFP_SPRS): New macro.
5508         (PPC_EV_REGS): New macro.
5509         (PPC_GPRS_PSEUDO_REGS): New macro.
5510         (registers_e500): New register set for e500.
5511         (variants): Add e500 variant.
5512         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
5513         before setting architectural dependent variations.  Initialize ev
5514         registers numbers.  Add case for e500 architecture.  Set the
5515         number of pseudo registers.
5516
5517 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
5518
5519         * rs6000-tdep.c: Clean up comments.
5520
5521 2002-08-20  Andrew Cagney  <cagney@redhat.com>
5522
5523         * h8300-tdep.c: Re-indent file.
5524
5525 2002-08-20  Jim Blandy  <jimb@redhat.com>
5526
5527         * Makefile.in (LDFLAGS): Allow the configure script to establish a
5528         default for this.
5529
5530 2002-08-20  Keith Seitz  <keiths@redhat.com>
5531
5532         * breakpoints.c (watch_command_1): Use internal breakpoint
5533         when setting a watchpoint_scope breakpoint.
5534
5535 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
5536
5537         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
5538         (build_builtin_type_vec64i): Ditto.
5539         (build_builtin_type_vec128): Ditto.
5540         (build_builtin_type_vec128i): Ditto.
5541
5542 2002-08-19  Michael Snyder  <msnyder@redhat.com>
5543
5544         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
5545         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
5546         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
5547         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
5548         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
5549         CALL_DUMMY_ADDRESS): Delete.
5550         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
5551         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
5552         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
5553         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
5554         push_return_address.
5555         (mips_register_raw_size, mips_eabi_use_struct_convention, 
5556         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
5557         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
5558         mips_init_extra_frame_info, mips_eabi_push_arguments, 
5559         mips_n32n64_push_arguments, mips_push_return_address,
5560         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
5561         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
5562
5563 2002-08-19  Michael Snyder  <msnyder@redhat.com>
5564
5565         * mips-tdep.c (mips_frame_num_args): New function.
5566         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
5567         frame_saved_pc, frame_args_address, frame_locals_address, 
5568         frame_num_args, and frame_args_skip.
5569         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
5570         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
5571         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
5572         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
5573
5574 2002-08-20  Michael Snyder  <msnyder@redhat.com>
5575
5576         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
5577         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
5578         * mips-tdep.c (mips_store_struct_return): New function.
5579         (mips_extract_struct_value_address): New function.
5580         (mips_gdbarch_init): Set store_struct_return and
5581         extract_struct_value_address.
5582
5583 2002-08-20  David Carlton  <carlton@math.stanford.edu>
5584
5585         * dwarf2read.c (dwarf2_build_psymtabs): Check that
5586         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
5587         (read_file_scope): Check that line_header is nonzero before
5588         decoding macro information.
5589
5590 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
5591
5592         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
5593         flag the general-purpose registers as floating-point on targets
5594         that don't support the floating-point registers.
5595
5596 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
5597
5598         * rs6000-tdep.c (altivec_register_p): Delete.
5599         (rs6000_do_altivec_registers): Delete.
5600         (rs6000_altivec_registers_info): Delete.
5601         (rs6000_do_registers_info): Delete.
5602         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
5603         (rs6000_gdbarch_init): Remove setting of do_registers_info.
5604
5605 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
5606
5607         * infcmd.c (do_registers_info): Print vector registers in hex
5608         format only.
5609         (print_vector_info): Check that printing registers
5610         makes sense.
5611         (print_float_info): Ditto.
5612
5613 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
5614
5615         * mips-tdep.c (mips_gdbarch_init): Update.
5616         (mips_o32_extract_return_value): Rewrite.
5617         (mips_o32_store_return_value): Rewrite.
5618         (mips_o32_xfer_return_value): New function.
5619         (mips_xfer_register): Tweak debug print message.  Allow for
5620         buf_offset when dumping the value transfered.
5621
5622 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
5623
5624         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
5625         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
5626         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
5627         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
5628         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
5629
5630 2002-08-14  Michael Snyder  <msnyder@redhat.com>
5631
5632         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
5633
5634 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
5635
5636         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
5637         register.
5638         (P): New macro to define a register as a pseudo register.
5639         (R, R4, R8, R16, FR32, R64, R0): Updated.
5640         (struct variant): Add new fields for number of pseudo registers
5641         and number of total registers.
5642         (tot_num_registers): New macro replacing....
5643         (num_registers): ...deleted macro.
5644         (num_registers): New function.
5645         (num_pseudo_registers): New function.
5646         (variants): Update all variants to intialize new fields correctly.
5647         Postpone initialization of number of pseudo regs and real regs.
5648         (init_variants): New function.
5649         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
5650         registers offsets.
5651
5652 2002-08-19  David Carlton  <carlton@math.stanford.edu>
5653
5654         * valops.c (search_struct_field): Change error message to treat
5655         return value of 0 from value_static_field as meaning that field is
5656         optimized out.
5657         (value_struct_elt_for_reference): Ditto.
5658         * values.c (value_static_field): Treat an unresolved location the
5659         same as a nonexistent symbol.  Fix PR gdb/635.
5660         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
5661         enclosed.  Fix PR gdb/574.
5662         * MAINTAINERS: Add self to Write After Approval list.
5663
5664 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
5665
5666         * mips-tdep.c (mips_xfer_register): New function.
5667         (mips_n32n64_extract_return_value): Rewrite.
5668         (mips_gdbarch_init): For N32 and N64, set extract_return_value
5669         instead of deprecated_extract_return_value.
5670
5671 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
5672
5673         * rs6000-tdep.c (TDEP): Delete macro.
5674         (branch_dest): Replace use of TDEP macro with its body.
5675         (rs6000_pop_frame): Ditto.
5676         (rs6000_push_arguments): Ditto.
5677         (rs6000_skip_trampoline_code): Ditto.
5678         (rs6000_frame_saved_pc): Ditto.
5679         (rs6000_frame_chain): Ditto.
5680         (rs6000_register_name): Ditto.
5681         (rs6000_register_byte): Ditto.
5682         (rs6000_register_raw_size): Ditto.
5683         (rs6000_register_virtual_type): Ditto.
5684         (rs6000_register_convertible): Ditto.
5685         (rs6000_convert_from_func_ptr_addr): Ditto.
5686
5687 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
5688
5689         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
5690         conditionally.
5691         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
5692         MIPS_LINUX_JB_ELEMENT_SIZE.
5693         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
5694         for MAX_REGISTER_RAW_SIZE arrays.
5695         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
5696         MIPS_LINUX_JB_ELEMENT_SIZE.
5697
5698 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5699
5700         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
5701
5702 2002-08-19  Aidan Skinner <aidan@velvet.net>
5703
5704         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
5705         ada-valprint.c ada-tasks.c.
5706         (YYFILES): Add ada-exp.y.
5707         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
5708         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
5709         (ada-exp.tab.o): New target.
5710                 
5711 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
5712
5713         * regcache.c (regcache_xfer_part): New function.
5714         (regcache_raw_read_part): New function.
5715         (regcache_raw_write_part): New function.
5716         (regcache_cooked_read_part): New function.
5717         (regcache_cooked_write_part): New function.
5718         * regcache.h (regcache_raw_read_part): Declare.
5719         (regcache_raw_write_part): Declare.
5720         (regcache_cooked_read_part): Declare.
5721         (regcache_cooked_write_part): Declare.
5722
5723 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
5724
5725         * remote.c (remote_open_1): Add async_p.
5726         (remote_async_open_1): Delete.
5727         (open_remote_target): Delete.
5728         (remote_open, extended_remote_open): Update calls to remote_open_1.
5729         (remote_async_open, extended_remote_async_open): Call
5730         remote_open_1 instead of remote_async_open_1.
5731
5732 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
5733
5734         * blockframe.c: Fix a few coding standard violations.
5735
5736 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
5737
5738         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
5739         here from ...
5740         * config/i386/tm-i386sco5.h: ... here.  File removed.
5741         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
5742
5743         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
5744         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
5745         (TM_FILE): Set to tm-i386.h.
5746         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
5747         * config/i386/tm-i386v.h: Remove file.
5748         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
5749         instead of "i386/tm-i386v.h".
5750         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
5751         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
5752         "i386/tm-i386v.h".
5753         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
5754         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
5755         "i386/tm-i386.h".
5756
5757 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
5758
5759         * config/i386/nm-i386v.h: Add protection against
5760         multiple-inclusion.
5761         (i386_register_u_addr): Remove prototype.
5762         (register_u_addr): New prototype.
5763         (REGISTER_U_ADDR): Redefine accordingly.
5764         * i386v-nat.c: Improve several comments.
5765         (i386_register_u_addr): Change signature and rename to
5766         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
5767         ubase variable.
5768
5769 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
5770
5771         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
5772         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
5773         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
5774         deprecated_extract_return_value.
5775         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
5776         rename mips_o32o64_push_arguments.
5777         (mips_gdbarch_init): Update.
5778         (mips_extract_return_value): Delete.
5779         (mips_o32_extract_return_value): Clone mips_extract_return_value.
5780         (mips_o64_extract_return_value): Clone mips_extract_return_value.
5781         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
5782         (mips_n32n64_extract_return_value): Clone
5783         mips_extract_return_value.
5784         (mips_store_return_value): Delete.
5785         (mips_o32_store_return_value): Clone mips_store_return_value.
5786         (mips_o64_store_return_value): Clone mips_store_return_value.
5787         (mips_eabi_store_return_value): Clone mips_store_return_value.
5788         (mips_n32n64_store_return_value): Clone mips_store_return_value.
5789
5790 2002-08-18  Aidan Skinner <aidan@velvet.net>
5791
5792         * ada-lang.c: Use gdb_string.h instead of <string.h>.
5793         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
5794                 
5795 2002-08-18  Aidan Skinner <aidan@velvet.net>
5796
5797         * ada-lang.c: Run through gdb_indent.sh.
5798         * ada-lang.h: Run through gdb_indent.sh.
5799         * ada-tasks.c: Run through gdb_indent.sh.
5800         * ada-typeprint.c: Run through gdb_indent.sh.
5801         * ada-valprint.c: Run through gdb_indent.sh.
5802
5803 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
5804
5805         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
5806         ABI.
5807
5808 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
5809
5810         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
5811
5812         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
5813         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
5814
5815         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
5816         write_register_gen instead of write_register_bytes.
5817
5818         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
5819         i[3456]-*-osf1mk* configurations have been made obsolete.
5820         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
5821         i[3456]86-*-osf1mk* hosts obsolete.
5822         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
5823         targets obsolete.
5824         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
5825         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
5826         config/i386/i386m3.mt, config/i386/nm-m3.h,
5827         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
5828         config/i386/i386mk.mh, config/i386/i386mk.mt,
5829         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
5830         obsolete.
5831         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
5832         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
5833         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
5834
5835 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
5836
5837         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
5838         (hppa_value_returned_from_stack): Declare.
5839         (hppa_extract_return_value): Declare.
5840         * config/pa/hppa.mt: New file.
5841         * configure.tgt: Recognize hppa*-*-*.
5842         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
5843
5844 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
5845
5846         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
5847         comment.
5848
5849 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
5850
5851         * top.c (gdb_rl_operate_and_get_next): Make sure
5852         operate-and-get-next functions correctly even when the history
5853         list is completely filled.
5854
5855 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
5856
5857         * MAINTAINERS (Target Instruction Set Architectures): Rename
5858         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
5859         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
5860         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
5861         already listed under Host/Native.
5862
5863         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
5864         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
5865         mips*-*-*.
5866
5867 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
5868
5869         * config/ia64/ia64.mt: New file.
5870         * config/alpha/alpha.mt: New file.
5871         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
5872         ia64-linux-gnu.  Mention that ia64-elf is broken.
5873         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
5874
5875 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
5876
5877         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
5878         generic_func_frame_valid instead of func_frame_valid.
5879
5880 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
5881
5882         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
5883         procfs appears to be broken when debugging on multi-processor
5884         machines. So enable software single stepping in order to avoid
5885         using the procfs interface to do next/step operations, using
5886         internal breakpoints instead.
5887
5888         * infrun.c (handle_inferior_event): Readjust the stop_pc by
5889         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
5890         make this pc address equal to the value it would have if the
5891         system stepping capability was used. Also set a new flag used
5892         to ensure that we don't readjust the PC one more time later.
5893
5894         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
5895         address by DECR_PC_AFTER_BREAK when software single step is
5896         in use for this architecture, as this has already been taken
5897         care of in handle_inferior_event().
5898
5899 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
5900
5901         * infrun.c (handle_inferior_event): Minor reformatting, to make
5902         a rather long condition expression easier to read.
5903
5904 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
5905
5906         * Makefile.in (gdbtk.o): Move to end of file.
5907         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
5908         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
5909         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
5910         (gdbtk-wrapper.o, gdbres.o): Ditto.
5911
5912 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
5913
5914         * Makefile.in (copying.o): Separate out compile rule.
5915         (hpux-thread.o, procfs.o, signals.o): Ditto.
5916         (v850ice.o, z8k-tdep.o): Ditto.
5917         (tui-file.o): Move to TUI section.
5918         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
5919         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
5920
5921 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
5922
5923         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
5924         skip_trampoline_code, for better namespace-proofing.   
5925
5926         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
5927
5928 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
5929
5930         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
5931
5932 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
5933
5934         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
5935         signal, check whether we hit a breakpoint before checking for a
5936         single step breakpoint. Otherwise, GDB fails to notice that a
5937         breakpoint has been hit when stepping onto a breakpoint.
5938
5939 2002-08-16  Keith Seitz  <keiths@redhat.com>
5940
5941         * gdb-events.sh (clear_gdb_event_hooks): New function.
5942         * gdb-events.c: Regenerate.
5943         * gdb-events.h: Regenerate.
5944
5945 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
5946
5947         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
5948         not_a_sw_breakpoint.
5949         * breakpoint.h (bpstat_stop_status): Add parameter names.
5950
5951 2002-08-16  Grace Sainsbury  <graces@redhat.com>
5952
5953         * remote.c (remote_insert_hw_breakpoint)
5954         (remote_remove_hw_breakpoint): Fix calculation of length field
5955         for Z-packet.
5956
5957 2002-08-15  Michael Snyder  <msnyder@redhat.com>
5958
5959         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
5960         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
5961         (supply_fpregset): Ditto.
5962         
5963         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
5964         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
5965         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
5966         (TARGET_READ_SP): Delete.
5967         (DO_REGISTERS_INFO): Delete.
5968         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
5969         Delete.
5970         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
5971         from macros to functions.
5972
5973         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
5974         (mips_register_convertible, mips_register_convert_to_virtual,
5975         mips_register_convert_to_raw): Make static.
5976         (mips_read_sp): New function.
5977         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
5978         (mips_do_registers_info): Make static.
5979         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
5980         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
5981         (mips_register_convert_from_type, mips_register_convert_to_type):
5982         New functions.
5983         (mips_gdbarch_init): Set up function_start_offset, 
5984         register_virtual_size, pc_in_sigtramp.
5985
5986 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
5987
5988         * infcmd.c (vector_info): New function.
5989         (_initialize_infcmd): Add command "info vector".
5990         (print_vector_info): New function.
5991
5992         * gdbarch.sh (PRINT_VECTOR_INFO): New method
5993         * gdbarch.h, gdbarch.c: Regenerate.
5994
5995 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
5996
5997         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
5998         ``print_all''.  Only print vector registers when ``print_all''.
5999
6000 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
6001
6002         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
6003         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
6004
6005         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
6006         Add `args' parameter.
6007         * gdbarch.h, gdbarch.c: Regenerate.
6008         
6009         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
6010         
6011         * infcmd.c (float_info): Call print_float_info.
6012         (print_float_info): New function.  By default, print the
6013         floating-point registers.
6014
6015         * arch-utils.h (default_print_float_info): Delete declaration.
6016         * arch-utils.c (default_print_float_info): Delete function.
6017         
6018 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
6019
6020         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
6021         out define.
6022
6023         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
6024         FRAME.
6025
6026         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
6027         * configure.host: Make i[3456]86-*-aix host obsolete.
6028         * configure.tgt: Make i[3456]86-*-aix target obsolete.
6029         * config/i386/i386aix.mh, config/i386/i386aix.mt,
6030         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
6031         config/i386/xm-i386aix.h: Make files obsolete.
6032         * i386aix-nat.c: Make file obsolete.
6033         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
6034         (i386aix-nat.o): Make target obsolete.
6035
6036         * config/i386/nm-gnu.h: Removed.
6037         * config/i386/nm-i386gnu.h: New file.
6038         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
6039         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
6040         Moved here from ...
6041         * config/i386/tm-i386gnu.h: ... here.  Removed.
6042         * config/i386/xm-i386gnu.h: Removed.
6043         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
6044         (NAT_FILE): Set to nm-i386gnu.h.
6045         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
6046         * i386-tdep.c: New file.
6047         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
6048         (i386gnu-tdep.o): Specify dependencies.
6049
6050 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
6051
6052         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
6053         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
6054         Adjust a few comments to reflect reality a bit closer.
6055         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
6056         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
6057         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
6058         target_insert_watchpoint, target_remove_watchpoint):
6059         Move defines to ...
6060         * config/i386/nm-i386sco5.h: ... here.
6061         (kernel_u_size): Add prototype.  Improve a few comments and add
6062         protection against multiple inclusion.
6063         
6064         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
6065         out define.
6066
6067         * uw-thread.c (SP_ARG0): Define if not already defined.
6068         * config/i386/tm-i386.h (SO_ARG0): Remove define.
6069
6070         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
6071
6072         * config/i386/tm-i386.h: Don't include "regcache.h".
6073
6074         * i387-tdep.h (i387_print_float_info): New prototype.
6075         * i387-tdep.c (print_i387_value, print_i387_ext,
6076         print_i387_status_word, print_i387_control_word): Add `struct
6077         ui_file *' argument and use it for output.
6078         (i387_print_float_info): Renamed from i387_float_info.  Add
6079         `struct gdbarch *' and `struct ui_file *' arguments and use the
6080         latter for output.
6081         * i386-tdep.c: Include "i387-tdep.h".
6082         (i386_gdbarch_init): Set print_float_info.
6083         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
6084         (FLOAT_INFO): Remove define.
6085
6086 2002-08-13  Michael Snyder  <msnyder@redhat.com>
6087
6088         * mips-tdep.c (mips_push_arguments): Rename to
6089         mips_eabi_push_arguments, and tune for EABI.
6090         (MIPS_REGS_HAVE_HOME_P): Delete.
6091         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
6092         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
6093         Delete references to mips_regs_have_home_p.
6094
6095 2002-08-14  Keith Seitz  <keiths@redhat.com>
6096
6097         * Makefile.in (install-gdbtk): Create insight plugin directory.
6098         Install plugins.tcl file.
6099
6100 2002-08-14  Keith Seitz  <keiths@redhat.com>
6101
6102         * configure.in: Move SUBDIRS to near top of the file so that
6103         --enable options may add things to it.
6104         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
6105         * configure: Regenerate.
6106
6107 2002-08-13  Michael Snyder  <msnyder@redhat.com>
6108
6109         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
6110         cloned from mips_push_arguments, tuned for o32/o64 ABI.
6111         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
6112
6113 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
6114
6115         * vax-tdep.c (vax_get_saved_register): Delete function.
6116         (vax_gdbarch_init): Update.
6117         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
6118         (ns32k_gdbarch_init): Update.
6119         * alpha-tdep.c (alpha_get_saved_register): Delete function.
6120         (alpha_gdbarch_init): Update.
6121
6122 2002-08-13  Andrew Cagney  <cagney@redhat.com>
6123
6124         * regcache.c (init_regcache_descr): Overallocate the
6125         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
6126         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
6127         nr_raw_registers.
6128         (set_register_cached): Add range checking assertions.  Use
6129         current_regcache.
6130
6131 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
6132
6133         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
6134         numbers for MMX registers.
6135
6136 2002-08-13  Andrew Cagney  <cagney@redhat.com>
6137
6138         * i386-tdep.c (i386_gdbarch_init): Use
6139         generic_unwind_get_saved_register.
6140
6141 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
6142
6143         * procfs.c (procfs_can_use_hw_breakpoint): New function.
6144         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
6145         target vector.
6146         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
6147         Delete.  Add comment regarding this now-deleted target method.
6148
6149 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6150
6151         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
6152         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
6153         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
6154         real PC and the page number (if it's within the memory bank window).
6155         (m68hc11_pseudo_register_write): Likewise when saving.
6156         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
6157         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
6158         (m68hc11_register_raw_size): And use 32-bit for it.
6159         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
6160         16K memory bank is used by the prog; also use the virtual pc.
6161
6162 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6163
6164         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
6165         (m68hc11_gdbarch_init): Install it in gdbarch.
6166         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
6167         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
6168         (MSYMBOL_SIZE): New for documentation.
6169         (insn_return_kind): Enum to specify how a function returns.
6170         (frame_extra_info): Cleanup and record the return mode.
6171         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
6172         register in address computation.
6173         (m68hc11_get_return_insn): New to obtain the return instruction used
6174         by the function.
6175         (m68hc11_frame_init_saved_regs): Take into account the return
6176         instruction used by the function for far and interrupt functions.
6177         (m68hc11_init_extra_frame_info): Take into account page register.
6178         (m68hc11_frame_args_address): Adjust according to the return mode.
6179         (show_regs): Print page register only when it's used.
6180
6181 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6182
6183         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
6184         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
6185         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
6186         registers.
6187         (m68hc11_register_raw_size): Likewise.
6188
6189 2002-08-13  Andrew Cagney  <cagney@redhat.com>
6190
6191         * i386-tdep.c (i386_register_name): Handle mmx registers.
6192         (mmx_regnum_p): New function.
6193         (i386_mmx_names): New array.
6194         (mmx_num_regs): New variable.
6195         (i386_pseudo_register_read): New function.
6196         (i386_pseudo_register_write): New function.
6197         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
6198
6199         * regcache.c (regcache_raw_read_unsigned): New function.
6200         (regcache_raw_read_signed): New function.
6201         * regcache.h (regcache_raw_read_unsigned): Declare.
6202         (regcache_raw_read_signed): Declare.
6203
6204 2002-08-13  Andrew Cagney  <cagney@redhat.com>
6205
6206         * regcache.c (regcache_raw_read_as_address): Delete function.
6207         (regcache_cooked_read_signed): New function.
6208         (regcache_cooked_read_unsigned): New function.
6209         * regcache.h (regcache_cooked_read_signed): Declare.
6210         (regcache_cooked_read_unsigned): Declare.
6211         (regcache_raw_read_as_address): Delete declaration.
6212
6213         * blockframe.c (generic_read_register_dummy): Use
6214         regcache_cooked_read_unsigned.
6215         * i386-tdep.c (i386_extract_struct_value_address): Use
6216         regcache_cooked_read_unsigned.
6217
6218 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6219
6220         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
6221         double sizes according to ELF ABI flags.
6222         (gdbarch_tdep): Record elf_flags.
6223
6224 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6225
6226         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
6227         (m6812_prolog): They can appear in 68HC12 function prologue.
6228         (m68hc11_frame_chain): Cleanup.
6229
6230 2002-08-12  Andrew Cagney  <cagney@redhat.com>
6231
6232         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
6233         declarations.
6234         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
6235         (i386_linux_register_raw_size): Delete function.
6236         (i386_linux_init_abi): Update.
6237         * i386-tdep.c (i386_register_raw_size): Delete function.
6238         (i386_register_byte): Delete function.
6239         (i386_gdbarch_init): Update.
6240         (i386_register_size): Delete array.
6241         (i386_register_offset): Delete array.
6242
6243         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
6244         (REGISTER_RAW_SIZE): Delete macro.
6245         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
6246         (REGISTER_BYTE): Delete macro.
6247
6248 2002-08-11  Aidan Skinner <aidan@velvet.net>
6249
6250         * ada-lang.c (ada_lookup_partial_symbol)
6251         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
6252         prototype names so that grep ^func works properly.
6253
6254         * ada-lang.c (ada_array_element_type)
6255         (ada_lookup_partial_symbol): Fix typos in parameter list.
6256
6257         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
6258         Fix prototype names so that grep ^func works properly.
6259         
6260 2002-08-10  Andrew Cagney  <cagney@redhat.com>
6261             Elena Zannoni  <ezannoni@redhat.com>
6262             Martin M. Hunt  <hunt@redhat.com>
6263
6264         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
6265         (build_builtin_type_vec128i): Set the vector bit.
6266         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
6267         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
6268         (build_builtin_type_vec64): New function.
6269         (build_builtin_type_vec64i): New function.
6270         (build_gdbtypes): Initialize builtin_type_vec64 and
6271         builtin_type_vec64i.
6272
6273 2002-08-09  Andrew Cagney  <cagney@redhat.com>
6274
6275         * regcache.c (regcache_dump): Compare the register offset
6276         with REGISTER_BYTE.
6277         * arch-utils.c (generic_register_byte): New function.
6278         * arch-utils.h (generic_register_byte): Declare.
6279         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
6280         * gdbarch.h, gdbarch.c: Regenerate.
6281
6282 2002-08-09  Andrew Cagney  <cagney@redhat.com>
6283
6284         * regcache.c: Include "gdbcmd.h"
6285         (_initialize_regcache): Add commands "maintenance print
6286         registers", "maintenance print raw-registers" and "maintenance
6287         print cooked-registers".
6288         (enum regcache_dump_what): Define.
6289         (dump_endian_bytes): New function.
6290         (regcache_dump): New function.
6291         (regcache_print): New function.
6292         (maintenance_print_registers): New function.
6293         (maintenance_print_raw_registers): New function.
6294         (maintenance_print_cooked_registers): New function.
6295         * Makefile.in (regcache.o): Update dependencies.
6296
6297 2002-08-09  Michael Snyder  <msnyder@redhat.com>
6298
6299         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
6300         (mips_push_arguments): Correct some comments.  Use paddr_nz
6301         for printing addresses in debug output.  Replace static
6302         allocation using MAX_REGISTER_RAW_SIZE with alloca.
6303         (mips_n32n64_push_arguments): New function, cloned from
6304         mips_push_arguments and tuned for the n32/n64 ABI.
6305         (mips_push_register): Buffer needs dynamic allocation.
6306         (mips_print_register): Ditto.
6307         (do_gp_register_row): Ditto.
6308         (mips_store_return_value): Ditto.
6309         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
6310
6311 2002-08-09  Don Howard  <dhoward@redhat.com>
6312
6313         * memattr.c (mem_info_command): Print special case of upper bound
6314         as max CORE_ADDR + 1.
6315
6316 2002-08-08  Michael Snyder  <msnyder@redhat.com>
6317
6318         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
6319         returns structs by ref if they're too big to fit in two registers.
6320
6321 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
6322
6323         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
6324         saved regs value.
6325         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
6326         mips_find_saved_regs().
6327         (mips_pop_frame): Likewise.
6328
6329 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
6330
6331         * blockframe.c (frame_saved_regs_register_unwind): Revise
6332         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
6333         frames are in use.
6334
6335 2002-08-09  Grace Sainsbury  <graces@redhat.com>
6336         
6337         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
6338         T-packets; the 'a' is not taken as a register number.
6339         (remote_check_watch_resources, remote_stopped_by_watchpoint)
6340         (remote_stopped_data_address): New functions; add to target
6341         vector.
6342         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
6343         prototypes to match other implementations of this
6344         function. replace integer argument with pointer -- the length
6345         field in the Z-packet is the length of what is pointed to or 1 if
6346         pointer is null. Add to target vector.
6347         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
6348         target vector.
6349
6350         From Mark Salter:
6351         * remote.c (remote_wait): Add support to extract optional
6352         watchpoint information from T-packet. Ignore unrecognized
6353         optional info in T-packet.
6354         (remote_async_wait): Ditto.
6355
6356 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
6357
6358         * cli/cli-dump.c: Change fopen modes to use binary open modes
6359         as defined in include/fopen-bin.h throughout.
6360
6361 2002-08-08  Michael Snyder  <msnyder@redhat.com>
6362
6363         * mips-tdep.c: Minor whitespace and indentation clean-ups.
6364
6365 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
6366
6367         * doublest.c (store_floating): Avoid floatformat_from_doublest()
6368         assertion failure by returning early after a warning.
6369
6370 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
6371
6372         * mips-tdep.c (mips_find_saved_regs): Make static.
6373         (mips_frame_init_saved_regs): New function.
6374         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
6375         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
6376         (mips_find_saved_regs): Delete declaration.
6377
6378 2002-08-08  Grace Sainsbury  <graces@redhat.com>
6379
6380         * remote.c (remote_wait, remote_async_wait): Change
6381         thread_num from int to ULONGEST.
6382         (unpack_varlen_hex): Change result parameter from
6383         int * to ULONGEST *.
6384
6385 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
6386
6387         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
6388         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
6389         powerpc*-*-*.
6390         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
6391
6392 2002-08-08  Andrew Cagney  <cagney@redhat.com>
6393
6394         * gcore.c (override_derive_stack_segment): Delete variable.
6395         (preempt_derive_stack_segment): Delete function.
6396         (derive_stack_segment): Delete function.
6397         (default_derive_stack_segment): Renamed to derive_stack_segment.
6398         (override_derive_heap_segment): Delete variable.
6399         (preempt_derive_heap_segment): Delete function.
6400         (derive_heap_segment): Delete function.
6401         (default_derive_heap_segment): Rename to derive_heap_segment.
6402
6403 2002-08-06  Michael Snyder  <msnyder@redhat.com>
6404
6405         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
6406         * mips-tdep.c (mips_EABI_use_struct_convention, 
6407         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
6408         New functions.  (mips_use_struct_convention): Delete.
6409         (mips_gdbarch_init): set use_gdbarch_convention.
6410
6411 2002-08-06  Michael Snyder  <msnyder@redhat.com>
6412
6413         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
6414         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
6415         mips_o32_reg_struct_has_addr): New functions.
6416         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
6417
6418 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
6419
6420         * regcache.c (pseudo_register): Delete function.
6421         (fetch_register): Delete function.
6422         (store_register): Delete function.
6423         (regcache_raw_read, legacy_read_register_gen): Use
6424         target_fetch_registers instead of fetch_register.
6425         (legacy_write_register_gen, regcache_raw_write): Use
6426         target_store_register instead of store_register.
6427         (write_register_bytes): Ditto.
6428
6429         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
6430         (STORE_PSEUDO_REGISTER): Delete.
6431         * gdbarch.h, gdbarch.c: Regenerate.
6432
6433 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
6434
6435         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
6436         write dump file binary.
6437
6438 2002-08-05  Michael Snyder  <msnyder@redhat.com>
6439
6440         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
6441         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
6442         (mips_gdbarch_init): Set N32 target to be mips64.
6443
6444 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
6445
6446         * frame.c (find_saved_register): Break out of loop once saved
6447         register address is found.  Don't mention sparc in loop comment
6448         anymore.
6449
6450 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
6451
6452         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
6453         mips_default_saved_regsize to 8.
6454
6455 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
6456
6457         * gcore.c: Do not include <sys/procfs.h>.
6458         * Makefile.in (gcore.o): Update dependencies.
6459
6460 2002-08-06  Andrew Cagney  <cagney@redhat.com>
6461
6462         * configure.tgt: Make arc-*-* obsolete.
6463         * NEWS: Mention that arc-*-* has been identifed as obsolete.
6464         * MAINTAINERS: Make arc-elf obsolete.
6465         * arc-tdep.c: Make file obsolete.
6466         * config/arc/arc.mt: Ditto.
6467         * config/arc/tm-arc.h: Ditto.
6468
6469 2002-08-05  Theodore A. Roth  <troth@verinet.com>
6470
6471         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
6472
6473 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
6474
6475         * mcore-tdep.c (mcore_gdbarch_init): Use
6476         generic_unwind_get_saved_register instead of
6477         generic_get_saved_register.
6478         * v850-tdep.c (v850_gdbarch_init): Ditto.
6479         * frv-tdep.c (frv_gdbarch_init): Ditto.
6480         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6481         * s390-tdep.c (s390_gdbarch_init): Ditto.
6482         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6483         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
6484         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
6485
6486 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
6487
6488         * objfiles.h: Add missing #include "symfile.h"
6489
6490         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
6491
6492 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
6493
6494         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
6495         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
6496         of FIELD_BITSIZE.
6497
6498 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
6499
6500         * NEWS: Cleanup and nitpick.
6501
6502 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
6503
6504         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
6505
6506 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
6507
6508         * Makefile.in (gdbtk-bp.o): Update dependencies.
6509         (gdbtk-register.o): Ditto.
6510         (gdbtk-varobj.o): Ditto.
6511
6512 2002-08-03  Andrew Cagney  <cagney@redhat.com>
6513
6514         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
6515         m68hc11_fetch_pseudo_register.
6516         (m68hc11_pseudo_register_write): Replace
6517         m68hc11_store_pseudo_register.
6518         (m68hc11_gdbarch_init): Update.
6519
6520 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
6521
6522         * gdbarch.sh: Include "gdb_string.h".
6523         * gdbarch.c: Regenerate.
6524
6525         * regcache.c: Include "gdb_string.h".
6526         * ax-general.c: Ditto.
6527         * varobj.c: Ditto.
6528         * std-regs.c: Ditto.
6529         * fbsd-proc.c: Ditto.
6530         * thread.c: Ditto.
6531
6532         * Makefile.in (regcache.o): Update dependencies.
6533         (thread.o, gdbarch.o): Ditto.
6534         (ax-general.o, gdbarch.o): Ditto.
6535         (varobj.o, std-regs.o): Ditto.
6536         (fbsd-proc.o): Specify dependencies.
6537
6538 2002-08-02  Andrew Cagney  <cagney@redhat.com>
6539
6540         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
6541         regnum.
6542         (regcache_cooked_write): Ditto.
6543
6544 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
6545
6546         * regcache.c (regcache_cooked_read): New function.
6547         (regcache_cooked_write): New function.
6548         (read_register_gen): Rewrite using regcache_cooked_read.
6549         (write_register_gen): Rewrite using regcache_cooked_write.
6550
6551         * regcache.h (regcache_cooked_read, regcache_cooked_write):
6552         Declare.
6553
6554 2002-08-02  Andrew Cagney  <cagney@redhat.com>
6555
6556         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
6557         Replace the architecture methods register_read and register_write.
6558         * gdbarch.h, gdbarch.c: Regenerate.
6559         * regcache.c (init_regcache_descr): Update.
6560         (read_register_gen): Update.
6561         (write_register_gen): Update.
6562         (supply_register): Update comment.
6563
6564         * sh-tdep.c (sh_gdbarch_init): Update.
6565         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
6566         `regcache' and `gdbarch' parameters.  Make `buffer' a void
6567         pointer.  Update code.
6568         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
6569         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
6570         void pointer.  Update code.
6571         (sh64_register_write): Delete.
6572         (sh4_register_read): Delete.
6573         (sh64_register_read): Delete.
6574         (sh4_register_write): Delete.
6575         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
6576         void pointer, `to' parameter a void pointer.
6577         (sh_sh64_register_convert_to_raw): Ditto.
6578
6579 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
6580
6581         * mips-tdep.c (mips_register_virtual_type): Use architecture
6582         invariant return values.
6583
6584 2002-08-01  Andrew Cagney  <cagney@redhat.com>
6585
6586         * linux-proc.c: Include "gdb_string.h".
6587         * Makefile.in (linux-proc.o): Update dependency list.
6588
6589 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
6590
6591         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
6592         comment.
6593
6594 2002-08-01  Grace Sainsbury  <graces@redhat.com>
6595
6596         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
6597         to_insert_watchpoint, to_remove_watchpoint,
6598         to_stopped_by_watchpoint, to_stopped_data_address,
6599         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
6600         target vecctor. Define their corresponding macros so they call
6601         them.
6602         
6603         * target.c: Add default and debug versions of for
6604         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
6605         to_insert_watchpoint, to_remove_watchpoint,
6606         to_stopped_by_watchpoint, to_stopped_data_address,
6607         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
6608
6609 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
6610
6611         * mips-tdep.c (mips_register_virtual_type): New function.
6612         (mips_gdbarch_init): Register mips_register_virtual_type()
6613         with gdbarch machinery.
6614         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
6615         this file instead of tm-bigmips.h.
6616         (MIPS_REGSIZE): Delete this macro.
6617         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
6618         multiarch version in mips-tdep.c will be found.
6619
6620 2002-08-01  Andrew Cagney  <cagney@redhat.com>
6621
6622         * NEWS: Menion that CHILL has been made obsolete.
6623
6624         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
6625         * stabsread.c (read_range_type): Ditto.
6626         * gdbtypes.h: Ditto.
6627         * language.c (binop_type_check): Ditto.
6628         (binop_result_type): Ditto.
6629         (integral_type): Ditto.
6630         (character_type): Ditto.
6631         (string_type): Ditto.
6632         (boolean_type): Ditto.
6633         (structured_type): Ditto.
6634         (lang_bool_type): Ditto.
6635         (binop_type_check): Ditto.
6636         * language.h (_LANG_chill): Ditto.
6637         * dwarfread.c (set_cu_language): Ditto.
6638         * dwarfread.c (CHILL_PRODUCER): Ditto.
6639         * dwarfread.c (handle_producer): Ditto.
6640         * expression.h (enum exp_opcode): Ditto.
6641         * eval.c: Ditto for comments.
6642         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
6643         * expprint.c (print_subexp): Ditto.
6644         (print_subexp): Ditto.
6645         * valops.c (value_cast): Ditto.
6646         (search_struct_field): Ditto.
6647         * value.h (COERCE_VARYING_ARRAY): Ditto.
6648         * symfile.c (init_filename_language_table): Ditto.
6649         (add_psymbol_with_dem_name_to_list): Ditto.
6650         * valarith.c (value_binop): Ditto.
6651         (value_neg): Ditto.
6652         * valops.c (value_slice): Ditto.
6653         * symtab.h (union language_specific): Ditto.
6654         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
6655         (SYMBOL_DEMANGLED_NAME): Ditto.
6656         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
6657         * defs.h (enum language): Ditto.
6658         * symtab.c (got_symtab): Ditto.
6659         * utils.c (fprintf_symbol_filtered): Ditto.
6660
6661         * ch-typeprint.c: Make file obsolete.
6662         * ch-valprint.c: Make file obsolete.
6663         * ch-lang.h: Make file obsolete.
6664         * ch-exp.c: Make file obsolete.
6665         * ch-lang.c: Make file obsolete.
6666
6667         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
6668         CHILL_LIB.
6669         (TARGET_FLAGS_TO_PASS): Ditto.
6670         (CHILLFLAGS): Obsolete.
6671         (CHILL): Obsolete.
6672         (CHILL_FOR_TARGET): Obsolete.
6673         (CHILL_LIB): Obsolete.
6674         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
6675         ch-valprint.c.
6676         (HFILES_NO_SRCDIR): Remove ch-lang.h.
6677         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
6678         ch-lang.o.
6679         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
6680         targets.
6681
6682 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
6683
6684         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
6685         This does not change anything at the moment, but will be helpful
6686         later when full Ada support is integrated.
6687
6688 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
6689
6690         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
6691         help message.
6692
6693 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
6694
6695         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
6696         and save it in a local variable.  Use variable in later test.
6697
6698 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
6699
6700         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
6701         test.  (Thanks to Daniel Jacobowitz.)
6702         
6703 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
6704
6705         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
6706         (mips_abi_strings): Add "n64".
6707         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
6708
6709 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
6710
6711         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
6712         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
6713
6714 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
6715
6716         * utils.c (host_pointer_to_address, address_to_host_pointer):
6717         Use gdb_assert() instead of explicit call to internal_error().
6718
6719 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
6720
6721         * Makefile.in (rs6000-nat.o): Update dependencies.
6722
6723         From Nicholas Duffek:
6724         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
6725         (aix-thread.o): New rule.
6726         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
6727         * config/powerpc/aix432.mh: New file.
6728
6729 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
6730
6731         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
6732         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
6733         (fetch_core_registers, ppc_linux_supply_gregset)
6734         (ppc_linux_supply_fpregset): New functions.
6735         (ppc_linux_regset_core_fns): New.
6736         (_initialize_ppc_linux_tdep): Call add_core_fns.
6737         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
6738         and ppc_linux_supply_gregset.
6739         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
6740         (supply_fpregset): Call ppc_linux_supply_fpregset.
6741         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
6742         corelow.o.
6743         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
6744
6745 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
6746
6747         * symtab.c (lookup_symbol): Demangle before lowercasing.
6748
6749 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
6750
6751         * symtab.h: Replace #include "gdb_obstack.h" with opaque
6752         declaration.
6753         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
6754         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
6755         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
6756         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
6757         "gdb_string.h".
6758         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
6759         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
6760         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
6761         (avr-tdep.o, mon960-rom.o): Ditto.
6762         (aout_stabs_gnu_h): Define.
6763         (symtab_h): Remove $(gdb_obstack_h).
6764
6765 2002-07-30  Jim Blandy  <jimb@redhat.com>
6766
6767         Patch from David Carlton <carlton@math.stanford.edu>:
6768         * gdbinit.in: Move the `dir' commands that add GDB's own source
6769         directory to the search path to the end, so that the `gdb' source
6770         directory will be searched first.
6771
6772 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
6773
6774         * gdb_obstack.h: New file.
6775         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
6776         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
6777         * objfiles.h: Include "gdb_obstack.h".
6778         * Makefile.in (gdb_obstack_h): Define.
6779         (symtab_h): Add $(gdb_obstack_h).
6780         (objfiles_h): Add $(gdb_obstack_h).
6781         
6782         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
6783         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
6784         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
6785         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
6786         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
6787         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
6788         * symfile.c, coffread.c, c-typeprint.c: Ditto.
6789         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
6790
6791         * Makefile.in (bcache.o): Update dependencies.
6792         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
6793         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
6794         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
6795         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
6796         (stabsread.o, symfile.o, symmisc.o): Ditto.
6797         (symtab.o, typeprint.o, macroexp.o): Ditto.
6798         (macrotab.o, mdebugread.o): Ditto.
6799         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
6800         (coff_ecoff_h, aout_aout64_h): Define.
6801         (aout_stabs_gnu_h, libaout_h): Define.
6802
6803 2002-07-29  Andrew Cagney  <cagney@redhat.com>
6804
6805         * regcache.c (struct regcache_descr): Rename nr_registers to
6806         nr_cooked_registers.  Revise comments describing the structure
6807         member fields.
6808         (init_regcache_descr): Update.
6809         (init_legacy_regcache_descr): Update.
6810         (read_register_gen, write_register_gen): When a cooked register in
6811         the raw register range, directly access the value from the raw
6812         register cache.
6813
6814 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
6815
6816         * z8k-tdep.c: Do not include "obstack.h".
6817         * h8300-tdep.c, h8500-tdep.c: Ditto.
6818         * m68hc11-tdep.c, sh-tdep.c: Ditto.
6819         * valprint.c, v850-tdep.c: Ditto.
6820         * d10v-tdep.c, mn10300-tdep.c: Ditto.
6821         * mn10200-tdep.c: Ditto.
6822
6823         * Makefile.in (z8k-tdep.o): Update dependencies.
6824         (m68hc11-tdep.o, valprint.o): Ditto.
6825         (v850-tdep.o, d10v-tdep.o): Ditto.
6826         (mn10300-tdep.o, sparc-tdep.o): Ditto.
6827         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
6828         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
6829         (sh_opc_h, gdb_sim_sh_h): Define.
6830         (elf_sh_h, elf_bfd_h): Define.
6831         (opcode_m68hc11_h): Define.
6832         (OPCODES_SRC, OPCODES_DIR): define.
6833         (OPCODES): Use $(OPCODES_DIR).
6834         (gdb_sim_d10v_h): Rename sim_d10v_h.
6835         (gdb_sim_arm_h): Rename sim_arm_h.
6836
6837 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
6838
6839         * utils.c (host_pointer_to_address, address_to_host_pointer):
6840         Change internal_error() message to indicate function responsible
6841         for the error.
6842
6843 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
6844
6845         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
6846         calls to local_hex_string_custom().
6847
6848 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
6849
6850         * irix5-nat.c: Move IRIX shared library support from here...
6851         * solib-irix.c: ...to here.  Revised substantially to work with
6852         generic solib framework.
6853
6854         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
6855         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
6856         * mips-irix-tdep.c: New file.
6857
6858         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
6859         (mips-irix-tdep.o, solib-irix.o): New rules.
6860         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
6861         solib-irix.o.
6862         * config/mips/irix6.mt (TDEPFILES): Likewise.
6863         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
6864
6865 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
6866
6867         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
6868         disabled (via ``#if 0'') includes.
6869
6870 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
6871
6872         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
6873         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
6874         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
6875         Add support for the fpscr register.
6876         * rs6000-nat.c (regmap, fetch_inferior_registers)
6877         (store_inferior_registers, fetch_core_registers): Likewise.
6878
6879 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
6880
6881         * rs6000-nat.c (language.h): Include.
6882         (special_regs): Delete this array.
6883         (regmap): New function.
6884         (fetch_register, store_register):  Use regmap() to map gdb
6885         register numbers to ptrace register numbers.  Also, use
6886         outputs from regmap() to make decisions regarding type of
6887         ptrace() call to make.  In particular, don't compare against
6888         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
6889         (fetch_inferior_registers, store_inferior_registers): Where
6890         possible, obtain register numbers from tdep struct.  Don't
6891         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
6892         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
6893         (LAST_UISA_SP_REGNUM): Delete.
6894         
6895 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
6896
6897         * rs6000-nat.c (ppc-tdep.h): Include.
6898         (fetch_registers, store_register, fetch_core_registers): Don't
6899         access registers[] directly.  Instead, use supply_register() or
6900         regcache_collect() as appropriate.
6901         (find_toc_address): Format hex address with local_hex_string().
6902
6903 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
6904
6905         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
6906         bfd/elf32-frv.c.
6907
6908 2002-07-24  Tom Tromey  <tromey@redhat.com>
6909
6910         * jv-exp.y: Marked all strings with _().
6911         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
6912         internal_error.
6913         (MethodInvocation, CastExpression, parse_number, yyerror,
6914         java_type_from_name, push_expression_name, yylex): Typo fixes.
6915
6916 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
6917
6918         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
6919         (tee_file_flush, tee_file_write, tee_file_fputs)
6920         (tee_file_isatty): New.
6921         * ui-file.h (tee_file_new): Add prototype.
6922
6923 2002-07-24  Aidan Skinner <aidan@velvet.net>
6924
6925         * ada-lang.c: Change k&r style function definitions to prototyped
6926         form.
6927         * ada-typeprint.c: Change k&r style function definitions to prototyped
6928         form.
6929         * ada-valprint.c: Change k&r style function definitions to prototyped
6930         form.
6931         
6932 2002-07-24  Andrew Cagney  <cagney@redhat.com>
6933
6934         * README: Remove reference to remote-bug.
6935         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
6936         remote-bug.c.
6937         (m88k-nat.o): Delete rule.
6938         (m88k-tdep.o): Delete rule.
6939         (remote-bug.o): Delete rule.
6940         * MAINTAINERS: Mark as obsolete.
6941         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
6942         * m88k-tdep.c: Make file obsolete.
6943         * config/m88k/m88k.mh: Ditto.
6944         * config/m88k/delta88v4.mh: Ditto.
6945         * config/m88k/delta88v4.mt: Ditto.
6946         * config/m88k/delta88.mt: Ditto.
6947         * config/m88k/delta88.mh: Ditto.
6948         * remote-bug.c: Ditto.
6949         * config/m88k/tm-delta88.h: Ditto.
6950         * config/m88k/nm-delta88v4.h: Ditto.
6951         * config/m88k/xm-delta88.h: Ditto.
6952         * config/m88k/xm-dgux.h: Ditto.
6953         * config/m88k/tm-m88k.h: Ditto.
6954         * config/m88k/nm-m88k.h: Ditto.
6955         * config/m88k/tm-delta88v4.h: Ditto.
6956         * m88k-nat.c: Ditto.
6957         * cxux-nat.c: Ditto.
6958         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
6959         and m88*-*-* obsolete.
6960         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
6961         m88*-*-* obsolete.
6962
6963 2002-07-24  Andrew Cagney  <cagney@redhat.com>
6964
6965         * findvar.c (extract_unsigned_integer): Make `addr' parameter
6966         constant.  Same for local pointer variables.
6967         (extract_signed_integer): Ditto.
6968         * defs.h (extract_unsigned_integer): Update.
6969         (extract_signed_integer): Update.
6970
6971 2002-07-24  Andrew Cagney  <cagney@redhat.com>
6972
6973         * regcache.c (regcache_raw_write): Change buf parameter to a
6974         constant void pointer.
6975         (regcache_raw_read): Change buf parameter to a void pointer.
6976         (legacy_write_register_gen): Change myaddr parameter a constant
6977         void pointer.
6978         (supply_register): Change val parameter to a const void pointer.
6979         * regcache.h (regcache_raw_write): Update declaration.
6980         (regcache_raw_read): Update declaration.
6981         (supply_register): Update declaration.
6982
6983 2002-07-24  Tom Tromey  <tromey@redhat.com>
6984
6985         * defs.h (gdb_readline_wrapper): Declare.
6986         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
6987         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
6988         * top.c (gdb_readline_wrapper): New function.
6989         (command_line_input): Use it.
6990
6991 2002-07-24  Andrew Cagney  <cagney@redhat.com>
6992
6993         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
6994         regcache_read and regcache_write.
6995         (regcache_raw_read_as_address): Replace regcache_read_as_address.
6996         * regcache.c: Update.
6997         * sh-tdep.c (sh64_push_arguments): Update comment.
6998         (sh_pseudo_register_read): Update.
6999         (sh_pseudo_register_write): Update.
7000         (sh4_register_read): Update.
7001         (sh4_register_write): Update.
7002         (sh64_pseudo_register_read): Update.
7003         (sh64_pseudo_register_write): Update.
7004         (sh64_register_read): Update.
7005         (sh64_register_write): Update.
7006         * i386-tdep.c (i386_extract_return_value): Update.
7007         (i386_extract_struct_value_address): Update.
7008         (i386_extract_return_value): Update.
7009         * blockframe.c (generic_read_register_dummy): Update.
7010         (generic_call_dummy_register_unwind): Update
7011         * infrun.c (write_inferior_status_register): Update.
7012
7013 2002-07-23  Jim Blandy  <jimb@redhat.com>
7014
7015         * parser-defs.h (expression_context_pc): Make this extern.
7016         (Thanks to Michael Snyder.)
7017
7018 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
7019
7020         GDB 5.2.1 released from 5.2 branch.
7021         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
7022         * README: Update to mention 5.2.1.
7023
7024 2002-07-23  Mark Salter  <msalter@redhat.com>
7025
7026         * remote.c (remote_read_bytes): Fix check for error.
7027
7028 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
7029
7030         * aix-thread.c (language.h): Include.
7031         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
7032         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
7033         Print newlines at end of debug messages.
7034         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
7035         (pdc_write_data): Use local_hex_string() instead of %llx formats.
7036
7037 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
7038
7039         * aix-thread.c (ppc-tdep.h): Include.
7040         (special_register_p): New function.
7041         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
7042         (store_regs_user_thread): Use register number information from
7043         gdbarch_tdep struct instead of hardcoded offsets relative to
7044         FIRST_UISA_SP_REGNUM.
7045         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
7046         special_register_p() instead of using FPLAST_REGNUM and
7047         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
7048         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
7049         will be MQ's register number.
7050
7051 2002-07-22  Michael Snyder  <msnyder@redhat.com>
7052
7053         * aix-thread.c (ops): Rename to aix_thread_ops.
7054         (base_ops): Rename to base_target.
7055         (ops_attach): Rename to aix_thread_attach.
7056         (ops_detach): Rename to aix_thread_detach.
7057         (ops_resume): Rename to aix_thread_detach.
7058         (ops_wait):   Rename to aix_thread_wait.
7059         (ops_kill):   Rename to aix_thread_kill.
7060         (init_ops):   Rename to init_aix_thread_ops.
7061         (ops_fetch_register): Rename to aix_thread_fetch_register.
7062         (ops_store_register): Rename to aix_thread_store_register.
7063         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
7064         (ops_thread_alive):   Rename to aix_thread_thread_alive.
7065         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
7066         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
7067         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
7068         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
7069         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
7070         (store_regs_lib):  Rename to store_regs_user_thread.
7071         (store_regs_kern): Rename to store_regs_kernel_thread.
7072
7073 2002-07-22  Michael Snyder  <msnyder@redhat.com>
7074
7075         * aix-thread.c (ops_prepare_to_store): Eliminate.
7076         (init_ops): Don't initialize ops.prepare_to_store.
7077         (store_regs_kern): Pre-fetch register buffers from child, 
7078         because some registers may not be in the cache.  Copy
7079         regs from register cache only if they are cached.
7080         (store_regs_lib): Copy regs from register cache only
7081         if they are cached.
7082         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
7083         fill_gprs64): Ditto.
7084
7085 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
7086
7087         * aix-thread.c (gdb_assert.h): Include.
7088         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
7089         register sizes (from register cache) match size of buffer holding
7090         register data.
7091         (fill_sprs32): Change parameter types to match those in the ptrace()
7092         buffer.
7093         (store_regs_lib): Likewise, but for 32-bit temporary variables.
7094         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
7095
7096 2002-07-22  Michael Snyder  <msnyder@redhat.com>
7097
7098         * aix-thread.c (supply_sprs64): Cosmetic change.
7099         (supply_sprs32): Cosmetic change.
7100         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
7101         (fill_sprs64): Use regcache_collect instead of read_register.
7102         (store_regs_lib): Use regcache_collect instead of 
7103         read_register.  Use fill_sprs32 instead of fill_sprs64,
7104         if debugging a 32-bit architecture.
7105         (store_regs_kern): Use fill_gprs64 etc. to pull the values
7106         out of the register cache, instead of passing a pointer into
7107         the register cache directly to ptrace.  Use regcache_collect
7108         insteaad of read_register.
7109         (ops_prepare_to_store): Use target_read_registers instead
7110         of read_register_bytes.
7111
7112 2002-07-20  Aidan Skinner <aidan@velvet.net>
7113
7114         * MAINTAINERS: Add self under write after approval. 
7115                 
7116 2002-07-20  Aidan Skinner <aidan@velvet.net>
7117
7118         * ada-tasks.c: Change k&r style function definitions to prototyped
7119         form.
7120                 
7121 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
7122
7123         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
7124         * x86-64-tdep.c: Include "objfiles.h".
7125         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
7126         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
7127
7128 2002-07-17  Michal Ludvig  <michal@suse.cz>
7129
7130         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
7131         (update_context): Initialise cfa variable.
7132
7133 2002-07-17  Michael Snyder  <msnyder@redhat.com>
7134
7135         * aix-thread.c: Shorten some long lines.  
7136         Bring comments into line with code spec.
7137
7138 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
7139
7140         * infrun.c: Re-indent using gdb_indent.sh.
7141
7142 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
7143
7144         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
7145         Leave the indentation temporarily untouched, to minimize the diffs.
7146
7147 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
7148
7149         * stabsread.c: Make os9k sections of the code obsolete,
7150         for real this time.
7151         * stabsread.h: Make os9k sections of the code obsolete.
7152
7153 2002-07-18  Michal Ludvig <mludvig@suse.cz>
7154
7155         * linux-low.c (regsets_store_inferior_registers): Add free()
7156         at the end of a loop to prevent memory leak.
7157         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
7158         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7159         * config/sparc/tm-sp64linux.h: Make the rest of #endif
7160         line a comment.
7161         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7162
7163 2002-07-17  Jim Blandy  <jimb@redhat.com>
7164
7165         * macrocmd.c (info_macro_command): Remove newline from error
7166         message.
7167
7168 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
7169
7170         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
7171         (sh_gdbarch_init): Use it for sh-dsp.
7172
7173 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
7174
7175         * dwarf2read.c (read_initial_length): Handle older, non-standard,
7176         64-bit DWARF2 format.
7177
7178 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
7179
7180         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
7181         <sys/proc.h> when not available.
7182
7183 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
7184
7185         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
7186         * stabsread.c: Make os9k sections of the code obsolete.
7187         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
7188         * config/i386/i386os9k.mt: Make file obsolete.
7189         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
7190         (COMMON_OBS): Remove os9kread.o
7191         (SFILES): Remove os9kread.c.
7192         (os9kread.o, remote-os9k.o): Make target obsolete.
7193         * remote-os9k.c: Make file obsolete.
7194         * os9kread.c: Make file obsolete.
7195         * Makefile.in
7196
7197 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
7198
7199         * NEWS: Mention that the FR30 has been made obsolete.
7200         * fr30-tdep.c: Make file obsolete.
7201         * config/fr30/tm-fr30.h: Ditto.
7202         * config/fr30/fr30.mt: Ditto.
7203         * configure.tgt: Make fr30-*-elf obsolete.
7204         * MAINTAINERS: Make fr30-elf obsolete.
7205
7206 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7207
7208         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
7209         found is not inside a section.
7210
7211 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
7212
7213         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
7214         strerror().
7215         (pdc_realloc): Use xrealloc() instead of realloc().
7216
7217 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
7218
7219         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
7220         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
7221         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
7222         macros.
7223
7224 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
7225
7226         * aix-thread.c (ptrace_check): Eliminate goto.
7227         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
7228         problem.
7229
7230 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
7231
7232         * aix-thread.c (gdbcmd.h): Include.
7233         (DEBUG, DBG, DBG2, dbg): Eliminate.
7234         (debug_aix_thread): New static global.
7235         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
7236         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
7237         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
7238         invocations to DBG and DBG2 macros to test against
7239         ``debug_aix_thread'' and call fprintf_unfiltered().
7240         (_initialize_aix_thread): Add new command "set debug aix-thread".
7241
7242 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
7243
7244         From Gerhard Tonn <TON@de.ibm.com>:
7245         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
7246         instead of supply_register.
7247
7248 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
7249
7250         * dwarf2cfi.c: Include "gdb_assert.h".
7251         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
7252         non-NULL.
7253         (update_context): Do not use __func__.  Add missing ``break''.
7254         (update_context): Do not use __func__.
7255
7256 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
7257
7258         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
7259         and its setting.  Set gdbarch instruction printing functions
7260         directly.  For non-rs6000 case use new function
7261         gdb_print_insn_powerpc.
7262         (gdb_print_insn_powerpc): New function.
7263
7264 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
7265
7266         * NEWS: Mention that the d30v has been marked obsolete.
7267         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
7268         * configure.tgt: Mark d30v-*-* as obsolete.
7269         * d30v-tdep.c: Mark file as obsolete.
7270         * config/d30v/d30v.mt: Ditto.
7271         * config/d30v/tm-d30v.h: Ditto.
7272
7273 2002-07-13  Aidan Skinner <aidan@velvet.net>
7274
7275         * ada-tasks.c (add_task_entry): replace calls to
7276         malloc() with xmalloc
7277         * ada-tasks.c (init_task_list): replace calls to free with xfree()
7278         
7279         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
7280         ada_finish_decode_line_1, all_sals_for_line
7281         ada_breakpoint_rewrite): replace calls to free() with xfree()
7282                 
7283 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
7284
7285         From Nicholas Duffek (with minor changes by Martin Hunt, 
7286         Louis Hamilton, and Kevin Buettner):
7287         * aix-thread.c: New file.
7288
7289 2002-07-12  Petr Sorfa <petrs@caldera.com>
7290
7291         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
7292         complaint for invalid attribute class or form.
7293         (read_func_scope): DW_AT_frame_base
7294         better handling of DW_AT_block*.
7295         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
7296         better handling of DW_AT_block*.
7297         (read_common_block): DW_AT_location
7298         better handling of DW_AT_block*.
7299         (read_partial_die): DW_AT_location better handling
7300         of DW_AT_block*.
7301         (new_symbol): DW_AT_external better handling of
7302         DW_AT_block*. Proper initialization of variable
7303         "addr".
7304         (attr_form_is_block): New function that returns true
7305         if the attribute's form is of DW_FORM_block*.
7306
7307 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7308
7309         * valops.c (find_method_list): Remove comment about
7310         removed STATIC_MEMFUNCP argument.
7311         (value_find_oload_method_list): Likewise.
7312
7313 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
7314
7315         From Nicholas Duffek:
7316         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
7317         target_new_objfile_hook.
7318
7319 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
7320
7321         From Nicholas Duffek:
7322         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
7323         csect.
7324
7325 2002-07-12  Andrew Cagney  <cagney@redhat.com>
7326
7327         * MAINTAINERS: Mention --enable-sim-build-warnings.
7328         (m68hc11-elf): Disable sim build warnings.
7329         (m32r-elf): Mark as broken obsolete candidate.
7330         (x86_64-linux-gnu): Mark as buildable with -Werror.
7331         (arm-elf): Change -w to ``,'' which enables warnings but not
7332         -Werror.
7333
7334 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
7335
7336         * bcache.h: Update copyright.
7337         (struct bstring, struct bcache): Move definition to "bcache.c".
7338         Replaced by opaque declaration.
7339         (bcache_xfree): Replace free_bcache.
7340         (bcache_xmalloc, bcache_memory_used): Declare.
7341         
7342         * bcache.c: Update copyright.
7343         (struct bstring, struct bcache): Moved to here from "bcache.h".
7344         Update comments.
7345         (bcache_xmalloc, bcache_memory_used): New functions.
7346         (bcache_xfree): Replace function free_bcache.
7347         
7348         * Makefile.in (objfiles.o): Add $(bcache_h).
7349         (objfiles_h): Remove $(bcache_h).
7350         (symfile.o): Add $(bcache_h).
7351
7352         * symmisc.c: Update copyright.
7353         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
7354         (print_objfile_statistics): Use bcache_memory_used.
7355
7356         * symfile.c: Include "bcache.h".
7357         (reread_symbols): Use bcache_xfree.
7358         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
7359         (add_psymbol_to_list): Pass psymbol_cache by value.
7360         (add_psymbol_with_dem_name_to_list): Ditto.
7361
7362         * objfiles.h: Update copyright.
7363         (struct bcache): Declare opaque.  Do not include "bcache.h".
7364         (struct objfile): Change psymbol_cache and macro_cache to ``struct
7365         bcache'' pointers.
7366         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
7367
7368         * objfiles.c: Include "bcache.h".  Update copyright.
7369         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
7370         macro_cache.
7371         (free_objfile): Use bcache_xfree.
7372
7373 2002-07-11  Grace Sainsbury  <graces@redhat.com>
7374
7375         * monitor.c (monitor_fetch_register): Make name a constant.
7376         (monitor_store_register): Same.
7377
7378 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
7379
7380         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
7381         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
7382         (finish_block) For non-function blocks, hash the symbol table.  For
7383         function blocks, mark the symbol table as unhashed.
7384         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
7385         (msymbol_hash_iw): Likewise.
7386         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
7387         value.
7388         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
7389         (lookup_minimal_symbol): Likewise for both.
7390         * symtab.h (struct block): Add `hashtable' flag.  Comment the
7391         hashtable.
7392         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
7393         (ALL_BLOCK_SYMBOLS): Update.
7394         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
7395         (struct symbol): Add `hash_next' pointer.
7396         * symtab.c (lookup_block_symbol): Search using the hash table when
7397         possible.
7398         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
7399         (search_symbols, find_addr_symbol): Likewise.
7400
7401         * dstread.c (process_dst_block): Clear hashtable bit for new block.
7402         (read_dst_symtab): Likewise.
7403         * jv-lang.c (get_java_class_symtab): Likewise.
7404         * mdebugread.c: Include "gdb_assert.h".
7405         (shrink_block): Assert that the block being modified is not hashed.
7406         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
7407         * symmisc.c (free_symtab_block): Walk the hash table when freeing
7408         symbols.
7409         (dump_symtab): Recognize hashed blocks.
7410         * printcmd.c (print_frame_args):  Assert that function blocks do not
7411         have hashed symbol tables.
7412         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
7413         (fill_in_ada_prototype, debug_print_block): Likewise.
7414         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
7415
7416 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
7417
7418         * stack.c (print_frame): Use result of frame_address_in_block()
7419         instead of fi->pc when evaluating symbols.
7420         (backtrace_command_1): Ditto.
7421
7422 2002-07-11  Andrew Cagney  <cagney@redhat.com>
7423
7424         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
7425         Make static.
7426
7427         * arm-tdep.c (arm_register_name): Make return type constant.
7428
7429 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
7430
7431         * win32-nat.c (has_detach_ability): Convert to strict ISO C
7432         prototype.
7433         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
7434         * s390-tdep.c (s390_fp_regnum): Ditto.
7435         (s390_read_fp): Ditto.
7436         (s390_pop_frame): Ditto.
7437         (_initialize_s390_tdep): Ditto.
7438         * remote.c (get_remote_state): Ditto.
7439         * procfs.c (mappingflags): Ditto.
7440         * memattr.c (_initialize_mem): Ditto.
7441         * mcore-tdep.c (mcore_pop_frame): Ditto.
7442         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
7443         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
7444         * language.c (set_case_str): Ditto.
7445         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
7446         * frv-tdep.c (new_variant): Ditto.
7447         (frv_stopped_data_address): Ditto.
7448         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
7449         (context_alloc): Ditto.
7450         (frame_state_alloc): Ditto.
7451         (unwind_tmp_obstack_init): Ditto.
7452         (unwind_tmp_obstack_free): Ditto.
7453         (cfi_read_fp): Ditto.
7454         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
7455         (cris_pop_frame): Ditto.
7456         * c-lang.c (scanning_macro_expansion): Ditto.
7457         (finished_macro_expansion): Ditto.
7458         (c_preprocess_and_parse): Ditto.
7459         * gdbarch.sh: Ditto.
7460         * gdbarch.h, gdbarch.c: Regenerate.
7461         * config/mn10200/tm-mn10200.h: Adjust indentation.
7462         * target.c: Adjust indentation.
7463         * symtab.h: Adjust indentation.
7464         * stabsread.h: Adjust indentation.
7465         * remote-es.c: Adjust indentation.
7466         * os9kread.c: Adjust indentation.
7467
7468 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
7469         
7470         * wince.c (_initialize_wince): Rename _initialize_inftarg.
7471         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
7472
7473 2002-07-10  Grace Sainsbury  <graces@redhat.com>
7474         
7475         * NEWS: Mention m68k, mcore multi-arching.  
7476         * MAINTAINERS: Change status of m68k, mcore to reflect
7477         multi-arching.
7478
7479 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
7480
7481         * valops.c (find_overload_match): Free oload_syms.
7482
7483 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
7484
7485         Define HAVE_SYS_PROC_H if sys/proc.h exists
7486         * configure.in: Add check for sys/proc.h
7487         * config.in: Regenerate.
7488         * configure: Regenerate.
7489
7490 2002-07-09  Grace Sainsbury  <graces@redhat.com>
7491
7492         * config/m68k/tm-m68k.h: Remove macros wrapped in 
7493         #if !GDB_MULTI_ARCH. 
7494
7495 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
7496
7497         * config.in, configure: Regenerate.
7498
7499 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
7500
7501         * dwarf2cfi.c: Include "gcore.h".
7502         (execute_stack_op): Fix implementation of the
7503         DW_OP_deref and DW_OP_deref_size operators by letting do their
7504         lookup in the target.
7505
7506 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
7507
7508         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
7509         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
7510         tdep->sc_sp_offset.
7511
7512 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
7513
7514         Fix PR gdb/595, gdb/602
7515         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
7516         Don't call value_cast, just read the vtable pointer; update comments
7517         to match.
7518
7519 2002-07-05  Grace Sainsbury  <graces@redhat.com>
7520
7521         * config/mcore/tm-mcore.h: Remove file.
7522         * config/mcore/mcore.mt: Remove definition of TM_FILE
7523         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
7524
7525 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
7526
7527         * i386bsd-tdep.c: Include "gdb_string.h".
7528
7529 2002-07-04  Grace Sainsbury  <graces@redhat.com>
7530
7531         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
7532         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
7533         mcore-tdep.
7534         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
7535         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
7536         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
7537         (RETVAL_REGNUM): Move macros from tm-mcore.h
7538         (mcore_reg_struct_has_addr): New function.
7539         (mcore_gdbarch_init): Added initializations for the macros removed
7540         from tm-mcore.h.
7541
7542 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
7543
7544         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
7545         traditonal string branding within the ELF header.
7546
7547 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
7548
7549         * symtab.c (remove_params): New function.
7550         (make_symbol_overload_list): Use it instead of cplus_demangle.
7551         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
7552
7553 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
7554
7555         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
7556
7557         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
7558         New variables.
7559         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
7560         and tdep->sigtramp_end.
7561         * i386obsd-nat.c: New file.
7562         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
7563
7564         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
7565         Don't call get_current_frame().
7566
7567 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
7568
7569         * i386-nat.c (child_post_startup_inferior): New function
7570         calling i386_cleanup_dregs if
7571         I386_USE_GENERIC_WATCHPOINTS is defined.
7572         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
7573         conditional to acknowledge that i386-nat.c has its
7574         own child_post_startup_inferior function.
7575
7576 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
7577
7578         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
7579         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
7580         instead of MAX_REGISTER_RAW_SIZE.
7581         (i386_extract_return_value, i386_extract_struct_value_address):
7582         Convert to use regcache.
7583         (i386_gdbarch_init): Set max_register_raw_size and
7584         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
7585         Set extract_return_value and extract_struct_value_address instead
7586         of their deprecated variants.
7587
7588         Convert i386 target to generic dummy frames.
7589         * i386-tdep.c: Include "symfile.h".
7590         (i386_frameless_signal_p): Consider a function to be frameless if
7591         the pc points at the first instruction of the function.
7592         (i386_frame_chain): Handle (generic) call dummies.
7593         (i386_frame_saved_pc): Likewise.
7594         (i386_frame_init_saved_regs): Remove code dealing with call
7595         dummies on the stack.
7596         (i386_push_dummy_frame): Removed.
7597         (i386_call_dummy_words): Removed.
7598         (i386_fix_call_dummy): Removed.
7599         (i386_push_return_address): New function.
7600         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
7601         parameter, and don't call get_current_frame.
7602         (i386_pop_frame): New function.
7603         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
7604         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
7605         entry_point_address, set call_dummy_breakpoint_offset to 0, set
7606         call_dummy_length to 0, set call_dummy_words to NULL, set
7607         sizeof_call_dummy_words to 0, set fix_call_dummy to
7608         generic_fix_call_dummy, set pc_in_call_dummy to
7609         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
7610         generic_push_dummy_frame, set push_return_address to
7611         i386_push_return_address and set frame_chain_valid to
7612         generic_file_frame_chain_valid.
7613
7614 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
7615
7616         * gdbarch.sh (struct regcache): Add opaque declaration.
7617         (EXTRACT_RETURN_VALUE): New architecture method.
7618         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
7619         * gdbarch.h, gdbarch.c: Regenerate.
7620         * arch-utils.c (legacy_extract_return_value): New function.
7621         * arch-utils.h (legacy_extract_return_value): Declare.
7622         * values.c (value_being_returned): Re-enable code handling
7623         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
7624         deprecated_grub_regcache_for_registers call to block handling
7625         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7626         (EXTRACT_RETURN_VALUE): Do not define.
7627
7628 2002-07-03  Grace Sainsbury  <graces@redhat.com>
7629
7630         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
7631         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
7632         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
7633         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
7634         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
7635         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
7636         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
7637         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
7638         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
7639         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
7640         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
7641         argument so the function fits the prototype in the architecture
7642         vector.
7643         (mcore_pop_frame): Remove argument so the function fits the
7644         prototype. Use get_current_frame instead of the argument.
7645         (mcore_push_arguments): Change type of struct_return so the
7646         function can be used in the architecture vector.
7647         (mcore_store_struct_return): Add.
7648         (mcore_frame_init_saved_regs): Add.
7649         (mcore_gdbarch_init): Add function calls to replace the macros
7650         removed from tm-mcore.h
7651
7652 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
7653
7654         * infcmd.c (print_return_value): Remove compatibility code calling
7655         deprecated_grub_regcache_for_registers.
7656         
7657         * values.c: Include "regcache.h".
7658         (value_being_returned): Update.  Use
7659         deprecated_grub_regcache_for_registers to extract the register
7660         buffer address.  
7661         * value.h (value_being_returned): Change ``retbuf'' parameter to a
7662         ``struct regcache''.
7663         * Makefile.in (values.o): Add dependency on $(regcache_h).
7664
7665         * inferior.h (run_stack_dummy): Change type of second parameter to
7666         a ``struct regcache''.
7667         * valops.c (hand_function_call): Change type of retbuf to ``struct
7668         regcache''.  Allocate using regcache_xmalloc, clean using
7669         make_cleanup_regcache_xfree.
7670         * infcmd.c (run_stack_dummy): Update.  Use
7671         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
7672
7673         * regcache.c (do_regcache_xfree): New function.
7674         (make_cleanup_regcache_xfree): New function.
7675         * regcache.h (make_cleanup_regcache_xfree): Declare.
7676
7677 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
7678
7679         * event-top.c (command_line_handler): Don't read past
7680         beginning of buffer.
7681
7682 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
7683         
7684         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
7685         struct frame_id. 
7686         (varobj_create): Store frame_id for root.
7687         (varobj_gen_name): Use xasprintf.
7688         (varobj_update): Save and restore frame using get_frame_id() and
7689         frame_find_by_id().
7690         (create_child): Use xasprintf.
7691         (new_root_variable): Initialize frame_id.
7692         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
7693         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
7694         to prevent memory leak.
7695
7696 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
7697
7698         * valops.c (hand_function_call): Move declaration of retbuf to
7699         start of function, allocate using malloc, add a cleanup but before
7700         the inf_status cleanup, cleanup the buffer.  Rename local variable
7701         old_chain to inf_status_cleanup.
7702
7703 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
7704
7705         * top.c (execute_command): Use cmd_func() and cmd_func_p().
7706
7707         * cli/cli-decode.c (cmd_func_p): New function.
7708         (cmd_func): New function.
7709
7710         * command.h: Add cmd_func() and cmd_func_p().   
7711         
7712 2002-07-03  Grace Sainsbury  <graces@redhat.com>
7713
7714         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
7715         (REGISTER_SIZE): Remove.
7716         (MAX_REGISTER_RAW_SIZE): Remove.
7717         (REGISTER_VIRTUAL_TYPE): Remove.
7718         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
7719         (REGISTER_NAME): Remove.
7720         (USE_GENERIC_DUMMY_FRAMES): Remove.
7721         (CALL_DUMMY): Remove.
7722         (CALL_DUMMY_START_OFFSET): Remove.
7723         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
7724         (CALL_DUMMY_LOCATION): Remove.
7725         (FIX_CALL_DUMMY): Remove.
7726         (CALL_DUMMY_ADDRESS): Remove.
7727         (SIZEOF_CALL_DUMMY_WORDS): Remove.
7728         (SAVE_DUMMY_FRAME_TOS): Remove.
7729         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
7730         (mcore_register_virtual_type): New function.
7731         (mcore_register_byte): New function.
7732         (mcore_register_size): New function.
7733         (mcore_register_name): New function.
7734         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
7735         macros removed from tm-mcore.h.
7736         (mcore_dump_tdep): Add.
7737         (_initialize_mcore_tdep): Add gdbarch_register call.
7738
7739 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
7740
7741         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
7742         frameless_look_for_prologue, such that we actually call this
7743         function.
7744
7745 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
7746
7747         * frame.h (frame_address_in_block): New function.
7748
7749         * blockframe.c (frame_address_in_block): New function extracted
7750         from get_frame_block().
7751         (get_frame_block): Use frame_address_in_block().
7752         (block_innermost_frame): Use frame_address_in_block() to match
7753         the frame pc address against the block boundaries rather than
7754         the frame pc directly. This prevents a failure when a frame pc
7755         is actually a return-address pointing immediately after the end
7756         of the given block. 
7757
7758 2002-07-02  Grace Sainsbury  <graces@redhat.com>
7759
7760         * MAINTAINERS: Add self under write after approval. 
7761
7762 2002-07-02  Grace Sainsbury  <graces@redhat.com>
7763
7764         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
7765         used in architecture vector. The default is
7766         m68k_local_breakpoint_from_pc.
7767         (m68k_local_breakpoint_from_pc): Add.
7768         (enum): Add register numbers from tm-m68k.h.
7769         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
7770         vector.  
7771         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
7772         GDB_MULTI_ARCH_PARTIAL.
7773         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
7774         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
7775         m68k-tdep.c.
7776         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
7777         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
7778         to enum in m68k-tdep.c
7779
7780 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
7781
7782         * solib-osf.c (open_map): Compute the list of shared libraries
7783         loaded by the inferior, rather than the list of libraries loaded
7784         by GDB itself.  Otherwise, GDB ends up reading the symbols from
7785         the wrong shared libraries...
7786
7787 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
7788
7789         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
7790         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
7791         macros.
7792         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
7793         Remove functions.
7794         (FRAMELESS_SIGNAL): Remove function.
7795         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
7796         i386_linux_saved_pc_after_call): Removed.
7797         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
7798         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
7799         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
7800
7801         * i386-tdep.c (i386_frameless_signal_p): New function.
7802         (i386_frame_chain): Deal with frameless signals.
7803         (i386_sigtramp_saved_sp): New function.
7804         (i386_frame_saved_pc): Deal with frameless signals.
7805         (i386_saved_pc_after_call): Make sure the correct value is
7806         returned just after entry into a sigtramp.
7807         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
7808         i386fbsd4_sc_sp_offset): New variables.
7809         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
7810         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
7811         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
7812         similiar to what we already did for sc_pc_offset.
7813         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
7814         tdep->sc_sp_offset.
7815
7816         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
7817
7818 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
7819
7820         * config/i386/tm-x86-64linux.h: New.
7821         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
7822         definitions.
7823         * config/i386/nm-x86-64.h: Rename to ...
7824         * config/i386/nm-x86-64linux.h: ... this one.
7825         * config/i386/x86-64linux.mh: Reflect the above change.
7826         
7827 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
7828
7829         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
7830         with sigcontext_addr.  Add sc_sp_offset.
7831         (i386bsd_sigtramp_saved_pc): Remove prototype.
7832         (i386bsd_sicontext_addr): Add prototype.
7833         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
7834         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
7835         (i386_svr4_sigtramp_saved_pc): Removed.
7836         (i386_svr4_sigcontext_addr): New function.
7837         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
7838         Initialize tdep->sigcontext_addr instead.  Initialize
7839         tdep->sc_pc_offset and tdep->sc_sp_offset.
7840         (i386_gdbarch_init): Likewise.
7841         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
7842         any more.
7843         (i386bsd_sigtramp_saved_pc): Remove function.
7844         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
7845         Initialize tdep->sigcontext_addr instead.  Initialize
7846         tdep->sc_pc_offset.
7847         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
7848         of tdep->sigtramp_saved_pc.
7849         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
7850         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
7851         instead.
7852
7853         * i386-tdep.c (i386_frameless_function_invocation,
7854         i386_frame_num_args, i386_frame_init_saved_regs,
7855         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
7856         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
7857         i386_extract_return_value, i386_store_return_value,
7858         i386_extract_struct_value_address, i386_register_virtual_type,
7859         i386_register_convertible, i386_register_convert_to_virtual,
7860         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
7861         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
7862         static.
7863
7864 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
7865
7866         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
7867
7868         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
7869         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
7870         this macro.  Include "value.h".
7871
7872 2002-06-30  Aidan Skinner  <aidan@velvet.net>
7873
7874         * ada-exp.tab.c: remove as it's a generated file
7875         * ada-lex.c: remove as it's a generated file
7876                 
7877 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
7878
7879         * config/i386/tm-i386.h (struct frame_info, struct
7880         frame_saved_regs, struct value, struct type): Remove forward
7881         declarations.
7882
7883         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
7884         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
7885         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
7886         (FILL_FPXREGSET): Define.
7887
7888         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
7889
7890         * configure.tgt (i[3456]86-*-openbsd*): Fold into
7891         i[3456]86-*-netbsd* case.
7892         * config/i386/tm-obsd.h: Removed.
7893         * config/i386/obsd.mt: Removed.
7894         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
7895         core-aout.o.
7896         (MH_CFLAGS): Add -DYYDEBUG=0.
7897
7898         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
7899         i386nbsd_sc_pc_offset on OpenBSD too.
7900
7901         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
7902         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
7903         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
7904         define.
7905         * i386bsd-tdep.c: Include "arch-utils.h".
7906         (i386bsd_aout_in_solib_call_trampoline): New function.
7907         (i386bsd_init_abi): Set in_solib_call_trampoline to
7908         i386bsd_aout_in_solib_call_trampoline.
7909         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
7910         in_solib_call_trampoline to generic_in_solib_call_trampoline.
7911
7912 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
7913
7914         * macrotab.h: Do not include "obstack.h" or "bcache.h".
7915         (struct obstack, struct bcache): Add opaque declarations.
7916         * Makefile.in (macrotab_h): Update
7917
7918 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
7919
7920         * blockframe.c (generic_find_dummy_frame): Change return type to
7921         ``struct regcache''.
7922         (struct dummy_frame): Replace field ``registers'' with regcache, a
7923         struct regcache object.
7924         (generic_find_dummy_frame): Update.
7925         (generic_push_dummy_frame): Update.  Use regcache_xfree,
7926         regcache_xmalloc and regcache_cpy.
7927         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
7928         regcache_xfree.
7929         (deprecated_generic_find_dummy_frame): Update.
7930         (generic_read_register_dummy): Update.  Use
7931         regcache_read_as_address.
7932         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
7933         (generic_get_saved_register): Update.  Use regcache_read.
7934
7935 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
7936
7937         * Makefile.in (objfiles_h): Add $(bcache_h).
7938         * objfiles.h: Include "bcache.h".
7939
7940         * Makefile.in (symtab_h): Remove $(bcache_h).
7941         * symtab.h: Do not include "bcache.h".
7942
7943 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
7944
7945         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
7946         generic_func_frame_chain_valid.
7947
7948 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
7949
7950         * config/i386/nm-fbsd.h: Include <sys/param.h>.
7951         * config/i386/tm-fbsd.h: Likewise.
7952
7953 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
7954
7955         * rs6000-tdep.c (rs6000_gdbarch_init): Use
7956         generic_unwind_get_saved_register.
7957
7958 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
7959
7960         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
7961         * regcache.c (supply_register): Add missing argument to
7962         register_buffer call.
7963
7964 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
7965
7966         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
7967         Solaris /bin/grep does not not like it.  From Peter Schauer.
7968
7969 2002-06-26  Tom Tromey  <tromey@redhat.com>
7970
7971         * command.h (add_setshow_cmd): Declare.
7972         (add_setshow_cmd_full): Declare.
7973         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
7974         returns void.  Use add_setshow_cmd_full.
7975         (add_setshow_cmd_full): New function.
7976         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
7977         (add_setshow_boolean_cmd): Likewise.
7978
7979 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
7980
7981         * config/vax/tm-vax.h: Protect from multiple inclusion.
7982         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
7983         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
7984         * config/vax/tm-vaxbsd.h: ...here.  New file.
7985         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
7986
7987 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
7988
7989         * config/vax/tm-vax.h (BREAKPOINT): Remove.
7990         (BELIEVE_PCC_PROMOTION): Remove.
7991         (AP_REGNUM): Move to...
7992         * config/vax/nm-vax.h: ...here.
7993         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
7994         (vax_breakpoint_from_pc): New function.
7995         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
7996         and gdbarch_believe_pcc_promotion.
7997
7998 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
7999
8000         * Makefile.in (vax_tdep_h): Define.  
8001         (vax-tdep.o): Use $(vax_tdep_h).
8002         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
8003         (vax_dump_tdep): New function. 
8004         (_initialize_vax_tdep): Register vax_dump_tdep.
8005         * vax-tdep.h: Include osabi.h.     
8006         (struct gdbarch_tdep): New. 
8007
8008 2002-06-26  Andrew Cagney  <cagney@redhat.com>
8009
8010         * frame.h (deprecated_generic_find_dummy_frame): Rename
8011         generic_find_dummy_frame.
8012         * blockframe.c (generic_find_dummy_frame): Make static.
8013         (deprecated_generic_find_dummy_frame): New function.
8014         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
8015         generic_find_dummy_frame with deprecated_find_dummy_frame.
8016         (sh64_nofp_frame_init_saved_regs): Ditto.
8017         (sh_fp_frame_init_saved_regs): Ditto.
8018         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
8019         (s390_frame_chain): Ditto.
8020         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8021
8022 2002-06-26  Grace Sainsbury  <graces@redhat.com>
8023
8024         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
8025         gdbarch vector are at the top.
8026         (NUM_REGS): Remove.
8027         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
8028         (FRAME_ARGS_ADDRESS): Remove.
8029         (FRAME_LOCALS_ADDRESS): Remove.
8030         (FRAME_NUM_ARGS): Remove.
8031         (FRAME_ARGS_SKIP): Remove.  
8032         * m68k-tdep.c (enum): Add eumeration of special register numbers.
8033         (m68k_gdbarch_init): Add gdbarch initializations for macros
8034         undefined in tm-m68k.h
8035
8036 2002-06-26  Grace Sainsbury  <graces@redhat.com>
8037
8038         * monitor.h: Add the function regname to monitor_ops
8039         structure. This way NUM_REGS does not have to be a constant.
8040         * monitor.c (monitor_fetch_register): Added support for regname
8041         function. The function is called if the array regnames is NULL.
8042         (monitor_store_register): Same.
8043         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
8044         regnames array.
8045         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
8046         cpu32bug_cmds.regname to point to new function.
8047         * abug-rom.c (abug_regname): Same as above.
8048         (init_abug_cmds): Same.
8049         * dbug-rom.c (dbug_regname): Same as above.
8050         (init_dbug_cmds): Same.
8051         * remote-est.c (est_regname): Same. 
8052         (init_est_cmds): Same.
8053         * rom68k-rom.c (rom68k_regname): Same. 
8054         (init_rom68k_cmds): Same.
8055
8056 2002-06-25  Tom Tromey  <tromey@redhat.com>
8057
8058         * breakpoint.c (delete_command): Don't repeat `delete' commands.
8059
8060 2002-06-25  Andrew Cagney  <cagney@redhat.com>
8061
8062         * infrun.c (stop_registers): Change variable's type to ``struct
8063         regcache'''.
8064         (xmalloc_inferior_status): Delete function.
8065         (free_inferior_status): Delete function.
8066         (normal_stop): Use regcache_cpy.
8067         (struct inferior_status): Change type of fields ``stop_registers''
8068         and ``registers'' to ``struct regcache''.
8069         (write_inferior_status_register): Use regcache_write.
8070         (save_inferior_status): Instead of calling
8071         xmalloc_inferior_status, allocate the inf_status buffer directly.
8072         Use regcache_dup_no_passthrough and regcache_dup to save the
8073         buffers.
8074         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
8075         Replace the stop_registers regcache instead of overriding it.  Use
8076         regcache_xfree.  Instead of calling free_inferior_status, xfree
8077         the buffer directly.
8078         (discard_inferior_status): Use regcache_xfree.  Instead of calling
8079         free_inferior_status, xfree the buffer directly.
8080         (build_infrun): Use regcache_xmalloc.
8081         (_initialize_infrun): Delete redundant call to build_infrun.
8082
8083         * Makefile.in (infcmd.o): Add $(regcache_h).
8084
8085         * infcmd.c: Include "regcache.h".
8086         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
8087         obtain the address of `stop_registers' register buffer.
8088         (print_return_value): Ditto.
8089
8090         * inferior.h (struct regcache): Add opaque declaration.
8091         (stop_registers): Change variable's declared type to ``struct
8092         regcache''.
8093
8094 2002-06-24  Tom Tromey  <tromey@redhat.com>
8095
8096         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
8097         * target.c (initialize_targets): Fixed typo in
8098         trust-readonly-sections `show' documentation.
8099
8100         * main.c: Marked all strings with _().
8101
8102 2002-06-24  Don Howard  <dhoward@redhat.com>
8103
8104         * memattr.c (create_mem_region): Treat hi == 0 as a special case
8105         that means max CORE_ADDR+1.
8106         (lookup_mem_region): Ditto.
8107         (mem_info_command): Ditto.
8108
8109 2002-06-24  Grace Sainsbury  <graces@redhat.com>
8110
8111         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
8112         (REGISTER_BYTES_OK): Remove.
8113         (REGISTER_BYTES): Remove.
8114         (STORE_STRUCT_RETURN): Remove.
8115         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
8116         (STORE_RETURN_VALUE): Remove.
8117         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8118         (FRAME_CHAIN): Remove.
8119         (FRAMELESS_FUNCTION_INVOCATION): Remove.
8120         (FRAME_SAVED_PC): Remove.  
8121         * m68k-tdep.c (m68k_register_bytes_ok):Add.
8122         (m68k_store_struct_return): Add.
8123         (m68k_deprecated_extract_return_value): Add.
8124         (m68k_deprecated_extract_struct_value_address): Add.
8125         (m68k_store_return_value): Add.
8126         (m68k_frame_chain): Add.
8127         (m68k_frameless_function_invocation): Add.
8128         (m68k_frame_saved_pc): Add.
8129         (m68k_gdbarch_init): added set_gdbarch calls for new 
8130         functions and deleted macros.
8131
8132 2002-06-23  Tom Tromey  <tromey@redhat.com>
8133
8134         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
8135         (ALLDEPFILES): Likewise.
8136         (udiheaders): Removed.
8137         (udip2soc.o): Likewise.
8138         (udi2go32.o): Likewise.
8139         (udr.o): Likewise.
8140         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
8141
8142 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
8143
8144         * infrun.c (_initialize_infrun): Delete unnecessary call to
8145         build_infrun.
8146
8147         * regcache.h: Update comments describing the regcache_cpy family
8148         of functions.
8149         (regcache_save, regcache_restore): Delete declaration.
8150         (regcache_save_no_passthrough): Delete declaration.
8151         (regcache_restore_no_passthrough): Delete declaration.
8152         * regcache.c (regcache_save): Delete function.
8153         (regcache_save_no_passthrough): Delete function.
8154         (regcache_restore): Delete function.
8155         (regcache_restore_no_passthrough): Delete function.
8156
8157 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
8158
8159         * config/m68k/tm-m68k.h: Fix typo.
8160         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
8161         (m68k_frame_init_saved_regs): Declare.
8162
8163 2002-06-21  Jim Blandy  <jimb@redhat.com>
8164
8165         Remove some vestiges of Harris 88k support.
8166         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
8167         register numbering quirk.
8168         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
8169         odd symbols occurring in Harris 88k ELF targets.
8170
8171 2002-06-21  Tom Tromey  <tromey@redhat.com>
8172
8173         * gdb_locale.h: New file.
8174         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
8175         (defs_h): Added gdb_locale.h.
8176         * configure, config.in: Rebuilt.
8177         * configure.in (PACKAGE): Define.
8178         * defs.h: Include gdb_locale.h.
8179         * main.c (captured_main): Call setlocale, bindtextdomain,
8180         textdomain.
8181
8182 2002-06-21  Dave Brolley  <brolley@redhat.com>
8183
8184         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
8185         * config/frv/frv.mt: New file.
8186         * config/frv/tm-frv.h: New file.
8187         * configure.tgt: Support frv-*-*.
8188         * Makefile.in (frv-tdep.o): New target.
8189         * frv-tdep.c: New file.
8190         * NEWS: Mention frv.
8191
8192 2002-06-21  Dave Brolley  <brolley@redhat.com>
8193
8194         * MAINTAINERS: Add self to "Write After Approval" list.
8195
8196 2002-06-21  Grace Sainsbury  <graces@redhat.com>
8197
8198         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
8199         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8200         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
8201         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
8202         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
8203
8204         * m68k-tdep.c: Include arch-utils.h
8205         (m68k_register_raw_size): Add.
8206         (m68k_register_virtual_size): Add.
8207         (m68k_register_virtual_type): Add.
8208         (m68k_register_name): Add.
8209         (m68k_stack_align): Add.
8210         (m68k_register_byte): Add.
8211         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
8212         tm-m68k.h.
8213
8214 2002-06-21  Grace Sainsbury  <graces@redhat.com>
8215
8216         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
8217         m68k_find_saved_regs.
8218         (m68k_pop_frame): Removed saved_regs structure, and replaced
8219         references to it with frame->saved_regs.
8220         (m68k_gdbarch_init): Added function calls to initialize the
8221         gdbarch structure.
8222         (m68k_fix_call_dummy): Add. 
8223         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
8224         (CALL_DUMMY): Remove.
8225         (CALL_DUMMY_LENGTH): Remove.
8226         (CALL_DUMMY_START_OFFSET): Remove.
8227         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
8228         (FIX_CALL_DUMMY): Remove.
8229         (PUSH_DUMMY_FRAME): Remove.
8230         (POP_FRAME): Remove.
8231
8232 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
8233
8234         * parse.c (parse_fprintf): New function used to avoid calls to
8235         fprintf in bison parser generated debug code.
8236         * parser-defs.h: Declaration of new parse_fprintf function.
8237         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
8238         Set YYDEBUG to 1 by default.
8239         Set YYFPRINTF as parse_fprintf.
8240
8241 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
8242
8243         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
8244         encoding anymore.
8245         (pointer_encoding, enum ptr_encoding): New.
8246         (execute_cfa_program): Take care about pointer encoding.        
8247         (dwarf2_build_frame_info): Only call parse_frame_info for 
8248         .debug_frame and .eh_frame.
8249         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
8250         fixed augmentation handling, added relative addressing, 
8251         ignore duplicate FDEs. Added comments.
8252         * dwarf2cfi.c: Reindented.
8253         
8254 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
8255
8256         * event-top.c (command_handler): Don't use space_at_cmd_start
8257         unless there is sbrk() on the host. Assign time and space data
8258         to union fields of the appropriate length.
8259
8260 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
8261
8262         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
8263         x86_64_register_name. Return type changed to 'const char *'.
8264         (x86_64_register_name2nr): Rename to x86_64_register_number.
8265         (x86_64_gdbarch_init): Update to reflect the change.
8266         * x86-64-tdep.h: Ditto.
8267         * x86-64-linux-nat.c (x86_64_fxsave_offset)
8268         (supply_fpregset): Ditto.
8269
8270 2002-06-19  Andrew Cagney  <cagney@redhat.com>
8271
8272         * regcache.h: Update copyright.
8273         (struct regcache, struct gdbarch): Add opaque declarations.
8274         (current_regcache): Declare global variable.
8275         (regcache_read, regcache_write): Add gdbarch parameter.
8276         (regcache_save, regcache_save_no_passthrough)
8277         (regcache_restore, regcache_restore_no_passthrough)
8278         (regcache_dup, regcache_dup_no_passthrough)
8279         (regcache_cpy, regcache_cpy_no_passthrough)
8280         (deprecated_grub_regcache_for_registers)
8281         (deprecated_grub_regcache_for_register_valid)
8282         (regcache_valid_p): Add function declarations.
8283         
8284         * regcache.c: Update copyright.
8285         (regcache_descr_handle): New global variable.
8286         (struct regcache_descr): Define.
8287         (init_legacy_regcache_descr, init_regcache_descr): New functions.
8288         (regcache_descr, xfree_regcache_descr): New functions.
8289         (struct regcache): Define.
8290         (regcache_xmalloc, regcache_xfree): New functions.
8291         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
8292         (regcache_dup, regcache_dup_no_passthrough): New functions.
8293         (regcache_valid_p, regcache_read_as_address): New functions.
8294         (deprecated_grub_regcache_for_registers): New function.
8295         (deprecated_grub_regcache_for_register_valid): New function.
8296         (current_regcache): New global variable.
8297         (register_buffer): Add regcache parameter.  Update calls.
8298         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
8299         (read_register_gen, write_register_gen): Update register_buffer
8300         call.  Test for legacy_p instead of gdbarch_register_read_p or
8301         gdbarch_register_write_p.
8302         (regcache_collect): Update register_buffer call.
8303         (build_regcache): Rewrite.  Use deprecated grub functions.
8304         (regcache_save, regcache_save_no_passthrough): New functions.
8305         (regcache_restore, regcache_restore_no_passthrough): New
8306         functions.
8307         (_initialize_regcache): Create the regcache_data_handle. Swap
8308         current_regcache global variable.
8309         
8310         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
8311         parameter to regcache_read and regcache_write calls.
8312         (sh4_register_read): Ditto.
8313         (sh64_pseudo_register_read): Ditto.
8314         (sh64_register_read): Ditto.
8315         (sh_pseudo_register_write): Ditto.
8316         (sh4_register_write): Ditto.
8317         (sh64_pseudo_register_write): Ditto.
8318         (sh64_register_write): Ditto.
8319
8320         * defs.h (XCALLOC): Define.
8321
8322 2002-06-19  Grace Sainsbury  <graces@redhat.com>
8323
8324         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
8325         * m68k-tdep.c (m68k_gdbarch_init): Added.
8326         (m68k_dump_tdep): Added.
8327
8328 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
8329
8330         * ada-lang.c (fill_in_ada_prototype): Update comment.
8331
8332 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
8333
8334         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
8335         MIPS_ABI_LAST.
8336         (mips_abi_string, mips_abi_strings): New.
8337         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
8338         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
8339         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
8340         O32 if no ABI is found.
8341         (mips_dump_tdep): Use mips_abi_strings.
8342         (mips_abi_update): New function.
8343         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
8344         ``set mips abi'' and ``show mips abi''.  Check the size of
8345         mips_abi_strings.
8346
8347 2002-06-19  Andrew Cagney  <cagney@redhat.com>
8348
8349         * i386-linux-tdep.c (i386_linux_register_name): Make return type
8350         constant.
8351
8352 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
8353
8354         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
8355         current frame using only the first stack size adjustment. All
8356         subsequent size adjustments are not considered to be part of
8357         the "static" part of the current frame.
8358         Compute the address of the saved registers relative to the
8359         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
8360         in use in this frame.
8361
8362 2002-06-18  Don Howard  <dhoward@redhat.com>
8363  
8364         * valops.c (value_ind): Use value_at_lazy() when dereferencing
8365         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
8366         suggesting this solution.
8367
8368 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
8369
8370         * config/romp/xm-rtbsd.h: Delete file.
8371         * config/romp/rtbsd.mh: Delete file.
8372
8373 2002-06-18  Keith Seitz  <keiths@redhat.com>
8374
8375         * breakpoint.c (condition_command): Post breakpoint_modify
8376         when a condition is added to an existing breakpoint.
8377         (commands_command): Likewise for commands.
8378         (set_ignore_count): Likewise for ignore counts.
8379         If no tty, do not simply return, still need to send event
8380         notification.
8381         (ignore_command): Only print a newline if the command came
8382         from a tty.
8383         Don't call breakpoints_changed, since this is now properly
8384         handled by set_ignore_count.
8385
8386 2002-06-18  Andrew Cagney  <cagney@redhat.com>
8387
8388         * MAINTAINERS: Note that cris-elf target can be compiled with
8389         -Werror.
8390         * cris-tdep.c (cris_register_name): Make return type constant.
8391         (cris_breakpoint_from_pc): Ditto.
8392
8393 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
8394
8395         * frame.h (struct frame_info): Change type of context to 
8396         'struct context'.
8397
8398 2002-06-17  Andrew Cagney  <cagney@redhat.com>
8399
8400         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
8401         pointer.
8402         * gdbarch.h, gdbarch.c: Regenerate.
8403         * config/mips/tm-mips.h (mips_register_name): Update.
8404         * i386-tdep.h (i386_register_name): Update.
8405         * mips-tdep.c (mips_register_name): Update
8406         * alpha-tdep.c (alpha_register_name): Update.
8407         * arch-utils.c (legacy_register_name): Update.
8408         * arch-utils.h (legacy_register_name): Update.
8409         * avr-tdep.c (avr_register_name): Update.
8410         * ia64-tdep.c (ia64_register_name): Update.
8411         * i386-tdep.c (i386_register_name): Update.
8412         * sparc-tdep.c (sparc32_register_name): Update.
8413         (sparc64_register_name): Update.
8414         (sparclite_register_name): Update.
8415         (sparclet_register_name): Update.
8416         * sh-tdep.c (sh_generic_register_name): Update.
8417         (sh_sh_register_name): Update.
8418         (sh_sh3_register_name): Update.
8419         (sh_sh3e_register_name): Update.
8420         (sh_sh_dsp_register_name): Update.
8421         (sh_sh3_dsp_register_name): Update.
8422         (sh_sh4_register_name): Update.
8423         (sh_sh64_register_name): Update.
8424         * s390-tdep.c (s390_register_name): Update.
8425         * rs6000-tdep.c (rs6000_register_name): Update.
8426         * ns32k-tdep.c (ns32k_register_name_32082): Update.
8427         (ns32k_register_name_32382): Update.
8428         * d10v-tdep.c (d10v_ts2_register_name): Update.
8429         (d10v_ts3_register_name): Update.
8430         * xstormy16-tdep.c (xstormy16_register_name): Update.
8431         * vax-tdep.c (vax_register_name): Update.
8432         * v850-tdep.c (v850_register_name): Update.
8433         * m68hc11-tdep.c (m68hc11_register_name): Update.
8434         * mn10300-tdep.c (mn10300_generic_register_name): Update.
8435         (am33_register_name): Update.
8436
8437 2002-06-17  Grace Sainsbury  <graces@redhat.com>
8438
8439         * m68k-tdep.c: Reindented.
8440
8441 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
8442
8443         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
8444         list of predefined types.
8445
8446 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
8447
8448         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
8449         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
8450         REGISTER_CONVERT_TO_RAW): Remove defines.
8451         (i386_register_virtual_type, i386_register_convertible,
8452         i386_register_convert_to_virtual, i386_register_convert_to_raw):
8453         Remove prototypes.
8454         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
8455         macros mentioned above.
8456
8457         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
8458         (i386lynx_saved_pc_after_call): Remove prototype.
8459         * i386ly-tdep.c: Include "i386-tdep.h".
8460         (i386lynx_saved_pc_after_call): Make static.  Use
8461         read_memory_nobpt instead of read_memory.  Use
8462         read_memory_unsigned_integer instead of read_memory_integer.
8463         (i386lynx_init_abi): New function.
8464         (i386lynx_coff_osabi_sniffer): New function.
8465         (_initialize_i386bsd_tdep): New function.
8466
8467         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
8468         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
8469         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
8470         (i386_fix_call_dummy): Remove prototype.
8471         * i386-tdep.c (i386_call_dummy_words): New variable.
8472         (i386_gdbarch_init): Adjust for removal of the
8473         macros mentioned above.
8474
8475 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
8476
8477         * command.h (add_setshow_auto_boolean_cmd): Replace
8478         add_set_auto_boolean_cmd.
8479         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
8480         add_set_auto_boolean_cmd.
8481         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
8482         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
8483         mask-address'' command.
8484         (show_mask_address): Add cmd parameter.
8485         * remote.c (add_packet_config_cmd): Update.  Change type of
8486         set_func and show_func to cmd_sfunc_ftype.
8487         (_initialize_remote): Update `set remote Z-packet'
8488         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
8489         (show_remote_protocol_e_packet_cmd): Ditto.
8490         (show_remote_protocol_E_packet_cmd): Ditto.
8491         (show_remote_protocol_P_packet_cmd): Ditto.
8492         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
8493         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
8494         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
8495         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
8496         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
8497         (show_remote_protocol_Z_packet_cmd): Ditto.
8498         (show_remote_protocol_binary_download_cmd): Ditto.
8499         (show_remote_cmd): Pass NULL to all of above.
8500
8501 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
8502
8503         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
8504         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
8505         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
8506         POP_FRAME): Remove defines.
8507         (i386_push_arguments, i386_store_struct_return,
8508         i386_extract_return_value, i386_store_return_value,
8509         i386_extract_struct_value_address, i386_push_dummy_frame,
8510         i386_pop_frame): Renove prototypes.
8511         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
8512         macros mentioned above.
8513
8514 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
8515
8516         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
8517         add_set_boolean_cmd.
8518         (add_setshow_cmd): New function.
8519         * command.h (add_setshow_boolean_cmd): Replace
8520         add_set_boolean_cmd.
8521         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
8522         and ``set rdiromatzero''.
8523         * maint.c (_initialize_maint_cmds): Update commented out code.
8524         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
8525         * target.c (initialize_targets): Update `set
8526         trust-readonly-sections'.
8527         * remote.c (_initialize_remote): Update `set remotebreak'.
8528
8529 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
8530
8531         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
8532         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
8533         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
8534         fit into multi-arch framework.
8535         (i386_breakpoint_from_pc): New function.
8536         (i386_gdbarch_init): Adjust for removal of the macros mentioned
8537         above.
8538
8539         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
8540         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
8541         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
8542         (i386_frameless_function_invocation, i386_frame_num_args,
8543         i386_frame_init_saved_regs): Remove prototypes.
8544         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
8545         macros mentioned above.
8546
8547 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
8548
8549         * cli/cli-decode.c (set_cmd_cfunc): Update.
8550         (set_cmd_sfunc): Update.
8551         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
8552         (set_cmd_sfunc, set_cmd_cfunc): Update.
8553         * cli/cli-decode.h: Update.
8554
8555 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
8556
8557         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
8558         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
8559
8560 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
8561
8562         * defs.h (auto_boolean): Declare enum.
8563         * command.h (cmd_auto_boolean): Delete enum.
8564         * mips-tdep.c (mask_address_var): Update.
8565         (mips_mask_address_p): Update.
8566         (show_mask_address): Update.
8567         * remote.c (struct packet_config): Update.
8568         (update_packet_config): Update.
8569         (show_packet_config_cmd): Update.
8570         (packet_ok): Update.
8571         (add_packet_config_cmd): Update.
8572         (_initialize_remote): 
8573         * command.h: Update.
8574         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
8575         (do_setshow_command): Update.
8576         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
8577         * cli/cli-decode.h: Update.
8578
8579 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
8580
8581         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
8582         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
8583         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
8584         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
8585         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
8586         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
8587
8588         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
8589         list of DJGPP COFF targets.
8590
8591         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
8592         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
8593         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
8594         (FP0_REGNUM): Remove define.
8595         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
8596         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
8597         (i386_register_virtual_size): Remove protoype.
8598         * i386-tdep.c (i386_register_virtual_size): Removed.
8599         (i386_extract_return_value, i386_store_return_value): Use
8600         FP0_REGNUM instead of NUM_FREGS to determine whether the
8601         floating-point registers are available.
8602         (i386_gdbarch_init): Tweak FIXME about FPU registers.
8603         Adjust for removal of macros mentioned above.
8604
8605 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
8606
8607         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
8608         comments.
8609         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
8610         Remove prototypes.
8611         (supply_gregset, fill_gregset): Remove use of register keyword and
8612         remove declaration for regmap.  Use I386_NUM_GREGS instead of
8613         NUM_REGS and NUM_FREGS.
8614         (FPREGSET_FSAVE_OFFSET): Remove.
8615         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
8616         NUM_FREGS to determine whether the floating-point registers are
8617         available.
8618
8619         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
8620         gnu_store_registers): Replace usage of NUM_GREGS with
8621         I386_NUM_GREGS.
8622
8623         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
8624         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
8625         usage of NUM_GREGS with I386_NUM_GREGS.
8626
8627         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
8628
8629         * i386bsd-nat.c: Include "i386-tdep.h".
8630         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
8631         I386_NUM_GREGS.
8632
8633         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
8634         and associated comment.  They no longer make any sense, since we
8635         don't use this file anymore on Linux.
8636
8637         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
8638         * i386-tdep.c (i386_register_offset, i386_register_size): Use
8639         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
8640         elements in these arrays.
8641         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
8642         MAX_NUM_REGS.
8643
8644 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
8645
8646         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
8647         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
8648
8649 2002-06-14  Andrew Cagney  <cagney@redhat.com>
8650
8651         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
8652         EXTRACT_RETURN_VALUE.
8653         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
8654         EXTRACT_STRUCT_VALUE_ADDRESS.
8655         * gdbarch.h, gdbarch.c: Regenerate.
8656         
8657         * values.c (value_being_returned): Handle
8658         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8659         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
8660
8661         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
8662         * arm-tdep.c (arm_gdbarch_init): Update.
8663         * avr-tdep.c (avr_gdbarch_init): Update.
8664         * cris-tdep.c (cris_gdbarch_init): Update.
8665         * d10v-tdep.c (d10v_gdbarch_init): Update.
8666         * ia64-tdep.c (ia64_gdbarch_init): Update.
8667         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8668         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8669         * s390-tdep.c (s390_gdbarch_init): Update.
8670         * sh-tdep.c (sh_gdbarch_init): Update.
8671         * s390-tdep.c (s390_gdbarch_init): Update.
8672         * sparc-tdep.c (sparc_gdbarch_init): Update.
8673         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8674         * v850-tdep.c (v850_gdbarch_init): Update.
8675         * vax-tdep.c (vax_gdbarch_init): Update.
8676         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
8677         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8678
8679         * config/arc/tm-arc.h: Update.
8680         * config/d30v/tm-d30v.h: Update.
8681         * config/fr30/tm-fr30.h: Update.
8682         * config/h8300/tm-h8300.h: Update.
8683         * config/h8500/tm-h8500.h: Update.
8684         * config/i386/tm-i386.h: Update.
8685         * config/i386/tm-ptx.h: Update.
8686         * config/i386/tm-symmetry.h: Update.
8687         * config/i960/tm-i960.h: Update.
8688         * config/m32r/tm-m32r.h: Update.
8689         * config/m68k/tm-delta68.h: Update.
8690         * config/m68k/tm-linux.h: Update.
8691         * config/m68k/tm-m68k.h: Update.
8692         * config/m88k/tm-m88k.h: Update.
8693         * config/mcore/tm-mcore.h: Update.
8694         * config/mips/tm-mips.h: Update.
8695         * config/mn10200/tm-mn10200.h: Update.
8696         * config/pa/tm-hppa.h: Update.
8697         * config/pa/tm-hppa64.h: Update.
8698         * config/sparc/tm-sp64.h: Update.
8699         * config/sparc/tm-sparc.h: Update.
8700         * config/sparc/tm-sparclet.h: Update.
8701         * config/z8k/tm-z8k.h: Update.
8702
8703 2002-06-14  Andrew Cagney  <cagney@redhat.com>
8704
8705         * Makefile.in (i386_linux_tdep_h): Define.
8706         (i386_tdep_h, i387_tdep_h): Define.
8707         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
8708         $(i386_tdep_h) and $(i387_tdep_h).
8709         * i386-linux-nat.c: Include "i386-linux-tdep.h".
8710
8711 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
8712
8713         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
8714         Already covered by the default.
8715
8716         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
8717         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
8718         (i386_gdbarch_init): Initialize long_double_format and long_double
8719         bit.
8720
8721         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
8722         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
8723         Move these to ...
8724         * config/i386/i386sol2.mh: ... here.
8725         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
8726         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
8727         (SIGCONTEXT_PC_OFFSET): Remove define.
8728         (IN_SIGTRAMP): Remove define.
8729         * i386-sol2-tdep.c: New file.
8730         
8731         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
8732         * config/i386/tm-i386nw.h: Removed.
8733
8734         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
8735         USE_STRUCT_CONVENTION): Remove defines.
8736         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
8737         (get_longjmp_target): Remove prototype.
8738         (IN_SIGTRAMP): Remove define.
8739         (i386bsd_in_sigtramp): Remove prototype.
8740         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
8741         function.  Update comment accordingly
8742         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
8743         (FRAME_SAVED_PC): Remove define.
8744         (i386bsd_frame_saved_pc): Remove prototype.
8745         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
8746         GET_LONGJMP_TARGET): Remove defines.
8747         (get_longjmp_target): Remove prototype.
8748         (IN_SIGTRAMP): Remove define.
8749         (i386bsd_in_sigtramp): Remove prototype.
8750         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
8751         function.  Update comment accordingly
8752         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
8753         (FRAME_SAVED_PC): Remove define.
8754         (i386bsd_frame_saved_pc): Remove prototype.
8755         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
8756         Remove prototype.
8757         (USE_STRUCT_CONVENTION): Remove prototype.
8758         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
8759         declaration.
8760         (_initialize_i386bsd_nat): Revise logic to determine some
8761         constants at compile time when compiling a native GDB.  Warn if
8762         things don't match up with what we expect.
8763         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
8764         Remove variables.
8765         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
8766         to use date stored in `struct gdbarch_tdep'.
8767         (i386bsd_sigcontext_offset): Remove varaible.
8768         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
8769         stored in `struct gdbarch_tdep'.
8770         (i386bsd_frame_saved_pc): Make static.
8771         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
8772         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
8773         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
8774         i386fbsd4_sc_pc_offset): New variables.
8775         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
8776         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
8777         functions.
8778         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
8779         functions.
8780         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
8781         Modify the value of i386fbsd_sigtramp_start and
8782         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
8783         i386fbsd_sigtramp_end.
8784         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
8785         function.
8786
8787         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
8788         define to i386-linux-tdep.h.
8789         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
8790         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
8791         defines.
8792         (i386_linux_register_name, i386_linux_register_byte,
8793         i386_linux_register_raw_size): Remove prototypes.
8794         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
8795         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
8796         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
8797         TARGET_WRITE_PC): Remove defines.
8798         (i386_linux_in_sigtramp, i386_linux_frame_chain,
8799         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
8800         i386_linux_write_pc): Remove prototypes.
8801         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
8802         (get_longjmp_target): Remove prototype.
8803         * i386-linux-tdep.h: New file.
8804         * i386-linux-nat.c: Include "i386-linux-tdep.h".
8805         * i386-linux-tdep.c: Include "i386-tdep.h" and
8806         "i386-linux-tdep.h".
8807         (i386_linux_register_name, i386_linux_register_byte,
8808         i386_linux_register_raw_size, i386_linux_in_sigtramp,
8809         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
8810         Make static.
8811         (i386_linux_init_abi): New function.
8812         (_initialize_i386_linux_tdep): New function.
8813
8814         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
8815         (i386_saved_pc_after_call): Remove prototype.
8816         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
8817         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
8818         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
8819         (i386_register_name, i386_stab_reg_to_regnum,
8820         i386_dwarf_reg_to_regnum): Remove prototypes.
8821         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
8822         SIZEOF_SSE_REGS): Remove defines.
8823         (REGISTER_BYTES): Remove define.
8824         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
8825         (i386_register_byte, i386_register_raw_size): Remove prototypes.
8826         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
8827         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
8828         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
8829         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
8830         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
8831         (get_longjmp_target): Remove prototype.
8832         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
8833         (sigtramp_saved_pc): Remove define.
8834         (i386v4_sigtramp_saved_pc): Remove prototype.
8835         * config/i386/tm-go32.h (FRAME_CHAIN,
8836         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
8837         (i386go32_frame_saved_pc): Remove prototype.
8838         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
8839         (get_longjmp_target): Remove prototype.
8840         * i386-tdep.h: Include "osabi.h".
8841         (enum i386_abi): Removed.
8842         (enum struct_return): New enum.
8843         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
8844         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
8845         sc_pc_offset members.
8846         (i386_gdbarch_register_os_abi): Remove prototype.
8847         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
8848         I386_SSE_NUM_REGS): New defines.
8849         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
8850         I386_SSE_SIZEOF_REGS): New defines.
8851         (i386_register_name, i386_register_byte, i386_register_raw_size):
8852         New prototypes.
8853         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
8854         (i386bsd_sigtramp_saved_pc): New prototype.
8855         * i386-tdep.c: Don't include "elf-bfd.h".
8856         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
8857         i386_frame_chain, i386_saved_pc_after_call): Make static.
8858         (i386_frame_saved_pc): Rewrite to call architecture dependent
8859         function to deal with signal handlers.  Make static.
8860         (i386go32_frame_saved_pc): Removed.
8861         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
8862         Removed.
8863         (i386_get_longjmp_target): New function.
8864         (default_struct_convention, pcc_struct_convention,
8865         reg_struct_convention, valid_conventions, struct_convention): New
8866         variables.
8867         (i386_use_struct_convention): New function.
8868         (i386v4_sigtramp_saved_pc): Renamed to
8869         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
8870         (i386_pc_in_sigtramp): New function.
8871         (i386_abi_names): Removed.
8872         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
8873         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
8874         Removed.
8875         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
8876         i386_gdbarch_register_os_abi): Removed.
8877         (struct i386_abi_handler): Removed.
8878         (i386_abi_handler_list): Removed.
8879         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
8880         functions.
8881         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
8882         i386_nw_init_abi): New functions.
8883         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
8884         Use set_gdbarch_xxx() calls instead of relying on macros for a
8885         number of calls.
8886         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
8887         (_initialize_i386_tdep): Add new 'struct-convcention' command.
8888         Register the various architecture variants defined in this file.
8889
8890 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
8891
8892         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
8893         (struct main_type): Remove arg_types member.  Update comments for
8894         struct field.
8895         (TYPE_ARG_TYPES): Remove.
8896         (TYPE_FN_FIELD_ARGS): Update.
8897         (smash_to_method_type): Update prototype.
8898
8899         * c-typeprint.c (cp_type_print_method_args): Take method type
8900         instead of argument list.  Use new argument layout.  Simplify.
8901         (c_type_print_args): Use new argument layout.  Simplify.
8902         (c_type_print_base): Update call to cp_type_print_method_args.
8903         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
8904         argument; use die->type instead.  Update call to
8905         smash_to_method_type.
8906         (read_structure_scope): Update call to dwarf2_add_member_fn.
8907         * gdbtypes.c (allocate_stub_method): Update comment.
8908         (smash_to_method_type): Take new NARGS and VARARGS arguments.
8909         Use new argument layout.
8910         (check_stub_method): Use new argument layout.  Don't count
8911         void as an argument.
8912         (print_arg_types): Update comments.  Use new argument layout.
8913         (recursive_dump_type): Don't print arg_types member.
8914         * hpread.c (hpread_read_struct_type): Use new argument layout.
8915         (fixup_class_method_type): Likewise.
8916         (hpread_type_lookup): Likewise.
8917         * stabsread.c (read_type): Update calls to read_args and
8918         smash_to_method_type.
8919         (read_args): Use new argument layout.  Simplify.
8920         * valops.c (typecmp): Use new argument layout.  Update parameters
8921         and comments.  Simplify.
8922         (hand_function_call): Use new argument layout.
8923         (search_struct_method): Update call to typecmp.
8924         (find_overload_match): Use new argument layout.
8925
8926 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
8927
8928         * NEWS: Mention multithreaded debug support for gdbserver.
8929
8930 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
8931
8932         * MAINTAINERS: Mention NEWS.
8933
8934 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
8935
8936         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
8937         (struct mips_objfile_private, compare_pdr_entries): New.
8938         (non_heuristic_proc_desc): Read the ".pdr" section if it
8939         is present.
8940
8941 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
8942
8943         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
8944         (arm_debug): New static variable.
8945         (_initialize_arm_tdep): Add ``set debug arm'' command.
8946
8947 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
8948
8949         * Makefile.in (sim_arm_h): Define.
8950         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
8951         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
8952         (arm_register_sim_regno): New function, map an internal REGNUM
8953         onto a simulator register number.
8954         (arm_gdbarch_init): Set register_sim_regno.
8955
8956 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
8957
8958         * MAINTAINERS: Add self.
8959
8960 2002-06-11  Jim Blandy  <jimb@redhat.com>
8961
8962         * source.c (source_info): Mention whether the symtab has
8963         information about preprocessor macros.
8964
8965         Call the command `info macro', not `show macro'.
8966         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
8967         Fix error message.
8968         (_initialize_macrocmd): Register `info_macro_command' in
8969         `infolist', not `showlist'.
8970
8971 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
8972
8973         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
8974         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
8975         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
8976         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
8977         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
8978         unconditionally.
8979         (set_mipsfpu_single_command, set_mipsfpu_double_command)
8980         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
8981         (_initialize_mips_tdep): Remove dead code.
8982         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
8983         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
8984         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
8985         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
8986         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
8987         MIPS_LAST_FP_ARG_REGNUM): Remove.
8988
8989 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
8990
8991         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
8992         (unwind_tmp_obstack_free, parse_frame_info)
8993         (update_context, cfi_read_fp, cfi_write_fp)
8994         (cfi_frame_chain, cfi_init_extra_frame_info)
8995         (cfi_virtual_frame_pointer): Use the above function.
8996         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
8997
8998 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
8999
9000         * v850-tdep.c (v850_type_is_scalar): New function.
9001         (v850_use_struct_convention): Match current gcc implementation
9002         as close as possible.
9003         (v850_push_arguments): Fix stack_offset handling.  Don't write
9004         struct_addr into register.  This is done by v850_store_struct_return.
9005         (v850_extract_return_value): Care for structs.
9006         (v850_store_return_value): Ditto.
9007         (v850_store_struct_return): Actually write address.
9008
9009 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
9010
9011         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
9012         without debug information too.
9013
9014 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
9015
9016         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
9017         Make multi-arch pure.
9018         * gdbarch.h, gdbarch.c: Re-generate.
9019         * arm-tdep.c (arm_print_float_info): Update.
9020         * arch-utils.h (default_print_float_info): Update.
9021         * arch-utils.c (default_print_float_info): Update.
9022         * infcmd.c (float_info): Update call.
9023
9024 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
9025
9026         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
9027         the front of the initialize list.
9028
9029 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
9030
9031         * infrun.c (struct inferior_status): Replace fields
9032         selected_frame_address and selected_level with field
9033         selected_frame_id.
9034         (save_inferior_status): Update.  Use get_frame_id.
9035         (struct restore_selected_frame_args): Delete.
9036         (restore_selected_frame): Update.  Use frame_find_by_id.
9037         (restore_inferior_status): Update.
9038
9039         * breakpoint.h (struct breakpoint): Change type of
9040         watchpoint_frame to frame_id.
9041         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
9042         call to get_current_frame.
9043         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
9044         get_current_frame.
9045         (watchpoint_check): Use frame_find_by_id.
9046
9047         * frame.h (record_selected_frame): Delete declaration.
9048         * stack.c (record_selected_frame): Delete function.
9049         
9050         * frame.h (struct frame_id): Define.
9051         (get_frame_id): Declare.
9052         (frame_find_by_id): Declare.
9053         * frame.c (frame_find_by_id): New function.
9054         (get_frame_id): New function.
9055
9056 2002-06-10  Andrey Volkov <avolkov@transas.com>
9057
9058         * ser-e7kpc.c: Fix duplicated define and call of 
9059         _initialize_ser_e7000pc
9060             
9061 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
9062
9063         * signals/signals.c (target_signal_from_host): Fix #ifdef
9064         SIGRTMIN case.
9065         (do_target_signal_to_host): Likewise.
9066
9067 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
9068
9069         * mips-tdep.c (mips_find_abi_section): New function.
9070         (mips_gdbarch_init): Call it.
9071
9072 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9073
9074         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
9075         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
9076         after Andrew's 2002-06-08 gdbarch change.
9077
9078 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9079
9080         * i386-linux-nat.c (suppy_gregset): Don't supply
9081         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
9082         register cache.
9083         (fill_gregset): Don't fetch it under the same circumstances.
9084
9085 2002-06-09  Andrew Cagney  <cagney@redhat.com>
9086
9087         * Makefile.in (callback_h): Define.
9088         (remote_sim_h): Update path to remote-sim.h.
9089         (remote-rdp.o): Add $(callback_h).
9090         (remote-sim.o): Use $(callback_h).
9091         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
9092         * remote-rdp.c: Include "gdb/callback.h".
9093
9094 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9095
9096         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9097         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
9098
9099 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9100
9101         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
9102         * rdi-share/serpardr.c: Ditto.
9103         * rdi-share/unixcomm.c: Ditto.
9104         * rdi-share/serdrv.c: Ditto.
9105         * rdi-share/hostchan.h: Ditto.
9106         * rdi-share/hostchan.c: Ditto.
9107         * rdi-share/host.h: Ditto.
9108         * rdi-share/devsw.c: Ditto.
9109
9110         * objfiles.h: Change type of obj_private to void pointer.
9111         * pa64solib.c: Update copyright.  Don't include "assert.h", use
9112         strcmp instead of STREQ, use LONGEST, do not use PTR
9113         * somsolib.c: Ditto.
9114
9115         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
9116         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
9117         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
9118
9119 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9120
9121         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
9122         (default_get_saved_register): Delete function.
9123         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
9124         generic_unwind_get_saved_register.
9125         * gdbarch.h, gdbarch.c: Re-generate.
9126         
9127 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9128
9129         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
9130         generic_func_frame_chain_valid.
9131         * gdbarch.h, gdbarch.c: Re-generate.
9132         * blockframe.c (generic_func_frame_chain_valid): Only check
9133         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
9134         passing FP to PC_IN_CALL_DUMMY.
9135         Fix PR gdb/360.
9136
9137 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9138
9139         * gdbarch.sh (struct gdbarch_data): Add field init_p.
9140         (register_gdbarch_data): Initialize init_p.
9141         (gdbarch_data): Initialize data pointer using the init function.
9142         (init_gdbarch_data): Delete function.
9143         (gdbarch_update_p): Update.
9144         (initialize_non_multiarch): Update.
9145         (struct gdbarch): Add field initialized_p.
9146         * gdbarch.h, gdbarch.c: Re-generate.
9147
9148 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
9149
9150         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
9151         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
9152         better do the things actually here.
9153         * x86-64-tdep.c (x86_64_register_name2nr): New.
9154         (x86_64_register_name): Renamed to x86_64_register_nr2name.
9155         (x86_64_gdbarch_init): Respect the above change.
9156         * x86-64-tdep.h (x86_64_register_name2nr)
9157         (x86_64_register_nr2name): Add prototypes.
9158         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
9159
9160 2002-06-06  Michael Snyder  <msnyder@redhat.com>
9161
9162         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
9163         Delete extra braces and re-indent.
9164         (d10v_store_return_value): Char return values
9165         must be shifted over by one byte in R0.
9166         (d10v_extract_return_value): Delete extra braces, re-indent.
9167
9168 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
9169
9170         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
9171         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
9172         (d10v_integer_to_address): Rewrite.
9173         (d10v_frame_init_saved_regs): When reading fp and sp registers use
9174         the d10v specific functions which take care of converting to the
9175         correct space.
9176
9177 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
9178
9179         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
9180         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
9181
9182 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
9183
9184         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
9185         includes.
9186         * config/tm-linux.h: Ditto.
9187         * config/alpha/tm-alphalinux.h: Ditto.
9188         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
9189         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
9190         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
9191         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
9192         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
9193         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
9194         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
9195         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
9196         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
9197         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
9198         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
9199         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
9200         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
9201         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
9202         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
9203         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
9204         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
9205         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
9206         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
9207         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
9208         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
9209         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
9210         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
9211         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
9212         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
9213         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
9214         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
9215         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
9216         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
9217         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
9218         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
9219         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
9220         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
9221         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
9222         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
9223         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
9224         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
9225
9226 2002-05-04  Aidan Skinner <aidan@velvet.net>
9227
9228         * ada-exp.tab.c: New file
9229         * ada-exp.y: New file
9230         * ada-lang.c: New file
9231         * ada-lang.h: New file
9232         * ada-lex.c: New file
9233         * ada-lex.l: New file
9234         * ada-tasks.c: New file
9235         * ada-typeprint.c: New file
9236         * ada-valprint.c: New file
9237         
9238 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
9239
9240         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
9241         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
9242
9243 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
9244
9245         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
9246         insetead of ppc-linux-tdep.o.
9247         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
9248         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
9249
9250 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
9251
9252         2002-05-07 Christian Groessler <chris@groessler.org>
9253         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
9254         bit register contents for little endian hosts.
9255
9256 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9257
9258         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
9259         any maintainer.
9260
9261 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9262
9263         * gdbarch.h: Regenerate.
9264
9265 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9266
9267         * MAINTAINERS: Add everyone to write-after-approval list.
9268
9269 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9270
9271         * stack.c (frame_info): Use frame_register_unwind instead of
9272         saved_regs.  Mention when the SP is on the stack or in a register.
9273
9274         * frame.h (frame_register_unwind_ftype): Define.  Document.
9275         (struct frame_info): Add field register_unwind and
9276         register_unwind_cache.
9277         (frame_register_unwind): Declare.
9278         (generic_unwind_get_saved_register): Declare.
9279
9280         * frame.c (frame_register_unwind): New function.
9281         (generic_unwind_get_saved_register): New function.
9282
9283         * blockframe.c (generic_call_dummy_register_unwind): New function.
9284         (frame_saved_regs_register_unwind): New function.
9285         (set_unwind_by_pc): New function.
9286         (create_new_frame): New function.
9287         (get_prev_frame): New function.
9288
9289 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9290
9291         * a29k-share/: Delete directory.
9292         * remote-vx29k.c: Delete file.
9293
9294 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
9295
9296         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
9297         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
9298
9299 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
9300
9301         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
9302         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
9303         (sparc64nbsd-nat.o)
9304         (sparcnbsd-nat.o)
9305         (sparcnbsd-tdep.o): New dependency lists.
9306         * NEWS: Note new UltraSPARC NetBSD native configuration.
9307         * configure.host (sparc64-*-netbsd*): New host.
9308         * configure.tgt (sparc-*-netbsdelf*)
9309         (sparc-*-netbsd*): Set gdb_target to nbsd.
9310         (sparc64-*-netbsd*): New target.
9311         * sparc64nbsd-nat.c: New file.
9312         * sparcnbsd-nat.c: New file.
9313         * sparcnbsd-tdep.c: New file.
9314         * sparcnbsd-tdep.h: New file.
9315         * config/sparc/nbsd.mt: New file.
9316         * config/sparc/nbsd64.mh: New file.
9317         * config/sparc/nbsd64.mt: New file.
9318         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
9319         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
9320         (HOST_IPC): Remove.
9321         * config/sparc/nbsdaout.mt: Remove.
9322         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
9323         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
9324         (HOST_IPC): Remove.
9325         * config/sparc/nbsdelf.mt: Remove.
9326         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
9327         sparc-nat.c compatiblity defines.
9328         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
9329         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
9330         * config/sparc/tm-nbsd64.h: New file.
9331         * config/sparc/tm-nbsdaout.h: Remove.
9332         * config/sparc/xm-nbsd.h: Remove.
9333
9334 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
9335
9336         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
9337         * sparc-tdep.c: Include osabi.h.
9338         (gdbarch_tdep): Add osabi member.
9339         (_initialize_sparc_tdep): Use gdbarch_register.
9340         (sparc_gdbarch_init): Use generic OS ABI framework.
9341         (sparc_dump_tdep): New function.
9342
9343 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
9344
9345         * corefile.c (do_captured_read_memory_integer): Return non-zero
9346         result.
9347         (safe_read_memory_integer): Copy result of memory read when
9348         status is non-zero.  Also, add comments.
9349
9350 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
9351
9352         * Makefile.in (ppc_tdep_h): Define.
9353         (ppc-linux-nat.o)
9354         (ppc-linux-tdep.o)
9355         (rs6000-tdep.o): Use $(ppc_tdep_h).
9356         (ppc-sysv-tdep.o)
9357         (ppcnbsd-nat.o)
9358         (ppcnbsd-tdep.o): New dependency lists.
9359         * ppc-tdep.h: Use generic OS ABI framework.
9360         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
9361         (ppc_linux_init_abi): New functions.
9362         (ppc_sysv_abi_broken_use_struct_convention)
9363         (ppc_sysv_abi_use_struct_convention)
9364         (ppc_sysv_abi_push_arguments): Move to...
9365         * ppc-sysv-tdep.c: ...here.
9366         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
9367         * rs6000-tdep.c (process_note_abi_tag_sections)
9368         (get_elfosabi): Remove.
9369         (rs6000_gdbarch_init): Use generic OS ABI framework.
9370         (rs6000_dump_tdep): New function.
9371         (_initialize_rs6000_tdep): Use gdbarch_register.
9372         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
9373         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
9374         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
9375         of ppc-linux-tdep.o.
9376         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
9377         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
9378         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
9379         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
9380         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
9381         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
9382
9383 2002-05-29  Jim Blandy  <jimb@redhat.com>
9384
9385         * macroscope.c (default_macro_scope): Put `void' in empty argument
9386         list.
9387
9388 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
9389
9390         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
9391         * arch-utils.c: Include "sim-regno.h".
9392         * gdbarch.sh: Don't include "sim-regno.h".
9393         * gdbarch.h, gdbarch.c: Regenerate.
9394         * sim-regno.h (legacy_register_sim_regno): Move declaration from
9395         here.
9396         * arch-utils.h (legacy_register_sim_regno): To here.
9397         * remote-sim.c (legacy_register_sim_regno): Move function from
9398         here.
9399         * arch-utils.c (legacy_register_sim_regno): To here.
9400
9401 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
9402
9403         * sim-regno.h: New file.
9404         * Makefile.in (sim_regno_h): Define.
9405         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
9406         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
9407         (legacy_register_sim_regno): New function.
9408         (one2one_register_sim_regno): New function.
9409         (gdbsim_fetch_register): Rewrite.
9410         (gdbsim_store_register): Only store a register when
9411         REGISTER_SIM_REGNO is valid.
9412         * d10v-tdep.c: Include "sim-regno.h".
9413         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
9414         (d10v_ts3_register_sim_regno): Ditto.
9415         * gdbarch.sh: Include "sim-regno.h".
9416         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
9417         * gdbarch.h, gdbarch.c: Regenerate.
9418         * arch-utils.h (default_register_sim_regno): Delete declaration.
9419         * arch-utils.c (default_register_sim_regno): Delete function.
9420
9421 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
9422
9423         * ppcnbsd-nat.c: Rewrite.
9424         * ppcnbsd-tdep.c: New file.
9425         * ppcnbsd-tdep.h: New file.
9426         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
9427         solib.o, and solib-svr4.o.
9428         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
9429         nbsd-tdep.o, and corelow.o.
9430
9431 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
9432
9433         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
9434         `tr' and `sed'.  Mention that `broken' targets are not expected to
9435         build.
9436
9437 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
9438
9439         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
9440         Let PC point right after the prologue before looking up symbols.
9441         
9442 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
9443
9444         * i386-tdep.c (i386_register_virtual_type): Return 
9445         builtin_type_vec128i for SSE registers.
9446
9447         * gdbtypes.h (builtin_type_vec128i): Declare.
9448
9449         * gdbtypes.c (build_builtin_type_vec128i): New function.
9450         (builtin_type_v2_double, builtin_type_v4_int64): New types.
9451         (builtin_type_vec128i): New type for SSE2 128-bit registers.
9452         (build_gdbtypes): Initialize new builtin vector types.
9453         (_initialize_gdbtypes): Register new vector types with gdbarch.
9454
9455 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
9456
9457         * MAINTAINERS: ns32k is not longer an obsolete candidate,
9458         since it has been multi-arch'd.
9459         * NEWS: Note that ns32k-*-* is now partial multi-arch.
9460         Move Alpha and VAX multi-arch news entries to same section
9461         as other multi-arch news.
9462
9463 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
9464
9465         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
9466         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
9467         static.  Rename some register numbers to put them in ns32k-tdep
9468         private namespace.
9469         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
9470         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
9471         functions.
9472         (_initialize_ns32k_tdep): Use gdbarch_register.
9473         * ns32k-tdep.h: New file.
9474         * ns32knbsd-tdep.c: New file.
9475         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
9476         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
9477         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
9478         REGISTER_BYTES, REGISTER_BYTE): Remove.
9479         * config/ns32k/tm-ns32k.h: New file.
9480         * config/ns32k/tm-umax.h: Remove.
9481
9482 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
9483
9484         * ns32k-tdep.c (ns32k_saved_pc_after_call,
9485         ns32k_store_struct_return, ns32k_extract_return_value,
9486         ns32k_store_return_value, ns32k_extract_struct_value_address): New
9487         functions.
9488         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
9489         ns32k_saved_pc_after_call.
9490         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
9491         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
9492         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
9493         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
9494         ns32k_extract_struct_value_address.
9495
9496 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
9497
9498         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
9499         ns32k_fix_call_dummy): New.
9500         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
9501         ns32k_call_dummy_words.
9502         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
9503         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
9504         CALL_DUMMY_NARGS): Remove.
9505         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
9506
9507 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
9508
9509         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
9510         ns32k_frame_saved_pc, ns32k_frame_args_address,
9511         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
9512         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
9513         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
9514         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
9515         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
9516         (BREAKPOINT): Remove..
9517         (FRAME_CHAIN): Define as ns32k_frame_chain.
9518         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
9519         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
9520         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
9521         (FRAME_FIND_SAVED_REGS): Remove.
9522         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
9523         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
9524         (POP_FRAME): Define as ns32k_pop_frame.
9525
9526 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
9527
9528         * ns32k-tdep.c (ns32k_register_byte_32082,
9529         ns32k_register_byte_32382, ns32k_register_raw_size,
9530         ns32k_register_virtual_size, ns32k_register_virtual_type): New
9531         functions.
9532         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
9533         ns32k_register_byte_32382.
9534         * config/ns32k/tm-umax.h: Update copyright years.
9535         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
9536         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
9537         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
9538         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
9539         (ns32k_get_enter_addr): Fix prototype.
9540
9541 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
9542
9543         * ns32k-tdep.c: Update copyright years.
9544         (ns32k_register_name_32082): New function.
9545         (ns32k_register_name_32382): Ditto.
9546         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
9547         (REGISTER_NAME): Define as ns32k_register_name_32382.
9548         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
9549         (REGISTER_NAME): Define as ns32k_register_name_32082.
9550
9551 2002-05-24  Jim Blandy  <jimb@redhat.com>
9552
9553         * dwarf2read.c (free_line_header): Use xfree, not free.
9554
9555 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
9556
9557         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
9558         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
9559
9560 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
9561
9562         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
9563
9564 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
9565
9566         From Ross Alexander at NEC Europe:
9567         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
9568
9569 2002-05-23  Michael Snyder  <msnyder@redhat.com>
9570
9571         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
9572         for input, rather than parse_and_eval_address.  
9573
9574 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
9575
9576         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
9577         * Makefile.in (sim_d10v_h): Update definition.
9578
9579 2002-05-24  Andrew Cagney  <cagney@redhat.com>
9580
9581         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
9582         change `2002-05-22 Michael Snyder' below.
9583         (d10v_push_arguments): Ditto.
9584         (d10v_extract_return_value): Ditto.
9585
9586 2002-05-23  Jim Blandy  <jimb@redhat.com>
9587
9588         * macrotab.c (check_for_redefinition): Don't complain if the new
9589         definition is the same as the previous one.  Take more arguments
9590         to allow the comparison.
9591         (macro_define_object, macro_define_function): Pass more arguments
9592         to check_for_redefinition.
9593
9594 2002-05-22  Michael Snyder  <msnyder@redhat.com>
9595
9596         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
9597         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
9598         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
9599         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
9600         Don't bail if return_pc is PC_IN_CALL_DUMMY.
9601         Add a temp variable to save a call (and a memory read).
9602         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
9603         if possible (so that PC_IN_CALL_DUMMY will work).
9604
9605 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
9606
9607         * MAINTAINERS: Remove status `OBSOLETE' from v850.
9608
9609 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
9610
9611         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
9612         fde->cie_ptr.
9613         (dwarf2_build_frame_info): Corrected handling of eh_frame.
9614         (dwarf2_build_frame_info): Add offset to fde->initial_location 
9615         so that frames of shared libraries are mapped correctly.
9616         (execute_stack_op): Change type of 'result' from ULONGEST to
9617         CORE_ADDR.
9618         
9619 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9620
9621         * config/alpha/tm-nbsd.h: Include solib.h.
9622
9623 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9624
9625         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
9626         assumptions about the host's byte order.
9627
9628 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9629
9630         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
9631         to dependency list.
9632         * alphanbsd-tdep.c: Include solib-svr4.h.
9633         * shnbsd-tdep.c: Ditto.
9634
9635 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9636
9637         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
9638         nbsd-tdep.h to dependency list.
9639         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
9640         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
9641         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
9642         nbsdaout.mh and nbsdelf.mh consistently.
9643         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
9644         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
9645         nbsdaout.mt and nbsdelf.mh consistently.
9646         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
9647         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
9648         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
9649         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
9650         a.out shared library stuff from here...
9651         * config/nm-nbsdaout.h: ...to here.
9652         * config/tm-nbsd.h: Remove.
9653         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
9654         * config/arm/nbsd.mh: Remove.
9655         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
9656         nbsd-tdep.o.
9657         * config/arm/nbsdaout.mh: New file. 
9658         * config/arm/nbsdelf.mh: New file.
9659         * config/arm/nm-nbsdaout.h: New file.
9660         * config/i386/nbsd.mh: Remove.
9661         * config/i386/nbsd.mt: Remove.
9662         * config/i386/nbsdaout.mh: New file.
9663         * config/i386/nbsdaout.mt: New file.
9664         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
9665         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
9666         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
9667         i386_register_u_addr): Remove.
9668         * config/i386/nm-nbsdaout.h: New file.
9669         * config/i386/nm-nbsdelf.h: Remove.
9670         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
9671         (USE_STRUCT_CONVENTION): Remove.
9672         * config/i386/tm-nbsdaout.h: New file.
9673         * config/i386/tm-nbsdelf.h: Remove.
9674         * config/m68k/nbsd.mh: Remove.
9675         * config/m68k/nbsd.mt: Remove.
9676         * config/m68k/nbsdaout.mh: New file.
9677         * config/m68k/nbsdaout.mt: New file. 
9678         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
9679         * config/m68k/nm-nbsdaout.h: New file.
9680         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
9681         (IN_SOLIB_CALL_TRAMPOLINE): Define.
9682         * config/ns32k/nbsd.mh: Remove.
9683         * config/ns32k/nbsd.mt: Remove. 
9684         * config/ns32k/nbsdaout.mh: New file.
9685         * config/ns32k/nbsdaout.mt: New file.
9686         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
9687         * config/ns32k/nm-nbsdaout.h: New file.
9688         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
9689         (IN_SOLIB_CALL_TRAMPOLINE): Define.
9690         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
9691         (SVR4_SHARED_LIBS): Remove.
9692         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
9693         * config/sparc/nbsd.mh: Remove.
9694         * config/sparc/nbsd.mt: Remove.
9695         * config/sparc/nbsdaout.mh: New file.
9696         * config/sparc/nbsdaout.mt: New file.
9697         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
9698         * config/sparc/nbsdelf.mt: New file.
9699         * config/sparc/nm-nbsdaout.h: New file.   
9700         * config/sparc/nm-nbsdelf.h: Remove.
9701         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
9702         * config/sparc/tm-nbsdaout.h: New file.
9703
9704 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
9705
9706         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
9707         mipsnbsd-tdep.c
9708         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
9709
9710 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
9711
9712         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
9713         shnbsd-nat.c.
9714         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
9715
9716 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
9717
9718         * NEWS: Note new MIPS NetBSD native configuration. 
9719         * configure.host (mips*-*-netbsd*): New host. 
9720         * configure.tgt (mips*-*-netbsd*): New target. 
9721         * mipsnbsd-nat.c: New file.
9722         * mipsnbsd-tdep.c: New file.
9723         * mipsnbsd-tdep.h: New file.
9724         * config/mips/nbsd.mh: New file.
9725         * config/mips/nbsd.mt: New file.
9726         * config/mips/nm-nbsd.h: New file.
9727         * config/mips/tm-nbsd.h: New file.
9728
9729 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
9730
9731         * Makefile.in (SFILES): Add osabi.c.
9732         (COMMON_OBS): Add osabi.o.
9733         (osabi.o): New dependency list.
9734         * osabi.c: New file.
9735         * osabi.h: New file.
9736         * doc/gdbint.texinfo: Document new generic OS ABI framework.
9737
9738         * Makefile.in (alpha_tdep_h): Define and use instead of
9739         alpha-tdep.h.
9740         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
9741         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
9742         Remove.
9743         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
9744         * alpha-tdep.h: Include osabi.h.
9745         (alpha_abi): Remove.
9746         (gdbarch_tdep): Use generic OS ABI framework.
9747         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
9748         gdbarch_register_osabi.
9749         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
9750         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
9751         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
9752
9753         * Makefile.in (sh_tdep_h): Add osabi.h.
9754         * sh-tdep.h (sh_osabi): Remove.
9755         (gdbarch_tdep): Use generic OS ABI framework.
9756         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
9757         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
9758         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
9759         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
9760
9761         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
9762         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
9763         gdbarch_register_osabi.
9764         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
9765         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
9766         (get_elfosabi): Rename to...
9767         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
9768         ABI framework support routines.
9769         (arm_gdbarch_init): Use generic OS ABI framework.
9770         (arm_dump_tdep): Likewise.
9771         (_initialize_arm_tdep): Likewise.
9772         * arm-tdep.h: Include osabi.h.
9773         (arm_abi): Remove.
9774         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
9775         osabi member.
9776         (arm_gdbarch_register_os_abi): Remove prototype.
9777         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
9778         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
9779
9780         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
9781         * mips-tdep.c: Include osabi.h.
9782         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
9783         OS ABI framework.
9784
9785 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
9786
9787         * h8300-tdep.c: Fix formatting.
9788
9789 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
9790
9791         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
9792         printing vector registers.
9793
9794 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
9795
9796         From Fernando Nasser:
9797         * remote.c (remote_async_open_1): Re-throw the exception when the
9798         connection fails.
9799         (remote_cisco_open): Ditto.
9800         (remote_open_1): Ditto.
9801
9802 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
9803
9804         * remote.c (remote_start_remote_dummy): Add uiout parameter.
9805         (remote_start_remote): Add uiout parameter.  Pass through to
9806         remote_start_remote_dummy.
9807         (remote_open_1): Use catch_exception instead of catch_errors.
9808         (remote_async_open_1): Ditto.
9809         (remote_cisco_open): Ditto.
9810
9811 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
9812
9813         * remote.c (remote_start_remote): Replace PTR with void pointer.
9814         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
9815         static.
9816
9817 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
9818
9819         * gdb_indent.sh: Allow the script to be run in the sim directory.
9820
9821 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
9822
9823         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
9824         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
9825
9826         * corelow.c (core_open): Only call set_gdbarch_from_file if
9827         exec_bfd is NULL.
9828
9829 2002-05-17  Andrey Volkov <avolkov@transas.com>
9830
9831         * h8300-tdep.c: Add support of EXR register
9832         * config/h8300/tm-h8300.h: Ditto. 
9833         
9834 2002-05-17  Andrey Volkov <avolkov@transas.com>
9835
9836         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
9837         
9838 2002-05-17  Andrey Volkov <avolkov@transas.com>
9839
9840         * h8300-tdep.c: Change literal regnums to REGNO.
9841         
9842 2002-05-17  Jim Blandy  <jimb@redhat.com>
9843
9844         * NEWS: Note addition of macro support.
9845
9846         Expand preprocessor macros in C expressions.
9847         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
9848         (scan_macro_expansion, scanning_macro_expansion,
9849         finished_macro_expansion): New function declarations.
9850         (expression_macro_lookup_func, expression_macro_lookup_baton): New
9851         variable declarations.
9852         * parser-defs.h (expression_context_pc): New declaration.
9853         * parse.c (expression_context_pc): New variable.
9854         (parse_exp_1): Set expression_context_pc, as well as
9855         expression_context_block.
9856         * c-exp.y (yylex): If we're not already reading the result of a
9857         macro expansion, try to macro-expand the next token.  When we're
9858         done scanning a macro expansion, switch back to the mainline text.
9859         Commas and `if's in a macro's expansion don't terminate the input.
9860         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
9861         (macro_original_text, macro_expanded_text,
9862         expression_macro_lookup_func, expression_macro_lookup_baton): New
9863         variables.
9864         (scan_macro_expansion, scanning_macro_expansion,
9865         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
9866         c_preprocess_and_parse): New functions.
9867         (c_language_defn, cplus_language_defn, asm_language_defn): Call
9868         c_preprocess_and_parse, instead of c_parse.
9869         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
9870         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
9871
9872 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
9873
9874         * sh-tdep.c (gdb_print_insn_sh64): Delete.
9875         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
9876         (sh_gdbarch_init): Always use gdb_print_insn_sh.
9877
9878 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
9879
9880         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
9881
9882 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
9883
9884         * Makefile.in (sh_tdep_h): Define and use.
9885         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
9886         register enum): Move to...
9887         * * sh-tdep.h: ...here.
9888         * sh-tdep.c: Include sh-tdep.h.
9889         * sh3-rom.c: Likewise.
9890         * shnbsd-tdep.c: Likewise.
9891
9892 2002-05-16  Michael Snyder  <msnyder@redhat.com>
9893
9894         * arm-tdep.c: Spelling fix in comment.
9895
9896 2002-05-16  Jim Blandy  <jimb@redhat.com>
9897
9898         Add commands for manually expanding macros and showing their
9899         definitions.
9900         * macrocmd.c, macroscope.c, macroscope.h: New files.
9901         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
9902         (macroscope_h): New variable.
9903         (HFILES_NO_SRCDIR): Add macroscope.h.
9904         (COMMON_OBS): Add macrocmd.o, macroscope.o.
9905         (macroscope.o, macrocmd.o): New rules.
9906
9907         Teach the Dwarf 2 reader to read macro information.
9908         * dwarf2read.c: #include "macrotab.h".
9909         (dwarf_macinfo_buffer): New variable.
9910         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
9911         dwarf_macinfo_size.
9912         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
9913         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
9914         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
9915         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
9916         dwarf2_macro_spaces_in_definition): New complaints.
9917         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
9918         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
9919         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
9920         the partial symbol table.
9921         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
9922         from what's recorded in the partial symbol table.
9923         (read_file_scope): If the compilation unit has a
9924         `DW_AT_macro_info' attribute, read its macro information.
9925         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
9926
9927 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
9928
9929         Fix PR gdb/546
9930         * ser-tcp.c: Don't include <netinet/udp.h>.
9931
9932 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9933
9934         * MAINTAINERS: Update my email address.
9935
9936 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
9937
9938         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
9939         include file of the same name.
9940
9941 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
9942
9943         * configure.tgt: Mark v850 as multi-arched.
9944         * config/v850/tm-v850.h: Remove file.
9945         * config/v850/v850.mt: Eliminate TM_FILE.
9946
9947 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
9948
9949         * v850-tdep.c: Full multi-arch.
9950         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
9951         Define GDB_MULTI_ARCH to 2.
9952
9953 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9954
9955         * p-exp.y (current_type): New static variable.
9956         Carries the type of the expression at the position that is parsed.
9957         (push_current_type, pop_current_type): Two new functions. Used
9958         to store/restore current_type in expression on specific tokens.
9959         (search_field): New static variable. Set to one after parsing a point
9960         as at that point only a FIELDNAME token should be searched.
9961         (FIELDNAME): New token. After a point only a token belonging to 
9962         current_type type definition is allowed.
9963         (all over token rules): reset and change current_type according
9964         to rules.
9965         (exp '[' rule): insert implicit array index field if
9966         exp is a pascal string type.
9967
9968 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
9969
9970         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
9971         frame info.  Use frame_info's saved_regs instead of matching member
9972         in extra_frame_info throughout.
9973         (v850_frame_init_saved_regs): New function.
9974         (v850_init_extra_frame_info): Move most functionality into
9975         v850_frame_init_saved_regs().
9976         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
9977         (v850_frame_find_saved_regs): Remove declaration.
9978         (FRAME_FIND_SAVED_REGS): Remove definition.
9979         (v850_frame_init_saved_regs): Add declaration.
9980         (FRAME_INIT_SAVED_REGS): Add definition.
9981
9982 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
9983
9984         * v850-tdep.c: Begin multi-arch'ing v850.
9985         (v850_target_architecture_hook): Remove function.
9986         (v850_gdbarch_init): New function.  Add code previously in
9987         v850_target_architecture_hook().
9988         (_initialize_v850_tdep): Don't  set target_architecture_hook.
9989         Call register_gdbarch_init() instead.
9990
9991 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
9992
9993         * gdbtypes.h (struct cplus_struct_type): Remove args field.
9994         * hpread.c (hpread_read_struct_type): Remove assignments to args.
9995         (fixup_class_method_type): Likewise.
9996
9997 2002-05-15  Jim Blandy  <jimb@redhat.com>
9998
9999         Add macro structures to GDB's symbol tables.  Nobody puts anything
10000         in them yet.
10001         * symtab.h (struct symtab): New member: `macro_table'.
10002         * buildsym.h (pending_macros): New global variable.
10003         * buildsym.c: #include "macrotab.h".
10004         (buildsym_init): Initialize `pending_macros'.
10005         (end_symtab): If we found macro information while reading a CU's
10006         debugging info, do build a symtab structure for it.  Make the
10007         symtab point to the macro information, and clear the
10008         `pending_macros' pointer which held it while we were reading the
10009         debug info.
10010         (really_free_pendings): Free any pending macro table.
10011         * objfiles.h (struct objfile): New member: `macro_cache'.
10012         * objfiles.c (allocate_objfile): Set allocate and free functions
10013         for the macro cache's objstack.
10014         (free_objfile): Empty the macro cache's obstack.
10015         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
10016         set new allocate and free functions for it.
10017         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
10018         free functions for the macro cache's objstack.  (Why is this
10019         function building its own objfile?)
10020         * symmisc.c (print_objfile_statistics): Print statistics on the
10021         macro bcache.
10022         * Makefile.in: Note that buildsym.o depends on macrotab.h.
10023
10024 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
10025
10026         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
10027         (REGISTER_U_ADDR): Delete definition.
10028         (arm_register_u_addr): Delete declaration.
10029
10030 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
10031
10032         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
10033         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
10034
10035 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
10036
10037         * regcache.c (register_valid): Revise comments refering to "Not
10038         available" and "unavailable".
10039         * frame.c (frame_register_read): Ditto.
10040         * findvar.c (value_of_register): Ditto.
10041
10042 2002-05-15  Andrew Cagney  <cagney@redhat.com>
10043
10044         * Makefile.in (remote_sim_h): Replace remote-sim_h.
10045         (remote-sim.o): Update dependencies.
10046         (d10v-tdep.o): Specify dependencies.
10047         (sim_d10v_h): Define.
10048
10049 2002-05-14  Jim Blandy  <jimb@redhat.com>
10050
10051         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
10052         * macrotab.c (macro_lookup_inclusion, find_definition,
10053         new_macro_table): Same.
10054         
10055         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
10056         not `! strcmp ()'.  This is a dubious improvement.
10057         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
10058
10059         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
10060         although it's not necessary, to avoid a warning.
10061
10062 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
10063
10064         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
10065         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
10066         TYPE_INSTANCE_FLAGS.
10067         (struct main_type): New.
10068         (struct type): Move most members to struct main_type.  Change
10069         cv_type and as_type to new type_chain member.  Add instance_flags.
10070         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
10071         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
10072         (finish_cv_type): Remove prototype.
10073         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
10074         Set TYPE_CHAIN.
10075         (alloc_type_instance): New function.
10076         (smash_type): New function.
10077         (make_pointer_type, make_reference_type, make_function_type)
10078         (smash_to_member_type, smash_to_method_type): Call smash_type.
10079         (make_qualified_type): New function.
10080         (make_type_with_address_space): Call make_qualified_type.
10081         (make_cv_type): Likewise.
10082         (finish_cv_type): Remove unnecessary function.
10083         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
10084         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
10085         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
10086         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
10087         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
10088         * hpread.c (hpread_read_struct_type): Likewise.
10089         * stabsread.c (read_struct_type): Likewise.
10090
10091 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
10092
10093         * configure.tgt: Add a catch all sh* target, for cases like
10094         sh[2,3,4]-elf and sh-hms.
10095
10096 2002-05-14  Keith Seitz  <keiths@redhat.com>
10097
10098         * event-loop.c (create_file_handler): Don't do anything but
10099         update data when we are given a fd which we are already
10100         monitoring.
10101
10102 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
10103
10104         * dwarf2cfi.c (context_cpy): Copy registers correctly.
10105         (update_context): Use __func__ in warnings.
10106         
10107 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
10108
10109         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
10110         and tcp_close to net_open and net_close.
10111         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
10112         using UDP if requested.  Don't try to disable Nagle on UDP
10113         sockets.
10114         * remote.c (remote_serial_open): New function.  Warn about UDP.
10115         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
10116
10117 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
10118
10119         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
10120
10121 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
10122
10123         * configure.tgt: Remove sh-hms target.
10124         * MAINTAINERS: Don't list sh-hms as a separate target.
10125
10126 2002-05-13  Jim Blandy  <jimb@redhat.com>
10127
10128         Add first preprocessor macro-expansion files.
10129         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
10130         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
10131         (splay_tree_h, macroexp_h, macrotab_h): New variable.
10132         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
10133         (COMMON_OBS): Add macrotab.o, macroexp.o.
10134         (macroexp.o, macrotab.o): New rules.
10135
10136 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
10137
10138         * config/m88k/tm-m88k.h: Update copyright.
10139         (m88k_target_write_pc): Declare
10140         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
10141         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
10142         (SHIFT_INST_REGS): Update definition.
10143         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
10144         using old definition of TARGET_WRITE_PC.
10145         * regcache.c (generic_target_write_pc): Delete code handling
10146         NNPC_REGNUM.
10147         * gdbarch.sh (NNPC_REGNUM): Delete.
10148         * gdbarch.h, gdbarch.c: Regenerate.
10149
10150 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
10151
10152         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
10153         builtin reg number.
10154
10155 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
10156
10157         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
10158         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
10159         (gen_address_of, gen_struct_ref, gen_repeat): Use type
10160         access macros.
10161         * c-typeprint.c (cp_type_print_method_args): Likewise.
10162         (c_type_print_args): Likewise.
10163         * d10v-tdep.c (d10v_push_arguments): Likewise.
10164         (d10v_extract_return_value): Likewise.
10165         * expprint.c (print_subexp): Likewise.
10166         * gdbtypes.c (lookup_primitive_typename): Likewise.
10167         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
10168         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
10169         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
10170         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
10171         (TYPE_VECTOR): Likewise.
10172         * hpread.c (hpread_read_struct_type)
10173         (fix_static_member_physnames, fixup_class_method_type)
10174         (hpread_type_lookup): Likewise.
10175         * mdebugread.c (parse_symbol, parse_type): Likewise.
10176         * p-lang.c (is_pascal_string_type): Likewise.
10177         * valops.c (hand_function_call): Likewise.
10178         * x86-64-tdep.c (classify_argument): Likewise.
10179
10180         * hpread.c (hpread_read_function_type)
10181         (hpread_read_doc_function_type): Call replace_type.
10182         * dstread.c (create_new_type): Delete.
10183         (decode_dst_structure, process_dst_function): Call alloc_type.
10184         Use type access macros.
10185
10186 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
10187
10188         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
10189         the're not supported by the current architecture.
10190         (i387_fill_fxsave): Likewise.
10191
10192 2002-05-12  Fred Fish  <fnf@redhat.com>
10193
10194         * symfile.c (default_symfile_offsets): Arrange for uninitialized
10195         sect_index_xxx members to index the first slot in section_offsets
10196         if all of the section_offsets are zero.
10197
10198 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
10199
10200         * configure.tgt (sparc-*openbsd): Remove entry accidentially
10201         checked in with last change.
10202
10203 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
10204
10205         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
10206         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
10207         config.sub.
10208
10209 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
10210
10211         * Makefile.in: Update dependencies.
10212
10213 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
10214
10215         * language.c (local_hex_string_custom): Simplify.  Do not depend
10216         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
10217
10218         * memattr.c (mem_info_command): Replace calls to
10219         longest_local_hex_string and longest_local_hex_string_custom.
10220         * buildsym.c (make_blockvector): Ditto.
10221         * solib.c (info_sharedlibrary_command): Ditto.
10222         * tracepoint.c (tracepoints_info): Ditto.
10223         * symtab.c (print_msymbol_info): Ditto.
10224
10225         * language.c (local_hex_string): Delete.
10226         (local_hex_string_custom): Delete.
10227         (longest_local_hex_string): Rename to local_hex_string.
10228         (longest_local_hex_string_custom): Rename to
10229         local_hex_string_custom.
10230         * language.h (local_hex_string): Change parameter type to LONGEST.
10231         (local_hex_string_custom): Ditto.
10232         (longest_local_hex_string): Delete declaration.
10233         (longest_local_hex_string_custom): Ditto.
10234
10235         * solib.c: Update copyright.
10236         * memattr.c: Update copyright.
10237         
10238 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
10239
10240         * arch-utils.h (legacy_register_to_value): Declare.
10241         (legacy_value_to_register): Declare.
10242         (legacy_convert_register_p): Declare.
10243         * arch-utils.c (legacy_register_to_value): New function.
10244         (legacy_value_to_register): New function.
10245         (legacy_convert_register_p): New function.
10246
10247         * gdbarch.sh (REGISTER_TO_VALUE): Define.
10248         (VALUE_TO_REGISTER): Define.
10249         (CONVERT_REGISTER_P): Define.
10250         * gdbarch.h, gdbarch.c: Regenerate.
10251
10252         * valops.c (value_assign): Use CONVERT_REGISTER_P and
10253         VALUE_TO_REGISTER.
10254         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
10255         CONVERT_REGISTER_P.
10256
10257 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
10258             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10259
10260         * Makefile.in: Update dependencies for valops.c.
10261         * valops.c: Include "gdb_assert.h".
10262         (typecmp): Skip THIS parameter to methods.
10263         (find_method_list): Remove static_memfuncp argument,
10264         update callers.  Check for stub methods.
10265         (find_value_oload_method_list): Don't set *static_memfuncp.
10266         (find_overload_match): Don't check for stub methods.  Assert
10267         that methods are not stubbed.  Handle static methods.
10268         (value_find_oload_method_list): Remove static_memfuncp argument.
10269         * gdbtypes.c (check_stub_method): Do not add THIS pointer
10270         to the argument list for static stub methods.
10271         * value.h (value_find_oload_method_list): Update prototype.
10272
10273 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
10274
10275         * arch-utils.h (generic_register_size): Declare.
10276         (generic_register_raw_size, generic_register_virtual_size): Delete
10277         declarations.
10278         * arch-utils.c (generic_register_raw_size): Delete.
10279         (generic_register_size): New function.
10280         (generic_register_virtual_size): Delete.
10281
10282         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
10283         default generic_register_size.
10284         * gdbarch.h, gdbarch.c: Re-generate.
10285         
10286         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
10287         register_virtual_size.
10288         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
10289         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10290
10291 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
10292
10293         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
10294         * gdbarch.h, gdbarch.c: Regenerate.
10295         * gnu-v3-abi.c: Update copyright.
10296         (vtable_address_point_offset): Update.
10297         (gnuv3_rtti_type): Update.
10298         (gnuv3_baseclass_offset): Update.
10299         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
10300         (init_fetch_link_map_offsets): Update.
10301         * remote.c (get_remote_state): Update.
10302         
10303 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
10304
10305         * TODO: Remove value_headof/value_from_vtable_info comment.
10306         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
10307         * values.c (value_headof, value_from_vtable_info): Delete.
10308         * value.h (value_from_vtable_info): Delete prototype.
10309
10310 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
10311
10312         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
10313         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
10314         $(gdb_regex_h).
10315         (gdb_assert_h): Define.
10316         (gdb_wait_h): Define.
10317         (gdb_regex_h): Define.
10318
10319 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
10320
10321         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10322         * linespec.c (find_methods): Handle GCC 3.x template constructors.
10323
10324 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
10325
10326         * nbsd-tdep.c: Fix comment.
10327
10328 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
10329
10330         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
10331         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
10332         (nbsd-tdep.o): New dependency list.
10333         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
10334         nbsd-tdep.h.
10335         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
10336         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
10337         * nbsd-tdep.c: New file.
10338         * nbsd-tdep.h: New file.
10339         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
10340         nbsd-tdep.h.
10341         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
10342         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
10343         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
10344         * config/sh/nbsd.mt (TDEPFILES): Ditto.
10345
10346 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
10347
10348         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
10349         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
10350         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
10351         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
10352         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
10353         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
10354
10355 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
10356
10357         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
10358         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10359         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
10360         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
10361         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
10362         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
10363         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
10364
10365 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
10366
10367         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
10368         fetch_elfcore_registers to...
10369         * i386nbsd-tdep.c: ...here.
10370         (i386nbsd_use_struct_convention): Rename to...
10371         (i386nbsd_aout_use_struct_convention): ...this.
10372         (i386nbsd_supply_reg): New function.
10373         (i386nbsd_fill_reg): New function.
10374         (fetch_core_registers): Use i386nbsd_supply_reg.
10375         (fetch_elfcore_registers): Likewise.
10376         (_initialize_i386nbsd_tdep): New function.
10377         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
10378         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10379         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
10380         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
10381         (i386nbsd_aout_use_struct_convention): ...this.
10382
10383 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
10384
10385         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
10386         (store_inferior_registers): Use shnbsd_fill_reg.
10387         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
10388         sh_nbsd_supply_register): Collapse into...
10389         (shnbsd_supply_reg): ...this.
10390         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
10391         (shnbsd_fill_reg): ...this.
10392         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
10393         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
10394         (fetch_core_registers): Use shnbsd_supply_reg.
10395         (fetch_elfcore_registers): Use shnbsd_supply_reg.
10396         (sh_nbsd_core_fns): Rename to...
10397         (shnbsd_core_fns): ...this.
10398         (sh_nbsd_elfcore_fns): Rename to...
10399         (shnbsd_elfcore_fns): ...this.
10400         (sh_nbsd_init_abi): Rename to...
10401         (shnbsd_init_abi): ...this.
10402         (_initialize_sh_nbsd_tdep): Rename to...
10403         (_initialize_shnbsd_tdep): ...this.
10404         * shnbsd-tdep.h (sh_nbsd_supply_registers,
10405         sh_nbsd_supply_register, sh_nbsd_fill_registers,
10406         sh_nbsd_fill_register): Remove prototypes.
10407         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
10408
10409 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
10410
10411         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
10412         (i387-nat.o): Delete dependency list.
10413         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
10414         (x86-64-linux-nat.o): Likewise.
10415         * i387-nat.c: Delete file, moving contents to...
10416         * i387-tdep.c: ...here.
10417         * i387-nat.h: Rename...
10418         * i387-tdep.h: ...to this.
10419         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
10420         * i386-linux-nat.c: Likewise.
10421         * i386bsd-nat.c: Likewise.
10422         * i386gnu-nat.c: Likewise.
10423         * i386nbsd-nat.c: Likewise.
10424         * i386v4-nat.c: Likewise.
10425         * x86-64-linux-nat.c: Likewise.
10426         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
10427         * config/i386/go32.mh (NATDEPFILES): Likewise.
10428         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
10429         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
10430         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
10431         * config/i386/linux.mh (NATDEPFILES): Likewise.
10432         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
10433         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10434         * config/i386/obsd.mh (NATDEPFILES): Likewise.
10435         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
10436
10437 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
10438
10439         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
10440         (alphanbsd-nat.o): Remove dependency list.
10441         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
10442         * alphanbsd-nat.c: Delete.  Contents moved to...
10443         * alphanbsd-tdep.c: ...here.
10444         (_initialize_alphanbsd_tdep): Register core functions.
10445         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
10446
10447 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
10448
10449         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
10450         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
10451         (alphanbsd-nat.o): Likewise.
10452         (alphabsd-tdep.o): New dependency list.
10453         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
10454         (fill_gregset): Use alphabsd_fill_reg.
10455         (supply_fpregset): Use alphabsd_supply_fpreg.
10456         (fill_fpregset): Use alphabsd_fill_fpreg.
10457         (fetch_inferior_registers): Use struct reg and struct fpreg
10458         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
10459         and alphabsd_supply_fpreg.
10460         (store_inferior_registers): Use struct reg and struct fpreg
10461         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
10462         and alphabsd_fill_fpreg.
10463         * alphabsd-tdep.c: New file.
10464         * alphabsd-tdep.h: New file.
10465         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
10466         (fetch_elfcore_registers): Use alphabsd_supply_reg and
10467         alphabsd_supply_fpreg.
10468         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
10469         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
10470
10471 2002-05-11  Eric Christopher  <echristo@redhat.com>
10472
10473         * mips-tdep.c (mips_double_register_type): Fix thinko.
10474         (mips_single_register_type): Ditto.
10475         * MAINTAINERS: Add self.
10476
10477 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
10478
10479         * i387-nat.c (i387_supply_register, i387_fill_fsave,
10480         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
10481         right thing on architectures with different endianness and/or
10482         integer sizes.
10483
10484 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
10485
10486         From Christian Limpach <chris@Pin.LU>
10487         * configure.in: Change sed expression which comments out
10488         NATDEPFILES to also comment out continuation lines.
10489         * configure: Regenerate.
10490
10491 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
10492
10493         * sh-tdep.c: Clean up code erroneously reintroduced by previous
10494         big patch.
10495
10496 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
10497
10498         * sh-tdep.c: Include correct file.
10499
10500 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
10501
10502         New support for sh64-elf (sh5) target.
10503
10504         * configure.tgt: For sh64-elf target, default to sh-elf.
10505
10506         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
10507         (struct gdbarch_tdep): Add new fields for new registers and ABI
10508         info.
10509
10510         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
10511         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
10512         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
10513         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
10514         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
10515         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
10516         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
10517         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
10518         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
10519         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
10520         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
10521         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
10522         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
10523         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
10524         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
10525         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
10526         sh64_get_gdb_regnum, sh64_media_reg_base_num,
10527         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
10528         sign_extend, sh64_nofp_frame_init_saved_regs,
10529         sh64_init_extra_frame_info, sh64_get_saved_register,
10530         sh64_extract_struct_value_address, sh64_pop_frame,
10531         sh64_push_arguments, sh64_extract_return_value,
10532         sh64_store_return_value, sh64_show_media_regs,
10533         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
10534         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
10535         sh_sh64_register_virtual_type,
10536         sh_sh64_register_convert_to_virtual,
10537         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
10538         sh64_register_read, sh64_pseudo_register_write,
10539         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
10540         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
10541         sh64_do_pseudo_register, sh_compact_do_registers_info,
10542         sh64_do_registers_info, sh_gdbarch_init): New functions.
10543
10544 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
10545
10546         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
10547
10548 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
10549
10550         * linespec.c (decode_line_1): Check for a double quote after
10551         a filename correctly.
10552
10553 2002-05-10  Jim Blandy  <jimb@redhat.com>
10554
10555         Properly track the size of the current objfile's .debug_line section.
10556         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
10557         (DWARF_LINE_SIZE): New macro.
10558         (dwarf2_build_psymtabs_hard): Record the line section's size in
10559         the partial symbol table.
10560         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
10561         symbol table.
10562
10563 2002-05-10  Petr Sorfa  <petrs@caldera.com>
10564
10565         * ia64-tdep.c: Handle breakpoints on L instruction type
10566         in MLX instruction bundle by moving the breakpoint to
10567         the third slot (X instruction type) as L holds only data.
10568
10569 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
10570
10571         * dbxread.c (discarding_local_symbols_complaint): New complaint.
10572         (process_one_symbol): Complain about discarding local symbols
10573         due to a misplaced N_LBRAC entry.
10574
10575 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
10576
10577         From Daniel Berlin <dan@cgsoftware.com>
10578         * linespec.c (find_toplevel_char): '<' and '>' also increase and
10579         decrease the depth we are at, in the case of templates.
10580
10581 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
10582
10583         * mips-tdep.c (mips_float_register_type): New function.
10584         (mips_double_register_type): New function.
10585         (mips_print_register): Use them.
10586         (do_fp_register_row): Likewise.
10587
10588 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
10589
10590         * signals/signals.c (signals): Remove conditional compilation around
10591         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
10592         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
10593
10594 2002-05-09  Michael Snyder  <msnyder@redhat.com>
10595
10596         * remote-rdp.c (remote_rdp_can_run): Remove.
10597
10598 2002-05-09  Tom Tromey  <tromey@redhat.com>
10599
10600         * jv-valprint.c (java_val_print): Handle `char' as a special case
10601         of TYPE_CODE_INT.
10602
10603 2002-05-09  Michael Snyder  <msnyder@redhat.com>
10604
10605         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
10606         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
10607         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
10608         str r(0123),[sp,#nn].
10609         (arm_skip_prologue): Ditto.  Also make disassembly
10610         order-independent by placing it in a loop.
10611
10612 2002-05-06  Michael Snyder  <msnyder@redhat.com>
10613
10614         * stabsread.c (read_type): Add recognition for new attribute:
10615         "@V;" means that an array type is actually a vector.
10616         This is analogous to the vector flag that's been added to dwarf2.
10617
10618 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
10619
10620         * i386-tdep.h (i386_abi): New enum.
10621         (struct gdbarch_tdep): Replace os_ident member with abi.
10622         (i386_gdbarch_register_os_abi): New prototype.
10623         * i386-tdep.c (i386_abi_names): New array.
10624         (process_note_abi_tag_sections): Removed.
10625         (process_note_sections): New function.
10626         (i386_elf_abi_from_note, i386_elf_abi): New functions.
10627         (struct i386_abi_handler): New struct.
10628         (i386_abi_handler_list): New variable.
10629         (i386_gdbarch_register_os_abi): New function.
10630         (i386_gdbarch_init): Adapt for the changes given above.
10631
10632 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
10633
10634         * gregset.h: Say "GNU/Linux".
10635
10636 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
10637
10638         * gdbtypes.c : Add new builtin type for 64 bit vectors.
10639         (build_gdbtypes): Build builtin_type_v2_float.
10640         (_initialize_gdbtypes): Register new builtin type.
10641
10642 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
10643
10644         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
10645         (clear_gdbarch_swap): New function.
10646         (initialize_non_multiarch): Call.
10647         (gdbarch_update_p): Before calling init(), swap out and clear the
10648         existing architecture.
10649         * gdbarch.c: Regenerate.
10650
10651 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
10652
10653         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
10654         alphanbsd-tdep.c.
10655
10656 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
10657
10658         * sh-nbsd-nat.c: Rename to...
10659         * shnbsd-nat.c: ...this.
10660         * sh-nbsd-tdep.c: Rename to...
10661         * shnbsd-tdep.c: ...this.
10662         * sh-nbsd-tdep.h: Rename to...
10663         * shnbsd-tdep.h: ...this.
10664         * config/sh/nbsd.mh: Use shnbsd-nat.o.
10665         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
10666
10667 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
10668
10669         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
10670         concatenation for command help messages.
10671
10672 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
10673
10674         * NEWS: Note new sh*-*-netbsdelf* configuration.
10675         * configure.host: Set gdb_host_cpu to sh for all sh*.
10676         (sh*-*-netbsdelf*): New host.
10677         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
10678         (sh*-*-netbsdelf*): New target.
10679         * sh-nbsd-nat.c: New file.
10680         * sh-nbsd-tdep.c: New file.
10681         * sh-nbsd-tdep.h: New file.
10682         * config/sh/nbsd.mh: New file.
10683         * config/sh/nbsd.mt: New file.
10684         * config/sh/nm-nbsd.h: New file.
10685         * config/sh/tm-nbsd.h: New file.
10686
10687 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
10688
10689         * sh-tdep.c (sh_osabi_names): Declare.
10690         (process_note_abi_tag_sections): New function.
10691         (get_elfosabi): Ditto.
10692         (sh_gdbarch_register_os_abi): Ditto.
10693         (sh_dump_tdep): Ditto.
10694         _initialize_sh_tdep): Use gdbarch_register to register
10695         sh_gdbarch_init and sh_dump_tdep.
10696         * config/sh/tm-sh.h (sh_osabi): Declare.
10697         (gdbarch_tdep): Add sh_osabi and osabi_name members.
10698
10699 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
10700
10701         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
10702         (thumb_scan_prologue): Ditto.
10703         (arm_find_callers_reg): Ditto.
10704         (arm_frame_chain): Ditto.
10705         (arm_init_extra_frame_info): Ditto.
10706         (arm_frame_saved_pc): Ditto.
10707         (arm_pop_frame): Ditto.
10708         (arm_push_return_address): New function.
10709         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
10710         call_dummy_location, call_dummy_breakpoint_offset_p,
10711         call_dummy_breakpoint_offset, call_dummy_p,
10712         call_dummy_stack_adjust_p, call_dummy_words,
10713         sizeof_call_dummy_words, call_dummy_start_offset,
10714         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
10715         call_dummy_address, push_return_address and push_dummy_frame for
10716         generic dummy frames.
10717
10718 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
10719
10720         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
10721         size computation for alloca.
10722         (sh_fp_frame_init_saved_regs): Likewise.
10723
10724 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
10725
10726         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
10727         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
10728         * arm-tdep.c (arm_store_return_value): Use them.
10729         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
10730         * remote-rdp.c (remote_rdp_fetch_register): Use
10731         ARM_MAX_REGISTER_RAW_SIZE.
10732         (remote_rdp_store_register): Likewise.
10733
10734 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
10735
10736         * dwarf2cfi.c: Code cleanup, removed unused variables,
10737         added default labels to switch {} statements.
10738         * x86-64-tdep.c: Ditto.
10739         * x86-64-linux-nat.c: Ditto.
10740
10741 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
10742
10743         * solib.h: Protect against multiple inclusion.
10744
10745 2002-05-06  Jim Blandy  <jimb@redhat.com>
10746
10747         Add first preprocessor macro-expansion files.
10748         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
10749         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
10750         (splay_tree_h, macroexp_h, macrotab_h): New variable.
10751         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
10752         (COMMON_OBS): Add macrotab.o, macroexp.o.
10753         (macroexp.o, macrotab.o): New rules.
10754
10755         Separate the job of reading the line number info statement program
10756         header (...expialidocious) out into its own function.
10757         * dwarf2read.c (struct line_head, struct filenames, struct
10758         directories): Replace with...
10759         (struct line_header): New structure, containing the full
10760         contents of the statement program header, including the
10761         include directory and file name tables.
10762         (read_file_scope): If we have line number info, instead of just
10763         calling dwarf_decode_lines to do all the work, call
10764         dwarf_decode_line_header first to get a `struct line_header'
10765         containing the data in the statement program header, and then
10766         pass that to dwarf_decode_lines, which will pick up where that
10767         left off.  Be sure to clean up the `struct line_header' object.
10768         (dwarf_decode_line_header, free_line_header, add_include_dir,
10769         add_file_name): New functions.
10770         (dwarf_decode_lines): Move all the code to read the statement
10771         program header into dwarf_decode_line_header.  Take the line
10772         header it built as the first argument, instead of the offset to
10773         the compilation unit's line number info.  Use the new `struct
10774         line_header' type instead of the old structures.  No need to do
10775         cleanups here now, since we don't allocate anything.
10776         (dwarf2_statement_list_fits_in_line_number_section,
10777         dwarf2_line_header_too_long): New complaints.
10778
10779 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
10780
10781         * gdbtypes.c (init_vector_type): New function.
10782         (build_builtin_type_vec128): Simplify the representation of SIMD
10783         registers.
10784         (build_gdbtypes): Initialize new builtin vector types.
10785         (_initialize_gdbtypes): Register new vector types with gdbarch.
10786         (builtin_type_v4_float, builtin_type_v4_int32,
10787         builtin_type_v8_int16, builtin_type_v16_int8,
10788         builtin_type_v2_int32, builtin_type_v4_int16,
10789         builtin_type_v8_int8): New (renamed) SIMD types.
10790
10791 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
10792
10793         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
10794         (i387_fill_fxsave): Likewise.
10795
10796 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
10797
10798         * alpha-tdep.c (alpha_extract_return_value): Don't use
10799         non-constant array size in prototype.
10800
10801 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
10802
10803         From Brian Taylor <briant at model dot com>:
10804         * ui-out.c (ui_out_field_core_addr): Use the function
10805         longest_local_hex_string_custom'to format addresses > 32 bits
10806         wide.
10807
10808         * ui-out.c (ui_out_field_core_addr): Update comment.
10809
10810 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
10811
10812         * stack.c (select_and_print_frame): Make static.  Delete the
10813         parameter `level'.
10814         (func_command): Update call.
10815         (select_frame_command): Delete code computing the frame level.
10816         * frame.h (select_and_print_frame): Delete declaration.
10817
10818 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
10819
10820         * sparc-tdep.c (sparc_get_saved_register): Comment why
10821         get_prev_frame call is safe.
10822
10823 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
10824
10825         * frame.h (select_frame): Delete level parameter.
10826         * stack.c (select_frame): Update.  Use frame_relative_level to
10827         obtain the frame's level.
10828         (select_and_print_frame): Update call.
10829         (select_frame_command): Ditto.
10830         (up_silently_base): Ditto.
10831         (down_silently_base): Ditto.
10832         * ocd.c (ocd_start_remote): Ditto.
10833         * remote-rdp.c (remote_rdp_open): Ditto.
10834         * remote-mips.c (mips_initialize): Ditto.
10835         (common_open): Ditto.
10836         * remote-e7000.c (e7000_start_remote): Ditto.
10837         * m3-nat.c (select_thread): Ditto.
10838         * hppa-tdep.c (child_get_current_exception_event): Ditto.
10839         (child_get_current_exception_event): Ditto.
10840         * varobj.c (varobj_create): Ditto.
10841         (varobj_update): Ditto.
10842         (c_value_of_root): Ditto.
10843         * tracepoint.c (finish_tfind_command): Ditto.
10844         * corelow.c (core_open): Ditto.
10845         * arch-utils.c (generic_prepare_to_proceed): Ditto.
10846         * thread.c (info_threads_command): Ditto.
10847         (switch_to_thread): Ditto.
10848         * infrun.c (normal_stop): Ditto.
10849         (restore_selected_frame): Ditto.
10850         (restore_inferior_status): Ditto.
10851         * breakpoint.c (insert_breakpoints): Ditto.
10852         (watchpoint_check): Ditto.
10853         (bpstat_stop_status): Ditto.
10854         (do_enable_breakpoint): Ditto.
10855         * blockframe.c (flush_cached_frames): Ditto.
10856         (reinit_frame_cache): Ditto.
10857
10858 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
10859
10860         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
10861         maintainer.
10862
10863 2002-05-04  Jim Blandy  <jimb@redhat.com>
10864
10865         * gdbtypes.c (replace_type): Doc fix.
10866
10867 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
10868
10869         * valprint.c (strcat_longest): Delete commented out function.
10870         Update copyright.
10871
10872 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
10873
10874         * MAINTAINERS: Mark a29k as deleted.
10875         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
10876         Move new configurations to the top.
10877         * configure.tgt: Remove a29k.
10878         * config/a29k/tm-vx29k.h: Delete.
10879         * config/a29k/vx29k.mt: Delete.
10880         * config/a29k/tm-a29k.h: Delete.
10881         * config/a29k/a29k-udi.mt: Delete.
10882         * config/a29k/a29k.mt: Delete.
10883         * a29k-tdep.c: Delete.
10884         * remote-udi.c: Delete.
10885         * remote-mm.c: Delete.
10886         * remote-eb.c: Delete.
10887         * remote-adapt.c: Delete.
10888         * Makefile.in: Remove obsolete code.
10889         * config/s390/s390x.mt: Ditto.
10890         * config/s390/s390.mt: Ditto.
10891         * config/sparc/sparclynx.mh: Ditto.
10892         * config/sparc/linux.mh: Ditto.
10893         * config/pa/hppaosf.mh: Ditto.
10894         * config/pa/hppabsd.mh: Ditto.
10895         * config/ns32k/nbsd.mt: Ditto.
10896         * config/mips/vr5000.mt: Ditto.
10897         * config/m68k/sun3os4.mh: Ditto.
10898         * config/m68k/nbsd.mt: Ditto.
10899         * config/m68k/m68klynx.mh: Ditto.
10900         * config/m32r/m32r.mt: Ditto.
10901         * config/i386/x86-64linux.mt: Ditto.
10902         * config/i386/nbsdelf.mt: Ditto.
10903         * config/i386/nbsd.mt: Ditto.
10904         * config/i386/i386lynx.mh: Ditto.
10905
10906 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
10907
10908         * target.c (debug_print_register): New function.  Handle oversize
10909         registers.
10910         (debug_to_fetch_registers): Call.
10911         (debug_to_store_registers): Call.
10912
10913 2002-05-03  Jim Blandy  <jimb@redhat.com>
10914
10915         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
10916         (read_type): Doc fix.
10917         * gdbtypes.c (replace_type): Doc fix.
10918
10919         * stabsread.c (multiply_defined_struct): New complaint.
10920         (read_struct_type): If the type we were passed isn't empty, or
10921         incomplete, don't read the new struct type into it; complain,
10922         and return the original type unchanged.  Take a new `type_code'
10923         argument, which is the type code for the new type.
10924         (read_type): Rather than storing the type's type code here, pass
10925         it as an argument to read_struct_type, and let that take care of
10926         storing it.  That way, we don't overwrite the original type code,
10927         so read_struct_type can use it to decide whether we're overwriting
10928         something we shouldn't.
10929         (complain_about_struct_wipeout): New function.
10930
10931 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
10932
10933         * gdbarch.sh: Assert that gdbarch is non-NULL.
10934         * gdbarch.c: Regenerate.
10935
10936 2002-05-03  Jason Merrill  <jason@redhat.com>
10937
10938         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
10939         and return NULL.
10940
10941 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
10942
10943         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
10944         (x86_64_dwarf2gdb_regno_map_length),
10945         (x86_64_dwarf2_reg_to_regnum): Added.
10946         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
10947         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
10948         (_initialize_x86_64_tdep): Synced with the change above.
10949         (x86_64_skip_prologue): Reformulated message.
10950
10951 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
10952
10953         * f-exp.y: Also use new prev_lexptr variable
10954         to improve error reporting. Based on Michael Snyder
10955         2002-04-24 dated patch to c-exp.y.
10956         * jv-exp.y: Likewise.
10957         * m2-exp.y: Likewise.
10958
10959 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
10960
10961         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
10962         we are dealing with vectors.
10963
10964 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
10965
10966         * config/m68k/tm-nbsd.h: Obvious fix,
10967         correct machine name.
10968
10969 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
10970
10971         * p-typeprint.c (pascal_type_print_base): Add support
10972         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
10973
10974 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
10975
10976         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
10977         for fondamental pascal 'char' type.
10978
10979 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
10980
10981         * p-lang.h (is_pascal_string_type): Declaration changed,
10982         new sixth argument of type char ** added.
10983         * p-lang.c (is_pascal_string_type): Implementation
10984         changed. Args length_pos, length_size, string_pos, char_size
10985         can now be NULL. New argument arrayname set to the field
10986         name of the char array. Return value set to char array
10987         field index plus one.
10988         * p-valprint.c (pascal_val_print): Adapt to new declaration of
10989         is_pascal_string_type function.
10990
10991 2002-05-02  Andrew Cagney  <cagney@redhat.com>
10992
10993         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
10994         <cagney@redhat.com> change.
10995         * gdbarch.c: Regenerate.
10996
10997 2002-05-02  Andrew Cagney  <cagney@redhat.com>
10998
10999         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
11000         before probing for a new one.  Detect errorenous gdbarch_init
11001         functions.
11002         * gdbarch.c: Regenerate.
11003
11004 2002-05-01  Andrew Cagney  <cagney@redhat.com>
11005
11006         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
11007         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
11008         * config/v850/tm-v850.h: Ditto.  Update copyright.
11009
11010 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
11011
11012         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
11013         current_gdbarch.
11014
11015 2002-04-30  Michael Snyder  <msnyder@redhat.com>
11016
11017         * arm-tdep.c: Whitespace clean-ups.
11018         (arm_skip_prologue): Fix thinko; two lines
11019         should have been removed as part of 4/24 change.
11020
11021 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
11022
11023         * rs6000-tdep.c: Added comment describing how fpscr register
11024         numbers were chosen.
11025
11026 2002-04-30  Michael Snyder  <msnyder@redhat.com>
11027
11028         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
11029
11030 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
11031
11032         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
11033         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
11034         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
11035
11036 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
11037
11038         From Louis Hamilton <hamilton@redhat.com>:
11039         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
11040         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
11041         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
11042         not bfd-private xcoff data, to determine wordsize.
11043         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
11044
11045 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
11046
11047         GDB 5.2 released from 5.2 branch.
11048
11049 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
11050
11051         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
11052         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11053         (x86_64_register_info_table): Added comments with register numbers.
11054
11055 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
11056
11057         * rs6000-tdep.c (rs6000_extract_return_value,
11058         rs6000_store_return_value): Handle returning vectors.
11059         (rs6000_gdbarch_init): Use
11060         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
11061         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
11062         New function.
11063         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
11064         vectors.
11065         (ppc_sysv_abi_push_arguments): Handle vector parameters.
11066         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
11067
11068 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
11069
11070         * hpread.c (hpread_psymtab_to_symtab_1,
11071         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
11072         with fprintf_unfiltered (gdb_stderr,...).
11073
11074 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
11075
11076         * remote-array.c (printf_monitor, write_monitor,
11077         array_insert_breakpoint, array_remove_breakpoint ):
11078         Replace fprintf (stderr,...
11079         with fprintf_unfiltered (gdb_stderr,....
11080         * remote-es.c: Likewise.
11081         * remote-os9k.c: Likewise.
11082         * remote-st.c: Likewise.
11083
11084 2002-04-28  Andreas Schwab  <schwab@suse.de>
11085
11086         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
11087         linux-proc.o and gcore.o.
11088
11089 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
11090
11091         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
11092         code without frame pointers.
11093
11094 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
11095
11096         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
11097         ON_STACK is needed.
11098
11099 2002-04-26  Ben Elliston  <bje@redhat.com>
11100
11101         * target.c (do_xfer_memory): Correct reference to the new option
11102         "trust-readonly-sections".
11103
11104 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
11105
11106         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
11107         * gdbtypes.c (recursive_dump_type): Output the vector flag.
11108         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
11109         vectors.
11110         (read_array_type): Record the fact that this array type is really a
11111         vector (i.e. are passed in by value).
11112
11113 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
11114
11115         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
11116         * alpha-tdep.c (alpha_sigcontext_addr): New function.
11117         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
11118         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
11119         * alpha-linux-tdep.c: Include frame.h.
11120         (alpha_linux_sigcontext_addr): New function.
11121         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
11122         alpha_linux_sigcontext_addr.
11123         * alpha-osf1-tdep.c: Include gdbcore.h.
11124         (alpha_osf1_sigcontext_addr): New function.
11125         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
11126         alpha_osf1_sigcontext_addr.
11127         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
11128         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
11129
11130 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
11131
11132         * stack.c (selected_frame_level):
11133         (select_frame): Do not set selected_frame_level.
11134         * frame.h (selected_frame_level): Delete declaration.
11135
11136 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
11137
11138         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
11139         convert_from_func_ptr-addr when AIX / PowerOpen.
11140
11141 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
11142
11143         * valops.c (hand_function_call): Call
11144         generic_save_call_dummy_addr.
11145         * frame.h (generic_save_call_dummy_addr): Declare.
11146         * blockframe.c (struct dummy_frame): Add fields call_lo and
11147         call_hi.
11148         (generic_find_dummy_frame): Check for PC in range call_lo to
11149         call_hi instead of entry_point_address.
11150         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
11151         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
11152         (generic_save_call_dummy_addr): New function.
11153
11154 2002-04-24  David S. Miller  <davem@redhat.com>
11155
11156         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
11157         sparc_skip_prologue.
11158         (sparc_skip_prologue): Kill frameless_p arg, and use line number
11159         information to find prologue when possible.
11160         (sparc_prologue_frameless_p): Call examine_prologue directly.
11161         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
11162         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
11163         second argument.
11164         (SKIP_PROLOGUE): Likewise.
11165
11166 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
11167
11168         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
11169         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
11170         indicate that the condition it was testing is always true.
11171         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
11172         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
11173         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
11174
11175 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
11176
11177         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
11178         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
11179         tdep->jb_pc and tdep->jb_elt_size.
11180         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
11181         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
11182         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
11183         * alpha-nat.c (get_longjmp_target): Remove.
11184         (JB_ELEMENT_SIZE): Ditto.
11185         (JB_PC): Ditto.
11186         * alpha-tdep.c (alpha_get_longjmp_target): New function.
11187         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
11188         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
11189         to alpha_get_longjmp_target.
11190         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
11191         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
11192         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
11193
11194 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
11195
11196         * README: Update to GDB 5.2.
11197
11198 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
11199
11200         * gdbarch.sh (LC_ALL): Set to `c'.
11201
11202 2002-04-25  Theodore A. Roth  <troth@verinet.com>
11203
11204         * avr-tdep.c: Ran through gdb_indent.sh.
11205
11206 2002-04-25  Theodore A. Roth  <troth@verinet.com>
11207
11208         * MAINTAINERS: Add myself as AVR maintainer.
11209         * NEWS: Note new target avr.
11210
11211 2002-04-25  Theodore A. Roth  <troth@verinet.com>
11212
11213         * Makefile.in: Add support for AVR target.
11214         * configure.tgt: Add support for AVR target.
11215         * avr-tdep.c: New file
11216         * config/avr/avr.mt: New file.
11217
11218 2002-04-25  Theodore A. Roth  <troth@verinet.com>
11219
11220         * MAINTAINERS: Add myself to write-after-approval.
11221
11222 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
11223
11224         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
11225         with fprintf_unfiltered (gdb_stderr,....
11226
11227 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
11228
11229         Fix PR gdb/508.
11230         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
11231
11232 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
11233
11234         * p-exp.y: Also use new prev_lexptr variable
11235         to improve error reporting. Based on Michael Snyder
11236         2002-04-24 dated patch to c-exp.y.
11237
11238 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
11239
11240         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
11241         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
11242         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
11243         to 0.
11244         * config/alpha/tm-alpha.h: Remove forward decls of struct type
11245         and struct value.
11246         (FUNCTION_START_OFFSET): Remove.
11247         (BREAKPOINT): Ditto.
11248
11249 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
11250
11251         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
11252         * NEWS: Ditto.
11253
11254 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
11255
11256         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
11257         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
11258         alpha_linux_pc_in_sigtramp.
11259         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
11260         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
11261         alpha_osf1_pc_in_sigtramp.
11262         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
11263         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
11264         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
11265         alphafbsd_pc_in_sigtramp.
11266         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
11267         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
11268         alphanbsd_pc_in_sigtramp.
11269         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
11270         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
11271
11272 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
11273
11274         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
11275
11276 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
11277
11278         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
11279         alphanbsd-tdep.c.
11280         (alphanbsd-nat.o): New dependency list.
11281         (alphanbsd-tdep.o): Ditto.
11282         * NEWS: Note new native NetBSD/alpha configuration.
11283         * alphanbsd-nat.c: New file.
11284         * alphanbsd-tdep.c: Ditto.
11285         * configure.host (alpha*-*-netbsd*): New host.
11286         * configure.tgt (alpha*-*-netbsd*): New target.
11287         * config/alpha/nbsd.mh: New file.
11288         * config/alpha/nbsd.mt: Ditto.
11289         * config/alpha/nm-nbsd.h: Ditto.
11290         * config/alpha/tm-nbsd.h: Ditto.
11291
11292 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
11293
11294         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
11295         (alpha-osf1-tdep.o): New dependency list.
11296         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
11297         and skip_sigtramp_frame members.
11298         * alpha-linux-tdep.c: Include gdbcore.h.
11299         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
11300         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
11301         * alpha-osf1-tdep.c: New file.
11302         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
11303         alpha-osf1-dep.c.
11304         (alpha_frame_past_sigtramp_frame): New function.
11305         (alpha_dynamic_sigtramp_offset): Ditto.
11306         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
11307         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
11308         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
11309         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
11310         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
11311         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
11312         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
11313         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
11314         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
11315         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
11316         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
11317         to find_solib_trampoline_target.
11318         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
11319         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
11320         (SKIP_TRAMPOLINE_CODE): Remove.
11321         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
11322         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
11323         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
11324         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
11325         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
11326         (PROC_SIGTRAMP_MAGIC): Ditto.
11327         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
11328         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
11329         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
11330         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
11331         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
11332
11333 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
11334
11335         * NEWS: Note that Alpha targets are now multi-arch.
11336
11337 2002-04-24  Michael Snyder  <msnyder@redhat.com>
11338
11339         * parser-defs.h (prev_lexptr): New external variable.
11340         * parse.c (parse_exp_1): Set prev_lexptr to null before
11341         calling the language-specific parser.
11342         * c-exp.y (yylex): Set prev_lexptr to start of current token.
11343         (yyerror): Use prev_lexptr in error reporting.
11344
11345 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
11346
11347         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
11348         * gregset.h: If FILL_FPXREGSET is defined, provide
11349         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
11350         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
11351         is defined, call fill_fpxregset.
11352
11353 2002-04-24  Roland McGrath  <roland@frob.com>
11354
11355         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
11356         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
11357         (supply_gregset, supply_fpregset): New functions.
11358
11359         * gnu-nat.c (gnu_find_memory_regions): New function.
11360         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
11361         (gnu_xfer_memory): Add a cast.
11362
11363 2002-04-24  Michael Snyder  <msnyder@redhat.com>
11364
11365         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
11366         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
11367         of argument regs ("str r(0123), [r11, #-nn"]).
11368         (arm_skip_prologue): Better handling for frameless functions.
11369         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
11370         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
11371
11372 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
11373
11374         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
11375         NUM_PSEUDO_REGS can be used.
11376
11377 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
11378
11379         * arch-utils.h: Update copyright.
11380
11381         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
11382         * gdbarch.h, gdbarch.c: Re-generate.
11383
11384         * inferior.h (IN_SIGTRAMP): Delete definition.
11385         * arch-utils.c (legacy_pc_in_sigtramp): New function.
11386         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
11387
11388         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
11389         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
11390         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
11391         (find_proc_framesize): Ditto.
11392         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
11393         (alpha_init_extra_frame_info): Ditto.
11394         * infrun.c (handle_inferior_event): Ditto.
11395         (handle_inferior_event): Ditto.
11396         (check_sigtramp2): Ditto.
11397         * blockframe.c (create_new_frame): Ditto.
11398         (get_prev_frame): Ditto.
11399         * ppc-linux-tdep.c: Update comments.
11400         * i386-linux-tdep.c: Update comments.
11401         * breakpoint.c (bpstat_what): Update comment.
11402
11403 2002-04-24  David S. Miller  <davem@redhat.com>
11404
11405         * i960-tdep.c (register_in_window_p): New function.
11406         (i960_find_saved_register): Use it instead of
11407         REGISTER_IN_WINDOW_P.
11408         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
11409
11410         * symtab.h (find_stab_function_addr): Kill extern.
11411         * minsyms.c (find_stab_function_addr): Remove from here...
11412         * dbxread.c: ... to here, and mark it static.
11413
11414 2002-04-20  David S. Miller  <davem@redhat.com>
11415
11416         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
11417         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
11418
11419 2002-04-21  David S. Miller  <davem@redhat.com>
11420
11421         * remote-vxsparc.c (vx_read_register): Fix typo, we want
11422         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
11423         (vx_write_register): Likewise.
11424
11425 2002-04-23  J. Brobecker  <brobecker@gnat.com>
11426
11427         * source.c (is_regular_file): New function.
11428         (openp): Check wether file to open is a regular file
11429         to avoid opening directories.
11430
11431 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
11432
11433         * findvar.c (extract_signed_integer): Cast printf argument
11434         to suppress format warning.
11435         (extract_unsigned_integer): Likewise.
11436         * infcmd.c (registers_info): Likewise.
11437         * top.c (get_prompt_1): Likewise.
11438         * valops.c (value_assign): Likewise.
11439         * valprint.c (print_decimal): Likewise.
11440
11441 2002-04-22  H.J. Lu  (hjl@gnu.org)
11442
11443         * c-exp.y (typebase): Support
11444
11445         [long|long long|short] [signed|unsigned] [int|]
11446
11447         and
11448
11449         signed [long|long long|short] int
11450
11451 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
11452
11453         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
11454         and vax-tdep.h.
11455         * vax-tdep.h: New file.
11456         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
11457         Make several routines static.
11458         (vax_get_saved_register): New function.
11459         (vax_gdbarch_init): New function.
11460         (_initialize_vax_tdep): Register vax_gdbarch_init.
11461         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
11462         Remove macros now under the control of gdbarch.
11463
11464 2002-04-22  Michael Snyder  <msnyder@redhat.com>
11465
11466         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
11467         Some whitespace and coding standards tweaks.
11468
11469 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
11470
11471         * vax-tdep.c: Include regcache.h.
11472         (vax_call_dummy_words): New.
11473         (sizeof_vax_call_dummy_words): New.
11474         (vax_fix_call_dummy): New function.
11475         (vax_saved_pc_after_call): Ditto.
11476         * config/vax/tm-vax.h: Don't include regcache.h.
11477         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
11478         (CALL_DUMMY): Remove.
11479         (CALL_DUMMY_WORDS): Define.
11480         (SIZEOF_CALL_DUMMY_WORDS): Define.
11481         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
11482
11483 2002-04-18  Michael Snyder  <msnyder@redhat.com>
11484
11485         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
11486
11487 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
11488
11489         * vax-tdep.c (vax_frame_chain): New function.
11490         (vax_push_dummy_frame): Ditto.
11491         (vax_pop_frame): Ditto.
11492         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
11493         (FRAMELESS_FUNCTION_INVOCATION): Use
11494         generic_frameless_function_invocation_not.
11495         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
11496         (POP_FRAME): Use vax_pop_frame.
11497
11498 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
11499
11500         * vax-tdep.c (vax_store_struct_return): New function.
11501         (vax_extract_return_value): Ditto.
11502         (vax_store_return_value): Ditto.
11503         (vax_extract_struct_value_address): Ditto.
11504         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
11505         vax_store_struct_return.
11506         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
11507         (STORE_RETURN_VALUE): Use vax_store_return_value.
11508         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
11509
11510 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
11511
11512         * vax-tdep.c (vax_frame_saved_pc): New function.
11513         (vax_frame_args_address_correct): Ditto.
11514         (vax_frame_args_address): Ditto.
11515         (vax_frame_locals_address): Ditto.
11516         (vax_frame_num_args): Move code to be in proximity to
11517         other frame-related functions.
11518         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
11519         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
11520         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
11521         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
11522         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
11523
11524 2002-04-22  H.J. Lu  (hjl@gnu.org)
11525
11526         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
11527         includedir.
11528
11529 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
11530
11531         * vax-tdep.c (vax_frame_init_saved_regs): New function.
11532         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
11533         (FRAME_INIT_SAVED_REGS): New macro.
11534
11535 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
11536
11537         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
11538
11539 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
11540
11541         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
11542         where needed.
11543         (fetch_osf_core_registers): Likewise.
11544         (supply_gregset): Likewise.
11545
11546 2002-04-22  J. Brobecker  <brobecker@gnat.com>
11547
11548         * symfile.h (get_section_index): Define.
11549         * symfile.c (get_section_index): New function.
11550         * mdebugread.c (SC_IS_SBSS): New macro.
11551         (SC_IS_BSS): Return true for the scBss storage class only, as
11552         the scSBss storage class refers to the .sbss section.
11553         (parse_partial_symbols): Discard the symbols which associated
11554         section does not exist.
11555         Make sure to use the .sbss section index for symbols which
11556         storage class is scBss, rather than using the .bss section index.
11557
11558 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
11559
11560         * vax-tdep.c: Update copyright years.
11561         (vax_register_name): New function.
11562         (vax_register_byte): Ditto.
11563         (vax_register_raw_size): Ditto.
11564         (vax_register_virtual_size): Ditto.
11565         (vax_register_virtual_type): Ditto.
11566         * config/vax/tm-vax.h: Update copyright years.
11567         (REGISTER_NAMES): Remove.
11568         (REGISTER_NAME): Define.
11569         (REGISTER_BYTE): Use vax_register_byte.
11570         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
11571         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
11572         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
11573
11574 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
11575
11576         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
11577         declaration
11578         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
11579
11580 2002-04-21  David S. Miller  <davem@redhat.com>
11581
11582         * arch-utils.c (generic_prologue_frameless_p): Kill
11583         SKIP_PROLOGUE_FRAMELESS_P code.
11584         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
11585         references.
11586         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
11587         * arc-tdep.c (arc_prologue_frameless_p): Implement.
11588         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
11589         references.
11590         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
11591         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
11592         (sparc_gdbarch_init): Pass it to
11593         set_gdbarch_prologue_frameless_p.
11594
11595 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
11596
11597         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
11598         (alphabsd-nat.o): New dependency list.
11599
11600 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
11601
11602         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
11603         alphafbsd-tdep.c.
11604         (alpha-linux-tdep.o): New dependency list.
11605         (alphafbsd-tdep.o): Likewise.
11606
11607 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
11608
11609         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
11610         to here...
11611         * alpha-tdep.c: ...from here.
11612         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
11613
11614 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
11615
11616         * config/alpha/tm-alpha.h: Move alpha_software_single_step
11617         prototype from here...
11618         * alpha-tdep.h: ...to here.
11619
11620 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
11621
11622         * frame.h (selected_frame_level): Document as deprecated.
11623         (frame_relative_level): Declare.
11624         * stack.c (frame_relative_level): New function.
11625         (selected_frame_level): Document as deprecated.
11626         (select_frame): Do not set the selected_frame_level.
11627
11628         * stack.c (frame_info, record_selected_frame): Update.
11629         (frame_command, current_frame_command): Update.
11630         (up_silently_base, up_command, down_silently_base): Update.
11631         (down_command): Update.
11632         * inflow.c (kill_command): Update.
11633         * tracepoint.c (finish_tfind_command): Update.
11634         * corelow.c (core_open): Update.
11635         * thread.c (info_threads_command): Update.
11636         (do_captured_thread_select): Update.
11637         * infcmd.c (finish_command): Update.
11638         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
11639
11640 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
11641
11642         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
11643
11644 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
11645
11646         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
11647         type const.
11648
11649 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
11650
11651         * alphafbsd-tdep.c: Update copyright years.  Include
11652         alpha-tdep.h.
11653         (alphafbsd_use_struct_convention): Make static.
11654         (alphafbsd_init_abi): New function.
11655         (_initialize_alphafbsd_tdep): New function.
11656         * config/alpha/tm-fbsd.h: Update copyright years.
11657         (USE_STRUCT_CONVENTION): Remove.
11658
11659 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
11660
11661         * alpha-tdep.c (alpha_abi_handler): New structure to describe
11662         an Alpha ABI variant.
11663         (alpha_abi_handler_list): Declare.
11664         (alpha_gdbarch_register_os_abi): New function.
11665         (alpha_gdbarch_init): Give registered ABI variant handlers a
11666         chance to tweak the gdbarch once we have set up defaults.
11667         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
11668
11669 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
11670
11671         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
11672         to standard_coerce_float_to_double.
11673         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
11674
11675 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
11676
11677         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
11678         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
11679         from gdbarch_tdep rather than a constant.
11680         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
11681         the default text address for all Alpha Unix ABIs.
11682         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
11683         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
11684
11685 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
11686
11687         * alpha-tdep.h: New file.  Includes several Alpha target constants
11688         taken from...
11689         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
11690         let gdbarch deal with.
11691         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
11692         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
11693         to dependency list.
11694         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
11695         Alpha target register names.
11696         * alphabsd-nat.c: Likewise.
11697         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
11698         Alpha target register names.  Make serveral routines static.
11699         (alpha_get_saved_register): New function.
11700         (alpha_abi_names): New.
11701         (process_note_abi_tag_sections): New function.
11702         (get_elfosabi): New function.
11703         (alpha_gdbarch_init): New function.
11704         (alpha_dump_tdep): New function.
11705         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
11706
11707 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
11708
11709         * frame.c (find_saved_register): Delete #ifdef
11710         HAVE_REGISTER_WINDOWS code.
11711         * config/sparc/tm-sparc.h: Update comments.
11712         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
11713
11714 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
11715
11716         * i960-tdep.c (i960_find_saved_register): New function.
11717         (i960_get_saved_register): New function.
11718         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
11719         (i960_get_saved_register): Declare.
11720         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
11721
11722 2002-04-20  David S. Miller  <davem@redhat.com>
11723
11724         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
11725
11726 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
11727
11728         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
11729         instead of NUM_PSEUDO_REGS.
11730
11731 2002-04-20  David S. Miller  <davem@redhat.com>
11732
11733         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
11734         GDB_MULTI_ARCH_PARTIAL
11735         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
11736         define, let tm-sp64.h do it.
11737
11738 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
11739
11740         * frame.c (find_saved_register): Avoid a NULL pointer
11741         dereference and actually walk the frame list.
11742
11743 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
11744
11745         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
11746         sorted in most most-recent-used order.  Document.
11747         * gdbarch.h, gdbarch.c: Regenerate.
11748
11749 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
11750
11751         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
11752         instead of ->prev.
11753         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
11754         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
11755         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
11756         instead of ->prev.
11757
11758 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
11759
11760         Fix PR gdb/471.
11761         * gdbtypes.c (init_simd_type): Rewrite using new functions.
11762         (build_builtin_type_vec128): Ditto.
11763         (append_composite_type_field): Fix calculation of type length in
11764         union case.
11765
11766 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
11767
11768         * config/djgpp/README: Update.
11769
11770         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
11771         compiler warnings.
11772
11773 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
11774
11775         * alpha-tdep.c (setup_arbitrary_frame): Rename...
11776         (alpha_setup_arbitrary_frame): ...to this.
11777         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
11778         for alpha_setup_arbitrary_frame.
11779
11780 2002-04-18  Andrew Cagney  <cagney@redhat.com>
11781
11782         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
11783         * gdbarch.h, gdbarch.c: Regenerate.
11784
11785         * defs.h (breakpoint_from_pc_fn): Delete type definition.
11786         * target.h (memory_breakpoint_from_pc): Update declaration.
11787         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
11788
11789         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
11790         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
11791         * mem-break.c (memory_breakpoint_from_pc): Ditto.
11792         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
11793         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
11794         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
11795         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
11796         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
11797         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
11798         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
11799         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
11800         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
11801
11802         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
11803         const pointer.
11804         * monitor.c (monitor_insert_breakpoint): Ditto.
11805         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
11806
11807         * config/mcore/tm-mcore.h: Update copyright.
11808         * mem-break.c: Ditto.
11809         * xstormy16-tdep.c: Ditto.
11810
11811 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
11812
11813         * p-exp.y: Add precedence rule for '^' token.
11814         This removes the shift/reduce conflicts.
11815         Remove the comment concerning these shift/reduce conflicts.
11816
11817 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
11818
11819         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
11820         (registers_powerpc_nofp): New register set for processors
11821         without floating point unit.
11822
11823 2002-04-18  David S. Miller  <davem@redhat.com>
11824
11825         * MAINTAINERS: Add myself to write-after-approval.
11826
11827 2002-04-17  Michael Snyder  <msnyder@redhat.com>
11828
11829         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
11830
11831 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
11832
11833         * rs6000-tdep.c (frame_initial_stack_address): Use
11834         frame_register_read to read the alloca_reg.
11835
11836 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
11837
11838         * frame.c (find_saved_register): Find saved registers in the next
11839         not prev frame.
11840         Fix PR gdb/365.
11841
11842 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
11843
11844         * gdbarch.sh (LANG): Set to ``c''.
11845
11846 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
11847
11848         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
11849
11850 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
11851
11852         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
11853         Update copyright.
11854
11855         * hpread.c (hpread_get_lntt): Add declaration.
11856         Also fix PR gdb/391.
11857
11858 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
11859
11860         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
11861         * aclocal.m4, configure: Re-generate.
11862         Fix PR gdb/391.
11863
11864 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
11865
11866         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
11867         instead of tm_print_insn.
11868
11869 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
11870
11871         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
11872
11873 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
11874
11875         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
11876         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
11877         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
11878
11879 2002-04-12  Don Howard  <dhoward@redhat.com>
11880
11881         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
11882         max_user_call_depth.
11883         (init_cmd_lists): Initialize the new value;
11884         * cli/cli-script.c (execute_user_command): Limit the call depth of
11885         user defined commands.  This avoids a core-dump when user commands
11886         are infinitly recursive.
11887
11888 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
11889
11890         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
11891         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
11892         from tdep struct instead of DEFAULT_LR_SAVE.
11893         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
11894         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
11895         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
11896
11897 2002-04-12  Michael Snyder  <msnyder@redhat.com>
11898
11899         * Remote.c: Spelling fix.
11900         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
11901         If no symbol found for "sbrk", try "_sbrk".
11902         (make_output_phdrs): Use bfd_section_name.
11903         (gcore_copy_callback): Use bfd_section_name.
11904         * eval.c: Indentation fix-ups.
11905         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
11906         in case it gets applied to an address that is already
11907         in the instruction space.
11908         * cli/cli-decode.c (help_list): Allow long lines to wrap.
11909         * symfile.c: Fix indentation, long lines.
11910         * source.c: White space fix-up.
11911
11912 2002-04-12  Andrew Cagney  <cagney@redhat.com>
11913
11914         * defs.h (read_relative_register_raw_bytes): Delete declaration.
11915         * frame.c (frame_register_read): New function.  Return non-zero on
11916         success.
11917         (read_relative_register_raw_bytes_for_frame): Delete.
11918         (read_relative_register_raw_bytes): Delete.
11919         * frame.h (frame_register_read): Declare.
11920         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
11921         * sh-tdep.c: Ditto.
11922         * infcmd.c (do_registers_info): Ditto.
11923         * hppa-tdep.c: Ditto.
11924         * rs6000-tdep.c: Ditto.
11925         * h8500-tdep.c: Ditto.
11926         * mips-tdep.c: Ditto.
11927         * h8300-tdep.c: Ditto.
11928         * z8k-tdep.c: Ditto.
11929
11930 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
11931
11932         From Jimi X <jimix@watson.ibm.com>:
11933         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
11934         64-bit SysV ABI.
11935
11936 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
11937
11938         From Jimi X <jimix@watson.ibm.com>:
11939         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
11940         bfd info.
11941
11942 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
11943
11944         From Jimi X <jimix@watson.ibm.com>:
11945         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
11946         register sets for these processor variants.
11947
11948 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
11949
11950         * regformats/reg-ppc.dat: Support FPSCR.
11951
11952 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
11953
11954         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
11955         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
11956         Add fpscr as an invalid/unfetchable register.
11957         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
11958         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
11959         (fill_fpregset): Add support for register fpscr.
11960         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
11961         (fill_gregset): Account for the fact that register ``mq'' might
11962         not exist.
11963         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
11964         (registers_power): Add fpscr to register set at slot 71.
11965         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
11966         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
11967
11968 2002-04-11  Michael Snyder  <msnyder@redhat.com>
11969
11970         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
11971         * configure: Regenerate.
11972         * config.in: Regenerate.
11973         * acconfig.h: Add define for _SYSCALL32.
11974         * core-sol2.c: Remove #define _SYSCALL32.
11975         * solib-legacy.c: Remove #define _SYSCALL32.
11976
11977 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
11978
11979         * stack.c (select_frame): Cleanup internal error message, do not
11980         use %p.
11981
11982 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
11983
11984         * stack.c (select_frame): Check that selected_frame and the
11985         specified level are as expected.
11986         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
11987         Update copyright.
11988         * frame.h (struct frame_info): Add field `level'.  Update
11989         copyright.
11990         Work-in-progress PR gdb/464.
11991
11992 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
11993
11994         * maint.c (maint_print_section_info): Rename print_section_info.
11995         (print_bfd_section_info, print_objfile_section_info): Update.
11996         * inferior.h (struct gdbarch): Add opaque declaration.
11997         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
11998         * gdbarch.h: Regenerate.
11999
12000 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
12001
12002         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
12003         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
12004         (kernel_u_size): Added.
12005         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
12006         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
12007
12008 2002-04-04  Jim Ingham  <jingham@apple.com>
12009
12010        * valarith.c (find_size_for_pointer_math): New function, either returns
12011        the size for a pointer's target, returns 1 for void *, or errors for
12012        incomplete types.
12013        (value_add, value_sub): use find_size_for_pointer_math.
12014
12015 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
12016
12017         * linux-low.c (linux_look_up_symbols): New hook.
12018         (linux_target_ops): Add linux_look_up_symbols.
12019         * remote-utils.c (decode_address): New function.
12020         (look_up_one_symbol): New function.
12021         * server.c (handle_query): Call target look_up_symbols hook.
12022         * server.h (look_up_one_symbol): Add prototype.
12023         * target.h (struct target_ops): Add look_up_symbols hook.
12024
12025 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
12026
12027         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
12028         override FP_REGNUM with frame->fp.  Update copyright.
12029         * parse.c (num_std_regs, std_regs): Delete.
12030         (target_map_name_to_register): Do not search std_regs.  Update
12031         function description.
12032         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
12033         declarations.  Update copyright.
12034         Fix PR gdb/251.
12035
12036 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
12037
12038         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
12039         after the last symbol in a block.
12040
12041 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
12042
12043         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
12044         is non zero as a found symbol.
12045
12046 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
12047
12048         * findvar.c: Include "builtin-regs.h".
12049         (value_of_register): Call value_of_builtin_reg when applicable.
12050         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
12051         (target_map_name_to_register): Call
12052         builtin_reg_map_name_to_regnum.
12053         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
12054         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
12055         (builtin_regs_h): Define.
12056         (builtin-regs.o): New target.
12057         (findvar.o): Add $(builtin_regs_h).
12058         * builtin-regs.c, builtin-regs.h: New files.
12059         * std-regs.c: New file.
12060         Partial fix for PR gdb/251.
12061
12062 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
12063
12064         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
12065         it's no longer required.
12066
12067 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
12068
12069         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
12070
12071 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
12072
12073         From Jimi X <jimix@watson.ibm.com>:
12074         * rs6000-tdep.c (rs6000_software_single_step): Use
12075         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
12076         and size.  Use target_insert_breakpoint() and
12077         target_remove_breakpoint() to insert and remove breakpoints
12078         instead of explicit memory reads and writes.
12079
12080 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
12081
12082         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
12083         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
12084         ELF_OBJECT_FORMAT ifdef.
12085
12086 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
12087
12088         From Jimi X <jimix@watson.ibm.com>:
12089         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
12090
12091 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
12092
12093         From Jimi X <jimix@watson.ibm.com>:
12094         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
12095         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
12096
12097 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
12098
12099         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
12100         s/asprintf/xasprintf/.
12101         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
12102
12103 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
12104
12105         I believe Jeff Law denies responsability for this one:
12106         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
12107         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
12108         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
12109         Work-around for PR gdb/366.
12110
12111 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
12112
12113         * remote-e7000.c (write_small, e7000_read_inferior_memory,
12114         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
12115         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
12116
12117 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
12118
12119         * sh-tdep.c (sh_fp_frame_init_saved_regs,
12120         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
12121         information.
12122
12123 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
12124
12125         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
12126         maintainer.
12127
12128 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
12129
12130         * README (Reporting Bugs in GDB): Document the bug web page as the
12131         prefered way of submitting bugs.
12132         Fix PR gdb/402.
12133
12134 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
12135
12136         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
12137         -1.  Update comment.
12138         * gdbarch.h, gdbarch.c: Re-generate.
12139
12140 2002-04-07  Andreas Schwab  <schwab@suse.de>
12141
12142         * m68klinux-nat.c (fill_fpregset): Properly pass address of
12143         buffer to regcache_collect.
12144
12145 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
12146
12147         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
12148         * gdbarch.c, gdbarch.h: Re-generate.
12149
12150 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
12151
12152         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
12153         declaration.  Fix -Werror.
12154
12155 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
12156
12157         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
12158         * gdbarch.c: Regenerate.
12159
12160 2002-04-05  Michael Snyder  <msnyder@redhat.com>
12161
12162         * breakpoint.c (clear_command): Rewrite middle section to
12163         combine two loops with identical control conditions.
12164         Add a cleanup to eliminate a memory leak.
12165         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
12166
12167 2002-04-05  H.J. Lu  (hjl@gnu.org)
12168
12169         * solib-svr4.c (bkpt_names): Add "__start".
12170
12171 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
12172
12173         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
12174         as test for 64 bit target.
12175
12176 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
12177
12178         * h8500-tdep.c (h8500_write_fp): Delete function.
12179         * dwarf2cfi.c (cfi_write_fp): Document as not used.
12180         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
12181         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
12182         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
12183         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
12184         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
12185         (s390_write_fp):
12186         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
12187         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
12188         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
12189         (d10v_write_fp): Delete function.
12190         * inferior.h (write_fp, generic_target_write_fp): Delete
12191         declarations.
12192         * regcache.c (generic_target_write_fp): Delete function.
12193         (write_fp): Delete function.
12194         * gdbarch.sh (TARGET_WRITE_FP): Delete.
12195         * gdbarch.h, gdbarch.c: Regenerate.
12196         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
12197         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
12198         (sparc64_write_fp): Delete declaration.
12199         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
12200         (h8500_write_fp): Delete declaration.
12201
12202 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
12203
12204         * sparc-tdep.c (sparc64_write_fp): Delete.
12205         (sparc_push_dummy_frame): Replace write_fp call with code to store
12206         the FP directly.
12207         (sparc_gdbarch_init): Do not initialize write_fp.
12208
12209 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
12210
12211         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
12212         clause.
12213
12214 2002-03-29  Jim Blandy  <jimb@redhat.com>
12215
12216         * stack.c (get_selected_block): Add new argument `addr_in_block',
12217         used to return the exact code address we used to select the block,
12218         not just the block.
12219         * blockframe.c (get_frame_block, get_current_block): Same.
12220         * frame.h (get_frame_block, get_current_block,
12221         get_selected_block): Update declarations.
12222         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
12223         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
12224
12225 2002-04-05  Michael Snyder  <msnyder@redhat.com>
12226
12227         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
12228         warning message.
12229
12230 2002-04-05  J. Brobecker  <brobecker@gnat.com>
12231
12232         * utils.c (xfullpath): New function.
12233         * defs.h (xfullpath): Add declaration.
12234         * source.c (openp): Use xfullpath in place of gdb_realpath to
12235         avoid resolving the basename part of filenames when the
12236         associated file is a symbolic link. This fixes a potential
12237         inconsistency between the filenames known to GDB and the
12238         filenames it prints in the annotations.
12239         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
12240         to be able to match a filename with either the real filename, or
12241         the name of any symbolic link to this file.
12242         (lookup_partial_symtab): Ditto.
12243
12244 2002-04-04  Michael Snyder  <msnyder@redhat.com>
12245
12246         * breakpoint.c: Add support for hardware breakpoints in overlays.
12247         (overlay_events_enabled): New state variable.
12248         (insert_breakpoints): Use overlay_events_enabled to decide
12249         whether to attempt to set a breakpoint at the overlay load addr.
12250         Handle bp_hardware_breakpoint as well as bp_breakpoint.
12251         (remove_breakpoint): Use overlay_events_enabled to decide
12252         whether breakpoints need to be removed from overlay load addr.
12253         Handle bp_hardware_breakpoint as well as bp_breakpoint.
12254         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
12255         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
12256         disable_overlay_breakpoints): Update overlay_events_enabled.
12257
12258 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
12259
12260         * dwarf2read.c (struct function_range): New.
12261         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
12262         (check_cu_functions): New.
12263         (read_file_scope): Initialize global function lists.
12264         Call dwarf_decode_line after processing children.
12265         (read_func_scope): Add to global function list.
12266         (dwarf_decode_lines): Call check_cu_functions everywhere
12267         record_line is called.  Call record_line with a linenumber
12268         of 0 to mark sequence ends.
12269
12270 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
12271
12272         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
12273         change sync with glibc.
12274
12275 2002-04-03  Jim Blandy  <jimb@redhat.com>
12276
12277         * configure.in: Call AC_C_INLINE.
12278         * configure: Regenerated.
12279
12280 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
12281
12282         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
12283         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
12284
12285 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
12286
12287         * NEWS: Mention gcore support on FreeBSD/i386.
12288
12289         * fbsd-proc.c: New file.
12290         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
12291         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
12292
12293         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
12294         while statement.
12295
12296 2002-03-29  Jim Blandy  <jimb@redhat.com>
12297
12298         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
12299         unescaped newlines in string literals, but newer ones don't.  So
12300         escape them.
12301
12302 2002-03-26  Michael Snyder  <msnyder@redhat.com>
12303             Andrew Cagney <cagney@redhat.com>
12304
12305         * cli/cli-dump.c: New file.  Dump memory to file,
12306         restore file to memory.
12307         * cli/cli-dump.h: New file.
12308         * Makefile.in: Add rules, dependencies for cli-dump.o.
12309         * NEWS: Mention new commands.
12310
12311 2002-03-28  Michael Snyder  <msnyder@redhat.com>
12312
12313         * symfile.c (symbol_file_add): Move test for null symbols to later.
12314
12315 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
12316
12317         From veksler at il.ibm.com:
12318         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
12319         the xstrduped original path.
12320         Fix PR gdb/417.
12321
12322 2002-03-27  Michael Snyder  <msnyder@redhat.com>
12323
12324         * breakpoint.c (_initialize_breakpoint): Clean up help string.
12325         * infcmd.c (_initialize_infcmd): Ditto.
12326         * language.c (_initialize_language): Ditto.
12327         * symfile.c (_initialize_symfile): Ditto.
12328         * top.c (_init_main): Ditto.
12329         * cli/cli-cmds.c (init_cli_cmds): Ditto.
12330
12331 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
12332
12333         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
12334         vector registers handling.
12335         (skip_prologue): Handle new AltiVec instructions.  Fill in new
12336         fields of frame data.
12337         (frame_get_saved_regs): Fill in information for AltiVec registers.
12338
12339 2002-03-27  Jim Blandy  <jimb@redhat.com>
12340
12341         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
12342         a function; leave this macro here to invoke that function.
12343         (symbol_init_mangled_name): Declaration for that function.
12344         * symtab.c (symbol_init_mangled_name): New function.
12345
12346 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
12347
12348         * valarith.c: Replace strerror with safe_strerror.
12349         * tracepoint.c: Ditto.
12350         * lin-lwp.c: Ditto.
12351         * go32-nat.c: Ditto.
12352         * inflow.c: Ditto.
12353         * gnu-nat.c: Ditto.
12354
12355 2002-03-27  Andreas Schwab  <schwab@suse.de>
12356
12357         * event-top.c (command_line_handler): Remove useless if.
12358
12359 2002-03-27  Andreas Jaeger  <aj@suse.de>
12360
12361         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
12362         comment.
12363
12364 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
12365
12366         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
12367         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
12368         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
12369         (x86_64_linux_dr_get_status, supply_gregset),
12370         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
12371         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
12372         (x86_64_register_info_table): Add.
12373         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
12374         (x86_64_register_raw_size, x86_64_register_virtual_type),
12375         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
12376         general x86_64_register_info_table.
12377         (i386_gdbarch_init): gdbarch_register_bytes is now set
12378         dynamicaly during initialization.
12379         * regformats/reg-x86-64.dat: Synced with changes to registers above.
12380         * gdbserver/linux-x86-64-low.c: Ditto.
12381
12382 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
12383
12384         * gdbserver/server.c (main): Call target_signal_to_host_p
12385         and target_signal_to_host on signals received from the remote.
12386         * gdbserver/remote-utils.c (prepare_resume_reply): Call
12387         target_signal_from_host on signals sent to the remote.
12388         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
12389         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
12390
12391 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
12392
12393         * signals/signals.c: Include "server.h" in gdbserver build.
12394         (target_signal_from_name): Don't use STREQ.
12395         (_initialize_signals): Likewise.  Don't include function in
12396         gdbserver build.
12397
12398 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
12399
12400         * signals.c: Moved to...
12401         * signals/signals.c: Here.
12402         * Makefile (signals.o): Update.
12403
12404 2002-03-26  Jeff Law (law@redhat.com)
12405
12406         * somread.c (som_symtab_read): Remove some commented out code and
12407         updated related comments.  Do not set the minimal symbol table to
12408         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
12409         in a dynamic executable.
12410         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
12411         where we are unable to find the minimal symbol for the given
12412         PC value.
12413
12414 2002-03-25  Jeff Law (law@redhat.com)
12415
12416         * linux-proc.c (read_mapping): Scan up to end of line for filename.
12417
12418 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
12419
12420         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
12421
12422 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
12423
12424         * command.h: Update copyright.
12425         (struct cmd_list_element): Replace definition with opaque
12426         declaration.
12427         (enum cmd_types): Document that it will eventually be moved to
12428         cli/cli-decode.h
12429         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
12430         (MALLOCED_REPLACEMENT): Delete macro.
12431         * Makefile.in (cli_decode_h): Add $(command_h).
12432         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
12433         * top.c: Include "cli/cli-decode.h".
12434         * completer.c: Include "cli/cli-decode.h".
12435         * maint.c: Include "cli/cli-decode.h".
12436         * cli/cli-decode.h: Include "command.h".
12437         (enum command_class): Delete.
12438         (enum cmd_types): Comment out.
12439         (enum cmd_auto_boolean): Delete.
12440         (enum var_types): Delete.
12441
12442 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
12443
12444         * cli/cli-decode.c: Include "gdb_assert.h".
12445         (add_set_or_show_cmd): New static function.
12446         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
12447         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
12448         all fields, such as func, from the set command.
12449
12450 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
12451
12452         * MAINTAINERS (sh-elf): Change warning flag to -w.
12453
12454 2002-03-23  Andrew Cagney  <cagney@redhat.com>
12455
12456         * defs.h (error): Add printf format attribute.
12457         * thread-db.c (thread_from_lwp): Fix error format string.
12458         * stack.c (parse_frame_specification): Ditto.
12459         * cli/cli-decode.c (undef_cmd_error): Ditto.
12460         * scm-lang.c (scm_lookup_name): Ditto.
12461         * tracepoint.c (trace_error): Ditto.
12462         * remote-utils.c (usage): Ditto.
12463         * remote.c (compare_sections_command): Ditto.
12464         Fix PR gdb/328.
12465
12466 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
12467
12468         * gdbtypes.c (append_composite_type_field): New function.
12469         (init_composite_type): New function.
12470         * gdbtypes.h (append_composite_type_field): Declare.
12471         (init_composite_type): Ditto.
12472
12473 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
12474
12475         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
12476         function.
12477         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
12478         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
12479         structure returning convention for SYSV ABI case, but not
12480         for GNU/Linux, FreeBSD, or NetBSD.
12481
12482 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
12483
12484         * symtab.h (lookup_block_symbol): Add mangled_name argument
12485         to prototype.
12486
12487         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
12488         with new mangled_name argument.
12489         * linespec.c (decode_line_1): Likewise.
12490         * valops (value_of_this): Likewise.
12491         * symtab.c (lookup_transparent_type): Likewise.
12492         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
12493         (lookup_symbol): If we are given a mangled name, pass it down
12494         to lookup_symbol_aux.
12495         (lookup_block_symbol): If we are given a mangled name to check
12496         against, only return symbols which match it.
12497
12498 2002-03-22  Christopher Faylor  <cgf@redhat.com>
12499
12500         * win32-nat.c (child_create_inferior): Check for proper shell to use
12501         here, in case the user changes it on the fly.
12502         (_initialize_inftarg): Remove shell path considerations.
12503
12504 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
12505
12506         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
12507         for gdbarch_max_register_raw_size and max_register_virtual_size.
12508         Adjust copyright year.
12509
12510 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
12511
12512          * dbxread.c (process_one_symbol): Extend the first N_SLINE
12513          in a function to cover the entire beginning of the function
12514          as well if it does not already.
12515
12516 2002-03-21  Tom Rix  <trix@redhat.com>
12517
12518         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
12519         (rs6000_ptrace64): Renamed from ptrace64.
12520
12521 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
12522
12523         * gdbserver/remote-utils.c (remote_open): Don't call
12524         getprotobyname, we're all using TCP here so just use
12525         IPPROTO_TCP.
12526         * gdbserver/gdbreplay.c (remote_open): Ditto.
12527
12528 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
12529
12530         * regcache.c (_initialize_regcache): No need to call
12531         build_regcache() at this time; it gets called whenever
12532         the gdbarch changes.
12533
12534 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
12535
12536         * sparc-nat.c:  Include sys/param.h where possible.
12537
12538 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
12539
12540         Fix PR gdb/422.
12541         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
12542         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
12543         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
12544         complex types.
12545         * stabsread.c (rs6000_builtin_type): Likewise.
12546         (read_sun_floating_type): Likewise.
12547
12548 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
12549
12550         * stabsread.c (read_member_functions): Remove skip code for duplicate
12551         constructor/destructor methods.  Use standard parsing for these
12552         methods and just do not chain them to the list of methods after
12553         parsing.
12554
12555 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
12556
12557         * coffread.c: Remove redundant static declarations.  Replace
12558         occurrences of `PTR' with `void *'.
12559         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
12560         * top.h (quit_cover): Likewise.
12561         * defs.h (catch_errors): Likewise.
12562
12563 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
12564
12565         * defs.h (XMALLOC): Define.
12566         * gdb-events.sh (XMALLOC): Delete macro.
12567         * gdb-events.c, gdb-events.h: Regenerate.
12568         * gdbarch.sh (XMALLOC): Delete macro.
12569         * gdbarch.c: Regenerate.
12570         * serial.c (XMALLOC): Delete macro.
12571         * ui-file.c (XMALLOC): Ditto.
12572         * ser-unix.h (XMALLOC): Ditto.
12573         * sh-tdep.c (XMALLOC): Ditto.
12574         * ui-out.c (XMALLOC): Ditto.
12575         * utils.c (XMALLOC): Ditto.
12576         * i386-tdep.c (XMALLOC): Ditto.
12577         * gdb-events.c (XMALLOC): Ditto.
12578         * d10v-tdep.c (XMALLOC): Ditto.
12579         * cli-out.c (XMALLOC): Ditto.
12580
12581         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
12582         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
12583         * ui-file.c, ui-out.c: Ditto.
12584
12585 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
12586
12587         * command.h (struct cmd_list_element): Add field context.
12588         (set_cmd_context, get_cmd_context): Declare.
12589         * cli/cli-decode.h: Ditto.
12590         * cli/cli-decode.c (get_cmd_context): New function.
12591         (set_cmd_context): New function.
12592         (add_cmd): Initialize context.
12593         Part of fixing PR gdb/145 and PR gdb/146.
12594
12595 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
12596
12597         * cli/cli-decode.c (cmd_type): New function.
12598         * command.h (cmd_type): Declare.
12599         * infrun.c (set_schedlock_func): Call function cmd_type.
12600         * kod.c (kod_set_os): Call cmd_type.
12601         * cris-tdep.c (cris_version_update): Use function cmd_type.
12602         (cris_mode_update, cris_abi_update): Ditto.
12603
12604         * command.h: (execute_cmd_post_hook): Declare.
12605         (execute_cmd_pre_hook): Declare.
12606         * cli/cli-script.c (clear_hook_in_cleanup): New function.
12607         (execute_cmd_post_hook, execute_cmd_pre_hook): New
12608         functions. Execute pre/post hook while ensuring that afterwords
12609         hook_in is cleared.
12610         * top.c (execute_command): Use execute_cmd_post_hook, and
12611         execute_cmd_pre_hook to execute pre/post commands.
12612         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
12613         hook_stop_stub.
12614         (hook_stop_stub): Call execute_cmd_pre_hook.
12615
12616 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
12617
12618         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
12619         set'' and this leads to a core dump.  Move xstrdup of
12620         operating_system to after check that it is not NULL.
12621
12622 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
12623
12624         * kod.c (kod_set_os): Remove unnecessary check that
12625         ``command->type'' is set_cmd.
12626
12627         * valprint.c (set_input_radix): Use input_radix.
12628         (set_output_radix): Use output_radix.
12629         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
12630         isn't reverted.
12631
12632 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
12633
12634         * value.h (struct value): Delete field ``substring_addr''.  Change
12635         aligner fields to force_doublest_align, force_longest_align,
12636         force_core_addr_align and force_pointer_aligh.
12637
12638         * value.h (struct value): Fix typo in above change.
12639
12640 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
12641
12642         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
12643         to fix internal_error from ``maintenance print architecture''.
12644
12645 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
12646
12647         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
12648         for gcc versions after gcc-2.8.1.
12649
12650 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
12651
12652         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
12653         for method resolution.  Restore adjustment of ``this'' pointer after
12654         calling value_struct_elt, which was accidentally removed during the
12655         HP merge.
12656
12657 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
12658
12659         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
12660         value_of_register.
12661         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
12662         get_saved_register.
12663         * value.h (value_of_register): Update.
12664
12665 2002-03-14  Richard Henderson  <rth@redhat.com>
12666
12667         * configure.in: Detect declaration for canonicalize_file_name.
12668         * utils.c (canonicalize_file_name): Declare, if needed.
12669         (gdb_realpath): Prefer realpath if available and usable.
12670         * config.in, configure: Rebuild.
12671
12672 2002-03-14  Richard Henderson  <rth@redhat.com>
12673
12674         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
12675         a constant array bound.
12676
12677         * MAINTAINERS: Add myself to write-after-approval.
12678
12679 2002-03-14  Michael Snyder  <msnyder@redhat.com>
12680
12681         * symfile.c (syms_from_objfile): Return immediately if no syms.
12682         (symbol_file_add): Return immediately if no syms.
12683         (find_sym_fns): Return immediately if no syms.
12684
12685 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
12686
12687         * gdbserver/remote-util.c (remote_open): Print remote-side's
12688         IP address when remote debugging over the network.
12689
12690 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
12691
12692         * config/sparc/fbsd.mh: Fix copyright.
12693         * config/sparc/fbsd.mt: Likewise.
12694
12695 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
12696
12697         * MAINTAINERS: Fix typo in name of gdb warnings option.
12698         (x86-64): Fix formating so that this can be parsed by awk.
12699
12700 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
12701
12702         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
12703         * defs.h: Include "gdb/signals.h".
12704         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
12705
12706 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
12707
12708         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
12709         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
12710         from x86-64-tdep.h
12711
12712 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
12713             Don Howard <dhoward@redhat.com>
12714
12715         * mips-tdep.c (ST0_FR): Define.
12716         (mips2_fp_compat): New function, temporarily disabled.
12717         (mips_read_fp_register_single): New function.
12718         (mips_read_fp_register_double): New function.
12719         (mips_print_register): Use them.
12720         (do_fp_register_row): Likewise.
12721
12722 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
12723
12724         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
12725         approval''.
12726
12727 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
12728
12729         * stabsread.c (read_member_functions): Fix is_stub test for
12730         static member functions, improve comment.
12731
12732 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
12733
12734         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
12735         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
12736         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
12737         commands that set boolean values.
12738         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
12739         (arm_rdi_resume): Always initialize PC.
12740         (arm_rdi_open): Don't use rslt as a boolean.
12741         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
12742         (arm_rdi_fetch_registers, arm_rdi_store_registers)
12743         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
12744         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
12745
12746 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
12747
12748         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
12749         * configure: Rebuilt.
12750
12751 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12752
12753         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
12754         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
12755
12756 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
12757
12758         * cli/cli-decode.c (set_cmd_completer): New function.
12759         * command.h (set_cmd_completer): Declare.
12760         * cli/cli-decode.h (set_cmd_completer): Ditto.
12761
12762         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
12763         * cli/cli-cmds.c (init_cli_cmds): Ditto.
12764         * win32-nat.c (_initialize_inftarg): Ditto.
12765         * remote-rdi.c (_initialize_remote_rdi): Ditto.
12766         * proc-api.c (_initialize_proc_api): Ditto.
12767         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
12768         * source.c (_initialize_source): Ditto.
12769         * exec.c (_initialize_exec): Ditto.
12770         * solib.c (_initialize_solib): Ditto.
12771         * top.c (init_main): Ditto.
12772         * tracepoint.c (_initialize_tracepoint): Ditto.
12773         * symfile.c (_initialize_symfile): Ditto.
12774         * printcmd.c (_initialize_printcmd): Ditto.
12775         * infcmd.c (_initialize_infcmd): Ditto.
12776         * corefile.c (_initialize_core): Ditto.
12777
12778 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
12779
12780         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
12781
12782 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
12783
12784         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
12785
12786 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
12787
12788         * NEWS: Update headings, 5.2 has branched.
12789
12790 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
12791
12792         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
12793         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
12794         (register_addr, REGISTER_RAW_SIZE): Likewise.
12795         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
12796         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
12797
12798 2002-03-03  Michal Ludvig <mludvig@suse.cz>
12799
12800         * MAINTAINERS (x86-64): Add myself.
12801         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
12802         changed value_ptr -> struct value *
12803
12804 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
12805
12806         * configure.host (sparc64-*-freebsd): Add.
12807         * configure.tgt: Likewise.
12808         * config/sparc/fbsd.mh: New file.
12809         * config/sparc/fbsd.mt: Likewise.
12810         * config/sparc/nm-fbsd.h: Likewise.
12811         * config/sparc/tm-fbsd.h: Likewise.
12812
12813 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
12814
12815         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
12816         regformats/reg-s390x.dat.
12817
12818 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
12819
12820         * utils.c: Add FIXME explaining true/false problem.
12821
12822 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
12823
12824         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
12825
12826 2002-02-28  Michael Chastain  <mec@shout.net>
12827
12828         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
12829
12830 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
12831
12832         * gdbserver/linux-s390-low.c: New file.
12833         * regformats/reg-s390.dat: New file.
12834         * regformats/reg-s390x.dat: New file.
12835         * gdbserver/configure.srv: Add S/390.
12836         * gdbserver/Makefile.in: Add S/390.
12837         * configure.tgt: Enable gdbserver for S/390.
12838
12839 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
12840
12841         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
12842         first line of the doc string for "info dos", except at the end of
12843         the sentence, since the short help stops at the first period.
12844
12845 2002-02-28  Jason Merrill  <jason@redhat.com>
12846
12847         * dwarf2read.c (dwarf_cfi_name): Add new codes.
12848
12849 2002-02-27  Fred Fish  <fnf@redhat.com>
12850
12851         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
12852         comment (dumy -> dummy).
12853
12854 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
12855
12856         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
12857
12858 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
12859
12860       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
12861
12862 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
12863
12864         * gdbserver/acconfig.h: New file.
12865         * gdbserver/i387-fp.c: New file.
12866         * gdbserver/i387-fp.h: New file.
12867         * gdbserver/linux-x86-64.c: New file.
12868         * regformats/reg-x86-64.dat: New file.
12869         * configure.tgt: Add x86_64-*-linux* gdbserver support.
12870         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
12871         * gdbserver/configure.in: Add support for regsets.
12872         * gdbserver/config.in: Regenerate.
12873         * gdbserver/configure: Regenerate.
12874         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
12875         * gdbserver/linux-low.h: New file.
12876         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
12877         for regsets.
12878         * gdbserver/linux-arm-low.c: Include "linux-low.h".
12879         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
12880         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
12881         * gdbserver/linux-mips-low.c: Include "linux-low.h".
12882         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
12883         * gdbserver/linux-sh-low.c: Include "linux-low.h".
12884         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
12885         "i387-fp.h".  Add PTRACE_GETREGS and friends.
12886         * gdbserver/regcache.c (supply_register): New function.
12887         (supply_register_by_name): New function.
12888         (collect_register): New function.
12889         (collect_register_by_name): New function.
12890
12891 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
12892
12893         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
12894         (config.status): Add configure.srv dependency.
12895         (server_h): Add config.h dependency.
12896
12897 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
12898
12899         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
12900         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
12901         * gdbserver/configure.srv: Change i386-*-linux* to use
12902         reg-i386-linux.o.
12903
12904 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
12905
12906         * x86-64-tdep.c: Re-indent.  Update copyright date.
12907
12908 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
12909
12910         From Michal Ludvig <mludvig@suse.cz>:
12911         * x86-64-tdep.c (value.h): Delete.
12912         (gdb_assert.h): Include.
12913         (x86_64_register_convert_to_virtual,
12914         x86_64_register_convert_to_raw ): Add check which lets only
12915         floating-point values to be converted.
12916         (value_push): Delete.
12917         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
12918         (i386_gdbarch_init): Number of register_bytes fixed.
12919
12920 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
12921
12922         * MAINTAINERS: Add x86-64 target.
12923
12924 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
12925
12926         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
12927         * osfsolib.c (solib_map_sections): Ditto.
12928         * irix5-nat.c (solib_map_sections): Ditto.
12929         * corelow.c (gdb_check_format): Ditto.
12930         * symfile.c (symfile_bfd_open): Ditto.
12931         * solib.c (solib_map_sections): Ditto.
12932         Fix PR gdb/354.
12933
12934 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
12935
12936         * remote.c (_initialize_remote): By default, disable ``e'' and
12937         ``E'' step out-of-range packets.
12938
12939 2002-02-26  Andreas Schwab  <schwab@suse.de>
12940
12941         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
12942         m68k_linux_frame_saved_pc.
12943         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
12944         in_sigtramp.
12945         (SIGCONTEXT_PC_OFFSET): Remove.
12946         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
12947         m68k_linux_sigtramp_saved_pc): New functions.
12948         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
12949         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
12950         (UCONTEXT_PC_OFFSET): Define.
12951         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
12952         non-RT and RT signal trampolines.
12953
12954 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
12955
12956         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
12957         (TARGET_NBPG, STACK_END_ADDR): Delete
12958         (VARIABLES_INSIDE_BLOCK): Delete.
12959
12960 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
12961
12962         * utils.c (perror_with_name): Make string parameter constant.
12963         (print_sys_errmsg): Ditto.
12964         (query): Ditto.
12965         * defs.h (perror_with_name): Update.
12966         (print_sys_errmsg): Update.
12967         (query): Update.
12968
12969 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
12970
12971         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
12972         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
12973
12974 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
12975
12976         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
12977         if it already matches the current architecture from the exec file.
12978         Include arch-utils.h for gdbarch_info_init prototype.
12979         * Makefile.in (rs6000-nat.o): Update dependencies.
12980
12981 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
12982
12983         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
12984          list of exported variables.
12985
12986 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
12987
12988         * gdbserver/configure.srv: New file.
12989         * gdbserver/configure.in: Use configure.srv instead
12990         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
12991         from it.
12992         * gdbserver/configure: Regenerated.
12993         * gdbserver/terminal.h: New file.
12994         * gdbserver/Makefile.in: Update for configure changes.  Remove
12995         more unneeded include paths.
12996
12997 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
12998
12999         From wiz at danbala:
13000         * config/sparc/tm-sp64.h: Fix grammar and typos.
13001         Fix PR gdb/287.
13002
13003 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
13004
13005         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
13006         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
13007         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
13008         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
13009         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
13010         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
13011         * s390-tdep.c: Ditto.
13012         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
13013         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
13014         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
13015         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
13016         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
13017         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
13018         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
13019         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
13020         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
13021         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
13022         Fix PR gdb/378.
13023
13024 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
13025
13026         * lin-thread.c: Delete file.
13027         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
13028         to gdb_proc_service.h.
13029         * configure: Re-generate.
13030
13031         * ocd.c (ocd_open): Do not try to open the "ocd" device.
13032         * serial.c (serial_open): Delete check for "ocd".
13033         Fix PR gdb/349.
13034
13035         * Makefile.in (linux-thread.o): Delete target.
13036         * linux-thread.c: Delete file.
13037
13038         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
13039         renamed SH files to be consistent.
13040
13041         * symtab.c (sort_search_symbols): Use xfree.
13042
13043 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
13044
13045         * arm-linux-tdep.c (arm_linux_init_abi): Register
13046         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
13047         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
13048         definition with undef, since we don't want the sysvr4 definition.
13049         (SKIP_TRAMPOLINE_CODE): Likewise.
13050
13051 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
13052
13053         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
13054
13055         * configure.in: (AC_CHECK_FUNCS) Added test for
13056         canonicalize_file_name Regenerated.
13057         * config.in, configure: Regenerated.
13058         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
13059         defined use canonicalize_file_name.
13060
13061 2002-02-23  Michael Chastain  <mec@shout.net>
13062
13063         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
13064
13065 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
13066
13067         * README: Remove references to cygnus.com.
13068         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
13069         dot com'' form.  Remove references to cygnus.com and sourceware.
13070
13071 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
13072
13073         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
13074         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
13075         1003.1-2001 no longer allows "head -1".
13076         * gdb/Makefile.in (version.c): Likewise.
13077         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
13078         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
13079         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
13080
13081 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
13082
13083         * cli/cli-decode.c (cmd_cfunc_eq): New function.
13084         * command.h (cmd_cfunc_eq): Declare.
13085         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
13086
13087         * cli/cli-cmds.h (is_complete_command): Change parameter to a
13088         ``struct cmd_list_element *''.
13089         * cli/cli-cmds.c (is_complete_command): Update.  Use
13090         cmd_cfunc_eq.
13091         * top.c (execute_command): Pass the command to
13092         is_complete_command.
13093         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
13094
13095 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
13096
13097         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
13098         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
13099         architecture defines.
13100         * s390-tdep.c (s390_gdbarch_init): Likewise.
13101
13102 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
13103
13104         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
13105         (arm_linux_push_arguments): Likewise.
13106         (arm_linux_init_abi): Register them.  Also register linux-specific
13107         call_dummy_words.
13108         (find_minsym_and_objfile): Use strcmp, not STREQ.
13109         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
13110         (arm_linux_call_dummy_words): Delete declaration.
13111         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
13112         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
13113         declarations.
13114         (LOWEST_PC): Delete.
13115
13116 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
13117
13118         * maint.c (print_section_info): Do not prepend `0x' to filepos
13119         output, it will be handled by local_hex_string_custom.
13120
13121 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
13122
13123         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
13124         (store_newfpe_double, store_newfpe_extended, store_fpregister)
13125         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
13126
13127 2002-02-22  Jim Blandy  <jimb@redhat.com>
13128
13129         Indicate that the bcache functions don't change the strings
13130         they're passed.
13131         * bcache.h (bcache, hash): Add `const' keywords to declarations.
13132         * bcache.c (bcache, hash): Add `const' keywords to definitions.
13133
13134 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
13135
13136         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
13137
13138 2002-02-21  Christopher Faylor  <cgf@redhat.com>
13139
13140         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
13141         find the complete path to a loaded DLL.
13142
13143 2002-02-21  Fred Fish  <fnf@redhat.com>
13144
13145         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
13146         that marks the end of the range of a function, enter a line number
13147         entry that has a line number of zero and a PC offset that matches
13148         the end of the function.  This starts a range of PC's for which no
13149         line number information is known.
13150         * symtab.c (find_pc_sect_line): If our best fit is in a range of
13151         PC's for which no line number info is found (line number is zero)
13152         then we didn't find any valid line information.
13153         * symtab.h: Document use of zero line number entry.
13154
13155 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
13156
13157         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
13158         (have_ptrace_getvrregs): Define for run time checks.
13159         (gdb_vrregset_t): New type for Altivec register handling.
13160         (fetch_register, store_register): Fetch/store altivec register
13161         when needed.
13162         (fetch_altivec_register, store_altivec_register): New functions.
13163         (supply_vrregset, fill_vrregset): New functions.
13164         (fetch_altivec_registers, store_altivec_registers): New functions.
13165         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
13166         registers as well.
13167
13168 2002-02-21  Jiri Smid  <smid@suse.cz>
13169
13170         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
13171
13172 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
13173
13174         * Makefile.in (armnbsd-nat.o): Update dependencies.
13175         * armnbsd-nat.c (supply_gregset): New function.  Common code to
13176         supply the integer register set.
13177         (supply_fparegset): New function.  Similar for FPA registers.
13178         (fetch_regs, fetch_fp_regs): Use them.
13179         (fetch_core_registers): Likewise.
13180         (fetch_elfcore_registers): New function.
13181         (arm_netbsd_elfcore_fns): New core-file type specification.
13182         (_initialize_arm_netbsd_nat): Register it.
13183
13184 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
13185
13186         * armnbsd-nat.c: Include gdbcore.h.
13187         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
13188         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
13189         'void' to declaration, to shut up ARI.
13190         (fetch_core_registers): Make static.  Rewrite using supply_register.
13191         (arm_netbsd_core_fns): New core-file type specification.
13192         (_initialize_arm_netbsd_nat): New function.
13193
13194 2002-02-21  Christopher Faylor  <cgf@redhat.com>
13195
13196         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
13197         value.
13198
13199 2002-02-20  Christopher Faylor  <cgf@redhat.com>
13200
13201         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
13202         fails.
13203
13204 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
13205
13206         * jv-exp.y (parse_number): Change type of implicit longs
13207         to builtin_type_uint64.
13208
13209 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
13210
13211         * gdbserver/linux-low.c (mywait): Change argument to waitpid
13212         to be an integer instead of a `union wait'.
13213
13214 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
13215
13216         * mips-linux-nat.c: Call the operating system GNU/Linux.
13217         * mips-linux-tdep.c: Likewise.
13218         * mips-tdep.c: Likewise.
13219
13220 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
13221
13222         Fix PR gdb/265.
13223         * jv-exp.y (parse_number): Handle 64-bit integers.
13224
13225 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
13226
13227         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
13228         AC_STDC_HEADERS to AC_HEADER_STDC.
13229         * gdbserver/configure: Regenerated.
13230
13231 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
13232
13233         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
13234         is defined.
13235         * sparc-tdep.c (get_longjmp_target): Likewise.
13236
13237 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
13238
13239         * News: Add news about ARM and Multi-arch.  Mention the new target
13240         arm*-*-netbsd*.
13241
13242 2002-02-19  Jim Blandy  <jimb@redhat.com>
13243
13244         * stabsread.c (error_type_complaint): Improve error message.
13245
13246 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
13247
13248         * gdbserver/README: Update documentation.
13249         * gdbserver/configure.in: Update configury to match documentation.
13250         * gdbserver/Makefile.in: Likewise.
13251         * gdbserver/configure: Regenerated.
13252         * gdbserver/aclocal.m4: New file, generated by aclocal.
13253         * gdbserver/config.in: New file, generated by autoheader.
13254
13255 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
13256
13257         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
13258         armnbsd-nat.c.
13259
13260 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
13261
13262         * arm-tdep.h (enum arm_float_model): New enum.
13263         (struct gdbarch_tdep): Add fp_model.
13264         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
13265         up floating-point conversions until we know the floating-point model
13266         in use by the inferior.  Don't complain about being unable to
13267         determine the ABI of the inferior when we don't have one.
13268         (arm_extract_return_value): Support different floating-point models.
13269         (arm_store_return_value): Likewise.
13270         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
13271         ARM_FLOAT_SOFT.
13272         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
13273
13274 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
13275
13276         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
13277         of ``current_gdbarch''.
13278
13279 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
13280
13281         * armnbsd-nat.c : ANSIfy all function declarations.
13282         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
13283         (fetch_inferior_registers): Re-implement in terms of above.
13284         (store_register, store_regs, store_fp_register, store_fp_regs): New.
13285         (store_inferior_registers): Re-implement in terms of above.
13286
13287 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
13288
13289         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
13290         kernel.
13291         * arm-linux-tdep.c: Likewise.
13292         * config/arm/tm-linux.h: Likewise.
13293
13294 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
13295
13296         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
13297         * config/arm/nbsd.mt (TM_FILE): Delete.
13298         * config/arm/tm-nbsd.h: Delete.
13299
13300 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
13301
13302         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
13303         Initialize CALL_DUMMY_LENGTH.
13304
13305 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
13306
13307         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
13308         function.
13309         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
13310         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
13311         defines one thing and that is incorrect for this port.
13312         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
13313
13314 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
13315
13316         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
13317
13318 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
13319
13320         * win32-nat.c (display_selector): New function. Displays information
13321         about the information returned by GetThreadSelectorEntry API function.
13322         (display_selectors): New function. Displays the infomation of
13323         the selector given as argument, or of CS, DS ans FS selectors
13324         if no argument is given.
13325         ( _initialize_inftarg): Add "w32" as info prefix command.
13326         Add "info w32 selector" as command calling display_selectors.
13327
13328 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
13329
13330         * i386-tdep.c (get_longjmp_target): Fix compilation failure
13331         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
13332         if not defined.
13333
13334 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
13335
13336         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
13337
13338 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
13339
13340         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
13341         (arm_fix_call_dummy): Call it.
13342         (arm_call_dummy_breakpoint_offset): Delete.
13343         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
13344         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
13345
13346 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
13347
13348         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
13349         Default to func_frame_chain_valid.
13350         * gdbarch.h, gdbarch.c: Re-generate.
13351         * frame.h (FRAME_CHAIN_VALID): Delete definition.
13352
13353 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
13354
13355         * ppc-linux-nat.c: Update copyright.
13356         (fetch_register, store_register): Add tid parameter, don't compute
13357         tid here.
13358         (fetch_ppc_registers, store_ppc_registers): Add tid
13359         parameter. Pass it along to callees.
13360         (fetch_inferior_registers, store_inferior_registers): Compute tid
13361         here, and pass it to calleed functions.
13362         (fill_gregset, supply_fpregset): Clean up formatting.
13363
13364 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
13365
13366         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
13367         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
13368
13369 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
13370
13371         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
13372         * gdbarch.c gdbarch.h: Regenerate.
13373         * breakpoint.c (create_longjmp_breakpoint): Always compile this
13374         function.
13375         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
13376         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
13377         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
13378
13379         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
13380         * arm-tdep.c (arm_get_longjmp_target): New function.
13381         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
13382         this to a positive value register arm_get_longjmp_target as the
13383         longjmp handler.
13384         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
13385         (arm_linux_init_abi): Set up longjmp description in tdep.
13386         * armnbsd-nat.c (get_longjmp_target): Delete.
13387         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
13388         description in tdep.
13389         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
13390         (get_longjmp_target): Delete declaration.
13391         (GET_LONGJMP_TARGET): Delete.
13392         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
13393         (GET_LONGJMP_TARGET): Delete.
13394
13395 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
13396
13397         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
13398         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
13399         of ``current_gdbarch''.
13400
13401 2002-02-17  Tom Tromey  <tromey@redhat.com>
13402
13403         * cli/cli-cmds.c (compare_strings): New function.
13404         (complete_command): Only print each unique item once.
13405         * completer.h (complete_line): Declare.
13406         * completer.c (complete_line): New function.
13407         (line_completion_function): Use it.
13408
13409 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
13410
13411         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
13412         * gdbarch.h, gdbarch.c: Re-generate.
13413
13414 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
13415
13416         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
13417
13418 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
13419
13420         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
13421         * valops.c (value_arg_coerce): Don't take the address of a reference
13422         to convert an argument to a reference.
13423
13424 2002-02-15  Christopher Faylor  <cgf@redhat.com>
13425
13426         * win32-nat.c (get_image_name): New function.
13427         (handle_load_dll): Use get_image_name function.
13428         (get_child_debug_event): Avoid registering debug events until possibly
13429         execed process is started.
13430         (child_create_inferior): Allow invocation via shell so that command
13431         line redirection, etc.  works ok.
13432         (_initialize_inftarg): Add new command: "set shell" to control whether
13433         a shell is used to start a process.
13434
13435 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
13436
13437         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
13438         instead of find_register_by_number.
13439         (cannot_store_register): Likewise.
13440
13441 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
13442
13443         * dwarf2read.c: Replace fprintf (stderr, ...) by
13444         fprintf_unfiltered (gdb_stderr, ...).
13445
13446 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
13447
13448         * gdbserver/gdbserver.1: Document --attach.
13449
13450 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
13451
13452         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
13453         descriptions.
13454         * arm-tdep.c (arm_default_arm_le_breakpoint)
13455         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
13456         (arm_default_thumb_be_breakpoint): New.  Initialize them from
13457         traditional breakpoint defines.
13458         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
13459         (arm_gdbarch_init): Initialize new breakpoint variables.
13460         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
13461         (arm_linux_init_abi): Initialize linux-specific breakpoint.
13462         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
13463         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
13464         code out to ...
13465         (arm_netbsd_init_abi_common): ... here; new function.
13466         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
13467         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
13468         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
13469         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
13470
13471 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
13472
13473         * arm-tdep.h (enum arm_abi): New enum.
13474         (struct gdbarch_tdep): New structure.
13475         (LOWEST_PC): Provide a default.
13476         (arm_gdbarch_register_os_abi): Declare new function.
13477         * arm-tdep.c (arm_abi_names): New array.
13478         (process_note_abi_tag_sections): New function.
13479         (get_elfosabi): New function.
13480         (arm_gdbarch_register_os_abi): New function.
13481         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
13482         support for that ABI has been built in, then call the appropriate
13483         configuration routine.  Use gdbarch_num_regs() to get the number
13484         of registers.
13485         (arm_dump_tdep): New function.
13486         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
13487         place-holder functions.
13488         (_initialize_arm_tdep): Register them.
13489         * config/arm/tm-arm.h (LOWEST_PC): Delete.
13490
13491         * armnbsd-tdep.c: New file.
13492         * Makefile.in (armnbsd-tdep.o): Add dependencies.
13493         * config/arm/nbsd.mt (TDEPFILES): Add it.
13494         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
13495
13496         * armnbsd-nat.c: Include regcache.h.
13497         * Makefile.in (armnbsd-nat.o): Update dependency list.
13498
13499         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
13500
13501 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
13502
13503         * gdbserver/Makefile.in: Fix typos in target rules.
13504
13505 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
13506
13507         Fix part of PR gdb/267.
13508         * linespec.c (find_methods): Handle constructors specially for now.
13509
13510 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
13511
13512         * arm-tdep.c (arm_push_arguments): Eliminate special float type
13513         handling.
13514         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
13515         standard_coerce_float_to_double().
13516
13517 2002-02-14  Christopher Faylor  <cgf@redhat.com>
13518
13519         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
13520         GDBINIT_FILENAME.
13521
13522 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
13523
13524         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
13525         find_variant_by_name, because it confuses the multiarch
13526         framework. Return NULL if there isn't an architecture with the
13527         user supplied name, instead of forcing a different one without
13528         recording the change with the multiarch machinery.
13529         (find_variant_by_name): Delete.
13530
13531 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
13532
13533         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
13534         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
13535
13536 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
13537
13538         * stack.c (print_frame_info_base): When calling
13539         print_frame_info_listing_hook, set current_source_symtab.
13540
13541 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
13542
13543         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
13544         and remove unused $(INCLUDE_DIR).
13545         Add regcache.c to OBS.
13546         Add generated register protocol files to clean target.
13547         Update dependencies for new objects, obsolete old target code.
13548
13549         * gdbserver/linux-low.c: Remove all platform-specific code to
13550         new files.  Remove various dead code.  Update to use regcache
13551         functionality.
13552         * gdbserver/remote-utils.c (fromhex): Add return statement
13553         to quiet warning.
13554         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
13555         constant.
13556         (input_interrupt): Add integer parameter to match prototype
13557         of a signal handler.
13558         (outreg): Use register_data ().
13559         (prepare_resume_reply): Use gdbserver_expedite_regs.
13560         * gdbserver/server.c (main): Dynamically allocate own_buf because
13561         PBUFSIZ is no longer constant.  Use registers_to_string () and
13562         registers_from_string ().
13563         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
13564         for error (), fatal (), and warning ().  Update definition of
13565         PBUFSIZ to use regcache functionality.  Add include guard.
13566         * gdbserver/utils.c (fatal): Add missing ``const''.
13567         (warning): New function.
13568
13569         * regformats/regdat.sh: Include "regcache.h" in generated files.
13570         Provide init_registers () function.
13571         * regformats/regdef.h: Add prototype for set_register_cache ().
13572         Add include guard.
13573
13574         * gdbserver/linux-arm-low.c: New file.
13575         * gdbserver/linux-i386-low.c: New file.
13576         * gdbserver/linux-ia64-low.c: New file.
13577         * gdbserver/linux-m68k-low.c: New file.
13578         * gdbserver/linux-mips-low.c: New file.
13579         * gdbserver/linux-ppc-low.c: New file.
13580         * gdbserver/linux-sh-low.c: New file.
13581
13582         * gdbserver/regcache.c: New file.
13583         * gdbserver/regcache.h: New file.
13584
13585         * gdbserver/low-linux.c: Removed obsolete file.
13586
13587 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
13588
13589         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
13590         * config/i386/linux.mt: Likewise.
13591         * config/ia64/linux.mt: Likewise.
13592         * config/m68k/linux.mh: Likewise.
13593         * config/powerpc/linux.mh: Likewise.
13594         * config/mips/linux.mt: Likewise.
13595
13596         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
13597
13598         * config/i386/i386lynx.mh: Mark gdbserver variables
13599         as (currently) obsolete for this target.
13600         * config/i386/nbsd.mt: Likewise.
13601         * config/i386/nbsdelf.mt: Likewise.
13602         * config/m32r/m32r.mt: Likewise.
13603         * config/m68k/m68klynx.mh: Likewise.
13604         * config/m68k/nbsd.mt: Likewise.
13605         * config/m68k/sun3os4.mh: Likewise.
13606         * config/mips/vr5000.mt: Likewise.
13607         * config/ns32k/nbsd.mt: Likewise.
13608         * config/pa/hppabsd.mh: Likewise.
13609         * config/pa/hppaosf.mh: Likewise.
13610         * config/powerpc/nbsd.mt: Likewise.
13611         * config/rs6000/rs6000lynx.mh: Likewise.
13612         * config/s390/s390.mt: Likewise.
13613         * config/s390/s390x.mt: Likewise.
13614         * config/sparc/sparclynx.mh: Likewise.
13615         * config/sparc/sun4os4.mh: Likewise.
13616         * config/i386/x86-64linux.mt: Likewise.
13617         * config/sparc/linux.mh: Likewise.
13618
13619 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
13620
13621         * configure.tgt: Configure gdbserver only for known working
13622         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
13623         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
13624         SUBDIRS if it is configured.  Update comment for ${nativefile}.
13625         * configure: Regenerated.
13626
13627 2002-02-13  Michael Snyder  <msnyder@redhat.com>
13628
13629         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
13630
13631         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
13632         (default_gcore_mach): Just return 0, work around a problem in bfd.
13633         (default_gcore_target): OK to return NULL if exec_bfd is null.
13634         (make_mem_sec): Use a cast, avoid a warning.
13635
13636         * procfs.c (find_memory_regions_callback): Use a cast instead of
13637         calling host_pointer_to_address (which complains if
13638         sizeof (host pointer) != sizeof (target pointer)).
13639         (procfs_make_note_section): Avoid overflow in psargs string.
13640
13641         * procfs.c (procfs_make_note_section): Make the default
13642         implementation return an error.
13643
13644 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
13645
13646         * procfs.c (procfs_make_note_section): Provide a default definition
13647         (for alpha-dec-osf4.0f). Fix typos.
13648
13649 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
13650
13651         * linux-proc.c: Add include of regcache.h.
13652         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
13653
13654 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
13655
13656         From 2002-01-18 Greg McGary <greg@mcgary.org>:
13657         * memattr.c (create_mem_region): Disallow useless empty region.
13658         Regions are half-open intervals, so allow [A..B) [B..C) as
13659         non-overlapping.
13660
13661 2002-02-13  Michael Chastain <mec@shout.net>
13662
13663         * defs.h: Kill CONST_PTR.
13664         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
13665         * c-lang.c (c_builtin_types): Likewise.
13666         * ch-lang.c (ch_builtin_types): Likewise.
13667         * f-lang.c (f_builtin_types): Likewise.
13668         * language.c (unknown_builtin_types): Likewise.
13669         * m2-lang.c (m2_builtin_types): Likewise.
13670         * p-lang.c (pascal_builtin_types): Likewise.
13671         * scm-lang.c (c_builtin_types): Likewise.
13672
13673 2002-02-13  Keith Seitz  <keiths@redhat.com>
13674
13675         * arm-tdep.h (arm_get_next_pc): Add declaration.
13676
13677 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
13678
13679         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
13680         with other related struct-returning functions.
13681         (arm_extract_struct_value_address): New function.
13682         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
13683         initialize float_format, double_format and long_double_format as
13684         appropriate to the endianness of the target.
13685         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
13686         (arm_use_struct_convention): Delete declaration.
13687         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13688
13689 2002-02-13  Keith Seitz  <keiths@redhat.com>
13690
13691         * defs.h (core_addr_to_string_nz): New function.
13692
13693 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
13694
13695         Apply missing bits of 2002-01-15 patch.
13696         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
13697         (fill_fpregset): Use i387_fill_fsave.
13698
13699 2002-02-12  Keith Seitz  <keiths@redhat.com>
13700
13701         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
13702         (core_addr_to_string_nz): New function.
13703
13704 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
13705
13706         * arm-linux-nat.c: Really include arm-tdep.h.
13707         * config/arm/tm-linux.h (struct type, struct value): Declare.
13708
13709 2002-02-11  Michael Snyder  <msnyder@redhat.com>
13710
13711         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
13712         (gcore section): Ifdef for Solaris and Unixware only.
13713         (procfs_do_thread_registers): Unixware needs one lwpstatus
13714         per thread (not one prstatus or pstatus).
13715         (procfs_make_note_section): Iterate only over kernel threads (lwps),
13716         not over all gdb threads.  For unixware, call elfcore_write_pstatus
13717         once before iterating over threads.
13718
13719 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
13720
13721         * arm-tdep.h: New file.
13722         * arm-tdep.c: Include arm-tdep.h.
13723         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
13724         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
13725         (arm_print_float_info, arm_register_type, convert_to_extended)
13726         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
13727         (arm_extract_return_value, arm_register_name): Make static.
13728         (arm_software_single_step): Similarly.  Fix types in declaration.
13729         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
13730         (arm_store_return_value, arm_store_struct_return): New functions.
13731         (arm_gdbarch_init): Register the above functions.  Also register
13732         call_dummy_start_offset, sizeof_call_dummy_words,
13733         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
13734         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
13735         max_register_virtual_size, register_size.  Set up
13736         prologue_cache.saved_regs here, rather than ...
13737         (_initialize_arm_tdep): ... here.
13738         * config/arm/tm-arm.h (struct type, struct value): Delete forward
13739         declarations.
13740         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
13741         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
13742         (arm_print_float_info, arm_register_type, convert_to_extended)
13743         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
13744         (arm_extract_return_value, arm_register_name): Delete declarations.
13745         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
13746         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
13747         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
13748         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
13749         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
13750         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
13751         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
13752         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
13753         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
13754         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
13755         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
13756         (arm_get_next_pc): No-longer static -- these are needed by the RDI
13757         interface.
13758         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
13759         * remote-rdi.c remote-rdp.c: Likewise.
13760         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
13761         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
13762         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
13763         definition.
13764
13765         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
13766         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
13767         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
13768         from non-ARM_ prefixed definitions.
13769         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
13770         all uses of above.
13771         * remote-rdi.c remote-rdp.c: Likewise.
13772         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
13773
13774 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
13775
13776         * arm-tdep.c (arm_frameless_function_invocation)
13777         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
13778         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
13779         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
13780         (arm_pop_frame, arm_get_next_pc): Make static.
13781         (arm_gdbarch_init): Register above in gdbarch structure.
13782         (arm_read_fp): Renamed from arm_target_read_fp.
13783         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
13784         * config/arm/tm-arm.h (arm_frameless_function_invocation)
13785         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
13786         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
13787         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
13788         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
13789         (arm_pc_is_thumb_dummy): Delete declarations.
13790         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
13791         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
13792         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
13793         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
13794
13795 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
13796
13797         * symtab.c (compare_search_syms): New function.
13798         (sort_search_symbols): New function.
13799         (search_symbols): Sort symbols after searching rather than
13800         before.
13801
13802 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
13803
13804         * NEWS: Linux -> GNU/Linux.
13805
13806 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
13807
13808         * gdbarch.sh: For for level one methods, disallow a definition
13809         when partially multi-arched.  Add comments explaining rationale.
13810         * gdbarch.h: Re-generate.
13811
13812 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
13813
13814         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
13815         multi-arch partial.
13816
13817 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
13818
13819         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
13820         field.  Use diff -u.
13821         * gdbarch.c: Re-generate.
13822
13823 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
13824
13825         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
13826         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
13827         partial.
13828
13829 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
13830
13831         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
13832         multi-arch partial.
13833         (PUSH_ARGUMENTS): Switch to using predefault.
13834         * gdbarch.c: Regenerate.
13835
13836 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
13837
13838         * valops.c (PUSH_ARGUMENTS): Delete definition.
13839         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
13840         partial.  Default to default_push_arguments.
13841         * gdbarch.h, gdbarch.c: Regenerate.
13842
13843 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
13844
13845         * defs.h (throw_exception): Rename return_to_top_level.  Update
13846         comments.
13847         * utils.c (error_stream, internal_verror, quit): Ditto.
13848         * top.c (throw_exception, catcher): Ditto.
13849         * sparclet-rom.c (sparclet_load): Ditto.
13850         * remote.c (interrupt_query, minitelnet): Ditto.
13851         * remote-sds.c (interrupt_query): Ditto.
13852         * remote-mips.c (mips_error, mips_kill): Ditto.
13853         * ocd.c (interrupt_query): Ditto.
13854         * monitor.c (monitor_interrupt_query): Ditto.
13855         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
13856         * target.h: Update comment.
13857
13858         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
13859
13860 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
13861
13862         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
13863         default_double_format.
13864         * gdbarch.h, gdbarch.c: Re-generate.
13865         * findvar.c (floatformat_unknown): Delete variable definition.
13866         * doublest.h (floatformat_unknown): Delete variable declaration.
13867
13868 2002-02-09  Jim Blandy  <jimb@redhat.com>
13869
13870         * stabsread.c (read_type): Add code to parse Sun's syntax for
13871         prototyped function types.
13872
13873 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
13874
13875         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
13876         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
13877
13878 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
13879
13880         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
13881         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
13882         now _initialize_xcoffsolib gets called again and overrides the
13883         commands from solib.c in a native configuration.
13884
13885 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
13886
13887         * doublest.c (store_typed_floating): Don't try to return a value.
13888         Fixes PR gdb/290.
13889
13890 2002-02-08  Jim Blandy  <jimb@redhat.com>
13891
13892         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
13893         is prototyped and has no arguments, print its argument list as
13894         `(void)'.
13895
13896 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13897
13898         * MAINTAINERS (write-after-approval): Add myself.
13899         (paper-trail): I've escaped!
13900
13901 2002-02-08  Christopher Faylor  <cgf@redhat.com>
13902
13903         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
13904         changes.
13905         (_initialize_check_for_gdb_ini): Ditto.
13906
13907 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
13908
13909         * win32-nat.c (cygwin_pid_to_str): Fix typo.
13910         xaprintf -> xasprintf.
13911
13912 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
13913
13914         * win32-nat.c: Remove use of printf and sprintf functions.
13915
13916 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
13917
13918         * arm-tdep.c (arm_frame_chain_valid): Make static.
13919         (arm_push_arguments): Likewise.
13920         (arm_gdbarch_init): New function.
13921         (_initialize_arm_tdep): Call it.
13922         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
13923         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
13924         (FRAME_CHAIN_VALID): Delete.
13925         (arm_frame_chain_valid): Delete declaration.
13926         (PUSH_ARGUMENTS): Delete.
13927         (arm_push_arguments): Delete declaration.
13928         (CALL_DUMMY_P): Delete.
13929
13930 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
13931             Corinna Vinschen  <vinschen@redhat.com>
13932
13933         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
13934         on builtin float types.
13935
13936 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
13937
13938         * utils.c: Include <curses.h> before "bfd.h".
13939         * tui/tui-hooks.c: Likewise.
13940         * tui/tui.c: Likewise.
13941         * tui/tuiCommand.c: Likewise.
13942         * tui/tuiData.c: Likewise.
13943         * tui/tuiDataWin.c: Likewise.
13944         * tui/tuiDisassem.c: Likewise.
13945         * tui/tuiGeneralWin.c: Likewise.
13946         * tui/tuiIO.c: Likewise.
13947         * tui/tuiLayout.c: Likewise.
13948         * tui/tuiRegs.c: Likewise.
13949         * tui/tuiSource.c: Likewise.
13950         * tui/tuiSourceWin.c: Likewise.
13951         * tui/tuiStack.c: Likewise.
13952         * tui/tuiWin.c: Likewise.
13953
13954 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
13955
13956         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
13957         to include space for pseudoregs as well. Update loops accordingly.
13958         (sh_fp_frame_init_saved_regs): Ditto.
13959         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
13960
13961 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
13962
13963         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
13964         Add Richard Earnshaw to Arm maintainers.
13965
13966 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
13967
13968         * defs.h (warning_begin): Delete declaration.
13969
13970         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
13971         Delete macro.
13972
13973 2002-02-07  Michael Snyder  <msnyder@redhat.com>
13974
13975         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13976         Logic bug, remove misplaced else.
13977
13978 2002-02-07  Klee Dienes  <klee@apple.com>
13979
13980         * fork-inferior.c (fork_inferior): Add '!' to the list of
13981         characters that need to be quoted when building a string for the
13982         shell.  Quote '!' specifically with a backslash, since CSH chokes
13983         when trying to evaluate "str!str".
13984
13985 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
13986
13987         * rdi-share/host.h: Only provide a typedef for bool if it is not
13988         defined.
13989
13990 2002-02-04  Michael Snyder  <msnyder@redhat.com>
13991
13992         * breakpoint.h (enum bptype): Add new overlay event bp type.
13993         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
13994
13995         * breakpoint.c (create_internal_breakpoint): New function.
13996         (internal_breakpoint_number): Moved into create_internal_breakpoint.
13997         (create_longjmp_breakpoint): Use create_internal_breakpoint.
13998         (create_thread_event_breakpoint): Ditto.
13999         (create_solib_event_breakpoint): Ditto.
14000         (create_overlay_event_breakpoint): New function.
14001         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
14002         (update_breakpoints_after_exec): Delete and re-initialize
14003         overlay event breakpoints after an exec.  Add FIXME comment
14004         about longjmp breakpoint.
14005         (print_it_typical): Ignore overlay event breakpoints.
14006         (print_one_breakpoint): Ditto.
14007         (mention): Ditto.
14008         (bpstat_what): Do not stop for overlay event breakpoints.
14009         (delete_breakpoint): Don't delete overlay event breakpoints.
14010         (breakpoint_re_set_one): Delete the overlay event breakpoint.
14011         (breakpoint_re_set): Re-create overlay event breakpoint.
14012
14013         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
14014         (overlay_manual_command): Disable overlay breakpoints.
14015         (overlay_off_command): Disable overlay breakpoints.
14016
14017 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
14018
14019         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
14020         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
14021         to here from config/tm-arm.h.
14022         (coff_sym_is_thumb): Make static.
14023         (arm_elf_make_msymbol_special): New function.
14024         (arm_coff_make_msymbol_special): New function.
14025         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
14026         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
14027         (coff_sym_is_thumb): Delete declaration.
14028         (arm_elf_make_msymbol_special): Declare.
14029         (arm_coff_make_msymbol_special): Declare.
14030         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
14031         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
14032
14033 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
14034
14035         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
14036
14037 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
14038
14039         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
14040         * gdbarch.c gdbarch.h: Regenerate.
14041         * arch-utils.c (default_print_float_info): New function.
14042         * arch-utils.h (default_print_float_info): Prototype it.
14043         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
14044         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
14045         (PRINT_FLOAT_INFO): Document it.
14046
14047         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
14048         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
14049         (PRINT_FLOAT_INFO): Define.
14050
14051 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
14052
14053         * win32-nat.c (_initialize_check_for_gdb_ini):
14054         Add typecast to sprintf argument to suppress a warning.
14055
14056 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
14057
14058         * win32-nat.c (last_sig): Changed type of variable to target_signal,
14059         to allow easier handling of pass state.
14060         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
14061         that gives exception name and address.
14062         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
14063         and set last_sig value to ourstatus->value.sig. Some missing
14064         exceptions added.
14065         (child_continue): Correctly report continue_status.
14066         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
14067         TARGET_SIGNAL_0 (new default value).
14068         (child_resume): consider sig argument passed to decide if
14069         the exception should be passed to debuggee or not.
14070
14071 2002-02-05  Michael Snyder  <msnyder@redhat.com>
14072
14073         * regcache.c (fetch_register): Call target_fetch_register
14074         only if we don't call FETCH_PSEUDO_REGISTER.
14075         (store_register): Call target_store_register only if we
14076         don't call STORE_PSEUDO_REGISTER.
14077
14078 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
14079
14080         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
14081         ELF_MAKE_MSYMBOL_SPECIAL.
14082         * gdbarch.c, gdbarch.h: Regenerate.
14083         * arch-utils.c (default_make_msymbol_special): New function.
14084         * arch-utils.h (default_make_msymbol_special): Export.
14085         * elfread.c (elf_symtab_read): Compile use of
14086         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
14087         multiarched.
14088         * coffread.c (coff_symtab_read): Ditto, for
14089         COFF_MAKE_MSYMBOL_SPECIAL.
14090
14091 2002-02-05  Jim Blandy  <jimb@redhat.com>
14092
14093         * solib-svr4.c (svr4_truncate_ptr): New function.
14094         (svr4_relocate_section_addresses): Do the address arithmetic with
14095         the appropriate truncation for target addresses, even when
14096         CORE_ADDR is larger than a target address.
14097
14098 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
14099
14100         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
14101         to (int *).
14102
14103 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
14104
14105         * gdbserver/linux-low.c (kill_inferior): Remove commented out
14106         code.
14107
14108 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
14109
14110         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
14111
14112 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
14113
14114         * gdbserver/linux-low.c: Remove unused include files.
14115
14116 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
14117
14118         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
14119         (read_inferior_memory): Use it.
14120         (write_inferior_memory): Likewise.
14121
14122 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
14123
14124         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
14125         grubbing through sys_errlist.
14126
14127 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
14128
14129         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
14130
14131 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
14132         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
14133
14134 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
14135
14136         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
14137         (do_sfunc, set_cmd_sfunc): New functions.
14138
14139         * command.h (struct cmd_list_element): Add field func.
14140         * cli/cli-decode.h (struct cmd_list_element): Ditto.
14141         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
14142         * cli/cli-decode.h: Ditto.
14143
14144         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
14145         (help_all, help_cmd_list): Ditto.
14146         (find_cmd, complete_on_cmdlist): Ditto.
14147         * top.c (execute_command): Ditto.
14148
14149         * cli/cli-setshow.c (do_setshow_command): Call func instead of
14150         function.sfunc.
14151
14152         * infcmd.c (notice_args_read): Fix function signature.
14153
14154         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
14155         * cli/cli-decode.c (add_set_cmd): Ditto.
14156         * utils.c (initialize_utils): Ditto.
14157         * maint.c (_initialize_maint_cmds): Ditto.
14158         * infrun.c (_initialize_infrun): Ditto.
14159         * demangle.c (_initialize_demangler): Ditto.
14160         * remote.c (add_packet_config_cmd): Ditto.
14161         * mips-tdep.c (_initialize_mips_tdep): Ditto.
14162         * cris-tdep.c (_initialize_cris_tdep): Ditto.
14163         * proc-api.c (_initialize_proc_api): Ditto.
14164         * kod.c (_initialize_kod): Ditto.
14165         * valprint.c (_initialize_valprint): Ditto.
14166         * top.c (init_main): Ditto.
14167         * infcmd.c (_initialize_infcmd): Ditto.
14168         * corefile.c (_initialize_core): Ditto.
14169         * arm-tdep.c (_initialize_arm_tdep): Ditto.
14170         * arch-utils.c (initialize_current_architecture): Ditto.
14171         (_initialize_gdbarch_utils): Ditto.
14172         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
14173
14174         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
14175         * wince.c (_initialize_inftarg): Ditto.
14176         * symfile.c (_initialize_symfile): Ditto.
14177         * mips-tdep.c (_initialize_mips_tdep): Ditto.
14178         * language.c (_initialize_language): Ditto.
14179         * arc-tdep.c (_initialize_arc_tdep): Ditto.
14180
14181 2002-02-04  Michael Snyder  <msnyder@redhat.com>
14182
14183         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
14184
14185 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
14186
14187         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
14188         Add rules for building the register data files.
14189
14190 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
14191
14192         * regformats/regdat.sh: Add braces to the definition of
14193         expedite_regs_${arch}.
14194
14195 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
14196
14197         * regformats/regdef.h (struct reg): Add comment describing the
14198         requirements for offset and size fields.
14199
14200 2002-02-04  Andreas Schwab  <schwab@suse.de>
14201
14202         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
14203         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
14204
14205 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
14206
14207         * gdbarch.sh (copyright): Update years in generated header.
14208         (SMASH_TEXT_ADDRESS): Add rule.
14209         * gdbarch.h, gdbarch.c: Re-generate.
14210         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
14211         * dbxread.c: Likewise.
14212         * dwarfread.c: Likewise.
14213         * elfread.c: Likewise.
14214         * somread.c: Likewise.
14215
14216         * arm-tdep.c (arm_smash_text_address): New function.
14217         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
14218
14219 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
14220
14221         Add support for hardware watchpoints on win32 native.
14222         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
14223         CONTEXT_DEBUG_REGISTERS.
14224         (dr variable): New variable. Static array containing a local copy
14225         of debug registers.
14226         (debug_registers_changed): New variable.  Reflects when debug registers
14227         are changed and need to be written to inferior.
14228         (debug_registers_used): New variable. Reflects when any debug register
14229         was set, used when new threads are created.
14230         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
14231         i386-nat code.
14232         (thread_rec): Set dr array if id is the thread of current_event .
14233         (child_continue, child_resume): Change the debug registers for all
14234         threads if debug_registers_changed.
14235         (child_add_thread): Change the debug registers if debug_registers_used.
14236         * config/i386/cygwin.mh: Add use of i386-nat.o file.
14237         Link nm.h to new nm-cygwin.h file.
14238         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
14239         of hardware registers.
14240
14241 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
14242
14243         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
14244         Restore behavour broken by 2002-01-20 Andrew Cagney
14245         <ac131313@redhat.com> IEEE_FLOAT removal.
14246
14247 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
14248
14249         * c-valprint.c (c_val_print): Pass a proper valaddr to
14250         cp_print_class_method.
14251         * valops.c (search_struct_method): If there is only one method
14252         and args is NULL, return that method.
14253
14254 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
14255
14256         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
14257         accessing tag_name directly.
14258
14259 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
14260
14261         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
14262         of accessing tag_name directly.
14263
14264 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
14265
14266         PR gdb/280
14267         * gdbtypes.c (replace_type): New function.
14268         * gdbtypes.h (replace_type): Add prototype.
14269         * stabsread.c (read_type): Use replace_type.
14270
14271 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
14272
14273         * Makefile.in (memattr.o): Add missing dependencies rule.
14274
14275 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
14276
14277         * breakpoint.c (break_at_finish_command): Really export.
14278         (break_at_finish_at_depth_command): Ditto.
14279         (tbreak_at_finish_command): Ditto.
14280         * hppa-tdep.c: Include completer.h.
14281         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
14282         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
14283
14284 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
14285
14286         * utils.c (do_write): New function.
14287         (error_stream): Rewrite combining the code from error_begin and
14288         verror.
14289         (verror): Rewrite using error_stream.
14290         (error_begin): Delete function.
14291
14292 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
14293
14294         * utils.c (error_begin): Make static.
14295         * defs.h (error_begin): Delete declaration.
14296
14297         * linespec.c (cplusplus_error): Replace cplusplus_hint.
14298         (decode_line_1): Use cplusplus_error instead of error_begin,
14299         cplusplus_hint and return_to_top_level.
14300         * coffread.c (coff_symfile_read): Use error instead of error_begin
14301         and return_to_top_level.
14302         * infrun.c (default_skip_permanent_breakpoint): Ditto.
14303
14304 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
14305
14306         * language.h (type_error, range_error): Make string parameter
14307         constant.
14308         * language.c (warning_pre_print): Delete extern declaration.
14309         * dwarfread.c (warning_pre_print): Ditto.
14310         * language.c (type_error, range_error): Rewrite to use verror and
14311         vwarning instead of warning_begin.
14312
14313 2002-02-01  Michael Snyder  <msnyder@redhat.com>
14314
14315         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
14316         (set_ignore_count): Move misplaced comment back where it belongs.
14317
14318 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
14319
14320         * command.h (NO_FUNCTION): Delete macro.
14321         * cli/cli-decode.h (NO_FUNCTION): Ditto.
14322         * top.c (execute_command): Replace NO_FUNCTION with NULL.
14323         * tracepoint.c (_initialize_tracepoint): Ditto.
14324         * cli/cli-decode.c (add_set_cmd): Ditto.
14325         * cli/cli-cmds.c (init_cli_cmds): Ditto.
14326
14327 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
14328
14329         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
14330         Update ``this'' pointer when calling virtual functions.
14331
14332 2002-02-01  Michael Snyder  <msnyder@redhat.com>
14333
14334         * breakpoint.c (create_temp_exception_breakpoint): Delete.
14335         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
14336
14337 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
14338
14339         * regformats/reg-arm.dat: New file.
14340         * regformats/reg-i386.dat: New file.
14341         * regformats/reg-ia64.dat: New file.
14342         * regformats/reg-m68k.dat: New file.
14343         * regformats/reg-mips.dat: New file.
14344         * regformats/reg-ppc.dat: New file.
14345         * regformats/reg-sh.dat: New file.
14346         * regformats/regdef.h: New file.
14347         * regformats/regdat.sh: New file.
14348
14349 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
14350
14351         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
14352         (arm_frame_args_address, arm_frame_locals_address): New functions.
14353         (arm_frame_num_args): New function.
14354         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
14355         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
14356         (FRMA_NUM_ARGS): Call arm_frame_num_args.
14357
14358 2002-01-31  Michael Snyder  <msnyder@redhat.com>
14359
14360         * breakpoint.c (break_at_finish_command): Export.
14361         (break_at_finish_at_depth_command): Export.
14362         (tbreak_at_finish_command): Export.
14363         (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
14364         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
14365         "txbreak" commands, which are HPPA specific.
14366
14367         * printcmd.c (disassemble_command): Remove an ancient
14368         artifact of an old merge.
14369
14370         * symfile.h (enum overlay_debugging_state):
14371         Define enum constant values for overlay mode.
14372         * symfile.c (overlay_debugging): Use enums instead of literals.
14373         (overlay_is_mapped, overlay_auto_command,
14374         overlay_manual_command): Ditto.
14375
14376         * breakpoint.c (insert_breakpoints, remove_breakpoint,
14377         breakpoint_here_p, breakpoint_inserted_here_p,
14378         breakpoint_thread_match, bpstat_stop_status,
14379         describe_other_breakpoints, check_duplicates, clear_command):
14380         Coding standard fixes.
14381
14382         * target.c (target_xfer_memory): Add spaces, coding standard.
14383         (do_xfer_memory): Add missing line to trust-readonly
14384         code: check bfd SEC_READONLY flag for section.
14385
14386 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
14387
14388         * PROBLEMS: Fix typo, 5.1->5.1.1.
14389
14390 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
14391
14392         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
14393         data symbols, since we search based on textlow and texthigh.
14394         (find_pc_sect_symtab): Likewise.
14395
14396 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
14397
14398         * defs.h (vwarning): Declare.
14399         * utils.c (vwarning): New function.
14400         (warning): Call vwarning.
14401         (warning_begin): Delete function.
14402
14403         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
14404         the warning message.
14405         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
14406         warning_begin.
14407
14408 2002-01-30  Michael Snyder  <msnyder@redhat.com>
14409
14410         * NEWS: Mention "set trust-readonly-sections" command.
14411         Mention generate-core-file command.
14412
14413 2002-01-15  Michael Snyder  <msnyder@redhat.com>
14414
14415         * target.c: New command, "set trust-readonly-sections on".
14416         (do_xfer_memory): Honor the suggestion to trust readonly sections
14417         by reading them from the object file instead of from the target.
14418         (initialize_targets): Register command "set trust-readonly-sections".
14419
14420 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
14421
14422         * parse.c (target_map_name_to_register): Simplify, search regs and
14423         pseudo-regs using a single loop.
14424
14425 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
14426
14427         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
14428
14429 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
14430
14431         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
14432         * config/i386/i386v42mp.mh: Add i387-nat.o .
14433         * i386v4-nat.c: Include i387-nat.h.
14434         (supply_fpregset): Use i387_supply_fsave.
14435         (fill_fpregset): Use i387_fill_fsave.
14436
14437 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
14438
14439         * arm-tdep.c (arm_call_dummy_words): Define.
14440         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
14441         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
14442         (CALL_DUMMY_WORDS): Define.
14443         (arm_call_dummy_words): Declare.
14444         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
14445         (arm_linux_call_dummy_words): Declare.
14446
14447 2002-01-30  Andreas Schwab  <schwab@suse.de>
14448
14449         * m68klinux-nat.c: Fix last change to use regcache_collect
14450         instead of referencing registers[] directly.
14451
14452 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
14453
14454         * parse.c (target_map_name_to_register): Delete code wrapped in
14455         #ifdef REGISTER_NAME_ALIAS_HOOK.
14456
14457 2002-01-28  Michael Snyder  <msnyder@redhat.com>
14458
14459         * regcache.c (legacy_read_register_gen): Need to be able to
14460         read pseudo-register as well as real register.
14461         (legacy_write_register_gen): Ditto.
14462
14463 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
14464
14465         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
14466         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
14467         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
14468         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
14469         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
14470         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
14471         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
14472         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
14473         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
14474         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
14475         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
14476         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
14477         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
14478         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
14479         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
14480         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
14481         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
14482         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
14483         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
14484         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
14485
14486 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
14487
14488         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
14489         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
14490         (initialize_current_architecture): Update target_byte_order using
14491         information from BFD.
14492         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
14493         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
14494
14495 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
14496
14497         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
14498         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
14499
14500         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
14501         #ifdef INVALID_FLOAT.
14502         * infcmd.c (do_registers_info): Ditto.
14503         * values.c (unpack_double): Ditto.  Add comment.
14504
14505         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
14506         already commented out.
14507
14508 2002-01-26  Andreas Schwab  <schwab@suse.de>
14509
14510         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
14511         * m68klinux-nat.c: Update ptrace interface for fetching/storing
14512         registers and add support for PTRACE_GETREGS.
14513
14514 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
14515
14516         GDB 5.1.1 released from 5.1 branch.
14517         * NEWS: Add 5.1.1 news.
14518         * README: Sync with 5.1 branch.
14519
14520 2002-01-23  Fred Fish  <fnf@redhat.com>
14521
14522         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
14523         stabstring on initial malloc.  Reallocing will copy it for us,
14524         if necessary.
14525
14526 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
14527
14528         * Makefile.in (hpread_h): Delete.
14529         (HFILES_NO_SRCDIR): Remove hpread.h.
14530         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
14531         (hpread.o): Update dependencies.
14532         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
14533
14534         * hp-psymtab-read.c: Remove file.
14535         * hp-symtab-read.c: Remove file.
14536         * hpread.h: Remove file.
14537
14538         * hpread.c: Merge all contents of hp-psymtab-read.c,
14539         hp-symtab-read.c and hpread.h into this file, as it was prior to
14540         January 1999.
14541
14542         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
14543         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
14544         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
14545         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
14546
14547 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
14548
14549         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
14550         fill_gregset): Call gdbarch_tdep() just once, assign result to
14551         variable and use that, instead of calling the function several
14552         times.
14553
14554 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
14555
14556         * configure.host: Accept sparcv9 as alias for sparc64.
14557         * configure.tgt: Likewise.
14558
14559 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
14560
14561         * solib-aix5.c (build_so_list_from_mapfile)
14562         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
14563         arguments is not reversed.
14564         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
14565         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
14566
14567 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
14568
14569         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
14570         modified version of obsolete sh_fetch_pseudo_register.
14571         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
14572         (sh4_register_read): New function.
14573         (sh_pseudo_register_write): New function. Renamed and modified
14574         version of obsolete sh_store_pseudo_register.
14575         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
14576         (sh4_register_write): New function.
14577         (sh_gdbarch_init): Remove setting of gdbarch function
14578         fetch_pseudo_register and store_pseudo_register. Remove setting of
14579         register_convert_to_raw, register_convert_to_virtual,
14580         register_convertible.
14581         (sh_sh4_register_convertible): Delete. No longer needed. All is
14582         taken care by architecture specific functions
14583         register_read/register_write.
14584         (sh_sh4_register_convert_to_virtual): Make static.
14585         (sh_sh4_register_convert_to_raw): Ditto.
14586
14587 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
14588
14589         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
14590         (floatformat_is_nan, floatformat_mantissa): Ditto.
14591
14592         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
14593         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
14594         builtin_type_ieee_double_little,
14595         builtin_type_ieee_double_littlebyte_bigword,
14596         builtin_type_m68881_ext, builtin_type_i960_ext,
14597         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
14598         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
14599         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
14600         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
14601
14602 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
14603
14604         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
14605         parameter.  Set frameless flag if it exists and depended of
14606         whether the scanned function is frameless or not.
14607         (xstormy16_skip_prologue): If function is frameless, return
14608         result of xstormy16_scan_prologue().
14609         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
14610         call.
14611
14612 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
14613
14614         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
14615         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
14616         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
14617         sh_sh4_register_byte, sh_sh4_register_raw_size,
14618         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
14619         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
14620         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
14621         sh_store_pseudo_register, sh_do_pseudo_register): Call
14622         gdbarch_tdep() just once, assign result to variable and use that,
14623         instead of calling the function several times.
14624
14625 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
14626
14627         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
14628         macros instead of LAST_FPU_CTRL_REGNUM.
14629         (store_register): Likewise.
14630
14631 2002-01-21  Jim Blandy  <jimb@redhat.com>
14632
14633         * infcmd.c (run_command): Check that the `exec' target layer's BFD
14634         is up-to-date before running the program, not just when a program
14635         exits.
14636
14637 2002-01-21  Fred Fish  <fnf@redhat.com>
14638
14639         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
14640         when we have found all instructions we are looking for.
14641
14642 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
14643
14644         * arm-tdep.c (arm_register_name): New function.
14645         (arm_registers_names): Make static.
14646         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
14647         (arm_register_name): Declare.
14648         (REGISTER_NAME): Use it.
14649
14650 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
14651             Kevin Buettner  <kevinb@redhat.com>
14652
14653         Convert arm targets to new FRAME interface.
14654         * arm-tdep.c (struct frame_extra_info): Remove fsr.
14655         (arm_frame_find_save_regs): Delete.
14656         (arm_frame_init_saved_regs): New.
14657         (arm_init_extra_frame_info): Alloacte saved_regs as required.
14658         Allocate extra_info as required.  Convert all uses of fsr.regs
14659         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
14660         to use extra_info.
14661         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
14662         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
14663         (check_prologue_cache, save_prologue_cache): Likewise.
14664         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
14665         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
14666         (FRAME_FIND_SAVED_REGS): Delete.
14667         (arm_frame_find_saved_regs): Delete prototype.
14668         (arm_frame_init_saved_regs): New prototype.
14669         (FRAME_INIT_SAVED_REGS): Define.
14670
14671 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
14672
14673         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
14674
14675 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
14676
14677         From Jeff Law <law@redhat.com>:
14678         * infttrace.c: Include <sys/pstat.h>.
14679         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
14680         exec file if the ttrace equivalent fails.
14681
14682 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
14683
14684         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
14685         (closeLogFile): Ditto.
14686
14687 2002-01-20  Michael Chastain  <mec@shout.net>
14688
14689         * top.c (print_gdb_version): Bump copyright year to 2002.
14690
14691 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
14692
14693         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
14694         Zannoni and Eli Zaretskii.
14695
14696 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
14697
14698         * buildsym.c: Update copyright years.
14699         * c-typeprint.c: Likewise.
14700         * dwarf2read.c: Likewise.
14701         * f-typeprint.c: Likewise.
14702         * gdbtypes.c: Likewise.
14703         * gdbtypes.h: Likewise.
14704         * hp-symtab-read.c: Likewise.
14705         * hpread.c: Likewise.
14706         * mdebugread.c: Likewise.
14707         * p-typeprint.c: Likewise.
14708
14709 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
14710
14711         * remote-sim.c (gdbsim_open): Simplify code testing the macro
14712         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
14713         byte-order selectable.
14714         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
14715         * arch-utils.c: Ditto.
14716         (set_endian): Ditto.
14717         (set_endian_from_file): Ditto.
14718         * gdbserver/low-sim.c (create_inferior): Ditto.
14719         * gdbarch.sh: Ditto.
14720         * gdbarch.h: Re-generate.
14721         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
14722         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
14723         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
14724         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
14725         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
14726         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
14727         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
14728         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
14729         macro definition.
14730         * config/mips/tm-wince.h: Remove #undef of macro
14731         TARGET_BYTE_ORDER_SELECTABLE.
14732         * config/sh/tm-wince.h: Ditto.
14733
14734 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
14735
14736         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
14737         member function fields.  Add accessor macro
14738         TYPE_FN_FIELD_ARTIFICIAL.
14739         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
14740         * c-typeprint.c (c_type_print_base): Skip artificial member
14741         functions.
14742
14743 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
14744
14745         * f-typeprint.c: Delete unused function f_type_print_args.
14746         * p-typeprint.c: Delete unused function pascal_type_print_args.
14747
14748 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
14749
14750         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
14751         comment.  Add ``artificial'' to ``union field_location''.
14752
14753         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
14754
14755         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
14756         * mdebugread.c (parse_symbol): Likewise.
14757         * stabsread.c (define_symbol): Likewise.
14758         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
14759         initializing TYPE_FIELD_BITPOS to n (obsolete).
14760         (hpread_doc_function_type): Likewise.
14761         * hpread.c (hpread_function_type): Likewise.
14762
14763 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
14764
14765         * configure.in (host_makefile_frag): Only require a host makefile
14766         fragment when a native build.
14767         * configure: Re-generate.
14768
14769 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
14770
14771         * doublest.h (floatformat_from_type): Declare.
14772         * doublest.c (floatformat_from_type): New function.
14773         (convert_typed_floating): Use.
14774
14775         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
14776         call to function floatformat_from_type.
14777
14778         * gdbarch.sh (IEEE_FLOAT): Delete.
14779         * gdbarch.h, gdbarch.c: Re-generate.
14780         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
14781         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
14782         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
14783         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
14784         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
14785         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
14786         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
14787         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
14788         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
14789         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
14790         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
14791         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
14792
14793         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
14794         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
14795         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
14796         * sh-tdep.c (sh_gdbarch_init): Ditto.
14797         * mips-tdep.c (mips_gdbarch_init): Ditto.
14798         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14799         * cris-tdep.c (cris_gdbarch_init): Ditto.
14800
14801 2002-01-20  Jiri Smid  <smid@suse.cz>
14802
14803         * configure.host, configure.tgt: Support x86-64.
14804         * NEWS: Note new target x86-64.
14805
14806         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
14807         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
14808         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
14809         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
14810         x86-64-linux-nat.o): Fix dependencies.
14811
14812 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
14813
14814         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
14815         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
14816         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
14817         * config/sparc/xm-sun4os4.h: Delete file.
14818         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
14819
14820 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
14821
14822         * config/sparc/sparclynx.mh (XM_FILE): Delete.
14823         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
14824         * config/m68k/m68klynx.mh (XM_FILE): Delete.
14825         * config/i386/i386lynx.mh (XM_FILE): Delete.
14826         * config/rs6000/xm-rs6000ly.h: Delete file.
14827         * config/sparc/xm-sparclynx.h: Delete file.
14828         * config/m68k/xm-m68klynx.h: Delete file.
14829         * config/i386/xm-i386lynx.h: Delete file.
14830         * config/xm-lynx.h: Delete file.
14831         * config/djgpp/fnchange.lst: Update.
14832
14833 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
14834
14835         * alpha-tdep.c (alpha_register_byte): New function.
14836         (alpha_register_raw_size): Ditto.
14837         (alpha_register_virtual_size): Ditto.
14838         (alpha_skip_prologue_internal): Renamed from
14839         alpha_skip_prologue.
14840         (alpha_skip_prologue): New version that calls
14841         alpha_skip_prologue_internal.
14842         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
14843         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
14844         second argument from alpha_skip_prologue.
14845         (REGISTER_BYTE): Use alpha_register_byte.
14846         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
14847         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
14848         (FRAMELESS_FUNCTION_INVOCATION): Use
14849         generic_frameless_function_invocation_not.
14850         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
14851         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
14852
14853 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
14854
14855         * config/mips/xm-news-mips.h: Delete file.
14856         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
14857
14858         * config/m88k/xm-m88k.h: Delete file.
14859         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
14860         * config/m88k/xm-delta88v4.h: Ditto.
14861         * config/m88k/xm-delta88.h: Ditto.
14862
14863         * config/alpha/xm-fbsd.h: Delete file.
14864         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
14865
14866         * config/sparc/xm-sparc.h: Delete file.
14867         * Makefile.in (xm-sun4os4.h): Delete dependency.
14868         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
14869         * config/sparc/xm-sun4os4.h: Ditto.
14870         * config/sparc/xm-linux.h: Ditto.
14871
14872         * config/i386/xm-windows.h: Delete file.
14873
14874 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
14875
14876         * utils.c: Include <sys/param.h> for MAXPATHLEN.
14877         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
14878
14879 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
14880
14881         * alpha-tdep.c (alpha_call_dummy_words): New.
14882         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
14883         (CALL_DUMMY_P): Define.
14884         (CALL_DUMMY_WORDS): Define.
14885         (SIZEOF_CALL_DUMMY_WORDS): Define.
14886
14887 2002-01-19  Per Bothner  <per@bothner.com>
14888
14889         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
14890         isn't NULL, which can happen with some gcj-3.x-produced code.
14891
14892 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
14893
14894         * alpha-tdep.c (alpha_register_virtual_type): New function.
14895         (alpha_init_frame_pc_first): Ditto.
14896         (alpha_fix_call_dummy): Ditto.
14897         (alpha_store_struct_return): Ditto.
14898         (alpha_extract_struct_value_address): Ditto.
14899         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
14900         alpha_register_virtual_type.
14901         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
14902         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
14903         alpha_extract_struct_value_address.
14904         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
14905         (INIT_FRAME_PC): Use init_frame_pc_noop.
14906         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
14907
14908 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
14909
14910         * i386gnu-nat.c: Include "i386-tdep.h".
14911         (fetch_fpregs): Simplify code dealing with uninitialized floating
14912         point states such that it doesn't require FP7_REGNUM.
14913
14914 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
14915
14916         * alpha-tdep.c (frame_extra_info): New.
14917         (alpha_find_saved_regs): Make static.  Use
14918         frame->extra_info.
14919         (alpha_frame_init_saved_regs): New function.
14920         (alpha_frame_saved_pc): Use frame->extra_info.
14921         (temp_saved_regs): Don't declare as struct frame_saved_regs.
14922         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
14923         (init_extra_frame_info): Rename to...
14924         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
14925         (alpha_print_extra_frame_info): New function.
14926         (alpha_frame_locals_address): Ditto.
14927         (alpha_frame_args_address): Ditto.
14928         (alpha_pop_frame): Use frame->extra_info.
14929         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
14930         alpha_frame_args_address.
14931         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
14932         (alpha_find_saved_regs): Remove prototype.
14933         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
14934         (EXTRA_FRAME_INFO): Remove.
14935         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
14936         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
14937
14938 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
14939
14940         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
14941         (alpha_cannot_fetch_register): Ditto.
14942         (alpha_cannot_store_register): Ditto.
14943         (alpha_register_convertible): Ditto.
14944         (alpha_use_struct_convention): Ditto.
14945         * config/alpha/tm-alpha.h: Update copyright years.
14946         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
14947         (INNER_THAN): Use core_addr_lessthan.
14948         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
14949         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
14950         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
14951         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
14952         (FRAME_CHAIN): Remove unnecessary cast.
14953
14954 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
14955
14956         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
14957         obsolete.
14958
14959 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
14960
14961         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
14962         * monitor.c, remote-array.c, remote-bug.c: Ditto.
14963         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
14964         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
14965         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
14966         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
14967         * x86-64-linux-nat.c: Ditto.
14968
14969 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
14970
14971         * alpha-tdep.c (alpha_register_name): New function.
14972         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
14973         (REGISTER_NAME): Define.
14974
14975 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
14976
14977         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
14978
14979 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
14980
14981         * alpha-tdep.c: Update copyright years.
14982         (alpha_next_pc): New function.
14983         (alpha_software_single_step): Ditto.
14984         * config/alpha/tm-alpha.h: Add prototype for
14985         alpha_software_single_step.
14986
14987 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
14988
14989         * alphabsd-nat.c: Update copyright years.
14990         (fill_gregset): Use regcache_collect.
14991         (fill_fpregset): Likewise.
14992         (fetch_inferior_registers): Only fetch integer registers
14993         if requested to do so.
14994         (store_inferior_registers): Only store integer registers
14995         if requested to do so.
14996
14997 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
14998
14999         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
15000         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
15001         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
15002         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
15003         * config/alpha/fbsd.mh (XDEPFILES): Delete.
15004         * config/arm/linux.mh (XDEPFILES): Delete.
15005         * config/arm/nbsd.mh (XDEPFILES): Delete.
15006         * config/i386/i386dgux.mh (XDEPFILES): Delete.
15007         * config/i386/i386sol2.mh (XDEPFILES): Delete.
15008         * config/i386/i386m3.mh (XDEPFILES): Delete.
15009         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
15010         * config/i386/i386gnu.mh (XDEPFILES): Delete.
15011         * config/i386/fbsd.mh (XDEPFILES): Delete.
15012         * config/i386/i386bsd.mh (XDEPFILES): Delete.
15013         * config/i386/i386sco5.mh (XDEPFILES): Delete.
15014         * config/i386/i386v4.mh (XDEPFILES): Delete.
15015         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
15016         * config/i386/i386sco4.mh (XDEPFILES): Delete.
15017         * config/i386/i386aix.mh (XDEPFILES): Delete.
15018         * config/i386/go32.mh (XDEPFILES): Delete.
15019         * config/i386/cygwin.mh (XDEPFILES): Delete.
15020         * config/i386/i386lynx.mh (XDEPFILES): Delete.
15021         * config/i386/i386mach.mh (XDEPFILES): Delete.
15022         * config/i386/i386v32.mh (XDEPFILES): Delete.
15023         * config/i386/linux.mh (XDEPFILES): Delete.
15024         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
15025         * config/i386/ncr3000.mh (XDEPFILES): Delete.
15026         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
15027         * config/i386/i386sco.mh (XDEPFILES): Delete.
15028         * config/i386/i386v.mh (XDEPFILES): Delete.
15029         * config/i386/nbsd.mh (XDEPFILES): Delete.
15030         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
15031         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
15032         * config/i386/symmetry.mh (XDEPFILES): Delete.
15033         * config/i386/obsd.mh (XDEPFILES): Delete.
15034         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
15035         * config/ia64/linux.mh (XDEPFILES): Delete.
15036         * config/ia64/aix.mh (XDEPFILES): Delete.
15037         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
15038         * config/m68k/dpx2.mh (XDEPFILES): Delete.
15039         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
15040         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
15041         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
15042         * config/m68k/linux.mh (XDEPFILES): Delete.
15043         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
15044         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
15045         * config/m68k/nbsd.mh (XDEPFILES): Delete.
15046         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
15047         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
15048         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
15049         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
15050         * config/m88k/delta88.mh (XDEPFILES): Delete.
15051         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
15052         * config/m88k/m88k.mh (XDEPFILES): Delete.
15053         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
15054         * config/mips/linux.mh (XDEPFILES): Delete.
15055         * config/mips/irix6.mh (XDEPFILES): Delete.
15056         * config/mips/irix5.mh (XDEPFILES): Delete.
15057         * config/mips/irix4.mh (XDEPFILES): Delete.
15058         * config/mips/irix3.mh (XDEPFILES): Delete.
15059         * config/mips/decstation.mh (XDEPFILES): Delete.
15060         * config/mips/mipsm3.mh (XDEPFILES): Delete.
15061         (NATDEPFILES): Move core-aout.o to here.
15062         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
15063         * config/pa/hpux1020.mh (XDEPFILES): Delete.
15064         * config/pa/hppabsd.mh (XDEPFILES): Delete.
15065         * config/pa/hppahpux.mh (XDEPFILES): Delete.
15066         * config/pa/hpux11w.mh (XDEPFILES): Delete.
15067         * config/pa/hppaosf.mh (XDEPFILES): Delete.
15068         * config/pa/hpux11.mh (XDEPFILES): Delete.
15069         * config/powerpc/aix.mh (XDEPFILES): Delete.
15070         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
15071         * config/powerpc/linux.mh (XDEPFILES): Delete.
15072         * config/romp/rtbsd.mh: Rename XDEPFILES.
15073         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
15074         * config/rs6000/aix4.mh (XDEPFILES): Delete.
15075         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
15076         * config/s390/s390.mh (XDEPFILES): Delete.
15077         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
15078         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
15079         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
15080         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
15081         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
15082         * config/sparc/nbsd.mh (XDEPFILES): Delete.
15083         * config/sparc/linux.mh (XDEPFILES): Delete.
15084         * config/vax/vaxult.mh (XDEPFILES): Delete.
15085         * config/vax/vaxult2.mh (XDEPFILES): Delete.
15086         * Makefile.in (DEPFILES): Remove XDEPFILES.
15087
15088 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
15089
15090         * utils.c (internal_verror): Fix comments, default is yes not no.
15091         Update queries to match.  Default to quit and dump core.
15092
15093 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
15094
15095         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
15096         copyright.
15097         * defs.h, event-top.c, gdbcmd.h: Ditto.
15098         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
15099         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
15100         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
15101         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
15102         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
15103         * mi/mi-main.c:Ditto.
15104
15105         * stack.c, symfile.c: Update copyright.
15106
15107 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
15108
15109         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
15110         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
15111         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
15112         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
15113
15114 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
15115
15116         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
15117         * gdbserver/low-lynx.c (myattach): Likewise.
15118         * gdbserver/low-nbsd.c (myattach): Likewise.
15119         * gdbserver/low-sim.c (myattach): Likewise.
15120         * gdbserver/low-sparc.c (myattach): Likewise.
15121         * gdbserver/low-sun3.c (myattach): Likewise.
15122
15123         * gdbserver/low-linux.c (myattach): New function.
15124
15125         * gdbserver/server.c (attach_inferior): New function.
15126         (main): Handle "--attach".
15127
15128 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
15129
15130         * MAINTAINERS (language support): Daniel Jacobwitz is C++
15131         maintainer.
15132
15133 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
15134
15135         * c-typeprint.c (is_type_conversion_operator): Add additional
15136         check for non-conversion operators.
15137
15138 2002-01-15  Michael Snyder  <msnyder@redhat.com>
15139
15140         * linux-proc.c: Add "info proc" command, a la procfs.c.
15141         (read_mapping): New function, abstract and re-use code.
15142         (linux_find_memory_regions): Use new func read_mapping.
15143         (linux_info_proc_cmd): New function, implement "info proc".
15144         (_initialize_linux_proc): Add new command "info proc".
15145
15146 2002-01-15  Michael Snyder  <msnyder@redhat.com>
15147
15148         * symfile.c (generic_load): Use bfd_map_over_sections method
15149         instead of manipulating bfd structure members directly.
15150         (add_section_size_callback): New function, bfd sections callback
15151         used by generic_load.
15152         (load_sections_callback): New function, bfd sections callback
15153         used by generic_load.
15154
15155 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
15156
15157         [Based on work by Jim Blandy]
15158         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
15159         (builtin_type_vec128): Export.
15160         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
15161         types.
15162         (builtin_type_vec128): New builtin type for 128 bit vector
15163         registers.
15164         (build_gdbtypes): Initialize builtin_type_v16qi and
15165         builtin_type_v8hi. Create the vec128 register builtin type
15166         structure.
15167         (build_builtin_type_vec128): New function.
15168         (_initialize_gdbtypes): Register builtin_type_v16qi and
15169         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
15170         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
15171         AltiVec register to new builtin type.
15172
15173 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
15174
15175         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
15176         to make_cv_type.
15177
15178 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
15179
15180         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
15181         CLEAN_UP_REGISTER_VALUE.
15182         * regcache.c (supply_register): Update only call.
15183
15184 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
15185
15186         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
15187         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
15188         a29k-*-vxworks* targets as obsolete.
15189
15190 2002-01-14  Michael Snyder  <msnyder@redhat.com>
15191
15192         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
15193         until we can resolve portability issues.
15194         * gregset.h: Remove references to fpxregs.
15195         * gcore.c (gcore_command): Initialize note_sec to NULL.
15196
15197 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
15198
15199         * signals.c (target_signal_to_name): Rewrite.  Only use
15200         signals[].name when in bounds and non-NULL.
15201
15202 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
15203
15204         From Petr Ledvina <ledvinap@kae.zcu.cz>:
15205         * signals.c (target_signal_to_name): Verify that SIG is within the
15206         bounds of the signals array.
15207
15208 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
15209
15210         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
15211
15212 2002-01-13  Keith Seitz  <keiths@redhat.com>
15213
15214         * stack.c (print_frame_info_base): Print the frame's pc
15215         only if when print_frame_info_listing_hook is not defined.
15216
15217 2002-01-13  Keith Seitz  <keiths@redhat.com>
15218
15219         * varobj.c (varobj_set_value): Make sure that there were no
15220         errors evaluating the object before attempting to set its
15221         value.
15222         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
15223         so this offset adjustment is no longer necessary.
15224         (create_child): Don't set the error flag if the child is
15225         a CPLUS_FAKE_CHILD.
15226         (value_of_child): If value_fetch_lazy fails, return NULL
15227         so that callers will be notified that an error occurred.
15228         (c_value_of_variable): Delay check of variable's validity
15229         until later. We actually want all structs and unions to have
15230         the value "{...}".
15231         Do not return "???" for variables which could not be evaluated.
15232         This error condition must be returned to the caller so that it
15233         can get the error condition from gdb.
15234         (cplus_name_of_child): Adjust index for vptr before figuring
15235         out the name of the child.
15236         (cplus_value_of_child): If a child's (real) parent is not valid,
15237         don't even bother trying to give a value for it. Just return
15238         an error. Change all instances in this function.
15239         (cplus_type_of_child): If our parent is one of the "fake"
15240         parents, we need to get at the type of the real parent, and
15241         derive the child's true type using this information.
15242
15243 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
15244
15245         From 2002-01-09 John Marshall <johnm@falch.net>:
15246         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
15247         sources.redhat.com, and tweak some related URLs which had
15248         suffered from linkrot.
15249
15250 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
15251
15252         From Jeff law:
15253         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
15254         structures passed in registers.
15255
15256 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
15257
15258         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
15259         white space which prevented compilation.  Reported by DSK
15260         <dsk@student.unsw.edu.au>.
15261
15262 2002-01-11  Michael Snyder  <msnyder@redhat.com>
15263
15264         * symfile.c (build_section_addr_info_from_section_tab):
15265         Use bfd access method instead of manipulating bfd directly.
15266         (syms_from_objfile): Ditto.
15267         (simple_overlay_update_1): Ditto.
15268         (simple_overlay_update): Ditto.
15269         (generic_load): Ditto.
15270         (overlay_unmapped_address): FIXME comment, bfd access methods.
15271         (sections_overlap): FIXME comment, bfd access methods.
15272         (pc_in_mapped_range): FIXME comment, bfd access methods.
15273         (pc_in_unmapped_range): FIXME comment, bfd access methods.
15274         (section_is_mapped): FIXME comment, bfd access methods.
15275         (section_is_overlay): FIXME comment, bfd access methods.
15276
15277         * symfile.c (generic_load): Whitespace and long line cleanups.
15278         Remove duplicate variable, change several local variables to
15279         more appropriate data types.
15280         (print_transfer_performance): Use %lu instead of %ld for ulongs.
15281
15282 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
15283
15284         From Peter Schauer:
15285         * language.c (longest_local_hex_string_custom): Use phex_nz to
15286         convert NUM to a hex string.
15287
15288 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
15289
15290         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
15291         the function.
15292         Update Copyright year.
15293
15294 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
15295
15296         * language.c (longest_raw_hex_string): Delete unused function.
15297
15298 2002-01-11  Petr Sorfa  <petrs@caldera.com>
15299
15300         * MAINTAINERS (write-after-approval): Add myself.
15301         * dwarf2read.c (read_tag_string_type): Handling of
15302         DW_AT_byte_size.
15303         (read_tag_string_type): FORTRAN fix to prevent propagation of
15304         first string size.
15305         (set_cu_language): Handling of DW_LANG_Fortran95
15306
15307 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
15308
15309         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
15310         GETPID(inferior_ptid).
15311         (store_inferior_registers): Likewise.
15312
15313 2002-01-10  Jason Merrill  <jason@redhat.com>
15314
15315         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
15316         Fix DW_OP_minus.
15317
15318 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
15319
15320         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
15321         and bfd/elf32-sh-nbsd.c.
15322
15323 2002-01-10  Michael Snyder  <msnyder@redhat.com>
15324
15325         * NEWS: Mention --pid and corefile/proc-id behavior change.
15326
15327         * Makefile.in: Add rules for gcore.o and linux-proc.o.
15328         * gcore.c: Include cli/cli-decode.h instead of command.h.
15329
15330         * main.c (captured_main): Add new command line option "--pid".
15331         If the second command line argument (following the symbol-file)
15332         begins with a digit, try to attach to it before trying to open
15333         it as a corefile.
15334         (print_gdb_help): Document the "--pid" argument.
15335
15336 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
15337
15338         * completer.c (command_completer): New function.
15339
15340         * completer.h <command_completer>: Add prototype.
15341
15342         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
15343         completer for the "help" command.
15344
15345 2002-01-09  Jason Merrill  <jason@redhat.com>
15346
15347         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
15348
15349 2002-01-09  Michael Snyder  <msnyder@redhat.com>
15350
15351         * i386-linux-nat.c (fill_fpxregset): Make global.
15352         (store_fpxregset): Ditto.
15353
15354         * gregset.h (gdb_fpxregset_t): Define.
15355         (supply_fpxregset): Prototype.
15356         (fill_fpxregset): Prototype.
15357
15358         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
15359
15360 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
15361
15362         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
15363         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
15364         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
15365
15366 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
15367
15368         * MAINTAINERS: Update target maintainer rules so that any
15369         Maintainer can approve a tested patch for a maintenance-only
15370         target.
15371
15372 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
15373
15374         * MAINTAINERS (write-after-approval): Add myself.
15375
15376         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
15377         IN_SIGTRAMP.
15378
15379 2002-01-08  Michael Snyder  <msnyder@redhat.com>
15380
15381         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
15382         real name of the executable, rather than the /proc name.
15383
15384 2002-01-03  Michael Snyder  <msnyder@redhat.com>
15385
15386         Implement a "generate-core-file" command in gdb, save target state.
15387         * gcore.c: New file.  Implement new command 'generate-core-file'.
15388         Save a corefile image of the current state of the inferior.
15389         * linux-proc.c: Add linux-specific code for saving corefiles.
15390         * target.h (struct target_ops): Add new target vectors for saving
15391         corefiles; to_find_memory_regions and to_make_corefile_notes.
15392         (target_find_memory_regions): New macro.
15393         (target_make_corefile_notes): New macro.
15394         * target.c (update_current_target): Inherit new target methods.
15395         (dummy_find_memory_regions): New place-holder method.
15396         (dummy_make_corefile_notes): New place-holder method.
15397         (init_dummy_target): Initialize new dummy target vectors.
15398         * exec.c (exec_set_find_memory_regions): New function.
15399         Allow the exec_ops vector for memory regions to be taken over.
15400         (exec_make_note_section): New function, target vector method.
15401         * defs.h (exec_set_find_memory_regions): Export prototype.
15402         * procfs.c (proc_find_memory_regions): New function, corefile method.
15403         (procfs_make_note_section): New function, corefile method.
15404         (init_procfs_ops): Set new target vector pointers.
15405         (find_memory_regions_callback): New function.
15406         (procfs_do_thread_registers): New function.
15407         (procfs_corefile_thread_callback): New function.
15408         * sol-thread.c (sol_find_memory_regions): New function.
15409         (sol_make_note_section): New function.
15410         (init_sol_thread_ops): Initialize new target vectors.
15411         * inftarg.c (inftarg_set_find_memory_regions): New function.
15412         Allow to_find_memory_regions vector to be taken over.
15413         (inftarg_set_make_corefile_notes): New function.
15414         Allow to_make_corefile_notes vector to be taken over.
15415         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
15416         interface layer if not target_has_execution (may be a corefile).
15417         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
15418         * config/sparc/sun4sol2.mh: Ditto.
15419         * config/alpha/alpha-linux.mh: Ditto.
15420         * config/arm/linux.mh: Ditto.
15421         * config/i386/x86-64linux.mh: Ditto.
15422         * config/ia64/linux.mh: Ditto.
15423         * config/m68k/linux.mh: Ditto.
15424         * config/mips/linux.mh: Ditto.
15425         * config/powerpc/linux.mh: Ditto.
15426         * config/sparc/linux.mh: Ditto.
15427
15428 2002-01-07  Michael Snyder  <msnyder@redhat.com>
15429
15430         * arm-linux-nat.c: Remove references to regcache.c internal data
15431         (registers[] and register_valid[]).
15432
15433 2002-01-07  Michael Snyder  <msnyder@redhat.com>
15434
15435         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
15436         so that attaching to a pid will automatically read the process's
15437         symbol file and shlibs.
15438         * Makefile.in: Add rule for linux-proc.o.
15439         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
15440         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
15441         * config/arm/linux.mh: Ditto.
15442         * config/i386/linux.mh: Ditto.
15443         * config/i386/x86-64linux.mh: Ditto.
15444         * config/ia64/linux.mh: Ditto.
15445         * config/m68k/linux.mh: Ditto.
15446         * config/mips/linux.mh: Ditto.
15447         * config/powerpc/linux.mh: Ditto.
15448         * config/sparc/linux.mh: Ditto.
15449
15450 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
15451
15452         * win32-nat.c: Add i386-tdep.h dependency.
15453
15454 2002-01-07  Michael Snyder  <msnyder@redhat.com>
15455
15456         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
15457         instead of bfd_get_arch_size.  Don't bail out just because
15458         there's no exec_bfd.
15459
15460         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
15461         * p-valprint.c (pascal_object_print_value): Ditto.
15462         * somread.c (som_symtab_read): Ditto.
15463         * symfile.c (simple_free_overlay_region_table): Ditto.
15464         * valops.c (value_assign): Ditto.
15465
15466         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
15467         use tilde_expand and strerror for opening save-tracepoints file.
15468
15469         * thread-db.c (thread_db_new_objfile): Indendation fix.
15470
15471         * infptrace.c (GDB_MAX_ALLOCA): New define.
15472         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
15473         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
15474         can be overridden with whatever value is appropriate to the host).
15475         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
15476         alloca to allocate potentially large buffer.
15477         * rs6000-nat.c (child_xfer_memory): Ditto.
15478         * symm-nat.c (child_xfer_memory): Ditto.
15479         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
15480
15481 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
15482
15483         From Nick Clifton  <nickc@redhat.com>
15484         * d10v-tdep.c: Set STACK_START to 0x200bffe.
15485
15486 2002-01-07  Michael Snyder  <msnyder@redhat.com>
15487
15488         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
15489         Don't use exec_bfd if it's NULL.
15490
15491 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
15492
15493         * valops.c (value_arg_coerce): Fix formatting.
15494
15495 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
15496
15497         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
15498         * gnu-nat.c: Ditto.
15499
15500 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
15501
15502         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
15503         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
15504         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
15505         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
15506         z8k-coff have not been multi-arched.  Update z8k-coff build
15507         status.
15508
15509 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
15510
15511         * MAINTAINERS: Mark a29k target as obsolete.
15512         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
15513         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
15514         comments.
15515         * NEWS: Note that a29k targets are obsolete.
15516         * a29k-tdep.c: Mark as obsolete.
15517         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
15518         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
15519         a29k-*-vxworks* targets as obsolete.
15520         * remote-adapt.c: Obsolete.
15521         * remote-eb.c: Obsolete.
15522         * remote-mm.c: Obsolete.
15523         * remote-udi.c: Obsolete.
15524         * config/a29k/a29k-udi.mt: Obsolete.
15525         * config/a29k/a29k.mt: Obsolete.
15526         * config/a29k/tm-a29k.h: Obsolete.
15527         * config/a29k/tm-vx29k.h: Obsolete.
15528         * config/a29k/vx29k.mt: Obsolete.
15529
15530 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
15531
15532         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
15533         with BFD_ENDIAN_BIG.
15534
15535 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
15536
15537         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
15538         * configure, config.in: Re-generate.
15539         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
15540         * defs.h: Do not include <endian.h>.
15541
15542 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
15543
15544         * acconfig.h (HAVE_PT_GETXMMREGS): New.
15545         * config.in: Regenerate.
15546         * configure.in: Update copyright years.
15547         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
15548         * configure: Regenerate.
15549         * i386bsd-nat.c: Update copyright years.
15550         (fill_gregset): Use regcache_collect.
15551         (fetch_inferior_registers): Only fetch integer registers
15552         if requested to do so.  Add support for XMM registers
15553         using PT_GETXMMREGS.
15554         (store_inferior_registers): Only store integer registers
15555         if requested to do so.  Add support for XMM registers
15556         using PT_SETXMMREGS.
15557         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
15558         (store_inferior_registers): Remove.
15559         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
15560         (fetch_elfcore_registers): New function.
15561         (i386nbsd_elfcore_fns): New.
15562         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
15563         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
15564         i386bsd-nat.o.
15565         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
15566         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
15567         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
15568         * config/i386/tm-nbsd.h: Update copyright years.
15569         (HAVE_SSE_REGS): Define.
15570         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
15571         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
15572         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
15573         (SIGCONTEXT_PC_OFFSET): Remove.
15574         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
15575
15576 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
15577
15578         * configure.tgt: Remove powerpc-*-macos* target.
15579         * config/m68k/xm-mpw.h: Delete file.
15580         * config/xm-mpw.h: Delete file.
15581         * ser-mac.c: Delete file.
15582         * mpw-make.sed: Delete file.
15583         * mpw-config.in: Delete file.
15584         * mac-xdep.c: Delete file.
15585         * mac-gdb.r: Delete file.
15586         * mac-defs.h: Delete file.
15587         * mac-nat.c: Delete file.
15588         * config/powerpc/macos.mh: Delete file.
15589         * config/powerpc/macos.mt: Delete file.
15590         * config/powerpc/nm-macos.h: Delete file.
15591         * config/powerpc/tm-macos.h: Delete file.
15592         * source.c (openp, open_source_file): Remove obsolete code.
15593         * top.c (gdb_readline): Ditto.
15594         * utils.c (query): Ditto.
15595         * event-top.c (display_gdb_prompt): Ditto.
15596         * Makefile.in (ser-mac.o): Delete obsolete target.
15597         * NEWS: Update.
15598
15599 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
15600
15601         * defs.h (BIG_ENDIAN): Delete macro definition.
15602         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
15603         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
15604         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
15605         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
15606         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
15607         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
15608         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
15609         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
15610         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
15611         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
15612         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
15613         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
15614         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
15615         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
15616         * gdbarch.c: Re-generate.
15617
15618 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
15619
15620         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
15621         for core files.
15622
15623 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
15624
15625         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
15626
15627 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
15628
15629         * value.h (value_ptr): Delete typedef.
15630
15631 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
15632
15633         * i386nbsd-nat.c: Update copyright years.
15634         Include i386-tdep.h.
15635
15636 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
15637
15638         * stabsread.c: Update copyright years.
15639
15640         From Debashis Mahata <debashis.mahata@wipro.com>:
15641         (read_struct_fields): Deal with Sun C compiler erroneous stab
15642         output for structs and unions.
15643         Fix PR gdb/269.
15644
15645 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
15646
15647         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
15648         prototype.
15649
15650 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
15651
15652         * cp-abi.c: Fix whitespace.
15653         (baseclass_offset): New wrapper function.
15654         * cp-abi.h (baseclass_offset): Add prototype.
15655         (struct cp_abi_ops): Add baseclass_offset pointer.
15656
15657         * valops.c (vb_match): Move to...
15658         * gnu-v2-abi.c (vb_match): here.
15659         * valops.c (baseclass_offset): Move to...
15660         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
15661
15662         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
15663
15664         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
15665         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
15666         * hpacc-abi.c (init_hpacc_ops): Likewise.
15667
15668 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
15669
15670         * valops.c (find_overload_match): Accept obj as a
15671         reference parameter.  Update it before returning.
15672         * value.h (find_overload_match): Update prototype.
15673         * eval.c (evaluate_subexp_standard): Pass object to
15674         find_overload_match by reference.
15675
15676 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
15677
15678         * valarith.c: Replace value_ptr with struct value pointer.  Remove
15679         register attribute from value declarations.
15680         * valops.c: Ditto.
15681         * value.h: Ditto.
15682         * scm-lang.c (scm_lookup_name): Ditto.
15683
15684 2002-01-03  Michael Snyder  <msnyder@redhat.com>
15685
15686         Abstract the functionality of iterating over mapped memory
15687         regions into a general purpose iterator function.
15688         * procfs.c (iterate_over_mappings): New function, general purpose
15689         iterator for memory sections.
15690         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
15691         (solib_mappings_callback): New function, callback for above.
15692         (info_proc_mappings): Reimpliment using iterate_over_mappings.
15693         (info_mappings_callback): New function, callback for above.
15694
15695         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
15696
15697 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
15698
15699         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
15700         * i386-tdep.c: Include "elf-bfd.h".
15701         (process_note_abi_tag_sections): New function.
15702         (i386_gdbarch_init): Add code to recognize various OS/ABI
15703         combinations.
15704
15705         * maint.c (_initialize_maint_cmds): Add missing \ in
15706         string-literal.
15707
15708 For older changes see ChangeLog-2001
15709 \f
15710 Local Variables:
15711 mode: change-log
15712 left-margin: 8
15713 fill-column: 74
15714 version-control: never
15715 End: