* expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
[external/binutils.git] / gdb / ChangeLog
1 2002-11-18  Adam Fedor  <fedor@gnu.org>
2
3         * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
4         OP_OBJC_MSGCALL, and OP_OBJC_SELF.      
5         (op_name): Handle OP_OBJC_SELF.
6         * Makefile.in (expprint.o): Add additional depends.
7
8 2002-11-18  Adam Fedor  <fedor@gnu.org>
9
10         * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
11         OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
12         * parse.c (length_of_subexp, prefixify_subexp): Likewise.
13         * objc-exp.y: Likewise. 
14
15 2002-11-18  Adam Fedor  <fedor@gnu.org>
16
17         * gdb/parser-defs.h: (struct objc_class_str): New structure
18         for parsing ObjC classes.
19
20 2002-11-18  Andrew Cagney  <ac131313@redhat.com>
21
22         * stack.c (frame_relative_level): Copy function from here ...
23         * frame.c (frame_relative_level): ...to here.
24
25 2002-11-18  Andrew Cagney  <ac131313@redhat.com>
26
27         * frame.h (enum frame_type): Define.
28         (get_frame_type): Declare.
29         (struct frame_info): Add field `type'.  Delete field
30         signal_handler_caller.
31         (deprecated_set_frame_signal_handler_caller): Declare.
32         * frame.c (get_frame_type): New function.
33         (deprecated_set_frame_type): New function.
34         (create_new_frame): Set the frame's type.
35         (get_prev_frame): Similar.
36         * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
37         * s390-tdep.c: Ditto.
38         * m68klinux-nat.c: Ditto.
39         * ns32k-tdep.c: Ditto.
40         * x86-64-linux-tdep.c: Ditto.
41         * vax-tdep.c: Ditto.
42         * rs6000-tdep.c: Ditto.
43         * ppc-linux-tdep.c: Ditto.
44         * i386-interix-tdep.c: Ditto.
45         * mips-tdep.c: Ditto.
46         * m68k-tdep.c: Ditto.
47         * hppa-tdep.c: Ditto.
48         * ia64-tdep.c: Ditto.
49         * cris-tdep.c: Ditto.
50         * arm-tdep.c: Ditto.
51         * alpha-tdep.c: Ditto.
52         * i386-tdep.c: Ditto.
53         * stack.c: Ditto.
54         * ada-lang.c: Ditto.
55         * blockframe.c: Update.
56         * i386-interix-tdep.c (i386_interix_back_one_frame): Use
57         deprecated_set_frame_type instead of signal_handler_caller.
58         * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
59         * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
60         * breakpoint.h: Delete FIXME suggesting get_frame_type.
61
62 2002-11-18   Klee Dienes  <kdienes@apple.com>
63
64         * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
65
66 2002-11-18  Klee Dienes  <kdienes@apple.com>
67
68         * buildsym.c (pop_context): Add comment.
69         
70 2002-11-18  Klee Dienes  <kdienes@apple.com>
71
72         * buildsym.h (pop_context): Convert to function, defined in
73         buildsym.c.
74         * buildsym.c: Include gdb_assert.h.
75         (pop_context): Implement as C function.  Add check for stack
76         underflow.
77         * dbxread.c (process_one_symbol): Complain and stop processing
78         that symbol if we are already at the top of the context stack for
79         a function-end N_FUN (this would imply an umatched RBRAC).  Ditto
80         when processing N_RBRAC.
81
82 2002-11-16  Daniel Jacobowitz  <drow@mvista.com>
83
84         * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
85         define.
86         (struct target_waitstatus): Add opaque definition.
87         * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
88         * exec.c (init_exec_ops): Likewise.
89         * fork-child.c (clone_and_follow_inferior): Remove.
90         * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
91         * inferior.h (clone_and_follow_inferior): Remove prototype.
92         * infrun.c (follow_fork_mode_both): Remove.
93         (follow_fork_mode_kind_names): Remove commented out "both".
94         (follow_inferior_fork): Remove follow_fork_mode_both support.
95         * inftarg.c (child_clone_and_follow_inferior): Remove.
96         (child_post_follow_inferior_by_clone): Remove.
97         (init_child_ops): Don't set to_clone_and_follow_inferior
98         or to_post_follow_inferior_by_clone.
99         * target.c (default_clone_and_follow_inferior): Remove.
100         (cleanup_target): Don't set to_clone_and_follow_inferior
101         or to_post_follow_inferior_by_clone.
102         (find_default_clone_and_follow_inferior): Remove.
103         (init_dummy_target): Don't set to_clone_and_follow_inferior.
104         (debug_to_clone_and_follow_inferior): Remove.
105         (debug_to_post_follow_inferior_by_clone): Remove.
106         (setup_target_debug): Don't set to_clone_and_follow_inferior
107         or to_post_follow_inferior_by_clone.
108         * target.h (struct target_ops): Remove to_clone_and_follow_inferior
109         and to_post_follow_inferior_by_clone.
110         (child_clone_and_follow_inferior): Remove prototype.
111         (child_post_follow_inferior_by_clone): Remove prototype.
112         (target_clone_and_follow_inferior): Remove macro.
113         (target_post_follow_inferior_by_clone): Remove macro.
114         (find_default_clone_and_follow_inferior): Remove prototype.
115
116 2002-11-16  Daniel Jacobowitz  <drow@mvista.com>
117
118         * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
119         inferior_has_vforked, and inferior_has_execd instead of
120         target_has_forked, target_has_vforked, and target_has_execd.
121         * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
122         (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
123         (CHILD_WAIT): Define.
124         (child_wait): Add prototype.
125         * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
126         Add prototype.
127         (hpux_has_vforked): Likewise, from child_has_vforked.
128         (hpux_has_execd): Likewise, from child_has_execd.
129         (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
130         (not_same_real_pid, child_wait): New, copied from inftarg.c.
131         Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
132         and hpux_has_syscall_event instead of the target hooks.
133         * infrun.c (inferior_has_forked, inferior_has_vforked)
134         (inferior_has_execd): New functions.
135         * inftarg.c (not_same_real_pid): Remove.
136         (child_wait): Remove references to not_same_real_pid,
137         target_has_forked, target_has_vforked, target_has_execd,
138         and target_has_syscall_event.
139         (child_has_forked, child_has_vforked, child_has_execd)
140         (child_has_syscall_event): Remove.
141         (init_child_ops): Remove references to child_has_forked,
142         child_has_vforked, child_has_execd, and child_has_syscall_event.
143         * infttrace.c (hpux_has_forked): Rename from child_has_forked.
144         (hpux_has_vforked): Likewise, from child_has_vforked.
145         (hpux_has_execd): Likewise, from child_has_execd.
146         (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
147         * target.c (cleanup_target): Remove references to
148         to_has_forked, to_has_vforked, to_has_execd, and
149         to_has_syscall_event.
150         (update_current_target): Likewise.
151         (setup_target_debug): Likewise.
152         (debug_to_has_forked): Remove.
153         (debug_to_has_vforked): Remove.
154         (debug_to_has_execd): Remove.
155         (debug_to_has_syscall_event): Remove.
156         * target.h (struct target_ops): Remove to_has_forked.
157         to_has_vforked, to_has_execd, and to_has_syscall_event.
158         (child_has_forked, child_has_vforked, child_has_execd)
159         (child_has_syscall_event): Remove prototypes.
160         (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
161         prototypes.
162         (target_has_forked, target_has_vforked, target_has_execd)
163         (target_has_syscall_event): Remove macros.
164
165 2002-11-16  Daniel Jacobowitz  <drow@mvista.com>
166
167         * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
168         * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
169         (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
170         * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
171         * target.c (cleanup_target): Remove reference to
172         to_can_follow_vfork_prior_to_exec.
173         (update_current_target): Likewise.
174         (debug_to_can_follow_vfork_prior_to_exec): Remove.
175         (setup_target_debug): Remove reference to
176         to_can_follow_vfork_prior_to_exec.
177         * target.h (struct target_ops): Remove
178         to_can_follow_vfork_prior_to_exec.
179         (child_can_follow_vfork_prior_to_exec): Remove prototype.
180         (target_can_follow_vfork_prior_to_exec): Remove definition.
181         * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
182         define.
183         * infrun.c (follow_vfork_when_exec): Remove.
184         (follow_inferior_fork): Remove references to follow_vfork_when_exec.
185         (follow_exec): Likewise.
186         (handle_inferior_event): Likewise.
187         (keep_going): Likewise.
188
189 2002-11-15  Andrew Cagney  <cagney@redhat.com>
190
191         * frame.c (generic_unwind_get_saved_register): Make static.
192         * frame.h (generic_unwind_get_saved_register): Delete declaration.
193         * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
194         defaults to generic_unwind_get_saved_register.
195         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
196         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
197         * frv-tdep.c (frv_gdbarch_init): Ditto.
198         * i386-tdep.c (i386_gdbarch_init): Ditto.
199         * s390-tdep.c (s390_gdbarch_init): Ditto.
200         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
201         * v850-tdep.c (v850_gdbarch_init): Ditto.
202         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
203         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
204         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
205
206 2002-11-15  Andrew Cagney  <cagney@redhat.com>
207
208         * x86-64-linux-nat.c (i386_sse_regnum_p): New function.  Copy from
209         i386-tdep.c.
210
211 2002-11-15  Andrew Cagney  <cagney@redhat.com>
212
213         * frame.h (sigtramp_saved_pc): Delete declaration.
214         * blockframe.c (sigtramp_saved_pc): Delete function.
215         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
216         (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
217         * vax-tdep.c (vax_sigtramp_saved_pc): New function.
218         (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
219
220 2002-11-15  Andrew Cagney  <ac131313@redhat.com>
221
222         * frame.c (frame_pc_unwind): New function.
223         (frame_saved_regs_pc_unwind): New function.
224         (frame_register_unwind): Pass unwind_cache instead of
225         register_unwind_cache.
226         (set_unwind_by_pc): Add unwind_pc parameter, set.
227         (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
228         (get_prev_frame): Ditto.
229         * frame.h (frame_pc_unwind_ftype): Declare.
230         (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
231         pc_unwind_cache.  Rename register_unwind_cache to unwind_cache.
232         (frame_pc_unwind): Declare.
233         * dummy-frame.c (dummy_frame_pc_unwind): New function.
234         (struct dummy_frame): Add comment mentioning that values are for
235         previous frame.
236         * dummy-frame.h (dummy_frame_pc_unwind): Declare.
237         * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
238         (generic_file_frame_chain_valid): Ditto.
239         * stack.c (frame_info): Ditto.
240
241 2002-11-15  David Carlton  <carlton@math.stanford.edu>
242
243         * linespec.c (locate_first_half): New function.
244         (decode_line_1): Move code into locate_first_half.
245
246 2002-11-15  Andrew Cagney  <ac131313@redhat.com>
247
248         * complaints.h: Add comment explaining how to eliminate a
249         deprecated_complain call.
250         * complaints.h: Fix spelling errors.
251
252 2002-11-15  David Carlton  <carlton@math.stanford.edu>
253
254         * printcmd.c: Remove #include "disasm.h".
255
256 2002-11-14  Andrew Cagney  <ac131313@redhat.com>
257
258         * frame.h: Move the most relevant interface functions to the start
259         of the file.
260
261 2002-11-14  Andrew Cagney  <ac131313@redhat.com>
262
263         * regcache.h (deprecated_registers): Rename registers.
264         * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
265         * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
266         * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
267         * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
268         * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
269         * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
270         * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
271         * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
272         * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
273         * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
274         * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
275         * v850ice.c: Update.
276
277 Wed Nov 13 19:51:05 2002  Andrew Cagney  <cagney@redhat.com>
278
279         * utils.c (gdb_realpath): Add comment mentioning realpath with a
280         NULL buffer.
281
282 2002-11-13  Andrew Cagney  <cagney@redhat.com>
283
284         * regcache.h (deprecated_read_register_bytes): Rename
285         read_register_bytes.
286         (deprecated_write_register_bytes): Rename write_register_bytes.
287         * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
288         * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
289         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
290         * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
291         * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
292         * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
293         * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
294         * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
295         * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
296         * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
297         * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
298         * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
299         * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
300         * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
301
302 2002-11-13  Jim Blandy  <jimb@redhat.com>
303
304         * findvar.c (read_var_value): Doc fix.
305
306 2002-11-13  Andrew Cagney  <cagney@redhat.com>
307
308         * regcache.c (struct regcache): Replace passthough_p with
309         readonly_p.
310         (regcache_xmalloc): Initialize readonly_p.
311         (build_regcache): Initialize readonly_p.
312         (regcache_save): New function.
313         (regcache_restore): New function.
314         (regcache_cpy): Re-implement using regcache_save and
315         regcache_restore.
316         (regcache_raw_read): Update.
317         (regcache_cooked_read): When a read-only cache, checked for cached
318         pseudo register values.
319         (regcache_raw_write): Assert that the cache is not read-only.
320         Remove code handling a non-passthrough cache.
321         * regcache.h (regcache_save): Declare.
322         (regcache_restore): Declare.
323
324 2002-11-13  Andrew Cagney  <cagney@redhat.com>
325
326         * regcache.c (struct regcache_descr): Add fields
327         sizeof_cooked_registers and sizeof_cooked_register_valid_p.
328         (init_legacy_regcache_descr): Compute the size of a cooked
329         register cache and then assign that to sizeof_raw_registers.  Set
330         sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
331         (init_legacy_regcache_descr): Ditto.
332
333 2002-11-13  Andrew Cagney  <cagney@redhat.com>
334
335         * regcache.c (register_buffer): Move to near start of file, update
336         description.
337         (regcache_raw_read): Use.
338         (regcache_raw_write): Use.
339         (struct regcache): Rename raw_registers to registers and
340         raw_register_valid_p to register_valid_p.
341         (regcache_xmalloc): Update.
342         (regcache_xfree): Update.
343         (register_buffer): Update.
344         (regcache_cpy): Update.
345         (regcache_cpy_no_passthrough): Update.
346         (regcache_valid_p): Update.
347         (deprecated_grub_regcache_for_registers): Update.
348         (deprecated_grub_regcache_for_register_valid): Update.
349         (set_register_cached): Update.
350         (regcache_raw_write): Update.
351
352 2002-11-13  Pierre Muller  <muller@ics.u-strasbg.fr>
353
354         * p-exp.y (name_not_typename): Use copy_name to
355         set current_type variable for fields of THIS.
356
357 2002-11-12  Daniel Jacobowitz  <drow@mvista.com>
358
359         * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
360         * monitor.c (init_base_monitor_ops): Likewise.
361         * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
362         * remote-array.c (init_array_ops): Likewise.
363         * remote-e7000.c (init_e7000_ops): Likewise.
364         * remote-es.c (init_es1800_ops): Likewise.
365         (init_es1800_child_ops): Likewise.
366         * remote-rdp.c (init_remote_rdp_ops): Likewise.
367         * remote-sim.c (init_gdbsim_ops): Likewise.
368         * remote-st.c (init_st2000_ops): Likewise.
369         * sol-thread.c (init_sol_core_ops): Likewise.
370         (init_sol_thread_ops): Likewise.
371         * v850ice.c (init_850ice_ops): Likewise.
372         * win32-nat.c (init_child_ops): Likewise.
373         * wince.c (init_child_ops): Likewise.
374
375 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
376
377         * utils.c (gdb_realpath): Make rp a constant pointer.
378
379 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
380
381         * utils.c (gdb_realpath): Rewrite.  Try, in order: realpath() with
382         a constant buffer; cannonicalize_file_name(); realpath() with a
383         pathconf() defined buffer, xstrdup().
384
385 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
386
387         * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
388         to hang2.C; hang3.c to hang3.C.
389
390 2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
391
392         * findvar.c (read_var_value): Reenable TLS code.
393
394 2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
395             Jim Blandy  <jimb@redhat.com>
396         
397         * gdb_thread_db.h (enum): Add TD_NOTALLOC.
398         * target.c (update_current_target): Add
399         to_get_thread_local_address.
400         * target.h (to_get_thread_local_address): Export.
401         (target_get_thread_local_address): Define.
402         (target_get_thread_local_address_p): Define.
403         * thread-db.c: Include solib-svr4.h.
404         (td_thr_tls_get_addr_p): Define.
405         (thread_db_load): Get a pointer to td_thr_tls_get_addr.
406         (thread_db_get_thread_local_address): New function.
407         (init_thread_db_ops): Initialize to_get_thread_local_address.
408         * configure.in: Add test for TD_NOTALLOC in thread_db.h.
409         * configure: Regenerate.
410         * config.in: Regenerate.
411
412 2002-11-11  David Carlton  <carlton@math.stanford.edu>
413
414         * linespec.c (set_flags): New function.
415         (decode_line_1): Move code into set_flags.
416
417 2002-11-11  David Carlton  <carlton@math.stanford.edu>
418
419         * linespec.c (decode_line_1): Move chunks of code to separate
420         functions.
421         (initialize_defaults): New function.
422         (decode_indirect): New function.
423
424 2002-11-11  Andrew Cagney  <ac131313@redhat.com>
425
426         * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
427         instead of void_code_ptr.
428         (sigtramp_saved_pc): Ditto.
429
430         * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
431         i386_fp_regnum_p.
432
433 2002-11-10  Daniel Jacobowitz  <drow@mvista.com>
434
435         * gdbtypes.h (struct main_type): Move artificial flag out of
436         loc.  New member of ``struct field'' named static_kind.  Reduce
437         overloaded meaning of bitsize.
438         (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
439         (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
440         (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
441
442         * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
443         new fields.
444         (template_to_fixed_record_type, template_to_static_fixed_type)
445         (to_record_with_fixed_variant_part): Likewise.
446         * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
447         * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
448         * dwarfread.c (struct_type, enum_type): Likewise.
449         * hpread.c (hpread_read_enum_type)
450         (hpread_read_function_type, hpread_read_doc_function_type)
451         (hpread_read_struct_type): Likewise.
452         * mdebugread.c (parse_symbol): Likewise.
453
454 2002-11-10  Andrew Cagney  <ac131313@redhat.com>
455
456         * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
457         * stack.c (print_frame_info_base): Update.
458         (print_frame_info_base, frame_info): Update.
459         * sparc-tdep.c (sparc_init_extra_frame_info): Update.
460         (sparc_frame_saved_pc): Update.
461         * ada-lang.c (find_printable_frame): Update.
462         * breakpoint.c (deprecated_frame_in_dummy): Update.
463         
464 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
465
466         * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
467         defined.
468         (regmap): Extend to cover all registers.
469         (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
470         OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
471         definitions.
472         (fetch_register, sore_register): Simplify.
473         (old_fetch_inferior_registers, old_store_inferior_registers):
474         Remove functions.
475         (cannot_fetch_register, cannot_store_register): Change
476         implementation to use regmap array to decide which registers
477         cannot be fetched/stored.  This removes $orig_eax from the
478         registers that cannot be fetched/stored.
479         (fetch_inferior_registers): Call fetch_register directly instead
480         of calling old_fetch_inferior_registers.
481         (store_inferior_registers): Call store_register directly instead
482         of calling old_store_inferior_registers.
483         (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
484         (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
485         * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
486
487 2002-11-09  Klee Dienes  <kdienes@apple.com>
488
489         * i387-tdep.c (i387_supply_register): When called with NULL as a
490         buffer, mark the register as not provided (to mirror the behavior
491         of supply_register).
492         (i387_supply_fxsave): Ditto.
493         (i387_supply_fsave): Ditto (inherits the behavior from
494         i387_supply_register).
495
496 2002-11-09  Klee Dienes  <kdienes@apple.com>
497
498         * blockframe.c (sigtramp_saved_pc): Use
499         builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
500         extracting the PC).  Use TYPE_LENGTH (builtin_type_void_code_ptr)
501         instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
502         
503 2002-11-09  Andrew Cagney  <ac131313@redhat.com>
504
505         * frame.c (get_prev_frame): Test prev_p to identify a previously
506         unwound frame.  Initialize prev_p.
507         * frame.h (struct frame_info): Add field prev_p.  Expand prev/next
508         comment.
509
510 2002-11-09  Andrew Cagney  <ac131313@redhat.com>
511
512         * frame.c (get_prev_frame): Cleanups.  Eliminate redundant tests
513         for a NULL NEXT_FRAME.  Simplify fromleaf initialization.  Add
514         more comments.  Zap dead code.
515
516 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
517
518         * infcmd.c (print_vector_info, print_float_info): Move code that
519         checks whether the target has any registers and whether there is a
520         selected frame up, such that it is also used if a target provides
521         multi-arch definitions of these functions.
522
523 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
524
525         * Makefile.in (DESTDIR): Define.
526         (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
527         prefix.
528
529         * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
530         i386obsd-tdep.c.  Rename to "gdb.cxx", paths containing "gdb.c++".
531
532 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
533
534         * i386-linux-tdep.c: Include "reggroups.h".
535         (i386_linux_register_reggroup_p): New function.
536         (i386_linux_init_abi): Set register_reggroup_p to
537         i386_linux_register_reggroup_p.
538         * i386-tdep.h (i386_register_reggroup_p): Declare.
539         * i386-tdep.c: Include "reggroups.h".
540         (i386_init_reggroups): New function.
541         (i386_add_reggroups): New function.
542         (i386_register_reggroup_p): New function.
543         (i386_sse_reggroup, i386_mmx_reggroup): New variables.
544         (_initialize_i386_tdep): Call i386_init_reggroups.
545         (i386_gdbarch_init): Set register_reggroup_p and add in the i386
546         specific reggroups.
547
548 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
549
550         * infptrace.c (child_xfer_memory): Make use of the new PT_IO
551         request that's available in *BSD.
552
553         * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
554
555         * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
556         FDOFF_REGNUM.
557
558 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
559
560         * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
561         * dummy-frame.c (find_dummy_frame): Rename
562         generic_find_dummy_frame, make static.  Return the dummy frame
563         instead of the regcache.
564         (generic_find_dummy_frame): Re-implement using find_dummy_frame,
565         (cached_find_dummy_frame): New function.  Use find_dummy_frame.
566         (dummy_frame_register_unwind): Rename
567         generic_call_dummy_register_unwind.  Use cached_find_dummy_frame.
568         * dummy-frame.h (dummy_frame_register_unwind): Rename
569         generic_call_dummy_register_unwind.
570
571 2002-11-08  Mark Kettenis  <kettenis@gnu.org>
572
573         * config/i386/tm-i386v42mp.h: Remove file.  Move its contents,
574         except the inclusion of "i386/tm-i386.h", to...
575         * config/i386/nm-i386v42mp.h: ...here.
576         * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
577
578 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
579
580         * Makefile.in (frame.o): Update dependencies.
581         * blockframe.c (current_frame, frame_obstack_alloc)
582         (frame_saved_regs_zalloc, get_current_frame)
583         (set_current_frame, create_new_frame)
584         (set_unwind_by_pc, get_next_frame)
585         (flush_cached_frames, reinit_frame_cache)
586         (frame_saved_regs_register_unwind)
587         (deprecated_generic_get_saved_register)
588         (get_prev_frame, get_frame_pc, get_frame_saved_regs)
589         (_initialize_blockframe): Move frame code from here...
590         * frame.c: ...to here.  Include "gdb_obstack.h", "gdbcore.h",
591         "annotate.h" and "dummy-frame.h".
592         (_initialize_frame): New function.
593
594 2002-11-08  Jim Blandy  <jimb@redhat.com>
595
596         * dwarf2read.c (read_func_scope): Restore list_in_scope properly
597         when we finish a function a context.
598         * buildsym.h (outermost_context_p): New macro.
599         (Bug analyzed by David Edelsohn.)
600
601 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
602
603         * blockframe.c: Include "dummy-frame.h".
604         (struct dummy_frame, dummy_frame_stack)
605         (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
606         (generic_pc_in_call_dummy, deprecated_read_register_dummy)
607         (generic_push_dummy_frame, generic_save_dummy_frame_tos)
608         (generic_save_call_dummy_addr, generic_pop_current_frame)
609         (generic_pop_dummy_frame, generic_fix_call_dummy)
610         (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
611         dummy frame code from here...
612         * dummy-frame.c: ...to here.  New file.
613         * dummy-frame.h: New file.
614         (generic_call_dummy_register_unwind): Declare.
615         (generic_find_dummy_frame): Declare.
616         * Makefile.in (SFILES): Add dummy-frame.c.
617         (dummy-frame.o): Specify dependencies.
618         (dummy_frame_h): Define.
619         (COMMON_OBS): Add dummy-frame.o.
620         (blockframe.o): Update dependencies.
621
622 2002-11-08  Jim Blandy  <jimb@redhat.com>
623
624         * dwarf2read.c (read_func_scope): Restore local_symbols and
625         param_symbols after we finish the function context.  (Based on a
626         patch from David Edelsohn.)
627
628 2002-11-08  David Carlton  <carlton@math.stanford.edu>
629
630         * linespec.c (symbol_found): New function.
631         (minsym_found): New function.
632         (decode_line_1): Separate out some code into separate functions.
633
634 2002-11-08  Joel Brobecker  <brobecker@gnat.com>
635
636         * i386-tdep.c (i386_frameless_signal_p): Make non static for
637         the benefit of the interix target.
638         * i386-tdep.h (i386_frameless_signal_p): Declare.
639
640 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
641
642         * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
643         declaration that snuck in from change below.
644
645 2002-11-06  Andrew Cagney  <cagney@redhat.com>
646
647         * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p.  Update
648         all callers.
649         (i386_fp_regnum_p): New function.  Use instead of FP_REGNUM_P.
650         (i386_fpc_regnum_p): New function.  Use instead of FPC_REGNUM_P.
651         (i386_sse_regnum_p): New function.  Use instead of SSE_REGNUM_P.
652         (i386_mxcsr_regnum_p): new function.  Use instead of
653         MXCSR_REGNUM_P.
654         * i386-tdep.h (SSE_REGNUM_P): Delete macro.
655         (i386_sse_regnum_p): Declare.
656         (i386_mxcsr_regnum_p): Declare.
657         (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
658         (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
659         (IS_FP_REGNUM): Update definition.
660         (IS_FPU_CTRL_REGNUM): Update definition..
661         (IS_SSE_REGNUM): Update definition..
662         * i386v-nat.c (register_u_addr): Update.
663         * go32-nat.c (fetch_register): Update.
664         (store_register): Update.
665
666 2002-11-07  Joel Brobecker  <brobecker@gnat.com>
667
668         Preparation work to convert the hppa targets to multiarch partial.
669
670         * hppa-tdep.c: Add new functions replacing macro bodies from
671         config/pa/tm-hppa.h. These function will be used to initialize
672         the gdbarch structure. Import some comments from tm-hppa.h,
673         and place them where appropriate, to avoid loosing them when
674         we cleanup this file.
675         (hppa_reg_struct_has_addr): New function.
676         (hppa_inner_than): New function.
677         (hppa_stack_align): New function.
678         (hppa_pc_requires_run_before_use): New function.
679         (hppa_instruction_nullified): New function.
680         (hppa_register_byte): New function.
681         (hppa_register_virtual_type): New function.
682         (hppa_store_struct_return): New function.
683         (hppa_cannot_store_register): New function.
684         (hppa_frame_args_address): New function.
685         (hppa_frame_locals_address): New function.
686         (hppa_smash_text_address): New function.
687         (hppa_coerce_float_to_double): New function. Requires the inclusion
688         of "language.h".
689
690         * Makefile.in (hppa-tdep.o): Add dependency on language.h.
691
692         * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
693         gdbarch-eligible macro to a call to the new associated function
694         created in hppa-tdep.c.
695         (INNER_THAN): Likewise.
696         (STACK_ALIGN): Likewise.
697         (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
698         (INSTRUCTION_NULLIFIED): Likewise.
699         (REGISTER_BYTE): Likewise.
700         (REGISTER_VIRTUAL_TYPE): Likewise.
701         (STORE_STRUCT_RETURN): Likewise.
702         (CANNOT_STORE_REGISTER): Likewise.
703         (FRAME_ARGS_ADDRESS): Likewise.
704         (FRAME_LOCALS_ADDRESS): Likewise.
705         (SMASH_TEXT_ADDRESS): Likewise.
706         (COERCE_FLOAT_TO_DOUBLE): Likewise.
707         (ABOUT_TO_RETURN): Delete, as no longer used.
708
709 2002-11-07  Fernando Nasser  <fnasser@redhat.com>
710
711         * printcmd.c (disassemble_command): Remove obsolete function.
712         (_initialize_printcmd): Do not create disassemble command here.
713         * cli/cli-cmds.c (disassemble_command): New function.  Implements
714         disassemble command.
715         (init_cli_cmds): Create disassemble command here instead.
716
717 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
718
719         * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
720
721 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
722
723         * regcache.h (regcache_cooked_read_using_offset_hack)
724         (regcache_cooked_write_using_offset_hack): Delete declarations.
725         (register_changed): Delete declaration.
726         * regcache.c (regcache_cooked_read_using_offset_hack)
727         (regcache_cooked_write_using_offset_hack): Delete functions.
728         (cooked_xfer_using_offset_hack): Delete function.
729         (register_changed): Delete function.
730
731 2002-11-07  Jim Blandy  <jimb@redhat.com>
732
733         * macroscope.c: #include "complaints.h".
734         (sal_macro_scope): Cope with filenames that appear in the symtabs,
735         but not in the macro table.
736         * Makefile.in (macroscope.o): Record dependency.
737
738 2002-11-07  Joel Brobecker  <brobecker@gnat.com>
739
740         * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
741
742 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
743
744         * regcache.c (deprecated_registers_fetched): Update.
745         * regcache.h (deprecated_registers_fetched): Rename
746         registers_fetched.
747         * remote-vxsparc.c (vx_read_register): Update.
748         * remote-vxmips.c (vx_read_register): Update.
749         * remote-vx68.c (vx_read_register): Update.
750         * irix5-nat.c (fetch_core_registers): Update.
751         * mipsm3-nat.c (fetch_inferior_registers): Update.
752         * sun3-nat.c (fetch_inferior_registers): Update.
753         * symm-nat.c (fetch_inferior_registers): Update.
754         * ns32knbsd-nat.c (fetch_inferior_registers): Update.
755         (fetch_core_registers): Update.
756         (fetch_kcore_registers): Update.
757         * mips-nat.c (fetch_inferior_registers): Update.
758         * corelow.c (get_core_registers): Update.
759         * a68v-nat.c (fetch_inferior_registers): Update.
760
761 2002-11-06  Joel Brobecker  <brobecker@gnat.com>
762
763         Put in place the framework necessary for multiarching the hppa targets.
764         * hppa-tdep.c (hppa_gdbarch_init): New function.
765         (hppa_dump_tdep): New function.
766         (_initialize_hppa_tdep): Register the hppa gdbarch init function and
767         tdep structure dumper.
768         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
769         until the multi-arching conversion has partially been completed.
770
771 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
772
773         * valops.c (value_assign): Merge lval_register case into
774         lval_reg_frame_relative.  Use frame_register and
775         regcache_cooked_write instead of get_saved_register and
776         write_register_bytes.  After flushing the register cache, try to
777         re-select the selected frame.
778
779 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
780
781         * regcache.h (deprecated_register_valid): Rename register_valid.
782         * regcache.c: Update.
783         * ia64-aix-nat.c: Update.
784         * i386gnu-nat.c: Update.
785         * alpha-nat.c: Update.
786         * sparc-nat.c: Update.
787         * lynx-nat.c: Update.
788         * remote-mips.c: Update.
789
790 2002-11-06  Joel Brobecker  <brobecker@gnat.com>
791
792         * hppa-tdep.c (_initialize_hppa_tdep): Move function body
793         to end of file, to be more consistent with the pratice followed
794         by other targets.
795
796 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
797
798         * infcmd.c: Include "reggroups.h" and <ctype.h>.
799         (print_float_info): Print registers in float_reggroup.
800         (print_vector_info): Print registers in vector_reggroup.
801         (default_print_registers_info): When all, print registers in
802         all_reggroup.  Otherwize, print registers in general_reggroup.
803         (registers_info): Rewrite.  Add support for register groups.
804         Eliminate a goto.
805
806 2002-11-06  Elena Zannoni  <ezannoni@redhat.com>
807
808         * symtab.c (methods_info): Delete. It has been ifdeffed out for
809         ages.
810         (symtab_symbol_info): Remove eons old ifdeffed out code.
811         (_initialize_symtab): Remove prehistoric disabled 'info methods'
812         command.
813
814 2002-11-06  Theodore A. Roth  <troth@openavr.org>
815
816         * c-exp.y: Add missing semi-colons.
817         * f-exp.y: Add missing semi-colons.
818         * m2-exp.y: Add missing semi-colons.
819         * p-exp.y: Add missing semi-colons.
820         Add empty action to start rule to avoid a type clash error when
821         building with bison >= 1.50.
822
823 2002-11-06  Jim Blandy  <jimb@redhat.com>
824
825         * macrotab.h (struct macro_source_file): Doc fix.
826
827 2002-11-05  Jeff Johnston  <jjohnstn@redhat.com>
828
829         * varobj.c (child_exists, cplus_number_of_children): Change
830         STREQ macro references to strcmp.
831         (cplus_name_of_child): Change code to handle the fact that
832         fields are not necessarily contiguous with regards to their 
833         access control. This is a fix for PR gdb/792.
834
835 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
836
837         * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
838         * gdbarch.h, gdbarch.c: Regnerate.
839         * frame.h (frame_register): Declare.
840         * frame.c (frame_register): New function.
841         (get_saved_register): Test GET_SAVED_REGISTER_P before calling
842         GET_SAVED_REGISTER, otherwize call
843         generic_unwind_get_saved_register.
844         (frame_register_read): Use frame_register instead of
845         get_saved_register.
846
847 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
848         
849         From Jim Ingham  <jingham@apple.com>:
850         * event-top.c (gdb_disable_readline): New function.
851         (_initialize_event_loop): Move comment.
852
853 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
854
855         * event-loop.c (start_event_loop): Add comment.
856         Update copyright.
857
858 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
859
860         * infcmd.c (default_print_registers_info): Do not call
861         PRINT_REGISTER_HOOK.
862
863 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
864
865         * sparc-tdep.c (sparc_print_register_hook): Make static.
866         (sparc_print_registers_info): New function.
867         (sparc_do_registers_info): New function.
868         (sparclet_print_registers_info): New function.
869         (sparclet_do_registers_info): New function.
870         (do_sparc_print_registers_info): New function.
871         (sparc_print_registers): New static function, clone of infcmd.c's
872         default_print_registers_info.
873         * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
874         (sparclet_do_registers_info): Declare.
875         (DEPRECATED_DO_REGISTERS_INFO): Re-define.
876         * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
877         Re-define.
878         (sparc_do_registers_info): Declare.
879         (PRINT_REGISTER_HOOK): Delete macro.
880         (sparc_print_register_hook): Delete declaration.
881
882 2002-11-05  David Carlton  <carlton@math.stanford.edu>
883
884         * symtab.c (lookup_symbol_aux): Move chunks of code into separate
885         functions.
886         (lookup_symbol_aux_local): New function.
887         (lookup_symbol_aux_symtabs): New function.
888         (lookup_symbol_aux_psymtabs): New function.
889
890 2002-11-05  David Carlton  <carlton@math.stanford.edu>
891
892         * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
893         previous values of 'objfile' and 'block'.
894
895 2002-11-05  Pierre Muller  <muller@ics.u-strasbg.fr>
896
897         * values.c (value_change_enclosing_type): Set 
898         enclosing_type field correctly also for the case where 
899         more memory needs to be allocated.
900
901 2002-11-03  Mark Kettenis  <kettenis@gnu.org>
902
903         * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
904         of puts_filtered.
905
906         * i387-tdep.c (i387_print_float_info): Replace calls to
907         register_read and deprecated_read_register_gen with calls to
908         frame_register_read, and make the necessary adjustments to the
909         surrounding code.
910
911 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
912
913         * gdbarch.sh (register_reggroup_p): Allow default value.
914         * gdbarch.h, gdbarch.c: Regenerate.
915
916 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
917
918         * regcache.h: Add coment indicating replacements for deprecated
919         functions.
920
921 2002-11-02  Andrew Cagney  <cagney@redhat.com>
922
923         * reggroups.h, reggroups.c: New files.
924         * regcache.c: Include "reggroups.h".
925         (enum regcache_dump_what): Add `regcache_dump_groups'.
926         (regcache_dump): Contract size of the "Type" column.  When
927         specified, dump the register's groups.
928         (maintenance_print_register_groups): New function.
929         (_initialize_regcache): Add command `maint print register-groups'.
930         * Makefile.in (COMMON_OBS): Add reggroups.o
931         (SFILES): Add reggroups.c.
932         (reggroups_h): Define.
933         (regcache.o, gdbarch.o): Update dependencies.
934         (reggroups.o): Specify dependencies.
935         * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
936         Add opaque declaration for `struct reggroup' in generated .h file.
937         Include "reggroups.h" in generated .c file.
938         gdbarch.h, gdbarch.c: Re-generate.
939
940 2002-11-02  Andrew Cagney  <cagney@redhat.com>
941
942         * regcache.h (deprecated_read_register_gen): Rename
943         read_register_gen.
944         (deprecated_write_register_gen): Rename write_register_gen.
945         * i387-tdep.c: Update.
946         * x86-64-linux-nat.c: Update
947         * wince.c: Update.
948         * thread-db.c: Update.
949         * win32-nat.c: Update.
950         * mips-tdep.c: Update.
951         * d10v-tdep.c: Update.
952         * cris-tdep.c: Update.
953         * remote-sim.c: Update.
954         * remote-rdi.c: Update.
955         * remote-rdp.c: Update.
956         * frame.c: Update.
957         * target.c: Update.
958         * blockframe.c: Update.
959         * x86-64-tdep.c: Update.
960         * xstormy16-tdep.c: Update.
961         * sh-tdep.c: Update.
962         * s390-tdep.c: Update.
963         * rs6000-tdep.c: Update.
964         * sparc-tdep.c: Update.
965         * i386-tdep.c: Update.
966         * dwarf2cfi.c: Update.
967         * regcache.c: Update.
968
969 2002-11-01  Joel Brobecker  <brobecker@gnat.com>
970
971         New interix-specific files:
972         * config/i386/nm-interix.h: New file.
973         * config/i386/interix.mh: New file.
974         * config/i386/interix.mt: New file.
975         * i386-interix-nat.c: New file.
976         * i386-interix-tdep.c: New file.
977
978 2002-11-01  Andrew Cagney  <cagney@redhat.com>
979
980         * frame.h (deprecated_generic_get_saved_register): Rename
981         generic_get_saved_register.
982         * blockframe.c (deprecated_generic_get_saved_register): Update.
983         * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
984         (xstormy16_frame_saved_register): Update.
985         * sh-tdep.c (sh_gdbarch_init): Update.
986         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
987         * ia64-tdep.c (ia64_get_saved_register): Update.
988         * cris-tdep.c (cris_gdbarch_init): Update.
989         * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
990         * arm-tdep.c (arm_gdbarch_init): Update.
991
992 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
993
994         * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
995
996 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
997
998         * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
999         trampolines in sigaction.
1000
1001 2002-10-31  Andrew Cagney  <cagney@redhat.com>
1002
1003         * h8300-tdep.c: Include "gdb_assert.h".
1004         (h8300_print_register): Add gdbarch, file and frame parameters.
1005         Use frame_read_unsigned_register to read the register's value.
1006         Use fprintf_filtered to display output.
1007         (h8300_print_registers_info): Replace h8300_do_registers_info.
1008         (h8300_gdbarch_init): Set print_registers_info.
1009
1010 2002-10-31  Andrew Cagney  <cagney@redhat.com>
1011
1012         * frame.c (frame_read_unsigned_register): New function.
1013         (frame_read_signed_register): New function.
1014         * frame.h (frame_read_unsigned_register): Declare.
1015         (frame_read_signed_register): Declare.
1016
1017 2002-10-31  Andrew Cagney  <cagney@redhat.com>
1018
1019         * h8500-tdep.c (h8500_print_registers_info): New static function,
1020         clone of infcmd.c's default_print_registers_info.
1021         (h8500_do_registers_info): New funtion.
1022         (h8500_print_register_hook): Rename print_register_hook, make
1023         static.
1024
1025         * config/h8500/tm-h8500.h: Update copyright.
1026         (DEPRECATED_DO_REGISTERS_INFO): Define.
1027         (h8500_do_registers_info: Declare.
1028         (PRINT_REGISTER_HOOK): Delete macro.
1029         (print_register_hook): Delete function.
1030
1031 2002-10-31  Andrew Cagney  <cagney@redhat.com>
1032
1033         * z8k-tdep.c (z8k_print_register_hook): Make static.
1034         (z8k_print_registers_info): New static function, clone of
1035         infcmd.c's default_print_registers_info.
1036         (z8k_do_registers_info): New function.  Wrap
1037         z8k_print_registers_info.
1038         * config/z8k/tm-z8k.h: Update copyright.
1039         (PRINT_REGISTER_HOOK): Delete macro.
1040         (z8k_print_register_hook): Delete declaration.
1041         (DEPRECATED_DO_REGISTERS_INFO): Define.
1042         (z8k_do_registers_info): Declare.
1043
1044 2002-10-30  Joel Brobecker  <brobecker@gnat.com>
1045
1046         * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1047         as this is already provided by value.h, and was actually causing
1048         a compilation error because of a conflict in parameter type
1049         declaration due to a missing const keyword.
1050         (low_text_segment_addres): Fix a compilation warning.
1051
1052 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
1053
1054         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1055         registers without a name.
1056         (mips_linux_cannot_store_register): Don't store registers without
1057         a name.
1058
1059 2002-10-28  David Carlton  <carlton@math.stanford.edu>
1060
1061         * symtab.c (find_addr_symbol): Delete.  (It was already commented
1062         out.)
1063         * symtab.h: Delete prototype for find_addr_symbol.
1064
1065 2002-10-26  Andrew Cagney  <cagney@redhat.com>
1066
1067         * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1068         DO_REGISTERS_INFO.
1069         gdbarch.h, gdbarch.c: Re-generate.
1070         * infcmd.c (default_print_registers_info): Update reference.
1071         * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1072         (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1073         * sh-tdep.c (sh_gdbarch_init): Ditto.
1074         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1075         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1076
1077 2002-10-26  Mark Kettenis  <kettenis@gnu.org>
1078
1079         * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1080         cfi_init_extra_frame_info.
1081         * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1082         * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1083
1084         * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1085         target where necessary.  Add more comments and remove the ones
1086         that don't provide any useful information.
1087
1088         * i386-tdep.c (i386_frame_saved_pc): Replace call to
1089         deprecated_read_register_dummy with
1090         frame_unwind_unsigned_register.
1091
1092         * i386-tdep.c (i386_extract_struct_value_address): Use
1093         regcache_raw_read_unsigned instead of
1094         regcache_cooked_read_unsigned since we know that the register
1095         we're reading isn't a pseudo register.  Rename variable 'val' into
1096         the more descriptive 'addr'.
1097
1098         * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1099         (x86_64_push_return_address): Add comment.
1100         (x86_64_pop_frame): Make static.
1101         (examine_argument): Clarify comment.
1102         (x86_64_skip_prologue): Make prolog_expact variable static.
1103
1104         * dwarf2cfi.c: Fix some formatting problems.
1105         (context_cpy, read_encoded_pointer): Clarify comments.
1106
1107         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1108         (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1109         i386 target back into x86_64_gdbarch_init.  Add some comments and
1110         remove meaningless ones.
1111
1112 2002-10-25  Andrew Cagney  <cagney@redhat.com>
1113
1114         * complaints.h (struct deprecated_complaint): Rename `struct
1115         complaint'.
1116         * complaints.c (complain): Update.
1117         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1118         incorrect comment indicating that "symfile.h" was being included
1119         for the `struct complaint' definition.
1120         * remote-vx.c: Update.
1121         * objc-lang.c: Update.
1122         * xcoffread.c: Update.
1123         * hpread.c: Update.
1124         * mdebugread.c: Update.
1125         * stabsread.c: Update.
1126         * dwarf2read.c: Update.
1127         * dwarfread.c: Update.
1128         * elfread.c: Update.
1129         * coffread.c: Update.
1130         * stabsread.h: Update.
1131         * dbxread.c: Update.
1132         * buildsym.c: Update.
1133         * gdbtypes.c: Update.
1134         * macrotab.c: Update.
1135
1136 2002-10-25  Mark Kettenis  <kettenis@gnu.org>
1137
1138         * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1139         the version in i386-tdep.c.  Move set_gdbarch_* calls out into...
1140         (x86_64_init_abi): ...new function.
1141
1142         * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1143         * i386v-nat.c: Include "i386-tdep.h".
1144
1145 2002-10-25  Andrew Cagney  <cagney@redhat.com>
1146
1147         * gdbtypes.c (address_space_name_to_int): Update.
1148         (address_space_int_to_name): Update.
1149         * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1150         multi-arch predicate.
1151         (address_class_name_to_type_flags): Ditto.
1152         * gdbarch.h, gdbarch.c: Re-generate.
1153         
1154         * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1155
1156 2002-10-24  Martin M. Hunt  <hunt@redhat.com>
1157
1158         * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1159
1160 2002-10-24  Elena Zannoni  <ezannoni@redhat.com>
1161
1162         * symtab.h (INIT_SAL): Delete macro.
1163         (init_sal): Export.
1164         * symtab.c (init_sal): New function.
1165
1166         * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1167         to init_sal function call.
1168         (find_sal_from_funcs_and_line): Ditto.
1169         (all_sals_for_line): Ditto. 
1170         * breakpoint.c (create_internal_breakpoint): Ditto. 
1171         (create_fork_vfork_event_catchpoint): Ditto. 
1172         (create_exec_event_catchpoint): Ditto. 
1173         (parse_breakpoint_sals): Ditto. 
1174         (watch_command_1): Ditto. 
1175         (handle_gnu_4_16_catch_command): Ditto.
1176         (clear_command): Ditto. 
1177         * hppa-tdep.c (child_enable_exception_callback): Ditto. 
1178         * infcmd.c (run_stack_dummy): Ditto. 
1179         * infrun.c (process_event_stop_test): Ditto.
1180         (check_sigtramp2): Ditto.
1181         (step_over_function): Ditto. 
1182         * linespec.c (decode_line_2): Ditto. 
1183         (decode_line_1): Ditto. 
1184         * source.c (line_info): Ditto. 
1185         * symtab.c (find_pc_sect_line): Ditto.
1186
1187 2002-10-24  Michal Ludvig  <mludvig@suse.cz>
1188
1189         * dwarf2cfi.c (struct context)
1190         (struct context_reg): Moved to dwarf2cfi.h
1191         (context_alloc, frame_state_alloc, context_cpy):
1192         Made extern instead of static, removed prototypes.
1193         * dwarf2cfi.h (struct context)
1194         (struct context_reg): New, moved from dwarf2cfi.c
1195         (context_alloc, frame_state_alloc, context_cpy):
1196         New prototypes.
1197         * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1198         Changed from static to extern.
1199         (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1200         (LINUX_SIGCONTEXT_FP_OFFSET)
1201         (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1202         (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1203         (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1204         * x86-64-tdep.c (x86_64_gdbarch_init): Several
1205         set_gdbarch_*() calls now use x86-64 specific functions 
1206         instead of DWARF2 CFI ones.
1207         * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1208         (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1209         (x86_64_init_extra_frame_info): New prototypes.
1210         
1211 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1212
1213         * linespec.c: #include "parser-defs.h".
1214         Delete prototype for find_template_name_end.
1215         * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1216
1217 2002-10-23  Jeff Johnston  <jjohnstn@redhat.com>
1218
1219         * NEWS: add recent mi fixes.
1220         * varobj.c (struct varobj): Add new "updated" flag.
1221         (new_variable): Default "updated" flag to 0.
1222         (varobj_set_value): Set "updated" flag to 1 if value
1223         changes.
1224         (varobj_update): Check varobj "updated" flag before
1225         comparing old and refreshed values.  Fix for
1226         PR gdb/702.
1227
1228 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1229
1230         * parse.c (parse_exp_1): Use BLOCK_START.
1231         * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1232         SYMBOL_BLOCK_VALUE.
1233         * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1234
1235 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1236
1237         * symtab.c: Delete cplusplus_hint.
1238         Delete prototype for find_template_name_end.
1239
1240 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
1241
1242         * symtab.h: Update comment.
1243
1244 2002-10-23  Michael Snyder  <msnyder@redhat.com>
1245
1246         * printcmd.c (address_info): Restore quotes in output.
1247         * valops.c (value_of_local): Restore quotes in error message.
1248
1249 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
1250
1251         * symtab.c (symbol_demangled_name): New function.
1252         * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1253         turning most of it into a function.
1254         (symbol_demangled_name): Export.
1255
1256 2002-10-23  Michael Snyder  <msnyder@redhat.com>
1257
1258         * valops.c (value_of_local): Restore quotes in error message.
1259
1260 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
1261
1262         * symtab.c (symbol_init_language_specific): New function.
1263         * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1264         turning most of it into a function.
1265         (symbol_init_language_specific): Export.
1266
1267 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1268
1269         * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1270         (dwarf_attr_name): Ditto.
1271         (dwarf_type_encoding_name): Ditto.
1272         (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1273         (process_die): Handle DW_TAG_namespace,
1274         DW_TAG_imported_declaration, DW_TAG_imported_module.
1275         (read_namespace): New function.
1276
1277 2002-10-22  Joel Brobecker  <brobecker@gnat.com>
1278
1279         * configure.in: Define NEW_PROC_API on Interix too.
1280         * configure: Regenerate.
1281
1282 2002-10-21  Joel Brobecker  <brobecker@gnat.com>
1283
1284         * configure: Regenerate using the proper version of autoconf.
1285
1286 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
1287
1288         * findvar.c (read_var_value): Temporarily disable TLS code, until
1289         complete TLS support is added.
1290
1291 2002-10-21  Jim Blandy  <jimb@redhat.com>
1292             Elena Zannoni  <ezannoni@redhat.com>
1293
1294         * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1295         for thread local storage locations.
1296         (struct symbol): Add objfile field.
1297         (SYMBOL_OBJFILE): Define.
1298         * dwarf2read.c (is_thread_local): New static variable.
1299         (new_symbol): If variable is in thread local fill in address class
1300         and objfile appropriately.
1301         (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1302         stack operation.
1303         * printcmd.c (address_info): Print the information for thread
1304         local storage variable.
1305         * findvar.c (read_var_value): In case of thread local variable,
1306         defer to the target vector code to compute address.
1307
1308 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
1309
1310         * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1311         * solib-svr4.h (svr4_fetch_objfile_link_map): Export.   
1312
1313 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
1314
1315         * symtab.h (address_class):  Rename
1316         LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1317         * hpread.c (hpread_process_one_debug_symbol): Ditto.
1318         * printcmd.c (address_info): Ditto.
1319         * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1320
1321 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
1322
1323         * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1324         DBREG_DRX macro to acces debug registers.
1325
1326         * Makefile.in (i386obsd-tdep.o): New target.
1327
1328         * solib-sunos.c: Include "bcache.h" and "regcache.h".
1329         * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1330
1331         * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1332         * config/i386/obsd.mt: New file.
1333         * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1334         i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1335         * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1336         i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1337         i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1338         * i386obsd-tdep.c: New file.
1339
1340 2002-10-19  Adam Fedor  <fedor@gnu.org>
1341
1342         * objc-exp.y (name_not_typename): Fix invalid comment.  
1343
1344 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
1345
1346         * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1347         to allocate partial syms and macro byte caches.
1348
1349 2002-10-18  David Carlton  <carlton@math.stanford.edu>
1350
1351         * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1352
1353 2002-10-18  Adam Fedor  <fedor@gnu.org>
1354
1355         * stabsread.c (find_name_end): New function.
1356         (define_symbol): Use it.
1357
1358 2002-10-18  Daniel Jacobowitz  <drow@mvista.com>
1359
1360         * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1361         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1362         * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1363         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1364
1365 2002-10-17  David Carlton  <carlton@math.stanford.edu>
1366
1367         * symfile.h: Add opaque declaration for struct obstack.
1368         Declare obsavestring to take a const char *.
1369         * symfile.c (obsavestring): Make first argument a const char *.
1370
1371 2002-10-16  Adam Fedor  <fedor@gnu.org>
1372
1373         * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1374         names when matching breakpoints in current file.
1375
1376 2002-10-16  Kevin Buettner  <kevinb@redhat.com>
1377
1378         * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1379         (read_tag_pointer_type): Add address class support.
1380         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1381         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1382         New methods.
1383         * gdbarch.h, gdbarch.c: Regenerate.
1384         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1385         (make_type_with_address_space, recursive_type_dump): Add address
1386         class support.
1387         * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1388         (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1389         (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1390
1391 2002-10-16  Klee Dienes  <kdienes@apple.com>
1392
1393         * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1394         to get the last character of a char[] buffer, not
1395         name[sizeof(vptr_name)-1].
1396
1397 2002-10-14  Adam Fedor  <fedor@gnu.org>
1398
1399         * symtab.h: New objc_specific struct.
1400         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1401         (SYMBOL_DEMANGLED_NAME): Likewise.
1402
1403 2002-10-14  Adam Fedor  <fedor@gnu.org>
1404
1405         * symfile.c (init_filename_language_table): Add ObjC file extension.
1406
1407 2002-10-14  Adam Fedor  <fedor@gnu.org>
1408
1409         * utils.c (puts_filtered_tabular): New function.
1410         (fprintf_symbol_filtered): Get ObjC demangled name.
1411         * defs.h (puts_filtered_tabular): Declared.
1412
1413 2002-10-14  Kevin Buettner  <kevinb@redhat.com>
1414
1415         * c-lang.h (c_type_print_varspec_prefix): Delete.
1416         * c-typeprint.c (c_type_print_varspec_prefix): Make static.  Add
1417         ``need_post_space'' parameter.  Adjust all callers.
1418
1419 2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
1420  
1421         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1422         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1423         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1424         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1425
1426 2002-10-13  Adam Fedor  <fedor@gnu.org>
1427
1428         * source.c (print_source_lines): Update comments.
1429
1430 2002-10-13  Adam Fedor  <fedor@gnu.org>
1431
1432         * valops.c (value_of_local): New function.
1433         (value_of_this): Use it.
1434         * value.h (value_of_local): Declared.
1435
1436 2002-10-13  Adam Fedor  <fedor@gnu.org>
1437
1438         * parse.c: (length_of_subexp, prefixify_subexp): Handle
1439         OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1440
1441 2002-10-12  Adam Fedor  <fedor@gnu.org>
1442
1443         * language.c (binop_result_type): Add language_objc to case.
1444         (integral_type): Likewise.
1445         (character_type): Likewise.
1446         (string_type): Likewise.
1447         (boolean_type): Likewise.
1448         (structured_type): Likewise.
1449         (binop_type_check): Likewise.
1450
1451 2002-10-11  Adam Fedor  <fedor@gnu.org>
1452
1453         * printcmd.c (address_info): Print 'self' for ObjC.
1454
1455 2002-10-11  Adam Fedor  <fedor@gnu.org>
1456
1457         * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1458         OP_SELF.
1459
1460 2002-10-11  Adam Fedor  <fedor@gnu.org>
1461
1462         * language.h (CAST_IS_CONVERSION): Add language_objc.
1463
1464 2002-10-11  Adam Fedor  <fedor@gnu.org>
1465
1466         * defs.h (enum language): Add language_objc.
1467
1468 2002-10-11  Klee Dienes  <kdienes@apple.com>
1469
1470         * corefile.c (read_memory_typed_address): New function.
1471         * gdbcore.h (read_memory_typed_address): Add prototype.
1472         * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1473         to read a value destined for a CORE_ADDR, not read_memory_integer.
1474         * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1475         (f77_get_dynamic_lowerbound): Ditto.
1476
1477 2002-10-11  Martin M. Hunt  <hunt@redhat.com>
1478
1479         * utils.c (string_to_core_addr): After turning string into
1480         a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1481         which will do necessary sign-extension, etc.
1482
1483 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
1484
1485         * c-exp.y (THIS): Delete token and grammar rule.
1486         (yylex): Don't return THIS.
1487         * cp-valprint.c (vtbl_ptr_name_old): Delete.
1488         (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1489         * demangle.c (cplus_markers): Update comment.  Put '$'
1490         first.  Remove CPLUS_MARKER.
1491         (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1492         * jv-exp.y (THIS): Delete token and grammar rule.
1493         (yylex): Don't return THIS.
1494         * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1495         * objc-exp.y (THIS): Delete token and grammar rule.
1496         (yylex): Don't return THIS.
1497         * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1498         * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1499         (read_member_functions): Likewise for opname.
1500         (read_tilde_fields): Use is_cplus_marker.
1501
1502         * defs.h (CPLUS_MARKER): Don't define.
1503         * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1504         * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1505         * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1506         * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1507         * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1508
1509         * config/i386/tm-i386v4.h: Delete file.
1510         * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1511         * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1512         * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1513         * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1514         * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1515         * config/i386/i386sco5.mt (TM_FILE): Likewise.
1516         * config/i386/i386v4.mt (TM_FILE): Likewise.
1517         * config/i386/ncr3000.mt (TM_FILE): Likewise.
1518
1519 2002-10-10  Marko Mlinar  <markom@opencores.org>
1520
1521         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1522         accidentially not commited 2002-10-09
1523         * gdbarch.h, gdbarch.c: Re-generate.
1524
1525 2002-10-09  Marko Mlinar  <markom@opencores.org>
1526
1527         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1528         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1529         * gdbarch.h, gdbarch.c: Re-generate.
1530
1531 2002-10-08  Petr Sorfa <petrs@caldera.com>
1532
1533         Revised and re-submitted by John Wolfe <jlw@caldera.com>
1534
1535         Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1536         so we can work on more than one compilation unit at a time.  This
1537         helps prepare GDB to handle inter-CU die references.
1538         * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1539         the code to be defined before struct comp_unit_head.
1540         (comp_unit_head): Added new members - offset, cu_head,
1541         begin_die, next and dwarf2_abbrevs.
1542         (dwarf2_abbrevs): Removed single static var; now member of
1543         struct comp_unit_head.
1544         dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1545         members.
1546         (psymtab_to_symtab_1): Changed to work with the new
1547         struct comp_unit_head.
1548         (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1549         constructs the dwarf2_abbrevs[] inside the cu_header.
1550         (dwarf2_empty_abbrev_table): Now expects a ptr to a
1551         dwarf2_abbrev table to clean up.
1552         (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1553         handling of dwarf2_abbrevs inside the cu_header.
1554         (read_partial_die): Now supports the call to the new
1555         dwarf2_lookup_abbrev.
1556         (read_full_die): Now supports the call to the new
1557         dwarf2_lookup_abbrev.
1558
1559 2002-10-06  Christopher Faylor  <cgf@redhat.com>
1560
1561         * Makefile.in (install-gdbtk): Add missing continuation backslash to
1562         insure that shell variables, such as "transformed_name" are propagated
1563         to later shell statements in rule.
1564
1565 2002-10-06  Mark Kettenis  <kettenis@gnu.org>
1566
1567         * config/i386/nm-i386sco.h: Add protection against
1568         multiple-inclusion.  Include "i386/nm-i386v.h".
1569         (REGISTER_U_ADDR): Remove define.
1570         (i386_register_u_addr): Remove prototype.
1571
1572 2002-10-04  Michael Snyder  <msnyder@redhat.com>
1573
1574         * m32r-stub.c (handle_exception): Make sure exception is "trap"
1575         before treating it as a single-step event.
1576
1577 2002-10-03  Adam Fedor  <fedor@gnu.org>
1578
1579         * objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
1580         (objc_demangle): Remove assignment in if statements, Replace
1581         free with xfree.
1582         (add_msglist): Likewise.
1583         (end_msglist): Likewise.
1584         (complare_selectors): Likewise.
1585         (selectors_info): Likewise.
1586         (compare_classes): Likewise.
1587         (classes_info): Likewise.
1588         (print_object_command): Likewise.
1589         (find_objc_msgcall_submethod): Replace PTR with void *.
1590         * objc-lang.h: Remove check for __STDC__.
1591
1592 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
1593
1594         * ui-out.h (ui_out_field_fmt_int): New prototype.
1595         * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1596         of field width and alignment.
1597         * stack.c (print_frame_info_base): When printing frame level, use
1598         ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
1599         PR gdb/192
1600
1601 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
1602
1603         * MAINTAINERS: Add self to Write After Approval list.
1604
1605 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1606
1607         * infcmd.c (interrupt_target_command_wrapper): Delete.
1608         (interrupt_target_command): Make non static.
1609         (nofp_registers_info): Make static.
1610         * stack.c (return_command_wrapper): Delete.
1611         (return_command): Make non static.
1612
1613 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1614
1615         * event-top.c (gdb_setup_readline): New function. Code moved from
1616         _initialize_event_loop().
1617         (_initialize_event_loop): Call gdb_setup_readline().
1618
1619 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
1620
1621         * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1622         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1623         * gdbarch.h, gdbarch.c: Re-generate.
1624
1625 2002-10-02  Daniel Jacobowitz  <drow@mvista.com>
1626
1627         Fix PR gdb/778
1628         * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1629         before recursing.
1630         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1631         of fill_in_vptr_fieldno.
1632
1633 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1634
1635         * inferior.h (registers_info, stepi_command, nexti_command,
1636         continue_command, interrupt_target_command): Export from infcmd.c.
1637         * frame.h (args_info, selected_frame_level_changed_hook,
1638         return_command): Export from stack.c.
1639         * v850ice.c (stepi_command, nexti_command, continue_command): use
1640         prototypes from inferior.h.
1641         * tracepoint.c (registers_info, args_info, locals_info): Use
1642         prototypes from frame.h and inferior.h.
1643         * Makefile.in (mi-main.o): Add dependency on frame.h.
1644
1645 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
1646
1647         * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1648         value in register 3 adjusted by ppc_gp0_regnum.
1649
1650         * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1651
1652 2002-10-02  Marko Mlinar <markom@opencores.org>
1653
1654         * MAINTAINERS: Add myself to the Write After Approval list.
1655
1656 2002-10-01  Alexandre Oliva  <aoliva@redhat.com>
1657
1658         * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1659         of the section for the N64 ABI, fixed.
1660
1661         * config/mips/tm-irix6.h: Include solib.h.
1662
1663 2002-10-01  Elena Zannoni  <ezannoni@redhat.com>
1664
1665         * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1666         GNU operators.
1667
1668 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
1669
1670         * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1671         and that "mi0" syntax has been removed.
1672
1673 2002-09-30  David Carlton  <carlton@math.stanford.edu>
1674
1675         * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1676         * ppc-sysv-tdep.c: #include "gdb_string.h".
1677         * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1678         pacify GCC.
1679
1680 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
1681
1682         * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1683         "vrsave"'s register number.
1684
1685 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
1686
1687         * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1688         use frame_unwind_signed_register to obtain the PC.
1689         (mips_frame_chain): Handle a generic dummy frame.
1690         (mips_init_extra_frame_info): When a generic dummy frame, don't
1691         re-compute the frame base.
1692         (mips_pop_frame): Handle generic dummy frames.
1693         (mips_gdbarch_init): When generic dummy frames, set
1694         use_generic_dummy_frames, push_dummy_frame to
1695         generic_push_dummy_frame, pc_in_call_dummy to
1696         generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1697         generic_save_dummy_frame_tos.
1698
1699 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
1700
1701         * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
1702         against TOP when TOP was explictly set.
1703         (generic_push_dummy_frame): Set TOP to zero.
1704
1705 2002-09-30  Elena Zannoni  <ezannoni@redhat.com>
1706
1707         * event-loop.c (start_event_loop): Rename variable 'result' to
1708         'gdb_result', to avoid conflicts with upcoming intepreters changes.
1709
1710 2002-09-30  Keith Seitz  <keiths@redhat.com>
1711
1712         * gdb-events.sh (selected_thread_changed): New event.
1713         * gdb-events.c: Regenerated.
1714         * gdb-events.h: Regenerated.
1715
1716 2002-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1717
1718         * MAINTAINERS: Add self to Write After Approval list.
1719
1720 2002-09-30  Fernando Nasser  <fnasser@redhat.com>
1721
1722         * disasm.c: New file.  
1723         * disasm.h: New file.  
1724         * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1725         (compare_lines): Ditto.
1726         (dump_insns): Ditto.
1727         (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1728         argument.
1729         (do_assembly_only): Ditto.
1730         (do_disassembly): Renamed to gdb_disassembly and moved to
1731         disasm.c.  Sdded uiout argument.
1732         * Makefile.in: Add new files.  Reorder SFILES list. Update
1733         dependencies.  Include libgdb.a later in the insight executable.
1734
1735 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1736
1737         * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1738         bfd/elf64-alpha-fbsd.c.
1739
1740 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1741
1742         * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1743         i386gnu-tdep.c.
1744
1745 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1746
1747         * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1748         __FUNCTION__.
1749         * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1750         function name.
1751         (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1752         (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1753         (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1754         (S_msg_sig_post_reply): Ditto.
1755         
1756 2002-09-28  Corinna Vinschen  <vinschen@redhat.com>
1757
1758         * sh-tdep.c (sh_use_struct_convention): Use definition according
1759         to ABI.
1760         (sh_push_arguments): Store in register with correct endianess.
1761         (sh_default_store_return_value): Ditto.
1762         (sh_gdbarch_init): Set sizeof long double to 8.
1763
1764 2002-09-27  Mark Kettenis  <kettenis@gnu.org>
1765
1766         * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1767         Fix some whitespace problems.
1768
1769 2002-09-27  David Carlton  <carlton@math.stanford.edu>
1770
1771         * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1772         (mcore-tdep.o): Ditto.
1773         (ns32k-tdep.o): Ditto.
1774         (ns32knbsd-tdep.o): Ditto.
1775         (sh3-rom.o): Ditto.
1776         (vax-tdep.o): Ditto.
1777         * cris-tdep.c: #include "gdb_string.h"
1778         * mcore-tdep.c: Ditto.
1779         * ns32k-tdep.c: Ditto.
1780         * ns32knbsd-tdep.c: Ditto.
1781         * sh3-rom.c: Ditto.
1782         * vax-tdep.c: Ditto.
1783
1784 2002-09-27  David Carlton  <carlton@math.stanford.edu>
1785
1786         * config/djgpp/fnchange.lst: Add entries for
1787         gdb/testsuite/gdb.c++/m-static files.
1788
1789 2002-09-27  Jim Wilson  <wilson@redhat.com>
1790
1791         * MAINTAINERS: Add myself to the Write After Approval list.
1792
1793 2002-09-26  Martin M. Hunt  <hunt@redhat.com>
1794
1795         * mips-tdep.c (find_proc_desc): Initialize startaddr.
1796
1797
1798 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1799
1800         * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1801         frame.
1802
1803 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1804
1805         * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1806         (rs6000_struct_return_address): Delete variable.
1807         (rs6000_store_struct_return): Update.
1808         (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1809         deprecated_extract_struct_value_address.
1810         (rs6000_frame_align): New function.
1811         (rs6000_gdbarch_init): Set frame_align.
1812
1813 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1814
1815         From Grace Sainsbury <graces@redhat.com>:
1816         * Makefile.in (gdbtk-main.o): New target.
1817         (gdb.o): New target.
1818         (main_h): Define.
1819         (main.o): Update dependencies.
1820         (gdb$(EXEEXT)): Add gdb.o.
1821         (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1822         (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1823         (SUBDIR_GDBTK_CLEAN): Set.
1824         (install-gdbtk): Install the insight binary.
1825         (uninstall-gdbtk): New target.
1826         (all-gdbtk, clean-gdbtk): New rule.
1827         * top.c (use_windows): Default to zero.
1828         * main.c: Include "main.h".
1829         (main): Delete.
1830         (struct captured_main_args): Delete.
1831         (gdb_main): New function.
1832         * main.h: New file.
1833         * gdb.c: New File.
1834
1835 2002-09-25  Andrew Cagney  <cagney@redhat.com>
1836
1837         * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1838         (frame_map_regnum_to_name): New function.
1839         (frame_map_name_to_regnum): New function.
1840         * frame.h (frame_map_name_to_regnum): Declare.
1841         (frame_map_regnum_to_name): Declare.
1842         * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1843         * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1844         * parse.c: Do not include "builtin-regs.h".
1845         (target_map_name_to_register): Delete function.
1846         (write_dollar_variable): Use frame_map_name_to_regnum.
1847         * parser-defs.h (target_map_name_to_register): Delete declaration.
1848         * expprint.c: Include "frame.h".
1849         (print_subexp): Use frame_map_regnum_to_name.
1850         * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1851         * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1852
1853 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
1854
1855         * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1856         wasn't saved, and the next innermost frame is a dummy, return the
1857         dummy frame's link register.
1858
1859 2002-09-24  Jim Blandy  <jimb@redhat.com>
1860
1861         Fix from Paul Breed:
1862         * main.c (captured_main): Add a `break' after the case for 'b'.
1863
1864 2002-09-24  Keith Seitz  <keiths@redhat.com>
1865
1866         * varobj.c (c_type_of_child): Use get_target_type instead
1867         of TYPE_TARGET_TYPE.
1868
1869 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1870
1871         * source.c (get_current_or_default_source_symtab_and_line): Remove
1872         function.
1873         (set_default_source_symtab_and_line): New function. Attempts to
1874         determine a source file to list lines from if one is not currently
1875         defined.
1876         (get_current_source_symtab_and_line): Initialize sal.pc and
1877         sal.end fields.
1878         (set_current_source_symtab_and_line): Mark argument as const.
1879         * source.h: Update declarations and comments.
1880         * linespec.c (decode_line_1): Replace call to removed routine above.
1881         * stack.c (print_frame_info_base): Ditto.
1882         * cli/cli-cmds.c (edit_command): Ditto.
1883         (list_command): Ditto.
1884
1885 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1886
1887         * source.c (get_current_or_default_source_symtab_and_line): Initialize
1888         sal.pc and sal.end fields.
1889         (get_current_or_default_source_symtab_and_line): Ditto.
1890         * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1891         so we do not cause a new source symtab to be searched for (reverting an
1892         unintentional change from the 2002-09-20 patch).
1893         * scm-lang.c (scm_unpac): Ditto.
1894
1895 2002-09-21  Andrew Cagney  <cagney@redhat.com>
1896
1897         * complaints.c (symfile_explanations): Remove new-line from
1898         ``isolated_message''.
1899         (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1900         (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1901
1902 2002-09-20  Nick Clifton  <nickc@redhat.com>
1903         
1904         * NEWS: Announce that V850EA ISA is no longer supported.
1905         * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1906
1907 2002-09-20  David Carlton  <carlton@math.stanford.edu>
1908
1909         * Makefile.in (c-lang.o): Correct dependencies.
1910         (utils.o): Gather dependencies.
1911         (charset.o): Move.
1912         * c-lang.c: #include "gdb_string.h"
1913
1914 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1915
1916         From 2002-07-02  George Helffrich <george@gly.bris.ac.uk>
1917         * cli/cli-cmds.c (list_command): New function.  Implements the new
1918         cli edit command.
1919         (_init_cli_cmds): Add new command definition.
1920         * gdb.1: Document edit command.
1921         * doc/gdb.texinfo: Document edit command.
1922
1923 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1924
1925         * source.c: Make global variables current_source_symtab and
1926         current_source_line static.
1927         (list_command): Moved to cli/cli-cmds.c.
1928         (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1929         (get_first_line_listed): New accessor function.
1930         (get_lines_to_list): New accessor function.
1931         (get_current_source_symtab_and_line): New function. Retrieves the
1932         position in the source code that we consider current.
1933         (get_current_or_default_source_symtab_and_line): New function.
1934         Like the above but attempts to determine a default position if one
1935         is not currently defined.
1936         (set_current_source_symtab_and_line): New function. Sets the source
1937         code position considered current and returns the previously set one.
1938         (clear_current_source_symtab_and_line): Reset stored information about
1939         a current source line.
1940         (_initialize_source): Remove registration for the "list" command and
1941         its alias.
1942         * source.h: Add declarations for the new functions above.
1943         * symtab.h: Remove declarations for the global variables mentioned
1944         above.
1945         * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1946         obtain current source line.
1947         * linespec.c (decode_line_1): Ditto.
1948         * macroscope.c (default_macro_scope): Ditto.
1949         * scm-lang.c (scm_unpac): Ditto.
1950         * stack.c (print_frame_info_base): Ditto.
1951         * symfile.c (clear_symtab_users): Ditto.
1952         * symtab.c (decode_line_spec): Ditto.
1953         * cli/cli-cmds.c (list_command): Moved here from source.c.
1954         (ambiguous_line_spec): Moved here from source.c.
1955         (_init_cli_cmds): Add definition for "list" and its alias.
1956         * Makefile.in: Update dependencies.
1957
1958 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1959
1960         * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1961         with what gcc thinks is correct.
1962
1963 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1964
1965         * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1966         multiple register push instruction.
1967
1968 2002-09-19  Jim Blandy  <jimb@redhat.com>
1969
1970         Add support for distinct host and target character sets.
1971         * charset.c, charset.h: New files.
1972         * c-exp.y: #include "charset.h".
1973         (yylex): Convert character and string literals to the target
1974         character set, before returning them as the semantic value of the
1975         token.
1976         * c-lang.c: #include "charset.h".
1977         (c_emit_char): Use charset-specific methods to recognize
1978         characters with backslash escape forms, to decide which characters
1979         to print literally and which to print using numeric escape
1980         sequences, and to convert target characters to host characters
1981         before printing.
1982         * utils.c: #include "charset.h".
1983         (no_control_char_error): New function.
1984         (parse_escape): Use charset-specific methods to recognize
1985         backslash escapes, parse `control character' notation, and convert
1986         characters from the host character set to the target character set.
1987         * configure.in: Set the default host character set.
1988         Check where to find iconv, and what its argument types might be.
1989         * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1990         * Makefile.in (SFILES): List charset.c.
1991         (COMMON_OBS): List charset.o.   
1992         (charset.o): New rule.
1993         (charset_h): New header dependency variable.
1994         (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1995         (LIBICONV): New variable, set by configure.
1996         (CLIBS): Include $(LIBICONV) here.
1997         * aclocal.m4, config.in, configure: Regenerated.
1998
1999 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
2000
2001         * ada-exp.y: Add missing semicolons to end rules. Fixes a
2002         bison 1.35 warning.
2003
2004 2002-09-19  Richard Earnshaw  <rearnsha@arm.com>
2005
2006         * gdb_mbuild.sh: New file.
2007
2008 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
2009
2010         * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2011
2012 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
2013
2014         * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2015         jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2016         printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2017         valops.c, value.h: Revert previous change.
2018         
2019 2002-09-18  Michael Snyder  <msnyder@redhat.com>
2020
2021         Preliminary support for Objective-C:
2022         * defs.h (language_objc): New enum value.
2023         (puts_filtered_tabular): Declaration only, exported from utils.c.
2024         (skip_quoted): Delete, declared in completer.h.
2025         * c-exp.y: Include completer.h.
2026         * p-exp.y: Ditto.
2027         * jv-exp.y: Ditto.
2028         * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
2029         New operator enum values.
2030         * language.h (CAST_IS_CONVERSION): Test for language_objc.
2031         * language.c (binop_result_type): Handle language_objc case.
2032         (integral_type, character_type, string_type, boolean_type,
2033         structured_type, binop_type_check): Ditto.
2034         * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2035         (struct objc_specific): Add to general_symbol_info.
2036         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2037         (SYMBOL_DEMANGLED_NAME): Handle objc case.
2038         * parser-defs.h (struct objc_class_str): New struct type.
2039         (start_msglist, end_msglist, add_msglist): Declaration only,
2040         exported from objc-lang.c.
2041         * value.h (value_of_local, value_nsstring, 
2042         call_function_by_hand_expecting_type): Exported from valops.c.
2043         * valops.c (find_function_addr): Export.
2044         (call_function_by_hand_expecting_type): New function.
2045         (value_of_local): New function.
2046         * symfile.c (init_filename_language_table): Add ".m" extension
2047         for Objective-C.
2048         * utils.c (puts_filtered_tabular): New function.
2049         (fprintf_symbol_filtered): Add objc demangling support (disabled).
2050         (set/show demangle): Extend help-string to refer to ObjC.
2051         * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2052         * stabsread.c (symbol_reference_defined): Objective-C symbols
2053         may contain colons: make allowances when scanning stabs strings
2054         for colons.
2055         (objc_find_colon): New function.
2056         * printcmd.c (address_info): If language == objc then print
2057         "self" instead of "this".
2058         * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2059         OP_NSSTRING, and OP_SELF.
2060         (prefixify_subexp): Ditto.
2061         * source.c (print_source_lines): Mention objc in comment.
2062         * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2063         method names.
2064
2065 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
2066
2067         * complaints.h: Update copyright.
2068         (struct complaints): Declare.
2069         (struct complaint): Make `message' constant.
2070         (internal_complaint): Declare.
2071         (complaint): Declare.
2072         (complaint_root): Delete declaration.
2073         (symfile_complaints): Delete declaration.
2074         (struct complaints): Add opaque declaration.
2075         (clear_complaints): Add a complaints parameter.
2076         * complaints.c: Update copyright.
2077         (enum complaint_series): Define.
2078         (complaint_root): Delete.
2079         (struct complaints): Define.
2080         (complaint_sentinel, symfile_complaint_book): New variables.
2081         (symfile_explanations, symfile_complaints): New variables.
2082         New variables.
2083         (get_complaints): New function.
2084         (vcomplaint): New function.
2085         (complaint): New function.
2086         (internal_complaint): New function.
2087         (complain): Call vcomplain with symfile_complaint.
2088         (clear_complaints): Rewrite.
2089         (_initialize_complaints): Use add_setshow_command.
2090         * Makefile.in (complaints.o): Update dependencies.
2091         * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2092         to call to clear_complaints.
2093         (new_symfile_objfile, reread_symbols): Ditto.
2094         (oldsyms_complaint): Delete.
2095         (empty_symtab_complaint, unknown_option_complaint): Delete.
2096         (free_named_symtabs): Use complaint instead of complain.
2097
2098 2002-09-18  Michael Snyder  <msnyder@redhat.com>
2099
2100         Contributed by Apple Computer, Inc.  Merged with current sources
2101         by Adam Fedor <fedor@doc.com> [cagney].
2102         
2103         * objc-lang.c: First clean-up round: comments, indentation.
2104         * objc-lang.h: Ditto.
2105         * objc-lang.y: Ditto.
2106
2107 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
2108
2109         * maint.c (maintenance_internal_error): Print the parameter as the
2110         error message.
2111         (maintenance_internal_warning): New function.
2112         (_initialize_maint_cmds): Add command `maint internal-warning'.
2113
2114         * defs.h (internal_warning, internal_vwarning): Declare.
2115         * utils.c (struct internal_problem): Define.
2116         (internal_vproblem): New function.
2117         (internal_warning): New function.
2118         (internal_vwarning): New function.
2119         (internal_warning_problem, internal_error_problem): New variables.
2120         (internal_verror): Just call internal_vproblem.
2121
2122 2002-09-18  Michael Snyder  <msnyder@redhat.com>
2123
2124         * objc-lang.c: New file, support for Objective-C.
2125         Preliminary check-in, not yet integrated into gdb.
2126         * objc-lang.h: New file.
2127         * objc-exp.y:  New file.
2128
2129 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
2130
2131         * infrun.c (signal_stop_update): Convert definition to ISO C.
2132         (signal_print_update): Ditto.
2133         (signal_pass_update): Ditto.
2134         * inflow.c (terminal_save_ours): Ditto.
2135
2136         * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2137         comments.
2138         
2139         * config/djgpp/fnchange.lst: Handle name clashes between
2140         bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2141         bfd/coff-tic80.c.
2142
2143         * i386-linux-tdep.h: Fix tipo.
2144
2145 2002-09-18  Adam Fedor  <fedor@gnu.org>
2146
2147         * MAINTAINERS: Add myself to the Write After Approval list.
2148
2149 2002-09-18  Jim Blandy  <jimb@redhat.com>
2150
2151         * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
2152         texthigh and textlow to reader-specific structs caused
2153         objfile_relocate to miss them.  This is fixable, but the work that
2154         the change was supposed to prepare GDB for never got done anyway.
2155
2156 2002-09-18  David Carlton  <carlton@math.stanford.edu>
2157
2158         * MAINTAINERS: Alphabetize Write After Approval list.
2159
2160 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
2161
2162         Fix PR gdb/709
2163         * values.c (value_static_field): Call read_var_value.
2164
2165 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
2166
2167         * valops.c (hand_function_call): Align the initial stack pointer
2168         and STRUCT_ADDR using frame_align.  When STRUCT_RETURN and
2169         FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2170         return value.
2171         * mips-tdep.c (mips_frame_align): New function.
2172         (mips_gdbarch_init): Set frame_align.
2173         * gdbarch.sh (FRAME_ALIGN): New method.
2174         * gdbarch.h, gdbarch.c: Re-generate.
2175
2176 2002-09-18  Michal Ludvig  <mludvig@suse.cz>
2177
2178         * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2179         registers.
2180
2181 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
2182
2183         * NEWS: Mention that MIPS $fp behavior changed.
2184         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2185         reference to FP_REGNUM.
2186         (mipsnbsd_cannot_store_register): Ditto.
2187         * mips-linux-nat.c: Update copyright.
2188         (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2189         (mips_linux_cannot_store_register): Ditto.
2190         * mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
2191         * config/mips/tm-mips.h: Update copyright.
2192         (FP_REGNUM): Delete macro.
2193         (MIPS_REGISTER_NAMES): Replace "fp" with "".
2194         * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2195         * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2196         (mips_r3041_reg_names, mips_r3051_reg_names)
2197         (mips_r3081_reg_names): Replace "fp" with "".
2198         Fix PR gdb/480.
2199
2200 2002-09-17  Theodore A. Roth  <troth@verinet.com>
2201
2202         * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to 
2203         generic_read_register_dummy() (PR gdb/703).
2204         (avr_push_return_address): #if 0 out unused vars.
2205         (avr_gdbarch_init): Enable use of avr_push_return_address().
2206
2207 2002-09-17  Michael Snyder  <msnyder@redhat.com>
2208
2209         * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2210         RTE will take care of it.
2211
2212 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
2213
2214         * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2215         invalid, return SP_REGNUM.
2216
2217 2002-09-17  Michael Snyder  <msnyder@redhat.com>
2218
2219         * mips-tdep.c (mips_pop_frame): Read saved values of floating
2220         point registers without sign extension.
2221
2222 2002-09-17  Andrew Cagney  <cagney@redhat.com>
2223
2224         * blockframe.c (deprecated_read_register_dummy): Rename
2225         generic_read_register_dummy.
2226         * frame.c (frame_unwind_signed_register): New function.
2227         (frame_unwind_unsigned_register): New function.
2228         * frame.h (frame_unwind_signed_register): Declare.
2229         (frame_unwind_unsigned_register): Declare.
2230         (deprecated_read_register_dummy): Rename
2231         generic_read_register_dummy.
2232
2233         * h8300-tdep.c (h8300_frame_chain): Update.
2234         (h8300_frame_saved_pc): Update.
2235         * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2236         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2237         * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2238         (s390_frame_chain): Update.
2239         * v850-tdep.c (v850_find_callers_reg): Update.
2240         (v850_frame_saved_pc): Update.
2241         * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2242         (m32r_find_callers_reg): Update.
2243         (m32r_frame_saved_pc): Update.
2244         * sh-tdep.c (sh_find_callers_reg): Update.
2245         (sh64_get_saved_pr): Update.
2246         (sh_init_extra_frame_info): Update.
2247         (sh_init_extra_frame_info): Update.
2248         (sh64_init_extra_frame_info): Update.
2249         (sh64_init_extra_frame_info): Update.
2250         * mcore-tdep.c (mcore_find_callers_reg): Update.
2251         (mcore_frame_saved_pc): Update.
2252         (mcore_init_extra_frame_info): Update.
2253         * i386-tdep.c (i386_frame_saved_pc): Update.
2254         * ia64-tdep.c (ia64_frame_saved_pc): Update.
2255         (ia64_init_extra_frame_info): Update.
2256         (ia64_init_extra_frame_info): Update.
2257         * d10v-tdep.c (d10v_frame_saved_pc): Update.
2258         * cris-tdep.c (cris_init_extra_frame_info): Update.
2259         * avr-tdep.c (avr_frame_chain): Update.
2260         (avr_init_extra_frame_info): Update.
2261         (avr_frame_saved_pc): Update.
2262         * arm-tdep.c (arm_find_callers_reg): Update.
2263         (arm_init_extra_frame_info): Update.
2264         (arm_frame_saved_pc): Update.
2265
2266 2002-09-17  Tom Tromey  <tromey@redhat.com>
2267
2268         * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2269         is "'".
2270
2271 2002-09-17  Corinna Vinschen  <vinschen@redhat.com>
2272
2273         * MAINTAINERS: Remove "non multi-arched" text from h8300.
2274         * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2275         NEXT_PROLOGUE_INSN.
2276         (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2277         NEXT_PROLOGUE_INSN.
2278
2279 2002-09-16  Joel Brobecker  <brobecker@gnat.com>
2280
2281         * osfsolib.c: Remove file, replaced by solib-osf.c.
2282         * Makefile.in: Remove compilation rules for osfsolib.c.
2283
2284 2002-09-16  David Carlton  <carlton@math.stanford.edu>
2285
2286         * cp-valprint.c (cp_print_class_method): Correct args to
2287         check_stub_method_group.
2288
2289 2002-09-16  Corinna Vinschen  <vinschen@redhat.com>
2290
2291         * h8300-tdep.c: Multiarch.  Drop `set machine' command in favor of
2292         `set architecture'.  Unify naming convention of functions.
2293         (h8300_skip_prologue): Improve prologue analysis.
2294         (h8300_push_arguments): Rewritten to more closely match GCC's
2295         bizarre argument-passing behavior, along with the comment describing
2296         said behavior.
2297         * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2298         * config/h8300/tm-h8300.h: Multiarch.  Just keep stuff needed by
2299         sim, remote-e7000.c, remote-hms.c and remote.c
2300
2301 2002-09-15  Mark Kettenis  <kettenis@gnu.org>
2302
2303         * i386-tdep.c (gdb_print_insn_i386): Removed.
2304         (i386_print_insn): New function.
2305         (i386_gdbarch_init): Set print_insn to i386_print_insns.
2306         (_initialize_i386_tdep): Don't initialize tm_print_insn and
2307         tm_print_insn_info.
2308
2309 2002-09-14  Mark Kettenis  <kettenis@gnu.org>
2310
2311         * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2312         zero.
2313
2314 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
2315
2316         * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2317         for IN_SIGTRAMP to here.  Use IN_SIGTRAMP only if it's defined. 
2318         Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2319
2320 2002-09-13  Christopher Faylor  <cgf@redhat.com>
2321
2322         * win32-nat.c (child_create_inferior): Honor 'tty' command.
2323
2324 2002-09-13  Daniel Jacobowitz  <drow@mvista.com>
2325
2326         * gdbtypes.c (check_stub_method): Make static.
2327         (check_stub_method_group): New function.
2328         * gdbtypes.h: Update prototypes.
2329         * cp-support.c: New file.
2330         * cp-support.h: New file.
2331
2332         * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2333         (update_method_name_from_physname): New function.
2334         (read_member_functions): Correct method names for operators
2335         and v3 constructors/destructors.  Separate v2 constructors and
2336         destructors.
2337         * Makefile.in (stabsread.o): Update dependencies.
2338         (SFILES): Add cp-support.c.
2339         (COMMON_OBS): Add cp-support.o.
2340         (cp_support_h, cp-support.o): Add.
2341
2342         * cp-valprint.c (cp_print_class_method): Call
2343         check_stub_method_group instead of check_stub_method.  Remove
2344         extraneous QUITs.
2345         * p-valprint.c (pascal_object_print_class_method): Likewise.
2346         * valops.c (search_struct_method): Likewise.
2347         (find_method_list, value_struct_elt_for_reference): Likewise.
2348
2349 2002-09-13  Andrew Cagney  <cagney@redhat.com>
2350
2351         * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2352         * gdbarch.h, gdbarch.c: Regenerate.
2353
2354 2002-09-13  Andrew Cagney  <ac131313@redhat.com>
2355
2356         * frame.c (find_saved_register): Delete function.
2357         * frame.h (find_saved_register): Delete declaration.
2358         Fix PR gdb/631.
2359
2360 Fri Sep 13 14:59:55 2002  Andrew Cagney  <cagney@redhat.com>
2361
2362         * mips-tdep.c (read_next_frame_reg): Re-hack using
2363         frame_register_unwind.
2364
2365 Fri Sep 13 07:42:09 2002  Andrew Cagney  <cagney@redhat.com>
2366
2367         * mips-tdep.c (mips_get_saved_register): Re-hack using
2368         frame_register_unwind.
2369
2370 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2371
2372         * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2373         vector. Will be useful for Interix.  
2374         * gdbarch.h, gdbarch.c: Regenerate.
2375
2376         * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2377         name of the malloc function by NAME_OF_MALLOC.
2378
2379 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2380
2381         * value.h (find_function_in_inferior): Add const keyword to
2382         one of the parameters. Allows us to invoke this function with
2383         a const char *.
2384         * valops.c (find_function_in_inferior): Likewise.
2385
2386 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2387
2388         * exec.c (xfer_memory): Fix compilation warning with old versions
2389         of GCC.
2390         * tracepoint.c (trace_find_tracepoint_command): Likewise.
2391
2392 2002-09-12  David Carlton  <carlton@math.stanford.edu>
2393
2394         * symtab.h: Run through gdb_indent.h.
2395         Add 2002 to Copyright year list.
2396
2397 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
2398
2399         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2400         mach constants.
2401         * MAINTAINERS: Add myself to write after approval list.
2402
2403 2002-09-11  J. Brobecker  <brobecker@gnat.com>
2404
2405         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2406
2407 2002-09-11  J. Brobecker  <brobecker@gnat.com>
2408
2409         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2410         Interix.
2411
2412 2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
2413
2414         * procfs.c (do_detach): Clear current signal, not just fault.
2415         Corrects problem with breakpoint trap signal leaking to detached
2416         process on Tru64.
2417
2418 2002-09-10  Michael Snyder  <msnyder@redhat.com>
2419
2420         * buildsym.c (finish_block): Protect against null pointer.
2421
2422 2002-09-10  Andrew Cagney  <cagney@redhat.com>
2423
2424         * infcmd.c (default_print_registers_info): Send all output to
2425         ``file'' instead of ``gdb_stdout''.
2426
2427 2002-09-10  Michael Snyder  <msnyder@redhat.com>
2428
2429         * mips-tdep.c (mips_extract_struct_value_address): Make val a
2430         LONGEST, and use signed register read (addresses are sign-
2431         extended for mips).
2432
2433 2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
2434
2435         * event-loop.c (gdb_do_one_event): Make public.
2436         * event-loop.h (gdb_do_one_event): Declare.
2437
2438 2002-09-10  Jeff Law  <law@redhat.com>
2439
2440         * infttrace.c (child_resume): Simplify and rework to avoid
2441         TT_PROC_CONTINUE.
2442
2443 2002-09-09  Fred Fish  <fnf@intrinsity.com>
2444
2445         * printcmd.c (print_scalar_formatted): "len" is the number of
2446         target bytes, NOT the number of target bits.
2447
2448 2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
2449
2450         From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
2451         * top.c (init_main): Set rl_terminal_name.
2452
2453 2002-09-08  Aidan Skinner <aidan@velvet.net>
2454
2455         * ada-lang.c (ada_array_bound, ada_type_match,
2456         _initialize_ada_language): Fix K&R definitions.
2457         * ada-tasks.c (get_current_task): Fix K&R definitions.
2458         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2459                         
2460 2002-09-07  Christopher Faylor  <cgf@redhat.com>
2461
2462         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2463         Add XP.
2464
2465 2002-09-06  Mark Kettenis  <kettenis@gnu.org>
2466
2467         * i386-tdep.c (i386_register_virtual_type,
2468         i386_register_convertible, i386_register_convert_to_virtual,
2469         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2470         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2471         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
2472         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2473         Don't set push_arguments twice.
2474
2475         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2476         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2477         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2478         sigtramp_end to NULL.
2479         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2480         defines.
2481         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2482
2483         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2484         whitespace.
2485
2486         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2487         * gdbarch.h, gdbarch.c: Re-generate.
2488         * blockframe.c (find_pc_sect_partial_function): Convert to use
2489         SIGTRAMP_START_P predicate.
2490
2491 2002-09-05  Michael Snyder  <msnyder@redhat.com>
2492
2493         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2494         generic_dummy_frame method and old method.  Also distinguish
2495         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2496         (arm_extract_return_value): Use new regcache method.
2497
2498         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2499         adjustment that doesn't conform to the ABI.
2500         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2501         saved regcache, not from current regcache.
2502
2503 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
2504
2505         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
2506         * README: Update.
2507
2508 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
2509
2510         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2511         if arm_apcs_32 is false.
2512
2513 2002-09-04  Andrew Cagney  <ac131313@redhat.com>
2514
2515         GDB 5.3 branch created.
2516
2517 2002-09-03  Theodore A. Roth  <troth@verinet.com>
2518
2519         * gdb/avr-tdep.c (avr_gdbarch_init): Use
2520         generic_unwind_get_saved_register.
2521
2522 2002-09-03  David Carlton  <carlton@math.stanford.edu>
2523
2524         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2525         argument (PR gdb/653).  Update call to smash_to_method_type.
2526         (read_structure_scope): Update call to dwarf2_add_member_fn.
2527
2528 2002-09-03  Michal Ludvig  <mludvig@suse.cz>
2529
2530         * x86-64-linux-tdep.c: Include gdb_string.h
2531         * x86-64-linux-nat.c: Ditto.
2532
2533 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2534
2535         * ada-exp.y (yyname, yyrule): Remap global variables that appear
2536         when YYDEBUG is set to 1.  
2537         * c-exp.y: Likewise.
2538         * f-exp.y: Likewise.
2539         * jv-exp.y: Likewise.
2540         * m2-exp.y: Likewise.
2541         * p-exp.y: Likewise.
2542
2543 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2544
2545         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2546         dependency list.
2547         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2548         solib_svr4_fetch_link_map_offsets to
2549         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2550         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2551         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2552         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2553         solib-svr4.o, and solib-legacy.o.
2554         * config/i386/tm-nbsd.h: Include solib.h.
2555
2556 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2557
2558         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
2559         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
2560         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
2561         comment noting that this needs its own target configuration.
2562         * config/i386/nbsd.mt: New file.
2563         * config/i386/nbsdaout.mt: Remove.
2564         * config/i386/nbsdelf.mt: Ditto.
2565         * config/i386/tm-nbsdaout.h: Ditto. 
2566
2567 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2568
2569         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
2570         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
2571         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2572         tdep->sigtramp_end.
2573         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
2574         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2575         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2576
2577 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2578
2579         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2580         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2581         * i386-tdep.h (i386bsd_init_abi): New prototype.
2582         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2583         function declaration.
2584         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2585         for NetBSD-a.out or NetBSD-ELF.
2586         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2587         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2588         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2589         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
2590         and nbsd-tdep.h.
2591         (i386nbsd_pc_in_sigtramp): New function.
2592         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2593         i386nbsd_pc_in_sigtramp.
2594         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2595         and i386nbsdelf_init_abi OS ABI handlers.
2596         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2597         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2598
2599 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
2600
2601         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2602         registers if the target really has them.
2603
2604 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2605
2606         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2607         than nbsd-tdep.h.
2608
2609 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2610
2611         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2612         list.
2613         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2614         (alphanbsd_skip_sigtramp_frame): New functions. 
2615         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2616         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
2617         to alphanbsd_sigcontext_addr. 
2618
2619 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2620
2621         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2622         list.
2623         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
2624         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2625         nbsd_pc_in_sigtramp. 
2626         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2627         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2628         * nbsd-tdep.c: Include gdb_string.h.
2629         (nbsd_pc_in_sigtramp): New function. 
2630         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
2631         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2632         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2633         ppcnbsd_pc_in_sigtramp. 
2634         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2635         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2636         shnbsd_pc_in_sigtramp. 
2637         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2638         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
2639         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2640
2641 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
2642
2643         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2644         watchpoints to NULL.
2645         (insert_breakpoints): set val field of watchpoints if NULL.
2646
2647
2648 2002-08-29  Jim Blandy  <jimb@redhat.com>
2649
2650         * symtab.c (lookup_symbol_aux): In the cases where we find a
2651         minimal symbol of an appropriate name and use its address to
2652         select a symtab to read and search, use `name' (as passed to us)
2653         as the demangled name when searching the symtab's global and
2654         static blocks, not the minsym's name.
2655
2656 2002-08-29  Keith Seitz  <keiths@redhat.com>
2657
2658         * stack.c (print_frame_info_base): Always set current_source_symtab
2659         and current_source_line.
2660
2661 2002-08-29  Donn Terry  <donnte@microsoft.com>
2662
2663         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2664
2665 2002-08-28  Keith Seitz  <keiths@redhat.com>
2666
2667         * stack.c (select_frame): Add FIXME concerning selected-frame
2668         events.
2669         (select_frame_command): Send selected-frame-level-changed
2670         event notification, but only if the level actually changed.
2671         (up_silently_base): Add selected-frame-level-changed event
2672         notification.
2673         (down_silently_base): Likewise.
2674
2675 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
2676
2677         * Makefile.in: Update dependencies for all gdb/*.c files.
2678
2679 2002-08-27  Tom Tromey  <tromey@redhat.com>
2680
2681         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2682         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2683         Update dependencies.
2684         * i387-tdep.c: Include gdb_string.h.
2685         * osabi.c: Likewise.
2686         * i386-linux-nat.c: Likewise.
2687         * lin-lwp.c: Likewise.
2688         * ax-gdb.c: Likewise.
2689         * signals/signals.c: Likewise.
2690         * jv-valprint.c: Likewise.
2691         * p-lang.c: Likewise.
2692         * c-valprint.c: Likewise.
2693         * cp-abi.c: Likewise.
2694
2695 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
2696
2697         * cli/cli-script.h (copy_command_lines): Export.
2698         * breakpoint.c: Include cli/cli-script.h.
2699         * Makefile.in (breakpoint.o): Update dependencies.
2700
2701 2002-08-26  Michael Snyder  <msnyder@redhat.com>
2702
2703         * breakpoint.c (insert_breakpoints): Protect all references
2704         to 'process_warning'.  Shorten long lines.
2705
2706 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
2707
2708         * cli/cli-script.c (copy_command_lines): New function.
2709         * defs.h (copy_command_lines): Export.
2710         * testsuite/gdb.base/commands.exp: New tests for commands
2711         attached to a temporary breakpoint, and for commands that
2712         delete the breakpoint they are attached to.
2713         
2714 2002-08-26  Michael Snyder  <msnyder@redhat.com>
2715
2716         * breakpoint.c (bpstat_stop_status): Instead of copying the 
2717         pointer to the breakpoint commands struct, make a new copy
2718         of the struct and point to that.
2719         (bpstat_clear): Free the commands struct.
2720         (bpstat_clear_actions): Free the commands struct.
2721         (bpstat_do_actions): Free the command actions.  Also execute
2722         the local cleanups, instead of deleting them.
2723         (delete_breakpoint): Leave the commands field of the bpstat
2724         chain alone -- it will be freed later.
2725
2726 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
2727
2728         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2729         deleted in 2002-08-20 commit.  This function is still used by
2730         ppc-linux-nat.c.
2731
2732 2002-08-26  Keith Seitz  <keiths@redhat.com>
2733
2734         * gdb-events.sh: Add selected-frame-level-changed event.
2735         * gdb-events.c: Regenerated.
2736         * gdb-events.h: Regenerated.
2737         
2738 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
2739
2740         Fix PR gdb/393:
2741         * inflow.c (terminal_save_ours): New function to save terminal
2742         settings.
2743         * inferior.h (terminal_save_ours): Declare.
2744         * target.c (debug_to_terminal_save_ours): New function.
2745         (cleanup_target): Defaults to_terminal_save_ours.
2746         (update_current_target): Inherit to_terminal_save_ours.
2747         (setup_target_debug): Set to_terminal_save_ours.
2748         * target.h (target_terminal_save_ours): New to save terminal settings.
2749         (target_ops): New member to_terminal_save_ours.
2750         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2751         * hpux-thread.c (init_hpux_thread_ops): Likewise.
2752         * inftarg.c (init_child_ops): Likewise.
2753         * m3-nat.c (init_m3_ops): Likewise.
2754         * procfs.c (init_procfs_ops): Likewise.
2755         * wince.c (init_child_ops): Likewise.
2756         * win32-nat.c (init_child_ops): Likewise.
2757         * sol-thread.c (init_sol_thread_ops): Likewise.
2758
2759 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
2760
2761         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
2762         use regcache_* functions.
2763         (i386_gdbarch_init): Set store_return_value instead of
2764         deprecated_store_return_value.
2765
2766         * regcache.c (regcache_raw_write_signed,
2767         regcache_raw_write_unsigned): New functions.
2768         * regcache.h (regcache_raw_write_signed,
2769         regcache_raw_write_unsigned): New prototypes.
2770
2771 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2772
2773         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2774         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2775         source file dependencies.  Cleanup corresponding generator rules.
2776
2777 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2778
2779         * regcache.h (register_offset_hack): Declare.
2780         (regcache_cooked_read_using_offset_hack): Declare.
2781         (regcache_cooked_write_using_offset_hack): Declare.
2782
2783         * regcache.c (register_offset_hack): New function.
2784         (regcache_cooked_read_using_offset_hack): New function.
2785         (regcache_cooked_write_using_offset_hack): New function.
2786         (regcache_dump): Check that the registers, according to their
2787         offset, are packed hard against each other.
2788         (cooked_xfer_using_offset_hack): New function.
2789
2790 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2791
2792         * regcache.c (struct regcache_descr): Add field register_type.
2793         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2794         in as a parameter
2795         (init_regcache_descr): Initialize register_type.  Pass the descr
2796         to init_legacy_regcache_descr.  Use register_type instead of
2797         REGISTER_VIRTUAL_TYPE.
2798         (register_type): New function.
2799         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2800         * regcache.h (register_type): Declare.
2801
2802 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2803
2804         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2805         instead of deprecated_store_return_value.  Fix fallout from
2806         2002-08-23 Andrew Cagney <cagney@redhat.com>.
2807
2808 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2809
2810         * regcache.c (max_register_size): New function.
2811         (init_legacy_regcache_descr): Ensure that max_register_size is
2812         large enough for REGISTER_VIRTUAL_SIZE.
2813         * regcache.h (max_register_size): Declare.
2814
2815 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
2816
2817         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2818         store_return_value.
2819         (e500_extract_return_value): Change type of valbuf pointer to
2820         void.
2821
2822 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2823
2824         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2825         workaround.
2826
2827         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2828         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2829         long long) to prevent compiler warning on 64-bit systems.
2830
2831 2002-08-23  Andrew Cagney  <cagney@redhat.com>
2832
2833         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2834         (DEPRECATED_STORE_RETURN_VALUE): New method.
2835         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2836         * gdbarch.h, gdbarch.c: Re-generate.
2837
2838         * values.c (set_return_value): Pass current_regcache to
2839         STORE_RETURN_VALUE.
2840         * arch-utils.h (legacy_store_return_value): Declare.
2841         * arch-utils.c (legacy_store_return_value): New function.
2842         (legacy_extract_return_value): Update parameters.
2843
2844         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2845         STORE_RETURN_VALUE.
2846         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2847         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2848         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2849         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2850         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2851         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2852         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2853         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2854         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2855         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2856
2857         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2858         * i386-tdep.c (i386_extract_return_value): Update.
2859         * arch-utils.c (legacy_extract_return_value): Update.
2860         * frv-tdep.c (frv_gdbarch_init): Update.
2861         * cris-tdep.c (cris_gdbarch_init): Update.
2862         * d10v-tdep.c (d10v_gdbarch_init): Update.
2863         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2864         * m68k-tdep.c (m68k_gdbarch_init): Update.
2865         * mcore-tdep.c (mcore_gdbarch_init): Update.
2866         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2867         * s390-tdep.c (s390_gdbarch_init): Update.
2868         * sparc-tdep.c (sparc_gdbarch_init): Update.
2869         * sh-tdep.c (sh_gdbarch_init): Update.
2870         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2871         * v850-tdep.c (v850_gdbarch_init): Update.
2872         * avr-tdep.c (avr_gdbarch_init): Update.
2873         * ia64-tdep.c (ia64_gdbarch_init): Update.
2874         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2875         * vax-tdep.c (vax_gdbarch_init): Update.
2876         * alpha-tdep.c (alpha_gdbarch_init): Update.
2877         * arm-tdep.c (arm_gdbarch_init): Update.
2878         * mips-tdep.c (mips_gdbarch_init): Update.
2879         * i386-tdep.c (i386_gdbarch_init): Update.
2880
2881 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
2882
2883         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2884         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2885
2886 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2887
2888         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
2889         problems.
2890
2891 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
2892
2893         * infrun.c (handle_inferior_event): Move a comment outside of a
2894         function call, in order to avoid indent reformatting this part
2895         of the code in an unreadable way.
2896
2897 2002-08-23  Grace Sainsbury  <graces@redhat.com>
2898
2899         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2900         when breakpoints fail. Move general breakpoint error messages to
2901         insert_breakpoints.  
2902         * breakpoint.c (insert_breakpoints): Change warnings when
2903         breakpoints are nto inserted to specify the type. Remove call to
2904         memory_error when hardware breakpoints can't be inserted. Remove
2905         multiple calls to warning so all messages are sent to the user at
2906         once.
2907         (delete_breakpoints): Make insert error messsages more explicit.
2908
2909 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
2910
2911         * ChangeLog: Move gdbserver entries after GDB 5.2 to
2912         gdbserver/ChangeLog.
2913
2914 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
2915
2916         * i386-tdep.c: Include "objfiles.h".
2917         (i386_svr4_init_abi): Set in_solib_call_trampoline and
2918         skip_trampoline_code.
2919         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2920         (CPLUS_MARKER): Define to '.'.
2921
2922         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2923         member.
2924         (linux_corefile_thread_callback): Increase args->num_notes.
2925         (linux_make_note_section): Initialize thread_args.num_notes, and
2926         use it to determine whether notes for any threads were created.
2927
2928 2002-08-23  Donn Terry  <donnte@microsoft.com>
2929
2930         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2931         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2932         and PCUNKILL.
2933         (write_with_trace): Conditionalize out the switch branch handling
2934         PCSHOLD if the corresponding macro is not defined. Likewise for
2935         PRSABORT and PRSTOP.
2936         This change will be needed by the Interix port.
2937
2938 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2939
2940         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2941         write_register wherever possible instead of manipulating the
2942         register bytes directly.
2943         Assign VALUE_CONTENTS to a variable and use that.
2944         The GPR numbers are now dependent on the architecture.
2945         
2946 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2947
2948         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2949         ev_offset fields.
2950         (skip_prologue): Add support for BookE/e500 instructions.
2951         (e500_extract_return_value): New function.
2952         (frame_get_saved_regs): Add support for saving ev registers and
2953         pseudo gpr's.
2954         (e500_store_return_value): New function.
2955         (rs6000_gdbarch_init): Move up default intializations of
2956         deprecated_extract_return_value and store_return_value.  Overwrite
2957         init of store_return_value with e500 specific version.
2958         Set extract_return_value for e500.
2959         
2960 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2961
2962         * blockframe.c (generic_call_dummy_register_unwind): Use
2963         regcache_cooked_read to catch cases in which the variable is
2964         stored in a pseudo register.
2965
2966 2002-08-22  Andrew Cagney  <cagney@redhat.com>
2967
2968         * NEWS: Mention that the i960 has been made obsolete.
2969         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2970         i960-tdep.c
2971         (remote-nrom.o): Obsolete target.
2972         (remote-nindy.o, i960-tdep.o): Ditto.
2973         * remote-nrom.c: Make file obsolete.
2974         * remote-nindy.c, remote-vx960.c: Ditto.
2975         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2976         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2977         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2978         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2979         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2980         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2981         i960-*-vxworks* obsolete.
2982         * MAINTAINERS: Note that the i960 is obsolete.
2983
2984 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
2985
2986         * aix-thread.c (aix_thread_detach): Disable thread debugging on
2987         detach to allow reinitialization.
2988
2989 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
2990
2991         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2992         attempt).
2993
2994 2002-08-22  Jim Blandy  <jimb@redhat.com>
2995
2996         * coffread.c (coff_symfile_read): Don't try to read the line
2997         number table from disk if the image file doesn't have a symbol
2998         table; we'll never actually look at the info anyway, and Windows
2999         ships DLL's with bogus file offsets for the line number data.
3000
3001 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
3002
3003         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3004         an e500 executable.
3005
3006 2002-08-21  Michael Snyder  <msnyder@redhat.com>
3007
3008         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3009         (MSYMBOL_SIZE): Replace macro with function.
3010         (DEFAULT_MIPS_TYPE): Delete unused macro.
3011         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3012         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3013
3014 2002-08-21  Jim Blandy  <jimb@redhat.com>
3015
3016         * valops.c (value_cast): Simplify and correct logic for doing a
3017         static cast from a pointer to a base class to a pointer to a
3018         derived class.
3019
3020 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
3021
3022         * infcmd.c (default_print_registers_info): Replace
3023         do_registers_info.
3024         (registers_info): Use gdbarch_print_registers_info instead of
3025         DO_REGISTERS_INFO.
3026         * inferior.h (default_print_registers_info): Replace
3027         do_registers_info.
3028         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3029         (DO_REGISTERS_INFO): Change to a predicate function.
3030         * gdbarch.h, gdbarch.c: Regenerate.
3031         
3032 2002-08-21  Keith Seitz  <keiths@redhat.com>
3033
3034         * gdb-events.sh: Add target-changed event.
3035         * gdb-events.c: Regenerated.
3036         * gdb-events.c: Regenerated.
3037         * valops.c (value_assign): Add target-changed event notification
3038         to inlval_register, lval_memory, and lval_reg_frame_relative.
3039
3040 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
3041
3042         * NEWS: Add an entry regarding the improvement of the next/step
3043         operation on Alpha Tru64 multi-processor machines.
3044
3045 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
3046
3047         * Makefile.in: Update dependencies for mi/ cli/ and tui/
3048         directores.
3049         * Makefile.in: Update all _h macro definitions.
3050         * Makefile.in (install-gdbtk): Move to install section.
3051         (rdi-share/libangsd.a): Move to end of file.
3052
3053 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
3054
3055         * frame.c (frame_register_unwind): When a register, set addrp to
3056         the register's byte.
3057
3058 2002-08-20  Michael Snyder  <msnyder@redhat.com>
3059
3060         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3061         used locally, so move them from the target machine header to here.
3062         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
3063         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
3064         Make static.
3065         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3066
3067 2002-08-20  Andrew Cagney  <cagney@redhat.com>
3068
3069         * NEWS: Mention that the Apollo line was made obsolete.
3070         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3071         m68*-hp-hpux* obsolete.
3072         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3073         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3074         * buildsym.c (make_blockvector): Make static.
3075         * buildsym.h (make_blockvector): Make extern declaration obsolete.
3076         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3077         (ALLDEPFILES): Remove dstread.c.
3078         (dstread.o): Obsolete make rule.
3079         * dstread.c: Makefile obsolete.
3080         * dst.h: Ditto.
3081         * config/m68k/hp300hpux.mt: Ditto.
3082         * config/m68k/hp300hpux.mh: Ditto.
3083         * config/m68k/hp300bsd.mt: Ditto.
3084         * config/m68k/hp300bsd.mh: Ditto.
3085         * config/m68k/apollo68b.mt: Ditto.
3086         * config/m68k/apollo68v.mh: Ditto.
3087         * config/m68k/apollo68b.mh: Ditto.
3088
3089 2002-08-20  Michael Snyder  <msnyder@redhat.com>
3090
3091         * mips-tdep.c (mips_in_return_stub): Make static.
3092         (mips_gdbarch_init): Set in_solib_return_trampoline.
3093         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3094
3095 2002-08-20  Michael Snyder  <msnyder@redhat.com>
3096
3097         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3098         * gdbarch.c, gdbarch.h: Regenerate.
3099         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3100         Add.
3101         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3102
3103 2002-08-20  Michael Snyder  <msnyder@redhat.com>
3104
3105         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3106         (mips_gdbarch_init): Set skip_trampoline_code, 
3107         in_solib_call_trampoline.
3108         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3109         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3110
3111 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3112
3113         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3114
3115         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3116         vector type for ev registers.
3117         (e500_pseudo_register_read): New function.
3118         (e500_pseudo_register_write): New function.
3119         (e500_dwarf2_reg_to_regnum): New function.
3120         (PPC_UISA_NOFP_SPRS): New macro.
3121         (PPC_EV_REGS): New macro.
3122         (PPC_GPRS_PSEUDO_REGS): New macro.
3123         (registers_e500): New register set for e500.
3124         (variants): Add e500 variant.
3125         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3126         before setting architectural dependent variations.  Initialize ev
3127         registers numbers.  Add case for e500 architecture.  Set the
3128         number of pseudo registers.
3129
3130 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3131
3132         * rs6000-tdep.c: Clean up comments.
3133
3134 2002-08-20  Andrew Cagney  <cagney@redhat.com>
3135
3136         * h8300-tdep.c: Re-indent file.
3137
3138 2002-08-20  Jim Blandy  <jimb@redhat.com>
3139
3140         * Makefile.in (LDFLAGS): Allow the configure script to establish a
3141         default for this.
3142
3143 2002-08-20  Keith Seitz  <keiths@redhat.com>
3144
3145         * breakpoints.c (watch_command_1): Use internal breakpoint
3146         when setting a watchpoint_scope breakpoint.
3147
3148 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3149
3150         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3151         (build_builtin_type_vec64i): Ditto.
3152         (build_builtin_type_vec128): Ditto.
3153         (build_builtin_type_vec128i): Ditto.
3154
3155 2002-08-19  Michael Snyder  <msnyder@redhat.com>
3156
3157         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3158         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3159         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3160         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3161         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3162         CALL_DUMMY_ADDRESS): Delete.
3163         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3164         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3165         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
3166         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
3167         push_return_address.
3168         (mips_register_raw_size, mips_eabi_use_struct_convention, 
3169         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3170         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3171         mips_init_extra_frame_info, mips_eabi_push_arguments, 
3172         mips_n32n64_push_arguments, mips_push_return_address,
3173         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3174         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3175
3176 2002-08-19  Michael Snyder  <msnyder@redhat.com>
3177
3178         * mips-tdep.c (mips_frame_num_args): New function.
3179         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3180         frame_saved_pc, frame_args_address, frame_locals_address, 
3181         frame_num_args, and frame_args_skip.
3182         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3183         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
3184         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3185         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3186
3187 2002-08-20  Michael Snyder  <msnyder@redhat.com>
3188
3189         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3190         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3191         * mips-tdep.c (mips_store_struct_return): New function.
3192         (mips_extract_struct_value_address): New function.
3193         (mips_gdbarch_init): Set store_struct_return and
3194         extract_struct_value_address.
3195
3196 2002-08-20  David Carlton  <carlton@math.stanford.edu>
3197
3198         * dwarf2read.c (dwarf2_build_psymtabs): Check that
3199         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3200         (read_file_scope): Check that line_header is nonzero before
3201         decoding macro information.
3202
3203 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
3204
3205         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3206         flag the general-purpose registers as floating-point on targets
3207         that don't support the floating-point registers.
3208
3209 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3210
3211         * rs6000-tdep.c (altivec_register_p): Delete.
3212         (rs6000_do_altivec_registers): Delete.
3213         (rs6000_altivec_registers_info): Delete.
3214         (rs6000_do_registers_info): Delete.
3215         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3216         (rs6000_gdbarch_init): Remove setting of do_registers_info.
3217
3218 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3219
3220         * infcmd.c (do_registers_info): Print vector registers in hex
3221         format only.
3222         (print_vector_info): Check that printing registers
3223         makes sense.
3224         (print_float_info): Ditto.
3225
3226 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
3227
3228         * mips-tdep.c (mips_gdbarch_init): Update.
3229         (mips_o32_extract_return_value): Rewrite.
3230         (mips_o32_store_return_value): Rewrite.
3231         (mips_o32_xfer_return_value): New function.
3232         (mips_xfer_register): Tweak debug print message.  Allow for
3233         buf_offset when dumping the value transfered.
3234
3235 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
3236
3237         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3238         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3239         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3240         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3241         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3242
3243 2002-08-14  Michael Snyder  <msnyder@redhat.com>
3244
3245         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3246
3247 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
3248
3249         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3250         register.
3251         (P): New macro to define a register as a pseudo register.
3252         (R, R4, R8, R16, FR32, R64, R0): Updated.
3253         (struct variant): Add new fields for number of pseudo registers
3254         and number of total registers.
3255         (tot_num_registers): New macro replacing....
3256         (num_registers): ...deleted macro.
3257         (num_registers): New function.
3258         (num_pseudo_registers): New function.
3259         (variants): Update all variants to intialize new fields correctly.
3260         Postpone initialization of number of pseudo regs and real regs.
3261         (init_variants): New function.
3262         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
3263         registers offsets.
3264
3265 2002-08-19  David Carlton  <carlton@math.stanford.edu>
3266
3267         * valops.c (search_struct_field): Change error message to treat
3268         return value of 0 from value_static_field as meaning that field is
3269         optimized out.
3270         (value_struct_elt_for_reference): Ditto.
3271         * values.c (value_static_field): Treat an unresolved location the
3272         same as a nonexistent symbol.  Fix PR gdb/635.
3273         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3274         enclosed.  Fix PR gdb/574.
3275         * MAINTAINERS: Add self to Write After Approval list.
3276
3277 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
3278
3279         * mips-tdep.c (mips_xfer_register): New function.
3280         (mips_n32n64_extract_return_value): Rewrite.
3281         (mips_gdbarch_init): For N32 and N64, set extract_return_value
3282         instead of deprecated_extract_return_value.
3283
3284 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
3285
3286         * rs6000-tdep.c (TDEP): Delete macro.
3287         (branch_dest): Replace use of TDEP macro with its body.
3288         (rs6000_pop_frame): Ditto.
3289         (rs6000_push_arguments): Ditto.
3290         (rs6000_skip_trampoline_code): Ditto.
3291         (rs6000_frame_saved_pc): Ditto.
3292         (rs6000_frame_chain): Ditto.
3293         (rs6000_register_name): Ditto.
3294         (rs6000_register_byte): Ditto.
3295         (rs6000_register_raw_size): Ditto.
3296         (rs6000_register_virtual_type): Ditto.
3297         (rs6000_register_convertible): Ditto.
3298         (rs6000_convert_from_func_ptr_addr): Ditto.
3299
3300 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
3301
3302         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3303         conditionally.
3304         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3305         MIPS_LINUX_JB_ELEMENT_SIZE.
3306         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3307         for MAX_REGISTER_RAW_SIZE arrays.
3308         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3309         MIPS_LINUX_JB_ELEMENT_SIZE.
3310
3311 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3312
3313         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3314
3315 2002-08-19  Aidan Skinner <aidan@velvet.net>
3316
3317         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3318         ada-valprint.c ada-tasks.c.
3319         (YYFILES): Add ada-exp.y.
3320         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3321         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3322         (ada-exp.tab.o): New target.
3323                 
3324 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3325
3326         * regcache.c (regcache_xfer_part): New function.
3327         (regcache_raw_read_part): New function.
3328         (regcache_raw_write_part): New function.
3329         (regcache_cooked_read_part): New function.
3330         (regcache_cooked_write_part): New function.
3331         * regcache.h (regcache_raw_read_part): Declare.
3332         (regcache_raw_write_part): Declare.
3333         (regcache_cooked_read_part): Declare.
3334         (regcache_cooked_write_part): Declare.
3335
3336 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
3337
3338         * remote.c (remote_open_1): Add async_p.
3339         (remote_async_open_1): Delete.
3340         (open_remote_target): Delete.
3341         (remote_open, extended_remote_open): Update calls to remote_open_1.
3342         (remote_async_open, extended_remote_async_open): Call
3343         remote_open_1 instead of remote_async_open_1.
3344
3345 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
3346
3347         * blockframe.c: Fix a few coding standard violations.
3348
3349 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
3350
3351         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3352         here from ...
3353         * config/i386/tm-i386sco5.h: ... here.  File removed.
3354         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3355
3356         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3357         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3358         (TM_FILE): Set to tm-i386.h.
3359         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3360         * config/i386/tm-i386v.h: Remove file.
3361         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3362         instead of "i386/tm-i386v.h".
3363         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3364         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3365         "i386/tm-i386v.h".
3366         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3367         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3368         "i386/tm-i386.h".
3369
3370 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3371
3372         * config/i386/nm-i386v.h: Add protection against
3373         multiple-inclusion.
3374         (i386_register_u_addr): Remove prototype.
3375         (register_u_addr): New prototype.
3376         (REGISTER_U_ADDR): Redefine accordingly.
3377         * i386v-nat.c: Improve several comments.
3378         (i386_register_u_addr): Change signature and rename to
3379         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
3380         ubase variable.
3381
3382 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3383
3384         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3385         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3386         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3387         deprecated_extract_return_value.
3388         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3389         rename mips_o32o64_push_arguments.
3390         (mips_gdbarch_init): Update.
3391         (mips_extract_return_value): Delete.
3392         (mips_o32_extract_return_value): Clone mips_extract_return_value.
3393         (mips_o64_extract_return_value): Clone mips_extract_return_value.
3394         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3395         (mips_n32n64_extract_return_value): Clone
3396         mips_extract_return_value.
3397         (mips_store_return_value): Delete.
3398         (mips_o32_store_return_value): Clone mips_store_return_value.
3399         (mips_o64_store_return_value): Clone mips_store_return_value.
3400         (mips_eabi_store_return_value): Clone mips_store_return_value.
3401         (mips_n32n64_store_return_value): Clone mips_store_return_value.
3402
3403 2002-08-18  Aidan Skinner <aidan@velvet.net>
3404
3405         * ada-lang.c: Use gdb_string.h instead of <string.h>.
3406         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3407                 
3408 2002-08-18  Aidan Skinner <aidan@velvet.net>
3409
3410         * ada-lang.c: Run through gdb_indent.sh.
3411         * ada-lang.h: Run through gdb_indent.sh.
3412         * ada-tasks.c: Run through gdb_indent.sh.
3413         * ada-typeprint.c: Run through gdb_indent.sh.
3414         * ada-valprint.c: Run through gdb_indent.sh.
3415
3416 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3417
3418         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3419         ABI.
3420
3421 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3422
3423         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3424
3425         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3426         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3427
3428         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3429         write_register_gen instead of write_register_bytes.
3430
3431         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3432         i[3456]-*-osf1mk* configurations have been made obsolete.
3433         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3434         i[3456]86-*-osf1mk* hosts obsolete.
3435         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3436         targets obsolete.
3437         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3438         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3439         config/i386/i386m3.mt, config/i386/nm-m3.h,
3440         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3441         config/i386/i386mk.mh, config/i386/i386mk.mt,
3442         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3443         obsolete.
3444         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3445         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3446         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3447
3448 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3449
3450         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3451         (hppa_value_returned_from_stack): Declare.
3452         (hppa_extract_return_value): Declare.
3453         * config/pa/hppa.mt: New file.
3454         * configure.tgt: Recognize hppa*-*-*.
3455         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
3456
3457 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3458
3459         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3460         comment.
3461
3462 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
3463
3464         * top.c (gdb_rl_operate_and_get_next): Make sure
3465         operate-and-get-next functions correctly even when the history
3466         list is completely filled.
3467
3468 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3469
3470         * MAINTAINERS (Target Instruction Set Architectures): Rename
3471         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
3472         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
3473         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
3474         already listed under Host/Native.
3475
3476         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3477         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
3478         mips*-*-*.
3479
3480 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
3481
3482         * config/ia64/ia64.mt: New file.
3483         * config/alpha/alpha.mt: New file.
3484         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3485         ia64-linux-gnu.  Mention that ia64-elf is broken.
3486         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3487
3488 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
3489
3490         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3491         generic_func_frame_valid instead of func_frame_valid.
3492
3493 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3494
3495         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3496         procfs appears to be broken when debugging on multi-processor
3497         machines. So enable software single stepping in order to avoid
3498         using the procfs interface to do next/step operations, using
3499         internal breakpoints instead.
3500
3501         * infrun.c (handle_inferior_event): Readjust the stop_pc by
3502         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3503         make this pc address equal to the value it would have if the
3504         system stepping capability was used. Also set a new flag used
3505         to ensure that we don't readjust the PC one more time later.
3506
3507         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3508         address by DECR_PC_AFTER_BREAK when software single step is
3509         in use for this architecture, as this has already been taken
3510         care of in handle_inferior_event().
3511
3512 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3513
3514         * infrun.c (handle_inferior_event): Minor reformatting, to make
3515         a rather long condition expression easier to read.
3516
3517 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3518
3519         * Makefile.in (gdbtk.o): Move to end of file.
3520         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3521         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3522         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3523         (gdbtk-wrapper.o, gdbres.o): Ditto.
3524
3525 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3526
3527         * Makefile.in (copying.o): Separate out compile rule.
3528         (hpux-thread.o, procfs.o, signals.o): Ditto.
3529         (v850ice.o, z8k-tdep.o): Ditto.
3530         (tui-file.o): Move to TUI section.
3531         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3532         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3533
3534 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3535
3536         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3537         skip_trampoline_code, for better namespace-proofing.   
3538
3539         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3540
3541 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3542
3543         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3544
3545 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3546
3547         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3548         signal, check whether we hit a breakpoint before checking for a
3549         single step breakpoint. Otherwise, GDB fails to notice that a
3550         breakpoint has been hit when stepping onto a breakpoint.
3551
3552 2002-08-16  Keith Seitz  <keiths@redhat.com>
3553
3554         * gdb-events.sh (clear_gdb_event_hooks): New function.
3555         * gdb-events.c: Regenerate.
3556         * gdb-events.h: Regenerate.
3557
3558 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3559
3560         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3561         not_a_sw_breakpoint.
3562         * breakpoint.h (bpstat_stop_status): Add parameter names.
3563
3564 2002-08-16  Grace Sainsbury  <graces@redhat.com>
3565
3566         * remote.c (remote_insert_hw_breakpoint)
3567         (remote_remove_hw_breakpoint): Fix calculation of length field
3568         for Z-packet.
3569
3570 2002-08-15  Michael Snyder  <msnyder@redhat.com>
3571
3572         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3573         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3574         (supply_fpregset): Ditto.
3575         
3576         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
3577         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
3578         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3579         (TARGET_READ_SP): Delete.
3580         (DO_REGISTERS_INFO): Delete.
3581         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3582         Delete.
3583         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3584         from macros to functions.
3585
3586         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3587         (mips_register_convertible, mips_register_convert_to_virtual,
3588         mips_register_convert_to_raw): Make static.
3589         (mips_read_sp): New function.
3590         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3591         (mips_do_registers_info): Make static.
3592         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3593         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3594         (mips_register_convert_from_type, mips_register_convert_to_type):
3595         New functions.
3596         (mips_gdbarch_init): Set up function_start_offset, 
3597         register_virtual_size, pc_in_sigtramp.
3598
3599 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3600
3601         * infcmd.c (vector_info): New function.
3602         (_initialize_infcmd): Add command "info vector".
3603         (print_vector_info): New function.
3604
3605         * gdbarch.sh (PRINT_VECTOR_INFO): New method
3606         * gdbarch.h, gdbarch.c: Regenerate.
3607
3608 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3609
3610         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3611         ``print_all''.  Only print vector registers when ``print_all''.
3612
3613 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3614
3615         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3616         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3617
3618         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3619         Add `args' parameter.
3620         * gdbarch.h, gdbarch.c: Regenerate.
3621         
3622         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3623         
3624         * infcmd.c (float_info): Call print_float_info.
3625         (print_float_info): New function.  By default, print the
3626         floating-point registers.
3627
3628         * arch-utils.h (default_print_float_info): Delete declaration.
3629         * arch-utils.c (default_print_float_info): Delete function.
3630         
3631 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
3632
3633         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3634         out define.
3635
3636         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3637         FRAME.
3638
3639         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3640         * configure.host: Make i[3456]86-*-aix host obsolete.
3641         * configure.tgt: Make i[3456]86-*-aix target obsolete.
3642         * config/i386/i386aix.mh, config/i386/i386aix.mt,
3643         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3644         config/i386/xm-i386aix.h: Make files obsolete.
3645         * i386aix-nat.c: Make file obsolete.
3646         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3647         (i386aix-nat.o): Make target obsolete.
3648
3649         * config/i386/nm-gnu.h: Removed.
3650         * config/i386/nm-i386gnu.h: New file.
3651         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3652         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3653         Moved here from ...
3654         * config/i386/tm-i386gnu.h: ... here.  Removed.
3655         * config/i386/xm-i386gnu.h: Removed.
3656         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3657         (NAT_FILE): Set to nm-i386gnu.h.
3658         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3659         * i386-tdep.c: New file.
3660         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3661         (i386gnu-tdep.o): Specify dependencies.
3662
3663 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
3664
3665         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3666         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3667         Adjust a few comments to reflect reality a bit closer.
3668         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3669         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3670         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3671         target_insert_watchpoint, target_remove_watchpoint):
3672         Move defines to ...
3673         * config/i386/nm-i386sco5.h: ... here.
3674         (kernel_u_size): Add prototype.  Improve a few comments and add
3675         protection against multiple inclusion.
3676         
3677         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3678         out define.
3679
3680         * uw-thread.c (SP_ARG0): Define if not already defined.
3681         * config/i386/tm-i386.h (SO_ARG0): Remove define.
3682
3683         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3684
3685         * config/i386/tm-i386.h: Don't include "regcache.h".
3686
3687         * i387-tdep.h (i387_print_float_info): New prototype.
3688         * i387-tdep.c (print_i387_value, print_i387_ext,
3689         print_i387_status_word, print_i387_control_word): Add `struct
3690         ui_file *' argument and use it for output.
3691         (i387_print_float_info): Renamed from i387_float_info.  Add
3692         `struct gdbarch *' and `struct ui_file *' arguments and use the
3693         latter for output.
3694         * i386-tdep.c: Include "i387-tdep.h".
3695         (i386_gdbarch_init): Set print_float_info.
3696         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3697         (FLOAT_INFO): Remove define.
3698
3699 2002-08-13  Michael Snyder  <msnyder@redhat.com>
3700
3701         * mips-tdep.c (mips_push_arguments): Rename to
3702         mips_eabi_push_arguments, and tune for EABI.
3703         (MIPS_REGS_HAVE_HOME_P): Delete.
3704         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3705         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3706         Delete references to mips_regs_have_home_p.
3707
3708 2002-08-14  Keith Seitz  <keiths@redhat.com>
3709
3710         * Makefile.in (install-gdbtk): Create insight plugin directory.
3711         Install plugins.tcl file.
3712
3713 2002-08-14  Keith Seitz  <keiths@redhat.com>
3714
3715         * configure.in: Move SUBDIRS to near top of the file so that
3716         --enable options may add things to it.
3717         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3718         * configure: Regenerate.
3719
3720 2002-08-13  Michael Snyder  <msnyder@redhat.com>
3721
3722         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
3723         cloned from mips_push_arguments, tuned for o32/o64 ABI.
3724         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3725
3726 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
3727
3728         * vax-tdep.c (vax_get_saved_register): Delete function.
3729         (vax_gdbarch_init): Update.
3730         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3731         (ns32k_gdbarch_init): Update.
3732         * alpha-tdep.c (alpha_get_saved_register): Delete function.
3733         (alpha_gdbarch_init): Update.
3734
3735 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3736
3737         * regcache.c (init_regcache_descr): Overallocate the
3738         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3739         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3740         nr_raw_registers.
3741         (set_register_cached): Add range checking assertions.  Use
3742         current_regcache.
3743
3744 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
3745
3746         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3747         numbers for MMX registers.
3748
3749 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3750
3751         * i386-tdep.c (i386_gdbarch_init): Use
3752         generic_unwind_get_saved_register.
3753
3754 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
3755
3756         * procfs.c (procfs_can_use_hw_breakpoint): New function.
3757         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3758         target vector.
3759         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3760         Delete.  Add comment regarding this now-deleted target method.
3761
3762 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3763
3764         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3765         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3766         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3767         real PC and the page number (if it's within the memory bank window).
3768         (m68hc11_pseudo_register_write): Likewise when saving.
3769         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3770         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3771         (m68hc11_register_raw_size): And use 32-bit for it.
3772         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3773         16K memory bank is used by the prog; also use the virtual pc.
3774
3775 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3776
3777         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3778         (m68hc11_gdbarch_init): Install it in gdbarch.
3779         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3780         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3781         (MSYMBOL_SIZE): New for documentation.
3782         (insn_return_kind): Enum to specify how a function returns.
3783         (frame_extra_info): Cleanup and record the return mode.
3784         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
3785         register in address computation.
3786         (m68hc11_get_return_insn): New to obtain the return instruction used
3787         by the function.
3788         (m68hc11_frame_init_saved_regs): Take into account the return
3789         instruction used by the function for far and interrupt functions.
3790         (m68hc11_init_extra_frame_info): Take into account page register.
3791         (m68hc11_frame_args_address): Adjust according to the return mode.
3792         (show_regs): Print page register only when it's used.
3793
3794 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3795
3796         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3797         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3798         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3799         registers.
3800         (m68hc11_register_raw_size): Likewise.
3801
3802 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3803
3804         * i386-tdep.c (i386_register_name): Handle mmx registers.
3805         (mmx_regnum_p): New function.
3806         (i386_mmx_names): New array.
3807         (mmx_num_regs): New variable.
3808         (i386_pseudo_register_read): New function.
3809         (i386_pseudo_register_write): New function.
3810         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3811
3812         * regcache.c (regcache_raw_read_unsigned): New function.
3813         (regcache_raw_read_signed): New function.
3814         * regcache.h (regcache_raw_read_unsigned): Declare.
3815         (regcache_raw_read_signed): Declare.
3816
3817 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3818
3819         * regcache.c (regcache_raw_read_as_address): Delete function.
3820         (regcache_cooked_read_signed): New function.
3821         (regcache_cooked_read_unsigned): New function.
3822         * regcache.h (regcache_cooked_read_signed): Declare.
3823         (regcache_cooked_read_unsigned): Declare.
3824         (regcache_raw_read_as_address): Delete declaration.
3825
3826         * blockframe.c (generic_read_register_dummy): Use
3827         regcache_cooked_read_unsigned.
3828         * i386-tdep.c (i386_extract_struct_value_address): Use
3829         regcache_cooked_read_unsigned.
3830
3831 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3832
3833         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3834         double sizes according to ELF ABI flags.
3835         (gdbarch_tdep): Record elf_flags.
3836
3837 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3838
3839         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3840         (m6812_prolog): They can appear in 68HC12 function prologue.
3841         (m68hc11_frame_chain): Cleanup.
3842
3843 2002-08-12  Andrew Cagney  <cagney@redhat.com>
3844
3845         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3846         declarations.
3847         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3848         (i386_linux_register_raw_size): Delete function.
3849         (i386_linux_init_abi): Update.
3850         * i386-tdep.c (i386_register_raw_size): Delete function.
3851         (i386_register_byte): Delete function.
3852         (i386_gdbarch_init): Update.
3853         (i386_register_size): Delete array.
3854         (i386_register_offset): Delete array.
3855
3856         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3857         (REGISTER_RAW_SIZE): Delete macro.
3858         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3859         (REGISTER_BYTE): Delete macro.
3860
3861 2002-08-11  Aidan Skinner <aidan@velvet.net>
3862
3863         * ada-lang.c (ada_lookup_partial_symbol)
3864         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3865         prototype names so that grep ^func works properly.
3866
3867         * ada-lang.c (ada_array_element_type)
3868         (ada_lookup_partial_symbol): Fix typos in parameter list.
3869
3870         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3871         Fix prototype names so that grep ^func works properly.
3872         
3873 2002-08-10  Andrew Cagney  <cagney@redhat.com>
3874             Elena Zannoni  <ezannoni@redhat.com>
3875             Martin M. Hunt  <hunt@redhat.com>
3876
3877         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3878         (build_builtin_type_vec128i): Set the vector bit.
3879         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3880         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3881         (build_builtin_type_vec64): New function.
3882         (build_builtin_type_vec64i): New function.
3883         (build_gdbtypes): Initialize builtin_type_vec64 and
3884         builtin_type_vec64i.
3885
3886 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3887
3888         * regcache.c (regcache_dump): Compare the register offset
3889         with REGISTER_BYTE.
3890         * arch-utils.c (generic_register_byte): New function.
3891         * arch-utils.h (generic_register_byte): Declare.
3892         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3893         * gdbarch.h, gdbarch.c: Regenerate.
3894
3895 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3896
3897         * regcache.c: Include "gdbcmd.h"
3898         (_initialize_regcache): Add commands "maintenance print
3899         registers", "maintenance print raw-registers" and "maintenance
3900         print cooked-registers".
3901         (enum regcache_dump_what): Define.
3902         (dump_endian_bytes): New function.
3903         (regcache_dump): New function.
3904         (regcache_print): New function.
3905         (maintenance_print_registers): New function.
3906         (maintenance_print_raw_registers): New function.
3907         (maintenance_print_cooked_registers): New function.
3908         * Makefile.in (regcache.o): Update dependencies.
3909
3910 2002-08-09  Michael Snyder  <msnyder@redhat.com>
3911
3912         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3913         (mips_push_arguments): Correct some comments.  Use paddr_nz
3914         for printing addresses in debug output.  Replace static
3915         allocation using MAX_REGISTER_RAW_SIZE with alloca.
3916         (mips_n32n64_push_arguments): New function, cloned from
3917         mips_push_arguments and tuned for the n32/n64 ABI.
3918         (mips_push_register): Buffer needs dynamic allocation.
3919         (mips_print_register): Ditto.
3920         (do_gp_register_row): Ditto.
3921         (mips_store_return_value): Ditto.
3922         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3923
3924 2002-08-09  Don Howard  <dhoward@redhat.com>
3925
3926         * memattr.c (mem_info_command): Print special case of upper bound
3927         as max CORE_ADDR + 1.
3928
3929 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3930
3931         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
3932         returns structs by ref if they're too big to fit in two registers.
3933
3934 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3935
3936         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3937         saved regs value.
3938         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3939         mips_find_saved_regs().
3940         (mips_pop_frame): Likewise.
3941
3942 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3943
3944         * blockframe.c (frame_saved_regs_register_unwind): Revise
3945         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3946         frames are in use.
3947
3948 2002-08-09  Grace Sainsbury  <graces@redhat.com>
3949         
3950         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3951         T-packets; the 'a' is not taken as a register number.
3952         (remote_check_watch_resources, remote_stopped_by_watchpoint)
3953         (remote_stopped_data_address): New functions; add to target
3954         vector.
3955         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3956         prototypes to match other implementations of this
3957         function. replace integer argument with pointer -- the length
3958         field in the Z-packet is the length of what is pointed to or 1 if
3959         pointer is null. Add to target vector.
3960         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3961         target vector.
3962
3963         From Mark Salter:
3964         * remote.c (remote_wait): Add support to extract optional
3965         watchpoint information from T-packet. Ignore unrecognized
3966         optional info in T-packet.
3967         (remote_async_wait): Ditto.
3968
3969 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
3970
3971         * cli/cli-dump.c: Change fopen modes to use binary open modes
3972         as defined in include/fopen-bin.h throughout.
3973
3974 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3975
3976         * mips-tdep.c: Minor whitespace and indentation clean-ups.
3977
3978 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3979
3980         * doublest.c (store_floating): Avoid floatformat_from_doublest()
3981         assertion failure by returning early after a warning.
3982
3983 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3984
3985         * mips-tdep.c (mips_find_saved_regs): Make static.
3986         (mips_frame_init_saved_regs): New function.
3987         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3988         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3989         (mips_find_saved_regs): Delete declaration.
3990
3991 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3992
3993         * remote.c (remote_wait, remote_async_wait): Change
3994         thread_num from int to ULONGEST.
3995         (unpack_varlen_hex): Change result parameter from
3996         int * to ULONGEST *.
3997
3998 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
3999
4000         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4001         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4002         powerpc*-*-*.
4003         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4004
4005 2002-08-08  Andrew Cagney  <cagney@redhat.com>
4006
4007         * gcore.c (override_derive_stack_segment): Delete variable.
4008         (preempt_derive_stack_segment): Delete function.
4009         (derive_stack_segment): Delete function.
4010         (default_derive_stack_segment): Renamed to derive_stack_segment.
4011         (override_derive_heap_segment): Delete variable.
4012         (preempt_derive_heap_segment): Delete function.
4013         (derive_heap_segment): Delete function.
4014         (default_derive_heap_segment): Rename to derive_heap_segment.
4015
4016 2002-08-06  Michael Snyder  <msnyder@redhat.com>
4017
4018         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4019         * mips-tdep.c (mips_EABI_use_struct_convention, 
4020         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4021         New functions.  (mips_use_struct_convention): Delete.
4022         (mips_gdbarch_init): set use_gdbarch_convention.
4023
4024 2002-08-06  Michael Snyder  <msnyder@redhat.com>
4025
4026         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4027         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
4028         mips_o32_reg_struct_has_addr): New functions.
4029         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4030
4031 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
4032
4033         * regcache.c (pseudo_register): Delete function.
4034         (fetch_register): Delete function.
4035         (store_register): Delete function.
4036         (regcache_raw_read, legacy_read_register_gen): Use
4037         target_fetch_registers instead of fetch_register.
4038         (legacy_write_register_gen, regcache_raw_write): Use
4039         target_store_register instead of store_register.
4040         (write_register_bytes): Ditto.
4041
4042         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4043         (STORE_PSEUDO_REGISTER): Delete.
4044         * gdbarch.h, gdbarch.c: Regenerate.
4045
4046 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
4047
4048         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4049         write dump file binary.
4050
4051 2002-08-05  Michael Snyder  <msnyder@redhat.com>
4052
4053         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
4054         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
4055         (mips_gdbarch_init): Set N32 target to be mips64.
4056
4057 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
4058
4059         * frame.c (find_saved_register): Break out of loop once saved
4060         register address is found.  Don't mention sparc in loop comment
4061         anymore.
4062
4063 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
4064
4065         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4066         mips_default_saved_regsize to 8.
4067
4068 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
4069
4070         * gcore.c: Do not include <sys/procfs.h>.
4071         * Makefile.in (gcore.o): Update dependencies.
4072
4073 2002-08-06  Andrew Cagney  <cagney@redhat.com>
4074
4075         * configure.tgt: Make arc-*-* obsolete.
4076         * NEWS: Mention that arc-*-* has been identifed as obsolete.
4077         * MAINTAINERS: Make arc-elf obsolete.
4078         * arc-tdep.c: Make file obsolete.
4079         * config/arc/arc.mt: Ditto.
4080         * config/arc/tm-arc.h: Ditto.
4081
4082 2002-08-05  Theodore A. Roth  <troth@verinet.com>
4083
4084         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4085
4086 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
4087
4088         * mcore-tdep.c (mcore_gdbarch_init): Use
4089         generic_unwind_get_saved_register instead of
4090         generic_get_saved_register.
4091         * v850-tdep.c (v850_gdbarch_init): Ditto.
4092         * frv-tdep.c (frv_gdbarch_init): Ditto.
4093         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4094         * s390-tdep.c (s390_gdbarch_init): Ditto.
4095         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4096         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4097         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4098
4099 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
4100
4101         * objfiles.h: Add missing #include "symfile.h"
4102
4103         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4104
4105 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
4106
4107         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4108         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4109         of FIELD_BITSIZE.
4110
4111 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
4112
4113         * NEWS: Cleanup and nitpick.
4114
4115 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
4116
4117         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
4118
4119 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
4120
4121         * Makefile.in (gdbtk-bp.o): Update dependencies.
4122         (gdbtk-register.o): Ditto.
4123         (gdbtk-varobj.o): Ditto.
4124
4125 2002-08-03  Andrew Cagney  <cagney@redhat.com>
4126
4127         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4128         m68hc11_fetch_pseudo_register.
4129         (m68hc11_pseudo_register_write): Replace
4130         m68hc11_store_pseudo_register.
4131         (m68hc11_gdbarch_init): Update.
4132
4133 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
4134
4135         * gdbarch.sh: Include "gdb_string.h".
4136         * gdbarch.c: Regenerate.
4137
4138         * regcache.c: Include "gdb_string.h".
4139         * ax-general.c: Ditto.
4140         * varobj.c: Ditto.
4141         * std-regs.c: Ditto.
4142         * fbsd-proc.c: Ditto.
4143         * thread.c: Ditto.
4144
4145         * Makefile.in (regcache.o): Update dependencies.
4146         (thread.o, gdbarch.o): Ditto.
4147         (ax-general.o, gdbarch.o): Ditto.
4148         (varobj.o, std-regs.o): Ditto.
4149         (fbsd-proc.o): Specify dependencies.
4150
4151 2002-08-02  Andrew Cagney  <cagney@redhat.com>
4152
4153         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4154         regnum.
4155         (regcache_cooked_write): Ditto.
4156
4157 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
4158
4159         * regcache.c (regcache_cooked_read): New function.
4160         (regcache_cooked_write): New function.
4161         (read_register_gen): Rewrite using regcache_cooked_read.
4162         (write_register_gen): Rewrite using regcache_cooked_write.
4163
4164         * regcache.h (regcache_cooked_read, regcache_cooked_write):
4165         Declare.
4166
4167 2002-08-02  Andrew Cagney  <cagney@redhat.com>
4168
4169         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4170         Replace the architecture methods register_read and register_write.
4171         * gdbarch.h, gdbarch.c: Regenerate.
4172         * regcache.c (init_regcache_descr): Update.
4173         (read_register_gen): Update.
4174         (write_register_gen): Update.
4175         (supply_register): Update comment.
4176
4177         * sh-tdep.c (sh_gdbarch_init): Update.
4178         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4179         `regcache' and `gdbarch' parameters.  Make `buffer' a void
4180         pointer.  Update code.
4181         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4182         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
4183         void pointer.  Update code.
4184         (sh64_register_write): Delete.
4185         (sh4_register_read): Delete.
4186         (sh64_register_read): Delete.
4187         (sh4_register_write): Delete.
4188         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4189         void pointer, `to' parameter a void pointer.
4190         (sh_sh64_register_convert_to_raw): Ditto.
4191
4192 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
4193
4194         * mips-tdep.c (mips_register_virtual_type): Use architecture
4195         invariant return values.
4196
4197 2002-08-01  Andrew Cagney  <cagney@redhat.com>
4198
4199         * linux-proc.c: Include "gdb_string.h".
4200         * Makefile.in (linux-proc.o): Update dependency list.
4201
4202 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
4203
4204         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
4205         comment.
4206
4207 2002-08-01  Grace Sainsbury  <graces@redhat.com>
4208
4209         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4210         to_insert_watchpoint, to_remove_watchpoint,
4211         to_stopped_by_watchpoint, to_stopped_data_address,
4212         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4213         target vecctor. Define their corresponding macros so they call
4214         them.
4215         
4216         * target.c: Add default and debug versions of for
4217         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4218         to_insert_watchpoint, to_remove_watchpoint,
4219         to_stopped_by_watchpoint, to_stopped_data_address,
4220         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4221
4222 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
4223
4224         * mips-tdep.c (mips_register_virtual_type): New function.
4225         (mips_gdbarch_init): Register mips_register_virtual_type()
4226         with gdbarch machinery.
4227         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4228         this file instead of tm-bigmips.h.
4229         (MIPS_REGSIZE): Delete this macro.
4230         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
4231         multiarch version in mips-tdep.c will be found.
4232
4233 2002-08-01  Andrew Cagney  <cagney@redhat.com>
4234
4235         * NEWS: Menion that CHILL has been made obsolete.
4236
4237         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4238         * stabsread.c (read_range_type): Ditto.
4239         * gdbtypes.h: Ditto.
4240         * language.c (binop_type_check): Ditto.
4241         (binop_result_type): Ditto.
4242         (integral_type): Ditto.
4243         (character_type): Ditto.
4244         (string_type): Ditto.
4245         (boolean_type): Ditto.
4246         (structured_type): Ditto.
4247         (lang_bool_type): Ditto.
4248         (binop_type_check): Ditto.
4249         * language.h (_LANG_chill): Ditto.
4250         * dwarfread.c (set_cu_language): Ditto.
4251         * dwarfread.c (CHILL_PRODUCER): Ditto.
4252         * dwarfread.c (handle_producer): Ditto.
4253         * expression.h (enum exp_opcode): Ditto.
4254         * eval.c: Ditto for comments.
4255         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4256         * expprint.c (print_subexp): Ditto.
4257         (print_subexp): Ditto.
4258         * valops.c (value_cast): Ditto.
4259         (search_struct_field): Ditto.
4260         * value.h (COERCE_VARYING_ARRAY): Ditto.
4261         * symfile.c (init_filename_language_table): Ditto.
4262         (add_psymbol_with_dem_name_to_list): Ditto.
4263         * valarith.c (value_binop): Ditto.
4264         (value_neg): Ditto.
4265         * valops.c (value_slice): Ditto.
4266         * symtab.h (union language_specific): Ditto.
4267         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4268         (SYMBOL_DEMANGLED_NAME): Ditto.
4269         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4270         * defs.h (enum language): Ditto.
4271         * symtab.c (got_symtab): Ditto.
4272         * utils.c (fprintf_symbol_filtered): Ditto.
4273
4274         * ch-typeprint.c: Make file obsolete.
4275         * ch-valprint.c: Make file obsolete.
4276         * ch-lang.h: Make file obsolete.
4277         * ch-exp.c: Make file obsolete.
4278         * ch-lang.c: Make file obsolete.
4279
4280         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4281         CHILL_LIB.
4282         (TARGET_FLAGS_TO_PASS): Ditto.
4283         (CHILLFLAGS): Obsolete.
4284         (CHILL): Obsolete.
4285         (CHILL_FOR_TARGET): Obsolete.
4286         (CHILL_LIB): Obsolete.
4287         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4288         ch-valprint.c.
4289         (HFILES_NO_SRCDIR): Remove ch-lang.h.
4290         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4291         ch-lang.o.
4292         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4293         targets.
4294
4295 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
4296
4297         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4298         This does not change anything at the moment, but will be helpful
4299         later when full Ada support is integrated.
4300
4301 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4302
4303         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4304         help message.
4305
4306 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4307
4308         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4309         and save it in a local variable.  Use variable in later test.
4310
4311 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4312
4313         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4314         test.  (Thanks to Daniel Jacobowitz.)
4315         
4316 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4317
4318         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4319         (mips_abi_strings): Add "n64".
4320         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
4321
4322 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4323
4324         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4325         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4326
4327 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4328
4329         * utils.c (host_pointer_to_address, address_to_host_pointer):
4330         Use gdb_assert() instead of explicit call to internal_error().
4331
4332 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
4333
4334         * Makefile.in (rs6000-nat.o): Update dependencies.
4335
4336         From Nicholas Duffek:
4337         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4338         (aix-thread.o): New rule.
4339         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4340         * config/powerpc/aix432.mh: New file.
4341
4342 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
4343
4344         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4345         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4346         (fetch_core_registers, ppc_linux_supply_gregset)
4347         (ppc_linux_supply_fpregset): New functions.
4348         (ppc_linux_regset_core_fns): New.
4349         (_initialize_ppc_linux_tdep): Call add_core_fns.
4350         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4351         and ppc_linux_supply_gregset.
4352         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4353         (supply_fpregset): Call ppc_linux_supply_fpregset.
4354         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4355         corelow.o.
4356         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4357
4358 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
4359
4360         * symtab.c (lookup_symbol): Demangle before lowercasing.
4361
4362 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
4363
4364         * symtab.h: Replace #include "gdb_obstack.h" with opaque
4365         declaration.
4366         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4367         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4368         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4369         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4370         "gdb_string.h".
4371         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4372         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4373         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4374         (avr-tdep.o, mon960-rom.o): Ditto.
4375         (aout_stabs_gnu_h): Define.
4376         (symtab_h): Remove $(gdb_obstack_h).
4377
4378 2002-07-30  Jim Blandy  <jimb@redhat.com>
4379
4380         Patch from David Carlton <carlton@math.stanford.edu>:
4381         * gdbinit.in: Move the `dir' commands that add GDB's own source
4382         directory to the search path to the end, so that the `gdb' source
4383         directory will be searched first.
4384
4385 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
4386
4387         * gdb_obstack.h: New file.
4388         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4389         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4390         * objfiles.h: Include "gdb_obstack.h".
4391         * Makefile.in (gdb_obstack_h): Define.
4392         (symtab_h): Add $(gdb_obstack_h).
4393         (objfiles_h): Add $(gdb_obstack_h).
4394         
4395         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4396         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4397         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4398         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4399         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4400         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4401         * symfile.c, coffread.c, c-typeprint.c: Ditto.
4402         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4403
4404         * Makefile.in (bcache.o): Update dependencies.
4405         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4406         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4407         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4408         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4409         (stabsread.o, symfile.o, symmisc.o): Ditto.
4410         (symtab.o, typeprint.o, macroexp.o): Ditto.
4411         (macrotab.o, mdebugread.o): Ditto.
4412         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4413         (coff_ecoff_h, aout_aout64_h): Define.
4414         (aout_stabs_gnu_h, libaout_h): Define.
4415
4416 2002-07-29  Andrew Cagney  <cagney@redhat.com>
4417
4418         * regcache.c (struct regcache_descr): Rename nr_registers to
4419         nr_cooked_registers.  Revise comments describing the structure
4420         member fields.
4421         (init_regcache_descr): Update.
4422         (init_legacy_regcache_descr): Update.
4423         (read_register_gen, write_register_gen): When a cooked register in
4424         the raw register range, directly access the value from the raw
4425         register cache.
4426
4427 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
4428
4429         * z8k-tdep.c: Do not include "obstack.h".
4430         * h8300-tdep.c, h8500-tdep.c: Ditto.
4431         * m68hc11-tdep.c, sh-tdep.c: Ditto.
4432         * valprint.c, v850-tdep.c: Ditto.
4433         * d10v-tdep.c, mn10300-tdep.c: Ditto.
4434         * mn10200-tdep.c: Ditto.
4435
4436         * Makefile.in (z8k-tdep.o): Update dependencies.
4437         (m68hc11-tdep.o, valprint.o): Ditto.
4438         (v850-tdep.o, d10v-tdep.o): Ditto.
4439         (mn10300-tdep.o, sparc-tdep.o): Ditto.
4440         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4441         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4442         (sh_opc_h, gdb_sim_sh_h): Define.
4443         (elf_sh_h, elf_bfd_h): Define.
4444         (opcode_m68hc11_h): Define.
4445         (OPCODES_SRC, OPCODES_DIR): define.
4446         (OPCODES): Use $(OPCODES_DIR).
4447         (gdb_sim_d10v_h): Rename sim_d10v_h.
4448         (gdb_sim_arm_h): Rename sim_arm_h.
4449
4450 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4451
4452         * utils.c (host_pointer_to_address, address_to_host_pointer):
4453         Change internal_error() message to indicate function responsible
4454         for the error.
4455
4456 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4457
4458         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4459         calls to local_hex_string_custom().
4460
4461 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4462
4463         * irix5-nat.c: Move IRIX shared library support from here...
4464         * solib-irix.c: ...to here.  Revised substantially to work with
4465         generic solib framework.
4466
4467         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4468         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4469         * mips-irix-tdep.c: New file.
4470
4471         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4472         (mips-irix-tdep.o, solib-irix.o): New rules.
4473         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4474         solib-irix.o.
4475         * config/mips/irix6.mt (TDEPFILES): Likewise.
4476         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4477
4478 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4479
4480         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4481         disabled (via ``#if 0'') includes.
4482
4483 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4484
4485         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4486         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4487         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4488         Add support for the fpscr register.
4489         * rs6000-nat.c (regmap, fetch_inferior_registers)
4490         (store_inferior_registers, fetch_core_registers): Likewise.
4491
4492 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4493
4494         * rs6000-nat.c (language.h): Include.
4495         (special_regs): Delete this array.
4496         (regmap): New function.
4497         (fetch_register, store_register):  Use regmap() to map gdb
4498         register numbers to ptrace register numbers.  Also, use
4499         outputs from regmap() to make decisions regarding type of
4500         ptrace() call to make.  In particular, don't compare against
4501         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4502         (fetch_inferior_registers, store_inferior_registers): Where
4503         possible, obtain register numbers from tdep struct.  Don't
4504         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4505         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4506         (LAST_UISA_SP_REGNUM): Delete.
4507         
4508 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
4509
4510         * rs6000-nat.c (ppc-tdep.h): Include.
4511         (fetch_registers, store_register, fetch_core_registers): Don't
4512         access registers[] directly.  Instead, use supply_register() or
4513         regcache_collect() as appropriate.
4514         (find_toc_address): Format hex address with local_hex_string().
4515
4516 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
4517
4518         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4519         bfd/elf32-frv.c.
4520
4521 2002-07-24  Tom Tromey  <tromey@redhat.com>
4522
4523         * jv-exp.y: Marked all strings with _().
4524         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4525         internal_error.
4526         (MethodInvocation, CastExpression, parse_number, yyerror,
4527         java_type_from_name, push_expression_name, yylex): Typo fixes.
4528
4529 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
4530
4531         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4532         (tee_file_flush, tee_file_write, tee_file_fputs)
4533         (tee_file_isatty): New.
4534         * ui-file.h (tee_file_new): Add prototype.
4535
4536 2002-07-24  Aidan Skinner <aidan@velvet.net>
4537
4538         * ada-lang.c: Change k&r style function definitions to prototyped
4539         form.
4540         * ada-typeprint.c: Change k&r style function definitions to prototyped
4541         form.
4542         * ada-valprint.c: Change k&r style function definitions to prototyped
4543         form.
4544         
4545 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4546
4547         * README: Remove reference to remote-bug.
4548         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4549         remote-bug.c.
4550         (m88k-nat.o): Delete rule.
4551         (m88k-tdep.o): Delete rule.
4552         (remote-bug.o): Delete rule.
4553         * MAINTAINERS: Mark as obsolete.
4554         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4555         * m88k-tdep.c: Make file obsolete.
4556         * config/m88k/m88k.mh: Ditto.
4557         * config/m88k/delta88v4.mh: Ditto.
4558         * config/m88k/delta88v4.mt: Ditto.
4559         * config/m88k/delta88.mt: Ditto.
4560         * config/m88k/delta88.mh: Ditto.
4561         * remote-bug.c: Ditto.
4562         * config/m88k/tm-delta88.h: Ditto.
4563         * config/m88k/nm-delta88v4.h: Ditto.
4564         * config/m88k/xm-delta88.h: Ditto.
4565         * config/m88k/xm-dgux.h: Ditto.
4566         * config/m88k/tm-m88k.h: Ditto.
4567         * config/m88k/nm-m88k.h: Ditto.
4568         * config/m88k/tm-delta88v4.h: Ditto.
4569         * m88k-nat.c: Ditto.
4570         * cxux-nat.c: Ditto.
4571         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4572         and m88*-*-* obsolete.
4573         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4574         m88*-*-* obsolete.
4575
4576 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4577
4578         * findvar.c (extract_unsigned_integer): Make `addr' parameter
4579         constant.  Same for local pointer variables.
4580         (extract_signed_integer): Ditto.
4581         * defs.h (extract_unsigned_integer): Update.
4582         (extract_signed_integer): Update.
4583
4584 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4585
4586         * regcache.c (regcache_raw_write): Change buf parameter to a
4587         constant void pointer.
4588         (regcache_raw_read): Change buf parameter to a void pointer.
4589         (legacy_write_register_gen): Change myaddr parameter a constant
4590         void pointer.
4591         (supply_register): Change val parameter to a const void pointer.
4592         * regcache.h (regcache_raw_write): Update declaration.
4593         (regcache_raw_read): Update declaration.
4594         (supply_register): Update declaration.
4595
4596 2002-07-24  Tom Tromey  <tromey@redhat.com>
4597
4598         * defs.h (gdb_readline_wrapper): Declare.
4599         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4600         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4601         * top.c (gdb_readline_wrapper): New function.
4602         (command_line_input): Use it.
4603
4604 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4605
4606         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4607         regcache_read and regcache_write.
4608         (regcache_raw_read_as_address): Replace regcache_read_as_address.
4609         * regcache.c: Update.
4610         * sh-tdep.c (sh64_push_arguments): Update comment.
4611         (sh_pseudo_register_read): Update.
4612         (sh_pseudo_register_write): Update.
4613         (sh4_register_read): Update.
4614         (sh4_register_write): Update.
4615         (sh64_pseudo_register_read): Update.
4616         (sh64_pseudo_register_write): Update.
4617         (sh64_register_read): Update.
4618         (sh64_register_write): Update.
4619         * i386-tdep.c (i386_extract_return_value): Update.
4620         (i386_extract_struct_value_address): Update.
4621         (i386_extract_return_value): Update.
4622         * blockframe.c (generic_read_register_dummy): Update.
4623         (generic_call_dummy_register_unwind): Update
4624         * infrun.c (write_inferior_status_register): Update.
4625
4626 2002-07-23  Jim Blandy  <jimb@redhat.com>
4627
4628         * parser-defs.h (expression_context_pc): Make this extern.
4629         (Thanks to Michael Snyder.)
4630
4631 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
4632
4633         GDB 5.2.1 released from 5.2 branch.
4634         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4635         * README: Update to mention 5.2.1.
4636
4637 2002-07-23  Mark Salter  <msalter@redhat.com>
4638
4639         * remote.c (remote_read_bytes): Fix check for error.
4640
4641 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4642
4643         * aix-thread.c (language.h): Include.
4644         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4645         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4646         Print newlines at end of debug messages.
4647         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4648         (pdc_write_data): Use local_hex_string() instead of %llx formats.
4649
4650 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4651
4652         * aix-thread.c (ppc-tdep.h): Include.
4653         (special_register_p): New function.
4654         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4655         (store_regs_user_thread): Use register number information from
4656         gdbarch_tdep struct instead of hardcoded offsets relative to
4657         FIRST_UISA_SP_REGNUM.
4658         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
4659         special_register_p() instead of using FPLAST_REGNUM and
4660         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4661         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
4662         will be MQ's register number.
4663
4664 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4665
4666         * aix-thread.c (ops): Rename to aix_thread_ops.
4667         (base_ops): Rename to base_target.
4668         (ops_attach): Rename to aix_thread_attach.
4669         (ops_detach): Rename to aix_thread_detach.
4670         (ops_resume): Rename to aix_thread_detach.
4671         (ops_wait):   Rename to aix_thread_wait.
4672         (ops_kill):   Rename to aix_thread_kill.
4673         (init_ops):   Rename to init_aix_thread_ops.
4674         (ops_fetch_register): Rename to aix_thread_fetch_register.
4675         (ops_store_register): Rename to aix_thread_store_register.
4676         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4677         (ops_thread_alive):   Rename to aix_thread_thread_alive.
4678         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4679         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
4680         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4681         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
4682         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4683         (store_regs_lib):  Rename to store_regs_user_thread.
4684         (store_regs_kern): Rename to store_regs_kernel_thread.
4685
4686 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4687
4688         * aix-thread.c (ops_prepare_to_store): Eliminate.
4689         (init_ops): Don't initialize ops.prepare_to_store.
4690         (store_regs_kern): Pre-fetch register buffers from child, 
4691         because some registers may not be in the cache.  Copy
4692         regs from register cache only if they are cached.
4693         (store_regs_lib): Copy regs from register cache only
4694         if they are cached.
4695         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4696         fill_gprs64): Ditto.
4697
4698 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4699
4700         * aix-thread.c (gdb_assert.h): Include.
4701         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4702         register sizes (from register cache) match size of buffer holding
4703         register data.
4704         (fill_sprs32): Change parameter types to match those in the ptrace()
4705         buffer.
4706         (store_regs_lib): Likewise, but for 32-bit temporary variables.
4707         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4708
4709 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4710
4711         * aix-thread.c (supply_sprs64): Cosmetic change.
4712         (supply_sprs32): Cosmetic change.
4713         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4714         (fill_sprs64): Use regcache_collect instead of read_register.
4715         (store_regs_lib): Use regcache_collect instead of 
4716         read_register.  Use fill_sprs32 instead of fill_sprs64,
4717         if debugging a 32-bit architecture.
4718         (store_regs_kern): Use fill_gprs64 etc. to pull the values
4719         out of the register cache, instead of passing a pointer into
4720         the register cache directly to ptrace.  Use regcache_collect
4721         insteaad of read_register.
4722         (ops_prepare_to_store): Use target_read_registers instead
4723         of read_register_bytes.
4724
4725 2002-07-20  Aidan Skinner <aidan@velvet.net>
4726
4727         * MAINTAINERS: Add self under write after approval. 
4728                 
4729 2002-07-20  Aidan Skinner <aidan@velvet.net>
4730
4731         * ada-tasks.c: Change k&r style function definitions to prototyped
4732         form.
4733                 
4734 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
4735
4736         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4737         * x86-64-tdep.c: Include "objfiles.h".
4738         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4739         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4740
4741 2002-07-17  Michal Ludvig  <michal@suse.cz>
4742
4743         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4744         (update_context): Initialise cfa variable.
4745
4746 2002-07-17  Michael Snyder  <msnyder@redhat.com>
4747
4748         * aix-thread.c: Shorten some long lines.  
4749         Bring comments into line with code spec.
4750
4751 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
4752
4753         * infrun.c: Re-indent using gdb_indent.sh.
4754
4755 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
4756
4757         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4758         Leave the indentation temporarily untouched, to minimize the diffs.
4759
4760 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
4761
4762         * stabsread.c: Make os9k sections of the code obsolete,
4763         for real this time.
4764         * stabsread.h: Make os9k sections of the code obsolete.
4765
4766 2002-07-18  Michal Ludvig <mludvig@suse.cz>
4767
4768         * linux-low.c (regsets_store_inferior_registers): Add free()
4769         at the end of a loop to prevent memory leak.
4770         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4771         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4772         * config/sparc/tm-sp64linux.h: Make the rest of #endif
4773         line a comment.
4774         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4775
4776 2002-07-17  Jim Blandy  <jimb@redhat.com>
4777
4778         * macrocmd.c (info_macro_command): Remove newline from error
4779         message.
4780
4781 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
4782
4783         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4784         (sh_gdbarch_init): Use it for sh-dsp.
4785
4786 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
4787
4788         * dwarf2read.c (read_initial_length): Handle older, non-standard,
4789         64-bit DWARF2 format.
4790
4791 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
4792
4793         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4794         <sys/proc.h> when not available.
4795
4796 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4797
4798         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4799         * stabsread.c: Make os9k sections of the code obsolete.
4800         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4801         * config/i386/i386os9k.mt: Make file obsolete.
4802         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4803         (COMMON_OBS): Remove os9kread.o
4804         (SFILES): Remove os9kread.c.
4805         (os9kread.o, remote-os9k.o): Make target obsolete.
4806         * remote-os9k.c: Make file obsolete.
4807         * os9kread.c: Make file obsolete.
4808         * Makefile.in
4809
4810 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4811
4812         * NEWS: Mention that the FR30 has been made obsolete.
4813         * fr30-tdep.c: Make file obsolete.
4814         * config/fr30/tm-fr30.h: Ditto.
4815         * config/fr30/fr30.mt: Ditto.
4816         * configure.tgt: Make fr30-*-elf obsolete.
4817         * MAINTAINERS: Make fr30-elf obsolete.
4818
4819 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4820
4821         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4822         found is not inside a section.
4823
4824 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4825
4826         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4827         strerror().
4828         (pdc_realloc): Use xrealloc() instead of realloc().
4829
4830 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4831
4832         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4833         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4834         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4835         macros.
4836
4837 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4838
4839         * aix-thread.c (ptrace_check): Eliminate goto.
4840         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
4841         problem.
4842
4843 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4844
4845         * aix-thread.c (gdbcmd.h): Include.
4846         (DEBUG, DBG, DBG2, dbg): Eliminate.
4847         (debug_aix_thread): New static global.
4848         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4849         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4850         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4851         invocations to DBG and DBG2 macros to test against
4852         ``debug_aix_thread'' and call fprintf_unfiltered().
4853         (_initialize_aix_thread): Add new command "set debug aix-thread".
4854
4855 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4856
4857         From Gerhard Tonn <TON@de.ibm.com>:
4858         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4859         instead of supply_register.
4860
4861 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4862
4863         * dwarf2cfi.c: Include "gdb_assert.h".
4864         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4865         non-NULL.
4866         (update_context): Do not use __func__.  Add missing ``break''.
4867         (update_context): Do not use __func__.
4868
4869 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
4870
4871         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4872         and its setting.  Set gdbarch instruction printing functions
4873         directly.  For non-rs6000 case use new function
4874         gdb_print_insn_powerpc.
4875         (gdb_print_insn_powerpc): New function.
4876
4877 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
4878
4879         * NEWS: Mention that the d30v has been marked obsolete.
4880         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4881         * configure.tgt: Mark d30v-*-* as obsolete.
4882         * d30v-tdep.c: Mark file as obsolete.
4883         * config/d30v/d30v.mt: Ditto.
4884         * config/d30v/tm-d30v.h: Ditto.
4885
4886 2002-07-13  Aidan Skinner <aidan@velvet.net>
4887
4888         * ada-tasks.c (add_task_entry): replace calls to
4889         malloc() with xmalloc
4890         * ada-tasks.c (init_task_list): replace calls to free with xfree()
4891         
4892         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4893         ada_finish_decode_line_1, all_sals_for_line
4894         ada_breakpoint_rewrite): replace calls to free() with xfree()
4895                 
4896 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4897
4898         From Nicholas Duffek (with minor changes by Martin Hunt, 
4899         Louis Hamilton, and Kevin Buettner):
4900         * aix-thread.c: New file.
4901
4902 2002-07-12  Petr Sorfa <petrs@caldera.com>
4903
4904         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
4905         complaint for invalid attribute class or form.
4906         (read_func_scope): DW_AT_frame_base
4907         better handling of DW_AT_block*.
4908         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4909         better handling of DW_AT_block*.
4910         (read_common_block): DW_AT_location
4911         better handling of DW_AT_block*.
4912         (read_partial_die): DW_AT_location better handling
4913         of DW_AT_block*.
4914         (new_symbol): DW_AT_external better handling of
4915         DW_AT_block*. Proper initialization of variable
4916         "addr".
4917         (attr_form_is_block): New function that returns true
4918         if the attribute's form is of DW_FORM_block*.
4919
4920 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4921
4922         * valops.c (find_method_list): Remove comment about
4923         removed STATIC_MEMFUNCP argument.
4924         (value_find_oload_method_list): Likewise.
4925
4926 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4927
4928         From Nicholas Duffek:
4929         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4930         target_new_objfile_hook.
4931
4932 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4933
4934         From Nicholas Duffek:
4935         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4936         csect.
4937
4938 2002-07-12  Andrew Cagney  <cagney@redhat.com>
4939
4940         * MAINTAINERS: Mention --enable-sim-build-warnings.
4941         (m68hc11-elf): Disable sim build warnings.
4942         (m32r-elf): Mark as broken obsolete candidate.
4943         (x86_64-linux-gnu): Mark as buildable with -Werror.
4944         (arm-elf): Change -w to ``,'' which enables warnings but not
4945         -Werror.
4946
4947 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
4948
4949         * bcache.h: Update copyright.
4950         (struct bstring, struct bcache): Move definition to "bcache.c".
4951         Replaced by opaque declaration.
4952         (bcache_xfree): Replace free_bcache.
4953         (bcache_xmalloc, bcache_memory_used): Declare.
4954         
4955         * bcache.c: Update copyright.
4956         (struct bstring, struct bcache): Moved to here from "bcache.h".
4957         Update comments.
4958         (bcache_xmalloc, bcache_memory_used): New functions.
4959         (bcache_xfree): Replace function free_bcache.
4960         
4961         * Makefile.in (objfiles.o): Add $(bcache_h).
4962         (objfiles_h): Remove $(bcache_h).
4963         (symfile.o): Add $(bcache_h).
4964
4965         * symmisc.c: Update copyright.
4966         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4967         (print_objfile_statistics): Use bcache_memory_used.
4968
4969         * symfile.c: Include "bcache.h".
4970         (reread_symbols): Use bcache_xfree.
4971         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4972         (add_psymbol_to_list): Pass psymbol_cache by value.
4973         (add_psymbol_with_dem_name_to_list): Ditto.
4974
4975         * objfiles.h: Update copyright.
4976         (struct bcache): Declare opaque.  Do not include "bcache.h".
4977         (struct objfile): Change psymbol_cache and macro_cache to ``struct
4978         bcache'' pointers.
4979         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4980
4981         * objfiles.c: Include "bcache.h".  Update copyright.
4982         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4983         macro_cache.
4984         (free_objfile): Use bcache_xfree.
4985
4986 2002-07-11  Grace Sainsbury  <graces@redhat.com>
4987
4988         * monitor.c (monitor_fetch_register): Make name a constant.
4989         (monitor_store_register): Same.
4990
4991 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
4992
4993         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4994         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4995         (finish_block) For non-function blocks, hash the symbol table.  For
4996         function blocks, mark the symbol table as unhashed.
4997         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4998         (msymbol_hash_iw): Likewise.
4999         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5000         value.
5001         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5002         (lookup_minimal_symbol): Likewise for both.
5003         * symtab.h (struct block): Add `hashtable' flag.  Comment the
5004         hashtable.
5005         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5006         (ALL_BLOCK_SYMBOLS): Update.
5007         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5008         (struct symbol): Add `hash_next' pointer.
5009         * symtab.c (lookup_block_symbol): Search using the hash table when
5010         possible.
5011         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5012         (search_symbols, find_addr_symbol): Likewise.
5013
5014         * dstread.c (process_dst_block): Clear hashtable bit for new block.
5015         (read_dst_symtab): Likewise.
5016         * jv-lang.c (get_java_class_symtab): Likewise.
5017         * mdebugread.c: Include "gdb_assert.h".
5018         (shrink_block): Assert that the block being modified is not hashed.
5019         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5020         * symmisc.c (free_symtab_block): Walk the hash table when freeing
5021         symbols.
5022         (dump_symtab): Recognize hashed blocks.
5023         * printcmd.c (print_frame_args):  Assert that function blocks do not
5024         have hashed symbol tables.
5025         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5026         (fill_in_ada_prototype, debug_print_block): Likewise.
5027         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
5028
5029 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
5030
5031         * stack.c (print_frame): Use result of frame_address_in_block()
5032         instead of fi->pc when evaluating symbols.
5033         (backtrace_command_1): Ditto.
5034
5035 2002-07-11  Andrew Cagney  <cagney@redhat.com>
5036
5037         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5038         Make static.
5039
5040         * arm-tdep.c (arm_register_name): Make return type constant.
5041
5042 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
5043
5044         * win32-nat.c (has_detach_ability): Convert to strict ISO C
5045         prototype.
5046         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5047         * s390-tdep.c (s390_fp_regnum): Ditto.
5048         (s390_read_fp): Ditto.
5049         (s390_pop_frame): Ditto.
5050         (_initialize_s390_tdep): Ditto.
5051         * remote.c (get_remote_state): Ditto.
5052         * procfs.c (mappingflags): Ditto.
5053         * memattr.c (_initialize_mem): Ditto.
5054         * mcore-tdep.c (mcore_pop_frame): Ditto.
5055         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5056         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5057         * language.c (set_case_str): Ditto.
5058         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5059         * frv-tdep.c (new_variant): Ditto.
5060         (frv_stopped_data_address): Ditto.
5061         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5062         (context_alloc): Ditto.
5063         (frame_state_alloc): Ditto.
5064         (unwind_tmp_obstack_init): Ditto.
5065         (unwind_tmp_obstack_free): Ditto.
5066         (cfi_read_fp): Ditto.
5067         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5068         (cris_pop_frame): Ditto.
5069         * c-lang.c (scanning_macro_expansion): Ditto.
5070         (finished_macro_expansion): Ditto.
5071         (c_preprocess_and_parse): Ditto.
5072         * gdbarch.sh: Ditto.
5073         * gdbarch.h, gdbarch.c: Regenerate.
5074         * config/mn10200/tm-mn10200.h: Adjust indentation.
5075         * target.c: Adjust indentation.
5076         * symtab.h: Adjust indentation.
5077         * stabsread.h: Adjust indentation.
5078         * remote-es.c: Adjust indentation.
5079         * os9kread.c: Adjust indentation.
5080
5081 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
5082         
5083         * wince.c (_initialize_wince): Rename _initialize_inftarg.
5084         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5085
5086 2002-07-10  Grace Sainsbury  <graces@redhat.com>
5087         
5088         * NEWS: Mention m68k, mcore multi-arching.  
5089         * MAINTAINERS: Change status of m68k, mcore to reflect
5090         multi-arching.
5091
5092 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
5093
5094         * valops.c (find_overload_match): Free oload_syms.
5095
5096 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
5097
5098         Define HAVE_SYS_PROC_H if sys/proc.h exists
5099         * configure.in: Add check for sys/proc.h
5100         * config.in: Regenerate.
5101         * configure: Regenerate.
5102
5103 2002-07-09  Grace Sainsbury  <graces@redhat.com>
5104
5105         * config/m68k/tm-m68k.h: Remove macros wrapped in 
5106         #if !GDB_MULTI_ARCH. 
5107
5108 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
5109
5110         * config.in, configure: Regenerate.
5111
5112 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
5113
5114         * dwarf2cfi.c: Include "gcore.h".
5115         (execute_stack_op): Fix implementation of the
5116         DW_OP_deref and DW_OP_deref_size operators by letting do their
5117         lookup in the target.
5118
5119 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
5120
5121         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5122         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5123         tdep->sc_sp_offset.
5124
5125 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
5126
5127         Fix PR gdb/595, gdb/602
5128         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5129         Don't call value_cast, just read the vtable pointer; update comments
5130         to match.
5131
5132 2002-07-05  Grace Sainsbury  <graces@redhat.com>
5133
5134         * config/mcore/tm-mcore.h: Remove file.
5135         * config/mcore/mcore.mt: Remove definition of TM_FILE
5136         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5137
5138 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
5139
5140         * i386bsd-tdep.c: Include "gdb_string.h".
5141
5142 2002-07-04  Grace Sainsbury  <graces@redhat.com>
5143
5144         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5145         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5146         mcore-tdep.
5147         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5148         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5149         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5150         (RETVAL_REGNUM): Move macros from tm-mcore.h
5151         (mcore_reg_struct_has_addr): New function.
5152         (mcore_gdbarch_init): Added initializations for the macros removed
5153         from tm-mcore.h.
5154
5155 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
5156
5157         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5158         traditonal string branding within the ELF header.
5159
5160 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
5161
5162         * symtab.c (remove_params): New function.
5163         (make_symbol_overload_list): Use it instead of cplus_demangle.
5164         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
5165
5166 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
5167
5168         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5169
5170         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5171         New variables.
5172         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5173         and tdep->sigtramp_end.
5174         * i386obsd-nat.c: New file.
5175         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5176
5177         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5178         Don't call get_current_frame().
5179
5180 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5181
5182         * i386-nat.c (child_post_startup_inferior): New function
5183         calling i386_cleanup_dregs if
5184         I386_USE_GENERIC_WATCHPOINTS is defined.
5185         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5186         conditional to acknowledge that i386-nat.c has its
5187         own child_post_startup_inferior function.
5188
5189 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
5190
5191         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5192         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5193         instead of MAX_REGISTER_RAW_SIZE.
5194         (i386_extract_return_value, i386_extract_struct_value_address):
5195         Convert to use regcache.
5196         (i386_gdbarch_init): Set max_register_raw_size and
5197         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5198         Set extract_return_value and extract_struct_value_address instead
5199         of their deprecated variants.
5200
5201         Convert i386 target to generic dummy frames.
5202         * i386-tdep.c: Include "symfile.h".
5203         (i386_frameless_signal_p): Consider a function to be frameless if
5204         the pc points at the first instruction of the function.
5205         (i386_frame_chain): Handle (generic) call dummies.
5206         (i386_frame_saved_pc): Likewise.
5207         (i386_frame_init_saved_regs): Remove code dealing with call
5208         dummies on the stack.
5209         (i386_push_dummy_frame): Removed.
5210         (i386_call_dummy_words): Removed.
5211         (i386_fix_call_dummy): Removed.
5212         (i386_push_return_address): New function.
5213         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
5214         parameter, and don't call get_current_frame.
5215         (i386_pop_frame): New function.
5216         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5217         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5218         entry_point_address, set call_dummy_breakpoint_offset to 0, set
5219         call_dummy_length to 0, set call_dummy_words to NULL, set
5220         sizeof_call_dummy_words to 0, set fix_call_dummy to
5221         generic_fix_call_dummy, set pc_in_call_dummy to
5222         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5223         generic_push_dummy_frame, set push_return_address to
5224         i386_push_return_address and set frame_chain_valid to
5225         generic_file_frame_chain_valid.
5226
5227 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
5228
5229         * gdbarch.sh (struct regcache): Add opaque declaration.
5230         (EXTRACT_RETURN_VALUE): New architecture method.
5231         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5232         * gdbarch.h, gdbarch.c: Regenerate.
5233         * arch-utils.c (legacy_extract_return_value): New function.
5234         * arch-utils.h (legacy_extract_return_value): Declare.
5235         * values.c (value_being_returned): Re-enable code handling
5236         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
5237         deprecated_grub_regcache_for_registers call to block handling
5238         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5239         (EXTRACT_RETURN_VALUE): Do not define.
5240
5241 2002-07-03  Grace Sainsbury  <graces@redhat.com>
5242
5243         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5244         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5245         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5246         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5247         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5248         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5249         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5250         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5251         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5252         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5253         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5254         argument so the function fits the prototype in the architecture
5255         vector.
5256         (mcore_pop_frame): Remove argument so the function fits the
5257         prototype. Use get_current_frame instead of the argument.
5258         (mcore_push_arguments): Change type of struct_return so the
5259         function can be used in the architecture vector.
5260         (mcore_store_struct_return): Add.
5261         (mcore_frame_init_saved_regs): Add.
5262         (mcore_gdbarch_init): Add function calls to replace the macros
5263         removed from tm-mcore.h
5264
5265 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
5266
5267         * infcmd.c (print_return_value): Remove compatibility code calling
5268         deprecated_grub_regcache_for_registers.
5269         
5270         * values.c: Include "regcache.h".
5271         (value_being_returned): Update.  Use
5272         deprecated_grub_regcache_for_registers to extract the register
5273         buffer address.  
5274         * value.h (value_being_returned): Change ``retbuf'' parameter to a
5275         ``struct regcache''.
5276         * Makefile.in (values.o): Add dependency on $(regcache_h).
5277
5278         * inferior.h (run_stack_dummy): Change type of second parameter to
5279         a ``struct regcache''.
5280         * valops.c (hand_function_call): Change type of retbuf to ``struct
5281         regcache''.  Allocate using regcache_xmalloc, clean using
5282         make_cleanup_regcache_xfree.
5283         * infcmd.c (run_stack_dummy): Update.  Use
5284         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5285
5286         * regcache.c (do_regcache_xfree): New function.
5287         (make_cleanup_regcache_xfree): New function.
5288         * regcache.h (make_cleanup_regcache_xfree): Declare.
5289
5290 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
5291
5292         * event-top.c (command_line_handler): Don't read past
5293         beginning of buffer.
5294
5295 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
5296         
5297         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
5298         struct frame_id. 
5299         (varobj_create): Store frame_id for root.
5300         (varobj_gen_name): Use xasprintf.
5301         (varobj_update): Save and restore frame using get_frame_id() and
5302         frame_find_by_id().
5303         (create_child): Use xasprintf.
5304         (new_root_variable): Initialize frame_id.
5305         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5306         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5307         to prevent memory leak.
5308
5309 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
5310
5311         * valops.c (hand_function_call): Move declaration of retbuf to
5312         start of function, allocate using malloc, add a cleanup but before
5313         the inf_status cleanup, cleanup the buffer.  Rename local variable
5314         old_chain to inf_status_cleanup.
5315
5316 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
5317
5318         * top.c (execute_command): Use cmd_func() and cmd_func_p().
5319
5320         * cli/cli-decode.c (cmd_func_p): New function.
5321         (cmd_func): New function.
5322
5323         * command.h: Add cmd_func() and cmd_func_p().   
5324         
5325 2002-07-03  Grace Sainsbury  <graces@redhat.com>
5326
5327         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5328         (REGISTER_SIZE): Remove.
5329         (MAX_REGISTER_RAW_SIZE): Remove.
5330         (REGISTER_VIRTUAL_TYPE): Remove.
5331         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5332         (REGISTER_NAME): Remove.
5333         (USE_GENERIC_DUMMY_FRAMES): Remove.
5334         (CALL_DUMMY): Remove.
5335         (CALL_DUMMY_START_OFFSET): Remove.
5336         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5337         (CALL_DUMMY_LOCATION): Remove.
5338         (FIX_CALL_DUMMY): Remove.
5339         (CALL_DUMMY_ADDRESS): Remove.
5340         (SIZEOF_CALL_DUMMY_WORDS): Remove.
5341         (SAVE_DUMMY_FRAME_TOS): Remove.
5342         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5343         (mcore_register_virtual_type): New function.
5344         (mcore_register_byte): New function.
5345         (mcore_register_size): New function.
5346         (mcore_register_name): New function.
5347         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5348         macros removed from tm-mcore.h.
5349         (mcore_dump_tdep): Add.
5350         (_initialize_mcore_tdep): Add gdbarch_register call.
5351
5352 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
5353
5354         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5355         frameless_look_for_prologue, such that we actually call this
5356         function.
5357
5358 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
5359
5360         * frame.h (frame_address_in_block): New function.
5361
5362         * blockframe.c (frame_address_in_block): New function extracted
5363         from get_frame_block().
5364         (get_frame_block): Use frame_address_in_block().
5365         (block_innermost_frame): Use frame_address_in_block() to match
5366         the frame pc address against the block boundaries rather than
5367         the frame pc directly. This prevents a failure when a frame pc
5368         is actually a return-address pointing immediately after the end
5369         of the given block. 
5370
5371 2002-07-02  Grace Sainsbury  <graces@redhat.com>
5372
5373         * MAINTAINERS: Add self under write after approval. 
5374
5375 2002-07-02  Grace Sainsbury  <graces@redhat.com>
5376
5377         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5378         used in architecture vector. The default is
5379         m68k_local_breakpoint_from_pc.
5380         (m68k_local_breakpoint_from_pc): Add.
5381         (enum): Add register numbers from tm-m68k.h.
5382         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5383         vector.  
5384         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5385         GDB_MULTI_ARCH_PARTIAL.
5386         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5387         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5388         m68k-tdep.c.
5389         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5390         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5391         to enum in m68k-tdep.c
5392
5393 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
5394
5395         * solib-osf.c (open_map): Compute the list of shared libraries
5396         loaded by the inferior, rather than the list of libraries loaded
5397         by GDB itself.  Otherwise, GDB ends up reading the symbols from
5398         the wrong shared libraries...
5399
5400 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
5401
5402         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5403         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5404         macros.
5405         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5406         Remove functions.
5407         (FRAMELESS_SIGNAL): Remove function.
5408         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5409         i386_linux_saved_pc_after_call): Removed.
5410         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5411         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
5412         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5413
5414         * i386-tdep.c (i386_frameless_signal_p): New function.
5415         (i386_frame_chain): Deal with frameless signals.
5416         (i386_sigtramp_saved_sp): New function.
5417         (i386_frame_saved_pc): Deal with frameless signals.
5418         (i386_saved_pc_after_call): Make sure the correct value is
5419         returned just after entry into a sigtramp.
5420         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5421         i386fbsd4_sc_sp_offset): New variables.
5422         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5423         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
5424         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5425         similiar to what we already did for sc_pc_offset.
5426         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5427         tdep->sc_sp_offset.
5428
5429         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5430
5431 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
5432
5433         * config/i386/tm-x86-64linux.h: New.
5434         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5435         definitions.
5436         * config/i386/nm-x86-64.h: Rename to ...
5437         * config/i386/nm-x86-64linux.h: ... this one.
5438         * config/i386/x86-64linux.mh: Reflect the above change.
5439         
5440 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
5441
5442         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5443         with sigcontext_addr.  Add sc_sp_offset.
5444         (i386bsd_sigtramp_saved_pc): Remove prototype.
5445         (i386bsd_sicontext_addr): Add prototype.
5446         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5447         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5448         (i386_svr4_sigtramp_saved_pc): Removed.
5449         (i386_svr4_sigcontext_addr): New function.
5450         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5451         Initialize tdep->sigcontext_addr instead.  Initialize
5452         tdep->sc_pc_offset and tdep->sc_sp_offset.
5453         (i386_gdbarch_init): Likewise.
5454         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5455         any more.
5456         (i386bsd_sigtramp_saved_pc): Remove function.
5457         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5458         Initialize tdep->sigcontext_addr instead.  Initialize
5459         tdep->sc_pc_offset.
5460         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5461         of tdep->sigtramp_saved_pc.
5462         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5463         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
5464         instead.
5465
5466         * i386-tdep.c (i386_frameless_function_invocation,
5467         i386_frame_num_args, i386_frame_init_saved_regs,
5468         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5469         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5470         i386_extract_return_value, i386_store_return_value,
5471         i386_extract_struct_value_address, i386_register_virtual_type,
5472         i386_register_convertible, i386_register_convert_to_virtual,
5473         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5474         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5475         static.
5476
5477 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
5478
5479         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5480
5481         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5482         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5483         this macro.  Include "value.h".
5484
5485 2002-06-30  Aidan Skinner  <aidan@velvet.net>
5486
5487         * ada-exp.tab.c: remove as it's a generated file
5488         * ada-lex.c: remove as it's a generated file
5489                 
5490 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
5491
5492         * config/i386/tm-i386.h (struct frame_info, struct
5493         frame_saved_regs, struct value, struct type): Remove forward
5494         declarations.
5495
5496         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5497         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5498         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5499         (FILL_FPXREGSET): Define.
5500
5501         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5502
5503         * configure.tgt (i[3456]86-*-openbsd*): Fold into
5504         i[3456]86-*-netbsd* case.
5505         * config/i386/tm-obsd.h: Removed.
5506         * config/i386/obsd.mt: Removed.
5507         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5508         core-aout.o.
5509         (MH_CFLAGS): Add -DYYDEBUG=0.
5510
5511         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5512         i386nbsd_sc_pc_offset on OpenBSD too.
5513
5514         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5515         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5516         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5517         define.
5518         * i386bsd-tdep.c: Include "arch-utils.h".
5519         (i386bsd_aout_in_solib_call_trampoline): New function.
5520         (i386bsd_init_abi): Set in_solib_call_trampoline to
5521         i386bsd_aout_in_solib_call_trampoline.
5522         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5523         in_solib_call_trampoline to generic_in_solib_call_trampoline.
5524
5525 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5526
5527         * macrotab.h: Do not include "obstack.h" or "bcache.h".
5528         (struct obstack, struct bcache): Add opaque declarations.
5529         * Makefile.in (macrotab_h): Update
5530
5531 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5532
5533         * blockframe.c (generic_find_dummy_frame): Change return type to
5534         ``struct regcache''.
5535         (struct dummy_frame): Replace field ``registers'' with regcache, a
5536         struct regcache object.
5537         (generic_find_dummy_frame): Update.
5538         (generic_push_dummy_frame): Update.  Use regcache_xfree,
5539         regcache_xmalloc and regcache_cpy.
5540         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
5541         regcache_xfree.
5542         (deprecated_generic_find_dummy_frame): Update.
5543         (generic_read_register_dummy): Update.  Use
5544         regcache_read_as_address.
5545         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
5546         (generic_get_saved_register): Update.  Use regcache_read.
5547
5548 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5549
5550         * Makefile.in (objfiles_h): Add $(bcache_h).
5551         * objfiles.h: Include "bcache.h".
5552
5553         * Makefile.in (symtab_h): Remove $(bcache_h).
5554         * symtab.h: Do not include "bcache.h".
5555
5556 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5557
5558         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5559         generic_func_frame_chain_valid.
5560
5561 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
5562
5563         * config/i386/nm-fbsd.h: Include <sys/param.h>.
5564         * config/i386/tm-fbsd.h: Likewise.
5565
5566 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5567
5568         * rs6000-tdep.c (rs6000_gdbarch_init): Use
5569         generic_unwind_get_saved_register.
5570
5571 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
5572
5573         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5574         * regcache.c (supply_register): Add missing argument to
5575         register_buffer call.
5576
5577 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
5578
5579         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
5580         Solaris /bin/grep does not not like it.  From Peter Schauer.
5581
5582 2002-06-26  Tom Tromey  <tromey@redhat.com>
5583
5584         * command.h (add_setshow_cmd): Declare.
5585         (add_setshow_cmd_full): Declare.
5586         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
5587         returns void.  Use add_setshow_cmd_full.
5588         (add_setshow_cmd_full): New function.
5589         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5590         (add_setshow_boolean_cmd): Likewise.
5591
5592 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5593
5594         * config/vax/tm-vax.h: Protect from multiple inclusion.
5595         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5596         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5597         * config/vax/tm-vaxbsd.h: ...here.  New file.
5598         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5599
5600 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5601
5602         * config/vax/tm-vax.h (BREAKPOINT): Remove.
5603         (BELIEVE_PCC_PROMOTION): Remove.
5604         (AP_REGNUM): Move to...
5605         * config/vax/nm-vax.h: ...here.
5606         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5607         (vax_breakpoint_from_pc): New function.
5608         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5609         and gdbarch_believe_pcc_promotion.
5610
5611 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5612
5613         * Makefile.in (vax_tdep_h): Define.  
5614         (vax-tdep.o): Use $(vax_tdep_h).
5615         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5616         (vax_dump_tdep): New function. 
5617         (_initialize_vax_tdep): Register vax_dump_tdep.
5618         * vax-tdep.h: Include osabi.h.     
5619         (struct gdbarch_tdep): New. 
5620
5621 2002-06-26  Andrew Cagney  <cagney@redhat.com>
5622
5623         * frame.h (deprecated_generic_find_dummy_frame): Rename
5624         generic_find_dummy_frame.
5625         * blockframe.c (generic_find_dummy_frame): Make static.
5626         (deprecated_generic_find_dummy_frame): New function.
5627         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5628         generic_find_dummy_frame with deprecated_find_dummy_frame.
5629         (sh64_nofp_frame_init_saved_regs): Ditto.
5630         (sh_fp_frame_init_saved_regs): Ditto.
5631         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5632         (s390_frame_chain): Ditto.
5633         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5634
5635 2002-06-26  Grace Sainsbury  <graces@redhat.com>
5636
5637         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5638         gdbarch vector are at the top.
5639         (NUM_REGS): Remove.
5640         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5641         (FRAME_ARGS_ADDRESS): Remove.
5642         (FRAME_LOCALS_ADDRESS): Remove.
5643         (FRAME_NUM_ARGS): Remove.
5644         (FRAME_ARGS_SKIP): Remove.  
5645         * m68k-tdep.c (enum): Add eumeration of special register numbers.
5646         (m68k_gdbarch_init): Add gdbarch initializations for macros
5647         undefined in tm-m68k.h
5648
5649 2002-06-26  Grace Sainsbury  <graces@redhat.com>
5650
5651         * monitor.h: Add the function regname to monitor_ops
5652         structure. This way NUM_REGS does not have to be a constant.
5653         * monitor.c (monitor_fetch_register): Added support for regname
5654         function. The function is called if the array regnames is NULL.
5655         (monitor_store_register): Same.
5656         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5657         regnames array.
5658         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5659         cpu32bug_cmds.regname to point to new function.
5660         * abug-rom.c (abug_regname): Same as above.
5661         (init_abug_cmds): Same.
5662         * dbug-rom.c (dbug_regname): Same as above.
5663         (init_dbug_cmds): Same.
5664         * remote-est.c (est_regname): Same. 
5665         (init_est_cmds): Same.
5666         * rom68k-rom.c (rom68k_regname): Same. 
5667         (init_rom68k_cmds): Same.
5668
5669 2002-06-25  Tom Tromey  <tromey@redhat.com>
5670
5671         * breakpoint.c (delete_command): Don't repeat `delete' commands.
5672
5673 2002-06-25  Andrew Cagney  <cagney@redhat.com>
5674
5675         * infrun.c (stop_registers): Change variable's type to ``struct
5676         regcache'''.
5677         (xmalloc_inferior_status): Delete function.
5678         (free_inferior_status): Delete function.
5679         (normal_stop): Use regcache_cpy.
5680         (struct inferior_status): Change type of fields ``stop_registers''
5681         and ``registers'' to ``struct regcache''.
5682         (write_inferior_status_register): Use regcache_write.
5683         (save_inferior_status): Instead of calling
5684         xmalloc_inferior_status, allocate the inf_status buffer directly.
5685         Use regcache_dup_no_passthrough and regcache_dup to save the
5686         buffers.
5687         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5688         Replace the stop_registers regcache instead of overriding it.  Use
5689         regcache_xfree.  Instead of calling free_inferior_status, xfree
5690         the buffer directly.
5691         (discard_inferior_status): Use regcache_xfree.  Instead of calling
5692         free_inferior_status, xfree the buffer directly.
5693         (build_infrun): Use regcache_xmalloc.
5694         (_initialize_infrun): Delete redundant call to build_infrun.
5695
5696         * Makefile.in (infcmd.o): Add $(regcache_h).
5697
5698         * infcmd.c: Include "regcache.h".
5699         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5700         obtain the address of `stop_registers' register buffer.
5701         (print_return_value): Ditto.
5702
5703         * inferior.h (struct regcache): Add opaque declaration.
5704         (stop_registers): Change variable's declared type to ``struct
5705         regcache''.
5706
5707 2002-06-24  Tom Tromey  <tromey@redhat.com>
5708
5709         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5710         * target.c (initialize_targets): Fixed typo in
5711         trust-readonly-sections `show' documentation.
5712
5713         * main.c: Marked all strings with _().
5714
5715 2002-06-24  Don Howard  <dhoward@redhat.com>
5716
5717         * memattr.c (create_mem_region): Treat hi == 0 as a special case
5718         that means max CORE_ADDR+1.
5719         (lookup_mem_region): Ditto.
5720         (mem_info_command): Ditto.
5721
5722 2002-06-24  Grace Sainsbury  <graces@redhat.com>
5723
5724         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5725         (REGISTER_BYTES_OK): Remove.
5726         (REGISTER_BYTES): Remove.
5727         (STORE_STRUCT_RETURN): Remove.
5728         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5729         (STORE_RETURN_VALUE): Remove.
5730         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5731         (FRAME_CHAIN): Remove.
5732         (FRAMELESS_FUNCTION_INVOCATION): Remove.
5733         (FRAME_SAVED_PC): Remove.  
5734         * m68k-tdep.c (m68k_register_bytes_ok):Add.
5735         (m68k_store_struct_return): Add.
5736         (m68k_deprecated_extract_return_value): Add.
5737         (m68k_deprecated_extract_struct_value_address): Add.
5738         (m68k_store_return_value): Add.
5739         (m68k_frame_chain): Add.
5740         (m68k_frameless_function_invocation): Add.
5741         (m68k_frame_saved_pc): Add.
5742         (m68k_gdbarch_init): added set_gdbarch calls for new 
5743         functions and deleted macros.
5744
5745 2002-06-23  Tom Tromey  <tromey@redhat.com>
5746
5747         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5748         (ALLDEPFILES): Likewise.
5749         (udiheaders): Removed.
5750         (udip2soc.o): Likewise.
5751         (udi2go32.o): Likewise.
5752         (udr.o): Likewise.
5753         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5754
5755 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
5756
5757         * infrun.c (_initialize_infrun): Delete unnecessary call to
5758         build_infrun.
5759
5760         * regcache.h: Update comments describing the regcache_cpy family
5761         of functions.
5762         (regcache_save, regcache_restore): Delete declaration.
5763         (regcache_save_no_passthrough): Delete declaration.
5764         (regcache_restore_no_passthrough): Delete declaration.
5765         * regcache.c (regcache_save): Delete function.
5766         (regcache_save_no_passthrough): Delete function.
5767         (regcache_restore): Delete function.
5768         (regcache_restore_no_passthrough): Delete function.
5769
5770 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
5771
5772         * config/m68k/tm-m68k.h: Fix typo.
5773         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5774         (m68k_frame_init_saved_regs): Declare.
5775
5776 2002-06-21  Jim Blandy  <jimb@redhat.com>
5777
5778         Remove some vestiges of Harris 88k support.
5779         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5780         register numbering quirk.
5781         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5782         odd symbols occurring in Harris 88k ELF targets.
5783
5784 2002-06-21  Tom Tromey  <tromey@redhat.com>
5785
5786         * gdb_locale.h: New file.
5787         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5788         (defs_h): Added gdb_locale.h.
5789         * configure, config.in: Rebuilt.
5790         * configure.in (PACKAGE): Define.
5791         * defs.h: Include gdb_locale.h.
5792         * main.c (captured_main): Call setlocale, bindtextdomain,
5793         textdomain.
5794
5795 2002-06-21  Dave Brolley  <brolley@redhat.com>
5796
5797         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5798         * config/frv/frv.mt: New file.
5799         * config/frv/tm-frv.h: New file.
5800         * configure.tgt: Support frv-*-*.
5801         * Makefile.in (frv-tdep.o): New target.
5802         * frv-tdep.c: New file.
5803         * NEWS: Mention frv.
5804
5805 2002-06-21  Dave Brolley  <brolley@redhat.com>
5806
5807         * MAINTAINERS: Add self to "Write After Approval" list.
5808
5809 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5810
5811         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5812         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5813         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5814         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5815         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5816
5817         * m68k-tdep.c: Include arch-utils.h
5818         (m68k_register_raw_size): Add.
5819         (m68k_register_virtual_size): Add.
5820         (m68k_register_virtual_type): Add.
5821         (m68k_register_name): Add.
5822         (m68k_stack_align): Add.
5823         (m68k_register_byte): Add.
5824         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5825         tm-m68k.h.
5826
5827 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5828
5829         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5830         m68k_find_saved_regs.
5831         (m68k_pop_frame): Removed saved_regs structure, and replaced
5832         references to it with frame->saved_regs.
5833         (m68k_gdbarch_init): Added function calls to initialize the
5834         gdbarch structure.
5835         (m68k_fix_call_dummy): Add. 
5836         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5837         (CALL_DUMMY): Remove.
5838         (CALL_DUMMY_LENGTH): Remove.
5839         (CALL_DUMMY_START_OFFSET): Remove.
5840         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5841         (FIX_CALL_DUMMY): Remove.
5842         (PUSH_DUMMY_FRAME): Remove.
5843         (POP_FRAME): Remove.
5844
5845 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5846
5847         * parse.c (parse_fprintf): New function used to avoid calls to
5848         fprintf in bison parser generated debug code.
5849         * parser-defs.h: Declaration of new parse_fprintf function.
5850         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5851         Set YYDEBUG to 1 by default.
5852         Set YYFPRINTF as parse_fprintf.
5853
5854 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
5855
5856         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
5857         encoding anymore.
5858         (pointer_encoding, enum ptr_encoding): New.
5859         (execute_cfa_program): Take care about pointer encoding.        
5860         (dwarf2_build_frame_info): Only call parse_frame_info for 
5861         .debug_frame and .eh_frame.
5862         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5863         fixed augmentation handling, added relative addressing, 
5864         ignore duplicate FDEs. Added comments.
5865         * dwarf2cfi.c: Reindented.
5866         
5867 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
5868
5869         * event-top.c (command_handler): Don't use space_at_cmd_start
5870         unless there is sbrk() on the host. Assign time and space data
5871         to union fields of the appropriate length.
5872
5873 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
5874
5875         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
5876         x86_64_register_name. Return type changed to 'const char *'.
5877         (x86_64_register_name2nr): Rename to x86_64_register_number.
5878         (x86_64_gdbarch_init): Update to reflect the change.
5879         * x86-64-tdep.h: Ditto.
5880         * x86-64-linux-nat.c (x86_64_fxsave_offset)
5881         (supply_fpregset): Ditto.
5882
5883 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5884
5885         * regcache.h: Update copyright.
5886         (struct regcache, struct gdbarch): Add opaque declarations.
5887         (current_regcache): Declare global variable.
5888         (regcache_read, regcache_write): Add gdbarch parameter.
5889         (regcache_save, regcache_save_no_passthrough)
5890         (regcache_restore, regcache_restore_no_passthrough)
5891         (regcache_dup, regcache_dup_no_passthrough)
5892         (regcache_cpy, regcache_cpy_no_passthrough)
5893         (deprecated_grub_regcache_for_registers)
5894         (deprecated_grub_regcache_for_register_valid)
5895         (regcache_valid_p): Add function declarations.
5896         
5897         * regcache.c: Update copyright.
5898         (regcache_descr_handle): New global variable.
5899         (struct regcache_descr): Define.
5900         (init_legacy_regcache_descr, init_regcache_descr): New functions.
5901         (regcache_descr, xfree_regcache_descr): New functions.
5902         (struct regcache): Define.
5903         (regcache_xmalloc, regcache_xfree): New functions.
5904         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5905         (regcache_dup, regcache_dup_no_passthrough): New functions.
5906         (regcache_valid_p, regcache_read_as_address): New functions.
5907         (deprecated_grub_regcache_for_registers): New function.
5908         (deprecated_grub_regcache_for_register_valid): New function.
5909         (current_regcache): New global variable.
5910         (register_buffer): Add regcache parameter.  Update calls.
5911         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
5912         (read_register_gen, write_register_gen): Update register_buffer
5913         call.  Test for legacy_p instead of gdbarch_register_read_p or
5914         gdbarch_register_write_p.
5915         (regcache_collect): Update register_buffer call.
5916         (build_regcache): Rewrite.  Use deprecated grub functions.
5917         (regcache_save, regcache_save_no_passthrough): New functions.
5918         (regcache_restore, regcache_restore_no_passthrough): New
5919         functions.
5920         (_initialize_regcache): Create the regcache_data_handle. Swap
5921         current_regcache global variable.
5922         
5923         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5924         parameter to regcache_read and regcache_write calls.
5925         (sh4_register_read): Ditto.
5926         (sh64_pseudo_register_read): Ditto.
5927         (sh64_register_read): Ditto.
5928         (sh_pseudo_register_write): Ditto.
5929         (sh4_register_write): Ditto.
5930         (sh64_pseudo_register_write): Ditto.
5931         (sh64_register_write): Ditto.
5932
5933         * defs.h (XCALLOC): Define.
5934
5935 2002-06-19  Grace Sainsbury  <graces@redhat.com>
5936
5937         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5938         * m68k-tdep.c (m68k_gdbarch_init): Added.
5939         (m68k_dump_tdep): Added.
5940
5941 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5942
5943         * ada-lang.c (fill_in_ada_prototype): Update comment.
5944
5945 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5946
5947         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
5948         MIPS_ABI_LAST.
5949         (mips_abi_string, mips_abi_strings): New.
5950         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5951         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
5952         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
5953         O32 if no ABI is found.
5954         (mips_dump_tdep): Use mips_abi_strings.
5955         (mips_abi_update): New function.
5956         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
5957         ``set mips abi'' and ``show mips abi''.  Check the size of
5958         mips_abi_strings.
5959
5960 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5961
5962         * i386-linux-tdep.c (i386_linux_register_name): Make return type
5963         constant.
5964
5965 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
5966
5967         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
5968         current frame using only the first stack size adjustment. All
5969         subsequent size adjustments are not considered to be part of
5970         the "static" part of the current frame.
5971         Compute the address of the saved registers relative to the
5972         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5973         in use in this frame.
5974
5975 2002-06-18  Don Howard  <dhoward@redhat.com>
5976  
5977         * valops.c (value_ind): Use value_at_lazy() when dereferencing
5978         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
5979         suggesting this solution.
5980
5981 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
5982
5983         * config/romp/xm-rtbsd.h: Delete file.
5984         * config/romp/rtbsd.mh: Delete file.
5985
5986 2002-06-18  Keith Seitz  <keiths@redhat.com>
5987
5988         * breakpoint.c (condition_command): Post breakpoint_modify
5989         when a condition is added to an existing breakpoint.
5990         (commands_command): Likewise for commands.
5991         (set_ignore_count): Likewise for ignore counts.
5992         If no tty, do not simply return, still need to send event
5993         notification.
5994         (ignore_command): Only print a newline if the command came
5995         from a tty.
5996         Don't call breakpoints_changed, since this is now properly
5997         handled by set_ignore_count.
5998
5999 2002-06-18  Andrew Cagney  <cagney@redhat.com>
6000
6001         * MAINTAINERS: Note that cris-elf target can be compiled with
6002         -Werror.
6003         * cris-tdep.c (cris_register_name): Make return type constant.
6004         (cris_breakpoint_from_pc): Ditto.
6005
6006 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
6007
6008         * frame.h (struct frame_info): Change type of context to 
6009         'struct context'.
6010
6011 2002-06-17  Andrew Cagney  <cagney@redhat.com>
6012
6013         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6014         pointer.
6015         * gdbarch.h, gdbarch.c: Regenerate.
6016         * config/mips/tm-mips.h (mips_register_name): Update.
6017         * i386-tdep.h (i386_register_name): Update.
6018         * mips-tdep.c (mips_register_name): Update
6019         * alpha-tdep.c (alpha_register_name): Update.
6020         * arch-utils.c (legacy_register_name): Update.
6021         * arch-utils.h (legacy_register_name): Update.
6022         * avr-tdep.c (avr_register_name): Update.
6023         * ia64-tdep.c (ia64_register_name): Update.
6024         * i386-tdep.c (i386_register_name): Update.
6025         * sparc-tdep.c (sparc32_register_name): Update.
6026         (sparc64_register_name): Update.
6027         (sparclite_register_name): Update.
6028         (sparclet_register_name): Update.
6029         * sh-tdep.c (sh_generic_register_name): Update.
6030         (sh_sh_register_name): Update.
6031         (sh_sh3_register_name): Update.
6032         (sh_sh3e_register_name): Update.
6033         (sh_sh_dsp_register_name): Update.
6034         (sh_sh3_dsp_register_name): Update.
6035         (sh_sh4_register_name): Update.
6036         (sh_sh64_register_name): Update.
6037         * s390-tdep.c (s390_register_name): Update.
6038         * rs6000-tdep.c (rs6000_register_name): Update.
6039         * ns32k-tdep.c (ns32k_register_name_32082): Update.
6040         (ns32k_register_name_32382): Update.
6041         * d10v-tdep.c (d10v_ts2_register_name): Update.
6042         (d10v_ts3_register_name): Update.
6043         * xstormy16-tdep.c (xstormy16_register_name): Update.
6044         * vax-tdep.c (vax_register_name): Update.
6045         * v850-tdep.c (v850_register_name): Update.
6046         * m68hc11-tdep.c (m68hc11_register_name): Update.
6047         * mn10300-tdep.c (mn10300_generic_register_name): Update.
6048         (am33_register_name): Update.
6049
6050 2002-06-17  Grace Sainsbury  <graces@redhat.com>
6051
6052         * m68k-tdep.c: Reindented.
6053
6054 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
6055
6056         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6057         list of predefined types.
6058
6059 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
6060
6061         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6062         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6063         REGISTER_CONVERT_TO_RAW): Remove defines.
6064         (i386_register_virtual_type, i386_register_convertible,
6065         i386_register_convert_to_virtual, i386_register_convert_to_raw):
6066         Remove prototypes.
6067         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6068         macros mentioned above.
6069
6070         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6071         (i386lynx_saved_pc_after_call): Remove prototype.
6072         * i386ly-tdep.c: Include "i386-tdep.h".
6073         (i386lynx_saved_pc_after_call): Make static.  Use
6074         read_memory_nobpt instead of read_memory.  Use
6075         read_memory_unsigned_integer instead of read_memory_integer.
6076         (i386lynx_init_abi): New function.
6077         (i386lynx_coff_osabi_sniffer): New function.
6078         (_initialize_i386bsd_tdep): New function.
6079
6080         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6081         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6082         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6083         (i386_fix_call_dummy): Remove prototype.
6084         * i386-tdep.c (i386_call_dummy_words): New variable.
6085         (i386_gdbarch_init): Adjust for removal of the
6086         macros mentioned above.
6087
6088 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
6089
6090         * command.h (add_setshow_auto_boolean_cmd): Replace
6091         add_set_auto_boolean_cmd.
6092         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6093         add_set_auto_boolean_cmd.
6094         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6095         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6096         mask-address'' command.
6097         (show_mask_address): Add cmd parameter.
6098         * remote.c (add_packet_config_cmd): Update.  Change type of
6099         set_func and show_func to cmd_sfunc_ftype.
6100         (_initialize_remote): Update `set remote Z-packet'
6101         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6102         (show_remote_protocol_e_packet_cmd): Ditto.
6103         (show_remote_protocol_E_packet_cmd): Ditto.
6104         (show_remote_protocol_P_packet_cmd): Ditto.
6105         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6106         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6107         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6108         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6109         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6110         (show_remote_protocol_Z_packet_cmd): Ditto.
6111         (show_remote_protocol_binary_download_cmd): Ditto.
6112         (show_remote_cmd): Pass NULL to all of above.
6113
6114 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6115
6116         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6117         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6118         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6119         POP_FRAME): Remove defines.
6120         (i386_push_arguments, i386_store_struct_return,
6121         i386_extract_return_value, i386_store_return_value,
6122         i386_extract_struct_value_address, i386_push_dummy_frame,
6123         i386_pop_frame): Renove prototypes.
6124         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6125         macros mentioned above.
6126
6127 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
6128
6129         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6130         add_set_boolean_cmd.
6131         (add_setshow_cmd): New function.
6132         * command.h (add_setshow_boolean_cmd): Replace
6133         add_set_boolean_cmd.
6134         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6135         and ``set rdiromatzero''.
6136         * maint.c (_initialize_maint_cmds): Update commented out code.
6137         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6138         * target.c (initialize_targets): Update `set
6139         trust-readonly-sections'.
6140         * remote.c (_initialize_remote): Update `set remotebreak'.
6141
6142 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6143
6144         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6145         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6146         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6147         fit into multi-arch framework.
6148         (i386_breakpoint_from_pc): New function.
6149         (i386_gdbarch_init): Adjust for removal of the macros mentioned
6150         above.
6151
6152         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6153         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6154         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6155         (i386_frameless_function_invocation, i386_frame_num_args,
6156         i386_frame_init_saved_regs): Remove prototypes.
6157         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6158         macros mentioned above.
6159
6160 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
6161
6162         * cli/cli-decode.c (set_cmd_cfunc): Update.
6163         (set_cmd_sfunc): Update.
6164         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6165         (set_cmd_sfunc, set_cmd_cfunc): Update.
6166         * cli/cli-decode.h: Update.
6167
6168 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6169
6170         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6171         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6172
6173 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
6174
6175         * defs.h (auto_boolean): Declare enum.
6176         * command.h (cmd_auto_boolean): Delete enum.
6177         * mips-tdep.c (mask_address_var): Update.
6178         (mips_mask_address_p): Update.
6179         (show_mask_address): Update.
6180         * remote.c (struct packet_config): Update.
6181         (update_packet_config): Update.
6182         (show_packet_config_cmd): Update.
6183         (packet_ok): Update.
6184         (add_packet_config_cmd): Update.
6185         (_initialize_remote): 
6186         * command.h: Update.
6187         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6188         (do_setshow_command): Update.
6189         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6190         * cli/cli-decode.h: Update.
6191
6192 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6193
6194         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6195         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6196         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6197         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6198         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6199         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6200
6201         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6202         list of DJGPP COFF targets.
6203
6204         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6205         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6206         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6207         (FP0_REGNUM): Remove define.
6208         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6209         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6210         (i386_register_virtual_size): Remove protoype.
6211         * i386-tdep.c (i386_register_virtual_size): Removed.
6212         (i386_extract_return_value, i386_store_return_value): Use
6213         FP0_REGNUM instead of NUM_FREGS to determine whether the
6214         floating-point registers are available.
6215         (i386_gdbarch_init): Tweak FIXME about FPU registers.
6216         Adjust for removal of macros mentioned above.
6217
6218 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6219
6220         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
6221         comments.
6222         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6223         Remove prototypes.
6224         (supply_gregset, fill_gregset): Remove use of register keyword and
6225         remove declaration for regmap.  Use I386_NUM_GREGS instead of
6226         NUM_REGS and NUM_FREGS.
6227         (FPREGSET_FSAVE_OFFSET): Remove.
6228         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6229         NUM_FREGS to determine whether the floating-point registers are
6230         available.
6231
6232         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6233         gnu_store_registers): Replace usage of NUM_GREGS with
6234         I386_NUM_GREGS.
6235
6236         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6237         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6238         usage of NUM_GREGS with I386_NUM_GREGS.
6239
6240         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6241
6242         * i386bsd-nat.c: Include "i386-tdep.h".
6243         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6244         I386_NUM_GREGS.
6245
6246         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6247         and associated comment.  They no longer make any sense, since we
6248         don't use this file anymore on Linux.
6249
6250         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6251         * i386-tdep.c (i386_register_offset, i386_register_size): Use
6252         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6253         elements in these arrays.
6254         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6255         MAX_NUM_REGS.
6256
6257 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6258
6259         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6260         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6261
6262 2002-06-14  Andrew Cagney  <cagney@redhat.com>
6263
6264         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6265         EXTRACT_RETURN_VALUE.
6266         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6267         EXTRACT_STRUCT_VALUE_ADDRESS.
6268         * gdbarch.h, gdbarch.c: Regenerate.
6269         
6270         * values.c (value_being_returned): Handle
6271         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6272         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6273
6274         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
6275         * arm-tdep.c (arm_gdbarch_init): Update.
6276         * avr-tdep.c (avr_gdbarch_init): Update.
6277         * cris-tdep.c (cris_gdbarch_init): Update.
6278         * d10v-tdep.c (d10v_gdbarch_init): Update.
6279         * ia64-tdep.c (ia64_gdbarch_init): Update.
6280         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6281         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6282         * s390-tdep.c (s390_gdbarch_init): Update.
6283         * sh-tdep.c (sh_gdbarch_init): Update.
6284         * s390-tdep.c (s390_gdbarch_init): Update.
6285         * sparc-tdep.c (sparc_gdbarch_init): Update.
6286         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6287         * v850-tdep.c (v850_gdbarch_init): Update.
6288         * vax-tdep.c (vax_gdbarch_init): Update.
6289         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6290         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6291
6292         * config/arc/tm-arc.h: Update.
6293         * config/d30v/tm-d30v.h: Update.
6294         * config/fr30/tm-fr30.h: Update.
6295         * config/h8300/tm-h8300.h: Update.
6296         * config/h8500/tm-h8500.h: Update.
6297         * config/i386/tm-i386.h: Update.
6298         * config/i386/tm-ptx.h: Update.
6299         * config/i386/tm-symmetry.h: Update.
6300         * config/i960/tm-i960.h: Update.
6301         * config/m32r/tm-m32r.h: Update.
6302         * config/m68k/tm-delta68.h: Update.
6303         * config/m68k/tm-linux.h: Update.
6304         * config/m68k/tm-m68k.h: Update.
6305         * config/m88k/tm-m88k.h: Update.
6306         * config/mcore/tm-mcore.h: Update.
6307         * config/mips/tm-mips.h: Update.
6308         * config/mn10200/tm-mn10200.h: Update.
6309         * config/pa/tm-hppa.h: Update.
6310         * config/pa/tm-hppa64.h: Update.
6311         * config/sparc/tm-sp64.h: Update.
6312         * config/sparc/tm-sparc.h: Update.
6313         * config/sparc/tm-sparclet.h: Update.
6314         * config/z8k/tm-z8k.h: Update.
6315
6316 2002-06-14  Andrew Cagney  <cagney@redhat.com>
6317
6318         * Makefile.in (i386_linux_tdep_h): Define.
6319         (i386_tdep_h, i387_tdep_h): Define.
6320         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6321         $(i386_tdep_h) and $(i387_tdep_h).
6322         * i386-linux-nat.c: Include "i386-linux-tdep.h".
6323
6324 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
6325
6326         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6327         Already covered by the default.
6328
6329         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6330         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
6331         (i386_gdbarch_init): Initialize long_double_format and long_double
6332         bit.
6333
6334         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6335         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
6336         Move these to ...
6337         * config/i386/i386sol2.mh: ... here.
6338         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6339         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6340         (SIGCONTEXT_PC_OFFSET): Remove define.
6341         (IN_SIGTRAMP): Remove define.
6342         * i386-sol2-tdep.c: New file.
6343         
6344         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6345         * config/i386/tm-i386nw.h: Removed.
6346
6347         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6348         USE_STRUCT_CONVENTION): Remove defines.
6349         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6350         (get_longjmp_target): Remove prototype.
6351         (IN_SIGTRAMP): Remove define.
6352         (i386bsd_in_sigtramp): Remove prototype.
6353         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6354         function.  Update comment accordingly
6355         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6356         (FRAME_SAVED_PC): Remove define.
6357         (i386bsd_frame_saved_pc): Remove prototype.
6358         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6359         GET_LONGJMP_TARGET): Remove defines.
6360         (get_longjmp_target): Remove prototype.
6361         (IN_SIGTRAMP): Remove define.
6362         (i386bsd_in_sigtramp): Remove prototype.
6363         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6364         function.  Update comment accordingly
6365         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6366         (FRAME_SAVED_PC): Remove define.
6367         (i386bsd_frame_saved_pc): Remove prototype.
6368         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6369         Remove prototype.
6370         (USE_STRUCT_CONVENTION): Remove prototype.
6371         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6372         declaration.
6373         (_initialize_i386bsd_nat): Revise logic to determine some
6374         constants at compile time when compiling a native GDB.  Warn if
6375         things don't match up with what we expect.
6376         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6377         Remove variables.
6378         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
6379         to use date stored in `struct gdbarch_tdep'.
6380         (i386bsd_sigcontext_offset): Remove varaible.
6381         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
6382         stored in `struct gdbarch_tdep'.
6383         (i386bsd_frame_saved_pc): Make static.
6384         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6385         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6386         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6387         i386fbsd4_sc_pc_offset): New variables.
6388         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6389         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6390         functions.
6391         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6392         functions.
6393         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6394         Modify the value of i386fbsd_sigtramp_start and
6395         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6396         i386fbsd_sigtramp_end.
6397         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6398         function.
6399
6400         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6401         define to i386-linux-tdep.h.
6402         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6403         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6404         defines.
6405         (i386_linux_register_name, i386_linux_register_byte,
6406         i386_linux_register_raw_size): Remove prototypes.
6407         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6408         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6409         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6410         TARGET_WRITE_PC): Remove defines.
6411         (i386_linux_in_sigtramp, i386_linux_frame_chain,
6412         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6413         i386_linux_write_pc): Remove prototypes.
6414         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6415         (get_longjmp_target): Remove prototype.
6416         * i386-linux-tdep.h: New file.
6417         * i386-linux-nat.c: Include "i386-linux-tdep.h".
6418         * i386-linux-tdep.c: Include "i386-tdep.h" and
6419         "i386-linux-tdep.h".
6420         (i386_linux_register_name, i386_linux_register_byte,
6421         i386_linux_register_raw_size, i386_linux_in_sigtramp,
6422         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6423         Make static.
6424         (i386_linux_init_abi): New function.
6425         (_initialize_i386_linux_tdep): New function.
6426
6427         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6428         (i386_saved_pc_after_call): Remove prototype.
6429         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6430         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6431         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6432         (i386_register_name, i386_stab_reg_to_regnum,
6433         i386_dwarf_reg_to_regnum): Remove prototypes.
6434         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6435         SIZEOF_SSE_REGS): Remove defines.
6436         (REGISTER_BYTES): Remove define.
6437         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6438         (i386_register_byte, i386_register_raw_size): Remove prototypes.
6439         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6440         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6441         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6442         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6443         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6444         (get_longjmp_target): Remove prototype.
6445         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6446         (sigtramp_saved_pc): Remove define.
6447         (i386v4_sigtramp_saved_pc): Remove prototype.
6448         * config/i386/tm-go32.h (FRAME_CHAIN,
6449         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6450         (i386go32_frame_saved_pc): Remove prototype.
6451         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6452         (get_longjmp_target): Remove prototype.
6453         * i386-tdep.h: Include "osabi.h".
6454         (enum i386_abi): Removed.
6455         (enum struct_return): New enum.
6456         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6457         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6458         sc_pc_offset members.
6459         (i386_gdbarch_register_os_abi): Remove prototype.
6460         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6461         I386_SSE_NUM_REGS): New defines.
6462         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6463         I386_SSE_SIZEOF_REGS): New defines.
6464         (i386_register_name, i386_register_byte, i386_register_raw_size):
6465         New prototypes.
6466         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6467         (i386bsd_sigtramp_saved_pc): New prototype.
6468         * i386-tdep.c: Don't include "elf-bfd.h".
6469         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6470         i386_frame_chain, i386_saved_pc_after_call): Make static.
6471         (i386_frame_saved_pc): Rewrite to call architecture dependent
6472         function to deal with signal handlers.  Make static.
6473         (i386go32_frame_saved_pc): Removed.
6474         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6475         Removed.
6476         (i386_get_longjmp_target): New function.
6477         (default_struct_convention, pcc_struct_convention,
6478         reg_struct_convention, valid_conventions, struct_convention): New
6479         variables.
6480         (i386_use_struct_convention): New function.
6481         (i386v4_sigtramp_saved_pc): Renamed to
6482         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
6483         (i386_pc_in_sigtramp): New function.
6484         (i386_abi_names): Removed.
6485         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6486         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6487         Removed.
6488         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6489         i386_gdbarch_register_os_abi): Removed.
6490         (struct i386_abi_handler): Removed.
6491         (i386_abi_handler_list): Removed.
6492         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6493         functions.
6494         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6495         i386_nw_init_abi): New functions.
6496         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6497         Use set_gdbarch_xxx() calls instead of relying on macros for a
6498         number of calls.
6499         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6500         (_initialize_i386_tdep): Add new 'struct-convcention' command.
6501         Register the various architecture variants defined in this file.
6502
6503 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
6504
6505         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6506         (struct main_type): Remove arg_types member.  Update comments for
6507         struct field.
6508         (TYPE_ARG_TYPES): Remove.
6509         (TYPE_FN_FIELD_ARGS): Update.
6510         (smash_to_method_type): Update prototype.
6511
6512         * c-typeprint.c (cp_type_print_method_args): Take method type
6513         instead of argument list.  Use new argument layout.  Simplify.
6514         (c_type_print_args): Use new argument layout.  Simplify.
6515         (c_type_print_base): Update call to cp_type_print_method_args.
6516         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6517         argument; use die->type instead.  Update call to
6518         smash_to_method_type.
6519         (read_structure_scope): Update call to dwarf2_add_member_fn.
6520         * gdbtypes.c (allocate_stub_method): Update comment.
6521         (smash_to_method_type): Take new NARGS and VARARGS arguments.
6522         Use new argument layout.
6523         (check_stub_method): Use new argument layout.  Don't count
6524         void as an argument.
6525         (print_arg_types): Update comments.  Use new argument layout.
6526         (recursive_dump_type): Don't print arg_types member.
6527         * hpread.c (hpread_read_struct_type): Use new argument layout.
6528         (fixup_class_method_type): Likewise.
6529         (hpread_type_lookup): Likewise.
6530         * stabsread.c (read_type): Update calls to read_args and
6531         smash_to_method_type.
6532         (read_args): Use new argument layout.  Simplify.
6533         * valops.c (typecmp): Use new argument layout.  Update parameters
6534         and comments.  Simplify.
6535         (hand_function_call): Use new argument layout.
6536         (search_struct_method): Update call to typecmp.
6537         (find_overload_match): Use new argument layout.
6538
6539 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6540
6541         * NEWS: Mention multithreaded debug support for gdbserver.
6542
6543 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6544
6545         * MAINTAINERS: Mention NEWS.
6546
6547 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6548
6549         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6550         (struct mips_objfile_private, compare_pdr_entries): New.
6551         (non_heuristic_proc_desc): Read the ".pdr" section if it
6552         is present.
6553
6554 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
6555
6556         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6557         (arm_debug): New static variable.
6558         (_initialize_arm_tdep): Add ``set debug arm'' command.
6559
6560 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
6561
6562         * Makefile.in (sim_arm_h): Define.
6563         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6564         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6565         (arm_register_sim_regno): New function, map an internal REGNUM
6566         onto a simulator register number.
6567         (arm_gdbarch_init): Set register_sim_regno.
6568
6569 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
6570
6571         * MAINTAINERS: Add self.
6572
6573 2002-06-11  Jim Blandy  <jimb@redhat.com>
6574
6575         * source.c (source_info): Mention whether the symtab has
6576         information about preprocessor macros.
6577
6578         Call the command `info macro', not `show macro'.
6579         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6580         Fix error message.
6581         (_initialize_macrocmd): Register `info_macro_command' in
6582         `infolist', not `showlist'.
6583
6584 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
6585
6586         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6587         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6588         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6589         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6590         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
6591         unconditionally.
6592         (set_mipsfpu_single_command, set_mipsfpu_double_command)
6593         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6594         (_initialize_mips_tdep): Remove dead code.
6595         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6596         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6597         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6598         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6599         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6600         MIPS_LAST_FP_ARG_REGNUM): Remove.
6601
6602 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
6603
6604         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6605         (unwind_tmp_obstack_free, parse_frame_info)
6606         (update_context, cfi_read_fp, cfi_write_fp)
6607         (cfi_frame_chain, cfi_init_extra_frame_info)
6608         (cfi_virtual_frame_pointer): Use the above function.
6609         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6610
6611 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
6612
6613         * v850-tdep.c (v850_type_is_scalar): New function.
6614         (v850_use_struct_convention): Match current gcc implementation
6615         as close as possible.
6616         (v850_push_arguments): Fix stack_offset handling.  Don't write
6617         struct_addr into register.  This is done by v850_store_struct_return.
6618         (v850_extract_return_value): Care for structs.
6619         (v850_store_return_value): Ditto.
6620         (v850_store_struct_return): Actually write address.
6621
6622 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
6623
6624         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6625         without debug information too.
6626
6627 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6628
6629         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6630         Make multi-arch pure.
6631         * gdbarch.h, gdbarch.c: Re-generate.
6632         * arm-tdep.c (arm_print_float_info): Update.
6633         * arch-utils.h (default_print_float_info): Update.
6634         * arch-utils.c (default_print_float_info): Update.
6635         * infcmd.c (float_info): Update call.
6636
6637 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6638
6639         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6640         the front of the initialize list.
6641
6642 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6643
6644         * infrun.c (struct inferior_status): Replace fields
6645         selected_frame_address and selected_level with field
6646         selected_frame_id.
6647         (save_inferior_status): Update.  Use get_frame_id.
6648         (struct restore_selected_frame_args): Delete.
6649         (restore_selected_frame): Update.  Use frame_find_by_id.
6650         (restore_inferior_status): Update.
6651
6652         * breakpoint.h (struct breakpoint): Change type of
6653         watchpoint_frame to frame_id.
6654         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
6655         call to get_current_frame.
6656         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
6657         get_current_frame.
6658         (watchpoint_check): Use frame_find_by_id.
6659
6660         * frame.h (record_selected_frame): Delete declaration.
6661         * stack.c (record_selected_frame): Delete function.
6662         
6663         * frame.h (struct frame_id): Define.
6664         (get_frame_id): Declare.
6665         (frame_find_by_id): Declare.
6666         * frame.c (frame_find_by_id): New function.
6667         (get_frame_id): New function.
6668
6669 2002-06-10  Andrey Volkov <avolkov@transas.com>
6670
6671         * ser-e7kpc.c: Fix duplicated define and call of 
6672         _initialize_ser_e7000pc
6673             
6674 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
6675
6676         * signals/signals.c (target_signal_from_host): Fix #ifdef
6677         SIGRTMIN case.
6678         (do_target_signal_to_host): Likewise.
6679
6680 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
6681
6682         * mips-tdep.c (mips_find_abi_section): New function.
6683         (mips_gdbarch_init): Call it.
6684
6685 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6686
6687         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6688         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
6689         after Andrew's 2002-06-08 gdbarch change.
6690
6691 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6692
6693         * i386-linux-nat.c (suppy_gregset): Don't supply
6694         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6695         register cache.
6696         (fill_gregset): Don't fetch it under the same circumstances.
6697
6698 2002-06-09  Andrew Cagney  <cagney@redhat.com>
6699
6700         * Makefile.in (callback_h): Define.
6701         (remote_sim_h): Update path to remote-sim.h.
6702         (remote-rdp.o): Add $(callback_h).
6703         (remote-sim.o): Use $(callback_h).
6704         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6705         * remote-rdp.c: Include "gdb/callback.h".
6706
6707 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6708
6709         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6710         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6711
6712 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6713
6714         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6715         * rdi-share/serpardr.c: Ditto.
6716         * rdi-share/unixcomm.c: Ditto.
6717         * rdi-share/serdrv.c: Ditto.
6718         * rdi-share/hostchan.h: Ditto.
6719         * rdi-share/hostchan.c: Ditto.
6720         * rdi-share/host.h: Ditto.
6721         * rdi-share/devsw.c: Ditto.
6722
6723         * objfiles.h: Change type of obj_private to void pointer.
6724         * pa64solib.c: Update copyright.  Don't include "assert.h", use
6725         strcmp instead of STREQ, use LONGEST, do not use PTR
6726         * somsolib.c: Ditto.
6727
6728         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6729         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6730         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6731
6732 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6733
6734         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6735         (default_get_saved_register): Delete function.
6736         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6737         generic_unwind_get_saved_register.
6738         * gdbarch.h, gdbarch.c: Re-generate.
6739         
6740 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6741
6742         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6743         generic_func_frame_chain_valid.
6744         * gdbarch.h, gdbarch.c: Re-generate.
6745         * blockframe.c (generic_func_frame_chain_valid): Only check
6746         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
6747         passing FP to PC_IN_CALL_DUMMY.
6748         Fix PR gdb/360.
6749
6750 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6751
6752         * gdbarch.sh (struct gdbarch_data): Add field init_p.
6753         (register_gdbarch_data): Initialize init_p.
6754         (gdbarch_data): Initialize data pointer using the init function.
6755         (init_gdbarch_data): Delete function.
6756         (gdbarch_update_p): Update.
6757         (initialize_non_multiarch): Update.
6758         (struct gdbarch): Add field initialized_p.
6759         * gdbarch.h, gdbarch.c: Re-generate.
6760
6761 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
6762
6763         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6764         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6765         better do the things actually here.
6766         * x86-64-tdep.c (x86_64_register_name2nr): New.
6767         (x86_64_register_name): Renamed to x86_64_register_nr2name.
6768         (x86_64_gdbarch_init): Respect the above change.
6769         * x86-64-tdep.h (x86_64_register_name2nr)
6770         (x86_64_register_nr2name): Add prototypes.
6771         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6772
6773 2002-06-06  Michael Snyder  <msnyder@redhat.com>
6774
6775         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6776         Delete extra braces and re-indent.
6777         (d10v_store_return_value): Char return values
6778         must be shifted over by one byte in R0.
6779         (d10v_extract_return_value): Delete extra braces, re-indent.
6780
6781 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
6782
6783         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6784         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6785         (d10v_integer_to_address): Rewrite.
6786         (d10v_frame_init_saved_regs): When reading fp and sp registers use
6787         the d10v specific functions which take care of converting to the
6788         correct space.
6789
6790 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
6791
6792         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6793         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6794
6795 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6796
6797         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6798         includes.
6799         * config/tm-linux.h: Ditto.
6800         * config/alpha/tm-alphalinux.h: Ditto.
6801         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6802         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6803         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6804         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6805         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6806         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6807         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6808         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6809         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6810         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6811         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6812         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6813         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6814         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6815         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6816         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6817         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6818         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6819         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6820         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6821         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6822         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6823         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6824         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6825         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6826         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6827         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6828         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6829         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6830         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6831         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6832         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6833         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6834         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6835         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6836         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6837         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6838
6839 2002-05-04  Aidan Skinner <aidan@velvet.net>
6840
6841         * ada-exp.tab.c: New file
6842         * ada-exp.y: New file
6843         * ada-lang.c: New file
6844         * ada-lang.h: New file
6845         * ada-lex.c: New file
6846         * ada-lex.l: New file
6847         * ada-tasks.c: New file
6848         * ada-typeprint.c: New file
6849         * ada-valprint.c: New file
6850         
6851 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6852
6853         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6854         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6855
6856 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6857
6858         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6859         insetead of ppc-linux-tdep.o.
6860         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6861         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6862
6863 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6864
6865         2002-05-07 Christian Groessler <chris@groessler.org>
6866         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6867         bit register contents for little endian hosts.
6868
6869 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6870
6871         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6872         any maintainer.
6873
6874 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6875
6876         * gdbarch.h: Regenerate.
6877
6878 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6879
6880         * MAINTAINERS: Add everyone to write-after-approval list.
6881
6882 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6883
6884         * stack.c (frame_info): Use frame_register_unwind instead of
6885         saved_regs.  Mention when the SP is on the stack or in a register.
6886
6887         * frame.h (frame_register_unwind_ftype): Define.  Document.
6888         (struct frame_info): Add field register_unwind and
6889         register_unwind_cache.
6890         (frame_register_unwind): Declare.
6891         (generic_unwind_get_saved_register): Declare.
6892
6893         * frame.c (frame_register_unwind): New function.
6894         (generic_unwind_get_saved_register): New function.
6895
6896         * blockframe.c (generic_call_dummy_register_unwind): New function.
6897         (frame_saved_regs_register_unwind): New function.
6898         (set_unwind_by_pc): New function.
6899         (create_new_frame): New function.
6900         (get_prev_frame): New function.
6901
6902 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
6903
6904         * a29k-share/: Delete directory.
6905         * remote-vx29k.c: Delete file.
6906
6907 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6908
6909         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6910         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6911
6912 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6913
6914         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6915         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6916         (sparc64nbsd-nat.o)
6917         (sparcnbsd-nat.o)
6918         (sparcnbsd-tdep.o): New dependency lists.
6919         * NEWS: Note new UltraSPARC NetBSD native configuration.
6920         * configure.host (sparc64-*-netbsd*): New host.
6921         * configure.tgt (sparc-*-netbsdelf*)
6922         (sparc-*-netbsd*): Set gdb_target to nbsd.
6923         (sparc64-*-netbsd*): New target.
6924         * sparc64nbsd-nat.c: New file.
6925         * sparcnbsd-nat.c: New file.
6926         * sparcnbsd-tdep.c: New file.
6927         * sparcnbsd-tdep.h: New file.
6928         * config/sparc/nbsd.mt: New file.
6929         * config/sparc/nbsd64.mh: New file.
6930         * config/sparc/nbsd64.mt: New file.
6931         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6932         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6933         (HOST_IPC): Remove.
6934         * config/sparc/nbsdaout.mt: Remove.
6935         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6936         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6937         (HOST_IPC): Remove.
6938         * config/sparc/nbsdelf.mt: Remove.
6939         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
6940         sparc-nat.c compatiblity defines.
6941         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
6942         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6943         * config/sparc/tm-nbsd64.h: New file.
6944         * config/sparc/tm-nbsdaout.h: Remove.
6945         * config/sparc/xm-nbsd.h: Remove.
6946
6947 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6948
6949         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6950         * sparc-tdep.c: Include osabi.h.
6951         (gdbarch_tdep): Add osabi member.
6952         (_initialize_sparc_tdep): Use gdbarch_register.
6953         (sparc_gdbarch_init): Use generic OS ABI framework.
6954         (sparc_dump_tdep): New function.
6955
6956 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
6957
6958         * corefile.c (do_captured_read_memory_integer): Return non-zero
6959         result.
6960         (safe_read_memory_integer): Copy result of memory read when
6961         status is non-zero.  Also, add comments.
6962
6963 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
6964
6965         * Makefile.in (ppc_tdep_h): Define.
6966         (ppc-linux-nat.o)
6967         (ppc-linux-tdep.o)
6968         (rs6000-tdep.o): Use $(ppc_tdep_h).
6969         (ppc-sysv-tdep.o)
6970         (ppcnbsd-nat.o)
6971         (ppcnbsd-tdep.o): New dependency lists.
6972         * ppc-tdep.h: Use generic OS ABI framework.
6973         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6974         (ppc_linux_init_abi): New functions.
6975         (ppc_sysv_abi_broken_use_struct_convention)
6976         (ppc_sysv_abi_use_struct_convention)
6977         (ppc_sysv_abi_push_arguments): Move to...
6978         * ppc-sysv-tdep.c: ...here.
6979         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6980         * rs6000-tdep.c (process_note_abi_tag_sections)
6981         (get_elfosabi): Remove.
6982         (rs6000_gdbarch_init): Use generic OS ABI framework.
6983         (rs6000_dump_tdep): New function.
6984         (_initialize_rs6000_tdep): Use gdbarch_register.
6985         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6986         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6987         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6988         of ppc-linux-tdep.o.
6989         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6990         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6991         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6992         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6993         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6994         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6995
6996 2002-05-29  Jim Blandy  <jimb@redhat.com>
6997
6998         * macroscope.c (default_macro_scope): Put `void' in empty argument
6999         list.
7000
7001 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
7002
7003         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7004         * arch-utils.c: Include "sim-regno.h".
7005         * gdbarch.sh: Don't include "sim-regno.h".
7006         * gdbarch.h, gdbarch.c: Regenerate.
7007         * sim-regno.h (legacy_register_sim_regno): Move declaration from
7008         here.
7009         * arch-utils.h (legacy_register_sim_regno): To here.
7010         * remote-sim.c (legacy_register_sim_regno): Move function from
7011         here.
7012         * arch-utils.c (legacy_register_sim_regno): To here.
7013
7014 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
7015
7016         * sim-regno.h: New file.
7017         * Makefile.in (sim_regno_h): Define.
7018         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7019         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7020         (legacy_register_sim_regno): New function.
7021         (one2one_register_sim_regno): New function.
7022         (gdbsim_fetch_register): Rewrite.
7023         (gdbsim_store_register): Only store a register when
7024         REGISTER_SIM_REGNO is valid.
7025         * d10v-tdep.c: Include "sim-regno.h".
7026         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7027         (d10v_ts3_register_sim_regno): Ditto.
7028         * gdbarch.sh: Include "sim-regno.h".
7029         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7030         * gdbarch.h, gdbarch.c: Regenerate.
7031         * arch-utils.h (default_register_sim_regno): Delete declaration.
7032         * arch-utils.c (default_register_sim_regno): Delete function.
7033
7034 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
7035
7036         * ppcnbsd-nat.c: Rewrite.
7037         * ppcnbsd-tdep.c: New file.
7038         * ppcnbsd-tdep.h: New file.
7039         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7040         solib.o, and solib-svr4.o.
7041         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7042         nbsd-tdep.o, and corelow.o.
7043
7044 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
7045
7046         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7047         `tr' and `sed'.  Mention that `broken' targets are not expected to
7048         build.
7049
7050 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
7051
7052         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7053         Let PC point right after the prologue before looking up symbols.
7054         
7055 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
7056
7057         * i386-tdep.c (i386_register_virtual_type): Return 
7058         builtin_type_vec128i for SSE registers.
7059
7060         * gdbtypes.h (builtin_type_vec128i): Declare.
7061
7062         * gdbtypes.c (build_builtin_type_vec128i): New function.
7063         (builtin_type_v2_double, builtin_type_v4_int64): New types.
7064         (builtin_type_vec128i): New type for SSE2 128-bit registers.
7065         (build_gdbtypes): Initialize new builtin vector types.
7066         (_initialize_gdbtypes): Register new vector types with gdbarch.
7067
7068 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7069
7070         * MAINTAINERS: ns32k is not longer an obsolete candidate,
7071         since it has been multi-arch'd.
7072         * NEWS: Note that ns32k-*-* is now partial multi-arch.
7073         Move Alpha and VAX multi-arch news entries to same section
7074         as other multi-arch news.
7075
7076 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7077
7078         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7079         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
7080         static.  Rename some register numbers to put them in ns32k-tdep
7081         private namespace.
7082         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7083         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7084         functions.
7085         (_initialize_ns32k_tdep): Use gdbarch_register.
7086         * ns32k-tdep.h: New file.
7087         * ns32knbsd-tdep.c: New file.
7088         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7089         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7090         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7091         REGISTER_BYTES, REGISTER_BYTE): Remove.
7092         * config/ns32k/tm-ns32k.h: New file.
7093         * config/ns32k/tm-umax.h: Remove.
7094
7095 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7096
7097         * ns32k-tdep.c (ns32k_saved_pc_after_call,
7098         ns32k_store_struct_return, ns32k_extract_return_value,
7099         ns32k_store_return_value, ns32k_extract_struct_value_address): New
7100         functions.
7101         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7102         ns32k_saved_pc_after_call.
7103         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7104         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7105         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7106         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7107         ns32k_extract_struct_value_address.
7108
7109 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7110
7111         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7112         ns32k_fix_call_dummy): New.
7113         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7114         ns32k_call_dummy_words.
7115         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7116         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7117         CALL_DUMMY_NARGS): Remove.
7118         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7119
7120 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7121
7122         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7123         ns32k_frame_saved_pc, ns32k_frame_args_address,
7124         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7125         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7126         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7127         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7128         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7129         (BREAKPOINT): Remove..
7130         (FRAME_CHAIN): Define as ns32k_frame_chain.
7131         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7132         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7133         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7134         (FRAME_FIND_SAVED_REGS): Remove.
7135         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7136         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7137         (POP_FRAME): Define as ns32k_pop_frame.
7138
7139 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7140
7141         * ns32k-tdep.c (ns32k_register_byte_32082,
7142         ns32k_register_byte_32382, ns32k_register_raw_size,
7143         ns32k_register_virtual_size, ns32k_register_virtual_type): New
7144         functions.
7145         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7146         ns32k_register_byte_32382.
7147         * config/ns32k/tm-umax.h: Update copyright years.
7148         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7149         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7150         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7151         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7152         (ns32k_get_enter_addr): Fix prototype.
7153
7154 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7155
7156         * ns32k-tdep.c: Update copyright years.
7157         (ns32k_register_name_32082): New function.
7158         (ns32k_register_name_32382): Ditto.
7159         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7160         (REGISTER_NAME): Define as ns32k_register_name_32382.
7161         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7162         (REGISTER_NAME): Define as ns32k_register_name_32082.
7163
7164 2002-05-24  Jim Blandy  <jimb@redhat.com>
7165
7166         * dwarf2read.c (free_line_header): Use xfree, not free.
7167
7168 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
7169
7170         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7171         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7172
7173 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
7174
7175         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7176
7177 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
7178
7179         From Ross Alexander at NEC Europe:
7180         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7181
7182 2002-05-23  Michael Snyder  <msnyder@redhat.com>
7183
7184         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7185         for input, rather than parse_and_eval_address.  
7186
7187 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
7188
7189         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7190         * Makefile.in (sim_d10v_h): Update definition.
7191
7192 2002-05-24  Andrew Cagney  <cagney@redhat.com>
7193
7194         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7195         change `2002-05-22 Michael Snyder' below.
7196         (d10v_push_arguments): Ditto.
7197         (d10v_extract_return_value): Ditto.
7198
7199 2002-05-23  Jim Blandy  <jimb@redhat.com>
7200
7201         * macrotab.c (check_for_redefinition): Don't complain if the new
7202         definition is the same as the previous one.  Take more arguments
7203         to allow the comparison.
7204         (macro_define_object, macro_define_function): Pass more arguments
7205         to check_for_redefinition.
7206
7207 2002-05-22  Michael Snyder  <msnyder@redhat.com>
7208
7209         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7210         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7211         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7212         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7213         Don't bail if return_pc is PC_IN_CALL_DUMMY.
7214         Add a temp variable to save a call (and a memory read).
7215         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7216         if possible (so that PC_IN_CALL_DUMMY will work).
7217
7218 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
7219
7220         * MAINTAINERS: Remove status `OBSOLETE' from v850.
7221
7222 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
7223
7224         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7225         fde->cie_ptr.
7226         (dwarf2_build_frame_info): Corrected handling of eh_frame.
7227         (dwarf2_build_frame_info): Add offset to fde->initial_location 
7228         so that frames of shared libraries are mapped correctly.
7229         (execute_stack_op): Change type of 'result' from ULONGEST to
7230         CORE_ADDR.
7231         
7232 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7233
7234         * config/alpha/tm-nbsd.h: Include solib.h.
7235
7236 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7237
7238         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7239         assumptions about the host's byte order.
7240
7241 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7242
7243         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7244         to dependency list.
7245         * alphanbsd-tdep.c: Include solib-svr4.h.
7246         * shnbsd-tdep.c: Ditto.
7247
7248 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7249
7250         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7251         nbsd-tdep.h to dependency list.
7252         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7253         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7254         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7255         nbsdaout.mh and nbsdelf.mh consistently.
7256         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7257         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7258         nbsdaout.mt and nbsdelf.mh consistently.
7259         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
7260         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7261         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7262         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
7263         a.out shared library stuff from here...
7264         * config/nm-nbsdaout.h: ...to here.
7265         * config/tm-nbsd.h: Remove.
7266         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7267         * config/arm/nbsd.mh: Remove.
7268         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7269         nbsd-tdep.o.
7270         * config/arm/nbsdaout.mh: New file. 
7271         * config/arm/nbsdelf.mh: New file.
7272         * config/arm/nm-nbsdaout.h: New file.
7273         * config/i386/nbsd.mh: Remove.
7274         * config/i386/nbsd.mt: Remove.
7275         * config/i386/nbsdaout.mh: New file.
7276         * config/i386/nbsdaout.mt: New file.
7277         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7278         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7279         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
7280         i386_register_u_addr): Remove.
7281         * config/i386/nm-nbsdaout.h: New file.
7282         * config/i386/nm-nbsdelf.h: Remove.
7283         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7284         (USE_STRUCT_CONVENTION): Remove.
7285         * config/i386/tm-nbsdaout.h: New file.
7286         * config/i386/tm-nbsdelf.h: Remove.
7287         * config/m68k/nbsd.mh: Remove.
7288         * config/m68k/nbsd.mt: Remove.
7289         * config/m68k/nbsdaout.mh: New file.
7290         * config/m68k/nbsdaout.mt: New file. 
7291         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7292         * config/m68k/nm-nbsdaout.h: New file.
7293         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7294         (IN_SOLIB_CALL_TRAMPOLINE): Define.
7295         * config/ns32k/nbsd.mh: Remove.
7296         * config/ns32k/nbsd.mt: Remove. 
7297         * config/ns32k/nbsdaout.mh: New file.
7298         * config/ns32k/nbsdaout.mt: New file.
7299         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
7300         * config/ns32k/nm-nbsdaout.h: New file.
7301         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
7302         (IN_SOLIB_CALL_TRAMPOLINE): Define.
7303         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7304         (SVR4_SHARED_LIBS): Remove.
7305         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7306         * config/sparc/nbsd.mh: Remove.
7307         * config/sparc/nbsd.mt: Remove.
7308         * config/sparc/nbsdaout.mh: New file.
7309         * config/sparc/nbsdaout.mt: New file.
7310         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7311         * config/sparc/nbsdelf.mt: New file.
7312         * config/sparc/nm-nbsdaout.h: New file.   
7313         * config/sparc/nm-nbsdelf.h: Remove.
7314         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7315         * config/sparc/tm-nbsdaout.h: New file.
7316
7317 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7318
7319         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7320         mipsnbsd-tdep.c
7321         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7322
7323 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7324
7325         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7326         shnbsd-nat.c.
7327         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7328
7329 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7330
7331         * NEWS: Note new MIPS NetBSD native configuration. 
7332         * configure.host (mips*-*-netbsd*): New host. 
7333         * configure.tgt (mips*-*-netbsd*): New target. 
7334         * mipsnbsd-nat.c: New file.
7335         * mipsnbsd-tdep.c: New file.
7336         * mipsnbsd-tdep.h: New file.
7337         * config/mips/nbsd.mh: New file.
7338         * config/mips/nbsd.mt: New file.
7339         * config/mips/nm-nbsd.h: New file.
7340         * config/mips/tm-nbsd.h: New file.
7341
7342 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7343
7344         * Makefile.in (SFILES): Add osabi.c.
7345         (COMMON_OBS): Add osabi.o.
7346         (osabi.o): New dependency list.
7347         * osabi.c: New file.
7348         * osabi.h: New file.
7349         * doc/gdbint.texinfo: Document new generic OS ABI framework.
7350
7351         * Makefile.in (alpha_tdep_h): Define and use instead of
7352         alpha-tdep.h.
7353         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7354         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7355         Remove.
7356         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7357         * alpha-tdep.h: Include osabi.h.
7358         (alpha_abi): Remove.
7359         (gdbarch_tdep): Use generic OS ABI framework.
7360         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7361         gdbarch_register_osabi.
7362         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7363         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7364         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7365
7366         * Makefile.in (sh_tdep_h): Add osabi.h.
7367         * sh-tdep.h (sh_osabi): Remove.
7368         (gdbarch_tdep): Use generic OS ABI framework.
7369         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7370         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7371         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7372         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7373
7374         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7375         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7376         gdbarch_register_osabi.
7377         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7378         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7379         (get_elfosabi): Rename to...
7380         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
7381         ABI framework support routines.
7382         (arm_gdbarch_init): Use generic OS ABI framework.
7383         (arm_dump_tdep): Likewise.
7384         (_initialize_arm_tdep): Likewise.
7385         * arm-tdep.h: Include osabi.h.
7386         (arm_abi): Remove.
7387         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
7388         osabi member.
7389         (arm_gdbarch_register_os_abi): Remove prototype.
7390         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7391         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7392
7393         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7394         * mips-tdep.c: Include osabi.h.
7395         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7396         OS ABI framework.
7397
7398 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
7399
7400         * h8300-tdep.c: Fix formatting.
7401
7402 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
7403
7404         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7405         printing vector registers.
7406
7407 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7408
7409         From Fernando Nasser:
7410         * remote.c (remote_async_open_1): Re-throw the exception when the
7411         connection fails.
7412         (remote_cisco_open): Ditto.
7413         (remote_open_1): Ditto.
7414
7415 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7416
7417         * remote.c (remote_start_remote_dummy): Add uiout parameter.
7418         (remote_start_remote): Add uiout parameter.  Pass through to
7419         remote_start_remote_dummy.
7420         (remote_open_1): Use catch_exception instead of catch_errors.
7421         (remote_async_open_1): Ditto.
7422         (remote_cisco_open): Ditto.
7423
7424 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7425
7426         * remote.c (remote_start_remote): Replace PTR with void pointer.
7427         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
7428         static.
7429
7430 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
7431
7432         * gdb_indent.sh: Allow the script to be run in the sim directory.
7433
7434 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
7435
7436         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7437         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7438
7439         * corelow.c (core_open): Only call set_gdbarch_from_file if
7440         exec_bfd is NULL.
7441
7442 2002-05-17  Andrey Volkov <avolkov@transas.com>
7443
7444         * h8300-tdep.c: Add support of EXR register
7445         * config/h8300/tm-h8300.h: Ditto. 
7446         
7447 2002-05-17  Andrey Volkov <avolkov@transas.com>
7448
7449         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
7450         
7451 2002-05-17  Andrey Volkov <avolkov@transas.com>
7452
7453         * h8300-tdep.c: Change literal regnums to REGNO.
7454         
7455 2002-05-17  Jim Blandy  <jimb@redhat.com>
7456
7457         * NEWS: Note addition of macro support.
7458
7459         Expand preprocessor macros in C expressions.
7460         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7461         (scan_macro_expansion, scanning_macro_expansion,
7462         finished_macro_expansion): New function declarations.
7463         (expression_macro_lookup_func, expression_macro_lookup_baton): New
7464         variable declarations.
7465         * parser-defs.h (expression_context_pc): New declaration.
7466         * parse.c (expression_context_pc): New variable.
7467         (parse_exp_1): Set expression_context_pc, as well as
7468         expression_context_block.
7469         * c-exp.y (yylex): If we're not already reading the result of a
7470         macro expansion, try to macro-expand the next token.  When we're
7471         done scanning a macro expansion, switch back to the mainline text.
7472         Commas and `if's in a macro's expansion don't terminate the input.
7473         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7474         (macro_original_text, macro_expanded_text,
7475         expression_macro_lookup_func, expression_macro_lookup_baton): New
7476         variables.
7477         (scan_macro_expansion, scanning_macro_expansion,
7478         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7479         c_preprocess_and_parse): New functions.
7480         (c_language_defn, cplus_language_defn, asm_language_defn): Call
7481         c_preprocess_and_parse, instead of c_parse.
7482         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7483         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7484
7485 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
7486
7487         * sh-tdep.c (gdb_print_insn_sh64): Delete.
7488         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7489         (sh_gdbarch_init): Always use gdb_print_insn_sh.
7490
7491 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
7492
7493         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
7494
7495 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
7496
7497         * Makefile.in (sh_tdep_h): Define and use.
7498         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7499         register enum): Move to...
7500         * * sh-tdep.h: ...here.
7501         * sh-tdep.c: Include sh-tdep.h.
7502         * sh3-rom.c: Likewise.
7503         * shnbsd-tdep.c: Likewise.
7504
7505 2002-05-16  Michael Snyder  <msnyder@redhat.com>
7506
7507         * arm-tdep.c: Spelling fix in comment.
7508
7509 2002-05-16  Jim Blandy  <jimb@redhat.com>
7510
7511         Add commands for manually expanding macros and showing their
7512         definitions.
7513         * macrocmd.c, macroscope.c, macroscope.h: New files.
7514         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7515         (macroscope_h): New variable.
7516         (HFILES_NO_SRCDIR): Add macroscope.h.
7517         (COMMON_OBS): Add macrocmd.o, macroscope.o.
7518         (macroscope.o, macrocmd.o): New rules.
7519
7520         Teach the Dwarf 2 reader to read macro information.
7521         * dwarf2read.c: #include "macrotab.h".
7522         (dwarf_macinfo_buffer): New variable.
7523         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7524         dwarf_macinfo_size.
7525         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7526         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7527         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7528         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7529         dwarf2_macro_spaces_in_definition): New complaints.
7530         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7531         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7532         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7533         the partial symbol table.
7534         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7535         from what's recorded in the partial symbol table.
7536         (read_file_scope): If the compilation unit has a
7537         `DW_AT_macro_info' attribute, read its macro information.
7538         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7539
7540 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
7541
7542         Fix PR gdb/546
7543         * ser-tcp.c: Don't include <netinet/udp.h>.
7544
7545 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7546
7547         * MAINTAINERS: Update my email address.
7548
7549 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
7550
7551         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7552         include file of the same name.
7553
7554 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7555
7556         * configure.tgt: Mark v850 as multi-arched.
7557         * config/v850/tm-v850.h: Remove file.
7558         * config/v850/v850.mt: Eliminate TM_FILE.
7559
7560 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7561
7562         * v850-tdep.c: Full multi-arch.
7563         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7564         Define GDB_MULTI_ARCH to 2.
7565
7566 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7567
7568         * p-exp.y (current_type): New static variable.
7569         Carries the type of the expression at the position that is parsed.
7570         (push_current_type, pop_current_type): Two new functions. Used
7571         to store/restore current_type in expression on specific tokens.
7572         (search_field): New static variable. Set to one after parsing a point
7573         as at that point only a FIELDNAME token should be searched.
7574         (FIELDNAME): New token. After a point only a token belonging to 
7575         current_type type definition is allowed.
7576         (all over token rules): reset and change current_type according
7577         to rules.
7578         (exp '[' rule): insert implicit array index field if
7579         exp is a pascal string type.
7580
7581 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7582
7583         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
7584         frame info.  Use frame_info's saved_regs instead of matching member
7585         in extra_frame_info throughout.
7586         (v850_frame_init_saved_regs): New function.
7587         (v850_init_extra_frame_info): Move most functionality into
7588         v850_frame_init_saved_regs().
7589         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7590         (v850_frame_find_saved_regs): Remove declaration.
7591         (FRAME_FIND_SAVED_REGS): Remove definition.
7592         (v850_frame_init_saved_regs): Add declaration.
7593         (FRAME_INIT_SAVED_REGS): Add definition.
7594
7595 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7596
7597         * v850-tdep.c: Begin multi-arch'ing v850.
7598         (v850_target_architecture_hook): Remove function.
7599         (v850_gdbarch_init): New function.  Add code previously in
7600         v850_target_architecture_hook().
7601         (_initialize_v850_tdep): Don't  set target_architecture_hook.
7602         Call register_gdbarch_init() instead.
7603
7604 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
7605
7606         * gdbtypes.h (struct cplus_struct_type): Remove args field.
7607         * hpread.c (hpread_read_struct_type): Remove assignments to args.
7608         (fixup_class_method_type): Likewise.
7609
7610 2002-05-15  Jim Blandy  <jimb@redhat.com>
7611
7612         Add macro structures to GDB's symbol tables.  Nobody puts anything
7613         in them yet.
7614         * symtab.h (struct symtab): New member: `macro_table'.
7615         * buildsym.h (pending_macros): New global variable.
7616         * buildsym.c: #include "macrotab.h".
7617         (buildsym_init): Initialize `pending_macros'.
7618         (end_symtab): If we found macro information while reading a CU's
7619         debugging info, do build a symtab structure for it.  Make the
7620         symtab point to the macro information, and clear the
7621         `pending_macros' pointer which held it while we were reading the
7622         debug info.
7623         (really_free_pendings): Free any pending macro table.
7624         * objfiles.h (struct objfile): New member: `macro_cache'.
7625         * objfiles.c (allocate_objfile): Set allocate and free functions
7626         for the macro cache's objstack.
7627         (free_objfile): Empty the macro cache's obstack.
7628         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7629         set new allocate and free functions for it.
7630         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7631         free functions for the macro cache's objstack.  (Why is this
7632         function building its own objfile?)
7633         * symmisc.c (print_objfile_statistics): Print statistics on the
7634         macro bcache.
7635         * Makefile.in: Note that buildsym.o depends on macrotab.h.
7636
7637 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
7638
7639         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7640         (REGISTER_U_ADDR): Delete definition.
7641         (arm_register_u_addr): Delete declaration.
7642
7643 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
7644
7645         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7646         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7647
7648 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
7649
7650         * regcache.c (register_valid): Revise comments refering to "Not
7651         available" and "unavailable".
7652         * frame.c (frame_register_read): Ditto.
7653         * findvar.c (value_of_register): Ditto.
7654
7655 2002-05-15  Andrew Cagney  <cagney@redhat.com>
7656
7657         * Makefile.in (remote_sim_h): Replace remote-sim_h.
7658         (remote-sim.o): Update dependencies.
7659         (d10v-tdep.o): Specify dependencies.
7660         (sim_d10v_h): Define.
7661
7662 2002-05-14  Jim Blandy  <jimb@redhat.com>
7663
7664         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7665         * macrotab.c (macro_lookup_inclusion, find_definition,
7666         new_macro_table): Same.
7667         
7668         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7669         not `! strcmp ()'.  This is a dubious improvement.
7670         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7671
7672         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7673         although it's not necessary, to avoid a warning.
7674
7675 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
7676
7677         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7678         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7679         TYPE_INSTANCE_FLAGS.
7680         (struct main_type): New.
7681         (struct type): Move most members to struct main_type.  Change
7682         cv_type and as_type to new type_chain member.  Add instance_flags.
7683         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7684         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7685         (finish_cv_type): Remove prototype.
7686         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
7687         Set TYPE_CHAIN.
7688         (alloc_type_instance): New function.
7689         (smash_type): New function.
7690         (make_pointer_type, make_reference_type, make_function_type)
7691         (smash_to_member_type, smash_to_method_type): Call smash_type.
7692         (make_qualified_type): New function.
7693         (make_type_with_address_space): Call make_qualified_type.
7694         (make_cv_type): Likewise.
7695         (finish_cv_type): Remove unnecessary function.
7696         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
7697         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7698         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7699         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7700         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7701         * hpread.c (hpread_read_struct_type): Likewise.
7702         * stabsread.c (read_struct_type): Likewise.
7703
7704 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
7705
7706         * configure.tgt: Add a catch all sh* target, for cases like
7707         sh[2,3,4]-elf and sh-hms.
7708
7709 2002-05-14  Keith Seitz  <keiths@redhat.com>
7710
7711         * event-loop.c (create_file_handler): Don't do anything but
7712         update data when we are given a fd which we are already
7713         monitoring.
7714
7715 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
7716
7717         * dwarf2cfi.c (context_cpy): Copy registers correctly.
7718         (update_context): Use __func__ in warnings.
7719         
7720 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
7721
7722         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
7723         and tcp_close to net_open and net_close.
7724         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
7725         using UDP if requested.  Don't try to disable Nagle on UDP
7726         sockets.
7727         * remote.c (remote_serial_open): New function.  Warn about UDP.
7728         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7729
7730 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
7731
7732         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7733
7734 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
7735
7736         * configure.tgt: Remove sh-hms target.
7737         * MAINTAINERS: Don't list sh-hms as a separate target.
7738
7739 2002-05-13  Jim Blandy  <jimb@redhat.com>
7740
7741         Add first preprocessor macro-expansion files.
7742         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7743         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7744         (splay_tree_h, macroexp_h, macrotab_h): New variable.
7745         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7746         (COMMON_OBS): Add macrotab.o, macroexp.o.
7747         (macroexp.o, macrotab.o): New rules.
7748
7749 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
7750
7751         * config/m88k/tm-m88k.h: Update copyright.
7752         (m88k_target_write_pc): Declare
7753         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7754         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7755         (SHIFT_INST_REGS): Update definition.
7756         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
7757         using old definition of TARGET_WRITE_PC.
7758         * regcache.c (generic_target_write_pc): Delete code handling
7759         NNPC_REGNUM.
7760         * gdbarch.sh (NNPC_REGNUM): Delete.
7761         * gdbarch.h, gdbarch.c: Regenerate.
7762
7763 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
7764
7765         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7766         builtin reg number.
7767
7768 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
7769
7770         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7771         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7772         (gen_address_of, gen_struct_ref, gen_repeat): Use type
7773         access macros.
7774         * c-typeprint.c (cp_type_print_method_args): Likewise.
7775         (c_type_print_args): Likewise.
7776         * d10v-tdep.c (d10v_push_arguments): Likewise.
7777         (d10v_extract_return_value): Likewise.
7778         * expprint.c (print_subexp): Likewise.
7779         * gdbtypes.c (lookup_primitive_typename): Likewise.
7780         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7781         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7782         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7783         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7784         (TYPE_VECTOR): Likewise.
7785         * hpread.c (hpread_read_struct_type)
7786         (fix_static_member_physnames, fixup_class_method_type)
7787         (hpread_type_lookup): Likewise.
7788         * mdebugread.c (parse_symbol, parse_type): Likewise.
7789         * p-lang.c (is_pascal_string_type): Likewise.
7790         * valops.c (hand_function_call): Likewise.
7791         * x86-64-tdep.c (classify_argument): Likewise.
7792
7793         * hpread.c (hpread_read_function_type)
7794         (hpread_read_doc_function_type): Call replace_type.
7795         * dstread.c (create_new_type): Delete.
7796         (decode_dst_structure, process_dst_function): Call alloc_type.
7797         Use type access macros.
7798
7799 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7800
7801         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7802         the're not supported by the current architecture.
7803         (i387_fill_fxsave): Likewise.
7804
7805 2002-05-12  Fred Fish  <fnf@redhat.com>
7806
7807         * symfile.c (default_symfile_offsets): Arrange for uninitialized
7808         sect_index_xxx members to index the first slot in section_offsets
7809         if all of the section_offsets are zero.
7810
7811 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7812
7813         * configure.tgt (sparc-*openbsd): Remove entry accidentially
7814         checked in with last change.
7815
7816 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7817
7818         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7819         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
7820         config.sub.
7821
7822 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
7823
7824         * Makefile.in: Update dependencies.
7825
7826 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7827
7828         * language.c (local_hex_string_custom): Simplify.  Do not depend
7829         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7830
7831         * memattr.c (mem_info_command): Replace calls to
7832         longest_local_hex_string and longest_local_hex_string_custom.
7833         * buildsym.c (make_blockvector): Ditto.
7834         * solib.c (info_sharedlibrary_command): Ditto.
7835         * tracepoint.c (tracepoints_info): Ditto.
7836         * symtab.c (print_msymbol_info): Ditto.
7837
7838         * language.c (local_hex_string): Delete.
7839         (local_hex_string_custom): Delete.
7840         (longest_local_hex_string): Rename to local_hex_string.
7841         (longest_local_hex_string_custom): Rename to
7842         local_hex_string_custom.
7843         * language.h (local_hex_string): Change parameter type to LONGEST.
7844         (local_hex_string_custom): Ditto.
7845         (longest_local_hex_string): Delete declaration.
7846         (longest_local_hex_string_custom): Ditto.
7847
7848         * solib.c: Update copyright.
7849         * memattr.c: Update copyright.
7850         
7851 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7852
7853         * arch-utils.h (legacy_register_to_value): Declare.
7854         (legacy_value_to_register): Declare.
7855         (legacy_convert_register_p): Declare.
7856         * arch-utils.c (legacy_register_to_value): New function.
7857         (legacy_value_to_register): New function.
7858         (legacy_convert_register_p): New function.
7859
7860         * gdbarch.sh (REGISTER_TO_VALUE): Define.
7861         (VALUE_TO_REGISTER): Define.
7862         (CONVERT_REGISTER_P): Define.
7863         * gdbarch.h, gdbarch.c: Regenerate.
7864
7865         * valops.c (value_assign): Use CONVERT_REGISTER_P and
7866         VALUE_TO_REGISTER.
7867         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7868         CONVERT_REGISTER_P.
7869
7870 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
7871             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7872
7873         * Makefile.in: Update dependencies for valops.c.
7874         * valops.c: Include "gdb_assert.h".
7875         (typecmp): Skip THIS parameter to methods.
7876         (find_method_list): Remove static_memfuncp argument,
7877         update callers.  Check for stub methods.
7878         (find_value_oload_method_list): Don't set *static_memfuncp.
7879         (find_overload_match): Don't check for stub methods.  Assert
7880         that methods are not stubbed.  Handle static methods.
7881         (value_find_oload_method_list): Remove static_memfuncp argument.
7882         * gdbtypes.c (check_stub_method): Do not add THIS pointer
7883         to the argument list for static stub methods.
7884         * value.h (value_find_oload_method_list): Update prototype.
7885
7886 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7887
7888         * arch-utils.h (generic_register_size): Declare.
7889         (generic_register_raw_size, generic_register_virtual_size): Delete
7890         declarations.
7891         * arch-utils.c (generic_register_raw_size): Delete.
7892         (generic_register_size): New function.
7893         (generic_register_virtual_size): Delete.
7894
7895         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7896         default generic_register_size.
7897         * gdbarch.h, gdbarch.c: Re-generate.
7898         
7899         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7900         register_virtual_size.
7901         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7902         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7903
7904 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7905
7906         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7907         * gdbarch.h, gdbarch.c: Regenerate.
7908         * gnu-v3-abi.c: Update copyright.
7909         (vtable_address_point_offset): Update.
7910         (gnuv3_rtti_type): Update.
7911         (gnuv3_baseclass_offset): Update.
7912         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7913         (init_fetch_link_map_offsets): Update.
7914         * remote.c (get_remote_state): Update.
7915         
7916 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
7917
7918         * TODO: Remove value_headof/value_from_vtable_info comment.
7919         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7920         * values.c (value_headof, value_from_vtable_info): Delete.
7921         * value.h (value_from_vtable_info): Delete prototype.
7922
7923 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7924
7925         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7926         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7927         $(gdb_regex_h).
7928         (gdb_assert_h): Define.
7929         (gdb_wait_h): Define.
7930         (gdb_regex_h): Define.
7931
7932 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
7933
7934         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7935         * linespec.c (find_methods): Handle GCC 3.x template constructors.
7936
7937 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7938
7939         * nbsd-tdep.c: Fix comment.
7940
7941 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7942
7943         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7944         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7945         (nbsd-tdep.o): New dependency list.
7946         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
7947         nbsd-tdep.h.
7948         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7949         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7950         * nbsd-tdep.c: New file.
7951         * nbsd-tdep.h: New file.
7952         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
7953         nbsd-tdep.h.
7954         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7955         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7956         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7957         * config/sh/nbsd.mt (TDEPFILES): Ditto.
7958
7959 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7960
7961         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7962         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7963         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7964         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7965         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7966         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7967
7968 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7969
7970         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7971         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7972         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7973         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7974         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7975         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7976         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7977
7978 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7979
7980         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
7981         fetch_elfcore_registers to...
7982         * i386nbsd-tdep.c: ...here.
7983         (i386nbsd_use_struct_convention): Rename to...
7984         (i386nbsd_aout_use_struct_convention): ...this.
7985         (i386nbsd_supply_reg): New function.
7986         (i386nbsd_fill_reg): New function.
7987         (fetch_core_registers): Use i386nbsd_supply_reg.
7988         (fetch_elfcore_registers): Likewise.
7989         (_initialize_i386nbsd_tdep): New function.
7990         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7991         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7992         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7993         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7994         (i386nbsd_aout_use_struct_convention): ...this.
7995
7996 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7997
7998         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7999         (store_inferior_registers): Use shnbsd_fill_reg.
8000         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
8001         sh_nbsd_supply_register): Collapse into...
8002         (shnbsd_supply_reg): ...this.
8003         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8004         (shnbsd_fill_reg): ...this.
8005         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8006         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8007         (fetch_core_registers): Use shnbsd_supply_reg.
8008         (fetch_elfcore_registers): Use shnbsd_supply_reg.
8009         (sh_nbsd_core_fns): Rename to...
8010         (shnbsd_core_fns): ...this.
8011         (sh_nbsd_elfcore_fns): Rename to...
8012         (shnbsd_elfcore_fns): ...this.
8013         (sh_nbsd_init_abi): Rename to...
8014         (shnbsd_init_abi): ...this.
8015         (_initialize_sh_nbsd_tdep): Rename to...
8016         (_initialize_shnbsd_tdep): ...this.
8017         * shnbsd-tdep.h (sh_nbsd_supply_registers,
8018         sh_nbsd_supply_register, sh_nbsd_fill_registers,
8019         sh_nbsd_fill_register): Remove prototypes.
8020         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8021
8022 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
8023
8024         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8025         (i387-nat.o): Delete dependency list.
8026         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8027         (x86-64-linux-nat.o): Likewise.
8028         * i387-nat.c: Delete file, moving contents to...
8029         * i387-tdep.c: ...here.
8030         * i387-nat.h: Rename...
8031         * i387-tdep.h: ...to this.
8032         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8033         * i386-linux-nat.c: Likewise.
8034         * i386bsd-nat.c: Likewise.
8035         * i386gnu-nat.c: Likewise.
8036         * i386nbsd-nat.c: Likewise.
8037         * i386v4-nat.c: Likewise.
8038         * x86-64-linux-nat.c: Likewise.
8039         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8040         * config/i386/go32.mh (NATDEPFILES): Likewise.
8041         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8042         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8043         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8044         * config/i386/linux.mh (NATDEPFILES): Likewise.
8045         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8046         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8047         * config/i386/obsd.mh (NATDEPFILES): Likewise.
8048         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8049
8050 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
8051
8052         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8053         (alphanbsd-nat.o): Remove dependency list.
8054         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8055         * alphanbsd-nat.c: Delete.  Contents moved to...
8056         * alphanbsd-tdep.c: ...here.
8057         (_initialize_alphanbsd_tdep): Register core functions.
8058         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8059
8060 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
8061
8062         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8063         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8064         (alphanbsd-nat.o): Likewise.
8065         (alphabsd-tdep.o): New dependency list.
8066         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8067         (fill_gregset): Use alphabsd_fill_reg.
8068         (supply_fpregset): Use alphabsd_supply_fpreg.
8069         (fill_fpregset): Use alphabsd_fill_fpreg.
8070         (fetch_inferior_registers): Use struct reg and struct fpreg
8071         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
8072         and alphabsd_supply_fpreg.
8073         (store_inferior_registers): Use struct reg and struct fpreg
8074         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
8075         and alphabsd_fill_fpreg.
8076         * alphabsd-tdep.c: New file.
8077         * alphabsd-tdep.h: New file.
8078         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8079         (fetch_elfcore_registers): Use alphabsd_supply_reg and
8080         alphabsd_supply_fpreg.
8081         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8082         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8083
8084 2002-05-11  Eric Christopher  <echristo@redhat.com>
8085
8086         * mips-tdep.c (mips_double_register_type): Fix thinko.
8087         (mips_single_register_type): Ditto.
8088         * MAINTAINERS: Add self.
8089
8090 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
8091
8092         * i387-nat.c (i387_supply_register, i387_fill_fsave,
8093         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8094         right thing on architectures with different endianness and/or
8095         integer sizes.
8096
8097 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
8098
8099         From Christian Limpach <chris@Pin.LU>
8100         * configure.in: Change sed expression which comments out
8101         NATDEPFILES to also comment out continuation lines.
8102         * configure: Regenerate.
8103
8104 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
8105
8106         * sh-tdep.c: Clean up code erroneously reintroduced by previous
8107         big patch.
8108
8109 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
8110
8111         * sh-tdep.c: Include correct file.
8112
8113 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
8114
8115         New support for sh64-elf (sh5) target.
8116
8117         * configure.tgt: For sh64-elf target, default to sh-elf.
8118
8119         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8120         (struct gdbarch_tdep): Add new fields for new registers and ABI
8121         info.
8122
8123         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8124         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8125         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8126         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8127         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8128         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8129         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8130         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8131         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8132         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8133         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8134         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8135         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8136         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8137         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8138         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8139         sh64_get_gdb_regnum, sh64_media_reg_base_num,
8140         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8141         sign_extend, sh64_nofp_frame_init_saved_regs,
8142         sh64_init_extra_frame_info, sh64_get_saved_register,
8143         sh64_extract_struct_value_address, sh64_pop_frame,
8144         sh64_push_arguments, sh64_extract_return_value,
8145         sh64_store_return_value, sh64_show_media_regs,
8146         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8147         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8148         sh_sh64_register_virtual_type,
8149         sh_sh64_register_convert_to_virtual,
8150         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8151         sh64_register_read, sh64_pseudo_register_write,
8152         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8153         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8154         sh64_do_pseudo_register, sh_compact_do_registers_info,
8155         sh64_do_registers_info, sh_gdbarch_init): New functions.
8156
8157 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
8158
8159         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8160
8161 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
8162
8163         * linespec.c (decode_line_1): Check for a double quote after
8164         a filename correctly.
8165
8166 2002-05-10  Jim Blandy  <jimb@redhat.com>
8167
8168         Properly track the size of the current objfile's .debug_line section.
8169         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8170         (DWARF_LINE_SIZE): New macro.
8171         (dwarf2_build_psymtabs_hard): Record the line section's size in
8172         the partial symbol table.
8173         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8174         symbol table.
8175
8176 2002-05-10  Petr Sorfa  <petrs@caldera.com>
8177
8178         * ia64-tdep.c: Handle breakpoints on L instruction type
8179         in MLX instruction bundle by moving the breakpoint to
8180         the third slot (X instruction type) as L holds only data.
8181
8182 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
8183
8184         * dbxread.c (discarding_local_symbols_complaint): New complaint.
8185         (process_one_symbol): Complain about discarding local symbols
8186         due to a misplaced N_LBRAC entry.
8187
8188 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
8189
8190         From Daniel Berlin <dan@cgsoftware.com>
8191         * linespec.c (find_toplevel_char): '<' and '>' also increase and
8192         decrease the depth we are at, in the case of templates.
8193
8194 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
8195
8196         * mips-tdep.c (mips_float_register_type): New function.
8197         (mips_double_register_type): New function.
8198         (mips_print_register): Use them.
8199         (do_fp_register_row): Likewise.
8200
8201 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
8202
8203         * signals/signals.c (signals): Remove conditional compilation around
8204         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
8205         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8206
8207 2002-05-09  Michael Snyder  <msnyder@redhat.com>
8208
8209         * remote-rdp.c (remote_rdp_can_run): Remove.
8210
8211 2002-05-09  Tom Tromey  <tromey@redhat.com>
8212
8213         * jv-valprint.c (java_val_print): Handle `char' as a special case
8214         of TYPE_CODE_INT.
8215
8216 2002-05-09  Michael Snyder  <msnyder@redhat.com>
8217
8218         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8219         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8220         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8221         str r(0123),[sp,#nn].
8222         (arm_skip_prologue): Ditto.  Also make disassembly
8223         order-independent by placing it in a loop.
8224
8225 2002-05-06  Michael Snyder  <msnyder@redhat.com>
8226
8227         * stabsread.c (read_type): Add recognition for new attribute:
8228         "@V;" means that an array type is actually a vector.
8229         This is analogous to the vector flag that's been added to dwarf2.
8230
8231 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
8232
8233         * i386-tdep.h (i386_abi): New enum.
8234         (struct gdbarch_tdep): Replace os_ident member with abi.
8235         (i386_gdbarch_register_os_abi): New prototype.
8236         * i386-tdep.c (i386_abi_names): New array.
8237         (process_note_abi_tag_sections): Removed.
8238         (process_note_sections): New function.
8239         (i386_elf_abi_from_note, i386_elf_abi): New functions.
8240         (struct i386_abi_handler): New struct.
8241         (i386_abi_handler_list): New variable.
8242         (i386_gdbarch_register_os_abi): New function.
8243         (i386_gdbarch_init): Adapt for the changes given above.
8244
8245 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
8246
8247         * gregset.h: Say "GNU/Linux".
8248
8249 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
8250
8251         * gdbtypes.c : Add new builtin type for 64 bit vectors.
8252         (build_gdbtypes): Build builtin_type_v2_float.
8253         (_initialize_gdbtypes): Register new builtin type.
8254
8255 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
8256
8257         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8258         (clear_gdbarch_swap): New function.
8259         (initialize_non_multiarch): Call.
8260         (gdbarch_update_p): Before calling init(), swap out and clear the
8261         existing architecture.
8262         * gdbarch.c: Regenerate.
8263
8264 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8265
8266         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8267         alphanbsd-tdep.c.
8268
8269 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8270
8271         * sh-nbsd-nat.c: Rename to...
8272         * shnbsd-nat.c: ...this.
8273         * sh-nbsd-tdep.c: Rename to...
8274         * shnbsd-tdep.c: ...this.
8275         * sh-nbsd-tdep.h: Rename to...
8276         * shnbsd-tdep.h: ...this.
8277         * config/sh/nbsd.mh: Use shnbsd-nat.o.
8278         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8279
8280 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
8281
8282         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8283         concatenation for command help messages.
8284
8285 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8286
8287         * NEWS: Note new sh*-*-netbsdelf* configuration.
8288         * configure.host: Set gdb_host_cpu to sh for all sh*.
8289         (sh*-*-netbsdelf*): New host.
8290         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8291         (sh*-*-netbsdelf*): New target.
8292         * sh-nbsd-nat.c: New file.
8293         * sh-nbsd-tdep.c: New file.
8294         * sh-nbsd-tdep.h: New file.
8295         * config/sh/nbsd.mh: New file.
8296         * config/sh/nbsd.mt: New file.
8297         * config/sh/nm-nbsd.h: New file.
8298         * config/sh/tm-nbsd.h: New file.
8299
8300 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8301
8302         * sh-tdep.c (sh_osabi_names): Declare.
8303         (process_note_abi_tag_sections): New function.
8304         (get_elfosabi): Ditto.
8305         (sh_gdbarch_register_os_abi): Ditto.
8306         (sh_dump_tdep): Ditto.
8307         _initialize_sh_tdep): Use gdbarch_register to register
8308         sh_gdbarch_init and sh_dump_tdep.
8309         * config/sh/tm-sh.h (sh_osabi): Declare.
8310         (gdbarch_tdep): Add sh_osabi and osabi_name members.
8311
8312 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
8313
8314         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8315         (thumb_scan_prologue): Ditto.
8316         (arm_find_callers_reg): Ditto.
8317         (arm_frame_chain): Ditto.
8318         (arm_init_extra_frame_info): Ditto.
8319         (arm_frame_saved_pc): Ditto.
8320         (arm_pop_frame): Ditto.
8321         (arm_push_return_address): New function.
8322         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8323         call_dummy_location, call_dummy_breakpoint_offset_p,
8324         call_dummy_breakpoint_offset, call_dummy_p,
8325         call_dummy_stack_adjust_p, call_dummy_words,
8326         sizeof_call_dummy_words, call_dummy_start_offset,
8327         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8328         call_dummy_address, push_return_address and push_dummy_frame for
8329         generic dummy frames.
8330
8331 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
8332
8333         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8334         size computation for alloca.
8335         (sh_fp_frame_init_saved_regs): Likewise.
8336
8337 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
8338
8339         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8340         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8341         * arm-tdep.c (arm_store_return_value): Use them.
8342         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8343         * remote-rdp.c (remote_rdp_fetch_register): Use
8344         ARM_MAX_REGISTER_RAW_SIZE.
8345         (remote_rdp_store_register): Likewise.
8346
8347 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
8348
8349         * dwarf2cfi.c: Code cleanup, removed unused variables,
8350         added default labels to switch {} statements.
8351         * x86-64-tdep.c: Ditto.
8352         * x86-64-linux-nat.c: Ditto.
8353
8354 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
8355
8356         * solib.h: Protect against multiple inclusion.
8357
8358 2002-05-06  Jim Blandy  <jimb@redhat.com>
8359
8360         Add first preprocessor macro-expansion files.
8361         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8362         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8363         (splay_tree_h, macroexp_h, macrotab_h): New variable.
8364         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8365         (COMMON_OBS): Add macrotab.o, macroexp.o.
8366         (macroexp.o, macrotab.o): New rules.
8367
8368         Separate the job of reading the line number info statement program
8369         header (...expialidocious) out into its own function.
8370         * dwarf2read.c (struct line_head, struct filenames, struct
8371         directories): Replace with...
8372         (struct line_header): New structure, containing the full
8373         contents of the statement program header, including the
8374         include directory and file name tables.
8375         (read_file_scope): If we have line number info, instead of just
8376         calling dwarf_decode_lines to do all the work, call
8377         dwarf_decode_line_header first to get a `struct line_header'
8378         containing the data in the statement program header, and then
8379         pass that to dwarf_decode_lines, which will pick up where that
8380         left off.  Be sure to clean up the `struct line_header' object.
8381         (dwarf_decode_line_header, free_line_header, add_include_dir,
8382         add_file_name): New functions.
8383         (dwarf_decode_lines): Move all the code to read the statement
8384         program header into dwarf_decode_line_header.  Take the line
8385         header it built as the first argument, instead of the offset to
8386         the compilation unit's line number info.  Use the new `struct
8387         line_header' type instead of the old structures.  No need to do
8388         cleanups here now, since we don't allocate anything.
8389         (dwarf2_statement_list_fits_in_line_number_section,
8390         dwarf2_line_header_too_long): New complaints.
8391
8392 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
8393
8394         * gdbtypes.c (init_vector_type): New function.
8395         (build_builtin_type_vec128): Simplify the representation of SIMD
8396         registers.
8397         (build_gdbtypes): Initialize new builtin vector types.
8398         (_initialize_gdbtypes): Register new vector types with gdbarch.
8399         (builtin_type_v4_float, builtin_type_v4_int32,
8400         builtin_type_v8_int16, builtin_type_v16_int8,
8401         builtin_type_v2_int32, builtin_type_v4_int16,
8402         builtin_type_v8_int8): New (renamed) SIMD types.
8403
8404 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
8405
8406         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8407         (i387_fill_fxsave): Likewise.
8408
8409 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8410
8411         * alpha-tdep.c (alpha_extract_return_value): Don't use
8412         non-constant array size in prototype.
8413
8414 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8415
8416         From Brian Taylor <briant at model dot com>:
8417         * ui-out.c (ui_out_field_core_addr): Use the function
8418         longest_local_hex_string_custom'to format addresses > 32 bits
8419         wide.
8420
8421         * ui-out.c (ui_out_field_core_addr): Update comment.
8422
8423 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8424
8425         * stack.c (select_and_print_frame): Make static.  Delete the
8426         parameter `level'.
8427         (func_command): Update call.
8428         (select_frame_command): Delete code computing the frame level.
8429         * frame.h (select_and_print_frame): Delete declaration.
8430
8431 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8432
8433         * sparc-tdep.c (sparc_get_saved_register): Comment why
8434         get_prev_frame call is safe.
8435
8436 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8437
8438         * frame.h (select_frame): Delete level parameter.
8439         * stack.c (select_frame): Update.  Use frame_relative_level to
8440         obtain the frame's level.
8441         (select_and_print_frame): Update call.
8442         (select_frame_command): Ditto.
8443         (up_silently_base): Ditto.
8444         (down_silently_base): Ditto.
8445         * ocd.c (ocd_start_remote): Ditto.
8446         * remote-rdp.c (remote_rdp_open): Ditto.
8447         * remote-mips.c (mips_initialize): Ditto.
8448         (common_open): Ditto.
8449         * remote-e7000.c (e7000_start_remote): Ditto.
8450         * m3-nat.c (select_thread): Ditto.
8451         * hppa-tdep.c (child_get_current_exception_event): Ditto.
8452         (child_get_current_exception_event): Ditto.
8453         * varobj.c (varobj_create): Ditto.
8454         (varobj_update): Ditto.
8455         (c_value_of_root): Ditto.
8456         * tracepoint.c (finish_tfind_command): Ditto.
8457         * corelow.c (core_open): Ditto.
8458         * arch-utils.c (generic_prepare_to_proceed): Ditto.
8459         * thread.c (info_threads_command): Ditto.
8460         (switch_to_thread): Ditto.
8461         * infrun.c (normal_stop): Ditto.
8462         (restore_selected_frame): Ditto.
8463         (restore_inferior_status): Ditto.
8464         * breakpoint.c (insert_breakpoints): Ditto.
8465         (watchpoint_check): Ditto.
8466         (bpstat_stop_status): Ditto.
8467         (do_enable_breakpoint): Ditto.
8468         * blockframe.c (flush_cached_frames): Ditto.
8469         (reinit_frame_cache): Ditto.
8470
8471 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8472
8473         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8474         maintainer.
8475
8476 2002-05-04  Jim Blandy  <jimb@redhat.com>
8477
8478         * gdbtypes.c (replace_type): Doc fix.
8479
8480 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8481
8482         * valprint.c (strcat_longest): Delete commented out function.
8483         Update copyright.
8484
8485 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8486
8487         * MAINTAINERS: Mark a29k as deleted.
8488         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
8489         Move new configurations to the top.
8490         * configure.tgt: Remove a29k.
8491         * config/a29k/tm-vx29k.h: Delete.
8492         * config/a29k/vx29k.mt: Delete.
8493         * config/a29k/tm-a29k.h: Delete.
8494         * config/a29k/a29k-udi.mt: Delete.
8495         * config/a29k/a29k.mt: Delete.
8496         * a29k-tdep.c: Delete.
8497         * remote-udi.c: Delete.
8498         * remote-mm.c: Delete.
8499         * remote-eb.c: Delete.
8500         * remote-adapt.c: Delete.
8501         * Makefile.in: Remove obsolete code.
8502         * config/s390/s390x.mt: Ditto.
8503         * config/s390/s390.mt: Ditto.
8504         * config/sparc/sparclynx.mh: Ditto.
8505         * config/sparc/linux.mh: Ditto.
8506         * config/pa/hppaosf.mh: Ditto.
8507         * config/pa/hppabsd.mh: Ditto.
8508         * config/ns32k/nbsd.mt: Ditto.
8509         * config/mips/vr5000.mt: Ditto.
8510         * config/m68k/sun3os4.mh: Ditto.
8511         * config/m68k/nbsd.mt: Ditto.
8512         * config/m68k/m68klynx.mh: Ditto.
8513         * config/m32r/m32r.mt: Ditto.
8514         * config/i386/x86-64linux.mt: Ditto.
8515         * config/i386/nbsdelf.mt: Ditto.
8516         * config/i386/nbsd.mt: Ditto.
8517         * config/i386/i386lynx.mh: Ditto.
8518
8519 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8520
8521         * target.c (debug_print_register): New function.  Handle oversize
8522         registers.
8523         (debug_to_fetch_registers): Call.
8524         (debug_to_store_registers): Call.
8525
8526 2002-05-03  Jim Blandy  <jimb@redhat.com>
8527
8528         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8529         (read_type): Doc fix.
8530         * gdbtypes.c (replace_type): Doc fix.
8531
8532         * stabsread.c (multiply_defined_struct): New complaint.
8533         (read_struct_type): If the type we were passed isn't empty, or
8534         incomplete, don't read the new struct type into it; complain,
8535         and return the original type unchanged.  Take a new `type_code'
8536         argument, which is the type code for the new type.
8537         (read_type): Rather than storing the type's type code here, pass
8538         it as an argument to read_struct_type, and let that take care of
8539         storing it.  That way, we don't overwrite the original type code,
8540         so read_struct_type can use it to decide whether we're overwriting
8541         something we shouldn't.
8542         (complain_about_struct_wipeout): New function.
8543
8544 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
8545
8546         * gdbarch.sh: Assert that gdbarch is non-NULL.
8547         * gdbarch.c: Regenerate.
8548
8549 2002-05-03  Jason Merrill  <jason@redhat.com>
8550
8551         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8552         and return NULL.
8553
8554 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
8555
8556         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8557         (x86_64_dwarf2gdb_regno_map_length),
8558         (x86_64_dwarf2_reg_to_regnum): Added.
8559         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8560         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8561         (_initialize_x86_64_tdep): Synced with the change above.
8562         (x86_64_skip_prologue): Reformulated message.
8563
8564 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
8565
8566         * f-exp.y: Also use new prev_lexptr variable
8567         to improve error reporting. Based on Michael Snyder
8568         2002-04-24 dated patch to c-exp.y.
8569         * jv-exp.y: Likewise.
8570         * m2-exp.y: Likewise.
8571
8572 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
8573
8574         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8575         we are dealing with vectors.
8576
8577 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8578
8579         * config/m68k/tm-nbsd.h: Obvious fix,
8580         correct machine name.
8581
8582 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8583
8584         * p-typeprint.c (pascal_type_print_base): Add support
8585         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8586
8587 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8588
8589         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8590         for fondamental pascal 'char' type.
8591
8592 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8593
8594         * p-lang.h (is_pascal_string_type): Declaration changed,
8595         new sixth argument of type char ** added.
8596         * p-lang.c (is_pascal_string_type): Implementation
8597         changed. Args length_pos, length_size, string_pos, char_size
8598         can now be NULL. New argument arrayname set to the field
8599         name of the char array. Return value set to char array
8600         field index plus one.
8601         * p-valprint.c (pascal_val_print): Adapt to new declaration of
8602         is_pascal_string_type function.
8603
8604 2002-05-02  Andrew Cagney  <cagney@redhat.com>
8605
8606         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8607         <cagney@redhat.com> change.
8608         * gdbarch.c: Regenerate.
8609
8610 2002-05-02  Andrew Cagney  <cagney@redhat.com>
8611
8612         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8613         before probing for a new one.  Detect errorenous gdbarch_init
8614         functions.
8615         * gdbarch.c: Regenerate.
8616
8617 2002-05-01  Andrew Cagney  <cagney@redhat.com>
8618
8619         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8620         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
8621         * config/v850/tm-v850.h: Ditto.  Update copyright.
8622
8623 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
8624
8625         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8626         current_gdbarch.
8627
8628 2002-04-30  Michael Snyder  <msnyder@redhat.com>
8629
8630         * arm-tdep.c: Whitespace clean-ups.
8631         (arm_skip_prologue): Fix thinko; two lines
8632         should have been removed as part of 4/24 change.
8633
8634 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
8635
8636         * rs6000-tdep.c: Added comment describing how fpscr register
8637         numbers were chosen.
8638
8639 2002-04-30  Michael Snyder  <msnyder@redhat.com>
8640
8641         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8642
8643 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
8644
8645         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8646         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8647         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8648
8649 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
8650
8651         From Louis Hamilton <hamilton@redhat.com>:
8652         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8653         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8654         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8655         not bfd-private xcoff data, to determine wordsize.
8656         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8657
8658 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
8659
8660         GDB 5.2 released from 5.2 branch.
8661
8662 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
8663
8664         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8665         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8666         (x86_64_register_info_table): Added comments with register numbers.
8667
8668 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
8669
8670         * rs6000-tdep.c (rs6000_extract_return_value,
8671         rs6000_store_return_value): Handle returning vectors.
8672         (rs6000_gdbarch_init): Use
8673         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8674         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8675         New function.
8676         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8677         vectors.
8678         (ppc_sysv_abi_push_arguments): Handle vector parameters.
8679         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8680
8681 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8682
8683         * hpread.c (hpread_psymtab_to_symtab_1,
8684         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8685         with fprintf_unfiltered (gdb_stderr,...).
8686
8687 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8688
8689         * remote-array.c (printf_monitor, write_monitor,
8690         array_insert_breakpoint, array_remove_breakpoint ):
8691         Replace fprintf (stderr,...
8692         with fprintf_unfiltered (gdb_stderr,....
8693         * remote-es.c: Likewise.
8694         * remote-os9k.c: Likewise.
8695         * remote-st.c: Likewise.
8696
8697 2002-04-28  Andreas Schwab  <schwab@suse.de>
8698
8699         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8700         linux-proc.o and gcore.o.
8701
8702 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
8703
8704         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8705         code without frame pointers.
8706
8707 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8708
8709         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8710         ON_STACK is needed.
8711
8712 2002-04-26  Ben Elliston  <bje@redhat.com>
8713
8714         * target.c (do_xfer_memory): Correct reference to the new option
8715         "trust-readonly-sections".
8716
8717 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
8718
8719         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8720         * gdbtypes.c (recursive_dump_type): Output the vector flag.
8721         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8722         vectors.
8723         (read_array_type): Record the fact that this array type is really a
8724         vector (i.e. are passed in by value).
8725
8726 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
8727
8728         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8729         * alpha-tdep.c (alpha_sigcontext_addr): New function.
8730         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8731         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8732         * alpha-linux-tdep.c: Include frame.h.
8733         (alpha_linux_sigcontext_addr): New function.
8734         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8735         alpha_linux_sigcontext_addr.
8736         * alpha-osf1-tdep.c: Include gdbcore.h.
8737         (alpha_osf1_sigcontext_addr): New function.
8738         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8739         alpha_osf1_sigcontext_addr.
8740         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8741         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8742
8743 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8744
8745         * stack.c (selected_frame_level):
8746         (select_frame): Do not set selected_frame_level.
8747         * frame.h (selected_frame_level): Delete declaration.
8748
8749 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8750
8751         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8752         convert_from_func_ptr-addr when AIX / PowerOpen.
8753
8754 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8755
8756         * valops.c (hand_function_call): Call
8757         generic_save_call_dummy_addr.
8758         * frame.h (generic_save_call_dummy_addr): Declare.
8759         * blockframe.c (struct dummy_frame): Add fields call_lo and
8760         call_hi.
8761         (generic_find_dummy_frame): Check for PC in range call_lo to
8762         call_hi instead of entry_point_address.
8763         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8764         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
8765         (generic_save_call_dummy_addr): New function.
8766
8767 2002-04-24  David S. Miller  <davem@redhat.com>
8768
8769         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8770         sparc_skip_prologue.
8771         (sparc_skip_prologue): Kill frameless_p arg, and use line number
8772         information to find prologue when possible.
8773         (sparc_prologue_frameless_p): Call examine_prologue directly.
8774         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8775         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8776         second argument.
8777         (SKIP_PROLOGUE): Likewise.
8778
8779 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8780
8781         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8782         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8783         indicate that the condition it was testing is always true.
8784         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8785         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8786         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8787
8788 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8789
8790         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8791         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8792         tdep->jb_pc and tdep->jb_elt_size.
8793         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8794         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8795         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8796         * alpha-nat.c (get_longjmp_target): Remove.
8797         (JB_ELEMENT_SIZE): Ditto.
8798         (JB_PC): Ditto.
8799         * alpha-tdep.c (alpha_get_longjmp_target): New function.
8800         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
8801         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8802         to alpha_get_longjmp_target.
8803         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8804         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8805         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8806
8807 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8808
8809         * README: Update to GDB 5.2.
8810
8811 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8812
8813         * gdbarch.sh (LC_ALL): Set to `c'.
8814
8815 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8816
8817         * avr-tdep.c: Ran through gdb_indent.sh.
8818
8819 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8820
8821         * MAINTAINERS: Add myself as AVR maintainer.
8822         * NEWS: Note new target avr.
8823
8824 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8825
8826         * Makefile.in: Add support for AVR target.
8827         * configure.tgt: Add support for AVR target.
8828         * avr-tdep.c: New file
8829         * config/avr/avr.mt: New file.
8830
8831 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8832
8833         * MAINTAINERS: Add myself to write-after-approval.
8834
8835 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8836
8837         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8838         with fprintf_unfiltered (gdb_stderr,....
8839
8840 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8841
8842         Fix PR gdb/508.
8843         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8844
8845 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8846
8847         * p-exp.y: Also use new prev_lexptr variable
8848         to improve error reporting. Based on Michael Snyder
8849         2002-04-24 dated patch to c-exp.y.
8850
8851 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8852
8853         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8854         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8855         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
8856         to 0.
8857         * config/alpha/tm-alpha.h: Remove forward decls of struct type
8858         and struct value.
8859         (FUNCTION_START_OFFSET): Remove.
8860         (BREAKPOINT): Ditto.
8861
8862 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8863
8864         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8865         * NEWS: Ditto.
8866
8867 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8868
8869         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8870         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8871         alpha_linux_pc_in_sigtramp.
8872         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8873         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8874         alpha_osf1_pc_in_sigtramp.
8875         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8876         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8877         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8878         alphafbsd_pc_in_sigtramp.
8879         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8880         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8881         alphanbsd_pc_in_sigtramp.
8882         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8883         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8884
8885 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8886
8887         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8888
8889 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8890
8891         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8892         alphanbsd-tdep.c.
8893         (alphanbsd-nat.o): New dependency list.
8894         (alphanbsd-tdep.o): Ditto.
8895         * NEWS: Note new native NetBSD/alpha configuration.
8896         * alphanbsd-nat.c: New file.
8897         * alphanbsd-tdep.c: Ditto.
8898         * configure.host (alpha*-*-netbsd*): New host.
8899         * configure.tgt (alpha*-*-netbsd*): New target.
8900         * config/alpha/nbsd.mh: New file.
8901         * config/alpha/nbsd.mt: Ditto.
8902         * config/alpha/nm-nbsd.h: Ditto.
8903         * config/alpha/tm-nbsd.h: Ditto.
8904
8905 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8906
8907         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8908         (alpha-osf1-tdep.o): New dependency list.
8909         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8910         and skip_sigtramp_frame members.
8911         * alpha-linux-tdep.c: Include gdbcore.h.
8912         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8913         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8914         * alpha-osf1-tdep.c: New file.
8915         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8916         alpha-osf1-dep.c.
8917         (alpha_frame_past_sigtramp_frame): New function.
8918         (alpha_dynamic_sigtramp_offset): Ditto.
8919         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8920         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8921         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8922         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8923         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8924         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8925         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8926         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8927         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8928         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8929         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
8930         to find_solib_trampoline_target.
8931         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8932         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8933         (SKIP_TRAMPOLINE_CODE): Remove.
8934         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8935         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8936         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8937         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8938         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8939         (PROC_SIGTRAMP_MAGIC): Ditto.
8940         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8941         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8942         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8943         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8944         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8945
8946 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8947
8948         * NEWS: Note that Alpha targets are now multi-arch.
8949
8950 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8951
8952         * parser-defs.h (prev_lexptr): New external variable.
8953         * parse.c (parse_exp_1): Set prev_lexptr to null before
8954         calling the language-specific parser.
8955         * c-exp.y (yylex): Set prev_lexptr to start of current token.
8956         (yyerror): Use prev_lexptr in error reporting.
8957
8958 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
8959
8960         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8961         * gregset.h: If FILL_FPXREGSET is defined, provide
8962         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8963         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8964         is defined, call fill_fpxregset.
8965
8966 2002-04-24  Roland McGrath  <roland@frob.com>
8967
8968         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8969         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8970         (supply_gregset, supply_fpregset): New functions.
8971
8972         * gnu-nat.c (gnu_find_memory_regions): New function.
8973         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8974         (gnu_xfer_memory): Add a cast.
8975
8976 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8977
8978         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8979         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
8980         of argument regs ("str r(0123), [r11, #-nn"]).
8981         (arm_skip_prologue): Better handling for frameless functions.
8982         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
8983         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8984
8985 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
8986
8987         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8988         NUM_PSEUDO_REGS can be used.
8989
8990 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
8991
8992         * arch-utils.h: Update copyright.
8993
8994         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8995         * gdbarch.h, gdbarch.c: Re-generate.
8996
8997         * inferior.h (IN_SIGTRAMP): Delete definition.
8998         * arch-utils.c (legacy_pc_in_sigtramp): New function.
8999         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9000
9001         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9002         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9003         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
9004         (find_proc_framesize): Ditto.
9005         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9006         (alpha_init_extra_frame_info): Ditto.
9007         * infrun.c (handle_inferior_event): Ditto.
9008         (handle_inferior_event): Ditto.
9009         (check_sigtramp2): Ditto.
9010         * blockframe.c (create_new_frame): Ditto.
9011         (get_prev_frame): Ditto.
9012         * ppc-linux-tdep.c: Update comments.
9013         * i386-linux-tdep.c: Update comments.
9014         * breakpoint.c (bpstat_what): Update comment.
9015
9016 2002-04-24  David S. Miller  <davem@redhat.com>
9017
9018         * i960-tdep.c (register_in_window_p): New function.
9019         (i960_find_saved_register): Use it instead of
9020         REGISTER_IN_WINDOW_P.
9021         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9022
9023         * symtab.h (find_stab_function_addr): Kill extern.
9024         * minsyms.c (find_stab_function_addr): Remove from here...
9025         * dbxread.c: ... to here, and mark it static.
9026
9027 2002-04-20  David S. Miller  <davem@redhat.com>
9028
9029         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9030         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9031
9032 2002-04-21  David S. Miller  <davem@redhat.com>
9033
9034         * remote-vxsparc.c (vx_read_register): Fix typo, we want
9035         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9036         (vx_write_register): Likewise.
9037
9038 2002-04-23  J. Brobecker  <brobecker@gnat.com>
9039
9040         * source.c (is_regular_file): New function.
9041         (openp): Check wether file to open is a regular file
9042         to avoid opening directories.
9043
9044 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9045
9046         * findvar.c (extract_signed_integer): Cast printf argument
9047         to suppress format warning.
9048         (extract_unsigned_integer): Likewise.
9049         * infcmd.c (registers_info): Likewise.
9050         * top.c (get_prompt_1): Likewise.
9051         * valops.c (value_assign): Likewise.
9052         * valprint.c (print_decimal): Likewise.
9053
9054 2002-04-22  H.J. Lu  (hjl@gnu.org)
9055
9056         * c-exp.y (typebase): Support
9057
9058         [long|long long|short] [signed|unsigned] [int|]
9059
9060         and
9061
9062         signed [long|long long|short] int
9063
9064 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9065
9066         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9067         and vax-tdep.h.
9068         * vax-tdep.h: New file.
9069         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9070         Make several routines static.
9071         (vax_get_saved_register): New function.
9072         (vax_gdbarch_init): New function.
9073         (_initialize_vax_tdep): Register vax_gdbarch_init.
9074         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9075         Remove macros now under the control of gdbarch.
9076
9077 2002-04-22  Michael Snyder  <msnyder@redhat.com>
9078
9079         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9080         Some whitespace and coding standards tweaks.
9081
9082 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9083
9084         * vax-tdep.c: Include regcache.h.
9085         (vax_call_dummy_words): New.
9086         (sizeof_vax_call_dummy_words): New.
9087         (vax_fix_call_dummy): New function.
9088         (vax_saved_pc_after_call): Ditto.
9089         * config/vax/tm-vax.h: Don't include regcache.h.
9090         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9091         (CALL_DUMMY): Remove.
9092         (CALL_DUMMY_WORDS): Define.
9093         (SIZEOF_CALL_DUMMY_WORDS): Define.
9094         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9095
9096 2002-04-18  Michael Snyder  <msnyder@redhat.com>
9097
9098         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9099
9100 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9101
9102         * vax-tdep.c (vax_frame_chain): New function.
9103         (vax_push_dummy_frame): Ditto.
9104         (vax_pop_frame): Ditto.
9105         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9106         (FRAMELESS_FUNCTION_INVOCATION): Use
9107         generic_frameless_function_invocation_not.
9108         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9109         (POP_FRAME): Use vax_pop_frame.
9110
9111 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9112
9113         * vax-tdep.c (vax_store_struct_return): New function.
9114         (vax_extract_return_value): Ditto.
9115         (vax_store_return_value): Ditto.
9116         (vax_extract_struct_value_address): Ditto.
9117         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9118         vax_store_struct_return.
9119         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9120         (STORE_RETURN_VALUE): Use vax_store_return_value.
9121         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9122
9123 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9124
9125         * vax-tdep.c (vax_frame_saved_pc): New function.
9126         (vax_frame_args_address_correct): Ditto.
9127         (vax_frame_args_address): Ditto.
9128         (vax_frame_locals_address): Ditto.
9129         (vax_frame_num_args): Move code to be in proximity to
9130         other frame-related functions.
9131         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9132         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9133         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9134         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9135         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9136
9137 2002-04-22  H.J. Lu  (hjl@gnu.org)
9138
9139         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9140         includedir.
9141
9142 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9143
9144         * vax-tdep.c (vax_frame_init_saved_regs): New function.
9145         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9146         (FRAME_INIT_SAVED_REGS): New macro.
9147
9148 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9149
9150         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9151
9152 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9153
9154         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9155         where needed.
9156         (fetch_osf_core_registers): Likewise.
9157         (supply_gregset): Likewise.
9158
9159 2002-04-22  J. Brobecker  <brobecker@gnat.com>
9160
9161         * symfile.h (get_section_index): Define.
9162         * symfile.c (get_section_index): New function.
9163         * mdebugread.c (SC_IS_SBSS): New macro.
9164         (SC_IS_BSS): Return true for the scBss storage class only, as
9165         the scSBss storage class refers to the .sbss section.
9166         (parse_partial_symbols): Discard the symbols which associated
9167         section does not exist.
9168         Make sure to use the .sbss section index for symbols which
9169         storage class is scBss, rather than using the .bss section index.
9170
9171 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9172
9173         * vax-tdep.c: Update copyright years.
9174         (vax_register_name): New function.
9175         (vax_register_byte): Ditto.
9176         (vax_register_raw_size): Ditto.
9177         (vax_register_virtual_size): Ditto.
9178         (vax_register_virtual_type): Ditto.
9179         * config/vax/tm-vax.h: Update copyright years.
9180         (REGISTER_NAMES): Remove.
9181         (REGISTER_NAME): Define.
9182         (REGISTER_BYTE): Use vax_register_byte.
9183         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9184         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9185         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9186
9187 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9188
9189         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9190         declaration
9191         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9192
9193 2002-04-21  David S. Miller  <davem@redhat.com>
9194
9195         * arch-utils.c (generic_prologue_frameless_p): Kill
9196         SKIP_PROLOGUE_FRAMELESS_P code.
9197         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9198         references.
9199         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9200         * arc-tdep.c (arc_prologue_frameless_p): Implement.
9201         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9202         references.
9203         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9204         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9205         (sparc_gdbarch_init): Pass it to
9206         set_gdbarch_prologue_frameless_p.
9207
9208 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9209
9210         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9211         (alphabsd-nat.o): New dependency list.
9212
9213 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9214
9215         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9216         alphafbsd-tdep.c.
9217         (alpha-linux-tdep.o): New dependency list.
9218         (alphafbsd-tdep.o): Likewise.
9219
9220 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9221
9222         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
9223         to here...
9224         * alpha-tdep.c: ...from here.
9225         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9226
9227 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9228
9229         * config/alpha/tm-alpha.h: Move alpha_software_single_step
9230         prototype from here...
9231         * alpha-tdep.h: ...to here.
9232
9233 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9234
9235         * frame.h (selected_frame_level): Document as deprecated.
9236         (frame_relative_level): Declare.
9237         * stack.c (frame_relative_level): New function.
9238         (selected_frame_level): Document as deprecated.
9239         (select_frame): Do not set the selected_frame_level.
9240
9241         * stack.c (frame_info, record_selected_frame): Update.
9242         (frame_command, current_frame_command): Update.
9243         (up_silently_base, up_command, down_silently_base): Update.
9244         (down_command): Update.
9245         * inflow.c (kill_command): Update.
9246         * tracepoint.c (finish_tfind_command): Update.
9247         * corelow.c (core_open): Update.
9248         * thread.c (info_threads_command): Update.
9249         (do_captured_thread_select): Update.
9250         * infcmd.c (finish_command): Update.
9251         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9252
9253 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9254
9255         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9256
9257 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9258
9259         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
9260         type const.
9261
9262 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9263
9264         * alphafbsd-tdep.c: Update copyright years.  Include
9265         alpha-tdep.h.
9266         (alphafbsd_use_struct_convention): Make static.
9267         (alphafbsd_init_abi): New function.
9268         (_initialize_alphafbsd_tdep): New function.
9269         * config/alpha/tm-fbsd.h: Update copyright years.
9270         (USE_STRUCT_CONVENTION): Remove.
9271
9272 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9273
9274         * alpha-tdep.c (alpha_abi_handler): New structure to describe
9275         an Alpha ABI variant.
9276         (alpha_abi_handler_list): Declare.
9277         (alpha_gdbarch_register_os_abi): New function.
9278         (alpha_gdbarch_init): Give registered ABI variant handlers a
9279         chance to tweak the gdbarch once we have set up defaults.
9280         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9281
9282 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9283
9284         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9285         to standard_coerce_float_to_double.
9286         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9287
9288 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9289
9290         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9291         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9292         from gdbarch_tdep rather than a constant.
9293         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9294         the default text address for all Alpha Unix ABIs.
9295         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9296         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9297
9298 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9299
9300         * alpha-tdep.h: New file.  Includes several Alpha target constants
9301         taken from...
9302         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
9303         let gdbarch deal with.
9304         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9305         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9306         to dependency list.
9307         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
9308         Alpha target register names.
9309         * alphabsd-nat.c: Likewise.
9310         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
9311         Alpha target register names.  Make serveral routines static.
9312         (alpha_get_saved_register): New function.
9313         (alpha_abi_names): New.
9314         (process_note_abi_tag_sections): New function.
9315         (get_elfosabi): New function.
9316         (alpha_gdbarch_init): New function.
9317         (alpha_dump_tdep): New function.
9318         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9319
9320 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9321
9322         * frame.c (find_saved_register): Delete #ifdef
9323         HAVE_REGISTER_WINDOWS code.
9324         * config/sparc/tm-sparc.h: Update comments.
9325         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9326
9327 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9328
9329         * i960-tdep.c (i960_find_saved_register): New function.
9330         (i960_get_saved_register): New function.
9331         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9332         (i960_get_saved_register): Declare.
9333         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9334
9335 2002-04-20  David S. Miller  <davem@redhat.com>
9336
9337         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9338
9339 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
9340
9341         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9342         instead of NUM_PSEUDO_REGS.
9343
9344 2002-04-20  David S. Miller  <davem@redhat.com>
9345
9346         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9347         GDB_MULTI_ARCH_PARTIAL
9348         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9349         define, let tm-sp64.h do it.
9350
9351 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
9352
9353         * frame.c (find_saved_register): Avoid a NULL pointer
9354         dereference and actually walk the frame list.
9355
9356 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
9357
9358         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9359         sorted in most most-recent-used order.  Document.
9360         * gdbarch.h, gdbarch.c: Regenerate.
9361
9362 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
9363
9364         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9365         instead of ->prev.
9366         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9367         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9368         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9369         instead of ->prev.
9370
9371 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
9372
9373         Fix PR gdb/471.
9374         * gdbtypes.c (init_simd_type): Rewrite using new functions.
9375         (build_builtin_type_vec128): Ditto.
9376         (append_composite_type_field): Fix calculation of type length in
9377         union case.
9378
9379 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
9380
9381         * config/djgpp/README: Update.
9382
9383         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9384         compiler warnings.
9385
9386 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
9387
9388         * alpha-tdep.c (setup_arbitrary_frame): Rename...
9389         (alpha_setup_arbitrary_frame): ...to this.
9390         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9391         for alpha_setup_arbitrary_frame.
9392
9393 2002-04-18  Andrew Cagney  <cagney@redhat.com>
9394
9395         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9396         * gdbarch.h, gdbarch.c: Regenerate.
9397
9398         * defs.h (breakpoint_from_pc_fn): Delete type definition.
9399         * target.h (memory_breakpoint_from_pc): Update declaration.
9400         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9401
9402         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9403         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9404         * mem-break.c (memory_breakpoint_from_pc): Ditto.
9405         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9406         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9407         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9408         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9409         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9410         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9411         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9412         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9413         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9414
9415         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9416         const pointer.
9417         * monitor.c (monitor_insert_breakpoint): Ditto.
9418         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9419
9420         * config/mcore/tm-mcore.h: Update copyright.
9421         * mem-break.c: Ditto.
9422         * xstormy16-tdep.c: Ditto.
9423
9424 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
9425
9426         * p-exp.y: Add precedence rule for '^' token.
9427         This removes the shift/reduce conflicts.
9428         Remove the comment concerning these shift/reduce conflicts.
9429
9430 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
9431
9432         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9433         (registers_powerpc_nofp): New register set for processors
9434         without floating point unit.
9435
9436 2002-04-18  David S. Miller  <davem@redhat.com>
9437
9438         * MAINTAINERS: Add myself to write-after-approval.
9439
9440 2002-04-17  Michael Snyder  <msnyder@redhat.com>
9441
9442         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9443
9444 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9445
9446         * rs6000-tdep.c (frame_initial_stack_address): Use
9447         frame_register_read to read the alloca_reg.
9448
9449 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9450
9451         * frame.c (find_saved_register): Find saved registers in the next
9452         not prev frame.
9453         Fix PR gdb/365.
9454
9455 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9456
9457         * gdbarch.sh (LANG): Set to ``c''.
9458
9459 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
9460
9461         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9462
9463 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
9464
9465         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9466         Update copyright.
9467
9468         * hpread.c (hpread_get_lntt): Add declaration.
9469         Also fix PR gdb/391.
9470
9471 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9472
9473         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9474         * aclocal.m4, configure: Re-generate.
9475         Fix PR gdb/391.
9476
9477 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
9478
9479         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9480         instead of tm_print_insn.
9481
9482 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
9483
9484         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9485
9486 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9487
9488         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9489         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9490         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9491
9492 2002-04-12  Don Howard  <dhoward@redhat.com>
9493
9494         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9495         max_user_call_depth.
9496         (init_cmd_lists): Initialize the new value;
9497         * cli/cli-script.c (execute_user_command): Limit the call depth of
9498         user defined commands.  This avoids a core-dump when user commands
9499         are infinitly recursive.
9500
9501 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9502
9503         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9504         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9505         from tdep struct instead of DEFAULT_LR_SAVE.
9506         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9507         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9508         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9509
9510 2002-04-12  Michael Snyder  <msnyder@redhat.com>
9511
9512         * Remote.c: Spelling fix.
9513         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9514         If no symbol found for "sbrk", try "_sbrk".
9515         (make_output_phdrs): Use bfd_section_name.
9516         (gcore_copy_callback): Use bfd_section_name.
9517         * eval.c: Indentation fix-ups.
9518         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9519         in case it gets applied to an address that is already
9520         in the instruction space.
9521         * cli/cli-decode.c (help_list): Allow long lines to wrap.
9522         * symfile.c: Fix indentation, long lines.
9523         * source.c: White space fix-up.
9524
9525 2002-04-12  Andrew Cagney  <cagney@redhat.com>
9526
9527         * defs.h (read_relative_register_raw_bytes): Delete declaration.
9528         * frame.c (frame_register_read): New function.  Return non-zero on
9529         success.
9530         (read_relative_register_raw_bytes_for_frame): Delete.
9531         (read_relative_register_raw_bytes): Delete.
9532         * frame.h (frame_register_read): Declare.
9533         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
9534         * sh-tdep.c: Ditto.
9535         * infcmd.c (do_registers_info): Ditto.
9536         * hppa-tdep.c: Ditto.
9537         * rs6000-tdep.c: Ditto.
9538         * h8500-tdep.c: Ditto.
9539         * mips-tdep.c: Ditto.
9540         * h8300-tdep.c: Ditto.
9541         * z8k-tdep.c: Ditto.
9542
9543 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9544
9545         From Jimi X <jimix@watson.ibm.com>:
9546         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9547         64-bit SysV ABI.
9548
9549 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9550
9551         From Jimi X <jimix@watson.ibm.com>:
9552         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9553         bfd info.
9554
9555 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9556
9557         From Jimi X <jimix@watson.ibm.com>:
9558         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9559         register sets for these processor variants.
9560
9561 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
9562
9563         * regformats/reg-ppc.dat: Support FPSCR.
9564
9565 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
9566
9567         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9568         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9569         Add fpscr as an invalid/unfetchable register.
9570         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9571         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9572         (fill_fpregset): Add support for register fpscr.
9573         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9574         (fill_gregset): Account for the fact that register ``mq'' might
9575         not exist.
9576         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9577         (registers_power): Add fpscr to register set at slot 71.
9578         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9579         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
9580
9581 2002-04-11  Michael Snyder  <msnyder@redhat.com>
9582
9583         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9584         * configure: Regenerate.
9585         * config.in: Regenerate.
9586         * acconfig.h: Add define for _SYSCALL32.
9587         * core-sol2.c: Remove #define _SYSCALL32.
9588         * solib-legacy.c: Remove #define _SYSCALL32.
9589
9590 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9591
9592         * stack.c (select_frame): Cleanup internal error message, do not
9593         use %p.
9594
9595 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9596
9597         * stack.c (select_frame): Check that selected_frame and the
9598         specified level are as expected.
9599         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9600         Update copyright.
9601         * frame.h (struct frame_info): Add field `level'.  Update
9602         copyright.
9603         Work-in-progress PR gdb/464.
9604
9605 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9606
9607         * maint.c (maint_print_section_info): Rename print_section_info.
9608         (print_bfd_section_info, print_objfile_section_info): Update.
9609         * inferior.h (struct gdbarch): Add opaque declaration.
9610         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9611         * gdbarch.h: Regenerate.
9612
9613 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
9614
9615         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9616         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9617         (kernel_u_size): Added.
9618         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9619         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9620
9621 2002-04-04  Jim Ingham  <jingham@apple.com>
9622
9623        * valarith.c (find_size_for_pointer_math): New function, either returns
9624        the size for a pointer's target, returns 1 for void *, or errors for
9625        incomplete types.
9626        (value_add, value_sub): use find_size_for_pointer_math.
9627
9628 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
9629
9630         * linux-low.c (linux_look_up_symbols): New hook.
9631         (linux_target_ops): Add linux_look_up_symbols.
9632         * remote-utils.c (decode_address): New function.
9633         (look_up_one_symbol): New function.
9634         * server.c (handle_query): Call target look_up_symbols hook.
9635         * server.h (look_up_one_symbol): Add prototype.
9636         * target.h (struct target_ops): Add look_up_symbols hook.
9637
9638 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
9639
9640         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9641         override FP_REGNUM with frame->fp.  Update copyright.
9642         * parse.c (num_std_regs, std_regs): Delete.
9643         (target_map_name_to_register): Do not search std_regs.  Update
9644         function description.
9645         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9646         declarations.  Update copyright.
9647         Fix PR gdb/251.
9648
9649 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
9650
9651         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9652         after the last symbol in a block.
9653
9654 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
9655
9656         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9657         is non zero as a found symbol.
9658
9659 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
9660
9661         * findvar.c: Include "builtin-regs.h".
9662         (value_of_register): Call value_of_builtin_reg when applicable.
9663         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9664         (target_map_name_to_register): Call
9665         builtin_reg_map_name_to_regnum.
9666         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9667         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9668         (builtin_regs_h): Define.
9669         (builtin-regs.o): New target.
9670         (findvar.o): Add $(builtin_regs_h).
9671         * builtin-regs.c, builtin-regs.h: New files.
9672         * std-regs.c: New file.
9673         Partial fix for PR gdb/251.
9674
9675 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9676
9677         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9678         it's no longer required.
9679
9680 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
9681
9682         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9683
9684 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9685
9686         From Jimi X <jimix@watson.ibm.com>:
9687         * rs6000-tdep.c (rs6000_software_single_step): Use
9688         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9689         and size.  Use target_insert_breakpoint() and
9690         target_remove_breakpoint() to insert and remove breakpoints
9691         instead of explicit memory reads and writes.
9692
9693 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9694
9695         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9696         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9697         ELF_OBJECT_FORMAT ifdef.
9698
9699 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9700
9701         From Jimi X <jimix@watson.ibm.com>:
9702         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9703
9704 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9705
9706         From Jimi X <jimix@watson.ibm.com>:
9707         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9708         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9709
9710 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
9711
9712         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9713         s/asprintf/xasprintf/.
9714         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9715
9716 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9717
9718         I believe Jeff Law denies responsability for this one:
9719         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9720         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9721         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9722         Work-around for PR gdb/366.
9723
9724 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
9725
9726         * remote-e7000.c (write_small, e7000_read_inferior_memory,
9727         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9728         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9729
9730 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
9731
9732         * sh-tdep.c (sh_fp_frame_init_saved_regs,
9733         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9734         information.
9735
9736 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9737
9738         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9739         maintainer.
9740
9741 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9742
9743         * README (Reporting Bugs in GDB): Document the bug web page as the
9744         prefered way of submitting bugs.
9745         Fix PR gdb/402.
9746
9747 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9748
9749         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9750         -1.  Update comment.
9751         * gdbarch.h, gdbarch.c: Re-generate.
9752
9753 2002-04-07  Andreas Schwab  <schwab@suse.de>
9754
9755         * m68klinux-nat.c (fill_fpregset): Properly pass address of
9756         buffer to regcache_collect.
9757
9758 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9759
9760         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
9761         * gdbarch.c, gdbarch.h: Re-generate.
9762
9763 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9764
9765         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9766         declaration.  Fix -Werror.
9767
9768 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
9769
9770         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9771         * gdbarch.c: Regenerate.
9772
9773 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9774
9775         * breakpoint.c (clear_command): Rewrite middle section to
9776         combine two loops with identical control conditions.
9777         Add a cleanup to eliminate a memory leak.
9778         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9779
9780 2002-04-05  H.J. Lu  (hjl@gnu.org)
9781
9782         * solib-svr4.c (bkpt_names): Add "__start".
9783
9784 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
9785
9786         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9787         as test for 64 bit target.
9788
9789 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9790
9791         * h8500-tdep.c (h8500_write_fp): Delete function.
9792         * dwarf2cfi.c (cfi_write_fp): Document as not used.
9793         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9794         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9795         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9796         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9797         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9798         (s390_write_fp):
9799         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9800         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9801         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9802         (d10v_write_fp): Delete function.
9803         * inferior.h (write_fp, generic_target_write_fp): Delete
9804         declarations.
9805         * regcache.c (generic_target_write_fp): Delete function.
9806         (write_fp): Delete function.
9807         * gdbarch.sh (TARGET_WRITE_FP): Delete.
9808         * gdbarch.h, gdbarch.c: Regenerate.
9809         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9810         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9811         (sparc64_write_fp): Delete declaration.
9812         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9813         (h8500_write_fp): Delete declaration.
9814
9815 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
9816
9817         * sparc-tdep.c (sparc64_write_fp): Delete.
9818         (sparc_push_dummy_frame): Replace write_fp call with code to store
9819         the FP directly.
9820         (sparc_gdbarch_init): Do not initialize write_fp.
9821
9822 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
9823
9824         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9825         clause.
9826
9827 2002-03-29  Jim Blandy  <jimb@redhat.com>
9828
9829         * stack.c (get_selected_block): Add new argument `addr_in_block',
9830         used to return the exact code address we used to select the block,
9831         not just the block.
9832         * blockframe.c (get_frame_block, get_current_block): Same.
9833         * frame.h (get_frame_block, get_current_block,
9834         get_selected_block): Update declarations.
9835         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9836         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9837
9838 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9839
9840         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9841         warning message.
9842
9843 2002-04-05  J. Brobecker  <brobecker@gnat.com>
9844
9845         * utils.c (xfullpath): New function.
9846         * defs.h (xfullpath): Add declaration.
9847         * source.c (openp): Use xfullpath in place of gdb_realpath to
9848         avoid resolving the basename part of filenames when the
9849         associated file is a symbolic link. This fixes a potential
9850         inconsistency between the filenames known to GDB and the
9851         filenames it prints in the annotations.
9852         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9853         to be able to match a filename with either the real filename, or
9854         the name of any symbolic link to this file.
9855         (lookup_partial_symtab): Ditto.
9856
9857 2002-04-04  Michael Snyder  <msnyder@redhat.com>
9858
9859         * breakpoint.c: Add support for hardware breakpoints in overlays.
9860         (overlay_events_enabled): New state variable.
9861         (insert_breakpoints): Use overlay_events_enabled to decide
9862         whether to attempt to set a breakpoint at the overlay load addr.
9863         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9864         (remove_breakpoint): Use overlay_events_enabled to decide
9865         whether breakpoints need to be removed from overlay load addr.
9866         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9867         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9868         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9869         disable_overlay_breakpoints): Update overlay_events_enabled.
9870
9871 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
9872
9873         * dwarf2read.c (struct function_range): New.
9874         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9875         (check_cu_functions): New.
9876         (read_file_scope): Initialize global function lists.
9877         Call dwarf_decode_line after processing children.
9878         (read_func_scope): Add to global function list.
9879         (dwarf_decode_lines): Call check_cu_functions everywhere
9880         record_line is called.  Call record_line with a linenumber
9881         of 0 to mark sequence ends.
9882
9883 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
9884
9885         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9886         change sync with glibc.
9887
9888 2002-04-03  Jim Blandy  <jimb@redhat.com>
9889
9890         * configure.in: Call AC_C_INLINE.
9891         * configure: Regenerated.
9892
9893 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
9894
9895         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9896         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9897
9898 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
9899
9900         * NEWS: Mention gcore support on FreeBSD/i386.
9901
9902         * fbsd-proc.c: New file.
9903         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9904         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9905
9906         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9907         while statement.
9908
9909 2002-03-29  Jim Blandy  <jimb@redhat.com>
9910
9911         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9912         unescaped newlines in string literals, but newer ones don't.  So
9913         escape them.
9914
9915 2002-03-26  Michael Snyder  <msnyder@redhat.com>
9916             Andrew Cagney <cagney@redhat.com>
9917
9918         * cli/cli-dump.c: New file.  Dump memory to file,
9919         restore file to memory.
9920         * cli/cli-dump.h: New file.
9921         * Makefile.in: Add rules, dependencies for cli-dump.o.
9922         * NEWS: Mention new commands.
9923
9924 2002-03-28  Michael Snyder  <msnyder@redhat.com>
9925
9926         * symfile.c (symbol_file_add): Move test for null symbols to later.
9927
9928 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9929
9930         From veksler at il.ibm.com:
9931         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9932         the xstrduped original path.
9933         Fix PR gdb/417.
9934
9935 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9936
9937         * breakpoint.c (_initialize_breakpoint): Clean up help string.
9938         * infcmd.c (_initialize_infcmd): Ditto.
9939         * language.c (_initialize_language): Ditto.
9940         * symfile.c (_initialize_symfile): Ditto.
9941         * top.c (_init_main): Ditto.
9942         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9943
9944 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
9945
9946         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9947         vector registers handling.
9948         (skip_prologue): Handle new AltiVec instructions.  Fill in new
9949         fields of frame data.
9950         (frame_get_saved_regs): Fill in information for AltiVec registers.
9951
9952 2002-03-27  Jim Blandy  <jimb@redhat.com>
9953
9954         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9955         a function; leave this macro here to invoke that function.
9956         (symbol_init_mangled_name): Declaration for that function.
9957         * symtab.c (symbol_init_mangled_name): New function.
9958
9959 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9960
9961         * valarith.c: Replace strerror with safe_strerror.
9962         * tracepoint.c: Ditto.
9963         * lin-lwp.c: Ditto.
9964         * go32-nat.c: Ditto.
9965         * inflow.c: Ditto.
9966         * gnu-nat.c: Ditto.
9967
9968 2002-03-27  Andreas Schwab  <schwab@suse.de>
9969
9970         * event-top.c (command_line_handler): Remove useless if.
9971
9972 2002-03-27  Andreas Jaeger  <aj@suse.de>
9973
9974         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9975         comment.
9976
9977 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
9978
9979         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9980         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9981         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9982         (x86_64_linux_dr_get_status, supply_gregset),
9983         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9984         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9985         (x86_64_register_info_table): Add.
9986         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9987         (x86_64_register_raw_size, x86_64_register_virtual_type),
9988         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9989         general x86_64_register_info_table.
9990         (i386_gdbarch_init): gdbarch_register_bytes is now set
9991         dynamicaly during initialization.
9992         * regformats/reg-x86-64.dat: Synced with changes to registers above.
9993         * gdbserver/linux-x86-64-low.c: Ditto.
9994
9995 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9996
9997         * gdbserver/server.c (main): Call target_signal_to_host_p
9998         and target_signal_to_host on signals received from the remote.
9999         * gdbserver/remote-utils.c (prepare_resume_reply): Call
10000         target_signal_from_host on signals sent to the remote.
10001         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
10002         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
10003
10004 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
10005
10006         * signals/signals.c: Include "server.h" in gdbserver build.
10007         (target_signal_from_name): Don't use STREQ.
10008         (_initialize_signals): Likewise.  Don't include function in
10009         gdbserver build.
10010
10011 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
10012
10013         * signals.c: Moved to...
10014         * signals/signals.c: Here.
10015         * Makefile (signals.o): Update.
10016
10017 2002-03-26  Jeff Law (law@redhat.com)
10018
10019         * somread.c (som_symtab_read): Remove some commented out code and
10020         updated related comments.  Do not set the minimal symbol table to
10021         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10022         in a dynamic executable.
10023         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10024         where we are unable to find the minimal symbol for the given
10025         PC value.
10026
10027 2002-03-25  Jeff Law (law@redhat.com)
10028
10029         * linux-proc.c (read_mapping): Scan up to end of line for filename.
10030
10031 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
10032
10033         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10034
10035 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
10036
10037         * command.h: Update copyright.
10038         (struct cmd_list_element): Replace definition with opaque
10039         declaration.
10040         (enum cmd_types): Document that it will eventually be moved to
10041         cli/cli-decode.h
10042         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10043         (MALLOCED_REPLACEMENT): Delete macro.
10044         * Makefile.in (cli_decode_h): Add $(command_h).
10045         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10046         * top.c: Include "cli/cli-decode.h".
10047         * completer.c: Include "cli/cli-decode.h".
10048         * maint.c: Include "cli/cli-decode.h".
10049         * cli/cli-decode.h: Include "command.h".
10050         (enum command_class): Delete.
10051         (enum cmd_types): Comment out.
10052         (enum cmd_auto_boolean): Delete.
10053         (enum var_types): Delete.
10054
10055 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
10056
10057         * cli/cli-decode.c: Include "gdb_assert.h".
10058         (add_set_or_show_cmd): New static function.
10059         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
10060         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
10061         all fields, such as func, from the set command.
10062
10063 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
10064
10065         * MAINTAINERS (sh-elf): Change warning flag to -w.
10066
10067 2002-03-23  Andrew Cagney  <cagney@redhat.com>
10068
10069         * defs.h (error): Add printf format attribute.
10070         * thread-db.c (thread_from_lwp): Fix error format string.
10071         * stack.c (parse_frame_specification): Ditto.
10072         * cli/cli-decode.c (undef_cmd_error): Ditto.
10073         * scm-lang.c (scm_lookup_name): Ditto.
10074         * tracepoint.c (trace_error): Ditto.
10075         * remote-utils.c (usage): Ditto.
10076         * remote.c (compare_sections_command): Ditto.
10077         Fix PR gdb/328.
10078
10079 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
10080
10081         * gdbtypes.c (append_composite_type_field): New function.
10082         (init_composite_type): New function.
10083         * gdbtypes.h (append_composite_type_field): Declare.
10084         (init_composite_type): Ditto.
10085
10086 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
10087
10088         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10089         function.
10090         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10091         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10092         structure returning convention for SYSV ABI case, but not
10093         for GNU/Linux, FreeBSD, or NetBSD.
10094
10095 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
10096
10097         * symtab.h (lookup_block_symbol): Add mangled_name argument
10098         to prototype.
10099
10100         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10101         with new mangled_name argument.
10102         * linespec.c (decode_line_1): Likewise.
10103         * valops (value_of_this): Likewise.
10104         * symtab.c (lookup_transparent_type): Likewise.
10105         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
10106         (lookup_symbol): If we are given a mangled name, pass it down
10107         to lookup_symbol_aux.
10108         (lookup_block_symbol): If we are given a mangled name to check
10109         against, only return symbols which match it.
10110
10111 2002-03-22  Christopher Faylor  <cgf@redhat.com>
10112
10113         * win32-nat.c (child_create_inferior): Check for proper shell to use
10114         here, in case the user changes it on the fly.
10115         (_initialize_inftarg): Remove shell path considerations.
10116
10117 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
10118
10119         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10120         for gdbarch_max_register_raw_size and max_register_virtual_size.
10121         Adjust copyright year.
10122
10123 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
10124
10125          * dbxread.c (process_one_symbol): Extend the first N_SLINE
10126          in a function to cover the entire beginning of the function
10127          as well if it does not already.
10128
10129 2002-03-21  Tom Rix  <trix@redhat.com>
10130
10131         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10132         (rs6000_ptrace64): Renamed from ptrace64.
10133
10134 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
10135
10136         * gdbserver/remote-utils.c (remote_open): Don't call
10137         getprotobyname, we're all using TCP here so just use
10138         IPPROTO_TCP.
10139         * gdbserver/gdbreplay.c (remote_open): Ditto.
10140
10141 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
10142
10143         * regcache.c (_initialize_regcache): No need to call
10144         build_regcache() at this time; it gets called whenever
10145         the gdbarch changes.
10146
10147 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
10148
10149         * sparc-nat.c:  Include sys/param.h where possible.
10150
10151 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
10152
10153         Fix PR gdb/422.
10154         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10155         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10156         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10157         complex types.
10158         * stabsread.c (rs6000_builtin_type): Likewise.
10159         (read_sun_floating_type): Likewise.
10160
10161 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10162
10163         * stabsread.c (read_member_functions): Remove skip code for duplicate
10164         constructor/destructor methods.  Use standard parsing for these
10165         methods and just do not chain them to the list of methods after
10166         parsing.
10167
10168 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
10169
10170         * coffread.c: Remove redundant static declarations.  Replace
10171         occurrences of `PTR' with `void *'.
10172         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10173         * top.h (quit_cover): Likewise.
10174         * defs.h (catch_errors): Likewise.
10175
10176 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
10177
10178         * defs.h (XMALLOC): Define.
10179         * gdb-events.sh (XMALLOC): Delete macro.
10180         * gdb-events.c, gdb-events.h: Regenerate.
10181         * gdbarch.sh (XMALLOC): Delete macro.
10182         * gdbarch.c: Regenerate.
10183         * serial.c (XMALLOC): Delete macro.
10184         * ui-file.c (XMALLOC): Ditto.
10185         * ser-unix.h (XMALLOC): Ditto.
10186         * sh-tdep.c (XMALLOC): Ditto.
10187         * ui-out.c (XMALLOC): Ditto.
10188         * utils.c (XMALLOC): Ditto.
10189         * i386-tdep.c (XMALLOC): Ditto.
10190         * gdb-events.c (XMALLOC): Ditto.
10191         * d10v-tdep.c (XMALLOC): Ditto.
10192         * cli-out.c (XMALLOC): Ditto.
10193
10194         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10195         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10196         * ui-file.c, ui-out.c: Ditto.
10197
10198 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
10199
10200         * command.h (struct cmd_list_element): Add field context.
10201         (set_cmd_context, get_cmd_context): Declare.
10202         * cli/cli-decode.h: Ditto.
10203         * cli/cli-decode.c (get_cmd_context): New function.
10204         (set_cmd_context): New function.
10205         (add_cmd): Initialize context.
10206         Part of fixing PR gdb/145 and PR gdb/146.
10207
10208 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
10209
10210         * cli/cli-decode.c (cmd_type): New function.
10211         * command.h (cmd_type): Declare.
10212         * infrun.c (set_schedlock_func): Call function cmd_type.
10213         * kod.c (kod_set_os): Call cmd_type.
10214         * cris-tdep.c (cris_version_update): Use function cmd_type.
10215         (cris_mode_update, cris_abi_update): Ditto.
10216
10217         * command.h: (execute_cmd_post_hook): Declare.
10218         (execute_cmd_pre_hook): Declare.
10219         * cli/cli-script.c (clear_hook_in_cleanup): New function.
10220         (execute_cmd_post_hook, execute_cmd_pre_hook): New
10221         functions. Execute pre/post hook while ensuring that afterwords
10222         hook_in is cleared.
10223         * top.c (execute_command): Use execute_cmd_post_hook, and
10224         execute_cmd_pre_hook to execute pre/post commands.
10225         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10226         hook_stop_stub.
10227         (hook_stop_stub): Call execute_cmd_pre_hook.
10228
10229 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
10230
10231         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
10232         set'' and this leads to a core dump.  Move xstrdup of
10233         operating_system to after check that it is not NULL.
10234
10235 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
10236
10237         * kod.c (kod_set_os): Remove unnecessary check that
10238         ``command->type'' is set_cmd.
10239
10240         * valprint.c (set_input_radix): Use input_radix.
10241         (set_output_radix): Use output_radix.
10242         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10243         isn't reverted.
10244
10245 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
10246
10247         * value.h (struct value): Delete field ``substring_addr''.  Change
10248         aligner fields to force_doublest_align, force_longest_align,
10249         force_core_addr_align and force_pointer_aligh.
10250
10251         * value.h (struct value): Fix typo in above change.
10252
10253 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10254
10255         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10256         to fix internal_error from ``maintenance print architecture''.
10257
10258 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10259
10260         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10261         for gcc versions after gcc-2.8.1.
10262
10263 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10264
10265         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10266         for method resolution.  Restore adjustment of ``this'' pointer after
10267         calling value_struct_elt, which was accidentally removed during the
10268         HP merge.
10269
10270 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
10271
10272         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10273         value_of_register.
10274         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
10275         get_saved_register.
10276         * value.h (value_of_register): Update.
10277
10278 2002-03-14  Richard Henderson  <rth@redhat.com>
10279
10280         * configure.in: Detect declaration for canonicalize_file_name.
10281         * utils.c (canonicalize_file_name): Declare, if needed.
10282         (gdb_realpath): Prefer realpath if available and usable.
10283         * config.in, configure: Rebuild.
10284
10285 2002-03-14  Richard Henderson  <rth@redhat.com>
10286
10287         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10288         a constant array bound.
10289
10290         * MAINTAINERS: Add myself to write-after-approval.
10291
10292 2002-03-14  Michael Snyder  <msnyder@redhat.com>
10293
10294         * symfile.c (syms_from_objfile): Return immediately if no syms.
10295         (symbol_file_add): Return immediately if no syms.
10296         (find_sym_fns): Return immediately if no syms.
10297
10298 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
10299
10300         * gdbserver/remote-util.c (remote_open): Print remote-side's
10301         IP address when remote debugging over the network.
10302
10303 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
10304
10305         * config/sparc/fbsd.mh: Fix copyright.
10306         * config/sparc/fbsd.mt: Likewise.
10307
10308 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
10309
10310         * MAINTAINERS: Fix typo in name of gdb warnings option.
10311         (x86-64): Fix formating so that this can be parsed by awk.
10312
10313 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
10314
10315         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10316         * defs.h: Include "gdb/signals.h".
10317         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10318
10319 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
10320
10321         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10322         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10323         from x86-64-tdep.h
10324
10325 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
10326             Don Howard <dhoward@redhat.com>
10327
10328         * mips-tdep.c (ST0_FR): Define.
10329         (mips2_fp_compat): New function, temporarily disabled.
10330         (mips_read_fp_register_single): New function.
10331         (mips_read_fp_register_double): New function.
10332         (mips_print_register): Use them.
10333         (do_fp_register_row): Likewise.
10334
10335 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
10336
10337         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10338         approval''.
10339
10340 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10341
10342         * stabsread.c (read_member_functions): Fix is_stub test for
10343         static member functions, improve comment.
10344
10345 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
10346
10347         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10348         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10349         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10350         commands that set boolean values.
10351         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10352         (arm_rdi_resume): Always initialize PC.
10353         (arm_rdi_open): Don't use rslt as a boolean.
10354         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10355         (arm_rdi_fetch_registers, arm_rdi_store_registers)
10356         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10357         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10358
10359 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
10360
10361         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10362         * configure: Rebuilt.
10363
10364 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10365
10366         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10367         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10368
10369 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
10370
10371         * cli/cli-decode.c (set_cmd_completer): New function.
10372         * command.h (set_cmd_completer): Declare.
10373         * cli/cli-decode.h (set_cmd_completer): Ditto.
10374
10375         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10376         * cli/cli-cmds.c (init_cli_cmds): Ditto.
10377         * win32-nat.c (_initialize_inftarg): Ditto.
10378         * remote-rdi.c (_initialize_remote_rdi): Ditto.
10379         * proc-api.c (_initialize_proc_api): Ditto.
10380         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10381         * source.c (_initialize_source): Ditto.
10382         * exec.c (_initialize_exec): Ditto.
10383         * solib.c (_initialize_solib): Ditto.
10384         * top.c (init_main): Ditto.
10385         * tracepoint.c (_initialize_tracepoint): Ditto.
10386         * symfile.c (_initialize_symfile): Ditto.
10387         * printcmd.c (_initialize_printcmd): Ditto.
10388         * infcmd.c (_initialize_infcmd): Ditto.
10389         * corefile.c (_initialize_core): Ditto.
10390
10391 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10392
10393         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10394
10395 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10396
10397         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10398
10399 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10400
10401         * NEWS: Update headings, 5.2 has branched.
10402
10403 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
10404
10405         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10406         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10407         (register_addr, REGISTER_RAW_SIZE): Likewise.
10408         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10409         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10410
10411 2002-03-03  Michal Ludvig <mludvig@suse.cz>
10412
10413         * MAINTAINERS (x86-64): Add myself.
10414         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10415         changed value_ptr -> struct value *
10416
10417 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
10418
10419         * configure.host (sparc64-*-freebsd): Add.
10420         * configure.tgt: Likewise.
10421         * config/sparc/fbsd.mh: New file.
10422         * config/sparc/fbsd.mt: Likewise.
10423         * config/sparc/nm-fbsd.h: Likewise.
10424         * config/sparc/tm-fbsd.h: Likewise.
10425
10426 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
10427
10428         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10429         regformats/reg-s390x.dat.
10430
10431 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
10432
10433         * utils.c: Add FIXME explaining true/false problem.
10434
10435 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
10436
10437         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10438
10439 2002-02-28  Michael Chastain  <mec@shout.net>
10440
10441         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10442
10443 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
10444
10445         * gdbserver/linux-s390-low.c: New file.
10446         * regformats/reg-s390.dat: New file.
10447         * regformats/reg-s390x.dat: New file.
10448         * gdbserver/configure.srv: Add S/390.
10449         * gdbserver/Makefile.in: Add S/390.
10450         * configure.tgt: Enable gdbserver for S/390.
10451
10452 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
10453
10454         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10455         first line of the doc string for "info dos", except at the end of
10456         the sentence, since the short help stops at the first period.
10457
10458 2002-02-28  Jason Merrill  <jason@redhat.com>
10459
10460         * dwarf2read.c (dwarf_cfi_name): Add new codes.
10461
10462 2002-02-27  Fred Fish  <fnf@redhat.com>
10463
10464         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10465         comment (dumy -> dummy).
10466
10467 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10468
10469         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10470
10471 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
10472
10473       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10474
10475 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10476
10477         * gdbserver/acconfig.h: New file.
10478         * gdbserver/i387-fp.c: New file.
10479         * gdbserver/i387-fp.h: New file.
10480         * gdbserver/linux-x86-64.c: New file.
10481         * regformats/reg-x86-64.dat: New file.
10482         * configure.tgt: Add x86_64-*-linux* gdbserver support.
10483         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10484         * gdbserver/configure.in: Add support for regsets.
10485         * gdbserver/config.in: Regenerate.
10486         * gdbserver/configure: Regenerate.
10487         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
10488         * gdbserver/linux-low.h: New file.
10489         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
10490         for regsets.
10491         * gdbserver/linux-arm-low.c: Include "linux-low.h".
10492         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10493         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10494         * gdbserver/linux-mips-low.c: Include "linux-low.h".
10495         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10496         * gdbserver/linux-sh-low.c: Include "linux-low.h".
10497         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
10498         "i387-fp.h".  Add PTRACE_GETREGS and friends.
10499         * gdbserver/regcache.c (supply_register): New function.
10500         (supply_register_by_name): New function.
10501         (collect_register): New function.
10502         (collect_register_by_name): New function.
10503
10504 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10505
10506         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10507         (config.status): Add configure.srv dependency.
10508         (server_h): Add config.h dependency.
10509
10510 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10511
10512         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10513         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10514         * gdbserver/configure.srv: Change i386-*-linux* to use
10515         reg-i386-linux.o.
10516
10517 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10518
10519         * x86-64-tdep.c: Re-indent.  Update copyright date.
10520
10521 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10522
10523         From Michal Ludvig <mludvig@suse.cz>:
10524         * x86-64-tdep.c (value.h): Delete.
10525         (gdb_assert.h): Include.
10526         (x86_64_register_convert_to_virtual,
10527         x86_64_register_convert_to_raw ): Add check which lets only
10528         floating-point values to be converted.
10529         (value_push): Delete.
10530         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10531         (i386_gdbarch_init): Number of register_bytes fixed.
10532
10533 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10534
10535         * MAINTAINERS: Add x86-64 target.
10536
10537 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10538
10539         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10540         * osfsolib.c (solib_map_sections): Ditto.
10541         * irix5-nat.c (solib_map_sections): Ditto.
10542         * corelow.c (gdb_check_format): Ditto.
10543         * symfile.c (symfile_bfd_open): Ditto.
10544         * solib.c (solib_map_sections): Ditto.
10545         Fix PR gdb/354.
10546
10547 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10548
10549         * remote.c (_initialize_remote): By default, disable ``e'' and
10550         ``E'' step out-of-range packets.
10551
10552 2002-02-26  Andreas Schwab  <schwab@suse.de>
10553
10554         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10555         m68k_linux_frame_saved_pc.
10556         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10557         in_sigtramp.
10558         (SIGCONTEXT_PC_OFFSET): Remove.
10559         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10560         m68k_linux_sigtramp_saved_pc): New functions.
10561         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10562         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10563         (UCONTEXT_PC_OFFSET): Define.
10564         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10565         non-RT and RT signal trampolines.
10566
10567 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
10568
10569         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10570         (TARGET_NBPG, STACK_END_ADDR): Delete
10571         (VARIABLES_INSIDE_BLOCK): Delete.
10572
10573 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
10574
10575         * utils.c (perror_with_name): Make string parameter constant.
10576         (print_sys_errmsg): Ditto.
10577         (query): Ditto.
10578         * defs.h (perror_with_name): Update.
10579         (print_sys_errmsg): Update.
10580         (query): Update.
10581
10582 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
10583
10584         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10585         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10586
10587 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10588
10589         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10590         if it already matches the current architecture from the exec file.
10591         Include arch-utils.h for gdbarch_info_init prototype.
10592         * Makefile.in (rs6000-nat.o): Update dependencies.
10593
10594 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
10595
10596         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10597          list of exported variables.
10598
10599 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
10600
10601         * gdbserver/configure.srv: New file.
10602         * gdbserver/configure.in: Use configure.srv instead
10603         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
10604         from it.
10605         * gdbserver/configure: Regenerated.
10606         * gdbserver/terminal.h: New file.
10607         * gdbserver/Makefile.in: Update for configure changes.  Remove
10608         more unneeded include paths.
10609
10610 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10611
10612         From wiz at danbala:
10613         * config/sparc/tm-sp64.h: Fix grammar and typos.
10614         Fix PR gdb/287.
10615
10616 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10617
10618         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10619         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
10620         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10621         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10622         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10623         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10624         * s390-tdep.c: Ditto.
10625         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10626         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10627         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10628         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10629         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10630         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10631         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10632         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10633         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10634         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10635         Fix PR gdb/378.
10636
10637 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10638
10639         * lin-thread.c: Delete file.
10640         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10641         to gdb_proc_service.h.
10642         * configure: Re-generate.
10643
10644         * ocd.c (ocd_open): Do not try to open the "ocd" device.
10645         * serial.c (serial_open): Delete check for "ocd".
10646         Fix PR gdb/349.
10647
10648         * Makefile.in (linux-thread.o): Delete target.
10649         * linux-thread.c: Delete file.
10650
10651         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
10652         renamed SH files to be consistent.
10653
10654         * symtab.c (sort_search_symbols): Use xfree.
10655
10656 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10657
10658         * arm-linux-tdep.c (arm_linux_init_abi): Register
10659         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10660         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10661         definition with undef, since we don't want the sysvr4 definition.
10662         (SKIP_TRAMPOLINE_CODE): Likewise.
10663
10664 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10665
10666         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10667
10668         * configure.in: (AC_CHECK_FUNCS) Added test for
10669         canonicalize_file_name Regenerated.
10670         * config.in, configure: Regenerated.
10671         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10672         defined use canonicalize_file_name.
10673
10674 2002-02-23  Michael Chastain  <mec@shout.net>
10675
10676         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10677
10678 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10679
10680         * README: Remove references to cygnus.com.
10681         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10682         dot com'' form.  Remove references to cygnus.com and sourceware.
10683
10684 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10685
10686         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10687         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10688         1003.1-2001 no longer allows "head -1".
10689         * gdb/Makefile.in (version.c): Likewise.
10690         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10691         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10692         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
10693
10694 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10695
10696         * cli/cli-decode.c (cmd_cfunc_eq): New function.
10697         * command.h (cmd_cfunc_eq): Declare.
10698         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10699
10700         * cli/cli-cmds.h (is_complete_command): Change parameter to a
10701         ``struct cmd_list_element *''.
10702         * cli/cli-cmds.c (is_complete_command): Update.  Use
10703         cmd_cfunc_eq.
10704         * top.c (execute_command): Pass the command to
10705         is_complete_command.
10706         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10707
10708 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10709
10710         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10711         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10712         architecture defines.
10713         * s390-tdep.c (s390_gdbarch_init): Likewise.
10714
10715 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10716
10717         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10718         (arm_linux_push_arguments): Likewise.
10719         (arm_linux_init_abi): Register them.  Also register linux-specific
10720         call_dummy_words.
10721         (find_minsym_and_objfile): Use strcmp, not STREQ.
10722         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10723         (arm_linux_call_dummy_words): Delete declaration.
10724         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10725         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10726         declarations.
10727         (LOWEST_PC): Delete.
10728
10729 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10730
10731         * maint.c (print_section_info): Do not prepend `0x' to filepos
10732         output, it will be handled by local_hex_string_custom.
10733
10734 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10735
10736         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10737         (store_newfpe_double, store_newfpe_extended, store_fpregister)
10738         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10739
10740 2002-02-22  Jim Blandy  <jimb@redhat.com>
10741
10742         Indicate that the bcache functions don't change the strings
10743         they're passed.
10744         * bcache.h (bcache, hash): Add `const' keywords to declarations.
10745         * bcache.c (bcache, hash): Add `const' keywords to definitions.
10746
10747 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
10748
10749         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10750
10751 2002-02-21  Christopher Faylor  <cgf@redhat.com>
10752
10753         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10754         find the complete path to a loaded DLL.
10755
10756 2002-02-21  Fred Fish  <fnf@redhat.com>
10757
10758         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10759         that marks the end of the range of a function, enter a line number
10760         entry that has a line number of zero and a PC offset that matches
10761         the end of the function.  This starts a range of PC's for which no
10762         line number information is known.
10763         * symtab.c (find_pc_sect_line): If our best fit is in a range of
10764         PC's for which no line number info is found (line number is zero)
10765         then we didn't find any valid line information.
10766         * symtab.h: Document use of zero line number entry.
10767
10768 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
10769
10770         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10771         (have_ptrace_getvrregs): Define for run time checks.
10772         (gdb_vrregset_t): New type for Altivec register handling.
10773         (fetch_register, store_register): Fetch/store altivec register
10774         when needed.
10775         (fetch_altivec_register, store_altivec_register): New functions.
10776         (supply_vrregset, fill_vrregset): New functions.
10777         (fetch_altivec_registers, store_altivec_registers): New functions.
10778         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10779         registers as well.
10780
10781 2002-02-21  Jiri Smid  <smid@suse.cz>
10782
10783         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10784
10785 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
10786
10787         * Makefile.in (armnbsd-nat.o): Update dependencies.
10788         * armnbsd-nat.c (supply_gregset): New function.  Common code to
10789         supply the integer register set.
10790         (supply_fparegset): New function.  Similar for FPA registers.
10791         (fetch_regs, fetch_fp_regs): Use them.
10792         (fetch_core_registers): Likewise.
10793         (fetch_elfcore_registers): New function.
10794         (arm_netbsd_elfcore_fns): New core-file type specification.
10795         (_initialize_arm_netbsd_nat): Register it.
10796
10797 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
10798
10799         * armnbsd-nat.c: Include gdbcore.h.
10800         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10801         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10802         'void' to declaration, to shut up ARI.
10803         (fetch_core_registers): Make static.  Rewrite using supply_register.
10804         (arm_netbsd_core_fns): New core-file type specification.
10805         (_initialize_arm_netbsd_nat): New function.
10806
10807 2002-02-21  Christopher Faylor  <cgf@redhat.com>
10808
10809         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10810         value.
10811
10812 2002-02-20  Christopher Faylor  <cgf@redhat.com>
10813
10814         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10815         fails.
10816
10817 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10818
10819         * jv-exp.y (parse_number): Change type of implicit longs
10820         to builtin_type_uint64.
10821
10822 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10823
10824         * gdbserver/linux-low.c (mywait): Change argument to waitpid
10825         to be an integer instead of a `union wait'.
10826
10827 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10828
10829         * mips-linux-nat.c: Call the operating system GNU/Linux.
10830         * mips-linux-tdep.c: Likewise.
10831         * mips-tdep.c: Likewise.
10832
10833 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10834
10835         Fix PR gdb/265.
10836         * jv-exp.y (parse_number): Handle 64-bit integers.
10837
10838 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10839
10840         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
10841         AC_STDC_HEADERS to AC_HEADER_STDC.
10842         * gdbserver/configure: Regenerated.
10843
10844 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10845
10846         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10847         is defined.
10848         * sparc-tdep.c (get_longjmp_target): Likewise.
10849
10850 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10851
10852         * News: Add news about ARM and Multi-arch.  Mention the new target
10853         arm*-*-netbsd*.
10854
10855 2002-02-19  Jim Blandy  <jimb@redhat.com>
10856
10857         * stabsread.c (error_type_complaint): Improve error message.
10858
10859 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
10860
10861         * gdbserver/README: Update documentation.
10862         * gdbserver/configure.in: Update configury to match documentation.
10863         * gdbserver/Makefile.in: Likewise.
10864         * gdbserver/configure: Regenerated.
10865         * gdbserver/aclocal.m4: New file, generated by aclocal.
10866         * gdbserver/config.in: New file, generated by autoheader.
10867
10868 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10869
10870         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10871         armnbsd-nat.c.
10872
10873 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10874
10875         * arm-tdep.h (enum arm_float_model): New enum.
10876         (struct gdbarch_tdep): Add fp_model.
10877         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
10878         up floating-point conversions until we know the floating-point model
10879         in use by the inferior.  Don't complain about being unable to
10880         determine the ABI of the inferior when we don't have one.
10881         (arm_extract_return_value): Support different floating-point models.
10882         (arm_store_return_value): Likewise.
10883         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10884         ARM_FLOAT_SOFT.
10885         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10886
10887 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10888
10889         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10890         of ``current_gdbarch''.
10891
10892 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10893
10894         * armnbsd-nat.c : ANSIfy all function declarations.
10895         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10896         (fetch_inferior_registers): Re-implement in terms of above.
10897         (store_register, store_regs, store_fp_register, store_fp_regs): New.
10898         (store_inferior_registers): Re-implement in terms of above.
10899
10900 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10901
10902         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10903         kernel.
10904         * arm-linux-tdep.c: Likewise.
10905         * config/arm/tm-linux.h: Likewise.
10906
10907 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10908
10909         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10910         * config/arm/nbsd.mt (TM_FILE): Delete.
10911         * config/arm/tm-nbsd.h: Delete.
10912
10913 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10914
10915         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10916         Initialize CALL_DUMMY_LENGTH.
10917
10918 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10919
10920         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10921         function.
10922         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10923         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10924         defines one thing and that is incorrect for this port.
10925         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10926
10927 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10928
10929         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10930
10931 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10932
10933         * win32-nat.c (display_selector): New function. Displays information
10934         about the information returned by GetThreadSelectorEntry API function.
10935         (display_selectors): New function. Displays the infomation of
10936         the selector given as argument, or of CS, DS ans FS selectors
10937         if no argument is given.
10938         ( _initialize_inftarg): Add "w32" as info prefix command.
10939         Add "info w32 selector" as command calling display_selectors.
10940
10941 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10942
10943         * i386-tdep.c (get_longjmp_target): Fix compilation failure
10944         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10945         if not defined.
10946
10947 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10948
10949         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10950
10951 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10952
10953         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10954         (arm_fix_call_dummy): Call it.
10955         (arm_call_dummy_breakpoint_offset): Delete.
10956         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10957         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10958
10959 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
10960
10961         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10962         Default to func_frame_chain_valid.
10963         * gdbarch.h, gdbarch.c: Re-generate.
10964         * frame.h (FRAME_CHAIN_VALID): Delete definition.
10965
10966 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
10967
10968         * ppc-linux-nat.c: Update copyright.
10969         (fetch_register, store_register): Add tid parameter, don't compute
10970         tid here.
10971         (fetch_ppc_registers, store_ppc_registers): Add tid
10972         parameter. Pass it along to callees.
10973         (fetch_inferior_registers, store_inferior_registers): Compute tid
10974         here, and pass it to calleed functions.
10975         (fill_gregset, supply_fpregset): Clean up formatting.
10976
10977 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10978
10979         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10980         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10981
10982 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10983
10984         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10985         * gdbarch.c gdbarch.h: Regenerate.
10986         * breakpoint.c (create_longjmp_breakpoint): Always compile this
10987         function.
10988         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10989         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10990         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10991
10992         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10993         * arm-tdep.c (arm_get_longjmp_target): New function.
10994         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
10995         this to a positive value register arm_get_longjmp_target as the
10996         longjmp handler.
10997         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10998         (arm_linux_init_abi): Set up longjmp description in tdep.
10999         * armnbsd-nat.c (get_longjmp_target): Delete.
11000         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11001         description in tdep.
11002         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11003         (get_longjmp_target): Delete declaration.
11004         (GET_LONGJMP_TARGET): Delete.
11005         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11006         (GET_LONGJMP_TARGET): Delete.
11007
11008 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
11009
11010         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
11011         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11012         of ``current_gdbarch''.
11013
11014 2002-02-17  Tom Tromey  <tromey@redhat.com>
11015
11016         * cli/cli-cmds.c (compare_strings): New function.
11017         (complete_command): Only print each unique item once.
11018         * completer.h (complete_line): Declare.
11019         * completer.c (complete_line): New function.
11020         (line_completion_function): Use it.
11021
11022 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
11023
11024         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11025         * gdbarch.h, gdbarch.c: Re-generate.
11026
11027 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
11028
11029         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11030
11031 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
11032
11033         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11034         * valops.c (value_arg_coerce): Don't take the address of a reference
11035         to convert an argument to a reference.
11036
11037 2002-02-15  Christopher Faylor  <cgf@redhat.com>
11038
11039         * win32-nat.c (get_image_name): New function.
11040         (handle_load_dll): Use get_image_name function.
11041         (get_child_debug_event): Avoid registering debug events until possibly
11042         execed process is started.
11043         (child_create_inferior): Allow invocation via shell so that command
11044         line redirection, etc.  works ok.
11045         (_initialize_inftarg): Add new command: "set shell" to control whether
11046         a shell is used to start a process.
11047
11048 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
11049
11050         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11051         instead of find_register_by_number.
11052         (cannot_store_register): Likewise.
11053
11054 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
11055
11056         * dwarf2read.c: Replace fprintf (stderr, ...) by
11057         fprintf_unfiltered (gdb_stderr, ...).
11058
11059 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
11060
11061         * gdbserver/gdbserver.1: Document --attach.
11062
11063 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
11064
11065         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11066         descriptions.
11067         * arm-tdep.c (arm_default_arm_le_breakpoint)
11068         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11069         (arm_default_thumb_be_breakpoint): New.  Initialize them from
11070         traditional breakpoint defines.
11071         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11072         (arm_gdbarch_init): Initialize new breakpoint variables.
11073         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11074         (arm_linux_init_abi): Initialize linux-specific breakpoint.
11075         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11076         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11077         code out to ...
11078         (arm_netbsd_init_abi_common): ... here; new function.
11079         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11080         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11081         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11082         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11083
11084 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
11085
11086         * arm-tdep.h (enum arm_abi): New enum.
11087         (struct gdbarch_tdep): New structure.
11088         (LOWEST_PC): Provide a default.
11089         (arm_gdbarch_register_os_abi): Declare new function.
11090         * arm-tdep.c (arm_abi_names): New array.
11091         (process_note_abi_tag_sections): New function.
11092         (get_elfosabi): New function.
11093         (arm_gdbarch_register_os_abi): New function.
11094         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
11095         support for that ABI has been built in, then call the appropriate
11096         configuration routine.  Use gdbarch_num_regs() to get the number
11097         of registers.
11098         (arm_dump_tdep): New function.
11099         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11100         place-holder functions.
11101         (_initialize_arm_tdep): Register them.
11102         * config/arm/tm-arm.h (LOWEST_PC): Delete.
11103
11104         * armnbsd-tdep.c: New file.
11105         * Makefile.in (armnbsd-tdep.o): Add dependencies.
11106         * config/arm/nbsd.mt (TDEPFILES): Add it.
11107         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11108
11109         * armnbsd-nat.c: Include regcache.h.
11110         * Makefile.in (armnbsd-nat.o): Update dependency list.
11111
11112         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11113
11114 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11115
11116         * gdbserver/Makefile.in: Fix typos in target rules.
11117
11118 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11119
11120         Fix part of PR gdb/267.
11121         * linespec.c (find_methods): Handle constructors specially for now.
11122
11123 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
11124
11125         * arm-tdep.c (arm_push_arguments): Eliminate special float type
11126         handling.
11127         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11128         standard_coerce_float_to_double().
11129
11130 2002-02-14  Christopher Faylor  <cgf@redhat.com>
11131
11132         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11133         GDBINIT_FILENAME.
11134
11135 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
11136
11137         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11138         find_variant_by_name, because it confuses the multiarch
11139         framework. Return NULL if there isn't an architecture with the
11140         user supplied name, instead of forcing a different one without
11141         recording the change with the multiarch machinery.
11142         (find_variant_by_name): Delete.
11143
11144 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11145
11146         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11147         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11148
11149 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
11150
11151         * stack.c (print_frame_info_base): When calling
11152         print_frame_info_listing_hook, set current_source_symtab.
11153
11154 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11155
11156         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11157         and remove unused $(INCLUDE_DIR).
11158         Add regcache.c to OBS.
11159         Add generated register protocol files to clean target.
11160         Update dependencies for new objects, obsolete old target code.
11161
11162         * gdbserver/linux-low.c: Remove all platform-specific code to
11163         new files.  Remove various dead code.  Update to use regcache
11164         functionality.
11165         * gdbserver/remote-utils.c (fromhex): Add return statement
11166         to quiet warning.
11167         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11168         constant.
11169         (input_interrupt): Add integer parameter to match prototype
11170         of a signal handler.
11171         (outreg): Use register_data ().
11172         (prepare_resume_reply): Use gdbserver_expedite_regs.
11173         * gdbserver/server.c (main): Dynamically allocate own_buf because
11174         PBUFSIZ is no longer constant.  Use registers_to_string () and
11175         registers_from_string ().
11176         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
11177         for error (), fatal (), and warning ().  Update definition of
11178         PBUFSIZ to use regcache functionality.  Add include guard.
11179         * gdbserver/utils.c (fatal): Add missing ``const''.
11180         (warning): New function.
11181
11182         * regformats/regdat.sh: Include "regcache.h" in generated files.
11183         Provide init_registers () function.
11184         * regformats/regdef.h: Add prototype for set_register_cache ().
11185         Add include guard.
11186
11187         * gdbserver/linux-arm-low.c: New file.
11188         * gdbserver/linux-i386-low.c: New file.
11189         * gdbserver/linux-ia64-low.c: New file.
11190         * gdbserver/linux-m68k-low.c: New file.
11191         * gdbserver/linux-mips-low.c: New file.
11192         * gdbserver/linux-ppc-low.c: New file.
11193         * gdbserver/linux-sh-low.c: New file.
11194
11195         * gdbserver/regcache.c: New file.
11196         * gdbserver/regcache.h: New file.
11197
11198         * gdbserver/low-linux.c: Removed obsolete file.
11199
11200 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11201
11202         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11203         * config/i386/linux.mt: Likewise.
11204         * config/ia64/linux.mt: Likewise.
11205         * config/m68k/linux.mh: Likewise.
11206         * config/powerpc/linux.mh: Likewise.
11207         * config/mips/linux.mt: Likewise.
11208
11209         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11210
11211         * config/i386/i386lynx.mh: Mark gdbserver variables
11212         as (currently) obsolete for this target.
11213         * config/i386/nbsd.mt: Likewise.
11214         * config/i386/nbsdelf.mt: Likewise.
11215         * config/m32r/m32r.mt: Likewise.
11216         * config/m68k/m68klynx.mh: Likewise.
11217         * config/m68k/nbsd.mt: Likewise.
11218         * config/m68k/sun3os4.mh: Likewise.
11219         * config/mips/vr5000.mt: Likewise.
11220         * config/ns32k/nbsd.mt: Likewise.
11221         * config/pa/hppabsd.mh: Likewise.
11222         * config/pa/hppaosf.mh: Likewise.
11223         * config/powerpc/nbsd.mt: Likewise.
11224         * config/rs6000/rs6000lynx.mh: Likewise.
11225         * config/s390/s390.mt: Likewise.
11226         * config/s390/s390x.mt: Likewise.
11227         * config/sparc/sparclynx.mh: Likewise.
11228         * config/sparc/sun4os4.mh: Likewise.
11229         * config/i386/x86-64linux.mt: Likewise.
11230         * config/sparc/linux.mh: Likewise.
11231
11232 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11233
11234         * configure.tgt: Configure gdbserver only for known working
11235         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
11236         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
11237         SUBDIRS if it is configured.  Update comment for ${nativefile}.
11238         * configure: Regenerated.
11239
11240 2002-02-13  Michael Snyder  <msnyder@redhat.com>
11241
11242         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11243
11244         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11245         (default_gcore_mach): Just return 0, work around a problem in bfd.
11246         (default_gcore_target): OK to return NULL if exec_bfd is null.
11247         (make_mem_sec): Use a cast, avoid a warning.
11248
11249         * procfs.c (find_memory_regions_callback): Use a cast instead of
11250         calling host_pointer_to_address (which complains if
11251         sizeof (host pointer) != sizeof (target pointer)).
11252         (procfs_make_note_section): Avoid overflow in psargs string.
11253
11254         * procfs.c (procfs_make_note_section): Make the default
11255         implementation return an error.
11256
11257 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
11258
11259         * procfs.c (procfs_make_note_section): Provide a default definition
11260         (for alpha-dec-osf4.0f). Fix typos.
11261
11262 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
11263
11264         * linux-proc.c: Add include of regcache.h.
11265         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11266
11267 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
11268
11269         From 2002-01-18 Greg McGary <greg@mcgary.org>:
11270         * memattr.c (create_mem_region): Disallow useless empty region.
11271         Regions are half-open intervals, so allow [A..B) [B..C) as
11272         non-overlapping.
11273
11274 2002-02-13  Michael Chastain <mec@shout.net>
11275
11276         * defs.h: Kill CONST_PTR.
11277         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11278         * c-lang.c (c_builtin_types): Likewise.
11279         * ch-lang.c (ch_builtin_types): Likewise.
11280         * f-lang.c (f_builtin_types): Likewise.
11281         * language.c (unknown_builtin_types): Likewise.
11282         * m2-lang.c (m2_builtin_types): Likewise.
11283         * p-lang.c (pascal_builtin_types): Likewise.
11284         * scm-lang.c (c_builtin_types): Likewise.
11285
11286 2002-02-13  Keith Seitz  <keiths@redhat.com>
11287
11288         * arm-tdep.h (arm_get_next_pc): Add declaration.
11289
11290 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
11291
11292         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
11293         with other related struct-returning functions.
11294         (arm_extract_struct_value_address): New function.
11295         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
11296         initialize float_format, double_format and long_double_format as
11297         appropriate to the endianness of the target.
11298         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11299         (arm_use_struct_convention): Delete declaration.
11300         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11301
11302 2002-02-13  Keith Seitz  <keiths@redhat.com>
11303
11304         * defs.h (core_addr_to_string_nz): New function.
11305
11306 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
11307
11308         Apply missing bits of 2002-01-15 patch.
11309         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11310         (fill_fpregset): Use i387_fill_fsave.
11311
11312 2002-02-12  Keith Seitz  <keiths@redhat.com>
11313
11314         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11315         (core_addr_to_string_nz): New function.
11316
11317 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
11318
11319         * arm-linux-nat.c: Really include arm-tdep.h.
11320         * config/arm/tm-linux.h (struct type, struct value): Declare.
11321
11322 2002-02-11  Michael Snyder  <msnyder@redhat.com>
11323
11324         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11325         (gcore section): Ifdef for Solaris and Unixware only.
11326         (procfs_do_thread_registers): Unixware needs one lwpstatus
11327         per thread (not one prstatus or pstatus).
11328         (procfs_make_note_section): Iterate only over kernel threads (lwps),
11329         not over all gdb threads.  For unixware, call elfcore_write_pstatus
11330         once before iterating over threads.
11331
11332 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
11333
11334         * arm-tdep.h: New file.
11335         * arm-tdep.c: Include arm-tdep.h.
11336         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11337         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11338         (arm_print_float_info, arm_register_type, convert_to_extended)
11339         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11340         (arm_extract_return_value, arm_register_name): Make static.
11341         (arm_software_single_step): Similarly.  Fix types in declaration.
11342         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11343         (arm_store_return_value, arm_store_struct_return): New functions.
11344         (arm_gdbarch_init): Register the above functions.  Also register
11345         call_dummy_start_offset, sizeof_call_dummy_words,
11346         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11347         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11348         max_register_virtual_size, register_size.  Set up
11349         prologue_cache.saved_regs here, rather than ...
11350         (_initialize_arm_tdep): ... here.
11351         * config/arm/tm-arm.h (struct type, struct value): Delete forward
11352         declarations.
11353         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11354         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11355         (arm_print_float_info, arm_register_type, convert_to_extended)
11356         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11357         (arm_extract_return_value, arm_register_name): Delete declarations.
11358         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11359         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11360         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11361         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11362         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11363         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11364         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11365         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11366         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11367         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11368         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11369         (arm_get_next_pc): No-longer static -- these are needed by the RDI
11370         interface.
11371         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11372         * remote-rdi.c remote-rdp.c: Likewise.
11373         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11374         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11375         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11376         definition.
11377
11378         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11379         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11380         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11381         from non-ARM_ prefixed definitions.
11382         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11383         all uses of above.
11384         * remote-rdi.c remote-rdp.c: Likewise.
11385         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11386
11387 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
11388
11389         * arm-tdep.c (arm_frameless_function_invocation)
11390         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11391         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11392         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11393         (arm_pop_frame, arm_get_next_pc): Make static.
11394         (arm_gdbarch_init): Register above in gdbarch structure.
11395         (arm_read_fp): Renamed from arm_target_read_fp.
11396         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11397         * config/arm/tm-arm.h (arm_frameless_function_invocation)
11398         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11399         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11400         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11401         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11402         (arm_pc_is_thumb_dummy): Delete declarations.
11403         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11404         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11405         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11406         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11407
11408 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
11409
11410         * symtab.c (compare_search_syms): New function.
11411         (sort_search_symbols): New function.
11412         (search_symbols): Sort symbols after searching rather than
11413         before.
11414
11415 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11416
11417         * NEWS: Linux -> GNU/Linux.
11418
11419 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11420
11421         * gdbarch.sh: For for level one methods, disallow a definition
11422         when partially multi-arched.  Add comments explaining rationale.
11423         * gdbarch.h: Re-generate.
11424
11425 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11426
11427         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11428         multi-arch partial.
11429
11430 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11431
11432         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
11433         field.  Use diff -u.
11434         * gdbarch.c: Re-generate.
11435
11436 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11437
11438         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11439         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11440         partial.
11441
11442 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11443
11444         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11445         multi-arch partial.
11446         (PUSH_ARGUMENTS): Switch to using predefault.
11447         * gdbarch.c: Regenerate.
11448
11449 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11450
11451         * valops.c (PUSH_ARGUMENTS): Delete definition.
11452         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11453         partial.  Default to default_push_arguments.
11454         * gdbarch.h, gdbarch.c: Regenerate.
11455
11456 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11457
11458         * defs.h (throw_exception): Rename return_to_top_level.  Update
11459         comments.
11460         * utils.c (error_stream, internal_verror, quit): Ditto.
11461         * top.c (throw_exception, catcher): Ditto.
11462         * sparclet-rom.c (sparclet_load): Ditto.
11463         * remote.c (interrupt_query, minitelnet): Ditto.
11464         * remote-sds.c (interrupt_query): Ditto.
11465         * remote-mips.c (mips_error, mips_kill): Ditto.
11466         * ocd.c (interrupt_query): Ditto.
11467         * monitor.c (monitor_interrupt_query): Ditto.
11468         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11469         * target.h: Update comment.
11470
11471         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11472
11473 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11474
11475         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11476         default_double_format.
11477         * gdbarch.h, gdbarch.c: Re-generate.
11478         * findvar.c (floatformat_unknown): Delete variable definition.
11479         * doublest.h (floatformat_unknown): Delete variable declaration.
11480
11481 2002-02-09  Jim Blandy  <jimb@redhat.com>
11482
11483         * stabsread.c (read_type): Add code to parse Sun's syntax for
11484         prototyped function types.
11485
11486 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11487
11488         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11489         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11490
11491 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11492
11493         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11494         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
11495         now _initialize_xcoffsolib gets called again and overrides the
11496         commands from solib.c in a native configuration.
11497
11498 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
11499
11500         * doublest.c (store_typed_floating): Don't try to return a value.
11501         Fixes PR gdb/290.
11502
11503 2002-02-08  Jim Blandy  <jimb@redhat.com>
11504
11505         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11506         is prototyped and has no arguments, print its argument list as
11507         `(void)'.
11508
11509 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11510
11511         * MAINTAINERS (write-after-approval): Add myself.
11512         (paper-trail): I've escaped!
11513
11514 2002-02-08  Christopher Faylor  <cgf@redhat.com>
11515
11516         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11517         changes.
11518         (_initialize_check_for_gdb_ini): Ditto.
11519
11520 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
11521
11522         * win32-nat.c (cygwin_pid_to_str): Fix typo.
11523         xaprintf -> xasprintf.
11524
11525 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
11526
11527         * win32-nat.c: Remove use of printf and sprintf functions.
11528
11529 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
11530
11531         * arm-tdep.c (arm_frame_chain_valid): Make static.
11532         (arm_push_arguments): Likewise.
11533         (arm_gdbarch_init): New function.
11534         (_initialize_arm_tdep): Call it.
11535         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11536         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11537         (FRAME_CHAIN_VALID): Delete.
11538         (arm_frame_chain_valid): Delete declaration.
11539         (PUSH_ARGUMENTS): Delete.
11540         (arm_push_arguments): Delete declaration.
11541         (CALL_DUMMY_P): Delete.
11542
11543 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
11544             Corinna Vinschen  <vinschen@redhat.com>
11545
11546         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11547         on builtin float types.
11548
11549 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
11550
11551         * utils.c: Include <curses.h> before "bfd.h".
11552         * tui/tui-hooks.c: Likewise.
11553         * tui/tui.c: Likewise.
11554         * tui/tuiCommand.c: Likewise.
11555         * tui/tuiData.c: Likewise.
11556         * tui/tuiDataWin.c: Likewise.
11557         * tui/tuiDisassem.c: Likewise.
11558         * tui/tuiGeneralWin.c: Likewise.
11559         * tui/tuiIO.c: Likewise.
11560         * tui/tuiLayout.c: Likewise.
11561         * tui/tuiRegs.c: Likewise.
11562         * tui/tuiSource.c: Likewise.
11563         * tui/tuiSourceWin.c: Likewise.
11564         * tui/tuiStack.c: Likewise.
11565         * tui/tuiWin.c: Likewise.
11566
11567 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
11568
11569         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11570         to include space for pseudoregs as well. Update loops accordingly.
11571         (sh_fp_frame_init_saved_regs): Ditto.
11572         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11573
11574 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
11575
11576         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11577         Add Richard Earnshaw to Arm maintainers.
11578
11579 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
11580
11581         * defs.h (warning_begin): Delete declaration.
11582
11583         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11584         Delete macro.
11585
11586 2002-02-07  Michael Snyder  <msnyder@redhat.com>
11587
11588         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11589         Logic bug, remove misplaced else.
11590
11591 2002-02-07  Klee Dienes  <klee@apple.com>
11592
11593         * fork-inferior.c (fork_inferior): Add '!' to the list of
11594         characters that need to be quoted when building a string for the
11595         shell.  Quote '!' specifically with a backslash, since CSH chokes
11596         when trying to evaluate "str!str".
11597
11598 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
11599
11600         * rdi-share/host.h: Only provide a typedef for bool if it is not
11601         defined.
11602
11603 2002-02-04  Michael Snyder  <msnyder@redhat.com>
11604
11605         * breakpoint.h (enum bptype): Add new overlay event bp type.
11606         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11607
11608         * breakpoint.c (create_internal_breakpoint): New function.
11609         (internal_breakpoint_number): Moved into create_internal_breakpoint.
11610         (create_longjmp_breakpoint): Use create_internal_breakpoint.
11611         (create_thread_event_breakpoint): Ditto.
11612         (create_solib_event_breakpoint): Ditto.
11613         (create_overlay_event_breakpoint): New function.
11614         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11615         (update_breakpoints_after_exec): Delete and re-initialize
11616         overlay event breakpoints after an exec.  Add FIXME comment
11617         about longjmp breakpoint.
11618         (print_it_typical): Ignore overlay event breakpoints.
11619         (print_one_breakpoint): Ditto.
11620         (mention): Ditto.
11621         (bpstat_what): Do not stop for overlay event breakpoints.
11622         (delete_breakpoint): Don't delete overlay event breakpoints.
11623         (breakpoint_re_set_one): Delete the overlay event breakpoint.
11624         (breakpoint_re_set): Re-create overlay event breakpoint.
11625
11626         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11627         (overlay_manual_command): Disable overlay breakpoints.
11628         (overlay_off_command): Disable overlay breakpoints.
11629
11630 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11631
11632         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11633         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11634         to here from config/tm-arm.h.
11635         (coff_sym_is_thumb): Make static.
11636         (arm_elf_make_msymbol_special): New function.
11637         (arm_coff_make_msymbol_special): New function.
11638         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11639         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11640         (coff_sym_is_thumb): Delete declaration.
11641         (arm_elf_make_msymbol_special): Declare.
11642         (arm_coff_make_msymbol_special): Declare.
11643         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11644         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11645
11646 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11647
11648         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11649
11650 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11651
11652         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11653         * gdbarch.c gdbarch.h: Regenerate.
11654         * arch-utils.c (default_print_float_info): New function.
11655         * arch-utils.h (default_print_float_info): Prototype it.
11656         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11657         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11658         (PRINT_FLOAT_INFO): Document it.
11659
11660         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11661         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11662         (PRINT_FLOAT_INFO): Define.
11663
11664 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
11665
11666         * win32-nat.c (_initialize_check_for_gdb_ini):
11667         Add typecast to sprintf argument to suppress a warning.
11668
11669 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
11670
11671         * win32-nat.c (last_sig): Changed type of variable to target_signal,
11672         to allow easier handling of pass state.
11673         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11674         that gives exception name and address.
11675         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11676         and set last_sig value to ourstatus->value.sig. Some missing
11677         exceptions added.
11678         (child_continue): Correctly report continue_status.
11679         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11680         TARGET_SIGNAL_0 (new default value).
11681         (child_resume): consider sig argument passed to decide if
11682         the exception should be passed to debuggee or not.
11683
11684 2002-02-05  Michael Snyder  <msnyder@redhat.com>
11685
11686         * regcache.c (fetch_register): Call target_fetch_register
11687         only if we don't call FETCH_PSEUDO_REGISTER.
11688         (store_register): Call target_store_register only if we
11689         don't call STORE_PSEUDO_REGISTER.
11690
11691 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
11692
11693         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11694         ELF_MAKE_MSYMBOL_SPECIAL.
11695         * gdbarch.c, gdbarch.h: Regenerate.
11696         * arch-utils.c (default_make_msymbol_special): New function.
11697         * arch-utils.h (default_make_msymbol_special): Export.
11698         * elfread.c (elf_symtab_read): Compile use of
11699         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11700         multiarched.
11701         * coffread.c (coff_symtab_read): Ditto, for
11702         COFF_MAKE_MSYMBOL_SPECIAL.
11703
11704 2002-02-05  Jim Blandy  <jimb@redhat.com>
11705
11706         * solib-svr4.c (svr4_truncate_ptr): New function.
11707         (svr4_relocate_section_addresses): Do the address arithmetic with
11708         the appropriate truncation for target addresses, even when
11709         CORE_ADDR is larger than a target address.
11710
11711 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11712
11713         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11714         to (int *).
11715
11716 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11717
11718         * gdbserver/linux-low.c (kill_inferior): Remove commented out
11719         code.
11720
11721 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11722
11723         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11724
11725 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11726
11727         * gdbserver/linux-low.c: Remove unused include files.
11728
11729 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11730
11731         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11732         (read_inferior_memory): Use it.
11733         (write_inferior_memory): Likewise.
11734
11735 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11736
11737         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11738         grubbing through sys_errlist.
11739
11740 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11741
11742         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11743
11744 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11745         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11746
11747 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
11748
11749         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11750         (do_sfunc, set_cmd_sfunc): New functions.
11751
11752         * command.h (struct cmd_list_element): Add field func.
11753         * cli/cli-decode.h (struct cmd_list_element): Ditto.
11754         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11755         * cli/cli-decode.h: Ditto.
11756
11757         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11758         (help_all, help_cmd_list): Ditto.
11759         (find_cmd, complete_on_cmdlist): Ditto.
11760         * top.c (execute_command): Ditto.
11761
11762         * cli/cli-setshow.c (do_setshow_command): Call func instead of
11763         function.sfunc.
11764
11765         * infcmd.c (notice_args_read): Fix function signature.
11766
11767         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11768         * cli/cli-decode.c (add_set_cmd): Ditto.
11769         * utils.c (initialize_utils): Ditto.
11770         * maint.c (_initialize_maint_cmds): Ditto.
11771         * infrun.c (_initialize_infrun): Ditto.
11772         * demangle.c (_initialize_demangler): Ditto.
11773         * remote.c (add_packet_config_cmd): Ditto.
11774         * mips-tdep.c (_initialize_mips_tdep): Ditto.
11775         * cris-tdep.c (_initialize_cris_tdep): Ditto.
11776         * proc-api.c (_initialize_proc_api): Ditto.
11777         * kod.c (_initialize_kod): Ditto.
11778         * valprint.c (_initialize_valprint): Ditto.
11779         * top.c (init_main): Ditto.
11780         * infcmd.c (_initialize_infcmd): Ditto.
11781         * corefile.c (_initialize_core): Ditto.
11782         * arm-tdep.c (_initialize_arm_tdep): Ditto.
11783         * arch-utils.c (initialize_current_architecture): Ditto.
11784         (_initialize_gdbarch_utils): Ditto.
11785         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11786
11787         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11788         * wince.c (_initialize_inftarg): Ditto.
11789         * symfile.c (_initialize_symfile): Ditto.
11790         * mips-tdep.c (_initialize_mips_tdep): Ditto.
11791         * language.c (_initialize_language): Ditto.
11792         * arc-tdep.c (_initialize_arc_tdep): Ditto.
11793
11794 2002-02-04  Michael Snyder  <msnyder@redhat.com>
11795
11796         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11797
11798 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11799
11800         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11801         Add rules for building the register data files.
11802
11803 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11804
11805         * regformats/regdat.sh: Add braces to the definition of
11806         expedite_regs_${arch}.
11807
11808 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11809
11810         * regformats/regdef.h (struct reg): Add comment describing the
11811         requirements for offset and size fields.
11812
11813 2002-02-04  Andreas Schwab  <schwab@suse.de>
11814
11815         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11816         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11817
11818 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
11819
11820         * gdbarch.sh (copyright): Update years in generated header.
11821         (SMASH_TEXT_ADDRESS): Add rule.
11822         * gdbarch.h, gdbarch.c: Re-generate.
11823         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11824         * dbxread.c: Likewise.
11825         * dwarfread.c: Likewise.
11826         * elfread.c: Likewise.
11827         * somread.c: Likewise.
11828
11829         * arm-tdep.c (arm_smash_text_address): New function.
11830         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11831
11832 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11833
11834         Add support for hardware watchpoints on win32 native.
11835         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11836         CONTEXT_DEBUG_REGISTERS.
11837         (dr variable): New variable. Static array containing a local copy
11838         of debug registers.
11839         (debug_registers_changed): New variable.  Reflects when debug registers
11840         are changed and need to be written to inferior.
11841         (debug_registers_used): New variable. Reflects when any debug register
11842         was set, used when new threads are created.
11843         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11844         i386-nat code.
11845         (thread_rec): Set dr array if id is the thread of current_event .
11846         (child_continue, child_resume): Change the debug registers for all
11847         threads if debug_registers_changed.
11848         (child_add_thread): Change the debug registers if debug_registers_used.
11849         * config/i386/cygwin.mh: Add use of i386-nat.o file.
11850         Link nm.h to new nm-cygwin.h file.
11851         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11852         of hardware registers.
11853
11854 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11855
11856         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11857         Restore behavour broken by 2002-01-20 Andrew Cagney
11858         <ac131313@redhat.com> IEEE_FLOAT removal.
11859
11860 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11861
11862         * c-valprint.c (c_val_print): Pass a proper valaddr to
11863         cp_print_class_method.
11864         * valops.c (search_struct_method): If there is only one method
11865         and args is NULL, return that method.
11866
11867 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11868
11869         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11870         accessing tag_name directly.
11871
11872 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11873
11874         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11875         of accessing tag_name directly.
11876
11877 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11878
11879         PR gdb/280
11880         * gdbtypes.c (replace_type): New function.
11881         * gdbtypes.h (replace_type): Add prototype.
11882         * stabsread.c (read_type): Use replace_type.
11883
11884 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
11885
11886         * Makefile.in (memattr.o): Add missing dependencies rule.
11887
11888 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11889
11890         * breakpoint.c (break_at_finish_command): Really export.
11891         (break_at_finish_at_depth_command): Ditto.
11892         (tbreak_at_finish_command): Ditto.
11893         * hppa-tdep.c: Include completer.h.
11894         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11895         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11896
11897 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11898
11899         * utils.c (do_write): New function.
11900         (error_stream): Rewrite combining the code from error_begin and
11901         verror.
11902         (verror): Rewrite using error_stream.
11903         (error_begin): Delete function.
11904
11905 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11906
11907         * utils.c (error_begin): Make static.
11908         * defs.h (error_begin): Delete declaration.
11909
11910         * linespec.c (cplusplus_error): Replace cplusplus_hint.
11911         (decode_line_1): Use cplusplus_error instead of error_begin,
11912         cplusplus_hint and return_to_top_level.
11913         * coffread.c (coff_symfile_read): Use error instead of error_begin
11914         and return_to_top_level.
11915         * infrun.c (default_skip_permanent_breakpoint): Ditto.
11916
11917 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11918
11919         * language.h (type_error, range_error): Make string parameter
11920         constant.
11921         * language.c (warning_pre_print): Delete extern declaration.
11922         * dwarfread.c (warning_pre_print): Ditto.
11923         * language.c (type_error, range_error): Rewrite to use verror and
11924         vwarning instead of warning_begin.
11925
11926 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11927
11928         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11929         (set_ignore_count): Move misplaced comment back where it belongs.
11930
11931 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11932
11933         * command.h (NO_FUNCTION): Delete macro.
11934         * cli/cli-decode.h (NO_FUNCTION): Ditto.
11935         * top.c (execute_command): Replace NO_FUNCTION with NULL.
11936         * tracepoint.c (_initialize_tracepoint): Ditto.
11937         * cli/cli-decode.c (add_set_cmd): Ditto.
11938         * cli/cli-cmds.c (init_cli_cmds): Ditto.
11939
11940 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11941
11942         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11943         Update ``this'' pointer when calling virtual functions.
11944
11945 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11946
11947         * breakpoint.c (create_temp_exception_breakpoint): Delete.
11948         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11949
11950 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11951
11952         * regformats/reg-arm.dat: New file.
11953         * regformats/reg-i386.dat: New file.
11954         * regformats/reg-ia64.dat: New file.
11955         * regformats/reg-m68k.dat: New file.
11956         * regformats/reg-mips.dat: New file.
11957         * regformats/reg-ppc.dat: New file.
11958         * regformats/reg-sh.dat: New file.
11959         * regformats/regdef.h: New file.
11960         * regformats/regdat.sh: New file.
11961
11962 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
11963
11964         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11965         (arm_frame_args_address, arm_frame_locals_address): New functions.
11966         (arm_frame_num_args): New function.
11967         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11968         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11969         (FRMA_NUM_ARGS): Call arm_frame_num_args.
11970
11971 2002-01-31  Michael Snyder  <msnyder@redhat.com>
11972
11973         * breakpoint.c (break_at_finish_command): Export.
11974         (break_at_finish_at_depth_command): Export.
11975         (tbreak_at_finish_command): Export.
11976         (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11977         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11978         "txbreak" commands, which are HPPA specific.
11979
11980         * printcmd.c (disassemble_command): Remove an ancient
11981         artifact of an old merge.
11982
11983         * symfile.h (enum overlay_debugging_state):
11984         Define enum constant values for overlay mode.
11985         * symfile.c (overlay_debugging): Use enums instead of literals.
11986         (overlay_is_mapped, overlay_auto_command,
11987         overlay_manual_command): Ditto.
11988
11989         * breakpoint.c (insert_breakpoints, remove_breakpoint,
11990         breakpoint_here_p, breakpoint_inserted_here_p,
11991         breakpoint_thread_match, bpstat_stop_status,
11992         describe_other_breakpoints, check_duplicates, clear_command):
11993         Coding standard fixes.
11994
11995         * target.c (target_xfer_memory): Add spaces, coding standard.
11996         (do_xfer_memory): Add missing line to trust-readonly
11997         code: check bfd SEC_READONLY flag for section.
11998
11999 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
12000
12001         * PROBLEMS: Fix typo, 5.1->5.1.1.
12002
12003 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
12004
12005         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12006         data symbols, since we search based on textlow and texthigh.
12007         (find_pc_sect_symtab): Likewise.
12008
12009 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
12010
12011         * defs.h (vwarning): Declare.
12012         * utils.c (vwarning): New function.
12013         (warning): Call vwarning.
12014         (warning_begin): Delete function.
12015
12016         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12017         the warning message.
12018         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12019         warning_begin.
12020
12021 2002-01-30  Michael Snyder  <msnyder@redhat.com>
12022
12023         * NEWS: Mention "set trust-readonly-sections" command.
12024         Mention generate-core-file command.
12025
12026 2002-01-15  Michael Snyder  <msnyder@redhat.com>
12027
12028         * target.c: New command, "set trust-readonly-sections on".
12029         (do_xfer_memory): Honor the suggestion to trust readonly sections
12030         by reading them from the object file instead of from the target.
12031         (initialize_targets): Register command "set trust-readonly-sections".
12032
12033 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
12034
12035         * parse.c (target_map_name_to_register): Simplify, search regs and
12036         pseudo-regs using a single loop.
12037
12038 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
12039
12040         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12041
12042 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
12043
12044         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12045         * config/i386/i386v42mp.mh: Add i387-nat.o .
12046         * i386v4-nat.c: Include i387-nat.h.
12047         (supply_fpregset): Use i387_supply_fsave.
12048         (fill_fpregset): Use i387_fill_fsave.
12049
12050 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
12051
12052         * arm-tdep.c (arm_call_dummy_words): Define.
12053         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12054         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12055         (CALL_DUMMY_WORDS): Define.
12056         (arm_call_dummy_words): Declare.
12057         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12058         (arm_linux_call_dummy_words): Declare.
12059
12060 2002-01-30  Andreas Schwab  <schwab@suse.de>
12061
12062         * m68klinux-nat.c: Fix last change to use regcache_collect
12063         instead of referencing registers[] directly.
12064
12065 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
12066
12067         * parse.c (target_map_name_to_register): Delete code wrapped in
12068         #ifdef REGISTER_NAME_ALIAS_HOOK.
12069
12070 2002-01-28  Michael Snyder  <msnyder@redhat.com>
12071
12072         * regcache.c (legacy_read_register_gen): Need to be able to
12073         read pseudo-register as well as real register.
12074         (legacy_write_register_gen): Ditto.
12075
12076 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
12077
12078         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12079         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12080         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12081         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12082         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12083         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12084         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12085         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12086         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12087         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12088         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12089         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12090         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12091         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12092         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12093         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12094         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12095         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12096         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12097         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12098
12099 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
12100
12101         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12102         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12103         (initialize_current_architecture): Update target_byte_order using
12104         information from BFD.
12105         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12106         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12107
12108 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
12109
12110         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12111         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
12112
12113         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12114         #ifdef INVALID_FLOAT.
12115         * infcmd.c (do_registers_info): Ditto.
12116         * values.c (unpack_double): Ditto.  Add comment.
12117
12118         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12119         already commented out.
12120
12121 2002-01-26  Andreas Schwab  <schwab@suse.de>
12122
12123         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12124         * m68klinux-nat.c: Update ptrace interface for fetching/storing
12125         registers and add support for PTRACE_GETREGS.
12126
12127 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
12128
12129         GDB 5.1.1 released from 5.1 branch.
12130         * NEWS: Add 5.1.1 news.
12131         * README: Sync with 5.1 branch.
12132
12133 2002-01-23  Fred Fish  <fnf@redhat.com>
12134
12135         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12136         stabstring on initial malloc.  Reallocing will copy it for us,
12137         if necessary.
12138
12139 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
12140
12141         * Makefile.in (hpread_h): Delete.
12142         (HFILES_NO_SRCDIR): Remove hpread.h.
12143         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12144         (hpread.o): Update dependencies.
12145         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12146
12147         * hp-psymtab-read.c: Remove file.
12148         * hp-symtab-read.c: Remove file.
12149         * hpread.h: Remove file.
12150
12151         * hpread.c: Merge all contents of hp-psymtab-read.c,
12152         hp-symtab-read.c and hpread.h into this file, as it was prior to
12153         January 1999.
12154
12155         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12156         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12157         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12158         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12159
12160 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
12161
12162         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12163         fill_gregset): Call gdbarch_tdep() just once, assign result to
12164         variable and use that, instead of calling the function several
12165         times.
12166
12167 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
12168
12169         * configure.host: Accept sparcv9 as alias for sparc64.
12170         * configure.tgt: Likewise.
12171
12172 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
12173
12174         * solib-aix5.c (build_so_list_from_mapfile)
12175         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12176         arguments is not reversed.
12177         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12178         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12179
12180 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
12181
12182         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12183         modified version of obsolete sh_fetch_pseudo_register.
12184         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12185         (sh4_register_read): New function.
12186         (sh_pseudo_register_write): New function. Renamed and modified
12187         version of obsolete sh_store_pseudo_register.
12188         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12189         (sh4_register_write): New function.
12190         (sh_gdbarch_init): Remove setting of gdbarch function
12191         fetch_pseudo_register and store_pseudo_register. Remove setting of
12192         register_convert_to_raw, register_convert_to_virtual,
12193         register_convertible.
12194         (sh_sh4_register_convertible): Delete. No longer needed. All is
12195         taken care by architecture specific functions
12196         register_read/register_write.
12197         (sh_sh4_register_convert_to_virtual): Make static.
12198         (sh_sh4_register_convert_to_raw): Ditto.
12199
12200 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
12201
12202         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12203         (floatformat_is_nan, floatformat_mantissa): Ditto.
12204
12205         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12206         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12207         builtin_type_ieee_double_little,
12208         builtin_type_ieee_double_littlebyte_bigword,
12209         builtin_type_m68881_ext, builtin_type_i960_ext,
12210         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12211         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12212         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12213         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12214
12215 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
12216
12217         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12218         parameter.  Set frameless flag if it exists and depended of
12219         whether the scanned function is frameless or not.
12220         (xstormy16_skip_prologue): If function is frameless, return
12221         result of xstormy16_scan_prologue().
12222         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12223         call.
12224
12225 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
12226
12227         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12228         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12229         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12230         sh_sh4_register_byte, sh_sh4_register_raw_size,
12231         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12232         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12233         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12234         sh_store_pseudo_register, sh_do_pseudo_register): Call
12235         gdbarch_tdep() just once, assign result to variable and use that,
12236         instead of calling the function several times.
12237
12238 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
12239
12240         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12241         macros instead of LAST_FPU_CTRL_REGNUM.
12242         (store_register): Likewise.
12243
12244 2002-01-21  Jim Blandy  <jimb@redhat.com>
12245
12246         * infcmd.c (run_command): Check that the `exec' target layer's BFD
12247         is up-to-date before running the program, not just when a program
12248         exits.
12249
12250 2002-01-21  Fred Fish  <fnf@redhat.com>
12251
12252         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12253         when we have found all instructions we are looking for.
12254
12255 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
12256
12257         * arm-tdep.c (arm_register_name): New function.
12258         (arm_registers_names): Make static.
12259         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12260         (arm_register_name): Declare.
12261         (REGISTER_NAME): Use it.
12262
12263 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
12264             Kevin Buettner  <kevinb@redhat.com>
12265
12266         Convert arm targets to new FRAME interface.
12267         * arm-tdep.c (struct frame_extra_info): Remove fsr.
12268         (arm_frame_find_save_regs): Delete.
12269         (arm_frame_init_saved_regs): New.
12270         (arm_init_extra_frame_info): Alloacte saved_regs as required.
12271         Allocate extra_info as required.  Convert all uses of fsr.regs
12272         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12273         to use extra_info.
12274         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12275         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12276         (check_prologue_cache, save_prologue_cache): Likewise.
12277         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12278         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12279         (FRAME_FIND_SAVED_REGS): Delete.
12280         (arm_frame_find_saved_regs): Delete prototype.
12281         (arm_frame_init_saved_regs): New prototype.
12282         (FRAME_INIT_SAVED_REGS): Define.
12283
12284 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12285
12286         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12287
12288 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12289
12290         From Jeff Law <law@redhat.com>:
12291         * infttrace.c: Include <sys/pstat.h>.
12292         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
12293         exec file if the ttrace equivalent fails.
12294
12295 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12296
12297         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12298         (closeLogFile): Ditto.
12299
12300 2002-01-20  Michael Chastain  <mec@shout.net>
12301
12302         * top.c (print_gdb_version): Bump copyright year to 2002.
12303
12304 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12305
12306         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12307         Zannoni and Eli Zaretskii.
12308
12309 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12310
12311         * buildsym.c: Update copyright years.
12312         * c-typeprint.c: Likewise.
12313         * dwarf2read.c: Likewise.
12314         * f-typeprint.c: Likewise.
12315         * gdbtypes.c: Likewise.
12316         * gdbtypes.h: Likewise.
12317         * hp-symtab-read.c: Likewise.
12318         * hpread.c: Likewise.
12319         * mdebugread.c: Likewise.
12320         * p-typeprint.c: Likewise.
12321
12322 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12323
12324         * remote-sim.c (gdbsim_open): Simplify code testing the macro
12325         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
12326         byte-order selectable.
12327         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12328         * arch-utils.c: Ditto.
12329         (set_endian): Ditto.
12330         (set_endian_from_file): Ditto.
12331         * gdbserver/low-sim.c (create_inferior): Ditto.
12332         * gdbarch.sh: Ditto.
12333         * gdbarch.h: Re-generate.
12334         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12335         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12336         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12337         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12338         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12339         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12340         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12341         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12342         macro definition.
12343         * config/mips/tm-wince.h: Remove #undef of macro
12344         TARGET_BYTE_ORDER_SELECTABLE.
12345         * config/sh/tm-wince.h: Ditto.
12346
12347 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12348
12349         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12350         member function fields.  Add accessor macro
12351         TYPE_FN_FIELD_ARTIFICIAL.
12352         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12353         * c-typeprint.c (c_type_print_base): Skip artificial member
12354         functions.
12355
12356 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12357
12358         * f-typeprint.c: Delete unused function f_type_print_args.
12359         * p-typeprint.c: Delete unused function pascal_type_print_args.
12360
12361 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12362
12363         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
12364         comment.  Add ``artificial'' to ``union field_location''.
12365
12366         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12367
12368         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12369         * mdebugread.c (parse_symbol): Likewise.
12370         * stabsread.c (define_symbol): Likewise.
12371         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12372         initializing TYPE_FIELD_BITPOS to n (obsolete).
12373         (hpread_doc_function_type): Likewise.
12374         * hpread.c (hpread_function_type): Likewise.
12375
12376 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12377
12378         * configure.in (host_makefile_frag): Only require a host makefile
12379         fragment when a native build.
12380         * configure: Re-generate.
12381
12382 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12383
12384         * doublest.h (floatformat_from_type): Declare.
12385         * doublest.c (floatformat_from_type): New function.
12386         (convert_typed_floating): Use.
12387
12388         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12389         call to function floatformat_from_type.
12390
12391         * gdbarch.sh (IEEE_FLOAT): Delete.
12392         * gdbarch.h, gdbarch.c: Re-generate.
12393         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12394         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12395         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12396         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12397         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12398         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12399         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12400         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12401         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12402         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12403         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12404         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12405
12406         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12407         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12408         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12409         * sh-tdep.c (sh_gdbarch_init): Ditto.
12410         * mips-tdep.c (mips_gdbarch_init): Ditto.
12411         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12412         * cris-tdep.c (cris_gdbarch_init): Ditto.
12413
12414 2002-01-20  Jiri Smid  <smid@suse.cz>
12415
12416         * configure.host, configure.tgt: Support x86-64.
12417         * NEWS: Note new target x86-64.
12418
12419         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12420         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12421         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12422         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12423         x86-64-linux-nat.o): Fix dependencies.
12424
12425 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12426
12427         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12428         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12429         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12430         * config/sparc/xm-sun4os4.h: Delete file.
12431         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12432
12433 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12434
12435         * config/sparc/sparclynx.mh (XM_FILE): Delete.
12436         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12437         * config/m68k/m68klynx.mh (XM_FILE): Delete.
12438         * config/i386/i386lynx.mh (XM_FILE): Delete.
12439         * config/rs6000/xm-rs6000ly.h: Delete file.
12440         * config/sparc/xm-sparclynx.h: Delete file.
12441         * config/m68k/xm-m68klynx.h: Delete file.
12442         * config/i386/xm-i386lynx.h: Delete file.
12443         * config/xm-lynx.h: Delete file.
12444         * config/djgpp/fnchange.lst: Update.
12445
12446 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12447
12448         * alpha-tdep.c (alpha_register_byte): New function.
12449         (alpha_register_raw_size): Ditto.
12450         (alpha_register_virtual_size): Ditto.
12451         (alpha_skip_prologue_internal): Renamed from
12452         alpha_skip_prologue.
12453         (alpha_skip_prologue): New version that calls
12454         alpha_skip_prologue_internal.
12455         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12456         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12457         second argument from alpha_skip_prologue.
12458         (REGISTER_BYTE): Use alpha_register_byte.
12459         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12460         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12461         (FRAMELESS_FUNCTION_INVOCATION): Use
12462         generic_frameless_function_invocation_not.
12463         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12464         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12465
12466 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12467
12468         * config/mips/xm-news-mips.h: Delete file.
12469         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12470
12471         * config/m88k/xm-m88k.h: Delete file.
12472         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12473         * config/m88k/xm-delta88v4.h: Ditto.
12474         * config/m88k/xm-delta88.h: Ditto.
12475
12476         * config/alpha/xm-fbsd.h: Delete file.
12477         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12478
12479         * config/sparc/xm-sparc.h: Delete file.
12480         * Makefile.in (xm-sun4os4.h): Delete dependency.
12481         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12482         * config/sparc/xm-sun4os4.h: Ditto.
12483         * config/sparc/xm-linux.h: Ditto.
12484
12485         * config/i386/xm-windows.h: Delete file.
12486
12487 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12488
12489         * utils.c: Include <sys/param.h> for MAXPATHLEN.
12490         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12491
12492 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12493
12494         * alpha-tdep.c (alpha_call_dummy_words): New.
12495         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12496         (CALL_DUMMY_P): Define.
12497         (CALL_DUMMY_WORDS): Define.
12498         (SIZEOF_CALL_DUMMY_WORDS): Define.
12499
12500 2002-01-19  Per Bothner  <per@bothner.com>
12501
12502         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
12503         isn't NULL, which can happen with some gcj-3.x-produced code.
12504
12505 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12506
12507         * alpha-tdep.c (alpha_register_virtual_type): New function.
12508         (alpha_init_frame_pc_first): Ditto.
12509         (alpha_fix_call_dummy): Ditto.
12510         (alpha_store_struct_return): Ditto.
12511         (alpha_extract_struct_value_address): Ditto.
12512         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12513         alpha_register_virtual_type.
12514         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12515         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12516         alpha_extract_struct_value_address.
12517         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12518         (INIT_FRAME_PC): Use init_frame_pc_noop.
12519         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12520
12521 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
12522
12523         * i386gnu-nat.c: Include "i386-tdep.h".
12524         (fetch_fpregs): Simplify code dealing with uninitialized floating
12525         point states such that it doesn't require FP7_REGNUM.
12526
12527 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12528
12529         * alpha-tdep.c (frame_extra_info): New.
12530         (alpha_find_saved_regs): Make static.  Use
12531         frame->extra_info.
12532         (alpha_frame_init_saved_regs): New function.
12533         (alpha_frame_saved_pc): Use frame->extra_info.
12534         (temp_saved_regs): Don't declare as struct frame_saved_regs.
12535         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12536         (init_extra_frame_info): Rename to...
12537         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
12538         (alpha_print_extra_frame_info): New function.
12539         (alpha_frame_locals_address): Ditto.
12540         (alpha_frame_args_address): Ditto.
12541         (alpha_pop_frame): Use frame->extra_info.
12542         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12543         alpha_frame_args_address.
12544         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12545         (alpha_find_saved_regs): Remove prototype.
12546         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12547         (EXTRA_FRAME_INFO): Remove.
12548         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12549         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12550
12551 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12552
12553         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12554         (alpha_cannot_fetch_register): Ditto.
12555         (alpha_cannot_store_register): Ditto.
12556         (alpha_register_convertible): Ditto.
12557         (alpha_use_struct_convention): Ditto.
12558         * config/alpha/tm-alpha.h: Update copyright years.
12559         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12560         (INNER_THAN): Use core_addr_lessthan.
12561         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12562         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12563         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12564         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12565         (FRAME_CHAIN): Remove unnecessary cast.
12566
12567 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
12568
12569         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12570         obsolete.
12571
12572 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
12573
12574         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
12575         * monitor.c, remote-array.c, remote-bug.c: Ditto.
12576         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12577         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12578         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12579         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12580         * x86-64-linux-nat.c: Ditto.
12581
12582 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12583
12584         * alpha-tdep.c (alpha_register_name): New function.
12585         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12586         (REGISTER_NAME): Define.
12587
12588 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12589
12590         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12591
12592 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12593
12594         * alpha-tdep.c: Update copyright years.
12595         (alpha_next_pc): New function.
12596         (alpha_software_single_step): Ditto.
12597         * config/alpha/tm-alpha.h: Add prototype for
12598         alpha_software_single_step.
12599
12600 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12601
12602         * alphabsd-nat.c: Update copyright years.
12603         (fill_gregset): Use regcache_collect.
12604         (fill_fpregset): Likewise.
12605         (fetch_inferior_registers): Only fetch integer registers
12606         if requested to do so.
12607         (store_inferior_registers): Only store integer registers
12608         if requested to do so.
12609
12610 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12611
12612         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12613         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12614         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12615         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12616         * config/alpha/fbsd.mh (XDEPFILES): Delete.
12617         * config/arm/linux.mh (XDEPFILES): Delete.
12618         * config/arm/nbsd.mh (XDEPFILES): Delete.
12619         * config/i386/i386dgux.mh (XDEPFILES): Delete.
12620         * config/i386/i386sol2.mh (XDEPFILES): Delete.
12621         * config/i386/i386m3.mh (XDEPFILES): Delete.
12622         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12623         * config/i386/i386gnu.mh (XDEPFILES): Delete.
12624         * config/i386/fbsd.mh (XDEPFILES): Delete.
12625         * config/i386/i386bsd.mh (XDEPFILES): Delete.
12626         * config/i386/i386sco5.mh (XDEPFILES): Delete.
12627         * config/i386/i386v4.mh (XDEPFILES): Delete.
12628         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12629         * config/i386/i386sco4.mh (XDEPFILES): Delete.
12630         * config/i386/i386aix.mh (XDEPFILES): Delete.
12631         * config/i386/go32.mh (XDEPFILES): Delete.
12632         * config/i386/cygwin.mh (XDEPFILES): Delete.
12633         * config/i386/i386lynx.mh (XDEPFILES): Delete.
12634         * config/i386/i386mach.mh (XDEPFILES): Delete.
12635         * config/i386/i386v32.mh (XDEPFILES): Delete.
12636         * config/i386/linux.mh (XDEPFILES): Delete.
12637         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12638         * config/i386/ncr3000.mh (XDEPFILES): Delete.
12639         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12640         * config/i386/i386sco.mh (XDEPFILES): Delete.
12641         * config/i386/i386v.mh (XDEPFILES): Delete.
12642         * config/i386/nbsd.mh (XDEPFILES): Delete.
12643         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12644         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12645         * config/i386/symmetry.mh (XDEPFILES): Delete.
12646         * config/i386/obsd.mh (XDEPFILES): Delete.
12647         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12648         * config/ia64/linux.mh (XDEPFILES): Delete.
12649         * config/ia64/aix.mh (XDEPFILES): Delete.
12650         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12651         * config/m68k/dpx2.mh (XDEPFILES): Delete.
12652         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12653         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12654         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12655         * config/m68k/linux.mh (XDEPFILES): Delete.
12656         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12657         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12658         * config/m68k/nbsd.mh (XDEPFILES): Delete.
12659         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12660         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12661         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12662         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12663         * config/m88k/delta88.mh (XDEPFILES): Delete.
12664         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12665         * config/m88k/m88k.mh (XDEPFILES): Delete.
12666         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12667         * config/mips/linux.mh (XDEPFILES): Delete.
12668         * config/mips/irix6.mh (XDEPFILES): Delete.
12669         * config/mips/irix5.mh (XDEPFILES): Delete.
12670         * config/mips/irix4.mh (XDEPFILES): Delete.
12671         * config/mips/irix3.mh (XDEPFILES): Delete.
12672         * config/mips/decstation.mh (XDEPFILES): Delete.
12673         * config/mips/mipsm3.mh (XDEPFILES): Delete.
12674         (NATDEPFILES): Move core-aout.o to here.
12675         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12676         * config/pa/hpux1020.mh (XDEPFILES): Delete.
12677         * config/pa/hppabsd.mh (XDEPFILES): Delete.
12678         * config/pa/hppahpux.mh (XDEPFILES): Delete.
12679         * config/pa/hpux11w.mh (XDEPFILES): Delete.
12680         * config/pa/hppaosf.mh (XDEPFILES): Delete.
12681         * config/pa/hpux11.mh (XDEPFILES): Delete.
12682         * config/powerpc/aix.mh (XDEPFILES): Delete.
12683         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12684         * config/powerpc/linux.mh (XDEPFILES): Delete.
12685         * config/romp/rtbsd.mh: Rename XDEPFILES.
12686         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12687         * config/rs6000/aix4.mh (XDEPFILES): Delete.
12688         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12689         * config/s390/s390.mh (XDEPFILES): Delete.
12690         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12691         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12692         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12693         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12694         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12695         * config/sparc/nbsd.mh (XDEPFILES): Delete.
12696         * config/sparc/linux.mh (XDEPFILES): Delete.
12697         * config/vax/vaxult.mh (XDEPFILES): Delete.
12698         * config/vax/vaxult2.mh (XDEPFILES): Delete.
12699         * Makefile.in (DEPFILES): Remove XDEPFILES.
12700
12701 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12702
12703         * utils.c (internal_verror): Fix comments, default is yes not no.
12704         Update queries to match.  Default to quit and dump core.
12705
12706 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12707
12708         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
12709         copyright.
12710         * defs.h, event-top.c, gdbcmd.h: Ditto.
12711         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12712         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12713         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12714         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12715         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12716         * mi/mi-main.c:Ditto.
12717
12718         * stack.c, symfile.c: Update copyright.
12719
12720 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
12721
12722         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12723         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12724         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12725         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12726
12727 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
12728
12729         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12730         * gdbserver/low-lynx.c (myattach): Likewise.
12731         * gdbserver/low-nbsd.c (myattach): Likewise.
12732         * gdbserver/low-sim.c (myattach): Likewise.
12733         * gdbserver/low-sparc.c (myattach): Likewise.
12734         * gdbserver/low-sun3.c (myattach): Likewise.
12735
12736         * gdbserver/low-linux.c (myattach): New function.
12737
12738         * gdbserver/server.c (attach_inferior): New function.
12739         (main): Handle "--attach".
12740
12741 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
12742
12743         * MAINTAINERS (language support): Daniel Jacobwitz is C++
12744         maintainer.
12745
12746 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
12747
12748         * c-typeprint.c (is_type_conversion_operator): Add additional
12749         check for non-conversion operators.
12750
12751 2002-01-15  Michael Snyder  <msnyder@redhat.com>
12752
12753         * linux-proc.c: Add "info proc" command, a la procfs.c.
12754         (read_mapping): New function, abstract and re-use code.
12755         (linux_find_memory_regions): Use new func read_mapping.
12756         (linux_info_proc_cmd): New function, implement "info proc".
12757         (_initialize_linux_proc): Add new command "info proc".
12758
12759 2002-01-15  Michael Snyder  <msnyder@redhat.com>
12760
12761         * symfile.c (generic_load): Use bfd_map_over_sections method
12762         instead of manipulating bfd structure members directly.
12763         (add_section_size_callback): New function, bfd sections callback
12764         used by generic_load.
12765         (load_sections_callback): New function, bfd sections callback
12766         used by generic_load.
12767
12768 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
12769
12770         [Based on work by Jim Blandy]
12771         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12772         (builtin_type_vec128): Export.
12773         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12774         types.
12775         (builtin_type_vec128): New builtin type for 128 bit vector
12776         registers.
12777         (build_gdbtypes): Initialize builtin_type_v16qi and
12778         builtin_type_v8hi. Create the vec128 register builtin type
12779         structure.
12780         (build_builtin_type_vec128): New function.
12781         (_initialize_gdbtypes): Register builtin_type_v16qi and
12782         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12783         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12784         AltiVec register to new builtin type.
12785
12786 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
12787
12788         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12789         to make_cv_type.
12790
12791 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
12792
12793         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12794         CLEAN_UP_REGISTER_VALUE.
12795         * regcache.c (supply_register): Update only call.
12796
12797 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
12798
12799         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12800         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12801         a29k-*-vxworks* targets as obsolete.
12802
12803 2002-01-14  Michael Snyder  <msnyder@redhat.com>
12804
12805         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12806         until we can resolve portability issues.
12807         * gregset.h: Remove references to fpxregs.
12808         * gcore.c (gcore_command): Initialize note_sec to NULL.
12809
12810 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12811
12812         * signals.c (target_signal_to_name): Rewrite.  Only use
12813         signals[].name when in bounds and non-NULL.
12814
12815 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12816
12817         From Petr Ledvina <ledvinap@kae.zcu.cz>:
12818         * signals.c (target_signal_to_name): Verify that SIG is within the
12819         bounds of the signals array.
12820
12821 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12822
12823         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12824
12825 2002-01-13  Keith Seitz  <keiths@redhat.com>
12826
12827         * stack.c (print_frame_info_base): Print the frame's pc
12828         only if when print_frame_info_listing_hook is not defined.
12829
12830 2002-01-13  Keith Seitz  <keiths@redhat.com>
12831
12832         * varobj.c (varobj_set_value): Make sure that there were no
12833         errors evaluating the object before attempting to set its
12834         value.
12835         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12836         so this offset adjustment is no longer necessary.
12837         (create_child): Don't set the error flag if the child is
12838         a CPLUS_FAKE_CHILD.
12839         (value_of_child): If value_fetch_lazy fails, return NULL
12840         so that callers will be notified that an error occurred.
12841         (c_value_of_variable): Delay check of variable's validity
12842         until later. We actually want all structs and unions to have
12843         the value "{...}".
12844         Do not return "???" for variables which could not be evaluated.
12845         This error condition must be returned to the caller so that it
12846         can get the error condition from gdb.
12847         (cplus_name_of_child): Adjust index for vptr before figuring
12848         out the name of the child.
12849         (cplus_value_of_child): If a child's (real) parent is not valid,
12850         don't even bother trying to give a value for it. Just return
12851         an error. Change all instances in this function.
12852         (cplus_type_of_child): If our parent is one of the "fake"
12853         parents, we need to get at the type of the real parent, and
12854         derive the child's true type using this information.
12855
12856 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12857
12858         From 2002-01-09 John Marshall <johnm@falch.net>:
12859         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12860         sources.redhat.com, and tweak some related URLs which had
12861         suffered from linkrot.
12862
12863 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12864
12865         From Jeff law:
12866         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12867         structures passed in registers.
12868
12869 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
12870
12871         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12872         white space which prevented compilation.  Reported by DSK
12873         <dsk@student.unsw.edu.au>.
12874
12875 2002-01-11  Michael Snyder  <msnyder@redhat.com>
12876
12877         * symfile.c (build_section_addr_info_from_section_tab):
12878         Use bfd access method instead of manipulating bfd directly.
12879         (syms_from_objfile): Ditto.
12880         (simple_overlay_update_1): Ditto.
12881         (simple_overlay_update): Ditto.
12882         (generic_load): Ditto.
12883         (overlay_unmapped_address): FIXME comment, bfd access methods.
12884         (sections_overlap): FIXME comment, bfd access methods.
12885         (pc_in_mapped_range): FIXME comment, bfd access methods.
12886         (pc_in_unmapped_range): FIXME comment, bfd access methods.
12887         (section_is_mapped): FIXME comment, bfd access methods.
12888         (section_is_overlay): FIXME comment, bfd access methods.
12889
12890         * symfile.c (generic_load): Whitespace and long line cleanups.
12891         Remove duplicate variable, change several local variables to
12892         more appropriate data types.
12893         (print_transfer_performance): Use %lu instead of %ld for ulongs.
12894
12895 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12896
12897         From Peter Schauer:
12898         * language.c (longest_local_hex_string_custom): Use phex_nz to
12899         convert NUM to a hex string.
12900
12901 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
12902
12903         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12904         the function.
12905         Update Copyright year.
12906
12907 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12908
12909         * language.c (longest_raw_hex_string): Delete unused function.
12910
12911 2002-01-11  Petr Sorfa  <petrs@caldera.com>
12912
12913         * MAINTAINERS (write-after-approval): Add myself.
12914         * dwarf2read.c (read_tag_string_type): Handling of
12915         DW_AT_byte_size.
12916         (read_tag_string_type): FORTRAN fix to prevent propagation of
12917         first string size.
12918         (set_cu_language): Handling of DW_LANG_Fortran95
12919
12920 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
12921
12922         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12923         GETPID(inferior_ptid).
12924         (store_inferior_registers): Likewise.
12925
12926 2002-01-10  Jason Merrill  <jason@redhat.com>
12927
12928         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12929         Fix DW_OP_minus.
12930
12931 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
12932
12933         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12934         and bfd/elf32-sh-nbsd.c.
12935
12936 2002-01-10  Michael Snyder  <msnyder@redhat.com>
12937
12938         * NEWS: Mention --pid and corefile/proc-id behavior change.
12939
12940         * Makefile.in: Add rules for gcore.o and linux-proc.o.
12941         * gcore.c: Include cli/cli-decode.h instead of command.h.
12942
12943         * main.c (captured_main): Add new command line option "--pid".
12944         If the second command line argument (following the symbol-file)
12945         begins with a digit, try to attach to it before trying to open
12946         it as a corefile.
12947         (print_gdb_help): Document the "--pid" argument.
12948
12949 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
12950
12951         * completer.c (command_completer): New function.
12952
12953         * completer.h <command_completer>: Add prototype.
12954
12955         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12956         completer for the "help" command.
12957
12958 2002-01-09  Jason Merrill  <jason@redhat.com>
12959
12960         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12961
12962 2002-01-09  Michael Snyder  <msnyder@redhat.com>
12963
12964         * i386-linux-nat.c (fill_fpxregset): Make global.
12965         (store_fpxregset): Ditto.
12966
12967         * gregset.h (gdb_fpxregset_t): Define.
12968         (supply_fpxregset): Prototype.
12969         (fill_fpxregset): Prototype.
12970
12971         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12972
12973 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12974
12975         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12976         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12977         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12978
12979 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
12980
12981         * MAINTAINERS: Update target maintainer rules so that any
12982         Maintainer can approve a tested patch for a maintenance-only
12983         target.
12984
12985 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12986
12987         * MAINTAINERS (write-after-approval): Add myself.
12988
12989         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12990         IN_SIGTRAMP.
12991
12992 2002-01-08  Michael Snyder  <msnyder@redhat.com>
12993
12994         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12995         real name of the executable, rather than the /proc name.
12996
12997 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12998
12999         Implement a "generate-core-file" command in gdb, save target state.
13000         * gcore.c: New file.  Implement new command 'generate-core-file'.
13001         Save a corefile image of the current state of the inferior.
13002         * linux-proc.c: Add linux-specific code for saving corefiles.
13003         * target.h (struct target_ops): Add new target vectors for saving
13004         corefiles; to_find_memory_regions and to_make_corefile_notes.
13005         (target_find_memory_regions): New macro.
13006         (target_make_corefile_notes): New macro.
13007         * target.c (update_current_target): Inherit new target methods.
13008         (dummy_find_memory_regions): New place-holder method.
13009         (dummy_make_corefile_notes): New place-holder method.
13010         (init_dummy_target): Initialize new dummy target vectors.
13011         * exec.c (exec_set_find_memory_regions): New function.
13012         Allow the exec_ops vector for memory regions to be taken over.
13013         (exec_make_note_section): New function, target vector method.
13014         * defs.h (exec_set_find_memory_regions): Export prototype.
13015         * procfs.c (proc_find_memory_regions): New function, corefile method.
13016         (procfs_make_note_section): New function, corefile method.
13017         (init_procfs_ops): Set new target vector pointers.
13018         (find_memory_regions_callback): New function.
13019         (procfs_do_thread_registers): New function.
13020         (procfs_corefile_thread_callback): New function.
13021         * sol-thread.c (sol_find_memory_regions): New function.
13022         (sol_make_note_section): New function.
13023         (init_sol_thread_ops): Initialize new target vectors.
13024         * inftarg.c (inftarg_set_find_memory_regions): New function.
13025         Allow to_find_memory_regions vector to be taken over.
13026         (inftarg_set_make_corefile_notes): New function.
13027         Allow to_make_corefile_notes vector to be taken over.
13028         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13029         interface layer if not target_has_execution (may be a corefile).
13030         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13031         * config/sparc/sun4sol2.mh: Ditto.
13032         * config/alpha/alpha-linux.mh: Ditto.
13033         * config/arm/linux.mh: Ditto.
13034         * config/i386/x86-64linux.mh: Ditto.
13035         * config/ia64/linux.mh: Ditto.
13036         * config/m68k/linux.mh: Ditto.
13037         * config/mips/linux.mh: Ditto.
13038         * config/powerpc/linux.mh: Ditto.
13039         * config/sparc/linux.mh: Ditto.
13040
13041 2002-01-07  Michael Snyder  <msnyder@redhat.com>
13042
13043         * arm-linux-nat.c: Remove references to regcache.c internal data
13044         (registers[] and register_valid[]).
13045
13046 2002-01-07  Michael Snyder  <msnyder@redhat.com>
13047
13048         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
13049         so that attaching to a pid will automatically read the process's
13050         symbol file and shlibs.
13051         * Makefile.in: Add rule for linux-proc.o.
13052         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13053         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13054         * config/arm/linux.mh: Ditto.
13055         * config/i386/linux.mh: Ditto.
13056         * config/i386/x86-64linux.mh: Ditto.
13057         * config/ia64/linux.mh: Ditto.
13058         * config/m68k/linux.mh: Ditto.
13059         * config/mips/linux.mh: Ditto.
13060         * config/powerpc/linux.mh: Ditto.
13061         * config/sparc/linux.mh: Ditto.
13062
13063 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
13064
13065         * win32-nat.c: Add i386-tdep.h dependency.
13066
13067 2002-01-07  Michael Snyder  <msnyder@redhat.com>
13068
13069         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13070         instead of bfd_get_arch_size.  Don't bail out just because
13071         there's no exec_bfd.
13072
13073         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13074         * p-valprint.c (pascal_object_print_value): Ditto.
13075         * somread.c (som_symtab_read): Ditto.
13076         * symfile.c (simple_free_overlay_region_table): Ditto.
13077         * valops.c (value_assign): Ditto.
13078
13079         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13080         use tilde_expand and strerror for opening save-tracepoints file.
13081
13082         * thread-db.c (thread_db_new_objfile): Indendation fix.
13083
13084         * infptrace.c (GDB_MAX_ALLOCA): New define.
13085         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13086         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13087         can be overridden with whatever value is appropriate to the host).
13088         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13089         alloca to allocate potentially large buffer.
13090         * rs6000-nat.c (child_xfer_memory): Ditto.
13091         * symm-nat.c (child_xfer_memory): Ditto.
13092         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13093
13094 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
13095
13096         From Nick Clifton  <nickc@redhat.com>
13097         * d10v-tdep.c: Set STACK_START to 0x200bffe.
13098
13099 2002-01-07  Michael Snyder  <msnyder@redhat.com>
13100
13101         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13102         Don't use exec_bfd if it's NULL.
13103
13104 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
13105
13106         * valops.c (value_arg_coerce): Fix formatting.
13107
13108 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
13109
13110         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13111         * gnu-nat.c: Ditto.
13112
13113 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
13114
13115         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13116         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13117         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13118         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13119         z8k-coff have not been multi-arched.  Update z8k-coff build
13120         status.
13121
13122 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
13123
13124         * MAINTAINERS: Mark a29k target as obsolete.
13125         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13126         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
13127         comments.
13128         * NEWS: Note that a29k targets are obsolete.
13129         * a29k-tdep.c: Mark as obsolete.
13130         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13131         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13132         a29k-*-vxworks* targets as obsolete.
13133         * remote-adapt.c: Obsolete.
13134         * remote-eb.c: Obsolete.
13135         * remote-mm.c: Obsolete.
13136         * remote-udi.c: Obsolete.
13137         * config/a29k/a29k-udi.mt: Obsolete.
13138         * config/a29k/a29k.mt: Obsolete.
13139         * config/a29k/tm-a29k.h: Obsolete.
13140         * config/a29k/tm-vx29k.h: Obsolete.
13141         * config/a29k/vx29k.mt: Obsolete.
13142
13143 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
13144
13145         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13146         with BFD_ENDIAN_BIG.
13147
13148 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
13149
13150         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13151         * configure, config.in: Re-generate.
13152         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13153         * defs.h: Do not include <endian.h>.
13154
13155 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
13156
13157         * acconfig.h (HAVE_PT_GETXMMREGS): New.
13158         * config.in: Regenerate.
13159         * configure.in: Update copyright years.
13160         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13161         * configure: Regenerate.
13162         * i386bsd-nat.c: Update copyright years.
13163         (fill_gregset): Use regcache_collect.
13164         (fetch_inferior_registers): Only fetch integer registers
13165         if requested to do so.  Add support for XMM registers
13166         using PT_GETXMMREGS.
13167         (store_inferior_registers): Only store integer registers
13168         if requested to do so.  Add support for XMM registers
13169         using PT_SETXMMREGS.
13170         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13171         (store_inferior_registers): Remove.
13172         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13173         (fetch_elfcore_registers): New function.
13174         (i386nbsd_elfcore_fns): New.
13175         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13176         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13177         i386bsd-nat.o.
13178         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13179         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13180         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13181         * config/i386/tm-nbsd.h: Update copyright years.
13182         (HAVE_SSE_REGS): Define.
13183         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13184         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13185         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13186         (SIGCONTEXT_PC_OFFSET): Remove.
13187         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13188
13189 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
13190
13191         * configure.tgt: Remove powerpc-*-macos* target.
13192         * config/m68k/xm-mpw.h: Delete file.
13193         * config/xm-mpw.h: Delete file.
13194         * ser-mac.c: Delete file.
13195         * mpw-make.sed: Delete file.
13196         * mpw-config.in: Delete file.
13197         * mac-xdep.c: Delete file.
13198         * mac-gdb.r: Delete file.
13199         * mac-defs.h: Delete file.
13200         * mac-nat.c: Delete file.
13201         * config/powerpc/macos.mh: Delete file.
13202         * config/powerpc/macos.mt: Delete file.
13203         * config/powerpc/nm-macos.h: Delete file.
13204         * config/powerpc/tm-macos.h: Delete file.
13205         * source.c (openp, open_source_file): Remove obsolete code.
13206         * top.c (gdb_readline): Ditto.
13207         * utils.c (query): Ditto.
13208         * event-top.c (display_gdb_prompt): Ditto.
13209         * Makefile.in (ser-mac.o): Delete obsolete target.
13210         * NEWS: Update.
13211
13212 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
13213
13214         * defs.h (BIG_ENDIAN): Delete macro definition.
13215         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13216         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13217         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13218         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13219         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13220         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13221         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13222         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13223         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13224         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13225         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13226         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13227         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13228         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13229         * gdbarch.c: Re-generate.
13230
13231 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13232
13233         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13234         for core files.
13235
13236 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
13237
13238         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13239
13240 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
13241
13242         * value.h (value_ptr): Delete typedef.
13243
13244 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
13245
13246         * i386nbsd-nat.c: Update copyright years.
13247         Include i386-tdep.h.
13248
13249 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
13250
13251         * stabsread.c: Update copyright years.
13252
13253         From Debashis Mahata <debashis.mahata@wipro.com>:
13254         (read_struct_fields): Deal with Sun C compiler erroneous stab
13255         output for structs and unions.
13256         Fix PR gdb/269.
13257
13258 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13259
13260         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13261         prototype.
13262
13263 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13264
13265         * cp-abi.c: Fix whitespace.
13266         (baseclass_offset): New wrapper function.
13267         * cp-abi.h (baseclass_offset): Add prototype.
13268         (struct cp_abi_ops): Add baseclass_offset pointer.
13269
13270         * valops.c (vb_match): Move to...
13271         * gnu-v2-abi.c (vb_match): here.
13272         * valops.c (baseclass_offset): Move to...
13273         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13274
13275         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13276
13277         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13278         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13279         * hpacc-abi.c (init_hpacc_ops): Likewise.
13280
13281 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13282
13283         * valops.c (find_overload_match): Accept obj as a
13284         reference parameter.  Update it before returning.
13285         * value.h (find_overload_match): Update prototype.
13286         * eval.c (evaluate_subexp_standard): Pass object to
13287         find_overload_match by reference.
13288
13289 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
13290
13291         * valarith.c: Replace value_ptr with struct value pointer.  Remove
13292         register attribute from value declarations.
13293         * valops.c: Ditto.
13294         * value.h: Ditto.
13295         * scm-lang.c (scm_lookup_name): Ditto.
13296
13297 2002-01-03  Michael Snyder  <msnyder@redhat.com>
13298
13299         Abstract the functionality of iterating over mapped memory
13300         regions into a general purpose iterator function.
13301         * procfs.c (iterate_over_mappings): New function, general purpose
13302         iterator for memory sections.
13303         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13304         (solib_mappings_callback): New function, callback for above.
13305         (info_proc_mappings): Reimpliment using iterate_over_mappings.
13306         (info_mappings_callback): New function, callback for above.
13307
13308         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13309
13310 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
13311
13312         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13313         * i386-tdep.c: Include "elf-bfd.h".
13314         (process_note_abi_tag_sections): New function.
13315         (i386_gdbarch_init): Add code to recognize various OS/ABI
13316         combinations.
13317
13318         * maint.c (_initialize_maint_cmds): Add missing \ in
13319         string-literal.
13320
13321 For older changes see ChangeLog-2001
13322 \f
13323 Local Variables:
13324 mode: change-log
13325 left-margin: 8
13326 fill-column: 74
13327 version-control: never
13328 End: