* xstormy16-desc.c: Regenerate.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
... / ...
CommitLineData
12002-11-19 Andrew Cagney <ac131313@redhat.com>
2
3 Problems reported by Paul Eggert.
4 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
5
62002-11-19 Andreas Schwab <schwab@suse.de>
7
8 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
9 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
10 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
11 (m68k_linux_frame_saved_pc): Move to ...
12 * m68klinux-tdep.c: ... here. New file.
13 * Makefile.in (m68klinux-tdep.o): Add dependencies.
14 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
15
162002-11-19 Adam Fedor <fedor@gnu.org>
17
18 * objc-exp.y: Revert to old skip_quoted usage.
19
202002-11-19 Adam Fedor <fedor@gnu.org>
21
22 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
23 (objc_lang_h): Define.
24 (YYFILES): Add objc-exp.tab.c.
25 (local-maintainer-clean): Remove objc-exp.tab.c.
26 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
27
282002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
29
30 * p-exp.y (typecast rule): Add automatic dereference of
31 pascal classes if needed.
32 (THIS): Set current_type.
33 Automatically dereference pascal classes.
34 (typebase rule): Add ^typebase recognition.
35
362002-11-18 Adam Fedor <fedor@gnu.org>
37
38 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
39 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
40 (op_name): Handle OP_OBJC_SELF.
41 * Makefile.in (expprint.o): Add additional depends.
42
432002-11-18 Adam Fedor <fedor@gnu.org>
44
45 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
46 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
47 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
48 * objc-exp.y: Likewise.
49
502002-11-18 Adam Fedor <fedor@gnu.org>
51
52 * gdb/parser-defs.h: (struct objc_class_str): New structure
53 for parsing ObjC classes.
54
55>>>>>>> 1.3477
562002-11-18 Andrew Cagney <ac131313@redhat.com>
57
58 * stack.c (frame_relative_level): Copy function from here ...
59 * frame.c (frame_relative_level): ...to here.
60
612002-11-18 Andrew Cagney <ac131313@redhat.com>
62
63 * frame.h (enum frame_type): Define.
64 (get_frame_type): Declare.
65 (struct frame_info): Add field `type'. Delete field
66 signal_handler_caller.
67 (deprecated_set_frame_signal_handler_caller): Declare.
68 * frame.c (get_frame_type): New function.
69 (deprecated_set_frame_type): New function.
70 (create_new_frame): Set the frame's type.
71 (get_prev_frame): Similar.
72 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
73 * s390-tdep.c: Ditto.
74 * m68klinux-nat.c: Ditto.
75 * ns32k-tdep.c: Ditto.
76 * x86-64-linux-tdep.c: Ditto.
77 * vax-tdep.c: Ditto.
78 * rs6000-tdep.c: Ditto.
79 * ppc-linux-tdep.c: Ditto.
80 * i386-interix-tdep.c: Ditto.
81 * mips-tdep.c: Ditto.
82 * m68k-tdep.c: Ditto.
83 * hppa-tdep.c: Ditto.
84 * ia64-tdep.c: Ditto.
85 * cris-tdep.c: Ditto.
86 * arm-tdep.c: Ditto.
87 * alpha-tdep.c: Ditto.
88 * i386-tdep.c: Ditto.
89 * stack.c: Ditto.
90 * ada-lang.c: Ditto.
91 * blockframe.c: Update.
92 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
93 deprecated_set_frame_type instead of signal_handler_caller.
94 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
95 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
96 * breakpoint.h: Delete FIXME suggesting get_frame_type.
97
982002-11-18 Klee Dienes <kdienes@apple.com>
99
100 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
101
1022002-11-18 Klee Dienes <kdienes@apple.com>
103
104 * buildsym.c (pop_context): Add comment.
105
1062002-11-18 Klee Dienes <kdienes@apple.com>
107
108 * buildsym.h (pop_context): Convert to function, defined in
109 buildsym.c.
110 * buildsym.c: Include gdb_assert.h.
111 (pop_context): Implement as C function. Add check for stack
112 underflow.
113 * dbxread.c (process_one_symbol): Complain and stop processing
114 that symbol if we are already at the top of the context stack for
115 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
116 when processing N_RBRAC.
117
1182002-11-16 Daniel Jacobowitz <drow@mvista.com>
119
120 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
121 define.
122 (struct target_waitstatus): Add opaque definition.
123 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
124 * exec.c (init_exec_ops): Likewise.
125 * fork-child.c (clone_and_follow_inferior): Remove.
126 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
127 * inferior.h (clone_and_follow_inferior): Remove prototype.
128 * infrun.c (follow_fork_mode_both): Remove.
129 (follow_fork_mode_kind_names): Remove commented out "both".
130 (follow_inferior_fork): Remove follow_fork_mode_both support.
131 * inftarg.c (child_clone_and_follow_inferior): Remove.
132 (child_post_follow_inferior_by_clone): Remove.
133 (init_child_ops): Don't set to_clone_and_follow_inferior
134 or to_post_follow_inferior_by_clone.
135 * target.c (default_clone_and_follow_inferior): Remove.
136 (cleanup_target): Don't set to_clone_and_follow_inferior
137 or to_post_follow_inferior_by_clone.
138 (find_default_clone_and_follow_inferior): Remove.
139 (init_dummy_target): Don't set to_clone_and_follow_inferior.
140 (debug_to_clone_and_follow_inferior): Remove.
141 (debug_to_post_follow_inferior_by_clone): Remove.
142 (setup_target_debug): Don't set to_clone_and_follow_inferior
143 or to_post_follow_inferior_by_clone.
144 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
145 and to_post_follow_inferior_by_clone.
146 (child_clone_and_follow_inferior): Remove prototype.
147 (child_post_follow_inferior_by_clone): Remove prototype.
148 (target_clone_and_follow_inferior): Remove macro.
149 (target_post_follow_inferior_by_clone): Remove macro.
150 (find_default_clone_and_follow_inferior): Remove prototype.
151
1522002-11-16 Daniel Jacobowitz <drow@mvista.com>
153
154 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
155 inferior_has_vforked, and inferior_has_execd instead of
156 target_has_forked, target_has_vforked, and target_has_execd.
157 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
158 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
159 (CHILD_WAIT): Define.
160 (child_wait): Add prototype.
161 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
162 Add prototype.
163 (hpux_has_vforked): Likewise, from child_has_vforked.
164 (hpux_has_execd): Likewise, from child_has_execd.
165 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
166 (not_same_real_pid, child_wait): New, copied from inftarg.c.
167 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
168 and hpux_has_syscall_event instead of the target hooks.
169 * infrun.c (inferior_has_forked, inferior_has_vforked)
170 (inferior_has_execd): New functions.
171 * inftarg.c (not_same_real_pid): Remove.
172 (child_wait): Remove references to not_same_real_pid,
173 target_has_forked, target_has_vforked, target_has_execd,
174 and target_has_syscall_event.
175 (child_has_forked, child_has_vforked, child_has_execd)
176 (child_has_syscall_event): Remove.
177 (init_child_ops): Remove references to child_has_forked,
178 child_has_vforked, child_has_execd, and child_has_syscall_event.
179 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
180 (hpux_has_vforked): Likewise, from child_has_vforked.
181 (hpux_has_execd): Likewise, from child_has_execd.
182 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
183 * target.c (cleanup_target): Remove references to
184 to_has_forked, to_has_vforked, to_has_execd, and
185 to_has_syscall_event.
186 (update_current_target): Likewise.
187 (setup_target_debug): Likewise.
188 (debug_to_has_forked): Remove.
189 (debug_to_has_vforked): Remove.
190 (debug_to_has_execd): Remove.
191 (debug_to_has_syscall_event): Remove.
192 * target.h (struct target_ops): Remove to_has_forked.
193 to_has_vforked, to_has_execd, and to_has_syscall_event.
194 (child_has_forked, child_has_vforked, child_has_execd)
195 (child_has_syscall_event): Remove prototypes.
196 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
197 prototypes.
198 (target_has_forked, target_has_vforked, target_has_execd)
199 (target_has_syscall_event): Remove macros.
200
2012002-11-16 Daniel Jacobowitz <drow@mvista.com>
202
203 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
204 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
205 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
206 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
207 * target.c (cleanup_target): Remove reference to
208 to_can_follow_vfork_prior_to_exec.
209 (update_current_target): Likewise.
210 (debug_to_can_follow_vfork_prior_to_exec): Remove.
211 (setup_target_debug): Remove reference to
212 to_can_follow_vfork_prior_to_exec.
213 * target.h (struct target_ops): Remove
214 to_can_follow_vfork_prior_to_exec.
215 (child_can_follow_vfork_prior_to_exec): Remove prototype.
216 (target_can_follow_vfork_prior_to_exec): Remove definition.
217 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
218 define.
219 * infrun.c (follow_vfork_when_exec): Remove.
220 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
221 (follow_exec): Likewise.
222 (handle_inferior_event): Likewise.
223 (keep_going): Likewise.
224
2252002-11-15 Andrew Cagney <cagney@redhat.com>
226
227 * frame.c (generic_unwind_get_saved_register): Make static.
228 * frame.h (generic_unwind_get_saved_register): Delete declaration.
229 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
230 defaults to generic_unwind_get_saved_register.
231 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
232 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
233 * frv-tdep.c (frv_gdbarch_init): Ditto.
234 * i386-tdep.c (i386_gdbarch_init): Ditto.
235 * s390-tdep.c (s390_gdbarch_init): Ditto.
236 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
237 * v850-tdep.c (v850_gdbarch_init): Ditto.
238 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
239 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
240 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
241
2422002-11-15 Andrew Cagney <cagney@redhat.com>
243
244 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
245 i386-tdep.c.
246
2472002-11-15 Andrew Cagney <cagney@redhat.com>
248
249 * frame.h (sigtramp_saved_pc): Delete declaration.
250 * blockframe.c (sigtramp_saved_pc): Delete function.
251 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
252 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
253 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
254 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
255
2562002-11-15 Andrew Cagney <ac131313@redhat.com>
257
258 * frame.c (frame_pc_unwind): New function.
259 (frame_saved_regs_pc_unwind): New function.
260 (frame_register_unwind): Pass unwind_cache instead of
261 register_unwind_cache.
262 (set_unwind_by_pc): Add unwind_pc parameter, set.
263 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
264 (get_prev_frame): Ditto.
265 * frame.h (frame_pc_unwind_ftype): Declare.
266 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
267 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
268 (frame_pc_unwind): Declare.
269 * dummy-frame.c (dummy_frame_pc_unwind): New function.
270 (struct dummy_frame): Add comment mentioning that values are for
271 previous frame.
272 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
273 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
274 (generic_file_frame_chain_valid): Ditto.
275 * stack.c (frame_info): Ditto.
276
2772002-11-15 David Carlton <carlton@math.stanford.edu>
278
279 * linespec.c (locate_first_half): New function.
280 (decode_line_1): Move code into locate_first_half.
281
2822002-11-15 Andrew Cagney <ac131313@redhat.com>
283
284 * complaints.h: Add comment explaining how to eliminate a
285 deprecated_complain call.
286 * complaints.h: Fix spelling errors.
287
2882002-11-15 David Carlton <carlton@math.stanford.edu>
289
290 * printcmd.c: Remove #include "disasm.h".
291
2922002-11-14 Andrew Cagney <ac131313@redhat.com>
293
294 * frame.h: Move the most relevant interface functions to the start
295 of the file.
296
2972002-11-14 Andrew Cagney <ac131313@redhat.com>
298
299 * regcache.h (deprecated_registers): Rename registers.
300 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
301 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
302 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
303 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
304 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
305 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
306 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
307 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
308 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
309 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
310 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
311 * v850ice.c: Update.
312
313Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
314
315 * utils.c (gdb_realpath): Add comment mentioning realpath with a
316 NULL buffer.
317
3182002-11-13 Andrew Cagney <cagney@redhat.com>
319
320 * regcache.h (deprecated_read_register_bytes): Rename
321 read_register_bytes.
322 (deprecated_write_register_bytes): Rename write_register_bytes.
323 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
324 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
325 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
326 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
327 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
328 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
329 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
330 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
331 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
332 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
333 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
334 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
335 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
336 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
337
3382002-11-13 Jim Blandy <jimb@redhat.com>
339
340 * findvar.c (read_var_value): Doc fix.
341
3422002-11-13 Andrew Cagney <cagney@redhat.com>
343
344 * regcache.c (struct regcache): Replace passthough_p with
345 readonly_p.
346 (regcache_xmalloc): Initialize readonly_p.
347 (build_regcache): Initialize readonly_p.
348 (regcache_save): New function.
349 (regcache_restore): New function.
350 (regcache_cpy): Re-implement using regcache_save and
351 regcache_restore.
352 (regcache_raw_read): Update.
353 (regcache_cooked_read): When a read-only cache, checked for cached
354 pseudo register values.
355 (regcache_raw_write): Assert that the cache is not read-only.
356 Remove code handling a non-passthrough cache.
357 * regcache.h (regcache_save): Declare.
358 (regcache_restore): Declare.
359
3602002-11-13 Andrew Cagney <cagney@redhat.com>
361
362 * regcache.c (struct regcache_descr): Add fields
363 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
364 (init_legacy_regcache_descr): Compute the size of a cooked
365 register cache and then assign that to sizeof_raw_registers. Set
366 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
367 (init_legacy_regcache_descr): Ditto.
368
3692002-11-13 Andrew Cagney <cagney@redhat.com>
370
371 * regcache.c (register_buffer): Move to near start of file, update
372 description.
373 (regcache_raw_read): Use.
374 (regcache_raw_write): Use.
375 (struct regcache): Rename raw_registers to registers and
376 raw_register_valid_p to register_valid_p.
377 (regcache_xmalloc): Update.
378 (regcache_xfree): Update.
379 (register_buffer): Update.
380 (regcache_cpy): Update.
381 (regcache_cpy_no_passthrough): Update.
382 (regcache_valid_p): Update.
383 (deprecated_grub_regcache_for_registers): Update.
384 (deprecated_grub_regcache_for_register_valid): Update.
385 (set_register_cached): Update.
386 (regcache_raw_write): Update.
387
3882002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
389
390 * p-exp.y (name_not_typename): Use copy_name to
391 set current_type variable for fields of THIS.
392
3932002-11-12 Daniel Jacobowitz <drow@mvista.com>
394
395 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
396 * monitor.c (init_base_monitor_ops): Likewise.
397 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
398 * remote-array.c (init_array_ops): Likewise.
399 * remote-e7000.c (init_e7000_ops): Likewise.
400 * remote-es.c (init_es1800_ops): Likewise.
401 (init_es1800_child_ops): Likewise.
402 * remote-rdp.c (init_remote_rdp_ops): Likewise.
403 * remote-sim.c (init_gdbsim_ops): Likewise.
404 * remote-st.c (init_st2000_ops): Likewise.
405 * sol-thread.c (init_sol_core_ops): Likewise.
406 (init_sol_thread_ops): Likewise.
407 * v850ice.c (init_850ice_ops): Likewise.
408 * win32-nat.c (init_child_ops): Likewise.
409 * wince.c (init_child_ops): Likewise.
410
4112002-11-12 Andrew Cagney <ac131313@redhat.com>
412
413 * utils.c (gdb_realpath): Make rp a constant pointer.
414
4152002-11-12 Andrew Cagney <ac131313@redhat.com>
416
417 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
418 a constant buffer; cannonicalize_file_name(); realpath() with a
419 pathconf() defined buffer, xstrdup().
420
4212002-11-12 Andrew Cagney <ac131313@redhat.com>
422
423 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
424 to hang2.C; hang3.c to hang3.C.
425
4262002-11-11 Elena Zannoni <ezannoni@redhat.com>
427
428 * findvar.c (read_var_value): Reenable TLS code.
429
4302002-11-11 Elena Zannoni <ezannoni@redhat.com>
431 Jim Blandy <jimb@redhat.com>
432
433 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
434 * target.c (update_current_target): Add
435 to_get_thread_local_address.
436 * target.h (to_get_thread_local_address): Export.
437 (target_get_thread_local_address): Define.
438 (target_get_thread_local_address_p): Define.
439 * thread-db.c: Include solib-svr4.h.
440 (td_thr_tls_get_addr_p): Define.
441 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
442 (thread_db_get_thread_local_address): New function.
443 (init_thread_db_ops): Initialize to_get_thread_local_address.
444 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
445 * configure: Regenerate.
446 * config.in: Regenerate.
447
4482002-11-11 David Carlton <carlton@math.stanford.edu>
449
450 * linespec.c (set_flags): New function.
451 (decode_line_1): Move code into set_flags.
452
4532002-11-11 David Carlton <carlton@math.stanford.edu>
454
455 * linespec.c (decode_line_1): Move chunks of code to separate
456 functions.
457 (initialize_defaults): New function.
458 (decode_indirect): New function.
459
4602002-11-11 Andrew Cagney <ac131313@redhat.com>
461
462 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
463 instead of void_code_ptr.
464 (sigtramp_saved_pc): Ditto.
465
466 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
467 i386_fp_regnum_p.
468
4692002-11-10 Daniel Jacobowitz <drow@mvista.com>
470
471 * gdbtypes.h (struct main_type): Move artificial flag out of
472 loc. New member of ``struct field'' named static_kind. Reduce
473 overloaded meaning of bitsize.
474 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
475 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
476 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
477
478 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
479 new fields.
480 (template_to_fixed_record_type, template_to_static_fixed_type)
481 (to_record_with_fixed_variant_part): Likewise.
482 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
483 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
484 * dwarfread.c (struct_type, enum_type): Likewise.
485 * hpread.c (hpread_read_enum_type)
486 (hpread_read_function_type, hpread_read_doc_function_type)
487 (hpread_read_struct_type): Likewise.
488 * mdebugread.c (parse_symbol): Likewise.
489
4902002-11-10 Andrew Cagney <ac131313@redhat.com>
491
492 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
493 * stack.c (print_frame_info_base): Update.
494 (print_frame_info_base, frame_info): Update.
495 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
496 (sparc_frame_saved_pc): Update.
497 * ada-lang.c (find_printable_frame): Update.
498 * breakpoint.c (deprecated_frame_in_dummy): Update.
499
5002002-11-09 Mark Kettenis <kettenis@gnu.org>
501
502 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
503 defined.
504 (regmap): Extend to cover all registers.
505 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
506 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
507 definitions.
508 (fetch_register, sore_register): Simplify.
509 (old_fetch_inferior_registers, old_store_inferior_registers):
510 Remove functions.
511 (cannot_fetch_register, cannot_store_register): Change
512 implementation to use regmap array to decide which registers
513 cannot be fetched/stored. This removes $orig_eax from the
514 registers that cannot be fetched/stored.
515 (fetch_inferior_registers): Call fetch_register directly instead
516 of calling old_fetch_inferior_registers.
517 (store_inferior_registers): Call store_register directly instead
518 of calling old_store_inferior_registers.
519 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
520 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
521 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
522
5232002-11-09 Klee Dienes <kdienes@apple.com>
524
525 * i387-tdep.c (i387_supply_register): When called with NULL as a
526 buffer, mark the register as not provided (to mirror the behavior
527 of supply_register).
528 (i387_supply_fxsave): Ditto.
529 (i387_supply_fsave): Ditto (inherits the behavior from
530 i387_supply_register).
531
5322002-11-09 Klee Dienes <kdienes@apple.com>
533
534 * blockframe.c (sigtramp_saved_pc): Use
535 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
536 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
537 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
538
5392002-11-09 Andrew Cagney <ac131313@redhat.com>
540
541 * frame.c (get_prev_frame): Test prev_p to identify a previously
542 unwound frame. Initialize prev_p.
543 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
544 comment.
545
5462002-11-09 Andrew Cagney <ac131313@redhat.com>
547
548 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
549 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
550 more comments. Zap dead code.
551
5522002-11-09 Mark Kettenis <kettenis@gnu.org>
553
554 * infcmd.c (print_vector_info, print_float_info): Move code that
555 checks whether the target has any registers and whether there is a
556 selected frame up, such that it is also used if a target provides
557 multi-arch definitions of these functions.
558
5592002-11-08 Andrew Cagney <ac131313@redhat.com>
560
561 * Makefile.in (DESTDIR): Define.
562 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
563 prefix.
564
565 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
566 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
567
5682002-11-08 Andrew Cagney <ac131313@redhat.com>
569
570 * i386-linux-tdep.c: Include "reggroups.h".
571 (i386_linux_register_reggroup_p): New function.
572 (i386_linux_init_abi): Set register_reggroup_p to
573 i386_linux_register_reggroup_p.
574 * i386-tdep.h (i386_register_reggroup_p): Declare.
575 * i386-tdep.c: Include "reggroups.h".
576 (i386_init_reggroups): New function.
577 (i386_add_reggroups): New function.
578 (i386_register_reggroup_p): New function.
579 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
580 (_initialize_i386_tdep): Call i386_init_reggroups.
581 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
582 specific reggroups.
583
5842002-11-09 Mark Kettenis <kettenis@gnu.org>
585
586 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
587 request that's available in *BSD.
588
589 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
590
591 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
592 FDOFF_REGNUM.
593
5942002-11-08 Andrew Cagney <ac131313@redhat.com>
595
596 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
597 * dummy-frame.c (find_dummy_frame): Rename
598 generic_find_dummy_frame, make static. Return the dummy frame
599 instead of the regcache.
600 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
601 (cached_find_dummy_frame): New function. Use find_dummy_frame.
602 (dummy_frame_register_unwind): Rename
603 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
604 * dummy-frame.h (dummy_frame_register_unwind): Rename
605 generic_call_dummy_register_unwind.
606
6072002-11-08 Mark Kettenis <kettenis@gnu.org>
608
609 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
610 except the inclusion of "i386/tm-i386.h", to...
611 * config/i386/nm-i386v42mp.h: ...here.
612 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
613
6142002-11-08 Andrew Cagney <ac131313@redhat.com>
615
616 * Makefile.in (frame.o): Update dependencies.
617 * blockframe.c (current_frame, frame_obstack_alloc)
618 (frame_saved_regs_zalloc, get_current_frame)
619 (set_current_frame, create_new_frame)
620 (set_unwind_by_pc, get_next_frame)
621 (flush_cached_frames, reinit_frame_cache)
622 (frame_saved_regs_register_unwind)
623 (deprecated_generic_get_saved_register)
624 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
625 (_initialize_blockframe): Move frame code from here...
626 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
627 "annotate.h" and "dummy-frame.h".
628 (_initialize_frame): New function.
629
6302002-11-08 Jim Blandy <jimb@redhat.com>
631
632 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
633 when we finish a function a context.
634 * buildsym.h (outermost_context_p): New macro.
635 (Bug analyzed by David Edelsohn.)
636
6372002-11-08 Andrew Cagney <ac131313@redhat.com>
638
639 * blockframe.c: Include "dummy-frame.h".
640 (struct dummy_frame, dummy_frame_stack)
641 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
642 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
643 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
644 (generic_save_call_dummy_addr, generic_pop_current_frame)
645 (generic_pop_dummy_frame, generic_fix_call_dummy)
646 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
647 dummy frame code from here...
648 * dummy-frame.c: ...to here. New file.
649 * dummy-frame.h: New file.
650 (generic_call_dummy_register_unwind): Declare.
651 (generic_find_dummy_frame): Declare.
652 * Makefile.in (SFILES): Add dummy-frame.c.
653 (dummy-frame.o): Specify dependencies.
654 (dummy_frame_h): Define.
655 (COMMON_OBS): Add dummy-frame.o.
656 (blockframe.o): Update dependencies.
657
6582002-11-08 Jim Blandy <jimb@redhat.com>
659
660 * dwarf2read.c (read_func_scope): Restore local_symbols and
661 param_symbols after we finish the function context. (Based on a
662 patch from David Edelsohn.)
663
6642002-11-08 David Carlton <carlton@math.stanford.edu>
665
666 * linespec.c (symbol_found): New function.
667 (minsym_found): New function.
668 (decode_line_1): Separate out some code into separate functions.
669
6702002-11-08 Joel Brobecker <brobecker@gnat.com>
671
672 * i386-tdep.c (i386_frameless_signal_p): Make non static for
673 the benefit of the interix target.
674 * i386-tdep.h (i386_frameless_signal_p): Declare.
675
6762002-11-08 Andrew Cagney <ac131313@redhat.com>
677
678 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
679 declaration that snuck in from change below.
680
6812002-11-06 Andrew Cagney <cagney@redhat.com>
682
683 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
684 all callers.
685 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
686 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
687 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
688 (i386_mxcsr_regnum_p): new function. Use instead of
689 MXCSR_REGNUM_P.
690 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
691 (i386_sse_regnum_p): Declare.
692 (i386_mxcsr_regnum_p): Declare.
693 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
694 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
695 (IS_FP_REGNUM): Update definition.
696 (IS_FPU_CTRL_REGNUM): Update definition..
697 (IS_SSE_REGNUM): Update definition..
698 * i386v-nat.c (register_u_addr): Update.
699 * go32-nat.c (fetch_register): Update.
700 (store_register): Update.
701
7022002-11-07 Joel Brobecker <brobecker@gnat.com>
703
704 Preparation work to convert the hppa targets to multiarch partial.
705
706 * hppa-tdep.c: Add new functions replacing macro bodies from
707 config/pa/tm-hppa.h. These function will be used to initialize
708 the gdbarch structure. Import some comments from tm-hppa.h,
709 and place them where appropriate, to avoid loosing them when
710 we cleanup this file.
711 (hppa_reg_struct_has_addr): New function.
712 (hppa_inner_than): New function.
713 (hppa_stack_align): New function.
714 (hppa_pc_requires_run_before_use): New function.
715 (hppa_instruction_nullified): New function.
716 (hppa_register_byte): New function.
717 (hppa_register_virtual_type): New function.
718 (hppa_store_struct_return): New function.
719 (hppa_cannot_store_register): New function.
720 (hppa_frame_args_address): New function.
721 (hppa_frame_locals_address): New function.
722 (hppa_smash_text_address): New function.
723 (hppa_coerce_float_to_double): New function. Requires the inclusion
724 of "language.h".
725
726 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
727
728 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
729 gdbarch-eligible macro to a call to the new associated function
730 created in hppa-tdep.c.
731 (INNER_THAN): Likewise.
732 (STACK_ALIGN): Likewise.
733 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
734 (INSTRUCTION_NULLIFIED): Likewise.
735 (REGISTER_BYTE): Likewise.
736 (REGISTER_VIRTUAL_TYPE): Likewise.
737 (STORE_STRUCT_RETURN): Likewise.
738 (CANNOT_STORE_REGISTER): Likewise.
739 (FRAME_ARGS_ADDRESS): Likewise.
740 (FRAME_LOCALS_ADDRESS): Likewise.
741 (SMASH_TEXT_ADDRESS): Likewise.
742 (COERCE_FLOAT_TO_DOUBLE): Likewise.
743 (ABOUT_TO_RETURN): Delete, as no longer used.
744
7452002-11-07 Fernando Nasser <fnasser@redhat.com>
746
747 * printcmd.c (disassemble_command): Remove obsolete function.
748 (_initialize_printcmd): Do not create disassemble command here.
749 * cli/cli-cmds.c (disassemble_command): New function. Implements
750 disassemble command.
751 (init_cli_cmds): Create disassemble command here instead.
752
7532002-11-07 Andrew Cagney <ac131313@redhat.com>
754
755 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
756
7572002-11-07 Andrew Cagney <ac131313@redhat.com>
758
759 * regcache.h (regcache_cooked_read_using_offset_hack)
760 (regcache_cooked_write_using_offset_hack): Delete declarations.
761 (register_changed): Delete declaration.
762 * regcache.c (regcache_cooked_read_using_offset_hack)
763 (regcache_cooked_write_using_offset_hack): Delete functions.
764 (cooked_xfer_using_offset_hack): Delete function.
765 (register_changed): Delete function.
766
7672002-11-07 Jim Blandy <jimb@redhat.com>
768
769 * macroscope.c: #include "complaints.h".
770 (sal_macro_scope): Cope with filenames that appear in the symtabs,
771 but not in the macro table.
772 * Makefile.in (macroscope.o): Record dependency.
773
7742002-11-07 Joel Brobecker <brobecker@gnat.com>
775
776 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
777
7782002-11-07 Andrew Cagney <ac131313@redhat.com>
779
780 * regcache.c (deprecated_registers_fetched): Update.
781 * regcache.h (deprecated_registers_fetched): Rename
782 registers_fetched.
783 * remote-vxsparc.c (vx_read_register): Update.
784 * remote-vxmips.c (vx_read_register): Update.
785 * remote-vx68.c (vx_read_register): Update.
786 * irix5-nat.c (fetch_core_registers): Update.
787 * mipsm3-nat.c (fetch_inferior_registers): Update.
788 * sun3-nat.c (fetch_inferior_registers): Update.
789 * symm-nat.c (fetch_inferior_registers): Update.
790 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
791 (fetch_core_registers): Update.
792 (fetch_kcore_registers): Update.
793 * mips-nat.c (fetch_inferior_registers): Update.
794 * corelow.c (get_core_registers): Update.
795 * a68v-nat.c (fetch_inferior_registers): Update.
796
7972002-11-06 Joel Brobecker <brobecker@gnat.com>
798
799 Put in place the framework necessary for multiarching the hppa targets.
800 * hppa-tdep.c (hppa_gdbarch_init): New function.
801 (hppa_dump_tdep): New function.
802 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
803 tdep structure dumper.
804 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
805 until the multi-arching conversion has partially been completed.
806
8072002-11-06 Andrew Cagney <ac131313@redhat.com>
808
809 * valops.c (value_assign): Merge lval_register case into
810 lval_reg_frame_relative. Use frame_register and
811 regcache_cooked_write instead of get_saved_register and
812 write_register_bytes. After flushing the register cache, try to
813 re-select the selected frame.
814
8152002-11-06 Andrew Cagney <ac131313@redhat.com>
816
817 * regcache.h (deprecated_register_valid): Rename register_valid.
818 * regcache.c: Update.
819 * ia64-aix-nat.c: Update.
820 * i386gnu-nat.c: Update.
821 * alpha-nat.c: Update.
822 * sparc-nat.c: Update.
823 * lynx-nat.c: Update.
824 * remote-mips.c: Update.
825
8262002-11-06 Joel Brobecker <brobecker@gnat.com>
827
828 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
829 to end of file, to be more consistent with the pratice followed
830 by other targets.
831
8322002-11-06 Andrew Cagney <ac131313@redhat.com>
833
834 * infcmd.c: Include "reggroups.h" and <ctype.h>.
835 (print_float_info): Print registers in float_reggroup.
836 (print_vector_info): Print registers in vector_reggroup.
837 (default_print_registers_info): When all, print registers in
838 all_reggroup. Otherwize, print registers in general_reggroup.
839 (registers_info): Rewrite. Add support for register groups.
840 Eliminate a goto.
841
8422002-11-06 Elena Zannoni <ezannoni@redhat.com>
843
844 * symtab.c (methods_info): Delete. It has been ifdeffed out for
845 ages.
846 (symtab_symbol_info): Remove eons old ifdeffed out code.
847 (_initialize_symtab): Remove prehistoric disabled 'info methods'
848 command.
849
8502002-11-06 Theodore A. Roth <troth@openavr.org>
851
852 * c-exp.y: Add missing semi-colons.
853 * f-exp.y: Add missing semi-colons.
854 * m2-exp.y: Add missing semi-colons.
855 * p-exp.y: Add missing semi-colons.
856 Add empty action to start rule to avoid a type clash error when
857 building with bison >= 1.50.
858
8592002-11-06 Jim Blandy <jimb@redhat.com>
860
861 * macrotab.h (struct macro_source_file): Doc fix.
862
8632002-11-05 Jeff Johnston <jjohnstn@redhat.com>
864
865 * varobj.c (child_exists, cplus_number_of_children): Change
866 STREQ macro references to strcmp.
867 (cplus_name_of_child): Change code to handle the fact that
868 fields are not necessarily contiguous with regards to their
869 access control. This is a fix for PR gdb/792.
870
8712002-11-05 Andrew Cagney <ac131313@redhat.com>
872
873 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
874 * gdbarch.h, gdbarch.c: Regnerate.
875 * frame.h (frame_register): Declare.
876 * frame.c (frame_register): New function.
877 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
878 GET_SAVED_REGISTER, otherwize call
879 generic_unwind_get_saved_register.
880 (frame_register_read): Use frame_register instead of
881 get_saved_register.
882
8832002-11-05 Elena Zannoni <ezannoni@redhat.com>
884
885 From Jim Ingham <jingham@apple.com>:
886 * event-top.c (gdb_disable_readline): New function.
887 (_initialize_event_loop): Move comment.
888
8892002-11-05 Elena Zannoni <ezannoni@redhat.com>
890
891 * event-loop.c (start_event_loop): Add comment.
892 Update copyright.
893
8942002-11-05 Andrew Cagney <ac131313@redhat.com>
895
896 * infcmd.c (default_print_registers_info): Do not call
897 PRINT_REGISTER_HOOK.
898
8992002-11-05 Andrew Cagney <ac131313@redhat.com>
900
901 * sparc-tdep.c (sparc_print_register_hook): Make static.
902 (sparc_print_registers_info): New function.
903 (sparc_do_registers_info): New function.
904 (sparclet_print_registers_info): New function.
905 (sparclet_do_registers_info): New function.
906 (do_sparc_print_registers_info): New function.
907 (sparc_print_registers): New static function, clone of infcmd.c's
908 default_print_registers_info.
909 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
910 (sparclet_do_registers_info): Declare.
911 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
912 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
913 Re-define.
914 (sparc_do_registers_info): Declare.
915 (PRINT_REGISTER_HOOK): Delete macro.
916 (sparc_print_register_hook): Delete declaration.
917
9182002-11-05 David Carlton <carlton@math.stanford.edu>
919
920 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
921 functions.
922 (lookup_symbol_aux_local): New function.
923 (lookup_symbol_aux_symtabs): New function.
924 (lookup_symbol_aux_psymtabs): New function.
925
9262002-11-05 David Carlton <carlton@math.stanford.edu>
927
928 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
929 previous values of 'objfile' and 'block'.
930
9312002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
932
933 * values.c (value_change_enclosing_type): Set
934 enclosing_type field correctly also for the case where
935 more memory needs to be allocated.
936
9372002-11-03 Mark Kettenis <kettenis@gnu.org>
938
939 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
940 of puts_filtered.
941
942 * i387-tdep.c (i387_print_float_info): Replace calls to
943 register_read and deprecated_read_register_gen with calls to
944 frame_register_read, and make the necessary adjustments to the
945 surrounding code.
946
9472002-11-02 Andrew Cagney <ac131313@redhat.com>
948
949 * gdbarch.sh (register_reggroup_p): Allow default value.
950 * gdbarch.h, gdbarch.c: Regenerate.
951
9522002-11-02 Andrew Cagney <ac131313@redhat.com>
953
954 * regcache.h: Add coment indicating replacements for deprecated
955 functions.
956
9572002-11-02 Andrew Cagney <cagney@redhat.com>
958
959 * reggroups.h, reggroups.c: New files.
960 * regcache.c: Include "reggroups.h".
961 (enum regcache_dump_what): Add `regcache_dump_groups'.
962 (regcache_dump): Contract size of the "Type" column. When
963 specified, dump the register's groups.
964 (maintenance_print_register_groups): New function.
965 (_initialize_regcache): Add command `maint print register-groups'.
966 * Makefile.in (COMMON_OBS): Add reggroups.o
967 (SFILES): Add reggroups.c.
968 (reggroups_h): Define.
969 (regcache.o, gdbarch.o): Update dependencies.
970 (reggroups.o): Specify dependencies.
971 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
972 Add opaque declaration for `struct reggroup' in generated .h file.
973 Include "reggroups.h" in generated .c file.
974 gdbarch.h, gdbarch.c: Re-generate.
975
9762002-11-02 Andrew Cagney <cagney@redhat.com>
977
978 * regcache.h (deprecated_read_register_gen): Rename
979 read_register_gen.
980 (deprecated_write_register_gen): Rename write_register_gen.
981 * i387-tdep.c: Update.
982 * x86-64-linux-nat.c: Update
983 * wince.c: Update.
984 * thread-db.c: Update.
985 * win32-nat.c: Update.
986 * mips-tdep.c: Update.
987 * d10v-tdep.c: Update.
988 * cris-tdep.c: Update.
989 * remote-sim.c: Update.
990 * remote-rdi.c: Update.
991 * remote-rdp.c: Update.
992 * frame.c: Update.
993 * target.c: Update.
994 * blockframe.c: Update.
995 * x86-64-tdep.c: Update.
996 * xstormy16-tdep.c: Update.
997 * sh-tdep.c: Update.
998 * s390-tdep.c: Update.
999 * rs6000-tdep.c: Update.
1000 * sparc-tdep.c: Update.
1001 * i386-tdep.c: Update.
1002 * dwarf2cfi.c: Update.
1003 * regcache.c: Update.
1004
10052002-11-01 Joel Brobecker <brobecker@gnat.com>
1006
1007 New interix-specific files:
1008 * config/i386/nm-interix.h: New file.
1009 * config/i386/interix.mh: New file.
1010 * config/i386/interix.mt: New file.
1011 * i386-interix-nat.c: New file.
1012 * i386-interix-tdep.c: New file.
1013
10142002-11-01 Andrew Cagney <cagney@redhat.com>
1015
1016 * frame.h (deprecated_generic_get_saved_register): Rename
1017 generic_get_saved_register.
1018 * blockframe.c (deprecated_generic_get_saved_register): Update.
1019 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1020 (xstormy16_frame_saved_register): Update.
1021 * sh-tdep.c (sh_gdbarch_init): Update.
1022 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1023 * ia64-tdep.c (ia64_get_saved_register): Update.
1024 * cris-tdep.c (cris_gdbarch_init): Update.
1025 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1026 * arm-tdep.c (arm_gdbarch_init): Update.
1027
10282002-10-31 Daniel Jacobowitz <drow@mvista.com>
1029
1030 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1031
10322002-10-31 Daniel Jacobowitz <drow@mvista.com>
1033
1034 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1035 trampolines in sigaction.
1036
10372002-10-31 Andrew Cagney <cagney@redhat.com>
1038
1039 * h8300-tdep.c: Include "gdb_assert.h".
1040 (h8300_print_register): Add gdbarch, file and frame parameters.
1041 Use frame_read_unsigned_register to read the register's value.
1042 Use fprintf_filtered to display output.
1043 (h8300_print_registers_info): Replace h8300_do_registers_info.
1044 (h8300_gdbarch_init): Set print_registers_info.
1045
10462002-10-31 Andrew Cagney <cagney@redhat.com>
1047
1048 * frame.c (frame_read_unsigned_register): New function.
1049 (frame_read_signed_register): New function.
1050 * frame.h (frame_read_unsigned_register): Declare.
1051 (frame_read_signed_register): Declare.
1052
10532002-10-31 Andrew Cagney <cagney@redhat.com>
1054
1055 * h8500-tdep.c (h8500_print_registers_info): New static function,
1056 clone of infcmd.c's default_print_registers_info.
1057 (h8500_do_registers_info): New funtion.
1058 (h8500_print_register_hook): Rename print_register_hook, make
1059 static.
1060
1061 * config/h8500/tm-h8500.h: Update copyright.
1062 (DEPRECATED_DO_REGISTERS_INFO): Define.
1063 (h8500_do_registers_info: Declare.
1064 (PRINT_REGISTER_HOOK): Delete macro.
1065 (print_register_hook): Delete function.
1066
10672002-10-31 Andrew Cagney <cagney@redhat.com>
1068
1069 * z8k-tdep.c (z8k_print_register_hook): Make static.
1070 (z8k_print_registers_info): New static function, clone of
1071 infcmd.c's default_print_registers_info.
1072 (z8k_do_registers_info): New function. Wrap
1073 z8k_print_registers_info.
1074 * config/z8k/tm-z8k.h: Update copyright.
1075 (PRINT_REGISTER_HOOK): Delete macro.
1076 (z8k_print_register_hook): Delete declaration.
1077 (DEPRECATED_DO_REGISTERS_INFO): Define.
1078 (z8k_do_registers_info): Declare.
1079
10802002-10-30 Joel Brobecker <brobecker@gnat.com>
1081
1082 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1083 as this is already provided by value.h, and was actually causing
1084 a compilation error because of a conflict in parameter type
1085 declaration due to a missing const keyword.
1086 (low_text_segment_addres): Fix a compilation warning.
1087
10882002-10-29 Daniel Jacobowitz <drow@mvista.com>
1089
1090 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1091 registers without a name.
1092 (mips_linux_cannot_store_register): Don't store registers without
1093 a name.
1094
10952002-10-28 David Carlton <carlton@math.stanford.edu>
1096
1097 * symtab.c (find_addr_symbol): Delete. (It was already commented
1098 out.)
1099 * symtab.h: Delete prototype for find_addr_symbol.
1100
11012002-10-26 Andrew Cagney <cagney@redhat.com>
1102
1103 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1104 DO_REGISTERS_INFO.
1105 gdbarch.h, gdbarch.c: Re-generate.
1106 * infcmd.c (default_print_registers_info): Update reference.
1107 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1108 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1109 * sh-tdep.c (sh_gdbarch_init): Ditto.
1110 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1111 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1112
11132002-10-26 Mark Kettenis <kettenis@gnu.org>
1114
1115 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1116 cfi_init_extra_frame_info.
1117 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1118 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1119
1120 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1121 target where necessary. Add more comments and remove the ones
1122 that don't provide any useful information.
1123
1124 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1125 deprecated_read_register_dummy with
1126 frame_unwind_unsigned_register.
1127
1128 * i386-tdep.c (i386_extract_struct_value_address): Use
1129 regcache_raw_read_unsigned instead of
1130 regcache_cooked_read_unsigned since we know that the register
1131 we're reading isn't a pseudo register. Rename variable 'val' into
1132 the more descriptive 'addr'.
1133
1134 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1135 (x86_64_push_return_address): Add comment.
1136 (x86_64_pop_frame): Make static.
1137 (examine_argument): Clarify comment.
1138 (x86_64_skip_prologue): Make prolog_expact variable static.
1139
1140 * dwarf2cfi.c: Fix some formatting problems.
1141 (context_cpy, read_encoded_pointer): Clarify comments.
1142
1143 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1144 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1145 i386 target back into x86_64_gdbarch_init. Add some comments and
1146 remove meaningless ones.
1147
11482002-10-25 Andrew Cagney <cagney@redhat.com>
1149
1150 * complaints.h (struct deprecated_complaint): Rename `struct
1151 complaint'.
1152 * complaints.c (complain): Update.
1153 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1154 incorrect comment indicating that "symfile.h" was being included
1155 for the `struct complaint' definition.
1156 * remote-vx.c: Update.
1157 * objc-lang.c: Update.
1158 * xcoffread.c: Update.
1159 * hpread.c: Update.
1160 * mdebugread.c: Update.
1161 * stabsread.c: Update.
1162 * dwarf2read.c: Update.
1163 * dwarfread.c: Update.
1164 * elfread.c: Update.
1165 * coffread.c: Update.
1166 * stabsread.h: Update.
1167 * dbxread.c: Update.
1168 * buildsym.c: Update.
1169 * gdbtypes.c: Update.
1170 * macrotab.c: Update.
1171
11722002-10-25 Mark Kettenis <kettenis@gnu.org>
1173
1174 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1175 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1176 (x86_64_init_abi): ...new function.
1177
1178 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1179 * i386v-nat.c: Include "i386-tdep.h".
1180
11812002-10-25 Andrew Cagney <cagney@redhat.com>
1182
1183 * gdbtypes.c (address_space_name_to_int): Update.
1184 (address_space_int_to_name): Update.
1185 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1186 multi-arch predicate.
1187 (address_class_name_to_type_flags): Ditto.
1188 * gdbarch.h, gdbarch.c: Re-generate.
1189
1190 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1191
11922002-10-24 Martin M. Hunt <hunt@redhat.com>
1193
1194 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1195
11962002-10-24 Elena Zannoni <ezannoni@redhat.com>
1197
1198 * symtab.h (INIT_SAL): Delete macro.
1199 (init_sal): Export.
1200 * symtab.c (init_sal): New function.
1201
1202 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1203 to init_sal function call.
1204 (find_sal_from_funcs_and_line): Ditto.
1205 (all_sals_for_line): Ditto.
1206 * breakpoint.c (create_internal_breakpoint): Ditto.
1207 (create_fork_vfork_event_catchpoint): Ditto.
1208 (create_exec_event_catchpoint): Ditto.
1209 (parse_breakpoint_sals): Ditto.
1210 (watch_command_1): Ditto.
1211 (handle_gnu_4_16_catch_command): Ditto.
1212 (clear_command): Ditto.
1213 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1214 * infcmd.c (run_stack_dummy): Ditto.
1215 * infrun.c (process_event_stop_test): Ditto.
1216 (check_sigtramp2): Ditto.
1217 (step_over_function): Ditto.
1218 * linespec.c (decode_line_2): Ditto.
1219 (decode_line_1): Ditto.
1220 * source.c (line_info): Ditto.
1221 * symtab.c (find_pc_sect_line): Ditto.
1222
12232002-10-24 Michal Ludvig <mludvig@suse.cz>
1224
1225 * dwarf2cfi.c (struct context)
1226 (struct context_reg): Moved to dwarf2cfi.h
1227 (context_alloc, frame_state_alloc, context_cpy):
1228 Made extern instead of static, removed prototypes.
1229 * dwarf2cfi.h (struct context)
1230 (struct context_reg): New, moved from dwarf2cfi.c
1231 (context_alloc, frame_state_alloc, context_cpy):
1232 New prototypes.
1233 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1234 Changed from static to extern.
1235 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1236 (LINUX_SIGCONTEXT_FP_OFFSET)
1237 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1238 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1239 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1240 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1241 set_gdbarch_*() calls now use x86-64 specific functions
1242 instead of DWARF2 CFI ones.
1243 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1244 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1245 (x86_64_init_extra_frame_info): New prototypes.
1246
12472002-10-23 David Carlton <carlton@math.stanford.edu>
1248
1249 * linespec.c: #include "parser-defs.h".
1250 Delete prototype for find_template_name_end.
1251 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1252
12532002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1254
1255 * NEWS: add recent mi fixes.
1256 * varobj.c (struct varobj): Add new "updated" flag.
1257 (new_variable): Default "updated" flag to 0.
1258 (varobj_set_value): Set "updated" flag to 1 if value
1259 changes.
1260 (varobj_update): Check varobj "updated" flag before
1261 comparing old and refreshed values. Fix for
1262 PR gdb/702.
1263
12642002-10-23 David Carlton <carlton@math.stanford.edu>
1265
1266 * parse.c (parse_exp_1): Use BLOCK_START.
1267 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1268 SYMBOL_BLOCK_VALUE.
1269 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1270
12712002-10-23 David Carlton <carlton@math.stanford.edu>
1272
1273 * symtab.c: Delete cplusplus_hint.
1274 Delete prototype for find_template_name_end.
1275
12762002-10-23 Elena Zannoni <ezannoni@redhat.com>
1277
1278 * symtab.h: Update comment.
1279
12802002-10-23 Michael Snyder <msnyder@redhat.com>
1281
1282 * printcmd.c (address_info): Restore quotes in output.
1283 * valops.c (value_of_local): Restore quotes in error message.
1284
12852002-10-23 Elena Zannoni <ezannoni@redhat.com>
1286
1287 * symtab.c (symbol_demangled_name): New function.
1288 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1289 turning most of it into a function.
1290 (symbol_demangled_name): Export.
1291
12922002-10-23 Michael Snyder <msnyder@redhat.com>
1293
1294 * valops.c (value_of_local): Restore quotes in error message.
1295
12962002-10-23 Elena Zannoni <ezannoni@redhat.com>
1297
1298 * symtab.c (symbol_init_language_specific): New function.
1299 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1300 turning most of it into a function.
1301 (symbol_init_language_specific): Export.
1302
13032002-10-23 David Carlton <carlton@math.stanford.edu>
1304
1305 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1306 (dwarf_attr_name): Ditto.
1307 (dwarf_type_encoding_name): Ditto.
1308 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1309 (process_die): Handle DW_TAG_namespace,
1310 DW_TAG_imported_declaration, DW_TAG_imported_module.
1311 (read_namespace): New function.
1312
13132002-10-22 Joel Brobecker <brobecker@gnat.com>
1314
1315 * configure.in: Define NEW_PROC_API on Interix too.
1316 * configure: Regenerate.
1317
13182002-10-21 Joel Brobecker <brobecker@gnat.com>
1319
1320 * configure: Regenerate using the proper version of autoconf.
1321
13222002-10-21 Elena Zannoni <ezannoni@redhat.com>
1323
1324 * findvar.c (read_var_value): Temporarily disable TLS code, until
1325 complete TLS support is added.
1326
13272002-10-21 Jim Blandy <jimb@redhat.com>
1328 Elena Zannoni <ezannoni@redhat.com>
1329
1330 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1331 for thread local storage locations.
1332 (struct symbol): Add objfile field.
1333 (SYMBOL_OBJFILE): Define.
1334 * dwarf2read.c (is_thread_local): New static variable.
1335 (new_symbol): If variable is in thread local fill in address class
1336 and objfile appropriately.
1337 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1338 stack operation.
1339 * printcmd.c (address_info): Print the information for thread
1340 local storage variable.
1341 * findvar.c (read_var_value): In case of thread local variable,
1342 defer to the target vector code to compute address.
1343
13442002-10-21 Elena Zannoni <ezannoni@redhat.com>
1345
1346 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1347 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1348
13492002-10-21 Elena Zannoni <ezannoni@redhat.com>
1350
1351 * symtab.h (address_class): Rename
1352 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1353 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1354 * printcmd.c (address_info): Ditto.
1355 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1356
13572002-10-20 Mark Kettenis <kettenis@gnu.org>
1358
1359 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1360 DBREG_DRX macro to acces debug registers.
1361
1362 * Makefile.in (i386obsd-tdep.o): New target.
1363
1364 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1365 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1366
1367 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1368 * config/i386/obsd.mt: New file.
1369 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1370 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1371 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1372 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1373 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1374 * i386obsd-tdep.c: New file.
1375
13762002-10-19 Adam Fedor <fedor@gnu.org>
1377
1378 * objc-exp.y (name_not_typename): Fix invalid comment.
1379
13802002-10-20 Mark Kettenis <kettenis@gnu.org>
1381
1382 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1383 to allocate partial syms and macro byte caches.
1384
13852002-10-18 David Carlton <carlton@math.stanford.edu>
1386
1387 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1388
13892002-10-18 Adam Fedor <fedor@gnu.org>
1390
1391 * stabsread.c (find_name_end): New function.
1392 (define_symbol): Use it.
1393
13942002-10-18 Daniel Jacobowitz <drow@mvista.com>
1395
1396 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1397 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1398 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1399 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1400
14012002-10-17 David Carlton <carlton@math.stanford.edu>
1402
1403 * symfile.h: Add opaque declaration for struct obstack.
1404 Declare obsavestring to take a const char *.
1405 * symfile.c (obsavestring): Make first argument a const char *.
1406
14072002-10-16 Adam Fedor <fedor@gnu.org>
1408
1409 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1410 names when matching breakpoints in current file.
1411
14122002-10-16 Kevin Buettner <kevinb@redhat.com>
1413
1414 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1415 (read_tag_pointer_type): Add address class support.
1416 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1417 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1418 New methods.
1419 * gdbarch.h, gdbarch.c: Regenerate.
1420 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1421 (make_type_with_address_space, recursive_type_dump): Add address
1422 class support.
1423 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1424 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1425 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1426
14272002-10-16 Klee Dienes <kdienes@apple.com>
1428
1429 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1430 to get the last character of a char[] buffer, not
1431 name[sizeof(vptr_name)-1].
1432
14332002-10-14 Adam Fedor <fedor@gnu.org>
1434
1435 * symtab.h: New objc_specific struct.
1436 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1437 (SYMBOL_DEMANGLED_NAME): Likewise.
1438
14392002-10-14 Adam Fedor <fedor@gnu.org>
1440
1441 * symfile.c (init_filename_language_table): Add ObjC file extension.
1442
14432002-10-14 Adam Fedor <fedor@gnu.org>
1444
1445 * utils.c (puts_filtered_tabular): New function.
1446 (fprintf_symbol_filtered): Get ObjC demangled name.
1447 * defs.h (puts_filtered_tabular): Declared.
1448
14492002-10-14 Kevin Buettner <kevinb@redhat.com>
1450
1451 * c-lang.h (c_type_print_varspec_prefix): Delete.
1452 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1453 ``need_post_space'' parameter. Adjust all callers.
1454
14552002-10-14 Daniel Jacobowitz <drow@mvista.com>
1456
1457 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1458 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1459 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1460 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1461
14622002-10-13 Adam Fedor <fedor@gnu.org>
1463
1464 * source.c (print_source_lines): Update comments.
1465
14662002-10-13 Adam Fedor <fedor@gnu.org>
1467
1468 * valops.c (value_of_local): New function.
1469 (value_of_this): Use it.
1470 * value.h (value_of_local): Declared.
1471
14722002-10-13 Adam Fedor <fedor@gnu.org>
1473
1474 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1475 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1476
14772002-10-12 Adam Fedor <fedor@gnu.org>
1478
1479 * language.c (binop_result_type): Add language_objc to case.
1480 (integral_type): Likewise.
1481 (character_type): Likewise.
1482 (string_type): Likewise.
1483 (boolean_type): Likewise.
1484 (structured_type): Likewise.
1485 (binop_type_check): Likewise.
1486
14872002-10-11 Adam Fedor <fedor@gnu.org>
1488
1489 * printcmd.c (address_info): Print 'self' for ObjC.
1490
14912002-10-11 Adam Fedor <fedor@gnu.org>
1492
1493 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1494 OP_SELF.
1495
14962002-10-11 Adam Fedor <fedor@gnu.org>
1497
1498 * language.h (CAST_IS_CONVERSION): Add language_objc.
1499
15002002-10-11 Adam Fedor <fedor@gnu.org>
1501
1502 * defs.h (enum language): Add language_objc.
1503
15042002-10-11 Klee Dienes <kdienes@apple.com>
1505
1506 * corefile.c (read_memory_typed_address): New function.
1507 * gdbcore.h (read_memory_typed_address): Add prototype.
1508 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1509 to read a value destined for a CORE_ADDR, not read_memory_integer.
1510 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1511 (f77_get_dynamic_lowerbound): Ditto.
1512
15132002-10-11 Martin M. Hunt <hunt@redhat.com>
1514
1515 * utils.c (string_to_core_addr): After turning string into
1516 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1517 which will do necessary sign-extension, etc.
1518
15192002-10-11 Daniel Jacobowitz <drow@mvista.com>
1520
1521 * c-exp.y (THIS): Delete token and grammar rule.
1522 (yylex): Don't return THIS.
1523 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1524 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1525 * demangle.c (cplus_markers): Update comment. Put '$'
1526 first. Remove CPLUS_MARKER.
1527 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1528 * jv-exp.y (THIS): Delete token and grammar rule.
1529 (yylex): Don't return THIS.
1530 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1531 * objc-exp.y (THIS): Delete token and grammar rule.
1532 (yylex): Don't return THIS.
1533 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1534 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1535 (read_member_functions): Likewise for opname.
1536 (read_tilde_fields): Use is_cplus_marker.
1537
1538 * defs.h (CPLUS_MARKER): Don't define.
1539 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1540 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1541 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1542 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1543 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1544
1545 * config/i386/tm-i386v4.h: Delete file.
1546 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1547 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1548 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1549 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1550 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1551 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1552 * config/i386/i386v4.mt (TM_FILE): Likewise.
1553 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1554
15552002-10-10 Marko Mlinar <markom@opencores.org>
1556
1557 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1558 accidentially not commited 2002-10-09
1559 * gdbarch.h, gdbarch.c: Re-generate.
1560
15612002-10-09 Marko Mlinar <markom@opencores.org>
1562
1563 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1564 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1565 * gdbarch.h, gdbarch.c: Re-generate.
1566
15672002-10-08 Petr Sorfa <petrs@caldera.com>
1568
1569 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1570
1571 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1572 so we can work on more than one compilation unit at a time. This
1573 helps prepare GDB to handle inter-CU die references.
1574 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1575 the code to be defined before struct comp_unit_head.
1576 (comp_unit_head): Added new members - offset, cu_head,
1577 begin_die, next and dwarf2_abbrevs.
1578 (dwarf2_abbrevs): Removed single static var; now member of
1579 struct comp_unit_head.
1580 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1581 members.
1582 (psymtab_to_symtab_1): Changed to work with the new
1583 struct comp_unit_head.
1584 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1585 constructs the dwarf2_abbrevs[] inside the cu_header.
1586 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1587 dwarf2_abbrev table to clean up.
1588 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1589 handling of dwarf2_abbrevs inside the cu_header.
1590 (read_partial_die): Now supports the call to the new
1591 dwarf2_lookup_abbrev.
1592 (read_full_die): Now supports the call to the new
1593 dwarf2_lookup_abbrev.
1594
15952002-10-06 Christopher Faylor <cgf@redhat.com>
1596
1597 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1598 insure that shell variables, such as "transformed_name" are propagated
1599 to later shell statements in rule.
1600
16012002-10-06 Mark Kettenis <kettenis@gnu.org>
1602
1603 * config/i386/nm-i386sco.h: Add protection against
1604 multiple-inclusion. Include "i386/nm-i386v.h".
1605 (REGISTER_U_ADDR): Remove define.
1606 (i386_register_u_addr): Remove prototype.
1607
16082002-10-04 Michael Snyder <msnyder@redhat.com>
1609
1610 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1611 before treating it as a single-step event.
1612
16132002-10-03 Adam Fedor <fedor@gnu.org>
1614
1615 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1616 (objc_demangle): Remove assignment in if statements, Replace
1617 free with xfree.
1618 (add_msglist): Likewise.
1619 (end_msglist): Likewise.
1620 (complare_selectors): Likewise.
1621 (selectors_info): Likewise.
1622 (compare_classes): Likewise.
1623 (classes_info): Likewise.
1624 (print_object_command): Likewise.
1625 (find_objc_msgcall_submethod): Replace PTR with void *.
1626 * objc-lang.h: Remove check for __STDC__.
1627
16282002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1629
1630 * ui-out.h (ui_out_field_fmt_int): New prototype.
1631 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1632 of field width and alignment.
1633 * stack.c (print_frame_info_base): When printing frame level, use
1634 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1635 PR gdb/192
1636
16372002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1638
1639 * MAINTAINERS: Add self to Write After Approval list.
1640
16412002-10-02 Elena Zannoni <ezannoni@redhat.com>
1642
1643 * infcmd.c (interrupt_target_command_wrapper): Delete.
1644 (interrupt_target_command): Make non static.
1645 (nofp_registers_info): Make static.
1646 * stack.c (return_command_wrapper): Delete.
1647 (return_command): Make non static.
1648
16492002-10-02 Elena Zannoni <ezannoni@redhat.com>
1650
1651 * event-top.c (gdb_setup_readline): New function. Code moved from
1652 _initialize_event_loop().
1653 (_initialize_event_loop): Call gdb_setup_readline().
1654
16552002-10-02 Andrew Cagney <ac131313@redhat.com>
1656
1657 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1658 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1659 * gdbarch.h, gdbarch.c: Re-generate.
1660
16612002-10-02 Daniel Jacobowitz <drow@mvista.com>
1662
1663 Fix PR gdb/778
1664 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1665 before recursing.
1666 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1667 of fill_in_vptr_fieldno.
1668
16692002-10-02 Elena Zannoni <ezannoni@redhat.com>
1670
1671 * inferior.h (registers_info, stepi_command, nexti_command,
1672 continue_command, interrupt_target_command): Export from infcmd.c.
1673 * frame.h (args_info, selected_frame_level_changed_hook,
1674 return_command): Export from stack.c.
1675 * v850ice.c (stepi_command, nexti_command, continue_command): use
1676 prototypes from inferior.h.
1677 * tracepoint.c (registers_info, args_info, locals_info): Use
1678 prototypes from frame.h and inferior.h.
1679 * Makefile.in (mi-main.o): Add dependency on frame.h.
1680
16812002-10-02 Andrew Cagney <ac131313@redhat.com>
1682
1683 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1684 value in register 3 adjusted by ppc_gp0_regnum.
1685
1686 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1687
16882002-10-02 Marko Mlinar <markom@opencores.org>
1689
1690 * MAINTAINERS: Add myself to the Write After Approval list.
1691
16922002-10-01 Alexandre Oliva <aoliva@redhat.com>
1693
1694 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1695 of the section for the N64 ABI, fixed.
1696
1697 * config/mips/tm-irix6.h: Include solib.h.
1698
16992002-10-01 Elena Zannoni <ezannoni@redhat.com>
1700
1701 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1702 GNU operators.
1703
17042002-10-01 Andrew Cagney <ac131313@redhat.com>
1705
1706 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1707 and that "mi0" syntax has been removed.
1708
17092002-09-30 David Carlton <carlton@math.stanford.edu>
1710
1711 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1712 * ppc-sysv-tdep.c: #include "gdb_string.h".
1713 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1714 pacify GCC.
1715
17162002-10-01 Andrew Cagney <ac131313@redhat.com>
1717
1718 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1719 "vrsave"'s register number.
1720
17212002-09-30 Andrew Cagney <ac131313@redhat.com>
1722
1723 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1724 use frame_unwind_signed_register to obtain the PC.
1725 (mips_frame_chain): Handle a generic dummy frame.
1726 (mips_init_extra_frame_info): When a generic dummy frame, don't
1727 re-compute the frame base.
1728 (mips_pop_frame): Handle generic dummy frames.
1729 (mips_gdbarch_init): When generic dummy frames, set
1730 use_generic_dummy_frames, push_dummy_frame to
1731 generic_push_dummy_frame, pc_in_call_dummy to
1732 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1733 generic_save_dummy_frame_tos.
1734
17352002-09-30 Andrew Cagney <ac131313@redhat.com>
1736
1737 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1738 against TOP when TOP was explictly set.
1739 (generic_push_dummy_frame): Set TOP to zero.
1740
17412002-09-30 Elena Zannoni <ezannoni@redhat.com>
1742
1743 * event-loop.c (start_event_loop): Rename variable 'result' to
1744 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1745
17462002-09-30 Keith Seitz <keiths@redhat.com>
1747
1748 * gdb-events.sh (selected_thread_changed): New event.
1749 * gdb-events.c: Regenerated.
1750 * gdb-events.h: Regenerated.
1751
17522002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1753
1754 * MAINTAINERS: Add self to Write After Approval list.
1755
17562002-09-30 Fernando Nasser <fnasser@redhat.com>
1757
1758 * disasm.c: New file.
1759 * disasm.h: New file.
1760 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1761 (compare_lines): Ditto.
1762 (dump_insns): Ditto.
1763 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1764 argument.
1765 (do_assembly_only): Ditto.
1766 (do_disassembly): Renamed to gdb_disassembly and moved to
1767 disasm.c. Sdded uiout argument.
1768 * Makefile.in: Add new files. Reorder SFILES list. Update
1769 dependencies. Include libgdb.a later in the insight executable.
1770
17712002-09-29 Andrew Cagney <ac131313@redhat.com>
1772
1773 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1774 bfd/elf64-alpha-fbsd.c.
1775
17762002-09-29 Andrew Cagney <ac131313@redhat.com>
1777
1778 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1779 i386gnu-tdep.c.
1780
17812002-09-29 Andrew Cagney <ac131313@redhat.com>
1782
1783 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1784 __FUNCTION__.
1785 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1786 function name.
1787 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1788 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1789 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1790 (S_msg_sig_post_reply): Ditto.
1791
17922002-09-28 Corinna Vinschen <vinschen@redhat.com>
1793
1794 * sh-tdep.c (sh_use_struct_convention): Use definition according
1795 to ABI.
1796 (sh_push_arguments): Store in register with correct endianess.
1797 (sh_default_store_return_value): Ditto.
1798 (sh_gdbarch_init): Set sizeof long double to 8.
1799
18002002-09-27 Mark Kettenis <kettenis@gnu.org>
1801
1802 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1803 Fix some whitespace problems.
1804
18052002-09-27 David Carlton <carlton@math.stanford.edu>
1806
1807 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1808 (mcore-tdep.o): Ditto.
1809 (ns32k-tdep.o): Ditto.
1810 (ns32knbsd-tdep.o): Ditto.
1811 (sh3-rom.o): Ditto.
1812 (vax-tdep.o): Ditto.
1813 * cris-tdep.c: #include "gdb_string.h"
1814 * mcore-tdep.c: Ditto.
1815 * ns32k-tdep.c: Ditto.
1816 * ns32knbsd-tdep.c: Ditto.
1817 * sh3-rom.c: Ditto.
1818 * vax-tdep.c: Ditto.
1819
18202002-09-27 David Carlton <carlton@math.stanford.edu>
1821
1822 * config/djgpp/fnchange.lst: Add entries for
1823 gdb/testsuite/gdb.c++/m-static files.
1824
18252002-09-27 Jim Wilson <wilson@redhat.com>
1826
1827 * MAINTAINERS: Add myself to the Write After Approval list.
1828
18292002-09-26 Martin M. Hunt <hunt@redhat.com>
1830
1831 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1832
1833
18342002-09-26 Andrew Cagney <ac131313@redhat.com>
1835
1836 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1837 frame.
1838
18392002-09-26 Andrew Cagney <ac131313@redhat.com>
1840
1841 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1842 (rs6000_struct_return_address): Delete variable.
1843 (rs6000_store_struct_return): Update.
1844 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1845 deprecated_extract_struct_value_address.
1846 (rs6000_frame_align): New function.
1847 (rs6000_gdbarch_init): Set frame_align.
1848
18492002-09-26 Andrew Cagney <ac131313@redhat.com>
1850
1851 From Grace Sainsbury <graces@redhat.com>:
1852 * Makefile.in (gdbtk-main.o): New target.
1853 (gdb.o): New target.
1854 (main_h): Define.
1855 (main.o): Update dependencies.
1856 (gdb$(EXEEXT)): Add gdb.o.
1857 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1858 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1859 (SUBDIR_GDBTK_CLEAN): Set.
1860 (install-gdbtk): Install the insight binary.
1861 (uninstall-gdbtk): New target.
1862 (all-gdbtk, clean-gdbtk): New rule.
1863 * top.c (use_windows): Default to zero.
1864 * main.c: Include "main.h".
1865 (main): Delete.
1866 (struct captured_main_args): Delete.
1867 (gdb_main): New function.
1868 * main.h: New file.
1869 * gdb.c: New File.
1870
18712002-09-25 Andrew Cagney <cagney@redhat.com>
1872
1873 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1874 (frame_map_regnum_to_name): New function.
1875 (frame_map_name_to_regnum): New function.
1876 * frame.h (frame_map_name_to_regnum): Declare.
1877 (frame_map_regnum_to_name): Declare.
1878 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1879 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1880 * parse.c: Do not include "builtin-regs.h".
1881 (target_map_name_to_register): Delete function.
1882 (write_dollar_variable): Use frame_map_name_to_regnum.
1883 * parser-defs.h (target_map_name_to_register): Delete declaration.
1884 * expprint.c: Include "frame.h".
1885 (print_subexp): Use frame_map_regnum_to_name.
1886 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1887 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1888
18892002-09-25 Andrew Cagney <ac131313@redhat.com>
1890
1891 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1892 wasn't saved, and the next innermost frame is a dummy, return the
1893 dummy frame's link register.
1894
18952002-09-24 Jim Blandy <jimb@redhat.com>
1896
1897 Fix from Paul Breed:
1898 * main.c (captured_main): Add a `break' after the case for 'b'.
1899
19002002-09-24 Keith Seitz <keiths@redhat.com>
1901
1902 * varobj.c (c_type_of_child): Use get_target_type instead
1903 of TYPE_TARGET_TYPE.
1904
19052002-09-22 Fernando Nasser <fnasser@redhat.com>
1906
1907 * source.c (get_current_or_default_source_symtab_and_line): Remove
1908 function.
1909 (set_default_source_symtab_and_line): New function. Attempts to
1910 determine a source file to list lines from if one is not currently
1911 defined.
1912 (get_current_source_symtab_and_line): Initialize sal.pc and
1913 sal.end fields.
1914 (set_current_source_symtab_and_line): Mark argument as const.
1915 * source.h: Update declarations and comments.
1916 * linespec.c (decode_line_1): Replace call to removed routine above.
1917 * stack.c (print_frame_info_base): Ditto.
1918 * cli/cli-cmds.c (edit_command): Ditto.
1919 (list_command): Ditto.
1920
19212002-09-22 Fernando Nasser <fnasser@redhat.com>
1922
1923 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1924 sal.pc and sal.end fields.
1925 (get_current_or_default_source_symtab_and_line): Ditto.
1926 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1927 so we do not cause a new source symtab to be searched for (reverting an
1928 unintentional change from the 2002-09-20 patch).
1929 * scm-lang.c (scm_unpac): Ditto.
1930
19312002-09-21 Andrew Cagney <cagney@redhat.com>
1932
1933 * complaints.c (symfile_explanations): Remove new-line from
1934 ``isolated_message''.
1935 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1936 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1937
19382002-09-20 Nick Clifton <nickc@redhat.com>
1939
1940 * NEWS: Announce that V850EA ISA is no longer supported.
1941 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1942
19432002-09-20 David Carlton <carlton@math.stanford.edu>
1944
1945 * Makefile.in (c-lang.o): Correct dependencies.
1946 (utils.o): Gather dependencies.
1947 (charset.o): Move.
1948 * c-lang.c: #include "gdb_string.h"
1949
19502002-09-20 Fernando Nasser <fnasser@redhat.com>
1951
1952 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1953 * cli/cli-cmds.c (list_command): New function. Implements the new
1954 cli edit command.
1955 (_init_cli_cmds): Add new command definition.
1956 * gdb.1: Document edit command.
1957 * doc/gdb.texinfo: Document edit command.
1958
19592002-09-20 Fernando Nasser <fnasser@redhat.com>
1960
1961 * source.c: Make global variables current_source_symtab and
1962 current_source_line static.
1963 (list_command): Moved to cli/cli-cmds.c.
1964 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1965 (get_first_line_listed): New accessor function.
1966 (get_lines_to_list): New accessor function.
1967 (get_current_source_symtab_and_line): New function. Retrieves the
1968 position in the source code that we consider current.
1969 (get_current_or_default_source_symtab_and_line): New function.
1970 Like the above but attempts to determine a default position if one
1971 is not currently defined.
1972 (set_current_source_symtab_and_line): New function. Sets the source
1973 code position considered current and returns the previously set one.
1974 (clear_current_source_symtab_and_line): Reset stored information about
1975 a current source line.
1976 (_initialize_source): Remove registration for the "list" command and
1977 its alias.
1978 * source.h: Add declarations for the new functions above.
1979 * symtab.h: Remove declarations for the global variables mentioned
1980 above.
1981 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1982 obtain current source line.
1983 * linespec.c (decode_line_1): Ditto.
1984 * macroscope.c (default_macro_scope): Ditto.
1985 * scm-lang.c (scm_unpac): Ditto.
1986 * stack.c (print_frame_info_base): Ditto.
1987 * symfile.c (clear_symtab_users): Ditto.
1988 * symtab.c (decode_line_spec): Ditto.
1989 * cli/cli-cmds.c (list_command): Moved here from source.c.
1990 (ambiguous_line_spec): Moved here from source.c.
1991 (_init_cli_cmds): Add definition for "list" and its alias.
1992 * Makefile.in: Update dependencies.
1993
19942002-09-20 Corinna Vinschen <vinschen@redhat.com>
1995
1996 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1997 with what gcc thinks is correct.
1998
19992002-09-20 Corinna Vinschen <vinschen@redhat.com>
2000
2001 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2002 multiple register push instruction.
2003
20042002-09-19 Jim Blandy <jimb@redhat.com>
2005
2006 Add support for distinct host and target character sets.
2007 * charset.c, charset.h: New files.
2008 * c-exp.y: #include "charset.h".
2009 (yylex): Convert character and string literals to the target
2010 character set, before returning them as the semantic value of the
2011 token.
2012 * c-lang.c: #include "charset.h".
2013 (c_emit_char): Use charset-specific methods to recognize
2014 characters with backslash escape forms, to decide which characters
2015 to print literally and which to print using numeric escape
2016 sequences, and to convert target characters to host characters
2017 before printing.
2018 * utils.c: #include "charset.h".
2019 (no_control_char_error): New function.
2020 (parse_escape): Use charset-specific methods to recognize
2021 backslash escapes, parse `control character' notation, and convert
2022 characters from the host character set to the target character set.
2023 * configure.in: Set the default host character set.
2024 Check where to find iconv, and what its argument types might be.
2025 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2026 * Makefile.in (SFILES): List charset.c.
2027 (COMMON_OBS): List charset.o.
2028 (charset.o): New rule.
2029 (charset_h): New header dependency variable.
2030 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2031 (LIBICONV): New variable, set by configure.
2032 (CLIBS): Include $(LIBICONV) here.
2033 * aclocal.m4, config.in, configure: Regenerated.
2034
20352002-09-19 Joel Brobecker <brobecker@gnat.com>
2036
2037 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2038 bison 1.35 warning.
2039
20402002-09-19 Richard Earnshaw <rearnsha@arm.com>
2041
2042 * gdb_mbuild.sh: New file.
2043
20442002-09-19 Andrew Cagney <ac131313@redhat.com>
2045
2046 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2047
20482002-09-18 Andrew Cagney <ac131313@redhat.com>
2049
2050 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2051 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2052 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2053 valops.c, value.h: Revert previous change.
2054
20552002-09-18 Michael Snyder <msnyder@redhat.com>
2056
2057 Preliminary support for Objective-C:
2058 * defs.h (language_objc): New enum value.
2059 (puts_filtered_tabular): Declaration only, exported from utils.c.
2060 (skip_quoted): Delete, declared in completer.h.
2061 * c-exp.y: Include completer.h.
2062 * p-exp.y: Ditto.
2063 * jv-exp.y: Ditto.
2064 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2065 New operator enum values.
2066 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2067 * language.c (binop_result_type): Handle language_objc case.
2068 (integral_type, character_type, string_type, boolean_type,
2069 structured_type, binop_type_check): Ditto.
2070 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2071 (struct objc_specific): Add to general_symbol_info.
2072 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2073 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2074 * parser-defs.h (struct objc_class_str): New struct type.
2075 (start_msglist, end_msglist, add_msglist): Declaration only,
2076 exported from objc-lang.c.
2077 * value.h (value_of_local, value_nsstring,
2078 call_function_by_hand_expecting_type): Exported from valops.c.
2079 * valops.c (find_function_addr): Export.
2080 (call_function_by_hand_expecting_type): New function.
2081 (value_of_local): New function.
2082 * symfile.c (init_filename_language_table): Add ".m" extension
2083 for Objective-C.
2084 * utils.c (puts_filtered_tabular): New function.
2085 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2086 (set/show demangle): Extend help-string to refer to ObjC.
2087 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2088 * stabsread.c (symbol_reference_defined): Objective-C symbols
2089 may contain colons: make allowances when scanning stabs strings
2090 for colons.
2091 (objc_find_colon): New function.
2092 * printcmd.c (address_info): If language == objc then print
2093 "self" instead of "this".
2094 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2095 OP_NSSTRING, and OP_SELF.
2096 (prefixify_subexp): Ditto.
2097 * source.c (print_source_lines): Mention objc in comment.
2098 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2099 method names.
2100
21012002-09-18 Andrew Cagney <ac131313@redhat.com>
2102
2103 * complaints.h: Update copyright.
2104 (struct complaints): Declare.
2105 (struct complaint): Make `message' constant.
2106 (internal_complaint): Declare.
2107 (complaint): Declare.
2108 (complaint_root): Delete declaration.
2109 (symfile_complaints): Delete declaration.
2110 (struct complaints): Add opaque declaration.
2111 (clear_complaints): Add a complaints parameter.
2112 * complaints.c: Update copyright.
2113 (enum complaint_series): Define.
2114 (complaint_root): Delete.
2115 (struct complaints): Define.
2116 (complaint_sentinel, symfile_complaint_book): New variables.
2117 (symfile_explanations, symfile_complaints): New variables.
2118 New variables.
2119 (get_complaints): New function.
2120 (vcomplaint): New function.
2121 (complaint): New function.
2122 (internal_complaint): New function.
2123 (complain): Call vcomplain with symfile_complaint.
2124 (clear_complaints): Rewrite.
2125 (_initialize_complaints): Use add_setshow_command.
2126 * Makefile.in (complaints.o): Update dependencies.
2127 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2128 to call to clear_complaints.
2129 (new_symfile_objfile, reread_symbols): Ditto.
2130 (oldsyms_complaint): Delete.
2131 (empty_symtab_complaint, unknown_option_complaint): Delete.
2132 (free_named_symtabs): Use complaint instead of complain.
2133
21342002-09-18 Michael Snyder <msnyder@redhat.com>
2135
2136 Contributed by Apple Computer, Inc. Merged with current sources
2137 by Adam Fedor <fedor@doc.com> [cagney].
2138
2139 * objc-lang.c: First clean-up round: comments, indentation.
2140 * objc-lang.h: Ditto.
2141 * objc-lang.y: Ditto.
2142
21432002-09-18 Andrew Cagney <ac131313@redhat.com>
2144
2145 * maint.c (maintenance_internal_error): Print the parameter as the
2146 error message.
2147 (maintenance_internal_warning): New function.
2148 (_initialize_maint_cmds): Add command `maint internal-warning'.
2149
2150 * defs.h (internal_warning, internal_vwarning): Declare.
2151 * utils.c (struct internal_problem): Define.
2152 (internal_vproblem): New function.
2153 (internal_warning): New function.
2154 (internal_vwarning): New function.
2155 (internal_warning_problem, internal_error_problem): New variables.
2156 (internal_verror): Just call internal_vproblem.
2157
21582002-09-18 Michael Snyder <msnyder@redhat.com>
2159
2160 * objc-lang.c: New file, support for Objective-C.
2161 Preliminary check-in, not yet integrated into gdb.
2162 * objc-lang.h: New file.
2163 * objc-exp.y: New file.
2164
21652002-09-18 Andrew Cagney <ac131313@redhat.com>
2166
2167 * infrun.c (signal_stop_update): Convert definition to ISO C.
2168 (signal_print_update): Ditto.
2169 (signal_pass_update): Ditto.
2170 * inflow.c (terminal_save_ours): Ditto.
2171
2172 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2173 comments.
2174
2175 * config/djgpp/fnchange.lst: Handle name clashes between
2176 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2177 bfd/coff-tic80.c.
2178
2179 * i386-linux-tdep.h: Fix tipo.
2180
21812002-09-18 Adam Fedor <fedor@gnu.org>
2182
2183 * MAINTAINERS: Add myself to the Write After Approval list.
2184
21852002-09-18 Jim Blandy <jimb@redhat.com>
2186
2187 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2188 texthigh and textlow to reader-specific structs caused
2189 objfile_relocate to miss them. This is fixable, but the work that
2190 the change was supposed to prepare GDB for never got done anyway.
2191
21922002-09-18 David Carlton <carlton@math.stanford.edu>
2193
2194 * MAINTAINERS: Alphabetize Write After Approval list.
2195
21962002-09-18 Daniel Jacobowitz <drow@mvista.com>
2197
2198 Fix PR gdb/709
2199 * values.c (value_static_field): Call read_var_value.
2200
22012002-09-18 Andrew Cagney <ac131313@redhat.com>
2202
2203 * valops.c (hand_function_call): Align the initial stack pointer
2204 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2205 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2206 return value.
2207 * mips-tdep.c (mips_frame_align): New function.
2208 (mips_gdbarch_init): Set frame_align.
2209 * gdbarch.sh (FRAME_ALIGN): New method.
2210 * gdbarch.h, gdbarch.c: Re-generate.
2211
22122002-09-18 Michal Ludvig <mludvig@suse.cz>
2213
2214 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2215 registers.
2216
22172002-09-17 Andrew Cagney <ac131313@redhat.com>
2218
2219 * NEWS: Mention that MIPS $fp behavior changed.
2220 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2221 reference to FP_REGNUM.
2222 (mipsnbsd_cannot_store_register): Ditto.
2223 * mips-linux-nat.c: Update copyright.
2224 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2225 (mips_linux_cannot_store_register): Ditto.
2226 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2227 * config/mips/tm-mips.h: Update copyright.
2228 (FP_REGNUM): Delete macro.
2229 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2230 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2231 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2232 (mips_r3041_reg_names, mips_r3051_reg_names)
2233 (mips_r3081_reg_names): Replace "fp" with "".
2234 Fix PR gdb/480.
2235
22362002-09-17 Theodore A. Roth <troth@verinet.com>
2237
2238 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2239 generic_read_register_dummy() (PR gdb/703).
2240 (avr_push_return_address): #if 0 out unused vars.
2241 (avr_gdbarch_init): Enable use of avr_push_return_address().
2242
22432002-09-17 Michael Snyder <msnyder@redhat.com>
2244
2245 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2246 RTE will take care of it.
2247
22482002-09-17 Andrew Cagney <ac131313@redhat.com>
2249
2250 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2251 invalid, return SP_REGNUM.
2252
22532002-09-17 Michael Snyder <msnyder@redhat.com>
2254
2255 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2256 point registers without sign extension.
2257
22582002-09-17 Andrew Cagney <cagney@redhat.com>
2259
2260 * blockframe.c (deprecated_read_register_dummy): Rename
2261 generic_read_register_dummy.
2262 * frame.c (frame_unwind_signed_register): New function.
2263 (frame_unwind_unsigned_register): New function.
2264 * frame.h (frame_unwind_signed_register): Declare.
2265 (frame_unwind_unsigned_register): Declare.
2266 (deprecated_read_register_dummy): Rename
2267 generic_read_register_dummy.
2268
2269 * h8300-tdep.c (h8300_frame_chain): Update.
2270 (h8300_frame_saved_pc): Update.
2271 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2272 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2273 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2274 (s390_frame_chain): Update.
2275 * v850-tdep.c (v850_find_callers_reg): Update.
2276 (v850_frame_saved_pc): Update.
2277 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2278 (m32r_find_callers_reg): Update.
2279 (m32r_frame_saved_pc): Update.
2280 * sh-tdep.c (sh_find_callers_reg): Update.
2281 (sh64_get_saved_pr): Update.
2282 (sh_init_extra_frame_info): Update.
2283 (sh_init_extra_frame_info): Update.
2284 (sh64_init_extra_frame_info): Update.
2285 (sh64_init_extra_frame_info): Update.
2286 * mcore-tdep.c (mcore_find_callers_reg): Update.
2287 (mcore_frame_saved_pc): Update.
2288 (mcore_init_extra_frame_info): Update.
2289 * i386-tdep.c (i386_frame_saved_pc): Update.
2290 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2291 (ia64_init_extra_frame_info): Update.
2292 (ia64_init_extra_frame_info): Update.
2293 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2294 * cris-tdep.c (cris_init_extra_frame_info): Update.
2295 * avr-tdep.c (avr_frame_chain): Update.
2296 (avr_init_extra_frame_info): Update.
2297 (avr_frame_saved_pc): Update.
2298 * arm-tdep.c (arm_find_callers_reg): Update.
2299 (arm_init_extra_frame_info): Update.
2300 (arm_frame_saved_pc): Update.
2301
23022002-09-17 Tom Tromey <tromey@redhat.com>
2303
2304 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2305 is "'".
2306
23072002-09-17 Corinna Vinschen <vinschen@redhat.com>
2308
2309 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2310 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2311 NEXT_PROLOGUE_INSN.
2312 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2313 NEXT_PROLOGUE_INSN.
2314
23152002-09-16 Joel Brobecker <brobecker@gnat.com>
2316
2317 * osfsolib.c: Remove file, replaced by solib-osf.c.
2318 * Makefile.in: Remove compilation rules for osfsolib.c.
2319
23202002-09-16 David Carlton <carlton@math.stanford.edu>
2321
2322 * cp-valprint.c (cp_print_class_method): Correct args to
2323 check_stub_method_group.
2324
23252002-09-16 Corinna Vinschen <vinschen@redhat.com>
2326
2327 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2328 `set architecture'. Unify naming convention of functions.
2329 (h8300_skip_prologue): Improve prologue analysis.
2330 (h8300_push_arguments): Rewritten to more closely match GCC's
2331 bizarre argument-passing behavior, along with the comment describing
2332 said behavior.
2333 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2334 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2335 sim, remote-e7000.c, remote-hms.c and remote.c
2336
23372002-09-15 Mark Kettenis <kettenis@gnu.org>
2338
2339 * i386-tdep.c (gdb_print_insn_i386): Removed.
2340 (i386_print_insn): New function.
2341 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2342 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2343 tm_print_insn_info.
2344
23452002-09-14 Mark Kettenis <kettenis@gnu.org>
2346
2347 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2348 zero.
2349
23502002-09-14 Corinna Vinschen <vinschen@redhat.com>
2351
2352 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2353 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2354 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2355
23562002-09-13 Christopher Faylor <cgf@redhat.com>
2357
2358 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2359
23602002-09-13 Daniel Jacobowitz <drow@mvista.com>
2361
2362 * gdbtypes.c (check_stub_method): Make static.
2363 (check_stub_method_group): New function.
2364 * gdbtypes.h: Update prototypes.
2365 * cp-support.c: New file.
2366 * cp-support.h: New file.
2367
2368 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2369 (update_method_name_from_physname): New function.
2370 (read_member_functions): Correct method names for operators
2371 and v3 constructors/destructors. Separate v2 constructors and
2372 destructors.
2373 * Makefile.in (stabsread.o): Update dependencies.
2374 (SFILES): Add cp-support.c.
2375 (COMMON_OBS): Add cp-support.o.
2376 (cp_support_h, cp-support.o): Add.
2377
2378 * cp-valprint.c (cp_print_class_method): Call
2379 check_stub_method_group instead of check_stub_method. Remove
2380 extraneous QUITs.
2381 * p-valprint.c (pascal_object_print_class_method): Likewise.
2382 * valops.c (search_struct_method): Likewise.
2383 (find_method_list, value_struct_elt_for_reference): Likewise.
2384
23852002-09-13 Andrew Cagney <cagney@redhat.com>
2386
2387 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2388 * gdbarch.h, gdbarch.c: Regenerate.
2389
23902002-09-13 Andrew Cagney <ac131313@redhat.com>
2391
2392 * frame.c (find_saved_register): Delete function.
2393 * frame.h (find_saved_register): Delete declaration.
2394 Fix PR gdb/631.
2395
2396Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2397
2398 * mips-tdep.c (read_next_frame_reg): Re-hack using
2399 frame_register_unwind.
2400
2401Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2402
2403 * mips-tdep.c (mips_get_saved_register): Re-hack using
2404 frame_register_unwind.
2405
24062002-09-12 Joel Brobecker <brobecker@gnat.com>
2407
2408 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2409 vector. Will be useful for Interix.
2410 * gdbarch.h, gdbarch.c: Regenerate.
2411
2412 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2413 name of the malloc function by NAME_OF_MALLOC.
2414
24152002-09-12 Joel Brobecker <brobecker@gnat.com>
2416
2417 * value.h (find_function_in_inferior): Add const keyword to
2418 one of the parameters. Allows us to invoke this function with
2419 a const char *.
2420 * valops.c (find_function_in_inferior): Likewise.
2421
24222002-09-12 Joel Brobecker <brobecker@gnat.com>
2423
2424 * exec.c (xfer_memory): Fix compilation warning with old versions
2425 of GCC.
2426 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2427
24282002-09-12 David Carlton <carlton@math.stanford.edu>
2429
2430 * symtab.h: Run through gdb_indent.h.
2431 Add 2002 to Copyright year list.
2432
24332002-09-12 Alan Modra <amodra@bigpond.net.au>
2434
2435 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2436 mach constants.
2437 * MAINTAINERS: Add myself to write after approval list.
2438
24392002-09-11 J. Brobecker <brobecker@gnat.com>
2440
2441 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2442
24432002-09-11 J. Brobecker <brobecker@gnat.com>
2444
2445 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2446 Interix.
2447
24482002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2449
2450 * procfs.c (do_detach): Clear current signal, not just fault.
2451 Corrects problem with breakpoint trap signal leaking to detached
2452 process on Tru64.
2453
24542002-09-10 Michael Snyder <msnyder@redhat.com>
2455
2456 * buildsym.c (finish_block): Protect against null pointer.
2457
24582002-09-10 Andrew Cagney <cagney@redhat.com>
2459
2460 * infcmd.c (default_print_registers_info): Send all output to
2461 ``file'' instead of ``gdb_stdout''.
2462
24632002-09-10 Michael Snyder <msnyder@redhat.com>
2464
2465 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2466 LONGEST, and use signed register read (addresses are sign-
2467 extended for mips).
2468
24692002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2470
2471 * event-loop.c (gdb_do_one_event): Make public.
2472 * event-loop.h (gdb_do_one_event): Declare.
2473
24742002-09-10 Jeff Law <law@redhat.com>
2475
2476 * infttrace.c (child_resume): Simplify and rework to avoid
2477 TT_PROC_CONTINUE.
2478
24792002-09-09 Fred Fish <fnf@intrinsity.com>
2480
2481 * printcmd.c (print_scalar_formatted): "len" is the number of
2482 target bytes, NOT the number of target bits.
2483
24842002-09-09 Elena Zannoni <ezannoni@redhat.com>
2485
2486 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2487 * top.c (init_main): Set rl_terminal_name.
2488
24892002-09-08 Aidan Skinner <aidan@velvet.net>
2490
2491 * ada-lang.c (ada_array_bound, ada_type_match,
2492 _initialize_ada_language): Fix K&R definitions.
2493 * ada-tasks.c (get_current_task): Fix K&R definitions.
2494 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2495
24962002-09-07 Christopher Faylor <cgf@redhat.com>
2497
2498 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2499 Add XP.
2500
25012002-09-06 Mark Kettenis <kettenis@gnu.org>
2502
2503 * i386-tdep.c (i386_register_virtual_type,
2504 i386_register_convertible, i386_register_convert_to_virtual,
2505 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2506 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2507 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2508 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2509 Don't set push_arguments twice.
2510
2511 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2512 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2513 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2514 sigtramp_end to NULL.
2515 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2516 defines.
2517 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2518
2519 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2520 whitespace.
2521
2522 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2523 * gdbarch.h, gdbarch.c: Re-generate.
2524 * blockframe.c (find_pc_sect_partial_function): Convert to use
2525 SIGTRAMP_START_P predicate.
2526
25272002-09-05 Michael Snyder <msnyder@redhat.com>
2528
2529 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2530 generic_dummy_frame method and old method. Also distinguish
2531 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2532 (arm_extract_return_value): Use new regcache method.
2533
2534 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2535 adjustment that doesn't conform to the ABI.
2536 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2537 saved regcache, not from current regcache.
2538
25392002-09-05 Andrew Cagney <ac131313@redhat.com>
2540
2541 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2542 * README: Update.
2543
25442002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2545
2546 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2547 if arm_apcs_32 is false.
2548
25492002-09-04 Andrew Cagney <ac131313@redhat.com>
2550
2551 GDB 5.3 branch created.
2552
25532002-09-03 Theodore A. Roth <troth@verinet.com>
2554
2555 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2556 generic_unwind_get_saved_register.
2557
25582002-09-03 David Carlton <carlton@math.stanford.edu>
2559
2560 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2561 argument (PR gdb/653). Update call to smash_to_method_type.
2562 (read_structure_scope): Update call to dwarf2_add_member_fn.
2563
25642002-09-03 Michal Ludvig <mludvig@suse.cz>
2565
2566 * x86-64-linux-tdep.c: Include gdb_string.h
2567 * x86-64-linux-nat.c: Ditto.
2568
25692002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2570
2571 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2572 when YYDEBUG is set to 1.
2573 * c-exp.y: Likewise.
2574 * f-exp.y: Likewise.
2575 * jv-exp.y: Likewise.
2576 * m2-exp.y: Likewise.
2577 * p-exp.y: Likewise.
2578
25792002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2580
2581 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2582 dependency list.
2583 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2584 solib_svr4_fetch_link_map_offsets to
2585 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2586 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2587 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2588 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2589 solib-svr4.o, and solib-legacy.o.
2590 * config/i386/tm-nbsd.h: Include solib.h.
2591
25922002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2593
2594 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2595 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2596 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2597 comment noting that this needs its own target configuration.
2598 * config/i386/nbsd.mt: New file.
2599 * config/i386/nbsdaout.mt: Remove.
2600 * config/i386/nbsdelf.mt: Ditto.
2601 * config/i386/tm-nbsdaout.h: Ditto.
2602
26032002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2604
2605 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2606 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2607 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2608 tdep->sigtramp_end.
2609 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2610 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2611 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2612
26132002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2614
2615 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2616 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2617 * i386-tdep.h (i386bsd_init_abi): New prototype.
2618 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2619 function declaration.
2620 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2621 for NetBSD-a.out or NetBSD-ELF.
2622 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2623 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2624 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2625 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2626 and nbsd-tdep.h.
2627 (i386nbsd_pc_in_sigtramp): New function.
2628 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2629 i386nbsd_pc_in_sigtramp.
2630 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2631 and i386nbsdelf_init_abi OS ABI handlers.
2632 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2633 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2634
26352002-09-02 Mark Kettenis <kettenis@gnu.org>
2636
2637 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2638 registers if the target really has them.
2639
26402002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2641
2642 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2643 than nbsd-tdep.h.
2644
26452002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2646
2647 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2648 list.
2649 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2650 (alphanbsd_skip_sigtramp_frame): New functions.
2651 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2652 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2653 to alphanbsd_sigcontext_addr.
2654
26552002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2656
2657 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2658 list.
2659 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2660 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2661 nbsd_pc_in_sigtramp.
2662 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2663 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2664 * nbsd-tdep.c: Include gdb_string.h.
2665 (nbsd_pc_in_sigtramp): New function.
2666 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2667 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2668 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2669 ppcnbsd_pc_in_sigtramp.
2670 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2671 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2672 shnbsd_pc_in_sigtramp.
2673 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2674 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2675 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2676
26772002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2678
2679 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2680 watchpoints to NULL.
2681 (insert_breakpoints): set val field of watchpoints if NULL.
2682
2683
26842002-08-29 Jim Blandy <jimb@redhat.com>
2685
2686 * symtab.c (lookup_symbol_aux): In the cases where we find a
2687 minimal symbol of an appropriate name and use its address to
2688 select a symtab to read and search, use `name' (as passed to us)
2689 as the demangled name when searching the symtab's global and
2690 static blocks, not the minsym's name.
2691
26922002-08-29 Keith Seitz <keiths@redhat.com>
2693
2694 * stack.c (print_frame_info_base): Always set current_source_symtab
2695 and current_source_line.
2696
26972002-08-29 Donn Terry <donnte@microsoft.com>
2698
2699 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2700
27012002-08-28 Keith Seitz <keiths@redhat.com>
2702
2703 * stack.c (select_frame): Add FIXME concerning selected-frame
2704 events.
2705 (select_frame_command): Send selected-frame-level-changed
2706 event notification, but only if the level actually changed.
2707 (up_silently_base): Add selected-frame-level-changed event
2708 notification.
2709 (down_silently_base): Likewise.
2710
27112002-08-28 Andrew Cagney <ac131313@redhat.com>
2712
2713 * Makefile.in: Update dependencies for all gdb/*.c files.
2714
27152002-08-27 Tom Tromey <tromey@redhat.com>
2716
2717 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2718 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2719 Update dependencies.
2720 * i387-tdep.c: Include gdb_string.h.
2721 * osabi.c: Likewise.
2722 * i386-linux-nat.c: Likewise.
2723 * lin-lwp.c: Likewise.
2724 * ax-gdb.c: Likewise.
2725 * signals/signals.c: Likewise.
2726 * jv-valprint.c: Likewise.
2727 * p-lang.c: Likewise.
2728 * c-valprint.c: Likewise.
2729 * cp-abi.c: Likewise.
2730
27312002-08-27 Elena Zannoni <ezannoni@redhat.com>
2732
2733 * cli/cli-script.h (copy_command_lines): Export.
2734 * breakpoint.c: Include cli/cli-script.h.
2735 * Makefile.in (breakpoint.o): Update dependencies.
2736
27372002-08-26 Michael Snyder <msnyder@redhat.com>
2738
2739 * breakpoint.c (insert_breakpoints): Protect all references
2740 to 'process_warning'. Shorten long lines.
2741
27422002-08-26 Joel Brobecker <brobecker@gnat.com>
2743
2744 * cli/cli-script.c (copy_command_lines): New function.
2745 * defs.h (copy_command_lines): Export.
2746 * testsuite/gdb.base/commands.exp: New tests for commands
2747 attached to a temporary breakpoint, and for commands that
2748 delete the breakpoint they are attached to.
2749
27502002-08-26 Michael Snyder <msnyder@redhat.com>
2751
2752 * breakpoint.c (bpstat_stop_status): Instead of copying the
2753 pointer to the breakpoint commands struct, make a new copy
2754 of the struct and point to that.
2755 (bpstat_clear): Free the commands struct.
2756 (bpstat_clear_actions): Free the commands struct.
2757 (bpstat_do_actions): Free the command actions. Also execute
2758 the local cleanups, instead of deleting them.
2759 (delete_breakpoint): Leave the commands field of the bpstat
2760 chain alone -- it will be freed later.
2761
27622002-08-26 Kevin Buettner <kevinb@redhat.com>
2763
2764 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2765 deleted in 2002-08-20 commit. This function is still used by
2766 ppc-linux-nat.c.
2767
27682002-08-26 Keith Seitz <keiths@redhat.com>
2769
2770 * gdb-events.sh: Add selected-frame-level-changed event.
2771 * gdb-events.c: Regenerated.
2772 * gdb-events.h: Regenerated.
2773
27742002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2775
2776 Fix PR gdb/393:
2777 * inflow.c (terminal_save_ours): New function to save terminal
2778 settings.
2779 * inferior.h (terminal_save_ours): Declare.
2780 * target.c (debug_to_terminal_save_ours): New function.
2781 (cleanup_target): Defaults to_terminal_save_ours.
2782 (update_current_target): Inherit to_terminal_save_ours.
2783 (setup_target_debug): Set to_terminal_save_ours.
2784 * target.h (target_terminal_save_ours): New to save terminal settings.
2785 (target_ops): New member to_terminal_save_ours.
2786 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2787 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2788 * inftarg.c (init_child_ops): Likewise.
2789 * m3-nat.c (init_m3_ops): Likewise.
2790 * procfs.c (init_procfs_ops): Likewise.
2791 * wince.c (init_child_ops): Likewise.
2792 * win32-nat.c (init_child_ops): Likewise.
2793 * sol-thread.c (init_sol_thread_ops): Likewise.
2794
27952002-08-26 Mark Kettenis <kettenis@gnu.org>
2796
2797 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2798 use regcache_* functions.
2799 (i386_gdbarch_init): Set store_return_value instead of
2800 deprecated_store_return_value.
2801
2802 * regcache.c (regcache_raw_write_signed,
2803 regcache_raw_write_unsigned): New functions.
2804 * regcache.h (regcache_raw_write_signed,
2805 regcache_raw_write_unsigned): New prototypes.
2806
28072002-08-25 Andrew Cagney <ac131313@redhat.com>
2808
2809 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2810 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2811 source file dependencies. Cleanup corresponding generator rules.
2812
28132002-08-25 Andrew Cagney <ac131313@redhat.com>
2814
2815 * regcache.h (register_offset_hack): Declare.
2816 (regcache_cooked_read_using_offset_hack): Declare.
2817 (regcache_cooked_write_using_offset_hack): Declare.
2818
2819 * regcache.c (register_offset_hack): New function.
2820 (regcache_cooked_read_using_offset_hack): New function.
2821 (regcache_cooked_write_using_offset_hack): New function.
2822 (regcache_dump): Check that the registers, according to their
2823 offset, are packed hard against each other.
2824 (cooked_xfer_using_offset_hack): New function.
2825
28262002-08-25 Andrew Cagney <ac131313@redhat.com>
2827
2828 * regcache.c (struct regcache_descr): Add field register_type.
2829 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2830 in as a parameter
2831 (init_regcache_descr): Initialize register_type. Pass the descr
2832 to init_legacy_regcache_descr. Use register_type instead of
2833 REGISTER_VIRTUAL_TYPE.
2834 (register_type): New function.
2835 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2836 * regcache.h (register_type): Declare.
2837
28382002-08-25 Andrew Cagney <ac131313@redhat.com>
2839
2840 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2841 instead of deprecated_store_return_value. Fix fallout from
2842 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2843
28442002-08-25 Andrew Cagney <ac131313@redhat.com>
2845
2846 * regcache.c (max_register_size): New function.
2847 (init_legacy_regcache_descr): Ensure that max_register_size is
2848 large enough for REGISTER_VIRTUAL_SIZE.
2849 * regcache.h (max_register_size): Declare.
2850
28512002-08-24 Andrew Cagney <ac131313@redhat.com>
2852
2853 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2854 store_return_value.
2855 (e500_extract_return_value): Change type of valbuf pointer to
2856 void.
2857
28582002-08-24 Mark Kettenis <kettenis@gnu.org>
2859
2860 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2861 workaround.
2862
2863 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2864 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2865 long long) to prevent compiler warning on 64-bit systems.
2866
28672002-08-23 Andrew Cagney <cagney@redhat.com>
2868
2869 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2870 (DEPRECATED_STORE_RETURN_VALUE): New method.
2871 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2872 * gdbarch.h, gdbarch.c: Re-generate.
2873
2874 * values.c (set_return_value): Pass current_regcache to
2875 STORE_RETURN_VALUE.
2876 * arch-utils.h (legacy_store_return_value): Declare.
2877 * arch-utils.c (legacy_store_return_value): New function.
2878 (legacy_extract_return_value): Update parameters.
2879
2880 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2881 STORE_RETURN_VALUE.
2882 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2883 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2884 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2885 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2886 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2887 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2888 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2889 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2890 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2891 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2892
2893 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2894 * i386-tdep.c (i386_extract_return_value): Update.
2895 * arch-utils.c (legacy_extract_return_value): Update.
2896 * frv-tdep.c (frv_gdbarch_init): Update.
2897 * cris-tdep.c (cris_gdbarch_init): Update.
2898 * d10v-tdep.c (d10v_gdbarch_init): Update.
2899 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2900 * m68k-tdep.c (m68k_gdbarch_init): Update.
2901 * mcore-tdep.c (mcore_gdbarch_init): Update.
2902 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2903 * s390-tdep.c (s390_gdbarch_init): Update.
2904 * sparc-tdep.c (sparc_gdbarch_init): Update.
2905 * sh-tdep.c (sh_gdbarch_init): Update.
2906 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2907 * v850-tdep.c (v850_gdbarch_init): Update.
2908 * avr-tdep.c (avr_gdbarch_init): Update.
2909 * ia64-tdep.c (ia64_gdbarch_init): Update.
2910 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2911 * vax-tdep.c (vax_gdbarch_init): Update.
2912 * alpha-tdep.c (alpha_gdbarch_init): Update.
2913 * arm-tdep.c (arm_gdbarch_init): Update.
2914 * mips-tdep.c (mips_gdbarch_init): Update.
2915 * i386-tdep.c (i386_gdbarch_init): Update.
2916
29172002-08-23 Andrew Cagney <ac131313@redhat.com>
2918
2919 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2920 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2921
29222002-08-24 Mark Kettenis <kettenis@gnu.org>
2923
2924 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2925 problems.
2926
29272002-08-23 Joel Brobecker <brobecker@gnat.com>
2928
2929 * infrun.c (handle_inferior_event): Move a comment outside of a
2930 function call, in order to avoid indent reformatting this part
2931 of the code in an unreadable way.
2932
29332002-08-23 Grace Sainsbury <graces@redhat.com>
2934
2935 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2936 when breakpoints fail. Move general breakpoint error messages to
2937 insert_breakpoints.
2938 * breakpoint.c (insert_breakpoints): Change warnings when
2939 breakpoints are nto inserted to specify the type. Remove call to
2940 memory_error when hardware breakpoints can't be inserted. Remove
2941 multiple calls to warning so all messages are sent to the user at
2942 once.
2943 (delete_breakpoints): Make insert error messsages more explicit.
2944
29452002-08-23 Daniel Jacobowitz <drow@mvista.com>
2946
2947 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2948 gdbserver/ChangeLog.
2949
29502002-08-23 Mark Kettenis <kettenis@gnu.org>
2951
2952 * i386-tdep.c: Include "objfiles.h".
2953 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2954 skip_trampoline_code.
2955 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2956 (CPLUS_MARKER): Define to '.'.
2957
2958 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2959 member.
2960 (linux_corefile_thread_callback): Increase args->num_notes.
2961 (linux_make_note_section): Initialize thread_args.num_notes, and
2962 use it to determine whether notes for any threads were created.
2963
29642002-08-23 Donn Terry <donnte@microsoft.com>
2965
2966 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2967 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2968 and PCUNKILL.
2969 (write_with_trace): Conditionalize out the switch branch handling
2970 PCSHOLD if the corresponding macro is not defined. Likewise for
2971 PRSABORT and PRSTOP.
2972 This change will be needed by the Interix port.
2973
29742002-08-22 Elena Zannoni <ezannoni@redhat.com>
2975
2976 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2977 write_register wherever possible instead of manipulating the
2978 register bytes directly.
2979 Assign VALUE_CONTENTS to a variable and use that.
2980 The GPR numbers are now dependent on the architecture.
2981
29822002-08-22 Elena Zannoni <ezannoni@redhat.com>
2983
2984 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2985 ev_offset fields.
2986 (skip_prologue): Add support for BookE/e500 instructions.
2987 (e500_extract_return_value): New function.
2988 (frame_get_saved_regs): Add support for saving ev registers and
2989 pseudo gpr's.
2990 (e500_store_return_value): New function.
2991 (rs6000_gdbarch_init): Move up default intializations of
2992 deprecated_extract_return_value and store_return_value. Overwrite
2993 init of store_return_value with e500 specific version.
2994 Set extract_return_value for e500.
2995
29962002-08-22 Elena Zannoni <ezannoni@redhat.com>
2997
2998 * blockframe.c (generic_call_dummy_register_unwind): Use
2999 regcache_cooked_read to catch cases in which the variable is
3000 stored in a pseudo register.
3001
30022002-08-22 Andrew Cagney <cagney@redhat.com>
3003
3004 * NEWS: Mention that the i960 has been made obsolete.
3005 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3006 i960-tdep.c
3007 (remote-nrom.o): Obsolete target.
3008 (remote-nindy.o, i960-tdep.o): Ditto.
3009 * remote-nrom.c: Make file obsolete.
3010 * remote-nindy.c, remote-vx960.c: Ditto.
3011 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3012 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3013 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3014 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3015 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3016 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3017 i960-*-vxworks* obsolete.
3018 * MAINTAINERS: Note that the i960 is obsolete.
3019
30202002-08-21 Corinna Vinschen <vinschen@redhat.com
3021
3022 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3023 detach to allow reinitialization.
3024
30252002-08-22 Andrew Cagney <ac131313@redhat.com>
3026
3027 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3028 attempt).
3029
30302002-08-22 Jim Blandy <jimb@redhat.com>
3031
3032 * coffread.c (coff_symfile_read): Don't try to read the line
3033 number table from disk if the image file doesn't have a symbol
3034 table; we'll never actually look at the info anyway, and Windows
3035 ships DLL's with bogus file offsets for the line number data.
3036
30372002-08-21 Elena Zannoni <ezannoni@redhat.com>
3038
3039 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3040 an e500 executable.
3041
30422002-08-21 Michael Snyder <msnyder@redhat.com>
3043
3044 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3045 (MSYMBOL_SIZE): Replace macro with function.
3046 (DEFAULT_MIPS_TYPE): Delete unused macro.
3047 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3048 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3049
30502002-08-21 Jim Blandy <jimb@redhat.com>
3051
3052 * valops.c (value_cast): Simplify and correct logic for doing a
3053 static cast from a pointer to a base class to a pointer to a
3054 derived class.
3055
30562002-08-21 Andrew Cagney <ac131313@redhat.com>
3057
3058 * infcmd.c (default_print_registers_info): Replace
3059 do_registers_info.
3060 (registers_info): Use gdbarch_print_registers_info instead of
3061 DO_REGISTERS_INFO.
3062 * inferior.h (default_print_registers_info): Replace
3063 do_registers_info.
3064 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3065 (DO_REGISTERS_INFO): Change to a predicate function.
3066 * gdbarch.h, gdbarch.c: Regenerate.
3067
30682002-08-21 Keith Seitz <keiths@redhat.com>
3069
3070 * gdb-events.sh: Add target-changed event.
3071 * gdb-events.c: Regenerated.
3072 * gdb-events.c: Regenerated.
3073 * valops.c (value_assign): Add target-changed event notification
3074 to inlval_register, lval_memory, and lval_reg_frame_relative.
3075
30762002-08-21 Joel Brobecker <brobecker@gnat.com>
3077
3078 * NEWS: Add an entry regarding the improvement of the next/step
3079 operation on Alpha Tru64 multi-processor machines.
3080
30812002-08-21 Andrew Cagney <ac131313@redhat.com>
3082
3083 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3084 directores.
3085 * Makefile.in: Update all _h macro definitions.
3086 * Makefile.in (install-gdbtk): Move to install section.
3087 (rdi-share/libangsd.a): Move to end of file.
3088
30892002-08-19 Andrew Cagney <ac131313@redhat.com>
3090
3091 * frame.c (frame_register_unwind): When a register, set addrp to
3092 the register's byte.
3093
30942002-08-20 Michael Snyder <msnyder@redhat.com>
3095
3096 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3097 used locally, so move them from the target machine header to here.
3098 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3099 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3100 Make static.
3101 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3102
31032002-08-20 Andrew Cagney <cagney@redhat.com>
3104
3105 * NEWS: Mention that the Apollo line was made obsolete.
3106 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3107 m68*-hp-hpux* obsolete.
3108 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3109 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3110 * buildsym.c (make_blockvector): Make static.
3111 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3112 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3113 (ALLDEPFILES): Remove dstread.c.
3114 (dstread.o): Obsolete make rule.
3115 * dstread.c: Makefile obsolete.
3116 * dst.h: Ditto.
3117 * config/m68k/hp300hpux.mt: Ditto.
3118 * config/m68k/hp300hpux.mh: Ditto.
3119 * config/m68k/hp300bsd.mt: Ditto.
3120 * config/m68k/hp300bsd.mh: Ditto.
3121 * config/m68k/apollo68b.mt: Ditto.
3122 * config/m68k/apollo68v.mh: Ditto.
3123 * config/m68k/apollo68b.mh: Ditto.
3124
31252002-08-20 Michael Snyder <msnyder@redhat.com>
3126
3127 * mips-tdep.c (mips_in_return_stub): Make static.
3128 (mips_gdbarch_init): Set in_solib_return_trampoline.
3129 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3130
31312002-08-20 Michael Snyder <msnyder@redhat.com>
3132
3133 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3134 * gdbarch.c, gdbarch.h: Regenerate.
3135 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3136 Add.
3137 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3138
31392002-08-20 Michael Snyder <msnyder@redhat.com>
3140
3141 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3142 (mips_gdbarch_init): Set skip_trampoline_code,
3143 in_solib_call_trampoline.
3144 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3145 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3146
31472002-08-20 Elena Zannoni <ezannoni@redhat.com>
3148
3149 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3150
3151 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3152 vector type for ev registers.
3153 (e500_pseudo_register_read): New function.
3154 (e500_pseudo_register_write): New function.
3155 (e500_dwarf2_reg_to_regnum): New function.
3156 (PPC_UISA_NOFP_SPRS): New macro.
3157 (PPC_EV_REGS): New macro.
3158 (PPC_GPRS_PSEUDO_REGS): New macro.
3159 (registers_e500): New register set for e500.
3160 (variants): Add e500 variant.
3161 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3162 before setting architectural dependent variations. Initialize ev
3163 registers numbers. Add case for e500 architecture. Set the
3164 number of pseudo registers.
3165
31662002-08-20 Elena Zannoni <ezannoni@redhat.com>
3167
3168 * rs6000-tdep.c: Clean up comments.
3169
31702002-08-20 Andrew Cagney <cagney@redhat.com>
3171
3172 * h8300-tdep.c: Re-indent file.
3173
31742002-08-20 Jim Blandy <jimb@redhat.com>
3175
3176 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3177 default for this.
3178
31792002-08-20 Keith Seitz <keiths@redhat.com>
3180
3181 * breakpoints.c (watch_command_1): Use internal breakpoint
3182 when setting a watchpoint_scope breakpoint.
3183
31842002-08-20 Elena Zannoni <ezannoni@redhat.com>
3185
3186 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3187 (build_builtin_type_vec64i): Ditto.
3188 (build_builtin_type_vec128): Ditto.
3189 (build_builtin_type_vec128i): Ditto.
3190
31912002-08-19 Michael Snyder <msnyder@redhat.com>
3192
3193 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3194 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3195 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3196 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3197 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3198 CALL_DUMMY_ADDRESS): Delete.
3199 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3200 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3201 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3202 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3203 push_return_address.
3204 (mips_register_raw_size, mips_eabi_use_struct_convention,
3205 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3206 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3207 mips_init_extra_frame_info, mips_eabi_push_arguments,
3208 mips_n32n64_push_arguments, mips_push_return_address,
3209 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3210 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3211
32122002-08-19 Michael Snyder <msnyder@redhat.com>
3213
3214 * mips-tdep.c (mips_frame_num_args): New function.
3215 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3216 frame_saved_pc, frame_args_address, frame_locals_address,
3217 frame_num_args, and frame_args_skip.
3218 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3219 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3220 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3221 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3222
32232002-08-20 Michael Snyder <msnyder@redhat.com>
3224
3225 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3226 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3227 * mips-tdep.c (mips_store_struct_return): New function.
3228 (mips_extract_struct_value_address): New function.
3229 (mips_gdbarch_init): Set store_struct_return and
3230 extract_struct_value_address.
3231
32322002-08-20 David Carlton <carlton@math.stanford.edu>
3233
3234 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3235 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3236 (read_file_scope): Check that line_header is nonzero before
3237 decoding macro information.
3238
32392002-08-20 Mark Kettenis <kettenis@gnu.org>
3240
3241 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3242 flag the general-purpose registers as floating-point on targets
3243 that don't support the floating-point registers.
3244
32452002-08-20 Elena Zannoni <ezannoni@redhat.com>
3246
3247 * rs6000-tdep.c (altivec_register_p): Delete.
3248 (rs6000_do_altivec_registers): Delete.
3249 (rs6000_altivec_registers_info): Delete.
3250 (rs6000_do_registers_info): Delete.
3251 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3252 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3253
32542002-08-20 Elena Zannoni <ezannoni@redhat.com>
3255
3256 * infcmd.c (do_registers_info): Print vector registers in hex
3257 format only.
3258 (print_vector_info): Check that printing registers
3259 makes sense.
3260 (print_float_info): Ditto.
3261
32622002-08-20 Andrew Cagney <ac131313@redhat.com>
3263
3264 * mips-tdep.c (mips_gdbarch_init): Update.
3265 (mips_o32_extract_return_value): Rewrite.
3266 (mips_o32_store_return_value): Rewrite.
3267 (mips_o32_xfer_return_value): New function.
3268 (mips_xfer_register): Tweak debug print message. Allow for
3269 buf_offset when dumping the value transfered.
3270
32712002-08-20 Andrew Cagney <ac131313@redhat.com>
3272
3273 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3274 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3275 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3276 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3277 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3278
32792002-08-14 Michael Snyder <msnyder@redhat.com>
3280
3281 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3282
32832002-08-19 Elena Zannoni <ezannoni@redhat.com>
3284
3285 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3286 register.
3287 (P): New macro to define a register as a pseudo register.
3288 (R, R4, R8, R16, FR32, R64, R0): Updated.
3289 (struct variant): Add new fields for number of pseudo registers
3290 and number of total registers.
3291 (tot_num_registers): New macro replacing....
3292 (num_registers): ...deleted macro.
3293 (num_registers): New function.
3294 (num_pseudo_registers): New function.
3295 (variants): Update all variants to intialize new fields correctly.
3296 Postpone initialization of number of pseudo regs and real regs.
3297 (init_variants): New function.
3298 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3299 registers offsets.
3300
33012002-08-19 David Carlton <carlton@math.stanford.edu>
3302
3303 * valops.c (search_struct_field): Change error message to treat
3304 return value of 0 from value_static_field as meaning that field is
3305 optimized out.
3306 (value_struct_elt_for_reference): Ditto.
3307 * values.c (value_static_field): Treat an unresolved location the
3308 same as a nonexistent symbol. Fix PR gdb/635.
3309 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3310 enclosed. Fix PR gdb/574.
3311 * MAINTAINERS: Add self to Write After Approval list.
3312
33132002-08-19 Andrew Cagney <ac131313@redhat.com>
3314
3315 * mips-tdep.c (mips_xfer_register): New function.
3316 (mips_n32n64_extract_return_value): Rewrite.
3317 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3318 instead of deprecated_extract_return_value.
3319
33202002-08-19 Elena Zannoni <ezannoni@redhat.com>
3321
3322 * rs6000-tdep.c (TDEP): Delete macro.
3323 (branch_dest): Replace use of TDEP macro with its body.
3324 (rs6000_pop_frame): Ditto.
3325 (rs6000_push_arguments): Ditto.
3326 (rs6000_skip_trampoline_code): Ditto.
3327 (rs6000_frame_saved_pc): Ditto.
3328 (rs6000_frame_chain): Ditto.
3329 (rs6000_register_name): Ditto.
3330 (rs6000_register_byte): Ditto.
3331 (rs6000_register_raw_size): Ditto.
3332 (rs6000_register_virtual_type): Ditto.
3333 (rs6000_register_convertible): Ditto.
3334 (rs6000_convert_from_func_ptr_addr): Ditto.
3335
33362002-08-19 Daniel Jacobowitz <drow@mvista.com>
3337
3338 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3339 conditionally.
3340 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3341 MIPS_LINUX_JB_ELEMENT_SIZE.
3342 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3343 for MAX_REGISTER_RAW_SIZE arrays.
3344 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3345 MIPS_LINUX_JB_ELEMENT_SIZE.
3346
33472002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3348
3349 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3350
33512002-08-19 Aidan Skinner <aidan@velvet.net>
3352
3353 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3354 ada-valprint.c ada-tasks.c.
3355 (YYFILES): Add ada-exp.y.
3356 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3357 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3358 (ada-exp.tab.o): New target.
3359
33602002-08-18 Andrew Cagney <ac131313@redhat.com>
3361
3362 * regcache.c (regcache_xfer_part): New function.
3363 (regcache_raw_read_part): New function.
3364 (regcache_raw_write_part): New function.
3365 (regcache_cooked_read_part): New function.
3366 (regcache_cooked_write_part): New function.
3367 * regcache.h (regcache_raw_read_part): Declare.
3368 (regcache_raw_write_part): Declare.
3369 (regcache_cooked_read_part): Declare.
3370 (regcache_cooked_write_part): Declare.
3371
33722002-08-18 Daniel Jacobowitz <drow@mvista.com>
3373
3374 * remote.c (remote_open_1): Add async_p.
3375 (remote_async_open_1): Delete.
3376 (open_remote_target): Delete.
3377 (remote_open, extended_remote_open): Update calls to remote_open_1.
3378 (remote_async_open, extended_remote_async_open): Call
3379 remote_open_1 instead of remote_async_open_1.
3380
33812002-08-19 Mark Kettenis <kettenis@gnu.org>
3382
3383 * blockframe.c: Fix a few coding standard violations.
3384
33852002-08-19 Mark Kettenis <kettenis@gnu.org>
3386
3387 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3388 here from ...
3389 * config/i386/tm-i386sco5.h: ... here. File removed.
3390 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3391
3392 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3393 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3394 (TM_FILE): Set to tm-i386.h.
3395 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3396 * config/i386/tm-i386v.h: Remove file.
3397 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3398 instead of "i386/tm-i386v.h".
3399 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3400 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3401 "i386/tm-i386v.h".
3402 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3403 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3404 "i386/tm-i386.h".
3405
34062002-08-18 Mark Kettenis <kettenis@gnu.org>
3407
3408 * config/i386/nm-i386v.h: Add protection against
3409 multiple-inclusion.
3410 (i386_register_u_addr): Remove prototype.
3411 (register_u_addr): New prototype.
3412 (REGISTER_U_ADDR): Redefine accordingly.
3413 * i386v-nat.c: Improve several comments.
3414 (i386_register_u_addr): Change signature and rename to
3415 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3416 ubase variable.
3417
34182002-08-18 Andrew Cagney <ac131313@redhat.com>
3419
3420 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3421 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3422 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3423 deprecated_extract_return_value.
3424 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3425 rename mips_o32o64_push_arguments.
3426 (mips_gdbarch_init): Update.
3427 (mips_extract_return_value): Delete.
3428 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3429 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3430 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3431 (mips_n32n64_extract_return_value): Clone
3432 mips_extract_return_value.
3433 (mips_store_return_value): Delete.
3434 (mips_o32_store_return_value): Clone mips_store_return_value.
3435 (mips_o64_store_return_value): Clone mips_store_return_value.
3436 (mips_eabi_store_return_value): Clone mips_store_return_value.
3437 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3438
34392002-08-18 Aidan Skinner <aidan@velvet.net>
3440
3441 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3442 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3443
34442002-08-18 Aidan Skinner <aidan@velvet.net>
3445
3446 * ada-lang.c: Run through gdb_indent.sh.
3447 * ada-lang.h: Run through gdb_indent.sh.
3448 * ada-tasks.c: Run through gdb_indent.sh.
3449 * ada-typeprint.c: Run through gdb_indent.sh.
3450 * ada-valprint.c: Run through gdb_indent.sh.
3451
34522002-08-18 Andrew Cagney <ac131313@redhat.com>
3453
3454 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3455 ABI.
3456
34572002-08-18 Mark Kettenis <kettenis@gnu.org>
3458
3459 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3460
3461 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3462 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3463
3464 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3465 write_register_gen instead of write_register_bytes.
3466
3467 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3468 i[3456]-*-osf1mk* configurations have been made obsolete.
3469 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3470 i[3456]86-*-osf1mk* hosts obsolete.
3471 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3472 targets obsolete.
3473 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3474 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3475 config/i386/i386m3.mt, config/i386/nm-m3.h,
3476 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3477 config/i386/i386mk.mh, config/i386/i386mk.mt,
3478 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3479 obsolete.
3480 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3481 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3482 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3483
34842002-08-18 Andrew Cagney <ac131313@redhat.com>
3485
3486 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3487 (hppa_value_returned_from_stack): Declare.
3488 (hppa_extract_return_value): Declare.
3489 * config/pa/hppa.mt: New file.
3490 * configure.tgt: Recognize hppa*-*-*.
3491 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3492
34932002-08-18 Mark Kettenis <kettenis@gnu.org>
3494
3495 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3496 comment.
3497
34982002-08-17 Mark Kettenis <kettenis@gnu.org>
3499
3500 * top.c (gdb_rl_operate_and_get_next): Make sure
3501 operate-and-get-next functions correctly even when the history
3502 list is completely filled.
3503
35042002-08-18 Andrew Cagney <ac131313@redhat.com>
3505
3506 * MAINTAINERS (Target Instruction Set Architectures): Rename
3507 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3508 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3509 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3510 already listed under Host/Native.
3511
3512 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3513 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3514 mips*-*-*.
3515
35162002-08-17 Andrew Cagney <ac131313@redhat.com>
3517
3518 * config/ia64/ia64.mt: New file.
3519 * config/alpha/alpha.mt: New file.
3520 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3521 ia64-linux-gnu. Mention that ia64-elf is broken.
3522 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3523
35242002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3525
3526 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3527 generic_func_frame_valid instead of func_frame_valid.
3528
35292002-08-16 Joel Brobecker <brobecker@gnat.com>
3530
3531 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3532 procfs appears to be broken when debugging on multi-processor
3533 machines. So enable software single stepping in order to avoid
3534 using the procfs interface to do next/step operations, using
3535 internal breakpoints instead.
3536
3537 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3538 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3539 make this pc address equal to the value it would have if the
3540 system stepping capability was used. Also set a new flag used
3541 to ensure that we don't readjust the PC one more time later.
3542
3543 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3544 address by DECR_PC_AFTER_BREAK when software single step is
3545 in use for this architecture, as this has already been taken
3546 care of in handle_inferior_event().
3547
35482002-08-16 Joel Brobecker <brobecker@gnat.com>
3549
3550 * infrun.c (handle_inferior_event): Minor reformatting, to make
3551 a rather long condition expression easier to read.
3552
35532002-08-16 Andrew Cagney <ac131313@redhat.com>
3554
3555 * Makefile.in (gdbtk.o): Move to end of file.
3556 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3557 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3558 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3559 (gdbtk-wrapper.o, gdbres.o): Ditto.
3560
35612002-08-16 Andrew Cagney <ac131313@redhat.com>
3562
3563 * Makefile.in (copying.o): Separate out compile rule.
3564 (hpux-thread.o, procfs.o, signals.o): Ditto.
3565 (v850ice.o, z8k-tdep.o): Ditto.
3566 (tui-file.o): Move to TUI section.
3567 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3568 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3569
35702002-08-16 Joel Brobecker <brobecker@gnat.com>
3571
3572 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3573 skip_trampoline_code, for better namespace-proofing.
3574
3575 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3576
35772002-08-16 Joel Brobecker <brobecker@gnat.com>
3578
3579 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3580
35812002-08-16 Joel Brobecker <brobecker@gnat.com>
3582
3583 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3584 signal, check whether we hit a breakpoint before checking for a
3585 single step breakpoint. Otherwise, GDB fails to notice that a
3586 breakpoint has been hit when stepping onto a breakpoint.
3587
35882002-08-16 Keith Seitz <keiths@redhat.com>
3589
3590 * gdb-events.sh (clear_gdb_event_hooks): New function.
3591 * gdb-events.c: Regenerate.
3592 * gdb-events.h: Regenerate.
3593
35942002-08-16 Andrew Cagney <ac131313@redhat.com>
3595
3596 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3597 not_a_sw_breakpoint.
3598 * breakpoint.h (bpstat_stop_status): Add parameter names.
3599
36002002-08-16 Grace Sainsbury <graces@redhat.com>
3601
3602 * remote.c (remote_insert_hw_breakpoint)
3603 (remote_remove_hw_breakpoint): Fix calculation of length field
3604 for Z-packet.
3605
36062002-08-15 Michael Snyder <msnyder@redhat.com>
3607
3608 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3609 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3610 (supply_fpregset): Ditto.
3611
3612 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3613 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3614 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3615 (TARGET_READ_SP): Delete.
3616 (DO_REGISTERS_INFO): Delete.
3617 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3618 Delete.
3619 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3620 from macros to functions.
3621
3622 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3623 (mips_register_convertible, mips_register_convert_to_virtual,
3624 mips_register_convert_to_raw): Make static.
3625 (mips_read_sp): New function.
3626 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3627 (mips_do_registers_info): Make static.
3628 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3629 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3630 (mips_register_convert_from_type, mips_register_convert_to_type):
3631 New functions.
3632 (mips_gdbarch_init): Set up function_start_offset,
3633 register_virtual_size, pc_in_sigtramp.
3634
36352002-08-15 Andrew Cagney <ac131313@redhat.com>
3636
3637 * infcmd.c (vector_info): New function.
3638 (_initialize_infcmd): Add command "info vector".
3639 (print_vector_info): New function.
3640
3641 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3642 * gdbarch.h, gdbarch.c: Regenerate.
3643
36442002-08-15 Andrew Cagney <ac131313@redhat.com>
3645
3646 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3647 ``print_all''. Only print vector registers when ``print_all''.
3648
36492002-08-15 Andrew Cagney <ac131313@redhat.com>
3650
3651 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3652 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3653
3654 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3655 Add `args' parameter.
3656 * gdbarch.h, gdbarch.c: Regenerate.
3657
3658 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3659
3660 * infcmd.c (float_info): Call print_float_info.
3661 (print_float_info): New function. By default, print the
3662 floating-point registers.
3663
3664 * arch-utils.h (default_print_float_info): Delete declaration.
3665 * arch-utils.c (default_print_float_info): Delete function.
3666
36672002-08-16 Mark Kettenis <kettenis@gnu.org>
3668
3669 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3670 out define.
3671
3672 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3673 FRAME.
3674
3675 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3676 * configure.host: Make i[3456]86-*-aix host obsolete.
3677 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3678 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3679 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3680 config/i386/xm-i386aix.h: Make files obsolete.
3681 * i386aix-nat.c: Make file obsolete.
3682 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3683 (i386aix-nat.o): Make target obsolete.
3684
3685 * config/i386/nm-gnu.h: Removed.
3686 * config/i386/nm-i386gnu.h: New file.
3687 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3688 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3689 Moved here from ...
3690 * config/i386/tm-i386gnu.h: ... here. Removed.
3691 * config/i386/xm-i386gnu.h: Removed.
3692 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3693 (NAT_FILE): Set to nm-i386gnu.h.
3694 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3695 * i386-tdep.c: New file.
3696 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3697 (i386gnu-tdep.o): Specify dependencies.
3698
36992002-08-15 Mark Kettenis <kettenis@gnu.org>
3700
3701 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3702 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3703 Adjust a few comments to reflect reality a bit closer.
3704 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3705 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3706 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3707 target_insert_watchpoint, target_remove_watchpoint):
3708 Move defines to ...
3709 * config/i386/nm-i386sco5.h: ... here.
3710 (kernel_u_size): Add prototype. Improve a few comments and add
3711 protection against multiple inclusion.
3712
3713 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3714 out define.
3715
3716 * uw-thread.c (SP_ARG0): Define if not already defined.
3717 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3718
3719 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3720
3721 * config/i386/tm-i386.h: Don't include "regcache.h".
3722
3723 * i387-tdep.h (i387_print_float_info): New prototype.
3724 * i387-tdep.c (print_i387_value, print_i387_ext,
3725 print_i387_status_word, print_i387_control_word): Add `struct
3726 ui_file *' argument and use it for output.
3727 (i387_print_float_info): Renamed from i387_float_info. Add
3728 `struct gdbarch *' and `struct ui_file *' arguments and use the
3729 latter for output.
3730 * i386-tdep.c: Include "i387-tdep.h".
3731 (i386_gdbarch_init): Set print_float_info.
3732 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3733 (FLOAT_INFO): Remove define.
3734
37352002-08-13 Michael Snyder <msnyder@redhat.com>
3736
3737 * mips-tdep.c (mips_push_arguments): Rename to
3738 mips_eabi_push_arguments, and tune for EABI.
3739 (MIPS_REGS_HAVE_HOME_P): Delete.
3740 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3741 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3742 Delete references to mips_regs_have_home_p.
3743
37442002-08-14 Keith Seitz <keiths@redhat.com>
3745
3746 * Makefile.in (install-gdbtk): Create insight plugin directory.
3747 Install plugins.tcl file.
3748
37492002-08-14 Keith Seitz <keiths@redhat.com>
3750
3751 * configure.in: Move SUBDIRS to near top of the file so that
3752 --enable options may add things to it.
3753 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3754 * configure: Regenerate.
3755
37562002-08-13 Michael Snyder <msnyder@redhat.com>
3757
3758 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3759 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3760 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3761
37622002-08-13 Andrew Cagney <ac131313@redhat.com>
3763
3764 * vax-tdep.c (vax_get_saved_register): Delete function.
3765 (vax_gdbarch_init): Update.
3766 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3767 (ns32k_gdbarch_init): Update.
3768 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3769 (alpha_gdbarch_init): Update.
3770
37712002-08-13 Andrew Cagney <cagney@redhat.com>
3772
3773 * regcache.c (init_regcache_descr): Overallocate the
3774 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3775 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3776 nr_raw_registers.
3777 (set_register_cached): Add range checking assertions. Use
3778 current_regcache.
3779
37802002-08-13 Mark Kettenis <kettenis@gnu.org>
3781
3782 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3783 numbers for MMX registers.
3784
37852002-08-13 Andrew Cagney <cagney@redhat.com>
3786
3787 * i386-tdep.c (i386_gdbarch_init): Use
3788 generic_unwind_get_saved_register.
3789
37902002-08-13 Kevin Buettner <kevinb@redhat.com>
3791
3792 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3793 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3794 target vector.
3795 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3796 Delete. Add comment regarding this now-deleted target method.
3797
37982002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3799
3800 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3801 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3802 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3803 real PC and the page number (if it's within the memory bank window).
3804 (m68hc11_pseudo_register_write): Likewise when saving.
3805 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3806 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3807 (m68hc11_register_raw_size): And use 32-bit for it.
3808 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3809 16K memory bank is used by the prog; also use the virtual pc.
3810
38112002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3812
3813 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3814 (m68hc11_gdbarch_init): Install it in gdbarch.
3815 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3816 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3817 (MSYMBOL_SIZE): New for documentation.
3818 (insn_return_kind): Enum to specify how a function returns.
3819 (frame_extra_info): Cleanup and record the return mode.
3820 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3821 register in address computation.
3822 (m68hc11_get_return_insn): New to obtain the return instruction used
3823 by the function.
3824 (m68hc11_frame_init_saved_regs): Take into account the return
3825 instruction used by the function for far and interrupt functions.
3826 (m68hc11_init_extra_frame_info): Take into account page register.
3827 (m68hc11_frame_args_address): Adjust according to the return mode.
3828 (show_regs): Print page register only when it's used.
3829
38302002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3831
3832 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3833 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3834 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3835 registers.
3836 (m68hc11_register_raw_size): Likewise.
3837
38382002-08-13 Andrew Cagney <cagney@redhat.com>
3839
3840 * i386-tdep.c (i386_register_name): Handle mmx registers.
3841 (mmx_regnum_p): New function.
3842 (i386_mmx_names): New array.
3843 (mmx_num_regs): New variable.
3844 (i386_pseudo_register_read): New function.
3845 (i386_pseudo_register_write): New function.
3846 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3847
3848 * regcache.c (regcache_raw_read_unsigned): New function.
3849 (regcache_raw_read_signed): New function.
3850 * regcache.h (regcache_raw_read_unsigned): Declare.
3851 (regcache_raw_read_signed): Declare.
3852
38532002-08-13 Andrew Cagney <cagney@redhat.com>
3854
3855 * regcache.c (regcache_raw_read_as_address): Delete function.
3856 (regcache_cooked_read_signed): New function.
3857 (regcache_cooked_read_unsigned): New function.
3858 * regcache.h (regcache_cooked_read_signed): Declare.
3859 (regcache_cooked_read_unsigned): Declare.
3860 (regcache_raw_read_as_address): Delete declaration.
3861
3862 * blockframe.c (generic_read_register_dummy): Use
3863 regcache_cooked_read_unsigned.
3864 * i386-tdep.c (i386_extract_struct_value_address): Use
3865 regcache_cooked_read_unsigned.
3866
38672002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3868
3869 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3870 double sizes according to ELF ABI flags.
3871 (gdbarch_tdep): Record elf_flags.
3872
38732002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3874
3875 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3876 (m6812_prolog): They can appear in 68HC12 function prologue.
3877 (m68hc11_frame_chain): Cleanup.
3878
38792002-08-12 Andrew Cagney <cagney@redhat.com>
3880
3881 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3882 declarations.
3883 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3884 (i386_linux_register_raw_size): Delete function.
3885 (i386_linux_init_abi): Update.
3886 * i386-tdep.c (i386_register_raw_size): Delete function.
3887 (i386_register_byte): Delete function.
3888 (i386_gdbarch_init): Update.
3889 (i386_register_size): Delete array.
3890 (i386_register_offset): Delete array.
3891
3892 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3893 (REGISTER_RAW_SIZE): Delete macro.
3894 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3895 (REGISTER_BYTE): Delete macro.
3896
38972002-08-11 Aidan Skinner <aidan@velvet.net>
3898
3899 * ada-lang.c (ada_lookup_partial_symbol)
3900 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3901 prototype names so that grep ^func works properly.
3902
3903 * ada-lang.c (ada_array_element_type)
3904 (ada_lookup_partial_symbol): Fix typos in parameter list.
3905
3906 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3907 Fix prototype names so that grep ^func works properly.
3908
39092002-08-10 Andrew Cagney <cagney@redhat.com>
3910 Elena Zannoni <ezannoni@redhat.com>
3911 Martin M. Hunt <hunt@redhat.com>
3912
3913 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3914 (build_builtin_type_vec128i): Set the vector bit.
3915 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3916 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3917 (build_builtin_type_vec64): New function.
3918 (build_builtin_type_vec64i): New function.
3919 (build_gdbtypes): Initialize builtin_type_vec64 and
3920 builtin_type_vec64i.
3921
39222002-08-09 Andrew Cagney <cagney@redhat.com>
3923
3924 * regcache.c (regcache_dump): Compare the register offset
3925 with REGISTER_BYTE.
3926 * arch-utils.c (generic_register_byte): New function.
3927 * arch-utils.h (generic_register_byte): Declare.
3928 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3929 * gdbarch.h, gdbarch.c: Regenerate.
3930
39312002-08-09 Andrew Cagney <cagney@redhat.com>
3932
3933 * regcache.c: Include "gdbcmd.h"
3934 (_initialize_regcache): Add commands "maintenance print
3935 registers", "maintenance print raw-registers" and "maintenance
3936 print cooked-registers".
3937 (enum regcache_dump_what): Define.
3938 (dump_endian_bytes): New function.
3939 (regcache_dump): New function.
3940 (regcache_print): New function.
3941 (maintenance_print_registers): New function.
3942 (maintenance_print_raw_registers): New function.
3943 (maintenance_print_cooked_registers): New function.
3944 * Makefile.in (regcache.o): Update dependencies.
3945
39462002-08-09 Michael Snyder <msnyder@redhat.com>
3947
3948 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3949 (mips_push_arguments): Correct some comments. Use paddr_nz
3950 for printing addresses in debug output. Replace static
3951 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3952 (mips_n32n64_push_arguments): New function, cloned from
3953 mips_push_arguments and tuned for the n32/n64 ABI.
3954 (mips_push_register): Buffer needs dynamic allocation.
3955 (mips_print_register): Ditto.
3956 (do_gp_register_row): Ditto.
3957 (mips_store_return_value): Ditto.
3958 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3959
39602002-08-09 Don Howard <dhoward@redhat.com>
3961
3962 * memattr.c (mem_info_command): Print special case of upper bound
3963 as max CORE_ADDR + 1.
3964
39652002-08-08 Michael Snyder <msnyder@redhat.com>
3966
3967 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3968 returns structs by ref if they're too big to fit in two registers.
3969
39702002-08-09 Kevin Buettner <kevinb@redhat.com>
3971
3972 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3973 saved regs value.
3974 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3975 mips_find_saved_regs().
3976 (mips_pop_frame): Likewise.
3977
39782002-08-09 Kevin Buettner <kevinb@redhat.com>
3979
3980 * blockframe.c (frame_saved_regs_register_unwind): Revise
3981 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3982 frames are in use.
3983
39842002-08-09 Grace Sainsbury <graces@redhat.com>
3985
3986 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3987 T-packets; the 'a' is not taken as a register number.
3988 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3989 (remote_stopped_data_address): New functions; add to target
3990 vector.
3991 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3992 prototypes to match other implementations of this
3993 function. replace integer argument with pointer -- the length
3994 field in the Z-packet is the length of what is pointed to or 1 if
3995 pointer is null. Add to target vector.
3996 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3997 target vector.
3998
3999 From Mark Salter:
4000 * remote.c (remote_wait): Add support to extract optional
4001 watchpoint information from T-packet. Ignore unrecognized
4002 optional info in T-packet.
4003 (remote_async_wait): Ditto.
4004
40052002-08-09 Corinna Vinschen <vinschen@redhat.com>
4006
4007 * cli/cli-dump.c: Change fopen modes to use binary open modes
4008 as defined in include/fopen-bin.h throughout.
4009
40102002-08-08 Michael Snyder <msnyder@redhat.com>
4011
4012 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4013
40142002-08-08 Kevin Buettner <kevinb@redhat.com>
4015
4016 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4017 assertion failure by returning early after a warning.
4018
40192002-08-08 Kevin Buettner <kevinb@redhat.com>
4020
4021 * mips-tdep.c (mips_find_saved_regs): Make static.
4022 (mips_frame_init_saved_regs): New function.
4023 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4024 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4025 (mips_find_saved_regs): Delete declaration.
4026
40272002-08-08 Grace Sainsbury <graces@redhat.com>
4028
4029 * remote.c (remote_wait, remote_async_wait): Change
4030 thread_num from int to ULONGEST.
4031 (unpack_varlen_hex): Change result parameter from
4032 int * to ULONGEST *.
4033
40342002-08-08 Andrew Cagney <ac131313@redhat.com>
4035
4036 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4037 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4038 powerpc*-*-*.
4039 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4040
40412002-08-08 Andrew Cagney <cagney@redhat.com>
4042
4043 * gcore.c (override_derive_stack_segment): Delete variable.
4044 (preempt_derive_stack_segment): Delete function.
4045 (derive_stack_segment): Delete function.
4046 (default_derive_stack_segment): Renamed to derive_stack_segment.
4047 (override_derive_heap_segment): Delete variable.
4048 (preempt_derive_heap_segment): Delete function.
4049 (derive_heap_segment): Delete function.
4050 (default_derive_heap_segment): Rename to derive_heap_segment.
4051
40522002-08-06 Michael Snyder <msnyder@redhat.com>
4053
4054 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4055 * mips-tdep.c (mips_EABI_use_struct_convention,
4056 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4057 New functions. (mips_use_struct_convention): Delete.
4058 (mips_gdbarch_init): set use_gdbarch_convention.
4059
40602002-08-06 Michael Snyder <msnyder@redhat.com>
4061
4062 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4063 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4064 mips_o32_reg_struct_has_addr): New functions.
4065 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4066
40672002-08-07 Andrew Cagney <ac131313@redhat.com>
4068
4069 * regcache.c (pseudo_register): Delete function.
4070 (fetch_register): Delete function.
4071 (store_register): Delete function.
4072 (regcache_raw_read, legacy_read_register_gen): Use
4073 target_fetch_registers instead of fetch_register.
4074 (legacy_write_register_gen, regcache_raw_write): Use
4075 target_store_register instead of store_register.
4076 (write_register_bytes): Ditto.
4077
4078 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4079 (STORE_PSEUDO_REGISTER): Delete.
4080 * gdbarch.h, gdbarch.c: Regenerate.
4081
40822002-08-06 Corinna Vinschen <vinschen@redhat.com>
4083
4084 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4085 write dump file binary.
4086
40872002-08-05 Michael Snyder <msnyder@redhat.com>
4088
4089 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4090 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4091 (mips_gdbarch_init): Set N32 target to be mips64.
4092
40932002-08-06 Kevin Buettner <kevinb@redhat.com>
4094
4095 * frame.c (find_saved_register): Break out of loop once saved
4096 register address is found. Don't mention sparc in loop comment
4097 anymore.
4098
40992002-08-06 Kevin Buettner <kevinb@redhat.com>
4100
4101 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4102 mips_default_saved_regsize to 8.
4103
41042002-08-06 Andrew Cagney <ac131313@redhat.com>
4105
4106 * gcore.c: Do not include <sys/procfs.h>.
4107 * Makefile.in (gcore.o): Update dependencies.
4108
41092002-08-06 Andrew Cagney <cagney@redhat.com>
4110
4111 * configure.tgt: Make arc-*-* obsolete.
4112 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4113 * MAINTAINERS: Make arc-elf obsolete.
4114 * arc-tdep.c: Make file obsolete.
4115 * config/arc/arc.mt: Ditto.
4116 * config/arc/tm-arc.h: Ditto.
4117
41182002-08-05 Theodore A. Roth <troth@verinet.com>
4119
4120 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4121
41222002-08-05 Andrew Cagney <ac131313@redhat.com>
4123
4124 * mcore-tdep.c (mcore_gdbarch_init): Use
4125 generic_unwind_get_saved_register instead of
4126 generic_get_saved_register.
4127 * v850-tdep.c (v850_gdbarch_init): Ditto.
4128 * frv-tdep.c (frv_gdbarch_init): Ditto.
4129 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4130 * s390-tdep.c (s390_gdbarch_init): Ditto.
4131 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4132 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4133 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4134
41352002-08-05 Joel Brobecker <brobecker@gnat.com>
4136
4137 * objfiles.h: Add missing #include "symfile.h"
4138
4139 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4140
41412002-08-04 Andrew Cagney <ac131313@redhat.com>
4142
4143 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4144 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4145 of FIELD_BITSIZE.
4146
41472002-08-04 Daniel Jacobowitz <drow@mvista.com>
4148
4149 * NEWS: Cleanup and nitpick.
4150
41512002-08-03 Andrew Cagney <ac131313@redhat.com>
4152
4153 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4154
41552002-08-03 Andrew Cagney <ac131313@redhat.com>
4156
4157 * Makefile.in (gdbtk-bp.o): Update dependencies.
4158 (gdbtk-register.o): Ditto.
4159 (gdbtk-varobj.o): Ditto.
4160
41612002-08-03 Andrew Cagney <cagney@redhat.com>
4162
4163 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4164 m68hc11_fetch_pseudo_register.
4165 (m68hc11_pseudo_register_write): Replace
4166 m68hc11_store_pseudo_register.
4167 (m68hc11_gdbarch_init): Update.
4168
4169Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4170
4171 * gdbarch.sh: Include "gdb_string.h".
4172 * gdbarch.c: Regenerate.
4173
4174 * regcache.c: Include "gdb_string.h".
4175 * ax-general.c: Ditto.
4176 * varobj.c: Ditto.
4177 * std-regs.c: Ditto.
4178 * fbsd-proc.c: Ditto.
4179 * thread.c: Ditto.
4180
4181 * Makefile.in (regcache.o): Update dependencies.
4182 (thread.o, gdbarch.o): Ditto.
4183 (ax-general.o, gdbarch.o): Ditto.
4184 (varobj.o, std-regs.o): Ditto.
4185 (fbsd-proc.o): Specify dependencies.
4186
41872002-08-02 Andrew Cagney <cagney@redhat.com>
4188
4189 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4190 regnum.
4191 (regcache_cooked_write): Ditto.
4192
41932002-08-02 Andrew Cagney <ac131313@redhat.com>
4194
4195 * regcache.c (regcache_cooked_read): New function.
4196 (regcache_cooked_write): New function.
4197 (read_register_gen): Rewrite using regcache_cooked_read.
4198 (write_register_gen): Rewrite using regcache_cooked_write.
4199
4200 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4201 Declare.
4202
42032002-08-02 Andrew Cagney <cagney@redhat.com>
4204
4205 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4206 Replace the architecture methods register_read and register_write.
4207 * gdbarch.h, gdbarch.c: Regenerate.
4208 * regcache.c (init_regcache_descr): Update.
4209 (read_register_gen): Update.
4210 (write_register_gen): Update.
4211 (supply_register): Update comment.
4212
4213 * sh-tdep.c (sh_gdbarch_init): Update.
4214 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4215 `regcache' and `gdbarch' parameters. Make `buffer' a void
4216 pointer. Update code.
4217 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4218 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4219 void pointer. Update code.
4220 (sh64_register_write): Delete.
4221 (sh4_register_read): Delete.
4222 (sh64_register_read): Delete.
4223 (sh4_register_write): Delete.
4224 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4225 void pointer, `to' parameter a void pointer.
4226 (sh_sh64_register_convert_to_raw): Ditto.
4227
42282002-08-01 Kevin Buettner <kevinb@redhat.com>
4229
4230 * mips-tdep.c (mips_register_virtual_type): Use architecture
4231 invariant return values.
4232
42332002-08-01 Andrew Cagney <cagney@redhat.com>
4234
4235 * linux-proc.c: Include "gdb_string.h".
4236 * Makefile.in (linux-proc.o): Update dependency list.
4237
42382002-08-01 Kevin Buettner <kevinb@redhat.com>
4239
4240 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4241 comment.
4242
42432002-08-01 Grace Sainsbury <graces@redhat.com>
4244
4245 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4246 to_insert_watchpoint, to_remove_watchpoint,
4247 to_stopped_by_watchpoint, to_stopped_data_address,
4248 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4249 target vecctor. Define their corresponding macros so they call
4250 them.
4251
4252 * target.c: Add default and debug versions of for
4253 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4254 to_insert_watchpoint, to_remove_watchpoint,
4255 to_stopped_by_watchpoint, to_stopped_data_address,
4256 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4257
42582002-08-01 Kevin Buettner <kevinb@redhat.com>
4259
4260 * mips-tdep.c (mips_register_virtual_type): New function.
4261 (mips_gdbarch_init): Register mips_register_virtual_type()
4262 with gdbarch machinery.
4263 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4264 this file instead of tm-bigmips.h.
4265 (MIPS_REGSIZE): Delete this macro.
4266 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4267 multiarch version in mips-tdep.c will be found.
4268
42692002-08-01 Andrew Cagney <cagney@redhat.com>
4270
4271 * NEWS: Menion that CHILL has been made obsolete.
4272
4273 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4274 * stabsread.c (read_range_type): Ditto.
4275 * gdbtypes.h: Ditto.
4276 * language.c (binop_type_check): Ditto.
4277 (binop_result_type): Ditto.
4278 (integral_type): Ditto.
4279 (character_type): Ditto.
4280 (string_type): Ditto.
4281 (boolean_type): Ditto.
4282 (structured_type): Ditto.
4283 (lang_bool_type): Ditto.
4284 (binop_type_check): Ditto.
4285 * language.h (_LANG_chill): Ditto.
4286 * dwarfread.c (set_cu_language): Ditto.
4287 * dwarfread.c (CHILL_PRODUCER): Ditto.
4288 * dwarfread.c (handle_producer): Ditto.
4289 * expression.h (enum exp_opcode): Ditto.
4290 * eval.c: Ditto for comments.
4291 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4292 * expprint.c (print_subexp): Ditto.
4293 (print_subexp): Ditto.
4294 * valops.c (value_cast): Ditto.
4295 (search_struct_field): Ditto.
4296 * value.h (COERCE_VARYING_ARRAY): Ditto.
4297 * symfile.c (init_filename_language_table): Ditto.
4298 (add_psymbol_with_dem_name_to_list): Ditto.
4299 * valarith.c (value_binop): Ditto.
4300 (value_neg): Ditto.
4301 * valops.c (value_slice): Ditto.
4302 * symtab.h (union language_specific): Ditto.
4303 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4304 (SYMBOL_DEMANGLED_NAME): Ditto.
4305 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4306 * defs.h (enum language): Ditto.
4307 * symtab.c (got_symtab): Ditto.
4308 * utils.c (fprintf_symbol_filtered): Ditto.
4309
4310 * ch-typeprint.c: Make file obsolete.
4311 * ch-valprint.c: Make file obsolete.
4312 * ch-lang.h: Make file obsolete.
4313 * ch-exp.c: Make file obsolete.
4314 * ch-lang.c: Make file obsolete.
4315
4316 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4317 CHILL_LIB.
4318 (TARGET_FLAGS_TO_PASS): Ditto.
4319 (CHILLFLAGS): Obsolete.
4320 (CHILL): Obsolete.
4321 (CHILL_FOR_TARGET): Obsolete.
4322 (CHILL_LIB): Obsolete.
4323 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4324 ch-valprint.c.
4325 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4326 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4327 ch-lang.o.
4328 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4329 targets.
4330
43312002-07-31 Joel Brobecker <brobecker@gnat.com>
4332
4333 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4334 This does not change anything at the moment, but will be helpful
4335 later when full Ada support is integrated.
4336
43372002-07-31 Kevin Buettner <kevinb@redhat.com>
4338
4339 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4340 help message.
4341
43422002-07-31 Kevin Buettner <kevinb@redhat.com>
4343
4344 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4345 and save it in a local variable. Use variable in later test.
4346
43472002-07-31 Kevin Buettner <kevinb@redhat.com>
4348
4349 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4350 test. (Thanks to Daniel Jacobowitz.)
4351
43522002-07-31 Kevin Buettner <kevinb@redhat.com>
4353
4354 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4355 (mips_abi_strings): Add "n64".
4356 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4357
43582002-07-31 Kevin Buettner <kevinb@redhat.com>
4359
4360 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4361 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4362
43632002-07-31 Kevin Buettner <kevinb@redhat.com>
4364
4365 * utils.c (host_pointer_to_address, address_to_host_pointer):
4366 Use gdb_assert() instead of explicit call to internal_error().
4367
43682002-07-30 Kevin Buettner <kevinb@redhat.com>
4369
4370 * Makefile.in (rs6000-nat.o): Update dependencies.
4371
4372 From Nicholas Duffek:
4373 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4374 (aix-thread.o): New rule.
4375 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4376 * config/powerpc/aix432.mh: New file.
4377
43782002-07-30 Daniel Jacobowitz <drow@mvista.com>
4379
4380 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4381 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4382 (fetch_core_registers, ppc_linux_supply_gregset)
4383 (ppc_linux_supply_fpregset): New functions.
4384 (ppc_linux_regset_core_fns): New.
4385 (_initialize_ppc_linux_tdep): Call add_core_fns.
4386 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4387 and ppc_linux_supply_gregset.
4388 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4389 (supply_fpregset): Call ppc_linux_supply_fpregset.
4390 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4391 corelow.o.
4392 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4393
43942002-07-30 Daniel Jacobowitz <drow@mvista.com>
4395
4396 * symtab.c (lookup_symbol): Demangle before lowercasing.
4397
43982002-07-30 Andrew Cagney <ac131313@redhat.com>
4399
4400 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4401 declaration.
4402 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4403 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4404 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4405 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4406 "gdb_string.h".
4407 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4408 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4409 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4410 (avr-tdep.o, mon960-rom.o): Ditto.
4411 (aout_stabs_gnu_h): Define.
4412 (symtab_h): Remove $(gdb_obstack_h).
4413
44142002-07-30 Jim Blandy <jimb@redhat.com>
4415
4416 Patch from David Carlton <carlton@math.stanford.edu>:
4417 * gdbinit.in: Move the `dir' commands that add GDB's own source
4418 directory to the search path to the end, so that the `gdb' source
4419 directory will be searched first.
4420
44212002-07-29 Andrew Cagney <ac131313@redhat.com>
4422
4423 * gdb_obstack.h: New file.
4424 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4425 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4426 * objfiles.h: Include "gdb_obstack.h".
4427 * Makefile.in (gdb_obstack_h): Define.
4428 (symtab_h): Add $(gdb_obstack_h).
4429 (objfiles_h): Add $(gdb_obstack_h).
4430
4431 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4432 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4433 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4434 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4435 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4436 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4437 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4438 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4439
4440 * Makefile.in (bcache.o): Update dependencies.
4441 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4442 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4443 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4444 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4445 (stabsread.o, symfile.o, symmisc.o): Ditto.
4446 (symtab.o, typeprint.o, macroexp.o): Ditto.
4447 (macrotab.o, mdebugread.o): Ditto.
4448 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4449 (coff_ecoff_h, aout_aout64_h): Define.
4450 (aout_stabs_gnu_h, libaout_h): Define.
4451
44522002-07-29 Andrew Cagney <cagney@redhat.com>
4453
4454 * regcache.c (struct regcache_descr): Rename nr_registers to
4455 nr_cooked_registers. Revise comments describing the structure
4456 member fields.
4457 (init_regcache_descr): Update.
4458 (init_legacy_regcache_descr): Update.
4459 (read_register_gen, write_register_gen): When a cooked register in
4460 the raw register range, directly access the value from the raw
4461 register cache.
4462
44632002-07-29 Andrew Cagney <ac131313@redhat.com>
4464
4465 * z8k-tdep.c: Do not include "obstack.h".
4466 * h8300-tdep.c, h8500-tdep.c: Ditto.
4467 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4468 * valprint.c, v850-tdep.c: Ditto.
4469 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4470 * mn10200-tdep.c: Ditto.
4471
4472 * Makefile.in (z8k-tdep.o): Update dependencies.
4473 (m68hc11-tdep.o, valprint.o): Ditto.
4474 (v850-tdep.o, d10v-tdep.o): Ditto.
4475 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4476 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4477 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4478 (sh_opc_h, gdb_sim_sh_h): Define.
4479 (elf_sh_h, elf_bfd_h): Define.
4480 (opcode_m68hc11_h): Define.
4481 (OPCODES_SRC, OPCODES_DIR): define.
4482 (OPCODES): Use $(OPCODES_DIR).
4483 (gdb_sim_d10v_h): Rename sim_d10v_h.
4484 (gdb_sim_arm_h): Rename sim_arm_h.
4485
44862002-07-26 Kevin Buettner <kevinb@redhat.com>
4487
4488 * utils.c (host_pointer_to_address, address_to_host_pointer):
4489 Change internal_error() message to indicate function responsible
4490 for the error.
4491
44922002-07-26 Kevin Buettner <kevinb@redhat.com>
4493
4494 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4495 calls to local_hex_string_custom().
4496
44972002-07-26 Kevin Buettner <kevinb@redhat.com>
4498
4499 * irix5-nat.c: Move IRIX shared library support from here...
4500 * solib-irix.c: ...to here. Revised substantially to work with
4501 generic solib framework.
4502
4503 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4504 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4505 * mips-irix-tdep.c: New file.
4506
4507 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4508 (mips-irix-tdep.o, solib-irix.o): New rules.
4509 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4510 solib-irix.o.
4511 * config/mips/irix6.mt (TDEPFILES): Likewise.
4512 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4513
45142002-07-26 Kevin Buettner <kevinb@redhat.com>
4515
4516 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4517 disabled (via ``#if 0'') includes.
4518
45192002-07-26 Kevin Buettner <kevinb@redhat.com>
4520
4521 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4522 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4523 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4524 Add support for the fpscr register.
4525 * rs6000-nat.c (regmap, fetch_inferior_registers)
4526 (store_inferior_registers, fetch_core_registers): Likewise.
4527
45282002-07-26 Kevin Buettner <kevinb@redhat.com>
4529
4530 * rs6000-nat.c (language.h): Include.
4531 (special_regs): Delete this array.
4532 (regmap): New function.
4533 (fetch_register, store_register): Use regmap() to map gdb
4534 register numbers to ptrace register numbers. Also, use
4535 outputs from regmap() to make decisions regarding type of
4536 ptrace() call to make. In particular, don't compare against
4537 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4538 (fetch_inferior_registers, store_inferior_registers): Where
4539 possible, obtain register numbers from tdep struct. Don't
4540 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4541 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4542 (LAST_UISA_SP_REGNUM): Delete.
4543
45442002-07-25 Kevin Buettner <kevinb@redhat.com>
4545
4546 * rs6000-nat.c (ppc-tdep.h): Include.
4547 (fetch_registers, store_register, fetch_core_registers): Don't
4548 access registers[] directly. Instead, use supply_register() or
4549 regcache_collect() as appropriate.
4550 (find_toc_address): Format hex address with local_hex_string().
4551
45522002-07-25 Andrew Cagney <ac131313@redhat.com>
4553
4554 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4555 bfd/elf32-frv.c.
4556
45572002-07-24 Tom Tromey <tromey@redhat.com>
4558
4559 * jv-exp.y: Marked all strings with _().
4560 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4561 internal_error.
4562 (MethodInvocation, CastExpression, parse_number, yyerror,
4563 java_type_from_name, push_expression_name, yylex): Typo fixes.
4564
45652002-07-24 Daniel Jacobowitz <drow@mvista.com>
4566
4567 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4568 (tee_file_flush, tee_file_write, tee_file_fputs)
4569 (tee_file_isatty): New.
4570 * ui-file.h (tee_file_new): Add prototype.
4571
45722002-07-24 Aidan Skinner <aidan@velvet.net>
4573
4574 * ada-lang.c: Change k&r style function definitions to prototyped
4575 form.
4576 * ada-typeprint.c: Change k&r style function definitions to prototyped
4577 form.
4578 * ada-valprint.c: Change k&r style function definitions to prototyped
4579 form.
4580
45812002-07-24 Andrew Cagney <cagney@redhat.com>
4582
4583 * README: Remove reference to remote-bug.
4584 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4585 remote-bug.c.
4586 (m88k-nat.o): Delete rule.
4587 (m88k-tdep.o): Delete rule.
4588 (remote-bug.o): Delete rule.
4589 * MAINTAINERS: Mark as obsolete.
4590 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4591 * m88k-tdep.c: Make file obsolete.
4592 * config/m88k/m88k.mh: Ditto.
4593 * config/m88k/delta88v4.mh: Ditto.
4594 * config/m88k/delta88v4.mt: Ditto.
4595 * config/m88k/delta88.mt: Ditto.
4596 * config/m88k/delta88.mh: Ditto.
4597 * remote-bug.c: Ditto.
4598 * config/m88k/tm-delta88.h: Ditto.
4599 * config/m88k/nm-delta88v4.h: Ditto.
4600 * config/m88k/xm-delta88.h: Ditto.
4601 * config/m88k/xm-dgux.h: Ditto.
4602 * config/m88k/tm-m88k.h: Ditto.
4603 * config/m88k/nm-m88k.h: Ditto.
4604 * config/m88k/tm-delta88v4.h: Ditto.
4605 * m88k-nat.c: Ditto.
4606 * cxux-nat.c: Ditto.
4607 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4608 and m88*-*-* obsolete.
4609 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4610 m88*-*-* obsolete.
4611
46122002-07-24 Andrew Cagney <cagney@redhat.com>
4613
4614 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4615 constant. Same for local pointer variables.
4616 (extract_signed_integer): Ditto.
4617 * defs.h (extract_unsigned_integer): Update.
4618 (extract_signed_integer): Update.
4619
46202002-07-24 Andrew Cagney <cagney@redhat.com>
4621
4622 * regcache.c (regcache_raw_write): Change buf parameter to a
4623 constant void pointer.
4624 (regcache_raw_read): Change buf parameter to a void pointer.
4625 (legacy_write_register_gen): Change myaddr parameter a constant
4626 void pointer.
4627 (supply_register): Change val parameter to a const void pointer.
4628 * regcache.h (regcache_raw_write): Update declaration.
4629 (regcache_raw_read): Update declaration.
4630 (supply_register): Update declaration.
4631
46322002-07-24 Tom Tromey <tromey@redhat.com>
4633
4634 * defs.h (gdb_readline_wrapper): Declare.
4635 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4636 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4637 * top.c (gdb_readline_wrapper): New function.
4638 (command_line_input): Use it.
4639
46402002-07-24 Andrew Cagney <cagney@redhat.com>
4641
4642 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4643 regcache_read and regcache_write.
4644 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4645 * regcache.c: Update.
4646 * sh-tdep.c (sh64_push_arguments): Update comment.
4647 (sh_pseudo_register_read): Update.
4648 (sh_pseudo_register_write): Update.
4649 (sh4_register_read): Update.
4650 (sh4_register_write): Update.
4651 (sh64_pseudo_register_read): Update.
4652 (sh64_pseudo_register_write): Update.
4653 (sh64_register_read): Update.
4654 (sh64_register_write): Update.
4655 * i386-tdep.c (i386_extract_return_value): Update.
4656 (i386_extract_struct_value_address): Update.
4657 (i386_extract_return_value): Update.
4658 * blockframe.c (generic_read_register_dummy): Update.
4659 (generic_call_dummy_register_unwind): Update
4660 * infrun.c (write_inferior_status_register): Update.
4661
46622002-07-23 Jim Blandy <jimb@redhat.com>
4663
4664 * parser-defs.h (expression_context_pc): Make this extern.
4665 (Thanks to Michael Snyder.)
4666
46672002-07-23 Andrew Cagney <ac131313@redhat.com>
4668
4669 GDB 5.2.1 released from 5.2 branch.
4670 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4671 * README: Update to mention 5.2.1.
4672
46732002-07-23 Mark Salter <msalter@redhat.com>
4674
4675 * remote.c (remote_read_bytes): Fix check for error.
4676
46772002-07-22 Kevin Buettner <kevinb@redhat.com>
4678
4679 * aix-thread.c (language.h): Include.
4680 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4681 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4682 Print newlines at end of debug messages.
4683 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4684 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4685
46862002-07-22 Kevin Buettner <kevinb@redhat.com>
4687
4688 * aix-thread.c (ppc-tdep.h): Include.
4689 (special_register_p): New function.
4690 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4691 (store_regs_user_thread): Use register number information from
4692 gdbarch_tdep struct instead of hardcoded offsets relative to
4693 FIRST_UISA_SP_REGNUM.
4694 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4695 special_register_p() instead of using FPLAST_REGNUM and
4696 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4697 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4698 will be MQ's register number.
4699
47002002-07-22 Michael Snyder <msnyder@redhat.com>
4701
4702 * aix-thread.c (ops): Rename to aix_thread_ops.
4703 (base_ops): Rename to base_target.
4704 (ops_attach): Rename to aix_thread_attach.
4705 (ops_detach): Rename to aix_thread_detach.
4706 (ops_resume): Rename to aix_thread_detach.
4707 (ops_wait): Rename to aix_thread_wait.
4708 (ops_kill): Rename to aix_thread_kill.
4709 (init_ops): Rename to init_aix_thread_ops.
4710 (ops_fetch_register): Rename to aix_thread_fetch_register.
4711 (ops_store_register): Rename to aix_thread_store_register.
4712 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4713 (ops_thread_alive): Rename to aix_thread_thread_alive.
4714 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4715 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4716 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4717 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4718 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4719 (store_regs_lib): Rename to store_regs_user_thread.
4720 (store_regs_kern): Rename to store_regs_kernel_thread.
4721
47222002-07-22 Michael Snyder <msnyder@redhat.com>
4723
4724 * aix-thread.c (ops_prepare_to_store): Eliminate.
4725 (init_ops): Don't initialize ops.prepare_to_store.
4726 (store_regs_kern): Pre-fetch register buffers from child,
4727 because some registers may not be in the cache. Copy
4728 regs from register cache only if they are cached.
4729 (store_regs_lib): Copy regs from register cache only
4730 if they are cached.
4731 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4732 fill_gprs64): Ditto.
4733
47342002-07-22 Kevin Buettner <kevinb@redhat.com>
4735
4736 * aix-thread.c (gdb_assert.h): Include.
4737 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4738 register sizes (from register cache) match size of buffer holding
4739 register data.
4740 (fill_sprs32): Change parameter types to match those in the ptrace()
4741 buffer.
4742 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4743 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4744
47452002-07-22 Michael Snyder <msnyder@redhat.com>
4746
4747 * aix-thread.c (supply_sprs64): Cosmetic change.
4748 (supply_sprs32): Cosmetic change.
4749 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4750 (fill_sprs64): Use regcache_collect instead of read_register.
4751 (store_regs_lib): Use regcache_collect instead of
4752 read_register. Use fill_sprs32 instead of fill_sprs64,
4753 if debugging a 32-bit architecture.
4754 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4755 out of the register cache, instead of passing a pointer into
4756 the register cache directly to ptrace. Use regcache_collect
4757 insteaad of read_register.
4758 (ops_prepare_to_store): Use target_read_registers instead
4759 of read_register_bytes.
4760
47612002-07-20 Aidan Skinner <aidan@velvet.net>
4762
4763 * MAINTAINERS: Add self under write after approval.
4764
47652002-07-20 Aidan Skinner <aidan@velvet.net>
4766
4767 * ada-tasks.c: Change k&r style function definitions to prototyped
4768 form.
4769
47702002-07-19 Andrew Cagney <ac131313@redhat.com>
4771
4772 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4773 * x86-64-tdep.c: Include "objfiles.h".
4774 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4775 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4776
47772002-07-17 Michal Ludvig <michal@suse.cz>
4778
4779 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4780 (update_context): Initialise cfa variable.
4781
47822002-07-17 Michael Snyder <msnyder@redhat.com>
4783
4784 * aix-thread.c: Shorten some long lines.
4785 Bring comments into line with code spec.
4786
47872002-07-18 Joel Brobecker <brobecker@gnat.com>
4788
4789 * infrun.c: Re-indent using gdb_indent.sh.
4790
47912002-07-18 Joel Brobecker <brobecker@gnat.com>
4792
4793 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4794 Leave the indentation temporarily untouched, to minimize the diffs.
4795
47962002-07-18 Elena Zannoni <ezannoni@redhat.com>
4797
4798 * stabsread.c: Make os9k sections of the code obsolete,
4799 for real this time.
4800 * stabsread.h: Make os9k sections of the code obsolete.
4801
48022002-07-18 Michal Ludvig <mludvig@suse.cz>
4803
4804 * linux-low.c (regsets_store_inferior_registers): Add free()
4805 at the end of a loop to prevent memory leak.
4806 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4807 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4808 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4809 line a comment.
4810 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4811
48122002-07-17 Jim Blandy <jimb@redhat.com>
4813
4814 * macrocmd.c (info_macro_command): Remove newline from error
4815 message.
4816
48172002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4818
4819 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4820 (sh_gdbarch_init): Use it for sh-dsp.
4821
48222002-07-16 Kevin Buettner <kevinb@redhat.com>
4823
4824 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4825 64-bit DWARF2 format.
4826
48272002-07-16 Joel Brobecker <brobecker@gnat.com>
4828
4829 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4830 <sys/proc.h> when not available.
4831
48322002-07-16 Andrew Cagney <ac131313@redhat.com>
4833
4834 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4835 * stabsread.c: Make os9k sections of the code obsolete.
4836 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4837 * config/i386/i386os9k.mt: Make file obsolete.
4838 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4839 (COMMON_OBS): Remove os9kread.o
4840 (SFILES): Remove os9kread.c.
4841 (os9kread.o, remote-os9k.o): Make target obsolete.
4842 * remote-os9k.c: Make file obsolete.
4843 * os9kread.c: Make file obsolete.
4844 * Makefile.in
4845
48462002-07-16 Andrew Cagney <ac131313@redhat.com>
4847
4848 * NEWS: Mention that the FR30 has been made obsolete.
4849 * fr30-tdep.c: Make file obsolete.
4850 * config/fr30/tm-fr30.h: Ditto.
4851 * config/fr30/fr30.mt: Ditto.
4852 * configure.tgt: Make fr30-*-elf obsolete.
4853 * MAINTAINERS: Make fr30-elf obsolete.
4854
48552002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4856
4857 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4858 found is not inside a section.
4859
48602002-07-15 Kevin Buettner <kevinb@redhat.com>
4861
4862 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4863 strerror().
4864 (pdc_realloc): Use xrealloc() instead of realloc().
4865
48662002-07-15 Kevin Buettner <kevinb@redhat.com>
4867
4868 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4869 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4870 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4871 macros.
4872
48732002-07-15 Kevin Buettner <kevinb@redhat.com>
4874
4875 * aix-thread.c (ptrace_check): Eliminate goto.
4876 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4877 problem.
4878
48792002-07-15 Kevin Buettner <kevinb@redhat.com>
4880
4881 * aix-thread.c (gdbcmd.h): Include.
4882 (DEBUG, DBG, DBG2, dbg): Eliminate.
4883 (debug_aix_thread): New static global.
4884 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4885 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4886 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4887 invocations to DBG and DBG2 macros to test against
4888 ``debug_aix_thread'' and call fprintf_unfiltered().
4889 (_initialize_aix_thread): Add new command "set debug aix-thread".
4890
48912002-07-15 Andrew Cagney <ac131313@redhat.com>
4892
4893 From Gerhard Tonn <TON@de.ibm.com>:
4894 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4895 instead of supply_register.
4896
48972002-07-15 Andrew Cagney <ac131313@redhat.com>
4898
4899 * dwarf2cfi.c: Include "gdb_assert.h".
4900 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4901 non-NULL.
4902 (update_context): Do not use __func__. Add missing ``break''.
4903 (update_context): Do not use __func__.
4904
49052002-07-15 Elena Zannoni <ezannoni@redhat.com>
4906
4907 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4908 and its setting. Set gdbarch instruction printing functions
4909 directly. For non-rs6000 case use new function
4910 gdb_print_insn_powerpc.
4911 (gdb_print_insn_powerpc): New function.
4912
49132002-07-13 Andrew Cagney <ac131313@redhat.com>
4914
4915 * NEWS: Mention that the d30v has been marked obsolete.
4916 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4917 * configure.tgt: Mark d30v-*-* as obsolete.
4918 * d30v-tdep.c: Mark file as obsolete.
4919 * config/d30v/d30v.mt: Ditto.
4920 * config/d30v/tm-d30v.h: Ditto.
4921
49222002-07-13 Aidan Skinner <aidan@velvet.net>
4923
4924 * ada-tasks.c (add_task_entry): replace calls to
4925 malloc() with xmalloc
4926 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4927
4928 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4929 ada_finish_decode_line_1, all_sals_for_line
4930 ada_breakpoint_rewrite): replace calls to free() with xfree()
4931
49322002-07-12 Kevin Buettner <kevinb@redhat.com>
4933
4934 From Nicholas Duffek (with minor changes by Martin Hunt,
4935 Louis Hamilton, and Kevin Buettner):
4936 * aix-thread.c: New file.
4937
49382002-07-12 Petr Sorfa <petrs@caldera.com>
4939
4940 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4941 complaint for invalid attribute class or form.
4942 (read_func_scope): DW_AT_frame_base
4943 better handling of DW_AT_block*.
4944 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4945 better handling of DW_AT_block*.
4946 (read_common_block): DW_AT_location
4947 better handling of DW_AT_block*.
4948 (read_partial_die): DW_AT_location better handling
4949 of DW_AT_block*.
4950 (new_symbol): DW_AT_external better handling of
4951 DW_AT_block*. Proper initialization of variable
4952 "addr".
4953 (attr_form_is_block): New function that returns true
4954 if the attribute's form is of DW_FORM_block*.
4955
49562002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4957
4958 * valops.c (find_method_list): Remove comment about
4959 removed STATIC_MEMFUNCP argument.
4960 (value_find_oload_method_list): Likewise.
4961
49622002-07-12 Kevin Buettner <kevinb@redhat.com>
4963
4964 From Nicholas Duffek:
4965 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4966 target_new_objfile_hook.
4967
49682002-07-12 Kevin Buettner <kevinb@redhat.com>
4969
4970 From Nicholas Duffek:
4971 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4972 csect.
4973
49742002-07-12 Andrew Cagney <cagney@redhat.com>
4975
4976 * MAINTAINERS: Mention --enable-sim-build-warnings.
4977 (m68hc11-elf): Disable sim build warnings.
4978 (m32r-elf): Mark as broken obsolete candidate.
4979 (x86_64-linux-gnu): Mark as buildable with -Werror.
4980 (arm-elf): Change -w to ``,'' which enables warnings but not
4981 -Werror.
4982
49832002-07-12 Andrew Cagney <ac131313@redhat.com>
4984
4985 * bcache.h: Update copyright.
4986 (struct bstring, struct bcache): Move definition to "bcache.c".
4987 Replaced by opaque declaration.
4988 (bcache_xfree): Replace free_bcache.
4989 (bcache_xmalloc, bcache_memory_used): Declare.
4990
4991 * bcache.c: Update copyright.
4992 (struct bstring, struct bcache): Moved to here from "bcache.h".
4993 Update comments.
4994 (bcache_xmalloc, bcache_memory_used): New functions.
4995 (bcache_xfree): Replace function free_bcache.
4996
4997 * Makefile.in (objfiles.o): Add $(bcache_h).
4998 (objfiles_h): Remove $(bcache_h).
4999 (symfile.o): Add $(bcache_h).
5000
5001 * symmisc.c: Update copyright.
5002 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5003 (print_objfile_statistics): Use bcache_memory_used.
5004
5005 * symfile.c: Include "bcache.h".
5006 (reread_symbols): Use bcache_xfree.
5007 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5008 (add_psymbol_to_list): Pass psymbol_cache by value.
5009 (add_psymbol_with_dem_name_to_list): Ditto.
5010
5011 * objfiles.h: Update copyright.
5012 (struct bcache): Declare opaque. Do not include "bcache.h".
5013 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5014 bcache'' pointers.
5015 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5016
5017 * objfiles.c: Include "bcache.h". Update copyright.
5018 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5019 macro_cache.
5020 (free_objfile): Use bcache_xfree.
5021
50222002-07-11 Grace Sainsbury <graces@redhat.com>
5023
5024 * monitor.c (monitor_fetch_register): Make name a constant.
5025 (monitor_store_register): Same.
5026
50272002-07-11 Daniel Jacobowitz <drow@mvista.com>
5028
5029 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5030 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5031 (finish_block) For non-function blocks, hash the symbol table. For
5032 function blocks, mark the symbol table as unhashed.
5033 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5034 (msymbol_hash_iw): Likewise.
5035 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5036 value.
5037 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5038 (lookup_minimal_symbol): Likewise for both.
5039 * symtab.h (struct block): Add `hashtable' flag. Comment the
5040 hashtable.
5041 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5042 (ALL_BLOCK_SYMBOLS): Update.
5043 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5044 (struct symbol): Add `hash_next' pointer.
5045 * symtab.c (lookup_block_symbol): Search using the hash table when
5046 possible.
5047 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5048 (search_symbols, find_addr_symbol): Likewise.
5049
5050 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5051 (read_dst_symtab): Likewise.
5052 * jv-lang.c (get_java_class_symtab): Likewise.
5053 * mdebugread.c: Include "gdb_assert.h".
5054 (shrink_block): Assert that the block being modified is not hashed.
5055 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5056 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5057 symbols.
5058 (dump_symtab): Recognize hashed blocks.
5059 * printcmd.c (print_frame_args): Assert that function blocks do not
5060 have hashed symbol tables.
5061 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5062 (fill_in_ada_prototype, debug_print_block): Likewise.
5063 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5064
50652002-07-11 Corinna Vinschen <vinschen@redhat.com>
5066
5067 * stack.c (print_frame): Use result of frame_address_in_block()
5068 instead of fi->pc when evaluating symbols.
5069 (backtrace_command_1): Ditto.
5070
50712002-07-11 Andrew Cagney <cagney@redhat.com>
5072
5073 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5074 Make static.
5075
5076 * arm-tdep.c (arm_register_name): Make return type constant.
5077
50782002-07-10 Andrew Cagney <ac131313@redhat.com>
5079
5080 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5081 prototype.
5082 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5083 * s390-tdep.c (s390_fp_regnum): Ditto.
5084 (s390_read_fp): Ditto.
5085 (s390_pop_frame): Ditto.
5086 (_initialize_s390_tdep): Ditto.
5087 * remote.c (get_remote_state): Ditto.
5088 * procfs.c (mappingflags): Ditto.
5089 * memattr.c (_initialize_mem): Ditto.
5090 * mcore-tdep.c (mcore_pop_frame): Ditto.
5091 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5092 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5093 * language.c (set_case_str): Ditto.
5094 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5095 * frv-tdep.c (new_variant): Ditto.
5096 (frv_stopped_data_address): Ditto.
5097 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5098 (context_alloc): Ditto.
5099 (frame_state_alloc): Ditto.
5100 (unwind_tmp_obstack_init): Ditto.
5101 (unwind_tmp_obstack_free): Ditto.
5102 (cfi_read_fp): Ditto.
5103 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5104 (cris_pop_frame): Ditto.
5105 * c-lang.c (scanning_macro_expansion): Ditto.
5106 (finished_macro_expansion): Ditto.
5107 (c_preprocess_and_parse): Ditto.
5108 * gdbarch.sh: Ditto.
5109 * gdbarch.h, gdbarch.c: Regenerate.
5110 * config/mn10200/tm-mn10200.h: Adjust indentation.
5111 * target.c: Adjust indentation.
5112 * symtab.h: Adjust indentation.
5113 * stabsread.h: Adjust indentation.
5114 * remote-es.c: Adjust indentation.
5115 * os9kread.c: Adjust indentation.
5116
51172002-07-10 Andrew Cagney <ac131313@redhat.com>
5118
5119 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5120 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5121
51222002-07-10 Grace Sainsbury <graces@redhat.com>
5123
5124 * NEWS: Mention m68k, mcore multi-arching.
5125 * MAINTAINERS: Change status of m68k, mcore to reflect
5126 multi-arching.
5127
51282002-07-10 Daniel Jacobowitz <drow@mvista.com>
5129
5130 * valops.c (find_overload_match): Free oload_syms.
5131
51322002-07-09 Joel Brobecker <brobecker@gnat.com>
5133
5134 Define HAVE_SYS_PROC_H if sys/proc.h exists
5135 * configure.in: Add check for sys/proc.h
5136 * config.in: Regenerate.
5137 * configure: Regenerate.
5138
51392002-07-09 Grace Sainsbury <graces@redhat.com>
5140
5141 * config/m68k/tm-m68k.h: Remove macros wrapped in
5142 #if !GDB_MULTI_ARCH.
5143
51442002-07-08 Andrew Cagney <ac131313@redhat.com>
5145
5146 * config.in, configure: Regenerate.
5147
51482002-07-08 Mark Kettenis <kettenis@gnu.org>
5149
5150 * dwarf2cfi.c: Include "gcore.h".
5151 (execute_stack_op): Fix implementation of the
5152 DW_OP_deref and DW_OP_deref_size operators by letting do their
5153 lookup in the target.
5154
51552002-07-07 Mark Kettenis <kettenis@gnu.org>
5156
5157 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5158 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5159 tdep->sc_sp_offset.
5160
51612002-07-05 Daniel Jacobowitz <drow@mvista.com>
5162
5163 Fix PR gdb/595, gdb/602
5164 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5165 Don't call value_cast, just read the vtable pointer; update comments
5166 to match.
5167
51682002-07-05 Grace Sainsbury <graces@redhat.com>
5169
5170 * config/mcore/tm-mcore.h: Remove file.
5171 * config/mcore/mcore.mt: Remove definition of TM_FILE
5172 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5173
51742002-07-05 Mark Kettenis <kettenis@gnu.org>
5175
5176 * i386bsd-tdep.c: Include "gdb_string.h".
5177
51782002-07-04 Grace Sainsbury <graces@redhat.com>
5179
5180 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5181 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5182 mcore-tdep.
5183 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5184 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5185 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5186 (RETVAL_REGNUM): Move macros from tm-mcore.h
5187 (mcore_reg_struct_has_addr): New function.
5188 (mcore_gdbarch_init): Added initializations for the macros removed
5189 from tm-mcore.h.
5190
51912002-07-04 Mark Kettenis <kettenis@gnu.org>
5192
5193 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5194 traditonal string branding within the ELF header.
5195
51962002-07-04 Daniel Jacobowitz <drow@mvista.com>
5197
5198 * symtab.c (remove_params): New function.
5199 (make_symbol_overload_list): Use it instead of cplus_demangle.
5200 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5201
52022002-07-04 Mark Kettenis <kettenis@gnu.org>
5203
5204 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5205
5206 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5207 New variables.
5208 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5209 and tdep->sigtramp_end.
5210 * i386obsd-nat.c: New file.
5211 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5212
5213 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5214 Don't call get_current_frame().
5215
52162002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5217
5218 * i386-nat.c (child_post_startup_inferior): New function
5219 calling i386_cleanup_dregs if
5220 I386_USE_GENERIC_WATCHPOINTS is defined.
5221 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5222 conditional to acknowledge that i386-nat.c has its
5223 own child_post_startup_inferior function.
5224
52252002-07-04 Mark Kettenis <kettenis@gnu.org>
5226
5227 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5228 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5229 instead of MAX_REGISTER_RAW_SIZE.
5230 (i386_extract_return_value, i386_extract_struct_value_address):
5231 Convert to use regcache.
5232 (i386_gdbarch_init): Set max_register_raw_size and
5233 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5234 Set extract_return_value and extract_struct_value_address instead
5235 of their deprecated variants.
5236
5237 Convert i386 target to generic dummy frames.
5238 * i386-tdep.c: Include "symfile.h".
5239 (i386_frameless_signal_p): Consider a function to be frameless if
5240 the pc points at the first instruction of the function.
5241 (i386_frame_chain): Handle (generic) call dummies.
5242 (i386_frame_saved_pc): Likewise.
5243 (i386_frame_init_saved_regs): Remove code dealing with call
5244 dummies on the stack.
5245 (i386_push_dummy_frame): Removed.
5246 (i386_call_dummy_words): Removed.
5247 (i386_fix_call_dummy): Removed.
5248 (i386_push_return_address): New function.
5249 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5250 parameter, and don't call get_current_frame.
5251 (i386_pop_frame): New function.
5252 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5253 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5254 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5255 call_dummy_length to 0, set call_dummy_words to NULL, set
5256 sizeof_call_dummy_words to 0, set fix_call_dummy to
5257 generic_fix_call_dummy, set pc_in_call_dummy to
5258 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5259 generic_push_dummy_frame, set push_return_address to
5260 i386_push_return_address and set frame_chain_valid to
5261 generic_file_frame_chain_valid.
5262
52632002-07-03 Andrew Cagney <ac131313@redhat.com>
5264
5265 * gdbarch.sh (struct regcache): Add opaque declaration.
5266 (EXTRACT_RETURN_VALUE): New architecture method.
5267 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5268 * gdbarch.h, gdbarch.c: Regenerate.
5269 * arch-utils.c (legacy_extract_return_value): New function.
5270 * arch-utils.h (legacy_extract_return_value): Declare.
5271 * values.c (value_being_returned): Re-enable code handling
5272 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5273 deprecated_grub_regcache_for_registers call to block handling
5274 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5275 (EXTRACT_RETURN_VALUE): Do not define.
5276
52772002-07-03 Grace Sainsbury <graces@redhat.com>
5278
5279 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5280 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5281 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5282 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5283 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5284 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5285 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5286 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5287 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5288 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5289 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5290 argument so the function fits the prototype in the architecture
5291 vector.
5292 (mcore_pop_frame): Remove argument so the function fits the
5293 prototype. Use get_current_frame instead of the argument.
5294 (mcore_push_arguments): Change type of struct_return so the
5295 function can be used in the architecture vector.
5296 (mcore_store_struct_return): Add.
5297 (mcore_frame_init_saved_regs): Add.
5298 (mcore_gdbarch_init): Add function calls to replace the macros
5299 removed from tm-mcore.h
5300
53012002-07-03 Andrew Cagney <ac131313@redhat.com>
5302
5303 * infcmd.c (print_return_value): Remove compatibility code calling
5304 deprecated_grub_regcache_for_registers.
5305
5306 * values.c: Include "regcache.h".
5307 (value_being_returned): Update. Use
5308 deprecated_grub_regcache_for_registers to extract the register
5309 buffer address.
5310 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5311 ``struct regcache''.
5312 * Makefile.in (values.o): Add dependency on $(regcache_h).
5313
5314 * inferior.h (run_stack_dummy): Change type of second parameter to
5315 a ``struct regcache''.
5316 * valops.c (hand_function_call): Change type of retbuf to ``struct
5317 regcache''. Allocate using regcache_xmalloc, clean using
5318 make_cleanup_regcache_xfree.
5319 * infcmd.c (run_stack_dummy): Update. Use
5320 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5321
5322 * regcache.c (do_regcache_xfree): New function.
5323 (make_cleanup_regcache_xfree): New function.
5324 * regcache.h (make_cleanup_regcache_xfree): Declare.
5325
53262002-07-03 Martin M. Hunt <hunt@redhat.com>
5327
5328 * event-top.c (command_line_handler): Don't read past
5329 beginning of buffer.
5330
53312002-07-03 Martin M. Hunt <hunt@redhat.com>
5332
5333 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5334 struct frame_id.
5335 (varobj_create): Store frame_id for root.
5336 (varobj_gen_name): Use xasprintf.
5337 (varobj_update): Save and restore frame using get_frame_id() and
5338 frame_find_by_id().
5339 (create_child): Use xasprintf.
5340 (new_root_variable): Initialize frame_id.
5341 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5342 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5343 to prevent memory leak.
5344
53452002-07-03 Andrew Cagney <ac131313@redhat.com>
5346
5347 * valops.c (hand_function_call): Move declaration of retbuf to
5348 start of function, allocate using malloc, add a cleanup but before
5349 the inf_status cleanup, cleanup the buffer. Rename local variable
5350 old_chain to inf_status_cleanup.
5351
53522002-07-03 Martin M. Hunt <hunt@redhat.com>
5353
5354 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5355
5356 * cli/cli-decode.c (cmd_func_p): New function.
5357 (cmd_func): New function.
5358
5359 * command.h: Add cmd_func() and cmd_func_p().
5360
53612002-07-03 Grace Sainsbury <graces@redhat.com>
5362
5363 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5364 (REGISTER_SIZE): Remove.
5365 (MAX_REGISTER_RAW_SIZE): Remove.
5366 (REGISTER_VIRTUAL_TYPE): Remove.
5367 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5368 (REGISTER_NAME): Remove.
5369 (USE_GENERIC_DUMMY_FRAMES): Remove.
5370 (CALL_DUMMY): Remove.
5371 (CALL_DUMMY_START_OFFSET): Remove.
5372 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5373 (CALL_DUMMY_LOCATION): Remove.
5374 (FIX_CALL_DUMMY): Remove.
5375 (CALL_DUMMY_ADDRESS): Remove.
5376 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5377 (SAVE_DUMMY_FRAME_TOS): Remove.
5378 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5379 (mcore_register_virtual_type): New function.
5380 (mcore_register_byte): New function.
5381 (mcore_register_size): New function.
5382 (mcore_register_name): New function.
5383 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5384 macros removed from tm-mcore.h.
5385 (mcore_dump_tdep): Add.
5386 (_initialize_mcore_tdep): Add gdbarch_register call.
5387
53882002-07-03 Mark Kettenis <kettenis@gnu.org>
5389
5390 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5391 frameless_look_for_prologue, such that we actually call this
5392 function.
5393
53942002-07-02 Joel Brobecker <brobecker@gnat.com>
5395
5396 * frame.h (frame_address_in_block): New function.
5397
5398 * blockframe.c (frame_address_in_block): New function extracted
5399 from get_frame_block().
5400 (get_frame_block): Use frame_address_in_block().
5401 (block_innermost_frame): Use frame_address_in_block() to match
5402 the frame pc address against the block boundaries rather than
5403 the frame pc directly. This prevents a failure when a frame pc
5404 is actually a return-address pointing immediately after the end
5405 of the given block.
5406
54072002-07-02 Grace Sainsbury <graces@redhat.com>
5408
5409 * MAINTAINERS: Add self under write after approval.
5410
54112002-07-02 Grace Sainsbury <graces@redhat.com>
5412
5413 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5414 used in architecture vector. The default is
5415 m68k_local_breakpoint_from_pc.
5416 (m68k_local_breakpoint_from_pc): Add.
5417 (enum): Add register numbers from tm-m68k.h.
5418 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5419 vector.
5420 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5421 GDB_MULTI_ARCH_PARTIAL.
5422 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5423 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5424 m68k-tdep.c.
5425 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5426 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5427 to enum in m68k-tdep.c
5428
54292002-07-02 Joel Brobecker <brobecker@gnat.com>
5430
5431 * solib-osf.c (open_map): Compute the list of shared libraries
5432 loaded by the inferior, rather than the list of libraries loaded
5433 by GDB itself. Otherwise, GDB ends up reading the symbols from
5434 the wrong shared libraries...
5435
54362002-07-02 Mark Kettenis <kettenis@gnu.org>
5437
5438 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5439 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5440 macros.
5441 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5442 Remove functions.
5443 (FRAMELESS_SIGNAL): Remove function.
5444 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5445 i386_linux_saved_pc_after_call): Removed.
5446 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5447 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5448 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5449
5450 * i386-tdep.c (i386_frameless_signal_p): New function.
5451 (i386_frame_chain): Deal with frameless signals.
5452 (i386_sigtramp_saved_sp): New function.
5453 (i386_frame_saved_pc): Deal with frameless signals.
5454 (i386_saved_pc_after_call): Make sure the correct value is
5455 returned just after entry into a sigtramp.
5456 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5457 i386fbsd4_sc_sp_offset): New variables.
5458 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5459 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5460 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5461 similiar to what we already did for sc_pc_offset.
5462 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5463 tdep->sc_sp_offset.
5464
5465 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5466
54672002-07-02 Michal Ludvig <mludvig@suse.cz>
5468
5469 * config/i386/tm-x86-64linux.h: New.
5470 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5471 definitions.
5472 * config/i386/nm-x86-64.h: Rename to ...
5473 * config/i386/nm-x86-64linux.h: ... this one.
5474 * config/i386/x86-64linux.mh: Reflect the above change.
5475
54762002-07-01 Mark Kettenis <kettenis@gnu.org>
5477
5478 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5479 with sigcontext_addr. Add sc_sp_offset.
5480 (i386bsd_sigtramp_saved_pc): Remove prototype.
5481 (i386bsd_sicontext_addr): Add prototype.
5482 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5483 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5484 (i386_svr4_sigtramp_saved_pc): Removed.
5485 (i386_svr4_sigcontext_addr): New function.
5486 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5487 Initialize tdep->sigcontext_addr instead. Initialize
5488 tdep->sc_pc_offset and tdep->sc_sp_offset.
5489 (i386_gdbarch_init): Likewise.
5490 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5491 any more.
5492 (i386bsd_sigtramp_saved_pc): Remove function.
5493 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5494 Initialize tdep->sigcontext_addr instead. Initialize
5495 tdep->sc_pc_offset.
5496 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5497 of tdep->sigtramp_saved_pc.
5498 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5499 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5500 instead.
5501
5502 * i386-tdep.c (i386_frameless_function_invocation,
5503 i386_frame_num_args, i386_frame_init_saved_regs,
5504 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5505 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5506 i386_extract_return_value, i386_store_return_value,
5507 i386_extract_struct_value_address, i386_register_virtual_type,
5508 i386_register_convertible, i386_register_convert_to_virtual,
5509 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5510 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5511 static.
5512
55132002-07-01 Mark Kettenis <kettenis@gnu.org>
5514
5515 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5516
5517 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5518 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5519 this macro. Include "value.h".
5520
55212002-06-30 Aidan Skinner <aidan@velvet.net>
5522
5523 * ada-exp.tab.c: remove as it's a generated file
5524 * ada-lex.c: remove as it's a generated file
5525
55262002-06-30 Mark Kettenis <kettenis@gnu.org>
5527
5528 * config/i386/tm-i386.h (struct frame_info, struct
5529 frame_saved_regs, struct value, struct type): Remove forward
5530 declarations.
5531
5532 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5533 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5534 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5535 (FILL_FPXREGSET): Define.
5536
5537 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5538
5539 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5540 i[3456]86-*-netbsd* case.
5541 * config/i386/tm-obsd.h: Removed.
5542 * config/i386/obsd.mt: Removed.
5543 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5544 core-aout.o.
5545 (MH_CFLAGS): Add -DYYDEBUG=0.
5546
5547 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5548 i386nbsd_sc_pc_offset on OpenBSD too.
5549
5550 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5551 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5552 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5553 define.
5554 * i386bsd-tdep.c: Include "arch-utils.h".
5555 (i386bsd_aout_in_solib_call_trampoline): New function.
5556 (i386bsd_init_abi): Set in_solib_call_trampoline to
5557 i386bsd_aout_in_solib_call_trampoline.
5558 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5559 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5560
55612002-06-28 Andrew Cagney <ac131313@redhat.com>
5562
5563 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5564 (struct obstack, struct bcache): Add opaque declarations.
5565 * Makefile.in (macrotab_h): Update
5566
55672002-06-28 Andrew Cagney <ac131313@redhat.com>
5568
5569 * blockframe.c (generic_find_dummy_frame): Change return type to
5570 ``struct regcache''.
5571 (struct dummy_frame): Replace field ``registers'' with regcache, a
5572 struct regcache object.
5573 (generic_find_dummy_frame): Update.
5574 (generic_push_dummy_frame): Update. Use regcache_xfree,
5575 regcache_xmalloc and regcache_cpy.
5576 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5577 regcache_xfree.
5578 (deprecated_generic_find_dummy_frame): Update.
5579 (generic_read_register_dummy): Update. Use
5580 regcache_read_as_address.
5581 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5582 (generic_get_saved_register): Update. Use regcache_read.
5583
55842002-06-28 Andrew Cagney <ac131313@redhat.com>
5585
5586 * Makefile.in (objfiles_h): Add $(bcache_h).
5587 * objfiles.h: Include "bcache.h".
5588
5589 * Makefile.in (symtab_h): Remove $(bcache_h).
5590 * symtab.h: Do not include "bcache.h".
5591
55922002-06-28 Andrew Cagney <ac131313@redhat.com>
5593
5594 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5595 generic_func_frame_chain_valid.
5596
55972002-06-28 David O'Brien <obrien@FreeBSD.org>
5598
5599 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5600 * config/i386/tm-fbsd.h: Likewise.
5601
56022002-06-28 Andrew Cagney <ac131313@redhat.com>
5603
5604 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5605 generic_unwind_get_saved_register.
5606
56072002-06-27 Andrew Cagney <ac131313@redhat.com>
5608
5609 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5610 * regcache.c (supply_register): Add missing argument to
5611 register_buffer call.
5612
56132002-06-27 Andrew Cagney <ac131313@redhat.com>
5614
5615 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5616 Solaris /bin/grep does not not like it. From Peter Schauer.
5617
56182002-06-26 Tom Tromey <tromey@redhat.com>
5619
5620 * command.h (add_setshow_cmd): Declare.
5621 (add_setshow_cmd_full): Declare.
5622 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5623 returns void. Use add_setshow_cmd_full.
5624 (add_setshow_cmd_full): New function.
5625 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5626 (add_setshow_boolean_cmd): Likewise.
5627
56282002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5629
5630 * config/vax/tm-vax.h: Protect from multiple inclusion.
5631 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5632 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5633 * config/vax/tm-vaxbsd.h: ...here. New file.
5634 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5635
56362002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5637
5638 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5639 (BELIEVE_PCC_PROMOTION): Remove.
5640 (AP_REGNUM): Move to...
5641 * config/vax/nm-vax.h: ...here.
5642 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5643 (vax_breakpoint_from_pc): New function.
5644 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5645 and gdbarch_believe_pcc_promotion.
5646
56472002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5648
5649 * Makefile.in (vax_tdep_h): Define.
5650 (vax-tdep.o): Use $(vax_tdep_h).
5651 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5652 (vax_dump_tdep): New function.
5653 (_initialize_vax_tdep): Register vax_dump_tdep.
5654 * vax-tdep.h: Include osabi.h.
5655 (struct gdbarch_tdep): New.
5656
56572002-06-26 Andrew Cagney <cagney@redhat.com>
5658
5659 * frame.h (deprecated_generic_find_dummy_frame): Rename
5660 generic_find_dummy_frame.
5661 * blockframe.c (generic_find_dummy_frame): Make static.
5662 (deprecated_generic_find_dummy_frame): New function.
5663 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5664 generic_find_dummy_frame with deprecated_find_dummy_frame.
5665 (sh64_nofp_frame_init_saved_regs): Ditto.
5666 (sh_fp_frame_init_saved_regs): Ditto.
5667 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5668 (s390_frame_chain): Ditto.
5669 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5670
56712002-06-26 Grace Sainsbury <graces@redhat.com>
5672
5673 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5674 gdbarch vector are at the top.
5675 (NUM_REGS): Remove.
5676 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5677 (FRAME_ARGS_ADDRESS): Remove.
5678 (FRAME_LOCALS_ADDRESS): Remove.
5679 (FRAME_NUM_ARGS): Remove.
5680 (FRAME_ARGS_SKIP): Remove.
5681 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5682 (m68k_gdbarch_init): Add gdbarch initializations for macros
5683 undefined in tm-m68k.h
5684
56852002-06-26 Grace Sainsbury <graces@redhat.com>
5686
5687 * monitor.h: Add the function regname to monitor_ops
5688 structure. This way NUM_REGS does not have to be a constant.
5689 * monitor.c (monitor_fetch_register): Added support for regname
5690 function. The function is called if the array regnames is NULL.
5691 (monitor_store_register): Same.
5692 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5693 regnames array.
5694 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5695 cpu32bug_cmds.regname to point to new function.
5696 * abug-rom.c (abug_regname): Same as above.
5697 (init_abug_cmds): Same.
5698 * dbug-rom.c (dbug_regname): Same as above.
5699 (init_dbug_cmds): Same.
5700 * remote-est.c (est_regname): Same.
5701 (init_est_cmds): Same.
5702 * rom68k-rom.c (rom68k_regname): Same.
5703 (init_rom68k_cmds): Same.
5704
57052002-06-25 Tom Tromey <tromey@redhat.com>
5706
5707 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5708
57092002-06-25 Andrew Cagney <cagney@redhat.com>
5710
5711 * infrun.c (stop_registers): Change variable's type to ``struct
5712 regcache'''.
5713 (xmalloc_inferior_status): Delete function.
5714 (free_inferior_status): Delete function.
5715 (normal_stop): Use regcache_cpy.
5716 (struct inferior_status): Change type of fields ``stop_registers''
5717 and ``registers'' to ``struct regcache''.
5718 (write_inferior_status_register): Use regcache_write.
5719 (save_inferior_status): Instead of calling
5720 xmalloc_inferior_status, allocate the inf_status buffer directly.
5721 Use regcache_dup_no_passthrough and regcache_dup to save the
5722 buffers.
5723 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5724 Replace the stop_registers regcache instead of overriding it. Use
5725 regcache_xfree. Instead of calling free_inferior_status, xfree
5726 the buffer directly.
5727 (discard_inferior_status): Use regcache_xfree. Instead of calling
5728 free_inferior_status, xfree the buffer directly.
5729 (build_infrun): Use regcache_xmalloc.
5730 (_initialize_infrun): Delete redundant call to build_infrun.
5731
5732 * Makefile.in (infcmd.o): Add $(regcache_h).
5733
5734 * infcmd.c: Include "regcache.h".
5735 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5736 obtain the address of `stop_registers' register buffer.
5737 (print_return_value): Ditto.
5738
5739 * inferior.h (struct regcache): Add opaque declaration.
5740 (stop_registers): Change variable's declared type to ``struct
5741 regcache''.
5742
57432002-06-24 Tom Tromey <tromey@redhat.com>
5744
5745 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5746 * target.c (initialize_targets): Fixed typo in
5747 trust-readonly-sections `show' documentation.
5748
5749 * main.c: Marked all strings with _().
5750
57512002-06-24 Don Howard <dhoward@redhat.com>
5752
5753 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5754 that means max CORE_ADDR+1.
5755 (lookup_mem_region): Ditto.
5756 (mem_info_command): Ditto.
5757
57582002-06-24 Grace Sainsbury <graces@redhat.com>
5759
5760 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5761 (REGISTER_BYTES_OK): Remove.
5762 (REGISTER_BYTES): Remove.
5763 (STORE_STRUCT_RETURN): Remove.
5764 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5765 (STORE_RETURN_VALUE): Remove.
5766 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5767 (FRAME_CHAIN): Remove.
5768 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5769 (FRAME_SAVED_PC): Remove.
5770 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5771 (m68k_store_struct_return): Add.
5772 (m68k_deprecated_extract_return_value): Add.
5773 (m68k_deprecated_extract_struct_value_address): Add.
5774 (m68k_store_return_value): Add.
5775 (m68k_frame_chain): Add.
5776 (m68k_frameless_function_invocation): Add.
5777 (m68k_frame_saved_pc): Add.
5778 (m68k_gdbarch_init): added set_gdbarch calls for new
5779 functions and deleted macros.
5780
57812002-06-23 Tom Tromey <tromey@redhat.com>
5782
5783 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5784 (ALLDEPFILES): Likewise.
5785 (udiheaders): Removed.
5786 (udip2soc.o): Likewise.
5787 (udi2go32.o): Likewise.
5788 (udr.o): Likewise.
5789 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5790
57912002-06-22 Andrew Cagney <ac131313@redhat.com>
5792
5793 * infrun.c (_initialize_infrun): Delete unnecessary call to
5794 build_infrun.
5795
5796 * regcache.h: Update comments describing the regcache_cpy family
5797 of functions.
5798 (regcache_save, regcache_restore): Delete declaration.
5799 (regcache_save_no_passthrough): Delete declaration.
5800 (regcache_restore_no_passthrough): Delete declaration.
5801 * regcache.c (regcache_save): Delete function.
5802 (regcache_save_no_passthrough): Delete function.
5803 (regcache_restore): Delete function.
5804 (regcache_restore_no_passthrough): Delete function.
5805
58062002-06-21 Andrew Cagney <ac131313@redhat.com>
5807
5808 * config/m68k/tm-m68k.h: Fix typo.
5809 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5810 (m68k_frame_init_saved_regs): Declare.
5811
58122002-06-21 Jim Blandy <jimb@redhat.com>
5813
5814 Remove some vestiges of Harris 88k support.
5815 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5816 register numbering quirk.
5817 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5818 odd symbols occurring in Harris 88k ELF targets.
5819
58202002-06-21 Tom Tromey <tromey@redhat.com>
5821
5822 * gdb_locale.h: New file.
5823 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5824 (defs_h): Added gdb_locale.h.
5825 * configure, config.in: Rebuilt.
5826 * configure.in (PACKAGE): Define.
5827 * defs.h: Include gdb_locale.h.
5828 * main.c (captured_main): Call setlocale, bindtextdomain,
5829 textdomain.
5830
58312002-06-21 Dave Brolley <brolley@redhat.com>
5832
5833 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5834 * config/frv/frv.mt: New file.
5835 * config/frv/tm-frv.h: New file.
5836 * configure.tgt: Support frv-*-*.
5837 * Makefile.in (frv-tdep.o): New target.
5838 * frv-tdep.c: New file.
5839 * NEWS: Mention frv.
5840
58412002-06-21 Dave Brolley <brolley@redhat.com>
5842
5843 * MAINTAINERS: Add self to "Write After Approval" list.
5844
58452002-06-21 Grace Sainsbury <graces@redhat.com>
5846
5847 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5848 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5849 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5850 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5851 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5852
5853 * m68k-tdep.c: Include arch-utils.h
5854 (m68k_register_raw_size): Add.
5855 (m68k_register_virtual_size): Add.
5856 (m68k_register_virtual_type): Add.
5857 (m68k_register_name): Add.
5858 (m68k_stack_align): Add.
5859 (m68k_register_byte): Add.
5860 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5861 tm-m68k.h.
5862
58632002-06-21 Grace Sainsbury <graces@redhat.com>
5864
5865 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5866 m68k_find_saved_regs.
5867 (m68k_pop_frame): Removed saved_regs structure, and replaced
5868 references to it with frame->saved_regs.
5869 (m68k_gdbarch_init): Added function calls to initialize the
5870 gdbarch structure.
5871 (m68k_fix_call_dummy): Add.
5872 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5873 (CALL_DUMMY): Remove.
5874 (CALL_DUMMY_LENGTH): Remove.
5875 (CALL_DUMMY_START_OFFSET): Remove.
5876 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5877 (FIX_CALL_DUMMY): Remove.
5878 (PUSH_DUMMY_FRAME): Remove.
5879 (POP_FRAME): Remove.
5880
58812002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5882
5883 * parse.c (parse_fprintf): New function used to avoid calls to
5884 fprintf in bison parser generated debug code.
5885 * parser-defs.h: Declaration of new parse_fprintf function.
5886 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5887 Set YYDEBUG to 1 by default.
5888 Set YYFPRINTF as parse_fprintf.
5889
58902002-06-21 Michal Ludvig <mludvig@suse.cz>
5891
5892 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5893 encoding anymore.
5894 (pointer_encoding, enum ptr_encoding): New.
5895 (execute_cfa_program): Take care about pointer encoding.
5896 (dwarf2_build_frame_info): Only call parse_frame_info for
5897 .debug_frame and .eh_frame.
5898 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5899 fixed augmentation handling, added relative addressing,
5900 ignore duplicate FDEs. Added comments.
5901 * dwarf2cfi.c: Reindented.
5902
59032002-06-20 Elena Zannoni <ezannoni@redhat.com>
5904
5905 * event-top.c (command_handler): Don't use space_at_cmd_start
5906 unless there is sbrk() on the host. Assign time and space data
5907 to union fields of the appropriate length.
5908
59092002-06-20 Michal Ludvig <mludvig@suse.cz>
5910
5911 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5912 x86_64_register_name. Return type changed to 'const char *'.
5913 (x86_64_register_name2nr): Rename to x86_64_register_number.
5914 (x86_64_gdbarch_init): Update to reflect the change.
5915 * x86-64-tdep.h: Ditto.
5916 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5917 (supply_fpregset): Ditto.
5918
59192002-06-19 Andrew Cagney <cagney@redhat.com>
5920
5921 * regcache.h: Update copyright.
5922 (struct regcache, struct gdbarch): Add opaque declarations.
5923 (current_regcache): Declare global variable.
5924 (regcache_read, regcache_write): Add gdbarch parameter.
5925 (regcache_save, regcache_save_no_passthrough)
5926 (regcache_restore, regcache_restore_no_passthrough)
5927 (regcache_dup, regcache_dup_no_passthrough)
5928 (regcache_cpy, regcache_cpy_no_passthrough)
5929 (deprecated_grub_regcache_for_registers)
5930 (deprecated_grub_regcache_for_register_valid)
5931 (regcache_valid_p): Add function declarations.
5932
5933 * regcache.c: Update copyright.
5934 (regcache_descr_handle): New global variable.
5935 (struct regcache_descr): Define.
5936 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5937 (regcache_descr, xfree_regcache_descr): New functions.
5938 (struct regcache): Define.
5939 (regcache_xmalloc, regcache_xfree): New functions.
5940 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5941 (regcache_dup, regcache_dup_no_passthrough): New functions.
5942 (regcache_valid_p, regcache_read_as_address): New functions.
5943 (deprecated_grub_regcache_for_registers): New function.
5944 (deprecated_grub_regcache_for_register_valid): New function.
5945 (current_regcache): New global variable.
5946 (register_buffer): Add regcache parameter. Update calls.
5947 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5948 (read_register_gen, write_register_gen): Update register_buffer
5949 call. Test for legacy_p instead of gdbarch_register_read_p or
5950 gdbarch_register_write_p.
5951 (regcache_collect): Update register_buffer call.
5952 (build_regcache): Rewrite. Use deprecated grub functions.
5953 (regcache_save, regcache_save_no_passthrough): New functions.
5954 (regcache_restore, regcache_restore_no_passthrough): New
5955 functions.
5956 (_initialize_regcache): Create the regcache_data_handle. Swap
5957 current_regcache global variable.
5958
5959 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5960 parameter to regcache_read and regcache_write calls.
5961 (sh4_register_read): Ditto.
5962 (sh64_pseudo_register_read): Ditto.
5963 (sh64_register_read): Ditto.
5964 (sh_pseudo_register_write): Ditto.
5965 (sh4_register_write): Ditto.
5966 (sh64_pseudo_register_write): Ditto.
5967 (sh64_register_write): Ditto.
5968
5969 * defs.h (XCALLOC): Define.
5970
59712002-06-19 Grace Sainsbury <graces@redhat.com>
5972
5973 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5974 * m68k-tdep.c (m68k_gdbarch_init): Added.
5975 (m68k_dump_tdep): Added.
5976
59772002-06-19 Daniel Jacobowitz <drow@mvista.com>
5978
5979 * ada-lang.c (fill_in_ada_prototype): Update comment.
5980
59812002-06-19 Daniel Jacobowitz <drow@mvista.com>
5982
5983 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5984 MIPS_ABI_LAST.
5985 (mips_abi_string, mips_abi_strings): New.
5986 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5987 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5988 tdep->mips_abi_string. Honor mips_abi_string. Default to
5989 O32 if no ABI is found.
5990 (mips_dump_tdep): Use mips_abi_strings.
5991 (mips_abi_update): New function.
5992 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5993 ``set mips abi'' and ``show mips abi''. Check the size of
5994 mips_abi_strings.
5995
59962002-06-19 Andrew Cagney <cagney@redhat.com>
5997
5998 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5999 constant.
6000
60012002-06-18 Joel Brobecker <brobecker@gnat.com>
6002
6003 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6004 current frame using only the first stack size adjustment. All
6005 subsequent size adjustments are not considered to be part of
6006 the "static" part of the current frame.
6007 Compute the address of the saved registers relative to the
6008 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6009 in use in this frame.
6010
60112002-06-18 Don Howard <dhoward@redhat.com>
6012
6013 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6014 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6015 suggesting this solution.
6016
60172002-06-18 Andrew Cagney <ac131313@redhat.com>
6018
6019 * config/romp/xm-rtbsd.h: Delete file.
6020 * config/romp/rtbsd.mh: Delete file.
6021
60222002-06-18 Keith Seitz <keiths@redhat.com>
6023
6024 * breakpoint.c (condition_command): Post breakpoint_modify
6025 when a condition is added to an existing breakpoint.
6026 (commands_command): Likewise for commands.
6027 (set_ignore_count): Likewise for ignore counts.
6028 If no tty, do not simply return, still need to send event
6029 notification.
6030 (ignore_command): Only print a newline if the command came
6031 from a tty.
6032 Don't call breakpoints_changed, since this is now properly
6033 handled by set_ignore_count.
6034
60352002-06-18 Andrew Cagney <cagney@redhat.com>
6036
6037 * MAINTAINERS: Note that cris-elf target can be compiled with
6038 -Werror.
6039 * cris-tdep.c (cris_register_name): Make return type constant.
6040 (cris_breakpoint_from_pc): Ditto.
6041
60422002-06-18 Michal Ludvig <mludvig@suse.cz>
6043
6044 * frame.h (struct frame_info): Change type of context to
6045 'struct context'.
6046
60472002-06-17 Andrew Cagney <cagney@redhat.com>
6048
6049 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6050 pointer.
6051 * gdbarch.h, gdbarch.c: Regenerate.
6052 * config/mips/tm-mips.h (mips_register_name): Update.
6053 * i386-tdep.h (i386_register_name): Update.
6054 * mips-tdep.c (mips_register_name): Update
6055 * alpha-tdep.c (alpha_register_name): Update.
6056 * arch-utils.c (legacy_register_name): Update.
6057 * arch-utils.h (legacy_register_name): Update.
6058 * avr-tdep.c (avr_register_name): Update.
6059 * ia64-tdep.c (ia64_register_name): Update.
6060 * i386-tdep.c (i386_register_name): Update.
6061 * sparc-tdep.c (sparc32_register_name): Update.
6062 (sparc64_register_name): Update.
6063 (sparclite_register_name): Update.
6064 (sparclet_register_name): Update.
6065 * sh-tdep.c (sh_generic_register_name): Update.
6066 (sh_sh_register_name): Update.
6067 (sh_sh3_register_name): Update.
6068 (sh_sh3e_register_name): Update.
6069 (sh_sh_dsp_register_name): Update.
6070 (sh_sh3_dsp_register_name): Update.
6071 (sh_sh4_register_name): Update.
6072 (sh_sh64_register_name): Update.
6073 * s390-tdep.c (s390_register_name): Update.
6074 * rs6000-tdep.c (rs6000_register_name): Update.
6075 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6076 (ns32k_register_name_32382): Update.
6077 * d10v-tdep.c (d10v_ts2_register_name): Update.
6078 (d10v_ts3_register_name): Update.
6079 * xstormy16-tdep.c (xstormy16_register_name): Update.
6080 * vax-tdep.c (vax_register_name): Update.
6081 * v850-tdep.c (v850_register_name): Update.
6082 * m68hc11-tdep.c (m68hc11_register_name): Update.
6083 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6084 (am33_register_name): Update.
6085
60862002-06-17 Grace Sainsbury <graces@redhat.com>
6087
6088 * m68k-tdep.c: Reindented.
6089
60902002-06-17 Andrew Cagney <ac131313@redhat.com>
6091
6092 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6093 list of predefined types.
6094
60952002-06-16 Mark Kettenis <kettenis@gnu.org>
6096
6097 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6098 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6099 REGISTER_CONVERT_TO_RAW): Remove defines.
6100 (i386_register_virtual_type, i386_register_convertible,
6101 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6102 Remove prototypes.
6103 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6104 macros mentioned above.
6105
6106 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6107 (i386lynx_saved_pc_after_call): Remove prototype.
6108 * i386ly-tdep.c: Include "i386-tdep.h".
6109 (i386lynx_saved_pc_after_call): Make static. Use
6110 read_memory_nobpt instead of read_memory. Use
6111 read_memory_unsigned_integer instead of read_memory_integer.
6112 (i386lynx_init_abi): New function.
6113 (i386lynx_coff_osabi_sniffer): New function.
6114 (_initialize_i386bsd_tdep): New function.
6115
6116 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6117 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6118 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6119 (i386_fix_call_dummy): Remove prototype.
6120 * i386-tdep.c (i386_call_dummy_words): New variable.
6121 (i386_gdbarch_init): Adjust for removal of the
6122 macros mentioned above.
6123
61242002-06-15 Andrew Cagney <ac131313@redhat.com>
6125
6126 * command.h (add_setshow_auto_boolean_cmd): Replace
6127 add_set_auto_boolean_cmd.
6128 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6129 add_set_auto_boolean_cmd.
6130 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6131 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6132 mask-address'' command.
6133 (show_mask_address): Add cmd parameter.
6134 * remote.c (add_packet_config_cmd): Update. Change type of
6135 set_func and show_func to cmd_sfunc_ftype.
6136 (_initialize_remote): Update `set remote Z-packet'
6137 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6138 (show_remote_protocol_e_packet_cmd): Ditto.
6139 (show_remote_protocol_E_packet_cmd): Ditto.
6140 (show_remote_protocol_P_packet_cmd): Ditto.
6141 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6142 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6143 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6144 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6145 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6146 (show_remote_protocol_Z_packet_cmd): Ditto.
6147 (show_remote_protocol_binary_download_cmd): Ditto.
6148 (show_remote_cmd): Pass NULL to all of above.
6149
61502002-06-15 Mark Kettenis <kettenis@gnu.org>
6151
6152 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6153 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6154 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6155 POP_FRAME): Remove defines.
6156 (i386_push_arguments, i386_store_struct_return,
6157 i386_extract_return_value, i386_store_return_value,
6158 i386_extract_struct_value_address, i386_push_dummy_frame,
6159 i386_pop_frame): Renove prototypes.
6160 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6161 macros mentioned above.
6162
61632002-06-15 Andrew Cagney <ac131313@redhat.com>
6164
6165 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6166 add_set_boolean_cmd.
6167 (add_setshow_cmd): New function.
6168 * command.h (add_setshow_boolean_cmd): Replace
6169 add_set_boolean_cmd.
6170 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6171 and ``set rdiromatzero''.
6172 * maint.c (_initialize_maint_cmds): Update commented out code.
6173 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6174 * target.c (initialize_targets): Update `set
6175 trust-readonly-sections'.
6176 * remote.c (_initialize_remote): Update `set remotebreak'.
6177
61782002-06-15 Mark Kettenis <kettenis@gnu.org>
6179
6180 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6181 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6182 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6183 fit into multi-arch framework.
6184 (i386_breakpoint_from_pc): New function.
6185 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6186 above.
6187
6188 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6189 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6190 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6191 (i386_frameless_function_invocation, i386_frame_num_args,
6192 i386_frame_init_saved_regs): Remove prototypes.
6193 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6194 macros mentioned above.
6195
61962002-06-15 Andrew Cagney <ac131313@redhat.com>
6197
6198 * cli/cli-decode.c (set_cmd_cfunc): Update.
6199 (set_cmd_sfunc): Update.
6200 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6201 (set_cmd_sfunc, set_cmd_cfunc): Update.
6202 * cli/cli-decode.h: Update.
6203
62042002-06-15 Mark Kettenis <kettenis@gnu.org>
6205
6206 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6207 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6208
62092002-06-15 Andrew Cagney <ac131313@redhat.com>
6210
6211 * defs.h (auto_boolean): Declare enum.
6212 * command.h (cmd_auto_boolean): Delete enum.
6213 * mips-tdep.c (mask_address_var): Update.
6214 (mips_mask_address_p): Update.
6215 (show_mask_address): Update.
6216 * remote.c (struct packet_config): Update.
6217 (update_packet_config): Update.
6218 (show_packet_config_cmd): Update.
6219 (packet_ok): Update.
6220 (add_packet_config_cmd): Update.
6221 (_initialize_remote):
6222 * command.h: Update.
6223 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6224 (do_setshow_command): Update.
6225 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6226 * cli/cli-decode.h: Update.
6227
62282002-06-15 Mark Kettenis <kettenis@gnu.org>
6229
6230 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6231 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6232 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6233 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6234 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6235 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6236
6237 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6238 list of DJGPP COFF targets.
6239
6240 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6241 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6242 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6243 (FP0_REGNUM): Remove define.
6244 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6245 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6246 (i386_register_virtual_size): Remove protoype.
6247 * i386-tdep.c (i386_register_virtual_size): Removed.
6248 (i386_extract_return_value, i386_store_return_value): Use
6249 FP0_REGNUM instead of NUM_FREGS to determine whether the
6250 floating-point registers are available.
6251 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6252 Adjust for removal of macros mentioned above.
6253
62542002-06-15 Mark Kettenis <kettenis@gnu.org>
6255
6256 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6257 comments.
6258 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6259 Remove prototypes.
6260 (supply_gregset, fill_gregset): Remove use of register keyword and
6261 remove declaration for regmap. Use I386_NUM_GREGS instead of
6262 NUM_REGS and NUM_FREGS.
6263 (FPREGSET_FSAVE_OFFSET): Remove.
6264 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6265 NUM_FREGS to determine whether the floating-point registers are
6266 available.
6267
6268 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6269 gnu_store_registers): Replace usage of NUM_GREGS with
6270 I386_NUM_GREGS.
6271
6272 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6273 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6274 usage of NUM_GREGS with I386_NUM_GREGS.
6275
6276 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6277
6278 * i386bsd-nat.c: Include "i386-tdep.h".
6279 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6280 I386_NUM_GREGS.
6281
6282 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6283 and associated comment. They no longer make any sense, since we
6284 don't use this file anymore on Linux.
6285
6286 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6287 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6288 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6289 elements in these arrays.
6290 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6291 MAX_NUM_REGS.
6292
62932002-06-15 Mark Kettenis <kettenis@gnu.org>
6294
6295 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6296 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6297
62982002-06-14 Andrew Cagney <cagney@redhat.com>
6299
6300 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6301 EXTRACT_RETURN_VALUE.
6302 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6303 EXTRACT_STRUCT_VALUE_ADDRESS.
6304 * gdbarch.h, gdbarch.c: Regenerate.
6305
6306 * values.c (value_being_returned): Handle
6307 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6308 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6309
6310 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6311 * arm-tdep.c (arm_gdbarch_init): Update.
6312 * avr-tdep.c (avr_gdbarch_init): Update.
6313 * cris-tdep.c (cris_gdbarch_init): Update.
6314 * d10v-tdep.c (d10v_gdbarch_init): Update.
6315 * ia64-tdep.c (ia64_gdbarch_init): Update.
6316 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6317 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6318 * s390-tdep.c (s390_gdbarch_init): Update.
6319 * sh-tdep.c (sh_gdbarch_init): Update.
6320 * s390-tdep.c (s390_gdbarch_init): Update.
6321 * sparc-tdep.c (sparc_gdbarch_init): Update.
6322 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6323 * v850-tdep.c (v850_gdbarch_init): Update.
6324 * vax-tdep.c (vax_gdbarch_init): Update.
6325 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6326 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6327
6328 * config/arc/tm-arc.h: Update.
6329 * config/d30v/tm-d30v.h: Update.
6330 * config/fr30/tm-fr30.h: Update.
6331 * config/h8300/tm-h8300.h: Update.
6332 * config/h8500/tm-h8500.h: Update.
6333 * config/i386/tm-i386.h: Update.
6334 * config/i386/tm-ptx.h: Update.
6335 * config/i386/tm-symmetry.h: Update.
6336 * config/i960/tm-i960.h: Update.
6337 * config/m32r/tm-m32r.h: Update.
6338 * config/m68k/tm-delta68.h: Update.
6339 * config/m68k/tm-linux.h: Update.
6340 * config/m68k/tm-m68k.h: Update.
6341 * config/m88k/tm-m88k.h: Update.
6342 * config/mcore/tm-mcore.h: Update.
6343 * config/mips/tm-mips.h: Update.
6344 * config/mn10200/tm-mn10200.h: Update.
6345 * config/pa/tm-hppa.h: Update.
6346 * config/pa/tm-hppa64.h: Update.
6347 * config/sparc/tm-sp64.h: Update.
6348 * config/sparc/tm-sparc.h: Update.
6349 * config/sparc/tm-sparclet.h: Update.
6350 * config/z8k/tm-z8k.h: Update.
6351
63522002-06-14 Andrew Cagney <cagney@redhat.com>
6353
6354 * Makefile.in (i386_linux_tdep_h): Define.
6355 (i386_tdep_h, i387_tdep_h): Define.
6356 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6357 $(i386_tdep_h) and $(i387_tdep_h).
6358 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6359
63602002-06-14 Mark Kettenis <kettenis@gnu.org>
6361
6362 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6363 Already covered by the default.
6364
6365 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6366 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6367 (i386_gdbarch_init): Initialize long_double_format and long_double
6368 bit.
6369
6370 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6371 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6372 Move these to ...
6373 * config/i386/i386sol2.mh: ... here.
6374 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6375 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6376 (SIGCONTEXT_PC_OFFSET): Remove define.
6377 (IN_SIGTRAMP): Remove define.
6378 * i386-sol2-tdep.c: New file.
6379
6380 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6381 * config/i386/tm-i386nw.h: Removed.
6382
6383 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6384 USE_STRUCT_CONVENTION): Remove defines.
6385 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6386 (get_longjmp_target): Remove prototype.
6387 (IN_SIGTRAMP): Remove define.
6388 (i386bsd_in_sigtramp): Remove prototype.
6389 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6390 function. Update comment accordingly
6391 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6392 (FRAME_SAVED_PC): Remove define.
6393 (i386bsd_frame_saved_pc): Remove prototype.
6394 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6395 GET_LONGJMP_TARGET): Remove defines.
6396 (get_longjmp_target): Remove prototype.
6397 (IN_SIGTRAMP): Remove define.
6398 (i386bsd_in_sigtramp): Remove prototype.
6399 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6400 function. Update comment accordingly
6401 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6402 (FRAME_SAVED_PC): Remove define.
6403 (i386bsd_frame_saved_pc): Remove prototype.
6404 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6405 Remove prototype.
6406 (USE_STRUCT_CONVENTION): Remove prototype.
6407 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6408 declaration.
6409 (_initialize_i386bsd_nat): Revise logic to determine some
6410 constants at compile time when compiling a native GDB. Warn if
6411 things don't match up with what we expect.
6412 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6413 Remove variables.
6414 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6415 to use date stored in `struct gdbarch_tdep'.
6416 (i386bsd_sigcontext_offset): Remove varaible.
6417 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6418 stored in `struct gdbarch_tdep'.
6419 (i386bsd_frame_saved_pc): Make static.
6420 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6421 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6422 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6423 i386fbsd4_sc_pc_offset): New variables.
6424 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6425 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6426 functions.
6427 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6428 functions.
6429 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6430 Modify the value of i386fbsd_sigtramp_start and
6431 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6432 i386fbsd_sigtramp_end.
6433 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6434 function.
6435
6436 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6437 define to i386-linux-tdep.h.
6438 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6439 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6440 defines.
6441 (i386_linux_register_name, i386_linux_register_byte,
6442 i386_linux_register_raw_size): Remove prototypes.
6443 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6444 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6445 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6446 TARGET_WRITE_PC): Remove defines.
6447 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6448 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6449 i386_linux_write_pc): Remove prototypes.
6450 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6451 (get_longjmp_target): Remove prototype.
6452 * i386-linux-tdep.h: New file.
6453 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6454 * i386-linux-tdep.c: Include "i386-tdep.h" and
6455 "i386-linux-tdep.h".
6456 (i386_linux_register_name, i386_linux_register_byte,
6457 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6458 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6459 Make static.
6460 (i386_linux_init_abi): New function.
6461 (_initialize_i386_linux_tdep): New function.
6462
6463 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6464 (i386_saved_pc_after_call): Remove prototype.
6465 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6466 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6467 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6468 (i386_register_name, i386_stab_reg_to_regnum,
6469 i386_dwarf_reg_to_regnum): Remove prototypes.
6470 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6471 SIZEOF_SSE_REGS): Remove defines.
6472 (REGISTER_BYTES): Remove define.
6473 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6474 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6475 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6476 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6477 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6478 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6479 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6480 (get_longjmp_target): Remove prototype.
6481 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6482 (sigtramp_saved_pc): Remove define.
6483 (i386v4_sigtramp_saved_pc): Remove prototype.
6484 * config/i386/tm-go32.h (FRAME_CHAIN,
6485 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6486 (i386go32_frame_saved_pc): Remove prototype.
6487 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6488 (get_longjmp_target): Remove prototype.
6489 * i386-tdep.h: Include "osabi.h".
6490 (enum i386_abi): Removed.
6491 (enum struct_return): New enum.
6492 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6493 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6494 sc_pc_offset members.
6495 (i386_gdbarch_register_os_abi): Remove prototype.
6496 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6497 I386_SSE_NUM_REGS): New defines.
6498 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6499 I386_SSE_SIZEOF_REGS): New defines.
6500 (i386_register_name, i386_register_byte, i386_register_raw_size):
6501 New prototypes.
6502 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6503 (i386bsd_sigtramp_saved_pc): New prototype.
6504 * i386-tdep.c: Don't include "elf-bfd.h".
6505 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6506 i386_frame_chain, i386_saved_pc_after_call): Make static.
6507 (i386_frame_saved_pc): Rewrite to call architecture dependent
6508 function to deal with signal handlers. Make static.
6509 (i386go32_frame_saved_pc): Removed.
6510 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6511 Removed.
6512 (i386_get_longjmp_target): New function.
6513 (default_struct_convention, pcc_struct_convention,
6514 reg_struct_convention, valid_conventions, struct_convention): New
6515 variables.
6516 (i386_use_struct_convention): New function.
6517 (i386v4_sigtramp_saved_pc): Renamed to
6518 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6519 (i386_pc_in_sigtramp): New function.
6520 (i386_abi_names): Removed.
6521 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6522 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6523 Removed.
6524 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6525 i386_gdbarch_register_os_abi): Removed.
6526 (struct i386_abi_handler): Removed.
6527 (i386_abi_handler_list): Removed.
6528 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6529 functions.
6530 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6531 i386_nw_init_abi): New functions.
6532 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6533 Use set_gdbarch_xxx() calls instead of relying on macros for a
6534 number of calls.
6535 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6536 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6537 Register the various architecture variants defined in this file.
6538
65392002-06-14 Daniel Jacobowitz <drow@mvista.com>
6540
6541 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6542 (struct main_type): Remove arg_types member. Update comments for
6543 struct field.
6544 (TYPE_ARG_TYPES): Remove.
6545 (TYPE_FN_FIELD_ARGS): Update.
6546 (smash_to_method_type): Update prototype.
6547
6548 * c-typeprint.c (cp_type_print_method_args): Take method type
6549 instead of argument list. Use new argument layout. Simplify.
6550 (c_type_print_args): Use new argument layout. Simplify.
6551 (c_type_print_base): Update call to cp_type_print_method_args.
6552 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6553 argument; use die->type instead. Update call to
6554 smash_to_method_type.
6555 (read_structure_scope): Update call to dwarf2_add_member_fn.
6556 * gdbtypes.c (allocate_stub_method): Update comment.
6557 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6558 Use new argument layout.
6559 (check_stub_method): Use new argument layout. Don't count
6560 void as an argument.
6561 (print_arg_types): Update comments. Use new argument layout.
6562 (recursive_dump_type): Don't print arg_types member.
6563 * hpread.c (hpread_read_struct_type): Use new argument layout.
6564 (fixup_class_method_type): Likewise.
6565 (hpread_type_lookup): Likewise.
6566 * stabsread.c (read_type): Update calls to read_args and
6567 smash_to_method_type.
6568 (read_args): Use new argument layout. Simplify.
6569 * valops.c (typecmp): Use new argument layout. Update parameters
6570 and comments. Simplify.
6571 (hand_function_call): Use new argument layout.
6572 (search_struct_method): Update call to typecmp.
6573 (find_overload_match): Use new argument layout.
6574
65752002-06-13 Daniel Jacobowitz <drow@mvista.com>
6576
6577 * NEWS: Mention multithreaded debug support for gdbserver.
6578
65792002-06-13 Daniel Jacobowitz <drow@mvista.com>
6580
6581 * MAINTAINERS: Mention NEWS.
6582
65832002-06-13 Daniel Jacobowitz <drow@mvista.com>
6584
6585 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6586 (struct mips_objfile_private, compare_pdr_entries): New.
6587 (non_heuristic_proc_desc): Read the ".pdr" section if it
6588 is present.
6589
65902002-06-12 Andrew Cagney <ac131313@redhat.com>
6591
6592 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6593 (arm_debug): New static variable.
6594 (_initialize_arm_tdep): Add ``set debug arm'' command.
6595
65962002-06-12 Andrew Cagney <ac131313@redhat.com>
6597
6598 * Makefile.in (sim_arm_h): Define.
6599 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6600 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6601 (arm_register_sim_regno): New function, map an internal REGNUM
6602 onto a simulator register number.
6603 (arm_gdbarch_init): Set register_sim_regno.
6604
66052002-06-09 Aldy Hernandez <aldyh@redhat.com>
6606
6607 * MAINTAINERS: Add self.
6608
66092002-06-11 Jim Blandy <jimb@redhat.com>
6610
6611 * source.c (source_info): Mention whether the symtab has
6612 information about preprocessor macros.
6613
6614 Call the command `info macro', not `show macro'.
6615 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6616 Fix error message.
6617 (_initialize_macrocmd): Register `info_macro_command' in
6618 `infolist', not `showlist'.
6619
66202002-06-11 Daniel Jacobowitz <drow@mvista.com>
6621
6622 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6623 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6624 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6625 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6626 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6627 unconditionally.
6628 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6629 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6630 (_initialize_mips_tdep): Remove dead code.
6631 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6632 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6633 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6634 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6635 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6636 MIPS_LAST_FP_ARG_REGNUM): Remove.
6637
66382002-06-11 Michal Ludvig <mludvig@suse.cz>
6639
6640 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6641 (unwind_tmp_obstack_free, parse_frame_info)
6642 (update_context, cfi_read_fp, cfi_write_fp)
6643 (cfi_frame_chain, cfi_init_extra_frame_info)
6644 (cfi_virtual_frame_pointer): Use the above function.
6645 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6646
66472002-06-11 Corinna Vinschen <vinschen@redhat.com>
6648
6649 * v850-tdep.c (v850_type_is_scalar): New function.
6650 (v850_use_struct_convention): Match current gcc implementation
6651 as close as possible.
6652 (v850_push_arguments): Fix stack_offset handling. Don't write
6653 struct_addr into register. This is done by v850_store_struct_return.
6654 (v850_extract_return_value): Care for structs.
6655 (v850_store_return_value): Ditto.
6656 (v850_store_struct_return): Actually write address.
6657
66582002-06-11 Michal Ludvig <mludvig@suse.cz>
6659
6660 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6661 without debug information too.
6662
66632002-06-10 Andrew Cagney <ac131313@redhat.com>
6664
6665 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6666 Make multi-arch pure.
6667 * gdbarch.h, gdbarch.c: Re-generate.
6668 * arm-tdep.c (arm_print_float_info): Update.
6669 * arch-utils.h (default_print_float_info): Update.
6670 * arch-utils.c (default_print_float_info): Update.
6671 * infcmd.c (float_info): Update call.
6672
66732002-06-10 Andrew Cagney <ac131313@redhat.com>
6674
6675 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6676 the front of the initialize list.
6677
66782002-06-10 Andrew Cagney <ac131313@redhat.com>
6679
6680 * infrun.c (struct inferior_status): Replace fields
6681 selected_frame_address and selected_level with field
6682 selected_frame_id.
6683 (save_inferior_status): Update. Use get_frame_id.
6684 (struct restore_selected_frame_args): Delete.
6685 (restore_selected_frame): Update. Use frame_find_by_id.
6686 (restore_inferior_status): Update.
6687
6688 * breakpoint.h (struct breakpoint): Change type of
6689 watchpoint_frame to frame_id.
6690 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6691 call to get_current_frame.
6692 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6693 get_current_frame.
6694 (watchpoint_check): Use frame_find_by_id.
6695
6696 * frame.h (record_selected_frame): Delete declaration.
6697 * stack.c (record_selected_frame): Delete function.
6698
6699 * frame.h (struct frame_id): Define.
6700 (get_frame_id): Declare.
6701 (frame_find_by_id): Declare.
6702 * frame.c (frame_find_by_id): New function.
6703 (get_frame_id): New function.
6704
67052002-06-10 Andrey Volkov <avolkov@transas.com>
6706
6707 * ser-e7kpc.c: Fix duplicated define and call of
6708 _initialize_ser_e7000pc
6709
67102002-06-09 Daniel Jacobowitz <drow@mvista.com>
6711
6712 * signals/signals.c (target_signal_from_host): Fix #ifdef
6713 SIGRTMIN case.
6714 (do_target_signal_to_host): Likewise.
6715
67162002-06-09 Daniel Jacobowitz <drow@mvista.com>
6717
6718 * mips-tdep.c (mips_find_abi_section): New function.
6719 (mips_gdbarch_init): Call it.
6720
67212002-06-09 Mark Kettenis <kettenis@gnu.org>
6722
6723 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6724 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6725 after Andrew's 2002-06-08 gdbarch change.
6726
67272002-06-09 Mark Kettenis <kettenis@gnu.org>
6728
6729 * i386-linux-nat.c (suppy_gregset): Don't supply
6730 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6731 register cache.
6732 (fill_gregset): Don't fetch it under the same circumstances.
6733
67342002-06-09 Andrew Cagney <cagney@redhat.com>
6735
6736 * Makefile.in (callback_h): Define.
6737 (remote_sim_h): Update path to remote-sim.h.
6738 (remote-rdp.o): Add $(callback_h).
6739 (remote-sim.o): Use $(callback_h).
6740 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6741 * remote-rdp.c: Include "gdb/callback.h".
6742
67432002-06-09 Mark Kettenis <kettenis@gnu.org>
6744
6745 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6746 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6747
67482002-06-08 Andrew Cagney <ac131313@redhat.com>
6749
6750 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6751 * rdi-share/serpardr.c: Ditto.
6752 * rdi-share/unixcomm.c: Ditto.
6753 * rdi-share/serdrv.c: Ditto.
6754 * rdi-share/hostchan.h: Ditto.
6755 * rdi-share/hostchan.c: Ditto.
6756 * rdi-share/host.h: Ditto.
6757 * rdi-share/devsw.c: Ditto.
6758
6759 * objfiles.h: Change type of obj_private to void pointer.
6760 * pa64solib.c: Update copyright. Don't include "assert.h", use
6761 strcmp instead of STREQ, use LONGEST, do not use PTR
6762 * somsolib.c: Ditto.
6763
6764 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6765 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6766 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6767
67682002-06-08 Andrew Cagney <ac131313@redhat.com>
6769
6770 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6771 (default_get_saved_register): Delete function.
6772 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6773 generic_unwind_get_saved_register.
6774 * gdbarch.h, gdbarch.c: Re-generate.
6775
67762002-06-08 Andrew Cagney <ac131313@redhat.com>
6777
6778 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6779 generic_func_frame_chain_valid.
6780 * gdbarch.h, gdbarch.c: Re-generate.
6781 * blockframe.c (generic_func_frame_chain_valid): Only check
6782 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6783 passing FP to PC_IN_CALL_DUMMY.
6784 Fix PR gdb/360.
6785
67862002-06-08 Andrew Cagney <ac131313@redhat.com>
6787
6788 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6789 (register_gdbarch_data): Initialize init_p.
6790 (gdbarch_data): Initialize data pointer using the init function.
6791 (init_gdbarch_data): Delete function.
6792 (gdbarch_update_p): Update.
6793 (initialize_non_multiarch): Update.
6794 (struct gdbarch): Add field initialized_p.
6795 * gdbarch.h, gdbarch.c: Re-generate.
6796
67972002-06-07 Michal Ludvig <mludvig@suse.cz>
6798
6799 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6800 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6801 better do the things actually here.
6802 * x86-64-tdep.c (x86_64_register_name2nr): New.
6803 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6804 (x86_64_gdbarch_init): Respect the above change.
6805 * x86-64-tdep.h (x86_64_register_name2nr)
6806 (x86_64_register_nr2name): Add prototypes.
6807 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6808
68092002-06-06 Michael Snyder <msnyder@redhat.com>
6810
6811 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6812 Delete extra braces and re-indent.
6813 (d10v_store_return_value): Char return values
6814 must be shifted over by one byte in R0.
6815 (d10v_extract_return_value): Delete extra braces, re-indent.
6816
68172002-06-06 Elena Zannoni <ezannoni@redhat.com>
6818
6819 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6820 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6821 (d10v_integer_to_address): Rewrite.
6822 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6823 the d10v specific functions which take care of converting to the
6824 correct space.
6825
68262002-06-06 Elena Zannoni <ezannoni@redhat.com>
6827
6828 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6829 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6830
68312002-06-02 Andrew Cagney <ac131313@redhat.com>
6832
6833 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6834 includes.
6835 * config/tm-linux.h: Ditto.
6836 * config/alpha/tm-alphalinux.h: Ditto.
6837 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6838 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6839 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6840 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6841 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6842 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6843 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6844 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6845 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6846 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6847 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6848 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6849 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6850 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6851 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6852 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6853 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6854 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6855 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6856 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6857 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6858 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6859 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6860 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6861 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6862 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6863 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6864 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6865 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6866 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6867 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6868 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6869 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6870 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6871 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6872 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6873 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6874
68752002-05-04 Aidan Skinner <aidan@velvet.net>
6876
6877 * ada-exp.tab.c: New file
6878 * ada-exp.y: New file
6879 * ada-lang.c: New file
6880 * ada-lang.h: New file
6881 * ada-lex.c: New file
6882 * ada-lex.l: New file
6883 * ada-tasks.c: New file
6884 * ada-typeprint.c: New file
6885 * ada-valprint.c: New file
6886
68872002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6888
6889 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6890 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6891
68922002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6893
6894 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6895 insetead of ppc-linux-tdep.o.
6896 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6897 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6898
68992002-06-02 Andrew Cagney <ac131313@redhat.com>
6900
6901 2002-05-07 Christian Groessler <chris@groessler.org>
6902 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6903 bit register contents for little endian hosts.
6904
69052002-06-01 Andrew Cagney <ac131313@redhat.com>
6906
6907 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6908 any maintainer.
6909
69102002-06-01 Andrew Cagney <ac131313@redhat.com>
6911
6912 * gdbarch.h: Regenerate.
6913
69142002-06-01 Andrew Cagney <ac131313@redhat.com>
6915
6916 * MAINTAINERS: Add everyone to write-after-approval list.
6917
69182002-06-01 Andrew Cagney <ac131313@redhat.com>
6919
6920 * stack.c (frame_info): Use frame_register_unwind instead of
6921 saved_regs. Mention when the SP is on the stack or in a register.
6922
6923 * frame.h (frame_register_unwind_ftype): Define. Document.
6924 (struct frame_info): Add field register_unwind and
6925 register_unwind_cache.
6926 (frame_register_unwind): Declare.
6927 (generic_unwind_get_saved_register): Declare.
6928
6929 * frame.c (frame_register_unwind): New function.
6930 (generic_unwind_get_saved_register): New function.
6931
6932 * blockframe.c (generic_call_dummy_register_unwind): New function.
6933 (frame_saved_regs_register_unwind): New function.
6934 (set_unwind_by_pc): New function.
6935 (create_new_frame): New function.
6936 (get_prev_frame): New function.
6937
69382002-05-30 Andrew Cagney <ac131313@redhat.com>
6939
6940 * a29k-share/: Delete directory.
6941 * remote-vx29k.c: Delete file.
6942
69432002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6944
6945 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6946 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6947
69482002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6949
6950 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6951 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6952 (sparc64nbsd-nat.o)
6953 (sparcnbsd-nat.o)
6954 (sparcnbsd-tdep.o): New dependency lists.
6955 * NEWS: Note new UltraSPARC NetBSD native configuration.
6956 * configure.host (sparc64-*-netbsd*): New host.
6957 * configure.tgt (sparc-*-netbsdelf*)
6958 (sparc-*-netbsd*): Set gdb_target to nbsd.
6959 (sparc64-*-netbsd*): New target.
6960 * sparc64nbsd-nat.c: New file.
6961 * sparcnbsd-nat.c: New file.
6962 * sparcnbsd-tdep.c: New file.
6963 * sparcnbsd-tdep.h: New file.
6964 * config/sparc/nbsd.mt: New file.
6965 * config/sparc/nbsd64.mh: New file.
6966 * config/sparc/nbsd64.mt: New file.
6967 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6968 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6969 (HOST_IPC): Remove.
6970 * config/sparc/nbsdaout.mt: Remove.
6971 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6972 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6973 (HOST_IPC): Remove.
6974 * config/sparc/nbsdelf.mt: Remove.
6975 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6976 sparc-nat.c compatiblity defines.
6977 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6978 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6979 * config/sparc/tm-nbsd64.h: New file.
6980 * config/sparc/tm-nbsdaout.h: Remove.
6981 * config/sparc/xm-nbsd.h: Remove.
6982
69832002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6984
6985 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6986 * sparc-tdep.c: Include osabi.h.
6987 (gdbarch_tdep): Add osabi member.
6988 (_initialize_sparc_tdep): Use gdbarch_register.
6989 (sparc_gdbarch_init): Use generic OS ABI framework.
6990 (sparc_dump_tdep): New function.
6991
69922002-05-30 Kevin Buettner <kevinb@redhat.com>
6993
6994 * corefile.c (do_captured_read_memory_integer): Return non-zero
6995 result.
6996 (safe_read_memory_integer): Copy result of memory read when
6997 status is non-zero. Also, add comments.
6998
69992002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7000
7001 * Makefile.in (ppc_tdep_h): Define.
7002 (ppc-linux-nat.o)
7003 (ppc-linux-tdep.o)
7004 (rs6000-tdep.o): Use $(ppc_tdep_h).
7005 (ppc-sysv-tdep.o)
7006 (ppcnbsd-nat.o)
7007 (ppcnbsd-tdep.o): New dependency lists.
7008 * ppc-tdep.h: Use generic OS ABI framework.
7009 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7010 (ppc_linux_init_abi): New functions.
7011 (ppc_sysv_abi_broken_use_struct_convention)
7012 (ppc_sysv_abi_use_struct_convention)
7013 (ppc_sysv_abi_push_arguments): Move to...
7014 * ppc-sysv-tdep.c: ...here.
7015 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7016 * rs6000-tdep.c (process_note_abi_tag_sections)
7017 (get_elfosabi): Remove.
7018 (rs6000_gdbarch_init): Use generic OS ABI framework.
7019 (rs6000_dump_tdep): New function.
7020 (_initialize_rs6000_tdep): Use gdbarch_register.
7021 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7022 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7023 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7024 of ppc-linux-tdep.o.
7025 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7026 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7027 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7028 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7029 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7030 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7031
70322002-05-29 Jim Blandy <jimb@redhat.com>
7033
7034 * macroscope.c (default_macro_scope): Put `void' in empty argument
7035 list.
7036
70372002-05-29 Andrew Cagney <ac131313@redhat.com>
7038
7039 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7040 * arch-utils.c: Include "sim-regno.h".
7041 * gdbarch.sh: Don't include "sim-regno.h".
7042 * gdbarch.h, gdbarch.c: Regenerate.
7043 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7044 here.
7045 * arch-utils.h (legacy_register_sim_regno): To here.
7046 * remote-sim.c (legacy_register_sim_regno): Move function from
7047 here.
7048 * arch-utils.c (legacy_register_sim_regno): To here.
7049
70502002-05-28 Andrew Cagney <ac131313@redhat.com>
7051
7052 * sim-regno.h: New file.
7053 * Makefile.in (sim_regno_h): Define.
7054 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7055 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7056 (legacy_register_sim_regno): New function.
7057 (one2one_register_sim_regno): New function.
7058 (gdbsim_fetch_register): Rewrite.
7059 (gdbsim_store_register): Only store a register when
7060 REGISTER_SIM_REGNO is valid.
7061 * d10v-tdep.c: Include "sim-regno.h".
7062 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7063 (d10v_ts3_register_sim_regno): Ditto.
7064 * gdbarch.sh: Include "sim-regno.h".
7065 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7066 * gdbarch.h, gdbarch.c: Regenerate.
7067 * arch-utils.h (default_register_sim_regno): Delete declaration.
7068 * arch-utils.c (default_register_sim_regno): Delete function.
7069
70702002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7071
7072 * ppcnbsd-nat.c: Rewrite.
7073 * ppcnbsd-tdep.c: New file.
7074 * ppcnbsd-tdep.h: New file.
7075 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7076 solib.o, and solib-svr4.o.
7077 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7078 nbsd-tdep.o, and corelow.o.
7079
70802002-05-28 Andrew Cagney <ac131313@redhat.com>
7081
7082 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7083 `tr' and `sed'. Mention that `broken' targets are not expected to
7084 build.
7085
70862002-05-27 Michal Ludvig <mludvig@suse.cz>
7087
7088 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7089 Let PC point right after the prologue before looking up symbols.
7090
70912002-05-27 Martin M. Hunt <hunt@redhat.com>
7092
7093 * i386-tdep.c (i386_register_virtual_type): Return
7094 builtin_type_vec128i for SSE registers.
7095
7096 * gdbtypes.h (builtin_type_vec128i): Declare.
7097
7098 * gdbtypes.c (build_builtin_type_vec128i): New function.
7099 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7100 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7101 (build_gdbtypes): Initialize new builtin vector types.
7102 (_initialize_gdbtypes): Register new vector types with gdbarch.
7103
71042002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7105
7106 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7107 since it has been multi-arch'd.
7108 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7109 Move Alpha and VAX multi-arch news entries to same section
7110 as other multi-arch news.
7111
71122002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7113
7114 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7115 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7116 static. Rename some register numbers to put them in ns32k-tdep
7117 private namespace.
7118 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7119 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7120 functions.
7121 (_initialize_ns32k_tdep): Use gdbarch_register.
7122 * ns32k-tdep.h: New file.
7123 * ns32knbsd-tdep.c: New file.
7124 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7125 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7126 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7127 REGISTER_BYTES, REGISTER_BYTE): Remove.
7128 * config/ns32k/tm-ns32k.h: New file.
7129 * config/ns32k/tm-umax.h: Remove.
7130
71312002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7132
7133 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7134 ns32k_store_struct_return, ns32k_extract_return_value,
7135 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7136 functions.
7137 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7138 ns32k_saved_pc_after_call.
7139 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7140 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7141 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7142 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7143 ns32k_extract_struct_value_address.
7144
71452002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7146
7147 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7148 ns32k_fix_call_dummy): New.
7149 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7150 ns32k_call_dummy_words.
7151 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7152 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7153 CALL_DUMMY_NARGS): Remove.
7154 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7155
71562002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7157
7158 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7159 ns32k_frame_saved_pc, ns32k_frame_args_address,
7160 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7161 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7162 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7163 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7164 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7165 (BREAKPOINT): Remove..
7166 (FRAME_CHAIN): Define as ns32k_frame_chain.
7167 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7168 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7169 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7170 (FRAME_FIND_SAVED_REGS): Remove.
7171 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7172 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7173 (POP_FRAME): Define as ns32k_pop_frame.
7174
71752002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7176
7177 * ns32k-tdep.c (ns32k_register_byte_32082,
7178 ns32k_register_byte_32382, ns32k_register_raw_size,
7179 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7180 functions.
7181 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7182 ns32k_register_byte_32382.
7183 * config/ns32k/tm-umax.h: Update copyright years.
7184 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7185 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7186 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7187 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7188 (ns32k_get_enter_addr): Fix prototype.
7189
71902002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7191
7192 * ns32k-tdep.c: Update copyright years.
7193 (ns32k_register_name_32082): New function.
7194 (ns32k_register_name_32382): Ditto.
7195 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7196 (REGISTER_NAME): Define as ns32k_register_name_32382.
7197 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7198 (REGISTER_NAME): Define as ns32k_register_name_32082.
7199
72002002-05-24 Jim Blandy <jimb@redhat.com>
7201
7202 * dwarf2read.c (free_line_header): Use xfree, not free.
7203
72042002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7205
7206 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7207 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7208
72092002-05-23 Andrew Cagney <ac131313@redhat.com>
7210
7211 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7212
72132002-05-23 Andrew Cagney <ac131313@redhat.com>
7214
7215 From Ross Alexander at NEC Europe:
7216 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7217
72182002-05-23 Michael Snyder <msnyder@redhat.com>
7219
7220 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7221 for input, rather than parse_and_eval_address.
7222
72232002-05-23 Andrew Cagney <ac131313@redhat.com>
7224
7225 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7226 * Makefile.in (sim_d10v_h): Update definition.
7227
72282002-05-24 Andrew Cagney <cagney@redhat.com>
7229
7230 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7231 change `2002-05-22 Michael Snyder' below.
7232 (d10v_push_arguments): Ditto.
7233 (d10v_extract_return_value): Ditto.
7234
72352002-05-23 Jim Blandy <jimb@redhat.com>
7236
7237 * macrotab.c (check_for_redefinition): Don't complain if the new
7238 definition is the same as the previous one. Take more arguments
7239 to allow the comparison.
7240 (macro_define_object, macro_define_function): Pass more arguments
7241 to check_for_redefinition.
7242
72432002-05-22 Michael Snyder <msnyder@redhat.com>
7244
7245 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7246 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7247 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7248 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7249 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7250 Add a temp variable to save a call (and a memory read).
7251 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7252 if possible (so that PC_IN_CALL_DUMMY will work).
7253
72542002-05-22 Corinna Vinschen <vinschen@redhat.com>
7255
7256 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7257
72582002-05-22 Michal Ludvig <mludvig@suse.cz>
7259
7260 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7261 fde->cie_ptr.
7262 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7263 (dwarf2_build_frame_info): Add offset to fde->initial_location
7264 so that frames of shared libraries are mapped correctly.
7265 (execute_stack_op): Change type of 'result' from ULONGEST to
7266 CORE_ADDR.
7267
72682002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7269
7270 * config/alpha/tm-nbsd.h: Include solib.h.
7271
72722002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7273
7274 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7275 assumptions about the host's byte order.
7276
72772002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7278
7279 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7280 to dependency list.
7281 * alphanbsd-tdep.c: Include solib-svr4.h.
7282 * shnbsd-tdep.c: Ditto.
7283
72842002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7285
7286 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7287 nbsd-tdep.h to dependency list.
7288 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7289 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7290 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7291 nbsdaout.mh and nbsdelf.mh consistently.
7292 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7293 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7294 nbsdaout.mt and nbsdelf.mh consistently.
7295 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7296 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7297 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7298 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7299 a.out shared library stuff from here...
7300 * config/nm-nbsdaout.h: ...to here.
7301 * config/tm-nbsd.h: Remove.
7302 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7303 * config/arm/nbsd.mh: Remove.
7304 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7305 nbsd-tdep.o.
7306 * config/arm/nbsdaout.mh: New file.
7307 * config/arm/nbsdelf.mh: New file.
7308 * config/arm/nm-nbsdaout.h: New file.
7309 * config/i386/nbsd.mh: Remove.
7310 * config/i386/nbsd.mt: Remove.
7311 * config/i386/nbsdaout.mh: New file.
7312 * config/i386/nbsdaout.mt: New file.
7313 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7314 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7315 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7316 i386_register_u_addr): Remove.
7317 * config/i386/nm-nbsdaout.h: New file.
7318 * config/i386/nm-nbsdelf.h: Remove.
7319 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7320 (USE_STRUCT_CONVENTION): Remove.
7321 * config/i386/tm-nbsdaout.h: New file.
7322 * config/i386/tm-nbsdelf.h: Remove.
7323 * config/m68k/nbsd.mh: Remove.
7324 * config/m68k/nbsd.mt: Remove.
7325 * config/m68k/nbsdaout.mh: New file.
7326 * config/m68k/nbsdaout.mt: New file.
7327 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7328 * config/m68k/nm-nbsdaout.h: New file.
7329 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7330 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7331 * config/ns32k/nbsd.mh: Remove.
7332 * config/ns32k/nbsd.mt: Remove.
7333 * config/ns32k/nbsdaout.mh: New file.
7334 * config/ns32k/nbsdaout.mt: New file.
7335 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7336 * config/ns32k/nm-nbsdaout.h: New file.
7337 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7338 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7339 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7340 (SVR4_SHARED_LIBS): Remove.
7341 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7342 * config/sparc/nbsd.mh: Remove.
7343 * config/sparc/nbsd.mt: Remove.
7344 * config/sparc/nbsdaout.mh: New file.
7345 * config/sparc/nbsdaout.mt: New file.
7346 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7347 * config/sparc/nbsdelf.mt: New file.
7348 * config/sparc/nm-nbsdaout.h: New file.
7349 * config/sparc/nm-nbsdelf.h: Remove.
7350 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7351 * config/sparc/tm-nbsdaout.h: New file.
7352
73532002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7354
7355 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7356 mipsnbsd-tdep.c
7357 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7358
73592002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7360
7361 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7362 shnbsd-nat.c.
7363 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7364
73652002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7366
7367 * NEWS: Note new MIPS NetBSD native configuration.
7368 * configure.host (mips*-*-netbsd*): New host.
7369 * configure.tgt (mips*-*-netbsd*): New target.
7370 * mipsnbsd-nat.c: New file.
7371 * mipsnbsd-tdep.c: New file.
7372 * mipsnbsd-tdep.h: New file.
7373 * config/mips/nbsd.mh: New file.
7374 * config/mips/nbsd.mt: New file.
7375 * config/mips/nm-nbsd.h: New file.
7376 * config/mips/tm-nbsd.h: New file.
7377
73782002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7379
7380 * Makefile.in (SFILES): Add osabi.c.
7381 (COMMON_OBS): Add osabi.o.
7382 (osabi.o): New dependency list.
7383 * osabi.c: New file.
7384 * osabi.h: New file.
7385 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7386
7387 * Makefile.in (alpha_tdep_h): Define and use instead of
7388 alpha-tdep.h.
7389 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7390 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7391 Remove.
7392 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7393 * alpha-tdep.h: Include osabi.h.
7394 (alpha_abi): Remove.
7395 (gdbarch_tdep): Use generic OS ABI framework.
7396 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7397 gdbarch_register_osabi.
7398 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7399 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7400 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7401
7402 * Makefile.in (sh_tdep_h): Add osabi.h.
7403 * sh-tdep.h (sh_osabi): Remove.
7404 (gdbarch_tdep): Use generic OS ABI framework.
7405 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7406 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7407 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7408 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7409
7410 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7411 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7412 gdbarch_register_osabi.
7413 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7414 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7415 (get_elfosabi): Rename to...
7416 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7417 ABI framework support routines.
7418 (arm_gdbarch_init): Use generic OS ABI framework.
7419 (arm_dump_tdep): Likewise.
7420 (_initialize_arm_tdep): Likewise.
7421 * arm-tdep.h: Include osabi.h.
7422 (arm_abi): Remove.
7423 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7424 osabi member.
7425 (arm_gdbarch_register_os_abi): Remove prototype.
7426 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7427 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7428
7429 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7430 * mips-tdep.c: Include osabi.h.
7431 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7432 OS ABI framework.
7433
74342002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7435
7436 * h8300-tdep.c: Fix formatting.
7437
74382002-05-20 Elena Zannoni <ezannoni@redhat.com>
7439
7440 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7441 printing vector registers.
7442
74432002-05-19 Andrew Cagney <ac131313@redhat.com>
7444
7445 From Fernando Nasser:
7446 * remote.c (remote_async_open_1): Re-throw the exception when the
7447 connection fails.
7448 (remote_cisco_open): Ditto.
7449 (remote_open_1): Ditto.
7450
74512002-05-19 Andrew Cagney <ac131313@redhat.com>
7452
7453 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7454 (remote_start_remote): Add uiout parameter. Pass through to
7455 remote_start_remote_dummy.
7456 (remote_open_1): Use catch_exception instead of catch_errors.
7457 (remote_async_open_1): Ditto.
7458 (remote_cisco_open): Ditto.
7459
74602002-05-19 Andrew Cagney <ac131313@redhat.com>
7461
7462 * remote.c (remote_start_remote): Replace PTR with void pointer.
7463 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7464 static.
7465
74662002-05-18 Andrew Cagney <ac131313@redhat.com>
7467
7468 * gdb_indent.sh: Allow the script to be run in the sim directory.
7469
74702002-05-18 Mark Kettenis <kettenis@gnu.org>
7471
7472 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7473 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7474
7475 * corelow.c (core_open): Only call set_gdbarch_from_file if
7476 exec_bfd is NULL.
7477
74782002-05-17 Andrey Volkov <avolkov@transas.com>
7479
7480 * h8300-tdep.c: Add support of EXR register
7481 * config/h8300/tm-h8300.h: Ditto.
7482
74832002-05-17 Andrey Volkov <avolkov@transas.com>
7484
7485 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7486
74872002-05-17 Andrey Volkov <avolkov@transas.com>
7488
7489 * h8300-tdep.c: Change literal regnums to REGNO.
7490
74912002-05-17 Jim Blandy <jimb@redhat.com>
7492
7493 * NEWS: Note addition of macro support.
7494
7495 Expand preprocessor macros in C expressions.
7496 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7497 (scan_macro_expansion, scanning_macro_expansion,
7498 finished_macro_expansion): New function declarations.
7499 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7500 variable declarations.
7501 * parser-defs.h (expression_context_pc): New declaration.
7502 * parse.c (expression_context_pc): New variable.
7503 (parse_exp_1): Set expression_context_pc, as well as
7504 expression_context_block.
7505 * c-exp.y (yylex): If we're not already reading the result of a
7506 macro expansion, try to macro-expand the next token. When we're
7507 done scanning a macro expansion, switch back to the mainline text.
7508 Commas and `if's in a macro's expansion don't terminate the input.
7509 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7510 (macro_original_text, macro_expanded_text,
7511 expression_macro_lookup_func, expression_macro_lookup_baton): New
7512 variables.
7513 (scan_macro_expansion, scanning_macro_expansion,
7514 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7515 c_preprocess_and_parse): New functions.
7516 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7517 c_preprocess_and_parse, instead of c_parse.
7518 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7519 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7520
7521Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7522
7523 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7524 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7525 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7526
75272002-05-17 Corinna Vinschen <vinschen@redhat.com>
7528
7529 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7530
75312002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7532
7533 * Makefile.in (sh_tdep_h): Define and use.
7534 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7535 register enum): Move to...
7536 * * sh-tdep.h: ...here.
7537 * sh-tdep.c: Include sh-tdep.h.
7538 * sh3-rom.c: Likewise.
7539 * shnbsd-tdep.c: Likewise.
7540
75412002-05-16 Michael Snyder <msnyder@redhat.com>
7542
7543 * arm-tdep.c: Spelling fix in comment.
7544
75452002-05-16 Jim Blandy <jimb@redhat.com>
7546
7547 Add commands for manually expanding macros and showing their
7548 definitions.
7549 * macrocmd.c, macroscope.c, macroscope.h: New files.
7550 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7551 (macroscope_h): New variable.
7552 (HFILES_NO_SRCDIR): Add macroscope.h.
7553 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7554 (macroscope.o, macrocmd.o): New rules.
7555
7556 Teach the Dwarf 2 reader to read macro information.
7557 * dwarf2read.c: #include "macrotab.h".
7558 (dwarf_macinfo_buffer): New variable.
7559 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7560 dwarf_macinfo_size.
7561 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7562 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7563 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7564 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7565 dwarf2_macro_spaces_in_definition): New complaints.
7566 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7567 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7568 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7569 the partial symbol table.
7570 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7571 from what's recorded in the partial symbol table.
7572 (read_file_scope): If the compilation unit has a
7573 `DW_AT_macro_info' attribute, read its macro information.
7574 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7575
75762002-05-16 Daniel Jacobowitz <drow@mvista.com>
7577
7578 Fix PR gdb/546
7579 * ser-tcp.c: Don't include <netinet/udp.h>.
7580
75812002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7582
7583 * MAINTAINERS: Update my email address.
7584
75852002-05-16 Richard Earnshaw <rearnsha@arm.com>
7586
7587 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7588 include file of the same name.
7589
75902002-05-16 Corinna Vinschen <vinschen@redhat.com>
7591
7592 * configure.tgt: Mark v850 as multi-arched.
7593 * config/v850/tm-v850.h: Remove file.
7594 * config/v850/v850.mt: Eliminate TM_FILE.
7595
75962002-05-16 Corinna Vinschen <vinschen@redhat.com>
7597
7598 * v850-tdep.c: Full multi-arch.
7599 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7600 Define GDB_MULTI_ARCH to 2.
7601
76022002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7603
7604 * p-exp.y (current_type): New static variable.
7605 Carries the type of the expression at the position that is parsed.
7606 (push_current_type, pop_current_type): Two new functions. Used
7607 to store/restore current_type in expression on specific tokens.
7608 (search_field): New static variable. Set to one after parsing a point
7609 as at that point only a FIELDNAME token should be searched.
7610 (FIELDNAME): New token. After a point only a token belonging to
7611 current_type type definition is allowed.
7612 (all over token rules): reset and change current_type according
7613 to rules.
7614 (exp '[' rule): insert implicit array index field if
7615 exp is a pascal string type.
7616
76172002-05-16 Corinna Vinschen <vinschen@redhat.com>
7618
7619 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7620 frame info. Use frame_info's saved_regs instead of matching member
7621 in extra_frame_info throughout.
7622 (v850_frame_init_saved_regs): New function.
7623 (v850_init_extra_frame_info): Move most functionality into
7624 v850_frame_init_saved_regs().
7625 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7626 (v850_frame_find_saved_regs): Remove declaration.
7627 (FRAME_FIND_SAVED_REGS): Remove definition.
7628 (v850_frame_init_saved_regs): Add declaration.
7629 (FRAME_INIT_SAVED_REGS): Add definition.
7630
76312002-05-16 Corinna Vinschen <vinschen@redhat.com>
7632
7633 * v850-tdep.c: Begin multi-arch'ing v850.
7634 (v850_target_architecture_hook): Remove function.
7635 (v850_gdbarch_init): New function. Add code previously in
7636 v850_target_architecture_hook().
7637 (_initialize_v850_tdep): Don't set target_architecture_hook.
7638 Call register_gdbarch_init() instead.
7639
76402002-05-16 Daniel Jacobowitz <drow@mvista.com>
7641
7642 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7643 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7644 (fixup_class_method_type): Likewise.
7645
76462002-05-15 Jim Blandy <jimb@redhat.com>
7647
7648 Add macro structures to GDB's symbol tables. Nobody puts anything
7649 in them yet.
7650 * symtab.h (struct symtab): New member: `macro_table'.
7651 * buildsym.h (pending_macros): New global variable.
7652 * buildsym.c: #include "macrotab.h".
7653 (buildsym_init): Initialize `pending_macros'.
7654 (end_symtab): If we found macro information while reading a CU's
7655 debugging info, do build a symtab structure for it. Make the
7656 symtab point to the macro information, and clear the
7657 `pending_macros' pointer which held it while we were reading the
7658 debug info.
7659 (really_free_pendings): Free any pending macro table.
7660 * objfiles.h (struct objfile): New member: `macro_cache'.
7661 * objfiles.c (allocate_objfile): Set allocate and free functions
7662 for the macro cache's objstack.
7663 (free_objfile): Empty the macro cache's obstack.
7664 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7665 set new allocate and free functions for it.
7666 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7667 free functions for the macro cache's objstack. (Why is this
7668 function building its own objfile?)
7669 * symmisc.c (print_objfile_statistics): Print statistics on the
7670 macro bcache.
7671 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7672
76732002-05-15 Richard Earnshaw <rearnsha@arm.com>
7674
7675 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7676 (REGISTER_U_ADDR): Delete definition.
7677 (arm_register_u_addr): Delete declaration.
7678
76792002-05-15 Richard Earnshaw <rearnsha@arm.com>
7680
7681 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7682 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7683
76842002-05-14 Andrew Cagney <ac131313@redhat.com>
7685
7686 * regcache.c (register_valid): Revise comments refering to "Not
7687 available" and "unavailable".
7688 * frame.c (frame_register_read): Ditto.
7689 * findvar.c (value_of_register): Ditto.
7690
76912002-05-15 Andrew Cagney <cagney@redhat.com>
7692
7693 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7694 (remote-sim.o): Update dependencies.
7695 (d10v-tdep.o): Specify dependencies.
7696 (sim_d10v_h): Define.
7697
76982002-05-14 Jim Blandy <jimb@redhat.com>
7699
7700 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7701 * macrotab.c (macro_lookup_inclusion, find_definition,
7702 new_macro_table): Same.
7703
7704 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7705 not `! strcmp ()'. This is a dubious improvement.
7706 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7707
7708 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7709 although it's not necessary, to avoid a warning.
7710
77112002-05-14 Daniel Jacobowitz <drow@mvista.com>
7712
7713 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7714 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7715 TYPE_INSTANCE_FLAGS.
7716 (struct main_type): New.
7717 (struct type): Move most members to struct main_type. Change
7718 cv_type and as_type to new type_chain member. Add instance_flags.
7719 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7720 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7721 (finish_cv_type): Remove prototype.
7722 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7723 Set TYPE_CHAIN.
7724 (alloc_type_instance): New function.
7725 (smash_type): New function.
7726 (make_pointer_type, make_reference_type, make_function_type)
7727 (smash_to_member_type, smash_to_method_type): Call smash_type.
7728 (make_qualified_type): New function.
7729 (make_type_with_address_space): Call make_qualified_type.
7730 (make_cv_type): Likewise.
7731 (finish_cv_type): Remove unnecessary function.
7732 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7733 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7734 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7735 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7736 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7737 * hpread.c (hpread_read_struct_type): Likewise.
7738 * stabsread.c (read_struct_type): Likewise.
7739
77402002-05-14 Elena Zannoni <ezannoni@redhat.com>
7741
7742 * configure.tgt: Add a catch all sh* target, for cases like
7743 sh[2,3,4]-elf and sh-hms.
7744
77452002-05-14 Keith Seitz <keiths@redhat.com>
7746
7747 * event-loop.c (create_file_handler): Don't do anything but
7748 update data when we are given a fd which we are already
7749 monitoring.
7750
77512002-05-14 Michal Ludvig <mludvig@suse.cz>
7752
7753 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7754 (update_context): Use __func__ in warnings.
7755
77562002-05-14 Daniel Jacobowitz <drow@mvista.com>
7757
7758 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7759 and tcp_close to net_open and net_close.
7760 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7761 using UDP if requested. Don't try to disable Nagle on UDP
7762 sockets.
7763 * remote.c (remote_serial_open): New function. Warn about UDP.
7764 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7765
77662002-05-13 Elena Zannoni <ezannoni@redhat.com>
7767
7768 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7769
77702002-05-13 Elena Zannoni <ezannoni@redhat.com>
7771
7772 * configure.tgt: Remove sh-hms target.
7773 * MAINTAINERS: Don't list sh-hms as a separate target.
7774
77752002-05-13 Jim Blandy <jimb@redhat.com>
7776
7777 Add first preprocessor macro-expansion files.
7778 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7779 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7780 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7781 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7782 (COMMON_OBS): Add macrotab.o, macroexp.o.
7783 (macroexp.o, macrotab.o): New rules.
7784
77852002-05-13 Andrew Cagney <ac131313@redhat.com>
7786
7787 * config/m88k/tm-m88k.h: Update copyright.
7788 (m88k_target_write_pc): Declare
7789 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7790 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7791 (SHIFT_INST_REGS): Update definition.
7792 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7793 using old definition of TARGET_WRITE_PC.
7794 * regcache.c (generic_target_write_pc): Delete code handling
7795 NNPC_REGNUM.
7796 * gdbarch.sh (NNPC_REGNUM): Delete.
7797 * gdbarch.h, gdbarch.c: Regenerate.
7798
77992002-05-13 Richard Earnshaw <rearnsha@arm.com>
7800
7801 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7802 builtin reg number.
7803
78042002-05-13 Daniel Jacobowitz <drow@mvista.com>
7805
7806 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7807 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7808 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7809 access macros.
7810 * c-typeprint.c (cp_type_print_method_args): Likewise.
7811 (c_type_print_args): Likewise.
7812 * d10v-tdep.c (d10v_push_arguments): Likewise.
7813 (d10v_extract_return_value): Likewise.
7814 * expprint.c (print_subexp): Likewise.
7815 * gdbtypes.c (lookup_primitive_typename): Likewise.
7816 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7817 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7818 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7819 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7820 (TYPE_VECTOR): Likewise.
7821 * hpread.c (hpread_read_struct_type)
7822 (fix_static_member_physnames, fixup_class_method_type)
7823 (hpread_type_lookup): Likewise.
7824 * mdebugread.c (parse_symbol, parse_type): Likewise.
7825 * p-lang.c (is_pascal_string_type): Likewise.
7826 * valops.c (hand_function_call): Likewise.
7827 * x86-64-tdep.c (classify_argument): Likewise.
7828
7829 * hpread.c (hpread_read_function_type)
7830 (hpread_read_doc_function_type): Call replace_type.
7831 * dstread.c (create_new_type): Delete.
7832 (decode_dst_structure, process_dst_function): Call alloc_type.
7833 Use type access macros.
7834
78352002-05-12 Mark Kettenis <kettenis@gnu.org>
7836
7837 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7838 the're not supported by the current architecture.
7839 (i387_fill_fxsave): Likewise.
7840
78412002-05-12 Fred Fish <fnf@redhat.com>
7842
7843 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7844 sect_index_xxx members to index the first slot in section_offsets
7845 if all of the section_offsets are zero.
7846
78472002-05-12 Mark Kettenis <kettenis@gnu.org>
7848
7849 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7850 checked in with last change.
7851
78522002-05-12 Mark Kettenis <kettenis@gnu.org>
7853
7854 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7855 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7856 config.sub.
7857
78582002-05-12 Daniel Jacobowitz <drow@mvista.com>
7859
7860 * Makefile.in: Update dependencies.
7861
78622002-05-11 Andrew Cagney <ac131313@redhat.com>
7863
7864 * language.c (local_hex_string_custom): Simplify. Do not depend
7865 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7866
7867 * memattr.c (mem_info_command): Replace calls to
7868 longest_local_hex_string and longest_local_hex_string_custom.
7869 * buildsym.c (make_blockvector): Ditto.
7870 * solib.c (info_sharedlibrary_command): Ditto.
7871 * tracepoint.c (tracepoints_info): Ditto.
7872 * symtab.c (print_msymbol_info): Ditto.
7873
7874 * language.c (local_hex_string): Delete.
7875 (local_hex_string_custom): Delete.
7876 (longest_local_hex_string): Rename to local_hex_string.
7877 (longest_local_hex_string_custom): Rename to
7878 local_hex_string_custom.
7879 * language.h (local_hex_string): Change parameter type to LONGEST.
7880 (local_hex_string_custom): Ditto.
7881 (longest_local_hex_string): Delete declaration.
7882 (longest_local_hex_string_custom): Ditto.
7883
7884 * solib.c: Update copyright.
7885 * memattr.c: Update copyright.
7886
78872002-05-11 Andrew Cagney <ac131313@redhat.com>
7888
7889 * arch-utils.h (legacy_register_to_value): Declare.
7890 (legacy_value_to_register): Declare.
7891 (legacy_convert_register_p): Declare.
7892 * arch-utils.c (legacy_register_to_value): New function.
7893 (legacy_value_to_register): New function.
7894 (legacy_convert_register_p): New function.
7895
7896 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7897 (VALUE_TO_REGISTER): Define.
7898 (CONVERT_REGISTER_P): Define.
7899 * gdbarch.h, gdbarch.c: Regenerate.
7900
7901 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7902 VALUE_TO_REGISTER.
7903 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7904 CONVERT_REGISTER_P.
7905
79062005-05-11 Daniel Jacobowitz <drow@mvista.com>
7907 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7908
7909 * Makefile.in: Update dependencies for valops.c.
7910 * valops.c: Include "gdb_assert.h".
7911 (typecmp): Skip THIS parameter to methods.
7912 (find_method_list): Remove static_memfuncp argument,
7913 update callers. Check for stub methods.
7914 (find_value_oload_method_list): Don't set *static_memfuncp.
7915 (find_overload_match): Don't check for stub methods. Assert
7916 that methods are not stubbed. Handle static methods.
7917 (value_find_oload_method_list): Remove static_memfuncp argument.
7918 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7919 to the argument list for static stub methods.
7920 * value.h (value_find_oload_method_list): Update prototype.
7921
79222002-05-11 Andrew Cagney <ac131313@redhat.com>
7923
7924 * arch-utils.h (generic_register_size): Declare.
7925 (generic_register_raw_size, generic_register_virtual_size): Delete
7926 declarations.
7927 * arch-utils.c (generic_register_raw_size): Delete.
7928 (generic_register_size): New function.
7929 (generic_register_virtual_size): Delete.
7930
7931 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7932 default generic_register_size.
7933 * gdbarch.h, gdbarch.c: Re-generate.
7934
7935 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7936 register_virtual_size.
7937 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7938 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7939
79402002-05-11 Andrew Cagney <ac131313@redhat.com>
7941
7942 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7943 * gdbarch.h, gdbarch.c: Regenerate.
7944 * gnu-v3-abi.c: Update copyright.
7945 (vtable_address_point_offset): Update.
7946 (gnuv3_rtti_type): Update.
7947 (gnuv3_baseclass_offset): Update.
7948 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7949 (init_fetch_link_map_offsets): Update.
7950 * remote.c (get_remote_state): Update.
7951
79522002-05-11 Daniel Jacobowitz <drow@mvista.com>
7953
7954 * TODO: Remove value_headof/value_from_vtable_info comment.
7955 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7956 * values.c (value_headof, value_from_vtable_info): Delete.
7957 * value.h (value_from_vtable_info): Delete prototype.
7958
79592002-05-11 Andrew Cagney <ac131313@redhat.com>
7960
7961 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7962 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7963 $(gdb_regex_h).
7964 (gdb_assert_h): Define.
7965 (gdb_wait_h): Define.
7966 (gdb_regex_h): Define.
7967
79682002-05-11 Daniel Jacobowitz <drow@mvista.com>
7969
7970 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7971 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7972
79732002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7974
7975 * nbsd-tdep.c: Fix comment.
7976
79772002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7978
7979 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7980 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7981 (nbsd-tdep.o): New dependency list.
7982 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7983 nbsd-tdep.h.
7984 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7985 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7986 * nbsd-tdep.c: New file.
7987 * nbsd-tdep.h: New file.
7988 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7989 nbsd-tdep.h.
7990 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7991 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7992 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7993 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7994
79952002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7996
7997 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7998 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7999 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8000 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8001 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8002 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8003
80042002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8005
8006 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8007 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8008 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8009 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8010 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8011 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8012 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8013
80142002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8015
8016 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8017 fetch_elfcore_registers to...
8018 * i386nbsd-tdep.c: ...here.
8019 (i386nbsd_use_struct_convention): Rename to...
8020 (i386nbsd_aout_use_struct_convention): ...this.
8021 (i386nbsd_supply_reg): New function.
8022 (i386nbsd_fill_reg): New function.
8023 (fetch_core_registers): Use i386nbsd_supply_reg.
8024 (fetch_elfcore_registers): Likewise.
8025 (_initialize_i386nbsd_tdep): New function.
8026 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8027 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8028 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8029 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8030 (i386nbsd_aout_use_struct_convention): ...this.
8031
80322002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8033
8034 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8035 (store_inferior_registers): Use shnbsd_fill_reg.
8036 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8037 sh_nbsd_supply_register): Collapse into...
8038 (shnbsd_supply_reg): ...this.
8039 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8040 (shnbsd_fill_reg): ...this.
8041 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8042 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8043 (fetch_core_registers): Use shnbsd_supply_reg.
8044 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8045 (sh_nbsd_core_fns): Rename to...
8046 (shnbsd_core_fns): ...this.
8047 (sh_nbsd_elfcore_fns): Rename to...
8048 (shnbsd_elfcore_fns): ...this.
8049 (sh_nbsd_init_abi): Rename to...
8050 (shnbsd_init_abi): ...this.
8051 (_initialize_sh_nbsd_tdep): Rename to...
8052 (_initialize_shnbsd_tdep): ...this.
8053 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8054 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8055 sh_nbsd_fill_register): Remove prototypes.
8056 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8057
80582002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8059
8060 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8061 (i387-nat.o): Delete dependency list.
8062 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8063 (x86-64-linux-nat.o): Likewise.
8064 * i387-nat.c: Delete file, moving contents to...
8065 * i387-tdep.c: ...here.
8066 * i387-nat.h: Rename...
8067 * i387-tdep.h: ...to this.
8068 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8069 * i386-linux-nat.c: Likewise.
8070 * i386bsd-nat.c: Likewise.
8071 * i386gnu-nat.c: Likewise.
8072 * i386nbsd-nat.c: Likewise.
8073 * i386v4-nat.c: Likewise.
8074 * x86-64-linux-nat.c: Likewise.
8075 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8076 * config/i386/go32.mh (NATDEPFILES): Likewise.
8077 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8078 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8079 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8080 * config/i386/linux.mh (NATDEPFILES): Likewise.
8081 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8082 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8083 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8084 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8085
80862002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8087
8088 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8089 (alphanbsd-nat.o): Remove dependency list.
8090 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8091 * alphanbsd-nat.c: Delete. Contents moved to...
8092 * alphanbsd-tdep.c: ...here.
8093 (_initialize_alphanbsd_tdep): Register core functions.
8094 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8095
80962002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8097
8098 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8099 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8100 (alphanbsd-nat.o): Likewise.
8101 (alphabsd-tdep.o): New dependency list.
8102 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8103 (fill_gregset): Use alphabsd_fill_reg.
8104 (supply_fpregset): Use alphabsd_supply_fpreg.
8105 (fill_fpregset): Use alphabsd_fill_fpreg.
8106 (fetch_inferior_registers): Use struct reg and struct fpreg
8107 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8108 and alphabsd_supply_fpreg.
8109 (store_inferior_registers): Use struct reg and struct fpreg
8110 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8111 and alphabsd_fill_fpreg.
8112 * alphabsd-tdep.c: New file.
8113 * alphabsd-tdep.h: New file.
8114 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8115 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8116 alphabsd_supply_fpreg.
8117 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8118 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8119
81202002-05-11 Eric Christopher <echristo@redhat.com>
8121
8122 * mips-tdep.c (mips_double_register_type): Fix thinko.
8123 (mips_single_register_type): Ditto.
8124 * MAINTAINERS: Add self.
8125
81262002-05-11 Mark Kettenis <kettenis@gnu.org>
8127
8128 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8129 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8130 right thing on architectures with different endianness and/or
8131 integer sizes.
8132
81332002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8134
8135 From Christian Limpach <chris@Pin.LU>
8136 * configure.in: Change sed expression which comments out
8137 NATDEPFILES to also comment out continuation lines.
8138 * configure: Regenerate.
8139
81402002-05-10 Elena Zannoni <ezannoni@redhat.com>
8141
8142 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8143 big patch.
8144
81452002-05-10 Elena Zannoni <ezannoni@redhat.com>
8146
8147 * sh-tdep.c: Include correct file.
8148
81492002-05-10 Elena Zannoni <ezannoni@redhat.com>
8150
8151 New support for sh64-elf (sh5) target.
8152
8153 * configure.tgt: For sh64-elf target, default to sh-elf.
8154
8155 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8156 (struct gdbarch_tdep): Add new fields for new registers and ABI
8157 info.
8158
8159 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8160 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8161 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8162 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8163 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8164 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8165 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8166 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8167 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8168 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8169 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8170 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8171 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8172 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8173 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8174 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8175 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8176 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8177 sign_extend, sh64_nofp_frame_init_saved_regs,
8178 sh64_init_extra_frame_info, sh64_get_saved_register,
8179 sh64_extract_struct_value_address, sh64_pop_frame,
8180 sh64_push_arguments, sh64_extract_return_value,
8181 sh64_store_return_value, sh64_show_media_regs,
8182 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8183 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8184 sh_sh64_register_virtual_type,
8185 sh_sh64_register_convert_to_virtual,
8186 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8187 sh64_register_read, sh64_pseudo_register_write,
8188 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8189 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8190 sh64_do_pseudo_register, sh_compact_do_registers_info,
8191 sh64_do_registers_info, sh_gdbarch_init): New functions.
8192
81932002-05-10 Elena Zannoni <ezannoni@redhat.com>
8194
8195 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8196
81972002-05-10 Daniel Jacobowitz <drow@mvista.com>
8198
8199 * linespec.c (decode_line_1): Check for a double quote after
8200 a filename correctly.
8201
82022002-05-10 Jim Blandy <jimb@redhat.com>
8203
8204 Properly track the size of the current objfile's .debug_line section.
8205 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8206 (DWARF_LINE_SIZE): New macro.
8207 (dwarf2_build_psymtabs_hard): Record the line section's size in
8208 the partial symbol table.
8209 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8210 symbol table.
8211
82122002-05-10 Petr Sorfa <petrs@caldera.com>
8213
8214 * ia64-tdep.c: Handle breakpoints on L instruction type
8215 in MLX instruction bundle by moving the breakpoint to
8216 the third slot (X instruction type) as L holds only data.
8217
82182002-05-10 Kevin Buettner <kevinb@redhat.com>
8219
8220 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8221 (process_one_symbol): Complain about discarding local symbols
8222 due to a misplaced N_LBRAC entry.
8223
82242002-05-09 Elena Zannoni <ezannoni@redhat.com>
8225
8226 From Daniel Berlin <dan@cgsoftware.com>
8227 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8228 decrease the depth we are at, in the case of templates.
8229
82302002-05-09 Daniel Jacobowitz <drow@mvista.com>
8231
8232 * mips-tdep.c (mips_float_register_type): New function.
8233 (mips_double_register_type): New function.
8234 (mips_print_register): Use them.
8235 (do_fp_register_row): Likewise.
8236
82372002-05-09 Daniel Jacobowitz <drow@mvista.com>
8238
8239 * signals/signals.c (signals): Remove conditional compilation around
8240 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8241 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8242
82432002-05-09 Michael Snyder <msnyder@redhat.com>
8244
8245 * remote-rdp.c (remote_rdp_can_run): Remove.
8246
82472002-05-09 Tom Tromey <tromey@redhat.com>
8248
8249 * jv-valprint.c (java_val_print): Handle `char' as a special case
8250 of TYPE_CODE_INT.
8251
82522002-05-09 Michael Snyder <msnyder@redhat.com>
8253
8254 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8255 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8256 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8257 str r(0123),[sp,#nn].
8258 (arm_skip_prologue): Ditto. Also make disassembly
8259 order-independent by placing it in a loop.
8260
82612002-05-06 Michael Snyder <msnyder@redhat.com>
8262
8263 * stabsread.c (read_type): Add recognition for new attribute:
8264 "@V;" means that an array type is actually a vector.
8265 This is analogous to the vector flag that's been added to dwarf2.
8266
82672002-05-09 Mark Kettenis <kettenis@gnu.org>
8268
8269 * i386-tdep.h (i386_abi): New enum.
8270 (struct gdbarch_tdep): Replace os_ident member with abi.
8271 (i386_gdbarch_register_os_abi): New prototype.
8272 * i386-tdep.c (i386_abi_names): New array.
8273 (process_note_abi_tag_sections): Removed.
8274 (process_note_sections): New function.
8275 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8276 (struct i386_abi_handler): New struct.
8277 (i386_abi_handler_list): New variable.
8278 (i386_gdbarch_register_os_abi): New function.
8279 (i386_gdbarch_init): Adapt for the changes given above.
8280
82812002-05-08 Daniel Jacobowitz <drow@mvista.com>
8282
8283 * gregset.h: Say "GNU/Linux".
8284
82852002-05-08 Elena Zannoni <ezannoni@redhat.com>
8286
8287 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8288 (build_gdbtypes): Build builtin_type_v2_float.
8289 (_initialize_gdbtypes): Register new builtin type.
8290
82912002-05-08 Andrew Cagney <ac131313@redhat.com>
8292
8293 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8294 (clear_gdbarch_swap): New function.
8295 (initialize_non_multiarch): Call.
8296 (gdbarch_update_p): Before calling init(), swap out and clear the
8297 existing architecture.
8298 * gdbarch.c: Regenerate.
8299
83002002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8301
8302 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8303 alphanbsd-tdep.c.
8304
83052002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8306
8307 * sh-nbsd-nat.c: Rename to...
8308 * shnbsd-nat.c: ...this.
8309 * sh-nbsd-tdep.c: Rename to...
8310 * shnbsd-tdep.c: ...this.
8311 * sh-nbsd-tdep.h: Rename to...
8312 * shnbsd-tdep.h: ...this.
8313 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8314 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8315
83162002-05-08 Richard Earnshaw <rearnsha@arm.com>
8317
8318 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8319 concatenation for command help messages.
8320
83212002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8322
8323 * NEWS: Note new sh*-*-netbsdelf* configuration.
8324 * configure.host: Set gdb_host_cpu to sh for all sh*.
8325 (sh*-*-netbsdelf*): New host.
8326 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8327 (sh*-*-netbsdelf*): New target.
8328 * sh-nbsd-nat.c: New file.
8329 * sh-nbsd-tdep.c: New file.
8330 * sh-nbsd-tdep.h: New file.
8331 * config/sh/nbsd.mh: New file.
8332 * config/sh/nbsd.mt: New file.
8333 * config/sh/nm-nbsd.h: New file.
8334 * config/sh/tm-nbsd.h: New file.
8335
83362002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8337
8338 * sh-tdep.c (sh_osabi_names): Declare.
8339 (process_note_abi_tag_sections): New function.
8340 (get_elfosabi): Ditto.
8341 (sh_gdbarch_register_os_abi): Ditto.
8342 (sh_dump_tdep): Ditto.
8343 _initialize_sh_tdep): Use gdbarch_register to register
8344 sh_gdbarch_init and sh_dump_tdep.
8345 * config/sh/tm-sh.h (sh_osabi): Declare.
8346 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8347
83482002-05-07 Andrew Cagney <ac131313@redhat.com>
8349
8350 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8351 (thumb_scan_prologue): Ditto.
8352 (arm_find_callers_reg): Ditto.
8353 (arm_frame_chain): Ditto.
8354 (arm_init_extra_frame_info): Ditto.
8355 (arm_frame_saved_pc): Ditto.
8356 (arm_pop_frame): Ditto.
8357 (arm_push_return_address): New function.
8358 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8359 call_dummy_location, call_dummy_breakpoint_offset_p,
8360 call_dummy_breakpoint_offset, call_dummy_p,
8361 call_dummy_stack_adjust_p, call_dummy_words,
8362 sizeof_call_dummy_words, call_dummy_start_offset,
8363 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8364 call_dummy_address, push_return_address and push_dummy_frame for
8365 generic dummy frames.
8366
83672002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8368
8369 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8370 size computation for alloca.
8371 (sh_fp_frame_init_saved_regs): Likewise.
8372
83732002-05-07 Richard Earnshaw <rearnsha@arm.com>
8374
8375 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8376 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8377 * arm-tdep.c (arm_store_return_value): Use them.
8378 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8379 * remote-rdp.c (remote_rdp_fetch_register): Use
8380 ARM_MAX_REGISTER_RAW_SIZE.
8381 (remote_rdp_store_register): Likewise.
8382
83832002-05-07 Michal Ludvig <mludvig@suse.cz>
8384
8385 * dwarf2cfi.c: Code cleanup, removed unused variables,
8386 added default labels to switch {} statements.
8387 * x86-64-tdep.c: Ditto.
8388 * x86-64-linux-nat.c: Ditto.
8389
83902002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8391
8392 * solib.h: Protect against multiple inclusion.
8393
83942002-05-06 Jim Blandy <jimb@redhat.com>
8395
8396 Add first preprocessor macro-expansion files.
8397 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8398 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8399 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8400 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8401 (COMMON_OBS): Add macrotab.o, macroexp.o.
8402 (macroexp.o, macrotab.o): New rules.
8403
8404 Separate the job of reading the line number info statement program
8405 header (...expialidocious) out into its own function.
8406 * dwarf2read.c (struct line_head, struct filenames, struct
8407 directories): Replace with...
8408 (struct line_header): New structure, containing the full
8409 contents of the statement program header, including the
8410 include directory and file name tables.
8411 (read_file_scope): If we have line number info, instead of just
8412 calling dwarf_decode_lines to do all the work, call
8413 dwarf_decode_line_header first to get a `struct line_header'
8414 containing the data in the statement program header, and then
8415 pass that to dwarf_decode_lines, which will pick up where that
8416 left off. Be sure to clean up the `struct line_header' object.
8417 (dwarf_decode_line_header, free_line_header, add_include_dir,
8418 add_file_name): New functions.
8419 (dwarf_decode_lines): Move all the code to read the statement
8420 program header into dwarf_decode_line_header. Take the line
8421 header it built as the first argument, instead of the offset to
8422 the compilation unit's line number info. Use the new `struct
8423 line_header' type instead of the old structures. No need to do
8424 cleanups here now, since we don't allocate anything.
8425 (dwarf2_statement_list_fits_in_line_number_section,
8426 dwarf2_line_header_too_long): New complaints.
8427
84282002-05-06 Elena Zannoni <ezannoni@redhat.com>
8429
8430 * gdbtypes.c (init_vector_type): New function.
8431 (build_builtin_type_vec128): Simplify the representation of SIMD
8432 registers.
8433 (build_gdbtypes): Initialize new builtin vector types.
8434 (_initialize_gdbtypes): Register new vector types with gdbarch.
8435 (builtin_type_v4_float, builtin_type_v4_int32,
8436 builtin_type_v8_int16, builtin_type_v16_int8,
8437 builtin_type_v2_int32, builtin_type_v4_int16,
8438 builtin_type_v8_int8): New (renamed) SIMD types.
8439
84402002-05-06 Mark Kettenis <kettenis@gnu.org>
8441
8442 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8443 (i387_fill_fxsave): Likewise.
8444
84452002-05-05 Alexandre Oliva <aoliva@redhat.com>
8446
8447 * alpha-tdep.c (alpha_extract_return_value): Don't use
8448 non-constant array size in prototype.
8449
84502002-05-04 Andrew Cagney <ac131313@redhat.com>
8451
8452 From Brian Taylor <briant at model dot com>:
8453 * ui-out.c (ui_out_field_core_addr): Use the function
8454 longest_local_hex_string_custom'to format addresses > 32 bits
8455 wide.
8456
8457 * ui-out.c (ui_out_field_core_addr): Update comment.
8458
84592002-05-04 Andrew Cagney <ac131313@redhat.com>
8460
8461 * stack.c (select_and_print_frame): Make static. Delete the
8462 parameter `level'.
8463 (func_command): Update call.
8464 (select_frame_command): Delete code computing the frame level.
8465 * frame.h (select_and_print_frame): Delete declaration.
8466
84672002-05-04 Andrew Cagney <ac131313@redhat.com>
8468
8469 * sparc-tdep.c (sparc_get_saved_register): Comment why
8470 get_prev_frame call is safe.
8471
84722002-05-04 Andrew Cagney <ac131313@redhat.com>
8473
8474 * frame.h (select_frame): Delete level parameter.
8475 * stack.c (select_frame): Update. Use frame_relative_level to
8476 obtain the frame's level.
8477 (select_and_print_frame): Update call.
8478 (select_frame_command): Ditto.
8479 (up_silently_base): Ditto.
8480 (down_silently_base): Ditto.
8481 * ocd.c (ocd_start_remote): Ditto.
8482 * remote-rdp.c (remote_rdp_open): Ditto.
8483 * remote-mips.c (mips_initialize): Ditto.
8484 (common_open): Ditto.
8485 * remote-e7000.c (e7000_start_remote): Ditto.
8486 * m3-nat.c (select_thread): Ditto.
8487 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8488 (child_get_current_exception_event): Ditto.
8489 * varobj.c (varobj_create): Ditto.
8490 (varobj_update): Ditto.
8491 (c_value_of_root): Ditto.
8492 * tracepoint.c (finish_tfind_command): Ditto.
8493 * corelow.c (core_open): Ditto.
8494 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8495 * thread.c (info_threads_command): Ditto.
8496 (switch_to_thread): Ditto.
8497 * infrun.c (normal_stop): Ditto.
8498 (restore_selected_frame): Ditto.
8499 (restore_inferior_status): Ditto.
8500 * breakpoint.c (insert_breakpoints): Ditto.
8501 (watchpoint_check): Ditto.
8502 (bpstat_stop_status): Ditto.
8503 (do_enable_breakpoint): Ditto.
8504 * blockframe.c (flush_cached_frames): Ditto.
8505 (reinit_frame_cache): Ditto.
8506
85072002-05-04 Andrew Cagney <ac131313@redhat.com>
8508
8509 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8510 maintainer.
8511
85122002-05-04 Jim Blandy <jimb@redhat.com>
8513
8514 * gdbtypes.c (replace_type): Doc fix.
8515
85162002-05-04 Andrew Cagney <ac131313@redhat.com>
8517
8518 * valprint.c (strcat_longest): Delete commented out function.
8519 Update copyright.
8520
85212002-05-04 Andrew Cagney <ac131313@redhat.com>
8522
8523 * MAINTAINERS: Mark a29k as deleted.
8524 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8525 Move new configurations to the top.
8526 * configure.tgt: Remove a29k.
8527 * config/a29k/tm-vx29k.h: Delete.
8528 * config/a29k/vx29k.mt: Delete.
8529 * config/a29k/tm-a29k.h: Delete.
8530 * config/a29k/a29k-udi.mt: Delete.
8531 * config/a29k/a29k.mt: Delete.
8532 * a29k-tdep.c: Delete.
8533 * remote-udi.c: Delete.
8534 * remote-mm.c: Delete.
8535 * remote-eb.c: Delete.
8536 * remote-adapt.c: Delete.
8537 * Makefile.in: Remove obsolete code.
8538 * config/s390/s390x.mt: Ditto.
8539 * config/s390/s390.mt: Ditto.
8540 * config/sparc/sparclynx.mh: Ditto.
8541 * config/sparc/linux.mh: Ditto.
8542 * config/pa/hppaosf.mh: Ditto.
8543 * config/pa/hppabsd.mh: Ditto.
8544 * config/ns32k/nbsd.mt: Ditto.
8545 * config/mips/vr5000.mt: Ditto.
8546 * config/m68k/sun3os4.mh: Ditto.
8547 * config/m68k/nbsd.mt: Ditto.
8548 * config/m68k/m68klynx.mh: Ditto.
8549 * config/m32r/m32r.mt: Ditto.
8550 * config/i386/x86-64linux.mt: Ditto.
8551 * config/i386/nbsdelf.mt: Ditto.
8552 * config/i386/nbsd.mt: Ditto.
8553 * config/i386/i386lynx.mh: Ditto.
8554
85552002-05-04 Andrew Cagney <ac131313@redhat.com>
8556
8557 * target.c (debug_print_register): New function. Handle oversize
8558 registers.
8559 (debug_to_fetch_registers): Call.
8560 (debug_to_store_registers): Call.
8561
85622002-05-03 Jim Blandy <jimb@redhat.com>
8563
8564 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8565 (read_type): Doc fix.
8566 * gdbtypes.c (replace_type): Doc fix.
8567
8568 * stabsread.c (multiply_defined_struct): New complaint.
8569 (read_struct_type): If the type we were passed isn't empty, or
8570 incomplete, don't read the new struct type into it; complain,
8571 and return the original type unchanged. Take a new `type_code'
8572 argument, which is the type code for the new type.
8573 (read_type): Rather than storing the type's type code here, pass
8574 it as an argument to read_struct_type, and let that take care of
8575 storing it. That way, we don't overwrite the original type code,
8576 so read_struct_type can use it to decide whether we're overwriting
8577 something we shouldn't.
8578 (complain_about_struct_wipeout): New function.
8579
85802002-05-03 Andrew Cagney <ac131313@redhat.com>
8581
8582 * gdbarch.sh: Assert that gdbarch is non-NULL.
8583 * gdbarch.c: Regenerate.
8584
85852002-05-03 Jason Merrill <jason@redhat.com>
8586
8587 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8588 and return NULL.
8589
85902002-05-03 Michal Ludvig <mludvig@suse.cz>
8591
8592 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8593 (x86_64_dwarf2gdb_regno_map_length),
8594 (x86_64_dwarf2_reg_to_regnum): Added.
8595 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8596 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8597 (_initialize_x86_64_tdep): Synced with the change above.
8598 (x86_64_skip_prologue): Reformulated message.
8599
86002002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8601
8602 * f-exp.y: Also use new prev_lexptr variable
8603 to improve error reporting. Based on Michael Snyder
8604 2002-04-24 dated patch to c-exp.y.
8605 * jv-exp.y: Likewise.
8606 * m2-exp.y: Likewise.
8607
86082002-05-02 Elena Zannoni <ezannoni@redhat.com>
8609
8610 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8611 we are dealing with vectors.
8612
86132002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8614
8615 * config/m68k/tm-nbsd.h: Obvious fix,
8616 correct machine name.
8617
86182002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8619
8620 * p-typeprint.c (pascal_type_print_base): Add support
8621 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8622
86232002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8624
8625 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8626 for fondamental pascal 'char' type.
8627
86282002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8629
8630 * p-lang.h (is_pascal_string_type): Declaration changed,
8631 new sixth argument of type char ** added.
8632 * p-lang.c (is_pascal_string_type): Implementation
8633 changed. Args length_pos, length_size, string_pos, char_size
8634 can now be NULL. New argument arrayname set to the field
8635 name of the char array. Return value set to char array
8636 field index plus one.
8637 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8638 is_pascal_string_type function.
8639
86402002-05-02 Andrew Cagney <cagney@redhat.com>
8641
8642 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8643 <cagney@redhat.com> change.
8644 * gdbarch.c: Regenerate.
8645
86462002-05-02 Andrew Cagney <cagney@redhat.com>
8647
8648 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8649 before probing for a new one. Detect errorenous gdbarch_init
8650 functions.
8651 * gdbarch.c: Regenerate.
8652
86532002-05-01 Andrew Cagney <cagney@redhat.com>
8654
8655 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8656 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8657 * config/v850/tm-v850.h: Ditto. Update copyright.
8658
86592002-04-30 Andrew Cagney <ac131313@redhat.com>
8660
8661 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8662 current_gdbarch.
8663
86642002-04-30 Michael Snyder <msnyder@redhat.com>
8665
8666 * arm-tdep.c: Whitespace clean-ups.
8667 (arm_skip_prologue): Fix thinko; two lines
8668 should have been removed as part of 4/24 change.
8669
86702002-04-30 Kevin Buettner <kevinb@redhat.com>
8671
8672 * rs6000-tdep.c: Added comment describing how fpscr register
8673 numbers were chosen.
8674
86752002-04-30 Michael Snyder <msnyder@redhat.com>
8676
8677 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8678
86792002-04-29 Elena Zannoni <ezannoni@redhat.com>
8680
8681 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8682 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8683 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8684
86852002-04-29 Kevin Buettner <kevinb@redhat.com>
8686
8687 From Louis Hamilton <hamilton@redhat.com>:
8688 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8689 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8690 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8691 not bfd-private xcoff data, to determine wordsize.
8692 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8693
86942002-04-29 Andrew Cagney <ac131313@redhat.com>
8695
8696 GDB 5.2 released from 5.2 branch.
8697
86982002-04-29 Michal Ludvig <mludvig@suse.cz>
8699
8700 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8701 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8702 (x86_64_register_info_table): Added comments with register numbers.
8703
87042002-04-29 Elena Zannoni <ezannoni@redhat.com>
8705
8706 * rs6000-tdep.c (rs6000_extract_return_value,
8707 rs6000_store_return_value): Handle returning vectors.
8708 (rs6000_gdbarch_init): Use
8709 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8710 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8711 New function.
8712 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8713 vectors.
8714 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8715 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8716
87172002-04-24 Pierre Muller <ics.u-strasbg.fr>
8718
8719 * hpread.c (hpread_psymtab_to_symtab_1,
8720 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8721 with fprintf_unfiltered (gdb_stderr,...).
8722
87232002-04-24 Pierre Muller <ics.u-strasbg.fr>
8724
8725 * remote-array.c (printf_monitor, write_monitor,
8726 array_insert_breakpoint, array_remove_breakpoint ):
8727 Replace fprintf (stderr,...
8728 with fprintf_unfiltered (gdb_stderr,....
8729 * remote-es.c: Likewise.
8730 * remote-os9k.c: Likewise.
8731 * remote-st.c: Likewise.
8732
87332002-04-28 Andreas Schwab <schwab@suse.de>
8734
8735 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8736 linux-proc.o and gcore.o.
8737
87382002-04-26 Michal Ludvig <mludvig@suse.cz>
8739
8740 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8741 code without frame pointers.
8742
87432002-04-26 Andrew Cagney <ac131313@redhat.com>
8744
8745 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8746 ON_STACK is needed.
8747
87482002-04-26 Ben Elliston <bje@redhat.com>
8749
8750 * target.c (do_xfer_memory): Correct reference to the new option
8751 "trust-readonly-sections".
8752
87532002-04-26 Elena Zannoni <ezannoni@redhat.com>
8754
8755 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8756 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8757 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8758 vectors.
8759 (read_array_type): Record the fact that this array type is really a
8760 vector (i.e. are passed in by value).
8761
87622002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8763
8764 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8765 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8766 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8767 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8768 * alpha-linux-tdep.c: Include frame.h.
8769 (alpha_linux_sigcontext_addr): New function.
8770 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8771 alpha_linux_sigcontext_addr.
8772 * alpha-osf1-tdep.c: Include gdbcore.h.
8773 (alpha_osf1_sigcontext_addr): New function.
8774 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8775 alpha_osf1_sigcontext_addr.
8776 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8777 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8778
87792002-04-26 Andrew Cagney <ac131313@redhat.com>
8780
8781 * stack.c (selected_frame_level):
8782 (select_frame): Do not set selected_frame_level.
8783 * frame.h (selected_frame_level): Delete declaration.
8784
87852002-04-26 Andrew Cagney <ac131313@redhat.com>
8786
8787 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8788 convert_from_func_ptr-addr when AIX / PowerOpen.
8789
87902002-04-25 Andrew Cagney <ac131313@redhat.com>
8791
8792 * valops.c (hand_function_call): Call
8793 generic_save_call_dummy_addr.
8794 * frame.h (generic_save_call_dummy_addr): Declare.
8795 * blockframe.c (struct dummy_frame): Add fields call_lo and
8796 call_hi.
8797 (generic_find_dummy_frame): Check for PC in range call_lo to
8798 call_hi instead of entry_point_address.
8799 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8800 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8801 (generic_save_call_dummy_addr): New function.
8802
88032002-04-24 David S. Miller <davem@redhat.com>
8804
8805 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8806 sparc_skip_prologue.
8807 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8808 information to find prologue when possible.
8809 (sparc_prologue_frameless_p): Call examine_prologue directly.
8810 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8811 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8812 second argument.
8813 (SKIP_PROLOGUE): Likewise.
8814
88152002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8816
8817 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8818 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8819 indicate that the condition it was testing is always true.
8820 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8821 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8822 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8823
88242002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8825
8826 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8827 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8828 tdep->jb_pc and tdep->jb_elt_size.
8829 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8830 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8831 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8832 * alpha-nat.c (get_longjmp_target): Remove.
8833 (JB_ELEMENT_SIZE): Ditto.
8834 (JB_PC): Ditto.
8835 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8836 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8837 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8838 to alpha_get_longjmp_target.
8839 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8840 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8841 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8842
88432002-04-25 Andrew Cagney <ac131313@redhat.com>
8844
8845 * README: Update to GDB 5.2.
8846
88472002-04-25 Andrew Cagney <ac131313@redhat.com>
8848
8849 * gdbarch.sh (LC_ALL): Set to `c'.
8850
88512002-04-25 Theodore A. Roth <troth@verinet.com>
8852
8853 * avr-tdep.c: Ran through gdb_indent.sh.
8854
88552002-04-25 Theodore A. Roth <troth@verinet.com>
8856
8857 * MAINTAINERS: Add myself as AVR maintainer.
8858 * NEWS: Note new target avr.
8859
88602002-04-25 Theodore A. Roth <troth@verinet.com>
8861
8862 * Makefile.in: Add support for AVR target.
8863 * configure.tgt: Add support for AVR target.
8864 * avr-tdep.c: New file
8865 * config/avr/avr.mt: New file.
8866
88672002-04-25 Theodore A. Roth <troth@verinet.com>
8868
8869 * MAINTAINERS: Add myself to write-after-approval.
8870
88712002-04-24 Pierre Muller <ics.u-strasbg.fr>
8872
8873 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8874 with fprintf_unfiltered (gdb_stderr,....
8875
88762002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8877
8878 Fix PR gdb/508.
8879 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8880
88812002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8882
8883 * p-exp.y: Also use new prev_lexptr variable
8884 to improve error reporting. Based on Michael Snyder
8885 2002-04-24 dated patch to c-exp.y.
8886
88872002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8888
8889 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8890 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8891 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8892 to 0.
8893 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8894 and struct value.
8895 (FUNCTION_START_OFFSET): Remove.
8896 (BREAKPOINT): Ditto.
8897
88982002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8899
8900 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8901 * NEWS: Ditto.
8902
89032002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8904
8905 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8906 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8907 alpha_linux_pc_in_sigtramp.
8908 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8909 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8910 alpha_osf1_pc_in_sigtramp.
8911 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8912 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8913 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8914 alphafbsd_pc_in_sigtramp.
8915 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8916 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8917 alphanbsd_pc_in_sigtramp.
8918 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8919 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8920
89212002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8922
8923 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8924
89252002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8926
8927 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8928 alphanbsd-tdep.c.
8929 (alphanbsd-nat.o): New dependency list.
8930 (alphanbsd-tdep.o): Ditto.
8931 * NEWS: Note new native NetBSD/alpha configuration.
8932 * alphanbsd-nat.c: New file.
8933 * alphanbsd-tdep.c: Ditto.
8934 * configure.host (alpha*-*-netbsd*): New host.
8935 * configure.tgt (alpha*-*-netbsd*): New target.
8936 * config/alpha/nbsd.mh: New file.
8937 * config/alpha/nbsd.mt: Ditto.
8938 * config/alpha/nm-nbsd.h: Ditto.
8939 * config/alpha/tm-nbsd.h: Ditto.
8940
89412002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8942
8943 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8944 (alpha-osf1-tdep.o): New dependency list.
8945 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8946 and skip_sigtramp_frame members.
8947 * alpha-linux-tdep.c: Include gdbcore.h.
8948 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8949 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8950 * alpha-osf1-tdep.c: New file.
8951 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8952 alpha-osf1-dep.c.
8953 (alpha_frame_past_sigtramp_frame): New function.
8954 (alpha_dynamic_sigtramp_offset): Ditto.
8955 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8956 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8957 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8958 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8959 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8960 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8961 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8962 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8963 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8964 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8965 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8966 to find_solib_trampoline_target.
8967 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8968 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8969 (SKIP_TRAMPOLINE_CODE): Remove.
8970 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8971 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8972 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8973 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8974 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8975 (PROC_SIGTRAMP_MAGIC): Ditto.
8976 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8977 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8978 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8979 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8980 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8981
89822002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8983
8984 * NEWS: Note that Alpha targets are now multi-arch.
8985
89862002-04-24 Michael Snyder <msnyder@redhat.com>
8987
8988 * parser-defs.h (prev_lexptr): New external variable.
8989 * parse.c (parse_exp_1): Set prev_lexptr to null before
8990 calling the language-specific parser.
8991 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8992 (yyerror): Use prev_lexptr in error reporting.
8993
89942002-04-24 Daniel Jacobowitz <drow@mvista.com>
8995
8996 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8997 * gregset.h: If FILL_FPXREGSET is defined, provide
8998 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8999 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9000 is defined, call fill_fpxregset.
9001
90022002-04-24 Roland McGrath <roland@frob.com>
9003
9004 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9005 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9006 (supply_gregset, supply_fpregset): New functions.
9007
9008 * gnu-nat.c (gnu_find_memory_regions): New function.
9009 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9010 (gnu_xfer_memory): Add a cast.
9011
90122002-04-24 Michael Snyder <msnyder@redhat.com>
9013
9014 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
9015 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9016 of argument regs ("str r(0123), [r11, #-nn"]).
9017 (arm_skip_prologue): Better handling for frameless functions.
9018 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9019 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9020
9021Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9022
9023 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9024 NUM_PSEUDO_REGS can be used.
9025
90262002-04-24 Andrew Cagney <ac131313@redhat.com>
9027
9028 * arch-utils.h: Update copyright.
9029
9030 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9031 * gdbarch.h, gdbarch.c: Re-generate.
9032
9033 * inferior.h (IN_SIGTRAMP): Delete definition.
9034 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9035 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9036
9037 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9038 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9039 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9040 (find_proc_framesize): Ditto.
9041 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9042 (alpha_init_extra_frame_info): Ditto.
9043 * infrun.c (handle_inferior_event): Ditto.
9044 (handle_inferior_event): Ditto.
9045 (check_sigtramp2): Ditto.
9046 * blockframe.c (create_new_frame): Ditto.
9047 (get_prev_frame): Ditto.
9048 * ppc-linux-tdep.c: Update comments.
9049 * i386-linux-tdep.c: Update comments.
9050 * breakpoint.c (bpstat_what): Update comment.
9051
90522002-04-24 David S. Miller <davem@redhat.com>
9053
9054 * i960-tdep.c (register_in_window_p): New function.
9055 (i960_find_saved_register): Use it instead of
9056 REGISTER_IN_WINDOW_P.
9057 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9058
9059 * symtab.h (find_stab_function_addr): Kill extern.
9060 * minsyms.c (find_stab_function_addr): Remove from here...
9061 * dbxread.c: ... to here, and mark it static.
9062
90632002-04-20 David S. Miller <davem@redhat.com>
9064
9065 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9066 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9067
90682002-04-21 David S. Miller <davem@redhat.com>
9069
9070 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9071 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9072 (vx_write_register): Likewise.
9073
90742002-04-23 J. Brobecker <brobecker@gnat.com>
9075
9076 * source.c (is_regular_file): New function.
9077 (openp): Check wether file to open is a regular file
9078 to avoid opening directories.
9079
90802002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9081
9082 * findvar.c (extract_signed_integer): Cast printf argument
9083 to suppress format warning.
9084 (extract_unsigned_integer): Likewise.
9085 * infcmd.c (registers_info): Likewise.
9086 * top.c (get_prompt_1): Likewise.
9087 * valops.c (value_assign): Likewise.
9088 * valprint.c (print_decimal): Likewise.
9089
90902002-04-22 H.J. Lu (hjl@gnu.org)
9091
9092 * c-exp.y (typebase): Support
9093
9094 [long|long long|short] [signed|unsigned] [int|]
9095
9096 and
9097
9098 signed [long|long long|short] int
9099
91002002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9101
9102 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9103 and vax-tdep.h.
9104 * vax-tdep.h: New file.
9105 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9106 Make several routines static.
9107 (vax_get_saved_register): New function.
9108 (vax_gdbarch_init): New function.
9109 (_initialize_vax_tdep): Register vax_gdbarch_init.
9110 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9111 Remove macros now under the control of gdbarch.
9112
91132002-04-22 Michael Snyder <msnyder@redhat.com>
9114
9115 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9116 Some whitespace and coding standards tweaks.
9117
91182002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9119
9120 * vax-tdep.c: Include regcache.h.
9121 (vax_call_dummy_words): New.
9122 (sizeof_vax_call_dummy_words): New.
9123 (vax_fix_call_dummy): New function.
9124 (vax_saved_pc_after_call): Ditto.
9125 * config/vax/tm-vax.h: Don't include regcache.h.
9126 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9127 (CALL_DUMMY): Remove.
9128 (CALL_DUMMY_WORDS): Define.
9129 (SIZEOF_CALL_DUMMY_WORDS): Define.
9130 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9131
91322002-04-18 Michael Snyder <msnyder@redhat.com>
9133
9134 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9135
91362002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9137
9138 * vax-tdep.c (vax_frame_chain): New function.
9139 (vax_push_dummy_frame): Ditto.
9140 (vax_pop_frame): Ditto.
9141 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9142 (FRAMELESS_FUNCTION_INVOCATION): Use
9143 generic_frameless_function_invocation_not.
9144 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9145 (POP_FRAME): Use vax_pop_frame.
9146
91472002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9148
9149 * vax-tdep.c (vax_store_struct_return): New function.
9150 (vax_extract_return_value): Ditto.
9151 (vax_store_return_value): Ditto.
9152 (vax_extract_struct_value_address): Ditto.
9153 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9154 vax_store_struct_return.
9155 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9156 (STORE_RETURN_VALUE): Use vax_store_return_value.
9157 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9158
91592002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9160
9161 * vax-tdep.c (vax_frame_saved_pc): New function.
9162 (vax_frame_args_address_correct): Ditto.
9163 (vax_frame_args_address): Ditto.
9164 (vax_frame_locals_address): Ditto.
9165 (vax_frame_num_args): Move code to be in proximity to
9166 other frame-related functions.
9167 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9168 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9169 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9170 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9171 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9172
91732002-04-22 H.J. Lu (hjl@gnu.org)
9174
9175 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9176 includedir.
9177
91782002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9179
9180 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9181 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9182 (FRAME_INIT_SAVED_REGS): New macro.
9183
91842002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9185
9186 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9187
91882002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9189
9190 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9191 where needed.
9192 (fetch_osf_core_registers): Likewise.
9193 (supply_gregset): Likewise.
9194
91952002-04-22 J. Brobecker <brobecker@gnat.com>
9196
9197 * symfile.h (get_section_index): Define.
9198 * symfile.c (get_section_index): New function.
9199 * mdebugread.c (SC_IS_SBSS): New macro.
9200 (SC_IS_BSS): Return true for the scBss storage class only, as
9201 the scSBss storage class refers to the .sbss section.
9202 (parse_partial_symbols): Discard the symbols which associated
9203 section does not exist.
9204 Make sure to use the .sbss section index for symbols which
9205 storage class is scBss, rather than using the .bss section index.
9206
92072002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9208
9209 * vax-tdep.c: Update copyright years.
9210 (vax_register_name): New function.
9211 (vax_register_byte): Ditto.
9212 (vax_register_raw_size): Ditto.
9213 (vax_register_virtual_size): Ditto.
9214 (vax_register_virtual_type): Ditto.
9215 * config/vax/tm-vax.h: Update copyright years.
9216 (REGISTER_NAMES): Remove.
9217 (REGISTER_NAME): Define.
9218 (REGISTER_BYTE): Use vax_register_byte.
9219 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9220 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9221 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9222
92232002-04-21 Andrew Cagney <ac131313@redhat.com>
9224
9225 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9226 declaration
9227 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9228
92292002-04-21 David S. Miller <davem@redhat.com>
9230
9231 * arch-utils.c (generic_prologue_frameless_p): Kill
9232 SKIP_PROLOGUE_FRAMELESS_P code.
9233 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9234 references.
9235 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9236 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9237 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9238 references.
9239 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9240 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9241 (sparc_gdbarch_init): Pass it to
9242 set_gdbarch_prologue_frameless_p.
9243
92442002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9245
9246 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9247 (alphabsd-nat.o): New dependency list.
9248
92492002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9250
9251 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9252 alphafbsd-tdep.c.
9253 (alpha-linux-tdep.o): New dependency list.
9254 (alphafbsd-tdep.o): Likewise.
9255
92562002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9257
9258 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9259 to here...
9260 * alpha-tdep.c: ...from here.
9261 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9262
92632002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9264
9265 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9266 prototype from here...
9267 * alpha-tdep.h: ...to here.
9268
92692002-04-21 Andrew Cagney <ac131313@redhat.com>
9270
9271 * frame.h (selected_frame_level): Document as deprecated.
9272 (frame_relative_level): Declare.
9273 * stack.c (frame_relative_level): New function.
9274 (selected_frame_level): Document as deprecated.
9275 (select_frame): Do not set the selected_frame_level.
9276
9277 * stack.c (frame_info, record_selected_frame): Update.
9278 (frame_command, current_frame_command): Update.
9279 (up_silently_base, up_command, down_silently_base): Update.
9280 (down_command): Update.
9281 * inflow.c (kill_command): Update.
9282 * tracepoint.c (finish_tfind_command): Update.
9283 * corelow.c (core_open): Update.
9284 * thread.c (info_threads_command): Update.
9285 (do_captured_thread_select): Update.
9286 * infcmd.c (finish_command): Update.
9287 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9288
92892002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9290
9291 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9292
92932002-04-21 Andrew Cagney <ac131313@redhat.com>
9294
9295 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9296 type const.
9297
92982002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9299
9300 * alphafbsd-tdep.c: Update copyright years. Include
9301 alpha-tdep.h.
9302 (alphafbsd_use_struct_convention): Make static.
9303 (alphafbsd_init_abi): New function.
9304 (_initialize_alphafbsd_tdep): New function.
9305 * config/alpha/tm-fbsd.h: Update copyright years.
9306 (USE_STRUCT_CONVENTION): Remove.
9307
93082002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9309
9310 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9311 an Alpha ABI variant.
9312 (alpha_abi_handler_list): Declare.
9313 (alpha_gdbarch_register_os_abi): New function.
9314 (alpha_gdbarch_init): Give registered ABI variant handlers a
9315 chance to tweak the gdbarch once we have set up defaults.
9316 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9317
93182002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9319
9320 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9321 to standard_coerce_float_to_double.
9322 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9323
93242002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9325
9326 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9327 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9328 from gdbarch_tdep rather than a constant.
9329 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9330 the default text address for all Alpha Unix ABIs.
9331 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9332 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9333
93342002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9335
9336 * alpha-tdep.h: New file. Includes several Alpha target constants
9337 taken from...
9338 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9339 let gdbarch deal with.
9340 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9341 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9342 to dependency list.
9343 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9344 Alpha target register names.
9345 * alphabsd-nat.c: Likewise.
9346 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9347 Alpha target register names. Make serveral routines static.
9348 (alpha_get_saved_register): New function.
9349 (alpha_abi_names): New.
9350 (process_note_abi_tag_sections): New function.
9351 (get_elfosabi): New function.
9352 (alpha_gdbarch_init): New function.
9353 (alpha_dump_tdep): New function.
9354 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9355
93562002-04-21 Andrew Cagney <ac131313@redhat.com>
9357
9358 * frame.c (find_saved_register): Delete #ifdef
9359 HAVE_REGISTER_WINDOWS code.
9360 * config/sparc/tm-sparc.h: Update comments.
9361 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9362
93632002-04-21 Andrew Cagney <ac131313@redhat.com>
9364
9365 * i960-tdep.c (i960_find_saved_register): New function.
9366 (i960_get_saved_register): New function.
9367 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9368 (i960_get_saved_register): Declare.
9369 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9370
93712002-04-20 David S. Miller <davem@redhat.com>
9372
9373 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9374
93752002-04-20 Andrew Cagney <ac131313@redhat.com>
9376
9377 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9378 instead of NUM_PSEUDO_REGS.
9379
93802002-04-20 David S. Miller <davem@redhat.com>
9381
9382 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9383 GDB_MULTI_ARCH_PARTIAL
9384 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9385 define, let tm-sp64.h do it.
9386
93872002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9388
9389 * frame.c (find_saved_register): Avoid a NULL pointer
9390 dereference and actually walk the frame list.
9391
93922002-04-20 Andrew Cagney <ac131313@redhat.com>
9393
9394 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9395 sorted in most most-recent-used order. Document.
9396 * gdbarch.h, gdbarch.c: Regenerate.
9397
93982002-04-19 Andrew Cagney <ac131313@redhat.com>
9399
9400 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9401 instead of ->prev.
9402 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9403 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9404 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9405 instead of ->prev.
9406
94072002-04-19 Elena Zannoni <ezannoni@redhat.com>
9408
9409 Fix PR gdb/471.
9410 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9411 (build_builtin_type_vec128): Ditto.
9412 (append_composite_type_field): Fix calculation of type length in
9413 union case.
9414
94152002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9416
9417 * config/djgpp/README: Update.
9418
9419 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9420 compiler warnings.
9421
94222002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9423
9424 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9425 (alpha_setup_arbitrary_frame): ...to this.
9426 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9427 for alpha_setup_arbitrary_frame.
9428
94292002-04-18 Andrew Cagney <cagney@redhat.com>
9430
9431 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9432 * gdbarch.h, gdbarch.c: Regenerate.
9433
9434 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9435 * target.h (memory_breakpoint_from_pc): Update declaration.
9436 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9437
9438 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9439 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9440 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9441 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9442 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9443 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9444 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9445 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9446 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9447 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9448 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9449 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9450
9451 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9452 const pointer.
9453 * monitor.c (monitor_insert_breakpoint): Ditto.
9454 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9455
9456 * config/mcore/tm-mcore.h: Update copyright.
9457 * mem-break.c: Ditto.
9458 * xstormy16-tdep.c: Ditto.
9459
94602002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9461
9462 * p-exp.y: Add precedence rule for '^' token.
9463 This removes the shift/reduce conflicts.
9464 Remove the comment concerning these shift/reduce conflicts.
9465
94662002-04-18 Elena Zannoni <ezannoni@redhat.com>
9467
9468 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9469 (registers_powerpc_nofp): New register set for processors
9470 without floating point unit.
9471
94722002-04-18 David S. Miller <davem@redhat.com>
9473
9474 * MAINTAINERS: Add myself to write-after-approval.
9475
94762002-04-17 Michael Snyder <msnyder@redhat.com>
9477
9478 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9479
94802002-04-17 Andrew Cagney <ac131313@redhat.com>
9481
9482 * rs6000-tdep.c (frame_initial_stack_address): Use
9483 frame_register_read to read the alloca_reg.
9484
94852002-04-17 Andrew Cagney <ac131313@redhat.com>
9486
9487 * frame.c (find_saved_register): Find saved registers in the next
9488 not prev frame.
9489 Fix PR gdb/365.
9490
94912002-04-17 Andrew Cagney <ac131313@redhat.com>
9492
9493 * gdbarch.sh (LANG): Set to ``c''.
9494
94952002-04-15 Andrew Cagney <ac131313@redhat.com>
9496
9497 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9498
94992002-04-15 Andrew Cagney <ac131313@redhat.com>
9500
9501 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9502 Update copyright.
9503
9504 * hpread.c (hpread_get_lntt): Add declaration.
9505 Also fix PR gdb/391.
9506
95072002-04-14 Andrew Cagney <ac131313@redhat.com>
9508
9509 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9510 * aclocal.m4, configure: Re-generate.
9511 Fix PR gdb/391.
9512
95132002-04-14 Elena Zannoni <ezannoni@redhat.com>
9514
9515 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9516 instead of tm_print_insn.
9517
95182002-04-14 Elena Zannoni <ezannoni@redhat.com>
9519
9520 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9521
95222002-04-14 Andrew Cagney <ac131313@redhat.com>
9523
9524 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9525 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9526 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9527
95282002-04-12 Don Howard <dhoward@redhat.com>
9529
9530 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9531 max_user_call_depth.
9532 (init_cmd_lists): Initialize the new value;
9533 * cli/cli-script.c (execute_user_command): Limit the call depth of
9534 user defined commands. This avoids a core-dump when user commands
9535 are infinitly recursive.
9536
95372002-04-12 Kevin Buettner <kevinb@redhat.com>
9538
9539 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9540 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9541 from tdep struct instead of DEFAULT_LR_SAVE.
9542 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9543 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9544 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9545
95462002-04-12 Michael Snyder <msnyder@redhat.com>
9547
9548 * Remote.c: Spelling fix.
9549 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9550 If no symbol found for "sbrk", try "_sbrk".
9551 (make_output_phdrs): Use bfd_section_name.
9552 (gcore_copy_callback): Use bfd_section_name.
9553 * eval.c: Indentation fix-ups.
9554 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9555 in case it gets applied to an address that is already
9556 in the instruction space.
9557 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9558 * symfile.c: Fix indentation, long lines.
9559 * source.c: White space fix-up.
9560
95612002-04-12 Andrew Cagney <cagney@redhat.com>
9562
9563 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9564 * frame.c (frame_register_read): New function. Return non-zero on
9565 success.
9566 (read_relative_register_raw_bytes_for_frame): Delete.
9567 (read_relative_register_raw_bytes): Delete.
9568 * frame.h (frame_register_read): Declare.
9569 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9570 * sh-tdep.c: Ditto.
9571 * infcmd.c (do_registers_info): Ditto.
9572 * hppa-tdep.c: Ditto.
9573 * rs6000-tdep.c: Ditto.
9574 * h8500-tdep.c: Ditto.
9575 * mips-tdep.c: Ditto.
9576 * h8300-tdep.c: Ditto.
9577 * z8k-tdep.c: Ditto.
9578
95792002-04-12 Kevin Buettner <kevinb@redhat.com>
9580
9581 From Jimi X <jimix@watson.ibm.com>:
9582 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9583 64-bit SysV ABI.
9584
95852002-04-12 Kevin Buettner <kevinb@redhat.com>
9586
9587 From Jimi X <jimix@watson.ibm.com>:
9588 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9589 bfd info.
9590
95912002-04-12 Kevin Buettner <kevinb@redhat.com>
9592
9593 From Jimi X <jimix@watson.ibm.com>:
9594 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9595 register sets for these processor variants.
9596
95972002-04-11 Daniel Jacobowitz <drow@mvista.com>
9598
9599 * regformats/reg-ppc.dat: Support FPSCR.
9600
96012002-04-11 Kevin Buettner <kevinb@redhat.com>
9602
9603 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9604 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9605 Add fpscr as an invalid/unfetchable register.
9606 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9607 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9608 (fill_fpregset): Add support for register fpscr.
9609 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9610 (fill_gregset): Account for the fact that register ``mq'' might
9611 not exist.
9612 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9613 (registers_power): Add fpscr to register set at slot 71.
9614 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9615 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9616
96172002-04-11 Michael Snyder <msnyder@redhat.com>
9618
9619 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9620 * configure: Regenerate.
9621 * config.in: Regenerate.
9622 * acconfig.h: Add define for _SYSCALL32.
9623 * core-sol2.c: Remove #define _SYSCALL32.
9624 * solib-legacy.c: Remove #define _SYSCALL32.
9625
96262002-04-10 Andrew Cagney <ac131313@redhat.com>
9627
9628 * stack.c (select_frame): Cleanup internal error message, do not
9629 use %p.
9630
96312002-04-10 Andrew Cagney <ac131313@redhat.com>
9632
9633 * stack.c (select_frame): Check that selected_frame and the
9634 specified level are as expected.
9635 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9636 Update copyright.
9637 * frame.h (struct frame_info): Add field `level'. Update
9638 copyright.
9639 Work-in-progress PR gdb/464.
9640
96412002-04-10 Andrew Cagney <ac131313@redhat.com>
9642
9643 * maint.c (maint_print_section_info): Rename print_section_info.
9644 (print_bfd_section_info, print_objfile_section_info): Update.
9645 * inferior.h (struct gdbarch): Add opaque declaration.
9646 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9647 * gdbarch.h: Regenerate.
9648
96492002-04-10 Michal Ludvig <mludvig@suse.cz>
9650
9651 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9652 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9653 (kernel_u_size): Added.
9654 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9655 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9656
96572002-04-04 Jim Ingham <jingham@apple.com>
9658
9659 * valarith.c (find_size_for_pointer_math): New function, either returns
9660 the size for a pointer's target, returns 1 for void *, or errors for
9661 incomplete types.
9662 (value_add, value_sub): use find_size_for_pointer_math.
9663
96642002-04-09 Daniel Jacobowitz <drow@mvista.com>
9665
9666 * linux-low.c (linux_look_up_symbols): New hook.
9667 (linux_target_ops): Add linux_look_up_symbols.
9668 * remote-utils.c (decode_address): New function.
9669 (look_up_one_symbol): New function.
9670 * server.c (handle_query): Call target look_up_symbols hook.
9671 * server.h (look_up_one_symbol): Add prototype.
9672 * target.h (struct target_ops): Add look_up_symbols hook.
9673
96742002-04-09 Andrew Cagney <ac131313@redhat.com>
9675
9676 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9677 override FP_REGNUM with frame->fp. Update copyright.
9678 * parse.c (num_std_regs, std_regs): Delete.
9679 (target_map_name_to_register): Do not search std_regs. Update
9680 function description.
9681 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9682 declarations. Update copyright.
9683 Fix PR gdb/251.
9684
96852002-04-09 Daniel Jacobowitz <drow@mvista.com>
9686
9687 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9688 after the last symbol in a block.
9689
96902002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9691
9692 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9693 is non zero as a found symbol.
9694
96952002-04-08 Andrew Cagney <ac131313@redhat.com>
9696
9697 * findvar.c: Include "builtin-regs.h".
9698 (value_of_register): Call value_of_builtin_reg when applicable.
9699 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9700 (target_map_name_to_register): Call
9701 builtin_reg_map_name_to_regnum.
9702 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9703 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9704 (builtin_regs_h): Define.
9705 (builtin-regs.o): New target.
9706 (findvar.o): Add $(builtin_regs_h).
9707 * builtin-regs.c, builtin-regs.h: New files.
9708 * std-regs.c: New file.
9709 Partial fix for PR gdb/251.
9710
97112002-04-08 Kevin Buettner <kevinb@redhat.com>
9712
9713 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9714 it's no longer required.
9715
97162002-04-08 Andrew Cagney <ac131313@redhat.com>
9717
9718 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9719
97202002-04-08 Kevin Buettner <kevinb@redhat.com>
9721
9722 From Jimi X <jimix@watson.ibm.com>:
9723 * rs6000-tdep.c (rs6000_software_single_step): Use
9724 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9725 and size. Use target_insert_breakpoint() and
9726 target_remove_breakpoint() to insert and remove breakpoints
9727 instead of explicit memory reads and writes.
9728
97292002-04-08 Kevin Buettner <kevinb@redhat.com>
9730
9731 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9732 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9733 ELF_OBJECT_FORMAT ifdef.
9734
97352002-04-08 Kevin Buettner <kevinb@redhat.com>
9736
9737 From Jimi X <jimix@watson.ibm.com>:
9738 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9739
97402002-04-08 Kevin Buettner <kevinb@redhat.com>
9741
9742 From Jimi X <jimix@watson.ibm.com>:
9743 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9744 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9745
97462002-04-07 Mark Kettenis <kettenis@gnu.org>
9747
9748 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9749 s/asprintf/xasprintf/.
9750 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9751
97522002-04-07 Andrew Cagney <ac131313@redhat.com>
9753
9754 I believe Jeff Law denies responsability for this one:
9755 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9756 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9757 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9758 Work-around for PR gdb/366.
9759
97602002-04-07 Elena Zannoni <ezannoni@redhat.com>
9761
9762 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9763 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9764 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9765
97662002-04-07 Elena Zannoni <ezannoni@redhat.com>
9767
9768 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9769 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9770 information.
9771
97722002-04-07 Andrew Cagney <ac131313@redhat.com>
9773
9774 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9775 maintainer.
9776
97772002-04-07 Andrew Cagney <ac131313@redhat.com>
9778
9779 * README (Reporting Bugs in GDB): Document the bug web page as the
9780 prefered way of submitting bugs.
9781 Fix PR gdb/402.
9782
97832002-04-06 Andrew Cagney <ac131313@redhat.com>
9784
9785 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9786 -1. Update comment.
9787 * gdbarch.h, gdbarch.c: Re-generate.
9788
97892002-04-07 Andreas Schwab <schwab@suse.de>
9790
9791 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9792 buffer to regcache_collect.
9793
97942002-04-06 Andrew Cagney <ac131313@redhat.com>
9795
9796 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9797 * gdbarch.c, gdbarch.h: Re-generate.
9798
97992002-04-06 Andrew Cagney <ac131313@redhat.com>
9800
9801 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9802 declaration. Fix -Werror.
9803
98042002-04-05 Daniel Jacobowitz <drow@mvista.com>
9805
9806 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9807 * gdbarch.c: Regenerate.
9808
98092002-04-05 Michael Snyder <msnyder@redhat.com>
9810
9811 * breakpoint.c (clear_command): Rewrite middle section to
9812 combine two loops with identical control conditions.
9813 Add a cleanup to eliminate a memory leak.
9814 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9815
98162002-04-05 H.J. Lu (hjl@gnu.org)
9817
9818 * solib-svr4.c (bkpt_names): Add "__start".
9819
98202002-04-04 Andrew Cagney <ac131313@redhat.com>
9821
9822 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9823 as test for 64 bit target.
9824
98252002-04-05 Andrew Cagney <ac131313@redhat.com>
9826
9827 * h8500-tdep.c (h8500_write_fp): Delete function.
9828 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9829 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9830 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9831 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9832 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9833 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9834 (s390_write_fp):
9835 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9836 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9837 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9838 (d10v_write_fp): Delete function.
9839 * inferior.h (write_fp, generic_target_write_fp): Delete
9840 declarations.
9841 * regcache.c (generic_target_write_fp): Delete function.
9842 (write_fp): Delete function.
9843 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9844 * gdbarch.h, gdbarch.c: Regenerate.
9845 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9846 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9847 (sparc64_write_fp): Delete declaration.
9848 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9849 (h8500_write_fp): Delete declaration.
9850
98512002-04-04 Andrew Cagney <ac131313@redhat.com>
9852
9853 * sparc-tdep.c (sparc64_write_fp): Delete.
9854 (sparc_push_dummy_frame): Replace write_fp call with code to store
9855 the FP directly.
9856 (sparc_gdbarch_init): Do not initialize write_fp.
9857
98582002-04-05 Kevin Buettner <kevinb@redhat.com>
9859
9860 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9861 clause.
9862
98632002-03-29 Jim Blandy <jimb@redhat.com>
9864
9865 * stack.c (get_selected_block): Add new argument `addr_in_block',
9866 used to return the exact code address we used to select the block,
9867 not just the block.
9868 * blockframe.c (get_frame_block, get_current_block): Same.
9869 * frame.h (get_frame_block, get_current_block,
9870 get_selected_block): Update declarations.
9871 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9872 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9873
98742002-04-05 Michael Snyder <msnyder@redhat.com>
9875
9876 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9877 warning message.
9878
98792002-04-05 J. Brobecker <brobecker@gnat.com>
9880
9881 * utils.c (xfullpath): New function.
9882 * defs.h (xfullpath): Add declaration.
9883 * source.c (openp): Use xfullpath in place of gdb_realpath to
9884 avoid resolving the basename part of filenames when the
9885 associated file is a symbolic link. This fixes a potential
9886 inconsistency between the filenames known to GDB and the
9887 filenames it prints in the annotations.
9888 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9889 to be able to match a filename with either the real filename, or
9890 the name of any symbolic link to this file.
9891 (lookup_partial_symtab): Ditto.
9892
98932002-04-04 Michael Snyder <msnyder@redhat.com>
9894
9895 * breakpoint.c: Add support for hardware breakpoints in overlays.
9896 (overlay_events_enabled): New state variable.
9897 (insert_breakpoints): Use overlay_events_enabled to decide
9898 whether to attempt to set a breakpoint at the overlay load addr.
9899 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9900 (remove_breakpoint): Use overlay_events_enabled to decide
9901 whether breakpoints need to be removed from overlay load addr.
9902 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9903 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9904 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9905 disable_overlay_breakpoints): Update overlay_events_enabled.
9906
99072002-04-04 Daniel Jacobowitz <drow@mvista.com>
9908
9909 * dwarf2read.c (struct function_range): New.
9910 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9911 (check_cu_functions): New.
9912 (read_file_scope): Initialize global function lists.
9913 Call dwarf_decode_line after processing children.
9914 (read_func_scope): Add to global function list.
9915 (dwarf_decode_lines): Call check_cu_functions everywhere
9916 record_line is called. Call record_line with a linenumber
9917 of 0 to mark sequence ends.
9918
99192002-04-04 Michal Ludvig <mludvig@suse.cz>
9920
9921 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9922 change sync with glibc.
9923
99242002-04-03 Jim Blandy <jimb@redhat.com>
9925
9926 * configure.in: Call AC_C_INLINE.
9927 * configure: Regenerated.
9928
99292002-04-01 Daniel Jacobowitz <drow@mvista.com>
9930
9931 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9932 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9933
99342002-03-31 Mark Kettenis <kettenis@gnu.org>
9935
9936 * NEWS: Mention gcore support on FreeBSD/i386.
9937
9938 * fbsd-proc.c: New file.
9939 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9940 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9941
9942 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9943 while statement.
9944
99452002-03-29 Jim Blandy <jimb@redhat.com>
9946
9947 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9948 unescaped newlines in string literals, but newer ones don't. So
9949 escape them.
9950
99512002-03-26 Michael Snyder <msnyder@redhat.com>
9952 Andrew Cagney <cagney@redhat.com>
9953
9954 * cli/cli-dump.c: New file. Dump memory to file,
9955 restore file to memory.
9956 * cli/cli-dump.h: New file.
9957 * Makefile.in: Add rules, dependencies for cli-dump.o.
9958 * NEWS: Mention new commands.
9959
99602002-03-28 Michael Snyder <msnyder@redhat.com>
9961
9962 * symfile.c (symbol_file_add): Move test for null symbols to later.
9963
99642002-03-27 Andrew Cagney <ac131313@redhat.com>
9965
9966 From veksler at il.ibm.com:
9967 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9968 the xstrduped original path.
9969 Fix PR gdb/417.
9970
99712002-03-27 Michael Snyder <msnyder@redhat.com>
9972
9973 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9974 * infcmd.c (_initialize_infcmd): Ditto.
9975 * language.c (_initialize_language): Ditto.
9976 * symfile.c (_initialize_symfile): Ditto.
9977 * top.c (_init_main): Ditto.
9978 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9979
99802002-03-27 Elena Zannoni <ezannoni@redhat.com>
9981
9982 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9983 vector registers handling.
9984 (skip_prologue): Handle new AltiVec instructions. Fill in new
9985 fields of frame data.
9986 (frame_get_saved_regs): Fill in information for AltiVec registers.
9987
99882002-03-27 Jim Blandy <jimb@redhat.com>
9989
9990 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9991 a function; leave this macro here to invoke that function.
9992 (symbol_init_mangled_name): Declaration for that function.
9993 * symtab.c (symbol_init_mangled_name): New function.
9994
99952002-03-27 Andrew Cagney <ac131313@redhat.com>
9996
9997 * valarith.c: Replace strerror with safe_strerror.
9998 * tracepoint.c: Ditto.
9999 * lin-lwp.c: Ditto.
10000 * go32-nat.c: Ditto.
10001 * inflow.c: Ditto.
10002 * gnu-nat.c: Ditto.
10003
100042002-03-27 Andreas Schwab <schwab@suse.de>
10005
10006 * event-top.c (command_line_handler): Remove useless if.
10007
100082002-03-27 Andreas Jaeger <aj@suse.de>
10009
10010 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10011 comment.
10012
100132002-03-27 Michal Ludvig <mludvig@suse.cz>
10014
10015 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10016 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10017 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10018 (x86_64_linux_dr_get_status, supply_gregset),
10019 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10020 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10021 (x86_64_register_info_table): Add.
10022 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10023 (x86_64_register_raw_size, x86_64_register_virtual_type),
10024 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10025 general x86_64_register_info_table.
10026 (i386_gdbarch_init): gdbarch_register_bytes is now set
10027 dynamicaly during initialization.
10028 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10029 * gdbserver/linux-x86-64-low.c: Ditto.
10030
100312002-03-27 Daniel Jacobowitz <drow@mvista.com>
10032
10033 * gdbserver/server.c (main): Call target_signal_to_host_p
10034 and target_signal_to_host on signals received from the remote.
10035 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10036 target_signal_from_host on signals sent to the remote.
10037 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10038 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10039
100402002-03-27 Daniel Jacobowitz <drow@mvista.com>
10041
10042 * signals/signals.c: Include "server.h" in gdbserver build.
10043 (target_signal_from_name): Don't use STREQ.
10044 (_initialize_signals): Likewise. Don't include function in
10045 gdbserver build.
10046
100472002-03-27 Daniel Jacobowitz <drow@mvista.com>
10048
10049 * signals.c: Moved to...
10050 * signals/signals.c: Here.
10051 * Makefile (signals.o): Update.
10052
100532002-03-26 Jeff Law (law@redhat.com)
10054
10055 * somread.c (som_symtab_read): Remove some commented out code and
10056 updated related comments. Do not set the minimal symbol table to
10057 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10058 in a dynamic executable.
10059 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10060 where we are unable to find the minimal symbol for the given
10061 PC value.
10062
100632002-03-25 Jeff Law (law@redhat.com)
10064
10065 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10066
100672002-03-25 Michal Ludvig <mludvig@suse.cz>
10068
10069 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10070
100712002-03-23 Andrew Cagney <ac131313@redhat.com>
10072
10073 * command.h: Update copyright.
10074 (struct cmd_list_element): Replace definition with opaque
10075 declaration.
10076 (enum cmd_types): Document that it will eventually be moved to
10077 cli/cli-decode.h
10078 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10079 (MALLOCED_REPLACEMENT): Delete macro.
10080 * Makefile.in (cli_decode_h): Add $(command_h).
10081 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10082 * top.c: Include "cli/cli-decode.h".
10083 * completer.c: Include "cli/cli-decode.h".
10084 * maint.c: Include "cli/cli-decode.h".
10085 * cli/cli-decode.h: Include "command.h".
10086 (enum command_class): Delete.
10087 (enum cmd_types): Comment out.
10088 (enum cmd_auto_boolean): Delete.
10089 (enum var_types): Delete.
10090
100912002-03-23 Andrew Cagney <ac131313@redhat.com>
10092
10093 * cli/cli-decode.c: Include "gdb_assert.h".
10094 (add_set_or_show_cmd): New static function.
10095 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10096 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10097 all fields, such as func, from the set command.
10098
100992002-03-23 Andrew Cagney <ac131313@redhat.com>
10100
10101 * MAINTAINERS (sh-elf): Change warning flag to -w.
10102
101032002-03-23 Andrew Cagney <cagney@redhat.com>
10104
10105 * defs.h (error): Add printf format attribute.
10106 * thread-db.c (thread_from_lwp): Fix error format string.
10107 * stack.c (parse_frame_specification): Ditto.
10108 * cli/cli-decode.c (undef_cmd_error): Ditto.
10109 * scm-lang.c (scm_lookup_name): Ditto.
10110 * tracepoint.c (trace_error): Ditto.
10111 * remote-utils.c (usage): Ditto.
10112 * remote.c (compare_sections_command): Ditto.
10113 Fix PR gdb/328.
10114
101152002-03-22 Andrew Cagney <ac131313@redhat.com>
10116
10117 * gdbtypes.c (append_composite_type_field): New function.
10118 (init_composite_type): New function.
10119 * gdbtypes.h (append_composite_type_field): Declare.
10120 (init_composite_type): Ditto.
10121
101222002-03-22 Elena Zannoni <ezannoni@redhat.com>
10123
10124 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10125 function.
10126 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10127 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10128 structure returning convention for SYSV ABI case, but not
10129 for GNU/Linux, FreeBSD, or NetBSD.
10130
101312002-03-22 Daniel Jacobowitz <drow@mvista.com>
10132
10133 * symtab.h (lookup_block_symbol): Add mangled_name argument
10134 to prototype.
10135
10136 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10137 with new mangled_name argument.
10138 * linespec.c (decode_line_1): Likewise.
10139 * valops (value_of_this): Likewise.
10140 * symtab.c (lookup_transparent_type): Likewise.
10141 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10142 (lookup_symbol): If we are given a mangled name, pass it down
10143 to lookup_symbol_aux.
10144 (lookup_block_symbol): If we are given a mangled name to check
10145 against, only return symbols which match it.
10146
101472002-03-22 Christopher Faylor <cgf@redhat.com>
10148
10149 * win32-nat.c (child_create_inferior): Check for proper shell to use
10150 here, in case the user changes it on the fly.
10151 (_initialize_inftarg): Remove shell path considerations.
10152
101532002-03-21 Elena Zannoni <ezannoni@redhat.com>
10154
10155 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10156 for gdbarch_max_register_raw_size and max_register_virtual_size.
10157 Adjust copyright year.
10158
101592002-03-21 Daniel Jacobowitz <drow@mvista.com>
10160
10161 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10162 in a function to cover the entire beginning of the function
10163 as well if it does not already.
10164
101652002-03-21 Tom Rix <trix@redhat.com>
10166
10167 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10168 (rs6000_ptrace64): Renamed from ptrace64.
10169
101702002-03-20 Martin M. Hunt <hunt@redhat.com>
10171
10172 * gdbserver/remote-utils.c (remote_open): Don't call
10173 getprotobyname, we're all using TCP here so just use
10174 IPPROTO_TCP.
10175 * gdbserver/gdbreplay.c (remote_open): Ditto.
10176
101772002-03-20 Martin M. Hunt <hunt@redhat.com>
10178
10179 * regcache.c (_initialize_regcache): No need to call
10180 build_regcache() at this time; it gets called whenever
10181 the gdbarch changes.
10182
101832002-03-20 David O'Brien <obrien@FreeBSD.org>
10184
10185 * sparc-nat.c: Include sys/param.h where possible.
10186
101872002-03-20 Daniel Jacobowitz <drow@mvista.com>
10188
10189 Fix PR gdb/422.
10190 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10191 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10192 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10193 complex types.
10194 * stabsread.c (rs6000_builtin_type): Likewise.
10195 (read_sun_floating_type): Likewise.
10196
101972002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10198
10199 * stabsread.c (read_member_functions): Remove skip code for duplicate
10200 constructor/destructor methods. Use standard parsing for these
10201 methods and just do not chain them to the list of methods after
10202 parsing.
10203
102042002-03-19 Alexandre Oliva <aoliva@redhat.com>
10205
10206 * coffread.c: Remove redundant static declarations. Replace
10207 occurrences of `PTR' with `void *'.
10208 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10209 * top.h (quit_cover): Likewise.
10210 * defs.h (catch_errors): Likewise.
10211
102122002-03-18 Andrew Cagney <ac131313@redhat.com>
10213
10214 * defs.h (XMALLOC): Define.
10215 * gdb-events.sh (XMALLOC): Delete macro.
10216 * gdb-events.c, gdb-events.h: Regenerate.
10217 * gdbarch.sh (XMALLOC): Delete macro.
10218 * gdbarch.c: Regenerate.
10219 * serial.c (XMALLOC): Delete macro.
10220 * ui-file.c (XMALLOC): Ditto.
10221 * ser-unix.h (XMALLOC): Ditto.
10222 * sh-tdep.c (XMALLOC): Ditto.
10223 * ui-out.c (XMALLOC): Ditto.
10224 * utils.c (XMALLOC): Ditto.
10225 * i386-tdep.c (XMALLOC): Ditto.
10226 * gdb-events.c (XMALLOC): Ditto.
10227 * d10v-tdep.c (XMALLOC): Ditto.
10228 * cli-out.c (XMALLOC): Ditto.
10229
10230 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10231 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10232 * ui-file.c, ui-out.c: Ditto.
10233
102342002-03-18 Andrew Cagney <ac131313@redhat.com>
10235
10236 * command.h (struct cmd_list_element): Add field context.
10237 (set_cmd_context, get_cmd_context): Declare.
10238 * cli/cli-decode.h: Ditto.
10239 * cli/cli-decode.c (get_cmd_context): New function.
10240 (set_cmd_context): New function.
10241 (add_cmd): Initialize context.
10242 Part of fixing PR gdb/145 and PR gdb/146.
10243
102442002-03-17 Andrew Cagney <ac131313@redhat.com>
10245
10246 * cli/cli-decode.c (cmd_type): New function.
10247 * command.h (cmd_type): Declare.
10248 * infrun.c (set_schedlock_func): Call function cmd_type.
10249 * kod.c (kod_set_os): Call cmd_type.
10250 * cris-tdep.c (cris_version_update): Use function cmd_type.
10251 (cris_mode_update, cris_abi_update): Ditto.
10252
10253 * command.h: (execute_cmd_post_hook): Declare.
10254 (execute_cmd_pre_hook): Declare.
10255 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10256 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10257 functions. Execute pre/post hook while ensuring that afterwords
10258 hook_in is cleared.
10259 * top.c (execute_command): Use execute_cmd_post_hook, and
10260 execute_cmd_pre_hook to execute pre/post commands.
10261 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10262 hook_stop_stub.
10263 (hook_stop_stub): Call execute_cmd_pre_hook.
10264
102652002-03-17 Andrew Cagney <ac131313@redhat.com>
10266
10267 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10268 set'' and this leads to a core dump. Move xstrdup of
10269 operating_system to after check that it is not NULL.
10270
102712002-03-17 Andrew Cagney <ac131313@redhat.com>
10272
10273 * kod.c (kod_set_os): Remove unnecessary check that
10274 ``command->type'' is set_cmd.
10275
10276 * valprint.c (set_input_radix): Use input_radix.
10277 (set_output_radix): Use output_radix.
10278 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10279 isn't reverted.
10280
102812002-03-16 Andrew Cagney <ac131313@redhat.com>
10282
10283 * value.h (struct value): Delete field ``substring_addr''. Change
10284 aligner fields to force_doublest_align, force_longest_align,
10285 force_core_addr_align and force_pointer_aligh.
10286
10287 * value.h (struct value): Fix typo in above change.
10288
102892002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10290
10291 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10292 to fix internal_error from ``maintenance print architecture''.
10293
102942002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10295
10296 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10297 for gcc versions after gcc-2.8.1.
10298
102992002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10300
10301 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10302 for method resolution. Restore adjustment of ``this'' pointer after
10303 calling value_struct_elt, which was accidentally removed during the
10304 HP merge.
10305
103062002-03-15 Andrew Cagney <ac131313@redhat.com>
10307
10308 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10309 value_of_register.
10310 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10311 get_saved_register.
10312 * value.h (value_of_register): Update.
10313
103142002-03-14 Richard Henderson <rth@redhat.com>
10315
10316 * configure.in: Detect declaration for canonicalize_file_name.
10317 * utils.c (canonicalize_file_name): Declare, if needed.
10318 (gdb_realpath): Prefer realpath if available and usable.
10319 * config.in, configure: Rebuild.
10320
103212002-03-14 Richard Henderson <rth@redhat.com>
10322
10323 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10324 a constant array bound.
10325
10326 * MAINTAINERS: Add myself to write-after-approval.
10327
103282002-03-14 Michael Snyder <msnyder@redhat.com>
10329
10330 * symfile.c (syms_from_objfile): Return immediately if no syms.
10331 (symbol_file_add): Return immediately if no syms.
10332 (find_sym_fns): Return immediately if no syms.
10333
103342002-03-13 Michal Ludvig <mludvig@suse.cz>
10335
10336 * gdbserver/remote-util.c (remote_open): Print remote-side's
10337 IP address when remote debugging over the network.
10338
103392002-03-12 David O'Brien <obrien@FreeBSD.org>
10340
10341 * config/sparc/fbsd.mh: Fix copyright.
10342 * config/sparc/fbsd.mt: Likewise.
10343
103442002-03-11 Richard Earnshaw <rearnsha@arm.com>
10345
10346 * MAINTAINERS: Fix typo in name of gdb warnings option.
10347 (x86-64): Fix formating so that this can be parsed by awk.
10348
103492002-03-10 Daniel Jacobowitz <drow@mvista.com>
10350
10351 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10352 * defs.h: Include "gdb/signals.h".
10353 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10354
103552002-03-10 Michal Ludvig <mludvig@suse.cz>
10356
10357 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10358 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10359 from x86-64-tdep.h
10360
103612002-03-10 Daniel Jacobowitz <drow@mvista.com>
10362 Don Howard <dhoward@redhat.com>
10363
10364 * mips-tdep.c (ST0_FR): Define.
10365 (mips2_fp_compat): New function, temporarily disabled.
10366 (mips_read_fp_register_single): New function.
10367 (mips_read_fp_register_double): New function.
10368 (mips_print_register): Use them.
10369 (do_fp_register_row): Likewise.
10370
103712002-03-09 Andrew Cagney <ac131313@redhat.com>
10372
10373 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10374 approval''.
10375
103762002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10377
10378 * stabsread.c (read_member_functions): Fix is_stub test for
10379 static member functions, improve comment.
10380
103812002-03-07 Richard Earnshaw <rearnsha@arm.com>
10382
10383 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10384 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10385 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10386 commands that set boolean values.
10387 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10388 (arm_rdi_resume): Always initialize PC.
10389 (arm_rdi_open): Don't use rslt as a boolean.
10390 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10391 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10392 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10393 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10394
103952002-03-06 Alexandre Oliva <aoliva@redhat.com>
10396
10397 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10398 * configure: Rebuilt.
10399
104002002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10401
10402 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10403 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10404
104052002-03-06 Andrew Cagney <ac131313@redhat.com>
10406
10407 * cli/cli-decode.c (set_cmd_completer): New function.
10408 * command.h (set_cmd_completer): Declare.
10409 * cli/cli-decode.h (set_cmd_completer): Ditto.
10410
10411 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10412 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10413 * win32-nat.c (_initialize_inftarg): Ditto.
10414 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10415 * proc-api.c (_initialize_proc_api): Ditto.
10416 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10417 * source.c (_initialize_source): Ditto.
10418 * exec.c (_initialize_exec): Ditto.
10419 * solib.c (_initialize_solib): Ditto.
10420 * top.c (init_main): Ditto.
10421 * tracepoint.c (_initialize_tracepoint): Ditto.
10422 * symfile.c (_initialize_symfile): Ditto.
10423 * printcmd.c (_initialize_printcmd): Ditto.
10424 * infcmd.c (_initialize_infcmd): Ditto.
10425 * corefile.c (_initialize_core): Ditto.
10426
104272002-03-05 Andrew Cagney <ac131313@redhat.com>
10428
10429 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10430
104312002-03-05 Andrew Cagney <ac131313@redhat.com>
10432
10433 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10434
104352002-03-05 Andrew Cagney <ac131313@redhat.com>
10436
10437 * NEWS: Update headings, 5.2 has branched.
10438
104392002-03-04 Daniel Jacobowitz <drow@mvista.com>
10440
10441 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10442 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10443 (register_addr, REGISTER_RAW_SIZE): Likewise.
10444 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10445 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10446
104472002-03-03 Michal Ludvig <mludvig@suse.cz>
10448
10449 * MAINTAINERS (x86-64): Add myself.
10450 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10451 changed value_ptr -> struct value *
10452
104532002-03-01 David O'Brien <obrien@FreeBSD.org>
10454
10455 * configure.host (sparc64-*-freebsd): Add.
10456 * configure.tgt: Likewise.
10457 * config/sparc/fbsd.mh: New file.
10458 * config/sparc/fbsd.mt: Likewise.
10459 * config/sparc/nm-fbsd.h: Likewise.
10460 * config/sparc/tm-fbsd.h: Likewise.
10461
104622002-03-01 Daniel Jacobowitz <drow@mvista.com>
10463
10464 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10465 regformats/reg-s390x.dat.
10466
104672002-03-01 Andrew Cagney <ac131313@redhat.com>
10468
10469 * utils.c: Add FIXME explaining true/false problem.
10470
104712002-02-28 Andrew Cagney <ac131313@redhat.com>
10472
10473 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10474
104752002-02-28 Michael Chastain <mec@shout.net>
10476
10477 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10478
104792002-02-28 Daniel Jacobowitz <drow@mvista.com>
10480
10481 * gdbserver/linux-s390-low.c: New file.
10482 * regformats/reg-s390.dat: New file.
10483 * regformats/reg-s390x.dat: New file.
10484 * gdbserver/configure.srv: Add S/390.
10485 * gdbserver/Makefile.in: Add S/390.
10486 * configure.tgt: Enable gdbserver for S/390.
10487
104882002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10489
10490 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10491 first line of the doc string for "info dos", except at the end of
10492 the sentence, since the short help stops at the first period.
10493
104942002-02-28 Jason Merrill <jason@redhat.com>
10495
10496 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10497
104982002-02-27 Fred Fish <fnf@redhat.com>
10499
10500 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10501 comment (dumy -> dummy).
10502
105032002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10504
10505 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10506
105072002-02-27 Rodney Brown <rbrown64@csc.com.au>
10508
10509 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10510
105112002-02-27 Daniel Jacobowitz <drow@mvista.com>
10512
10513 * gdbserver/acconfig.h: New file.
10514 * gdbserver/i387-fp.c: New file.
10515 * gdbserver/i387-fp.h: New file.
10516 * gdbserver/linux-x86-64.c: New file.
10517 * regformats/reg-x86-64.dat: New file.
10518 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10519 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10520 * gdbserver/configure.in: Add support for regsets.
10521 * gdbserver/config.in: Regenerate.
10522 * gdbserver/configure: Regenerate.
10523 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10524 * gdbserver/linux-low.h: New file.
10525 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10526 for regsets.
10527 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10528 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10529 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10530 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10531 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10532 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10533 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10534 "i387-fp.h". Add PTRACE_GETREGS and friends.
10535 * gdbserver/regcache.c (supply_register): New function.
10536 (supply_register_by_name): New function.
10537 (collect_register): New function.
10538 (collect_register_by_name): New function.
10539
105402002-02-27 Daniel Jacobowitz <drow@mvista.com>
10541
10542 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10543 (config.status): Add configure.srv dependency.
10544 (server_h): Add config.h dependency.
10545
105462002-02-27 Daniel Jacobowitz <drow@mvista.com>
10547
10548 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10549 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10550 * gdbserver/configure.srv: Change i386-*-linux* to use
10551 reg-i386-linux.o.
10552
105532002-02-26 Andrew Cagney <ac131313@redhat.com>
10554
10555 * x86-64-tdep.c: Re-indent. Update copyright date.
10556
105572002-02-26 Andrew Cagney <ac131313@redhat.com>
10558
10559 From Michal Ludvig <mludvig@suse.cz>:
10560 * x86-64-tdep.c (value.h): Delete.
10561 (gdb_assert.h): Include.
10562 (x86_64_register_convert_to_virtual,
10563 x86_64_register_convert_to_raw ): Add check which lets only
10564 floating-point values to be converted.
10565 (value_push): Delete.
10566 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10567 (i386_gdbarch_init): Number of register_bytes fixed.
10568
105692002-02-26 Andrew Cagney <ac131313@redhat.com>
10570
10571 * MAINTAINERS: Add x86-64 target.
10572
105732002-02-26 Andrew Cagney <ac131313@redhat.com>
10574
10575 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10576 * osfsolib.c (solib_map_sections): Ditto.
10577 * irix5-nat.c (solib_map_sections): Ditto.
10578 * corelow.c (gdb_check_format): Ditto.
10579 * symfile.c (symfile_bfd_open): Ditto.
10580 * solib.c (solib_map_sections): Ditto.
10581 Fix PR gdb/354.
10582
105832002-02-26 Andrew Cagney <ac131313@redhat.com>
10584
10585 * remote.c (_initialize_remote): By default, disable ``e'' and
10586 ``E'' step out-of-range packets.
10587
105882002-02-26 Andreas Schwab <schwab@suse.de>
10589
10590 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10591 m68k_linux_frame_saved_pc.
10592 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10593 in_sigtramp.
10594 (SIGCONTEXT_PC_OFFSET): Remove.
10595 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10596 m68k_linux_sigtramp_saved_pc): New functions.
10597 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10598 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10599 (UCONTEXT_PC_OFFSET): Define.
10600 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10601 non-RT and RT signal trampolines.
10602
106032002-02-26 Richard Earnshaw <rearnsha@arm.com>
10604
10605 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10606 (TARGET_NBPG, STACK_END_ADDR): Delete
10607 (VARIABLES_INSIDE_BLOCK): Delete.
10608
106092002-02-25 Andrew Cagney <ac131313@redhat.com>
10610
10611 * utils.c (perror_with_name): Make string parameter constant.
10612 (print_sys_errmsg): Ditto.
10613 (query): Ditto.
10614 * defs.h (perror_with_name): Update.
10615 (print_sys_errmsg): Update.
10616 (query): Update.
10617
106182002-02-25 Daniel Jacobowitz <drow@mvista.com>
10619
10620 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10621 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10622
106232002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10624
10625 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10626 if it already matches the current architecture from the exec file.
10627 Include arch-utils.h for gdbarch_info_init prototype.
10628 * Makefile.in (rs6000-nat.o): Update dependencies.
10629
106302002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10631
10632 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10633 list of exported variables.
10634
106352002-02-24 Daniel Jacobowitz <drow@mvista.com>
10636
10637 * gdbserver/configure.srv: New file.
10638 * gdbserver/configure.in: Use configure.srv instead
10639 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10640 from it.
10641 * gdbserver/configure: Regenerated.
10642 * gdbserver/terminal.h: New file.
10643 * gdbserver/Makefile.in: Update for configure changes. Remove
10644 more unneeded include paths.
10645
106462002-02-24 Andrew Cagney <ac131313@redhat.com>
10647
10648 From wiz at danbala:
10649 * config/sparc/tm-sp64.h: Fix grammar and typos.
10650 Fix PR gdb/287.
10651
106522002-02-24 Andrew Cagney <ac131313@redhat.com>
10653
10654 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10655 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10656 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10657 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10658 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10659 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10660 * s390-tdep.c: Ditto.
10661 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10662 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10663 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10664 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10665 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10666 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10667 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10668 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10669 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10670 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10671 Fix PR gdb/378.
10672
106732002-02-23 Andrew Cagney <ac131313@redhat.com>
10674
10675 * lin-thread.c: Delete file.
10676 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10677 to gdb_proc_service.h.
10678 * configure: Re-generate.
10679
10680 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10681 * serial.c (serial_open): Delete check for "ocd".
10682 Fix PR gdb/349.
10683
10684 * Makefile.in (linux-thread.o): Delete target.
10685 * linux-thread.c: Delete file.
10686
10687 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10688 renamed SH files to be consistent.
10689
10690 * symtab.c (sort_search_symbols): Use xfree.
10691
106922002-02-23 Richard Earnshaw <rearnsha@arm.com>
10693
10694 * arm-linux-tdep.c (arm_linux_init_abi): Register
10695 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10696 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10697 definition with undef, since we don't want the sysvr4 definition.
10698 (SKIP_TRAMPOLINE_CODE): Likewise.
10699
107002002-02-23 Andrew Cagney <ac131313@redhat.com>
10701
10702 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10703
10704 * configure.in: (AC_CHECK_FUNCS) Added test for
10705 canonicalize_file_name Regenerated.
10706 * config.in, configure: Regenerated.
10707 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10708 defined use canonicalize_file_name.
10709
107102002-02-23 Michael Chastain <mec@shout.net>
10711
10712 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10713
107142002-02-23 Andrew Cagney <ac131313@redhat.com>
10715
10716 * README: Remove references to cygnus.com.
10717 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10718 dot com'' form. Remove references to cygnus.com and sourceware.
10719
107202002-02-23 Andrew Cagney <ac131313@redhat.com>
10721
10722 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10723 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10724 1003.1-2001 no longer allows "head -1".
10725 * gdb/Makefile.in (version.c): Likewise.
10726 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10727 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10728 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10729
107302002-02-23 Andrew Cagney <ac131313@redhat.com>
10731
10732 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10733 * command.h (cmd_cfunc_eq): Declare.
10734 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10735
10736 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10737 ``struct cmd_list_element *''.
10738 * cli/cli-cmds.c (is_complete_command): Update. Use
10739 cmd_cfunc_eq.
10740 * top.c (execute_command): Pass the command to
10741 is_complete_command.
10742 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10743
107442002-02-23 Andrew Cagney <ac131313@redhat.com>
10745
10746 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10747 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10748 architecture defines.
10749 * s390-tdep.c (s390_gdbarch_init): Likewise.
10750
107512002-02-23 Richard Earnshaw <rearnsha@arm.com>
10752
10753 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10754 (arm_linux_push_arguments): Likewise.
10755 (arm_linux_init_abi): Register them. Also register linux-specific
10756 call_dummy_words.
10757 (find_minsym_and_objfile): Use strcmp, not STREQ.
10758 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10759 (arm_linux_call_dummy_words): Delete declaration.
10760 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10761 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10762 declarations.
10763 (LOWEST_PC): Delete.
10764
107652002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10766
10767 * maint.c (print_section_info): Do not prepend `0x' to filepos
10768 output, it will be handled by local_hex_string_custom.
10769
107702002-02-23 Richard Earnshaw <rearnsha@arm.com>
10771
10772 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10773 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10774 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10775
107762002-02-22 Jim Blandy <jimb@redhat.com>
10777
10778 Indicate that the bcache functions don't change the strings
10779 they're passed.
10780 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10781 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10782
107832002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10784
10785 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10786
107872002-02-21 Christopher Faylor <cgf@redhat.com>
10788
10789 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10790 find the complete path to a loaded DLL.
10791
107922002-02-21 Fred Fish <fnf@redhat.com>
10793
10794 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10795 that marks the end of the range of a function, enter a line number
10796 entry that has a line number of zero and a PC offset that matches
10797 the end of the function. This starts a range of PC's for which no
10798 line number information is known.
10799 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10800 PC's for which no line number info is found (line number is zero)
10801 then we didn't find any valid line information.
10802 * symtab.h: Document use of zero line number entry.
10803
108042002-02-21 Elena Zannoni <ezannoni@redhat.com>
10805
10806 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10807 (have_ptrace_getvrregs): Define for run time checks.
10808 (gdb_vrregset_t): New type for Altivec register handling.
10809 (fetch_register, store_register): Fetch/store altivec register
10810 when needed.
10811 (fetch_altivec_register, store_altivec_register): New functions.
10812 (supply_vrregset, fill_vrregset): New functions.
10813 (fetch_altivec_registers, store_altivec_registers): New functions.
10814 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10815 registers as well.
10816
108172002-02-21 Jiri Smid <smid@suse.cz>
10818
10819 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10820
108212002-02-21 Richard Earnshaw <rearnsha@arm.com>
10822
10823 * Makefile.in (armnbsd-nat.o): Update dependencies.
10824 * armnbsd-nat.c (supply_gregset): New function. Common code to
10825 supply the integer register set.
10826 (supply_fparegset): New function. Similar for FPA registers.
10827 (fetch_regs, fetch_fp_regs): Use them.
10828 (fetch_core_registers): Likewise.
10829 (fetch_elfcore_registers): New function.
10830 (arm_netbsd_elfcore_fns): New core-file type specification.
10831 (_initialize_arm_netbsd_nat): Register it.
10832
108332002-02-21 Richard Earnshaw <rearnsha@arm.com>
10834
10835 * armnbsd-nat.c: Include gdbcore.h.
10836 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10837 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10838 'void' to declaration, to shut up ARI.
10839 (fetch_core_registers): Make static. Rewrite using supply_register.
10840 (arm_netbsd_core_fns): New core-file type specification.
10841 (_initialize_arm_netbsd_nat): New function.
10842
108432002-02-21 Christopher Faylor <cgf@redhat.com>
10844
10845 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10846 value.
10847
108482002-02-20 Christopher Faylor <cgf@redhat.com>
10849
10850 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10851 fails.
10852
108532002-02-20 Daniel Jacobowitz <drow@mvista.com>
10854
10855 * jv-exp.y (parse_number): Change type of implicit longs
10856 to builtin_type_uint64.
10857
108582002-02-20 Daniel Jacobowitz <drow@mvista.com>
10859
10860 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10861 to be an integer instead of a `union wait'.
10862
108632002-02-20 Daniel Jacobowitz <drow@mvista.com>
10864
10865 * mips-linux-nat.c: Call the operating system GNU/Linux.
10866 * mips-linux-tdep.c: Likewise.
10867 * mips-tdep.c: Likewise.
10868
108692002-02-20 Daniel Jacobowitz <drow@mvista.com>
10870
10871 Fix PR gdb/265.
10872 * jv-exp.y (parse_number): Handle 64-bit integers.
10873
108742002-02-20 Daniel Jacobowitz <drow@mvista.com>
10875
10876 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10877 AC_STDC_HEADERS to AC_HEADER_STDC.
10878 * gdbserver/configure: Regenerated.
10879
108802002-02-20 Richard Earnshaw <rearnsha@arm.com>
10881
10882 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10883 is defined.
10884 * sparc-tdep.c (get_longjmp_target): Likewise.
10885
108862002-02-20 Richard Earnshaw <rearnsha@arm.com>
10887
10888 * News: Add news about ARM and Multi-arch. Mention the new target
10889 arm*-*-netbsd*.
10890
108912002-02-19 Jim Blandy <jimb@redhat.com>
10892
10893 * stabsread.c (error_type_complaint): Improve error message.
10894
108952002-02-19 Daniel Jacobowitz <drow@mvista.com>
10896
10897 * gdbserver/README: Update documentation.
10898 * gdbserver/configure.in: Update configury to match documentation.
10899 * gdbserver/Makefile.in: Likewise.
10900 * gdbserver/configure: Regenerated.
10901 * gdbserver/aclocal.m4: New file, generated by aclocal.
10902 * gdbserver/config.in: New file, generated by autoheader.
10903
109042002-02-19 Richard Earnshaw <rearnsha@arm.com>
10905
10906 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10907 armnbsd-nat.c.
10908
109092002-02-19 Richard Earnshaw <rearnsha@arm.com>
10910
10911 * arm-tdep.h (enum arm_float_model): New enum.
10912 (struct gdbarch_tdep): Add fp_model.
10913 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10914 up floating-point conversions until we know the floating-point model
10915 in use by the inferior. Don't complain about being unable to
10916 determine the ABI of the inferior when we don't have one.
10917 (arm_extract_return_value): Support different floating-point models.
10918 (arm_store_return_value): Likewise.
10919 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10920 ARM_FLOAT_SOFT.
10921 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10922
109232002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10924
10925 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10926 of ``current_gdbarch''.
10927
109282002-02-19 Richard Earnshaw <rearnsha@arm.com>
10929
10930 * armnbsd-nat.c : ANSIfy all function declarations.
10931 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10932 (fetch_inferior_registers): Re-implement in terms of above.
10933 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10934 (store_inferior_registers): Re-implement in terms of above.
10935
109362002-02-19 Richard Earnshaw <rearnsha@arm.com>
10937
10938 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10939 kernel.
10940 * arm-linux-tdep.c: Likewise.
10941 * config/arm/tm-linux.h: Likewise.
10942
109432002-02-19 Richard Earnshaw <rearnsha@arm.com>
10944
10945 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10946 * config/arm/nbsd.mt (TM_FILE): Delete.
10947 * config/arm/tm-nbsd.h: Delete.
10948
109492002-02-19 Richard Earnshaw <rearnsha@arm.com>
10950
10951 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10952 Initialize CALL_DUMMY_LENGTH.
10953
109542002-02-19 Richard Earnshaw <rearnsha@arm.com>
10955
10956 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10957 function.
10958 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10959 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10960 defines one thing and that is incorrect for this port.
10961 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10962
109632002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10964
10965 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10966
109672002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10968
10969 * win32-nat.c (display_selector): New function. Displays information
10970 about the information returned by GetThreadSelectorEntry API function.
10971 (display_selectors): New function. Displays the infomation of
10972 the selector given as argument, or of CS, DS ans FS selectors
10973 if no argument is given.
10974 ( _initialize_inftarg): Add "w32" as info prefix command.
10975 Add "info w32 selector" as command calling display_selectors.
10976
109772002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10978
10979 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10980 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10981 if not defined.
10982
109832002-02-18 Richard Earnshaw <rearnsha@arm.com>
10984
10985 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10986
109872002-02-18 Richard Earnshaw <rearnsha@arm.com>
10988
10989 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10990 (arm_fix_call_dummy): Call it.
10991 (arm_call_dummy_breakpoint_offset): Delete.
10992 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10993 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10994
109952002-02-18 Andrew Cagney <ac131313@redhat.com>
10996
10997 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10998 Default to func_frame_chain_valid.
10999 * gdbarch.h, gdbarch.c: Re-generate.
11000 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11001
110022002-02-18 Elena Zannoni <ezannoni@redhat.com>
11003
11004 * ppc-linux-nat.c: Update copyright.
11005 (fetch_register, store_register): Add tid parameter, don't compute
11006 tid here.
11007 (fetch_ppc_registers, store_ppc_registers): Add tid
11008 parameter. Pass it along to callees.
11009 (fetch_inferior_registers, store_inferior_registers): Compute tid
11010 here, and pass it to calleed functions.
11011 (fill_gregset, supply_fpregset): Clean up formatting.
11012
110132002-02-18 Richard Earnshaw <rearnsha@arm.com>
11014
11015 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11016 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11017
110182002-02-18 Richard Earnshaw <rearnsha@arm.com>
11019
11020 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11021 * gdbarch.c gdbarch.h: Regenerate.
11022 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11023 function.
11024 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11025 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11026 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11027
11028 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11029 * arm-tdep.c (arm_get_longjmp_target): New function.
11030 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11031 this to a positive value register arm_get_longjmp_target as the
11032 longjmp handler.
11033 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11034 (arm_linux_init_abi): Set up longjmp description in tdep.
11035 * armnbsd-nat.c (get_longjmp_target): Delete.
11036 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11037 description in tdep.
11038 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11039 (get_longjmp_target): Delete declaration.
11040 (GET_LONGJMP_TARGET): Delete.
11041 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11042 (GET_LONGJMP_TARGET): Delete.
11043
110442002-02-17 Kevin Buettner <kevinb@redhat.com>
11045
11046 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11047 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11048 of ``current_gdbarch''.
11049
110502002-02-17 Tom Tromey <tromey@redhat.com>
11051
11052 * cli/cli-cmds.c (compare_strings): New function.
11053 (complete_command): Only print each unique item once.
11054 * completer.h (complete_line): Declare.
11055 * completer.c (complete_line): New function.
11056 (line_completion_function): Use it.
11057
110582002-02-16 Andrew Cagney <ac131313@redhat.com>
11059
11060 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11061 * gdbarch.h, gdbarch.c: Re-generate.
11062
110632002-02-16 Daniel Jacobowitz <drow@mvista.com>
11064
11065 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11066
110672002-02-16 Daniel Jacobowitz <drow@mvista.com>
11068
11069 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11070 * valops.c (value_arg_coerce): Don't take the address of a reference
11071 to convert an argument to a reference.
11072
110732002-02-15 Christopher Faylor <cgf@redhat.com>
11074
11075 * win32-nat.c (get_image_name): New function.
11076 (handle_load_dll): Use get_image_name function.
11077 (get_child_debug_event): Avoid registering debug events until possibly
11078 execed process is started.
11079 (child_create_inferior): Allow invocation via shell so that command
11080 line redirection, etc. works ok.
11081 (_initialize_inftarg): Add new command: "set shell" to control whether
11082 a shell is used to start a process.
11083
110842002-02-15 Daniel Jacobowitz <drow@mvista.com>
11085
11086 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11087 instead of find_register_by_number.
11088 (cannot_store_register): Likewise.
11089
110902002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11091
11092 * dwarf2read.c: Replace fprintf (stderr, ...) by
11093 fprintf_unfiltered (gdb_stderr, ...).
11094
110952002-02-15 Daniel Jacobowitz <drow@mvista.com>
11096
11097 * gdbserver/gdbserver.1: Document --attach.
11098
110992002-02-15 Richard Earnshaw <rearnsha@arm.com>
11100
11101 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11102 descriptions.
11103 * arm-tdep.c (arm_default_arm_le_breakpoint)
11104 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11105 (arm_default_thumb_be_breakpoint): New. Initialize them from
11106 traditional breakpoint defines.
11107 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11108 (arm_gdbarch_init): Initialize new breakpoint variables.
11109 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11110 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11111 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11112 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11113 code out to ...
11114 (arm_netbsd_init_abi_common): ... here; new function.
11115 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11116 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11117 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11118 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11119
111202002-02-15 Richard Earnshaw <rearnsha@arm.com>
11121
11122 * arm-tdep.h (enum arm_abi): New enum.
11123 (struct gdbarch_tdep): New structure.
11124 (LOWEST_PC): Provide a default.
11125 (arm_gdbarch_register_os_abi): Declare new function.
11126 * arm-tdep.c (arm_abi_names): New array.
11127 (process_note_abi_tag_sections): New function.
11128 (get_elfosabi): New function.
11129 (arm_gdbarch_register_os_abi): New function.
11130 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11131 support for that ABI has been built in, then call the appropriate
11132 configuration routine. Use gdbarch_num_regs() to get the number
11133 of registers.
11134 (arm_dump_tdep): New function.
11135 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11136 place-holder functions.
11137 (_initialize_arm_tdep): Register them.
11138 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11139
11140 * armnbsd-tdep.c: New file.
11141 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11142 * config/arm/nbsd.mt (TDEPFILES): Add it.
11143 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11144
11145 * armnbsd-nat.c: Include regcache.h.
11146 * Makefile.in (armnbsd-nat.o): Update dependency list.
11147
11148 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11149
111502002-02-14 Daniel Jacobowitz <drow@mvista.com>
11151
11152 * gdbserver/Makefile.in: Fix typos in target rules.
11153
111542002-02-14 Daniel Jacobowitz <drow@mvista.com>
11155
11156 Fix part of PR gdb/267.
11157 * linespec.c (find_methods): Handle constructors specially for now.
11158
111592002-02-14 Corinna Vinschen <vinschen@redhat.com>
11160
11161 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11162 handling.
11163 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11164 standard_coerce_float_to_double().
11165
111662002-02-14 Christopher Faylor <cgf@redhat.com>
11167
11168 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11169 GDBINIT_FILENAME.
11170
111712002-02-14 Elena Zannoni <ezannoni@redhat.com>
11172
11173 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11174 find_variant_by_name, because it confuses the multiarch
11175 framework. Return NULL if there isn't an architecture with the
11176 user supplied name, instead of forcing a different one without
11177 recording the change with the multiarch machinery.
11178 (find_variant_by_name): Delete.
11179
111802002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11181
11182 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11183 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11184
111852002-02-13 Martin M. Hunt <hunt@redhat.com>
11186
11187 * stack.c (print_frame_info_base): When calling
11188 print_frame_info_listing_hook, set current_source_symtab.
11189
111902002-02-14 Daniel Jacobowitz <drow@mvista.com>
11191
11192 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11193 and remove unused $(INCLUDE_DIR).
11194 Add regcache.c to OBS.
11195 Add generated register protocol files to clean target.
11196 Update dependencies for new objects, obsolete old target code.
11197
11198 * gdbserver/linux-low.c: Remove all platform-specific code to
11199 new files. Remove various dead code. Update to use regcache
11200 functionality.
11201 * gdbserver/remote-utils.c (fromhex): Add return statement
11202 to quiet warning.
11203 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11204 constant.
11205 (input_interrupt): Add integer parameter to match prototype
11206 of a signal handler.
11207 (outreg): Use register_data ().
11208 (prepare_resume_reply): Use gdbserver_expedite_regs.
11209 * gdbserver/server.c (main): Dynamically allocate own_buf because
11210 PBUFSIZ is no longer constant. Use registers_to_string () and
11211 registers_from_string ().
11212 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11213 for error (), fatal (), and warning (). Update definition of
11214 PBUFSIZ to use regcache functionality. Add include guard.
11215 * gdbserver/utils.c (fatal): Add missing ``const''.
11216 (warning): New function.
11217
11218 * regformats/regdat.sh: Include "regcache.h" in generated files.
11219 Provide init_registers () function.
11220 * regformats/regdef.h: Add prototype for set_register_cache ().
11221 Add include guard.
11222
11223 * gdbserver/linux-arm-low.c: New file.
11224 * gdbserver/linux-i386-low.c: New file.
11225 * gdbserver/linux-ia64-low.c: New file.
11226 * gdbserver/linux-m68k-low.c: New file.
11227 * gdbserver/linux-mips-low.c: New file.
11228 * gdbserver/linux-ppc-low.c: New file.
11229 * gdbserver/linux-sh-low.c: New file.
11230
11231 * gdbserver/regcache.c: New file.
11232 * gdbserver/regcache.h: New file.
11233
11234 * gdbserver/low-linux.c: Removed obsolete file.
11235
112362002-02-14 Daniel Jacobowitz <drow@mvista.com>
11237
11238 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11239 * config/i386/linux.mt: Likewise.
11240 * config/ia64/linux.mt: Likewise.
11241 * config/m68k/linux.mh: Likewise.
11242 * config/powerpc/linux.mh: Likewise.
11243 * config/mips/linux.mt: Likewise.
11244
11245 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11246
11247 * config/i386/i386lynx.mh: Mark gdbserver variables
11248 as (currently) obsolete for this target.
11249 * config/i386/nbsd.mt: Likewise.
11250 * config/i386/nbsdelf.mt: Likewise.
11251 * config/m32r/m32r.mt: Likewise.
11252 * config/m68k/m68klynx.mh: Likewise.
11253 * config/m68k/nbsd.mt: Likewise.
11254 * config/m68k/sun3os4.mh: Likewise.
11255 * config/mips/vr5000.mt: Likewise.
11256 * config/ns32k/nbsd.mt: Likewise.
11257 * config/pa/hppabsd.mh: Likewise.
11258 * config/pa/hppaosf.mh: Likewise.
11259 * config/powerpc/nbsd.mt: Likewise.
11260 * config/rs6000/rs6000lynx.mh: Likewise.
11261 * config/s390/s390.mt: Likewise.
11262 * config/s390/s390x.mt: Likewise.
11263 * config/sparc/sparclynx.mh: Likewise.
11264 * config/sparc/sun4os4.mh: Likewise.
11265 * config/i386/x86-64linux.mt: Likewise.
11266 * config/sparc/linux.mh: Likewise.
11267
112682002-02-14 Daniel Jacobowitz <drow@mvista.com>
11269
11270 * configure.tgt: Configure gdbserver only for known working
11271 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11272 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11273 SUBDIRS if it is configured. Update comment for ${nativefile}.
11274 * configure: Regenerated.
11275
112762002-02-13 Michael Snyder <msnyder@redhat.com>
11277
11278 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11279
11280 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11281 (default_gcore_mach): Just return 0, work around a problem in bfd.
11282 (default_gcore_target): OK to return NULL if exec_bfd is null.
11283 (make_mem_sec): Use a cast, avoid a warning.
11284
11285 * procfs.c (find_memory_regions_callback): Use a cast instead of
11286 calling host_pointer_to_address (which complains if
11287 sizeof (host pointer) != sizeof (target pointer)).
11288 (procfs_make_note_section): Avoid overflow in psargs string.
11289
11290 * procfs.c (procfs_make_note_section): Make the default
11291 implementation return an error.
11292
112932002-02-13 Rodney Brown <rbrown64@csc.com.au>
11294
11295 * procfs.c (procfs_make_note_section): Provide a default definition
11296 (for alpha-dec-osf4.0f). Fix typos.
11297
112982002-02-13 Elena Zannoni <ezannoni@redhat.com>
11299
11300 * linux-proc.c: Add include of regcache.h.
11301 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11302
113032002-02-13 Andrew Cagney <ac131313@redhat.com>
11304
11305 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11306 * memattr.c (create_mem_region): Disallow useless empty region.
11307 Regions are half-open intervals, so allow [A..B) [B..C) as
11308 non-overlapping.
11309
113102002-02-13 Michael Chastain <mec@shout.net>
11311
11312 * defs.h: Kill CONST_PTR.
11313 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11314 * c-lang.c (c_builtin_types): Likewise.
11315 * ch-lang.c (ch_builtin_types): Likewise.
11316 * f-lang.c (f_builtin_types): Likewise.
11317 * language.c (unknown_builtin_types): Likewise.
11318 * m2-lang.c (m2_builtin_types): Likewise.
11319 * p-lang.c (pascal_builtin_types): Likewise.
11320 * scm-lang.c (c_builtin_types): Likewise.
11321
113222002-02-13 Keith Seitz <keiths@redhat.com>
11323
11324 * arm-tdep.h (arm_get_next_pc): Add declaration.
11325
113262002-02-13 Richard Earnshaw <rearnsha@arm.com>
11327
11328 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11329 with other related struct-returning functions.
11330 (arm_extract_struct_value_address): New function.
11331 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11332 initialize float_format, double_format and long_double_format as
11333 appropriate to the endianness of the target.
11334 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11335 (arm_use_struct_convention): Delete declaration.
11336 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11337
113382002-02-13 Keith Seitz <keiths@redhat.com>
11339
11340 * defs.h (core_addr_to_string_nz): New function.
11341
113422002-02-13 Mark Kettenis <kettenis@gnu.org>
11343
11344 Apply missing bits of 2002-01-15 patch.
11345 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11346 (fill_fpregset): Use i387_fill_fsave.
11347
113482002-02-12 Keith Seitz <keiths@redhat.com>
11349
11350 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11351 (core_addr_to_string_nz): New function.
11352
113532002-02-11 Richard Earnshaw <rearnsha@arm.com>
11354
11355 * arm-linux-nat.c: Really include arm-tdep.h.
11356 * config/arm/tm-linux.h (struct type, struct value): Declare.
11357
113582002-02-11 Michael Snyder <msnyder@redhat.com>
11359
11360 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11361 (gcore section): Ifdef for Solaris and Unixware only.
11362 (procfs_do_thread_registers): Unixware needs one lwpstatus
11363 per thread (not one prstatus or pstatus).
11364 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11365 not over all gdb threads. For unixware, call elfcore_write_pstatus
11366 once before iterating over threads.
11367
113682002-02-11 Richard Earnshaw <rearnsha@arm.com>
11369
11370 * arm-tdep.h: New file.
11371 * arm-tdep.c: Include arm-tdep.h.
11372 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11373 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11374 (arm_print_float_info, arm_register_type, convert_to_extended)
11375 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11376 (arm_extract_return_value, arm_register_name): Make static.
11377 (arm_software_single_step): Similarly. Fix types in declaration.
11378 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11379 (arm_store_return_value, arm_store_struct_return): New functions.
11380 (arm_gdbarch_init): Register the above functions. Also register
11381 call_dummy_start_offset, sizeof_call_dummy_words,
11382 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11383 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11384 max_register_virtual_size, register_size. Set up
11385 prologue_cache.saved_regs here, rather than ...
11386 (_initialize_arm_tdep): ... here.
11387 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11388 declarations.
11389 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11390 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11391 (arm_print_float_info, arm_register_type, convert_to_extended)
11392 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11393 (arm_extract_return_value, arm_register_name): Delete declarations.
11394 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11395 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11396 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11397 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11398 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11399 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11400 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11401 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11402 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11403 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11404 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11405 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11406 interface.
11407 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11408 * remote-rdi.c remote-rdp.c: Likewise.
11409 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11410 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11411 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11412 definition.
11413
11414 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11415 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11416 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11417 from non-ARM_ prefixed definitions.
11418 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11419 all uses of above.
11420 * remote-rdi.c remote-rdp.c: Likewise.
11421 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11422
114232002-02-11 Richard Earnshaw <rearnsha@arm.com>
11424
11425 * arm-tdep.c (arm_frameless_function_invocation)
11426 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11427 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11428 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11429 (arm_pop_frame, arm_get_next_pc): Make static.
11430 (arm_gdbarch_init): Register above in gdbarch structure.
11431 (arm_read_fp): Renamed from arm_target_read_fp.
11432 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11433 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11434 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11435 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11436 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11437 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11438 (arm_pc_is_thumb_dummy): Delete declarations.
11439 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11440 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11441 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11442 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11443
114442002-02-10 Daniel Jacobowitz <drow@mvista.com>
11445
11446 * symtab.c (compare_search_syms): New function.
11447 (sort_search_symbols): New function.
11448 (search_symbols): Sort symbols after searching rather than
11449 before.
11450
114512002-02-10 Andrew Cagney <ac131313@redhat.com>
11452
11453 * NEWS: Linux -> GNU/Linux.
11454
114552002-02-10 Andrew Cagney <ac131313@redhat.com>
11456
11457 * gdbarch.sh: For for level one methods, disallow a definition
11458 when partially multi-arched. Add comments explaining rationale.
11459 * gdbarch.h: Re-generate.
11460
114612002-02-10 Andrew Cagney <ac131313@redhat.com>
11462
11463 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11464 multi-arch partial.
11465
114662002-02-10 Andrew Cagney <ac131313@redhat.com>
11467
11468 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11469 field. Use diff -u.
11470 * gdbarch.c: Re-generate.
11471
114722002-02-10 Andrew Cagney <ac131313@redhat.com>
11473
11474 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11475 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11476 partial.
11477
114782002-02-10 Andrew Cagney <ac131313@redhat.com>
11479
11480 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11481 multi-arch partial.
11482 (PUSH_ARGUMENTS): Switch to using predefault.
11483 * gdbarch.c: Regenerate.
11484
114852002-02-10 Andrew Cagney <ac131313@redhat.com>
11486
11487 * valops.c (PUSH_ARGUMENTS): Delete definition.
11488 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11489 partial. Default to default_push_arguments.
11490 * gdbarch.h, gdbarch.c: Regenerate.
11491
114922002-02-09 Andrew Cagney <ac131313@redhat.com>
11493
11494 * defs.h (throw_exception): Rename return_to_top_level. Update
11495 comments.
11496 * utils.c (error_stream, internal_verror, quit): Ditto.
11497 * top.c (throw_exception, catcher): Ditto.
11498 * sparclet-rom.c (sparclet_load): Ditto.
11499 * remote.c (interrupt_query, minitelnet): Ditto.
11500 * remote-sds.c (interrupt_query): Ditto.
11501 * remote-mips.c (mips_error, mips_kill): Ditto.
11502 * ocd.c (interrupt_query): Ditto.
11503 * monitor.c (monitor_interrupt_query): Ditto.
11504 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11505 * target.h: Update comment.
11506
11507 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11508
115092002-02-09 Andrew Cagney <ac131313@redhat.com>
11510
11511 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11512 default_double_format.
11513 * gdbarch.h, gdbarch.c: Re-generate.
11514 * findvar.c (floatformat_unknown): Delete variable definition.
11515 * doublest.h (floatformat_unknown): Delete variable declaration.
11516
115172002-02-09 Jim Blandy <jimb@redhat.com>
11518
11519 * stabsread.c (read_type): Add code to parse Sun's syntax for
11520 prototyped function types.
11521
115222002-02-09 Andrew Cagney <ac131313@redhat.com>
11523
11524 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11525 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11526
115272002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11528
11529 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11530 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11531 now _initialize_xcoffsolib gets called again and overrides the
11532 commands from solib.c in a native configuration.
11533
115342002-02-09 Mark Kettenis <kettenis@gnu.org>
11535
11536 * doublest.c (store_typed_floating): Don't try to return a value.
11537 Fixes PR gdb/290.
11538
115392002-02-08 Jim Blandy <jimb@redhat.com>
11540
11541 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11542 is prototyped and has no arguments, print its argument list as
11543 `(void)'.
11544
115452002-02-08 Chris Demetriou <cgd@broadcom.com>
11546
11547 * MAINTAINERS (write-after-approval): Add myself.
11548 (paper-trail): I've escaped!
11549
115502002-02-08 Christopher Faylor <cgf@redhat.com>
11551
11552 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11553 changes.
11554 (_initialize_check_for_gdb_ini): Ditto.
11555
115562002-02-08 Martin M. Hunt <hunt@redhat.com>
11557
11558 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11559 xaprintf -> xasprintf.
11560
115612002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11562
11563 * win32-nat.c: Remove use of printf and sprintf functions.
11564
115652002-02-08 Richard Earnshaw <rearnsha@arm.com>
11566
11567 * arm-tdep.c (arm_frame_chain_valid): Make static.
11568 (arm_push_arguments): Likewise.
11569 (arm_gdbarch_init): New function.
11570 (_initialize_arm_tdep): Call it.
11571 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11572 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11573 (FRAME_CHAIN_VALID): Delete.
11574 (arm_frame_chain_valid): Delete declaration.
11575 (PUSH_ARGUMENTS): Delete.
11576 (arm_push_arguments): Delete declaration.
11577 (CALL_DUMMY_P): Delete.
11578
115792002-02-08 Andrew Cagney <ac131313@redhat.com>
11580 Corinna Vinschen <vinschen@redhat.com>
11581
11582 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11583 on builtin float types.
11584
115852002-02-08 Daniel Jacobowitz <drow@mvista.com>
11586
11587 * utils.c: Include <curses.h> before "bfd.h".
11588 * tui/tui-hooks.c: Likewise.
11589 * tui/tui.c: Likewise.
11590 * tui/tuiCommand.c: Likewise.
11591 * tui/tuiData.c: Likewise.
11592 * tui/tuiDataWin.c: Likewise.
11593 * tui/tuiDisassem.c: Likewise.
11594 * tui/tuiGeneralWin.c: Likewise.
11595 * tui/tuiIO.c: Likewise.
11596 * tui/tuiLayout.c: Likewise.
11597 * tui/tuiRegs.c: Likewise.
11598 * tui/tuiSource.c: Likewise.
11599 * tui/tuiSourceWin.c: Likewise.
11600 * tui/tuiStack.c: Likewise.
11601 * tui/tuiWin.c: Likewise.
11602
116032002-02-07 Elena Zannoni <ezannoni@redhat.com>
11604
11605 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11606 to include space for pseudoregs as well. Update loops accordingly.
11607 (sh_fp_frame_init_saved_regs): Ditto.
11608 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11609
116102002-02-07 Andrew Cagney <ac131313@redhat.com>
11611
11612 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11613 Add Richard Earnshaw to Arm maintainers.
11614
116152002-02-07 Andrew Cagney <ac131313@redhat.com>
11616
11617 * defs.h (warning_begin): Delete declaration.
11618
11619 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11620 Delete macro.
11621
116222002-02-07 Michael Snyder <msnyder@redhat.com>
11623
11624 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11625 Logic bug, remove misplaced else.
11626
116272002-02-07 Klee Dienes <klee@apple.com>
11628
11629 * fork-inferior.c (fork_inferior): Add '!' to the list of
11630 characters that need to be quoted when building a string for the
11631 shell. Quote '!' specifically with a backslash, since CSH chokes
11632 when trying to evaluate "str!str".
11633
116342002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11635
11636 * rdi-share/host.h: Only provide a typedef for bool if it is not
11637 defined.
11638
116392002-02-04 Michael Snyder <msnyder@redhat.com>
11640
11641 * breakpoint.h (enum bptype): Add new overlay event bp type.
11642 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11643
11644 * breakpoint.c (create_internal_breakpoint): New function.
11645 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11646 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11647 (create_thread_event_breakpoint): Ditto.
11648 (create_solib_event_breakpoint): Ditto.
11649 (create_overlay_event_breakpoint): New function.
11650 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11651 (update_breakpoints_after_exec): Delete and re-initialize
11652 overlay event breakpoints after an exec. Add FIXME comment
11653 about longjmp breakpoint.
11654 (print_it_typical): Ignore overlay event breakpoints.
11655 (print_one_breakpoint): Ditto.
11656 (mention): Ditto.
11657 (bpstat_what): Do not stop for overlay event breakpoints.
11658 (delete_breakpoint): Don't delete overlay event breakpoints.
11659 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11660 (breakpoint_re_set): Re-create overlay event breakpoint.
11661
11662 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11663 (overlay_manual_command): Disable overlay breakpoints.
11664 (overlay_off_command): Disable overlay breakpoints.
11665
116662002-02-06 Richard Earnshaw <rearnsha@arm.com>
11667
11668 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11669 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11670 to here from config/tm-arm.h.
11671 (coff_sym_is_thumb): Make static.
11672 (arm_elf_make_msymbol_special): New function.
11673 (arm_coff_make_msymbol_special): New function.
11674 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11675 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11676 (coff_sym_is_thumb): Delete declaration.
11677 (arm_elf_make_msymbol_special): Declare.
11678 (arm_coff_make_msymbol_special): Declare.
11679 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11680 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11681
116822002-02-06 Richard Earnshaw <rearnsha@arm.com>
11683
11684 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11685
116862002-02-06 Richard Earnshaw <rearnsha@arm.com>
11687
11688 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11689 * gdbarch.c gdbarch.h: Regenerate.
11690 * arch-utils.c (default_print_float_info): New function.
11691 * arch-utils.h (default_print_float_info): Prototype it.
11692 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11693 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11694 (PRINT_FLOAT_INFO): Document it.
11695
11696 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11697 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11698 (PRINT_FLOAT_INFO): Define.
11699
117002002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11701
11702 * win32-nat.c (_initialize_check_for_gdb_ini):
11703 Add typecast to sprintf argument to suppress a warning.
11704
117052002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11706
11707 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11708 to allow easier handling of pass state.
11709 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11710 that gives exception name and address.
11711 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11712 and set last_sig value to ourstatus->value.sig. Some missing
11713 exceptions added.
11714 (child_continue): Correctly report continue_status.
11715 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11716 TARGET_SIGNAL_0 (new default value).
11717 (child_resume): consider sig argument passed to decide if
11718 the exception should be passed to debuggee or not.
11719
117202002-02-05 Michael Snyder <msnyder@redhat.com>
11721
11722 * regcache.c (fetch_register): Call target_fetch_register
11723 only if we don't call FETCH_PSEUDO_REGISTER.
11724 (store_register): Call target_store_register only if we
11725 don't call STORE_PSEUDO_REGISTER.
11726
117272002-02-05 Elena Zannoni <ezannoni@redhat.com>
11728
11729 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11730 ELF_MAKE_MSYMBOL_SPECIAL.
11731 * gdbarch.c, gdbarch.h: Regenerate.
11732 * arch-utils.c (default_make_msymbol_special): New function.
11733 * arch-utils.h (default_make_msymbol_special): Export.
11734 * elfread.c (elf_symtab_read): Compile use of
11735 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11736 multiarched.
11737 * coffread.c (coff_symtab_read): Ditto, for
11738 COFF_MAKE_MSYMBOL_SPECIAL.
11739
117402002-02-05 Jim Blandy <jimb@redhat.com>
11741
11742 * solib-svr4.c (svr4_truncate_ptr): New function.
11743 (svr4_relocate_section_addresses): Do the address arithmetic with
11744 the appropriate truncation for target addresses, even when
11745 CORE_ADDR is larger than a target address.
11746
117472002-02-05 Daniel Jacobowitz <drow@mvista.com>
11748
11749 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11750 to (int *).
11751
117522002-02-05 Daniel Jacobowitz <drow@mvista.com>
11753
11754 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11755 code.
11756
117572002-02-05 Daniel Jacobowitz <drow@mvista.com>
11758
11759 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11760
117612002-02-05 Daniel Jacobowitz <drow@mvista.com>
11762
11763 * gdbserver/linux-low.c: Remove unused include files.
11764
117652002-02-05 Daniel Jacobowitz <drow@mvista.com>
11766
11767 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11768 (read_inferior_memory): Use it.
11769 (write_inferior_memory): Likewise.
11770
117712002-02-05 Daniel Jacobowitz <drow@mvista.com>
11772
11773 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11774 grubbing through sys_errlist.
11775
117762002-02-05 Daniel Jacobowitz <drow@mvista.com>
11777
11778 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11779
117802002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11781 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11782
117832002-02-04 Andrew Cagney <ac131313@redhat.com>
11784
11785 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11786 (do_sfunc, set_cmd_sfunc): New functions.
11787
11788 * command.h (struct cmd_list_element): Add field func.
11789 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11790 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11791 * cli/cli-decode.h: Ditto.
11792
11793 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11794 (help_all, help_cmd_list): Ditto.
11795 (find_cmd, complete_on_cmdlist): Ditto.
11796 * top.c (execute_command): Ditto.
11797
11798 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11799 function.sfunc.
11800
11801 * infcmd.c (notice_args_read): Fix function signature.
11802
11803 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11804 * cli/cli-decode.c (add_set_cmd): Ditto.
11805 * utils.c (initialize_utils): Ditto.
11806 * maint.c (_initialize_maint_cmds): Ditto.
11807 * infrun.c (_initialize_infrun): Ditto.
11808 * demangle.c (_initialize_demangler): Ditto.
11809 * remote.c (add_packet_config_cmd): Ditto.
11810 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11811 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11812 * proc-api.c (_initialize_proc_api): Ditto.
11813 * kod.c (_initialize_kod): Ditto.
11814 * valprint.c (_initialize_valprint): Ditto.
11815 * top.c (init_main): Ditto.
11816 * infcmd.c (_initialize_infcmd): Ditto.
11817 * corefile.c (_initialize_core): Ditto.
11818 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11819 * arch-utils.c (initialize_current_architecture): Ditto.
11820 (_initialize_gdbarch_utils): Ditto.
11821 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11822
11823 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11824 * wince.c (_initialize_inftarg): Ditto.
11825 * symfile.c (_initialize_symfile): Ditto.
11826 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11827 * language.c (_initialize_language): Ditto.
11828 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11829
118302002-02-04 Michael Snyder <msnyder@redhat.com>
11831
11832 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11833
118342002-02-04 Daniel Jacobowitz <drow@mvista.com>
11835
11836 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11837 Add rules for building the register data files.
11838
118392002-02-04 Daniel Jacobowitz <drow@mvista.com>
11840
11841 * regformats/regdat.sh: Add braces to the definition of
11842 expedite_regs_${arch}.
11843
118442002-02-04 Daniel Jacobowitz <drow@mvista.com>
11845
11846 * regformats/regdef.h (struct reg): Add comment describing the
11847 requirements for offset and size fields.
11848
118492002-02-04 Andreas Schwab <schwab@suse.de>
11850
11851 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11852 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11853
118542002-02-04 Richard Earnshaw <rearnsha@arm.com>
11855
11856 * gdbarch.sh (copyright): Update years in generated header.
11857 (SMASH_TEXT_ADDRESS): Add rule.
11858 * gdbarch.h, gdbarch.c: Re-generate.
11859 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11860 * dbxread.c: Likewise.
11861 * dwarfread.c: Likewise.
11862 * elfread.c: Likewise.
11863 * somread.c: Likewise.
11864
11865 * arm-tdep.c (arm_smash_text_address): New function.
11866 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11867
118682002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11869
11870 Add support for hardware watchpoints on win32 native.
11871 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11872 CONTEXT_DEBUG_REGISTERS.
11873 (dr variable): New variable. Static array containing a local copy
11874 of debug registers.
11875 (debug_registers_changed): New variable. Reflects when debug registers
11876 are changed and need to be written to inferior.
11877 (debug_registers_used): New variable. Reflects when any debug register
11878 was set, used when new threads are created.
11879 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11880 i386-nat code.
11881 (thread_rec): Set dr array if id is the thread of current_event .
11882 (child_continue, child_resume): Change the debug registers for all
11883 threads if debug_registers_changed.
11884 (child_add_thread): Change the debug registers if debug_registers_used.
11885 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11886 Link nm.h to new nm-cygwin.h file.
11887 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11888 of hardware registers.
11889
118902002-02-03 Andrew Cagney <ac131313@redhat.com>
11891
11892 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11893 Restore behavour broken by 2002-01-20 Andrew Cagney
11894 <ac131313@redhat.com> IEEE_FLOAT removal.
11895
118962002-02-03 Daniel Jacobowitz <drow@mvista.com>
11897
11898 * c-valprint.c (c_val_print): Pass a proper valaddr to
11899 cp_print_class_method.
11900 * valops.c (search_struct_method): If there is only one method
11901 and args is NULL, return that method.
11902
119032002-02-03 Daniel Jacobowitz <drow@mvista.com>
11904
11905 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11906 accessing tag_name directly.
11907
119082002-02-03 Daniel Jacobowitz <drow@mvista.com>
11909
11910 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11911 of accessing tag_name directly.
11912
119132002-02-03 Daniel Jacobowitz <drow@mvista.com>
11914
11915 PR gdb/280
11916 * gdbtypes.c (replace_type): New function.
11917 * gdbtypes.h (replace_type): Add prototype.
11918 * stabsread.c (read_type): Use replace_type.
11919
119202002-02-03 Richard Earnshaw <rearnsha@arm.com>
11921
11922 * Makefile.in (memattr.o): Add missing dependencies rule.
11923
119242002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11925
11926 * breakpoint.c (break_at_finish_command): Really export.
11927 (break_at_finish_at_depth_command): Ditto.
11928 (tbreak_at_finish_command): Ditto.
11929 * hppa-tdep.c: Include completer.h.
11930 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11931 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11932
119332002-02-01 Andrew Cagney <ac131313@redhat.com>
11934
11935 * utils.c (do_write): New function.
11936 (error_stream): Rewrite combining the code from error_begin and
11937 verror.
11938 (verror): Rewrite using error_stream.
11939 (error_begin): Delete function.
11940
119412002-02-01 Andrew Cagney <ac131313@redhat.com>
11942
11943 * utils.c (error_begin): Make static.
11944 * defs.h (error_begin): Delete declaration.
11945
11946 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11947 (decode_line_1): Use cplusplus_error instead of error_begin,
11948 cplusplus_hint and return_to_top_level.
11949 * coffread.c (coff_symfile_read): Use error instead of error_begin
11950 and return_to_top_level.
11951 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11952
119532002-02-01 Andrew Cagney <ac131313@redhat.com>
11954
11955 * language.h (type_error, range_error): Make string parameter
11956 constant.
11957 * language.c (warning_pre_print): Delete extern declaration.
11958 * dwarfread.c (warning_pre_print): Ditto.
11959 * language.c (type_error, range_error): Rewrite to use verror and
11960 vwarning instead of warning_begin.
11961
119622002-02-01 Michael Snyder <msnyder@redhat.com>
11963
11964 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11965 (set_ignore_count): Move misplaced comment back where it belongs.
11966
119672002-02-01 Andrew Cagney <ac131313@redhat.com>
11968
11969 * command.h (NO_FUNCTION): Delete macro.
11970 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11971 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11972 * tracepoint.c (_initialize_tracepoint): Ditto.
11973 * cli/cli-decode.c (add_set_cmd): Ditto.
11974 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11975
119762002-02-01 Daniel Jacobowitz <drow@mvista.com>
11977
11978 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11979 Update ``this'' pointer when calling virtual functions.
11980
119812002-02-01 Michael Snyder <msnyder@redhat.com>
11982
11983 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11984 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11985
119862002-02-01 Daniel Jacobowitz <drow@mvista.com>
11987
11988 * regformats/reg-arm.dat: New file.
11989 * regformats/reg-i386.dat: New file.
11990 * regformats/reg-ia64.dat: New file.
11991 * regformats/reg-m68k.dat: New file.
11992 * regformats/reg-mips.dat: New file.
11993 * regformats/reg-ppc.dat: New file.
11994 * regformats/reg-sh.dat: New file.
11995 * regformats/regdef.h: New file.
11996 * regformats/regdat.sh: New file.
11997
119982002-02-01 Richard Earnshaw <reanrsha@arm.com>
11999
12000 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12001 (arm_frame_args_address, arm_frame_locals_address): New functions.
12002 (arm_frame_num_args): New function.
12003 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12004 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12005 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12006
120072002-01-31 Michael Snyder <msnyder@redhat.com>
12008
12009 * breakpoint.c (break_at_finish_command): Export.
12010 (break_at_finish_at_depth_command): Export.
12011 (tbreak_at_finish_command): Export.
12012 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
12013 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
12014 "txbreak" commands, which are HPPA specific.
12015
12016 * printcmd.c (disassemble_command): Remove an ancient
12017 artifact of an old merge.
12018
12019 * symfile.h (enum overlay_debugging_state):
12020 Define enum constant values for overlay mode.
12021 * symfile.c (overlay_debugging): Use enums instead of literals.
12022 (overlay_is_mapped, overlay_auto_command,
12023 overlay_manual_command): Ditto.
12024
12025 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12026 breakpoint_here_p, breakpoint_inserted_here_p,
12027 breakpoint_thread_match, bpstat_stop_status,
12028 describe_other_breakpoints, check_duplicates, clear_command):
12029 Coding standard fixes.
12030
12031 * target.c (target_xfer_memory): Add spaces, coding standard.
12032 (do_xfer_memory): Add missing line to trust-readonly
12033 code: check bfd SEC_READONLY flag for section.
12034
120352002-01-31 Andrew Cagney <ac131313@redhat.com>
12036
12037 * PROBLEMS: Fix typo, 5.1->5.1.1.
12038
120392002-01-30 Daniel Jacobowitz <drow@mvista.com>
12040
12041 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12042 data symbols, since we search based on textlow and texthigh.
12043 (find_pc_sect_symtab): Likewise.
12044
120452002-01-30 Andrew Cagney <ac131313@redhat.com>
12046
12047 * defs.h (vwarning): Declare.
12048 * utils.c (vwarning): New function.
12049 (warning): Call vwarning.
12050 (warning_begin): Delete function.
12051
12052 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12053 the warning message.
12054 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12055 warning_begin.
12056
120572002-01-30 Michael Snyder <msnyder@redhat.com>
12058
12059 * NEWS: Mention "set trust-readonly-sections" command.
12060 Mention generate-core-file command.
12061
120622002-01-15 Michael Snyder <msnyder@redhat.com>
12063
12064 * target.c: New command, "set trust-readonly-sections on".
12065 (do_xfer_memory): Honor the suggestion to trust readonly sections
12066 by reading them from the object file instead of from the target.
12067 (initialize_targets): Register command "set trust-readonly-sections".
12068
120692002-01-29 Andrew Cagney <ac131313@redhat.com>
12070
12071 * parse.c (target_map_name_to_register): Simplify, search regs and
12072 pseudo-regs using a single loop.
12073
120742002-01-30 Andrew Cagney <ac131313@redhat.com>
12075
12076 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12077
120782002-01-15 Rodney Brown <rbrown64@csc.com.au>
12079
12080 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12081 * config/i386/i386v42mp.mh: Add i387-nat.o .
12082 * i386v4-nat.c: Include i387-nat.h.
12083 (supply_fpregset): Use i387_supply_fsave.
12084 (fill_fpregset): Use i387_fill_fsave.
12085
120862002-01-30 Richard Earnshaw <rearnsha@arm.com>
12087
12088 * arm-tdep.c (arm_call_dummy_words): Define.
12089 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12090 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12091 (CALL_DUMMY_WORDS): Define.
12092 (arm_call_dummy_words): Declare.
12093 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12094 (arm_linux_call_dummy_words): Declare.
12095
120962002-01-30 Andreas Schwab <schwab@suse.de>
12097
12098 * m68klinux-nat.c: Fix last change to use regcache_collect
12099 instead of referencing registers[] directly.
12100
121012002-01-29 Andrew Cagney <ac131313@redhat.com>
12102
12103 * parse.c (target_map_name_to_register): Delete code wrapped in
12104 #ifdef REGISTER_NAME_ALIAS_HOOK.
12105
121062002-01-28 Michael Snyder <msnyder@redhat.com>
12107
12108 * regcache.c (legacy_read_register_gen): Need to be able to
12109 read pseudo-register as well as real register.
12110 (legacy_write_register_gen): Ditto.
12111
121122002-01-28 Andrew Cagney <ac131313@redhat.com>
12113
12114 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12115 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12116 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12117 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12118 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12119 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12120 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12121 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12122 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12123 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12124 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12125 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12126 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12127 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12128 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12129 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12130 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12131 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12132 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12133 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12134
121352002-01-28 Andrew Cagney <ac131313@redhat.com>
12136
12137 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12138 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12139 (initialize_current_architecture): Update target_byte_order using
12140 information from BFD.
12141 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12142 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12143
121442002-01-28 Andrew Cagney <ac131313@redhat.com>
12145
12146 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12147 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12148
12149 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12150 #ifdef INVALID_FLOAT.
12151 * infcmd.c (do_registers_info): Ditto.
12152 * values.c (unpack_double): Ditto. Add comment.
12153
12154 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12155 already commented out.
12156
121572002-01-26 Andreas Schwab <schwab@suse.de>
12158
12159 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12160 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12161 registers and add support for PTRACE_GETREGS.
12162
121632002-01-24 Andrew Cagney <ac131313@redhat.com>
12164
12165 GDB 5.1.1 released from 5.1 branch.
12166 * NEWS: Add 5.1.1 news.
12167 * README: Sync with 5.1 branch.
12168
121692002-01-23 Fred Fish <fnf@redhat.com>
12170
12171 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12172 stabstring on initial malloc. Reallocing will copy it for us,
12173 if necessary.
12174
121752002-01-23 Elena Zannoni <ezannoni@redhat.com>
12176
12177 * Makefile.in (hpread_h): Delete.
12178 (HFILES_NO_SRCDIR): Remove hpread.h.
12179 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12180 (hpread.o): Update dependencies.
12181 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12182
12183 * hp-psymtab-read.c: Remove file.
12184 * hp-symtab-read.c: Remove file.
12185 * hpread.h: Remove file.
12186
12187 * hpread.c: Merge all contents of hp-psymtab-read.c,
12188 hp-symtab-read.c and hpread.h into this file, as it was prior to
12189 January 1999.
12190
12191 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12192 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12193 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12194 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12195
121962002-01-23 Elena Zannoni <ezannoni@redhat.com>
12197
12198 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12199 fill_gregset): Call gdbarch_tdep() just once, assign result to
12200 variable and use that, instead of calling the function several
12201 times.
12202
122032002-01-24 Alexandre Oliva <aoliva@redhat.com>
12204
12205 * configure.host: Accept sparcv9 as alias for sparc64.
12206 * configure.tgt: Likewise.
12207
122082002-01-22 Kevin Buettner <kevinb@redhat.com>
12209
12210 * solib-aix5.c (build_so_list_from_mapfile)
12211 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12212 arguments is not reversed.
12213 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12214 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12215
122162002-01-22 Elena Zannoni <ezannoni@redhat.com>
12217
12218 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12219 modified version of obsolete sh_fetch_pseudo_register.
12220 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12221 (sh4_register_read): New function.
12222 (sh_pseudo_register_write): New function. Renamed and modified
12223 version of obsolete sh_store_pseudo_register.
12224 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12225 (sh4_register_write): New function.
12226 (sh_gdbarch_init): Remove setting of gdbarch function
12227 fetch_pseudo_register and store_pseudo_register. Remove setting of
12228 register_convert_to_raw, register_convert_to_virtual,
12229 register_convertible.
12230 (sh_sh4_register_convertible): Delete. No longer needed. All is
12231 taken care by architecture specific functions
12232 register_read/register_write.
12233 (sh_sh4_register_convert_to_virtual): Make static.
12234 (sh_sh4_register_convert_to_raw): Ditto.
12235
122362002-01-22 Andrew Cagney <ac131313@redhat.com>
12237
12238 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12239 (floatformat_is_nan, floatformat_mantissa): Ditto.
12240
12241 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12242 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12243 builtin_type_ieee_double_little,
12244 builtin_type_ieee_double_littlebyte_bigword,
12245 builtin_type_m68881_ext, builtin_type_i960_ext,
12246 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12247 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12248 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12249 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12250
122512002-01-22 Corinna Vinschen <vinschen@redhat.com>
12252
12253 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12254 parameter. Set frameless flag if it exists and depended of
12255 whether the scanned function is frameless or not.
12256 (xstormy16_skip_prologue): If function is frameless, return
12257 result of xstormy16_scan_prologue().
12258 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12259 call.
12260
122612002-01-21 Elena Zannoni <ezannoni@redhat.com>
12262
12263 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12264 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12265 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12266 sh_sh4_register_byte, sh_sh4_register_raw_size,
12267 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12268 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12269 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12270 sh_store_pseudo_register, sh_do_pseudo_register): Call
12271 gdbarch_tdep() just once, assign result to variable and use that,
12272 instead of calling the function several times.
12273
122742002-01-20 Mark Kettenis <kettenis@gnu.org>
12275
12276 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12277 macros instead of LAST_FPU_CTRL_REGNUM.
12278 (store_register): Likewise.
12279
122802002-01-21 Jim Blandy <jimb@redhat.com>
12281
12282 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12283 is up-to-date before running the program, not just when a program
12284 exits.
12285
122862002-01-21 Fred Fish <fnf@redhat.com>
12287
12288 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12289 when we have found all instructions we are looking for.
12290
122912002-01-21 Richard Earnshaw <rearnsha@arm.com>
12292
12293 * arm-tdep.c (arm_register_name): New function.
12294 (arm_registers_names): Make static.
12295 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12296 (arm_register_name): Declare.
12297 (REGISTER_NAME): Use it.
12298
122992002-01-21 Richard Earnshaw <rearnsha@arm.com>
12300 Kevin Buettner <kevinb@redhat.com>
12301
12302 Convert arm targets to new FRAME interface.
12303 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12304 (arm_frame_find_save_regs): Delete.
12305 (arm_frame_init_saved_regs): New.
12306 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12307 Allocate extra_info as required. Convert all uses of fsr.regs
12308 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12309 to use extra_info.
12310 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12311 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12312 (check_prologue_cache, save_prologue_cache): Likewise.
12313 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12314 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12315 (FRAME_FIND_SAVED_REGS): Delete.
12316 (arm_frame_find_saved_regs): Delete prototype.
12317 (arm_frame_init_saved_regs): New prototype.
12318 (FRAME_INIT_SAVED_REGS): Define.
12319
123202002-01-20 Andrew Cagney <ac131313@redhat.com>
12321
12322 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12323
123242002-01-20 Andrew Cagney <ac131313@redhat.com>
12325
12326 From Jeff Law <law@redhat.com>:
12327 * infttrace.c: Include <sys/pstat.h>.
12328 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12329 exec file if the ttrace equivalent fails.
12330
123312002-01-20 Andrew Cagney <ac131313@redhat.com>
12332
12333 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12334 (closeLogFile): Ditto.
12335
123362002-01-20 Michael Chastain <mec@shout.net>
12337
12338 * top.c (print_gdb_version): Bump copyright year to 2002.
12339
123402002-01-20 Andrew Cagney <ac131313@redhat.com>
12341
12342 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12343 Zannoni and Eli Zaretskii.
12344
123452002-01-20 Daniel Jacobowitz <drow@mvista.com>
12346
12347 * buildsym.c: Update copyright years.
12348 * c-typeprint.c: Likewise.
12349 * dwarf2read.c: Likewise.
12350 * f-typeprint.c: Likewise.
12351 * gdbtypes.c: Likewise.
12352 * gdbtypes.h: Likewise.
12353 * hp-symtab-read.c: Likewise.
12354 * hpread.c: Likewise.
12355 * mdebugread.c: Likewise.
12356 * p-typeprint.c: Likewise.
12357
123582002-01-20 Andrew Cagney <ac131313@redhat.com>
12359
12360 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12361 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12362 byte-order selectable.
12363 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12364 * arch-utils.c: Ditto.
12365 (set_endian): Ditto.
12366 (set_endian_from_file): Ditto.
12367 * gdbserver/low-sim.c (create_inferior): Ditto.
12368 * gdbarch.sh: Ditto.
12369 * gdbarch.h: Re-generate.
12370 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12371 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12372 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12373 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12374 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12375 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12376 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12377 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12378 macro definition.
12379 * config/mips/tm-wince.h: Remove #undef of macro
12380 TARGET_BYTE_ORDER_SELECTABLE.
12381 * config/sh/tm-wince.h: Ditto.
12382
123832002-01-20 Daniel Jacobowitz <drow@mvista.com>
12384
12385 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12386 member function fields. Add accessor macro
12387 TYPE_FN_FIELD_ARTIFICIAL.
12388 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12389 * c-typeprint.c (c_type_print_base): Skip artificial member
12390 functions.
12391
123922002-01-20 Daniel Jacobowitz <drow@mvista.com>
12393
12394 * f-typeprint.c: Delete unused function f_type_print_args.
12395 * p-typeprint.c: Delete unused function pascal_type_print_args.
12396
123972002-01-20 Daniel Jacobowitz <drow@mvista.com>
12398
12399 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12400 comment. Add ``artificial'' to ``union field_location''.
12401
12402 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12403
12404 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12405 * mdebugread.c (parse_symbol): Likewise.
12406 * stabsread.c (define_symbol): Likewise.
12407 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12408 initializing TYPE_FIELD_BITPOS to n (obsolete).
12409 (hpread_doc_function_type): Likewise.
12410 * hpread.c (hpread_function_type): Likewise.
12411
124122002-01-20 Andrew Cagney <ac131313@redhat.com>
12413
12414 * configure.in (host_makefile_frag): Only require a host makefile
12415 fragment when a native build.
12416 * configure: Re-generate.
12417
124182002-01-20 Andrew Cagney <ac131313@redhat.com>
12419
12420 * doublest.h (floatformat_from_type): Declare.
12421 * doublest.c (floatformat_from_type): New function.
12422 (convert_typed_floating): Use.
12423
12424 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12425 call to function floatformat_from_type.
12426
12427 * gdbarch.sh (IEEE_FLOAT): Delete.
12428 * gdbarch.h, gdbarch.c: Re-generate.
12429 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12430 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12431 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12432 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12433 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12434 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12435 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12436 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12437 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12438 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12439 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12440 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12441
12442 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12443 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12444 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12445 * sh-tdep.c (sh_gdbarch_init): Ditto.
12446 * mips-tdep.c (mips_gdbarch_init): Ditto.
12447 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12448 * cris-tdep.c (cris_gdbarch_init): Ditto.
12449
124502002-01-20 Jiri Smid <smid@suse.cz>
12451
12452 * configure.host, configure.tgt: Support x86-64.
12453 * NEWS: Note new target x86-64.
12454
12455 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12456 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12457 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12458 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12459 x86-64-linux-nat.o): Fix dependencies.
12460
124612002-01-19 Andrew Cagney <ac131313@redhat.com>
12462
12463 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12464 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12465 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12466 * config/sparc/xm-sun4os4.h: Delete file.
12467 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12468
124692002-01-19 Andrew Cagney <ac131313@redhat.com>
12470
12471 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12472 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12473 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12474 * config/i386/i386lynx.mh (XM_FILE): Delete.
12475 * config/rs6000/xm-rs6000ly.h: Delete file.
12476 * config/sparc/xm-sparclynx.h: Delete file.
12477 * config/m68k/xm-m68klynx.h: Delete file.
12478 * config/i386/xm-i386lynx.h: Delete file.
12479 * config/xm-lynx.h: Delete file.
12480 * config/djgpp/fnchange.lst: Update.
12481
124822002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12483
12484 * alpha-tdep.c (alpha_register_byte): New function.
12485 (alpha_register_raw_size): Ditto.
12486 (alpha_register_virtual_size): Ditto.
12487 (alpha_skip_prologue_internal): Renamed from
12488 alpha_skip_prologue.
12489 (alpha_skip_prologue): New version that calls
12490 alpha_skip_prologue_internal.
12491 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12492 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12493 second argument from alpha_skip_prologue.
12494 (REGISTER_BYTE): Use alpha_register_byte.
12495 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12496 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12497 (FRAMELESS_FUNCTION_INVOCATION): Use
12498 generic_frameless_function_invocation_not.
12499 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12500 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12501
125022002-01-19 Andrew Cagney <ac131313@redhat.com>
12503
12504 * config/mips/xm-news-mips.h: Delete file.
12505 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12506
12507 * config/m88k/xm-m88k.h: Delete file.
12508 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12509 * config/m88k/xm-delta88v4.h: Ditto.
12510 * config/m88k/xm-delta88.h: Ditto.
12511
12512 * config/alpha/xm-fbsd.h: Delete file.
12513 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12514
12515 * config/sparc/xm-sparc.h: Delete file.
12516 * Makefile.in (xm-sun4os4.h): Delete dependency.
12517 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12518 * config/sparc/xm-sun4os4.h: Ditto.
12519 * config/sparc/xm-linux.h: Ditto.
12520
12521 * config/i386/xm-windows.h: Delete file.
12522
125232002-01-19 Andrew Cagney <ac131313@redhat.com>
12524
12525 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12526 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12527
125282002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12529
12530 * alpha-tdep.c (alpha_call_dummy_words): New.
12531 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12532 (CALL_DUMMY_P): Define.
12533 (CALL_DUMMY_WORDS): Define.
12534 (SIZEOF_CALL_DUMMY_WORDS): Define.
12535
125362002-01-19 Per Bothner <per@bothner.com>
12537
12538 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12539 isn't NULL, which can happen with some gcj-3.x-produced code.
12540
125412002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12542
12543 * alpha-tdep.c (alpha_register_virtual_type): New function.
12544 (alpha_init_frame_pc_first): Ditto.
12545 (alpha_fix_call_dummy): Ditto.
12546 (alpha_store_struct_return): Ditto.
12547 (alpha_extract_struct_value_address): Ditto.
12548 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12549 alpha_register_virtual_type.
12550 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12551 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12552 alpha_extract_struct_value_address.
12553 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12554 (INIT_FRAME_PC): Use init_frame_pc_noop.
12555 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12556
125572002-01-19 Mark Kettenis <kettenis@gnu.org>
12558
12559 * i386gnu-nat.c: Include "i386-tdep.h".
12560 (fetch_fpregs): Simplify code dealing with uninitialized floating
12561 point states such that it doesn't require FP7_REGNUM.
12562
125632002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12564
12565 * alpha-tdep.c (frame_extra_info): New.
12566 (alpha_find_saved_regs): Make static. Use
12567 frame->extra_info.
12568 (alpha_frame_init_saved_regs): New function.
12569 (alpha_frame_saved_pc): Use frame->extra_info.
12570 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12571 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12572 (init_extra_frame_info): Rename to...
12573 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12574 (alpha_print_extra_frame_info): New function.
12575 (alpha_frame_locals_address): Ditto.
12576 (alpha_frame_args_address): Ditto.
12577 (alpha_pop_frame): Use frame->extra_info.
12578 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12579 alpha_frame_args_address.
12580 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12581 (alpha_find_saved_regs): Remove prototype.
12582 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12583 (EXTRA_FRAME_INFO): Remove.
12584 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12585 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12586
125872002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12588
12589 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12590 (alpha_cannot_fetch_register): Ditto.
12591 (alpha_cannot_store_register): Ditto.
12592 (alpha_register_convertible): Ditto.
12593 (alpha_use_struct_convention): Ditto.
12594 * config/alpha/tm-alpha.h: Update copyright years.
12595 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12596 (INNER_THAN): Use core_addr_lessthan.
12597 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12598 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12599 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12600 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12601 (FRAME_CHAIN): Remove unnecessary cast.
12602
126032002-01-18 Andrew Cagney <ac131313@redhat.com>
12604
12605 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12606 obsolete.
12607
126082002-01-18 Andrew Cagney <ac131313@redhat.com>
12609
12610 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12611 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12612 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12613 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12614 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12615 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12616 * x86-64-linux-nat.c: Ditto.
12617
126182002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12619
12620 * alpha-tdep.c (alpha_register_name): New function.
12621 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12622 (REGISTER_NAME): Define.
12623
126242002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12625
12626 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12627
126282002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12629
12630 * alpha-tdep.c: Update copyright years.
12631 (alpha_next_pc): New function.
12632 (alpha_software_single_step): Ditto.
12633 * config/alpha/tm-alpha.h: Add prototype for
12634 alpha_software_single_step.
12635
126362002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12637
12638 * alphabsd-nat.c: Update copyright years.
12639 (fill_gregset): Use regcache_collect.
12640 (fill_fpregset): Likewise.
12641 (fetch_inferior_registers): Only fetch integer registers
12642 if requested to do so.
12643 (store_inferior_registers): Only store integer registers
12644 if requested to do so.
12645
126462002-01-17 Andrew Cagney <ac131313@redhat.com>
12647
12648 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12649 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12650 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12651 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12652 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12653 * config/arm/linux.mh (XDEPFILES): Delete.
12654 * config/arm/nbsd.mh (XDEPFILES): Delete.
12655 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12656 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12657 * config/i386/i386m3.mh (XDEPFILES): Delete.
12658 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12659 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12660 * config/i386/fbsd.mh (XDEPFILES): Delete.
12661 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12662 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12663 * config/i386/i386v4.mh (XDEPFILES): Delete.
12664 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12665 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12666 * config/i386/i386aix.mh (XDEPFILES): Delete.
12667 * config/i386/go32.mh (XDEPFILES): Delete.
12668 * config/i386/cygwin.mh (XDEPFILES): Delete.
12669 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12670 * config/i386/i386mach.mh (XDEPFILES): Delete.
12671 * config/i386/i386v32.mh (XDEPFILES): Delete.
12672 * config/i386/linux.mh (XDEPFILES): Delete.
12673 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12674 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12675 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12676 * config/i386/i386sco.mh (XDEPFILES): Delete.
12677 * config/i386/i386v.mh (XDEPFILES): Delete.
12678 * config/i386/nbsd.mh (XDEPFILES): Delete.
12679 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12680 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12681 * config/i386/symmetry.mh (XDEPFILES): Delete.
12682 * config/i386/obsd.mh (XDEPFILES): Delete.
12683 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12684 * config/ia64/linux.mh (XDEPFILES): Delete.
12685 * config/ia64/aix.mh (XDEPFILES): Delete.
12686 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12687 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12688 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12689 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12690 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12691 * config/m68k/linux.mh (XDEPFILES): Delete.
12692 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12693 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12694 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12695 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12696 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12697 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12698 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12699 * config/m88k/delta88.mh (XDEPFILES): Delete.
12700 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12701 * config/m88k/m88k.mh (XDEPFILES): Delete.
12702 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12703 * config/mips/linux.mh (XDEPFILES): Delete.
12704 * config/mips/irix6.mh (XDEPFILES): Delete.
12705 * config/mips/irix5.mh (XDEPFILES): Delete.
12706 * config/mips/irix4.mh (XDEPFILES): Delete.
12707 * config/mips/irix3.mh (XDEPFILES): Delete.
12708 * config/mips/decstation.mh (XDEPFILES): Delete.
12709 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12710 (NATDEPFILES): Move core-aout.o to here.
12711 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12712 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12713 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12714 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12715 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12716 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12717 * config/pa/hpux11.mh (XDEPFILES): Delete.
12718 * config/powerpc/aix.mh (XDEPFILES): Delete.
12719 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12720 * config/powerpc/linux.mh (XDEPFILES): Delete.
12721 * config/romp/rtbsd.mh: Rename XDEPFILES.
12722 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12723 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12724 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12725 * config/s390/s390.mh (XDEPFILES): Delete.
12726 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12727 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12728 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12729 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12730 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12731 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12732 * config/sparc/linux.mh (XDEPFILES): Delete.
12733 * config/vax/vaxult.mh (XDEPFILES): Delete.
12734 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12735 * Makefile.in (DEPFILES): Remove XDEPFILES.
12736
127372002-01-17 Andrew Cagney <ac131313@redhat.com>
12738
12739 * utils.c (internal_verror): Fix comments, default is yes not no.
12740 Update queries to match. Default to quit and dump core.
12741
127422002-01-17 Andrew Cagney <ac131313@redhat.com>
12743
12744 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12745 copyright.
12746 * defs.h, event-top.c, gdbcmd.h: Ditto.
12747 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12748 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12749 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12750 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12751 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12752 * mi/mi-main.c:Ditto.
12753
12754 * stack.c, symfile.c: Update copyright.
12755
127562002-01-17 Daniel Jacobowitz <drow@mvista.com>
12757
12758 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12759 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12760 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12761 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12762
127632002-01-17 Daniel Jacobowitz <drow@mvista.com>
12764
12765 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12766 * gdbserver/low-lynx.c (myattach): Likewise.
12767 * gdbserver/low-nbsd.c (myattach): Likewise.
12768 * gdbserver/low-sim.c (myattach): Likewise.
12769 * gdbserver/low-sparc.c (myattach): Likewise.
12770 * gdbserver/low-sun3.c (myattach): Likewise.
12771
12772 * gdbserver/low-linux.c (myattach): New function.
12773
12774 * gdbserver/server.c (attach_inferior): New function.
12775 (main): Handle "--attach".
12776
127772002-01-16 Andrew Cagney <ac131313@redhat.com>
12778
12779 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12780 maintainer.
12781
127822002-01-15 Daniel Jacobowitz <drow@mvista.com>
12783
12784 * c-typeprint.c (is_type_conversion_operator): Add additional
12785 check for non-conversion operators.
12786
127872002-01-15 Michael Snyder <msnyder@redhat.com>
12788
12789 * linux-proc.c: Add "info proc" command, a la procfs.c.
12790 (read_mapping): New function, abstract and re-use code.
12791 (linux_find_memory_regions): Use new func read_mapping.
12792 (linux_info_proc_cmd): New function, implement "info proc".
12793 (_initialize_linux_proc): Add new command "info proc".
12794
127952002-01-15 Michael Snyder <msnyder@redhat.com>
12796
12797 * symfile.c (generic_load): Use bfd_map_over_sections method
12798 instead of manipulating bfd structure members directly.
12799 (add_section_size_callback): New function, bfd sections callback
12800 used by generic_load.
12801 (load_sections_callback): New function, bfd sections callback
12802 used by generic_load.
12803
128042002-01-15 Elena Zannoni <ezannoni@redhat.com>
12805
12806 [Based on work by Jim Blandy]
12807 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12808 (builtin_type_vec128): Export.
12809 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12810 types.
12811 (builtin_type_vec128): New builtin type for 128 bit vector
12812 registers.
12813 (build_gdbtypes): Initialize builtin_type_v16qi and
12814 builtin_type_v8hi. Create the vec128 register builtin type
12815 structure.
12816 (build_builtin_type_vec128): New function.
12817 (_initialize_gdbtypes): Register builtin_type_v16qi and
12818 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12819 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12820 AltiVec register to new builtin type.
12821
128222001-01-15 Daniel Jacobowitz <drow@mvista.com>
12823
12824 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12825 to make_cv_type.
12826
128272002-01-14 Andrew Cagney <ac131313@redhat.com>
12828
12829 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12830 CLEAN_UP_REGISTER_VALUE.
12831 * regcache.c (supply_register): Update only call.
12832
128332002-01-14 Andrew Cagney <ac131313@redhat.com>
12834
12835 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12836 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12837 a29k-*-vxworks* targets as obsolete.
12838
128392002-01-14 Michael Snyder <msnyder@redhat.com>
12840
12841 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12842 until we can resolve portability issues.
12843 * gregset.h: Remove references to fpxregs.
12844 * gcore.c (gcore_command): Initialize note_sec to NULL.
12845
128462002-01-13 Andrew Cagney <ac131313@redhat.com>
12847
12848 * signals.c (target_signal_to_name): Rewrite. Only use
12849 signals[].name when in bounds and non-NULL.
12850
128512002-01-13 Andrew Cagney <ac131313@redhat.com>
12852
12853 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12854 * signals.c (target_signal_to_name): Verify that SIG is within the
12855 bounds of the signals array.
12856
128572002-01-13 Andrew Cagney <ac131313@redhat.com>
12858
12859 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12860
128612002-01-13 Keith Seitz <keiths@redhat.com>
12862
12863 * stack.c (print_frame_info_base): Print the frame's pc
12864 only if when print_frame_info_listing_hook is not defined.
12865
128662002-01-13 Keith Seitz <keiths@redhat.com>
12867
12868 * varobj.c (varobj_set_value): Make sure that there were no
12869 errors evaluating the object before attempting to set its
12870 value.
12871 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12872 so this offset adjustment is no longer necessary.
12873 (create_child): Don't set the error flag if the child is
12874 a CPLUS_FAKE_CHILD.
12875 (value_of_child): If value_fetch_lazy fails, return NULL
12876 so that callers will be notified that an error occurred.
12877 (c_value_of_variable): Delay check of variable's validity
12878 until later. We actually want all structs and unions to have
12879 the value "{...}".
12880 Do not return "???" for variables which could not be evaluated.
12881 This error condition must be returned to the caller so that it
12882 can get the error condition from gdb.
12883 (cplus_name_of_child): Adjust index for vptr before figuring
12884 out the name of the child.
12885 (cplus_value_of_child): If a child's (real) parent is not valid,
12886 don't even bother trying to give a value for it. Just return
12887 an error. Change all instances in this function.
12888 (cplus_type_of_child): If our parent is one of the "fake"
12889 parents, we need to get at the type of the real parent, and
12890 derive the child's true type using this information.
12891
128922002-01-13 Andrew Cagney <ac131313@redhat.com>
12893
12894 From 2002-01-09 John Marshall <johnm@falch.net>:
12895 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12896 sources.redhat.com, and tweak some related URLs which had
12897 suffered from linkrot.
12898
128992002-01-13 Andrew Cagney <ac131313@redhat.com>
12900
12901 From Jeff law:
12902 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12903 structures passed in registers.
12904
129052002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12906
12907 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12908 white space which prevented compilation. Reported by DSK
12909 <dsk@student.unsw.edu.au>.
12910
129112002-01-11 Michael Snyder <msnyder@redhat.com>
12912
12913 * symfile.c (build_section_addr_info_from_section_tab):
12914 Use bfd access method instead of manipulating bfd directly.
12915 (syms_from_objfile): Ditto.
12916 (simple_overlay_update_1): Ditto.
12917 (simple_overlay_update): Ditto.
12918 (generic_load): Ditto.
12919 (overlay_unmapped_address): FIXME comment, bfd access methods.
12920 (sections_overlap): FIXME comment, bfd access methods.
12921 (pc_in_mapped_range): FIXME comment, bfd access methods.
12922 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12923 (section_is_mapped): FIXME comment, bfd access methods.
12924 (section_is_overlay): FIXME comment, bfd access methods.
12925
12926 * symfile.c (generic_load): Whitespace and long line cleanups.
12927 Remove duplicate variable, change several local variables to
12928 more appropriate data types.
12929 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12930
129312002-01-12 Andrew Cagney <ac131313@redhat.com>
12932
12933 From Peter Schauer:
12934 * language.c (longest_local_hex_string_custom): Use phex_nz to
12935 convert NUM to a hex string.
12936
129372002-01-12 Elena Zannoni <ezannoni@redhat.com>
12938
12939 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12940 the function.
12941 Update Copyright year.
12942
129432002-01-12 Andrew Cagney <ac131313@redhat.com>
12944
12945 * language.c (longest_raw_hex_string): Delete unused function.
12946
129472002-01-11 Petr Sorfa <petrs@caldera.com>
12948
12949 * MAINTAINERS (write-after-approval): Add myself.
12950 * dwarf2read.c (read_tag_string_type): Handling of
12951 DW_AT_byte_size.
12952 (read_tag_string_type): FORTRAN fix to prevent propagation of
12953 first string size.
12954 (set_cu_language): Handling of DW_LANG_Fortran95
12955
129562002-01-11 Richard Earnshaw <rearnsha@arm.com>
12957
12958 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12959 GETPID(inferior_ptid).
12960 (store_inferior_registers): Likewise.
12961
129622002-01-10 Jason Merrill <jason@redhat.com>
12963
12964 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12965 Fix DW_OP_minus.
12966
129672002-01-10 Andrew Cagney <ac131313@redhat.com>
12968
12969 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12970 and bfd/elf32-sh-nbsd.c.
12971
129722002-01-10 Michael Snyder <msnyder@redhat.com>
12973
12974 * NEWS: Mention --pid and corefile/proc-id behavior change.
12975
12976 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12977 * gcore.c: Include cli/cli-decode.h instead of command.h.
12978
12979 * main.c (captured_main): Add new command line option "--pid".
12980 If the second command line argument (following the symbol-file)
12981 begins with a digit, try to attach to it before trying to open
12982 it as a corefile.
12983 (print_gdb_help): Document the "--pid" argument.
12984
129852002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12986
12987 * completer.c (command_completer): New function.
12988
12989 * completer.h <command_completer>: Add prototype.
12990
12991 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12992 completer for the "help" command.
12993
129942002-01-09 Jason Merrill <jason@redhat.com>
12995
12996 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12997
129982002-01-09 Michael Snyder <msnyder@redhat.com>
12999
13000 * i386-linux-nat.c (fill_fpxregset): Make global.
13001 (store_fpxregset): Ditto.
13002
13003 * gregset.h (gdb_fpxregset_t): Define.
13004 (supply_fpxregset): Prototype.
13005 (fill_fpxregset): Prototype.
13006
13007 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13008
130092002-01-09 Richard Earnshaw <rearnsha@arm.com>
13010
13011 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13012 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13013 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13014
130152002-01-09 Andrew Cagney <ac131313@redhat.com>
13016
13017 * MAINTAINERS: Update target maintainer rules so that any
13018 Maintainer can approve a tested patch for a maintenance-only
13019 target.
13020
130212002-01-09 Richard Earnshaw <rearnsha@arm.com>
13022
13023 * MAINTAINERS (write-after-approval): Add myself.
13024
13025 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
13026 IN_SIGTRAMP.
13027
130282002-01-08 Michael Snyder <msnyder@redhat.com>
13029
13030 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13031 real name of the executable, rather than the /proc name.
13032
130332002-01-03 Michael Snyder <msnyder@redhat.com>
13034
13035 Implement a "generate-core-file" command in gdb, save target state.
13036 * gcore.c: New file. Implement new command 'generate-core-file'.
13037 Save a corefile image of the current state of the inferior.
13038 * linux-proc.c: Add linux-specific code for saving corefiles.
13039 * target.h (struct target_ops): Add new target vectors for saving
13040 corefiles; to_find_memory_regions and to_make_corefile_notes.
13041 (target_find_memory_regions): New macro.
13042 (target_make_corefile_notes): New macro.
13043 * target.c (update_current_target): Inherit new target methods.
13044 (dummy_find_memory_regions): New place-holder method.
13045 (dummy_make_corefile_notes): New place-holder method.
13046 (init_dummy_target): Initialize new dummy target vectors.
13047 * exec.c (exec_set_find_memory_regions): New function.
13048 Allow the exec_ops vector for memory regions to be taken over.
13049 (exec_make_note_section): New function, target vector method.
13050 * defs.h (exec_set_find_memory_regions): Export prototype.
13051 * procfs.c (proc_find_memory_regions): New function, corefile method.
13052 (procfs_make_note_section): New function, corefile method.
13053 (init_procfs_ops): Set new target vector pointers.
13054 (find_memory_regions_callback): New function.
13055 (procfs_do_thread_registers): New function.
13056 (procfs_corefile_thread_callback): New function.
13057 * sol-thread.c (sol_find_memory_regions): New function.
13058 (sol_make_note_section): New function.
13059 (init_sol_thread_ops): Initialize new target vectors.
13060 * inftarg.c (inftarg_set_find_memory_regions): New function.
13061 Allow to_find_memory_regions vector to be taken over.
13062 (inftarg_set_make_corefile_notes): New function.
13063 Allow to_make_corefile_notes vector to be taken over.
13064 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13065 interface layer if not target_has_execution (may be a corefile).
13066 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13067 * config/sparc/sun4sol2.mh: Ditto.
13068 * config/alpha/alpha-linux.mh: Ditto.
13069 * config/arm/linux.mh: Ditto.
13070 * config/i386/x86-64linux.mh: Ditto.
13071 * config/ia64/linux.mh: Ditto.
13072 * config/m68k/linux.mh: Ditto.
13073 * config/mips/linux.mh: Ditto.
13074 * config/powerpc/linux.mh: Ditto.
13075 * config/sparc/linux.mh: Ditto.
13076
130772002-01-07 Michael Snyder <msnyder@redhat.com>
13078
13079 * arm-linux-nat.c: Remove references to regcache.c internal data
13080 (registers[] and register_valid[]).
13081
130822002-01-07 Michael Snyder <msnyder@redhat.com>
13083
13084 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13085 so that attaching to a pid will automatically read the process's
13086 symbol file and shlibs.
13087 * Makefile.in: Add rule for linux-proc.o.
13088 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13089 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13090 * config/arm/linux.mh: Ditto.
13091 * config/i386/linux.mh: Ditto.
13092 * config/i386/x86-64linux.mh: Ditto.
13093 * config/ia64/linux.mh: Ditto.
13094 * config/m68k/linux.mh: Ditto.
13095 * config/mips/linux.mh: Ditto.
13096 * config/powerpc/linux.mh: Ditto.
13097 * config/sparc/linux.mh: Ditto.
13098
130992002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13100
13101 * win32-nat.c: Add i386-tdep.h dependency.
13102
131032002-01-07 Michael Snyder <msnyder@redhat.com>
13104
13105 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13106 instead of bfd_get_arch_size. Don't bail out just because
13107 there's no exec_bfd.
13108
13109 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13110 * p-valprint.c (pascal_object_print_value): Ditto.
13111 * somread.c (som_symtab_read): Ditto.
13112 * symfile.c (simple_free_overlay_region_table): Ditto.
13113 * valops.c (value_assign): Ditto.
13114
13115 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13116 use tilde_expand and strerror for opening save-tracepoints file.
13117
13118 * thread-db.c (thread_db_new_objfile): Indendation fix.
13119
13120 * infptrace.c (GDB_MAX_ALLOCA): New define.
13121 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13122 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13123 can be overridden with whatever value is appropriate to the host).
13124 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13125 alloca to allocate potentially large buffer.
13126 * rs6000-nat.c (child_xfer_memory): Ditto.
13127 * symm-nat.c (child_xfer_memory): Ditto.
13128 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13129
131302002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13131
13132 From Nick Clifton <nickc@redhat.com>
13133 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13134
131352002-01-07 Michael Snyder <msnyder@redhat.com>
13136
13137 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13138 Don't use exec_bfd if it's NULL.
13139
131402002-01-06 Mark Kettenis <kettenis@gnu.org>
13141
13142 * valops.c (value_arg_coerce): Fix formatting.
13143
131442002-01-06 Andrew Cagney <ac131313@redhat.com>
13145
13146 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13147 * gnu-nat.c: Ditto.
13148
131492002-01-06 Andrew Cagney <ac131313@redhat.com>
13150
13151 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13152 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13153 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13154 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13155 z8k-coff have not been multi-arched. Update z8k-coff build
13156 status.
13157
131582002-01-06 Andrew Cagney <ac131313@redhat.com>
13159
13160 * MAINTAINERS: Mark a29k target as obsolete.
13161 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13162 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13163 comments.
13164 * NEWS: Note that a29k targets are obsolete.
13165 * a29k-tdep.c: Mark as obsolete.
13166 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13167 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13168 a29k-*-vxworks* targets as obsolete.
13169 * remote-adapt.c: Obsolete.
13170 * remote-eb.c: Obsolete.
13171 * remote-mm.c: Obsolete.
13172 * remote-udi.c: Obsolete.
13173 * config/a29k/a29k-udi.mt: Obsolete.
13174 * config/a29k/a29k.mt: Obsolete.
13175 * config/a29k/tm-a29k.h: Obsolete.
13176 * config/a29k/tm-vx29k.h: Obsolete.
13177 * config/a29k/vx29k.mt: Obsolete.
13178
131792002-01-05 Andrew Cagney <ac131313@redhat.com>
13180
13181 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13182 with BFD_ENDIAN_BIG.
13183
131842002-01-05 Andrew Cagney <ac131313@redhat.com>
13185
13186 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13187 * configure, config.in: Re-generate.
13188 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13189 * defs.h: Do not include <endian.h>.
13190
131912002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13192
13193 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13194 * config.in: Regenerate.
13195 * configure.in: Update copyright years.
13196 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13197 * configure: Regenerate.
13198 * i386bsd-nat.c: Update copyright years.
13199 (fill_gregset): Use regcache_collect.
13200 (fetch_inferior_registers): Only fetch integer registers
13201 if requested to do so. Add support for XMM registers
13202 using PT_GETXMMREGS.
13203 (store_inferior_registers): Only store integer registers
13204 if requested to do so. Add support for XMM registers
13205 using PT_SETXMMREGS.
13206 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13207 (store_inferior_registers): Remove.
13208 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13209 (fetch_elfcore_registers): New function.
13210 (i386nbsd_elfcore_fns): New.
13211 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13212 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13213 i386bsd-nat.o.
13214 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13215 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13216 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13217 * config/i386/tm-nbsd.h: Update copyright years.
13218 (HAVE_SSE_REGS): Define.
13219 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13220 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13221 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13222 (SIGCONTEXT_PC_OFFSET): Remove.
13223 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13224
132252002-01-05 Andrew Cagney <ac131313@redhat.com>
13226
13227 * configure.tgt: Remove powerpc-*-macos* target.
13228 * config/m68k/xm-mpw.h: Delete file.
13229 * config/xm-mpw.h: Delete file.
13230 * ser-mac.c: Delete file.
13231 * mpw-make.sed: Delete file.
13232 * mpw-config.in: Delete file.
13233 * mac-xdep.c: Delete file.
13234 * mac-gdb.r: Delete file.
13235 * mac-defs.h: Delete file.
13236 * mac-nat.c: Delete file.
13237 * config/powerpc/macos.mh: Delete file.
13238 * config/powerpc/macos.mt: Delete file.
13239 * config/powerpc/nm-macos.h: Delete file.
13240 * config/powerpc/tm-macos.h: Delete file.
13241 * source.c (openp, open_source_file): Remove obsolete code.
13242 * top.c (gdb_readline): Ditto.
13243 * utils.c (query): Ditto.
13244 * event-top.c (display_gdb_prompt): Ditto.
13245 * Makefile.in (ser-mac.o): Delete obsolete target.
13246 * NEWS: Update.
13247
132482002-01-04 Andrew Cagney <ac131313@redhat.com>
13249
13250 * defs.h (BIG_ENDIAN): Delete macro definition.
13251 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13252 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13253 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13254 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13255 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13256 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13257 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13258 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13259 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13260 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13261 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13262 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13263 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13264 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13265 * gdbarch.c: Re-generate.
13266
132672002-01-04 Daniel Jacobowitz <drow@mvista.com>
13268
13269 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13270 for core files.
13271
132722002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13273
13274 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13275
132762002-01-04 Andrew Cagney <ac131313@redhat.com>
13277
13278 * value.h (value_ptr): Delete typedef.
13279
132802002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13281
13282 * i386nbsd-nat.c: Update copyright years.
13283 Include i386-tdep.h.
13284
132852002-01-04 Elena Zannoni <ezannoni@redhat.com>
13286
13287 * stabsread.c: Update copyright years.
13288
13289 From Debashis Mahata <debashis.mahata@wipro.com>:
13290 (read_struct_fields): Deal with Sun C compiler erroneous stab
13291 output for structs and unions.
13292 Fix PR gdb/269.
13293
132942002-01-04 Daniel Jacobowitz <drow@mvista.com>
13295
13296 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13297 prototype.
13298
132992002-01-04 Daniel Jacobowitz <drow@mvista.com>
13300
13301 * cp-abi.c: Fix whitespace.
13302 (baseclass_offset): New wrapper function.
13303 * cp-abi.h (baseclass_offset): Add prototype.
13304 (struct cp_abi_ops): Add baseclass_offset pointer.
13305
13306 * valops.c (vb_match): Move to...
13307 * gnu-v2-abi.c (vb_match): here.
13308 * valops.c (baseclass_offset): Move to...
13309 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13310
13311 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13312
13313 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13314 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13315 * hpacc-abi.c (init_hpacc_ops): Likewise.
13316
133172002-01-04 Daniel Jacobowitz <drow@mvista.com>
13318
13319 * valops.c (find_overload_match): Accept obj as a
13320 reference parameter. Update it before returning.
13321 * value.h (find_overload_match): Update prototype.
13322 * eval.c (evaluate_subexp_standard): Pass object to
13323 find_overload_match by reference.
13324
133252002-01-03 Andrew Cagney <ac131313@redhat.com>
13326
13327 * valarith.c: Replace value_ptr with struct value pointer. Remove
13328 register attribute from value declarations.
13329 * valops.c: Ditto.
13330 * value.h: Ditto.
13331 * scm-lang.c (scm_lookup_name): Ditto.
13332
133332002-01-03 Michael Snyder <msnyder@redhat.com>
13334
13335 Abstract the functionality of iterating over mapped memory
13336 regions into a general purpose iterator function.
13337 * procfs.c (iterate_over_mappings): New function, general purpose
13338 iterator for memory sections.
13339 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13340 (solib_mappings_callback): New function, callback for above.
13341 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13342 (info_mappings_callback): New function, callback for above.
13343
13344 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13345
133462002-01-01 Mark Kettenis <kettenis@gnu.org>
13347
13348 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13349 * i386-tdep.c: Include "elf-bfd.h".
13350 (process_note_abi_tag_sections): New function.
13351 (i386_gdbarch_init): Add code to recognize various OS/ABI
13352 combinations.
13353
13354 * maint.c (_initialize_maint_cmds): Add missing \ in
13355 string-literal.
13356
13357For older changes see ChangeLog-2001
13358\f
13359Local Variables:
13360mode: change-log
13361left-margin: 8
13362fill-column: 74
13363version-control: never
13364End:
This page took 0.065909 seconds and 4 git commands to generate.