* hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2002-11-16  Daniel Jacobowitz  <drow@mvista.com>
2
3         * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
4         * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
5         (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
6         * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
7         * target.c (cleanup_target): Remove reference to
8         to_can_follow_vfork_prior_to_exec.
9         (update_current_target): Likewise.
10         (debug_to_can_follow_vfork_prior_to_exec): Remove.
11         (setup_target_debug): Remove reference to
12         to_can_follow_vfork_prior_to_exec.
13         * target.h (struct target_ops): Remove
14         to_can_follow_vfork_prior_to_exec.
15         (child_can_follow_vfork_prior_to_exec): Remove prototype.
16         (target_can_follow_vfork_prior_to_exec): Remove definition.
17         * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
18         define.
19         * infrun.c (follow_vfork_when_exec): Remove.
20         (follow_inferior_fork): Remove references to follow_vfork_when_exec.
21         (follow_exec): Likewise.
22         (handle_inferior_event): Likewise.
23         (keep_going): Likewise.
24
25 2002-11-15  Andrew Cagney  <cagney@redhat.com>
26
27         * frame.c (generic_unwind_get_saved_register): Make static.
28         * frame.h (generic_unwind_get_saved_register): Delete declaration.
29         * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
30         defaults to generic_unwind_get_saved_register.
31         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
32         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
33         * frv-tdep.c (frv_gdbarch_init): Ditto.
34         * i386-tdep.c (i386_gdbarch_init): Ditto.
35         * s390-tdep.c (s390_gdbarch_init): Ditto.
36         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
37         * v850-tdep.c (v850_gdbarch_init): Ditto.
38         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
39         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
40         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
41
42 2002-11-15  Andrew Cagney  <cagney@redhat.com>
43
44         * x86-64-linux-nat.c (i386_sse_regnum_p): New function.  Copy from
45         i386-tdep.c.
46
47 2002-11-15  Andrew Cagney  <cagney@redhat.com>
48
49         * frame.h (sigtramp_saved_pc): Delete declaration.
50         * blockframe.c (sigtramp_saved_pc): Delete function.
51         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
52         (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
53         * vax-tdep.c (vax_sigtramp_saved_pc): New function.
54         (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
55
56 2002-11-15  Andrew Cagney  <ac131313@redhat.com>
57
58         * frame.c (frame_pc_unwind): New function.
59         (frame_saved_regs_pc_unwind): New function.
60         (frame_register_unwind): Pass unwind_cache instead of
61         register_unwind_cache.
62         (set_unwind_by_pc): Add unwind_pc parameter, set.
63         (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
64         (get_prev_frame): Ditto.
65         * frame.h (frame_pc_unwind_ftype): Declare.
66         (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
67         pc_unwind_cache.  Rename register_unwind_cache to unwind_cache.
68         (frame_pc_unwind): Declare.
69         * dummy-frame.c (dummy_frame_pc_unwind): New function.
70         (struct dummy_frame): Add comment mentioning that values are for
71         previous frame.
72         * dummy-frame.h (dummy_frame_pc_unwind): Declare.
73         * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
74         (generic_file_frame_chain_valid): Ditto.
75         * stack.c (frame_info): Ditto.
76
77 2002-11-15  David Carlton  <carlton@math.stanford.edu>
78
79         * linespec.c (locate_first_half): New function.
80         (decode_line_1): Move code into locate_first_half.
81
82 2002-11-15  Andrew Cagney  <ac131313@redhat.com>
83
84         * complaints.h: Add comment explaining how to eliminate a
85         deprecated_complain call.
86         * complaints.h: Fix spelling errors.
87
88 2002-11-15  David Carlton  <carlton@math.stanford.edu>
89
90         * printcmd.c: Remove #include "disasm.h".
91
92 2002-11-14  Andrew Cagney  <ac131313@redhat.com>
93
94         * frame.h: Move the most relevant interface functions to the start
95         of the file.
96
97 2002-11-14  Andrew Cagney  <ac131313@redhat.com>
98
99         * regcache.h (deprecated_registers): Rename registers.
100         * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
101         * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
102         * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
103         * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
104         * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
105         * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
106         * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
107         * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
108         * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
109         * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
110         * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
111         * v850ice.c: Update.
112
113 Wed Nov 13 19:51:05 2002  Andrew Cagney  <cagney@redhat.com>
114
115         * utils.c (gdb_realpath): Add comment mentioning realpath with a
116         NULL buffer.
117
118 2002-11-13  Andrew Cagney  <cagney@redhat.com>
119
120         * regcache.h (deprecated_read_register_bytes): Rename
121         read_register_bytes.
122         (deprecated_write_register_bytes): Rename write_register_bytes.
123         * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
124         * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
125         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
126         * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
127         * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
128         * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
129         * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
130         * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
131         * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
132         * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
133         * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
134         * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
135         * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
136         * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
137
138 2002-11-13  Jim Blandy  <jimb@redhat.com>
139
140         * findvar.c (read_var_value): Doc fix.
141
142 2002-11-13  Andrew Cagney  <cagney@redhat.com>
143
144         * regcache.c (struct regcache): Replace passthough_p with
145         readonly_p.
146         (regcache_xmalloc): Initialize readonly_p.
147         (build_regcache): Initialize readonly_p.
148         (regcache_save): New function.
149         (regcache_restore): New function.
150         (regcache_cpy): Re-implement using regcache_save and
151         regcache_restore.
152         (regcache_raw_read): Update.
153         (regcache_cooked_read): When a read-only cache, checked for cached
154         pseudo register values.
155         (regcache_raw_write): Assert that the cache is not read-only.
156         Remove code handling a non-passthrough cache.
157         * regcache.h (regcache_save): Declare.
158         (regcache_restore): Declare.
159
160 2002-11-13  Andrew Cagney  <cagney@redhat.com>
161
162         * regcache.c (struct regcache_descr): Add fields
163         sizeof_cooked_registers and sizeof_cooked_register_valid_p.
164         (init_legacy_regcache_descr): Compute the size of a cooked
165         register cache and then assign that to sizeof_raw_registers.  Set
166         sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
167         (init_legacy_regcache_descr): Ditto.
168
169 2002-11-13  Andrew Cagney  <cagney@redhat.com>
170
171         * regcache.c (register_buffer): Move to near start of file, update
172         description.
173         (regcache_raw_read): Use.
174         (regcache_raw_write): Use.
175         (struct regcache): Rename raw_registers to registers and
176         raw_register_valid_p to register_valid_p.
177         (regcache_xmalloc): Update.
178         (regcache_xfree): Update.
179         (register_buffer): Update.
180         (regcache_cpy): Update.
181         (regcache_cpy_no_passthrough): Update.
182         (regcache_valid_p): Update.
183         (deprecated_grub_regcache_for_registers): Update.
184         (deprecated_grub_regcache_for_register_valid): Update.
185         (set_register_cached): Update.
186         (regcache_raw_write): Update.
187
188 2002-11-13  Pierre Muller  <muller@ics.u-strasbg.fr>
189
190         * p-exp.y (name_not_typename): Use copy_name to
191         set current_type variable for fields of THIS.
192
193 2002-11-12  Daniel Jacobowitz  <drow@mvista.com>
194
195         * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
196         * monitor.c (init_base_monitor_ops): Likewise.
197         * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
198         * remote-array.c (init_array_ops): Likewise.
199         * remote-e7000.c (init_e7000_ops): Likewise.
200         * remote-es.c (init_es1800_ops): Likewise.
201         (init_es1800_child_ops): Likewise.
202         * remote-rdp.c (init_remote_rdp_ops): Likewise.
203         * remote-sim.c (init_gdbsim_ops): Likewise.
204         * remote-st.c (init_st2000_ops): Likewise.
205         * sol-thread.c (init_sol_core_ops): Likewise.
206         (init_sol_thread_ops): Likewise.
207         * v850ice.c (init_850ice_ops): Likewise.
208         * win32-nat.c (init_child_ops): Likewise.
209         * wince.c (init_child_ops): Likewise.
210
211 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
212
213         * utils.c (gdb_realpath): Make rp a constant pointer.
214
215 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
216
217         * utils.c (gdb_realpath): Rewrite.  Try, in order: realpath() with
218         a constant buffer; cannonicalize_file_name(); realpath() with a
219         pathconf() defined buffer, xstrdup().
220
221 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
222
223         * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
224         to hang2.C; hang3.c to hang3.C.
225
226 2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
227
228         * findvar.c (read_var_value): Reenable TLS code.
229
230 2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
231             Jim Blandy  <jimb@redhat.com>
232         
233         * gdb_thread_db.h (enum): Add TD_NOTALLOC.
234         * target.c (update_current_target): Add
235         to_get_thread_local_address.
236         * target.h (to_get_thread_local_address): Export.
237         (target_get_thread_local_address): Define.
238         (target_get_thread_local_address_p): Define.
239         * thread-db.c: Include solib-svr4.h.
240         (td_thr_tls_get_addr_p): Define.
241         (thread_db_load): Get a pointer to td_thr_tls_get_addr.
242         (thread_db_get_thread_local_address): New function.
243         (init_thread_db_ops): Initialize to_get_thread_local_address.
244         * configure.in: Add test for TD_NOTALLOC in thread_db.h.
245         * configure: Regenerate.
246         * config.in: Regenerate.
247
248 2002-11-11  David Carlton  <carlton@math.stanford.edu>
249
250         * linespec.c (set_flags): New function.
251         (decode_line_1): Move code into set_flags.
252
253 2002-11-11  David Carlton  <carlton@math.stanford.edu>
254
255         * linespec.c (decode_line_1): Move chunks of code to separate
256         functions.
257         (initialize_defaults): New function.
258         (decode_indirect): New function.
259
260 2002-11-11  Andrew Cagney  <ac131313@redhat.com>
261
262         * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
263         instead of void_code_ptr.
264         (sigtramp_saved_pc): Ditto.
265
266         * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
267         i386_fp_regnum_p.
268
269 2002-11-10  Daniel Jacobowitz  <drow@mvista.com>
270
271         * gdbtypes.h (struct main_type): Move artificial flag out of
272         loc.  New member of ``struct field'' named static_kind.  Reduce
273         overloaded meaning of bitsize.
274         (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
275         (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
276         (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
277
278         * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
279         new fields.
280         (template_to_fixed_record_type, template_to_static_fixed_type)
281         (to_record_with_fixed_variant_part): Likewise.
282         * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
283         * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
284         * dwarfread.c (struct_type, enum_type): Likewise.
285         * hpread.c (hpread_read_enum_type)
286         (hpread_read_function_type, hpread_read_doc_function_type)
287         (hpread_read_struct_type): Likewise.
288         * mdebugread.c (parse_symbol): Likewise.
289
290 2002-11-10  Andrew Cagney  <ac131313@redhat.com>
291
292         * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
293         * stack.c (print_frame_info_base): Update.
294         (print_frame_info_base, frame_info): Update.
295         * sparc-tdep.c (sparc_init_extra_frame_info): Update.
296         (sparc_frame_saved_pc): Update.
297         * ada-lang.c (find_printable_frame): Update.
298         * breakpoint.c (deprecated_frame_in_dummy): Update.
299         
300 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
301
302         * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
303         defined.
304         (regmap): Extend to cover all registers.
305         (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
306         OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
307         definitions.
308         (fetch_register, sore_register): Simplify.
309         (old_fetch_inferior_registers, old_store_inferior_registers):
310         Remove functions.
311         (cannot_fetch_register, cannot_store_register): Change
312         implementation to use regmap array to decide which registers
313         cannot be fetched/stored.  This removes $orig_eax from the
314         registers that cannot be fetched/stored.
315         (fetch_inferior_registers): Call fetch_register directly instead
316         of calling old_fetch_inferior_registers.
317         (store_inferior_registers): Call store_register directly instead
318         of calling old_store_inferior_registers.
319         (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
320         (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
321         * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
322
323 2002-11-09  Klee Dienes  <kdienes@apple.com>
324
325         * i387-tdep.c (i387_supply_register): When called with NULL as a
326         buffer, mark the register as not provided (to mirror the behavior
327         of supply_register).
328         (i387_supply_fxsave): Ditto.
329         (i387_supply_fsave): Ditto (inherits the behavior from
330         i387_supply_register).
331
332 2002-11-09  Klee Dienes  <kdienes@apple.com>
333
334         * blockframe.c (sigtramp_saved_pc): Use
335         builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
336         extracting the PC).  Use TYPE_LENGTH (builtin_type_void_code_ptr)
337         instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
338         
339 2002-11-09  Andrew Cagney  <ac131313@redhat.com>
340
341         * frame.c (get_prev_frame): Test prev_p to identify a previously
342         unwound frame.  Initialize prev_p.
343         * frame.h (struct frame_info): Add field prev_p.  Expand prev/next
344         comment.
345
346 2002-11-09  Andrew Cagney  <ac131313@redhat.com>
347
348         * frame.c (get_prev_frame): Cleanups.  Eliminate redundant tests
349         for a NULL NEXT_FRAME.  Simplify fromleaf initialization.  Add
350         more comments.  Zap dead code.
351
352 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
353
354         * infcmd.c (print_vector_info, print_float_info): Move code that
355         checks whether the target has any registers and whether there is a
356         selected frame up, such that it is also used if a target provides
357         multi-arch definitions of these functions.
358
359 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
360
361         * Makefile.in (DESTDIR): Define.
362         (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
363         prefix.
364
365         * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
366         i386obsd-tdep.c.  Rename to "gdb.cxx", paths containing "gdb.c++".
367
368 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
369
370         * i386-linux-tdep.c: Include "reggroups.h".
371         (i386_linux_register_reggroup_p): New function.
372         (i386_linux_init_abi): Set register_reggroup_p to
373         i386_linux_register_reggroup_p.
374         * i386-tdep.h (i386_register_reggroup_p): Declare.
375         * i386-tdep.c: Include "reggroups.h".
376         (i386_init_reggroups): New function.
377         (i386_add_reggroups): New function.
378         (i386_register_reggroup_p): New function.
379         (i386_sse_reggroup, i386_mmx_reggroup): New variables.
380         (_initialize_i386_tdep): Call i386_init_reggroups.
381         (i386_gdbarch_init): Set register_reggroup_p and add in the i386
382         specific reggroups.
383
384 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
385
386         * infptrace.c (child_xfer_memory): Make use of the new PT_IO
387         request that's available in *BSD.
388
389         * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
390
391         * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
392         FDOFF_REGNUM.
393
394 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
395
396         * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
397         * dummy-frame.c (find_dummy_frame): Rename
398         generic_find_dummy_frame, make static.  Return the dummy frame
399         instead of the regcache.
400         (generic_find_dummy_frame): Re-implement using find_dummy_frame,
401         (cached_find_dummy_frame): New function.  Use find_dummy_frame.
402         (dummy_frame_register_unwind): Rename
403         generic_call_dummy_register_unwind.  Use cached_find_dummy_frame.
404         * dummy-frame.h (dummy_frame_register_unwind): Rename
405         generic_call_dummy_register_unwind.
406
407 2002-11-08  Mark Kettenis  <kettenis@gnu.org>
408
409         * config/i386/tm-i386v42mp.h: Remove file.  Move its contents,
410         except the inclusion of "i386/tm-i386.h", to...
411         * config/i386/nm-i386v42mp.h: ...here.
412         * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
413
414 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
415
416         * Makefile.in (frame.o): Update dependencies.
417         * blockframe.c (current_frame, frame_obstack_alloc)
418         (frame_saved_regs_zalloc, get_current_frame)
419         (set_current_frame, create_new_frame)
420         (set_unwind_by_pc, get_next_frame)
421         (flush_cached_frames, reinit_frame_cache)
422         (frame_saved_regs_register_unwind)
423         (deprecated_generic_get_saved_register)
424         (get_prev_frame, get_frame_pc, get_frame_saved_regs)
425         (_initialize_blockframe): Move frame code from here...
426         * frame.c: ...to here.  Include "gdb_obstack.h", "gdbcore.h",
427         "annotate.h" and "dummy-frame.h".
428         (_initialize_frame): New function.
429
430 2002-11-08  Jim Blandy  <jimb@redhat.com>
431
432         * dwarf2read.c (read_func_scope): Restore list_in_scope properly
433         when we finish a function a context.
434         * buildsym.h (outermost_context_p): New macro.
435         (Bug analyzed by David Edelsohn.)
436
437 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
438
439         * blockframe.c: Include "dummy-frame.h".
440         (struct dummy_frame, dummy_frame_stack)
441         (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
442         (generic_pc_in_call_dummy, deprecated_read_register_dummy)
443         (generic_push_dummy_frame, generic_save_dummy_frame_tos)
444         (generic_save_call_dummy_addr, generic_pop_current_frame)
445         (generic_pop_dummy_frame, generic_fix_call_dummy)
446         (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
447         dummy frame code from here...
448         * dummy-frame.c: ...to here.  New file.
449         * dummy-frame.h: New file.
450         (generic_call_dummy_register_unwind): Declare.
451         (generic_find_dummy_frame): Declare.
452         * Makefile.in (SFILES): Add dummy-frame.c.
453         (dummy-frame.o): Specify dependencies.
454         (dummy_frame_h): Define.
455         (COMMON_OBS): Add dummy-frame.o.
456         (blockframe.o): Update dependencies.
457
458 2002-11-08  Jim Blandy  <jimb@redhat.com>
459
460         * dwarf2read.c (read_func_scope): Restore local_symbols and
461         param_symbols after we finish the function context.  (Based on a
462         patch from David Edelsohn.)
463
464 2002-11-08  David Carlton  <carlton@math.stanford.edu>
465
466         * linespec.c (symbol_found): New function.
467         (minsym_found): New function.
468         (decode_line_1): Separate out some code into separate functions.
469
470 2002-11-08  Joel Brobecker  <brobecker@gnat.com>
471
472         * i386-tdep.c (i386_frameless_signal_p): Make non static for
473         the benefit of the interix target.
474         * i386-tdep.h (i386_frameless_signal_p): Declare.
475
476 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
477
478         * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
479         declaration that snuck in from change below.
480
481 2002-11-06  Andrew Cagney  <cagney@redhat.com>
482
483         * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p.  Update
484         all callers.
485         (i386_fp_regnum_p): New function.  Use instead of FP_REGNUM_P.
486         (i386_fpc_regnum_p): New function.  Use instead of FPC_REGNUM_P.
487         (i386_sse_regnum_p): New function.  Use instead of SSE_REGNUM_P.
488         (i386_mxcsr_regnum_p): new function.  Use instead of
489         MXCSR_REGNUM_P.
490         * i386-tdep.h (SSE_REGNUM_P): Delete macro.
491         (i386_sse_regnum_p): Declare.
492         (i386_mxcsr_regnum_p): Declare.
493         (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
494         (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
495         (IS_FP_REGNUM): Update definition.
496         (IS_FPU_CTRL_REGNUM): Update definition..
497         (IS_SSE_REGNUM): Update definition..
498         * i386v-nat.c (register_u_addr): Update.
499         * go32-nat.c (fetch_register): Update.
500         (store_register): Update.
501
502 2002-11-07  Joel Brobecker  <brobecker@gnat.com>
503
504         Preparation work to convert the hppa targets to multiarch partial.
505
506         * hppa-tdep.c: Add new functions replacing macro bodies from
507         config/pa/tm-hppa.h. These function will be used to initialize
508         the gdbarch structure. Import some comments from tm-hppa.h,
509         and place them where appropriate, to avoid loosing them when
510         we cleanup this file.
511         (hppa_reg_struct_has_addr): New function.
512         (hppa_inner_than): New function.
513         (hppa_stack_align): New function.
514         (hppa_pc_requires_run_before_use): New function.
515         (hppa_instruction_nullified): New function.
516         (hppa_register_byte): New function.
517         (hppa_register_virtual_type): New function.
518         (hppa_store_struct_return): New function.
519         (hppa_cannot_store_register): New function.
520         (hppa_frame_args_address): New function.
521         (hppa_frame_locals_address): New function.
522         (hppa_smash_text_address): New function.
523         (hppa_coerce_float_to_double): New function. Requires the inclusion
524         of "language.h".
525
526         * Makefile.in (hppa-tdep.o): Add dependency on language.h.
527
528         * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
529         gdbarch-eligible macro to a call to the new associated function
530         created in hppa-tdep.c.
531         (INNER_THAN): Likewise.
532         (STACK_ALIGN): Likewise.
533         (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
534         (INSTRUCTION_NULLIFIED): Likewise.
535         (REGISTER_BYTE): Likewise.
536         (REGISTER_VIRTUAL_TYPE): Likewise.
537         (STORE_STRUCT_RETURN): Likewise.
538         (CANNOT_STORE_REGISTER): Likewise.
539         (FRAME_ARGS_ADDRESS): Likewise.
540         (FRAME_LOCALS_ADDRESS): Likewise.
541         (SMASH_TEXT_ADDRESS): Likewise.
542         (COERCE_FLOAT_TO_DOUBLE): Likewise.
543         (ABOUT_TO_RETURN): Delete, as no longer used.
544
545 2002-11-07  Fernando Nasser  <fnasser@redhat.com>
546
547         * printcmd.c (disassemble_command): Remove obsolete function.
548         (_initialize_printcmd): Do not create disassemble command here.
549         * cli/cli-cmds.c (disassemble_command): New function.  Implements
550         disassemble command.
551         (init_cli_cmds): Create disassemble command here instead.
552
553 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
554
555         * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
556
557 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
558
559         * regcache.h (regcache_cooked_read_using_offset_hack)
560         (regcache_cooked_write_using_offset_hack): Delete declarations.
561         (register_changed): Delete declaration.
562         * regcache.c (regcache_cooked_read_using_offset_hack)
563         (regcache_cooked_write_using_offset_hack): Delete functions.
564         (cooked_xfer_using_offset_hack): Delete function.
565         (register_changed): Delete function.
566
567 2002-11-07  Jim Blandy  <jimb@redhat.com>
568
569         * macroscope.c: #include "complaints.h".
570         (sal_macro_scope): Cope with filenames that appear in the symtabs,
571         but not in the macro table.
572         * Makefile.in (macroscope.o): Record dependency.
573
574 2002-11-07  Joel Brobecker  <brobecker@gnat.com>
575
576         * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
577
578 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
579
580         * regcache.c (deprecated_registers_fetched): Update.
581         * regcache.h (deprecated_registers_fetched): Rename
582         registers_fetched.
583         * remote-vxsparc.c (vx_read_register): Update.
584         * remote-vxmips.c (vx_read_register): Update.
585         * remote-vx68.c (vx_read_register): Update.
586         * irix5-nat.c (fetch_core_registers): Update.
587         * mipsm3-nat.c (fetch_inferior_registers): Update.
588         * sun3-nat.c (fetch_inferior_registers): Update.
589         * symm-nat.c (fetch_inferior_registers): Update.
590         * ns32knbsd-nat.c (fetch_inferior_registers): Update.
591         (fetch_core_registers): Update.
592         (fetch_kcore_registers): Update.
593         * mips-nat.c (fetch_inferior_registers): Update.
594         * corelow.c (get_core_registers): Update.
595         * a68v-nat.c (fetch_inferior_registers): Update.
596
597 2002-11-06  Joel Brobecker  <brobecker@gnat.com>
598
599         Put in place the framework necessary for multiarching the hppa targets.
600         * hppa-tdep.c (hppa_gdbarch_init): New function.
601         (hppa_dump_tdep): New function.
602         (_initialize_hppa_tdep): Register the hppa gdbarch init function and
603         tdep structure dumper.
604         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
605         until the multi-arching conversion has partially been completed.
606
607 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
608
609         * valops.c (value_assign): Merge lval_register case into
610         lval_reg_frame_relative.  Use frame_register and
611         regcache_cooked_write instead of get_saved_register and
612         write_register_bytes.  After flushing the register cache, try to
613         re-select the selected frame.
614
615 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
616
617         * regcache.h (deprecated_register_valid): Rename register_valid.
618         * regcache.c: Update.
619         * ia64-aix-nat.c: Update.
620         * i386gnu-nat.c: Update.
621         * alpha-nat.c: Update.
622         * sparc-nat.c: Update.
623         * lynx-nat.c: Update.
624         * remote-mips.c: Update.
625
626 2002-11-06  Joel Brobecker  <brobecker@gnat.com>
627
628         * hppa-tdep.c (_initialize_hppa_tdep): Move function body
629         to end of file, to be more consistent with the pratice followed
630         by other targets.
631
632 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
633
634         * infcmd.c: Include "reggroups.h" and <ctype.h>.
635         (print_float_info): Print registers in float_reggroup.
636         (print_vector_info): Print registers in vector_reggroup.
637         (default_print_registers_info): When all, print registers in
638         all_reggroup.  Otherwize, print registers in general_reggroup.
639         (registers_info): Rewrite.  Add support for register groups.
640         Eliminate a goto.
641
642 2002-11-06  Elena Zannoni  <ezannoni@redhat.com>
643
644         * symtab.c (methods_info): Delete. It has been ifdeffed out for
645         ages.
646         (symtab_symbol_info): Remove eons old ifdeffed out code.
647         (_initialize_symtab): Remove prehistoric disabled 'info methods'
648         command.
649
650 2002-11-06  Theodore A. Roth  <troth@openavr.org>
651
652         * c-exp.y: Add missing semi-colons.
653         * f-exp.y: Add missing semi-colons.
654         * m2-exp.y: Add missing semi-colons.
655         * p-exp.y: Add missing semi-colons.
656         Add empty action to start rule to avoid a type clash error when
657         building with bison >= 1.50.
658
659 2002-11-06  Jim Blandy  <jimb@redhat.com>
660
661         * macrotab.h (struct macro_source_file): Doc fix.
662
663 2002-11-05  Jeff Johnston  <jjohnstn@redhat.com>
664
665         * varobj.c (child_exists, cplus_number_of_children): Change
666         STREQ macro references to strcmp.
667         (cplus_name_of_child): Change code to handle the fact that
668         fields are not necessarily contiguous with regards to their 
669         access control. This is a fix for PR gdb/792.
670
671 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
672
673         * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
674         * gdbarch.h, gdbarch.c: Regnerate.
675         * frame.h (frame_register): Declare.
676         * frame.c (frame_register): New function.
677         (get_saved_register): Test GET_SAVED_REGISTER_P before calling
678         GET_SAVED_REGISTER, otherwize call
679         generic_unwind_get_saved_register.
680         (frame_register_read): Use frame_register instead of
681         get_saved_register.
682
683 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
684         
685         From Jim Ingham  <jingham@apple.com>:
686         * event-top.c (gdb_disable_readline): New function.
687         (_initialize_event_loop): Move comment.
688
689 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
690
691         * event-loop.c (start_event_loop): Add comment.
692         Update copyright.
693
694 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
695
696         * infcmd.c (default_print_registers_info): Do not call
697         PRINT_REGISTER_HOOK.
698
699 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
700
701         * sparc-tdep.c (sparc_print_register_hook): Make static.
702         (sparc_print_registers_info): New function.
703         (sparc_do_registers_info): New function.
704         (sparclet_print_registers_info): New function.
705         (sparclet_do_registers_info): New function.
706         (do_sparc_print_registers_info): New function.
707         (sparc_print_registers): New static function, clone of infcmd.c's
708         default_print_registers_info.
709         * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
710         (sparclet_do_registers_info): Declare.
711         (DEPRECATED_DO_REGISTERS_INFO): Re-define.
712         * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
713         Re-define.
714         (sparc_do_registers_info): Declare.
715         (PRINT_REGISTER_HOOK): Delete macro.
716         (sparc_print_register_hook): Delete declaration.
717
718 2002-11-05  David Carlton  <carlton@math.stanford.edu>
719
720         * symtab.c (lookup_symbol_aux): Move chunks of code into separate
721         functions.
722         (lookup_symbol_aux_local): New function.
723         (lookup_symbol_aux_symtabs): New function.
724         (lookup_symbol_aux_psymtabs): New function.
725
726 2002-11-05  David Carlton  <carlton@math.stanford.edu>
727
728         * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
729         previous values of 'objfile' and 'block'.
730
731 2002-11-05  Pierre Muller  <muller@ics.u-strasbg.fr>
732
733         * values.c (value_change_enclosing_type): Set 
734         enclosing_type field correctly also for the case where 
735         more memory needs to be allocated.
736
737 2002-11-03  Mark Kettenis  <kettenis@gnu.org>
738
739         * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
740         of puts_filtered.
741
742         * i387-tdep.c (i387_print_float_info): Replace calls to
743         register_read and deprecated_read_register_gen with calls to
744         frame_register_read, and make the necessary adjustments to the
745         surrounding code.
746
747 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
748
749         * gdbarch.sh (register_reggroup_p): Allow default value.
750         * gdbarch.h, gdbarch.c: Regenerate.
751
752 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
753
754         * regcache.h: Add coment indicating replacements for deprecated
755         functions.
756
757 2002-11-02  Andrew Cagney  <cagney@redhat.com>
758
759         * reggroups.h, reggroups.c: New files.
760         * regcache.c: Include "reggroups.h".
761         (enum regcache_dump_what): Add `regcache_dump_groups'.
762         (regcache_dump): Contract size of the "Type" column.  When
763         specified, dump the register's groups.
764         (maintenance_print_register_groups): New function.
765         (_initialize_regcache): Add command `maint print register-groups'.
766         * Makefile.in (COMMON_OBS): Add reggroups.o
767         (SFILES): Add reggroups.c.
768         (reggroups_h): Define.
769         (regcache.o, gdbarch.o): Update dependencies.
770         (reggroups.o): Specify dependencies.
771         * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
772         Add opaque declaration for `struct reggroup' in generated .h file.
773         Include "reggroups.h" in generated .c file.
774         gdbarch.h, gdbarch.c: Re-generate.
775
776 2002-11-02  Andrew Cagney  <cagney@redhat.com>
777
778         * regcache.h (deprecated_read_register_gen): Rename
779         read_register_gen.
780         (deprecated_write_register_gen): Rename write_register_gen.
781         * i387-tdep.c: Update.
782         * x86-64-linux-nat.c: Update
783         * wince.c: Update.
784         * thread-db.c: Update.
785         * win32-nat.c: Update.
786         * mips-tdep.c: Update.
787         * d10v-tdep.c: Update.
788         * cris-tdep.c: Update.
789         * remote-sim.c: Update.
790         * remote-rdi.c: Update.
791         * remote-rdp.c: Update.
792         * frame.c: Update.
793         * target.c: Update.
794         * blockframe.c: Update.
795         * x86-64-tdep.c: Update.
796         * xstormy16-tdep.c: Update.
797         * sh-tdep.c: Update.
798         * s390-tdep.c: Update.
799         * rs6000-tdep.c: Update.
800         * sparc-tdep.c: Update.
801         * i386-tdep.c: Update.
802         * dwarf2cfi.c: Update.
803         * regcache.c: Update.
804
805 2002-11-01  Joel Brobecker  <brobecker@gnat.com>
806
807         New interix-specific files:
808         * config/i386/nm-interix.h: New file.
809         * config/i386/interix.mh: New file.
810         * config/i386/interix.mt: New file.
811         * i386-interix-nat.c: New file.
812         * i386-interix-tdep.c: New file.
813
814 2002-11-01  Andrew Cagney  <cagney@redhat.com>
815
816         * frame.h (deprecated_generic_get_saved_register): Rename
817         generic_get_saved_register.
818         * blockframe.c (deprecated_generic_get_saved_register): Update.
819         * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
820         (xstormy16_frame_saved_register): Update.
821         * sh-tdep.c (sh_gdbarch_init): Update.
822         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
823         * ia64-tdep.c (ia64_get_saved_register): Update.
824         * cris-tdep.c (cris_gdbarch_init): Update.
825         * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
826         * arm-tdep.c (arm_gdbarch_init): Update.
827
828 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
829
830         * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
831
832 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
833
834         * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
835         trampolines in sigaction.
836
837 2002-10-31  Andrew Cagney  <cagney@redhat.com>
838
839         * h8300-tdep.c: Include "gdb_assert.h".
840         (h8300_print_register): Add gdbarch, file and frame parameters.
841         Use frame_read_unsigned_register to read the register's value.
842         Use fprintf_filtered to display output.
843         (h8300_print_registers_info): Replace h8300_do_registers_info.
844         (h8300_gdbarch_init): Set print_registers_info.
845
846 2002-10-31  Andrew Cagney  <cagney@redhat.com>
847
848         * frame.c (frame_read_unsigned_register): New function.
849         (frame_read_signed_register): New function.
850         * frame.h (frame_read_unsigned_register): Declare.
851         (frame_read_signed_register): Declare.
852
853 2002-10-31  Andrew Cagney  <cagney@redhat.com>
854
855         * h8500-tdep.c (h8500_print_registers_info): New static function,
856         clone of infcmd.c's default_print_registers_info.
857         (h8500_do_registers_info): New funtion.
858         (h8500_print_register_hook): Rename print_register_hook, make
859         static.
860
861         * config/h8500/tm-h8500.h: Update copyright.
862         (DEPRECATED_DO_REGISTERS_INFO): Define.
863         (h8500_do_registers_info: Declare.
864         (PRINT_REGISTER_HOOK): Delete macro.
865         (print_register_hook): Delete function.
866
867 2002-10-31  Andrew Cagney  <cagney@redhat.com>
868
869         * z8k-tdep.c (z8k_print_register_hook): Make static.
870         (z8k_print_registers_info): New static function, clone of
871         infcmd.c's default_print_registers_info.
872         (z8k_do_registers_info): New function.  Wrap
873         z8k_print_registers_info.
874         * config/z8k/tm-z8k.h: Update copyright.
875         (PRINT_REGISTER_HOOK): Delete macro.
876         (z8k_print_register_hook): Delete declaration.
877         (DEPRECATED_DO_REGISTERS_INFO): Define.
878         (z8k_do_registers_info): Declare.
879
880 2002-10-30  Joel Brobecker  <brobecker@gnat.com>
881
882         * hppa-tdep.c (find_function_in_inferior): Remove this extern,
883         as this is already provided by value.h, and was actually causing
884         a compilation error because of a conflict in parameter type
885         declaration due to a missing const keyword.
886         (low_text_segment_addres): Fix a compilation warning.
887
888 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
889
890         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
891         registers without a name.
892         (mips_linux_cannot_store_register): Don't store registers without
893         a name.
894
895 2002-10-28  David Carlton  <carlton@math.stanford.edu>
896
897         * symtab.c (find_addr_symbol): Delete.  (It was already commented
898         out.)
899         * symtab.h: Delete prototype for find_addr_symbol.
900
901 2002-10-26  Andrew Cagney  <cagney@redhat.com>
902
903         * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
904         DO_REGISTERS_INFO.
905         gdbarch.h, gdbarch.c: Re-generate.
906         * infcmd.c (default_print_registers_info): Update reference.
907         * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
908         (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
909         * sh-tdep.c (sh_gdbarch_init): Ditto.
910         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
911         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
912
913 2002-10-26  Mark Kettenis  <kettenis@gnu.org>
914
915         * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
916         cfi_init_extra_frame_info.
917         * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
918         * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
919
920         * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
921         target where necessary.  Add more comments and remove the ones
922         that don't provide any useful information.
923
924         * i386-tdep.c (i386_frame_saved_pc): Replace call to
925         deprecated_read_register_dummy with
926         frame_unwind_unsigned_register.
927
928         * i386-tdep.c (i386_extract_struct_value_address): Use
929         regcache_raw_read_unsigned instead of
930         regcache_cooked_read_unsigned since we know that the register
931         we're reading isn't a pseudo register.  Rename variable 'val' into
932         the more descriptive 'addr'.
933
934         * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
935         (x86_64_push_return_address): Add comment.
936         (x86_64_pop_frame): Make static.
937         (examine_argument): Clarify comment.
938         (x86_64_skip_prologue): Make prolog_expact variable static.
939
940         * dwarf2cfi.c: Fix some formatting problems.
941         (context_cpy, read_encoded_pointer): Clarify comments.
942
943         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
944         (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
945         i386 target back into x86_64_gdbarch_init.  Add some comments and
946         remove meaningless ones.
947
948 2002-10-25  Andrew Cagney  <cagney@redhat.com>
949
950         * complaints.h (struct deprecated_complaint): Rename `struct
951         complaint'.
952         * complaints.c (complain): Update.
953         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
954         incorrect comment indicating that "symfile.h" was being included
955         for the `struct complaint' definition.
956         * remote-vx.c: Update.
957         * objc-lang.c: Update.
958         * xcoffread.c: Update.
959         * hpread.c: Update.
960         * mdebugread.c: Update.
961         * stabsread.c: Update.
962         * dwarf2read.c: Update.
963         * dwarfread.c: Update.
964         * elfread.c: Update.
965         * coffread.c: Update.
966         * stabsread.h: Update.
967         * dbxread.c: Update.
968         * buildsym.c: Update.
969         * gdbtypes.c: Update.
970         * macrotab.c: Update.
971
972 2002-10-25  Mark Kettenis  <kettenis@gnu.org>
973
974         * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
975         the version in i386-tdep.c.  Move set_gdbarch_* calls out into...
976         (x86_64_init_abi): ...new function.
977
978         * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
979         * i386v-nat.c: Include "i386-tdep.h".
980
981 2002-10-25  Andrew Cagney  <cagney@redhat.com>
982
983         * gdbtypes.c (address_space_name_to_int): Update.
984         (address_space_int_to_name): Update.
985         * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
986         multi-arch predicate.
987         (address_class_name_to_type_flags): Ditto.
988         * gdbarch.h, gdbarch.c: Re-generate.
989         
990         * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
991
992 2002-10-24  Martin M. Hunt  <hunt@redhat.com>
993
994         * utils.c (string_to_core_addr): Revert patch from 11 Oct.
995
996 2002-10-24  Elena Zannoni  <ezannoni@redhat.com>
997
998         * symtab.h (INIT_SAL): Delete macro.
999         (init_sal): Export.
1000         * symtab.c (init_sal): New function.
1001
1002         * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1003         to init_sal function call.
1004         (find_sal_from_funcs_and_line): Ditto.
1005         (all_sals_for_line): Ditto. 
1006         * breakpoint.c (create_internal_breakpoint): Ditto. 
1007         (create_fork_vfork_event_catchpoint): Ditto. 
1008         (create_exec_event_catchpoint): Ditto. 
1009         (parse_breakpoint_sals): Ditto. 
1010         (watch_command_1): Ditto. 
1011         (handle_gnu_4_16_catch_command): Ditto.
1012         (clear_command): Ditto. 
1013         * hppa-tdep.c (child_enable_exception_callback): Ditto. 
1014         * infcmd.c (run_stack_dummy): Ditto. 
1015         * infrun.c (process_event_stop_test): Ditto.
1016         (check_sigtramp2): Ditto.
1017         (step_over_function): Ditto. 
1018         * linespec.c (decode_line_2): Ditto. 
1019         (decode_line_1): Ditto. 
1020         * source.c (line_info): Ditto. 
1021         * symtab.c (find_pc_sect_line): Ditto.
1022
1023 2002-10-24  Michal Ludvig  <mludvig@suse.cz>
1024
1025         * dwarf2cfi.c (struct context)
1026         (struct context_reg): Moved to dwarf2cfi.h
1027         (context_alloc, frame_state_alloc, context_cpy):
1028         Made extern instead of static, removed prototypes.
1029         * dwarf2cfi.h (struct context)
1030         (struct context_reg): New, moved from dwarf2cfi.c
1031         (context_alloc, frame_state_alloc, context_cpy):
1032         New prototypes.
1033         * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1034         Changed from static to extern.
1035         (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1036         (LINUX_SIGCONTEXT_FP_OFFSET)
1037         (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1038         (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1039         (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1040         * x86-64-tdep.c (x86_64_gdbarch_init): Several
1041         set_gdbarch_*() calls now use x86-64 specific functions 
1042         instead of DWARF2 CFI ones.
1043         * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1044         (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1045         (x86_64_init_extra_frame_info): New prototypes.
1046         
1047 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1048
1049         * linespec.c: #include "parser-defs.h".
1050         Delete prototype for find_template_name_end.
1051         * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1052
1053 2002-10-23  Jeff Johnston  <jjohnstn@redhat.com>
1054
1055         * NEWS: add recent mi fixes.
1056         * varobj.c (struct varobj): Add new "updated" flag.
1057         (new_variable): Default "updated" flag to 0.
1058         (varobj_set_value): Set "updated" flag to 1 if value
1059         changes.
1060         (varobj_update): Check varobj "updated" flag before
1061         comparing old and refreshed values.  Fix for
1062         PR gdb/702.
1063
1064 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1065
1066         * parse.c (parse_exp_1): Use BLOCK_START.
1067         * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1068         SYMBOL_BLOCK_VALUE.
1069         * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1070
1071 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1072
1073         * symtab.c: Delete cplusplus_hint.
1074         Delete prototype for find_template_name_end.
1075
1076 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
1077
1078         * symtab.h: Update comment.
1079
1080 2002-10-23  Michael Snyder  <msnyder@redhat.com>
1081
1082         * printcmd.c (address_info): Restore quotes in output.
1083         * valops.c (value_of_local): Restore quotes in error message.
1084
1085 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
1086
1087         * symtab.c (symbol_demangled_name): New function.
1088         * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1089         turning most of it into a function.
1090         (symbol_demangled_name): Export.
1091
1092 2002-10-23  Michael Snyder  <msnyder@redhat.com>
1093
1094         * valops.c (value_of_local): Restore quotes in error message.
1095
1096 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
1097
1098         * symtab.c (symbol_init_language_specific): New function.
1099         * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1100         turning most of it into a function.
1101         (symbol_init_language_specific): Export.
1102
1103 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1104
1105         * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1106         (dwarf_attr_name): Ditto.
1107         (dwarf_type_encoding_name): Ditto.
1108         (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1109         (process_die): Handle DW_TAG_namespace,
1110         DW_TAG_imported_declaration, DW_TAG_imported_module.
1111         (read_namespace): New function.
1112
1113 2002-10-22  Joel Brobecker  <brobecker@gnat.com>
1114
1115         * configure.in: Define NEW_PROC_API on Interix too.
1116         * configure: Regenerate.
1117
1118 2002-10-21  Joel Brobecker  <brobecker@gnat.com>
1119
1120         * configure: Regenerate using the proper version of autoconf.
1121
1122 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
1123
1124         * findvar.c (read_var_value): Temporarily disable TLS code, until
1125         complete TLS support is added.
1126
1127 2002-10-21  Jim Blandy  <jimb@redhat.com>
1128             Elena Zannoni  <ezannoni@redhat.com>
1129
1130         * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1131         for thread local storage locations.
1132         (struct symbol): Add objfile field.
1133         (SYMBOL_OBJFILE): Define.
1134         * dwarf2read.c (is_thread_local): New static variable.
1135         (new_symbol): If variable is in thread local fill in address class
1136         and objfile appropriately.
1137         (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1138         stack operation.
1139         * printcmd.c (address_info): Print the information for thread
1140         local storage variable.
1141         * findvar.c (read_var_value): In case of thread local variable,
1142         defer to the target vector code to compute address.
1143
1144 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
1145
1146         * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1147         * solib-svr4.h (svr4_fetch_objfile_link_map): Export.   
1148
1149 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
1150
1151         * symtab.h (address_class):  Rename
1152         LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1153         * hpread.c (hpread_process_one_debug_symbol): Ditto.
1154         * printcmd.c (address_info): Ditto.
1155         * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1156
1157 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
1158
1159         * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1160         DBREG_DRX macro to acces debug registers.
1161
1162         * Makefile.in (i386obsd-tdep.o): New target.
1163
1164         * solib-sunos.c: Include "bcache.h" and "regcache.h".
1165         * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1166
1167         * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1168         * config/i386/obsd.mt: New file.
1169         * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1170         i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1171         * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1172         i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1173         i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1174         * i386obsd-tdep.c: New file.
1175
1176 2002-10-19  Adam Fedor  <fedor@gnu.org>
1177
1178         * objc-exp.y (name_not_typename): Fix invalid comment.  
1179
1180 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
1181
1182         * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1183         to allocate partial syms and macro byte caches.
1184
1185 2002-10-18  David Carlton  <carlton@math.stanford.edu>
1186
1187         * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1188
1189 2002-10-18  Adam Fedor  <fedor@gnu.org>
1190
1191         * stabsread.c (find_name_end): New function.
1192         (define_symbol): Use it.
1193
1194 2002-10-18  Daniel Jacobowitz  <drow@mvista.com>
1195
1196         * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1197         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1198         * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1199         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1200
1201 2002-10-17  David Carlton  <carlton@math.stanford.edu>
1202
1203         * symfile.h: Add opaque declaration for struct obstack.
1204         Declare obsavestring to take a const char *.
1205         * symfile.c (obsavestring): Make first argument a const char *.
1206
1207 2002-10-16  Adam Fedor  <fedor@gnu.org>
1208
1209         * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1210         names when matching breakpoints in current file.
1211
1212 2002-10-16  Kevin Buettner  <kevinb@redhat.com>
1213
1214         * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1215         (read_tag_pointer_type): Add address class support.
1216         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1217         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1218         New methods.
1219         * gdbarch.h, gdbarch.c: Regenerate.
1220         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1221         (make_type_with_address_space, recursive_type_dump): Add address
1222         class support.
1223         * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1224         (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1225         (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1226
1227 2002-10-16  Klee Dienes  <kdienes@apple.com>
1228
1229         * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1230         to get the last character of a char[] buffer, not
1231         name[sizeof(vptr_name)-1].
1232
1233 2002-10-14  Adam Fedor  <fedor@gnu.org>
1234
1235         * symtab.h: New objc_specific struct.
1236         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1237         (SYMBOL_DEMANGLED_NAME): Likewise.
1238
1239 2002-10-14  Adam Fedor  <fedor@gnu.org>
1240
1241         * symfile.c (init_filename_language_table): Add ObjC file extension.
1242
1243 2002-10-14  Adam Fedor  <fedor@gnu.org>
1244
1245         * utils.c (puts_filtered_tabular): New function.
1246         (fprintf_symbol_filtered): Get ObjC demangled name.
1247         * defs.h (puts_filtered_tabular): Declared.
1248
1249 2002-10-14  Kevin Buettner  <kevinb@redhat.com>
1250
1251         * c-lang.h (c_type_print_varspec_prefix): Delete.
1252         * c-typeprint.c (c_type_print_varspec_prefix): Make static.  Add
1253         ``need_post_space'' parameter.  Adjust all callers.
1254
1255 2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
1256  
1257         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1258         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1259         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1260         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1261
1262 2002-10-13  Adam Fedor  <fedor@gnu.org>
1263
1264         * source.c (print_source_lines): Update comments.
1265
1266 2002-10-13  Adam Fedor  <fedor@gnu.org>
1267
1268         * valops.c (value_of_local): New function.
1269         (value_of_this): Use it.
1270         * value.h (value_of_local): Declared.
1271
1272 2002-10-13  Adam Fedor  <fedor@gnu.org>
1273
1274         * parse.c: (length_of_subexp, prefixify_subexp): Handle
1275         OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1276
1277 2002-10-12  Adam Fedor  <fedor@gnu.org>
1278
1279         * language.c (binop_result_type): Add language_objc to case.
1280         (integral_type): Likewise.
1281         (character_type): Likewise.
1282         (string_type): Likewise.
1283         (boolean_type): Likewise.
1284         (structured_type): Likewise.
1285         (binop_type_check): Likewise.
1286
1287 2002-10-11  Adam Fedor  <fedor@gnu.org>
1288
1289         * printcmd.c (address_info): Print 'self' for ObjC.
1290
1291 2002-10-11  Adam Fedor  <fedor@gnu.org>
1292
1293         * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1294         OP_SELF.
1295
1296 2002-10-11  Adam Fedor  <fedor@gnu.org>
1297
1298         * language.h (CAST_IS_CONVERSION): Add language_objc.
1299
1300 2002-10-11  Adam Fedor  <fedor@gnu.org>
1301
1302         * defs.h (enum language): Add language_objc.
1303
1304 2002-10-11  Klee Dienes  <kdienes@apple.com>
1305
1306         * corefile.c (read_memory_typed_address): New function.
1307         * gdbcore.h (read_memory_typed_address): Add prototype.
1308         * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1309         to read a value destined for a CORE_ADDR, not read_memory_integer.
1310         * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1311         (f77_get_dynamic_lowerbound): Ditto.
1312
1313 2002-10-11  Martin M. Hunt  <hunt@redhat.com>
1314
1315         * utils.c (string_to_core_addr): After turning string into
1316         a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1317         which will do necessary sign-extension, etc.
1318
1319 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
1320
1321         * c-exp.y (THIS): Delete token and grammar rule.
1322         (yylex): Don't return THIS.
1323         * cp-valprint.c (vtbl_ptr_name_old): Delete.
1324         (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1325         * demangle.c (cplus_markers): Update comment.  Put '$'
1326         first.  Remove CPLUS_MARKER.
1327         (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1328         * jv-exp.y (THIS): Delete token and grammar rule.
1329         (yylex): Don't return THIS.
1330         * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1331         * objc-exp.y (THIS): Delete token and grammar rule.
1332         (yylex): Don't return THIS.
1333         * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1334         * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1335         (read_member_functions): Likewise for opname.
1336         (read_tilde_fields): Use is_cplus_marker.
1337
1338         * defs.h (CPLUS_MARKER): Don't define.
1339         * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1340         * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1341         * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1342         * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1343         * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1344
1345         * config/i386/tm-i386v4.h: Delete file.
1346         * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1347         * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1348         * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1349         * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1350         * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1351         * config/i386/i386sco5.mt (TM_FILE): Likewise.
1352         * config/i386/i386v4.mt (TM_FILE): Likewise.
1353         * config/i386/ncr3000.mt (TM_FILE): Likewise.
1354
1355 2002-10-10  Marko Mlinar  <markom@opencores.org>
1356
1357         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1358         accidentially not commited 2002-10-09
1359         * gdbarch.h, gdbarch.c: Re-generate.
1360
1361 2002-10-09  Marko Mlinar  <markom@opencores.org>
1362
1363         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1364         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1365         * gdbarch.h, gdbarch.c: Re-generate.
1366
1367 2002-10-08  Petr Sorfa <petrs@caldera.com>
1368
1369         Revised and re-submitted by John Wolfe <jlw@caldera.com>
1370
1371         Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1372         so we can work on more than one compilation unit at a time.  This
1373         helps prepare GDB to handle inter-CU die references.
1374         * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1375         the code to be defined before struct comp_unit_head.
1376         (comp_unit_head): Added new members - offset, cu_head,
1377         begin_die, next and dwarf2_abbrevs.
1378         (dwarf2_abbrevs): Removed single static var; now member of
1379         struct comp_unit_head.
1380         dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1381         members.
1382         (psymtab_to_symtab_1): Changed to work with the new
1383         struct comp_unit_head.
1384         (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1385         constructs the dwarf2_abbrevs[] inside the cu_header.
1386         (dwarf2_empty_abbrev_table): Now expects a ptr to a
1387         dwarf2_abbrev table to clean up.
1388         (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1389         handling of dwarf2_abbrevs inside the cu_header.
1390         (read_partial_die): Now supports the call to the new
1391         dwarf2_lookup_abbrev.
1392         (read_full_die): Now supports the call to the new
1393         dwarf2_lookup_abbrev.
1394
1395 2002-10-06  Christopher Faylor  <cgf@redhat.com>
1396
1397         * Makefile.in (install-gdbtk): Add missing continuation backslash to
1398         insure that shell variables, such as "transformed_name" are propagated
1399         to later shell statements in rule.
1400
1401 2002-10-06  Mark Kettenis  <kettenis@gnu.org>
1402
1403         * config/i386/nm-i386sco.h: Add protection against
1404         multiple-inclusion.  Include "i386/nm-i386v.h".
1405         (REGISTER_U_ADDR): Remove define.
1406         (i386_register_u_addr): Remove prototype.
1407
1408 2002-10-04  Michael Snyder  <msnyder@redhat.com>
1409
1410         * m32r-stub.c (handle_exception): Make sure exception is "trap"
1411         before treating it as a single-step event.
1412
1413 2002-10-03  Adam Fedor  <fedor@gnu.org>
1414
1415         * objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
1416         (objc_demangle): Remove assignment in if statements, Replace
1417         free with xfree.
1418         (add_msglist): Likewise.
1419         (end_msglist): Likewise.
1420         (complare_selectors): Likewise.
1421         (selectors_info): Likewise.
1422         (compare_classes): Likewise.
1423         (classes_info): Likewise.
1424         (print_object_command): Likewise.
1425         (find_objc_msgcall_submethod): Replace PTR with void *.
1426         * objc-lang.h: Remove check for __STDC__.
1427
1428 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
1429
1430         * ui-out.h (ui_out_field_fmt_int): New prototype.
1431         * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1432         of field width and alignment.
1433         * stack.c (print_frame_info_base): When printing frame level, use
1434         ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
1435         PR gdb/192
1436
1437 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
1438
1439         * MAINTAINERS: Add self to Write After Approval list.
1440
1441 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1442
1443         * infcmd.c (interrupt_target_command_wrapper): Delete.
1444         (interrupt_target_command): Make non static.
1445         (nofp_registers_info): Make static.
1446         * stack.c (return_command_wrapper): Delete.
1447         (return_command): Make non static.
1448
1449 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1450
1451         * event-top.c (gdb_setup_readline): New function. Code moved from
1452         _initialize_event_loop().
1453         (_initialize_event_loop): Call gdb_setup_readline().
1454
1455 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
1456
1457         * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1458         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1459         * gdbarch.h, gdbarch.c: Re-generate.
1460
1461 2002-10-02  Daniel Jacobowitz  <drow@mvista.com>
1462
1463         Fix PR gdb/778
1464         * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1465         before recursing.
1466         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1467         of fill_in_vptr_fieldno.
1468
1469 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1470
1471         * inferior.h (registers_info, stepi_command, nexti_command,
1472         continue_command, interrupt_target_command): Export from infcmd.c.
1473         * frame.h (args_info, selected_frame_level_changed_hook,
1474         return_command): Export from stack.c.
1475         * v850ice.c (stepi_command, nexti_command, continue_command): use
1476         prototypes from inferior.h.
1477         * tracepoint.c (registers_info, args_info, locals_info): Use
1478         prototypes from frame.h and inferior.h.
1479         * Makefile.in (mi-main.o): Add dependency on frame.h.
1480
1481 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
1482
1483         * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1484         value in register 3 adjusted by ppc_gp0_regnum.
1485
1486         * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1487
1488 2002-10-02  Marko Mlinar <markom@opencores.org>
1489
1490         * MAINTAINERS: Add myself to the Write After Approval list.
1491
1492 2002-10-01  Alexandre Oliva  <aoliva@redhat.com>
1493
1494         * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1495         of the section for the N64 ABI, fixed.
1496
1497         * config/mips/tm-irix6.h: Include solib.h.
1498
1499 2002-10-01  Elena Zannoni  <ezannoni@redhat.com>
1500
1501         * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1502         GNU operators.
1503
1504 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
1505
1506         * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1507         and that "mi0" syntax has been removed.
1508
1509 2002-09-30  David Carlton  <carlton@math.stanford.edu>
1510
1511         * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1512         * ppc-sysv-tdep.c: #include "gdb_string.h".
1513         * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1514         pacify GCC.
1515
1516 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
1517
1518         * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1519         "vrsave"'s register number.
1520
1521 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
1522
1523         * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1524         use frame_unwind_signed_register to obtain the PC.
1525         (mips_frame_chain): Handle a generic dummy frame.
1526         (mips_init_extra_frame_info): When a generic dummy frame, don't
1527         re-compute the frame base.
1528         (mips_pop_frame): Handle generic dummy frames.
1529         (mips_gdbarch_init): When generic dummy frames, set
1530         use_generic_dummy_frames, push_dummy_frame to
1531         generic_push_dummy_frame, pc_in_call_dummy to
1532         generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1533         generic_save_dummy_frame_tos.
1534
1535 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
1536
1537         * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
1538         against TOP when TOP was explictly set.
1539         (generic_push_dummy_frame): Set TOP to zero.
1540
1541 2002-09-30  Elena Zannoni  <ezannoni@redhat.com>
1542
1543         * event-loop.c (start_event_loop): Rename variable 'result' to
1544         'gdb_result', to avoid conflicts with upcoming intepreters changes.
1545
1546 2002-09-30  Keith Seitz  <keiths@redhat.com>
1547
1548         * gdb-events.sh (selected_thread_changed): New event.
1549         * gdb-events.c: Regenerated.
1550         * gdb-events.h: Regenerated.
1551
1552 2002-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1553
1554         * MAINTAINERS: Add self to Write After Approval list.
1555
1556 2002-09-30  Fernando Nasser  <fnasser@redhat.com>
1557
1558         * disasm.c: New file.  
1559         * disasm.h: New file.  
1560         * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1561         (compare_lines): Ditto.
1562         (dump_insns): Ditto.
1563         (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1564         argument.
1565         (do_assembly_only): Ditto.
1566         (do_disassembly): Renamed to gdb_disassembly and moved to
1567         disasm.c.  Sdded uiout argument.
1568         * Makefile.in: Add new files.  Reorder SFILES list. Update
1569         dependencies.  Include libgdb.a later in the insight executable.
1570
1571 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1572
1573         * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1574         bfd/elf64-alpha-fbsd.c.
1575
1576 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1577
1578         * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1579         i386gnu-tdep.c.
1580
1581 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1582
1583         * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1584         __FUNCTION__.
1585         * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1586         function name.
1587         (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1588         (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1589         (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1590         (S_msg_sig_post_reply): Ditto.
1591         
1592 2002-09-28  Corinna Vinschen  <vinschen@redhat.com>
1593
1594         * sh-tdep.c (sh_use_struct_convention): Use definition according
1595         to ABI.
1596         (sh_push_arguments): Store in register with correct endianess.
1597         (sh_default_store_return_value): Ditto.
1598         (sh_gdbarch_init): Set sizeof long double to 8.
1599
1600 2002-09-27  Mark Kettenis  <kettenis@gnu.org>
1601
1602         * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1603         Fix some whitespace problems.
1604
1605 2002-09-27  David Carlton  <carlton@math.stanford.edu>
1606
1607         * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1608         (mcore-tdep.o): Ditto.
1609         (ns32k-tdep.o): Ditto.
1610         (ns32knbsd-tdep.o): Ditto.
1611         (sh3-rom.o): Ditto.
1612         (vax-tdep.o): Ditto.
1613         * cris-tdep.c: #include "gdb_string.h"
1614         * mcore-tdep.c: Ditto.
1615         * ns32k-tdep.c: Ditto.
1616         * ns32knbsd-tdep.c: Ditto.
1617         * sh3-rom.c: Ditto.
1618         * vax-tdep.c: Ditto.
1619
1620 2002-09-27  David Carlton  <carlton@math.stanford.edu>
1621
1622         * config/djgpp/fnchange.lst: Add entries for
1623         gdb/testsuite/gdb.c++/m-static files.
1624
1625 2002-09-27  Jim Wilson  <wilson@redhat.com>
1626
1627         * MAINTAINERS: Add myself to the Write After Approval list.
1628
1629 2002-09-26  Martin M. Hunt  <hunt@redhat.com>
1630
1631         * mips-tdep.c (find_proc_desc): Initialize startaddr.
1632
1633
1634 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1635
1636         * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1637         frame.
1638
1639 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1640
1641         * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1642         (rs6000_struct_return_address): Delete variable.
1643         (rs6000_store_struct_return): Update.
1644         (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1645         deprecated_extract_struct_value_address.
1646         (rs6000_frame_align): New function.
1647         (rs6000_gdbarch_init): Set frame_align.
1648
1649 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1650
1651         From Grace Sainsbury <graces@redhat.com>:
1652         * Makefile.in (gdbtk-main.o): New target.
1653         (gdb.o): New target.
1654         (main_h): Define.
1655         (main.o): Update dependencies.
1656         (gdb$(EXEEXT)): Add gdb.o.
1657         (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1658         (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1659         (SUBDIR_GDBTK_CLEAN): Set.
1660         (install-gdbtk): Install the insight binary.
1661         (uninstall-gdbtk): New target.
1662         (all-gdbtk, clean-gdbtk): New rule.
1663         * top.c (use_windows): Default to zero.
1664         * main.c: Include "main.h".
1665         (main): Delete.
1666         (struct captured_main_args): Delete.
1667         (gdb_main): New function.
1668         * main.h: New file.
1669         * gdb.c: New File.
1670
1671 2002-09-25  Andrew Cagney  <cagney@redhat.com>
1672
1673         * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1674         (frame_map_regnum_to_name): New function.
1675         (frame_map_name_to_regnum): New function.
1676         * frame.h (frame_map_name_to_regnum): Declare.
1677         (frame_map_regnum_to_name): Declare.
1678         * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1679         * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1680         * parse.c: Do not include "builtin-regs.h".
1681         (target_map_name_to_register): Delete function.
1682         (write_dollar_variable): Use frame_map_name_to_regnum.
1683         * parser-defs.h (target_map_name_to_register): Delete declaration.
1684         * expprint.c: Include "frame.h".
1685         (print_subexp): Use frame_map_regnum_to_name.
1686         * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1687         * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1688
1689 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
1690
1691         * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1692         wasn't saved, and the next innermost frame is a dummy, return the
1693         dummy frame's link register.
1694
1695 2002-09-24  Jim Blandy  <jimb@redhat.com>
1696
1697         Fix from Paul Breed:
1698         * main.c (captured_main): Add a `break' after the case for 'b'.
1699
1700 2002-09-24  Keith Seitz  <keiths@redhat.com>
1701
1702         * varobj.c (c_type_of_child): Use get_target_type instead
1703         of TYPE_TARGET_TYPE.
1704
1705 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1706
1707         * source.c (get_current_or_default_source_symtab_and_line): Remove
1708         function.
1709         (set_default_source_symtab_and_line): New function. Attempts to
1710         determine a source file to list lines from if one is not currently
1711         defined.
1712         (get_current_source_symtab_and_line): Initialize sal.pc and
1713         sal.end fields.
1714         (set_current_source_symtab_and_line): Mark argument as const.
1715         * source.h: Update declarations and comments.
1716         * linespec.c (decode_line_1): Replace call to removed routine above.
1717         * stack.c (print_frame_info_base): Ditto.
1718         * cli/cli-cmds.c (edit_command): Ditto.
1719         (list_command): Ditto.
1720
1721 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1722
1723         * source.c (get_current_or_default_source_symtab_and_line): Initialize
1724         sal.pc and sal.end fields.
1725         (get_current_or_default_source_symtab_and_line): Ditto.
1726         * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1727         so we do not cause a new source symtab to be searched for (reverting an
1728         unintentional change from the 2002-09-20 patch).
1729         * scm-lang.c (scm_unpac): Ditto.
1730
1731 2002-09-21  Andrew Cagney  <cagney@redhat.com>
1732
1733         * complaints.c (symfile_explanations): Remove new-line from
1734         ``isolated_message''.
1735         (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1736         (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1737
1738 2002-09-20  Nick Clifton  <nickc@redhat.com>
1739         
1740         * NEWS: Announce that V850EA ISA is no longer supported.
1741         * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1742
1743 2002-09-20  David Carlton  <carlton@math.stanford.edu>
1744
1745         * Makefile.in (c-lang.o): Correct dependencies.
1746         (utils.o): Gather dependencies.
1747         (charset.o): Move.
1748         * c-lang.c: #include "gdb_string.h"
1749
1750 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1751
1752         From 2002-07-02  George Helffrich <george@gly.bris.ac.uk>
1753         * cli/cli-cmds.c (list_command): New function.  Implements the new
1754         cli edit command.
1755         (_init_cli_cmds): Add new command definition.
1756         * gdb.1: Document edit command.
1757         * doc/gdb.texinfo: Document edit command.
1758
1759 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1760
1761         * source.c: Make global variables current_source_symtab and
1762         current_source_line static.
1763         (list_command): Moved to cli/cli-cmds.c.
1764         (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1765         (get_first_line_listed): New accessor function.
1766         (get_lines_to_list): New accessor function.
1767         (get_current_source_symtab_and_line): New function. Retrieves the
1768         position in the source code that we consider current.
1769         (get_current_or_default_source_symtab_and_line): New function.
1770         Like the above but attempts to determine a default position if one
1771         is not currently defined.
1772         (set_current_source_symtab_and_line): New function. Sets the source
1773         code position considered current and returns the previously set one.
1774         (clear_current_source_symtab_and_line): Reset stored information about
1775         a current source line.
1776         (_initialize_source): Remove registration for the "list" command and
1777         its alias.
1778         * source.h: Add declarations for the new functions above.
1779         * symtab.h: Remove declarations for the global variables mentioned
1780         above.
1781         * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1782         obtain current source line.
1783         * linespec.c (decode_line_1): Ditto.
1784         * macroscope.c (default_macro_scope): Ditto.
1785         * scm-lang.c (scm_unpac): Ditto.
1786         * stack.c (print_frame_info_base): Ditto.
1787         * symfile.c (clear_symtab_users): Ditto.
1788         * symtab.c (decode_line_spec): Ditto.
1789         * cli/cli-cmds.c (list_command): Moved here from source.c.
1790         (ambiguous_line_spec): Moved here from source.c.
1791         (_init_cli_cmds): Add definition for "list" and its alias.
1792         * Makefile.in: Update dependencies.
1793
1794 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1795
1796         * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1797         with what gcc thinks is correct.
1798
1799 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1800
1801         * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1802         multiple register push instruction.
1803
1804 2002-09-19  Jim Blandy  <jimb@redhat.com>
1805
1806         Add support for distinct host and target character sets.
1807         * charset.c, charset.h: New files.
1808         * c-exp.y: #include "charset.h".
1809         (yylex): Convert character and string literals to the target
1810         character set, before returning them as the semantic value of the
1811         token.
1812         * c-lang.c: #include "charset.h".
1813         (c_emit_char): Use charset-specific methods to recognize
1814         characters with backslash escape forms, to decide which characters
1815         to print literally and which to print using numeric escape
1816         sequences, and to convert target characters to host characters
1817         before printing.
1818         * utils.c: #include "charset.h".
1819         (no_control_char_error): New function.
1820         (parse_escape): Use charset-specific methods to recognize
1821         backslash escapes, parse `control character' notation, and convert
1822         characters from the host character set to the target character set.
1823         * configure.in: Set the default host character set.
1824         Check where to find iconv, and what its argument types might be.
1825         * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1826         * Makefile.in (SFILES): List charset.c.
1827         (COMMON_OBS): List charset.o.   
1828         (charset.o): New rule.
1829         (charset_h): New header dependency variable.
1830         (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1831         (LIBICONV): New variable, set by configure.
1832         (CLIBS): Include $(LIBICONV) here.
1833         * aclocal.m4, config.in, configure: Regenerated.
1834
1835 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
1836
1837         * ada-exp.y: Add missing semicolons to end rules. Fixes a
1838         bison 1.35 warning.
1839
1840 2002-09-19  Richard Earnshaw  <rearnsha@arm.com>
1841
1842         * gdb_mbuild.sh: New file.
1843
1844 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
1845
1846         * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1847
1848 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1849
1850         * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1851         jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1852         printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1853         valops.c, value.h: Revert previous change.
1854         
1855 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1856
1857         Preliminary support for Objective-C:
1858         * defs.h (language_objc): New enum value.
1859         (puts_filtered_tabular): Declaration only, exported from utils.c.
1860         (skip_quoted): Delete, declared in completer.h.
1861         * c-exp.y: Include completer.h.
1862         * p-exp.y: Ditto.
1863         * jv-exp.y: Ditto.
1864         * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
1865         New operator enum values.
1866         * language.h (CAST_IS_CONVERSION): Test for language_objc.
1867         * language.c (binop_result_type): Handle language_objc case.
1868         (integral_type, character_type, string_type, boolean_type,
1869         structured_type, binop_type_check): Ditto.
1870         * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1871         (struct objc_specific): Add to general_symbol_info.
1872         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1873         (SYMBOL_DEMANGLED_NAME): Handle objc case.
1874         * parser-defs.h (struct objc_class_str): New struct type.
1875         (start_msglist, end_msglist, add_msglist): Declaration only,
1876         exported from objc-lang.c.
1877         * value.h (value_of_local, value_nsstring, 
1878         call_function_by_hand_expecting_type): Exported from valops.c.
1879         * valops.c (find_function_addr): Export.
1880         (call_function_by_hand_expecting_type): New function.
1881         (value_of_local): New function.
1882         * symfile.c (init_filename_language_table): Add ".m" extension
1883         for Objective-C.
1884         * utils.c (puts_filtered_tabular): New function.
1885         (fprintf_symbol_filtered): Add objc demangling support (disabled).
1886         (set/show demangle): Extend help-string to refer to ObjC.
1887         * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1888         * stabsread.c (symbol_reference_defined): Objective-C symbols
1889         may contain colons: make allowances when scanning stabs strings
1890         for colons.
1891         (objc_find_colon): New function.
1892         * printcmd.c (address_info): If language == objc then print
1893         "self" instead of "this".
1894         * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1895         OP_NSSTRING, and OP_SELF.
1896         (prefixify_subexp): Ditto.
1897         * source.c (print_source_lines): Mention objc in comment.
1898         * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1899         method names.
1900
1901 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1902
1903         * complaints.h: Update copyright.
1904         (struct complaints): Declare.
1905         (struct complaint): Make `message' constant.
1906         (internal_complaint): Declare.
1907         (complaint): Declare.
1908         (complaint_root): Delete declaration.
1909         (symfile_complaints): Delete declaration.
1910         (struct complaints): Add opaque declaration.
1911         (clear_complaints): Add a complaints parameter.
1912         * complaints.c: Update copyright.
1913         (enum complaint_series): Define.
1914         (complaint_root): Delete.
1915         (struct complaints): Define.
1916         (complaint_sentinel, symfile_complaint_book): New variables.
1917         (symfile_explanations, symfile_complaints): New variables.
1918         New variables.
1919         (get_complaints): New function.
1920         (vcomplaint): New function.
1921         (complaint): New function.
1922         (internal_complaint): New function.
1923         (complain): Call vcomplain with symfile_complaint.
1924         (clear_complaints): Rewrite.
1925         (_initialize_complaints): Use add_setshow_command.
1926         * Makefile.in (complaints.o): Update dependencies.
1927         * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1928         to call to clear_complaints.
1929         (new_symfile_objfile, reread_symbols): Ditto.
1930         (oldsyms_complaint): Delete.
1931         (empty_symtab_complaint, unknown_option_complaint): Delete.
1932         (free_named_symtabs): Use complaint instead of complain.
1933
1934 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1935
1936         Contributed by Apple Computer, Inc.  Merged with current sources
1937         by Adam Fedor <fedor@doc.com> [cagney].
1938         
1939         * objc-lang.c: First clean-up round: comments, indentation.
1940         * objc-lang.h: Ditto.
1941         * objc-lang.y: Ditto.
1942
1943 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1944
1945         * maint.c (maintenance_internal_error): Print the parameter as the
1946         error message.
1947         (maintenance_internal_warning): New function.
1948         (_initialize_maint_cmds): Add command `maint internal-warning'.
1949
1950         * defs.h (internal_warning, internal_vwarning): Declare.
1951         * utils.c (struct internal_problem): Define.
1952         (internal_vproblem): New function.
1953         (internal_warning): New function.
1954         (internal_vwarning): New function.
1955         (internal_warning_problem, internal_error_problem): New variables.
1956         (internal_verror): Just call internal_vproblem.
1957
1958 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1959
1960         * objc-lang.c: New file, support for Objective-C.
1961         Preliminary check-in, not yet integrated into gdb.
1962         * objc-lang.h: New file.
1963         * objc-exp.y:  New file.
1964
1965 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1966
1967         * infrun.c (signal_stop_update): Convert definition to ISO C.
1968         (signal_print_update): Ditto.
1969         (signal_pass_update): Ditto.
1970         * inflow.c (terminal_save_ours): Ditto.
1971
1972         * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1973         comments.
1974         
1975         * config/djgpp/fnchange.lst: Handle name clashes between
1976         bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1977         bfd/coff-tic80.c.
1978
1979         * i386-linux-tdep.h: Fix tipo.
1980
1981 2002-09-18  Adam Fedor  <fedor@gnu.org>
1982
1983         * MAINTAINERS: Add myself to the Write After Approval list.
1984
1985 2002-09-18  Jim Blandy  <jimb@redhat.com>
1986
1987         * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
1988         texthigh and textlow to reader-specific structs caused
1989         objfile_relocate to miss them.  This is fixable, but the work that
1990         the change was supposed to prepare GDB for never got done anyway.
1991
1992 2002-09-18  David Carlton  <carlton@math.stanford.edu>
1993
1994         * MAINTAINERS: Alphabetize Write After Approval list.
1995
1996 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
1997
1998         Fix PR gdb/709
1999         * values.c (value_static_field): Call read_var_value.
2000
2001 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
2002
2003         * valops.c (hand_function_call): Align the initial stack pointer
2004         and STRUCT_ADDR using frame_align.  When STRUCT_RETURN and
2005         FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2006         return value.
2007         * mips-tdep.c (mips_frame_align): New function.
2008         (mips_gdbarch_init): Set frame_align.
2009         * gdbarch.sh (FRAME_ALIGN): New method.
2010         * gdbarch.h, gdbarch.c: Re-generate.
2011
2012 2002-09-18  Michal Ludvig  <mludvig@suse.cz>
2013
2014         * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2015         registers.
2016
2017 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
2018
2019         * NEWS: Mention that MIPS $fp behavior changed.
2020         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2021         reference to FP_REGNUM.
2022         (mipsnbsd_cannot_store_register): Ditto.
2023         * mips-linux-nat.c: Update copyright.
2024         (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2025         (mips_linux_cannot_store_register): Ditto.
2026         * mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
2027         * config/mips/tm-mips.h: Update copyright.
2028         (FP_REGNUM): Delete macro.
2029         (MIPS_REGISTER_NAMES): Replace "fp" with "".
2030         * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2031         * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2032         (mips_r3041_reg_names, mips_r3051_reg_names)
2033         (mips_r3081_reg_names): Replace "fp" with "".
2034         Fix PR gdb/480.
2035
2036 2002-09-17  Theodore A. Roth  <troth@verinet.com>
2037
2038         * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to 
2039         generic_read_register_dummy() (PR gdb/703).
2040         (avr_push_return_address): #if 0 out unused vars.
2041         (avr_gdbarch_init): Enable use of avr_push_return_address().
2042
2043 2002-09-17  Michael Snyder  <msnyder@redhat.com>
2044
2045         * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2046         RTE will take care of it.
2047
2048 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
2049
2050         * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2051         invalid, return SP_REGNUM.
2052
2053 2002-09-17  Michael Snyder  <msnyder@redhat.com>
2054
2055         * mips-tdep.c (mips_pop_frame): Read saved values of floating
2056         point registers without sign extension.
2057
2058 2002-09-17  Andrew Cagney  <cagney@redhat.com>
2059
2060         * blockframe.c (deprecated_read_register_dummy): Rename
2061         generic_read_register_dummy.
2062         * frame.c (frame_unwind_signed_register): New function.
2063         (frame_unwind_unsigned_register): New function.
2064         * frame.h (frame_unwind_signed_register): Declare.
2065         (frame_unwind_unsigned_register): Declare.
2066         (deprecated_read_register_dummy): Rename
2067         generic_read_register_dummy.
2068
2069         * h8300-tdep.c (h8300_frame_chain): Update.
2070         (h8300_frame_saved_pc): Update.
2071         * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2072         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2073         * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2074         (s390_frame_chain): Update.
2075         * v850-tdep.c (v850_find_callers_reg): Update.
2076         (v850_frame_saved_pc): Update.
2077         * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2078         (m32r_find_callers_reg): Update.
2079         (m32r_frame_saved_pc): Update.
2080         * sh-tdep.c (sh_find_callers_reg): Update.
2081         (sh64_get_saved_pr): Update.
2082         (sh_init_extra_frame_info): Update.
2083         (sh_init_extra_frame_info): Update.
2084         (sh64_init_extra_frame_info): Update.
2085         (sh64_init_extra_frame_info): Update.
2086         * mcore-tdep.c (mcore_find_callers_reg): Update.
2087         (mcore_frame_saved_pc): Update.
2088         (mcore_init_extra_frame_info): Update.
2089         * i386-tdep.c (i386_frame_saved_pc): Update.
2090         * ia64-tdep.c (ia64_frame_saved_pc): Update.
2091         (ia64_init_extra_frame_info): Update.
2092         (ia64_init_extra_frame_info): Update.
2093         * d10v-tdep.c (d10v_frame_saved_pc): Update.
2094         * cris-tdep.c (cris_init_extra_frame_info): Update.
2095         * avr-tdep.c (avr_frame_chain): Update.
2096         (avr_init_extra_frame_info): Update.
2097         (avr_frame_saved_pc): Update.
2098         * arm-tdep.c (arm_find_callers_reg): Update.
2099         (arm_init_extra_frame_info): Update.
2100         (arm_frame_saved_pc): Update.
2101
2102 2002-09-17  Tom Tromey  <tromey@redhat.com>
2103
2104         * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2105         is "'".
2106
2107 2002-09-17  Corinna Vinschen  <vinschen@redhat.com>
2108
2109         * MAINTAINERS: Remove "non multi-arched" text from h8300.
2110         * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2111         NEXT_PROLOGUE_INSN.
2112         (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2113         NEXT_PROLOGUE_INSN.
2114
2115 2002-09-16  Joel Brobecker  <brobecker@gnat.com>
2116
2117         * osfsolib.c: Remove file, replaced by solib-osf.c.
2118         * Makefile.in: Remove compilation rules for osfsolib.c.
2119
2120 2002-09-16  David Carlton  <carlton@math.stanford.edu>
2121
2122         * cp-valprint.c (cp_print_class_method): Correct args to
2123         check_stub_method_group.
2124
2125 2002-09-16  Corinna Vinschen  <vinschen@redhat.com>
2126
2127         * h8300-tdep.c: Multiarch.  Drop `set machine' command in favor of
2128         `set architecture'.  Unify naming convention of functions.
2129         (h8300_skip_prologue): Improve prologue analysis.
2130         (h8300_push_arguments): Rewritten to more closely match GCC's
2131         bizarre argument-passing behavior, along with the comment describing
2132         said behavior.
2133         * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2134         * config/h8300/tm-h8300.h: Multiarch.  Just keep stuff needed by
2135         sim, remote-e7000.c, remote-hms.c and remote.c
2136
2137 2002-09-15  Mark Kettenis  <kettenis@gnu.org>
2138
2139         * i386-tdep.c (gdb_print_insn_i386): Removed.
2140         (i386_print_insn): New function.
2141         (i386_gdbarch_init): Set print_insn to i386_print_insns.
2142         (_initialize_i386_tdep): Don't initialize tm_print_insn and
2143         tm_print_insn_info.
2144
2145 2002-09-14  Mark Kettenis  <kettenis@gnu.org>
2146
2147         * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2148         zero.
2149
2150 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
2151
2152         * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2153         for IN_SIGTRAMP to here.  Use IN_SIGTRAMP only if it's defined. 
2154         Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2155
2156 2002-09-13  Christopher Faylor  <cgf@redhat.com>
2157
2158         * win32-nat.c (child_create_inferior): Honor 'tty' command.
2159
2160 2002-09-13  Daniel Jacobowitz  <drow@mvista.com>
2161
2162         * gdbtypes.c (check_stub_method): Make static.
2163         (check_stub_method_group): New function.
2164         * gdbtypes.h: Update prototypes.
2165         * cp-support.c: New file.
2166         * cp-support.h: New file.
2167
2168         * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2169         (update_method_name_from_physname): New function.
2170         (read_member_functions): Correct method names for operators
2171         and v3 constructors/destructors.  Separate v2 constructors and
2172         destructors.
2173         * Makefile.in (stabsread.o): Update dependencies.
2174         (SFILES): Add cp-support.c.
2175         (COMMON_OBS): Add cp-support.o.
2176         (cp_support_h, cp-support.o): Add.
2177
2178         * cp-valprint.c (cp_print_class_method): Call
2179         check_stub_method_group instead of check_stub_method.  Remove
2180         extraneous QUITs.
2181         * p-valprint.c (pascal_object_print_class_method): Likewise.
2182         * valops.c (search_struct_method): Likewise.
2183         (find_method_list, value_struct_elt_for_reference): Likewise.
2184
2185 2002-09-13  Andrew Cagney  <cagney@redhat.com>
2186
2187         * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2188         * gdbarch.h, gdbarch.c: Regenerate.
2189
2190 2002-09-13  Andrew Cagney  <ac131313@redhat.com>
2191
2192         * frame.c (find_saved_register): Delete function.
2193         * frame.h (find_saved_register): Delete declaration.
2194         Fix PR gdb/631.
2195
2196 Fri Sep 13 14:59:55 2002  Andrew Cagney  <cagney@redhat.com>
2197
2198         * mips-tdep.c (read_next_frame_reg): Re-hack using
2199         frame_register_unwind.
2200
2201 Fri Sep 13 07:42:09 2002  Andrew Cagney  <cagney@redhat.com>
2202
2203         * mips-tdep.c (mips_get_saved_register): Re-hack using
2204         frame_register_unwind.
2205
2206 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2207
2208         * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2209         vector. Will be useful for Interix.  
2210         * gdbarch.h, gdbarch.c: Regenerate.
2211
2212         * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2213         name of the malloc function by NAME_OF_MALLOC.
2214
2215 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2216
2217         * value.h (find_function_in_inferior): Add const keyword to
2218         one of the parameters. Allows us to invoke this function with
2219         a const char *.
2220         * valops.c (find_function_in_inferior): Likewise.
2221
2222 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2223
2224         * exec.c (xfer_memory): Fix compilation warning with old versions
2225         of GCC.
2226         * tracepoint.c (trace_find_tracepoint_command): Likewise.
2227
2228 2002-09-12  David Carlton  <carlton@math.stanford.edu>
2229
2230         * symtab.h: Run through gdb_indent.h.
2231         Add 2002 to Copyright year list.
2232
2233 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
2234
2235         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2236         mach constants.
2237         * MAINTAINERS: Add myself to write after approval list.
2238
2239 2002-09-11  J. Brobecker  <brobecker@gnat.com>
2240
2241         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2242
2243 2002-09-11  J. Brobecker  <brobecker@gnat.com>
2244
2245         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2246         Interix.
2247
2248 2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
2249
2250         * procfs.c (do_detach): Clear current signal, not just fault.
2251         Corrects problem with breakpoint trap signal leaking to detached
2252         process on Tru64.
2253
2254 2002-09-10  Michael Snyder  <msnyder@redhat.com>
2255
2256         * buildsym.c (finish_block): Protect against null pointer.
2257
2258 2002-09-10  Andrew Cagney  <cagney@redhat.com>
2259
2260         * infcmd.c (default_print_registers_info): Send all output to
2261         ``file'' instead of ``gdb_stdout''.
2262
2263 2002-09-10  Michael Snyder  <msnyder@redhat.com>
2264
2265         * mips-tdep.c (mips_extract_struct_value_address): Make val a
2266         LONGEST, and use signed register read (addresses are sign-
2267         extended for mips).
2268
2269 2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
2270
2271         * event-loop.c (gdb_do_one_event): Make public.
2272         * event-loop.h (gdb_do_one_event): Declare.
2273
2274 2002-09-10  Jeff Law  <law@redhat.com>
2275
2276         * infttrace.c (child_resume): Simplify and rework to avoid
2277         TT_PROC_CONTINUE.
2278
2279 2002-09-09  Fred Fish  <fnf@intrinsity.com>
2280
2281         * printcmd.c (print_scalar_formatted): "len" is the number of
2282         target bytes, NOT the number of target bits.
2283
2284 2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
2285
2286         From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
2287         * top.c (init_main): Set rl_terminal_name.
2288
2289 2002-09-08  Aidan Skinner <aidan@velvet.net>
2290
2291         * ada-lang.c (ada_array_bound, ada_type_match,
2292         _initialize_ada_language): Fix K&R definitions.
2293         * ada-tasks.c (get_current_task): Fix K&R definitions.
2294         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2295                         
2296 2002-09-07  Christopher Faylor  <cgf@redhat.com>
2297
2298         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2299         Add XP.
2300
2301 2002-09-06  Mark Kettenis  <kettenis@gnu.org>
2302
2303         * i386-tdep.c (i386_register_virtual_type,
2304         i386_register_convertible, i386_register_convert_to_virtual,
2305         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2306         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2307         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
2308         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2309         Don't set push_arguments twice.
2310
2311         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2312         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2313         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2314         sigtramp_end to NULL.
2315         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2316         defines.
2317         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2318
2319         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2320         whitespace.
2321
2322         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2323         * gdbarch.h, gdbarch.c: Re-generate.
2324         * blockframe.c (find_pc_sect_partial_function): Convert to use
2325         SIGTRAMP_START_P predicate.
2326
2327 2002-09-05  Michael Snyder  <msnyder@redhat.com>
2328
2329         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2330         generic_dummy_frame method and old method.  Also distinguish
2331         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2332         (arm_extract_return_value): Use new regcache method.
2333
2334         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2335         adjustment that doesn't conform to the ABI.
2336         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2337         saved regcache, not from current regcache.
2338
2339 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
2340
2341         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
2342         * README: Update.
2343
2344 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
2345
2346         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2347         if arm_apcs_32 is false.
2348
2349 2002-09-04  Andrew Cagney  <ac131313@redhat.com>
2350
2351         GDB 5.3 branch created.
2352
2353 2002-09-03  Theodore A. Roth  <troth@verinet.com>
2354
2355         * gdb/avr-tdep.c (avr_gdbarch_init): Use
2356         generic_unwind_get_saved_register.
2357
2358 2002-09-03  David Carlton  <carlton@math.stanford.edu>
2359
2360         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2361         argument (PR gdb/653).  Update call to smash_to_method_type.
2362         (read_structure_scope): Update call to dwarf2_add_member_fn.
2363
2364 2002-09-03  Michal Ludvig  <mludvig@suse.cz>
2365
2366         * x86-64-linux-tdep.c: Include gdb_string.h
2367         * x86-64-linux-nat.c: Ditto.
2368
2369 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2370
2371         * ada-exp.y (yyname, yyrule): Remap global variables that appear
2372         when YYDEBUG is set to 1.  
2373         * c-exp.y: Likewise.
2374         * f-exp.y: Likewise.
2375         * jv-exp.y: Likewise.
2376         * m2-exp.y: Likewise.
2377         * p-exp.y: Likewise.
2378
2379 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2380
2381         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2382         dependency list.
2383         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2384         solib_svr4_fetch_link_map_offsets to
2385         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2386         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2387         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2388         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2389         solib-svr4.o, and solib-legacy.o.
2390         * config/i386/tm-nbsd.h: Include solib.h.
2391
2392 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2393
2394         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
2395         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
2396         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
2397         comment noting that this needs its own target configuration.
2398         * config/i386/nbsd.mt: New file.
2399         * config/i386/nbsdaout.mt: Remove.
2400         * config/i386/nbsdelf.mt: Ditto.
2401         * config/i386/tm-nbsdaout.h: Ditto. 
2402
2403 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2404
2405         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
2406         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
2407         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2408         tdep->sigtramp_end.
2409         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
2410         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2411         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2412
2413 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2414
2415         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2416         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2417         * i386-tdep.h (i386bsd_init_abi): New prototype.
2418         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2419         function declaration.
2420         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2421         for NetBSD-a.out or NetBSD-ELF.
2422         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2423         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2424         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2425         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
2426         and nbsd-tdep.h.
2427         (i386nbsd_pc_in_sigtramp): New function.
2428         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2429         i386nbsd_pc_in_sigtramp.
2430         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2431         and i386nbsdelf_init_abi OS ABI handlers.
2432         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2433         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2434
2435 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
2436
2437         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2438         registers if the target really has them.
2439
2440 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2441
2442         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2443         than nbsd-tdep.h.
2444
2445 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2446
2447         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2448         list.
2449         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2450         (alphanbsd_skip_sigtramp_frame): New functions. 
2451         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2452         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
2453         to alphanbsd_sigcontext_addr. 
2454
2455 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2456
2457         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2458         list.
2459         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
2460         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2461         nbsd_pc_in_sigtramp. 
2462         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2463         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2464         * nbsd-tdep.c: Include gdb_string.h.
2465         (nbsd_pc_in_sigtramp): New function. 
2466         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
2467         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2468         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2469         ppcnbsd_pc_in_sigtramp. 
2470         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2471         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2472         shnbsd_pc_in_sigtramp. 
2473         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2474         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
2475         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2476
2477 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
2478
2479         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2480         watchpoints to NULL.
2481         (insert_breakpoints): set val field of watchpoints if NULL.
2482
2483
2484 2002-08-29  Jim Blandy  <jimb@redhat.com>
2485
2486         * symtab.c (lookup_symbol_aux): In the cases where we find a
2487         minimal symbol of an appropriate name and use its address to
2488         select a symtab to read and search, use `name' (as passed to us)
2489         as the demangled name when searching the symtab's global and
2490         static blocks, not the minsym's name.
2491
2492 2002-08-29  Keith Seitz  <keiths@redhat.com>
2493
2494         * stack.c (print_frame_info_base): Always set current_source_symtab
2495         and current_source_line.
2496
2497 2002-08-29  Donn Terry  <donnte@microsoft.com>
2498
2499         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2500
2501 2002-08-28  Keith Seitz  <keiths@redhat.com>
2502
2503         * stack.c (select_frame): Add FIXME concerning selected-frame
2504         events.
2505         (select_frame_command): Send selected-frame-level-changed
2506         event notification, but only if the level actually changed.
2507         (up_silently_base): Add selected-frame-level-changed event
2508         notification.
2509         (down_silently_base): Likewise.
2510
2511 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
2512
2513         * Makefile.in: Update dependencies for all gdb/*.c files.
2514
2515 2002-08-27  Tom Tromey  <tromey@redhat.com>
2516
2517         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2518         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2519         Update dependencies.
2520         * i387-tdep.c: Include gdb_string.h.
2521         * osabi.c: Likewise.
2522         * i386-linux-nat.c: Likewise.
2523         * lin-lwp.c: Likewise.
2524         * ax-gdb.c: Likewise.
2525         * signals/signals.c: Likewise.
2526         * jv-valprint.c: Likewise.
2527         * p-lang.c: Likewise.
2528         * c-valprint.c: Likewise.
2529         * cp-abi.c: Likewise.
2530
2531 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
2532
2533         * cli/cli-script.h (copy_command_lines): Export.
2534         * breakpoint.c: Include cli/cli-script.h.
2535         * Makefile.in (breakpoint.o): Update dependencies.
2536
2537 2002-08-26  Michael Snyder  <msnyder@redhat.com>
2538
2539         * breakpoint.c (insert_breakpoints): Protect all references
2540         to 'process_warning'.  Shorten long lines.
2541
2542 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
2543
2544         * cli/cli-script.c (copy_command_lines): New function.
2545         * defs.h (copy_command_lines): Export.
2546         * testsuite/gdb.base/commands.exp: New tests for commands
2547         attached to a temporary breakpoint, and for commands that
2548         delete the breakpoint they are attached to.
2549         
2550 2002-08-26  Michael Snyder  <msnyder@redhat.com>
2551
2552         * breakpoint.c (bpstat_stop_status): Instead of copying the 
2553         pointer to the breakpoint commands struct, make a new copy
2554         of the struct and point to that.
2555         (bpstat_clear): Free the commands struct.
2556         (bpstat_clear_actions): Free the commands struct.
2557         (bpstat_do_actions): Free the command actions.  Also execute
2558         the local cleanups, instead of deleting them.
2559         (delete_breakpoint): Leave the commands field of the bpstat
2560         chain alone -- it will be freed later.
2561
2562 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
2563
2564         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2565         deleted in 2002-08-20 commit.  This function is still used by
2566         ppc-linux-nat.c.
2567
2568 2002-08-26  Keith Seitz  <keiths@redhat.com>
2569
2570         * gdb-events.sh: Add selected-frame-level-changed event.
2571         * gdb-events.c: Regenerated.
2572         * gdb-events.h: Regenerated.
2573         
2574 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
2575
2576         Fix PR gdb/393:
2577         * inflow.c (terminal_save_ours): New function to save terminal
2578         settings.
2579         * inferior.h (terminal_save_ours): Declare.
2580         * target.c (debug_to_terminal_save_ours): New function.
2581         (cleanup_target): Defaults to_terminal_save_ours.
2582         (update_current_target): Inherit to_terminal_save_ours.
2583         (setup_target_debug): Set to_terminal_save_ours.
2584         * target.h (target_terminal_save_ours): New to save terminal settings.
2585         (target_ops): New member to_terminal_save_ours.
2586         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2587         * hpux-thread.c (init_hpux_thread_ops): Likewise.
2588         * inftarg.c (init_child_ops): Likewise.
2589         * m3-nat.c (init_m3_ops): Likewise.
2590         * procfs.c (init_procfs_ops): Likewise.
2591         * wince.c (init_child_ops): Likewise.
2592         * win32-nat.c (init_child_ops): Likewise.
2593         * sol-thread.c (init_sol_thread_ops): Likewise.
2594
2595 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
2596
2597         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
2598         use regcache_* functions.
2599         (i386_gdbarch_init): Set store_return_value instead of
2600         deprecated_store_return_value.
2601
2602         * regcache.c (regcache_raw_write_signed,
2603         regcache_raw_write_unsigned): New functions.
2604         * regcache.h (regcache_raw_write_signed,
2605         regcache_raw_write_unsigned): New prototypes.
2606
2607 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2608
2609         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2610         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2611         source file dependencies.  Cleanup corresponding generator rules.
2612
2613 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2614
2615         * regcache.h (register_offset_hack): Declare.
2616         (regcache_cooked_read_using_offset_hack): Declare.
2617         (regcache_cooked_write_using_offset_hack): Declare.
2618
2619         * regcache.c (register_offset_hack): New function.
2620         (regcache_cooked_read_using_offset_hack): New function.
2621         (regcache_cooked_write_using_offset_hack): New function.
2622         (regcache_dump): Check that the registers, according to their
2623         offset, are packed hard against each other.
2624         (cooked_xfer_using_offset_hack): New function.
2625
2626 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2627
2628         * regcache.c (struct regcache_descr): Add field register_type.
2629         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2630         in as a parameter
2631         (init_regcache_descr): Initialize register_type.  Pass the descr
2632         to init_legacy_regcache_descr.  Use register_type instead of
2633         REGISTER_VIRTUAL_TYPE.
2634         (register_type): New function.
2635         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2636         * regcache.h (register_type): Declare.
2637
2638 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2639
2640         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2641         instead of deprecated_store_return_value.  Fix fallout from
2642         2002-08-23 Andrew Cagney <cagney@redhat.com>.
2643
2644 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2645
2646         * regcache.c (max_register_size): New function.
2647         (init_legacy_regcache_descr): Ensure that max_register_size is
2648         large enough for REGISTER_VIRTUAL_SIZE.
2649         * regcache.h (max_register_size): Declare.
2650
2651 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
2652
2653         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2654         store_return_value.
2655         (e500_extract_return_value): Change type of valbuf pointer to
2656         void.
2657
2658 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2659
2660         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2661         workaround.
2662
2663         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2664         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2665         long long) to prevent compiler warning on 64-bit systems.
2666
2667 2002-08-23  Andrew Cagney  <cagney@redhat.com>
2668
2669         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2670         (DEPRECATED_STORE_RETURN_VALUE): New method.
2671         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2672         * gdbarch.h, gdbarch.c: Re-generate.
2673
2674         * values.c (set_return_value): Pass current_regcache to
2675         STORE_RETURN_VALUE.
2676         * arch-utils.h (legacy_store_return_value): Declare.
2677         * arch-utils.c (legacy_store_return_value): New function.
2678         (legacy_extract_return_value): Update parameters.
2679
2680         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2681         STORE_RETURN_VALUE.
2682         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2683         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2684         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2685         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2686         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2687         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2688         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2689         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2690         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2691         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2692
2693         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2694         * i386-tdep.c (i386_extract_return_value): Update.
2695         * arch-utils.c (legacy_extract_return_value): Update.
2696         * frv-tdep.c (frv_gdbarch_init): Update.
2697         * cris-tdep.c (cris_gdbarch_init): Update.
2698         * d10v-tdep.c (d10v_gdbarch_init): Update.
2699         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2700         * m68k-tdep.c (m68k_gdbarch_init): Update.
2701         * mcore-tdep.c (mcore_gdbarch_init): Update.
2702         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2703         * s390-tdep.c (s390_gdbarch_init): Update.
2704         * sparc-tdep.c (sparc_gdbarch_init): Update.
2705         * sh-tdep.c (sh_gdbarch_init): Update.
2706         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2707         * v850-tdep.c (v850_gdbarch_init): Update.
2708         * avr-tdep.c (avr_gdbarch_init): Update.
2709         * ia64-tdep.c (ia64_gdbarch_init): Update.
2710         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2711         * vax-tdep.c (vax_gdbarch_init): Update.
2712         * alpha-tdep.c (alpha_gdbarch_init): Update.
2713         * arm-tdep.c (arm_gdbarch_init): Update.
2714         * mips-tdep.c (mips_gdbarch_init): Update.
2715         * i386-tdep.c (i386_gdbarch_init): Update.
2716
2717 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
2718
2719         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2720         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2721
2722 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2723
2724         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
2725         problems.
2726
2727 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
2728
2729         * infrun.c (handle_inferior_event): Move a comment outside of a
2730         function call, in order to avoid indent reformatting this part
2731         of the code in an unreadable way.
2732
2733 2002-08-23  Grace Sainsbury  <graces@redhat.com>
2734
2735         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2736         when breakpoints fail. Move general breakpoint error messages to
2737         insert_breakpoints.  
2738         * breakpoint.c (insert_breakpoints): Change warnings when
2739         breakpoints are nto inserted to specify the type. Remove call to
2740         memory_error when hardware breakpoints can't be inserted. Remove
2741         multiple calls to warning so all messages are sent to the user at
2742         once.
2743         (delete_breakpoints): Make insert error messsages more explicit.
2744
2745 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
2746
2747         * ChangeLog: Move gdbserver entries after GDB 5.2 to
2748         gdbserver/ChangeLog.
2749
2750 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
2751
2752         * i386-tdep.c: Include "objfiles.h".
2753         (i386_svr4_init_abi): Set in_solib_call_trampoline and
2754         skip_trampoline_code.
2755         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2756         (CPLUS_MARKER): Define to '.'.
2757
2758         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2759         member.
2760         (linux_corefile_thread_callback): Increase args->num_notes.
2761         (linux_make_note_section): Initialize thread_args.num_notes, and
2762         use it to determine whether notes for any threads were created.
2763
2764 2002-08-23  Donn Terry  <donnte@microsoft.com>
2765
2766         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2767         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2768         and PCUNKILL.
2769         (write_with_trace): Conditionalize out the switch branch handling
2770         PCSHOLD if the corresponding macro is not defined. Likewise for
2771         PRSABORT and PRSTOP.
2772         This change will be needed by the Interix port.
2773
2774 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2775
2776         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2777         write_register wherever possible instead of manipulating the
2778         register bytes directly.
2779         Assign VALUE_CONTENTS to a variable and use that.
2780         The GPR numbers are now dependent on the architecture.
2781         
2782 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2783
2784         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2785         ev_offset fields.
2786         (skip_prologue): Add support for BookE/e500 instructions.
2787         (e500_extract_return_value): New function.
2788         (frame_get_saved_regs): Add support for saving ev registers and
2789         pseudo gpr's.
2790         (e500_store_return_value): New function.
2791         (rs6000_gdbarch_init): Move up default intializations of
2792         deprecated_extract_return_value and store_return_value.  Overwrite
2793         init of store_return_value with e500 specific version.
2794         Set extract_return_value for e500.
2795         
2796 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2797
2798         * blockframe.c (generic_call_dummy_register_unwind): Use
2799         regcache_cooked_read to catch cases in which the variable is
2800         stored in a pseudo register.
2801
2802 2002-08-22  Andrew Cagney  <cagney@redhat.com>
2803
2804         * NEWS: Mention that the i960 has been made obsolete.
2805         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2806         i960-tdep.c
2807         (remote-nrom.o): Obsolete target.
2808         (remote-nindy.o, i960-tdep.o): Ditto.
2809         * remote-nrom.c: Make file obsolete.
2810         * remote-nindy.c, remote-vx960.c: Ditto.
2811         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2812         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2813         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2814         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2815         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2816         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2817         i960-*-vxworks* obsolete.
2818         * MAINTAINERS: Note that the i960 is obsolete.
2819
2820 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
2821
2822         * aix-thread.c (aix_thread_detach): Disable thread debugging on
2823         detach to allow reinitialization.
2824
2825 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
2826
2827         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2828         attempt).
2829
2830 2002-08-22  Jim Blandy  <jimb@redhat.com>
2831
2832         * coffread.c (coff_symfile_read): Don't try to read the line
2833         number table from disk if the image file doesn't have a symbol
2834         table; we'll never actually look at the info anyway, and Windows
2835         ships DLL's with bogus file offsets for the line number data.
2836
2837 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
2838
2839         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2840         an e500 executable.
2841
2842 2002-08-21  Michael Snyder  <msnyder@redhat.com>
2843
2844         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2845         (MSYMBOL_SIZE): Replace macro with function.
2846         (DEFAULT_MIPS_TYPE): Delete unused macro.
2847         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2848         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2849
2850 2002-08-21  Jim Blandy  <jimb@redhat.com>
2851
2852         * valops.c (value_cast): Simplify and correct logic for doing a
2853         static cast from a pointer to a base class to a pointer to a
2854         derived class.
2855
2856 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2857
2858         * infcmd.c (default_print_registers_info): Replace
2859         do_registers_info.
2860         (registers_info): Use gdbarch_print_registers_info instead of
2861         DO_REGISTERS_INFO.
2862         * inferior.h (default_print_registers_info): Replace
2863         do_registers_info.
2864         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2865         (DO_REGISTERS_INFO): Change to a predicate function.
2866         * gdbarch.h, gdbarch.c: Regenerate.
2867         
2868 2002-08-21  Keith Seitz  <keiths@redhat.com>
2869
2870         * gdb-events.sh: Add target-changed event.
2871         * gdb-events.c: Regenerated.
2872         * gdb-events.c: Regenerated.
2873         * valops.c (value_assign): Add target-changed event notification
2874         to inlval_register, lval_memory, and lval_reg_frame_relative.
2875
2876 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
2877
2878         * NEWS: Add an entry regarding the improvement of the next/step
2879         operation on Alpha Tru64 multi-processor machines.
2880
2881 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2882
2883         * Makefile.in: Update dependencies for mi/ cli/ and tui/
2884         directores.
2885         * Makefile.in: Update all _h macro definitions.
2886         * Makefile.in (install-gdbtk): Move to install section.
2887         (rdi-share/libangsd.a): Move to end of file.
2888
2889 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2890
2891         * frame.c (frame_register_unwind): When a register, set addrp to
2892         the register's byte.
2893
2894 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2895
2896         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2897         used locally, so move them from the target machine header to here.
2898         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
2899         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
2900         Make static.
2901         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2902
2903 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2904
2905         * NEWS: Mention that the Apollo line was made obsolete.
2906         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2907         m68*-hp-hpux* obsolete.
2908         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2909         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2910         * buildsym.c (make_blockvector): Make static.
2911         * buildsym.h (make_blockvector): Make extern declaration obsolete.
2912         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2913         (ALLDEPFILES): Remove dstread.c.
2914         (dstread.o): Obsolete make rule.
2915         * dstread.c: Makefile obsolete.
2916         * dst.h: Ditto.
2917         * config/m68k/hp300hpux.mt: Ditto.
2918         * config/m68k/hp300hpux.mh: Ditto.
2919         * config/m68k/hp300bsd.mt: Ditto.
2920         * config/m68k/hp300bsd.mh: Ditto.
2921         * config/m68k/apollo68b.mt: Ditto.
2922         * config/m68k/apollo68v.mh: Ditto.
2923         * config/m68k/apollo68b.mh: Ditto.
2924
2925 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2926
2927         * mips-tdep.c (mips_in_return_stub): Make static.
2928         (mips_gdbarch_init): Set in_solib_return_trampoline.
2929         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2930
2931 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2932
2933         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2934         * gdbarch.c, gdbarch.h: Regenerate.
2935         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2936         Add.
2937         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2938
2939 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2940
2941         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2942         (mips_gdbarch_init): Set skip_trampoline_code, 
2943         in_solib_call_trampoline.
2944         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2945         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2946
2947 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2948
2949         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2950
2951         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2952         vector type for ev registers.
2953         (e500_pseudo_register_read): New function.
2954         (e500_pseudo_register_write): New function.
2955         (e500_dwarf2_reg_to_regnum): New function.
2956         (PPC_UISA_NOFP_SPRS): New macro.
2957         (PPC_EV_REGS): New macro.
2958         (PPC_GPRS_PSEUDO_REGS): New macro.
2959         (registers_e500): New register set for e500.
2960         (variants): Add e500 variant.
2961         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2962         before setting architectural dependent variations.  Initialize ev
2963         registers numbers.  Add case for e500 architecture.  Set the
2964         number of pseudo registers.
2965
2966 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2967
2968         * rs6000-tdep.c: Clean up comments.
2969
2970 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2971
2972         * h8300-tdep.c: Re-indent file.
2973
2974 2002-08-20  Jim Blandy  <jimb@redhat.com>
2975
2976         * Makefile.in (LDFLAGS): Allow the configure script to establish a
2977         default for this.
2978
2979 2002-08-20  Keith Seitz  <keiths@redhat.com>
2980
2981         * breakpoints.c (watch_command_1): Use internal breakpoint
2982         when setting a watchpoint_scope breakpoint.
2983
2984 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2985
2986         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2987         (build_builtin_type_vec64i): Ditto.
2988         (build_builtin_type_vec128): Ditto.
2989         (build_builtin_type_vec128i): Ditto.
2990
2991 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2992
2993         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2994         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2995         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2996         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2997         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2998         CALL_DUMMY_ADDRESS): Delete.
2999         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3000         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3001         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
3002         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
3003         push_return_address.
3004         (mips_register_raw_size, mips_eabi_use_struct_convention, 
3005         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3006         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3007         mips_init_extra_frame_info, mips_eabi_push_arguments, 
3008         mips_n32n64_push_arguments, mips_push_return_address,
3009         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3010         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3011
3012 2002-08-19  Michael Snyder  <msnyder@redhat.com>
3013
3014         * mips-tdep.c (mips_frame_num_args): New function.
3015         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3016         frame_saved_pc, frame_args_address, frame_locals_address, 
3017         frame_num_args, and frame_args_skip.
3018         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3019         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
3020         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3021         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3022
3023 2002-08-20  Michael Snyder  <msnyder@redhat.com>
3024
3025         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3026         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3027         * mips-tdep.c (mips_store_struct_return): New function.
3028         (mips_extract_struct_value_address): New function.
3029         (mips_gdbarch_init): Set store_struct_return and
3030         extract_struct_value_address.
3031
3032 2002-08-20  David Carlton  <carlton@math.stanford.edu>
3033
3034         * dwarf2read.c (dwarf2_build_psymtabs): Check that
3035         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3036         (read_file_scope): Check that line_header is nonzero before
3037         decoding macro information.
3038
3039 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
3040
3041         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3042         flag the general-purpose registers as floating-point on targets
3043         that don't support the floating-point registers.
3044
3045 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3046
3047         * rs6000-tdep.c (altivec_register_p): Delete.
3048         (rs6000_do_altivec_registers): Delete.
3049         (rs6000_altivec_registers_info): Delete.
3050         (rs6000_do_registers_info): Delete.
3051         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3052         (rs6000_gdbarch_init): Remove setting of do_registers_info.
3053
3054 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3055
3056         * infcmd.c (do_registers_info): Print vector registers in hex
3057         format only.
3058         (print_vector_info): Check that printing registers
3059         makes sense.
3060         (print_float_info): Ditto.
3061
3062 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
3063
3064         * mips-tdep.c (mips_gdbarch_init): Update.
3065         (mips_o32_extract_return_value): Rewrite.
3066         (mips_o32_store_return_value): Rewrite.
3067         (mips_o32_xfer_return_value): New function.
3068         (mips_xfer_register): Tweak debug print message.  Allow for
3069         buf_offset when dumping the value transfered.
3070
3071 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
3072
3073         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3074         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3075         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3076         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3077         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3078
3079 2002-08-14  Michael Snyder  <msnyder@redhat.com>
3080
3081         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3082
3083 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
3084
3085         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3086         register.
3087         (P): New macro to define a register as a pseudo register.
3088         (R, R4, R8, R16, FR32, R64, R0): Updated.
3089         (struct variant): Add new fields for number of pseudo registers
3090         and number of total registers.
3091         (tot_num_registers): New macro replacing....
3092         (num_registers): ...deleted macro.
3093         (num_registers): New function.
3094         (num_pseudo_registers): New function.
3095         (variants): Update all variants to intialize new fields correctly.
3096         Postpone initialization of number of pseudo regs and real regs.
3097         (init_variants): New function.
3098         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
3099         registers offsets.
3100
3101 2002-08-19  David Carlton  <carlton@math.stanford.edu>
3102
3103         * valops.c (search_struct_field): Change error message to treat
3104         return value of 0 from value_static_field as meaning that field is
3105         optimized out.
3106         (value_struct_elt_for_reference): Ditto.
3107         * values.c (value_static_field): Treat an unresolved location the
3108         same as a nonexistent symbol.  Fix PR gdb/635.
3109         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3110         enclosed.  Fix PR gdb/574.
3111         * MAINTAINERS: Add self to Write After Approval list.
3112
3113 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
3114
3115         * mips-tdep.c (mips_xfer_register): New function.
3116         (mips_n32n64_extract_return_value): Rewrite.
3117         (mips_gdbarch_init): For N32 and N64, set extract_return_value
3118         instead of deprecated_extract_return_value.
3119
3120 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
3121
3122         * rs6000-tdep.c (TDEP): Delete macro.
3123         (branch_dest): Replace use of TDEP macro with its body.
3124         (rs6000_pop_frame): Ditto.
3125         (rs6000_push_arguments): Ditto.
3126         (rs6000_skip_trampoline_code): Ditto.
3127         (rs6000_frame_saved_pc): Ditto.
3128         (rs6000_frame_chain): Ditto.
3129         (rs6000_register_name): Ditto.
3130         (rs6000_register_byte): Ditto.
3131         (rs6000_register_raw_size): Ditto.
3132         (rs6000_register_virtual_type): Ditto.
3133         (rs6000_register_convertible): Ditto.
3134         (rs6000_convert_from_func_ptr_addr): Ditto.
3135
3136 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
3137
3138         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3139         conditionally.
3140         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3141         MIPS_LINUX_JB_ELEMENT_SIZE.
3142         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3143         for MAX_REGISTER_RAW_SIZE arrays.
3144         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3145         MIPS_LINUX_JB_ELEMENT_SIZE.
3146
3147 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3148
3149         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3150
3151 2002-08-19  Aidan Skinner <aidan@velvet.net>
3152
3153         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3154         ada-valprint.c ada-tasks.c.
3155         (YYFILES): Add ada-exp.y.
3156         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3157         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3158         (ada-exp.tab.o): New target.
3159                 
3160 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3161
3162         * regcache.c (regcache_xfer_part): New function.
3163         (regcache_raw_read_part): New function.
3164         (regcache_raw_write_part): New function.
3165         (regcache_cooked_read_part): New function.
3166         (regcache_cooked_write_part): New function.
3167         * regcache.h (regcache_raw_read_part): Declare.
3168         (regcache_raw_write_part): Declare.
3169         (regcache_cooked_read_part): Declare.
3170         (regcache_cooked_write_part): Declare.
3171
3172 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
3173
3174         * remote.c (remote_open_1): Add async_p.
3175         (remote_async_open_1): Delete.
3176         (open_remote_target): Delete.
3177         (remote_open, extended_remote_open): Update calls to remote_open_1.
3178         (remote_async_open, extended_remote_async_open): Call
3179         remote_open_1 instead of remote_async_open_1.
3180
3181 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
3182
3183         * blockframe.c: Fix a few coding standard violations.
3184
3185 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
3186
3187         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3188         here from ...
3189         * config/i386/tm-i386sco5.h: ... here.  File removed.
3190         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3191
3192         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3193         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3194         (TM_FILE): Set to tm-i386.h.
3195         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3196         * config/i386/tm-i386v.h: Remove file.
3197         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3198         instead of "i386/tm-i386v.h".
3199         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3200         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3201         "i386/tm-i386v.h".
3202         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3203         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3204         "i386/tm-i386.h".
3205
3206 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3207
3208         * config/i386/nm-i386v.h: Add protection against
3209         multiple-inclusion.
3210         (i386_register_u_addr): Remove prototype.
3211         (register_u_addr): New prototype.
3212         (REGISTER_U_ADDR): Redefine accordingly.
3213         * i386v-nat.c: Improve several comments.
3214         (i386_register_u_addr): Change signature and rename to
3215         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
3216         ubase variable.
3217
3218 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3219
3220         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3221         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3222         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3223         deprecated_extract_return_value.
3224         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3225         rename mips_o32o64_push_arguments.
3226         (mips_gdbarch_init): Update.
3227         (mips_extract_return_value): Delete.
3228         (mips_o32_extract_return_value): Clone mips_extract_return_value.
3229         (mips_o64_extract_return_value): Clone mips_extract_return_value.
3230         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3231         (mips_n32n64_extract_return_value): Clone
3232         mips_extract_return_value.
3233         (mips_store_return_value): Delete.
3234         (mips_o32_store_return_value): Clone mips_store_return_value.
3235         (mips_o64_store_return_value): Clone mips_store_return_value.
3236         (mips_eabi_store_return_value): Clone mips_store_return_value.
3237         (mips_n32n64_store_return_value): Clone mips_store_return_value.
3238
3239 2002-08-18  Aidan Skinner <aidan@velvet.net>
3240
3241         * ada-lang.c: Use gdb_string.h instead of <string.h>.
3242         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3243                 
3244 2002-08-18  Aidan Skinner <aidan@velvet.net>
3245
3246         * ada-lang.c: Run through gdb_indent.sh.
3247         * ada-lang.h: Run through gdb_indent.sh.
3248         * ada-tasks.c: Run through gdb_indent.sh.
3249         * ada-typeprint.c: Run through gdb_indent.sh.
3250         * ada-valprint.c: Run through gdb_indent.sh.
3251
3252 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3253
3254         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3255         ABI.
3256
3257 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3258
3259         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3260
3261         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3262         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3263
3264         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3265         write_register_gen instead of write_register_bytes.
3266
3267         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3268         i[3456]-*-osf1mk* configurations have been made obsolete.
3269         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3270         i[3456]86-*-osf1mk* hosts obsolete.
3271         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3272         targets obsolete.
3273         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3274         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3275         config/i386/i386m3.mt, config/i386/nm-m3.h,
3276         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3277         config/i386/i386mk.mh, config/i386/i386mk.mt,
3278         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3279         obsolete.
3280         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3281         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3282         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3283
3284 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3285
3286         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3287         (hppa_value_returned_from_stack): Declare.
3288         (hppa_extract_return_value): Declare.
3289         * config/pa/hppa.mt: New file.
3290         * configure.tgt: Recognize hppa*-*-*.
3291         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
3292
3293 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3294
3295         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3296         comment.
3297
3298 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
3299
3300         * top.c (gdb_rl_operate_and_get_next): Make sure
3301         operate-and-get-next functions correctly even when the history
3302         list is completely filled.
3303
3304 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3305
3306         * MAINTAINERS (Target Instruction Set Architectures): Rename
3307         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
3308         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
3309         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
3310         already listed under Host/Native.
3311
3312         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3313         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
3314         mips*-*-*.
3315
3316 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
3317
3318         * config/ia64/ia64.mt: New file.
3319         * config/alpha/alpha.mt: New file.
3320         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3321         ia64-linux-gnu.  Mention that ia64-elf is broken.
3322         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3323
3324 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
3325
3326         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3327         generic_func_frame_valid instead of func_frame_valid.
3328
3329 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3330
3331         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3332         procfs appears to be broken when debugging on multi-processor
3333         machines. So enable software single stepping in order to avoid
3334         using the procfs interface to do next/step operations, using
3335         internal breakpoints instead.
3336
3337         * infrun.c (handle_inferior_event): Readjust the stop_pc by
3338         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3339         make this pc address equal to the value it would have if the
3340         system stepping capability was used. Also set a new flag used
3341         to ensure that we don't readjust the PC one more time later.
3342
3343         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3344         address by DECR_PC_AFTER_BREAK when software single step is
3345         in use for this architecture, as this has already been taken
3346         care of in handle_inferior_event().
3347
3348 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3349
3350         * infrun.c (handle_inferior_event): Minor reformatting, to make
3351         a rather long condition expression easier to read.
3352
3353 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3354
3355         * Makefile.in (gdbtk.o): Move to end of file.
3356         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3357         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3358         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3359         (gdbtk-wrapper.o, gdbres.o): Ditto.
3360
3361 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3362
3363         * Makefile.in (copying.o): Separate out compile rule.
3364         (hpux-thread.o, procfs.o, signals.o): Ditto.
3365         (v850ice.o, z8k-tdep.o): Ditto.
3366         (tui-file.o): Move to TUI section.
3367         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3368         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3369
3370 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3371
3372         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3373         skip_trampoline_code, for better namespace-proofing.   
3374
3375         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3376
3377 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3378
3379         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3380
3381 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3382
3383         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3384         signal, check whether we hit a breakpoint before checking for a
3385         single step breakpoint. Otherwise, GDB fails to notice that a
3386         breakpoint has been hit when stepping onto a breakpoint.
3387
3388 2002-08-16  Keith Seitz  <keiths@redhat.com>
3389
3390         * gdb-events.sh (clear_gdb_event_hooks): New function.
3391         * gdb-events.c: Regenerate.
3392         * gdb-events.h: Regenerate.
3393
3394 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3395
3396         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3397         not_a_sw_breakpoint.
3398         * breakpoint.h (bpstat_stop_status): Add parameter names.
3399
3400 2002-08-16  Grace Sainsbury  <graces@redhat.com>
3401
3402         * remote.c (remote_insert_hw_breakpoint)
3403         (remote_remove_hw_breakpoint): Fix calculation of length field
3404         for Z-packet.
3405
3406 2002-08-15  Michael Snyder  <msnyder@redhat.com>
3407
3408         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3409         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3410         (supply_fpregset): Ditto.
3411         
3412         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
3413         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
3414         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3415         (TARGET_READ_SP): Delete.
3416         (DO_REGISTERS_INFO): Delete.
3417         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3418         Delete.
3419         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3420         from macros to functions.
3421
3422         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3423         (mips_register_convertible, mips_register_convert_to_virtual,
3424         mips_register_convert_to_raw): Make static.
3425         (mips_read_sp): New function.
3426         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3427         (mips_do_registers_info): Make static.
3428         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3429         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3430         (mips_register_convert_from_type, mips_register_convert_to_type):
3431         New functions.
3432         (mips_gdbarch_init): Set up function_start_offset, 
3433         register_virtual_size, pc_in_sigtramp.
3434
3435 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3436
3437         * infcmd.c (vector_info): New function.
3438         (_initialize_infcmd): Add command "info vector".
3439         (print_vector_info): New function.
3440
3441         * gdbarch.sh (PRINT_VECTOR_INFO): New method
3442         * gdbarch.h, gdbarch.c: Regenerate.
3443
3444 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3445
3446         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3447         ``print_all''.  Only print vector registers when ``print_all''.
3448
3449 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3450
3451         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3452         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3453
3454         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3455         Add `args' parameter.
3456         * gdbarch.h, gdbarch.c: Regenerate.
3457         
3458         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3459         
3460         * infcmd.c (float_info): Call print_float_info.
3461         (print_float_info): New function.  By default, print the
3462         floating-point registers.
3463
3464         * arch-utils.h (default_print_float_info): Delete declaration.
3465         * arch-utils.c (default_print_float_info): Delete function.
3466         
3467 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
3468
3469         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3470         out define.
3471
3472         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3473         FRAME.
3474
3475         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3476         * configure.host: Make i[3456]86-*-aix host obsolete.
3477         * configure.tgt: Make i[3456]86-*-aix target obsolete.
3478         * config/i386/i386aix.mh, config/i386/i386aix.mt,
3479         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3480         config/i386/xm-i386aix.h: Make files obsolete.
3481         * i386aix-nat.c: Make file obsolete.
3482         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3483         (i386aix-nat.o): Make target obsolete.
3484
3485         * config/i386/nm-gnu.h: Removed.
3486         * config/i386/nm-i386gnu.h: New file.
3487         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3488         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3489         Moved here from ...
3490         * config/i386/tm-i386gnu.h: ... here.  Removed.
3491         * config/i386/xm-i386gnu.h: Removed.
3492         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3493         (NAT_FILE): Set to nm-i386gnu.h.
3494         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3495         * i386-tdep.c: New file.
3496         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3497         (i386gnu-tdep.o): Specify dependencies.
3498
3499 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
3500
3501         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3502         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3503         Adjust a few comments to reflect reality a bit closer.
3504         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3505         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3506         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3507         target_insert_watchpoint, target_remove_watchpoint):
3508         Move defines to ...
3509         * config/i386/nm-i386sco5.h: ... here.
3510         (kernel_u_size): Add prototype.  Improve a few comments and add
3511         protection against multiple inclusion.
3512         
3513         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3514         out define.
3515
3516         * uw-thread.c (SP_ARG0): Define if not already defined.
3517         * config/i386/tm-i386.h (SO_ARG0): Remove define.
3518
3519         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3520
3521         * config/i386/tm-i386.h: Don't include "regcache.h".
3522
3523         * i387-tdep.h (i387_print_float_info): New prototype.
3524         * i387-tdep.c (print_i387_value, print_i387_ext,
3525         print_i387_status_word, print_i387_control_word): Add `struct
3526         ui_file *' argument and use it for output.
3527         (i387_print_float_info): Renamed from i387_float_info.  Add
3528         `struct gdbarch *' and `struct ui_file *' arguments and use the
3529         latter for output.
3530         * i386-tdep.c: Include "i387-tdep.h".
3531         (i386_gdbarch_init): Set print_float_info.
3532         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3533         (FLOAT_INFO): Remove define.
3534
3535 2002-08-13  Michael Snyder  <msnyder@redhat.com>
3536
3537         * mips-tdep.c (mips_push_arguments): Rename to
3538         mips_eabi_push_arguments, and tune for EABI.
3539         (MIPS_REGS_HAVE_HOME_P): Delete.
3540         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3541         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3542         Delete references to mips_regs_have_home_p.
3543
3544 2002-08-14  Keith Seitz  <keiths@redhat.com>
3545
3546         * Makefile.in (install-gdbtk): Create insight plugin directory.
3547         Install plugins.tcl file.
3548
3549 2002-08-14  Keith Seitz  <keiths@redhat.com>
3550
3551         * configure.in: Move SUBDIRS to near top of the file so that
3552         --enable options may add things to it.
3553         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3554         * configure: Regenerate.
3555
3556 2002-08-13  Michael Snyder  <msnyder@redhat.com>
3557
3558         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
3559         cloned from mips_push_arguments, tuned for o32/o64 ABI.
3560         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3561
3562 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
3563
3564         * vax-tdep.c (vax_get_saved_register): Delete function.
3565         (vax_gdbarch_init): Update.
3566         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3567         (ns32k_gdbarch_init): Update.
3568         * alpha-tdep.c (alpha_get_saved_register): Delete function.
3569         (alpha_gdbarch_init): Update.
3570
3571 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3572
3573         * regcache.c (init_regcache_descr): Overallocate the
3574         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3575         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3576         nr_raw_registers.
3577         (set_register_cached): Add range checking assertions.  Use
3578         current_regcache.
3579
3580 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
3581
3582         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3583         numbers for MMX registers.
3584
3585 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3586
3587         * i386-tdep.c (i386_gdbarch_init): Use
3588         generic_unwind_get_saved_register.
3589
3590 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
3591
3592         * procfs.c (procfs_can_use_hw_breakpoint): New function.
3593         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3594         target vector.
3595         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3596         Delete.  Add comment regarding this now-deleted target method.
3597
3598 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3599
3600         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3601         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3602         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3603         real PC and the page number (if it's within the memory bank window).
3604         (m68hc11_pseudo_register_write): Likewise when saving.
3605         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3606         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3607         (m68hc11_register_raw_size): And use 32-bit for it.
3608         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3609         16K memory bank is used by the prog; also use the virtual pc.
3610
3611 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3612
3613         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3614         (m68hc11_gdbarch_init): Install it in gdbarch.
3615         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3616         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3617         (MSYMBOL_SIZE): New for documentation.
3618         (insn_return_kind): Enum to specify how a function returns.
3619         (frame_extra_info): Cleanup and record the return mode.
3620         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
3621         register in address computation.
3622         (m68hc11_get_return_insn): New to obtain the return instruction used
3623         by the function.
3624         (m68hc11_frame_init_saved_regs): Take into account the return
3625         instruction used by the function for far and interrupt functions.
3626         (m68hc11_init_extra_frame_info): Take into account page register.
3627         (m68hc11_frame_args_address): Adjust according to the return mode.
3628         (show_regs): Print page register only when it's used.
3629
3630 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3631
3632         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3633         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3634         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3635         registers.
3636         (m68hc11_register_raw_size): Likewise.
3637
3638 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3639
3640         * i386-tdep.c (i386_register_name): Handle mmx registers.
3641         (mmx_regnum_p): New function.
3642         (i386_mmx_names): New array.
3643         (mmx_num_regs): New variable.
3644         (i386_pseudo_register_read): New function.
3645         (i386_pseudo_register_write): New function.
3646         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3647
3648         * regcache.c (regcache_raw_read_unsigned): New function.
3649         (regcache_raw_read_signed): New function.
3650         * regcache.h (regcache_raw_read_unsigned): Declare.
3651         (regcache_raw_read_signed): Declare.
3652
3653 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3654
3655         * regcache.c (regcache_raw_read_as_address): Delete function.
3656         (regcache_cooked_read_signed): New function.
3657         (regcache_cooked_read_unsigned): New function.
3658         * regcache.h (regcache_cooked_read_signed): Declare.
3659         (regcache_cooked_read_unsigned): Declare.
3660         (regcache_raw_read_as_address): Delete declaration.
3661
3662         * blockframe.c (generic_read_register_dummy): Use
3663         regcache_cooked_read_unsigned.
3664         * i386-tdep.c (i386_extract_struct_value_address): Use
3665         regcache_cooked_read_unsigned.
3666
3667 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3668
3669         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3670         double sizes according to ELF ABI flags.
3671         (gdbarch_tdep): Record elf_flags.
3672
3673 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3674
3675         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3676         (m6812_prolog): They can appear in 68HC12 function prologue.
3677         (m68hc11_frame_chain): Cleanup.
3678
3679 2002-08-12  Andrew Cagney  <cagney@redhat.com>
3680
3681         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3682         declarations.
3683         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3684         (i386_linux_register_raw_size): Delete function.
3685         (i386_linux_init_abi): Update.
3686         * i386-tdep.c (i386_register_raw_size): Delete function.
3687         (i386_register_byte): Delete function.
3688         (i386_gdbarch_init): Update.
3689         (i386_register_size): Delete array.
3690         (i386_register_offset): Delete array.
3691
3692         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3693         (REGISTER_RAW_SIZE): Delete macro.
3694         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3695         (REGISTER_BYTE): Delete macro.
3696
3697 2002-08-11  Aidan Skinner <aidan@velvet.net>
3698
3699         * ada-lang.c (ada_lookup_partial_symbol)
3700         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3701         prototype names so that grep ^func works properly.
3702
3703         * ada-lang.c (ada_array_element_type)
3704         (ada_lookup_partial_symbol): Fix typos in parameter list.
3705
3706         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3707         Fix prototype names so that grep ^func works properly.
3708         
3709 2002-08-10  Andrew Cagney  <cagney@redhat.com>
3710             Elena Zannoni  <ezannoni@redhat.com>
3711             Martin M. Hunt  <hunt@redhat.com>
3712
3713         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3714         (build_builtin_type_vec128i): Set the vector bit.
3715         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3716         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3717         (build_builtin_type_vec64): New function.
3718         (build_builtin_type_vec64i): New function.
3719         (build_gdbtypes): Initialize builtin_type_vec64 and
3720         builtin_type_vec64i.
3721
3722 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3723
3724         * regcache.c (regcache_dump): Compare the register offset
3725         with REGISTER_BYTE.
3726         * arch-utils.c (generic_register_byte): New function.
3727         * arch-utils.h (generic_register_byte): Declare.
3728         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3729         * gdbarch.h, gdbarch.c: Regenerate.
3730
3731 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3732
3733         * regcache.c: Include "gdbcmd.h"
3734         (_initialize_regcache): Add commands "maintenance print
3735         registers", "maintenance print raw-registers" and "maintenance
3736         print cooked-registers".
3737         (enum regcache_dump_what): Define.
3738         (dump_endian_bytes): New function.
3739         (regcache_dump): New function.
3740         (regcache_print): New function.
3741         (maintenance_print_registers): New function.
3742         (maintenance_print_raw_registers): New function.
3743         (maintenance_print_cooked_registers): New function.
3744         * Makefile.in (regcache.o): Update dependencies.
3745
3746 2002-08-09  Michael Snyder  <msnyder@redhat.com>
3747
3748         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3749         (mips_push_arguments): Correct some comments.  Use paddr_nz
3750         for printing addresses in debug output.  Replace static
3751         allocation using MAX_REGISTER_RAW_SIZE with alloca.
3752         (mips_n32n64_push_arguments): New function, cloned from
3753         mips_push_arguments and tuned for the n32/n64 ABI.
3754         (mips_push_register): Buffer needs dynamic allocation.
3755         (mips_print_register): Ditto.
3756         (do_gp_register_row): Ditto.
3757         (mips_store_return_value): Ditto.
3758         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3759
3760 2002-08-09  Don Howard  <dhoward@redhat.com>
3761
3762         * memattr.c (mem_info_command): Print special case of upper bound
3763         as max CORE_ADDR + 1.
3764
3765 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3766
3767         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
3768         returns structs by ref if they're too big to fit in two registers.
3769
3770 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3771
3772         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3773         saved regs value.
3774         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3775         mips_find_saved_regs().
3776         (mips_pop_frame): Likewise.
3777
3778 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3779
3780         * blockframe.c (frame_saved_regs_register_unwind): Revise
3781         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3782         frames are in use.
3783
3784 2002-08-09  Grace Sainsbury  <graces@redhat.com>
3785         
3786         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3787         T-packets; the 'a' is not taken as a register number.
3788         (remote_check_watch_resources, remote_stopped_by_watchpoint)
3789         (remote_stopped_data_address): New functions; add to target
3790         vector.
3791         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3792         prototypes to match other implementations of this
3793         function. replace integer argument with pointer -- the length
3794         field in the Z-packet is the length of what is pointed to or 1 if
3795         pointer is null. Add to target vector.
3796         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3797         target vector.
3798
3799         From Mark Salter:
3800         * remote.c (remote_wait): Add support to extract optional
3801         watchpoint information from T-packet. Ignore unrecognized
3802         optional info in T-packet.
3803         (remote_async_wait): Ditto.
3804
3805 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
3806
3807         * cli/cli-dump.c: Change fopen modes to use binary open modes
3808         as defined in include/fopen-bin.h throughout.
3809
3810 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3811
3812         * mips-tdep.c: Minor whitespace and indentation clean-ups.
3813
3814 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3815
3816         * doublest.c (store_floating): Avoid floatformat_from_doublest()
3817         assertion failure by returning early after a warning.
3818
3819 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3820
3821         * mips-tdep.c (mips_find_saved_regs): Make static.
3822         (mips_frame_init_saved_regs): New function.
3823         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3824         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3825         (mips_find_saved_regs): Delete declaration.
3826
3827 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3828
3829         * remote.c (remote_wait, remote_async_wait): Change
3830         thread_num from int to ULONGEST.
3831         (unpack_varlen_hex): Change result parameter from
3832         int * to ULONGEST *.
3833
3834 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
3835
3836         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3837         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3838         powerpc*-*-*.
3839         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3840
3841 2002-08-08  Andrew Cagney  <cagney@redhat.com>
3842
3843         * gcore.c (override_derive_stack_segment): Delete variable.
3844         (preempt_derive_stack_segment): Delete function.
3845         (derive_stack_segment): Delete function.
3846         (default_derive_stack_segment): Renamed to derive_stack_segment.
3847         (override_derive_heap_segment): Delete variable.
3848         (preempt_derive_heap_segment): Delete function.
3849         (derive_heap_segment): Delete function.
3850         (default_derive_heap_segment): Rename to derive_heap_segment.
3851
3852 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3853
3854         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3855         * mips-tdep.c (mips_EABI_use_struct_convention, 
3856         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3857         New functions.  (mips_use_struct_convention): Delete.
3858         (mips_gdbarch_init): set use_gdbarch_convention.
3859
3860 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3861
3862         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3863         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
3864         mips_o32_reg_struct_has_addr): New functions.
3865         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3866
3867 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
3868
3869         * regcache.c (pseudo_register): Delete function.
3870         (fetch_register): Delete function.
3871         (store_register): Delete function.
3872         (regcache_raw_read, legacy_read_register_gen): Use
3873         target_fetch_registers instead of fetch_register.
3874         (legacy_write_register_gen, regcache_raw_write): Use
3875         target_store_register instead of store_register.
3876         (write_register_bytes): Ditto.
3877
3878         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3879         (STORE_PSEUDO_REGISTER): Delete.
3880         * gdbarch.h, gdbarch.c: Regenerate.
3881
3882 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
3883
3884         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3885         write dump file binary.
3886
3887 2002-08-05  Michael Snyder  <msnyder@redhat.com>
3888
3889         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
3890         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
3891         (mips_gdbarch_init): Set N32 target to be mips64.
3892
3893 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3894
3895         * frame.c (find_saved_register): Break out of loop once saved
3896         register address is found.  Don't mention sparc in loop comment
3897         anymore.
3898
3899 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3900
3901         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3902         mips_default_saved_regsize to 8.
3903
3904 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
3905
3906         * gcore.c: Do not include <sys/procfs.h>.
3907         * Makefile.in (gcore.o): Update dependencies.
3908
3909 2002-08-06  Andrew Cagney  <cagney@redhat.com>
3910
3911         * configure.tgt: Make arc-*-* obsolete.
3912         * NEWS: Mention that arc-*-* has been identifed as obsolete.
3913         * MAINTAINERS: Make arc-elf obsolete.
3914         * arc-tdep.c: Make file obsolete.
3915         * config/arc/arc.mt: Ditto.
3916         * config/arc/tm-arc.h: Ditto.
3917
3918 2002-08-05  Theodore A. Roth  <troth@verinet.com>
3919
3920         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3921
3922 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
3923
3924         * mcore-tdep.c (mcore_gdbarch_init): Use
3925         generic_unwind_get_saved_register instead of
3926         generic_get_saved_register.
3927         * v850-tdep.c (v850_gdbarch_init): Ditto.
3928         * frv-tdep.c (frv_gdbarch_init): Ditto.
3929         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3930         * s390-tdep.c (s390_gdbarch_init): Ditto.
3931         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3932         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3933         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3934
3935 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
3936
3937         * objfiles.h: Add missing #include "symfile.h"
3938
3939         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3940
3941 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
3942
3943         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3944         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3945         of FIELD_BITSIZE.
3946
3947 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
3948
3949         * NEWS: Cleanup and nitpick.
3950
3951 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3952
3953         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
3954
3955 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3956
3957         * Makefile.in (gdbtk-bp.o): Update dependencies.
3958         (gdbtk-register.o): Ditto.
3959         (gdbtk-varobj.o): Ditto.
3960
3961 2002-08-03  Andrew Cagney  <cagney@redhat.com>
3962
3963         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3964         m68hc11_fetch_pseudo_register.
3965         (m68hc11_pseudo_register_write): Replace
3966         m68hc11_store_pseudo_register.
3967         (m68hc11_gdbarch_init): Update.
3968
3969 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
3970
3971         * gdbarch.sh: Include "gdb_string.h".
3972         * gdbarch.c: Regenerate.
3973
3974         * regcache.c: Include "gdb_string.h".
3975         * ax-general.c: Ditto.
3976         * varobj.c: Ditto.
3977         * std-regs.c: Ditto.
3978         * fbsd-proc.c: Ditto.
3979         * thread.c: Ditto.
3980
3981         * Makefile.in (regcache.o): Update dependencies.
3982         (thread.o, gdbarch.o): Ditto.
3983         (ax-general.o, gdbarch.o): Ditto.
3984         (varobj.o, std-regs.o): Ditto.
3985         (fbsd-proc.o): Specify dependencies.
3986
3987 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3988
3989         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3990         regnum.
3991         (regcache_cooked_write): Ditto.
3992
3993 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
3994
3995         * regcache.c (regcache_cooked_read): New function.
3996         (regcache_cooked_write): New function.
3997         (read_register_gen): Rewrite using regcache_cooked_read.
3998         (write_register_gen): Rewrite using regcache_cooked_write.
3999
4000         * regcache.h (regcache_cooked_read, regcache_cooked_write):
4001         Declare.
4002
4003 2002-08-02  Andrew Cagney  <cagney@redhat.com>
4004
4005         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4006         Replace the architecture methods register_read and register_write.
4007         * gdbarch.h, gdbarch.c: Regenerate.
4008         * regcache.c (init_regcache_descr): Update.
4009         (read_register_gen): Update.
4010         (write_register_gen): Update.
4011         (supply_register): Update comment.
4012
4013         * sh-tdep.c (sh_gdbarch_init): Update.
4014         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4015         `regcache' and `gdbarch' parameters.  Make `buffer' a void
4016         pointer.  Update code.
4017         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4018         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
4019         void pointer.  Update code.
4020         (sh64_register_write): Delete.
4021         (sh4_register_read): Delete.
4022         (sh64_register_read): Delete.
4023         (sh4_register_write): Delete.
4024         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4025         void pointer, `to' parameter a void pointer.
4026         (sh_sh64_register_convert_to_raw): Ditto.
4027
4028 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
4029
4030         * mips-tdep.c (mips_register_virtual_type): Use architecture
4031         invariant return values.
4032
4033 2002-08-01  Andrew Cagney  <cagney@redhat.com>
4034
4035         * linux-proc.c: Include "gdb_string.h".
4036         * Makefile.in (linux-proc.o): Update dependency list.
4037
4038 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
4039
4040         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
4041         comment.
4042
4043 2002-08-01  Grace Sainsbury  <graces@redhat.com>
4044
4045         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4046         to_insert_watchpoint, to_remove_watchpoint,
4047         to_stopped_by_watchpoint, to_stopped_data_address,
4048         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4049         target vecctor. Define their corresponding macros so they call
4050         them.
4051         
4052         * target.c: Add default and debug versions of for
4053         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4054         to_insert_watchpoint, to_remove_watchpoint,
4055         to_stopped_by_watchpoint, to_stopped_data_address,
4056         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4057
4058 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
4059
4060         * mips-tdep.c (mips_register_virtual_type): New function.
4061         (mips_gdbarch_init): Register mips_register_virtual_type()
4062         with gdbarch machinery.
4063         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4064         this file instead of tm-bigmips.h.
4065         (MIPS_REGSIZE): Delete this macro.
4066         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
4067         multiarch version in mips-tdep.c will be found.
4068
4069 2002-08-01  Andrew Cagney  <cagney@redhat.com>
4070
4071         * NEWS: Menion that CHILL has been made obsolete.
4072
4073         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4074         * stabsread.c (read_range_type): Ditto.
4075         * gdbtypes.h: Ditto.
4076         * language.c (binop_type_check): Ditto.
4077         (binop_result_type): Ditto.
4078         (integral_type): Ditto.
4079         (character_type): Ditto.
4080         (string_type): Ditto.
4081         (boolean_type): Ditto.
4082         (structured_type): Ditto.
4083         (lang_bool_type): Ditto.
4084         (binop_type_check): Ditto.
4085         * language.h (_LANG_chill): Ditto.
4086         * dwarfread.c (set_cu_language): Ditto.
4087         * dwarfread.c (CHILL_PRODUCER): Ditto.
4088         * dwarfread.c (handle_producer): Ditto.
4089         * expression.h (enum exp_opcode): Ditto.
4090         * eval.c: Ditto for comments.
4091         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4092         * expprint.c (print_subexp): Ditto.
4093         (print_subexp): Ditto.
4094         * valops.c (value_cast): Ditto.
4095         (search_struct_field): Ditto.
4096         * value.h (COERCE_VARYING_ARRAY): Ditto.
4097         * symfile.c (init_filename_language_table): Ditto.
4098         (add_psymbol_with_dem_name_to_list): Ditto.
4099         * valarith.c (value_binop): Ditto.
4100         (value_neg): Ditto.
4101         * valops.c (value_slice): Ditto.
4102         * symtab.h (union language_specific): Ditto.
4103         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4104         (SYMBOL_DEMANGLED_NAME): Ditto.
4105         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4106         * defs.h (enum language): Ditto.
4107         * symtab.c (got_symtab): Ditto.
4108         * utils.c (fprintf_symbol_filtered): Ditto.
4109
4110         * ch-typeprint.c: Make file obsolete.
4111         * ch-valprint.c: Make file obsolete.
4112         * ch-lang.h: Make file obsolete.
4113         * ch-exp.c: Make file obsolete.
4114         * ch-lang.c: Make file obsolete.
4115
4116         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4117         CHILL_LIB.
4118         (TARGET_FLAGS_TO_PASS): Ditto.
4119         (CHILLFLAGS): Obsolete.
4120         (CHILL): Obsolete.
4121         (CHILL_FOR_TARGET): Obsolete.
4122         (CHILL_LIB): Obsolete.
4123         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4124         ch-valprint.c.
4125         (HFILES_NO_SRCDIR): Remove ch-lang.h.
4126         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4127         ch-lang.o.
4128         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4129         targets.
4130
4131 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
4132
4133         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4134         This does not change anything at the moment, but will be helpful
4135         later when full Ada support is integrated.
4136
4137 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4138
4139         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4140         help message.
4141
4142 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4143
4144         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4145         and save it in a local variable.  Use variable in later test.
4146
4147 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4148
4149         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4150         test.  (Thanks to Daniel Jacobowitz.)
4151         
4152 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4153
4154         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4155         (mips_abi_strings): Add "n64".
4156         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
4157
4158 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4159
4160         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4161         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4162
4163 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4164
4165         * utils.c (host_pointer_to_address, address_to_host_pointer):
4166         Use gdb_assert() instead of explicit call to internal_error().
4167
4168 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
4169
4170         * Makefile.in (rs6000-nat.o): Update dependencies.
4171
4172         From Nicholas Duffek:
4173         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4174         (aix-thread.o): New rule.
4175         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4176         * config/powerpc/aix432.mh: New file.
4177
4178 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
4179
4180         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4181         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4182         (fetch_core_registers, ppc_linux_supply_gregset)
4183         (ppc_linux_supply_fpregset): New functions.
4184         (ppc_linux_regset_core_fns): New.
4185         (_initialize_ppc_linux_tdep): Call add_core_fns.
4186         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4187         and ppc_linux_supply_gregset.
4188         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4189         (supply_fpregset): Call ppc_linux_supply_fpregset.
4190         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4191         corelow.o.
4192         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4193
4194 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
4195
4196         * symtab.c (lookup_symbol): Demangle before lowercasing.
4197
4198 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
4199
4200         * symtab.h: Replace #include "gdb_obstack.h" with opaque
4201         declaration.
4202         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4203         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4204         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4205         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4206         "gdb_string.h".
4207         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4208         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4209         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4210         (avr-tdep.o, mon960-rom.o): Ditto.
4211         (aout_stabs_gnu_h): Define.
4212         (symtab_h): Remove $(gdb_obstack_h).
4213
4214 2002-07-30  Jim Blandy  <jimb@redhat.com>
4215
4216         Patch from David Carlton <carlton@math.stanford.edu>:
4217         * gdbinit.in: Move the `dir' commands that add GDB's own source
4218         directory to the search path to the end, so that the `gdb' source
4219         directory will be searched first.
4220
4221 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
4222
4223         * gdb_obstack.h: New file.
4224         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4225         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4226         * objfiles.h: Include "gdb_obstack.h".
4227         * Makefile.in (gdb_obstack_h): Define.
4228         (symtab_h): Add $(gdb_obstack_h).
4229         (objfiles_h): Add $(gdb_obstack_h).
4230         
4231         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4232         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4233         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4234         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4235         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4236         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4237         * symfile.c, coffread.c, c-typeprint.c: Ditto.
4238         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4239
4240         * Makefile.in (bcache.o): Update dependencies.
4241         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4242         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4243         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4244         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4245         (stabsread.o, symfile.o, symmisc.o): Ditto.
4246         (symtab.o, typeprint.o, macroexp.o): Ditto.
4247         (macrotab.o, mdebugread.o): Ditto.
4248         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4249         (coff_ecoff_h, aout_aout64_h): Define.
4250         (aout_stabs_gnu_h, libaout_h): Define.
4251
4252 2002-07-29  Andrew Cagney  <cagney@redhat.com>
4253
4254         * regcache.c (struct regcache_descr): Rename nr_registers to
4255         nr_cooked_registers.  Revise comments describing the structure
4256         member fields.
4257         (init_regcache_descr): Update.
4258         (init_legacy_regcache_descr): Update.
4259         (read_register_gen, write_register_gen): When a cooked register in
4260         the raw register range, directly access the value from the raw
4261         register cache.
4262
4263 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
4264
4265         * z8k-tdep.c: Do not include "obstack.h".
4266         * h8300-tdep.c, h8500-tdep.c: Ditto.
4267         * m68hc11-tdep.c, sh-tdep.c: Ditto.
4268         * valprint.c, v850-tdep.c: Ditto.
4269         * d10v-tdep.c, mn10300-tdep.c: Ditto.
4270         * mn10200-tdep.c: Ditto.
4271
4272         * Makefile.in (z8k-tdep.o): Update dependencies.
4273         (m68hc11-tdep.o, valprint.o): Ditto.
4274         (v850-tdep.o, d10v-tdep.o): Ditto.
4275         (mn10300-tdep.o, sparc-tdep.o): Ditto.
4276         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4277         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4278         (sh_opc_h, gdb_sim_sh_h): Define.
4279         (elf_sh_h, elf_bfd_h): Define.
4280         (opcode_m68hc11_h): Define.
4281         (OPCODES_SRC, OPCODES_DIR): define.
4282         (OPCODES): Use $(OPCODES_DIR).
4283         (gdb_sim_d10v_h): Rename sim_d10v_h.
4284         (gdb_sim_arm_h): Rename sim_arm_h.
4285
4286 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4287
4288         * utils.c (host_pointer_to_address, address_to_host_pointer):
4289         Change internal_error() message to indicate function responsible
4290         for the error.
4291
4292 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4293
4294         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4295         calls to local_hex_string_custom().
4296
4297 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4298
4299         * irix5-nat.c: Move IRIX shared library support from here...
4300         * solib-irix.c: ...to here.  Revised substantially to work with
4301         generic solib framework.
4302
4303         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4304         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4305         * mips-irix-tdep.c: New file.
4306
4307         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4308         (mips-irix-tdep.o, solib-irix.o): New rules.
4309         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4310         solib-irix.o.
4311         * config/mips/irix6.mt (TDEPFILES): Likewise.
4312         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4313
4314 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4315
4316         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4317         disabled (via ``#if 0'') includes.
4318
4319 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4320
4321         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4322         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4323         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4324         Add support for the fpscr register.
4325         * rs6000-nat.c (regmap, fetch_inferior_registers)
4326         (store_inferior_registers, fetch_core_registers): Likewise.
4327
4328 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4329
4330         * rs6000-nat.c (language.h): Include.
4331         (special_regs): Delete this array.
4332         (regmap): New function.
4333         (fetch_register, store_register):  Use regmap() to map gdb
4334         register numbers to ptrace register numbers.  Also, use
4335         outputs from regmap() to make decisions regarding type of
4336         ptrace() call to make.  In particular, don't compare against
4337         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4338         (fetch_inferior_registers, store_inferior_registers): Where
4339         possible, obtain register numbers from tdep struct.  Don't
4340         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4341         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4342         (LAST_UISA_SP_REGNUM): Delete.
4343         
4344 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
4345
4346         * rs6000-nat.c (ppc-tdep.h): Include.
4347         (fetch_registers, store_register, fetch_core_registers): Don't
4348         access registers[] directly.  Instead, use supply_register() or
4349         regcache_collect() as appropriate.
4350         (find_toc_address): Format hex address with local_hex_string().
4351
4352 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
4353
4354         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4355         bfd/elf32-frv.c.
4356
4357 2002-07-24  Tom Tromey  <tromey@redhat.com>
4358
4359         * jv-exp.y: Marked all strings with _().
4360         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4361         internal_error.
4362         (MethodInvocation, CastExpression, parse_number, yyerror,
4363         java_type_from_name, push_expression_name, yylex): Typo fixes.
4364
4365 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
4366
4367         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4368         (tee_file_flush, tee_file_write, tee_file_fputs)
4369         (tee_file_isatty): New.
4370         * ui-file.h (tee_file_new): Add prototype.
4371
4372 2002-07-24  Aidan Skinner <aidan@velvet.net>
4373
4374         * ada-lang.c: Change k&r style function definitions to prototyped
4375         form.
4376         * ada-typeprint.c: Change k&r style function definitions to prototyped
4377         form.
4378         * ada-valprint.c: Change k&r style function definitions to prototyped
4379         form.
4380         
4381 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4382
4383         * README: Remove reference to remote-bug.
4384         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4385         remote-bug.c.
4386         (m88k-nat.o): Delete rule.
4387         (m88k-tdep.o): Delete rule.
4388         (remote-bug.o): Delete rule.
4389         * MAINTAINERS: Mark as obsolete.
4390         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4391         * m88k-tdep.c: Make file obsolete.
4392         * config/m88k/m88k.mh: Ditto.
4393         * config/m88k/delta88v4.mh: Ditto.
4394         * config/m88k/delta88v4.mt: Ditto.
4395         * config/m88k/delta88.mt: Ditto.
4396         * config/m88k/delta88.mh: Ditto.
4397         * remote-bug.c: Ditto.
4398         * config/m88k/tm-delta88.h: Ditto.
4399         * config/m88k/nm-delta88v4.h: Ditto.
4400         * config/m88k/xm-delta88.h: Ditto.
4401         * config/m88k/xm-dgux.h: Ditto.
4402         * config/m88k/tm-m88k.h: Ditto.
4403         * config/m88k/nm-m88k.h: Ditto.
4404         * config/m88k/tm-delta88v4.h: Ditto.
4405         * m88k-nat.c: Ditto.
4406         * cxux-nat.c: Ditto.
4407         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4408         and m88*-*-* obsolete.
4409         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4410         m88*-*-* obsolete.
4411
4412 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4413
4414         * findvar.c (extract_unsigned_integer): Make `addr' parameter
4415         constant.  Same for local pointer variables.
4416         (extract_signed_integer): Ditto.
4417         * defs.h (extract_unsigned_integer): Update.
4418         (extract_signed_integer): Update.
4419
4420 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4421
4422         * regcache.c (regcache_raw_write): Change buf parameter to a
4423         constant void pointer.
4424         (regcache_raw_read): Change buf parameter to a void pointer.
4425         (legacy_write_register_gen): Change myaddr parameter a constant
4426         void pointer.
4427         (supply_register): Change val parameter to a const void pointer.
4428         * regcache.h (regcache_raw_write): Update declaration.
4429         (regcache_raw_read): Update declaration.
4430         (supply_register): Update declaration.
4431
4432 2002-07-24  Tom Tromey  <tromey@redhat.com>
4433
4434         * defs.h (gdb_readline_wrapper): Declare.
4435         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4436         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4437         * top.c (gdb_readline_wrapper): New function.
4438         (command_line_input): Use it.
4439
4440 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4441
4442         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4443         regcache_read and regcache_write.
4444         (regcache_raw_read_as_address): Replace regcache_read_as_address.
4445         * regcache.c: Update.
4446         * sh-tdep.c (sh64_push_arguments): Update comment.
4447         (sh_pseudo_register_read): Update.
4448         (sh_pseudo_register_write): Update.
4449         (sh4_register_read): Update.
4450         (sh4_register_write): Update.
4451         (sh64_pseudo_register_read): Update.
4452         (sh64_pseudo_register_write): Update.
4453         (sh64_register_read): Update.
4454         (sh64_register_write): Update.
4455         * i386-tdep.c (i386_extract_return_value): Update.
4456         (i386_extract_struct_value_address): Update.
4457         (i386_extract_return_value): Update.
4458         * blockframe.c (generic_read_register_dummy): Update.
4459         (generic_call_dummy_register_unwind): Update
4460         * infrun.c (write_inferior_status_register): Update.
4461
4462 2002-07-23  Jim Blandy  <jimb@redhat.com>
4463
4464         * parser-defs.h (expression_context_pc): Make this extern.
4465         (Thanks to Michael Snyder.)
4466
4467 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
4468
4469         GDB 5.2.1 released from 5.2 branch.
4470         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4471         * README: Update to mention 5.2.1.
4472
4473 2002-07-23  Mark Salter  <msalter@redhat.com>
4474
4475         * remote.c (remote_read_bytes): Fix check for error.
4476
4477 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4478
4479         * aix-thread.c (language.h): Include.
4480         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4481         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4482         Print newlines at end of debug messages.
4483         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4484         (pdc_write_data): Use local_hex_string() instead of %llx formats.
4485
4486 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4487
4488         * aix-thread.c (ppc-tdep.h): Include.
4489         (special_register_p): New function.
4490         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4491         (store_regs_user_thread): Use register number information from
4492         gdbarch_tdep struct instead of hardcoded offsets relative to
4493         FIRST_UISA_SP_REGNUM.
4494         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
4495         special_register_p() instead of using FPLAST_REGNUM and
4496         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4497         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
4498         will be MQ's register number.
4499
4500 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4501
4502         * aix-thread.c (ops): Rename to aix_thread_ops.
4503         (base_ops): Rename to base_target.
4504         (ops_attach): Rename to aix_thread_attach.
4505         (ops_detach): Rename to aix_thread_detach.
4506         (ops_resume): Rename to aix_thread_detach.
4507         (ops_wait):   Rename to aix_thread_wait.
4508         (ops_kill):   Rename to aix_thread_kill.
4509         (init_ops):   Rename to init_aix_thread_ops.
4510         (ops_fetch_register): Rename to aix_thread_fetch_register.
4511         (ops_store_register): Rename to aix_thread_store_register.
4512         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4513         (ops_thread_alive):   Rename to aix_thread_thread_alive.
4514         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4515         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
4516         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4517         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
4518         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4519         (store_regs_lib):  Rename to store_regs_user_thread.
4520         (store_regs_kern): Rename to store_regs_kernel_thread.
4521
4522 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4523
4524         * aix-thread.c (ops_prepare_to_store): Eliminate.
4525         (init_ops): Don't initialize ops.prepare_to_store.
4526         (store_regs_kern): Pre-fetch register buffers from child, 
4527         because some registers may not be in the cache.  Copy
4528         regs from register cache only if they are cached.
4529         (store_regs_lib): Copy regs from register cache only
4530         if they are cached.
4531         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4532         fill_gprs64): Ditto.
4533
4534 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4535
4536         * aix-thread.c (gdb_assert.h): Include.
4537         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4538         register sizes (from register cache) match size of buffer holding
4539         register data.
4540         (fill_sprs32): Change parameter types to match those in the ptrace()
4541         buffer.
4542         (store_regs_lib): Likewise, but for 32-bit temporary variables.
4543         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4544
4545 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4546
4547         * aix-thread.c (supply_sprs64): Cosmetic change.
4548         (supply_sprs32): Cosmetic change.
4549         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4550         (fill_sprs64): Use regcache_collect instead of read_register.
4551         (store_regs_lib): Use regcache_collect instead of 
4552         read_register.  Use fill_sprs32 instead of fill_sprs64,
4553         if debugging a 32-bit architecture.
4554         (store_regs_kern): Use fill_gprs64 etc. to pull the values
4555         out of the register cache, instead of passing a pointer into
4556         the register cache directly to ptrace.  Use regcache_collect
4557         insteaad of read_register.
4558         (ops_prepare_to_store): Use target_read_registers instead
4559         of read_register_bytes.
4560
4561 2002-07-20  Aidan Skinner <aidan@velvet.net>
4562
4563         * MAINTAINERS: Add self under write after approval. 
4564                 
4565 2002-07-20  Aidan Skinner <aidan@velvet.net>
4566
4567         * ada-tasks.c: Change k&r style function definitions to prototyped
4568         form.
4569                 
4570 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
4571
4572         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4573         * x86-64-tdep.c: Include "objfiles.h".
4574         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4575         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4576
4577 2002-07-17  Michal Ludvig  <michal@suse.cz>
4578
4579         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4580         (update_context): Initialise cfa variable.
4581
4582 2002-07-17  Michael Snyder  <msnyder@redhat.com>
4583
4584         * aix-thread.c: Shorten some long lines.  
4585         Bring comments into line with code spec.
4586
4587 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
4588
4589         * infrun.c: Re-indent using gdb_indent.sh.
4590
4591 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
4592
4593         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4594         Leave the indentation temporarily untouched, to minimize the diffs.
4595
4596 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
4597
4598         * stabsread.c: Make os9k sections of the code obsolete,
4599         for real this time.
4600         * stabsread.h: Make os9k sections of the code obsolete.
4601
4602 2002-07-18  Michal Ludvig <mludvig@suse.cz>
4603
4604         * linux-low.c (regsets_store_inferior_registers): Add free()
4605         at the end of a loop to prevent memory leak.
4606         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4607         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4608         * config/sparc/tm-sp64linux.h: Make the rest of #endif
4609         line a comment.
4610         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4611
4612 2002-07-17  Jim Blandy  <jimb@redhat.com>
4613
4614         * macrocmd.c (info_macro_command): Remove newline from error
4615         message.
4616
4617 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
4618
4619         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4620         (sh_gdbarch_init): Use it for sh-dsp.
4621
4622 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
4623
4624         * dwarf2read.c (read_initial_length): Handle older, non-standard,
4625         64-bit DWARF2 format.
4626
4627 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
4628
4629         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4630         <sys/proc.h> when not available.
4631
4632 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4633
4634         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4635         * stabsread.c: Make os9k sections of the code obsolete.
4636         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4637         * config/i386/i386os9k.mt: Make file obsolete.
4638         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4639         (COMMON_OBS): Remove os9kread.o
4640         (SFILES): Remove os9kread.c.
4641         (os9kread.o, remote-os9k.o): Make target obsolete.
4642         * remote-os9k.c: Make file obsolete.
4643         * os9kread.c: Make file obsolete.
4644         * Makefile.in
4645
4646 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4647
4648         * NEWS: Mention that the FR30 has been made obsolete.
4649         * fr30-tdep.c: Make file obsolete.
4650         * config/fr30/tm-fr30.h: Ditto.
4651         * config/fr30/fr30.mt: Ditto.
4652         * configure.tgt: Make fr30-*-elf obsolete.
4653         * MAINTAINERS: Make fr30-elf obsolete.
4654
4655 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4656
4657         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4658         found is not inside a section.
4659
4660 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4661
4662         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4663         strerror().
4664         (pdc_realloc): Use xrealloc() instead of realloc().
4665
4666 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4667
4668         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4669         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4670         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4671         macros.
4672
4673 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4674
4675         * aix-thread.c (ptrace_check): Eliminate goto.
4676         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
4677         problem.
4678
4679 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4680
4681         * aix-thread.c (gdbcmd.h): Include.
4682         (DEBUG, DBG, DBG2, dbg): Eliminate.
4683         (debug_aix_thread): New static global.
4684         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4685         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4686         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4687         invocations to DBG and DBG2 macros to test against
4688         ``debug_aix_thread'' and call fprintf_unfiltered().
4689         (_initialize_aix_thread): Add new command "set debug aix-thread".
4690
4691 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4692
4693         From Gerhard Tonn <TON@de.ibm.com>:
4694         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4695         instead of supply_register.
4696
4697 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4698
4699         * dwarf2cfi.c: Include "gdb_assert.h".
4700         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4701         non-NULL.
4702         (update_context): Do not use __func__.  Add missing ``break''.
4703         (update_context): Do not use __func__.
4704
4705 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
4706
4707         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4708         and its setting.  Set gdbarch instruction printing functions
4709         directly.  For non-rs6000 case use new function
4710         gdb_print_insn_powerpc.
4711         (gdb_print_insn_powerpc): New function.
4712
4713 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
4714
4715         * NEWS: Mention that the d30v has been marked obsolete.
4716         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4717         * configure.tgt: Mark d30v-*-* as obsolete.
4718         * d30v-tdep.c: Mark file as obsolete.
4719         * config/d30v/d30v.mt: Ditto.
4720         * config/d30v/tm-d30v.h: Ditto.
4721
4722 2002-07-13  Aidan Skinner <aidan@velvet.net>
4723
4724         * ada-tasks.c (add_task_entry): replace calls to
4725         malloc() with xmalloc
4726         * ada-tasks.c (init_task_list): replace calls to free with xfree()
4727         
4728         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4729         ada_finish_decode_line_1, all_sals_for_line
4730         ada_breakpoint_rewrite): replace calls to free() with xfree()
4731                 
4732 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4733
4734         From Nicholas Duffek (with minor changes by Martin Hunt, 
4735         Louis Hamilton, and Kevin Buettner):
4736         * aix-thread.c: New file.
4737
4738 2002-07-12  Petr Sorfa <petrs@caldera.com>
4739
4740         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
4741         complaint for invalid attribute class or form.
4742         (read_func_scope): DW_AT_frame_base
4743         better handling of DW_AT_block*.
4744         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4745         better handling of DW_AT_block*.
4746         (read_common_block): DW_AT_location
4747         better handling of DW_AT_block*.
4748         (read_partial_die): DW_AT_location better handling
4749         of DW_AT_block*.
4750         (new_symbol): DW_AT_external better handling of
4751         DW_AT_block*. Proper initialization of variable
4752         "addr".
4753         (attr_form_is_block): New function that returns true
4754         if the attribute's form is of DW_FORM_block*.
4755
4756 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4757
4758         * valops.c (find_method_list): Remove comment about
4759         removed STATIC_MEMFUNCP argument.
4760         (value_find_oload_method_list): Likewise.
4761
4762 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4763
4764         From Nicholas Duffek:
4765         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4766         target_new_objfile_hook.
4767
4768 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4769
4770         From Nicholas Duffek:
4771         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4772         csect.
4773
4774 2002-07-12  Andrew Cagney  <cagney@redhat.com>
4775
4776         * MAINTAINERS: Mention --enable-sim-build-warnings.
4777         (m68hc11-elf): Disable sim build warnings.
4778         (m32r-elf): Mark as broken obsolete candidate.
4779         (x86_64-linux-gnu): Mark as buildable with -Werror.
4780         (arm-elf): Change -w to ``,'' which enables warnings but not
4781         -Werror.
4782
4783 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
4784
4785         * bcache.h: Update copyright.
4786         (struct bstring, struct bcache): Move definition to "bcache.c".
4787         Replaced by opaque declaration.
4788         (bcache_xfree): Replace free_bcache.
4789         (bcache_xmalloc, bcache_memory_used): Declare.
4790         
4791         * bcache.c: Update copyright.
4792         (struct bstring, struct bcache): Moved to here from "bcache.h".
4793         Update comments.
4794         (bcache_xmalloc, bcache_memory_used): New functions.
4795         (bcache_xfree): Replace function free_bcache.
4796         
4797         * Makefile.in (objfiles.o): Add $(bcache_h).
4798         (objfiles_h): Remove $(bcache_h).
4799         (symfile.o): Add $(bcache_h).
4800
4801         * symmisc.c: Update copyright.
4802         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4803         (print_objfile_statistics): Use bcache_memory_used.
4804
4805         * symfile.c: Include "bcache.h".
4806         (reread_symbols): Use bcache_xfree.
4807         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4808         (add_psymbol_to_list): Pass psymbol_cache by value.
4809         (add_psymbol_with_dem_name_to_list): Ditto.
4810
4811         * objfiles.h: Update copyright.
4812         (struct bcache): Declare opaque.  Do not include "bcache.h".
4813         (struct objfile): Change psymbol_cache and macro_cache to ``struct
4814         bcache'' pointers.
4815         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4816
4817         * objfiles.c: Include "bcache.h".  Update copyright.
4818         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4819         macro_cache.
4820         (free_objfile): Use bcache_xfree.
4821
4822 2002-07-11  Grace Sainsbury  <graces@redhat.com>
4823
4824         * monitor.c (monitor_fetch_register): Make name a constant.
4825         (monitor_store_register): Same.
4826
4827 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
4828
4829         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4830         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4831         (finish_block) For non-function blocks, hash the symbol table.  For
4832         function blocks, mark the symbol table as unhashed.
4833         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4834         (msymbol_hash_iw): Likewise.
4835         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4836         value.
4837         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4838         (lookup_minimal_symbol): Likewise for both.
4839         * symtab.h (struct block): Add `hashtable' flag.  Comment the
4840         hashtable.
4841         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4842         (ALL_BLOCK_SYMBOLS): Update.
4843         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4844         (struct symbol): Add `hash_next' pointer.
4845         * symtab.c (lookup_block_symbol): Search using the hash table when
4846         possible.
4847         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4848         (search_symbols, find_addr_symbol): Likewise.
4849
4850         * dstread.c (process_dst_block): Clear hashtable bit for new block.
4851         (read_dst_symtab): Likewise.
4852         * jv-lang.c (get_java_class_symtab): Likewise.
4853         * mdebugread.c: Include "gdb_assert.h".
4854         (shrink_block): Assert that the block being modified is not hashed.
4855         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4856         * symmisc.c (free_symtab_block): Walk the hash table when freeing
4857         symbols.
4858         (dump_symtab): Recognize hashed blocks.
4859         * printcmd.c (print_frame_args):  Assert that function blocks do not
4860         have hashed symbol tables.
4861         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4862         (fill_in_ada_prototype, debug_print_block): Likewise.
4863         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
4864
4865 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
4866
4867         * stack.c (print_frame): Use result of frame_address_in_block()
4868         instead of fi->pc when evaluating symbols.
4869         (backtrace_command_1): Ditto.
4870
4871 2002-07-11  Andrew Cagney  <cagney@redhat.com>
4872
4873         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4874         Make static.
4875
4876         * arm-tdep.c (arm_register_name): Make return type constant.
4877
4878 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4879
4880         * win32-nat.c (has_detach_ability): Convert to strict ISO C
4881         prototype.
4882         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4883         * s390-tdep.c (s390_fp_regnum): Ditto.
4884         (s390_read_fp): Ditto.
4885         (s390_pop_frame): Ditto.
4886         (_initialize_s390_tdep): Ditto.
4887         * remote.c (get_remote_state): Ditto.
4888         * procfs.c (mappingflags): Ditto.
4889         * memattr.c (_initialize_mem): Ditto.
4890         * mcore-tdep.c (mcore_pop_frame): Ditto.
4891         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4892         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4893         * language.c (set_case_str): Ditto.
4894         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4895         * frv-tdep.c (new_variant): Ditto.
4896         (frv_stopped_data_address): Ditto.
4897         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4898         (context_alloc): Ditto.
4899         (frame_state_alloc): Ditto.
4900         (unwind_tmp_obstack_init): Ditto.
4901         (unwind_tmp_obstack_free): Ditto.
4902         (cfi_read_fp): Ditto.
4903         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4904         (cris_pop_frame): Ditto.
4905         * c-lang.c (scanning_macro_expansion): Ditto.
4906         (finished_macro_expansion): Ditto.
4907         (c_preprocess_and_parse): Ditto.
4908         * gdbarch.sh: Ditto.
4909         * gdbarch.h, gdbarch.c: Regenerate.
4910         * config/mn10200/tm-mn10200.h: Adjust indentation.
4911         * target.c: Adjust indentation.
4912         * symtab.h: Adjust indentation.
4913         * stabsread.h: Adjust indentation.
4914         * remote-es.c: Adjust indentation.
4915         * os9kread.c: Adjust indentation.
4916
4917 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4918         
4919         * wince.c (_initialize_wince): Rename _initialize_inftarg.
4920         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4921
4922 2002-07-10  Grace Sainsbury  <graces@redhat.com>
4923         
4924         * NEWS: Mention m68k, mcore multi-arching.  
4925         * MAINTAINERS: Change status of m68k, mcore to reflect
4926         multi-arching.
4927
4928 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
4929
4930         * valops.c (find_overload_match): Free oload_syms.
4931
4932 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
4933
4934         Define HAVE_SYS_PROC_H if sys/proc.h exists
4935         * configure.in: Add check for sys/proc.h
4936         * config.in: Regenerate.
4937         * configure: Regenerate.
4938
4939 2002-07-09  Grace Sainsbury  <graces@redhat.com>
4940
4941         * config/m68k/tm-m68k.h: Remove macros wrapped in 
4942         #if !GDB_MULTI_ARCH. 
4943
4944 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
4945
4946         * config.in, configure: Regenerate.
4947
4948 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
4949
4950         * dwarf2cfi.c: Include "gcore.h".
4951         (execute_stack_op): Fix implementation of the
4952         DW_OP_deref and DW_OP_deref_size operators by letting do their
4953         lookup in the target.
4954
4955 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
4956
4957         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4958         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4959         tdep->sc_sp_offset.
4960
4961 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
4962
4963         Fix PR gdb/595, gdb/602
4964         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4965         Don't call value_cast, just read the vtable pointer; update comments
4966         to match.
4967
4968 2002-07-05  Grace Sainsbury  <graces@redhat.com>
4969
4970         * config/mcore/tm-mcore.h: Remove file.
4971         * config/mcore/mcore.mt: Remove definition of TM_FILE
4972         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4973
4974 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
4975
4976         * i386bsd-tdep.c: Include "gdb_string.h".
4977
4978 2002-07-04  Grace Sainsbury  <graces@redhat.com>
4979
4980         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4981         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4982         mcore-tdep.
4983         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4984         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4985         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4986         (RETVAL_REGNUM): Move macros from tm-mcore.h
4987         (mcore_reg_struct_has_addr): New function.
4988         (mcore_gdbarch_init): Added initializations for the macros removed
4989         from tm-mcore.h.
4990
4991 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4992
4993         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4994         traditonal string branding within the ELF header.
4995
4996 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
4997
4998         * symtab.c (remove_params): New function.
4999         (make_symbol_overload_list): Use it instead of cplus_demangle.
5000         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
5001
5002 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
5003
5004         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5005
5006         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5007         New variables.
5008         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5009         and tdep->sigtramp_end.
5010         * i386obsd-nat.c: New file.
5011         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5012
5013         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5014         Don't call get_current_frame().
5015
5016 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5017
5018         * i386-nat.c (child_post_startup_inferior): New function
5019         calling i386_cleanup_dregs if
5020         I386_USE_GENERIC_WATCHPOINTS is defined.
5021         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5022         conditional to acknowledge that i386-nat.c has its
5023         own child_post_startup_inferior function.
5024
5025 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
5026
5027         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5028         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5029         instead of MAX_REGISTER_RAW_SIZE.
5030         (i386_extract_return_value, i386_extract_struct_value_address):
5031         Convert to use regcache.
5032         (i386_gdbarch_init): Set max_register_raw_size and
5033         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5034         Set extract_return_value and extract_struct_value_address instead
5035         of their deprecated variants.
5036
5037         Convert i386 target to generic dummy frames.
5038         * i386-tdep.c: Include "symfile.h".
5039         (i386_frameless_signal_p): Consider a function to be frameless if
5040         the pc points at the first instruction of the function.
5041         (i386_frame_chain): Handle (generic) call dummies.
5042         (i386_frame_saved_pc): Likewise.
5043         (i386_frame_init_saved_regs): Remove code dealing with call
5044         dummies on the stack.
5045         (i386_push_dummy_frame): Removed.
5046         (i386_call_dummy_words): Removed.
5047         (i386_fix_call_dummy): Removed.
5048         (i386_push_return_address): New function.
5049         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
5050         parameter, and don't call get_current_frame.
5051         (i386_pop_frame): New function.
5052         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5053         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5054         entry_point_address, set call_dummy_breakpoint_offset to 0, set
5055         call_dummy_length to 0, set call_dummy_words to NULL, set
5056         sizeof_call_dummy_words to 0, set fix_call_dummy to
5057         generic_fix_call_dummy, set pc_in_call_dummy to
5058         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5059         generic_push_dummy_frame, set push_return_address to
5060         i386_push_return_address and set frame_chain_valid to
5061         generic_file_frame_chain_valid.
5062
5063 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
5064
5065         * gdbarch.sh (struct regcache): Add opaque declaration.
5066         (EXTRACT_RETURN_VALUE): New architecture method.
5067         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5068         * gdbarch.h, gdbarch.c: Regenerate.
5069         * arch-utils.c (legacy_extract_return_value): New function.
5070         * arch-utils.h (legacy_extract_return_value): Declare.
5071         * values.c (value_being_returned): Re-enable code handling
5072         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
5073         deprecated_grub_regcache_for_registers call to block handling
5074         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5075         (EXTRACT_RETURN_VALUE): Do not define.
5076
5077 2002-07-03  Grace Sainsbury  <graces@redhat.com>
5078
5079         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5080         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5081         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5082         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5083         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5084         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5085         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5086         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5087         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5088         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5089         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5090         argument so the function fits the prototype in the architecture
5091         vector.
5092         (mcore_pop_frame): Remove argument so the function fits the
5093         prototype. Use get_current_frame instead of the argument.
5094         (mcore_push_arguments): Change type of struct_return so the
5095         function can be used in the architecture vector.
5096         (mcore_store_struct_return): Add.
5097         (mcore_frame_init_saved_regs): Add.
5098         (mcore_gdbarch_init): Add function calls to replace the macros
5099         removed from tm-mcore.h
5100
5101 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
5102
5103         * infcmd.c (print_return_value): Remove compatibility code calling
5104         deprecated_grub_regcache_for_registers.
5105         
5106         * values.c: Include "regcache.h".
5107         (value_being_returned): Update.  Use
5108         deprecated_grub_regcache_for_registers to extract the register
5109         buffer address.  
5110         * value.h (value_being_returned): Change ``retbuf'' parameter to a
5111         ``struct regcache''.
5112         * Makefile.in (values.o): Add dependency on $(regcache_h).
5113
5114         * inferior.h (run_stack_dummy): Change type of second parameter to
5115         a ``struct regcache''.
5116         * valops.c (hand_function_call): Change type of retbuf to ``struct
5117         regcache''.  Allocate using regcache_xmalloc, clean using
5118         make_cleanup_regcache_xfree.
5119         * infcmd.c (run_stack_dummy): Update.  Use
5120         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5121
5122         * regcache.c (do_regcache_xfree): New function.
5123         (make_cleanup_regcache_xfree): New function.
5124         * regcache.h (make_cleanup_regcache_xfree): Declare.
5125
5126 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
5127
5128         * event-top.c (command_line_handler): Don't read past
5129         beginning of buffer.
5130
5131 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
5132         
5133         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
5134         struct frame_id. 
5135         (varobj_create): Store frame_id for root.
5136         (varobj_gen_name): Use xasprintf.
5137         (varobj_update): Save and restore frame using get_frame_id() and
5138         frame_find_by_id().
5139         (create_child): Use xasprintf.
5140         (new_root_variable): Initialize frame_id.
5141         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5142         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5143         to prevent memory leak.
5144
5145 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
5146
5147         * valops.c (hand_function_call): Move declaration of retbuf to
5148         start of function, allocate using malloc, add a cleanup but before
5149         the inf_status cleanup, cleanup the buffer.  Rename local variable
5150         old_chain to inf_status_cleanup.
5151
5152 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
5153
5154         * top.c (execute_command): Use cmd_func() and cmd_func_p().
5155
5156         * cli/cli-decode.c (cmd_func_p): New function.
5157         (cmd_func): New function.
5158
5159         * command.h: Add cmd_func() and cmd_func_p().   
5160         
5161 2002-07-03  Grace Sainsbury  <graces@redhat.com>
5162
5163         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5164         (REGISTER_SIZE): Remove.
5165         (MAX_REGISTER_RAW_SIZE): Remove.
5166         (REGISTER_VIRTUAL_TYPE): Remove.
5167         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5168         (REGISTER_NAME): Remove.
5169         (USE_GENERIC_DUMMY_FRAMES): Remove.
5170         (CALL_DUMMY): Remove.
5171         (CALL_DUMMY_START_OFFSET): Remove.
5172         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5173         (CALL_DUMMY_LOCATION): Remove.
5174         (FIX_CALL_DUMMY): Remove.
5175         (CALL_DUMMY_ADDRESS): Remove.
5176         (SIZEOF_CALL_DUMMY_WORDS): Remove.
5177         (SAVE_DUMMY_FRAME_TOS): Remove.
5178         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5179         (mcore_register_virtual_type): New function.
5180         (mcore_register_byte): New function.
5181         (mcore_register_size): New function.
5182         (mcore_register_name): New function.
5183         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5184         macros removed from tm-mcore.h.
5185         (mcore_dump_tdep): Add.
5186         (_initialize_mcore_tdep): Add gdbarch_register call.
5187
5188 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
5189
5190         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5191         frameless_look_for_prologue, such that we actually call this
5192         function.
5193
5194 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
5195
5196         * frame.h (frame_address_in_block): New function.
5197
5198         * blockframe.c (frame_address_in_block): New function extracted
5199         from get_frame_block().
5200         (get_frame_block): Use frame_address_in_block().
5201         (block_innermost_frame): Use frame_address_in_block() to match
5202         the frame pc address against the block boundaries rather than
5203         the frame pc directly. This prevents a failure when a frame pc
5204         is actually a return-address pointing immediately after the end
5205         of the given block. 
5206
5207 2002-07-02  Grace Sainsbury  <graces@redhat.com>
5208
5209         * MAINTAINERS: Add self under write after approval. 
5210
5211 2002-07-02  Grace Sainsbury  <graces@redhat.com>
5212
5213         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5214         used in architecture vector. The default is
5215         m68k_local_breakpoint_from_pc.
5216         (m68k_local_breakpoint_from_pc): Add.
5217         (enum): Add register numbers from tm-m68k.h.
5218         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5219         vector.  
5220         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5221         GDB_MULTI_ARCH_PARTIAL.
5222         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5223         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5224         m68k-tdep.c.
5225         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5226         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5227         to enum in m68k-tdep.c
5228
5229 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
5230
5231         * solib-osf.c (open_map): Compute the list of shared libraries
5232         loaded by the inferior, rather than the list of libraries loaded
5233         by GDB itself.  Otherwise, GDB ends up reading the symbols from
5234         the wrong shared libraries...
5235
5236 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
5237
5238         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5239         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5240         macros.
5241         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5242         Remove functions.
5243         (FRAMELESS_SIGNAL): Remove function.
5244         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5245         i386_linux_saved_pc_after_call): Removed.
5246         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5247         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
5248         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5249
5250         * i386-tdep.c (i386_frameless_signal_p): New function.
5251         (i386_frame_chain): Deal with frameless signals.
5252         (i386_sigtramp_saved_sp): New function.
5253         (i386_frame_saved_pc): Deal with frameless signals.
5254         (i386_saved_pc_after_call): Make sure the correct value is
5255         returned just after entry into a sigtramp.
5256         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5257         i386fbsd4_sc_sp_offset): New variables.
5258         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5259         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
5260         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5261         similiar to what we already did for sc_pc_offset.
5262         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5263         tdep->sc_sp_offset.
5264
5265         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5266
5267 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
5268
5269         * config/i386/tm-x86-64linux.h: New.
5270         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5271         definitions.
5272         * config/i386/nm-x86-64.h: Rename to ...
5273         * config/i386/nm-x86-64linux.h: ... this one.
5274         * config/i386/x86-64linux.mh: Reflect the above change.
5275         
5276 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
5277
5278         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5279         with sigcontext_addr.  Add sc_sp_offset.
5280         (i386bsd_sigtramp_saved_pc): Remove prototype.
5281         (i386bsd_sicontext_addr): Add prototype.
5282         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5283         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5284         (i386_svr4_sigtramp_saved_pc): Removed.
5285         (i386_svr4_sigcontext_addr): New function.
5286         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5287         Initialize tdep->sigcontext_addr instead.  Initialize
5288         tdep->sc_pc_offset and tdep->sc_sp_offset.
5289         (i386_gdbarch_init): Likewise.
5290         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5291         any more.
5292         (i386bsd_sigtramp_saved_pc): Remove function.
5293         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5294         Initialize tdep->sigcontext_addr instead.  Initialize
5295         tdep->sc_pc_offset.
5296         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5297         of tdep->sigtramp_saved_pc.
5298         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5299         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
5300         instead.
5301
5302         * i386-tdep.c (i386_frameless_function_invocation,
5303         i386_frame_num_args, i386_frame_init_saved_regs,
5304         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5305         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5306         i386_extract_return_value, i386_store_return_value,
5307         i386_extract_struct_value_address, i386_register_virtual_type,
5308         i386_register_convertible, i386_register_convert_to_virtual,
5309         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5310         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5311         static.
5312
5313 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
5314
5315         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5316
5317         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5318         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5319         this macro.  Include "value.h".
5320
5321 2002-06-30  Aidan Skinner  <aidan@velvet.net>
5322
5323         * ada-exp.tab.c: remove as it's a generated file
5324         * ada-lex.c: remove as it's a generated file
5325                 
5326 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
5327
5328         * config/i386/tm-i386.h (struct frame_info, struct
5329         frame_saved_regs, struct value, struct type): Remove forward
5330         declarations.
5331
5332         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5333         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5334         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5335         (FILL_FPXREGSET): Define.
5336
5337         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5338
5339         * configure.tgt (i[3456]86-*-openbsd*): Fold into
5340         i[3456]86-*-netbsd* case.
5341         * config/i386/tm-obsd.h: Removed.
5342         * config/i386/obsd.mt: Removed.
5343         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5344         core-aout.o.
5345         (MH_CFLAGS): Add -DYYDEBUG=0.
5346
5347         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5348         i386nbsd_sc_pc_offset on OpenBSD too.
5349
5350         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5351         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5352         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5353         define.
5354         * i386bsd-tdep.c: Include "arch-utils.h".
5355         (i386bsd_aout_in_solib_call_trampoline): New function.
5356         (i386bsd_init_abi): Set in_solib_call_trampoline to
5357         i386bsd_aout_in_solib_call_trampoline.
5358         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5359         in_solib_call_trampoline to generic_in_solib_call_trampoline.
5360
5361 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5362
5363         * macrotab.h: Do not include "obstack.h" or "bcache.h".
5364         (struct obstack, struct bcache): Add opaque declarations.
5365         * Makefile.in (macrotab_h): Update
5366
5367 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5368
5369         * blockframe.c (generic_find_dummy_frame): Change return type to
5370         ``struct regcache''.
5371         (struct dummy_frame): Replace field ``registers'' with regcache, a
5372         struct regcache object.
5373         (generic_find_dummy_frame): Update.
5374         (generic_push_dummy_frame): Update.  Use regcache_xfree,
5375         regcache_xmalloc and regcache_cpy.
5376         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
5377         regcache_xfree.
5378         (deprecated_generic_find_dummy_frame): Update.
5379         (generic_read_register_dummy): Update.  Use
5380         regcache_read_as_address.
5381         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
5382         (generic_get_saved_register): Update.  Use regcache_read.
5383
5384 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5385
5386         * Makefile.in (objfiles_h): Add $(bcache_h).
5387         * objfiles.h: Include "bcache.h".
5388
5389         * Makefile.in (symtab_h): Remove $(bcache_h).
5390         * symtab.h: Do not include "bcache.h".
5391
5392 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5393
5394         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5395         generic_func_frame_chain_valid.
5396
5397 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
5398
5399         * config/i386/nm-fbsd.h: Include <sys/param.h>.
5400         * config/i386/tm-fbsd.h: Likewise.
5401
5402 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5403
5404         * rs6000-tdep.c (rs6000_gdbarch_init): Use
5405         generic_unwind_get_saved_register.
5406
5407 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
5408
5409         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5410         * regcache.c (supply_register): Add missing argument to
5411         register_buffer call.
5412
5413 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
5414
5415         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
5416         Solaris /bin/grep does not not like it.  From Peter Schauer.
5417
5418 2002-06-26  Tom Tromey  <tromey@redhat.com>
5419
5420         * command.h (add_setshow_cmd): Declare.
5421         (add_setshow_cmd_full): Declare.
5422         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
5423         returns void.  Use add_setshow_cmd_full.
5424         (add_setshow_cmd_full): New function.
5425         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5426         (add_setshow_boolean_cmd): Likewise.
5427
5428 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5429
5430         * config/vax/tm-vax.h: Protect from multiple inclusion.
5431         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5432         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5433         * config/vax/tm-vaxbsd.h: ...here.  New file.
5434         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5435
5436 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5437
5438         * config/vax/tm-vax.h (BREAKPOINT): Remove.
5439         (BELIEVE_PCC_PROMOTION): Remove.
5440         (AP_REGNUM): Move to...
5441         * config/vax/nm-vax.h: ...here.
5442         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5443         (vax_breakpoint_from_pc): New function.
5444         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5445         and gdbarch_believe_pcc_promotion.
5446
5447 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5448
5449         * Makefile.in (vax_tdep_h): Define.  
5450         (vax-tdep.o): Use $(vax_tdep_h).
5451         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5452         (vax_dump_tdep): New function. 
5453         (_initialize_vax_tdep): Register vax_dump_tdep.
5454         * vax-tdep.h: Include osabi.h.     
5455         (struct gdbarch_tdep): New. 
5456
5457 2002-06-26  Andrew Cagney  <cagney@redhat.com>
5458
5459         * frame.h (deprecated_generic_find_dummy_frame): Rename
5460         generic_find_dummy_frame.
5461         * blockframe.c (generic_find_dummy_frame): Make static.
5462         (deprecated_generic_find_dummy_frame): New function.
5463         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5464         generic_find_dummy_frame with deprecated_find_dummy_frame.
5465         (sh64_nofp_frame_init_saved_regs): Ditto.
5466         (sh_fp_frame_init_saved_regs): Ditto.
5467         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5468         (s390_frame_chain): Ditto.
5469         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5470
5471 2002-06-26  Grace Sainsbury  <graces@redhat.com>
5472
5473         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5474         gdbarch vector are at the top.
5475         (NUM_REGS): Remove.
5476         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5477         (FRAME_ARGS_ADDRESS): Remove.
5478         (FRAME_LOCALS_ADDRESS): Remove.
5479         (FRAME_NUM_ARGS): Remove.
5480         (FRAME_ARGS_SKIP): Remove.  
5481         * m68k-tdep.c (enum): Add eumeration of special register numbers.
5482         (m68k_gdbarch_init): Add gdbarch initializations for macros
5483         undefined in tm-m68k.h
5484
5485 2002-06-26  Grace Sainsbury  <graces@redhat.com>
5486
5487         * monitor.h: Add the function regname to monitor_ops
5488         structure. This way NUM_REGS does not have to be a constant.
5489         * monitor.c (monitor_fetch_register): Added support for regname
5490         function. The function is called if the array regnames is NULL.
5491         (monitor_store_register): Same.
5492         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5493         regnames array.
5494         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5495         cpu32bug_cmds.regname to point to new function.
5496         * abug-rom.c (abug_regname): Same as above.
5497         (init_abug_cmds): Same.
5498         * dbug-rom.c (dbug_regname): Same as above.
5499         (init_dbug_cmds): Same.
5500         * remote-est.c (est_regname): Same. 
5501         (init_est_cmds): Same.
5502         * rom68k-rom.c (rom68k_regname): Same. 
5503         (init_rom68k_cmds): Same.
5504
5505 2002-06-25  Tom Tromey  <tromey@redhat.com>
5506
5507         * breakpoint.c (delete_command): Don't repeat `delete' commands.
5508
5509 2002-06-25  Andrew Cagney  <cagney@redhat.com>
5510
5511         * infrun.c (stop_registers): Change variable's type to ``struct
5512         regcache'''.
5513         (xmalloc_inferior_status): Delete function.
5514         (free_inferior_status): Delete function.
5515         (normal_stop): Use regcache_cpy.
5516         (struct inferior_status): Change type of fields ``stop_registers''
5517         and ``registers'' to ``struct regcache''.
5518         (write_inferior_status_register): Use regcache_write.
5519         (save_inferior_status): Instead of calling
5520         xmalloc_inferior_status, allocate the inf_status buffer directly.
5521         Use regcache_dup_no_passthrough and regcache_dup to save the
5522         buffers.
5523         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5524         Replace the stop_registers regcache instead of overriding it.  Use
5525         regcache_xfree.  Instead of calling free_inferior_status, xfree
5526         the buffer directly.
5527         (discard_inferior_status): Use regcache_xfree.  Instead of calling
5528         free_inferior_status, xfree the buffer directly.
5529         (build_infrun): Use regcache_xmalloc.
5530         (_initialize_infrun): Delete redundant call to build_infrun.
5531
5532         * Makefile.in (infcmd.o): Add $(regcache_h).
5533
5534         * infcmd.c: Include "regcache.h".
5535         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5536         obtain the address of `stop_registers' register buffer.
5537         (print_return_value): Ditto.
5538
5539         * inferior.h (struct regcache): Add opaque declaration.
5540         (stop_registers): Change variable's declared type to ``struct
5541         regcache''.
5542
5543 2002-06-24  Tom Tromey  <tromey@redhat.com>
5544
5545         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5546         * target.c (initialize_targets): Fixed typo in
5547         trust-readonly-sections `show' documentation.
5548
5549         * main.c: Marked all strings with _().
5550
5551 2002-06-24  Don Howard  <dhoward@redhat.com>
5552
5553         * memattr.c (create_mem_region): Treat hi == 0 as a special case
5554         that means max CORE_ADDR+1.
5555         (lookup_mem_region): Ditto.
5556         (mem_info_command): Ditto.
5557
5558 2002-06-24  Grace Sainsbury  <graces@redhat.com>
5559
5560         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5561         (REGISTER_BYTES_OK): Remove.
5562         (REGISTER_BYTES): Remove.
5563         (STORE_STRUCT_RETURN): Remove.
5564         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5565         (STORE_RETURN_VALUE): Remove.
5566         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5567         (FRAME_CHAIN): Remove.
5568         (FRAMELESS_FUNCTION_INVOCATION): Remove.
5569         (FRAME_SAVED_PC): Remove.  
5570         * m68k-tdep.c (m68k_register_bytes_ok):Add.
5571         (m68k_store_struct_return): Add.
5572         (m68k_deprecated_extract_return_value): Add.
5573         (m68k_deprecated_extract_struct_value_address): Add.
5574         (m68k_store_return_value): Add.
5575         (m68k_frame_chain): Add.
5576         (m68k_frameless_function_invocation): Add.
5577         (m68k_frame_saved_pc): Add.
5578         (m68k_gdbarch_init): added set_gdbarch calls for new 
5579         functions and deleted macros.
5580
5581 2002-06-23  Tom Tromey  <tromey@redhat.com>
5582
5583         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5584         (ALLDEPFILES): Likewise.
5585         (udiheaders): Removed.
5586         (udip2soc.o): Likewise.
5587         (udi2go32.o): Likewise.
5588         (udr.o): Likewise.
5589         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5590
5591 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
5592
5593         * infrun.c (_initialize_infrun): Delete unnecessary call to
5594         build_infrun.
5595
5596         * regcache.h: Update comments describing the regcache_cpy family
5597         of functions.
5598         (regcache_save, regcache_restore): Delete declaration.
5599         (regcache_save_no_passthrough): Delete declaration.
5600         (regcache_restore_no_passthrough): Delete declaration.
5601         * regcache.c (regcache_save): Delete function.
5602         (regcache_save_no_passthrough): Delete function.
5603         (regcache_restore): Delete function.
5604         (regcache_restore_no_passthrough): Delete function.
5605
5606 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
5607
5608         * config/m68k/tm-m68k.h: Fix typo.
5609         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5610         (m68k_frame_init_saved_regs): Declare.
5611
5612 2002-06-21  Jim Blandy  <jimb@redhat.com>
5613
5614         Remove some vestiges of Harris 88k support.
5615         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5616         register numbering quirk.
5617         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5618         odd symbols occurring in Harris 88k ELF targets.
5619
5620 2002-06-21  Tom Tromey  <tromey@redhat.com>
5621
5622         * gdb_locale.h: New file.
5623         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5624         (defs_h): Added gdb_locale.h.
5625         * configure, config.in: Rebuilt.
5626         * configure.in (PACKAGE): Define.
5627         * defs.h: Include gdb_locale.h.
5628         * main.c (captured_main): Call setlocale, bindtextdomain,
5629         textdomain.
5630
5631 2002-06-21  Dave Brolley  <brolley@redhat.com>
5632
5633         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5634         * config/frv/frv.mt: New file.
5635         * config/frv/tm-frv.h: New file.
5636         * configure.tgt: Support frv-*-*.
5637         * Makefile.in (frv-tdep.o): New target.
5638         * frv-tdep.c: New file.
5639         * NEWS: Mention frv.
5640
5641 2002-06-21  Dave Brolley  <brolley@redhat.com>
5642
5643         * MAINTAINERS: Add self to "Write After Approval" list.
5644
5645 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5646
5647         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5648         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5649         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5650         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5651         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5652
5653         * m68k-tdep.c: Include arch-utils.h
5654         (m68k_register_raw_size): Add.
5655         (m68k_register_virtual_size): Add.
5656         (m68k_register_virtual_type): Add.
5657         (m68k_register_name): Add.
5658         (m68k_stack_align): Add.
5659         (m68k_register_byte): Add.
5660         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5661         tm-m68k.h.
5662
5663 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5664
5665         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5666         m68k_find_saved_regs.
5667         (m68k_pop_frame): Removed saved_regs structure, and replaced
5668         references to it with frame->saved_regs.
5669         (m68k_gdbarch_init): Added function calls to initialize the
5670         gdbarch structure.
5671         (m68k_fix_call_dummy): Add. 
5672         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5673         (CALL_DUMMY): Remove.
5674         (CALL_DUMMY_LENGTH): Remove.
5675         (CALL_DUMMY_START_OFFSET): Remove.
5676         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5677         (FIX_CALL_DUMMY): Remove.
5678         (PUSH_DUMMY_FRAME): Remove.
5679         (POP_FRAME): Remove.
5680
5681 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5682
5683         * parse.c (parse_fprintf): New function used to avoid calls to
5684         fprintf in bison parser generated debug code.
5685         * parser-defs.h: Declaration of new parse_fprintf function.
5686         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5687         Set YYDEBUG to 1 by default.
5688         Set YYFPRINTF as parse_fprintf.
5689
5690 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
5691
5692         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
5693         encoding anymore.
5694         (pointer_encoding, enum ptr_encoding): New.
5695         (execute_cfa_program): Take care about pointer encoding.        
5696         (dwarf2_build_frame_info): Only call parse_frame_info for 
5697         .debug_frame and .eh_frame.
5698         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5699         fixed augmentation handling, added relative addressing, 
5700         ignore duplicate FDEs. Added comments.
5701         * dwarf2cfi.c: Reindented.
5702         
5703 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
5704
5705         * event-top.c (command_handler): Don't use space_at_cmd_start
5706         unless there is sbrk() on the host. Assign time and space data
5707         to union fields of the appropriate length.
5708
5709 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
5710
5711         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
5712         x86_64_register_name. Return type changed to 'const char *'.
5713         (x86_64_register_name2nr): Rename to x86_64_register_number.
5714         (x86_64_gdbarch_init): Update to reflect the change.
5715         * x86-64-tdep.h: Ditto.
5716         * x86-64-linux-nat.c (x86_64_fxsave_offset)
5717         (supply_fpregset): Ditto.
5718
5719 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5720
5721         * regcache.h: Update copyright.
5722         (struct regcache, struct gdbarch): Add opaque declarations.
5723         (current_regcache): Declare global variable.
5724         (regcache_read, regcache_write): Add gdbarch parameter.
5725         (regcache_save, regcache_save_no_passthrough)
5726         (regcache_restore, regcache_restore_no_passthrough)
5727         (regcache_dup, regcache_dup_no_passthrough)
5728         (regcache_cpy, regcache_cpy_no_passthrough)
5729         (deprecated_grub_regcache_for_registers)
5730         (deprecated_grub_regcache_for_register_valid)
5731         (regcache_valid_p): Add function declarations.
5732         
5733         * regcache.c: Update copyright.
5734         (regcache_descr_handle): New global variable.
5735         (struct regcache_descr): Define.
5736         (init_legacy_regcache_descr, init_regcache_descr): New functions.
5737         (regcache_descr, xfree_regcache_descr): New functions.
5738         (struct regcache): Define.
5739         (regcache_xmalloc, regcache_xfree): New functions.
5740         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5741         (regcache_dup, regcache_dup_no_passthrough): New functions.
5742         (regcache_valid_p, regcache_read_as_address): New functions.
5743         (deprecated_grub_regcache_for_registers): New function.
5744         (deprecated_grub_regcache_for_register_valid): New function.
5745         (current_regcache): New global variable.
5746         (register_buffer): Add regcache parameter.  Update calls.
5747         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
5748         (read_register_gen, write_register_gen): Update register_buffer
5749         call.  Test for legacy_p instead of gdbarch_register_read_p or
5750         gdbarch_register_write_p.
5751         (regcache_collect): Update register_buffer call.
5752         (build_regcache): Rewrite.  Use deprecated grub functions.
5753         (regcache_save, regcache_save_no_passthrough): New functions.
5754         (regcache_restore, regcache_restore_no_passthrough): New
5755         functions.
5756         (_initialize_regcache): Create the regcache_data_handle. Swap
5757         current_regcache global variable.
5758         
5759         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5760         parameter to regcache_read and regcache_write calls.
5761         (sh4_register_read): Ditto.
5762         (sh64_pseudo_register_read): Ditto.
5763         (sh64_register_read): Ditto.
5764         (sh_pseudo_register_write): Ditto.
5765         (sh4_register_write): Ditto.
5766         (sh64_pseudo_register_write): Ditto.
5767         (sh64_register_write): Ditto.
5768
5769         * defs.h (XCALLOC): Define.
5770
5771 2002-06-19  Grace Sainsbury  <graces@redhat.com>
5772
5773         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5774         * m68k-tdep.c (m68k_gdbarch_init): Added.
5775         (m68k_dump_tdep): Added.
5776
5777 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5778
5779         * ada-lang.c (fill_in_ada_prototype): Update comment.
5780
5781 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5782
5783         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
5784         MIPS_ABI_LAST.
5785         (mips_abi_string, mips_abi_strings): New.
5786         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5787         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
5788         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
5789         O32 if no ABI is found.
5790         (mips_dump_tdep): Use mips_abi_strings.
5791         (mips_abi_update): New function.
5792         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
5793         ``set mips abi'' and ``show mips abi''.  Check the size of
5794         mips_abi_strings.
5795
5796 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5797
5798         * i386-linux-tdep.c (i386_linux_register_name): Make return type
5799         constant.
5800
5801 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
5802
5803         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
5804         current frame using only the first stack size adjustment. All
5805         subsequent size adjustments are not considered to be part of
5806         the "static" part of the current frame.
5807         Compute the address of the saved registers relative to the
5808         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5809         in use in this frame.
5810
5811 2002-06-18  Don Howard  <dhoward@redhat.com>
5812  
5813         * valops.c (value_ind): Use value_at_lazy() when dereferencing
5814         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
5815         suggesting this solution.
5816
5817 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
5818
5819         * config/romp/xm-rtbsd.h: Delete file.
5820         * config/romp/rtbsd.mh: Delete file.
5821
5822 2002-06-18  Keith Seitz  <keiths@redhat.com>
5823
5824         * breakpoint.c (condition_command): Post breakpoint_modify
5825         when a condition is added to an existing breakpoint.
5826         (commands_command): Likewise for commands.
5827         (set_ignore_count): Likewise for ignore counts.
5828         If no tty, do not simply return, still need to send event
5829         notification.
5830         (ignore_command): Only print a newline if the command came
5831         from a tty.
5832         Don't call breakpoints_changed, since this is now properly
5833         handled by set_ignore_count.
5834
5835 2002-06-18  Andrew Cagney  <cagney@redhat.com>
5836
5837         * MAINTAINERS: Note that cris-elf target can be compiled with
5838         -Werror.
5839         * cris-tdep.c (cris_register_name): Make return type constant.
5840         (cris_breakpoint_from_pc): Ditto.
5841
5842 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
5843
5844         * frame.h (struct frame_info): Change type of context to 
5845         'struct context'.
5846
5847 2002-06-17  Andrew Cagney  <cagney@redhat.com>
5848
5849         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5850         pointer.
5851         * gdbarch.h, gdbarch.c: Regenerate.
5852         * config/mips/tm-mips.h (mips_register_name): Update.
5853         * i386-tdep.h (i386_register_name): Update.
5854         * mips-tdep.c (mips_register_name): Update
5855         * alpha-tdep.c (alpha_register_name): Update.
5856         * arch-utils.c (legacy_register_name): Update.
5857         * arch-utils.h (legacy_register_name): Update.
5858         * avr-tdep.c (avr_register_name): Update.
5859         * ia64-tdep.c (ia64_register_name): Update.
5860         * i386-tdep.c (i386_register_name): Update.
5861         * sparc-tdep.c (sparc32_register_name): Update.
5862         (sparc64_register_name): Update.
5863         (sparclite_register_name): Update.
5864         (sparclet_register_name): Update.
5865         * sh-tdep.c (sh_generic_register_name): Update.
5866         (sh_sh_register_name): Update.
5867         (sh_sh3_register_name): Update.
5868         (sh_sh3e_register_name): Update.
5869         (sh_sh_dsp_register_name): Update.
5870         (sh_sh3_dsp_register_name): Update.
5871         (sh_sh4_register_name): Update.
5872         (sh_sh64_register_name): Update.
5873         * s390-tdep.c (s390_register_name): Update.
5874         * rs6000-tdep.c (rs6000_register_name): Update.
5875         * ns32k-tdep.c (ns32k_register_name_32082): Update.
5876         (ns32k_register_name_32382): Update.
5877         * d10v-tdep.c (d10v_ts2_register_name): Update.
5878         (d10v_ts3_register_name): Update.
5879         * xstormy16-tdep.c (xstormy16_register_name): Update.
5880         * vax-tdep.c (vax_register_name): Update.
5881         * v850-tdep.c (v850_register_name): Update.
5882         * m68hc11-tdep.c (m68hc11_register_name): Update.
5883         * mn10300-tdep.c (mn10300_generic_register_name): Update.
5884         (am33_register_name): Update.
5885
5886 2002-06-17  Grace Sainsbury  <graces@redhat.com>
5887
5888         * m68k-tdep.c: Reindented.
5889
5890 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
5891
5892         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5893         list of predefined types.
5894
5895 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
5896
5897         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5898         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5899         REGISTER_CONVERT_TO_RAW): Remove defines.
5900         (i386_register_virtual_type, i386_register_convertible,
5901         i386_register_convert_to_virtual, i386_register_convert_to_raw):
5902         Remove prototypes.
5903         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5904         macros mentioned above.
5905
5906         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5907         (i386lynx_saved_pc_after_call): Remove prototype.
5908         * i386ly-tdep.c: Include "i386-tdep.h".
5909         (i386lynx_saved_pc_after_call): Make static.  Use
5910         read_memory_nobpt instead of read_memory.  Use
5911         read_memory_unsigned_integer instead of read_memory_integer.
5912         (i386lynx_init_abi): New function.
5913         (i386lynx_coff_osabi_sniffer): New function.
5914         (_initialize_i386bsd_tdep): New function.
5915
5916         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5917         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5918         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5919         (i386_fix_call_dummy): Remove prototype.
5920         * i386-tdep.c (i386_call_dummy_words): New variable.
5921         (i386_gdbarch_init): Adjust for removal of the
5922         macros mentioned above.
5923
5924 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5925
5926         * command.h (add_setshow_auto_boolean_cmd): Replace
5927         add_set_auto_boolean_cmd.
5928         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5929         add_set_auto_boolean_cmd.
5930         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5931         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5932         mask-address'' command.
5933         (show_mask_address): Add cmd parameter.
5934         * remote.c (add_packet_config_cmd): Update.  Change type of
5935         set_func and show_func to cmd_sfunc_ftype.
5936         (_initialize_remote): Update `set remote Z-packet'
5937         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5938         (show_remote_protocol_e_packet_cmd): Ditto.
5939         (show_remote_protocol_E_packet_cmd): Ditto.
5940         (show_remote_protocol_P_packet_cmd): Ditto.
5941         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5942         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5943         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5944         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5945         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5946         (show_remote_protocol_Z_packet_cmd): Ditto.
5947         (show_remote_protocol_binary_download_cmd): Ditto.
5948         (show_remote_cmd): Pass NULL to all of above.
5949
5950 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5951
5952         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5953         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5954         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5955         POP_FRAME): Remove defines.
5956         (i386_push_arguments, i386_store_struct_return,
5957         i386_extract_return_value, i386_store_return_value,
5958         i386_extract_struct_value_address, i386_push_dummy_frame,
5959         i386_pop_frame): Renove prototypes.
5960         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5961         macros mentioned above.
5962
5963 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5964
5965         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5966         add_set_boolean_cmd.
5967         (add_setshow_cmd): New function.
5968         * command.h (add_setshow_boolean_cmd): Replace
5969         add_set_boolean_cmd.
5970         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5971         and ``set rdiromatzero''.
5972         * maint.c (_initialize_maint_cmds): Update commented out code.
5973         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5974         * target.c (initialize_targets): Update `set
5975         trust-readonly-sections'.
5976         * remote.c (_initialize_remote): Update `set remotebreak'.
5977
5978 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5979
5980         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5981         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5982         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5983         fit into multi-arch framework.
5984         (i386_breakpoint_from_pc): New function.
5985         (i386_gdbarch_init): Adjust for removal of the macros mentioned
5986         above.
5987
5988         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5989         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5990         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5991         (i386_frameless_function_invocation, i386_frame_num_args,
5992         i386_frame_init_saved_regs): Remove prototypes.
5993         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5994         macros mentioned above.
5995
5996 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5997
5998         * cli/cli-decode.c (set_cmd_cfunc): Update.
5999         (set_cmd_sfunc): Update.
6000         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6001         (set_cmd_sfunc, set_cmd_cfunc): Update.
6002         * cli/cli-decode.h: Update.
6003
6004 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6005
6006         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6007         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6008
6009 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
6010
6011         * defs.h (auto_boolean): Declare enum.
6012         * command.h (cmd_auto_boolean): Delete enum.
6013         * mips-tdep.c (mask_address_var): Update.
6014         (mips_mask_address_p): Update.
6015         (show_mask_address): Update.
6016         * remote.c (struct packet_config): Update.
6017         (update_packet_config): Update.
6018         (show_packet_config_cmd): Update.
6019         (packet_ok): Update.
6020         (add_packet_config_cmd): Update.
6021         (_initialize_remote): 
6022         * command.h: Update.
6023         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6024         (do_setshow_command): Update.
6025         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6026         * cli/cli-decode.h: Update.
6027
6028 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6029
6030         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6031         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6032         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6033         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6034         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6035         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6036
6037         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6038         list of DJGPP COFF targets.
6039
6040         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6041         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6042         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6043         (FP0_REGNUM): Remove define.
6044         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6045         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6046         (i386_register_virtual_size): Remove protoype.
6047         * i386-tdep.c (i386_register_virtual_size): Removed.
6048         (i386_extract_return_value, i386_store_return_value): Use
6049         FP0_REGNUM instead of NUM_FREGS to determine whether the
6050         floating-point registers are available.
6051         (i386_gdbarch_init): Tweak FIXME about FPU registers.
6052         Adjust for removal of macros mentioned above.
6053
6054 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6055
6056         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
6057         comments.
6058         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6059         Remove prototypes.
6060         (supply_gregset, fill_gregset): Remove use of register keyword and
6061         remove declaration for regmap.  Use I386_NUM_GREGS instead of
6062         NUM_REGS and NUM_FREGS.
6063         (FPREGSET_FSAVE_OFFSET): Remove.
6064         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6065         NUM_FREGS to determine whether the floating-point registers are
6066         available.
6067
6068         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6069         gnu_store_registers): Replace usage of NUM_GREGS with
6070         I386_NUM_GREGS.
6071
6072         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6073         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6074         usage of NUM_GREGS with I386_NUM_GREGS.
6075
6076         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6077
6078         * i386bsd-nat.c: Include "i386-tdep.h".
6079         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6080         I386_NUM_GREGS.
6081
6082         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6083         and associated comment.  They no longer make any sense, since we
6084         don't use this file anymore on Linux.
6085
6086         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6087         * i386-tdep.c (i386_register_offset, i386_register_size): Use
6088         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6089         elements in these arrays.
6090         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6091         MAX_NUM_REGS.
6092
6093 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6094
6095         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6096         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6097
6098 2002-06-14  Andrew Cagney  <cagney@redhat.com>
6099
6100         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6101         EXTRACT_RETURN_VALUE.
6102         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6103         EXTRACT_STRUCT_VALUE_ADDRESS.
6104         * gdbarch.h, gdbarch.c: Regenerate.
6105         
6106         * values.c (value_being_returned): Handle
6107         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6108         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6109
6110         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
6111         * arm-tdep.c (arm_gdbarch_init): Update.
6112         * avr-tdep.c (avr_gdbarch_init): Update.
6113         * cris-tdep.c (cris_gdbarch_init): Update.
6114         * d10v-tdep.c (d10v_gdbarch_init): Update.
6115         * ia64-tdep.c (ia64_gdbarch_init): Update.
6116         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6117         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6118         * s390-tdep.c (s390_gdbarch_init): Update.
6119         * sh-tdep.c (sh_gdbarch_init): Update.
6120         * s390-tdep.c (s390_gdbarch_init): Update.
6121         * sparc-tdep.c (sparc_gdbarch_init): Update.
6122         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6123         * v850-tdep.c (v850_gdbarch_init): Update.
6124         * vax-tdep.c (vax_gdbarch_init): Update.
6125         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6126         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6127
6128         * config/arc/tm-arc.h: Update.
6129         * config/d30v/tm-d30v.h: Update.
6130         * config/fr30/tm-fr30.h: Update.
6131         * config/h8300/tm-h8300.h: Update.
6132         * config/h8500/tm-h8500.h: Update.
6133         * config/i386/tm-i386.h: Update.
6134         * config/i386/tm-ptx.h: Update.
6135         * config/i386/tm-symmetry.h: Update.
6136         * config/i960/tm-i960.h: Update.
6137         * config/m32r/tm-m32r.h: Update.
6138         * config/m68k/tm-delta68.h: Update.
6139         * config/m68k/tm-linux.h: Update.
6140         * config/m68k/tm-m68k.h: Update.
6141         * config/m88k/tm-m88k.h: Update.
6142         * config/mcore/tm-mcore.h: Update.
6143         * config/mips/tm-mips.h: Update.
6144         * config/mn10200/tm-mn10200.h: Update.
6145         * config/pa/tm-hppa.h: Update.
6146         * config/pa/tm-hppa64.h: Update.
6147         * config/sparc/tm-sp64.h: Update.
6148         * config/sparc/tm-sparc.h: Update.
6149         * config/sparc/tm-sparclet.h: Update.
6150         * config/z8k/tm-z8k.h: Update.
6151
6152 2002-06-14  Andrew Cagney  <cagney@redhat.com>
6153
6154         * Makefile.in (i386_linux_tdep_h): Define.
6155         (i386_tdep_h, i387_tdep_h): Define.
6156         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6157         $(i386_tdep_h) and $(i387_tdep_h).
6158         * i386-linux-nat.c: Include "i386-linux-tdep.h".
6159
6160 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
6161
6162         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6163         Already covered by the default.
6164
6165         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6166         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
6167         (i386_gdbarch_init): Initialize long_double_format and long_double
6168         bit.
6169
6170         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6171         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
6172         Move these to ...
6173         * config/i386/i386sol2.mh: ... here.
6174         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6175         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6176         (SIGCONTEXT_PC_OFFSET): Remove define.
6177         (IN_SIGTRAMP): Remove define.
6178         * i386-sol2-tdep.c: New file.
6179         
6180         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6181         * config/i386/tm-i386nw.h: Removed.
6182
6183         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6184         USE_STRUCT_CONVENTION): Remove defines.
6185         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6186         (get_longjmp_target): Remove prototype.
6187         (IN_SIGTRAMP): Remove define.
6188         (i386bsd_in_sigtramp): Remove prototype.
6189         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6190         function.  Update comment accordingly
6191         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6192         (FRAME_SAVED_PC): Remove define.
6193         (i386bsd_frame_saved_pc): Remove prototype.
6194         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6195         GET_LONGJMP_TARGET): Remove defines.
6196         (get_longjmp_target): Remove prototype.
6197         (IN_SIGTRAMP): Remove define.
6198         (i386bsd_in_sigtramp): Remove prototype.
6199         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6200         function.  Update comment accordingly
6201         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6202         (FRAME_SAVED_PC): Remove define.
6203         (i386bsd_frame_saved_pc): Remove prototype.
6204         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6205         Remove prototype.
6206         (USE_STRUCT_CONVENTION): Remove prototype.
6207         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6208         declaration.
6209         (_initialize_i386bsd_nat): Revise logic to determine some
6210         constants at compile time when compiling a native GDB.  Warn if
6211         things don't match up with what we expect.
6212         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6213         Remove variables.
6214         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
6215         to use date stored in `struct gdbarch_tdep'.
6216         (i386bsd_sigcontext_offset): Remove varaible.
6217         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
6218         stored in `struct gdbarch_tdep'.
6219         (i386bsd_frame_saved_pc): Make static.
6220         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6221         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6222         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6223         i386fbsd4_sc_pc_offset): New variables.
6224         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6225         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6226         functions.
6227         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6228         functions.
6229         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6230         Modify the value of i386fbsd_sigtramp_start and
6231         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6232         i386fbsd_sigtramp_end.
6233         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6234         function.
6235
6236         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6237         define to i386-linux-tdep.h.
6238         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6239         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6240         defines.
6241         (i386_linux_register_name, i386_linux_register_byte,
6242         i386_linux_register_raw_size): Remove prototypes.
6243         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6244         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6245         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6246         TARGET_WRITE_PC): Remove defines.
6247         (i386_linux_in_sigtramp, i386_linux_frame_chain,
6248         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6249         i386_linux_write_pc): Remove prototypes.
6250         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6251         (get_longjmp_target): Remove prototype.
6252         * i386-linux-tdep.h: New file.
6253         * i386-linux-nat.c: Include "i386-linux-tdep.h".
6254         * i386-linux-tdep.c: Include "i386-tdep.h" and
6255         "i386-linux-tdep.h".
6256         (i386_linux_register_name, i386_linux_register_byte,
6257         i386_linux_register_raw_size, i386_linux_in_sigtramp,
6258         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6259         Make static.
6260         (i386_linux_init_abi): New function.
6261         (_initialize_i386_linux_tdep): New function.
6262
6263         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6264         (i386_saved_pc_after_call): Remove prototype.
6265         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6266         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6267         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6268         (i386_register_name, i386_stab_reg_to_regnum,
6269         i386_dwarf_reg_to_regnum): Remove prototypes.
6270         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6271         SIZEOF_SSE_REGS): Remove defines.
6272         (REGISTER_BYTES): Remove define.
6273         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6274         (i386_register_byte, i386_register_raw_size): Remove prototypes.
6275         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6276         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6277         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6278         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6279         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6280         (get_longjmp_target): Remove prototype.
6281         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6282         (sigtramp_saved_pc): Remove define.
6283         (i386v4_sigtramp_saved_pc): Remove prototype.
6284         * config/i386/tm-go32.h (FRAME_CHAIN,
6285         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6286         (i386go32_frame_saved_pc): Remove prototype.
6287         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6288         (get_longjmp_target): Remove prototype.
6289         * i386-tdep.h: Include "osabi.h".
6290         (enum i386_abi): Removed.
6291         (enum struct_return): New enum.
6292         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6293         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6294         sc_pc_offset members.
6295         (i386_gdbarch_register_os_abi): Remove prototype.
6296         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6297         I386_SSE_NUM_REGS): New defines.
6298         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6299         I386_SSE_SIZEOF_REGS): New defines.
6300         (i386_register_name, i386_register_byte, i386_register_raw_size):
6301         New prototypes.
6302         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6303         (i386bsd_sigtramp_saved_pc): New prototype.
6304         * i386-tdep.c: Don't include "elf-bfd.h".
6305         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6306         i386_frame_chain, i386_saved_pc_after_call): Make static.
6307         (i386_frame_saved_pc): Rewrite to call architecture dependent
6308         function to deal with signal handlers.  Make static.
6309         (i386go32_frame_saved_pc): Removed.
6310         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6311         Removed.
6312         (i386_get_longjmp_target): New function.
6313         (default_struct_convention, pcc_struct_convention,
6314         reg_struct_convention, valid_conventions, struct_convention): New
6315         variables.
6316         (i386_use_struct_convention): New function.
6317         (i386v4_sigtramp_saved_pc): Renamed to
6318         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
6319         (i386_pc_in_sigtramp): New function.
6320         (i386_abi_names): Removed.
6321         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6322         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6323         Removed.
6324         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6325         i386_gdbarch_register_os_abi): Removed.
6326         (struct i386_abi_handler): Removed.
6327         (i386_abi_handler_list): Removed.
6328         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6329         functions.
6330         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6331         i386_nw_init_abi): New functions.
6332         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6333         Use set_gdbarch_xxx() calls instead of relying on macros for a
6334         number of calls.
6335         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6336         (_initialize_i386_tdep): Add new 'struct-convcention' command.
6337         Register the various architecture variants defined in this file.
6338
6339 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
6340
6341         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6342         (struct main_type): Remove arg_types member.  Update comments for
6343         struct field.
6344         (TYPE_ARG_TYPES): Remove.
6345         (TYPE_FN_FIELD_ARGS): Update.
6346         (smash_to_method_type): Update prototype.
6347
6348         * c-typeprint.c (cp_type_print_method_args): Take method type
6349         instead of argument list.  Use new argument layout.  Simplify.
6350         (c_type_print_args): Use new argument layout.  Simplify.
6351         (c_type_print_base): Update call to cp_type_print_method_args.
6352         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6353         argument; use die->type instead.  Update call to
6354         smash_to_method_type.
6355         (read_structure_scope): Update call to dwarf2_add_member_fn.
6356         * gdbtypes.c (allocate_stub_method): Update comment.
6357         (smash_to_method_type): Take new NARGS and VARARGS arguments.
6358         Use new argument layout.
6359         (check_stub_method): Use new argument layout.  Don't count
6360         void as an argument.
6361         (print_arg_types): Update comments.  Use new argument layout.
6362         (recursive_dump_type): Don't print arg_types member.
6363         * hpread.c (hpread_read_struct_type): Use new argument layout.
6364         (fixup_class_method_type): Likewise.
6365         (hpread_type_lookup): Likewise.
6366         * stabsread.c (read_type): Update calls to read_args and
6367         smash_to_method_type.
6368         (read_args): Use new argument layout.  Simplify.
6369         * valops.c (typecmp): Use new argument layout.  Update parameters
6370         and comments.  Simplify.
6371         (hand_function_call): Use new argument layout.
6372         (search_struct_method): Update call to typecmp.
6373         (find_overload_match): Use new argument layout.
6374
6375 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6376
6377         * NEWS: Mention multithreaded debug support for gdbserver.
6378
6379 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6380
6381         * MAINTAINERS: Mention NEWS.
6382
6383 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6384
6385         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6386         (struct mips_objfile_private, compare_pdr_entries): New.
6387         (non_heuristic_proc_desc): Read the ".pdr" section if it
6388         is present.
6389
6390 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
6391
6392         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6393         (arm_debug): New static variable.
6394         (_initialize_arm_tdep): Add ``set debug arm'' command.
6395
6396 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
6397
6398         * Makefile.in (sim_arm_h): Define.
6399         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6400         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6401         (arm_register_sim_regno): New function, map an internal REGNUM
6402         onto a simulator register number.
6403         (arm_gdbarch_init): Set register_sim_regno.
6404
6405 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
6406
6407         * MAINTAINERS: Add self.
6408
6409 2002-06-11  Jim Blandy  <jimb@redhat.com>
6410
6411         * source.c (source_info): Mention whether the symtab has
6412         information about preprocessor macros.
6413
6414         Call the command `info macro', not `show macro'.
6415         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6416         Fix error message.
6417         (_initialize_macrocmd): Register `info_macro_command' in
6418         `infolist', not `showlist'.
6419
6420 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
6421
6422         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6423         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6424         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6425         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6426         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
6427         unconditionally.
6428         (set_mipsfpu_single_command, set_mipsfpu_double_command)
6429         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6430         (_initialize_mips_tdep): Remove dead code.
6431         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6432         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6433         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6434         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6435         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6436         MIPS_LAST_FP_ARG_REGNUM): Remove.
6437
6438 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
6439
6440         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6441         (unwind_tmp_obstack_free, parse_frame_info)
6442         (update_context, cfi_read_fp, cfi_write_fp)
6443         (cfi_frame_chain, cfi_init_extra_frame_info)
6444         (cfi_virtual_frame_pointer): Use the above function.
6445         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6446
6447 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
6448
6449         * v850-tdep.c (v850_type_is_scalar): New function.
6450         (v850_use_struct_convention): Match current gcc implementation
6451         as close as possible.
6452         (v850_push_arguments): Fix stack_offset handling.  Don't write
6453         struct_addr into register.  This is done by v850_store_struct_return.
6454         (v850_extract_return_value): Care for structs.
6455         (v850_store_return_value): Ditto.
6456         (v850_store_struct_return): Actually write address.
6457
6458 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
6459
6460         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6461         without debug information too.
6462
6463 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6464
6465         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6466         Make multi-arch pure.
6467         * gdbarch.h, gdbarch.c: Re-generate.
6468         * arm-tdep.c (arm_print_float_info): Update.
6469         * arch-utils.h (default_print_float_info): Update.
6470         * arch-utils.c (default_print_float_info): Update.
6471         * infcmd.c (float_info): Update call.
6472
6473 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6474
6475         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6476         the front of the initialize list.
6477
6478 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6479
6480         * infrun.c (struct inferior_status): Replace fields
6481         selected_frame_address and selected_level with field
6482         selected_frame_id.
6483         (save_inferior_status): Update.  Use get_frame_id.
6484         (struct restore_selected_frame_args): Delete.
6485         (restore_selected_frame): Update.  Use frame_find_by_id.
6486         (restore_inferior_status): Update.
6487
6488         * breakpoint.h (struct breakpoint): Change type of
6489         watchpoint_frame to frame_id.
6490         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
6491         call to get_current_frame.
6492         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
6493         get_current_frame.
6494         (watchpoint_check): Use frame_find_by_id.
6495
6496         * frame.h (record_selected_frame): Delete declaration.
6497         * stack.c (record_selected_frame): Delete function.
6498         
6499         * frame.h (struct frame_id): Define.
6500         (get_frame_id): Declare.
6501         (frame_find_by_id): Declare.
6502         * frame.c (frame_find_by_id): New function.
6503         (get_frame_id): New function.
6504
6505 2002-06-10  Andrey Volkov <avolkov@transas.com>
6506
6507         * ser-e7kpc.c: Fix duplicated define and call of 
6508         _initialize_ser_e7000pc
6509             
6510 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
6511
6512         * signals/signals.c (target_signal_from_host): Fix #ifdef
6513         SIGRTMIN case.
6514         (do_target_signal_to_host): Likewise.
6515
6516 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
6517
6518         * mips-tdep.c (mips_find_abi_section): New function.
6519         (mips_gdbarch_init): Call it.
6520
6521 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6522
6523         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6524         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
6525         after Andrew's 2002-06-08 gdbarch change.
6526
6527 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6528
6529         * i386-linux-nat.c (suppy_gregset): Don't supply
6530         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6531         register cache.
6532         (fill_gregset): Don't fetch it under the same circumstances.
6533
6534 2002-06-09  Andrew Cagney  <cagney@redhat.com>
6535
6536         * Makefile.in (callback_h): Define.
6537         (remote_sim_h): Update path to remote-sim.h.
6538         (remote-rdp.o): Add $(callback_h).
6539         (remote-sim.o): Use $(callback_h).
6540         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6541         * remote-rdp.c: Include "gdb/callback.h".
6542
6543 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6544
6545         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6546         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6547
6548 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6549
6550         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6551         * rdi-share/serpardr.c: Ditto.
6552         * rdi-share/unixcomm.c: Ditto.
6553         * rdi-share/serdrv.c: Ditto.
6554         * rdi-share/hostchan.h: Ditto.
6555         * rdi-share/hostchan.c: Ditto.
6556         * rdi-share/host.h: Ditto.
6557         * rdi-share/devsw.c: Ditto.
6558
6559         * objfiles.h: Change type of obj_private to void pointer.
6560         * pa64solib.c: Update copyright.  Don't include "assert.h", use
6561         strcmp instead of STREQ, use LONGEST, do not use PTR
6562         * somsolib.c: Ditto.
6563
6564         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6565         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6566         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6567
6568 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6569
6570         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6571         (default_get_saved_register): Delete function.
6572         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6573         generic_unwind_get_saved_register.
6574         * gdbarch.h, gdbarch.c: Re-generate.
6575         
6576 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6577
6578         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6579         generic_func_frame_chain_valid.
6580         * gdbarch.h, gdbarch.c: Re-generate.
6581         * blockframe.c (generic_func_frame_chain_valid): Only check
6582         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
6583         passing FP to PC_IN_CALL_DUMMY.
6584         Fix PR gdb/360.
6585
6586 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6587
6588         * gdbarch.sh (struct gdbarch_data): Add field init_p.
6589         (register_gdbarch_data): Initialize init_p.
6590         (gdbarch_data): Initialize data pointer using the init function.
6591         (init_gdbarch_data): Delete function.
6592         (gdbarch_update_p): Update.
6593         (initialize_non_multiarch): Update.
6594         (struct gdbarch): Add field initialized_p.
6595         * gdbarch.h, gdbarch.c: Re-generate.
6596
6597 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
6598
6599         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6600         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6601         better do the things actually here.
6602         * x86-64-tdep.c (x86_64_register_name2nr): New.
6603         (x86_64_register_name): Renamed to x86_64_register_nr2name.
6604         (x86_64_gdbarch_init): Respect the above change.
6605         * x86-64-tdep.h (x86_64_register_name2nr)
6606         (x86_64_register_nr2name): Add prototypes.
6607         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6608
6609 2002-06-06  Michael Snyder  <msnyder@redhat.com>
6610
6611         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6612         Delete extra braces and re-indent.
6613         (d10v_store_return_value): Char return values
6614         must be shifted over by one byte in R0.
6615         (d10v_extract_return_value): Delete extra braces, re-indent.
6616
6617 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
6618
6619         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6620         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6621         (d10v_integer_to_address): Rewrite.
6622         (d10v_frame_init_saved_regs): When reading fp and sp registers use
6623         the d10v specific functions which take care of converting to the
6624         correct space.
6625
6626 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
6627
6628         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6629         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6630
6631 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6632
6633         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6634         includes.
6635         * config/tm-linux.h: Ditto.
6636         * config/alpha/tm-alphalinux.h: Ditto.
6637         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6638         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6639         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6640         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6641         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6642         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6643         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6644         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6645         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6646         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6647         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6648         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6649         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6650         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6651         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6652         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6653         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6654         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6655         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6656         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6657         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6658         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6659         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6660         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6661         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6662         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6663         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6664         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6665         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6666         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6667         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6668         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6669         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6670         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6671         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6672         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6673         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6674
6675 2002-05-04  Aidan Skinner <aidan@velvet.net>
6676
6677         * ada-exp.tab.c: New file
6678         * ada-exp.y: New file
6679         * ada-lang.c: New file
6680         * ada-lang.h: New file
6681         * ada-lex.c: New file
6682         * ada-lex.l: New file
6683         * ada-tasks.c: New file
6684         * ada-typeprint.c: New file
6685         * ada-valprint.c: New file
6686         
6687 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6688
6689         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6690         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6691
6692 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6693
6694         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6695         insetead of ppc-linux-tdep.o.
6696         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6697         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6698
6699 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6700
6701         2002-05-07 Christian Groessler <chris@groessler.org>
6702         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6703         bit register contents for little endian hosts.
6704
6705 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6706
6707         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6708         any maintainer.
6709
6710 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6711
6712         * gdbarch.h: Regenerate.
6713
6714 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6715
6716         * MAINTAINERS: Add everyone to write-after-approval list.
6717
6718 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6719
6720         * stack.c (frame_info): Use frame_register_unwind instead of
6721         saved_regs.  Mention when the SP is on the stack or in a register.
6722
6723         * frame.h (frame_register_unwind_ftype): Define.  Document.
6724         (struct frame_info): Add field register_unwind and
6725         register_unwind_cache.
6726         (frame_register_unwind): Declare.
6727         (generic_unwind_get_saved_register): Declare.
6728
6729         * frame.c (frame_register_unwind): New function.
6730         (generic_unwind_get_saved_register): New function.
6731
6732         * blockframe.c (generic_call_dummy_register_unwind): New function.
6733         (frame_saved_regs_register_unwind): New function.
6734         (set_unwind_by_pc): New function.
6735         (create_new_frame): New function.
6736         (get_prev_frame): New function.
6737
6738 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
6739
6740         * a29k-share/: Delete directory.
6741         * remote-vx29k.c: Delete file.
6742
6743 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6744
6745         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6746         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6747
6748 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6749
6750         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6751         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6752         (sparc64nbsd-nat.o)
6753         (sparcnbsd-nat.o)
6754         (sparcnbsd-tdep.o): New dependency lists.
6755         * NEWS: Note new UltraSPARC NetBSD native configuration.
6756         * configure.host (sparc64-*-netbsd*): New host.
6757         * configure.tgt (sparc-*-netbsdelf*)
6758         (sparc-*-netbsd*): Set gdb_target to nbsd.
6759         (sparc64-*-netbsd*): New target.
6760         * sparc64nbsd-nat.c: New file.
6761         * sparcnbsd-nat.c: New file.
6762         * sparcnbsd-tdep.c: New file.
6763         * sparcnbsd-tdep.h: New file.
6764         * config/sparc/nbsd.mt: New file.
6765         * config/sparc/nbsd64.mh: New file.
6766         * config/sparc/nbsd64.mt: New file.
6767         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6768         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6769         (HOST_IPC): Remove.
6770         * config/sparc/nbsdaout.mt: Remove.
6771         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6772         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6773         (HOST_IPC): Remove.
6774         * config/sparc/nbsdelf.mt: Remove.
6775         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
6776         sparc-nat.c compatiblity defines.
6777         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
6778         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6779         * config/sparc/tm-nbsd64.h: New file.
6780         * config/sparc/tm-nbsdaout.h: Remove.
6781         * config/sparc/xm-nbsd.h: Remove.
6782
6783 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6784
6785         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6786         * sparc-tdep.c: Include osabi.h.
6787         (gdbarch_tdep): Add osabi member.
6788         (_initialize_sparc_tdep): Use gdbarch_register.
6789         (sparc_gdbarch_init): Use generic OS ABI framework.
6790         (sparc_dump_tdep): New function.
6791
6792 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
6793
6794         * corefile.c (do_captured_read_memory_integer): Return non-zero
6795         result.
6796         (safe_read_memory_integer): Copy result of memory read when
6797         status is non-zero.  Also, add comments.
6798
6799 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
6800
6801         * Makefile.in (ppc_tdep_h): Define.
6802         (ppc-linux-nat.o)
6803         (ppc-linux-tdep.o)
6804         (rs6000-tdep.o): Use $(ppc_tdep_h).
6805         (ppc-sysv-tdep.o)
6806         (ppcnbsd-nat.o)
6807         (ppcnbsd-tdep.o): New dependency lists.
6808         * ppc-tdep.h: Use generic OS ABI framework.
6809         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6810         (ppc_linux_init_abi): New functions.
6811         (ppc_sysv_abi_broken_use_struct_convention)
6812         (ppc_sysv_abi_use_struct_convention)
6813         (ppc_sysv_abi_push_arguments): Move to...
6814         * ppc-sysv-tdep.c: ...here.
6815         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6816         * rs6000-tdep.c (process_note_abi_tag_sections)
6817         (get_elfosabi): Remove.
6818         (rs6000_gdbarch_init): Use generic OS ABI framework.
6819         (rs6000_dump_tdep): New function.
6820         (_initialize_rs6000_tdep): Use gdbarch_register.
6821         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6822         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6823         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6824         of ppc-linux-tdep.o.
6825         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6826         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6827         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6828         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6829         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6830         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6831
6832 2002-05-29  Jim Blandy  <jimb@redhat.com>
6833
6834         * macroscope.c (default_macro_scope): Put `void' in empty argument
6835         list.
6836
6837 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
6838
6839         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6840         * arch-utils.c: Include "sim-regno.h".
6841         * gdbarch.sh: Don't include "sim-regno.h".
6842         * gdbarch.h, gdbarch.c: Regenerate.
6843         * sim-regno.h (legacy_register_sim_regno): Move declaration from
6844         here.
6845         * arch-utils.h (legacy_register_sim_regno): To here.
6846         * remote-sim.c (legacy_register_sim_regno): Move function from
6847         here.
6848         * arch-utils.c (legacy_register_sim_regno): To here.
6849
6850 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6851
6852         * sim-regno.h: New file.
6853         * Makefile.in (sim_regno_h): Define.
6854         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6855         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6856         (legacy_register_sim_regno): New function.
6857         (one2one_register_sim_regno): New function.
6858         (gdbsim_fetch_register): Rewrite.
6859         (gdbsim_store_register): Only store a register when
6860         REGISTER_SIM_REGNO is valid.
6861         * d10v-tdep.c: Include "sim-regno.h".
6862         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6863         (d10v_ts3_register_sim_regno): Ditto.
6864         * gdbarch.sh: Include "sim-regno.h".
6865         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6866         * gdbarch.h, gdbarch.c: Regenerate.
6867         * arch-utils.h (default_register_sim_regno): Delete declaration.
6868         * arch-utils.c (default_register_sim_regno): Delete function.
6869
6870 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
6871
6872         * ppcnbsd-nat.c: Rewrite.
6873         * ppcnbsd-tdep.c: New file.
6874         * ppcnbsd-tdep.h: New file.
6875         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6876         solib.o, and solib-svr4.o.
6877         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6878         nbsd-tdep.o, and corelow.o.
6879
6880 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6881
6882         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6883         `tr' and `sed'.  Mention that `broken' targets are not expected to
6884         build.
6885
6886 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
6887
6888         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6889         Let PC point right after the prologue before looking up symbols.
6890         
6891 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
6892
6893         * i386-tdep.c (i386_register_virtual_type): Return 
6894         builtin_type_vec128i for SSE registers.
6895
6896         * gdbtypes.h (builtin_type_vec128i): Declare.
6897
6898         * gdbtypes.c (build_builtin_type_vec128i): New function.
6899         (builtin_type_v2_double, builtin_type_v4_int64): New types.
6900         (builtin_type_vec128i): New type for SSE2 128-bit registers.
6901         (build_gdbtypes): Initialize new builtin vector types.
6902         (_initialize_gdbtypes): Register new vector types with gdbarch.
6903
6904 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6905
6906         * MAINTAINERS: ns32k is not longer an obsolete candidate,
6907         since it has been multi-arch'd.
6908         * NEWS: Note that ns32k-*-* is now partial multi-arch.
6909         Move Alpha and VAX multi-arch news entries to same section
6910         as other multi-arch news.
6911
6912 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6913
6914         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6915         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
6916         static.  Rename some register numbers to put them in ns32k-tdep
6917         private namespace.
6918         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6919         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6920         functions.
6921         (_initialize_ns32k_tdep): Use gdbarch_register.
6922         * ns32k-tdep.h: New file.
6923         * ns32knbsd-tdep.c: New file.
6924         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6925         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6926         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6927         REGISTER_BYTES, REGISTER_BYTE): Remove.
6928         * config/ns32k/tm-ns32k.h: New file.
6929         * config/ns32k/tm-umax.h: Remove.
6930
6931 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6932
6933         * ns32k-tdep.c (ns32k_saved_pc_after_call,
6934         ns32k_store_struct_return, ns32k_extract_return_value,
6935         ns32k_store_return_value, ns32k_extract_struct_value_address): New
6936         functions.
6937         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6938         ns32k_saved_pc_after_call.
6939         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6940         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6941         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6942         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6943         ns32k_extract_struct_value_address.
6944
6945 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6946
6947         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6948         ns32k_fix_call_dummy): New.
6949         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6950         ns32k_call_dummy_words.
6951         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6952         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6953         CALL_DUMMY_NARGS): Remove.
6954         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6955
6956 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6957
6958         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6959         ns32k_frame_saved_pc, ns32k_frame_args_address,
6960         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6961         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6962         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6963         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6964         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6965         (BREAKPOINT): Remove..
6966         (FRAME_CHAIN): Define as ns32k_frame_chain.
6967         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6968         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6969         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6970         (FRAME_FIND_SAVED_REGS): Remove.
6971         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6972         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6973         (POP_FRAME): Define as ns32k_pop_frame.
6974
6975 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6976
6977         * ns32k-tdep.c (ns32k_register_byte_32082,
6978         ns32k_register_byte_32382, ns32k_register_raw_size,
6979         ns32k_register_virtual_size, ns32k_register_virtual_type): New
6980         functions.
6981         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6982         ns32k_register_byte_32382.
6983         * config/ns32k/tm-umax.h: Update copyright years.
6984         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6985         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6986         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6987         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6988         (ns32k_get_enter_addr): Fix prototype.
6989
6990 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6991
6992         * ns32k-tdep.c: Update copyright years.
6993         (ns32k_register_name_32082): New function.
6994         (ns32k_register_name_32382): Ditto.
6995         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6996         (REGISTER_NAME): Define as ns32k_register_name_32382.
6997         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6998         (REGISTER_NAME): Define as ns32k_register_name_32082.
6999
7000 2002-05-24  Jim Blandy  <jimb@redhat.com>
7001
7002         * dwarf2read.c (free_line_header): Use xfree, not free.
7003
7004 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
7005
7006         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7007         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7008
7009 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
7010
7011         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7012
7013 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
7014
7015         From Ross Alexander at NEC Europe:
7016         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7017
7018 2002-05-23  Michael Snyder  <msnyder@redhat.com>
7019
7020         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7021         for input, rather than parse_and_eval_address.  
7022
7023 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
7024
7025         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7026         * Makefile.in (sim_d10v_h): Update definition.
7027
7028 2002-05-24  Andrew Cagney  <cagney@redhat.com>
7029
7030         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7031         change `2002-05-22 Michael Snyder' below.
7032         (d10v_push_arguments): Ditto.
7033         (d10v_extract_return_value): Ditto.
7034
7035 2002-05-23  Jim Blandy  <jimb@redhat.com>
7036
7037         * macrotab.c (check_for_redefinition): Don't complain if the new
7038         definition is the same as the previous one.  Take more arguments
7039         to allow the comparison.
7040         (macro_define_object, macro_define_function): Pass more arguments
7041         to check_for_redefinition.
7042
7043 2002-05-22  Michael Snyder  <msnyder@redhat.com>
7044
7045         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7046         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7047         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7048         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7049         Don't bail if return_pc is PC_IN_CALL_DUMMY.
7050         Add a temp variable to save a call (and a memory read).
7051         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7052         if possible (so that PC_IN_CALL_DUMMY will work).
7053
7054 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
7055
7056         * MAINTAINERS: Remove status `OBSOLETE' from v850.
7057
7058 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
7059
7060         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7061         fde->cie_ptr.
7062         (dwarf2_build_frame_info): Corrected handling of eh_frame.
7063         (dwarf2_build_frame_info): Add offset to fde->initial_location 
7064         so that frames of shared libraries are mapped correctly.
7065         (execute_stack_op): Change type of 'result' from ULONGEST to
7066         CORE_ADDR.
7067         
7068 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7069
7070         * config/alpha/tm-nbsd.h: Include solib.h.
7071
7072 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7073
7074         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7075         assumptions about the host's byte order.
7076
7077 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7078
7079         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7080         to dependency list.
7081         * alphanbsd-tdep.c: Include solib-svr4.h.
7082         * shnbsd-tdep.c: Ditto.
7083
7084 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7085
7086         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7087         nbsd-tdep.h to dependency list.
7088         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7089         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7090         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7091         nbsdaout.mh and nbsdelf.mh consistently.
7092         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7093         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7094         nbsdaout.mt and nbsdelf.mh consistently.
7095         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
7096         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7097         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7098         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
7099         a.out shared library stuff from here...
7100         * config/nm-nbsdaout.h: ...to here.
7101         * config/tm-nbsd.h: Remove.
7102         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7103         * config/arm/nbsd.mh: Remove.
7104         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7105         nbsd-tdep.o.
7106         * config/arm/nbsdaout.mh: New file. 
7107         * config/arm/nbsdelf.mh: New file.
7108         * config/arm/nm-nbsdaout.h: New file.
7109         * config/i386/nbsd.mh: Remove.
7110         * config/i386/nbsd.mt: Remove.
7111         * config/i386/nbsdaout.mh: New file.
7112         * config/i386/nbsdaout.mt: New file.
7113         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7114         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7115         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
7116         i386_register_u_addr): Remove.
7117         * config/i386/nm-nbsdaout.h: New file.
7118         * config/i386/nm-nbsdelf.h: Remove.
7119         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7120         (USE_STRUCT_CONVENTION): Remove.
7121         * config/i386/tm-nbsdaout.h: New file.
7122         * config/i386/tm-nbsdelf.h: Remove.
7123         * config/m68k/nbsd.mh: Remove.
7124         * config/m68k/nbsd.mt: Remove.
7125         * config/m68k/nbsdaout.mh: New file.
7126         * config/m68k/nbsdaout.mt: New file. 
7127         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7128         * config/m68k/nm-nbsdaout.h: New file.
7129         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7130         (IN_SOLIB_CALL_TRAMPOLINE): Define.
7131         * config/ns32k/nbsd.mh: Remove.
7132         * config/ns32k/nbsd.mt: Remove. 
7133         * config/ns32k/nbsdaout.mh: New file.
7134         * config/ns32k/nbsdaout.mt: New file.
7135         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
7136         * config/ns32k/nm-nbsdaout.h: New file.
7137         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
7138         (IN_SOLIB_CALL_TRAMPOLINE): Define.
7139         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7140         (SVR4_SHARED_LIBS): Remove.
7141         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7142         * config/sparc/nbsd.mh: Remove.
7143         * config/sparc/nbsd.mt: Remove.
7144         * config/sparc/nbsdaout.mh: New file.
7145         * config/sparc/nbsdaout.mt: New file.
7146         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7147         * config/sparc/nbsdelf.mt: New file.
7148         * config/sparc/nm-nbsdaout.h: New file.   
7149         * config/sparc/nm-nbsdelf.h: Remove.
7150         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7151         * config/sparc/tm-nbsdaout.h: New file.
7152
7153 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7154
7155         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7156         mipsnbsd-tdep.c
7157         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7158
7159 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7160
7161         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7162         shnbsd-nat.c.
7163         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7164
7165 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7166
7167         * NEWS: Note new MIPS NetBSD native configuration. 
7168         * configure.host (mips*-*-netbsd*): New host. 
7169         * configure.tgt (mips*-*-netbsd*): New target. 
7170         * mipsnbsd-nat.c: New file.
7171         * mipsnbsd-tdep.c: New file.
7172         * mipsnbsd-tdep.h: New file.
7173         * config/mips/nbsd.mh: New file.
7174         * config/mips/nbsd.mt: New file.
7175         * config/mips/nm-nbsd.h: New file.
7176         * config/mips/tm-nbsd.h: New file.
7177
7178 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7179
7180         * Makefile.in (SFILES): Add osabi.c.
7181         (COMMON_OBS): Add osabi.o.
7182         (osabi.o): New dependency list.
7183         * osabi.c: New file.
7184         * osabi.h: New file.
7185         * doc/gdbint.texinfo: Document new generic OS ABI framework.
7186
7187         * Makefile.in (alpha_tdep_h): Define and use instead of
7188         alpha-tdep.h.
7189         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7190         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7191         Remove.
7192         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7193         * alpha-tdep.h: Include osabi.h.
7194         (alpha_abi): Remove.
7195         (gdbarch_tdep): Use generic OS ABI framework.
7196         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7197         gdbarch_register_osabi.
7198         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7199         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7200         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7201
7202         * Makefile.in (sh_tdep_h): Add osabi.h.
7203         * sh-tdep.h (sh_osabi): Remove.
7204         (gdbarch_tdep): Use generic OS ABI framework.
7205         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7206         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7207         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7208         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7209
7210         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7211         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7212         gdbarch_register_osabi.
7213         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7214         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7215         (get_elfosabi): Rename to...
7216         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
7217         ABI framework support routines.
7218         (arm_gdbarch_init): Use generic OS ABI framework.
7219         (arm_dump_tdep): Likewise.
7220         (_initialize_arm_tdep): Likewise.
7221         * arm-tdep.h: Include osabi.h.
7222         (arm_abi): Remove.
7223         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
7224         osabi member.
7225         (arm_gdbarch_register_os_abi): Remove prototype.
7226         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7227         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7228
7229         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7230         * mips-tdep.c: Include osabi.h.
7231         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7232         OS ABI framework.
7233
7234 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
7235
7236         * h8300-tdep.c: Fix formatting.
7237
7238 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
7239
7240         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7241         printing vector registers.
7242
7243 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7244
7245         From Fernando Nasser:
7246         * remote.c (remote_async_open_1): Re-throw the exception when the
7247         connection fails.
7248         (remote_cisco_open): Ditto.
7249         (remote_open_1): Ditto.
7250
7251 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7252
7253         * remote.c (remote_start_remote_dummy): Add uiout parameter.
7254         (remote_start_remote): Add uiout parameter.  Pass through to
7255         remote_start_remote_dummy.
7256         (remote_open_1): Use catch_exception instead of catch_errors.
7257         (remote_async_open_1): Ditto.
7258         (remote_cisco_open): Ditto.
7259
7260 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7261
7262         * remote.c (remote_start_remote): Replace PTR with void pointer.
7263         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
7264         static.
7265
7266 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
7267
7268         * gdb_indent.sh: Allow the script to be run in the sim directory.
7269
7270 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
7271
7272         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7273         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7274
7275         * corelow.c (core_open): Only call set_gdbarch_from_file if
7276         exec_bfd is NULL.
7277
7278 2002-05-17  Andrey Volkov <avolkov@transas.com>
7279
7280         * h8300-tdep.c: Add support of EXR register
7281         * config/h8300/tm-h8300.h: Ditto. 
7282         
7283 2002-05-17  Andrey Volkov <avolkov@transas.com>
7284
7285         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
7286         
7287 2002-05-17  Andrey Volkov <avolkov@transas.com>
7288
7289         * h8300-tdep.c: Change literal regnums to REGNO.
7290         
7291 2002-05-17  Jim Blandy  <jimb@redhat.com>
7292
7293         * NEWS: Note addition of macro support.
7294
7295         Expand preprocessor macros in C expressions.
7296         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7297         (scan_macro_expansion, scanning_macro_expansion,
7298         finished_macro_expansion): New function declarations.
7299         (expression_macro_lookup_func, expression_macro_lookup_baton): New
7300         variable declarations.
7301         * parser-defs.h (expression_context_pc): New declaration.
7302         * parse.c (expression_context_pc): New variable.
7303         (parse_exp_1): Set expression_context_pc, as well as
7304         expression_context_block.
7305         * c-exp.y (yylex): If we're not already reading the result of a
7306         macro expansion, try to macro-expand the next token.  When we're
7307         done scanning a macro expansion, switch back to the mainline text.
7308         Commas and `if's in a macro's expansion don't terminate the input.
7309         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7310         (macro_original_text, macro_expanded_text,
7311         expression_macro_lookup_func, expression_macro_lookup_baton): New
7312         variables.
7313         (scan_macro_expansion, scanning_macro_expansion,
7314         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7315         c_preprocess_and_parse): New functions.
7316         (c_language_defn, cplus_language_defn, asm_language_defn): Call
7317         c_preprocess_and_parse, instead of c_parse.
7318         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7319         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7320
7321 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
7322
7323         * sh-tdep.c (gdb_print_insn_sh64): Delete.
7324         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7325         (sh_gdbarch_init): Always use gdb_print_insn_sh.
7326
7327 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
7328
7329         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
7330
7331 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
7332
7333         * Makefile.in (sh_tdep_h): Define and use.
7334         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7335         register enum): Move to...
7336         * * sh-tdep.h: ...here.
7337         * sh-tdep.c: Include sh-tdep.h.
7338         * sh3-rom.c: Likewise.
7339         * shnbsd-tdep.c: Likewise.
7340
7341 2002-05-16  Michael Snyder  <msnyder@redhat.com>
7342
7343         * arm-tdep.c: Spelling fix in comment.
7344
7345 2002-05-16  Jim Blandy  <jimb@redhat.com>
7346
7347         Add commands for manually expanding macros and showing their
7348         definitions.
7349         * macrocmd.c, macroscope.c, macroscope.h: New files.
7350         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7351         (macroscope_h): New variable.
7352         (HFILES_NO_SRCDIR): Add macroscope.h.
7353         (COMMON_OBS): Add macrocmd.o, macroscope.o.
7354         (macroscope.o, macrocmd.o): New rules.
7355
7356         Teach the Dwarf 2 reader to read macro information.
7357         * dwarf2read.c: #include "macrotab.h".
7358         (dwarf_macinfo_buffer): New variable.
7359         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7360         dwarf_macinfo_size.
7361         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7362         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7363         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7364         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7365         dwarf2_macro_spaces_in_definition): New complaints.
7366         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7367         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7368         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7369         the partial symbol table.
7370         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7371         from what's recorded in the partial symbol table.
7372         (read_file_scope): If the compilation unit has a
7373         `DW_AT_macro_info' attribute, read its macro information.
7374         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7375
7376 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
7377
7378         Fix PR gdb/546
7379         * ser-tcp.c: Don't include <netinet/udp.h>.
7380
7381 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7382
7383         * MAINTAINERS: Update my email address.
7384
7385 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
7386
7387         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7388         include file of the same name.
7389
7390 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7391
7392         * configure.tgt: Mark v850 as multi-arched.
7393         * config/v850/tm-v850.h: Remove file.
7394         * config/v850/v850.mt: Eliminate TM_FILE.
7395
7396 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7397
7398         * v850-tdep.c: Full multi-arch.
7399         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7400         Define GDB_MULTI_ARCH to 2.
7401
7402 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7403
7404         * p-exp.y (current_type): New static variable.
7405         Carries the type of the expression at the position that is parsed.
7406         (push_current_type, pop_current_type): Two new functions. Used
7407         to store/restore current_type in expression on specific tokens.
7408         (search_field): New static variable. Set to one after parsing a point
7409         as at that point only a FIELDNAME token should be searched.
7410         (FIELDNAME): New token. After a point only a token belonging to 
7411         current_type type definition is allowed.
7412         (all over token rules): reset and change current_type according
7413         to rules.
7414         (exp '[' rule): insert implicit array index field if
7415         exp is a pascal string type.
7416
7417 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7418
7419         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
7420         frame info.  Use frame_info's saved_regs instead of matching member
7421         in extra_frame_info throughout.
7422         (v850_frame_init_saved_regs): New function.
7423         (v850_init_extra_frame_info): Move most functionality into
7424         v850_frame_init_saved_regs().
7425         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7426         (v850_frame_find_saved_regs): Remove declaration.
7427         (FRAME_FIND_SAVED_REGS): Remove definition.
7428         (v850_frame_init_saved_regs): Add declaration.
7429         (FRAME_INIT_SAVED_REGS): Add definition.
7430
7431 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7432
7433         * v850-tdep.c: Begin multi-arch'ing v850.
7434         (v850_target_architecture_hook): Remove function.
7435         (v850_gdbarch_init): New function.  Add code previously in
7436         v850_target_architecture_hook().
7437         (_initialize_v850_tdep): Don't  set target_architecture_hook.
7438         Call register_gdbarch_init() instead.
7439
7440 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
7441
7442         * gdbtypes.h (struct cplus_struct_type): Remove args field.
7443         * hpread.c (hpread_read_struct_type): Remove assignments to args.
7444         (fixup_class_method_type): Likewise.
7445
7446 2002-05-15  Jim Blandy  <jimb@redhat.com>
7447
7448         Add macro structures to GDB's symbol tables.  Nobody puts anything
7449         in them yet.
7450         * symtab.h (struct symtab): New member: `macro_table'.
7451         * buildsym.h (pending_macros): New global variable.
7452         * buildsym.c: #include "macrotab.h".
7453         (buildsym_init): Initialize `pending_macros'.
7454         (end_symtab): If we found macro information while reading a CU's
7455         debugging info, do build a symtab structure for it.  Make the
7456         symtab point to the macro information, and clear the
7457         `pending_macros' pointer which held it while we were reading the
7458         debug info.
7459         (really_free_pendings): Free any pending macro table.
7460         * objfiles.h (struct objfile): New member: `macro_cache'.
7461         * objfiles.c (allocate_objfile): Set allocate and free functions
7462         for the macro cache's objstack.
7463         (free_objfile): Empty the macro cache's obstack.
7464         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7465         set new allocate and free functions for it.
7466         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7467         free functions for the macro cache's objstack.  (Why is this
7468         function building its own objfile?)
7469         * symmisc.c (print_objfile_statistics): Print statistics on the
7470         macro bcache.
7471         * Makefile.in: Note that buildsym.o depends on macrotab.h.
7472
7473 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
7474
7475         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7476         (REGISTER_U_ADDR): Delete definition.
7477         (arm_register_u_addr): Delete declaration.
7478
7479 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
7480
7481         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7482         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7483
7484 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
7485
7486         * regcache.c (register_valid): Revise comments refering to "Not
7487         available" and "unavailable".
7488         * frame.c (frame_register_read): Ditto.
7489         * findvar.c (value_of_register): Ditto.
7490
7491 2002-05-15  Andrew Cagney  <cagney@redhat.com>
7492
7493         * Makefile.in (remote_sim_h): Replace remote-sim_h.
7494         (remote-sim.o): Update dependencies.
7495         (d10v-tdep.o): Specify dependencies.
7496         (sim_d10v_h): Define.
7497
7498 2002-05-14  Jim Blandy  <jimb@redhat.com>
7499
7500         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7501         * macrotab.c (macro_lookup_inclusion, find_definition,
7502         new_macro_table): Same.
7503         
7504         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7505         not `! strcmp ()'.  This is a dubious improvement.
7506         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7507
7508         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7509         although it's not necessary, to avoid a warning.
7510
7511 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
7512
7513         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7514         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7515         TYPE_INSTANCE_FLAGS.
7516         (struct main_type): New.
7517         (struct type): Move most members to struct main_type.  Change
7518         cv_type and as_type to new type_chain member.  Add instance_flags.
7519         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7520         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7521         (finish_cv_type): Remove prototype.
7522         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
7523         Set TYPE_CHAIN.
7524         (alloc_type_instance): New function.
7525         (smash_type): New function.
7526         (make_pointer_type, make_reference_type, make_function_type)
7527         (smash_to_member_type, smash_to_method_type): Call smash_type.
7528         (make_qualified_type): New function.
7529         (make_type_with_address_space): Call make_qualified_type.
7530         (make_cv_type): Likewise.
7531         (finish_cv_type): Remove unnecessary function.
7532         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
7533         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7534         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7535         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7536         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7537         * hpread.c (hpread_read_struct_type): Likewise.
7538         * stabsread.c (read_struct_type): Likewise.
7539
7540 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
7541
7542         * configure.tgt: Add a catch all sh* target, for cases like
7543         sh[2,3,4]-elf and sh-hms.
7544
7545 2002-05-14  Keith Seitz  <keiths@redhat.com>
7546
7547         * event-loop.c (create_file_handler): Don't do anything but
7548         update data when we are given a fd which we are already
7549         monitoring.
7550
7551 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
7552
7553         * dwarf2cfi.c (context_cpy): Copy registers correctly.
7554         (update_context): Use __func__ in warnings.
7555         
7556 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
7557
7558         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
7559         and tcp_close to net_open and net_close.
7560         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
7561         using UDP if requested.  Don't try to disable Nagle on UDP
7562         sockets.
7563         * remote.c (remote_serial_open): New function.  Warn about UDP.
7564         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7565
7566 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
7567
7568         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7569
7570 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
7571
7572         * configure.tgt: Remove sh-hms target.
7573         * MAINTAINERS: Don't list sh-hms as a separate target.
7574
7575 2002-05-13  Jim Blandy  <jimb@redhat.com>
7576
7577         Add first preprocessor macro-expansion files.
7578         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7579         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7580         (splay_tree_h, macroexp_h, macrotab_h): New variable.
7581         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7582         (COMMON_OBS): Add macrotab.o, macroexp.o.
7583         (macroexp.o, macrotab.o): New rules.
7584
7585 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
7586
7587         * config/m88k/tm-m88k.h: Update copyright.
7588         (m88k_target_write_pc): Declare
7589         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7590         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7591         (SHIFT_INST_REGS): Update definition.
7592         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
7593         using old definition of TARGET_WRITE_PC.
7594         * regcache.c (generic_target_write_pc): Delete code handling
7595         NNPC_REGNUM.
7596         * gdbarch.sh (NNPC_REGNUM): Delete.
7597         * gdbarch.h, gdbarch.c: Regenerate.
7598
7599 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
7600
7601         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7602         builtin reg number.
7603
7604 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
7605
7606         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7607         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7608         (gen_address_of, gen_struct_ref, gen_repeat): Use type
7609         access macros.
7610         * c-typeprint.c (cp_type_print_method_args): Likewise.
7611         (c_type_print_args): Likewise.
7612         * d10v-tdep.c (d10v_push_arguments): Likewise.
7613         (d10v_extract_return_value): Likewise.
7614         * expprint.c (print_subexp): Likewise.
7615         * gdbtypes.c (lookup_primitive_typename): Likewise.
7616         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7617         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7618         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7619         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7620         (TYPE_VECTOR): Likewise.
7621         * hpread.c (hpread_read_struct_type)
7622         (fix_static_member_physnames, fixup_class_method_type)
7623         (hpread_type_lookup): Likewise.
7624         * mdebugread.c (parse_symbol, parse_type): Likewise.
7625         * p-lang.c (is_pascal_string_type): Likewise.
7626         * valops.c (hand_function_call): Likewise.
7627         * x86-64-tdep.c (classify_argument): Likewise.
7628
7629         * hpread.c (hpread_read_function_type)
7630         (hpread_read_doc_function_type): Call replace_type.
7631         * dstread.c (create_new_type): Delete.
7632         (decode_dst_structure, process_dst_function): Call alloc_type.
7633         Use type access macros.
7634
7635 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7636
7637         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7638         the're not supported by the current architecture.
7639         (i387_fill_fxsave): Likewise.
7640
7641 2002-05-12  Fred Fish  <fnf@redhat.com>
7642
7643         * symfile.c (default_symfile_offsets): Arrange for uninitialized
7644         sect_index_xxx members to index the first slot in section_offsets
7645         if all of the section_offsets are zero.
7646
7647 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7648
7649         * configure.tgt (sparc-*openbsd): Remove entry accidentially
7650         checked in with last change.
7651
7652 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7653
7654         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7655         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
7656         config.sub.
7657
7658 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
7659
7660         * Makefile.in: Update dependencies.
7661
7662 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7663
7664         * language.c (local_hex_string_custom): Simplify.  Do not depend
7665         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7666
7667         * memattr.c (mem_info_command): Replace calls to
7668         longest_local_hex_string and longest_local_hex_string_custom.
7669         * buildsym.c (make_blockvector): Ditto.
7670         * solib.c (info_sharedlibrary_command): Ditto.
7671         * tracepoint.c (tracepoints_info): Ditto.
7672         * symtab.c (print_msymbol_info): Ditto.
7673
7674         * language.c (local_hex_string): Delete.
7675         (local_hex_string_custom): Delete.
7676         (longest_local_hex_string): Rename to local_hex_string.
7677         (longest_local_hex_string_custom): Rename to
7678         local_hex_string_custom.
7679         * language.h (local_hex_string): Change parameter type to LONGEST.
7680         (local_hex_string_custom): Ditto.
7681         (longest_local_hex_string): Delete declaration.
7682         (longest_local_hex_string_custom): Ditto.
7683
7684         * solib.c: Update copyright.
7685         * memattr.c: Update copyright.
7686         
7687 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7688
7689         * arch-utils.h (legacy_register_to_value): Declare.
7690         (legacy_value_to_register): Declare.
7691         (legacy_convert_register_p): Declare.
7692         * arch-utils.c (legacy_register_to_value): New function.
7693         (legacy_value_to_register): New function.
7694         (legacy_convert_register_p): New function.
7695
7696         * gdbarch.sh (REGISTER_TO_VALUE): Define.
7697         (VALUE_TO_REGISTER): Define.
7698         (CONVERT_REGISTER_P): Define.
7699         * gdbarch.h, gdbarch.c: Regenerate.
7700
7701         * valops.c (value_assign): Use CONVERT_REGISTER_P and
7702         VALUE_TO_REGISTER.
7703         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7704         CONVERT_REGISTER_P.
7705
7706 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
7707             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7708
7709         * Makefile.in: Update dependencies for valops.c.
7710         * valops.c: Include "gdb_assert.h".
7711         (typecmp): Skip THIS parameter to methods.
7712         (find_method_list): Remove static_memfuncp argument,
7713         update callers.  Check for stub methods.
7714         (find_value_oload_method_list): Don't set *static_memfuncp.
7715         (find_overload_match): Don't check for stub methods.  Assert
7716         that methods are not stubbed.  Handle static methods.
7717         (value_find_oload_method_list): Remove static_memfuncp argument.
7718         * gdbtypes.c (check_stub_method): Do not add THIS pointer
7719         to the argument list for static stub methods.
7720         * value.h (value_find_oload_method_list): Update prototype.
7721
7722 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7723
7724         * arch-utils.h (generic_register_size): Declare.
7725         (generic_register_raw_size, generic_register_virtual_size): Delete
7726         declarations.
7727         * arch-utils.c (generic_register_raw_size): Delete.
7728         (generic_register_size): New function.
7729         (generic_register_virtual_size): Delete.
7730
7731         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7732         default generic_register_size.
7733         * gdbarch.h, gdbarch.c: Re-generate.
7734         
7735         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7736         register_virtual_size.
7737         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7738         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7739
7740 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7741
7742         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7743         * gdbarch.h, gdbarch.c: Regenerate.
7744         * gnu-v3-abi.c: Update copyright.
7745         (vtable_address_point_offset): Update.
7746         (gnuv3_rtti_type): Update.
7747         (gnuv3_baseclass_offset): Update.
7748         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7749         (init_fetch_link_map_offsets): Update.
7750         * remote.c (get_remote_state): Update.
7751         
7752 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
7753
7754         * TODO: Remove value_headof/value_from_vtable_info comment.
7755         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7756         * values.c (value_headof, value_from_vtable_info): Delete.
7757         * value.h (value_from_vtable_info): Delete prototype.
7758
7759 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7760
7761         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7762         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7763         $(gdb_regex_h).
7764         (gdb_assert_h): Define.
7765         (gdb_wait_h): Define.
7766         (gdb_regex_h): Define.
7767
7768 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
7769
7770         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7771         * linespec.c (find_methods): Handle GCC 3.x template constructors.
7772
7773 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7774
7775         * nbsd-tdep.c: Fix comment.
7776
7777 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7778
7779         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7780         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7781         (nbsd-tdep.o): New dependency list.
7782         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
7783         nbsd-tdep.h.
7784         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7785         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7786         * nbsd-tdep.c: New file.
7787         * nbsd-tdep.h: New file.
7788         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
7789         nbsd-tdep.h.
7790         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7791         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7792         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7793         * config/sh/nbsd.mt (TDEPFILES): Ditto.
7794
7795 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7796
7797         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7798         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7799         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7800         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7801         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7802         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7803
7804 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7805
7806         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7807         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7808         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7809         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7810         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7811         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7812         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7813
7814 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7815
7816         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
7817         fetch_elfcore_registers to...
7818         * i386nbsd-tdep.c: ...here.
7819         (i386nbsd_use_struct_convention): Rename to...
7820         (i386nbsd_aout_use_struct_convention): ...this.
7821         (i386nbsd_supply_reg): New function.
7822         (i386nbsd_fill_reg): New function.
7823         (fetch_core_registers): Use i386nbsd_supply_reg.
7824         (fetch_elfcore_registers): Likewise.
7825         (_initialize_i386nbsd_tdep): New function.
7826         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7827         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7828         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7829         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7830         (i386nbsd_aout_use_struct_convention): ...this.
7831
7832 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7833
7834         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7835         (store_inferior_registers): Use shnbsd_fill_reg.
7836         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
7837         sh_nbsd_supply_register): Collapse into...
7838         (shnbsd_supply_reg): ...this.
7839         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7840         (shnbsd_fill_reg): ...this.
7841         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7842         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7843         (fetch_core_registers): Use shnbsd_supply_reg.
7844         (fetch_elfcore_registers): Use shnbsd_supply_reg.
7845         (sh_nbsd_core_fns): Rename to...
7846         (shnbsd_core_fns): ...this.
7847         (sh_nbsd_elfcore_fns): Rename to...
7848         (shnbsd_elfcore_fns): ...this.
7849         (sh_nbsd_init_abi): Rename to...
7850         (shnbsd_init_abi): ...this.
7851         (_initialize_sh_nbsd_tdep): Rename to...
7852         (_initialize_shnbsd_tdep): ...this.
7853         * shnbsd-tdep.h (sh_nbsd_supply_registers,
7854         sh_nbsd_supply_register, sh_nbsd_fill_registers,
7855         sh_nbsd_fill_register): Remove prototypes.
7856         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7857
7858 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7859
7860         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7861         (i387-nat.o): Delete dependency list.
7862         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7863         (x86-64-linux-nat.o): Likewise.
7864         * i387-nat.c: Delete file, moving contents to...
7865         * i387-tdep.c: ...here.
7866         * i387-nat.h: Rename...
7867         * i387-tdep.h: ...to this.
7868         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7869         * i386-linux-nat.c: Likewise.
7870         * i386bsd-nat.c: Likewise.
7871         * i386gnu-nat.c: Likewise.
7872         * i386nbsd-nat.c: Likewise.
7873         * i386v4-nat.c: Likewise.
7874         * x86-64-linux-nat.c: Likewise.
7875         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7876         * config/i386/go32.mh (NATDEPFILES): Likewise.
7877         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7878         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7879         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7880         * config/i386/linux.mh (NATDEPFILES): Likewise.
7881         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7882         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7883         * config/i386/obsd.mh (NATDEPFILES): Likewise.
7884         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7885
7886 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7887
7888         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7889         (alphanbsd-nat.o): Remove dependency list.
7890         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7891         * alphanbsd-nat.c: Delete.  Contents moved to...
7892         * alphanbsd-tdep.c: ...here.
7893         (_initialize_alphanbsd_tdep): Register core functions.
7894         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7895
7896 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7897
7898         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7899         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7900         (alphanbsd-nat.o): Likewise.
7901         (alphabsd-tdep.o): New dependency list.
7902         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7903         (fill_gregset): Use alphabsd_fill_reg.
7904         (supply_fpregset): Use alphabsd_supply_fpreg.
7905         (fill_fpregset): Use alphabsd_fill_fpreg.
7906         (fetch_inferior_registers): Use struct reg and struct fpreg
7907         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
7908         and alphabsd_supply_fpreg.
7909         (store_inferior_registers): Use struct reg and struct fpreg
7910         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
7911         and alphabsd_fill_fpreg.
7912         * alphabsd-tdep.c: New file.
7913         * alphabsd-tdep.h: New file.
7914         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7915         (fetch_elfcore_registers): Use alphabsd_supply_reg and
7916         alphabsd_supply_fpreg.
7917         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7918         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7919
7920 2002-05-11  Eric Christopher  <echristo@redhat.com>
7921
7922         * mips-tdep.c (mips_double_register_type): Fix thinko.
7923         (mips_single_register_type): Ditto.
7924         * MAINTAINERS: Add self.
7925
7926 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
7927
7928         * i387-nat.c (i387_supply_register, i387_fill_fsave,
7929         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7930         right thing on architectures with different endianness and/or
7931         integer sizes.
7932
7933 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
7934
7935         From Christian Limpach <chris@Pin.LU>
7936         * configure.in: Change sed expression which comments out
7937         NATDEPFILES to also comment out continuation lines.
7938         * configure: Regenerate.
7939
7940 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7941
7942         * sh-tdep.c: Clean up code erroneously reintroduced by previous
7943         big patch.
7944
7945 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7946
7947         * sh-tdep.c: Include correct file.
7948
7949 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7950
7951         New support for sh64-elf (sh5) target.
7952
7953         * configure.tgt: For sh64-elf target, default to sh-elf.
7954
7955         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7956         (struct gdbarch_tdep): Add new fields for new registers and ABI
7957         info.
7958
7959         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7960         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7961         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7962         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7963         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7964         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7965         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7966         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7967         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7968         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7969         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7970         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7971         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7972         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7973         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7974         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7975         sh64_get_gdb_regnum, sh64_media_reg_base_num,
7976         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7977         sign_extend, sh64_nofp_frame_init_saved_regs,
7978         sh64_init_extra_frame_info, sh64_get_saved_register,
7979         sh64_extract_struct_value_address, sh64_pop_frame,
7980         sh64_push_arguments, sh64_extract_return_value,
7981         sh64_store_return_value, sh64_show_media_regs,
7982         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7983         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7984         sh_sh64_register_virtual_type,
7985         sh_sh64_register_convert_to_virtual,
7986         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7987         sh64_register_read, sh64_pseudo_register_write,
7988         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7989         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7990         sh64_do_pseudo_register, sh_compact_do_registers_info,
7991         sh64_do_registers_info, sh_gdbarch_init): New functions.
7992
7993 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7994
7995         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7996
7997 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
7998
7999         * linespec.c (decode_line_1): Check for a double quote after
8000         a filename correctly.
8001
8002 2002-05-10  Jim Blandy  <jimb@redhat.com>
8003
8004         Properly track the size of the current objfile's .debug_line section.
8005         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8006         (DWARF_LINE_SIZE): New macro.
8007         (dwarf2_build_psymtabs_hard): Record the line section's size in
8008         the partial symbol table.
8009         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8010         symbol table.
8011
8012 2002-05-10  Petr Sorfa  <petrs@caldera.com>
8013
8014         * ia64-tdep.c: Handle breakpoints on L instruction type
8015         in MLX instruction bundle by moving the breakpoint to
8016         the third slot (X instruction type) as L holds only data.
8017
8018 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
8019
8020         * dbxread.c (discarding_local_symbols_complaint): New complaint.
8021         (process_one_symbol): Complain about discarding local symbols
8022         due to a misplaced N_LBRAC entry.
8023
8024 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
8025
8026         From Daniel Berlin <dan@cgsoftware.com>
8027         * linespec.c (find_toplevel_char): '<' and '>' also increase and
8028         decrease the depth we are at, in the case of templates.
8029
8030 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
8031
8032         * mips-tdep.c (mips_float_register_type): New function.
8033         (mips_double_register_type): New function.
8034         (mips_print_register): Use them.
8035         (do_fp_register_row): Likewise.
8036
8037 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
8038
8039         * signals/signals.c (signals): Remove conditional compilation around
8040         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
8041         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8042
8043 2002-05-09  Michael Snyder  <msnyder@redhat.com>
8044
8045         * remote-rdp.c (remote_rdp_can_run): Remove.
8046
8047 2002-05-09  Tom Tromey  <tromey@redhat.com>
8048
8049         * jv-valprint.c (java_val_print): Handle `char' as a special case
8050         of TYPE_CODE_INT.
8051
8052 2002-05-09  Michael Snyder  <msnyder@redhat.com>
8053
8054         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8055         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8056         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8057         str r(0123),[sp,#nn].
8058         (arm_skip_prologue): Ditto.  Also make disassembly
8059         order-independent by placing it in a loop.
8060
8061 2002-05-06  Michael Snyder  <msnyder@redhat.com>
8062
8063         * stabsread.c (read_type): Add recognition for new attribute:
8064         "@V;" means that an array type is actually a vector.
8065         This is analogous to the vector flag that's been added to dwarf2.
8066
8067 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
8068
8069         * i386-tdep.h (i386_abi): New enum.
8070         (struct gdbarch_tdep): Replace os_ident member with abi.
8071         (i386_gdbarch_register_os_abi): New prototype.
8072         * i386-tdep.c (i386_abi_names): New array.
8073         (process_note_abi_tag_sections): Removed.
8074         (process_note_sections): New function.
8075         (i386_elf_abi_from_note, i386_elf_abi): New functions.
8076         (struct i386_abi_handler): New struct.
8077         (i386_abi_handler_list): New variable.
8078         (i386_gdbarch_register_os_abi): New function.
8079         (i386_gdbarch_init): Adapt for the changes given above.
8080
8081 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
8082
8083         * gregset.h: Say "GNU/Linux".
8084
8085 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
8086
8087         * gdbtypes.c : Add new builtin type for 64 bit vectors.
8088         (build_gdbtypes): Build builtin_type_v2_float.
8089         (_initialize_gdbtypes): Register new builtin type.
8090
8091 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
8092
8093         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8094         (clear_gdbarch_swap): New function.
8095         (initialize_non_multiarch): Call.
8096         (gdbarch_update_p): Before calling init(), swap out and clear the
8097         existing architecture.
8098         * gdbarch.c: Regenerate.
8099
8100 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8101
8102         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8103         alphanbsd-tdep.c.
8104
8105 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8106
8107         * sh-nbsd-nat.c: Rename to...
8108         * shnbsd-nat.c: ...this.
8109         * sh-nbsd-tdep.c: Rename to...
8110         * shnbsd-tdep.c: ...this.
8111         * sh-nbsd-tdep.h: Rename to...
8112         * shnbsd-tdep.h: ...this.
8113         * config/sh/nbsd.mh: Use shnbsd-nat.o.
8114         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8115
8116 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
8117
8118         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8119         concatenation for command help messages.
8120
8121 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8122
8123         * NEWS: Note new sh*-*-netbsdelf* configuration.
8124         * configure.host: Set gdb_host_cpu to sh for all sh*.
8125         (sh*-*-netbsdelf*): New host.
8126         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8127         (sh*-*-netbsdelf*): New target.
8128         * sh-nbsd-nat.c: New file.
8129         * sh-nbsd-tdep.c: New file.
8130         * sh-nbsd-tdep.h: New file.
8131         * config/sh/nbsd.mh: New file.
8132         * config/sh/nbsd.mt: New file.
8133         * config/sh/nm-nbsd.h: New file.
8134         * config/sh/tm-nbsd.h: New file.
8135
8136 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8137
8138         * sh-tdep.c (sh_osabi_names): Declare.
8139         (process_note_abi_tag_sections): New function.
8140         (get_elfosabi): Ditto.
8141         (sh_gdbarch_register_os_abi): Ditto.
8142         (sh_dump_tdep): Ditto.
8143         _initialize_sh_tdep): Use gdbarch_register to register
8144         sh_gdbarch_init and sh_dump_tdep.
8145         * config/sh/tm-sh.h (sh_osabi): Declare.
8146         (gdbarch_tdep): Add sh_osabi and osabi_name members.
8147
8148 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
8149
8150         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8151         (thumb_scan_prologue): Ditto.
8152         (arm_find_callers_reg): Ditto.
8153         (arm_frame_chain): Ditto.
8154         (arm_init_extra_frame_info): Ditto.
8155         (arm_frame_saved_pc): Ditto.
8156         (arm_pop_frame): Ditto.
8157         (arm_push_return_address): New function.
8158         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8159         call_dummy_location, call_dummy_breakpoint_offset_p,
8160         call_dummy_breakpoint_offset, call_dummy_p,
8161         call_dummy_stack_adjust_p, call_dummy_words,
8162         sizeof_call_dummy_words, call_dummy_start_offset,
8163         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8164         call_dummy_address, push_return_address and push_dummy_frame for
8165         generic dummy frames.
8166
8167 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
8168
8169         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8170         size computation for alloca.
8171         (sh_fp_frame_init_saved_regs): Likewise.
8172
8173 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
8174
8175         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8176         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8177         * arm-tdep.c (arm_store_return_value): Use them.
8178         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8179         * remote-rdp.c (remote_rdp_fetch_register): Use
8180         ARM_MAX_REGISTER_RAW_SIZE.
8181         (remote_rdp_store_register): Likewise.
8182
8183 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
8184
8185         * dwarf2cfi.c: Code cleanup, removed unused variables,
8186         added default labels to switch {} statements.
8187         * x86-64-tdep.c: Ditto.
8188         * x86-64-linux-nat.c: Ditto.
8189
8190 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
8191
8192         * solib.h: Protect against multiple inclusion.
8193
8194 2002-05-06  Jim Blandy  <jimb@redhat.com>
8195
8196         Add first preprocessor macro-expansion files.
8197         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8198         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8199         (splay_tree_h, macroexp_h, macrotab_h): New variable.
8200         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8201         (COMMON_OBS): Add macrotab.o, macroexp.o.
8202         (macroexp.o, macrotab.o): New rules.
8203
8204         Separate the job of reading the line number info statement program
8205         header (...expialidocious) out into its own function.
8206         * dwarf2read.c (struct line_head, struct filenames, struct
8207         directories): Replace with...
8208         (struct line_header): New structure, containing the full
8209         contents of the statement program header, including the
8210         include directory and file name tables.
8211         (read_file_scope): If we have line number info, instead of just
8212         calling dwarf_decode_lines to do all the work, call
8213         dwarf_decode_line_header first to get a `struct line_header'
8214         containing the data in the statement program header, and then
8215         pass that to dwarf_decode_lines, which will pick up where that
8216         left off.  Be sure to clean up the `struct line_header' object.
8217         (dwarf_decode_line_header, free_line_header, add_include_dir,
8218         add_file_name): New functions.
8219         (dwarf_decode_lines): Move all the code to read the statement
8220         program header into dwarf_decode_line_header.  Take the line
8221         header it built as the first argument, instead of the offset to
8222         the compilation unit's line number info.  Use the new `struct
8223         line_header' type instead of the old structures.  No need to do
8224         cleanups here now, since we don't allocate anything.
8225         (dwarf2_statement_list_fits_in_line_number_section,
8226         dwarf2_line_header_too_long): New complaints.
8227
8228 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
8229
8230         * gdbtypes.c (init_vector_type): New function.
8231         (build_builtin_type_vec128): Simplify the representation of SIMD
8232         registers.
8233         (build_gdbtypes): Initialize new builtin vector types.
8234         (_initialize_gdbtypes): Register new vector types with gdbarch.
8235         (builtin_type_v4_float, builtin_type_v4_int32,
8236         builtin_type_v8_int16, builtin_type_v16_int8,
8237         builtin_type_v2_int32, builtin_type_v4_int16,
8238         builtin_type_v8_int8): New (renamed) SIMD types.
8239
8240 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
8241
8242         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8243         (i387_fill_fxsave): Likewise.
8244
8245 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8246
8247         * alpha-tdep.c (alpha_extract_return_value): Don't use
8248         non-constant array size in prototype.
8249
8250 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8251
8252         From Brian Taylor <briant at model dot com>:
8253         * ui-out.c (ui_out_field_core_addr): Use the function
8254         longest_local_hex_string_custom'to format addresses > 32 bits
8255         wide.
8256
8257         * ui-out.c (ui_out_field_core_addr): Update comment.
8258
8259 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8260
8261         * stack.c (select_and_print_frame): Make static.  Delete the
8262         parameter `level'.
8263         (func_command): Update call.
8264         (select_frame_command): Delete code computing the frame level.
8265         * frame.h (select_and_print_frame): Delete declaration.
8266
8267 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8268
8269         * sparc-tdep.c (sparc_get_saved_register): Comment why
8270         get_prev_frame call is safe.
8271
8272 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8273
8274         * frame.h (select_frame): Delete level parameter.
8275         * stack.c (select_frame): Update.  Use frame_relative_level to
8276         obtain the frame's level.
8277         (select_and_print_frame): Update call.
8278         (select_frame_command): Ditto.
8279         (up_silently_base): Ditto.
8280         (down_silently_base): Ditto.
8281         * ocd.c (ocd_start_remote): Ditto.
8282         * remote-rdp.c (remote_rdp_open): Ditto.
8283         * remote-mips.c (mips_initialize): Ditto.
8284         (common_open): Ditto.
8285         * remote-e7000.c (e7000_start_remote): Ditto.
8286         * m3-nat.c (select_thread): Ditto.
8287         * hppa-tdep.c (child_get_current_exception_event): Ditto.
8288         (child_get_current_exception_event): Ditto.
8289         * varobj.c (varobj_create): Ditto.
8290         (varobj_update): Ditto.
8291         (c_value_of_root): Ditto.
8292         * tracepoint.c (finish_tfind_command): Ditto.
8293         * corelow.c (core_open): Ditto.
8294         * arch-utils.c (generic_prepare_to_proceed): Ditto.
8295         * thread.c (info_threads_command): Ditto.
8296         (switch_to_thread): Ditto.
8297         * infrun.c (normal_stop): Ditto.
8298         (restore_selected_frame): Ditto.
8299         (restore_inferior_status): Ditto.
8300         * breakpoint.c (insert_breakpoints): Ditto.
8301         (watchpoint_check): Ditto.
8302         (bpstat_stop_status): Ditto.
8303         (do_enable_breakpoint): Ditto.
8304         * blockframe.c (flush_cached_frames): Ditto.
8305         (reinit_frame_cache): Ditto.
8306
8307 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8308
8309         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8310         maintainer.
8311
8312 2002-05-04  Jim Blandy  <jimb@redhat.com>
8313
8314         * gdbtypes.c (replace_type): Doc fix.
8315
8316 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8317
8318         * valprint.c (strcat_longest): Delete commented out function.
8319         Update copyright.
8320
8321 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8322
8323         * MAINTAINERS: Mark a29k as deleted.
8324         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
8325         Move new configurations to the top.
8326         * configure.tgt: Remove a29k.
8327         * config/a29k/tm-vx29k.h: Delete.
8328         * config/a29k/vx29k.mt: Delete.
8329         * config/a29k/tm-a29k.h: Delete.
8330         * config/a29k/a29k-udi.mt: Delete.
8331         * config/a29k/a29k.mt: Delete.
8332         * a29k-tdep.c: Delete.
8333         * remote-udi.c: Delete.
8334         * remote-mm.c: Delete.
8335         * remote-eb.c: Delete.
8336         * remote-adapt.c: Delete.
8337         * Makefile.in: Remove obsolete code.
8338         * config/s390/s390x.mt: Ditto.
8339         * config/s390/s390.mt: Ditto.
8340         * config/sparc/sparclynx.mh: Ditto.
8341         * config/sparc/linux.mh: Ditto.
8342         * config/pa/hppaosf.mh: Ditto.
8343         * config/pa/hppabsd.mh: Ditto.
8344         * config/ns32k/nbsd.mt: Ditto.
8345         * config/mips/vr5000.mt: Ditto.
8346         * config/m68k/sun3os4.mh: Ditto.
8347         * config/m68k/nbsd.mt: Ditto.
8348         * config/m68k/m68klynx.mh: Ditto.
8349         * config/m32r/m32r.mt: Ditto.
8350         * config/i386/x86-64linux.mt: Ditto.
8351         * config/i386/nbsdelf.mt: Ditto.
8352         * config/i386/nbsd.mt: Ditto.
8353         * config/i386/i386lynx.mh: Ditto.
8354
8355 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8356
8357         * target.c (debug_print_register): New function.  Handle oversize
8358         registers.
8359         (debug_to_fetch_registers): Call.
8360         (debug_to_store_registers): Call.
8361
8362 2002-05-03  Jim Blandy  <jimb@redhat.com>
8363
8364         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8365         (read_type): Doc fix.
8366         * gdbtypes.c (replace_type): Doc fix.
8367
8368         * stabsread.c (multiply_defined_struct): New complaint.
8369         (read_struct_type): If the type we were passed isn't empty, or
8370         incomplete, don't read the new struct type into it; complain,
8371         and return the original type unchanged.  Take a new `type_code'
8372         argument, which is the type code for the new type.
8373         (read_type): Rather than storing the type's type code here, pass
8374         it as an argument to read_struct_type, and let that take care of
8375         storing it.  That way, we don't overwrite the original type code,
8376         so read_struct_type can use it to decide whether we're overwriting
8377         something we shouldn't.
8378         (complain_about_struct_wipeout): New function.
8379
8380 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
8381
8382         * gdbarch.sh: Assert that gdbarch is non-NULL.
8383         * gdbarch.c: Regenerate.
8384
8385 2002-05-03  Jason Merrill  <jason@redhat.com>
8386
8387         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8388         and return NULL.
8389
8390 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
8391
8392         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8393         (x86_64_dwarf2gdb_regno_map_length),
8394         (x86_64_dwarf2_reg_to_regnum): Added.
8395         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8396         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8397         (_initialize_x86_64_tdep): Synced with the change above.
8398         (x86_64_skip_prologue): Reformulated message.
8399
8400 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
8401
8402         * f-exp.y: Also use new prev_lexptr variable
8403         to improve error reporting. Based on Michael Snyder
8404         2002-04-24 dated patch to c-exp.y.
8405         * jv-exp.y: Likewise.
8406         * m2-exp.y: Likewise.
8407
8408 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
8409
8410         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8411         we are dealing with vectors.
8412
8413 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8414
8415         * config/m68k/tm-nbsd.h: Obvious fix,
8416         correct machine name.
8417
8418 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8419
8420         * p-typeprint.c (pascal_type_print_base): Add support
8421         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8422
8423 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8424
8425         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8426         for fondamental pascal 'char' type.
8427
8428 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8429
8430         * p-lang.h (is_pascal_string_type): Declaration changed,
8431         new sixth argument of type char ** added.
8432         * p-lang.c (is_pascal_string_type): Implementation
8433         changed. Args length_pos, length_size, string_pos, char_size
8434         can now be NULL. New argument arrayname set to the field
8435         name of the char array. Return value set to char array
8436         field index plus one.
8437         * p-valprint.c (pascal_val_print): Adapt to new declaration of
8438         is_pascal_string_type function.
8439
8440 2002-05-02  Andrew Cagney  <cagney@redhat.com>
8441
8442         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8443         <cagney@redhat.com> change.
8444         * gdbarch.c: Regenerate.
8445
8446 2002-05-02  Andrew Cagney  <cagney@redhat.com>
8447
8448         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8449         before probing for a new one.  Detect errorenous gdbarch_init
8450         functions.
8451         * gdbarch.c: Regenerate.
8452
8453 2002-05-01  Andrew Cagney  <cagney@redhat.com>
8454
8455         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8456         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
8457         * config/v850/tm-v850.h: Ditto.  Update copyright.
8458
8459 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
8460
8461         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8462         current_gdbarch.
8463
8464 2002-04-30  Michael Snyder  <msnyder@redhat.com>
8465
8466         * arm-tdep.c: Whitespace clean-ups.
8467         (arm_skip_prologue): Fix thinko; two lines
8468         should have been removed as part of 4/24 change.
8469
8470 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
8471
8472         * rs6000-tdep.c: Added comment describing how fpscr register
8473         numbers were chosen.
8474
8475 2002-04-30  Michael Snyder  <msnyder@redhat.com>
8476
8477         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8478
8479 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
8480
8481         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8482         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8483         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8484
8485 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
8486
8487         From Louis Hamilton <hamilton@redhat.com>:
8488         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8489         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8490         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8491         not bfd-private xcoff data, to determine wordsize.
8492         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8493
8494 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
8495
8496         GDB 5.2 released from 5.2 branch.
8497
8498 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
8499
8500         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8501         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8502         (x86_64_register_info_table): Added comments with register numbers.
8503
8504 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
8505
8506         * rs6000-tdep.c (rs6000_extract_return_value,
8507         rs6000_store_return_value): Handle returning vectors.
8508         (rs6000_gdbarch_init): Use
8509         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8510         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8511         New function.
8512         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8513         vectors.
8514         (ppc_sysv_abi_push_arguments): Handle vector parameters.
8515         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8516
8517 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8518
8519         * hpread.c (hpread_psymtab_to_symtab_1,
8520         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8521         with fprintf_unfiltered (gdb_stderr,...).
8522
8523 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8524
8525         * remote-array.c (printf_monitor, write_monitor,
8526         array_insert_breakpoint, array_remove_breakpoint ):
8527         Replace fprintf (stderr,...
8528         with fprintf_unfiltered (gdb_stderr,....
8529         * remote-es.c: Likewise.
8530         * remote-os9k.c: Likewise.
8531         * remote-st.c: Likewise.
8532
8533 2002-04-28  Andreas Schwab  <schwab@suse.de>
8534
8535         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8536         linux-proc.o and gcore.o.
8537
8538 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
8539
8540         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8541         code without frame pointers.
8542
8543 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8544
8545         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8546         ON_STACK is needed.
8547
8548 2002-04-26  Ben Elliston  <bje@redhat.com>
8549
8550         * target.c (do_xfer_memory): Correct reference to the new option
8551         "trust-readonly-sections".
8552
8553 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
8554
8555         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8556         * gdbtypes.c (recursive_dump_type): Output the vector flag.
8557         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8558         vectors.
8559         (read_array_type): Record the fact that this array type is really a
8560         vector (i.e. are passed in by value).
8561
8562 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
8563
8564         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8565         * alpha-tdep.c (alpha_sigcontext_addr): New function.
8566         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8567         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8568         * alpha-linux-tdep.c: Include frame.h.
8569         (alpha_linux_sigcontext_addr): New function.
8570         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8571         alpha_linux_sigcontext_addr.
8572         * alpha-osf1-tdep.c: Include gdbcore.h.
8573         (alpha_osf1_sigcontext_addr): New function.
8574         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8575         alpha_osf1_sigcontext_addr.
8576         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8577         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8578
8579 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8580
8581         * stack.c (selected_frame_level):
8582         (select_frame): Do not set selected_frame_level.
8583         * frame.h (selected_frame_level): Delete declaration.
8584
8585 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8586
8587         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8588         convert_from_func_ptr-addr when AIX / PowerOpen.
8589
8590 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8591
8592         * valops.c (hand_function_call): Call
8593         generic_save_call_dummy_addr.
8594         * frame.h (generic_save_call_dummy_addr): Declare.
8595         * blockframe.c (struct dummy_frame): Add fields call_lo and
8596         call_hi.
8597         (generic_find_dummy_frame): Check for PC in range call_lo to
8598         call_hi instead of entry_point_address.
8599         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8600         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
8601         (generic_save_call_dummy_addr): New function.
8602
8603 2002-04-24  David S. Miller  <davem@redhat.com>
8604
8605         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8606         sparc_skip_prologue.
8607         (sparc_skip_prologue): Kill frameless_p arg, and use line number
8608         information to find prologue when possible.
8609         (sparc_prologue_frameless_p): Call examine_prologue directly.
8610         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8611         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8612         second argument.
8613         (SKIP_PROLOGUE): Likewise.
8614
8615 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8616
8617         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8618         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8619         indicate that the condition it was testing is always true.
8620         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8621         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8622         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8623
8624 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8625
8626         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8627         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8628         tdep->jb_pc and tdep->jb_elt_size.
8629         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8630         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8631         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8632         * alpha-nat.c (get_longjmp_target): Remove.
8633         (JB_ELEMENT_SIZE): Ditto.
8634         (JB_PC): Ditto.
8635         * alpha-tdep.c (alpha_get_longjmp_target): New function.
8636         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
8637         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8638         to alpha_get_longjmp_target.
8639         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8640         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8641         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8642
8643 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8644
8645         * README: Update to GDB 5.2.
8646
8647 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8648
8649         * gdbarch.sh (LC_ALL): Set to `c'.
8650
8651 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8652
8653         * avr-tdep.c: Ran through gdb_indent.sh.
8654
8655 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8656
8657         * MAINTAINERS: Add myself as AVR maintainer.
8658         * NEWS: Note new target avr.
8659
8660 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8661
8662         * Makefile.in: Add support for AVR target.
8663         * configure.tgt: Add support for AVR target.
8664         * avr-tdep.c: New file
8665         * config/avr/avr.mt: New file.
8666
8667 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8668
8669         * MAINTAINERS: Add myself to write-after-approval.
8670
8671 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8672
8673         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8674         with fprintf_unfiltered (gdb_stderr,....
8675
8676 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8677
8678         Fix PR gdb/508.
8679         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8680
8681 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8682
8683         * p-exp.y: Also use new prev_lexptr variable
8684         to improve error reporting. Based on Michael Snyder
8685         2002-04-24 dated patch to c-exp.y.
8686
8687 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8688
8689         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8690         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8691         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
8692         to 0.
8693         * config/alpha/tm-alpha.h: Remove forward decls of struct type
8694         and struct value.
8695         (FUNCTION_START_OFFSET): Remove.
8696         (BREAKPOINT): Ditto.
8697
8698 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8699
8700         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8701         * NEWS: Ditto.
8702
8703 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8704
8705         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8706         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8707         alpha_linux_pc_in_sigtramp.
8708         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8709         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8710         alpha_osf1_pc_in_sigtramp.
8711         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8712         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8713         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8714         alphafbsd_pc_in_sigtramp.
8715         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8716         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8717         alphanbsd_pc_in_sigtramp.
8718         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8719         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8720
8721 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8722
8723         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8724
8725 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8726
8727         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8728         alphanbsd-tdep.c.
8729         (alphanbsd-nat.o): New dependency list.
8730         (alphanbsd-tdep.o): Ditto.
8731         * NEWS: Note new native NetBSD/alpha configuration.
8732         * alphanbsd-nat.c: New file.
8733         * alphanbsd-tdep.c: Ditto.
8734         * configure.host (alpha*-*-netbsd*): New host.
8735         * configure.tgt (alpha*-*-netbsd*): New target.
8736         * config/alpha/nbsd.mh: New file.
8737         * config/alpha/nbsd.mt: Ditto.
8738         * config/alpha/nm-nbsd.h: Ditto.
8739         * config/alpha/tm-nbsd.h: Ditto.
8740
8741 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8742
8743         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8744         (alpha-osf1-tdep.o): New dependency list.
8745         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8746         and skip_sigtramp_frame members.
8747         * alpha-linux-tdep.c: Include gdbcore.h.
8748         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8749         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8750         * alpha-osf1-tdep.c: New file.
8751         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8752         alpha-osf1-dep.c.
8753         (alpha_frame_past_sigtramp_frame): New function.
8754         (alpha_dynamic_sigtramp_offset): Ditto.
8755         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8756         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8757         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8758         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8759         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8760         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8761         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8762         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8763         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8764         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8765         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
8766         to find_solib_trampoline_target.
8767         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8768         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8769         (SKIP_TRAMPOLINE_CODE): Remove.
8770         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8771         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8772         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8773         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8774         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8775         (PROC_SIGTRAMP_MAGIC): Ditto.
8776         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8777         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8778         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8779         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8780         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8781
8782 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8783
8784         * NEWS: Note that Alpha targets are now multi-arch.
8785
8786 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8787
8788         * parser-defs.h (prev_lexptr): New external variable.
8789         * parse.c (parse_exp_1): Set prev_lexptr to null before
8790         calling the language-specific parser.
8791         * c-exp.y (yylex): Set prev_lexptr to start of current token.
8792         (yyerror): Use prev_lexptr in error reporting.
8793
8794 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
8795
8796         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8797         * gregset.h: If FILL_FPXREGSET is defined, provide
8798         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8799         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8800         is defined, call fill_fpxregset.
8801
8802 2002-04-24  Roland McGrath  <roland@frob.com>
8803
8804         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8805         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8806         (supply_gregset, supply_fpregset): New functions.
8807
8808         * gnu-nat.c (gnu_find_memory_regions): New function.
8809         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8810         (gnu_xfer_memory): Add a cast.
8811
8812 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8813
8814         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8815         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
8816         of argument regs ("str r(0123), [r11, #-nn"]).
8817         (arm_skip_prologue): Better handling for frameless functions.
8818         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
8819         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8820
8821 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
8822
8823         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8824         NUM_PSEUDO_REGS can be used.
8825
8826 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
8827
8828         * arch-utils.h: Update copyright.
8829
8830         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8831         * gdbarch.h, gdbarch.c: Re-generate.
8832
8833         * inferior.h (IN_SIGTRAMP): Delete definition.
8834         * arch-utils.c (legacy_pc_in_sigtramp): New function.
8835         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8836
8837         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8838         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8839         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
8840         (find_proc_framesize): Ditto.
8841         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8842         (alpha_init_extra_frame_info): Ditto.
8843         * infrun.c (handle_inferior_event): Ditto.
8844         (handle_inferior_event): Ditto.
8845         (check_sigtramp2): Ditto.
8846         * blockframe.c (create_new_frame): Ditto.
8847         (get_prev_frame): Ditto.
8848         * ppc-linux-tdep.c: Update comments.
8849         * i386-linux-tdep.c: Update comments.
8850         * breakpoint.c (bpstat_what): Update comment.
8851
8852 2002-04-24  David S. Miller  <davem@redhat.com>
8853
8854         * i960-tdep.c (register_in_window_p): New function.
8855         (i960_find_saved_register): Use it instead of
8856         REGISTER_IN_WINDOW_P.
8857         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8858
8859         * symtab.h (find_stab_function_addr): Kill extern.
8860         * minsyms.c (find_stab_function_addr): Remove from here...
8861         * dbxread.c: ... to here, and mark it static.
8862
8863 2002-04-20  David S. Miller  <davem@redhat.com>
8864
8865         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8866         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8867
8868 2002-04-21  David S. Miller  <davem@redhat.com>
8869
8870         * remote-vxsparc.c (vx_read_register): Fix typo, we want
8871         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8872         (vx_write_register): Likewise.
8873
8874 2002-04-23  J. Brobecker  <brobecker@gnat.com>
8875
8876         * source.c (is_regular_file): New function.
8877         (openp): Check wether file to open is a regular file
8878         to avoid opening directories.
8879
8880 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8881
8882         * findvar.c (extract_signed_integer): Cast printf argument
8883         to suppress format warning.
8884         (extract_unsigned_integer): Likewise.
8885         * infcmd.c (registers_info): Likewise.
8886         * top.c (get_prompt_1): Likewise.
8887         * valops.c (value_assign): Likewise.
8888         * valprint.c (print_decimal): Likewise.
8889
8890 2002-04-22  H.J. Lu  (hjl@gnu.org)
8891
8892         * c-exp.y (typebase): Support
8893
8894         [long|long long|short] [signed|unsigned] [int|]
8895
8896         and
8897
8898         signed [long|long long|short] int
8899
8900 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8901
8902         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8903         and vax-tdep.h.
8904         * vax-tdep.h: New file.
8905         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8906         Make several routines static.
8907         (vax_get_saved_register): New function.
8908         (vax_gdbarch_init): New function.
8909         (_initialize_vax_tdep): Register vax_gdbarch_init.
8910         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8911         Remove macros now under the control of gdbarch.
8912
8913 2002-04-22  Michael Snyder  <msnyder@redhat.com>
8914
8915         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8916         Some whitespace and coding standards tweaks.
8917
8918 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8919
8920         * vax-tdep.c: Include regcache.h.
8921         (vax_call_dummy_words): New.
8922         (sizeof_vax_call_dummy_words): New.
8923         (vax_fix_call_dummy): New function.
8924         (vax_saved_pc_after_call): Ditto.
8925         * config/vax/tm-vax.h: Don't include regcache.h.
8926         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8927         (CALL_DUMMY): Remove.
8928         (CALL_DUMMY_WORDS): Define.
8929         (SIZEOF_CALL_DUMMY_WORDS): Define.
8930         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8931
8932 2002-04-18  Michael Snyder  <msnyder@redhat.com>
8933
8934         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8935
8936 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8937
8938         * vax-tdep.c (vax_frame_chain): New function.
8939         (vax_push_dummy_frame): Ditto.
8940         (vax_pop_frame): Ditto.
8941         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8942         (FRAMELESS_FUNCTION_INVOCATION): Use
8943         generic_frameless_function_invocation_not.
8944         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8945         (POP_FRAME): Use vax_pop_frame.
8946
8947 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8948
8949         * vax-tdep.c (vax_store_struct_return): New function.
8950         (vax_extract_return_value): Ditto.
8951         (vax_store_return_value): Ditto.
8952         (vax_extract_struct_value_address): Ditto.
8953         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8954         vax_store_struct_return.
8955         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8956         (STORE_RETURN_VALUE): Use vax_store_return_value.
8957         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8958
8959 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8960
8961         * vax-tdep.c (vax_frame_saved_pc): New function.
8962         (vax_frame_args_address_correct): Ditto.
8963         (vax_frame_args_address): Ditto.
8964         (vax_frame_locals_address): Ditto.
8965         (vax_frame_num_args): Move code to be in proximity to
8966         other frame-related functions.
8967         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8968         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8969         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8970         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8971         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8972
8973 2002-04-22  H.J. Lu  (hjl@gnu.org)
8974
8975         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8976         includedir.
8977
8978 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8979
8980         * vax-tdep.c (vax_frame_init_saved_regs): New function.
8981         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8982         (FRAME_INIT_SAVED_REGS): New macro.
8983
8984 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8985
8986         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8987
8988 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8989
8990         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8991         where needed.
8992         (fetch_osf_core_registers): Likewise.
8993         (supply_gregset): Likewise.
8994
8995 2002-04-22  J. Brobecker  <brobecker@gnat.com>
8996
8997         * symfile.h (get_section_index): Define.
8998         * symfile.c (get_section_index): New function.
8999         * mdebugread.c (SC_IS_SBSS): New macro.
9000         (SC_IS_BSS): Return true for the scBss storage class only, as
9001         the scSBss storage class refers to the .sbss section.
9002         (parse_partial_symbols): Discard the symbols which associated
9003         section does not exist.
9004         Make sure to use the .sbss section index for symbols which
9005         storage class is scBss, rather than using the .bss section index.
9006
9007 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9008
9009         * vax-tdep.c: Update copyright years.
9010         (vax_register_name): New function.
9011         (vax_register_byte): Ditto.
9012         (vax_register_raw_size): Ditto.
9013         (vax_register_virtual_size): Ditto.
9014         (vax_register_virtual_type): Ditto.
9015         * config/vax/tm-vax.h: Update copyright years.
9016         (REGISTER_NAMES): Remove.
9017         (REGISTER_NAME): Define.
9018         (REGISTER_BYTE): Use vax_register_byte.
9019         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9020         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9021         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9022
9023 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9024
9025         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9026         declaration
9027         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9028
9029 2002-04-21  David S. Miller  <davem@redhat.com>
9030
9031         * arch-utils.c (generic_prologue_frameless_p): Kill
9032         SKIP_PROLOGUE_FRAMELESS_P code.
9033         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9034         references.
9035         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9036         * arc-tdep.c (arc_prologue_frameless_p): Implement.
9037         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9038         references.
9039         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9040         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9041         (sparc_gdbarch_init): Pass it to
9042         set_gdbarch_prologue_frameless_p.
9043
9044 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9045
9046         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9047         (alphabsd-nat.o): New dependency list.
9048
9049 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9050
9051         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9052         alphafbsd-tdep.c.
9053         (alpha-linux-tdep.o): New dependency list.
9054         (alphafbsd-tdep.o): Likewise.
9055
9056 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9057
9058         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
9059         to here...
9060         * alpha-tdep.c: ...from here.
9061         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9062
9063 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9064
9065         * config/alpha/tm-alpha.h: Move alpha_software_single_step
9066         prototype from here...
9067         * alpha-tdep.h: ...to here.
9068
9069 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9070
9071         * frame.h (selected_frame_level): Document as deprecated.
9072         (frame_relative_level): Declare.
9073         * stack.c (frame_relative_level): New function.
9074         (selected_frame_level): Document as deprecated.
9075         (select_frame): Do not set the selected_frame_level.
9076
9077         * stack.c (frame_info, record_selected_frame): Update.
9078         (frame_command, current_frame_command): Update.
9079         (up_silently_base, up_command, down_silently_base): Update.
9080         (down_command): Update.
9081         * inflow.c (kill_command): Update.
9082         * tracepoint.c (finish_tfind_command): Update.
9083         * corelow.c (core_open): Update.
9084         * thread.c (info_threads_command): Update.
9085         (do_captured_thread_select): Update.
9086         * infcmd.c (finish_command): Update.
9087         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9088
9089 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9090
9091         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9092
9093 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9094
9095         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
9096         type const.
9097
9098 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9099
9100         * alphafbsd-tdep.c: Update copyright years.  Include
9101         alpha-tdep.h.
9102         (alphafbsd_use_struct_convention): Make static.
9103         (alphafbsd_init_abi): New function.
9104         (_initialize_alphafbsd_tdep): New function.
9105         * config/alpha/tm-fbsd.h: Update copyright years.
9106         (USE_STRUCT_CONVENTION): Remove.
9107
9108 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9109
9110         * alpha-tdep.c (alpha_abi_handler): New structure to describe
9111         an Alpha ABI variant.
9112         (alpha_abi_handler_list): Declare.
9113         (alpha_gdbarch_register_os_abi): New function.
9114         (alpha_gdbarch_init): Give registered ABI variant handlers a
9115         chance to tweak the gdbarch once we have set up defaults.
9116         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9117
9118 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9119
9120         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9121         to standard_coerce_float_to_double.
9122         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9123
9124 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9125
9126         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9127         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9128         from gdbarch_tdep rather than a constant.
9129         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9130         the default text address for all Alpha Unix ABIs.
9131         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9132         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9133
9134 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9135
9136         * alpha-tdep.h: New file.  Includes several Alpha target constants
9137         taken from...
9138         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
9139         let gdbarch deal with.
9140         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9141         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9142         to dependency list.
9143         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
9144         Alpha target register names.
9145         * alphabsd-nat.c: Likewise.
9146         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
9147         Alpha target register names.  Make serveral routines static.
9148         (alpha_get_saved_register): New function.
9149         (alpha_abi_names): New.
9150         (process_note_abi_tag_sections): New function.
9151         (get_elfosabi): New function.
9152         (alpha_gdbarch_init): New function.
9153         (alpha_dump_tdep): New function.
9154         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9155
9156 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9157
9158         * frame.c (find_saved_register): Delete #ifdef
9159         HAVE_REGISTER_WINDOWS code.
9160         * config/sparc/tm-sparc.h: Update comments.
9161         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9162
9163 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9164
9165         * i960-tdep.c (i960_find_saved_register): New function.
9166         (i960_get_saved_register): New function.
9167         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9168         (i960_get_saved_register): Declare.
9169         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9170
9171 2002-04-20  David S. Miller  <davem@redhat.com>
9172
9173         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9174
9175 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
9176
9177         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9178         instead of NUM_PSEUDO_REGS.
9179
9180 2002-04-20  David S. Miller  <davem@redhat.com>
9181
9182         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9183         GDB_MULTI_ARCH_PARTIAL
9184         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9185         define, let tm-sp64.h do it.
9186
9187 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
9188
9189         * frame.c (find_saved_register): Avoid a NULL pointer
9190         dereference and actually walk the frame list.
9191
9192 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
9193
9194         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9195         sorted in most most-recent-used order.  Document.
9196         * gdbarch.h, gdbarch.c: Regenerate.
9197
9198 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
9199
9200         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9201         instead of ->prev.
9202         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9203         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9204         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9205         instead of ->prev.
9206
9207 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
9208
9209         Fix PR gdb/471.
9210         * gdbtypes.c (init_simd_type): Rewrite using new functions.
9211         (build_builtin_type_vec128): Ditto.
9212         (append_composite_type_field): Fix calculation of type length in
9213         union case.
9214
9215 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
9216
9217         * config/djgpp/README: Update.
9218
9219         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9220         compiler warnings.
9221
9222 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
9223
9224         * alpha-tdep.c (setup_arbitrary_frame): Rename...
9225         (alpha_setup_arbitrary_frame): ...to this.
9226         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9227         for alpha_setup_arbitrary_frame.
9228
9229 2002-04-18  Andrew Cagney  <cagney@redhat.com>
9230
9231         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9232         * gdbarch.h, gdbarch.c: Regenerate.
9233
9234         * defs.h (breakpoint_from_pc_fn): Delete type definition.
9235         * target.h (memory_breakpoint_from_pc): Update declaration.
9236         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9237
9238         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9239         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9240         * mem-break.c (memory_breakpoint_from_pc): Ditto.
9241         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9242         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9243         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9244         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9245         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9246         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9247         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9248         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9249         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9250
9251         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9252         const pointer.
9253         * monitor.c (monitor_insert_breakpoint): Ditto.
9254         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9255
9256         * config/mcore/tm-mcore.h: Update copyright.
9257         * mem-break.c: Ditto.
9258         * xstormy16-tdep.c: Ditto.
9259
9260 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
9261
9262         * p-exp.y: Add precedence rule for '^' token.
9263         This removes the shift/reduce conflicts.
9264         Remove the comment concerning these shift/reduce conflicts.
9265
9266 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
9267
9268         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9269         (registers_powerpc_nofp): New register set for processors
9270         without floating point unit.
9271
9272 2002-04-18  David S. Miller  <davem@redhat.com>
9273
9274         * MAINTAINERS: Add myself to write-after-approval.
9275
9276 2002-04-17  Michael Snyder  <msnyder@redhat.com>
9277
9278         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9279
9280 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9281
9282         * rs6000-tdep.c (frame_initial_stack_address): Use
9283         frame_register_read to read the alloca_reg.
9284
9285 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9286
9287         * frame.c (find_saved_register): Find saved registers in the next
9288         not prev frame.
9289         Fix PR gdb/365.
9290
9291 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9292
9293         * gdbarch.sh (LANG): Set to ``c''.
9294
9295 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
9296
9297         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9298
9299 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
9300
9301         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9302         Update copyright.
9303
9304         * hpread.c (hpread_get_lntt): Add declaration.
9305         Also fix PR gdb/391.
9306
9307 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9308
9309         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9310         * aclocal.m4, configure: Re-generate.
9311         Fix PR gdb/391.
9312
9313 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
9314
9315         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9316         instead of tm_print_insn.
9317
9318 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
9319
9320         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9321
9322 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9323
9324         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9325         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9326         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9327
9328 2002-04-12  Don Howard  <dhoward@redhat.com>
9329
9330         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9331         max_user_call_depth.
9332         (init_cmd_lists): Initialize the new value;
9333         * cli/cli-script.c (execute_user_command): Limit the call depth of
9334         user defined commands.  This avoids a core-dump when user commands
9335         are infinitly recursive.
9336
9337 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9338
9339         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9340         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9341         from tdep struct instead of DEFAULT_LR_SAVE.
9342         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9343         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9344         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9345
9346 2002-04-12  Michael Snyder  <msnyder@redhat.com>
9347
9348         * Remote.c: Spelling fix.
9349         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9350         If no symbol found for "sbrk", try "_sbrk".
9351         (make_output_phdrs): Use bfd_section_name.
9352         (gcore_copy_callback): Use bfd_section_name.
9353         * eval.c: Indentation fix-ups.
9354         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9355         in case it gets applied to an address that is already
9356         in the instruction space.
9357         * cli/cli-decode.c (help_list): Allow long lines to wrap.
9358         * symfile.c: Fix indentation, long lines.
9359         * source.c: White space fix-up.
9360
9361 2002-04-12  Andrew Cagney  <cagney@redhat.com>
9362
9363         * defs.h (read_relative_register_raw_bytes): Delete declaration.
9364         * frame.c (frame_register_read): New function.  Return non-zero on
9365         success.
9366         (read_relative_register_raw_bytes_for_frame): Delete.
9367         (read_relative_register_raw_bytes): Delete.
9368         * frame.h (frame_register_read): Declare.
9369         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
9370         * sh-tdep.c: Ditto.
9371         * infcmd.c (do_registers_info): Ditto.
9372         * hppa-tdep.c: Ditto.
9373         * rs6000-tdep.c: Ditto.
9374         * h8500-tdep.c: Ditto.
9375         * mips-tdep.c: Ditto.
9376         * h8300-tdep.c: Ditto.
9377         * z8k-tdep.c: Ditto.
9378
9379 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9380
9381         From Jimi X <jimix@watson.ibm.com>:
9382         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9383         64-bit SysV ABI.
9384
9385 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9386
9387         From Jimi X <jimix@watson.ibm.com>:
9388         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9389         bfd info.
9390
9391 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9392
9393         From Jimi X <jimix@watson.ibm.com>:
9394         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9395         register sets for these processor variants.
9396
9397 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
9398
9399         * regformats/reg-ppc.dat: Support FPSCR.
9400
9401 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
9402
9403         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9404         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9405         Add fpscr as an invalid/unfetchable register.
9406         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9407         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9408         (fill_fpregset): Add support for register fpscr.
9409         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9410         (fill_gregset): Account for the fact that register ``mq'' might
9411         not exist.
9412         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9413         (registers_power): Add fpscr to register set at slot 71.
9414         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9415         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
9416
9417 2002-04-11  Michael Snyder  <msnyder@redhat.com>
9418
9419         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9420         * configure: Regenerate.
9421         * config.in: Regenerate.
9422         * acconfig.h: Add define for _SYSCALL32.
9423         * core-sol2.c: Remove #define _SYSCALL32.
9424         * solib-legacy.c: Remove #define _SYSCALL32.
9425
9426 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9427
9428         * stack.c (select_frame): Cleanup internal error message, do not
9429         use %p.
9430
9431 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9432
9433         * stack.c (select_frame): Check that selected_frame and the
9434         specified level are as expected.
9435         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9436         Update copyright.
9437         * frame.h (struct frame_info): Add field `level'.  Update
9438         copyright.
9439         Work-in-progress PR gdb/464.
9440
9441 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9442
9443         * maint.c (maint_print_section_info): Rename print_section_info.
9444         (print_bfd_section_info, print_objfile_section_info): Update.
9445         * inferior.h (struct gdbarch): Add opaque declaration.
9446         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9447         * gdbarch.h: Regenerate.
9448
9449 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
9450
9451         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9452         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9453         (kernel_u_size): Added.
9454         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9455         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9456
9457 2002-04-04  Jim Ingham  <jingham@apple.com>
9458
9459        * valarith.c (find_size_for_pointer_math): New function, either returns
9460        the size for a pointer's target, returns 1 for void *, or errors for
9461        incomplete types.
9462        (value_add, value_sub): use find_size_for_pointer_math.
9463
9464 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
9465
9466         * linux-low.c (linux_look_up_symbols): New hook.
9467         (linux_target_ops): Add linux_look_up_symbols.
9468         * remote-utils.c (decode_address): New function.
9469         (look_up_one_symbol): New function.
9470         * server.c (handle_query): Call target look_up_symbols hook.
9471         * server.h (look_up_one_symbol): Add prototype.
9472         * target.h (struct target_ops): Add look_up_symbols hook.
9473
9474 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
9475
9476         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9477         override FP_REGNUM with frame->fp.  Update copyright.
9478         * parse.c (num_std_regs, std_regs): Delete.
9479         (target_map_name_to_register): Do not search std_regs.  Update
9480         function description.
9481         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9482         declarations.  Update copyright.
9483         Fix PR gdb/251.
9484
9485 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
9486
9487         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9488         after the last symbol in a block.
9489
9490 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
9491
9492         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9493         is non zero as a found symbol.
9494
9495 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
9496
9497         * findvar.c: Include "builtin-regs.h".
9498         (value_of_register): Call value_of_builtin_reg when applicable.
9499         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9500         (target_map_name_to_register): Call
9501         builtin_reg_map_name_to_regnum.
9502         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9503         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9504         (builtin_regs_h): Define.
9505         (builtin-regs.o): New target.
9506         (findvar.o): Add $(builtin_regs_h).
9507         * builtin-regs.c, builtin-regs.h: New files.
9508         * std-regs.c: New file.
9509         Partial fix for PR gdb/251.
9510
9511 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9512
9513         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9514         it's no longer required.
9515
9516 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
9517
9518         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9519
9520 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9521
9522         From Jimi X <jimix@watson.ibm.com>:
9523         * rs6000-tdep.c (rs6000_software_single_step): Use
9524         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9525         and size.  Use target_insert_breakpoint() and
9526         target_remove_breakpoint() to insert and remove breakpoints
9527         instead of explicit memory reads and writes.
9528
9529 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9530
9531         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9532         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9533         ELF_OBJECT_FORMAT ifdef.
9534
9535 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9536
9537         From Jimi X <jimix@watson.ibm.com>:
9538         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9539
9540 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9541
9542         From Jimi X <jimix@watson.ibm.com>:
9543         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9544         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9545
9546 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
9547
9548         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9549         s/asprintf/xasprintf/.
9550         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9551
9552 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9553
9554         I believe Jeff Law denies responsability for this one:
9555         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9556         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9557         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9558         Work-around for PR gdb/366.
9559
9560 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
9561
9562         * remote-e7000.c (write_small, e7000_read_inferior_memory,
9563         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9564         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9565
9566 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
9567
9568         * sh-tdep.c (sh_fp_frame_init_saved_regs,
9569         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9570         information.
9571
9572 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9573
9574         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9575         maintainer.
9576
9577 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9578
9579         * README (Reporting Bugs in GDB): Document the bug web page as the
9580         prefered way of submitting bugs.
9581         Fix PR gdb/402.
9582
9583 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9584
9585         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9586         -1.  Update comment.
9587         * gdbarch.h, gdbarch.c: Re-generate.
9588
9589 2002-04-07  Andreas Schwab  <schwab@suse.de>
9590
9591         * m68klinux-nat.c (fill_fpregset): Properly pass address of
9592         buffer to regcache_collect.
9593
9594 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9595
9596         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
9597         * gdbarch.c, gdbarch.h: Re-generate.
9598
9599 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9600
9601         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9602         declaration.  Fix -Werror.
9603
9604 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
9605
9606         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9607         * gdbarch.c: Regenerate.
9608
9609 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9610
9611         * breakpoint.c (clear_command): Rewrite middle section to
9612         combine two loops with identical control conditions.
9613         Add a cleanup to eliminate a memory leak.
9614         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9615
9616 2002-04-05  H.J. Lu  (hjl@gnu.org)
9617
9618         * solib-svr4.c (bkpt_names): Add "__start".
9619
9620 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
9621
9622         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9623         as test for 64 bit target.
9624
9625 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9626
9627         * h8500-tdep.c (h8500_write_fp): Delete function.
9628         * dwarf2cfi.c (cfi_write_fp): Document as not used.
9629         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9630         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9631         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9632         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9633         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9634         (s390_write_fp):
9635         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9636         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9637         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9638         (d10v_write_fp): Delete function.
9639         * inferior.h (write_fp, generic_target_write_fp): Delete
9640         declarations.
9641         * regcache.c (generic_target_write_fp): Delete function.
9642         (write_fp): Delete function.
9643         * gdbarch.sh (TARGET_WRITE_FP): Delete.
9644         * gdbarch.h, gdbarch.c: Regenerate.
9645         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9646         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9647         (sparc64_write_fp): Delete declaration.
9648         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9649         (h8500_write_fp): Delete declaration.
9650
9651 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
9652
9653         * sparc-tdep.c (sparc64_write_fp): Delete.
9654         (sparc_push_dummy_frame): Replace write_fp call with code to store
9655         the FP directly.
9656         (sparc_gdbarch_init): Do not initialize write_fp.
9657
9658 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
9659
9660         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9661         clause.
9662
9663 2002-03-29  Jim Blandy  <jimb@redhat.com>
9664
9665         * stack.c (get_selected_block): Add new argument `addr_in_block',
9666         used to return the exact code address we used to select the block,
9667         not just the block.
9668         * blockframe.c (get_frame_block, get_current_block): Same.
9669         * frame.h (get_frame_block, get_current_block,
9670         get_selected_block): Update declarations.
9671         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9672         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9673
9674 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9675
9676         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9677         warning message.
9678
9679 2002-04-05  J. Brobecker  <brobecker@gnat.com>
9680
9681         * utils.c (xfullpath): New function.
9682         * defs.h (xfullpath): Add declaration.
9683         * source.c (openp): Use xfullpath in place of gdb_realpath to
9684         avoid resolving the basename part of filenames when the
9685         associated file is a symbolic link. This fixes a potential
9686         inconsistency between the filenames known to GDB and the
9687         filenames it prints in the annotations.
9688         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9689         to be able to match a filename with either the real filename, or
9690         the name of any symbolic link to this file.
9691         (lookup_partial_symtab): Ditto.
9692
9693 2002-04-04  Michael Snyder  <msnyder@redhat.com>
9694
9695         * breakpoint.c: Add support for hardware breakpoints in overlays.
9696         (overlay_events_enabled): New state variable.
9697         (insert_breakpoints): Use overlay_events_enabled to decide
9698         whether to attempt to set a breakpoint at the overlay load addr.
9699         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9700         (remove_breakpoint): Use overlay_events_enabled to decide
9701         whether breakpoints need to be removed from overlay load addr.
9702         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9703         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9704         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9705         disable_overlay_breakpoints): Update overlay_events_enabled.
9706
9707 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
9708
9709         * dwarf2read.c (struct function_range): New.
9710         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9711         (check_cu_functions): New.
9712         (read_file_scope): Initialize global function lists.
9713         Call dwarf_decode_line after processing children.
9714         (read_func_scope): Add to global function list.
9715         (dwarf_decode_lines): Call check_cu_functions everywhere
9716         record_line is called.  Call record_line with a linenumber
9717         of 0 to mark sequence ends.
9718
9719 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
9720
9721         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9722         change sync with glibc.
9723
9724 2002-04-03  Jim Blandy  <jimb@redhat.com>
9725
9726         * configure.in: Call AC_C_INLINE.
9727         * configure: Regenerated.
9728
9729 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
9730
9731         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9732         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9733
9734 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
9735
9736         * NEWS: Mention gcore support on FreeBSD/i386.
9737
9738         * fbsd-proc.c: New file.
9739         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9740         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9741
9742         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9743         while statement.
9744
9745 2002-03-29  Jim Blandy  <jimb@redhat.com>
9746
9747         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9748         unescaped newlines in string literals, but newer ones don't.  So
9749         escape them.
9750
9751 2002-03-26  Michael Snyder  <msnyder@redhat.com>
9752             Andrew Cagney <cagney@redhat.com>
9753
9754         * cli/cli-dump.c: New file.  Dump memory to file,
9755         restore file to memory.
9756         * cli/cli-dump.h: New file.
9757         * Makefile.in: Add rules, dependencies for cli-dump.o.
9758         * NEWS: Mention new commands.
9759
9760 2002-03-28  Michael Snyder  <msnyder@redhat.com>
9761
9762         * symfile.c (symbol_file_add): Move test for null symbols to later.
9763
9764 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9765
9766         From veksler at il.ibm.com:
9767         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9768         the xstrduped original path.
9769         Fix PR gdb/417.
9770
9771 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9772
9773         * breakpoint.c (_initialize_breakpoint): Clean up help string.
9774         * infcmd.c (_initialize_infcmd): Ditto.
9775         * language.c (_initialize_language): Ditto.
9776         * symfile.c (_initialize_symfile): Ditto.
9777         * top.c (_init_main): Ditto.
9778         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9779
9780 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
9781
9782         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9783         vector registers handling.
9784         (skip_prologue): Handle new AltiVec instructions.  Fill in new
9785         fields of frame data.
9786         (frame_get_saved_regs): Fill in information for AltiVec registers.
9787
9788 2002-03-27  Jim Blandy  <jimb@redhat.com>
9789
9790         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9791         a function; leave this macro here to invoke that function.
9792         (symbol_init_mangled_name): Declaration for that function.
9793         * symtab.c (symbol_init_mangled_name): New function.
9794
9795 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9796
9797         * valarith.c: Replace strerror with safe_strerror.
9798         * tracepoint.c: Ditto.
9799         * lin-lwp.c: Ditto.
9800         * go32-nat.c: Ditto.
9801         * inflow.c: Ditto.
9802         * gnu-nat.c: Ditto.
9803
9804 2002-03-27  Andreas Schwab  <schwab@suse.de>
9805
9806         * event-top.c (command_line_handler): Remove useless if.
9807
9808 2002-03-27  Andreas Jaeger  <aj@suse.de>
9809
9810         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9811         comment.
9812
9813 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
9814
9815         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9816         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9817         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9818         (x86_64_linux_dr_get_status, supply_gregset),
9819         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9820         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9821         (x86_64_register_info_table): Add.
9822         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9823         (x86_64_register_raw_size, x86_64_register_virtual_type),
9824         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9825         general x86_64_register_info_table.
9826         (i386_gdbarch_init): gdbarch_register_bytes is now set
9827         dynamicaly during initialization.
9828         * regformats/reg-x86-64.dat: Synced with changes to registers above.
9829         * gdbserver/linux-x86-64-low.c: Ditto.
9830
9831 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9832
9833         * gdbserver/server.c (main): Call target_signal_to_host_p
9834         and target_signal_to_host on signals received from the remote.
9835         * gdbserver/remote-utils.c (prepare_resume_reply): Call
9836         target_signal_from_host on signals sent to the remote.
9837         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
9838         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
9839
9840 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9841
9842         * signals/signals.c: Include "server.h" in gdbserver build.
9843         (target_signal_from_name): Don't use STREQ.
9844         (_initialize_signals): Likewise.  Don't include function in
9845         gdbserver build.
9846
9847 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9848
9849         * signals.c: Moved to...
9850         * signals/signals.c: Here.
9851         * Makefile (signals.o): Update.
9852
9853 2002-03-26  Jeff Law (law@redhat.com)
9854
9855         * somread.c (som_symtab_read): Remove some commented out code and
9856         updated related comments.  Do not set the minimal symbol table to
9857         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9858         in a dynamic executable.
9859         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9860         where we are unable to find the minimal symbol for the given
9861         PC value.
9862
9863 2002-03-25  Jeff Law (law@redhat.com)
9864
9865         * linux-proc.c (read_mapping): Scan up to end of line for filename.
9866
9867 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
9868
9869         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9870
9871 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9872
9873         * command.h: Update copyright.
9874         (struct cmd_list_element): Replace definition with opaque
9875         declaration.
9876         (enum cmd_types): Document that it will eventually be moved to
9877         cli/cli-decode.h
9878         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9879         (MALLOCED_REPLACEMENT): Delete macro.
9880         * Makefile.in (cli_decode_h): Add $(command_h).
9881         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9882         * top.c: Include "cli/cli-decode.h".
9883         * completer.c: Include "cli/cli-decode.h".
9884         * maint.c: Include "cli/cli-decode.h".
9885         * cli/cli-decode.h: Include "command.h".
9886         (enum command_class): Delete.
9887         (enum cmd_types): Comment out.
9888         (enum cmd_auto_boolean): Delete.
9889         (enum var_types): Delete.
9890
9891 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9892
9893         * cli/cli-decode.c: Include "gdb_assert.h".
9894         (add_set_or_show_cmd): New static function.
9895         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
9896         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
9897         all fields, such as func, from the set command.
9898
9899 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9900
9901         * MAINTAINERS (sh-elf): Change warning flag to -w.
9902
9903 2002-03-23  Andrew Cagney  <cagney@redhat.com>
9904
9905         * defs.h (error): Add printf format attribute.
9906         * thread-db.c (thread_from_lwp): Fix error format string.
9907         * stack.c (parse_frame_specification): Ditto.
9908         * cli/cli-decode.c (undef_cmd_error): Ditto.
9909         * scm-lang.c (scm_lookup_name): Ditto.
9910         * tracepoint.c (trace_error): Ditto.
9911         * remote-utils.c (usage): Ditto.
9912         * remote.c (compare_sections_command): Ditto.
9913         Fix PR gdb/328.
9914
9915 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
9916
9917         * gdbtypes.c (append_composite_type_field): New function.
9918         (init_composite_type): New function.
9919         * gdbtypes.h (append_composite_type_field): Declare.
9920         (init_composite_type): Ditto.
9921
9922 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
9923
9924         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9925         function.
9926         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9927         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9928         structure returning convention for SYSV ABI case, but not
9929         for GNU/Linux, FreeBSD, or NetBSD.
9930
9931 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
9932
9933         * symtab.h (lookup_block_symbol): Add mangled_name argument
9934         to prototype.
9935
9936         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9937         with new mangled_name argument.
9938         * linespec.c (decode_line_1): Likewise.
9939         * valops (value_of_this): Likewise.
9940         * symtab.c (lookup_transparent_type): Likewise.
9941         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
9942         (lookup_symbol): If we are given a mangled name, pass it down
9943         to lookup_symbol_aux.
9944         (lookup_block_symbol): If we are given a mangled name to check
9945         against, only return symbols which match it.
9946
9947 2002-03-22  Christopher Faylor  <cgf@redhat.com>
9948
9949         * win32-nat.c (child_create_inferior): Check for proper shell to use
9950         here, in case the user changes it on the fly.
9951         (_initialize_inftarg): Remove shell path considerations.
9952
9953 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
9954
9955         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9956         for gdbarch_max_register_raw_size and max_register_virtual_size.
9957         Adjust copyright year.
9958
9959 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
9960
9961          * dbxread.c (process_one_symbol): Extend the first N_SLINE
9962          in a function to cover the entire beginning of the function
9963          as well if it does not already.
9964
9965 2002-03-21  Tom Rix  <trix@redhat.com>
9966
9967         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9968         (rs6000_ptrace64): Renamed from ptrace64.
9969
9970 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9971
9972         * gdbserver/remote-utils.c (remote_open): Don't call
9973         getprotobyname, we're all using TCP here so just use
9974         IPPROTO_TCP.
9975         * gdbserver/gdbreplay.c (remote_open): Ditto.
9976
9977 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9978
9979         * regcache.c (_initialize_regcache): No need to call
9980         build_regcache() at this time; it gets called whenever
9981         the gdbarch changes.
9982
9983 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
9984
9985         * sparc-nat.c:  Include sys/param.h where possible.
9986
9987 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
9988
9989         Fix PR gdb/422.
9990         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9991         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9992         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9993         complex types.
9994         * stabsread.c (rs6000_builtin_type): Likewise.
9995         (read_sun_floating_type): Likewise.
9996
9997 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9998
9999         * stabsread.c (read_member_functions): Remove skip code for duplicate
10000         constructor/destructor methods.  Use standard parsing for these
10001         methods and just do not chain them to the list of methods after
10002         parsing.
10003
10004 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
10005
10006         * coffread.c: Remove redundant static declarations.  Replace
10007         occurrences of `PTR' with `void *'.
10008         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10009         * top.h (quit_cover): Likewise.
10010         * defs.h (catch_errors): Likewise.
10011
10012 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
10013
10014         * defs.h (XMALLOC): Define.
10015         * gdb-events.sh (XMALLOC): Delete macro.
10016         * gdb-events.c, gdb-events.h: Regenerate.
10017         * gdbarch.sh (XMALLOC): Delete macro.
10018         * gdbarch.c: Regenerate.
10019         * serial.c (XMALLOC): Delete macro.
10020         * ui-file.c (XMALLOC): Ditto.
10021         * ser-unix.h (XMALLOC): Ditto.
10022         * sh-tdep.c (XMALLOC): Ditto.
10023         * ui-out.c (XMALLOC): Ditto.
10024         * utils.c (XMALLOC): Ditto.
10025         * i386-tdep.c (XMALLOC): Ditto.
10026         * gdb-events.c (XMALLOC): Ditto.
10027         * d10v-tdep.c (XMALLOC): Ditto.
10028         * cli-out.c (XMALLOC): Ditto.
10029
10030         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10031         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10032         * ui-file.c, ui-out.c: Ditto.
10033
10034 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
10035
10036         * command.h (struct cmd_list_element): Add field context.
10037         (set_cmd_context, get_cmd_context): Declare.
10038         * cli/cli-decode.h: Ditto.
10039         * cli/cli-decode.c (get_cmd_context): New function.
10040         (set_cmd_context): New function.
10041         (add_cmd): Initialize context.
10042         Part of fixing PR gdb/145 and PR gdb/146.
10043
10044 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
10045
10046         * cli/cli-decode.c (cmd_type): New function.
10047         * command.h (cmd_type): Declare.
10048         * infrun.c (set_schedlock_func): Call function cmd_type.
10049         * kod.c (kod_set_os): Call cmd_type.
10050         * cris-tdep.c (cris_version_update): Use function cmd_type.
10051         (cris_mode_update, cris_abi_update): Ditto.
10052
10053         * command.h: (execute_cmd_post_hook): Declare.
10054         (execute_cmd_pre_hook): Declare.
10055         * cli/cli-script.c (clear_hook_in_cleanup): New function.
10056         (execute_cmd_post_hook, execute_cmd_pre_hook): New
10057         functions. Execute pre/post hook while ensuring that afterwords
10058         hook_in is cleared.
10059         * top.c (execute_command): Use execute_cmd_post_hook, and
10060         execute_cmd_pre_hook to execute pre/post commands.
10061         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10062         hook_stop_stub.
10063         (hook_stop_stub): Call execute_cmd_pre_hook.
10064
10065 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
10066
10067         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
10068         set'' and this leads to a core dump.  Move xstrdup of
10069         operating_system to after check that it is not NULL.
10070
10071 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
10072
10073         * kod.c (kod_set_os): Remove unnecessary check that
10074         ``command->type'' is set_cmd.
10075
10076         * valprint.c (set_input_radix): Use input_radix.
10077         (set_output_radix): Use output_radix.
10078         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10079         isn't reverted.
10080
10081 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
10082
10083         * value.h (struct value): Delete field ``substring_addr''.  Change
10084         aligner fields to force_doublest_align, force_longest_align,
10085         force_core_addr_align and force_pointer_aligh.
10086
10087         * value.h (struct value): Fix typo in above change.
10088
10089 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10090
10091         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10092         to fix internal_error from ``maintenance print architecture''.
10093
10094 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10095
10096         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10097         for gcc versions after gcc-2.8.1.
10098
10099 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10100
10101         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10102         for method resolution.  Restore adjustment of ``this'' pointer after
10103         calling value_struct_elt, which was accidentally removed during the
10104         HP merge.
10105
10106 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
10107
10108         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10109         value_of_register.
10110         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
10111         get_saved_register.
10112         * value.h (value_of_register): Update.
10113
10114 2002-03-14  Richard Henderson  <rth@redhat.com>
10115
10116         * configure.in: Detect declaration for canonicalize_file_name.
10117         * utils.c (canonicalize_file_name): Declare, if needed.
10118         (gdb_realpath): Prefer realpath if available and usable.
10119         * config.in, configure: Rebuild.
10120
10121 2002-03-14  Richard Henderson  <rth@redhat.com>
10122
10123         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10124         a constant array bound.
10125
10126         * MAINTAINERS: Add myself to write-after-approval.
10127
10128 2002-03-14  Michael Snyder  <msnyder@redhat.com>
10129
10130         * symfile.c (syms_from_objfile): Return immediately if no syms.
10131         (symbol_file_add): Return immediately if no syms.
10132         (find_sym_fns): Return immediately if no syms.
10133
10134 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
10135
10136         * gdbserver/remote-util.c (remote_open): Print remote-side's
10137         IP address when remote debugging over the network.
10138
10139 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
10140
10141         * config/sparc/fbsd.mh: Fix copyright.
10142         * config/sparc/fbsd.mt: Likewise.
10143
10144 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
10145
10146         * MAINTAINERS: Fix typo in name of gdb warnings option.
10147         (x86-64): Fix formating so that this can be parsed by awk.
10148
10149 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
10150
10151         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10152         * defs.h: Include "gdb/signals.h".
10153         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10154
10155 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
10156
10157         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10158         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10159         from x86-64-tdep.h
10160
10161 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
10162             Don Howard <dhoward@redhat.com>
10163
10164         * mips-tdep.c (ST0_FR): Define.
10165         (mips2_fp_compat): New function, temporarily disabled.
10166         (mips_read_fp_register_single): New function.
10167         (mips_read_fp_register_double): New function.
10168         (mips_print_register): Use them.
10169         (do_fp_register_row): Likewise.
10170
10171 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
10172
10173         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10174         approval''.
10175
10176 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10177
10178         * stabsread.c (read_member_functions): Fix is_stub test for
10179         static member functions, improve comment.
10180
10181 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
10182
10183         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10184         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10185         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10186         commands that set boolean values.
10187         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10188         (arm_rdi_resume): Always initialize PC.
10189         (arm_rdi_open): Don't use rslt as a boolean.
10190         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10191         (arm_rdi_fetch_registers, arm_rdi_store_registers)
10192         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10193         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10194
10195 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
10196
10197         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10198         * configure: Rebuilt.
10199
10200 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10201
10202         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10203         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10204
10205 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
10206
10207         * cli/cli-decode.c (set_cmd_completer): New function.
10208         * command.h (set_cmd_completer): Declare.
10209         * cli/cli-decode.h (set_cmd_completer): Ditto.
10210
10211         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10212         * cli/cli-cmds.c (init_cli_cmds): Ditto.
10213         * win32-nat.c (_initialize_inftarg): Ditto.
10214         * remote-rdi.c (_initialize_remote_rdi): Ditto.
10215         * proc-api.c (_initialize_proc_api): Ditto.
10216         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10217         * source.c (_initialize_source): Ditto.
10218         * exec.c (_initialize_exec): Ditto.
10219         * solib.c (_initialize_solib): Ditto.
10220         * top.c (init_main): Ditto.
10221         * tracepoint.c (_initialize_tracepoint): Ditto.
10222         * symfile.c (_initialize_symfile): Ditto.
10223         * printcmd.c (_initialize_printcmd): Ditto.
10224         * infcmd.c (_initialize_infcmd): Ditto.
10225         * corefile.c (_initialize_core): Ditto.
10226
10227 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10228
10229         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10230
10231 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10232
10233         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10234
10235 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10236
10237         * NEWS: Update headings, 5.2 has branched.
10238
10239 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
10240
10241         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10242         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10243         (register_addr, REGISTER_RAW_SIZE): Likewise.
10244         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10245         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10246
10247 2002-03-03  Michal Ludvig <mludvig@suse.cz>
10248
10249         * MAINTAINERS (x86-64): Add myself.
10250         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10251         changed value_ptr -> struct value *
10252
10253 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
10254
10255         * configure.host (sparc64-*-freebsd): Add.
10256         * configure.tgt: Likewise.
10257         * config/sparc/fbsd.mh: New file.
10258         * config/sparc/fbsd.mt: Likewise.
10259         * config/sparc/nm-fbsd.h: Likewise.
10260         * config/sparc/tm-fbsd.h: Likewise.
10261
10262 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
10263
10264         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10265         regformats/reg-s390x.dat.
10266
10267 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
10268
10269         * utils.c: Add FIXME explaining true/false problem.
10270
10271 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
10272
10273         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10274
10275 2002-02-28  Michael Chastain  <mec@shout.net>
10276
10277         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10278
10279 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
10280
10281         * gdbserver/linux-s390-low.c: New file.
10282         * regformats/reg-s390.dat: New file.
10283         * regformats/reg-s390x.dat: New file.
10284         * gdbserver/configure.srv: Add S/390.
10285         * gdbserver/Makefile.in: Add S/390.
10286         * configure.tgt: Enable gdbserver for S/390.
10287
10288 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
10289
10290         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10291         first line of the doc string for "info dos", except at the end of
10292         the sentence, since the short help stops at the first period.
10293
10294 2002-02-28  Jason Merrill  <jason@redhat.com>
10295
10296         * dwarf2read.c (dwarf_cfi_name): Add new codes.
10297
10298 2002-02-27  Fred Fish  <fnf@redhat.com>
10299
10300         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10301         comment (dumy -> dummy).
10302
10303 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10304
10305         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10306
10307 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
10308
10309       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10310
10311 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10312
10313         * gdbserver/acconfig.h: New file.
10314         * gdbserver/i387-fp.c: New file.
10315         * gdbserver/i387-fp.h: New file.
10316         * gdbserver/linux-x86-64.c: New file.
10317         * regformats/reg-x86-64.dat: New file.
10318         * configure.tgt: Add x86_64-*-linux* gdbserver support.
10319         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10320         * gdbserver/configure.in: Add support for regsets.
10321         * gdbserver/config.in: Regenerate.
10322         * gdbserver/configure: Regenerate.
10323         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
10324         * gdbserver/linux-low.h: New file.
10325         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
10326         for regsets.
10327         * gdbserver/linux-arm-low.c: Include "linux-low.h".
10328         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10329         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10330         * gdbserver/linux-mips-low.c: Include "linux-low.h".
10331         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10332         * gdbserver/linux-sh-low.c: Include "linux-low.h".
10333         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
10334         "i387-fp.h".  Add PTRACE_GETREGS and friends.
10335         * gdbserver/regcache.c (supply_register): New function.
10336         (supply_register_by_name): New function.
10337         (collect_register): New function.
10338         (collect_register_by_name): New function.
10339
10340 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10341
10342         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10343         (config.status): Add configure.srv dependency.
10344         (server_h): Add config.h dependency.
10345
10346 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10347
10348         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10349         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10350         * gdbserver/configure.srv: Change i386-*-linux* to use
10351         reg-i386-linux.o.
10352
10353 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10354
10355         * x86-64-tdep.c: Re-indent.  Update copyright date.
10356
10357 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10358
10359         From Michal Ludvig <mludvig@suse.cz>:
10360         * x86-64-tdep.c (value.h): Delete.
10361         (gdb_assert.h): Include.
10362         (x86_64_register_convert_to_virtual,
10363         x86_64_register_convert_to_raw ): Add check which lets only
10364         floating-point values to be converted.
10365         (value_push): Delete.
10366         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10367         (i386_gdbarch_init): Number of register_bytes fixed.
10368
10369 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10370
10371         * MAINTAINERS: Add x86-64 target.
10372
10373 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10374
10375         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10376         * osfsolib.c (solib_map_sections): Ditto.
10377         * irix5-nat.c (solib_map_sections): Ditto.
10378         * corelow.c (gdb_check_format): Ditto.
10379         * symfile.c (symfile_bfd_open): Ditto.
10380         * solib.c (solib_map_sections): Ditto.
10381         Fix PR gdb/354.
10382
10383 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10384
10385         * remote.c (_initialize_remote): By default, disable ``e'' and
10386         ``E'' step out-of-range packets.
10387
10388 2002-02-26  Andreas Schwab  <schwab@suse.de>
10389
10390         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10391         m68k_linux_frame_saved_pc.
10392         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10393         in_sigtramp.
10394         (SIGCONTEXT_PC_OFFSET): Remove.
10395         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10396         m68k_linux_sigtramp_saved_pc): New functions.
10397         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10398         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10399         (UCONTEXT_PC_OFFSET): Define.
10400         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10401         non-RT and RT signal trampolines.
10402
10403 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
10404
10405         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10406         (TARGET_NBPG, STACK_END_ADDR): Delete
10407         (VARIABLES_INSIDE_BLOCK): Delete.
10408
10409 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
10410
10411         * utils.c (perror_with_name): Make string parameter constant.
10412         (print_sys_errmsg): Ditto.
10413         (query): Ditto.
10414         * defs.h (perror_with_name): Update.
10415         (print_sys_errmsg): Update.
10416         (query): Update.
10417
10418 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
10419
10420         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10421         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10422
10423 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10424
10425         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10426         if it already matches the current architecture from the exec file.
10427         Include arch-utils.h for gdbarch_info_init prototype.
10428         * Makefile.in (rs6000-nat.o): Update dependencies.
10429
10430 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
10431
10432         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10433          list of exported variables.
10434
10435 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
10436
10437         * gdbserver/configure.srv: New file.
10438         * gdbserver/configure.in: Use configure.srv instead
10439         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
10440         from it.
10441         * gdbserver/configure: Regenerated.
10442         * gdbserver/terminal.h: New file.
10443         * gdbserver/Makefile.in: Update for configure changes.  Remove
10444         more unneeded include paths.
10445
10446 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10447
10448         From wiz at danbala:
10449         * config/sparc/tm-sp64.h: Fix grammar and typos.
10450         Fix PR gdb/287.
10451
10452 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10453
10454         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10455         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
10456         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10457         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10458         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10459         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10460         * s390-tdep.c: Ditto.
10461         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10462         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10463         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10464         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10465         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10466         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10467         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10468         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10469         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10470         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10471         Fix PR gdb/378.
10472
10473 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10474
10475         * lin-thread.c: Delete file.
10476         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10477         to gdb_proc_service.h.
10478         * configure: Re-generate.
10479
10480         * ocd.c (ocd_open): Do not try to open the "ocd" device.
10481         * serial.c (serial_open): Delete check for "ocd".
10482         Fix PR gdb/349.
10483
10484         * Makefile.in (linux-thread.o): Delete target.
10485         * linux-thread.c: Delete file.
10486
10487         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
10488         renamed SH files to be consistent.
10489
10490         * symtab.c (sort_search_symbols): Use xfree.
10491
10492 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10493
10494         * arm-linux-tdep.c (arm_linux_init_abi): Register
10495         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10496         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10497         definition with undef, since we don't want the sysvr4 definition.
10498         (SKIP_TRAMPOLINE_CODE): Likewise.
10499
10500 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10501
10502         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10503
10504         * configure.in: (AC_CHECK_FUNCS) Added test for
10505         canonicalize_file_name Regenerated.
10506         * config.in, configure: Regenerated.
10507         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10508         defined use canonicalize_file_name.
10509
10510 2002-02-23  Michael Chastain  <mec@shout.net>
10511
10512         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10513
10514 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10515
10516         * README: Remove references to cygnus.com.
10517         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10518         dot com'' form.  Remove references to cygnus.com and sourceware.
10519
10520 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10521
10522         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10523         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10524         1003.1-2001 no longer allows "head -1".
10525         * gdb/Makefile.in (version.c): Likewise.
10526         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10527         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10528         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
10529
10530 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10531
10532         * cli/cli-decode.c (cmd_cfunc_eq): New function.
10533         * command.h (cmd_cfunc_eq): Declare.
10534         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10535
10536         * cli/cli-cmds.h (is_complete_command): Change parameter to a
10537         ``struct cmd_list_element *''.
10538         * cli/cli-cmds.c (is_complete_command): Update.  Use
10539         cmd_cfunc_eq.
10540         * top.c (execute_command): Pass the command to
10541         is_complete_command.
10542         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10543
10544 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10545
10546         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10547         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10548         architecture defines.
10549         * s390-tdep.c (s390_gdbarch_init): Likewise.
10550
10551 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10552
10553         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10554         (arm_linux_push_arguments): Likewise.
10555         (arm_linux_init_abi): Register them.  Also register linux-specific
10556         call_dummy_words.
10557         (find_minsym_and_objfile): Use strcmp, not STREQ.
10558         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10559         (arm_linux_call_dummy_words): Delete declaration.
10560         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10561         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10562         declarations.
10563         (LOWEST_PC): Delete.
10564
10565 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10566
10567         * maint.c (print_section_info): Do not prepend `0x' to filepos
10568         output, it will be handled by local_hex_string_custom.
10569
10570 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10571
10572         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10573         (store_newfpe_double, store_newfpe_extended, store_fpregister)
10574         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10575
10576 2002-02-22  Jim Blandy  <jimb@redhat.com>
10577
10578         Indicate that the bcache functions don't change the strings
10579         they're passed.
10580         * bcache.h (bcache, hash): Add `const' keywords to declarations.
10581         * bcache.c (bcache, hash): Add `const' keywords to definitions.
10582
10583 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
10584
10585         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10586
10587 2002-02-21  Christopher Faylor  <cgf@redhat.com>
10588
10589         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10590         find the complete path to a loaded DLL.
10591
10592 2002-02-21  Fred Fish  <fnf@redhat.com>
10593
10594         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10595         that marks the end of the range of a function, enter a line number
10596         entry that has a line number of zero and a PC offset that matches
10597         the end of the function.  This starts a range of PC's for which no
10598         line number information is known.
10599         * symtab.c (find_pc_sect_line): If our best fit is in a range of
10600         PC's for which no line number info is found (line number is zero)
10601         then we didn't find any valid line information.
10602         * symtab.h: Document use of zero line number entry.
10603
10604 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
10605
10606         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10607         (have_ptrace_getvrregs): Define for run time checks.
10608         (gdb_vrregset_t): New type for Altivec register handling.
10609         (fetch_register, store_register): Fetch/store altivec register
10610         when needed.
10611         (fetch_altivec_register, store_altivec_register): New functions.
10612         (supply_vrregset, fill_vrregset): New functions.
10613         (fetch_altivec_registers, store_altivec_registers): New functions.
10614         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10615         registers as well.
10616
10617 2002-02-21  Jiri Smid  <smid@suse.cz>
10618
10619         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10620
10621 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
10622
10623         * Makefile.in (armnbsd-nat.o): Update dependencies.
10624         * armnbsd-nat.c (supply_gregset): New function.  Common code to
10625         supply the integer register set.
10626         (supply_fparegset): New function.  Similar for FPA registers.
10627         (fetch_regs, fetch_fp_regs): Use them.
10628         (fetch_core_registers): Likewise.
10629         (fetch_elfcore_registers): New function.
10630         (arm_netbsd_elfcore_fns): New core-file type specification.
10631         (_initialize_arm_netbsd_nat): Register it.
10632
10633 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
10634
10635         * armnbsd-nat.c: Include gdbcore.h.
10636         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10637         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10638         'void' to declaration, to shut up ARI.
10639         (fetch_core_registers): Make static.  Rewrite using supply_register.
10640         (arm_netbsd_core_fns): New core-file type specification.
10641         (_initialize_arm_netbsd_nat): New function.
10642
10643 2002-02-21  Christopher Faylor  <cgf@redhat.com>
10644
10645         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10646         value.
10647
10648 2002-02-20  Christopher Faylor  <cgf@redhat.com>
10649
10650         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10651         fails.
10652
10653 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10654
10655         * jv-exp.y (parse_number): Change type of implicit longs
10656         to builtin_type_uint64.
10657
10658 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10659
10660         * gdbserver/linux-low.c (mywait): Change argument to waitpid
10661         to be an integer instead of a `union wait'.
10662
10663 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10664
10665         * mips-linux-nat.c: Call the operating system GNU/Linux.
10666         * mips-linux-tdep.c: Likewise.
10667         * mips-tdep.c: Likewise.
10668
10669 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10670
10671         Fix PR gdb/265.
10672         * jv-exp.y (parse_number): Handle 64-bit integers.
10673
10674 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10675
10676         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
10677         AC_STDC_HEADERS to AC_HEADER_STDC.
10678         * gdbserver/configure: Regenerated.
10679
10680 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10681
10682         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10683         is defined.
10684         * sparc-tdep.c (get_longjmp_target): Likewise.
10685
10686 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10687
10688         * News: Add news about ARM and Multi-arch.  Mention the new target
10689         arm*-*-netbsd*.
10690
10691 2002-02-19  Jim Blandy  <jimb@redhat.com>
10692
10693         * stabsread.c (error_type_complaint): Improve error message.
10694
10695 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
10696
10697         * gdbserver/README: Update documentation.
10698         * gdbserver/configure.in: Update configury to match documentation.
10699         * gdbserver/Makefile.in: Likewise.
10700         * gdbserver/configure: Regenerated.
10701         * gdbserver/aclocal.m4: New file, generated by aclocal.
10702         * gdbserver/config.in: New file, generated by autoheader.
10703
10704 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10705
10706         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10707         armnbsd-nat.c.
10708
10709 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10710
10711         * arm-tdep.h (enum arm_float_model): New enum.
10712         (struct gdbarch_tdep): Add fp_model.
10713         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
10714         up floating-point conversions until we know the floating-point model
10715         in use by the inferior.  Don't complain about being unable to
10716         determine the ABI of the inferior when we don't have one.
10717         (arm_extract_return_value): Support different floating-point models.
10718         (arm_store_return_value): Likewise.
10719         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10720         ARM_FLOAT_SOFT.
10721         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10722
10723 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10724
10725         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10726         of ``current_gdbarch''.
10727
10728 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10729
10730         * armnbsd-nat.c : ANSIfy all function declarations.
10731         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10732         (fetch_inferior_registers): Re-implement in terms of above.
10733         (store_register, store_regs, store_fp_register, store_fp_regs): New.
10734         (store_inferior_registers): Re-implement in terms of above.
10735
10736 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10737
10738         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10739         kernel.
10740         * arm-linux-tdep.c: Likewise.
10741         * config/arm/tm-linux.h: Likewise.
10742
10743 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10744
10745         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10746         * config/arm/nbsd.mt (TM_FILE): Delete.
10747         * config/arm/tm-nbsd.h: Delete.
10748
10749 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10750
10751         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10752         Initialize CALL_DUMMY_LENGTH.
10753
10754 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10755
10756         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10757         function.
10758         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10759         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10760         defines one thing and that is incorrect for this port.
10761         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10762
10763 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10764
10765         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10766
10767 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10768
10769         * win32-nat.c (display_selector): New function. Displays information
10770         about the information returned by GetThreadSelectorEntry API function.
10771         (display_selectors): New function. Displays the infomation of
10772         the selector given as argument, or of CS, DS ans FS selectors
10773         if no argument is given.
10774         ( _initialize_inftarg): Add "w32" as info prefix command.
10775         Add "info w32 selector" as command calling display_selectors.
10776
10777 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10778
10779         * i386-tdep.c (get_longjmp_target): Fix compilation failure
10780         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10781         if not defined.
10782
10783 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10784
10785         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10786
10787 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10788
10789         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10790         (arm_fix_call_dummy): Call it.
10791         (arm_call_dummy_breakpoint_offset): Delete.
10792         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10793         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10794
10795 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
10796
10797         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10798         Default to func_frame_chain_valid.
10799         * gdbarch.h, gdbarch.c: Re-generate.
10800         * frame.h (FRAME_CHAIN_VALID): Delete definition.
10801
10802 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
10803
10804         * ppc-linux-nat.c: Update copyright.
10805         (fetch_register, store_register): Add tid parameter, don't compute
10806         tid here.
10807         (fetch_ppc_registers, store_ppc_registers): Add tid
10808         parameter. Pass it along to callees.
10809         (fetch_inferior_registers, store_inferior_registers): Compute tid
10810         here, and pass it to calleed functions.
10811         (fill_gregset, supply_fpregset): Clean up formatting.
10812
10813 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10814
10815         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10816         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10817
10818 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10819
10820         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10821         * gdbarch.c gdbarch.h: Regenerate.
10822         * breakpoint.c (create_longjmp_breakpoint): Always compile this
10823         function.
10824         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10825         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10826         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10827
10828         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10829         * arm-tdep.c (arm_get_longjmp_target): New function.
10830         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
10831         this to a positive value register arm_get_longjmp_target as the
10832         longjmp handler.
10833         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10834         (arm_linux_init_abi): Set up longjmp description in tdep.
10835         * armnbsd-nat.c (get_longjmp_target): Delete.
10836         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10837         description in tdep.
10838         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10839         (get_longjmp_target): Delete declaration.
10840         (GET_LONGJMP_TARGET): Delete.
10841         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10842         (GET_LONGJMP_TARGET): Delete.
10843
10844 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
10845
10846         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
10847         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10848         of ``current_gdbarch''.
10849
10850 2002-02-17  Tom Tromey  <tromey@redhat.com>
10851
10852         * cli/cli-cmds.c (compare_strings): New function.
10853         (complete_command): Only print each unique item once.
10854         * completer.h (complete_line): Declare.
10855         * completer.c (complete_line): New function.
10856         (line_completion_function): Use it.
10857
10858 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
10859
10860         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10861         * gdbarch.h, gdbarch.c: Re-generate.
10862
10863 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10864
10865         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10866
10867 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10868
10869         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10870         * valops.c (value_arg_coerce): Don't take the address of a reference
10871         to convert an argument to a reference.
10872
10873 2002-02-15  Christopher Faylor  <cgf@redhat.com>
10874
10875         * win32-nat.c (get_image_name): New function.
10876         (handle_load_dll): Use get_image_name function.
10877         (get_child_debug_event): Avoid registering debug events until possibly
10878         execed process is started.
10879         (child_create_inferior): Allow invocation via shell so that command
10880         line redirection, etc.  works ok.
10881         (_initialize_inftarg): Add new command: "set shell" to control whether
10882         a shell is used to start a process.
10883
10884 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10885
10886         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10887         instead of find_register_by_number.
10888         (cannot_store_register): Likewise.
10889
10890 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
10891
10892         * dwarf2read.c: Replace fprintf (stderr, ...) by
10893         fprintf_unfiltered (gdb_stderr, ...).
10894
10895 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10896
10897         * gdbserver/gdbserver.1: Document --attach.
10898
10899 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10900
10901         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10902         descriptions.
10903         * arm-tdep.c (arm_default_arm_le_breakpoint)
10904         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10905         (arm_default_thumb_be_breakpoint): New.  Initialize them from
10906         traditional breakpoint defines.
10907         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10908         (arm_gdbarch_init): Initialize new breakpoint variables.
10909         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10910         (arm_linux_init_abi): Initialize linux-specific breakpoint.
10911         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10912         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10913         code out to ...
10914         (arm_netbsd_init_abi_common): ... here; new function.
10915         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10916         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10917         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10918         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10919
10920 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10921
10922         * arm-tdep.h (enum arm_abi): New enum.
10923         (struct gdbarch_tdep): New structure.
10924         (LOWEST_PC): Provide a default.
10925         (arm_gdbarch_register_os_abi): Declare new function.
10926         * arm-tdep.c (arm_abi_names): New array.
10927         (process_note_abi_tag_sections): New function.
10928         (get_elfosabi): New function.
10929         (arm_gdbarch_register_os_abi): New function.
10930         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
10931         support for that ABI has been built in, then call the appropriate
10932         configuration routine.  Use gdbarch_num_regs() to get the number
10933         of registers.
10934         (arm_dump_tdep): New function.
10935         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10936         place-holder functions.
10937         (_initialize_arm_tdep): Register them.
10938         * config/arm/tm-arm.h (LOWEST_PC): Delete.
10939
10940         * armnbsd-tdep.c: New file.
10941         * Makefile.in (armnbsd-tdep.o): Add dependencies.
10942         * config/arm/nbsd.mt (TDEPFILES): Add it.
10943         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10944
10945         * armnbsd-nat.c: Include regcache.h.
10946         * Makefile.in (armnbsd-nat.o): Update dependency list.
10947
10948         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10949
10950 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10951
10952         * gdbserver/Makefile.in: Fix typos in target rules.
10953
10954 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10955
10956         Fix part of PR gdb/267.
10957         * linespec.c (find_methods): Handle constructors specially for now.
10958
10959 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
10960
10961         * arm-tdep.c (arm_push_arguments): Eliminate special float type
10962         handling.
10963         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10964         standard_coerce_float_to_double().
10965
10966 2002-02-14  Christopher Faylor  <cgf@redhat.com>
10967
10968         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10969         GDBINIT_FILENAME.
10970
10971 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
10972
10973         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10974         find_variant_by_name, because it confuses the multiarch
10975         framework. Return NULL if there isn't an architecture with the
10976         user supplied name, instead of forcing a different one without
10977         recording the change with the multiarch machinery.
10978         (find_variant_by_name): Delete.
10979
10980 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10981
10982         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10983         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10984
10985 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
10986
10987         * stack.c (print_frame_info_base): When calling
10988         print_frame_info_listing_hook, set current_source_symtab.
10989
10990 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10991
10992         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10993         and remove unused $(INCLUDE_DIR).
10994         Add regcache.c to OBS.
10995         Add generated register protocol files to clean target.
10996         Update dependencies for new objects, obsolete old target code.
10997
10998         * gdbserver/linux-low.c: Remove all platform-specific code to
10999         new files.  Remove various dead code.  Update to use regcache
11000         functionality.
11001         * gdbserver/remote-utils.c (fromhex): Add return statement
11002         to quiet warning.
11003         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11004         constant.
11005         (input_interrupt): Add integer parameter to match prototype
11006         of a signal handler.
11007         (outreg): Use register_data ().
11008         (prepare_resume_reply): Use gdbserver_expedite_regs.
11009         * gdbserver/server.c (main): Dynamically allocate own_buf because
11010         PBUFSIZ is no longer constant.  Use registers_to_string () and
11011         registers_from_string ().
11012         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
11013         for error (), fatal (), and warning ().  Update definition of
11014         PBUFSIZ to use regcache functionality.  Add include guard.
11015         * gdbserver/utils.c (fatal): Add missing ``const''.
11016         (warning): New function.
11017
11018         * regformats/regdat.sh: Include "regcache.h" in generated files.
11019         Provide init_registers () function.
11020         * regformats/regdef.h: Add prototype for set_register_cache ().
11021         Add include guard.
11022
11023         * gdbserver/linux-arm-low.c: New file.
11024         * gdbserver/linux-i386-low.c: New file.
11025         * gdbserver/linux-ia64-low.c: New file.
11026         * gdbserver/linux-m68k-low.c: New file.
11027         * gdbserver/linux-mips-low.c: New file.
11028         * gdbserver/linux-ppc-low.c: New file.
11029         * gdbserver/linux-sh-low.c: New file.
11030
11031         * gdbserver/regcache.c: New file.
11032         * gdbserver/regcache.h: New file.
11033
11034         * gdbserver/low-linux.c: Removed obsolete file.
11035
11036 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11037
11038         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11039         * config/i386/linux.mt: Likewise.
11040         * config/ia64/linux.mt: Likewise.
11041         * config/m68k/linux.mh: Likewise.
11042         * config/powerpc/linux.mh: Likewise.
11043         * config/mips/linux.mt: Likewise.
11044
11045         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11046
11047         * config/i386/i386lynx.mh: Mark gdbserver variables
11048         as (currently) obsolete for this target.
11049         * config/i386/nbsd.mt: Likewise.
11050         * config/i386/nbsdelf.mt: Likewise.
11051         * config/m32r/m32r.mt: Likewise.
11052         * config/m68k/m68klynx.mh: Likewise.
11053         * config/m68k/nbsd.mt: Likewise.
11054         * config/m68k/sun3os4.mh: Likewise.
11055         * config/mips/vr5000.mt: Likewise.
11056         * config/ns32k/nbsd.mt: Likewise.
11057         * config/pa/hppabsd.mh: Likewise.
11058         * config/pa/hppaosf.mh: Likewise.
11059         * config/powerpc/nbsd.mt: Likewise.
11060         * config/rs6000/rs6000lynx.mh: Likewise.
11061         * config/s390/s390.mt: Likewise.
11062         * config/s390/s390x.mt: Likewise.
11063         * config/sparc/sparclynx.mh: Likewise.
11064         * config/sparc/sun4os4.mh: Likewise.
11065         * config/i386/x86-64linux.mt: Likewise.
11066         * config/sparc/linux.mh: Likewise.
11067
11068 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11069
11070         * configure.tgt: Configure gdbserver only for known working
11071         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
11072         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
11073         SUBDIRS if it is configured.  Update comment for ${nativefile}.
11074         * configure: Regenerated.
11075
11076 2002-02-13  Michael Snyder  <msnyder@redhat.com>
11077
11078         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11079
11080         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11081         (default_gcore_mach): Just return 0, work around a problem in bfd.
11082         (default_gcore_target): OK to return NULL if exec_bfd is null.
11083         (make_mem_sec): Use a cast, avoid a warning.
11084
11085         * procfs.c (find_memory_regions_callback): Use a cast instead of
11086         calling host_pointer_to_address (which complains if
11087         sizeof (host pointer) != sizeof (target pointer)).
11088         (procfs_make_note_section): Avoid overflow in psargs string.
11089
11090         * procfs.c (procfs_make_note_section): Make the default
11091         implementation return an error.
11092
11093 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
11094
11095         * procfs.c (procfs_make_note_section): Provide a default definition
11096         (for alpha-dec-osf4.0f). Fix typos.
11097
11098 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
11099
11100         * linux-proc.c: Add include of regcache.h.
11101         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11102
11103 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
11104
11105         From 2002-01-18 Greg McGary <greg@mcgary.org>:
11106         * memattr.c (create_mem_region): Disallow useless empty region.
11107         Regions are half-open intervals, so allow [A..B) [B..C) as
11108         non-overlapping.
11109
11110 2002-02-13  Michael Chastain <mec@shout.net>
11111
11112         * defs.h: Kill CONST_PTR.
11113         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11114         * c-lang.c (c_builtin_types): Likewise.
11115         * ch-lang.c (ch_builtin_types): Likewise.
11116         * f-lang.c (f_builtin_types): Likewise.
11117         * language.c (unknown_builtin_types): Likewise.
11118         * m2-lang.c (m2_builtin_types): Likewise.
11119         * p-lang.c (pascal_builtin_types): Likewise.
11120         * scm-lang.c (c_builtin_types): Likewise.
11121
11122 2002-02-13  Keith Seitz  <keiths@redhat.com>
11123
11124         * arm-tdep.h (arm_get_next_pc): Add declaration.
11125
11126 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
11127
11128         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
11129         with other related struct-returning functions.
11130         (arm_extract_struct_value_address): New function.
11131         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
11132         initialize float_format, double_format and long_double_format as
11133         appropriate to the endianness of the target.
11134         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11135         (arm_use_struct_convention): Delete declaration.
11136         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11137
11138 2002-02-13  Keith Seitz  <keiths@redhat.com>
11139
11140         * defs.h (core_addr_to_string_nz): New function.
11141
11142 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
11143
11144         Apply missing bits of 2002-01-15 patch.
11145         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11146         (fill_fpregset): Use i387_fill_fsave.
11147
11148 2002-02-12  Keith Seitz  <keiths@redhat.com>
11149
11150         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11151         (core_addr_to_string_nz): New function.
11152
11153 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
11154
11155         * arm-linux-nat.c: Really include arm-tdep.h.
11156         * config/arm/tm-linux.h (struct type, struct value): Declare.
11157
11158 2002-02-11  Michael Snyder  <msnyder@redhat.com>
11159
11160         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11161         (gcore section): Ifdef for Solaris and Unixware only.
11162         (procfs_do_thread_registers): Unixware needs one lwpstatus
11163         per thread (not one prstatus or pstatus).
11164         (procfs_make_note_section): Iterate only over kernel threads (lwps),
11165         not over all gdb threads.  For unixware, call elfcore_write_pstatus
11166         once before iterating over threads.
11167
11168 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
11169
11170         * arm-tdep.h: New file.
11171         * arm-tdep.c: Include arm-tdep.h.
11172         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11173         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11174         (arm_print_float_info, arm_register_type, convert_to_extended)
11175         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11176         (arm_extract_return_value, arm_register_name): Make static.
11177         (arm_software_single_step): Similarly.  Fix types in declaration.
11178         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11179         (arm_store_return_value, arm_store_struct_return): New functions.
11180         (arm_gdbarch_init): Register the above functions.  Also register
11181         call_dummy_start_offset, sizeof_call_dummy_words,
11182         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11183         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11184         max_register_virtual_size, register_size.  Set up
11185         prologue_cache.saved_regs here, rather than ...
11186         (_initialize_arm_tdep): ... here.
11187         * config/arm/tm-arm.h (struct type, struct value): Delete forward
11188         declarations.
11189         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11190         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11191         (arm_print_float_info, arm_register_type, convert_to_extended)
11192         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11193         (arm_extract_return_value, arm_register_name): Delete declarations.
11194         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11195         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11196         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11197         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11198         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11199         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11200         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11201         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11202         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11203         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11204         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11205         (arm_get_next_pc): No-longer static -- these are needed by the RDI
11206         interface.
11207         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11208         * remote-rdi.c remote-rdp.c: Likewise.
11209         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11210         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11211         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11212         definition.
11213
11214         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11215         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11216         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11217         from non-ARM_ prefixed definitions.
11218         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11219         all uses of above.
11220         * remote-rdi.c remote-rdp.c: Likewise.
11221         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11222
11223 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
11224
11225         * arm-tdep.c (arm_frameless_function_invocation)
11226         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11227         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11228         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11229         (arm_pop_frame, arm_get_next_pc): Make static.
11230         (arm_gdbarch_init): Register above in gdbarch structure.
11231         (arm_read_fp): Renamed from arm_target_read_fp.
11232         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11233         * config/arm/tm-arm.h (arm_frameless_function_invocation)
11234         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11235         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11236         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11237         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11238         (arm_pc_is_thumb_dummy): Delete declarations.
11239         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11240         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11241         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11242         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11243
11244 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
11245
11246         * symtab.c (compare_search_syms): New function.
11247         (sort_search_symbols): New function.
11248         (search_symbols): Sort symbols after searching rather than
11249         before.
11250
11251 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11252
11253         * NEWS: Linux -> GNU/Linux.
11254
11255 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11256
11257         * gdbarch.sh: For for level one methods, disallow a definition
11258         when partially multi-arched.  Add comments explaining rationale.
11259         * gdbarch.h: Re-generate.
11260
11261 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11262
11263         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11264         multi-arch partial.
11265
11266 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11267
11268         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
11269         field.  Use diff -u.
11270         * gdbarch.c: Re-generate.
11271
11272 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11273
11274         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11275         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11276         partial.
11277
11278 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11279
11280         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11281         multi-arch partial.
11282         (PUSH_ARGUMENTS): Switch to using predefault.
11283         * gdbarch.c: Regenerate.
11284
11285 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11286
11287         * valops.c (PUSH_ARGUMENTS): Delete definition.
11288         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11289         partial.  Default to default_push_arguments.
11290         * gdbarch.h, gdbarch.c: Regenerate.
11291
11292 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11293
11294         * defs.h (throw_exception): Rename return_to_top_level.  Update
11295         comments.
11296         * utils.c (error_stream, internal_verror, quit): Ditto.
11297         * top.c (throw_exception, catcher): Ditto.
11298         * sparclet-rom.c (sparclet_load): Ditto.
11299         * remote.c (interrupt_query, minitelnet): Ditto.
11300         * remote-sds.c (interrupt_query): Ditto.
11301         * remote-mips.c (mips_error, mips_kill): Ditto.
11302         * ocd.c (interrupt_query): Ditto.
11303         * monitor.c (monitor_interrupt_query): Ditto.
11304         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11305         * target.h: Update comment.
11306
11307         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11308
11309 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11310
11311         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11312         default_double_format.
11313         * gdbarch.h, gdbarch.c: Re-generate.
11314         * findvar.c (floatformat_unknown): Delete variable definition.
11315         * doublest.h (floatformat_unknown): Delete variable declaration.
11316
11317 2002-02-09  Jim Blandy  <jimb@redhat.com>
11318
11319         * stabsread.c (read_type): Add code to parse Sun's syntax for
11320         prototyped function types.
11321
11322 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11323
11324         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11325         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11326
11327 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11328
11329         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11330         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
11331         now _initialize_xcoffsolib gets called again and overrides the
11332         commands from solib.c in a native configuration.
11333
11334 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
11335
11336         * doublest.c (store_typed_floating): Don't try to return a value.
11337         Fixes PR gdb/290.
11338
11339 2002-02-08  Jim Blandy  <jimb@redhat.com>
11340
11341         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11342         is prototyped and has no arguments, print its argument list as
11343         `(void)'.
11344
11345 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11346
11347         * MAINTAINERS (write-after-approval): Add myself.
11348         (paper-trail): I've escaped!
11349
11350 2002-02-08  Christopher Faylor  <cgf@redhat.com>
11351
11352         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11353         changes.
11354         (_initialize_check_for_gdb_ini): Ditto.
11355
11356 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
11357
11358         * win32-nat.c (cygwin_pid_to_str): Fix typo.
11359         xaprintf -> xasprintf.
11360
11361 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
11362
11363         * win32-nat.c: Remove use of printf and sprintf functions.
11364
11365 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
11366
11367         * arm-tdep.c (arm_frame_chain_valid): Make static.
11368         (arm_push_arguments): Likewise.
11369         (arm_gdbarch_init): New function.
11370         (_initialize_arm_tdep): Call it.
11371         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11372         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11373         (FRAME_CHAIN_VALID): Delete.
11374         (arm_frame_chain_valid): Delete declaration.
11375         (PUSH_ARGUMENTS): Delete.
11376         (arm_push_arguments): Delete declaration.
11377         (CALL_DUMMY_P): Delete.
11378
11379 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
11380             Corinna Vinschen  <vinschen@redhat.com>
11381
11382         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11383         on builtin float types.
11384
11385 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
11386
11387         * utils.c: Include <curses.h> before "bfd.h".
11388         * tui/tui-hooks.c: Likewise.
11389         * tui/tui.c: Likewise.
11390         * tui/tuiCommand.c: Likewise.
11391         * tui/tuiData.c: Likewise.
11392         * tui/tuiDataWin.c: Likewise.
11393         * tui/tuiDisassem.c: Likewise.
11394         * tui/tuiGeneralWin.c: Likewise.
11395         * tui/tuiIO.c: Likewise.
11396         * tui/tuiLayout.c: Likewise.
11397         * tui/tuiRegs.c: Likewise.
11398         * tui/tuiSource.c: Likewise.
11399         * tui/tuiSourceWin.c: Likewise.
11400         * tui/tuiStack.c: Likewise.
11401         * tui/tuiWin.c: Likewise.
11402
11403 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
11404
11405         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11406         to include space for pseudoregs as well. Update loops accordingly.
11407         (sh_fp_frame_init_saved_regs): Ditto.
11408         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11409
11410 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
11411
11412         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11413         Add Richard Earnshaw to Arm maintainers.
11414
11415 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
11416
11417         * defs.h (warning_begin): Delete declaration.
11418
11419         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11420         Delete macro.
11421
11422 2002-02-07  Michael Snyder  <msnyder@redhat.com>
11423
11424         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11425         Logic bug, remove misplaced else.
11426
11427 2002-02-07  Klee Dienes  <klee@apple.com>
11428
11429         * fork-inferior.c (fork_inferior): Add '!' to the list of
11430         characters that need to be quoted when building a string for the
11431         shell.  Quote '!' specifically with a backslash, since CSH chokes
11432         when trying to evaluate "str!str".
11433
11434 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
11435
11436         * rdi-share/host.h: Only provide a typedef for bool if it is not
11437         defined.
11438
11439 2002-02-04  Michael Snyder  <msnyder@redhat.com>
11440
11441         * breakpoint.h (enum bptype): Add new overlay event bp type.
11442         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11443
11444         * breakpoint.c (create_internal_breakpoint): New function.
11445         (internal_breakpoint_number): Moved into create_internal_breakpoint.
11446         (create_longjmp_breakpoint): Use create_internal_breakpoint.
11447         (create_thread_event_breakpoint): Ditto.
11448         (create_solib_event_breakpoint): Ditto.
11449         (create_overlay_event_breakpoint): New function.
11450         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11451         (update_breakpoints_after_exec): Delete and re-initialize
11452         overlay event breakpoints after an exec.  Add FIXME comment
11453         about longjmp breakpoint.
11454         (print_it_typical): Ignore overlay event breakpoints.
11455         (print_one_breakpoint): Ditto.
11456         (mention): Ditto.
11457         (bpstat_what): Do not stop for overlay event breakpoints.
11458         (delete_breakpoint): Don't delete overlay event breakpoints.
11459         (breakpoint_re_set_one): Delete the overlay event breakpoint.
11460         (breakpoint_re_set): Re-create overlay event breakpoint.
11461
11462         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11463         (overlay_manual_command): Disable overlay breakpoints.
11464         (overlay_off_command): Disable overlay breakpoints.
11465
11466 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11467
11468         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11469         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11470         to here from config/tm-arm.h.
11471         (coff_sym_is_thumb): Make static.
11472         (arm_elf_make_msymbol_special): New function.
11473         (arm_coff_make_msymbol_special): New function.
11474         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11475         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11476         (coff_sym_is_thumb): Delete declaration.
11477         (arm_elf_make_msymbol_special): Declare.
11478         (arm_coff_make_msymbol_special): Declare.
11479         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11480         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11481
11482 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11483
11484         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11485
11486 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11487
11488         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11489         * gdbarch.c gdbarch.h: Regenerate.
11490         * arch-utils.c (default_print_float_info): New function.
11491         * arch-utils.h (default_print_float_info): Prototype it.
11492         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11493         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11494         (PRINT_FLOAT_INFO): Document it.
11495
11496         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11497         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11498         (PRINT_FLOAT_INFO): Define.
11499
11500 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
11501
11502         * win32-nat.c (_initialize_check_for_gdb_ini):
11503         Add typecast to sprintf argument to suppress a warning.
11504
11505 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
11506
11507         * win32-nat.c (last_sig): Changed type of variable to target_signal,
11508         to allow easier handling of pass state.
11509         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11510         that gives exception name and address.
11511         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11512         and set last_sig value to ourstatus->value.sig. Some missing
11513         exceptions added.
11514         (child_continue): Correctly report continue_status.
11515         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11516         TARGET_SIGNAL_0 (new default value).
11517         (child_resume): consider sig argument passed to decide if
11518         the exception should be passed to debuggee or not.
11519
11520 2002-02-05  Michael Snyder  <msnyder@redhat.com>
11521
11522         * regcache.c (fetch_register): Call target_fetch_register
11523         only if we don't call FETCH_PSEUDO_REGISTER.
11524         (store_register): Call target_store_register only if we
11525         don't call STORE_PSEUDO_REGISTER.
11526
11527 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
11528
11529         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11530         ELF_MAKE_MSYMBOL_SPECIAL.
11531         * gdbarch.c, gdbarch.h: Regenerate.
11532         * arch-utils.c (default_make_msymbol_special): New function.
11533         * arch-utils.h (default_make_msymbol_special): Export.
11534         * elfread.c (elf_symtab_read): Compile use of
11535         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11536         multiarched.
11537         * coffread.c (coff_symtab_read): Ditto, for
11538         COFF_MAKE_MSYMBOL_SPECIAL.
11539
11540 2002-02-05  Jim Blandy  <jimb@redhat.com>
11541
11542         * solib-svr4.c (svr4_truncate_ptr): New function.
11543         (svr4_relocate_section_addresses): Do the address arithmetic with
11544         the appropriate truncation for target addresses, even when
11545         CORE_ADDR is larger than a target address.
11546
11547 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11548
11549         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11550         to (int *).
11551
11552 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11553
11554         * gdbserver/linux-low.c (kill_inferior): Remove commented out
11555         code.
11556
11557 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11558
11559         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11560
11561 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11562
11563         * gdbserver/linux-low.c: Remove unused include files.
11564
11565 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11566
11567         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11568         (read_inferior_memory): Use it.
11569         (write_inferior_memory): Likewise.
11570
11571 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11572
11573         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11574         grubbing through sys_errlist.
11575
11576 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11577
11578         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11579
11580 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11581         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11582
11583 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
11584
11585         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11586         (do_sfunc, set_cmd_sfunc): New functions.
11587
11588         * command.h (struct cmd_list_element): Add field func.
11589         * cli/cli-decode.h (struct cmd_list_element): Ditto.
11590         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11591         * cli/cli-decode.h: Ditto.
11592
11593         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11594         (help_all, help_cmd_list): Ditto.
11595         (find_cmd, complete_on_cmdlist): Ditto.
11596         * top.c (execute_command): Ditto.
11597
11598         * cli/cli-setshow.c (do_setshow_command): Call func instead of
11599         function.sfunc.
11600
11601         * infcmd.c (notice_args_read): Fix function signature.
11602
11603         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11604         * cli/cli-decode.c (add_set_cmd): Ditto.
11605         * utils.c (initialize_utils): Ditto.
11606         * maint.c (_initialize_maint_cmds): Ditto.
11607         * infrun.c (_initialize_infrun): Ditto.
11608         * demangle.c (_initialize_demangler): Ditto.
11609         * remote.c (add_packet_config_cmd): Ditto.
11610         * mips-tdep.c (_initialize_mips_tdep): Ditto.
11611         * cris-tdep.c (_initialize_cris_tdep): Ditto.
11612         * proc-api.c (_initialize_proc_api): Ditto.
11613         * kod.c (_initialize_kod): Ditto.
11614         * valprint.c (_initialize_valprint): Ditto.
11615         * top.c (init_main): Ditto.
11616         * infcmd.c (_initialize_infcmd): Ditto.
11617         * corefile.c (_initialize_core): Ditto.
11618         * arm-tdep.c (_initialize_arm_tdep): Ditto.
11619         * arch-utils.c (initialize_current_architecture): Ditto.
11620         (_initialize_gdbarch_utils): Ditto.
11621         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11622
11623         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11624         * wince.c (_initialize_inftarg): Ditto.
11625         * symfile.c (_initialize_symfile): Ditto.
11626         * mips-tdep.c (_initialize_mips_tdep): Ditto.
11627         * language.c (_initialize_language): Ditto.
11628         * arc-tdep.c (_initialize_arc_tdep): Ditto.
11629
11630 2002-02-04  Michael Snyder  <msnyder@redhat.com>
11631
11632         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11633
11634 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11635
11636         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11637         Add rules for building the register data files.
11638
11639 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11640
11641         * regformats/regdat.sh: Add braces to the definition of
11642         expedite_regs_${arch}.
11643
11644 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11645
11646         * regformats/regdef.h (struct reg): Add comment describing the
11647         requirements for offset and size fields.
11648
11649 2002-02-04  Andreas Schwab  <schwab@suse.de>
11650
11651         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11652         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11653
11654 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
11655
11656         * gdbarch.sh (copyright): Update years in generated header.
11657         (SMASH_TEXT_ADDRESS): Add rule.
11658         * gdbarch.h, gdbarch.c: Re-generate.
11659         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11660         * dbxread.c: Likewise.
11661         * dwarfread.c: Likewise.
11662         * elfread.c: Likewise.
11663         * somread.c: Likewise.
11664
11665         * arm-tdep.c (arm_smash_text_address): New function.
11666         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11667
11668 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11669
11670         Add support for hardware watchpoints on win32 native.
11671         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11672         CONTEXT_DEBUG_REGISTERS.
11673         (dr variable): New variable. Static array containing a local copy
11674         of debug registers.
11675         (debug_registers_changed): New variable.  Reflects when debug registers
11676         are changed and need to be written to inferior.
11677         (debug_registers_used): New variable. Reflects when any debug register
11678         was set, used when new threads are created.
11679         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11680         i386-nat code.
11681         (thread_rec): Set dr array if id is the thread of current_event .
11682         (child_continue, child_resume): Change the debug registers for all
11683         threads if debug_registers_changed.
11684         (child_add_thread): Change the debug registers if debug_registers_used.
11685         * config/i386/cygwin.mh: Add use of i386-nat.o file.
11686         Link nm.h to new nm-cygwin.h file.
11687         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11688         of hardware registers.
11689
11690 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11691
11692         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11693         Restore behavour broken by 2002-01-20 Andrew Cagney
11694         <ac131313@redhat.com> IEEE_FLOAT removal.
11695
11696 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11697
11698         * c-valprint.c (c_val_print): Pass a proper valaddr to
11699         cp_print_class_method.
11700         * valops.c (search_struct_method): If there is only one method
11701         and args is NULL, return that method.
11702
11703 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11704
11705         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11706         accessing tag_name directly.
11707
11708 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11709
11710         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11711         of accessing tag_name directly.
11712
11713 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11714
11715         PR gdb/280
11716         * gdbtypes.c (replace_type): New function.
11717         * gdbtypes.h (replace_type): Add prototype.
11718         * stabsread.c (read_type): Use replace_type.
11719
11720 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
11721
11722         * Makefile.in (memattr.o): Add missing dependencies rule.
11723
11724 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11725
11726         * breakpoint.c (break_at_finish_command): Really export.
11727         (break_at_finish_at_depth_command): Ditto.
11728         (tbreak_at_finish_command): Ditto.
11729         * hppa-tdep.c: Include completer.h.
11730         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11731         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11732
11733 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11734
11735         * utils.c (do_write): New function.
11736         (error_stream): Rewrite combining the code from error_begin and
11737         verror.
11738         (verror): Rewrite using error_stream.
11739         (error_begin): Delete function.
11740
11741 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11742
11743         * utils.c (error_begin): Make static.
11744         * defs.h (error_begin): Delete declaration.
11745
11746         * linespec.c (cplusplus_error): Replace cplusplus_hint.
11747         (decode_line_1): Use cplusplus_error instead of error_begin,
11748         cplusplus_hint and return_to_top_level.
11749         * coffread.c (coff_symfile_read): Use error instead of error_begin
11750         and return_to_top_level.
11751         * infrun.c (default_skip_permanent_breakpoint): Ditto.
11752
11753 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11754
11755         * language.h (type_error, range_error): Make string parameter
11756         constant.
11757         * language.c (warning_pre_print): Delete extern declaration.
11758         * dwarfread.c (warning_pre_print): Ditto.
11759         * language.c (type_error, range_error): Rewrite to use verror and
11760         vwarning instead of warning_begin.
11761
11762 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11763
11764         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11765         (set_ignore_count): Move misplaced comment back where it belongs.
11766
11767 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11768
11769         * command.h (NO_FUNCTION): Delete macro.
11770         * cli/cli-decode.h (NO_FUNCTION): Ditto.
11771         * top.c (execute_command): Replace NO_FUNCTION with NULL.
11772         * tracepoint.c (_initialize_tracepoint): Ditto.
11773         * cli/cli-decode.c (add_set_cmd): Ditto.
11774         * cli/cli-cmds.c (init_cli_cmds): Ditto.
11775
11776 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11777
11778         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11779         Update ``this'' pointer when calling virtual functions.
11780
11781 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11782
11783         * breakpoint.c (create_temp_exception_breakpoint): Delete.
11784         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11785
11786 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11787
11788         * regformats/reg-arm.dat: New file.
11789         * regformats/reg-i386.dat: New file.
11790         * regformats/reg-ia64.dat: New file.
11791         * regformats/reg-m68k.dat: New file.
11792         * regformats/reg-mips.dat: New file.
11793         * regformats/reg-ppc.dat: New file.
11794         * regformats/reg-sh.dat: New file.
11795         * regformats/regdef.h: New file.
11796         * regformats/regdat.sh: New file.
11797
11798 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
11799
11800         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11801         (arm_frame_args_address, arm_frame_locals_address): New functions.
11802         (arm_frame_num_args): New function.
11803         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11804         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11805         (FRMA_NUM_ARGS): Call arm_frame_num_args.
11806
11807 2002-01-31  Michael Snyder  <msnyder@redhat.com>
11808
11809         * breakpoint.c (break_at_finish_command): Export.
11810         (break_at_finish_at_depth_command): Export.
11811         (tbreak_at_finish_command): Export.
11812         (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11813         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11814         "txbreak" commands, which are HPPA specific.
11815
11816         * printcmd.c (disassemble_command): Remove an ancient
11817         artifact of an old merge.
11818
11819         * symfile.h (enum overlay_debugging_state):
11820         Define enum constant values for overlay mode.
11821         * symfile.c (overlay_debugging): Use enums instead of literals.
11822         (overlay_is_mapped, overlay_auto_command,
11823         overlay_manual_command): Ditto.
11824
11825         * breakpoint.c (insert_breakpoints, remove_breakpoint,
11826         breakpoint_here_p, breakpoint_inserted_here_p,
11827         breakpoint_thread_match, bpstat_stop_status,
11828         describe_other_breakpoints, check_duplicates, clear_command):
11829         Coding standard fixes.
11830
11831         * target.c (target_xfer_memory): Add spaces, coding standard.
11832         (do_xfer_memory): Add missing line to trust-readonly
11833         code: check bfd SEC_READONLY flag for section.
11834
11835 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
11836
11837         * PROBLEMS: Fix typo, 5.1->5.1.1.
11838
11839 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
11840
11841         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11842         data symbols, since we search based on textlow and texthigh.
11843         (find_pc_sect_symtab): Likewise.
11844
11845 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11846
11847         * defs.h (vwarning): Declare.
11848         * utils.c (vwarning): New function.
11849         (warning): Call vwarning.
11850         (warning_begin): Delete function.
11851
11852         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11853         the warning message.
11854         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11855         warning_begin.
11856
11857 2002-01-30  Michael Snyder  <msnyder@redhat.com>
11858
11859         * NEWS: Mention "set trust-readonly-sections" command.
11860         Mention generate-core-file command.
11861
11862 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11863
11864         * target.c: New command, "set trust-readonly-sections on".
11865         (do_xfer_memory): Honor the suggestion to trust readonly sections
11866         by reading them from the object file instead of from the target.
11867         (initialize_targets): Register command "set trust-readonly-sections".
11868
11869 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11870
11871         * parse.c (target_map_name_to_register): Simplify, search regs and
11872         pseudo-regs using a single loop.
11873
11874 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11875
11876         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11877
11878 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
11879
11880         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11881         * config/i386/i386v42mp.mh: Add i387-nat.o .
11882         * i386v4-nat.c: Include i387-nat.h.
11883         (supply_fpregset): Use i387_supply_fsave.
11884         (fill_fpregset): Use i387_fill_fsave.
11885
11886 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
11887
11888         * arm-tdep.c (arm_call_dummy_words): Define.
11889         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11890         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11891         (CALL_DUMMY_WORDS): Define.
11892         (arm_call_dummy_words): Declare.
11893         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11894         (arm_linux_call_dummy_words): Declare.
11895
11896 2002-01-30  Andreas Schwab  <schwab@suse.de>
11897
11898         * m68klinux-nat.c: Fix last change to use regcache_collect
11899         instead of referencing registers[] directly.
11900
11901 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11902
11903         * parse.c (target_map_name_to_register): Delete code wrapped in
11904         #ifdef REGISTER_NAME_ALIAS_HOOK.
11905
11906 2002-01-28  Michael Snyder  <msnyder@redhat.com>
11907
11908         * regcache.c (legacy_read_register_gen): Need to be able to
11909         read pseudo-register as well as real register.
11910         (legacy_write_register_gen): Ditto.
11911
11912 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11913
11914         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11915         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11916         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11917         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11918         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11919         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11920         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11921         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11922         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11923         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11924         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11925         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11926         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11927         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11928         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11929         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11930         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11931         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11932         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11933         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11934
11935 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11936
11937         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11938         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11939         (initialize_current_architecture): Update target_byte_order using
11940         information from BFD.
11941         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11942         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11943
11944 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11945
11946         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11947         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
11948
11949         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11950         #ifdef INVALID_FLOAT.
11951         * infcmd.c (do_registers_info): Ditto.
11952         * values.c (unpack_double): Ditto.  Add comment.
11953
11954         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11955         already commented out.
11956
11957 2002-01-26  Andreas Schwab  <schwab@suse.de>
11958
11959         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11960         * m68klinux-nat.c: Update ptrace interface for fetching/storing
11961         registers and add support for PTRACE_GETREGS.
11962
11963 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
11964
11965         GDB 5.1.1 released from 5.1 branch.
11966         * NEWS: Add 5.1.1 news.
11967         * README: Sync with 5.1 branch.
11968
11969 2002-01-23  Fred Fish  <fnf@redhat.com>
11970
11971         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11972         stabstring on initial malloc.  Reallocing will copy it for us,
11973         if necessary.
11974
11975 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11976
11977         * Makefile.in (hpread_h): Delete.
11978         (HFILES_NO_SRCDIR): Remove hpread.h.
11979         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11980         (hpread.o): Update dependencies.
11981         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11982
11983         * hp-psymtab-read.c: Remove file.
11984         * hp-symtab-read.c: Remove file.
11985         * hpread.h: Remove file.
11986
11987         * hpread.c: Merge all contents of hp-psymtab-read.c,
11988         hp-symtab-read.c and hpread.h into this file, as it was prior to
11989         January 1999.
11990
11991         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11992         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11993         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11994         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11995
11996 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11997
11998         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11999         fill_gregset): Call gdbarch_tdep() just once, assign result to
12000         variable and use that, instead of calling the function several
12001         times.
12002
12003 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
12004
12005         * configure.host: Accept sparcv9 as alias for sparc64.
12006         * configure.tgt: Likewise.
12007
12008 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
12009
12010         * solib-aix5.c (build_so_list_from_mapfile)
12011         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12012         arguments is not reversed.
12013         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12014         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12015
12016 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
12017
12018         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12019         modified version of obsolete sh_fetch_pseudo_register.
12020         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12021         (sh4_register_read): New function.
12022         (sh_pseudo_register_write): New function. Renamed and modified
12023         version of obsolete sh_store_pseudo_register.
12024         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12025         (sh4_register_write): New function.
12026         (sh_gdbarch_init): Remove setting of gdbarch function
12027         fetch_pseudo_register and store_pseudo_register. Remove setting of
12028         register_convert_to_raw, register_convert_to_virtual,
12029         register_convertible.
12030         (sh_sh4_register_convertible): Delete. No longer needed. All is
12031         taken care by architecture specific functions
12032         register_read/register_write.
12033         (sh_sh4_register_convert_to_virtual): Make static.
12034         (sh_sh4_register_convert_to_raw): Ditto.
12035
12036 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
12037
12038         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12039         (floatformat_is_nan, floatformat_mantissa): Ditto.
12040
12041         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12042         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12043         builtin_type_ieee_double_little,
12044         builtin_type_ieee_double_littlebyte_bigword,
12045         builtin_type_m68881_ext, builtin_type_i960_ext,
12046         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12047         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12048         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12049         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12050
12051 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
12052
12053         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12054         parameter.  Set frameless flag if it exists and depended of
12055         whether the scanned function is frameless or not.
12056         (xstormy16_skip_prologue): If function is frameless, return
12057         result of xstormy16_scan_prologue().
12058         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12059         call.
12060
12061 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
12062
12063         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12064         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12065         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12066         sh_sh4_register_byte, sh_sh4_register_raw_size,
12067         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12068         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12069         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12070         sh_store_pseudo_register, sh_do_pseudo_register): Call
12071         gdbarch_tdep() just once, assign result to variable and use that,
12072         instead of calling the function several times.
12073
12074 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
12075
12076         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12077         macros instead of LAST_FPU_CTRL_REGNUM.
12078         (store_register): Likewise.
12079
12080 2002-01-21  Jim Blandy  <jimb@redhat.com>
12081
12082         * infcmd.c (run_command): Check that the `exec' target layer's BFD
12083         is up-to-date before running the program, not just when a program
12084         exits.
12085
12086 2002-01-21  Fred Fish  <fnf@redhat.com>
12087
12088         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12089         when we have found all instructions we are looking for.
12090
12091 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
12092
12093         * arm-tdep.c (arm_register_name): New function.
12094         (arm_registers_names): Make static.
12095         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12096         (arm_register_name): Declare.
12097         (REGISTER_NAME): Use it.
12098
12099 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
12100             Kevin Buettner  <kevinb@redhat.com>
12101
12102         Convert arm targets to new FRAME interface.
12103         * arm-tdep.c (struct frame_extra_info): Remove fsr.
12104         (arm_frame_find_save_regs): Delete.
12105         (arm_frame_init_saved_regs): New.
12106         (arm_init_extra_frame_info): Alloacte saved_regs as required.
12107         Allocate extra_info as required.  Convert all uses of fsr.regs
12108         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12109         to use extra_info.
12110         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12111         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12112         (check_prologue_cache, save_prologue_cache): Likewise.
12113         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12114         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12115         (FRAME_FIND_SAVED_REGS): Delete.
12116         (arm_frame_find_saved_regs): Delete prototype.
12117         (arm_frame_init_saved_regs): New prototype.
12118         (FRAME_INIT_SAVED_REGS): Define.
12119
12120 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12121
12122         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12123
12124 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12125
12126         From Jeff Law <law@redhat.com>:
12127         * infttrace.c: Include <sys/pstat.h>.
12128         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
12129         exec file if the ttrace equivalent fails.
12130
12131 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12132
12133         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12134         (closeLogFile): Ditto.
12135
12136 2002-01-20  Michael Chastain  <mec@shout.net>
12137
12138         * top.c (print_gdb_version): Bump copyright year to 2002.
12139
12140 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12141
12142         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12143         Zannoni and Eli Zaretskii.
12144
12145 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12146
12147         * buildsym.c: Update copyright years.
12148         * c-typeprint.c: Likewise.
12149         * dwarf2read.c: Likewise.
12150         * f-typeprint.c: Likewise.
12151         * gdbtypes.c: Likewise.
12152         * gdbtypes.h: Likewise.
12153         * hp-symtab-read.c: Likewise.
12154         * hpread.c: Likewise.
12155         * mdebugread.c: Likewise.
12156         * p-typeprint.c: Likewise.
12157
12158 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12159
12160         * remote-sim.c (gdbsim_open): Simplify code testing the macro
12161         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
12162         byte-order selectable.
12163         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12164         * arch-utils.c: Ditto.
12165         (set_endian): Ditto.
12166         (set_endian_from_file): Ditto.
12167         * gdbserver/low-sim.c (create_inferior): Ditto.
12168         * gdbarch.sh: Ditto.
12169         * gdbarch.h: Re-generate.
12170         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12171         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12172         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12173         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12174         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12175         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12176         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12177         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12178         macro definition.
12179         * config/mips/tm-wince.h: Remove #undef of macro
12180         TARGET_BYTE_ORDER_SELECTABLE.
12181         * config/sh/tm-wince.h: Ditto.
12182
12183 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12184
12185         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12186         member function fields.  Add accessor macro
12187         TYPE_FN_FIELD_ARTIFICIAL.
12188         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12189         * c-typeprint.c (c_type_print_base): Skip artificial member
12190         functions.
12191
12192 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12193
12194         * f-typeprint.c: Delete unused function f_type_print_args.
12195         * p-typeprint.c: Delete unused function pascal_type_print_args.
12196
12197 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12198
12199         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
12200         comment.  Add ``artificial'' to ``union field_location''.
12201
12202         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12203
12204         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12205         * mdebugread.c (parse_symbol): Likewise.
12206         * stabsread.c (define_symbol): Likewise.
12207         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12208         initializing TYPE_FIELD_BITPOS to n (obsolete).
12209         (hpread_doc_function_type): Likewise.
12210         * hpread.c (hpread_function_type): Likewise.
12211
12212 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12213
12214         * configure.in (host_makefile_frag): Only require a host makefile
12215         fragment when a native build.
12216         * configure: Re-generate.
12217
12218 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12219
12220         * doublest.h (floatformat_from_type): Declare.
12221         * doublest.c (floatformat_from_type): New function.
12222         (convert_typed_floating): Use.
12223
12224         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12225         call to function floatformat_from_type.
12226
12227         * gdbarch.sh (IEEE_FLOAT): Delete.
12228         * gdbarch.h, gdbarch.c: Re-generate.
12229         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12230         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12231         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12232         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12233         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12234         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12235         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12236         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12237         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12238         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12239         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12240         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12241
12242         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12243         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12244         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12245         * sh-tdep.c (sh_gdbarch_init): Ditto.
12246         * mips-tdep.c (mips_gdbarch_init): Ditto.
12247         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12248         * cris-tdep.c (cris_gdbarch_init): Ditto.
12249
12250 2002-01-20  Jiri Smid  <smid@suse.cz>
12251
12252         * configure.host, configure.tgt: Support x86-64.
12253         * NEWS: Note new target x86-64.
12254
12255         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12256         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12257         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12258         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12259         x86-64-linux-nat.o): Fix dependencies.
12260
12261 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12262
12263         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12264         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12265         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12266         * config/sparc/xm-sun4os4.h: Delete file.
12267         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12268
12269 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12270
12271         * config/sparc/sparclynx.mh (XM_FILE): Delete.
12272         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12273         * config/m68k/m68klynx.mh (XM_FILE): Delete.
12274         * config/i386/i386lynx.mh (XM_FILE): Delete.
12275         * config/rs6000/xm-rs6000ly.h: Delete file.
12276         * config/sparc/xm-sparclynx.h: Delete file.
12277         * config/m68k/xm-m68klynx.h: Delete file.
12278         * config/i386/xm-i386lynx.h: Delete file.
12279         * config/xm-lynx.h: Delete file.
12280         * config/djgpp/fnchange.lst: Update.
12281
12282 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12283
12284         * alpha-tdep.c (alpha_register_byte): New function.
12285         (alpha_register_raw_size): Ditto.
12286         (alpha_register_virtual_size): Ditto.
12287         (alpha_skip_prologue_internal): Renamed from
12288         alpha_skip_prologue.
12289         (alpha_skip_prologue): New version that calls
12290         alpha_skip_prologue_internal.
12291         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12292         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12293         second argument from alpha_skip_prologue.
12294         (REGISTER_BYTE): Use alpha_register_byte.
12295         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12296         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12297         (FRAMELESS_FUNCTION_INVOCATION): Use
12298         generic_frameless_function_invocation_not.
12299         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12300         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12301
12302 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12303
12304         * config/mips/xm-news-mips.h: Delete file.
12305         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12306
12307         * config/m88k/xm-m88k.h: Delete file.
12308         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12309         * config/m88k/xm-delta88v4.h: Ditto.
12310         * config/m88k/xm-delta88.h: Ditto.
12311
12312         * config/alpha/xm-fbsd.h: Delete file.
12313         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12314
12315         * config/sparc/xm-sparc.h: Delete file.
12316         * Makefile.in (xm-sun4os4.h): Delete dependency.
12317         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12318         * config/sparc/xm-sun4os4.h: Ditto.
12319         * config/sparc/xm-linux.h: Ditto.
12320
12321         * config/i386/xm-windows.h: Delete file.
12322
12323 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12324
12325         * utils.c: Include <sys/param.h> for MAXPATHLEN.
12326         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12327
12328 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12329
12330         * alpha-tdep.c (alpha_call_dummy_words): New.
12331         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12332         (CALL_DUMMY_P): Define.
12333         (CALL_DUMMY_WORDS): Define.
12334         (SIZEOF_CALL_DUMMY_WORDS): Define.
12335
12336 2002-01-19  Per Bothner  <per@bothner.com>
12337
12338         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
12339         isn't NULL, which can happen with some gcj-3.x-produced code.
12340
12341 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12342
12343         * alpha-tdep.c (alpha_register_virtual_type): New function.
12344         (alpha_init_frame_pc_first): Ditto.
12345         (alpha_fix_call_dummy): Ditto.
12346         (alpha_store_struct_return): Ditto.
12347         (alpha_extract_struct_value_address): Ditto.
12348         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12349         alpha_register_virtual_type.
12350         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12351         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12352         alpha_extract_struct_value_address.
12353         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12354         (INIT_FRAME_PC): Use init_frame_pc_noop.
12355         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12356
12357 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
12358
12359         * i386gnu-nat.c: Include "i386-tdep.h".
12360         (fetch_fpregs): Simplify code dealing with uninitialized floating
12361         point states such that it doesn't require FP7_REGNUM.
12362
12363 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12364
12365         * alpha-tdep.c (frame_extra_info): New.
12366         (alpha_find_saved_regs): Make static.  Use
12367         frame->extra_info.
12368         (alpha_frame_init_saved_regs): New function.
12369         (alpha_frame_saved_pc): Use frame->extra_info.
12370         (temp_saved_regs): Don't declare as struct frame_saved_regs.
12371         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12372         (init_extra_frame_info): Rename to...
12373         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
12374         (alpha_print_extra_frame_info): New function.
12375         (alpha_frame_locals_address): Ditto.
12376         (alpha_frame_args_address): Ditto.
12377         (alpha_pop_frame): Use frame->extra_info.
12378         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12379         alpha_frame_args_address.
12380         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12381         (alpha_find_saved_regs): Remove prototype.
12382         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12383         (EXTRA_FRAME_INFO): Remove.
12384         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12385         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12386
12387 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12388
12389         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12390         (alpha_cannot_fetch_register): Ditto.
12391         (alpha_cannot_store_register): Ditto.
12392         (alpha_register_convertible): Ditto.
12393         (alpha_use_struct_convention): Ditto.
12394         * config/alpha/tm-alpha.h: Update copyright years.
12395         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12396         (INNER_THAN): Use core_addr_lessthan.
12397         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12398         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12399         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12400         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12401         (FRAME_CHAIN): Remove unnecessary cast.
12402
12403 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
12404
12405         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12406         obsolete.
12407
12408 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
12409
12410         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
12411         * monitor.c, remote-array.c, remote-bug.c: Ditto.
12412         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12413         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12414         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12415         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12416         * x86-64-linux-nat.c: Ditto.
12417
12418 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12419
12420         * alpha-tdep.c (alpha_register_name): New function.
12421         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12422         (REGISTER_NAME): Define.
12423
12424 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12425
12426         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12427
12428 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12429
12430         * alpha-tdep.c: Update copyright years.
12431         (alpha_next_pc): New function.
12432         (alpha_software_single_step): Ditto.
12433         * config/alpha/tm-alpha.h: Add prototype for
12434         alpha_software_single_step.
12435
12436 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12437
12438         * alphabsd-nat.c: Update copyright years.
12439         (fill_gregset): Use regcache_collect.
12440         (fill_fpregset): Likewise.
12441         (fetch_inferior_registers): Only fetch integer registers
12442         if requested to do so.
12443         (store_inferior_registers): Only store integer registers
12444         if requested to do so.
12445
12446 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12447
12448         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12449         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12450         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12451         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12452         * config/alpha/fbsd.mh (XDEPFILES): Delete.
12453         * config/arm/linux.mh (XDEPFILES): Delete.
12454         * config/arm/nbsd.mh (XDEPFILES): Delete.
12455         * config/i386/i386dgux.mh (XDEPFILES): Delete.
12456         * config/i386/i386sol2.mh (XDEPFILES): Delete.
12457         * config/i386/i386m3.mh (XDEPFILES): Delete.
12458         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12459         * config/i386/i386gnu.mh (XDEPFILES): Delete.
12460         * config/i386/fbsd.mh (XDEPFILES): Delete.
12461         * config/i386/i386bsd.mh (XDEPFILES): Delete.
12462         * config/i386/i386sco5.mh (XDEPFILES): Delete.
12463         * config/i386/i386v4.mh (XDEPFILES): Delete.
12464         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12465         * config/i386/i386sco4.mh (XDEPFILES): Delete.
12466         * config/i386/i386aix.mh (XDEPFILES): Delete.
12467         * config/i386/go32.mh (XDEPFILES): Delete.
12468         * config/i386/cygwin.mh (XDEPFILES): Delete.
12469         * config/i386/i386lynx.mh (XDEPFILES): Delete.
12470         * config/i386/i386mach.mh (XDEPFILES): Delete.
12471         * config/i386/i386v32.mh (XDEPFILES): Delete.
12472         * config/i386/linux.mh (XDEPFILES): Delete.
12473         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12474         * config/i386/ncr3000.mh (XDEPFILES): Delete.
12475         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12476         * config/i386/i386sco.mh (XDEPFILES): Delete.
12477         * config/i386/i386v.mh (XDEPFILES): Delete.
12478         * config/i386/nbsd.mh (XDEPFILES): Delete.
12479         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12480         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12481         * config/i386/symmetry.mh (XDEPFILES): Delete.
12482         * config/i386/obsd.mh (XDEPFILES): Delete.
12483         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12484         * config/ia64/linux.mh (XDEPFILES): Delete.
12485         * config/ia64/aix.mh (XDEPFILES): Delete.
12486         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12487         * config/m68k/dpx2.mh (XDEPFILES): Delete.
12488         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12489         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12490         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12491         * config/m68k/linux.mh (XDEPFILES): Delete.
12492         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12493         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12494         * config/m68k/nbsd.mh (XDEPFILES): Delete.
12495         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12496         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12497         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12498         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12499         * config/m88k/delta88.mh (XDEPFILES): Delete.
12500         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12501         * config/m88k/m88k.mh (XDEPFILES): Delete.
12502         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12503         * config/mips/linux.mh (XDEPFILES): Delete.
12504         * config/mips/irix6.mh (XDEPFILES): Delete.
12505         * config/mips/irix5.mh (XDEPFILES): Delete.
12506         * config/mips/irix4.mh (XDEPFILES): Delete.
12507         * config/mips/irix3.mh (XDEPFILES): Delete.
12508         * config/mips/decstation.mh (XDEPFILES): Delete.
12509         * config/mips/mipsm3.mh (XDEPFILES): Delete.
12510         (NATDEPFILES): Move core-aout.o to here.
12511         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12512         * config/pa/hpux1020.mh (XDEPFILES): Delete.
12513         * config/pa/hppabsd.mh (XDEPFILES): Delete.
12514         * config/pa/hppahpux.mh (XDEPFILES): Delete.
12515         * config/pa/hpux11w.mh (XDEPFILES): Delete.
12516         * config/pa/hppaosf.mh (XDEPFILES): Delete.
12517         * config/pa/hpux11.mh (XDEPFILES): Delete.
12518         * config/powerpc/aix.mh (XDEPFILES): Delete.
12519         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12520         * config/powerpc/linux.mh (XDEPFILES): Delete.
12521         * config/romp/rtbsd.mh: Rename XDEPFILES.
12522         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12523         * config/rs6000/aix4.mh (XDEPFILES): Delete.
12524         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12525         * config/s390/s390.mh (XDEPFILES): Delete.
12526         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12527         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12528         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12529         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12530         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12531         * config/sparc/nbsd.mh (XDEPFILES): Delete.
12532         * config/sparc/linux.mh (XDEPFILES): Delete.
12533         * config/vax/vaxult.mh (XDEPFILES): Delete.
12534         * config/vax/vaxult2.mh (XDEPFILES): Delete.
12535         * Makefile.in (DEPFILES): Remove XDEPFILES.
12536
12537 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12538
12539         * utils.c (internal_verror): Fix comments, default is yes not no.
12540         Update queries to match.  Default to quit and dump core.
12541
12542 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12543
12544         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
12545         copyright.
12546         * defs.h, event-top.c, gdbcmd.h: Ditto.
12547         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12548         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12549         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12550         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12551         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12552         * mi/mi-main.c:Ditto.
12553
12554         * stack.c, symfile.c: Update copyright.
12555
12556 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
12557
12558         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12559         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12560         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12561         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12562
12563 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
12564
12565         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12566         * gdbserver/low-lynx.c (myattach): Likewise.
12567         * gdbserver/low-nbsd.c (myattach): Likewise.
12568         * gdbserver/low-sim.c (myattach): Likewise.
12569         * gdbserver/low-sparc.c (myattach): Likewise.
12570         * gdbserver/low-sun3.c (myattach): Likewise.
12571
12572         * gdbserver/low-linux.c (myattach): New function.
12573
12574         * gdbserver/server.c (attach_inferior): New function.
12575         (main): Handle "--attach".
12576
12577 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
12578
12579         * MAINTAINERS (language support): Daniel Jacobwitz is C++
12580         maintainer.
12581
12582 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
12583
12584         * c-typeprint.c (is_type_conversion_operator): Add additional
12585         check for non-conversion operators.
12586
12587 2002-01-15  Michael Snyder  <msnyder@redhat.com>
12588
12589         * linux-proc.c: Add "info proc" command, a la procfs.c.
12590         (read_mapping): New function, abstract and re-use code.
12591         (linux_find_memory_regions): Use new func read_mapping.
12592         (linux_info_proc_cmd): New function, implement "info proc".
12593         (_initialize_linux_proc): Add new command "info proc".
12594
12595 2002-01-15  Michael Snyder  <msnyder@redhat.com>
12596
12597         * symfile.c (generic_load): Use bfd_map_over_sections method
12598         instead of manipulating bfd structure members directly.
12599         (add_section_size_callback): New function, bfd sections callback
12600         used by generic_load.
12601         (load_sections_callback): New function, bfd sections callback
12602         used by generic_load.
12603
12604 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
12605
12606         [Based on work by Jim Blandy]
12607         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12608         (builtin_type_vec128): Export.
12609         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12610         types.
12611         (builtin_type_vec128): New builtin type for 128 bit vector
12612         registers.
12613         (build_gdbtypes): Initialize builtin_type_v16qi and
12614         builtin_type_v8hi. Create the vec128 register builtin type
12615         structure.
12616         (build_builtin_type_vec128): New function.
12617         (_initialize_gdbtypes): Register builtin_type_v16qi and
12618         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12619         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12620         AltiVec register to new builtin type.
12621
12622 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
12623
12624         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12625         to make_cv_type.
12626
12627 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
12628
12629         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12630         CLEAN_UP_REGISTER_VALUE.
12631         * regcache.c (supply_register): Update only call.
12632
12633 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
12634
12635         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12636         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12637         a29k-*-vxworks* targets as obsolete.
12638
12639 2002-01-14  Michael Snyder  <msnyder@redhat.com>
12640
12641         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12642         until we can resolve portability issues.
12643         * gregset.h: Remove references to fpxregs.
12644         * gcore.c (gcore_command): Initialize note_sec to NULL.
12645
12646 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12647
12648         * signals.c (target_signal_to_name): Rewrite.  Only use
12649         signals[].name when in bounds and non-NULL.
12650
12651 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12652
12653         From Petr Ledvina <ledvinap@kae.zcu.cz>:
12654         * signals.c (target_signal_to_name): Verify that SIG is within the
12655         bounds of the signals array.
12656
12657 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12658
12659         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12660
12661 2002-01-13  Keith Seitz  <keiths@redhat.com>
12662
12663         * stack.c (print_frame_info_base): Print the frame's pc
12664         only if when print_frame_info_listing_hook is not defined.
12665
12666 2002-01-13  Keith Seitz  <keiths@redhat.com>
12667
12668         * varobj.c (varobj_set_value): Make sure that there were no
12669         errors evaluating the object before attempting to set its
12670         value.
12671         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12672         so this offset adjustment is no longer necessary.
12673         (create_child): Don't set the error flag if the child is
12674         a CPLUS_FAKE_CHILD.
12675         (value_of_child): If value_fetch_lazy fails, return NULL
12676         so that callers will be notified that an error occurred.
12677         (c_value_of_variable): Delay check of variable's validity
12678         until later. We actually want all structs and unions to have
12679         the value "{...}".
12680         Do not return "???" for variables which could not be evaluated.
12681         This error condition must be returned to the caller so that it
12682         can get the error condition from gdb.
12683         (cplus_name_of_child): Adjust index for vptr before figuring
12684         out the name of the child.
12685         (cplus_value_of_child): If a child's (real) parent is not valid,
12686         don't even bother trying to give a value for it. Just return
12687         an error. Change all instances in this function.
12688         (cplus_type_of_child): If our parent is one of the "fake"
12689         parents, we need to get at the type of the real parent, and
12690         derive the child's true type using this information.
12691
12692 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12693
12694         From 2002-01-09 John Marshall <johnm@falch.net>:
12695         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12696         sources.redhat.com, and tweak some related URLs which had
12697         suffered from linkrot.
12698
12699 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12700
12701         From Jeff law:
12702         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12703         structures passed in registers.
12704
12705 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
12706
12707         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12708         white space which prevented compilation.  Reported by DSK
12709         <dsk@student.unsw.edu.au>.
12710
12711 2002-01-11  Michael Snyder  <msnyder@redhat.com>
12712
12713         * symfile.c (build_section_addr_info_from_section_tab):
12714         Use bfd access method instead of manipulating bfd directly.
12715         (syms_from_objfile): Ditto.
12716         (simple_overlay_update_1): Ditto.
12717         (simple_overlay_update): Ditto.
12718         (generic_load): Ditto.
12719         (overlay_unmapped_address): FIXME comment, bfd access methods.
12720         (sections_overlap): FIXME comment, bfd access methods.
12721         (pc_in_mapped_range): FIXME comment, bfd access methods.
12722         (pc_in_unmapped_range): FIXME comment, bfd access methods.
12723         (section_is_mapped): FIXME comment, bfd access methods.
12724         (section_is_overlay): FIXME comment, bfd access methods.
12725
12726         * symfile.c (generic_load): Whitespace and long line cleanups.
12727         Remove duplicate variable, change several local variables to
12728         more appropriate data types.
12729         (print_transfer_performance): Use %lu instead of %ld for ulongs.
12730
12731 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12732
12733         From Peter Schauer:
12734         * language.c (longest_local_hex_string_custom): Use phex_nz to
12735         convert NUM to a hex string.
12736
12737 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
12738
12739         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12740         the function.
12741         Update Copyright year.
12742
12743 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12744
12745         * language.c (longest_raw_hex_string): Delete unused function.
12746
12747 2002-01-11  Petr Sorfa  <petrs@caldera.com>
12748
12749         * MAINTAINERS (write-after-approval): Add myself.
12750         * dwarf2read.c (read_tag_string_type): Handling of
12751         DW_AT_byte_size.
12752         (read_tag_string_type): FORTRAN fix to prevent propagation of
12753         first string size.
12754         (set_cu_language): Handling of DW_LANG_Fortran95
12755
12756 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
12757
12758         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12759         GETPID(inferior_ptid).
12760         (store_inferior_registers): Likewise.
12761
12762 2002-01-10  Jason Merrill  <jason@redhat.com>
12763
12764         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12765         Fix DW_OP_minus.
12766
12767 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
12768
12769         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12770         and bfd/elf32-sh-nbsd.c.
12771
12772 2002-01-10  Michael Snyder  <msnyder@redhat.com>
12773
12774         * NEWS: Mention --pid and corefile/proc-id behavior change.
12775
12776         * Makefile.in: Add rules for gcore.o and linux-proc.o.
12777         * gcore.c: Include cli/cli-decode.h instead of command.h.
12778
12779         * main.c (captured_main): Add new command line option "--pid".
12780         If the second command line argument (following the symbol-file)
12781         begins with a digit, try to attach to it before trying to open
12782         it as a corefile.
12783         (print_gdb_help): Document the "--pid" argument.
12784
12785 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
12786
12787         * completer.c (command_completer): New function.
12788
12789         * completer.h <command_completer>: Add prototype.
12790
12791         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12792         completer for the "help" command.
12793
12794 2002-01-09  Jason Merrill  <jason@redhat.com>
12795
12796         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12797
12798 2002-01-09  Michael Snyder  <msnyder@redhat.com>
12799
12800         * i386-linux-nat.c (fill_fpxregset): Make global.
12801         (store_fpxregset): Ditto.
12802
12803         * gregset.h (gdb_fpxregset_t): Define.
12804         (supply_fpxregset): Prototype.
12805         (fill_fpxregset): Prototype.
12806
12807         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12808
12809 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12810
12811         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12812         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12813         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12814
12815 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
12816
12817         * MAINTAINERS: Update target maintainer rules so that any
12818         Maintainer can approve a tested patch for a maintenance-only
12819         target.
12820
12821 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12822
12823         * MAINTAINERS (write-after-approval): Add myself.
12824
12825         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12826         IN_SIGTRAMP.
12827
12828 2002-01-08  Michael Snyder  <msnyder@redhat.com>
12829
12830         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12831         real name of the executable, rather than the /proc name.
12832
12833 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12834
12835         Implement a "generate-core-file" command in gdb, save target state.
12836         * gcore.c: New file.  Implement new command 'generate-core-file'.
12837         Save a corefile image of the current state of the inferior.
12838         * linux-proc.c: Add linux-specific code for saving corefiles.
12839         * target.h (struct target_ops): Add new target vectors for saving
12840         corefiles; to_find_memory_regions and to_make_corefile_notes.
12841         (target_find_memory_regions): New macro.
12842         (target_make_corefile_notes): New macro.
12843         * target.c (update_current_target): Inherit new target methods.
12844         (dummy_find_memory_regions): New place-holder method.
12845         (dummy_make_corefile_notes): New place-holder method.
12846         (init_dummy_target): Initialize new dummy target vectors.
12847         * exec.c (exec_set_find_memory_regions): New function.
12848         Allow the exec_ops vector for memory regions to be taken over.
12849         (exec_make_note_section): New function, target vector method.
12850         * defs.h (exec_set_find_memory_regions): Export prototype.
12851         * procfs.c (proc_find_memory_regions): New function, corefile method.
12852         (procfs_make_note_section): New function, corefile method.
12853         (init_procfs_ops): Set new target vector pointers.
12854         (find_memory_regions_callback): New function.
12855         (procfs_do_thread_registers): New function.
12856         (procfs_corefile_thread_callback): New function.
12857         * sol-thread.c (sol_find_memory_regions): New function.
12858         (sol_make_note_section): New function.
12859         (init_sol_thread_ops): Initialize new target vectors.
12860         * inftarg.c (inftarg_set_find_memory_regions): New function.
12861         Allow to_find_memory_regions vector to be taken over.
12862         (inftarg_set_make_corefile_notes): New function.
12863         Allow to_make_corefile_notes vector to be taken over.
12864         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12865         interface layer if not target_has_execution (may be a corefile).
12866         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12867         * config/sparc/sun4sol2.mh: Ditto.
12868         * config/alpha/alpha-linux.mh: Ditto.
12869         * config/arm/linux.mh: Ditto.
12870         * config/i386/x86-64linux.mh: Ditto.
12871         * config/ia64/linux.mh: Ditto.
12872         * config/m68k/linux.mh: Ditto.
12873         * config/mips/linux.mh: Ditto.
12874         * config/powerpc/linux.mh: Ditto.
12875         * config/sparc/linux.mh: Ditto.
12876
12877 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12878
12879         * arm-linux-nat.c: Remove references to regcache.c internal data
12880         (registers[] and register_valid[]).
12881
12882 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12883
12884         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
12885         so that attaching to a pid will automatically read the process's
12886         symbol file and shlibs.
12887         * Makefile.in: Add rule for linux-proc.o.
12888         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12889         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12890         * config/arm/linux.mh: Ditto.
12891         * config/i386/linux.mh: Ditto.
12892         * config/i386/x86-64linux.mh: Ditto.
12893         * config/ia64/linux.mh: Ditto.
12894         * config/m68k/linux.mh: Ditto.
12895         * config/mips/linux.mh: Ditto.
12896         * config/powerpc/linux.mh: Ditto.
12897         * config/sparc/linux.mh: Ditto.
12898
12899 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
12900
12901         * win32-nat.c: Add i386-tdep.h dependency.
12902
12903 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12904
12905         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12906         instead of bfd_get_arch_size.  Don't bail out just because
12907         there's no exec_bfd.
12908
12909         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12910         * p-valprint.c (pascal_object_print_value): Ditto.
12911         * somread.c (som_symtab_read): Ditto.
12912         * symfile.c (simple_free_overlay_region_table): Ditto.
12913         * valops.c (value_assign): Ditto.
12914
12915         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12916         use tilde_expand and strerror for opening save-tracepoints file.
12917
12918         * thread-db.c (thread_db_new_objfile): Indendation fix.
12919
12920         * infptrace.c (GDB_MAX_ALLOCA): New define.
12921         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12922         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12923         can be overridden with whatever value is appropriate to the host).
12924         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12925         alloca to allocate potentially large buffer.
12926         * rs6000-nat.c (child_xfer_memory): Ditto.
12927         * symm-nat.c (child_xfer_memory): Ditto.
12928         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12929
12930 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
12931
12932         From Nick Clifton  <nickc@redhat.com>
12933         * d10v-tdep.c: Set STACK_START to 0x200bffe.
12934
12935 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12936
12937         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12938         Don't use exec_bfd if it's NULL.
12939
12940 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
12941
12942         * valops.c (value_arg_coerce): Fix formatting.
12943
12944 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12945
12946         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12947         * gnu-nat.c: Ditto.
12948
12949 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12950
12951         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12952         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12953         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12954         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12955         z8k-coff have not been multi-arched.  Update z8k-coff build
12956         status.
12957
12958 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12959
12960         * MAINTAINERS: Mark a29k target as obsolete.
12961         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12962         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
12963         comments.
12964         * NEWS: Note that a29k targets are obsolete.
12965         * a29k-tdep.c: Mark as obsolete.
12966         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12967         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12968         a29k-*-vxworks* targets as obsolete.
12969         * remote-adapt.c: Obsolete.
12970         * remote-eb.c: Obsolete.
12971         * remote-mm.c: Obsolete.
12972         * remote-udi.c: Obsolete.
12973         * config/a29k/a29k-udi.mt: Obsolete.
12974         * config/a29k/a29k.mt: Obsolete.
12975         * config/a29k/tm-a29k.h: Obsolete.
12976         * config/a29k/tm-vx29k.h: Obsolete.
12977         * config/a29k/vx29k.mt: Obsolete.
12978
12979 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12980
12981         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12982         with BFD_ENDIAN_BIG.
12983
12984 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12985
12986         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12987         * configure, config.in: Re-generate.
12988         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12989         * defs.h: Do not include <endian.h>.
12990
12991 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
12992
12993         * acconfig.h (HAVE_PT_GETXMMREGS): New.
12994         * config.in: Regenerate.
12995         * configure.in: Update copyright years.
12996         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12997         * configure: Regenerate.
12998         * i386bsd-nat.c: Update copyright years.
12999         (fill_gregset): Use regcache_collect.
13000         (fetch_inferior_registers): Only fetch integer registers
13001         if requested to do so.  Add support for XMM registers
13002         using PT_GETXMMREGS.
13003         (store_inferior_registers): Only store integer registers
13004         if requested to do so.  Add support for XMM registers
13005         using PT_SETXMMREGS.
13006         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13007         (store_inferior_registers): Remove.
13008         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13009         (fetch_elfcore_registers): New function.
13010         (i386nbsd_elfcore_fns): New.
13011         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13012         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13013         i386bsd-nat.o.
13014         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13015         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13016         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13017         * config/i386/tm-nbsd.h: Update copyright years.
13018         (HAVE_SSE_REGS): Define.
13019         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13020         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13021         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13022         (SIGCONTEXT_PC_OFFSET): Remove.
13023         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13024
13025 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
13026
13027         * configure.tgt: Remove powerpc-*-macos* target.
13028         * config/m68k/xm-mpw.h: Delete file.
13029         * config/xm-mpw.h: Delete file.
13030         * ser-mac.c: Delete file.
13031         * mpw-make.sed: Delete file.
13032         * mpw-config.in: Delete file.
13033         * mac-xdep.c: Delete file.
13034         * mac-gdb.r: Delete file.
13035         * mac-defs.h: Delete file.
13036         * mac-nat.c: Delete file.
13037         * config/powerpc/macos.mh: Delete file.
13038         * config/powerpc/macos.mt: Delete file.
13039         * config/powerpc/nm-macos.h: Delete file.
13040         * config/powerpc/tm-macos.h: Delete file.
13041         * source.c (openp, open_source_file): Remove obsolete code.
13042         * top.c (gdb_readline): Ditto.
13043         * utils.c (query): Ditto.
13044         * event-top.c (display_gdb_prompt): Ditto.
13045         * Makefile.in (ser-mac.o): Delete obsolete target.
13046         * NEWS: Update.
13047
13048 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
13049
13050         * defs.h (BIG_ENDIAN): Delete macro definition.
13051         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13052         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13053         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13054         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13055         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13056         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13057         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13058         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13059         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13060         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13061         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13062         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13063         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13064         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13065         * gdbarch.c: Re-generate.
13066
13067 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13068
13069         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13070         for core files.
13071
13072 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
13073
13074         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13075
13076 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
13077
13078         * value.h (value_ptr): Delete typedef.
13079
13080 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
13081
13082         * i386nbsd-nat.c: Update copyright years.
13083         Include i386-tdep.h.
13084
13085 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
13086
13087         * stabsread.c: Update copyright years.
13088
13089         From Debashis Mahata <debashis.mahata@wipro.com>:
13090         (read_struct_fields): Deal with Sun C compiler erroneous stab
13091         output for structs and unions.
13092         Fix PR gdb/269.
13093
13094 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13095
13096         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13097         prototype.
13098
13099 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13100
13101         * cp-abi.c: Fix whitespace.
13102         (baseclass_offset): New wrapper function.
13103         * cp-abi.h (baseclass_offset): Add prototype.
13104         (struct cp_abi_ops): Add baseclass_offset pointer.
13105
13106         * valops.c (vb_match): Move to...
13107         * gnu-v2-abi.c (vb_match): here.
13108         * valops.c (baseclass_offset): Move to...
13109         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13110
13111         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13112
13113         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13114         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13115         * hpacc-abi.c (init_hpacc_ops): Likewise.
13116
13117 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13118
13119         * valops.c (find_overload_match): Accept obj as a
13120         reference parameter.  Update it before returning.
13121         * value.h (find_overload_match): Update prototype.
13122         * eval.c (evaluate_subexp_standard): Pass object to
13123         find_overload_match by reference.
13124
13125 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
13126
13127         * valarith.c: Replace value_ptr with struct value pointer.  Remove
13128         register attribute from value declarations.
13129         * valops.c: Ditto.
13130         * value.h: Ditto.
13131         * scm-lang.c (scm_lookup_name): Ditto.
13132
13133 2002-01-03  Michael Snyder  <msnyder@redhat.com>
13134
13135         Abstract the functionality of iterating over mapped memory
13136         regions into a general purpose iterator function.
13137         * procfs.c (iterate_over_mappings): New function, general purpose
13138         iterator for memory sections.
13139         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13140         (solib_mappings_callback): New function, callback for above.
13141         (info_proc_mappings): Reimpliment using iterate_over_mappings.
13142         (info_mappings_callback): New function, callback for above.
13143
13144         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13145
13146 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
13147
13148         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13149         * i386-tdep.c: Include "elf-bfd.h".
13150         (process_note_abi_tag_sections): New function.
13151         (i386_gdbarch_init): Add code to recognize various OS/ABI
13152         combinations.
13153
13154         * maint.c (_initialize_maint_cmds): Add missing \ in
13155         string-literal.
13156
13157 For older changes see ChangeLog-2001
13158 \f
13159 Local Variables:
13160 mode: change-log
13161 left-margin: 8
13162 fill-column: 74
13163 version-control: never
13164 End: