2002-11-18 Klee Dienes <kdienes@apple.com>
[external/binutils.git] / gdb / ChangeLog
1 2002-11-18  Klee Dienes  <kdienes@apple.com>
2
3         * buildsym.c (pop_context): Add comment.
4         
5 2002-11-18  Klee Dienes  <kdienes@apple.com>
6
7         * buildsym.h (pop_context): Convert to function, defined in
8         buildsym.c.
9         * buildsym.c: Include gdb_assert.h.
10         (pop_context): Implement as C function.  Add check for stack
11         underflow.
12         * dbxread.c (process_one_symbol): Complain and stop processing
13         that symbol if we are already at the top of the context stack for
14         a function-end N_FUN (this would imply an umatched RBRAC).  Ditto
15         when processing N_RBRAC.
16
17 2002-11-16  Daniel Jacobowitz  <drow@mvista.com>
18
19         * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
20         define.
21         (struct target_waitstatus): Add opaque definition.
22         * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
23         * exec.c (init_exec_ops): Likewise.
24         * fork-child.c (clone_and_follow_inferior): Remove.
25         * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
26         * inferior.h (clone_and_follow_inferior): Remove prototype.
27         * infrun.c (follow_fork_mode_both): Remove.
28         (follow_fork_mode_kind_names): Remove commented out "both".
29         (follow_inferior_fork): Remove follow_fork_mode_both support.
30         * inftarg.c (child_clone_and_follow_inferior): Remove.
31         (child_post_follow_inferior_by_clone): Remove.
32         (init_child_ops): Don't set to_clone_and_follow_inferior
33         or to_post_follow_inferior_by_clone.
34         * target.c (default_clone_and_follow_inferior): Remove.
35         (cleanup_target): Don't set to_clone_and_follow_inferior
36         or to_post_follow_inferior_by_clone.
37         (find_default_clone_and_follow_inferior): Remove.
38         (init_dummy_target): Don't set to_clone_and_follow_inferior.
39         (debug_to_clone_and_follow_inferior): Remove.
40         (debug_to_post_follow_inferior_by_clone): Remove.
41         (setup_target_debug): Don't set to_clone_and_follow_inferior
42         or to_post_follow_inferior_by_clone.
43         * target.h (struct target_ops): Remove to_clone_and_follow_inferior
44         and to_post_follow_inferior_by_clone.
45         (child_clone_and_follow_inferior): Remove prototype.
46         (child_post_follow_inferior_by_clone): Remove prototype.
47         (target_clone_and_follow_inferior): Remove macro.
48         (target_post_follow_inferior_by_clone): Remove macro.
49         (find_default_clone_and_follow_inferior): Remove prototype.
50
51 2002-11-16  Daniel Jacobowitz  <drow@mvista.com>
52
53         * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
54         inferior_has_vforked, and inferior_has_execd instead of
55         target_has_forked, target_has_vforked, and target_has_execd.
56         * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
57         (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
58         (CHILD_WAIT): Define.
59         (child_wait): Add prototype.
60         * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
61         Add prototype.
62         (hpux_has_vforked): Likewise, from child_has_vforked.
63         (hpux_has_execd): Likewise, from child_has_execd.
64         (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
65         (not_same_real_pid, child_wait): New, copied from inftarg.c.
66         Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
67         and hpux_has_syscall_event instead of the target hooks.
68         * infrun.c (inferior_has_forked, inferior_has_vforked)
69         (inferior_has_execd): New functions.
70         * inftarg.c (not_same_real_pid): Remove.
71         (child_wait): Remove references to not_same_real_pid,
72         target_has_forked, target_has_vforked, target_has_execd,
73         and target_has_syscall_event.
74         (child_has_forked, child_has_vforked, child_has_execd)
75         (child_has_syscall_event): Remove.
76         (init_child_ops): Remove references to child_has_forked,
77         child_has_vforked, child_has_execd, and child_has_syscall_event.
78         * infttrace.c (hpux_has_forked): Rename from child_has_forked.
79         (hpux_has_vforked): Likewise, from child_has_vforked.
80         (hpux_has_execd): Likewise, from child_has_execd.
81         (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
82         * target.c (cleanup_target): Remove references to
83         to_has_forked, to_has_vforked, to_has_execd, and
84         to_has_syscall_event.
85         (update_current_target): Likewise.
86         (setup_target_debug): Likewise.
87         (debug_to_has_forked): Remove.
88         (debug_to_has_vforked): Remove.
89         (debug_to_has_execd): Remove.
90         (debug_to_has_syscall_event): Remove.
91         * target.h (struct target_ops): Remove to_has_forked.
92         to_has_vforked, to_has_execd, and to_has_syscall_event.
93         (child_has_forked, child_has_vforked, child_has_execd)
94         (child_has_syscall_event): Remove prototypes.
95         (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
96         prototypes.
97         (target_has_forked, target_has_vforked, target_has_execd)
98         (target_has_syscall_event): Remove macros.
99
100 2002-11-16  Daniel Jacobowitz  <drow@mvista.com>
101
102         * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
103         * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
104         (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
105         * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
106         * target.c (cleanup_target): Remove reference to
107         to_can_follow_vfork_prior_to_exec.
108         (update_current_target): Likewise.
109         (debug_to_can_follow_vfork_prior_to_exec): Remove.
110         (setup_target_debug): Remove reference to
111         to_can_follow_vfork_prior_to_exec.
112         * target.h (struct target_ops): Remove
113         to_can_follow_vfork_prior_to_exec.
114         (child_can_follow_vfork_prior_to_exec): Remove prototype.
115         (target_can_follow_vfork_prior_to_exec): Remove definition.
116         * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
117         define.
118         * infrun.c (follow_vfork_when_exec): Remove.
119         (follow_inferior_fork): Remove references to follow_vfork_when_exec.
120         (follow_exec): Likewise.
121         (handle_inferior_event): Likewise.
122         (keep_going): Likewise.
123
124 2002-11-15  Andrew Cagney  <cagney@redhat.com>
125
126         * frame.c (generic_unwind_get_saved_register): Make static.
127         * frame.h (generic_unwind_get_saved_register): Delete declaration.
128         * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
129         defaults to generic_unwind_get_saved_register.
130         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
131         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
132         * frv-tdep.c (frv_gdbarch_init): Ditto.
133         * i386-tdep.c (i386_gdbarch_init): Ditto.
134         * s390-tdep.c (s390_gdbarch_init): Ditto.
135         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
136         * v850-tdep.c (v850_gdbarch_init): Ditto.
137         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
138         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
139         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
140
141 2002-11-15  Andrew Cagney  <cagney@redhat.com>
142
143         * x86-64-linux-nat.c (i386_sse_regnum_p): New function.  Copy from
144         i386-tdep.c.
145
146 2002-11-15  Andrew Cagney  <cagney@redhat.com>
147
148         * frame.h (sigtramp_saved_pc): Delete declaration.
149         * blockframe.c (sigtramp_saved_pc): Delete function.
150         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
151         (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
152         * vax-tdep.c (vax_sigtramp_saved_pc): New function.
153         (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
154
155 2002-11-15  Andrew Cagney  <ac131313@redhat.com>
156
157         * frame.c (frame_pc_unwind): New function.
158         (frame_saved_regs_pc_unwind): New function.
159         (frame_register_unwind): Pass unwind_cache instead of
160         register_unwind_cache.
161         (set_unwind_by_pc): Add unwind_pc parameter, set.
162         (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
163         (get_prev_frame): Ditto.
164         * frame.h (frame_pc_unwind_ftype): Declare.
165         (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
166         pc_unwind_cache.  Rename register_unwind_cache to unwind_cache.
167         (frame_pc_unwind): Declare.
168         * dummy-frame.c (dummy_frame_pc_unwind): New function.
169         (struct dummy_frame): Add comment mentioning that values are for
170         previous frame.
171         * dummy-frame.h (dummy_frame_pc_unwind): Declare.
172         * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
173         (generic_file_frame_chain_valid): Ditto.
174         * stack.c (frame_info): Ditto.
175
176 2002-11-15  David Carlton  <carlton@math.stanford.edu>
177
178         * linespec.c (locate_first_half): New function.
179         (decode_line_1): Move code into locate_first_half.
180
181 2002-11-15  Andrew Cagney  <ac131313@redhat.com>
182
183         * complaints.h: Add comment explaining how to eliminate a
184         deprecated_complain call.
185         * complaints.h: Fix spelling errors.
186
187 2002-11-15  David Carlton  <carlton@math.stanford.edu>
188
189         * printcmd.c: Remove #include "disasm.h".
190
191 2002-11-14  Andrew Cagney  <ac131313@redhat.com>
192
193         * frame.h: Move the most relevant interface functions to the start
194         of the file.
195
196 2002-11-14  Andrew Cagney  <ac131313@redhat.com>
197
198         * regcache.h (deprecated_registers): Rename registers.
199         * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
200         * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
201         * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
202         * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
203         * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
204         * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
205         * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
206         * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
207         * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
208         * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
209         * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
210         * v850ice.c: Update.
211
212 Wed Nov 13 19:51:05 2002  Andrew Cagney  <cagney@redhat.com>
213
214         * utils.c (gdb_realpath): Add comment mentioning realpath with a
215         NULL buffer.
216
217 2002-11-13  Andrew Cagney  <cagney@redhat.com>
218
219         * regcache.h (deprecated_read_register_bytes): Rename
220         read_register_bytes.
221         (deprecated_write_register_bytes): Rename write_register_bytes.
222         * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
223         * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
224         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
225         * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
226         * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
227         * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
228         * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
229         * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
230         * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
231         * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
232         * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
233         * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
234         * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
235         * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
236
237 2002-11-13  Jim Blandy  <jimb@redhat.com>
238
239         * findvar.c (read_var_value): Doc fix.
240
241 2002-11-13  Andrew Cagney  <cagney@redhat.com>
242
243         * regcache.c (struct regcache): Replace passthough_p with
244         readonly_p.
245         (regcache_xmalloc): Initialize readonly_p.
246         (build_regcache): Initialize readonly_p.
247         (regcache_save): New function.
248         (regcache_restore): New function.
249         (regcache_cpy): Re-implement using regcache_save and
250         regcache_restore.
251         (regcache_raw_read): Update.
252         (regcache_cooked_read): When a read-only cache, checked for cached
253         pseudo register values.
254         (regcache_raw_write): Assert that the cache is not read-only.
255         Remove code handling a non-passthrough cache.
256         * regcache.h (regcache_save): Declare.
257         (regcache_restore): Declare.
258
259 2002-11-13  Andrew Cagney  <cagney@redhat.com>
260
261         * regcache.c (struct regcache_descr): Add fields
262         sizeof_cooked_registers and sizeof_cooked_register_valid_p.
263         (init_legacy_regcache_descr): Compute the size of a cooked
264         register cache and then assign that to sizeof_raw_registers.  Set
265         sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
266         (init_legacy_regcache_descr): Ditto.
267
268 2002-11-13  Andrew Cagney  <cagney@redhat.com>
269
270         * regcache.c (register_buffer): Move to near start of file, update
271         description.
272         (regcache_raw_read): Use.
273         (regcache_raw_write): Use.
274         (struct regcache): Rename raw_registers to registers and
275         raw_register_valid_p to register_valid_p.
276         (regcache_xmalloc): Update.
277         (regcache_xfree): Update.
278         (register_buffer): Update.
279         (regcache_cpy): Update.
280         (regcache_cpy_no_passthrough): Update.
281         (regcache_valid_p): Update.
282         (deprecated_grub_regcache_for_registers): Update.
283         (deprecated_grub_regcache_for_register_valid): Update.
284         (set_register_cached): Update.
285         (regcache_raw_write): Update.
286
287 2002-11-13  Pierre Muller  <muller@ics.u-strasbg.fr>
288
289         * p-exp.y (name_not_typename): Use copy_name to
290         set current_type variable for fields of THIS.
291
292 2002-11-12  Daniel Jacobowitz  <drow@mvista.com>
293
294         * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
295         * monitor.c (init_base_monitor_ops): Likewise.
296         * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
297         * remote-array.c (init_array_ops): Likewise.
298         * remote-e7000.c (init_e7000_ops): Likewise.
299         * remote-es.c (init_es1800_ops): Likewise.
300         (init_es1800_child_ops): Likewise.
301         * remote-rdp.c (init_remote_rdp_ops): Likewise.
302         * remote-sim.c (init_gdbsim_ops): Likewise.
303         * remote-st.c (init_st2000_ops): Likewise.
304         * sol-thread.c (init_sol_core_ops): Likewise.
305         (init_sol_thread_ops): Likewise.
306         * v850ice.c (init_850ice_ops): Likewise.
307         * win32-nat.c (init_child_ops): Likewise.
308         * wince.c (init_child_ops): Likewise.
309
310 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
311
312         * utils.c (gdb_realpath): Make rp a constant pointer.
313
314 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
315
316         * utils.c (gdb_realpath): Rewrite.  Try, in order: realpath() with
317         a constant buffer; cannonicalize_file_name(); realpath() with a
318         pathconf() defined buffer, xstrdup().
319
320 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
321
322         * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
323         to hang2.C; hang3.c to hang3.C.
324
325 2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
326
327         * findvar.c (read_var_value): Reenable TLS code.
328
329 2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
330             Jim Blandy  <jimb@redhat.com>
331         
332         * gdb_thread_db.h (enum): Add TD_NOTALLOC.
333         * target.c (update_current_target): Add
334         to_get_thread_local_address.
335         * target.h (to_get_thread_local_address): Export.
336         (target_get_thread_local_address): Define.
337         (target_get_thread_local_address_p): Define.
338         * thread-db.c: Include solib-svr4.h.
339         (td_thr_tls_get_addr_p): Define.
340         (thread_db_load): Get a pointer to td_thr_tls_get_addr.
341         (thread_db_get_thread_local_address): New function.
342         (init_thread_db_ops): Initialize to_get_thread_local_address.
343         * configure.in: Add test for TD_NOTALLOC in thread_db.h.
344         * configure: Regenerate.
345         * config.in: Regenerate.
346
347 2002-11-11  David Carlton  <carlton@math.stanford.edu>
348
349         * linespec.c (set_flags): New function.
350         (decode_line_1): Move code into set_flags.
351
352 2002-11-11  David Carlton  <carlton@math.stanford.edu>
353
354         * linespec.c (decode_line_1): Move chunks of code to separate
355         functions.
356         (initialize_defaults): New function.
357         (decode_indirect): New function.
358
359 2002-11-11  Andrew Cagney  <ac131313@redhat.com>
360
361         * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
362         instead of void_code_ptr.
363         (sigtramp_saved_pc): Ditto.
364
365         * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
366         i386_fp_regnum_p.
367
368 2002-11-10  Daniel Jacobowitz  <drow@mvista.com>
369
370         * gdbtypes.h (struct main_type): Move artificial flag out of
371         loc.  New member of ``struct field'' named static_kind.  Reduce
372         overloaded meaning of bitsize.
373         (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
374         (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
375         (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
376
377         * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
378         new fields.
379         (template_to_fixed_record_type, template_to_static_fixed_type)
380         (to_record_with_fixed_variant_part): Likewise.
381         * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
382         * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
383         * dwarfread.c (struct_type, enum_type): Likewise.
384         * hpread.c (hpread_read_enum_type)
385         (hpread_read_function_type, hpread_read_doc_function_type)
386         (hpread_read_struct_type): Likewise.
387         * mdebugread.c (parse_symbol): Likewise.
388
389 2002-11-10  Andrew Cagney  <ac131313@redhat.com>
390
391         * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
392         * stack.c (print_frame_info_base): Update.
393         (print_frame_info_base, frame_info): Update.
394         * sparc-tdep.c (sparc_init_extra_frame_info): Update.
395         (sparc_frame_saved_pc): Update.
396         * ada-lang.c (find_printable_frame): Update.
397         * breakpoint.c (deprecated_frame_in_dummy): Update.
398         
399 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
400
401         * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
402         defined.
403         (regmap): Extend to cover all registers.
404         (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
405         OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
406         definitions.
407         (fetch_register, sore_register): Simplify.
408         (old_fetch_inferior_registers, old_store_inferior_registers):
409         Remove functions.
410         (cannot_fetch_register, cannot_store_register): Change
411         implementation to use regmap array to decide which registers
412         cannot be fetched/stored.  This removes $orig_eax from the
413         registers that cannot be fetched/stored.
414         (fetch_inferior_registers): Call fetch_register directly instead
415         of calling old_fetch_inferior_registers.
416         (store_inferior_registers): Call store_register directly instead
417         of calling old_store_inferior_registers.
418         (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
419         (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
420         * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
421
422 2002-11-09  Klee Dienes  <kdienes@apple.com>
423
424         * i387-tdep.c (i387_supply_register): When called with NULL as a
425         buffer, mark the register as not provided (to mirror the behavior
426         of supply_register).
427         (i387_supply_fxsave): Ditto.
428         (i387_supply_fsave): Ditto (inherits the behavior from
429         i387_supply_register).
430
431 2002-11-09  Klee Dienes  <kdienes@apple.com>
432
433         * blockframe.c (sigtramp_saved_pc): Use
434         builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
435         extracting the PC).  Use TYPE_LENGTH (builtin_type_void_code_ptr)
436         instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
437         
438 2002-11-09  Andrew Cagney  <ac131313@redhat.com>
439
440         * frame.c (get_prev_frame): Test prev_p to identify a previously
441         unwound frame.  Initialize prev_p.
442         * frame.h (struct frame_info): Add field prev_p.  Expand prev/next
443         comment.
444
445 2002-11-09  Andrew Cagney  <ac131313@redhat.com>
446
447         * frame.c (get_prev_frame): Cleanups.  Eliminate redundant tests
448         for a NULL NEXT_FRAME.  Simplify fromleaf initialization.  Add
449         more comments.  Zap dead code.
450
451 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
452
453         * infcmd.c (print_vector_info, print_float_info): Move code that
454         checks whether the target has any registers and whether there is a
455         selected frame up, such that it is also used if a target provides
456         multi-arch definitions of these functions.
457
458 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
459
460         * Makefile.in (DESTDIR): Define.
461         (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
462         prefix.
463
464         * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
465         i386obsd-tdep.c.  Rename to "gdb.cxx", paths containing "gdb.c++".
466
467 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
468
469         * i386-linux-tdep.c: Include "reggroups.h".
470         (i386_linux_register_reggroup_p): New function.
471         (i386_linux_init_abi): Set register_reggroup_p to
472         i386_linux_register_reggroup_p.
473         * i386-tdep.h (i386_register_reggroup_p): Declare.
474         * i386-tdep.c: Include "reggroups.h".
475         (i386_init_reggroups): New function.
476         (i386_add_reggroups): New function.
477         (i386_register_reggroup_p): New function.
478         (i386_sse_reggroup, i386_mmx_reggroup): New variables.
479         (_initialize_i386_tdep): Call i386_init_reggroups.
480         (i386_gdbarch_init): Set register_reggroup_p and add in the i386
481         specific reggroups.
482
483 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
484
485         * infptrace.c (child_xfer_memory): Make use of the new PT_IO
486         request that's available in *BSD.
487
488         * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
489
490         * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
491         FDOFF_REGNUM.
492
493 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
494
495         * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
496         * dummy-frame.c (find_dummy_frame): Rename
497         generic_find_dummy_frame, make static.  Return the dummy frame
498         instead of the regcache.
499         (generic_find_dummy_frame): Re-implement using find_dummy_frame,
500         (cached_find_dummy_frame): New function.  Use find_dummy_frame.
501         (dummy_frame_register_unwind): Rename
502         generic_call_dummy_register_unwind.  Use cached_find_dummy_frame.
503         * dummy-frame.h (dummy_frame_register_unwind): Rename
504         generic_call_dummy_register_unwind.
505
506 2002-11-08  Mark Kettenis  <kettenis@gnu.org>
507
508         * config/i386/tm-i386v42mp.h: Remove file.  Move its contents,
509         except the inclusion of "i386/tm-i386.h", to...
510         * config/i386/nm-i386v42mp.h: ...here.
511         * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
512
513 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
514
515         * Makefile.in (frame.o): Update dependencies.
516         * blockframe.c (current_frame, frame_obstack_alloc)
517         (frame_saved_regs_zalloc, get_current_frame)
518         (set_current_frame, create_new_frame)
519         (set_unwind_by_pc, get_next_frame)
520         (flush_cached_frames, reinit_frame_cache)
521         (frame_saved_regs_register_unwind)
522         (deprecated_generic_get_saved_register)
523         (get_prev_frame, get_frame_pc, get_frame_saved_regs)
524         (_initialize_blockframe): Move frame code from here...
525         * frame.c: ...to here.  Include "gdb_obstack.h", "gdbcore.h",
526         "annotate.h" and "dummy-frame.h".
527         (_initialize_frame): New function.
528
529 2002-11-08  Jim Blandy  <jimb@redhat.com>
530
531         * dwarf2read.c (read_func_scope): Restore list_in_scope properly
532         when we finish a function a context.
533         * buildsym.h (outermost_context_p): New macro.
534         (Bug analyzed by David Edelsohn.)
535
536 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
537
538         * blockframe.c: Include "dummy-frame.h".
539         (struct dummy_frame, dummy_frame_stack)
540         (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
541         (generic_pc_in_call_dummy, deprecated_read_register_dummy)
542         (generic_push_dummy_frame, generic_save_dummy_frame_tos)
543         (generic_save_call_dummy_addr, generic_pop_current_frame)
544         (generic_pop_dummy_frame, generic_fix_call_dummy)
545         (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
546         dummy frame code from here...
547         * dummy-frame.c: ...to here.  New file.
548         * dummy-frame.h: New file.
549         (generic_call_dummy_register_unwind): Declare.
550         (generic_find_dummy_frame): Declare.
551         * Makefile.in (SFILES): Add dummy-frame.c.
552         (dummy-frame.o): Specify dependencies.
553         (dummy_frame_h): Define.
554         (COMMON_OBS): Add dummy-frame.o.
555         (blockframe.o): Update dependencies.
556
557 2002-11-08  Jim Blandy  <jimb@redhat.com>
558
559         * dwarf2read.c (read_func_scope): Restore local_symbols and
560         param_symbols after we finish the function context.  (Based on a
561         patch from David Edelsohn.)
562
563 2002-11-08  David Carlton  <carlton@math.stanford.edu>
564
565         * linespec.c (symbol_found): New function.
566         (minsym_found): New function.
567         (decode_line_1): Separate out some code into separate functions.
568
569 2002-11-08  Joel Brobecker  <brobecker@gnat.com>
570
571         * i386-tdep.c (i386_frameless_signal_p): Make non static for
572         the benefit of the interix target.
573         * i386-tdep.h (i386_frameless_signal_p): Declare.
574
575 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
576
577         * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
578         declaration that snuck in from change below.
579
580 2002-11-06  Andrew Cagney  <cagney@redhat.com>
581
582         * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p.  Update
583         all callers.
584         (i386_fp_regnum_p): New function.  Use instead of FP_REGNUM_P.
585         (i386_fpc_regnum_p): New function.  Use instead of FPC_REGNUM_P.
586         (i386_sse_regnum_p): New function.  Use instead of SSE_REGNUM_P.
587         (i386_mxcsr_regnum_p): new function.  Use instead of
588         MXCSR_REGNUM_P.
589         * i386-tdep.h (SSE_REGNUM_P): Delete macro.
590         (i386_sse_regnum_p): Declare.
591         (i386_mxcsr_regnum_p): Declare.
592         (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
593         (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
594         (IS_FP_REGNUM): Update definition.
595         (IS_FPU_CTRL_REGNUM): Update definition..
596         (IS_SSE_REGNUM): Update definition..
597         * i386v-nat.c (register_u_addr): Update.
598         * go32-nat.c (fetch_register): Update.
599         (store_register): Update.
600
601 2002-11-07  Joel Brobecker  <brobecker@gnat.com>
602
603         Preparation work to convert the hppa targets to multiarch partial.
604
605         * hppa-tdep.c: Add new functions replacing macro bodies from
606         config/pa/tm-hppa.h. These function will be used to initialize
607         the gdbarch structure. Import some comments from tm-hppa.h,
608         and place them where appropriate, to avoid loosing them when
609         we cleanup this file.
610         (hppa_reg_struct_has_addr): New function.
611         (hppa_inner_than): New function.
612         (hppa_stack_align): New function.
613         (hppa_pc_requires_run_before_use): New function.
614         (hppa_instruction_nullified): New function.
615         (hppa_register_byte): New function.
616         (hppa_register_virtual_type): New function.
617         (hppa_store_struct_return): New function.
618         (hppa_cannot_store_register): New function.
619         (hppa_frame_args_address): New function.
620         (hppa_frame_locals_address): New function.
621         (hppa_smash_text_address): New function.
622         (hppa_coerce_float_to_double): New function. Requires the inclusion
623         of "language.h".
624
625         * Makefile.in (hppa-tdep.o): Add dependency on language.h.
626
627         * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
628         gdbarch-eligible macro to a call to the new associated function
629         created in hppa-tdep.c.
630         (INNER_THAN): Likewise.
631         (STACK_ALIGN): Likewise.
632         (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
633         (INSTRUCTION_NULLIFIED): Likewise.
634         (REGISTER_BYTE): Likewise.
635         (REGISTER_VIRTUAL_TYPE): Likewise.
636         (STORE_STRUCT_RETURN): Likewise.
637         (CANNOT_STORE_REGISTER): Likewise.
638         (FRAME_ARGS_ADDRESS): Likewise.
639         (FRAME_LOCALS_ADDRESS): Likewise.
640         (SMASH_TEXT_ADDRESS): Likewise.
641         (COERCE_FLOAT_TO_DOUBLE): Likewise.
642         (ABOUT_TO_RETURN): Delete, as no longer used.
643
644 2002-11-07  Fernando Nasser  <fnasser@redhat.com>
645
646         * printcmd.c (disassemble_command): Remove obsolete function.
647         (_initialize_printcmd): Do not create disassemble command here.
648         * cli/cli-cmds.c (disassemble_command): New function.  Implements
649         disassemble command.
650         (init_cli_cmds): Create disassemble command here instead.
651
652 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
653
654         * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
655
656 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
657
658         * regcache.h (regcache_cooked_read_using_offset_hack)
659         (regcache_cooked_write_using_offset_hack): Delete declarations.
660         (register_changed): Delete declaration.
661         * regcache.c (regcache_cooked_read_using_offset_hack)
662         (regcache_cooked_write_using_offset_hack): Delete functions.
663         (cooked_xfer_using_offset_hack): Delete function.
664         (register_changed): Delete function.
665
666 2002-11-07  Jim Blandy  <jimb@redhat.com>
667
668         * macroscope.c: #include "complaints.h".
669         (sal_macro_scope): Cope with filenames that appear in the symtabs,
670         but not in the macro table.
671         * Makefile.in (macroscope.o): Record dependency.
672
673 2002-11-07  Joel Brobecker  <brobecker@gnat.com>
674
675         * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
676
677 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
678
679         * regcache.c (deprecated_registers_fetched): Update.
680         * regcache.h (deprecated_registers_fetched): Rename
681         registers_fetched.
682         * remote-vxsparc.c (vx_read_register): Update.
683         * remote-vxmips.c (vx_read_register): Update.
684         * remote-vx68.c (vx_read_register): Update.
685         * irix5-nat.c (fetch_core_registers): Update.
686         * mipsm3-nat.c (fetch_inferior_registers): Update.
687         * sun3-nat.c (fetch_inferior_registers): Update.
688         * symm-nat.c (fetch_inferior_registers): Update.
689         * ns32knbsd-nat.c (fetch_inferior_registers): Update.
690         (fetch_core_registers): Update.
691         (fetch_kcore_registers): Update.
692         * mips-nat.c (fetch_inferior_registers): Update.
693         * corelow.c (get_core_registers): Update.
694         * a68v-nat.c (fetch_inferior_registers): Update.
695
696 2002-11-06  Joel Brobecker  <brobecker@gnat.com>
697
698         Put in place the framework necessary for multiarching the hppa targets.
699         * hppa-tdep.c (hppa_gdbarch_init): New function.
700         (hppa_dump_tdep): New function.
701         (_initialize_hppa_tdep): Register the hppa gdbarch init function and
702         tdep structure dumper.
703         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
704         until the multi-arching conversion has partially been completed.
705
706 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
707
708         * valops.c (value_assign): Merge lval_register case into
709         lval_reg_frame_relative.  Use frame_register and
710         regcache_cooked_write instead of get_saved_register and
711         write_register_bytes.  After flushing the register cache, try to
712         re-select the selected frame.
713
714 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
715
716         * regcache.h (deprecated_register_valid): Rename register_valid.
717         * regcache.c: Update.
718         * ia64-aix-nat.c: Update.
719         * i386gnu-nat.c: Update.
720         * alpha-nat.c: Update.
721         * sparc-nat.c: Update.
722         * lynx-nat.c: Update.
723         * remote-mips.c: Update.
724
725 2002-11-06  Joel Brobecker  <brobecker@gnat.com>
726
727         * hppa-tdep.c (_initialize_hppa_tdep): Move function body
728         to end of file, to be more consistent with the pratice followed
729         by other targets.
730
731 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
732
733         * infcmd.c: Include "reggroups.h" and <ctype.h>.
734         (print_float_info): Print registers in float_reggroup.
735         (print_vector_info): Print registers in vector_reggroup.
736         (default_print_registers_info): When all, print registers in
737         all_reggroup.  Otherwize, print registers in general_reggroup.
738         (registers_info): Rewrite.  Add support for register groups.
739         Eliminate a goto.
740
741 2002-11-06  Elena Zannoni  <ezannoni@redhat.com>
742
743         * symtab.c (methods_info): Delete. It has been ifdeffed out for
744         ages.
745         (symtab_symbol_info): Remove eons old ifdeffed out code.
746         (_initialize_symtab): Remove prehistoric disabled 'info methods'
747         command.
748
749 2002-11-06  Theodore A. Roth  <troth@openavr.org>
750
751         * c-exp.y: Add missing semi-colons.
752         * f-exp.y: Add missing semi-colons.
753         * m2-exp.y: Add missing semi-colons.
754         * p-exp.y: Add missing semi-colons.
755         Add empty action to start rule to avoid a type clash error when
756         building with bison >= 1.50.
757
758 2002-11-06  Jim Blandy  <jimb@redhat.com>
759
760         * macrotab.h (struct macro_source_file): Doc fix.
761
762 2002-11-05  Jeff Johnston  <jjohnstn@redhat.com>
763
764         * varobj.c (child_exists, cplus_number_of_children): Change
765         STREQ macro references to strcmp.
766         (cplus_name_of_child): Change code to handle the fact that
767         fields are not necessarily contiguous with regards to their 
768         access control. This is a fix for PR gdb/792.
769
770 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
771
772         * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
773         * gdbarch.h, gdbarch.c: Regnerate.
774         * frame.h (frame_register): Declare.
775         * frame.c (frame_register): New function.
776         (get_saved_register): Test GET_SAVED_REGISTER_P before calling
777         GET_SAVED_REGISTER, otherwize call
778         generic_unwind_get_saved_register.
779         (frame_register_read): Use frame_register instead of
780         get_saved_register.
781
782 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
783         
784         From Jim Ingham  <jingham@apple.com>:
785         * event-top.c (gdb_disable_readline): New function.
786         (_initialize_event_loop): Move comment.
787
788 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
789
790         * event-loop.c (start_event_loop): Add comment.
791         Update copyright.
792
793 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
794
795         * infcmd.c (default_print_registers_info): Do not call
796         PRINT_REGISTER_HOOK.
797
798 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
799
800         * sparc-tdep.c (sparc_print_register_hook): Make static.
801         (sparc_print_registers_info): New function.
802         (sparc_do_registers_info): New function.
803         (sparclet_print_registers_info): New function.
804         (sparclet_do_registers_info): New function.
805         (do_sparc_print_registers_info): New function.
806         (sparc_print_registers): New static function, clone of infcmd.c's
807         default_print_registers_info.
808         * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
809         (sparclet_do_registers_info): Declare.
810         (DEPRECATED_DO_REGISTERS_INFO): Re-define.
811         * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
812         Re-define.
813         (sparc_do_registers_info): Declare.
814         (PRINT_REGISTER_HOOK): Delete macro.
815         (sparc_print_register_hook): Delete declaration.
816
817 2002-11-05  David Carlton  <carlton@math.stanford.edu>
818
819         * symtab.c (lookup_symbol_aux): Move chunks of code into separate
820         functions.
821         (lookup_symbol_aux_local): New function.
822         (lookup_symbol_aux_symtabs): New function.
823         (lookup_symbol_aux_psymtabs): New function.
824
825 2002-11-05  David Carlton  <carlton@math.stanford.edu>
826
827         * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
828         previous values of 'objfile' and 'block'.
829
830 2002-11-05  Pierre Muller  <muller@ics.u-strasbg.fr>
831
832         * values.c (value_change_enclosing_type): Set 
833         enclosing_type field correctly also for the case where 
834         more memory needs to be allocated.
835
836 2002-11-03  Mark Kettenis  <kettenis@gnu.org>
837
838         * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
839         of puts_filtered.
840
841         * i387-tdep.c (i387_print_float_info): Replace calls to
842         register_read and deprecated_read_register_gen with calls to
843         frame_register_read, and make the necessary adjustments to the
844         surrounding code.
845
846 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
847
848         * gdbarch.sh (register_reggroup_p): Allow default value.
849         * gdbarch.h, gdbarch.c: Regenerate.
850
851 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
852
853         * regcache.h: Add coment indicating replacements for deprecated
854         functions.
855
856 2002-11-02  Andrew Cagney  <cagney@redhat.com>
857
858         * reggroups.h, reggroups.c: New files.
859         * regcache.c: Include "reggroups.h".
860         (enum regcache_dump_what): Add `regcache_dump_groups'.
861         (regcache_dump): Contract size of the "Type" column.  When
862         specified, dump the register's groups.
863         (maintenance_print_register_groups): New function.
864         (_initialize_regcache): Add command `maint print register-groups'.
865         * Makefile.in (COMMON_OBS): Add reggroups.o
866         (SFILES): Add reggroups.c.
867         (reggroups_h): Define.
868         (regcache.o, gdbarch.o): Update dependencies.
869         (reggroups.o): Specify dependencies.
870         * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
871         Add opaque declaration for `struct reggroup' in generated .h file.
872         Include "reggroups.h" in generated .c file.
873         gdbarch.h, gdbarch.c: Re-generate.
874
875 2002-11-02  Andrew Cagney  <cagney@redhat.com>
876
877         * regcache.h (deprecated_read_register_gen): Rename
878         read_register_gen.
879         (deprecated_write_register_gen): Rename write_register_gen.
880         * i387-tdep.c: Update.
881         * x86-64-linux-nat.c: Update
882         * wince.c: Update.
883         * thread-db.c: Update.
884         * win32-nat.c: Update.
885         * mips-tdep.c: Update.
886         * d10v-tdep.c: Update.
887         * cris-tdep.c: Update.
888         * remote-sim.c: Update.
889         * remote-rdi.c: Update.
890         * remote-rdp.c: Update.
891         * frame.c: Update.
892         * target.c: Update.
893         * blockframe.c: Update.
894         * x86-64-tdep.c: Update.
895         * xstormy16-tdep.c: Update.
896         * sh-tdep.c: Update.
897         * s390-tdep.c: Update.
898         * rs6000-tdep.c: Update.
899         * sparc-tdep.c: Update.
900         * i386-tdep.c: Update.
901         * dwarf2cfi.c: Update.
902         * regcache.c: Update.
903
904 2002-11-01  Joel Brobecker  <brobecker@gnat.com>
905
906         New interix-specific files:
907         * config/i386/nm-interix.h: New file.
908         * config/i386/interix.mh: New file.
909         * config/i386/interix.mt: New file.
910         * i386-interix-nat.c: New file.
911         * i386-interix-tdep.c: New file.
912
913 2002-11-01  Andrew Cagney  <cagney@redhat.com>
914
915         * frame.h (deprecated_generic_get_saved_register): Rename
916         generic_get_saved_register.
917         * blockframe.c (deprecated_generic_get_saved_register): Update.
918         * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
919         (xstormy16_frame_saved_register): Update.
920         * sh-tdep.c (sh_gdbarch_init): Update.
921         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
922         * ia64-tdep.c (ia64_get_saved_register): Update.
923         * cris-tdep.c (cris_gdbarch_init): Update.
924         * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
925         * arm-tdep.c (arm_gdbarch_init): Update.
926
927 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
928
929         * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
930
931 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
932
933         * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
934         trampolines in sigaction.
935
936 2002-10-31  Andrew Cagney  <cagney@redhat.com>
937
938         * h8300-tdep.c: Include "gdb_assert.h".
939         (h8300_print_register): Add gdbarch, file and frame parameters.
940         Use frame_read_unsigned_register to read the register's value.
941         Use fprintf_filtered to display output.
942         (h8300_print_registers_info): Replace h8300_do_registers_info.
943         (h8300_gdbarch_init): Set print_registers_info.
944
945 2002-10-31  Andrew Cagney  <cagney@redhat.com>
946
947         * frame.c (frame_read_unsigned_register): New function.
948         (frame_read_signed_register): New function.
949         * frame.h (frame_read_unsigned_register): Declare.
950         (frame_read_signed_register): Declare.
951
952 2002-10-31  Andrew Cagney  <cagney@redhat.com>
953
954         * h8500-tdep.c (h8500_print_registers_info): New static function,
955         clone of infcmd.c's default_print_registers_info.
956         (h8500_do_registers_info): New funtion.
957         (h8500_print_register_hook): Rename print_register_hook, make
958         static.
959
960         * config/h8500/tm-h8500.h: Update copyright.
961         (DEPRECATED_DO_REGISTERS_INFO): Define.
962         (h8500_do_registers_info: Declare.
963         (PRINT_REGISTER_HOOK): Delete macro.
964         (print_register_hook): Delete function.
965
966 2002-10-31  Andrew Cagney  <cagney@redhat.com>
967
968         * z8k-tdep.c (z8k_print_register_hook): Make static.
969         (z8k_print_registers_info): New static function, clone of
970         infcmd.c's default_print_registers_info.
971         (z8k_do_registers_info): New function.  Wrap
972         z8k_print_registers_info.
973         * config/z8k/tm-z8k.h: Update copyright.
974         (PRINT_REGISTER_HOOK): Delete macro.
975         (z8k_print_register_hook): Delete declaration.
976         (DEPRECATED_DO_REGISTERS_INFO): Define.
977         (z8k_do_registers_info): Declare.
978
979 2002-10-30  Joel Brobecker  <brobecker@gnat.com>
980
981         * hppa-tdep.c (find_function_in_inferior): Remove this extern,
982         as this is already provided by value.h, and was actually causing
983         a compilation error because of a conflict in parameter type
984         declaration due to a missing const keyword.
985         (low_text_segment_addres): Fix a compilation warning.
986
987 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
988
989         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
990         registers without a name.
991         (mips_linux_cannot_store_register): Don't store registers without
992         a name.
993
994 2002-10-28  David Carlton  <carlton@math.stanford.edu>
995
996         * symtab.c (find_addr_symbol): Delete.  (It was already commented
997         out.)
998         * symtab.h: Delete prototype for find_addr_symbol.
999
1000 2002-10-26  Andrew Cagney  <cagney@redhat.com>
1001
1002         * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1003         DO_REGISTERS_INFO.
1004         gdbarch.h, gdbarch.c: Re-generate.
1005         * infcmd.c (default_print_registers_info): Update reference.
1006         * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1007         (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1008         * sh-tdep.c (sh_gdbarch_init): Ditto.
1009         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1010         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1011
1012 2002-10-26  Mark Kettenis  <kettenis@gnu.org>
1013
1014         * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1015         cfi_init_extra_frame_info.
1016         * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1017         * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1018
1019         * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1020         target where necessary.  Add more comments and remove the ones
1021         that don't provide any useful information.
1022
1023         * i386-tdep.c (i386_frame_saved_pc): Replace call to
1024         deprecated_read_register_dummy with
1025         frame_unwind_unsigned_register.
1026
1027         * i386-tdep.c (i386_extract_struct_value_address): Use
1028         regcache_raw_read_unsigned instead of
1029         regcache_cooked_read_unsigned since we know that the register
1030         we're reading isn't a pseudo register.  Rename variable 'val' into
1031         the more descriptive 'addr'.
1032
1033         * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1034         (x86_64_push_return_address): Add comment.
1035         (x86_64_pop_frame): Make static.
1036         (examine_argument): Clarify comment.
1037         (x86_64_skip_prologue): Make prolog_expact variable static.
1038
1039         * dwarf2cfi.c: Fix some formatting problems.
1040         (context_cpy, read_encoded_pointer): Clarify comments.
1041
1042         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1043         (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1044         i386 target back into x86_64_gdbarch_init.  Add some comments and
1045         remove meaningless ones.
1046
1047 2002-10-25  Andrew Cagney  <cagney@redhat.com>
1048
1049         * complaints.h (struct deprecated_complaint): Rename `struct
1050         complaint'.
1051         * complaints.c (complain): Update.
1052         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1053         incorrect comment indicating that "symfile.h" was being included
1054         for the `struct complaint' definition.
1055         * remote-vx.c: Update.
1056         * objc-lang.c: Update.
1057         * xcoffread.c: Update.
1058         * hpread.c: Update.
1059         * mdebugread.c: Update.
1060         * stabsread.c: Update.
1061         * dwarf2read.c: Update.
1062         * dwarfread.c: Update.
1063         * elfread.c: Update.
1064         * coffread.c: Update.
1065         * stabsread.h: Update.
1066         * dbxread.c: Update.
1067         * buildsym.c: Update.
1068         * gdbtypes.c: Update.
1069         * macrotab.c: Update.
1070
1071 2002-10-25  Mark Kettenis  <kettenis@gnu.org>
1072
1073         * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1074         the version in i386-tdep.c.  Move set_gdbarch_* calls out into...
1075         (x86_64_init_abi): ...new function.
1076
1077         * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1078         * i386v-nat.c: Include "i386-tdep.h".
1079
1080 2002-10-25  Andrew Cagney  <cagney@redhat.com>
1081
1082         * gdbtypes.c (address_space_name_to_int): Update.
1083         (address_space_int_to_name): Update.
1084         * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1085         multi-arch predicate.
1086         (address_class_name_to_type_flags): Ditto.
1087         * gdbarch.h, gdbarch.c: Re-generate.
1088         
1089         * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1090
1091 2002-10-24  Martin M. Hunt  <hunt@redhat.com>
1092
1093         * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1094
1095 2002-10-24  Elena Zannoni  <ezannoni@redhat.com>
1096
1097         * symtab.h (INIT_SAL): Delete macro.
1098         (init_sal): Export.
1099         * symtab.c (init_sal): New function.
1100
1101         * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1102         to init_sal function call.
1103         (find_sal_from_funcs_and_line): Ditto.
1104         (all_sals_for_line): Ditto. 
1105         * breakpoint.c (create_internal_breakpoint): Ditto. 
1106         (create_fork_vfork_event_catchpoint): Ditto. 
1107         (create_exec_event_catchpoint): Ditto. 
1108         (parse_breakpoint_sals): Ditto. 
1109         (watch_command_1): Ditto. 
1110         (handle_gnu_4_16_catch_command): Ditto.
1111         (clear_command): Ditto. 
1112         * hppa-tdep.c (child_enable_exception_callback): Ditto. 
1113         * infcmd.c (run_stack_dummy): Ditto. 
1114         * infrun.c (process_event_stop_test): Ditto.
1115         (check_sigtramp2): Ditto.
1116         (step_over_function): Ditto. 
1117         * linespec.c (decode_line_2): Ditto. 
1118         (decode_line_1): Ditto. 
1119         * source.c (line_info): Ditto. 
1120         * symtab.c (find_pc_sect_line): Ditto.
1121
1122 2002-10-24  Michal Ludvig  <mludvig@suse.cz>
1123
1124         * dwarf2cfi.c (struct context)
1125         (struct context_reg): Moved to dwarf2cfi.h
1126         (context_alloc, frame_state_alloc, context_cpy):
1127         Made extern instead of static, removed prototypes.
1128         * dwarf2cfi.h (struct context)
1129         (struct context_reg): New, moved from dwarf2cfi.c
1130         (context_alloc, frame_state_alloc, context_cpy):
1131         New prototypes.
1132         * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1133         Changed from static to extern.
1134         (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1135         (LINUX_SIGCONTEXT_FP_OFFSET)
1136         (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1137         (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1138         (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1139         * x86-64-tdep.c (x86_64_gdbarch_init): Several
1140         set_gdbarch_*() calls now use x86-64 specific functions 
1141         instead of DWARF2 CFI ones.
1142         * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1143         (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1144         (x86_64_init_extra_frame_info): New prototypes.
1145         
1146 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1147
1148         * linespec.c: #include "parser-defs.h".
1149         Delete prototype for find_template_name_end.
1150         * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1151
1152 2002-10-23  Jeff Johnston  <jjohnstn@redhat.com>
1153
1154         * NEWS: add recent mi fixes.
1155         * varobj.c (struct varobj): Add new "updated" flag.
1156         (new_variable): Default "updated" flag to 0.
1157         (varobj_set_value): Set "updated" flag to 1 if value
1158         changes.
1159         (varobj_update): Check varobj "updated" flag before
1160         comparing old and refreshed values.  Fix for
1161         PR gdb/702.
1162
1163 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1164
1165         * parse.c (parse_exp_1): Use BLOCK_START.
1166         * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1167         SYMBOL_BLOCK_VALUE.
1168         * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1169
1170 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1171
1172         * symtab.c: Delete cplusplus_hint.
1173         Delete prototype for find_template_name_end.
1174
1175 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
1176
1177         * symtab.h: Update comment.
1178
1179 2002-10-23  Michael Snyder  <msnyder@redhat.com>
1180
1181         * printcmd.c (address_info): Restore quotes in output.
1182         * valops.c (value_of_local): Restore quotes in error message.
1183
1184 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
1185
1186         * symtab.c (symbol_demangled_name): New function.
1187         * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1188         turning most of it into a function.
1189         (symbol_demangled_name): Export.
1190
1191 2002-10-23  Michael Snyder  <msnyder@redhat.com>
1192
1193         * valops.c (value_of_local): Restore quotes in error message.
1194
1195 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
1196
1197         * symtab.c (symbol_init_language_specific): New function.
1198         * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1199         turning most of it into a function.
1200         (symbol_init_language_specific): Export.
1201
1202 2002-10-23  David Carlton  <carlton@math.stanford.edu>
1203
1204         * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1205         (dwarf_attr_name): Ditto.
1206         (dwarf_type_encoding_name): Ditto.
1207         (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1208         (process_die): Handle DW_TAG_namespace,
1209         DW_TAG_imported_declaration, DW_TAG_imported_module.
1210         (read_namespace): New function.
1211
1212 2002-10-22  Joel Brobecker  <brobecker@gnat.com>
1213
1214         * configure.in: Define NEW_PROC_API on Interix too.
1215         * configure: Regenerate.
1216
1217 2002-10-21  Joel Brobecker  <brobecker@gnat.com>
1218
1219         * configure: Regenerate using the proper version of autoconf.
1220
1221 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
1222
1223         * findvar.c (read_var_value): Temporarily disable TLS code, until
1224         complete TLS support is added.
1225
1226 2002-10-21  Jim Blandy  <jimb@redhat.com>
1227             Elena Zannoni  <ezannoni@redhat.com>
1228
1229         * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1230         for thread local storage locations.
1231         (struct symbol): Add objfile field.
1232         (SYMBOL_OBJFILE): Define.
1233         * dwarf2read.c (is_thread_local): New static variable.
1234         (new_symbol): If variable is in thread local fill in address class
1235         and objfile appropriately.
1236         (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1237         stack operation.
1238         * printcmd.c (address_info): Print the information for thread
1239         local storage variable.
1240         * findvar.c (read_var_value): In case of thread local variable,
1241         defer to the target vector code to compute address.
1242
1243 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
1244
1245         * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1246         * solib-svr4.h (svr4_fetch_objfile_link_map): Export.   
1247
1248 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
1249
1250         * symtab.h (address_class):  Rename
1251         LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1252         * hpread.c (hpread_process_one_debug_symbol): Ditto.
1253         * printcmd.c (address_info): Ditto.
1254         * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1255
1256 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
1257
1258         * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1259         DBREG_DRX macro to acces debug registers.
1260
1261         * Makefile.in (i386obsd-tdep.o): New target.
1262
1263         * solib-sunos.c: Include "bcache.h" and "regcache.h".
1264         * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1265
1266         * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1267         * config/i386/obsd.mt: New file.
1268         * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1269         i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1270         * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1271         i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1272         i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1273         * i386obsd-tdep.c: New file.
1274
1275 2002-10-19  Adam Fedor  <fedor@gnu.org>
1276
1277         * objc-exp.y (name_not_typename): Fix invalid comment.  
1278
1279 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
1280
1281         * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1282         to allocate partial syms and macro byte caches.
1283
1284 2002-10-18  David Carlton  <carlton@math.stanford.edu>
1285
1286         * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1287
1288 2002-10-18  Adam Fedor  <fedor@gnu.org>
1289
1290         * stabsread.c (find_name_end): New function.
1291         (define_symbol): Use it.
1292
1293 2002-10-18  Daniel Jacobowitz  <drow@mvista.com>
1294
1295         * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1296         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1297         * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1298         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1299
1300 2002-10-17  David Carlton  <carlton@math.stanford.edu>
1301
1302         * symfile.h: Add opaque declaration for struct obstack.
1303         Declare obsavestring to take a const char *.
1304         * symfile.c (obsavestring): Make first argument a const char *.
1305
1306 2002-10-16  Adam Fedor  <fedor@gnu.org>
1307
1308         * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1309         names when matching breakpoints in current file.
1310
1311 2002-10-16  Kevin Buettner  <kevinb@redhat.com>
1312
1313         * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1314         (read_tag_pointer_type): Add address class support.
1315         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1316         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1317         New methods.
1318         * gdbarch.h, gdbarch.c: Regenerate.
1319         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1320         (make_type_with_address_space, recursive_type_dump): Add address
1321         class support.
1322         * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1323         (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1324         (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1325
1326 2002-10-16  Klee Dienes  <kdienes@apple.com>
1327
1328         * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1329         to get the last character of a char[] buffer, not
1330         name[sizeof(vptr_name)-1].
1331
1332 2002-10-14  Adam Fedor  <fedor@gnu.org>
1333
1334         * symtab.h: New objc_specific struct.
1335         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1336         (SYMBOL_DEMANGLED_NAME): Likewise.
1337
1338 2002-10-14  Adam Fedor  <fedor@gnu.org>
1339
1340         * symfile.c (init_filename_language_table): Add ObjC file extension.
1341
1342 2002-10-14  Adam Fedor  <fedor@gnu.org>
1343
1344         * utils.c (puts_filtered_tabular): New function.
1345         (fprintf_symbol_filtered): Get ObjC demangled name.
1346         * defs.h (puts_filtered_tabular): Declared.
1347
1348 2002-10-14  Kevin Buettner  <kevinb@redhat.com>
1349
1350         * c-lang.h (c_type_print_varspec_prefix): Delete.
1351         * c-typeprint.c (c_type_print_varspec_prefix): Make static.  Add
1352         ``need_post_space'' parameter.  Adjust all callers.
1353
1354 2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
1355  
1356         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1357         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1358         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1359         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1360
1361 2002-10-13  Adam Fedor  <fedor@gnu.org>
1362
1363         * source.c (print_source_lines): Update comments.
1364
1365 2002-10-13  Adam Fedor  <fedor@gnu.org>
1366
1367         * valops.c (value_of_local): New function.
1368         (value_of_this): Use it.
1369         * value.h (value_of_local): Declared.
1370
1371 2002-10-13  Adam Fedor  <fedor@gnu.org>
1372
1373         * parse.c: (length_of_subexp, prefixify_subexp): Handle
1374         OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1375
1376 2002-10-12  Adam Fedor  <fedor@gnu.org>
1377
1378         * language.c (binop_result_type): Add language_objc to case.
1379         (integral_type): Likewise.
1380         (character_type): Likewise.
1381         (string_type): Likewise.
1382         (boolean_type): Likewise.
1383         (structured_type): Likewise.
1384         (binop_type_check): Likewise.
1385
1386 2002-10-11  Adam Fedor  <fedor@gnu.org>
1387
1388         * printcmd.c (address_info): Print 'self' for ObjC.
1389
1390 2002-10-11  Adam Fedor  <fedor@gnu.org>
1391
1392         * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1393         OP_SELF.
1394
1395 2002-10-11  Adam Fedor  <fedor@gnu.org>
1396
1397         * language.h (CAST_IS_CONVERSION): Add language_objc.
1398
1399 2002-10-11  Adam Fedor  <fedor@gnu.org>
1400
1401         * defs.h (enum language): Add language_objc.
1402
1403 2002-10-11  Klee Dienes  <kdienes@apple.com>
1404
1405         * corefile.c (read_memory_typed_address): New function.
1406         * gdbcore.h (read_memory_typed_address): Add prototype.
1407         * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1408         to read a value destined for a CORE_ADDR, not read_memory_integer.
1409         * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1410         (f77_get_dynamic_lowerbound): Ditto.
1411
1412 2002-10-11  Martin M. Hunt  <hunt@redhat.com>
1413
1414         * utils.c (string_to_core_addr): After turning string into
1415         a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1416         which will do necessary sign-extension, etc.
1417
1418 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
1419
1420         * c-exp.y (THIS): Delete token and grammar rule.
1421         (yylex): Don't return THIS.
1422         * cp-valprint.c (vtbl_ptr_name_old): Delete.
1423         (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1424         * demangle.c (cplus_markers): Update comment.  Put '$'
1425         first.  Remove CPLUS_MARKER.
1426         (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1427         * jv-exp.y (THIS): Delete token and grammar rule.
1428         (yylex): Don't return THIS.
1429         * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1430         * objc-exp.y (THIS): Delete token and grammar rule.
1431         (yylex): Don't return THIS.
1432         * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1433         * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1434         (read_member_functions): Likewise for opname.
1435         (read_tilde_fields): Use is_cplus_marker.
1436
1437         * defs.h (CPLUS_MARKER): Don't define.
1438         * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1439         * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1440         * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1441         * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1442         * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1443
1444         * config/i386/tm-i386v4.h: Delete file.
1445         * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1446         * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1447         * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1448         * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1449         * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1450         * config/i386/i386sco5.mt (TM_FILE): Likewise.
1451         * config/i386/i386v4.mt (TM_FILE): Likewise.
1452         * config/i386/ncr3000.mt (TM_FILE): Likewise.
1453
1454 2002-10-10  Marko Mlinar  <markom@opencores.org>
1455
1456         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1457         accidentially not commited 2002-10-09
1458         * gdbarch.h, gdbarch.c: Re-generate.
1459
1460 2002-10-09  Marko Mlinar  <markom@opencores.org>
1461
1462         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1463         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1464         * gdbarch.h, gdbarch.c: Re-generate.
1465
1466 2002-10-08  Petr Sorfa <petrs@caldera.com>
1467
1468         Revised and re-submitted by John Wolfe <jlw@caldera.com>
1469
1470         Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1471         so we can work on more than one compilation unit at a time.  This
1472         helps prepare GDB to handle inter-CU die references.
1473         * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1474         the code to be defined before struct comp_unit_head.
1475         (comp_unit_head): Added new members - offset, cu_head,
1476         begin_die, next and dwarf2_abbrevs.
1477         (dwarf2_abbrevs): Removed single static var; now member of
1478         struct comp_unit_head.
1479         dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1480         members.
1481         (psymtab_to_symtab_1): Changed to work with the new
1482         struct comp_unit_head.
1483         (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1484         constructs the dwarf2_abbrevs[] inside the cu_header.
1485         (dwarf2_empty_abbrev_table): Now expects a ptr to a
1486         dwarf2_abbrev table to clean up.
1487         (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1488         handling of dwarf2_abbrevs inside the cu_header.
1489         (read_partial_die): Now supports the call to the new
1490         dwarf2_lookup_abbrev.
1491         (read_full_die): Now supports the call to the new
1492         dwarf2_lookup_abbrev.
1493
1494 2002-10-06  Christopher Faylor  <cgf@redhat.com>
1495
1496         * Makefile.in (install-gdbtk): Add missing continuation backslash to
1497         insure that shell variables, such as "transformed_name" are propagated
1498         to later shell statements in rule.
1499
1500 2002-10-06  Mark Kettenis  <kettenis@gnu.org>
1501
1502         * config/i386/nm-i386sco.h: Add protection against
1503         multiple-inclusion.  Include "i386/nm-i386v.h".
1504         (REGISTER_U_ADDR): Remove define.
1505         (i386_register_u_addr): Remove prototype.
1506
1507 2002-10-04  Michael Snyder  <msnyder@redhat.com>
1508
1509         * m32r-stub.c (handle_exception): Make sure exception is "trap"
1510         before treating it as a single-step event.
1511
1512 2002-10-03  Adam Fedor  <fedor@gnu.org>
1513
1514         * objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
1515         (objc_demangle): Remove assignment in if statements, Replace
1516         free with xfree.
1517         (add_msglist): Likewise.
1518         (end_msglist): Likewise.
1519         (complare_selectors): Likewise.
1520         (selectors_info): Likewise.
1521         (compare_classes): Likewise.
1522         (classes_info): Likewise.
1523         (print_object_command): Likewise.
1524         (find_objc_msgcall_submethod): Replace PTR with void *.
1525         * objc-lang.h: Remove check for __STDC__.
1526
1527 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
1528
1529         * ui-out.h (ui_out_field_fmt_int): New prototype.
1530         * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1531         of field width and alignment.
1532         * stack.c (print_frame_info_base): When printing frame level, use
1533         ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
1534         PR gdb/192
1535
1536 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
1537
1538         * MAINTAINERS: Add self to Write After Approval list.
1539
1540 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1541
1542         * infcmd.c (interrupt_target_command_wrapper): Delete.
1543         (interrupt_target_command): Make non static.
1544         (nofp_registers_info): Make static.
1545         * stack.c (return_command_wrapper): Delete.
1546         (return_command): Make non static.
1547
1548 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1549
1550         * event-top.c (gdb_setup_readline): New function. Code moved from
1551         _initialize_event_loop().
1552         (_initialize_event_loop): Call gdb_setup_readline().
1553
1554 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
1555
1556         * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1557         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1558         * gdbarch.h, gdbarch.c: Re-generate.
1559
1560 2002-10-02  Daniel Jacobowitz  <drow@mvista.com>
1561
1562         Fix PR gdb/778
1563         * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1564         before recursing.
1565         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1566         of fill_in_vptr_fieldno.
1567
1568 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1569
1570         * inferior.h (registers_info, stepi_command, nexti_command,
1571         continue_command, interrupt_target_command): Export from infcmd.c.
1572         * frame.h (args_info, selected_frame_level_changed_hook,
1573         return_command): Export from stack.c.
1574         * v850ice.c (stepi_command, nexti_command, continue_command): use
1575         prototypes from inferior.h.
1576         * tracepoint.c (registers_info, args_info, locals_info): Use
1577         prototypes from frame.h and inferior.h.
1578         * Makefile.in (mi-main.o): Add dependency on frame.h.
1579
1580 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
1581
1582         * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1583         value in register 3 adjusted by ppc_gp0_regnum.
1584
1585         * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1586
1587 2002-10-02  Marko Mlinar <markom@opencores.org>
1588
1589         * MAINTAINERS: Add myself to the Write After Approval list.
1590
1591 2002-10-01  Alexandre Oliva  <aoliva@redhat.com>
1592
1593         * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1594         of the section for the N64 ABI, fixed.
1595
1596         * config/mips/tm-irix6.h: Include solib.h.
1597
1598 2002-10-01  Elena Zannoni  <ezannoni@redhat.com>
1599
1600         * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1601         GNU operators.
1602
1603 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
1604
1605         * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1606         and that "mi0" syntax has been removed.
1607
1608 2002-09-30  David Carlton  <carlton@math.stanford.edu>
1609
1610         * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1611         * ppc-sysv-tdep.c: #include "gdb_string.h".
1612         * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1613         pacify GCC.
1614
1615 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
1616
1617         * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1618         "vrsave"'s register number.
1619
1620 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
1621
1622         * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1623         use frame_unwind_signed_register to obtain the PC.
1624         (mips_frame_chain): Handle a generic dummy frame.
1625         (mips_init_extra_frame_info): When a generic dummy frame, don't
1626         re-compute the frame base.
1627         (mips_pop_frame): Handle generic dummy frames.
1628         (mips_gdbarch_init): When generic dummy frames, set
1629         use_generic_dummy_frames, push_dummy_frame to
1630         generic_push_dummy_frame, pc_in_call_dummy to
1631         generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1632         generic_save_dummy_frame_tos.
1633
1634 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
1635
1636         * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
1637         against TOP when TOP was explictly set.
1638         (generic_push_dummy_frame): Set TOP to zero.
1639
1640 2002-09-30  Elena Zannoni  <ezannoni@redhat.com>
1641
1642         * event-loop.c (start_event_loop): Rename variable 'result' to
1643         'gdb_result', to avoid conflicts with upcoming intepreters changes.
1644
1645 2002-09-30  Keith Seitz  <keiths@redhat.com>
1646
1647         * gdb-events.sh (selected_thread_changed): New event.
1648         * gdb-events.c: Regenerated.
1649         * gdb-events.h: Regenerated.
1650
1651 2002-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1652
1653         * MAINTAINERS: Add self to Write After Approval list.
1654
1655 2002-09-30  Fernando Nasser  <fnasser@redhat.com>
1656
1657         * disasm.c: New file.  
1658         * disasm.h: New file.  
1659         * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1660         (compare_lines): Ditto.
1661         (dump_insns): Ditto.
1662         (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1663         argument.
1664         (do_assembly_only): Ditto.
1665         (do_disassembly): Renamed to gdb_disassembly and moved to
1666         disasm.c.  Sdded uiout argument.
1667         * Makefile.in: Add new files.  Reorder SFILES list. Update
1668         dependencies.  Include libgdb.a later in the insight executable.
1669
1670 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1671
1672         * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1673         bfd/elf64-alpha-fbsd.c.
1674
1675 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1676
1677         * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1678         i386gnu-tdep.c.
1679
1680 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1681
1682         * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1683         __FUNCTION__.
1684         * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1685         function name.
1686         (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1687         (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1688         (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1689         (S_msg_sig_post_reply): Ditto.
1690         
1691 2002-09-28  Corinna Vinschen  <vinschen@redhat.com>
1692
1693         * sh-tdep.c (sh_use_struct_convention): Use definition according
1694         to ABI.
1695         (sh_push_arguments): Store in register with correct endianess.
1696         (sh_default_store_return_value): Ditto.
1697         (sh_gdbarch_init): Set sizeof long double to 8.
1698
1699 2002-09-27  Mark Kettenis  <kettenis@gnu.org>
1700
1701         * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1702         Fix some whitespace problems.
1703
1704 2002-09-27  David Carlton  <carlton@math.stanford.edu>
1705
1706         * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1707         (mcore-tdep.o): Ditto.
1708         (ns32k-tdep.o): Ditto.
1709         (ns32knbsd-tdep.o): Ditto.
1710         (sh3-rom.o): Ditto.
1711         (vax-tdep.o): Ditto.
1712         * cris-tdep.c: #include "gdb_string.h"
1713         * mcore-tdep.c: Ditto.
1714         * ns32k-tdep.c: Ditto.
1715         * ns32knbsd-tdep.c: Ditto.
1716         * sh3-rom.c: Ditto.
1717         * vax-tdep.c: Ditto.
1718
1719 2002-09-27  David Carlton  <carlton@math.stanford.edu>
1720
1721         * config/djgpp/fnchange.lst: Add entries for
1722         gdb/testsuite/gdb.c++/m-static files.
1723
1724 2002-09-27  Jim Wilson  <wilson@redhat.com>
1725
1726         * MAINTAINERS: Add myself to the Write After Approval list.
1727
1728 2002-09-26  Martin M. Hunt  <hunt@redhat.com>
1729
1730         * mips-tdep.c (find_proc_desc): Initialize startaddr.
1731
1732
1733 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1734
1735         * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1736         frame.
1737
1738 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1739
1740         * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1741         (rs6000_struct_return_address): Delete variable.
1742         (rs6000_store_struct_return): Update.
1743         (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1744         deprecated_extract_struct_value_address.
1745         (rs6000_frame_align): New function.
1746         (rs6000_gdbarch_init): Set frame_align.
1747
1748 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1749
1750         From Grace Sainsbury <graces@redhat.com>:
1751         * Makefile.in (gdbtk-main.o): New target.
1752         (gdb.o): New target.
1753         (main_h): Define.
1754         (main.o): Update dependencies.
1755         (gdb$(EXEEXT)): Add gdb.o.
1756         (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1757         (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1758         (SUBDIR_GDBTK_CLEAN): Set.
1759         (install-gdbtk): Install the insight binary.
1760         (uninstall-gdbtk): New target.
1761         (all-gdbtk, clean-gdbtk): New rule.
1762         * top.c (use_windows): Default to zero.
1763         * main.c: Include "main.h".
1764         (main): Delete.
1765         (struct captured_main_args): Delete.
1766         (gdb_main): New function.
1767         * main.h: New file.
1768         * gdb.c: New File.
1769
1770 2002-09-25  Andrew Cagney  <cagney@redhat.com>
1771
1772         * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1773         (frame_map_regnum_to_name): New function.
1774         (frame_map_name_to_regnum): New function.
1775         * frame.h (frame_map_name_to_regnum): Declare.
1776         (frame_map_regnum_to_name): Declare.
1777         * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1778         * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1779         * parse.c: Do not include "builtin-regs.h".
1780         (target_map_name_to_register): Delete function.
1781         (write_dollar_variable): Use frame_map_name_to_regnum.
1782         * parser-defs.h (target_map_name_to_register): Delete declaration.
1783         * expprint.c: Include "frame.h".
1784         (print_subexp): Use frame_map_regnum_to_name.
1785         * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1786         * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1787
1788 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
1789
1790         * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1791         wasn't saved, and the next innermost frame is a dummy, return the
1792         dummy frame's link register.
1793
1794 2002-09-24  Jim Blandy  <jimb@redhat.com>
1795
1796         Fix from Paul Breed:
1797         * main.c (captured_main): Add a `break' after the case for 'b'.
1798
1799 2002-09-24  Keith Seitz  <keiths@redhat.com>
1800
1801         * varobj.c (c_type_of_child): Use get_target_type instead
1802         of TYPE_TARGET_TYPE.
1803
1804 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1805
1806         * source.c (get_current_or_default_source_symtab_and_line): Remove
1807         function.
1808         (set_default_source_symtab_and_line): New function. Attempts to
1809         determine a source file to list lines from if one is not currently
1810         defined.
1811         (get_current_source_symtab_and_line): Initialize sal.pc and
1812         sal.end fields.
1813         (set_current_source_symtab_and_line): Mark argument as const.
1814         * source.h: Update declarations and comments.
1815         * linespec.c (decode_line_1): Replace call to removed routine above.
1816         * stack.c (print_frame_info_base): Ditto.
1817         * cli/cli-cmds.c (edit_command): Ditto.
1818         (list_command): Ditto.
1819
1820 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1821
1822         * source.c (get_current_or_default_source_symtab_and_line): Initialize
1823         sal.pc and sal.end fields.
1824         (get_current_or_default_source_symtab_and_line): Ditto.
1825         * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1826         so we do not cause a new source symtab to be searched for (reverting an
1827         unintentional change from the 2002-09-20 patch).
1828         * scm-lang.c (scm_unpac): Ditto.
1829
1830 2002-09-21  Andrew Cagney  <cagney@redhat.com>
1831
1832         * complaints.c (symfile_explanations): Remove new-line from
1833         ``isolated_message''.
1834         (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1835         (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1836
1837 2002-09-20  Nick Clifton  <nickc@redhat.com>
1838         
1839         * NEWS: Announce that V850EA ISA is no longer supported.
1840         * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1841
1842 2002-09-20  David Carlton  <carlton@math.stanford.edu>
1843
1844         * Makefile.in (c-lang.o): Correct dependencies.
1845         (utils.o): Gather dependencies.
1846         (charset.o): Move.
1847         * c-lang.c: #include "gdb_string.h"
1848
1849 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1850
1851         From 2002-07-02  George Helffrich <george@gly.bris.ac.uk>
1852         * cli/cli-cmds.c (list_command): New function.  Implements the new
1853         cli edit command.
1854         (_init_cli_cmds): Add new command definition.
1855         * gdb.1: Document edit command.
1856         * doc/gdb.texinfo: Document edit command.
1857
1858 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1859
1860         * source.c: Make global variables current_source_symtab and
1861         current_source_line static.
1862         (list_command): Moved to cli/cli-cmds.c.
1863         (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1864         (get_first_line_listed): New accessor function.
1865         (get_lines_to_list): New accessor function.
1866         (get_current_source_symtab_and_line): New function. Retrieves the
1867         position in the source code that we consider current.
1868         (get_current_or_default_source_symtab_and_line): New function.
1869         Like the above but attempts to determine a default position if one
1870         is not currently defined.
1871         (set_current_source_symtab_and_line): New function. Sets the source
1872         code position considered current and returns the previously set one.
1873         (clear_current_source_symtab_and_line): Reset stored information about
1874         a current source line.
1875         (_initialize_source): Remove registration for the "list" command and
1876         its alias.
1877         * source.h: Add declarations for the new functions above.
1878         * symtab.h: Remove declarations for the global variables mentioned
1879         above.
1880         * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1881         obtain current source line.
1882         * linespec.c (decode_line_1): Ditto.
1883         * macroscope.c (default_macro_scope): Ditto.
1884         * scm-lang.c (scm_unpac): Ditto.
1885         * stack.c (print_frame_info_base): Ditto.
1886         * symfile.c (clear_symtab_users): Ditto.
1887         * symtab.c (decode_line_spec): Ditto.
1888         * cli/cli-cmds.c (list_command): Moved here from source.c.
1889         (ambiguous_line_spec): Moved here from source.c.
1890         (_init_cli_cmds): Add definition for "list" and its alias.
1891         * Makefile.in: Update dependencies.
1892
1893 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1894
1895         * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1896         with what gcc thinks is correct.
1897
1898 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1899
1900         * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1901         multiple register push instruction.
1902
1903 2002-09-19  Jim Blandy  <jimb@redhat.com>
1904
1905         Add support for distinct host and target character sets.
1906         * charset.c, charset.h: New files.
1907         * c-exp.y: #include "charset.h".
1908         (yylex): Convert character and string literals to the target
1909         character set, before returning them as the semantic value of the
1910         token.
1911         * c-lang.c: #include "charset.h".
1912         (c_emit_char): Use charset-specific methods to recognize
1913         characters with backslash escape forms, to decide which characters
1914         to print literally and which to print using numeric escape
1915         sequences, and to convert target characters to host characters
1916         before printing.
1917         * utils.c: #include "charset.h".
1918         (no_control_char_error): New function.
1919         (parse_escape): Use charset-specific methods to recognize
1920         backslash escapes, parse `control character' notation, and convert
1921         characters from the host character set to the target character set.
1922         * configure.in: Set the default host character set.
1923         Check where to find iconv, and what its argument types might be.
1924         * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1925         * Makefile.in (SFILES): List charset.c.
1926         (COMMON_OBS): List charset.o.   
1927         (charset.o): New rule.
1928         (charset_h): New header dependency variable.
1929         (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1930         (LIBICONV): New variable, set by configure.
1931         (CLIBS): Include $(LIBICONV) here.
1932         * aclocal.m4, config.in, configure: Regenerated.
1933
1934 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
1935
1936         * ada-exp.y: Add missing semicolons to end rules. Fixes a
1937         bison 1.35 warning.
1938
1939 2002-09-19  Richard Earnshaw  <rearnsha@arm.com>
1940
1941         * gdb_mbuild.sh: New file.
1942
1943 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
1944
1945         * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1946
1947 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1948
1949         * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1950         jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1951         printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1952         valops.c, value.h: Revert previous change.
1953         
1954 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1955
1956         Preliminary support for Objective-C:
1957         * defs.h (language_objc): New enum value.
1958         (puts_filtered_tabular): Declaration only, exported from utils.c.
1959         (skip_quoted): Delete, declared in completer.h.
1960         * c-exp.y: Include completer.h.
1961         * p-exp.y: Ditto.
1962         * jv-exp.y: Ditto.
1963         * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
1964         New operator enum values.
1965         * language.h (CAST_IS_CONVERSION): Test for language_objc.
1966         * language.c (binop_result_type): Handle language_objc case.
1967         (integral_type, character_type, string_type, boolean_type,
1968         structured_type, binop_type_check): Ditto.
1969         * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1970         (struct objc_specific): Add to general_symbol_info.
1971         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1972         (SYMBOL_DEMANGLED_NAME): Handle objc case.
1973         * parser-defs.h (struct objc_class_str): New struct type.
1974         (start_msglist, end_msglist, add_msglist): Declaration only,
1975         exported from objc-lang.c.
1976         * value.h (value_of_local, value_nsstring, 
1977         call_function_by_hand_expecting_type): Exported from valops.c.
1978         * valops.c (find_function_addr): Export.
1979         (call_function_by_hand_expecting_type): New function.
1980         (value_of_local): New function.
1981         * symfile.c (init_filename_language_table): Add ".m" extension
1982         for Objective-C.
1983         * utils.c (puts_filtered_tabular): New function.
1984         (fprintf_symbol_filtered): Add objc demangling support (disabled).
1985         (set/show demangle): Extend help-string to refer to ObjC.
1986         * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1987         * stabsread.c (symbol_reference_defined): Objective-C symbols
1988         may contain colons: make allowances when scanning stabs strings
1989         for colons.
1990         (objc_find_colon): New function.
1991         * printcmd.c (address_info): If language == objc then print
1992         "self" instead of "this".
1993         * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1994         OP_NSSTRING, and OP_SELF.
1995         (prefixify_subexp): Ditto.
1996         * source.c (print_source_lines): Mention objc in comment.
1997         * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1998         method names.
1999
2000 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
2001
2002         * complaints.h: Update copyright.
2003         (struct complaints): Declare.
2004         (struct complaint): Make `message' constant.
2005         (internal_complaint): Declare.
2006         (complaint): Declare.
2007         (complaint_root): Delete declaration.
2008         (symfile_complaints): Delete declaration.
2009         (struct complaints): Add opaque declaration.
2010         (clear_complaints): Add a complaints parameter.
2011         * complaints.c: Update copyright.
2012         (enum complaint_series): Define.
2013         (complaint_root): Delete.
2014         (struct complaints): Define.
2015         (complaint_sentinel, symfile_complaint_book): New variables.
2016         (symfile_explanations, symfile_complaints): New variables.
2017         New variables.
2018         (get_complaints): New function.
2019         (vcomplaint): New function.
2020         (complaint): New function.
2021         (internal_complaint): New function.
2022         (complain): Call vcomplain with symfile_complaint.
2023         (clear_complaints): Rewrite.
2024         (_initialize_complaints): Use add_setshow_command.
2025         * Makefile.in (complaints.o): Update dependencies.
2026         * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2027         to call to clear_complaints.
2028         (new_symfile_objfile, reread_symbols): Ditto.
2029         (oldsyms_complaint): Delete.
2030         (empty_symtab_complaint, unknown_option_complaint): Delete.
2031         (free_named_symtabs): Use complaint instead of complain.
2032
2033 2002-09-18  Michael Snyder  <msnyder@redhat.com>
2034
2035         Contributed by Apple Computer, Inc.  Merged with current sources
2036         by Adam Fedor <fedor@doc.com> [cagney].
2037         
2038         * objc-lang.c: First clean-up round: comments, indentation.
2039         * objc-lang.h: Ditto.
2040         * objc-lang.y: Ditto.
2041
2042 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
2043
2044         * maint.c (maintenance_internal_error): Print the parameter as the
2045         error message.
2046         (maintenance_internal_warning): New function.
2047         (_initialize_maint_cmds): Add command `maint internal-warning'.
2048
2049         * defs.h (internal_warning, internal_vwarning): Declare.
2050         * utils.c (struct internal_problem): Define.
2051         (internal_vproblem): New function.
2052         (internal_warning): New function.
2053         (internal_vwarning): New function.
2054         (internal_warning_problem, internal_error_problem): New variables.
2055         (internal_verror): Just call internal_vproblem.
2056
2057 2002-09-18  Michael Snyder  <msnyder@redhat.com>
2058
2059         * objc-lang.c: New file, support for Objective-C.
2060         Preliminary check-in, not yet integrated into gdb.
2061         * objc-lang.h: New file.
2062         * objc-exp.y:  New file.
2063
2064 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
2065
2066         * infrun.c (signal_stop_update): Convert definition to ISO C.
2067         (signal_print_update): Ditto.
2068         (signal_pass_update): Ditto.
2069         * inflow.c (terminal_save_ours): Ditto.
2070
2071         * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2072         comments.
2073         
2074         * config/djgpp/fnchange.lst: Handle name clashes between
2075         bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2076         bfd/coff-tic80.c.
2077
2078         * i386-linux-tdep.h: Fix tipo.
2079
2080 2002-09-18  Adam Fedor  <fedor@gnu.org>
2081
2082         * MAINTAINERS: Add myself to the Write After Approval list.
2083
2084 2002-09-18  Jim Blandy  <jimb@redhat.com>
2085
2086         * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
2087         texthigh and textlow to reader-specific structs caused
2088         objfile_relocate to miss them.  This is fixable, but the work that
2089         the change was supposed to prepare GDB for never got done anyway.
2090
2091 2002-09-18  David Carlton  <carlton@math.stanford.edu>
2092
2093         * MAINTAINERS: Alphabetize Write After Approval list.
2094
2095 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
2096
2097         Fix PR gdb/709
2098         * values.c (value_static_field): Call read_var_value.
2099
2100 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
2101
2102         * valops.c (hand_function_call): Align the initial stack pointer
2103         and STRUCT_ADDR using frame_align.  When STRUCT_RETURN and
2104         FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2105         return value.
2106         * mips-tdep.c (mips_frame_align): New function.
2107         (mips_gdbarch_init): Set frame_align.
2108         * gdbarch.sh (FRAME_ALIGN): New method.
2109         * gdbarch.h, gdbarch.c: Re-generate.
2110
2111 2002-09-18  Michal Ludvig  <mludvig@suse.cz>
2112
2113         * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2114         registers.
2115
2116 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
2117
2118         * NEWS: Mention that MIPS $fp behavior changed.
2119         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2120         reference to FP_REGNUM.
2121         (mipsnbsd_cannot_store_register): Ditto.
2122         * mips-linux-nat.c: Update copyright.
2123         (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2124         (mips_linux_cannot_store_register): Ditto.
2125         * mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
2126         * config/mips/tm-mips.h: Update copyright.
2127         (FP_REGNUM): Delete macro.
2128         (MIPS_REGISTER_NAMES): Replace "fp" with "".
2129         * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2130         * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2131         (mips_r3041_reg_names, mips_r3051_reg_names)
2132         (mips_r3081_reg_names): Replace "fp" with "".
2133         Fix PR gdb/480.
2134
2135 2002-09-17  Theodore A. Roth  <troth@verinet.com>
2136
2137         * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to 
2138         generic_read_register_dummy() (PR gdb/703).
2139         (avr_push_return_address): #if 0 out unused vars.
2140         (avr_gdbarch_init): Enable use of avr_push_return_address().
2141
2142 2002-09-17  Michael Snyder  <msnyder@redhat.com>
2143
2144         * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2145         RTE will take care of it.
2146
2147 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
2148
2149         * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2150         invalid, return SP_REGNUM.
2151
2152 2002-09-17  Michael Snyder  <msnyder@redhat.com>
2153
2154         * mips-tdep.c (mips_pop_frame): Read saved values of floating
2155         point registers without sign extension.
2156
2157 2002-09-17  Andrew Cagney  <cagney@redhat.com>
2158
2159         * blockframe.c (deprecated_read_register_dummy): Rename
2160         generic_read_register_dummy.
2161         * frame.c (frame_unwind_signed_register): New function.
2162         (frame_unwind_unsigned_register): New function.
2163         * frame.h (frame_unwind_signed_register): Declare.
2164         (frame_unwind_unsigned_register): Declare.
2165         (deprecated_read_register_dummy): Rename
2166         generic_read_register_dummy.
2167
2168         * h8300-tdep.c (h8300_frame_chain): Update.
2169         (h8300_frame_saved_pc): Update.
2170         * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2171         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2172         * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2173         (s390_frame_chain): Update.
2174         * v850-tdep.c (v850_find_callers_reg): Update.
2175         (v850_frame_saved_pc): Update.
2176         * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2177         (m32r_find_callers_reg): Update.
2178         (m32r_frame_saved_pc): Update.
2179         * sh-tdep.c (sh_find_callers_reg): Update.
2180         (sh64_get_saved_pr): Update.
2181         (sh_init_extra_frame_info): Update.
2182         (sh_init_extra_frame_info): Update.
2183         (sh64_init_extra_frame_info): Update.
2184         (sh64_init_extra_frame_info): Update.
2185         * mcore-tdep.c (mcore_find_callers_reg): Update.
2186         (mcore_frame_saved_pc): Update.
2187         (mcore_init_extra_frame_info): Update.
2188         * i386-tdep.c (i386_frame_saved_pc): Update.
2189         * ia64-tdep.c (ia64_frame_saved_pc): Update.
2190         (ia64_init_extra_frame_info): Update.
2191         (ia64_init_extra_frame_info): Update.
2192         * d10v-tdep.c (d10v_frame_saved_pc): Update.
2193         * cris-tdep.c (cris_init_extra_frame_info): Update.
2194         * avr-tdep.c (avr_frame_chain): Update.
2195         (avr_init_extra_frame_info): Update.
2196         (avr_frame_saved_pc): Update.
2197         * arm-tdep.c (arm_find_callers_reg): Update.
2198         (arm_init_extra_frame_info): Update.
2199         (arm_frame_saved_pc): Update.
2200
2201 2002-09-17  Tom Tromey  <tromey@redhat.com>
2202
2203         * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2204         is "'".
2205
2206 2002-09-17  Corinna Vinschen  <vinschen@redhat.com>
2207
2208         * MAINTAINERS: Remove "non multi-arched" text from h8300.
2209         * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2210         NEXT_PROLOGUE_INSN.
2211         (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2212         NEXT_PROLOGUE_INSN.
2213
2214 2002-09-16  Joel Brobecker  <brobecker@gnat.com>
2215
2216         * osfsolib.c: Remove file, replaced by solib-osf.c.
2217         * Makefile.in: Remove compilation rules for osfsolib.c.
2218
2219 2002-09-16  David Carlton  <carlton@math.stanford.edu>
2220
2221         * cp-valprint.c (cp_print_class_method): Correct args to
2222         check_stub_method_group.
2223
2224 2002-09-16  Corinna Vinschen  <vinschen@redhat.com>
2225
2226         * h8300-tdep.c: Multiarch.  Drop `set machine' command in favor of
2227         `set architecture'.  Unify naming convention of functions.
2228         (h8300_skip_prologue): Improve prologue analysis.
2229         (h8300_push_arguments): Rewritten to more closely match GCC's
2230         bizarre argument-passing behavior, along with the comment describing
2231         said behavior.
2232         * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2233         * config/h8300/tm-h8300.h: Multiarch.  Just keep stuff needed by
2234         sim, remote-e7000.c, remote-hms.c and remote.c
2235
2236 2002-09-15  Mark Kettenis  <kettenis@gnu.org>
2237
2238         * i386-tdep.c (gdb_print_insn_i386): Removed.
2239         (i386_print_insn): New function.
2240         (i386_gdbarch_init): Set print_insn to i386_print_insns.
2241         (_initialize_i386_tdep): Don't initialize tm_print_insn and
2242         tm_print_insn_info.
2243
2244 2002-09-14  Mark Kettenis  <kettenis@gnu.org>
2245
2246         * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2247         zero.
2248
2249 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
2250
2251         * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2252         for IN_SIGTRAMP to here.  Use IN_SIGTRAMP only if it's defined. 
2253         Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2254
2255 2002-09-13  Christopher Faylor  <cgf@redhat.com>
2256
2257         * win32-nat.c (child_create_inferior): Honor 'tty' command.
2258
2259 2002-09-13  Daniel Jacobowitz  <drow@mvista.com>
2260
2261         * gdbtypes.c (check_stub_method): Make static.
2262         (check_stub_method_group): New function.
2263         * gdbtypes.h: Update prototypes.
2264         * cp-support.c: New file.
2265         * cp-support.h: New file.
2266
2267         * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2268         (update_method_name_from_physname): New function.
2269         (read_member_functions): Correct method names for operators
2270         and v3 constructors/destructors.  Separate v2 constructors and
2271         destructors.
2272         * Makefile.in (stabsread.o): Update dependencies.
2273         (SFILES): Add cp-support.c.
2274         (COMMON_OBS): Add cp-support.o.
2275         (cp_support_h, cp-support.o): Add.
2276
2277         * cp-valprint.c (cp_print_class_method): Call
2278         check_stub_method_group instead of check_stub_method.  Remove
2279         extraneous QUITs.
2280         * p-valprint.c (pascal_object_print_class_method): Likewise.
2281         * valops.c (search_struct_method): Likewise.
2282         (find_method_list, value_struct_elt_for_reference): Likewise.
2283
2284 2002-09-13  Andrew Cagney  <cagney@redhat.com>
2285
2286         * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2287         * gdbarch.h, gdbarch.c: Regenerate.
2288
2289 2002-09-13  Andrew Cagney  <ac131313@redhat.com>
2290
2291         * frame.c (find_saved_register): Delete function.
2292         * frame.h (find_saved_register): Delete declaration.
2293         Fix PR gdb/631.
2294
2295 Fri Sep 13 14:59:55 2002  Andrew Cagney  <cagney@redhat.com>
2296
2297         * mips-tdep.c (read_next_frame_reg): Re-hack using
2298         frame_register_unwind.
2299
2300 Fri Sep 13 07:42:09 2002  Andrew Cagney  <cagney@redhat.com>
2301
2302         * mips-tdep.c (mips_get_saved_register): Re-hack using
2303         frame_register_unwind.
2304
2305 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2306
2307         * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2308         vector. Will be useful for Interix.  
2309         * gdbarch.h, gdbarch.c: Regenerate.
2310
2311         * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2312         name of the malloc function by NAME_OF_MALLOC.
2313
2314 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2315
2316         * value.h (find_function_in_inferior): Add const keyword to
2317         one of the parameters. Allows us to invoke this function with
2318         a const char *.
2319         * valops.c (find_function_in_inferior): Likewise.
2320
2321 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2322
2323         * exec.c (xfer_memory): Fix compilation warning with old versions
2324         of GCC.
2325         * tracepoint.c (trace_find_tracepoint_command): Likewise.
2326
2327 2002-09-12  David Carlton  <carlton@math.stanford.edu>
2328
2329         * symtab.h: Run through gdb_indent.h.
2330         Add 2002 to Copyright year list.
2331
2332 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
2333
2334         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2335         mach constants.
2336         * MAINTAINERS: Add myself to write after approval list.
2337
2338 2002-09-11  J. Brobecker  <brobecker@gnat.com>
2339
2340         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2341
2342 2002-09-11  J. Brobecker  <brobecker@gnat.com>
2343
2344         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2345         Interix.
2346
2347 2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
2348
2349         * procfs.c (do_detach): Clear current signal, not just fault.
2350         Corrects problem with breakpoint trap signal leaking to detached
2351         process on Tru64.
2352
2353 2002-09-10  Michael Snyder  <msnyder@redhat.com>
2354
2355         * buildsym.c (finish_block): Protect against null pointer.
2356
2357 2002-09-10  Andrew Cagney  <cagney@redhat.com>
2358
2359         * infcmd.c (default_print_registers_info): Send all output to
2360         ``file'' instead of ``gdb_stdout''.
2361
2362 2002-09-10  Michael Snyder  <msnyder@redhat.com>
2363
2364         * mips-tdep.c (mips_extract_struct_value_address): Make val a
2365         LONGEST, and use signed register read (addresses are sign-
2366         extended for mips).
2367
2368 2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
2369
2370         * event-loop.c (gdb_do_one_event): Make public.
2371         * event-loop.h (gdb_do_one_event): Declare.
2372
2373 2002-09-10  Jeff Law  <law@redhat.com>
2374
2375         * infttrace.c (child_resume): Simplify and rework to avoid
2376         TT_PROC_CONTINUE.
2377
2378 2002-09-09  Fred Fish  <fnf@intrinsity.com>
2379
2380         * printcmd.c (print_scalar_formatted): "len" is the number of
2381         target bytes, NOT the number of target bits.
2382
2383 2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
2384
2385         From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
2386         * top.c (init_main): Set rl_terminal_name.
2387
2388 2002-09-08  Aidan Skinner <aidan@velvet.net>
2389
2390         * ada-lang.c (ada_array_bound, ada_type_match,
2391         _initialize_ada_language): Fix K&R definitions.
2392         * ada-tasks.c (get_current_task): Fix K&R definitions.
2393         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2394                         
2395 2002-09-07  Christopher Faylor  <cgf@redhat.com>
2396
2397         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2398         Add XP.
2399
2400 2002-09-06  Mark Kettenis  <kettenis@gnu.org>
2401
2402         * i386-tdep.c (i386_register_virtual_type,
2403         i386_register_convertible, i386_register_convert_to_virtual,
2404         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2405         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2406         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
2407         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2408         Don't set push_arguments twice.
2409
2410         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2411         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2412         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2413         sigtramp_end to NULL.
2414         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2415         defines.
2416         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2417
2418         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2419         whitespace.
2420
2421         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2422         * gdbarch.h, gdbarch.c: Re-generate.
2423         * blockframe.c (find_pc_sect_partial_function): Convert to use
2424         SIGTRAMP_START_P predicate.
2425
2426 2002-09-05  Michael Snyder  <msnyder@redhat.com>
2427
2428         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2429         generic_dummy_frame method and old method.  Also distinguish
2430         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2431         (arm_extract_return_value): Use new regcache method.
2432
2433         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2434         adjustment that doesn't conform to the ABI.
2435         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2436         saved regcache, not from current regcache.
2437
2438 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
2439
2440         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
2441         * README: Update.
2442
2443 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
2444
2445         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2446         if arm_apcs_32 is false.
2447
2448 2002-09-04  Andrew Cagney  <ac131313@redhat.com>
2449
2450         GDB 5.3 branch created.
2451
2452 2002-09-03  Theodore A. Roth  <troth@verinet.com>
2453
2454         * gdb/avr-tdep.c (avr_gdbarch_init): Use
2455         generic_unwind_get_saved_register.
2456
2457 2002-09-03  David Carlton  <carlton@math.stanford.edu>
2458
2459         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2460         argument (PR gdb/653).  Update call to smash_to_method_type.
2461         (read_structure_scope): Update call to dwarf2_add_member_fn.
2462
2463 2002-09-03  Michal Ludvig  <mludvig@suse.cz>
2464
2465         * x86-64-linux-tdep.c: Include gdb_string.h
2466         * x86-64-linux-nat.c: Ditto.
2467
2468 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2469
2470         * ada-exp.y (yyname, yyrule): Remap global variables that appear
2471         when YYDEBUG is set to 1.  
2472         * c-exp.y: Likewise.
2473         * f-exp.y: Likewise.
2474         * jv-exp.y: Likewise.
2475         * m2-exp.y: Likewise.
2476         * p-exp.y: Likewise.
2477
2478 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2479
2480         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2481         dependency list.
2482         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2483         solib_svr4_fetch_link_map_offsets to
2484         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2485         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2486         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2487         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2488         solib-svr4.o, and solib-legacy.o.
2489         * config/i386/tm-nbsd.h: Include solib.h.
2490
2491 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2492
2493         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
2494         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
2495         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
2496         comment noting that this needs its own target configuration.
2497         * config/i386/nbsd.mt: New file.
2498         * config/i386/nbsdaout.mt: Remove.
2499         * config/i386/nbsdelf.mt: Ditto.
2500         * config/i386/tm-nbsdaout.h: Ditto. 
2501
2502 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2503
2504         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
2505         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
2506         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2507         tdep->sigtramp_end.
2508         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
2509         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2510         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2511
2512 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2513
2514         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2515         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2516         * i386-tdep.h (i386bsd_init_abi): New prototype.
2517         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2518         function declaration.
2519         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2520         for NetBSD-a.out or NetBSD-ELF.
2521         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2522         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2523         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2524         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
2525         and nbsd-tdep.h.
2526         (i386nbsd_pc_in_sigtramp): New function.
2527         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2528         i386nbsd_pc_in_sigtramp.
2529         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2530         and i386nbsdelf_init_abi OS ABI handlers.
2531         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2532         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2533
2534 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
2535
2536         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2537         registers if the target really has them.
2538
2539 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2540
2541         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2542         than nbsd-tdep.h.
2543
2544 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2545
2546         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2547         list.
2548         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2549         (alphanbsd_skip_sigtramp_frame): New functions. 
2550         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2551         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
2552         to alphanbsd_sigcontext_addr. 
2553
2554 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2555
2556         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2557         list.
2558         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
2559         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2560         nbsd_pc_in_sigtramp. 
2561         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2562         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2563         * nbsd-tdep.c: Include gdb_string.h.
2564         (nbsd_pc_in_sigtramp): New function. 
2565         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
2566         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2567         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2568         ppcnbsd_pc_in_sigtramp. 
2569         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2570         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2571         shnbsd_pc_in_sigtramp. 
2572         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2573         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
2574         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2575
2576 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
2577
2578         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2579         watchpoints to NULL.
2580         (insert_breakpoints): set val field of watchpoints if NULL.
2581
2582
2583 2002-08-29  Jim Blandy  <jimb@redhat.com>
2584
2585         * symtab.c (lookup_symbol_aux): In the cases where we find a
2586         minimal symbol of an appropriate name and use its address to
2587         select a symtab to read and search, use `name' (as passed to us)
2588         as the demangled name when searching the symtab's global and
2589         static blocks, not the minsym's name.
2590
2591 2002-08-29  Keith Seitz  <keiths@redhat.com>
2592
2593         * stack.c (print_frame_info_base): Always set current_source_symtab
2594         and current_source_line.
2595
2596 2002-08-29  Donn Terry  <donnte@microsoft.com>
2597
2598         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2599
2600 2002-08-28  Keith Seitz  <keiths@redhat.com>
2601
2602         * stack.c (select_frame): Add FIXME concerning selected-frame
2603         events.
2604         (select_frame_command): Send selected-frame-level-changed
2605         event notification, but only if the level actually changed.
2606         (up_silently_base): Add selected-frame-level-changed event
2607         notification.
2608         (down_silently_base): Likewise.
2609
2610 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
2611
2612         * Makefile.in: Update dependencies for all gdb/*.c files.
2613
2614 2002-08-27  Tom Tromey  <tromey@redhat.com>
2615
2616         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2617         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2618         Update dependencies.
2619         * i387-tdep.c: Include gdb_string.h.
2620         * osabi.c: Likewise.
2621         * i386-linux-nat.c: Likewise.
2622         * lin-lwp.c: Likewise.
2623         * ax-gdb.c: Likewise.
2624         * signals/signals.c: Likewise.
2625         * jv-valprint.c: Likewise.
2626         * p-lang.c: Likewise.
2627         * c-valprint.c: Likewise.
2628         * cp-abi.c: Likewise.
2629
2630 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
2631
2632         * cli/cli-script.h (copy_command_lines): Export.
2633         * breakpoint.c: Include cli/cli-script.h.
2634         * Makefile.in (breakpoint.o): Update dependencies.
2635
2636 2002-08-26  Michael Snyder  <msnyder@redhat.com>
2637
2638         * breakpoint.c (insert_breakpoints): Protect all references
2639         to 'process_warning'.  Shorten long lines.
2640
2641 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
2642
2643         * cli/cli-script.c (copy_command_lines): New function.
2644         * defs.h (copy_command_lines): Export.
2645         * testsuite/gdb.base/commands.exp: New tests for commands
2646         attached to a temporary breakpoint, and for commands that
2647         delete the breakpoint they are attached to.
2648         
2649 2002-08-26  Michael Snyder  <msnyder@redhat.com>
2650
2651         * breakpoint.c (bpstat_stop_status): Instead of copying the 
2652         pointer to the breakpoint commands struct, make a new copy
2653         of the struct and point to that.
2654         (bpstat_clear): Free the commands struct.
2655         (bpstat_clear_actions): Free the commands struct.
2656         (bpstat_do_actions): Free the command actions.  Also execute
2657         the local cleanups, instead of deleting them.
2658         (delete_breakpoint): Leave the commands field of the bpstat
2659         chain alone -- it will be freed later.
2660
2661 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
2662
2663         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2664         deleted in 2002-08-20 commit.  This function is still used by
2665         ppc-linux-nat.c.
2666
2667 2002-08-26  Keith Seitz  <keiths@redhat.com>
2668
2669         * gdb-events.sh: Add selected-frame-level-changed event.
2670         * gdb-events.c: Regenerated.
2671         * gdb-events.h: Regenerated.
2672         
2673 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
2674
2675         Fix PR gdb/393:
2676         * inflow.c (terminal_save_ours): New function to save terminal
2677         settings.
2678         * inferior.h (terminal_save_ours): Declare.
2679         * target.c (debug_to_terminal_save_ours): New function.
2680         (cleanup_target): Defaults to_terminal_save_ours.
2681         (update_current_target): Inherit to_terminal_save_ours.
2682         (setup_target_debug): Set to_terminal_save_ours.
2683         * target.h (target_terminal_save_ours): New to save terminal settings.
2684         (target_ops): New member to_terminal_save_ours.
2685         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2686         * hpux-thread.c (init_hpux_thread_ops): Likewise.
2687         * inftarg.c (init_child_ops): Likewise.
2688         * m3-nat.c (init_m3_ops): Likewise.
2689         * procfs.c (init_procfs_ops): Likewise.
2690         * wince.c (init_child_ops): Likewise.
2691         * win32-nat.c (init_child_ops): Likewise.
2692         * sol-thread.c (init_sol_thread_ops): Likewise.
2693
2694 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
2695
2696         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
2697         use regcache_* functions.
2698         (i386_gdbarch_init): Set store_return_value instead of
2699         deprecated_store_return_value.
2700
2701         * regcache.c (regcache_raw_write_signed,
2702         regcache_raw_write_unsigned): New functions.
2703         * regcache.h (regcache_raw_write_signed,
2704         regcache_raw_write_unsigned): New prototypes.
2705
2706 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2707
2708         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2709         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2710         source file dependencies.  Cleanup corresponding generator rules.
2711
2712 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2713
2714         * regcache.h (register_offset_hack): Declare.
2715         (regcache_cooked_read_using_offset_hack): Declare.
2716         (regcache_cooked_write_using_offset_hack): Declare.
2717
2718         * regcache.c (register_offset_hack): New function.
2719         (regcache_cooked_read_using_offset_hack): New function.
2720         (regcache_cooked_write_using_offset_hack): New function.
2721         (regcache_dump): Check that the registers, according to their
2722         offset, are packed hard against each other.
2723         (cooked_xfer_using_offset_hack): New function.
2724
2725 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2726
2727         * regcache.c (struct regcache_descr): Add field register_type.
2728         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2729         in as a parameter
2730         (init_regcache_descr): Initialize register_type.  Pass the descr
2731         to init_legacy_regcache_descr.  Use register_type instead of
2732         REGISTER_VIRTUAL_TYPE.
2733         (register_type): New function.
2734         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2735         * regcache.h (register_type): Declare.
2736
2737 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2738
2739         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2740         instead of deprecated_store_return_value.  Fix fallout from
2741         2002-08-23 Andrew Cagney <cagney@redhat.com>.
2742
2743 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2744
2745         * regcache.c (max_register_size): New function.
2746         (init_legacy_regcache_descr): Ensure that max_register_size is
2747         large enough for REGISTER_VIRTUAL_SIZE.
2748         * regcache.h (max_register_size): Declare.
2749
2750 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
2751
2752         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2753         store_return_value.
2754         (e500_extract_return_value): Change type of valbuf pointer to
2755         void.
2756
2757 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2758
2759         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2760         workaround.
2761
2762         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2763         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2764         long long) to prevent compiler warning on 64-bit systems.
2765
2766 2002-08-23  Andrew Cagney  <cagney@redhat.com>
2767
2768         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2769         (DEPRECATED_STORE_RETURN_VALUE): New method.
2770         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2771         * gdbarch.h, gdbarch.c: Re-generate.
2772
2773         * values.c (set_return_value): Pass current_regcache to
2774         STORE_RETURN_VALUE.
2775         * arch-utils.h (legacy_store_return_value): Declare.
2776         * arch-utils.c (legacy_store_return_value): New function.
2777         (legacy_extract_return_value): Update parameters.
2778
2779         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2780         STORE_RETURN_VALUE.
2781         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2782         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2783         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2784         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2785         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2786         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2787         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2788         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2789         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2790         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2791
2792         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2793         * i386-tdep.c (i386_extract_return_value): Update.
2794         * arch-utils.c (legacy_extract_return_value): Update.
2795         * frv-tdep.c (frv_gdbarch_init): Update.
2796         * cris-tdep.c (cris_gdbarch_init): Update.
2797         * d10v-tdep.c (d10v_gdbarch_init): Update.
2798         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2799         * m68k-tdep.c (m68k_gdbarch_init): Update.
2800         * mcore-tdep.c (mcore_gdbarch_init): Update.
2801         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2802         * s390-tdep.c (s390_gdbarch_init): Update.
2803         * sparc-tdep.c (sparc_gdbarch_init): Update.
2804         * sh-tdep.c (sh_gdbarch_init): Update.
2805         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2806         * v850-tdep.c (v850_gdbarch_init): Update.
2807         * avr-tdep.c (avr_gdbarch_init): Update.
2808         * ia64-tdep.c (ia64_gdbarch_init): Update.
2809         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2810         * vax-tdep.c (vax_gdbarch_init): Update.
2811         * alpha-tdep.c (alpha_gdbarch_init): Update.
2812         * arm-tdep.c (arm_gdbarch_init): Update.
2813         * mips-tdep.c (mips_gdbarch_init): Update.
2814         * i386-tdep.c (i386_gdbarch_init): Update.
2815
2816 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
2817
2818         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2819         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2820
2821 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2822
2823         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
2824         problems.
2825
2826 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
2827
2828         * infrun.c (handle_inferior_event): Move a comment outside of a
2829         function call, in order to avoid indent reformatting this part
2830         of the code in an unreadable way.
2831
2832 2002-08-23  Grace Sainsbury  <graces@redhat.com>
2833
2834         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2835         when breakpoints fail. Move general breakpoint error messages to
2836         insert_breakpoints.  
2837         * breakpoint.c (insert_breakpoints): Change warnings when
2838         breakpoints are nto inserted to specify the type. Remove call to
2839         memory_error when hardware breakpoints can't be inserted. Remove
2840         multiple calls to warning so all messages are sent to the user at
2841         once.
2842         (delete_breakpoints): Make insert error messsages more explicit.
2843
2844 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
2845
2846         * ChangeLog: Move gdbserver entries after GDB 5.2 to
2847         gdbserver/ChangeLog.
2848
2849 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
2850
2851         * i386-tdep.c: Include "objfiles.h".
2852         (i386_svr4_init_abi): Set in_solib_call_trampoline and
2853         skip_trampoline_code.
2854         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2855         (CPLUS_MARKER): Define to '.'.
2856
2857         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2858         member.
2859         (linux_corefile_thread_callback): Increase args->num_notes.
2860         (linux_make_note_section): Initialize thread_args.num_notes, and
2861         use it to determine whether notes for any threads were created.
2862
2863 2002-08-23  Donn Terry  <donnte@microsoft.com>
2864
2865         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2866         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2867         and PCUNKILL.
2868         (write_with_trace): Conditionalize out the switch branch handling
2869         PCSHOLD if the corresponding macro is not defined. Likewise for
2870         PRSABORT and PRSTOP.
2871         This change will be needed by the Interix port.
2872
2873 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2874
2875         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2876         write_register wherever possible instead of manipulating the
2877         register bytes directly.
2878         Assign VALUE_CONTENTS to a variable and use that.
2879         The GPR numbers are now dependent on the architecture.
2880         
2881 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2882
2883         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2884         ev_offset fields.
2885         (skip_prologue): Add support for BookE/e500 instructions.
2886         (e500_extract_return_value): New function.
2887         (frame_get_saved_regs): Add support for saving ev registers and
2888         pseudo gpr's.
2889         (e500_store_return_value): New function.
2890         (rs6000_gdbarch_init): Move up default intializations of
2891         deprecated_extract_return_value and store_return_value.  Overwrite
2892         init of store_return_value with e500 specific version.
2893         Set extract_return_value for e500.
2894         
2895 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2896
2897         * blockframe.c (generic_call_dummy_register_unwind): Use
2898         regcache_cooked_read to catch cases in which the variable is
2899         stored in a pseudo register.
2900
2901 2002-08-22  Andrew Cagney  <cagney@redhat.com>
2902
2903         * NEWS: Mention that the i960 has been made obsolete.
2904         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2905         i960-tdep.c
2906         (remote-nrom.o): Obsolete target.
2907         (remote-nindy.o, i960-tdep.o): Ditto.
2908         * remote-nrom.c: Make file obsolete.
2909         * remote-nindy.c, remote-vx960.c: Ditto.
2910         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2911         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2912         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2913         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2914         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2915         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2916         i960-*-vxworks* obsolete.
2917         * MAINTAINERS: Note that the i960 is obsolete.
2918
2919 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
2920
2921         * aix-thread.c (aix_thread_detach): Disable thread debugging on
2922         detach to allow reinitialization.
2923
2924 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
2925
2926         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2927         attempt).
2928
2929 2002-08-22  Jim Blandy  <jimb@redhat.com>
2930
2931         * coffread.c (coff_symfile_read): Don't try to read the line
2932         number table from disk if the image file doesn't have a symbol
2933         table; we'll never actually look at the info anyway, and Windows
2934         ships DLL's with bogus file offsets for the line number data.
2935
2936 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
2937
2938         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2939         an e500 executable.
2940
2941 2002-08-21  Michael Snyder  <msnyder@redhat.com>
2942
2943         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2944         (MSYMBOL_SIZE): Replace macro with function.
2945         (DEFAULT_MIPS_TYPE): Delete unused macro.
2946         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2947         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2948
2949 2002-08-21  Jim Blandy  <jimb@redhat.com>
2950
2951         * valops.c (value_cast): Simplify and correct logic for doing a
2952         static cast from a pointer to a base class to a pointer to a
2953         derived class.
2954
2955 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2956
2957         * infcmd.c (default_print_registers_info): Replace
2958         do_registers_info.
2959         (registers_info): Use gdbarch_print_registers_info instead of
2960         DO_REGISTERS_INFO.
2961         * inferior.h (default_print_registers_info): Replace
2962         do_registers_info.
2963         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2964         (DO_REGISTERS_INFO): Change to a predicate function.
2965         * gdbarch.h, gdbarch.c: Regenerate.
2966         
2967 2002-08-21  Keith Seitz  <keiths@redhat.com>
2968
2969         * gdb-events.sh: Add target-changed event.
2970         * gdb-events.c: Regenerated.
2971         * gdb-events.c: Regenerated.
2972         * valops.c (value_assign): Add target-changed event notification
2973         to inlval_register, lval_memory, and lval_reg_frame_relative.
2974
2975 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
2976
2977         * NEWS: Add an entry regarding the improvement of the next/step
2978         operation on Alpha Tru64 multi-processor machines.
2979
2980 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2981
2982         * Makefile.in: Update dependencies for mi/ cli/ and tui/
2983         directores.
2984         * Makefile.in: Update all _h macro definitions.
2985         * Makefile.in (install-gdbtk): Move to install section.
2986         (rdi-share/libangsd.a): Move to end of file.
2987
2988 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2989
2990         * frame.c (frame_register_unwind): When a register, set addrp to
2991         the register's byte.
2992
2993 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2994
2995         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2996         used locally, so move them from the target machine header to here.
2997         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
2998         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
2999         Make static.
3000         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3001
3002 2002-08-20  Andrew Cagney  <cagney@redhat.com>
3003
3004         * NEWS: Mention that the Apollo line was made obsolete.
3005         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3006         m68*-hp-hpux* obsolete.
3007         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3008         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3009         * buildsym.c (make_blockvector): Make static.
3010         * buildsym.h (make_blockvector): Make extern declaration obsolete.
3011         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3012         (ALLDEPFILES): Remove dstread.c.
3013         (dstread.o): Obsolete make rule.
3014         * dstread.c: Makefile obsolete.
3015         * dst.h: Ditto.
3016         * config/m68k/hp300hpux.mt: Ditto.
3017         * config/m68k/hp300hpux.mh: Ditto.
3018         * config/m68k/hp300bsd.mt: Ditto.
3019         * config/m68k/hp300bsd.mh: Ditto.
3020         * config/m68k/apollo68b.mt: Ditto.
3021         * config/m68k/apollo68v.mh: Ditto.
3022         * config/m68k/apollo68b.mh: Ditto.
3023
3024 2002-08-20  Michael Snyder  <msnyder@redhat.com>
3025
3026         * mips-tdep.c (mips_in_return_stub): Make static.
3027         (mips_gdbarch_init): Set in_solib_return_trampoline.
3028         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3029
3030 2002-08-20  Michael Snyder  <msnyder@redhat.com>
3031
3032         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3033         * gdbarch.c, gdbarch.h: Regenerate.
3034         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3035         Add.
3036         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3037
3038 2002-08-20  Michael Snyder  <msnyder@redhat.com>
3039
3040         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3041         (mips_gdbarch_init): Set skip_trampoline_code, 
3042         in_solib_call_trampoline.
3043         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3044         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3045
3046 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3047
3048         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3049
3050         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3051         vector type for ev registers.
3052         (e500_pseudo_register_read): New function.
3053         (e500_pseudo_register_write): New function.
3054         (e500_dwarf2_reg_to_regnum): New function.
3055         (PPC_UISA_NOFP_SPRS): New macro.
3056         (PPC_EV_REGS): New macro.
3057         (PPC_GPRS_PSEUDO_REGS): New macro.
3058         (registers_e500): New register set for e500.
3059         (variants): Add e500 variant.
3060         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3061         before setting architectural dependent variations.  Initialize ev
3062         registers numbers.  Add case for e500 architecture.  Set the
3063         number of pseudo registers.
3064
3065 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3066
3067         * rs6000-tdep.c: Clean up comments.
3068
3069 2002-08-20  Andrew Cagney  <cagney@redhat.com>
3070
3071         * h8300-tdep.c: Re-indent file.
3072
3073 2002-08-20  Jim Blandy  <jimb@redhat.com>
3074
3075         * Makefile.in (LDFLAGS): Allow the configure script to establish a
3076         default for this.
3077
3078 2002-08-20  Keith Seitz  <keiths@redhat.com>
3079
3080         * breakpoints.c (watch_command_1): Use internal breakpoint
3081         when setting a watchpoint_scope breakpoint.
3082
3083 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3084
3085         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3086         (build_builtin_type_vec64i): Ditto.
3087         (build_builtin_type_vec128): Ditto.
3088         (build_builtin_type_vec128i): Ditto.
3089
3090 2002-08-19  Michael Snyder  <msnyder@redhat.com>
3091
3092         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3093         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3094         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3095         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3096         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3097         CALL_DUMMY_ADDRESS): Delete.
3098         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3099         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3100         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
3101         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
3102         push_return_address.
3103         (mips_register_raw_size, mips_eabi_use_struct_convention, 
3104         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3105         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3106         mips_init_extra_frame_info, mips_eabi_push_arguments, 
3107         mips_n32n64_push_arguments, mips_push_return_address,
3108         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3109         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3110
3111 2002-08-19  Michael Snyder  <msnyder@redhat.com>
3112
3113         * mips-tdep.c (mips_frame_num_args): New function.
3114         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3115         frame_saved_pc, frame_args_address, frame_locals_address, 
3116         frame_num_args, and frame_args_skip.
3117         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3118         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
3119         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3120         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3121
3122 2002-08-20  Michael Snyder  <msnyder@redhat.com>
3123
3124         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3125         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3126         * mips-tdep.c (mips_store_struct_return): New function.
3127         (mips_extract_struct_value_address): New function.
3128         (mips_gdbarch_init): Set store_struct_return and
3129         extract_struct_value_address.
3130
3131 2002-08-20  David Carlton  <carlton@math.stanford.edu>
3132
3133         * dwarf2read.c (dwarf2_build_psymtabs): Check that
3134         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3135         (read_file_scope): Check that line_header is nonzero before
3136         decoding macro information.
3137
3138 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
3139
3140         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3141         flag the general-purpose registers as floating-point on targets
3142         that don't support the floating-point registers.
3143
3144 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3145
3146         * rs6000-tdep.c (altivec_register_p): Delete.
3147         (rs6000_do_altivec_registers): Delete.
3148         (rs6000_altivec_registers_info): Delete.
3149         (rs6000_do_registers_info): Delete.
3150         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3151         (rs6000_gdbarch_init): Remove setting of do_registers_info.
3152
3153 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
3154
3155         * infcmd.c (do_registers_info): Print vector registers in hex
3156         format only.
3157         (print_vector_info): Check that printing registers
3158         makes sense.
3159         (print_float_info): Ditto.
3160
3161 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
3162
3163         * mips-tdep.c (mips_gdbarch_init): Update.
3164         (mips_o32_extract_return_value): Rewrite.
3165         (mips_o32_store_return_value): Rewrite.
3166         (mips_o32_xfer_return_value): New function.
3167         (mips_xfer_register): Tweak debug print message.  Allow for
3168         buf_offset when dumping the value transfered.
3169
3170 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
3171
3172         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3173         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3174         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3175         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3176         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3177
3178 2002-08-14  Michael Snyder  <msnyder@redhat.com>
3179
3180         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3181
3182 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
3183
3184         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3185         register.
3186         (P): New macro to define a register as a pseudo register.
3187         (R, R4, R8, R16, FR32, R64, R0): Updated.
3188         (struct variant): Add new fields for number of pseudo registers
3189         and number of total registers.
3190         (tot_num_registers): New macro replacing....
3191         (num_registers): ...deleted macro.
3192         (num_registers): New function.
3193         (num_pseudo_registers): New function.
3194         (variants): Update all variants to intialize new fields correctly.
3195         Postpone initialization of number of pseudo regs and real regs.
3196         (init_variants): New function.
3197         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
3198         registers offsets.
3199
3200 2002-08-19  David Carlton  <carlton@math.stanford.edu>
3201
3202         * valops.c (search_struct_field): Change error message to treat
3203         return value of 0 from value_static_field as meaning that field is
3204         optimized out.
3205         (value_struct_elt_for_reference): Ditto.
3206         * values.c (value_static_field): Treat an unresolved location the
3207         same as a nonexistent symbol.  Fix PR gdb/635.
3208         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3209         enclosed.  Fix PR gdb/574.
3210         * MAINTAINERS: Add self to Write After Approval list.
3211
3212 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
3213
3214         * mips-tdep.c (mips_xfer_register): New function.
3215         (mips_n32n64_extract_return_value): Rewrite.
3216         (mips_gdbarch_init): For N32 and N64, set extract_return_value
3217         instead of deprecated_extract_return_value.
3218
3219 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
3220
3221         * rs6000-tdep.c (TDEP): Delete macro.
3222         (branch_dest): Replace use of TDEP macro with its body.
3223         (rs6000_pop_frame): Ditto.
3224         (rs6000_push_arguments): Ditto.
3225         (rs6000_skip_trampoline_code): Ditto.
3226         (rs6000_frame_saved_pc): Ditto.
3227         (rs6000_frame_chain): Ditto.
3228         (rs6000_register_name): Ditto.
3229         (rs6000_register_byte): Ditto.
3230         (rs6000_register_raw_size): Ditto.
3231         (rs6000_register_virtual_type): Ditto.
3232         (rs6000_register_convertible): Ditto.
3233         (rs6000_convert_from_func_ptr_addr): Ditto.
3234
3235 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
3236
3237         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3238         conditionally.
3239         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3240         MIPS_LINUX_JB_ELEMENT_SIZE.
3241         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3242         for MAX_REGISTER_RAW_SIZE arrays.
3243         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3244         MIPS_LINUX_JB_ELEMENT_SIZE.
3245
3246 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3247
3248         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3249
3250 2002-08-19  Aidan Skinner <aidan@velvet.net>
3251
3252         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3253         ada-valprint.c ada-tasks.c.
3254         (YYFILES): Add ada-exp.y.
3255         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3256         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3257         (ada-exp.tab.o): New target.
3258                 
3259 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3260
3261         * regcache.c (regcache_xfer_part): New function.
3262         (regcache_raw_read_part): New function.
3263         (regcache_raw_write_part): New function.
3264         (regcache_cooked_read_part): New function.
3265         (regcache_cooked_write_part): New function.
3266         * regcache.h (regcache_raw_read_part): Declare.
3267         (regcache_raw_write_part): Declare.
3268         (regcache_cooked_read_part): Declare.
3269         (regcache_cooked_write_part): Declare.
3270
3271 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
3272
3273         * remote.c (remote_open_1): Add async_p.
3274         (remote_async_open_1): Delete.
3275         (open_remote_target): Delete.
3276         (remote_open, extended_remote_open): Update calls to remote_open_1.
3277         (remote_async_open, extended_remote_async_open): Call
3278         remote_open_1 instead of remote_async_open_1.
3279
3280 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
3281
3282         * blockframe.c: Fix a few coding standard violations.
3283
3284 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
3285
3286         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3287         here from ...
3288         * config/i386/tm-i386sco5.h: ... here.  File removed.
3289         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3290
3291         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3292         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3293         (TM_FILE): Set to tm-i386.h.
3294         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3295         * config/i386/tm-i386v.h: Remove file.
3296         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3297         instead of "i386/tm-i386v.h".
3298         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3299         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3300         "i386/tm-i386v.h".
3301         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3302         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3303         "i386/tm-i386.h".
3304
3305 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3306
3307         * config/i386/nm-i386v.h: Add protection against
3308         multiple-inclusion.
3309         (i386_register_u_addr): Remove prototype.
3310         (register_u_addr): New prototype.
3311         (REGISTER_U_ADDR): Redefine accordingly.
3312         * i386v-nat.c: Improve several comments.
3313         (i386_register_u_addr): Change signature and rename to
3314         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
3315         ubase variable.
3316
3317 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3318
3319         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3320         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3321         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3322         deprecated_extract_return_value.
3323         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3324         rename mips_o32o64_push_arguments.
3325         (mips_gdbarch_init): Update.
3326         (mips_extract_return_value): Delete.
3327         (mips_o32_extract_return_value): Clone mips_extract_return_value.
3328         (mips_o64_extract_return_value): Clone mips_extract_return_value.
3329         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3330         (mips_n32n64_extract_return_value): Clone
3331         mips_extract_return_value.
3332         (mips_store_return_value): Delete.
3333         (mips_o32_store_return_value): Clone mips_store_return_value.
3334         (mips_o64_store_return_value): Clone mips_store_return_value.
3335         (mips_eabi_store_return_value): Clone mips_store_return_value.
3336         (mips_n32n64_store_return_value): Clone mips_store_return_value.
3337
3338 2002-08-18  Aidan Skinner <aidan@velvet.net>
3339
3340         * ada-lang.c: Use gdb_string.h instead of <string.h>.
3341         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3342                 
3343 2002-08-18  Aidan Skinner <aidan@velvet.net>
3344
3345         * ada-lang.c: Run through gdb_indent.sh.
3346         * ada-lang.h: Run through gdb_indent.sh.
3347         * ada-tasks.c: Run through gdb_indent.sh.
3348         * ada-typeprint.c: Run through gdb_indent.sh.
3349         * ada-valprint.c: Run through gdb_indent.sh.
3350
3351 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3352
3353         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3354         ABI.
3355
3356 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3357
3358         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3359
3360         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3361         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3362
3363         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3364         write_register_gen instead of write_register_bytes.
3365
3366         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3367         i[3456]-*-osf1mk* configurations have been made obsolete.
3368         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3369         i[3456]86-*-osf1mk* hosts obsolete.
3370         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3371         targets obsolete.
3372         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3373         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3374         config/i386/i386m3.mt, config/i386/nm-m3.h,
3375         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3376         config/i386/i386mk.mh, config/i386/i386mk.mt,
3377         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3378         obsolete.
3379         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3380         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3381         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3382
3383 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3384
3385         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3386         (hppa_value_returned_from_stack): Declare.
3387         (hppa_extract_return_value): Declare.
3388         * config/pa/hppa.mt: New file.
3389         * configure.tgt: Recognize hppa*-*-*.
3390         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
3391
3392 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3393
3394         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3395         comment.
3396
3397 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
3398
3399         * top.c (gdb_rl_operate_and_get_next): Make sure
3400         operate-and-get-next functions correctly even when the history
3401         list is completely filled.
3402
3403 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3404
3405         * MAINTAINERS (Target Instruction Set Architectures): Rename
3406         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
3407         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
3408         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
3409         already listed under Host/Native.
3410
3411         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3412         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
3413         mips*-*-*.
3414
3415 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
3416
3417         * config/ia64/ia64.mt: New file.
3418         * config/alpha/alpha.mt: New file.
3419         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3420         ia64-linux-gnu.  Mention that ia64-elf is broken.
3421         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3422
3423 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
3424
3425         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3426         generic_func_frame_valid instead of func_frame_valid.
3427
3428 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3429
3430         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3431         procfs appears to be broken when debugging on multi-processor
3432         machines. So enable software single stepping in order to avoid
3433         using the procfs interface to do next/step operations, using
3434         internal breakpoints instead.
3435
3436         * infrun.c (handle_inferior_event): Readjust the stop_pc by
3437         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3438         make this pc address equal to the value it would have if the
3439         system stepping capability was used. Also set a new flag used
3440         to ensure that we don't readjust the PC one more time later.
3441
3442         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3443         address by DECR_PC_AFTER_BREAK when software single step is
3444         in use for this architecture, as this has already been taken
3445         care of in handle_inferior_event().
3446
3447 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3448
3449         * infrun.c (handle_inferior_event): Minor reformatting, to make
3450         a rather long condition expression easier to read.
3451
3452 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3453
3454         * Makefile.in (gdbtk.o): Move to end of file.
3455         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3456         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3457         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3458         (gdbtk-wrapper.o, gdbres.o): Ditto.
3459
3460 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3461
3462         * Makefile.in (copying.o): Separate out compile rule.
3463         (hpux-thread.o, procfs.o, signals.o): Ditto.
3464         (v850ice.o, z8k-tdep.o): Ditto.
3465         (tui-file.o): Move to TUI section.
3466         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3467         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3468
3469 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3470
3471         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3472         skip_trampoline_code, for better namespace-proofing.   
3473
3474         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3475
3476 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3477
3478         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3479
3480 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3481
3482         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3483         signal, check whether we hit a breakpoint before checking for a
3484         single step breakpoint. Otherwise, GDB fails to notice that a
3485         breakpoint has been hit when stepping onto a breakpoint.
3486
3487 2002-08-16  Keith Seitz  <keiths@redhat.com>
3488
3489         * gdb-events.sh (clear_gdb_event_hooks): New function.
3490         * gdb-events.c: Regenerate.
3491         * gdb-events.h: Regenerate.
3492
3493 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3494
3495         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3496         not_a_sw_breakpoint.
3497         * breakpoint.h (bpstat_stop_status): Add parameter names.
3498
3499 2002-08-16  Grace Sainsbury  <graces@redhat.com>
3500
3501         * remote.c (remote_insert_hw_breakpoint)
3502         (remote_remove_hw_breakpoint): Fix calculation of length field
3503         for Z-packet.
3504
3505 2002-08-15  Michael Snyder  <msnyder@redhat.com>
3506
3507         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3508         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3509         (supply_fpregset): Ditto.
3510         
3511         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
3512         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
3513         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3514         (TARGET_READ_SP): Delete.
3515         (DO_REGISTERS_INFO): Delete.
3516         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3517         Delete.
3518         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3519         from macros to functions.
3520
3521         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3522         (mips_register_convertible, mips_register_convert_to_virtual,
3523         mips_register_convert_to_raw): Make static.
3524         (mips_read_sp): New function.
3525         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3526         (mips_do_registers_info): Make static.
3527         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3528         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3529         (mips_register_convert_from_type, mips_register_convert_to_type):
3530         New functions.
3531         (mips_gdbarch_init): Set up function_start_offset, 
3532         register_virtual_size, pc_in_sigtramp.
3533
3534 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3535
3536         * infcmd.c (vector_info): New function.
3537         (_initialize_infcmd): Add command "info vector".
3538         (print_vector_info): New function.
3539
3540         * gdbarch.sh (PRINT_VECTOR_INFO): New method
3541         * gdbarch.h, gdbarch.c: Regenerate.
3542
3543 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3544
3545         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3546         ``print_all''.  Only print vector registers when ``print_all''.
3547
3548 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3549
3550         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3551         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3552
3553         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3554         Add `args' parameter.
3555         * gdbarch.h, gdbarch.c: Regenerate.
3556         
3557         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3558         
3559         * infcmd.c (float_info): Call print_float_info.
3560         (print_float_info): New function.  By default, print the
3561         floating-point registers.
3562
3563         * arch-utils.h (default_print_float_info): Delete declaration.
3564         * arch-utils.c (default_print_float_info): Delete function.
3565         
3566 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
3567
3568         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3569         out define.
3570
3571         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3572         FRAME.
3573
3574         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3575         * configure.host: Make i[3456]86-*-aix host obsolete.
3576         * configure.tgt: Make i[3456]86-*-aix target obsolete.
3577         * config/i386/i386aix.mh, config/i386/i386aix.mt,
3578         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3579         config/i386/xm-i386aix.h: Make files obsolete.
3580         * i386aix-nat.c: Make file obsolete.
3581         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3582         (i386aix-nat.o): Make target obsolete.
3583
3584         * config/i386/nm-gnu.h: Removed.
3585         * config/i386/nm-i386gnu.h: New file.
3586         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3587         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3588         Moved here from ...
3589         * config/i386/tm-i386gnu.h: ... here.  Removed.
3590         * config/i386/xm-i386gnu.h: Removed.
3591         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3592         (NAT_FILE): Set to nm-i386gnu.h.
3593         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3594         * i386-tdep.c: New file.
3595         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3596         (i386gnu-tdep.o): Specify dependencies.
3597
3598 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
3599
3600         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3601         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3602         Adjust a few comments to reflect reality a bit closer.
3603         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3604         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3605         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3606         target_insert_watchpoint, target_remove_watchpoint):
3607         Move defines to ...
3608         * config/i386/nm-i386sco5.h: ... here.
3609         (kernel_u_size): Add prototype.  Improve a few comments and add
3610         protection against multiple inclusion.
3611         
3612         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3613         out define.
3614
3615         * uw-thread.c (SP_ARG0): Define if not already defined.
3616         * config/i386/tm-i386.h (SO_ARG0): Remove define.
3617
3618         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3619
3620         * config/i386/tm-i386.h: Don't include "regcache.h".
3621
3622         * i387-tdep.h (i387_print_float_info): New prototype.
3623         * i387-tdep.c (print_i387_value, print_i387_ext,
3624         print_i387_status_word, print_i387_control_word): Add `struct
3625         ui_file *' argument and use it for output.
3626         (i387_print_float_info): Renamed from i387_float_info.  Add
3627         `struct gdbarch *' and `struct ui_file *' arguments and use the
3628         latter for output.
3629         * i386-tdep.c: Include "i387-tdep.h".
3630         (i386_gdbarch_init): Set print_float_info.
3631         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3632         (FLOAT_INFO): Remove define.
3633
3634 2002-08-13  Michael Snyder  <msnyder@redhat.com>
3635
3636         * mips-tdep.c (mips_push_arguments): Rename to
3637         mips_eabi_push_arguments, and tune for EABI.
3638         (MIPS_REGS_HAVE_HOME_P): Delete.
3639         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3640         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3641         Delete references to mips_regs_have_home_p.
3642
3643 2002-08-14  Keith Seitz  <keiths@redhat.com>
3644
3645         * Makefile.in (install-gdbtk): Create insight plugin directory.
3646         Install plugins.tcl file.
3647
3648 2002-08-14  Keith Seitz  <keiths@redhat.com>
3649
3650         * configure.in: Move SUBDIRS to near top of the file so that
3651         --enable options may add things to it.
3652         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3653         * configure: Regenerate.
3654
3655 2002-08-13  Michael Snyder  <msnyder@redhat.com>
3656
3657         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
3658         cloned from mips_push_arguments, tuned for o32/o64 ABI.
3659         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3660
3661 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
3662
3663         * vax-tdep.c (vax_get_saved_register): Delete function.
3664         (vax_gdbarch_init): Update.
3665         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3666         (ns32k_gdbarch_init): Update.
3667         * alpha-tdep.c (alpha_get_saved_register): Delete function.
3668         (alpha_gdbarch_init): Update.
3669
3670 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3671
3672         * regcache.c (init_regcache_descr): Overallocate the
3673         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3674         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3675         nr_raw_registers.
3676         (set_register_cached): Add range checking assertions.  Use
3677         current_regcache.
3678
3679 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
3680
3681         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3682         numbers for MMX registers.
3683
3684 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3685
3686         * i386-tdep.c (i386_gdbarch_init): Use
3687         generic_unwind_get_saved_register.
3688
3689 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
3690
3691         * procfs.c (procfs_can_use_hw_breakpoint): New function.
3692         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3693         target vector.
3694         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3695         Delete.  Add comment regarding this now-deleted target method.
3696
3697 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3698
3699         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3700         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3701         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3702         real PC and the page number (if it's within the memory bank window).
3703         (m68hc11_pseudo_register_write): Likewise when saving.
3704         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3705         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3706         (m68hc11_register_raw_size): And use 32-bit for it.
3707         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3708         16K memory bank is used by the prog; also use the virtual pc.
3709
3710 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3711
3712         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3713         (m68hc11_gdbarch_init): Install it in gdbarch.
3714         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3715         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3716         (MSYMBOL_SIZE): New for documentation.
3717         (insn_return_kind): Enum to specify how a function returns.
3718         (frame_extra_info): Cleanup and record the return mode.
3719         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
3720         register in address computation.
3721         (m68hc11_get_return_insn): New to obtain the return instruction used
3722         by the function.
3723         (m68hc11_frame_init_saved_regs): Take into account the return
3724         instruction used by the function for far and interrupt functions.
3725         (m68hc11_init_extra_frame_info): Take into account page register.
3726         (m68hc11_frame_args_address): Adjust according to the return mode.
3727         (show_regs): Print page register only when it's used.
3728
3729 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3730
3731         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3732         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3733         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3734         registers.
3735         (m68hc11_register_raw_size): Likewise.
3736
3737 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3738
3739         * i386-tdep.c (i386_register_name): Handle mmx registers.
3740         (mmx_regnum_p): New function.
3741         (i386_mmx_names): New array.
3742         (mmx_num_regs): New variable.
3743         (i386_pseudo_register_read): New function.
3744         (i386_pseudo_register_write): New function.
3745         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3746
3747         * regcache.c (regcache_raw_read_unsigned): New function.
3748         (regcache_raw_read_signed): New function.
3749         * regcache.h (regcache_raw_read_unsigned): Declare.
3750         (regcache_raw_read_signed): Declare.
3751
3752 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3753
3754         * regcache.c (regcache_raw_read_as_address): Delete function.
3755         (regcache_cooked_read_signed): New function.
3756         (regcache_cooked_read_unsigned): New function.
3757         * regcache.h (regcache_cooked_read_signed): Declare.
3758         (regcache_cooked_read_unsigned): Declare.
3759         (regcache_raw_read_as_address): Delete declaration.
3760
3761         * blockframe.c (generic_read_register_dummy): Use
3762         regcache_cooked_read_unsigned.
3763         * i386-tdep.c (i386_extract_struct_value_address): Use
3764         regcache_cooked_read_unsigned.
3765
3766 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3767
3768         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3769         double sizes according to ELF ABI flags.
3770         (gdbarch_tdep): Record elf_flags.
3771
3772 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3773
3774         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3775         (m6812_prolog): They can appear in 68HC12 function prologue.
3776         (m68hc11_frame_chain): Cleanup.
3777
3778 2002-08-12  Andrew Cagney  <cagney@redhat.com>
3779
3780         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3781         declarations.
3782         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3783         (i386_linux_register_raw_size): Delete function.
3784         (i386_linux_init_abi): Update.
3785         * i386-tdep.c (i386_register_raw_size): Delete function.
3786         (i386_register_byte): Delete function.
3787         (i386_gdbarch_init): Update.
3788         (i386_register_size): Delete array.
3789         (i386_register_offset): Delete array.
3790
3791         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3792         (REGISTER_RAW_SIZE): Delete macro.
3793         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3794         (REGISTER_BYTE): Delete macro.
3795
3796 2002-08-11  Aidan Skinner <aidan@velvet.net>
3797
3798         * ada-lang.c (ada_lookup_partial_symbol)
3799         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3800         prototype names so that grep ^func works properly.
3801
3802         * ada-lang.c (ada_array_element_type)
3803         (ada_lookup_partial_symbol): Fix typos in parameter list.
3804
3805         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3806         Fix prototype names so that grep ^func works properly.
3807         
3808 2002-08-10  Andrew Cagney  <cagney@redhat.com>
3809             Elena Zannoni  <ezannoni@redhat.com>
3810             Martin M. Hunt  <hunt@redhat.com>
3811
3812         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3813         (build_builtin_type_vec128i): Set the vector bit.
3814         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3815         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3816         (build_builtin_type_vec64): New function.
3817         (build_builtin_type_vec64i): New function.
3818         (build_gdbtypes): Initialize builtin_type_vec64 and
3819         builtin_type_vec64i.
3820
3821 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3822
3823         * regcache.c (regcache_dump): Compare the register offset
3824         with REGISTER_BYTE.
3825         * arch-utils.c (generic_register_byte): New function.
3826         * arch-utils.h (generic_register_byte): Declare.
3827         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3828         * gdbarch.h, gdbarch.c: Regenerate.
3829
3830 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3831
3832         * regcache.c: Include "gdbcmd.h"
3833         (_initialize_regcache): Add commands "maintenance print
3834         registers", "maintenance print raw-registers" and "maintenance
3835         print cooked-registers".
3836         (enum regcache_dump_what): Define.
3837         (dump_endian_bytes): New function.
3838         (regcache_dump): New function.
3839         (regcache_print): New function.
3840         (maintenance_print_registers): New function.
3841         (maintenance_print_raw_registers): New function.
3842         (maintenance_print_cooked_registers): New function.
3843         * Makefile.in (regcache.o): Update dependencies.
3844
3845 2002-08-09  Michael Snyder  <msnyder@redhat.com>
3846
3847         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3848         (mips_push_arguments): Correct some comments.  Use paddr_nz
3849         for printing addresses in debug output.  Replace static
3850         allocation using MAX_REGISTER_RAW_SIZE with alloca.
3851         (mips_n32n64_push_arguments): New function, cloned from
3852         mips_push_arguments and tuned for the n32/n64 ABI.
3853         (mips_push_register): Buffer needs dynamic allocation.
3854         (mips_print_register): Ditto.
3855         (do_gp_register_row): Ditto.
3856         (mips_store_return_value): Ditto.
3857         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3858
3859 2002-08-09  Don Howard  <dhoward@redhat.com>
3860
3861         * memattr.c (mem_info_command): Print special case of upper bound
3862         as max CORE_ADDR + 1.
3863
3864 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3865
3866         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
3867         returns structs by ref if they're too big to fit in two registers.
3868
3869 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3870
3871         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3872         saved regs value.
3873         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3874         mips_find_saved_regs().
3875         (mips_pop_frame): Likewise.
3876
3877 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3878
3879         * blockframe.c (frame_saved_regs_register_unwind): Revise
3880         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3881         frames are in use.
3882
3883 2002-08-09  Grace Sainsbury  <graces@redhat.com>
3884         
3885         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3886         T-packets; the 'a' is not taken as a register number.
3887         (remote_check_watch_resources, remote_stopped_by_watchpoint)
3888         (remote_stopped_data_address): New functions; add to target
3889         vector.
3890         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3891         prototypes to match other implementations of this
3892         function. replace integer argument with pointer -- the length
3893         field in the Z-packet is the length of what is pointed to or 1 if
3894         pointer is null. Add to target vector.
3895         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3896         target vector.
3897
3898         From Mark Salter:
3899         * remote.c (remote_wait): Add support to extract optional
3900         watchpoint information from T-packet. Ignore unrecognized
3901         optional info in T-packet.
3902         (remote_async_wait): Ditto.
3903
3904 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
3905
3906         * cli/cli-dump.c: Change fopen modes to use binary open modes
3907         as defined in include/fopen-bin.h throughout.
3908
3909 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3910
3911         * mips-tdep.c: Minor whitespace and indentation clean-ups.
3912
3913 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3914
3915         * doublest.c (store_floating): Avoid floatformat_from_doublest()
3916         assertion failure by returning early after a warning.
3917
3918 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3919
3920         * mips-tdep.c (mips_find_saved_regs): Make static.
3921         (mips_frame_init_saved_regs): New function.
3922         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3923         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3924         (mips_find_saved_regs): Delete declaration.
3925
3926 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3927
3928         * remote.c (remote_wait, remote_async_wait): Change
3929         thread_num from int to ULONGEST.
3930         (unpack_varlen_hex): Change result parameter from
3931         int * to ULONGEST *.
3932
3933 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
3934
3935         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3936         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3937         powerpc*-*-*.
3938         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3939
3940 2002-08-08  Andrew Cagney  <cagney@redhat.com>
3941
3942         * gcore.c (override_derive_stack_segment): Delete variable.
3943         (preempt_derive_stack_segment): Delete function.
3944         (derive_stack_segment): Delete function.
3945         (default_derive_stack_segment): Renamed to derive_stack_segment.
3946         (override_derive_heap_segment): Delete variable.
3947         (preempt_derive_heap_segment): Delete function.
3948         (derive_heap_segment): Delete function.
3949         (default_derive_heap_segment): Rename to derive_heap_segment.
3950
3951 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3952
3953         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3954         * mips-tdep.c (mips_EABI_use_struct_convention, 
3955         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3956         New functions.  (mips_use_struct_convention): Delete.
3957         (mips_gdbarch_init): set use_gdbarch_convention.
3958
3959 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3960
3961         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3962         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
3963         mips_o32_reg_struct_has_addr): New functions.
3964         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3965
3966 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
3967
3968         * regcache.c (pseudo_register): Delete function.
3969         (fetch_register): Delete function.
3970         (store_register): Delete function.
3971         (regcache_raw_read, legacy_read_register_gen): Use
3972         target_fetch_registers instead of fetch_register.
3973         (legacy_write_register_gen, regcache_raw_write): Use
3974         target_store_register instead of store_register.
3975         (write_register_bytes): Ditto.
3976
3977         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3978         (STORE_PSEUDO_REGISTER): Delete.
3979         * gdbarch.h, gdbarch.c: Regenerate.
3980
3981 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
3982
3983         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3984         write dump file binary.
3985
3986 2002-08-05  Michael Snyder  <msnyder@redhat.com>
3987
3988         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
3989         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
3990         (mips_gdbarch_init): Set N32 target to be mips64.
3991
3992 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3993
3994         * frame.c (find_saved_register): Break out of loop once saved
3995         register address is found.  Don't mention sparc in loop comment
3996         anymore.
3997
3998 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3999
4000         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4001         mips_default_saved_regsize to 8.
4002
4003 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
4004
4005         * gcore.c: Do not include <sys/procfs.h>.
4006         * Makefile.in (gcore.o): Update dependencies.
4007
4008 2002-08-06  Andrew Cagney  <cagney@redhat.com>
4009
4010         * configure.tgt: Make arc-*-* obsolete.
4011         * NEWS: Mention that arc-*-* has been identifed as obsolete.
4012         * MAINTAINERS: Make arc-elf obsolete.
4013         * arc-tdep.c: Make file obsolete.
4014         * config/arc/arc.mt: Ditto.
4015         * config/arc/tm-arc.h: Ditto.
4016
4017 2002-08-05  Theodore A. Roth  <troth@verinet.com>
4018
4019         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4020
4021 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
4022
4023         * mcore-tdep.c (mcore_gdbarch_init): Use
4024         generic_unwind_get_saved_register instead of
4025         generic_get_saved_register.
4026         * v850-tdep.c (v850_gdbarch_init): Ditto.
4027         * frv-tdep.c (frv_gdbarch_init): Ditto.
4028         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4029         * s390-tdep.c (s390_gdbarch_init): Ditto.
4030         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4031         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4032         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4033
4034 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
4035
4036         * objfiles.h: Add missing #include "symfile.h"
4037
4038         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4039
4040 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
4041
4042         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4043         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4044         of FIELD_BITSIZE.
4045
4046 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
4047
4048         * NEWS: Cleanup and nitpick.
4049
4050 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
4051
4052         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
4053
4054 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
4055
4056         * Makefile.in (gdbtk-bp.o): Update dependencies.
4057         (gdbtk-register.o): Ditto.
4058         (gdbtk-varobj.o): Ditto.
4059
4060 2002-08-03  Andrew Cagney  <cagney@redhat.com>
4061
4062         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4063         m68hc11_fetch_pseudo_register.
4064         (m68hc11_pseudo_register_write): Replace
4065         m68hc11_store_pseudo_register.
4066         (m68hc11_gdbarch_init): Update.
4067
4068 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
4069
4070         * gdbarch.sh: Include "gdb_string.h".
4071         * gdbarch.c: Regenerate.
4072
4073         * regcache.c: Include "gdb_string.h".
4074         * ax-general.c: Ditto.
4075         * varobj.c: Ditto.
4076         * std-regs.c: Ditto.
4077         * fbsd-proc.c: Ditto.
4078         * thread.c: Ditto.
4079
4080         * Makefile.in (regcache.o): Update dependencies.
4081         (thread.o, gdbarch.o): Ditto.
4082         (ax-general.o, gdbarch.o): Ditto.
4083         (varobj.o, std-regs.o): Ditto.
4084         (fbsd-proc.o): Specify dependencies.
4085
4086 2002-08-02  Andrew Cagney  <cagney@redhat.com>
4087
4088         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4089         regnum.
4090         (regcache_cooked_write): Ditto.
4091
4092 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
4093
4094         * regcache.c (regcache_cooked_read): New function.
4095         (regcache_cooked_write): New function.
4096         (read_register_gen): Rewrite using regcache_cooked_read.
4097         (write_register_gen): Rewrite using regcache_cooked_write.
4098
4099         * regcache.h (regcache_cooked_read, regcache_cooked_write):
4100         Declare.
4101
4102 2002-08-02  Andrew Cagney  <cagney@redhat.com>
4103
4104         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4105         Replace the architecture methods register_read and register_write.
4106         * gdbarch.h, gdbarch.c: Regenerate.
4107         * regcache.c (init_regcache_descr): Update.
4108         (read_register_gen): Update.
4109         (write_register_gen): Update.
4110         (supply_register): Update comment.
4111
4112         * sh-tdep.c (sh_gdbarch_init): Update.
4113         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4114         `regcache' and `gdbarch' parameters.  Make `buffer' a void
4115         pointer.  Update code.
4116         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4117         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
4118         void pointer.  Update code.
4119         (sh64_register_write): Delete.
4120         (sh4_register_read): Delete.
4121         (sh64_register_read): Delete.
4122         (sh4_register_write): Delete.
4123         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4124         void pointer, `to' parameter a void pointer.
4125         (sh_sh64_register_convert_to_raw): Ditto.
4126
4127 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
4128
4129         * mips-tdep.c (mips_register_virtual_type): Use architecture
4130         invariant return values.
4131
4132 2002-08-01  Andrew Cagney  <cagney@redhat.com>
4133
4134         * linux-proc.c: Include "gdb_string.h".
4135         * Makefile.in (linux-proc.o): Update dependency list.
4136
4137 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
4138
4139         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
4140         comment.
4141
4142 2002-08-01  Grace Sainsbury  <graces@redhat.com>
4143
4144         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4145         to_insert_watchpoint, to_remove_watchpoint,
4146         to_stopped_by_watchpoint, to_stopped_data_address,
4147         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4148         target vecctor. Define their corresponding macros so they call
4149         them.
4150         
4151         * target.c: Add default and debug versions of for
4152         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4153         to_insert_watchpoint, to_remove_watchpoint,
4154         to_stopped_by_watchpoint, to_stopped_data_address,
4155         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4156
4157 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
4158
4159         * mips-tdep.c (mips_register_virtual_type): New function.
4160         (mips_gdbarch_init): Register mips_register_virtual_type()
4161         with gdbarch machinery.
4162         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4163         this file instead of tm-bigmips.h.
4164         (MIPS_REGSIZE): Delete this macro.
4165         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
4166         multiarch version in mips-tdep.c will be found.
4167
4168 2002-08-01  Andrew Cagney  <cagney@redhat.com>
4169
4170         * NEWS: Menion that CHILL has been made obsolete.
4171
4172         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4173         * stabsread.c (read_range_type): Ditto.
4174         * gdbtypes.h: Ditto.
4175         * language.c (binop_type_check): Ditto.
4176         (binop_result_type): Ditto.
4177         (integral_type): Ditto.
4178         (character_type): Ditto.
4179         (string_type): Ditto.
4180         (boolean_type): Ditto.
4181         (structured_type): Ditto.
4182         (lang_bool_type): Ditto.
4183         (binop_type_check): Ditto.
4184         * language.h (_LANG_chill): Ditto.
4185         * dwarfread.c (set_cu_language): Ditto.
4186         * dwarfread.c (CHILL_PRODUCER): Ditto.
4187         * dwarfread.c (handle_producer): Ditto.
4188         * expression.h (enum exp_opcode): Ditto.
4189         * eval.c: Ditto for comments.
4190         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4191         * expprint.c (print_subexp): Ditto.
4192         (print_subexp): Ditto.
4193         * valops.c (value_cast): Ditto.
4194         (search_struct_field): Ditto.
4195         * value.h (COERCE_VARYING_ARRAY): Ditto.
4196         * symfile.c (init_filename_language_table): Ditto.
4197         (add_psymbol_with_dem_name_to_list): Ditto.
4198         * valarith.c (value_binop): Ditto.
4199         (value_neg): Ditto.
4200         * valops.c (value_slice): Ditto.
4201         * symtab.h (union language_specific): Ditto.
4202         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4203         (SYMBOL_DEMANGLED_NAME): Ditto.
4204         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4205         * defs.h (enum language): Ditto.
4206         * symtab.c (got_symtab): Ditto.
4207         * utils.c (fprintf_symbol_filtered): Ditto.
4208
4209         * ch-typeprint.c: Make file obsolete.
4210         * ch-valprint.c: Make file obsolete.
4211         * ch-lang.h: Make file obsolete.
4212         * ch-exp.c: Make file obsolete.
4213         * ch-lang.c: Make file obsolete.
4214
4215         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4216         CHILL_LIB.
4217         (TARGET_FLAGS_TO_PASS): Ditto.
4218         (CHILLFLAGS): Obsolete.
4219         (CHILL): Obsolete.
4220         (CHILL_FOR_TARGET): Obsolete.
4221         (CHILL_LIB): Obsolete.
4222         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4223         ch-valprint.c.
4224         (HFILES_NO_SRCDIR): Remove ch-lang.h.
4225         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4226         ch-lang.o.
4227         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4228         targets.
4229
4230 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
4231
4232         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4233         This does not change anything at the moment, but will be helpful
4234         later when full Ada support is integrated.
4235
4236 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4237
4238         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4239         help message.
4240
4241 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4242
4243         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4244         and save it in a local variable.  Use variable in later test.
4245
4246 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4247
4248         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4249         test.  (Thanks to Daniel Jacobowitz.)
4250         
4251 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4252
4253         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4254         (mips_abi_strings): Add "n64".
4255         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
4256
4257 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4258
4259         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4260         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4261
4262 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
4263
4264         * utils.c (host_pointer_to_address, address_to_host_pointer):
4265         Use gdb_assert() instead of explicit call to internal_error().
4266
4267 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
4268
4269         * Makefile.in (rs6000-nat.o): Update dependencies.
4270
4271         From Nicholas Duffek:
4272         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4273         (aix-thread.o): New rule.
4274         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4275         * config/powerpc/aix432.mh: New file.
4276
4277 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
4278
4279         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4280         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4281         (fetch_core_registers, ppc_linux_supply_gregset)
4282         (ppc_linux_supply_fpregset): New functions.
4283         (ppc_linux_regset_core_fns): New.
4284         (_initialize_ppc_linux_tdep): Call add_core_fns.
4285         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4286         and ppc_linux_supply_gregset.
4287         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4288         (supply_fpregset): Call ppc_linux_supply_fpregset.
4289         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4290         corelow.o.
4291         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4292
4293 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
4294
4295         * symtab.c (lookup_symbol): Demangle before lowercasing.
4296
4297 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
4298
4299         * symtab.h: Replace #include "gdb_obstack.h" with opaque
4300         declaration.
4301         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4302         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4303         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4304         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4305         "gdb_string.h".
4306         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4307         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4308         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4309         (avr-tdep.o, mon960-rom.o): Ditto.
4310         (aout_stabs_gnu_h): Define.
4311         (symtab_h): Remove $(gdb_obstack_h).
4312
4313 2002-07-30  Jim Blandy  <jimb@redhat.com>
4314
4315         Patch from David Carlton <carlton@math.stanford.edu>:
4316         * gdbinit.in: Move the `dir' commands that add GDB's own source
4317         directory to the search path to the end, so that the `gdb' source
4318         directory will be searched first.
4319
4320 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
4321
4322         * gdb_obstack.h: New file.
4323         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4324         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4325         * objfiles.h: Include "gdb_obstack.h".
4326         * Makefile.in (gdb_obstack_h): Define.
4327         (symtab_h): Add $(gdb_obstack_h).
4328         (objfiles_h): Add $(gdb_obstack_h).
4329         
4330         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4331         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4332         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4333         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4334         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4335         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4336         * symfile.c, coffread.c, c-typeprint.c: Ditto.
4337         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4338
4339         * Makefile.in (bcache.o): Update dependencies.
4340         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4341         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4342         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4343         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4344         (stabsread.o, symfile.o, symmisc.o): Ditto.
4345         (symtab.o, typeprint.o, macroexp.o): Ditto.
4346         (macrotab.o, mdebugread.o): Ditto.
4347         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4348         (coff_ecoff_h, aout_aout64_h): Define.
4349         (aout_stabs_gnu_h, libaout_h): Define.
4350
4351 2002-07-29  Andrew Cagney  <cagney@redhat.com>
4352
4353         * regcache.c (struct regcache_descr): Rename nr_registers to
4354         nr_cooked_registers.  Revise comments describing the structure
4355         member fields.
4356         (init_regcache_descr): Update.
4357         (init_legacy_regcache_descr): Update.
4358         (read_register_gen, write_register_gen): When a cooked register in
4359         the raw register range, directly access the value from the raw
4360         register cache.
4361
4362 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
4363
4364         * z8k-tdep.c: Do not include "obstack.h".
4365         * h8300-tdep.c, h8500-tdep.c: Ditto.
4366         * m68hc11-tdep.c, sh-tdep.c: Ditto.
4367         * valprint.c, v850-tdep.c: Ditto.
4368         * d10v-tdep.c, mn10300-tdep.c: Ditto.
4369         * mn10200-tdep.c: Ditto.
4370
4371         * Makefile.in (z8k-tdep.o): Update dependencies.
4372         (m68hc11-tdep.o, valprint.o): Ditto.
4373         (v850-tdep.o, d10v-tdep.o): Ditto.
4374         (mn10300-tdep.o, sparc-tdep.o): Ditto.
4375         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4376         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4377         (sh_opc_h, gdb_sim_sh_h): Define.
4378         (elf_sh_h, elf_bfd_h): Define.
4379         (opcode_m68hc11_h): Define.
4380         (OPCODES_SRC, OPCODES_DIR): define.
4381         (OPCODES): Use $(OPCODES_DIR).
4382         (gdb_sim_d10v_h): Rename sim_d10v_h.
4383         (gdb_sim_arm_h): Rename sim_arm_h.
4384
4385 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4386
4387         * utils.c (host_pointer_to_address, address_to_host_pointer):
4388         Change internal_error() message to indicate function responsible
4389         for the error.
4390
4391 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4392
4393         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4394         calls to local_hex_string_custom().
4395
4396 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4397
4398         * irix5-nat.c: Move IRIX shared library support from here...
4399         * solib-irix.c: ...to here.  Revised substantially to work with
4400         generic solib framework.
4401
4402         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4403         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4404         * mips-irix-tdep.c: New file.
4405
4406         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4407         (mips-irix-tdep.o, solib-irix.o): New rules.
4408         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4409         solib-irix.o.
4410         * config/mips/irix6.mt (TDEPFILES): Likewise.
4411         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4412
4413 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4414
4415         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4416         disabled (via ``#if 0'') includes.
4417
4418 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4419
4420         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4421         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4422         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4423         Add support for the fpscr register.
4424         * rs6000-nat.c (regmap, fetch_inferior_registers)
4425         (store_inferior_registers, fetch_core_registers): Likewise.
4426
4427 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4428
4429         * rs6000-nat.c (language.h): Include.
4430         (special_regs): Delete this array.
4431         (regmap): New function.
4432         (fetch_register, store_register):  Use regmap() to map gdb
4433         register numbers to ptrace register numbers.  Also, use
4434         outputs from regmap() to make decisions regarding type of
4435         ptrace() call to make.  In particular, don't compare against
4436         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4437         (fetch_inferior_registers, store_inferior_registers): Where
4438         possible, obtain register numbers from tdep struct.  Don't
4439         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4440         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4441         (LAST_UISA_SP_REGNUM): Delete.
4442         
4443 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
4444
4445         * rs6000-nat.c (ppc-tdep.h): Include.
4446         (fetch_registers, store_register, fetch_core_registers): Don't
4447         access registers[] directly.  Instead, use supply_register() or
4448         regcache_collect() as appropriate.
4449         (find_toc_address): Format hex address with local_hex_string().
4450
4451 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
4452
4453         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4454         bfd/elf32-frv.c.
4455
4456 2002-07-24  Tom Tromey  <tromey@redhat.com>
4457
4458         * jv-exp.y: Marked all strings with _().
4459         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4460         internal_error.
4461         (MethodInvocation, CastExpression, parse_number, yyerror,
4462         java_type_from_name, push_expression_name, yylex): Typo fixes.
4463
4464 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
4465
4466         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4467         (tee_file_flush, tee_file_write, tee_file_fputs)
4468         (tee_file_isatty): New.
4469         * ui-file.h (tee_file_new): Add prototype.
4470
4471 2002-07-24  Aidan Skinner <aidan@velvet.net>
4472
4473         * ada-lang.c: Change k&r style function definitions to prototyped
4474         form.
4475         * ada-typeprint.c: Change k&r style function definitions to prototyped
4476         form.
4477         * ada-valprint.c: Change k&r style function definitions to prototyped
4478         form.
4479         
4480 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4481
4482         * README: Remove reference to remote-bug.
4483         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4484         remote-bug.c.
4485         (m88k-nat.o): Delete rule.
4486         (m88k-tdep.o): Delete rule.
4487         (remote-bug.o): Delete rule.
4488         * MAINTAINERS: Mark as obsolete.
4489         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4490         * m88k-tdep.c: Make file obsolete.
4491         * config/m88k/m88k.mh: Ditto.
4492         * config/m88k/delta88v4.mh: Ditto.
4493         * config/m88k/delta88v4.mt: Ditto.
4494         * config/m88k/delta88.mt: Ditto.
4495         * config/m88k/delta88.mh: Ditto.
4496         * remote-bug.c: Ditto.
4497         * config/m88k/tm-delta88.h: Ditto.
4498         * config/m88k/nm-delta88v4.h: Ditto.
4499         * config/m88k/xm-delta88.h: Ditto.
4500         * config/m88k/xm-dgux.h: Ditto.
4501         * config/m88k/tm-m88k.h: Ditto.
4502         * config/m88k/nm-m88k.h: Ditto.
4503         * config/m88k/tm-delta88v4.h: Ditto.
4504         * m88k-nat.c: Ditto.
4505         * cxux-nat.c: Ditto.
4506         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4507         and m88*-*-* obsolete.
4508         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4509         m88*-*-* obsolete.
4510
4511 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4512
4513         * findvar.c (extract_unsigned_integer): Make `addr' parameter
4514         constant.  Same for local pointer variables.
4515         (extract_signed_integer): Ditto.
4516         * defs.h (extract_unsigned_integer): Update.
4517         (extract_signed_integer): Update.
4518
4519 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4520
4521         * regcache.c (regcache_raw_write): Change buf parameter to a
4522         constant void pointer.
4523         (regcache_raw_read): Change buf parameter to a void pointer.
4524         (legacy_write_register_gen): Change myaddr parameter a constant
4525         void pointer.
4526         (supply_register): Change val parameter to a const void pointer.
4527         * regcache.h (regcache_raw_write): Update declaration.
4528         (regcache_raw_read): Update declaration.
4529         (supply_register): Update declaration.
4530
4531 2002-07-24  Tom Tromey  <tromey@redhat.com>
4532
4533         * defs.h (gdb_readline_wrapper): Declare.
4534         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4535         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4536         * top.c (gdb_readline_wrapper): New function.
4537         (command_line_input): Use it.
4538
4539 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4540
4541         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4542         regcache_read and regcache_write.
4543         (regcache_raw_read_as_address): Replace regcache_read_as_address.
4544         * regcache.c: Update.
4545         * sh-tdep.c (sh64_push_arguments): Update comment.
4546         (sh_pseudo_register_read): Update.
4547         (sh_pseudo_register_write): Update.
4548         (sh4_register_read): Update.
4549         (sh4_register_write): Update.
4550         (sh64_pseudo_register_read): Update.
4551         (sh64_pseudo_register_write): Update.
4552         (sh64_register_read): Update.
4553         (sh64_register_write): Update.
4554         * i386-tdep.c (i386_extract_return_value): Update.
4555         (i386_extract_struct_value_address): Update.
4556         (i386_extract_return_value): Update.
4557         * blockframe.c (generic_read_register_dummy): Update.
4558         (generic_call_dummy_register_unwind): Update
4559         * infrun.c (write_inferior_status_register): Update.
4560
4561 2002-07-23  Jim Blandy  <jimb@redhat.com>
4562
4563         * parser-defs.h (expression_context_pc): Make this extern.
4564         (Thanks to Michael Snyder.)
4565
4566 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
4567
4568         GDB 5.2.1 released from 5.2 branch.
4569         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4570         * README: Update to mention 5.2.1.
4571
4572 2002-07-23  Mark Salter  <msalter@redhat.com>
4573
4574         * remote.c (remote_read_bytes): Fix check for error.
4575
4576 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4577
4578         * aix-thread.c (language.h): Include.
4579         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4580         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4581         Print newlines at end of debug messages.
4582         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4583         (pdc_write_data): Use local_hex_string() instead of %llx formats.
4584
4585 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4586
4587         * aix-thread.c (ppc-tdep.h): Include.
4588         (special_register_p): New function.
4589         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4590         (store_regs_user_thread): Use register number information from
4591         gdbarch_tdep struct instead of hardcoded offsets relative to
4592         FIRST_UISA_SP_REGNUM.
4593         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
4594         special_register_p() instead of using FPLAST_REGNUM and
4595         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4596         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
4597         will be MQ's register number.
4598
4599 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4600
4601         * aix-thread.c (ops): Rename to aix_thread_ops.
4602         (base_ops): Rename to base_target.
4603         (ops_attach): Rename to aix_thread_attach.
4604         (ops_detach): Rename to aix_thread_detach.
4605         (ops_resume): Rename to aix_thread_detach.
4606         (ops_wait):   Rename to aix_thread_wait.
4607         (ops_kill):   Rename to aix_thread_kill.
4608         (init_ops):   Rename to init_aix_thread_ops.
4609         (ops_fetch_register): Rename to aix_thread_fetch_register.
4610         (ops_store_register): Rename to aix_thread_store_register.
4611         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4612         (ops_thread_alive):   Rename to aix_thread_thread_alive.
4613         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4614         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
4615         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4616         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
4617         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4618         (store_regs_lib):  Rename to store_regs_user_thread.
4619         (store_regs_kern): Rename to store_regs_kernel_thread.
4620
4621 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4622
4623         * aix-thread.c (ops_prepare_to_store): Eliminate.
4624         (init_ops): Don't initialize ops.prepare_to_store.
4625         (store_regs_kern): Pre-fetch register buffers from child, 
4626         because some registers may not be in the cache.  Copy
4627         regs from register cache only if they are cached.
4628         (store_regs_lib): Copy regs from register cache only
4629         if they are cached.
4630         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4631         fill_gprs64): Ditto.
4632
4633 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4634
4635         * aix-thread.c (gdb_assert.h): Include.
4636         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4637         register sizes (from register cache) match size of buffer holding
4638         register data.
4639         (fill_sprs32): Change parameter types to match those in the ptrace()
4640         buffer.
4641         (store_regs_lib): Likewise, but for 32-bit temporary variables.
4642         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4643
4644 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4645
4646         * aix-thread.c (supply_sprs64): Cosmetic change.
4647         (supply_sprs32): Cosmetic change.
4648         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4649         (fill_sprs64): Use regcache_collect instead of read_register.
4650         (store_regs_lib): Use regcache_collect instead of 
4651         read_register.  Use fill_sprs32 instead of fill_sprs64,
4652         if debugging a 32-bit architecture.
4653         (store_regs_kern): Use fill_gprs64 etc. to pull the values
4654         out of the register cache, instead of passing a pointer into
4655         the register cache directly to ptrace.  Use regcache_collect
4656         insteaad of read_register.
4657         (ops_prepare_to_store): Use target_read_registers instead
4658         of read_register_bytes.
4659
4660 2002-07-20  Aidan Skinner <aidan@velvet.net>
4661
4662         * MAINTAINERS: Add self under write after approval. 
4663                 
4664 2002-07-20  Aidan Skinner <aidan@velvet.net>
4665
4666         * ada-tasks.c: Change k&r style function definitions to prototyped
4667         form.
4668                 
4669 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
4670
4671         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4672         * x86-64-tdep.c: Include "objfiles.h".
4673         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4674         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4675
4676 2002-07-17  Michal Ludvig  <michal@suse.cz>
4677
4678         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4679         (update_context): Initialise cfa variable.
4680
4681 2002-07-17  Michael Snyder  <msnyder@redhat.com>
4682
4683         * aix-thread.c: Shorten some long lines.  
4684         Bring comments into line with code spec.
4685
4686 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
4687
4688         * infrun.c: Re-indent using gdb_indent.sh.
4689
4690 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
4691
4692         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4693         Leave the indentation temporarily untouched, to minimize the diffs.
4694
4695 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
4696
4697         * stabsread.c: Make os9k sections of the code obsolete,
4698         for real this time.
4699         * stabsread.h: Make os9k sections of the code obsolete.
4700
4701 2002-07-18  Michal Ludvig <mludvig@suse.cz>
4702
4703         * linux-low.c (regsets_store_inferior_registers): Add free()
4704         at the end of a loop to prevent memory leak.
4705         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4706         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4707         * config/sparc/tm-sp64linux.h: Make the rest of #endif
4708         line a comment.
4709         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4710
4711 2002-07-17  Jim Blandy  <jimb@redhat.com>
4712
4713         * macrocmd.c (info_macro_command): Remove newline from error
4714         message.
4715
4716 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
4717
4718         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4719         (sh_gdbarch_init): Use it for sh-dsp.
4720
4721 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
4722
4723         * dwarf2read.c (read_initial_length): Handle older, non-standard,
4724         64-bit DWARF2 format.
4725
4726 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
4727
4728         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4729         <sys/proc.h> when not available.
4730
4731 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4732
4733         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4734         * stabsread.c: Make os9k sections of the code obsolete.
4735         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4736         * config/i386/i386os9k.mt: Make file obsolete.
4737         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4738         (COMMON_OBS): Remove os9kread.o
4739         (SFILES): Remove os9kread.c.
4740         (os9kread.o, remote-os9k.o): Make target obsolete.
4741         * remote-os9k.c: Make file obsolete.
4742         * os9kread.c: Make file obsolete.
4743         * Makefile.in
4744
4745 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4746
4747         * NEWS: Mention that the FR30 has been made obsolete.
4748         * fr30-tdep.c: Make file obsolete.
4749         * config/fr30/tm-fr30.h: Ditto.
4750         * config/fr30/fr30.mt: Ditto.
4751         * configure.tgt: Make fr30-*-elf obsolete.
4752         * MAINTAINERS: Make fr30-elf obsolete.
4753
4754 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4755
4756         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4757         found is not inside a section.
4758
4759 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4760
4761         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4762         strerror().
4763         (pdc_realloc): Use xrealloc() instead of realloc().
4764
4765 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4766
4767         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4768         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4769         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4770         macros.
4771
4772 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4773
4774         * aix-thread.c (ptrace_check): Eliminate goto.
4775         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
4776         problem.
4777
4778 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4779
4780         * aix-thread.c (gdbcmd.h): Include.
4781         (DEBUG, DBG, DBG2, dbg): Eliminate.
4782         (debug_aix_thread): New static global.
4783         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4784         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4785         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4786         invocations to DBG and DBG2 macros to test against
4787         ``debug_aix_thread'' and call fprintf_unfiltered().
4788         (_initialize_aix_thread): Add new command "set debug aix-thread".
4789
4790 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4791
4792         From Gerhard Tonn <TON@de.ibm.com>:
4793         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4794         instead of supply_register.
4795
4796 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4797
4798         * dwarf2cfi.c: Include "gdb_assert.h".
4799         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4800         non-NULL.
4801         (update_context): Do not use __func__.  Add missing ``break''.
4802         (update_context): Do not use __func__.
4803
4804 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
4805
4806         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4807         and its setting.  Set gdbarch instruction printing functions
4808         directly.  For non-rs6000 case use new function
4809         gdb_print_insn_powerpc.
4810         (gdb_print_insn_powerpc): New function.
4811
4812 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
4813
4814         * NEWS: Mention that the d30v has been marked obsolete.
4815         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4816         * configure.tgt: Mark d30v-*-* as obsolete.
4817         * d30v-tdep.c: Mark file as obsolete.
4818         * config/d30v/d30v.mt: Ditto.
4819         * config/d30v/tm-d30v.h: Ditto.
4820
4821 2002-07-13  Aidan Skinner <aidan@velvet.net>
4822
4823         * ada-tasks.c (add_task_entry): replace calls to
4824         malloc() with xmalloc
4825         * ada-tasks.c (init_task_list): replace calls to free with xfree()
4826         
4827         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4828         ada_finish_decode_line_1, all_sals_for_line
4829         ada_breakpoint_rewrite): replace calls to free() with xfree()
4830                 
4831 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4832
4833         From Nicholas Duffek (with minor changes by Martin Hunt, 
4834         Louis Hamilton, and Kevin Buettner):
4835         * aix-thread.c: New file.
4836
4837 2002-07-12  Petr Sorfa <petrs@caldera.com>
4838
4839         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
4840         complaint for invalid attribute class or form.
4841         (read_func_scope): DW_AT_frame_base
4842         better handling of DW_AT_block*.
4843         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4844         better handling of DW_AT_block*.
4845         (read_common_block): DW_AT_location
4846         better handling of DW_AT_block*.
4847         (read_partial_die): DW_AT_location better handling
4848         of DW_AT_block*.
4849         (new_symbol): DW_AT_external better handling of
4850         DW_AT_block*. Proper initialization of variable
4851         "addr".
4852         (attr_form_is_block): New function that returns true
4853         if the attribute's form is of DW_FORM_block*.
4854
4855 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4856
4857         * valops.c (find_method_list): Remove comment about
4858         removed STATIC_MEMFUNCP argument.
4859         (value_find_oload_method_list): Likewise.
4860
4861 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4862
4863         From Nicholas Duffek:
4864         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4865         target_new_objfile_hook.
4866
4867 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4868
4869         From Nicholas Duffek:
4870         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4871         csect.
4872
4873 2002-07-12  Andrew Cagney  <cagney@redhat.com>
4874
4875         * MAINTAINERS: Mention --enable-sim-build-warnings.
4876         (m68hc11-elf): Disable sim build warnings.
4877         (m32r-elf): Mark as broken obsolete candidate.
4878         (x86_64-linux-gnu): Mark as buildable with -Werror.
4879         (arm-elf): Change -w to ``,'' which enables warnings but not
4880         -Werror.
4881
4882 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
4883
4884         * bcache.h: Update copyright.
4885         (struct bstring, struct bcache): Move definition to "bcache.c".
4886         Replaced by opaque declaration.
4887         (bcache_xfree): Replace free_bcache.
4888         (bcache_xmalloc, bcache_memory_used): Declare.
4889         
4890         * bcache.c: Update copyright.
4891         (struct bstring, struct bcache): Moved to here from "bcache.h".
4892         Update comments.
4893         (bcache_xmalloc, bcache_memory_used): New functions.
4894         (bcache_xfree): Replace function free_bcache.
4895         
4896         * Makefile.in (objfiles.o): Add $(bcache_h).
4897         (objfiles_h): Remove $(bcache_h).
4898         (symfile.o): Add $(bcache_h).
4899
4900         * symmisc.c: Update copyright.
4901         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4902         (print_objfile_statistics): Use bcache_memory_used.
4903
4904         * symfile.c: Include "bcache.h".
4905         (reread_symbols): Use bcache_xfree.
4906         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4907         (add_psymbol_to_list): Pass psymbol_cache by value.
4908         (add_psymbol_with_dem_name_to_list): Ditto.
4909
4910         * objfiles.h: Update copyright.
4911         (struct bcache): Declare opaque.  Do not include "bcache.h".
4912         (struct objfile): Change psymbol_cache and macro_cache to ``struct
4913         bcache'' pointers.
4914         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4915
4916         * objfiles.c: Include "bcache.h".  Update copyright.
4917         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4918         macro_cache.
4919         (free_objfile): Use bcache_xfree.
4920
4921 2002-07-11  Grace Sainsbury  <graces@redhat.com>
4922
4923         * monitor.c (monitor_fetch_register): Make name a constant.
4924         (monitor_store_register): Same.
4925
4926 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
4927
4928         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4929         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4930         (finish_block) For non-function blocks, hash the symbol table.  For
4931         function blocks, mark the symbol table as unhashed.
4932         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4933         (msymbol_hash_iw): Likewise.
4934         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4935         value.
4936         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4937         (lookup_minimal_symbol): Likewise for both.
4938         * symtab.h (struct block): Add `hashtable' flag.  Comment the
4939         hashtable.
4940         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4941         (ALL_BLOCK_SYMBOLS): Update.
4942         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4943         (struct symbol): Add `hash_next' pointer.
4944         * symtab.c (lookup_block_symbol): Search using the hash table when
4945         possible.
4946         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4947         (search_symbols, find_addr_symbol): Likewise.
4948
4949         * dstread.c (process_dst_block): Clear hashtable bit for new block.
4950         (read_dst_symtab): Likewise.
4951         * jv-lang.c (get_java_class_symtab): Likewise.
4952         * mdebugread.c: Include "gdb_assert.h".
4953         (shrink_block): Assert that the block being modified is not hashed.
4954         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4955         * symmisc.c (free_symtab_block): Walk the hash table when freeing
4956         symbols.
4957         (dump_symtab): Recognize hashed blocks.
4958         * printcmd.c (print_frame_args):  Assert that function blocks do not
4959         have hashed symbol tables.
4960         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4961         (fill_in_ada_prototype, debug_print_block): Likewise.
4962         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
4963
4964 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
4965
4966         * stack.c (print_frame): Use result of frame_address_in_block()
4967         instead of fi->pc when evaluating symbols.
4968         (backtrace_command_1): Ditto.
4969
4970 2002-07-11  Andrew Cagney  <cagney@redhat.com>
4971
4972         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4973         Make static.
4974
4975         * arm-tdep.c (arm_register_name): Make return type constant.
4976
4977 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4978
4979         * win32-nat.c (has_detach_ability): Convert to strict ISO C
4980         prototype.
4981         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4982         * s390-tdep.c (s390_fp_regnum): Ditto.
4983         (s390_read_fp): Ditto.
4984         (s390_pop_frame): Ditto.
4985         (_initialize_s390_tdep): Ditto.
4986         * remote.c (get_remote_state): Ditto.
4987         * procfs.c (mappingflags): Ditto.
4988         * memattr.c (_initialize_mem): Ditto.
4989         * mcore-tdep.c (mcore_pop_frame): Ditto.
4990         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4991         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4992         * language.c (set_case_str): Ditto.
4993         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4994         * frv-tdep.c (new_variant): Ditto.
4995         (frv_stopped_data_address): Ditto.
4996         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4997         (context_alloc): Ditto.
4998         (frame_state_alloc): Ditto.
4999         (unwind_tmp_obstack_init): Ditto.
5000         (unwind_tmp_obstack_free): Ditto.
5001         (cfi_read_fp): Ditto.
5002         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5003         (cris_pop_frame): Ditto.
5004         * c-lang.c (scanning_macro_expansion): Ditto.
5005         (finished_macro_expansion): Ditto.
5006         (c_preprocess_and_parse): Ditto.
5007         * gdbarch.sh: Ditto.
5008         * gdbarch.h, gdbarch.c: Regenerate.
5009         * config/mn10200/tm-mn10200.h: Adjust indentation.
5010         * target.c: Adjust indentation.
5011         * symtab.h: Adjust indentation.
5012         * stabsread.h: Adjust indentation.
5013         * remote-es.c: Adjust indentation.
5014         * os9kread.c: Adjust indentation.
5015
5016 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
5017         
5018         * wince.c (_initialize_wince): Rename _initialize_inftarg.
5019         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5020
5021 2002-07-10  Grace Sainsbury  <graces@redhat.com>
5022         
5023         * NEWS: Mention m68k, mcore multi-arching.  
5024         * MAINTAINERS: Change status of m68k, mcore to reflect
5025         multi-arching.
5026
5027 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
5028
5029         * valops.c (find_overload_match): Free oload_syms.
5030
5031 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
5032
5033         Define HAVE_SYS_PROC_H if sys/proc.h exists
5034         * configure.in: Add check for sys/proc.h
5035         * config.in: Regenerate.
5036         * configure: Regenerate.
5037
5038 2002-07-09  Grace Sainsbury  <graces@redhat.com>
5039
5040         * config/m68k/tm-m68k.h: Remove macros wrapped in 
5041         #if !GDB_MULTI_ARCH. 
5042
5043 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
5044
5045         * config.in, configure: Regenerate.
5046
5047 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
5048
5049         * dwarf2cfi.c: Include "gcore.h".
5050         (execute_stack_op): Fix implementation of the
5051         DW_OP_deref and DW_OP_deref_size operators by letting do their
5052         lookup in the target.
5053
5054 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
5055
5056         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5057         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5058         tdep->sc_sp_offset.
5059
5060 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
5061
5062         Fix PR gdb/595, gdb/602
5063         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5064         Don't call value_cast, just read the vtable pointer; update comments
5065         to match.
5066
5067 2002-07-05  Grace Sainsbury  <graces@redhat.com>
5068
5069         * config/mcore/tm-mcore.h: Remove file.
5070         * config/mcore/mcore.mt: Remove definition of TM_FILE
5071         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5072
5073 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
5074
5075         * i386bsd-tdep.c: Include "gdb_string.h".
5076
5077 2002-07-04  Grace Sainsbury  <graces@redhat.com>
5078
5079         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5080         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5081         mcore-tdep.
5082         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5083         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5084         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5085         (RETVAL_REGNUM): Move macros from tm-mcore.h
5086         (mcore_reg_struct_has_addr): New function.
5087         (mcore_gdbarch_init): Added initializations for the macros removed
5088         from tm-mcore.h.
5089
5090 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
5091
5092         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5093         traditonal string branding within the ELF header.
5094
5095 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
5096
5097         * symtab.c (remove_params): New function.
5098         (make_symbol_overload_list): Use it instead of cplus_demangle.
5099         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
5100
5101 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
5102
5103         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5104
5105         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5106         New variables.
5107         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5108         and tdep->sigtramp_end.
5109         * i386obsd-nat.c: New file.
5110         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5111
5112         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5113         Don't call get_current_frame().
5114
5115 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5116
5117         * i386-nat.c (child_post_startup_inferior): New function
5118         calling i386_cleanup_dregs if
5119         I386_USE_GENERIC_WATCHPOINTS is defined.
5120         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5121         conditional to acknowledge that i386-nat.c has its
5122         own child_post_startup_inferior function.
5123
5124 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
5125
5126         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5127         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5128         instead of MAX_REGISTER_RAW_SIZE.
5129         (i386_extract_return_value, i386_extract_struct_value_address):
5130         Convert to use regcache.
5131         (i386_gdbarch_init): Set max_register_raw_size and
5132         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5133         Set extract_return_value and extract_struct_value_address instead
5134         of their deprecated variants.
5135
5136         Convert i386 target to generic dummy frames.
5137         * i386-tdep.c: Include "symfile.h".
5138         (i386_frameless_signal_p): Consider a function to be frameless if
5139         the pc points at the first instruction of the function.
5140         (i386_frame_chain): Handle (generic) call dummies.
5141         (i386_frame_saved_pc): Likewise.
5142         (i386_frame_init_saved_regs): Remove code dealing with call
5143         dummies on the stack.
5144         (i386_push_dummy_frame): Removed.
5145         (i386_call_dummy_words): Removed.
5146         (i386_fix_call_dummy): Removed.
5147         (i386_push_return_address): New function.
5148         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
5149         parameter, and don't call get_current_frame.
5150         (i386_pop_frame): New function.
5151         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5152         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5153         entry_point_address, set call_dummy_breakpoint_offset to 0, set
5154         call_dummy_length to 0, set call_dummy_words to NULL, set
5155         sizeof_call_dummy_words to 0, set fix_call_dummy to
5156         generic_fix_call_dummy, set pc_in_call_dummy to
5157         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5158         generic_push_dummy_frame, set push_return_address to
5159         i386_push_return_address and set frame_chain_valid to
5160         generic_file_frame_chain_valid.
5161
5162 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
5163
5164         * gdbarch.sh (struct regcache): Add opaque declaration.
5165         (EXTRACT_RETURN_VALUE): New architecture method.
5166         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5167         * gdbarch.h, gdbarch.c: Regenerate.
5168         * arch-utils.c (legacy_extract_return_value): New function.
5169         * arch-utils.h (legacy_extract_return_value): Declare.
5170         * values.c (value_being_returned): Re-enable code handling
5171         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
5172         deprecated_grub_regcache_for_registers call to block handling
5173         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5174         (EXTRACT_RETURN_VALUE): Do not define.
5175
5176 2002-07-03  Grace Sainsbury  <graces@redhat.com>
5177
5178         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5179         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5180         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5181         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5182         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5183         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5184         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5185         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5186         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5187         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5188         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5189         argument so the function fits the prototype in the architecture
5190         vector.
5191         (mcore_pop_frame): Remove argument so the function fits the
5192         prototype. Use get_current_frame instead of the argument.
5193         (mcore_push_arguments): Change type of struct_return so the
5194         function can be used in the architecture vector.
5195         (mcore_store_struct_return): Add.
5196         (mcore_frame_init_saved_regs): Add.
5197         (mcore_gdbarch_init): Add function calls to replace the macros
5198         removed from tm-mcore.h
5199
5200 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
5201
5202         * infcmd.c (print_return_value): Remove compatibility code calling
5203         deprecated_grub_regcache_for_registers.
5204         
5205         * values.c: Include "regcache.h".
5206         (value_being_returned): Update.  Use
5207         deprecated_grub_regcache_for_registers to extract the register
5208         buffer address.  
5209         * value.h (value_being_returned): Change ``retbuf'' parameter to a
5210         ``struct regcache''.
5211         * Makefile.in (values.o): Add dependency on $(regcache_h).
5212
5213         * inferior.h (run_stack_dummy): Change type of second parameter to
5214         a ``struct regcache''.
5215         * valops.c (hand_function_call): Change type of retbuf to ``struct
5216         regcache''.  Allocate using regcache_xmalloc, clean using
5217         make_cleanup_regcache_xfree.
5218         * infcmd.c (run_stack_dummy): Update.  Use
5219         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5220
5221         * regcache.c (do_regcache_xfree): New function.
5222         (make_cleanup_regcache_xfree): New function.
5223         * regcache.h (make_cleanup_regcache_xfree): Declare.
5224
5225 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
5226
5227         * event-top.c (command_line_handler): Don't read past
5228         beginning of buffer.
5229
5230 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
5231         
5232         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
5233         struct frame_id. 
5234         (varobj_create): Store frame_id for root.
5235         (varobj_gen_name): Use xasprintf.
5236         (varobj_update): Save and restore frame using get_frame_id() and
5237         frame_find_by_id().
5238         (create_child): Use xasprintf.
5239         (new_root_variable): Initialize frame_id.
5240         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5241         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5242         to prevent memory leak.
5243
5244 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
5245
5246         * valops.c (hand_function_call): Move declaration of retbuf to
5247         start of function, allocate using malloc, add a cleanup but before
5248         the inf_status cleanup, cleanup the buffer.  Rename local variable
5249         old_chain to inf_status_cleanup.
5250
5251 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
5252
5253         * top.c (execute_command): Use cmd_func() and cmd_func_p().
5254
5255         * cli/cli-decode.c (cmd_func_p): New function.
5256         (cmd_func): New function.
5257
5258         * command.h: Add cmd_func() and cmd_func_p().   
5259         
5260 2002-07-03  Grace Sainsbury  <graces@redhat.com>
5261
5262         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5263         (REGISTER_SIZE): Remove.
5264         (MAX_REGISTER_RAW_SIZE): Remove.
5265         (REGISTER_VIRTUAL_TYPE): Remove.
5266         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5267         (REGISTER_NAME): Remove.
5268         (USE_GENERIC_DUMMY_FRAMES): Remove.
5269         (CALL_DUMMY): Remove.
5270         (CALL_DUMMY_START_OFFSET): Remove.
5271         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5272         (CALL_DUMMY_LOCATION): Remove.
5273         (FIX_CALL_DUMMY): Remove.
5274         (CALL_DUMMY_ADDRESS): Remove.
5275         (SIZEOF_CALL_DUMMY_WORDS): Remove.
5276         (SAVE_DUMMY_FRAME_TOS): Remove.
5277         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5278         (mcore_register_virtual_type): New function.
5279         (mcore_register_byte): New function.
5280         (mcore_register_size): New function.
5281         (mcore_register_name): New function.
5282         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5283         macros removed from tm-mcore.h.
5284         (mcore_dump_tdep): Add.
5285         (_initialize_mcore_tdep): Add gdbarch_register call.
5286
5287 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
5288
5289         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5290         frameless_look_for_prologue, such that we actually call this
5291         function.
5292
5293 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
5294
5295         * frame.h (frame_address_in_block): New function.
5296
5297         * blockframe.c (frame_address_in_block): New function extracted
5298         from get_frame_block().
5299         (get_frame_block): Use frame_address_in_block().
5300         (block_innermost_frame): Use frame_address_in_block() to match
5301         the frame pc address against the block boundaries rather than
5302         the frame pc directly. This prevents a failure when a frame pc
5303         is actually a return-address pointing immediately after the end
5304         of the given block. 
5305
5306 2002-07-02  Grace Sainsbury  <graces@redhat.com>
5307
5308         * MAINTAINERS: Add self under write after approval. 
5309
5310 2002-07-02  Grace Sainsbury  <graces@redhat.com>
5311
5312         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5313         used in architecture vector. The default is
5314         m68k_local_breakpoint_from_pc.
5315         (m68k_local_breakpoint_from_pc): Add.
5316         (enum): Add register numbers from tm-m68k.h.
5317         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5318         vector.  
5319         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5320         GDB_MULTI_ARCH_PARTIAL.
5321         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5322         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5323         m68k-tdep.c.
5324         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5325         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5326         to enum in m68k-tdep.c
5327
5328 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
5329
5330         * solib-osf.c (open_map): Compute the list of shared libraries
5331         loaded by the inferior, rather than the list of libraries loaded
5332         by GDB itself.  Otherwise, GDB ends up reading the symbols from
5333         the wrong shared libraries...
5334
5335 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
5336
5337         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5338         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5339         macros.
5340         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5341         Remove functions.
5342         (FRAMELESS_SIGNAL): Remove function.
5343         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5344         i386_linux_saved_pc_after_call): Removed.
5345         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5346         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
5347         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5348
5349         * i386-tdep.c (i386_frameless_signal_p): New function.
5350         (i386_frame_chain): Deal with frameless signals.
5351         (i386_sigtramp_saved_sp): New function.
5352         (i386_frame_saved_pc): Deal with frameless signals.
5353         (i386_saved_pc_after_call): Make sure the correct value is
5354         returned just after entry into a sigtramp.
5355         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5356         i386fbsd4_sc_sp_offset): New variables.
5357         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5358         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
5359         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5360         similiar to what we already did for sc_pc_offset.
5361         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5362         tdep->sc_sp_offset.
5363
5364         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5365
5366 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
5367
5368         * config/i386/tm-x86-64linux.h: New.
5369         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5370         definitions.
5371         * config/i386/nm-x86-64.h: Rename to ...
5372         * config/i386/nm-x86-64linux.h: ... this one.
5373         * config/i386/x86-64linux.mh: Reflect the above change.
5374         
5375 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
5376
5377         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5378         with sigcontext_addr.  Add sc_sp_offset.
5379         (i386bsd_sigtramp_saved_pc): Remove prototype.
5380         (i386bsd_sicontext_addr): Add prototype.
5381         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5382         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5383         (i386_svr4_sigtramp_saved_pc): Removed.
5384         (i386_svr4_sigcontext_addr): New function.
5385         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5386         Initialize tdep->sigcontext_addr instead.  Initialize
5387         tdep->sc_pc_offset and tdep->sc_sp_offset.
5388         (i386_gdbarch_init): Likewise.
5389         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5390         any more.
5391         (i386bsd_sigtramp_saved_pc): Remove function.
5392         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5393         Initialize tdep->sigcontext_addr instead.  Initialize
5394         tdep->sc_pc_offset.
5395         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5396         of tdep->sigtramp_saved_pc.
5397         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5398         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
5399         instead.
5400
5401         * i386-tdep.c (i386_frameless_function_invocation,
5402         i386_frame_num_args, i386_frame_init_saved_regs,
5403         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5404         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5405         i386_extract_return_value, i386_store_return_value,
5406         i386_extract_struct_value_address, i386_register_virtual_type,
5407         i386_register_convertible, i386_register_convert_to_virtual,
5408         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5409         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5410         static.
5411
5412 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
5413
5414         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5415
5416         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5417         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5418         this macro.  Include "value.h".
5419
5420 2002-06-30  Aidan Skinner  <aidan@velvet.net>
5421
5422         * ada-exp.tab.c: remove as it's a generated file
5423         * ada-lex.c: remove as it's a generated file
5424                 
5425 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
5426
5427         * config/i386/tm-i386.h (struct frame_info, struct
5428         frame_saved_regs, struct value, struct type): Remove forward
5429         declarations.
5430
5431         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5432         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5433         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5434         (FILL_FPXREGSET): Define.
5435
5436         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5437
5438         * configure.tgt (i[3456]86-*-openbsd*): Fold into
5439         i[3456]86-*-netbsd* case.
5440         * config/i386/tm-obsd.h: Removed.
5441         * config/i386/obsd.mt: Removed.
5442         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5443         core-aout.o.
5444         (MH_CFLAGS): Add -DYYDEBUG=0.
5445
5446         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5447         i386nbsd_sc_pc_offset on OpenBSD too.
5448
5449         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5450         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5451         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5452         define.
5453         * i386bsd-tdep.c: Include "arch-utils.h".
5454         (i386bsd_aout_in_solib_call_trampoline): New function.
5455         (i386bsd_init_abi): Set in_solib_call_trampoline to
5456         i386bsd_aout_in_solib_call_trampoline.
5457         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5458         in_solib_call_trampoline to generic_in_solib_call_trampoline.
5459
5460 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5461
5462         * macrotab.h: Do not include "obstack.h" or "bcache.h".
5463         (struct obstack, struct bcache): Add opaque declarations.
5464         * Makefile.in (macrotab_h): Update
5465
5466 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5467
5468         * blockframe.c (generic_find_dummy_frame): Change return type to
5469         ``struct regcache''.
5470         (struct dummy_frame): Replace field ``registers'' with regcache, a
5471         struct regcache object.
5472         (generic_find_dummy_frame): Update.
5473         (generic_push_dummy_frame): Update.  Use regcache_xfree,
5474         regcache_xmalloc and regcache_cpy.
5475         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
5476         regcache_xfree.
5477         (deprecated_generic_find_dummy_frame): Update.
5478         (generic_read_register_dummy): Update.  Use
5479         regcache_read_as_address.
5480         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
5481         (generic_get_saved_register): Update.  Use regcache_read.
5482
5483 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5484
5485         * Makefile.in (objfiles_h): Add $(bcache_h).
5486         * objfiles.h: Include "bcache.h".
5487
5488         * Makefile.in (symtab_h): Remove $(bcache_h).
5489         * symtab.h: Do not include "bcache.h".
5490
5491 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5492
5493         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5494         generic_func_frame_chain_valid.
5495
5496 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
5497
5498         * config/i386/nm-fbsd.h: Include <sys/param.h>.
5499         * config/i386/tm-fbsd.h: Likewise.
5500
5501 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5502
5503         * rs6000-tdep.c (rs6000_gdbarch_init): Use
5504         generic_unwind_get_saved_register.
5505
5506 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
5507
5508         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5509         * regcache.c (supply_register): Add missing argument to
5510         register_buffer call.
5511
5512 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
5513
5514         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
5515         Solaris /bin/grep does not not like it.  From Peter Schauer.
5516
5517 2002-06-26  Tom Tromey  <tromey@redhat.com>
5518
5519         * command.h (add_setshow_cmd): Declare.
5520         (add_setshow_cmd_full): Declare.
5521         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
5522         returns void.  Use add_setshow_cmd_full.
5523         (add_setshow_cmd_full): New function.
5524         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5525         (add_setshow_boolean_cmd): Likewise.
5526
5527 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5528
5529         * config/vax/tm-vax.h: Protect from multiple inclusion.
5530         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5531         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5532         * config/vax/tm-vaxbsd.h: ...here.  New file.
5533         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5534
5535 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5536
5537         * config/vax/tm-vax.h (BREAKPOINT): Remove.
5538         (BELIEVE_PCC_PROMOTION): Remove.
5539         (AP_REGNUM): Move to...
5540         * config/vax/nm-vax.h: ...here.
5541         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5542         (vax_breakpoint_from_pc): New function.
5543         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5544         and gdbarch_believe_pcc_promotion.
5545
5546 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5547
5548         * Makefile.in (vax_tdep_h): Define.  
5549         (vax-tdep.o): Use $(vax_tdep_h).
5550         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5551         (vax_dump_tdep): New function. 
5552         (_initialize_vax_tdep): Register vax_dump_tdep.
5553         * vax-tdep.h: Include osabi.h.     
5554         (struct gdbarch_tdep): New. 
5555
5556 2002-06-26  Andrew Cagney  <cagney@redhat.com>
5557
5558         * frame.h (deprecated_generic_find_dummy_frame): Rename
5559         generic_find_dummy_frame.
5560         * blockframe.c (generic_find_dummy_frame): Make static.
5561         (deprecated_generic_find_dummy_frame): New function.
5562         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5563         generic_find_dummy_frame with deprecated_find_dummy_frame.
5564         (sh64_nofp_frame_init_saved_regs): Ditto.
5565         (sh_fp_frame_init_saved_regs): Ditto.
5566         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5567         (s390_frame_chain): Ditto.
5568         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5569
5570 2002-06-26  Grace Sainsbury  <graces@redhat.com>
5571
5572         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5573         gdbarch vector are at the top.
5574         (NUM_REGS): Remove.
5575         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5576         (FRAME_ARGS_ADDRESS): Remove.
5577         (FRAME_LOCALS_ADDRESS): Remove.
5578         (FRAME_NUM_ARGS): Remove.
5579         (FRAME_ARGS_SKIP): Remove.  
5580         * m68k-tdep.c (enum): Add eumeration of special register numbers.
5581         (m68k_gdbarch_init): Add gdbarch initializations for macros
5582         undefined in tm-m68k.h
5583
5584 2002-06-26  Grace Sainsbury  <graces@redhat.com>
5585
5586         * monitor.h: Add the function regname to monitor_ops
5587         structure. This way NUM_REGS does not have to be a constant.
5588         * monitor.c (monitor_fetch_register): Added support for regname
5589         function. The function is called if the array regnames is NULL.
5590         (monitor_store_register): Same.
5591         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5592         regnames array.
5593         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5594         cpu32bug_cmds.regname to point to new function.
5595         * abug-rom.c (abug_regname): Same as above.
5596         (init_abug_cmds): Same.
5597         * dbug-rom.c (dbug_regname): Same as above.
5598         (init_dbug_cmds): Same.
5599         * remote-est.c (est_regname): Same. 
5600         (init_est_cmds): Same.
5601         * rom68k-rom.c (rom68k_regname): Same. 
5602         (init_rom68k_cmds): Same.
5603
5604 2002-06-25  Tom Tromey  <tromey@redhat.com>
5605
5606         * breakpoint.c (delete_command): Don't repeat `delete' commands.
5607
5608 2002-06-25  Andrew Cagney  <cagney@redhat.com>
5609
5610         * infrun.c (stop_registers): Change variable's type to ``struct
5611         regcache'''.
5612         (xmalloc_inferior_status): Delete function.
5613         (free_inferior_status): Delete function.
5614         (normal_stop): Use regcache_cpy.
5615         (struct inferior_status): Change type of fields ``stop_registers''
5616         and ``registers'' to ``struct regcache''.
5617         (write_inferior_status_register): Use regcache_write.
5618         (save_inferior_status): Instead of calling
5619         xmalloc_inferior_status, allocate the inf_status buffer directly.
5620         Use regcache_dup_no_passthrough and regcache_dup to save the
5621         buffers.
5622         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5623         Replace the stop_registers regcache instead of overriding it.  Use
5624         regcache_xfree.  Instead of calling free_inferior_status, xfree
5625         the buffer directly.
5626         (discard_inferior_status): Use regcache_xfree.  Instead of calling
5627         free_inferior_status, xfree the buffer directly.
5628         (build_infrun): Use regcache_xmalloc.
5629         (_initialize_infrun): Delete redundant call to build_infrun.
5630
5631         * Makefile.in (infcmd.o): Add $(regcache_h).
5632
5633         * infcmd.c: Include "regcache.h".
5634         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5635         obtain the address of `stop_registers' register buffer.
5636         (print_return_value): Ditto.
5637
5638         * inferior.h (struct regcache): Add opaque declaration.
5639         (stop_registers): Change variable's declared type to ``struct
5640         regcache''.
5641
5642 2002-06-24  Tom Tromey  <tromey@redhat.com>
5643
5644         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5645         * target.c (initialize_targets): Fixed typo in
5646         trust-readonly-sections `show' documentation.
5647
5648         * main.c: Marked all strings with _().
5649
5650 2002-06-24  Don Howard  <dhoward@redhat.com>
5651
5652         * memattr.c (create_mem_region): Treat hi == 0 as a special case
5653         that means max CORE_ADDR+1.
5654         (lookup_mem_region): Ditto.
5655         (mem_info_command): Ditto.
5656
5657 2002-06-24  Grace Sainsbury  <graces@redhat.com>
5658
5659         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5660         (REGISTER_BYTES_OK): Remove.
5661         (REGISTER_BYTES): Remove.
5662         (STORE_STRUCT_RETURN): Remove.
5663         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5664         (STORE_RETURN_VALUE): Remove.
5665         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5666         (FRAME_CHAIN): Remove.
5667         (FRAMELESS_FUNCTION_INVOCATION): Remove.
5668         (FRAME_SAVED_PC): Remove.  
5669         * m68k-tdep.c (m68k_register_bytes_ok):Add.
5670         (m68k_store_struct_return): Add.
5671         (m68k_deprecated_extract_return_value): Add.
5672         (m68k_deprecated_extract_struct_value_address): Add.
5673         (m68k_store_return_value): Add.
5674         (m68k_frame_chain): Add.
5675         (m68k_frameless_function_invocation): Add.
5676         (m68k_frame_saved_pc): Add.
5677         (m68k_gdbarch_init): added set_gdbarch calls for new 
5678         functions and deleted macros.
5679
5680 2002-06-23  Tom Tromey  <tromey@redhat.com>
5681
5682         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5683         (ALLDEPFILES): Likewise.
5684         (udiheaders): Removed.
5685         (udip2soc.o): Likewise.
5686         (udi2go32.o): Likewise.
5687         (udr.o): Likewise.
5688         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5689
5690 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
5691
5692         * infrun.c (_initialize_infrun): Delete unnecessary call to
5693         build_infrun.
5694
5695         * regcache.h: Update comments describing the regcache_cpy family
5696         of functions.
5697         (regcache_save, regcache_restore): Delete declaration.
5698         (regcache_save_no_passthrough): Delete declaration.
5699         (regcache_restore_no_passthrough): Delete declaration.
5700         * regcache.c (regcache_save): Delete function.
5701         (regcache_save_no_passthrough): Delete function.
5702         (regcache_restore): Delete function.
5703         (regcache_restore_no_passthrough): Delete function.
5704
5705 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
5706
5707         * config/m68k/tm-m68k.h: Fix typo.
5708         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5709         (m68k_frame_init_saved_regs): Declare.
5710
5711 2002-06-21  Jim Blandy  <jimb@redhat.com>
5712
5713         Remove some vestiges of Harris 88k support.
5714         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5715         register numbering quirk.
5716         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5717         odd symbols occurring in Harris 88k ELF targets.
5718
5719 2002-06-21  Tom Tromey  <tromey@redhat.com>
5720
5721         * gdb_locale.h: New file.
5722         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5723         (defs_h): Added gdb_locale.h.
5724         * configure, config.in: Rebuilt.
5725         * configure.in (PACKAGE): Define.
5726         * defs.h: Include gdb_locale.h.
5727         * main.c (captured_main): Call setlocale, bindtextdomain,
5728         textdomain.
5729
5730 2002-06-21  Dave Brolley  <brolley@redhat.com>
5731
5732         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5733         * config/frv/frv.mt: New file.
5734         * config/frv/tm-frv.h: New file.
5735         * configure.tgt: Support frv-*-*.
5736         * Makefile.in (frv-tdep.o): New target.
5737         * frv-tdep.c: New file.
5738         * NEWS: Mention frv.
5739
5740 2002-06-21  Dave Brolley  <brolley@redhat.com>
5741
5742         * MAINTAINERS: Add self to "Write After Approval" list.
5743
5744 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5745
5746         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5747         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5748         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5749         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5750         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5751
5752         * m68k-tdep.c: Include arch-utils.h
5753         (m68k_register_raw_size): Add.
5754         (m68k_register_virtual_size): Add.
5755         (m68k_register_virtual_type): Add.
5756         (m68k_register_name): Add.
5757         (m68k_stack_align): Add.
5758         (m68k_register_byte): Add.
5759         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5760         tm-m68k.h.
5761
5762 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5763
5764         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5765         m68k_find_saved_regs.
5766         (m68k_pop_frame): Removed saved_regs structure, and replaced
5767         references to it with frame->saved_regs.
5768         (m68k_gdbarch_init): Added function calls to initialize the
5769         gdbarch structure.
5770         (m68k_fix_call_dummy): Add. 
5771         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5772         (CALL_DUMMY): Remove.
5773         (CALL_DUMMY_LENGTH): Remove.
5774         (CALL_DUMMY_START_OFFSET): Remove.
5775         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5776         (FIX_CALL_DUMMY): Remove.
5777         (PUSH_DUMMY_FRAME): Remove.
5778         (POP_FRAME): Remove.
5779
5780 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5781
5782         * parse.c (parse_fprintf): New function used to avoid calls to
5783         fprintf in bison parser generated debug code.
5784         * parser-defs.h: Declaration of new parse_fprintf function.
5785         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5786         Set YYDEBUG to 1 by default.
5787         Set YYFPRINTF as parse_fprintf.
5788
5789 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
5790
5791         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
5792         encoding anymore.
5793         (pointer_encoding, enum ptr_encoding): New.
5794         (execute_cfa_program): Take care about pointer encoding.        
5795         (dwarf2_build_frame_info): Only call parse_frame_info for 
5796         .debug_frame and .eh_frame.
5797         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5798         fixed augmentation handling, added relative addressing, 
5799         ignore duplicate FDEs. Added comments.
5800         * dwarf2cfi.c: Reindented.
5801         
5802 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
5803
5804         * event-top.c (command_handler): Don't use space_at_cmd_start
5805         unless there is sbrk() on the host. Assign time and space data
5806         to union fields of the appropriate length.
5807
5808 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
5809
5810         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
5811         x86_64_register_name. Return type changed to 'const char *'.
5812         (x86_64_register_name2nr): Rename to x86_64_register_number.
5813         (x86_64_gdbarch_init): Update to reflect the change.
5814         * x86-64-tdep.h: Ditto.
5815         * x86-64-linux-nat.c (x86_64_fxsave_offset)
5816         (supply_fpregset): Ditto.
5817
5818 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5819
5820         * regcache.h: Update copyright.
5821         (struct regcache, struct gdbarch): Add opaque declarations.
5822         (current_regcache): Declare global variable.
5823         (regcache_read, regcache_write): Add gdbarch parameter.
5824         (regcache_save, regcache_save_no_passthrough)
5825         (regcache_restore, regcache_restore_no_passthrough)
5826         (regcache_dup, regcache_dup_no_passthrough)
5827         (regcache_cpy, regcache_cpy_no_passthrough)
5828         (deprecated_grub_regcache_for_registers)
5829         (deprecated_grub_regcache_for_register_valid)
5830         (regcache_valid_p): Add function declarations.
5831         
5832         * regcache.c: Update copyright.
5833         (regcache_descr_handle): New global variable.
5834         (struct regcache_descr): Define.
5835         (init_legacy_regcache_descr, init_regcache_descr): New functions.
5836         (regcache_descr, xfree_regcache_descr): New functions.
5837         (struct regcache): Define.
5838         (regcache_xmalloc, regcache_xfree): New functions.
5839         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5840         (regcache_dup, regcache_dup_no_passthrough): New functions.
5841         (regcache_valid_p, regcache_read_as_address): New functions.
5842         (deprecated_grub_regcache_for_registers): New function.
5843         (deprecated_grub_regcache_for_register_valid): New function.
5844         (current_regcache): New global variable.
5845         (register_buffer): Add regcache parameter.  Update calls.
5846         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
5847         (read_register_gen, write_register_gen): Update register_buffer
5848         call.  Test for legacy_p instead of gdbarch_register_read_p or
5849         gdbarch_register_write_p.
5850         (regcache_collect): Update register_buffer call.
5851         (build_regcache): Rewrite.  Use deprecated grub functions.
5852         (regcache_save, regcache_save_no_passthrough): New functions.
5853         (regcache_restore, regcache_restore_no_passthrough): New
5854         functions.
5855         (_initialize_regcache): Create the regcache_data_handle. Swap
5856         current_regcache global variable.
5857         
5858         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5859         parameter to regcache_read and regcache_write calls.
5860         (sh4_register_read): Ditto.
5861         (sh64_pseudo_register_read): Ditto.
5862         (sh64_register_read): Ditto.
5863         (sh_pseudo_register_write): Ditto.
5864         (sh4_register_write): Ditto.
5865         (sh64_pseudo_register_write): Ditto.
5866         (sh64_register_write): Ditto.
5867
5868         * defs.h (XCALLOC): Define.
5869
5870 2002-06-19  Grace Sainsbury  <graces@redhat.com>
5871
5872         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5873         * m68k-tdep.c (m68k_gdbarch_init): Added.
5874         (m68k_dump_tdep): Added.
5875
5876 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5877
5878         * ada-lang.c (fill_in_ada_prototype): Update comment.
5879
5880 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5881
5882         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
5883         MIPS_ABI_LAST.
5884         (mips_abi_string, mips_abi_strings): New.
5885         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5886         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
5887         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
5888         O32 if no ABI is found.
5889         (mips_dump_tdep): Use mips_abi_strings.
5890         (mips_abi_update): New function.
5891         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
5892         ``set mips abi'' and ``show mips abi''.  Check the size of
5893         mips_abi_strings.
5894
5895 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5896
5897         * i386-linux-tdep.c (i386_linux_register_name): Make return type
5898         constant.
5899
5900 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
5901
5902         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
5903         current frame using only the first stack size adjustment. All
5904         subsequent size adjustments are not considered to be part of
5905         the "static" part of the current frame.
5906         Compute the address of the saved registers relative to the
5907         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5908         in use in this frame.
5909
5910 2002-06-18  Don Howard  <dhoward@redhat.com>
5911  
5912         * valops.c (value_ind): Use value_at_lazy() when dereferencing
5913         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
5914         suggesting this solution.
5915
5916 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
5917
5918         * config/romp/xm-rtbsd.h: Delete file.
5919         * config/romp/rtbsd.mh: Delete file.
5920
5921 2002-06-18  Keith Seitz  <keiths@redhat.com>
5922
5923         * breakpoint.c (condition_command): Post breakpoint_modify
5924         when a condition is added to an existing breakpoint.
5925         (commands_command): Likewise for commands.
5926         (set_ignore_count): Likewise for ignore counts.
5927         If no tty, do not simply return, still need to send event
5928         notification.
5929         (ignore_command): Only print a newline if the command came
5930         from a tty.
5931         Don't call breakpoints_changed, since this is now properly
5932         handled by set_ignore_count.
5933
5934 2002-06-18  Andrew Cagney  <cagney@redhat.com>
5935
5936         * MAINTAINERS: Note that cris-elf target can be compiled with
5937         -Werror.
5938         * cris-tdep.c (cris_register_name): Make return type constant.
5939         (cris_breakpoint_from_pc): Ditto.
5940
5941 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
5942
5943         * frame.h (struct frame_info): Change type of context to 
5944         'struct context'.
5945
5946 2002-06-17  Andrew Cagney  <cagney@redhat.com>
5947
5948         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5949         pointer.
5950         * gdbarch.h, gdbarch.c: Regenerate.
5951         * config/mips/tm-mips.h (mips_register_name): Update.
5952         * i386-tdep.h (i386_register_name): Update.
5953         * mips-tdep.c (mips_register_name): Update
5954         * alpha-tdep.c (alpha_register_name): Update.
5955         * arch-utils.c (legacy_register_name): Update.
5956         * arch-utils.h (legacy_register_name): Update.
5957         * avr-tdep.c (avr_register_name): Update.
5958         * ia64-tdep.c (ia64_register_name): Update.
5959         * i386-tdep.c (i386_register_name): Update.
5960         * sparc-tdep.c (sparc32_register_name): Update.
5961         (sparc64_register_name): Update.
5962         (sparclite_register_name): Update.
5963         (sparclet_register_name): Update.
5964         * sh-tdep.c (sh_generic_register_name): Update.
5965         (sh_sh_register_name): Update.
5966         (sh_sh3_register_name): Update.
5967         (sh_sh3e_register_name): Update.
5968         (sh_sh_dsp_register_name): Update.
5969         (sh_sh3_dsp_register_name): Update.
5970         (sh_sh4_register_name): Update.
5971         (sh_sh64_register_name): Update.
5972         * s390-tdep.c (s390_register_name): Update.
5973         * rs6000-tdep.c (rs6000_register_name): Update.
5974         * ns32k-tdep.c (ns32k_register_name_32082): Update.
5975         (ns32k_register_name_32382): Update.
5976         * d10v-tdep.c (d10v_ts2_register_name): Update.
5977         (d10v_ts3_register_name): Update.
5978         * xstormy16-tdep.c (xstormy16_register_name): Update.
5979         * vax-tdep.c (vax_register_name): Update.
5980         * v850-tdep.c (v850_register_name): Update.
5981         * m68hc11-tdep.c (m68hc11_register_name): Update.
5982         * mn10300-tdep.c (mn10300_generic_register_name): Update.
5983         (am33_register_name): Update.
5984
5985 2002-06-17  Grace Sainsbury  <graces@redhat.com>
5986
5987         * m68k-tdep.c: Reindented.
5988
5989 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
5990
5991         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5992         list of predefined types.
5993
5994 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
5995
5996         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5997         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5998         REGISTER_CONVERT_TO_RAW): Remove defines.
5999         (i386_register_virtual_type, i386_register_convertible,
6000         i386_register_convert_to_virtual, i386_register_convert_to_raw):
6001         Remove prototypes.
6002         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6003         macros mentioned above.
6004
6005         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6006         (i386lynx_saved_pc_after_call): Remove prototype.
6007         * i386ly-tdep.c: Include "i386-tdep.h".
6008         (i386lynx_saved_pc_after_call): Make static.  Use
6009         read_memory_nobpt instead of read_memory.  Use
6010         read_memory_unsigned_integer instead of read_memory_integer.
6011         (i386lynx_init_abi): New function.
6012         (i386lynx_coff_osabi_sniffer): New function.
6013         (_initialize_i386bsd_tdep): New function.
6014
6015         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6016         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6017         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6018         (i386_fix_call_dummy): Remove prototype.
6019         * i386-tdep.c (i386_call_dummy_words): New variable.
6020         (i386_gdbarch_init): Adjust for removal of the
6021         macros mentioned above.
6022
6023 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
6024
6025         * command.h (add_setshow_auto_boolean_cmd): Replace
6026         add_set_auto_boolean_cmd.
6027         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6028         add_set_auto_boolean_cmd.
6029         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6030         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6031         mask-address'' command.
6032         (show_mask_address): Add cmd parameter.
6033         * remote.c (add_packet_config_cmd): Update.  Change type of
6034         set_func and show_func to cmd_sfunc_ftype.
6035         (_initialize_remote): Update `set remote Z-packet'
6036         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6037         (show_remote_protocol_e_packet_cmd): Ditto.
6038         (show_remote_protocol_E_packet_cmd): Ditto.
6039         (show_remote_protocol_P_packet_cmd): Ditto.
6040         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6041         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6042         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6043         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6044         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6045         (show_remote_protocol_Z_packet_cmd): Ditto.
6046         (show_remote_protocol_binary_download_cmd): Ditto.
6047         (show_remote_cmd): Pass NULL to all of above.
6048
6049 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6050
6051         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6052         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6053         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6054         POP_FRAME): Remove defines.
6055         (i386_push_arguments, i386_store_struct_return,
6056         i386_extract_return_value, i386_store_return_value,
6057         i386_extract_struct_value_address, i386_push_dummy_frame,
6058         i386_pop_frame): Renove prototypes.
6059         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6060         macros mentioned above.
6061
6062 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
6063
6064         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6065         add_set_boolean_cmd.
6066         (add_setshow_cmd): New function.
6067         * command.h (add_setshow_boolean_cmd): Replace
6068         add_set_boolean_cmd.
6069         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6070         and ``set rdiromatzero''.
6071         * maint.c (_initialize_maint_cmds): Update commented out code.
6072         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6073         * target.c (initialize_targets): Update `set
6074         trust-readonly-sections'.
6075         * remote.c (_initialize_remote): Update `set remotebreak'.
6076
6077 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6078
6079         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6080         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6081         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6082         fit into multi-arch framework.
6083         (i386_breakpoint_from_pc): New function.
6084         (i386_gdbarch_init): Adjust for removal of the macros mentioned
6085         above.
6086
6087         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6088         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6089         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6090         (i386_frameless_function_invocation, i386_frame_num_args,
6091         i386_frame_init_saved_regs): Remove prototypes.
6092         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6093         macros mentioned above.
6094
6095 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
6096
6097         * cli/cli-decode.c (set_cmd_cfunc): Update.
6098         (set_cmd_sfunc): Update.
6099         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6100         (set_cmd_sfunc, set_cmd_cfunc): Update.
6101         * cli/cli-decode.h: Update.
6102
6103 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6104
6105         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6106         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6107
6108 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
6109
6110         * defs.h (auto_boolean): Declare enum.
6111         * command.h (cmd_auto_boolean): Delete enum.
6112         * mips-tdep.c (mask_address_var): Update.
6113         (mips_mask_address_p): Update.
6114         (show_mask_address): Update.
6115         * remote.c (struct packet_config): Update.
6116         (update_packet_config): Update.
6117         (show_packet_config_cmd): Update.
6118         (packet_ok): Update.
6119         (add_packet_config_cmd): Update.
6120         (_initialize_remote): 
6121         * command.h: Update.
6122         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6123         (do_setshow_command): Update.
6124         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6125         * cli/cli-decode.h: Update.
6126
6127 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6128
6129         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6130         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6131         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6132         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6133         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6134         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6135
6136         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6137         list of DJGPP COFF targets.
6138
6139         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6140         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6141         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6142         (FP0_REGNUM): Remove define.
6143         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6144         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6145         (i386_register_virtual_size): Remove protoype.
6146         * i386-tdep.c (i386_register_virtual_size): Removed.
6147         (i386_extract_return_value, i386_store_return_value): Use
6148         FP0_REGNUM instead of NUM_FREGS to determine whether the
6149         floating-point registers are available.
6150         (i386_gdbarch_init): Tweak FIXME about FPU registers.
6151         Adjust for removal of macros mentioned above.
6152
6153 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6154
6155         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
6156         comments.
6157         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6158         Remove prototypes.
6159         (supply_gregset, fill_gregset): Remove use of register keyword and
6160         remove declaration for regmap.  Use I386_NUM_GREGS instead of
6161         NUM_REGS and NUM_FREGS.
6162         (FPREGSET_FSAVE_OFFSET): Remove.
6163         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6164         NUM_FREGS to determine whether the floating-point registers are
6165         available.
6166
6167         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6168         gnu_store_registers): Replace usage of NUM_GREGS with
6169         I386_NUM_GREGS.
6170
6171         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6172         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6173         usage of NUM_GREGS with I386_NUM_GREGS.
6174
6175         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6176
6177         * i386bsd-nat.c: Include "i386-tdep.h".
6178         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6179         I386_NUM_GREGS.
6180
6181         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6182         and associated comment.  They no longer make any sense, since we
6183         don't use this file anymore on Linux.
6184
6185         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6186         * i386-tdep.c (i386_register_offset, i386_register_size): Use
6187         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6188         elements in these arrays.
6189         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6190         MAX_NUM_REGS.
6191
6192 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
6193
6194         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6195         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6196
6197 2002-06-14  Andrew Cagney  <cagney@redhat.com>
6198
6199         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6200         EXTRACT_RETURN_VALUE.
6201         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6202         EXTRACT_STRUCT_VALUE_ADDRESS.
6203         * gdbarch.h, gdbarch.c: Regenerate.
6204         
6205         * values.c (value_being_returned): Handle
6206         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6207         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6208
6209         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
6210         * arm-tdep.c (arm_gdbarch_init): Update.
6211         * avr-tdep.c (avr_gdbarch_init): Update.
6212         * cris-tdep.c (cris_gdbarch_init): Update.
6213         * d10v-tdep.c (d10v_gdbarch_init): Update.
6214         * ia64-tdep.c (ia64_gdbarch_init): Update.
6215         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6216         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6217         * s390-tdep.c (s390_gdbarch_init): Update.
6218         * sh-tdep.c (sh_gdbarch_init): Update.
6219         * s390-tdep.c (s390_gdbarch_init): Update.
6220         * sparc-tdep.c (sparc_gdbarch_init): Update.
6221         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6222         * v850-tdep.c (v850_gdbarch_init): Update.
6223         * vax-tdep.c (vax_gdbarch_init): Update.
6224         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6225         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6226
6227         * config/arc/tm-arc.h: Update.
6228         * config/d30v/tm-d30v.h: Update.
6229         * config/fr30/tm-fr30.h: Update.
6230         * config/h8300/tm-h8300.h: Update.
6231         * config/h8500/tm-h8500.h: Update.
6232         * config/i386/tm-i386.h: Update.
6233         * config/i386/tm-ptx.h: Update.
6234         * config/i386/tm-symmetry.h: Update.
6235         * config/i960/tm-i960.h: Update.
6236         * config/m32r/tm-m32r.h: Update.
6237         * config/m68k/tm-delta68.h: Update.
6238         * config/m68k/tm-linux.h: Update.
6239         * config/m68k/tm-m68k.h: Update.
6240         * config/m88k/tm-m88k.h: Update.
6241         * config/mcore/tm-mcore.h: Update.
6242         * config/mips/tm-mips.h: Update.
6243         * config/mn10200/tm-mn10200.h: Update.
6244         * config/pa/tm-hppa.h: Update.
6245         * config/pa/tm-hppa64.h: Update.
6246         * config/sparc/tm-sp64.h: Update.
6247         * config/sparc/tm-sparc.h: Update.
6248         * config/sparc/tm-sparclet.h: Update.
6249         * config/z8k/tm-z8k.h: Update.
6250
6251 2002-06-14  Andrew Cagney  <cagney@redhat.com>
6252
6253         * Makefile.in (i386_linux_tdep_h): Define.
6254         (i386_tdep_h, i387_tdep_h): Define.
6255         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6256         $(i386_tdep_h) and $(i387_tdep_h).
6257         * i386-linux-nat.c: Include "i386-linux-tdep.h".
6258
6259 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
6260
6261         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6262         Already covered by the default.
6263
6264         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6265         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
6266         (i386_gdbarch_init): Initialize long_double_format and long_double
6267         bit.
6268
6269         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6270         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
6271         Move these to ...
6272         * config/i386/i386sol2.mh: ... here.
6273         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6274         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6275         (SIGCONTEXT_PC_OFFSET): Remove define.
6276         (IN_SIGTRAMP): Remove define.
6277         * i386-sol2-tdep.c: New file.
6278         
6279         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6280         * config/i386/tm-i386nw.h: Removed.
6281
6282         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6283         USE_STRUCT_CONVENTION): Remove defines.
6284         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6285         (get_longjmp_target): Remove prototype.
6286         (IN_SIGTRAMP): Remove define.
6287         (i386bsd_in_sigtramp): Remove prototype.
6288         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6289         function.  Update comment accordingly
6290         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6291         (FRAME_SAVED_PC): Remove define.
6292         (i386bsd_frame_saved_pc): Remove prototype.
6293         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6294         GET_LONGJMP_TARGET): Remove defines.
6295         (get_longjmp_target): Remove prototype.
6296         (IN_SIGTRAMP): Remove define.
6297         (i386bsd_in_sigtramp): Remove prototype.
6298         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6299         function.  Update comment accordingly
6300         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6301         (FRAME_SAVED_PC): Remove define.
6302         (i386bsd_frame_saved_pc): Remove prototype.
6303         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6304         Remove prototype.
6305         (USE_STRUCT_CONVENTION): Remove prototype.
6306         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6307         declaration.
6308         (_initialize_i386bsd_nat): Revise logic to determine some
6309         constants at compile time when compiling a native GDB.  Warn if
6310         things don't match up with what we expect.
6311         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6312         Remove variables.
6313         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
6314         to use date stored in `struct gdbarch_tdep'.
6315         (i386bsd_sigcontext_offset): Remove varaible.
6316         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
6317         stored in `struct gdbarch_tdep'.
6318         (i386bsd_frame_saved_pc): Make static.
6319         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6320         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6321         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6322         i386fbsd4_sc_pc_offset): New variables.
6323         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6324         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6325         functions.
6326         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6327         functions.
6328         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6329         Modify the value of i386fbsd_sigtramp_start and
6330         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6331         i386fbsd_sigtramp_end.
6332         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6333         function.
6334
6335         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6336         define to i386-linux-tdep.h.
6337         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6338         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6339         defines.
6340         (i386_linux_register_name, i386_linux_register_byte,
6341         i386_linux_register_raw_size): Remove prototypes.
6342         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6343         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6344         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6345         TARGET_WRITE_PC): Remove defines.
6346         (i386_linux_in_sigtramp, i386_linux_frame_chain,
6347         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6348         i386_linux_write_pc): Remove prototypes.
6349         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6350         (get_longjmp_target): Remove prototype.
6351         * i386-linux-tdep.h: New file.
6352         * i386-linux-nat.c: Include "i386-linux-tdep.h".
6353         * i386-linux-tdep.c: Include "i386-tdep.h" and
6354         "i386-linux-tdep.h".
6355         (i386_linux_register_name, i386_linux_register_byte,
6356         i386_linux_register_raw_size, i386_linux_in_sigtramp,
6357         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6358         Make static.
6359         (i386_linux_init_abi): New function.
6360         (_initialize_i386_linux_tdep): New function.
6361
6362         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6363         (i386_saved_pc_after_call): Remove prototype.
6364         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6365         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6366         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6367         (i386_register_name, i386_stab_reg_to_regnum,
6368         i386_dwarf_reg_to_regnum): Remove prototypes.
6369         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6370         SIZEOF_SSE_REGS): Remove defines.
6371         (REGISTER_BYTES): Remove define.
6372         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6373         (i386_register_byte, i386_register_raw_size): Remove prototypes.
6374         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6375         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6376         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6377         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6378         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6379         (get_longjmp_target): Remove prototype.
6380         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6381         (sigtramp_saved_pc): Remove define.
6382         (i386v4_sigtramp_saved_pc): Remove prototype.
6383         * config/i386/tm-go32.h (FRAME_CHAIN,
6384         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6385         (i386go32_frame_saved_pc): Remove prototype.
6386         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6387         (get_longjmp_target): Remove prototype.
6388         * i386-tdep.h: Include "osabi.h".
6389         (enum i386_abi): Removed.
6390         (enum struct_return): New enum.
6391         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6392         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6393         sc_pc_offset members.
6394         (i386_gdbarch_register_os_abi): Remove prototype.
6395         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6396         I386_SSE_NUM_REGS): New defines.
6397         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6398         I386_SSE_SIZEOF_REGS): New defines.
6399         (i386_register_name, i386_register_byte, i386_register_raw_size):
6400         New prototypes.
6401         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6402         (i386bsd_sigtramp_saved_pc): New prototype.
6403         * i386-tdep.c: Don't include "elf-bfd.h".
6404         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6405         i386_frame_chain, i386_saved_pc_after_call): Make static.
6406         (i386_frame_saved_pc): Rewrite to call architecture dependent
6407         function to deal with signal handlers.  Make static.
6408         (i386go32_frame_saved_pc): Removed.
6409         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6410         Removed.
6411         (i386_get_longjmp_target): New function.
6412         (default_struct_convention, pcc_struct_convention,
6413         reg_struct_convention, valid_conventions, struct_convention): New
6414         variables.
6415         (i386_use_struct_convention): New function.
6416         (i386v4_sigtramp_saved_pc): Renamed to
6417         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
6418         (i386_pc_in_sigtramp): New function.
6419         (i386_abi_names): Removed.
6420         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6421         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6422         Removed.
6423         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6424         i386_gdbarch_register_os_abi): Removed.
6425         (struct i386_abi_handler): Removed.
6426         (i386_abi_handler_list): Removed.
6427         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6428         functions.
6429         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6430         i386_nw_init_abi): New functions.
6431         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6432         Use set_gdbarch_xxx() calls instead of relying on macros for a
6433         number of calls.
6434         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6435         (_initialize_i386_tdep): Add new 'struct-convcention' command.
6436         Register the various architecture variants defined in this file.
6437
6438 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
6439
6440         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6441         (struct main_type): Remove arg_types member.  Update comments for
6442         struct field.
6443         (TYPE_ARG_TYPES): Remove.
6444         (TYPE_FN_FIELD_ARGS): Update.
6445         (smash_to_method_type): Update prototype.
6446
6447         * c-typeprint.c (cp_type_print_method_args): Take method type
6448         instead of argument list.  Use new argument layout.  Simplify.
6449         (c_type_print_args): Use new argument layout.  Simplify.
6450         (c_type_print_base): Update call to cp_type_print_method_args.
6451         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6452         argument; use die->type instead.  Update call to
6453         smash_to_method_type.
6454         (read_structure_scope): Update call to dwarf2_add_member_fn.
6455         * gdbtypes.c (allocate_stub_method): Update comment.
6456         (smash_to_method_type): Take new NARGS and VARARGS arguments.
6457         Use new argument layout.
6458         (check_stub_method): Use new argument layout.  Don't count
6459         void as an argument.
6460         (print_arg_types): Update comments.  Use new argument layout.
6461         (recursive_dump_type): Don't print arg_types member.
6462         * hpread.c (hpread_read_struct_type): Use new argument layout.
6463         (fixup_class_method_type): Likewise.
6464         (hpread_type_lookup): Likewise.
6465         * stabsread.c (read_type): Update calls to read_args and
6466         smash_to_method_type.
6467         (read_args): Use new argument layout.  Simplify.
6468         * valops.c (typecmp): Use new argument layout.  Update parameters
6469         and comments.  Simplify.
6470         (hand_function_call): Use new argument layout.
6471         (search_struct_method): Update call to typecmp.
6472         (find_overload_match): Use new argument layout.
6473
6474 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6475
6476         * NEWS: Mention multithreaded debug support for gdbserver.
6477
6478 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6479
6480         * MAINTAINERS: Mention NEWS.
6481
6482 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6483
6484         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6485         (struct mips_objfile_private, compare_pdr_entries): New.
6486         (non_heuristic_proc_desc): Read the ".pdr" section if it
6487         is present.
6488
6489 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
6490
6491         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6492         (arm_debug): New static variable.
6493         (_initialize_arm_tdep): Add ``set debug arm'' command.
6494
6495 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
6496
6497         * Makefile.in (sim_arm_h): Define.
6498         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6499         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6500         (arm_register_sim_regno): New function, map an internal REGNUM
6501         onto a simulator register number.
6502         (arm_gdbarch_init): Set register_sim_regno.
6503
6504 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
6505
6506         * MAINTAINERS: Add self.
6507
6508 2002-06-11  Jim Blandy  <jimb@redhat.com>
6509
6510         * source.c (source_info): Mention whether the symtab has
6511         information about preprocessor macros.
6512
6513         Call the command `info macro', not `show macro'.
6514         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6515         Fix error message.
6516         (_initialize_macrocmd): Register `info_macro_command' in
6517         `infolist', not `showlist'.
6518
6519 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
6520
6521         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6522         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6523         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6524         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6525         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
6526         unconditionally.
6527         (set_mipsfpu_single_command, set_mipsfpu_double_command)
6528         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6529         (_initialize_mips_tdep): Remove dead code.
6530         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6531         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6532         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6533         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6534         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6535         MIPS_LAST_FP_ARG_REGNUM): Remove.
6536
6537 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
6538
6539         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6540         (unwind_tmp_obstack_free, parse_frame_info)
6541         (update_context, cfi_read_fp, cfi_write_fp)
6542         (cfi_frame_chain, cfi_init_extra_frame_info)
6543         (cfi_virtual_frame_pointer): Use the above function.
6544         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6545
6546 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
6547
6548         * v850-tdep.c (v850_type_is_scalar): New function.
6549         (v850_use_struct_convention): Match current gcc implementation
6550         as close as possible.
6551         (v850_push_arguments): Fix stack_offset handling.  Don't write
6552         struct_addr into register.  This is done by v850_store_struct_return.
6553         (v850_extract_return_value): Care for structs.
6554         (v850_store_return_value): Ditto.
6555         (v850_store_struct_return): Actually write address.
6556
6557 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
6558
6559         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6560         without debug information too.
6561
6562 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6563
6564         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6565         Make multi-arch pure.
6566         * gdbarch.h, gdbarch.c: Re-generate.
6567         * arm-tdep.c (arm_print_float_info): Update.
6568         * arch-utils.h (default_print_float_info): Update.
6569         * arch-utils.c (default_print_float_info): Update.
6570         * infcmd.c (float_info): Update call.
6571
6572 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6573
6574         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6575         the front of the initialize list.
6576
6577 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6578
6579         * infrun.c (struct inferior_status): Replace fields
6580         selected_frame_address and selected_level with field
6581         selected_frame_id.
6582         (save_inferior_status): Update.  Use get_frame_id.
6583         (struct restore_selected_frame_args): Delete.
6584         (restore_selected_frame): Update.  Use frame_find_by_id.
6585         (restore_inferior_status): Update.
6586
6587         * breakpoint.h (struct breakpoint): Change type of
6588         watchpoint_frame to frame_id.
6589         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
6590         call to get_current_frame.
6591         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
6592         get_current_frame.
6593         (watchpoint_check): Use frame_find_by_id.
6594
6595         * frame.h (record_selected_frame): Delete declaration.
6596         * stack.c (record_selected_frame): Delete function.
6597         
6598         * frame.h (struct frame_id): Define.
6599         (get_frame_id): Declare.
6600         (frame_find_by_id): Declare.
6601         * frame.c (frame_find_by_id): New function.
6602         (get_frame_id): New function.
6603
6604 2002-06-10  Andrey Volkov <avolkov@transas.com>
6605
6606         * ser-e7kpc.c: Fix duplicated define and call of 
6607         _initialize_ser_e7000pc
6608             
6609 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
6610
6611         * signals/signals.c (target_signal_from_host): Fix #ifdef
6612         SIGRTMIN case.
6613         (do_target_signal_to_host): Likewise.
6614
6615 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
6616
6617         * mips-tdep.c (mips_find_abi_section): New function.
6618         (mips_gdbarch_init): Call it.
6619
6620 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6621
6622         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6623         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
6624         after Andrew's 2002-06-08 gdbarch change.
6625
6626 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6627
6628         * i386-linux-nat.c (suppy_gregset): Don't supply
6629         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6630         register cache.
6631         (fill_gregset): Don't fetch it under the same circumstances.
6632
6633 2002-06-09  Andrew Cagney  <cagney@redhat.com>
6634
6635         * Makefile.in (callback_h): Define.
6636         (remote_sim_h): Update path to remote-sim.h.
6637         (remote-rdp.o): Add $(callback_h).
6638         (remote-sim.o): Use $(callback_h).
6639         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6640         * remote-rdp.c: Include "gdb/callback.h".
6641
6642 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6643
6644         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6645         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6646
6647 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6648
6649         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6650         * rdi-share/serpardr.c: Ditto.
6651         * rdi-share/unixcomm.c: Ditto.
6652         * rdi-share/serdrv.c: Ditto.
6653         * rdi-share/hostchan.h: Ditto.
6654         * rdi-share/hostchan.c: Ditto.
6655         * rdi-share/host.h: Ditto.
6656         * rdi-share/devsw.c: Ditto.
6657
6658         * objfiles.h: Change type of obj_private to void pointer.
6659         * pa64solib.c: Update copyright.  Don't include "assert.h", use
6660         strcmp instead of STREQ, use LONGEST, do not use PTR
6661         * somsolib.c: Ditto.
6662
6663         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6664         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6665         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6666
6667 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6668
6669         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6670         (default_get_saved_register): Delete function.
6671         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6672         generic_unwind_get_saved_register.
6673         * gdbarch.h, gdbarch.c: Re-generate.
6674         
6675 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6676
6677         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6678         generic_func_frame_chain_valid.
6679         * gdbarch.h, gdbarch.c: Re-generate.
6680         * blockframe.c (generic_func_frame_chain_valid): Only check
6681         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
6682         passing FP to PC_IN_CALL_DUMMY.
6683         Fix PR gdb/360.
6684
6685 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6686
6687         * gdbarch.sh (struct gdbarch_data): Add field init_p.
6688         (register_gdbarch_data): Initialize init_p.
6689         (gdbarch_data): Initialize data pointer using the init function.
6690         (init_gdbarch_data): Delete function.
6691         (gdbarch_update_p): Update.
6692         (initialize_non_multiarch): Update.
6693         (struct gdbarch): Add field initialized_p.
6694         * gdbarch.h, gdbarch.c: Re-generate.
6695
6696 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
6697
6698         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6699         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6700         better do the things actually here.
6701         * x86-64-tdep.c (x86_64_register_name2nr): New.
6702         (x86_64_register_name): Renamed to x86_64_register_nr2name.
6703         (x86_64_gdbarch_init): Respect the above change.
6704         * x86-64-tdep.h (x86_64_register_name2nr)
6705         (x86_64_register_nr2name): Add prototypes.
6706         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6707
6708 2002-06-06  Michael Snyder  <msnyder@redhat.com>
6709
6710         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6711         Delete extra braces and re-indent.
6712         (d10v_store_return_value): Char return values
6713         must be shifted over by one byte in R0.
6714         (d10v_extract_return_value): Delete extra braces, re-indent.
6715
6716 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
6717
6718         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6719         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6720         (d10v_integer_to_address): Rewrite.
6721         (d10v_frame_init_saved_regs): When reading fp and sp registers use
6722         the d10v specific functions which take care of converting to the
6723         correct space.
6724
6725 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
6726
6727         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6728         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6729
6730 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6731
6732         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6733         includes.
6734         * config/tm-linux.h: Ditto.
6735         * config/alpha/tm-alphalinux.h: Ditto.
6736         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6737         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6738         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6739         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6740         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6741         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6742         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6743         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6744         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6745         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6746         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6747         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6748         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6749         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6750         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6751         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6752         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6753         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6754         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6755         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6756         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6757         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6758         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6759         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6760         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6761         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6762         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6763         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6764         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6765         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6766         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6767         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6768         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6769         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6770         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6771         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6772         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6773
6774 2002-05-04  Aidan Skinner <aidan@velvet.net>
6775
6776         * ada-exp.tab.c: New file
6777         * ada-exp.y: New file
6778         * ada-lang.c: New file
6779         * ada-lang.h: New file
6780         * ada-lex.c: New file
6781         * ada-lex.l: New file
6782         * ada-tasks.c: New file
6783         * ada-typeprint.c: New file
6784         * ada-valprint.c: New file
6785         
6786 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6787
6788         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6789         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6790
6791 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6792
6793         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6794         insetead of ppc-linux-tdep.o.
6795         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6796         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6797
6798 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6799
6800         2002-05-07 Christian Groessler <chris@groessler.org>
6801         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6802         bit register contents for little endian hosts.
6803
6804 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6805
6806         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6807         any maintainer.
6808
6809 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6810
6811         * gdbarch.h: Regenerate.
6812
6813 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6814
6815         * MAINTAINERS: Add everyone to write-after-approval list.
6816
6817 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6818
6819         * stack.c (frame_info): Use frame_register_unwind instead of
6820         saved_regs.  Mention when the SP is on the stack or in a register.
6821
6822         * frame.h (frame_register_unwind_ftype): Define.  Document.
6823         (struct frame_info): Add field register_unwind and
6824         register_unwind_cache.
6825         (frame_register_unwind): Declare.
6826         (generic_unwind_get_saved_register): Declare.
6827
6828         * frame.c (frame_register_unwind): New function.
6829         (generic_unwind_get_saved_register): New function.
6830
6831         * blockframe.c (generic_call_dummy_register_unwind): New function.
6832         (frame_saved_regs_register_unwind): New function.
6833         (set_unwind_by_pc): New function.
6834         (create_new_frame): New function.
6835         (get_prev_frame): New function.
6836
6837 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
6838
6839         * a29k-share/: Delete directory.
6840         * remote-vx29k.c: Delete file.
6841
6842 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6843
6844         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6845         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6846
6847 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6848
6849         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6850         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6851         (sparc64nbsd-nat.o)
6852         (sparcnbsd-nat.o)
6853         (sparcnbsd-tdep.o): New dependency lists.
6854         * NEWS: Note new UltraSPARC NetBSD native configuration.
6855         * configure.host (sparc64-*-netbsd*): New host.
6856         * configure.tgt (sparc-*-netbsdelf*)
6857         (sparc-*-netbsd*): Set gdb_target to nbsd.
6858         (sparc64-*-netbsd*): New target.
6859         * sparc64nbsd-nat.c: New file.
6860         * sparcnbsd-nat.c: New file.
6861         * sparcnbsd-tdep.c: New file.
6862         * sparcnbsd-tdep.h: New file.
6863         * config/sparc/nbsd.mt: New file.
6864         * config/sparc/nbsd64.mh: New file.
6865         * config/sparc/nbsd64.mt: New file.
6866         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6867         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6868         (HOST_IPC): Remove.
6869         * config/sparc/nbsdaout.mt: Remove.
6870         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6871         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6872         (HOST_IPC): Remove.
6873         * config/sparc/nbsdelf.mt: Remove.
6874         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
6875         sparc-nat.c compatiblity defines.
6876         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
6877         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6878         * config/sparc/tm-nbsd64.h: New file.
6879         * config/sparc/tm-nbsdaout.h: Remove.
6880         * config/sparc/xm-nbsd.h: Remove.
6881
6882 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6883
6884         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6885         * sparc-tdep.c: Include osabi.h.
6886         (gdbarch_tdep): Add osabi member.
6887         (_initialize_sparc_tdep): Use gdbarch_register.
6888         (sparc_gdbarch_init): Use generic OS ABI framework.
6889         (sparc_dump_tdep): New function.
6890
6891 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
6892
6893         * corefile.c (do_captured_read_memory_integer): Return non-zero
6894         result.
6895         (safe_read_memory_integer): Copy result of memory read when
6896         status is non-zero.  Also, add comments.
6897
6898 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
6899
6900         * Makefile.in (ppc_tdep_h): Define.
6901         (ppc-linux-nat.o)
6902         (ppc-linux-tdep.o)
6903         (rs6000-tdep.o): Use $(ppc_tdep_h).
6904         (ppc-sysv-tdep.o)
6905         (ppcnbsd-nat.o)
6906         (ppcnbsd-tdep.o): New dependency lists.
6907         * ppc-tdep.h: Use generic OS ABI framework.
6908         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6909         (ppc_linux_init_abi): New functions.
6910         (ppc_sysv_abi_broken_use_struct_convention)
6911         (ppc_sysv_abi_use_struct_convention)
6912         (ppc_sysv_abi_push_arguments): Move to...
6913         * ppc-sysv-tdep.c: ...here.
6914         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6915         * rs6000-tdep.c (process_note_abi_tag_sections)
6916         (get_elfosabi): Remove.
6917         (rs6000_gdbarch_init): Use generic OS ABI framework.
6918         (rs6000_dump_tdep): New function.
6919         (_initialize_rs6000_tdep): Use gdbarch_register.
6920         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6921         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6922         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6923         of ppc-linux-tdep.o.
6924         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6925         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6926         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6927         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6928         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6929         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6930
6931 2002-05-29  Jim Blandy  <jimb@redhat.com>
6932
6933         * macroscope.c (default_macro_scope): Put `void' in empty argument
6934         list.
6935
6936 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
6937
6938         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6939         * arch-utils.c: Include "sim-regno.h".
6940         * gdbarch.sh: Don't include "sim-regno.h".
6941         * gdbarch.h, gdbarch.c: Regenerate.
6942         * sim-regno.h (legacy_register_sim_regno): Move declaration from
6943         here.
6944         * arch-utils.h (legacy_register_sim_regno): To here.
6945         * remote-sim.c (legacy_register_sim_regno): Move function from
6946         here.
6947         * arch-utils.c (legacy_register_sim_regno): To here.
6948
6949 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6950
6951         * sim-regno.h: New file.
6952         * Makefile.in (sim_regno_h): Define.
6953         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6954         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6955         (legacy_register_sim_regno): New function.
6956         (one2one_register_sim_regno): New function.
6957         (gdbsim_fetch_register): Rewrite.
6958         (gdbsim_store_register): Only store a register when
6959         REGISTER_SIM_REGNO is valid.
6960         * d10v-tdep.c: Include "sim-regno.h".
6961         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6962         (d10v_ts3_register_sim_regno): Ditto.
6963         * gdbarch.sh: Include "sim-regno.h".
6964         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6965         * gdbarch.h, gdbarch.c: Regenerate.
6966         * arch-utils.h (default_register_sim_regno): Delete declaration.
6967         * arch-utils.c (default_register_sim_regno): Delete function.
6968
6969 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
6970
6971         * ppcnbsd-nat.c: Rewrite.
6972         * ppcnbsd-tdep.c: New file.
6973         * ppcnbsd-tdep.h: New file.
6974         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6975         solib.o, and solib-svr4.o.
6976         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6977         nbsd-tdep.o, and corelow.o.
6978
6979 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6980
6981         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6982         `tr' and `sed'.  Mention that `broken' targets are not expected to
6983         build.
6984
6985 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
6986
6987         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6988         Let PC point right after the prologue before looking up symbols.
6989         
6990 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
6991
6992         * i386-tdep.c (i386_register_virtual_type): Return 
6993         builtin_type_vec128i for SSE registers.
6994
6995         * gdbtypes.h (builtin_type_vec128i): Declare.
6996
6997         * gdbtypes.c (build_builtin_type_vec128i): New function.
6998         (builtin_type_v2_double, builtin_type_v4_int64): New types.
6999         (builtin_type_vec128i): New type for SSE2 128-bit registers.
7000         (build_gdbtypes): Initialize new builtin vector types.
7001         (_initialize_gdbtypes): Register new vector types with gdbarch.
7002
7003 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7004
7005         * MAINTAINERS: ns32k is not longer an obsolete candidate,
7006         since it has been multi-arch'd.
7007         * NEWS: Note that ns32k-*-* is now partial multi-arch.
7008         Move Alpha and VAX multi-arch news entries to same section
7009         as other multi-arch news.
7010
7011 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7012
7013         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7014         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
7015         static.  Rename some register numbers to put them in ns32k-tdep
7016         private namespace.
7017         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7018         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7019         functions.
7020         (_initialize_ns32k_tdep): Use gdbarch_register.
7021         * ns32k-tdep.h: New file.
7022         * ns32knbsd-tdep.c: New file.
7023         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7024         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7025         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7026         REGISTER_BYTES, REGISTER_BYTE): Remove.
7027         * config/ns32k/tm-ns32k.h: New file.
7028         * config/ns32k/tm-umax.h: Remove.
7029
7030 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7031
7032         * ns32k-tdep.c (ns32k_saved_pc_after_call,
7033         ns32k_store_struct_return, ns32k_extract_return_value,
7034         ns32k_store_return_value, ns32k_extract_struct_value_address): New
7035         functions.
7036         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7037         ns32k_saved_pc_after_call.
7038         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7039         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7040         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7041         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7042         ns32k_extract_struct_value_address.
7043
7044 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7045
7046         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7047         ns32k_fix_call_dummy): New.
7048         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7049         ns32k_call_dummy_words.
7050         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7051         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7052         CALL_DUMMY_NARGS): Remove.
7053         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7054
7055 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7056
7057         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7058         ns32k_frame_saved_pc, ns32k_frame_args_address,
7059         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7060         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7061         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7062         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7063         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7064         (BREAKPOINT): Remove..
7065         (FRAME_CHAIN): Define as ns32k_frame_chain.
7066         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7067         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7068         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7069         (FRAME_FIND_SAVED_REGS): Remove.
7070         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7071         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7072         (POP_FRAME): Define as ns32k_pop_frame.
7073
7074 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7075
7076         * ns32k-tdep.c (ns32k_register_byte_32082,
7077         ns32k_register_byte_32382, ns32k_register_raw_size,
7078         ns32k_register_virtual_size, ns32k_register_virtual_type): New
7079         functions.
7080         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7081         ns32k_register_byte_32382.
7082         * config/ns32k/tm-umax.h: Update copyright years.
7083         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7084         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7085         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7086         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7087         (ns32k_get_enter_addr): Fix prototype.
7088
7089 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
7090
7091         * ns32k-tdep.c: Update copyright years.
7092         (ns32k_register_name_32082): New function.
7093         (ns32k_register_name_32382): Ditto.
7094         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7095         (REGISTER_NAME): Define as ns32k_register_name_32382.
7096         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7097         (REGISTER_NAME): Define as ns32k_register_name_32082.
7098
7099 2002-05-24  Jim Blandy  <jimb@redhat.com>
7100
7101         * dwarf2read.c (free_line_header): Use xfree, not free.
7102
7103 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
7104
7105         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7106         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7107
7108 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
7109
7110         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7111
7112 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
7113
7114         From Ross Alexander at NEC Europe:
7115         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7116
7117 2002-05-23  Michael Snyder  <msnyder@redhat.com>
7118
7119         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7120         for input, rather than parse_and_eval_address.  
7121
7122 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
7123
7124         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7125         * Makefile.in (sim_d10v_h): Update definition.
7126
7127 2002-05-24  Andrew Cagney  <cagney@redhat.com>
7128
7129         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7130         change `2002-05-22 Michael Snyder' below.
7131         (d10v_push_arguments): Ditto.
7132         (d10v_extract_return_value): Ditto.
7133
7134 2002-05-23  Jim Blandy  <jimb@redhat.com>
7135
7136         * macrotab.c (check_for_redefinition): Don't complain if the new
7137         definition is the same as the previous one.  Take more arguments
7138         to allow the comparison.
7139         (macro_define_object, macro_define_function): Pass more arguments
7140         to check_for_redefinition.
7141
7142 2002-05-22  Michael Snyder  <msnyder@redhat.com>
7143
7144         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7145         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7146         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7147         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7148         Don't bail if return_pc is PC_IN_CALL_DUMMY.
7149         Add a temp variable to save a call (and a memory read).
7150         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7151         if possible (so that PC_IN_CALL_DUMMY will work).
7152
7153 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
7154
7155         * MAINTAINERS: Remove status `OBSOLETE' from v850.
7156
7157 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
7158
7159         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7160         fde->cie_ptr.
7161         (dwarf2_build_frame_info): Corrected handling of eh_frame.
7162         (dwarf2_build_frame_info): Add offset to fde->initial_location 
7163         so that frames of shared libraries are mapped correctly.
7164         (execute_stack_op): Change type of 'result' from ULONGEST to
7165         CORE_ADDR.
7166         
7167 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7168
7169         * config/alpha/tm-nbsd.h: Include solib.h.
7170
7171 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7172
7173         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7174         assumptions about the host's byte order.
7175
7176 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7177
7178         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7179         to dependency list.
7180         * alphanbsd-tdep.c: Include solib-svr4.h.
7181         * shnbsd-tdep.c: Ditto.
7182
7183 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7184
7185         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7186         nbsd-tdep.h to dependency list.
7187         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7188         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7189         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7190         nbsdaout.mh and nbsdelf.mh consistently.
7191         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7192         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7193         nbsdaout.mt and nbsdelf.mh consistently.
7194         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
7195         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7196         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7197         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
7198         a.out shared library stuff from here...
7199         * config/nm-nbsdaout.h: ...to here.
7200         * config/tm-nbsd.h: Remove.
7201         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7202         * config/arm/nbsd.mh: Remove.
7203         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7204         nbsd-tdep.o.
7205         * config/arm/nbsdaout.mh: New file. 
7206         * config/arm/nbsdelf.mh: New file.
7207         * config/arm/nm-nbsdaout.h: New file.
7208         * config/i386/nbsd.mh: Remove.
7209         * config/i386/nbsd.mt: Remove.
7210         * config/i386/nbsdaout.mh: New file.
7211         * config/i386/nbsdaout.mt: New file.
7212         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7213         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7214         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
7215         i386_register_u_addr): Remove.
7216         * config/i386/nm-nbsdaout.h: New file.
7217         * config/i386/nm-nbsdelf.h: Remove.
7218         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7219         (USE_STRUCT_CONVENTION): Remove.
7220         * config/i386/tm-nbsdaout.h: New file.
7221         * config/i386/tm-nbsdelf.h: Remove.
7222         * config/m68k/nbsd.mh: Remove.
7223         * config/m68k/nbsd.mt: Remove.
7224         * config/m68k/nbsdaout.mh: New file.
7225         * config/m68k/nbsdaout.mt: New file. 
7226         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7227         * config/m68k/nm-nbsdaout.h: New file.
7228         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7229         (IN_SOLIB_CALL_TRAMPOLINE): Define.
7230         * config/ns32k/nbsd.mh: Remove.
7231         * config/ns32k/nbsd.mt: Remove. 
7232         * config/ns32k/nbsdaout.mh: New file.
7233         * config/ns32k/nbsdaout.mt: New file.
7234         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
7235         * config/ns32k/nm-nbsdaout.h: New file.
7236         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
7237         (IN_SOLIB_CALL_TRAMPOLINE): Define.
7238         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7239         (SVR4_SHARED_LIBS): Remove.
7240         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7241         * config/sparc/nbsd.mh: Remove.
7242         * config/sparc/nbsd.mt: Remove.
7243         * config/sparc/nbsdaout.mh: New file.
7244         * config/sparc/nbsdaout.mt: New file.
7245         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7246         * config/sparc/nbsdelf.mt: New file.
7247         * config/sparc/nm-nbsdaout.h: New file.   
7248         * config/sparc/nm-nbsdelf.h: Remove.
7249         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7250         * config/sparc/tm-nbsdaout.h: New file.
7251
7252 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7253
7254         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7255         mipsnbsd-tdep.c
7256         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7257
7258 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7259
7260         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7261         shnbsd-nat.c.
7262         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7263
7264 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7265
7266         * NEWS: Note new MIPS NetBSD native configuration. 
7267         * configure.host (mips*-*-netbsd*): New host. 
7268         * configure.tgt (mips*-*-netbsd*): New target. 
7269         * mipsnbsd-nat.c: New file.
7270         * mipsnbsd-tdep.c: New file.
7271         * mipsnbsd-tdep.h: New file.
7272         * config/mips/nbsd.mh: New file.
7273         * config/mips/nbsd.mt: New file.
7274         * config/mips/nm-nbsd.h: New file.
7275         * config/mips/tm-nbsd.h: New file.
7276
7277 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
7278
7279         * Makefile.in (SFILES): Add osabi.c.
7280         (COMMON_OBS): Add osabi.o.
7281         (osabi.o): New dependency list.
7282         * osabi.c: New file.
7283         * osabi.h: New file.
7284         * doc/gdbint.texinfo: Document new generic OS ABI framework.
7285
7286         * Makefile.in (alpha_tdep_h): Define and use instead of
7287         alpha-tdep.h.
7288         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7289         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7290         Remove.
7291         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7292         * alpha-tdep.h: Include osabi.h.
7293         (alpha_abi): Remove.
7294         (gdbarch_tdep): Use generic OS ABI framework.
7295         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7296         gdbarch_register_osabi.
7297         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7298         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7299         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7300
7301         * Makefile.in (sh_tdep_h): Add osabi.h.
7302         * sh-tdep.h (sh_osabi): Remove.
7303         (gdbarch_tdep): Use generic OS ABI framework.
7304         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7305         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7306         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7307         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7308
7309         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7310         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7311         gdbarch_register_osabi.
7312         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7313         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7314         (get_elfosabi): Rename to...
7315         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
7316         ABI framework support routines.
7317         (arm_gdbarch_init): Use generic OS ABI framework.
7318         (arm_dump_tdep): Likewise.
7319         (_initialize_arm_tdep): Likewise.
7320         * arm-tdep.h: Include osabi.h.
7321         (arm_abi): Remove.
7322         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
7323         osabi member.
7324         (arm_gdbarch_register_os_abi): Remove prototype.
7325         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7326         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7327
7328         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7329         * mips-tdep.c: Include osabi.h.
7330         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7331         OS ABI framework.
7332
7333 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
7334
7335         * h8300-tdep.c: Fix formatting.
7336
7337 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
7338
7339         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7340         printing vector registers.
7341
7342 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7343
7344         From Fernando Nasser:
7345         * remote.c (remote_async_open_1): Re-throw the exception when the
7346         connection fails.
7347         (remote_cisco_open): Ditto.
7348         (remote_open_1): Ditto.
7349
7350 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7351
7352         * remote.c (remote_start_remote_dummy): Add uiout parameter.
7353         (remote_start_remote): Add uiout parameter.  Pass through to
7354         remote_start_remote_dummy.
7355         (remote_open_1): Use catch_exception instead of catch_errors.
7356         (remote_async_open_1): Ditto.
7357         (remote_cisco_open): Ditto.
7358
7359 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7360
7361         * remote.c (remote_start_remote): Replace PTR with void pointer.
7362         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
7363         static.
7364
7365 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
7366
7367         * gdb_indent.sh: Allow the script to be run in the sim directory.
7368
7369 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
7370
7371         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7372         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7373
7374         * corelow.c (core_open): Only call set_gdbarch_from_file if
7375         exec_bfd is NULL.
7376
7377 2002-05-17  Andrey Volkov <avolkov@transas.com>
7378
7379         * h8300-tdep.c: Add support of EXR register
7380         * config/h8300/tm-h8300.h: Ditto. 
7381         
7382 2002-05-17  Andrey Volkov <avolkov@transas.com>
7383
7384         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
7385         
7386 2002-05-17  Andrey Volkov <avolkov@transas.com>
7387
7388         * h8300-tdep.c: Change literal regnums to REGNO.
7389         
7390 2002-05-17  Jim Blandy  <jimb@redhat.com>
7391
7392         * NEWS: Note addition of macro support.
7393
7394         Expand preprocessor macros in C expressions.
7395         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7396         (scan_macro_expansion, scanning_macro_expansion,
7397         finished_macro_expansion): New function declarations.
7398         (expression_macro_lookup_func, expression_macro_lookup_baton): New
7399         variable declarations.
7400         * parser-defs.h (expression_context_pc): New declaration.
7401         * parse.c (expression_context_pc): New variable.
7402         (parse_exp_1): Set expression_context_pc, as well as
7403         expression_context_block.
7404         * c-exp.y (yylex): If we're not already reading the result of a
7405         macro expansion, try to macro-expand the next token.  When we're
7406         done scanning a macro expansion, switch back to the mainline text.
7407         Commas and `if's in a macro's expansion don't terminate the input.
7408         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7409         (macro_original_text, macro_expanded_text,
7410         expression_macro_lookup_func, expression_macro_lookup_baton): New
7411         variables.
7412         (scan_macro_expansion, scanning_macro_expansion,
7413         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7414         c_preprocess_and_parse): New functions.
7415         (c_language_defn, cplus_language_defn, asm_language_defn): Call
7416         c_preprocess_and_parse, instead of c_parse.
7417         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7418         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7419
7420 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
7421
7422         * sh-tdep.c (gdb_print_insn_sh64): Delete.
7423         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7424         (sh_gdbarch_init): Always use gdb_print_insn_sh.
7425
7426 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
7427
7428         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
7429
7430 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
7431
7432         * Makefile.in (sh_tdep_h): Define and use.
7433         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7434         register enum): Move to...
7435         * * sh-tdep.h: ...here.
7436         * sh-tdep.c: Include sh-tdep.h.
7437         * sh3-rom.c: Likewise.
7438         * shnbsd-tdep.c: Likewise.
7439
7440 2002-05-16  Michael Snyder  <msnyder@redhat.com>
7441
7442         * arm-tdep.c: Spelling fix in comment.
7443
7444 2002-05-16  Jim Blandy  <jimb@redhat.com>
7445
7446         Add commands for manually expanding macros and showing their
7447         definitions.
7448         * macrocmd.c, macroscope.c, macroscope.h: New files.
7449         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7450         (macroscope_h): New variable.
7451         (HFILES_NO_SRCDIR): Add macroscope.h.
7452         (COMMON_OBS): Add macrocmd.o, macroscope.o.
7453         (macroscope.o, macrocmd.o): New rules.
7454
7455         Teach the Dwarf 2 reader to read macro information.
7456         * dwarf2read.c: #include "macrotab.h".
7457         (dwarf_macinfo_buffer): New variable.
7458         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7459         dwarf_macinfo_size.
7460         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7461         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7462         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7463         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7464         dwarf2_macro_spaces_in_definition): New complaints.
7465         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7466         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7467         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7468         the partial symbol table.
7469         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7470         from what's recorded in the partial symbol table.
7471         (read_file_scope): If the compilation unit has a
7472         `DW_AT_macro_info' attribute, read its macro information.
7473         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7474
7475 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
7476
7477         Fix PR gdb/546
7478         * ser-tcp.c: Don't include <netinet/udp.h>.
7479
7480 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7481
7482         * MAINTAINERS: Update my email address.
7483
7484 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
7485
7486         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7487         include file of the same name.
7488
7489 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7490
7491         * configure.tgt: Mark v850 as multi-arched.
7492         * config/v850/tm-v850.h: Remove file.
7493         * config/v850/v850.mt: Eliminate TM_FILE.
7494
7495 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7496
7497         * v850-tdep.c: Full multi-arch.
7498         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7499         Define GDB_MULTI_ARCH to 2.
7500
7501 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7502
7503         * p-exp.y (current_type): New static variable.
7504         Carries the type of the expression at the position that is parsed.
7505         (push_current_type, pop_current_type): Two new functions. Used
7506         to store/restore current_type in expression on specific tokens.
7507         (search_field): New static variable. Set to one after parsing a point
7508         as at that point only a FIELDNAME token should be searched.
7509         (FIELDNAME): New token. After a point only a token belonging to 
7510         current_type type definition is allowed.
7511         (all over token rules): reset and change current_type according
7512         to rules.
7513         (exp '[' rule): insert implicit array index field if
7514         exp is a pascal string type.
7515
7516 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7517
7518         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
7519         frame info.  Use frame_info's saved_regs instead of matching member
7520         in extra_frame_info throughout.
7521         (v850_frame_init_saved_regs): New function.
7522         (v850_init_extra_frame_info): Move most functionality into
7523         v850_frame_init_saved_regs().
7524         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7525         (v850_frame_find_saved_regs): Remove declaration.
7526         (FRAME_FIND_SAVED_REGS): Remove definition.
7527         (v850_frame_init_saved_regs): Add declaration.
7528         (FRAME_INIT_SAVED_REGS): Add definition.
7529
7530 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7531
7532         * v850-tdep.c: Begin multi-arch'ing v850.
7533         (v850_target_architecture_hook): Remove function.
7534         (v850_gdbarch_init): New function.  Add code previously in
7535         v850_target_architecture_hook().
7536         (_initialize_v850_tdep): Don't  set target_architecture_hook.
7537         Call register_gdbarch_init() instead.
7538
7539 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
7540
7541         * gdbtypes.h (struct cplus_struct_type): Remove args field.
7542         * hpread.c (hpread_read_struct_type): Remove assignments to args.
7543         (fixup_class_method_type): Likewise.
7544
7545 2002-05-15  Jim Blandy  <jimb@redhat.com>
7546
7547         Add macro structures to GDB's symbol tables.  Nobody puts anything
7548         in them yet.
7549         * symtab.h (struct symtab): New member: `macro_table'.
7550         * buildsym.h (pending_macros): New global variable.
7551         * buildsym.c: #include "macrotab.h".
7552         (buildsym_init): Initialize `pending_macros'.
7553         (end_symtab): If we found macro information while reading a CU's
7554         debugging info, do build a symtab structure for it.  Make the
7555         symtab point to the macro information, and clear the
7556         `pending_macros' pointer which held it while we were reading the
7557         debug info.
7558         (really_free_pendings): Free any pending macro table.
7559         * objfiles.h (struct objfile): New member: `macro_cache'.
7560         * objfiles.c (allocate_objfile): Set allocate and free functions
7561         for the macro cache's objstack.
7562         (free_objfile): Empty the macro cache's obstack.
7563         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7564         set new allocate and free functions for it.
7565         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7566         free functions for the macro cache's objstack.  (Why is this
7567         function building its own objfile?)
7568         * symmisc.c (print_objfile_statistics): Print statistics on the
7569         macro bcache.
7570         * Makefile.in: Note that buildsym.o depends on macrotab.h.
7571
7572 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
7573
7574         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7575         (REGISTER_U_ADDR): Delete definition.
7576         (arm_register_u_addr): Delete declaration.
7577
7578 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
7579
7580         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7581         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7582
7583 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
7584
7585         * regcache.c (register_valid): Revise comments refering to "Not
7586         available" and "unavailable".
7587         * frame.c (frame_register_read): Ditto.
7588         * findvar.c (value_of_register): Ditto.
7589
7590 2002-05-15  Andrew Cagney  <cagney@redhat.com>
7591
7592         * Makefile.in (remote_sim_h): Replace remote-sim_h.
7593         (remote-sim.o): Update dependencies.
7594         (d10v-tdep.o): Specify dependencies.
7595         (sim_d10v_h): Define.
7596
7597 2002-05-14  Jim Blandy  <jimb@redhat.com>
7598
7599         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7600         * macrotab.c (macro_lookup_inclusion, find_definition,
7601         new_macro_table): Same.
7602         
7603         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7604         not `! strcmp ()'.  This is a dubious improvement.
7605         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7606
7607         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7608         although it's not necessary, to avoid a warning.
7609
7610 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
7611
7612         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7613         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7614         TYPE_INSTANCE_FLAGS.
7615         (struct main_type): New.
7616         (struct type): Move most members to struct main_type.  Change
7617         cv_type and as_type to new type_chain member.  Add instance_flags.
7618         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7619         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7620         (finish_cv_type): Remove prototype.
7621         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
7622         Set TYPE_CHAIN.
7623         (alloc_type_instance): New function.
7624         (smash_type): New function.
7625         (make_pointer_type, make_reference_type, make_function_type)
7626         (smash_to_member_type, smash_to_method_type): Call smash_type.
7627         (make_qualified_type): New function.
7628         (make_type_with_address_space): Call make_qualified_type.
7629         (make_cv_type): Likewise.
7630         (finish_cv_type): Remove unnecessary function.
7631         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
7632         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7633         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7634         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7635         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7636         * hpread.c (hpread_read_struct_type): Likewise.
7637         * stabsread.c (read_struct_type): Likewise.
7638
7639 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
7640
7641         * configure.tgt: Add a catch all sh* target, for cases like
7642         sh[2,3,4]-elf and sh-hms.
7643
7644 2002-05-14  Keith Seitz  <keiths@redhat.com>
7645
7646         * event-loop.c (create_file_handler): Don't do anything but
7647         update data when we are given a fd which we are already
7648         monitoring.
7649
7650 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
7651
7652         * dwarf2cfi.c (context_cpy): Copy registers correctly.
7653         (update_context): Use __func__ in warnings.
7654         
7655 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
7656
7657         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
7658         and tcp_close to net_open and net_close.
7659         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
7660         using UDP if requested.  Don't try to disable Nagle on UDP
7661         sockets.
7662         * remote.c (remote_serial_open): New function.  Warn about UDP.
7663         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7664
7665 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
7666
7667         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7668
7669 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
7670
7671         * configure.tgt: Remove sh-hms target.
7672         * MAINTAINERS: Don't list sh-hms as a separate target.
7673
7674 2002-05-13  Jim Blandy  <jimb@redhat.com>
7675
7676         Add first preprocessor macro-expansion files.
7677         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7678         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7679         (splay_tree_h, macroexp_h, macrotab_h): New variable.
7680         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7681         (COMMON_OBS): Add macrotab.o, macroexp.o.
7682         (macroexp.o, macrotab.o): New rules.
7683
7684 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
7685
7686         * config/m88k/tm-m88k.h: Update copyright.
7687         (m88k_target_write_pc): Declare
7688         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7689         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7690         (SHIFT_INST_REGS): Update definition.
7691         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
7692         using old definition of TARGET_WRITE_PC.
7693         * regcache.c (generic_target_write_pc): Delete code handling
7694         NNPC_REGNUM.
7695         * gdbarch.sh (NNPC_REGNUM): Delete.
7696         * gdbarch.h, gdbarch.c: Regenerate.
7697
7698 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
7699
7700         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7701         builtin reg number.
7702
7703 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
7704
7705         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7706         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7707         (gen_address_of, gen_struct_ref, gen_repeat): Use type
7708         access macros.
7709         * c-typeprint.c (cp_type_print_method_args): Likewise.
7710         (c_type_print_args): Likewise.
7711         * d10v-tdep.c (d10v_push_arguments): Likewise.
7712         (d10v_extract_return_value): Likewise.
7713         * expprint.c (print_subexp): Likewise.
7714         * gdbtypes.c (lookup_primitive_typename): Likewise.
7715         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7716         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7717         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7718         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7719         (TYPE_VECTOR): Likewise.
7720         * hpread.c (hpread_read_struct_type)
7721         (fix_static_member_physnames, fixup_class_method_type)
7722         (hpread_type_lookup): Likewise.
7723         * mdebugread.c (parse_symbol, parse_type): Likewise.
7724         * p-lang.c (is_pascal_string_type): Likewise.
7725         * valops.c (hand_function_call): Likewise.
7726         * x86-64-tdep.c (classify_argument): Likewise.
7727
7728         * hpread.c (hpread_read_function_type)
7729         (hpread_read_doc_function_type): Call replace_type.
7730         * dstread.c (create_new_type): Delete.
7731         (decode_dst_structure, process_dst_function): Call alloc_type.
7732         Use type access macros.
7733
7734 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7735
7736         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7737         the're not supported by the current architecture.
7738         (i387_fill_fxsave): Likewise.
7739
7740 2002-05-12  Fred Fish  <fnf@redhat.com>
7741
7742         * symfile.c (default_symfile_offsets): Arrange for uninitialized
7743         sect_index_xxx members to index the first slot in section_offsets
7744         if all of the section_offsets are zero.
7745
7746 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7747
7748         * configure.tgt (sparc-*openbsd): Remove entry accidentially
7749         checked in with last change.
7750
7751 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7752
7753         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7754         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
7755         config.sub.
7756
7757 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
7758
7759         * Makefile.in: Update dependencies.
7760
7761 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7762
7763         * language.c (local_hex_string_custom): Simplify.  Do not depend
7764         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7765
7766         * memattr.c (mem_info_command): Replace calls to
7767         longest_local_hex_string and longest_local_hex_string_custom.
7768         * buildsym.c (make_blockvector): Ditto.
7769         * solib.c (info_sharedlibrary_command): Ditto.
7770         * tracepoint.c (tracepoints_info): Ditto.
7771         * symtab.c (print_msymbol_info): Ditto.
7772
7773         * language.c (local_hex_string): Delete.
7774         (local_hex_string_custom): Delete.
7775         (longest_local_hex_string): Rename to local_hex_string.
7776         (longest_local_hex_string_custom): Rename to
7777         local_hex_string_custom.
7778         * language.h (local_hex_string): Change parameter type to LONGEST.
7779         (local_hex_string_custom): Ditto.
7780         (longest_local_hex_string): Delete declaration.
7781         (longest_local_hex_string_custom): Ditto.
7782
7783         * solib.c: Update copyright.
7784         * memattr.c: Update copyright.
7785         
7786 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7787
7788         * arch-utils.h (legacy_register_to_value): Declare.
7789         (legacy_value_to_register): Declare.
7790         (legacy_convert_register_p): Declare.
7791         * arch-utils.c (legacy_register_to_value): New function.
7792         (legacy_value_to_register): New function.
7793         (legacy_convert_register_p): New function.
7794
7795         * gdbarch.sh (REGISTER_TO_VALUE): Define.
7796         (VALUE_TO_REGISTER): Define.
7797         (CONVERT_REGISTER_P): Define.
7798         * gdbarch.h, gdbarch.c: Regenerate.
7799
7800         * valops.c (value_assign): Use CONVERT_REGISTER_P and
7801         VALUE_TO_REGISTER.
7802         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7803         CONVERT_REGISTER_P.
7804
7805 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
7806             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7807
7808         * Makefile.in: Update dependencies for valops.c.
7809         * valops.c: Include "gdb_assert.h".
7810         (typecmp): Skip THIS parameter to methods.
7811         (find_method_list): Remove static_memfuncp argument,
7812         update callers.  Check for stub methods.
7813         (find_value_oload_method_list): Don't set *static_memfuncp.
7814         (find_overload_match): Don't check for stub methods.  Assert
7815         that methods are not stubbed.  Handle static methods.
7816         (value_find_oload_method_list): Remove static_memfuncp argument.
7817         * gdbtypes.c (check_stub_method): Do not add THIS pointer
7818         to the argument list for static stub methods.
7819         * value.h (value_find_oload_method_list): Update prototype.
7820
7821 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7822
7823         * arch-utils.h (generic_register_size): Declare.
7824         (generic_register_raw_size, generic_register_virtual_size): Delete
7825         declarations.
7826         * arch-utils.c (generic_register_raw_size): Delete.
7827         (generic_register_size): New function.
7828         (generic_register_virtual_size): Delete.
7829
7830         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7831         default generic_register_size.
7832         * gdbarch.h, gdbarch.c: Re-generate.
7833         
7834         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7835         register_virtual_size.
7836         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7837         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7838
7839 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7840
7841         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7842         * gdbarch.h, gdbarch.c: Regenerate.
7843         * gnu-v3-abi.c: Update copyright.
7844         (vtable_address_point_offset): Update.
7845         (gnuv3_rtti_type): Update.
7846         (gnuv3_baseclass_offset): Update.
7847         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7848         (init_fetch_link_map_offsets): Update.
7849         * remote.c (get_remote_state): Update.
7850         
7851 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
7852
7853         * TODO: Remove value_headof/value_from_vtable_info comment.
7854         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7855         * values.c (value_headof, value_from_vtable_info): Delete.
7856         * value.h (value_from_vtable_info): Delete prototype.
7857
7858 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7859
7860         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7861         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7862         $(gdb_regex_h).
7863         (gdb_assert_h): Define.
7864         (gdb_wait_h): Define.
7865         (gdb_regex_h): Define.
7866
7867 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
7868
7869         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7870         * linespec.c (find_methods): Handle GCC 3.x template constructors.
7871
7872 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7873
7874         * nbsd-tdep.c: Fix comment.
7875
7876 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7877
7878         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7879         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7880         (nbsd-tdep.o): New dependency list.
7881         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
7882         nbsd-tdep.h.
7883         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7884         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7885         * nbsd-tdep.c: New file.
7886         * nbsd-tdep.h: New file.
7887         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
7888         nbsd-tdep.h.
7889         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7890         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7891         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7892         * config/sh/nbsd.mt (TDEPFILES): Ditto.
7893
7894 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7895
7896         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7897         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7898         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7899         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7900         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7901         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7902
7903 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7904
7905         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7906         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7907         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7908         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7909         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7910         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7911         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7912
7913 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7914
7915         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
7916         fetch_elfcore_registers to...
7917         * i386nbsd-tdep.c: ...here.
7918         (i386nbsd_use_struct_convention): Rename to...
7919         (i386nbsd_aout_use_struct_convention): ...this.
7920         (i386nbsd_supply_reg): New function.
7921         (i386nbsd_fill_reg): New function.
7922         (fetch_core_registers): Use i386nbsd_supply_reg.
7923         (fetch_elfcore_registers): Likewise.
7924         (_initialize_i386nbsd_tdep): New function.
7925         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7926         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7927         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7928         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7929         (i386nbsd_aout_use_struct_convention): ...this.
7930
7931 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7932
7933         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7934         (store_inferior_registers): Use shnbsd_fill_reg.
7935         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
7936         sh_nbsd_supply_register): Collapse into...
7937         (shnbsd_supply_reg): ...this.
7938         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7939         (shnbsd_fill_reg): ...this.
7940         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7941         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7942         (fetch_core_registers): Use shnbsd_supply_reg.
7943         (fetch_elfcore_registers): Use shnbsd_supply_reg.
7944         (sh_nbsd_core_fns): Rename to...
7945         (shnbsd_core_fns): ...this.
7946         (sh_nbsd_elfcore_fns): Rename to...
7947         (shnbsd_elfcore_fns): ...this.
7948         (sh_nbsd_init_abi): Rename to...
7949         (shnbsd_init_abi): ...this.
7950         (_initialize_sh_nbsd_tdep): Rename to...
7951         (_initialize_shnbsd_tdep): ...this.
7952         * shnbsd-tdep.h (sh_nbsd_supply_registers,
7953         sh_nbsd_supply_register, sh_nbsd_fill_registers,
7954         sh_nbsd_fill_register): Remove prototypes.
7955         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7956
7957 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7958
7959         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7960         (i387-nat.o): Delete dependency list.
7961         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7962         (x86-64-linux-nat.o): Likewise.
7963         * i387-nat.c: Delete file, moving contents to...
7964         * i387-tdep.c: ...here.
7965         * i387-nat.h: Rename...
7966         * i387-tdep.h: ...to this.
7967         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7968         * i386-linux-nat.c: Likewise.
7969         * i386bsd-nat.c: Likewise.
7970         * i386gnu-nat.c: Likewise.
7971         * i386nbsd-nat.c: Likewise.
7972         * i386v4-nat.c: Likewise.
7973         * x86-64-linux-nat.c: Likewise.
7974         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7975         * config/i386/go32.mh (NATDEPFILES): Likewise.
7976         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7977         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7978         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7979         * config/i386/linux.mh (NATDEPFILES): Likewise.
7980         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7981         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7982         * config/i386/obsd.mh (NATDEPFILES): Likewise.
7983         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7984
7985 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7986
7987         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7988         (alphanbsd-nat.o): Remove dependency list.
7989         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7990         * alphanbsd-nat.c: Delete.  Contents moved to...
7991         * alphanbsd-tdep.c: ...here.
7992         (_initialize_alphanbsd_tdep): Register core functions.
7993         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7994
7995 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7996
7997         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7998         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7999         (alphanbsd-nat.o): Likewise.
8000         (alphabsd-tdep.o): New dependency list.
8001         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8002         (fill_gregset): Use alphabsd_fill_reg.
8003         (supply_fpregset): Use alphabsd_supply_fpreg.
8004         (fill_fpregset): Use alphabsd_fill_fpreg.
8005         (fetch_inferior_registers): Use struct reg and struct fpreg
8006         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
8007         and alphabsd_supply_fpreg.
8008         (store_inferior_registers): Use struct reg and struct fpreg
8009         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
8010         and alphabsd_fill_fpreg.
8011         * alphabsd-tdep.c: New file.
8012         * alphabsd-tdep.h: New file.
8013         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8014         (fetch_elfcore_registers): Use alphabsd_supply_reg and
8015         alphabsd_supply_fpreg.
8016         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8017         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8018
8019 2002-05-11  Eric Christopher  <echristo@redhat.com>
8020
8021         * mips-tdep.c (mips_double_register_type): Fix thinko.
8022         (mips_single_register_type): Ditto.
8023         * MAINTAINERS: Add self.
8024
8025 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
8026
8027         * i387-nat.c (i387_supply_register, i387_fill_fsave,
8028         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8029         right thing on architectures with different endianness and/or
8030         integer sizes.
8031
8032 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
8033
8034         From Christian Limpach <chris@Pin.LU>
8035         * configure.in: Change sed expression which comments out
8036         NATDEPFILES to also comment out continuation lines.
8037         * configure: Regenerate.
8038
8039 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
8040
8041         * sh-tdep.c: Clean up code erroneously reintroduced by previous
8042         big patch.
8043
8044 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
8045
8046         * sh-tdep.c: Include correct file.
8047
8048 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
8049
8050         New support for sh64-elf (sh5) target.
8051
8052         * configure.tgt: For sh64-elf target, default to sh-elf.
8053
8054         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8055         (struct gdbarch_tdep): Add new fields for new registers and ABI
8056         info.
8057
8058         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8059         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8060         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8061         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8062         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8063         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8064         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8065         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8066         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8067         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8068         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8069         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8070         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8071         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8072         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8073         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8074         sh64_get_gdb_regnum, sh64_media_reg_base_num,
8075         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8076         sign_extend, sh64_nofp_frame_init_saved_regs,
8077         sh64_init_extra_frame_info, sh64_get_saved_register,
8078         sh64_extract_struct_value_address, sh64_pop_frame,
8079         sh64_push_arguments, sh64_extract_return_value,
8080         sh64_store_return_value, sh64_show_media_regs,
8081         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8082         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8083         sh_sh64_register_virtual_type,
8084         sh_sh64_register_convert_to_virtual,
8085         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8086         sh64_register_read, sh64_pseudo_register_write,
8087         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8088         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8089         sh64_do_pseudo_register, sh_compact_do_registers_info,
8090         sh64_do_registers_info, sh_gdbarch_init): New functions.
8091
8092 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
8093
8094         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8095
8096 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
8097
8098         * linespec.c (decode_line_1): Check for a double quote after
8099         a filename correctly.
8100
8101 2002-05-10  Jim Blandy  <jimb@redhat.com>
8102
8103         Properly track the size of the current objfile's .debug_line section.
8104         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8105         (DWARF_LINE_SIZE): New macro.
8106         (dwarf2_build_psymtabs_hard): Record the line section's size in
8107         the partial symbol table.
8108         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8109         symbol table.
8110
8111 2002-05-10  Petr Sorfa  <petrs@caldera.com>
8112
8113         * ia64-tdep.c: Handle breakpoints on L instruction type
8114         in MLX instruction bundle by moving the breakpoint to
8115         the third slot (X instruction type) as L holds only data.
8116
8117 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
8118
8119         * dbxread.c (discarding_local_symbols_complaint): New complaint.
8120         (process_one_symbol): Complain about discarding local symbols
8121         due to a misplaced N_LBRAC entry.
8122
8123 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
8124
8125         From Daniel Berlin <dan@cgsoftware.com>
8126         * linespec.c (find_toplevel_char): '<' and '>' also increase and
8127         decrease the depth we are at, in the case of templates.
8128
8129 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
8130
8131         * mips-tdep.c (mips_float_register_type): New function.
8132         (mips_double_register_type): New function.
8133         (mips_print_register): Use them.
8134         (do_fp_register_row): Likewise.
8135
8136 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
8137
8138         * signals/signals.c (signals): Remove conditional compilation around
8139         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
8140         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8141
8142 2002-05-09  Michael Snyder  <msnyder@redhat.com>
8143
8144         * remote-rdp.c (remote_rdp_can_run): Remove.
8145
8146 2002-05-09  Tom Tromey  <tromey@redhat.com>
8147
8148         * jv-valprint.c (java_val_print): Handle `char' as a special case
8149         of TYPE_CODE_INT.
8150
8151 2002-05-09  Michael Snyder  <msnyder@redhat.com>
8152
8153         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8154         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8155         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8156         str r(0123),[sp,#nn].
8157         (arm_skip_prologue): Ditto.  Also make disassembly
8158         order-independent by placing it in a loop.
8159
8160 2002-05-06  Michael Snyder  <msnyder@redhat.com>
8161
8162         * stabsread.c (read_type): Add recognition for new attribute:
8163         "@V;" means that an array type is actually a vector.
8164         This is analogous to the vector flag that's been added to dwarf2.
8165
8166 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
8167
8168         * i386-tdep.h (i386_abi): New enum.
8169         (struct gdbarch_tdep): Replace os_ident member with abi.
8170         (i386_gdbarch_register_os_abi): New prototype.
8171         * i386-tdep.c (i386_abi_names): New array.
8172         (process_note_abi_tag_sections): Removed.
8173         (process_note_sections): New function.
8174         (i386_elf_abi_from_note, i386_elf_abi): New functions.
8175         (struct i386_abi_handler): New struct.
8176         (i386_abi_handler_list): New variable.
8177         (i386_gdbarch_register_os_abi): New function.
8178         (i386_gdbarch_init): Adapt for the changes given above.
8179
8180 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
8181
8182         * gregset.h: Say "GNU/Linux".
8183
8184 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
8185
8186         * gdbtypes.c : Add new builtin type for 64 bit vectors.
8187         (build_gdbtypes): Build builtin_type_v2_float.
8188         (_initialize_gdbtypes): Register new builtin type.
8189
8190 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
8191
8192         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8193         (clear_gdbarch_swap): New function.
8194         (initialize_non_multiarch): Call.
8195         (gdbarch_update_p): Before calling init(), swap out and clear the
8196         existing architecture.
8197         * gdbarch.c: Regenerate.
8198
8199 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8200
8201         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8202         alphanbsd-tdep.c.
8203
8204 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8205
8206         * sh-nbsd-nat.c: Rename to...
8207         * shnbsd-nat.c: ...this.
8208         * sh-nbsd-tdep.c: Rename to...
8209         * shnbsd-tdep.c: ...this.
8210         * sh-nbsd-tdep.h: Rename to...
8211         * shnbsd-tdep.h: ...this.
8212         * config/sh/nbsd.mh: Use shnbsd-nat.o.
8213         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8214
8215 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
8216
8217         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8218         concatenation for command help messages.
8219
8220 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8221
8222         * NEWS: Note new sh*-*-netbsdelf* configuration.
8223         * configure.host: Set gdb_host_cpu to sh for all sh*.
8224         (sh*-*-netbsdelf*): New host.
8225         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8226         (sh*-*-netbsdelf*): New target.
8227         * sh-nbsd-nat.c: New file.
8228         * sh-nbsd-tdep.c: New file.
8229         * sh-nbsd-tdep.h: New file.
8230         * config/sh/nbsd.mh: New file.
8231         * config/sh/nbsd.mt: New file.
8232         * config/sh/nm-nbsd.h: New file.
8233         * config/sh/tm-nbsd.h: New file.
8234
8235 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
8236
8237         * sh-tdep.c (sh_osabi_names): Declare.
8238         (process_note_abi_tag_sections): New function.
8239         (get_elfosabi): Ditto.
8240         (sh_gdbarch_register_os_abi): Ditto.
8241         (sh_dump_tdep): Ditto.
8242         _initialize_sh_tdep): Use gdbarch_register to register
8243         sh_gdbarch_init and sh_dump_tdep.
8244         * config/sh/tm-sh.h (sh_osabi): Declare.
8245         (gdbarch_tdep): Add sh_osabi and osabi_name members.
8246
8247 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
8248
8249         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8250         (thumb_scan_prologue): Ditto.
8251         (arm_find_callers_reg): Ditto.
8252         (arm_frame_chain): Ditto.
8253         (arm_init_extra_frame_info): Ditto.
8254         (arm_frame_saved_pc): Ditto.
8255         (arm_pop_frame): Ditto.
8256         (arm_push_return_address): New function.
8257         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8258         call_dummy_location, call_dummy_breakpoint_offset_p,
8259         call_dummy_breakpoint_offset, call_dummy_p,
8260         call_dummy_stack_adjust_p, call_dummy_words,
8261         sizeof_call_dummy_words, call_dummy_start_offset,
8262         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8263         call_dummy_address, push_return_address and push_dummy_frame for
8264         generic dummy frames.
8265
8266 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
8267
8268         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8269         size computation for alloca.
8270         (sh_fp_frame_init_saved_regs): Likewise.
8271
8272 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
8273
8274         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8275         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8276         * arm-tdep.c (arm_store_return_value): Use them.
8277         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8278         * remote-rdp.c (remote_rdp_fetch_register): Use
8279         ARM_MAX_REGISTER_RAW_SIZE.
8280         (remote_rdp_store_register): Likewise.
8281
8282 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
8283
8284         * dwarf2cfi.c: Code cleanup, removed unused variables,
8285         added default labels to switch {} statements.
8286         * x86-64-tdep.c: Ditto.
8287         * x86-64-linux-nat.c: Ditto.
8288
8289 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
8290
8291         * solib.h: Protect against multiple inclusion.
8292
8293 2002-05-06  Jim Blandy  <jimb@redhat.com>
8294
8295         Add first preprocessor macro-expansion files.
8296         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8297         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8298         (splay_tree_h, macroexp_h, macrotab_h): New variable.
8299         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8300         (COMMON_OBS): Add macrotab.o, macroexp.o.
8301         (macroexp.o, macrotab.o): New rules.
8302
8303         Separate the job of reading the line number info statement program
8304         header (...expialidocious) out into its own function.
8305         * dwarf2read.c (struct line_head, struct filenames, struct
8306         directories): Replace with...
8307         (struct line_header): New structure, containing the full
8308         contents of the statement program header, including the
8309         include directory and file name tables.
8310         (read_file_scope): If we have line number info, instead of just
8311         calling dwarf_decode_lines to do all the work, call
8312         dwarf_decode_line_header first to get a `struct line_header'
8313         containing the data in the statement program header, and then
8314         pass that to dwarf_decode_lines, which will pick up where that
8315         left off.  Be sure to clean up the `struct line_header' object.
8316         (dwarf_decode_line_header, free_line_header, add_include_dir,
8317         add_file_name): New functions.
8318         (dwarf_decode_lines): Move all the code to read the statement
8319         program header into dwarf_decode_line_header.  Take the line
8320         header it built as the first argument, instead of the offset to
8321         the compilation unit's line number info.  Use the new `struct
8322         line_header' type instead of the old structures.  No need to do
8323         cleanups here now, since we don't allocate anything.
8324         (dwarf2_statement_list_fits_in_line_number_section,
8325         dwarf2_line_header_too_long): New complaints.
8326
8327 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
8328
8329         * gdbtypes.c (init_vector_type): New function.
8330         (build_builtin_type_vec128): Simplify the representation of SIMD
8331         registers.
8332         (build_gdbtypes): Initialize new builtin vector types.
8333         (_initialize_gdbtypes): Register new vector types with gdbarch.
8334         (builtin_type_v4_float, builtin_type_v4_int32,
8335         builtin_type_v8_int16, builtin_type_v16_int8,
8336         builtin_type_v2_int32, builtin_type_v4_int16,
8337         builtin_type_v8_int8): New (renamed) SIMD types.
8338
8339 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
8340
8341         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8342         (i387_fill_fxsave): Likewise.
8343
8344 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8345
8346         * alpha-tdep.c (alpha_extract_return_value): Don't use
8347         non-constant array size in prototype.
8348
8349 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8350
8351         From Brian Taylor <briant at model dot com>:
8352         * ui-out.c (ui_out_field_core_addr): Use the function
8353         longest_local_hex_string_custom'to format addresses > 32 bits
8354         wide.
8355
8356         * ui-out.c (ui_out_field_core_addr): Update comment.
8357
8358 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8359
8360         * stack.c (select_and_print_frame): Make static.  Delete the
8361         parameter `level'.
8362         (func_command): Update call.
8363         (select_frame_command): Delete code computing the frame level.
8364         * frame.h (select_and_print_frame): Delete declaration.
8365
8366 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8367
8368         * sparc-tdep.c (sparc_get_saved_register): Comment why
8369         get_prev_frame call is safe.
8370
8371 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8372
8373         * frame.h (select_frame): Delete level parameter.
8374         * stack.c (select_frame): Update.  Use frame_relative_level to
8375         obtain the frame's level.
8376         (select_and_print_frame): Update call.
8377         (select_frame_command): Ditto.
8378         (up_silently_base): Ditto.
8379         (down_silently_base): Ditto.
8380         * ocd.c (ocd_start_remote): Ditto.
8381         * remote-rdp.c (remote_rdp_open): Ditto.
8382         * remote-mips.c (mips_initialize): Ditto.
8383         (common_open): Ditto.
8384         * remote-e7000.c (e7000_start_remote): Ditto.
8385         * m3-nat.c (select_thread): Ditto.
8386         * hppa-tdep.c (child_get_current_exception_event): Ditto.
8387         (child_get_current_exception_event): Ditto.
8388         * varobj.c (varobj_create): Ditto.
8389         (varobj_update): Ditto.
8390         (c_value_of_root): Ditto.
8391         * tracepoint.c (finish_tfind_command): Ditto.
8392         * corelow.c (core_open): Ditto.
8393         * arch-utils.c (generic_prepare_to_proceed): Ditto.
8394         * thread.c (info_threads_command): Ditto.
8395         (switch_to_thread): Ditto.
8396         * infrun.c (normal_stop): Ditto.
8397         (restore_selected_frame): Ditto.
8398         (restore_inferior_status): Ditto.
8399         * breakpoint.c (insert_breakpoints): Ditto.
8400         (watchpoint_check): Ditto.
8401         (bpstat_stop_status): Ditto.
8402         (do_enable_breakpoint): Ditto.
8403         * blockframe.c (flush_cached_frames): Ditto.
8404         (reinit_frame_cache): Ditto.
8405
8406 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8407
8408         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8409         maintainer.
8410
8411 2002-05-04  Jim Blandy  <jimb@redhat.com>
8412
8413         * gdbtypes.c (replace_type): Doc fix.
8414
8415 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8416
8417         * valprint.c (strcat_longest): Delete commented out function.
8418         Update copyright.
8419
8420 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8421
8422         * MAINTAINERS: Mark a29k as deleted.
8423         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
8424         Move new configurations to the top.
8425         * configure.tgt: Remove a29k.
8426         * config/a29k/tm-vx29k.h: Delete.
8427         * config/a29k/vx29k.mt: Delete.
8428         * config/a29k/tm-a29k.h: Delete.
8429         * config/a29k/a29k-udi.mt: Delete.
8430         * config/a29k/a29k.mt: Delete.
8431         * a29k-tdep.c: Delete.
8432         * remote-udi.c: Delete.
8433         * remote-mm.c: Delete.
8434         * remote-eb.c: Delete.
8435         * remote-adapt.c: Delete.
8436         * Makefile.in: Remove obsolete code.
8437         * config/s390/s390x.mt: Ditto.
8438         * config/s390/s390.mt: Ditto.
8439         * config/sparc/sparclynx.mh: Ditto.
8440         * config/sparc/linux.mh: Ditto.
8441         * config/pa/hppaosf.mh: Ditto.
8442         * config/pa/hppabsd.mh: Ditto.
8443         * config/ns32k/nbsd.mt: Ditto.
8444         * config/mips/vr5000.mt: Ditto.
8445         * config/m68k/sun3os4.mh: Ditto.
8446         * config/m68k/nbsd.mt: Ditto.
8447         * config/m68k/m68klynx.mh: Ditto.
8448         * config/m32r/m32r.mt: Ditto.
8449         * config/i386/x86-64linux.mt: Ditto.
8450         * config/i386/nbsdelf.mt: Ditto.
8451         * config/i386/nbsd.mt: Ditto.
8452         * config/i386/i386lynx.mh: Ditto.
8453
8454 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8455
8456         * target.c (debug_print_register): New function.  Handle oversize
8457         registers.
8458         (debug_to_fetch_registers): Call.
8459         (debug_to_store_registers): Call.
8460
8461 2002-05-03  Jim Blandy  <jimb@redhat.com>
8462
8463         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8464         (read_type): Doc fix.
8465         * gdbtypes.c (replace_type): Doc fix.
8466
8467         * stabsread.c (multiply_defined_struct): New complaint.
8468         (read_struct_type): If the type we were passed isn't empty, or
8469         incomplete, don't read the new struct type into it; complain,
8470         and return the original type unchanged.  Take a new `type_code'
8471         argument, which is the type code for the new type.
8472         (read_type): Rather than storing the type's type code here, pass
8473         it as an argument to read_struct_type, and let that take care of
8474         storing it.  That way, we don't overwrite the original type code,
8475         so read_struct_type can use it to decide whether we're overwriting
8476         something we shouldn't.
8477         (complain_about_struct_wipeout): New function.
8478
8479 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
8480
8481         * gdbarch.sh: Assert that gdbarch is non-NULL.
8482         * gdbarch.c: Regenerate.
8483
8484 2002-05-03  Jason Merrill  <jason@redhat.com>
8485
8486         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8487         and return NULL.
8488
8489 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
8490
8491         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8492         (x86_64_dwarf2gdb_regno_map_length),
8493         (x86_64_dwarf2_reg_to_regnum): Added.
8494         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8495         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8496         (_initialize_x86_64_tdep): Synced with the change above.
8497         (x86_64_skip_prologue): Reformulated message.
8498
8499 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
8500
8501         * f-exp.y: Also use new prev_lexptr variable
8502         to improve error reporting. Based on Michael Snyder
8503         2002-04-24 dated patch to c-exp.y.
8504         * jv-exp.y: Likewise.
8505         * m2-exp.y: Likewise.
8506
8507 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
8508
8509         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8510         we are dealing with vectors.
8511
8512 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8513
8514         * config/m68k/tm-nbsd.h: Obvious fix,
8515         correct machine name.
8516
8517 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8518
8519         * p-typeprint.c (pascal_type_print_base): Add support
8520         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8521
8522 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8523
8524         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8525         for fondamental pascal 'char' type.
8526
8527 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8528
8529         * p-lang.h (is_pascal_string_type): Declaration changed,
8530         new sixth argument of type char ** added.
8531         * p-lang.c (is_pascal_string_type): Implementation
8532         changed. Args length_pos, length_size, string_pos, char_size
8533         can now be NULL. New argument arrayname set to the field
8534         name of the char array. Return value set to char array
8535         field index plus one.
8536         * p-valprint.c (pascal_val_print): Adapt to new declaration of
8537         is_pascal_string_type function.
8538
8539 2002-05-02  Andrew Cagney  <cagney@redhat.com>
8540
8541         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8542         <cagney@redhat.com> change.
8543         * gdbarch.c: Regenerate.
8544
8545 2002-05-02  Andrew Cagney  <cagney@redhat.com>
8546
8547         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8548         before probing for a new one.  Detect errorenous gdbarch_init
8549         functions.
8550         * gdbarch.c: Regenerate.
8551
8552 2002-05-01  Andrew Cagney  <cagney@redhat.com>
8553
8554         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8555         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
8556         * config/v850/tm-v850.h: Ditto.  Update copyright.
8557
8558 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
8559
8560         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8561         current_gdbarch.
8562
8563 2002-04-30  Michael Snyder  <msnyder@redhat.com>
8564
8565         * arm-tdep.c: Whitespace clean-ups.
8566         (arm_skip_prologue): Fix thinko; two lines
8567         should have been removed as part of 4/24 change.
8568
8569 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
8570
8571         * rs6000-tdep.c: Added comment describing how fpscr register
8572         numbers were chosen.
8573
8574 2002-04-30  Michael Snyder  <msnyder@redhat.com>
8575
8576         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8577
8578 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
8579
8580         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8581         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8582         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8583
8584 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
8585
8586         From Louis Hamilton <hamilton@redhat.com>:
8587         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8588         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8589         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8590         not bfd-private xcoff data, to determine wordsize.
8591         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8592
8593 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
8594
8595         GDB 5.2 released from 5.2 branch.
8596
8597 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
8598
8599         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8600         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8601         (x86_64_register_info_table): Added comments with register numbers.
8602
8603 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
8604
8605         * rs6000-tdep.c (rs6000_extract_return_value,
8606         rs6000_store_return_value): Handle returning vectors.
8607         (rs6000_gdbarch_init): Use
8608         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8609         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8610         New function.
8611         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8612         vectors.
8613         (ppc_sysv_abi_push_arguments): Handle vector parameters.
8614         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8615
8616 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8617
8618         * hpread.c (hpread_psymtab_to_symtab_1,
8619         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8620         with fprintf_unfiltered (gdb_stderr,...).
8621
8622 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8623
8624         * remote-array.c (printf_monitor, write_monitor,
8625         array_insert_breakpoint, array_remove_breakpoint ):
8626         Replace fprintf (stderr,...
8627         with fprintf_unfiltered (gdb_stderr,....
8628         * remote-es.c: Likewise.
8629         * remote-os9k.c: Likewise.
8630         * remote-st.c: Likewise.
8631
8632 2002-04-28  Andreas Schwab  <schwab@suse.de>
8633
8634         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8635         linux-proc.o and gcore.o.
8636
8637 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
8638
8639         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8640         code without frame pointers.
8641
8642 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8643
8644         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8645         ON_STACK is needed.
8646
8647 2002-04-26  Ben Elliston  <bje@redhat.com>
8648
8649         * target.c (do_xfer_memory): Correct reference to the new option
8650         "trust-readonly-sections".
8651
8652 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
8653
8654         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8655         * gdbtypes.c (recursive_dump_type): Output the vector flag.
8656         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8657         vectors.
8658         (read_array_type): Record the fact that this array type is really a
8659         vector (i.e. are passed in by value).
8660
8661 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
8662
8663         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8664         * alpha-tdep.c (alpha_sigcontext_addr): New function.
8665         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8666         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8667         * alpha-linux-tdep.c: Include frame.h.
8668         (alpha_linux_sigcontext_addr): New function.
8669         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8670         alpha_linux_sigcontext_addr.
8671         * alpha-osf1-tdep.c: Include gdbcore.h.
8672         (alpha_osf1_sigcontext_addr): New function.
8673         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8674         alpha_osf1_sigcontext_addr.
8675         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8676         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8677
8678 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8679
8680         * stack.c (selected_frame_level):
8681         (select_frame): Do not set selected_frame_level.
8682         * frame.h (selected_frame_level): Delete declaration.
8683
8684 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8685
8686         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8687         convert_from_func_ptr-addr when AIX / PowerOpen.
8688
8689 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8690
8691         * valops.c (hand_function_call): Call
8692         generic_save_call_dummy_addr.
8693         * frame.h (generic_save_call_dummy_addr): Declare.
8694         * blockframe.c (struct dummy_frame): Add fields call_lo and
8695         call_hi.
8696         (generic_find_dummy_frame): Check for PC in range call_lo to
8697         call_hi instead of entry_point_address.
8698         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8699         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
8700         (generic_save_call_dummy_addr): New function.
8701
8702 2002-04-24  David S. Miller  <davem@redhat.com>
8703
8704         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8705         sparc_skip_prologue.
8706         (sparc_skip_prologue): Kill frameless_p arg, and use line number
8707         information to find prologue when possible.
8708         (sparc_prologue_frameless_p): Call examine_prologue directly.
8709         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8710         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8711         second argument.
8712         (SKIP_PROLOGUE): Likewise.
8713
8714 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8715
8716         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8717         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8718         indicate that the condition it was testing is always true.
8719         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8720         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8721         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8722
8723 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8724
8725         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8726         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8727         tdep->jb_pc and tdep->jb_elt_size.
8728         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8729         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8730         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8731         * alpha-nat.c (get_longjmp_target): Remove.
8732         (JB_ELEMENT_SIZE): Ditto.
8733         (JB_PC): Ditto.
8734         * alpha-tdep.c (alpha_get_longjmp_target): New function.
8735         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
8736         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8737         to alpha_get_longjmp_target.
8738         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8739         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8740         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8741
8742 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8743
8744         * README: Update to GDB 5.2.
8745
8746 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8747
8748         * gdbarch.sh (LC_ALL): Set to `c'.
8749
8750 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8751
8752         * avr-tdep.c: Ran through gdb_indent.sh.
8753
8754 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8755
8756         * MAINTAINERS: Add myself as AVR maintainer.
8757         * NEWS: Note new target avr.
8758
8759 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8760
8761         * Makefile.in: Add support for AVR target.
8762         * configure.tgt: Add support for AVR target.
8763         * avr-tdep.c: New file
8764         * config/avr/avr.mt: New file.
8765
8766 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8767
8768         * MAINTAINERS: Add myself to write-after-approval.
8769
8770 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8771
8772         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8773         with fprintf_unfiltered (gdb_stderr,....
8774
8775 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8776
8777         Fix PR gdb/508.
8778         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8779
8780 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8781
8782         * p-exp.y: Also use new prev_lexptr variable
8783         to improve error reporting. Based on Michael Snyder
8784         2002-04-24 dated patch to c-exp.y.
8785
8786 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8787
8788         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8789         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8790         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
8791         to 0.
8792         * config/alpha/tm-alpha.h: Remove forward decls of struct type
8793         and struct value.
8794         (FUNCTION_START_OFFSET): Remove.
8795         (BREAKPOINT): Ditto.
8796
8797 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8798
8799         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8800         * NEWS: Ditto.
8801
8802 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8803
8804         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8805         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8806         alpha_linux_pc_in_sigtramp.
8807         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8808         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8809         alpha_osf1_pc_in_sigtramp.
8810         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8811         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8812         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8813         alphafbsd_pc_in_sigtramp.
8814         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8815         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8816         alphanbsd_pc_in_sigtramp.
8817         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8818         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8819
8820 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8821
8822         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8823
8824 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8825
8826         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8827         alphanbsd-tdep.c.
8828         (alphanbsd-nat.o): New dependency list.
8829         (alphanbsd-tdep.o): Ditto.
8830         * NEWS: Note new native NetBSD/alpha configuration.
8831         * alphanbsd-nat.c: New file.
8832         * alphanbsd-tdep.c: Ditto.
8833         * configure.host (alpha*-*-netbsd*): New host.
8834         * configure.tgt (alpha*-*-netbsd*): New target.
8835         * config/alpha/nbsd.mh: New file.
8836         * config/alpha/nbsd.mt: Ditto.
8837         * config/alpha/nm-nbsd.h: Ditto.
8838         * config/alpha/tm-nbsd.h: Ditto.
8839
8840 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8841
8842         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8843         (alpha-osf1-tdep.o): New dependency list.
8844         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8845         and skip_sigtramp_frame members.
8846         * alpha-linux-tdep.c: Include gdbcore.h.
8847         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8848         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8849         * alpha-osf1-tdep.c: New file.
8850         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8851         alpha-osf1-dep.c.
8852         (alpha_frame_past_sigtramp_frame): New function.
8853         (alpha_dynamic_sigtramp_offset): Ditto.
8854         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8855         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8856         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8857         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8858         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8859         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8860         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8861         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8862         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8863         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8864         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
8865         to find_solib_trampoline_target.
8866         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8867         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8868         (SKIP_TRAMPOLINE_CODE): Remove.
8869         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8870         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8871         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8872         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8873         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8874         (PROC_SIGTRAMP_MAGIC): Ditto.
8875         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8876         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8877         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8878         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8879         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8880
8881 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8882
8883         * NEWS: Note that Alpha targets are now multi-arch.
8884
8885 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8886
8887         * parser-defs.h (prev_lexptr): New external variable.
8888         * parse.c (parse_exp_1): Set prev_lexptr to null before
8889         calling the language-specific parser.
8890         * c-exp.y (yylex): Set prev_lexptr to start of current token.
8891         (yyerror): Use prev_lexptr in error reporting.
8892
8893 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
8894
8895         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8896         * gregset.h: If FILL_FPXREGSET is defined, provide
8897         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8898         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8899         is defined, call fill_fpxregset.
8900
8901 2002-04-24  Roland McGrath  <roland@frob.com>
8902
8903         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8904         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8905         (supply_gregset, supply_fpregset): New functions.
8906
8907         * gnu-nat.c (gnu_find_memory_regions): New function.
8908         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8909         (gnu_xfer_memory): Add a cast.
8910
8911 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8912
8913         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8914         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
8915         of argument regs ("str r(0123), [r11, #-nn"]).
8916         (arm_skip_prologue): Better handling for frameless functions.
8917         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
8918         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8919
8920 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
8921
8922         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8923         NUM_PSEUDO_REGS can be used.
8924
8925 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
8926
8927         * arch-utils.h: Update copyright.
8928
8929         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8930         * gdbarch.h, gdbarch.c: Re-generate.
8931
8932         * inferior.h (IN_SIGTRAMP): Delete definition.
8933         * arch-utils.c (legacy_pc_in_sigtramp): New function.
8934         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8935
8936         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8937         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8938         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
8939         (find_proc_framesize): Ditto.
8940         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8941         (alpha_init_extra_frame_info): Ditto.
8942         * infrun.c (handle_inferior_event): Ditto.
8943         (handle_inferior_event): Ditto.
8944         (check_sigtramp2): Ditto.
8945         * blockframe.c (create_new_frame): Ditto.
8946         (get_prev_frame): Ditto.
8947         * ppc-linux-tdep.c: Update comments.
8948         * i386-linux-tdep.c: Update comments.
8949         * breakpoint.c (bpstat_what): Update comment.
8950
8951 2002-04-24  David S. Miller  <davem@redhat.com>
8952
8953         * i960-tdep.c (register_in_window_p): New function.
8954         (i960_find_saved_register): Use it instead of
8955         REGISTER_IN_WINDOW_P.
8956         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8957
8958         * symtab.h (find_stab_function_addr): Kill extern.
8959         * minsyms.c (find_stab_function_addr): Remove from here...
8960         * dbxread.c: ... to here, and mark it static.
8961
8962 2002-04-20  David S. Miller  <davem@redhat.com>
8963
8964         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8965         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8966
8967 2002-04-21  David S. Miller  <davem@redhat.com>
8968
8969         * remote-vxsparc.c (vx_read_register): Fix typo, we want
8970         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8971         (vx_write_register): Likewise.
8972
8973 2002-04-23  J. Brobecker  <brobecker@gnat.com>
8974
8975         * source.c (is_regular_file): New function.
8976         (openp): Check wether file to open is a regular file
8977         to avoid opening directories.
8978
8979 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8980
8981         * findvar.c (extract_signed_integer): Cast printf argument
8982         to suppress format warning.
8983         (extract_unsigned_integer): Likewise.
8984         * infcmd.c (registers_info): Likewise.
8985         * top.c (get_prompt_1): Likewise.
8986         * valops.c (value_assign): Likewise.
8987         * valprint.c (print_decimal): Likewise.
8988
8989 2002-04-22  H.J. Lu  (hjl@gnu.org)
8990
8991         * c-exp.y (typebase): Support
8992
8993         [long|long long|short] [signed|unsigned] [int|]
8994
8995         and
8996
8997         signed [long|long long|short] int
8998
8999 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9000
9001         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9002         and vax-tdep.h.
9003         * vax-tdep.h: New file.
9004         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9005         Make several routines static.
9006         (vax_get_saved_register): New function.
9007         (vax_gdbarch_init): New function.
9008         (_initialize_vax_tdep): Register vax_gdbarch_init.
9009         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9010         Remove macros now under the control of gdbarch.
9011
9012 2002-04-22  Michael Snyder  <msnyder@redhat.com>
9013
9014         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9015         Some whitespace and coding standards tweaks.
9016
9017 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9018
9019         * vax-tdep.c: Include regcache.h.
9020         (vax_call_dummy_words): New.
9021         (sizeof_vax_call_dummy_words): New.
9022         (vax_fix_call_dummy): New function.
9023         (vax_saved_pc_after_call): Ditto.
9024         * config/vax/tm-vax.h: Don't include regcache.h.
9025         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9026         (CALL_DUMMY): Remove.
9027         (CALL_DUMMY_WORDS): Define.
9028         (SIZEOF_CALL_DUMMY_WORDS): Define.
9029         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9030
9031 2002-04-18  Michael Snyder  <msnyder@redhat.com>
9032
9033         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9034
9035 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9036
9037         * vax-tdep.c (vax_frame_chain): New function.
9038         (vax_push_dummy_frame): Ditto.
9039         (vax_pop_frame): Ditto.
9040         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9041         (FRAMELESS_FUNCTION_INVOCATION): Use
9042         generic_frameless_function_invocation_not.
9043         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9044         (POP_FRAME): Use vax_pop_frame.
9045
9046 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9047
9048         * vax-tdep.c (vax_store_struct_return): New function.
9049         (vax_extract_return_value): Ditto.
9050         (vax_store_return_value): Ditto.
9051         (vax_extract_struct_value_address): Ditto.
9052         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9053         vax_store_struct_return.
9054         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9055         (STORE_RETURN_VALUE): Use vax_store_return_value.
9056         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9057
9058 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9059
9060         * vax-tdep.c (vax_frame_saved_pc): New function.
9061         (vax_frame_args_address_correct): Ditto.
9062         (vax_frame_args_address): Ditto.
9063         (vax_frame_locals_address): Ditto.
9064         (vax_frame_num_args): Move code to be in proximity to
9065         other frame-related functions.
9066         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9067         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9068         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9069         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9070         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9071
9072 2002-04-22  H.J. Lu  (hjl@gnu.org)
9073
9074         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9075         includedir.
9076
9077 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9078
9079         * vax-tdep.c (vax_frame_init_saved_regs): New function.
9080         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9081         (FRAME_INIT_SAVED_REGS): New macro.
9082
9083 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9084
9085         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9086
9087 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9088
9089         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9090         where needed.
9091         (fetch_osf_core_registers): Likewise.
9092         (supply_gregset): Likewise.
9093
9094 2002-04-22  J. Brobecker  <brobecker@gnat.com>
9095
9096         * symfile.h (get_section_index): Define.
9097         * symfile.c (get_section_index): New function.
9098         * mdebugread.c (SC_IS_SBSS): New macro.
9099         (SC_IS_BSS): Return true for the scBss storage class only, as
9100         the scSBss storage class refers to the .sbss section.
9101         (parse_partial_symbols): Discard the symbols which associated
9102         section does not exist.
9103         Make sure to use the .sbss section index for symbols which
9104         storage class is scBss, rather than using the .bss section index.
9105
9106 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
9107
9108         * vax-tdep.c: Update copyright years.
9109         (vax_register_name): New function.
9110         (vax_register_byte): Ditto.
9111         (vax_register_raw_size): Ditto.
9112         (vax_register_virtual_size): Ditto.
9113         (vax_register_virtual_type): Ditto.
9114         * config/vax/tm-vax.h: Update copyright years.
9115         (REGISTER_NAMES): Remove.
9116         (REGISTER_NAME): Define.
9117         (REGISTER_BYTE): Use vax_register_byte.
9118         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9119         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9120         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9121
9122 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9123
9124         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9125         declaration
9126         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9127
9128 2002-04-21  David S. Miller  <davem@redhat.com>
9129
9130         * arch-utils.c (generic_prologue_frameless_p): Kill
9131         SKIP_PROLOGUE_FRAMELESS_P code.
9132         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9133         references.
9134         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9135         * arc-tdep.c (arc_prologue_frameless_p): Implement.
9136         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9137         references.
9138         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9139         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9140         (sparc_gdbarch_init): Pass it to
9141         set_gdbarch_prologue_frameless_p.
9142
9143 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9144
9145         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9146         (alphabsd-nat.o): New dependency list.
9147
9148 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9149
9150         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9151         alphafbsd-tdep.c.
9152         (alpha-linux-tdep.o): New dependency list.
9153         (alphafbsd-tdep.o): Likewise.
9154
9155 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9156
9157         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
9158         to here...
9159         * alpha-tdep.c: ...from here.
9160         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9161
9162 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9163
9164         * config/alpha/tm-alpha.h: Move alpha_software_single_step
9165         prototype from here...
9166         * alpha-tdep.h: ...to here.
9167
9168 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9169
9170         * frame.h (selected_frame_level): Document as deprecated.
9171         (frame_relative_level): Declare.
9172         * stack.c (frame_relative_level): New function.
9173         (selected_frame_level): Document as deprecated.
9174         (select_frame): Do not set the selected_frame_level.
9175
9176         * stack.c (frame_info, record_selected_frame): Update.
9177         (frame_command, current_frame_command): Update.
9178         (up_silently_base, up_command, down_silently_base): Update.
9179         (down_command): Update.
9180         * inflow.c (kill_command): Update.
9181         * tracepoint.c (finish_tfind_command): Update.
9182         * corelow.c (core_open): Update.
9183         * thread.c (info_threads_command): Update.
9184         (do_captured_thread_select): Update.
9185         * infcmd.c (finish_command): Update.
9186         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9187
9188 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9189
9190         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9191
9192 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9193
9194         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
9195         type const.
9196
9197 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9198
9199         * alphafbsd-tdep.c: Update copyright years.  Include
9200         alpha-tdep.h.
9201         (alphafbsd_use_struct_convention): Make static.
9202         (alphafbsd_init_abi): New function.
9203         (_initialize_alphafbsd_tdep): New function.
9204         * config/alpha/tm-fbsd.h: Update copyright years.
9205         (USE_STRUCT_CONVENTION): Remove.
9206
9207 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9208
9209         * alpha-tdep.c (alpha_abi_handler): New structure to describe
9210         an Alpha ABI variant.
9211         (alpha_abi_handler_list): Declare.
9212         (alpha_gdbarch_register_os_abi): New function.
9213         (alpha_gdbarch_init): Give registered ABI variant handlers a
9214         chance to tweak the gdbarch once we have set up defaults.
9215         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9216
9217 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9218
9219         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9220         to standard_coerce_float_to_double.
9221         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9222
9223 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9224
9225         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9226         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9227         from gdbarch_tdep rather than a constant.
9228         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9229         the default text address for all Alpha Unix ABIs.
9230         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9231         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9232
9233 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
9234
9235         * alpha-tdep.h: New file.  Includes several Alpha target constants
9236         taken from...
9237         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
9238         let gdbarch deal with.
9239         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9240         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9241         to dependency list.
9242         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
9243         Alpha target register names.
9244         * alphabsd-nat.c: Likewise.
9245         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
9246         Alpha target register names.  Make serveral routines static.
9247         (alpha_get_saved_register): New function.
9248         (alpha_abi_names): New.
9249         (process_note_abi_tag_sections): New function.
9250         (get_elfosabi): New function.
9251         (alpha_gdbarch_init): New function.
9252         (alpha_dump_tdep): New function.
9253         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9254
9255 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9256
9257         * frame.c (find_saved_register): Delete #ifdef
9258         HAVE_REGISTER_WINDOWS code.
9259         * config/sparc/tm-sparc.h: Update comments.
9260         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9261
9262 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9263
9264         * i960-tdep.c (i960_find_saved_register): New function.
9265         (i960_get_saved_register): New function.
9266         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9267         (i960_get_saved_register): Declare.
9268         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9269
9270 2002-04-20  David S. Miller  <davem@redhat.com>
9271
9272         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9273
9274 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
9275
9276         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9277         instead of NUM_PSEUDO_REGS.
9278
9279 2002-04-20  David S. Miller  <davem@redhat.com>
9280
9281         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9282         GDB_MULTI_ARCH_PARTIAL
9283         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9284         define, let tm-sp64.h do it.
9285
9286 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
9287
9288         * frame.c (find_saved_register): Avoid a NULL pointer
9289         dereference and actually walk the frame list.
9290
9291 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
9292
9293         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9294         sorted in most most-recent-used order.  Document.
9295         * gdbarch.h, gdbarch.c: Regenerate.
9296
9297 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
9298
9299         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9300         instead of ->prev.
9301         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9302         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9303         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9304         instead of ->prev.
9305
9306 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
9307
9308         Fix PR gdb/471.
9309         * gdbtypes.c (init_simd_type): Rewrite using new functions.
9310         (build_builtin_type_vec128): Ditto.
9311         (append_composite_type_field): Fix calculation of type length in
9312         union case.
9313
9314 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
9315
9316         * config/djgpp/README: Update.
9317
9318         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9319         compiler warnings.
9320
9321 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
9322
9323         * alpha-tdep.c (setup_arbitrary_frame): Rename...
9324         (alpha_setup_arbitrary_frame): ...to this.
9325         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9326         for alpha_setup_arbitrary_frame.
9327
9328 2002-04-18  Andrew Cagney  <cagney@redhat.com>
9329
9330         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9331         * gdbarch.h, gdbarch.c: Regenerate.
9332
9333         * defs.h (breakpoint_from_pc_fn): Delete type definition.
9334         * target.h (memory_breakpoint_from_pc): Update declaration.
9335         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9336
9337         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9338         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9339         * mem-break.c (memory_breakpoint_from_pc): Ditto.
9340         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9341         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9342         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9343         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9344         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9345         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9346         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9347         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9348         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9349
9350         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9351         const pointer.
9352         * monitor.c (monitor_insert_breakpoint): Ditto.
9353         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9354
9355         * config/mcore/tm-mcore.h: Update copyright.
9356         * mem-break.c: Ditto.
9357         * xstormy16-tdep.c: Ditto.
9358
9359 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
9360
9361         * p-exp.y: Add precedence rule for '^' token.
9362         This removes the shift/reduce conflicts.
9363         Remove the comment concerning these shift/reduce conflicts.
9364
9365 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
9366
9367         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9368         (registers_powerpc_nofp): New register set for processors
9369         without floating point unit.
9370
9371 2002-04-18  David S. Miller  <davem@redhat.com>
9372
9373         * MAINTAINERS: Add myself to write-after-approval.
9374
9375 2002-04-17  Michael Snyder  <msnyder@redhat.com>
9376
9377         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9378
9379 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9380
9381         * rs6000-tdep.c (frame_initial_stack_address): Use
9382         frame_register_read to read the alloca_reg.
9383
9384 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9385
9386         * frame.c (find_saved_register): Find saved registers in the next
9387         not prev frame.
9388         Fix PR gdb/365.
9389
9390 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9391
9392         * gdbarch.sh (LANG): Set to ``c''.
9393
9394 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
9395
9396         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9397
9398 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
9399
9400         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9401         Update copyright.
9402
9403         * hpread.c (hpread_get_lntt): Add declaration.
9404         Also fix PR gdb/391.
9405
9406 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9407
9408         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9409         * aclocal.m4, configure: Re-generate.
9410         Fix PR gdb/391.
9411
9412 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
9413
9414         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9415         instead of tm_print_insn.
9416
9417 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
9418
9419         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9420
9421 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9422
9423         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9424         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9425         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9426
9427 2002-04-12  Don Howard  <dhoward@redhat.com>
9428
9429         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9430         max_user_call_depth.
9431         (init_cmd_lists): Initialize the new value;
9432         * cli/cli-script.c (execute_user_command): Limit the call depth of
9433         user defined commands.  This avoids a core-dump when user commands
9434         are infinitly recursive.
9435
9436 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9437
9438         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9439         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9440         from tdep struct instead of DEFAULT_LR_SAVE.
9441         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9442         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9443         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9444
9445 2002-04-12  Michael Snyder  <msnyder@redhat.com>
9446
9447         * Remote.c: Spelling fix.
9448         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9449         If no symbol found for "sbrk", try "_sbrk".
9450         (make_output_phdrs): Use bfd_section_name.
9451         (gcore_copy_callback): Use bfd_section_name.
9452         * eval.c: Indentation fix-ups.
9453         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9454         in case it gets applied to an address that is already
9455         in the instruction space.
9456         * cli/cli-decode.c (help_list): Allow long lines to wrap.
9457         * symfile.c: Fix indentation, long lines.
9458         * source.c: White space fix-up.
9459
9460 2002-04-12  Andrew Cagney  <cagney@redhat.com>
9461
9462         * defs.h (read_relative_register_raw_bytes): Delete declaration.
9463         * frame.c (frame_register_read): New function.  Return non-zero on
9464         success.
9465         (read_relative_register_raw_bytes_for_frame): Delete.
9466         (read_relative_register_raw_bytes): Delete.
9467         * frame.h (frame_register_read): Declare.
9468         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
9469         * sh-tdep.c: Ditto.
9470         * infcmd.c (do_registers_info): Ditto.
9471         * hppa-tdep.c: Ditto.
9472         * rs6000-tdep.c: Ditto.
9473         * h8500-tdep.c: Ditto.
9474         * mips-tdep.c: Ditto.
9475         * h8300-tdep.c: Ditto.
9476         * z8k-tdep.c: Ditto.
9477
9478 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9479
9480         From Jimi X <jimix@watson.ibm.com>:
9481         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9482         64-bit SysV ABI.
9483
9484 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9485
9486         From Jimi X <jimix@watson.ibm.com>:
9487         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9488         bfd info.
9489
9490 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9491
9492         From Jimi X <jimix@watson.ibm.com>:
9493         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9494         register sets for these processor variants.
9495
9496 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
9497
9498         * regformats/reg-ppc.dat: Support FPSCR.
9499
9500 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
9501
9502         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9503         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9504         Add fpscr as an invalid/unfetchable register.
9505         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9506         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9507         (fill_fpregset): Add support for register fpscr.
9508         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9509         (fill_gregset): Account for the fact that register ``mq'' might
9510         not exist.
9511         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9512         (registers_power): Add fpscr to register set at slot 71.
9513         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9514         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
9515
9516 2002-04-11  Michael Snyder  <msnyder@redhat.com>
9517
9518         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9519         * configure: Regenerate.
9520         * config.in: Regenerate.
9521         * acconfig.h: Add define for _SYSCALL32.
9522         * core-sol2.c: Remove #define _SYSCALL32.
9523         * solib-legacy.c: Remove #define _SYSCALL32.
9524
9525 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9526
9527         * stack.c (select_frame): Cleanup internal error message, do not
9528         use %p.
9529
9530 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9531
9532         * stack.c (select_frame): Check that selected_frame and the
9533         specified level are as expected.
9534         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9535         Update copyright.
9536         * frame.h (struct frame_info): Add field `level'.  Update
9537         copyright.
9538         Work-in-progress PR gdb/464.
9539
9540 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9541
9542         * maint.c (maint_print_section_info): Rename print_section_info.
9543         (print_bfd_section_info, print_objfile_section_info): Update.
9544         * inferior.h (struct gdbarch): Add opaque declaration.
9545         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9546         * gdbarch.h: Regenerate.
9547
9548 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
9549
9550         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9551         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9552         (kernel_u_size): Added.
9553         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9554         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9555
9556 2002-04-04  Jim Ingham  <jingham@apple.com>
9557
9558        * valarith.c (find_size_for_pointer_math): New function, either returns
9559        the size for a pointer's target, returns 1 for void *, or errors for
9560        incomplete types.
9561        (value_add, value_sub): use find_size_for_pointer_math.
9562
9563 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
9564
9565         * linux-low.c (linux_look_up_symbols): New hook.
9566         (linux_target_ops): Add linux_look_up_symbols.
9567         * remote-utils.c (decode_address): New function.
9568         (look_up_one_symbol): New function.
9569         * server.c (handle_query): Call target look_up_symbols hook.
9570         * server.h (look_up_one_symbol): Add prototype.
9571         * target.h (struct target_ops): Add look_up_symbols hook.
9572
9573 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
9574
9575         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9576         override FP_REGNUM with frame->fp.  Update copyright.
9577         * parse.c (num_std_regs, std_regs): Delete.
9578         (target_map_name_to_register): Do not search std_regs.  Update
9579         function description.
9580         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9581         declarations.  Update copyright.
9582         Fix PR gdb/251.
9583
9584 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
9585
9586         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9587         after the last symbol in a block.
9588
9589 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
9590
9591         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9592         is non zero as a found symbol.
9593
9594 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
9595
9596         * findvar.c: Include "builtin-regs.h".
9597         (value_of_register): Call value_of_builtin_reg when applicable.
9598         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9599         (target_map_name_to_register): Call
9600         builtin_reg_map_name_to_regnum.
9601         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9602         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9603         (builtin_regs_h): Define.
9604         (builtin-regs.o): New target.
9605         (findvar.o): Add $(builtin_regs_h).
9606         * builtin-regs.c, builtin-regs.h: New files.
9607         * std-regs.c: New file.
9608         Partial fix for PR gdb/251.
9609
9610 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9611
9612         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9613         it's no longer required.
9614
9615 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
9616
9617         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9618
9619 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9620
9621         From Jimi X <jimix@watson.ibm.com>:
9622         * rs6000-tdep.c (rs6000_software_single_step): Use
9623         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9624         and size.  Use target_insert_breakpoint() and
9625         target_remove_breakpoint() to insert and remove breakpoints
9626         instead of explicit memory reads and writes.
9627
9628 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9629
9630         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9631         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9632         ELF_OBJECT_FORMAT ifdef.
9633
9634 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9635
9636         From Jimi X <jimix@watson.ibm.com>:
9637         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9638
9639 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9640
9641         From Jimi X <jimix@watson.ibm.com>:
9642         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9643         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9644
9645 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
9646
9647         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9648         s/asprintf/xasprintf/.
9649         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9650
9651 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9652
9653         I believe Jeff Law denies responsability for this one:
9654         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9655         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9656         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9657         Work-around for PR gdb/366.
9658
9659 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
9660
9661         * remote-e7000.c (write_small, e7000_read_inferior_memory,
9662         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9663         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9664
9665 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
9666
9667         * sh-tdep.c (sh_fp_frame_init_saved_regs,
9668         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9669         information.
9670
9671 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9672
9673         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9674         maintainer.
9675
9676 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9677
9678         * README (Reporting Bugs in GDB): Document the bug web page as the
9679         prefered way of submitting bugs.
9680         Fix PR gdb/402.
9681
9682 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9683
9684         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9685         -1.  Update comment.
9686         * gdbarch.h, gdbarch.c: Re-generate.
9687
9688 2002-04-07  Andreas Schwab  <schwab@suse.de>
9689
9690         * m68klinux-nat.c (fill_fpregset): Properly pass address of
9691         buffer to regcache_collect.
9692
9693 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9694
9695         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
9696         * gdbarch.c, gdbarch.h: Re-generate.
9697
9698 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9699
9700         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9701         declaration.  Fix -Werror.
9702
9703 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
9704
9705         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9706         * gdbarch.c: Regenerate.
9707
9708 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9709
9710         * breakpoint.c (clear_command): Rewrite middle section to
9711         combine two loops with identical control conditions.
9712         Add a cleanup to eliminate a memory leak.
9713         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9714
9715 2002-04-05  H.J. Lu  (hjl@gnu.org)
9716
9717         * solib-svr4.c (bkpt_names): Add "__start".
9718
9719 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
9720
9721         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9722         as test for 64 bit target.
9723
9724 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9725
9726         * h8500-tdep.c (h8500_write_fp): Delete function.
9727         * dwarf2cfi.c (cfi_write_fp): Document as not used.
9728         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9729         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9730         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9731         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9732         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9733         (s390_write_fp):
9734         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9735         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9736         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9737         (d10v_write_fp): Delete function.
9738         * inferior.h (write_fp, generic_target_write_fp): Delete
9739         declarations.
9740         * regcache.c (generic_target_write_fp): Delete function.
9741         (write_fp): Delete function.
9742         * gdbarch.sh (TARGET_WRITE_FP): Delete.
9743         * gdbarch.h, gdbarch.c: Regenerate.
9744         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9745         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9746         (sparc64_write_fp): Delete declaration.
9747         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9748         (h8500_write_fp): Delete declaration.
9749
9750 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
9751
9752         * sparc-tdep.c (sparc64_write_fp): Delete.
9753         (sparc_push_dummy_frame): Replace write_fp call with code to store
9754         the FP directly.
9755         (sparc_gdbarch_init): Do not initialize write_fp.
9756
9757 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
9758
9759         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9760         clause.
9761
9762 2002-03-29  Jim Blandy  <jimb@redhat.com>
9763
9764         * stack.c (get_selected_block): Add new argument `addr_in_block',
9765         used to return the exact code address we used to select the block,
9766         not just the block.
9767         * blockframe.c (get_frame_block, get_current_block): Same.
9768         * frame.h (get_frame_block, get_current_block,
9769         get_selected_block): Update declarations.
9770         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9771         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9772
9773 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9774
9775         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9776         warning message.
9777
9778 2002-04-05  J. Brobecker  <brobecker@gnat.com>
9779
9780         * utils.c (xfullpath): New function.
9781         * defs.h (xfullpath): Add declaration.
9782         * source.c (openp): Use xfullpath in place of gdb_realpath to
9783         avoid resolving the basename part of filenames when the
9784         associated file is a symbolic link. This fixes a potential
9785         inconsistency between the filenames known to GDB and the
9786         filenames it prints in the annotations.
9787         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9788         to be able to match a filename with either the real filename, or
9789         the name of any symbolic link to this file.
9790         (lookup_partial_symtab): Ditto.
9791
9792 2002-04-04  Michael Snyder  <msnyder@redhat.com>
9793
9794         * breakpoint.c: Add support for hardware breakpoints in overlays.
9795         (overlay_events_enabled): New state variable.
9796         (insert_breakpoints): Use overlay_events_enabled to decide
9797         whether to attempt to set a breakpoint at the overlay load addr.
9798         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9799         (remove_breakpoint): Use overlay_events_enabled to decide
9800         whether breakpoints need to be removed from overlay load addr.
9801         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9802         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9803         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9804         disable_overlay_breakpoints): Update overlay_events_enabled.
9805
9806 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
9807
9808         * dwarf2read.c (struct function_range): New.
9809         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9810         (check_cu_functions): New.
9811         (read_file_scope): Initialize global function lists.
9812         Call dwarf_decode_line after processing children.
9813         (read_func_scope): Add to global function list.
9814         (dwarf_decode_lines): Call check_cu_functions everywhere
9815         record_line is called.  Call record_line with a linenumber
9816         of 0 to mark sequence ends.
9817
9818 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
9819
9820         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9821         change sync with glibc.
9822
9823 2002-04-03  Jim Blandy  <jimb@redhat.com>
9824
9825         * configure.in: Call AC_C_INLINE.
9826         * configure: Regenerated.
9827
9828 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
9829
9830         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9831         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9832
9833 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
9834
9835         * NEWS: Mention gcore support on FreeBSD/i386.
9836
9837         * fbsd-proc.c: New file.
9838         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9839         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9840
9841         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9842         while statement.
9843
9844 2002-03-29  Jim Blandy  <jimb@redhat.com>
9845
9846         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9847         unescaped newlines in string literals, but newer ones don't.  So
9848         escape them.
9849
9850 2002-03-26  Michael Snyder  <msnyder@redhat.com>
9851             Andrew Cagney <cagney@redhat.com>
9852
9853         * cli/cli-dump.c: New file.  Dump memory to file,
9854         restore file to memory.
9855         * cli/cli-dump.h: New file.
9856         * Makefile.in: Add rules, dependencies for cli-dump.o.
9857         * NEWS: Mention new commands.
9858
9859 2002-03-28  Michael Snyder  <msnyder@redhat.com>
9860
9861         * symfile.c (symbol_file_add): Move test for null symbols to later.
9862
9863 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9864
9865         From veksler at il.ibm.com:
9866         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9867         the xstrduped original path.
9868         Fix PR gdb/417.
9869
9870 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9871
9872         * breakpoint.c (_initialize_breakpoint): Clean up help string.
9873         * infcmd.c (_initialize_infcmd): Ditto.
9874         * language.c (_initialize_language): Ditto.
9875         * symfile.c (_initialize_symfile): Ditto.
9876         * top.c (_init_main): Ditto.
9877         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9878
9879 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
9880
9881         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9882         vector registers handling.
9883         (skip_prologue): Handle new AltiVec instructions.  Fill in new
9884         fields of frame data.
9885         (frame_get_saved_regs): Fill in information for AltiVec registers.
9886
9887 2002-03-27  Jim Blandy  <jimb@redhat.com>
9888
9889         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9890         a function; leave this macro here to invoke that function.
9891         (symbol_init_mangled_name): Declaration for that function.
9892         * symtab.c (symbol_init_mangled_name): New function.
9893
9894 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9895
9896         * valarith.c: Replace strerror with safe_strerror.
9897         * tracepoint.c: Ditto.
9898         * lin-lwp.c: Ditto.
9899         * go32-nat.c: Ditto.
9900         * inflow.c: Ditto.
9901         * gnu-nat.c: Ditto.
9902
9903 2002-03-27  Andreas Schwab  <schwab@suse.de>
9904
9905         * event-top.c (command_line_handler): Remove useless if.
9906
9907 2002-03-27  Andreas Jaeger  <aj@suse.de>
9908
9909         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9910         comment.
9911
9912 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
9913
9914         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9915         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9916         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9917         (x86_64_linux_dr_get_status, supply_gregset),
9918         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9919         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9920         (x86_64_register_info_table): Add.
9921         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9922         (x86_64_register_raw_size, x86_64_register_virtual_type),
9923         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9924         general x86_64_register_info_table.
9925         (i386_gdbarch_init): gdbarch_register_bytes is now set
9926         dynamicaly during initialization.
9927         * regformats/reg-x86-64.dat: Synced with changes to registers above.
9928         * gdbserver/linux-x86-64-low.c: Ditto.
9929
9930 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9931
9932         * gdbserver/server.c (main): Call target_signal_to_host_p
9933         and target_signal_to_host on signals received from the remote.
9934         * gdbserver/remote-utils.c (prepare_resume_reply): Call
9935         target_signal_from_host on signals sent to the remote.
9936         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
9937         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
9938
9939 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9940
9941         * signals/signals.c: Include "server.h" in gdbserver build.
9942         (target_signal_from_name): Don't use STREQ.
9943         (_initialize_signals): Likewise.  Don't include function in
9944         gdbserver build.
9945
9946 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9947
9948         * signals.c: Moved to...
9949         * signals/signals.c: Here.
9950         * Makefile (signals.o): Update.
9951
9952 2002-03-26  Jeff Law (law@redhat.com)
9953
9954         * somread.c (som_symtab_read): Remove some commented out code and
9955         updated related comments.  Do not set the minimal symbol table to
9956         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9957         in a dynamic executable.
9958         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9959         where we are unable to find the minimal symbol for the given
9960         PC value.
9961
9962 2002-03-25  Jeff Law (law@redhat.com)
9963
9964         * linux-proc.c (read_mapping): Scan up to end of line for filename.
9965
9966 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
9967
9968         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9969
9970 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9971
9972         * command.h: Update copyright.
9973         (struct cmd_list_element): Replace definition with opaque
9974         declaration.
9975         (enum cmd_types): Document that it will eventually be moved to
9976         cli/cli-decode.h
9977         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9978         (MALLOCED_REPLACEMENT): Delete macro.
9979         * Makefile.in (cli_decode_h): Add $(command_h).
9980         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9981         * top.c: Include "cli/cli-decode.h".
9982         * completer.c: Include "cli/cli-decode.h".
9983         * maint.c: Include "cli/cli-decode.h".
9984         * cli/cli-decode.h: Include "command.h".
9985         (enum command_class): Delete.
9986         (enum cmd_types): Comment out.
9987         (enum cmd_auto_boolean): Delete.
9988         (enum var_types): Delete.
9989
9990 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9991
9992         * cli/cli-decode.c: Include "gdb_assert.h".
9993         (add_set_or_show_cmd): New static function.
9994         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
9995         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
9996         all fields, such as func, from the set command.
9997
9998 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9999
10000         * MAINTAINERS (sh-elf): Change warning flag to -w.
10001
10002 2002-03-23  Andrew Cagney  <cagney@redhat.com>
10003
10004         * defs.h (error): Add printf format attribute.
10005         * thread-db.c (thread_from_lwp): Fix error format string.
10006         * stack.c (parse_frame_specification): Ditto.
10007         * cli/cli-decode.c (undef_cmd_error): Ditto.
10008         * scm-lang.c (scm_lookup_name): Ditto.
10009         * tracepoint.c (trace_error): Ditto.
10010         * remote-utils.c (usage): Ditto.
10011         * remote.c (compare_sections_command): Ditto.
10012         Fix PR gdb/328.
10013
10014 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
10015
10016         * gdbtypes.c (append_composite_type_field): New function.
10017         (init_composite_type): New function.
10018         * gdbtypes.h (append_composite_type_field): Declare.
10019         (init_composite_type): Ditto.
10020
10021 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
10022
10023         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10024         function.
10025         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10026         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10027         structure returning convention for SYSV ABI case, but not
10028         for GNU/Linux, FreeBSD, or NetBSD.
10029
10030 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
10031
10032         * symtab.h (lookup_block_symbol): Add mangled_name argument
10033         to prototype.
10034
10035         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10036         with new mangled_name argument.
10037         * linespec.c (decode_line_1): Likewise.
10038         * valops (value_of_this): Likewise.
10039         * symtab.c (lookup_transparent_type): Likewise.
10040         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
10041         (lookup_symbol): If we are given a mangled name, pass it down
10042         to lookup_symbol_aux.
10043         (lookup_block_symbol): If we are given a mangled name to check
10044         against, only return symbols which match it.
10045
10046 2002-03-22  Christopher Faylor  <cgf@redhat.com>
10047
10048         * win32-nat.c (child_create_inferior): Check for proper shell to use
10049         here, in case the user changes it on the fly.
10050         (_initialize_inftarg): Remove shell path considerations.
10051
10052 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
10053
10054         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10055         for gdbarch_max_register_raw_size and max_register_virtual_size.
10056         Adjust copyright year.
10057
10058 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
10059
10060          * dbxread.c (process_one_symbol): Extend the first N_SLINE
10061          in a function to cover the entire beginning of the function
10062          as well if it does not already.
10063
10064 2002-03-21  Tom Rix  <trix@redhat.com>
10065
10066         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10067         (rs6000_ptrace64): Renamed from ptrace64.
10068
10069 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
10070
10071         * gdbserver/remote-utils.c (remote_open): Don't call
10072         getprotobyname, we're all using TCP here so just use
10073         IPPROTO_TCP.
10074         * gdbserver/gdbreplay.c (remote_open): Ditto.
10075
10076 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
10077
10078         * regcache.c (_initialize_regcache): No need to call
10079         build_regcache() at this time; it gets called whenever
10080         the gdbarch changes.
10081
10082 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
10083
10084         * sparc-nat.c:  Include sys/param.h where possible.
10085
10086 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
10087
10088         Fix PR gdb/422.
10089         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10090         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10091         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10092         complex types.
10093         * stabsread.c (rs6000_builtin_type): Likewise.
10094         (read_sun_floating_type): Likewise.
10095
10096 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10097
10098         * stabsread.c (read_member_functions): Remove skip code for duplicate
10099         constructor/destructor methods.  Use standard parsing for these
10100         methods and just do not chain them to the list of methods after
10101         parsing.
10102
10103 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
10104
10105         * coffread.c: Remove redundant static declarations.  Replace
10106         occurrences of `PTR' with `void *'.
10107         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10108         * top.h (quit_cover): Likewise.
10109         * defs.h (catch_errors): Likewise.
10110
10111 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
10112
10113         * defs.h (XMALLOC): Define.
10114         * gdb-events.sh (XMALLOC): Delete macro.
10115         * gdb-events.c, gdb-events.h: Regenerate.
10116         * gdbarch.sh (XMALLOC): Delete macro.
10117         * gdbarch.c: Regenerate.
10118         * serial.c (XMALLOC): Delete macro.
10119         * ui-file.c (XMALLOC): Ditto.
10120         * ser-unix.h (XMALLOC): Ditto.
10121         * sh-tdep.c (XMALLOC): Ditto.
10122         * ui-out.c (XMALLOC): Ditto.
10123         * utils.c (XMALLOC): Ditto.
10124         * i386-tdep.c (XMALLOC): Ditto.
10125         * gdb-events.c (XMALLOC): Ditto.
10126         * d10v-tdep.c (XMALLOC): Ditto.
10127         * cli-out.c (XMALLOC): Ditto.
10128
10129         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10130         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10131         * ui-file.c, ui-out.c: Ditto.
10132
10133 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
10134
10135         * command.h (struct cmd_list_element): Add field context.
10136         (set_cmd_context, get_cmd_context): Declare.
10137         * cli/cli-decode.h: Ditto.
10138         * cli/cli-decode.c (get_cmd_context): New function.
10139         (set_cmd_context): New function.
10140         (add_cmd): Initialize context.
10141         Part of fixing PR gdb/145 and PR gdb/146.
10142
10143 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
10144
10145         * cli/cli-decode.c (cmd_type): New function.
10146         * command.h (cmd_type): Declare.
10147         * infrun.c (set_schedlock_func): Call function cmd_type.
10148         * kod.c (kod_set_os): Call cmd_type.
10149         * cris-tdep.c (cris_version_update): Use function cmd_type.
10150         (cris_mode_update, cris_abi_update): Ditto.
10151
10152         * command.h: (execute_cmd_post_hook): Declare.
10153         (execute_cmd_pre_hook): Declare.
10154         * cli/cli-script.c (clear_hook_in_cleanup): New function.
10155         (execute_cmd_post_hook, execute_cmd_pre_hook): New
10156         functions. Execute pre/post hook while ensuring that afterwords
10157         hook_in is cleared.
10158         * top.c (execute_command): Use execute_cmd_post_hook, and
10159         execute_cmd_pre_hook to execute pre/post commands.
10160         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10161         hook_stop_stub.
10162         (hook_stop_stub): Call execute_cmd_pre_hook.
10163
10164 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
10165
10166         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
10167         set'' and this leads to a core dump.  Move xstrdup of
10168         operating_system to after check that it is not NULL.
10169
10170 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
10171
10172         * kod.c (kod_set_os): Remove unnecessary check that
10173         ``command->type'' is set_cmd.
10174
10175         * valprint.c (set_input_radix): Use input_radix.
10176         (set_output_radix): Use output_radix.
10177         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10178         isn't reverted.
10179
10180 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
10181
10182         * value.h (struct value): Delete field ``substring_addr''.  Change
10183         aligner fields to force_doublest_align, force_longest_align,
10184         force_core_addr_align and force_pointer_aligh.
10185
10186         * value.h (struct value): Fix typo in above change.
10187
10188 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10189
10190         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10191         to fix internal_error from ``maintenance print architecture''.
10192
10193 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10194
10195         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10196         for gcc versions after gcc-2.8.1.
10197
10198 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10199
10200         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10201         for method resolution.  Restore adjustment of ``this'' pointer after
10202         calling value_struct_elt, which was accidentally removed during the
10203         HP merge.
10204
10205 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
10206
10207         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10208         value_of_register.
10209         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
10210         get_saved_register.
10211         * value.h (value_of_register): Update.
10212
10213 2002-03-14  Richard Henderson  <rth@redhat.com>
10214
10215         * configure.in: Detect declaration for canonicalize_file_name.
10216         * utils.c (canonicalize_file_name): Declare, if needed.
10217         (gdb_realpath): Prefer realpath if available and usable.
10218         * config.in, configure: Rebuild.
10219
10220 2002-03-14  Richard Henderson  <rth@redhat.com>
10221
10222         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10223         a constant array bound.
10224
10225         * MAINTAINERS: Add myself to write-after-approval.
10226
10227 2002-03-14  Michael Snyder  <msnyder@redhat.com>
10228
10229         * symfile.c (syms_from_objfile): Return immediately if no syms.
10230         (symbol_file_add): Return immediately if no syms.
10231         (find_sym_fns): Return immediately if no syms.
10232
10233 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
10234
10235         * gdbserver/remote-util.c (remote_open): Print remote-side's
10236         IP address when remote debugging over the network.
10237
10238 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
10239
10240         * config/sparc/fbsd.mh: Fix copyright.
10241         * config/sparc/fbsd.mt: Likewise.
10242
10243 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
10244
10245         * MAINTAINERS: Fix typo in name of gdb warnings option.
10246         (x86-64): Fix formating so that this can be parsed by awk.
10247
10248 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
10249
10250         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10251         * defs.h: Include "gdb/signals.h".
10252         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10253
10254 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
10255
10256         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10257         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10258         from x86-64-tdep.h
10259
10260 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
10261             Don Howard <dhoward@redhat.com>
10262
10263         * mips-tdep.c (ST0_FR): Define.
10264         (mips2_fp_compat): New function, temporarily disabled.
10265         (mips_read_fp_register_single): New function.
10266         (mips_read_fp_register_double): New function.
10267         (mips_print_register): Use them.
10268         (do_fp_register_row): Likewise.
10269
10270 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
10271
10272         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10273         approval''.
10274
10275 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10276
10277         * stabsread.c (read_member_functions): Fix is_stub test for
10278         static member functions, improve comment.
10279
10280 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
10281
10282         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10283         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10284         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10285         commands that set boolean values.
10286         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10287         (arm_rdi_resume): Always initialize PC.
10288         (arm_rdi_open): Don't use rslt as a boolean.
10289         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10290         (arm_rdi_fetch_registers, arm_rdi_store_registers)
10291         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10292         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10293
10294 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
10295
10296         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10297         * configure: Rebuilt.
10298
10299 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10300
10301         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10302         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10303
10304 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
10305
10306         * cli/cli-decode.c (set_cmd_completer): New function.
10307         * command.h (set_cmd_completer): Declare.
10308         * cli/cli-decode.h (set_cmd_completer): Ditto.
10309
10310         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10311         * cli/cli-cmds.c (init_cli_cmds): Ditto.
10312         * win32-nat.c (_initialize_inftarg): Ditto.
10313         * remote-rdi.c (_initialize_remote_rdi): Ditto.
10314         * proc-api.c (_initialize_proc_api): Ditto.
10315         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10316         * source.c (_initialize_source): Ditto.
10317         * exec.c (_initialize_exec): Ditto.
10318         * solib.c (_initialize_solib): Ditto.
10319         * top.c (init_main): Ditto.
10320         * tracepoint.c (_initialize_tracepoint): Ditto.
10321         * symfile.c (_initialize_symfile): Ditto.
10322         * printcmd.c (_initialize_printcmd): Ditto.
10323         * infcmd.c (_initialize_infcmd): Ditto.
10324         * corefile.c (_initialize_core): Ditto.
10325
10326 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10327
10328         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10329
10330 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10331
10332         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10333
10334 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10335
10336         * NEWS: Update headings, 5.2 has branched.
10337
10338 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
10339
10340         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10341         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10342         (register_addr, REGISTER_RAW_SIZE): Likewise.
10343         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10344         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10345
10346 2002-03-03  Michal Ludvig <mludvig@suse.cz>
10347
10348         * MAINTAINERS (x86-64): Add myself.
10349         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10350         changed value_ptr -> struct value *
10351
10352 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
10353
10354         * configure.host (sparc64-*-freebsd): Add.
10355         * configure.tgt: Likewise.
10356         * config/sparc/fbsd.mh: New file.
10357         * config/sparc/fbsd.mt: Likewise.
10358         * config/sparc/nm-fbsd.h: Likewise.
10359         * config/sparc/tm-fbsd.h: Likewise.
10360
10361 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
10362
10363         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10364         regformats/reg-s390x.dat.
10365
10366 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
10367
10368         * utils.c: Add FIXME explaining true/false problem.
10369
10370 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
10371
10372         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10373
10374 2002-02-28  Michael Chastain  <mec@shout.net>
10375
10376         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10377
10378 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
10379
10380         * gdbserver/linux-s390-low.c: New file.
10381         * regformats/reg-s390.dat: New file.
10382         * regformats/reg-s390x.dat: New file.
10383         * gdbserver/configure.srv: Add S/390.
10384         * gdbserver/Makefile.in: Add S/390.
10385         * configure.tgt: Enable gdbserver for S/390.
10386
10387 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
10388
10389         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10390         first line of the doc string for "info dos", except at the end of
10391         the sentence, since the short help stops at the first period.
10392
10393 2002-02-28  Jason Merrill  <jason@redhat.com>
10394
10395         * dwarf2read.c (dwarf_cfi_name): Add new codes.
10396
10397 2002-02-27  Fred Fish  <fnf@redhat.com>
10398
10399         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10400         comment (dumy -> dummy).
10401
10402 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10403
10404         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10405
10406 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
10407
10408       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10409
10410 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10411
10412         * gdbserver/acconfig.h: New file.
10413         * gdbserver/i387-fp.c: New file.
10414         * gdbserver/i387-fp.h: New file.
10415         * gdbserver/linux-x86-64.c: New file.
10416         * regformats/reg-x86-64.dat: New file.
10417         * configure.tgt: Add x86_64-*-linux* gdbserver support.
10418         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10419         * gdbserver/configure.in: Add support for regsets.
10420         * gdbserver/config.in: Regenerate.
10421         * gdbserver/configure: Regenerate.
10422         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
10423         * gdbserver/linux-low.h: New file.
10424         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
10425         for regsets.
10426         * gdbserver/linux-arm-low.c: Include "linux-low.h".
10427         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10428         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10429         * gdbserver/linux-mips-low.c: Include "linux-low.h".
10430         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10431         * gdbserver/linux-sh-low.c: Include "linux-low.h".
10432         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
10433         "i387-fp.h".  Add PTRACE_GETREGS and friends.
10434         * gdbserver/regcache.c (supply_register): New function.
10435         (supply_register_by_name): New function.
10436         (collect_register): New function.
10437         (collect_register_by_name): New function.
10438
10439 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10440
10441         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10442         (config.status): Add configure.srv dependency.
10443         (server_h): Add config.h dependency.
10444
10445 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10446
10447         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10448         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10449         * gdbserver/configure.srv: Change i386-*-linux* to use
10450         reg-i386-linux.o.
10451
10452 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10453
10454         * x86-64-tdep.c: Re-indent.  Update copyright date.
10455
10456 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10457
10458         From Michal Ludvig <mludvig@suse.cz>:
10459         * x86-64-tdep.c (value.h): Delete.
10460         (gdb_assert.h): Include.
10461         (x86_64_register_convert_to_virtual,
10462         x86_64_register_convert_to_raw ): Add check which lets only
10463         floating-point values to be converted.
10464         (value_push): Delete.
10465         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10466         (i386_gdbarch_init): Number of register_bytes fixed.
10467
10468 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10469
10470         * MAINTAINERS: Add x86-64 target.
10471
10472 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10473
10474         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10475         * osfsolib.c (solib_map_sections): Ditto.
10476         * irix5-nat.c (solib_map_sections): Ditto.
10477         * corelow.c (gdb_check_format): Ditto.
10478         * symfile.c (symfile_bfd_open): Ditto.
10479         * solib.c (solib_map_sections): Ditto.
10480         Fix PR gdb/354.
10481
10482 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10483
10484         * remote.c (_initialize_remote): By default, disable ``e'' and
10485         ``E'' step out-of-range packets.
10486
10487 2002-02-26  Andreas Schwab  <schwab@suse.de>
10488
10489         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10490         m68k_linux_frame_saved_pc.
10491         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10492         in_sigtramp.
10493         (SIGCONTEXT_PC_OFFSET): Remove.
10494         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10495         m68k_linux_sigtramp_saved_pc): New functions.
10496         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10497         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10498         (UCONTEXT_PC_OFFSET): Define.
10499         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10500         non-RT and RT signal trampolines.
10501
10502 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
10503
10504         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10505         (TARGET_NBPG, STACK_END_ADDR): Delete
10506         (VARIABLES_INSIDE_BLOCK): Delete.
10507
10508 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
10509
10510         * utils.c (perror_with_name): Make string parameter constant.
10511         (print_sys_errmsg): Ditto.
10512         (query): Ditto.
10513         * defs.h (perror_with_name): Update.
10514         (print_sys_errmsg): Update.
10515         (query): Update.
10516
10517 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
10518
10519         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10520         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10521
10522 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10523
10524         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10525         if it already matches the current architecture from the exec file.
10526         Include arch-utils.h for gdbarch_info_init prototype.
10527         * Makefile.in (rs6000-nat.o): Update dependencies.
10528
10529 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
10530
10531         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10532          list of exported variables.
10533
10534 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
10535
10536         * gdbserver/configure.srv: New file.
10537         * gdbserver/configure.in: Use configure.srv instead
10538         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
10539         from it.
10540         * gdbserver/configure: Regenerated.
10541         * gdbserver/terminal.h: New file.
10542         * gdbserver/Makefile.in: Update for configure changes.  Remove
10543         more unneeded include paths.
10544
10545 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10546
10547         From wiz at danbala:
10548         * config/sparc/tm-sp64.h: Fix grammar and typos.
10549         Fix PR gdb/287.
10550
10551 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10552
10553         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10554         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
10555         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10556         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10557         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10558         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10559         * s390-tdep.c: Ditto.
10560         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10561         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10562         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10563         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10564         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10565         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10566         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10567         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10568         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10569         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10570         Fix PR gdb/378.
10571
10572 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10573
10574         * lin-thread.c: Delete file.
10575         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10576         to gdb_proc_service.h.
10577         * configure: Re-generate.
10578
10579         * ocd.c (ocd_open): Do not try to open the "ocd" device.
10580         * serial.c (serial_open): Delete check for "ocd".
10581         Fix PR gdb/349.
10582
10583         * Makefile.in (linux-thread.o): Delete target.
10584         * linux-thread.c: Delete file.
10585
10586         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
10587         renamed SH files to be consistent.
10588
10589         * symtab.c (sort_search_symbols): Use xfree.
10590
10591 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10592
10593         * arm-linux-tdep.c (arm_linux_init_abi): Register
10594         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10595         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10596         definition with undef, since we don't want the sysvr4 definition.
10597         (SKIP_TRAMPOLINE_CODE): Likewise.
10598
10599 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10600
10601         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10602
10603         * configure.in: (AC_CHECK_FUNCS) Added test for
10604         canonicalize_file_name Regenerated.
10605         * config.in, configure: Regenerated.
10606         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10607         defined use canonicalize_file_name.
10608
10609 2002-02-23  Michael Chastain  <mec@shout.net>
10610
10611         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10612
10613 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10614
10615         * README: Remove references to cygnus.com.
10616         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10617         dot com'' form.  Remove references to cygnus.com and sourceware.
10618
10619 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10620
10621         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10622         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10623         1003.1-2001 no longer allows "head -1".
10624         * gdb/Makefile.in (version.c): Likewise.
10625         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10626         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10627         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
10628
10629 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10630
10631         * cli/cli-decode.c (cmd_cfunc_eq): New function.
10632         * command.h (cmd_cfunc_eq): Declare.
10633         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10634
10635         * cli/cli-cmds.h (is_complete_command): Change parameter to a
10636         ``struct cmd_list_element *''.
10637         * cli/cli-cmds.c (is_complete_command): Update.  Use
10638         cmd_cfunc_eq.
10639         * top.c (execute_command): Pass the command to
10640         is_complete_command.
10641         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10642
10643 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10644
10645         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10646         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10647         architecture defines.
10648         * s390-tdep.c (s390_gdbarch_init): Likewise.
10649
10650 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10651
10652         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10653         (arm_linux_push_arguments): Likewise.
10654         (arm_linux_init_abi): Register them.  Also register linux-specific
10655         call_dummy_words.
10656         (find_minsym_and_objfile): Use strcmp, not STREQ.
10657         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10658         (arm_linux_call_dummy_words): Delete declaration.
10659         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10660         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10661         declarations.
10662         (LOWEST_PC): Delete.
10663
10664 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10665
10666         * maint.c (print_section_info): Do not prepend `0x' to filepos
10667         output, it will be handled by local_hex_string_custom.
10668
10669 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10670
10671         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10672         (store_newfpe_double, store_newfpe_extended, store_fpregister)
10673         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10674
10675 2002-02-22  Jim Blandy  <jimb@redhat.com>
10676
10677         Indicate that the bcache functions don't change the strings
10678         they're passed.
10679         * bcache.h (bcache, hash): Add `const' keywords to declarations.
10680         * bcache.c (bcache, hash): Add `const' keywords to definitions.
10681
10682 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
10683
10684         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10685
10686 2002-02-21  Christopher Faylor  <cgf@redhat.com>
10687
10688         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10689         find the complete path to a loaded DLL.
10690
10691 2002-02-21  Fred Fish  <fnf@redhat.com>
10692
10693         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10694         that marks the end of the range of a function, enter a line number
10695         entry that has a line number of zero and a PC offset that matches
10696         the end of the function.  This starts a range of PC's for which no
10697         line number information is known.
10698         * symtab.c (find_pc_sect_line): If our best fit is in a range of
10699         PC's for which no line number info is found (line number is zero)
10700         then we didn't find any valid line information.
10701         * symtab.h: Document use of zero line number entry.
10702
10703 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
10704
10705         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10706         (have_ptrace_getvrregs): Define for run time checks.
10707         (gdb_vrregset_t): New type for Altivec register handling.
10708         (fetch_register, store_register): Fetch/store altivec register
10709         when needed.
10710         (fetch_altivec_register, store_altivec_register): New functions.
10711         (supply_vrregset, fill_vrregset): New functions.
10712         (fetch_altivec_registers, store_altivec_registers): New functions.
10713         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10714         registers as well.
10715
10716 2002-02-21  Jiri Smid  <smid@suse.cz>
10717
10718         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10719
10720 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
10721
10722         * Makefile.in (armnbsd-nat.o): Update dependencies.
10723         * armnbsd-nat.c (supply_gregset): New function.  Common code to
10724         supply the integer register set.
10725         (supply_fparegset): New function.  Similar for FPA registers.
10726         (fetch_regs, fetch_fp_regs): Use them.
10727         (fetch_core_registers): Likewise.
10728         (fetch_elfcore_registers): New function.
10729         (arm_netbsd_elfcore_fns): New core-file type specification.
10730         (_initialize_arm_netbsd_nat): Register it.
10731
10732 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
10733
10734         * armnbsd-nat.c: Include gdbcore.h.
10735         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10736         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10737         'void' to declaration, to shut up ARI.
10738         (fetch_core_registers): Make static.  Rewrite using supply_register.
10739         (arm_netbsd_core_fns): New core-file type specification.
10740         (_initialize_arm_netbsd_nat): New function.
10741
10742 2002-02-21  Christopher Faylor  <cgf@redhat.com>
10743
10744         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10745         value.
10746
10747 2002-02-20  Christopher Faylor  <cgf@redhat.com>
10748
10749         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10750         fails.
10751
10752 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10753
10754         * jv-exp.y (parse_number): Change type of implicit longs
10755         to builtin_type_uint64.
10756
10757 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10758
10759         * gdbserver/linux-low.c (mywait): Change argument to waitpid
10760         to be an integer instead of a `union wait'.
10761
10762 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10763
10764         * mips-linux-nat.c: Call the operating system GNU/Linux.
10765         * mips-linux-tdep.c: Likewise.
10766         * mips-tdep.c: Likewise.
10767
10768 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10769
10770         Fix PR gdb/265.
10771         * jv-exp.y (parse_number): Handle 64-bit integers.
10772
10773 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10774
10775         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
10776         AC_STDC_HEADERS to AC_HEADER_STDC.
10777         * gdbserver/configure: Regenerated.
10778
10779 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10780
10781         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10782         is defined.
10783         * sparc-tdep.c (get_longjmp_target): Likewise.
10784
10785 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10786
10787         * News: Add news about ARM and Multi-arch.  Mention the new target
10788         arm*-*-netbsd*.
10789
10790 2002-02-19  Jim Blandy  <jimb@redhat.com>
10791
10792         * stabsread.c (error_type_complaint): Improve error message.
10793
10794 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
10795
10796         * gdbserver/README: Update documentation.
10797         * gdbserver/configure.in: Update configury to match documentation.
10798         * gdbserver/Makefile.in: Likewise.
10799         * gdbserver/configure: Regenerated.
10800         * gdbserver/aclocal.m4: New file, generated by aclocal.
10801         * gdbserver/config.in: New file, generated by autoheader.
10802
10803 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10804
10805         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10806         armnbsd-nat.c.
10807
10808 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10809
10810         * arm-tdep.h (enum arm_float_model): New enum.
10811         (struct gdbarch_tdep): Add fp_model.
10812         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
10813         up floating-point conversions until we know the floating-point model
10814         in use by the inferior.  Don't complain about being unable to
10815         determine the ABI of the inferior when we don't have one.
10816         (arm_extract_return_value): Support different floating-point models.
10817         (arm_store_return_value): Likewise.
10818         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10819         ARM_FLOAT_SOFT.
10820         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10821
10822 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10823
10824         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10825         of ``current_gdbarch''.
10826
10827 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10828
10829         * armnbsd-nat.c : ANSIfy all function declarations.
10830         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10831         (fetch_inferior_registers): Re-implement in terms of above.
10832         (store_register, store_regs, store_fp_register, store_fp_regs): New.
10833         (store_inferior_registers): Re-implement in terms of above.
10834
10835 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10836
10837         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10838         kernel.
10839         * arm-linux-tdep.c: Likewise.
10840         * config/arm/tm-linux.h: Likewise.
10841
10842 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10843
10844         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10845         * config/arm/nbsd.mt (TM_FILE): Delete.
10846         * config/arm/tm-nbsd.h: Delete.
10847
10848 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10849
10850         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10851         Initialize CALL_DUMMY_LENGTH.
10852
10853 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10854
10855         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10856         function.
10857         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10858         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10859         defines one thing and that is incorrect for this port.
10860         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10861
10862 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10863
10864         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10865
10866 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10867
10868         * win32-nat.c (display_selector): New function. Displays information
10869         about the information returned by GetThreadSelectorEntry API function.
10870         (display_selectors): New function. Displays the infomation of
10871         the selector given as argument, or of CS, DS ans FS selectors
10872         if no argument is given.
10873         ( _initialize_inftarg): Add "w32" as info prefix command.
10874         Add "info w32 selector" as command calling display_selectors.
10875
10876 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10877
10878         * i386-tdep.c (get_longjmp_target): Fix compilation failure
10879         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10880         if not defined.
10881
10882 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10883
10884         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10885
10886 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10887
10888         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10889         (arm_fix_call_dummy): Call it.
10890         (arm_call_dummy_breakpoint_offset): Delete.
10891         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10892         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10893
10894 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
10895
10896         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10897         Default to func_frame_chain_valid.
10898         * gdbarch.h, gdbarch.c: Re-generate.
10899         * frame.h (FRAME_CHAIN_VALID): Delete definition.
10900
10901 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
10902
10903         * ppc-linux-nat.c: Update copyright.
10904         (fetch_register, store_register): Add tid parameter, don't compute
10905         tid here.
10906         (fetch_ppc_registers, store_ppc_registers): Add tid
10907         parameter. Pass it along to callees.
10908         (fetch_inferior_registers, store_inferior_registers): Compute tid
10909         here, and pass it to calleed functions.
10910         (fill_gregset, supply_fpregset): Clean up formatting.
10911
10912 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10913
10914         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10915         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10916
10917 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10918
10919         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10920         * gdbarch.c gdbarch.h: Regenerate.
10921         * breakpoint.c (create_longjmp_breakpoint): Always compile this
10922         function.
10923         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10924         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10925         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10926
10927         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10928         * arm-tdep.c (arm_get_longjmp_target): New function.
10929         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
10930         this to a positive value register arm_get_longjmp_target as the
10931         longjmp handler.
10932         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10933         (arm_linux_init_abi): Set up longjmp description in tdep.
10934         * armnbsd-nat.c (get_longjmp_target): Delete.
10935         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10936         description in tdep.
10937         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10938         (get_longjmp_target): Delete declaration.
10939         (GET_LONGJMP_TARGET): Delete.
10940         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10941         (GET_LONGJMP_TARGET): Delete.
10942
10943 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
10944
10945         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
10946         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10947         of ``current_gdbarch''.
10948
10949 2002-02-17  Tom Tromey  <tromey@redhat.com>
10950
10951         * cli/cli-cmds.c (compare_strings): New function.
10952         (complete_command): Only print each unique item once.
10953         * completer.h (complete_line): Declare.
10954         * completer.c (complete_line): New function.
10955         (line_completion_function): Use it.
10956
10957 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
10958
10959         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10960         * gdbarch.h, gdbarch.c: Re-generate.
10961
10962 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10963
10964         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10965
10966 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10967
10968         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10969         * valops.c (value_arg_coerce): Don't take the address of a reference
10970         to convert an argument to a reference.
10971
10972 2002-02-15  Christopher Faylor  <cgf@redhat.com>
10973
10974         * win32-nat.c (get_image_name): New function.
10975         (handle_load_dll): Use get_image_name function.
10976         (get_child_debug_event): Avoid registering debug events until possibly
10977         execed process is started.
10978         (child_create_inferior): Allow invocation via shell so that command
10979         line redirection, etc.  works ok.
10980         (_initialize_inftarg): Add new command: "set shell" to control whether
10981         a shell is used to start a process.
10982
10983 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10984
10985         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10986         instead of find_register_by_number.
10987         (cannot_store_register): Likewise.
10988
10989 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
10990
10991         * dwarf2read.c: Replace fprintf (stderr, ...) by
10992         fprintf_unfiltered (gdb_stderr, ...).
10993
10994 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10995
10996         * gdbserver/gdbserver.1: Document --attach.
10997
10998 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10999
11000         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11001         descriptions.
11002         * arm-tdep.c (arm_default_arm_le_breakpoint)
11003         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11004         (arm_default_thumb_be_breakpoint): New.  Initialize them from
11005         traditional breakpoint defines.
11006         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11007         (arm_gdbarch_init): Initialize new breakpoint variables.
11008         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11009         (arm_linux_init_abi): Initialize linux-specific breakpoint.
11010         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11011         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11012         code out to ...
11013         (arm_netbsd_init_abi_common): ... here; new function.
11014         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11015         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11016         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11017         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11018
11019 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
11020
11021         * arm-tdep.h (enum arm_abi): New enum.
11022         (struct gdbarch_tdep): New structure.
11023         (LOWEST_PC): Provide a default.
11024         (arm_gdbarch_register_os_abi): Declare new function.
11025         * arm-tdep.c (arm_abi_names): New array.
11026         (process_note_abi_tag_sections): New function.
11027         (get_elfosabi): New function.
11028         (arm_gdbarch_register_os_abi): New function.
11029         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
11030         support for that ABI has been built in, then call the appropriate
11031         configuration routine.  Use gdbarch_num_regs() to get the number
11032         of registers.
11033         (arm_dump_tdep): New function.
11034         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11035         place-holder functions.
11036         (_initialize_arm_tdep): Register them.
11037         * config/arm/tm-arm.h (LOWEST_PC): Delete.
11038
11039         * armnbsd-tdep.c: New file.
11040         * Makefile.in (armnbsd-tdep.o): Add dependencies.
11041         * config/arm/nbsd.mt (TDEPFILES): Add it.
11042         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11043
11044         * armnbsd-nat.c: Include regcache.h.
11045         * Makefile.in (armnbsd-nat.o): Update dependency list.
11046
11047         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11048
11049 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11050
11051         * gdbserver/Makefile.in: Fix typos in target rules.
11052
11053 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11054
11055         Fix part of PR gdb/267.
11056         * linespec.c (find_methods): Handle constructors specially for now.
11057
11058 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
11059
11060         * arm-tdep.c (arm_push_arguments): Eliminate special float type
11061         handling.
11062         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11063         standard_coerce_float_to_double().
11064
11065 2002-02-14  Christopher Faylor  <cgf@redhat.com>
11066
11067         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11068         GDBINIT_FILENAME.
11069
11070 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
11071
11072         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11073         find_variant_by_name, because it confuses the multiarch
11074         framework. Return NULL if there isn't an architecture with the
11075         user supplied name, instead of forcing a different one without
11076         recording the change with the multiarch machinery.
11077         (find_variant_by_name): Delete.
11078
11079 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11080
11081         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11082         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11083
11084 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
11085
11086         * stack.c (print_frame_info_base): When calling
11087         print_frame_info_listing_hook, set current_source_symtab.
11088
11089 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11090
11091         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11092         and remove unused $(INCLUDE_DIR).
11093         Add regcache.c to OBS.
11094         Add generated register protocol files to clean target.
11095         Update dependencies for new objects, obsolete old target code.
11096
11097         * gdbserver/linux-low.c: Remove all platform-specific code to
11098         new files.  Remove various dead code.  Update to use regcache
11099         functionality.
11100         * gdbserver/remote-utils.c (fromhex): Add return statement
11101         to quiet warning.
11102         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11103         constant.
11104         (input_interrupt): Add integer parameter to match prototype
11105         of a signal handler.
11106         (outreg): Use register_data ().
11107         (prepare_resume_reply): Use gdbserver_expedite_regs.
11108         * gdbserver/server.c (main): Dynamically allocate own_buf because
11109         PBUFSIZ is no longer constant.  Use registers_to_string () and
11110         registers_from_string ().
11111         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
11112         for error (), fatal (), and warning ().  Update definition of
11113         PBUFSIZ to use regcache functionality.  Add include guard.
11114         * gdbserver/utils.c (fatal): Add missing ``const''.
11115         (warning): New function.
11116
11117         * regformats/regdat.sh: Include "regcache.h" in generated files.
11118         Provide init_registers () function.
11119         * regformats/regdef.h: Add prototype for set_register_cache ().
11120         Add include guard.
11121
11122         * gdbserver/linux-arm-low.c: New file.
11123         * gdbserver/linux-i386-low.c: New file.
11124         * gdbserver/linux-ia64-low.c: New file.
11125         * gdbserver/linux-m68k-low.c: New file.
11126         * gdbserver/linux-mips-low.c: New file.
11127         * gdbserver/linux-ppc-low.c: New file.
11128         * gdbserver/linux-sh-low.c: New file.
11129
11130         * gdbserver/regcache.c: New file.
11131         * gdbserver/regcache.h: New file.
11132
11133         * gdbserver/low-linux.c: Removed obsolete file.
11134
11135 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11136
11137         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11138         * config/i386/linux.mt: Likewise.
11139         * config/ia64/linux.mt: Likewise.
11140         * config/m68k/linux.mh: Likewise.
11141         * config/powerpc/linux.mh: Likewise.
11142         * config/mips/linux.mt: Likewise.
11143
11144         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11145
11146         * config/i386/i386lynx.mh: Mark gdbserver variables
11147         as (currently) obsolete for this target.
11148         * config/i386/nbsd.mt: Likewise.
11149         * config/i386/nbsdelf.mt: Likewise.
11150         * config/m32r/m32r.mt: Likewise.
11151         * config/m68k/m68klynx.mh: Likewise.
11152         * config/m68k/nbsd.mt: Likewise.
11153         * config/m68k/sun3os4.mh: Likewise.
11154         * config/mips/vr5000.mt: Likewise.
11155         * config/ns32k/nbsd.mt: Likewise.
11156         * config/pa/hppabsd.mh: Likewise.
11157         * config/pa/hppaosf.mh: Likewise.
11158         * config/powerpc/nbsd.mt: Likewise.
11159         * config/rs6000/rs6000lynx.mh: Likewise.
11160         * config/s390/s390.mt: Likewise.
11161         * config/s390/s390x.mt: Likewise.
11162         * config/sparc/sparclynx.mh: Likewise.
11163         * config/sparc/sun4os4.mh: Likewise.
11164         * config/i386/x86-64linux.mt: Likewise.
11165         * config/sparc/linux.mh: Likewise.
11166
11167 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
11168
11169         * configure.tgt: Configure gdbserver only for known working
11170         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
11171         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
11172         SUBDIRS if it is configured.  Update comment for ${nativefile}.
11173         * configure: Regenerated.
11174
11175 2002-02-13  Michael Snyder  <msnyder@redhat.com>
11176
11177         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11178
11179         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11180         (default_gcore_mach): Just return 0, work around a problem in bfd.
11181         (default_gcore_target): OK to return NULL if exec_bfd is null.
11182         (make_mem_sec): Use a cast, avoid a warning.
11183
11184         * procfs.c (find_memory_regions_callback): Use a cast instead of
11185         calling host_pointer_to_address (which complains if
11186         sizeof (host pointer) != sizeof (target pointer)).
11187         (procfs_make_note_section): Avoid overflow in psargs string.
11188
11189         * procfs.c (procfs_make_note_section): Make the default
11190         implementation return an error.
11191
11192 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
11193
11194         * procfs.c (procfs_make_note_section): Provide a default definition
11195         (for alpha-dec-osf4.0f). Fix typos.
11196
11197 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
11198
11199         * linux-proc.c: Add include of regcache.h.
11200         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11201
11202 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
11203
11204         From 2002-01-18 Greg McGary <greg@mcgary.org>:
11205         * memattr.c (create_mem_region): Disallow useless empty region.
11206         Regions are half-open intervals, so allow [A..B) [B..C) as
11207         non-overlapping.
11208
11209 2002-02-13  Michael Chastain <mec@shout.net>
11210
11211         * defs.h: Kill CONST_PTR.
11212         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11213         * c-lang.c (c_builtin_types): Likewise.
11214         * ch-lang.c (ch_builtin_types): Likewise.
11215         * f-lang.c (f_builtin_types): Likewise.
11216         * language.c (unknown_builtin_types): Likewise.
11217         * m2-lang.c (m2_builtin_types): Likewise.
11218         * p-lang.c (pascal_builtin_types): Likewise.
11219         * scm-lang.c (c_builtin_types): Likewise.
11220
11221 2002-02-13  Keith Seitz  <keiths@redhat.com>
11222
11223         * arm-tdep.h (arm_get_next_pc): Add declaration.
11224
11225 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
11226
11227         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
11228         with other related struct-returning functions.
11229         (arm_extract_struct_value_address): New function.
11230         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
11231         initialize float_format, double_format and long_double_format as
11232         appropriate to the endianness of the target.
11233         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11234         (arm_use_struct_convention): Delete declaration.
11235         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11236
11237 2002-02-13  Keith Seitz  <keiths@redhat.com>
11238
11239         * defs.h (core_addr_to_string_nz): New function.
11240
11241 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
11242
11243         Apply missing bits of 2002-01-15 patch.
11244         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11245         (fill_fpregset): Use i387_fill_fsave.
11246
11247 2002-02-12  Keith Seitz  <keiths@redhat.com>
11248
11249         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11250         (core_addr_to_string_nz): New function.
11251
11252 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
11253
11254         * arm-linux-nat.c: Really include arm-tdep.h.
11255         * config/arm/tm-linux.h (struct type, struct value): Declare.
11256
11257 2002-02-11  Michael Snyder  <msnyder@redhat.com>
11258
11259         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11260         (gcore section): Ifdef for Solaris and Unixware only.
11261         (procfs_do_thread_registers): Unixware needs one lwpstatus
11262         per thread (not one prstatus or pstatus).
11263         (procfs_make_note_section): Iterate only over kernel threads (lwps),
11264         not over all gdb threads.  For unixware, call elfcore_write_pstatus
11265         once before iterating over threads.
11266
11267 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
11268
11269         * arm-tdep.h: New file.
11270         * arm-tdep.c: Include arm-tdep.h.
11271         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11272         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11273         (arm_print_float_info, arm_register_type, convert_to_extended)
11274         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11275         (arm_extract_return_value, arm_register_name): Make static.
11276         (arm_software_single_step): Similarly.  Fix types in declaration.
11277         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11278         (arm_store_return_value, arm_store_struct_return): New functions.
11279         (arm_gdbarch_init): Register the above functions.  Also register
11280         call_dummy_start_offset, sizeof_call_dummy_words,
11281         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11282         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11283         max_register_virtual_size, register_size.  Set up
11284         prologue_cache.saved_regs here, rather than ...
11285         (_initialize_arm_tdep): ... here.
11286         * config/arm/tm-arm.h (struct type, struct value): Delete forward
11287         declarations.
11288         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11289         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11290         (arm_print_float_info, arm_register_type, convert_to_extended)
11291         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11292         (arm_extract_return_value, arm_register_name): Delete declarations.
11293         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11294         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11295         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11296         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11297         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11298         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11299         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11300         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11301         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11302         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11303         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11304         (arm_get_next_pc): No-longer static -- these are needed by the RDI
11305         interface.
11306         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11307         * remote-rdi.c remote-rdp.c: Likewise.
11308         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11309         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11310         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11311         definition.
11312
11313         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11314         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11315         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11316         from non-ARM_ prefixed definitions.
11317         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11318         all uses of above.
11319         * remote-rdi.c remote-rdp.c: Likewise.
11320         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11321
11322 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
11323
11324         * arm-tdep.c (arm_frameless_function_invocation)
11325         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11326         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11327         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11328         (arm_pop_frame, arm_get_next_pc): Make static.
11329         (arm_gdbarch_init): Register above in gdbarch structure.
11330         (arm_read_fp): Renamed from arm_target_read_fp.
11331         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11332         * config/arm/tm-arm.h (arm_frameless_function_invocation)
11333         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11334         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11335         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11336         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11337         (arm_pc_is_thumb_dummy): Delete declarations.
11338         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11339         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11340         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11341         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11342
11343 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
11344
11345         * symtab.c (compare_search_syms): New function.
11346         (sort_search_symbols): New function.
11347         (search_symbols): Sort symbols after searching rather than
11348         before.
11349
11350 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11351
11352         * NEWS: Linux -> GNU/Linux.
11353
11354 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11355
11356         * gdbarch.sh: For for level one methods, disallow a definition
11357         when partially multi-arched.  Add comments explaining rationale.
11358         * gdbarch.h: Re-generate.
11359
11360 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11361
11362         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11363         multi-arch partial.
11364
11365 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11366
11367         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
11368         field.  Use diff -u.
11369         * gdbarch.c: Re-generate.
11370
11371 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11372
11373         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11374         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11375         partial.
11376
11377 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11378
11379         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11380         multi-arch partial.
11381         (PUSH_ARGUMENTS): Switch to using predefault.
11382         * gdbarch.c: Regenerate.
11383
11384 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11385
11386         * valops.c (PUSH_ARGUMENTS): Delete definition.
11387         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11388         partial.  Default to default_push_arguments.
11389         * gdbarch.h, gdbarch.c: Regenerate.
11390
11391 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11392
11393         * defs.h (throw_exception): Rename return_to_top_level.  Update
11394         comments.
11395         * utils.c (error_stream, internal_verror, quit): Ditto.
11396         * top.c (throw_exception, catcher): Ditto.
11397         * sparclet-rom.c (sparclet_load): Ditto.
11398         * remote.c (interrupt_query, minitelnet): Ditto.
11399         * remote-sds.c (interrupt_query): Ditto.
11400         * remote-mips.c (mips_error, mips_kill): Ditto.
11401         * ocd.c (interrupt_query): Ditto.
11402         * monitor.c (monitor_interrupt_query): Ditto.
11403         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11404         * target.h: Update comment.
11405
11406         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11407
11408 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11409
11410         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11411         default_double_format.
11412         * gdbarch.h, gdbarch.c: Re-generate.
11413         * findvar.c (floatformat_unknown): Delete variable definition.
11414         * doublest.h (floatformat_unknown): Delete variable declaration.
11415
11416 2002-02-09  Jim Blandy  <jimb@redhat.com>
11417
11418         * stabsread.c (read_type): Add code to parse Sun's syntax for
11419         prototyped function types.
11420
11421 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11422
11423         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11424         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11425
11426 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11427
11428         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11429         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
11430         now _initialize_xcoffsolib gets called again and overrides the
11431         commands from solib.c in a native configuration.
11432
11433 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
11434
11435         * doublest.c (store_typed_floating): Don't try to return a value.
11436         Fixes PR gdb/290.
11437
11438 2002-02-08  Jim Blandy  <jimb@redhat.com>
11439
11440         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11441         is prototyped and has no arguments, print its argument list as
11442         `(void)'.
11443
11444 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11445
11446         * MAINTAINERS (write-after-approval): Add myself.
11447         (paper-trail): I've escaped!
11448
11449 2002-02-08  Christopher Faylor  <cgf@redhat.com>
11450
11451         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11452         changes.
11453         (_initialize_check_for_gdb_ini): Ditto.
11454
11455 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
11456
11457         * win32-nat.c (cygwin_pid_to_str): Fix typo.
11458         xaprintf -> xasprintf.
11459
11460 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
11461
11462         * win32-nat.c: Remove use of printf and sprintf functions.
11463
11464 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
11465
11466         * arm-tdep.c (arm_frame_chain_valid): Make static.
11467         (arm_push_arguments): Likewise.
11468         (arm_gdbarch_init): New function.
11469         (_initialize_arm_tdep): Call it.
11470         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11471         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11472         (FRAME_CHAIN_VALID): Delete.
11473         (arm_frame_chain_valid): Delete declaration.
11474         (PUSH_ARGUMENTS): Delete.
11475         (arm_push_arguments): Delete declaration.
11476         (CALL_DUMMY_P): Delete.
11477
11478 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
11479             Corinna Vinschen  <vinschen@redhat.com>
11480
11481         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11482         on builtin float types.
11483
11484 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
11485
11486         * utils.c: Include <curses.h> before "bfd.h".
11487         * tui/tui-hooks.c: Likewise.
11488         * tui/tui.c: Likewise.
11489         * tui/tuiCommand.c: Likewise.
11490         * tui/tuiData.c: Likewise.
11491         * tui/tuiDataWin.c: Likewise.
11492         * tui/tuiDisassem.c: Likewise.
11493         * tui/tuiGeneralWin.c: Likewise.
11494         * tui/tuiIO.c: Likewise.
11495         * tui/tuiLayout.c: Likewise.
11496         * tui/tuiRegs.c: Likewise.
11497         * tui/tuiSource.c: Likewise.
11498         * tui/tuiSourceWin.c: Likewise.
11499         * tui/tuiStack.c: Likewise.
11500         * tui/tuiWin.c: Likewise.
11501
11502 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
11503
11504         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11505         to include space for pseudoregs as well. Update loops accordingly.
11506         (sh_fp_frame_init_saved_regs): Ditto.
11507         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11508
11509 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
11510
11511         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11512         Add Richard Earnshaw to Arm maintainers.
11513
11514 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
11515
11516         * defs.h (warning_begin): Delete declaration.
11517
11518         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11519         Delete macro.
11520
11521 2002-02-07  Michael Snyder  <msnyder@redhat.com>
11522
11523         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11524         Logic bug, remove misplaced else.
11525
11526 2002-02-07  Klee Dienes  <klee@apple.com>
11527
11528         * fork-inferior.c (fork_inferior): Add '!' to the list of
11529         characters that need to be quoted when building a string for the
11530         shell.  Quote '!' specifically with a backslash, since CSH chokes
11531         when trying to evaluate "str!str".
11532
11533 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
11534
11535         * rdi-share/host.h: Only provide a typedef for bool if it is not
11536         defined.
11537
11538 2002-02-04  Michael Snyder  <msnyder@redhat.com>
11539
11540         * breakpoint.h (enum bptype): Add new overlay event bp type.
11541         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11542
11543         * breakpoint.c (create_internal_breakpoint): New function.
11544         (internal_breakpoint_number): Moved into create_internal_breakpoint.
11545         (create_longjmp_breakpoint): Use create_internal_breakpoint.
11546         (create_thread_event_breakpoint): Ditto.
11547         (create_solib_event_breakpoint): Ditto.
11548         (create_overlay_event_breakpoint): New function.
11549         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11550         (update_breakpoints_after_exec): Delete and re-initialize
11551         overlay event breakpoints after an exec.  Add FIXME comment
11552         about longjmp breakpoint.
11553         (print_it_typical): Ignore overlay event breakpoints.
11554         (print_one_breakpoint): Ditto.
11555         (mention): Ditto.
11556         (bpstat_what): Do not stop for overlay event breakpoints.
11557         (delete_breakpoint): Don't delete overlay event breakpoints.
11558         (breakpoint_re_set_one): Delete the overlay event breakpoint.
11559         (breakpoint_re_set): Re-create overlay event breakpoint.
11560
11561         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11562         (overlay_manual_command): Disable overlay breakpoints.
11563         (overlay_off_command): Disable overlay breakpoints.
11564
11565 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11566
11567         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11568         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11569         to here from config/tm-arm.h.
11570         (coff_sym_is_thumb): Make static.
11571         (arm_elf_make_msymbol_special): New function.
11572         (arm_coff_make_msymbol_special): New function.
11573         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11574         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11575         (coff_sym_is_thumb): Delete declaration.
11576         (arm_elf_make_msymbol_special): Declare.
11577         (arm_coff_make_msymbol_special): Declare.
11578         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11579         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11580
11581 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11582
11583         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11584
11585 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11586
11587         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11588         * gdbarch.c gdbarch.h: Regenerate.
11589         * arch-utils.c (default_print_float_info): New function.
11590         * arch-utils.h (default_print_float_info): Prototype it.
11591         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11592         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11593         (PRINT_FLOAT_INFO): Document it.
11594
11595         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11596         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11597         (PRINT_FLOAT_INFO): Define.
11598
11599 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
11600
11601         * win32-nat.c (_initialize_check_for_gdb_ini):
11602         Add typecast to sprintf argument to suppress a warning.
11603
11604 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
11605
11606         * win32-nat.c (last_sig): Changed type of variable to target_signal,
11607         to allow easier handling of pass state.
11608         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11609         that gives exception name and address.
11610         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11611         and set last_sig value to ourstatus->value.sig. Some missing
11612         exceptions added.
11613         (child_continue): Correctly report continue_status.
11614         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11615         TARGET_SIGNAL_0 (new default value).
11616         (child_resume): consider sig argument passed to decide if
11617         the exception should be passed to debuggee or not.
11618
11619 2002-02-05  Michael Snyder  <msnyder@redhat.com>
11620
11621         * regcache.c (fetch_register): Call target_fetch_register
11622         only if we don't call FETCH_PSEUDO_REGISTER.
11623         (store_register): Call target_store_register only if we
11624         don't call STORE_PSEUDO_REGISTER.
11625
11626 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
11627
11628         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11629         ELF_MAKE_MSYMBOL_SPECIAL.
11630         * gdbarch.c, gdbarch.h: Regenerate.
11631         * arch-utils.c (default_make_msymbol_special): New function.
11632         * arch-utils.h (default_make_msymbol_special): Export.
11633         * elfread.c (elf_symtab_read): Compile use of
11634         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11635         multiarched.
11636         * coffread.c (coff_symtab_read): Ditto, for
11637         COFF_MAKE_MSYMBOL_SPECIAL.
11638
11639 2002-02-05  Jim Blandy  <jimb@redhat.com>
11640
11641         * solib-svr4.c (svr4_truncate_ptr): New function.
11642         (svr4_relocate_section_addresses): Do the address arithmetic with
11643         the appropriate truncation for target addresses, even when
11644         CORE_ADDR is larger than a target address.
11645
11646 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11647
11648         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11649         to (int *).
11650
11651 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11652
11653         * gdbserver/linux-low.c (kill_inferior): Remove commented out
11654         code.
11655
11656 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11657
11658         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11659
11660 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11661
11662         * gdbserver/linux-low.c: Remove unused include files.
11663
11664 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11665
11666         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11667         (read_inferior_memory): Use it.
11668         (write_inferior_memory): Likewise.
11669
11670 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11671
11672         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11673         grubbing through sys_errlist.
11674
11675 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11676
11677         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11678
11679 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11680         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11681
11682 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
11683
11684         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11685         (do_sfunc, set_cmd_sfunc): New functions.
11686
11687         * command.h (struct cmd_list_element): Add field func.
11688         * cli/cli-decode.h (struct cmd_list_element): Ditto.
11689         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11690         * cli/cli-decode.h: Ditto.
11691
11692         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11693         (help_all, help_cmd_list): Ditto.
11694         (find_cmd, complete_on_cmdlist): Ditto.
11695         * top.c (execute_command): Ditto.
11696
11697         * cli/cli-setshow.c (do_setshow_command): Call func instead of
11698         function.sfunc.
11699
11700         * infcmd.c (notice_args_read): Fix function signature.
11701
11702         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11703         * cli/cli-decode.c (add_set_cmd): Ditto.
11704         * utils.c (initialize_utils): Ditto.
11705         * maint.c (_initialize_maint_cmds): Ditto.
11706         * infrun.c (_initialize_infrun): Ditto.
11707         * demangle.c (_initialize_demangler): Ditto.
11708         * remote.c (add_packet_config_cmd): Ditto.
11709         * mips-tdep.c (_initialize_mips_tdep): Ditto.
11710         * cris-tdep.c (_initialize_cris_tdep): Ditto.
11711         * proc-api.c (_initialize_proc_api): Ditto.
11712         * kod.c (_initialize_kod): Ditto.
11713         * valprint.c (_initialize_valprint): Ditto.
11714         * top.c (init_main): Ditto.
11715         * infcmd.c (_initialize_infcmd): Ditto.
11716         * corefile.c (_initialize_core): Ditto.
11717         * arm-tdep.c (_initialize_arm_tdep): Ditto.
11718         * arch-utils.c (initialize_current_architecture): Ditto.
11719         (_initialize_gdbarch_utils): Ditto.
11720         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11721
11722         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11723         * wince.c (_initialize_inftarg): Ditto.
11724         * symfile.c (_initialize_symfile): Ditto.
11725         * mips-tdep.c (_initialize_mips_tdep): Ditto.
11726         * language.c (_initialize_language): Ditto.
11727         * arc-tdep.c (_initialize_arc_tdep): Ditto.
11728
11729 2002-02-04  Michael Snyder  <msnyder@redhat.com>
11730
11731         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11732
11733 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11734
11735         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11736         Add rules for building the register data files.
11737
11738 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11739
11740         * regformats/regdat.sh: Add braces to the definition of
11741         expedite_regs_${arch}.
11742
11743 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11744
11745         * regformats/regdef.h (struct reg): Add comment describing the
11746         requirements for offset and size fields.
11747
11748 2002-02-04  Andreas Schwab  <schwab@suse.de>
11749
11750         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11751         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11752
11753 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
11754
11755         * gdbarch.sh (copyright): Update years in generated header.
11756         (SMASH_TEXT_ADDRESS): Add rule.
11757         * gdbarch.h, gdbarch.c: Re-generate.
11758         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11759         * dbxread.c: Likewise.
11760         * dwarfread.c: Likewise.
11761         * elfread.c: Likewise.
11762         * somread.c: Likewise.
11763
11764         * arm-tdep.c (arm_smash_text_address): New function.
11765         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11766
11767 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11768
11769         Add support for hardware watchpoints on win32 native.
11770         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11771         CONTEXT_DEBUG_REGISTERS.
11772         (dr variable): New variable. Static array containing a local copy
11773         of debug registers.
11774         (debug_registers_changed): New variable.  Reflects when debug registers
11775         are changed and need to be written to inferior.
11776         (debug_registers_used): New variable. Reflects when any debug register
11777         was set, used when new threads are created.
11778         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11779         i386-nat code.
11780         (thread_rec): Set dr array if id is the thread of current_event .
11781         (child_continue, child_resume): Change the debug registers for all
11782         threads if debug_registers_changed.
11783         (child_add_thread): Change the debug registers if debug_registers_used.
11784         * config/i386/cygwin.mh: Add use of i386-nat.o file.
11785         Link nm.h to new nm-cygwin.h file.
11786         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11787         of hardware registers.
11788
11789 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11790
11791         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11792         Restore behavour broken by 2002-01-20 Andrew Cagney
11793         <ac131313@redhat.com> IEEE_FLOAT removal.
11794
11795 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11796
11797         * c-valprint.c (c_val_print): Pass a proper valaddr to
11798         cp_print_class_method.
11799         * valops.c (search_struct_method): If there is only one method
11800         and args is NULL, return that method.
11801
11802 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11803
11804         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11805         accessing tag_name directly.
11806
11807 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11808
11809         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11810         of accessing tag_name directly.
11811
11812 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11813
11814         PR gdb/280
11815         * gdbtypes.c (replace_type): New function.
11816         * gdbtypes.h (replace_type): Add prototype.
11817         * stabsread.c (read_type): Use replace_type.
11818
11819 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
11820
11821         * Makefile.in (memattr.o): Add missing dependencies rule.
11822
11823 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11824
11825         * breakpoint.c (break_at_finish_command): Really export.
11826         (break_at_finish_at_depth_command): Ditto.
11827         (tbreak_at_finish_command): Ditto.
11828         * hppa-tdep.c: Include completer.h.
11829         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11830         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11831
11832 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11833
11834         * utils.c (do_write): New function.
11835         (error_stream): Rewrite combining the code from error_begin and
11836         verror.
11837         (verror): Rewrite using error_stream.
11838         (error_begin): Delete function.
11839
11840 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11841
11842         * utils.c (error_begin): Make static.
11843         * defs.h (error_begin): Delete declaration.
11844
11845         * linespec.c (cplusplus_error): Replace cplusplus_hint.
11846         (decode_line_1): Use cplusplus_error instead of error_begin,
11847         cplusplus_hint and return_to_top_level.
11848         * coffread.c (coff_symfile_read): Use error instead of error_begin
11849         and return_to_top_level.
11850         * infrun.c (default_skip_permanent_breakpoint): Ditto.
11851
11852 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11853
11854         * language.h (type_error, range_error): Make string parameter
11855         constant.
11856         * language.c (warning_pre_print): Delete extern declaration.
11857         * dwarfread.c (warning_pre_print): Ditto.
11858         * language.c (type_error, range_error): Rewrite to use verror and
11859         vwarning instead of warning_begin.
11860
11861 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11862
11863         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11864         (set_ignore_count): Move misplaced comment back where it belongs.
11865
11866 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11867
11868         * command.h (NO_FUNCTION): Delete macro.
11869         * cli/cli-decode.h (NO_FUNCTION): Ditto.
11870         * top.c (execute_command): Replace NO_FUNCTION with NULL.
11871         * tracepoint.c (_initialize_tracepoint): Ditto.
11872         * cli/cli-decode.c (add_set_cmd): Ditto.
11873         * cli/cli-cmds.c (init_cli_cmds): Ditto.
11874
11875 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11876
11877         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11878         Update ``this'' pointer when calling virtual functions.
11879
11880 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11881
11882         * breakpoint.c (create_temp_exception_breakpoint): Delete.
11883         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11884
11885 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11886
11887         * regformats/reg-arm.dat: New file.
11888         * regformats/reg-i386.dat: New file.
11889         * regformats/reg-ia64.dat: New file.
11890         * regformats/reg-m68k.dat: New file.
11891         * regformats/reg-mips.dat: New file.
11892         * regformats/reg-ppc.dat: New file.
11893         * regformats/reg-sh.dat: New file.
11894         * regformats/regdef.h: New file.
11895         * regformats/regdat.sh: New file.
11896
11897 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
11898
11899         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11900         (arm_frame_args_address, arm_frame_locals_address): New functions.
11901         (arm_frame_num_args): New function.
11902         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11903         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11904         (FRMA_NUM_ARGS): Call arm_frame_num_args.
11905
11906 2002-01-31  Michael Snyder  <msnyder@redhat.com>
11907
11908         * breakpoint.c (break_at_finish_command): Export.
11909         (break_at_finish_at_depth_command): Export.
11910         (tbreak_at_finish_command): Export.
11911         (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11912         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11913         "txbreak" commands, which are HPPA specific.
11914
11915         * printcmd.c (disassemble_command): Remove an ancient
11916         artifact of an old merge.
11917
11918         * symfile.h (enum overlay_debugging_state):
11919         Define enum constant values for overlay mode.
11920         * symfile.c (overlay_debugging): Use enums instead of literals.
11921         (overlay_is_mapped, overlay_auto_command,
11922         overlay_manual_command): Ditto.
11923
11924         * breakpoint.c (insert_breakpoints, remove_breakpoint,
11925         breakpoint_here_p, breakpoint_inserted_here_p,
11926         breakpoint_thread_match, bpstat_stop_status,
11927         describe_other_breakpoints, check_duplicates, clear_command):
11928         Coding standard fixes.
11929
11930         * target.c (target_xfer_memory): Add spaces, coding standard.
11931         (do_xfer_memory): Add missing line to trust-readonly
11932         code: check bfd SEC_READONLY flag for section.
11933
11934 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
11935
11936         * PROBLEMS: Fix typo, 5.1->5.1.1.
11937
11938 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
11939
11940         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11941         data symbols, since we search based on textlow and texthigh.
11942         (find_pc_sect_symtab): Likewise.
11943
11944 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11945
11946         * defs.h (vwarning): Declare.
11947         * utils.c (vwarning): New function.
11948         (warning): Call vwarning.
11949         (warning_begin): Delete function.
11950
11951         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11952         the warning message.
11953         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11954         warning_begin.
11955
11956 2002-01-30  Michael Snyder  <msnyder@redhat.com>
11957
11958         * NEWS: Mention "set trust-readonly-sections" command.
11959         Mention generate-core-file command.
11960
11961 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11962
11963         * target.c: New command, "set trust-readonly-sections on".
11964         (do_xfer_memory): Honor the suggestion to trust readonly sections
11965         by reading them from the object file instead of from the target.
11966         (initialize_targets): Register command "set trust-readonly-sections".
11967
11968 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11969
11970         * parse.c (target_map_name_to_register): Simplify, search regs and
11971         pseudo-regs using a single loop.
11972
11973 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11974
11975         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11976
11977 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
11978
11979         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11980         * config/i386/i386v42mp.mh: Add i387-nat.o .
11981         * i386v4-nat.c: Include i387-nat.h.
11982         (supply_fpregset): Use i387_supply_fsave.
11983         (fill_fpregset): Use i387_fill_fsave.
11984
11985 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
11986
11987         * arm-tdep.c (arm_call_dummy_words): Define.
11988         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11989         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11990         (CALL_DUMMY_WORDS): Define.
11991         (arm_call_dummy_words): Declare.
11992         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11993         (arm_linux_call_dummy_words): Declare.
11994
11995 2002-01-30  Andreas Schwab  <schwab@suse.de>
11996
11997         * m68klinux-nat.c: Fix last change to use regcache_collect
11998         instead of referencing registers[] directly.
11999
12000 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
12001
12002         * parse.c (target_map_name_to_register): Delete code wrapped in
12003         #ifdef REGISTER_NAME_ALIAS_HOOK.
12004
12005 2002-01-28  Michael Snyder  <msnyder@redhat.com>
12006
12007         * regcache.c (legacy_read_register_gen): Need to be able to
12008         read pseudo-register as well as real register.
12009         (legacy_write_register_gen): Ditto.
12010
12011 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
12012
12013         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12014         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12015         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12016         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12017         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12018         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12019         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12020         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12021         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12022         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12023         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12024         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12025         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12026         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12027         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12028         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12029         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12030         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12031         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12032         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12033
12034 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
12035
12036         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12037         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12038         (initialize_current_architecture): Update target_byte_order using
12039         information from BFD.
12040         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12041         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12042
12043 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
12044
12045         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12046         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
12047
12048         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12049         #ifdef INVALID_FLOAT.
12050         * infcmd.c (do_registers_info): Ditto.
12051         * values.c (unpack_double): Ditto.  Add comment.
12052
12053         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12054         already commented out.
12055
12056 2002-01-26  Andreas Schwab  <schwab@suse.de>
12057
12058         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12059         * m68klinux-nat.c: Update ptrace interface for fetching/storing
12060         registers and add support for PTRACE_GETREGS.
12061
12062 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
12063
12064         GDB 5.1.1 released from 5.1 branch.
12065         * NEWS: Add 5.1.1 news.
12066         * README: Sync with 5.1 branch.
12067
12068 2002-01-23  Fred Fish  <fnf@redhat.com>
12069
12070         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12071         stabstring on initial malloc.  Reallocing will copy it for us,
12072         if necessary.
12073
12074 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
12075
12076         * Makefile.in (hpread_h): Delete.
12077         (HFILES_NO_SRCDIR): Remove hpread.h.
12078         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12079         (hpread.o): Update dependencies.
12080         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12081
12082         * hp-psymtab-read.c: Remove file.
12083         * hp-symtab-read.c: Remove file.
12084         * hpread.h: Remove file.
12085
12086         * hpread.c: Merge all contents of hp-psymtab-read.c,
12087         hp-symtab-read.c and hpread.h into this file, as it was prior to
12088         January 1999.
12089
12090         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12091         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12092         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12093         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12094
12095 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
12096
12097         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12098         fill_gregset): Call gdbarch_tdep() just once, assign result to
12099         variable and use that, instead of calling the function several
12100         times.
12101
12102 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
12103
12104         * configure.host: Accept sparcv9 as alias for sparc64.
12105         * configure.tgt: Likewise.
12106
12107 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
12108
12109         * solib-aix5.c (build_so_list_from_mapfile)
12110         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12111         arguments is not reversed.
12112         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12113         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12114
12115 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
12116
12117         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12118         modified version of obsolete sh_fetch_pseudo_register.
12119         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12120         (sh4_register_read): New function.
12121         (sh_pseudo_register_write): New function. Renamed and modified
12122         version of obsolete sh_store_pseudo_register.
12123         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12124         (sh4_register_write): New function.
12125         (sh_gdbarch_init): Remove setting of gdbarch function
12126         fetch_pseudo_register and store_pseudo_register. Remove setting of
12127         register_convert_to_raw, register_convert_to_virtual,
12128         register_convertible.
12129         (sh_sh4_register_convertible): Delete. No longer needed. All is
12130         taken care by architecture specific functions
12131         register_read/register_write.
12132         (sh_sh4_register_convert_to_virtual): Make static.
12133         (sh_sh4_register_convert_to_raw): Ditto.
12134
12135 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
12136
12137         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12138         (floatformat_is_nan, floatformat_mantissa): Ditto.
12139
12140         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12141         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12142         builtin_type_ieee_double_little,
12143         builtin_type_ieee_double_littlebyte_bigword,
12144         builtin_type_m68881_ext, builtin_type_i960_ext,
12145         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12146         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12147         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12148         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12149
12150 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
12151
12152         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12153         parameter.  Set frameless flag if it exists and depended of
12154         whether the scanned function is frameless or not.
12155         (xstormy16_skip_prologue): If function is frameless, return
12156         result of xstormy16_scan_prologue().
12157         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12158         call.
12159
12160 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
12161
12162         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12163         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12164         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12165         sh_sh4_register_byte, sh_sh4_register_raw_size,
12166         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12167         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12168         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12169         sh_store_pseudo_register, sh_do_pseudo_register): Call
12170         gdbarch_tdep() just once, assign result to variable and use that,
12171         instead of calling the function several times.
12172
12173 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
12174
12175         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12176         macros instead of LAST_FPU_CTRL_REGNUM.
12177         (store_register): Likewise.
12178
12179 2002-01-21  Jim Blandy  <jimb@redhat.com>
12180
12181         * infcmd.c (run_command): Check that the `exec' target layer's BFD
12182         is up-to-date before running the program, not just when a program
12183         exits.
12184
12185 2002-01-21  Fred Fish  <fnf@redhat.com>
12186
12187         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12188         when we have found all instructions we are looking for.
12189
12190 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
12191
12192         * arm-tdep.c (arm_register_name): New function.
12193         (arm_registers_names): Make static.
12194         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12195         (arm_register_name): Declare.
12196         (REGISTER_NAME): Use it.
12197
12198 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
12199             Kevin Buettner  <kevinb@redhat.com>
12200
12201         Convert arm targets to new FRAME interface.
12202         * arm-tdep.c (struct frame_extra_info): Remove fsr.
12203         (arm_frame_find_save_regs): Delete.
12204         (arm_frame_init_saved_regs): New.
12205         (arm_init_extra_frame_info): Alloacte saved_regs as required.
12206         Allocate extra_info as required.  Convert all uses of fsr.regs
12207         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12208         to use extra_info.
12209         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12210         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12211         (check_prologue_cache, save_prologue_cache): Likewise.
12212         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12213         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12214         (FRAME_FIND_SAVED_REGS): Delete.
12215         (arm_frame_find_saved_regs): Delete prototype.
12216         (arm_frame_init_saved_regs): New prototype.
12217         (FRAME_INIT_SAVED_REGS): Define.
12218
12219 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12220
12221         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12222
12223 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12224
12225         From Jeff Law <law@redhat.com>:
12226         * infttrace.c: Include <sys/pstat.h>.
12227         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
12228         exec file if the ttrace equivalent fails.
12229
12230 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12231
12232         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12233         (closeLogFile): Ditto.
12234
12235 2002-01-20  Michael Chastain  <mec@shout.net>
12236
12237         * top.c (print_gdb_version): Bump copyright year to 2002.
12238
12239 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12240
12241         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12242         Zannoni and Eli Zaretskii.
12243
12244 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12245
12246         * buildsym.c: Update copyright years.
12247         * c-typeprint.c: Likewise.
12248         * dwarf2read.c: Likewise.
12249         * f-typeprint.c: Likewise.
12250         * gdbtypes.c: Likewise.
12251         * gdbtypes.h: Likewise.
12252         * hp-symtab-read.c: Likewise.
12253         * hpread.c: Likewise.
12254         * mdebugread.c: Likewise.
12255         * p-typeprint.c: Likewise.
12256
12257 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12258
12259         * remote-sim.c (gdbsim_open): Simplify code testing the macro
12260         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
12261         byte-order selectable.
12262         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12263         * arch-utils.c: Ditto.
12264         (set_endian): Ditto.
12265         (set_endian_from_file): Ditto.
12266         * gdbserver/low-sim.c (create_inferior): Ditto.
12267         * gdbarch.sh: Ditto.
12268         * gdbarch.h: Re-generate.
12269         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12270         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12271         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12272         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12273         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12274         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12275         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12276         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12277         macro definition.
12278         * config/mips/tm-wince.h: Remove #undef of macro
12279         TARGET_BYTE_ORDER_SELECTABLE.
12280         * config/sh/tm-wince.h: Ditto.
12281
12282 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12283
12284         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12285         member function fields.  Add accessor macro
12286         TYPE_FN_FIELD_ARTIFICIAL.
12287         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12288         * c-typeprint.c (c_type_print_base): Skip artificial member
12289         functions.
12290
12291 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12292
12293         * f-typeprint.c: Delete unused function f_type_print_args.
12294         * p-typeprint.c: Delete unused function pascal_type_print_args.
12295
12296 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
12297
12298         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
12299         comment.  Add ``artificial'' to ``union field_location''.
12300
12301         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12302
12303         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12304         * mdebugread.c (parse_symbol): Likewise.
12305         * stabsread.c (define_symbol): Likewise.
12306         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12307         initializing TYPE_FIELD_BITPOS to n (obsolete).
12308         (hpread_doc_function_type): Likewise.
12309         * hpread.c (hpread_function_type): Likewise.
12310
12311 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12312
12313         * configure.in (host_makefile_frag): Only require a host makefile
12314         fragment when a native build.
12315         * configure: Re-generate.
12316
12317 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12318
12319         * doublest.h (floatformat_from_type): Declare.
12320         * doublest.c (floatformat_from_type): New function.
12321         (convert_typed_floating): Use.
12322
12323         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12324         call to function floatformat_from_type.
12325
12326         * gdbarch.sh (IEEE_FLOAT): Delete.
12327         * gdbarch.h, gdbarch.c: Re-generate.
12328         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12329         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12330         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12331         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12332         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12333         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12334         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12335         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12336         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12337         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12338         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12339         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12340
12341         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12342         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12343         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12344         * sh-tdep.c (sh_gdbarch_init): Ditto.
12345         * mips-tdep.c (mips_gdbarch_init): Ditto.
12346         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12347         * cris-tdep.c (cris_gdbarch_init): Ditto.
12348
12349 2002-01-20  Jiri Smid  <smid@suse.cz>
12350
12351         * configure.host, configure.tgt: Support x86-64.
12352         * NEWS: Note new target x86-64.
12353
12354         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12355         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12356         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12357         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12358         x86-64-linux-nat.o): Fix dependencies.
12359
12360 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12361
12362         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12363         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12364         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12365         * config/sparc/xm-sun4os4.h: Delete file.
12366         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12367
12368 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12369
12370         * config/sparc/sparclynx.mh (XM_FILE): Delete.
12371         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12372         * config/m68k/m68klynx.mh (XM_FILE): Delete.
12373         * config/i386/i386lynx.mh (XM_FILE): Delete.
12374         * config/rs6000/xm-rs6000ly.h: Delete file.
12375         * config/sparc/xm-sparclynx.h: Delete file.
12376         * config/m68k/xm-m68klynx.h: Delete file.
12377         * config/i386/xm-i386lynx.h: Delete file.
12378         * config/xm-lynx.h: Delete file.
12379         * config/djgpp/fnchange.lst: Update.
12380
12381 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12382
12383         * alpha-tdep.c (alpha_register_byte): New function.
12384         (alpha_register_raw_size): Ditto.
12385         (alpha_register_virtual_size): Ditto.
12386         (alpha_skip_prologue_internal): Renamed from
12387         alpha_skip_prologue.
12388         (alpha_skip_prologue): New version that calls
12389         alpha_skip_prologue_internal.
12390         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12391         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12392         second argument from alpha_skip_prologue.
12393         (REGISTER_BYTE): Use alpha_register_byte.
12394         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12395         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12396         (FRAMELESS_FUNCTION_INVOCATION): Use
12397         generic_frameless_function_invocation_not.
12398         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12399         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12400
12401 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12402
12403         * config/mips/xm-news-mips.h: Delete file.
12404         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12405
12406         * config/m88k/xm-m88k.h: Delete file.
12407         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12408         * config/m88k/xm-delta88v4.h: Ditto.
12409         * config/m88k/xm-delta88.h: Ditto.
12410
12411         * config/alpha/xm-fbsd.h: Delete file.
12412         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12413
12414         * config/sparc/xm-sparc.h: Delete file.
12415         * Makefile.in (xm-sun4os4.h): Delete dependency.
12416         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12417         * config/sparc/xm-sun4os4.h: Ditto.
12418         * config/sparc/xm-linux.h: Ditto.
12419
12420         * config/i386/xm-windows.h: Delete file.
12421
12422 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12423
12424         * utils.c: Include <sys/param.h> for MAXPATHLEN.
12425         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12426
12427 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12428
12429         * alpha-tdep.c (alpha_call_dummy_words): New.
12430         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12431         (CALL_DUMMY_P): Define.
12432         (CALL_DUMMY_WORDS): Define.
12433         (SIZEOF_CALL_DUMMY_WORDS): Define.
12434
12435 2002-01-19  Per Bothner  <per@bothner.com>
12436
12437         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
12438         isn't NULL, which can happen with some gcj-3.x-produced code.
12439
12440 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12441
12442         * alpha-tdep.c (alpha_register_virtual_type): New function.
12443         (alpha_init_frame_pc_first): Ditto.
12444         (alpha_fix_call_dummy): Ditto.
12445         (alpha_store_struct_return): Ditto.
12446         (alpha_extract_struct_value_address): Ditto.
12447         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12448         alpha_register_virtual_type.
12449         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12450         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12451         alpha_extract_struct_value_address.
12452         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12453         (INIT_FRAME_PC): Use init_frame_pc_noop.
12454         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12455
12456 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
12457
12458         * i386gnu-nat.c: Include "i386-tdep.h".
12459         (fetch_fpregs): Simplify code dealing with uninitialized floating
12460         point states such that it doesn't require FP7_REGNUM.
12461
12462 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12463
12464         * alpha-tdep.c (frame_extra_info): New.
12465         (alpha_find_saved_regs): Make static.  Use
12466         frame->extra_info.
12467         (alpha_frame_init_saved_regs): New function.
12468         (alpha_frame_saved_pc): Use frame->extra_info.
12469         (temp_saved_regs): Don't declare as struct frame_saved_regs.
12470         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12471         (init_extra_frame_info): Rename to...
12472         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
12473         (alpha_print_extra_frame_info): New function.
12474         (alpha_frame_locals_address): Ditto.
12475         (alpha_frame_args_address): Ditto.
12476         (alpha_pop_frame): Use frame->extra_info.
12477         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12478         alpha_frame_args_address.
12479         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12480         (alpha_find_saved_regs): Remove prototype.
12481         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12482         (EXTRA_FRAME_INFO): Remove.
12483         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12484         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12485
12486 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12487
12488         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12489         (alpha_cannot_fetch_register): Ditto.
12490         (alpha_cannot_store_register): Ditto.
12491         (alpha_register_convertible): Ditto.
12492         (alpha_use_struct_convention): Ditto.
12493         * config/alpha/tm-alpha.h: Update copyright years.
12494         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12495         (INNER_THAN): Use core_addr_lessthan.
12496         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12497         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12498         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12499         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12500         (FRAME_CHAIN): Remove unnecessary cast.
12501
12502 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
12503
12504         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12505         obsolete.
12506
12507 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
12508
12509         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
12510         * monitor.c, remote-array.c, remote-bug.c: Ditto.
12511         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12512         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12513         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12514         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12515         * x86-64-linux-nat.c: Ditto.
12516
12517 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12518
12519         * alpha-tdep.c (alpha_register_name): New function.
12520         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12521         (REGISTER_NAME): Define.
12522
12523 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12524
12525         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12526
12527 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12528
12529         * alpha-tdep.c: Update copyright years.
12530         (alpha_next_pc): New function.
12531         (alpha_software_single_step): Ditto.
12532         * config/alpha/tm-alpha.h: Add prototype for
12533         alpha_software_single_step.
12534
12535 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12536
12537         * alphabsd-nat.c: Update copyright years.
12538         (fill_gregset): Use regcache_collect.
12539         (fill_fpregset): Likewise.
12540         (fetch_inferior_registers): Only fetch integer registers
12541         if requested to do so.
12542         (store_inferior_registers): Only store integer registers
12543         if requested to do so.
12544
12545 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12546
12547         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12548         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12549         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12550         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12551         * config/alpha/fbsd.mh (XDEPFILES): Delete.
12552         * config/arm/linux.mh (XDEPFILES): Delete.
12553         * config/arm/nbsd.mh (XDEPFILES): Delete.
12554         * config/i386/i386dgux.mh (XDEPFILES): Delete.
12555         * config/i386/i386sol2.mh (XDEPFILES): Delete.
12556         * config/i386/i386m3.mh (XDEPFILES): Delete.
12557         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12558         * config/i386/i386gnu.mh (XDEPFILES): Delete.
12559         * config/i386/fbsd.mh (XDEPFILES): Delete.
12560         * config/i386/i386bsd.mh (XDEPFILES): Delete.
12561         * config/i386/i386sco5.mh (XDEPFILES): Delete.
12562         * config/i386/i386v4.mh (XDEPFILES): Delete.
12563         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12564         * config/i386/i386sco4.mh (XDEPFILES): Delete.
12565         * config/i386/i386aix.mh (XDEPFILES): Delete.
12566         * config/i386/go32.mh (XDEPFILES): Delete.
12567         * config/i386/cygwin.mh (XDEPFILES): Delete.
12568         * config/i386/i386lynx.mh (XDEPFILES): Delete.
12569         * config/i386/i386mach.mh (XDEPFILES): Delete.
12570         * config/i386/i386v32.mh (XDEPFILES): Delete.
12571         * config/i386/linux.mh (XDEPFILES): Delete.
12572         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12573         * config/i386/ncr3000.mh (XDEPFILES): Delete.
12574         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12575         * config/i386/i386sco.mh (XDEPFILES): Delete.
12576         * config/i386/i386v.mh (XDEPFILES): Delete.
12577         * config/i386/nbsd.mh (XDEPFILES): Delete.
12578         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12579         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12580         * config/i386/symmetry.mh (XDEPFILES): Delete.
12581         * config/i386/obsd.mh (XDEPFILES): Delete.
12582         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12583         * config/ia64/linux.mh (XDEPFILES): Delete.
12584         * config/ia64/aix.mh (XDEPFILES): Delete.
12585         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12586         * config/m68k/dpx2.mh (XDEPFILES): Delete.
12587         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12588         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12589         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12590         * config/m68k/linux.mh (XDEPFILES): Delete.
12591         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12592         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12593         * config/m68k/nbsd.mh (XDEPFILES): Delete.
12594         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12595         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12596         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12597         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12598         * config/m88k/delta88.mh (XDEPFILES): Delete.
12599         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12600         * config/m88k/m88k.mh (XDEPFILES): Delete.
12601         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12602         * config/mips/linux.mh (XDEPFILES): Delete.
12603         * config/mips/irix6.mh (XDEPFILES): Delete.
12604         * config/mips/irix5.mh (XDEPFILES): Delete.
12605         * config/mips/irix4.mh (XDEPFILES): Delete.
12606         * config/mips/irix3.mh (XDEPFILES): Delete.
12607         * config/mips/decstation.mh (XDEPFILES): Delete.
12608         * config/mips/mipsm3.mh (XDEPFILES): Delete.
12609         (NATDEPFILES): Move core-aout.o to here.
12610         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12611         * config/pa/hpux1020.mh (XDEPFILES): Delete.
12612         * config/pa/hppabsd.mh (XDEPFILES): Delete.
12613         * config/pa/hppahpux.mh (XDEPFILES): Delete.
12614         * config/pa/hpux11w.mh (XDEPFILES): Delete.
12615         * config/pa/hppaosf.mh (XDEPFILES): Delete.
12616         * config/pa/hpux11.mh (XDEPFILES): Delete.
12617         * config/powerpc/aix.mh (XDEPFILES): Delete.
12618         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12619         * config/powerpc/linux.mh (XDEPFILES): Delete.
12620         * config/romp/rtbsd.mh: Rename XDEPFILES.
12621         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12622         * config/rs6000/aix4.mh (XDEPFILES): Delete.
12623         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12624         * config/s390/s390.mh (XDEPFILES): Delete.
12625         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12626         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12627         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12628         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12629         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12630         * config/sparc/nbsd.mh (XDEPFILES): Delete.
12631         * config/sparc/linux.mh (XDEPFILES): Delete.
12632         * config/vax/vaxult.mh (XDEPFILES): Delete.
12633         * config/vax/vaxult2.mh (XDEPFILES): Delete.
12634         * Makefile.in (DEPFILES): Remove XDEPFILES.
12635
12636 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12637
12638         * utils.c (internal_verror): Fix comments, default is yes not no.
12639         Update queries to match.  Default to quit and dump core.
12640
12641 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12642
12643         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
12644         copyright.
12645         * defs.h, event-top.c, gdbcmd.h: Ditto.
12646         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12647         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12648         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12649         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12650         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12651         * mi/mi-main.c:Ditto.
12652
12653         * stack.c, symfile.c: Update copyright.
12654
12655 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
12656
12657         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12658         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12659         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12660         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12661
12662 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
12663
12664         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12665         * gdbserver/low-lynx.c (myattach): Likewise.
12666         * gdbserver/low-nbsd.c (myattach): Likewise.
12667         * gdbserver/low-sim.c (myattach): Likewise.
12668         * gdbserver/low-sparc.c (myattach): Likewise.
12669         * gdbserver/low-sun3.c (myattach): Likewise.
12670
12671         * gdbserver/low-linux.c (myattach): New function.
12672
12673         * gdbserver/server.c (attach_inferior): New function.
12674         (main): Handle "--attach".
12675
12676 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
12677
12678         * MAINTAINERS (language support): Daniel Jacobwitz is C++
12679         maintainer.
12680
12681 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
12682
12683         * c-typeprint.c (is_type_conversion_operator): Add additional
12684         check for non-conversion operators.
12685
12686 2002-01-15  Michael Snyder  <msnyder@redhat.com>
12687
12688         * linux-proc.c: Add "info proc" command, a la procfs.c.
12689         (read_mapping): New function, abstract and re-use code.
12690         (linux_find_memory_regions): Use new func read_mapping.
12691         (linux_info_proc_cmd): New function, implement "info proc".
12692         (_initialize_linux_proc): Add new command "info proc".
12693
12694 2002-01-15  Michael Snyder  <msnyder@redhat.com>
12695
12696         * symfile.c (generic_load): Use bfd_map_over_sections method
12697         instead of manipulating bfd structure members directly.
12698         (add_section_size_callback): New function, bfd sections callback
12699         used by generic_load.
12700         (load_sections_callback): New function, bfd sections callback
12701         used by generic_load.
12702
12703 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
12704
12705         [Based on work by Jim Blandy]
12706         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12707         (builtin_type_vec128): Export.
12708         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12709         types.
12710         (builtin_type_vec128): New builtin type for 128 bit vector
12711         registers.
12712         (build_gdbtypes): Initialize builtin_type_v16qi and
12713         builtin_type_v8hi. Create the vec128 register builtin type
12714         structure.
12715         (build_builtin_type_vec128): New function.
12716         (_initialize_gdbtypes): Register builtin_type_v16qi and
12717         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12718         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12719         AltiVec register to new builtin type.
12720
12721 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
12722
12723         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12724         to make_cv_type.
12725
12726 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
12727
12728         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12729         CLEAN_UP_REGISTER_VALUE.
12730         * regcache.c (supply_register): Update only call.
12731
12732 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
12733
12734         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12735         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12736         a29k-*-vxworks* targets as obsolete.
12737
12738 2002-01-14  Michael Snyder  <msnyder@redhat.com>
12739
12740         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12741         until we can resolve portability issues.
12742         * gregset.h: Remove references to fpxregs.
12743         * gcore.c (gcore_command): Initialize note_sec to NULL.
12744
12745 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12746
12747         * signals.c (target_signal_to_name): Rewrite.  Only use
12748         signals[].name when in bounds and non-NULL.
12749
12750 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12751
12752         From Petr Ledvina <ledvinap@kae.zcu.cz>:
12753         * signals.c (target_signal_to_name): Verify that SIG is within the
12754         bounds of the signals array.
12755
12756 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12757
12758         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12759
12760 2002-01-13  Keith Seitz  <keiths@redhat.com>
12761
12762         * stack.c (print_frame_info_base): Print the frame's pc
12763         only if when print_frame_info_listing_hook is not defined.
12764
12765 2002-01-13  Keith Seitz  <keiths@redhat.com>
12766
12767         * varobj.c (varobj_set_value): Make sure that there were no
12768         errors evaluating the object before attempting to set its
12769         value.
12770         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12771         so this offset adjustment is no longer necessary.
12772         (create_child): Don't set the error flag if the child is
12773         a CPLUS_FAKE_CHILD.
12774         (value_of_child): If value_fetch_lazy fails, return NULL
12775         so that callers will be notified that an error occurred.
12776         (c_value_of_variable): Delay check of variable's validity
12777         until later. We actually want all structs and unions to have
12778         the value "{...}".
12779         Do not return "???" for variables which could not be evaluated.
12780         This error condition must be returned to the caller so that it
12781         can get the error condition from gdb.
12782         (cplus_name_of_child): Adjust index for vptr before figuring
12783         out the name of the child.
12784         (cplus_value_of_child): If a child's (real) parent is not valid,
12785         don't even bother trying to give a value for it. Just return
12786         an error. Change all instances in this function.
12787         (cplus_type_of_child): If our parent is one of the "fake"
12788         parents, we need to get at the type of the real parent, and
12789         derive the child's true type using this information.
12790
12791 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12792
12793         From 2002-01-09 John Marshall <johnm@falch.net>:
12794         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12795         sources.redhat.com, and tweak some related URLs which had
12796         suffered from linkrot.
12797
12798 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12799
12800         From Jeff law:
12801         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12802         structures passed in registers.
12803
12804 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
12805
12806         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12807         white space which prevented compilation.  Reported by DSK
12808         <dsk@student.unsw.edu.au>.
12809
12810 2002-01-11  Michael Snyder  <msnyder@redhat.com>
12811
12812         * symfile.c (build_section_addr_info_from_section_tab):
12813         Use bfd access method instead of manipulating bfd directly.
12814         (syms_from_objfile): Ditto.
12815         (simple_overlay_update_1): Ditto.
12816         (simple_overlay_update): Ditto.
12817         (generic_load): Ditto.
12818         (overlay_unmapped_address): FIXME comment, bfd access methods.
12819         (sections_overlap): FIXME comment, bfd access methods.
12820         (pc_in_mapped_range): FIXME comment, bfd access methods.
12821         (pc_in_unmapped_range): FIXME comment, bfd access methods.
12822         (section_is_mapped): FIXME comment, bfd access methods.
12823         (section_is_overlay): FIXME comment, bfd access methods.
12824
12825         * symfile.c (generic_load): Whitespace and long line cleanups.
12826         Remove duplicate variable, change several local variables to
12827         more appropriate data types.
12828         (print_transfer_performance): Use %lu instead of %ld for ulongs.
12829
12830 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12831
12832         From Peter Schauer:
12833         * language.c (longest_local_hex_string_custom): Use phex_nz to
12834         convert NUM to a hex string.
12835
12836 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
12837
12838         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12839         the function.
12840         Update Copyright year.
12841
12842 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12843
12844         * language.c (longest_raw_hex_string): Delete unused function.
12845
12846 2002-01-11  Petr Sorfa  <petrs@caldera.com>
12847
12848         * MAINTAINERS (write-after-approval): Add myself.
12849         * dwarf2read.c (read_tag_string_type): Handling of
12850         DW_AT_byte_size.
12851         (read_tag_string_type): FORTRAN fix to prevent propagation of
12852         first string size.
12853         (set_cu_language): Handling of DW_LANG_Fortran95
12854
12855 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
12856
12857         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12858         GETPID(inferior_ptid).
12859         (store_inferior_registers): Likewise.
12860
12861 2002-01-10  Jason Merrill  <jason@redhat.com>
12862
12863         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12864         Fix DW_OP_minus.
12865
12866 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
12867
12868         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12869         and bfd/elf32-sh-nbsd.c.
12870
12871 2002-01-10  Michael Snyder  <msnyder@redhat.com>
12872
12873         * NEWS: Mention --pid and corefile/proc-id behavior change.
12874
12875         * Makefile.in: Add rules for gcore.o and linux-proc.o.
12876         * gcore.c: Include cli/cli-decode.h instead of command.h.
12877
12878         * main.c (captured_main): Add new command line option "--pid".
12879         If the second command line argument (following the symbol-file)
12880         begins with a digit, try to attach to it before trying to open
12881         it as a corefile.
12882         (print_gdb_help): Document the "--pid" argument.
12883
12884 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
12885
12886         * completer.c (command_completer): New function.
12887
12888         * completer.h <command_completer>: Add prototype.
12889
12890         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12891         completer for the "help" command.
12892
12893 2002-01-09  Jason Merrill  <jason@redhat.com>
12894
12895         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12896
12897 2002-01-09  Michael Snyder  <msnyder@redhat.com>
12898
12899         * i386-linux-nat.c (fill_fpxregset): Make global.
12900         (store_fpxregset): Ditto.
12901
12902         * gregset.h (gdb_fpxregset_t): Define.
12903         (supply_fpxregset): Prototype.
12904         (fill_fpxregset): Prototype.
12905
12906         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12907
12908 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12909
12910         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12911         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12912         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12913
12914 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
12915
12916         * MAINTAINERS: Update target maintainer rules so that any
12917         Maintainer can approve a tested patch for a maintenance-only
12918         target.
12919
12920 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12921
12922         * MAINTAINERS (write-after-approval): Add myself.
12923
12924         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12925         IN_SIGTRAMP.
12926
12927 2002-01-08  Michael Snyder  <msnyder@redhat.com>
12928
12929         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12930         real name of the executable, rather than the /proc name.
12931
12932 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12933
12934         Implement a "generate-core-file" command in gdb, save target state.
12935         * gcore.c: New file.  Implement new command 'generate-core-file'.
12936         Save a corefile image of the current state of the inferior.
12937         * linux-proc.c: Add linux-specific code for saving corefiles.
12938         * target.h (struct target_ops): Add new target vectors for saving
12939         corefiles; to_find_memory_regions and to_make_corefile_notes.
12940         (target_find_memory_regions): New macro.
12941         (target_make_corefile_notes): New macro.
12942         * target.c (update_current_target): Inherit new target methods.
12943         (dummy_find_memory_regions): New place-holder method.
12944         (dummy_make_corefile_notes): New place-holder method.
12945         (init_dummy_target): Initialize new dummy target vectors.
12946         * exec.c (exec_set_find_memory_regions): New function.
12947         Allow the exec_ops vector for memory regions to be taken over.
12948         (exec_make_note_section): New function, target vector method.
12949         * defs.h (exec_set_find_memory_regions): Export prototype.
12950         * procfs.c (proc_find_memory_regions): New function, corefile method.
12951         (procfs_make_note_section): New function, corefile method.
12952         (init_procfs_ops): Set new target vector pointers.
12953         (find_memory_regions_callback): New function.
12954         (procfs_do_thread_registers): New function.
12955         (procfs_corefile_thread_callback): New function.
12956         * sol-thread.c (sol_find_memory_regions): New function.
12957         (sol_make_note_section): New function.
12958         (init_sol_thread_ops): Initialize new target vectors.
12959         * inftarg.c (inftarg_set_find_memory_regions): New function.
12960         Allow to_find_memory_regions vector to be taken over.
12961         (inftarg_set_make_corefile_notes): New function.
12962         Allow to_make_corefile_notes vector to be taken over.
12963         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12964         interface layer if not target_has_execution (may be a corefile).
12965         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12966         * config/sparc/sun4sol2.mh: Ditto.
12967         * config/alpha/alpha-linux.mh: Ditto.
12968         * config/arm/linux.mh: Ditto.
12969         * config/i386/x86-64linux.mh: Ditto.
12970         * config/ia64/linux.mh: Ditto.
12971         * config/m68k/linux.mh: Ditto.
12972         * config/mips/linux.mh: Ditto.
12973         * config/powerpc/linux.mh: Ditto.
12974         * config/sparc/linux.mh: Ditto.
12975
12976 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12977
12978         * arm-linux-nat.c: Remove references to regcache.c internal data
12979         (registers[] and register_valid[]).
12980
12981 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12982
12983         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
12984         so that attaching to a pid will automatically read the process's
12985         symbol file and shlibs.
12986         * Makefile.in: Add rule for linux-proc.o.
12987         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12988         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12989         * config/arm/linux.mh: Ditto.
12990         * config/i386/linux.mh: Ditto.
12991         * config/i386/x86-64linux.mh: Ditto.
12992         * config/ia64/linux.mh: Ditto.
12993         * config/m68k/linux.mh: Ditto.
12994         * config/mips/linux.mh: Ditto.
12995         * config/powerpc/linux.mh: Ditto.
12996         * config/sparc/linux.mh: Ditto.
12997
12998 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
12999
13000         * win32-nat.c: Add i386-tdep.h dependency.
13001
13002 2002-01-07  Michael Snyder  <msnyder@redhat.com>
13003
13004         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13005         instead of bfd_get_arch_size.  Don't bail out just because
13006         there's no exec_bfd.
13007
13008         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13009         * p-valprint.c (pascal_object_print_value): Ditto.
13010         * somread.c (som_symtab_read): Ditto.
13011         * symfile.c (simple_free_overlay_region_table): Ditto.
13012         * valops.c (value_assign): Ditto.
13013
13014         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13015         use tilde_expand and strerror for opening save-tracepoints file.
13016
13017         * thread-db.c (thread_db_new_objfile): Indendation fix.
13018
13019         * infptrace.c (GDB_MAX_ALLOCA): New define.
13020         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13021         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13022         can be overridden with whatever value is appropriate to the host).
13023         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13024         alloca to allocate potentially large buffer.
13025         * rs6000-nat.c (child_xfer_memory): Ditto.
13026         * symm-nat.c (child_xfer_memory): Ditto.
13027         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13028
13029 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
13030
13031         From Nick Clifton  <nickc@redhat.com>
13032         * d10v-tdep.c: Set STACK_START to 0x200bffe.
13033
13034 2002-01-07  Michael Snyder  <msnyder@redhat.com>
13035
13036         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13037         Don't use exec_bfd if it's NULL.
13038
13039 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
13040
13041         * valops.c (value_arg_coerce): Fix formatting.
13042
13043 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
13044
13045         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13046         * gnu-nat.c: Ditto.
13047
13048 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
13049
13050         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13051         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13052         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13053         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13054         z8k-coff have not been multi-arched.  Update z8k-coff build
13055         status.
13056
13057 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
13058
13059         * MAINTAINERS: Mark a29k target as obsolete.
13060         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13061         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
13062         comments.
13063         * NEWS: Note that a29k targets are obsolete.
13064         * a29k-tdep.c: Mark as obsolete.
13065         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13066         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13067         a29k-*-vxworks* targets as obsolete.
13068         * remote-adapt.c: Obsolete.
13069         * remote-eb.c: Obsolete.
13070         * remote-mm.c: Obsolete.
13071         * remote-udi.c: Obsolete.
13072         * config/a29k/a29k-udi.mt: Obsolete.
13073         * config/a29k/a29k.mt: Obsolete.
13074         * config/a29k/tm-a29k.h: Obsolete.
13075         * config/a29k/tm-vx29k.h: Obsolete.
13076         * config/a29k/vx29k.mt: Obsolete.
13077
13078 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
13079
13080         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13081         with BFD_ENDIAN_BIG.
13082
13083 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
13084
13085         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13086         * configure, config.in: Re-generate.
13087         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13088         * defs.h: Do not include <endian.h>.
13089
13090 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
13091
13092         * acconfig.h (HAVE_PT_GETXMMREGS): New.
13093         * config.in: Regenerate.
13094         * configure.in: Update copyright years.
13095         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13096         * configure: Regenerate.
13097         * i386bsd-nat.c: Update copyright years.
13098         (fill_gregset): Use regcache_collect.
13099         (fetch_inferior_registers): Only fetch integer registers
13100         if requested to do so.  Add support for XMM registers
13101         using PT_GETXMMREGS.
13102         (store_inferior_registers): Only store integer registers
13103         if requested to do so.  Add support for XMM registers
13104         using PT_SETXMMREGS.
13105         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13106         (store_inferior_registers): Remove.
13107         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13108         (fetch_elfcore_registers): New function.
13109         (i386nbsd_elfcore_fns): New.
13110         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13111         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13112         i386bsd-nat.o.
13113         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13114         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13115         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13116         * config/i386/tm-nbsd.h: Update copyright years.
13117         (HAVE_SSE_REGS): Define.
13118         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13119         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13120         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13121         (SIGCONTEXT_PC_OFFSET): Remove.
13122         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13123
13124 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
13125
13126         * configure.tgt: Remove powerpc-*-macos* target.
13127         * config/m68k/xm-mpw.h: Delete file.
13128         * config/xm-mpw.h: Delete file.
13129         * ser-mac.c: Delete file.
13130         * mpw-make.sed: Delete file.
13131         * mpw-config.in: Delete file.
13132         * mac-xdep.c: Delete file.
13133         * mac-gdb.r: Delete file.
13134         * mac-defs.h: Delete file.
13135         * mac-nat.c: Delete file.
13136         * config/powerpc/macos.mh: Delete file.
13137         * config/powerpc/macos.mt: Delete file.
13138         * config/powerpc/nm-macos.h: Delete file.
13139         * config/powerpc/tm-macos.h: Delete file.
13140         * source.c (openp, open_source_file): Remove obsolete code.
13141         * top.c (gdb_readline): Ditto.
13142         * utils.c (query): Ditto.
13143         * event-top.c (display_gdb_prompt): Ditto.
13144         * Makefile.in (ser-mac.o): Delete obsolete target.
13145         * NEWS: Update.
13146
13147 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
13148
13149         * defs.h (BIG_ENDIAN): Delete macro definition.
13150         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13151         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13152         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13153         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13154         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13155         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13156         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13157         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13158         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13159         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13160         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13161         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13162         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13163         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13164         * gdbarch.c: Re-generate.
13165
13166 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13167
13168         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13169         for core files.
13170
13171 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
13172
13173         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13174
13175 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
13176
13177         * value.h (value_ptr): Delete typedef.
13178
13179 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
13180
13181         * i386nbsd-nat.c: Update copyright years.
13182         Include i386-tdep.h.
13183
13184 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
13185
13186         * stabsread.c: Update copyright years.
13187
13188         From Debashis Mahata <debashis.mahata@wipro.com>:
13189         (read_struct_fields): Deal with Sun C compiler erroneous stab
13190         output for structs and unions.
13191         Fix PR gdb/269.
13192
13193 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13194
13195         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13196         prototype.
13197
13198 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13199
13200         * cp-abi.c: Fix whitespace.
13201         (baseclass_offset): New wrapper function.
13202         * cp-abi.h (baseclass_offset): Add prototype.
13203         (struct cp_abi_ops): Add baseclass_offset pointer.
13204
13205         * valops.c (vb_match): Move to...
13206         * gnu-v2-abi.c (vb_match): here.
13207         * valops.c (baseclass_offset): Move to...
13208         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13209
13210         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13211
13212         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13213         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13214         * hpacc-abi.c (init_hpacc_ops): Likewise.
13215
13216 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13217
13218         * valops.c (find_overload_match): Accept obj as a
13219         reference parameter.  Update it before returning.
13220         * value.h (find_overload_match): Update prototype.
13221         * eval.c (evaluate_subexp_standard): Pass object to
13222         find_overload_match by reference.
13223
13224 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
13225
13226         * valarith.c: Replace value_ptr with struct value pointer.  Remove
13227         register attribute from value declarations.
13228         * valops.c: Ditto.
13229         * value.h: Ditto.
13230         * scm-lang.c (scm_lookup_name): Ditto.
13231
13232 2002-01-03  Michael Snyder  <msnyder@redhat.com>
13233
13234         Abstract the functionality of iterating over mapped memory
13235         regions into a general purpose iterator function.
13236         * procfs.c (iterate_over_mappings): New function, general purpose
13237         iterator for memory sections.
13238         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13239         (solib_mappings_callback): New function, callback for above.
13240         (info_proc_mappings): Reimpliment using iterate_over_mappings.
13241         (info_mappings_callback): New function, callback for above.
13242
13243         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13244
13245 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
13246
13247         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13248         * i386-tdep.c: Include "elf-bfd.h".
13249         (process_note_abi_tag_sections): New function.
13250         (i386_gdbarch_init): Add code to recognize various OS/ABI
13251         combinations.
13252
13253         * maint.c (_initialize_maint_cmds): Add missing \ in
13254         string-literal.
13255
13256 For older changes see ChangeLog-2001
13257 \f
13258 Local Variables:
13259 mode: change-log
13260 left-margin: 8
13261 fill-column: 74
13262 version-control: never
13263 End: