* config/tc-mips.c (s_change_section): Make sure input buffer
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-18 Klee Dienes <kdienes@apple.com>
2
3 * buildsym.h (pop_context): Convert to function, defined in
4 buildsym.c.
5 * buildsym.c: Include gdb_assert.h.
6 (pop_context): Implement as C function. Add check for stack
7 underflow.
8 * dbxread.c (process_one_symbol): Complain and stop processing
9 that symbol if we are already at the top of the context stack for
10 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
11 when processing N_RBRAC.
12
13 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
14
15 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
16 define.
17 (struct target_waitstatus): Add opaque definition.
18 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
19 * exec.c (init_exec_ops): Likewise.
20 * fork-child.c (clone_and_follow_inferior): Remove.
21 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
22 * inferior.h (clone_and_follow_inferior): Remove prototype.
23 * infrun.c (follow_fork_mode_both): Remove.
24 (follow_fork_mode_kind_names): Remove commented out "both".
25 (follow_inferior_fork): Remove follow_fork_mode_both support.
26 * inftarg.c (child_clone_and_follow_inferior): Remove.
27 (child_post_follow_inferior_by_clone): Remove.
28 (init_child_ops): Don't set to_clone_and_follow_inferior
29 or to_post_follow_inferior_by_clone.
30 * target.c (default_clone_and_follow_inferior): Remove.
31 (cleanup_target): Don't set to_clone_and_follow_inferior
32 or to_post_follow_inferior_by_clone.
33 (find_default_clone_and_follow_inferior): Remove.
34 (init_dummy_target): Don't set to_clone_and_follow_inferior.
35 (debug_to_clone_and_follow_inferior): Remove.
36 (debug_to_post_follow_inferior_by_clone): Remove.
37 (setup_target_debug): Don't set to_clone_and_follow_inferior
38 or to_post_follow_inferior_by_clone.
39 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
40 and to_post_follow_inferior_by_clone.
41 (child_clone_and_follow_inferior): Remove prototype.
42 (child_post_follow_inferior_by_clone): Remove prototype.
43 (target_clone_and_follow_inferior): Remove macro.
44 (target_post_follow_inferior_by_clone): Remove macro.
45 (find_default_clone_and_follow_inferior): Remove prototype.
46
47 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
48
49 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
50 inferior_has_vforked, and inferior_has_execd instead of
51 target_has_forked, target_has_vforked, and target_has_execd.
52 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
53 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
54 (CHILD_WAIT): Define.
55 (child_wait): Add prototype.
56 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
57 Add prototype.
58 (hpux_has_vforked): Likewise, from child_has_vforked.
59 (hpux_has_execd): Likewise, from child_has_execd.
60 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
61 (not_same_real_pid, child_wait): New, copied from inftarg.c.
62 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
63 and hpux_has_syscall_event instead of the target hooks.
64 * infrun.c (inferior_has_forked, inferior_has_vforked)
65 (inferior_has_execd): New functions.
66 * inftarg.c (not_same_real_pid): Remove.
67 (child_wait): Remove references to not_same_real_pid,
68 target_has_forked, target_has_vforked, target_has_execd,
69 and target_has_syscall_event.
70 (child_has_forked, child_has_vforked, child_has_execd)
71 (child_has_syscall_event): Remove.
72 (init_child_ops): Remove references to child_has_forked,
73 child_has_vforked, child_has_execd, and child_has_syscall_event.
74 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
75 (hpux_has_vforked): Likewise, from child_has_vforked.
76 (hpux_has_execd): Likewise, from child_has_execd.
77 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
78 * target.c (cleanup_target): Remove references to
79 to_has_forked, to_has_vforked, to_has_execd, and
80 to_has_syscall_event.
81 (update_current_target): Likewise.
82 (setup_target_debug): Likewise.
83 (debug_to_has_forked): Remove.
84 (debug_to_has_vforked): Remove.
85 (debug_to_has_execd): Remove.
86 (debug_to_has_syscall_event): Remove.
87 * target.h (struct target_ops): Remove to_has_forked.
88 to_has_vforked, to_has_execd, and to_has_syscall_event.
89 (child_has_forked, child_has_vforked, child_has_execd)
90 (child_has_syscall_event): Remove prototypes.
91 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
92 prototypes.
93 (target_has_forked, target_has_vforked, target_has_execd)
94 (target_has_syscall_event): Remove macros.
95
96 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
97
98 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
99 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
100 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
101 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
102 * target.c (cleanup_target): Remove reference to
103 to_can_follow_vfork_prior_to_exec.
104 (update_current_target): Likewise.
105 (debug_to_can_follow_vfork_prior_to_exec): Remove.
106 (setup_target_debug): Remove reference to
107 to_can_follow_vfork_prior_to_exec.
108 * target.h (struct target_ops): Remove
109 to_can_follow_vfork_prior_to_exec.
110 (child_can_follow_vfork_prior_to_exec): Remove prototype.
111 (target_can_follow_vfork_prior_to_exec): Remove definition.
112 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
113 define.
114 * infrun.c (follow_vfork_when_exec): Remove.
115 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
116 (follow_exec): Likewise.
117 (handle_inferior_event): Likewise.
118 (keep_going): Likewise.
119
120 2002-11-15 Andrew Cagney <cagney@redhat.com>
121
122 * frame.c (generic_unwind_get_saved_register): Make static.
123 * frame.h (generic_unwind_get_saved_register): Delete declaration.
124 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
125 defaults to generic_unwind_get_saved_register.
126 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
127 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
128 * frv-tdep.c (frv_gdbarch_init): Ditto.
129 * i386-tdep.c (i386_gdbarch_init): Ditto.
130 * s390-tdep.c (s390_gdbarch_init): Ditto.
131 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
132 * v850-tdep.c (v850_gdbarch_init): Ditto.
133 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
134 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
135 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
136
137 2002-11-15 Andrew Cagney <cagney@redhat.com>
138
139 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
140 i386-tdep.c.
141
142 2002-11-15 Andrew Cagney <cagney@redhat.com>
143
144 * frame.h (sigtramp_saved_pc): Delete declaration.
145 * blockframe.c (sigtramp_saved_pc): Delete function.
146 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
147 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
148 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
149 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
150
151 2002-11-15 Andrew Cagney <ac131313@redhat.com>
152
153 * frame.c (frame_pc_unwind): New function.
154 (frame_saved_regs_pc_unwind): New function.
155 (frame_register_unwind): Pass unwind_cache instead of
156 register_unwind_cache.
157 (set_unwind_by_pc): Add unwind_pc parameter, set.
158 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
159 (get_prev_frame): Ditto.
160 * frame.h (frame_pc_unwind_ftype): Declare.
161 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
162 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
163 (frame_pc_unwind): Declare.
164 * dummy-frame.c (dummy_frame_pc_unwind): New function.
165 (struct dummy_frame): Add comment mentioning that values are for
166 previous frame.
167 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
168 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
169 (generic_file_frame_chain_valid): Ditto.
170 * stack.c (frame_info): Ditto.
171
172 2002-11-15 David Carlton <carlton@math.stanford.edu>
173
174 * linespec.c (locate_first_half): New function.
175 (decode_line_1): Move code into locate_first_half.
176
177 2002-11-15 Andrew Cagney <ac131313@redhat.com>
178
179 * complaints.h: Add comment explaining how to eliminate a
180 deprecated_complain call.
181 * complaints.h: Fix spelling errors.
182
183 2002-11-15 David Carlton <carlton@math.stanford.edu>
184
185 * printcmd.c: Remove #include "disasm.h".
186
187 2002-11-14 Andrew Cagney <ac131313@redhat.com>
188
189 * frame.h: Move the most relevant interface functions to the start
190 of the file.
191
192 2002-11-14 Andrew Cagney <ac131313@redhat.com>
193
194 * regcache.h (deprecated_registers): Rename registers.
195 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
196 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
197 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
198 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
199 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
200 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
201 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
202 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
203 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
204 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
205 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
206 * v850ice.c: Update.
207
208 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
209
210 * utils.c (gdb_realpath): Add comment mentioning realpath with a
211 NULL buffer.
212
213 2002-11-13 Andrew Cagney <cagney@redhat.com>
214
215 * regcache.h (deprecated_read_register_bytes): Rename
216 read_register_bytes.
217 (deprecated_write_register_bytes): Rename write_register_bytes.
218 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
219 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
220 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
221 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
222 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
223 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
224 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
225 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
226 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
227 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
228 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
229 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
230 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
231 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
232
233 2002-11-13 Jim Blandy <jimb@redhat.com>
234
235 * findvar.c (read_var_value): Doc fix.
236
237 2002-11-13 Andrew Cagney <cagney@redhat.com>
238
239 * regcache.c (struct regcache): Replace passthough_p with
240 readonly_p.
241 (regcache_xmalloc): Initialize readonly_p.
242 (build_regcache): Initialize readonly_p.
243 (regcache_save): New function.
244 (regcache_restore): New function.
245 (regcache_cpy): Re-implement using regcache_save and
246 regcache_restore.
247 (regcache_raw_read): Update.
248 (regcache_cooked_read): When a read-only cache, checked for cached
249 pseudo register values.
250 (regcache_raw_write): Assert that the cache is not read-only.
251 Remove code handling a non-passthrough cache.
252 * regcache.h (regcache_save): Declare.
253 (regcache_restore): Declare.
254
255 2002-11-13 Andrew Cagney <cagney@redhat.com>
256
257 * regcache.c (struct regcache_descr): Add fields
258 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
259 (init_legacy_regcache_descr): Compute the size of a cooked
260 register cache and then assign that to sizeof_raw_registers. Set
261 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
262 (init_legacy_regcache_descr): Ditto.
263
264 2002-11-13 Andrew Cagney <cagney@redhat.com>
265
266 * regcache.c (register_buffer): Move to near start of file, update
267 description.
268 (regcache_raw_read): Use.
269 (regcache_raw_write): Use.
270 (struct regcache): Rename raw_registers to registers and
271 raw_register_valid_p to register_valid_p.
272 (regcache_xmalloc): Update.
273 (regcache_xfree): Update.
274 (register_buffer): Update.
275 (regcache_cpy): Update.
276 (regcache_cpy_no_passthrough): Update.
277 (regcache_valid_p): Update.
278 (deprecated_grub_regcache_for_registers): Update.
279 (deprecated_grub_regcache_for_register_valid): Update.
280 (set_register_cached): Update.
281 (regcache_raw_write): Update.
282
283 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
284
285 * p-exp.y (name_not_typename): Use copy_name to
286 set current_type variable for fields of THIS.
287
288 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
289
290 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
291 * monitor.c (init_base_monitor_ops): Likewise.
292 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
293 * remote-array.c (init_array_ops): Likewise.
294 * remote-e7000.c (init_e7000_ops): Likewise.
295 * remote-es.c (init_es1800_ops): Likewise.
296 (init_es1800_child_ops): Likewise.
297 * remote-rdp.c (init_remote_rdp_ops): Likewise.
298 * remote-sim.c (init_gdbsim_ops): Likewise.
299 * remote-st.c (init_st2000_ops): Likewise.
300 * sol-thread.c (init_sol_core_ops): Likewise.
301 (init_sol_thread_ops): Likewise.
302 * v850ice.c (init_850ice_ops): Likewise.
303 * win32-nat.c (init_child_ops): Likewise.
304 * wince.c (init_child_ops): Likewise.
305
306 2002-11-12 Andrew Cagney <ac131313@redhat.com>
307
308 * utils.c (gdb_realpath): Make rp a constant pointer.
309
310 2002-11-12 Andrew Cagney <ac131313@redhat.com>
311
312 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
313 a constant buffer; cannonicalize_file_name(); realpath() with a
314 pathconf() defined buffer, xstrdup().
315
316 2002-11-12 Andrew Cagney <ac131313@redhat.com>
317
318 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
319 to hang2.C; hang3.c to hang3.C.
320
321 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
322
323 * findvar.c (read_var_value): Reenable TLS code.
324
325 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
326 Jim Blandy <jimb@redhat.com>
327
328 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
329 * target.c (update_current_target): Add
330 to_get_thread_local_address.
331 * target.h (to_get_thread_local_address): Export.
332 (target_get_thread_local_address): Define.
333 (target_get_thread_local_address_p): Define.
334 * thread-db.c: Include solib-svr4.h.
335 (td_thr_tls_get_addr_p): Define.
336 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
337 (thread_db_get_thread_local_address): New function.
338 (init_thread_db_ops): Initialize to_get_thread_local_address.
339 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
340 * configure: Regenerate.
341 * config.in: Regenerate.
342
343 2002-11-11 David Carlton <carlton@math.stanford.edu>
344
345 * linespec.c (set_flags): New function.
346 (decode_line_1): Move code into set_flags.
347
348 2002-11-11 David Carlton <carlton@math.stanford.edu>
349
350 * linespec.c (decode_line_1): Move chunks of code to separate
351 functions.
352 (initialize_defaults): New function.
353 (decode_indirect): New function.
354
355 2002-11-11 Andrew Cagney <ac131313@redhat.com>
356
357 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
358 instead of void_code_ptr.
359 (sigtramp_saved_pc): Ditto.
360
361 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
362 i386_fp_regnum_p.
363
364 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
365
366 * gdbtypes.h (struct main_type): Move artificial flag out of
367 loc. New member of ``struct field'' named static_kind. Reduce
368 overloaded meaning of bitsize.
369 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
370 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
371 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
372
373 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
374 new fields.
375 (template_to_fixed_record_type, template_to_static_fixed_type)
376 (to_record_with_fixed_variant_part): Likewise.
377 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
378 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
379 * dwarfread.c (struct_type, enum_type): Likewise.
380 * hpread.c (hpread_read_enum_type)
381 (hpread_read_function_type, hpread_read_doc_function_type)
382 (hpread_read_struct_type): Likewise.
383 * mdebugread.c (parse_symbol): Likewise.
384
385 2002-11-10 Andrew Cagney <ac131313@redhat.com>
386
387 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
388 * stack.c (print_frame_info_base): Update.
389 (print_frame_info_base, frame_info): Update.
390 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
391 (sparc_frame_saved_pc): Update.
392 * ada-lang.c (find_printable_frame): Update.
393 * breakpoint.c (deprecated_frame_in_dummy): Update.
394
395 2002-11-09 Mark Kettenis <kettenis@gnu.org>
396
397 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
398 defined.
399 (regmap): Extend to cover all registers.
400 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
401 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
402 definitions.
403 (fetch_register, sore_register): Simplify.
404 (old_fetch_inferior_registers, old_store_inferior_registers):
405 Remove functions.
406 (cannot_fetch_register, cannot_store_register): Change
407 implementation to use regmap array to decide which registers
408 cannot be fetched/stored. This removes $orig_eax from the
409 registers that cannot be fetched/stored.
410 (fetch_inferior_registers): Call fetch_register directly instead
411 of calling old_fetch_inferior_registers.
412 (store_inferior_registers): Call store_register directly instead
413 of calling old_store_inferior_registers.
414 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
415 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
416 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
417
418 2002-11-09 Klee Dienes <kdienes@apple.com>
419
420 * i387-tdep.c (i387_supply_register): When called with NULL as a
421 buffer, mark the register as not provided (to mirror the behavior
422 of supply_register).
423 (i387_supply_fxsave): Ditto.
424 (i387_supply_fsave): Ditto (inherits the behavior from
425 i387_supply_register).
426
427 2002-11-09 Klee Dienes <kdienes@apple.com>
428
429 * blockframe.c (sigtramp_saved_pc): Use
430 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
431 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
432 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
433
434 2002-11-09 Andrew Cagney <ac131313@redhat.com>
435
436 * frame.c (get_prev_frame): Test prev_p to identify a previously
437 unwound frame. Initialize prev_p.
438 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
439 comment.
440
441 2002-11-09 Andrew Cagney <ac131313@redhat.com>
442
443 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
444 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
445 more comments. Zap dead code.
446
447 2002-11-09 Mark Kettenis <kettenis@gnu.org>
448
449 * infcmd.c (print_vector_info, print_float_info): Move code that
450 checks whether the target has any registers and whether there is a
451 selected frame up, such that it is also used if a target provides
452 multi-arch definitions of these functions.
453
454 2002-11-08 Andrew Cagney <ac131313@redhat.com>
455
456 * Makefile.in (DESTDIR): Define.
457 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
458 prefix.
459
460 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
461 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
462
463 2002-11-08 Andrew Cagney <ac131313@redhat.com>
464
465 * i386-linux-tdep.c: Include "reggroups.h".
466 (i386_linux_register_reggroup_p): New function.
467 (i386_linux_init_abi): Set register_reggroup_p to
468 i386_linux_register_reggroup_p.
469 * i386-tdep.h (i386_register_reggroup_p): Declare.
470 * i386-tdep.c: Include "reggroups.h".
471 (i386_init_reggroups): New function.
472 (i386_add_reggroups): New function.
473 (i386_register_reggroup_p): New function.
474 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
475 (_initialize_i386_tdep): Call i386_init_reggroups.
476 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
477 specific reggroups.
478
479 2002-11-09 Mark Kettenis <kettenis@gnu.org>
480
481 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
482 request that's available in *BSD.
483
484 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
485
486 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
487 FDOFF_REGNUM.
488
489 2002-11-08 Andrew Cagney <ac131313@redhat.com>
490
491 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
492 * dummy-frame.c (find_dummy_frame): Rename
493 generic_find_dummy_frame, make static. Return the dummy frame
494 instead of the regcache.
495 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
496 (cached_find_dummy_frame): New function. Use find_dummy_frame.
497 (dummy_frame_register_unwind): Rename
498 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
499 * dummy-frame.h (dummy_frame_register_unwind): Rename
500 generic_call_dummy_register_unwind.
501
502 2002-11-08 Mark Kettenis <kettenis@gnu.org>
503
504 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
505 except the inclusion of "i386/tm-i386.h", to...
506 * config/i386/nm-i386v42mp.h: ...here.
507 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
508
509 2002-11-08 Andrew Cagney <ac131313@redhat.com>
510
511 * Makefile.in (frame.o): Update dependencies.
512 * blockframe.c (current_frame, frame_obstack_alloc)
513 (frame_saved_regs_zalloc, get_current_frame)
514 (set_current_frame, create_new_frame)
515 (set_unwind_by_pc, get_next_frame)
516 (flush_cached_frames, reinit_frame_cache)
517 (frame_saved_regs_register_unwind)
518 (deprecated_generic_get_saved_register)
519 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
520 (_initialize_blockframe): Move frame code from here...
521 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
522 "annotate.h" and "dummy-frame.h".
523 (_initialize_frame): New function.
524
525 2002-11-08 Jim Blandy <jimb@redhat.com>
526
527 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
528 when we finish a function a context.
529 * buildsym.h (outermost_context_p): New macro.
530 (Bug analyzed by David Edelsohn.)
531
532 2002-11-08 Andrew Cagney <ac131313@redhat.com>
533
534 * blockframe.c: Include "dummy-frame.h".
535 (struct dummy_frame, dummy_frame_stack)
536 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
537 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
538 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
539 (generic_save_call_dummy_addr, generic_pop_current_frame)
540 (generic_pop_dummy_frame, generic_fix_call_dummy)
541 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
542 dummy frame code from here...
543 * dummy-frame.c: ...to here. New file.
544 * dummy-frame.h: New file.
545 (generic_call_dummy_register_unwind): Declare.
546 (generic_find_dummy_frame): Declare.
547 * Makefile.in (SFILES): Add dummy-frame.c.
548 (dummy-frame.o): Specify dependencies.
549 (dummy_frame_h): Define.
550 (COMMON_OBS): Add dummy-frame.o.
551 (blockframe.o): Update dependencies.
552
553 2002-11-08 Jim Blandy <jimb@redhat.com>
554
555 * dwarf2read.c (read_func_scope): Restore local_symbols and
556 param_symbols after we finish the function context. (Based on a
557 patch from David Edelsohn.)
558
559 2002-11-08 David Carlton <carlton@math.stanford.edu>
560
561 * linespec.c (symbol_found): New function.
562 (minsym_found): New function.
563 (decode_line_1): Separate out some code into separate functions.
564
565 2002-11-08 Joel Brobecker <brobecker@gnat.com>
566
567 * i386-tdep.c (i386_frameless_signal_p): Make non static for
568 the benefit of the interix target.
569 * i386-tdep.h (i386_frameless_signal_p): Declare.
570
571 2002-11-08 Andrew Cagney <ac131313@redhat.com>
572
573 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
574 declaration that snuck in from change below.
575
576 2002-11-06 Andrew Cagney <cagney@redhat.com>
577
578 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
579 all callers.
580 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
581 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
582 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
583 (i386_mxcsr_regnum_p): new function. Use instead of
584 MXCSR_REGNUM_P.
585 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
586 (i386_sse_regnum_p): Declare.
587 (i386_mxcsr_regnum_p): Declare.
588 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
589 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
590 (IS_FP_REGNUM): Update definition.
591 (IS_FPU_CTRL_REGNUM): Update definition..
592 (IS_SSE_REGNUM): Update definition..
593 * i386v-nat.c (register_u_addr): Update.
594 * go32-nat.c (fetch_register): Update.
595 (store_register): Update.
596
597 2002-11-07 Joel Brobecker <brobecker@gnat.com>
598
599 Preparation work to convert the hppa targets to multiarch partial.
600
601 * hppa-tdep.c: Add new functions replacing macro bodies from
602 config/pa/tm-hppa.h. These function will be used to initialize
603 the gdbarch structure. Import some comments from tm-hppa.h,
604 and place them where appropriate, to avoid loosing them when
605 we cleanup this file.
606 (hppa_reg_struct_has_addr): New function.
607 (hppa_inner_than): New function.
608 (hppa_stack_align): New function.
609 (hppa_pc_requires_run_before_use): New function.
610 (hppa_instruction_nullified): New function.
611 (hppa_register_byte): New function.
612 (hppa_register_virtual_type): New function.
613 (hppa_store_struct_return): New function.
614 (hppa_cannot_store_register): New function.
615 (hppa_frame_args_address): New function.
616 (hppa_frame_locals_address): New function.
617 (hppa_smash_text_address): New function.
618 (hppa_coerce_float_to_double): New function. Requires the inclusion
619 of "language.h".
620
621 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
622
623 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
624 gdbarch-eligible macro to a call to the new associated function
625 created in hppa-tdep.c.
626 (INNER_THAN): Likewise.
627 (STACK_ALIGN): Likewise.
628 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
629 (INSTRUCTION_NULLIFIED): Likewise.
630 (REGISTER_BYTE): Likewise.
631 (REGISTER_VIRTUAL_TYPE): Likewise.
632 (STORE_STRUCT_RETURN): Likewise.
633 (CANNOT_STORE_REGISTER): Likewise.
634 (FRAME_ARGS_ADDRESS): Likewise.
635 (FRAME_LOCALS_ADDRESS): Likewise.
636 (SMASH_TEXT_ADDRESS): Likewise.
637 (COERCE_FLOAT_TO_DOUBLE): Likewise.
638 (ABOUT_TO_RETURN): Delete, as no longer used.
639
640 2002-11-07 Fernando Nasser <fnasser@redhat.com>
641
642 * printcmd.c (disassemble_command): Remove obsolete function.
643 (_initialize_printcmd): Do not create disassemble command here.
644 * cli/cli-cmds.c (disassemble_command): New function. Implements
645 disassemble command.
646 (init_cli_cmds): Create disassemble command here instead.
647
648 2002-11-07 Andrew Cagney <ac131313@redhat.com>
649
650 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
651
652 2002-11-07 Andrew Cagney <ac131313@redhat.com>
653
654 * regcache.h (regcache_cooked_read_using_offset_hack)
655 (regcache_cooked_write_using_offset_hack): Delete declarations.
656 (register_changed): Delete declaration.
657 * regcache.c (regcache_cooked_read_using_offset_hack)
658 (regcache_cooked_write_using_offset_hack): Delete functions.
659 (cooked_xfer_using_offset_hack): Delete function.
660 (register_changed): Delete function.
661
662 2002-11-07 Jim Blandy <jimb@redhat.com>
663
664 * macroscope.c: #include "complaints.h".
665 (sal_macro_scope): Cope with filenames that appear in the symtabs,
666 but not in the macro table.
667 * Makefile.in (macroscope.o): Record dependency.
668
669 2002-11-07 Joel Brobecker <brobecker@gnat.com>
670
671 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
672
673 2002-11-07 Andrew Cagney <ac131313@redhat.com>
674
675 * regcache.c (deprecated_registers_fetched): Update.
676 * regcache.h (deprecated_registers_fetched): Rename
677 registers_fetched.
678 * remote-vxsparc.c (vx_read_register): Update.
679 * remote-vxmips.c (vx_read_register): Update.
680 * remote-vx68.c (vx_read_register): Update.
681 * irix5-nat.c (fetch_core_registers): Update.
682 * mipsm3-nat.c (fetch_inferior_registers): Update.
683 * sun3-nat.c (fetch_inferior_registers): Update.
684 * symm-nat.c (fetch_inferior_registers): Update.
685 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
686 (fetch_core_registers): Update.
687 (fetch_kcore_registers): Update.
688 * mips-nat.c (fetch_inferior_registers): Update.
689 * corelow.c (get_core_registers): Update.
690 * a68v-nat.c (fetch_inferior_registers): Update.
691
692 2002-11-06 Joel Brobecker <brobecker@gnat.com>
693
694 Put in place the framework necessary for multiarching the hppa targets.
695 * hppa-tdep.c (hppa_gdbarch_init): New function.
696 (hppa_dump_tdep): New function.
697 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
698 tdep structure dumper.
699 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
700 until the multi-arching conversion has partially been completed.
701
702 2002-11-06 Andrew Cagney <ac131313@redhat.com>
703
704 * valops.c (value_assign): Merge lval_register case into
705 lval_reg_frame_relative. Use frame_register and
706 regcache_cooked_write instead of get_saved_register and
707 write_register_bytes. After flushing the register cache, try to
708 re-select the selected frame.
709
710 2002-11-06 Andrew Cagney <ac131313@redhat.com>
711
712 * regcache.h (deprecated_register_valid): Rename register_valid.
713 * regcache.c: Update.
714 * ia64-aix-nat.c: Update.
715 * i386gnu-nat.c: Update.
716 * alpha-nat.c: Update.
717 * sparc-nat.c: Update.
718 * lynx-nat.c: Update.
719 * remote-mips.c: Update.
720
721 2002-11-06 Joel Brobecker <brobecker@gnat.com>
722
723 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
724 to end of file, to be more consistent with the pratice followed
725 by other targets.
726
727 2002-11-06 Andrew Cagney <ac131313@redhat.com>
728
729 * infcmd.c: Include "reggroups.h" and <ctype.h>.
730 (print_float_info): Print registers in float_reggroup.
731 (print_vector_info): Print registers in vector_reggroup.
732 (default_print_registers_info): When all, print registers in
733 all_reggroup. Otherwize, print registers in general_reggroup.
734 (registers_info): Rewrite. Add support for register groups.
735 Eliminate a goto.
736
737 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
738
739 * symtab.c (methods_info): Delete. It has been ifdeffed out for
740 ages.
741 (symtab_symbol_info): Remove eons old ifdeffed out code.
742 (_initialize_symtab): Remove prehistoric disabled 'info methods'
743 command.
744
745 2002-11-06 Theodore A. Roth <troth@openavr.org>
746
747 * c-exp.y: Add missing semi-colons.
748 * f-exp.y: Add missing semi-colons.
749 * m2-exp.y: Add missing semi-colons.
750 * p-exp.y: Add missing semi-colons.
751 Add empty action to start rule to avoid a type clash error when
752 building with bison >= 1.50.
753
754 2002-11-06 Jim Blandy <jimb@redhat.com>
755
756 * macrotab.h (struct macro_source_file): Doc fix.
757
758 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
759
760 * varobj.c (child_exists, cplus_number_of_children): Change
761 STREQ macro references to strcmp.
762 (cplus_name_of_child): Change code to handle the fact that
763 fields are not necessarily contiguous with regards to their
764 access control. This is a fix for PR gdb/792.
765
766 2002-11-05 Andrew Cagney <ac131313@redhat.com>
767
768 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
769 * gdbarch.h, gdbarch.c: Regnerate.
770 * frame.h (frame_register): Declare.
771 * frame.c (frame_register): New function.
772 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
773 GET_SAVED_REGISTER, otherwize call
774 generic_unwind_get_saved_register.
775 (frame_register_read): Use frame_register instead of
776 get_saved_register.
777
778 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
779
780 From Jim Ingham <jingham@apple.com>:
781 * event-top.c (gdb_disable_readline): New function.
782 (_initialize_event_loop): Move comment.
783
784 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
785
786 * event-loop.c (start_event_loop): Add comment.
787 Update copyright.
788
789 2002-11-05 Andrew Cagney <ac131313@redhat.com>
790
791 * infcmd.c (default_print_registers_info): Do not call
792 PRINT_REGISTER_HOOK.
793
794 2002-11-05 Andrew Cagney <ac131313@redhat.com>
795
796 * sparc-tdep.c (sparc_print_register_hook): Make static.
797 (sparc_print_registers_info): New function.
798 (sparc_do_registers_info): New function.
799 (sparclet_print_registers_info): New function.
800 (sparclet_do_registers_info): New function.
801 (do_sparc_print_registers_info): New function.
802 (sparc_print_registers): New static function, clone of infcmd.c's
803 default_print_registers_info.
804 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
805 (sparclet_do_registers_info): Declare.
806 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
807 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
808 Re-define.
809 (sparc_do_registers_info): Declare.
810 (PRINT_REGISTER_HOOK): Delete macro.
811 (sparc_print_register_hook): Delete declaration.
812
813 2002-11-05 David Carlton <carlton@math.stanford.edu>
814
815 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
816 functions.
817 (lookup_symbol_aux_local): New function.
818 (lookup_symbol_aux_symtabs): New function.
819 (lookup_symbol_aux_psymtabs): New function.
820
821 2002-11-05 David Carlton <carlton@math.stanford.edu>
822
823 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
824 previous values of 'objfile' and 'block'.
825
826 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
827
828 * values.c (value_change_enclosing_type): Set
829 enclosing_type field correctly also for the case where
830 more memory needs to be allocated.
831
832 2002-11-03 Mark Kettenis <kettenis@gnu.org>
833
834 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
835 of puts_filtered.
836
837 * i387-tdep.c (i387_print_float_info): Replace calls to
838 register_read and deprecated_read_register_gen with calls to
839 frame_register_read, and make the necessary adjustments to the
840 surrounding code.
841
842 2002-11-02 Andrew Cagney <ac131313@redhat.com>
843
844 * gdbarch.sh (register_reggroup_p): Allow default value.
845 * gdbarch.h, gdbarch.c: Regenerate.
846
847 2002-11-02 Andrew Cagney <ac131313@redhat.com>
848
849 * regcache.h: Add coment indicating replacements for deprecated
850 functions.
851
852 2002-11-02 Andrew Cagney <cagney@redhat.com>
853
854 * reggroups.h, reggroups.c: New files.
855 * regcache.c: Include "reggroups.h".
856 (enum regcache_dump_what): Add `regcache_dump_groups'.
857 (regcache_dump): Contract size of the "Type" column. When
858 specified, dump the register's groups.
859 (maintenance_print_register_groups): New function.
860 (_initialize_regcache): Add command `maint print register-groups'.
861 * Makefile.in (COMMON_OBS): Add reggroups.o
862 (SFILES): Add reggroups.c.
863 (reggroups_h): Define.
864 (regcache.o, gdbarch.o): Update dependencies.
865 (reggroups.o): Specify dependencies.
866 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
867 Add opaque declaration for `struct reggroup' in generated .h file.
868 Include "reggroups.h" in generated .c file.
869 gdbarch.h, gdbarch.c: Re-generate.
870
871 2002-11-02 Andrew Cagney <cagney@redhat.com>
872
873 * regcache.h (deprecated_read_register_gen): Rename
874 read_register_gen.
875 (deprecated_write_register_gen): Rename write_register_gen.
876 * i387-tdep.c: Update.
877 * x86-64-linux-nat.c: Update
878 * wince.c: Update.
879 * thread-db.c: Update.
880 * win32-nat.c: Update.
881 * mips-tdep.c: Update.
882 * d10v-tdep.c: Update.
883 * cris-tdep.c: Update.
884 * remote-sim.c: Update.
885 * remote-rdi.c: Update.
886 * remote-rdp.c: Update.
887 * frame.c: Update.
888 * target.c: Update.
889 * blockframe.c: Update.
890 * x86-64-tdep.c: Update.
891 * xstormy16-tdep.c: Update.
892 * sh-tdep.c: Update.
893 * s390-tdep.c: Update.
894 * rs6000-tdep.c: Update.
895 * sparc-tdep.c: Update.
896 * i386-tdep.c: Update.
897 * dwarf2cfi.c: Update.
898 * regcache.c: Update.
899
900 2002-11-01 Joel Brobecker <brobecker@gnat.com>
901
902 New interix-specific files:
903 * config/i386/nm-interix.h: New file.
904 * config/i386/interix.mh: New file.
905 * config/i386/interix.mt: New file.
906 * i386-interix-nat.c: New file.
907 * i386-interix-tdep.c: New file.
908
909 2002-11-01 Andrew Cagney <cagney@redhat.com>
910
911 * frame.h (deprecated_generic_get_saved_register): Rename
912 generic_get_saved_register.
913 * blockframe.c (deprecated_generic_get_saved_register): Update.
914 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
915 (xstormy16_frame_saved_register): Update.
916 * sh-tdep.c (sh_gdbarch_init): Update.
917 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
918 * ia64-tdep.c (ia64_get_saved_register): Update.
919 * cris-tdep.c (cris_gdbarch_init): Update.
920 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
921 * arm-tdep.c (arm_gdbarch_init): Update.
922
923 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
924
925 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
926
927 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
928
929 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
930 trampolines in sigaction.
931
932 2002-10-31 Andrew Cagney <cagney@redhat.com>
933
934 * h8300-tdep.c: Include "gdb_assert.h".
935 (h8300_print_register): Add gdbarch, file and frame parameters.
936 Use frame_read_unsigned_register to read the register's value.
937 Use fprintf_filtered to display output.
938 (h8300_print_registers_info): Replace h8300_do_registers_info.
939 (h8300_gdbarch_init): Set print_registers_info.
940
941 2002-10-31 Andrew Cagney <cagney@redhat.com>
942
943 * frame.c (frame_read_unsigned_register): New function.
944 (frame_read_signed_register): New function.
945 * frame.h (frame_read_unsigned_register): Declare.
946 (frame_read_signed_register): Declare.
947
948 2002-10-31 Andrew Cagney <cagney@redhat.com>
949
950 * h8500-tdep.c (h8500_print_registers_info): New static function,
951 clone of infcmd.c's default_print_registers_info.
952 (h8500_do_registers_info): New funtion.
953 (h8500_print_register_hook): Rename print_register_hook, make
954 static.
955
956 * config/h8500/tm-h8500.h: Update copyright.
957 (DEPRECATED_DO_REGISTERS_INFO): Define.
958 (h8500_do_registers_info: Declare.
959 (PRINT_REGISTER_HOOK): Delete macro.
960 (print_register_hook): Delete function.
961
962 2002-10-31 Andrew Cagney <cagney@redhat.com>
963
964 * z8k-tdep.c (z8k_print_register_hook): Make static.
965 (z8k_print_registers_info): New static function, clone of
966 infcmd.c's default_print_registers_info.
967 (z8k_do_registers_info): New function. Wrap
968 z8k_print_registers_info.
969 * config/z8k/tm-z8k.h: Update copyright.
970 (PRINT_REGISTER_HOOK): Delete macro.
971 (z8k_print_register_hook): Delete declaration.
972 (DEPRECATED_DO_REGISTERS_INFO): Define.
973 (z8k_do_registers_info): Declare.
974
975 2002-10-30 Joel Brobecker <brobecker@gnat.com>
976
977 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
978 as this is already provided by value.h, and was actually causing
979 a compilation error because of a conflict in parameter type
980 declaration due to a missing const keyword.
981 (low_text_segment_addres): Fix a compilation warning.
982
983 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
984
985 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
986 registers without a name.
987 (mips_linux_cannot_store_register): Don't store registers without
988 a name.
989
990 2002-10-28 David Carlton <carlton@math.stanford.edu>
991
992 * symtab.c (find_addr_symbol): Delete. (It was already commented
993 out.)
994 * symtab.h: Delete prototype for find_addr_symbol.
995
996 2002-10-26 Andrew Cagney <cagney@redhat.com>
997
998 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
999 DO_REGISTERS_INFO.
1000 gdbarch.h, gdbarch.c: Re-generate.
1001 * infcmd.c (default_print_registers_info): Update reference.
1002 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1003 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1004 * sh-tdep.c (sh_gdbarch_init): Ditto.
1005 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1006 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1007
1008 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1009
1010 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1011 cfi_init_extra_frame_info.
1012 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1013 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1014
1015 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1016 target where necessary. Add more comments and remove the ones
1017 that don't provide any useful information.
1018
1019 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1020 deprecated_read_register_dummy with
1021 frame_unwind_unsigned_register.
1022
1023 * i386-tdep.c (i386_extract_struct_value_address): Use
1024 regcache_raw_read_unsigned instead of
1025 regcache_cooked_read_unsigned since we know that the register
1026 we're reading isn't a pseudo register. Rename variable 'val' into
1027 the more descriptive 'addr'.
1028
1029 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1030 (x86_64_push_return_address): Add comment.
1031 (x86_64_pop_frame): Make static.
1032 (examine_argument): Clarify comment.
1033 (x86_64_skip_prologue): Make prolog_expact variable static.
1034
1035 * dwarf2cfi.c: Fix some formatting problems.
1036 (context_cpy, read_encoded_pointer): Clarify comments.
1037
1038 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1039 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1040 i386 target back into x86_64_gdbarch_init. Add some comments and
1041 remove meaningless ones.
1042
1043 2002-10-25 Andrew Cagney <cagney@redhat.com>
1044
1045 * complaints.h (struct deprecated_complaint): Rename `struct
1046 complaint'.
1047 * complaints.c (complain): Update.
1048 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1049 incorrect comment indicating that "symfile.h" was being included
1050 for the `struct complaint' definition.
1051 * remote-vx.c: Update.
1052 * objc-lang.c: Update.
1053 * xcoffread.c: Update.
1054 * hpread.c: Update.
1055 * mdebugread.c: Update.
1056 * stabsread.c: Update.
1057 * dwarf2read.c: Update.
1058 * dwarfread.c: Update.
1059 * elfread.c: Update.
1060 * coffread.c: Update.
1061 * stabsread.h: Update.
1062 * dbxread.c: Update.
1063 * buildsym.c: Update.
1064 * gdbtypes.c: Update.
1065 * macrotab.c: Update.
1066
1067 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1068
1069 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1070 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1071 (x86_64_init_abi): ...new function.
1072
1073 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1074 * i386v-nat.c: Include "i386-tdep.h".
1075
1076 2002-10-25 Andrew Cagney <cagney@redhat.com>
1077
1078 * gdbtypes.c (address_space_name_to_int): Update.
1079 (address_space_int_to_name): Update.
1080 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1081 multi-arch predicate.
1082 (address_class_name_to_type_flags): Ditto.
1083 * gdbarch.h, gdbarch.c: Re-generate.
1084
1085 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1086
1087 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1088
1089 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1090
1091 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1092
1093 * symtab.h (INIT_SAL): Delete macro.
1094 (init_sal): Export.
1095 * symtab.c (init_sal): New function.
1096
1097 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1098 to init_sal function call.
1099 (find_sal_from_funcs_and_line): Ditto.
1100 (all_sals_for_line): Ditto.
1101 * breakpoint.c (create_internal_breakpoint): Ditto.
1102 (create_fork_vfork_event_catchpoint): Ditto.
1103 (create_exec_event_catchpoint): Ditto.
1104 (parse_breakpoint_sals): Ditto.
1105 (watch_command_1): Ditto.
1106 (handle_gnu_4_16_catch_command): Ditto.
1107 (clear_command): Ditto.
1108 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1109 * infcmd.c (run_stack_dummy): Ditto.
1110 * infrun.c (process_event_stop_test): Ditto.
1111 (check_sigtramp2): Ditto.
1112 (step_over_function): Ditto.
1113 * linespec.c (decode_line_2): Ditto.
1114 (decode_line_1): Ditto.
1115 * source.c (line_info): Ditto.
1116 * symtab.c (find_pc_sect_line): Ditto.
1117
1118 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1119
1120 * dwarf2cfi.c (struct context)
1121 (struct context_reg): Moved to dwarf2cfi.h
1122 (context_alloc, frame_state_alloc, context_cpy):
1123 Made extern instead of static, removed prototypes.
1124 * dwarf2cfi.h (struct context)
1125 (struct context_reg): New, moved from dwarf2cfi.c
1126 (context_alloc, frame_state_alloc, context_cpy):
1127 New prototypes.
1128 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1129 Changed from static to extern.
1130 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1131 (LINUX_SIGCONTEXT_FP_OFFSET)
1132 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1133 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1134 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1135 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1136 set_gdbarch_*() calls now use x86-64 specific functions
1137 instead of DWARF2 CFI ones.
1138 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1139 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1140 (x86_64_init_extra_frame_info): New prototypes.
1141
1142 2002-10-23 David Carlton <carlton@math.stanford.edu>
1143
1144 * linespec.c: #include "parser-defs.h".
1145 Delete prototype for find_template_name_end.
1146 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1147
1148 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1149
1150 * NEWS: add recent mi fixes.
1151 * varobj.c (struct varobj): Add new "updated" flag.
1152 (new_variable): Default "updated" flag to 0.
1153 (varobj_set_value): Set "updated" flag to 1 if value
1154 changes.
1155 (varobj_update): Check varobj "updated" flag before
1156 comparing old and refreshed values. Fix for
1157 PR gdb/702.
1158
1159 2002-10-23 David Carlton <carlton@math.stanford.edu>
1160
1161 * parse.c (parse_exp_1): Use BLOCK_START.
1162 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1163 SYMBOL_BLOCK_VALUE.
1164 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1165
1166 2002-10-23 David Carlton <carlton@math.stanford.edu>
1167
1168 * symtab.c: Delete cplusplus_hint.
1169 Delete prototype for find_template_name_end.
1170
1171 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1172
1173 * symtab.h: Update comment.
1174
1175 2002-10-23 Michael Snyder <msnyder@redhat.com>
1176
1177 * printcmd.c (address_info): Restore quotes in output.
1178 * valops.c (value_of_local): Restore quotes in error message.
1179
1180 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1181
1182 * symtab.c (symbol_demangled_name): New function.
1183 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1184 turning most of it into a function.
1185 (symbol_demangled_name): Export.
1186
1187 2002-10-23 Michael Snyder <msnyder@redhat.com>
1188
1189 * valops.c (value_of_local): Restore quotes in error message.
1190
1191 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1192
1193 * symtab.c (symbol_init_language_specific): New function.
1194 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1195 turning most of it into a function.
1196 (symbol_init_language_specific): Export.
1197
1198 2002-10-23 David Carlton <carlton@math.stanford.edu>
1199
1200 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1201 (dwarf_attr_name): Ditto.
1202 (dwarf_type_encoding_name): Ditto.
1203 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1204 (process_die): Handle DW_TAG_namespace,
1205 DW_TAG_imported_declaration, DW_TAG_imported_module.
1206 (read_namespace): New function.
1207
1208 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1209
1210 * configure.in: Define NEW_PROC_API on Interix too.
1211 * configure: Regenerate.
1212
1213 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1214
1215 * configure: Regenerate using the proper version of autoconf.
1216
1217 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1218
1219 * findvar.c (read_var_value): Temporarily disable TLS code, until
1220 complete TLS support is added.
1221
1222 2002-10-21 Jim Blandy <jimb@redhat.com>
1223 Elena Zannoni <ezannoni@redhat.com>
1224
1225 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1226 for thread local storage locations.
1227 (struct symbol): Add objfile field.
1228 (SYMBOL_OBJFILE): Define.
1229 * dwarf2read.c (is_thread_local): New static variable.
1230 (new_symbol): If variable is in thread local fill in address class
1231 and objfile appropriately.
1232 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1233 stack operation.
1234 * printcmd.c (address_info): Print the information for thread
1235 local storage variable.
1236 * findvar.c (read_var_value): In case of thread local variable,
1237 defer to the target vector code to compute address.
1238
1239 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1240
1241 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1242 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1243
1244 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1245
1246 * symtab.h (address_class): Rename
1247 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1248 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1249 * printcmd.c (address_info): Ditto.
1250 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1251
1252 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1253
1254 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1255 DBREG_DRX macro to acces debug registers.
1256
1257 * Makefile.in (i386obsd-tdep.o): New target.
1258
1259 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1260 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1261
1262 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1263 * config/i386/obsd.mt: New file.
1264 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1265 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1266 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1267 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1268 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1269 * i386obsd-tdep.c: New file.
1270
1271 2002-10-19 Adam Fedor <fedor@gnu.org>
1272
1273 * objc-exp.y (name_not_typename): Fix invalid comment.
1274
1275 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1276
1277 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1278 to allocate partial syms and macro byte caches.
1279
1280 2002-10-18 David Carlton <carlton@math.stanford.edu>
1281
1282 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1283
1284 2002-10-18 Adam Fedor <fedor@gnu.org>
1285
1286 * stabsread.c (find_name_end): New function.
1287 (define_symbol): Use it.
1288
1289 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1290
1291 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1292 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1293 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1294 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1295
1296 2002-10-17 David Carlton <carlton@math.stanford.edu>
1297
1298 * symfile.h: Add opaque declaration for struct obstack.
1299 Declare obsavestring to take a const char *.
1300 * symfile.c (obsavestring): Make first argument a const char *.
1301
1302 2002-10-16 Adam Fedor <fedor@gnu.org>
1303
1304 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1305 names when matching breakpoints in current file.
1306
1307 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1308
1309 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1310 (read_tag_pointer_type): Add address class support.
1311 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1312 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1313 New methods.
1314 * gdbarch.h, gdbarch.c: Regenerate.
1315 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1316 (make_type_with_address_space, recursive_type_dump): Add address
1317 class support.
1318 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1319 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1320 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1321
1322 2002-10-16 Klee Dienes <kdienes@apple.com>
1323
1324 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1325 to get the last character of a char[] buffer, not
1326 name[sizeof(vptr_name)-1].
1327
1328 2002-10-14 Adam Fedor <fedor@gnu.org>
1329
1330 * symtab.h: New objc_specific struct.
1331 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1332 (SYMBOL_DEMANGLED_NAME): Likewise.
1333
1334 2002-10-14 Adam Fedor <fedor@gnu.org>
1335
1336 * symfile.c (init_filename_language_table): Add ObjC file extension.
1337
1338 2002-10-14 Adam Fedor <fedor@gnu.org>
1339
1340 * utils.c (puts_filtered_tabular): New function.
1341 (fprintf_symbol_filtered): Get ObjC demangled name.
1342 * defs.h (puts_filtered_tabular): Declared.
1343
1344 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1345
1346 * c-lang.h (c_type_print_varspec_prefix): Delete.
1347 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1348 ``need_post_space'' parameter. Adjust all callers.
1349
1350 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1351
1352 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1353 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1354 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1355 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1356
1357 2002-10-13 Adam Fedor <fedor@gnu.org>
1358
1359 * source.c (print_source_lines): Update comments.
1360
1361 2002-10-13 Adam Fedor <fedor@gnu.org>
1362
1363 * valops.c (value_of_local): New function.
1364 (value_of_this): Use it.
1365 * value.h (value_of_local): Declared.
1366
1367 2002-10-13 Adam Fedor <fedor@gnu.org>
1368
1369 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1370 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1371
1372 2002-10-12 Adam Fedor <fedor@gnu.org>
1373
1374 * language.c (binop_result_type): Add language_objc to case.
1375 (integral_type): Likewise.
1376 (character_type): Likewise.
1377 (string_type): Likewise.
1378 (boolean_type): Likewise.
1379 (structured_type): Likewise.
1380 (binop_type_check): Likewise.
1381
1382 2002-10-11 Adam Fedor <fedor@gnu.org>
1383
1384 * printcmd.c (address_info): Print 'self' for ObjC.
1385
1386 2002-10-11 Adam Fedor <fedor@gnu.org>
1387
1388 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1389 OP_SELF.
1390
1391 2002-10-11 Adam Fedor <fedor@gnu.org>
1392
1393 * language.h (CAST_IS_CONVERSION): Add language_objc.
1394
1395 2002-10-11 Adam Fedor <fedor@gnu.org>
1396
1397 * defs.h (enum language): Add language_objc.
1398
1399 2002-10-11 Klee Dienes <kdienes@apple.com>
1400
1401 * corefile.c (read_memory_typed_address): New function.
1402 * gdbcore.h (read_memory_typed_address): Add prototype.
1403 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1404 to read a value destined for a CORE_ADDR, not read_memory_integer.
1405 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1406 (f77_get_dynamic_lowerbound): Ditto.
1407
1408 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1409
1410 * utils.c (string_to_core_addr): After turning string into
1411 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1412 which will do necessary sign-extension, etc.
1413
1414 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1415
1416 * c-exp.y (THIS): Delete token and grammar rule.
1417 (yylex): Don't return THIS.
1418 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1419 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1420 * demangle.c (cplus_markers): Update comment. Put '$'
1421 first. Remove CPLUS_MARKER.
1422 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1423 * jv-exp.y (THIS): Delete token and grammar rule.
1424 (yylex): Don't return THIS.
1425 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1426 * objc-exp.y (THIS): Delete token and grammar rule.
1427 (yylex): Don't return THIS.
1428 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1429 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1430 (read_member_functions): Likewise for opname.
1431 (read_tilde_fields): Use is_cplus_marker.
1432
1433 * defs.h (CPLUS_MARKER): Don't define.
1434 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1435 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1436 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1437 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1438 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1439
1440 * config/i386/tm-i386v4.h: Delete file.
1441 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1442 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1443 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1444 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1445 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1446 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1447 * config/i386/i386v4.mt (TM_FILE): Likewise.
1448 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1449
1450 2002-10-10 Marko Mlinar <markom@opencores.org>
1451
1452 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1453 accidentially not commited 2002-10-09
1454 * gdbarch.h, gdbarch.c: Re-generate.
1455
1456 2002-10-09 Marko Mlinar <markom@opencores.org>
1457
1458 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1459 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1460 * gdbarch.h, gdbarch.c: Re-generate.
1461
1462 2002-10-08 Petr Sorfa <petrs@caldera.com>
1463
1464 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1465
1466 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1467 so we can work on more than one compilation unit at a time. This
1468 helps prepare GDB to handle inter-CU die references.
1469 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1470 the code to be defined before struct comp_unit_head.
1471 (comp_unit_head): Added new members - offset, cu_head,
1472 begin_die, next and dwarf2_abbrevs.
1473 (dwarf2_abbrevs): Removed single static var; now member of
1474 struct comp_unit_head.
1475 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1476 members.
1477 (psymtab_to_symtab_1): Changed to work with the new
1478 struct comp_unit_head.
1479 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1480 constructs the dwarf2_abbrevs[] inside the cu_header.
1481 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1482 dwarf2_abbrev table to clean up.
1483 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1484 handling of dwarf2_abbrevs inside the cu_header.
1485 (read_partial_die): Now supports the call to the new
1486 dwarf2_lookup_abbrev.
1487 (read_full_die): Now supports the call to the new
1488 dwarf2_lookup_abbrev.
1489
1490 2002-10-06 Christopher Faylor <cgf@redhat.com>
1491
1492 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1493 insure that shell variables, such as "transformed_name" are propagated
1494 to later shell statements in rule.
1495
1496 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1497
1498 * config/i386/nm-i386sco.h: Add protection against
1499 multiple-inclusion. Include "i386/nm-i386v.h".
1500 (REGISTER_U_ADDR): Remove define.
1501 (i386_register_u_addr): Remove prototype.
1502
1503 2002-10-04 Michael Snyder <msnyder@redhat.com>
1504
1505 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1506 before treating it as a single-step event.
1507
1508 2002-10-03 Adam Fedor <fedor@gnu.org>
1509
1510 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1511 (objc_demangle): Remove assignment in if statements, Replace
1512 free with xfree.
1513 (add_msglist): Likewise.
1514 (end_msglist): Likewise.
1515 (complare_selectors): Likewise.
1516 (selectors_info): Likewise.
1517 (compare_classes): Likewise.
1518 (classes_info): Likewise.
1519 (print_object_command): Likewise.
1520 (find_objc_msgcall_submethod): Replace PTR with void *.
1521 * objc-lang.h: Remove check for __STDC__.
1522
1523 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1524
1525 * ui-out.h (ui_out_field_fmt_int): New prototype.
1526 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1527 of field width and alignment.
1528 * stack.c (print_frame_info_base): When printing frame level, use
1529 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1530 PR gdb/192
1531
1532 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1533
1534 * MAINTAINERS: Add self to Write After Approval list.
1535
1536 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1537
1538 * infcmd.c (interrupt_target_command_wrapper): Delete.
1539 (interrupt_target_command): Make non static.
1540 (nofp_registers_info): Make static.
1541 * stack.c (return_command_wrapper): Delete.
1542 (return_command): Make non static.
1543
1544 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1545
1546 * event-top.c (gdb_setup_readline): New function. Code moved from
1547 _initialize_event_loop().
1548 (_initialize_event_loop): Call gdb_setup_readline().
1549
1550 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1551
1552 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1553 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1554 * gdbarch.h, gdbarch.c: Re-generate.
1555
1556 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1557
1558 Fix PR gdb/778
1559 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1560 before recursing.
1561 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1562 of fill_in_vptr_fieldno.
1563
1564 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1565
1566 * inferior.h (registers_info, stepi_command, nexti_command,
1567 continue_command, interrupt_target_command): Export from infcmd.c.
1568 * frame.h (args_info, selected_frame_level_changed_hook,
1569 return_command): Export from stack.c.
1570 * v850ice.c (stepi_command, nexti_command, continue_command): use
1571 prototypes from inferior.h.
1572 * tracepoint.c (registers_info, args_info, locals_info): Use
1573 prototypes from frame.h and inferior.h.
1574 * Makefile.in (mi-main.o): Add dependency on frame.h.
1575
1576 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1577
1578 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1579 value in register 3 adjusted by ppc_gp0_regnum.
1580
1581 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1582
1583 2002-10-02 Marko Mlinar <markom@opencores.org>
1584
1585 * MAINTAINERS: Add myself to the Write After Approval list.
1586
1587 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1588
1589 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1590 of the section for the N64 ABI, fixed.
1591
1592 * config/mips/tm-irix6.h: Include solib.h.
1593
1594 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1595
1596 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1597 GNU operators.
1598
1599 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1600
1601 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1602 and that "mi0" syntax has been removed.
1603
1604 2002-09-30 David Carlton <carlton@math.stanford.edu>
1605
1606 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1607 * ppc-sysv-tdep.c: #include "gdb_string.h".
1608 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1609 pacify GCC.
1610
1611 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1612
1613 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1614 "vrsave"'s register number.
1615
1616 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1617
1618 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1619 use frame_unwind_signed_register to obtain the PC.
1620 (mips_frame_chain): Handle a generic dummy frame.
1621 (mips_init_extra_frame_info): When a generic dummy frame, don't
1622 re-compute the frame base.
1623 (mips_pop_frame): Handle generic dummy frames.
1624 (mips_gdbarch_init): When generic dummy frames, set
1625 use_generic_dummy_frames, push_dummy_frame to
1626 generic_push_dummy_frame, pc_in_call_dummy to
1627 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1628 generic_save_dummy_frame_tos.
1629
1630 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1631
1632 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1633 against TOP when TOP was explictly set.
1634 (generic_push_dummy_frame): Set TOP to zero.
1635
1636 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1637
1638 * event-loop.c (start_event_loop): Rename variable 'result' to
1639 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1640
1641 2002-09-30 Keith Seitz <keiths@redhat.com>
1642
1643 * gdb-events.sh (selected_thread_changed): New event.
1644 * gdb-events.c: Regenerated.
1645 * gdb-events.h: Regenerated.
1646
1647 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1648
1649 * MAINTAINERS: Add self to Write After Approval list.
1650
1651 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1652
1653 * disasm.c: New file.
1654 * disasm.h: New file.
1655 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1656 (compare_lines): Ditto.
1657 (dump_insns): Ditto.
1658 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1659 argument.
1660 (do_assembly_only): Ditto.
1661 (do_disassembly): Renamed to gdb_disassembly and moved to
1662 disasm.c. Sdded uiout argument.
1663 * Makefile.in: Add new files. Reorder SFILES list. Update
1664 dependencies. Include libgdb.a later in the insight executable.
1665
1666 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1667
1668 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1669 bfd/elf64-alpha-fbsd.c.
1670
1671 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1672
1673 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1674 i386gnu-tdep.c.
1675
1676 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1677
1678 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1679 __FUNCTION__.
1680 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1681 function name.
1682 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1683 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1684 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1685 (S_msg_sig_post_reply): Ditto.
1686
1687 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1688
1689 * sh-tdep.c (sh_use_struct_convention): Use definition according
1690 to ABI.
1691 (sh_push_arguments): Store in register with correct endianess.
1692 (sh_default_store_return_value): Ditto.
1693 (sh_gdbarch_init): Set sizeof long double to 8.
1694
1695 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1696
1697 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1698 Fix some whitespace problems.
1699
1700 2002-09-27 David Carlton <carlton@math.stanford.edu>
1701
1702 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1703 (mcore-tdep.o): Ditto.
1704 (ns32k-tdep.o): Ditto.
1705 (ns32knbsd-tdep.o): Ditto.
1706 (sh3-rom.o): Ditto.
1707 (vax-tdep.o): Ditto.
1708 * cris-tdep.c: #include "gdb_string.h"
1709 * mcore-tdep.c: Ditto.
1710 * ns32k-tdep.c: Ditto.
1711 * ns32knbsd-tdep.c: Ditto.
1712 * sh3-rom.c: Ditto.
1713 * vax-tdep.c: Ditto.
1714
1715 2002-09-27 David Carlton <carlton@math.stanford.edu>
1716
1717 * config/djgpp/fnchange.lst: Add entries for
1718 gdb/testsuite/gdb.c++/m-static files.
1719
1720 2002-09-27 Jim Wilson <wilson@redhat.com>
1721
1722 * MAINTAINERS: Add myself to the Write After Approval list.
1723
1724 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1725
1726 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1727
1728
1729 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1730
1731 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1732 frame.
1733
1734 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1735
1736 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1737 (rs6000_struct_return_address): Delete variable.
1738 (rs6000_store_struct_return): Update.
1739 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1740 deprecated_extract_struct_value_address.
1741 (rs6000_frame_align): New function.
1742 (rs6000_gdbarch_init): Set frame_align.
1743
1744 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1745
1746 From Grace Sainsbury <graces@redhat.com>:
1747 * Makefile.in (gdbtk-main.o): New target.
1748 (gdb.o): New target.
1749 (main_h): Define.
1750 (main.o): Update dependencies.
1751 (gdb$(EXEEXT)): Add gdb.o.
1752 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1753 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1754 (SUBDIR_GDBTK_CLEAN): Set.
1755 (install-gdbtk): Install the insight binary.
1756 (uninstall-gdbtk): New target.
1757 (all-gdbtk, clean-gdbtk): New rule.
1758 * top.c (use_windows): Default to zero.
1759 * main.c: Include "main.h".
1760 (main): Delete.
1761 (struct captured_main_args): Delete.
1762 (gdb_main): New function.
1763 * main.h: New file.
1764 * gdb.c: New File.
1765
1766 2002-09-25 Andrew Cagney <cagney@redhat.com>
1767
1768 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1769 (frame_map_regnum_to_name): New function.
1770 (frame_map_name_to_regnum): New function.
1771 * frame.h (frame_map_name_to_regnum): Declare.
1772 (frame_map_regnum_to_name): Declare.
1773 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1774 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1775 * parse.c: Do not include "builtin-regs.h".
1776 (target_map_name_to_register): Delete function.
1777 (write_dollar_variable): Use frame_map_name_to_regnum.
1778 * parser-defs.h (target_map_name_to_register): Delete declaration.
1779 * expprint.c: Include "frame.h".
1780 (print_subexp): Use frame_map_regnum_to_name.
1781 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1782 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1783
1784 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1785
1786 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1787 wasn't saved, and the next innermost frame is a dummy, return the
1788 dummy frame's link register.
1789
1790 2002-09-24 Jim Blandy <jimb@redhat.com>
1791
1792 Fix from Paul Breed:
1793 * main.c (captured_main): Add a `break' after the case for 'b'.
1794
1795 2002-09-24 Keith Seitz <keiths@redhat.com>
1796
1797 * varobj.c (c_type_of_child): Use get_target_type instead
1798 of TYPE_TARGET_TYPE.
1799
1800 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1801
1802 * source.c (get_current_or_default_source_symtab_and_line): Remove
1803 function.
1804 (set_default_source_symtab_and_line): New function. Attempts to
1805 determine a source file to list lines from if one is not currently
1806 defined.
1807 (get_current_source_symtab_and_line): Initialize sal.pc and
1808 sal.end fields.
1809 (set_current_source_symtab_and_line): Mark argument as const.
1810 * source.h: Update declarations and comments.
1811 * linespec.c (decode_line_1): Replace call to removed routine above.
1812 * stack.c (print_frame_info_base): Ditto.
1813 * cli/cli-cmds.c (edit_command): Ditto.
1814 (list_command): Ditto.
1815
1816 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1817
1818 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1819 sal.pc and sal.end fields.
1820 (get_current_or_default_source_symtab_and_line): Ditto.
1821 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1822 so we do not cause a new source symtab to be searched for (reverting an
1823 unintentional change from the 2002-09-20 patch).
1824 * scm-lang.c (scm_unpac): Ditto.
1825
1826 2002-09-21 Andrew Cagney <cagney@redhat.com>
1827
1828 * complaints.c (symfile_explanations): Remove new-line from
1829 ``isolated_message''.
1830 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1831 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1832
1833 2002-09-20 Nick Clifton <nickc@redhat.com>
1834
1835 * NEWS: Announce that V850EA ISA is no longer supported.
1836 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1837
1838 2002-09-20 David Carlton <carlton@math.stanford.edu>
1839
1840 * Makefile.in (c-lang.o): Correct dependencies.
1841 (utils.o): Gather dependencies.
1842 (charset.o): Move.
1843 * c-lang.c: #include "gdb_string.h"
1844
1845 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1846
1847 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1848 * cli/cli-cmds.c (list_command): New function. Implements the new
1849 cli edit command.
1850 (_init_cli_cmds): Add new command definition.
1851 * gdb.1: Document edit command.
1852 * doc/gdb.texinfo: Document edit command.
1853
1854 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1855
1856 * source.c: Make global variables current_source_symtab and
1857 current_source_line static.
1858 (list_command): Moved to cli/cli-cmds.c.
1859 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1860 (get_first_line_listed): New accessor function.
1861 (get_lines_to_list): New accessor function.
1862 (get_current_source_symtab_and_line): New function. Retrieves the
1863 position in the source code that we consider current.
1864 (get_current_or_default_source_symtab_and_line): New function.
1865 Like the above but attempts to determine a default position if one
1866 is not currently defined.
1867 (set_current_source_symtab_and_line): New function. Sets the source
1868 code position considered current and returns the previously set one.
1869 (clear_current_source_symtab_and_line): Reset stored information about
1870 a current source line.
1871 (_initialize_source): Remove registration for the "list" command and
1872 its alias.
1873 * source.h: Add declarations for the new functions above.
1874 * symtab.h: Remove declarations for the global variables mentioned
1875 above.
1876 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1877 obtain current source line.
1878 * linespec.c (decode_line_1): Ditto.
1879 * macroscope.c (default_macro_scope): Ditto.
1880 * scm-lang.c (scm_unpac): Ditto.
1881 * stack.c (print_frame_info_base): Ditto.
1882 * symfile.c (clear_symtab_users): Ditto.
1883 * symtab.c (decode_line_spec): Ditto.
1884 * cli/cli-cmds.c (list_command): Moved here from source.c.
1885 (ambiguous_line_spec): Moved here from source.c.
1886 (_init_cli_cmds): Add definition for "list" and its alias.
1887 * Makefile.in: Update dependencies.
1888
1889 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1890
1891 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1892 with what gcc thinks is correct.
1893
1894 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1895
1896 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1897 multiple register push instruction.
1898
1899 2002-09-19 Jim Blandy <jimb@redhat.com>
1900
1901 Add support for distinct host and target character sets.
1902 * charset.c, charset.h: New files.
1903 * c-exp.y: #include "charset.h".
1904 (yylex): Convert character and string literals to the target
1905 character set, before returning them as the semantic value of the
1906 token.
1907 * c-lang.c: #include "charset.h".
1908 (c_emit_char): Use charset-specific methods to recognize
1909 characters with backslash escape forms, to decide which characters
1910 to print literally and which to print using numeric escape
1911 sequences, and to convert target characters to host characters
1912 before printing.
1913 * utils.c: #include "charset.h".
1914 (no_control_char_error): New function.
1915 (parse_escape): Use charset-specific methods to recognize
1916 backslash escapes, parse `control character' notation, and convert
1917 characters from the host character set to the target character set.
1918 * configure.in: Set the default host character set.
1919 Check where to find iconv, and what its argument types might be.
1920 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1921 * Makefile.in (SFILES): List charset.c.
1922 (COMMON_OBS): List charset.o.
1923 (charset.o): New rule.
1924 (charset_h): New header dependency variable.
1925 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1926 (LIBICONV): New variable, set by configure.
1927 (CLIBS): Include $(LIBICONV) here.
1928 * aclocal.m4, config.in, configure: Regenerated.
1929
1930 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1931
1932 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1933 bison 1.35 warning.
1934
1935 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1936
1937 * gdb_mbuild.sh: New file.
1938
1939 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1940
1941 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1942
1943 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1944
1945 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1946 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1947 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1948 valops.c, value.h: Revert previous change.
1949
1950 2002-09-18 Michael Snyder <msnyder@redhat.com>
1951
1952 Preliminary support for Objective-C:
1953 * defs.h (language_objc): New enum value.
1954 (puts_filtered_tabular): Declaration only, exported from utils.c.
1955 (skip_quoted): Delete, declared in completer.h.
1956 * c-exp.y: Include completer.h.
1957 * p-exp.y: Ditto.
1958 * jv-exp.y: Ditto.
1959 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1960 New operator enum values.
1961 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1962 * language.c (binop_result_type): Handle language_objc case.
1963 (integral_type, character_type, string_type, boolean_type,
1964 structured_type, binop_type_check): Ditto.
1965 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1966 (struct objc_specific): Add to general_symbol_info.
1967 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1968 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1969 * parser-defs.h (struct objc_class_str): New struct type.
1970 (start_msglist, end_msglist, add_msglist): Declaration only,
1971 exported from objc-lang.c.
1972 * value.h (value_of_local, value_nsstring,
1973 call_function_by_hand_expecting_type): Exported from valops.c.
1974 * valops.c (find_function_addr): Export.
1975 (call_function_by_hand_expecting_type): New function.
1976 (value_of_local): New function.
1977 * symfile.c (init_filename_language_table): Add ".m" extension
1978 for Objective-C.
1979 * utils.c (puts_filtered_tabular): New function.
1980 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1981 (set/show demangle): Extend help-string to refer to ObjC.
1982 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1983 * stabsread.c (symbol_reference_defined): Objective-C symbols
1984 may contain colons: make allowances when scanning stabs strings
1985 for colons.
1986 (objc_find_colon): New function.
1987 * printcmd.c (address_info): If language == objc then print
1988 "self" instead of "this".
1989 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1990 OP_NSSTRING, and OP_SELF.
1991 (prefixify_subexp): Ditto.
1992 * source.c (print_source_lines): Mention objc in comment.
1993 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1994 method names.
1995
1996 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1997
1998 * complaints.h: Update copyright.
1999 (struct complaints): Declare.
2000 (struct complaint): Make `message' constant.
2001 (internal_complaint): Declare.
2002 (complaint): Declare.
2003 (complaint_root): Delete declaration.
2004 (symfile_complaints): Delete declaration.
2005 (struct complaints): Add opaque declaration.
2006 (clear_complaints): Add a complaints parameter.
2007 * complaints.c: Update copyright.
2008 (enum complaint_series): Define.
2009 (complaint_root): Delete.
2010 (struct complaints): Define.
2011 (complaint_sentinel, symfile_complaint_book): New variables.
2012 (symfile_explanations, symfile_complaints): New variables.
2013 New variables.
2014 (get_complaints): New function.
2015 (vcomplaint): New function.
2016 (complaint): New function.
2017 (internal_complaint): New function.
2018 (complain): Call vcomplain with symfile_complaint.
2019 (clear_complaints): Rewrite.
2020 (_initialize_complaints): Use add_setshow_command.
2021 * Makefile.in (complaints.o): Update dependencies.
2022 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2023 to call to clear_complaints.
2024 (new_symfile_objfile, reread_symbols): Ditto.
2025 (oldsyms_complaint): Delete.
2026 (empty_symtab_complaint, unknown_option_complaint): Delete.
2027 (free_named_symtabs): Use complaint instead of complain.
2028
2029 2002-09-18 Michael Snyder <msnyder@redhat.com>
2030
2031 Contributed by Apple Computer, Inc. Merged with current sources
2032 by Adam Fedor <fedor@doc.com> [cagney].
2033
2034 * objc-lang.c: First clean-up round: comments, indentation.
2035 * objc-lang.h: Ditto.
2036 * objc-lang.y: Ditto.
2037
2038 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2039
2040 * maint.c (maintenance_internal_error): Print the parameter as the
2041 error message.
2042 (maintenance_internal_warning): New function.
2043 (_initialize_maint_cmds): Add command `maint internal-warning'.
2044
2045 * defs.h (internal_warning, internal_vwarning): Declare.
2046 * utils.c (struct internal_problem): Define.
2047 (internal_vproblem): New function.
2048 (internal_warning): New function.
2049 (internal_vwarning): New function.
2050 (internal_warning_problem, internal_error_problem): New variables.
2051 (internal_verror): Just call internal_vproblem.
2052
2053 2002-09-18 Michael Snyder <msnyder@redhat.com>
2054
2055 * objc-lang.c: New file, support for Objective-C.
2056 Preliminary check-in, not yet integrated into gdb.
2057 * objc-lang.h: New file.
2058 * objc-exp.y: New file.
2059
2060 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2061
2062 * infrun.c (signal_stop_update): Convert definition to ISO C.
2063 (signal_print_update): Ditto.
2064 (signal_pass_update): Ditto.
2065 * inflow.c (terminal_save_ours): Ditto.
2066
2067 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2068 comments.
2069
2070 * config/djgpp/fnchange.lst: Handle name clashes between
2071 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2072 bfd/coff-tic80.c.
2073
2074 * i386-linux-tdep.h: Fix tipo.
2075
2076 2002-09-18 Adam Fedor <fedor@gnu.org>
2077
2078 * MAINTAINERS: Add myself to the Write After Approval list.
2079
2080 2002-09-18 Jim Blandy <jimb@redhat.com>
2081
2082 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2083 texthigh and textlow to reader-specific structs caused
2084 objfile_relocate to miss them. This is fixable, but the work that
2085 the change was supposed to prepare GDB for never got done anyway.
2086
2087 2002-09-18 David Carlton <carlton@math.stanford.edu>
2088
2089 * MAINTAINERS: Alphabetize Write After Approval list.
2090
2091 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2092
2093 Fix PR gdb/709
2094 * values.c (value_static_field): Call read_var_value.
2095
2096 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2097
2098 * valops.c (hand_function_call): Align the initial stack pointer
2099 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2100 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2101 return value.
2102 * mips-tdep.c (mips_frame_align): New function.
2103 (mips_gdbarch_init): Set frame_align.
2104 * gdbarch.sh (FRAME_ALIGN): New method.
2105 * gdbarch.h, gdbarch.c: Re-generate.
2106
2107 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2108
2109 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2110 registers.
2111
2112 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2113
2114 * NEWS: Mention that MIPS $fp behavior changed.
2115 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2116 reference to FP_REGNUM.
2117 (mipsnbsd_cannot_store_register): Ditto.
2118 * mips-linux-nat.c: Update copyright.
2119 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2120 (mips_linux_cannot_store_register): Ditto.
2121 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2122 * config/mips/tm-mips.h: Update copyright.
2123 (FP_REGNUM): Delete macro.
2124 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2125 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2126 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2127 (mips_r3041_reg_names, mips_r3051_reg_names)
2128 (mips_r3081_reg_names): Replace "fp" with "".
2129 Fix PR gdb/480.
2130
2131 2002-09-17 Theodore A. Roth <troth@verinet.com>
2132
2133 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2134 generic_read_register_dummy() (PR gdb/703).
2135 (avr_push_return_address): #if 0 out unused vars.
2136 (avr_gdbarch_init): Enable use of avr_push_return_address().
2137
2138 2002-09-17 Michael Snyder <msnyder@redhat.com>
2139
2140 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2141 RTE will take care of it.
2142
2143 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2144
2145 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2146 invalid, return SP_REGNUM.
2147
2148 2002-09-17 Michael Snyder <msnyder@redhat.com>
2149
2150 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2151 point registers without sign extension.
2152
2153 2002-09-17 Andrew Cagney <cagney@redhat.com>
2154
2155 * blockframe.c (deprecated_read_register_dummy): Rename
2156 generic_read_register_dummy.
2157 * frame.c (frame_unwind_signed_register): New function.
2158 (frame_unwind_unsigned_register): New function.
2159 * frame.h (frame_unwind_signed_register): Declare.
2160 (frame_unwind_unsigned_register): Declare.
2161 (deprecated_read_register_dummy): Rename
2162 generic_read_register_dummy.
2163
2164 * h8300-tdep.c (h8300_frame_chain): Update.
2165 (h8300_frame_saved_pc): Update.
2166 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2167 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2168 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2169 (s390_frame_chain): Update.
2170 * v850-tdep.c (v850_find_callers_reg): Update.
2171 (v850_frame_saved_pc): Update.
2172 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2173 (m32r_find_callers_reg): Update.
2174 (m32r_frame_saved_pc): Update.
2175 * sh-tdep.c (sh_find_callers_reg): Update.
2176 (sh64_get_saved_pr): Update.
2177 (sh_init_extra_frame_info): Update.
2178 (sh_init_extra_frame_info): Update.
2179 (sh64_init_extra_frame_info): Update.
2180 (sh64_init_extra_frame_info): Update.
2181 * mcore-tdep.c (mcore_find_callers_reg): Update.
2182 (mcore_frame_saved_pc): Update.
2183 (mcore_init_extra_frame_info): Update.
2184 * i386-tdep.c (i386_frame_saved_pc): Update.
2185 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2186 (ia64_init_extra_frame_info): Update.
2187 (ia64_init_extra_frame_info): Update.
2188 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2189 * cris-tdep.c (cris_init_extra_frame_info): Update.
2190 * avr-tdep.c (avr_frame_chain): Update.
2191 (avr_init_extra_frame_info): Update.
2192 (avr_frame_saved_pc): Update.
2193 * arm-tdep.c (arm_find_callers_reg): Update.
2194 (arm_init_extra_frame_info): Update.
2195 (arm_frame_saved_pc): Update.
2196
2197 2002-09-17 Tom Tromey <tromey@redhat.com>
2198
2199 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2200 is "'".
2201
2202 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2203
2204 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2205 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2206 NEXT_PROLOGUE_INSN.
2207 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2208 NEXT_PROLOGUE_INSN.
2209
2210 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2211
2212 * osfsolib.c: Remove file, replaced by solib-osf.c.
2213 * Makefile.in: Remove compilation rules for osfsolib.c.
2214
2215 2002-09-16 David Carlton <carlton@math.stanford.edu>
2216
2217 * cp-valprint.c (cp_print_class_method): Correct args to
2218 check_stub_method_group.
2219
2220 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2221
2222 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2223 `set architecture'. Unify naming convention of functions.
2224 (h8300_skip_prologue): Improve prologue analysis.
2225 (h8300_push_arguments): Rewritten to more closely match GCC's
2226 bizarre argument-passing behavior, along with the comment describing
2227 said behavior.
2228 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2229 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2230 sim, remote-e7000.c, remote-hms.c and remote.c
2231
2232 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2233
2234 * i386-tdep.c (gdb_print_insn_i386): Removed.
2235 (i386_print_insn): New function.
2236 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2237 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2238 tm_print_insn_info.
2239
2240 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2241
2242 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2243 zero.
2244
2245 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2246
2247 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2248 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2249 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2250
2251 2002-09-13 Christopher Faylor <cgf@redhat.com>
2252
2253 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2254
2255 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2256
2257 * gdbtypes.c (check_stub_method): Make static.
2258 (check_stub_method_group): New function.
2259 * gdbtypes.h: Update prototypes.
2260 * cp-support.c: New file.
2261 * cp-support.h: New file.
2262
2263 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2264 (update_method_name_from_physname): New function.
2265 (read_member_functions): Correct method names for operators
2266 and v3 constructors/destructors. Separate v2 constructors and
2267 destructors.
2268 * Makefile.in (stabsread.o): Update dependencies.
2269 (SFILES): Add cp-support.c.
2270 (COMMON_OBS): Add cp-support.o.
2271 (cp_support_h, cp-support.o): Add.
2272
2273 * cp-valprint.c (cp_print_class_method): Call
2274 check_stub_method_group instead of check_stub_method. Remove
2275 extraneous QUITs.
2276 * p-valprint.c (pascal_object_print_class_method): Likewise.
2277 * valops.c (search_struct_method): Likewise.
2278 (find_method_list, value_struct_elt_for_reference): Likewise.
2279
2280 2002-09-13 Andrew Cagney <cagney@redhat.com>
2281
2282 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2283 * gdbarch.h, gdbarch.c: Regenerate.
2284
2285 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2286
2287 * frame.c (find_saved_register): Delete function.
2288 * frame.h (find_saved_register): Delete declaration.
2289 Fix PR gdb/631.
2290
2291 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2292
2293 * mips-tdep.c (read_next_frame_reg): Re-hack using
2294 frame_register_unwind.
2295
2296 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2297
2298 * mips-tdep.c (mips_get_saved_register): Re-hack using
2299 frame_register_unwind.
2300
2301 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2302
2303 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2304 vector. Will be useful for Interix.
2305 * gdbarch.h, gdbarch.c: Regenerate.
2306
2307 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2308 name of the malloc function by NAME_OF_MALLOC.
2309
2310 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2311
2312 * value.h (find_function_in_inferior): Add const keyword to
2313 one of the parameters. Allows us to invoke this function with
2314 a const char *.
2315 * valops.c (find_function_in_inferior): Likewise.
2316
2317 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2318
2319 * exec.c (xfer_memory): Fix compilation warning with old versions
2320 of GCC.
2321 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2322
2323 2002-09-12 David Carlton <carlton@math.stanford.edu>
2324
2325 * symtab.h: Run through gdb_indent.h.
2326 Add 2002 to Copyright year list.
2327
2328 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2329
2330 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2331 mach constants.
2332 * MAINTAINERS: Add myself to write after approval list.
2333
2334 2002-09-11 J. Brobecker <brobecker@gnat.com>
2335
2336 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2337
2338 2002-09-11 J. Brobecker <brobecker@gnat.com>
2339
2340 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2341 Interix.
2342
2343 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2344
2345 * procfs.c (do_detach): Clear current signal, not just fault.
2346 Corrects problem with breakpoint trap signal leaking to detached
2347 process on Tru64.
2348
2349 2002-09-10 Michael Snyder <msnyder@redhat.com>
2350
2351 * buildsym.c (finish_block): Protect against null pointer.
2352
2353 2002-09-10 Andrew Cagney <cagney@redhat.com>
2354
2355 * infcmd.c (default_print_registers_info): Send all output to
2356 ``file'' instead of ``gdb_stdout''.
2357
2358 2002-09-10 Michael Snyder <msnyder@redhat.com>
2359
2360 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2361 LONGEST, and use signed register read (addresses are sign-
2362 extended for mips).
2363
2364 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2365
2366 * event-loop.c (gdb_do_one_event): Make public.
2367 * event-loop.h (gdb_do_one_event): Declare.
2368
2369 2002-09-10 Jeff Law <law@redhat.com>
2370
2371 * infttrace.c (child_resume): Simplify and rework to avoid
2372 TT_PROC_CONTINUE.
2373
2374 2002-09-09 Fred Fish <fnf@intrinsity.com>
2375
2376 * printcmd.c (print_scalar_formatted): "len" is the number of
2377 target bytes, NOT the number of target bits.
2378
2379 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2380
2381 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2382 * top.c (init_main): Set rl_terminal_name.
2383
2384 2002-09-08 Aidan Skinner <aidan@velvet.net>
2385
2386 * ada-lang.c (ada_array_bound, ada_type_match,
2387 _initialize_ada_language): Fix K&R definitions.
2388 * ada-tasks.c (get_current_task): Fix K&R definitions.
2389 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2390
2391 2002-09-07 Christopher Faylor <cgf@redhat.com>
2392
2393 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2394 Add XP.
2395
2396 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2397
2398 * i386-tdep.c (i386_register_virtual_type,
2399 i386_register_convertible, i386_register_convert_to_virtual,
2400 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2401 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2402 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2403 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2404 Don't set push_arguments twice.
2405
2406 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2407 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2408 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2409 sigtramp_end to NULL.
2410 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2411 defines.
2412 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2413
2414 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2415 whitespace.
2416
2417 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2418 * gdbarch.h, gdbarch.c: Re-generate.
2419 * blockframe.c (find_pc_sect_partial_function): Convert to use
2420 SIGTRAMP_START_P predicate.
2421
2422 2002-09-05 Michael Snyder <msnyder@redhat.com>
2423
2424 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2425 generic_dummy_frame method and old method. Also distinguish
2426 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2427 (arm_extract_return_value): Use new regcache method.
2428
2429 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2430 adjustment that doesn't conform to the ABI.
2431 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2432 saved regcache, not from current regcache.
2433
2434 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2435
2436 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2437 * README: Update.
2438
2439 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2440
2441 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2442 if arm_apcs_32 is false.
2443
2444 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2445
2446 GDB 5.3 branch created.
2447
2448 2002-09-03 Theodore A. Roth <troth@verinet.com>
2449
2450 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2451 generic_unwind_get_saved_register.
2452
2453 2002-09-03 David Carlton <carlton@math.stanford.edu>
2454
2455 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2456 argument (PR gdb/653). Update call to smash_to_method_type.
2457 (read_structure_scope): Update call to dwarf2_add_member_fn.
2458
2459 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2460
2461 * x86-64-linux-tdep.c: Include gdb_string.h
2462 * x86-64-linux-nat.c: Ditto.
2463
2464 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2465
2466 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2467 when YYDEBUG is set to 1.
2468 * c-exp.y: Likewise.
2469 * f-exp.y: Likewise.
2470 * jv-exp.y: Likewise.
2471 * m2-exp.y: Likewise.
2472 * p-exp.y: Likewise.
2473
2474 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2475
2476 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2477 dependency list.
2478 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2479 solib_svr4_fetch_link_map_offsets to
2480 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2481 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2482 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2483 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2484 solib-svr4.o, and solib-legacy.o.
2485 * config/i386/tm-nbsd.h: Include solib.h.
2486
2487 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2488
2489 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2490 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2491 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2492 comment noting that this needs its own target configuration.
2493 * config/i386/nbsd.mt: New file.
2494 * config/i386/nbsdaout.mt: Remove.
2495 * config/i386/nbsdelf.mt: Ditto.
2496 * config/i386/tm-nbsdaout.h: Ditto.
2497
2498 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2499
2500 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2501 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2502 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2503 tdep->sigtramp_end.
2504 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2505 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2506 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2507
2508 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2509
2510 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2511 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2512 * i386-tdep.h (i386bsd_init_abi): New prototype.
2513 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2514 function declaration.
2515 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2516 for NetBSD-a.out or NetBSD-ELF.
2517 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2518 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2519 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2520 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2521 and nbsd-tdep.h.
2522 (i386nbsd_pc_in_sigtramp): New function.
2523 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2524 i386nbsd_pc_in_sigtramp.
2525 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2526 and i386nbsdelf_init_abi OS ABI handlers.
2527 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2528 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2529
2530 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2531
2532 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2533 registers if the target really has them.
2534
2535 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2536
2537 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2538 than nbsd-tdep.h.
2539
2540 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2541
2542 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2543 list.
2544 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2545 (alphanbsd_skip_sigtramp_frame): New functions.
2546 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2547 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2548 to alphanbsd_sigcontext_addr.
2549
2550 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2551
2552 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2553 list.
2554 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2555 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2556 nbsd_pc_in_sigtramp.
2557 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2558 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2559 * nbsd-tdep.c: Include gdb_string.h.
2560 (nbsd_pc_in_sigtramp): New function.
2561 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2562 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2563 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2564 ppcnbsd_pc_in_sigtramp.
2565 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2566 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2567 shnbsd_pc_in_sigtramp.
2568 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2569 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2570 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2571
2572 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2573
2574 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2575 watchpoints to NULL.
2576 (insert_breakpoints): set val field of watchpoints if NULL.
2577
2578
2579 2002-08-29 Jim Blandy <jimb@redhat.com>
2580
2581 * symtab.c (lookup_symbol_aux): In the cases where we find a
2582 minimal symbol of an appropriate name and use its address to
2583 select a symtab to read and search, use `name' (as passed to us)
2584 as the demangled name when searching the symtab's global and
2585 static blocks, not the minsym's name.
2586
2587 2002-08-29 Keith Seitz <keiths@redhat.com>
2588
2589 * stack.c (print_frame_info_base): Always set current_source_symtab
2590 and current_source_line.
2591
2592 2002-08-29 Donn Terry <donnte@microsoft.com>
2593
2594 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2595
2596 2002-08-28 Keith Seitz <keiths@redhat.com>
2597
2598 * stack.c (select_frame): Add FIXME concerning selected-frame
2599 events.
2600 (select_frame_command): Send selected-frame-level-changed
2601 event notification, but only if the level actually changed.
2602 (up_silently_base): Add selected-frame-level-changed event
2603 notification.
2604 (down_silently_base): Likewise.
2605
2606 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2607
2608 * Makefile.in: Update dependencies for all gdb/*.c files.
2609
2610 2002-08-27 Tom Tromey <tromey@redhat.com>
2611
2612 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2613 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2614 Update dependencies.
2615 * i387-tdep.c: Include gdb_string.h.
2616 * osabi.c: Likewise.
2617 * i386-linux-nat.c: Likewise.
2618 * lin-lwp.c: Likewise.
2619 * ax-gdb.c: Likewise.
2620 * signals/signals.c: Likewise.
2621 * jv-valprint.c: Likewise.
2622 * p-lang.c: Likewise.
2623 * c-valprint.c: Likewise.
2624 * cp-abi.c: Likewise.
2625
2626 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2627
2628 * cli/cli-script.h (copy_command_lines): Export.
2629 * breakpoint.c: Include cli/cli-script.h.
2630 * Makefile.in (breakpoint.o): Update dependencies.
2631
2632 2002-08-26 Michael Snyder <msnyder@redhat.com>
2633
2634 * breakpoint.c (insert_breakpoints): Protect all references
2635 to 'process_warning'. Shorten long lines.
2636
2637 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2638
2639 * cli/cli-script.c (copy_command_lines): New function.
2640 * defs.h (copy_command_lines): Export.
2641 * testsuite/gdb.base/commands.exp: New tests for commands
2642 attached to a temporary breakpoint, and for commands that
2643 delete the breakpoint they are attached to.
2644
2645 2002-08-26 Michael Snyder <msnyder@redhat.com>
2646
2647 * breakpoint.c (bpstat_stop_status): Instead of copying the
2648 pointer to the breakpoint commands struct, make a new copy
2649 of the struct and point to that.
2650 (bpstat_clear): Free the commands struct.
2651 (bpstat_clear_actions): Free the commands struct.
2652 (bpstat_do_actions): Free the command actions. Also execute
2653 the local cleanups, instead of deleting them.
2654 (delete_breakpoint): Leave the commands field of the bpstat
2655 chain alone -- it will be freed later.
2656
2657 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2658
2659 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2660 deleted in 2002-08-20 commit. This function is still used by
2661 ppc-linux-nat.c.
2662
2663 2002-08-26 Keith Seitz <keiths@redhat.com>
2664
2665 * gdb-events.sh: Add selected-frame-level-changed event.
2666 * gdb-events.c: Regenerated.
2667 * gdb-events.h: Regenerated.
2668
2669 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2670
2671 Fix PR gdb/393:
2672 * inflow.c (terminal_save_ours): New function to save terminal
2673 settings.
2674 * inferior.h (terminal_save_ours): Declare.
2675 * target.c (debug_to_terminal_save_ours): New function.
2676 (cleanup_target): Defaults to_terminal_save_ours.
2677 (update_current_target): Inherit to_terminal_save_ours.
2678 (setup_target_debug): Set to_terminal_save_ours.
2679 * target.h (target_terminal_save_ours): New to save terminal settings.
2680 (target_ops): New member to_terminal_save_ours.
2681 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2682 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2683 * inftarg.c (init_child_ops): Likewise.
2684 * m3-nat.c (init_m3_ops): Likewise.
2685 * procfs.c (init_procfs_ops): Likewise.
2686 * wince.c (init_child_ops): Likewise.
2687 * win32-nat.c (init_child_ops): Likewise.
2688 * sol-thread.c (init_sol_thread_ops): Likewise.
2689
2690 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2691
2692 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2693 use regcache_* functions.
2694 (i386_gdbarch_init): Set store_return_value instead of
2695 deprecated_store_return_value.
2696
2697 * regcache.c (regcache_raw_write_signed,
2698 regcache_raw_write_unsigned): New functions.
2699 * regcache.h (regcache_raw_write_signed,
2700 regcache_raw_write_unsigned): New prototypes.
2701
2702 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2703
2704 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2705 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2706 source file dependencies. Cleanup corresponding generator rules.
2707
2708 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2709
2710 * regcache.h (register_offset_hack): Declare.
2711 (regcache_cooked_read_using_offset_hack): Declare.
2712 (regcache_cooked_write_using_offset_hack): Declare.
2713
2714 * regcache.c (register_offset_hack): New function.
2715 (regcache_cooked_read_using_offset_hack): New function.
2716 (regcache_cooked_write_using_offset_hack): New function.
2717 (regcache_dump): Check that the registers, according to their
2718 offset, are packed hard against each other.
2719 (cooked_xfer_using_offset_hack): New function.
2720
2721 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2722
2723 * regcache.c (struct regcache_descr): Add field register_type.
2724 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2725 in as a parameter
2726 (init_regcache_descr): Initialize register_type. Pass the descr
2727 to init_legacy_regcache_descr. Use register_type instead of
2728 REGISTER_VIRTUAL_TYPE.
2729 (register_type): New function.
2730 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2731 * regcache.h (register_type): Declare.
2732
2733 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2734
2735 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2736 instead of deprecated_store_return_value. Fix fallout from
2737 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2738
2739 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2740
2741 * regcache.c (max_register_size): New function.
2742 (init_legacy_regcache_descr): Ensure that max_register_size is
2743 large enough for REGISTER_VIRTUAL_SIZE.
2744 * regcache.h (max_register_size): Declare.
2745
2746 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2747
2748 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2749 store_return_value.
2750 (e500_extract_return_value): Change type of valbuf pointer to
2751 void.
2752
2753 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2754
2755 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2756 workaround.
2757
2758 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2759 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2760 long long) to prevent compiler warning on 64-bit systems.
2761
2762 2002-08-23 Andrew Cagney <cagney@redhat.com>
2763
2764 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2765 (DEPRECATED_STORE_RETURN_VALUE): New method.
2766 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2767 * gdbarch.h, gdbarch.c: Re-generate.
2768
2769 * values.c (set_return_value): Pass current_regcache to
2770 STORE_RETURN_VALUE.
2771 * arch-utils.h (legacy_store_return_value): Declare.
2772 * arch-utils.c (legacy_store_return_value): New function.
2773 (legacy_extract_return_value): Update parameters.
2774
2775 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2776 STORE_RETURN_VALUE.
2777 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2778 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2779 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2780 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2781 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2782 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2783 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2784 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2785 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2786 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2787
2788 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2789 * i386-tdep.c (i386_extract_return_value): Update.
2790 * arch-utils.c (legacy_extract_return_value): Update.
2791 * frv-tdep.c (frv_gdbarch_init): Update.
2792 * cris-tdep.c (cris_gdbarch_init): Update.
2793 * d10v-tdep.c (d10v_gdbarch_init): Update.
2794 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2795 * m68k-tdep.c (m68k_gdbarch_init): Update.
2796 * mcore-tdep.c (mcore_gdbarch_init): Update.
2797 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2798 * s390-tdep.c (s390_gdbarch_init): Update.
2799 * sparc-tdep.c (sparc_gdbarch_init): Update.
2800 * sh-tdep.c (sh_gdbarch_init): Update.
2801 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2802 * v850-tdep.c (v850_gdbarch_init): Update.
2803 * avr-tdep.c (avr_gdbarch_init): Update.
2804 * ia64-tdep.c (ia64_gdbarch_init): Update.
2805 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2806 * vax-tdep.c (vax_gdbarch_init): Update.
2807 * alpha-tdep.c (alpha_gdbarch_init): Update.
2808 * arm-tdep.c (arm_gdbarch_init): Update.
2809 * mips-tdep.c (mips_gdbarch_init): Update.
2810 * i386-tdep.c (i386_gdbarch_init): Update.
2811
2812 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2813
2814 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2815 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2816
2817 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2818
2819 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2820 problems.
2821
2822 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2823
2824 * infrun.c (handle_inferior_event): Move a comment outside of a
2825 function call, in order to avoid indent reformatting this part
2826 of the code in an unreadable way.
2827
2828 2002-08-23 Grace Sainsbury <graces@redhat.com>
2829
2830 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2831 when breakpoints fail. Move general breakpoint error messages to
2832 insert_breakpoints.
2833 * breakpoint.c (insert_breakpoints): Change warnings when
2834 breakpoints are nto inserted to specify the type. Remove call to
2835 memory_error when hardware breakpoints can't be inserted. Remove
2836 multiple calls to warning so all messages are sent to the user at
2837 once.
2838 (delete_breakpoints): Make insert error messsages more explicit.
2839
2840 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2841
2842 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2843 gdbserver/ChangeLog.
2844
2845 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2846
2847 * i386-tdep.c: Include "objfiles.h".
2848 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2849 skip_trampoline_code.
2850 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2851 (CPLUS_MARKER): Define to '.'.
2852
2853 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2854 member.
2855 (linux_corefile_thread_callback): Increase args->num_notes.
2856 (linux_make_note_section): Initialize thread_args.num_notes, and
2857 use it to determine whether notes for any threads were created.
2858
2859 2002-08-23 Donn Terry <donnte@microsoft.com>
2860
2861 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2862 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2863 and PCUNKILL.
2864 (write_with_trace): Conditionalize out the switch branch handling
2865 PCSHOLD if the corresponding macro is not defined. Likewise for
2866 PRSABORT and PRSTOP.
2867 This change will be needed by the Interix port.
2868
2869 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2870
2871 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2872 write_register wherever possible instead of manipulating the
2873 register bytes directly.
2874 Assign VALUE_CONTENTS to a variable and use that.
2875 The GPR numbers are now dependent on the architecture.
2876
2877 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2878
2879 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2880 ev_offset fields.
2881 (skip_prologue): Add support for BookE/e500 instructions.
2882 (e500_extract_return_value): New function.
2883 (frame_get_saved_regs): Add support for saving ev registers and
2884 pseudo gpr's.
2885 (e500_store_return_value): New function.
2886 (rs6000_gdbarch_init): Move up default intializations of
2887 deprecated_extract_return_value and store_return_value. Overwrite
2888 init of store_return_value with e500 specific version.
2889 Set extract_return_value for e500.
2890
2891 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2892
2893 * blockframe.c (generic_call_dummy_register_unwind): Use
2894 regcache_cooked_read to catch cases in which the variable is
2895 stored in a pseudo register.
2896
2897 2002-08-22 Andrew Cagney <cagney@redhat.com>
2898
2899 * NEWS: Mention that the i960 has been made obsolete.
2900 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2901 i960-tdep.c
2902 (remote-nrom.o): Obsolete target.
2903 (remote-nindy.o, i960-tdep.o): Ditto.
2904 * remote-nrom.c: Make file obsolete.
2905 * remote-nindy.c, remote-vx960.c: Ditto.
2906 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2907 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2908 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2909 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2910 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2911 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2912 i960-*-vxworks* obsolete.
2913 * MAINTAINERS: Note that the i960 is obsolete.
2914
2915 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2916
2917 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2918 detach to allow reinitialization.
2919
2920 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2921
2922 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2923 attempt).
2924
2925 2002-08-22 Jim Blandy <jimb@redhat.com>
2926
2927 * coffread.c (coff_symfile_read): Don't try to read the line
2928 number table from disk if the image file doesn't have a symbol
2929 table; we'll never actually look at the info anyway, and Windows
2930 ships DLL's with bogus file offsets for the line number data.
2931
2932 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2933
2934 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2935 an e500 executable.
2936
2937 2002-08-21 Michael Snyder <msnyder@redhat.com>
2938
2939 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2940 (MSYMBOL_SIZE): Replace macro with function.
2941 (DEFAULT_MIPS_TYPE): Delete unused macro.
2942 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2943 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2944
2945 2002-08-21 Jim Blandy <jimb@redhat.com>
2946
2947 * valops.c (value_cast): Simplify and correct logic for doing a
2948 static cast from a pointer to a base class to a pointer to a
2949 derived class.
2950
2951 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2952
2953 * infcmd.c (default_print_registers_info): Replace
2954 do_registers_info.
2955 (registers_info): Use gdbarch_print_registers_info instead of
2956 DO_REGISTERS_INFO.
2957 * inferior.h (default_print_registers_info): Replace
2958 do_registers_info.
2959 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2960 (DO_REGISTERS_INFO): Change to a predicate function.
2961 * gdbarch.h, gdbarch.c: Regenerate.
2962
2963 2002-08-21 Keith Seitz <keiths@redhat.com>
2964
2965 * gdb-events.sh: Add target-changed event.
2966 * gdb-events.c: Regenerated.
2967 * gdb-events.c: Regenerated.
2968 * valops.c (value_assign): Add target-changed event notification
2969 to inlval_register, lval_memory, and lval_reg_frame_relative.
2970
2971 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2972
2973 * NEWS: Add an entry regarding the improvement of the next/step
2974 operation on Alpha Tru64 multi-processor machines.
2975
2976 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2977
2978 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2979 directores.
2980 * Makefile.in: Update all _h macro definitions.
2981 * Makefile.in (install-gdbtk): Move to install section.
2982 (rdi-share/libangsd.a): Move to end of file.
2983
2984 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2985
2986 * frame.c (frame_register_unwind): When a register, set addrp to
2987 the register's byte.
2988
2989 2002-08-20 Michael Snyder <msnyder@redhat.com>
2990
2991 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2992 used locally, so move them from the target machine header to here.
2993 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2994 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2995 Make static.
2996 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2997
2998 2002-08-20 Andrew Cagney <cagney@redhat.com>
2999
3000 * NEWS: Mention that the Apollo line was made obsolete.
3001 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3002 m68*-hp-hpux* obsolete.
3003 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3004 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3005 * buildsym.c (make_blockvector): Make static.
3006 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3007 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3008 (ALLDEPFILES): Remove dstread.c.
3009 (dstread.o): Obsolete make rule.
3010 * dstread.c: Makefile obsolete.
3011 * dst.h: Ditto.
3012 * config/m68k/hp300hpux.mt: Ditto.
3013 * config/m68k/hp300hpux.mh: Ditto.
3014 * config/m68k/hp300bsd.mt: Ditto.
3015 * config/m68k/hp300bsd.mh: Ditto.
3016 * config/m68k/apollo68b.mt: Ditto.
3017 * config/m68k/apollo68v.mh: Ditto.
3018 * config/m68k/apollo68b.mh: Ditto.
3019
3020 2002-08-20 Michael Snyder <msnyder@redhat.com>
3021
3022 * mips-tdep.c (mips_in_return_stub): Make static.
3023 (mips_gdbarch_init): Set in_solib_return_trampoline.
3024 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3025
3026 2002-08-20 Michael Snyder <msnyder@redhat.com>
3027
3028 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3029 * gdbarch.c, gdbarch.h: Regenerate.
3030 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3031 Add.
3032 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3033
3034 2002-08-20 Michael Snyder <msnyder@redhat.com>
3035
3036 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3037 (mips_gdbarch_init): Set skip_trampoline_code,
3038 in_solib_call_trampoline.
3039 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3040 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3041
3042 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3043
3044 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3045
3046 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3047 vector type for ev registers.
3048 (e500_pseudo_register_read): New function.
3049 (e500_pseudo_register_write): New function.
3050 (e500_dwarf2_reg_to_regnum): New function.
3051 (PPC_UISA_NOFP_SPRS): New macro.
3052 (PPC_EV_REGS): New macro.
3053 (PPC_GPRS_PSEUDO_REGS): New macro.
3054 (registers_e500): New register set for e500.
3055 (variants): Add e500 variant.
3056 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3057 before setting architectural dependent variations. Initialize ev
3058 registers numbers. Add case for e500 architecture. Set the
3059 number of pseudo registers.
3060
3061 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3062
3063 * rs6000-tdep.c: Clean up comments.
3064
3065 2002-08-20 Andrew Cagney <cagney@redhat.com>
3066
3067 * h8300-tdep.c: Re-indent file.
3068
3069 2002-08-20 Jim Blandy <jimb@redhat.com>
3070
3071 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3072 default for this.
3073
3074 2002-08-20 Keith Seitz <keiths@redhat.com>
3075
3076 * breakpoints.c (watch_command_1): Use internal breakpoint
3077 when setting a watchpoint_scope breakpoint.
3078
3079 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3080
3081 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3082 (build_builtin_type_vec64i): Ditto.
3083 (build_builtin_type_vec128): Ditto.
3084 (build_builtin_type_vec128i): Ditto.
3085
3086 2002-08-19 Michael Snyder <msnyder@redhat.com>
3087
3088 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3089 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3090 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3091 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3092 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3093 CALL_DUMMY_ADDRESS): Delete.
3094 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3095 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3096 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3097 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3098 push_return_address.
3099 (mips_register_raw_size, mips_eabi_use_struct_convention,
3100 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3101 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3102 mips_init_extra_frame_info, mips_eabi_push_arguments,
3103 mips_n32n64_push_arguments, mips_push_return_address,
3104 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3105 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3106
3107 2002-08-19 Michael Snyder <msnyder@redhat.com>
3108
3109 * mips-tdep.c (mips_frame_num_args): New function.
3110 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3111 frame_saved_pc, frame_args_address, frame_locals_address,
3112 frame_num_args, and frame_args_skip.
3113 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3114 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3115 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3116 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3117
3118 2002-08-20 Michael Snyder <msnyder@redhat.com>
3119
3120 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3121 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3122 * mips-tdep.c (mips_store_struct_return): New function.
3123 (mips_extract_struct_value_address): New function.
3124 (mips_gdbarch_init): Set store_struct_return and
3125 extract_struct_value_address.
3126
3127 2002-08-20 David Carlton <carlton@math.stanford.edu>
3128
3129 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3130 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3131 (read_file_scope): Check that line_header is nonzero before
3132 decoding macro information.
3133
3134 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3135
3136 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3137 flag the general-purpose registers as floating-point on targets
3138 that don't support the floating-point registers.
3139
3140 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3141
3142 * rs6000-tdep.c (altivec_register_p): Delete.
3143 (rs6000_do_altivec_registers): Delete.
3144 (rs6000_altivec_registers_info): Delete.
3145 (rs6000_do_registers_info): Delete.
3146 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3147 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3148
3149 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3150
3151 * infcmd.c (do_registers_info): Print vector registers in hex
3152 format only.
3153 (print_vector_info): Check that printing registers
3154 makes sense.
3155 (print_float_info): Ditto.
3156
3157 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3158
3159 * mips-tdep.c (mips_gdbarch_init): Update.
3160 (mips_o32_extract_return_value): Rewrite.
3161 (mips_o32_store_return_value): Rewrite.
3162 (mips_o32_xfer_return_value): New function.
3163 (mips_xfer_register): Tweak debug print message. Allow for
3164 buf_offset when dumping the value transfered.
3165
3166 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3167
3168 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3169 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3170 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3171 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3172 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3173
3174 2002-08-14 Michael Snyder <msnyder@redhat.com>
3175
3176 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3177
3178 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3179
3180 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3181 register.
3182 (P): New macro to define a register as a pseudo register.
3183 (R, R4, R8, R16, FR32, R64, R0): Updated.
3184 (struct variant): Add new fields for number of pseudo registers
3185 and number of total registers.
3186 (tot_num_registers): New macro replacing....
3187 (num_registers): ...deleted macro.
3188 (num_registers): New function.
3189 (num_pseudo_registers): New function.
3190 (variants): Update all variants to intialize new fields correctly.
3191 Postpone initialization of number of pseudo regs and real regs.
3192 (init_variants): New function.
3193 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3194 registers offsets.
3195
3196 2002-08-19 David Carlton <carlton@math.stanford.edu>
3197
3198 * valops.c (search_struct_field): Change error message to treat
3199 return value of 0 from value_static_field as meaning that field is
3200 optimized out.
3201 (value_struct_elt_for_reference): Ditto.
3202 * values.c (value_static_field): Treat an unresolved location the
3203 same as a nonexistent symbol. Fix PR gdb/635.
3204 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3205 enclosed. Fix PR gdb/574.
3206 * MAINTAINERS: Add self to Write After Approval list.
3207
3208 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3209
3210 * mips-tdep.c (mips_xfer_register): New function.
3211 (mips_n32n64_extract_return_value): Rewrite.
3212 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3213 instead of deprecated_extract_return_value.
3214
3215 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3216
3217 * rs6000-tdep.c (TDEP): Delete macro.
3218 (branch_dest): Replace use of TDEP macro with its body.
3219 (rs6000_pop_frame): Ditto.
3220 (rs6000_push_arguments): Ditto.
3221 (rs6000_skip_trampoline_code): Ditto.
3222 (rs6000_frame_saved_pc): Ditto.
3223 (rs6000_frame_chain): Ditto.
3224 (rs6000_register_name): Ditto.
3225 (rs6000_register_byte): Ditto.
3226 (rs6000_register_raw_size): Ditto.
3227 (rs6000_register_virtual_type): Ditto.
3228 (rs6000_register_convertible): Ditto.
3229 (rs6000_convert_from_func_ptr_addr): Ditto.
3230
3231 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3232
3233 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3234 conditionally.
3235 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3236 MIPS_LINUX_JB_ELEMENT_SIZE.
3237 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3238 for MAX_REGISTER_RAW_SIZE arrays.
3239 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3240 MIPS_LINUX_JB_ELEMENT_SIZE.
3241
3242 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3243
3244 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3245
3246 2002-08-19 Aidan Skinner <aidan@velvet.net>
3247
3248 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3249 ada-valprint.c ada-tasks.c.
3250 (YYFILES): Add ada-exp.y.
3251 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3252 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3253 (ada-exp.tab.o): New target.
3254
3255 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3256
3257 * regcache.c (regcache_xfer_part): New function.
3258 (regcache_raw_read_part): New function.
3259 (regcache_raw_write_part): New function.
3260 (regcache_cooked_read_part): New function.
3261 (regcache_cooked_write_part): New function.
3262 * regcache.h (regcache_raw_read_part): Declare.
3263 (regcache_raw_write_part): Declare.
3264 (regcache_cooked_read_part): Declare.
3265 (regcache_cooked_write_part): Declare.
3266
3267 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3268
3269 * remote.c (remote_open_1): Add async_p.
3270 (remote_async_open_1): Delete.
3271 (open_remote_target): Delete.
3272 (remote_open, extended_remote_open): Update calls to remote_open_1.
3273 (remote_async_open, extended_remote_async_open): Call
3274 remote_open_1 instead of remote_async_open_1.
3275
3276 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3277
3278 * blockframe.c: Fix a few coding standard violations.
3279
3280 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3281
3282 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3283 here from ...
3284 * config/i386/tm-i386sco5.h: ... here. File removed.
3285 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3286
3287 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3288 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3289 (TM_FILE): Set to tm-i386.h.
3290 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3291 * config/i386/tm-i386v.h: Remove file.
3292 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3293 instead of "i386/tm-i386v.h".
3294 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3295 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3296 "i386/tm-i386v.h".
3297 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3298 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3299 "i386/tm-i386.h".
3300
3301 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3302
3303 * config/i386/nm-i386v.h: Add protection against
3304 multiple-inclusion.
3305 (i386_register_u_addr): Remove prototype.
3306 (register_u_addr): New prototype.
3307 (REGISTER_U_ADDR): Redefine accordingly.
3308 * i386v-nat.c: Improve several comments.
3309 (i386_register_u_addr): Change signature and rename to
3310 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3311 ubase variable.
3312
3313 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3314
3315 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3316 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3317 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3318 deprecated_extract_return_value.
3319 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3320 rename mips_o32o64_push_arguments.
3321 (mips_gdbarch_init): Update.
3322 (mips_extract_return_value): Delete.
3323 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3324 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3325 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3326 (mips_n32n64_extract_return_value): Clone
3327 mips_extract_return_value.
3328 (mips_store_return_value): Delete.
3329 (mips_o32_store_return_value): Clone mips_store_return_value.
3330 (mips_o64_store_return_value): Clone mips_store_return_value.
3331 (mips_eabi_store_return_value): Clone mips_store_return_value.
3332 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3333
3334 2002-08-18 Aidan Skinner <aidan@velvet.net>
3335
3336 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3337 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3338
3339 2002-08-18 Aidan Skinner <aidan@velvet.net>
3340
3341 * ada-lang.c: Run through gdb_indent.sh.
3342 * ada-lang.h: Run through gdb_indent.sh.
3343 * ada-tasks.c: Run through gdb_indent.sh.
3344 * ada-typeprint.c: Run through gdb_indent.sh.
3345 * ada-valprint.c: Run through gdb_indent.sh.
3346
3347 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3348
3349 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3350 ABI.
3351
3352 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3353
3354 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3355
3356 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3357 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3358
3359 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3360 write_register_gen instead of write_register_bytes.
3361
3362 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3363 i[3456]-*-osf1mk* configurations have been made obsolete.
3364 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3365 i[3456]86-*-osf1mk* hosts obsolete.
3366 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3367 targets obsolete.
3368 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3369 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3370 config/i386/i386m3.mt, config/i386/nm-m3.h,
3371 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3372 config/i386/i386mk.mh, config/i386/i386mk.mt,
3373 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3374 obsolete.
3375 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3376 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3377 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3378
3379 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3380
3381 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3382 (hppa_value_returned_from_stack): Declare.
3383 (hppa_extract_return_value): Declare.
3384 * config/pa/hppa.mt: New file.
3385 * configure.tgt: Recognize hppa*-*-*.
3386 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3387
3388 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3389
3390 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3391 comment.
3392
3393 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3394
3395 * top.c (gdb_rl_operate_and_get_next): Make sure
3396 operate-and-get-next functions correctly even when the history
3397 list is completely filled.
3398
3399 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3400
3401 * MAINTAINERS (Target Instruction Set Architectures): Rename
3402 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3403 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3404 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3405 already listed under Host/Native.
3406
3407 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3408 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3409 mips*-*-*.
3410
3411 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3412
3413 * config/ia64/ia64.mt: New file.
3414 * config/alpha/alpha.mt: New file.
3415 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3416 ia64-linux-gnu. Mention that ia64-elf is broken.
3417 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3418
3419 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3420
3421 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3422 generic_func_frame_valid instead of func_frame_valid.
3423
3424 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3425
3426 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3427 procfs appears to be broken when debugging on multi-processor
3428 machines. So enable software single stepping in order to avoid
3429 using the procfs interface to do next/step operations, using
3430 internal breakpoints instead.
3431
3432 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3433 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3434 make this pc address equal to the value it would have if the
3435 system stepping capability was used. Also set a new flag used
3436 to ensure that we don't readjust the PC one more time later.
3437
3438 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3439 address by DECR_PC_AFTER_BREAK when software single step is
3440 in use for this architecture, as this has already been taken
3441 care of in handle_inferior_event().
3442
3443 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3444
3445 * infrun.c (handle_inferior_event): Minor reformatting, to make
3446 a rather long condition expression easier to read.
3447
3448 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3449
3450 * Makefile.in (gdbtk.o): Move to end of file.
3451 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3452 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3453 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3454 (gdbtk-wrapper.o, gdbres.o): Ditto.
3455
3456 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3457
3458 * Makefile.in (copying.o): Separate out compile rule.
3459 (hpux-thread.o, procfs.o, signals.o): Ditto.
3460 (v850ice.o, z8k-tdep.o): Ditto.
3461 (tui-file.o): Move to TUI section.
3462 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3463 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3464
3465 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3466
3467 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3468 skip_trampoline_code, for better namespace-proofing.
3469
3470 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3471
3472 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3473
3474 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3475
3476 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3477
3478 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3479 signal, check whether we hit a breakpoint before checking for a
3480 single step breakpoint. Otherwise, GDB fails to notice that a
3481 breakpoint has been hit when stepping onto a breakpoint.
3482
3483 2002-08-16 Keith Seitz <keiths@redhat.com>
3484
3485 * gdb-events.sh (clear_gdb_event_hooks): New function.
3486 * gdb-events.c: Regenerate.
3487 * gdb-events.h: Regenerate.
3488
3489 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3490
3491 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3492 not_a_sw_breakpoint.
3493 * breakpoint.h (bpstat_stop_status): Add parameter names.
3494
3495 2002-08-16 Grace Sainsbury <graces@redhat.com>
3496
3497 * remote.c (remote_insert_hw_breakpoint)
3498 (remote_remove_hw_breakpoint): Fix calculation of length field
3499 for Z-packet.
3500
3501 2002-08-15 Michael Snyder <msnyder@redhat.com>
3502
3503 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3504 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3505 (supply_fpregset): Ditto.
3506
3507 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3508 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3509 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3510 (TARGET_READ_SP): Delete.
3511 (DO_REGISTERS_INFO): Delete.
3512 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3513 Delete.
3514 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3515 from macros to functions.
3516
3517 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3518 (mips_register_convertible, mips_register_convert_to_virtual,
3519 mips_register_convert_to_raw): Make static.
3520 (mips_read_sp): New function.
3521 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3522 (mips_do_registers_info): Make static.
3523 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3524 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3525 (mips_register_convert_from_type, mips_register_convert_to_type):
3526 New functions.
3527 (mips_gdbarch_init): Set up function_start_offset,
3528 register_virtual_size, pc_in_sigtramp.
3529
3530 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3531
3532 * infcmd.c (vector_info): New function.
3533 (_initialize_infcmd): Add command "info vector".
3534 (print_vector_info): New function.
3535
3536 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3537 * gdbarch.h, gdbarch.c: Regenerate.
3538
3539 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3540
3541 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3542 ``print_all''. Only print vector registers when ``print_all''.
3543
3544 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3545
3546 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3547 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3548
3549 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3550 Add `args' parameter.
3551 * gdbarch.h, gdbarch.c: Regenerate.
3552
3553 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3554
3555 * infcmd.c (float_info): Call print_float_info.
3556 (print_float_info): New function. By default, print the
3557 floating-point registers.
3558
3559 * arch-utils.h (default_print_float_info): Delete declaration.
3560 * arch-utils.c (default_print_float_info): Delete function.
3561
3562 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3563
3564 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3565 out define.
3566
3567 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3568 FRAME.
3569
3570 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3571 * configure.host: Make i[3456]86-*-aix host obsolete.
3572 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3573 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3574 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3575 config/i386/xm-i386aix.h: Make files obsolete.
3576 * i386aix-nat.c: Make file obsolete.
3577 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3578 (i386aix-nat.o): Make target obsolete.
3579
3580 * config/i386/nm-gnu.h: Removed.
3581 * config/i386/nm-i386gnu.h: New file.
3582 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3583 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3584 Moved here from ...
3585 * config/i386/tm-i386gnu.h: ... here. Removed.
3586 * config/i386/xm-i386gnu.h: Removed.
3587 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3588 (NAT_FILE): Set to nm-i386gnu.h.
3589 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3590 * i386-tdep.c: New file.
3591 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3592 (i386gnu-tdep.o): Specify dependencies.
3593
3594 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3595
3596 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3597 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3598 Adjust a few comments to reflect reality a bit closer.
3599 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3600 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3601 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3602 target_insert_watchpoint, target_remove_watchpoint):
3603 Move defines to ...
3604 * config/i386/nm-i386sco5.h: ... here.
3605 (kernel_u_size): Add prototype. Improve a few comments and add
3606 protection against multiple inclusion.
3607
3608 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3609 out define.
3610
3611 * uw-thread.c (SP_ARG0): Define if not already defined.
3612 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3613
3614 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3615
3616 * config/i386/tm-i386.h: Don't include "regcache.h".
3617
3618 * i387-tdep.h (i387_print_float_info): New prototype.
3619 * i387-tdep.c (print_i387_value, print_i387_ext,
3620 print_i387_status_word, print_i387_control_word): Add `struct
3621 ui_file *' argument and use it for output.
3622 (i387_print_float_info): Renamed from i387_float_info. Add
3623 `struct gdbarch *' and `struct ui_file *' arguments and use the
3624 latter for output.
3625 * i386-tdep.c: Include "i387-tdep.h".
3626 (i386_gdbarch_init): Set print_float_info.
3627 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3628 (FLOAT_INFO): Remove define.
3629
3630 2002-08-13 Michael Snyder <msnyder@redhat.com>
3631
3632 * mips-tdep.c (mips_push_arguments): Rename to
3633 mips_eabi_push_arguments, and tune for EABI.
3634 (MIPS_REGS_HAVE_HOME_P): Delete.
3635 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3636 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3637 Delete references to mips_regs_have_home_p.
3638
3639 2002-08-14 Keith Seitz <keiths@redhat.com>
3640
3641 * Makefile.in (install-gdbtk): Create insight plugin directory.
3642 Install plugins.tcl file.
3643
3644 2002-08-14 Keith Seitz <keiths@redhat.com>
3645
3646 * configure.in: Move SUBDIRS to near top of the file so that
3647 --enable options may add things to it.
3648 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3649 * configure: Regenerate.
3650
3651 2002-08-13 Michael Snyder <msnyder@redhat.com>
3652
3653 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3654 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3655 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3656
3657 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3658
3659 * vax-tdep.c (vax_get_saved_register): Delete function.
3660 (vax_gdbarch_init): Update.
3661 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3662 (ns32k_gdbarch_init): Update.
3663 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3664 (alpha_gdbarch_init): Update.
3665
3666 2002-08-13 Andrew Cagney <cagney@redhat.com>
3667
3668 * regcache.c (init_regcache_descr): Overallocate the
3669 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3670 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3671 nr_raw_registers.
3672 (set_register_cached): Add range checking assertions. Use
3673 current_regcache.
3674
3675 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3676
3677 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3678 numbers for MMX registers.
3679
3680 2002-08-13 Andrew Cagney <cagney@redhat.com>
3681
3682 * i386-tdep.c (i386_gdbarch_init): Use
3683 generic_unwind_get_saved_register.
3684
3685 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3686
3687 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3688 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3689 target vector.
3690 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3691 Delete. Add comment regarding this now-deleted target method.
3692
3693 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3694
3695 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3696 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3697 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3698 real PC and the page number (if it's within the memory bank window).
3699 (m68hc11_pseudo_register_write): Likewise when saving.
3700 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3701 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3702 (m68hc11_register_raw_size): And use 32-bit for it.
3703 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3704 16K memory bank is used by the prog; also use the virtual pc.
3705
3706 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3707
3708 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3709 (m68hc11_gdbarch_init): Install it in gdbarch.
3710 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3711 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3712 (MSYMBOL_SIZE): New for documentation.
3713 (insn_return_kind): Enum to specify how a function returns.
3714 (frame_extra_info): Cleanup and record the return mode.
3715 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3716 register in address computation.
3717 (m68hc11_get_return_insn): New to obtain the return instruction used
3718 by the function.
3719 (m68hc11_frame_init_saved_regs): Take into account the return
3720 instruction used by the function for far and interrupt functions.
3721 (m68hc11_init_extra_frame_info): Take into account page register.
3722 (m68hc11_frame_args_address): Adjust according to the return mode.
3723 (show_regs): Print page register only when it's used.
3724
3725 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3726
3727 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3728 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3729 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3730 registers.
3731 (m68hc11_register_raw_size): Likewise.
3732
3733 2002-08-13 Andrew Cagney <cagney@redhat.com>
3734
3735 * i386-tdep.c (i386_register_name): Handle mmx registers.
3736 (mmx_regnum_p): New function.
3737 (i386_mmx_names): New array.
3738 (mmx_num_regs): New variable.
3739 (i386_pseudo_register_read): New function.
3740 (i386_pseudo_register_write): New function.
3741 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3742
3743 * regcache.c (regcache_raw_read_unsigned): New function.
3744 (regcache_raw_read_signed): New function.
3745 * regcache.h (regcache_raw_read_unsigned): Declare.
3746 (regcache_raw_read_signed): Declare.
3747
3748 2002-08-13 Andrew Cagney <cagney@redhat.com>
3749
3750 * regcache.c (regcache_raw_read_as_address): Delete function.
3751 (regcache_cooked_read_signed): New function.
3752 (regcache_cooked_read_unsigned): New function.
3753 * regcache.h (regcache_cooked_read_signed): Declare.
3754 (regcache_cooked_read_unsigned): Declare.
3755 (regcache_raw_read_as_address): Delete declaration.
3756
3757 * blockframe.c (generic_read_register_dummy): Use
3758 regcache_cooked_read_unsigned.
3759 * i386-tdep.c (i386_extract_struct_value_address): Use
3760 regcache_cooked_read_unsigned.
3761
3762 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3763
3764 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3765 double sizes according to ELF ABI flags.
3766 (gdbarch_tdep): Record elf_flags.
3767
3768 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3769
3770 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3771 (m6812_prolog): They can appear in 68HC12 function prologue.
3772 (m68hc11_frame_chain): Cleanup.
3773
3774 2002-08-12 Andrew Cagney <cagney@redhat.com>
3775
3776 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3777 declarations.
3778 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3779 (i386_linux_register_raw_size): Delete function.
3780 (i386_linux_init_abi): Update.
3781 * i386-tdep.c (i386_register_raw_size): Delete function.
3782 (i386_register_byte): Delete function.
3783 (i386_gdbarch_init): Update.
3784 (i386_register_size): Delete array.
3785 (i386_register_offset): Delete array.
3786
3787 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3788 (REGISTER_RAW_SIZE): Delete macro.
3789 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3790 (REGISTER_BYTE): Delete macro.
3791
3792 2002-08-11 Aidan Skinner <aidan@velvet.net>
3793
3794 * ada-lang.c (ada_lookup_partial_symbol)
3795 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3796 prototype names so that grep ^func works properly.
3797
3798 * ada-lang.c (ada_array_element_type)
3799 (ada_lookup_partial_symbol): Fix typos in parameter list.
3800
3801 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3802 Fix prototype names so that grep ^func works properly.
3803
3804 2002-08-10 Andrew Cagney <cagney@redhat.com>
3805 Elena Zannoni <ezannoni@redhat.com>
3806 Martin M. Hunt <hunt@redhat.com>
3807
3808 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3809 (build_builtin_type_vec128i): Set the vector bit.
3810 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3811 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3812 (build_builtin_type_vec64): New function.
3813 (build_builtin_type_vec64i): New function.
3814 (build_gdbtypes): Initialize builtin_type_vec64 and
3815 builtin_type_vec64i.
3816
3817 2002-08-09 Andrew Cagney <cagney@redhat.com>
3818
3819 * regcache.c (regcache_dump): Compare the register offset
3820 with REGISTER_BYTE.
3821 * arch-utils.c (generic_register_byte): New function.
3822 * arch-utils.h (generic_register_byte): Declare.
3823 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3824 * gdbarch.h, gdbarch.c: Regenerate.
3825
3826 2002-08-09 Andrew Cagney <cagney@redhat.com>
3827
3828 * regcache.c: Include "gdbcmd.h"
3829 (_initialize_regcache): Add commands "maintenance print
3830 registers", "maintenance print raw-registers" and "maintenance
3831 print cooked-registers".
3832 (enum regcache_dump_what): Define.
3833 (dump_endian_bytes): New function.
3834 (regcache_dump): New function.
3835 (regcache_print): New function.
3836 (maintenance_print_registers): New function.
3837 (maintenance_print_raw_registers): New function.
3838 (maintenance_print_cooked_registers): New function.
3839 * Makefile.in (regcache.o): Update dependencies.
3840
3841 2002-08-09 Michael Snyder <msnyder@redhat.com>
3842
3843 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3844 (mips_push_arguments): Correct some comments. Use paddr_nz
3845 for printing addresses in debug output. Replace static
3846 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3847 (mips_n32n64_push_arguments): New function, cloned from
3848 mips_push_arguments and tuned for the n32/n64 ABI.
3849 (mips_push_register): Buffer needs dynamic allocation.
3850 (mips_print_register): Ditto.
3851 (do_gp_register_row): Ditto.
3852 (mips_store_return_value): Ditto.
3853 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3854
3855 2002-08-09 Don Howard <dhoward@redhat.com>
3856
3857 * memattr.c (mem_info_command): Print special case of upper bound
3858 as max CORE_ADDR + 1.
3859
3860 2002-08-08 Michael Snyder <msnyder@redhat.com>
3861
3862 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3863 returns structs by ref if they're too big to fit in two registers.
3864
3865 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3866
3867 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3868 saved regs value.
3869 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3870 mips_find_saved_regs().
3871 (mips_pop_frame): Likewise.
3872
3873 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3874
3875 * blockframe.c (frame_saved_regs_register_unwind): Revise
3876 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3877 frames are in use.
3878
3879 2002-08-09 Grace Sainsbury <graces@redhat.com>
3880
3881 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3882 T-packets; the 'a' is not taken as a register number.
3883 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3884 (remote_stopped_data_address): New functions; add to target
3885 vector.
3886 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3887 prototypes to match other implementations of this
3888 function. replace integer argument with pointer -- the length
3889 field in the Z-packet is the length of what is pointed to or 1 if
3890 pointer is null. Add to target vector.
3891 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3892 target vector.
3893
3894 From Mark Salter:
3895 * remote.c (remote_wait): Add support to extract optional
3896 watchpoint information from T-packet. Ignore unrecognized
3897 optional info in T-packet.
3898 (remote_async_wait): Ditto.
3899
3900 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3901
3902 * cli/cli-dump.c: Change fopen modes to use binary open modes
3903 as defined in include/fopen-bin.h throughout.
3904
3905 2002-08-08 Michael Snyder <msnyder@redhat.com>
3906
3907 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3908
3909 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3910
3911 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3912 assertion failure by returning early after a warning.
3913
3914 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3915
3916 * mips-tdep.c (mips_find_saved_regs): Make static.
3917 (mips_frame_init_saved_regs): New function.
3918 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3919 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3920 (mips_find_saved_regs): Delete declaration.
3921
3922 2002-08-08 Grace Sainsbury <graces@redhat.com>
3923
3924 * remote.c (remote_wait, remote_async_wait): Change
3925 thread_num from int to ULONGEST.
3926 (unpack_varlen_hex): Change result parameter from
3927 int * to ULONGEST *.
3928
3929 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3930
3931 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3932 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3933 powerpc*-*-*.
3934 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3935
3936 2002-08-08 Andrew Cagney <cagney@redhat.com>
3937
3938 * gcore.c (override_derive_stack_segment): Delete variable.
3939 (preempt_derive_stack_segment): Delete function.
3940 (derive_stack_segment): Delete function.
3941 (default_derive_stack_segment): Renamed to derive_stack_segment.
3942 (override_derive_heap_segment): Delete variable.
3943 (preempt_derive_heap_segment): Delete function.
3944 (derive_heap_segment): Delete function.
3945 (default_derive_heap_segment): Rename to derive_heap_segment.
3946
3947 2002-08-06 Michael Snyder <msnyder@redhat.com>
3948
3949 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3950 * mips-tdep.c (mips_EABI_use_struct_convention,
3951 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3952 New functions. (mips_use_struct_convention): Delete.
3953 (mips_gdbarch_init): set use_gdbarch_convention.
3954
3955 2002-08-06 Michael Snyder <msnyder@redhat.com>
3956
3957 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3958 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3959 mips_o32_reg_struct_has_addr): New functions.
3960 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3961
3962 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3963
3964 * regcache.c (pseudo_register): Delete function.
3965 (fetch_register): Delete function.
3966 (store_register): Delete function.
3967 (regcache_raw_read, legacy_read_register_gen): Use
3968 target_fetch_registers instead of fetch_register.
3969 (legacy_write_register_gen, regcache_raw_write): Use
3970 target_store_register instead of store_register.
3971 (write_register_bytes): Ditto.
3972
3973 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3974 (STORE_PSEUDO_REGISTER): Delete.
3975 * gdbarch.h, gdbarch.c: Regenerate.
3976
3977 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3978
3979 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3980 write dump file binary.
3981
3982 2002-08-05 Michael Snyder <msnyder@redhat.com>
3983
3984 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3985 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3986 (mips_gdbarch_init): Set N32 target to be mips64.
3987
3988 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3989
3990 * frame.c (find_saved_register): Break out of loop once saved
3991 register address is found. Don't mention sparc in loop comment
3992 anymore.
3993
3994 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3995
3996 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3997 mips_default_saved_regsize to 8.
3998
3999 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4000
4001 * gcore.c: Do not include <sys/procfs.h>.
4002 * Makefile.in (gcore.o): Update dependencies.
4003
4004 2002-08-06 Andrew Cagney <cagney@redhat.com>
4005
4006 * configure.tgt: Make arc-*-* obsolete.
4007 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4008 * MAINTAINERS: Make arc-elf obsolete.
4009 * arc-tdep.c: Make file obsolete.
4010 * config/arc/arc.mt: Ditto.
4011 * config/arc/tm-arc.h: Ditto.
4012
4013 2002-08-05 Theodore A. Roth <troth@verinet.com>
4014
4015 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4016
4017 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4018
4019 * mcore-tdep.c (mcore_gdbarch_init): Use
4020 generic_unwind_get_saved_register instead of
4021 generic_get_saved_register.
4022 * v850-tdep.c (v850_gdbarch_init): Ditto.
4023 * frv-tdep.c (frv_gdbarch_init): Ditto.
4024 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4025 * s390-tdep.c (s390_gdbarch_init): Ditto.
4026 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4027 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4028 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4029
4030 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4031
4032 * objfiles.h: Add missing #include "symfile.h"
4033
4034 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4035
4036 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4037
4038 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4039 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4040 of FIELD_BITSIZE.
4041
4042 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4043
4044 * NEWS: Cleanup and nitpick.
4045
4046 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4047
4048 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4049
4050 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4051
4052 * Makefile.in (gdbtk-bp.o): Update dependencies.
4053 (gdbtk-register.o): Ditto.
4054 (gdbtk-varobj.o): Ditto.
4055
4056 2002-08-03 Andrew Cagney <cagney@redhat.com>
4057
4058 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4059 m68hc11_fetch_pseudo_register.
4060 (m68hc11_pseudo_register_write): Replace
4061 m68hc11_store_pseudo_register.
4062 (m68hc11_gdbarch_init): Update.
4063
4064 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4065
4066 * gdbarch.sh: Include "gdb_string.h".
4067 * gdbarch.c: Regenerate.
4068
4069 * regcache.c: Include "gdb_string.h".
4070 * ax-general.c: Ditto.
4071 * varobj.c: Ditto.
4072 * std-regs.c: Ditto.
4073 * fbsd-proc.c: Ditto.
4074 * thread.c: Ditto.
4075
4076 * Makefile.in (regcache.o): Update dependencies.
4077 (thread.o, gdbarch.o): Ditto.
4078 (ax-general.o, gdbarch.o): Ditto.
4079 (varobj.o, std-regs.o): Ditto.
4080 (fbsd-proc.o): Specify dependencies.
4081
4082 2002-08-02 Andrew Cagney <cagney@redhat.com>
4083
4084 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4085 regnum.
4086 (regcache_cooked_write): Ditto.
4087
4088 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4089
4090 * regcache.c (regcache_cooked_read): New function.
4091 (regcache_cooked_write): New function.
4092 (read_register_gen): Rewrite using regcache_cooked_read.
4093 (write_register_gen): Rewrite using regcache_cooked_write.
4094
4095 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4096 Declare.
4097
4098 2002-08-02 Andrew Cagney <cagney@redhat.com>
4099
4100 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4101 Replace the architecture methods register_read and register_write.
4102 * gdbarch.h, gdbarch.c: Regenerate.
4103 * regcache.c (init_regcache_descr): Update.
4104 (read_register_gen): Update.
4105 (write_register_gen): Update.
4106 (supply_register): Update comment.
4107
4108 * sh-tdep.c (sh_gdbarch_init): Update.
4109 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4110 `regcache' and `gdbarch' parameters. Make `buffer' a void
4111 pointer. Update code.
4112 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4113 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4114 void pointer. Update code.
4115 (sh64_register_write): Delete.
4116 (sh4_register_read): Delete.
4117 (sh64_register_read): Delete.
4118 (sh4_register_write): Delete.
4119 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4120 void pointer, `to' parameter a void pointer.
4121 (sh_sh64_register_convert_to_raw): Ditto.
4122
4123 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4124
4125 * mips-tdep.c (mips_register_virtual_type): Use architecture
4126 invariant return values.
4127
4128 2002-08-01 Andrew Cagney <cagney@redhat.com>
4129
4130 * linux-proc.c: Include "gdb_string.h".
4131 * Makefile.in (linux-proc.o): Update dependency list.
4132
4133 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4134
4135 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4136 comment.
4137
4138 2002-08-01 Grace Sainsbury <graces@redhat.com>
4139
4140 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4141 to_insert_watchpoint, to_remove_watchpoint,
4142 to_stopped_by_watchpoint, to_stopped_data_address,
4143 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4144 target vecctor. Define their corresponding macros so they call
4145 them.
4146
4147 * target.c: Add default and debug versions of for
4148 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4149 to_insert_watchpoint, to_remove_watchpoint,
4150 to_stopped_by_watchpoint, to_stopped_data_address,
4151 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4152
4153 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4154
4155 * mips-tdep.c (mips_register_virtual_type): New function.
4156 (mips_gdbarch_init): Register mips_register_virtual_type()
4157 with gdbarch machinery.
4158 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4159 this file instead of tm-bigmips.h.
4160 (MIPS_REGSIZE): Delete this macro.
4161 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4162 multiarch version in mips-tdep.c will be found.
4163
4164 2002-08-01 Andrew Cagney <cagney@redhat.com>
4165
4166 * NEWS: Menion that CHILL has been made obsolete.
4167
4168 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4169 * stabsread.c (read_range_type): Ditto.
4170 * gdbtypes.h: Ditto.
4171 * language.c (binop_type_check): Ditto.
4172 (binop_result_type): Ditto.
4173 (integral_type): Ditto.
4174 (character_type): Ditto.
4175 (string_type): Ditto.
4176 (boolean_type): Ditto.
4177 (structured_type): Ditto.
4178 (lang_bool_type): Ditto.
4179 (binop_type_check): Ditto.
4180 * language.h (_LANG_chill): Ditto.
4181 * dwarfread.c (set_cu_language): Ditto.
4182 * dwarfread.c (CHILL_PRODUCER): Ditto.
4183 * dwarfread.c (handle_producer): Ditto.
4184 * expression.h (enum exp_opcode): Ditto.
4185 * eval.c: Ditto for comments.
4186 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4187 * expprint.c (print_subexp): Ditto.
4188 (print_subexp): Ditto.
4189 * valops.c (value_cast): Ditto.
4190 (search_struct_field): Ditto.
4191 * value.h (COERCE_VARYING_ARRAY): Ditto.
4192 * symfile.c (init_filename_language_table): Ditto.
4193 (add_psymbol_with_dem_name_to_list): Ditto.
4194 * valarith.c (value_binop): Ditto.
4195 (value_neg): Ditto.
4196 * valops.c (value_slice): Ditto.
4197 * symtab.h (union language_specific): Ditto.
4198 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4199 (SYMBOL_DEMANGLED_NAME): Ditto.
4200 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4201 * defs.h (enum language): Ditto.
4202 * symtab.c (got_symtab): Ditto.
4203 * utils.c (fprintf_symbol_filtered): Ditto.
4204
4205 * ch-typeprint.c: Make file obsolete.
4206 * ch-valprint.c: Make file obsolete.
4207 * ch-lang.h: Make file obsolete.
4208 * ch-exp.c: Make file obsolete.
4209 * ch-lang.c: Make file obsolete.
4210
4211 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4212 CHILL_LIB.
4213 (TARGET_FLAGS_TO_PASS): Ditto.
4214 (CHILLFLAGS): Obsolete.
4215 (CHILL): Obsolete.
4216 (CHILL_FOR_TARGET): Obsolete.
4217 (CHILL_LIB): Obsolete.
4218 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4219 ch-valprint.c.
4220 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4221 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4222 ch-lang.o.
4223 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4224 targets.
4225
4226 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4227
4228 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4229 This does not change anything at the moment, but will be helpful
4230 later when full Ada support is integrated.
4231
4232 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4233
4234 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4235 help message.
4236
4237 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4238
4239 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4240 and save it in a local variable. Use variable in later test.
4241
4242 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4243
4244 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4245 test. (Thanks to Daniel Jacobowitz.)
4246
4247 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4248
4249 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4250 (mips_abi_strings): Add "n64".
4251 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4252
4253 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4254
4255 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4256 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4257
4258 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4259
4260 * utils.c (host_pointer_to_address, address_to_host_pointer):
4261 Use gdb_assert() instead of explicit call to internal_error().
4262
4263 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4264
4265 * Makefile.in (rs6000-nat.o): Update dependencies.
4266
4267 From Nicholas Duffek:
4268 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4269 (aix-thread.o): New rule.
4270 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4271 * config/powerpc/aix432.mh: New file.
4272
4273 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4274
4275 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4276 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4277 (fetch_core_registers, ppc_linux_supply_gregset)
4278 (ppc_linux_supply_fpregset): New functions.
4279 (ppc_linux_regset_core_fns): New.
4280 (_initialize_ppc_linux_tdep): Call add_core_fns.
4281 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4282 and ppc_linux_supply_gregset.
4283 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4284 (supply_fpregset): Call ppc_linux_supply_fpregset.
4285 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4286 corelow.o.
4287 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4288
4289 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4290
4291 * symtab.c (lookup_symbol): Demangle before lowercasing.
4292
4293 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4294
4295 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4296 declaration.
4297 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4298 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4299 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4300 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4301 "gdb_string.h".
4302 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4303 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4304 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4305 (avr-tdep.o, mon960-rom.o): Ditto.
4306 (aout_stabs_gnu_h): Define.
4307 (symtab_h): Remove $(gdb_obstack_h).
4308
4309 2002-07-30 Jim Blandy <jimb@redhat.com>
4310
4311 Patch from David Carlton <carlton@math.stanford.edu>:
4312 * gdbinit.in: Move the `dir' commands that add GDB's own source
4313 directory to the search path to the end, so that the `gdb' source
4314 directory will be searched first.
4315
4316 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4317
4318 * gdb_obstack.h: New file.
4319 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4320 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4321 * objfiles.h: Include "gdb_obstack.h".
4322 * Makefile.in (gdb_obstack_h): Define.
4323 (symtab_h): Add $(gdb_obstack_h).
4324 (objfiles_h): Add $(gdb_obstack_h).
4325
4326 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4327 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4328 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4329 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4330 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4331 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4332 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4333 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4334
4335 * Makefile.in (bcache.o): Update dependencies.
4336 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4337 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4338 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4339 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4340 (stabsread.o, symfile.o, symmisc.o): Ditto.
4341 (symtab.o, typeprint.o, macroexp.o): Ditto.
4342 (macrotab.o, mdebugread.o): Ditto.
4343 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4344 (coff_ecoff_h, aout_aout64_h): Define.
4345 (aout_stabs_gnu_h, libaout_h): Define.
4346
4347 2002-07-29 Andrew Cagney <cagney@redhat.com>
4348
4349 * regcache.c (struct regcache_descr): Rename nr_registers to
4350 nr_cooked_registers. Revise comments describing the structure
4351 member fields.
4352 (init_regcache_descr): Update.
4353 (init_legacy_regcache_descr): Update.
4354 (read_register_gen, write_register_gen): When a cooked register in
4355 the raw register range, directly access the value from the raw
4356 register cache.
4357
4358 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4359
4360 * z8k-tdep.c: Do not include "obstack.h".
4361 * h8300-tdep.c, h8500-tdep.c: Ditto.
4362 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4363 * valprint.c, v850-tdep.c: Ditto.
4364 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4365 * mn10200-tdep.c: Ditto.
4366
4367 * Makefile.in (z8k-tdep.o): Update dependencies.
4368 (m68hc11-tdep.o, valprint.o): Ditto.
4369 (v850-tdep.o, d10v-tdep.o): Ditto.
4370 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4371 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4372 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4373 (sh_opc_h, gdb_sim_sh_h): Define.
4374 (elf_sh_h, elf_bfd_h): Define.
4375 (opcode_m68hc11_h): Define.
4376 (OPCODES_SRC, OPCODES_DIR): define.
4377 (OPCODES): Use $(OPCODES_DIR).
4378 (gdb_sim_d10v_h): Rename sim_d10v_h.
4379 (gdb_sim_arm_h): Rename sim_arm_h.
4380
4381 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4382
4383 * utils.c (host_pointer_to_address, address_to_host_pointer):
4384 Change internal_error() message to indicate function responsible
4385 for the error.
4386
4387 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4388
4389 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4390 calls to local_hex_string_custom().
4391
4392 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4393
4394 * irix5-nat.c: Move IRIX shared library support from here...
4395 * solib-irix.c: ...to here. Revised substantially to work with
4396 generic solib framework.
4397
4398 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4399 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4400 * mips-irix-tdep.c: New file.
4401
4402 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4403 (mips-irix-tdep.o, solib-irix.o): New rules.
4404 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4405 solib-irix.o.
4406 * config/mips/irix6.mt (TDEPFILES): Likewise.
4407 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4408
4409 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4410
4411 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4412 disabled (via ``#if 0'') includes.
4413
4414 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4415
4416 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4417 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4418 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4419 Add support for the fpscr register.
4420 * rs6000-nat.c (regmap, fetch_inferior_registers)
4421 (store_inferior_registers, fetch_core_registers): Likewise.
4422
4423 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4424
4425 * rs6000-nat.c (language.h): Include.
4426 (special_regs): Delete this array.
4427 (regmap): New function.
4428 (fetch_register, store_register): Use regmap() to map gdb
4429 register numbers to ptrace register numbers. Also, use
4430 outputs from regmap() to make decisions regarding type of
4431 ptrace() call to make. In particular, don't compare against
4432 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4433 (fetch_inferior_registers, store_inferior_registers): Where
4434 possible, obtain register numbers from tdep struct. Don't
4435 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4436 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4437 (LAST_UISA_SP_REGNUM): Delete.
4438
4439 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4440
4441 * rs6000-nat.c (ppc-tdep.h): Include.
4442 (fetch_registers, store_register, fetch_core_registers): Don't
4443 access registers[] directly. Instead, use supply_register() or
4444 regcache_collect() as appropriate.
4445 (find_toc_address): Format hex address with local_hex_string().
4446
4447 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4448
4449 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4450 bfd/elf32-frv.c.
4451
4452 2002-07-24 Tom Tromey <tromey@redhat.com>
4453
4454 * jv-exp.y: Marked all strings with _().
4455 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4456 internal_error.
4457 (MethodInvocation, CastExpression, parse_number, yyerror,
4458 java_type_from_name, push_expression_name, yylex): Typo fixes.
4459
4460 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4461
4462 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4463 (tee_file_flush, tee_file_write, tee_file_fputs)
4464 (tee_file_isatty): New.
4465 * ui-file.h (tee_file_new): Add prototype.
4466
4467 2002-07-24 Aidan Skinner <aidan@velvet.net>
4468
4469 * ada-lang.c: Change k&r style function definitions to prototyped
4470 form.
4471 * ada-typeprint.c: Change k&r style function definitions to prototyped
4472 form.
4473 * ada-valprint.c: Change k&r style function definitions to prototyped
4474 form.
4475
4476 2002-07-24 Andrew Cagney <cagney@redhat.com>
4477
4478 * README: Remove reference to remote-bug.
4479 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4480 remote-bug.c.
4481 (m88k-nat.o): Delete rule.
4482 (m88k-tdep.o): Delete rule.
4483 (remote-bug.o): Delete rule.
4484 * MAINTAINERS: Mark as obsolete.
4485 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4486 * m88k-tdep.c: Make file obsolete.
4487 * config/m88k/m88k.mh: Ditto.
4488 * config/m88k/delta88v4.mh: Ditto.
4489 * config/m88k/delta88v4.mt: Ditto.
4490 * config/m88k/delta88.mt: Ditto.
4491 * config/m88k/delta88.mh: Ditto.
4492 * remote-bug.c: Ditto.
4493 * config/m88k/tm-delta88.h: Ditto.
4494 * config/m88k/nm-delta88v4.h: Ditto.
4495 * config/m88k/xm-delta88.h: Ditto.
4496 * config/m88k/xm-dgux.h: Ditto.
4497 * config/m88k/tm-m88k.h: Ditto.
4498 * config/m88k/nm-m88k.h: Ditto.
4499 * config/m88k/tm-delta88v4.h: Ditto.
4500 * m88k-nat.c: Ditto.
4501 * cxux-nat.c: Ditto.
4502 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4503 and m88*-*-* obsolete.
4504 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4505 m88*-*-* obsolete.
4506
4507 2002-07-24 Andrew Cagney <cagney@redhat.com>
4508
4509 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4510 constant. Same for local pointer variables.
4511 (extract_signed_integer): Ditto.
4512 * defs.h (extract_unsigned_integer): Update.
4513 (extract_signed_integer): Update.
4514
4515 2002-07-24 Andrew Cagney <cagney@redhat.com>
4516
4517 * regcache.c (regcache_raw_write): Change buf parameter to a
4518 constant void pointer.
4519 (regcache_raw_read): Change buf parameter to a void pointer.
4520 (legacy_write_register_gen): Change myaddr parameter a constant
4521 void pointer.
4522 (supply_register): Change val parameter to a const void pointer.
4523 * regcache.h (regcache_raw_write): Update declaration.
4524 (regcache_raw_read): Update declaration.
4525 (supply_register): Update declaration.
4526
4527 2002-07-24 Tom Tromey <tromey@redhat.com>
4528
4529 * defs.h (gdb_readline_wrapper): Declare.
4530 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4531 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4532 * top.c (gdb_readline_wrapper): New function.
4533 (command_line_input): Use it.
4534
4535 2002-07-24 Andrew Cagney <cagney@redhat.com>
4536
4537 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4538 regcache_read and regcache_write.
4539 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4540 * regcache.c: Update.
4541 * sh-tdep.c (sh64_push_arguments): Update comment.
4542 (sh_pseudo_register_read): Update.
4543 (sh_pseudo_register_write): Update.
4544 (sh4_register_read): Update.
4545 (sh4_register_write): Update.
4546 (sh64_pseudo_register_read): Update.
4547 (sh64_pseudo_register_write): Update.
4548 (sh64_register_read): Update.
4549 (sh64_register_write): Update.
4550 * i386-tdep.c (i386_extract_return_value): Update.
4551 (i386_extract_struct_value_address): Update.
4552 (i386_extract_return_value): Update.
4553 * blockframe.c (generic_read_register_dummy): Update.
4554 (generic_call_dummy_register_unwind): Update
4555 * infrun.c (write_inferior_status_register): Update.
4556
4557 2002-07-23 Jim Blandy <jimb@redhat.com>
4558
4559 * parser-defs.h (expression_context_pc): Make this extern.
4560 (Thanks to Michael Snyder.)
4561
4562 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4563
4564 GDB 5.2.1 released from 5.2 branch.
4565 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4566 * README: Update to mention 5.2.1.
4567
4568 2002-07-23 Mark Salter <msalter@redhat.com>
4569
4570 * remote.c (remote_read_bytes): Fix check for error.
4571
4572 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4573
4574 * aix-thread.c (language.h): Include.
4575 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4576 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4577 Print newlines at end of debug messages.
4578 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4579 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4580
4581 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4582
4583 * aix-thread.c (ppc-tdep.h): Include.
4584 (special_register_p): New function.
4585 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4586 (store_regs_user_thread): Use register number information from
4587 gdbarch_tdep struct instead of hardcoded offsets relative to
4588 FIRST_UISA_SP_REGNUM.
4589 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4590 special_register_p() instead of using FPLAST_REGNUM and
4591 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4592 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4593 will be MQ's register number.
4594
4595 2002-07-22 Michael Snyder <msnyder@redhat.com>
4596
4597 * aix-thread.c (ops): Rename to aix_thread_ops.
4598 (base_ops): Rename to base_target.
4599 (ops_attach): Rename to aix_thread_attach.
4600 (ops_detach): Rename to aix_thread_detach.
4601 (ops_resume): Rename to aix_thread_detach.
4602 (ops_wait): Rename to aix_thread_wait.
4603 (ops_kill): Rename to aix_thread_kill.
4604 (init_ops): Rename to init_aix_thread_ops.
4605 (ops_fetch_register): Rename to aix_thread_fetch_register.
4606 (ops_store_register): Rename to aix_thread_store_register.
4607 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4608 (ops_thread_alive): Rename to aix_thread_thread_alive.
4609 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4610 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4611 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4612 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4613 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4614 (store_regs_lib): Rename to store_regs_user_thread.
4615 (store_regs_kern): Rename to store_regs_kernel_thread.
4616
4617 2002-07-22 Michael Snyder <msnyder@redhat.com>
4618
4619 * aix-thread.c (ops_prepare_to_store): Eliminate.
4620 (init_ops): Don't initialize ops.prepare_to_store.
4621 (store_regs_kern): Pre-fetch register buffers from child,
4622 because some registers may not be in the cache. Copy
4623 regs from register cache only if they are cached.
4624 (store_regs_lib): Copy regs from register cache only
4625 if they are cached.
4626 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4627 fill_gprs64): Ditto.
4628
4629 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4630
4631 * aix-thread.c (gdb_assert.h): Include.
4632 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4633 register sizes (from register cache) match size of buffer holding
4634 register data.
4635 (fill_sprs32): Change parameter types to match those in the ptrace()
4636 buffer.
4637 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4638 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4639
4640 2002-07-22 Michael Snyder <msnyder@redhat.com>
4641
4642 * aix-thread.c (supply_sprs64): Cosmetic change.
4643 (supply_sprs32): Cosmetic change.
4644 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4645 (fill_sprs64): Use regcache_collect instead of read_register.
4646 (store_regs_lib): Use regcache_collect instead of
4647 read_register. Use fill_sprs32 instead of fill_sprs64,
4648 if debugging a 32-bit architecture.
4649 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4650 out of the register cache, instead of passing a pointer into
4651 the register cache directly to ptrace. Use regcache_collect
4652 insteaad of read_register.
4653 (ops_prepare_to_store): Use target_read_registers instead
4654 of read_register_bytes.
4655
4656 2002-07-20 Aidan Skinner <aidan@velvet.net>
4657
4658 * MAINTAINERS: Add self under write after approval.
4659
4660 2002-07-20 Aidan Skinner <aidan@velvet.net>
4661
4662 * ada-tasks.c: Change k&r style function definitions to prototyped
4663 form.
4664
4665 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4666
4667 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4668 * x86-64-tdep.c: Include "objfiles.h".
4669 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4670 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4671
4672 2002-07-17 Michal Ludvig <michal@suse.cz>
4673
4674 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4675 (update_context): Initialise cfa variable.
4676
4677 2002-07-17 Michael Snyder <msnyder@redhat.com>
4678
4679 * aix-thread.c: Shorten some long lines.
4680 Bring comments into line with code spec.
4681
4682 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4683
4684 * infrun.c: Re-indent using gdb_indent.sh.
4685
4686 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4687
4688 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4689 Leave the indentation temporarily untouched, to minimize the diffs.
4690
4691 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4692
4693 * stabsread.c: Make os9k sections of the code obsolete,
4694 for real this time.
4695 * stabsread.h: Make os9k sections of the code obsolete.
4696
4697 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4698
4699 * linux-low.c (regsets_store_inferior_registers): Add free()
4700 at the end of a loop to prevent memory leak.
4701 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4702 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4703 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4704 line a comment.
4705 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4706
4707 2002-07-17 Jim Blandy <jimb@redhat.com>
4708
4709 * macrocmd.c (info_macro_command): Remove newline from error
4710 message.
4711
4712 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4713
4714 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4715 (sh_gdbarch_init): Use it for sh-dsp.
4716
4717 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4718
4719 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4720 64-bit DWARF2 format.
4721
4722 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4723
4724 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4725 <sys/proc.h> when not available.
4726
4727 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4728
4729 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4730 * stabsread.c: Make os9k sections of the code obsolete.
4731 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4732 * config/i386/i386os9k.mt: Make file obsolete.
4733 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4734 (COMMON_OBS): Remove os9kread.o
4735 (SFILES): Remove os9kread.c.
4736 (os9kread.o, remote-os9k.o): Make target obsolete.
4737 * remote-os9k.c: Make file obsolete.
4738 * os9kread.c: Make file obsolete.
4739 * Makefile.in
4740
4741 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4742
4743 * NEWS: Mention that the FR30 has been made obsolete.
4744 * fr30-tdep.c: Make file obsolete.
4745 * config/fr30/tm-fr30.h: Ditto.
4746 * config/fr30/fr30.mt: Ditto.
4747 * configure.tgt: Make fr30-*-elf obsolete.
4748 * MAINTAINERS: Make fr30-elf obsolete.
4749
4750 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4751
4752 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4753 found is not inside a section.
4754
4755 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4756
4757 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4758 strerror().
4759 (pdc_realloc): Use xrealloc() instead of realloc().
4760
4761 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4762
4763 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4764 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4765 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4766 macros.
4767
4768 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4769
4770 * aix-thread.c (ptrace_check): Eliminate goto.
4771 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4772 problem.
4773
4774 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4775
4776 * aix-thread.c (gdbcmd.h): Include.
4777 (DEBUG, DBG, DBG2, dbg): Eliminate.
4778 (debug_aix_thread): New static global.
4779 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4780 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4781 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4782 invocations to DBG and DBG2 macros to test against
4783 ``debug_aix_thread'' and call fprintf_unfiltered().
4784 (_initialize_aix_thread): Add new command "set debug aix-thread".
4785
4786 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4787
4788 From Gerhard Tonn <TON@de.ibm.com>:
4789 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4790 instead of supply_register.
4791
4792 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4793
4794 * dwarf2cfi.c: Include "gdb_assert.h".
4795 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4796 non-NULL.
4797 (update_context): Do not use __func__. Add missing ``break''.
4798 (update_context): Do not use __func__.
4799
4800 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4801
4802 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4803 and its setting. Set gdbarch instruction printing functions
4804 directly. For non-rs6000 case use new function
4805 gdb_print_insn_powerpc.
4806 (gdb_print_insn_powerpc): New function.
4807
4808 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4809
4810 * NEWS: Mention that the d30v has been marked obsolete.
4811 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4812 * configure.tgt: Mark d30v-*-* as obsolete.
4813 * d30v-tdep.c: Mark file as obsolete.
4814 * config/d30v/d30v.mt: Ditto.
4815 * config/d30v/tm-d30v.h: Ditto.
4816
4817 2002-07-13 Aidan Skinner <aidan@velvet.net>
4818
4819 * ada-tasks.c (add_task_entry): replace calls to
4820 malloc() with xmalloc
4821 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4822
4823 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4824 ada_finish_decode_line_1, all_sals_for_line
4825 ada_breakpoint_rewrite): replace calls to free() with xfree()
4826
4827 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4828
4829 From Nicholas Duffek (with minor changes by Martin Hunt,
4830 Louis Hamilton, and Kevin Buettner):
4831 * aix-thread.c: New file.
4832
4833 2002-07-12 Petr Sorfa <petrs@caldera.com>
4834
4835 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4836 complaint for invalid attribute class or form.
4837 (read_func_scope): DW_AT_frame_base
4838 better handling of DW_AT_block*.
4839 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4840 better handling of DW_AT_block*.
4841 (read_common_block): DW_AT_location
4842 better handling of DW_AT_block*.
4843 (read_partial_die): DW_AT_location better handling
4844 of DW_AT_block*.
4845 (new_symbol): DW_AT_external better handling of
4846 DW_AT_block*. Proper initialization of variable
4847 "addr".
4848 (attr_form_is_block): New function that returns true
4849 if the attribute's form is of DW_FORM_block*.
4850
4851 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4852
4853 * valops.c (find_method_list): Remove comment about
4854 removed STATIC_MEMFUNCP argument.
4855 (value_find_oload_method_list): Likewise.
4856
4857 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4858
4859 From Nicholas Duffek:
4860 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4861 target_new_objfile_hook.
4862
4863 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4864
4865 From Nicholas Duffek:
4866 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4867 csect.
4868
4869 2002-07-12 Andrew Cagney <cagney@redhat.com>
4870
4871 * MAINTAINERS: Mention --enable-sim-build-warnings.
4872 (m68hc11-elf): Disable sim build warnings.
4873 (m32r-elf): Mark as broken obsolete candidate.
4874 (x86_64-linux-gnu): Mark as buildable with -Werror.
4875 (arm-elf): Change -w to ``,'' which enables warnings but not
4876 -Werror.
4877
4878 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4879
4880 * bcache.h: Update copyright.
4881 (struct bstring, struct bcache): Move definition to "bcache.c".
4882 Replaced by opaque declaration.
4883 (bcache_xfree): Replace free_bcache.
4884 (bcache_xmalloc, bcache_memory_used): Declare.
4885
4886 * bcache.c: Update copyright.
4887 (struct bstring, struct bcache): Moved to here from "bcache.h".
4888 Update comments.
4889 (bcache_xmalloc, bcache_memory_used): New functions.
4890 (bcache_xfree): Replace function free_bcache.
4891
4892 * Makefile.in (objfiles.o): Add $(bcache_h).
4893 (objfiles_h): Remove $(bcache_h).
4894 (symfile.o): Add $(bcache_h).
4895
4896 * symmisc.c: Update copyright.
4897 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4898 (print_objfile_statistics): Use bcache_memory_used.
4899
4900 * symfile.c: Include "bcache.h".
4901 (reread_symbols): Use bcache_xfree.
4902 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4903 (add_psymbol_to_list): Pass psymbol_cache by value.
4904 (add_psymbol_with_dem_name_to_list): Ditto.
4905
4906 * objfiles.h: Update copyright.
4907 (struct bcache): Declare opaque. Do not include "bcache.h".
4908 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4909 bcache'' pointers.
4910 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4911
4912 * objfiles.c: Include "bcache.h". Update copyright.
4913 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4914 macro_cache.
4915 (free_objfile): Use bcache_xfree.
4916
4917 2002-07-11 Grace Sainsbury <graces@redhat.com>
4918
4919 * monitor.c (monitor_fetch_register): Make name a constant.
4920 (monitor_store_register): Same.
4921
4922 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4923
4924 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4925 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4926 (finish_block) For non-function blocks, hash the symbol table. For
4927 function blocks, mark the symbol table as unhashed.
4928 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4929 (msymbol_hash_iw): Likewise.
4930 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4931 value.
4932 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4933 (lookup_minimal_symbol): Likewise for both.
4934 * symtab.h (struct block): Add `hashtable' flag. Comment the
4935 hashtable.
4936 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4937 (ALL_BLOCK_SYMBOLS): Update.
4938 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4939 (struct symbol): Add `hash_next' pointer.
4940 * symtab.c (lookup_block_symbol): Search using the hash table when
4941 possible.
4942 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4943 (search_symbols, find_addr_symbol): Likewise.
4944
4945 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4946 (read_dst_symtab): Likewise.
4947 * jv-lang.c (get_java_class_symtab): Likewise.
4948 * mdebugread.c: Include "gdb_assert.h".
4949 (shrink_block): Assert that the block being modified is not hashed.
4950 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4951 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4952 symbols.
4953 (dump_symtab): Recognize hashed blocks.
4954 * printcmd.c (print_frame_args): Assert that function blocks do not
4955 have hashed symbol tables.
4956 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4957 (fill_in_ada_prototype, debug_print_block): Likewise.
4958 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4959
4960 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4961
4962 * stack.c (print_frame): Use result of frame_address_in_block()
4963 instead of fi->pc when evaluating symbols.
4964 (backtrace_command_1): Ditto.
4965
4966 2002-07-11 Andrew Cagney <cagney@redhat.com>
4967
4968 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4969 Make static.
4970
4971 * arm-tdep.c (arm_register_name): Make return type constant.
4972
4973 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4974
4975 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4976 prototype.
4977 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4978 * s390-tdep.c (s390_fp_regnum): Ditto.
4979 (s390_read_fp): Ditto.
4980 (s390_pop_frame): Ditto.
4981 (_initialize_s390_tdep): Ditto.
4982 * remote.c (get_remote_state): Ditto.
4983 * procfs.c (mappingflags): Ditto.
4984 * memattr.c (_initialize_mem): Ditto.
4985 * mcore-tdep.c (mcore_pop_frame): Ditto.
4986 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4987 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4988 * language.c (set_case_str): Ditto.
4989 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4990 * frv-tdep.c (new_variant): Ditto.
4991 (frv_stopped_data_address): Ditto.
4992 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4993 (context_alloc): Ditto.
4994 (frame_state_alloc): Ditto.
4995 (unwind_tmp_obstack_init): Ditto.
4996 (unwind_tmp_obstack_free): Ditto.
4997 (cfi_read_fp): Ditto.
4998 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4999 (cris_pop_frame): Ditto.
5000 * c-lang.c (scanning_macro_expansion): Ditto.
5001 (finished_macro_expansion): Ditto.
5002 (c_preprocess_and_parse): Ditto.
5003 * gdbarch.sh: Ditto.
5004 * gdbarch.h, gdbarch.c: Regenerate.
5005 * config/mn10200/tm-mn10200.h: Adjust indentation.
5006 * target.c: Adjust indentation.
5007 * symtab.h: Adjust indentation.
5008 * stabsread.h: Adjust indentation.
5009 * remote-es.c: Adjust indentation.
5010 * os9kread.c: Adjust indentation.
5011
5012 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5013
5014 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5015 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5016
5017 2002-07-10 Grace Sainsbury <graces@redhat.com>
5018
5019 * NEWS: Mention m68k, mcore multi-arching.
5020 * MAINTAINERS: Change status of m68k, mcore to reflect
5021 multi-arching.
5022
5023 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5024
5025 * valops.c (find_overload_match): Free oload_syms.
5026
5027 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5028
5029 Define HAVE_SYS_PROC_H if sys/proc.h exists
5030 * configure.in: Add check for sys/proc.h
5031 * config.in: Regenerate.
5032 * configure: Regenerate.
5033
5034 2002-07-09 Grace Sainsbury <graces@redhat.com>
5035
5036 * config/m68k/tm-m68k.h: Remove macros wrapped in
5037 #if !GDB_MULTI_ARCH.
5038
5039 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5040
5041 * config.in, configure: Regenerate.
5042
5043 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5044
5045 * dwarf2cfi.c: Include "gcore.h".
5046 (execute_stack_op): Fix implementation of the
5047 DW_OP_deref and DW_OP_deref_size operators by letting do their
5048 lookup in the target.
5049
5050 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5051
5052 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5053 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5054 tdep->sc_sp_offset.
5055
5056 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5057
5058 Fix PR gdb/595, gdb/602
5059 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5060 Don't call value_cast, just read the vtable pointer; update comments
5061 to match.
5062
5063 2002-07-05 Grace Sainsbury <graces@redhat.com>
5064
5065 * config/mcore/tm-mcore.h: Remove file.
5066 * config/mcore/mcore.mt: Remove definition of TM_FILE
5067 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5068
5069 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5070
5071 * i386bsd-tdep.c: Include "gdb_string.h".
5072
5073 2002-07-04 Grace Sainsbury <graces@redhat.com>
5074
5075 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5076 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5077 mcore-tdep.
5078 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5079 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5080 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5081 (RETVAL_REGNUM): Move macros from tm-mcore.h
5082 (mcore_reg_struct_has_addr): New function.
5083 (mcore_gdbarch_init): Added initializations for the macros removed
5084 from tm-mcore.h.
5085
5086 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5087
5088 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5089 traditonal string branding within the ELF header.
5090
5091 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5092
5093 * symtab.c (remove_params): New function.
5094 (make_symbol_overload_list): Use it instead of cplus_demangle.
5095 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5096
5097 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5098
5099 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5100
5101 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5102 New variables.
5103 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5104 and tdep->sigtramp_end.
5105 * i386obsd-nat.c: New file.
5106 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5107
5108 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5109 Don't call get_current_frame().
5110
5111 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5112
5113 * i386-nat.c (child_post_startup_inferior): New function
5114 calling i386_cleanup_dregs if
5115 I386_USE_GENERIC_WATCHPOINTS is defined.
5116 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5117 conditional to acknowledge that i386-nat.c has its
5118 own child_post_startup_inferior function.
5119
5120 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5121
5122 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5123 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5124 instead of MAX_REGISTER_RAW_SIZE.
5125 (i386_extract_return_value, i386_extract_struct_value_address):
5126 Convert to use regcache.
5127 (i386_gdbarch_init): Set max_register_raw_size and
5128 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5129 Set extract_return_value and extract_struct_value_address instead
5130 of their deprecated variants.
5131
5132 Convert i386 target to generic dummy frames.
5133 * i386-tdep.c: Include "symfile.h".
5134 (i386_frameless_signal_p): Consider a function to be frameless if
5135 the pc points at the first instruction of the function.
5136 (i386_frame_chain): Handle (generic) call dummies.
5137 (i386_frame_saved_pc): Likewise.
5138 (i386_frame_init_saved_regs): Remove code dealing with call
5139 dummies on the stack.
5140 (i386_push_dummy_frame): Removed.
5141 (i386_call_dummy_words): Removed.
5142 (i386_fix_call_dummy): Removed.
5143 (i386_push_return_address): New function.
5144 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5145 parameter, and don't call get_current_frame.
5146 (i386_pop_frame): New function.
5147 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5148 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5149 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5150 call_dummy_length to 0, set call_dummy_words to NULL, set
5151 sizeof_call_dummy_words to 0, set fix_call_dummy to
5152 generic_fix_call_dummy, set pc_in_call_dummy to
5153 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5154 generic_push_dummy_frame, set push_return_address to
5155 i386_push_return_address and set frame_chain_valid to
5156 generic_file_frame_chain_valid.
5157
5158 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5159
5160 * gdbarch.sh (struct regcache): Add opaque declaration.
5161 (EXTRACT_RETURN_VALUE): New architecture method.
5162 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5163 * gdbarch.h, gdbarch.c: Regenerate.
5164 * arch-utils.c (legacy_extract_return_value): New function.
5165 * arch-utils.h (legacy_extract_return_value): Declare.
5166 * values.c (value_being_returned): Re-enable code handling
5167 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5168 deprecated_grub_regcache_for_registers call to block handling
5169 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5170 (EXTRACT_RETURN_VALUE): Do not define.
5171
5172 2002-07-03 Grace Sainsbury <graces@redhat.com>
5173
5174 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5175 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5176 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5177 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5178 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5179 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5180 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5181 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5182 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5183 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5184 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5185 argument so the function fits the prototype in the architecture
5186 vector.
5187 (mcore_pop_frame): Remove argument so the function fits the
5188 prototype. Use get_current_frame instead of the argument.
5189 (mcore_push_arguments): Change type of struct_return so the
5190 function can be used in the architecture vector.
5191 (mcore_store_struct_return): Add.
5192 (mcore_frame_init_saved_regs): Add.
5193 (mcore_gdbarch_init): Add function calls to replace the macros
5194 removed from tm-mcore.h
5195
5196 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5197
5198 * infcmd.c (print_return_value): Remove compatibility code calling
5199 deprecated_grub_regcache_for_registers.
5200
5201 * values.c: Include "regcache.h".
5202 (value_being_returned): Update. Use
5203 deprecated_grub_regcache_for_registers to extract the register
5204 buffer address.
5205 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5206 ``struct regcache''.
5207 * Makefile.in (values.o): Add dependency on $(regcache_h).
5208
5209 * inferior.h (run_stack_dummy): Change type of second parameter to
5210 a ``struct regcache''.
5211 * valops.c (hand_function_call): Change type of retbuf to ``struct
5212 regcache''. Allocate using regcache_xmalloc, clean using
5213 make_cleanup_regcache_xfree.
5214 * infcmd.c (run_stack_dummy): Update. Use
5215 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5216
5217 * regcache.c (do_regcache_xfree): New function.
5218 (make_cleanup_regcache_xfree): New function.
5219 * regcache.h (make_cleanup_regcache_xfree): Declare.
5220
5221 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5222
5223 * event-top.c (command_line_handler): Don't read past
5224 beginning of buffer.
5225
5226 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5227
5228 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5229 struct frame_id.
5230 (varobj_create): Store frame_id for root.
5231 (varobj_gen_name): Use xasprintf.
5232 (varobj_update): Save and restore frame using get_frame_id() and
5233 frame_find_by_id().
5234 (create_child): Use xasprintf.
5235 (new_root_variable): Initialize frame_id.
5236 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5237 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5238 to prevent memory leak.
5239
5240 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5241
5242 * valops.c (hand_function_call): Move declaration of retbuf to
5243 start of function, allocate using malloc, add a cleanup but before
5244 the inf_status cleanup, cleanup the buffer. Rename local variable
5245 old_chain to inf_status_cleanup.
5246
5247 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5248
5249 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5250
5251 * cli/cli-decode.c (cmd_func_p): New function.
5252 (cmd_func): New function.
5253
5254 * command.h: Add cmd_func() and cmd_func_p().
5255
5256 2002-07-03 Grace Sainsbury <graces@redhat.com>
5257
5258 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5259 (REGISTER_SIZE): Remove.
5260 (MAX_REGISTER_RAW_SIZE): Remove.
5261 (REGISTER_VIRTUAL_TYPE): Remove.
5262 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5263 (REGISTER_NAME): Remove.
5264 (USE_GENERIC_DUMMY_FRAMES): Remove.
5265 (CALL_DUMMY): Remove.
5266 (CALL_DUMMY_START_OFFSET): Remove.
5267 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5268 (CALL_DUMMY_LOCATION): Remove.
5269 (FIX_CALL_DUMMY): Remove.
5270 (CALL_DUMMY_ADDRESS): Remove.
5271 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5272 (SAVE_DUMMY_FRAME_TOS): Remove.
5273 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5274 (mcore_register_virtual_type): New function.
5275 (mcore_register_byte): New function.
5276 (mcore_register_size): New function.
5277 (mcore_register_name): New function.
5278 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5279 macros removed from tm-mcore.h.
5280 (mcore_dump_tdep): Add.
5281 (_initialize_mcore_tdep): Add gdbarch_register call.
5282
5283 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5284
5285 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5286 frameless_look_for_prologue, such that we actually call this
5287 function.
5288
5289 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5290
5291 * frame.h (frame_address_in_block): New function.
5292
5293 * blockframe.c (frame_address_in_block): New function extracted
5294 from get_frame_block().
5295 (get_frame_block): Use frame_address_in_block().
5296 (block_innermost_frame): Use frame_address_in_block() to match
5297 the frame pc address against the block boundaries rather than
5298 the frame pc directly. This prevents a failure when a frame pc
5299 is actually a return-address pointing immediately after the end
5300 of the given block.
5301
5302 2002-07-02 Grace Sainsbury <graces@redhat.com>
5303
5304 * MAINTAINERS: Add self under write after approval.
5305
5306 2002-07-02 Grace Sainsbury <graces@redhat.com>
5307
5308 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5309 used in architecture vector. The default is
5310 m68k_local_breakpoint_from_pc.
5311 (m68k_local_breakpoint_from_pc): Add.
5312 (enum): Add register numbers from tm-m68k.h.
5313 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5314 vector.
5315 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5316 GDB_MULTI_ARCH_PARTIAL.
5317 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5318 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5319 m68k-tdep.c.
5320 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5321 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5322 to enum in m68k-tdep.c
5323
5324 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5325
5326 * solib-osf.c (open_map): Compute the list of shared libraries
5327 loaded by the inferior, rather than the list of libraries loaded
5328 by GDB itself. Otherwise, GDB ends up reading the symbols from
5329 the wrong shared libraries...
5330
5331 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5332
5333 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5334 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5335 macros.
5336 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5337 Remove functions.
5338 (FRAMELESS_SIGNAL): Remove function.
5339 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5340 i386_linux_saved_pc_after_call): Removed.
5341 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5342 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5343 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5344
5345 * i386-tdep.c (i386_frameless_signal_p): New function.
5346 (i386_frame_chain): Deal with frameless signals.
5347 (i386_sigtramp_saved_sp): New function.
5348 (i386_frame_saved_pc): Deal with frameless signals.
5349 (i386_saved_pc_after_call): Make sure the correct value is
5350 returned just after entry into a sigtramp.
5351 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5352 i386fbsd4_sc_sp_offset): New variables.
5353 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5354 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5355 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5356 similiar to what we already did for sc_pc_offset.
5357 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5358 tdep->sc_sp_offset.
5359
5360 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5361
5362 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5363
5364 * config/i386/tm-x86-64linux.h: New.
5365 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5366 definitions.
5367 * config/i386/nm-x86-64.h: Rename to ...
5368 * config/i386/nm-x86-64linux.h: ... this one.
5369 * config/i386/x86-64linux.mh: Reflect the above change.
5370
5371 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5372
5373 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5374 with sigcontext_addr. Add sc_sp_offset.
5375 (i386bsd_sigtramp_saved_pc): Remove prototype.
5376 (i386bsd_sicontext_addr): Add prototype.
5377 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5378 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5379 (i386_svr4_sigtramp_saved_pc): Removed.
5380 (i386_svr4_sigcontext_addr): New function.
5381 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5382 Initialize tdep->sigcontext_addr instead. Initialize
5383 tdep->sc_pc_offset and tdep->sc_sp_offset.
5384 (i386_gdbarch_init): Likewise.
5385 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5386 any more.
5387 (i386bsd_sigtramp_saved_pc): Remove function.
5388 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5389 Initialize tdep->sigcontext_addr instead. Initialize
5390 tdep->sc_pc_offset.
5391 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5392 of tdep->sigtramp_saved_pc.
5393 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5394 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5395 instead.
5396
5397 * i386-tdep.c (i386_frameless_function_invocation,
5398 i386_frame_num_args, i386_frame_init_saved_regs,
5399 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5400 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5401 i386_extract_return_value, i386_store_return_value,
5402 i386_extract_struct_value_address, i386_register_virtual_type,
5403 i386_register_convertible, i386_register_convert_to_virtual,
5404 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5405 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5406 static.
5407
5408 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5409
5410 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5411
5412 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5413 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5414 this macro. Include "value.h".
5415
5416 2002-06-30 Aidan Skinner <aidan@velvet.net>
5417
5418 * ada-exp.tab.c: remove as it's a generated file
5419 * ada-lex.c: remove as it's a generated file
5420
5421 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5422
5423 * config/i386/tm-i386.h (struct frame_info, struct
5424 frame_saved_regs, struct value, struct type): Remove forward
5425 declarations.
5426
5427 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5428 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5429 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5430 (FILL_FPXREGSET): Define.
5431
5432 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5433
5434 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5435 i[3456]86-*-netbsd* case.
5436 * config/i386/tm-obsd.h: Removed.
5437 * config/i386/obsd.mt: Removed.
5438 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5439 core-aout.o.
5440 (MH_CFLAGS): Add -DYYDEBUG=0.
5441
5442 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5443 i386nbsd_sc_pc_offset on OpenBSD too.
5444
5445 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5446 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5447 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5448 define.
5449 * i386bsd-tdep.c: Include "arch-utils.h".
5450 (i386bsd_aout_in_solib_call_trampoline): New function.
5451 (i386bsd_init_abi): Set in_solib_call_trampoline to
5452 i386bsd_aout_in_solib_call_trampoline.
5453 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5454 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5455
5456 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5457
5458 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5459 (struct obstack, struct bcache): Add opaque declarations.
5460 * Makefile.in (macrotab_h): Update
5461
5462 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5463
5464 * blockframe.c (generic_find_dummy_frame): Change return type to
5465 ``struct regcache''.
5466 (struct dummy_frame): Replace field ``registers'' with regcache, a
5467 struct regcache object.
5468 (generic_find_dummy_frame): Update.
5469 (generic_push_dummy_frame): Update. Use regcache_xfree,
5470 regcache_xmalloc and regcache_cpy.
5471 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5472 regcache_xfree.
5473 (deprecated_generic_find_dummy_frame): Update.
5474 (generic_read_register_dummy): Update. Use
5475 regcache_read_as_address.
5476 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5477 (generic_get_saved_register): Update. Use regcache_read.
5478
5479 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5480
5481 * Makefile.in (objfiles_h): Add $(bcache_h).
5482 * objfiles.h: Include "bcache.h".
5483
5484 * Makefile.in (symtab_h): Remove $(bcache_h).
5485 * symtab.h: Do not include "bcache.h".
5486
5487 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5488
5489 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5490 generic_func_frame_chain_valid.
5491
5492 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5493
5494 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5495 * config/i386/tm-fbsd.h: Likewise.
5496
5497 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5498
5499 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5500 generic_unwind_get_saved_register.
5501
5502 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5503
5504 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5505 * regcache.c (supply_register): Add missing argument to
5506 register_buffer call.
5507
5508 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5509
5510 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5511 Solaris /bin/grep does not not like it. From Peter Schauer.
5512
5513 2002-06-26 Tom Tromey <tromey@redhat.com>
5514
5515 * command.h (add_setshow_cmd): Declare.
5516 (add_setshow_cmd_full): Declare.
5517 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5518 returns void. Use add_setshow_cmd_full.
5519 (add_setshow_cmd_full): New function.
5520 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5521 (add_setshow_boolean_cmd): Likewise.
5522
5523 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5524
5525 * config/vax/tm-vax.h: Protect from multiple inclusion.
5526 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5527 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5528 * config/vax/tm-vaxbsd.h: ...here. New file.
5529 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5530
5531 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5532
5533 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5534 (BELIEVE_PCC_PROMOTION): Remove.
5535 (AP_REGNUM): Move to...
5536 * config/vax/nm-vax.h: ...here.
5537 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5538 (vax_breakpoint_from_pc): New function.
5539 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5540 and gdbarch_believe_pcc_promotion.
5541
5542 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5543
5544 * Makefile.in (vax_tdep_h): Define.
5545 (vax-tdep.o): Use $(vax_tdep_h).
5546 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5547 (vax_dump_tdep): New function.
5548 (_initialize_vax_tdep): Register vax_dump_tdep.
5549 * vax-tdep.h: Include osabi.h.
5550 (struct gdbarch_tdep): New.
5551
5552 2002-06-26 Andrew Cagney <cagney@redhat.com>
5553
5554 * frame.h (deprecated_generic_find_dummy_frame): Rename
5555 generic_find_dummy_frame.
5556 * blockframe.c (generic_find_dummy_frame): Make static.
5557 (deprecated_generic_find_dummy_frame): New function.
5558 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5559 generic_find_dummy_frame with deprecated_find_dummy_frame.
5560 (sh64_nofp_frame_init_saved_regs): Ditto.
5561 (sh_fp_frame_init_saved_regs): Ditto.
5562 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5563 (s390_frame_chain): Ditto.
5564 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5565
5566 2002-06-26 Grace Sainsbury <graces@redhat.com>
5567
5568 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5569 gdbarch vector are at the top.
5570 (NUM_REGS): Remove.
5571 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5572 (FRAME_ARGS_ADDRESS): Remove.
5573 (FRAME_LOCALS_ADDRESS): Remove.
5574 (FRAME_NUM_ARGS): Remove.
5575 (FRAME_ARGS_SKIP): Remove.
5576 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5577 (m68k_gdbarch_init): Add gdbarch initializations for macros
5578 undefined in tm-m68k.h
5579
5580 2002-06-26 Grace Sainsbury <graces@redhat.com>
5581
5582 * monitor.h: Add the function regname to monitor_ops
5583 structure. This way NUM_REGS does not have to be a constant.
5584 * monitor.c (monitor_fetch_register): Added support for regname
5585 function. The function is called if the array regnames is NULL.
5586 (monitor_store_register): Same.
5587 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5588 regnames array.
5589 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5590 cpu32bug_cmds.regname to point to new function.
5591 * abug-rom.c (abug_regname): Same as above.
5592 (init_abug_cmds): Same.
5593 * dbug-rom.c (dbug_regname): Same as above.
5594 (init_dbug_cmds): Same.
5595 * remote-est.c (est_regname): Same.
5596 (init_est_cmds): Same.
5597 * rom68k-rom.c (rom68k_regname): Same.
5598 (init_rom68k_cmds): Same.
5599
5600 2002-06-25 Tom Tromey <tromey@redhat.com>
5601
5602 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5603
5604 2002-06-25 Andrew Cagney <cagney@redhat.com>
5605
5606 * infrun.c (stop_registers): Change variable's type to ``struct
5607 regcache'''.
5608 (xmalloc_inferior_status): Delete function.
5609 (free_inferior_status): Delete function.
5610 (normal_stop): Use regcache_cpy.
5611 (struct inferior_status): Change type of fields ``stop_registers''
5612 and ``registers'' to ``struct regcache''.
5613 (write_inferior_status_register): Use regcache_write.
5614 (save_inferior_status): Instead of calling
5615 xmalloc_inferior_status, allocate the inf_status buffer directly.
5616 Use regcache_dup_no_passthrough and regcache_dup to save the
5617 buffers.
5618 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5619 Replace the stop_registers regcache instead of overriding it. Use
5620 regcache_xfree. Instead of calling free_inferior_status, xfree
5621 the buffer directly.
5622 (discard_inferior_status): Use regcache_xfree. Instead of calling
5623 free_inferior_status, xfree the buffer directly.
5624 (build_infrun): Use regcache_xmalloc.
5625 (_initialize_infrun): Delete redundant call to build_infrun.
5626
5627 * Makefile.in (infcmd.o): Add $(regcache_h).
5628
5629 * infcmd.c: Include "regcache.h".
5630 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5631 obtain the address of `stop_registers' register buffer.
5632 (print_return_value): Ditto.
5633
5634 * inferior.h (struct regcache): Add opaque declaration.
5635 (stop_registers): Change variable's declared type to ``struct
5636 regcache''.
5637
5638 2002-06-24 Tom Tromey <tromey@redhat.com>
5639
5640 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5641 * target.c (initialize_targets): Fixed typo in
5642 trust-readonly-sections `show' documentation.
5643
5644 * main.c: Marked all strings with _().
5645
5646 2002-06-24 Don Howard <dhoward@redhat.com>
5647
5648 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5649 that means max CORE_ADDR+1.
5650 (lookup_mem_region): Ditto.
5651 (mem_info_command): Ditto.
5652
5653 2002-06-24 Grace Sainsbury <graces@redhat.com>
5654
5655 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5656 (REGISTER_BYTES_OK): Remove.
5657 (REGISTER_BYTES): Remove.
5658 (STORE_STRUCT_RETURN): Remove.
5659 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5660 (STORE_RETURN_VALUE): Remove.
5661 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5662 (FRAME_CHAIN): Remove.
5663 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5664 (FRAME_SAVED_PC): Remove.
5665 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5666 (m68k_store_struct_return): Add.
5667 (m68k_deprecated_extract_return_value): Add.
5668 (m68k_deprecated_extract_struct_value_address): Add.
5669 (m68k_store_return_value): Add.
5670 (m68k_frame_chain): Add.
5671 (m68k_frameless_function_invocation): Add.
5672 (m68k_frame_saved_pc): Add.
5673 (m68k_gdbarch_init): added set_gdbarch calls for new
5674 functions and deleted macros.
5675
5676 2002-06-23 Tom Tromey <tromey@redhat.com>
5677
5678 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5679 (ALLDEPFILES): Likewise.
5680 (udiheaders): Removed.
5681 (udip2soc.o): Likewise.
5682 (udi2go32.o): Likewise.
5683 (udr.o): Likewise.
5684 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5685
5686 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5687
5688 * infrun.c (_initialize_infrun): Delete unnecessary call to
5689 build_infrun.
5690
5691 * regcache.h: Update comments describing the regcache_cpy family
5692 of functions.
5693 (regcache_save, regcache_restore): Delete declaration.
5694 (regcache_save_no_passthrough): Delete declaration.
5695 (regcache_restore_no_passthrough): Delete declaration.
5696 * regcache.c (regcache_save): Delete function.
5697 (regcache_save_no_passthrough): Delete function.
5698 (regcache_restore): Delete function.
5699 (regcache_restore_no_passthrough): Delete function.
5700
5701 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5702
5703 * config/m68k/tm-m68k.h: Fix typo.
5704 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5705 (m68k_frame_init_saved_regs): Declare.
5706
5707 2002-06-21 Jim Blandy <jimb@redhat.com>
5708
5709 Remove some vestiges of Harris 88k support.
5710 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5711 register numbering quirk.
5712 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5713 odd symbols occurring in Harris 88k ELF targets.
5714
5715 2002-06-21 Tom Tromey <tromey@redhat.com>
5716
5717 * gdb_locale.h: New file.
5718 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5719 (defs_h): Added gdb_locale.h.
5720 * configure, config.in: Rebuilt.
5721 * configure.in (PACKAGE): Define.
5722 * defs.h: Include gdb_locale.h.
5723 * main.c (captured_main): Call setlocale, bindtextdomain,
5724 textdomain.
5725
5726 2002-06-21 Dave Brolley <brolley@redhat.com>
5727
5728 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5729 * config/frv/frv.mt: New file.
5730 * config/frv/tm-frv.h: New file.
5731 * configure.tgt: Support frv-*-*.
5732 * Makefile.in (frv-tdep.o): New target.
5733 * frv-tdep.c: New file.
5734 * NEWS: Mention frv.
5735
5736 2002-06-21 Dave Brolley <brolley@redhat.com>
5737
5738 * MAINTAINERS: Add self to "Write After Approval" list.
5739
5740 2002-06-21 Grace Sainsbury <graces@redhat.com>
5741
5742 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5743 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5744 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5745 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5746 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5747
5748 * m68k-tdep.c: Include arch-utils.h
5749 (m68k_register_raw_size): Add.
5750 (m68k_register_virtual_size): Add.
5751 (m68k_register_virtual_type): Add.
5752 (m68k_register_name): Add.
5753 (m68k_stack_align): Add.
5754 (m68k_register_byte): Add.
5755 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5756 tm-m68k.h.
5757
5758 2002-06-21 Grace Sainsbury <graces@redhat.com>
5759
5760 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5761 m68k_find_saved_regs.
5762 (m68k_pop_frame): Removed saved_regs structure, and replaced
5763 references to it with frame->saved_regs.
5764 (m68k_gdbarch_init): Added function calls to initialize the
5765 gdbarch structure.
5766 (m68k_fix_call_dummy): Add.
5767 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5768 (CALL_DUMMY): Remove.
5769 (CALL_DUMMY_LENGTH): Remove.
5770 (CALL_DUMMY_START_OFFSET): Remove.
5771 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5772 (FIX_CALL_DUMMY): Remove.
5773 (PUSH_DUMMY_FRAME): Remove.
5774 (POP_FRAME): Remove.
5775
5776 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5777
5778 * parse.c (parse_fprintf): New function used to avoid calls to
5779 fprintf in bison parser generated debug code.
5780 * parser-defs.h: Declaration of new parse_fprintf function.
5781 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5782 Set YYDEBUG to 1 by default.
5783 Set YYFPRINTF as parse_fprintf.
5784
5785 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5786
5787 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5788 encoding anymore.
5789 (pointer_encoding, enum ptr_encoding): New.
5790 (execute_cfa_program): Take care about pointer encoding.
5791 (dwarf2_build_frame_info): Only call parse_frame_info for
5792 .debug_frame and .eh_frame.
5793 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5794 fixed augmentation handling, added relative addressing,
5795 ignore duplicate FDEs. Added comments.
5796 * dwarf2cfi.c: Reindented.
5797
5798 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5799
5800 * event-top.c (command_handler): Don't use space_at_cmd_start
5801 unless there is sbrk() on the host. Assign time and space data
5802 to union fields of the appropriate length.
5803
5804 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5805
5806 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5807 x86_64_register_name. Return type changed to 'const char *'.
5808 (x86_64_register_name2nr): Rename to x86_64_register_number.
5809 (x86_64_gdbarch_init): Update to reflect the change.
5810 * x86-64-tdep.h: Ditto.
5811 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5812 (supply_fpregset): Ditto.
5813
5814 2002-06-19 Andrew Cagney <cagney@redhat.com>
5815
5816 * regcache.h: Update copyright.
5817 (struct regcache, struct gdbarch): Add opaque declarations.
5818 (current_regcache): Declare global variable.
5819 (regcache_read, regcache_write): Add gdbarch parameter.
5820 (regcache_save, regcache_save_no_passthrough)
5821 (regcache_restore, regcache_restore_no_passthrough)
5822 (regcache_dup, regcache_dup_no_passthrough)
5823 (regcache_cpy, regcache_cpy_no_passthrough)
5824 (deprecated_grub_regcache_for_registers)
5825 (deprecated_grub_regcache_for_register_valid)
5826 (regcache_valid_p): Add function declarations.
5827
5828 * regcache.c: Update copyright.
5829 (regcache_descr_handle): New global variable.
5830 (struct regcache_descr): Define.
5831 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5832 (regcache_descr, xfree_regcache_descr): New functions.
5833 (struct regcache): Define.
5834 (regcache_xmalloc, regcache_xfree): New functions.
5835 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5836 (regcache_dup, regcache_dup_no_passthrough): New functions.
5837 (regcache_valid_p, regcache_read_as_address): New functions.
5838 (deprecated_grub_regcache_for_registers): New function.
5839 (deprecated_grub_regcache_for_register_valid): New function.
5840 (current_regcache): New global variable.
5841 (register_buffer): Add regcache parameter. Update calls.
5842 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5843 (read_register_gen, write_register_gen): Update register_buffer
5844 call. Test for legacy_p instead of gdbarch_register_read_p or
5845 gdbarch_register_write_p.
5846 (regcache_collect): Update register_buffer call.
5847 (build_regcache): Rewrite. Use deprecated grub functions.
5848 (regcache_save, regcache_save_no_passthrough): New functions.
5849 (regcache_restore, regcache_restore_no_passthrough): New
5850 functions.
5851 (_initialize_regcache): Create the regcache_data_handle. Swap
5852 current_regcache global variable.
5853
5854 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5855 parameter to regcache_read and regcache_write calls.
5856 (sh4_register_read): Ditto.
5857 (sh64_pseudo_register_read): Ditto.
5858 (sh64_register_read): Ditto.
5859 (sh_pseudo_register_write): Ditto.
5860 (sh4_register_write): Ditto.
5861 (sh64_pseudo_register_write): Ditto.
5862 (sh64_register_write): Ditto.
5863
5864 * defs.h (XCALLOC): Define.
5865
5866 2002-06-19 Grace Sainsbury <graces@redhat.com>
5867
5868 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5869 * m68k-tdep.c (m68k_gdbarch_init): Added.
5870 (m68k_dump_tdep): Added.
5871
5872 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5873
5874 * ada-lang.c (fill_in_ada_prototype): Update comment.
5875
5876 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5877
5878 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5879 MIPS_ABI_LAST.
5880 (mips_abi_string, mips_abi_strings): New.
5881 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5882 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5883 tdep->mips_abi_string. Honor mips_abi_string. Default to
5884 O32 if no ABI is found.
5885 (mips_dump_tdep): Use mips_abi_strings.
5886 (mips_abi_update): New function.
5887 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5888 ``set mips abi'' and ``show mips abi''. Check the size of
5889 mips_abi_strings.
5890
5891 2002-06-19 Andrew Cagney <cagney@redhat.com>
5892
5893 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5894 constant.
5895
5896 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5897
5898 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5899 current frame using only the first stack size adjustment. All
5900 subsequent size adjustments are not considered to be part of
5901 the "static" part of the current frame.
5902 Compute the address of the saved registers relative to the
5903 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5904 in use in this frame.
5905
5906 2002-06-18 Don Howard <dhoward@redhat.com>
5907
5908 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5909 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5910 suggesting this solution.
5911
5912 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5913
5914 * config/romp/xm-rtbsd.h: Delete file.
5915 * config/romp/rtbsd.mh: Delete file.
5916
5917 2002-06-18 Keith Seitz <keiths@redhat.com>
5918
5919 * breakpoint.c (condition_command): Post breakpoint_modify
5920 when a condition is added to an existing breakpoint.
5921 (commands_command): Likewise for commands.
5922 (set_ignore_count): Likewise for ignore counts.
5923 If no tty, do not simply return, still need to send event
5924 notification.
5925 (ignore_command): Only print a newline if the command came
5926 from a tty.
5927 Don't call breakpoints_changed, since this is now properly
5928 handled by set_ignore_count.
5929
5930 2002-06-18 Andrew Cagney <cagney@redhat.com>
5931
5932 * MAINTAINERS: Note that cris-elf target can be compiled with
5933 -Werror.
5934 * cris-tdep.c (cris_register_name): Make return type constant.
5935 (cris_breakpoint_from_pc): Ditto.
5936
5937 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5938
5939 * frame.h (struct frame_info): Change type of context to
5940 'struct context'.
5941
5942 2002-06-17 Andrew Cagney <cagney@redhat.com>
5943
5944 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5945 pointer.
5946 * gdbarch.h, gdbarch.c: Regenerate.
5947 * config/mips/tm-mips.h (mips_register_name): Update.
5948 * i386-tdep.h (i386_register_name): Update.
5949 * mips-tdep.c (mips_register_name): Update
5950 * alpha-tdep.c (alpha_register_name): Update.
5951 * arch-utils.c (legacy_register_name): Update.
5952 * arch-utils.h (legacy_register_name): Update.
5953 * avr-tdep.c (avr_register_name): Update.
5954 * ia64-tdep.c (ia64_register_name): Update.
5955 * i386-tdep.c (i386_register_name): Update.
5956 * sparc-tdep.c (sparc32_register_name): Update.
5957 (sparc64_register_name): Update.
5958 (sparclite_register_name): Update.
5959 (sparclet_register_name): Update.
5960 * sh-tdep.c (sh_generic_register_name): Update.
5961 (sh_sh_register_name): Update.
5962 (sh_sh3_register_name): Update.
5963 (sh_sh3e_register_name): Update.
5964 (sh_sh_dsp_register_name): Update.
5965 (sh_sh3_dsp_register_name): Update.
5966 (sh_sh4_register_name): Update.
5967 (sh_sh64_register_name): Update.
5968 * s390-tdep.c (s390_register_name): Update.
5969 * rs6000-tdep.c (rs6000_register_name): Update.
5970 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5971 (ns32k_register_name_32382): Update.
5972 * d10v-tdep.c (d10v_ts2_register_name): Update.
5973 (d10v_ts3_register_name): Update.
5974 * xstormy16-tdep.c (xstormy16_register_name): Update.
5975 * vax-tdep.c (vax_register_name): Update.
5976 * v850-tdep.c (v850_register_name): Update.
5977 * m68hc11-tdep.c (m68hc11_register_name): Update.
5978 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5979 (am33_register_name): Update.
5980
5981 2002-06-17 Grace Sainsbury <graces@redhat.com>
5982
5983 * m68k-tdep.c: Reindented.
5984
5985 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5986
5987 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5988 list of predefined types.
5989
5990 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5991
5992 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5993 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5994 REGISTER_CONVERT_TO_RAW): Remove defines.
5995 (i386_register_virtual_type, i386_register_convertible,
5996 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5997 Remove prototypes.
5998 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5999 macros mentioned above.
6000
6001 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6002 (i386lynx_saved_pc_after_call): Remove prototype.
6003 * i386ly-tdep.c: Include "i386-tdep.h".
6004 (i386lynx_saved_pc_after_call): Make static. Use
6005 read_memory_nobpt instead of read_memory. Use
6006 read_memory_unsigned_integer instead of read_memory_integer.
6007 (i386lynx_init_abi): New function.
6008 (i386lynx_coff_osabi_sniffer): New function.
6009 (_initialize_i386bsd_tdep): New function.
6010
6011 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6012 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6013 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6014 (i386_fix_call_dummy): Remove prototype.
6015 * i386-tdep.c (i386_call_dummy_words): New variable.
6016 (i386_gdbarch_init): Adjust for removal of the
6017 macros mentioned above.
6018
6019 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6020
6021 * command.h (add_setshow_auto_boolean_cmd): Replace
6022 add_set_auto_boolean_cmd.
6023 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6024 add_set_auto_boolean_cmd.
6025 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6026 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6027 mask-address'' command.
6028 (show_mask_address): Add cmd parameter.
6029 * remote.c (add_packet_config_cmd): Update. Change type of
6030 set_func and show_func to cmd_sfunc_ftype.
6031 (_initialize_remote): Update `set remote Z-packet'
6032 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6033 (show_remote_protocol_e_packet_cmd): Ditto.
6034 (show_remote_protocol_E_packet_cmd): Ditto.
6035 (show_remote_protocol_P_packet_cmd): Ditto.
6036 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6037 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6038 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6039 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6040 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6041 (show_remote_protocol_Z_packet_cmd): Ditto.
6042 (show_remote_protocol_binary_download_cmd): Ditto.
6043 (show_remote_cmd): Pass NULL to all of above.
6044
6045 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6046
6047 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6048 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6049 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6050 POP_FRAME): Remove defines.
6051 (i386_push_arguments, i386_store_struct_return,
6052 i386_extract_return_value, i386_store_return_value,
6053 i386_extract_struct_value_address, i386_push_dummy_frame,
6054 i386_pop_frame): Renove prototypes.
6055 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6056 macros mentioned above.
6057
6058 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6059
6060 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6061 add_set_boolean_cmd.
6062 (add_setshow_cmd): New function.
6063 * command.h (add_setshow_boolean_cmd): Replace
6064 add_set_boolean_cmd.
6065 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6066 and ``set rdiromatzero''.
6067 * maint.c (_initialize_maint_cmds): Update commented out code.
6068 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6069 * target.c (initialize_targets): Update `set
6070 trust-readonly-sections'.
6071 * remote.c (_initialize_remote): Update `set remotebreak'.
6072
6073 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6074
6075 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6076 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6077 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6078 fit into multi-arch framework.
6079 (i386_breakpoint_from_pc): New function.
6080 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6081 above.
6082
6083 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6084 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6085 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6086 (i386_frameless_function_invocation, i386_frame_num_args,
6087 i386_frame_init_saved_regs): Remove prototypes.
6088 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6089 macros mentioned above.
6090
6091 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6092
6093 * cli/cli-decode.c (set_cmd_cfunc): Update.
6094 (set_cmd_sfunc): Update.
6095 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6096 (set_cmd_sfunc, set_cmd_cfunc): Update.
6097 * cli/cli-decode.h: Update.
6098
6099 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6100
6101 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6102 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6103
6104 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6105
6106 * defs.h (auto_boolean): Declare enum.
6107 * command.h (cmd_auto_boolean): Delete enum.
6108 * mips-tdep.c (mask_address_var): Update.
6109 (mips_mask_address_p): Update.
6110 (show_mask_address): Update.
6111 * remote.c (struct packet_config): Update.
6112 (update_packet_config): Update.
6113 (show_packet_config_cmd): Update.
6114 (packet_ok): Update.
6115 (add_packet_config_cmd): Update.
6116 (_initialize_remote):
6117 * command.h: Update.
6118 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6119 (do_setshow_command): Update.
6120 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6121 * cli/cli-decode.h: Update.
6122
6123 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6124
6125 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6126 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6127 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6128 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6129 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6130 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6131
6132 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6133 list of DJGPP COFF targets.
6134
6135 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6136 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6137 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6138 (FP0_REGNUM): Remove define.
6139 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6140 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6141 (i386_register_virtual_size): Remove protoype.
6142 * i386-tdep.c (i386_register_virtual_size): Removed.
6143 (i386_extract_return_value, i386_store_return_value): Use
6144 FP0_REGNUM instead of NUM_FREGS to determine whether the
6145 floating-point registers are available.
6146 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6147 Adjust for removal of macros mentioned above.
6148
6149 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6150
6151 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6152 comments.
6153 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6154 Remove prototypes.
6155 (supply_gregset, fill_gregset): Remove use of register keyword and
6156 remove declaration for regmap. Use I386_NUM_GREGS instead of
6157 NUM_REGS and NUM_FREGS.
6158 (FPREGSET_FSAVE_OFFSET): Remove.
6159 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6160 NUM_FREGS to determine whether the floating-point registers are
6161 available.
6162
6163 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6164 gnu_store_registers): Replace usage of NUM_GREGS with
6165 I386_NUM_GREGS.
6166
6167 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6168 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6169 usage of NUM_GREGS with I386_NUM_GREGS.
6170
6171 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6172
6173 * i386bsd-nat.c: Include "i386-tdep.h".
6174 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6175 I386_NUM_GREGS.
6176
6177 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6178 and associated comment. They no longer make any sense, since we
6179 don't use this file anymore on Linux.
6180
6181 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6182 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6183 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6184 elements in these arrays.
6185 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6186 MAX_NUM_REGS.
6187
6188 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6189
6190 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6191 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6192
6193 2002-06-14 Andrew Cagney <cagney@redhat.com>
6194
6195 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6196 EXTRACT_RETURN_VALUE.
6197 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6198 EXTRACT_STRUCT_VALUE_ADDRESS.
6199 * gdbarch.h, gdbarch.c: Regenerate.
6200
6201 * values.c (value_being_returned): Handle
6202 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6203 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6204
6205 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6206 * arm-tdep.c (arm_gdbarch_init): Update.
6207 * avr-tdep.c (avr_gdbarch_init): Update.
6208 * cris-tdep.c (cris_gdbarch_init): Update.
6209 * d10v-tdep.c (d10v_gdbarch_init): Update.
6210 * ia64-tdep.c (ia64_gdbarch_init): Update.
6211 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6212 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6213 * s390-tdep.c (s390_gdbarch_init): Update.
6214 * sh-tdep.c (sh_gdbarch_init): Update.
6215 * s390-tdep.c (s390_gdbarch_init): Update.
6216 * sparc-tdep.c (sparc_gdbarch_init): Update.
6217 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6218 * v850-tdep.c (v850_gdbarch_init): Update.
6219 * vax-tdep.c (vax_gdbarch_init): Update.
6220 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6221 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6222
6223 * config/arc/tm-arc.h: Update.
6224 * config/d30v/tm-d30v.h: Update.
6225 * config/fr30/tm-fr30.h: Update.
6226 * config/h8300/tm-h8300.h: Update.
6227 * config/h8500/tm-h8500.h: Update.
6228 * config/i386/tm-i386.h: Update.
6229 * config/i386/tm-ptx.h: Update.
6230 * config/i386/tm-symmetry.h: Update.
6231 * config/i960/tm-i960.h: Update.
6232 * config/m32r/tm-m32r.h: Update.
6233 * config/m68k/tm-delta68.h: Update.
6234 * config/m68k/tm-linux.h: Update.
6235 * config/m68k/tm-m68k.h: Update.
6236 * config/m88k/tm-m88k.h: Update.
6237 * config/mcore/tm-mcore.h: Update.
6238 * config/mips/tm-mips.h: Update.
6239 * config/mn10200/tm-mn10200.h: Update.
6240 * config/pa/tm-hppa.h: Update.
6241 * config/pa/tm-hppa64.h: Update.
6242 * config/sparc/tm-sp64.h: Update.
6243 * config/sparc/tm-sparc.h: Update.
6244 * config/sparc/tm-sparclet.h: Update.
6245 * config/z8k/tm-z8k.h: Update.
6246
6247 2002-06-14 Andrew Cagney <cagney@redhat.com>
6248
6249 * Makefile.in (i386_linux_tdep_h): Define.
6250 (i386_tdep_h, i387_tdep_h): Define.
6251 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6252 $(i386_tdep_h) and $(i387_tdep_h).
6253 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6254
6255 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6256
6257 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6258 Already covered by the default.
6259
6260 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6261 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6262 (i386_gdbarch_init): Initialize long_double_format and long_double
6263 bit.
6264
6265 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6266 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6267 Move these to ...
6268 * config/i386/i386sol2.mh: ... here.
6269 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6270 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6271 (SIGCONTEXT_PC_OFFSET): Remove define.
6272 (IN_SIGTRAMP): Remove define.
6273 * i386-sol2-tdep.c: New file.
6274
6275 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6276 * config/i386/tm-i386nw.h: Removed.
6277
6278 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6279 USE_STRUCT_CONVENTION): Remove defines.
6280 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6281 (get_longjmp_target): Remove prototype.
6282 (IN_SIGTRAMP): Remove define.
6283 (i386bsd_in_sigtramp): Remove prototype.
6284 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6285 function. Update comment accordingly
6286 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6287 (FRAME_SAVED_PC): Remove define.
6288 (i386bsd_frame_saved_pc): Remove prototype.
6289 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6290 GET_LONGJMP_TARGET): Remove defines.
6291 (get_longjmp_target): Remove prototype.
6292 (IN_SIGTRAMP): Remove define.
6293 (i386bsd_in_sigtramp): Remove prototype.
6294 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6295 function. Update comment accordingly
6296 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6297 (FRAME_SAVED_PC): Remove define.
6298 (i386bsd_frame_saved_pc): Remove prototype.
6299 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6300 Remove prototype.
6301 (USE_STRUCT_CONVENTION): Remove prototype.
6302 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6303 declaration.
6304 (_initialize_i386bsd_nat): Revise logic to determine some
6305 constants at compile time when compiling a native GDB. Warn if
6306 things don't match up with what we expect.
6307 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6308 Remove variables.
6309 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6310 to use date stored in `struct gdbarch_tdep'.
6311 (i386bsd_sigcontext_offset): Remove varaible.
6312 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6313 stored in `struct gdbarch_tdep'.
6314 (i386bsd_frame_saved_pc): Make static.
6315 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6316 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6317 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6318 i386fbsd4_sc_pc_offset): New variables.
6319 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6320 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6321 functions.
6322 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6323 functions.
6324 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6325 Modify the value of i386fbsd_sigtramp_start and
6326 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6327 i386fbsd_sigtramp_end.
6328 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6329 function.
6330
6331 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6332 define to i386-linux-tdep.h.
6333 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6334 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6335 defines.
6336 (i386_linux_register_name, i386_linux_register_byte,
6337 i386_linux_register_raw_size): Remove prototypes.
6338 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6339 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6340 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6341 TARGET_WRITE_PC): Remove defines.
6342 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6343 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6344 i386_linux_write_pc): Remove prototypes.
6345 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6346 (get_longjmp_target): Remove prototype.
6347 * i386-linux-tdep.h: New file.
6348 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6349 * i386-linux-tdep.c: Include "i386-tdep.h" and
6350 "i386-linux-tdep.h".
6351 (i386_linux_register_name, i386_linux_register_byte,
6352 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6353 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6354 Make static.
6355 (i386_linux_init_abi): New function.
6356 (_initialize_i386_linux_tdep): New function.
6357
6358 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6359 (i386_saved_pc_after_call): Remove prototype.
6360 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6361 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6362 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6363 (i386_register_name, i386_stab_reg_to_regnum,
6364 i386_dwarf_reg_to_regnum): Remove prototypes.
6365 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6366 SIZEOF_SSE_REGS): Remove defines.
6367 (REGISTER_BYTES): Remove define.
6368 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6369 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6370 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6371 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6372 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6373 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6374 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6375 (get_longjmp_target): Remove prototype.
6376 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6377 (sigtramp_saved_pc): Remove define.
6378 (i386v4_sigtramp_saved_pc): Remove prototype.
6379 * config/i386/tm-go32.h (FRAME_CHAIN,
6380 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6381 (i386go32_frame_saved_pc): Remove prototype.
6382 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6383 (get_longjmp_target): Remove prototype.
6384 * i386-tdep.h: Include "osabi.h".
6385 (enum i386_abi): Removed.
6386 (enum struct_return): New enum.
6387 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6388 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6389 sc_pc_offset members.
6390 (i386_gdbarch_register_os_abi): Remove prototype.
6391 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6392 I386_SSE_NUM_REGS): New defines.
6393 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6394 I386_SSE_SIZEOF_REGS): New defines.
6395 (i386_register_name, i386_register_byte, i386_register_raw_size):
6396 New prototypes.
6397 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6398 (i386bsd_sigtramp_saved_pc): New prototype.
6399 * i386-tdep.c: Don't include "elf-bfd.h".
6400 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6401 i386_frame_chain, i386_saved_pc_after_call): Make static.
6402 (i386_frame_saved_pc): Rewrite to call architecture dependent
6403 function to deal with signal handlers. Make static.
6404 (i386go32_frame_saved_pc): Removed.
6405 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6406 Removed.
6407 (i386_get_longjmp_target): New function.
6408 (default_struct_convention, pcc_struct_convention,
6409 reg_struct_convention, valid_conventions, struct_convention): New
6410 variables.
6411 (i386_use_struct_convention): New function.
6412 (i386v4_sigtramp_saved_pc): Renamed to
6413 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6414 (i386_pc_in_sigtramp): New function.
6415 (i386_abi_names): Removed.
6416 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6417 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6418 Removed.
6419 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6420 i386_gdbarch_register_os_abi): Removed.
6421 (struct i386_abi_handler): Removed.
6422 (i386_abi_handler_list): Removed.
6423 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6424 functions.
6425 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6426 i386_nw_init_abi): New functions.
6427 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6428 Use set_gdbarch_xxx() calls instead of relying on macros for a
6429 number of calls.
6430 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6431 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6432 Register the various architecture variants defined in this file.
6433
6434 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6435
6436 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6437 (struct main_type): Remove arg_types member. Update comments for
6438 struct field.
6439 (TYPE_ARG_TYPES): Remove.
6440 (TYPE_FN_FIELD_ARGS): Update.
6441 (smash_to_method_type): Update prototype.
6442
6443 * c-typeprint.c (cp_type_print_method_args): Take method type
6444 instead of argument list. Use new argument layout. Simplify.
6445 (c_type_print_args): Use new argument layout. Simplify.
6446 (c_type_print_base): Update call to cp_type_print_method_args.
6447 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6448 argument; use die->type instead. Update call to
6449 smash_to_method_type.
6450 (read_structure_scope): Update call to dwarf2_add_member_fn.
6451 * gdbtypes.c (allocate_stub_method): Update comment.
6452 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6453 Use new argument layout.
6454 (check_stub_method): Use new argument layout. Don't count
6455 void as an argument.
6456 (print_arg_types): Update comments. Use new argument layout.
6457 (recursive_dump_type): Don't print arg_types member.
6458 * hpread.c (hpread_read_struct_type): Use new argument layout.
6459 (fixup_class_method_type): Likewise.
6460 (hpread_type_lookup): Likewise.
6461 * stabsread.c (read_type): Update calls to read_args and
6462 smash_to_method_type.
6463 (read_args): Use new argument layout. Simplify.
6464 * valops.c (typecmp): Use new argument layout. Update parameters
6465 and comments. Simplify.
6466 (hand_function_call): Use new argument layout.
6467 (search_struct_method): Update call to typecmp.
6468 (find_overload_match): Use new argument layout.
6469
6470 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6471
6472 * NEWS: Mention multithreaded debug support for gdbserver.
6473
6474 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6475
6476 * MAINTAINERS: Mention NEWS.
6477
6478 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6479
6480 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6481 (struct mips_objfile_private, compare_pdr_entries): New.
6482 (non_heuristic_proc_desc): Read the ".pdr" section if it
6483 is present.
6484
6485 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6486
6487 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6488 (arm_debug): New static variable.
6489 (_initialize_arm_tdep): Add ``set debug arm'' command.
6490
6491 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6492
6493 * Makefile.in (sim_arm_h): Define.
6494 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6495 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6496 (arm_register_sim_regno): New function, map an internal REGNUM
6497 onto a simulator register number.
6498 (arm_gdbarch_init): Set register_sim_regno.
6499
6500 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6501
6502 * MAINTAINERS: Add self.
6503
6504 2002-06-11 Jim Blandy <jimb@redhat.com>
6505
6506 * source.c (source_info): Mention whether the symtab has
6507 information about preprocessor macros.
6508
6509 Call the command `info macro', not `show macro'.
6510 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6511 Fix error message.
6512 (_initialize_macrocmd): Register `info_macro_command' in
6513 `infolist', not `showlist'.
6514
6515 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6516
6517 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6518 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6519 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6520 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6521 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6522 unconditionally.
6523 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6524 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6525 (_initialize_mips_tdep): Remove dead code.
6526 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6527 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6528 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6529 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6530 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6531 MIPS_LAST_FP_ARG_REGNUM): Remove.
6532
6533 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6534
6535 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6536 (unwind_tmp_obstack_free, parse_frame_info)
6537 (update_context, cfi_read_fp, cfi_write_fp)
6538 (cfi_frame_chain, cfi_init_extra_frame_info)
6539 (cfi_virtual_frame_pointer): Use the above function.
6540 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6541
6542 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6543
6544 * v850-tdep.c (v850_type_is_scalar): New function.
6545 (v850_use_struct_convention): Match current gcc implementation
6546 as close as possible.
6547 (v850_push_arguments): Fix stack_offset handling. Don't write
6548 struct_addr into register. This is done by v850_store_struct_return.
6549 (v850_extract_return_value): Care for structs.
6550 (v850_store_return_value): Ditto.
6551 (v850_store_struct_return): Actually write address.
6552
6553 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6554
6555 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6556 without debug information too.
6557
6558 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6559
6560 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6561 Make multi-arch pure.
6562 * gdbarch.h, gdbarch.c: Re-generate.
6563 * arm-tdep.c (arm_print_float_info): Update.
6564 * arch-utils.h (default_print_float_info): Update.
6565 * arch-utils.c (default_print_float_info): Update.
6566 * infcmd.c (float_info): Update call.
6567
6568 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6569
6570 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6571 the front of the initialize list.
6572
6573 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6574
6575 * infrun.c (struct inferior_status): Replace fields
6576 selected_frame_address and selected_level with field
6577 selected_frame_id.
6578 (save_inferior_status): Update. Use get_frame_id.
6579 (struct restore_selected_frame_args): Delete.
6580 (restore_selected_frame): Update. Use frame_find_by_id.
6581 (restore_inferior_status): Update.
6582
6583 * breakpoint.h (struct breakpoint): Change type of
6584 watchpoint_frame to frame_id.
6585 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6586 call to get_current_frame.
6587 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6588 get_current_frame.
6589 (watchpoint_check): Use frame_find_by_id.
6590
6591 * frame.h (record_selected_frame): Delete declaration.
6592 * stack.c (record_selected_frame): Delete function.
6593
6594 * frame.h (struct frame_id): Define.
6595 (get_frame_id): Declare.
6596 (frame_find_by_id): Declare.
6597 * frame.c (frame_find_by_id): New function.
6598 (get_frame_id): New function.
6599
6600 2002-06-10 Andrey Volkov <avolkov@transas.com>
6601
6602 * ser-e7kpc.c: Fix duplicated define and call of
6603 _initialize_ser_e7000pc
6604
6605 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6606
6607 * signals/signals.c (target_signal_from_host): Fix #ifdef
6608 SIGRTMIN case.
6609 (do_target_signal_to_host): Likewise.
6610
6611 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6612
6613 * mips-tdep.c (mips_find_abi_section): New function.
6614 (mips_gdbarch_init): Call it.
6615
6616 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6617
6618 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6619 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6620 after Andrew's 2002-06-08 gdbarch change.
6621
6622 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6623
6624 * i386-linux-nat.c (suppy_gregset): Don't supply
6625 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6626 register cache.
6627 (fill_gregset): Don't fetch it under the same circumstances.
6628
6629 2002-06-09 Andrew Cagney <cagney@redhat.com>
6630
6631 * Makefile.in (callback_h): Define.
6632 (remote_sim_h): Update path to remote-sim.h.
6633 (remote-rdp.o): Add $(callback_h).
6634 (remote-sim.o): Use $(callback_h).
6635 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6636 * remote-rdp.c: Include "gdb/callback.h".
6637
6638 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6639
6640 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6641 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6642
6643 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6644
6645 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6646 * rdi-share/serpardr.c: Ditto.
6647 * rdi-share/unixcomm.c: Ditto.
6648 * rdi-share/serdrv.c: Ditto.
6649 * rdi-share/hostchan.h: Ditto.
6650 * rdi-share/hostchan.c: Ditto.
6651 * rdi-share/host.h: Ditto.
6652 * rdi-share/devsw.c: Ditto.
6653
6654 * objfiles.h: Change type of obj_private to void pointer.
6655 * pa64solib.c: Update copyright. Don't include "assert.h", use
6656 strcmp instead of STREQ, use LONGEST, do not use PTR
6657 * somsolib.c: Ditto.
6658
6659 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6660 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6661 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6662
6663 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6664
6665 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6666 (default_get_saved_register): Delete function.
6667 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6668 generic_unwind_get_saved_register.
6669 * gdbarch.h, gdbarch.c: Re-generate.
6670
6671 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6672
6673 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6674 generic_func_frame_chain_valid.
6675 * gdbarch.h, gdbarch.c: Re-generate.
6676 * blockframe.c (generic_func_frame_chain_valid): Only check
6677 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6678 passing FP to PC_IN_CALL_DUMMY.
6679 Fix PR gdb/360.
6680
6681 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6682
6683 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6684 (register_gdbarch_data): Initialize init_p.
6685 (gdbarch_data): Initialize data pointer using the init function.
6686 (init_gdbarch_data): Delete function.
6687 (gdbarch_update_p): Update.
6688 (initialize_non_multiarch): Update.
6689 (struct gdbarch): Add field initialized_p.
6690 * gdbarch.h, gdbarch.c: Re-generate.
6691
6692 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6693
6694 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6695 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6696 better do the things actually here.
6697 * x86-64-tdep.c (x86_64_register_name2nr): New.
6698 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6699 (x86_64_gdbarch_init): Respect the above change.
6700 * x86-64-tdep.h (x86_64_register_name2nr)
6701 (x86_64_register_nr2name): Add prototypes.
6702 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6703
6704 2002-06-06 Michael Snyder <msnyder@redhat.com>
6705
6706 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6707 Delete extra braces and re-indent.
6708 (d10v_store_return_value): Char return values
6709 must be shifted over by one byte in R0.
6710 (d10v_extract_return_value): Delete extra braces, re-indent.
6711
6712 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6713
6714 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6715 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6716 (d10v_integer_to_address): Rewrite.
6717 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6718 the d10v specific functions which take care of converting to the
6719 correct space.
6720
6721 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6722
6723 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6724 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6725
6726 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6727
6728 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6729 includes.
6730 * config/tm-linux.h: Ditto.
6731 * config/alpha/tm-alphalinux.h: Ditto.
6732 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6733 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6734 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6735 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6736 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6737 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6738 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6739 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6740 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6741 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6742 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6743 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6744 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6745 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6746 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6747 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6748 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6749 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6750 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6751 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6752 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6753 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6754 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6755 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6756 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6757 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6758 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6759 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6760 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6761 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6762 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6763 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6764 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6765 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6766 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6767 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6768 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6769
6770 2002-05-04 Aidan Skinner <aidan@velvet.net>
6771
6772 * ada-exp.tab.c: New file
6773 * ada-exp.y: New file
6774 * ada-lang.c: New file
6775 * ada-lang.h: New file
6776 * ada-lex.c: New file
6777 * ada-lex.l: New file
6778 * ada-tasks.c: New file
6779 * ada-typeprint.c: New file
6780 * ada-valprint.c: New file
6781
6782 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6783
6784 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6785 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6786
6787 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6788
6789 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6790 insetead of ppc-linux-tdep.o.
6791 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6792 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6793
6794 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6795
6796 2002-05-07 Christian Groessler <chris@groessler.org>
6797 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6798 bit register contents for little endian hosts.
6799
6800 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6801
6802 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6803 any maintainer.
6804
6805 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6806
6807 * gdbarch.h: Regenerate.
6808
6809 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6810
6811 * MAINTAINERS: Add everyone to write-after-approval list.
6812
6813 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6814
6815 * stack.c (frame_info): Use frame_register_unwind instead of
6816 saved_regs. Mention when the SP is on the stack or in a register.
6817
6818 * frame.h (frame_register_unwind_ftype): Define. Document.
6819 (struct frame_info): Add field register_unwind and
6820 register_unwind_cache.
6821 (frame_register_unwind): Declare.
6822 (generic_unwind_get_saved_register): Declare.
6823
6824 * frame.c (frame_register_unwind): New function.
6825 (generic_unwind_get_saved_register): New function.
6826
6827 * blockframe.c (generic_call_dummy_register_unwind): New function.
6828 (frame_saved_regs_register_unwind): New function.
6829 (set_unwind_by_pc): New function.
6830 (create_new_frame): New function.
6831 (get_prev_frame): New function.
6832
6833 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6834
6835 * a29k-share/: Delete directory.
6836 * remote-vx29k.c: Delete file.
6837
6838 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6839
6840 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6841 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6842
6843 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6844
6845 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6846 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6847 (sparc64nbsd-nat.o)
6848 (sparcnbsd-nat.o)
6849 (sparcnbsd-tdep.o): New dependency lists.
6850 * NEWS: Note new UltraSPARC NetBSD native configuration.
6851 * configure.host (sparc64-*-netbsd*): New host.
6852 * configure.tgt (sparc-*-netbsdelf*)
6853 (sparc-*-netbsd*): Set gdb_target to nbsd.
6854 (sparc64-*-netbsd*): New target.
6855 * sparc64nbsd-nat.c: New file.
6856 * sparcnbsd-nat.c: New file.
6857 * sparcnbsd-tdep.c: New file.
6858 * sparcnbsd-tdep.h: New file.
6859 * config/sparc/nbsd.mt: New file.
6860 * config/sparc/nbsd64.mh: New file.
6861 * config/sparc/nbsd64.mt: New file.
6862 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6863 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6864 (HOST_IPC): Remove.
6865 * config/sparc/nbsdaout.mt: Remove.
6866 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6867 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6868 (HOST_IPC): Remove.
6869 * config/sparc/nbsdelf.mt: Remove.
6870 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6871 sparc-nat.c compatiblity defines.
6872 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6873 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6874 * config/sparc/tm-nbsd64.h: New file.
6875 * config/sparc/tm-nbsdaout.h: Remove.
6876 * config/sparc/xm-nbsd.h: Remove.
6877
6878 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6879
6880 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6881 * sparc-tdep.c: Include osabi.h.
6882 (gdbarch_tdep): Add osabi member.
6883 (_initialize_sparc_tdep): Use gdbarch_register.
6884 (sparc_gdbarch_init): Use generic OS ABI framework.
6885 (sparc_dump_tdep): New function.
6886
6887 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6888
6889 * corefile.c (do_captured_read_memory_integer): Return non-zero
6890 result.
6891 (safe_read_memory_integer): Copy result of memory read when
6892 status is non-zero. Also, add comments.
6893
6894 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6895
6896 * Makefile.in (ppc_tdep_h): Define.
6897 (ppc-linux-nat.o)
6898 (ppc-linux-tdep.o)
6899 (rs6000-tdep.o): Use $(ppc_tdep_h).
6900 (ppc-sysv-tdep.o)
6901 (ppcnbsd-nat.o)
6902 (ppcnbsd-tdep.o): New dependency lists.
6903 * ppc-tdep.h: Use generic OS ABI framework.
6904 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6905 (ppc_linux_init_abi): New functions.
6906 (ppc_sysv_abi_broken_use_struct_convention)
6907 (ppc_sysv_abi_use_struct_convention)
6908 (ppc_sysv_abi_push_arguments): Move to...
6909 * ppc-sysv-tdep.c: ...here.
6910 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6911 * rs6000-tdep.c (process_note_abi_tag_sections)
6912 (get_elfosabi): Remove.
6913 (rs6000_gdbarch_init): Use generic OS ABI framework.
6914 (rs6000_dump_tdep): New function.
6915 (_initialize_rs6000_tdep): Use gdbarch_register.
6916 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6917 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6918 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6919 of ppc-linux-tdep.o.
6920 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6921 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6922 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6923 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6924 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6925 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6926
6927 2002-05-29 Jim Blandy <jimb@redhat.com>
6928
6929 * macroscope.c (default_macro_scope): Put `void' in empty argument
6930 list.
6931
6932 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6933
6934 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6935 * arch-utils.c: Include "sim-regno.h".
6936 * gdbarch.sh: Don't include "sim-regno.h".
6937 * gdbarch.h, gdbarch.c: Regenerate.
6938 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6939 here.
6940 * arch-utils.h (legacy_register_sim_regno): To here.
6941 * remote-sim.c (legacy_register_sim_regno): Move function from
6942 here.
6943 * arch-utils.c (legacy_register_sim_regno): To here.
6944
6945 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6946
6947 * sim-regno.h: New file.
6948 * Makefile.in (sim_regno_h): Define.
6949 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6950 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6951 (legacy_register_sim_regno): New function.
6952 (one2one_register_sim_regno): New function.
6953 (gdbsim_fetch_register): Rewrite.
6954 (gdbsim_store_register): Only store a register when
6955 REGISTER_SIM_REGNO is valid.
6956 * d10v-tdep.c: Include "sim-regno.h".
6957 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6958 (d10v_ts3_register_sim_regno): Ditto.
6959 * gdbarch.sh: Include "sim-regno.h".
6960 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6961 * gdbarch.h, gdbarch.c: Regenerate.
6962 * arch-utils.h (default_register_sim_regno): Delete declaration.
6963 * arch-utils.c (default_register_sim_regno): Delete function.
6964
6965 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6966
6967 * ppcnbsd-nat.c: Rewrite.
6968 * ppcnbsd-tdep.c: New file.
6969 * ppcnbsd-tdep.h: New file.
6970 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6971 solib.o, and solib-svr4.o.
6972 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6973 nbsd-tdep.o, and corelow.o.
6974
6975 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6976
6977 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6978 `tr' and `sed'. Mention that `broken' targets are not expected to
6979 build.
6980
6981 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6982
6983 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6984 Let PC point right after the prologue before looking up symbols.
6985
6986 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6987
6988 * i386-tdep.c (i386_register_virtual_type): Return
6989 builtin_type_vec128i for SSE registers.
6990
6991 * gdbtypes.h (builtin_type_vec128i): Declare.
6992
6993 * gdbtypes.c (build_builtin_type_vec128i): New function.
6994 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6995 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6996 (build_gdbtypes): Initialize new builtin vector types.
6997 (_initialize_gdbtypes): Register new vector types with gdbarch.
6998
6999 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7000
7001 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7002 since it has been multi-arch'd.
7003 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7004 Move Alpha and VAX multi-arch news entries to same section
7005 as other multi-arch news.
7006
7007 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7008
7009 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7010 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7011 static. Rename some register numbers to put them in ns32k-tdep
7012 private namespace.
7013 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7014 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7015 functions.
7016 (_initialize_ns32k_tdep): Use gdbarch_register.
7017 * ns32k-tdep.h: New file.
7018 * ns32knbsd-tdep.c: New file.
7019 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7020 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7021 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7022 REGISTER_BYTES, REGISTER_BYTE): Remove.
7023 * config/ns32k/tm-ns32k.h: New file.
7024 * config/ns32k/tm-umax.h: Remove.
7025
7026 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7027
7028 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7029 ns32k_store_struct_return, ns32k_extract_return_value,
7030 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7031 functions.
7032 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7033 ns32k_saved_pc_after_call.
7034 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7035 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7036 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7037 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7038 ns32k_extract_struct_value_address.
7039
7040 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7041
7042 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7043 ns32k_fix_call_dummy): New.
7044 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7045 ns32k_call_dummy_words.
7046 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7047 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7048 CALL_DUMMY_NARGS): Remove.
7049 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7050
7051 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7052
7053 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7054 ns32k_frame_saved_pc, ns32k_frame_args_address,
7055 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7056 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7057 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7058 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7059 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7060 (BREAKPOINT): Remove..
7061 (FRAME_CHAIN): Define as ns32k_frame_chain.
7062 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7063 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7064 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7065 (FRAME_FIND_SAVED_REGS): Remove.
7066 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7067 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7068 (POP_FRAME): Define as ns32k_pop_frame.
7069
7070 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7071
7072 * ns32k-tdep.c (ns32k_register_byte_32082,
7073 ns32k_register_byte_32382, ns32k_register_raw_size,
7074 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7075 functions.
7076 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7077 ns32k_register_byte_32382.
7078 * config/ns32k/tm-umax.h: Update copyright years.
7079 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7080 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7081 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7082 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7083 (ns32k_get_enter_addr): Fix prototype.
7084
7085 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7086
7087 * ns32k-tdep.c: Update copyright years.
7088 (ns32k_register_name_32082): New function.
7089 (ns32k_register_name_32382): Ditto.
7090 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7091 (REGISTER_NAME): Define as ns32k_register_name_32382.
7092 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7093 (REGISTER_NAME): Define as ns32k_register_name_32082.
7094
7095 2002-05-24 Jim Blandy <jimb@redhat.com>
7096
7097 * dwarf2read.c (free_line_header): Use xfree, not free.
7098
7099 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7100
7101 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7102 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7103
7104 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7105
7106 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7107
7108 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7109
7110 From Ross Alexander at NEC Europe:
7111 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7112
7113 2002-05-23 Michael Snyder <msnyder@redhat.com>
7114
7115 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7116 for input, rather than parse_and_eval_address.
7117
7118 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7119
7120 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7121 * Makefile.in (sim_d10v_h): Update definition.
7122
7123 2002-05-24 Andrew Cagney <cagney@redhat.com>
7124
7125 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7126 change `2002-05-22 Michael Snyder' below.
7127 (d10v_push_arguments): Ditto.
7128 (d10v_extract_return_value): Ditto.
7129
7130 2002-05-23 Jim Blandy <jimb@redhat.com>
7131
7132 * macrotab.c (check_for_redefinition): Don't complain if the new
7133 definition is the same as the previous one. Take more arguments
7134 to allow the comparison.
7135 (macro_define_object, macro_define_function): Pass more arguments
7136 to check_for_redefinition.
7137
7138 2002-05-22 Michael Snyder <msnyder@redhat.com>
7139
7140 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7141 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7142 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7143 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7144 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7145 Add a temp variable to save a call (and a memory read).
7146 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7147 if possible (so that PC_IN_CALL_DUMMY will work).
7148
7149 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7150
7151 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7152
7153 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7154
7155 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7156 fde->cie_ptr.
7157 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7158 (dwarf2_build_frame_info): Add offset to fde->initial_location
7159 so that frames of shared libraries are mapped correctly.
7160 (execute_stack_op): Change type of 'result' from ULONGEST to
7161 CORE_ADDR.
7162
7163 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7164
7165 * config/alpha/tm-nbsd.h: Include solib.h.
7166
7167 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7168
7169 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7170 assumptions about the host's byte order.
7171
7172 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7173
7174 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7175 to dependency list.
7176 * alphanbsd-tdep.c: Include solib-svr4.h.
7177 * shnbsd-tdep.c: Ditto.
7178
7179 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7180
7181 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7182 nbsd-tdep.h to dependency list.
7183 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7184 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7185 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7186 nbsdaout.mh and nbsdelf.mh consistently.
7187 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7188 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7189 nbsdaout.mt and nbsdelf.mh consistently.
7190 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7191 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7192 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7193 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7194 a.out shared library stuff from here...
7195 * config/nm-nbsdaout.h: ...to here.
7196 * config/tm-nbsd.h: Remove.
7197 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7198 * config/arm/nbsd.mh: Remove.
7199 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7200 nbsd-tdep.o.
7201 * config/arm/nbsdaout.mh: New file.
7202 * config/arm/nbsdelf.mh: New file.
7203 * config/arm/nm-nbsdaout.h: New file.
7204 * config/i386/nbsd.mh: Remove.
7205 * config/i386/nbsd.mt: Remove.
7206 * config/i386/nbsdaout.mh: New file.
7207 * config/i386/nbsdaout.mt: New file.
7208 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7209 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7210 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7211 i386_register_u_addr): Remove.
7212 * config/i386/nm-nbsdaout.h: New file.
7213 * config/i386/nm-nbsdelf.h: Remove.
7214 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7215 (USE_STRUCT_CONVENTION): Remove.
7216 * config/i386/tm-nbsdaout.h: New file.
7217 * config/i386/tm-nbsdelf.h: Remove.
7218 * config/m68k/nbsd.mh: Remove.
7219 * config/m68k/nbsd.mt: Remove.
7220 * config/m68k/nbsdaout.mh: New file.
7221 * config/m68k/nbsdaout.mt: New file.
7222 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7223 * config/m68k/nm-nbsdaout.h: New file.
7224 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7225 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7226 * config/ns32k/nbsd.mh: Remove.
7227 * config/ns32k/nbsd.mt: Remove.
7228 * config/ns32k/nbsdaout.mh: New file.
7229 * config/ns32k/nbsdaout.mt: New file.
7230 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7231 * config/ns32k/nm-nbsdaout.h: New file.
7232 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7233 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7234 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7235 (SVR4_SHARED_LIBS): Remove.
7236 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7237 * config/sparc/nbsd.mh: Remove.
7238 * config/sparc/nbsd.mt: Remove.
7239 * config/sparc/nbsdaout.mh: New file.
7240 * config/sparc/nbsdaout.mt: New file.
7241 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7242 * config/sparc/nbsdelf.mt: New file.
7243 * config/sparc/nm-nbsdaout.h: New file.
7244 * config/sparc/nm-nbsdelf.h: Remove.
7245 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7246 * config/sparc/tm-nbsdaout.h: New file.
7247
7248 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7249
7250 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7251 mipsnbsd-tdep.c
7252 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7253
7254 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7255
7256 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7257 shnbsd-nat.c.
7258 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7259
7260 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7261
7262 * NEWS: Note new MIPS NetBSD native configuration.
7263 * configure.host (mips*-*-netbsd*): New host.
7264 * configure.tgt (mips*-*-netbsd*): New target.
7265 * mipsnbsd-nat.c: New file.
7266 * mipsnbsd-tdep.c: New file.
7267 * mipsnbsd-tdep.h: New file.
7268 * config/mips/nbsd.mh: New file.
7269 * config/mips/nbsd.mt: New file.
7270 * config/mips/nm-nbsd.h: New file.
7271 * config/mips/tm-nbsd.h: New file.
7272
7273 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7274
7275 * Makefile.in (SFILES): Add osabi.c.
7276 (COMMON_OBS): Add osabi.o.
7277 (osabi.o): New dependency list.
7278 * osabi.c: New file.
7279 * osabi.h: New file.
7280 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7281
7282 * Makefile.in (alpha_tdep_h): Define and use instead of
7283 alpha-tdep.h.
7284 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7285 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7286 Remove.
7287 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7288 * alpha-tdep.h: Include osabi.h.
7289 (alpha_abi): Remove.
7290 (gdbarch_tdep): Use generic OS ABI framework.
7291 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7292 gdbarch_register_osabi.
7293 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7294 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7295 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7296
7297 * Makefile.in (sh_tdep_h): Add osabi.h.
7298 * sh-tdep.h (sh_osabi): Remove.
7299 (gdbarch_tdep): Use generic OS ABI framework.
7300 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7301 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7302 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7303 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7304
7305 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7306 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7307 gdbarch_register_osabi.
7308 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7309 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7310 (get_elfosabi): Rename to...
7311 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7312 ABI framework support routines.
7313 (arm_gdbarch_init): Use generic OS ABI framework.
7314 (arm_dump_tdep): Likewise.
7315 (_initialize_arm_tdep): Likewise.
7316 * arm-tdep.h: Include osabi.h.
7317 (arm_abi): Remove.
7318 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7319 osabi member.
7320 (arm_gdbarch_register_os_abi): Remove prototype.
7321 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7322 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7323
7324 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7325 * mips-tdep.c: Include osabi.h.
7326 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7327 OS ABI framework.
7328
7329 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7330
7331 * h8300-tdep.c: Fix formatting.
7332
7333 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7334
7335 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7336 printing vector registers.
7337
7338 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7339
7340 From Fernando Nasser:
7341 * remote.c (remote_async_open_1): Re-throw the exception when the
7342 connection fails.
7343 (remote_cisco_open): Ditto.
7344 (remote_open_1): Ditto.
7345
7346 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7347
7348 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7349 (remote_start_remote): Add uiout parameter. Pass through to
7350 remote_start_remote_dummy.
7351 (remote_open_1): Use catch_exception instead of catch_errors.
7352 (remote_async_open_1): Ditto.
7353 (remote_cisco_open): Ditto.
7354
7355 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7356
7357 * remote.c (remote_start_remote): Replace PTR with void pointer.
7358 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7359 static.
7360
7361 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7362
7363 * gdb_indent.sh: Allow the script to be run in the sim directory.
7364
7365 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7366
7367 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7368 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7369
7370 * corelow.c (core_open): Only call set_gdbarch_from_file if
7371 exec_bfd is NULL.
7372
7373 2002-05-17 Andrey Volkov <avolkov@transas.com>
7374
7375 * h8300-tdep.c: Add support of EXR register
7376 * config/h8300/tm-h8300.h: Ditto.
7377
7378 2002-05-17 Andrey Volkov <avolkov@transas.com>
7379
7380 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7381
7382 2002-05-17 Andrey Volkov <avolkov@transas.com>
7383
7384 * h8300-tdep.c: Change literal regnums to REGNO.
7385
7386 2002-05-17 Jim Blandy <jimb@redhat.com>
7387
7388 * NEWS: Note addition of macro support.
7389
7390 Expand preprocessor macros in C expressions.
7391 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7392 (scan_macro_expansion, scanning_macro_expansion,
7393 finished_macro_expansion): New function declarations.
7394 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7395 variable declarations.
7396 * parser-defs.h (expression_context_pc): New declaration.
7397 * parse.c (expression_context_pc): New variable.
7398 (parse_exp_1): Set expression_context_pc, as well as
7399 expression_context_block.
7400 * c-exp.y (yylex): If we're not already reading the result of a
7401 macro expansion, try to macro-expand the next token. When we're
7402 done scanning a macro expansion, switch back to the mainline text.
7403 Commas and `if's in a macro's expansion don't terminate the input.
7404 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7405 (macro_original_text, macro_expanded_text,
7406 expression_macro_lookup_func, expression_macro_lookup_baton): New
7407 variables.
7408 (scan_macro_expansion, scanning_macro_expansion,
7409 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7410 c_preprocess_and_parse): New functions.
7411 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7412 c_preprocess_and_parse, instead of c_parse.
7413 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7414 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7415
7416 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7417
7418 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7419 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7420 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7421
7422 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7423
7424 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7425
7426 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7427
7428 * Makefile.in (sh_tdep_h): Define and use.
7429 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7430 register enum): Move to...
7431 * * sh-tdep.h: ...here.
7432 * sh-tdep.c: Include sh-tdep.h.
7433 * sh3-rom.c: Likewise.
7434 * shnbsd-tdep.c: Likewise.
7435
7436 2002-05-16 Michael Snyder <msnyder@redhat.com>
7437
7438 * arm-tdep.c: Spelling fix in comment.
7439
7440 2002-05-16 Jim Blandy <jimb@redhat.com>
7441
7442 Add commands for manually expanding macros and showing their
7443 definitions.
7444 * macrocmd.c, macroscope.c, macroscope.h: New files.
7445 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7446 (macroscope_h): New variable.
7447 (HFILES_NO_SRCDIR): Add macroscope.h.
7448 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7449 (macroscope.o, macrocmd.o): New rules.
7450
7451 Teach the Dwarf 2 reader to read macro information.
7452 * dwarf2read.c: #include "macrotab.h".
7453 (dwarf_macinfo_buffer): New variable.
7454 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7455 dwarf_macinfo_size.
7456 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7457 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7458 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7459 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7460 dwarf2_macro_spaces_in_definition): New complaints.
7461 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7462 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7463 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7464 the partial symbol table.
7465 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7466 from what's recorded in the partial symbol table.
7467 (read_file_scope): If the compilation unit has a
7468 `DW_AT_macro_info' attribute, read its macro information.
7469 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7470
7471 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7472
7473 Fix PR gdb/546
7474 * ser-tcp.c: Don't include <netinet/udp.h>.
7475
7476 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7477
7478 * MAINTAINERS: Update my email address.
7479
7480 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7481
7482 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7483 include file of the same name.
7484
7485 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7486
7487 * configure.tgt: Mark v850 as multi-arched.
7488 * config/v850/tm-v850.h: Remove file.
7489 * config/v850/v850.mt: Eliminate TM_FILE.
7490
7491 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7492
7493 * v850-tdep.c: Full multi-arch.
7494 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7495 Define GDB_MULTI_ARCH to 2.
7496
7497 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7498
7499 * p-exp.y (current_type): New static variable.
7500 Carries the type of the expression at the position that is parsed.
7501 (push_current_type, pop_current_type): Two new functions. Used
7502 to store/restore current_type in expression on specific tokens.
7503 (search_field): New static variable. Set to one after parsing a point
7504 as at that point only a FIELDNAME token should be searched.
7505 (FIELDNAME): New token. After a point only a token belonging to
7506 current_type type definition is allowed.
7507 (all over token rules): reset and change current_type according
7508 to rules.
7509 (exp '[' rule): insert implicit array index field if
7510 exp is a pascal string type.
7511
7512 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7513
7514 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7515 frame info. Use frame_info's saved_regs instead of matching member
7516 in extra_frame_info throughout.
7517 (v850_frame_init_saved_regs): New function.
7518 (v850_init_extra_frame_info): Move most functionality into
7519 v850_frame_init_saved_regs().
7520 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7521 (v850_frame_find_saved_regs): Remove declaration.
7522 (FRAME_FIND_SAVED_REGS): Remove definition.
7523 (v850_frame_init_saved_regs): Add declaration.
7524 (FRAME_INIT_SAVED_REGS): Add definition.
7525
7526 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7527
7528 * v850-tdep.c: Begin multi-arch'ing v850.
7529 (v850_target_architecture_hook): Remove function.
7530 (v850_gdbarch_init): New function. Add code previously in
7531 v850_target_architecture_hook().
7532 (_initialize_v850_tdep): Don't set target_architecture_hook.
7533 Call register_gdbarch_init() instead.
7534
7535 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7536
7537 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7538 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7539 (fixup_class_method_type): Likewise.
7540
7541 2002-05-15 Jim Blandy <jimb@redhat.com>
7542
7543 Add macro structures to GDB's symbol tables. Nobody puts anything
7544 in them yet.
7545 * symtab.h (struct symtab): New member: `macro_table'.
7546 * buildsym.h (pending_macros): New global variable.
7547 * buildsym.c: #include "macrotab.h".
7548 (buildsym_init): Initialize `pending_macros'.
7549 (end_symtab): If we found macro information while reading a CU's
7550 debugging info, do build a symtab structure for it. Make the
7551 symtab point to the macro information, and clear the
7552 `pending_macros' pointer which held it while we were reading the
7553 debug info.
7554 (really_free_pendings): Free any pending macro table.
7555 * objfiles.h (struct objfile): New member: `macro_cache'.
7556 * objfiles.c (allocate_objfile): Set allocate and free functions
7557 for the macro cache's objstack.
7558 (free_objfile): Empty the macro cache's obstack.
7559 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7560 set new allocate and free functions for it.
7561 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7562 free functions for the macro cache's objstack. (Why is this
7563 function building its own objfile?)
7564 * symmisc.c (print_objfile_statistics): Print statistics on the
7565 macro bcache.
7566 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7567
7568 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7569
7570 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7571 (REGISTER_U_ADDR): Delete definition.
7572 (arm_register_u_addr): Delete declaration.
7573
7574 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7575
7576 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7577 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7578
7579 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7580
7581 * regcache.c (register_valid): Revise comments refering to "Not
7582 available" and "unavailable".
7583 * frame.c (frame_register_read): Ditto.
7584 * findvar.c (value_of_register): Ditto.
7585
7586 2002-05-15 Andrew Cagney <cagney@redhat.com>
7587
7588 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7589 (remote-sim.o): Update dependencies.
7590 (d10v-tdep.o): Specify dependencies.
7591 (sim_d10v_h): Define.
7592
7593 2002-05-14 Jim Blandy <jimb@redhat.com>
7594
7595 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7596 * macrotab.c (macro_lookup_inclusion, find_definition,
7597 new_macro_table): Same.
7598
7599 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7600 not `! strcmp ()'. This is a dubious improvement.
7601 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7602
7603 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7604 although it's not necessary, to avoid a warning.
7605
7606 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7607
7608 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7609 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7610 TYPE_INSTANCE_FLAGS.
7611 (struct main_type): New.
7612 (struct type): Move most members to struct main_type. Change
7613 cv_type and as_type to new type_chain member. Add instance_flags.
7614 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7615 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7616 (finish_cv_type): Remove prototype.
7617 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7618 Set TYPE_CHAIN.
7619 (alloc_type_instance): New function.
7620 (smash_type): New function.
7621 (make_pointer_type, make_reference_type, make_function_type)
7622 (smash_to_member_type, smash_to_method_type): Call smash_type.
7623 (make_qualified_type): New function.
7624 (make_type_with_address_space): Call make_qualified_type.
7625 (make_cv_type): Likewise.
7626 (finish_cv_type): Remove unnecessary function.
7627 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7628 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7629 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7630 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7631 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7632 * hpread.c (hpread_read_struct_type): Likewise.
7633 * stabsread.c (read_struct_type): Likewise.
7634
7635 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7636
7637 * configure.tgt: Add a catch all sh* target, for cases like
7638 sh[2,3,4]-elf and sh-hms.
7639
7640 2002-05-14 Keith Seitz <keiths@redhat.com>
7641
7642 * event-loop.c (create_file_handler): Don't do anything but
7643 update data when we are given a fd which we are already
7644 monitoring.
7645
7646 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7647
7648 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7649 (update_context): Use __func__ in warnings.
7650
7651 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7652
7653 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7654 and tcp_close to net_open and net_close.
7655 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7656 using UDP if requested. Don't try to disable Nagle on UDP
7657 sockets.
7658 * remote.c (remote_serial_open): New function. Warn about UDP.
7659 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7660
7661 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7662
7663 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7664
7665 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7666
7667 * configure.tgt: Remove sh-hms target.
7668 * MAINTAINERS: Don't list sh-hms as a separate target.
7669
7670 2002-05-13 Jim Blandy <jimb@redhat.com>
7671
7672 Add first preprocessor macro-expansion files.
7673 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7674 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7675 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7676 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7677 (COMMON_OBS): Add macrotab.o, macroexp.o.
7678 (macroexp.o, macrotab.o): New rules.
7679
7680 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7681
7682 * config/m88k/tm-m88k.h: Update copyright.
7683 (m88k_target_write_pc): Declare
7684 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7685 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7686 (SHIFT_INST_REGS): Update definition.
7687 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7688 using old definition of TARGET_WRITE_PC.
7689 * regcache.c (generic_target_write_pc): Delete code handling
7690 NNPC_REGNUM.
7691 * gdbarch.sh (NNPC_REGNUM): Delete.
7692 * gdbarch.h, gdbarch.c: Regenerate.
7693
7694 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7695
7696 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7697 builtin reg number.
7698
7699 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7700
7701 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7702 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7703 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7704 access macros.
7705 * c-typeprint.c (cp_type_print_method_args): Likewise.
7706 (c_type_print_args): Likewise.
7707 * d10v-tdep.c (d10v_push_arguments): Likewise.
7708 (d10v_extract_return_value): Likewise.
7709 * expprint.c (print_subexp): Likewise.
7710 * gdbtypes.c (lookup_primitive_typename): Likewise.
7711 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7712 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7713 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7714 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7715 (TYPE_VECTOR): Likewise.
7716 * hpread.c (hpread_read_struct_type)
7717 (fix_static_member_physnames, fixup_class_method_type)
7718 (hpread_type_lookup): Likewise.
7719 * mdebugread.c (parse_symbol, parse_type): Likewise.
7720 * p-lang.c (is_pascal_string_type): Likewise.
7721 * valops.c (hand_function_call): Likewise.
7722 * x86-64-tdep.c (classify_argument): Likewise.
7723
7724 * hpread.c (hpread_read_function_type)
7725 (hpread_read_doc_function_type): Call replace_type.
7726 * dstread.c (create_new_type): Delete.
7727 (decode_dst_structure, process_dst_function): Call alloc_type.
7728 Use type access macros.
7729
7730 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7731
7732 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7733 the're not supported by the current architecture.
7734 (i387_fill_fxsave): Likewise.
7735
7736 2002-05-12 Fred Fish <fnf@redhat.com>
7737
7738 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7739 sect_index_xxx members to index the first slot in section_offsets
7740 if all of the section_offsets are zero.
7741
7742 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7743
7744 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7745 checked in with last change.
7746
7747 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7748
7749 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7750 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7751 config.sub.
7752
7753 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7754
7755 * Makefile.in: Update dependencies.
7756
7757 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7758
7759 * language.c (local_hex_string_custom): Simplify. Do not depend
7760 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7761
7762 * memattr.c (mem_info_command): Replace calls to
7763 longest_local_hex_string and longest_local_hex_string_custom.
7764 * buildsym.c (make_blockvector): Ditto.
7765 * solib.c (info_sharedlibrary_command): Ditto.
7766 * tracepoint.c (tracepoints_info): Ditto.
7767 * symtab.c (print_msymbol_info): Ditto.
7768
7769 * language.c (local_hex_string): Delete.
7770 (local_hex_string_custom): Delete.
7771 (longest_local_hex_string): Rename to local_hex_string.
7772 (longest_local_hex_string_custom): Rename to
7773 local_hex_string_custom.
7774 * language.h (local_hex_string): Change parameter type to LONGEST.
7775 (local_hex_string_custom): Ditto.
7776 (longest_local_hex_string): Delete declaration.
7777 (longest_local_hex_string_custom): Ditto.
7778
7779 * solib.c: Update copyright.
7780 * memattr.c: Update copyright.
7781
7782 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7783
7784 * arch-utils.h (legacy_register_to_value): Declare.
7785 (legacy_value_to_register): Declare.
7786 (legacy_convert_register_p): Declare.
7787 * arch-utils.c (legacy_register_to_value): New function.
7788 (legacy_value_to_register): New function.
7789 (legacy_convert_register_p): New function.
7790
7791 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7792 (VALUE_TO_REGISTER): Define.
7793 (CONVERT_REGISTER_P): Define.
7794 * gdbarch.h, gdbarch.c: Regenerate.
7795
7796 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7797 VALUE_TO_REGISTER.
7798 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7799 CONVERT_REGISTER_P.
7800
7801 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7802 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7803
7804 * Makefile.in: Update dependencies for valops.c.
7805 * valops.c: Include "gdb_assert.h".
7806 (typecmp): Skip THIS parameter to methods.
7807 (find_method_list): Remove static_memfuncp argument,
7808 update callers. Check for stub methods.
7809 (find_value_oload_method_list): Don't set *static_memfuncp.
7810 (find_overload_match): Don't check for stub methods. Assert
7811 that methods are not stubbed. Handle static methods.
7812 (value_find_oload_method_list): Remove static_memfuncp argument.
7813 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7814 to the argument list for static stub methods.
7815 * value.h (value_find_oload_method_list): Update prototype.
7816
7817 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7818
7819 * arch-utils.h (generic_register_size): Declare.
7820 (generic_register_raw_size, generic_register_virtual_size): Delete
7821 declarations.
7822 * arch-utils.c (generic_register_raw_size): Delete.
7823 (generic_register_size): New function.
7824 (generic_register_virtual_size): Delete.
7825
7826 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7827 default generic_register_size.
7828 * gdbarch.h, gdbarch.c: Re-generate.
7829
7830 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7831 register_virtual_size.
7832 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7833 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7834
7835 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7836
7837 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7838 * gdbarch.h, gdbarch.c: Regenerate.
7839 * gnu-v3-abi.c: Update copyright.
7840 (vtable_address_point_offset): Update.
7841 (gnuv3_rtti_type): Update.
7842 (gnuv3_baseclass_offset): Update.
7843 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7844 (init_fetch_link_map_offsets): Update.
7845 * remote.c (get_remote_state): Update.
7846
7847 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7848
7849 * TODO: Remove value_headof/value_from_vtable_info comment.
7850 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7851 * values.c (value_headof, value_from_vtable_info): Delete.
7852 * value.h (value_from_vtable_info): Delete prototype.
7853
7854 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7855
7856 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7857 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7858 $(gdb_regex_h).
7859 (gdb_assert_h): Define.
7860 (gdb_wait_h): Define.
7861 (gdb_regex_h): Define.
7862
7863 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7864
7865 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7866 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7867
7868 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7869
7870 * nbsd-tdep.c: Fix comment.
7871
7872 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7873
7874 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7875 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7876 (nbsd-tdep.o): New dependency list.
7877 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7878 nbsd-tdep.h.
7879 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7880 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7881 * nbsd-tdep.c: New file.
7882 * nbsd-tdep.h: New file.
7883 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7884 nbsd-tdep.h.
7885 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7886 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7887 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7888 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7889
7890 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7891
7892 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7893 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7894 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7895 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7896 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7897 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7898
7899 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7900
7901 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7902 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7903 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7904 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7905 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7906 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7907 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7908
7909 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7910
7911 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7912 fetch_elfcore_registers to...
7913 * i386nbsd-tdep.c: ...here.
7914 (i386nbsd_use_struct_convention): Rename to...
7915 (i386nbsd_aout_use_struct_convention): ...this.
7916 (i386nbsd_supply_reg): New function.
7917 (i386nbsd_fill_reg): New function.
7918 (fetch_core_registers): Use i386nbsd_supply_reg.
7919 (fetch_elfcore_registers): Likewise.
7920 (_initialize_i386nbsd_tdep): New function.
7921 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7922 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7923 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7924 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7925 (i386nbsd_aout_use_struct_convention): ...this.
7926
7927 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7928
7929 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7930 (store_inferior_registers): Use shnbsd_fill_reg.
7931 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7932 sh_nbsd_supply_register): Collapse into...
7933 (shnbsd_supply_reg): ...this.
7934 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7935 (shnbsd_fill_reg): ...this.
7936 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7937 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7938 (fetch_core_registers): Use shnbsd_supply_reg.
7939 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7940 (sh_nbsd_core_fns): Rename to...
7941 (shnbsd_core_fns): ...this.
7942 (sh_nbsd_elfcore_fns): Rename to...
7943 (shnbsd_elfcore_fns): ...this.
7944 (sh_nbsd_init_abi): Rename to...
7945 (shnbsd_init_abi): ...this.
7946 (_initialize_sh_nbsd_tdep): Rename to...
7947 (_initialize_shnbsd_tdep): ...this.
7948 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7949 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7950 sh_nbsd_fill_register): Remove prototypes.
7951 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7952
7953 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7954
7955 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7956 (i387-nat.o): Delete dependency list.
7957 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7958 (x86-64-linux-nat.o): Likewise.
7959 * i387-nat.c: Delete file, moving contents to...
7960 * i387-tdep.c: ...here.
7961 * i387-nat.h: Rename...
7962 * i387-tdep.h: ...to this.
7963 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7964 * i386-linux-nat.c: Likewise.
7965 * i386bsd-nat.c: Likewise.
7966 * i386gnu-nat.c: Likewise.
7967 * i386nbsd-nat.c: Likewise.
7968 * i386v4-nat.c: Likewise.
7969 * x86-64-linux-nat.c: Likewise.
7970 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7971 * config/i386/go32.mh (NATDEPFILES): Likewise.
7972 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7973 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7974 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7975 * config/i386/linux.mh (NATDEPFILES): Likewise.
7976 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7977 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7978 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7979 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7980
7981 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7982
7983 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7984 (alphanbsd-nat.o): Remove dependency list.
7985 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7986 * alphanbsd-nat.c: Delete. Contents moved to...
7987 * alphanbsd-tdep.c: ...here.
7988 (_initialize_alphanbsd_tdep): Register core functions.
7989 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7990
7991 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7992
7993 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7994 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7995 (alphanbsd-nat.o): Likewise.
7996 (alphabsd-tdep.o): New dependency list.
7997 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7998 (fill_gregset): Use alphabsd_fill_reg.
7999 (supply_fpregset): Use alphabsd_supply_fpreg.
8000 (fill_fpregset): Use alphabsd_fill_fpreg.
8001 (fetch_inferior_registers): Use struct reg and struct fpreg
8002 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8003 and alphabsd_supply_fpreg.
8004 (store_inferior_registers): Use struct reg and struct fpreg
8005 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8006 and alphabsd_fill_fpreg.
8007 * alphabsd-tdep.c: New file.
8008 * alphabsd-tdep.h: New file.
8009 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8010 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8011 alphabsd_supply_fpreg.
8012 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8013 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8014
8015 2002-05-11 Eric Christopher <echristo@redhat.com>
8016
8017 * mips-tdep.c (mips_double_register_type): Fix thinko.
8018 (mips_single_register_type): Ditto.
8019 * MAINTAINERS: Add self.
8020
8021 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8022
8023 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8024 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8025 right thing on architectures with different endianness and/or
8026 integer sizes.
8027
8028 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8029
8030 From Christian Limpach <chris@Pin.LU>
8031 * configure.in: Change sed expression which comments out
8032 NATDEPFILES to also comment out continuation lines.
8033 * configure: Regenerate.
8034
8035 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8036
8037 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8038 big patch.
8039
8040 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8041
8042 * sh-tdep.c: Include correct file.
8043
8044 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8045
8046 New support for sh64-elf (sh5) target.
8047
8048 * configure.tgt: For sh64-elf target, default to sh-elf.
8049
8050 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8051 (struct gdbarch_tdep): Add new fields for new registers and ABI
8052 info.
8053
8054 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8055 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8056 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8057 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8058 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8059 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8060 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8061 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8062 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8063 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8064 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8065 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8066 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8067 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8068 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8069 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8070 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8071 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8072 sign_extend, sh64_nofp_frame_init_saved_regs,
8073 sh64_init_extra_frame_info, sh64_get_saved_register,
8074 sh64_extract_struct_value_address, sh64_pop_frame,
8075 sh64_push_arguments, sh64_extract_return_value,
8076 sh64_store_return_value, sh64_show_media_regs,
8077 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8078 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8079 sh_sh64_register_virtual_type,
8080 sh_sh64_register_convert_to_virtual,
8081 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8082 sh64_register_read, sh64_pseudo_register_write,
8083 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8084 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8085 sh64_do_pseudo_register, sh_compact_do_registers_info,
8086 sh64_do_registers_info, sh_gdbarch_init): New functions.
8087
8088 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8089
8090 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8091
8092 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8093
8094 * linespec.c (decode_line_1): Check for a double quote after
8095 a filename correctly.
8096
8097 2002-05-10 Jim Blandy <jimb@redhat.com>
8098
8099 Properly track the size of the current objfile's .debug_line section.
8100 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8101 (DWARF_LINE_SIZE): New macro.
8102 (dwarf2_build_psymtabs_hard): Record the line section's size in
8103 the partial symbol table.
8104 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8105 symbol table.
8106
8107 2002-05-10 Petr Sorfa <petrs@caldera.com>
8108
8109 * ia64-tdep.c: Handle breakpoints on L instruction type
8110 in MLX instruction bundle by moving the breakpoint to
8111 the third slot (X instruction type) as L holds only data.
8112
8113 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8114
8115 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8116 (process_one_symbol): Complain about discarding local symbols
8117 due to a misplaced N_LBRAC entry.
8118
8119 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8120
8121 From Daniel Berlin <dan@cgsoftware.com>
8122 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8123 decrease the depth we are at, in the case of templates.
8124
8125 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8126
8127 * mips-tdep.c (mips_float_register_type): New function.
8128 (mips_double_register_type): New function.
8129 (mips_print_register): Use them.
8130 (do_fp_register_row): Likewise.
8131
8132 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8133
8134 * signals/signals.c (signals): Remove conditional compilation around
8135 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8136 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8137
8138 2002-05-09 Michael Snyder <msnyder@redhat.com>
8139
8140 * remote-rdp.c (remote_rdp_can_run): Remove.
8141
8142 2002-05-09 Tom Tromey <tromey@redhat.com>
8143
8144 * jv-valprint.c (java_val_print): Handle `char' as a special case
8145 of TYPE_CODE_INT.
8146
8147 2002-05-09 Michael Snyder <msnyder@redhat.com>
8148
8149 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8150 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8151 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8152 str r(0123),[sp,#nn].
8153 (arm_skip_prologue): Ditto. Also make disassembly
8154 order-independent by placing it in a loop.
8155
8156 2002-05-06 Michael Snyder <msnyder@redhat.com>
8157
8158 * stabsread.c (read_type): Add recognition for new attribute:
8159 "@V;" means that an array type is actually a vector.
8160 This is analogous to the vector flag that's been added to dwarf2.
8161
8162 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8163
8164 * i386-tdep.h (i386_abi): New enum.
8165 (struct gdbarch_tdep): Replace os_ident member with abi.
8166 (i386_gdbarch_register_os_abi): New prototype.
8167 * i386-tdep.c (i386_abi_names): New array.
8168 (process_note_abi_tag_sections): Removed.
8169 (process_note_sections): New function.
8170 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8171 (struct i386_abi_handler): New struct.
8172 (i386_abi_handler_list): New variable.
8173 (i386_gdbarch_register_os_abi): New function.
8174 (i386_gdbarch_init): Adapt for the changes given above.
8175
8176 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8177
8178 * gregset.h: Say "GNU/Linux".
8179
8180 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8181
8182 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8183 (build_gdbtypes): Build builtin_type_v2_float.
8184 (_initialize_gdbtypes): Register new builtin type.
8185
8186 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8187
8188 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8189 (clear_gdbarch_swap): New function.
8190 (initialize_non_multiarch): Call.
8191 (gdbarch_update_p): Before calling init(), swap out and clear the
8192 existing architecture.
8193 * gdbarch.c: Regenerate.
8194
8195 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8196
8197 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8198 alphanbsd-tdep.c.
8199
8200 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8201
8202 * sh-nbsd-nat.c: Rename to...
8203 * shnbsd-nat.c: ...this.
8204 * sh-nbsd-tdep.c: Rename to...
8205 * shnbsd-tdep.c: ...this.
8206 * sh-nbsd-tdep.h: Rename to...
8207 * shnbsd-tdep.h: ...this.
8208 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8209 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8210
8211 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8212
8213 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8214 concatenation for command help messages.
8215
8216 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8217
8218 * NEWS: Note new sh*-*-netbsdelf* configuration.
8219 * configure.host: Set gdb_host_cpu to sh for all sh*.
8220 (sh*-*-netbsdelf*): New host.
8221 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8222 (sh*-*-netbsdelf*): New target.
8223 * sh-nbsd-nat.c: New file.
8224 * sh-nbsd-tdep.c: New file.
8225 * sh-nbsd-tdep.h: New file.
8226 * config/sh/nbsd.mh: New file.
8227 * config/sh/nbsd.mt: New file.
8228 * config/sh/nm-nbsd.h: New file.
8229 * config/sh/tm-nbsd.h: New file.
8230
8231 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8232
8233 * sh-tdep.c (sh_osabi_names): Declare.
8234 (process_note_abi_tag_sections): New function.
8235 (get_elfosabi): Ditto.
8236 (sh_gdbarch_register_os_abi): Ditto.
8237 (sh_dump_tdep): Ditto.
8238 _initialize_sh_tdep): Use gdbarch_register to register
8239 sh_gdbarch_init and sh_dump_tdep.
8240 * config/sh/tm-sh.h (sh_osabi): Declare.
8241 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8242
8243 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8244
8245 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8246 (thumb_scan_prologue): Ditto.
8247 (arm_find_callers_reg): Ditto.
8248 (arm_frame_chain): Ditto.
8249 (arm_init_extra_frame_info): Ditto.
8250 (arm_frame_saved_pc): Ditto.
8251 (arm_pop_frame): Ditto.
8252 (arm_push_return_address): New function.
8253 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8254 call_dummy_location, call_dummy_breakpoint_offset_p,
8255 call_dummy_breakpoint_offset, call_dummy_p,
8256 call_dummy_stack_adjust_p, call_dummy_words,
8257 sizeof_call_dummy_words, call_dummy_start_offset,
8258 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8259 call_dummy_address, push_return_address and push_dummy_frame for
8260 generic dummy frames.
8261
8262 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8263
8264 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8265 size computation for alloca.
8266 (sh_fp_frame_init_saved_regs): Likewise.
8267
8268 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8269
8270 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8271 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8272 * arm-tdep.c (arm_store_return_value): Use them.
8273 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8274 * remote-rdp.c (remote_rdp_fetch_register): Use
8275 ARM_MAX_REGISTER_RAW_SIZE.
8276 (remote_rdp_store_register): Likewise.
8277
8278 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8279
8280 * dwarf2cfi.c: Code cleanup, removed unused variables,
8281 added default labels to switch {} statements.
8282 * x86-64-tdep.c: Ditto.
8283 * x86-64-linux-nat.c: Ditto.
8284
8285 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8286
8287 * solib.h: Protect against multiple inclusion.
8288
8289 2002-05-06 Jim Blandy <jimb@redhat.com>
8290
8291 Add first preprocessor macro-expansion files.
8292 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8293 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8294 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8295 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8296 (COMMON_OBS): Add macrotab.o, macroexp.o.
8297 (macroexp.o, macrotab.o): New rules.
8298
8299 Separate the job of reading the line number info statement program
8300 header (...expialidocious) out into its own function.
8301 * dwarf2read.c (struct line_head, struct filenames, struct
8302 directories): Replace with...
8303 (struct line_header): New structure, containing the full
8304 contents of the statement program header, including the
8305 include directory and file name tables.
8306 (read_file_scope): If we have line number info, instead of just
8307 calling dwarf_decode_lines to do all the work, call
8308 dwarf_decode_line_header first to get a `struct line_header'
8309 containing the data in the statement program header, and then
8310 pass that to dwarf_decode_lines, which will pick up where that
8311 left off. Be sure to clean up the `struct line_header' object.
8312 (dwarf_decode_line_header, free_line_header, add_include_dir,
8313 add_file_name): New functions.
8314 (dwarf_decode_lines): Move all the code to read the statement
8315 program header into dwarf_decode_line_header. Take the line
8316 header it built as the first argument, instead of the offset to
8317 the compilation unit's line number info. Use the new `struct
8318 line_header' type instead of the old structures. No need to do
8319 cleanups here now, since we don't allocate anything.
8320 (dwarf2_statement_list_fits_in_line_number_section,
8321 dwarf2_line_header_too_long): New complaints.
8322
8323 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8324
8325 * gdbtypes.c (init_vector_type): New function.
8326 (build_builtin_type_vec128): Simplify the representation of SIMD
8327 registers.
8328 (build_gdbtypes): Initialize new builtin vector types.
8329 (_initialize_gdbtypes): Register new vector types with gdbarch.
8330 (builtin_type_v4_float, builtin_type_v4_int32,
8331 builtin_type_v8_int16, builtin_type_v16_int8,
8332 builtin_type_v2_int32, builtin_type_v4_int16,
8333 builtin_type_v8_int8): New (renamed) SIMD types.
8334
8335 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8336
8337 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8338 (i387_fill_fxsave): Likewise.
8339
8340 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8341
8342 * alpha-tdep.c (alpha_extract_return_value): Don't use
8343 non-constant array size in prototype.
8344
8345 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8346
8347 From Brian Taylor <briant at model dot com>:
8348 * ui-out.c (ui_out_field_core_addr): Use the function
8349 longest_local_hex_string_custom'to format addresses > 32 bits
8350 wide.
8351
8352 * ui-out.c (ui_out_field_core_addr): Update comment.
8353
8354 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8355
8356 * stack.c (select_and_print_frame): Make static. Delete the
8357 parameter `level'.
8358 (func_command): Update call.
8359 (select_frame_command): Delete code computing the frame level.
8360 * frame.h (select_and_print_frame): Delete declaration.
8361
8362 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8363
8364 * sparc-tdep.c (sparc_get_saved_register): Comment why
8365 get_prev_frame call is safe.
8366
8367 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8368
8369 * frame.h (select_frame): Delete level parameter.
8370 * stack.c (select_frame): Update. Use frame_relative_level to
8371 obtain the frame's level.
8372 (select_and_print_frame): Update call.
8373 (select_frame_command): Ditto.
8374 (up_silently_base): Ditto.
8375 (down_silently_base): Ditto.
8376 * ocd.c (ocd_start_remote): Ditto.
8377 * remote-rdp.c (remote_rdp_open): Ditto.
8378 * remote-mips.c (mips_initialize): Ditto.
8379 (common_open): Ditto.
8380 * remote-e7000.c (e7000_start_remote): Ditto.
8381 * m3-nat.c (select_thread): Ditto.
8382 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8383 (child_get_current_exception_event): Ditto.
8384 * varobj.c (varobj_create): Ditto.
8385 (varobj_update): Ditto.
8386 (c_value_of_root): Ditto.
8387 * tracepoint.c (finish_tfind_command): Ditto.
8388 * corelow.c (core_open): Ditto.
8389 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8390 * thread.c (info_threads_command): Ditto.
8391 (switch_to_thread): Ditto.
8392 * infrun.c (normal_stop): Ditto.
8393 (restore_selected_frame): Ditto.
8394 (restore_inferior_status): Ditto.
8395 * breakpoint.c (insert_breakpoints): Ditto.
8396 (watchpoint_check): Ditto.
8397 (bpstat_stop_status): Ditto.
8398 (do_enable_breakpoint): Ditto.
8399 * blockframe.c (flush_cached_frames): Ditto.
8400 (reinit_frame_cache): Ditto.
8401
8402 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8403
8404 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8405 maintainer.
8406
8407 2002-05-04 Jim Blandy <jimb@redhat.com>
8408
8409 * gdbtypes.c (replace_type): Doc fix.
8410
8411 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8412
8413 * valprint.c (strcat_longest): Delete commented out function.
8414 Update copyright.
8415
8416 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8417
8418 * MAINTAINERS: Mark a29k as deleted.
8419 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8420 Move new configurations to the top.
8421 * configure.tgt: Remove a29k.
8422 * config/a29k/tm-vx29k.h: Delete.
8423 * config/a29k/vx29k.mt: Delete.
8424 * config/a29k/tm-a29k.h: Delete.
8425 * config/a29k/a29k-udi.mt: Delete.
8426 * config/a29k/a29k.mt: Delete.
8427 * a29k-tdep.c: Delete.
8428 * remote-udi.c: Delete.
8429 * remote-mm.c: Delete.
8430 * remote-eb.c: Delete.
8431 * remote-adapt.c: Delete.
8432 * Makefile.in: Remove obsolete code.
8433 * config/s390/s390x.mt: Ditto.
8434 * config/s390/s390.mt: Ditto.
8435 * config/sparc/sparclynx.mh: Ditto.
8436 * config/sparc/linux.mh: Ditto.
8437 * config/pa/hppaosf.mh: Ditto.
8438 * config/pa/hppabsd.mh: Ditto.
8439 * config/ns32k/nbsd.mt: Ditto.
8440 * config/mips/vr5000.mt: Ditto.
8441 * config/m68k/sun3os4.mh: Ditto.
8442 * config/m68k/nbsd.mt: Ditto.
8443 * config/m68k/m68klynx.mh: Ditto.
8444 * config/m32r/m32r.mt: Ditto.
8445 * config/i386/x86-64linux.mt: Ditto.
8446 * config/i386/nbsdelf.mt: Ditto.
8447 * config/i386/nbsd.mt: Ditto.
8448 * config/i386/i386lynx.mh: Ditto.
8449
8450 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8451
8452 * target.c (debug_print_register): New function. Handle oversize
8453 registers.
8454 (debug_to_fetch_registers): Call.
8455 (debug_to_store_registers): Call.
8456
8457 2002-05-03 Jim Blandy <jimb@redhat.com>
8458
8459 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8460 (read_type): Doc fix.
8461 * gdbtypes.c (replace_type): Doc fix.
8462
8463 * stabsread.c (multiply_defined_struct): New complaint.
8464 (read_struct_type): If the type we were passed isn't empty, or
8465 incomplete, don't read the new struct type into it; complain,
8466 and return the original type unchanged. Take a new `type_code'
8467 argument, which is the type code for the new type.
8468 (read_type): Rather than storing the type's type code here, pass
8469 it as an argument to read_struct_type, and let that take care of
8470 storing it. That way, we don't overwrite the original type code,
8471 so read_struct_type can use it to decide whether we're overwriting
8472 something we shouldn't.
8473 (complain_about_struct_wipeout): New function.
8474
8475 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8476
8477 * gdbarch.sh: Assert that gdbarch is non-NULL.
8478 * gdbarch.c: Regenerate.
8479
8480 2002-05-03 Jason Merrill <jason@redhat.com>
8481
8482 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8483 and return NULL.
8484
8485 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8486
8487 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8488 (x86_64_dwarf2gdb_regno_map_length),
8489 (x86_64_dwarf2_reg_to_regnum): Added.
8490 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8491 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8492 (_initialize_x86_64_tdep): Synced with the change above.
8493 (x86_64_skip_prologue): Reformulated message.
8494
8495 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8496
8497 * f-exp.y: Also use new prev_lexptr variable
8498 to improve error reporting. Based on Michael Snyder
8499 2002-04-24 dated patch to c-exp.y.
8500 * jv-exp.y: Likewise.
8501 * m2-exp.y: Likewise.
8502
8503 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8504
8505 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8506 we are dealing with vectors.
8507
8508 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8509
8510 * config/m68k/tm-nbsd.h: Obvious fix,
8511 correct machine name.
8512
8513 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8514
8515 * p-typeprint.c (pascal_type_print_base): Add support
8516 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8517
8518 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8519
8520 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8521 for fondamental pascal 'char' type.
8522
8523 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8524
8525 * p-lang.h (is_pascal_string_type): Declaration changed,
8526 new sixth argument of type char ** added.
8527 * p-lang.c (is_pascal_string_type): Implementation
8528 changed. Args length_pos, length_size, string_pos, char_size
8529 can now be NULL. New argument arrayname set to the field
8530 name of the char array. Return value set to char array
8531 field index plus one.
8532 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8533 is_pascal_string_type function.
8534
8535 2002-05-02 Andrew Cagney <cagney@redhat.com>
8536
8537 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8538 <cagney@redhat.com> change.
8539 * gdbarch.c: Regenerate.
8540
8541 2002-05-02 Andrew Cagney <cagney@redhat.com>
8542
8543 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8544 before probing for a new one. Detect errorenous gdbarch_init
8545 functions.
8546 * gdbarch.c: Regenerate.
8547
8548 2002-05-01 Andrew Cagney <cagney@redhat.com>
8549
8550 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8551 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8552 * config/v850/tm-v850.h: Ditto. Update copyright.
8553
8554 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8555
8556 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8557 current_gdbarch.
8558
8559 2002-04-30 Michael Snyder <msnyder@redhat.com>
8560
8561 * arm-tdep.c: Whitespace clean-ups.
8562 (arm_skip_prologue): Fix thinko; two lines
8563 should have been removed as part of 4/24 change.
8564
8565 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8566
8567 * rs6000-tdep.c: Added comment describing how fpscr register
8568 numbers were chosen.
8569
8570 2002-04-30 Michael Snyder <msnyder@redhat.com>
8571
8572 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8573
8574 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8575
8576 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8577 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8578 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8579
8580 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8581
8582 From Louis Hamilton <hamilton@redhat.com>:
8583 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8584 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8585 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8586 not bfd-private xcoff data, to determine wordsize.
8587 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8588
8589 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8590
8591 GDB 5.2 released from 5.2 branch.
8592
8593 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8594
8595 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8596 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8597 (x86_64_register_info_table): Added comments with register numbers.
8598
8599 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8600
8601 * rs6000-tdep.c (rs6000_extract_return_value,
8602 rs6000_store_return_value): Handle returning vectors.
8603 (rs6000_gdbarch_init): Use
8604 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8605 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8606 New function.
8607 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8608 vectors.
8609 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8610 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8611
8612 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8613
8614 * hpread.c (hpread_psymtab_to_symtab_1,
8615 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8616 with fprintf_unfiltered (gdb_stderr,...).
8617
8618 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8619
8620 * remote-array.c (printf_monitor, write_monitor,
8621 array_insert_breakpoint, array_remove_breakpoint ):
8622 Replace fprintf (stderr,...
8623 with fprintf_unfiltered (gdb_stderr,....
8624 * remote-es.c: Likewise.
8625 * remote-os9k.c: Likewise.
8626 * remote-st.c: Likewise.
8627
8628 2002-04-28 Andreas Schwab <schwab@suse.de>
8629
8630 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8631 linux-proc.o and gcore.o.
8632
8633 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8634
8635 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8636 code without frame pointers.
8637
8638 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8639
8640 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8641 ON_STACK is needed.
8642
8643 2002-04-26 Ben Elliston <bje@redhat.com>
8644
8645 * target.c (do_xfer_memory): Correct reference to the new option
8646 "trust-readonly-sections".
8647
8648 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8649
8650 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8651 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8652 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8653 vectors.
8654 (read_array_type): Record the fact that this array type is really a
8655 vector (i.e. are passed in by value).
8656
8657 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8658
8659 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8660 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8661 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8662 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8663 * alpha-linux-tdep.c: Include frame.h.
8664 (alpha_linux_sigcontext_addr): New function.
8665 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8666 alpha_linux_sigcontext_addr.
8667 * alpha-osf1-tdep.c: Include gdbcore.h.
8668 (alpha_osf1_sigcontext_addr): New function.
8669 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8670 alpha_osf1_sigcontext_addr.
8671 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8672 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8673
8674 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8675
8676 * stack.c (selected_frame_level):
8677 (select_frame): Do not set selected_frame_level.
8678 * frame.h (selected_frame_level): Delete declaration.
8679
8680 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8681
8682 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8683 convert_from_func_ptr-addr when AIX / PowerOpen.
8684
8685 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8686
8687 * valops.c (hand_function_call): Call
8688 generic_save_call_dummy_addr.
8689 * frame.h (generic_save_call_dummy_addr): Declare.
8690 * blockframe.c (struct dummy_frame): Add fields call_lo and
8691 call_hi.
8692 (generic_find_dummy_frame): Check for PC in range call_lo to
8693 call_hi instead of entry_point_address.
8694 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8695 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8696 (generic_save_call_dummy_addr): New function.
8697
8698 2002-04-24 David S. Miller <davem@redhat.com>
8699
8700 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8701 sparc_skip_prologue.
8702 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8703 information to find prologue when possible.
8704 (sparc_prologue_frameless_p): Call examine_prologue directly.
8705 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8706 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8707 second argument.
8708 (SKIP_PROLOGUE): Likewise.
8709
8710 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8711
8712 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8713 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8714 indicate that the condition it was testing is always true.
8715 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8716 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8717 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8718
8719 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8720
8721 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8722 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8723 tdep->jb_pc and tdep->jb_elt_size.
8724 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8725 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8726 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8727 * alpha-nat.c (get_longjmp_target): Remove.
8728 (JB_ELEMENT_SIZE): Ditto.
8729 (JB_PC): Ditto.
8730 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8731 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8732 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8733 to alpha_get_longjmp_target.
8734 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8735 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8736 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8737
8738 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8739
8740 * README: Update to GDB 5.2.
8741
8742 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8743
8744 * gdbarch.sh (LC_ALL): Set to `c'.
8745
8746 2002-04-25 Theodore A. Roth <troth@verinet.com>
8747
8748 * avr-tdep.c: Ran through gdb_indent.sh.
8749
8750 2002-04-25 Theodore A. Roth <troth@verinet.com>
8751
8752 * MAINTAINERS: Add myself as AVR maintainer.
8753 * NEWS: Note new target avr.
8754
8755 2002-04-25 Theodore A. Roth <troth@verinet.com>
8756
8757 * Makefile.in: Add support for AVR target.
8758 * configure.tgt: Add support for AVR target.
8759 * avr-tdep.c: New file
8760 * config/avr/avr.mt: New file.
8761
8762 2002-04-25 Theodore A. Roth <troth@verinet.com>
8763
8764 * MAINTAINERS: Add myself to write-after-approval.
8765
8766 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8767
8768 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8769 with fprintf_unfiltered (gdb_stderr,....
8770
8771 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8772
8773 Fix PR gdb/508.
8774 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8775
8776 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8777
8778 * p-exp.y: Also use new prev_lexptr variable
8779 to improve error reporting. Based on Michael Snyder
8780 2002-04-24 dated patch to c-exp.y.
8781
8782 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8783
8784 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8785 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8786 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8787 to 0.
8788 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8789 and struct value.
8790 (FUNCTION_START_OFFSET): Remove.
8791 (BREAKPOINT): Ditto.
8792
8793 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8794
8795 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8796 * NEWS: Ditto.
8797
8798 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8799
8800 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8801 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8802 alpha_linux_pc_in_sigtramp.
8803 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8804 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8805 alpha_osf1_pc_in_sigtramp.
8806 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8807 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8808 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8809 alphafbsd_pc_in_sigtramp.
8810 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8811 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8812 alphanbsd_pc_in_sigtramp.
8813 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8814 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8815
8816 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8817
8818 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8819
8820 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8821
8822 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8823 alphanbsd-tdep.c.
8824 (alphanbsd-nat.o): New dependency list.
8825 (alphanbsd-tdep.o): Ditto.
8826 * NEWS: Note new native NetBSD/alpha configuration.
8827 * alphanbsd-nat.c: New file.
8828 * alphanbsd-tdep.c: Ditto.
8829 * configure.host (alpha*-*-netbsd*): New host.
8830 * configure.tgt (alpha*-*-netbsd*): New target.
8831 * config/alpha/nbsd.mh: New file.
8832 * config/alpha/nbsd.mt: Ditto.
8833 * config/alpha/nm-nbsd.h: Ditto.
8834 * config/alpha/tm-nbsd.h: Ditto.
8835
8836 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8837
8838 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8839 (alpha-osf1-tdep.o): New dependency list.
8840 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8841 and skip_sigtramp_frame members.
8842 * alpha-linux-tdep.c: Include gdbcore.h.
8843 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8844 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8845 * alpha-osf1-tdep.c: New file.
8846 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8847 alpha-osf1-dep.c.
8848 (alpha_frame_past_sigtramp_frame): New function.
8849 (alpha_dynamic_sigtramp_offset): Ditto.
8850 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8851 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8852 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8853 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8854 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8855 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8856 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8857 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8858 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8859 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8860 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8861 to find_solib_trampoline_target.
8862 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8863 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8864 (SKIP_TRAMPOLINE_CODE): Remove.
8865 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8866 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8867 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8868 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8869 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8870 (PROC_SIGTRAMP_MAGIC): Ditto.
8871 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8872 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8873 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8874 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8875 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8876
8877 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8878
8879 * NEWS: Note that Alpha targets are now multi-arch.
8880
8881 2002-04-24 Michael Snyder <msnyder@redhat.com>
8882
8883 * parser-defs.h (prev_lexptr): New external variable.
8884 * parse.c (parse_exp_1): Set prev_lexptr to null before
8885 calling the language-specific parser.
8886 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8887 (yyerror): Use prev_lexptr in error reporting.
8888
8889 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8890
8891 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8892 * gregset.h: If FILL_FPXREGSET is defined, provide
8893 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8894 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8895 is defined, call fill_fpxregset.
8896
8897 2002-04-24 Roland McGrath <roland@frob.com>
8898
8899 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8900 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8901 (supply_gregset, supply_fpregset): New functions.
8902
8903 * gnu-nat.c (gnu_find_memory_regions): New function.
8904 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8905 (gnu_xfer_memory): Add a cast.
8906
8907 2002-04-24 Michael Snyder <msnyder@redhat.com>
8908
8909 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8910 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8911 of argument regs ("str r(0123), [r11, #-nn"]).
8912 (arm_skip_prologue): Better handling for frameless functions.
8913 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8914 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8915
8916 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8917
8918 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8919 NUM_PSEUDO_REGS can be used.
8920
8921 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8922
8923 * arch-utils.h: Update copyright.
8924
8925 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8926 * gdbarch.h, gdbarch.c: Re-generate.
8927
8928 * inferior.h (IN_SIGTRAMP): Delete definition.
8929 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8930 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8931
8932 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8933 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8934 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8935 (find_proc_framesize): Ditto.
8936 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8937 (alpha_init_extra_frame_info): Ditto.
8938 * infrun.c (handle_inferior_event): Ditto.
8939 (handle_inferior_event): Ditto.
8940 (check_sigtramp2): Ditto.
8941 * blockframe.c (create_new_frame): Ditto.
8942 (get_prev_frame): Ditto.
8943 * ppc-linux-tdep.c: Update comments.
8944 * i386-linux-tdep.c: Update comments.
8945 * breakpoint.c (bpstat_what): Update comment.
8946
8947 2002-04-24 David S. Miller <davem@redhat.com>
8948
8949 * i960-tdep.c (register_in_window_p): New function.
8950 (i960_find_saved_register): Use it instead of
8951 REGISTER_IN_WINDOW_P.
8952 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8953
8954 * symtab.h (find_stab_function_addr): Kill extern.
8955 * minsyms.c (find_stab_function_addr): Remove from here...
8956 * dbxread.c: ... to here, and mark it static.
8957
8958 2002-04-20 David S. Miller <davem@redhat.com>
8959
8960 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8961 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8962
8963 2002-04-21 David S. Miller <davem@redhat.com>
8964
8965 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8966 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8967 (vx_write_register): Likewise.
8968
8969 2002-04-23 J. Brobecker <brobecker@gnat.com>
8970
8971 * source.c (is_regular_file): New function.
8972 (openp): Check wether file to open is a regular file
8973 to avoid opening directories.
8974
8975 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8976
8977 * findvar.c (extract_signed_integer): Cast printf argument
8978 to suppress format warning.
8979 (extract_unsigned_integer): Likewise.
8980 * infcmd.c (registers_info): Likewise.
8981 * top.c (get_prompt_1): Likewise.
8982 * valops.c (value_assign): Likewise.
8983 * valprint.c (print_decimal): Likewise.
8984
8985 2002-04-22 H.J. Lu (hjl@gnu.org)
8986
8987 * c-exp.y (typebase): Support
8988
8989 [long|long long|short] [signed|unsigned] [int|]
8990
8991 and
8992
8993 signed [long|long long|short] int
8994
8995 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8996
8997 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8998 and vax-tdep.h.
8999 * vax-tdep.h: New file.
9000 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9001 Make several routines static.
9002 (vax_get_saved_register): New function.
9003 (vax_gdbarch_init): New function.
9004 (_initialize_vax_tdep): Register vax_gdbarch_init.
9005 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9006 Remove macros now under the control of gdbarch.
9007
9008 2002-04-22 Michael Snyder <msnyder@redhat.com>
9009
9010 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9011 Some whitespace and coding standards tweaks.
9012
9013 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9014
9015 * vax-tdep.c: Include regcache.h.
9016 (vax_call_dummy_words): New.
9017 (sizeof_vax_call_dummy_words): New.
9018 (vax_fix_call_dummy): New function.
9019 (vax_saved_pc_after_call): Ditto.
9020 * config/vax/tm-vax.h: Don't include regcache.h.
9021 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9022 (CALL_DUMMY): Remove.
9023 (CALL_DUMMY_WORDS): Define.
9024 (SIZEOF_CALL_DUMMY_WORDS): Define.
9025 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9026
9027 2002-04-18 Michael Snyder <msnyder@redhat.com>
9028
9029 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9030
9031 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9032
9033 * vax-tdep.c (vax_frame_chain): New function.
9034 (vax_push_dummy_frame): Ditto.
9035 (vax_pop_frame): Ditto.
9036 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9037 (FRAMELESS_FUNCTION_INVOCATION): Use
9038 generic_frameless_function_invocation_not.
9039 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9040 (POP_FRAME): Use vax_pop_frame.
9041
9042 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9043
9044 * vax-tdep.c (vax_store_struct_return): New function.
9045 (vax_extract_return_value): Ditto.
9046 (vax_store_return_value): Ditto.
9047 (vax_extract_struct_value_address): Ditto.
9048 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9049 vax_store_struct_return.
9050 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9051 (STORE_RETURN_VALUE): Use vax_store_return_value.
9052 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9053
9054 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9055
9056 * vax-tdep.c (vax_frame_saved_pc): New function.
9057 (vax_frame_args_address_correct): Ditto.
9058 (vax_frame_args_address): Ditto.
9059 (vax_frame_locals_address): Ditto.
9060 (vax_frame_num_args): Move code to be in proximity to
9061 other frame-related functions.
9062 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9063 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9064 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9065 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9066 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9067
9068 2002-04-22 H.J. Lu (hjl@gnu.org)
9069
9070 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9071 includedir.
9072
9073 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9074
9075 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9076 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9077 (FRAME_INIT_SAVED_REGS): New macro.
9078
9079 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9080
9081 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9082
9083 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9084
9085 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9086 where needed.
9087 (fetch_osf_core_registers): Likewise.
9088 (supply_gregset): Likewise.
9089
9090 2002-04-22 J. Brobecker <brobecker@gnat.com>
9091
9092 * symfile.h (get_section_index): Define.
9093 * symfile.c (get_section_index): New function.
9094 * mdebugread.c (SC_IS_SBSS): New macro.
9095 (SC_IS_BSS): Return true for the scBss storage class only, as
9096 the scSBss storage class refers to the .sbss section.
9097 (parse_partial_symbols): Discard the symbols which associated
9098 section does not exist.
9099 Make sure to use the .sbss section index for symbols which
9100 storage class is scBss, rather than using the .bss section index.
9101
9102 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9103
9104 * vax-tdep.c: Update copyright years.
9105 (vax_register_name): New function.
9106 (vax_register_byte): Ditto.
9107 (vax_register_raw_size): Ditto.
9108 (vax_register_virtual_size): Ditto.
9109 (vax_register_virtual_type): Ditto.
9110 * config/vax/tm-vax.h: Update copyright years.
9111 (REGISTER_NAMES): Remove.
9112 (REGISTER_NAME): Define.
9113 (REGISTER_BYTE): Use vax_register_byte.
9114 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9115 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9116 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9117
9118 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9119
9120 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9121 declaration
9122 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9123
9124 2002-04-21 David S. Miller <davem@redhat.com>
9125
9126 * arch-utils.c (generic_prologue_frameless_p): Kill
9127 SKIP_PROLOGUE_FRAMELESS_P code.
9128 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9129 references.
9130 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9131 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9132 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9133 references.
9134 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9135 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9136 (sparc_gdbarch_init): Pass it to
9137 set_gdbarch_prologue_frameless_p.
9138
9139 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9140
9141 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9142 (alphabsd-nat.o): New dependency list.
9143
9144 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9145
9146 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9147 alphafbsd-tdep.c.
9148 (alpha-linux-tdep.o): New dependency list.
9149 (alphafbsd-tdep.o): Likewise.
9150
9151 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9152
9153 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9154 to here...
9155 * alpha-tdep.c: ...from here.
9156 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9157
9158 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9159
9160 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9161 prototype from here...
9162 * alpha-tdep.h: ...to here.
9163
9164 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9165
9166 * frame.h (selected_frame_level): Document as deprecated.
9167 (frame_relative_level): Declare.
9168 * stack.c (frame_relative_level): New function.
9169 (selected_frame_level): Document as deprecated.
9170 (select_frame): Do not set the selected_frame_level.
9171
9172 * stack.c (frame_info, record_selected_frame): Update.
9173 (frame_command, current_frame_command): Update.
9174 (up_silently_base, up_command, down_silently_base): Update.
9175 (down_command): Update.
9176 * inflow.c (kill_command): Update.
9177 * tracepoint.c (finish_tfind_command): Update.
9178 * corelow.c (core_open): Update.
9179 * thread.c (info_threads_command): Update.
9180 (do_captured_thread_select): Update.
9181 * infcmd.c (finish_command): Update.
9182 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9183
9184 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9185
9186 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9187
9188 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9189
9190 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9191 type const.
9192
9193 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9194
9195 * alphafbsd-tdep.c: Update copyright years. Include
9196 alpha-tdep.h.
9197 (alphafbsd_use_struct_convention): Make static.
9198 (alphafbsd_init_abi): New function.
9199 (_initialize_alphafbsd_tdep): New function.
9200 * config/alpha/tm-fbsd.h: Update copyright years.
9201 (USE_STRUCT_CONVENTION): Remove.
9202
9203 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9204
9205 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9206 an Alpha ABI variant.
9207 (alpha_abi_handler_list): Declare.
9208 (alpha_gdbarch_register_os_abi): New function.
9209 (alpha_gdbarch_init): Give registered ABI variant handlers a
9210 chance to tweak the gdbarch once we have set up defaults.
9211 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9212
9213 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9214
9215 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9216 to standard_coerce_float_to_double.
9217 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9218
9219 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9220
9221 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9222 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9223 from gdbarch_tdep rather than a constant.
9224 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9225 the default text address for all Alpha Unix ABIs.
9226 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9227 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9228
9229 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9230
9231 * alpha-tdep.h: New file. Includes several Alpha target constants
9232 taken from...
9233 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9234 let gdbarch deal with.
9235 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9236 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9237 to dependency list.
9238 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9239 Alpha target register names.
9240 * alphabsd-nat.c: Likewise.
9241 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9242 Alpha target register names. Make serveral routines static.
9243 (alpha_get_saved_register): New function.
9244 (alpha_abi_names): New.
9245 (process_note_abi_tag_sections): New function.
9246 (get_elfosabi): New function.
9247 (alpha_gdbarch_init): New function.
9248 (alpha_dump_tdep): New function.
9249 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9250
9251 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9252
9253 * frame.c (find_saved_register): Delete #ifdef
9254 HAVE_REGISTER_WINDOWS code.
9255 * config/sparc/tm-sparc.h: Update comments.
9256 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9257
9258 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9259
9260 * i960-tdep.c (i960_find_saved_register): New function.
9261 (i960_get_saved_register): New function.
9262 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9263 (i960_get_saved_register): Declare.
9264 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9265
9266 2002-04-20 David S. Miller <davem@redhat.com>
9267
9268 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9269
9270 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9271
9272 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9273 instead of NUM_PSEUDO_REGS.
9274
9275 2002-04-20 David S. Miller <davem@redhat.com>
9276
9277 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9278 GDB_MULTI_ARCH_PARTIAL
9279 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9280 define, let tm-sp64.h do it.
9281
9282 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9283
9284 * frame.c (find_saved_register): Avoid a NULL pointer
9285 dereference and actually walk the frame list.
9286
9287 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9288
9289 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9290 sorted in most most-recent-used order. Document.
9291 * gdbarch.h, gdbarch.c: Regenerate.
9292
9293 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9294
9295 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9296 instead of ->prev.
9297 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9298 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9299 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9300 instead of ->prev.
9301
9302 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9303
9304 Fix PR gdb/471.
9305 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9306 (build_builtin_type_vec128): Ditto.
9307 (append_composite_type_field): Fix calculation of type length in
9308 union case.
9309
9310 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9311
9312 * config/djgpp/README: Update.
9313
9314 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9315 compiler warnings.
9316
9317 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9318
9319 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9320 (alpha_setup_arbitrary_frame): ...to this.
9321 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9322 for alpha_setup_arbitrary_frame.
9323
9324 2002-04-18 Andrew Cagney <cagney@redhat.com>
9325
9326 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9327 * gdbarch.h, gdbarch.c: Regenerate.
9328
9329 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9330 * target.h (memory_breakpoint_from_pc): Update declaration.
9331 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9332
9333 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9334 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9335 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9336 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9337 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9338 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9339 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9340 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9341 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9342 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9343 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9344 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9345
9346 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9347 const pointer.
9348 * monitor.c (monitor_insert_breakpoint): Ditto.
9349 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9350
9351 * config/mcore/tm-mcore.h: Update copyright.
9352 * mem-break.c: Ditto.
9353 * xstormy16-tdep.c: Ditto.
9354
9355 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9356
9357 * p-exp.y: Add precedence rule for '^' token.
9358 This removes the shift/reduce conflicts.
9359 Remove the comment concerning these shift/reduce conflicts.
9360
9361 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9362
9363 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9364 (registers_powerpc_nofp): New register set for processors
9365 without floating point unit.
9366
9367 2002-04-18 David S. Miller <davem@redhat.com>
9368
9369 * MAINTAINERS: Add myself to write-after-approval.
9370
9371 2002-04-17 Michael Snyder <msnyder@redhat.com>
9372
9373 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9374
9375 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9376
9377 * rs6000-tdep.c (frame_initial_stack_address): Use
9378 frame_register_read to read the alloca_reg.
9379
9380 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9381
9382 * frame.c (find_saved_register): Find saved registers in the next
9383 not prev frame.
9384 Fix PR gdb/365.
9385
9386 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9387
9388 * gdbarch.sh (LANG): Set to ``c''.
9389
9390 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9391
9392 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9393
9394 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9395
9396 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9397 Update copyright.
9398
9399 * hpread.c (hpread_get_lntt): Add declaration.
9400 Also fix PR gdb/391.
9401
9402 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9403
9404 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9405 * aclocal.m4, configure: Re-generate.
9406 Fix PR gdb/391.
9407
9408 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9409
9410 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9411 instead of tm_print_insn.
9412
9413 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9414
9415 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9416
9417 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9418
9419 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9420 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9421 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9422
9423 2002-04-12 Don Howard <dhoward@redhat.com>
9424
9425 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9426 max_user_call_depth.
9427 (init_cmd_lists): Initialize the new value;
9428 * cli/cli-script.c (execute_user_command): Limit the call depth of
9429 user defined commands. This avoids a core-dump when user commands
9430 are infinitly recursive.
9431
9432 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9433
9434 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9435 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9436 from tdep struct instead of DEFAULT_LR_SAVE.
9437 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9438 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9439 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9440
9441 2002-04-12 Michael Snyder <msnyder@redhat.com>
9442
9443 * Remote.c: Spelling fix.
9444 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9445 If no symbol found for "sbrk", try "_sbrk".
9446 (make_output_phdrs): Use bfd_section_name.
9447 (gcore_copy_callback): Use bfd_section_name.
9448 * eval.c: Indentation fix-ups.
9449 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9450 in case it gets applied to an address that is already
9451 in the instruction space.
9452 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9453 * symfile.c: Fix indentation, long lines.
9454 * source.c: White space fix-up.
9455
9456 2002-04-12 Andrew Cagney <cagney@redhat.com>
9457
9458 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9459 * frame.c (frame_register_read): New function. Return non-zero on
9460 success.
9461 (read_relative_register_raw_bytes_for_frame): Delete.
9462 (read_relative_register_raw_bytes): Delete.
9463 * frame.h (frame_register_read): Declare.
9464 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9465 * sh-tdep.c: Ditto.
9466 * infcmd.c (do_registers_info): Ditto.
9467 * hppa-tdep.c: Ditto.
9468 * rs6000-tdep.c: Ditto.
9469 * h8500-tdep.c: Ditto.
9470 * mips-tdep.c: Ditto.
9471 * h8300-tdep.c: Ditto.
9472 * z8k-tdep.c: Ditto.
9473
9474 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9475
9476 From Jimi X <jimix@watson.ibm.com>:
9477 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9478 64-bit SysV ABI.
9479
9480 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9481
9482 From Jimi X <jimix@watson.ibm.com>:
9483 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9484 bfd info.
9485
9486 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9487
9488 From Jimi X <jimix@watson.ibm.com>:
9489 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9490 register sets for these processor variants.
9491
9492 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9493
9494 * regformats/reg-ppc.dat: Support FPSCR.
9495
9496 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9497
9498 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9499 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9500 Add fpscr as an invalid/unfetchable register.
9501 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9502 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9503 (fill_fpregset): Add support for register fpscr.
9504 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9505 (fill_gregset): Account for the fact that register ``mq'' might
9506 not exist.
9507 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9508 (registers_power): Add fpscr to register set at slot 71.
9509 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9510 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9511
9512 2002-04-11 Michael Snyder <msnyder@redhat.com>
9513
9514 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9515 * configure: Regenerate.
9516 * config.in: Regenerate.
9517 * acconfig.h: Add define for _SYSCALL32.
9518 * core-sol2.c: Remove #define _SYSCALL32.
9519 * solib-legacy.c: Remove #define _SYSCALL32.
9520
9521 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9522
9523 * stack.c (select_frame): Cleanup internal error message, do not
9524 use %p.
9525
9526 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9527
9528 * stack.c (select_frame): Check that selected_frame and the
9529 specified level are as expected.
9530 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9531 Update copyright.
9532 * frame.h (struct frame_info): Add field `level'. Update
9533 copyright.
9534 Work-in-progress PR gdb/464.
9535
9536 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9537
9538 * maint.c (maint_print_section_info): Rename print_section_info.
9539 (print_bfd_section_info, print_objfile_section_info): Update.
9540 * inferior.h (struct gdbarch): Add opaque declaration.
9541 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9542 * gdbarch.h: Regenerate.
9543
9544 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9545
9546 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9547 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9548 (kernel_u_size): Added.
9549 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9550 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9551
9552 2002-04-04 Jim Ingham <jingham@apple.com>
9553
9554 * valarith.c (find_size_for_pointer_math): New function, either returns
9555 the size for a pointer's target, returns 1 for void *, or errors for
9556 incomplete types.
9557 (value_add, value_sub): use find_size_for_pointer_math.
9558
9559 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9560
9561 * linux-low.c (linux_look_up_symbols): New hook.
9562 (linux_target_ops): Add linux_look_up_symbols.
9563 * remote-utils.c (decode_address): New function.
9564 (look_up_one_symbol): New function.
9565 * server.c (handle_query): Call target look_up_symbols hook.
9566 * server.h (look_up_one_symbol): Add prototype.
9567 * target.h (struct target_ops): Add look_up_symbols hook.
9568
9569 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9570
9571 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9572 override FP_REGNUM with frame->fp. Update copyright.
9573 * parse.c (num_std_regs, std_regs): Delete.
9574 (target_map_name_to_register): Do not search std_regs. Update
9575 function description.
9576 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9577 declarations. Update copyright.
9578 Fix PR gdb/251.
9579
9580 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9581
9582 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9583 after the last symbol in a block.
9584
9585 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9586
9587 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9588 is non zero as a found symbol.
9589
9590 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9591
9592 * findvar.c: Include "builtin-regs.h".
9593 (value_of_register): Call value_of_builtin_reg when applicable.
9594 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9595 (target_map_name_to_register): Call
9596 builtin_reg_map_name_to_regnum.
9597 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9598 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9599 (builtin_regs_h): Define.
9600 (builtin-regs.o): New target.
9601 (findvar.o): Add $(builtin_regs_h).
9602 * builtin-regs.c, builtin-regs.h: New files.
9603 * std-regs.c: New file.
9604 Partial fix for PR gdb/251.
9605
9606 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9607
9608 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9609 it's no longer required.
9610
9611 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9612
9613 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9614
9615 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9616
9617 From Jimi X <jimix@watson.ibm.com>:
9618 * rs6000-tdep.c (rs6000_software_single_step): Use
9619 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9620 and size. Use target_insert_breakpoint() and
9621 target_remove_breakpoint() to insert and remove breakpoints
9622 instead of explicit memory reads and writes.
9623
9624 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9625
9626 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9627 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9628 ELF_OBJECT_FORMAT ifdef.
9629
9630 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9631
9632 From Jimi X <jimix@watson.ibm.com>:
9633 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9634
9635 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9636
9637 From Jimi X <jimix@watson.ibm.com>:
9638 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9639 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9640
9641 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9642
9643 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9644 s/asprintf/xasprintf/.
9645 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9646
9647 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9648
9649 I believe Jeff Law denies responsability for this one:
9650 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9651 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9652 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9653 Work-around for PR gdb/366.
9654
9655 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9656
9657 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9658 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9659 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9660
9661 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9662
9663 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9664 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9665 information.
9666
9667 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9668
9669 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9670 maintainer.
9671
9672 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9673
9674 * README (Reporting Bugs in GDB): Document the bug web page as the
9675 prefered way of submitting bugs.
9676 Fix PR gdb/402.
9677
9678 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9679
9680 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9681 -1. Update comment.
9682 * gdbarch.h, gdbarch.c: Re-generate.
9683
9684 2002-04-07 Andreas Schwab <schwab@suse.de>
9685
9686 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9687 buffer to regcache_collect.
9688
9689 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9690
9691 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9692 * gdbarch.c, gdbarch.h: Re-generate.
9693
9694 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9695
9696 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9697 declaration. Fix -Werror.
9698
9699 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9700
9701 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9702 * gdbarch.c: Regenerate.
9703
9704 2002-04-05 Michael Snyder <msnyder@redhat.com>
9705
9706 * breakpoint.c (clear_command): Rewrite middle section to
9707 combine two loops with identical control conditions.
9708 Add a cleanup to eliminate a memory leak.
9709 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9710
9711 2002-04-05 H.J. Lu (hjl@gnu.org)
9712
9713 * solib-svr4.c (bkpt_names): Add "__start".
9714
9715 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9716
9717 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9718 as test for 64 bit target.
9719
9720 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9721
9722 * h8500-tdep.c (h8500_write_fp): Delete function.
9723 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9724 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9725 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9726 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9727 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9728 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9729 (s390_write_fp):
9730 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9731 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9732 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9733 (d10v_write_fp): Delete function.
9734 * inferior.h (write_fp, generic_target_write_fp): Delete
9735 declarations.
9736 * regcache.c (generic_target_write_fp): Delete function.
9737 (write_fp): Delete function.
9738 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9739 * gdbarch.h, gdbarch.c: Regenerate.
9740 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9741 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9742 (sparc64_write_fp): Delete declaration.
9743 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9744 (h8500_write_fp): Delete declaration.
9745
9746 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9747
9748 * sparc-tdep.c (sparc64_write_fp): Delete.
9749 (sparc_push_dummy_frame): Replace write_fp call with code to store
9750 the FP directly.
9751 (sparc_gdbarch_init): Do not initialize write_fp.
9752
9753 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9754
9755 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9756 clause.
9757
9758 2002-03-29 Jim Blandy <jimb@redhat.com>
9759
9760 * stack.c (get_selected_block): Add new argument `addr_in_block',
9761 used to return the exact code address we used to select the block,
9762 not just the block.
9763 * blockframe.c (get_frame_block, get_current_block): Same.
9764 * frame.h (get_frame_block, get_current_block,
9765 get_selected_block): Update declarations.
9766 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9767 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9768
9769 2002-04-05 Michael Snyder <msnyder@redhat.com>
9770
9771 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9772 warning message.
9773
9774 2002-04-05 J. Brobecker <brobecker@gnat.com>
9775
9776 * utils.c (xfullpath): New function.
9777 * defs.h (xfullpath): Add declaration.
9778 * source.c (openp): Use xfullpath in place of gdb_realpath to
9779 avoid resolving the basename part of filenames when the
9780 associated file is a symbolic link. This fixes a potential
9781 inconsistency between the filenames known to GDB and the
9782 filenames it prints in the annotations.
9783 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9784 to be able to match a filename with either the real filename, or
9785 the name of any symbolic link to this file.
9786 (lookup_partial_symtab): Ditto.
9787
9788 2002-04-04 Michael Snyder <msnyder@redhat.com>
9789
9790 * breakpoint.c: Add support for hardware breakpoints in overlays.
9791 (overlay_events_enabled): New state variable.
9792 (insert_breakpoints): Use overlay_events_enabled to decide
9793 whether to attempt to set a breakpoint at the overlay load addr.
9794 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9795 (remove_breakpoint): Use overlay_events_enabled to decide
9796 whether breakpoints need to be removed from overlay load addr.
9797 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9798 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9799 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9800 disable_overlay_breakpoints): Update overlay_events_enabled.
9801
9802 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9803
9804 * dwarf2read.c (struct function_range): New.
9805 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9806 (check_cu_functions): New.
9807 (read_file_scope): Initialize global function lists.
9808 Call dwarf_decode_line after processing children.
9809 (read_func_scope): Add to global function list.
9810 (dwarf_decode_lines): Call check_cu_functions everywhere
9811 record_line is called. Call record_line with a linenumber
9812 of 0 to mark sequence ends.
9813
9814 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9815
9816 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9817 change sync with glibc.
9818
9819 2002-04-03 Jim Blandy <jimb@redhat.com>
9820
9821 * configure.in: Call AC_C_INLINE.
9822 * configure: Regenerated.
9823
9824 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9825
9826 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9827 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9828
9829 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9830
9831 * NEWS: Mention gcore support on FreeBSD/i386.
9832
9833 * fbsd-proc.c: New file.
9834 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9835 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9836
9837 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9838 while statement.
9839
9840 2002-03-29 Jim Blandy <jimb@redhat.com>
9841
9842 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9843 unescaped newlines in string literals, but newer ones don't. So
9844 escape them.
9845
9846 2002-03-26 Michael Snyder <msnyder@redhat.com>
9847 Andrew Cagney <cagney@redhat.com>
9848
9849 * cli/cli-dump.c: New file. Dump memory to file,
9850 restore file to memory.
9851 * cli/cli-dump.h: New file.
9852 * Makefile.in: Add rules, dependencies for cli-dump.o.
9853 * NEWS: Mention new commands.
9854
9855 2002-03-28 Michael Snyder <msnyder@redhat.com>
9856
9857 * symfile.c (symbol_file_add): Move test for null symbols to later.
9858
9859 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9860
9861 From veksler at il.ibm.com:
9862 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9863 the xstrduped original path.
9864 Fix PR gdb/417.
9865
9866 2002-03-27 Michael Snyder <msnyder@redhat.com>
9867
9868 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9869 * infcmd.c (_initialize_infcmd): Ditto.
9870 * language.c (_initialize_language): Ditto.
9871 * symfile.c (_initialize_symfile): Ditto.
9872 * top.c (_init_main): Ditto.
9873 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9874
9875 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9876
9877 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9878 vector registers handling.
9879 (skip_prologue): Handle new AltiVec instructions. Fill in new
9880 fields of frame data.
9881 (frame_get_saved_regs): Fill in information for AltiVec registers.
9882
9883 2002-03-27 Jim Blandy <jimb@redhat.com>
9884
9885 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9886 a function; leave this macro here to invoke that function.
9887 (symbol_init_mangled_name): Declaration for that function.
9888 * symtab.c (symbol_init_mangled_name): New function.
9889
9890 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9891
9892 * valarith.c: Replace strerror with safe_strerror.
9893 * tracepoint.c: Ditto.
9894 * lin-lwp.c: Ditto.
9895 * go32-nat.c: Ditto.
9896 * inflow.c: Ditto.
9897 * gnu-nat.c: Ditto.
9898
9899 2002-03-27 Andreas Schwab <schwab@suse.de>
9900
9901 * event-top.c (command_line_handler): Remove useless if.
9902
9903 2002-03-27 Andreas Jaeger <aj@suse.de>
9904
9905 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9906 comment.
9907
9908 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9909
9910 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9911 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9912 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9913 (x86_64_linux_dr_get_status, supply_gregset),
9914 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9915 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9916 (x86_64_register_info_table): Add.
9917 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9918 (x86_64_register_raw_size, x86_64_register_virtual_type),
9919 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9920 general x86_64_register_info_table.
9921 (i386_gdbarch_init): gdbarch_register_bytes is now set
9922 dynamicaly during initialization.
9923 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9924 * gdbserver/linux-x86-64-low.c: Ditto.
9925
9926 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9927
9928 * gdbserver/server.c (main): Call target_signal_to_host_p
9929 and target_signal_to_host on signals received from the remote.
9930 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9931 target_signal_from_host on signals sent to the remote.
9932 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9933 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9934
9935 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9936
9937 * signals/signals.c: Include "server.h" in gdbserver build.
9938 (target_signal_from_name): Don't use STREQ.
9939 (_initialize_signals): Likewise. Don't include function in
9940 gdbserver build.
9941
9942 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9943
9944 * signals.c: Moved to...
9945 * signals/signals.c: Here.
9946 * Makefile (signals.o): Update.
9947
9948 2002-03-26 Jeff Law (law@redhat.com)
9949
9950 * somread.c (som_symtab_read): Remove some commented out code and
9951 updated related comments. Do not set the minimal symbol table to
9952 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9953 in a dynamic executable.
9954 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9955 where we are unable to find the minimal symbol for the given
9956 PC value.
9957
9958 2002-03-25 Jeff Law (law@redhat.com)
9959
9960 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9961
9962 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9963
9964 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9965
9966 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9967
9968 * command.h: Update copyright.
9969 (struct cmd_list_element): Replace definition with opaque
9970 declaration.
9971 (enum cmd_types): Document that it will eventually be moved to
9972 cli/cli-decode.h
9973 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9974 (MALLOCED_REPLACEMENT): Delete macro.
9975 * Makefile.in (cli_decode_h): Add $(command_h).
9976 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9977 * top.c: Include "cli/cli-decode.h".
9978 * completer.c: Include "cli/cli-decode.h".
9979 * maint.c: Include "cli/cli-decode.h".
9980 * cli/cli-decode.h: Include "command.h".
9981 (enum command_class): Delete.
9982 (enum cmd_types): Comment out.
9983 (enum cmd_auto_boolean): Delete.
9984 (enum var_types): Delete.
9985
9986 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9987
9988 * cli/cli-decode.c: Include "gdb_assert.h".
9989 (add_set_or_show_cmd): New static function.
9990 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9991 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9992 all fields, such as func, from the set command.
9993
9994 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9995
9996 * MAINTAINERS (sh-elf): Change warning flag to -w.
9997
9998 2002-03-23 Andrew Cagney <cagney@redhat.com>
9999
10000 * defs.h (error): Add printf format attribute.
10001 * thread-db.c (thread_from_lwp): Fix error format string.
10002 * stack.c (parse_frame_specification): Ditto.
10003 * cli/cli-decode.c (undef_cmd_error): Ditto.
10004 * scm-lang.c (scm_lookup_name): Ditto.
10005 * tracepoint.c (trace_error): Ditto.
10006 * remote-utils.c (usage): Ditto.
10007 * remote.c (compare_sections_command): Ditto.
10008 Fix PR gdb/328.
10009
10010 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10011
10012 * gdbtypes.c (append_composite_type_field): New function.
10013 (init_composite_type): New function.
10014 * gdbtypes.h (append_composite_type_field): Declare.
10015 (init_composite_type): Ditto.
10016
10017 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10018
10019 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10020 function.
10021 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10022 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10023 structure returning convention for SYSV ABI case, but not
10024 for GNU/Linux, FreeBSD, or NetBSD.
10025
10026 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10027
10028 * symtab.h (lookup_block_symbol): Add mangled_name argument
10029 to prototype.
10030
10031 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10032 with new mangled_name argument.
10033 * linespec.c (decode_line_1): Likewise.
10034 * valops (value_of_this): Likewise.
10035 * symtab.c (lookup_transparent_type): Likewise.
10036 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10037 (lookup_symbol): If we are given a mangled name, pass it down
10038 to lookup_symbol_aux.
10039 (lookup_block_symbol): If we are given a mangled name to check
10040 against, only return symbols which match it.
10041
10042 2002-03-22 Christopher Faylor <cgf@redhat.com>
10043
10044 * win32-nat.c (child_create_inferior): Check for proper shell to use
10045 here, in case the user changes it on the fly.
10046 (_initialize_inftarg): Remove shell path considerations.
10047
10048 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10049
10050 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10051 for gdbarch_max_register_raw_size and max_register_virtual_size.
10052 Adjust copyright year.
10053
10054 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10055
10056 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10057 in a function to cover the entire beginning of the function
10058 as well if it does not already.
10059
10060 2002-03-21 Tom Rix <trix@redhat.com>
10061
10062 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10063 (rs6000_ptrace64): Renamed from ptrace64.
10064
10065 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10066
10067 * gdbserver/remote-utils.c (remote_open): Don't call
10068 getprotobyname, we're all using TCP here so just use
10069 IPPROTO_TCP.
10070 * gdbserver/gdbreplay.c (remote_open): Ditto.
10071
10072 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10073
10074 * regcache.c (_initialize_regcache): No need to call
10075 build_regcache() at this time; it gets called whenever
10076 the gdbarch changes.
10077
10078 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10079
10080 * sparc-nat.c: Include sys/param.h where possible.
10081
10082 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10083
10084 Fix PR gdb/422.
10085 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10086 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10087 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10088 complex types.
10089 * stabsread.c (rs6000_builtin_type): Likewise.
10090 (read_sun_floating_type): Likewise.
10091
10092 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10093
10094 * stabsread.c (read_member_functions): Remove skip code for duplicate
10095 constructor/destructor methods. Use standard parsing for these
10096 methods and just do not chain them to the list of methods after
10097 parsing.
10098
10099 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10100
10101 * coffread.c: Remove redundant static declarations. Replace
10102 occurrences of `PTR' with `void *'.
10103 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10104 * top.h (quit_cover): Likewise.
10105 * defs.h (catch_errors): Likewise.
10106
10107 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10108
10109 * defs.h (XMALLOC): Define.
10110 * gdb-events.sh (XMALLOC): Delete macro.
10111 * gdb-events.c, gdb-events.h: Regenerate.
10112 * gdbarch.sh (XMALLOC): Delete macro.
10113 * gdbarch.c: Regenerate.
10114 * serial.c (XMALLOC): Delete macro.
10115 * ui-file.c (XMALLOC): Ditto.
10116 * ser-unix.h (XMALLOC): Ditto.
10117 * sh-tdep.c (XMALLOC): Ditto.
10118 * ui-out.c (XMALLOC): Ditto.
10119 * utils.c (XMALLOC): Ditto.
10120 * i386-tdep.c (XMALLOC): Ditto.
10121 * gdb-events.c (XMALLOC): Ditto.
10122 * d10v-tdep.c (XMALLOC): Ditto.
10123 * cli-out.c (XMALLOC): Ditto.
10124
10125 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10126 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10127 * ui-file.c, ui-out.c: Ditto.
10128
10129 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10130
10131 * command.h (struct cmd_list_element): Add field context.
10132 (set_cmd_context, get_cmd_context): Declare.
10133 * cli/cli-decode.h: Ditto.
10134 * cli/cli-decode.c (get_cmd_context): New function.
10135 (set_cmd_context): New function.
10136 (add_cmd): Initialize context.
10137 Part of fixing PR gdb/145 and PR gdb/146.
10138
10139 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10140
10141 * cli/cli-decode.c (cmd_type): New function.
10142 * command.h (cmd_type): Declare.
10143 * infrun.c (set_schedlock_func): Call function cmd_type.
10144 * kod.c (kod_set_os): Call cmd_type.
10145 * cris-tdep.c (cris_version_update): Use function cmd_type.
10146 (cris_mode_update, cris_abi_update): Ditto.
10147
10148 * command.h: (execute_cmd_post_hook): Declare.
10149 (execute_cmd_pre_hook): Declare.
10150 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10151 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10152 functions. Execute pre/post hook while ensuring that afterwords
10153 hook_in is cleared.
10154 * top.c (execute_command): Use execute_cmd_post_hook, and
10155 execute_cmd_pre_hook to execute pre/post commands.
10156 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10157 hook_stop_stub.
10158 (hook_stop_stub): Call execute_cmd_pre_hook.
10159
10160 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10161
10162 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10163 set'' and this leads to a core dump. Move xstrdup of
10164 operating_system to after check that it is not NULL.
10165
10166 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10167
10168 * kod.c (kod_set_os): Remove unnecessary check that
10169 ``command->type'' is set_cmd.
10170
10171 * valprint.c (set_input_radix): Use input_radix.
10172 (set_output_radix): Use output_radix.
10173 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10174 isn't reverted.
10175
10176 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10177
10178 * value.h (struct value): Delete field ``substring_addr''. Change
10179 aligner fields to force_doublest_align, force_longest_align,
10180 force_core_addr_align and force_pointer_aligh.
10181
10182 * value.h (struct value): Fix typo in above change.
10183
10184 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10185
10186 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10187 to fix internal_error from ``maintenance print architecture''.
10188
10189 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10190
10191 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10192 for gcc versions after gcc-2.8.1.
10193
10194 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10195
10196 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10197 for method resolution. Restore adjustment of ``this'' pointer after
10198 calling value_struct_elt, which was accidentally removed during the
10199 HP merge.
10200
10201 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10202
10203 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10204 value_of_register.
10205 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10206 get_saved_register.
10207 * value.h (value_of_register): Update.
10208
10209 2002-03-14 Richard Henderson <rth@redhat.com>
10210
10211 * configure.in: Detect declaration for canonicalize_file_name.
10212 * utils.c (canonicalize_file_name): Declare, if needed.
10213 (gdb_realpath): Prefer realpath if available and usable.
10214 * config.in, configure: Rebuild.
10215
10216 2002-03-14 Richard Henderson <rth@redhat.com>
10217
10218 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10219 a constant array bound.
10220
10221 * MAINTAINERS: Add myself to write-after-approval.
10222
10223 2002-03-14 Michael Snyder <msnyder@redhat.com>
10224
10225 * symfile.c (syms_from_objfile): Return immediately if no syms.
10226 (symbol_file_add): Return immediately if no syms.
10227 (find_sym_fns): Return immediately if no syms.
10228
10229 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10230
10231 * gdbserver/remote-util.c (remote_open): Print remote-side's
10232 IP address when remote debugging over the network.
10233
10234 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10235
10236 * config/sparc/fbsd.mh: Fix copyright.
10237 * config/sparc/fbsd.mt: Likewise.
10238
10239 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10240
10241 * MAINTAINERS: Fix typo in name of gdb warnings option.
10242 (x86-64): Fix formating so that this can be parsed by awk.
10243
10244 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10245
10246 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10247 * defs.h: Include "gdb/signals.h".
10248 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10249
10250 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10251
10252 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10253 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10254 from x86-64-tdep.h
10255
10256 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10257 Don Howard <dhoward@redhat.com>
10258
10259 * mips-tdep.c (ST0_FR): Define.
10260 (mips2_fp_compat): New function, temporarily disabled.
10261 (mips_read_fp_register_single): New function.
10262 (mips_read_fp_register_double): New function.
10263 (mips_print_register): Use them.
10264 (do_fp_register_row): Likewise.
10265
10266 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10267
10268 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10269 approval''.
10270
10271 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10272
10273 * stabsread.c (read_member_functions): Fix is_stub test for
10274 static member functions, improve comment.
10275
10276 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10277
10278 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10279 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10280 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10281 commands that set boolean values.
10282 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10283 (arm_rdi_resume): Always initialize PC.
10284 (arm_rdi_open): Don't use rslt as a boolean.
10285 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10286 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10287 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10288 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10289
10290 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10291
10292 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10293 * configure: Rebuilt.
10294
10295 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10296
10297 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10298 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10299
10300 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10301
10302 * cli/cli-decode.c (set_cmd_completer): New function.
10303 * command.h (set_cmd_completer): Declare.
10304 * cli/cli-decode.h (set_cmd_completer): Ditto.
10305
10306 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10307 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10308 * win32-nat.c (_initialize_inftarg): Ditto.
10309 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10310 * proc-api.c (_initialize_proc_api): Ditto.
10311 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10312 * source.c (_initialize_source): Ditto.
10313 * exec.c (_initialize_exec): Ditto.
10314 * solib.c (_initialize_solib): Ditto.
10315 * top.c (init_main): Ditto.
10316 * tracepoint.c (_initialize_tracepoint): Ditto.
10317 * symfile.c (_initialize_symfile): Ditto.
10318 * printcmd.c (_initialize_printcmd): Ditto.
10319 * infcmd.c (_initialize_infcmd): Ditto.
10320 * corefile.c (_initialize_core): Ditto.
10321
10322 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10323
10324 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10325
10326 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10327
10328 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10329
10330 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10331
10332 * NEWS: Update headings, 5.2 has branched.
10333
10334 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10335
10336 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10337 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10338 (register_addr, REGISTER_RAW_SIZE): Likewise.
10339 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10340 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10341
10342 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10343
10344 * MAINTAINERS (x86-64): Add myself.
10345 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10346 changed value_ptr -> struct value *
10347
10348 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10349
10350 * configure.host (sparc64-*-freebsd): Add.
10351 * configure.tgt: Likewise.
10352 * config/sparc/fbsd.mh: New file.
10353 * config/sparc/fbsd.mt: Likewise.
10354 * config/sparc/nm-fbsd.h: Likewise.
10355 * config/sparc/tm-fbsd.h: Likewise.
10356
10357 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10358
10359 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10360 regformats/reg-s390x.dat.
10361
10362 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10363
10364 * utils.c: Add FIXME explaining true/false problem.
10365
10366 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10367
10368 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10369
10370 2002-02-28 Michael Chastain <mec@shout.net>
10371
10372 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10373
10374 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10375
10376 * gdbserver/linux-s390-low.c: New file.
10377 * regformats/reg-s390.dat: New file.
10378 * regformats/reg-s390x.dat: New file.
10379 * gdbserver/configure.srv: Add S/390.
10380 * gdbserver/Makefile.in: Add S/390.
10381 * configure.tgt: Enable gdbserver for S/390.
10382
10383 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10384
10385 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10386 first line of the doc string for "info dos", except at the end of
10387 the sentence, since the short help stops at the first period.
10388
10389 2002-02-28 Jason Merrill <jason@redhat.com>
10390
10391 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10392
10393 2002-02-27 Fred Fish <fnf@redhat.com>
10394
10395 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10396 comment (dumy -> dummy).
10397
10398 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10399
10400 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10401
10402 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10403
10404 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10405
10406 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * gdbserver/acconfig.h: New file.
10409 * gdbserver/i387-fp.c: New file.
10410 * gdbserver/i387-fp.h: New file.
10411 * gdbserver/linux-x86-64.c: New file.
10412 * regformats/reg-x86-64.dat: New file.
10413 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10414 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10415 * gdbserver/configure.in: Add support for regsets.
10416 * gdbserver/config.in: Regenerate.
10417 * gdbserver/configure: Regenerate.
10418 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10419 * gdbserver/linux-low.h: New file.
10420 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10421 for regsets.
10422 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10423 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10424 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10425 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10426 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10427 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10428 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10429 "i387-fp.h". Add PTRACE_GETREGS and friends.
10430 * gdbserver/regcache.c (supply_register): New function.
10431 (supply_register_by_name): New function.
10432 (collect_register): New function.
10433 (collect_register_by_name): New function.
10434
10435 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10436
10437 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10438 (config.status): Add configure.srv dependency.
10439 (server_h): Add config.h dependency.
10440
10441 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10442
10443 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10444 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10445 * gdbserver/configure.srv: Change i386-*-linux* to use
10446 reg-i386-linux.o.
10447
10448 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10449
10450 * x86-64-tdep.c: Re-indent. Update copyright date.
10451
10452 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10453
10454 From Michal Ludvig <mludvig@suse.cz>:
10455 * x86-64-tdep.c (value.h): Delete.
10456 (gdb_assert.h): Include.
10457 (x86_64_register_convert_to_virtual,
10458 x86_64_register_convert_to_raw ): Add check which lets only
10459 floating-point values to be converted.
10460 (value_push): Delete.
10461 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10462 (i386_gdbarch_init): Number of register_bytes fixed.
10463
10464 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10465
10466 * MAINTAINERS: Add x86-64 target.
10467
10468 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10469
10470 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10471 * osfsolib.c (solib_map_sections): Ditto.
10472 * irix5-nat.c (solib_map_sections): Ditto.
10473 * corelow.c (gdb_check_format): Ditto.
10474 * symfile.c (symfile_bfd_open): Ditto.
10475 * solib.c (solib_map_sections): Ditto.
10476 Fix PR gdb/354.
10477
10478 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10479
10480 * remote.c (_initialize_remote): By default, disable ``e'' and
10481 ``E'' step out-of-range packets.
10482
10483 2002-02-26 Andreas Schwab <schwab@suse.de>
10484
10485 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10486 m68k_linux_frame_saved_pc.
10487 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10488 in_sigtramp.
10489 (SIGCONTEXT_PC_OFFSET): Remove.
10490 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10491 m68k_linux_sigtramp_saved_pc): New functions.
10492 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10493 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10494 (UCONTEXT_PC_OFFSET): Define.
10495 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10496 non-RT and RT signal trampolines.
10497
10498 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10499
10500 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10501 (TARGET_NBPG, STACK_END_ADDR): Delete
10502 (VARIABLES_INSIDE_BLOCK): Delete.
10503
10504 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10505
10506 * utils.c (perror_with_name): Make string parameter constant.
10507 (print_sys_errmsg): Ditto.
10508 (query): Ditto.
10509 * defs.h (perror_with_name): Update.
10510 (print_sys_errmsg): Update.
10511 (query): Update.
10512
10513 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10514
10515 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10516 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10517
10518 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10519
10520 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10521 if it already matches the current architecture from the exec file.
10522 Include arch-utils.h for gdbarch_info_init prototype.
10523 * Makefile.in (rs6000-nat.o): Update dependencies.
10524
10525 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10526
10527 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10528 list of exported variables.
10529
10530 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10531
10532 * gdbserver/configure.srv: New file.
10533 * gdbserver/configure.in: Use configure.srv instead
10534 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10535 from it.
10536 * gdbserver/configure: Regenerated.
10537 * gdbserver/terminal.h: New file.
10538 * gdbserver/Makefile.in: Update for configure changes. Remove
10539 more unneeded include paths.
10540
10541 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10542
10543 From wiz at danbala:
10544 * config/sparc/tm-sp64.h: Fix grammar and typos.
10545 Fix PR gdb/287.
10546
10547 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10548
10549 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10550 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10551 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10552 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10553 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10554 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10555 * s390-tdep.c: Ditto.
10556 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10557 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10558 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10559 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10560 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10561 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10562 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10563 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10564 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10565 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10566 Fix PR gdb/378.
10567
10568 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10569
10570 * lin-thread.c: Delete file.
10571 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10572 to gdb_proc_service.h.
10573 * configure: Re-generate.
10574
10575 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10576 * serial.c (serial_open): Delete check for "ocd".
10577 Fix PR gdb/349.
10578
10579 * Makefile.in (linux-thread.o): Delete target.
10580 * linux-thread.c: Delete file.
10581
10582 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10583 renamed SH files to be consistent.
10584
10585 * symtab.c (sort_search_symbols): Use xfree.
10586
10587 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10588
10589 * arm-linux-tdep.c (arm_linux_init_abi): Register
10590 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10591 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10592 definition with undef, since we don't want the sysvr4 definition.
10593 (SKIP_TRAMPOLINE_CODE): Likewise.
10594
10595 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10596
10597 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10598
10599 * configure.in: (AC_CHECK_FUNCS) Added test for
10600 canonicalize_file_name Regenerated.
10601 * config.in, configure: Regenerated.
10602 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10603 defined use canonicalize_file_name.
10604
10605 2002-02-23 Michael Chastain <mec@shout.net>
10606
10607 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10608
10609 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10610
10611 * README: Remove references to cygnus.com.
10612 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10613 dot com'' form. Remove references to cygnus.com and sourceware.
10614
10615 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10616
10617 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10618 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10619 1003.1-2001 no longer allows "head -1".
10620 * gdb/Makefile.in (version.c): Likewise.
10621 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10622 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10623 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10624
10625 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10626
10627 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10628 * command.h (cmd_cfunc_eq): Declare.
10629 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10630
10631 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10632 ``struct cmd_list_element *''.
10633 * cli/cli-cmds.c (is_complete_command): Update. Use
10634 cmd_cfunc_eq.
10635 * top.c (execute_command): Pass the command to
10636 is_complete_command.
10637 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10638
10639 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10640
10641 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10642 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10643 architecture defines.
10644 * s390-tdep.c (s390_gdbarch_init): Likewise.
10645
10646 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10647
10648 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10649 (arm_linux_push_arguments): Likewise.
10650 (arm_linux_init_abi): Register them. Also register linux-specific
10651 call_dummy_words.
10652 (find_minsym_and_objfile): Use strcmp, not STREQ.
10653 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10654 (arm_linux_call_dummy_words): Delete declaration.
10655 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10656 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10657 declarations.
10658 (LOWEST_PC): Delete.
10659
10660 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10661
10662 * maint.c (print_section_info): Do not prepend `0x' to filepos
10663 output, it will be handled by local_hex_string_custom.
10664
10665 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10666
10667 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10668 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10669 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10670
10671 2002-02-22 Jim Blandy <jimb@redhat.com>
10672
10673 Indicate that the bcache functions don't change the strings
10674 they're passed.
10675 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10676 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10677
10678 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10679
10680 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10681
10682 2002-02-21 Christopher Faylor <cgf@redhat.com>
10683
10684 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10685 find the complete path to a loaded DLL.
10686
10687 2002-02-21 Fred Fish <fnf@redhat.com>
10688
10689 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10690 that marks the end of the range of a function, enter a line number
10691 entry that has a line number of zero and a PC offset that matches
10692 the end of the function. This starts a range of PC's for which no
10693 line number information is known.
10694 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10695 PC's for which no line number info is found (line number is zero)
10696 then we didn't find any valid line information.
10697 * symtab.h: Document use of zero line number entry.
10698
10699 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10700
10701 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10702 (have_ptrace_getvrregs): Define for run time checks.
10703 (gdb_vrregset_t): New type for Altivec register handling.
10704 (fetch_register, store_register): Fetch/store altivec register
10705 when needed.
10706 (fetch_altivec_register, store_altivec_register): New functions.
10707 (supply_vrregset, fill_vrregset): New functions.
10708 (fetch_altivec_registers, store_altivec_registers): New functions.
10709 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10710 registers as well.
10711
10712 2002-02-21 Jiri Smid <smid@suse.cz>
10713
10714 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10715
10716 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10717
10718 * Makefile.in (armnbsd-nat.o): Update dependencies.
10719 * armnbsd-nat.c (supply_gregset): New function. Common code to
10720 supply the integer register set.
10721 (supply_fparegset): New function. Similar for FPA registers.
10722 (fetch_regs, fetch_fp_regs): Use them.
10723 (fetch_core_registers): Likewise.
10724 (fetch_elfcore_registers): New function.
10725 (arm_netbsd_elfcore_fns): New core-file type specification.
10726 (_initialize_arm_netbsd_nat): Register it.
10727
10728 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10729
10730 * armnbsd-nat.c: Include gdbcore.h.
10731 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10732 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10733 'void' to declaration, to shut up ARI.
10734 (fetch_core_registers): Make static. Rewrite using supply_register.
10735 (arm_netbsd_core_fns): New core-file type specification.
10736 (_initialize_arm_netbsd_nat): New function.
10737
10738 2002-02-21 Christopher Faylor <cgf@redhat.com>
10739
10740 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10741 value.
10742
10743 2002-02-20 Christopher Faylor <cgf@redhat.com>
10744
10745 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10746 fails.
10747
10748 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10749
10750 * jv-exp.y (parse_number): Change type of implicit longs
10751 to builtin_type_uint64.
10752
10753 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10754
10755 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10756 to be an integer instead of a `union wait'.
10757
10758 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10759
10760 * mips-linux-nat.c: Call the operating system GNU/Linux.
10761 * mips-linux-tdep.c: Likewise.
10762 * mips-tdep.c: Likewise.
10763
10764 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10765
10766 Fix PR gdb/265.
10767 * jv-exp.y (parse_number): Handle 64-bit integers.
10768
10769 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10770
10771 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10772 AC_STDC_HEADERS to AC_HEADER_STDC.
10773 * gdbserver/configure: Regenerated.
10774
10775 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10776
10777 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10778 is defined.
10779 * sparc-tdep.c (get_longjmp_target): Likewise.
10780
10781 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10782
10783 * News: Add news about ARM and Multi-arch. Mention the new target
10784 arm*-*-netbsd*.
10785
10786 2002-02-19 Jim Blandy <jimb@redhat.com>
10787
10788 * stabsread.c (error_type_complaint): Improve error message.
10789
10790 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10791
10792 * gdbserver/README: Update documentation.
10793 * gdbserver/configure.in: Update configury to match documentation.
10794 * gdbserver/Makefile.in: Likewise.
10795 * gdbserver/configure: Regenerated.
10796 * gdbserver/aclocal.m4: New file, generated by aclocal.
10797 * gdbserver/config.in: New file, generated by autoheader.
10798
10799 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10800
10801 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10802 armnbsd-nat.c.
10803
10804 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10805
10806 * arm-tdep.h (enum arm_float_model): New enum.
10807 (struct gdbarch_tdep): Add fp_model.
10808 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10809 up floating-point conversions until we know the floating-point model
10810 in use by the inferior. Don't complain about being unable to
10811 determine the ABI of the inferior when we don't have one.
10812 (arm_extract_return_value): Support different floating-point models.
10813 (arm_store_return_value): Likewise.
10814 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10815 ARM_FLOAT_SOFT.
10816 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10817
10818 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10819
10820 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10821 of ``current_gdbarch''.
10822
10823 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10824
10825 * armnbsd-nat.c : ANSIfy all function declarations.
10826 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10827 (fetch_inferior_registers): Re-implement in terms of above.
10828 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10829 (store_inferior_registers): Re-implement in terms of above.
10830
10831 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10832
10833 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10834 kernel.
10835 * arm-linux-tdep.c: Likewise.
10836 * config/arm/tm-linux.h: Likewise.
10837
10838 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10839
10840 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10841 * config/arm/nbsd.mt (TM_FILE): Delete.
10842 * config/arm/tm-nbsd.h: Delete.
10843
10844 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10845
10846 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10847 Initialize CALL_DUMMY_LENGTH.
10848
10849 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10850
10851 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10852 function.
10853 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10854 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10855 defines one thing and that is incorrect for this port.
10856 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10857
10858 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10859
10860 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10861
10862 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10863
10864 * win32-nat.c (display_selector): New function. Displays information
10865 about the information returned by GetThreadSelectorEntry API function.
10866 (display_selectors): New function. Displays the infomation of
10867 the selector given as argument, or of CS, DS ans FS selectors
10868 if no argument is given.
10869 ( _initialize_inftarg): Add "w32" as info prefix command.
10870 Add "info w32 selector" as command calling display_selectors.
10871
10872 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10873
10874 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10875 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10876 if not defined.
10877
10878 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10879
10880 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10881
10882 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10883
10884 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10885 (arm_fix_call_dummy): Call it.
10886 (arm_call_dummy_breakpoint_offset): Delete.
10887 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10888 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10889
10890 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10891
10892 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10893 Default to func_frame_chain_valid.
10894 * gdbarch.h, gdbarch.c: Re-generate.
10895 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10896
10897 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10898
10899 * ppc-linux-nat.c: Update copyright.
10900 (fetch_register, store_register): Add tid parameter, don't compute
10901 tid here.
10902 (fetch_ppc_registers, store_ppc_registers): Add tid
10903 parameter. Pass it along to callees.
10904 (fetch_inferior_registers, store_inferior_registers): Compute tid
10905 here, and pass it to calleed functions.
10906 (fill_gregset, supply_fpregset): Clean up formatting.
10907
10908 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10909
10910 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10911 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10912
10913 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10914
10915 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10916 * gdbarch.c gdbarch.h: Regenerate.
10917 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10918 function.
10919 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10920 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10921 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10922
10923 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10924 * arm-tdep.c (arm_get_longjmp_target): New function.
10925 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10926 this to a positive value register arm_get_longjmp_target as the
10927 longjmp handler.
10928 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10929 (arm_linux_init_abi): Set up longjmp description in tdep.
10930 * armnbsd-nat.c (get_longjmp_target): Delete.
10931 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10932 description in tdep.
10933 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10934 (get_longjmp_target): Delete declaration.
10935 (GET_LONGJMP_TARGET): Delete.
10936 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10937 (GET_LONGJMP_TARGET): Delete.
10938
10939 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10940
10941 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10942 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10943 of ``current_gdbarch''.
10944
10945 2002-02-17 Tom Tromey <tromey@redhat.com>
10946
10947 * cli/cli-cmds.c (compare_strings): New function.
10948 (complete_command): Only print each unique item once.
10949 * completer.h (complete_line): Declare.
10950 * completer.c (complete_line): New function.
10951 (line_completion_function): Use it.
10952
10953 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10954
10955 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10956 * gdbarch.h, gdbarch.c: Re-generate.
10957
10958 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10959
10960 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10961
10962 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10963
10964 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10965 * valops.c (value_arg_coerce): Don't take the address of a reference
10966 to convert an argument to a reference.
10967
10968 2002-02-15 Christopher Faylor <cgf@redhat.com>
10969
10970 * win32-nat.c (get_image_name): New function.
10971 (handle_load_dll): Use get_image_name function.
10972 (get_child_debug_event): Avoid registering debug events until possibly
10973 execed process is started.
10974 (child_create_inferior): Allow invocation via shell so that command
10975 line redirection, etc. works ok.
10976 (_initialize_inftarg): Add new command: "set shell" to control whether
10977 a shell is used to start a process.
10978
10979 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10980
10981 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10982 instead of find_register_by_number.
10983 (cannot_store_register): Likewise.
10984
10985 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10986
10987 * dwarf2read.c: Replace fprintf (stderr, ...) by
10988 fprintf_unfiltered (gdb_stderr, ...).
10989
10990 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10991
10992 * gdbserver/gdbserver.1: Document --attach.
10993
10994 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10995
10996 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10997 descriptions.
10998 * arm-tdep.c (arm_default_arm_le_breakpoint)
10999 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11000 (arm_default_thumb_be_breakpoint): New. Initialize them from
11001 traditional breakpoint defines.
11002 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11003 (arm_gdbarch_init): Initialize new breakpoint variables.
11004 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11005 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11006 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11007 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11008 code out to ...
11009 (arm_netbsd_init_abi_common): ... here; new function.
11010 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11011 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11012 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11013 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11014
11015 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11016
11017 * arm-tdep.h (enum arm_abi): New enum.
11018 (struct gdbarch_tdep): New structure.
11019 (LOWEST_PC): Provide a default.
11020 (arm_gdbarch_register_os_abi): Declare new function.
11021 * arm-tdep.c (arm_abi_names): New array.
11022 (process_note_abi_tag_sections): New function.
11023 (get_elfosabi): New function.
11024 (arm_gdbarch_register_os_abi): New function.
11025 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11026 support for that ABI has been built in, then call the appropriate
11027 configuration routine. Use gdbarch_num_regs() to get the number
11028 of registers.
11029 (arm_dump_tdep): New function.
11030 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11031 place-holder functions.
11032 (_initialize_arm_tdep): Register them.
11033 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11034
11035 * armnbsd-tdep.c: New file.
11036 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11037 * config/arm/nbsd.mt (TDEPFILES): Add it.
11038 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11039
11040 * armnbsd-nat.c: Include regcache.h.
11041 * Makefile.in (armnbsd-nat.o): Update dependency list.
11042
11043 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11044
11045 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11046
11047 * gdbserver/Makefile.in: Fix typos in target rules.
11048
11049 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11050
11051 Fix part of PR gdb/267.
11052 * linespec.c (find_methods): Handle constructors specially for now.
11053
11054 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11055
11056 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11057 handling.
11058 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11059 standard_coerce_float_to_double().
11060
11061 2002-02-14 Christopher Faylor <cgf@redhat.com>
11062
11063 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11064 GDBINIT_FILENAME.
11065
11066 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11067
11068 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11069 find_variant_by_name, because it confuses the multiarch
11070 framework. Return NULL if there isn't an architecture with the
11071 user supplied name, instead of forcing a different one without
11072 recording the change with the multiarch machinery.
11073 (find_variant_by_name): Delete.
11074
11075 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11076
11077 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11078 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11079
11080 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11081
11082 * stack.c (print_frame_info_base): When calling
11083 print_frame_info_listing_hook, set current_source_symtab.
11084
11085 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11086
11087 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11088 and remove unused $(INCLUDE_DIR).
11089 Add regcache.c to OBS.
11090 Add generated register protocol files to clean target.
11091 Update dependencies for new objects, obsolete old target code.
11092
11093 * gdbserver/linux-low.c: Remove all platform-specific code to
11094 new files. Remove various dead code. Update to use regcache
11095 functionality.
11096 * gdbserver/remote-utils.c (fromhex): Add return statement
11097 to quiet warning.
11098 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11099 constant.
11100 (input_interrupt): Add integer parameter to match prototype
11101 of a signal handler.
11102 (outreg): Use register_data ().
11103 (prepare_resume_reply): Use gdbserver_expedite_regs.
11104 * gdbserver/server.c (main): Dynamically allocate own_buf because
11105 PBUFSIZ is no longer constant. Use registers_to_string () and
11106 registers_from_string ().
11107 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11108 for error (), fatal (), and warning (). Update definition of
11109 PBUFSIZ to use regcache functionality. Add include guard.
11110 * gdbserver/utils.c (fatal): Add missing ``const''.
11111 (warning): New function.
11112
11113 * regformats/regdat.sh: Include "regcache.h" in generated files.
11114 Provide init_registers () function.
11115 * regformats/regdef.h: Add prototype for set_register_cache ().
11116 Add include guard.
11117
11118 * gdbserver/linux-arm-low.c: New file.
11119 * gdbserver/linux-i386-low.c: New file.
11120 * gdbserver/linux-ia64-low.c: New file.
11121 * gdbserver/linux-m68k-low.c: New file.
11122 * gdbserver/linux-mips-low.c: New file.
11123 * gdbserver/linux-ppc-low.c: New file.
11124 * gdbserver/linux-sh-low.c: New file.
11125
11126 * gdbserver/regcache.c: New file.
11127 * gdbserver/regcache.h: New file.
11128
11129 * gdbserver/low-linux.c: Removed obsolete file.
11130
11131 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11132
11133 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11134 * config/i386/linux.mt: Likewise.
11135 * config/ia64/linux.mt: Likewise.
11136 * config/m68k/linux.mh: Likewise.
11137 * config/powerpc/linux.mh: Likewise.
11138 * config/mips/linux.mt: Likewise.
11139
11140 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11141
11142 * config/i386/i386lynx.mh: Mark gdbserver variables
11143 as (currently) obsolete for this target.
11144 * config/i386/nbsd.mt: Likewise.
11145 * config/i386/nbsdelf.mt: Likewise.
11146 * config/m32r/m32r.mt: Likewise.
11147 * config/m68k/m68klynx.mh: Likewise.
11148 * config/m68k/nbsd.mt: Likewise.
11149 * config/m68k/sun3os4.mh: Likewise.
11150 * config/mips/vr5000.mt: Likewise.
11151 * config/ns32k/nbsd.mt: Likewise.
11152 * config/pa/hppabsd.mh: Likewise.
11153 * config/pa/hppaosf.mh: Likewise.
11154 * config/powerpc/nbsd.mt: Likewise.
11155 * config/rs6000/rs6000lynx.mh: Likewise.
11156 * config/s390/s390.mt: Likewise.
11157 * config/s390/s390x.mt: Likewise.
11158 * config/sparc/sparclynx.mh: Likewise.
11159 * config/sparc/sun4os4.mh: Likewise.
11160 * config/i386/x86-64linux.mt: Likewise.
11161 * config/sparc/linux.mh: Likewise.
11162
11163 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11164
11165 * configure.tgt: Configure gdbserver only for known working
11166 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11167 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11168 SUBDIRS if it is configured. Update comment for ${nativefile}.
11169 * configure: Regenerated.
11170
11171 2002-02-13 Michael Snyder <msnyder@redhat.com>
11172
11173 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11174
11175 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11176 (default_gcore_mach): Just return 0, work around a problem in bfd.
11177 (default_gcore_target): OK to return NULL if exec_bfd is null.
11178 (make_mem_sec): Use a cast, avoid a warning.
11179
11180 * procfs.c (find_memory_regions_callback): Use a cast instead of
11181 calling host_pointer_to_address (which complains if
11182 sizeof (host pointer) != sizeof (target pointer)).
11183 (procfs_make_note_section): Avoid overflow in psargs string.
11184
11185 * procfs.c (procfs_make_note_section): Make the default
11186 implementation return an error.
11187
11188 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11189
11190 * procfs.c (procfs_make_note_section): Provide a default definition
11191 (for alpha-dec-osf4.0f). Fix typos.
11192
11193 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11194
11195 * linux-proc.c: Add include of regcache.h.
11196 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11197
11198 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11199
11200 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11201 * memattr.c (create_mem_region): Disallow useless empty region.
11202 Regions are half-open intervals, so allow [A..B) [B..C) as
11203 non-overlapping.
11204
11205 2002-02-13 Michael Chastain <mec@shout.net>
11206
11207 * defs.h: Kill CONST_PTR.
11208 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11209 * c-lang.c (c_builtin_types): Likewise.
11210 * ch-lang.c (ch_builtin_types): Likewise.
11211 * f-lang.c (f_builtin_types): Likewise.
11212 * language.c (unknown_builtin_types): Likewise.
11213 * m2-lang.c (m2_builtin_types): Likewise.
11214 * p-lang.c (pascal_builtin_types): Likewise.
11215 * scm-lang.c (c_builtin_types): Likewise.
11216
11217 2002-02-13 Keith Seitz <keiths@redhat.com>
11218
11219 * arm-tdep.h (arm_get_next_pc): Add declaration.
11220
11221 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11222
11223 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11224 with other related struct-returning functions.
11225 (arm_extract_struct_value_address): New function.
11226 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11227 initialize float_format, double_format and long_double_format as
11228 appropriate to the endianness of the target.
11229 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11230 (arm_use_struct_convention): Delete declaration.
11231 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11232
11233 2002-02-13 Keith Seitz <keiths@redhat.com>
11234
11235 * defs.h (core_addr_to_string_nz): New function.
11236
11237 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11238
11239 Apply missing bits of 2002-01-15 patch.
11240 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11241 (fill_fpregset): Use i387_fill_fsave.
11242
11243 2002-02-12 Keith Seitz <keiths@redhat.com>
11244
11245 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11246 (core_addr_to_string_nz): New function.
11247
11248 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11249
11250 * arm-linux-nat.c: Really include arm-tdep.h.
11251 * config/arm/tm-linux.h (struct type, struct value): Declare.
11252
11253 2002-02-11 Michael Snyder <msnyder@redhat.com>
11254
11255 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11256 (gcore section): Ifdef for Solaris and Unixware only.
11257 (procfs_do_thread_registers): Unixware needs one lwpstatus
11258 per thread (not one prstatus or pstatus).
11259 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11260 not over all gdb threads. For unixware, call elfcore_write_pstatus
11261 once before iterating over threads.
11262
11263 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11264
11265 * arm-tdep.h: New file.
11266 * arm-tdep.c: Include arm-tdep.h.
11267 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11268 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11269 (arm_print_float_info, arm_register_type, convert_to_extended)
11270 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11271 (arm_extract_return_value, arm_register_name): Make static.
11272 (arm_software_single_step): Similarly. Fix types in declaration.
11273 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11274 (arm_store_return_value, arm_store_struct_return): New functions.
11275 (arm_gdbarch_init): Register the above functions. Also register
11276 call_dummy_start_offset, sizeof_call_dummy_words,
11277 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11278 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11279 max_register_virtual_size, register_size. Set up
11280 prologue_cache.saved_regs here, rather than ...
11281 (_initialize_arm_tdep): ... here.
11282 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11283 declarations.
11284 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11285 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11286 (arm_print_float_info, arm_register_type, convert_to_extended)
11287 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11288 (arm_extract_return_value, arm_register_name): Delete declarations.
11289 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11290 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11291 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11292 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11293 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11294 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11295 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11296 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11297 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11298 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11299 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11300 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11301 interface.
11302 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11303 * remote-rdi.c remote-rdp.c: Likewise.
11304 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11305 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11306 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11307 definition.
11308
11309 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11310 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11311 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11312 from non-ARM_ prefixed definitions.
11313 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11314 all uses of above.
11315 * remote-rdi.c remote-rdp.c: Likewise.
11316 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11317
11318 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11319
11320 * arm-tdep.c (arm_frameless_function_invocation)
11321 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11322 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11323 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11324 (arm_pop_frame, arm_get_next_pc): Make static.
11325 (arm_gdbarch_init): Register above in gdbarch structure.
11326 (arm_read_fp): Renamed from arm_target_read_fp.
11327 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11328 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11329 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11330 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11331 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11332 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11333 (arm_pc_is_thumb_dummy): Delete declarations.
11334 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11335 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11336 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11337 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11338
11339 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11340
11341 * symtab.c (compare_search_syms): New function.
11342 (sort_search_symbols): New function.
11343 (search_symbols): Sort symbols after searching rather than
11344 before.
11345
11346 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11347
11348 * NEWS: Linux -> GNU/Linux.
11349
11350 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11351
11352 * gdbarch.sh: For for level one methods, disallow a definition
11353 when partially multi-arched. Add comments explaining rationale.
11354 * gdbarch.h: Re-generate.
11355
11356 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11357
11358 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11359 multi-arch partial.
11360
11361 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11362
11363 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11364 field. Use diff -u.
11365 * gdbarch.c: Re-generate.
11366
11367 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11368
11369 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11370 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11371 partial.
11372
11373 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11374
11375 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11376 multi-arch partial.
11377 (PUSH_ARGUMENTS): Switch to using predefault.
11378 * gdbarch.c: Regenerate.
11379
11380 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11381
11382 * valops.c (PUSH_ARGUMENTS): Delete definition.
11383 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11384 partial. Default to default_push_arguments.
11385 * gdbarch.h, gdbarch.c: Regenerate.
11386
11387 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11388
11389 * defs.h (throw_exception): Rename return_to_top_level. Update
11390 comments.
11391 * utils.c (error_stream, internal_verror, quit): Ditto.
11392 * top.c (throw_exception, catcher): Ditto.
11393 * sparclet-rom.c (sparclet_load): Ditto.
11394 * remote.c (interrupt_query, minitelnet): Ditto.
11395 * remote-sds.c (interrupt_query): Ditto.
11396 * remote-mips.c (mips_error, mips_kill): Ditto.
11397 * ocd.c (interrupt_query): Ditto.
11398 * monitor.c (monitor_interrupt_query): Ditto.
11399 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11400 * target.h: Update comment.
11401
11402 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11403
11404 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11405
11406 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11407 default_double_format.
11408 * gdbarch.h, gdbarch.c: Re-generate.
11409 * findvar.c (floatformat_unknown): Delete variable definition.
11410 * doublest.h (floatformat_unknown): Delete variable declaration.
11411
11412 2002-02-09 Jim Blandy <jimb@redhat.com>
11413
11414 * stabsread.c (read_type): Add code to parse Sun's syntax for
11415 prototyped function types.
11416
11417 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11418
11419 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11420 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11421
11422 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11423
11424 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11425 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11426 now _initialize_xcoffsolib gets called again and overrides the
11427 commands from solib.c in a native configuration.
11428
11429 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11430
11431 * doublest.c (store_typed_floating): Don't try to return a value.
11432 Fixes PR gdb/290.
11433
11434 2002-02-08 Jim Blandy <jimb@redhat.com>
11435
11436 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11437 is prototyped and has no arguments, print its argument list as
11438 `(void)'.
11439
11440 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11441
11442 * MAINTAINERS (write-after-approval): Add myself.
11443 (paper-trail): I've escaped!
11444
11445 2002-02-08 Christopher Faylor <cgf@redhat.com>
11446
11447 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11448 changes.
11449 (_initialize_check_for_gdb_ini): Ditto.
11450
11451 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11452
11453 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11454 xaprintf -> xasprintf.
11455
11456 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11457
11458 * win32-nat.c: Remove use of printf and sprintf functions.
11459
11460 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11461
11462 * arm-tdep.c (arm_frame_chain_valid): Make static.
11463 (arm_push_arguments): Likewise.
11464 (arm_gdbarch_init): New function.
11465 (_initialize_arm_tdep): Call it.
11466 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11467 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11468 (FRAME_CHAIN_VALID): Delete.
11469 (arm_frame_chain_valid): Delete declaration.
11470 (PUSH_ARGUMENTS): Delete.
11471 (arm_push_arguments): Delete declaration.
11472 (CALL_DUMMY_P): Delete.
11473
11474 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11475 Corinna Vinschen <vinschen@redhat.com>
11476
11477 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11478 on builtin float types.
11479
11480 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11481
11482 * utils.c: Include <curses.h> before "bfd.h".
11483 * tui/tui-hooks.c: Likewise.
11484 * tui/tui.c: Likewise.
11485 * tui/tuiCommand.c: Likewise.
11486 * tui/tuiData.c: Likewise.
11487 * tui/tuiDataWin.c: Likewise.
11488 * tui/tuiDisassem.c: Likewise.
11489 * tui/tuiGeneralWin.c: Likewise.
11490 * tui/tuiIO.c: Likewise.
11491 * tui/tuiLayout.c: Likewise.
11492 * tui/tuiRegs.c: Likewise.
11493 * tui/tuiSource.c: Likewise.
11494 * tui/tuiSourceWin.c: Likewise.
11495 * tui/tuiStack.c: Likewise.
11496 * tui/tuiWin.c: Likewise.
11497
11498 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11499
11500 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11501 to include space for pseudoregs as well. Update loops accordingly.
11502 (sh_fp_frame_init_saved_regs): Ditto.
11503 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11504
11505 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11506
11507 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11508 Add Richard Earnshaw to Arm maintainers.
11509
11510 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11511
11512 * defs.h (warning_begin): Delete declaration.
11513
11514 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11515 Delete macro.
11516
11517 2002-02-07 Michael Snyder <msnyder@redhat.com>
11518
11519 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11520 Logic bug, remove misplaced else.
11521
11522 2002-02-07 Klee Dienes <klee@apple.com>
11523
11524 * fork-inferior.c (fork_inferior): Add '!' to the list of
11525 characters that need to be quoted when building a string for the
11526 shell. Quote '!' specifically with a backslash, since CSH chokes
11527 when trying to evaluate "str!str".
11528
11529 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11530
11531 * rdi-share/host.h: Only provide a typedef for bool if it is not
11532 defined.
11533
11534 2002-02-04 Michael Snyder <msnyder@redhat.com>
11535
11536 * breakpoint.h (enum bptype): Add new overlay event bp type.
11537 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11538
11539 * breakpoint.c (create_internal_breakpoint): New function.
11540 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11541 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11542 (create_thread_event_breakpoint): Ditto.
11543 (create_solib_event_breakpoint): Ditto.
11544 (create_overlay_event_breakpoint): New function.
11545 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11546 (update_breakpoints_after_exec): Delete and re-initialize
11547 overlay event breakpoints after an exec. Add FIXME comment
11548 about longjmp breakpoint.
11549 (print_it_typical): Ignore overlay event breakpoints.
11550 (print_one_breakpoint): Ditto.
11551 (mention): Ditto.
11552 (bpstat_what): Do not stop for overlay event breakpoints.
11553 (delete_breakpoint): Don't delete overlay event breakpoints.
11554 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11555 (breakpoint_re_set): Re-create overlay event breakpoint.
11556
11557 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11558 (overlay_manual_command): Disable overlay breakpoints.
11559 (overlay_off_command): Disable overlay breakpoints.
11560
11561 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11562
11563 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11564 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11565 to here from config/tm-arm.h.
11566 (coff_sym_is_thumb): Make static.
11567 (arm_elf_make_msymbol_special): New function.
11568 (arm_coff_make_msymbol_special): New function.
11569 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11570 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11571 (coff_sym_is_thumb): Delete declaration.
11572 (arm_elf_make_msymbol_special): Declare.
11573 (arm_coff_make_msymbol_special): Declare.
11574 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11575 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11576
11577 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11578
11579 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11580
11581 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11582
11583 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11584 * gdbarch.c gdbarch.h: Regenerate.
11585 * arch-utils.c (default_print_float_info): New function.
11586 * arch-utils.h (default_print_float_info): Prototype it.
11587 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11588 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11589 (PRINT_FLOAT_INFO): Document it.
11590
11591 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11592 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11593 (PRINT_FLOAT_INFO): Define.
11594
11595 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11596
11597 * win32-nat.c (_initialize_check_for_gdb_ini):
11598 Add typecast to sprintf argument to suppress a warning.
11599
11600 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11601
11602 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11603 to allow easier handling of pass state.
11604 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11605 that gives exception name and address.
11606 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11607 and set last_sig value to ourstatus->value.sig. Some missing
11608 exceptions added.
11609 (child_continue): Correctly report continue_status.
11610 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11611 TARGET_SIGNAL_0 (new default value).
11612 (child_resume): consider sig argument passed to decide if
11613 the exception should be passed to debuggee or not.
11614
11615 2002-02-05 Michael Snyder <msnyder@redhat.com>
11616
11617 * regcache.c (fetch_register): Call target_fetch_register
11618 only if we don't call FETCH_PSEUDO_REGISTER.
11619 (store_register): Call target_store_register only if we
11620 don't call STORE_PSEUDO_REGISTER.
11621
11622 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11623
11624 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11625 ELF_MAKE_MSYMBOL_SPECIAL.
11626 * gdbarch.c, gdbarch.h: Regenerate.
11627 * arch-utils.c (default_make_msymbol_special): New function.
11628 * arch-utils.h (default_make_msymbol_special): Export.
11629 * elfread.c (elf_symtab_read): Compile use of
11630 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11631 multiarched.
11632 * coffread.c (coff_symtab_read): Ditto, for
11633 COFF_MAKE_MSYMBOL_SPECIAL.
11634
11635 2002-02-05 Jim Blandy <jimb@redhat.com>
11636
11637 * solib-svr4.c (svr4_truncate_ptr): New function.
11638 (svr4_relocate_section_addresses): Do the address arithmetic with
11639 the appropriate truncation for target addresses, even when
11640 CORE_ADDR is larger than a target address.
11641
11642 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11643
11644 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11645 to (int *).
11646
11647 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11648
11649 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11650 code.
11651
11652 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11653
11654 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11655
11656 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11657
11658 * gdbserver/linux-low.c: Remove unused include files.
11659
11660 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11661
11662 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11663 (read_inferior_memory): Use it.
11664 (write_inferior_memory): Likewise.
11665
11666 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11667
11668 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11669 grubbing through sys_errlist.
11670
11671 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11672
11673 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11674
11675 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11676 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11677
11678 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11679
11680 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11681 (do_sfunc, set_cmd_sfunc): New functions.
11682
11683 * command.h (struct cmd_list_element): Add field func.
11684 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11685 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11686 * cli/cli-decode.h: Ditto.
11687
11688 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11689 (help_all, help_cmd_list): Ditto.
11690 (find_cmd, complete_on_cmdlist): Ditto.
11691 * top.c (execute_command): Ditto.
11692
11693 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11694 function.sfunc.
11695
11696 * infcmd.c (notice_args_read): Fix function signature.
11697
11698 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11699 * cli/cli-decode.c (add_set_cmd): Ditto.
11700 * utils.c (initialize_utils): Ditto.
11701 * maint.c (_initialize_maint_cmds): Ditto.
11702 * infrun.c (_initialize_infrun): Ditto.
11703 * demangle.c (_initialize_demangler): Ditto.
11704 * remote.c (add_packet_config_cmd): Ditto.
11705 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11706 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11707 * proc-api.c (_initialize_proc_api): Ditto.
11708 * kod.c (_initialize_kod): Ditto.
11709 * valprint.c (_initialize_valprint): Ditto.
11710 * top.c (init_main): Ditto.
11711 * infcmd.c (_initialize_infcmd): Ditto.
11712 * corefile.c (_initialize_core): Ditto.
11713 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11714 * arch-utils.c (initialize_current_architecture): Ditto.
11715 (_initialize_gdbarch_utils): Ditto.
11716 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11717
11718 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11719 * wince.c (_initialize_inftarg): Ditto.
11720 * symfile.c (_initialize_symfile): Ditto.
11721 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11722 * language.c (_initialize_language): Ditto.
11723 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11724
11725 2002-02-04 Michael Snyder <msnyder@redhat.com>
11726
11727 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11728
11729 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11730
11731 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11732 Add rules for building the register data files.
11733
11734 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11735
11736 * regformats/regdat.sh: Add braces to the definition of
11737 expedite_regs_${arch}.
11738
11739 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11740
11741 * regformats/regdef.h (struct reg): Add comment describing the
11742 requirements for offset and size fields.
11743
11744 2002-02-04 Andreas Schwab <schwab@suse.de>
11745
11746 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11747 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11748
11749 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11750
11751 * gdbarch.sh (copyright): Update years in generated header.
11752 (SMASH_TEXT_ADDRESS): Add rule.
11753 * gdbarch.h, gdbarch.c: Re-generate.
11754 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11755 * dbxread.c: Likewise.
11756 * dwarfread.c: Likewise.
11757 * elfread.c: Likewise.
11758 * somread.c: Likewise.
11759
11760 * arm-tdep.c (arm_smash_text_address): New function.
11761 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11762
11763 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11764
11765 Add support for hardware watchpoints on win32 native.
11766 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11767 CONTEXT_DEBUG_REGISTERS.
11768 (dr variable): New variable. Static array containing a local copy
11769 of debug registers.
11770 (debug_registers_changed): New variable. Reflects when debug registers
11771 are changed and need to be written to inferior.
11772 (debug_registers_used): New variable. Reflects when any debug register
11773 was set, used when new threads are created.
11774 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11775 i386-nat code.
11776 (thread_rec): Set dr array if id is the thread of current_event .
11777 (child_continue, child_resume): Change the debug registers for all
11778 threads if debug_registers_changed.
11779 (child_add_thread): Change the debug registers if debug_registers_used.
11780 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11781 Link nm.h to new nm-cygwin.h file.
11782 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11783 of hardware registers.
11784
11785 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11786
11787 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11788 Restore behavour broken by 2002-01-20 Andrew Cagney
11789 <ac131313@redhat.com> IEEE_FLOAT removal.
11790
11791 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11792
11793 * c-valprint.c (c_val_print): Pass a proper valaddr to
11794 cp_print_class_method.
11795 * valops.c (search_struct_method): If there is only one method
11796 and args is NULL, return that method.
11797
11798 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11799
11800 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11801 accessing tag_name directly.
11802
11803 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11804
11805 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11806 of accessing tag_name directly.
11807
11808 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11809
11810 PR gdb/280
11811 * gdbtypes.c (replace_type): New function.
11812 * gdbtypes.h (replace_type): Add prototype.
11813 * stabsread.c (read_type): Use replace_type.
11814
11815 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11816
11817 * Makefile.in (memattr.o): Add missing dependencies rule.
11818
11819 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11820
11821 * breakpoint.c (break_at_finish_command): Really export.
11822 (break_at_finish_at_depth_command): Ditto.
11823 (tbreak_at_finish_command): Ditto.
11824 * hppa-tdep.c: Include completer.h.
11825 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11826 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11827
11828 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11829
11830 * utils.c (do_write): New function.
11831 (error_stream): Rewrite combining the code from error_begin and
11832 verror.
11833 (verror): Rewrite using error_stream.
11834 (error_begin): Delete function.
11835
11836 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11837
11838 * utils.c (error_begin): Make static.
11839 * defs.h (error_begin): Delete declaration.
11840
11841 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11842 (decode_line_1): Use cplusplus_error instead of error_begin,
11843 cplusplus_hint and return_to_top_level.
11844 * coffread.c (coff_symfile_read): Use error instead of error_begin
11845 and return_to_top_level.
11846 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11847
11848 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11849
11850 * language.h (type_error, range_error): Make string parameter
11851 constant.
11852 * language.c (warning_pre_print): Delete extern declaration.
11853 * dwarfread.c (warning_pre_print): Ditto.
11854 * language.c (type_error, range_error): Rewrite to use verror and
11855 vwarning instead of warning_begin.
11856
11857 2002-02-01 Michael Snyder <msnyder@redhat.com>
11858
11859 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11860 (set_ignore_count): Move misplaced comment back where it belongs.
11861
11862 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11863
11864 * command.h (NO_FUNCTION): Delete macro.
11865 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11866 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11867 * tracepoint.c (_initialize_tracepoint): Ditto.
11868 * cli/cli-decode.c (add_set_cmd): Ditto.
11869 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11870
11871 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11872
11873 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11874 Update ``this'' pointer when calling virtual functions.
11875
11876 2002-02-01 Michael Snyder <msnyder@redhat.com>
11877
11878 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11879 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11880
11881 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11882
11883 * regformats/reg-arm.dat: New file.
11884 * regformats/reg-i386.dat: New file.
11885 * regformats/reg-ia64.dat: New file.
11886 * regformats/reg-m68k.dat: New file.
11887 * regformats/reg-mips.dat: New file.
11888 * regformats/reg-ppc.dat: New file.
11889 * regformats/reg-sh.dat: New file.
11890 * regformats/regdef.h: New file.
11891 * regformats/regdat.sh: New file.
11892
11893 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11894
11895 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11896 (arm_frame_args_address, arm_frame_locals_address): New functions.
11897 (arm_frame_num_args): New function.
11898 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11899 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11900 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11901
11902 2002-01-31 Michael Snyder <msnyder@redhat.com>
11903
11904 * breakpoint.c (break_at_finish_command): Export.
11905 (break_at_finish_at_depth_command): Export.
11906 (tbreak_at_finish_command): Export.
11907 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11908 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11909 "txbreak" commands, which are HPPA specific.
11910
11911 * printcmd.c (disassemble_command): Remove an ancient
11912 artifact of an old merge.
11913
11914 * symfile.h (enum overlay_debugging_state):
11915 Define enum constant values for overlay mode.
11916 * symfile.c (overlay_debugging): Use enums instead of literals.
11917 (overlay_is_mapped, overlay_auto_command,
11918 overlay_manual_command): Ditto.
11919
11920 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11921 breakpoint_here_p, breakpoint_inserted_here_p,
11922 breakpoint_thread_match, bpstat_stop_status,
11923 describe_other_breakpoints, check_duplicates, clear_command):
11924 Coding standard fixes.
11925
11926 * target.c (target_xfer_memory): Add spaces, coding standard.
11927 (do_xfer_memory): Add missing line to trust-readonly
11928 code: check bfd SEC_READONLY flag for section.
11929
11930 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11931
11932 * PROBLEMS: Fix typo, 5.1->5.1.1.
11933
11934 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11935
11936 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11937 data symbols, since we search based on textlow and texthigh.
11938 (find_pc_sect_symtab): Likewise.
11939
11940 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11941
11942 * defs.h (vwarning): Declare.
11943 * utils.c (vwarning): New function.
11944 (warning): Call vwarning.
11945 (warning_begin): Delete function.
11946
11947 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11948 the warning message.
11949 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11950 warning_begin.
11951
11952 2002-01-30 Michael Snyder <msnyder@redhat.com>
11953
11954 * NEWS: Mention "set trust-readonly-sections" command.
11955 Mention generate-core-file command.
11956
11957 2002-01-15 Michael Snyder <msnyder@redhat.com>
11958
11959 * target.c: New command, "set trust-readonly-sections on".
11960 (do_xfer_memory): Honor the suggestion to trust readonly sections
11961 by reading them from the object file instead of from the target.
11962 (initialize_targets): Register command "set trust-readonly-sections".
11963
11964 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11965
11966 * parse.c (target_map_name_to_register): Simplify, search regs and
11967 pseudo-regs using a single loop.
11968
11969 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11970
11971 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11972
11973 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11974
11975 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11976 * config/i386/i386v42mp.mh: Add i387-nat.o .
11977 * i386v4-nat.c: Include i387-nat.h.
11978 (supply_fpregset): Use i387_supply_fsave.
11979 (fill_fpregset): Use i387_fill_fsave.
11980
11981 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11982
11983 * arm-tdep.c (arm_call_dummy_words): Define.
11984 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11985 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11986 (CALL_DUMMY_WORDS): Define.
11987 (arm_call_dummy_words): Declare.
11988 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11989 (arm_linux_call_dummy_words): Declare.
11990
11991 2002-01-30 Andreas Schwab <schwab@suse.de>
11992
11993 * m68klinux-nat.c: Fix last change to use regcache_collect
11994 instead of referencing registers[] directly.
11995
11996 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11997
11998 * parse.c (target_map_name_to_register): Delete code wrapped in
11999 #ifdef REGISTER_NAME_ALIAS_HOOK.
12000
12001 2002-01-28 Michael Snyder <msnyder@redhat.com>
12002
12003 * regcache.c (legacy_read_register_gen): Need to be able to
12004 read pseudo-register as well as real register.
12005 (legacy_write_register_gen): Ditto.
12006
12007 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12008
12009 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12010 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12011 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12012 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12013 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12014 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12015 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12016 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12017 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12018 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12019 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12020 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12021 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12022 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12023 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12024 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12025 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12026 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12027 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12028 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12029
12030 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12031
12032 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12033 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12034 (initialize_current_architecture): Update target_byte_order using
12035 information from BFD.
12036 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12037 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12038
12039 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12040
12041 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12042 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12043
12044 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12045 #ifdef INVALID_FLOAT.
12046 * infcmd.c (do_registers_info): Ditto.
12047 * values.c (unpack_double): Ditto. Add comment.
12048
12049 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12050 already commented out.
12051
12052 2002-01-26 Andreas Schwab <schwab@suse.de>
12053
12054 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12055 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12056 registers and add support for PTRACE_GETREGS.
12057
12058 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12059
12060 GDB 5.1.1 released from 5.1 branch.
12061 * NEWS: Add 5.1.1 news.
12062 * README: Sync with 5.1 branch.
12063
12064 2002-01-23 Fred Fish <fnf@redhat.com>
12065
12066 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12067 stabstring on initial malloc. Reallocing will copy it for us,
12068 if necessary.
12069
12070 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12071
12072 * Makefile.in (hpread_h): Delete.
12073 (HFILES_NO_SRCDIR): Remove hpread.h.
12074 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12075 (hpread.o): Update dependencies.
12076 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12077
12078 * hp-psymtab-read.c: Remove file.
12079 * hp-symtab-read.c: Remove file.
12080 * hpread.h: Remove file.
12081
12082 * hpread.c: Merge all contents of hp-psymtab-read.c,
12083 hp-symtab-read.c and hpread.h into this file, as it was prior to
12084 January 1999.
12085
12086 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12087 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12088 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12089 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12090
12091 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12092
12093 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12094 fill_gregset): Call gdbarch_tdep() just once, assign result to
12095 variable and use that, instead of calling the function several
12096 times.
12097
12098 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12099
12100 * configure.host: Accept sparcv9 as alias for sparc64.
12101 * configure.tgt: Likewise.
12102
12103 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12104
12105 * solib-aix5.c (build_so_list_from_mapfile)
12106 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12107 arguments is not reversed.
12108 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12109 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12110
12111 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12112
12113 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12114 modified version of obsolete sh_fetch_pseudo_register.
12115 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12116 (sh4_register_read): New function.
12117 (sh_pseudo_register_write): New function. Renamed and modified
12118 version of obsolete sh_store_pseudo_register.
12119 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12120 (sh4_register_write): New function.
12121 (sh_gdbarch_init): Remove setting of gdbarch function
12122 fetch_pseudo_register and store_pseudo_register. Remove setting of
12123 register_convert_to_raw, register_convert_to_virtual,
12124 register_convertible.
12125 (sh_sh4_register_convertible): Delete. No longer needed. All is
12126 taken care by architecture specific functions
12127 register_read/register_write.
12128 (sh_sh4_register_convert_to_virtual): Make static.
12129 (sh_sh4_register_convert_to_raw): Ditto.
12130
12131 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12132
12133 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12134 (floatformat_is_nan, floatformat_mantissa): Ditto.
12135
12136 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12137 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12138 builtin_type_ieee_double_little,
12139 builtin_type_ieee_double_littlebyte_bigword,
12140 builtin_type_m68881_ext, builtin_type_i960_ext,
12141 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12142 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12143 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12144 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12145
12146 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12147
12148 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12149 parameter. Set frameless flag if it exists and depended of
12150 whether the scanned function is frameless or not.
12151 (xstormy16_skip_prologue): If function is frameless, return
12152 result of xstormy16_scan_prologue().
12153 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12154 call.
12155
12156 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12157
12158 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12159 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12160 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12161 sh_sh4_register_byte, sh_sh4_register_raw_size,
12162 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12163 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12164 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12165 sh_store_pseudo_register, sh_do_pseudo_register): Call
12166 gdbarch_tdep() just once, assign result to variable and use that,
12167 instead of calling the function several times.
12168
12169 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12170
12171 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12172 macros instead of LAST_FPU_CTRL_REGNUM.
12173 (store_register): Likewise.
12174
12175 2002-01-21 Jim Blandy <jimb@redhat.com>
12176
12177 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12178 is up-to-date before running the program, not just when a program
12179 exits.
12180
12181 2002-01-21 Fred Fish <fnf@redhat.com>
12182
12183 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12184 when we have found all instructions we are looking for.
12185
12186 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12187
12188 * arm-tdep.c (arm_register_name): New function.
12189 (arm_registers_names): Make static.
12190 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12191 (arm_register_name): Declare.
12192 (REGISTER_NAME): Use it.
12193
12194 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12195 Kevin Buettner <kevinb@redhat.com>
12196
12197 Convert arm targets to new FRAME interface.
12198 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12199 (arm_frame_find_save_regs): Delete.
12200 (arm_frame_init_saved_regs): New.
12201 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12202 Allocate extra_info as required. Convert all uses of fsr.regs
12203 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12204 to use extra_info.
12205 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12206 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12207 (check_prologue_cache, save_prologue_cache): Likewise.
12208 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12209 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12210 (FRAME_FIND_SAVED_REGS): Delete.
12211 (arm_frame_find_saved_regs): Delete prototype.
12212 (arm_frame_init_saved_regs): New prototype.
12213 (FRAME_INIT_SAVED_REGS): Define.
12214
12215 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12216
12217 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12218
12219 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12220
12221 From Jeff Law <law@redhat.com>:
12222 * infttrace.c: Include <sys/pstat.h>.
12223 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12224 exec file if the ttrace equivalent fails.
12225
12226 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12227
12228 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12229 (closeLogFile): Ditto.
12230
12231 2002-01-20 Michael Chastain <mec@shout.net>
12232
12233 * top.c (print_gdb_version): Bump copyright year to 2002.
12234
12235 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12236
12237 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12238 Zannoni and Eli Zaretskii.
12239
12240 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12241
12242 * buildsym.c: Update copyright years.
12243 * c-typeprint.c: Likewise.
12244 * dwarf2read.c: Likewise.
12245 * f-typeprint.c: Likewise.
12246 * gdbtypes.c: Likewise.
12247 * gdbtypes.h: Likewise.
12248 * hp-symtab-read.c: Likewise.
12249 * hpread.c: Likewise.
12250 * mdebugread.c: Likewise.
12251 * p-typeprint.c: Likewise.
12252
12253 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12254
12255 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12256 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12257 byte-order selectable.
12258 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12259 * arch-utils.c: Ditto.
12260 (set_endian): Ditto.
12261 (set_endian_from_file): Ditto.
12262 * gdbserver/low-sim.c (create_inferior): Ditto.
12263 * gdbarch.sh: Ditto.
12264 * gdbarch.h: Re-generate.
12265 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12266 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12267 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12268 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12269 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12270 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12271 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12272 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12273 macro definition.
12274 * config/mips/tm-wince.h: Remove #undef of macro
12275 TARGET_BYTE_ORDER_SELECTABLE.
12276 * config/sh/tm-wince.h: Ditto.
12277
12278 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12279
12280 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12281 member function fields. Add accessor macro
12282 TYPE_FN_FIELD_ARTIFICIAL.
12283 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12284 * c-typeprint.c (c_type_print_base): Skip artificial member
12285 functions.
12286
12287 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12288
12289 * f-typeprint.c: Delete unused function f_type_print_args.
12290 * p-typeprint.c: Delete unused function pascal_type_print_args.
12291
12292 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12293
12294 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12295 comment. Add ``artificial'' to ``union field_location''.
12296
12297 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12298
12299 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12300 * mdebugread.c (parse_symbol): Likewise.
12301 * stabsread.c (define_symbol): Likewise.
12302 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12303 initializing TYPE_FIELD_BITPOS to n (obsolete).
12304 (hpread_doc_function_type): Likewise.
12305 * hpread.c (hpread_function_type): Likewise.
12306
12307 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12308
12309 * configure.in (host_makefile_frag): Only require a host makefile
12310 fragment when a native build.
12311 * configure: Re-generate.
12312
12313 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12314
12315 * doublest.h (floatformat_from_type): Declare.
12316 * doublest.c (floatformat_from_type): New function.
12317 (convert_typed_floating): Use.
12318
12319 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12320 call to function floatformat_from_type.
12321
12322 * gdbarch.sh (IEEE_FLOAT): Delete.
12323 * gdbarch.h, gdbarch.c: Re-generate.
12324 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12325 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12326 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12327 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12328 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12329 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12330 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12331 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12332 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12333 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12334 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12335 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12336
12337 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12338 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12339 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12340 * sh-tdep.c (sh_gdbarch_init): Ditto.
12341 * mips-tdep.c (mips_gdbarch_init): Ditto.
12342 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12343 * cris-tdep.c (cris_gdbarch_init): Ditto.
12344
12345 2002-01-20 Jiri Smid <smid@suse.cz>
12346
12347 * configure.host, configure.tgt: Support x86-64.
12348 * NEWS: Note new target x86-64.
12349
12350 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12351 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12352 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12353 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12354 x86-64-linux-nat.o): Fix dependencies.
12355
12356 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12357
12358 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12359 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12360 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12361 * config/sparc/xm-sun4os4.h: Delete file.
12362 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12363
12364 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12365
12366 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12367 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12368 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12369 * config/i386/i386lynx.mh (XM_FILE): Delete.
12370 * config/rs6000/xm-rs6000ly.h: Delete file.
12371 * config/sparc/xm-sparclynx.h: Delete file.
12372 * config/m68k/xm-m68klynx.h: Delete file.
12373 * config/i386/xm-i386lynx.h: Delete file.
12374 * config/xm-lynx.h: Delete file.
12375 * config/djgpp/fnchange.lst: Update.
12376
12377 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12378
12379 * alpha-tdep.c (alpha_register_byte): New function.
12380 (alpha_register_raw_size): Ditto.
12381 (alpha_register_virtual_size): Ditto.
12382 (alpha_skip_prologue_internal): Renamed from
12383 alpha_skip_prologue.
12384 (alpha_skip_prologue): New version that calls
12385 alpha_skip_prologue_internal.
12386 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12387 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12388 second argument from alpha_skip_prologue.
12389 (REGISTER_BYTE): Use alpha_register_byte.
12390 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12391 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12392 (FRAMELESS_FUNCTION_INVOCATION): Use
12393 generic_frameless_function_invocation_not.
12394 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12395 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12396
12397 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12398
12399 * config/mips/xm-news-mips.h: Delete file.
12400 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12401
12402 * config/m88k/xm-m88k.h: Delete file.
12403 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12404 * config/m88k/xm-delta88v4.h: Ditto.
12405 * config/m88k/xm-delta88.h: Ditto.
12406
12407 * config/alpha/xm-fbsd.h: Delete file.
12408 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12409
12410 * config/sparc/xm-sparc.h: Delete file.
12411 * Makefile.in (xm-sun4os4.h): Delete dependency.
12412 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12413 * config/sparc/xm-sun4os4.h: Ditto.
12414 * config/sparc/xm-linux.h: Ditto.
12415
12416 * config/i386/xm-windows.h: Delete file.
12417
12418 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12419
12420 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12421 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12422
12423 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12424
12425 * alpha-tdep.c (alpha_call_dummy_words): New.
12426 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12427 (CALL_DUMMY_P): Define.
12428 (CALL_DUMMY_WORDS): Define.
12429 (SIZEOF_CALL_DUMMY_WORDS): Define.
12430
12431 2002-01-19 Per Bothner <per@bothner.com>
12432
12433 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12434 isn't NULL, which can happen with some gcj-3.x-produced code.
12435
12436 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12437
12438 * alpha-tdep.c (alpha_register_virtual_type): New function.
12439 (alpha_init_frame_pc_first): Ditto.
12440 (alpha_fix_call_dummy): Ditto.
12441 (alpha_store_struct_return): Ditto.
12442 (alpha_extract_struct_value_address): Ditto.
12443 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12444 alpha_register_virtual_type.
12445 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12446 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12447 alpha_extract_struct_value_address.
12448 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12449 (INIT_FRAME_PC): Use init_frame_pc_noop.
12450 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12451
12452 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12453
12454 * i386gnu-nat.c: Include "i386-tdep.h".
12455 (fetch_fpregs): Simplify code dealing with uninitialized floating
12456 point states such that it doesn't require FP7_REGNUM.
12457
12458 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12459
12460 * alpha-tdep.c (frame_extra_info): New.
12461 (alpha_find_saved_regs): Make static. Use
12462 frame->extra_info.
12463 (alpha_frame_init_saved_regs): New function.
12464 (alpha_frame_saved_pc): Use frame->extra_info.
12465 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12466 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12467 (init_extra_frame_info): Rename to...
12468 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12469 (alpha_print_extra_frame_info): New function.
12470 (alpha_frame_locals_address): Ditto.
12471 (alpha_frame_args_address): Ditto.
12472 (alpha_pop_frame): Use frame->extra_info.
12473 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12474 alpha_frame_args_address.
12475 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12476 (alpha_find_saved_regs): Remove prototype.
12477 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12478 (EXTRA_FRAME_INFO): Remove.
12479 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12480 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12481
12482 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12483
12484 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12485 (alpha_cannot_fetch_register): Ditto.
12486 (alpha_cannot_store_register): Ditto.
12487 (alpha_register_convertible): Ditto.
12488 (alpha_use_struct_convention): Ditto.
12489 * config/alpha/tm-alpha.h: Update copyright years.
12490 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12491 (INNER_THAN): Use core_addr_lessthan.
12492 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12493 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12494 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12495 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12496 (FRAME_CHAIN): Remove unnecessary cast.
12497
12498 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12499
12500 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12501 obsolete.
12502
12503 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12504
12505 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12506 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12507 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12508 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12509 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12510 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12511 * x86-64-linux-nat.c: Ditto.
12512
12513 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12514
12515 * alpha-tdep.c (alpha_register_name): New function.
12516 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12517 (REGISTER_NAME): Define.
12518
12519 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12520
12521 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12522
12523 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12524
12525 * alpha-tdep.c: Update copyright years.
12526 (alpha_next_pc): New function.
12527 (alpha_software_single_step): Ditto.
12528 * config/alpha/tm-alpha.h: Add prototype for
12529 alpha_software_single_step.
12530
12531 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12532
12533 * alphabsd-nat.c: Update copyright years.
12534 (fill_gregset): Use regcache_collect.
12535 (fill_fpregset): Likewise.
12536 (fetch_inferior_registers): Only fetch integer registers
12537 if requested to do so.
12538 (store_inferior_registers): Only store integer registers
12539 if requested to do so.
12540
12541 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12542
12543 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12544 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12545 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12546 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12547 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12548 * config/arm/linux.mh (XDEPFILES): Delete.
12549 * config/arm/nbsd.mh (XDEPFILES): Delete.
12550 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12551 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12552 * config/i386/i386m3.mh (XDEPFILES): Delete.
12553 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12554 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12555 * config/i386/fbsd.mh (XDEPFILES): Delete.
12556 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12557 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12558 * config/i386/i386v4.mh (XDEPFILES): Delete.
12559 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12560 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12561 * config/i386/i386aix.mh (XDEPFILES): Delete.
12562 * config/i386/go32.mh (XDEPFILES): Delete.
12563 * config/i386/cygwin.mh (XDEPFILES): Delete.
12564 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12565 * config/i386/i386mach.mh (XDEPFILES): Delete.
12566 * config/i386/i386v32.mh (XDEPFILES): Delete.
12567 * config/i386/linux.mh (XDEPFILES): Delete.
12568 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12569 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12570 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12571 * config/i386/i386sco.mh (XDEPFILES): Delete.
12572 * config/i386/i386v.mh (XDEPFILES): Delete.
12573 * config/i386/nbsd.mh (XDEPFILES): Delete.
12574 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12575 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12576 * config/i386/symmetry.mh (XDEPFILES): Delete.
12577 * config/i386/obsd.mh (XDEPFILES): Delete.
12578 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12579 * config/ia64/linux.mh (XDEPFILES): Delete.
12580 * config/ia64/aix.mh (XDEPFILES): Delete.
12581 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12582 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12583 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12584 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12585 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12586 * config/m68k/linux.mh (XDEPFILES): Delete.
12587 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12588 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12589 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12590 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12591 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12592 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12593 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12594 * config/m88k/delta88.mh (XDEPFILES): Delete.
12595 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12596 * config/m88k/m88k.mh (XDEPFILES): Delete.
12597 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12598 * config/mips/linux.mh (XDEPFILES): Delete.
12599 * config/mips/irix6.mh (XDEPFILES): Delete.
12600 * config/mips/irix5.mh (XDEPFILES): Delete.
12601 * config/mips/irix4.mh (XDEPFILES): Delete.
12602 * config/mips/irix3.mh (XDEPFILES): Delete.
12603 * config/mips/decstation.mh (XDEPFILES): Delete.
12604 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12605 (NATDEPFILES): Move core-aout.o to here.
12606 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12607 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12608 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12609 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12610 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12611 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12612 * config/pa/hpux11.mh (XDEPFILES): Delete.
12613 * config/powerpc/aix.mh (XDEPFILES): Delete.
12614 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12615 * config/powerpc/linux.mh (XDEPFILES): Delete.
12616 * config/romp/rtbsd.mh: Rename XDEPFILES.
12617 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12618 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12619 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12620 * config/s390/s390.mh (XDEPFILES): Delete.
12621 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12622 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12623 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12624 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12625 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12626 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12627 * config/sparc/linux.mh (XDEPFILES): Delete.
12628 * config/vax/vaxult.mh (XDEPFILES): Delete.
12629 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12630 * Makefile.in (DEPFILES): Remove XDEPFILES.
12631
12632 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12633
12634 * utils.c (internal_verror): Fix comments, default is yes not no.
12635 Update queries to match. Default to quit and dump core.
12636
12637 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12638
12639 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12640 copyright.
12641 * defs.h, event-top.c, gdbcmd.h: Ditto.
12642 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12643 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12644 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12645 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12646 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12647 * mi/mi-main.c:Ditto.
12648
12649 * stack.c, symfile.c: Update copyright.
12650
12651 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12652
12653 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12654 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12655 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12656 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12657
12658 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12659
12660 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12661 * gdbserver/low-lynx.c (myattach): Likewise.
12662 * gdbserver/low-nbsd.c (myattach): Likewise.
12663 * gdbserver/low-sim.c (myattach): Likewise.
12664 * gdbserver/low-sparc.c (myattach): Likewise.
12665 * gdbserver/low-sun3.c (myattach): Likewise.
12666
12667 * gdbserver/low-linux.c (myattach): New function.
12668
12669 * gdbserver/server.c (attach_inferior): New function.
12670 (main): Handle "--attach".
12671
12672 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12673
12674 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12675 maintainer.
12676
12677 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12678
12679 * c-typeprint.c (is_type_conversion_operator): Add additional
12680 check for non-conversion operators.
12681
12682 2002-01-15 Michael Snyder <msnyder@redhat.com>
12683
12684 * linux-proc.c: Add "info proc" command, a la procfs.c.
12685 (read_mapping): New function, abstract and re-use code.
12686 (linux_find_memory_regions): Use new func read_mapping.
12687 (linux_info_proc_cmd): New function, implement "info proc".
12688 (_initialize_linux_proc): Add new command "info proc".
12689
12690 2002-01-15 Michael Snyder <msnyder@redhat.com>
12691
12692 * symfile.c (generic_load): Use bfd_map_over_sections method
12693 instead of manipulating bfd structure members directly.
12694 (add_section_size_callback): New function, bfd sections callback
12695 used by generic_load.
12696 (load_sections_callback): New function, bfd sections callback
12697 used by generic_load.
12698
12699 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12700
12701 [Based on work by Jim Blandy]
12702 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12703 (builtin_type_vec128): Export.
12704 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12705 types.
12706 (builtin_type_vec128): New builtin type for 128 bit vector
12707 registers.
12708 (build_gdbtypes): Initialize builtin_type_v16qi and
12709 builtin_type_v8hi. Create the vec128 register builtin type
12710 structure.
12711 (build_builtin_type_vec128): New function.
12712 (_initialize_gdbtypes): Register builtin_type_v16qi and
12713 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12714 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12715 AltiVec register to new builtin type.
12716
12717 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12718
12719 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12720 to make_cv_type.
12721
12722 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12723
12724 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12725 CLEAN_UP_REGISTER_VALUE.
12726 * regcache.c (supply_register): Update only call.
12727
12728 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12729
12730 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12731 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12732 a29k-*-vxworks* targets as obsolete.
12733
12734 2002-01-14 Michael Snyder <msnyder@redhat.com>
12735
12736 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12737 until we can resolve portability issues.
12738 * gregset.h: Remove references to fpxregs.
12739 * gcore.c (gcore_command): Initialize note_sec to NULL.
12740
12741 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12742
12743 * signals.c (target_signal_to_name): Rewrite. Only use
12744 signals[].name when in bounds and non-NULL.
12745
12746 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12747
12748 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12749 * signals.c (target_signal_to_name): Verify that SIG is within the
12750 bounds of the signals array.
12751
12752 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12753
12754 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12755
12756 2002-01-13 Keith Seitz <keiths@redhat.com>
12757
12758 * stack.c (print_frame_info_base): Print the frame's pc
12759 only if when print_frame_info_listing_hook is not defined.
12760
12761 2002-01-13 Keith Seitz <keiths@redhat.com>
12762
12763 * varobj.c (varobj_set_value): Make sure that there were no
12764 errors evaluating the object before attempting to set its
12765 value.
12766 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12767 so this offset adjustment is no longer necessary.
12768 (create_child): Don't set the error flag if the child is
12769 a CPLUS_FAKE_CHILD.
12770 (value_of_child): If value_fetch_lazy fails, return NULL
12771 so that callers will be notified that an error occurred.
12772 (c_value_of_variable): Delay check of variable's validity
12773 until later. We actually want all structs and unions to have
12774 the value "{...}".
12775 Do not return "???" for variables which could not be evaluated.
12776 This error condition must be returned to the caller so that it
12777 can get the error condition from gdb.
12778 (cplus_name_of_child): Adjust index for vptr before figuring
12779 out the name of the child.
12780 (cplus_value_of_child): If a child's (real) parent is not valid,
12781 don't even bother trying to give a value for it. Just return
12782 an error. Change all instances in this function.
12783 (cplus_type_of_child): If our parent is one of the "fake"
12784 parents, we need to get at the type of the real parent, and
12785 derive the child's true type using this information.
12786
12787 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12788
12789 From 2002-01-09 John Marshall <johnm@falch.net>:
12790 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12791 sources.redhat.com, and tweak some related URLs which had
12792 suffered from linkrot.
12793
12794 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12795
12796 From Jeff law:
12797 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12798 structures passed in registers.
12799
12800 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12801
12802 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12803 white space which prevented compilation. Reported by DSK
12804 <dsk@student.unsw.edu.au>.
12805
12806 2002-01-11 Michael Snyder <msnyder@redhat.com>
12807
12808 * symfile.c (build_section_addr_info_from_section_tab):
12809 Use bfd access method instead of manipulating bfd directly.
12810 (syms_from_objfile): Ditto.
12811 (simple_overlay_update_1): Ditto.
12812 (simple_overlay_update): Ditto.
12813 (generic_load): Ditto.
12814 (overlay_unmapped_address): FIXME comment, bfd access methods.
12815 (sections_overlap): FIXME comment, bfd access methods.
12816 (pc_in_mapped_range): FIXME comment, bfd access methods.
12817 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12818 (section_is_mapped): FIXME comment, bfd access methods.
12819 (section_is_overlay): FIXME comment, bfd access methods.
12820
12821 * symfile.c (generic_load): Whitespace and long line cleanups.
12822 Remove duplicate variable, change several local variables to
12823 more appropriate data types.
12824 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12825
12826 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12827
12828 From Peter Schauer:
12829 * language.c (longest_local_hex_string_custom): Use phex_nz to
12830 convert NUM to a hex string.
12831
12832 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12833
12834 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12835 the function.
12836 Update Copyright year.
12837
12838 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12839
12840 * language.c (longest_raw_hex_string): Delete unused function.
12841
12842 2002-01-11 Petr Sorfa <petrs@caldera.com>
12843
12844 * MAINTAINERS (write-after-approval): Add myself.
12845 * dwarf2read.c (read_tag_string_type): Handling of
12846 DW_AT_byte_size.
12847 (read_tag_string_type): FORTRAN fix to prevent propagation of
12848 first string size.
12849 (set_cu_language): Handling of DW_LANG_Fortran95
12850
12851 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12852
12853 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12854 GETPID(inferior_ptid).
12855 (store_inferior_registers): Likewise.
12856
12857 2002-01-10 Jason Merrill <jason@redhat.com>
12858
12859 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12860 Fix DW_OP_minus.
12861
12862 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12863
12864 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12865 and bfd/elf32-sh-nbsd.c.
12866
12867 2002-01-10 Michael Snyder <msnyder@redhat.com>
12868
12869 * NEWS: Mention --pid and corefile/proc-id behavior change.
12870
12871 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12872 * gcore.c: Include cli/cli-decode.h instead of command.h.
12873
12874 * main.c (captured_main): Add new command line option "--pid".
12875 If the second command line argument (following the symbol-file)
12876 begins with a digit, try to attach to it before trying to open
12877 it as a corefile.
12878 (print_gdb_help): Document the "--pid" argument.
12879
12880 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12881
12882 * completer.c (command_completer): New function.
12883
12884 * completer.h <command_completer>: Add prototype.
12885
12886 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12887 completer for the "help" command.
12888
12889 2002-01-09 Jason Merrill <jason@redhat.com>
12890
12891 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12892
12893 2002-01-09 Michael Snyder <msnyder@redhat.com>
12894
12895 * i386-linux-nat.c (fill_fpxregset): Make global.
12896 (store_fpxregset): Ditto.
12897
12898 * gregset.h (gdb_fpxregset_t): Define.
12899 (supply_fpxregset): Prototype.
12900 (fill_fpxregset): Prototype.
12901
12902 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12903
12904 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12905
12906 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12907 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12908 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12909
12910 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12911
12912 * MAINTAINERS: Update target maintainer rules so that any
12913 Maintainer can approve a tested patch for a maintenance-only
12914 target.
12915
12916 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12917
12918 * MAINTAINERS (write-after-approval): Add myself.
12919
12920 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12921 IN_SIGTRAMP.
12922
12923 2002-01-08 Michael Snyder <msnyder@redhat.com>
12924
12925 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12926 real name of the executable, rather than the /proc name.
12927
12928 2002-01-03 Michael Snyder <msnyder@redhat.com>
12929
12930 Implement a "generate-core-file" command in gdb, save target state.
12931 * gcore.c: New file. Implement new command 'generate-core-file'.
12932 Save a corefile image of the current state of the inferior.
12933 * linux-proc.c: Add linux-specific code for saving corefiles.
12934 * target.h (struct target_ops): Add new target vectors for saving
12935 corefiles; to_find_memory_regions and to_make_corefile_notes.
12936 (target_find_memory_regions): New macro.
12937 (target_make_corefile_notes): New macro.
12938 * target.c (update_current_target): Inherit new target methods.
12939 (dummy_find_memory_regions): New place-holder method.
12940 (dummy_make_corefile_notes): New place-holder method.
12941 (init_dummy_target): Initialize new dummy target vectors.
12942 * exec.c (exec_set_find_memory_regions): New function.
12943 Allow the exec_ops vector for memory regions to be taken over.
12944 (exec_make_note_section): New function, target vector method.
12945 * defs.h (exec_set_find_memory_regions): Export prototype.
12946 * procfs.c (proc_find_memory_regions): New function, corefile method.
12947 (procfs_make_note_section): New function, corefile method.
12948 (init_procfs_ops): Set new target vector pointers.
12949 (find_memory_regions_callback): New function.
12950 (procfs_do_thread_registers): New function.
12951 (procfs_corefile_thread_callback): New function.
12952 * sol-thread.c (sol_find_memory_regions): New function.
12953 (sol_make_note_section): New function.
12954 (init_sol_thread_ops): Initialize new target vectors.
12955 * inftarg.c (inftarg_set_find_memory_regions): New function.
12956 Allow to_find_memory_regions vector to be taken over.
12957 (inftarg_set_make_corefile_notes): New function.
12958 Allow to_make_corefile_notes vector to be taken over.
12959 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12960 interface layer if not target_has_execution (may be a corefile).
12961 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12962 * config/sparc/sun4sol2.mh: Ditto.
12963 * config/alpha/alpha-linux.mh: Ditto.
12964 * config/arm/linux.mh: Ditto.
12965 * config/i386/x86-64linux.mh: Ditto.
12966 * config/ia64/linux.mh: Ditto.
12967 * config/m68k/linux.mh: Ditto.
12968 * config/mips/linux.mh: Ditto.
12969 * config/powerpc/linux.mh: Ditto.
12970 * config/sparc/linux.mh: Ditto.
12971
12972 2002-01-07 Michael Snyder <msnyder@redhat.com>
12973
12974 * arm-linux-nat.c: Remove references to regcache.c internal data
12975 (registers[] and register_valid[]).
12976
12977 2002-01-07 Michael Snyder <msnyder@redhat.com>
12978
12979 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12980 so that attaching to a pid will automatically read the process's
12981 symbol file and shlibs.
12982 * Makefile.in: Add rule for linux-proc.o.
12983 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12984 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12985 * config/arm/linux.mh: Ditto.
12986 * config/i386/linux.mh: Ditto.
12987 * config/i386/x86-64linux.mh: Ditto.
12988 * config/ia64/linux.mh: Ditto.
12989 * config/m68k/linux.mh: Ditto.
12990 * config/mips/linux.mh: Ditto.
12991 * config/powerpc/linux.mh: Ditto.
12992 * config/sparc/linux.mh: Ditto.
12993
12994 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12995
12996 * win32-nat.c: Add i386-tdep.h dependency.
12997
12998 2002-01-07 Michael Snyder <msnyder@redhat.com>
12999
13000 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13001 instead of bfd_get_arch_size. Don't bail out just because
13002 there's no exec_bfd.
13003
13004 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13005 * p-valprint.c (pascal_object_print_value): Ditto.
13006 * somread.c (som_symtab_read): Ditto.
13007 * symfile.c (simple_free_overlay_region_table): Ditto.
13008 * valops.c (value_assign): Ditto.
13009
13010 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13011 use tilde_expand and strerror for opening save-tracepoints file.
13012
13013 * thread-db.c (thread_db_new_objfile): Indendation fix.
13014
13015 * infptrace.c (GDB_MAX_ALLOCA): New define.
13016 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13017 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13018 can be overridden with whatever value is appropriate to the host).
13019 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13020 alloca to allocate potentially large buffer.
13021 * rs6000-nat.c (child_xfer_memory): Ditto.
13022 * symm-nat.c (child_xfer_memory): Ditto.
13023 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13024
13025 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13026
13027 From Nick Clifton <nickc@redhat.com>
13028 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13029
13030 2002-01-07 Michael Snyder <msnyder@redhat.com>
13031
13032 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13033 Don't use exec_bfd if it's NULL.
13034
13035 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13036
13037 * valops.c (value_arg_coerce): Fix formatting.
13038
13039 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13040
13041 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13042 * gnu-nat.c: Ditto.
13043
13044 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13045
13046 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13047 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13048 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13049 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13050 z8k-coff have not been multi-arched. Update z8k-coff build
13051 status.
13052
13053 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13054
13055 * MAINTAINERS: Mark a29k target as obsolete.
13056 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13057 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13058 comments.
13059 * NEWS: Note that a29k targets are obsolete.
13060 * a29k-tdep.c: Mark as obsolete.
13061 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13062 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13063 a29k-*-vxworks* targets as obsolete.
13064 * remote-adapt.c: Obsolete.
13065 * remote-eb.c: Obsolete.
13066 * remote-mm.c: Obsolete.
13067 * remote-udi.c: Obsolete.
13068 * config/a29k/a29k-udi.mt: Obsolete.
13069 * config/a29k/a29k.mt: Obsolete.
13070 * config/a29k/tm-a29k.h: Obsolete.
13071 * config/a29k/tm-vx29k.h: Obsolete.
13072 * config/a29k/vx29k.mt: Obsolete.
13073
13074 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13075
13076 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13077 with BFD_ENDIAN_BIG.
13078
13079 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13080
13081 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13082 * configure, config.in: Re-generate.
13083 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13084 * defs.h: Do not include <endian.h>.
13085
13086 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13087
13088 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13089 * config.in: Regenerate.
13090 * configure.in: Update copyright years.
13091 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13092 * configure: Regenerate.
13093 * i386bsd-nat.c: Update copyright years.
13094 (fill_gregset): Use regcache_collect.
13095 (fetch_inferior_registers): Only fetch integer registers
13096 if requested to do so. Add support for XMM registers
13097 using PT_GETXMMREGS.
13098 (store_inferior_registers): Only store integer registers
13099 if requested to do so. Add support for XMM registers
13100 using PT_SETXMMREGS.
13101 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13102 (store_inferior_registers): Remove.
13103 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13104 (fetch_elfcore_registers): New function.
13105 (i386nbsd_elfcore_fns): New.
13106 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13107 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13108 i386bsd-nat.o.
13109 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13110 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13111 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13112 * config/i386/tm-nbsd.h: Update copyright years.
13113 (HAVE_SSE_REGS): Define.
13114 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13115 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13116 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13117 (SIGCONTEXT_PC_OFFSET): Remove.
13118 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13119
13120 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13121
13122 * configure.tgt: Remove powerpc-*-macos* target.
13123 * config/m68k/xm-mpw.h: Delete file.
13124 * config/xm-mpw.h: Delete file.
13125 * ser-mac.c: Delete file.
13126 * mpw-make.sed: Delete file.
13127 * mpw-config.in: Delete file.
13128 * mac-xdep.c: Delete file.
13129 * mac-gdb.r: Delete file.
13130 * mac-defs.h: Delete file.
13131 * mac-nat.c: Delete file.
13132 * config/powerpc/macos.mh: Delete file.
13133 * config/powerpc/macos.mt: Delete file.
13134 * config/powerpc/nm-macos.h: Delete file.
13135 * config/powerpc/tm-macos.h: Delete file.
13136 * source.c (openp, open_source_file): Remove obsolete code.
13137 * top.c (gdb_readline): Ditto.
13138 * utils.c (query): Ditto.
13139 * event-top.c (display_gdb_prompt): Ditto.
13140 * Makefile.in (ser-mac.o): Delete obsolete target.
13141 * NEWS: Update.
13142
13143 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13144
13145 * defs.h (BIG_ENDIAN): Delete macro definition.
13146 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13147 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13148 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13149 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13150 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13151 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13152 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13153 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13154 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13155 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13156 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13157 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13158 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13159 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13160 * gdbarch.c: Re-generate.
13161
13162 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13163
13164 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13165 for core files.
13166
13167 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13168
13169 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13170
13171 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13172
13173 * value.h (value_ptr): Delete typedef.
13174
13175 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13176
13177 * i386nbsd-nat.c: Update copyright years.
13178 Include i386-tdep.h.
13179
13180 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13181
13182 * stabsread.c: Update copyright years.
13183
13184 From Debashis Mahata <debashis.mahata@wipro.com>:
13185 (read_struct_fields): Deal with Sun C compiler erroneous stab
13186 output for structs and unions.
13187 Fix PR gdb/269.
13188
13189 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13190
13191 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13192 prototype.
13193
13194 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13195
13196 * cp-abi.c: Fix whitespace.
13197 (baseclass_offset): New wrapper function.
13198 * cp-abi.h (baseclass_offset): Add prototype.
13199 (struct cp_abi_ops): Add baseclass_offset pointer.
13200
13201 * valops.c (vb_match): Move to...
13202 * gnu-v2-abi.c (vb_match): here.
13203 * valops.c (baseclass_offset): Move to...
13204 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13205
13206 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13207
13208 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13209 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13210 * hpacc-abi.c (init_hpacc_ops): Likewise.
13211
13212 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13213
13214 * valops.c (find_overload_match): Accept obj as a
13215 reference parameter. Update it before returning.
13216 * value.h (find_overload_match): Update prototype.
13217 * eval.c (evaluate_subexp_standard): Pass object to
13218 find_overload_match by reference.
13219
13220 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13221
13222 * valarith.c: Replace value_ptr with struct value pointer. Remove
13223 register attribute from value declarations.
13224 * valops.c: Ditto.
13225 * value.h: Ditto.
13226 * scm-lang.c (scm_lookup_name): Ditto.
13227
13228 2002-01-03 Michael Snyder <msnyder@redhat.com>
13229
13230 Abstract the functionality of iterating over mapped memory
13231 regions into a general purpose iterator function.
13232 * procfs.c (iterate_over_mappings): New function, general purpose
13233 iterator for memory sections.
13234 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13235 (solib_mappings_callback): New function, callback for above.
13236 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13237 (info_mappings_callback): New function, callback for above.
13238
13239 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13240
13241 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13242
13243 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13244 * i386-tdep.c: Include "elf-bfd.h".
13245 (process_note_abi_tag_sections): New function.
13246 (i386_gdbarch_init): Add code to recognize various OS/ABI
13247 combinations.
13248
13249 * maint.c (_initialize_maint_cmds): Add missing \ in
13250 string-literal.
13251
13252 For older changes see ChangeLog-2001
13253 \f
13254 Local Variables:
13255 mode: change-log
13256 left-margin: 8
13257 fill-column: 74
13258 version-control: never
13259 End:
This page took 0.278369 seconds and 5 git commands to generate.