*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-18 Andrew Cagney <ac131313@redhat.com>
2
3 * frame.h (enum frame_type): Define.
4 (get_frame_type): Declare.
5 (struct frame_info): Add field `type'. Delete field
6 signal_handler_caller.
7 (deprecated_set_frame_signal_handler_caller): Declare.
8 * frame.c (get_frame_type): New function.
9 (deprecated_set_frame_type): New function.
10 (create_new_frame): Set the frame's type.
11 (get_prev_frame): Similar.
12 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
13 * s390-tdep.c: Ditto.
14 * m68klinux-nat.c: Ditto.
15 * ns32k-tdep.c: Ditto.
16 * x86-64-linux-tdep.c: Ditto.
17 * vax-tdep.c: Ditto.
18 * rs6000-tdep.c: Ditto.
19 * ppc-linux-tdep.c: Ditto.
20 * i386-interix-tdep.c: Ditto.
21 * mips-tdep.c: Ditto.
22 * m68k-tdep.c: Ditto.
23 * hppa-tdep.c: Ditto.
24 * ia64-tdep.c: Ditto.
25 * cris-tdep.c: Ditto.
26 * arm-tdep.c: Ditto.
27 * alpha-tdep.c: Ditto.
28 * i386-tdep.c: Ditto.
29 * stack.c: Ditto.
30 * ada-lang.c: Ditto.
31 * blockframe.c: Update.
32 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
33 deprecated_set_frame_type instead of signal_handler_caller.
34 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
35 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
36 * breakpoint.h: Delete FIXME suggesting get_frame_type.
37
38 2002-11-18 Klee Dienes <kdienes@apple.com>
39
40 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
41
42 2002-11-18 Klee Dienes <kdienes@apple.com>
43
44 * buildsym.c (pop_context): Add comment.
45
46 2002-11-18 Klee Dienes <kdienes@apple.com>
47
48 * buildsym.h (pop_context): Convert to function, defined in
49 buildsym.c.
50 * buildsym.c: Include gdb_assert.h.
51 (pop_context): Implement as C function. Add check for stack
52 underflow.
53 * dbxread.c (process_one_symbol): Complain and stop processing
54 that symbol if we are already at the top of the context stack for
55 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
56 when processing N_RBRAC.
57
58 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
59
60 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
61 define.
62 (struct target_waitstatus): Add opaque definition.
63 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
64 * exec.c (init_exec_ops): Likewise.
65 * fork-child.c (clone_and_follow_inferior): Remove.
66 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
67 * inferior.h (clone_and_follow_inferior): Remove prototype.
68 * infrun.c (follow_fork_mode_both): Remove.
69 (follow_fork_mode_kind_names): Remove commented out "both".
70 (follow_inferior_fork): Remove follow_fork_mode_both support.
71 * inftarg.c (child_clone_and_follow_inferior): Remove.
72 (child_post_follow_inferior_by_clone): Remove.
73 (init_child_ops): Don't set to_clone_and_follow_inferior
74 or to_post_follow_inferior_by_clone.
75 * target.c (default_clone_and_follow_inferior): Remove.
76 (cleanup_target): Don't set to_clone_and_follow_inferior
77 or to_post_follow_inferior_by_clone.
78 (find_default_clone_and_follow_inferior): Remove.
79 (init_dummy_target): Don't set to_clone_and_follow_inferior.
80 (debug_to_clone_and_follow_inferior): Remove.
81 (debug_to_post_follow_inferior_by_clone): Remove.
82 (setup_target_debug): Don't set to_clone_and_follow_inferior
83 or to_post_follow_inferior_by_clone.
84 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
85 and to_post_follow_inferior_by_clone.
86 (child_clone_and_follow_inferior): Remove prototype.
87 (child_post_follow_inferior_by_clone): Remove prototype.
88 (target_clone_and_follow_inferior): Remove macro.
89 (target_post_follow_inferior_by_clone): Remove macro.
90 (find_default_clone_and_follow_inferior): Remove prototype.
91
92 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
93
94 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
95 inferior_has_vforked, and inferior_has_execd instead of
96 target_has_forked, target_has_vforked, and target_has_execd.
97 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
98 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
99 (CHILD_WAIT): Define.
100 (child_wait): Add prototype.
101 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
102 Add prototype.
103 (hpux_has_vforked): Likewise, from child_has_vforked.
104 (hpux_has_execd): Likewise, from child_has_execd.
105 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
106 (not_same_real_pid, child_wait): New, copied from inftarg.c.
107 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
108 and hpux_has_syscall_event instead of the target hooks.
109 * infrun.c (inferior_has_forked, inferior_has_vforked)
110 (inferior_has_execd): New functions.
111 * inftarg.c (not_same_real_pid): Remove.
112 (child_wait): Remove references to not_same_real_pid,
113 target_has_forked, target_has_vforked, target_has_execd,
114 and target_has_syscall_event.
115 (child_has_forked, child_has_vforked, child_has_execd)
116 (child_has_syscall_event): Remove.
117 (init_child_ops): Remove references to child_has_forked,
118 child_has_vforked, child_has_execd, and child_has_syscall_event.
119 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
120 (hpux_has_vforked): Likewise, from child_has_vforked.
121 (hpux_has_execd): Likewise, from child_has_execd.
122 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
123 * target.c (cleanup_target): Remove references to
124 to_has_forked, to_has_vforked, to_has_execd, and
125 to_has_syscall_event.
126 (update_current_target): Likewise.
127 (setup_target_debug): Likewise.
128 (debug_to_has_forked): Remove.
129 (debug_to_has_vforked): Remove.
130 (debug_to_has_execd): Remove.
131 (debug_to_has_syscall_event): Remove.
132 * target.h (struct target_ops): Remove to_has_forked.
133 to_has_vforked, to_has_execd, and to_has_syscall_event.
134 (child_has_forked, child_has_vforked, child_has_execd)
135 (child_has_syscall_event): Remove prototypes.
136 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
137 prototypes.
138 (target_has_forked, target_has_vforked, target_has_execd)
139 (target_has_syscall_event): Remove macros.
140
141 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
142
143 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
144 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
145 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
146 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
147 * target.c (cleanup_target): Remove reference to
148 to_can_follow_vfork_prior_to_exec.
149 (update_current_target): Likewise.
150 (debug_to_can_follow_vfork_prior_to_exec): Remove.
151 (setup_target_debug): Remove reference to
152 to_can_follow_vfork_prior_to_exec.
153 * target.h (struct target_ops): Remove
154 to_can_follow_vfork_prior_to_exec.
155 (child_can_follow_vfork_prior_to_exec): Remove prototype.
156 (target_can_follow_vfork_prior_to_exec): Remove definition.
157 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
158 define.
159 * infrun.c (follow_vfork_when_exec): Remove.
160 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
161 (follow_exec): Likewise.
162 (handle_inferior_event): Likewise.
163 (keep_going): Likewise.
164
165 2002-11-15 Andrew Cagney <cagney@redhat.com>
166
167 * frame.c (generic_unwind_get_saved_register): Make static.
168 * frame.h (generic_unwind_get_saved_register): Delete declaration.
169 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
170 defaults to generic_unwind_get_saved_register.
171 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
172 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
173 * frv-tdep.c (frv_gdbarch_init): Ditto.
174 * i386-tdep.c (i386_gdbarch_init): Ditto.
175 * s390-tdep.c (s390_gdbarch_init): Ditto.
176 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
177 * v850-tdep.c (v850_gdbarch_init): Ditto.
178 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
179 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
180 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
181
182 2002-11-15 Andrew Cagney <cagney@redhat.com>
183
184 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
185 i386-tdep.c.
186
187 2002-11-15 Andrew Cagney <cagney@redhat.com>
188
189 * frame.h (sigtramp_saved_pc): Delete declaration.
190 * blockframe.c (sigtramp_saved_pc): Delete function.
191 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
192 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
193 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
194 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
195
196 2002-11-15 Andrew Cagney <ac131313@redhat.com>
197
198 * frame.c (frame_pc_unwind): New function.
199 (frame_saved_regs_pc_unwind): New function.
200 (frame_register_unwind): Pass unwind_cache instead of
201 register_unwind_cache.
202 (set_unwind_by_pc): Add unwind_pc parameter, set.
203 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
204 (get_prev_frame): Ditto.
205 * frame.h (frame_pc_unwind_ftype): Declare.
206 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
207 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
208 (frame_pc_unwind): Declare.
209 * dummy-frame.c (dummy_frame_pc_unwind): New function.
210 (struct dummy_frame): Add comment mentioning that values are for
211 previous frame.
212 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
213 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
214 (generic_file_frame_chain_valid): Ditto.
215 * stack.c (frame_info): Ditto.
216
217 2002-11-15 David Carlton <carlton@math.stanford.edu>
218
219 * linespec.c (locate_first_half): New function.
220 (decode_line_1): Move code into locate_first_half.
221
222 2002-11-15 Andrew Cagney <ac131313@redhat.com>
223
224 * complaints.h: Add comment explaining how to eliminate a
225 deprecated_complain call.
226 * complaints.h: Fix spelling errors.
227
228 2002-11-15 David Carlton <carlton@math.stanford.edu>
229
230 * printcmd.c: Remove #include "disasm.h".
231
232 2002-11-14 Andrew Cagney <ac131313@redhat.com>
233
234 * frame.h: Move the most relevant interface functions to the start
235 of the file.
236
237 2002-11-14 Andrew Cagney <ac131313@redhat.com>
238
239 * regcache.h (deprecated_registers): Rename registers.
240 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
241 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
242 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
243 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
244 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
245 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
246 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
247 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
248 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
249 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
250 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
251 * v850ice.c: Update.
252
253 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
254
255 * utils.c (gdb_realpath): Add comment mentioning realpath with a
256 NULL buffer.
257
258 2002-11-13 Andrew Cagney <cagney@redhat.com>
259
260 * regcache.h (deprecated_read_register_bytes): Rename
261 read_register_bytes.
262 (deprecated_write_register_bytes): Rename write_register_bytes.
263 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
264 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
265 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
266 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
267 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
268 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
269 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
270 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
271 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
272 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
273 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
274 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
275 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
276 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
277
278 2002-11-13 Jim Blandy <jimb@redhat.com>
279
280 * findvar.c (read_var_value): Doc fix.
281
282 2002-11-13 Andrew Cagney <cagney@redhat.com>
283
284 * regcache.c (struct regcache): Replace passthough_p with
285 readonly_p.
286 (regcache_xmalloc): Initialize readonly_p.
287 (build_regcache): Initialize readonly_p.
288 (regcache_save): New function.
289 (regcache_restore): New function.
290 (regcache_cpy): Re-implement using regcache_save and
291 regcache_restore.
292 (regcache_raw_read): Update.
293 (regcache_cooked_read): When a read-only cache, checked for cached
294 pseudo register values.
295 (regcache_raw_write): Assert that the cache is not read-only.
296 Remove code handling a non-passthrough cache.
297 * regcache.h (regcache_save): Declare.
298 (regcache_restore): Declare.
299
300 2002-11-13 Andrew Cagney <cagney@redhat.com>
301
302 * regcache.c (struct regcache_descr): Add fields
303 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
304 (init_legacy_regcache_descr): Compute the size of a cooked
305 register cache and then assign that to sizeof_raw_registers. Set
306 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
307 (init_legacy_regcache_descr): Ditto.
308
309 2002-11-13 Andrew Cagney <cagney@redhat.com>
310
311 * regcache.c (register_buffer): Move to near start of file, update
312 description.
313 (regcache_raw_read): Use.
314 (regcache_raw_write): Use.
315 (struct regcache): Rename raw_registers to registers and
316 raw_register_valid_p to register_valid_p.
317 (regcache_xmalloc): Update.
318 (regcache_xfree): Update.
319 (register_buffer): Update.
320 (regcache_cpy): Update.
321 (regcache_cpy_no_passthrough): Update.
322 (regcache_valid_p): Update.
323 (deprecated_grub_regcache_for_registers): Update.
324 (deprecated_grub_regcache_for_register_valid): Update.
325 (set_register_cached): Update.
326 (regcache_raw_write): Update.
327
328 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
329
330 * p-exp.y (name_not_typename): Use copy_name to
331 set current_type variable for fields of THIS.
332
333 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
334
335 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
336 * monitor.c (init_base_monitor_ops): Likewise.
337 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
338 * remote-array.c (init_array_ops): Likewise.
339 * remote-e7000.c (init_e7000_ops): Likewise.
340 * remote-es.c (init_es1800_ops): Likewise.
341 (init_es1800_child_ops): Likewise.
342 * remote-rdp.c (init_remote_rdp_ops): Likewise.
343 * remote-sim.c (init_gdbsim_ops): Likewise.
344 * remote-st.c (init_st2000_ops): Likewise.
345 * sol-thread.c (init_sol_core_ops): Likewise.
346 (init_sol_thread_ops): Likewise.
347 * v850ice.c (init_850ice_ops): Likewise.
348 * win32-nat.c (init_child_ops): Likewise.
349 * wince.c (init_child_ops): Likewise.
350
351 2002-11-12 Andrew Cagney <ac131313@redhat.com>
352
353 * utils.c (gdb_realpath): Make rp a constant pointer.
354
355 2002-11-12 Andrew Cagney <ac131313@redhat.com>
356
357 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
358 a constant buffer; cannonicalize_file_name(); realpath() with a
359 pathconf() defined buffer, xstrdup().
360
361 2002-11-12 Andrew Cagney <ac131313@redhat.com>
362
363 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
364 to hang2.C; hang3.c to hang3.C.
365
366 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
367
368 * findvar.c (read_var_value): Reenable TLS code.
369
370 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
371 Jim Blandy <jimb@redhat.com>
372
373 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
374 * target.c (update_current_target): Add
375 to_get_thread_local_address.
376 * target.h (to_get_thread_local_address): Export.
377 (target_get_thread_local_address): Define.
378 (target_get_thread_local_address_p): Define.
379 * thread-db.c: Include solib-svr4.h.
380 (td_thr_tls_get_addr_p): Define.
381 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
382 (thread_db_get_thread_local_address): New function.
383 (init_thread_db_ops): Initialize to_get_thread_local_address.
384 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
385 * configure: Regenerate.
386 * config.in: Regenerate.
387
388 2002-11-11 David Carlton <carlton@math.stanford.edu>
389
390 * linespec.c (set_flags): New function.
391 (decode_line_1): Move code into set_flags.
392
393 2002-11-11 David Carlton <carlton@math.stanford.edu>
394
395 * linespec.c (decode_line_1): Move chunks of code to separate
396 functions.
397 (initialize_defaults): New function.
398 (decode_indirect): New function.
399
400 2002-11-11 Andrew Cagney <ac131313@redhat.com>
401
402 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
403 instead of void_code_ptr.
404 (sigtramp_saved_pc): Ditto.
405
406 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
407 i386_fp_regnum_p.
408
409 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
410
411 * gdbtypes.h (struct main_type): Move artificial flag out of
412 loc. New member of ``struct field'' named static_kind. Reduce
413 overloaded meaning of bitsize.
414 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
415 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
416 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
417
418 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
419 new fields.
420 (template_to_fixed_record_type, template_to_static_fixed_type)
421 (to_record_with_fixed_variant_part): Likewise.
422 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
423 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
424 * dwarfread.c (struct_type, enum_type): Likewise.
425 * hpread.c (hpread_read_enum_type)
426 (hpread_read_function_type, hpread_read_doc_function_type)
427 (hpread_read_struct_type): Likewise.
428 * mdebugread.c (parse_symbol): Likewise.
429
430 2002-11-10 Andrew Cagney <ac131313@redhat.com>
431
432 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
433 * stack.c (print_frame_info_base): Update.
434 (print_frame_info_base, frame_info): Update.
435 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
436 (sparc_frame_saved_pc): Update.
437 * ada-lang.c (find_printable_frame): Update.
438 * breakpoint.c (deprecated_frame_in_dummy): Update.
439
440 2002-11-09 Mark Kettenis <kettenis@gnu.org>
441
442 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
443 defined.
444 (regmap): Extend to cover all registers.
445 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
446 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
447 definitions.
448 (fetch_register, sore_register): Simplify.
449 (old_fetch_inferior_registers, old_store_inferior_registers):
450 Remove functions.
451 (cannot_fetch_register, cannot_store_register): Change
452 implementation to use regmap array to decide which registers
453 cannot be fetched/stored. This removes $orig_eax from the
454 registers that cannot be fetched/stored.
455 (fetch_inferior_registers): Call fetch_register directly instead
456 of calling old_fetch_inferior_registers.
457 (store_inferior_registers): Call store_register directly instead
458 of calling old_store_inferior_registers.
459 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
460 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
461 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
462
463 2002-11-09 Klee Dienes <kdienes@apple.com>
464
465 * i387-tdep.c (i387_supply_register): When called with NULL as a
466 buffer, mark the register as not provided (to mirror the behavior
467 of supply_register).
468 (i387_supply_fxsave): Ditto.
469 (i387_supply_fsave): Ditto (inherits the behavior from
470 i387_supply_register).
471
472 2002-11-09 Klee Dienes <kdienes@apple.com>
473
474 * blockframe.c (sigtramp_saved_pc): Use
475 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
476 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
477 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
478
479 2002-11-09 Andrew Cagney <ac131313@redhat.com>
480
481 * frame.c (get_prev_frame): Test prev_p to identify a previously
482 unwound frame. Initialize prev_p.
483 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
484 comment.
485
486 2002-11-09 Andrew Cagney <ac131313@redhat.com>
487
488 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
489 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
490 more comments. Zap dead code.
491
492 2002-11-09 Mark Kettenis <kettenis@gnu.org>
493
494 * infcmd.c (print_vector_info, print_float_info): Move code that
495 checks whether the target has any registers and whether there is a
496 selected frame up, such that it is also used if a target provides
497 multi-arch definitions of these functions.
498
499 2002-11-08 Andrew Cagney <ac131313@redhat.com>
500
501 * Makefile.in (DESTDIR): Define.
502 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
503 prefix.
504
505 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
506 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
507
508 2002-11-08 Andrew Cagney <ac131313@redhat.com>
509
510 * i386-linux-tdep.c: Include "reggroups.h".
511 (i386_linux_register_reggroup_p): New function.
512 (i386_linux_init_abi): Set register_reggroup_p to
513 i386_linux_register_reggroup_p.
514 * i386-tdep.h (i386_register_reggroup_p): Declare.
515 * i386-tdep.c: Include "reggroups.h".
516 (i386_init_reggroups): New function.
517 (i386_add_reggroups): New function.
518 (i386_register_reggroup_p): New function.
519 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
520 (_initialize_i386_tdep): Call i386_init_reggroups.
521 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
522 specific reggroups.
523
524 2002-11-09 Mark Kettenis <kettenis@gnu.org>
525
526 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
527 request that's available in *BSD.
528
529 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
530
531 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
532 FDOFF_REGNUM.
533
534 2002-11-08 Andrew Cagney <ac131313@redhat.com>
535
536 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
537 * dummy-frame.c (find_dummy_frame): Rename
538 generic_find_dummy_frame, make static. Return the dummy frame
539 instead of the regcache.
540 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
541 (cached_find_dummy_frame): New function. Use find_dummy_frame.
542 (dummy_frame_register_unwind): Rename
543 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
544 * dummy-frame.h (dummy_frame_register_unwind): Rename
545 generic_call_dummy_register_unwind.
546
547 2002-11-08 Mark Kettenis <kettenis@gnu.org>
548
549 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
550 except the inclusion of "i386/tm-i386.h", to...
551 * config/i386/nm-i386v42mp.h: ...here.
552 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
553
554 2002-11-08 Andrew Cagney <ac131313@redhat.com>
555
556 * Makefile.in (frame.o): Update dependencies.
557 * blockframe.c (current_frame, frame_obstack_alloc)
558 (frame_saved_regs_zalloc, get_current_frame)
559 (set_current_frame, create_new_frame)
560 (set_unwind_by_pc, get_next_frame)
561 (flush_cached_frames, reinit_frame_cache)
562 (frame_saved_regs_register_unwind)
563 (deprecated_generic_get_saved_register)
564 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
565 (_initialize_blockframe): Move frame code from here...
566 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
567 "annotate.h" and "dummy-frame.h".
568 (_initialize_frame): New function.
569
570 2002-11-08 Jim Blandy <jimb@redhat.com>
571
572 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
573 when we finish a function a context.
574 * buildsym.h (outermost_context_p): New macro.
575 (Bug analyzed by David Edelsohn.)
576
577 2002-11-08 Andrew Cagney <ac131313@redhat.com>
578
579 * blockframe.c: Include "dummy-frame.h".
580 (struct dummy_frame, dummy_frame_stack)
581 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
582 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
583 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
584 (generic_save_call_dummy_addr, generic_pop_current_frame)
585 (generic_pop_dummy_frame, generic_fix_call_dummy)
586 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
587 dummy frame code from here...
588 * dummy-frame.c: ...to here. New file.
589 * dummy-frame.h: New file.
590 (generic_call_dummy_register_unwind): Declare.
591 (generic_find_dummy_frame): Declare.
592 * Makefile.in (SFILES): Add dummy-frame.c.
593 (dummy-frame.o): Specify dependencies.
594 (dummy_frame_h): Define.
595 (COMMON_OBS): Add dummy-frame.o.
596 (blockframe.o): Update dependencies.
597
598 2002-11-08 Jim Blandy <jimb@redhat.com>
599
600 * dwarf2read.c (read_func_scope): Restore local_symbols and
601 param_symbols after we finish the function context. (Based on a
602 patch from David Edelsohn.)
603
604 2002-11-08 David Carlton <carlton@math.stanford.edu>
605
606 * linespec.c (symbol_found): New function.
607 (minsym_found): New function.
608 (decode_line_1): Separate out some code into separate functions.
609
610 2002-11-08 Joel Brobecker <brobecker@gnat.com>
611
612 * i386-tdep.c (i386_frameless_signal_p): Make non static for
613 the benefit of the interix target.
614 * i386-tdep.h (i386_frameless_signal_p): Declare.
615
616 2002-11-08 Andrew Cagney <ac131313@redhat.com>
617
618 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
619 declaration that snuck in from change below.
620
621 2002-11-06 Andrew Cagney <cagney@redhat.com>
622
623 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
624 all callers.
625 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
626 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
627 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
628 (i386_mxcsr_regnum_p): new function. Use instead of
629 MXCSR_REGNUM_P.
630 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
631 (i386_sse_regnum_p): Declare.
632 (i386_mxcsr_regnum_p): Declare.
633 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
634 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
635 (IS_FP_REGNUM): Update definition.
636 (IS_FPU_CTRL_REGNUM): Update definition..
637 (IS_SSE_REGNUM): Update definition..
638 * i386v-nat.c (register_u_addr): Update.
639 * go32-nat.c (fetch_register): Update.
640 (store_register): Update.
641
642 2002-11-07 Joel Brobecker <brobecker@gnat.com>
643
644 Preparation work to convert the hppa targets to multiarch partial.
645
646 * hppa-tdep.c: Add new functions replacing macro bodies from
647 config/pa/tm-hppa.h. These function will be used to initialize
648 the gdbarch structure. Import some comments from tm-hppa.h,
649 and place them where appropriate, to avoid loosing them when
650 we cleanup this file.
651 (hppa_reg_struct_has_addr): New function.
652 (hppa_inner_than): New function.
653 (hppa_stack_align): New function.
654 (hppa_pc_requires_run_before_use): New function.
655 (hppa_instruction_nullified): New function.
656 (hppa_register_byte): New function.
657 (hppa_register_virtual_type): New function.
658 (hppa_store_struct_return): New function.
659 (hppa_cannot_store_register): New function.
660 (hppa_frame_args_address): New function.
661 (hppa_frame_locals_address): New function.
662 (hppa_smash_text_address): New function.
663 (hppa_coerce_float_to_double): New function. Requires the inclusion
664 of "language.h".
665
666 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
667
668 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
669 gdbarch-eligible macro to a call to the new associated function
670 created in hppa-tdep.c.
671 (INNER_THAN): Likewise.
672 (STACK_ALIGN): Likewise.
673 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
674 (INSTRUCTION_NULLIFIED): Likewise.
675 (REGISTER_BYTE): Likewise.
676 (REGISTER_VIRTUAL_TYPE): Likewise.
677 (STORE_STRUCT_RETURN): Likewise.
678 (CANNOT_STORE_REGISTER): Likewise.
679 (FRAME_ARGS_ADDRESS): Likewise.
680 (FRAME_LOCALS_ADDRESS): Likewise.
681 (SMASH_TEXT_ADDRESS): Likewise.
682 (COERCE_FLOAT_TO_DOUBLE): Likewise.
683 (ABOUT_TO_RETURN): Delete, as no longer used.
684
685 2002-11-07 Fernando Nasser <fnasser@redhat.com>
686
687 * printcmd.c (disassemble_command): Remove obsolete function.
688 (_initialize_printcmd): Do not create disassemble command here.
689 * cli/cli-cmds.c (disassemble_command): New function. Implements
690 disassemble command.
691 (init_cli_cmds): Create disassemble command here instead.
692
693 2002-11-07 Andrew Cagney <ac131313@redhat.com>
694
695 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
696
697 2002-11-07 Andrew Cagney <ac131313@redhat.com>
698
699 * regcache.h (regcache_cooked_read_using_offset_hack)
700 (regcache_cooked_write_using_offset_hack): Delete declarations.
701 (register_changed): Delete declaration.
702 * regcache.c (regcache_cooked_read_using_offset_hack)
703 (regcache_cooked_write_using_offset_hack): Delete functions.
704 (cooked_xfer_using_offset_hack): Delete function.
705 (register_changed): Delete function.
706
707 2002-11-07 Jim Blandy <jimb@redhat.com>
708
709 * macroscope.c: #include "complaints.h".
710 (sal_macro_scope): Cope with filenames that appear in the symtabs,
711 but not in the macro table.
712 * Makefile.in (macroscope.o): Record dependency.
713
714 2002-11-07 Joel Brobecker <brobecker@gnat.com>
715
716 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
717
718 2002-11-07 Andrew Cagney <ac131313@redhat.com>
719
720 * regcache.c (deprecated_registers_fetched): Update.
721 * regcache.h (deprecated_registers_fetched): Rename
722 registers_fetched.
723 * remote-vxsparc.c (vx_read_register): Update.
724 * remote-vxmips.c (vx_read_register): Update.
725 * remote-vx68.c (vx_read_register): Update.
726 * irix5-nat.c (fetch_core_registers): Update.
727 * mipsm3-nat.c (fetch_inferior_registers): Update.
728 * sun3-nat.c (fetch_inferior_registers): Update.
729 * symm-nat.c (fetch_inferior_registers): Update.
730 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
731 (fetch_core_registers): Update.
732 (fetch_kcore_registers): Update.
733 * mips-nat.c (fetch_inferior_registers): Update.
734 * corelow.c (get_core_registers): Update.
735 * a68v-nat.c (fetch_inferior_registers): Update.
736
737 2002-11-06 Joel Brobecker <brobecker@gnat.com>
738
739 Put in place the framework necessary for multiarching the hppa targets.
740 * hppa-tdep.c (hppa_gdbarch_init): New function.
741 (hppa_dump_tdep): New function.
742 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
743 tdep structure dumper.
744 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
745 until the multi-arching conversion has partially been completed.
746
747 2002-11-06 Andrew Cagney <ac131313@redhat.com>
748
749 * valops.c (value_assign): Merge lval_register case into
750 lval_reg_frame_relative. Use frame_register and
751 regcache_cooked_write instead of get_saved_register and
752 write_register_bytes. After flushing the register cache, try to
753 re-select the selected frame.
754
755 2002-11-06 Andrew Cagney <ac131313@redhat.com>
756
757 * regcache.h (deprecated_register_valid): Rename register_valid.
758 * regcache.c: Update.
759 * ia64-aix-nat.c: Update.
760 * i386gnu-nat.c: Update.
761 * alpha-nat.c: Update.
762 * sparc-nat.c: Update.
763 * lynx-nat.c: Update.
764 * remote-mips.c: Update.
765
766 2002-11-06 Joel Brobecker <brobecker@gnat.com>
767
768 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
769 to end of file, to be more consistent with the pratice followed
770 by other targets.
771
772 2002-11-06 Andrew Cagney <ac131313@redhat.com>
773
774 * infcmd.c: Include "reggroups.h" and <ctype.h>.
775 (print_float_info): Print registers in float_reggroup.
776 (print_vector_info): Print registers in vector_reggroup.
777 (default_print_registers_info): When all, print registers in
778 all_reggroup. Otherwize, print registers in general_reggroup.
779 (registers_info): Rewrite. Add support for register groups.
780 Eliminate a goto.
781
782 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
783
784 * symtab.c (methods_info): Delete. It has been ifdeffed out for
785 ages.
786 (symtab_symbol_info): Remove eons old ifdeffed out code.
787 (_initialize_symtab): Remove prehistoric disabled 'info methods'
788 command.
789
790 2002-11-06 Theodore A. Roth <troth@openavr.org>
791
792 * c-exp.y: Add missing semi-colons.
793 * f-exp.y: Add missing semi-colons.
794 * m2-exp.y: Add missing semi-colons.
795 * p-exp.y: Add missing semi-colons.
796 Add empty action to start rule to avoid a type clash error when
797 building with bison >= 1.50.
798
799 2002-11-06 Jim Blandy <jimb@redhat.com>
800
801 * macrotab.h (struct macro_source_file): Doc fix.
802
803 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
804
805 * varobj.c (child_exists, cplus_number_of_children): Change
806 STREQ macro references to strcmp.
807 (cplus_name_of_child): Change code to handle the fact that
808 fields are not necessarily contiguous with regards to their
809 access control. This is a fix for PR gdb/792.
810
811 2002-11-05 Andrew Cagney <ac131313@redhat.com>
812
813 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
814 * gdbarch.h, gdbarch.c: Regnerate.
815 * frame.h (frame_register): Declare.
816 * frame.c (frame_register): New function.
817 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
818 GET_SAVED_REGISTER, otherwize call
819 generic_unwind_get_saved_register.
820 (frame_register_read): Use frame_register instead of
821 get_saved_register.
822
823 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
824
825 From Jim Ingham <jingham@apple.com>:
826 * event-top.c (gdb_disable_readline): New function.
827 (_initialize_event_loop): Move comment.
828
829 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
830
831 * event-loop.c (start_event_loop): Add comment.
832 Update copyright.
833
834 2002-11-05 Andrew Cagney <ac131313@redhat.com>
835
836 * infcmd.c (default_print_registers_info): Do not call
837 PRINT_REGISTER_HOOK.
838
839 2002-11-05 Andrew Cagney <ac131313@redhat.com>
840
841 * sparc-tdep.c (sparc_print_register_hook): Make static.
842 (sparc_print_registers_info): New function.
843 (sparc_do_registers_info): New function.
844 (sparclet_print_registers_info): New function.
845 (sparclet_do_registers_info): New function.
846 (do_sparc_print_registers_info): New function.
847 (sparc_print_registers): New static function, clone of infcmd.c's
848 default_print_registers_info.
849 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
850 (sparclet_do_registers_info): Declare.
851 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
852 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
853 Re-define.
854 (sparc_do_registers_info): Declare.
855 (PRINT_REGISTER_HOOK): Delete macro.
856 (sparc_print_register_hook): Delete declaration.
857
858 2002-11-05 David Carlton <carlton@math.stanford.edu>
859
860 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
861 functions.
862 (lookup_symbol_aux_local): New function.
863 (lookup_symbol_aux_symtabs): New function.
864 (lookup_symbol_aux_psymtabs): New function.
865
866 2002-11-05 David Carlton <carlton@math.stanford.edu>
867
868 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
869 previous values of 'objfile' and 'block'.
870
871 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
872
873 * values.c (value_change_enclosing_type): Set
874 enclosing_type field correctly also for the case where
875 more memory needs to be allocated.
876
877 2002-11-03 Mark Kettenis <kettenis@gnu.org>
878
879 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
880 of puts_filtered.
881
882 * i387-tdep.c (i387_print_float_info): Replace calls to
883 register_read and deprecated_read_register_gen with calls to
884 frame_register_read, and make the necessary adjustments to the
885 surrounding code.
886
887 2002-11-02 Andrew Cagney <ac131313@redhat.com>
888
889 * gdbarch.sh (register_reggroup_p): Allow default value.
890 * gdbarch.h, gdbarch.c: Regenerate.
891
892 2002-11-02 Andrew Cagney <ac131313@redhat.com>
893
894 * regcache.h: Add coment indicating replacements for deprecated
895 functions.
896
897 2002-11-02 Andrew Cagney <cagney@redhat.com>
898
899 * reggroups.h, reggroups.c: New files.
900 * regcache.c: Include "reggroups.h".
901 (enum regcache_dump_what): Add `regcache_dump_groups'.
902 (regcache_dump): Contract size of the "Type" column. When
903 specified, dump the register's groups.
904 (maintenance_print_register_groups): New function.
905 (_initialize_regcache): Add command `maint print register-groups'.
906 * Makefile.in (COMMON_OBS): Add reggroups.o
907 (SFILES): Add reggroups.c.
908 (reggroups_h): Define.
909 (regcache.o, gdbarch.o): Update dependencies.
910 (reggroups.o): Specify dependencies.
911 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
912 Add opaque declaration for `struct reggroup' in generated .h file.
913 Include "reggroups.h" in generated .c file.
914 gdbarch.h, gdbarch.c: Re-generate.
915
916 2002-11-02 Andrew Cagney <cagney@redhat.com>
917
918 * regcache.h (deprecated_read_register_gen): Rename
919 read_register_gen.
920 (deprecated_write_register_gen): Rename write_register_gen.
921 * i387-tdep.c: Update.
922 * x86-64-linux-nat.c: Update
923 * wince.c: Update.
924 * thread-db.c: Update.
925 * win32-nat.c: Update.
926 * mips-tdep.c: Update.
927 * d10v-tdep.c: Update.
928 * cris-tdep.c: Update.
929 * remote-sim.c: Update.
930 * remote-rdi.c: Update.
931 * remote-rdp.c: Update.
932 * frame.c: Update.
933 * target.c: Update.
934 * blockframe.c: Update.
935 * x86-64-tdep.c: Update.
936 * xstormy16-tdep.c: Update.
937 * sh-tdep.c: Update.
938 * s390-tdep.c: Update.
939 * rs6000-tdep.c: Update.
940 * sparc-tdep.c: Update.
941 * i386-tdep.c: Update.
942 * dwarf2cfi.c: Update.
943 * regcache.c: Update.
944
945 2002-11-01 Joel Brobecker <brobecker@gnat.com>
946
947 New interix-specific files:
948 * config/i386/nm-interix.h: New file.
949 * config/i386/interix.mh: New file.
950 * config/i386/interix.mt: New file.
951 * i386-interix-nat.c: New file.
952 * i386-interix-tdep.c: New file.
953
954 2002-11-01 Andrew Cagney <cagney@redhat.com>
955
956 * frame.h (deprecated_generic_get_saved_register): Rename
957 generic_get_saved_register.
958 * blockframe.c (deprecated_generic_get_saved_register): Update.
959 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
960 (xstormy16_frame_saved_register): Update.
961 * sh-tdep.c (sh_gdbarch_init): Update.
962 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
963 * ia64-tdep.c (ia64_get_saved_register): Update.
964 * cris-tdep.c (cris_gdbarch_init): Update.
965 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
966 * arm-tdep.c (arm_gdbarch_init): Update.
967
968 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
969
970 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
971
972 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
973
974 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
975 trampolines in sigaction.
976
977 2002-10-31 Andrew Cagney <cagney@redhat.com>
978
979 * h8300-tdep.c: Include "gdb_assert.h".
980 (h8300_print_register): Add gdbarch, file and frame parameters.
981 Use frame_read_unsigned_register to read the register's value.
982 Use fprintf_filtered to display output.
983 (h8300_print_registers_info): Replace h8300_do_registers_info.
984 (h8300_gdbarch_init): Set print_registers_info.
985
986 2002-10-31 Andrew Cagney <cagney@redhat.com>
987
988 * frame.c (frame_read_unsigned_register): New function.
989 (frame_read_signed_register): New function.
990 * frame.h (frame_read_unsigned_register): Declare.
991 (frame_read_signed_register): Declare.
992
993 2002-10-31 Andrew Cagney <cagney@redhat.com>
994
995 * h8500-tdep.c (h8500_print_registers_info): New static function,
996 clone of infcmd.c's default_print_registers_info.
997 (h8500_do_registers_info): New funtion.
998 (h8500_print_register_hook): Rename print_register_hook, make
999 static.
1000
1001 * config/h8500/tm-h8500.h: Update copyright.
1002 (DEPRECATED_DO_REGISTERS_INFO): Define.
1003 (h8500_do_registers_info: Declare.
1004 (PRINT_REGISTER_HOOK): Delete macro.
1005 (print_register_hook): Delete function.
1006
1007 2002-10-31 Andrew Cagney <cagney@redhat.com>
1008
1009 * z8k-tdep.c (z8k_print_register_hook): Make static.
1010 (z8k_print_registers_info): New static function, clone of
1011 infcmd.c's default_print_registers_info.
1012 (z8k_do_registers_info): New function. Wrap
1013 z8k_print_registers_info.
1014 * config/z8k/tm-z8k.h: Update copyright.
1015 (PRINT_REGISTER_HOOK): Delete macro.
1016 (z8k_print_register_hook): Delete declaration.
1017 (DEPRECATED_DO_REGISTERS_INFO): Define.
1018 (z8k_do_registers_info): Declare.
1019
1020 2002-10-30 Joel Brobecker <brobecker@gnat.com>
1021
1022 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1023 as this is already provided by value.h, and was actually causing
1024 a compilation error because of a conflict in parameter type
1025 declaration due to a missing const keyword.
1026 (low_text_segment_addres): Fix a compilation warning.
1027
1028 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1029
1030 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1031 registers without a name.
1032 (mips_linux_cannot_store_register): Don't store registers without
1033 a name.
1034
1035 2002-10-28 David Carlton <carlton@math.stanford.edu>
1036
1037 * symtab.c (find_addr_symbol): Delete. (It was already commented
1038 out.)
1039 * symtab.h: Delete prototype for find_addr_symbol.
1040
1041 2002-10-26 Andrew Cagney <cagney@redhat.com>
1042
1043 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1044 DO_REGISTERS_INFO.
1045 gdbarch.h, gdbarch.c: Re-generate.
1046 * infcmd.c (default_print_registers_info): Update reference.
1047 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1048 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1049 * sh-tdep.c (sh_gdbarch_init): Ditto.
1050 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1051 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1052
1053 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1054
1055 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1056 cfi_init_extra_frame_info.
1057 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1058 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1059
1060 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1061 target where necessary. Add more comments and remove the ones
1062 that don't provide any useful information.
1063
1064 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1065 deprecated_read_register_dummy with
1066 frame_unwind_unsigned_register.
1067
1068 * i386-tdep.c (i386_extract_struct_value_address): Use
1069 regcache_raw_read_unsigned instead of
1070 regcache_cooked_read_unsigned since we know that the register
1071 we're reading isn't a pseudo register. Rename variable 'val' into
1072 the more descriptive 'addr'.
1073
1074 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1075 (x86_64_push_return_address): Add comment.
1076 (x86_64_pop_frame): Make static.
1077 (examine_argument): Clarify comment.
1078 (x86_64_skip_prologue): Make prolog_expact variable static.
1079
1080 * dwarf2cfi.c: Fix some formatting problems.
1081 (context_cpy, read_encoded_pointer): Clarify comments.
1082
1083 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1084 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1085 i386 target back into x86_64_gdbarch_init. Add some comments and
1086 remove meaningless ones.
1087
1088 2002-10-25 Andrew Cagney <cagney@redhat.com>
1089
1090 * complaints.h (struct deprecated_complaint): Rename `struct
1091 complaint'.
1092 * complaints.c (complain): Update.
1093 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1094 incorrect comment indicating that "symfile.h" was being included
1095 for the `struct complaint' definition.
1096 * remote-vx.c: Update.
1097 * objc-lang.c: Update.
1098 * xcoffread.c: Update.
1099 * hpread.c: Update.
1100 * mdebugread.c: Update.
1101 * stabsread.c: Update.
1102 * dwarf2read.c: Update.
1103 * dwarfread.c: Update.
1104 * elfread.c: Update.
1105 * coffread.c: Update.
1106 * stabsread.h: Update.
1107 * dbxread.c: Update.
1108 * buildsym.c: Update.
1109 * gdbtypes.c: Update.
1110 * macrotab.c: Update.
1111
1112 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1113
1114 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1115 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1116 (x86_64_init_abi): ...new function.
1117
1118 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1119 * i386v-nat.c: Include "i386-tdep.h".
1120
1121 2002-10-25 Andrew Cagney <cagney@redhat.com>
1122
1123 * gdbtypes.c (address_space_name_to_int): Update.
1124 (address_space_int_to_name): Update.
1125 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1126 multi-arch predicate.
1127 (address_class_name_to_type_flags): Ditto.
1128 * gdbarch.h, gdbarch.c: Re-generate.
1129
1130 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1131
1132 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1133
1134 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1135
1136 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1137
1138 * symtab.h (INIT_SAL): Delete macro.
1139 (init_sal): Export.
1140 * symtab.c (init_sal): New function.
1141
1142 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1143 to init_sal function call.
1144 (find_sal_from_funcs_and_line): Ditto.
1145 (all_sals_for_line): Ditto.
1146 * breakpoint.c (create_internal_breakpoint): Ditto.
1147 (create_fork_vfork_event_catchpoint): Ditto.
1148 (create_exec_event_catchpoint): Ditto.
1149 (parse_breakpoint_sals): Ditto.
1150 (watch_command_1): Ditto.
1151 (handle_gnu_4_16_catch_command): Ditto.
1152 (clear_command): Ditto.
1153 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1154 * infcmd.c (run_stack_dummy): Ditto.
1155 * infrun.c (process_event_stop_test): Ditto.
1156 (check_sigtramp2): Ditto.
1157 (step_over_function): Ditto.
1158 * linespec.c (decode_line_2): Ditto.
1159 (decode_line_1): Ditto.
1160 * source.c (line_info): Ditto.
1161 * symtab.c (find_pc_sect_line): Ditto.
1162
1163 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1164
1165 * dwarf2cfi.c (struct context)
1166 (struct context_reg): Moved to dwarf2cfi.h
1167 (context_alloc, frame_state_alloc, context_cpy):
1168 Made extern instead of static, removed prototypes.
1169 * dwarf2cfi.h (struct context)
1170 (struct context_reg): New, moved from dwarf2cfi.c
1171 (context_alloc, frame_state_alloc, context_cpy):
1172 New prototypes.
1173 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1174 Changed from static to extern.
1175 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1176 (LINUX_SIGCONTEXT_FP_OFFSET)
1177 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1178 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1179 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1180 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1181 set_gdbarch_*() calls now use x86-64 specific functions
1182 instead of DWARF2 CFI ones.
1183 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1184 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1185 (x86_64_init_extra_frame_info): New prototypes.
1186
1187 2002-10-23 David Carlton <carlton@math.stanford.edu>
1188
1189 * linespec.c: #include "parser-defs.h".
1190 Delete prototype for find_template_name_end.
1191 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1192
1193 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1194
1195 * NEWS: add recent mi fixes.
1196 * varobj.c (struct varobj): Add new "updated" flag.
1197 (new_variable): Default "updated" flag to 0.
1198 (varobj_set_value): Set "updated" flag to 1 if value
1199 changes.
1200 (varobj_update): Check varobj "updated" flag before
1201 comparing old and refreshed values. Fix for
1202 PR gdb/702.
1203
1204 2002-10-23 David Carlton <carlton@math.stanford.edu>
1205
1206 * parse.c (parse_exp_1): Use BLOCK_START.
1207 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1208 SYMBOL_BLOCK_VALUE.
1209 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1210
1211 2002-10-23 David Carlton <carlton@math.stanford.edu>
1212
1213 * symtab.c: Delete cplusplus_hint.
1214 Delete prototype for find_template_name_end.
1215
1216 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1217
1218 * symtab.h: Update comment.
1219
1220 2002-10-23 Michael Snyder <msnyder@redhat.com>
1221
1222 * printcmd.c (address_info): Restore quotes in output.
1223 * valops.c (value_of_local): Restore quotes in error message.
1224
1225 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1226
1227 * symtab.c (symbol_demangled_name): New function.
1228 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1229 turning most of it into a function.
1230 (symbol_demangled_name): Export.
1231
1232 2002-10-23 Michael Snyder <msnyder@redhat.com>
1233
1234 * valops.c (value_of_local): Restore quotes in error message.
1235
1236 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1237
1238 * symtab.c (symbol_init_language_specific): New function.
1239 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1240 turning most of it into a function.
1241 (symbol_init_language_specific): Export.
1242
1243 2002-10-23 David Carlton <carlton@math.stanford.edu>
1244
1245 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1246 (dwarf_attr_name): Ditto.
1247 (dwarf_type_encoding_name): Ditto.
1248 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1249 (process_die): Handle DW_TAG_namespace,
1250 DW_TAG_imported_declaration, DW_TAG_imported_module.
1251 (read_namespace): New function.
1252
1253 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1254
1255 * configure.in: Define NEW_PROC_API on Interix too.
1256 * configure: Regenerate.
1257
1258 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1259
1260 * configure: Regenerate using the proper version of autoconf.
1261
1262 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1263
1264 * findvar.c (read_var_value): Temporarily disable TLS code, until
1265 complete TLS support is added.
1266
1267 2002-10-21 Jim Blandy <jimb@redhat.com>
1268 Elena Zannoni <ezannoni@redhat.com>
1269
1270 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1271 for thread local storage locations.
1272 (struct symbol): Add objfile field.
1273 (SYMBOL_OBJFILE): Define.
1274 * dwarf2read.c (is_thread_local): New static variable.
1275 (new_symbol): If variable is in thread local fill in address class
1276 and objfile appropriately.
1277 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1278 stack operation.
1279 * printcmd.c (address_info): Print the information for thread
1280 local storage variable.
1281 * findvar.c (read_var_value): In case of thread local variable,
1282 defer to the target vector code to compute address.
1283
1284 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1285
1286 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1287 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1288
1289 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1290
1291 * symtab.h (address_class): Rename
1292 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1293 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1294 * printcmd.c (address_info): Ditto.
1295 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1296
1297 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1298
1299 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1300 DBREG_DRX macro to acces debug registers.
1301
1302 * Makefile.in (i386obsd-tdep.o): New target.
1303
1304 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1305 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1306
1307 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1308 * config/i386/obsd.mt: New file.
1309 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1310 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1311 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1312 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1313 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1314 * i386obsd-tdep.c: New file.
1315
1316 2002-10-19 Adam Fedor <fedor@gnu.org>
1317
1318 * objc-exp.y (name_not_typename): Fix invalid comment.
1319
1320 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1321
1322 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1323 to allocate partial syms and macro byte caches.
1324
1325 2002-10-18 David Carlton <carlton@math.stanford.edu>
1326
1327 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1328
1329 2002-10-18 Adam Fedor <fedor@gnu.org>
1330
1331 * stabsread.c (find_name_end): New function.
1332 (define_symbol): Use it.
1333
1334 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1335
1336 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1337 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1338 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1339 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1340
1341 2002-10-17 David Carlton <carlton@math.stanford.edu>
1342
1343 * symfile.h: Add opaque declaration for struct obstack.
1344 Declare obsavestring to take a const char *.
1345 * symfile.c (obsavestring): Make first argument a const char *.
1346
1347 2002-10-16 Adam Fedor <fedor@gnu.org>
1348
1349 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1350 names when matching breakpoints in current file.
1351
1352 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1353
1354 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1355 (read_tag_pointer_type): Add address class support.
1356 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1357 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1358 New methods.
1359 * gdbarch.h, gdbarch.c: Regenerate.
1360 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1361 (make_type_with_address_space, recursive_type_dump): Add address
1362 class support.
1363 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1364 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1365 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1366
1367 2002-10-16 Klee Dienes <kdienes@apple.com>
1368
1369 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1370 to get the last character of a char[] buffer, not
1371 name[sizeof(vptr_name)-1].
1372
1373 2002-10-14 Adam Fedor <fedor@gnu.org>
1374
1375 * symtab.h: New objc_specific struct.
1376 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1377 (SYMBOL_DEMANGLED_NAME): Likewise.
1378
1379 2002-10-14 Adam Fedor <fedor@gnu.org>
1380
1381 * symfile.c (init_filename_language_table): Add ObjC file extension.
1382
1383 2002-10-14 Adam Fedor <fedor@gnu.org>
1384
1385 * utils.c (puts_filtered_tabular): New function.
1386 (fprintf_symbol_filtered): Get ObjC demangled name.
1387 * defs.h (puts_filtered_tabular): Declared.
1388
1389 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1390
1391 * c-lang.h (c_type_print_varspec_prefix): Delete.
1392 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1393 ``need_post_space'' parameter. Adjust all callers.
1394
1395 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1396
1397 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1398 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1399 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1400 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1401
1402 2002-10-13 Adam Fedor <fedor@gnu.org>
1403
1404 * source.c (print_source_lines): Update comments.
1405
1406 2002-10-13 Adam Fedor <fedor@gnu.org>
1407
1408 * valops.c (value_of_local): New function.
1409 (value_of_this): Use it.
1410 * value.h (value_of_local): Declared.
1411
1412 2002-10-13 Adam Fedor <fedor@gnu.org>
1413
1414 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1415 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1416
1417 2002-10-12 Adam Fedor <fedor@gnu.org>
1418
1419 * language.c (binop_result_type): Add language_objc to case.
1420 (integral_type): Likewise.
1421 (character_type): Likewise.
1422 (string_type): Likewise.
1423 (boolean_type): Likewise.
1424 (structured_type): Likewise.
1425 (binop_type_check): Likewise.
1426
1427 2002-10-11 Adam Fedor <fedor@gnu.org>
1428
1429 * printcmd.c (address_info): Print 'self' for ObjC.
1430
1431 2002-10-11 Adam Fedor <fedor@gnu.org>
1432
1433 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1434 OP_SELF.
1435
1436 2002-10-11 Adam Fedor <fedor@gnu.org>
1437
1438 * language.h (CAST_IS_CONVERSION): Add language_objc.
1439
1440 2002-10-11 Adam Fedor <fedor@gnu.org>
1441
1442 * defs.h (enum language): Add language_objc.
1443
1444 2002-10-11 Klee Dienes <kdienes@apple.com>
1445
1446 * corefile.c (read_memory_typed_address): New function.
1447 * gdbcore.h (read_memory_typed_address): Add prototype.
1448 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1449 to read a value destined for a CORE_ADDR, not read_memory_integer.
1450 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1451 (f77_get_dynamic_lowerbound): Ditto.
1452
1453 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1454
1455 * utils.c (string_to_core_addr): After turning string into
1456 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1457 which will do necessary sign-extension, etc.
1458
1459 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1460
1461 * c-exp.y (THIS): Delete token and grammar rule.
1462 (yylex): Don't return THIS.
1463 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1464 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1465 * demangle.c (cplus_markers): Update comment. Put '$'
1466 first. Remove CPLUS_MARKER.
1467 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1468 * jv-exp.y (THIS): Delete token and grammar rule.
1469 (yylex): Don't return THIS.
1470 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1471 * objc-exp.y (THIS): Delete token and grammar rule.
1472 (yylex): Don't return THIS.
1473 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1474 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1475 (read_member_functions): Likewise for opname.
1476 (read_tilde_fields): Use is_cplus_marker.
1477
1478 * defs.h (CPLUS_MARKER): Don't define.
1479 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1480 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1481 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1482 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1483 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1484
1485 * config/i386/tm-i386v4.h: Delete file.
1486 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1487 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1488 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1489 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1490 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1491 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1492 * config/i386/i386v4.mt (TM_FILE): Likewise.
1493 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1494
1495 2002-10-10 Marko Mlinar <markom@opencores.org>
1496
1497 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1498 accidentially not commited 2002-10-09
1499 * gdbarch.h, gdbarch.c: Re-generate.
1500
1501 2002-10-09 Marko Mlinar <markom@opencores.org>
1502
1503 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1504 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1505 * gdbarch.h, gdbarch.c: Re-generate.
1506
1507 2002-10-08 Petr Sorfa <petrs@caldera.com>
1508
1509 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1510
1511 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1512 so we can work on more than one compilation unit at a time. This
1513 helps prepare GDB to handle inter-CU die references.
1514 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1515 the code to be defined before struct comp_unit_head.
1516 (comp_unit_head): Added new members - offset, cu_head,
1517 begin_die, next and dwarf2_abbrevs.
1518 (dwarf2_abbrevs): Removed single static var; now member of
1519 struct comp_unit_head.
1520 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1521 members.
1522 (psymtab_to_symtab_1): Changed to work with the new
1523 struct comp_unit_head.
1524 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1525 constructs the dwarf2_abbrevs[] inside the cu_header.
1526 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1527 dwarf2_abbrev table to clean up.
1528 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1529 handling of dwarf2_abbrevs inside the cu_header.
1530 (read_partial_die): Now supports the call to the new
1531 dwarf2_lookup_abbrev.
1532 (read_full_die): Now supports the call to the new
1533 dwarf2_lookup_abbrev.
1534
1535 2002-10-06 Christopher Faylor <cgf@redhat.com>
1536
1537 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1538 insure that shell variables, such as "transformed_name" are propagated
1539 to later shell statements in rule.
1540
1541 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1542
1543 * config/i386/nm-i386sco.h: Add protection against
1544 multiple-inclusion. Include "i386/nm-i386v.h".
1545 (REGISTER_U_ADDR): Remove define.
1546 (i386_register_u_addr): Remove prototype.
1547
1548 2002-10-04 Michael Snyder <msnyder@redhat.com>
1549
1550 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1551 before treating it as a single-step event.
1552
1553 2002-10-03 Adam Fedor <fedor@gnu.org>
1554
1555 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1556 (objc_demangle): Remove assignment in if statements, Replace
1557 free with xfree.
1558 (add_msglist): Likewise.
1559 (end_msglist): Likewise.
1560 (complare_selectors): Likewise.
1561 (selectors_info): Likewise.
1562 (compare_classes): Likewise.
1563 (classes_info): Likewise.
1564 (print_object_command): Likewise.
1565 (find_objc_msgcall_submethod): Replace PTR with void *.
1566 * objc-lang.h: Remove check for __STDC__.
1567
1568 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1569
1570 * ui-out.h (ui_out_field_fmt_int): New prototype.
1571 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1572 of field width and alignment.
1573 * stack.c (print_frame_info_base): When printing frame level, use
1574 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1575 PR gdb/192
1576
1577 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1578
1579 * MAINTAINERS: Add self to Write After Approval list.
1580
1581 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1582
1583 * infcmd.c (interrupt_target_command_wrapper): Delete.
1584 (interrupt_target_command): Make non static.
1585 (nofp_registers_info): Make static.
1586 * stack.c (return_command_wrapper): Delete.
1587 (return_command): Make non static.
1588
1589 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1590
1591 * event-top.c (gdb_setup_readline): New function. Code moved from
1592 _initialize_event_loop().
1593 (_initialize_event_loop): Call gdb_setup_readline().
1594
1595 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1596
1597 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1598 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1599 * gdbarch.h, gdbarch.c: Re-generate.
1600
1601 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1602
1603 Fix PR gdb/778
1604 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1605 before recursing.
1606 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1607 of fill_in_vptr_fieldno.
1608
1609 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1610
1611 * inferior.h (registers_info, stepi_command, nexti_command,
1612 continue_command, interrupt_target_command): Export from infcmd.c.
1613 * frame.h (args_info, selected_frame_level_changed_hook,
1614 return_command): Export from stack.c.
1615 * v850ice.c (stepi_command, nexti_command, continue_command): use
1616 prototypes from inferior.h.
1617 * tracepoint.c (registers_info, args_info, locals_info): Use
1618 prototypes from frame.h and inferior.h.
1619 * Makefile.in (mi-main.o): Add dependency on frame.h.
1620
1621 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1622
1623 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1624 value in register 3 adjusted by ppc_gp0_regnum.
1625
1626 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1627
1628 2002-10-02 Marko Mlinar <markom@opencores.org>
1629
1630 * MAINTAINERS: Add myself to the Write After Approval list.
1631
1632 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1633
1634 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1635 of the section for the N64 ABI, fixed.
1636
1637 * config/mips/tm-irix6.h: Include solib.h.
1638
1639 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1640
1641 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1642 GNU operators.
1643
1644 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1645
1646 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1647 and that "mi0" syntax has been removed.
1648
1649 2002-09-30 David Carlton <carlton@math.stanford.edu>
1650
1651 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1652 * ppc-sysv-tdep.c: #include "gdb_string.h".
1653 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1654 pacify GCC.
1655
1656 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1657
1658 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1659 "vrsave"'s register number.
1660
1661 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1662
1663 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1664 use frame_unwind_signed_register to obtain the PC.
1665 (mips_frame_chain): Handle a generic dummy frame.
1666 (mips_init_extra_frame_info): When a generic dummy frame, don't
1667 re-compute the frame base.
1668 (mips_pop_frame): Handle generic dummy frames.
1669 (mips_gdbarch_init): When generic dummy frames, set
1670 use_generic_dummy_frames, push_dummy_frame to
1671 generic_push_dummy_frame, pc_in_call_dummy to
1672 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1673 generic_save_dummy_frame_tos.
1674
1675 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1676
1677 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1678 against TOP when TOP was explictly set.
1679 (generic_push_dummy_frame): Set TOP to zero.
1680
1681 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1682
1683 * event-loop.c (start_event_loop): Rename variable 'result' to
1684 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1685
1686 2002-09-30 Keith Seitz <keiths@redhat.com>
1687
1688 * gdb-events.sh (selected_thread_changed): New event.
1689 * gdb-events.c: Regenerated.
1690 * gdb-events.h: Regenerated.
1691
1692 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1693
1694 * MAINTAINERS: Add self to Write After Approval list.
1695
1696 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1697
1698 * disasm.c: New file.
1699 * disasm.h: New file.
1700 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1701 (compare_lines): Ditto.
1702 (dump_insns): Ditto.
1703 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1704 argument.
1705 (do_assembly_only): Ditto.
1706 (do_disassembly): Renamed to gdb_disassembly and moved to
1707 disasm.c. Sdded uiout argument.
1708 * Makefile.in: Add new files. Reorder SFILES list. Update
1709 dependencies. Include libgdb.a later in the insight executable.
1710
1711 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1712
1713 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1714 bfd/elf64-alpha-fbsd.c.
1715
1716 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1717
1718 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1719 i386gnu-tdep.c.
1720
1721 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1722
1723 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1724 __FUNCTION__.
1725 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1726 function name.
1727 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1728 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1729 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1730 (S_msg_sig_post_reply): Ditto.
1731
1732 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1733
1734 * sh-tdep.c (sh_use_struct_convention): Use definition according
1735 to ABI.
1736 (sh_push_arguments): Store in register with correct endianess.
1737 (sh_default_store_return_value): Ditto.
1738 (sh_gdbarch_init): Set sizeof long double to 8.
1739
1740 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1741
1742 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1743 Fix some whitespace problems.
1744
1745 2002-09-27 David Carlton <carlton@math.stanford.edu>
1746
1747 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1748 (mcore-tdep.o): Ditto.
1749 (ns32k-tdep.o): Ditto.
1750 (ns32knbsd-tdep.o): Ditto.
1751 (sh3-rom.o): Ditto.
1752 (vax-tdep.o): Ditto.
1753 * cris-tdep.c: #include "gdb_string.h"
1754 * mcore-tdep.c: Ditto.
1755 * ns32k-tdep.c: Ditto.
1756 * ns32knbsd-tdep.c: Ditto.
1757 * sh3-rom.c: Ditto.
1758 * vax-tdep.c: Ditto.
1759
1760 2002-09-27 David Carlton <carlton@math.stanford.edu>
1761
1762 * config/djgpp/fnchange.lst: Add entries for
1763 gdb/testsuite/gdb.c++/m-static files.
1764
1765 2002-09-27 Jim Wilson <wilson@redhat.com>
1766
1767 * MAINTAINERS: Add myself to the Write After Approval list.
1768
1769 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1770
1771 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1772
1773
1774 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1775
1776 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1777 frame.
1778
1779 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1780
1781 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1782 (rs6000_struct_return_address): Delete variable.
1783 (rs6000_store_struct_return): Update.
1784 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1785 deprecated_extract_struct_value_address.
1786 (rs6000_frame_align): New function.
1787 (rs6000_gdbarch_init): Set frame_align.
1788
1789 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1790
1791 From Grace Sainsbury <graces@redhat.com>:
1792 * Makefile.in (gdbtk-main.o): New target.
1793 (gdb.o): New target.
1794 (main_h): Define.
1795 (main.o): Update dependencies.
1796 (gdb$(EXEEXT)): Add gdb.o.
1797 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1798 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1799 (SUBDIR_GDBTK_CLEAN): Set.
1800 (install-gdbtk): Install the insight binary.
1801 (uninstall-gdbtk): New target.
1802 (all-gdbtk, clean-gdbtk): New rule.
1803 * top.c (use_windows): Default to zero.
1804 * main.c: Include "main.h".
1805 (main): Delete.
1806 (struct captured_main_args): Delete.
1807 (gdb_main): New function.
1808 * main.h: New file.
1809 * gdb.c: New File.
1810
1811 2002-09-25 Andrew Cagney <cagney@redhat.com>
1812
1813 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1814 (frame_map_regnum_to_name): New function.
1815 (frame_map_name_to_regnum): New function.
1816 * frame.h (frame_map_name_to_regnum): Declare.
1817 (frame_map_regnum_to_name): Declare.
1818 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1819 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1820 * parse.c: Do not include "builtin-regs.h".
1821 (target_map_name_to_register): Delete function.
1822 (write_dollar_variable): Use frame_map_name_to_regnum.
1823 * parser-defs.h (target_map_name_to_register): Delete declaration.
1824 * expprint.c: Include "frame.h".
1825 (print_subexp): Use frame_map_regnum_to_name.
1826 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1827 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1828
1829 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1830
1831 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1832 wasn't saved, and the next innermost frame is a dummy, return the
1833 dummy frame's link register.
1834
1835 2002-09-24 Jim Blandy <jimb@redhat.com>
1836
1837 Fix from Paul Breed:
1838 * main.c (captured_main): Add a `break' after the case for 'b'.
1839
1840 2002-09-24 Keith Seitz <keiths@redhat.com>
1841
1842 * varobj.c (c_type_of_child): Use get_target_type instead
1843 of TYPE_TARGET_TYPE.
1844
1845 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1846
1847 * source.c (get_current_or_default_source_symtab_and_line): Remove
1848 function.
1849 (set_default_source_symtab_and_line): New function. Attempts to
1850 determine a source file to list lines from if one is not currently
1851 defined.
1852 (get_current_source_symtab_and_line): Initialize sal.pc and
1853 sal.end fields.
1854 (set_current_source_symtab_and_line): Mark argument as const.
1855 * source.h: Update declarations and comments.
1856 * linespec.c (decode_line_1): Replace call to removed routine above.
1857 * stack.c (print_frame_info_base): Ditto.
1858 * cli/cli-cmds.c (edit_command): Ditto.
1859 (list_command): Ditto.
1860
1861 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1862
1863 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1864 sal.pc and sal.end fields.
1865 (get_current_or_default_source_symtab_and_line): Ditto.
1866 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1867 so we do not cause a new source symtab to be searched for (reverting an
1868 unintentional change from the 2002-09-20 patch).
1869 * scm-lang.c (scm_unpac): Ditto.
1870
1871 2002-09-21 Andrew Cagney <cagney@redhat.com>
1872
1873 * complaints.c (symfile_explanations): Remove new-line from
1874 ``isolated_message''.
1875 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1876 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1877
1878 2002-09-20 Nick Clifton <nickc@redhat.com>
1879
1880 * NEWS: Announce that V850EA ISA is no longer supported.
1881 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1882
1883 2002-09-20 David Carlton <carlton@math.stanford.edu>
1884
1885 * Makefile.in (c-lang.o): Correct dependencies.
1886 (utils.o): Gather dependencies.
1887 (charset.o): Move.
1888 * c-lang.c: #include "gdb_string.h"
1889
1890 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1891
1892 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1893 * cli/cli-cmds.c (list_command): New function. Implements the new
1894 cli edit command.
1895 (_init_cli_cmds): Add new command definition.
1896 * gdb.1: Document edit command.
1897 * doc/gdb.texinfo: Document edit command.
1898
1899 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1900
1901 * source.c: Make global variables current_source_symtab and
1902 current_source_line static.
1903 (list_command): Moved to cli/cli-cmds.c.
1904 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1905 (get_first_line_listed): New accessor function.
1906 (get_lines_to_list): New accessor function.
1907 (get_current_source_symtab_and_line): New function. Retrieves the
1908 position in the source code that we consider current.
1909 (get_current_or_default_source_symtab_and_line): New function.
1910 Like the above but attempts to determine a default position if one
1911 is not currently defined.
1912 (set_current_source_symtab_and_line): New function. Sets the source
1913 code position considered current and returns the previously set one.
1914 (clear_current_source_symtab_and_line): Reset stored information about
1915 a current source line.
1916 (_initialize_source): Remove registration for the "list" command and
1917 its alias.
1918 * source.h: Add declarations for the new functions above.
1919 * symtab.h: Remove declarations for the global variables mentioned
1920 above.
1921 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1922 obtain current source line.
1923 * linespec.c (decode_line_1): Ditto.
1924 * macroscope.c (default_macro_scope): Ditto.
1925 * scm-lang.c (scm_unpac): Ditto.
1926 * stack.c (print_frame_info_base): Ditto.
1927 * symfile.c (clear_symtab_users): Ditto.
1928 * symtab.c (decode_line_spec): Ditto.
1929 * cli/cli-cmds.c (list_command): Moved here from source.c.
1930 (ambiguous_line_spec): Moved here from source.c.
1931 (_init_cli_cmds): Add definition for "list" and its alias.
1932 * Makefile.in: Update dependencies.
1933
1934 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1935
1936 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1937 with what gcc thinks is correct.
1938
1939 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1940
1941 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1942 multiple register push instruction.
1943
1944 2002-09-19 Jim Blandy <jimb@redhat.com>
1945
1946 Add support for distinct host and target character sets.
1947 * charset.c, charset.h: New files.
1948 * c-exp.y: #include "charset.h".
1949 (yylex): Convert character and string literals to the target
1950 character set, before returning them as the semantic value of the
1951 token.
1952 * c-lang.c: #include "charset.h".
1953 (c_emit_char): Use charset-specific methods to recognize
1954 characters with backslash escape forms, to decide which characters
1955 to print literally and which to print using numeric escape
1956 sequences, and to convert target characters to host characters
1957 before printing.
1958 * utils.c: #include "charset.h".
1959 (no_control_char_error): New function.
1960 (parse_escape): Use charset-specific methods to recognize
1961 backslash escapes, parse `control character' notation, and convert
1962 characters from the host character set to the target character set.
1963 * configure.in: Set the default host character set.
1964 Check where to find iconv, and what its argument types might be.
1965 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1966 * Makefile.in (SFILES): List charset.c.
1967 (COMMON_OBS): List charset.o.
1968 (charset.o): New rule.
1969 (charset_h): New header dependency variable.
1970 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1971 (LIBICONV): New variable, set by configure.
1972 (CLIBS): Include $(LIBICONV) here.
1973 * aclocal.m4, config.in, configure: Regenerated.
1974
1975 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1976
1977 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1978 bison 1.35 warning.
1979
1980 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1981
1982 * gdb_mbuild.sh: New file.
1983
1984 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1985
1986 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1987
1988 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1989
1990 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1991 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1992 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1993 valops.c, value.h: Revert previous change.
1994
1995 2002-09-18 Michael Snyder <msnyder@redhat.com>
1996
1997 Preliminary support for Objective-C:
1998 * defs.h (language_objc): New enum value.
1999 (puts_filtered_tabular): Declaration only, exported from utils.c.
2000 (skip_quoted): Delete, declared in completer.h.
2001 * c-exp.y: Include completer.h.
2002 * p-exp.y: Ditto.
2003 * jv-exp.y: Ditto.
2004 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2005 New operator enum values.
2006 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2007 * language.c (binop_result_type): Handle language_objc case.
2008 (integral_type, character_type, string_type, boolean_type,
2009 structured_type, binop_type_check): Ditto.
2010 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2011 (struct objc_specific): Add to general_symbol_info.
2012 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2013 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2014 * parser-defs.h (struct objc_class_str): New struct type.
2015 (start_msglist, end_msglist, add_msglist): Declaration only,
2016 exported from objc-lang.c.
2017 * value.h (value_of_local, value_nsstring,
2018 call_function_by_hand_expecting_type): Exported from valops.c.
2019 * valops.c (find_function_addr): Export.
2020 (call_function_by_hand_expecting_type): New function.
2021 (value_of_local): New function.
2022 * symfile.c (init_filename_language_table): Add ".m" extension
2023 for Objective-C.
2024 * utils.c (puts_filtered_tabular): New function.
2025 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2026 (set/show demangle): Extend help-string to refer to ObjC.
2027 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2028 * stabsread.c (symbol_reference_defined): Objective-C symbols
2029 may contain colons: make allowances when scanning stabs strings
2030 for colons.
2031 (objc_find_colon): New function.
2032 * printcmd.c (address_info): If language == objc then print
2033 "self" instead of "this".
2034 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2035 OP_NSSTRING, and OP_SELF.
2036 (prefixify_subexp): Ditto.
2037 * source.c (print_source_lines): Mention objc in comment.
2038 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2039 method names.
2040
2041 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2042
2043 * complaints.h: Update copyright.
2044 (struct complaints): Declare.
2045 (struct complaint): Make `message' constant.
2046 (internal_complaint): Declare.
2047 (complaint): Declare.
2048 (complaint_root): Delete declaration.
2049 (symfile_complaints): Delete declaration.
2050 (struct complaints): Add opaque declaration.
2051 (clear_complaints): Add a complaints parameter.
2052 * complaints.c: Update copyright.
2053 (enum complaint_series): Define.
2054 (complaint_root): Delete.
2055 (struct complaints): Define.
2056 (complaint_sentinel, symfile_complaint_book): New variables.
2057 (symfile_explanations, symfile_complaints): New variables.
2058 New variables.
2059 (get_complaints): New function.
2060 (vcomplaint): New function.
2061 (complaint): New function.
2062 (internal_complaint): New function.
2063 (complain): Call vcomplain with symfile_complaint.
2064 (clear_complaints): Rewrite.
2065 (_initialize_complaints): Use add_setshow_command.
2066 * Makefile.in (complaints.o): Update dependencies.
2067 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2068 to call to clear_complaints.
2069 (new_symfile_objfile, reread_symbols): Ditto.
2070 (oldsyms_complaint): Delete.
2071 (empty_symtab_complaint, unknown_option_complaint): Delete.
2072 (free_named_symtabs): Use complaint instead of complain.
2073
2074 2002-09-18 Michael Snyder <msnyder@redhat.com>
2075
2076 Contributed by Apple Computer, Inc. Merged with current sources
2077 by Adam Fedor <fedor@doc.com> [cagney].
2078
2079 * objc-lang.c: First clean-up round: comments, indentation.
2080 * objc-lang.h: Ditto.
2081 * objc-lang.y: Ditto.
2082
2083 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2084
2085 * maint.c (maintenance_internal_error): Print the parameter as the
2086 error message.
2087 (maintenance_internal_warning): New function.
2088 (_initialize_maint_cmds): Add command `maint internal-warning'.
2089
2090 * defs.h (internal_warning, internal_vwarning): Declare.
2091 * utils.c (struct internal_problem): Define.
2092 (internal_vproblem): New function.
2093 (internal_warning): New function.
2094 (internal_vwarning): New function.
2095 (internal_warning_problem, internal_error_problem): New variables.
2096 (internal_verror): Just call internal_vproblem.
2097
2098 2002-09-18 Michael Snyder <msnyder@redhat.com>
2099
2100 * objc-lang.c: New file, support for Objective-C.
2101 Preliminary check-in, not yet integrated into gdb.
2102 * objc-lang.h: New file.
2103 * objc-exp.y: New file.
2104
2105 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2106
2107 * infrun.c (signal_stop_update): Convert definition to ISO C.
2108 (signal_print_update): Ditto.
2109 (signal_pass_update): Ditto.
2110 * inflow.c (terminal_save_ours): Ditto.
2111
2112 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2113 comments.
2114
2115 * config/djgpp/fnchange.lst: Handle name clashes between
2116 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2117 bfd/coff-tic80.c.
2118
2119 * i386-linux-tdep.h: Fix tipo.
2120
2121 2002-09-18 Adam Fedor <fedor@gnu.org>
2122
2123 * MAINTAINERS: Add myself to the Write After Approval list.
2124
2125 2002-09-18 Jim Blandy <jimb@redhat.com>
2126
2127 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2128 texthigh and textlow to reader-specific structs caused
2129 objfile_relocate to miss them. This is fixable, but the work that
2130 the change was supposed to prepare GDB for never got done anyway.
2131
2132 2002-09-18 David Carlton <carlton@math.stanford.edu>
2133
2134 * MAINTAINERS: Alphabetize Write After Approval list.
2135
2136 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2137
2138 Fix PR gdb/709
2139 * values.c (value_static_field): Call read_var_value.
2140
2141 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2142
2143 * valops.c (hand_function_call): Align the initial stack pointer
2144 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2145 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2146 return value.
2147 * mips-tdep.c (mips_frame_align): New function.
2148 (mips_gdbarch_init): Set frame_align.
2149 * gdbarch.sh (FRAME_ALIGN): New method.
2150 * gdbarch.h, gdbarch.c: Re-generate.
2151
2152 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2153
2154 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2155 registers.
2156
2157 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2158
2159 * NEWS: Mention that MIPS $fp behavior changed.
2160 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2161 reference to FP_REGNUM.
2162 (mipsnbsd_cannot_store_register): Ditto.
2163 * mips-linux-nat.c: Update copyright.
2164 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2165 (mips_linux_cannot_store_register): Ditto.
2166 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2167 * config/mips/tm-mips.h: Update copyright.
2168 (FP_REGNUM): Delete macro.
2169 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2170 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2171 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2172 (mips_r3041_reg_names, mips_r3051_reg_names)
2173 (mips_r3081_reg_names): Replace "fp" with "".
2174 Fix PR gdb/480.
2175
2176 2002-09-17 Theodore A. Roth <troth@verinet.com>
2177
2178 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2179 generic_read_register_dummy() (PR gdb/703).
2180 (avr_push_return_address): #if 0 out unused vars.
2181 (avr_gdbarch_init): Enable use of avr_push_return_address().
2182
2183 2002-09-17 Michael Snyder <msnyder@redhat.com>
2184
2185 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2186 RTE will take care of it.
2187
2188 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2189
2190 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2191 invalid, return SP_REGNUM.
2192
2193 2002-09-17 Michael Snyder <msnyder@redhat.com>
2194
2195 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2196 point registers without sign extension.
2197
2198 2002-09-17 Andrew Cagney <cagney@redhat.com>
2199
2200 * blockframe.c (deprecated_read_register_dummy): Rename
2201 generic_read_register_dummy.
2202 * frame.c (frame_unwind_signed_register): New function.
2203 (frame_unwind_unsigned_register): New function.
2204 * frame.h (frame_unwind_signed_register): Declare.
2205 (frame_unwind_unsigned_register): Declare.
2206 (deprecated_read_register_dummy): Rename
2207 generic_read_register_dummy.
2208
2209 * h8300-tdep.c (h8300_frame_chain): Update.
2210 (h8300_frame_saved_pc): Update.
2211 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2212 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2213 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2214 (s390_frame_chain): Update.
2215 * v850-tdep.c (v850_find_callers_reg): Update.
2216 (v850_frame_saved_pc): Update.
2217 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2218 (m32r_find_callers_reg): Update.
2219 (m32r_frame_saved_pc): Update.
2220 * sh-tdep.c (sh_find_callers_reg): Update.
2221 (sh64_get_saved_pr): Update.
2222 (sh_init_extra_frame_info): Update.
2223 (sh_init_extra_frame_info): Update.
2224 (sh64_init_extra_frame_info): Update.
2225 (sh64_init_extra_frame_info): Update.
2226 * mcore-tdep.c (mcore_find_callers_reg): Update.
2227 (mcore_frame_saved_pc): Update.
2228 (mcore_init_extra_frame_info): Update.
2229 * i386-tdep.c (i386_frame_saved_pc): Update.
2230 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2231 (ia64_init_extra_frame_info): Update.
2232 (ia64_init_extra_frame_info): Update.
2233 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2234 * cris-tdep.c (cris_init_extra_frame_info): Update.
2235 * avr-tdep.c (avr_frame_chain): Update.
2236 (avr_init_extra_frame_info): Update.
2237 (avr_frame_saved_pc): Update.
2238 * arm-tdep.c (arm_find_callers_reg): Update.
2239 (arm_init_extra_frame_info): Update.
2240 (arm_frame_saved_pc): Update.
2241
2242 2002-09-17 Tom Tromey <tromey@redhat.com>
2243
2244 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2245 is "'".
2246
2247 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2248
2249 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2250 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2251 NEXT_PROLOGUE_INSN.
2252 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2253 NEXT_PROLOGUE_INSN.
2254
2255 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2256
2257 * osfsolib.c: Remove file, replaced by solib-osf.c.
2258 * Makefile.in: Remove compilation rules for osfsolib.c.
2259
2260 2002-09-16 David Carlton <carlton@math.stanford.edu>
2261
2262 * cp-valprint.c (cp_print_class_method): Correct args to
2263 check_stub_method_group.
2264
2265 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2266
2267 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2268 `set architecture'. Unify naming convention of functions.
2269 (h8300_skip_prologue): Improve prologue analysis.
2270 (h8300_push_arguments): Rewritten to more closely match GCC's
2271 bizarre argument-passing behavior, along with the comment describing
2272 said behavior.
2273 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2274 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2275 sim, remote-e7000.c, remote-hms.c and remote.c
2276
2277 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2278
2279 * i386-tdep.c (gdb_print_insn_i386): Removed.
2280 (i386_print_insn): New function.
2281 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2282 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2283 tm_print_insn_info.
2284
2285 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2286
2287 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2288 zero.
2289
2290 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2291
2292 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2293 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2294 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2295
2296 2002-09-13 Christopher Faylor <cgf@redhat.com>
2297
2298 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2299
2300 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2301
2302 * gdbtypes.c (check_stub_method): Make static.
2303 (check_stub_method_group): New function.
2304 * gdbtypes.h: Update prototypes.
2305 * cp-support.c: New file.
2306 * cp-support.h: New file.
2307
2308 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2309 (update_method_name_from_physname): New function.
2310 (read_member_functions): Correct method names for operators
2311 and v3 constructors/destructors. Separate v2 constructors and
2312 destructors.
2313 * Makefile.in (stabsread.o): Update dependencies.
2314 (SFILES): Add cp-support.c.
2315 (COMMON_OBS): Add cp-support.o.
2316 (cp_support_h, cp-support.o): Add.
2317
2318 * cp-valprint.c (cp_print_class_method): Call
2319 check_stub_method_group instead of check_stub_method. Remove
2320 extraneous QUITs.
2321 * p-valprint.c (pascal_object_print_class_method): Likewise.
2322 * valops.c (search_struct_method): Likewise.
2323 (find_method_list, value_struct_elt_for_reference): Likewise.
2324
2325 2002-09-13 Andrew Cagney <cagney@redhat.com>
2326
2327 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2328 * gdbarch.h, gdbarch.c: Regenerate.
2329
2330 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2331
2332 * frame.c (find_saved_register): Delete function.
2333 * frame.h (find_saved_register): Delete declaration.
2334 Fix PR gdb/631.
2335
2336 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2337
2338 * mips-tdep.c (read_next_frame_reg): Re-hack using
2339 frame_register_unwind.
2340
2341 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2342
2343 * mips-tdep.c (mips_get_saved_register): Re-hack using
2344 frame_register_unwind.
2345
2346 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2347
2348 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2349 vector. Will be useful for Interix.
2350 * gdbarch.h, gdbarch.c: Regenerate.
2351
2352 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2353 name of the malloc function by NAME_OF_MALLOC.
2354
2355 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2356
2357 * value.h (find_function_in_inferior): Add const keyword to
2358 one of the parameters. Allows us to invoke this function with
2359 a const char *.
2360 * valops.c (find_function_in_inferior): Likewise.
2361
2362 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2363
2364 * exec.c (xfer_memory): Fix compilation warning with old versions
2365 of GCC.
2366 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2367
2368 2002-09-12 David Carlton <carlton@math.stanford.edu>
2369
2370 * symtab.h: Run through gdb_indent.h.
2371 Add 2002 to Copyright year list.
2372
2373 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2374
2375 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2376 mach constants.
2377 * MAINTAINERS: Add myself to write after approval list.
2378
2379 2002-09-11 J. Brobecker <brobecker@gnat.com>
2380
2381 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2382
2383 2002-09-11 J. Brobecker <brobecker@gnat.com>
2384
2385 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2386 Interix.
2387
2388 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2389
2390 * procfs.c (do_detach): Clear current signal, not just fault.
2391 Corrects problem with breakpoint trap signal leaking to detached
2392 process on Tru64.
2393
2394 2002-09-10 Michael Snyder <msnyder@redhat.com>
2395
2396 * buildsym.c (finish_block): Protect against null pointer.
2397
2398 2002-09-10 Andrew Cagney <cagney@redhat.com>
2399
2400 * infcmd.c (default_print_registers_info): Send all output to
2401 ``file'' instead of ``gdb_stdout''.
2402
2403 2002-09-10 Michael Snyder <msnyder@redhat.com>
2404
2405 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2406 LONGEST, and use signed register read (addresses are sign-
2407 extended for mips).
2408
2409 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2410
2411 * event-loop.c (gdb_do_one_event): Make public.
2412 * event-loop.h (gdb_do_one_event): Declare.
2413
2414 2002-09-10 Jeff Law <law@redhat.com>
2415
2416 * infttrace.c (child_resume): Simplify and rework to avoid
2417 TT_PROC_CONTINUE.
2418
2419 2002-09-09 Fred Fish <fnf@intrinsity.com>
2420
2421 * printcmd.c (print_scalar_formatted): "len" is the number of
2422 target bytes, NOT the number of target bits.
2423
2424 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2425
2426 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2427 * top.c (init_main): Set rl_terminal_name.
2428
2429 2002-09-08 Aidan Skinner <aidan@velvet.net>
2430
2431 * ada-lang.c (ada_array_bound, ada_type_match,
2432 _initialize_ada_language): Fix K&R definitions.
2433 * ada-tasks.c (get_current_task): Fix K&R definitions.
2434 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2435
2436 2002-09-07 Christopher Faylor <cgf@redhat.com>
2437
2438 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2439 Add XP.
2440
2441 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2442
2443 * i386-tdep.c (i386_register_virtual_type,
2444 i386_register_convertible, i386_register_convert_to_virtual,
2445 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2446 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2447 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2448 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2449 Don't set push_arguments twice.
2450
2451 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2452 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2453 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2454 sigtramp_end to NULL.
2455 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2456 defines.
2457 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2458
2459 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2460 whitespace.
2461
2462 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2463 * gdbarch.h, gdbarch.c: Re-generate.
2464 * blockframe.c (find_pc_sect_partial_function): Convert to use
2465 SIGTRAMP_START_P predicate.
2466
2467 2002-09-05 Michael Snyder <msnyder@redhat.com>
2468
2469 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2470 generic_dummy_frame method and old method. Also distinguish
2471 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2472 (arm_extract_return_value): Use new regcache method.
2473
2474 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2475 adjustment that doesn't conform to the ABI.
2476 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2477 saved regcache, not from current regcache.
2478
2479 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2480
2481 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2482 * README: Update.
2483
2484 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2485
2486 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2487 if arm_apcs_32 is false.
2488
2489 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2490
2491 GDB 5.3 branch created.
2492
2493 2002-09-03 Theodore A. Roth <troth@verinet.com>
2494
2495 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2496 generic_unwind_get_saved_register.
2497
2498 2002-09-03 David Carlton <carlton@math.stanford.edu>
2499
2500 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2501 argument (PR gdb/653). Update call to smash_to_method_type.
2502 (read_structure_scope): Update call to dwarf2_add_member_fn.
2503
2504 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2505
2506 * x86-64-linux-tdep.c: Include gdb_string.h
2507 * x86-64-linux-nat.c: Ditto.
2508
2509 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2510
2511 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2512 when YYDEBUG is set to 1.
2513 * c-exp.y: Likewise.
2514 * f-exp.y: Likewise.
2515 * jv-exp.y: Likewise.
2516 * m2-exp.y: Likewise.
2517 * p-exp.y: Likewise.
2518
2519 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2520
2521 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2522 dependency list.
2523 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2524 solib_svr4_fetch_link_map_offsets to
2525 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2526 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2527 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2528 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2529 solib-svr4.o, and solib-legacy.o.
2530 * config/i386/tm-nbsd.h: Include solib.h.
2531
2532 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2533
2534 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2535 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2536 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2537 comment noting that this needs its own target configuration.
2538 * config/i386/nbsd.mt: New file.
2539 * config/i386/nbsdaout.mt: Remove.
2540 * config/i386/nbsdelf.mt: Ditto.
2541 * config/i386/tm-nbsdaout.h: Ditto.
2542
2543 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2544
2545 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2546 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2547 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2548 tdep->sigtramp_end.
2549 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2550 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2551 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2552
2553 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2554
2555 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2556 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2557 * i386-tdep.h (i386bsd_init_abi): New prototype.
2558 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2559 function declaration.
2560 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2561 for NetBSD-a.out or NetBSD-ELF.
2562 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2563 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2564 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2565 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2566 and nbsd-tdep.h.
2567 (i386nbsd_pc_in_sigtramp): New function.
2568 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2569 i386nbsd_pc_in_sigtramp.
2570 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2571 and i386nbsdelf_init_abi OS ABI handlers.
2572 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2573 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2574
2575 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2576
2577 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2578 registers if the target really has them.
2579
2580 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2581
2582 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2583 than nbsd-tdep.h.
2584
2585 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2586
2587 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2588 list.
2589 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2590 (alphanbsd_skip_sigtramp_frame): New functions.
2591 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2592 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2593 to alphanbsd_sigcontext_addr.
2594
2595 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2596
2597 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2598 list.
2599 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2600 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2601 nbsd_pc_in_sigtramp.
2602 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2603 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2604 * nbsd-tdep.c: Include gdb_string.h.
2605 (nbsd_pc_in_sigtramp): New function.
2606 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2607 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2608 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2609 ppcnbsd_pc_in_sigtramp.
2610 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2611 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2612 shnbsd_pc_in_sigtramp.
2613 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2614 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2615 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2616
2617 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2618
2619 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2620 watchpoints to NULL.
2621 (insert_breakpoints): set val field of watchpoints if NULL.
2622
2623
2624 2002-08-29 Jim Blandy <jimb@redhat.com>
2625
2626 * symtab.c (lookup_symbol_aux): In the cases where we find a
2627 minimal symbol of an appropriate name and use its address to
2628 select a symtab to read and search, use `name' (as passed to us)
2629 as the demangled name when searching the symtab's global and
2630 static blocks, not the minsym's name.
2631
2632 2002-08-29 Keith Seitz <keiths@redhat.com>
2633
2634 * stack.c (print_frame_info_base): Always set current_source_symtab
2635 and current_source_line.
2636
2637 2002-08-29 Donn Terry <donnte@microsoft.com>
2638
2639 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2640
2641 2002-08-28 Keith Seitz <keiths@redhat.com>
2642
2643 * stack.c (select_frame): Add FIXME concerning selected-frame
2644 events.
2645 (select_frame_command): Send selected-frame-level-changed
2646 event notification, but only if the level actually changed.
2647 (up_silently_base): Add selected-frame-level-changed event
2648 notification.
2649 (down_silently_base): Likewise.
2650
2651 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2652
2653 * Makefile.in: Update dependencies for all gdb/*.c files.
2654
2655 2002-08-27 Tom Tromey <tromey@redhat.com>
2656
2657 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2658 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2659 Update dependencies.
2660 * i387-tdep.c: Include gdb_string.h.
2661 * osabi.c: Likewise.
2662 * i386-linux-nat.c: Likewise.
2663 * lin-lwp.c: Likewise.
2664 * ax-gdb.c: Likewise.
2665 * signals/signals.c: Likewise.
2666 * jv-valprint.c: Likewise.
2667 * p-lang.c: Likewise.
2668 * c-valprint.c: Likewise.
2669 * cp-abi.c: Likewise.
2670
2671 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2672
2673 * cli/cli-script.h (copy_command_lines): Export.
2674 * breakpoint.c: Include cli/cli-script.h.
2675 * Makefile.in (breakpoint.o): Update dependencies.
2676
2677 2002-08-26 Michael Snyder <msnyder@redhat.com>
2678
2679 * breakpoint.c (insert_breakpoints): Protect all references
2680 to 'process_warning'. Shorten long lines.
2681
2682 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2683
2684 * cli/cli-script.c (copy_command_lines): New function.
2685 * defs.h (copy_command_lines): Export.
2686 * testsuite/gdb.base/commands.exp: New tests for commands
2687 attached to a temporary breakpoint, and for commands that
2688 delete the breakpoint they are attached to.
2689
2690 2002-08-26 Michael Snyder <msnyder@redhat.com>
2691
2692 * breakpoint.c (bpstat_stop_status): Instead of copying the
2693 pointer to the breakpoint commands struct, make a new copy
2694 of the struct and point to that.
2695 (bpstat_clear): Free the commands struct.
2696 (bpstat_clear_actions): Free the commands struct.
2697 (bpstat_do_actions): Free the command actions. Also execute
2698 the local cleanups, instead of deleting them.
2699 (delete_breakpoint): Leave the commands field of the bpstat
2700 chain alone -- it will be freed later.
2701
2702 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2703
2704 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2705 deleted in 2002-08-20 commit. This function is still used by
2706 ppc-linux-nat.c.
2707
2708 2002-08-26 Keith Seitz <keiths@redhat.com>
2709
2710 * gdb-events.sh: Add selected-frame-level-changed event.
2711 * gdb-events.c: Regenerated.
2712 * gdb-events.h: Regenerated.
2713
2714 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2715
2716 Fix PR gdb/393:
2717 * inflow.c (terminal_save_ours): New function to save terminal
2718 settings.
2719 * inferior.h (terminal_save_ours): Declare.
2720 * target.c (debug_to_terminal_save_ours): New function.
2721 (cleanup_target): Defaults to_terminal_save_ours.
2722 (update_current_target): Inherit to_terminal_save_ours.
2723 (setup_target_debug): Set to_terminal_save_ours.
2724 * target.h (target_terminal_save_ours): New to save terminal settings.
2725 (target_ops): New member to_terminal_save_ours.
2726 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2727 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2728 * inftarg.c (init_child_ops): Likewise.
2729 * m3-nat.c (init_m3_ops): Likewise.
2730 * procfs.c (init_procfs_ops): Likewise.
2731 * wince.c (init_child_ops): Likewise.
2732 * win32-nat.c (init_child_ops): Likewise.
2733 * sol-thread.c (init_sol_thread_ops): Likewise.
2734
2735 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2736
2737 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2738 use regcache_* functions.
2739 (i386_gdbarch_init): Set store_return_value instead of
2740 deprecated_store_return_value.
2741
2742 * regcache.c (regcache_raw_write_signed,
2743 regcache_raw_write_unsigned): New functions.
2744 * regcache.h (regcache_raw_write_signed,
2745 regcache_raw_write_unsigned): New prototypes.
2746
2747 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2748
2749 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2750 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2751 source file dependencies. Cleanup corresponding generator rules.
2752
2753 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2754
2755 * regcache.h (register_offset_hack): Declare.
2756 (regcache_cooked_read_using_offset_hack): Declare.
2757 (regcache_cooked_write_using_offset_hack): Declare.
2758
2759 * regcache.c (register_offset_hack): New function.
2760 (regcache_cooked_read_using_offset_hack): New function.
2761 (regcache_cooked_write_using_offset_hack): New function.
2762 (regcache_dump): Check that the registers, according to their
2763 offset, are packed hard against each other.
2764 (cooked_xfer_using_offset_hack): New function.
2765
2766 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2767
2768 * regcache.c (struct regcache_descr): Add field register_type.
2769 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2770 in as a parameter
2771 (init_regcache_descr): Initialize register_type. Pass the descr
2772 to init_legacy_regcache_descr. Use register_type instead of
2773 REGISTER_VIRTUAL_TYPE.
2774 (register_type): New function.
2775 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2776 * regcache.h (register_type): Declare.
2777
2778 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2779
2780 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2781 instead of deprecated_store_return_value. Fix fallout from
2782 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2783
2784 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2785
2786 * regcache.c (max_register_size): New function.
2787 (init_legacy_regcache_descr): Ensure that max_register_size is
2788 large enough for REGISTER_VIRTUAL_SIZE.
2789 * regcache.h (max_register_size): Declare.
2790
2791 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2792
2793 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2794 store_return_value.
2795 (e500_extract_return_value): Change type of valbuf pointer to
2796 void.
2797
2798 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2799
2800 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2801 workaround.
2802
2803 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2804 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2805 long long) to prevent compiler warning on 64-bit systems.
2806
2807 2002-08-23 Andrew Cagney <cagney@redhat.com>
2808
2809 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2810 (DEPRECATED_STORE_RETURN_VALUE): New method.
2811 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2812 * gdbarch.h, gdbarch.c: Re-generate.
2813
2814 * values.c (set_return_value): Pass current_regcache to
2815 STORE_RETURN_VALUE.
2816 * arch-utils.h (legacy_store_return_value): Declare.
2817 * arch-utils.c (legacy_store_return_value): New function.
2818 (legacy_extract_return_value): Update parameters.
2819
2820 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2821 STORE_RETURN_VALUE.
2822 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2823 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2824 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2825 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2826 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2827 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2828 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2829 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2830 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2831 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2832
2833 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2834 * i386-tdep.c (i386_extract_return_value): Update.
2835 * arch-utils.c (legacy_extract_return_value): Update.
2836 * frv-tdep.c (frv_gdbarch_init): Update.
2837 * cris-tdep.c (cris_gdbarch_init): Update.
2838 * d10v-tdep.c (d10v_gdbarch_init): Update.
2839 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2840 * m68k-tdep.c (m68k_gdbarch_init): Update.
2841 * mcore-tdep.c (mcore_gdbarch_init): Update.
2842 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2843 * s390-tdep.c (s390_gdbarch_init): Update.
2844 * sparc-tdep.c (sparc_gdbarch_init): Update.
2845 * sh-tdep.c (sh_gdbarch_init): Update.
2846 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2847 * v850-tdep.c (v850_gdbarch_init): Update.
2848 * avr-tdep.c (avr_gdbarch_init): Update.
2849 * ia64-tdep.c (ia64_gdbarch_init): Update.
2850 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2851 * vax-tdep.c (vax_gdbarch_init): Update.
2852 * alpha-tdep.c (alpha_gdbarch_init): Update.
2853 * arm-tdep.c (arm_gdbarch_init): Update.
2854 * mips-tdep.c (mips_gdbarch_init): Update.
2855 * i386-tdep.c (i386_gdbarch_init): Update.
2856
2857 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2858
2859 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2860 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2861
2862 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2863
2864 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2865 problems.
2866
2867 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2868
2869 * infrun.c (handle_inferior_event): Move a comment outside of a
2870 function call, in order to avoid indent reformatting this part
2871 of the code in an unreadable way.
2872
2873 2002-08-23 Grace Sainsbury <graces@redhat.com>
2874
2875 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2876 when breakpoints fail. Move general breakpoint error messages to
2877 insert_breakpoints.
2878 * breakpoint.c (insert_breakpoints): Change warnings when
2879 breakpoints are nto inserted to specify the type. Remove call to
2880 memory_error when hardware breakpoints can't be inserted. Remove
2881 multiple calls to warning so all messages are sent to the user at
2882 once.
2883 (delete_breakpoints): Make insert error messsages more explicit.
2884
2885 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2886
2887 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2888 gdbserver/ChangeLog.
2889
2890 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2891
2892 * i386-tdep.c: Include "objfiles.h".
2893 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2894 skip_trampoline_code.
2895 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2896 (CPLUS_MARKER): Define to '.'.
2897
2898 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2899 member.
2900 (linux_corefile_thread_callback): Increase args->num_notes.
2901 (linux_make_note_section): Initialize thread_args.num_notes, and
2902 use it to determine whether notes for any threads were created.
2903
2904 2002-08-23 Donn Terry <donnte@microsoft.com>
2905
2906 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2907 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2908 and PCUNKILL.
2909 (write_with_trace): Conditionalize out the switch branch handling
2910 PCSHOLD if the corresponding macro is not defined. Likewise for
2911 PRSABORT and PRSTOP.
2912 This change will be needed by the Interix port.
2913
2914 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2915
2916 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2917 write_register wherever possible instead of manipulating the
2918 register bytes directly.
2919 Assign VALUE_CONTENTS to a variable and use that.
2920 The GPR numbers are now dependent on the architecture.
2921
2922 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2923
2924 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2925 ev_offset fields.
2926 (skip_prologue): Add support for BookE/e500 instructions.
2927 (e500_extract_return_value): New function.
2928 (frame_get_saved_regs): Add support for saving ev registers and
2929 pseudo gpr's.
2930 (e500_store_return_value): New function.
2931 (rs6000_gdbarch_init): Move up default intializations of
2932 deprecated_extract_return_value and store_return_value. Overwrite
2933 init of store_return_value with e500 specific version.
2934 Set extract_return_value for e500.
2935
2936 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2937
2938 * blockframe.c (generic_call_dummy_register_unwind): Use
2939 regcache_cooked_read to catch cases in which the variable is
2940 stored in a pseudo register.
2941
2942 2002-08-22 Andrew Cagney <cagney@redhat.com>
2943
2944 * NEWS: Mention that the i960 has been made obsolete.
2945 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2946 i960-tdep.c
2947 (remote-nrom.o): Obsolete target.
2948 (remote-nindy.o, i960-tdep.o): Ditto.
2949 * remote-nrom.c: Make file obsolete.
2950 * remote-nindy.c, remote-vx960.c: Ditto.
2951 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2952 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2953 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2954 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2955 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2956 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2957 i960-*-vxworks* obsolete.
2958 * MAINTAINERS: Note that the i960 is obsolete.
2959
2960 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2961
2962 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2963 detach to allow reinitialization.
2964
2965 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2966
2967 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2968 attempt).
2969
2970 2002-08-22 Jim Blandy <jimb@redhat.com>
2971
2972 * coffread.c (coff_symfile_read): Don't try to read the line
2973 number table from disk if the image file doesn't have a symbol
2974 table; we'll never actually look at the info anyway, and Windows
2975 ships DLL's with bogus file offsets for the line number data.
2976
2977 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2978
2979 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2980 an e500 executable.
2981
2982 2002-08-21 Michael Snyder <msnyder@redhat.com>
2983
2984 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2985 (MSYMBOL_SIZE): Replace macro with function.
2986 (DEFAULT_MIPS_TYPE): Delete unused macro.
2987 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2988 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2989
2990 2002-08-21 Jim Blandy <jimb@redhat.com>
2991
2992 * valops.c (value_cast): Simplify and correct logic for doing a
2993 static cast from a pointer to a base class to a pointer to a
2994 derived class.
2995
2996 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2997
2998 * infcmd.c (default_print_registers_info): Replace
2999 do_registers_info.
3000 (registers_info): Use gdbarch_print_registers_info instead of
3001 DO_REGISTERS_INFO.
3002 * inferior.h (default_print_registers_info): Replace
3003 do_registers_info.
3004 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3005 (DO_REGISTERS_INFO): Change to a predicate function.
3006 * gdbarch.h, gdbarch.c: Regenerate.
3007
3008 2002-08-21 Keith Seitz <keiths@redhat.com>
3009
3010 * gdb-events.sh: Add target-changed event.
3011 * gdb-events.c: Regenerated.
3012 * gdb-events.c: Regenerated.
3013 * valops.c (value_assign): Add target-changed event notification
3014 to inlval_register, lval_memory, and lval_reg_frame_relative.
3015
3016 2002-08-21 Joel Brobecker <brobecker@gnat.com>
3017
3018 * NEWS: Add an entry regarding the improvement of the next/step
3019 operation on Alpha Tru64 multi-processor machines.
3020
3021 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3022
3023 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3024 directores.
3025 * Makefile.in: Update all _h macro definitions.
3026 * Makefile.in (install-gdbtk): Move to install section.
3027 (rdi-share/libangsd.a): Move to end of file.
3028
3029 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3030
3031 * frame.c (frame_register_unwind): When a register, set addrp to
3032 the register's byte.
3033
3034 2002-08-20 Michael Snyder <msnyder@redhat.com>
3035
3036 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3037 used locally, so move them from the target machine header to here.
3038 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3039 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3040 Make static.
3041 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3042
3043 2002-08-20 Andrew Cagney <cagney@redhat.com>
3044
3045 * NEWS: Mention that the Apollo line was made obsolete.
3046 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3047 m68*-hp-hpux* obsolete.
3048 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3049 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3050 * buildsym.c (make_blockvector): Make static.
3051 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3052 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3053 (ALLDEPFILES): Remove dstread.c.
3054 (dstread.o): Obsolete make rule.
3055 * dstread.c: Makefile obsolete.
3056 * dst.h: Ditto.
3057 * config/m68k/hp300hpux.mt: Ditto.
3058 * config/m68k/hp300hpux.mh: Ditto.
3059 * config/m68k/hp300bsd.mt: Ditto.
3060 * config/m68k/hp300bsd.mh: Ditto.
3061 * config/m68k/apollo68b.mt: Ditto.
3062 * config/m68k/apollo68v.mh: Ditto.
3063 * config/m68k/apollo68b.mh: Ditto.
3064
3065 2002-08-20 Michael Snyder <msnyder@redhat.com>
3066
3067 * mips-tdep.c (mips_in_return_stub): Make static.
3068 (mips_gdbarch_init): Set in_solib_return_trampoline.
3069 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3070
3071 2002-08-20 Michael Snyder <msnyder@redhat.com>
3072
3073 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3074 * gdbarch.c, gdbarch.h: Regenerate.
3075 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3076 Add.
3077 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3078
3079 2002-08-20 Michael Snyder <msnyder@redhat.com>
3080
3081 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3082 (mips_gdbarch_init): Set skip_trampoline_code,
3083 in_solib_call_trampoline.
3084 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3085 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3086
3087 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3088
3089 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3090
3091 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3092 vector type for ev registers.
3093 (e500_pseudo_register_read): New function.
3094 (e500_pseudo_register_write): New function.
3095 (e500_dwarf2_reg_to_regnum): New function.
3096 (PPC_UISA_NOFP_SPRS): New macro.
3097 (PPC_EV_REGS): New macro.
3098 (PPC_GPRS_PSEUDO_REGS): New macro.
3099 (registers_e500): New register set for e500.
3100 (variants): Add e500 variant.
3101 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3102 before setting architectural dependent variations. Initialize ev
3103 registers numbers. Add case for e500 architecture. Set the
3104 number of pseudo registers.
3105
3106 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3107
3108 * rs6000-tdep.c: Clean up comments.
3109
3110 2002-08-20 Andrew Cagney <cagney@redhat.com>
3111
3112 * h8300-tdep.c: Re-indent file.
3113
3114 2002-08-20 Jim Blandy <jimb@redhat.com>
3115
3116 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3117 default for this.
3118
3119 2002-08-20 Keith Seitz <keiths@redhat.com>
3120
3121 * breakpoints.c (watch_command_1): Use internal breakpoint
3122 when setting a watchpoint_scope breakpoint.
3123
3124 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3125
3126 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3127 (build_builtin_type_vec64i): Ditto.
3128 (build_builtin_type_vec128): Ditto.
3129 (build_builtin_type_vec128i): Ditto.
3130
3131 2002-08-19 Michael Snyder <msnyder@redhat.com>
3132
3133 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3134 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3135 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3136 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3137 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3138 CALL_DUMMY_ADDRESS): Delete.
3139 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3140 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3141 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3142 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3143 push_return_address.
3144 (mips_register_raw_size, mips_eabi_use_struct_convention,
3145 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3146 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3147 mips_init_extra_frame_info, mips_eabi_push_arguments,
3148 mips_n32n64_push_arguments, mips_push_return_address,
3149 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3150 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3151
3152 2002-08-19 Michael Snyder <msnyder@redhat.com>
3153
3154 * mips-tdep.c (mips_frame_num_args): New function.
3155 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3156 frame_saved_pc, frame_args_address, frame_locals_address,
3157 frame_num_args, and frame_args_skip.
3158 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3159 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3160 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3161 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3162
3163 2002-08-20 Michael Snyder <msnyder@redhat.com>
3164
3165 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3166 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3167 * mips-tdep.c (mips_store_struct_return): New function.
3168 (mips_extract_struct_value_address): New function.
3169 (mips_gdbarch_init): Set store_struct_return and
3170 extract_struct_value_address.
3171
3172 2002-08-20 David Carlton <carlton@math.stanford.edu>
3173
3174 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3175 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3176 (read_file_scope): Check that line_header is nonzero before
3177 decoding macro information.
3178
3179 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3180
3181 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3182 flag the general-purpose registers as floating-point on targets
3183 that don't support the floating-point registers.
3184
3185 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3186
3187 * rs6000-tdep.c (altivec_register_p): Delete.
3188 (rs6000_do_altivec_registers): Delete.
3189 (rs6000_altivec_registers_info): Delete.
3190 (rs6000_do_registers_info): Delete.
3191 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3192 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3193
3194 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3195
3196 * infcmd.c (do_registers_info): Print vector registers in hex
3197 format only.
3198 (print_vector_info): Check that printing registers
3199 makes sense.
3200 (print_float_info): Ditto.
3201
3202 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3203
3204 * mips-tdep.c (mips_gdbarch_init): Update.
3205 (mips_o32_extract_return_value): Rewrite.
3206 (mips_o32_store_return_value): Rewrite.
3207 (mips_o32_xfer_return_value): New function.
3208 (mips_xfer_register): Tweak debug print message. Allow for
3209 buf_offset when dumping the value transfered.
3210
3211 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3212
3213 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3214 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3215 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3216 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3217 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3218
3219 2002-08-14 Michael Snyder <msnyder@redhat.com>
3220
3221 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3222
3223 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3224
3225 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3226 register.
3227 (P): New macro to define a register as a pseudo register.
3228 (R, R4, R8, R16, FR32, R64, R0): Updated.
3229 (struct variant): Add new fields for number of pseudo registers
3230 and number of total registers.
3231 (tot_num_registers): New macro replacing....
3232 (num_registers): ...deleted macro.
3233 (num_registers): New function.
3234 (num_pseudo_registers): New function.
3235 (variants): Update all variants to intialize new fields correctly.
3236 Postpone initialization of number of pseudo regs and real regs.
3237 (init_variants): New function.
3238 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3239 registers offsets.
3240
3241 2002-08-19 David Carlton <carlton@math.stanford.edu>
3242
3243 * valops.c (search_struct_field): Change error message to treat
3244 return value of 0 from value_static_field as meaning that field is
3245 optimized out.
3246 (value_struct_elt_for_reference): Ditto.
3247 * values.c (value_static_field): Treat an unresolved location the
3248 same as a nonexistent symbol. Fix PR gdb/635.
3249 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3250 enclosed. Fix PR gdb/574.
3251 * MAINTAINERS: Add self to Write After Approval list.
3252
3253 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3254
3255 * mips-tdep.c (mips_xfer_register): New function.
3256 (mips_n32n64_extract_return_value): Rewrite.
3257 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3258 instead of deprecated_extract_return_value.
3259
3260 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3261
3262 * rs6000-tdep.c (TDEP): Delete macro.
3263 (branch_dest): Replace use of TDEP macro with its body.
3264 (rs6000_pop_frame): Ditto.
3265 (rs6000_push_arguments): Ditto.
3266 (rs6000_skip_trampoline_code): Ditto.
3267 (rs6000_frame_saved_pc): Ditto.
3268 (rs6000_frame_chain): Ditto.
3269 (rs6000_register_name): Ditto.
3270 (rs6000_register_byte): Ditto.
3271 (rs6000_register_raw_size): Ditto.
3272 (rs6000_register_virtual_type): Ditto.
3273 (rs6000_register_convertible): Ditto.
3274 (rs6000_convert_from_func_ptr_addr): Ditto.
3275
3276 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3277
3278 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3279 conditionally.
3280 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3281 MIPS_LINUX_JB_ELEMENT_SIZE.
3282 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3283 for MAX_REGISTER_RAW_SIZE arrays.
3284 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3285 MIPS_LINUX_JB_ELEMENT_SIZE.
3286
3287 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3288
3289 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3290
3291 2002-08-19 Aidan Skinner <aidan@velvet.net>
3292
3293 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3294 ada-valprint.c ada-tasks.c.
3295 (YYFILES): Add ada-exp.y.
3296 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3297 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3298 (ada-exp.tab.o): New target.
3299
3300 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3301
3302 * regcache.c (regcache_xfer_part): New function.
3303 (regcache_raw_read_part): New function.
3304 (regcache_raw_write_part): New function.
3305 (regcache_cooked_read_part): New function.
3306 (regcache_cooked_write_part): New function.
3307 * regcache.h (regcache_raw_read_part): Declare.
3308 (regcache_raw_write_part): Declare.
3309 (regcache_cooked_read_part): Declare.
3310 (regcache_cooked_write_part): Declare.
3311
3312 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3313
3314 * remote.c (remote_open_1): Add async_p.
3315 (remote_async_open_1): Delete.
3316 (open_remote_target): Delete.
3317 (remote_open, extended_remote_open): Update calls to remote_open_1.
3318 (remote_async_open, extended_remote_async_open): Call
3319 remote_open_1 instead of remote_async_open_1.
3320
3321 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3322
3323 * blockframe.c: Fix a few coding standard violations.
3324
3325 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3326
3327 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3328 here from ...
3329 * config/i386/tm-i386sco5.h: ... here. File removed.
3330 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3331
3332 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3333 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3334 (TM_FILE): Set to tm-i386.h.
3335 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3336 * config/i386/tm-i386v.h: Remove file.
3337 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3338 instead of "i386/tm-i386v.h".
3339 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3340 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3341 "i386/tm-i386v.h".
3342 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3343 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3344 "i386/tm-i386.h".
3345
3346 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3347
3348 * config/i386/nm-i386v.h: Add protection against
3349 multiple-inclusion.
3350 (i386_register_u_addr): Remove prototype.
3351 (register_u_addr): New prototype.
3352 (REGISTER_U_ADDR): Redefine accordingly.
3353 * i386v-nat.c: Improve several comments.
3354 (i386_register_u_addr): Change signature and rename to
3355 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3356 ubase variable.
3357
3358 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3359
3360 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3361 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3362 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3363 deprecated_extract_return_value.
3364 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3365 rename mips_o32o64_push_arguments.
3366 (mips_gdbarch_init): Update.
3367 (mips_extract_return_value): Delete.
3368 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3369 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3370 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3371 (mips_n32n64_extract_return_value): Clone
3372 mips_extract_return_value.
3373 (mips_store_return_value): Delete.
3374 (mips_o32_store_return_value): Clone mips_store_return_value.
3375 (mips_o64_store_return_value): Clone mips_store_return_value.
3376 (mips_eabi_store_return_value): Clone mips_store_return_value.
3377 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3378
3379 2002-08-18 Aidan Skinner <aidan@velvet.net>
3380
3381 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3382 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3383
3384 2002-08-18 Aidan Skinner <aidan@velvet.net>
3385
3386 * ada-lang.c: Run through gdb_indent.sh.
3387 * ada-lang.h: Run through gdb_indent.sh.
3388 * ada-tasks.c: Run through gdb_indent.sh.
3389 * ada-typeprint.c: Run through gdb_indent.sh.
3390 * ada-valprint.c: Run through gdb_indent.sh.
3391
3392 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3393
3394 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3395 ABI.
3396
3397 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3398
3399 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3400
3401 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3402 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3403
3404 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3405 write_register_gen instead of write_register_bytes.
3406
3407 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3408 i[3456]-*-osf1mk* configurations have been made obsolete.
3409 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3410 i[3456]86-*-osf1mk* hosts obsolete.
3411 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3412 targets obsolete.
3413 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3414 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3415 config/i386/i386m3.mt, config/i386/nm-m3.h,
3416 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3417 config/i386/i386mk.mh, config/i386/i386mk.mt,
3418 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3419 obsolete.
3420 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3421 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3422 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3423
3424 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3425
3426 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3427 (hppa_value_returned_from_stack): Declare.
3428 (hppa_extract_return_value): Declare.
3429 * config/pa/hppa.mt: New file.
3430 * configure.tgt: Recognize hppa*-*-*.
3431 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3432
3433 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3434
3435 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3436 comment.
3437
3438 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3439
3440 * top.c (gdb_rl_operate_and_get_next): Make sure
3441 operate-and-get-next functions correctly even when the history
3442 list is completely filled.
3443
3444 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3445
3446 * MAINTAINERS (Target Instruction Set Architectures): Rename
3447 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3448 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3449 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3450 already listed under Host/Native.
3451
3452 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3453 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3454 mips*-*-*.
3455
3456 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3457
3458 * config/ia64/ia64.mt: New file.
3459 * config/alpha/alpha.mt: New file.
3460 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3461 ia64-linux-gnu. Mention that ia64-elf is broken.
3462 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3463
3464 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3465
3466 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3467 generic_func_frame_valid instead of func_frame_valid.
3468
3469 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3470
3471 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3472 procfs appears to be broken when debugging on multi-processor
3473 machines. So enable software single stepping in order to avoid
3474 using the procfs interface to do next/step operations, using
3475 internal breakpoints instead.
3476
3477 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3478 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3479 make this pc address equal to the value it would have if the
3480 system stepping capability was used. Also set a new flag used
3481 to ensure that we don't readjust the PC one more time later.
3482
3483 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3484 address by DECR_PC_AFTER_BREAK when software single step is
3485 in use for this architecture, as this has already been taken
3486 care of in handle_inferior_event().
3487
3488 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3489
3490 * infrun.c (handle_inferior_event): Minor reformatting, to make
3491 a rather long condition expression easier to read.
3492
3493 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3494
3495 * Makefile.in (gdbtk.o): Move to end of file.
3496 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3497 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3498 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3499 (gdbtk-wrapper.o, gdbres.o): Ditto.
3500
3501 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3502
3503 * Makefile.in (copying.o): Separate out compile rule.
3504 (hpux-thread.o, procfs.o, signals.o): Ditto.
3505 (v850ice.o, z8k-tdep.o): Ditto.
3506 (tui-file.o): Move to TUI section.
3507 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3508 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3509
3510 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3511
3512 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3513 skip_trampoline_code, for better namespace-proofing.
3514
3515 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3516
3517 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3518
3519 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3520
3521 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3522
3523 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3524 signal, check whether we hit a breakpoint before checking for a
3525 single step breakpoint. Otherwise, GDB fails to notice that a
3526 breakpoint has been hit when stepping onto a breakpoint.
3527
3528 2002-08-16 Keith Seitz <keiths@redhat.com>
3529
3530 * gdb-events.sh (clear_gdb_event_hooks): New function.
3531 * gdb-events.c: Regenerate.
3532 * gdb-events.h: Regenerate.
3533
3534 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3535
3536 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3537 not_a_sw_breakpoint.
3538 * breakpoint.h (bpstat_stop_status): Add parameter names.
3539
3540 2002-08-16 Grace Sainsbury <graces@redhat.com>
3541
3542 * remote.c (remote_insert_hw_breakpoint)
3543 (remote_remove_hw_breakpoint): Fix calculation of length field
3544 for Z-packet.
3545
3546 2002-08-15 Michael Snyder <msnyder@redhat.com>
3547
3548 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3549 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3550 (supply_fpregset): Ditto.
3551
3552 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3553 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3554 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3555 (TARGET_READ_SP): Delete.
3556 (DO_REGISTERS_INFO): Delete.
3557 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3558 Delete.
3559 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3560 from macros to functions.
3561
3562 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3563 (mips_register_convertible, mips_register_convert_to_virtual,
3564 mips_register_convert_to_raw): Make static.
3565 (mips_read_sp): New function.
3566 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3567 (mips_do_registers_info): Make static.
3568 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3569 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3570 (mips_register_convert_from_type, mips_register_convert_to_type):
3571 New functions.
3572 (mips_gdbarch_init): Set up function_start_offset,
3573 register_virtual_size, pc_in_sigtramp.
3574
3575 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3576
3577 * infcmd.c (vector_info): New function.
3578 (_initialize_infcmd): Add command "info vector".
3579 (print_vector_info): New function.
3580
3581 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3582 * gdbarch.h, gdbarch.c: Regenerate.
3583
3584 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3585
3586 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3587 ``print_all''. Only print vector registers when ``print_all''.
3588
3589 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3590
3591 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3592 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3593
3594 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3595 Add `args' parameter.
3596 * gdbarch.h, gdbarch.c: Regenerate.
3597
3598 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3599
3600 * infcmd.c (float_info): Call print_float_info.
3601 (print_float_info): New function. By default, print the
3602 floating-point registers.
3603
3604 * arch-utils.h (default_print_float_info): Delete declaration.
3605 * arch-utils.c (default_print_float_info): Delete function.
3606
3607 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3608
3609 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3610 out define.
3611
3612 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3613 FRAME.
3614
3615 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3616 * configure.host: Make i[3456]86-*-aix host obsolete.
3617 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3618 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3619 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3620 config/i386/xm-i386aix.h: Make files obsolete.
3621 * i386aix-nat.c: Make file obsolete.
3622 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3623 (i386aix-nat.o): Make target obsolete.
3624
3625 * config/i386/nm-gnu.h: Removed.
3626 * config/i386/nm-i386gnu.h: New file.
3627 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3628 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3629 Moved here from ...
3630 * config/i386/tm-i386gnu.h: ... here. Removed.
3631 * config/i386/xm-i386gnu.h: Removed.
3632 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3633 (NAT_FILE): Set to nm-i386gnu.h.
3634 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3635 * i386-tdep.c: New file.
3636 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3637 (i386gnu-tdep.o): Specify dependencies.
3638
3639 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3640
3641 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3642 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3643 Adjust a few comments to reflect reality a bit closer.
3644 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3645 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3646 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3647 target_insert_watchpoint, target_remove_watchpoint):
3648 Move defines to ...
3649 * config/i386/nm-i386sco5.h: ... here.
3650 (kernel_u_size): Add prototype. Improve a few comments and add
3651 protection against multiple inclusion.
3652
3653 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3654 out define.
3655
3656 * uw-thread.c (SP_ARG0): Define if not already defined.
3657 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3658
3659 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3660
3661 * config/i386/tm-i386.h: Don't include "regcache.h".
3662
3663 * i387-tdep.h (i387_print_float_info): New prototype.
3664 * i387-tdep.c (print_i387_value, print_i387_ext,
3665 print_i387_status_word, print_i387_control_word): Add `struct
3666 ui_file *' argument and use it for output.
3667 (i387_print_float_info): Renamed from i387_float_info. Add
3668 `struct gdbarch *' and `struct ui_file *' arguments and use the
3669 latter for output.
3670 * i386-tdep.c: Include "i387-tdep.h".
3671 (i386_gdbarch_init): Set print_float_info.
3672 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3673 (FLOAT_INFO): Remove define.
3674
3675 2002-08-13 Michael Snyder <msnyder@redhat.com>
3676
3677 * mips-tdep.c (mips_push_arguments): Rename to
3678 mips_eabi_push_arguments, and tune for EABI.
3679 (MIPS_REGS_HAVE_HOME_P): Delete.
3680 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3681 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3682 Delete references to mips_regs_have_home_p.
3683
3684 2002-08-14 Keith Seitz <keiths@redhat.com>
3685
3686 * Makefile.in (install-gdbtk): Create insight plugin directory.
3687 Install plugins.tcl file.
3688
3689 2002-08-14 Keith Seitz <keiths@redhat.com>
3690
3691 * configure.in: Move SUBDIRS to near top of the file so that
3692 --enable options may add things to it.
3693 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3694 * configure: Regenerate.
3695
3696 2002-08-13 Michael Snyder <msnyder@redhat.com>
3697
3698 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3699 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3700 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3701
3702 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3703
3704 * vax-tdep.c (vax_get_saved_register): Delete function.
3705 (vax_gdbarch_init): Update.
3706 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3707 (ns32k_gdbarch_init): Update.
3708 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3709 (alpha_gdbarch_init): Update.
3710
3711 2002-08-13 Andrew Cagney <cagney@redhat.com>
3712
3713 * regcache.c (init_regcache_descr): Overallocate the
3714 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3715 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3716 nr_raw_registers.
3717 (set_register_cached): Add range checking assertions. Use
3718 current_regcache.
3719
3720 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3721
3722 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3723 numbers for MMX registers.
3724
3725 2002-08-13 Andrew Cagney <cagney@redhat.com>
3726
3727 * i386-tdep.c (i386_gdbarch_init): Use
3728 generic_unwind_get_saved_register.
3729
3730 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3731
3732 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3733 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3734 target vector.
3735 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3736 Delete. Add comment regarding this now-deleted target method.
3737
3738 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3739
3740 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3741 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3742 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3743 real PC and the page number (if it's within the memory bank window).
3744 (m68hc11_pseudo_register_write): Likewise when saving.
3745 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3746 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3747 (m68hc11_register_raw_size): And use 32-bit for it.
3748 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3749 16K memory bank is used by the prog; also use the virtual pc.
3750
3751 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3752
3753 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3754 (m68hc11_gdbarch_init): Install it in gdbarch.
3755 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3756 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3757 (MSYMBOL_SIZE): New for documentation.
3758 (insn_return_kind): Enum to specify how a function returns.
3759 (frame_extra_info): Cleanup and record the return mode.
3760 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3761 register in address computation.
3762 (m68hc11_get_return_insn): New to obtain the return instruction used
3763 by the function.
3764 (m68hc11_frame_init_saved_regs): Take into account the return
3765 instruction used by the function for far and interrupt functions.
3766 (m68hc11_init_extra_frame_info): Take into account page register.
3767 (m68hc11_frame_args_address): Adjust according to the return mode.
3768 (show_regs): Print page register only when it's used.
3769
3770 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3771
3772 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3773 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3774 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3775 registers.
3776 (m68hc11_register_raw_size): Likewise.
3777
3778 2002-08-13 Andrew Cagney <cagney@redhat.com>
3779
3780 * i386-tdep.c (i386_register_name): Handle mmx registers.
3781 (mmx_regnum_p): New function.
3782 (i386_mmx_names): New array.
3783 (mmx_num_regs): New variable.
3784 (i386_pseudo_register_read): New function.
3785 (i386_pseudo_register_write): New function.
3786 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3787
3788 * regcache.c (regcache_raw_read_unsigned): New function.
3789 (regcache_raw_read_signed): New function.
3790 * regcache.h (regcache_raw_read_unsigned): Declare.
3791 (regcache_raw_read_signed): Declare.
3792
3793 2002-08-13 Andrew Cagney <cagney@redhat.com>
3794
3795 * regcache.c (regcache_raw_read_as_address): Delete function.
3796 (regcache_cooked_read_signed): New function.
3797 (regcache_cooked_read_unsigned): New function.
3798 * regcache.h (regcache_cooked_read_signed): Declare.
3799 (regcache_cooked_read_unsigned): Declare.
3800 (regcache_raw_read_as_address): Delete declaration.
3801
3802 * blockframe.c (generic_read_register_dummy): Use
3803 regcache_cooked_read_unsigned.
3804 * i386-tdep.c (i386_extract_struct_value_address): Use
3805 regcache_cooked_read_unsigned.
3806
3807 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3808
3809 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3810 double sizes according to ELF ABI flags.
3811 (gdbarch_tdep): Record elf_flags.
3812
3813 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3814
3815 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3816 (m6812_prolog): They can appear in 68HC12 function prologue.
3817 (m68hc11_frame_chain): Cleanup.
3818
3819 2002-08-12 Andrew Cagney <cagney@redhat.com>
3820
3821 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3822 declarations.
3823 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3824 (i386_linux_register_raw_size): Delete function.
3825 (i386_linux_init_abi): Update.
3826 * i386-tdep.c (i386_register_raw_size): Delete function.
3827 (i386_register_byte): Delete function.
3828 (i386_gdbarch_init): Update.
3829 (i386_register_size): Delete array.
3830 (i386_register_offset): Delete array.
3831
3832 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3833 (REGISTER_RAW_SIZE): Delete macro.
3834 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3835 (REGISTER_BYTE): Delete macro.
3836
3837 2002-08-11 Aidan Skinner <aidan@velvet.net>
3838
3839 * ada-lang.c (ada_lookup_partial_symbol)
3840 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3841 prototype names so that grep ^func works properly.
3842
3843 * ada-lang.c (ada_array_element_type)
3844 (ada_lookup_partial_symbol): Fix typos in parameter list.
3845
3846 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3847 Fix prototype names so that grep ^func works properly.
3848
3849 2002-08-10 Andrew Cagney <cagney@redhat.com>
3850 Elena Zannoni <ezannoni@redhat.com>
3851 Martin M. Hunt <hunt@redhat.com>
3852
3853 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3854 (build_builtin_type_vec128i): Set the vector bit.
3855 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3856 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3857 (build_builtin_type_vec64): New function.
3858 (build_builtin_type_vec64i): New function.
3859 (build_gdbtypes): Initialize builtin_type_vec64 and
3860 builtin_type_vec64i.
3861
3862 2002-08-09 Andrew Cagney <cagney@redhat.com>
3863
3864 * regcache.c (regcache_dump): Compare the register offset
3865 with REGISTER_BYTE.
3866 * arch-utils.c (generic_register_byte): New function.
3867 * arch-utils.h (generic_register_byte): Declare.
3868 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3869 * gdbarch.h, gdbarch.c: Regenerate.
3870
3871 2002-08-09 Andrew Cagney <cagney@redhat.com>
3872
3873 * regcache.c: Include "gdbcmd.h"
3874 (_initialize_regcache): Add commands "maintenance print
3875 registers", "maintenance print raw-registers" and "maintenance
3876 print cooked-registers".
3877 (enum regcache_dump_what): Define.
3878 (dump_endian_bytes): New function.
3879 (regcache_dump): New function.
3880 (regcache_print): New function.
3881 (maintenance_print_registers): New function.
3882 (maintenance_print_raw_registers): New function.
3883 (maintenance_print_cooked_registers): New function.
3884 * Makefile.in (regcache.o): Update dependencies.
3885
3886 2002-08-09 Michael Snyder <msnyder@redhat.com>
3887
3888 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3889 (mips_push_arguments): Correct some comments. Use paddr_nz
3890 for printing addresses in debug output. Replace static
3891 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3892 (mips_n32n64_push_arguments): New function, cloned from
3893 mips_push_arguments and tuned for the n32/n64 ABI.
3894 (mips_push_register): Buffer needs dynamic allocation.
3895 (mips_print_register): Ditto.
3896 (do_gp_register_row): Ditto.
3897 (mips_store_return_value): Ditto.
3898 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3899
3900 2002-08-09 Don Howard <dhoward@redhat.com>
3901
3902 * memattr.c (mem_info_command): Print special case of upper bound
3903 as max CORE_ADDR + 1.
3904
3905 2002-08-08 Michael Snyder <msnyder@redhat.com>
3906
3907 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3908 returns structs by ref if they're too big to fit in two registers.
3909
3910 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3911
3912 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3913 saved regs value.
3914 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3915 mips_find_saved_regs().
3916 (mips_pop_frame): Likewise.
3917
3918 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3919
3920 * blockframe.c (frame_saved_regs_register_unwind): Revise
3921 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3922 frames are in use.
3923
3924 2002-08-09 Grace Sainsbury <graces@redhat.com>
3925
3926 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3927 T-packets; the 'a' is not taken as a register number.
3928 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3929 (remote_stopped_data_address): New functions; add to target
3930 vector.
3931 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3932 prototypes to match other implementations of this
3933 function. replace integer argument with pointer -- the length
3934 field in the Z-packet is the length of what is pointed to or 1 if
3935 pointer is null. Add to target vector.
3936 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3937 target vector.
3938
3939 From Mark Salter:
3940 * remote.c (remote_wait): Add support to extract optional
3941 watchpoint information from T-packet. Ignore unrecognized
3942 optional info in T-packet.
3943 (remote_async_wait): Ditto.
3944
3945 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3946
3947 * cli/cli-dump.c: Change fopen modes to use binary open modes
3948 as defined in include/fopen-bin.h throughout.
3949
3950 2002-08-08 Michael Snyder <msnyder@redhat.com>
3951
3952 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3953
3954 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3955
3956 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3957 assertion failure by returning early after a warning.
3958
3959 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3960
3961 * mips-tdep.c (mips_find_saved_regs): Make static.
3962 (mips_frame_init_saved_regs): New function.
3963 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3964 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3965 (mips_find_saved_regs): Delete declaration.
3966
3967 2002-08-08 Grace Sainsbury <graces@redhat.com>
3968
3969 * remote.c (remote_wait, remote_async_wait): Change
3970 thread_num from int to ULONGEST.
3971 (unpack_varlen_hex): Change result parameter from
3972 int * to ULONGEST *.
3973
3974 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3975
3976 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3977 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3978 powerpc*-*-*.
3979 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3980
3981 2002-08-08 Andrew Cagney <cagney@redhat.com>
3982
3983 * gcore.c (override_derive_stack_segment): Delete variable.
3984 (preempt_derive_stack_segment): Delete function.
3985 (derive_stack_segment): Delete function.
3986 (default_derive_stack_segment): Renamed to derive_stack_segment.
3987 (override_derive_heap_segment): Delete variable.
3988 (preempt_derive_heap_segment): Delete function.
3989 (derive_heap_segment): Delete function.
3990 (default_derive_heap_segment): Rename to derive_heap_segment.
3991
3992 2002-08-06 Michael Snyder <msnyder@redhat.com>
3993
3994 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3995 * mips-tdep.c (mips_EABI_use_struct_convention,
3996 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3997 New functions. (mips_use_struct_convention): Delete.
3998 (mips_gdbarch_init): set use_gdbarch_convention.
3999
4000 2002-08-06 Michael Snyder <msnyder@redhat.com>
4001
4002 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4003 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4004 mips_o32_reg_struct_has_addr): New functions.
4005 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4006
4007 2002-08-07 Andrew Cagney <ac131313@redhat.com>
4008
4009 * regcache.c (pseudo_register): Delete function.
4010 (fetch_register): Delete function.
4011 (store_register): Delete function.
4012 (regcache_raw_read, legacy_read_register_gen): Use
4013 target_fetch_registers instead of fetch_register.
4014 (legacy_write_register_gen, regcache_raw_write): Use
4015 target_store_register instead of store_register.
4016 (write_register_bytes): Ditto.
4017
4018 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4019 (STORE_PSEUDO_REGISTER): Delete.
4020 * gdbarch.h, gdbarch.c: Regenerate.
4021
4022 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
4023
4024 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4025 write dump file binary.
4026
4027 2002-08-05 Michael Snyder <msnyder@redhat.com>
4028
4029 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4030 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4031 (mips_gdbarch_init): Set N32 target to be mips64.
4032
4033 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4034
4035 * frame.c (find_saved_register): Break out of loop once saved
4036 register address is found. Don't mention sparc in loop comment
4037 anymore.
4038
4039 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4040
4041 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4042 mips_default_saved_regsize to 8.
4043
4044 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4045
4046 * gcore.c: Do not include <sys/procfs.h>.
4047 * Makefile.in (gcore.o): Update dependencies.
4048
4049 2002-08-06 Andrew Cagney <cagney@redhat.com>
4050
4051 * configure.tgt: Make arc-*-* obsolete.
4052 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4053 * MAINTAINERS: Make arc-elf obsolete.
4054 * arc-tdep.c: Make file obsolete.
4055 * config/arc/arc.mt: Ditto.
4056 * config/arc/tm-arc.h: Ditto.
4057
4058 2002-08-05 Theodore A. Roth <troth@verinet.com>
4059
4060 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4061
4062 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4063
4064 * mcore-tdep.c (mcore_gdbarch_init): Use
4065 generic_unwind_get_saved_register instead of
4066 generic_get_saved_register.
4067 * v850-tdep.c (v850_gdbarch_init): Ditto.
4068 * frv-tdep.c (frv_gdbarch_init): Ditto.
4069 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4070 * s390-tdep.c (s390_gdbarch_init): Ditto.
4071 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4072 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4073 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4074
4075 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4076
4077 * objfiles.h: Add missing #include "symfile.h"
4078
4079 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4080
4081 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4082
4083 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4084 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4085 of FIELD_BITSIZE.
4086
4087 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4088
4089 * NEWS: Cleanup and nitpick.
4090
4091 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4092
4093 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4094
4095 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4096
4097 * Makefile.in (gdbtk-bp.o): Update dependencies.
4098 (gdbtk-register.o): Ditto.
4099 (gdbtk-varobj.o): Ditto.
4100
4101 2002-08-03 Andrew Cagney <cagney@redhat.com>
4102
4103 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4104 m68hc11_fetch_pseudo_register.
4105 (m68hc11_pseudo_register_write): Replace
4106 m68hc11_store_pseudo_register.
4107 (m68hc11_gdbarch_init): Update.
4108
4109 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4110
4111 * gdbarch.sh: Include "gdb_string.h".
4112 * gdbarch.c: Regenerate.
4113
4114 * regcache.c: Include "gdb_string.h".
4115 * ax-general.c: Ditto.
4116 * varobj.c: Ditto.
4117 * std-regs.c: Ditto.
4118 * fbsd-proc.c: Ditto.
4119 * thread.c: Ditto.
4120
4121 * Makefile.in (regcache.o): Update dependencies.
4122 (thread.o, gdbarch.o): Ditto.
4123 (ax-general.o, gdbarch.o): Ditto.
4124 (varobj.o, std-regs.o): Ditto.
4125 (fbsd-proc.o): Specify dependencies.
4126
4127 2002-08-02 Andrew Cagney <cagney@redhat.com>
4128
4129 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4130 regnum.
4131 (regcache_cooked_write): Ditto.
4132
4133 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4134
4135 * regcache.c (regcache_cooked_read): New function.
4136 (regcache_cooked_write): New function.
4137 (read_register_gen): Rewrite using regcache_cooked_read.
4138 (write_register_gen): Rewrite using regcache_cooked_write.
4139
4140 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4141 Declare.
4142
4143 2002-08-02 Andrew Cagney <cagney@redhat.com>
4144
4145 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4146 Replace the architecture methods register_read and register_write.
4147 * gdbarch.h, gdbarch.c: Regenerate.
4148 * regcache.c (init_regcache_descr): Update.
4149 (read_register_gen): Update.
4150 (write_register_gen): Update.
4151 (supply_register): Update comment.
4152
4153 * sh-tdep.c (sh_gdbarch_init): Update.
4154 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4155 `regcache' and `gdbarch' parameters. Make `buffer' a void
4156 pointer. Update code.
4157 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4158 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4159 void pointer. Update code.
4160 (sh64_register_write): Delete.
4161 (sh4_register_read): Delete.
4162 (sh64_register_read): Delete.
4163 (sh4_register_write): Delete.
4164 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4165 void pointer, `to' parameter a void pointer.
4166 (sh_sh64_register_convert_to_raw): Ditto.
4167
4168 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4169
4170 * mips-tdep.c (mips_register_virtual_type): Use architecture
4171 invariant return values.
4172
4173 2002-08-01 Andrew Cagney <cagney@redhat.com>
4174
4175 * linux-proc.c: Include "gdb_string.h".
4176 * Makefile.in (linux-proc.o): Update dependency list.
4177
4178 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4179
4180 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4181 comment.
4182
4183 2002-08-01 Grace Sainsbury <graces@redhat.com>
4184
4185 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4186 to_insert_watchpoint, to_remove_watchpoint,
4187 to_stopped_by_watchpoint, to_stopped_data_address,
4188 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4189 target vecctor. Define their corresponding macros so they call
4190 them.
4191
4192 * target.c: Add default and debug versions of for
4193 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4194 to_insert_watchpoint, to_remove_watchpoint,
4195 to_stopped_by_watchpoint, to_stopped_data_address,
4196 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4197
4198 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4199
4200 * mips-tdep.c (mips_register_virtual_type): New function.
4201 (mips_gdbarch_init): Register mips_register_virtual_type()
4202 with gdbarch machinery.
4203 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4204 this file instead of tm-bigmips.h.
4205 (MIPS_REGSIZE): Delete this macro.
4206 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4207 multiarch version in mips-tdep.c will be found.
4208
4209 2002-08-01 Andrew Cagney <cagney@redhat.com>
4210
4211 * NEWS: Menion that CHILL has been made obsolete.
4212
4213 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4214 * stabsread.c (read_range_type): Ditto.
4215 * gdbtypes.h: Ditto.
4216 * language.c (binop_type_check): Ditto.
4217 (binop_result_type): Ditto.
4218 (integral_type): Ditto.
4219 (character_type): Ditto.
4220 (string_type): Ditto.
4221 (boolean_type): Ditto.
4222 (structured_type): Ditto.
4223 (lang_bool_type): Ditto.
4224 (binop_type_check): Ditto.
4225 * language.h (_LANG_chill): Ditto.
4226 * dwarfread.c (set_cu_language): Ditto.
4227 * dwarfread.c (CHILL_PRODUCER): Ditto.
4228 * dwarfread.c (handle_producer): Ditto.
4229 * expression.h (enum exp_opcode): Ditto.
4230 * eval.c: Ditto for comments.
4231 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4232 * expprint.c (print_subexp): Ditto.
4233 (print_subexp): Ditto.
4234 * valops.c (value_cast): Ditto.
4235 (search_struct_field): Ditto.
4236 * value.h (COERCE_VARYING_ARRAY): Ditto.
4237 * symfile.c (init_filename_language_table): Ditto.
4238 (add_psymbol_with_dem_name_to_list): Ditto.
4239 * valarith.c (value_binop): Ditto.
4240 (value_neg): Ditto.
4241 * valops.c (value_slice): Ditto.
4242 * symtab.h (union language_specific): Ditto.
4243 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4244 (SYMBOL_DEMANGLED_NAME): Ditto.
4245 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4246 * defs.h (enum language): Ditto.
4247 * symtab.c (got_symtab): Ditto.
4248 * utils.c (fprintf_symbol_filtered): Ditto.
4249
4250 * ch-typeprint.c: Make file obsolete.
4251 * ch-valprint.c: Make file obsolete.
4252 * ch-lang.h: Make file obsolete.
4253 * ch-exp.c: Make file obsolete.
4254 * ch-lang.c: Make file obsolete.
4255
4256 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4257 CHILL_LIB.
4258 (TARGET_FLAGS_TO_PASS): Ditto.
4259 (CHILLFLAGS): Obsolete.
4260 (CHILL): Obsolete.
4261 (CHILL_FOR_TARGET): Obsolete.
4262 (CHILL_LIB): Obsolete.
4263 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4264 ch-valprint.c.
4265 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4266 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4267 ch-lang.o.
4268 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4269 targets.
4270
4271 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4272
4273 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4274 This does not change anything at the moment, but will be helpful
4275 later when full Ada support is integrated.
4276
4277 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4278
4279 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4280 help message.
4281
4282 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4283
4284 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4285 and save it in a local variable. Use variable in later test.
4286
4287 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4288
4289 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4290 test. (Thanks to Daniel Jacobowitz.)
4291
4292 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4293
4294 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4295 (mips_abi_strings): Add "n64".
4296 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4297
4298 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4299
4300 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4301 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4302
4303 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4304
4305 * utils.c (host_pointer_to_address, address_to_host_pointer):
4306 Use gdb_assert() instead of explicit call to internal_error().
4307
4308 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4309
4310 * Makefile.in (rs6000-nat.o): Update dependencies.
4311
4312 From Nicholas Duffek:
4313 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4314 (aix-thread.o): New rule.
4315 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4316 * config/powerpc/aix432.mh: New file.
4317
4318 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4319
4320 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4321 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4322 (fetch_core_registers, ppc_linux_supply_gregset)
4323 (ppc_linux_supply_fpregset): New functions.
4324 (ppc_linux_regset_core_fns): New.
4325 (_initialize_ppc_linux_tdep): Call add_core_fns.
4326 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4327 and ppc_linux_supply_gregset.
4328 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4329 (supply_fpregset): Call ppc_linux_supply_fpregset.
4330 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4331 corelow.o.
4332 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4333
4334 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4335
4336 * symtab.c (lookup_symbol): Demangle before lowercasing.
4337
4338 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4339
4340 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4341 declaration.
4342 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4343 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4344 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4345 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4346 "gdb_string.h".
4347 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4348 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4349 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4350 (avr-tdep.o, mon960-rom.o): Ditto.
4351 (aout_stabs_gnu_h): Define.
4352 (symtab_h): Remove $(gdb_obstack_h).
4353
4354 2002-07-30 Jim Blandy <jimb@redhat.com>
4355
4356 Patch from David Carlton <carlton@math.stanford.edu>:
4357 * gdbinit.in: Move the `dir' commands that add GDB's own source
4358 directory to the search path to the end, so that the `gdb' source
4359 directory will be searched first.
4360
4361 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4362
4363 * gdb_obstack.h: New file.
4364 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4365 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4366 * objfiles.h: Include "gdb_obstack.h".
4367 * Makefile.in (gdb_obstack_h): Define.
4368 (symtab_h): Add $(gdb_obstack_h).
4369 (objfiles_h): Add $(gdb_obstack_h).
4370
4371 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4372 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4373 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4374 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4375 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4376 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4377 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4378 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4379
4380 * Makefile.in (bcache.o): Update dependencies.
4381 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4382 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4383 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4384 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4385 (stabsread.o, symfile.o, symmisc.o): Ditto.
4386 (symtab.o, typeprint.o, macroexp.o): Ditto.
4387 (macrotab.o, mdebugread.o): Ditto.
4388 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4389 (coff_ecoff_h, aout_aout64_h): Define.
4390 (aout_stabs_gnu_h, libaout_h): Define.
4391
4392 2002-07-29 Andrew Cagney <cagney@redhat.com>
4393
4394 * regcache.c (struct regcache_descr): Rename nr_registers to
4395 nr_cooked_registers. Revise comments describing the structure
4396 member fields.
4397 (init_regcache_descr): Update.
4398 (init_legacy_regcache_descr): Update.
4399 (read_register_gen, write_register_gen): When a cooked register in
4400 the raw register range, directly access the value from the raw
4401 register cache.
4402
4403 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4404
4405 * z8k-tdep.c: Do not include "obstack.h".
4406 * h8300-tdep.c, h8500-tdep.c: Ditto.
4407 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4408 * valprint.c, v850-tdep.c: Ditto.
4409 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4410 * mn10200-tdep.c: Ditto.
4411
4412 * Makefile.in (z8k-tdep.o): Update dependencies.
4413 (m68hc11-tdep.o, valprint.o): Ditto.
4414 (v850-tdep.o, d10v-tdep.o): Ditto.
4415 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4416 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4417 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4418 (sh_opc_h, gdb_sim_sh_h): Define.
4419 (elf_sh_h, elf_bfd_h): Define.
4420 (opcode_m68hc11_h): Define.
4421 (OPCODES_SRC, OPCODES_DIR): define.
4422 (OPCODES): Use $(OPCODES_DIR).
4423 (gdb_sim_d10v_h): Rename sim_d10v_h.
4424 (gdb_sim_arm_h): Rename sim_arm_h.
4425
4426 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4427
4428 * utils.c (host_pointer_to_address, address_to_host_pointer):
4429 Change internal_error() message to indicate function responsible
4430 for the error.
4431
4432 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4433
4434 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4435 calls to local_hex_string_custom().
4436
4437 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4438
4439 * irix5-nat.c: Move IRIX shared library support from here...
4440 * solib-irix.c: ...to here. Revised substantially to work with
4441 generic solib framework.
4442
4443 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4444 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4445 * mips-irix-tdep.c: New file.
4446
4447 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4448 (mips-irix-tdep.o, solib-irix.o): New rules.
4449 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4450 solib-irix.o.
4451 * config/mips/irix6.mt (TDEPFILES): Likewise.
4452 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4453
4454 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4455
4456 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4457 disabled (via ``#if 0'') includes.
4458
4459 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4460
4461 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4462 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4463 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4464 Add support for the fpscr register.
4465 * rs6000-nat.c (regmap, fetch_inferior_registers)
4466 (store_inferior_registers, fetch_core_registers): Likewise.
4467
4468 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4469
4470 * rs6000-nat.c (language.h): Include.
4471 (special_regs): Delete this array.
4472 (regmap): New function.
4473 (fetch_register, store_register): Use regmap() to map gdb
4474 register numbers to ptrace register numbers. Also, use
4475 outputs from regmap() to make decisions regarding type of
4476 ptrace() call to make. In particular, don't compare against
4477 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4478 (fetch_inferior_registers, store_inferior_registers): Where
4479 possible, obtain register numbers from tdep struct. Don't
4480 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4481 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4482 (LAST_UISA_SP_REGNUM): Delete.
4483
4484 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4485
4486 * rs6000-nat.c (ppc-tdep.h): Include.
4487 (fetch_registers, store_register, fetch_core_registers): Don't
4488 access registers[] directly. Instead, use supply_register() or
4489 regcache_collect() as appropriate.
4490 (find_toc_address): Format hex address with local_hex_string().
4491
4492 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4493
4494 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4495 bfd/elf32-frv.c.
4496
4497 2002-07-24 Tom Tromey <tromey@redhat.com>
4498
4499 * jv-exp.y: Marked all strings with _().
4500 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4501 internal_error.
4502 (MethodInvocation, CastExpression, parse_number, yyerror,
4503 java_type_from_name, push_expression_name, yylex): Typo fixes.
4504
4505 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4506
4507 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4508 (tee_file_flush, tee_file_write, tee_file_fputs)
4509 (tee_file_isatty): New.
4510 * ui-file.h (tee_file_new): Add prototype.
4511
4512 2002-07-24 Aidan Skinner <aidan@velvet.net>
4513
4514 * ada-lang.c: Change k&r style function definitions to prototyped
4515 form.
4516 * ada-typeprint.c: Change k&r style function definitions to prototyped
4517 form.
4518 * ada-valprint.c: Change k&r style function definitions to prototyped
4519 form.
4520
4521 2002-07-24 Andrew Cagney <cagney@redhat.com>
4522
4523 * README: Remove reference to remote-bug.
4524 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4525 remote-bug.c.
4526 (m88k-nat.o): Delete rule.
4527 (m88k-tdep.o): Delete rule.
4528 (remote-bug.o): Delete rule.
4529 * MAINTAINERS: Mark as obsolete.
4530 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4531 * m88k-tdep.c: Make file obsolete.
4532 * config/m88k/m88k.mh: Ditto.
4533 * config/m88k/delta88v4.mh: Ditto.
4534 * config/m88k/delta88v4.mt: Ditto.
4535 * config/m88k/delta88.mt: Ditto.
4536 * config/m88k/delta88.mh: Ditto.
4537 * remote-bug.c: Ditto.
4538 * config/m88k/tm-delta88.h: Ditto.
4539 * config/m88k/nm-delta88v4.h: Ditto.
4540 * config/m88k/xm-delta88.h: Ditto.
4541 * config/m88k/xm-dgux.h: Ditto.
4542 * config/m88k/tm-m88k.h: Ditto.
4543 * config/m88k/nm-m88k.h: Ditto.
4544 * config/m88k/tm-delta88v4.h: Ditto.
4545 * m88k-nat.c: Ditto.
4546 * cxux-nat.c: Ditto.
4547 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4548 and m88*-*-* obsolete.
4549 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4550 m88*-*-* obsolete.
4551
4552 2002-07-24 Andrew Cagney <cagney@redhat.com>
4553
4554 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4555 constant. Same for local pointer variables.
4556 (extract_signed_integer): Ditto.
4557 * defs.h (extract_unsigned_integer): Update.
4558 (extract_signed_integer): Update.
4559
4560 2002-07-24 Andrew Cagney <cagney@redhat.com>
4561
4562 * regcache.c (regcache_raw_write): Change buf parameter to a
4563 constant void pointer.
4564 (regcache_raw_read): Change buf parameter to a void pointer.
4565 (legacy_write_register_gen): Change myaddr parameter a constant
4566 void pointer.
4567 (supply_register): Change val parameter to a const void pointer.
4568 * regcache.h (regcache_raw_write): Update declaration.
4569 (regcache_raw_read): Update declaration.
4570 (supply_register): Update declaration.
4571
4572 2002-07-24 Tom Tromey <tromey@redhat.com>
4573
4574 * defs.h (gdb_readline_wrapper): Declare.
4575 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4576 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4577 * top.c (gdb_readline_wrapper): New function.
4578 (command_line_input): Use it.
4579
4580 2002-07-24 Andrew Cagney <cagney@redhat.com>
4581
4582 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4583 regcache_read and regcache_write.
4584 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4585 * regcache.c: Update.
4586 * sh-tdep.c (sh64_push_arguments): Update comment.
4587 (sh_pseudo_register_read): Update.
4588 (sh_pseudo_register_write): Update.
4589 (sh4_register_read): Update.
4590 (sh4_register_write): Update.
4591 (sh64_pseudo_register_read): Update.
4592 (sh64_pseudo_register_write): Update.
4593 (sh64_register_read): Update.
4594 (sh64_register_write): Update.
4595 * i386-tdep.c (i386_extract_return_value): Update.
4596 (i386_extract_struct_value_address): Update.
4597 (i386_extract_return_value): Update.
4598 * blockframe.c (generic_read_register_dummy): Update.
4599 (generic_call_dummy_register_unwind): Update
4600 * infrun.c (write_inferior_status_register): Update.
4601
4602 2002-07-23 Jim Blandy <jimb@redhat.com>
4603
4604 * parser-defs.h (expression_context_pc): Make this extern.
4605 (Thanks to Michael Snyder.)
4606
4607 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4608
4609 GDB 5.2.1 released from 5.2 branch.
4610 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4611 * README: Update to mention 5.2.1.
4612
4613 2002-07-23 Mark Salter <msalter@redhat.com>
4614
4615 * remote.c (remote_read_bytes): Fix check for error.
4616
4617 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4618
4619 * aix-thread.c (language.h): Include.
4620 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4621 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4622 Print newlines at end of debug messages.
4623 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4624 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4625
4626 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4627
4628 * aix-thread.c (ppc-tdep.h): Include.
4629 (special_register_p): New function.
4630 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4631 (store_regs_user_thread): Use register number information from
4632 gdbarch_tdep struct instead of hardcoded offsets relative to
4633 FIRST_UISA_SP_REGNUM.
4634 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4635 special_register_p() instead of using FPLAST_REGNUM and
4636 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4637 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4638 will be MQ's register number.
4639
4640 2002-07-22 Michael Snyder <msnyder@redhat.com>
4641
4642 * aix-thread.c (ops): Rename to aix_thread_ops.
4643 (base_ops): Rename to base_target.
4644 (ops_attach): Rename to aix_thread_attach.
4645 (ops_detach): Rename to aix_thread_detach.
4646 (ops_resume): Rename to aix_thread_detach.
4647 (ops_wait): Rename to aix_thread_wait.
4648 (ops_kill): Rename to aix_thread_kill.
4649 (init_ops): Rename to init_aix_thread_ops.
4650 (ops_fetch_register): Rename to aix_thread_fetch_register.
4651 (ops_store_register): Rename to aix_thread_store_register.
4652 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4653 (ops_thread_alive): Rename to aix_thread_thread_alive.
4654 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4655 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4656 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4657 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4658 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4659 (store_regs_lib): Rename to store_regs_user_thread.
4660 (store_regs_kern): Rename to store_regs_kernel_thread.
4661
4662 2002-07-22 Michael Snyder <msnyder@redhat.com>
4663
4664 * aix-thread.c (ops_prepare_to_store): Eliminate.
4665 (init_ops): Don't initialize ops.prepare_to_store.
4666 (store_regs_kern): Pre-fetch register buffers from child,
4667 because some registers may not be in the cache. Copy
4668 regs from register cache only if they are cached.
4669 (store_regs_lib): Copy regs from register cache only
4670 if they are cached.
4671 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4672 fill_gprs64): Ditto.
4673
4674 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4675
4676 * aix-thread.c (gdb_assert.h): Include.
4677 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4678 register sizes (from register cache) match size of buffer holding
4679 register data.
4680 (fill_sprs32): Change parameter types to match those in the ptrace()
4681 buffer.
4682 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4683 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4684
4685 2002-07-22 Michael Snyder <msnyder@redhat.com>
4686
4687 * aix-thread.c (supply_sprs64): Cosmetic change.
4688 (supply_sprs32): Cosmetic change.
4689 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4690 (fill_sprs64): Use regcache_collect instead of read_register.
4691 (store_regs_lib): Use regcache_collect instead of
4692 read_register. Use fill_sprs32 instead of fill_sprs64,
4693 if debugging a 32-bit architecture.
4694 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4695 out of the register cache, instead of passing a pointer into
4696 the register cache directly to ptrace. Use regcache_collect
4697 insteaad of read_register.
4698 (ops_prepare_to_store): Use target_read_registers instead
4699 of read_register_bytes.
4700
4701 2002-07-20 Aidan Skinner <aidan@velvet.net>
4702
4703 * MAINTAINERS: Add self under write after approval.
4704
4705 2002-07-20 Aidan Skinner <aidan@velvet.net>
4706
4707 * ada-tasks.c: Change k&r style function definitions to prototyped
4708 form.
4709
4710 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4711
4712 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4713 * x86-64-tdep.c: Include "objfiles.h".
4714 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4715 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4716
4717 2002-07-17 Michal Ludvig <michal@suse.cz>
4718
4719 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4720 (update_context): Initialise cfa variable.
4721
4722 2002-07-17 Michael Snyder <msnyder@redhat.com>
4723
4724 * aix-thread.c: Shorten some long lines.
4725 Bring comments into line with code spec.
4726
4727 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4728
4729 * infrun.c: Re-indent using gdb_indent.sh.
4730
4731 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4732
4733 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4734 Leave the indentation temporarily untouched, to minimize the diffs.
4735
4736 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4737
4738 * stabsread.c: Make os9k sections of the code obsolete,
4739 for real this time.
4740 * stabsread.h: Make os9k sections of the code obsolete.
4741
4742 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4743
4744 * linux-low.c (regsets_store_inferior_registers): Add free()
4745 at the end of a loop to prevent memory leak.
4746 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4747 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4748 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4749 line a comment.
4750 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4751
4752 2002-07-17 Jim Blandy <jimb@redhat.com>
4753
4754 * macrocmd.c (info_macro_command): Remove newline from error
4755 message.
4756
4757 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4758
4759 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4760 (sh_gdbarch_init): Use it for sh-dsp.
4761
4762 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4763
4764 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4765 64-bit DWARF2 format.
4766
4767 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4768
4769 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4770 <sys/proc.h> when not available.
4771
4772 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4773
4774 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4775 * stabsread.c: Make os9k sections of the code obsolete.
4776 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4777 * config/i386/i386os9k.mt: Make file obsolete.
4778 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4779 (COMMON_OBS): Remove os9kread.o
4780 (SFILES): Remove os9kread.c.
4781 (os9kread.o, remote-os9k.o): Make target obsolete.
4782 * remote-os9k.c: Make file obsolete.
4783 * os9kread.c: Make file obsolete.
4784 * Makefile.in
4785
4786 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4787
4788 * NEWS: Mention that the FR30 has been made obsolete.
4789 * fr30-tdep.c: Make file obsolete.
4790 * config/fr30/tm-fr30.h: Ditto.
4791 * config/fr30/fr30.mt: Ditto.
4792 * configure.tgt: Make fr30-*-elf obsolete.
4793 * MAINTAINERS: Make fr30-elf obsolete.
4794
4795 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4796
4797 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4798 found is not inside a section.
4799
4800 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4801
4802 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4803 strerror().
4804 (pdc_realloc): Use xrealloc() instead of realloc().
4805
4806 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4807
4808 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4809 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4810 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4811 macros.
4812
4813 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4814
4815 * aix-thread.c (ptrace_check): Eliminate goto.
4816 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4817 problem.
4818
4819 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4820
4821 * aix-thread.c (gdbcmd.h): Include.
4822 (DEBUG, DBG, DBG2, dbg): Eliminate.
4823 (debug_aix_thread): New static global.
4824 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4825 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4826 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4827 invocations to DBG and DBG2 macros to test against
4828 ``debug_aix_thread'' and call fprintf_unfiltered().
4829 (_initialize_aix_thread): Add new command "set debug aix-thread".
4830
4831 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4832
4833 From Gerhard Tonn <TON@de.ibm.com>:
4834 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4835 instead of supply_register.
4836
4837 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4838
4839 * dwarf2cfi.c: Include "gdb_assert.h".
4840 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4841 non-NULL.
4842 (update_context): Do not use __func__. Add missing ``break''.
4843 (update_context): Do not use __func__.
4844
4845 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4846
4847 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4848 and its setting. Set gdbarch instruction printing functions
4849 directly. For non-rs6000 case use new function
4850 gdb_print_insn_powerpc.
4851 (gdb_print_insn_powerpc): New function.
4852
4853 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4854
4855 * NEWS: Mention that the d30v has been marked obsolete.
4856 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4857 * configure.tgt: Mark d30v-*-* as obsolete.
4858 * d30v-tdep.c: Mark file as obsolete.
4859 * config/d30v/d30v.mt: Ditto.
4860 * config/d30v/tm-d30v.h: Ditto.
4861
4862 2002-07-13 Aidan Skinner <aidan@velvet.net>
4863
4864 * ada-tasks.c (add_task_entry): replace calls to
4865 malloc() with xmalloc
4866 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4867
4868 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4869 ada_finish_decode_line_1, all_sals_for_line
4870 ada_breakpoint_rewrite): replace calls to free() with xfree()
4871
4872 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4873
4874 From Nicholas Duffek (with minor changes by Martin Hunt,
4875 Louis Hamilton, and Kevin Buettner):
4876 * aix-thread.c: New file.
4877
4878 2002-07-12 Petr Sorfa <petrs@caldera.com>
4879
4880 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4881 complaint for invalid attribute class or form.
4882 (read_func_scope): DW_AT_frame_base
4883 better handling of DW_AT_block*.
4884 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4885 better handling of DW_AT_block*.
4886 (read_common_block): DW_AT_location
4887 better handling of DW_AT_block*.
4888 (read_partial_die): DW_AT_location better handling
4889 of DW_AT_block*.
4890 (new_symbol): DW_AT_external better handling of
4891 DW_AT_block*. Proper initialization of variable
4892 "addr".
4893 (attr_form_is_block): New function that returns true
4894 if the attribute's form is of DW_FORM_block*.
4895
4896 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4897
4898 * valops.c (find_method_list): Remove comment about
4899 removed STATIC_MEMFUNCP argument.
4900 (value_find_oload_method_list): Likewise.
4901
4902 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4903
4904 From Nicholas Duffek:
4905 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4906 target_new_objfile_hook.
4907
4908 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4909
4910 From Nicholas Duffek:
4911 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4912 csect.
4913
4914 2002-07-12 Andrew Cagney <cagney@redhat.com>
4915
4916 * MAINTAINERS: Mention --enable-sim-build-warnings.
4917 (m68hc11-elf): Disable sim build warnings.
4918 (m32r-elf): Mark as broken obsolete candidate.
4919 (x86_64-linux-gnu): Mark as buildable with -Werror.
4920 (arm-elf): Change -w to ``,'' which enables warnings but not
4921 -Werror.
4922
4923 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4924
4925 * bcache.h: Update copyright.
4926 (struct bstring, struct bcache): Move definition to "bcache.c".
4927 Replaced by opaque declaration.
4928 (bcache_xfree): Replace free_bcache.
4929 (bcache_xmalloc, bcache_memory_used): Declare.
4930
4931 * bcache.c: Update copyright.
4932 (struct bstring, struct bcache): Moved to here from "bcache.h".
4933 Update comments.
4934 (bcache_xmalloc, bcache_memory_used): New functions.
4935 (bcache_xfree): Replace function free_bcache.
4936
4937 * Makefile.in (objfiles.o): Add $(bcache_h).
4938 (objfiles_h): Remove $(bcache_h).
4939 (symfile.o): Add $(bcache_h).
4940
4941 * symmisc.c: Update copyright.
4942 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4943 (print_objfile_statistics): Use bcache_memory_used.
4944
4945 * symfile.c: Include "bcache.h".
4946 (reread_symbols): Use bcache_xfree.
4947 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4948 (add_psymbol_to_list): Pass psymbol_cache by value.
4949 (add_psymbol_with_dem_name_to_list): Ditto.
4950
4951 * objfiles.h: Update copyright.
4952 (struct bcache): Declare opaque. Do not include "bcache.h".
4953 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4954 bcache'' pointers.
4955 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4956
4957 * objfiles.c: Include "bcache.h". Update copyright.
4958 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4959 macro_cache.
4960 (free_objfile): Use bcache_xfree.
4961
4962 2002-07-11 Grace Sainsbury <graces@redhat.com>
4963
4964 * monitor.c (monitor_fetch_register): Make name a constant.
4965 (monitor_store_register): Same.
4966
4967 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4968
4969 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4970 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4971 (finish_block) For non-function blocks, hash the symbol table. For
4972 function blocks, mark the symbol table as unhashed.
4973 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4974 (msymbol_hash_iw): Likewise.
4975 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4976 value.
4977 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4978 (lookup_minimal_symbol): Likewise for both.
4979 * symtab.h (struct block): Add `hashtable' flag. Comment the
4980 hashtable.
4981 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4982 (ALL_BLOCK_SYMBOLS): Update.
4983 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4984 (struct symbol): Add `hash_next' pointer.
4985 * symtab.c (lookup_block_symbol): Search using the hash table when
4986 possible.
4987 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4988 (search_symbols, find_addr_symbol): Likewise.
4989
4990 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4991 (read_dst_symtab): Likewise.
4992 * jv-lang.c (get_java_class_symtab): Likewise.
4993 * mdebugread.c: Include "gdb_assert.h".
4994 (shrink_block): Assert that the block being modified is not hashed.
4995 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4996 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4997 symbols.
4998 (dump_symtab): Recognize hashed blocks.
4999 * printcmd.c (print_frame_args): Assert that function blocks do not
5000 have hashed symbol tables.
5001 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5002 (fill_in_ada_prototype, debug_print_block): Likewise.
5003 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5004
5005 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
5006
5007 * stack.c (print_frame): Use result of frame_address_in_block()
5008 instead of fi->pc when evaluating symbols.
5009 (backtrace_command_1): Ditto.
5010
5011 2002-07-11 Andrew Cagney <cagney@redhat.com>
5012
5013 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5014 Make static.
5015
5016 * arm-tdep.c (arm_register_name): Make return type constant.
5017
5018 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5019
5020 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5021 prototype.
5022 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5023 * s390-tdep.c (s390_fp_regnum): Ditto.
5024 (s390_read_fp): Ditto.
5025 (s390_pop_frame): Ditto.
5026 (_initialize_s390_tdep): Ditto.
5027 * remote.c (get_remote_state): Ditto.
5028 * procfs.c (mappingflags): Ditto.
5029 * memattr.c (_initialize_mem): Ditto.
5030 * mcore-tdep.c (mcore_pop_frame): Ditto.
5031 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5032 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5033 * language.c (set_case_str): Ditto.
5034 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5035 * frv-tdep.c (new_variant): Ditto.
5036 (frv_stopped_data_address): Ditto.
5037 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5038 (context_alloc): Ditto.
5039 (frame_state_alloc): Ditto.
5040 (unwind_tmp_obstack_init): Ditto.
5041 (unwind_tmp_obstack_free): Ditto.
5042 (cfi_read_fp): Ditto.
5043 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5044 (cris_pop_frame): Ditto.
5045 * c-lang.c (scanning_macro_expansion): Ditto.
5046 (finished_macro_expansion): Ditto.
5047 (c_preprocess_and_parse): Ditto.
5048 * gdbarch.sh: Ditto.
5049 * gdbarch.h, gdbarch.c: Regenerate.
5050 * config/mn10200/tm-mn10200.h: Adjust indentation.
5051 * target.c: Adjust indentation.
5052 * symtab.h: Adjust indentation.
5053 * stabsread.h: Adjust indentation.
5054 * remote-es.c: Adjust indentation.
5055 * os9kread.c: Adjust indentation.
5056
5057 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5058
5059 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5060 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5061
5062 2002-07-10 Grace Sainsbury <graces@redhat.com>
5063
5064 * NEWS: Mention m68k, mcore multi-arching.
5065 * MAINTAINERS: Change status of m68k, mcore to reflect
5066 multi-arching.
5067
5068 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5069
5070 * valops.c (find_overload_match): Free oload_syms.
5071
5072 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5073
5074 Define HAVE_SYS_PROC_H if sys/proc.h exists
5075 * configure.in: Add check for sys/proc.h
5076 * config.in: Regenerate.
5077 * configure: Regenerate.
5078
5079 2002-07-09 Grace Sainsbury <graces@redhat.com>
5080
5081 * config/m68k/tm-m68k.h: Remove macros wrapped in
5082 #if !GDB_MULTI_ARCH.
5083
5084 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5085
5086 * config.in, configure: Regenerate.
5087
5088 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5089
5090 * dwarf2cfi.c: Include "gcore.h".
5091 (execute_stack_op): Fix implementation of the
5092 DW_OP_deref and DW_OP_deref_size operators by letting do their
5093 lookup in the target.
5094
5095 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5096
5097 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5098 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5099 tdep->sc_sp_offset.
5100
5101 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5102
5103 Fix PR gdb/595, gdb/602
5104 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5105 Don't call value_cast, just read the vtable pointer; update comments
5106 to match.
5107
5108 2002-07-05 Grace Sainsbury <graces@redhat.com>
5109
5110 * config/mcore/tm-mcore.h: Remove file.
5111 * config/mcore/mcore.mt: Remove definition of TM_FILE
5112 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5113
5114 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5115
5116 * i386bsd-tdep.c: Include "gdb_string.h".
5117
5118 2002-07-04 Grace Sainsbury <graces@redhat.com>
5119
5120 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5121 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5122 mcore-tdep.
5123 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5124 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5125 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5126 (RETVAL_REGNUM): Move macros from tm-mcore.h
5127 (mcore_reg_struct_has_addr): New function.
5128 (mcore_gdbarch_init): Added initializations for the macros removed
5129 from tm-mcore.h.
5130
5131 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5132
5133 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5134 traditonal string branding within the ELF header.
5135
5136 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5137
5138 * symtab.c (remove_params): New function.
5139 (make_symbol_overload_list): Use it instead of cplus_demangle.
5140 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5141
5142 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5143
5144 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5145
5146 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5147 New variables.
5148 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5149 and tdep->sigtramp_end.
5150 * i386obsd-nat.c: New file.
5151 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5152
5153 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5154 Don't call get_current_frame().
5155
5156 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5157
5158 * i386-nat.c (child_post_startup_inferior): New function
5159 calling i386_cleanup_dregs if
5160 I386_USE_GENERIC_WATCHPOINTS is defined.
5161 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5162 conditional to acknowledge that i386-nat.c has its
5163 own child_post_startup_inferior function.
5164
5165 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5166
5167 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5168 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5169 instead of MAX_REGISTER_RAW_SIZE.
5170 (i386_extract_return_value, i386_extract_struct_value_address):
5171 Convert to use regcache.
5172 (i386_gdbarch_init): Set max_register_raw_size and
5173 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5174 Set extract_return_value and extract_struct_value_address instead
5175 of their deprecated variants.
5176
5177 Convert i386 target to generic dummy frames.
5178 * i386-tdep.c: Include "symfile.h".
5179 (i386_frameless_signal_p): Consider a function to be frameless if
5180 the pc points at the first instruction of the function.
5181 (i386_frame_chain): Handle (generic) call dummies.
5182 (i386_frame_saved_pc): Likewise.
5183 (i386_frame_init_saved_regs): Remove code dealing with call
5184 dummies on the stack.
5185 (i386_push_dummy_frame): Removed.
5186 (i386_call_dummy_words): Removed.
5187 (i386_fix_call_dummy): Removed.
5188 (i386_push_return_address): New function.
5189 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5190 parameter, and don't call get_current_frame.
5191 (i386_pop_frame): New function.
5192 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5193 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5194 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5195 call_dummy_length to 0, set call_dummy_words to NULL, set
5196 sizeof_call_dummy_words to 0, set fix_call_dummy to
5197 generic_fix_call_dummy, set pc_in_call_dummy to
5198 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5199 generic_push_dummy_frame, set push_return_address to
5200 i386_push_return_address and set frame_chain_valid to
5201 generic_file_frame_chain_valid.
5202
5203 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5204
5205 * gdbarch.sh (struct regcache): Add opaque declaration.
5206 (EXTRACT_RETURN_VALUE): New architecture method.
5207 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5208 * gdbarch.h, gdbarch.c: Regenerate.
5209 * arch-utils.c (legacy_extract_return_value): New function.
5210 * arch-utils.h (legacy_extract_return_value): Declare.
5211 * values.c (value_being_returned): Re-enable code handling
5212 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5213 deprecated_grub_regcache_for_registers call to block handling
5214 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5215 (EXTRACT_RETURN_VALUE): Do not define.
5216
5217 2002-07-03 Grace Sainsbury <graces@redhat.com>
5218
5219 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5220 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5221 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5222 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5223 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5224 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5225 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5226 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5227 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5228 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5229 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5230 argument so the function fits the prototype in the architecture
5231 vector.
5232 (mcore_pop_frame): Remove argument so the function fits the
5233 prototype. Use get_current_frame instead of the argument.
5234 (mcore_push_arguments): Change type of struct_return so the
5235 function can be used in the architecture vector.
5236 (mcore_store_struct_return): Add.
5237 (mcore_frame_init_saved_regs): Add.
5238 (mcore_gdbarch_init): Add function calls to replace the macros
5239 removed from tm-mcore.h
5240
5241 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5242
5243 * infcmd.c (print_return_value): Remove compatibility code calling
5244 deprecated_grub_regcache_for_registers.
5245
5246 * values.c: Include "regcache.h".
5247 (value_being_returned): Update. Use
5248 deprecated_grub_regcache_for_registers to extract the register
5249 buffer address.
5250 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5251 ``struct regcache''.
5252 * Makefile.in (values.o): Add dependency on $(regcache_h).
5253
5254 * inferior.h (run_stack_dummy): Change type of second parameter to
5255 a ``struct regcache''.
5256 * valops.c (hand_function_call): Change type of retbuf to ``struct
5257 regcache''. Allocate using regcache_xmalloc, clean using
5258 make_cleanup_regcache_xfree.
5259 * infcmd.c (run_stack_dummy): Update. Use
5260 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5261
5262 * regcache.c (do_regcache_xfree): New function.
5263 (make_cleanup_regcache_xfree): New function.
5264 * regcache.h (make_cleanup_regcache_xfree): Declare.
5265
5266 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5267
5268 * event-top.c (command_line_handler): Don't read past
5269 beginning of buffer.
5270
5271 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5272
5273 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5274 struct frame_id.
5275 (varobj_create): Store frame_id for root.
5276 (varobj_gen_name): Use xasprintf.
5277 (varobj_update): Save and restore frame using get_frame_id() and
5278 frame_find_by_id().
5279 (create_child): Use xasprintf.
5280 (new_root_variable): Initialize frame_id.
5281 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5282 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5283 to prevent memory leak.
5284
5285 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5286
5287 * valops.c (hand_function_call): Move declaration of retbuf to
5288 start of function, allocate using malloc, add a cleanup but before
5289 the inf_status cleanup, cleanup the buffer. Rename local variable
5290 old_chain to inf_status_cleanup.
5291
5292 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5293
5294 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5295
5296 * cli/cli-decode.c (cmd_func_p): New function.
5297 (cmd_func): New function.
5298
5299 * command.h: Add cmd_func() and cmd_func_p().
5300
5301 2002-07-03 Grace Sainsbury <graces@redhat.com>
5302
5303 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5304 (REGISTER_SIZE): Remove.
5305 (MAX_REGISTER_RAW_SIZE): Remove.
5306 (REGISTER_VIRTUAL_TYPE): Remove.
5307 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5308 (REGISTER_NAME): Remove.
5309 (USE_GENERIC_DUMMY_FRAMES): Remove.
5310 (CALL_DUMMY): Remove.
5311 (CALL_DUMMY_START_OFFSET): Remove.
5312 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5313 (CALL_DUMMY_LOCATION): Remove.
5314 (FIX_CALL_DUMMY): Remove.
5315 (CALL_DUMMY_ADDRESS): Remove.
5316 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5317 (SAVE_DUMMY_FRAME_TOS): Remove.
5318 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5319 (mcore_register_virtual_type): New function.
5320 (mcore_register_byte): New function.
5321 (mcore_register_size): New function.
5322 (mcore_register_name): New function.
5323 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5324 macros removed from tm-mcore.h.
5325 (mcore_dump_tdep): Add.
5326 (_initialize_mcore_tdep): Add gdbarch_register call.
5327
5328 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5329
5330 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5331 frameless_look_for_prologue, such that we actually call this
5332 function.
5333
5334 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5335
5336 * frame.h (frame_address_in_block): New function.
5337
5338 * blockframe.c (frame_address_in_block): New function extracted
5339 from get_frame_block().
5340 (get_frame_block): Use frame_address_in_block().
5341 (block_innermost_frame): Use frame_address_in_block() to match
5342 the frame pc address against the block boundaries rather than
5343 the frame pc directly. This prevents a failure when a frame pc
5344 is actually a return-address pointing immediately after the end
5345 of the given block.
5346
5347 2002-07-02 Grace Sainsbury <graces@redhat.com>
5348
5349 * MAINTAINERS: Add self under write after approval.
5350
5351 2002-07-02 Grace Sainsbury <graces@redhat.com>
5352
5353 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5354 used in architecture vector. The default is
5355 m68k_local_breakpoint_from_pc.
5356 (m68k_local_breakpoint_from_pc): Add.
5357 (enum): Add register numbers from tm-m68k.h.
5358 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5359 vector.
5360 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5361 GDB_MULTI_ARCH_PARTIAL.
5362 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5363 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5364 m68k-tdep.c.
5365 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5366 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5367 to enum in m68k-tdep.c
5368
5369 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5370
5371 * solib-osf.c (open_map): Compute the list of shared libraries
5372 loaded by the inferior, rather than the list of libraries loaded
5373 by GDB itself. Otherwise, GDB ends up reading the symbols from
5374 the wrong shared libraries...
5375
5376 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5377
5378 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5379 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5380 macros.
5381 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5382 Remove functions.
5383 (FRAMELESS_SIGNAL): Remove function.
5384 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5385 i386_linux_saved_pc_after_call): Removed.
5386 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5387 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5388 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5389
5390 * i386-tdep.c (i386_frameless_signal_p): New function.
5391 (i386_frame_chain): Deal with frameless signals.
5392 (i386_sigtramp_saved_sp): New function.
5393 (i386_frame_saved_pc): Deal with frameless signals.
5394 (i386_saved_pc_after_call): Make sure the correct value is
5395 returned just after entry into a sigtramp.
5396 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5397 i386fbsd4_sc_sp_offset): New variables.
5398 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5399 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5400 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5401 similiar to what we already did for sc_pc_offset.
5402 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5403 tdep->sc_sp_offset.
5404
5405 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5406
5407 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5408
5409 * config/i386/tm-x86-64linux.h: New.
5410 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5411 definitions.
5412 * config/i386/nm-x86-64.h: Rename to ...
5413 * config/i386/nm-x86-64linux.h: ... this one.
5414 * config/i386/x86-64linux.mh: Reflect the above change.
5415
5416 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5417
5418 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5419 with sigcontext_addr. Add sc_sp_offset.
5420 (i386bsd_sigtramp_saved_pc): Remove prototype.
5421 (i386bsd_sicontext_addr): Add prototype.
5422 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5423 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5424 (i386_svr4_sigtramp_saved_pc): Removed.
5425 (i386_svr4_sigcontext_addr): New function.
5426 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5427 Initialize tdep->sigcontext_addr instead. Initialize
5428 tdep->sc_pc_offset and tdep->sc_sp_offset.
5429 (i386_gdbarch_init): Likewise.
5430 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5431 any more.
5432 (i386bsd_sigtramp_saved_pc): Remove function.
5433 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5434 Initialize tdep->sigcontext_addr instead. Initialize
5435 tdep->sc_pc_offset.
5436 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5437 of tdep->sigtramp_saved_pc.
5438 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5439 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5440 instead.
5441
5442 * i386-tdep.c (i386_frameless_function_invocation,
5443 i386_frame_num_args, i386_frame_init_saved_regs,
5444 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5445 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5446 i386_extract_return_value, i386_store_return_value,
5447 i386_extract_struct_value_address, i386_register_virtual_type,
5448 i386_register_convertible, i386_register_convert_to_virtual,
5449 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5450 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5451 static.
5452
5453 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5454
5455 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5456
5457 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5458 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5459 this macro. Include "value.h".
5460
5461 2002-06-30 Aidan Skinner <aidan@velvet.net>
5462
5463 * ada-exp.tab.c: remove as it's a generated file
5464 * ada-lex.c: remove as it's a generated file
5465
5466 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5467
5468 * config/i386/tm-i386.h (struct frame_info, struct
5469 frame_saved_regs, struct value, struct type): Remove forward
5470 declarations.
5471
5472 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5473 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5474 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5475 (FILL_FPXREGSET): Define.
5476
5477 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5478
5479 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5480 i[3456]86-*-netbsd* case.
5481 * config/i386/tm-obsd.h: Removed.
5482 * config/i386/obsd.mt: Removed.
5483 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5484 core-aout.o.
5485 (MH_CFLAGS): Add -DYYDEBUG=0.
5486
5487 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5488 i386nbsd_sc_pc_offset on OpenBSD too.
5489
5490 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5491 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5492 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5493 define.
5494 * i386bsd-tdep.c: Include "arch-utils.h".
5495 (i386bsd_aout_in_solib_call_trampoline): New function.
5496 (i386bsd_init_abi): Set in_solib_call_trampoline to
5497 i386bsd_aout_in_solib_call_trampoline.
5498 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5499 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5500
5501 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5502
5503 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5504 (struct obstack, struct bcache): Add opaque declarations.
5505 * Makefile.in (macrotab_h): Update
5506
5507 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5508
5509 * blockframe.c (generic_find_dummy_frame): Change return type to
5510 ``struct regcache''.
5511 (struct dummy_frame): Replace field ``registers'' with regcache, a
5512 struct regcache object.
5513 (generic_find_dummy_frame): Update.
5514 (generic_push_dummy_frame): Update. Use regcache_xfree,
5515 regcache_xmalloc and regcache_cpy.
5516 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5517 regcache_xfree.
5518 (deprecated_generic_find_dummy_frame): Update.
5519 (generic_read_register_dummy): Update. Use
5520 regcache_read_as_address.
5521 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5522 (generic_get_saved_register): Update. Use regcache_read.
5523
5524 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5525
5526 * Makefile.in (objfiles_h): Add $(bcache_h).
5527 * objfiles.h: Include "bcache.h".
5528
5529 * Makefile.in (symtab_h): Remove $(bcache_h).
5530 * symtab.h: Do not include "bcache.h".
5531
5532 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5533
5534 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5535 generic_func_frame_chain_valid.
5536
5537 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5538
5539 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5540 * config/i386/tm-fbsd.h: Likewise.
5541
5542 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5543
5544 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5545 generic_unwind_get_saved_register.
5546
5547 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5548
5549 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5550 * regcache.c (supply_register): Add missing argument to
5551 register_buffer call.
5552
5553 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5554
5555 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5556 Solaris /bin/grep does not not like it. From Peter Schauer.
5557
5558 2002-06-26 Tom Tromey <tromey@redhat.com>
5559
5560 * command.h (add_setshow_cmd): Declare.
5561 (add_setshow_cmd_full): Declare.
5562 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5563 returns void. Use add_setshow_cmd_full.
5564 (add_setshow_cmd_full): New function.
5565 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5566 (add_setshow_boolean_cmd): Likewise.
5567
5568 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5569
5570 * config/vax/tm-vax.h: Protect from multiple inclusion.
5571 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5572 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5573 * config/vax/tm-vaxbsd.h: ...here. New file.
5574 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5575
5576 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5577
5578 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5579 (BELIEVE_PCC_PROMOTION): Remove.
5580 (AP_REGNUM): Move to...
5581 * config/vax/nm-vax.h: ...here.
5582 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5583 (vax_breakpoint_from_pc): New function.
5584 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5585 and gdbarch_believe_pcc_promotion.
5586
5587 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5588
5589 * Makefile.in (vax_tdep_h): Define.
5590 (vax-tdep.o): Use $(vax_tdep_h).
5591 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5592 (vax_dump_tdep): New function.
5593 (_initialize_vax_tdep): Register vax_dump_tdep.
5594 * vax-tdep.h: Include osabi.h.
5595 (struct gdbarch_tdep): New.
5596
5597 2002-06-26 Andrew Cagney <cagney@redhat.com>
5598
5599 * frame.h (deprecated_generic_find_dummy_frame): Rename
5600 generic_find_dummy_frame.
5601 * blockframe.c (generic_find_dummy_frame): Make static.
5602 (deprecated_generic_find_dummy_frame): New function.
5603 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5604 generic_find_dummy_frame with deprecated_find_dummy_frame.
5605 (sh64_nofp_frame_init_saved_regs): Ditto.
5606 (sh_fp_frame_init_saved_regs): Ditto.
5607 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5608 (s390_frame_chain): Ditto.
5609 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5610
5611 2002-06-26 Grace Sainsbury <graces@redhat.com>
5612
5613 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5614 gdbarch vector are at the top.
5615 (NUM_REGS): Remove.
5616 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5617 (FRAME_ARGS_ADDRESS): Remove.
5618 (FRAME_LOCALS_ADDRESS): Remove.
5619 (FRAME_NUM_ARGS): Remove.
5620 (FRAME_ARGS_SKIP): Remove.
5621 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5622 (m68k_gdbarch_init): Add gdbarch initializations for macros
5623 undefined in tm-m68k.h
5624
5625 2002-06-26 Grace Sainsbury <graces@redhat.com>
5626
5627 * monitor.h: Add the function regname to monitor_ops
5628 structure. This way NUM_REGS does not have to be a constant.
5629 * monitor.c (monitor_fetch_register): Added support for regname
5630 function. The function is called if the array regnames is NULL.
5631 (monitor_store_register): Same.
5632 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5633 regnames array.
5634 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5635 cpu32bug_cmds.regname to point to new function.
5636 * abug-rom.c (abug_regname): Same as above.
5637 (init_abug_cmds): Same.
5638 * dbug-rom.c (dbug_regname): Same as above.
5639 (init_dbug_cmds): Same.
5640 * remote-est.c (est_regname): Same.
5641 (init_est_cmds): Same.
5642 * rom68k-rom.c (rom68k_regname): Same.
5643 (init_rom68k_cmds): Same.
5644
5645 2002-06-25 Tom Tromey <tromey@redhat.com>
5646
5647 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5648
5649 2002-06-25 Andrew Cagney <cagney@redhat.com>
5650
5651 * infrun.c (stop_registers): Change variable's type to ``struct
5652 regcache'''.
5653 (xmalloc_inferior_status): Delete function.
5654 (free_inferior_status): Delete function.
5655 (normal_stop): Use regcache_cpy.
5656 (struct inferior_status): Change type of fields ``stop_registers''
5657 and ``registers'' to ``struct regcache''.
5658 (write_inferior_status_register): Use regcache_write.
5659 (save_inferior_status): Instead of calling
5660 xmalloc_inferior_status, allocate the inf_status buffer directly.
5661 Use regcache_dup_no_passthrough and regcache_dup to save the
5662 buffers.
5663 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5664 Replace the stop_registers regcache instead of overriding it. Use
5665 regcache_xfree. Instead of calling free_inferior_status, xfree
5666 the buffer directly.
5667 (discard_inferior_status): Use regcache_xfree. Instead of calling
5668 free_inferior_status, xfree the buffer directly.
5669 (build_infrun): Use regcache_xmalloc.
5670 (_initialize_infrun): Delete redundant call to build_infrun.
5671
5672 * Makefile.in (infcmd.o): Add $(regcache_h).
5673
5674 * infcmd.c: Include "regcache.h".
5675 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5676 obtain the address of `stop_registers' register buffer.
5677 (print_return_value): Ditto.
5678
5679 * inferior.h (struct regcache): Add opaque declaration.
5680 (stop_registers): Change variable's declared type to ``struct
5681 regcache''.
5682
5683 2002-06-24 Tom Tromey <tromey@redhat.com>
5684
5685 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5686 * target.c (initialize_targets): Fixed typo in
5687 trust-readonly-sections `show' documentation.
5688
5689 * main.c: Marked all strings with _().
5690
5691 2002-06-24 Don Howard <dhoward@redhat.com>
5692
5693 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5694 that means max CORE_ADDR+1.
5695 (lookup_mem_region): Ditto.
5696 (mem_info_command): Ditto.
5697
5698 2002-06-24 Grace Sainsbury <graces@redhat.com>
5699
5700 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5701 (REGISTER_BYTES_OK): Remove.
5702 (REGISTER_BYTES): Remove.
5703 (STORE_STRUCT_RETURN): Remove.
5704 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5705 (STORE_RETURN_VALUE): Remove.
5706 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5707 (FRAME_CHAIN): Remove.
5708 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5709 (FRAME_SAVED_PC): Remove.
5710 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5711 (m68k_store_struct_return): Add.
5712 (m68k_deprecated_extract_return_value): Add.
5713 (m68k_deprecated_extract_struct_value_address): Add.
5714 (m68k_store_return_value): Add.
5715 (m68k_frame_chain): Add.
5716 (m68k_frameless_function_invocation): Add.
5717 (m68k_frame_saved_pc): Add.
5718 (m68k_gdbarch_init): added set_gdbarch calls for new
5719 functions and deleted macros.
5720
5721 2002-06-23 Tom Tromey <tromey@redhat.com>
5722
5723 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5724 (ALLDEPFILES): Likewise.
5725 (udiheaders): Removed.
5726 (udip2soc.o): Likewise.
5727 (udi2go32.o): Likewise.
5728 (udr.o): Likewise.
5729 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5730
5731 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5732
5733 * infrun.c (_initialize_infrun): Delete unnecessary call to
5734 build_infrun.
5735
5736 * regcache.h: Update comments describing the regcache_cpy family
5737 of functions.
5738 (regcache_save, regcache_restore): Delete declaration.
5739 (regcache_save_no_passthrough): Delete declaration.
5740 (regcache_restore_no_passthrough): Delete declaration.
5741 * regcache.c (regcache_save): Delete function.
5742 (regcache_save_no_passthrough): Delete function.
5743 (regcache_restore): Delete function.
5744 (regcache_restore_no_passthrough): Delete function.
5745
5746 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5747
5748 * config/m68k/tm-m68k.h: Fix typo.
5749 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5750 (m68k_frame_init_saved_regs): Declare.
5751
5752 2002-06-21 Jim Blandy <jimb@redhat.com>
5753
5754 Remove some vestiges of Harris 88k support.
5755 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5756 register numbering quirk.
5757 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5758 odd symbols occurring in Harris 88k ELF targets.
5759
5760 2002-06-21 Tom Tromey <tromey@redhat.com>
5761
5762 * gdb_locale.h: New file.
5763 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5764 (defs_h): Added gdb_locale.h.
5765 * configure, config.in: Rebuilt.
5766 * configure.in (PACKAGE): Define.
5767 * defs.h: Include gdb_locale.h.
5768 * main.c (captured_main): Call setlocale, bindtextdomain,
5769 textdomain.
5770
5771 2002-06-21 Dave Brolley <brolley@redhat.com>
5772
5773 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5774 * config/frv/frv.mt: New file.
5775 * config/frv/tm-frv.h: New file.
5776 * configure.tgt: Support frv-*-*.
5777 * Makefile.in (frv-tdep.o): New target.
5778 * frv-tdep.c: New file.
5779 * NEWS: Mention frv.
5780
5781 2002-06-21 Dave Brolley <brolley@redhat.com>
5782
5783 * MAINTAINERS: Add self to "Write After Approval" list.
5784
5785 2002-06-21 Grace Sainsbury <graces@redhat.com>
5786
5787 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5788 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5789 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5790 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5791 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5792
5793 * m68k-tdep.c: Include arch-utils.h
5794 (m68k_register_raw_size): Add.
5795 (m68k_register_virtual_size): Add.
5796 (m68k_register_virtual_type): Add.
5797 (m68k_register_name): Add.
5798 (m68k_stack_align): Add.
5799 (m68k_register_byte): Add.
5800 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5801 tm-m68k.h.
5802
5803 2002-06-21 Grace Sainsbury <graces@redhat.com>
5804
5805 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5806 m68k_find_saved_regs.
5807 (m68k_pop_frame): Removed saved_regs structure, and replaced
5808 references to it with frame->saved_regs.
5809 (m68k_gdbarch_init): Added function calls to initialize the
5810 gdbarch structure.
5811 (m68k_fix_call_dummy): Add.
5812 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5813 (CALL_DUMMY): Remove.
5814 (CALL_DUMMY_LENGTH): Remove.
5815 (CALL_DUMMY_START_OFFSET): Remove.
5816 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5817 (FIX_CALL_DUMMY): Remove.
5818 (PUSH_DUMMY_FRAME): Remove.
5819 (POP_FRAME): Remove.
5820
5821 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5822
5823 * parse.c (parse_fprintf): New function used to avoid calls to
5824 fprintf in bison parser generated debug code.
5825 * parser-defs.h: Declaration of new parse_fprintf function.
5826 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5827 Set YYDEBUG to 1 by default.
5828 Set YYFPRINTF as parse_fprintf.
5829
5830 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5831
5832 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5833 encoding anymore.
5834 (pointer_encoding, enum ptr_encoding): New.
5835 (execute_cfa_program): Take care about pointer encoding.
5836 (dwarf2_build_frame_info): Only call parse_frame_info for
5837 .debug_frame and .eh_frame.
5838 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5839 fixed augmentation handling, added relative addressing,
5840 ignore duplicate FDEs. Added comments.
5841 * dwarf2cfi.c: Reindented.
5842
5843 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5844
5845 * event-top.c (command_handler): Don't use space_at_cmd_start
5846 unless there is sbrk() on the host. Assign time and space data
5847 to union fields of the appropriate length.
5848
5849 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5850
5851 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5852 x86_64_register_name. Return type changed to 'const char *'.
5853 (x86_64_register_name2nr): Rename to x86_64_register_number.
5854 (x86_64_gdbarch_init): Update to reflect the change.
5855 * x86-64-tdep.h: Ditto.
5856 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5857 (supply_fpregset): Ditto.
5858
5859 2002-06-19 Andrew Cagney <cagney@redhat.com>
5860
5861 * regcache.h: Update copyright.
5862 (struct regcache, struct gdbarch): Add opaque declarations.
5863 (current_regcache): Declare global variable.
5864 (regcache_read, regcache_write): Add gdbarch parameter.
5865 (regcache_save, regcache_save_no_passthrough)
5866 (regcache_restore, regcache_restore_no_passthrough)
5867 (regcache_dup, regcache_dup_no_passthrough)
5868 (regcache_cpy, regcache_cpy_no_passthrough)
5869 (deprecated_grub_regcache_for_registers)
5870 (deprecated_grub_regcache_for_register_valid)
5871 (regcache_valid_p): Add function declarations.
5872
5873 * regcache.c: Update copyright.
5874 (regcache_descr_handle): New global variable.
5875 (struct regcache_descr): Define.
5876 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5877 (regcache_descr, xfree_regcache_descr): New functions.
5878 (struct regcache): Define.
5879 (regcache_xmalloc, regcache_xfree): New functions.
5880 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5881 (regcache_dup, regcache_dup_no_passthrough): New functions.
5882 (regcache_valid_p, regcache_read_as_address): New functions.
5883 (deprecated_grub_regcache_for_registers): New function.
5884 (deprecated_grub_regcache_for_register_valid): New function.
5885 (current_regcache): New global variable.
5886 (register_buffer): Add regcache parameter. Update calls.
5887 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5888 (read_register_gen, write_register_gen): Update register_buffer
5889 call. Test for legacy_p instead of gdbarch_register_read_p or
5890 gdbarch_register_write_p.
5891 (regcache_collect): Update register_buffer call.
5892 (build_regcache): Rewrite. Use deprecated grub functions.
5893 (regcache_save, regcache_save_no_passthrough): New functions.
5894 (regcache_restore, regcache_restore_no_passthrough): New
5895 functions.
5896 (_initialize_regcache): Create the regcache_data_handle. Swap
5897 current_regcache global variable.
5898
5899 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5900 parameter to regcache_read and regcache_write calls.
5901 (sh4_register_read): Ditto.
5902 (sh64_pseudo_register_read): Ditto.
5903 (sh64_register_read): Ditto.
5904 (sh_pseudo_register_write): Ditto.
5905 (sh4_register_write): Ditto.
5906 (sh64_pseudo_register_write): Ditto.
5907 (sh64_register_write): Ditto.
5908
5909 * defs.h (XCALLOC): Define.
5910
5911 2002-06-19 Grace Sainsbury <graces@redhat.com>
5912
5913 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5914 * m68k-tdep.c (m68k_gdbarch_init): Added.
5915 (m68k_dump_tdep): Added.
5916
5917 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5918
5919 * ada-lang.c (fill_in_ada_prototype): Update comment.
5920
5921 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5922
5923 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5924 MIPS_ABI_LAST.
5925 (mips_abi_string, mips_abi_strings): New.
5926 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5927 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5928 tdep->mips_abi_string. Honor mips_abi_string. Default to
5929 O32 if no ABI is found.
5930 (mips_dump_tdep): Use mips_abi_strings.
5931 (mips_abi_update): New function.
5932 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5933 ``set mips abi'' and ``show mips abi''. Check the size of
5934 mips_abi_strings.
5935
5936 2002-06-19 Andrew Cagney <cagney@redhat.com>
5937
5938 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5939 constant.
5940
5941 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5942
5943 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5944 current frame using only the first stack size adjustment. All
5945 subsequent size adjustments are not considered to be part of
5946 the "static" part of the current frame.
5947 Compute the address of the saved registers relative to the
5948 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5949 in use in this frame.
5950
5951 2002-06-18 Don Howard <dhoward@redhat.com>
5952
5953 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5954 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5955 suggesting this solution.
5956
5957 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5958
5959 * config/romp/xm-rtbsd.h: Delete file.
5960 * config/romp/rtbsd.mh: Delete file.
5961
5962 2002-06-18 Keith Seitz <keiths@redhat.com>
5963
5964 * breakpoint.c (condition_command): Post breakpoint_modify
5965 when a condition is added to an existing breakpoint.
5966 (commands_command): Likewise for commands.
5967 (set_ignore_count): Likewise for ignore counts.
5968 If no tty, do not simply return, still need to send event
5969 notification.
5970 (ignore_command): Only print a newline if the command came
5971 from a tty.
5972 Don't call breakpoints_changed, since this is now properly
5973 handled by set_ignore_count.
5974
5975 2002-06-18 Andrew Cagney <cagney@redhat.com>
5976
5977 * MAINTAINERS: Note that cris-elf target can be compiled with
5978 -Werror.
5979 * cris-tdep.c (cris_register_name): Make return type constant.
5980 (cris_breakpoint_from_pc): Ditto.
5981
5982 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5983
5984 * frame.h (struct frame_info): Change type of context to
5985 'struct context'.
5986
5987 2002-06-17 Andrew Cagney <cagney@redhat.com>
5988
5989 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5990 pointer.
5991 * gdbarch.h, gdbarch.c: Regenerate.
5992 * config/mips/tm-mips.h (mips_register_name): Update.
5993 * i386-tdep.h (i386_register_name): Update.
5994 * mips-tdep.c (mips_register_name): Update
5995 * alpha-tdep.c (alpha_register_name): Update.
5996 * arch-utils.c (legacy_register_name): Update.
5997 * arch-utils.h (legacy_register_name): Update.
5998 * avr-tdep.c (avr_register_name): Update.
5999 * ia64-tdep.c (ia64_register_name): Update.
6000 * i386-tdep.c (i386_register_name): Update.
6001 * sparc-tdep.c (sparc32_register_name): Update.
6002 (sparc64_register_name): Update.
6003 (sparclite_register_name): Update.
6004 (sparclet_register_name): Update.
6005 * sh-tdep.c (sh_generic_register_name): Update.
6006 (sh_sh_register_name): Update.
6007 (sh_sh3_register_name): Update.
6008 (sh_sh3e_register_name): Update.
6009 (sh_sh_dsp_register_name): Update.
6010 (sh_sh3_dsp_register_name): Update.
6011 (sh_sh4_register_name): Update.
6012 (sh_sh64_register_name): Update.
6013 * s390-tdep.c (s390_register_name): Update.
6014 * rs6000-tdep.c (rs6000_register_name): Update.
6015 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6016 (ns32k_register_name_32382): Update.
6017 * d10v-tdep.c (d10v_ts2_register_name): Update.
6018 (d10v_ts3_register_name): Update.
6019 * xstormy16-tdep.c (xstormy16_register_name): Update.
6020 * vax-tdep.c (vax_register_name): Update.
6021 * v850-tdep.c (v850_register_name): Update.
6022 * m68hc11-tdep.c (m68hc11_register_name): Update.
6023 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6024 (am33_register_name): Update.
6025
6026 2002-06-17 Grace Sainsbury <graces@redhat.com>
6027
6028 * m68k-tdep.c: Reindented.
6029
6030 2002-06-17 Andrew Cagney <ac131313@redhat.com>
6031
6032 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6033 list of predefined types.
6034
6035 2002-06-16 Mark Kettenis <kettenis@gnu.org>
6036
6037 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6038 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6039 REGISTER_CONVERT_TO_RAW): Remove defines.
6040 (i386_register_virtual_type, i386_register_convertible,
6041 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6042 Remove prototypes.
6043 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6044 macros mentioned above.
6045
6046 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6047 (i386lynx_saved_pc_after_call): Remove prototype.
6048 * i386ly-tdep.c: Include "i386-tdep.h".
6049 (i386lynx_saved_pc_after_call): Make static. Use
6050 read_memory_nobpt instead of read_memory. Use
6051 read_memory_unsigned_integer instead of read_memory_integer.
6052 (i386lynx_init_abi): New function.
6053 (i386lynx_coff_osabi_sniffer): New function.
6054 (_initialize_i386bsd_tdep): New function.
6055
6056 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6057 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6058 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6059 (i386_fix_call_dummy): Remove prototype.
6060 * i386-tdep.c (i386_call_dummy_words): New variable.
6061 (i386_gdbarch_init): Adjust for removal of the
6062 macros mentioned above.
6063
6064 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6065
6066 * command.h (add_setshow_auto_boolean_cmd): Replace
6067 add_set_auto_boolean_cmd.
6068 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6069 add_set_auto_boolean_cmd.
6070 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6071 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6072 mask-address'' command.
6073 (show_mask_address): Add cmd parameter.
6074 * remote.c (add_packet_config_cmd): Update. Change type of
6075 set_func and show_func to cmd_sfunc_ftype.
6076 (_initialize_remote): Update `set remote Z-packet'
6077 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6078 (show_remote_protocol_e_packet_cmd): Ditto.
6079 (show_remote_protocol_E_packet_cmd): Ditto.
6080 (show_remote_protocol_P_packet_cmd): Ditto.
6081 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6082 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6083 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6084 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6085 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6086 (show_remote_protocol_Z_packet_cmd): Ditto.
6087 (show_remote_protocol_binary_download_cmd): Ditto.
6088 (show_remote_cmd): Pass NULL to all of above.
6089
6090 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6091
6092 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6093 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6094 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6095 POP_FRAME): Remove defines.
6096 (i386_push_arguments, i386_store_struct_return,
6097 i386_extract_return_value, i386_store_return_value,
6098 i386_extract_struct_value_address, i386_push_dummy_frame,
6099 i386_pop_frame): Renove prototypes.
6100 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6101 macros mentioned above.
6102
6103 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6104
6105 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6106 add_set_boolean_cmd.
6107 (add_setshow_cmd): New function.
6108 * command.h (add_setshow_boolean_cmd): Replace
6109 add_set_boolean_cmd.
6110 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6111 and ``set rdiromatzero''.
6112 * maint.c (_initialize_maint_cmds): Update commented out code.
6113 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6114 * target.c (initialize_targets): Update `set
6115 trust-readonly-sections'.
6116 * remote.c (_initialize_remote): Update `set remotebreak'.
6117
6118 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6119
6120 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6121 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6122 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6123 fit into multi-arch framework.
6124 (i386_breakpoint_from_pc): New function.
6125 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6126 above.
6127
6128 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6129 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6130 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6131 (i386_frameless_function_invocation, i386_frame_num_args,
6132 i386_frame_init_saved_regs): Remove prototypes.
6133 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6134 macros mentioned above.
6135
6136 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6137
6138 * cli/cli-decode.c (set_cmd_cfunc): Update.
6139 (set_cmd_sfunc): Update.
6140 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6141 (set_cmd_sfunc, set_cmd_cfunc): Update.
6142 * cli/cli-decode.h: Update.
6143
6144 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6145
6146 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6147 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6148
6149 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6150
6151 * defs.h (auto_boolean): Declare enum.
6152 * command.h (cmd_auto_boolean): Delete enum.
6153 * mips-tdep.c (mask_address_var): Update.
6154 (mips_mask_address_p): Update.
6155 (show_mask_address): Update.
6156 * remote.c (struct packet_config): Update.
6157 (update_packet_config): Update.
6158 (show_packet_config_cmd): Update.
6159 (packet_ok): Update.
6160 (add_packet_config_cmd): Update.
6161 (_initialize_remote):
6162 * command.h: Update.
6163 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6164 (do_setshow_command): Update.
6165 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6166 * cli/cli-decode.h: Update.
6167
6168 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6169
6170 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6171 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6172 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6173 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6174 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6175 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6176
6177 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6178 list of DJGPP COFF targets.
6179
6180 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6181 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6182 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6183 (FP0_REGNUM): Remove define.
6184 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6185 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6186 (i386_register_virtual_size): Remove protoype.
6187 * i386-tdep.c (i386_register_virtual_size): Removed.
6188 (i386_extract_return_value, i386_store_return_value): Use
6189 FP0_REGNUM instead of NUM_FREGS to determine whether the
6190 floating-point registers are available.
6191 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6192 Adjust for removal of macros mentioned above.
6193
6194 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6195
6196 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6197 comments.
6198 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6199 Remove prototypes.
6200 (supply_gregset, fill_gregset): Remove use of register keyword and
6201 remove declaration for regmap. Use I386_NUM_GREGS instead of
6202 NUM_REGS and NUM_FREGS.
6203 (FPREGSET_FSAVE_OFFSET): Remove.
6204 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6205 NUM_FREGS to determine whether the floating-point registers are
6206 available.
6207
6208 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6209 gnu_store_registers): Replace usage of NUM_GREGS with
6210 I386_NUM_GREGS.
6211
6212 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6213 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6214 usage of NUM_GREGS with I386_NUM_GREGS.
6215
6216 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6217
6218 * i386bsd-nat.c: Include "i386-tdep.h".
6219 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6220 I386_NUM_GREGS.
6221
6222 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6223 and associated comment. They no longer make any sense, since we
6224 don't use this file anymore on Linux.
6225
6226 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6227 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6228 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6229 elements in these arrays.
6230 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6231 MAX_NUM_REGS.
6232
6233 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6234
6235 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6236 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6237
6238 2002-06-14 Andrew Cagney <cagney@redhat.com>
6239
6240 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6241 EXTRACT_RETURN_VALUE.
6242 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6243 EXTRACT_STRUCT_VALUE_ADDRESS.
6244 * gdbarch.h, gdbarch.c: Regenerate.
6245
6246 * values.c (value_being_returned): Handle
6247 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6248 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6249
6250 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6251 * arm-tdep.c (arm_gdbarch_init): Update.
6252 * avr-tdep.c (avr_gdbarch_init): Update.
6253 * cris-tdep.c (cris_gdbarch_init): Update.
6254 * d10v-tdep.c (d10v_gdbarch_init): Update.
6255 * ia64-tdep.c (ia64_gdbarch_init): Update.
6256 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6257 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6258 * s390-tdep.c (s390_gdbarch_init): Update.
6259 * sh-tdep.c (sh_gdbarch_init): Update.
6260 * s390-tdep.c (s390_gdbarch_init): Update.
6261 * sparc-tdep.c (sparc_gdbarch_init): Update.
6262 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6263 * v850-tdep.c (v850_gdbarch_init): Update.
6264 * vax-tdep.c (vax_gdbarch_init): Update.
6265 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6266 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6267
6268 * config/arc/tm-arc.h: Update.
6269 * config/d30v/tm-d30v.h: Update.
6270 * config/fr30/tm-fr30.h: Update.
6271 * config/h8300/tm-h8300.h: Update.
6272 * config/h8500/tm-h8500.h: Update.
6273 * config/i386/tm-i386.h: Update.
6274 * config/i386/tm-ptx.h: Update.
6275 * config/i386/tm-symmetry.h: Update.
6276 * config/i960/tm-i960.h: Update.
6277 * config/m32r/tm-m32r.h: Update.
6278 * config/m68k/tm-delta68.h: Update.
6279 * config/m68k/tm-linux.h: Update.
6280 * config/m68k/tm-m68k.h: Update.
6281 * config/m88k/tm-m88k.h: Update.
6282 * config/mcore/tm-mcore.h: Update.
6283 * config/mips/tm-mips.h: Update.
6284 * config/mn10200/tm-mn10200.h: Update.
6285 * config/pa/tm-hppa.h: Update.
6286 * config/pa/tm-hppa64.h: Update.
6287 * config/sparc/tm-sp64.h: Update.
6288 * config/sparc/tm-sparc.h: Update.
6289 * config/sparc/tm-sparclet.h: Update.
6290 * config/z8k/tm-z8k.h: Update.
6291
6292 2002-06-14 Andrew Cagney <cagney@redhat.com>
6293
6294 * Makefile.in (i386_linux_tdep_h): Define.
6295 (i386_tdep_h, i387_tdep_h): Define.
6296 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6297 $(i386_tdep_h) and $(i387_tdep_h).
6298 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6299
6300 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6301
6302 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6303 Already covered by the default.
6304
6305 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6306 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6307 (i386_gdbarch_init): Initialize long_double_format and long_double
6308 bit.
6309
6310 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6311 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6312 Move these to ...
6313 * config/i386/i386sol2.mh: ... here.
6314 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6315 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6316 (SIGCONTEXT_PC_OFFSET): Remove define.
6317 (IN_SIGTRAMP): Remove define.
6318 * i386-sol2-tdep.c: New file.
6319
6320 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6321 * config/i386/tm-i386nw.h: Removed.
6322
6323 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6324 USE_STRUCT_CONVENTION): Remove defines.
6325 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6326 (get_longjmp_target): Remove prototype.
6327 (IN_SIGTRAMP): Remove define.
6328 (i386bsd_in_sigtramp): Remove prototype.
6329 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6330 function. Update comment accordingly
6331 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6332 (FRAME_SAVED_PC): Remove define.
6333 (i386bsd_frame_saved_pc): Remove prototype.
6334 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6335 GET_LONGJMP_TARGET): Remove defines.
6336 (get_longjmp_target): Remove prototype.
6337 (IN_SIGTRAMP): Remove define.
6338 (i386bsd_in_sigtramp): Remove prototype.
6339 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6340 function. Update comment accordingly
6341 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6342 (FRAME_SAVED_PC): Remove define.
6343 (i386bsd_frame_saved_pc): Remove prototype.
6344 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6345 Remove prototype.
6346 (USE_STRUCT_CONVENTION): Remove prototype.
6347 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6348 declaration.
6349 (_initialize_i386bsd_nat): Revise logic to determine some
6350 constants at compile time when compiling a native GDB. Warn if
6351 things don't match up with what we expect.
6352 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6353 Remove variables.
6354 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6355 to use date stored in `struct gdbarch_tdep'.
6356 (i386bsd_sigcontext_offset): Remove varaible.
6357 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6358 stored in `struct gdbarch_tdep'.
6359 (i386bsd_frame_saved_pc): Make static.
6360 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6361 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6362 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6363 i386fbsd4_sc_pc_offset): New variables.
6364 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6365 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6366 functions.
6367 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6368 functions.
6369 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6370 Modify the value of i386fbsd_sigtramp_start and
6371 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6372 i386fbsd_sigtramp_end.
6373 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6374 function.
6375
6376 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6377 define to i386-linux-tdep.h.
6378 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6379 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6380 defines.
6381 (i386_linux_register_name, i386_linux_register_byte,
6382 i386_linux_register_raw_size): Remove prototypes.
6383 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6384 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6385 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6386 TARGET_WRITE_PC): Remove defines.
6387 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6388 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6389 i386_linux_write_pc): Remove prototypes.
6390 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6391 (get_longjmp_target): Remove prototype.
6392 * i386-linux-tdep.h: New file.
6393 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6394 * i386-linux-tdep.c: Include "i386-tdep.h" and
6395 "i386-linux-tdep.h".
6396 (i386_linux_register_name, i386_linux_register_byte,
6397 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6398 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6399 Make static.
6400 (i386_linux_init_abi): New function.
6401 (_initialize_i386_linux_tdep): New function.
6402
6403 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6404 (i386_saved_pc_after_call): Remove prototype.
6405 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6406 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6407 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6408 (i386_register_name, i386_stab_reg_to_regnum,
6409 i386_dwarf_reg_to_regnum): Remove prototypes.
6410 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6411 SIZEOF_SSE_REGS): Remove defines.
6412 (REGISTER_BYTES): Remove define.
6413 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6414 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6415 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6416 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6417 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6418 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6419 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6420 (get_longjmp_target): Remove prototype.
6421 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6422 (sigtramp_saved_pc): Remove define.
6423 (i386v4_sigtramp_saved_pc): Remove prototype.
6424 * config/i386/tm-go32.h (FRAME_CHAIN,
6425 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6426 (i386go32_frame_saved_pc): Remove prototype.
6427 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6428 (get_longjmp_target): Remove prototype.
6429 * i386-tdep.h: Include "osabi.h".
6430 (enum i386_abi): Removed.
6431 (enum struct_return): New enum.
6432 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6433 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6434 sc_pc_offset members.
6435 (i386_gdbarch_register_os_abi): Remove prototype.
6436 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6437 I386_SSE_NUM_REGS): New defines.
6438 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6439 I386_SSE_SIZEOF_REGS): New defines.
6440 (i386_register_name, i386_register_byte, i386_register_raw_size):
6441 New prototypes.
6442 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6443 (i386bsd_sigtramp_saved_pc): New prototype.
6444 * i386-tdep.c: Don't include "elf-bfd.h".
6445 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6446 i386_frame_chain, i386_saved_pc_after_call): Make static.
6447 (i386_frame_saved_pc): Rewrite to call architecture dependent
6448 function to deal with signal handlers. Make static.
6449 (i386go32_frame_saved_pc): Removed.
6450 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6451 Removed.
6452 (i386_get_longjmp_target): New function.
6453 (default_struct_convention, pcc_struct_convention,
6454 reg_struct_convention, valid_conventions, struct_convention): New
6455 variables.
6456 (i386_use_struct_convention): New function.
6457 (i386v4_sigtramp_saved_pc): Renamed to
6458 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6459 (i386_pc_in_sigtramp): New function.
6460 (i386_abi_names): Removed.
6461 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6462 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6463 Removed.
6464 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6465 i386_gdbarch_register_os_abi): Removed.
6466 (struct i386_abi_handler): Removed.
6467 (i386_abi_handler_list): Removed.
6468 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6469 functions.
6470 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6471 i386_nw_init_abi): New functions.
6472 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6473 Use set_gdbarch_xxx() calls instead of relying on macros for a
6474 number of calls.
6475 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6476 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6477 Register the various architecture variants defined in this file.
6478
6479 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6480
6481 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6482 (struct main_type): Remove arg_types member. Update comments for
6483 struct field.
6484 (TYPE_ARG_TYPES): Remove.
6485 (TYPE_FN_FIELD_ARGS): Update.
6486 (smash_to_method_type): Update prototype.
6487
6488 * c-typeprint.c (cp_type_print_method_args): Take method type
6489 instead of argument list. Use new argument layout. Simplify.
6490 (c_type_print_args): Use new argument layout. Simplify.
6491 (c_type_print_base): Update call to cp_type_print_method_args.
6492 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6493 argument; use die->type instead. Update call to
6494 smash_to_method_type.
6495 (read_structure_scope): Update call to dwarf2_add_member_fn.
6496 * gdbtypes.c (allocate_stub_method): Update comment.
6497 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6498 Use new argument layout.
6499 (check_stub_method): Use new argument layout. Don't count
6500 void as an argument.
6501 (print_arg_types): Update comments. Use new argument layout.
6502 (recursive_dump_type): Don't print arg_types member.
6503 * hpread.c (hpread_read_struct_type): Use new argument layout.
6504 (fixup_class_method_type): Likewise.
6505 (hpread_type_lookup): Likewise.
6506 * stabsread.c (read_type): Update calls to read_args and
6507 smash_to_method_type.
6508 (read_args): Use new argument layout. Simplify.
6509 * valops.c (typecmp): Use new argument layout. Update parameters
6510 and comments. Simplify.
6511 (hand_function_call): Use new argument layout.
6512 (search_struct_method): Update call to typecmp.
6513 (find_overload_match): Use new argument layout.
6514
6515 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6516
6517 * NEWS: Mention multithreaded debug support for gdbserver.
6518
6519 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6520
6521 * MAINTAINERS: Mention NEWS.
6522
6523 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6524
6525 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6526 (struct mips_objfile_private, compare_pdr_entries): New.
6527 (non_heuristic_proc_desc): Read the ".pdr" section if it
6528 is present.
6529
6530 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6531
6532 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6533 (arm_debug): New static variable.
6534 (_initialize_arm_tdep): Add ``set debug arm'' command.
6535
6536 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6537
6538 * Makefile.in (sim_arm_h): Define.
6539 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6540 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6541 (arm_register_sim_regno): New function, map an internal REGNUM
6542 onto a simulator register number.
6543 (arm_gdbarch_init): Set register_sim_regno.
6544
6545 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6546
6547 * MAINTAINERS: Add self.
6548
6549 2002-06-11 Jim Blandy <jimb@redhat.com>
6550
6551 * source.c (source_info): Mention whether the symtab has
6552 information about preprocessor macros.
6553
6554 Call the command `info macro', not `show macro'.
6555 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6556 Fix error message.
6557 (_initialize_macrocmd): Register `info_macro_command' in
6558 `infolist', not `showlist'.
6559
6560 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6561
6562 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6563 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6564 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6565 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6566 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6567 unconditionally.
6568 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6569 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6570 (_initialize_mips_tdep): Remove dead code.
6571 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6572 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6573 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6574 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6575 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6576 MIPS_LAST_FP_ARG_REGNUM): Remove.
6577
6578 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6579
6580 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6581 (unwind_tmp_obstack_free, parse_frame_info)
6582 (update_context, cfi_read_fp, cfi_write_fp)
6583 (cfi_frame_chain, cfi_init_extra_frame_info)
6584 (cfi_virtual_frame_pointer): Use the above function.
6585 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6586
6587 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6588
6589 * v850-tdep.c (v850_type_is_scalar): New function.
6590 (v850_use_struct_convention): Match current gcc implementation
6591 as close as possible.
6592 (v850_push_arguments): Fix stack_offset handling. Don't write
6593 struct_addr into register. This is done by v850_store_struct_return.
6594 (v850_extract_return_value): Care for structs.
6595 (v850_store_return_value): Ditto.
6596 (v850_store_struct_return): Actually write address.
6597
6598 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6599
6600 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6601 without debug information too.
6602
6603 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6604
6605 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6606 Make multi-arch pure.
6607 * gdbarch.h, gdbarch.c: Re-generate.
6608 * arm-tdep.c (arm_print_float_info): Update.
6609 * arch-utils.h (default_print_float_info): Update.
6610 * arch-utils.c (default_print_float_info): Update.
6611 * infcmd.c (float_info): Update call.
6612
6613 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6614
6615 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6616 the front of the initialize list.
6617
6618 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6619
6620 * infrun.c (struct inferior_status): Replace fields
6621 selected_frame_address and selected_level with field
6622 selected_frame_id.
6623 (save_inferior_status): Update. Use get_frame_id.
6624 (struct restore_selected_frame_args): Delete.
6625 (restore_selected_frame): Update. Use frame_find_by_id.
6626 (restore_inferior_status): Update.
6627
6628 * breakpoint.h (struct breakpoint): Change type of
6629 watchpoint_frame to frame_id.
6630 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6631 call to get_current_frame.
6632 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6633 get_current_frame.
6634 (watchpoint_check): Use frame_find_by_id.
6635
6636 * frame.h (record_selected_frame): Delete declaration.
6637 * stack.c (record_selected_frame): Delete function.
6638
6639 * frame.h (struct frame_id): Define.
6640 (get_frame_id): Declare.
6641 (frame_find_by_id): Declare.
6642 * frame.c (frame_find_by_id): New function.
6643 (get_frame_id): New function.
6644
6645 2002-06-10 Andrey Volkov <avolkov@transas.com>
6646
6647 * ser-e7kpc.c: Fix duplicated define and call of
6648 _initialize_ser_e7000pc
6649
6650 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6651
6652 * signals/signals.c (target_signal_from_host): Fix #ifdef
6653 SIGRTMIN case.
6654 (do_target_signal_to_host): Likewise.
6655
6656 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6657
6658 * mips-tdep.c (mips_find_abi_section): New function.
6659 (mips_gdbarch_init): Call it.
6660
6661 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6662
6663 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6664 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6665 after Andrew's 2002-06-08 gdbarch change.
6666
6667 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6668
6669 * i386-linux-nat.c (suppy_gregset): Don't supply
6670 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6671 register cache.
6672 (fill_gregset): Don't fetch it under the same circumstances.
6673
6674 2002-06-09 Andrew Cagney <cagney@redhat.com>
6675
6676 * Makefile.in (callback_h): Define.
6677 (remote_sim_h): Update path to remote-sim.h.
6678 (remote-rdp.o): Add $(callback_h).
6679 (remote-sim.o): Use $(callback_h).
6680 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6681 * remote-rdp.c: Include "gdb/callback.h".
6682
6683 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6684
6685 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6686 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6687
6688 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6689
6690 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6691 * rdi-share/serpardr.c: Ditto.
6692 * rdi-share/unixcomm.c: Ditto.
6693 * rdi-share/serdrv.c: Ditto.
6694 * rdi-share/hostchan.h: Ditto.
6695 * rdi-share/hostchan.c: Ditto.
6696 * rdi-share/host.h: Ditto.
6697 * rdi-share/devsw.c: Ditto.
6698
6699 * objfiles.h: Change type of obj_private to void pointer.
6700 * pa64solib.c: Update copyright. Don't include "assert.h", use
6701 strcmp instead of STREQ, use LONGEST, do not use PTR
6702 * somsolib.c: Ditto.
6703
6704 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6705 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6706 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6707
6708 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6709
6710 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6711 (default_get_saved_register): Delete function.
6712 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6713 generic_unwind_get_saved_register.
6714 * gdbarch.h, gdbarch.c: Re-generate.
6715
6716 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6717
6718 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6719 generic_func_frame_chain_valid.
6720 * gdbarch.h, gdbarch.c: Re-generate.
6721 * blockframe.c (generic_func_frame_chain_valid): Only check
6722 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6723 passing FP to PC_IN_CALL_DUMMY.
6724 Fix PR gdb/360.
6725
6726 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6727
6728 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6729 (register_gdbarch_data): Initialize init_p.
6730 (gdbarch_data): Initialize data pointer using the init function.
6731 (init_gdbarch_data): Delete function.
6732 (gdbarch_update_p): Update.
6733 (initialize_non_multiarch): Update.
6734 (struct gdbarch): Add field initialized_p.
6735 * gdbarch.h, gdbarch.c: Re-generate.
6736
6737 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6738
6739 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6740 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6741 better do the things actually here.
6742 * x86-64-tdep.c (x86_64_register_name2nr): New.
6743 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6744 (x86_64_gdbarch_init): Respect the above change.
6745 * x86-64-tdep.h (x86_64_register_name2nr)
6746 (x86_64_register_nr2name): Add prototypes.
6747 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6748
6749 2002-06-06 Michael Snyder <msnyder@redhat.com>
6750
6751 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6752 Delete extra braces and re-indent.
6753 (d10v_store_return_value): Char return values
6754 must be shifted over by one byte in R0.
6755 (d10v_extract_return_value): Delete extra braces, re-indent.
6756
6757 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6758
6759 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6760 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6761 (d10v_integer_to_address): Rewrite.
6762 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6763 the d10v specific functions which take care of converting to the
6764 correct space.
6765
6766 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6767
6768 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6769 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6770
6771 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6772
6773 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6774 includes.
6775 * config/tm-linux.h: Ditto.
6776 * config/alpha/tm-alphalinux.h: Ditto.
6777 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6778 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6779 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6780 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6781 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6782 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6783 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6784 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6785 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6786 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6787 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6788 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6789 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6790 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6791 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6792 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6793 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6794 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6795 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6796 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6797 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6798 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6799 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6800 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6801 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6802 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6803 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6804 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6805 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6806 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6807 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6808 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6809 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6810 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6811 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6812 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6813 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6814
6815 2002-05-04 Aidan Skinner <aidan@velvet.net>
6816
6817 * ada-exp.tab.c: New file
6818 * ada-exp.y: New file
6819 * ada-lang.c: New file
6820 * ada-lang.h: New file
6821 * ada-lex.c: New file
6822 * ada-lex.l: New file
6823 * ada-tasks.c: New file
6824 * ada-typeprint.c: New file
6825 * ada-valprint.c: New file
6826
6827 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6828
6829 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6830 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6831
6832 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6833
6834 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6835 insetead of ppc-linux-tdep.o.
6836 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6837 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6838
6839 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6840
6841 2002-05-07 Christian Groessler <chris@groessler.org>
6842 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6843 bit register contents for little endian hosts.
6844
6845 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6846
6847 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6848 any maintainer.
6849
6850 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6851
6852 * gdbarch.h: Regenerate.
6853
6854 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6855
6856 * MAINTAINERS: Add everyone to write-after-approval list.
6857
6858 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6859
6860 * stack.c (frame_info): Use frame_register_unwind instead of
6861 saved_regs. Mention when the SP is on the stack or in a register.
6862
6863 * frame.h (frame_register_unwind_ftype): Define. Document.
6864 (struct frame_info): Add field register_unwind and
6865 register_unwind_cache.
6866 (frame_register_unwind): Declare.
6867 (generic_unwind_get_saved_register): Declare.
6868
6869 * frame.c (frame_register_unwind): New function.
6870 (generic_unwind_get_saved_register): New function.
6871
6872 * blockframe.c (generic_call_dummy_register_unwind): New function.
6873 (frame_saved_regs_register_unwind): New function.
6874 (set_unwind_by_pc): New function.
6875 (create_new_frame): New function.
6876 (get_prev_frame): New function.
6877
6878 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6879
6880 * a29k-share/: Delete directory.
6881 * remote-vx29k.c: Delete file.
6882
6883 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6884
6885 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6886 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6887
6888 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6889
6890 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6891 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6892 (sparc64nbsd-nat.o)
6893 (sparcnbsd-nat.o)
6894 (sparcnbsd-tdep.o): New dependency lists.
6895 * NEWS: Note new UltraSPARC NetBSD native configuration.
6896 * configure.host (sparc64-*-netbsd*): New host.
6897 * configure.tgt (sparc-*-netbsdelf*)
6898 (sparc-*-netbsd*): Set gdb_target to nbsd.
6899 (sparc64-*-netbsd*): New target.
6900 * sparc64nbsd-nat.c: New file.
6901 * sparcnbsd-nat.c: New file.
6902 * sparcnbsd-tdep.c: New file.
6903 * sparcnbsd-tdep.h: New file.
6904 * config/sparc/nbsd.mt: New file.
6905 * config/sparc/nbsd64.mh: New file.
6906 * config/sparc/nbsd64.mt: New file.
6907 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6908 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6909 (HOST_IPC): Remove.
6910 * config/sparc/nbsdaout.mt: Remove.
6911 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6912 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6913 (HOST_IPC): Remove.
6914 * config/sparc/nbsdelf.mt: Remove.
6915 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6916 sparc-nat.c compatiblity defines.
6917 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6918 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6919 * config/sparc/tm-nbsd64.h: New file.
6920 * config/sparc/tm-nbsdaout.h: Remove.
6921 * config/sparc/xm-nbsd.h: Remove.
6922
6923 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6924
6925 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6926 * sparc-tdep.c: Include osabi.h.
6927 (gdbarch_tdep): Add osabi member.
6928 (_initialize_sparc_tdep): Use gdbarch_register.
6929 (sparc_gdbarch_init): Use generic OS ABI framework.
6930 (sparc_dump_tdep): New function.
6931
6932 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6933
6934 * corefile.c (do_captured_read_memory_integer): Return non-zero
6935 result.
6936 (safe_read_memory_integer): Copy result of memory read when
6937 status is non-zero. Also, add comments.
6938
6939 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6940
6941 * Makefile.in (ppc_tdep_h): Define.
6942 (ppc-linux-nat.o)
6943 (ppc-linux-tdep.o)
6944 (rs6000-tdep.o): Use $(ppc_tdep_h).
6945 (ppc-sysv-tdep.o)
6946 (ppcnbsd-nat.o)
6947 (ppcnbsd-tdep.o): New dependency lists.
6948 * ppc-tdep.h: Use generic OS ABI framework.
6949 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6950 (ppc_linux_init_abi): New functions.
6951 (ppc_sysv_abi_broken_use_struct_convention)
6952 (ppc_sysv_abi_use_struct_convention)
6953 (ppc_sysv_abi_push_arguments): Move to...
6954 * ppc-sysv-tdep.c: ...here.
6955 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6956 * rs6000-tdep.c (process_note_abi_tag_sections)
6957 (get_elfosabi): Remove.
6958 (rs6000_gdbarch_init): Use generic OS ABI framework.
6959 (rs6000_dump_tdep): New function.
6960 (_initialize_rs6000_tdep): Use gdbarch_register.
6961 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6962 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6963 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6964 of ppc-linux-tdep.o.
6965 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6966 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6967 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6968 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6969 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6970 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6971
6972 2002-05-29 Jim Blandy <jimb@redhat.com>
6973
6974 * macroscope.c (default_macro_scope): Put `void' in empty argument
6975 list.
6976
6977 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6978
6979 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6980 * arch-utils.c: Include "sim-regno.h".
6981 * gdbarch.sh: Don't include "sim-regno.h".
6982 * gdbarch.h, gdbarch.c: Regenerate.
6983 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6984 here.
6985 * arch-utils.h (legacy_register_sim_regno): To here.
6986 * remote-sim.c (legacy_register_sim_regno): Move function from
6987 here.
6988 * arch-utils.c (legacy_register_sim_regno): To here.
6989
6990 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6991
6992 * sim-regno.h: New file.
6993 * Makefile.in (sim_regno_h): Define.
6994 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6995 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6996 (legacy_register_sim_regno): New function.
6997 (one2one_register_sim_regno): New function.
6998 (gdbsim_fetch_register): Rewrite.
6999 (gdbsim_store_register): Only store a register when
7000 REGISTER_SIM_REGNO is valid.
7001 * d10v-tdep.c: Include "sim-regno.h".
7002 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7003 (d10v_ts3_register_sim_regno): Ditto.
7004 * gdbarch.sh: Include "sim-regno.h".
7005 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7006 * gdbarch.h, gdbarch.c: Regenerate.
7007 * arch-utils.h (default_register_sim_regno): Delete declaration.
7008 * arch-utils.c (default_register_sim_regno): Delete function.
7009
7010 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7011
7012 * ppcnbsd-nat.c: Rewrite.
7013 * ppcnbsd-tdep.c: New file.
7014 * ppcnbsd-tdep.h: New file.
7015 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7016 solib.o, and solib-svr4.o.
7017 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7018 nbsd-tdep.o, and corelow.o.
7019
7020 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7021
7022 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7023 `tr' and `sed'. Mention that `broken' targets are not expected to
7024 build.
7025
7026 2002-05-27 Michal Ludvig <mludvig@suse.cz>
7027
7028 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7029 Let PC point right after the prologue before looking up symbols.
7030
7031 2002-05-27 Martin M. Hunt <hunt@redhat.com>
7032
7033 * i386-tdep.c (i386_register_virtual_type): Return
7034 builtin_type_vec128i for SSE registers.
7035
7036 * gdbtypes.h (builtin_type_vec128i): Declare.
7037
7038 * gdbtypes.c (build_builtin_type_vec128i): New function.
7039 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7040 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7041 (build_gdbtypes): Initialize new builtin vector types.
7042 (_initialize_gdbtypes): Register new vector types with gdbarch.
7043
7044 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7045
7046 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7047 since it has been multi-arch'd.
7048 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7049 Move Alpha and VAX multi-arch news entries to same section
7050 as other multi-arch news.
7051
7052 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7053
7054 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7055 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7056 static. Rename some register numbers to put them in ns32k-tdep
7057 private namespace.
7058 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7059 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7060 functions.
7061 (_initialize_ns32k_tdep): Use gdbarch_register.
7062 * ns32k-tdep.h: New file.
7063 * ns32knbsd-tdep.c: New file.
7064 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7065 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7066 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7067 REGISTER_BYTES, REGISTER_BYTE): Remove.
7068 * config/ns32k/tm-ns32k.h: New file.
7069 * config/ns32k/tm-umax.h: Remove.
7070
7071 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7072
7073 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7074 ns32k_store_struct_return, ns32k_extract_return_value,
7075 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7076 functions.
7077 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7078 ns32k_saved_pc_after_call.
7079 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7080 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7081 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7082 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7083 ns32k_extract_struct_value_address.
7084
7085 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7086
7087 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7088 ns32k_fix_call_dummy): New.
7089 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7090 ns32k_call_dummy_words.
7091 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7092 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7093 CALL_DUMMY_NARGS): Remove.
7094 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7095
7096 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7097
7098 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7099 ns32k_frame_saved_pc, ns32k_frame_args_address,
7100 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7101 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7102 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7103 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7104 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7105 (BREAKPOINT): Remove..
7106 (FRAME_CHAIN): Define as ns32k_frame_chain.
7107 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7108 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7109 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7110 (FRAME_FIND_SAVED_REGS): Remove.
7111 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7112 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7113 (POP_FRAME): Define as ns32k_pop_frame.
7114
7115 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7116
7117 * ns32k-tdep.c (ns32k_register_byte_32082,
7118 ns32k_register_byte_32382, ns32k_register_raw_size,
7119 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7120 functions.
7121 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7122 ns32k_register_byte_32382.
7123 * config/ns32k/tm-umax.h: Update copyright years.
7124 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7125 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7126 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7127 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7128 (ns32k_get_enter_addr): Fix prototype.
7129
7130 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7131
7132 * ns32k-tdep.c: Update copyright years.
7133 (ns32k_register_name_32082): New function.
7134 (ns32k_register_name_32382): Ditto.
7135 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7136 (REGISTER_NAME): Define as ns32k_register_name_32382.
7137 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7138 (REGISTER_NAME): Define as ns32k_register_name_32082.
7139
7140 2002-05-24 Jim Blandy <jimb@redhat.com>
7141
7142 * dwarf2read.c (free_line_header): Use xfree, not free.
7143
7144 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7145
7146 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7147 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7148
7149 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7150
7151 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7152
7153 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7154
7155 From Ross Alexander at NEC Europe:
7156 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7157
7158 2002-05-23 Michael Snyder <msnyder@redhat.com>
7159
7160 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7161 for input, rather than parse_and_eval_address.
7162
7163 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7164
7165 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7166 * Makefile.in (sim_d10v_h): Update definition.
7167
7168 2002-05-24 Andrew Cagney <cagney@redhat.com>
7169
7170 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7171 change `2002-05-22 Michael Snyder' below.
7172 (d10v_push_arguments): Ditto.
7173 (d10v_extract_return_value): Ditto.
7174
7175 2002-05-23 Jim Blandy <jimb@redhat.com>
7176
7177 * macrotab.c (check_for_redefinition): Don't complain if the new
7178 definition is the same as the previous one. Take more arguments
7179 to allow the comparison.
7180 (macro_define_object, macro_define_function): Pass more arguments
7181 to check_for_redefinition.
7182
7183 2002-05-22 Michael Snyder <msnyder@redhat.com>
7184
7185 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7186 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7187 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7188 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7189 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7190 Add a temp variable to save a call (and a memory read).
7191 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7192 if possible (so that PC_IN_CALL_DUMMY will work).
7193
7194 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7195
7196 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7197
7198 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7199
7200 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7201 fde->cie_ptr.
7202 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7203 (dwarf2_build_frame_info): Add offset to fde->initial_location
7204 so that frames of shared libraries are mapped correctly.
7205 (execute_stack_op): Change type of 'result' from ULONGEST to
7206 CORE_ADDR.
7207
7208 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7209
7210 * config/alpha/tm-nbsd.h: Include solib.h.
7211
7212 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7213
7214 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7215 assumptions about the host's byte order.
7216
7217 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7218
7219 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7220 to dependency list.
7221 * alphanbsd-tdep.c: Include solib-svr4.h.
7222 * shnbsd-tdep.c: Ditto.
7223
7224 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7225
7226 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7227 nbsd-tdep.h to dependency list.
7228 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7229 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7230 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7231 nbsdaout.mh and nbsdelf.mh consistently.
7232 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7233 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7234 nbsdaout.mt and nbsdelf.mh consistently.
7235 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7236 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7237 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7238 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7239 a.out shared library stuff from here...
7240 * config/nm-nbsdaout.h: ...to here.
7241 * config/tm-nbsd.h: Remove.
7242 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7243 * config/arm/nbsd.mh: Remove.
7244 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7245 nbsd-tdep.o.
7246 * config/arm/nbsdaout.mh: New file.
7247 * config/arm/nbsdelf.mh: New file.
7248 * config/arm/nm-nbsdaout.h: New file.
7249 * config/i386/nbsd.mh: Remove.
7250 * config/i386/nbsd.mt: Remove.
7251 * config/i386/nbsdaout.mh: New file.
7252 * config/i386/nbsdaout.mt: New file.
7253 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7254 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7255 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7256 i386_register_u_addr): Remove.
7257 * config/i386/nm-nbsdaout.h: New file.
7258 * config/i386/nm-nbsdelf.h: Remove.
7259 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7260 (USE_STRUCT_CONVENTION): Remove.
7261 * config/i386/tm-nbsdaout.h: New file.
7262 * config/i386/tm-nbsdelf.h: Remove.
7263 * config/m68k/nbsd.mh: Remove.
7264 * config/m68k/nbsd.mt: Remove.
7265 * config/m68k/nbsdaout.mh: New file.
7266 * config/m68k/nbsdaout.mt: New file.
7267 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7268 * config/m68k/nm-nbsdaout.h: New file.
7269 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7270 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7271 * config/ns32k/nbsd.mh: Remove.
7272 * config/ns32k/nbsd.mt: Remove.
7273 * config/ns32k/nbsdaout.mh: New file.
7274 * config/ns32k/nbsdaout.mt: New file.
7275 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7276 * config/ns32k/nm-nbsdaout.h: New file.
7277 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7278 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7279 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7280 (SVR4_SHARED_LIBS): Remove.
7281 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7282 * config/sparc/nbsd.mh: Remove.
7283 * config/sparc/nbsd.mt: Remove.
7284 * config/sparc/nbsdaout.mh: New file.
7285 * config/sparc/nbsdaout.mt: New file.
7286 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7287 * config/sparc/nbsdelf.mt: New file.
7288 * config/sparc/nm-nbsdaout.h: New file.
7289 * config/sparc/nm-nbsdelf.h: Remove.
7290 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7291 * config/sparc/tm-nbsdaout.h: New file.
7292
7293 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7294
7295 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7296 mipsnbsd-tdep.c
7297 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7298
7299 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7300
7301 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7302 shnbsd-nat.c.
7303 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7304
7305 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7306
7307 * NEWS: Note new MIPS NetBSD native configuration.
7308 * configure.host (mips*-*-netbsd*): New host.
7309 * configure.tgt (mips*-*-netbsd*): New target.
7310 * mipsnbsd-nat.c: New file.
7311 * mipsnbsd-tdep.c: New file.
7312 * mipsnbsd-tdep.h: New file.
7313 * config/mips/nbsd.mh: New file.
7314 * config/mips/nbsd.mt: New file.
7315 * config/mips/nm-nbsd.h: New file.
7316 * config/mips/tm-nbsd.h: New file.
7317
7318 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7319
7320 * Makefile.in (SFILES): Add osabi.c.
7321 (COMMON_OBS): Add osabi.o.
7322 (osabi.o): New dependency list.
7323 * osabi.c: New file.
7324 * osabi.h: New file.
7325 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7326
7327 * Makefile.in (alpha_tdep_h): Define and use instead of
7328 alpha-tdep.h.
7329 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7330 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7331 Remove.
7332 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7333 * alpha-tdep.h: Include osabi.h.
7334 (alpha_abi): Remove.
7335 (gdbarch_tdep): Use generic OS ABI framework.
7336 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7337 gdbarch_register_osabi.
7338 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7339 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7340 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7341
7342 * Makefile.in (sh_tdep_h): Add osabi.h.
7343 * sh-tdep.h (sh_osabi): Remove.
7344 (gdbarch_tdep): Use generic OS ABI framework.
7345 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7346 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7347 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7348 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7349
7350 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7351 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7352 gdbarch_register_osabi.
7353 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7354 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7355 (get_elfosabi): Rename to...
7356 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7357 ABI framework support routines.
7358 (arm_gdbarch_init): Use generic OS ABI framework.
7359 (arm_dump_tdep): Likewise.
7360 (_initialize_arm_tdep): Likewise.
7361 * arm-tdep.h: Include osabi.h.
7362 (arm_abi): Remove.
7363 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7364 osabi member.
7365 (arm_gdbarch_register_os_abi): Remove prototype.
7366 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7367 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7368
7369 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7370 * mips-tdep.c: Include osabi.h.
7371 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7372 OS ABI framework.
7373
7374 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7375
7376 * h8300-tdep.c: Fix formatting.
7377
7378 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7379
7380 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7381 printing vector registers.
7382
7383 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7384
7385 From Fernando Nasser:
7386 * remote.c (remote_async_open_1): Re-throw the exception when the
7387 connection fails.
7388 (remote_cisco_open): Ditto.
7389 (remote_open_1): Ditto.
7390
7391 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7392
7393 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7394 (remote_start_remote): Add uiout parameter. Pass through to
7395 remote_start_remote_dummy.
7396 (remote_open_1): Use catch_exception instead of catch_errors.
7397 (remote_async_open_1): Ditto.
7398 (remote_cisco_open): Ditto.
7399
7400 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7401
7402 * remote.c (remote_start_remote): Replace PTR with void pointer.
7403 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7404 static.
7405
7406 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7407
7408 * gdb_indent.sh: Allow the script to be run in the sim directory.
7409
7410 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7411
7412 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7413 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7414
7415 * corelow.c (core_open): Only call set_gdbarch_from_file if
7416 exec_bfd is NULL.
7417
7418 2002-05-17 Andrey Volkov <avolkov@transas.com>
7419
7420 * h8300-tdep.c: Add support of EXR register
7421 * config/h8300/tm-h8300.h: Ditto.
7422
7423 2002-05-17 Andrey Volkov <avolkov@transas.com>
7424
7425 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7426
7427 2002-05-17 Andrey Volkov <avolkov@transas.com>
7428
7429 * h8300-tdep.c: Change literal regnums to REGNO.
7430
7431 2002-05-17 Jim Blandy <jimb@redhat.com>
7432
7433 * NEWS: Note addition of macro support.
7434
7435 Expand preprocessor macros in C expressions.
7436 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7437 (scan_macro_expansion, scanning_macro_expansion,
7438 finished_macro_expansion): New function declarations.
7439 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7440 variable declarations.
7441 * parser-defs.h (expression_context_pc): New declaration.
7442 * parse.c (expression_context_pc): New variable.
7443 (parse_exp_1): Set expression_context_pc, as well as
7444 expression_context_block.
7445 * c-exp.y (yylex): If we're not already reading the result of a
7446 macro expansion, try to macro-expand the next token. When we're
7447 done scanning a macro expansion, switch back to the mainline text.
7448 Commas and `if's in a macro's expansion don't terminate the input.
7449 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7450 (macro_original_text, macro_expanded_text,
7451 expression_macro_lookup_func, expression_macro_lookup_baton): New
7452 variables.
7453 (scan_macro_expansion, scanning_macro_expansion,
7454 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7455 c_preprocess_and_parse): New functions.
7456 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7457 c_preprocess_and_parse, instead of c_parse.
7458 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7459 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7460
7461 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7462
7463 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7464 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7465 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7466
7467 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7468
7469 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7470
7471 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7472
7473 * Makefile.in (sh_tdep_h): Define and use.
7474 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7475 register enum): Move to...
7476 * * sh-tdep.h: ...here.
7477 * sh-tdep.c: Include sh-tdep.h.
7478 * sh3-rom.c: Likewise.
7479 * shnbsd-tdep.c: Likewise.
7480
7481 2002-05-16 Michael Snyder <msnyder@redhat.com>
7482
7483 * arm-tdep.c: Spelling fix in comment.
7484
7485 2002-05-16 Jim Blandy <jimb@redhat.com>
7486
7487 Add commands for manually expanding macros and showing their
7488 definitions.
7489 * macrocmd.c, macroscope.c, macroscope.h: New files.
7490 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7491 (macroscope_h): New variable.
7492 (HFILES_NO_SRCDIR): Add macroscope.h.
7493 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7494 (macroscope.o, macrocmd.o): New rules.
7495
7496 Teach the Dwarf 2 reader to read macro information.
7497 * dwarf2read.c: #include "macrotab.h".
7498 (dwarf_macinfo_buffer): New variable.
7499 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7500 dwarf_macinfo_size.
7501 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7502 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7503 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7504 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7505 dwarf2_macro_spaces_in_definition): New complaints.
7506 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7507 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7508 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7509 the partial symbol table.
7510 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7511 from what's recorded in the partial symbol table.
7512 (read_file_scope): If the compilation unit has a
7513 `DW_AT_macro_info' attribute, read its macro information.
7514 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7515
7516 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7517
7518 Fix PR gdb/546
7519 * ser-tcp.c: Don't include <netinet/udp.h>.
7520
7521 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7522
7523 * MAINTAINERS: Update my email address.
7524
7525 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7526
7527 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7528 include file of the same name.
7529
7530 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7531
7532 * configure.tgt: Mark v850 as multi-arched.
7533 * config/v850/tm-v850.h: Remove file.
7534 * config/v850/v850.mt: Eliminate TM_FILE.
7535
7536 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7537
7538 * v850-tdep.c: Full multi-arch.
7539 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7540 Define GDB_MULTI_ARCH to 2.
7541
7542 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7543
7544 * p-exp.y (current_type): New static variable.
7545 Carries the type of the expression at the position that is parsed.
7546 (push_current_type, pop_current_type): Two new functions. Used
7547 to store/restore current_type in expression on specific tokens.
7548 (search_field): New static variable. Set to one after parsing a point
7549 as at that point only a FIELDNAME token should be searched.
7550 (FIELDNAME): New token. After a point only a token belonging to
7551 current_type type definition is allowed.
7552 (all over token rules): reset and change current_type according
7553 to rules.
7554 (exp '[' rule): insert implicit array index field if
7555 exp is a pascal string type.
7556
7557 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7558
7559 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7560 frame info. Use frame_info's saved_regs instead of matching member
7561 in extra_frame_info throughout.
7562 (v850_frame_init_saved_regs): New function.
7563 (v850_init_extra_frame_info): Move most functionality into
7564 v850_frame_init_saved_regs().
7565 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7566 (v850_frame_find_saved_regs): Remove declaration.
7567 (FRAME_FIND_SAVED_REGS): Remove definition.
7568 (v850_frame_init_saved_regs): Add declaration.
7569 (FRAME_INIT_SAVED_REGS): Add definition.
7570
7571 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7572
7573 * v850-tdep.c: Begin multi-arch'ing v850.
7574 (v850_target_architecture_hook): Remove function.
7575 (v850_gdbarch_init): New function. Add code previously in
7576 v850_target_architecture_hook().
7577 (_initialize_v850_tdep): Don't set target_architecture_hook.
7578 Call register_gdbarch_init() instead.
7579
7580 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7581
7582 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7583 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7584 (fixup_class_method_type): Likewise.
7585
7586 2002-05-15 Jim Blandy <jimb@redhat.com>
7587
7588 Add macro structures to GDB's symbol tables. Nobody puts anything
7589 in them yet.
7590 * symtab.h (struct symtab): New member: `macro_table'.
7591 * buildsym.h (pending_macros): New global variable.
7592 * buildsym.c: #include "macrotab.h".
7593 (buildsym_init): Initialize `pending_macros'.
7594 (end_symtab): If we found macro information while reading a CU's
7595 debugging info, do build a symtab structure for it. Make the
7596 symtab point to the macro information, and clear the
7597 `pending_macros' pointer which held it while we were reading the
7598 debug info.
7599 (really_free_pendings): Free any pending macro table.
7600 * objfiles.h (struct objfile): New member: `macro_cache'.
7601 * objfiles.c (allocate_objfile): Set allocate and free functions
7602 for the macro cache's objstack.
7603 (free_objfile): Empty the macro cache's obstack.
7604 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7605 set new allocate and free functions for it.
7606 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7607 free functions for the macro cache's objstack. (Why is this
7608 function building its own objfile?)
7609 * symmisc.c (print_objfile_statistics): Print statistics on the
7610 macro bcache.
7611 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7612
7613 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7614
7615 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7616 (REGISTER_U_ADDR): Delete definition.
7617 (arm_register_u_addr): Delete declaration.
7618
7619 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7620
7621 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7622 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7623
7624 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7625
7626 * regcache.c (register_valid): Revise comments refering to "Not
7627 available" and "unavailable".
7628 * frame.c (frame_register_read): Ditto.
7629 * findvar.c (value_of_register): Ditto.
7630
7631 2002-05-15 Andrew Cagney <cagney@redhat.com>
7632
7633 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7634 (remote-sim.o): Update dependencies.
7635 (d10v-tdep.o): Specify dependencies.
7636 (sim_d10v_h): Define.
7637
7638 2002-05-14 Jim Blandy <jimb@redhat.com>
7639
7640 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7641 * macrotab.c (macro_lookup_inclusion, find_definition,
7642 new_macro_table): Same.
7643
7644 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7645 not `! strcmp ()'. This is a dubious improvement.
7646 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7647
7648 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7649 although it's not necessary, to avoid a warning.
7650
7651 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7652
7653 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7654 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7655 TYPE_INSTANCE_FLAGS.
7656 (struct main_type): New.
7657 (struct type): Move most members to struct main_type. Change
7658 cv_type and as_type to new type_chain member. Add instance_flags.
7659 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7660 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7661 (finish_cv_type): Remove prototype.
7662 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7663 Set TYPE_CHAIN.
7664 (alloc_type_instance): New function.
7665 (smash_type): New function.
7666 (make_pointer_type, make_reference_type, make_function_type)
7667 (smash_to_member_type, smash_to_method_type): Call smash_type.
7668 (make_qualified_type): New function.
7669 (make_type_with_address_space): Call make_qualified_type.
7670 (make_cv_type): Likewise.
7671 (finish_cv_type): Remove unnecessary function.
7672 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7673 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7674 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7675 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7676 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7677 * hpread.c (hpread_read_struct_type): Likewise.
7678 * stabsread.c (read_struct_type): Likewise.
7679
7680 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7681
7682 * configure.tgt: Add a catch all sh* target, for cases like
7683 sh[2,3,4]-elf and sh-hms.
7684
7685 2002-05-14 Keith Seitz <keiths@redhat.com>
7686
7687 * event-loop.c (create_file_handler): Don't do anything but
7688 update data when we are given a fd which we are already
7689 monitoring.
7690
7691 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7692
7693 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7694 (update_context): Use __func__ in warnings.
7695
7696 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7697
7698 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7699 and tcp_close to net_open and net_close.
7700 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7701 using UDP if requested. Don't try to disable Nagle on UDP
7702 sockets.
7703 * remote.c (remote_serial_open): New function. Warn about UDP.
7704 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7705
7706 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7707
7708 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7709
7710 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7711
7712 * configure.tgt: Remove sh-hms target.
7713 * MAINTAINERS: Don't list sh-hms as a separate target.
7714
7715 2002-05-13 Jim Blandy <jimb@redhat.com>
7716
7717 Add first preprocessor macro-expansion files.
7718 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7719 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7720 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7721 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7722 (COMMON_OBS): Add macrotab.o, macroexp.o.
7723 (macroexp.o, macrotab.o): New rules.
7724
7725 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7726
7727 * config/m88k/tm-m88k.h: Update copyright.
7728 (m88k_target_write_pc): Declare
7729 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7730 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7731 (SHIFT_INST_REGS): Update definition.
7732 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7733 using old definition of TARGET_WRITE_PC.
7734 * regcache.c (generic_target_write_pc): Delete code handling
7735 NNPC_REGNUM.
7736 * gdbarch.sh (NNPC_REGNUM): Delete.
7737 * gdbarch.h, gdbarch.c: Regenerate.
7738
7739 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7740
7741 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7742 builtin reg number.
7743
7744 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7745
7746 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7747 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7748 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7749 access macros.
7750 * c-typeprint.c (cp_type_print_method_args): Likewise.
7751 (c_type_print_args): Likewise.
7752 * d10v-tdep.c (d10v_push_arguments): Likewise.
7753 (d10v_extract_return_value): Likewise.
7754 * expprint.c (print_subexp): Likewise.
7755 * gdbtypes.c (lookup_primitive_typename): Likewise.
7756 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7757 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7758 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7759 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7760 (TYPE_VECTOR): Likewise.
7761 * hpread.c (hpread_read_struct_type)
7762 (fix_static_member_physnames, fixup_class_method_type)
7763 (hpread_type_lookup): Likewise.
7764 * mdebugread.c (parse_symbol, parse_type): Likewise.
7765 * p-lang.c (is_pascal_string_type): Likewise.
7766 * valops.c (hand_function_call): Likewise.
7767 * x86-64-tdep.c (classify_argument): Likewise.
7768
7769 * hpread.c (hpread_read_function_type)
7770 (hpread_read_doc_function_type): Call replace_type.
7771 * dstread.c (create_new_type): Delete.
7772 (decode_dst_structure, process_dst_function): Call alloc_type.
7773 Use type access macros.
7774
7775 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7776
7777 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7778 the're not supported by the current architecture.
7779 (i387_fill_fxsave): Likewise.
7780
7781 2002-05-12 Fred Fish <fnf@redhat.com>
7782
7783 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7784 sect_index_xxx members to index the first slot in section_offsets
7785 if all of the section_offsets are zero.
7786
7787 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7788
7789 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7790 checked in with last change.
7791
7792 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7793
7794 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7795 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7796 config.sub.
7797
7798 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7799
7800 * Makefile.in: Update dependencies.
7801
7802 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7803
7804 * language.c (local_hex_string_custom): Simplify. Do not depend
7805 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7806
7807 * memattr.c (mem_info_command): Replace calls to
7808 longest_local_hex_string and longest_local_hex_string_custom.
7809 * buildsym.c (make_blockvector): Ditto.
7810 * solib.c (info_sharedlibrary_command): Ditto.
7811 * tracepoint.c (tracepoints_info): Ditto.
7812 * symtab.c (print_msymbol_info): Ditto.
7813
7814 * language.c (local_hex_string): Delete.
7815 (local_hex_string_custom): Delete.
7816 (longest_local_hex_string): Rename to local_hex_string.
7817 (longest_local_hex_string_custom): Rename to
7818 local_hex_string_custom.
7819 * language.h (local_hex_string): Change parameter type to LONGEST.
7820 (local_hex_string_custom): Ditto.
7821 (longest_local_hex_string): Delete declaration.
7822 (longest_local_hex_string_custom): Ditto.
7823
7824 * solib.c: Update copyright.
7825 * memattr.c: Update copyright.
7826
7827 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7828
7829 * arch-utils.h (legacy_register_to_value): Declare.
7830 (legacy_value_to_register): Declare.
7831 (legacy_convert_register_p): Declare.
7832 * arch-utils.c (legacy_register_to_value): New function.
7833 (legacy_value_to_register): New function.
7834 (legacy_convert_register_p): New function.
7835
7836 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7837 (VALUE_TO_REGISTER): Define.
7838 (CONVERT_REGISTER_P): Define.
7839 * gdbarch.h, gdbarch.c: Regenerate.
7840
7841 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7842 VALUE_TO_REGISTER.
7843 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7844 CONVERT_REGISTER_P.
7845
7846 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7847 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7848
7849 * Makefile.in: Update dependencies for valops.c.
7850 * valops.c: Include "gdb_assert.h".
7851 (typecmp): Skip THIS parameter to methods.
7852 (find_method_list): Remove static_memfuncp argument,
7853 update callers. Check for stub methods.
7854 (find_value_oload_method_list): Don't set *static_memfuncp.
7855 (find_overload_match): Don't check for stub methods. Assert
7856 that methods are not stubbed. Handle static methods.
7857 (value_find_oload_method_list): Remove static_memfuncp argument.
7858 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7859 to the argument list for static stub methods.
7860 * value.h (value_find_oload_method_list): Update prototype.
7861
7862 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7863
7864 * arch-utils.h (generic_register_size): Declare.
7865 (generic_register_raw_size, generic_register_virtual_size): Delete
7866 declarations.
7867 * arch-utils.c (generic_register_raw_size): Delete.
7868 (generic_register_size): New function.
7869 (generic_register_virtual_size): Delete.
7870
7871 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7872 default generic_register_size.
7873 * gdbarch.h, gdbarch.c: Re-generate.
7874
7875 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7876 register_virtual_size.
7877 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7878 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7879
7880 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7881
7882 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7883 * gdbarch.h, gdbarch.c: Regenerate.
7884 * gnu-v3-abi.c: Update copyright.
7885 (vtable_address_point_offset): Update.
7886 (gnuv3_rtti_type): Update.
7887 (gnuv3_baseclass_offset): Update.
7888 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7889 (init_fetch_link_map_offsets): Update.
7890 * remote.c (get_remote_state): Update.
7891
7892 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7893
7894 * TODO: Remove value_headof/value_from_vtable_info comment.
7895 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7896 * values.c (value_headof, value_from_vtable_info): Delete.
7897 * value.h (value_from_vtable_info): Delete prototype.
7898
7899 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7900
7901 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7902 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7903 $(gdb_regex_h).
7904 (gdb_assert_h): Define.
7905 (gdb_wait_h): Define.
7906 (gdb_regex_h): Define.
7907
7908 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7909
7910 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7911 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7912
7913 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7914
7915 * nbsd-tdep.c: Fix comment.
7916
7917 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7918
7919 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7920 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7921 (nbsd-tdep.o): New dependency list.
7922 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7923 nbsd-tdep.h.
7924 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7925 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7926 * nbsd-tdep.c: New file.
7927 * nbsd-tdep.h: New file.
7928 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7929 nbsd-tdep.h.
7930 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7931 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7932 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7933 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7934
7935 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7936
7937 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7938 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7939 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7940 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7941 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7942 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7943
7944 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7945
7946 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7947 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7948 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7949 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7950 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7951 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7952 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7953
7954 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7955
7956 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7957 fetch_elfcore_registers to...
7958 * i386nbsd-tdep.c: ...here.
7959 (i386nbsd_use_struct_convention): Rename to...
7960 (i386nbsd_aout_use_struct_convention): ...this.
7961 (i386nbsd_supply_reg): New function.
7962 (i386nbsd_fill_reg): New function.
7963 (fetch_core_registers): Use i386nbsd_supply_reg.
7964 (fetch_elfcore_registers): Likewise.
7965 (_initialize_i386nbsd_tdep): New function.
7966 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7967 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7968 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7969 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7970 (i386nbsd_aout_use_struct_convention): ...this.
7971
7972 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7973
7974 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7975 (store_inferior_registers): Use shnbsd_fill_reg.
7976 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7977 sh_nbsd_supply_register): Collapse into...
7978 (shnbsd_supply_reg): ...this.
7979 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7980 (shnbsd_fill_reg): ...this.
7981 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7982 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7983 (fetch_core_registers): Use shnbsd_supply_reg.
7984 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7985 (sh_nbsd_core_fns): Rename to...
7986 (shnbsd_core_fns): ...this.
7987 (sh_nbsd_elfcore_fns): Rename to...
7988 (shnbsd_elfcore_fns): ...this.
7989 (sh_nbsd_init_abi): Rename to...
7990 (shnbsd_init_abi): ...this.
7991 (_initialize_sh_nbsd_tdep): Rename to...
7992 (_initialize_shnbsd_tdep): ...this.
7993 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7994 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7995 sh_nbsd_fill_register): Remove prototypes.
7996 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7997
7998 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7999
8000 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8001 (i387-nat.o): Delete dependency list.
8002 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8003 (x86-64-linux-nat.o): Likewise.
8004 * i387-nat.c: Delete file, moving contents to...
8005 * i387-tdep.c: ...here.
8006 * i387-nat.h: Rename...
8007 * i387-tdep.h: ...to this.
8008 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8009 * i386-linux-nat.c: Likewise.
8010 * i386bsd-nat.c: Likewise.
8011 * i386gnu-nat.c: Likewise.
8012 * i386nbsd-nat.c: Likewise.
8013 * i386v4-nat.c: Likewise.
8014 * x86-64-linux-nat.c: Likewise.
8015 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8016 * config/i386/go32.mh (NATDEPFILES): Likewise.
8017 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8018 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8019 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8020 * config/i386/linux.mh (NATDEPFILES): Likewise.
8021 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8022 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8023 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8024 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8025
8026 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8027
8028 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8029 (alphanbsd-nat.o): Remove dependency list.
8030 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8031 * alphanbsd-nat.c: Delete. Contents moved to...
8032 * alphanbsd-tdep.c: ...here.
8033 (_initialize_alphanbsd_tdep): Register core functions.
8034 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8035
8036 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8037
8038 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8039 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8040 (alphanbsd-nat.o): Likewise.
8041 (alphabsd-tdep.o): New dependency list.
8042 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8043 (fill_gregset): Use alphabsd_fill_reg.
8044 (supply_fpregset): Use alphabsd_supply_fpreg.
8045 (fill_fpregset): Use alphabsd_fill_fpreg.
8046 (fetch_inferior_registers): Use struct reg and struct fpreg
8047 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8048 and alphabsd_supply_fpreg.
8049 (store_inferior_registers): Use struct reg and struct fpreg
8050 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8051 and alphabsd_fill_fpreg.
8052 * alphabsd-tdep.c: New file.
8053 * alphabsd-tdep.h: New file.
8054 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8055 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8056 alphabsd_supply_fpreg.
8057 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8058 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8059
8060 2002-05-11 Eric Christopher <echristo@redhat.com>
8061
8062 * mips-tdep.c (mips_double_register_type): Fix thinko.
8063 (mips_single_register_type): Ditto.
8064 * MAINTAINERS: Add self.
8065
8066 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8067
8068 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8069 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8070 right thing on architectures with different endianness and/or
8071 integer sizes.
8072
8073 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8074
8075 From Christian Limpach <chris@Pin.LU>
8076 * configure.in: Change sed expression which comments out
8077 NATDEPFILES to also comment out continuation lines.
8078 * configure: Regenerate.
8079
8080 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8081
8082 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8083 big patch.
8084
8085 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8086
8087 * sh-tdep.c: Include correct file.
8088
8089 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8090
8091 New support for sh64-elf (sh5) target.
8092
8093 * configure.tgt: For sh64-elf target, default to sh-elf.
8094
8095 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8096 (struct gdbarch_tdep): Add new fields for new registers and ABI
8097 info.
8098
8099 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8100 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8101 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8102 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8103 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8104 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8105 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8106 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8107 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8108 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8109 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8110 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8111 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8112 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8113 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8114 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8115 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8116 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8117 sign_extend, sh64_nofp_frame_init_saved_regs,
8118 sh64_init_extra_frame_info, sh64_get_saved_register,
8119 sh64_extract_struct_value_address, sh64_pop_frame,
8120 sh64_push_arguments, sh64_extract_return_value,
8121 sh64_store_return_value, sh64_show_media_regs,
8122 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8123 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8124 sh_sh64_register_virtual_type,
8125 sh_sh64_register_convert_to_virtual,
8126 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8127 sh64_register_read, sh64_pseudo_register_write,
8128 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8129 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8130 sh64_do_pseudo_register, sh_compact_do_registers_info,
8131 sh64_do_registers_info, sh_gdbarch_init): New functions.
8132
8133 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8134
8135 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8136
8137 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8138
8139 * linespec.c (decode_line_1): Check for a double quote after
8140 a filename correctly.
8141
8142 2002-05-10 Jim Blandy <jimb@redhat.com>
8143
8144 Properly track the size of the current objfile's .debug_line section.
8145 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8146 (DWARF_LINE_SIZE): New macro.
8147 (dwarf2_build_psymtabs_hard): Record the line section's size in
8148 the partial symbol table.
8149 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8150 symbol table.
8151
8152 2002-05-10 Petr Sorfa <petrs@caldera.com>
8153
8154 * ia64-tdep.c: Handle breakpoints on L instruction type
8155 in MLX instruction bundle by moving the breakpoint to
8156 the third slot (X instruction type) as L holds only data.
8157
8158 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8159
8160 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8161 (process_one_symbol): Complain about discarding local symbols
8162 due to a misplaced N_LBRAC entry.
8163
8164 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8165
8166 From Daniel Berlin <dan@cgsoftware.com>
8167 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8168 decrease the depth we are at, in the case of templates.
8169
8170 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8171
8172 * mips-tdep.c (mips_float_register_type): New function.
8173 (mips_double_register_type): New function.
8174 (mips_print_register): Use them.
8175 (do_fp_register_row): Likewise.
8176
8177 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8178
8179 * signals/signals.c (signals): Remove conditional compilation around
8180 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8181 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8182
8183 2002-05-09 Michael Snyder <msnyder@redhat.com>
8184
8185 * remote-rdp.c (remote_rdp_can_run): Remove.
8186
8187 2002-05-09 Tom Tromey <tromey@redhat.com>
8188
8189 * jv-valprint.c (java_val_print): Handle `char' as a special case
8190 of TYPE_CODE_INT.
8191
8192 2002-05-09 Michael Snyder <msnyder@redhat.com>
8193
8194 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8195 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8196 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8197 str r(0123),[sp,#nn].
8198 (arm_skip_prologue): Ditto. Also make disassembly
8199 order-independent by placing it in a loop.
8200
8201 2002-05-06 Michael Snyder <msnyder@redhat.com>
8202
8203 * stabsread.c (read_type): Add recognition for new attribute:
8204 "@V;" means that an array type is actually a vector.
8205 This is analogous to the vector flag that's been added to dwarf2.
8206
8207 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8208
8209 * i386-tdep.h (i386_abi): New enum.
8210 (struct gdbarch_tdep): Replace os_ident member with abi.
8211 (i386_gdbarch_register_os_abi): New prototype.
8212 * i386-tdep.c (i386_abi_names): New array.
8213 (process_note_abi_tag_sections): Removed.
8214 (process_note_sections): New function.
8215 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8216 (struct i386_abi_handler): New struct.
8217 (i386_abi_handler_list): New variable.
8218 (i386_gdbarch_register_os_abi): New function.
8219 (i386_gdbarch_init): Adapt for the changes given above.
8220
8221 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8222
8223 * gregset.h: Say "GNU/Linux".
8224
8225 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8226
8227 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8228 (build_gdbtypes): Build builtin_type_v2_float.
8229 (_initialize_gdbtypes): Register new builtin type.
8230
8231 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8232
8233 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8234 (clear_gdbarch_swap): New function.
8235 (initialize_non_multiarch): Call.
8236 (gdbarch_update_p): Before calling init(), swap out and clear the
8237 existing architecture.
8238 * gdbarch.c: Regenerate.
8239
8240 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8241
8242 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8243 alphanbsd-tdep.c.
8244
8245 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8246
8247 * sh-nbsd-nat.c: Rename to...
8248 * shnbsd-nat.c: ...this.
8249 * sh-nbsd-tdep.c: Rename to...
8250 * shnbsd-tdep.c: ...this.
8251 * sh-nbsd-tdep.h: Rename to...
8252 * shnbsd-tdep.h: ...this.
8253 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8254 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8255
8256 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8257
8258 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8259 concatenation for command help messages.
8260
8261 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8262
8263 * NEWS: Note new sh*-*-netbsdelf* configuration.
8264 * configure.host: Set gdb_host_cpu to sh for all sh*.
8265 (sh*-*-netbsdelf*): New host.
8266 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8267 (sh*-*-netbsdelf*): New target.
8268 * sh-nbsd-nat.c: New file.
8269 * sh-nbsd-tdep.c: New file.
8270 * sh-nbsd-tdep.h: New file.
8271 * config/sh/nbsd.mh: New file.
8272 * config/sh/nbsd.mt: New file.
8273 * config/sh/nm-nbsd.h: New file.
8274 * config/sh/tm-nbsd.h: New file.
8275
8276 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8277
8278 * sh-tdep.c (sh_osabi_names): Declare.
8279 (process_note_abi_tag_sections): New function.
8280 (get_elfosabi): Ditto.
8281 (sh_gdbarch_register_os_abi): Ditto.
8282 (sh_dump_tdep): Ditto.
8283 _initialize_sh_tdep): Use gdbarch_register to register
8284 sh_gdbarch_init and sh_dump_tdep.
8285 * config/sh/tm-sh.h (sh_osabi): Declare.
8286 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8287
8288 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8289
8290 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8291 (thumb_scan_prologue): Ditto.
8292 (arm_find_callers_reg): Ditto.
8293 (arm_frame_chain): Ditto.
8294 (arm_init_extra_frame_info): Ditto.
8295 (arm_frame_saved_pc): Ditto.
8296 (arm_pop_frame): Ditto.
8297 (arm_push_return_address): New function.
8298 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8299 call_dummy_location, call_dummy_breakpoint_offset_p,
8300 call_dummy_breakpoint_offset, call_dummy_p,
8301 call_dummy_stack_adjust_p, call_dummy_words,
8302 sizeof_call_dummy_words, call_dummy_start_offset,
8303 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8304 call_dummy_address, push_return_address and push_dummy_frame for
8305 generic dummy frames.
8306
8307 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8308
8309 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8310 size computation for alloca.
8311 (sh_fp_frame_init_saved_regs): Likewise.
8312
8313 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8314
8315 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8316 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8317 * arm-tdep.c (arm_store_return_value): Use them.
8318 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8319 * remote-rdp.c (remote_rdp_fetch_register): Use
8320 ARM_MAX_REGISTER_RAW_SIZE.
8321 (remote_rdp_store_register): Likewise.
8322
8323 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8324
8325 * dwarf2cfi.c: Code cleanup, removed unused variables,
8326 added default labels to switch {} statements.
8327 * x86-64-tdep.c: Ditto.
8328 * x86-64-linux-nat.c: Ditto.
8329
8330 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8331
8332 * solib.h: Protect against multiple inclusion.
8333
8334 2002-05-06 Jim Blandy <jimb@redhat.com>
8335
8336 Add first preprocessor macro-expansion files.
8337 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8338 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8339 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8340 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8341 (COMMON_OBS): Add macrotab.o, macroexp.o.
8342 (macroexp.o, macrotab.o): New rules.
8343
8344 Separate the job of reading the line number info statement program
8345 header (...expialidocious) out into its own function.
8346 * dwarf2read.c (struct line_head, struct filenames, struct
8347 directories): Replace with...
8348 (struct line_header): New structure, containing the full
8349 contents of the statement program header, including the
8350 include directory and file name tables.
8351 (read_file_scope): If we have line number info, instead of just
8352 calling dwarf_decode_lines to do all the work, call
8353 dwarf_decode_line_header first to get a `struct line_header'
8354 containing the data in the statement program header, and then
8355 pass that to dwarf_decode_lines, which will pick up where that
8356 left off. Be sure to clean up the `struct line_header' object.
8357 (dwarf_decode_line_header, free_line_header, add_include_dir,
8358 add_file_name): New functions.
8359 (dwarf_decode_lines): Move all the code to read the statement
8360 program header into dwarf_decode_line_header. Take the line
8361 header it built as the first argument, instead of the offset to
8362 the compilation unit's line number info. Use the new `struct
8363 line_header' type instead of the old structures. No need to do
8364 cleanups here now, since we don't allocate anything.
8365 (dwarf2_statement_list_fits_in_line_number_section,
8366 dwarf2_line_header_too_long): New complaints.
8367
8368 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8369
8370 * gdbtypes.c (init_vector_type): New function.
8371 (build_builtin_type_vec128): Simplify the representation of SIMD
8372 registers.
8373 (build_gdbtypes): Initialize new builtin vector types.
8374 (_initialize_gdbtypes): Register new vector types with gdbarch.
8375 (builtin_type_v4_float, builtin_type_v4_int32,
8376 builtin_type_v8_int16, builtin_type_v16_int8,
8377 builtin_type_v2_int32, builtin_type_v4_int16,
8378 builtin_type_v8_int8): New (renamed) SIMD types.
8379
8380 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8381
8382 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8383 (i387_fill_fxsave): Likewise.
8384
8385 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8386
8387 * alpha-tdep.c (alpha_extract_return_value): Don't use
8388 non-constant array size in prototype.
8389
8390 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8391
8392 From Brian Taylor <briant at model dot com>:
8393 * ui-out.c (ui_out_field_core_addr): Use the function
8394 longest_local_hex_string_custom'to format addresses > 32 bits
8395 wide.
8396
8397 * ui-out.c (ui_out_field_core_addr): Update comment.
8398
8399 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8400
8401 * stack.c (select_and_print_frame): Make static. Delete the
8402 parameter `level'.
8403 (func_command): Update call.
8404 (select_frame_command): Delete code computing the frame level.
8405 * frame.h (select_and_print_frame): Delete declaration.
8406
8407 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8408
8409 * sparc-tdep.c (sparc_get_saved_register): Comment why
8410 get_prev_frame call is safe.
8411
8412 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8413
8414 * frame.h (select_frame): Delete level parameter.
8415 * stack.c (select_frame): Update. Use frame_relative_level to
8416 obtain the frame's level.
8417 (select_and_print_frame): Update call.
8418 (select_frame_command): Ditto.
8419 (up_silently_base): Ditto.
8420 (down_silently_base): Ditto.
8421 * ocd.c (ocd_start_remote): Ditto.
8422 * remote-rdp.c (remote_rdp_open): Ditto.
8423 * remote-mips.c (mips_initialize): Ditto.
8424 (common_open): Ditto.
8425 * remote-e7000.c (e7000_start_remote): Ditto.
8426 * m3-nat.c (select_thread): Ditto.
8427 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8428 (child_get_current_exception_event): Ditto.
8429 * varobj.c (varobj_create): Ditto.
8430 (varobj_update): Ditto.
8431 (c_value_of_root): Ditto.
8432 * tracepoint.c (finish_tfind_command): Ditto.
8433 * corelow.c (core_open): Ditto.
8434 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8435 * thread.c (info_threads_command): Ditto.
8436 (switch_to_thread): Ditto.
8437 * infrun.c (normal_stop): Ditto.
8438 (restore_selected_frame): Ditto.
8439 (restore_inferior_status): Ditto.
8440 * breakpoint.c (insert_breakpoints): Ditto.
8441 (watchpoint_check): Ditto.
8442 (bpstat_stop_status): Ditto.
8443 (do_enable_breakpoint): Ditto.
8444 * blockframe.c (flush_cached_frames): Ditto.
8445 (reinit_frame_cache): Ditto.
8446
8447 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8448
8449 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8450 maintainer.
8451
8452 2002-05-04 Jim Blandy <jimb@redhat.com>
8453
8454 * gdbtypes.c (replace_type): Doc fix.
8455
8456 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8457
8458 * valprint.c (strcat_longest): Delete commented out function.
8459 Update copyright.
8460
8461 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8462
8463 * MAINTAINERS: Mark a29k as deleted.
8464 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8465 Move new configurations to the top.
8466 * configure.tgt: Remove a29k.
8467 * config/a29k/tm-vx29k.h: Delete.
8468 * config/a29k/vx29k.mt: Delete.
8469 * config/a29k/tm-a29k.h: Delete.
8470 * config/a29k/a29k-udi.mt: Delete.
8471 * config/a29k/a29k.mt: Delete.
8472 * a29k-tdep.c: Delete.
8473 * remote-udi.c: Delete.
8474 * remote-mm.c: Delete.
8475 * remote-eb.c: Delete.
8476 * remote-adapt.c: Delete.
8477 * Makefile.in: Remove obsolete code.
8478 * config/s390/s390x.mt: Ditto.
8479 * config/s390/s390.mt: Ditto.
8480 * config/sparc/sparclynx.mh: Ditto.
8481 * config/sparc/linux.mh: Ditto.
8482 * config/pa/hppaosf.mh: Ditto.
8483 * config/pa/hppabsd.mh: Ditto.
8484 * config/ns32k/nbsd.mt: Ditto.
8485 * config/mips/vr5000.mt: Ditto.
8486 * config/m68k/sun3os4.mh: Ditto.
8487 * config/m68k/nbsd.mt: Ditto.
8488 * config/m68k/m68klynx.mh: Ditto.
8489 * config/m32r/m32r.mt: Ditto.
8490 * config/i386/x86-64linux.mt: Ditto.
8491 * config/i386/nbsdelf.mt: Ditto.
8492 * config/i386/nbsd.mt: Ditto.
8493 * config/i386/i386lynx.mh: Ditto.
8494
8495 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8496
8497 * target.c (debug_print_register): New function. Handle oversize
8498 registers.
8499 (debug_to_fetch_registers): Call.
8500 (debug_to_store_registers): Call.
8501
8502 2002-05-03 Jim Blandy <jimb@redhat.com>
8503
8504 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8505 (read_type): Doc fix.
8506 * gdbtypes.c (replace_type): Doc fix.
8507
8508 * stabsread.c (multiply_defined_struct): New complaint.
8509 (read_struct_type): If the type we were passed isn't empty, or
8510 incomplete, don't read the new struct type into it; complain,
8511 and return the original type unchanged. Take a new `type_code'
8512 argument, which is the type code for the new type.
8513 (read_type): Rather than storing the type's type code here, pass
8514 it as an argument to read_struct_type, and let that take care of
8515 storing it. That way, we don't overwrite the original type code,
8516 so read_struct_type can use it to decide whether we're overwriting
8517 something we shouldn't.
8518 (complain_about_struct_wipeout): New function.
8519
8520 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8521
8522 * gdbarch.sh: Assert that gdbarch is non-NULL.
8523 * gdbarch.c: Regenerate.
8524
8525 2002-05-03 Jason Merrill <jason@redhat.com>
8526
8527 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8528 and return NULL.
8529
8530 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8531
8532 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8533 (x86_64_dwarf2gdb_regno_map_length),
8534 (x86_64_dwarf2_reg_to_regnum): Added.
8535 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8536 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8537 (_initialize_x86_64_tdep): Synced with the change above.
8538 (x86_64_skip_prologue): Reformulated message.
8539
8540 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8541
8542 * f-exp.y: Also use new prev_lexptr variable
8543 to improve error reporting. Based on Michael Snyder
8544 2002-04-24 dated patch to c-exp.y.
8545 * jv-exp.y: Likewise.
8546 * m2-exp.y: Likewise.
8547
8548 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8549
8550 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8551 we are dealing with vectors.
8552
8553 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8554
8555 * config/m68k/tm-nbsd.h: Obvious fix,
8556 correct machine name.
8557
8558 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8559
8560 * p-typeprint.c (pascal_type_print_base): Add support
8561 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8562
8563 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8564
8565 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8566 for fondamental pascal 'char' type.
8567
8568 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8569
8570 * p-lang.h (is_pascal_string_type): Declaration changed,
8571 new sixth argument of type char ** added.
8572 * p-lang.c (is_pascal_string_type): Implementation
8573 changed. Args length_pos, length_size, string_pos, char_size
8574 can now be NULL. New argument arrayname set to the field
8575 name of the char array. Return value set to char array
8576 field index plus one.
8577 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8578 is_pascal_string_type function.
8579
8580 2002-05-02 Andrew Cagney <cagney@redhat.com>
8581
8582 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8583 <cagney@redhat.com> change.
8584 * gdbarch.c: Regenerate.
8585
8586 2002-05-02 Andrew Cagney <cagney@redhat.com>
8587
8588 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8589 before probing for a new one. Detect errorenous gdbarch_init
8590 functions.
8591 * gdbarch.c: Regenerate.
8592
8593 2002-05-01 Andrew Cagney <cagney@redhat.com>
8594
8595 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8596 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8597 * config/v850/tm-v850.h: Ditto. Update copyright.
8598
8599 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8600
8601 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8602 current_gdbarch.
8603
8604 2002-04-30 Michael Snyder <msnyder@redhat.com>
8605
8606 * arm-tdep.c: Whitespace clean-ups.
8607 (arm_skip_prologue): Fix thinko; two lines
8608 should have been removed as part of 4/24 change.
8609
8610 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8611
8612 * rs6000-tdep.c: Added comment describing how fpscr register
8613 numbers were chosen.
8614
8615 2002-04-30 Michael Snyder <msnyder@redhat.com>
8616
8617 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8618
8619 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8620
8621 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8622 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8623 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8624
8625 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8626
8627 From Louis Hamilton <hamilton@redhat.com>:
8628 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8629 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8630 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8631 not bfd-private xcoff data, to determine wordsize.
8632 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8633
8634 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8635
8636 GDB 5.2 released from 5.2 branch.
8637
8638 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8639
8640 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8641 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8642 (x86_64_register_info_table): Added comments with register numbers.
8643
8644 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8645
8646 * rs6000-tdep.c (rs6000_extract_return_value,
8647 rs6000_store_return_value): Handle returning vectors.
8648 (rs6000_gdbarch_init): Use
8649 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8650 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8651 New function.
8652 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8653 vectors.
8654 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8655 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8656
8657 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8658
8659 * hpread.c (hpread_psymtab_to_symtab_1,
8660 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8661 with fprintf_unfiltered (gdb_stderr,...).
8662
8663 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8664
8665 * remote-array.c (printf_monitor, write_monitor,
8666 array_insert_breakpoint, array_remove_breakpoint ):
8667 Replace fprintf (stderr,...
8668 with fprintf_unfiltered (gdb_stderr,....
8669 * remote-es.c: Likewise.
8670 * remote-os9k.c: Likewise.
8671 * remote-st.c: Likewise.
8672
8673 2002-04-28 Andreas Schwab <schwab@suse.de>
8674
8675 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8676 linux-proc.o and gcore.o.
8677
8678 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8679
8680 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8681 code without frame pointers.
8682
8683 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8684
8685 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8686 ON_STACK is needed.
8687
8688 2002-04-26 Ben Elliston <bje@redhat.com>
8689
8690 * target.c (do_xfer_memory): Correct reference to the new option
8691 "trust-readonly-sections".
8692
8693 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8694
8695 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8696 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8697 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8698 vectors.
8699 (read_array_type): Record the fact that this array type is really a
8700 vector (i.e. are passed in by value).
8701
8702 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8703
8704 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8705 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8706 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8707 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8708 * alpha-linux-tdep.c: Include frame.h.
8709 (alpha_linux_sigcontext_addr): New function.
8710 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8711 alpha_linux_sigcontext_addr.
8712 * alpha-osf1-tdep.c: Include gdbcore.h.
8713 (alpha_osf1_sigcontext_addr): New function.
8714 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8715 alpha_osf1_sigcontext_addr.
8716 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8717 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8718
8719 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8720
8721 * stack.c (selected_frame_level):
8722 (select_frame): Do not set selected_frame_level.
8723 * frame.h (selected_frame_level): Delete declaration.
8724
8725 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8726
8727 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8728 convert_from_func_ptr-addr when AIX / PowerOpen.
8729
8730 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8731
8732 * valops.c (hand_function_call): Call
8733 generic_save_call_dummy_addr.
8734 * frame.h (generic_save_call_dummy_addr): Declare.
8735 * blockframe.c (struct dummy_frame): Add fields call_lo and
8736 call_hi.
8737 (generic_find_dummy_frame): Check for PC in range call_lo to
8738 call_hi instead of entry_point_address.
8739 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8740 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8741 (generic_save_call_dummy_addr): New function.
8742
8743 2002-04-24 David S. Miller <davem@redhat.com>
8744
8745 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8746 sparc_skip_prologue.
8747 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8748 information to find prologue when possible.
8749 (sparc_prologue_frameless_p): Call examine_prologue directly.
8750 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8751 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8752 second argument.
8753 (SKIP_PROLOGUE): Likewise.
8754
8755 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8756
8757 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8758 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8759 indicate that the condition it was testing is always true.
8760 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8761 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8762 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8763
8764 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8765
8766 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8767 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8768 tdep->jb_pc and tdep->jb_elt_size.
8769 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8770 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8771 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8772 * alpha-nat.c (get_longjmp_target): Remove.
8773 (JB_ELEMENT_SIZE): Ditto.
8774 (JB_PC): Ditto.
8775 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8776 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8777 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8778 to alpha_get_longjmp_target.
8779 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8780 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8781 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8782
8783 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8784
8785 * README: Update to GDB 5.2.
8786
8787 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8788
8789 * gdbarch.sh (LC_ALL): Set to `c'.
8790
8791 2002-04-25 Theodore A. Roth <troth@verinet.com>
8792
8793 * avr-tdep.c: Ran through gdb_indent.sh.
8794
8795 2002-04-25 Theodore A. Roth <troth@verinet.com>
8796
8797 * MAINTAINERS: Add myself as AVR maintainer.
8798 * NEWS: Note new target avr.
8799
8800 2002-04-25 Theodore A. Roth <troth@verinet.com>
8801
8802 * Makefile.in: Add support for AVR target.
8803 * configure.tgt: Add support for AVR target.
8804 * avr-tdep.c: New file
8805 * config/avr/avr.mt: New file.
8806
8807 2002-04-25 Theodore A. Roth <troth@verinet.com>
8808
8809 * MAINTAINERS: Add myself to write-after-approval.
8810
8811 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8812
8813 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8814 with fprintf_unfiltered (gdb_stderr,....
8815
8816 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8817
8818 Fix PR gdb/508.
8819 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8820
8821 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8822
8823 * p-exp.y: Also use new prev_lexptr variable
8824 to improve error reporting. Based on Michael Snyder
8825 2002-04-24 dated patch to c-exp.y.
8826
8827 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8828
8829 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8830 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8831 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8832 to 0.
8833 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8834 and struct value.
8835 (FUNCTION_START_OFFSET): Remove.
8836 (BREAKPOINT): Ditto.
8837
8838 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8839
8840 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8841 * NEWS: Ditto.
8842
8843 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8844
8845 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8846 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8847 alpha_linux_pc_in_sigtramp.
8848 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8849 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8850 alpha_osf1_pc_in_sigtramp.
8851 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8852 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8853 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8854 alphafbsd_pc_in_sigtramp.
8855 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8856 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8857 alphanbsd_pc_in_sigtramp.
8858 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8859 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8860
8861 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8862
8863 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8864
8865 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8866
8867 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8868 alphanbsd-tdep.c.
8869 (alphanbsd-nat.o): New dependency list.
8870 (alphanbsd-tdep.o): Ditto.
8871 * NEWS: Note new native NetBSD/alpha configuration.
8872 * alphanbsd-nat.c: New file.
8873 * alphanbsd-tdep.c: Ditto.
8874 * configure.host (alpha*-*-netbsd*): New host.
8875 * configure.tgt (alpha*-*-netbsd*): New target.
8876 * config/alpha/nbsd.mh: New file.
8877 * config/alpha/nbsd.mt: Ditto.
8878 * config/alpha/nm-nbsd.h: Ditto.
8879 * config/alpha/tm-nbsd.h: Ditto.
8880
8881 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8882
8883 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8884 (alpha-osf1-tdep.o): New dependency list.
8885 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8886 and skip_sigtramp_frame members.
8887 * alpha-linux-tdep.c: Include gdbcore.h.
8888 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8889 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8890 * alpha-osf1-tdep.c: New file.
8891 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8892 alpha-osf1-dep.c.
8893 (alpha_frame_past_sigtramp_frame): New function.
8894 (alpha_dynamic_sigtramp_offset): Ditto.
8895 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8896 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8897 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8898 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8899 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8900 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8901 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8902 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8903 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8904 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8905 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8906 to find_solib_trampoline_target.
8907 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8908 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8909 (SKIP_TRAMPOLINE_CODE): Remove.
8910 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8911 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8912 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8913 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8914 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8915 (PROC_SIGTRAMP_MAGIC): Ditto.
8916 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8917 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8918 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8919 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8920 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8921
8922 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8923
8924 * NEWS: Note that Alpha targets are now multi-arch.
8925
8926 2002-04-24 Michael Snyder <msnyder@redhat.com>
8927
8928 * parser-defs.h (prev_lexptr): New external variable.
8929 * parse.c (parse_exp_1): Set prev_lexptr to null before
8930 calling the language-specific parser.
8931 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8932 (yyerror): Use prev_lexptr in error reporting.
8933
8934 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8935
8936 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8937 * gregset.h: If FILL_FPXREGSET is defined, provide
8938 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8939 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8940 is defined, call fill_fpxregset.
8941
8942 2002-04-24 Roland McGrath <roland@frob.com>
8943
8944 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8945 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8946 (supply_gregset, supply_fpregset): New functions.
8947
8948 * gnu-nat.c (gnu_find_memory_regions): New function.
8949 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8950 (gnu_xfer_memory): Add a cast.
8951
8952 2002-04-24 Michael Snyder <msnyder@redhat.com>
8953
8954 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8955 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8956 of argument regs ("str r(0123), [r11, #-nn"]).
8957 (arm_skip_prologue): Better handling for frameless functions.
8958 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8959 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8960
8961 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8962
8963 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8964 NUM_PSEUDO_REGS can be used.
8965
8966 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8967
8968 * arch-utils.h: Update copyright.
8969
8970 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8971 * gdbarch.h, gdbarch.c: Re-generate.
8972
8973 * inferior.h (IN_SIGTRAMP): Delete definition.
8974 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8975 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8976
8977 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8978 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8979 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8980 (find_proc_framesize): Ditto.
8981 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8982 (alpha_init_extra_frame_info): Ditto.
8983 * infrun.c (handle_inferior_event): Ditto.
8984 (handle_inferior_event): Ditto.
8985 (check_sigtramp2): Ditto.
8986 * blockframe.c (create_new_frame): Ditto.
8987 (get_prev_frame): Ditto.
8988 * ppc-linux-tdep.c: Update comments.
8989 * i386-linux-tdep.c: Update comments.
8990 * breakpoint.c (bpstat_what): Update comment.
8991
8992 2002-04-24 David S. Miller <davem@redhat.com>
8993
8994 * i960-tdep.c (register_in_window_p): New function.
8995 (i960_find_saved_register): Use it instead of
8996 REGISTER_IN_WINDOW_P.
8997 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8998
8999 * symtab.h (find_stab_function_addr): Kill extern.
9000 * minsyms.c (find_stab_function_addr): Remove from here...
9001 * dbxread.c: ... to here, and mark it static.
9002
9003 2002-04-20 David S. Miller <davem@redhat.com>
9004
9005 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9006 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9007
9008 2002-04-21 David S. Miller <davem@redhat.com>
9009
9010 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9011 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9012 (vx_write_register): Likewise.
9013
9014 2002-04-23 J. Brobecker <brobecker@gnat.com>
9015
9016 * source.c (is_regular_file): New function.
9017 (openp): Check wether file to open is a regular file
9018 to avoid opening directories.
9019
9020 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9021
9022 * findvar.c (extract_signed_integer): Cast printf argument
9023 to suppress format warning.
9024 (extract_unsigned_integer): Likewise.
9025 * infcmd.c (registers_info): Likewise.
9026 * top.c (get_prompt_1): Likewise.
9027 * valops.c (value_assign): Likewise.
9028 * valprint.c (print_decimal): Likewise.
9029
9030 2002-04-22 H.J. Lu (hjl@gnu.org)
9031
9032 * c-exp.y (typebase): Support
9033
9034 [long|long long|short] [signed|unsigned] [int|]
9035
9036 and
9037
9038 signed [long|long long|short] int
9039
9040 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9041
9042 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9043 and vax-tdep.h.
9044 * vax-tdep.h: New file.
9045 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9046 Make several routines static.
9047 (vax_get_saved_register): New function.
9048 (vax_gdbarch_init): New function.
9049 (_initialize_vax_tdep): Register vax_gdbarch_init.
9050 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9051 Remove macros now under the control of gdbarch.
9052
9053 2002-04-22 Michael Snyder <msnyder@redhat.com>
9054
9055 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9056 Some whitespace and coding standards tweaks.
9057
9058 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9059
9060 * vax-tdep.c: Include regcache.h.
9061 (vax_call_dummy_words): New.
9062 (sizeof_vax_call_dummy_words): New.
9063 (vax_fix_call_dummy): New function.
9064 (vax_saved_pc_after_call): Ditto.
9065 * config/vax/tm-vax.h: Don't include regcache.h.
9066 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9067 (CALL_DUMMY): Remove.
9068 (CALL_DUMMY_WORDS): Define.
9069 (SIZEOF_CALL_DUMMY_WORDS): Define.
9070 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9071
9072 2002-04-18 Michael Snyder <msnyder@redhat.com>
9073
9074 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9075
9076 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9077
9078 * vax-tdep.c (vax_frame_chain): New function.
9079 (vax_push_dummy_frame): Ditto.
9080 (vax_pop_frame): Ditto.
9081 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9082 (FRAMELESS_FUNCTION_INVOCATION): Use
9083 generic_frameless_function_invocation_not.
9084 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9085 (POP_FRAME): Use vax_pop_frame.
9086
9087 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9088
9089 * vax-tdep.c (vax_store_struct_return): New function.
9090 (vax_extract_return_value): Ditto.
9091 (vax_store_return_value): Ditto.
9092 (vax_extract_struct_value_address): Ditto.
9093 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9094 vax_store_struct_return.
9095 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9096 (STORE_RETURN_VALUE): Use vax_store_return_value.
9097 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9098
9099 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9100
9101 * vax-tdep.c (vax_frame_saved_pc): New function.
9102 (vax_frame_args_address_correct): Ditto.
9103 (vax_frame_args_address): Ditto.
9104 (vax_frame_locals_address): Ditto.
9105 (vax_frame_num_args): Move code to be in proximity to
9106 other frame-related functions.
9107 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9108 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9109 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9110 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9111 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9112
9113 2002-04-22 H.J. Lu (hjl@gnu.org)
9114
9115 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9116 includedir.
9117
9118 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9119
9120 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9121 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9122 (FRAME_INIT_SAVED_REGS): New macro.
9123
9124 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9125
9126 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9127
9128 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9129
9130 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9131 where needed.
9132 (fetch_osf_core_registers): Likewise.
9133 (supply_gregset): Likewise.
9134
9135 2002-04-22 J. Brobecker <brobecker@gnat.com>
9136
9137 * symfile.h (get_section_index): Define.
9138 * symfile.c (get_section_index): New function.
9139 * mdebugread.c (SC_IS_SBSS): New macro.
9140 (SC_IS_BSS): Return true for the scBss storage class only, as
9141 the scSBss storage class refers to the .sbss section.
9142 (parse_partial_symbols): Discard the symbols which associated
9143 section does not exist.
9144 Make sure to use the .sbss section index for symbols which
9145 storage class is scBss, rather than using the .bss section index.
9146
9147 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9148
9149 * vax-tdep.c: Update copyright years.
9150 (vax_register_name): New function.
9151 (vax_register_byte): Ditto.
9152 (vax_register_raw_size): Ditto.
9153 (vax_register_virtual_size): Ditto.
9154 (vax_register_virtual_type): Ditto.
9155 * config/vax/tm-vax.h: Update copyright years.
9156 (REGISTER_NAMES): Remove.
9157 (REGISTER_NAME): Define.
9158 (REGISTER_BYTE): Use vax_register_byte.
9159 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9160 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9161 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9162
9163 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9164
9165 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9166 declaration
9167 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9168
9169 2002-04-21 David S. Miller <davem@redhat.com>
9170
9171 * arch-utils.c (generic_prologue_frameless_p): Kill
9172 SKIP_PROLOGUE_FRAMELESS_P code.
9173 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9174 references.
9175 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9176 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9177 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9178 references.
9179 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9180 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9181 (sparc_gdbarch_init): Pass it to
9182 set_gdbarch_prologue_frameless_p.
9183
9184 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9185
9186 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9187 (alphabsd-nat.o): New dependency list.
9188
9189 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9190
9191 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9192 alphafbsd-tdep.c.
9193 (alpha-linux-tdep.o): New dependency list.
9194 (alphafbsd-tdep.o): Likewise.
9195
9196 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9197
9198 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9199 to here...
9200 * alpha-tdep.c: ...from here.
9201 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9202
9203 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9204
9205 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9206 prototype from here...
9207 * alpha-tdep.h: ...to here.
9208
9209 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9210
9211 * frame.h (selected_frame_level): Document as deprecated.
9212 (frame_relative_level): Declare.
9213 * stack.c (frame_relative_level): New function.
9214 (selected_frame_level): Document as deprecated.
9215 (select_frame): Do not set the selected_frame_level.
9216
9217 * stack.c (frame_info, record_selected_frame): Update.
9218 (frame_command, current_frame_command): Update.
9219 (up_silently_base, up_command, down_silently_base): Update.
9220 (down_command): Update.
9221 * inflow.c (kill_command): Update.
9222 * tracepoint.c (finish_tfind_command): Update.
9223 * corelow.c (core_open): Update.
9224 * thread.c (info_threads_command): Update.
9225 (do_captured_thread_select): Update.
9226 * infcmd.c (finish_command): Update.
9227 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9228
9229 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9230
9231 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9232
9233 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9234
9235 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9236 type const.
9237
9238 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9239
9240 * alphafbsd-tdep.c: Update copyright years. Include
9241 alpha-tdep.h.
9242 (alphafbsd_use_struct_convention): Make static.
9243 (alphafbsd_init_abi): New function.
9244 (_initialize_alphafbsd_tdep): New function.
9245 * config/alpha/tm-fbsd.h: Update copyright years.
9246 (USE_STRUCT_CONVENTION): Remove.
9247
9248 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9249
9250 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9251 an Alpha ABI variant.
9252 (alpha_abi_handler_list): Declare.
9253 (alpha_gdbarch_register_os_abi): New function.
9254 (alpha_gdbarch_init): Give registered ABI variant handlers a
9255 chance to tweak the gdbarch once we have set up defaults.
9256 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9257
9258 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9259
9260 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9261 to standard_coerce_float_to_double.
9262 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9263
9264 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9265
9266 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9267 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9268 from gdbarch_tdep rather than a constant.
9269 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9270 the default text address for all Alpha Unix ABIs.
9271 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9272 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9273
9274 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9275
9276 * alpha-tdep.h: New file. Includes several Alpha target constants
9277 taken from...
9278 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9279 let gdbarch deal with.
9280 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9281 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9282 to dependency list.
9283 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9284 Alpha target register names.
9285 * alphabsd-nat.c: Likewise.
9286 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9287 Alpha target register names. Make serveral routines static.
9288 (alpha_get_saved_register): New function.
9289 (alpha_abi_names): New.
9290 (process_note_abi_tag_sections): New function.
9291 (get_elfosabi): New function.
9292 (alpha_gdbarch_init): New function.
9293 (alpha_dump_tdep): New function.
9294 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9295
9296 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9297
9298 * frame.c (find_saved_register): Delete #ifdef
9299 HAVE_REGISTER_WINDOWS code.
9300 * config/sparc/tm-sparc.h: Update comments.
9301 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9302
9303 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9304
9305 * i960-tdep.c (i960_find_saved_register): New function.
9306 (i960_get_saved_register): New function.
9307 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9308 (i960_get_saved_register): Declare.
9309 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9310
9311 2002-04-20 David S. Miller <davem@redhat.com>
9312
9313 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9314
9315 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9316
9317 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9318 instead of NUM_PSEUDO_REGS.
9319
9320 2002-04-20 David S. Miller <davem@redhat.com>
9321
9322 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9323 GDB_MULTI_ARCH_PARTIAL
9324 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9325 define, let tm-sp64.h do it.
9326
9327 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9328
9329 * frame.c (find_saved_register): Avoid a NULL pointer
9330 dereference and actually walk the frame list.
9331
9332 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9333
9334 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9335 sorted in most most-recent-used order. Document.
9336 * gdbarch.h, gdbarch.c: Regenerate.
9337
9338 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9339
9340 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9341 instead of ->prev.
9342 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9343 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9344 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9345 instead of ->prev.
9346
9347 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9348
9349 Fix PR gdb/471.
9350 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9351 (build_builtin_type_vec128): Ditto.
9352 (append_composite_type_field): Fix calculation of type length in
9353 union case.
9354
9355 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9356
9357 * config/djgpp/README: Update.
9358
9359 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9360 compiler warnings.
9361
9362 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9363
9364 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9365 (alpha_setup_arbitrary_frame): ...to this.
9366 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9367 for alpha_setup_arbitrary_frame.
9368
9369 2002-04-18 Andrew Cagney <cagney@redhat.com>
9370
9371 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9372 * gdbarch.h, gdbarch.c: Regenerate.
9373
9374 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9375 * target.h (memory_breakpoint_from_pc): Update declaration.
9376 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9377
9378 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9379 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9380 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9381 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9382 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9383 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9384 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9385 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9386 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9387 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9388 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9389 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9390
9391 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9392 const pointer.
9393 * monitor.c (monitor_insert_breakpoint): Ditto.
9394 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9395
9396 * config/mcore/tm-mcore.h: Update copyright.
9397 * mem-break.c: Ditto.
9398 * xstormy16-tdep.c: Ditto.
9399
9400 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9401
9402 * p-exp.y: Add precedence rule for '^' token.
9403 This removes the shift/reduce conflicts.
9404 Remove the comment concerning these shift/reduce conflicts.
9405
9406 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9407
9408 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9409 (registers_powerpc_nofp): New register set for processors
9410 without floating point unit.
9411
9412 2002-04-18 David S. Miller <davem@redhat.com>
9413
9414 * MAINTAINERS: Add myself to write-after-approval.
9415
9416 2002-04-17 Michael Snyder <msnyder@redhat.com>
9417
9418 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9419
9420 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9421
9422 * rs6000-tdep.c (frame_initial_stack_address): Use
9423 frame_register_read to read the alloca_reg.
9424
9425 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9426
9427 * frame.c (find_saved_register): Find saved registers in the next
9428 not prev frame.
9429 Fix PR gdb/365.
9430
9431 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9432
9433 * gdbarch.sh (LANG): Set to ``c''.
9434
9435 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9436
9437 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9438
9439 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9440
9441 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9442 Update copyright.
9443
9444 * hpread.c (hpread_get_lntt): Add declaration.
9445 Also fix PR gdb/391.
9446
9447 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9448
9449 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9450 * aclocal.m4, configure: Re-generate.
9451 Fix PR gdb/391.
9452
9453 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9454
9455 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9456 instead of tm_print_insn.
9457
9458 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9459
9460 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9461
9462 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9463
9464 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9465 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9466 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9467
9468 2002-04-12 Don Howard <dhoward@redhat.com>
9469
9470 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9471 max_user_call_depth.
9472 (init_cmd_lists): Initialize the new value;
9473 * cli/cli-script.c (execute_user_command): Limit the call depth of
9474 user defined commands. This avoids a core-dump when user commands
9475 are infinitly recursive.
9476
9477 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9478
9479 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9480 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9481 from tdep struct instead of DEFAULT_LR_SAVE.
9482 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9483 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9484 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9485
9486 2002-04-12 Michael Snyder <msnyder@redhat.com>
9487
9488 * Remote.c: Spelling fix.
9489 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9490 If no symbol found for "sbrk", try "_sbrk".
9491 (make_output_phdrs): Use bfd_section_name.
9492 (gcore_copy_callback): Use bfd_section_name.
9493 * eval.c: Indentation fix-ups.
9494 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9495 in case it gets applied to an address that is already
9496 in the instruction space.
9497 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9498 * symfile.c: Fix indentation, long lines.
9499 * source.c: White space fix-up.
9500
9501 2002-04-12 Andrew Cagney <cagney@redhat.com>
9502
9503 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9504 * frame.c (frame_register_read): New function. Return non-zero on
9505 success.
9506 (read_relative_register_raw_bytes_for_frame): Delete.
9507 (read_relative_register_raw_bytes): Delete.
9508 * frame.h (frame_register_read): Declare.
9509 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9510 * sh-tdep.c: Ditto.
9511 * infcmd.c (do_registers_info): Ditto.
9512 * hppa-tdep.c: Ditto.
9513 * rs6000-tdep.c: Ditto.
9514 * h8500-tdep.c: Ditto.
9515 * mips-tdep.c: Ditto.
9516 * h8300-tdep.c: Ditto.
9517 * z8k-tdep.c: Ditto.
9518
9519 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9520
9521 From Jimi X <jimix@watson.ibm.com>:
9522 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9523 64-bit SysV ABI.
9524
9525 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9526
9527 From Jimi X <jimix@watson.ibm.com>:
9528 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9529 bfd info.
9530
9531 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9532
9533 From Jimi X <jimix@watson.ibm.com>:
9534 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9535 register sets for these processor variants.
9536
9537 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9538
9539 * regformats/reg-ppc.dat: Support FPSCR.
9540
9541 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9542
9543 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9544 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9545 Add fpscr as an invalid/unfetchable register.
9546 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9547 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9548 (fill_fpregset): Add support for register fpscr.
9549 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9550 (fill_gregset): Account for the fact that register ``mq'' might
9551 not exist.
9552 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9553 (registers_power): Add fpscr to register set at slot 71.
9554 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9555 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9556
9557 2002-04-11 Michael Snyder <msnyder@redhat.com>
9558
9559 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9560 * configure: Regenerate.
9561 * config.in: Regenerate.
9562 * acconfig.h: Add define for _SYSCALL32.
9563 * core-sol2.c: Remove #define _SYSCALL32.
9564 * solib-legacy.c: Remove #define _SYSCALL32.
9565
9566 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9567
9568 * stack.c (select_frame): Cleanup internal error message, do not
9569 use %p.
9570
9571 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9572
9573 * stack.c (select_frame): Check that selected_frame and the
9574 specified level are as expected.
9575 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9576 Update copyright.
9577 * frame.h (struct frame_info): Add field `level'. Update
9578 copyright.
9579 Work-in-progress PR gdb/464.
9580
9581 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9582
9583 * maint.c (maint_print_section_info): Rename print_section_info.
9584 (print_bfd_section_info, print_objfile_section_info): Update.
9585 * inferior.h (struct gdbarch): Add opaque declaration.
9586 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9587 * gdbarch.h: Regenerate.
9588
9589 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9590
9591 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9592 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9593 (kernel_u_size): Added.
9594 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9595 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9596
9597 2002-04-04 Jim Ingham <jingham@apple.com>
9598
9599 * valarith.c (find_size_for_pointer_math): New function, either returns
9600 the size for a pointer's target, returns 1 for void *, or errors for
9601 incomplete types.
9602 (value_add, value_sub): use find_size_for_pointer_math.
9603
9604 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9605
9606 * linux-low.c (linux_look_up_symbols): New hook.
9607 (linux_target_ops): Add linux_look_up_symbols.
9608 * remote-utils.c (decode_address): New function.
9609 (look_up_one_symbol): New function.
9610 * server.c (handle_query): Call target look_up_symbols hook.
9611 * server.h (look_up_one_symbol): Add prototype.
9612 * target.h (struct target_ops): Add look_up_symbols hook.
9613
9614 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9615
9616 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9617 override FP_REGNUM with frame->fp. Update copyright.
9618 * parse.c (num_std_regs, std_regs): Delete.
9619 (target_map_name_to_register): Do not search std_regs. Update
9620 function description.
9621 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9622 declarations. Update copyright.
9623 Fix PR gdb/251.
9624
9625 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9626
9627 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9628 after the last symbol in a block.
9629
9630 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9631
9632 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9633 is non zero as a found symbol.
9634
9635 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9636
9637 * findvar.c: Include "builtin-regs.h".
9638 (value_of_register): Call value_of_builtin_reg when applicable.
9639 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9640 (target_map_name_to_register): Call
9641 builtin_reg_map_name_to_regnum.
9642 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9643 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9644 (builtin_regs_h): Define.
9645 (builtin-regs.o): New target.
9646 (findvar.o): Add $(builtin_regs_h).
9647 * builtin-regs.c, builtin-regs.h: New files.
9648 * std-regs.c: New file.
9649 Partial fix for PR gdb/251.
9650
9651 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9652
9653 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9654 it's no longer required.
9655
9656 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9657
9658 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9659
9660 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9661
9662 From Jimi X <jimix@watson.ibm.com>:
9663 * rs6000-tdep.c (rs6000_software_single_step): Use
9664 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9665 and size. Use target_insert_breakpoint() and
9666 target_remove_breakpoint() to insert and remove breakpoints
9667 instead of explicit memory reads and writes.
9668
9669 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9670
9671 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9672 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9673 ELF_OBJECT_FORMAT ifdef.
9674
9675 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9676
9677 From Jimi X <jimix@watson.ibm.com>:
9678 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9679
9680 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9681
9682 From Jimi X <jimix@watson.ibm.com>:
9683 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9684 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9685
9686 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9687
9688 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9689 s/asprintf/xasprintf/.
9690 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9691
9692 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9693
9694 I believe Jeff Law denies responsability for this one:
9695 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9696 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9697 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9698 Work-around for PR gdb/366.
9699
9700 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9701
9702 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9703 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9704 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9705
9706 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9707
9708 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9709 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9710 information.
9711
9712 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9713
9714 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9715 maintainer.
9716
9717 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9718
9719 * README (Reporting Bugs in GDB): Document the bug web page as the
9720 prefered way of submitting bugs.
9721 Fix PR gdb/402.
9722
9723 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9724
9725 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9726 -1. Update comment.
9727 * gdbarch.h, gdbarch.c: Re-generate.
9728
9729 2002-04-07 Andreas Schwab <schwab@suse.de>
9730
9731 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9732 buffer to regcache_collect.
9733
9734 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9735
9736 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9737 * gdbarch.c, gdbarch.h: Re-generate.
9738
9739 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9740
9741 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9742 declaration. Fix -Werror.
9743
9744 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9745
9746 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9747 * gdbarch.c: Regenerate.
9748
9749 2002-04-05 Michael Snyder <msnyder@redhat.com>
9750
9751 * breakpoint.c (clear_command): Rewrite middle section to
9752 combine two loops with identical control conditions.
9753 Add a cleanup to eliminate a memory leak.
9754 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9755
9756 2002-04-05 H.J. Lu (hjl@gnu.org)
9757
9758 * solib-svr4.c (bkpt_names): Add "__start".
9759
9760 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9761
9762 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9763 as test for 64 bit target.
9764
9765 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9766
9767 * h8500-tdep.c (h8500_write_fp): Delete function.
9768 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9769 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9770 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9771 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9772 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9773 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9774 (s390_write_fp):
9775 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9776 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9777 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9778 (d10v_write_fp): Delete function.
9779 * inferior.h (write_fp, generic_target_write_fp): Delete
9780 declarations.
9781 * regcache.c (generic_target_write_fp): Delete function.
9782 (write_fp): Delete function.
9783 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9784 * gdbarch.h, gdbarch.c: Regenerate.
9785 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9786 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9787 (sparc64_write_fp): Delete declaration.
9788 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9789 (h8500_write_fp): Delete declaration.
9790
9791 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9792
9793 * sparc-tdep.c (sparc64_write_fp): Delete.
9794 (sparc_push_dummy_frame): Replace write_fp call with code to store
9795 the FP directly.
9796 (sparc_gdbarch_init): Do not initialize write_fp.
9797
9798 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9799
9800 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9801 clause.
9802
9803 2002-03-29 Jim Blandy <jimb@redhat.com>
9804
9805 * stack.c (get_selected_block): Add new argument `addr_in_block',
9806 used to return the exact code address we used to select the block,
9807 not just the block.
9808 * blockframe.c (get_frame_block, get_current_block): Same.
9809 * frame.h (get_frame_block, get_current_block,
9810 get_selected_block): Update declarations.
9811 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9812 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9813
9814 2002-04-05 Michael Snyder <msnyder@redhat.com>
9815
9816 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9817 warning message.
9818
9819 2002-04-05 J. Brobecker <brobecker@gnat.com>
9820
9821 * utils.c (xfullpath): New function.
9822 * defs.h (xfullpath): Add declaration.
9823 * source.c (openp): Use xfullpath in place of gdb_realpath to
9824 avoid resolving the basename part of filenames when the
9825 associated file is a symbolic link. This fixes a potential
9826 inconsistency between the filenames known to GDB and the
9827 filenames it prints in the annotations.
9828 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9829 to be able to match a filename with either the real filename, or
9830 the name of any symbolic link to this file.
9831 (lookup_partial_symtab): Ditto.
9832
9833 2002-04-04 Michael Snyder <msnyder@redhat.com>
9834
9835 * breakpoint.c: Add support for hardware breakpoints in overlays.
9836 (overlay_events_enabled): New state variable.
9837 (insert_breakpoints): Use overlay_events_enabled to decide
9838 whether to attempt to set a breakpoint at the overlay load addr.
9839 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9840 (remove_breakpoint): Use overlay_events_enabled to decide
9841 whether breakpoints need to be removed from overlay load addr.
9842 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9843 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9844 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9845 disable_overlay_breakpoints): Update overlay_events_enabled.
9846
9847 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9848
9849 * dwarf2read.c (struct function_range): New.
9850 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9851 (check_cu_functions): New.
9852 (read_file_scope): Initialize global function lists.
9853 Call dwarf_decode_line after processing children.
9854 (read_func_scope): Add to global function list.
9855 (dwarf_decode_lines): Call check_cu_functions everywhere
9856 record_line is called. Call record_line with a linenumber
9857 of 0 to mark sequence ends.
9858
9859 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9860
9861 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9862 change sync with glibc.
9863
9864 2002-04-03 Jim Blandy <jimb@redhat.com>
9865
9866 * configure.in: Call AC_C_INLINE.
9867 * configure: Regenerated.
9868
9869 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9870
9871 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9872 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9873
9874 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9875
9876 * NEWS: Mention gcore support on FreeBSD/i386.
9877
9878 * fbsd-proc.c: New file.
9879 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9880 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9881
9882 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9883 while statement.
9884
9885 2002-03-29 Jim Blandy <jimb@redhat.com>
9886
9887 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9888 unescaped newlines in string literals, but newer ones don't. So
9889 escape them.
9890
9891 2002-03-26 Michael Snyder <msnyder@redhat.com>
9892 Andrew Cagney <cagney@redhat.com>
9893
9894 * cli/cli-dump.c: New file. Dump memory to file,
9895 restore file to memory.
9896 * cli/cli-dump.h: New file.
9897 * Makefile.in: Add rules, dependencies for cli-dump.o.
9898 * NEWS: Mention new commands.
9899
9900 2002-03-28 Michael Snyder <msnyder@redhat.com>
9901
9902 * symfile.c (symbol_file_add): Move test for null symbols to later.
9903
9904 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9905
9906 From veksler at il.ibm.com:
9907 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9908 the xstrduped original path.
9909 Fix PR gdb/417.
9910
9911 2002-03-27 Michael Snyder <msnyder@redhat.com>
9912
9913 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9914 * infcmd.c (_initialize_infcmd): Ditto.
9915 * language.c (_initialize_language): Ditto.
9916 * symfile.c (_initialize_symfile): Ditto.
9917 * top.c (_init_main): Ditto.
9918 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9919
9920 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9921
9922 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9923 vector registers handling.
9924 (skip_prologue): Handle new AltiVec instructions. Fill in new
9925 fields of frame data.
9926 (frame_get_saved_regs): Fill in information for AltiVec registers.
9927
9928 2002-03-27 Jim Blandy <jimb@redhat.com>
9929
9930 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9931 a function; leave this macro here to invoke that function.
9932 (symbol_init_mangled_name): Declaration for that function.
9933 * symtab.c (symbol_init_mangled_name): New function.
9934
9935 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9936
9937 * valarith.c: Replace strerror with safe_strerror.
9938 * tracepoint.c: Ditto.
9939 * lin-lwp.c: Ditto.
9940 * go32-nat.c: Ditto.
9941 * inflow.c: Ditto.
9942 * gnu-nat.c: Ditto.
9943
9944 2002-03-27 Andreas Schwab <schwab@suse.de>
9945
9946 * event-top.c (command_line_handler): Remove useless if.
9947
9948 2002-03-27 Andreas Jaeger <aj@suse.de>
9949
9950 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9951 comment.
9952
9953 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9954
9955 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9956 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9957 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9958 (x86_64_linux_dr_get_status, supply_gregset),
9959 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9960 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9961 (x86_64_register_info_table): Add.
9962 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9963 (x86_64_register_raw_size, x86_64_register_virtual_type),
9964 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9965 general x86_64_register_info_table.
9966 (i386_gdbarch_init): gdbarch_register_bytes is now set
9967 dynamicaly during initialization.
9968 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9969 * gdbserver/linux-x86-64-low.c: Ditto.
9970
9971 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9972
9973 * gdbserver/server.c (main): Call target_signal_to_host_p
9974 and target_signal_to_host on signals received from the remote.
9975 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9976 target_signal_from_host on signals sent to the remote.
9977 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9978 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9979
9980 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9981
9982 * signals/signals.c: Include "server.h" in gdbserver build.
9983 (target_signal_from_name): Don't use STREQ.
9984 (_initialize_signals): Likewise. Don't include function in
9985 gdbserver build.
9986
9987 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9988
9989 * signals.c: Moved to...
9990 * signals/signals.c: Here.
9991 * Makefile (signals.o): Update.
9992
9993 2002-03-26 Jeff Law (law@redhat.com)
9994
9995 * somread.c (som_symtab_read): Remove some commented out code and
9996 updated related comments. Do not set the minimal symbol table to
9997 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9998 in a dynamic executable.
9999 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10000 where we are unable to find the minimal symbol for the given
10001 PC value.
10002
10003 2002-03-25 Jeff Law (law@redhat.com)
10004
10005 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10006
10007 2002-03-25 Michal Ludvig <mludvig@suse.cz>
10008
10009 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10010
10011 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10012
10013 * command.h: Update copyright.
10014 (struct cmd_list_element): Replace definition with opaque
10015 declaration.
10016 (enum cmd_types): Document that it will eventually be moved to
10017 cli/cli-decode.h
10018 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10019 (MALLOCED_REPLACEMENT): Delete macro.
10020 * Makefile.in (cli_decode_h): Add $(command_h).
10021 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10022 * top.c: Include "cli/cli-decode.h".
10023 * completer.c: Include "cli/cli-decode.h".
10024 * maint.c: Include "cli/cli-decode.h".
10025 * cli/cli-decode.h: Include "command.h".
10026 (enum command_class): Delete.
10027 (enum cmd_types): Comment out.
10028 (enum cmd_auto_boolean): Delete.
10029 (enum var_types): Delete.
10030
10031 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10032
10033 * cli/cli-decode.c: Include "gdb_assert.h".
10034 (add_set_or_show_cmd): New static function.
10035 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10036 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10037 all fields, such as func, from the set command.
10038
10039 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10040
10041 * MAINTAINERS (sh-elf): Change warning flag to -w.
10042
10043 2002-03-23 Andrew Cagney <cagney@redhat.com>
10044
10045 * defs.h (error): Add printf format attribute.
10046 * thread-db.c (thread_from_lwp): Fix error format string.
10047 * stack.c (parse_frame_specification): Ditto.
10048 * cli/cli-decode.c (undef_cmd_error): Ditto.
10049 * scm-lang.c (scm_lookup_name): Ditto.
10050 * tracepoint.c (trace_error): Ditto.
10051 * remote-utils.c (usage): Ditto.
10052 * remote.c (compare_sections_command): Ditto.
10053 Fix PR gdb/328.
10054
10055 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10056
10057 * gdbtypes.c (append_composite_type_field): New function.
10058 (init_composite_type): New function.
10059 * gdbtypes.h (append_composite_type_field): Declare.
10060 (init_composite_type): Ditto.
10061
10062 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10063
10064 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10065 function.
10066 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10067 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10068 structure returning convention for SYSV ABI case, but not
10069 for GNU/Linux, FreeBSD, or NetBSD.
10070
10071 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10072
10073 * symtab.h (lookup_block_symbol): Add mangled_name argument
10074 to prototype.
10075
10076 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10077 with new mangled_name argument.
10078 * linespec.c (decode_line_1): Likewise.
10079 * valops (value_of_this): Likewise.
10080 * symtab.c (lookup_transparent_type): Likewise.
10081 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10082 (lookup_symbol): If we are given a mangled name, pass it down
10083 to lookup_symbol_aux.
10084 (lookup_block_symbol): If we are given a mangled name to check
10085 against, only return symbols which match it.
10086
10087 2002-03-22 Christopher Faylor <cgf@redhat.com>
10088
10089 * win32-nat.c (child_create_inferior): Check for proper shell to use
10090 here, in case the user changes it on the fly.
10091 (_initialize_inftarg): Remove shell path considerations.
10092
10093 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10094
10095 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10096 for gdbarch_max_register_raw_size and max_register_virtual_size.
10097 Adjust copyright year.
10098
10099 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10100
10101 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10102 in a function to cover the entire beginning of the function
10103 as well if it does not already.
10104
10105 2002-03-21 Tom Rix <trix@redhat.com>
10106
10107 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10108 (rs6000_ptrace64): Renamed from ptrace64.
10109
10110 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10111
10112 * gdbserver/remote-utils.c (remote_open): Don't call
10113 getprotobyname, we're all using TCP here so just use
10114 IPPROTO_TCP.
10115 * gdbserver/gdbreplay.c (remote_open): Ditto.
10116
10117 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10118
10119 * regcache.c (_initialize_regcache): No need to call
10120 build_regcache() at this time; it gets called whenever
10121 the gdbarch changes.
10122
10123 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10124
10125 * sparc-nat.c: Include sys/param.h where possible.
10126
10127 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10128
10129 Fix PR gdb/422.
10130 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10131 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10132 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10133 complex types.
10134 * stabsread.c (rs6000_builtin_type): Likewise.
10135 (read_sun_floating_type): Likewise.
10136
10137 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10138
10139 * stabsread.c (read_member_functions): Remove skip code for duplicate
10140 constructor/destructor methods. Use standard parsing for these
10141 methods and just do not chain them to the list of methods after
10142 parsing.
10143
10144 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10145
10146 * coffread.c: Remove redundant static declarations. Replace
10147 occurrences of `PTR' with `void *'.
10148 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10149 * top.h (quit_cover): Likewise.
10150 * defs.h (catch_errors): Likewise.
10151
10152 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10153
10154 * defs.h (XMALLOC): Define.
10155 * gdb-events.sh (XMALLOC): Delete macro.
10156 * gdb-events.c, gdb-events.h: Regenerate.
10157 * gdbarch.sh (XMALLOC): Delete macro.
10158 * gdbarch.c: Regenerate.
10159 * serial.c (XMALLOC): Delete macro.
10160 * ui-file.c (XMALLOC): Ditto.
10161 * ser-unix.h (XMALLOC): Ditto.
10162 * sh-tdep.c (XMALLOC): Ditto.
10163 * ui-out.c (XMALLOC): Ditto.
10164 * utils.c (XMALLOC): Ditto.
10165 * i386-tdep.c (XMALLOC): Ditto.
10166 * gdb-events.c (XMALLOC): Ditto.
10167 * d10v-tdep.c (XMALLOC): Ditto.
10168 * cli-out.c (XMALLOC): Ditto.
10169
10170 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10171 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10172 * ui-file.c, ui-out.c: Ditto.
10173
10174 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10175
10176 * command.h (struct cmd_list_element): Add field context.
10177 (set_cmd_context, get_cmd_context): Declare.
10178 * cli/cli-decode.h: Ditto.
10179 * cli/cli-decode.c (get_cmd_context): New function.
10180 (set_cmd_context): New function.
10181 (add_cmd): Initialize context.
10182 Part of fixing PR gdb/145 and PR gdb/146.
10183
10184 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10185
10186 * cli/cli-decode.c (cmd_type): New function.
10187 * command.h (cmd_type): Declare.
10188 * infrun.c (set_schedlock_func): Call function cmd_type.
10189 * kod.c (kod_set_os): Call cmd_type.
10190 * cris-tdep.c (cris_version_update): Use function cmd_type.
10191 (cris_mode_update, cris_abi_update): Ditto.
10192
10193 * command.h: (execute_cmd_post_hook): Declare.
10194 (execute_cmd_pre_hook): Declare.
10195 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10196 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10197 functions. Execute pre/post hook while ensuring that afterwords
10198 hook_in is cleared.
10199 * top.c (execute_command): Use execute_cmd_post_hook, and
10200 execute_cmd_pre_hook to execute pre/post commands.
10201 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10202 hook_stop_stub.
10203 (hook_stop_stub): Call execute_cmd_pre_hook.
10204
10205 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10206
10207 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10208 set'' and this leads to a core dump. Move xstrdup of
10209 operating_system to after check that it is not NULL.
10210
10211 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10212
10213 * kod.c (kod_set_os): Remove unnecessary check that
10214 ``command->type'' is set_cmd.
10215
10216 * valprint.c (set_input_radix): Use input_radix.
10217 (set_output_radix): Use output_radix.
10218 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10219 isn't reverted.
10220
10221 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10222
10223 * value.h (struct value): Delete field ``substring_addr''. Change
10224 aligner fields to force_doublest_align, force_longest_align,
10225 force_core_addr_align and force_pointer_aligh.
10226
10227 * value.h (struct value): Fix typo in above change.
10228
10229 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10230
10231 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10232 to fix internal_error from ``maintenance print architecture''.
10233
10234 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10235
10236 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10237 for gcc versions after gcc-2.8.1.
10238
10239 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10240
10241 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10242 for method resolution. Restore adjustment of ``this'' pointer after
10243 calling value_struct_elt, which was accidentally removed during the
10244 HP merge.
10245
10246 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10247
10248 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10249 value_of_register.
10250 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10251 get_saved_register.
10252 * value.h (value_of_register): Update.
10253
10254 2002-03-14 Richard Henderson <rth@redhat.com>
10255
10256 * configure.in: Detect declaration for canonicalize_file_name.
10257 * utils.c (canonicalize_file_name): Declare, if needed.
10258 (gdb_realpath): Prefer realpath if available and usable.
10259 * config.in, configure: Rebuild.
10260
10261 2002-03-14 Richard Henderson <rth@redhat.com>
10262
10263 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10264 a constant array bound.
10265
10266 * MAINTAINERS: Add myself to write-after-approval.
10267
10268 2002-03-14 Michael Snyder <msnyder@redhat.com>
10269
10270 * symfile.c (syms_from_objfile): Return immediately if no syms.
10271 (symbol_file_add): Return immediately if no syms.
10272 (find_sym_fns): Return immediately if no syms.
10273
10274 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10275
10276 * gdbserver/remote-util.c (remote_open): Print remote-side's
10277 IP address when remote debugging over the network.
10278
10279 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10280
10281 * config/sparc/fbsd.mh: Fix copyright.
10282 * config/sparc/fbsd.mt: Likewise.
10283
10284 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10285
10286 * MAINTAINERS: Fix typo in name of gdb warnings option.
10287 (x86-64): Fix formating so that this can be parsed by awk.
10288
10289 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10290
10291 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10292 * defs.h: Include "gdb/signals.h".
10293 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10294
10295 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10296
10297 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10298 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10299 from x86-64-tdep.h
10300
10301 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10302 Don Howard <dhoward@redhat.com>
10303
10304 * mips-tdep.c (ST0_FR): Define.
10305 (mips2_fp_compat): New function, temporarily disabled.
10306 (mips_read_fp_register_single): New function.
10307 (mips_read_fp_register_double): New function.
10308 (mips_print_register): Use them.
10309 (do_fp_register_row): Likewise.
10310
10311 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10312
10313 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10314 approval''.
10315
10316 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10317
10318 * stabsread.c (read_member_functions): Fix is_stub test for
10319 static member functions, improve comment.
10320
10321 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10322
10323 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10324 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10325 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10326 commands that set boolean values.
10327 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10328 (arm_rdi_resume): Always initialize PC.
10329 (arm_rdi_open): Don't use rslt as a boolean.
10330 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10331 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10332 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10333 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10334
10335 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10336
10337 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10338 * configure: Rebuilt.
10339
10340 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10341
10342 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10343 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10344
10345 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10346
10347 * cli/cli-decode.c (set_cmd_completer): New function.
10348 * command.h (set_cmd_completer): Declare.
10349 * cli/cli-decode.h (set_cmd_completer): Ditto.
10350
10351 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10352 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10353 * win32-nat.c (_initialize_inftarg): Ditto.
10354 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10355 * proc-api.c (_initialize_proc_api): Ditto.
10356 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10357 * source.c (_initialize_source): Ditto.
10358 * exec.c (_initialize_exec): Ditto.
10359 * solib.c (_initialize_solib): Ditto.
10360 * top.c (init_main): Ditto.
10361 * tracepoint.c (_initialize_tracepoint): Ditto.
10362 * symfile.c (_initialize_symfile): Ditto.
10363 * printcmd.c (_initialize_printcmd): Ditto.
10364 * infcmd.c (_initialize_infcmd): Ditto.
10365 * corefile.c (_initialize_core): Ditto.
10366
10367 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10368
10369 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10370
10371 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10372
10373 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10374
10375 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10376
10377 * NEWS: Update headings, 5.2 has branched.
10378
10379 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10380
10381 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10382 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10383 (register_addr, REGISTER_RAW_SIZE): Likewise.
10384 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10385 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10386
10387 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10388
10389 * MAINTAINERS (x86-64): Add myself.
10390 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10391 changed value_ptr -> struct value *
10392
10393 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10394
10395 * configure.host (sparc64-*-freebsd): Add.
10396 * configure.tgt: Likewise.
10397 * config/sparc/fbsd.mh: New file.
10398 * config/sparc/fbsd.mt: Likewise.
10399 * config/sparc/nm-fbsd.h: Likewise.
10400 * config/sparc/tm-fbsd.h: Likewise.
10401
10402 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10403
10404 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10405 regformats/reg-s390x.dat.
10406
10407 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10408
10409 * utils.c: Add FIXME explaining true/false problem.
10410
10411 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10412
10413 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10414
10415 2002-02-28 Michael Chastain <mec@shout.net>
10416
10417 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10418
10419 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10420
10421 * gdbserver/linux-s390-low.c: New file.
10422 * regformats/reg-s390.dat: New file.
10423 * regformats/reg-s390x.dat: New file.
10424 * gdbserver/configure.srv: Add S/390.
10425 * gdbserver/Makefile.in: Add S/390.
10426 * configure.tgt: Enable gdbserver for S/390.
10427
10428 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10429
10430 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10431 first line of the doc string for "info dos", except at the end of
10432 the sentence, since the short help stops at the first period.
10433
10434 2002-02-28 Jason Merrill <jason@redhat.com>
10435
10436 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10437
10438 2002-02-27 Fred Fish <fnf@redhat.com>
10439
10440 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10441 comment (dumy -> dummy).
10442
10443 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10444
10445 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10446
10447 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10448
10449 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10450
10451 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10452
10453 * gdbserver/acconfig.h: New file.
10454 * gdbserver/i387-fp.c: New file.
10455 * gdbserver/i387-fp.h: New file.
10456 * gdbserver/linux-x86-64.c: New file.
10457 * regformats/reg-x86-64.dat: New file.
10458 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10459 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10460 * gdbserver/configure.in: Add support for regsets.
10461 * gdbserver/config.in: Regenerate.
10462 * gdbserver/configure: Regenerate.
10463 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10464 * gdbserver/linux-low.h: New file.
10465 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10466 for regsets.
10467 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10468 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10469 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10470 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10471 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10472 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10473 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10474 "i387-fp.h". Add PTRACE_GETREGS and friends.
10475 * gdbserver/regcache.c (supply_register): New function.
10476 (supply_register_by_name): New function.
10477 (collect_register): New function.
10478 (collect_register_by_name): New function.
10479
10480 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10481
10482 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10483 (config.status): Add configure.srv dependency.
10484 (server_h): Add config.h dependency.
10485
10486 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10487
10488 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10489 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10490 * gdbserver/configure.srv: Change i386-*-linux* to use
10491 reg-i386-linux.o.
10492
10493 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10494
10495 * x86-64-tdep.c: Re-indent. Update copyright date.
10496
10497 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10498
10499 From Michal Ludvig <mludvig@suse.cz>:
10500 * x86-64-tdep.c (value.h): Delete.
10501 (gdb_assert.h): Include.
10502 (x86_64_register_convert_to_virtual,
10503 x86_64_register_convert_to_raw ): Add check which lets only
10504 floating-point values to be converted.
10505 (value_push): Delete.
10506 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10507 (i386_gdbarch_init): Number of register_bytes fixed.
10508
10509 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10510
10511 * MAINTAINERS: Add x86-64 target.
10512
10513 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10514
10515 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10516 * osfsolib.c (solib_map_sections): Ditto.
10517 * irix5-nat.c (solib_map_sections): Ditto.
10518 * corelow.c (gdb_check_format): Ditto.
10519 * symfile.c (symfile_bfd_open): Ditto.
10520 * solib.c (solib_map_sections): Ditto.
10521 Fix PR gdb/354.
10522
10523 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10524
10525 * remote.c (_initialize_remote): By default, disable ``e'' and
10526 ``E'' step out-of-range packets.
10527
10528 2002-02-26 Andreas Schwab <schwab@suse.de>
10529
10530 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10531 m68k_linux_frame_saved_pc.
10532 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10533 in_sigtramp.
10534 (SIGCONTEXT_PC_OFFSET): Remove.
10535 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10536 m68k_linux_sigtramp_saved_pc): New functions.
10537 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10538 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10539 (UCONTEXT_PC_OFFSET): Define.
10540 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10541 non-RT and RT signal trampolines.
10542
10543 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10544
10545 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10546 (TARGET_NBPG, STACK_END_ADDR): Delete
10547 (VARIABLES_INSIDE_BLOCK): Delete.
10548
10549 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10550
10551 * utils.c (perror_with_name): Make string parameter constant.
10552 (print_sys_errmsg): Ditto.
10553 (query): Ditto.
10554 * defs.h (perror_with_name): Update.
10555 (print_sys_errmsg): Update.
10556 (query): Update.
10557
10558 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10559
10560 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10561 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10562
10563 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10564
10565 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10566 if it already matches the current architecture from the exec file.
10567 Include arch-utils.h for gdbarch_info_init prototype.
10568 * Makefile.in (rs6000-nat.o): Update dependencies.
10569
10570 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10571
10572 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10573 list of exported variables.
10574
10575 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10576
10577 * gdbserver/configure.srv: New file.
10578 * gdbserver/configure.in: Use configure.srv instead
10579 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10580 from it.
10581 * gdbserver/configure: Regenerated.
10582 * gdbserver/terminal.h: New file.
10583 * gdbserver/Makefile.in: Update for configure changes. Remove
10584 more unneeded include paths.
10585
10586 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10587
10588 From wiz at danbala:
10589 * config/sparc/tm-sp64.h: Fix grammar and typos.
10590 Fix PR gdb/287.
10591
10592 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10593
10594 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10595 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10596 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10597 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10598 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10599 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10600 * s390-tdep.c: Ditto.
10601 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10602 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10603 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10604 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10605 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10606 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10607 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10608 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10609 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10610 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10611 Fix PR gdb/378.
10612
10613 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10614
10615 * lin-thread.c: Delete file.
10616 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10617 to gdb_proc_service.h.
10618 * configure: Re-generate.
10619
10620 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10621 * serial.c (serial_open): Delete check for "ocd".
10622 Fix PR gdb/349.
10623
10624 * Makefile.in (linux-thread.o): Delete target.
10625 * linux-thread.c: Delete file.
10626
10627 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10628 renamed SH files to be consistent.
10629
10630 * symtab.c (sort_search_symbols): Use xfree.
10631
10632 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10633
10634 * arm-linux-tdep.c (arm_linux_init_abi): Register
10635 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10636 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10637 definition with undef, since we don't want the sysvr4 definition.
10638 (SKIP_TRAMPOLINE_CODE): Likewise.
10639
10640 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10641
10642 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10643
10644 * configure.in: (AC_CHECK_FUNCS) Added test for
10645 canonicalize_file_name Regenerated.
10646 * config.in, configure: Regenerated.
10647 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10648 defined use canonicalize_file_name.
10649
10650 2002-02-23 Michael Chastain <mec@shout.net>
10651
10652 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10653
10654 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10655
10656 * README: Remove references to cygnus.com.
10657 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10658 dot com'' form. Remove references to cygnus.com and sourceware.
10659
10660 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10661
10662 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10663 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10664 1003.1-2001 no longer allows "head -1".
10665 * gdb/Makefile.in (version.c): Likewise.
10666 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10667 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10668 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10669
10670 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10671
10672 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10673 * command.h (cmd_cfunc_eq): Declare.
10674 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10675
10676 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10677 ``struct cmd_list_element *''.
10678 * cli/cli-cmds.c (is_complete_command): Update. Use
10679 cmd_cfunc_eq.
10680 * top.c (execute_command): Pass the command to
10681 is_complete_command.
10682 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10683
10684 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10685
10686 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10687 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10688 architecture defines.
10689 * s390-tdep.c (s390_gdbarch_init): Likewise.
10690
10691 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10692
10693 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10694 (arm_linux_push_arguments): Likewise.
10695 (arm_linux_init_abi): Register them. Also register linux-specific
10696 call_dummy_words.
10697 (find_minsym_and_objfile): Use strcmp, not STREQ.
10698 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10699 (arm_linux_call_dummy_words): Delete declaration.
10700 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10701 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10702 declarations.
10703 (LOWEST_PC): Delete.
10704
10705 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10706
10707 * maint.c (print_section_info): Do not prepend `0x' to filepos
10708 output, it will be handled by local_hex_string_custom.
10709
10710 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10711
10712 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10713 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10714 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10715
10716 2002-02-22 Jim Blandy <jimb@redhat.com>
10717
10718 Indicate that the bcache functions don't change the strings
10719 they're passed.
10720 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10721 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10722
10723 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10724
10725 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10726
10727 2002-02-21 Christopher Faylor <cgf@redhat.com>
10728
10729 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10730 find the complete path to a loaded DLL.
10731
10732 2002-02-21 Fred Fish <fnf@redhat.com>
10733
10734 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10735 that marks the end of the range of a function, enter a line number
10736 entry that has a line number of zero and a PC offset that matches
10737 the end of the function. This starts a range of PC's for which no
10738 line number information is known.
10739 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10740 PC's for which no line number info is found (line number is zero)
10741 then we didn't find any valid line information.
10742 * symtab.h: Document use of zero line number entry.
10743
10744 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10745
10746 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10747 (have_ptrace_getvrregs): Define for run time checks.
10748 (gdb_vrregset_t): New type for Altivec register handling.
10749 (fetch_register, store_register): Fetch/store altivec register
10750 when needed.
10751 (fetch_altivec_register, store_altivec_register): New functions.
10752 (supply_vrregset, fill_vrregset): New functions.
10753 (fetch_altivec_registers, store_altivec_registers): New functions.
10754 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10755 registers as well.
10756
10757 2002-02-21 Jiri Smid <smid@suse.cz>
10758
10759 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10760
10761 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10762
10763 * Makefile.in (armnbsd-nat.o): Update dependencies.
10764 * armnbsd-nat.c (supply_gregset): New function. Common code to
10765 supply the integer register set.
10766 (supply_fparegset): New function. Similar for FPA registers.
10767 (fetch_regs, fetch_fp_regs): Use them.
10768 (fetch_core_registers): Likewise.
10769 (fetch_elfcore_registers): New function.
10770 (arm_netbsd_elfcore_fns): New core-file type specification.
10771 (_initialize_arm_netbsd_nat): Register it.
10772
10773 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10774
10775 * armnbsd-nat.c: Include gdbcore.h.
10776 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10777 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10778 'void' to declaration, to shut up ARI.
10779 (fetch_core_registers): Make static. Rewrite using supply_register.
10780 (arm_netbsd_core_fns): New core-file type specification.
10781 (_initialize_arm_netbsd_nat): New function.
10782
10783 2002-02-21 Christopher Faylor <cgf@redhat.com>
10784
10785 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10786 value.
10787
10788 2002-02-20 Christopher Faylor <cgf@redhat.com>
10789
10790 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10791 fails.
10792
10793 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10794
10795 * jv-exp.y (parse_number): Change type of implicit longs
10796 to builtin_type_uint64.
10797
10798 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10799
10800 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10801 to be an integer instead of a `union wait'.
10802
10803 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10804
10805 * mips-linux-nat.c: Call the operating system GNU/Linux.
10806 * mips-linux-tdep.c: Likewise.
10807 * mips-tdep.c: Likewise.
10808
10809 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10810
10811 Fix PR gdb/265.
10812 * jv-exp.y (parse_number): Handle 64-bit integers.
10813
10814 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10815
10816 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10817 AC_STDC_HEADERS to AC_HEADER_STDC.
10818 * gdbserver/configure: Regenerated.
10819
10820 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10821
10822 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10823 is defined.
10824 * sparc-tdep.c (get_longjmp_target): Likewise.
10825
10826 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10827
10828 * News: Add news about ARM and Multi-arch. Mention the new target
10829 arm*-*-netbsd*.
10830
10831 2002-02-19 Jim Blandy <jimb@redhat.com>
10832
10833 * stabsread.c (error_type_complaint): Improve error message.
10834
10835 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10836
10837 * gdbserver/README: Update documentation.
10838 * gdbserver/configure.in: Update configury to match documentation.
10839 * gdbserver/Makefile.in: Likewise.
10840 * gdbserver/configure: Regenerated.
10841 * gdbserver/aclocal.m4: New file, generated by aclocal.
10842 * gdbserver/config.in: New file, generated by autoheader.
10843
10844 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10845
10846 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10847 armnbsd-nat.c.
10848
10849 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10850
10851 * arm-tdep.h (enum arm_float_model): New enum.
10852 (struct gdbarch_tdep): Add fp_model.
10853 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10854 up floating-point conversions until we know the floating-point model
10855 in use by the inferior. Don't complain about being unable to
10856 determine the ABI of the inferior when we don't have one.
10857 (arm_extract_return_value): Support different floating-point models.
10858 (arm_store_return_value): Likewise.
10859 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10860 ARM_FLOAT_SOFT.
10861 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10862
10863 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10864
10865 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10866 of ``current_gdbarch''.
10867
10868 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10869
10870 * armnbsd-nat.c : ANSIfy all function declarations.
10871 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10872 (fetch_inferior_registers): Re-implement in terms of above.
10873 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10874 (store_inferior_registers): Re-implement in terms of above.
10875
10876 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10877
10878 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10879 kernel.
10880 * arm-linux-tdep.c: Likewise.
10881 * config/arm/tm-linux.h: Likewise.
10882
10883 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10884
10885 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10886 * config/arm/nbsd.mt (TM_FILE): Delete.
10887 * config/arm/tm-nbsd.h: Delete.
10888
10889 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10890
10891 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10892 Initialize CALL_DUMMY_LENGTH.
10893
10894 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10895
10896 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10897 function.
10898 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10899 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10900 defines one thing and that is incorrect for this port.
10901 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10902
10903 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10904
10905 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10906
10907 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10908
10909 * win32-nat.c (display_selector): New function. Displays information
10910 about the information returned by GetThreadSelectorEntry API function.
10911 (display_selectors): New function. Displays the infomation of
10912 the selector given as argument, or of CS, DS ans FS selectors
10913 if no argument is given.
10914 ( _initialize_inftarg): Add "w32" as info prefix command.
10915 Add "info w32 selector" as command calling display_selectors.
10916
10917 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10918
10919 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10920 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10921 if not defined.
10922
10923 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10924
10925 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10926
10927 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10928
10929 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10930 (arm_fix_call_dummy): Call it.
10931 (arm_call_dummy_breakpoint_offset): Delete.
10932 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10933 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10934
10935 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10936
10937 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10938 Default to func_frame_chain_valid.
10939 * gdbarch.h, gdbarch.c: Re-generate.
10940 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10941
10942 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10943
10944 * ppc-linux-nat.c: Update copyright.
10945 (fetch_register, store_register): Add tid parameter, don't compute
10946 tid here.
10947 (fetch_ppc_registers, store_ppc_registers): Add tid
10948 parameter. Pass it along to callees.
10949 (fetch_inferior_registers, store_inferior_registers): Compute tid
10950 here, and pass it to calleed functions.
10951 (fill_gregset, supply_fpregset): Clean up formatting.
10952
10953 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10954
10955 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10956 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10957
10958 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10959
10960 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10961 * gdbarch.c gdbarch.h: Regenerate.
10962 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10963 function.
10964 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10965 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10966 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10967
10968 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10969 * arm-tdep.c (arm_get_longjmp_target): New function.
10970 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10971 this to a positive value register arm_get_longjmp_target as the
10972 longjmp handler.
10973 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10974 (arm_linux_init_abi): Set up longjmp description in tdep.
10975 * armnbsd-nat.c (get_longjmp_target): Delete.
10976 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10977 description in tdep.
10978 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10979 (get_longjmp_target): Delete declaration.
10980 (GET_LONGJMP_TARGET): Delete.
10981 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10982 (GET_LONGJMP_TARGET): Delete.
10983
10984 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10985
10986 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10987 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10988 of ``current_gdbarch''.
10989
10990 2002-02-17 Tom Tromey <tromey@redhat.com>
10991
10992 * cli/cli-cmds.c (compare_strings): New function.
10993 (complete_command): Only print each unique item once.
10994 * completer.h (complete_line): Declare.
10995 * completer.c (complete_line): New function.
10996 (line_completion_function): Use it.
10997
10998 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10999
11000 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11001 * gdbarch.h, gdbarch.c: Re-generate.
11002
11003 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11004
11005 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11006
11007 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11008
11009 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11010 * valops.c (value_arg_coerce): Don't take the address of a reference
11011 to convert an argument to a reference.
11012
11013 2002-02-15 Christopher Faylor <cgf@redhat.com>
11014
11015 * win32-nat.c (get_image_name): New function.
11016 (handle_load_dll): Use get_image_name function.
11017 (get_child_debug_event): Avoid registering debug events until possibly
11018 execed process is started.
11019 (child_create_inferior): Allow invocation via shell so that command
11020 line redirection, etc. works ok.
11021 (_initialize_inftarg): Add new command: "set shell" to control whether
11022 a shell is used to start a process.
11023
11024 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11025
11026 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11027 instead of find_register_by_number.
11028 (cannot_store_register): Likewise.
11029
11030 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11031
11032 * dwarf2read.c: Replace fprintf (stderr, ...) by
11033 fprintf_unfiltered (gdb_stderr, ...).
11034
11035 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11036
11037 * gdbserver/gdbserver.1: Document --attach.
11038
11039 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11040
11041 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11042 descriptions.
11043 * arm-tdep.c (arm_default_arm_le_breakpoint)
11044 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11045 (arm_default_thumb_be_breakpoint): New. Initialize them from
11046 traditional breakpoint defines.
11047 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11048 (arm_gdbarch_init): Initialize new breakpoint variables.
11049 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11050 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11051 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11052 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11053 code out to ...
11054 (arm_netbsd_init_abi_common): ... here; new function.
11055 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11056 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11057 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11058 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11059
11060 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11061
11062 * arm-tdep.h (enum arm_abi): New enum.
11063 (struct gdbarch_tdep): New structure.
11064 (LOWEST_PC): Provide a default.
11065 (arm_gdbarch_register_os_abi): Declare new function.
11066 * arm-tdep.c (arm_abi_names): New array.
11067 (process_note_abi_tag_sections): New function.
11068 (get_elfosabi): New function.
11069 (arm_gdbarch_register_os_abi): New function.
11070 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11071 support for that ABI has been built in, then call the appropriate
11072 configuration routine. Use gdbarch_num_regs() to get the number
11073 of registers.
11074 (arm_dump_tdep): New function.
11075 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11076 place-holder functions.
11077 (_initialize_arm_tdep): Register them.
11078 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11079
11080 * armnbsd-tdep.c: New file.
11081 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11082 * config/arm/nbsd.mt (TDEPFILES): Add it.
11083 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11084
11085 * armnbsd-nat.c: Include regcache.h.
11086 * Makefile.in (armnbsd-nat.o): Update dependency list.
11087
11088 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11089
11090 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11091
11092 * gdbserver/Makefile.in: Fix typos in target rules.
11093
11094 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11095
11096 Fix part of PR gdb/267.
11097 * linespec.c (find_methods): Handle constructors specially for now.
11098
11099 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11100
11101 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11102 handling.
11103 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11104 standard_coerce_float_to_double().
11105
11106 2002-02-14 Christopher Faylor <cgf@redhat.com>
11107
11108 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11109 GDBINIT_FILENAME.
11110
11111 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11112
11113 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11114 find_variant_by_name, because it confuses the multiarch
11115 framework. Return NULL if there isn't an architecture with the
11116 user supplied name, instead of forcing a different one without
11117 recording the change with the multiarch machinery.
11118 (find_variant_by_name): Delete.
11119
11120 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11121
11122 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11123 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11124
11125 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11126
11127 * stack.c (print_frame_info_base): When calling
11128 print_frame_info_listing_hook, set current_source_symtab.
11129
11130 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11131
11132 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11133 and remove unused $(INCLUDE_DIR).
11134 Add regcache.c to OBS.
11135 Add generated register protocol files to clean target.
11136 Update dependencies for new objects, obsolete old target code.
11137
11138 * gdbserver/linux-low.c: Remove all platform-specific code to
11139 new files. Remove various dead code. Update to use regcache
11140 functionality.
11141 * gdbserver/remote-utils.c (fromhex): Add return statement
11142 to quiet warning.
11143 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11144 constant.
11145 (input_interrupt): Add integer parameter to match prototype
11146 of a signal handler.
11147 (outreg): Use register_data ().
11148 (prepare_resume_reply): Use gdbserver_expedite_regs.
11149 * gdbserver/server.c (main): Dynamically allocate own_buf because
11150 PBUFSIZ is no longer constant. Use registers_to_string () and
11151 registers_from_string ().
11152 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11153 for error (), fatal (), and warning (). Update definition of
11154 PBUFSIZ to use regcache functionality. Add include guard.
11155 * gdbserver/utils.c (fatal): Add missing ``const''.
11156 (warning): New function.
11157
11158 * regformats/regdat.sh: Include "regcache.h" in generated files.
11159 Provide init_registers () function.
11160 * regformats/regdef.h: Add prototype for set_register_cache ().
11161 Add include guard.
11162
11163 * gdbserver/linux-arm-low.c: New file.
11164 * gdbserver/linux-i386-low.c: New file.
11165 * gdbserver/linux-ia64-low.c: New file.
11166 * gdbserver/linux-m68k-low.c: New file.
11167 * gdbserver/linux-mips-low.c: New file.
11168 * gdbserver/linux-ppc-low.c: New file.
11169 * gdbserver/linux-sh-low.c: New file.
11170
11171 * gdbserver/regcache.c: New file.
11172 * gdbserver/regcache.h: New file.
11173
11174 * gdbserver/low-linux.c: Removed obsolete file.
11175
11176 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11177
11178 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11179 * config/i386/linux.mt: Likewise.
11180 * config/ia64/linux.mt: Likewise.
11181 * config/m68k/linux.mh: Likewise.
11182 * config/powerpc/linux.mh: Likewise.
11183 * config/mips/linux.mt: Likewise.
11184
11185 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11186
11187 * config/i386/i386lynx.mh: Mark gdbserver variables
11188 as (currently) obsolete for this target.
11189 * config/i386/nbsd.mt: Likewise.
11190 * config/i386/nbsdelf.mt: Likewise.
11191 * config/m32r/m32r.mt: Likewise.
11192 * config/m68k/m68klynx.mh: Likewise.
11193 * config/m68k/nbsd.mt: Likewise.
11194 * config/m68k/sun3os4.mh: Likewise.
11195 * config/mips/vr5000.mt: Likewise.
11196 * config/ns32k/nbsd.mt: Likewise.
11197 * config/pa/hppabsd.mh: Likewise.
11198 * config/pa/hppaosf.mh: Likewise.
11199 * config/powerpc/nbsd.mt: Likewise.
11200 * config/rs6000/rs6000lynx.mh: Likewise.
11201 * config/s390/s390.mt: Likewise.
11202 * config/s390/s390x.mt: Likewise.
11203 * config/sparc/sparclynx.mh: Likewise.
11204 * config/sparc/sun4os4.mh: Likewise.
11205 * config/i386/x86-64linux.mt: Likewise.
11206 * config/sparc/linux.mh: Likewise.
11207
11208 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11209
11210 * configure.tgt: Configure gdbserver only for known working
11211 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11212 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11213 SUBDIRS if it is configured. Update comment for ${nativefile}.
11214 * configure: Regenerated.
11215
11216 2002-02-13 Michael Snyder <msnyder@redhat.com>
11217
11218 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11219
11220 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11221 (default_gcore_mach): Just return 0, work around a problem in bfd.
11222 (default_gcore_target): OK to return NULL if exec_bfd is null.
11223 (make_mem_sec): Use a cast, avoid a warning.
11224
11225 * procfs.c (find_memory_regions_callback): Use a cast instead of
11226 calling host_pointer_to_address (which complains if
11227 sizeof (host pointer) != sizeof (target pointer)).
11228 (procfs_make_note_section): Avoid overflow in psargs string.
11229
11230 * procfs.c (procfs_make_note_section): Make the default
11231 implementation return an error.
11232
11233 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11234
11235 * procfs.c (procfs_make_note_section): Provide a default definition
11236 (for alpha-dec-osf4.0f). Fix typos.
11237
11238 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11239
11240 * linux-proc.c: Add include of regcache.h.
11241 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11242
11243 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11244
11245 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11246 * memattr.c (create_mem_region): Disallow useless empty region.
11247 Regions are half-open intervals, so allow [A..B) [B..C) as
11248 non-overlapping.
11249
11250 2002-02-13 Michael Chastain <mec@shout.net>
11251
11252 * defs.h: Kill CONST_PTR.
11253 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11254 * c-lang.c (c_builtin_types): Likewise.
11255 * ch-lang.c (ch_builtin_types): Likewise.
11256 * f-lang.c (f_builtin_types): Likewise.
11257 * language.c (unknown_builtin_types): Likewise.
11258 * m2-lang.c (m2_builtin_types): Likewise.
11259 * p-lang.c (pascal_builtin_types): Likewise.
11260 * scm-lang.c (c_builtin_types): Likewise.
11261
11262 2002-02-13 Keith Seitz <keiths@redhat.com>
11263
11264 * arm-tdep.h (arm_get_next_pc): Add declaration.
11265
11266 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11267
11268 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11269 with other related struct-returning functions.
11270 (arm_extract_struct_value_address): New function.
11271 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11272 initialize float_format, double_format and long_double_format as
11273 appropriate to the endianness of the target.
11274 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11275 (arm_use_struct_convention): Delete declaration.
11276 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11277
11278 2002-02-13 Keith Seitz <keiths@redhat.com>
11279
11280 * defs.h (core_addr_to_string_nz): New function.
11281
11282 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11283
11284 Apply missing bits of 2002-01-15 patch.
11285 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11286 (fill_fpregset): Use i387_fill_fsave.
11287
11288 2002-02-12 Keith Seitz <keiths@redhat.com>
11289
11290 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11291 (core_addr_to_string_nz): New function.
11292
11293 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11294
11295 * arm-linux-nat.c: Really include arm-tdep.h.
11296 * config/arm/tm-linux.h (struct type, struct value): Declare.
11297
11298 2002-02-11 Michael Snyder <msnyder@redhat.com>
11299
11300 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11301 (gcore section): Ifdef for Solaris and Unixware only.
11302 (procfs_do_thread_registers): Unixware needs one lwpstatus
11303 per thread (not one prstatus or pstatus).
11304 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11305 not over all gdb threads. For unixware, call elfcore_write_pstatus
11306 once before iterating over threads.
11307
11308 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11309
11310 * arm-tdep.h: New file.
11311 * arm-tdep.c: Include arm-tdep.h.
11312 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11313 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11314 (arm_print_float_info, arm_register_type, convert_to_extended)
11315 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11316 (arm_extract_return_value, arm_register_name): Make static.
11317 (arm_software_single_step): Similarly. Fix types in declaration.
11318 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11319 (arm_store_return_value, arm_store_struct_return): New functions.
11320 (arm_gdbarch_init): Register the above functions. Also register
11321 call_dummy_start_offset, sizeof_call_dummy_words,
11322 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11323 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11324 max_register_virtual_size, register_size. Set up
11325 prologue_cache.saved_regs here, rather than ...
11326 (_initialize_arm_tdep): ... here.
11327 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11328 declarations.
11329 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11330 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11331 (arm_print_float_info, arm_register_type, convert_to_extended)
11332 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11333 (arm_extract_return_value, arm_register_name): Delete declarations.
11334 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11335 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11336 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11337 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11338 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11339 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11340 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11341 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11342 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11343 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11344 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11345 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11346 interface.
11347 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11348 * remote-rdi.c remote-rdp.c: Likewise.
11349 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11350 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11351 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11352 definition.
11353
11354 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11355 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11356 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11357 from non-ARM_ prefixed definitions.
11358 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11359 all uses of above.
11360 * remote-rdi.c remote-rdp.c: Likewise.
11361 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11362
11363 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11364
11365 * arm-tdep.c (arm_frameless_function_invocation)
11366 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11367 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11368 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11369 (arm_pop_frame, arm_get_next_pc): Make static.
11370 (arm_gdbarch_init): Register above in gdbarch structure.
11371 (arm_read_fp): Renamed from arm_target_read_fp.
11372 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11373 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11374 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11375 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11376 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11377 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11378 (arm_pc_is_thumb_dummy): Delete declarations.
11379 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11380 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11381 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11382 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11383
11384 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11385
11386 * symtab.c (compare_search_syms): New function.
11387 (sort_search_symbols): New function.
11388 (search_symbols): Sort symbols after searching rather than
11389 before.
11390
11391 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11392
11393 * NEWS: Linux -> GNU/Linux.
11394
11395 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11396
11397 * gdbarch.sh: For for level one methods, disallow a definition
11398 when partially multi-arched. Add comments explaining rationale.
11399 * gdbarch.h: Re-generate.
11400
11401 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11402
11403 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11404 multi-arch partial.
11405
11406 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11407
11408 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11409 field. Use diff -u.
11410 * gdbarch.c: Re-generate.
11411
11412 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11413
11414 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11415 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11416 partial.
11417
11418 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11419
11420 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11421 multi-arch partial.
11422 (PUSH_ARGUMENTS): Switch to using predefault.
11423 * gdbarch.c: Regenerate.
11424
11425 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11426
11427 * valops.c (PUSH_ARGUMENTS): Delete definition.
11428 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11429 partial. Default to default_push_arguments.
11430 * gdbarch.h, gdbarch.c: Regenerate.
11431
11432 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11433
11434 * defs.h (throw_exception): Rename return_to_top_level. Update
11435 comments.
11436 * utils.c (error_stream, internal_verror, quit): Ditto.
11437 * top.c (throw_exception, catcher): Ditto.
11438 * sparclet-rom.c (sparclet_load): Ditto.
11439 * remote.c (interrupt_query, minitelnet): Ditto.
11440 * remote-sds.c (interrupt_query): Ditto.
11441 * remote-mips.c (mips_error, mips_kill): Ditto.
11442 * ocd.c (interrupt_query): Ditto.
11443 * monitor.c (monitor_interrupt_query): Ditto.
11444 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11445 * target.h: Update comment.
11446
11447 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11448
11449 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11450
11451 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11452 default_double_format.
11453 * gdbarch.h, gdbarch.c: Re-generate.
11454 * findvar.c (floatformat_unknown): Delete variable definition.
11455 * doublest.h (floatformat_unknown): Delete variable declaration.
11456
11457 2002-02-09 Jim Blandy <jimb@redhat.com>
11458
11459 * stabsread.c (read_type): Add code to parse Sun's syntax for
11460 prototyped function types.
11461
11462 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11463
11464 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11465 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11466
11467 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11468
11469 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11470 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11471 now _initialize_xcoffsolib gets called again and overrides the
11472 commands from solib.c in a native configuration.
11473
11474 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11475
11476 * doublest.c (store_typed_floating): Don't try to return a value.
11477 Fixes PR gdb/290.
11478
11479 2002-02-08 Jim Blandy <jimb@redhat.com>
11480
11481 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11482 is prototyped and has no arguments, print its argument list as
11483 `(void)'.
11484
11485 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11486
11487 * MAINTAINERS (write-after-approval): Add myself.
11488 (paper-trail): I've escaped!
11489
11490 2002-02-08 Christopher Faylor <cgf@redhat.com>
11491
11492 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11493 changes.
11494 (_initialize_check_for_gdb_ini): Ditto.
11495
11496 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11497
11498 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11499 xaprintf -> xasprintf.
11500
11501 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11502
11503 * win32-nat.c: Remove use of printf and sprintf functions.
11504
11505 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11506
11507 * arm-tdep.c (arm_frame_chain_valid): Make static.
11508 (arm_push_arguments): Likewise.
11509 (arm_gdbarch_init): New function.
11510 (_initialize_arm_tdep): Call it.
11511 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11512 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11513 (FRAME_CHAIN_VALID): Delete.
11514 (arm_frame_chain_valid): Delete declaration.
11515 (PUSH_ARGUMENTS): Delete.
11516 (arm_push_arguments): Delete declaration.
11517 (CALL_DUMMY_P): Delete.
11518
11519 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11520 Corinna Vinschen <vinschen@redhat.com>
11521
11522 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11523 on builtin float types.
11524
11525 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11526
11527 * utils.c: Include <curses.h> before "bfd.h".
11528 * tui/tui-hooks.c: Likewise.
11529 * tui/tui.c: Likewise.
11530 * tui/tuiCommand.c: Likewise.
11531 * tui/tuiData.c: Likewise.
11532 * tui/tuiDataWin.c: Likewise.
11533 * tui/tuiDisassem.c: Likewise.
11534 * tui/tuiGeneralWin.c: Likewise.
11535 * tui/tuiIO.c: Likewise.
11536 * tui/tuiLayout.c: Likewise.
11537 * tui/tuiRegs.c: Likewise.
11538 * tui/tuiSource.c: Likewise.
11539 * tui/tuiSourceWin.c: Likewise.
11540 * tui/tuiStack.c: Likewise.
11541 * tui/tuiWin.c: Likewise.
11542
11543 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11544
11545 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11546 to include space for pseudoregs as well. Update loops accordingly.
11547 (sh_fp_frame_init_saved_regs): Ditto.
11548 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11549
11550 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11551
11552 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11553 Add Richard Earnshaw to Arm maintainers.
11554
11555 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11556
11557 * defs.h (warning_begin): Delete declaration.
11558
11559 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11560 Delete macro.
11561
11562 2002-02-07 Michael Snyder <msnyder@redhat.com>
11563
11564 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11565 Logic bug, remove misplaced else.
11566
11567 2002-02-07 Klee Dienes <klee@apple.com>
11568
11569 * fork-inferior.c (fork_inferior): Add '!' to the list of
11570 characters that need to be quoted when building a string for the
11571 shell. Quote '!' specifically with a backslash, since CSH chokes
11572 when trying to evaluate "str!str".
11573
11574 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11575
11576 * rdi-share/host.h: Only provide a typedef for bool if it is not
11577 defined.
11578
11579 2002-02-04 Michael Snyder <msnyder@redhat.com>
11580
11581 * breakpoint.h (enum bptype): Add new overlay event bp type.
11582 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11583
11584 * breakpoint.c (create_internal_breakpoint): New function.
11585 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11586 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11587 (create_thread_event_breakpoint): Ditto.
11588 (create_solib_event_breakpoint): Ditto.
11589 (create_overlay_event_breakpoint): New function.
11590 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11591 (update_breakpoints_after_exec): Delete and re-initialize
11592 overlay event breakpoints after an exec. Add FIXME comment
11593 about longjmp breakpoint.
11594 (print_it_typical): Ignore overlay event breakpoints.
11595 (print_one_breakpoint): Ditto.
11596 (mention): Ditto.
11597 (bpstat_what): Do not stop for overlay event breakpoints.
11598 (delete_breakpoint): Don't delete overlay event breakpoints.
11599 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11600 (breakpoint_re_set): Re-create overlay event breakpoint.
11601
11602 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11603 (overlay_manual_command): Disable overlay breakpoints.
11604 (overlay_off_command): Disable overlay breakpoints.
11605
11606 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11607
11608 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11609 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11610 to here from config/tm-arm.h.
11611 (coff_sym_is_thumb): Make static.
11612 (arm_elf_make_msymbol_special): New function.
11613 (arm_coff_make_msymbol_special): New function.
11614 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11615 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11616 (coff_sym_is_thumb): Delete declaration.
11617 (arm_elf_make_msymbol_special): Declare.
11618 (arm_coff_make_msymbol_special): Declare.
11619 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11620 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11621
11622 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11623
11624 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11625
11626 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11627
11628 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11629 * gdbarch.c gdbarch.h: Regenerate.
11630 * arch-utils.c (default_print_float_info): New function.
11631 * arch-utils.h (default_print_float_info): Prototype it.
11632 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11633 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11634 (PRINT_FLOAT_INFO): Document it.
11635
11636 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11637 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11638 (PRINT_FLOAT_INFO): Define.
11639
11640 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11641
11642 * win32-nat.c (_initialize_check_for_gdb_ini):
11643 Add typecast to sprintf argument to suppress a warning.
11644
11645 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11646
11647 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11648 to allow easier handling of pass state.
11649 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11650 that gives exception name and address.
11651 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11652 and set last_sig value to ourstatus->value.sig. Some missing
11653 exceptions added.
11654 (child_continue): Correctly report continue_status.
11655 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11656 TARGET_SIGNAL_0 (new default value).
11657 (child_resume): consider sig argument passed to decide if
11658 the exception should be passed to debuggee or not.
11659
11660 2002-02-05 Michael Snyder <msnyder@redhat.com>
11661
11662 * regcache.c (fetch_register): Call target_fetch_register
11663 only if we don't call FETCH_PSEUDO_REGISTER.
11664 (store_register): Call target_store_register only if we
11665 don't call STORE_PSEUDO_REGISTER.
11666
11667 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11668
11669 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11670 ELF_MAKE_MSYMBOL_SPECIAL.
11671 * gdbarch.c, gdbarch.h: Regenerate.
11672 * arch-utils.c (default_make_msymbol_special): New function.
11673 * arch-utils.h (default_make_msymbol_special): Export.
11674 * elfread.c (elf_symtab_read): Compile use of
11675 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11676 multiarched.
11677 * coffread.c (coff_symtab_read): Ditto, for
11678 COFF_MAKE_MSYMBOL_SPECIAL.
11679
11680 2002-02-05 Jim Blandy <jimb@redhat.com>
11681
11682 * solib-svr4.c (svr4_truncate_ptr): New function.
11683 (svr4_relocate_section_addresses): Do the address arithmetic with
11684 the appropriate truncation for target addresses, even when
11685 CORE_ADDR is larger than a target address.
11686
11687 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11688
11689 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11690 to (int *).
11691
11692 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11693
11694 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11695 code.
11696
11697 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11698
11699 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11700
11701 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11702
11703 * gdbserver/linux-low.c: Remove unused include files.
11704
11705 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11706
11707 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11708 (read_inferior_memory): Use it.
11709 (write_inferior_memory): Likewise.
11710
11711 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11712
11713 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11714 grubbing through sys_errlist.
11715
11716 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11717
11718 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11719
11720 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11721 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11722
11723 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11724
11725 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11726 (do_sfunc, set_cmd_sfunc): New functions.
11727
11728 * command.h (struct cmd_list_element): Add field func.
11729 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11730 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11731 * cli/cli-decode.h: Ditto.
11732
11733 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11734 (help_all, help_cmd_list): Ditto.
11735 (find_cmd, complete_on_cmdlist): Ditto.
11736 * top.c (execute_command): Ditto.
11737
11738 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11739 function.sfunc.
11740
11741 * infcmd.c (notice_args_read): Fix function signature.
11742
11743 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11744 * cli/cli-decode.c (add_set_cmd): Ditto.
11745 * utils.c (initialize_utils): Ditto.
11746 * maint.c (_initialize_maint_cmds): Ditto.
11747 * infrun.c (_initialize_infrun): Ditto.
11748 * demangle.c (_initialize_demangler): Ditto.
11749 * remote.c (add_packet_config_cmd): Ditto.
11750 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11751 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11752 * proc-api.c (_initialize_proc_api): Ditto.
11753 * kod.c (_initialize_kod): Ditto.
11754 * valprint.c (_initialize_valprint): Ditto.
11755 * top.c (init_main): Ditto.
11756 * infcmd.c (_initialize_infcmd): Ditto.
11757 * corefile.c (_initialize_core): Ditto.
11758 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11759 * arch-utils.c (initialize_current_architecture): Ditto.
11760 (_initialize_gdbarch_utils): Ditto.
11761 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11762
11763 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11764 * wince.c (_initialize_inftarg): Ditto.
11765 * symfile.c (_initialize_symfile): Ditto.
11766 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11767 * language.c (_initialize_language): Ditto.
11768 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11769
11770 2002-02-04 Michael Snyder <msnyder@redhat.com>
11771
11772 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11773
11774 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11775
11776 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11777 Add rules for building the register data files.
11778
11779 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11780
11781 * regformats/regdat.sh: Add braces to the definition of
11782 expedite_regs_${arch}.
11783
11784 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11785
11786 * regformats/regdef.h (struct reg): Add comment describing the
11787 requirements for offset and size fields.
11788
11789 2002-02-04 Andreas Schwab <schwab@suse.de>
11790
11791 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11792 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11793
11794 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11795
11796 * gdbarch.sh (copyright): Update years in generated header.
11797 (SMASH_TEXT_ADDRESS): Add rule.
11798 * gdbarch.h, gdbarch.c: Re-generate.
11799 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11800 * dbxread.c: Likewise.
11801 * dwarfread.c: Likewise.
11802 * elfread.c: Likewise.
11803 * somread.c: Likewise.
11804
11805 * arm-tdep.c (arm_smash_text_address): New function.
11806 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11807
11808 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11809
11810 Add support for hardware watchpoints on win32 native.
11811 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11812 CONTEXT_DEBUG_REGISTERS.
11813 (dr variable): New variable. Static array containing a local copy
11814 of debug registers.
11815 (debug_registers_changed): New variable. Reflects when debug registers
11816 are changed and need to be written to inferior.
11817 (debug_registers_used): New variable. Reflects when any debug register
11818 was set, used when new threads are created.
11819 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11820 i386-nat code.
11821 (thread_rec): Set dr array if id is the thread of current_event .
11822 (child_continue, child_resume): Change the debug registers for all
11823 threads if debug_registers_changed.
11824 (child_add_thread): Change the debug registers if debug_registers_used.
11825 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11826 Link nm.h to new nm-cygwin.h file.
11827 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11828 of hardware registers.
11829
11830 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11831
11832 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11833 Restore behavour broken by 2002-01-20 Andrew Cagney
11834 <ac131313@redhat.com> IEEE_FLOAT removal.
11835
11836 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11837
11838 * c-valprint.c (c_val_print): Pass a proper valaddr to
11839 cp_print_class_method.
11840 * valops.c (search_struct_method): If there is only one method
11841 and args is NULL, return that method.
11842
11843 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11844
11845 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11846 accessing tag_name directly.
11847
11848 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11849
11850 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11851 of accessing tag_name directly.
11852
11853 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11854
11855 PR gdb/280
11856 * gdbtypes.c (replace_type): New function.
11857 * gdbtypes.h (replace_type): Add prototype.
11858 * stabsread.c (read_type): Use replace_type.
11859
11860 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11861
11862 * Makefile.in (memattr.o): Add missing dependencies rule.
11863
11864 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11865
11866 * breakpoint.c (break_at_finish_command): Really export.
11867 (break_at_finish_at_depth_command): Ditto.
11868 (tbreak_at_finish_command): Ditto.
11869 * hppa-tdep.c: Include completer.h.
11870 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11871 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11872
11873 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11874
11875 * utils.c (do_write): New function.
11876 (error_stream): Rewrite combining the code from error_begin and
11877 verror.
11878 (verror): Rewrite using error_stream.
11879 (error_begin): Delete function.
11880
11881 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11882
11883 * utils.c (error_begin): Make static.
11884 * defs.h (error_begin): Delete declaration.
11885
11886 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11887 (decode_line_1): Use cplusplus_error instead of error_begin,
11888 cplusplus_hint and return_to_top_level.
11889 * coffread.c (coff_symfile_read): Use error instead of error_begin
11890 and return_to_top_level.
11891 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11892
11893 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11894
11895 * language.h (type_error, range_error): Make string parameter
11896 constant.
11897 * language.c (warning_pre_print): Delete extern declaration.
11898 * dwarfread.c (warning_pre_print): Ditto.
11899 * language.c (type_error, range_error): Rewrite to use verror and
11900 vwarning instead of warning_begin.
11901
11902 2002-02-01 Michael Snyder <msnyder@redhat.com>
11903
11904 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11905 (set_ignore_count): Move misplaced comment back where it belongs.
11906
11907 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11908
11909 * command.h (NO_FUNCTION): Delete macro.
11910 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11911 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11912 * tracepoint.c (_initialize_tracepoint): Ditto.
11913 * cli/cli-decode.c (add_set_cmd): Ditto.
11914 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11915
11916 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11917
11918 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11919 Update ``this'' pointer when calling virtual functions.
11920
11921 2002-02-01 Michael Snyder <msnyder@redhat.com>
11922
11923 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11924 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11925
11926 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11927
11928 * regformats/reg-arm.dat: New file.
11929 * regformats/reg-i386.dat: New file.
11930 * regformats/reg-ia64.dat: New file.
11931 * regformats/reg-m68k.dat: New file.
11932 * regformats/reg-mips.dat: New file.
11933 * regformats/reg-ppc.dat: New file.
11934 * regformats/reg-sh.dat: New file.
11935 * regformats/regdef.h: New file.
11936 * regformats/regdat.sh: New file.
11937
11938 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11939
11940 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11941 (arm_frame_args_address, arm_frame_locals_address): New functions.
11942 (arm_frame_num_args): New function.
11943 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11944 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11945 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11946
11947 2002-01-31 Michael Snyder <msnyder@redhat.com>
11948
11949 * breakpoint.c (break_at_finish_command): Export.
11950 (break_at_finish_at_depth_command): Export.
11951 (tbreak_at_finish_command): Export.
11952 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11953 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11954 "txbreak" commands, which are HPPA specific.
11955
11956 * printcmd.c (disassemble_command): Remove an ancient
11957 artifact of an old merge.
11958
11959 * symfile.h (enum overlay_debugging_state):
11960 Define enum constant values for overlay mode.
11961 * symfile.c (overlay_debugging): Use enums instead of literals.
11962 (overlay_is_mapped, overlay_auto_command,
11963 overlay_manual_command): Ditto.
11964
11965 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11966 breakpoint_here_p, breakpoint_inserted_here_p,
11967 breakpoint_thread_match, bpstat_stop_status,
11968 describe_other_breakpoints, check_duplicates, clear_command):
11969 Coding standard fixes.
11970
11971 * target.c (target_xfer_memory): Add spaces, coding standard.
11972 (do_xfer_memory): Add missing line to trust-readonly
11973 code: check bfd SEC_READONLY flag for section.
11974
11975 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11976
11977 * PROBLEMS: Fix typo, 5.1->5.1.1.
11978
11979 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11980
11981 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11982 data symbols, since we search based on textlow and texthigh.
11983 (find_pc_sect_symtab): Likewise.
11984
11985 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11986
11987 * defs.h (vwarning): Declare.
11988 * utils.c (vwarning): New function.
11989 (warning): Call vwarning.
11990 (warning_begin): Delete function.
11991
11992 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11993 the warning message.
11994 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11995 warning_begin.
11996
11997 2002-01-30 Michael Snyder <msnyder@redhat.com>
11998
11999 * NEWS: Mention "set trust-readonly-sections" command.
12000 Mention generate-core-file command.
12001
12002 2002-01-15 Michael Snyder <msnyder@redhat.com>
12003
12004 * target.c: New command, "set trust-readonly-sections on".
12005 (do_xfer_memory): Honor the suggestion to trust readonly sections
12006 by reading them from the object file instead of from the target.
12007 (initialize_targets): Register command "set trust-readonly-sections".
12008
12009 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12010
12011 * parse.c (target_map_name_to_register): Simplify, search regs and
12012 pseudo-regs using a single loop.
12013
12014 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12015
12016 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12017
12018 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
12019
12020 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12021 * config/i386/i386v42mp.mh: Add i387-nat.o .
12022 * i386v4-nat.c: Include i387-nat.h.
12023 (supply_fpregset): Use i387_supply_fsave.
12024 (fill_fpregset): Use i387_fill_fsave.
12025
12026 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
12027
12028 * arm-tdep.c (arm_call_dummy_words): Define.
12029 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12030 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12031 (CALL_DUMMY_WORDS): Define.
12032 (arm_call_dummy_words): Declare.
12033 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12034 (arm_linux_call_dummy_words): Declare.
12035
12036 2002-01-30 Andreas Schwab <schwab@suse.de>
12037
12038 * m68klinux-nat.c: Fix last change to use regcache_collect
12039 instead of referencing registers[] directly.
12040
12041 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12042
12043 * parse.c (target_map_name_to_register): Delete code wrapped in
12044 #ifdef REGISTER_NAME_ALIAS_HOOK.
12045
12046 2002-01-28 Michael Snyder <msnyder@redhat.com>
12047
12048 * regcache.c (legacy_read_register_gen): Need to be able to
12049 read pseudo-register as well as real register.
12050 (legacy_write_register_gen): Ditto.
12051
12052 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12053
12054 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12055 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12056 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12057 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12058 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12059 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12060 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12061 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12062 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12063 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12064 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12065 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12066 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12067 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12068 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12069 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12070 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12071 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12072 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12073 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12074
12075 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12076
12077 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12078 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12079 (initialize_current_architecture): Update target_byte_order using
12080 information from BFD.
12081 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12082 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12083
12084 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12085
12086 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12087 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12088
12089 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12090 #ifdef INVALID_FLOAT.
12091 * infcmd.c (do_registers_info): Ditto.
12092 * values.c (unpack_double): Ditto. Add comment.
12093
12094 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12095 already commented out.
12096
12097 2002-01-26 Andreas Schwab <schwab@suse.de>
12098
12099 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12100 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12101 registers and add support for PTRACE_GETREGS.
12102
12103 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12104
12105 GDB 5.1.1 released from 5.1 branch.
12106 * NEWS: Add 5.1.1 news.
12107 * README: Sync with 5.1 branch.
12108
12109 2002-01-23 Fred Fish <fnf@redhat.com>
12110
12111 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12112 stabstring on initial malloc. Reallocing will copy it for us,
12113 if necessary.
12114
12115 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12116
12117 * Makefile.in (hpread_h): Delete.
12118 (HFILES_NO_SRCDIR): Remove hpread.h.
12119 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12120 (hpread.o): Update dependencies.
12121 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12122
12123 * hp-psymtab-read.c: Remove file.
12124 * hp-symtab-read.c: Remove file.
12125 * hpread.h: Remove file.
12126
12127 * hpread.c: Merge all contents of hp-psymtab-read.c,
12128 hp-symtab-read.c and hpread.h into this file, as it was prior to
12129 January 1999.
12130
12131 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12132 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12133 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12134 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12135
12136 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12137
12138 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12139 fill_gregset): Call gdbarch_tdep() just once, assign result to
12140 variable and use that, instead of calling the function several
12141 times.
12142
12143 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12144
12145 * configure.host: Accept sparcv9 as alias for sparc64.
12146 * configure.tgt: Likewise.
12147
12148 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12149
12150 * solib-aix5.c (build_so_list_from_mapfile)
12151 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12152 arguments is not reversed.
12153 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12154 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12155
12156 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12157
12158 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12159 modified version of obsolete sh_fetch_pseudo_register.
12160 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12161 (sh4_register_read): New function.
12162 (sh_pseudo_register_write): New function. Renamed and modified
12163 version of obsolete sh_store_pseudo_register.
12164 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12165 (sh4_register_write): New function.
12166 (sh_gdbarch_init): Remove setting of gdbarch function
12167 fetch_pseudo_register and store_pseudo_register. Remove setting of
12168 register_convert_to_raw, register_convert_to_virtual,
12169 register_convertible.
12170 (sh_sh4_register_convertible): Delete. No longer needed. All is
12171 taken care by architecture specific functions
12172 register_read/register_write.
12173 (sh_sh4_register_convert_to_virtual): Make static.
12174 (sh_sh4_register_convert_to_raw): Ditto.
12175
12176 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12177
12178 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12179 (floatformat_is_nan, floatformat_mantissa): Ditto.
12180
12181 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12182 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12183 builtin_type_ieee_double_little,
12184 builtin_type_ieee_double_littlebyte_bigword,
12185 builtin_type_m68881_ext, builtin_type_i960_ext,
12186 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12187 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12188 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12189 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12190
12191 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12192
12193 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12194 parameter. Set frameless flag if it exists and depended of
12195 whether the scanned function is frameless or not.
12196 (xstormy16_skip_prologue): If function is frameless, return
12197 result of xstormy16_scan_prologue().
12198 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12199 call.
12200
12201 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12202
12203 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12204 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12205 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12206 sh_sh4_register_byte, sh_sh4_register_raw_size,
12207 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12208 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12209 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12210 sh_store_pseudo_register, sh_do_pseudo_register): Call
12211 gdbarch_tdep() just once, assign result to variable and use that,
12212 instead of calling the function several times.
12213
12214 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12215
12216 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12217 macros instead of LAST_FPU_CTRL_REGNUM.
12218 (store_register): Likewise.
12219
12220 2002-01-21 Jim Blandy <jimb@redhat.com>
12221
12222 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12223 is up-to-date before running the program, not just when a program
12224 exits.
12225
12226 2002-01-21 Fred Fish <fnf@redhat.com>
12227
12228 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12229 when we have found all instructions we are looking for.
12230
12231 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12232
12233 * arm-tdep.c (arm_register_name): New function.
12234 (arm_registers_names): Make static.
12235 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12236 (arm_register_name): Declare.
12237 (REGISTER_NAME): Use it.
12238
12239 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12240 Kevin Buettner <kevinb@redhat.com>
12241
12242 Convert arm targets to new FRAME interface.
12243 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12244 (arm_frame_find_save_regs): Delete.
12245 (arm_frame_init_saved_regs): New.
12246 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12247 Allocate extra_info as required. Convert all uses of fsr.regs
12248 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12249 to use extra_info.
12250 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12251 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12252 (check_prologue_cache, save_prologue_cache): Likewise.
12253 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12254 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12255 (FRAME_FIND_SAVED_REGS): Delete.
12256 (arm_frame_find_saved_regs): Delete prototype.
12257 (arm_frame_init_saved_regs): New prototype.
12258 (FRAME_INIT_SAVED_REGS): Define.
12259
12260 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12261
12262 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12263
12264 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12265
12266 From Jeff Law <law@redhat.com>:
12267 * infttrace.c: Include <sys/pstat.h>.
12268 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12269 exec file if the ttrace equivalent fails.
12270
12271 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12272
12273 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12274 (closeLogFile): Ditto.
12275
12276 2002-01-20 Michael Chastain <mec@shout.net>
12277
12278 * top.c (print_gdb_version): Bump copyright year to 2002.
12279
12280 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12281
12282 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12283 Zannoni and Eli Zaretskii.
12284
12285 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12286
12287 * buildsym.c: Update copyright years.
12288 * c-typeprint.c: Likewise.
12289 * dwarf2read.c: Likewise.
12290 * f-typeprint.c: Likewise.
12291 * gdbtypes.c: Likewise.
12292 * gdbtypes.h: Likewise.
12293 * hp-symtab-read.c: Likewise.
12294 * hpread.c: Likewise.
12295 * mdebugread.c: Likewise.
12296 * p-typeprint.c: Likewise.
12297
12298 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12299
12300 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12301 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12302 byte-order selectable.
12303 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12304 * arch-utils.c: Ditto.
12305 (set_endian): Ditto.
12306 (set_endian_from_file): Ditto.
12307 * gdbserver/low-sim.c (create_inferior): Ditto.
12308 * gdbarch.sh: Ditto.
12309 * gdbarch.h: Re-generate.
12310 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12311 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12312 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12313 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12314 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12315 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12316 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12317 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12318 macro definition.
12319 * config/mips/tm-wince.h: Remove #undef of macro
12320 TARGET_BYTE_ORDER_SELECTABLE.
12321 * config/sh/tm-wince.h: Ditto.
12322
12323 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12324
12325 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12326 member function fields. Add accessor macro
12327 TYPE_FN_FIELD_ARTIFICIAL.
12328 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12329 * c-typeprint.c (c_type_print_base): Skip artificial member
12330 functions.
12331
12332 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12333
12334 * f-typeprint.c: Delete unused function f_type_print_args.
12335 * p-typeprint.c: Delete unused function pascal_type_print_args.
12336
12337 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12338
12339 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12340 comment. Add ``artificial'' to ``union field_location''.
12341
12342 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12343
12344 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12345 * mdebugread.c (parse_symbol): Likewise.
12346 * stabsread.c (define_symbol): Likewise.
12347 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12348 initializing TYPE_FIELD_BITPOS to n (obsolete).
12349 (hpread_doc_function_type): Likewise.
12350 * hpread.c (hpread_function_type): Likewise.
12351
12352 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12353
12354 * configure.in (host_makefile_frag): Only require a host makefile
12355 fragment when a native build.
12356 * configure: Re-generate.
12357
12358 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12359
12360 * doublest.h (floatformat_from_type): Declare.
12361 * doublest.c (floatformat_from_type): New function.
12362 (convert_typed_floating): Use.
12363
12364 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12365 call to function floatformat_from_type.
12366
12367 * gdbarch.sh (IEEE_FLOAT): Delete.
12368 * gdbarch.h, gdbarch.c: Re-generate.
12369 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12370 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12371 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12372 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12373 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12374 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12375 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12376 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12377 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12378 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12379 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12380 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12381
12382 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12383 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12384 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12385 * sh-tdep.c (sh_gdbarch_init): Ditto.
12386 * mips-tdep.c (mips_gdbarch_init): Ditto.
12387 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12388 * cris-tdep.c (cris_gdbarch_init): Ditto.
12389
12390 2002-01-20 Jiri Smid <smid@suse.cz>
12391
12392 * configure.host, configure.tgt: Support x86-64.
12393 * NEWS: Note new target x86-64.
12394
12395 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12396 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12397 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12398 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12399 x86-64-linux-nat.o): Fix dependencies.
12400
12401 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12402
12403 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12404 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12405 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12406 * config/sparc/xm-sun4os4.h: Delete file.
12407 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12408
12409 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12410
12411 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12412 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12413 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12414 * config/i386/i386lynx.mh (XM_FILE): Delete.
12415 * config/rs6000/xm-rs6000ly.h: Delete file.
12416 * config/sparc/xm-sparclynx.h: Delete file.
12417 * config/m68k/xm-m68klynx.h: Delete file.
12418 * config/i386/xm-i386lynx.h: Delete file.
12419 * config/xm-lynx.h: Delete file.
12420 * config/djgpp/fnchange.lst: Update.
12421
12422 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12423
12424 * alpha-tdep.c (alpha_register_byte): New function.
12425 (alpha_register_raw_size): Ditto.
12426 (alpha_register_virtual_size): Ditto.
12427 (alpha_skip_prologue_internal): Renamed from
12428 alpha_skip_prologue.
12429 (alpha_skip_prologue): New version that calls
12430 alpha_skip_prologue_internal.
12431 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12432 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12433 second argument from alpha_skip_prologue.
12434 (REGISTER_BYTE): Use alpha_register_byte.
12435 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12436 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12437 (FRAMELESS_FUNCTION_INVOCATION): Use
12438 generic_frameless_function_invocation_not.
12439 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12440 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12441
12442 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12443
12444 * config/mips/xm-news-mips.h: Delete file.
12445 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12446
12447 * config/m88k/xm-m88k.h: Delete file.
12448 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12449 * config/m88k/xm-delta88v4.h: Ditto.
12450 * config/m88k/xm-delta88.h: Ditto.
12451
12452 * config/alpha/xm-fbsd.h: Delete file.
12453 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12454
12455 * config/sparc/xm-sparc.h: Delete file.
12456 * Makefile.in (xm-sun4os4.h): Delete dependency.
12457 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12458 * config/sparc/xm-sun4os4.h: Ditto.
12459 * config/sparc/xm-linux.h: Ditto.
12460
12461 * config/i386/xm-windows.h: Delete file.
12462
12463 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12464
12465 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12466 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12467
12468 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12469
12470 * alpha-tdep.c (alpha_call_dummy_words): New.
12471 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12472 (CALL_DUMMY_P): Define.
12473 (CALL_DUMMY_WORDS): Define.
12474 (SIZEOF_CALL_DUMMY_WORDS): Define.
12475
12476 2002-01-19 Per Bothner <per@bothner.com>
12477
12478 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12479 isn't NULL, which can happen with some gcj-3.x-produced code.
12480
12481 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12482
12483 * alpha-tdep.c (alpha_register_virtual_type): New function.
12484 (alpha_init_frame_pc_first): Ditto.
12485 (alpha_fix_call_dummy): Ditto.
12486 (alpha_store_struct_return): Ditto.
12487 (alpha_extract_struct_value_address): Ditto.
12488 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12489 alpha_register_virtual_type.
12490 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12491 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12492 alpha_extract_struct_value_address.
12493 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12494 (INIT_FRAME_PC): Use init_frame_pc_noop.
12495 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12496
12497 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12498
12499 * i386gnu-nat.c: Include "i386-tdep.h".
12500 (fetch_fpregs): Simplify code dealing with uninitialized floating
12501 point states such that it doesn't require FP7_REGNUM.
12502
12503 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12504
12505 * alpha-tdep.c (frame_extra_info): New.
12506 (alpha_find_saved_regs): Make static. Use
12507 frame->extra_info.
12508 (alpha_frame_init_saved_regs): New function.
12509 (alpha_frame_saved_pc): Use frame->extra_info.
12510 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12511 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12512 (init_extra_frame_info): Rename to...
12513 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12514 (alpha_print_extra_frame_info): New function.
12515 (alpha_frame_locals_address): Ditto.
12516 (alpha_frame_args_address): Ditto.
12517 (alpha_pop_frame): Use frame->extra_info.
12518 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12519 alpha_frame_args_address.
12520 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12521 (alpha_find_saved_regs): Remove prototype.
12522 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12523 (EXTRA_FRAME_INFO): Remove.
12524 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12525 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12526
12527 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12528
12529 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12530 (alpha_cannot_fetch_register): Ditto.
12531 (alpha_cannot_store_register): Ditto.
12532 (alpha_register_convertible): Ditto.
12533 (alpha_use_struct_convention): Ditto.
12534 * config/alpha/tm-alpha.h: Update copyright years.
12535 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12536 (INNER_THAN): Use core_addr_lessthan.
12537 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12538 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12539 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12540 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12541 (FRAME_CHAIN): Remove unnecessary cast.
12542
12543 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12544
12545 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12546 obsolete.
12547
12548 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12549
12550 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12551 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12552 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12553 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12554 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12555 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12556 * x86-64-linux-nat.c: Ditto.
12557
12558 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12559
12560 * alpha-tdep.c (alpha_register_name): New function.
12561 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12562 (REGISTER_NAME): Define.
12563
12564 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12565
12566 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12567
12568 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12569
12570 * alpha-tdep.c: Update copyright years.
12571 (alpha_next_pc): New function.
12572 (alpha_software_single_step): Ditto.
12573 * config/alpha/tm-alpha.h: Add prototype for
12574 alpha_software_single_step.
12575
12576 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12577
12578 * alphabsd-nat.c: Update copyright years.
12579 (fill_gregset): Use regcache_collect.
12580 (fill_fpregset): Likewise.
12581 (fetch_inferior_registers): Only fetch integer registers
12582 if requested to do so.
12583 (store_inferior_registers): Only store integer registers
12584 if requested to do so.
12585
12586 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12587
12588 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12589 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12590 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12591 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12592 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12593 * config/arm/linux.mh (XDEPFILES): Delete.
12594 * config/arm/nbsd.mh (XDEPFILES): Delete.
12595 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12596 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12597 * config/i386/i386m3.mh (XDEPFILES): Delete.
12598 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12599 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12600 * config/i386/fbsd.mh (XDEPFILES): Delete.
12601 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12602 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12603 * config/i386/i386v4.mh (XDEPFILES): Delete.
12604 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12605 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12606 * config/i386/i386aix.mh (XDEPFILES): Delete.
12607 * config/i386/go32.mh (XDEPFILES): Delete.
12608 * config/i386/cygwin.mh (XDEPFILES): Delete.
12609 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12610 * config/i386/i386mach.mh (XDEPFILES): Delete.
12611 * config/i386/i386v32.mh (XDEPFILES): Delete.
12612 * config/i386/linux.mh (XDEPFILES): Delete.
12613 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12614 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12615 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12616 * config/i386/i386sco.mh (XDEPFILES): Delete.
12617 * config/i386/i386v.mh (XDEPFILES): Delete.
12618 * config/i386/nbsd.mh (XDEPFILES): Delete.
12619 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12620 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12621 * config/i386/symmetry.mh (XDEPFILES): Delete.
12622 * config/i386/obsd.mh (XDEPFILES): Delete.
12623 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12624 * config/ia64/linux.mh (XDEPFILES): Delete.
12625 * config/ia64/aix.mh (XDEPFILES): Delete.
12626 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12627 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12628 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12629 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12630 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12631 * config/m68k/linux.mh (XDEPFILES): Delete.
12632 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12633 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12634 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12635 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12636 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12637 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12638 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12639 * config/m88k/delta88.mh (XDEPFILES): Delete.
12640 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12641 * config/m88k/m88k.mh (XDEPFILES): Delete.
12642 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12643 * config/mips/linux.mh (XDEPFILES): Delete.
12644 * config/mips/irix6.mh (XDEPFILES): Delete.
12645 * config/mips/irix5.mh (XDEPFILES): Delete.
12646 * config/mips/irix4.mh (XDEPFILES): Delete.
12647 * config/mips/irix3.mh (XDEPFILES): Delete.
12648 * config/mips/decstation.mh (XDEPFILES): Delete.
12649 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12650 (NATDEPFILES): Move core-aout.o to here.
12651 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12652 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12653 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12654 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12655 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12656 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12657 * config/pa/hpux11.mh (XDEPFILES): Delete.
12658 * config/powerpc/aix.mh (XDEPFILES): Delete.
12659 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12660 * config/powerpc/linux.mh (XDEPFILES): Delete.
12661 * config/romp/rtbsd.mh: Rename XDEPFILES.
12662 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12663 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12664 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12665 * config/s390/s390.mh (XDEPFILES): Delete.
12666 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12667 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12668 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12669 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12670 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12671 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12672 * config/sparc/linux.mh (XDEPFILES): Delete.
12673 * config/vax/vaxult.mh (XDEPFILES): Delete.
12674 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12675 * Makefile.in (DEPFILES): Remove XDEPFILES.
12676
12677 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12678
12679 * utils.c (internal_verror): Fix comments, default is yes not no.
12680 Update queries to match. Default to quit and dump core.
12681
12682 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12683
12684 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12685 copyright.
12686 * defs.h, event-top.c, gdbcmd.h: Ditto.
12687 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12688 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12689 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12690 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12691 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12692 * mi/mi-main.c:Ditto.
12693
12694 * stack.c, symfile.c: Update copyright.
12695
12696 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12697
12698 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12699 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12700 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12701 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12702
12703 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12704
12705 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12706 * gdbserver/low-lynx.c (myattach): Likewise.
12707 * gdbserver/low-nbsd.c (myattach): Likewise.
12708 * gdbserver/low-sim.c (myattach): Likewise.
12709 * gdbserver/low-sparc.c (myattach): Likewise.
12710 * gdbserver/low-sun3.c (myattach): Likewise.
12711
12712 * gdbserver/low-linux.c (myattach): New function.
12713
12714 * gdbserver/server.c (attach_inferior): New function.
12715 (main): Handle "--attach".
12716
12717 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12718
12719 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12720 maintainer.
12721
12722 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12723
12724 * c-typeprint.c (is_type_conversion_operator): Add additional
12725 check for non-conversion operators.
12726
12727 2002-01-15 Michael Snyder <msnyder@redhat.com>
12728
12729 * linux-proc.c: Add "info proc" command, a la procfs.c.
12730 (read_mapping): New function, abstract and re-use code.
12731 (linux_find_memory_regions): Use new func read_mapping.
12732 (linux_info_proc_cmd): New function, implement "info proc".
12733 (_initialize_linux_proc): Add new command "info proc".
12734
12735 2002-01-15 Michael Snyder <msnyder@redhat.com>
12736
12737 * symfile.c (generic_load): Use bfd_map_over_sections method
12738 instead of manipulating bfd structure members directly.
12739 (add_section_size_callback): New function, bfd sections callback
12740 used by generic_load.
12741 (load_sections_callback): New function, bfd sections callback
12742 used by generic_load.
12743
12744 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12745
12746 [Based on work by Jim Blandy]
12747 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12748 (builtin_type_vec128): Export.
12749 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12750 types.
12751 (builtin_type_vec128): New builtin type for 128 bit vector
12752 registers.
12753 (build_gdbtypes): Initialize builtin_type_v16qi and
12754 builtin_type_v8hi. Create the vec128 register builtin type
12755 structure.
12756 (build_builtin_type_vec128): New function.
12757 (_initialize_gdbtypes): Register builtin_type_v16qi and
12758 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12759 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12760 AltiVec register to new builtin type.
12761
12762 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12763
12764 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12765 to make_cv_type.
12766
12767 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12768
12769 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12770 CLEAN_UP_REGISTER_VALUE.
12771 * regcache.c (supply_register): Update only call.
12772
12773 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12774
12775 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12776 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12777 a29k-*-vxworks* targets as obsolete.
12778
12779 2002-01-14 Michael Snyder <msnyder@redhat.com>
12780
12781 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12782 until we can resolve portability issues.
12783 * gregset.h: Remove references to fpxregs.
12784 * gcore.c (gcore_command): Initialize note_sec to NULL.
12785
12786 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12787
12788 * signals.c (target_signal_to_name): Rewrite. Only use
12789 signals[].name when in bounds and non-NULL.
12790
12791 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12792
12793 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12794 * signals.c (target_signal_to_name): Verify that SIG is within the
12795 bounds of the signals array.
12796
12797 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12798
12799 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12800
12801 2002-01-13 Keith Seitz <keiths@redhat.com>
12802
12803 * stack.c (print_frame_info_base): Print the frame's pc
12804 only if when print_frame_info_listing_hook is not defined.
12805
12806 2002-01-13 Keith Seitz <keiths@redhat.com>
12807
12808 * varobj.c (varobj_set_value): Make sure that there were no
12809 errors evaluating the object before attempting to set its
12810 value.
12811 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12812 so this offset adjustment is no longer necessary.
12813 (create_child): Don't set the error flag if the child is
12814 a CPLUS_FAKE_CHILD.
12815 (value_of_child): If value_fetch_lazy fails, return NULL
12816 so that callers will be notified that an error occurred.
12817 (c_value_of_variable): Delay check of variable's validity
12818 until later. We actually want all structs and unions to have
12819 the value "{...}".
12820 Do not return "???" for variables which could not be evaluated.
12821 This error condition must be returned to the caller so that it
12822 can get the error condition from gdb.
12823 (cplus_name_of_child): Adjust index for vptr before figuring
12824 out the name of the child.
12825 (cplus_value_of_child): If a child's (real) parent is not valid,
12826 don't even bother trying to give a value for it. Just return
12827 an error. Change all instances in this function.
12828 (cplus_type_of_child): If our parent is one of the "fake"
12829 parents, we need to get at the type of the real parent, and
12830 derive the child's true type using this information.
12831
12832 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12833
12834 From 2002-01-09 John Marshall <johnm@falch.net>:
12835 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12836 sources.redhat.com, and tweak some related URLs which had
12837 suffered from linkrot.
12838
12839 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12840
12841 From Jeff law:
12842 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12843 structures passed in registers.
12844
12845 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12846
12847 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12848 white space which prevented compilation. Reported by DSK
12849 <dsk@student.unsw.edu.au>.
12850
12851 2002-01-11 Michael Snyder <msnyder@redhat.com>
12852
12853 * symfile.c (build_section_addr_info_from_section_tab):
12854 Use bfd access method instead of manipulating bfd directly.
12855 (syms_from_objfile): Ditto.
12856 (simple_overlay_update_1): Ditto.
12857 (simple_overlay_update): Ditto.
12858 (generic_load): Ditto.
12859 (overlay_unmapped_address): FIXME comment, bfd access methods.
12860 (sections_overlap): FIXME comment, bfd access methods.
12861 (pc_in_mapped_range): FIXME comment, bfd access methods.
12862 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12863 (section_is_mapped): FIXME comment, bfd access methods.
12864 (section_is_overlay): FIXME comment, bfd access methods.
12865
12866 * symfile.c (generic_load): Whitespace and long line cleanups.
12867 Remove duplicate variable, change several local variables to
12868 more appropriate data types.
12869 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12870
12871 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12872
12873 From Peter Schauer:
12874 * language.c (longest_local_hex_string_custom): Use phex_nz to
12875 convert NUM to a hex string.
12876
12877 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12878
12879 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12880 the function.
12881 Update Copyright year.
12882
12883 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12884
12885 * language.c (longest_raw_hex_string): Delete unused function.
12886
12887 2002-01-11 Petr Sorfa <petrs@caldera.com>
12888
12889 * MAINTAINERS (write-after-approval): Add myself.
12890 * dwarf2read.c (read_tag_string_type): Handling of
12891 DW_AT_byte_size.
12892 (read_tag_string_type): FORTRAN fix to prevent propagation of
12893 first string size.
12894 (set_cu_language): Handling of DW_LANG_Fortran95
12895
12896 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12897
12898 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12899 GETPID(inferior_ptid).
12900 (store_inferior_registers): Likewise.
12901
12902 2002-01-10 Jason Merrill <jason@redhat.com>
12903
12904 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12905 Fix DW_OP_minus.
12906
12907 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12908
12909 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12910 and bfd/elf32-sh-nbsd.c.
12911
12912 2002-01-10 Michael Snyder <msnyder@redhat.com>
12913
12914 * NEWS: Mention --pid and corefile/proc-id behavior change.
12915
12916 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12917 * gcore.c: Include cli/cli-decode.h instead of command.h.
12918
12919 * main.c (captured_main): Add new command line option "--pid".
12920 If the second command line argument (following the symbol-file)
12921 begins with a digit, try to attach to it before trying to open
12922 it as a corefile.
12923 (print_gdb_help): Document the "--pid" argument.
12924
12925 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12926
12927 * completer.c (command_completer): New function.
12928
12929 * completer.h <command_completer>: Add prototype.
12930
12931 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12932 completer for the "help" command.
12933
12934 2002-01-09 Jason Merrill <jason@redhat.com>
12935
12936 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12937
12938 2002-01-09 Michael Snyder <msnyder@redhat.com>
12939
12940 * i386-linux-nat.c (fill_fpxregset): Make global.
12941 (store_fpxregset): Ditto.
12942
12943 * gregset.h (gdb_fpxregset_t): Define.
12944 (supply_fpxregset): Prototype.
12945 (fill_fpxregset): Prototype.
12946
12947 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12948
12949 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12950
12951 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12952 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12953 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12954
12955 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12956
12957 * MAINTAINERS: Update target maintainer rules so that any
12958 Maintainer can approve a tested patch for a maintenance-only
12959 target.
12960
12961 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12962
12963 * MAINTAINERS (write-after-approval): Add myself.
12964
12965 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12966 IN_SIGTRAMP.
12967
12968 2002-01-08 Michael Snyder <msnyder@redhat.com>
12969
12970 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12971 real name of the executable, rather than the /proc name.
12972
12973 2002-01-03 Michael Snyder <msnyder@redhat.com>
12974
12975 Implement a "generate-core-file" command in gdb, save target state.
12976 * gcore.c: New file. Implement new command 'generate-core-file'.
12977 Save a corefile image of the current state of the inferior.
12978 * linux-proc.c: Add linux-specific code for saving corefiles.
12979 * target.h (struct target_ops): Add new target vectors for saving
12980 corefiles; to_find_memory_regions and to_make_corefile_notes.
12981 (target_find_memory_regions): New macro.
12982 (target_make_corefile_notes): New macro.
12983 * target.c (update_current_target): Inherit new target methods.
12984 (dummy_find_memory_regions): New place-holder method.
12985 (dummy_make_corefile_notes): New place-holder method.
12986 (init_dummy_target): Initialize new dummy target vectors.
12987 * exec.c (exec_set_find_memory_regions): New function.
12988 Allow the exec_ops vector for memory regions to be taken over.
12989 (exec_make_note_section): New function, target vector method.
12990 * defs.h (exec_set_find_memory_regions): Export prototype.
12991 * procfs.c (proc_find_memory_regions): New function, corefile method.
12992 (procfs_make_note_section): New function, corefile method.
12993 (init_procfs_ops): Set new target vector pointers.
12994 (find_memory_regions_callback): New function.
12995 (procfs_do_thread_registers): New function.
12996 (procfs_corefile_thread_callback): New function.
12997 * sol-thread.c (sol_find_memory_regions): New function.
12998 (sol_make_note_section): New function.
12999 (init_sol_thread_ops): Initialize new target vectors.
13000 * inftarg.c (inftarg_set_find_memory_regions): New function.
13001 Allow to_find_memory_regions vector to be taken over.
13002 (inftarg_set_make_corefile_notes): New function.
13003 Allow to_make_corefile_notes vector to be taken over.
13004 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13005 interface layer if not target_has_execution (may be a corefile).
13006 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13007 * config/sparc/sun4sol2.mh: Ditto.
13008 * config/alpha/alpha-linux.mh: Ditto.
13009 * config/arm/linux.mh: Ditto.
13010 * config/i386/x86-64linux.mh: Ditto.
13011 * config/ia64/linux.mh: Ditto.
13012 * config/m68k/linux.mh: Ditto.
13013 * config/mips/linux.mh: Ditto.
13014 * config/powerpc/linux.mh: Ditto.
13015 * config/sparc/linux.mh: Ditto.
13016
13017 2002-01-07 Michael Snyder <msnyder@redhat.com>
13018
13019 * arm-linux-nat.c: Remove references to regcache.c internal data
13020 (registers[] and register_valid[]).
13021
13022 2002-01-07 Michael Snyder <msnyder@redhat.com>
13023
13024 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13025 so that attaching to a pid will automatically read the process's
13026 symbol file and shlibs.
13027 * Makefile.in: Add rule for linux-proc.o.
13028 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13029 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13030 * config/arm/linux.mh: Ditto.
13031 * config/i386/linux.mh: Ditto.
13032 * config/i386/x86-64linux.mh: Ditto.
13033 * config/ia64/linux.mh: Ditto.
13034 * config/m68k/linux.mh: Ditto.
13035 * config/mips/linux.mh: Ditto.
13036 * config/powerpc/linux.mh: Ditto.
13037 * config/sparc/linux.mh: Ditto.
13038
13039 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13040
13041 * win32-nat.c: Add i386-tdep.h dependency.
13042
13043 2002-01-07 Michael Snyder <msnyder@redhat.com>
13044
13045 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13046 instead of bfd_get_arch_size. Don't bail out just because
13047 there's no exec_bfd.
13048
13049 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13050 * p-valprint.c (pascal_object_print_value): Ditto.
13051 * somread.c (som_symtab_read): Ditto.
13052 * symfile.c (simple_free_overlay_region_table): Ditto.
13053 * valops.c (value_assign): Ditto.
13054
13055 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13056 use tilde_expand and strerror for opening save-tracepoints file.
13057
13058 * thread-db.c (thread_db_new_objfile): Indendation fix.
13059
13060 * infptrace.c (GDB_MAX_ALLOCA): New define.
13061 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13062 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13063 can be overridden with whatever value is appropriate to the host).
13064 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13065 alloca to allocate potentially large buffer.
13066 * rs6000-nat.c (child_xfer_memory): Ditto.
13067 * symm-nat.c (child_xfer_memory): Ditto.
13068 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13069
13070 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13071
13072 From Nick Clifton <nickc@redhat.com>
13073 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13074
13075 2002-01-07 Michael Snyder <msnyder@redhat.com>
13076
13077 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13078 Don't use exec_bfd if it's NULL.
13079
13080 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13081
13082 * valops.c (value_arg_coerce): Fix formatting.
13083
13084 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13085
13086 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13087 * gnu-nat.c: Ditto.
13088
13089 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13090
13091 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13092 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13093 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13094 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13095 z8k-coff have not been multi-arched. Update z8k-coff build
13096 status.
13097
13098 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13099
13100 * MAINTAINERS: Mark a29k target as obsolete.
13101 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13102 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13103 comments.
13104 * NEWS: Note that a29k targets are obsolete.
13105 * a29k-tdep.c: Mark as obsolete.
13106 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13107 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13108 a29k-*-vxworks* targets as obsolete.
13109 * remote-adapt.c: Obsolete.
13110 * remote-eb.c: Obsolete.
13111 * remote-mm.c: Obsolete.
13112 * remote-udi.c: Obsolete.
13113 * config/a29k/a29k-udi.mt: Obsolete.
13114 * config/a29k/a29k.mt: Obsolete.
13115 * config/a29k/tm-a29k.h: Obsolete.
13116 * config/a29k/tm-vx29k.h: Obsolete.
13117 * config/a29k/vx29k.mt: Obsolete.
13118
13119 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13120
13121 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13122 with BFD_ENDIAN_BIG.
13123
13124 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13125
13126 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13127 * configure, config.in: Re-generate.
13128 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13129 * defs.h: Do not include <endian.h>.
13130
13131 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13132
13133 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13134 * config.in: Regenerate.
13135 * configure.in: Update copyright years.
13136 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13137 * configure: Regenerate.
13138 * i386bsd-nat.c: Update copyright years.
13139 (fill_gregset): Use regcache_collect.
13140 (fetch_inferior_registers): Only fetch integer registers
13141 if requested to do so. Add support for XMM registers
13142 using PT_GETXMMREGS.
13143 (store_inferior_registers): Only store integer registers
13144 if requested to do so. Add support for XMM registers
13145 using PT_SETXMMREGS.
13146 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13147 (store_inferior_registers): Remove.
13148 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13149 (fetch_elfcore_registers): New function.
13150 (i386nbsd_elfcore_fns): New.
13151 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13152 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13153 i386bsd-nat.o.
13154 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13155 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13156 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13157 * config/i386/tm-nbsd.h: Update copyright years.
13158 (HAVE_SSE_REGS): Define.
13159 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13160 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13161 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13162 (SIGCONTEXT_PC_OFFSET): Remove.
13163 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13164
13165 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13166
13167 * configure.tgt: Remove powerpc-*-macos* target.
13168 * config/m68k/xm-mpw.h: Delete file.
13169 * config/xm-mpw.h: Delete file.
13170 * ser-mac.c: Delete file.
13171 * mpw-make.sed: Delete file.
13172 * mpw-config.in: Delete file.
13173 * mac-xdep.c: Delete file.
13174 * mac-gdb.r: Delete file.
13175 * mac-defs.h: Delete file.
13176 * mac-nat.c: Delete file.
13177 * config/powerpc/macos.mh: Delete file.
13178 * config/powerpc/macos.mt: Delete file.
13179 * config/powerpc/nm-macos.h: Delete file.
13180 * config/powerpc/tm-macos.h: Delete file.
13181 * source.c (openp, open_source_file): Remove obsolete code.
13182 * top.c (gdb_readline): Ditto.
13183 * utils.c (query): Ditto.
13184 * event-top.c (display_gdb_prompt): Ditto.
13185 * Makefile.in (ser-mac.o): Delete obsolete target.
13186 * NEWS: Update.
13187
13188 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13189
13190 * defs.h (BIG_ENDIAN): Delete macro definition.
13191 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13192 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13193 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13194 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13195 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13196 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13197 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13198 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13199 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13200 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13201 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13202 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13203 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13204 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13205 * gdbarch.c: Re-generate.
13206
13207 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13208
13209 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13210 for core files.
13211
13212 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13213
13214 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13215
13216 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13217
13218 * value.h (value_ptr): Delete typedef.
13219
13220 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13221
13222 * i386nbsd-nat.c: Update copyright years.
13223 Include i386-tdep.h.
13224
13225 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13226
13227 * stabsread.c: Update copyright years.
13228
13229 From Debashis Mahata <debashis.mahata@wipro.com>:
13230 (read_struct_fields): Deal with Sun C compiler erroneous stab
13231 output for structs and unions.
13232 Fix PR gdb/269.
13233
13234 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13235
13236 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13237 prototype.
13238
13239 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13240
13241 * cp-abi.c: Fix whitespace.
13242 (baseclass_offset): New wrapper function.
13243 * cp-abi.h (baseclass_offset): Add prototype.
13244 (struct cp_abi_ops): Add baseclass_offset pointer.
13245
13246 * valops.c (vb_match): Move to...
13247 * gnu-v2-abi.c (vb_match): here.
13248 * valops.c (baseclass_offset): Move to...
13249 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13250
13251 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13252
13253 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13254 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13255 * hpacc-abi.c (init_hpacc_ops): Likewise.
13256
13257 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13258
13259 * valops.c (find_overload_match): Accept obj as a
13260 reference parameter. Update it before returning.
13261 * value.h (find_overload_match): Update prototype.
13262 * eval.c (evaluate_subexp_standard): Pass object to
13263 find_overload_match by reference.
13264
13265 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13266
13267 * valarith.c: Replace value_ptr with struct value pointer. Remove
13268 register attribute from value declarations.
13269 * valops.c: Ditto.
13270 * value.h: Ditto.
13271 * scm-lang.c (scm_lookup_name): Ditto.
13272
13273 2002-01-03 Michael Snyder <msnyder@redhat.com>
13274
13275 Abstract the functionality of iterating over mapped memory
13276 regions into a general purpose iterator function.
13277 * procfs.c (iterate_over_mappings): New function, general purpose
13278 iterator for memory sections.
13279 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13280 (solib_mappings_callback): New function, callback for above.
13281 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13282 (info_mappings_callback): New function, callback for above.
13283
13284 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13285
13286 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13287
13288 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13289 * i386-tdep.c: Include "elf-bfd.h".
13290 (process_note_abi_tag_sections): New function.
13291 (i386_gdbarch_init): Add code to recognize various OS/ABI
13292 combinations.
13293
13294 * maint.c (_initialize_maint_cmds): Add missing \ in
13295 string-literal.
13296
13297 For older changes see ChangeLog-2001
13298 \f
13299 Local Variables:
13300 mode: change-log
13301 left-margin: 8
13302 fill-column: 74
13303 version-control: never
13304 End:
This page took 0.306808 seconds and 4 git commands to generate.