* maint.c (_initialize_maint_cmds): Fix typo. From
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
2
3 * maint.c (_initialize_maint_cmds): Fix typo. From
4 Francesco Potorti` <pot@gnu.org>.
5
6 2002-11-21 Andrew Cagney <cagney@redhat.com>
7
8 * mips-tdep.c (mips_dump_tdep): Delete references to
9 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
10 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
11 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
12 * printcmd.c (build_address_symbolic): Delete calls to
13 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
14 (address_info): Ditto.
15 Fix PR gdb/773.
16
17 2002-11-19 Klee Dienes <kdienes@apple.com>
18 Adam Fedor <fedor@gnu.org>
19
20 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
21 the ability to explicitly specify the quote characters and word
22 break characters; if NULL is specified for either, use the old
23 behavior of using the characters used by the completer.
24 (skip_chars): New function. Convenience wrapper around
25 skip_quoted_chars to provide the original skip_chars behavior.
26 * completer.h (skip_quoted_chars): Add prototype.
27
28 2002-11-19 Andrew Cagney <ac131313@redhat.com>
29
30 Problems reported by Paul Eggert.
31 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
32
33 2002-11-19 Andreas Schwab <schwab@suse.de>
34
35 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
36 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
37 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
38 (m68k_linux_frame_saved_pc): Move to ...
39 * m68klinux-tdep.c: ... here. New file.
40 * Makefile.in (m68klinux-tdep.o): Add dependencies.
41 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
42
43 2002-11-19 Adam Fedor <fedor@gnu.org>
44
45 * objc-exp.y: Revert to old skip_quoted usage.
46
47 2002-11-19 Adam Fedor <fedor@gnu.org>
48
49 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
50 (objc_lang_h): Define.
51 (YYFILES): Add objc-exp.tab.c.
52 (local-maintainer-clean): Remove objc-exp.tab.c.
53 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
54
55 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
56
57 * p-exp.y (typecast rule): Add automatic dereference of
58 pascal classes if needed.
59 (THIS): Set current_type.
60 Automatically dereference pascal classes.
61 (typebase rule): Add ^typebase recognition.
62
63 2002-11-18 Adam Fedor <fedor@gnu.org>
64
65 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
66 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
67 (op_name): Handle OP_OBJC_SELF.
68 * Makefile.in (expprint.o): Add additional depends.
69
70 2002-11-18 Adam Fedor <fedor@gnu.org>
71
72 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
73 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
74 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
75 * objc-exp.y: Likewise.
76
77 2002-11-18 Adam Fedor <fedor@gnu.org>
78
79 * gdb/parser-defs.h: (struct objc_class_str): New structure
80 for parsing ObjC classes.
81
82 2002-11-18 Andrew Cagney <ac131313@redhat.com>
83
84 * stack.c (frame_relative_level): Copy function from here ...
85 * frame.c (frame_relative_level): ...to here.
86
87 2002-11-18 Andrew Cagney <ac131313@redhat.com>
88
89 * frame.h (enum frame_type): Define.
90 (get_frame_type): Declare.
91 (struct frame_info): Add field `type'. Delete field
92 signal_handler_caller.
93 (deprecated_set_frame_signal_handler_caller): Declare.
94 * frame.c (get_frame_type): New function.
95 (deprecated_set_frame_type): New function.
96 (create_new_frame): Set the frame's type.
97 (get_prev_frame): Similar.
98 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
99 * s390-tdep.c: Ditto.
100 * m68klinux-nat.c: Ditto.
101 * ns32k-tdep.c: Ditto.
102 * x86-64-linux-tdep.c: Ditto.
103 * vax-tdep.c: Ditto.
104 * rs6000-tdep.c: Ditto.
105 * ppc-linux-tdep.c: Ditto.
106 * i386-interix-tdep.c: Ditto.
107 * mips-tdep.c: Ditto.
108 * m68k-tdep.c: Ditto.
109 * hppa-tdep.c: Ditto.
110 * ia64-tdep.c: Ditto.
111 * cris-tdep.c: Ditto.
112 * arm-tdep.c: Ditto.
113 * alpha-tdep.c: Ditto.
114 * i386-tdep.c: Ditto.
115 * stack.c: Ditto.
116 * ada-lang.c: Ditto.
117 * blockframe.c: Update.
118 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
119 deprecated_set_frame_type instead of signal_handler_caller.
120 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
121 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
122 * breakpoint.h: Delete FIXME suggesting get_frame_type.
123
124 2002-11-18 Klee Dienes <kdienes@apple.com>
125
126 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
127
128 2002-11-18 Klee Dienes <kdienes@apple.com>
129
130 * buildsym.c (pop_context): Add comment.
131
132 2002-11-18 Klee Dienes <kdienes@apple.com>
133
134 * buildsym.h (pop_context): Convert to function, defined in
135 buildsym.c.
136 * buildsym.c: Include gdb_assert.h.
137 (pop_context): Implement as C function. Add check for stack
138 underflow.
139 * dbxread.c (process_one_symbol): Complain and stop processing
140 that symbol if we are already at the top of the context stack for
141 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
142 when processing N_RBRAC.
143
144 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
145
146 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
147 define.
148 (struct target_waitstatus): Add opaque definition.
149 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
150 * exec.c (init_exec_ops): Likewise.
151 * fork-child.c (clone_and_follow_inferior): Remove.
152 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
153 * inferior.h (clone_and_follow_inferior): Remove prototype.
154 * infrun.c (follow_fork_mode_both): Remove.
155 (follow_fork_mode_kind_names): Remove commented out "both".
156 (follow_inferior_fork): Remove follow_fork_mode_both support.
157 * inftarg.c (child_clone_and_follow_inferior): Remove.
158 (child_post_follow_inferior_by_clone): Remove.
159 (init_child_ops): Don't set to_clone_and_follow_inferior
160 or to_post_follow_inferior_by_clone.
161 * target.c (default_clone_and_follow_inferior): Remove.
162 (cleanup_target): Don't set to_clone_and_follow_inferior
163 or to_post_follow_inferior_by_clone.
164 (find_default_clone_and_follow_inferior): Remove.
165 (init_dummy_target): Don't set to_clone_and_follow_inferior.
166 (debug_to_clone_and_follow_inferior): Remove.
167 (debug_to_post_follow_inferior_by_clone): Remove.
168 (setup_target_debug): Don't set to_clone_and_follow_inferior
169 or to_post_follow_inferior_by_clone.
170 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
171 and to_post_follow_inferior_by_clone.
172 (child_clone_and_follow_inferior): Remove prototype.
173 (child_post_follow_inferior_by_clone): Remove prototype.
174 (target_clone_and_follow_inferior): Remove macro.
175 (target_post_follow_inferior_by_clone): Remove macro.
176 (find_default_clone_and_follow_inferior): Remove prototype.
177
178 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
179
180 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
181 inferior_has_vforked, and inferior_has_execd instead of
182 target_has_forked, target_has_vforked, and target_has_execd.
183 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
184 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
185 (CHILD_WAIT): Define.
186 (child_wait): Add prototype.
187 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
188 Add prototype.
189 (hpux_has_vforked): Likewise, from child_has_vforked.
190 (hpux_has_execd): Likewise, from child_has_execd.
191 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
192 (not_same_real_pid, child_wait): New, copied from inftarg.c.
193 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
194 and hpux_has_syscall_event instead of the target hooks.
195 * infrun.c (inferior_has_forked, inferior_has_vforked)
196 (inferior_has_execd): New functions.
197 * inftarg.c (not_same_real_pid): Remove.
198 (child_wait): Remove references to not_same_real_pid,
199 target_has_forked, target_has_vforked, target_has_execd,
200 and target_has_syscall_event.
201 (child_has_forked, child_has_vforked, child_has_execd)
202 (child_has_syscall_event): Remove.
203 (init_child_ops): Remove references to child_has_forked,
204 child_has_vforked, child_has_execd, and child_has_syscall_event.
205 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
206 (hpux_has_vforked): Likewise, from child_has_vforked.
207 (hpux_has_execd): Likewise, from child_has_execd.
208 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
209 * target.c (cleanup_target): Remove references to
210 to_has_forked, to_has_vforked, to_has_execd, and
211 to_has_syscall_event.
212 (update_current_target): Likewise.
213 (setup_target_debug): Likewise.
214 (debug_to_has_forked): Remove.
215 (debug_to_has_vforked): Remove.
216 (debug_to_has_execd): Remove.
217 (debug_to_has_syscall_event): Remove.
218 * target.h (struct target_ops): Remove to_has_forked.
219 to_has_vforked, to_has_execd, and to_has_syscall_event.
220 (child_has_forked, child_has_vforked, child_has_execd)
221 (child_has_syscall_event): Remove prototypes.
222 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
223 prototypes.
224 (target_has_forked, target_has_vforked, target_has_execd)
225 (target_has_syscall_event): Remove macros.
226
227 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
228
229 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
230 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
231 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
232 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
233 * target.c (cleanup_target): Remove reference to
234 to_can_follow_vfork_prior_to_exec.
235 (update_current_target): Likewise.
236 (debug_to_can_follow_vfork_prior_to_exec): Remove.
237 (setup_target_debug): Remove reference to
238 to_can_follow_vfork_prior_to_exec.
239 * target.h (struct target_ops): Remove
240 to_can_follow_vfork_prior_to_exec.
241 (child_can_follow_vfork_prior_to_exec): Remove prototype.
242 (target_can_follow_vfork_prior_to_exec): Remove definition.
243 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
244 define.
245 * infrun.c (follow_vfork_when_exec): Remove.
246 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
247 (follow_exec): Likewise.
248 (handle_inferior_event): Likewise.
249 (keep_going): Likewise.
250
251 2002-11-15 Andrew Cagney <cagney@redhat.com>
252
253 * frame.c (generic_unwind_get_saved_register): Make static.
254 * frame.h (generic_unwind_get_saved_register): Delete declaration.
255 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
256 defaults to generic_unwind_get_saved_register.
257 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
258 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
259 * frv-tdep.c (frv_gdbarch_init): Ditto.
260 * i386-tdep.c (i386_gdbarch_init): Ditto.
261 * s390-tdep.c (s390_gdbarch_init): Ditto.
262 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
263 * v850-tdep.c (v850_gdbarch_init): Ditto.
264 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
265 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
266 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
267
268 2002-11-15 Andrew Cagney <cagney@redhat.com>
269
270 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
271 i386-tdep.c.
272
273 2002-11-15 Andrew Cagney <cagney@redhat.com>
274
275 * frame.h (sigtramp_saved_pc): Delete declaration.
276 * blockframe.c (sigtramp_saved_pc): Delete function.
277 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
278 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
279 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
280 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
281
282 2002-11-15 Andrew Cagney <ac131313@redhat.com>
283
284 * frame.c (frame_pc_unwind): New function.
285 (frame_saved_regs_pc_unwind): New function.
286 (frame_register_unwind): Pass unwind_cache instead of
287 register_unwind_cache.
288 (set_unwind_by_pc): Add unwind_pc parameter, set.
289 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
290 (get_prev_frame): Ditto.
291 * frame.h (frame_pc_unwind_ftype): Declare.
292 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
293 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
294 (frame_pc_unwind): Declare.
295 * dummy-frame.c (dummy_frame_pc_unwind): New function.
296 (struct dummy_frame): Add comment mentioning that values are for
297 previous frame.
298 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
299 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
300 (generic_file_frame_chain_valid): Ditto.
301 * stack.c (frame_info): Ditto.
302
303 2002-11-15 David Carlton <carlton@math.stanford.edu>
304
305 * linespec.c (locate_first_half): New function.
306 (decode_line_1): Move code into locate_first_half.
307
308 2002-11-15 Andrew Cagney <ac131313@redhat.com>
309
310 * complaints.h: Add comment explaining how to eliminate a
311 deprecated_complain call.
312 * complaints.h: Fix spelling errors.
313
314 2002-11-15 David Carlton <carlton@math.stanford.edu>
315
316 * printcmd.c: Remove #include "disasm.h".
317
318 2002-11-14 Andrew Cagney <ac131313@redhat.com>
319
320 * frame.h: Move the most relevant interface functions to the start
321 of the file.
322
323 2002-11-14 Andrew Cagney <ac131313@redhat.com>
324
325 * regcache.h (deprecated_registers): Rename registers.
326 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
327 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
328 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
329 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
330 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
331 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
332 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
333 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
334 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
335 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
336 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
337 * v850ice.c: Update.
338
339 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
340
341 * utils.c (gdb_realpath): Add comment mentioning realpath with a
342 NULL buffer.
343
344 2002-11-13 Andrew Cagney <cagney@redhat.com>
345
346 * regcache.h (deprecated_read_register_bytes): Rename
347 read_register_bytes.
348 (deprecated_write_register_bytes): Rename write_register_bytes.
349 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
350 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
351 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
352 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
353 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
354 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
355 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
356 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
357 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
358 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
359 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
360 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
361 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
362 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
363
364 2002-11-13 Jim Blandy <jimb@redhat.com>
365
366 * findvar.c (read_var_value): Doc fix.
367
368 2002-11-13 Andrew Cagney <cagney@redhat.com>
369
370 * regcache.c (struct regcache): Replace passthough_p with
371 readonly_p.
372 (regcache_xmalloc): Initialize readonly_p.
373 (build_regcache): Initialize readonly_p.
374 (regcache_save): New function.
375 (regcache_restore): New function.
376 (regcache_cpy): Re-implement using regcache_save and
377 regcache_restore.
378 (regcache_raw_read): Update.
379 (regcache_cooked_read): When a read-only cache, checked for cached
380 pseudo register values.
381 (regcache_raw_write): Assert that the cache is not read-only.
382 Remove code handling a non-passthrough cache.
383 * regcache.h (regcache_save): Declare.
384 (regcache_restore): Declare.
385
386 2002-11-13 Andrew Cagney <cagney@redhat.com>
387
388 * regcache.c (struct regcache_descr): Add fields
389 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
390 (init_legacy_regcache_descr): Compute the size of a cooked
391 register cache and then assign that to sizeof_raw_registers. Set
392 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
393 (init_legacy_regcache_descr): Ditto.
394
395 2002-11-13 Andrew Cagney <cagney@redhat.com>
396
397 * regcache.c (register_buffer): Move to near start of file, update
398 description.
399 (regcache_raw_read): Use.
400 (regcache_raw_write): Use.
401 (struct regcache): Rename raw_registers to registers and
402 raw_register_valid_p to register_valid_p.
403 (regcache_xmalloc): Update.
404 (regcache_xfree): Update.
405 (register_buffer): Update.
406 (regcache_cpy): Update.
407 (regcache_cpy_no_passthrough): Update.
408 (regcache_valid_p): Update.
409 (deprecated_grub_regcache_for_registers): Update.
410 (deprecated_grub_regcache_for_register_valid): Update.
411 (set_register_cached): Update.
412 (regcache_raw_write): Update.
413
414 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
415
416 * p-exp.y (name_not_typename): Use copy_name to
417 set current_type variable for fields of THIS.
418
419 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
420
421 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
422 * monitor.c (init_base_monitor_ops): Likewise.
423 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
424 * remote-array.c (init_array_ops): Likewise.
425 * remote-e7000.c (init_e7000_ops): Likewise.
426 * remote-es.c (init_es1800_ops): Likewise.
427 (init_es1800_child_ops): Likewise.
428 * remote-rdp.c (init_remote_rdp_ops): Likewise.
429 * remote-sim.c (init_gdbsim_ops): Likewise.
430 * remote-st.c (init_st2000_ops): Likewise.
431 * sol-thread.c (init_sol_core_ops): Likewise.
432 (init_sol_thread_ops): Likewise.
433 * v850ice.c (init_850ice_ops): Likewise.
434 * win32-nat.c (init_child_ops): Likewise.
435 * wince.c (init_child_ops): Likewise.
436
437 2002-11-12 Andrew Cagney <ac131313@redhat.com>
438
439 * utils.c (gdb_realpath): Make rp a constant pointer.
440
441 2002-11-12 Andrew Cagney <ac131313@redhat.com>
442
443 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
444 a constant buffer; cannonicalize_file_name(); realpath() with a
445 pathconf() defined buffer, xstrdup().
446
447 2002-11-12 Andrew Cagney <ac131313@redhat.com>
448
449 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
450 to hang2.C; hang3.c to hang3.C.
451
452 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
453
454 * findvar.c (read_var_value): Reenable TLS code.
455
456 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
457 Jim Blandy <jimb@redhat.com>
458
459 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
460 * target.c (update_current_target): Add
461 to_get_thread_local_address.
462 * target.h (to_get_thread_local_address): Export.
463 (target_get_thread_local_address): Define.
464 (target_get_thread_local_address_p): Define.
465 * thread-db.c: Include solib-svr4.h.
466 (td_thr_tls_get_addr_p): Define.
467 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
468 (thread_db_get_thread_local_address): New function.
469 (init_thread_db_ops): Initialize to_get_thread_local_address.
470 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
471 * configure: Regenerate.
472 * config.in: Regenerate.
473
474 2002-11-11 David Carlton <carlton@math.stanford.edu>
475
476 * linespec.c (set_flags): New function.
477 (decode_line_1): Move code into set_flags.
478
479 2002-11-11 David Carlton <carlton@math.stanford.edu>
480
481 * linespec.c (decode_line_1): Move chunks of code to separate
482 functions.
483 (initialize_defaults): New function.
484 (decode_indirect): New function.
485
486 2002-11-11 Andrew Cagney <ac131313@redhat.com>
487
488 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
489 instead of void_code_ptr.
490 (sigtramp_saved_pc): Ditto.
491
492 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
493 i386_fp_regnum_p.
494
495 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
496
497 * gdbtypes.h (struct main_type): Move artificial flag out of
498 loc. New member of ``struct field'' named static_kind. Reduce
499 overloaded meaning of bitsize.
500 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
501 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
502 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
503
504 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
505 new fields.
506 (template_to_fixed_record_type, template_to_static_fixed_type)
507 (to_record_with_fixed_variant_part): Likewise.
508 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
509 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
510 * dwarfread.c (struct_type, enum_type): Likewise.
511 * hpread.c (hpread_read_enum_type)
512 (hpread_read_function_type, hpread_read_doc_function_type)
513 (hpread_read_struct_type): Likewise.
514 * mdebugread.c (parse_symbol): Likewise.
515
516 2002-11-10 Andrew Cagney <ac131313@redhat.com>
517
518 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
519 * stack.c (print_frame_info_base): Update.
520 (print_frame_info_base, frame_info): Update.
521 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
522 (sparc_frame_saved_pc): Update.
523 * ada-lang.c (find_printable_frame): Update.
524 * breakpoint.c (deprecated_frame_in_dummy): Update.
525
526 2002-11-09 Mark Kettenis <kettenis@gnu.org>
527
528 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
529 defined.
530 (regmap): Extend to cover all registers.
531 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
532 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
533 definitions.
534 (fetch_register, sore_register): Simplify.
535 (old_fetch_inferior_registers, old_store_inferior_registers):
536 Remove functions.
537 (cannot_fetch_register, cannot_store_register): Change
538 implementation to use regmap array to decide which registers
539 cannot be fetched/stored. This removes $orig_eax from the
540 registers that cannot be fetched/stored.
541 (fetch_inferior_registers): Call fetch_register directly instead
542 of calling old_fetch_inferior_registers.
543 (store_inferior_registers): Call store_register directly instead
544 of calling old_store_inferior_registers.
545 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
546 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
547 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
548
549 2002-11-09 Klee Dienes <kdienes@apple.com>
550
551 * i387-tdep.c (i387_supply_register): When called with NULL as a
552 buffer, mark the register as not provided (to mirror the behavior
553 of supply_register).
554 (i387_supply_fxsave): Ditto.
555 (i387_supply_fsave): Ditto (inherits the behavior from
556 i387_supply_register).
557
558 2002-11-09 Klee Dienes <kdienes@apple.com>
559
560 * blockframe.c (sigtramp_saved_pc): Use
561 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
562 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
563 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
564
565 2002-11-09 Andrew Cagney <ac131313@redhat.com>
566
567 * frame.c (get_prev_frame): Test prev_p to identify a previously
568 unwound frame. Initialize prev_p.
569 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
570 comment.
571
572 2002-11-09 Andrew Cagney <ac131313@redhat.com>
573
574 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
575 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
576 more comments. Zap dead code.
577
578 2002-11-09 Mark Kettenis <kettenis@gnu.org>
579
580 * infcmd.c (print_vector_info, print_float_info): Move code that
581 checks whether the target has any registers and whether there is a
582 selected frame up, such that it is also used if a target provides
583 multi-arch definitions of these functions.
584
585 2002-11-08 Andrew Cagney <ac131313@redhat.com>
586
587 * Makefile.in (DESTDIR): Define.
588 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
589 prefix.
590
591 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
592 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
593
594 2002-11-08 Andrew Cagney <ac131313@redhat.com>
595
596 * i386-linux-tdep.c: Include "reggroups.h".
597 (i386_linux_register_reggroup_p): New function.
598 (i386_linux_init_abi): Set register_reggroup_p to
599 i386_linux_register_reggroup_p.
600 * i386-tdep.h (i386_register_reggroup_p): Declare.
601 * i386-tdep.c: Include "reggroups.h".
602 (i386_init_reggroups): New function.
603 (i386_add_reggroups): New function.
604 (i386_register_reggroup_p): New function.
605 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
606 (_initialize_i386_tdep): Call i386_init_reggroups.
607 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
608 specific reggroups.
609
610 2002-11-09 Mark Kettenis <kettenis@gnu.org>
611
612 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
613 request that's available in *BSD.
614
615 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
616
617 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
618 FDOFF_REGNUM.
619
620 2002-11-08 Andrew Cagney <ac131313@redhat.com>
621
622 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
623 * dummy-frame.c (find_dummy_frame): Rename
624 generic_find_dummy_frame, make static. Return the dummy frame
625 instead of the regcache.
626 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
627 (cached_find_dummy_frame): New function. Use find_dummy_frame.
628 (dummy_frame_register_unwind): Rename
629 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
630 * dummy-frame.h (dummy_frame_register_unwind): Rename
631 generic_call_dummy_register_unwind.
632
633 2002-11-08 Mark Kettenis <kettenis@gnu.org>
634
635 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
636 except the inclusion of "i386/tm-i386.h", to...
637 * config/i386/nm-i386v42mp.h: ...here.
638 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
639
640 2002-11-08 Andrew Cagney <ac131313@redhat.com>
641
642 * Makefile.in (frame.o): Update dependencies.
643 * blockframe.c (current_frame, frame_obstack_alloc)
644 (frame_saved_regs_zalloc, get_current_frame)
645 (set_current_frame, create_new_frame)
646 (set_unwind_by_pc, get_next_frame)
647 (flush_cached_frames, reinit_frame_cache)
648 (frame_saved_regs_register_unwind)
649 (deprecated_generic_get_saved_register)
650 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
651 (_initialize_blockframe): Move frame code from here...
652 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
653 "annotate.h" and "dummy-frame.h".
654 (_initialize_frame): New function.
655
656 2002-11-08 Jim Blandy <jimb@redhat.com>
657
658 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
659 when we finish a function a context.
660 * buildsym.h (outermost_context_p): New macro.
661 (Bug analyzed by David Edelsohn.)
662
663 2002-11-08 Andrew Cagney <ac131313@redhat.com>
664
665 * blockframe.c: Include "dummy-frame.h".
666 (struct dummy_frame, dummy_frame_stack)
667 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
668 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
669 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
670 (generic_save_call_dummy_addr, generic_pop_current_frame)
671 (generic_pop_dummy_frame, generic_fix_call_dummy)
672 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
673 dummy frame code from here...
674 * dummy-frame.c: ...to here. New file.
675 * dummy-frame.h: New file.
676 (generic_call_dummy_register_unwind): Declare.
677 (generic_find_dummy_frame): Declare.
678 * Makefile.in (SFILES): Add dummy-frame.c.
679 (dummy-frame.o): Specify dependencies.
680 (dummy_frame_h): Define.
681 (COMMON_OBS): Add dummy-frame.o.
682 (blockframe.o): Update dependencies.
683
684 2002-11-08 Jim Blandy <jimb@redhat.com>
685
686 * dwarf2read.c (read_func_scope): Restore local_symbols and
687 param_symbols after we finish the function context. (Based on a
688 patch from David Edelsohn.)
689
690 2002-11-08 David Carlton <carlton@math.stanford.edu>
691
692 * linespec.c (symbol_found): New function.
693 (minsym_found): New function.
694 (decode_line_1): Separate out some code into separate functions.
695
696 2002-11-08 Joel Brobecker <brobecker@gnat.com>
697
698 * i386-tdep.c (i386_frameless_signal_p): Make non static for
699 the benefit of the interix target.
700 * i386-tdep.h (i386_frameless_signal_p): Declare.
701
702 2002-11-08 Andrew Cagney <ac131313@redhat.com>
703
704 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
705 declaration that snuck in from change below.
706
707 2002-11-06 Andrew Cagney <cagney@redhat.com>
708
709 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
710 all callers.
711 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
712 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
713 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
714 (i386_mxcsr_regnum_p): new function. Use instead of
715 MXCSR_REGNUM_P.
716 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
717 (i386_sse_regnum_p): Declare.
718 (i386_mxcsr_regnum_p): Declare.
719 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
720 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
721 (IS_FP_REGNUM): Update definition.
722 (IS_FPU_CTRL_REGNUM): Update definition..
723 (IS_SSE_REGNUM): Update definition..
724 * i386v-nat.c (register_u_addr): Update.
725 * go32-nat.c (fetch_register): Update.
726 (store_register): Update.
727
728 2002-11-07 Joel Brobecker <brobecker@gnat.com>
729
730 Preparation work to convert the hppa targets to multiarch partial.
731
732 * hppa-tdep.c: Add new functions replacing macro bodies from
733 config/pa/tm-hppa.h. These function will be used to initialize
734 the gdbarch structure. Import some comments from tm-hppa.h,
735 and place them where appropriate, to avoid loosing them when
736 we cleanup this file.
737 (hppa_reg_struct_has_addr): New function.
738 (hppa_inner_than): New function.
739 (hppa_stack_align): New function.
740 (hppa_pc_requires_run_before_use): New function.
741 (hppa_instruction_nullified): New function.
742 (hppa_register_byte): New function.
743 (hppa_register_virtual_type): New function.
744 (hppa_store_struct_return): New function.
745 (hppa_cannot_store_register): New function.
746 (hppa_frame_args_address): New function.
747 (hppa_frame_locals_address): New function.
748 (hppa_smash_text_address): New function.
749 (hppa_coerce_float_to_double): New function. Requires the inclusion
750 of "language.h".
751
752 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
753
754 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
755 gdbarch-eligible macro to a call to the new associated function
756 created in hppa-tdep.c.
757 (INNER_THAN): Likewise.
758 (STACK_ALIGN): Likewise.
759 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
760 (INSTRUCTION_NULLIFIED): Likewise.
761 (REGISTER_BYTE): Likewise.
762 (REGISTER_VIRTUAL_TYPE): Likewise.
763 (STORE_STRUCT_RETURN): Likewise.
764 (CANNOT_STORE_REGISTER): Likewise.
765 (FRAME_ARGS_ADDRESS): Likewise.
766 (FRAME_LOCALS_ADDRESS): Likewise.
767 (SMASH_TEXT_ADDRESS): Likewise.
768 (COERCE_FLOAT_TO_DOUBLE): Likewise.
769 (ABOUT_TO_RETURN): Delete, as no longer used.
770
771 2002-11-07 Fernando Nasser <fnasser@redhat.com>
772
773 * printcmd.c (disassemble_command): Remove obsolete function.
774 (_initialize_printcmd): Do not create disassemble command here.
775 * cli/cli-cmds.c (disassemble_command): New function. Implements
776 disassemble command.
777 (init_cli_cmds): Create disassemble command here instead.
778
779 2002-11-07 Andrew Cagney <ac131313@redhat.com>
780
781 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
782
783 2002-11-07 Andrew Cagney <ac131313@redhat.com>
784
785 * regcache.h (regcache_cooked_read_using_offset_hack)
786 (regcache_cooked_write_using_offset_hack): Delete declarations.
787 (register_changed): Delete declaration.
788 * regcache.c (regcache_cooked_read_using_offset_hack)
789 (regcache_cooked_write_using_offset_hack): Delete functions.
790 (cooked_xfer_using_offset_hack): Delete function.
791 (register_changed): Delete function.
792
793 2002-11-07 Jim Blandy <jimb@redhat.com>
794
795 * macroscope.c: #include "complaints.h".
796 (sal_macro_scope): Cope with filenames that appear in the symtabs,
797 but not in the macro table.
798 * Makefile.in (macroscope.o): Record dependency.
799
800 2002-11-07 Joel Brobecker <brobecker@gnat.com>
801
802 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
803
804 2002-11-07 Andrew Cagney <ac131313@redhat.com>
805
806 * regcache.c (deprecated_registers_fetched): Update.
807 * regcache.h (deprecated_registers_fetched): Rename
808 registers_fetched.
809 * remote-vxsparc.c (vx_read_register): Update.
810 * remote-vxmips.c (vx_read_register): Update.
811 * remote-vx68.c (vx_read_register): Update.
812 * irix5-nat.c (fetch_core_registers): Update.
813 * mipsm3-nat.c (fetch_inferior_registers): Update.
814 * sun3-nat.c (fetch_inferior_registers): Update.
815 * symm-nat.c (fetch_inferior_registers): Update.
816 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
817 (fetch_core_registers): Update.
818 (fetch_kcore_registers): Update.
819 * mips-nat.c (fetch_inferior_registers): Update.
820 * corelow.c (get_core_registers): Update.
821 * a68v-nat.c (fetch_inferior_registers): Update.
822
823 2002-11-06 Joel Brobecker <brobecker@gnat.com>
824
825 Put in place the framework necessary for multiarching the hppa targets.
826 * hppa-tdep.c (hppa_gdbarch_init): New function.
827 (hppa_dump_tdep): New function.
828 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
829 tdep structure dumper.
830 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
831 until the multi-arching conversion has partially been completed.
832
833 2002-11-06 Andrew Cagney <ac131313@redhat.com>
834
835 * valops.c (value_assign): Merge lval_register case into
836 lval_reg_frame_relative. Use frame_register and
837 regcache_cooked_write instead of get_saved_register and
838 write_register_bytes. After flushing the register cache, try to
839 re-select the selected frame.
840
841 2002-11-06 Andrew Cagney <ac131313@redhat.com>
842
843 * regcache.h (deprecated_register_valid): Rename register_valid.
844 * regcache.c: Update.
845 * ia64-aix-nat.c: Update.
846 * i386gnu-nat.c: Update.
847 * alpha-nat.c: Update.
848 * sparc-nat.c: Update.
849 * lynx-nat.c: Update.
850 * remote-mips.c: Update.
851
852 2002-11-06 Joel Brobecker <brobecker@gnat.com>
853
854 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
855 to end of file, to be more consistent with the pratice followed
856 by other targets.
857
858 2002-11-06 Andrew Cagney <ac131313@redhat.com>
859
860 * infcmd.c: Include "reggroups.h" and <ctype.h>.
861 (print_float_info): Print registers in float_reggroup.
862 (print_vector_info): Print registers in vector_reggroup.
863 (default_print_registers_info): When all, print registers in
864 all_reggroup. Otherwize, print registers in general_reggroup.
865 (registers_info): Rewrite. Add support for register groups.
866 Eliminate a goto.
867
868 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
869
870 * symtab.c (methods_info): Delete. It has been ifdeffed out for
871 ages.
872 (symtab_symbol_info): Remove eons old ifdeffed out code.
873 (_initialize_symtab): Remove prehistoric disabled 'info methods'
874 command.
875
876 2002-11-06 Theodore A. Roth <troth@openavr.org>
877
878 * c-exp.y: Add missing semi-colons.
879 * f-exp.y: Add missing semi-colons.
880 * m2-exp.y: Add missing semi-colons.
881 * p-exp.y: Add missing semi-colons.
882 Add empty action to start rule to avoid a type clash error when
883 building with bison >= 1.50.
884
885 2002-11-06 Jim Blandy <jimb@redhat.com>
886
887 * macrotab.h (struct macro_source_file): Doc fix.
888
889 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
890
891 * varobj.c (child_exists, cplus_number_of_children): Change
892 STREQ macro references to strcmp.
893 (cplus_name_of_child): Change code to handle the fact that
894 fields are not necessarily contiguous with regards to their
895 access control. This is a fix for PR gdb/792.
896
897 2002-11-05 Andrew Cagney <ac131313@redhat.com>
898
899 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
900 * gdbarch.h, gdbarch.c: Regnerate.
901 * frame.h (frame_register): Declare.
902 * frame.c (frame_register): New function.
903 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
904 GET_SAVED_REGISTER, otherwize call
905 generic_unwind_get_saved_register.
906 (frame_register_read): Use frame_register instead of
907 get_saved_register.
908
909 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
910
911 From Jim Ingham <jingham@apple.com>:
912 * event-top.c (gdb_disable_readline): New function.
913 (_initialize_event_loop): Move comment.
914
915 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
916
917 * event-loop.c (start_event_loop): Add comment.
918 Update copyright.
919
920 2002-11-05 Andrew Cagney <ac131313@redhat.com>
921
922 * infcmd.c (default_print_registers_info): Do not call
923 PRINT_REGISTER_HOOK.
924
925 2002-11-05 Andrew Cagney <ac131313@redhat.com>
926
927 * sparc-tdep.c (sparc_print_register_hook): Make static.
928 (sparc_print_registers_info): New function.
929 (sparc_do_registers_info): New function.
930 (sparclet_print_registers_info): New function.
931 (sparclet_do_registers_info): New function.
932 (do_sparc_print_registers_info): New function.
933 (sparc_print_registers): New static function, clone of infcmd.c's
934 default_print_registers_info.
935 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
936 (sparclet_do_registers_info): Declare.
937 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
938 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
939 Re-define.
940 (sparc_do_registers_info): Declare.
941 (PRINT_REGISTER_HOOK): Delete macro.
942 (sparc_print_register_hook): Delete declaration.
943
944 2002-11-05 David Carlton <carlton@math.stanford.edu>
945
946 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
947 functions.
948 (lookup_symbol_aux_local): New function.
949 (lookup_symbol_aux_symtabs): New function.
950 (lookup_symbol_aux_psymtabs): New function.
951
952 2002-11-05 David Carlton <carlton@math.stanford.edu>
953
954 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
955 previous values of 'objfile' and 'block'.
956
957 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
958
959 * values.c (value_change_enclosing_type): Set
960 enclosing_type field correctly also for the case where
961 more memory needs to be allocated.
962
963 2002-11-03 Mark Kettenis <kettenis@gnu.org>
964
965 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
966 of puts_filtered.
967
968 * i387-tdep.c (i387_print_float_info): Replace calls to
969 register_read and deprecated_read_register_gen with calls to
970 frame_register_read, and make the necessary adjustments to the
971 surrounding code.
972
973 2002-11-02 Andrew Cagney <ac131313@redhat.com>
974
975 * gdbarch.sh (register_reggroup_p): Allow default value.
976 * gdbarch.h, gdbarch.c: Regenerate.
977
978 2002-11-02 Andrew Cagney <ac131313@redhat.com>
979
980 * regcache.h: Add coment indicating replacements for deprecated
981 functions.
982
983 2002-11-02 Andrew Cagney <cagney@redhat.com>
984
985 * reggroups.h, reggroups.c: New files.
986 * regcache.c: Include "reggroups.h".
987 (enum regcache_dump_what): Add `regcache_dump_groups'.
988 (regcache_dump): Contract size of the "Type" column. When
989 specified, dump the register's groups.
990 (maintenance_print_register_groups): New function.
991 (_initialize_regcache): Add command `maint print register-groups'.
992 * Makefile.in (COMMON_OBS): Add reggroups.o
993 (SFILES): Add reggroups.c.
994 (reggroups_h): Define.
995 (regcache.o, gdbarch.o): Update dependencies.
996 (reggroups.o): Specify dependencies.
997 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
998 Add opaque declaration for `struct reggroup' in generated .h file.
999 Include "reggroups.h" in generated .c file.
1000 gdbarch.h, gdbarch.c: Re-generate.
1001
1002 2002-11-02 Andrew Cagney <cagney@redhat.com>
1003
1004 * regcache.h (deprecated_read_register_gen): Rename
1005 read_register_gen.
1006 (deprecated_write_register_gen): Rename write_register_gen.
1007 * i387-tdep.c: Update.
1008 * x86-64-linux-nat.c: Update
1009 * wince.c: Update.
1010 * thread-db.c: Update.
1011 * win32-nat.c: Update.
1012 * mips-tdep.c: Update.
1013 * d10v-tdep.c: Update.
1014 * cris-tdep.c: Update.
1015 * remote-sim.c: Update.
1016 * remote-rdi.c: Update.
1017 * remote-rdp.c: Update.
1018 * frame.c: Update.
1019 * target.c: Update.
1020 * blockframe.c: Update.
1021 * x86-64-tdep.c: Update.
1022 * xstormy16-tdep.c: Update.
1023 * sh-tdep.c: Update.
1024 * s390-tdep.c: Update.
1025 * rs6000-tdep.c: Update.
1026 * sparc-tdep.c: Update.
1027 * i386-tdep.c: Update.
1028 * dwarf2cfi.c: Update.
1029 * regcache.c: Update.
1030
1031 2002-11-01 Joel Brobecker <brobecker@gnat.com>
1032
1033 New interix-specific files:
1034 * config/i386/nm-interix.h: New file.
1035 * config/i386/interix.mh: New file.
1036 * config/i386/interix.mt: New file.
1037 * i386-interix-nat.c: New file.
1038 * i386-interix-tdep.c: New file.
1039
1040 2002-11-01 Andrew Cagney <cagney@redhat.com>
1041
1042 * frame.h (deprecated_generic_get_saved_register): Rename
1043 generic_get_saved_register.
1044 * blockframe.c (deprecated_generic_get_saved_register): Update.
1045 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1046 (xstormy16_frame_saved_register): Update.
1047 * sh-tdep.c (sh_gdbarch_init): Update.
1048 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1049 * ia64-tdep.c (ia64_get_saved_register): Update.
1050 * cris-tdep.c (cris_gdbarch_init): Update.
1051 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1052 * arm-tdep.c (arm_gdbarch_init): Update.
1053
1054 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1055
1056 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1057
1058 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1059
1060 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1061 trampolines in sigaction.
1062
1063 2002-10-31 Andrew Cagney <cagney@redhat.com>
1064
1065 * h8300-tdep.c: Include "gdb_assert.h".
1066 (h8300_print_register): Add gdbarch, file and frame parameters.
1067 Use frame_read_unsigned_register to read the register's value.
1068 Use fprintf_filtered to display output.
1069 (h8300_print_registers_info): Replace h8300_do_registers_info.
1070 (h8300_gdbarch_init): Set print_registers_info.
1071
1072 2002-10-31 Andrew Cagney <cagney@redhat.com>
1073
1074 * frame.c (frame_read_unsigned_register): New function.
1075 (frame_read_signed_register): New function.
1076 * frame.h (frame_read_unsigned_register): Declare.
1077 (frame_read_signed_register): Declare.
1078
1079 2002-10-31 Andrew Cagney <cagney@redhat.com>
1080
1081 * h8500-tdep.c (h8500_print_registers_info): New static function,
1082 clone of infcmd.c's default_print_registers_info.
1083 (h8500_do_registers_info): New funtion.
1084 (h8500_print_register_hook): Rename print_register_hook, make
1085 static.
1086
1087 * config/h8500/tm-h8500.h: Update copyright.
1088 (DEPRECATED_DO_REGISTERS_INFO): Define.
1089 (h8500_do_registers_info: Declare.
1090 (PRINT_REGISTER_HOOK): Delete macro.
1091 (print_register_hook): Delete function.
1092
1093 2002-10-31 Andrew Cagney <cagney@redhat.com>
1094
1095 * z8k-tdep.c (z8k_print_register_hook): Make static.
1096 (z8k_print_registers_info): New static function, clone of
1097 infcmd.c's default_print_registers_info.
1098 (z8k_do_registers_info): New function. Wrap
1099 z8k_print_registers_info.
1100 * config/z8k/tm-z8k.h: Update copyright.
1101 (PRINT_REGISTER_HOOK): Delete macro.
1102 (z8k_print_register_hook): Delete declaration.
1103 (DEPRECATED_DO_REGISTERS_INFO): Define.
1104 (z8k_do_registers_info): Declare.
1105
1106 2002-10-30 Joel Brobecker <brobecker@gnat.com>
1107
1108 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1109 as this is already provided by value.h, and was actually causing
1110 a compilation error because of a conflict in parameter type
1111 declaration due to a missing const keyword.
1112 (low_text_segment_addres): Fix a compilation warning.
1113
1114 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1115
1116 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1117 registers without a name.
1118 (mips_linux_cannot_store_register): Don't store registers without
1119 a name.
1120
1121 2002-10-28 David Carlton <carlton@math.stanford.edu>
1122
1123 * symtab.c (find_addr_symbol): Delete. (It was already commented
1124 out.)
1125 * symtab.h: Delete prototype for find_addr_symbol.
1126
1127 2002-10-26 Andrew Cagney <cagney@redhat.com>
1128
1129 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1130 DO_REGISTERS_INFO.
1131 gdbarch.h, gdbarch.c: Re-generate.
1132 * infcmd.c (default_print_registers_info): Update reference.
1133 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1134 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1135 * sh-tdep.c (sh_gdbarch_init): Ditto.
1136 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1137 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1138
1139 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1140
1141 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1142 cfi_init_extra_frame_info.
1143 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1144 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1145
1146 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1147 target where necessary. Add more comments and remove the ones
1148 that don't provide any useful information.
1149
1150 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1151 deprecated_read_register_dummy with
1152 frame_unwind_unsigned_register.
1153
1154 * i386-tdep.c (i386_extract_struct_value_address): Use
1155 regcache_raw_read_unsigned instead of
1156 regcache_cooked_read_unsigned since we know that the register
1157 we're reading isn't a pseudo register. Rename variable 'val' into
1158 the more descriptive 'addr'.
1159
1160 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1161 (x86_64_push_return_address): Add comment.
1162 (x86_64_pop_frame): Make static.
1163 (examine_argument): Clarify comment.
1164 (x86_64_skip_prologue): Make prolog_expact variable static.
1165
1166 * dwarf2cfi.c: Fix some formatting problems.
1167 (context_cpy, read_encoded_pointer): Clarify comments.
1168
1169 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1170 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1171 i386 target back into x86_64_gdbarch_init. Add some comments and
1172 remove meaningless ones.
1173
1174 2002-10-25 Andrew Cagney <cagney@redhat.com>
1175
1176 * complaints.h (struct deprecated_complaint): Rename `struct
1177 complaint'.
1178 * complaints.c (complain): Update.
1179 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1180 incorrect comment indicating that "symfile.h" was being included
1181 for the `struct complaint' definition.
1182 * remote-vx.c: Update.
1183 * objc-lang.c: Update.
1184 * xcoffread.c: Update.
1185 * hpread.c: Update.
1186 * mdebugread.c: Update.
1187 * stabsread.c: Update.
1188 * dwarf2read.c: Update.
1189 * dwarfread.c: Update.
1190 * elfread.c: Update.
1191 * coffread.c: Update.
1192 * stabsread.h: Update.
1193 * dbxread.c: Update.
1194 * buildsym.c: Update.
1195 * gdbtypes.c: Update.
1196 * macrotab.c: Update.
1197
1198 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1199
1200 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1201 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1202 (x86_64_init_abi): ...new function.
1203
1204 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1205 * i386v-nat.c: Include "i386-tdep.h".
1206
1207 2002-10-25 Andrew Cagney <cagney@redhat.com>
1208
1209 * gdbtypes.c (address_space_name_to_int): Update.
1210 (address_space_int_to_name): Update.
1211 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1212 multi-arch predicate.
1213 (address_class_name_to_type_flags): Ditto.
1214 * gdbarch.h, gdbarch.c: Re-generate.
1215
1216 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1217
1218 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1219
1220 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1221
1222 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1223
1224 * symtab.h (INIT_SAL): Delete macro.
1225 (init_sal): Export.
1226 * symtab.c (init_sal): New function.
1227
1228 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1229 to init_sal function call.
1230 (find_sal_from_funcs_and_line): Ditto.
1231 (all_sals_for_line): Ditto.
1232 * breakpoint.c (create_internal_breakpoint): Ditto.
1233 (create_fork_vfork_event_catchpoint): Ditto.
1234 (create_exec_event_catchpoint): Ditto.
1235 (parse_breakpoint_sals): Ditto.
1236 (watch_command_1): Ditto.
1237 (handle_gnu_4_16_catch_command): Ditto.
1238 (clear_command): Ditto.
1239 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1240 * infcmd.c (run_stack_dummy): Ditto.
1241 * infrun.c (process_event_stop_test): Ditto.
1242 (check_sigtramp2): Ditto.
1243 (step_over_function): Ditto.
1244 * linespec.c (decode_line_2): Ditto.
1245 (decode_line_1): Ditto.
1246 * source.c (line_info): Ditto.
1247 * symtab.c (find_pc_sect_line): Ditto.
1248
1249 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1250
1251 * dwarf2cfi.c (struct context)
1252 (struct context_reg): Moved to dwarf2cfi.h
1253 (context_alloc, frame_state_alloc, context_cpy):
1254 Made extern instead of static, removed prototypes.
1255 * dwarf2cfi.h (struct context)
1256 (struct context_reg): New, moved from dwarf2cfi.c
1257 (context_alloc, frame_state_alloc, context_cpy):
1258 New prototypes.
1259 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1260 Changed from static to extern.
1261 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1262 (LINUX_SIGCONTEXT_FP_OFFSET)
1263 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1264 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1265 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1266 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1267 set_gdbarch_*() calls now use x86-64 specific functions
1268 instead of DWARF2 CFI ones.
1269 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1270 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1271 (x86_64_init_extra_frame_info): New prototypes.
1272
1273 2002-10-23 David Carlton <carlton@math.stanford.edu>
1274
1275 * linespec.c: #include "parser-defs.h".
1276 Delete prototype for find_template_name_end.
1277 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1278
1279 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1280
1281 * NEWS: add recent mi fixes.
1282 * varobj.c (struct varobj): Add new "updated" flag.
1283 (new_variable): Default "updated" flag to 0.
1284 (varobj_set_value): Set "updated" flag to 1 if value
1285 changes.
1286 (varobj_update): Check varobj "updated" flag before
1287 comparing old and refreshed values. Fix for
1288 PR gdb/702.
1289
1290 2002-10-23 David Carlton <carlton@math.stanford.edu>
1291
1292 * parse.c (parse_exp_1): Use BLOCK_START.
1293 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1294 SYMBOL_BLOCK_VALUE.
1295 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1296
1297 2002-10-23 David Carlton <carlton@math.stanford.edu>
1298
1299 * symtab.c: Delete cplusplus_hint.
1300 Delete prototype for find_template_name_end.
1301
1302 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1303
1304 * symtab.h: Update comment.
1305
1306 2002-10-23 Michael Snyder <msnyder@redhat.com>
1307
1308 * printcmd.c (address_info): Restore quotes in output.
1309 * valops.c (value_of_local): Restore quotes in error message.
1310
1311 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1312
1313 * symtab.c (symbol_demangled_name): New function.
1314 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1315 turning most of it into a function.
1316 (symbol_demangled_name): Export.
1317
1318 2002-10-23 Michael Snyder <msnyder@redhat.com>
1319
1320 * valops.c (value_of_local): Restore quotes in error message.
1321
1322 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1323
1324 * symtab.c (symbol_init_language_specific): New function.
1325 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1326 turning most of it into a function.
1327 (symbol_init_language_specific): Export.
1328
1329 2002-10-23 David Carlton <carlton@math.stanford.edu>
1330
1331 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1332 (dwarf_attr_name): Ditto.
1333 (dwarf_type_encoding_name): Ditto.
1334 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1335 (process_die): Handle DW_TAG_namespace,
1336 DW_TAG_imported_declaration, DW_TAG_imported_module.
1337 (read_namespace): New function.
1338
1339 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1340
1341 * configure.in: Define NEW_PROC_API on Interix too.
1342 * configure: Regenerate.
1343
1344 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1345
1346 * configure: Regenerate using the proper version of autoconf.
1347
1348 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1349
1350 * findvar.c (read_var_value): Temporarily disable TLS code, until
1351 complete TLS support is added.
1352
1353 2002-10-21 Jim Blandy <jimb@redhat.com>
1354 Elena Zannoni <ezannoni@redhat.com>
1355
1356 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1357 for thread local storage locations.
1358 (struct symbol): Add objfile field.
1359 (SYMBOL_OBJFILE): Define.
1360 * dwarf2read.c (is_thread_local): New static variable.
1361 (new_symbol): If variable is in thread local fill in address class
1362 and objfile appropriately.
1363 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1364 stack operation.
1365 * printcmd.c (address_info): Print the information for thread
1366 local storage variable.
1367 * findvar.c (read_var_value): In case of thread local variable,
1368 defer to the target vector code to compute address.
1369
1370 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1371
1372 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1373 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1374
1375 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1376
1377 * symtab.h (address_class): Rename
1378 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1379 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1380 * printcmd.c (address_info): Ditto.
1381 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1382
1383 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1384
1385 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1386 DBREG_DRX macro to acces debug registers.
1387
1388 * Makefile.in (i386obsd-tdep.o): New target.
1389
1390 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1391 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1392
1393 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1394 * config/i386/obsd.mt: New file.
1395 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1396 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1397 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1398 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1399 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1400 * i386obsd-tdep.c: New file.
1401
1402 2002-10-19 Adam Fedor <fedor@gnu.org>
1403
1404 * objc-exp.y (name_not_typename): Fix invalid comment.
1405
1406 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1407
1408 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1409 to allocate partial syms and macro byte caches.
1410
1411 2002-10-18 David Carlton <carlton@math.stanford.edu>
1412
1413 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1414
1415 2002-10-18 Adam Fedor <fedor@gnu.org>
1416
1417 * stabsread.c (find_name_end): New function.
1418 (define_symbol): Use it.
1419
1420 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1421
1422 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1423 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1424 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1425 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1426
1427 2002-10-17 David Carlton <carlton@math.stanford.edu>
1428
1429 * symfile.h: Add opaque declaration for struct obstack.
1430 Declare obsavestring to take a const char *.
1431 * symfile.c (obsavestring): Make first argument a const char *.
1432
1433 2002-10-16 Adam Fedor <fedor@gnu.org>
1434
1435 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1436 names when matching breakpoints in current file.
1437
1438 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1439
1440 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1441 (read_tag_pointer_type): Add address class support.
1442 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1443 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1444 New methods.
1445 * gdbarch.h, gdbarch.c: Regenerate.
1446 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1447 (make_type_with_address_space, recursive_type_dump): Add address
1448 class support.
1449 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1450 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1451 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1452
1453 2002-10-16 Klee Dienes <kdienes@apple.com>
1454
1455 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1456 to get the last character of a char[] buffer, not
1457 name[sizeof(vptr_name)-1].
1458
1459 2002-10-14 Adam Fedor <fedor@gnu.org>
1460
1461 * symtab.h: New objc_specific struct.
1462 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1463 (SYMBOL_DEMANGLED_NAME): Likewise.
1464
1465 2002-10-14 Adam Fedor <fedor@gnu.org>
1466
1467 * symfile.c (init_filename_language_table): Add ObjC file extension.
1468
1469 2002-10-14 Adam Fedor <fedor@gnu.org>
1470
1471 * utils.c (puts_filtered_tabular): New function.
1472 (fprintf_symbol_filtered): Get ObjC demangled name.
1473 * defs.h (puts_filtered_tabular): Declared.
1474
1475 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1476
1477 * c-lang.h (c_type_print_varspec_prefix): Delete.
1478 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1479 ``need_post_space'' parameter. Adjust all callers.
1480
1481 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1482
1483 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1484 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1485 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1486 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1487
1488 2002-10-13 Adam Fedor <fedor@gnu.org>
1489
1490 * source.c (print_source_lines): Update comments.
1491
1492 2002-10-13 Adam Fedor <fedor@gnu.org>
1493
1494 * valops.c (value_of_local): New function.
1495 (value_of_this): Use it.
1496 * value.h (value_of_local): Declared.
1497
1498 2002-10-13 Adam Fedor <fedor@gnu.org>
1499
1500 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1501 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1502
1503 2002-10-12 Adam Fedor <fedor@gnu.org>
1504
1505 * language.c (binop_result_type): Add language_objc to case.
1506 (integral_type): Likewise.
1507 (character_type): Likewise.
1508 (string_type): Likewise.
1509 (boolean_type): Likewise.
1510 (structured_type): Likewise.
1511 (binop_type_check): Likewise.
1512
1513 2002-10-11 Adam Fedor <fedor@gnu.org>
1514
1515 * printcmd.c (address_info): Print 'self' for ObjC.
1516
1517 2002-10-11 Adam Fedor <fedor@gnu.org>
1518
1519 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1520 OP_SELF.
1521
1522 2002-10-11 Adam Fedor <fedor@gnu.org>
1523
1524 * language.h (CAST_IS_CONVERSION): Add language_objc.
1525
1526 2002-10-11 Adam Fedor <fedor@gnu.org>
1527
1528 * defs.h (enum language): Add language_objc.
1529
1530 2002-10-11 Klee Dienes <kdienes@apple.com>
1531
1532 * corefile.c (read_memory_typed_address): New function.
1533 * gdbcore.h (read_memory_typed_address): Add prototype.
1534 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1535 to read a value destined for a CORE_ADDR, not read_memory_integer.
1536 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1537 (f77_get_dynamic_lowerbound): Ditto.
1538
1539 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1540
1541 * utils.c (string_to_core_addr): After turning string into
1542 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1543 which will do necessary sign-extension, etc.
1544
1545 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1546
1547 * c-exp.y (THIS): Delete token and grammar rule.
1548 (yylex): Don't return THIS.
1549 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1550 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1551 * demangle.c (cplus_markers): Update comment. Put '$'
1552 first. Remove CPLUS_MARKER.
1553 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1554 * jv-exp.y (THIS): Delete token and grammar rule.
1555 (yylex): Don't return THIS.
1556 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1557 * objc-exp.y (THIS): Delete token and grammar rule.
1558 (yylex): Don't return THIS.
1559 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1560 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1561 (read_member_functions): Likewise for opname.
1562 (read_tilde_fields): Use is_cplus_marker.
1563
1564 * defs.h (CPLUS_MARKER): Don't define.
1565 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1566 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1567 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1568 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1569 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1570
1571 * config/i386/tm-i386v4.h: Delete file.
1572 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1573 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1574 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1575 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1576 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1577 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1578 * config/i386/i386v4.mt (TM_FILE): Likewise.
1579 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1580
1581 2002-10-10 Marko Mlinar <markom@opencores.org>
1582
1583 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1584 accidentially not commited 2002-10-09
1585 * gdbarch.h, gdbarch.c: Re-generate.
1586
1587 2002-10-09 Marko Mlinar <markom@opencores.org>
1588
1589 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1590 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1591 * gdbarch.h, gdbarch.c: Re-generate.
1592
1593 2002-10-08 Petr Sorfa <petrs@caldera.com>
1594
1595 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1596
1597 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1598 so we can work on more than one compilation unit at a time. This
1599 helps prepare GDB to handle inter-CU die references.
1600 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1601 the code to be defined before struct comp_unit_head.
1602 (comp_unit_head): Added new members - offset, cu_head,
1603 begin_die, next and dwarf2_abbrevs.
1604 (dwarf2_abbrevs): Removed single static var; now member of
1605 struct comp_unit_head.
1606 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1607 members.
1608 (psymtab_to_symtab_1): Changed to work with the new
1609 struct comp_unit_head.
1610 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1611 constructs the dwarf2_abbrevs[] inside the cu_header.
1612 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1613 dwarf2_abbrev table to clean up.
1614 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1615 handling of dwarf2_abbrevs inside the cu_header.
1616 (read_partial_die): Now supports the call to the new
1617 dwarf2_lookup_abbrev.
1618 (read_full_die): Now supports the call to the new
1619 dwarf2_lookup_abbrev.
1620
1621 2002-10-06 Christopher Faylor <cgf@redhat.com>
1622
1623 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1624 insure that shell variables, such as "transformed_name" are propagated
1625 to later shell statements in rule.
1626
1627 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1628
1629 * config/i386/nm-i386sco.h: Add protection against
1630 multiple-inclusion. Include "i386/nm-i386v.h".
1631 (REGISTER_U_ADDR): Remove define.
1632 (i386_register_u_addr): Remove prototype.
1633
1634 2002-10-04 Michael Snyder <msnyder@redhat.com>
1635
1636 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1637 before treating it as a single-step event.
1638
1639 2002-10-03 Adam Fedor <fedor@gnu.org>
1640
1641 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1642 (objc_demangle): Remove assignment in if statements, Replace
1643 free with xfree.
1644 (add_msglist): Likewise.
1645 (end_msglist): Likewise.
1646 (complare_selectors): Likewise.
1647 (selectors_info): Likewise.
1648 (compare_classes): Likewise.
1649 (classes_info): Likewise.
1650 (print_object_command): Likewise.
1651 (find_objc_msgcall_submethod): Replace PTR with void *.
1652 * objc-lang.h: Remove check for __STDC__.
1653
1654 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1655
1656 * ui-out.h (ui_out_field_fmt_int): New prototype.
1657 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1658 of field width and alignment.
1659 * stack.c (print_frame_info_base): When printing frame level, use
1660 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1661 PR gdb/192
1662
1663 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1664
1665 * MAINTAINERS: Add self to Write After Approval list.
1666
1667 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1668
1669 * infcmd.c (interrupt_target_command_wrapper): Delete.
1670 (interrupt_target_command): Make non static.
1671 (nofp_registers_info): Make static.
1672 * stack.c (return_command_wrapper): Delete.
1673 (return_command): Make non static.
1674
1675 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1676
1677 * event-top.c (gdb_setup_readline): New function. Code moved from
1678 _initialize_event_loop().
1679 (_initialize_event_loop): Call gdb_setup_readline().
1680
1681 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1682
1683 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1684 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1685 * gdbarch.h, gdbarch.c: Re-generate.
1686
1687 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1688
1689 Fix PR gdb/778
1690 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1691 before recursing.
1692 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1693 of fill_in_vptr_fieldno.
1694
1695 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1696
1697 * inferior.h (registers_info, stepi_command, nexti_command,
1698 continue_command, interrupt_target_command): Export from infcmd.c.
1699 * frame.h (args_info, selected_frame_level_changed_hook,
1700 return_command): Export from stack.c.
1701 * v850ice.c (stepi_command, nexti_command, continue_command): use
1702 prototypes from inferior.h.
1703 * tracepoint.c (registers_info, args_info, locals_info): Use
1704 prototypes from frame.h and inferior.h.
1705 * Makefile.in (mi-main.o): Add dependency on frame.h.
1706
1707 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1708
1709 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1710 value in register 3 adjusted by ppc_gp0_regnum.
1711
1712 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1713
1714 2002-10-02 Marko Mlinar <markom@opencores.org>
1715
1716 * MAINTAINERS: Add myself to the Write After Approval list.
1717
1718 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1719
1720 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1721 of the section for the N64 ABI, fixed.
1722
1723 * config/mips/tm-irix6.h: Include solib.h.
1724
1725 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1726
1727 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1728 GNU operators.
1729
1730 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1731
1732 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1733 and that "mi0" syntax has been removed.
1734
1735 2002-09-30 David Carlton <carlton@math.stanford.edu>
1736
1737 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1738 * ppc-sysv-tdep.c: #include "gdb_string.h".
1739 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1740 pacify GCC.
1741
1742 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1743
1744 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1745 "vrsave"'s register number.
1746
1747 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1748
1749 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1750 use frame_unwind_signed_register to obtain the PC.
1751 (mips_frame_chain): Handle a generic dummy frame.
1752 (mips_init_extra_frame_info): When a generic dummy frame, don't
1753 re-compute the frame base.
1754 (mips_pop_frame): Handle generic dummy frames.
1755 (mips_gdbarch_init): When generic dummy frames, set
1756 use_generic_dummy_frames, push_dummy_frame to
1757 generic_push_dummy_frame, pc_in_call_dummy to
1758 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1759 generic_save_dummy_frame_tos.
1760
1761 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1762
1763 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1764 against TOP when TOP was explictly set.
1765 (generic_push_dummy_frame): Set TOP to zero.
1766
1767 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1768
1769 * event-loop.c (start_event_loop): Rename variable 'result' to
1770 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1771
1772 2002-09-30 Keith Seitz <keiths@redhat.com>
1773
1774 * gdb-events.sh (selected_thread_changed): New event.
1775 * gdb-events.c: Regenerated.
1776 * gdb-events.h: Regenerated.
1777
1778 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1779
1780 * MAINTAINERS: Add self to Write After Approval list.
1781
1782 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1783
1784 * disasm.c: New file.
1785 * disasm.h: New file.
1786 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1787 (compare_lines): Ditto.
1788 (dump_insns): Ditto.
1789 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1790 argument.
1791 (do_assembly_only): Ditto.
1792 (do_disassembly): Renamed to gdb_disassembly and moved to
1793 disasm.c. Sdded uiout argument.
1794 * Makefile.in: Add new files. Reorder SFILES list. Update
1795 dependencies. Include libgdb.a later in the insight executable.
1796
1797 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1798
1799 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1800 bfd/elf64-alpha-fbsd.c.
1801
1802 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1803
1804 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1805 i386gnu-tdep.c.
1806
1807 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1808
1809 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1810 __FUNCTION__.
1811 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1812 function name.
1813 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1814 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1815 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1816 (S_msg_sig_post_reply): Ditto.
1817
1818 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1819
1820 * sh-tdep.c (sh_use_struct_convention): Use definition according
1821 to ABI.
1822 (sh_push_arguments): Store in register with correct endianess.
1823 (sh_default_store_return_value): Ditto.
1824 (sh_gdbarch_init): Set sizeof long double to 8.
1825
1826 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1827
1828 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1829 Fix some whitespace problems.
1830
1831 2002-09-27 David Carlton <carlton@math.stanford.edu>
1832
1833 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1834 (mcore-tdep.o): Ditto.
1835 (ns32k-tdep.o): Ditto.
1836 (ns32knbsd-tdep.o): Ditto.
1837 (sh3-rom.o): Ditto.
1838 (vax-tdep.o): Ditto.
1839 * cris-tdep.c: #include "gdb_string.h"
1840 * mcore-tdep.c: Ditto.
1841 * ns32k-tdep.c: Ditto.
1842 * ns32knbsd-tdep.c: Ditto.
1843 * sh3-rom.c: Ditto.
1844 * vax-tdep.c: Ditto.
1845
1846 2002-09-27 David Carlton <carlton@math.stanford.edu>
1847
1848 * config/djgpp/fnchange.lst: Add entries for
1849 gdb/testsuite/gdb.c++/m-static files.
1850
1851 2002-09-27 Jim Wilson <wilson@redhat.com>
1852
1853 * MAINTAINERS: Add myself to the Write After Approval list.
1854
1855 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1856
1857 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1858
1859
1860 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1861
1862 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1863 frame.
1864
1865 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1866
1867 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1868 (rs6000_struct_return_address): Delete variable.
1869 (rs6000_store_struct_return): Update.
1870 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1871 deprecated_extract_struct_value_address.
1872 (rs6000_frame_align): New function.
1873 (rs6000_gdbarch_init): Set frame_align.
1874
1875 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1876
1877 From Grace Sainsbury <graces@redhat.com>:
1878 * Makefile.in (gdbtk-main.o): New target.
1879 (gdb.o): New target.
1880 (main_h): Define.
1881 (main.o): Update dependencies.
1882 (gdb$(EXEEXT)): Add gdb.o.
1883 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1884 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1885 (SUBDIR_GDBTK_CLEAN): Set.
1886 (install-gdbtk): Install the insight binary.
1887 (uninstall-gdbtk): New target.
1888 (all-gdbtk, clean-gdbtk): New rule.
1889 * top.c (use_windows): Default to zero.
1890 * main.c: Include "main.h".
1891 (main): Delete.
1892 (struct captured_main_args): Delete.
1893 (gdb_main): New function.
1894 * main.h: New file.
1895 * gdb.c: New File.
1896
1897 2002-09-25 Andrew Cagney <cagney@redhat.com>
1898
1899 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1900 (frame_map_regnum_to_name): New function.
1901 (frame_map_name_to_regnum): New function.
1902 * frame.h (frame_map_name_to_regnum): Declare.
1903 (frame_map_regnum_to_name): Declare.
1904 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1905 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1906 * parse.c: Do not include "builtin-regs.h".
1907 (target_map_name_to_register): Delete function.
1908 (write_dollar_variable): Use frame_map_name_to_regnum.
1909 * parser-defs.h (target_map_name_to_register): Delete declaration.
1910 * expprint.c: Include "frame.h".
1911 (print_subexp): Use frame_map_regnum_to_name.
1912 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1913 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1914
1915 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1916
1917 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1918 wasn't saved, and the next innermost frame is a dummy, return the
1919 dummy frame's link register.
1920
1921 2002-09-24 Jim Blandy <jimb@redhat.com>
1922
1923 Fix from Paul Breed:
1924 * main.c (captured_main): Add a `break' after the case for 'b'.
1925
1926 2002-09-24 Keith Seitz <keiths@redhat.com>
1927
1928 * varobj.c (c_type_of_child): Use get_target_type instead
1929 of TYPE_TARGET_TYPE.
1930
1931 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1932
1933 * source.c (get_current_or_default_source_symtab_and_line): Remove
1934 function.
1935 (set_default_source_symtab_and_line): New function. Attempts to
1936 determine a source file to list lines from if one is not currently
1937 defined.
1938 (get_current_source_symtab_and_line): Initialize sal.pc and
1939 sal.end fields.
1940 (set_current_source_symtab_and_line): Mark argument as const.
1941 * source.h: Update declarations and comments.
1942 * linespec.c (decode_line_1): Replace call to removed routine above.
1943 * stack.c (print_frame_info_base): Ditto.
1944 * cli/cli-cmds.c (edit_command): Ditto.
1945 (list_command): Ditto.
1946
1947 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1948
1949 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1950 sal.pc and sal.end fields.
1951 (get_current_or_default_source_symtab_and_line): Ditto.
1952 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1953 so we do not cause a new source symtab to be searched for (reverting an
1954 unintentional change from the 2002-09-20 patch).
1955 * scm-lang.c (scm_unpac): Ditto.
1956
1957 2002-09-21 Andrew Cagney <cagney@redhat.com>
1958
1959 * complaints.c (symfile_explanations): Remove new-line from
1960 ``isolated_message''.
1961 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1962 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1963
1964 2002-09-20 Nick Clifton <nickc@redhat.com>
1965
1966 * NEWS: Announce that V850EA ISA is no longer supported.
1967 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1968
1969 2002-09-20 David Carlton <carlton@math.stanford.edu>
1970
1971 * Makefile.in (c-lang.o): Correct dependencies.
1972 (utils.o): Gather dependencies.
1973 (charset.o): Move.
1974 * c-lang.c: #include "gdb_string.h"
1975
1976 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1977
1978 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1979 * cli/cli-cmds.c (list_command): New function. Implements the new
1980 cli edit command.
1981 (_init_cli_cmds): Add new command definition.
1982 * gdb.1: Document edit command.
1983 * doc/gdb.texinfo: Document edit command.
1984
1985 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1986
1987 * source.c: Make global variables current_source_symtab and
1988 current_source_line static.
1989 (list_command): Moved to cli/cli-cmds.c.
1990 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1991 (get_first_line_listed): New accessor function.
1992 (get_lines_to_list): New accessor function.
1993 (get_current_source_symtab_and_line): New function. Retrieves the
1994 position in the source code that we consider current.
1995 (get_current_or_default_source_symtab_and_line): New function.
1996 Like the above but attempts to determine a default position if one
1997 is not currently defined.
1998 (set_current_source_symtab_and_line): New function. Sets the source
1999 code position considered current and returns the previously set one.
2000 (clear_current_source_symtab_and_line): Reset stored information about
2001 a current source line.
2002 (_initialize_source): Remove registration for the "list" command and
2003 its alias.
2004 * source.h: Add declarations for the new functions above.
2005 * symtab.h: Remove declarations for the global variables mentioned
2006 above.
2007 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
2008 obtain current source line.
2009 * linespec.c (decode_line_1): Ditto.
2010 * macroscope.c (default_macro_scope): Ditto.
2011 * scm-lang.c (scm_unpac): Ditto.
2012 * stack.c (print_frame_info_base): Ditto.
2013 * symfile.c (clear_symtab_users): Ditto.
2014 * symtab.c (decode_line_spec): Ditto.
2015 * cli/cli-cmds.c (list_command): Moved here from source.c.
2016 (ambiguous_line_spec): Moved here from source.c.
2017 (_init_cli_cmds): Add definition for "list" and its alias.
2018 * Makefile.in: Update dependencies.
2019
2020 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2021
2022 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
2023 with what gcc thinks is correct.
2024
2025 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2026
2027 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2028 multiple register push instruction.
2029
2030 2002-09-19 Jim Blandy <jimb@redhat.com>
2031
2032 Add support for distinct host and target character sets.
2033 * charset.c, charset.h: New files.
2034 * c-exp.y: #include "charset.h".
2035 (yylex): Convert character and string literals to the target
2036 character set, before returning them as the semantic value of the
2037 token.
2038 * c-lang.c: #include "charset.h".
2039 (c_emit_char): Use charset-specific methods to recognize
2040 characters with backslash escape forms, to decide which characters
2041 to print literally and which to print using numeric escape
2042 sequences, and to convert target characters to host characters
2043 before printing.
2044 * utils.c: #include "charset.h".
2045 (no_control_char_error): New function.
2046 (parse_escape): Use charset-specific methods to recognize
2047 backslash escapes, parse `control character' notation, and convert
2048 characters from the host character set to the target character set.
2049 * configure.in: Set the default host character set.
2050 Check where to find iconv, and what its argument types might be.
2051 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2052 * Makefile.in (SFILES): List charset.c.
2053 (COMMON_OBS): List charset.o.
2054 (charset.o): New rule.
2055 (charset_h): New header dependency variable.
2056 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2057 (LIBICONV): New variable, set by configure.
2058 (CLIBS): Include $(LIBICONV) here.
2059 * aclocal.m4, config.in, configure: Regenerated.
2060
2061 2002-09-19 Joel Brobecker <brobecker@gnat.com>
2062
2063 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2064 bison 1.35 warning.
2065
2066 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
2067
2068 * gdb_mbuild.sh: New file.
2069
2070 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2071
2072 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2073
2074 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2075
2076 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2077 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2078 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2079 valops.c, value.h: Revert previous change.
2080
2081 2002-09-18 Michael Snyder <msnyder@redhat.com>
2082
2083 Preliminary support for Objective-C:
2084 * defs.h (language_objc): New enum value.
2085 (puts_filtered_tabular): Declaration only, exported from utils.c.
2086 (skip_quoted): Delete, declared in completer.h.
2087 * c-exp.y: Include completer.h.
2088 * p-exp.y: Ditto.
2089 * jv-exp.y: Ditto.
2090 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2091 New operator enum values.
2092 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2093 * language.c (binop_result_type): Handle language_objc case.
2094 (integral_type, character_type, string_type, boolean_type,
2095 structured_type, binop_type_check): Ditto.
2096 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2097 (struct objc_specific): Add to general_symbol_info.
2098 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2099 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2100 * parser-defs.h (struct objc_class_str): New struct type.
2101 (start_msglist, end_msglist, add_msglist): Declaration only,
2102 exported from objc-lang.c.
2103 * value.h (value_of_local, value_nsstring,
2104 call_function_by_hand_expecting_type): Exported from valops.c.
2105 * valops.c (find_function_addr): Export.
2106 (call_function_by_hand_expecting_type): New function.
2107 (value_of_local): New function.
2108 * symfile.c (init_filename_language_table): Add ".m" extension
2109 for Objective-C.
2110 * utils.c (puts_filtered_tabular): New function.
2111 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2112 (set/show demangle): Extend help-string to refer to ObjC.
2113 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2114 * stabsread.c (symbol_reference_defined): Objective-C symbols
2115 may contain colons: make allowances when scanning stabs strings
2116 for colons.
2117 (objc_find_colon): New function.
2118 * printcmd.c (address_info): If language == objc then print
2119 "self" instead of "this".
2120 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2121 OP_NSSTRING, and OP_SELF.
2122 (prefixify_subexp): Ditto.
2123 * source.c (print_source_lines): Mention objc in comment.
2124 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2125 method names.
2126
2127 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2128
2129 * complaints.h: Update copyright.
2130 (struct complaints): Declare.
2131 (struct complaint): Make `message' constant.
2132 (internal_complaint): Declare.
2133 (complaint): Declare.
2134 (complaint_root): Delete declaration.
2135 (symfile_complaints): Delete declaration.
2136 (struct complaints): Add opaque declaration.
2137 (clear_complaints): Add a complaints parameter.
2138 * complaints.c: Update copyright.
2139 (enum complaint_series): Define.
2140 (complaint_root): Delete.
2141 (struct complaints): Define.
2142 (complaint_sentinel, symfile_complaint_book): New variables.
2143 (symfile_explanations, symfile_complaints): New variables.
2144 New variables.
2145 (get_complaints): New function.
2146 (vcomplaint): New function.
2147 (complaint): New function.
2148 (internal_complaint): New function.
2149 (complain): Call vcomplain with symfile_complaint.
2150 (clear_complaints): Rewrite.
2151 (_initialize_complaints): Use add_setshow_command.
2152 * Makefile.in (complaints.o): Update dependencies.
2153 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2154 to call to clear_complaints.
2155 (new_symfile_objfile, reread_symbols): Ditto.
2156 (oldsyms_complaint): Delete.
2157 (empty_symtab_complaint, unknown_option_complaint): Delete.
2158 (free_named_symtabs): Use complaint instead of complain.
2159
2160 2002-09-18 Michael Snyder <msnyder@redhat.com>
2161
2162 Contributed by Apple Computer, Inc. Merged with current sources
2163 by Adam Fedor <fedor@doc.com> [cagney].
2164
2165 * objc-lang.c: First clean-up round: comments, indentation.
2166 * objc-lang.h: Ditto.
2167 * objc-lang.y: Ditto.
2168
2169 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2170
2171 * maint.c (maintenance_internal_error): Print the parameter as the
2172 error message.
2173 (maintenance_internal_warning): New function.
2174 (_initialize_maint_cmds): Add command `maint internal-warning'.
2175
2176 * defs.h (internal_warning, internal_vwarning): Declare.
2177 * utils.c (struct internal_problem): Define.
2178 (internal_vproblem): New function.
2179 (internal_warning): New function.
2180 (internal_vwarning): New function.
2181 (internal_warning_problem, internal_error_problem): New variables.
2182 (internal_verror): Just call internal_vproblem.
2183
2184 2002-09-18 Michael Snyder <msnyder@redhat.com>
2185
2186 * objc-lang.c: New file, support for Objective-C.
2187 Preliminary check-in, not yet integrated into gdb.
2188 * objc-lang.h: New file.
2189 * objc-exp.y: New file.
2190
2191 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2192
2193 * infrun.c (signal_stop_update): Convert definition to ISO C.
2194 (signal_print_update): Ditto.
2195 (signal_pass_update): Ditto.
2196 * inflow.c (terminal_save_ours): Ditto.
2197
2198 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2199 comments.
2200
2201 * config/djgpp/fnchange.lst: Handle name clashes between
2202 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2203 bfd/coff-tic80.c.
2204
2205 * i386-linux-tdep.h: Fix tipo.
2206
2207 2002-09-18 Adam Fedor <fedor@gnu.org>
2208
2209 * MAINTAINERS: Add myself to the Write After Approval list.
2210
2211 2002-09-18 Jim Blandy <jimb@redhat.com>
2212
2213 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2214 texthigh and textlow to reader-specific structs caused
2215 objfile_relocate to miss them. This is fixable, but the work that
2216 the change was supposed to prepare GDB for never got done anyway.
2217
2218 2002-09-18 David Carlton <carlton@math.stanford.edu>
2219
2220 * MAINTAINERS: Alphabetize Write After Approval list.
2221
2222 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2223
2224 Fix PR gdb/709
2225 * values.c (value_static_field): Call read_var_value.
2226
2227 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2228
2229 * valops.c (hand_function_call): Align the initial stack pointer
2230 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2231 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2232 return value.
2233 * mips-tdep.c (mips_frame_align): New function.
2234 (mips_gdbarch_init): Set frame_align.
2235 * gdbarch.sh (FRAME_ALIGN): New method.
2236 * gdbarch.h, gdbarch.c: Re-generate.
2237
2238 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2239
2240 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2241 registers.
2242
2243 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2244
2245 * NEWS: Mention that MIPS $fp behavior changed.
2246 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2247 reference to FP_REGNUM.
2248 (mipsnbsd_cannot_store_register): Ditto.
2249 * mips-linux-nat.c: Update copyright.
2250 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2251 (mips_linux_cannot_store_register): Ditto.
2252 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2253 * config/mips/tm-mips.h: Update copyright.
2254 (FP_REGNUM): Delete macro.
2255 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2256 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2257 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2258 (mips_r3041_reg_names, mips_r3051_reg_names)
2259 (mips_r3081_reg_names): Replace "fp" with "".
2260 Fix PR gdb/480.
2261
2262 2002-09-17 Theodore A. Roth <troth@verinet.com>
2263
2264 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2265 generic_read_register_dummy() (PR gdb/703).
2266 (avr_push_return_address): #if 0 out unused vars.
2267 (avr_gdbarch_init): Enable use of avr_push_return_address().
2268
2269 2002-09-17 Michael Snyder <msnyder@redhat.com>
2270
2271 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2272 RTE will take care of it.
2273
2274 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2275
2276 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2277 invalid, return SP_REGNUM.
2278
2279 2002-09-17 Michael Snyder <msnyder@redhat.com>
2280
2281 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2282 point registers without sign extension.
2283
2284 2002-09-17 Andrew Cagney <cagney@redhat.com>
2285
2286 * blockframe.c (deprecated_read_register_dummy): Rename
2287 generic_read_register_dummy.
2288 * frame.c (frame_unwind_signed_register): New function.
2289 (frame_unwind_unsigned_register): New function.
2290 * frame.h (frame_unwind_signed_register): Declare.
2291 (frame_unwind_unsigned_register): Declare.
2292 (deprecated_read_register_dummy): Rename
2293 generic_read_register_dummy.
2294
2295 * h8300-tdep.c (h8300_frame_chain): Update.
2296 (h8300_frame_saved_pc): Update.
2297 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2298 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2299 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2300 (s390_frame_chain): Update.
2301 * v850-tdep.c (v850_find_callers_reg): Update.
2302 (v850_frame_saved_pc): Update.
2303 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2304 (m32r_find_callers_reg): Update.
2305 (m32r_frame_saved_pc): Update.
2306 * sh-tdep.c (sh_find_callers_reg): Update.
2307 (sh64_get_saved_pr): Update.
2308 (sh_init_extra_frame_info): Update.
2309 (sh_init_extra_frame_info): Update.
2310 (sh64_init_extra_frame_info): Update.
2311 (sh64_init_extra_frame_info): Update.
2312 * mcore-tdep.c (mcore_find_callers_reg): Update.
2313 (mcore_frame_saved_pc): Update.
2314 (mcore_init_extra_frame_info): Update.
2315 * i386-tdep.c (i386_frame_saved_pc): Update.
2316 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2317 (ia64_init_extra_frame_info): Update.
2318 (ia64_init_extra_frame_info): Update.
2319 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2320 * cris-tdep.c (cris_init_extra_frame_info): Update.
2321 * avr-tdep.c (avr_frame_chain): Update.
2322 (avr_init_extra_frame_info): Update.
2323 (avr_frame_saved_pc): Update.
2324 * arm-tdep.c (arm_find_callers_reg): Update.
2325 (arm_init_extra_frame_info): Update.
2326 (arm_frame_saved_pc): Update.
2327
2328 2002-09-17 Tom Tromey <tromey@redhat.com>
2329
2330 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2331 is "'".
2332
2333 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2334
2335 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2336 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2337 NEXT_PROLOGUE_INSN.
2338 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2339 NEXT_PROLOGUE_INSN.
2340
2341 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2342
2343 * osfsolib.c: Remove file, replaced by solib-osf.c.
2344 * Makefile.in: Remove compilation rules for osfsolib.c.
2345
2346 2002-09-16 David Carlton <carlton@math.stanford.edu>
2347
2348 * cp-valprint.c (cp_print_class_method): Correct args to
2349 check_stub_method_group.
2350
2351 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2352
2353 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2354 `set architecture'. Unify naming convention of functions.
2355 (h8300_skip_prologue): Improve prologue analysis.
2356 (h8300_push_arguments): Rewritten to more closely match GCC's
2357 bizarre argument-passing behavior, along with the comment describing
2358 said behavior.
2359 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2360 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2361 sim, remote-e7000.c, remote-hms.c and remote.c
2362
2363 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2364
2365 * i386-tdep.c (gdb_print_insn_i386): Removed.
2366 (i386_print_insn): New function.
2367 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2368 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2369 tm_print_insn_info.
2370
2371 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2372
2373 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2374 zero.
2375
2376 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2377
2378 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2379 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2380 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2381
2382 2002-09-13 Christopher Faylor <cgf@redhat.com>
2383
2384 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2385
2386 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2387
2388 * gdbtypes.c (check_stub_method): Make static.
2389 (check_stub_method_group): New function.
2390 * gdbtypes.h: Update prototypes.
2391 * cp-support.c: New file.
2392 * cp-support.h: New file.
2393
2394 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2395 (update_method_name_from_physname): New function.
2396 (read_member_functions): Correct method names for operators
2397 and v3 constructors/destructors. Separate v2 constructors and
2398 destructors.
2399 * Makefile.in (stabsread.o): Update dependencies.
2400 (SFILES): Add cp-support.c.
2401 (COMMON_OBS): Add cp-support.o.
2402 (cp_support_h, cp-support.o): Add.
2403
2404 * cp-valprint.c (cp_print_class_method): Call
2405 check_stub_method_group instead of check_stub_method. Remove
2406 extraneous QUITs.
2407 * p-valprint.c (pascal_object_print_class_method): Likewise.
2408 * valops.c (search_struct_method): Likewise.
2409 (find_method_list, value_struct_elt_for_reference): Likewise.
2410
2411 2002-09-13 Andrew Cagney <cagney@redhat.com>
2412
2413 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2414 * gdbarch.h, gdbarch.c: Regenerate.
2415
2416 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2417
2418 * frame.c (find_saved_register): Delete function.
2419 * frame.h (find_saved_register): Delete declaration.
2420 Fix PR gdb/631.
2421
2422 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2423
2424 * mips-tdep.c (read_next_frame_reg): Re-hack using
2425 frame_register_unwind.
2426
2427 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2428
2429 * mips-tdep.c (mips_get_saved_register): Re-hack using
2430 frame_register_unwind.
2431
2432 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2433
2434 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2435 vector. Will be useful for Interix.
2436 * gdbarch.h, gdbarch.c: Regenerate.
2437
2438 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2439 name of the malloc function by NAME_OF_MALLOC.
2440
2441 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2442
2443 * value.h (find_function_in_inferior): Add const keyword to
2444 one of the parameters. Allows us to invoke this function with
2445 a const char *.
2446 * valops.c (find_function_in_inferior): Likewise.
2447
2448 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2449
2450 * exec.c (xfer_memory): Fix compilation warning with old versions
2451 of GCC.
2452 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2453
2454 2002-09-12 David Carlton <carlton@math.stanford.edu>
2455
2456 * symtab.h: Run through gdb_indent.h.
2457 Add 2002 to Copyright year list.
2458
2459 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2460
2461 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2462 mach constants.
2463 * MAINTAINERS: Add myself to write after approval list.
2464
2465 2002-09-11 J. Brobecker <brobecker@gnat.com>
2466
2467 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2468
2469 2002-09-11 J. Brobecker <brobecker@gnat.com>
2470
2471 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2472 Interix.
2473
2474 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2475
2476 * procfs.c (do_detach): Clear current signal, not just fault.
2477 Corrects problem with breakpoint trap signal leaking to detached
2478 process on Tru64.
2479
2480 2002-09-10 Michael Snyder <msnyder@redhat.com>
2481
2482 * buildsym.c (finish_block): Protect against null pointer.
2483
2484 2002-09-10 Andrew Cagney <cagney@redhat.com>
2485
2486 * infcmd.c (default_print_registers_info): Send all output to
2487 ``file'' instead of ``gdb_stdout''.
2488
2489 2002-09-10 Michael Snyder <msnyder@redhat.com>
2490
2491 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2492 LONGEST, and use signed register read (addresses are sign-
2493 extended for mips).
2494
2495 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2496
2497 * event-loop.c (gdb_do_one_event): Make public.
2498 * event-loop.h (gdb_do_one_event): Declare.
2499
2500 2002-09-10 Jeff Law <law@redhat.com>
2501
2502 * infttrace.c (child_resume): Simplify and rework to avoid
2503 TT_PROC_CONTINUE.
2504
2505 2002-09-09 Fred Fish <fnf@intrinsity.com>
2506
2507 * printcmd.c (print_scalar_formatted): "len" is the number of
2508 target bytes, NOT the number of target bits.
2509
2510 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2511
2512 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2513 * top.c (init_main): Set rl_terminal_name.
2514
2515 2002-09-08 Aidan Skinner <aidan@velvet.net>
2516
2517 * ada-lang.c (ada_array_bound, ada_type_match,
2518 _initialize_ada_language): Fix K&R definitions.
2519 * ada-tasks.c (get_current_task): Fix K&R definitions.
2520 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2521
2522 2002-09-07 Christopher Faylor <cgf@redhat.com>
2523
2524 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2525 Add XP.
2526
2527 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2528
2529 * i386-tdep.c (i386_register_virtual_type,
2530 i386_register_convertible, i386_register_convert_to_virtual,
2531 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2532 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2533 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2534 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2535 Don't set push_arguments twice.
2536
2537 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2538 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2539 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2540 sigtramp_end to NULL.
2541 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2542 defines.
2543 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2544
2545 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2546 whitespace.
2547
2548 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2549 * gdbarch.h, gdbarch.c: Re-generate.
2550 * blockframe.c (find_pc_sect_partial_function): Convert to use
2551 SIGTRAMP_START_P predicate.
2552
2553 2002-09-05 Michael Snyder <msnyder@redhat.com>
2554
2555 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2556 generic_dummy_frame method and old method. Also distinguish
2557 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2558 (arm_extract_return_value): Use new regcache method.
2559
2560 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2561 adjustment that doesn't conform to the ABI.
2562 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2563 saved regcache, not from current regcache.
2564
2565 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2566
2567 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2568 * README: Update.
2569
2570 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2571
2572 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2573 if arm_apcs_32 is false.
2574
2575 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2576
2577 GDB 5.3 branch created.
2578
2579 2002-09-03 Theodore A. Roth <troth@verinet.com>
2580
2581 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2582 generic_unwind_get_saved_register.
2583
2584 2002-09-03 David Carlton <carlton@math.stanford.edu>
2585
2586 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2587 argument (PR gdb/653). Update call to smash_to_method_type.
2588 (read_structure_scope): Update call to dwarf2_add_member_fn.
2589
2590 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2591
2592 * x86-64-linux-tdep.c: Include gdb_string.h
2593 * x86-64-linux-nat.c: Ditto.
2594
2595 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2596
2597 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2598 when YYDEBUG is set to 1.
2599 * c-exp.y: Likewise.
2600 * f-exp.y: Likewise.
2601 * jv-exp.y: Likewise.
2602 * m2-exp.y: Likewise.
2603 * p-exp.y: Likewise.
2604
2605 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2606
2607 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2608 dependency list.
2609 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2610 solib_svr4_fetch_link_map_offsets to
2611 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2612 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2613 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2614 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2615 solib-svr4.o, and solib-legacy.o.
2616 * config/i386/tm-nbsd.h: Include solib.h.
2617
2618 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2619
2620 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2621 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2622 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2623 comment noting that this needs its own target configuration.
2624 * config/i386/nbsd.mt: New file.
2625 * config/i386/nbsdaout.mt: Remove.
2626 * config/i386/nbsdelf.mt: Ditto.
2627 * config/i386/tm-nbsdaout.h: Ditto.
2628
2629 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2630
2631 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2632 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2633 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2634 tdep->sigtramp_end.
2635 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2636 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2637 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2638
2639 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2640
2641 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2642 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2643 * i386-tdep.h (i386bsd_init_abi): New prototype.
2644 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2645 function declaration.
2646 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2647 for NetBSD-a.out or NetBSD-ELF.
2648 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2649 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2650 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2651 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2652 and nbsd-tdep.h.
2653 (i386nbsd_pc_in_sigtramp): New function.
2654 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2655 i386nbsd_pc_in_sigtramp.
2656 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2657 and i386nbsdelf_init_abi OS ABI handlers.
2658 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2659 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2660
2661 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2662
2663 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2664 registers if the target really has them.
2665
2666 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2667
2668 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2669 than nbsd-tdep.h.
2670
2671 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2672
2673 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2674 list.
2675 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2676 (alphanbsd_skip_sigtramp_frame): New functions.
2677 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2678 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2679 to alphanbsd_sigcontext_addr.
2680
2681 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2682
2683 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2684 list.
2685 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2686 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2687 nbsd_pc_in_sigtramp.
2688 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2689 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2690 * nbsd-tdep.c: Include gdb_string.h.
2691 (nbsd_pc_in_sigtramp): New function.
2692 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2693 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2694 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2695 ppcnbsd_pc_in_sigtramp.
2696 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2697 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2698 shnbsd_pc_in_sigtramp.
2699 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2700 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2701 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2702
2703 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2704
2705 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2706 watchpoints to NULL.
2707 (insert_breakpoints): set val field of watchpoints if NULL.
2708
2709
2710 2002-08-29 Jim Blandy <jimb@redhat.com>
2711
2712 * symtab.c (lookup_symbol_aux): In the cases where we find a
2713 minimal symbol of an appropriate name and use its address to
2714 select a symtab to read and search, use `name' (as passed to us)
2715 as the demangled name when searching the symtab's global and
2716 static blocks, not the minsym's name.
2717
2718 2002-08-29 Keith Seitz <keiths@redhat.com>
2719
2720 * stack.c (print_frame_info_base): Always set current_source_symtab
2721 and current_source_line.
2722
2723 2002-08-29 Donn Terry <donnte@microsoft.com>
2724
2725 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2726
2727 2002-08-28 Keith Seitz <keiths@redhat.com>
2728
2729 * stack.c (select_frame): Add FIXME concerning selected-frame
2730 events.
2731 (select_frame_command): Send selected-frame-level-changed
2732 event notification, but only if the level actually changed.
2733 (up_silently_base): Add selected-frame-level-changed event
2734 notification.
2735 (down_silently_base): Likewise.
2736
2737 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2738
2739 * Makefile.in: Update dependencies for all gdb/*.c files.
2740
2741 2002-08-27 Tom Tromey <tromey@redhat.com>
2742
2743 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2744 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2745 Update dependencies.
2746 * i387-tdep.c: Include gdb_string.h.
2747 * osabi.c: Likewise.
2748 * i386-linux-nat.c: Likewise.
2749 * lin-lwp.c: Likewise.
2750 * ax-gdb.c: Likewise.
2751 * signals/signals.c: Likewise.
2752 * jv-valprint.c: Likewise.
2753 * p-lang.c: Likewise.
2754 * c-valprint.c: Likewise.
2755 * cp-abi.c: Likewise.
2756
2757 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2758
2759 * cli/cli-script.h (copy_command_lines): Export.
2760 * breakpoint.c: Include cli/cli-script.h.
2761 * Makefile.in (breakpoint.o): Update dependencies.
2762
2763 2002-08-26 Michael Snyder <msnyder@redhat.com>
2764
2765 * breakpoint.c (insert_breakpoints): Protect all references
2766 to 'process_warning'. Shorten long lines.
2767
2768 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2769
2770 * cli/cli-script.c (copy_command_lines): New function.
2771 * defs.h (copy_command_lines): Export.
2772 * testsuite/gdb.base/commands.exp: New tests for commands
2773 attached to a temporary breakpoint, and for commands that
2774 delete the breakpoint they are attached to.
2775
2776 2002-08-26 Michael Snyder <msnyder@redhat.com>
2777
2778 * breakpoint.c (bpstat_stop_status): Instead of copying the
2779 pointer to the breakpoint commands struct, make a new copy
2780 of the struct and point to that.
2781 (bpstat_clear): Free the commands struct.
2782 (bpstat_clear_actions): Free the commands struct.
2783 (bpstat_do_actions): Free the command actions. Also execute
2784 the local cleanups, instead of deleting them.
2785 (delete_breakpoint): Leave the commands field of the bpstat
2786 chain alone -- it will be freed later.
2787
2788 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2789
2790 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2791 deleted in 2002-08-20 commit. This function is still used by
2792 ppc-linux-nat.c.
2793
2794 2002-08-26 Keith Seitz <keiths@redhat.com>
2795
2796 * gdb-events.sh: Add selected-frame-level-changed event.
2797 * gdb-events.c: Regenerated.
2798 * gdb-events.h: Regenerated.
2799
2800 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2801
2802 Fix PR gdb/393:
2803 * inflow.c (terminal_save_ours): New function to save terminal
2804 settings.
2805 * inferior.h (terminal_save_ours): Declare.
2806 * target.c (debug_to_terminal_save_ours): New function.
2807 (cleanup_target): Defaults to_terminal_save_ours.
2808 (update_current_target): Inherit to_terminal_save_ours.
2809 (setup_target_debug): Set to_terminal_save_ours.
2810 * target.h (target_terminal_save_ours): New to save terminal settings.
2811 (target_ops): New member to_terminal_save_ours.
2812 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2813 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2814 * inftarg.c (init_child_ops): Likewise.
2815 * m3-nat.c (init_m3_ops): Likewise.
2816 * procfs.c (init_procfs_ops): Likewise.
2817 * wince.c (init_child_ops): Likewise.
2818 * win32-nat.c (init_child_ops): Likewise.
2819 * sol-thread.c (init_sol_thread_ops): Likewise.
2820
2821 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2822
2823 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2824 use regcache_* functions.
2825 (i386_gdbarch_init): Set store_return_value instead of
2826 deprecated_store_return_value.
2827
2828 * regcache.c (regcache_raw_write_signed,
2829 regcache_raw_write_unsigned): New functions.
2830 * regcache.h (regcache_raw_write_signed,
2831 regcache_raw_write_unsigned): New prototypes.
2832
2833 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2834
2835 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2836 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2837 source file dependencies. Cleanup corresponding generator rules.
2838
2839 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2840
2841 * regcache.h (register_offset_hack): Declare.
2842 (regcache_cooked_read_using_offset_hack): Declare.
2843 (regcache_cooked_write_using_offset_hack): Declare.
2844
2845 * regcache.c (register_offset_hack): New function.
2846 (regcache_cooked_read_using_offset_hack): New function.
2847 (regcache_cooked_write_using_offset_hack): New function.
2848 (regcache_dump): Check that the registers, according to their
2849 offset, are packed hard against each other.
2850 (cooked_xfer_using_offset_hack): New function.
2851
2852 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2853
2854 * regcache.c (struct regcache_descr): Add field register_type.
2855 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2856 in as a parameter
2857 (init_regcache_descr): Initialize register_type. Pass the descr
2858 to init_legacy_regcache_descr. Use register_type instead of
2859 REGISTER_VIRTUAL_TYPE.
2860 (register_type): New function.
2861 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2862 * regcache.h (register_type): Declare.
2863
2864 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2865
2866 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2867 instead of deprecated_store_return_value. Fix fallout from
2868 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2869
2870 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2871
2872 * regcache.c (max_register_size): New function.
2873 (init_legacy_regcache_descr): Ensure that max_register_size is
2874 large enough for REGISTER_VIRTUAL_SIZE.
2875 * regcache.h (max_register_size): Declare.
2876
2877 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2878
2879 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2880 store_return_value.
2881 (e500_extract_return_value): Change type of valbuf pointer to
2882 void.
2883
2884 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2885
2886 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2887 workaround.
2888
2889 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2890 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2891 long long) to prevent compiler warning on 64-bit systems.
2892
2893 2002-08-23 Andrew Cagney <cagney@redhat.com>
2894
2895 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2896 (DEPRECATED_STORE_RETURN_VALUE): New method.
2897 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2898 * gdbarch.h, gdbarch.c: Re-generate.
2899
2900 * values.c (set_return_value): Pass current_regcache to
2901 STORE_RETURN_VALUE.
2902 * arch-utils.h (legacy_store_return_value): Declare.
2903 * arch-utils.c (legacy_store_return_value): New function.
2904 (legacy_extract_return_value): Update parameters.
2905
2906 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2907 STORE_RETURN_VALUE.
2908 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2909 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2910 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2911 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2912 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2913 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2914 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2915 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2916 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2917 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2918
2919 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2920 * i386-tdep.c (i386_extract_return_value): Update.
2921 * arch-utils.c (legacy_extract_return_value): Update.
2922 * frv-tdep.c (frv_gdbarch_init): Update.
2923 * cris-tdep.c (cris_gdbarch_init): Update.
2924 * d10v-tdep.c (d10v_gdbarch_init): Update.
2925 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2926 * m68k-tdep.c (m68k_gdbarch_init): Update.
2927 * mcore-tdep.c (mcore_gdbarch_init): Update.
2928 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2929 * s390-tdep.c (s390_gdbarch_init): Update.
2930 * sparc-tdep.c (sparc_gdbarch_init): Update.
2931 * sh-tdep.c (sh_gdbarch_init): Update.
2932 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2933 * v850-tdep.c (v850_gdbarch_init): Update.
2934 * avr-tdep.c (avr_gdbarch_init): Update.
2935 * ia64-tdep.c (ia64_gdbarch_init): Update.
2936 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2937 * vax-tdep.c (vax_gdbarch_init): Update.
2938 * alpha-tdep.c (alpha_gdbarch_init): Update.
2939 * arm-tdep.c (arm_gdbarch_init): Update.
2940 * mips-tdep.c (mips_gdbarch_init): Update.
2941 * i386-tdep.c (i386_gdbarch_init): Update.
2942
2943 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2944
2945 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2946 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2947
2948 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2949
2950 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2951 problems.
2952
2953 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2954
2955 * infrun.c (handle_inferior_event): Move a comment outside of a
2956 function call, in order to avoid indent reformatting this part
2957 of the code in an unreadable way.
2958
2959 2002-08-23 Grace Sainsbury <graces@redhat.com>
2960
2961 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2962 when breakpoints fail. Move general breakpoint error messages to
2963 insert_breakpoints.
2964 * breakpoint.c (insert_breakpoints): Change warnings when
2965 breakpoints are nto inserted to specify the type. Remove call to
2966 memory_error when hardware breakpoints can't be inserted. Remove
2967 multiple calls to warning so all messages are sent to the user at
2968 once.
2969 (delete_breakpoints): Make insert error messsages more explicit.
2970
2971 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2972
2973 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2974 gdbserver/ChangeLog.
2975
2976 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2977
2978 * i386-tdep.c: Include "objfiles.h".
2979 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2980 skip_trampoline_code.
2981 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2982 (CPLUS_MARKER): Define to '.'.
2983
2984 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2985 member.
2986 (linux_corefile_thread_callback): Increase args->num_notes.
2987 (linux_make_note_section): Initialize thread_args.num_notes, and
2988 use it to determine whether notes for any threads were created.
2989
2990 2002-08-23 Donn Terry <donnte@microsoft.com>
2991
2992 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2993 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2994 and PCUNKILL.
2995 (write_with_trace): Conditionalize out the switch branch handling
2996 PCSHOLD if the corresponding macro is not defined. Likewise for
2997 PRSABORT and PRSTOP.
2998 This change will be needed by the Interix port.
2999
3000 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3001
3002 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
3003 write_register wherever possible instead of manipulating the
3004 register bytes directly.
3005 Assign VALUE_CONTENTS to a variable and use that.
3006 The GPR numbers are now dependent on the architecture.
3007
3008 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3009
3010 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
3011 ev_offset fields.
3012 (skip_prologue): Add support for BookE/e500 instructions.
3013 (e500_extract_return_value): New function.
3014 (frame_get_saved_regs): Add support for saving ev registers and
3015 pseudo gpr's.
3016 (e500_store_return_value): New function.
3017 (rs6000_gdbarch_init): Move up default intializations of
3018 deprecated_extract_return_value and store_return_value. Overwrite
3019 init of store_return_value with e500 specific version.
3020 Set extract_return_value for e500.
3021
3022 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3023
3024 * blockframe.c (generic_call_dummy_register_unwind): Use
3025 regcache_cooked_read to catch cases in which the variable is
3026 stored in a pseudo register.
3027
3028 2002-08-22 Andrew Cagney <cagney@redhat.com>
3029
3030 * NEWS: Mention that the i960 has been made obsolete.
3031 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3032 i960-tdep.c
3033 (remote-nrom.o): Obsolete target.
3034 (remote-nindy.o, i960-tdep.o): Ditto.
3035 * remote-nrom.c: Make file obsolete.
3036 * remote-nindy.c, remote-vx960.c: Ditto.
3037 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3038 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3039 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3040 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3041 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3042 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3043 i960-*-vxworks* obsolete.
3044 * MAINTAINERS: Note that the i960 is obsolete.
3045
3046 2002-08-21 Corinna Vinschen <vinschen@redhat.com
3047
3048 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3049 detach to allow reinitialization.
3050
3051 2002-08-22 Andrew Cagney <ac131313@redhat.com>
3052
3053 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3054 attempt).
3055
3056 2002-08-22 Jim Blandy <jimb@redhat.com>
3057
3058 * coffread.c (coff_symfile_read): Don't try to read the line
3059 number table from disk if the image file doesn't have a symbol
3060 table; we'll never actually look at the info anyway, and Windows
3061 ships DLL's with bogus file offsets for the line number data.
3062
3063 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
3064
3065 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3066 an e500 executable.
3067
3068 2002-08-21 Michael Snyder <msnyder@redhat.com>
3069
3070 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3071 (MSYMBOL_SIZE): Replace macro with function.
3072 (DEFAULT_MIPS_TYPE): Delete unused macro.
3073 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3074 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3075
3076 2002-08-21 Jim Blandy <jimb@redhat.com>
3077
3078 * valops.c (value_cast): Simplify and correct logic for doing a
3079 static cast from a pointer to a base class to a pointer to a
3080 derived class.
3081
3082 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3083
3084 * infcmd.c (default_print_registers_info): Replace
3085 do_registers_info.
3086 (registers_info): Use gdbarch_print_registers_info instead of
3087 DO_REGISTERS_INFO.
3088 * inferior.h (default_print_registers_info): Replace
3089 do_registers_info.
3090 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3091 (DO_REGISTERS_INFO): Change to a predicate function.
3092 * gdbarch.h, gdbarch.c: Regenerate.
3093
3094 2002-08-21 Keith Seitz <keiths@redhat.com>
3095
3096 * gdb-events.sh: Add target-changed event.
3097 * gdb-events.c: Regenerated.
3098 * gdb-events.c: Regenerated.
3099 * valops.c (value_assign): Add target-changed event notification
3100 to inlval_register, lval_memory, and lval_reg_frame_relative.
3101
3102 2002-08-21 Joel Brobecker <brobecker@gnat.com>
3103
3104 * NEWS: Add an entry regarding the improvement of the next/step
3105 operation on Alpha Tru64 multi-processor machines.
3106
3107 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3108
3109 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3110 directores.
3111 * Makefile.in: Update all _h macro definitions.
3112 * Makefile.in (install-gdbtk): Move to install section.
3113 (rdi-share/libangsd.a): Move to end of file.
3114
3115 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3116
3117 * frame.c (frame_register_unwind): When a register, set addrp to
3118 the register's byte.
3119
3120 2002-08-20 Michael Snyder <msnyder@redhat.com>
3121
3122 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3123 used locally, so move them from the target machine header to here.
3124 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3125 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3126 Make static.
3127 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3128
3129 2002-08-20 Andrew Cagney <cagney@redhat.com>
3130
3131 * NEWS: Mention that the Apollo line was made obsolete.
3132 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3133 m68*-hp-hpux* obsolete.
3134 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3135 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3136 * buildsym.c (make_blockvector): Make static.
3137 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3138 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3139 (ALLDEPFILES): Remove dstread.c.
3140 (dstread.o): Obsolete make rule.
3141 * dstread.c: Makefile obsolete.
3142 * dst.h: Ditto.
3143 * config/m68k/hp300hpux.mt: Ditto.
3144 * config/m68k/hp300hpux.mh: Ditto.
3145 * config/m68k/hp300bsd.mt: Ditto.
3146 * config/m68k/hp300bsd.mh: Ditto.
3147 * config/m68k/apollo68b.mt: Ditto.
3148 * config/m68k/apollo68v.mh: Ditto.
3149 * config/m68k/apollo68b.mh: Ditto.
3150
3151 2002-08-20 Michael Snyder <msnyder@redhat.com>
3152
3153 * mips-tdep.c (mips_in_return_stub): Make static.
3154 (mips_gdbarch_init): Set in_solib_return_trampoline.
3155 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3156
3157 2002-08-20 Michael Snyder <msnyder@redhat.com>
3158
3159 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3160 * gdbarch.c, gdbarch.h: Regenerate.
3161 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3162 Add.
3163 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3164
3165 2002-08-20 Michael Snyder <msnyder@redhat.com>
3166
3167 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3168 (mips_gdbarch_init): Set skip_trampoline_code,
3169 in_solib_call_trampoline.
3170 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3171 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3172
3173 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3174
3175 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3176
3177 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3178 vector type for ev registers.
3179 (e500_pseudo_register_read): New function.
3180 (e500_pseudo_register_write): New function.
3181 (e500_dwarf2_reg_to_regnum): New function.
3182 (PPC_UISA_NOFP_SPRS): New macro.
3183 (PPC_EV_REGS): New macro.
3184 (PPC_GPRS_PSEUDO_REGS): New macro.
3185 (registers_e500): New register set for e500.
3186 (variants): Add e500 variant.
3187 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3188 before setting architectural dependent variations. Initialize ev
3189 registers numbers. Add case for e500 architecture. Set the
3190 number of pseudo registers.
3191
3192 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3193
3194 * rs6000-tdep.c: Clean up comments.
3195
3196 2002-08-20 Andrew Cagney <cagney@redhat.com>
3197
3198 * h8300-tdep.c: Re-indent file.
3199
3200 2002-08-20 Jim Blandy <jimb@redhat.com>
3201
3202 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3203 default for this.
3204
3205 2002-08-20 Keith Seitz <keiths@redhat.com>
3206
3207 * breakpoints.c (watch_command_1): Use internal breakpoint
3208 when setting a watchpoint_scope breakpoint.
3209
3210 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3211
3212 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3213 (build_builtin_type_vec64i): Ditto.
3214 (build_builtin_type_vec128): Ditto.
3215 (build_builtin_type_vec128i): Ditto.
3216
3217 2002-08-19 Michael Snyder <msnyder@redhat.com>
3218
3219 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3220 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3221 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3222 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3223 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3224 CALL_DUMMY_ADDRESS): Delete.
3225 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3226 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3227 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3228 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3229 push_return_address.
3230 (mips_register_raw_size, mips_eabi_use_struct_convention,
3231 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3232 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3233 mips_init_extra_frame_info, mips_eabi_push_arguments,
3234 mips_n32n64_push_arguments, mips_push_return_address,
3235 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3236 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3237
3238 2002-08-19 Michael Snyder <msnyder@redhat.com>
3239
3240 * mips-tdep.c (mips_frame_num_args): New function.
3241 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3242 frame_saved_pc, frame_args_address, frame_locals_address,
3243 frame_num_args, and frame_args_skip.
3244 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3245 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3246 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3247 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3248
3249 2002-08-20 Michael Snyder <msnyder@redhat.com>
3250
3251 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3252 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3253 * mips-tdep.c (mips_store_struct_return): New function.
3254 (mips_extract_struct_value_address): New function.
3255 (mips_gdbarch_init): Set store_struct_return and
3256 extract_struct_value_address.
3257
3258 2002-08-20 David Carlton <carlton@math.stanford.edu>
3259
3260 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3261 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3262 (read_file_scope): Check that line_header is nonzero before
3263 decoding macro information.
3264
3265 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3266
3267 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3268 flag the general-purpose registers as floating-point on targets
3269 that don't support the floating-point registers.
3270
3271 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3272
3273 * rs6000-tdep.c (altivec_register_p): Delete.
3274 (rs6000_do_altivec_registers): Delete.
3275 (rs6000_altivec_registers_info): Delete.
3276 (rs6000_do_registers_info): Delete.
3277 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3278 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3279
3280 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3281
3282 * infcmd.c (do_registers_info): Print vector registers in hex
3283 format only.
3284 (print_vector_info): Check that printing registers
3285 makes sense.
3286 (print_float_info): Ditto.
3287
3288 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3289
3290 * mips-tdep.c (mips_gdbarch_init): Update.
3291 (mips_o32_extract_return_value): Rewrite.
3292 (mips_o32_store_return_value): Rewrite.
3293 (mips_o32_xfer_return_value): New function.
3294 (mips_xfer_register): Tweak debug print message. Allow for
3295 buf_offset when dumping the value transfered.
3296
3297 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3298
3299 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3300 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3301 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3302 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3303 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3304
3305 2002-08-14 Michael Snyder <msnyder@redhat.com>
3306
3307 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3308
3309 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3310
3311 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3312 register.
3313 (P): New macro to define a register as a pseudo register.
3314 (R, R4, R8, R16, FR32, R64, R0): Updated.
3315 (struct variant): Add new fields for number of pseudo registers
3316 and number of total registers.
3317 (tot_num_registers): New macro replacing....
3318 (num_registers): ...deleted macro.
3319 (num_registers): New function.
3320 (num_pseudo_registers): New function.
3321 (variants): Update all variants to intialize new fields correctly.
3322 Postpone initialization of number of pseudo regs and real regs.
3323 (init_variants): New function.
3324 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3325 registers offsets.
3326
3327 2002-08-19 David Carlton <carlton@math.stanford.edu>
3328
3329 * valops.c (search_struct_field): Change error message to treat
3330 return value of 0 from value_static_field as meaning that field is
3331 optimized out.
3332 (value_struct_elt_for_reference): Ditto.
3333 * values.c (value_static_field): Treat an unresolved location the
3334 same as a nonexistent symbol. Fix PR gdb/635.
3335 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3336 enclosed. Fix PR gdb/574.
3337 * MAINTAINERS: Add self to Write After Approval list.
3338
3339 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3340
3341 * mips-tdep.c (mips_xfer_register): New function.
3342 (mips_n32n64_extract_return_value): Rewrite.
3343 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3344 instead of deprecated_extract_return_value.
3345
3346 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3347
3348 * rs6000-tdep.c (TDEP): Delete macro.
3349 (branch_dest): Replace use of TDEP macro with its body.
3350 (rs6000_pop_frame): Ditto.
3351 (rs6000_push_arguments): Ditto.
3352 (rs6000_skip_trampoline_code): Ditto.
3353 (rs6000_frame_saved_pc): Ditto.
3354 (rs6000_frame_chain): Ditto.
3355 (rs6000_register_name): Ditto.
3356 (rs6000_register_byte): Ditto.
3357 (rs6000_register_raw_size): Ditto.
3358 (rs6000_register_virtual_type): Ditto.
3359 (rs6000_register_convertible): Ditto.
3360 (rs6000_convert_from_func_ptr_addr): Ditto.
3361
3362 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3363
3364 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3365 conditionally.
3366 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3367 MIPS_LINUX_JB_ELEMENT_SIZE.
3368 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3369 for MAX_REGISTER_RAW_SIZE arrays.
3370 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3371 MIPS_LINUX_JB_ELEMENT_SIZE.
3372
3373 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3374
3375 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3376
3377 2002-08-19 Aidan Skinner <aidan@velvet.net>
3378
3379 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3380 ada-valprint.c ada-tasks.c.
3381 (YYFILES): Add ada-exp.y.
3382 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3383 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3384 (ada-exp.tab.o): New target.
3385
3386 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3387
3388 * regcache.c (regcache_xfer_part): New function.
3389 (regcache_raw_read_part): New function.
3390 (regcache_raw_write_part): New function.
3391 (regcache_cooked_read_part): New function.
3392 (regcache_cooked_write_part): New function.
3393 * regcache.h (regcache_raw_read_part): Declare.
3394 (regcache_raw_write_part): Declare.
3395 (regcache_cooked_read_part): Declare.
3396 (regcache_cooked_write_part): Declare.
3397
3398 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3399
3400 * remote.c (remote_open_1): Add async_p.
3401 (remote_async_open_1): Delete.
3402 (open_remote_target): Delete.
3403 (remote_open, extended_remote_open): Update calls to remote_open_1.
3404 (remote_async_open, extended_remote_async_open): Call
3405 remote_open_1 instead of remote_async_open_1.
3406
3407 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3408
3409 * blockframe.c: Fix a few coding standard violations.
3410
3411 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3412
3413 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3414 here from ...
3415 * config/i386/tm-i386sco5.h: ... here. File removed.
3416 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3417
3418 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3419 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3420 (TM_FILE): Set to tm-i386.h.
3421 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3422 * config/i386/tm-i386v.h: Remove file.
3423 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3424 instead of "i386/tm-i386v.h".
3425 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3426 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3427 "i386/tm-i386v.h".
3428 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3429 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3430 "i386/tm-i386.h".
3431
3432 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3433
3434 * config/i386/nm-i386v.h: Add protection against
3435 multiple-inclusion.
3436 (i386_register_u_addr): Remove prototype.
3437 (register_u_addr): New prototype.
3438 (REGISTER_U_ADDR): Redefine accordingly.
3439 * i386v-nat.c: Improve several comments.
3440 (i386_register_u_addr): Change signature and rename to
3441 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3442 ubase variable.
3443
3444 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3445
3446 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3447 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3448 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3449 deprecated_extract_return_value.
3450 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3451 rename mips_o32o64_push_arguments.
3452 (mips_gdbarch_init): Update.
3453 (mips_extract_return_value): Delete.
3454 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3455 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3456 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3457 (mips_n32n64_extract_return_value): Clone
3458 mips_extract_return_value.
3459 (mips_store_return_value): Delete.
3460 (mips_o32_store_return_value): Clone mips_store_return_value.
3461 (mips_o64_store_return_value): Clone mips_store_return_value.
3462 (mips_eabi_store_return_value): Clone mips_store_return_value.
3463 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3464
3465 2002-08-18 Aidan Skinner <aidan@velvet.net>
3466
3467 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3468 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3469
3470 2002-08-18 Aidan Skinner <aidan@velvet.net>
3471
3472 * ada-lang.c: Run through gdb_indent.sh.
3473 * ada-lang.h: Run through gdb_indent.sh.
3474 * ada-tasks.c: Run through gdb_indent.sh.
3475 * ada-typeprint.c: Run through gdb_indent.sh.
3476 * ada-valprint.c: Run through gdb_indent.sh.
3477
3478 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3479
3480 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3481 ABI.
3482
3483 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3484
3485 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3486
3487 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3488 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3489
3490 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3491 write_register_gen instead of write_register_bytes.
3492
3493 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3494 i[3456]-*-osf1mk* configurations have been made obsolete.
3495 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3496 i[3456]86-*-osf1mk* hosts obsolete.
3497 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3498 targets obsolete.
3499 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3500 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3501 config/i386/i386m3.mt, config/i386/nm-m3.h,
3502 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3503 config/i386/i386mk.mh, config/i386/i386mk.mt,
3504 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3505 obsolete.
3506 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3507 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3508 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3509
3510 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3511
3512 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3513 (hppa_value_returned_from_stack): Declare.
3514 (hppa_extract_return_value): Declare.
3515 * config/pa/hppa.mt: New file.
3516 * configure.tgt: Recognize hppa*-*-*.
3517 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3518
3519 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3520
3521 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3522 comment.
3523
3524 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3525
3526 * top.c (gdb_rl_operate_and_get_next): Make sure
3527 operate-and-get-next functions correctly even when the history
3528 list is completely filled.
3529
3530 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3531
3532 * MAINTAINERS (Target Instruction Set Architectures): Rename
3533 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3534 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3535 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3536 already listed under Host/Native.
3537
3538 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3539 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3540 mips*-*-*.
3541
3542 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3543
3544 * config/ia64/ia64.mt: New file.
3545 * config/alpha/alpha.mt: New file.
3546 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3547 ia64-linux-gnu. Mention that ia64-elf is broken.
3548 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3549
3550 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3551
3552 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3553 generic_func_frame_valid instead of func_frame_valid.
3554
3555 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3556
3557 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3558 procfs appears to be broken when debugging on multi-processor
3559 machines. So enable software single stepping in order to avoid
3560 using the procfs interface to do next/step operations, using
3561 internal breakpoints instead.
3562
3563 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3564 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3565 make this pc address equal to the value it would have if the
3566 system stepping capability was used. Also set a new flag used
3567 to ensure that we don't readjust the PC one more time later.
3568
3569 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3570 address by DECR_PC_AFTER_BREAK when software single step is
3571 in use for this architecture, as this has already been taken
3572 care of in handle_inferior_event().
3573
3574 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3575
3576 * infrun.c (handle_inferior_event): Minor reformatting, to make
3577 a rather long condition expression easier to read.
3578
3579 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3580
3581 * Makefile.in (gdbtk.o): Move to end of file.
3582 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3583 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3584 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3585 (gdbtk-wrapper.o, gdbres.o): Ditto.
3586
3587 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3588
3589 * Makefile.in (copying.o): Separate out compile rule.
3590 (hpux-thread.o, procfs.o, signals.o): Ditto.
3591 (v850ice.o, z8k-tdep.o): Ditto.
3592 (tui-file.o): Move to TUI section.
3593 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3594 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3595
3596 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3597
3598 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3599 skip_trampoline_code, for better namespace-proofing.
3600
3601 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3602
3603 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3604
3605 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3606
3607 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3608
3609 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3610 signal, check whether we hit a breakpoint before checking for a
3611 single step breakpoint. Otherwise, GDB fails to notice that a
3612 breakpoint has been hit when stepping onto a breakpoint.
3613
3614 2002-08-16 Keith Seitz <keiths@redhat.com>
3615
3616 * gdb-events.sh (clear_gdb_event_hooks): New function.
3617 * gdb-events.c: Regenerate.
3618 * gdb-events.h: Regenerate.
3619
3620 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3621
3622 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3623 not_a_sw_breakpoint.
3624 * breakpoint.h (bpstat_stop_status): Add parameter names.
3625
3626 2002-08-16 Grace Sainsbury <graces@redhat.com>
3627
3628 * remote.c (remote_insert_hw_breakpoint)
3629 (remote_remove_hw_breakpoint): Fix calculation of length field
3630 for Z-packet.
3631
3632 2002-08-15 Michael Snyder <msnyder@redhat.com>
3633
3634 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3635 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3636 (supply_fpregset): Ditto.
3637
3638 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3639 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3640 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3641 (TARGET_READ_SP): Delete.
3642 (DO_REGISTERS_INFO): Delete.
3643 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3644 Delete.
3645 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3646 from macros to functions.
3647
3648 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3649 (mips_register_convertible, mips_register_convert_to_virtual,
3650 mips_register_convert_to_raw): Make static.
3651 (mips_read_sp): New function.
3652 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3653 (mips_do_registers_info): Make static.
3654 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3655 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3656 (mips_register_convert_from_type, mips_register_convert_to_type):
3657 New functions.
3658 (mips_gdbarch_init): Set up function_start_offset,
3659 register_virtual_size, pc_in_sigtramp.
3660
3661 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3662
3663 * infcmd.c (vector_info): New function.
3664 (_initialize_infcmd): Add command "info vector".
3665 (print_vector_info): New function.
3666
3667 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3668 * gdbarch.h, gdbarch.c: Regenerate.
3669
3670 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3671
3672 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3673 ``print_all''. Only print vector registers when ``print_all''.
3674
3675 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3676
3677 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3678 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3679
3680 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3681 Add `args' parameter.
3682 * gdbarch.h, gdbarch.c: Regenerate.
3683
3684 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3685
3686 * infcmd.c (float_info): Call print_float_info.
3687 (print_float_info): New function. By default, print the
3688 floating-point registers.
3689
3690 * arch-utils.h (default_print_float_info): Delete declaration.
3691 * arch-utils.c (default_print_float_info): Delete function.
3692
3693 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3694
3695 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3696 out define.
3697
3698 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3699 FRAME.
3700
3701 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3702 * configure.host: Make i[3456]86-*-aix host obsolete.
3703 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3704 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3705 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3706 config/i386/xm-i386aix.h: Make files obsolete.
3707 * i386aix-nat.c: Make file obsolete.
3708 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3709 (i386aix-nat.o): Make target obsolete.
3710
3711 * config/i386/nm-gnu.h: Removed.
3712 * config/i386/nm-i386gnu.h: New file.
3713 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3714 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3715 Moved here from ...
3716 * config/i386/tm-i386gnu.h: ... here. Removed.
3717 * config/i386/xm-i386gnu.h: Removed.
3718 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3719 (NAT_FILE): Set to nm-i386gnu.h.
3720 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3721 * i386-tdep.c: New file.
3722 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3723 (i386gnu-tdep.o): Specify dependencies.
3724
3725 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3726
3727 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3728 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3729 Adjust a few comments to reflect reality a bit closer.
3730 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3731 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3732 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3733 target_insert_watchpoint, target_remove_watchpoint):
3734 Move defines to ...
3735 * config/i386/nm-i386sco5.h: ... here.
3736 (kernel_u_size): Add prototype. Improve a few comments and add
3737 protection against multiple inclusion.
3738
3739 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3740 out define.
3741
3742 * uw-thread.c (SP_ARG0): Define if not already defined.
3743 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3744
3745 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3746
3747 * config/i386/tm-i386.h: Don't include "regcache.h".
3748
3749 * i387-tdep.h (i387_print_float_info): New prototype.
3750 * i387-tdep.c (print_i387_value, print_i387_ext,
3751 print_i387_status_word, print_i387_control_word): Add `struct
3752 ui_file *' argument and use it for output.
3753 (i387_print_float_info): Renamed from i387_float_info. Add
3754 `struct gdbarch *' and `struct ui_file *' arguments and use the
3755 latter for output.
3756 * i386-tdep.c: Include "i387-tdep.h".
3757 (i386_gdbarch_init): Set print_float_info.
3758 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3759 (FLOAT_INFO): Remove define.
3760
3761 2002-08-13 Michael Snyder <msnyder@redhat.com>
3762
3763 * mips-tdep.c (mips_push_arguments): Rename to
3764 mips_eabi_push_arguments, and tune for EABI.
3765 (MIPS_REGS_HAVE_HOME_P): Delete.
3766 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3767 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3768 Delete references to mips_regs_have_home_p.
3769
3770 2002-08-14 Keith Seitz <keiths@redhat.com>
3771
3772 * Makefile.in (install-gdbtk): Create insight plugin directory.
3773 Install plugins.tcl file.
3774
3775 2002-08-14 Keith Seitz <keiths@redhat.com>
3776
3777 * configure.in: Move SUBDIRS to near top of the file so that
3778 --enable options may add things to it.
3779 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3780 * configure: Regenerate.
3781
3782 2002-08-13 Michael Snyder <msnyder@redhat.com>
3783
3784 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3785 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3786 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3787
3788 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3789
3790 * vax-tdep.c (vax_get_saved_register): Delete function.
3791 (vax_gdbarch_init): Update.
3792 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3793 (ns32k_gdbarch_init): Update.
3794 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3795 (alpha_gdbarch_init): Update.
3796
3797 2002-08-13 Andrew Cagney <cagney@redhat.com>
3798
3799 * regcache.c (init_regcache_descr): Overallocate the
3800 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3801 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3802 nr_raw_registers.
3803 (set_register_cached): Add range checking assertions. Use
3804 current_regcache.
3805
3806 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3807
3808 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3809 numbers for MMX registers.
3810
3811 2002-08-13 Andrew Cagney <cagney@redhat.com>
3812
3813 * i386-tdep.c (i386_gdbarch_init): Use
3814 generic_unwind_get_saved_register.
3815
3816 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3817
3818 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3819 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3820 target vector.
3821 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3822 Delete. Add comment regarding this now-deleted target method.
3823
3824 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3825
3826 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3827 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3828 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3829 real PC and the page number (if it's within the memory bank window).
3830 (m68hc11_pseudo_register_write): Likewise when saving.
3831 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3832 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3833 (m68hc11_register_raw_size): And use 32-bit for it.
3834 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3835 16K memory bank is used by the prog; also use the virtual pc.
3836
3837 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3838
3839 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3840 (m68hc11_gdbarch_init): Install it in gdbarch.
3841 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3842 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3843 (MSYMBOL_SIZE): New for documentation.
3844 (insn_return_kind): Enum to specify how a function returns.
3845 (frame_extra_info): Cleanup and record the return mode.
3846 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3847 register in address computation.
3848 (m68hc11_get_return_insn): New to obtain the return instruction used
3849 by the function.
3850 (m68hc11_frame_init_saved_regs): Take into account the return
3851 instruction used by the function for far and interrupt functions.
3852 (m68hc11_init_extra_frame_info): Take into account page register.
3853 (m68hc11_frame_args_address): Adjust according to the return mode.
3854 (show_regs): Print page register only when it's used.
3855
3856 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3857
3858 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3859 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3860 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3861 registers.
3862 (m68hc11_register_raw_size): Likewise.
3863
3864 2002-08-13 Andrew Cagney <cagney@redhat.com>
3865
3866 * i386-tdep.c (i386_register_name): Handle mmx registers.
3867 (mmx_regnum_p): New function.
3868 (i386_mmx_names): New array.
3869 (mmx_num_regs): New variable.
3870 (i386_pseudo_register_read): New function.
3871 (i386_pseudo_register_write): New function.
3872 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3873
3874 * regcache.c (regcache_raw_read_unsigned): New function.
3875 (regcache_raw_read_signed): New function.
3876 * regcache.h (regcache_raw_read_unsigned): Declare.
3877 (regcache_raw_read_signed): Declare.
3878
3879 2002-08-13 Andrew Cagney <cagney@redhat.com>
3880
3881 * regcache.c (regcache_raw_read_as_address): Delete function.
3882 (regcache_cooked_read_signed): New function.
3883 (regcache_cooked_read_unsigned): New function.
3884 * regcache.h (regcache_cooked_read_signed): Declare.
3885 (regcache_cooked_read_unsigned): Declare.
3886 (regcache_raw_read_as_address): Delete declaration.
3887
3888 * blockframe.c (generic_read_register_dummy): Use
3889 regcache_cooked_read_unsigned.
3890 * i386-tdep.c (i386_extract_struct_value_address): Use
3891 regcache_cooked_read_unsigned.
3892
3893 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3894
3895 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3896 double sizes according to ELF ABI flags.
3897 (gdbarch_tdep): Record elf_flags.
3898
3899 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3900
3901 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3902 (m6812_prolog): They can appear in 68HC12 function prologue.
3903 (m68hc11_frame_chain): Cleanup.
3904
3905 2002-08-12 Andrew Cagney <cagney@redhat.com>
3906
3907 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3908 declarations.
3909 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3910 (i386_linux_register_raw_size): Delete function.
3911 (i386_linux_init_abi): Update.
3912 * i386-tdep.c (i386_register_raw_size): Delete function.
3913 (i386_register_byte): Delete function.
3914 (i386_gdbarch_init): Update.
3915 (i386_register_size): Delete array.
3916 (i386_register_offset): Delete array.
3917
3918 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3919 (REGISTER_RAW_SIZE): Delete macro.
3920 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3921 (REGISTER_BYTE): Delete macro.
3922
3923 2002-08-11 Aidan Skinner <aidan@velvet.net>
3924
3925 * ada-lang.c (ada_lookup_partial_symbol)
3926 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3927 prototype names so that grep ^func works properly.
3928
3929 * ada-lang.c (ada_array_element_type)
3930 (ada_lookup_partial_symbol): Fix typos in parameter list.
3931
3932 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3933 Fix prototype names so that grep ^func works properly.
3934
3935 2002-08-10 Andrew Cagney <cagney@redhat.com>
3936 Elena Zannoni <ezannoni@redhat.com>
3937 Martin M. Hunt <hunt@redhat.com>
3938
3939 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3940 (build_builtin_type_vec128i): Set the vector bit.
3941 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3942 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3943 (build_builtin_type_vec64): New function.
3944 (build_builtin_type_vec64i): New function.
3945 (build_gdbtypes): Initialize builtin_type_vec64 and
3946 builtin_type_vec64i.
3947
3948 2002-08-09 Andrew Cagney <cagney@redhat.com>
3949
3950 * regcache.c (regcache_dump): Compare the register offset
3951 with REGISTER_BYTE.
3952 * arch-utils.c (generic_register_byte): New function.
3953 * arch-utils.h (generic_register_byte): Declare.
3954 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3955 * gdbarch.h, gdbarch.c: Regenerate.
3956
3957 2002-08-09 Andrew Cagney <cagney@redhat.com>
3958
3959 * regcache.c: Include "gdbcmd.h"
3960 (_initialize_regcache): Add commands "maintenance print
3961 registers", "maintenance print raw-registers" and "maintenance
3962 print cooked-registers".
3963 (enum regcache_dump_what): Define.
3964 (dump_endian_bytes): New function.
3965 (regcache_dump): New function.
3966 (regcache_print): New function.
3967 (maintenance_print_registers): New function.
3968 (maintenance_print_raw_registers): New function.
3969 (maintenance_print_cooked_registers): New function.
3970 * Makefile.in (regcache.o): Update dependencies.
3971
3972 2002-08-09 Michael Snyder <msnyder@redhat.com>
3973
3974 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3975 (mips_push_arguments): Correct some comments. Use paddr_nz
3976 for printing addresses in debug output. Replace static
3977 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3978 (mips_n32n64_push_arguments): New function, cloned from
3979 mips_push_arguments and tuned for the n32/n64 ABI.
3980 (mips_push_register): Buffer needs dynamic allocation.
3981 (mips_print_register): Ditto.
3982 (do_gp_register_row): Ditto.
3983 (mips_store_return_value): Ditto.
3984 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3985
3986 2002-08-09 Don Howard <dhoward@redhat.com>
3987
3988 * memattr.c (mem_info_command): Print special case of upper bound
3989 as max CORE_ADDR + 1.
3990
3991 2002-08-08 Michael Snyder <msnyder@redhat.com>
3992
3993 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3994 returns structs by ref if they're too big to fit in two registers.
3995
3996 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3997
3998 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3999 saved regs value.
4000 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
4001 mips_find_saved_regs().
4002 (mips_pop_frame): Likewise.
4003
4004 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4005
4006 * blockframe.c (frame_saved_regs_register_unwind): Revise
4007 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
4008 frames are in use.
4009
4010 2002-08-09 Grace Sainsbury <graces@redhat.com>
4011
4012 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
4013 T-packets; the 'a' is not taken as a register number.
4014 (remote_check_watch_resources, remote_stopped_by_watchpoint)
4015 (remote_stopped_data_address): New functions; add to target
4016 vector.
4017 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
4018 prototypes to match other implementations of this
4019 function. replace integer argument with pointer -- the length
4020 field in the Z-packet is the length of what is pointed to or 1 if
4021 pointer is null. Add to target vector.
4022 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
4023 target vector.
4024
4025 From Mark Salter:
4026 * remote.c (remote_wait): Add support to extract optional
4027 watchpoint information from T-packet. Ignore unrecognized
4028 optional info in T-packet.
4029 (remote_async_wait): Ditto.
4030
4031 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
4032
4033 * cli/cli-dump.c: Change fopen modes to use binary open modes
4034 as defined in include/fopen-bin.h throughout.
4035
4036 2002-08-08 Michael Snyder <msnyder@redhat.com>
4037
4038 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4039
4040 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4041
4042 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4043 assertion failure by returning early after a warning.
4044
4045 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4046
4047 * mips-tdep.c (mips_find_saved_regs): Make static.
4048 (mips_frame_init_saved_regs): New function.
4049 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4050 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4051 (mips_find_saved_regs): Delete declaration.
4052
4053 2002-08-08 Grace Sainsbury <graces@redhat.com>
4054
4055 * remote.c (remote_wait, remote_async_wait): Change
4056 thread_num from int to ULONGEST.
4057 (unpack_varlen_hex): Change result parameter from
4058 int * to ULONGEST *.
4059
4060 2002-08-08 Andrew Cagney <ac131313@redhat.com>
4061
4062 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4063 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4064 powerpc*-*-*.
4065 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4066
4067 2002-08-08 Andrew Cagney <cagney@redhat.com>
4068
4069 * gcore.c (override_derive_stack_segment): Delete variable.
4070 (preempt_derive_stack_segment): Delete function.
4071 (derive_stack_segment): Delete function.
4072 (default_derive_stack_segment): Renamed to derive_stack_segment.
4073 (override_derive_heap_segment): Delete variable.
4074 (preempt_derive_heap_segment): Delete function.
4075 (derive_heap_segment): Delete function.
4076 (default_derive_heap_segment): Rename to derive_heap_segment.
4077
4078 2002-08-06 Michael Snyder <msnyder@redhat.com>
4079
4080 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4081 * mips-tdep.c (mips_EABI_use_struct_convention,
4082 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4083 New functions. (mips_use_struct_convention): Delete.
4084 (mips_gdbarch_init): set use_gdbarch_convention.
4085
4086 2002-08-06 Michael Snyder <msnyder@redhat.com>
4087
4088 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4089 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4090 mips_o32_reg_struct_has_addr): New functions.
4091 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4092
4093 2002-08-07 Andrew Cagney <ac131313@redhat.com>
4094
4095 * regcache.c (pseudo_register): Delete function.
4096 (fetch_register): Delete function.
4097 (store_register): Delete function.
4098 (regcache_raw_read, legacy_read_register_gen): Use
4099 target_fetch_registers instead of fetch_register.
4100 (legacy_write_register_gen, regcache_raw_write): Use
4101 target_store_register instead of store_register.
4102 (write_register_bytes): Ditto.
4103
4104 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4105 (STORE_PSEUDO_REGISTER): Delete.
4106 * gdbarch.h, gdbarch.c: Regenerate.
4107
4108 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
4109
4110 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4111 write dump file binary.
4112
4113 2002-08-05 Michael Snyder <msnyder@redhat.com>
4114
4115 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4116 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4117 (mips_gdbarch_init): Set N32 target to be mips64.
4118
4119 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4120
4121 * frame.c (find_saved_register): Break out of loop once saved
4122 register address is found. Don't mention sparc in loop comment
4123 anymore.
4124
4125 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4126
4127 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4128 mips_default_saved_regsize to 8.
4129
4130 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4131
4132 * gcore.c: Do not include <sys/procfs.h>.
4133 * Makefile.in (gcore.o): Update dependencies.
4134
4135 2002-08-06 Andrew Cagney <cagney@redhat.com>
4136
4137 * configure.tgt: Make arc-*-* obsolete.
4138 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4139 * MAINTAINERS: Make arc-elf obsolete.
4140 * arc-tdep.c: Make file obsolete.
4141 * config/arc/arc.mt: Ditto.
4142 * config/arc/tm-arc.h: Ditto.
4143
4144 2002-08-05 Theodore A. Roth <troth@verinet.com>
4145
4146 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4147
4148 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4149
4150 * mcore-tdep.c (mcore_gdbarch_init): Use
4151 generic_unwind_get_saved_register instead of
4152 generic_get_saved_register.
4153 * v850-tdep.c (v850_gdbarch_init): Ditto.
4154 * frv-tdep.c (frv_gdbarch_init): Ditto.
4155 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4156 * s390-tdep.c (s390_gdbarch_init): Ditto.
4157 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4158 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4159 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4160
4161 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4162
4163 * objfiles.h: Add missing #include "symfile.h"
4164
4165 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4166
4167 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4168
4169 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4170 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4171 of FIELD_BITSIZE.
4172
4173 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4174
4175 * NEWS: Cleanup and nitpick.
4176
4177 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4178
4179 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4180
4181 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4182
4183 * Makefile.in (gdbtk-bp.o): Update dependencies.
4184 (gdbtk-register.o): Ditto.
4185 (gdbtk-varobj.o): Ditto.
4186
4187 2002-08-03 Andrew Cagney <cagney@redhat.com>
4188
4189 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4190 m68hc11_fetch_pseudo_register.
4191 (m68hc11_pseudo_register_write): Replace
4192 m68hc11_store_pseudo_register.
4193 (m68hc11_gdbarch_init): Update.
4194
4195 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4196
4197 * gdbarch.sh: Include "gdb_string.h".
4198 * gdbarch.c: Regenerate.
4199
4200 * regcache.c: Include "gdb_string.h".
4201 * ax-general.c: Ditto.
4202 * varobj.c: Ditto.
4203 * std-regs.c: Ditto.
4204 * fbsd-proc.c: Ditto.
4205 * thread.c: Ditto.
4206
4207 * Makefile.in (regcache.o): Update dependencies.
4208 (thread.o, gdbarch.o): Ditto.
4209 (ax-general.o, gdbarch.o): Ditto.
4210 (varobj.o, std-regs.o): Ditto.
4211 (fbsd-proc.o): Specify dependencies.
4212
4213 2002-08-02 Andrew Cagney <cagney@redhat.com>
4214
4215 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4216 regnum.
4217 (regcache_cooked_write): Ditto.
4218
4219 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4220
4221 * regcache.c (regcache_cooked_read): New function.
4222 (regcache_cooked_write): New function.
4223 (read_register_gen): Rewrite using regcache_cooked_read.
4224 (write_register_gen): Rewrite using regcache_cooked_write.
4225
4226 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4227 Declare.
4228
4229 2002-08-02 Andrew Cagney <cagney@redhat.com>
4230
4231 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4232 Replace the architecture methods register_read and register_write.
4233 * gdbarch.h, gdbarch.c: Regenerate.
4234 * regcache.c (init_regcache_descr): Update.
4235 (read_register_gen): Update.
4236 (write_register_gen): Update.
4237 (supply_register): Update comment.
4238
4239 * sh-tdep.c (sh_gdbarch_init): Update.
4240 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4241 `regcache' and `gdbarch' parameters. Make `buffer' a void
4242 pointer. Update code.
4243 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4244 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4245 void pointer. Update code.
4246 (sh64_register_write): Delete.
4247 (sh4_register_read): Delete.
4248 (sh64_register_read): Delete.
4249 (sh4_register_write): Delete.
4250 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4251 void pointer, `to' parameter a void pointer.
4252 (sh_sh64_register_convert_to_raw): Ditto.
4253
4254 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4255
4256 * mips-tdep.c (mips_register_virtual_type): Use architecture
4257 invariant return values.
4258
4259 2002-08-01 Andrew Cagney <cagney@redhat.com>
4260
4261 * linux-proc.c: Include "gdb_string.h".
4262 * Makefile.in (linux-proc.o): Update dependency list.
4263
4264 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4265
4266 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4267 comment.
4268
4269 2002-08-01 Grace Sainsbury <graces@redhat.com>
4270
4271 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4272 to_insert_watchpoint, to_remove_watchpoint,
4273 to_stopped_by_watchpoint, to_stopped_data_address,
4274 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4275 target vecctor. Define their corresponding macros so they call
4276 them.
4277
4278 * target.c: Add default and debug versions of for
4279 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4280 to_insert_watchpoint, to_remove_watchpoint,
4281 to_stopped_by_watchpoint, to_stopped_data_address,
4282 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4283
4284 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4285
4286 * mips-tdep.c (mips_register_virtual_type): New function.
4287 (mips_gdbarch_init): Register mips_register_virtual_type()
4288 with gdbarch machinery.
4289 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4290 this file instead of tm-bigmips.h.
4291 (MIPS_REGSIZE): Delete this macro.
4292 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4293 multiarch version in mips-tdep.c will be found.
4294
4295 2002-08-01 Andrew Cagney <cagney@redhat.com>
4296
4297 * NEWS: Menion that CHILL has been made obsolete.
4298
4299 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4300 * stabsread.c (read_range_type): Ditto.
4301 * gdbtypes.h: Ditto.
4302 * language.c (binop_type_check): Ditto.
4303 (binop_result_type): Ditto.
4304 (integral_type): Ditto.
4305 (character_type): Ditto.
4306 (string_type): Ditto.
4307 (boolean_type): Ditto.
4308 (structured_type): Ditto.
4309 (lang_bool_type): Ditto.
4310 (binop_type_check): Ditto.
4311 * language.h (_LANG_chill): Ditto.
4312 * dwarfread.c (set_cu_language): Ditto.
4313 * dwarfread.c (CHILL_PRODUCER): Ditto.
4314 * dwarfread.c (handle_producer): Ditto.
4315 * expression.h (enum exp_opcode): Ditto.
4316 * eval.c: Ditto for comments.
4317 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4318 * expprint.c (print_subexp): Ditto.
4319 (print_subexp): Ditto.
4320 * valops.c (value_cast): Ditto.
4321 (search_struct_field): Ditto.
4322 * value.h (COERCE_VARYING_ARRAY): Ditto.
4323 * symfile.c (init_filename_language_table): Ditto.
4324 (add_psymbol_with_dem_name_to_list): Ditto.
4325 * valarith.c (value_binop): Ditto.
4326 (value_neg): Ditto.
4327 * valops.c (value_slice): Ditto.
4328 * symtab.h (union language_specific): Ditto.
4329 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4330 (SYMBOL_DEMANGLED_NAME): Ditto.
4331 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4332 * defs.h (enum language): Ditto.
4333 * symtab.c (got_symtab): Ditto.
4334 * utils.c (fprintf_symbol_filtered): Ditto.
4335
4336 * ch-typeprint.c: Make file obsolete.
4337 * ch-valprint.c: Make file obsolete.
4338 * ch-lang.h: Make file obsolete.
4339 * ch-exp.c: Make file obsolete.
4340 * ch-lang.c: Make file obsolete.
4341
4342 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4343 CHILL_LIB.
4344 (TARGET_FLAGS_TO_PASS): Ditto.
4345 (CHILLFLAGS): Obsolete.
4346 (CHILL): Obsolete.
4347 (CHILL_FOR_TARGET): Obsolete.
4348 (CHILL_LIB): Obsolete.
4349 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4350 ch-valprint.c.
4351 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4352 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4353 ch-lang.o.
4354 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4355 targets.
4356
4357 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4358
4359 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4360 This does not change anything at the moment, but will be helpful
4361 later when full Ada support is integrated.
4362
4363 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4364
4365 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4366 help message.
4367
4368 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4369
4370 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4371 and save it in a local variable. Use variable in later test.
4372
4373 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4374
4375 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4376 test. (Thanks to Daniel Jacobowitz.)
4377
4378 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4379
4380 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4381 (mips_abi_strings): Add "n64".
4382 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4383
4384 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4385
4386 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4387 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4388
4389 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4390
4391 * utils.c (host_pointer_to_address, address_to_host_pointer):
4392 Use gdb_assert() instead of explicit call to internal_error().
4393
4394 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4395
4396 * Makefile.in (rs6000-nat.o): Update dependencies.
4397
4398 From Nicholas Duffek:
4399 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4400 (aix-thread.o): New rule.
4401 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4402 * config/powerpc/aix432.mh: New file.
4403
4404 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4405
4406 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4407 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4408 (fetch_core_registers, ppc_linux_supply_gregset)
4409 (ppc_linux_supply_fpregset): New functions.
4410 (ppc_linux_regset_core_fns): New.
4411 (_initialize_ppc_linux_tdep): Call add_core_fns.
4412 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4413 and ppc_linux_supply_gregset.
4414 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4415 (supply_fpregset): Call ppc_linux_supply_fpregset.
4416 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4417 corelow.o.
4418 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4419
4420 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4421
4422 * symtab.c (lookup_symbol): Demangle before lowercasing.
4423
4424 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4425
4426 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4427 declaration.
4428 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4429 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4430 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4431 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4432 "gdb_string.h".
4433 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4434 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4435 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4436 (avr-tdep.o, mon960-rom.o): Ditto.
4437 (aout_stabs_gnu_h): Define.
4438 (symtab_h): Remove $(gdb_obstack_h).
4439
4440 2002-07-30 Jim Blandy <jimb@redhat.com>
4441
4442 Patch from David Carlton <carlton@math.stanford.edu>:
4443 * gdbinit.in: Move the `dir' commands that add GDB's own source
4444 directory to the search path to the end, so that the `gdb' source
4445 directory will be searched first.
4446
4447 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4448
4449 * gdb_obstack.h: New file.
4450 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4451 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4452 * objfiles.h: Include "gdb_obstack.h".
4453 * Makefile.in (gdb_obstack_h): Define.
4454 (symtab_h): Add $(gdb_obstack_h).
4455 (objfiles_h): Add $(gdb_obstack_h).
4456
4457 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4458 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4459 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4460 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4461 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4462 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4463 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4464 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4465
4466 * Makefile.in (bcache.o): Update dependencies.
4467 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4468 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4469 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4470 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4471 (stabsread.o, symfile.o, symmisc.o): Ditto.
4472 (symtab.o, typeprint.o, macroexp.o): Ditto.
4473 (macrotab.o, mdebugread.o): Ditto.
4474 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4475 (coff_ecoff_h, aout_aout64_h): Define.
4476 (aout_stabs_gnu_h, libaout_h): Define.
4477
4478 2002-07-29 Andrew Cagney <cagney@redhat.com>
4479
4480 * regcache.c (struct regcache_descr): Rename nr_registers to
4481 nr_cooked_registers. Revise comments describing the structure
4482 member fields.
4483 (init_regcache_descr): Update.
4484 (init_legacy_regcache_descr): Update.
4485 (read_register_gen, write_register_gen): When a cooked register in
4486 the raw register range, directly access the value from the raw
4487 register cache.
4488
4489 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4490
4491 * z8k-tdep.c: Do not include "obstack.h".
4492 * h8300-tdep.c, h8500-tdep.c: Ditto.
4493 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4494 * valprint.c, v850-tdep.c: Ditto.
4495 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4496 * mn10200-tdep.c: Ditto.
4497
4498 * Makefile.in (z8k-tdep.o): Update dependencies.
4499 (m68hc11-tdep.o, valprint.o): Ditto.
4500 (v850-tdep.o, d10v-tdep.o): Ditto.
4501 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4502 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4503 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4504 (sh_opc_h, gdb_sim_sh_h): Define.
4505 (elf_sh_h, elf_bfd_h): Define.
4506 (opcode_m68hc11_h): Define.
4507 (OPCODES_SRC, OPCODES_DIR): define.
4508 (OPCODES): Use $(OPCODES_DIR).
4509 (gdb_sim_d10v_h): Rename sim_d10v_h.
4510 (gdb_sim_arm_h): Rename sim_arm_h.
4511
4512 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4513
4514 * utils.c (host_pointer_to_address, address_to_host_pointer):
4515 Change internal_error() message to indicate function responsible
4516 for the error.
4517
4518 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4519
4520 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4521 calls to local_hex_string_custom().
4522
4523 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4524
4525 * irix5-nat.c: Move IRIX shared library support from here...
4526 * solib-irix.c: ...to here. Revised substantially to work with
4527 generic solib framework.
4528
4529 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4530 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4531 * mips-irix-tdep.c: New file.
4532
4533 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4534 (mips-irix-tdep.o, solib-irix.o): New rules.
4535 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4536 solib-irix.o.
4537 * config/mips/irix6.mt (TDEPFILES): Likewise.
4538 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4539
4540 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4541
4542 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4543 disabled (via ``#if 0'') includes.
4544
4545 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4546
4547 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4548 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4549 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4550 Add support for the fpscr register.
4551 * rs6000-nat.c (regmap, fetch_inferior_registers)
4552 (store_inferior_registers, fetch_core_registers): Likewise.
4553
4554 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4555
4556 * rs6000-nat.c (language.h): Include.
4557 (special_regs): Delete this array.
4558 (regmap): New function.
4559 (fetch_register, store_register): Use regmap() to map gdb
4560 register numbers to ptrace register numbers. Also, use
4561 outputs from regmap() to make decisions regarding type of
4562 ptrace() call to make. In particular, don't compare against
4563 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4564 (fetch_inferior_registers, store_inferior_registers): Where
4565 possible, obtain register numbers from tdep struct. Don't
4566 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4567 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4568 (LAST_UISA_SP_REGNUM): Delete.
4569
4570 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4571
4572 * rs6000-nat.c (ppc-tdep.h): Include.
4573 (fetch_registers, store_register, fetch_core_registers): Don't
4574 access registers[] directly. Instead, use supply_register() or
4575 regcache_collect() as appropriate.
4576 (find_toc_address): Format hex address with local_hex_string().
4577
4578 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4579
4580 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4581 bfd/elf32-frv.c.
4582
4583 2002-07-24 Tom Tromey <tromey@redhat.com>
4584
4585 * jv-exp.y: Marked all strings with _().
4586 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4587 internal_error.
4588 (MethodInvocation, CastExpression, parse_number, yyerror,
4589 java_type_from_name, push_expression_name, yylex): Typo fixes.
4590
4591 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4592
4593 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4594 (tee_file_flush, tee_file_write, tee_file_fputs)
4595 (tee_file_isatty): New.
4596 * ui-file.h (tee_file_new): Add prototype.
4597
4598 2002-07-24 Aidan Skinner <aidan@velvet.net>
4599
4600 * ada-lang.c: Change k&r style function definitions to prototyped
4601 form.
4602 * ada-typeprint.c: Change k&r style function definitions to prototyped
4603 form.
4604 * ada-valprint.c: Change k&r style function definitions to prototyped
4605 form.
4606
4607 2002-07-24 Andrew Cagney <cagney@redhat.com>
4608
4609 * README: Remove reference to remote-bug.
4610 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4611 remote-bug.c.
4612 (m88k-nat.o): Delete rule.
4613 (m88k-tdep.o): Delete rule.
4614 (remote-bug.o): Delete rule.
4615 * MAINTAINERS: Mark as obsolete.
4616 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4617 * m88k-tdep.c: Make file obsolete.
4618 * config/m88k/m88k.mh: Ditto.
4619 * config/m88k/delta88v4.mh: Ditto.
4620 * config/m88k/delta88v4.mt: Ditto.
4621 * config/m88k/delta88.mt: Ditto.
4622 * config/m88k/delta88.mh: Ditto.
4623 * remote-bug.c: Ditto.
4624 * config/m88k/tm-delta88.h: Ditto.
4625 * config/m88k/nm-delta88v4.h: Ditto.
4626 * config/m88k/xm-delta88.h: Ditto.
4627 * config/m88k/xm-dgux.h: Ditto.
4628 * config/m88k/tm-m88k.h: Ditto.
4629 * config/m88k/nm-m88k.h: Ditto.
4630 * config/m88k/tm-delta88v4.h: Ditto.
4631 * m88k-nat.c: Ditto.
4632 * cxux-nat.c: Ditto.
4633 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4634 and m88*-*-* obsolete.
4635 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4636 m88*-*-* obsolete.
4637
4638 2002-07-24 Andrew Cagney <cagney@redhat.com>
4639
4640 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4641 constant. Same for local pointer variables.
4642 (extract_signed_integer): Ditto.
4643 * defs.h (extract_unsigned_integer): Update.
4644 (extract_signed_integer): Update.
4645
4646 2002-07-24 Andrew Cagney <cagney@redhat.com>
4647
4648 * regcache.c (regcache_raw_write): Change buf parameter to a
4649 constant void pointer.
4650 (regcache_raw_read): Change buf parameter to a void pointer.
4651 (legacy_write_register_gen): Change myaddr parameter a constant
4652 void pointer.
4653 (supply_register): Change val parameter to a const void pointer.
4654 * regcache.h (regcache_raw_write): Update declaration.
4655 (regcache_raw_read): Update declaration.
4656 (supply_register): Update declaration.
4657
4658 2002-07-24 Tom Tromey <tromey@redhat.com>
4659
4660 * defs.h (gdb_readline_wrapper): Declare.
4661 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4662 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4663 * top.c (gdb_readline_wrapper): New function.
4664 (command_line_input): Use it.
4665
4666 2002-07-24 Andrew Cagney <cagney@redhat.com>
4667
4668 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4669 regcache_read and regcache_write.
4670 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4671 * regcache.c: Update.
4672 * sh-tdep.c (sh64_push_arguments): Update comment.
4673 (sh_pseudo_register_read): Update.
4674 (sh_pseudo_register_write): Update.
4675 (sh4_register_read): Update.
4676 (sh4_register_write): Update.
4677 (sh64_pseudo_register_read): Update.
4678 (sh64_pseudo_register_write): Update.
4679 (sh64_register_read): Update.
4680 (sh64_register_write): Update.
4681 * i386-tdep.c (i386_extract_return_value): Update.
4682 (i386_extract_struct_value_address): Update.
4683 (i386_extract_return_value): Update.
4684 * blockframe.c (generic_read_register_dummy): Update.
4685 (generic_call_dummy_register_unwind): Update
4686 * infrun.c (write_inferior_status_register): Update.
4687
4688 2002-07-23 Jim Blandy <jimb@redhat.com>
4689
4690 * parser-defs.h (expression_context_pc): Make this extern.
4691 (Thanks to Michael Snyder.)
4692
4693 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4694
4695 GDB 5.2.1 released from 5.2 branch.
4696 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4697 * README: Update to mention 5.2.1.
4698
4699 2002-07-23 Mark Salter <msalter@redhat.com>
4700
4701 * remote.c (remote_read_bytes): Fix check for error.
4702
4703 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4704
4705 * aix-thread.c (language.h): Include.
4706 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4707 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4708 Print newlines at end of debug messages.
4709 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4710 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4711
4712 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4713
4714 * aix-thread.c (ppc-tdep.h): Include.
4715 (special_register_p): New function.
4716 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4717 (store_regs_user_thread): Use register number information from
4718 gdbarch_tdep struct instead of hardcoded offsets relative to
4719 FIRST_UISA_SP_REGNUM.
4720 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4721 special_register_p() instead of using FPLAST_REGNUM and
4722 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4723 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4724 will be MQ's register number.
4725
4726 2002-07-22 Michael Snyder <msnyder@redhat.com>
4727
4728 * aix-thread.c (ops): Rename to aix_thread_ops.
4729 (base_ops): Rename to base_target.
4730 (ops_attach): Rename to aix_thread_attach.
4731 (ops_detach): Rename to aix_thread_detach.
4732 (ops_resume): Rename to aix_thread_detach.
4733 (ops_wait): Rename to aix_thread_wait.
4734 (ops_kill): Rename to aix_thread_kill.
4735 (init_ops): Rename to init_aix_thread_ops.
4736 (ops_fetch_register): Rename to aix_thread_fetch_register.
4737 (ops_store_register): Rename to aix_thread_store_register.
4738 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4739 (ops_thread_alive): Rename to aix_thread_thread_alive.
4740 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4741 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4742 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4743 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4744 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4745 (store_regs_lib): Rename to store_regs_user_thread.
4746 (store_regs_kern): Rename to store_regs_kernel_thread.
4747
4748 2002-07-22 Michael Snyder <msnyder@redhat.com>
4749
4750 * aix-thread.c (ops_prepare_to_store): Eliminate.
4751 (init_ops): Don't initialize ops.prepare_to_store.
4752 (store_regs_kern): Pre-fetch register buffers from child,
4753 because some registers may not be in the cache. Copy
4754 regs from register cache only if they are cached.
4755 (store_regs_lib): Copy regs from register cache only
4756 if they are cached.
4757 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4758 fill_gprs64): Ditto.
4759
4760 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4761
4762 * aix-thread.c (gdb_assert.h): Include.
4763 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4764 register sizes (from register cache) match size of buffer holding
4765 register data.
4766 (fill_sprs32): Change parameter types to match those in the ptrace()
4767 buffer.
4768 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4769 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4770
4771 2002-07-22 Michael Snyder <msnyder@redhat.com>
4772
4773 * aix-thread.c (supply_sprs64): Cosmetic change.
4774 (supply_sprs32): Cosmetic change.
4775 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4776 (fill_sprs64): Use regcache_collect instead of read_register.
4777 (store_regs_lib): Use regcache_collect instead of
4778 read_register. Use fill_sprs32 instead of fill_sprs64,
4779 if debugging a 32-bit architecture.
4780 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4781 out of the register cache, instead of passing a pointer into
4782 the register cache directly to ptrace. Use regcache_collect
4783 insteaad of read_register.
4784 (ops_prepare_to_store): Use target_read_registers instead
4785 of read_register_bytes.
4786
4787 2002-07-20 Aidan Skinner <aidan@velvet.net>
4788
4789 * MAINTAINERS: Add self under write after approval.
4790
4791 2002-07-20 Aidan Skinner <aidan@velvet.net>
4792
4793 * ada-tasks.c: Change k&r style function definitions to prototyped
4794 form.
4795
4796 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4797
4798 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4799 * x86-64-tdep.c: Include "objfiles.h".
4800 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4801 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4802
4803 2002-07-17 Michal Ludvig <michal@suse.cz>
4804
4805 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4806 (update_context): Initialise cfa variable.
4807
4808 2002-07-17 Michael Snyder <msnyder@redhat.com>
4809
4810 * aix-thread.c: Shorten some long lines.
4811 Bring comments into line with code spec.
4812
4813 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4814
4815 * infrun.c: Re-indent using gdb_indent.sh.
4816
4817 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4818
4819 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4820 Leave the indentation temporarily untouched, to minimize the diffs.
4821
4822 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4823
4824 * stabsread.c: Make os9k sections of the code obsolete,
4825 for real this time.
4826 * stabsread.h: Make os9k sections of the code obsolete.
4827
4828 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4829
4830 * linux-low.c (regsets_store_inferior_registers): Add free()
4831 at the end of a loop to prevent memory leak.
4832 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4833 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4834 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4835 line a comment.
4836 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4837
4838 2002-07-17 Jim Blandy <jimb@redhat.com>
4839
4840 * macrocmd.c (info_macro_command): Remove newline from error
4841 message.
4842
4843 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4844
4845 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4846 (sh_gdbarch_init): Use it for sh-dsp.
4847
4848 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4849
4850 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4851 64-bit DWARF2 format.
4852
4853 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4854
4855 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4856 <sys/proc.h> when not available.
4857
4858 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4859
4860 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4861 * stabsread.c: Make os9k sections of the code obsolete.
4862 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4863 * config/i386/i386os9k.mt: Make file obsolete.
4864 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4865 (COMMON_OBS): Remove os9kread.o
4866 (SFILES): Remove os9kread.c.
4867 (os9kread.o, remote-os9k.o): Make target obsolete.
4868 * remote-os9k.c: Make file obsolete.
4869 * os9kread.c: Make file obsolete.
4870 * Makefile.in
4871
4872 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4873
4874 * NEWS: Mention that the FR30 has been made obsolete.
4875 * fr30-tdep.c: Make file obsolete.
4876 * config/fr30/tm-fr30.h: Ditto.
4877 * config/fr30/fr30.mt: Ditto.
4878 * configure.tgt: Make fr30-*-elf obsolete.
4879 * MAINTAINERS: Make fr30-elf obsolete.
4880
4881 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4882
4883 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4884 found is not inside a section.
4885
4886 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4887
4888 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4889 strerror().
4890 (pdc_realloc): Use xrealloc() instead of realloc().
4891
4892 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4893
4894 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4895 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4896 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4897 macros.
4898
4899 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4900
4901 * aix-thread.c (ptrace_check): Eliminate goto.
4902 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4903 problem.
4904
4905 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4906
4907 * aix-thread.c (gdbcmd.h): Include.
4908 (DEBUG, DBG, DBG2, dbg): Eliminate.
4909 (debug_aix_thread): New static global.
4910 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4911 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4912 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4913 invocations to DBG and DBG2 macros to test against
4914 ``debug_aix_thread'' and call fprintf_unfiltered().
4915 (_initialize_aix_thread): Add new command "set debug aix-thread".
4916
4917 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4918
4919 From Gerhard Tonn <TON@de.ibm.com>:
4920 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4921 instead of supply_register.
4922
4923 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4924
4925 * dwarf2cfi.c: Include "gdb_assert.h".
4926 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4927 non-NULL.
4928 (update_context): Do not use __func__. Add missing ``break''.
4929 (update_context): Do not use __func__.
4930
4931 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4932
4933 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4934 and its setting. Set gdbarch instruction printing functions
4935 directly. For non-rs6000 case use new function
4936 gdb_print_insn_powerpc.
4937 (gdb_print_insn_powerpc): New function.
4938
4939 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4940
4941 * NEWS: Mention that the d30v has been marked obsolete.
4942 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4943 * configure.tgt: Mark d30v-*-* as obsolete.
4944 * d30v-tdep.c: Mark file as obsolete.
4945 * config/d30v/d30v.mt: Ditto.
4946 * config/d30v/tm-d30v.h: Ditto.
4947
4948 2002-07-13 Aidan Skinner <aidan@velvet.net>
4949
4950 * ada-tasks.c (add_task_entry): replace calls to
4951 malloc() with xmalloc
4952 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4953
4954 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4955 ada_finish_decode_line_1, all_sals_for_line
4956 ada_breakpoint_rewrite): replace calls to free() with xfree()
4957
4958 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4959
4960 From Nicholas Duffek (with minor changes by Martin Hunt,
4961 Louis Hamilton, and Kevin Buettner):
4962 * aix-thread.c: New file.
4963
4964 2002-07-12 Petr Sorfa <petrs@caldera.com>
4965
4966 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4967 complaint for invalid attribute class or form.
4968 (read_func_scope): DW_AT_frame_base
4969 better handling of DW_AT_block*.
4970 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4971 better handling of DW_AT_block*.
4972 (read_common_block): DW_AT_location
4973 better handling of DW_AT_block*.
4974 (read_partial_die): DW_AT_location better handling
4975 of DW_AT_block*.
4976 (new_symbol): DW_AT_external better handling of
4977 DW_AT_block*. Proper initialization of variable
4978 "addr".
4979 (attr_form_is_block): New function that returns true
4980 if the attribute's form is of DW_FORM_block*.
4981
4982 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4983
4984 * valops.c (find_method_list): Remove comment about
4985 removed STATIC_MEMFUNCP argument.
4986 (value_find_oload_method_list): Likewise.
4987
4988 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4989
4990 From Nicholas Duffek:
4991 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4992 target_new_objfile_hook.
4993
4994 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4995
4996 From Nicholas Duffek:
4997 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4998 csect.
4999
5000 2002-07-12 Andrew Cagney <cagney@redhat.com>
5001
5002 * MAINTAINERS: Mention --enable-sim-build-warnings.
5003 (m68hc11-elf): Disable sim build warnings.
5004 (m32r-elf): Mark as broken obsolete candidate.
5005 (x86_64-linux-gnu): Mark as buildable with -Werror.
5006 (arm-elf): Change -w to ``,'' which enables warnings but not
5007 -Werror.
5008
5009 2002-07-12 Andrew Cagney <ac131313@redhat.com>
5010
5011 * bcache.h: Update copyright.
5012 (struct bstring, struct bcache): Move definition to "bcache.c".
5013 Replaced by opaque declaration.
5014 (bcache_xfree): Replace free_bcache.
5015 (bcache_xmalloc, bcache_memory_used): Declare.
5016
5017 * bcache.c: Update copyright.
5018 (struct bstring, struct bcache): Moved to here from "bcache.h".
5019 Update comments.
5020 (bcache_xmalloc, bcache_memory_used): New functions.
5021 (bcache_xfree): Replace function free_bcache.
5022
5023 * Makefile.in (objfiles.o): Add $(bcache_h).
5024 (objfiles_h): Remove $(bcache_h).
5025 (symfile.o): Add $(bcache_h).
5026
5027 * symmisc.c: Update copyright.
5028 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5029 (print_objfile_statistics): Use bcache_memory_used.
5030
5031 * symfile.c: Include "bcache.h".
5032 (reread_symbols): Use bcache_xfree.
5033 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5034 (add_psymbol_to_list): Pass psymbol_cache by value.
5035 (add_psymbol_with_dem_name_to_list): Ditto.
5036
5037 * objfiles.h: Update copyright.
5038 (struct bcache): Declare opaque. Do not include "bcache.h".
5039 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5040 bcache'' pointers.
5041 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5042
5043 * objfiles.c: Include "bcache.h". Update copyright.
5044 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5045 macro_cache.
5046 (free_objfile): Use bcache_xfree.
5047
5048 2002-07-11 Grace Sainsbury <graces@redhat.com>
5049
5050 * monitor.c (monitor_fetch_register): Make name a constant.
5051 (monitor_store_register): Same.
5052
5053 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
5054
5055 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5056 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5057 (finish_block) For non-function blocks, hash the symbol table. For
5058 function blocks, mark the symbol table as unhashed.
5059 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5060 (msymbol_hash_iw): Likewise.
5061 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5062 value.
5063 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5064 (lookup_minimal_symbol): Likewise for both.
5065 * symtab.h (struct block): Add `hashtable' flag. Comment the
5066 hashtable.
5067 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5068 (ALL_BLOCK_SYMBOLS): Update.
5069 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5070 (struct symbol): Add `hash_next' pointer.
5071 * symtab.c (lookup_block_symbol): Search using the hash table when
5072 possible.
5073 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5074 (search_symbols, find_addr_symbol): Likewise.
5075
5076 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5077 (read_dst_symtab): Likewise.
5078 * jv-lang.c (get_java_class_symtab): Likewise.
5079 * mdebugread.c: Include "gdb_assert.h".
5080 (shrink_block): Assert that the block being modified is not hashed.
5081 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5082 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5083 symbols.
5084 (dump_symtab): Recognize hashed blocks.
5085 * printcmd.c (print_frame_args): Assert that function blocks do not
5086 have hashed symbol tables.
5087 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5088 (fill_in_ada_prototype, debug_print_block): Likewise.
5089 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5090
5091 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
5092
5093 * stack.c (print_frame): Use result of frame_address_in_block()
5094 instead of fi->pc when evaluating symbols.
5095 (backtrace_command_1): Ditto.
5096
5097 2002-07-11 Andrew Cagney <cagney@redhat.com>
5098
5099 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5100 Make static.
5101
5102 * arm-tdep.c (arm_register_name): Make return type constant.
5103
5104 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5105
5106 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5107 prototype.
5108 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5109 * s390-tdep.c (s390_fp_regnum): Ditto.
5110 (s390_read_fp): Ditto.
5111 (s390_pop_frame): Ditto.
5112 (_initialize_s390_tdep): Ditto.
5113 * remote.c (get_remote_state): Ditto.
5114 * procfs.c (mappingflags): Ditto.
5115 * memattr.c (_initialize_mem): Ditto.
5116 * mcore-tdep.c (mcore_pop_frame): Ditto.
5117 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5118 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5119 * language.c (set_case_str): Ditto.
5120 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5121 * frv-tdep.c (new_variant): Ditto.
5122 (frv_stopped_data_address): Ditto.
5123 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5124 (context_alloc): Ditto.
5125 (frame_state_alloc): Ditto.
5126 (unwind_tmp_obstack_init): Ditto.
5127 (unwind_tmp_obstack_free): Ditto.
5128 (cfi_read_fp): Ditto.
5129 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5130 (cris_pop_frame): Ditto.
5131 * c-lang.c (scanning_macro_expansion): Ditto.
5132 (finished_macro_expansion): Ditto.
5133 (c_preprocess_and_parse): Ditto.
5134 * gdbarch.sh: Ditto.
5135 * gdbarch.h, gdbarch.c: Regenerate.
5136 * config/mn10200/tm-mn10200.h: Adjust indentation.
5137 * target.c: Adjust indentation.
5138 * symtab.h: Adjust indentation.
5139 * stabsread.h: Adjust indentation.
5140 * remote-es.c: Adjust indentation.
5141 * os9kread.c: Adjust indentation.
5142
5143 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5144
5145 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5146 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5147
5148 2002-07-10 Grace Sainsbury <graces@redhat.com>
5149
5150 * NEWS: Mention m68k, mcore multi-arching.
5151 * MAINTAINERS: Change status of m68k, mcore to reflect
5152 multi-arching.
5153
5154 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5155
5156 * valops.c (find_overload_match): Free oload_syms.
5157
5158 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5159
5160 Define HAVE_SYS_PROC_H if sys/proc.h exists
5161 * configure.in: Add check for sys/proc.h
5162 * config.in: Regenerate.
5163 * configure: Regenerate.
5164
5165 2002-07-09 Grace Sainsbury <graces@redhat.com>
5166
5167 * config/m68k/tm-m68k.h: Remove macros wrapped in
5168 #if !GDB_MULTI_ARCH.
5169
5170 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5171
5172 * config.in, configure: Regenerate.
5173
5174 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5175
5176 * dwarf2cfi.c: Include "gcore.h".
5177 (execute_stack_op): Fix implementation of the
5178 DW_OP_deref and DW_OP_deref_size operators by letting do their
5179 lookup in the target.
5180
5181 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5182
5183 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5184 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5185 tdep->sc_sp_offset.
5186
5187 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5188
5189 Fix PR gdb/595, gdb/602
5190 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5191 Don't call value_cast, just read the vtable pointer; update comments
5192 to match.
5193
5194 2002-07-05 Grace Sainsbury <graces@redhat.com>
5195
5196 * config/mcore/tm-mcore.h: Remove file.
5197 * config/mcore/mcore.mt: Remove definition of TM_FILE
5198 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5199
5200 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5201
5202 * i386bsd-tdep.c: Include "gdb_string.h".
5203
5204 2002-07-04 Grace Sainsbury <graces@redhat.com>
5205
5206 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5207 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5208 mcore-tdep.
5209 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5210 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5211 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5212 (RETVAL_REGNUM): Move macros from tm-mcore.h
5213 (mcore_reg_struct_has_addr): New function.
5214 (mcore_gdbarch_init): Added initializations for the macros removed
5215 from tm-mcore.h.
5216
5217 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5218
5219 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5220 traditonal string branding within the ELF header.
5221
5222 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5223
5224 * symtab.c (remove_params): New function.
5225 (make_symbol_overload_list): Use it instead of cplus_demangle.
5226 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5227
5228 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5229
5230 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5231
5232 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5233 New variables.
5234 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5235 and tdep->sigtramp_end.
5236 * i386obsd-nat.c: New file.
5237 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5238
5239 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5240 Don't call get_current_frame().
5241
5242 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5243
5244 * i386-nat.c (child_post_startup_inferior): New function
5245 calling i386_cleanup_dregs if
5246 I386_USE_GENERIC_WATCHPOINTS is defined.
5247 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5248 conditional to acknowledge that i386-nat.c has its
5249 own child_post_startup_inferior function.
5250
5251 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5252
5253 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5254 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5255 instead of MAX_REGISTER_RAW_SIZE.
5256 (i386_extract_return_value, i386_extract_struct_value_address):
5257 Convert to use regcache.
5258 (i386_gdbarch_init): Set max_register_raw_size and
5259 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5260 Set extract_return_value and extract_struct_value_address instead
5261 of their deprecated variants.
5262
5263 Convert i386 target to generic dummy frames.
5264 * i386-tdep.c: Include "symfile.h".
5265 (i386_frameless_signal_p): Consider a function to be frameless if
5266 the pc points at the first instruction of the function.
5267 (i386_frame_chain): Handle (generic) call dummies.
5268 (i386_frame_saved_pc): Likewise.
5269 (i386_frame_init_saved_regs): Remove code dealing with call
5270 dummies on the stack.
5271 (i386_push_dummy_frame): Removed.
5272 (i386_call_dummy_words): Removed.
5273 (i386_fix_call_dummy): Removed.
5274 (i386_push_return_address): New function.
5275 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5276 parameter, and don't call get_current_frame.
5277 (i386_pop_frame): New function.
5278 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5279 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5280 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5281 call_dummy_length to 0, set call_dummy_words to NULL, set
5282 sizeof_call_dummy_words to 0, set fix_call_dummy to
5283 generic_fix_call_dummy, set pc_in_call_dummy to
5284 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5285 generic_push_dummy_frame, set push_return_address to
5286 i386_push_return_address and set frame_chain_valid to
5287 generic_file_frame_chain_valid.
5288
5289 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5290
5291 * gdbarch.sh (struct regcache): Add opaque declaration.
5292 (EXTRACT_RETURN_VALUE): New architecture method.
5293 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5294 * gdbarch.h, gdbarch.c: Regenerate.
5295 * arch-utils.c (legacy_extract_return_value): New function.
5296 * arch-utils.h (legacy_extract_return_value): Declare.
5297 * values.c (value_being_returned): Re-enable code handling
5298 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5299 deprecated_grub_regcache_for_registers call to block handling
5300 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5301 (EXTRACT_RETURN_VALUE): Do not define.
5302
5303 2002-07-03 Grace Sainsbury <graces@redhat.com>
5304
5305 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5306 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5307 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5308 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5309 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5310 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5311 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5312 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5313 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5314 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5315 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5316 argument so the function fits the prototype in the architecture
5317 vector.
5318 (mcore_pop_frame): Remove argument so the function fits the
5319 prototype. Use get_current_frame instead of the argument.
5320 (mcore_push_arguments): Change type of struct_return so the
5321 function can be used in the architecture vector.
5322 (mcore_store_struct_return): Add.
5323 (mcore_frame_init_saved_regs): Add.
5324 (mcore_gdbarch_init): Add function calls to replace the macros
5325 removed from tm-mcore.h
5326
5327 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5328
5329 * infcmd.c (print_return_value): Remove compatibility code calling
5330 deprecated_grub_regcache_for_registers.
5331
5332 * values.c: Include "regcache.h".
5333 (value_being_returned): Update. Use
5334 deprecated_grub_regcache_for_registers to extract the register
5335 buffer address.
5336 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5337 ``struct regcache''.
5338 * Makefile.in (values.o): Add dependency on $(regcache_h).
5339
5340 * inferior.h (run_stack_dummy): Change type of second parameter to
5341 a ``struct regcache''.
5342 * valops.c (hand_function_call): Change type of retbuf to ``struct
5343 regcache''. Allocate using regcache_xmalloc, clean using
5344 make_cleanup_regcache_xfree.
5345 * infcmd.c (run_stack_dummy): Update. Use
5346 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5347
5348 * regcache.c (do_regcache_xfree): New function.
5349 (make_cleanup_regcache_xfree): New function.
5350 * regcache.h (make_cleanup_regcache_xfree): Declare.
5351
5352 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5353
5354 * event-top.c (command_line_handler): Don't read past
5355 beginning of buffer.
5356
5357 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5358
5359 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5360 struct frame_id.
5361 (varobj_create): Store frame_id for root.
5362 (varobj_gen_name): Use xasprintf.
5363 (varobj_update): Save and restore frame using get_frame_id() and
5364 frame_find_by_id().
5365 (create_child): Use xasprintf.
5366 (new_root_variable): Initialize frame_id.
5367 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5368 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5369 to prevent memory leak.
5370
5371 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5372
5373 * valops.c (hand_function_call): Move declaration of retbuf to
5374 start of function, allocate using malloc, add a cleanup but before
5375 the inf_status cleanup, cleanup the buffer. Rename local variable
5376 old_chain to inf_status_cleanup.
5377
5378 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5379
5380 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5381
5382 * cli/cli-decode.c (cmd_func_p): New function.
5383 (cmd_func): New function.
5384
5385 * command.h: Add cmd_func() and cmd_func_p().
5386
5387 2002-07-03 Grace Sainsbury <graces@redhat.com>
5388
5389 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5390 (REGISTER_SIZE): Remove.
5391 (MAX_REGISTER_RAW_SIZE): Remove.
5392 (REGISTER_VIRTUAL_TYPE): Remove.
5393 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5394 (REGISTER_NAME): Remove.
5395 (USE_GENERIC_DUMMY_FRAMES): Remove.
5396 (CALL_DUMMY): Remove.
5397 (CALL_DUMMY_START_OFFSET): Remove.
5398 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5399 (CALL_DUMMY_LOCATION): Remove.
5400 (FIX_CALL_DUMMY): Remove.
5401 (CALL_DUMMY_ADDRESS): Remove.
5402 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5403 (SAVE_DUMMY_FRAME_TOS): Remove.
5404 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5405 (mcore_register_virtual_type): New function.
5406 (mcore_register_byte): New function.
5407 (mcore_register_size): New function.
5408 (mcore_register_name): New function.
5409 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5410 macros removed from tm-mcore.h.
5411 (mcore_dump_tdep): Add.
5412 (_initialize_mcore_tdep): Add gdbarch_register call.
5413
5414 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5415
5416 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5417 frameless_look_for_prologue, such that we actually call this
5418 function.
5419
5420 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5421
5422 * frame.h (frame_address_in_block): New function.
5423
5424 * blockframe.c (frame_address_in_block): New function extracted
5425 from get_frame_block().
5426 (get_frame_block): Use frame_address_in_block().
5427 (block_innermost_frame): Use frame_address_in_block() to match
5428 the frame pc address against the block boundaries rather than
5429 the frame pc directly. This prevents a failure when a frame pc
5430 is actually a return-address pointing immediately after the end
5431 of the given block.
5432
5433 2002-07-02 Grace Sainsbury <graces@redhat.com>
5434
5435 * MAINTAINERS: Add self under write after approval.
5436
5437 2002-07-02 Grace Sainsbury <graces@redhat.com>
5438
5439 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5440 used in architecture vector. The default is
5441 m68k_local_breakpoint_from_pc.
5442 (m68k_local_breakpoint_from_pc): Add.
5443 (enum): Add register numbers from tm-m68k.h.
5444 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5445 vector.
5446 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5447 GDB_MULTI_ARCH_PARTIAL.
5448 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5449 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5450 m68k-tdep.c.
5451 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5452 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5453 to enum in m68k-tdep.c
5454
5455 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5456
5457 * solib-osf.c (open_map): Compute the list of shared libraries
5458 loaded by the inferior, rather than the list of libraries loaded
5459 by GDB itself. Otherwise, GDB ends up reading the symbols from
5460 the wrong shared libraries...
5461
5462 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5463
5464 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5465 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5466 macros.
5467 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5468 Remove functions.
5469 (FRAMELESS_SIGNAL): Remove function.
5470 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5471 i386_linux_saved_pc_after_call): Removed.
5472 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5473 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5474 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5475
5476 * i386-tdep.c (i386_frameless_signal_p): New function.
5477 (i386_frame_chain): Deal with frameless signals.
5478 (i386_sigtramp_saved_sp): New function.
5479 (i386_frame_saved_pc): Deal with frameless signals.
5480 (i386_saved_pc_after_call): Make sure the correct value is
5481 returned just after entry into a sigtramp.
5482 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5483 i386fbsd4_sc_sp_offset): New variables.
5484 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5485 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5486 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5487 similiar to what we already did for sc_pc_offset.
5488 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5489 tdep->sc_sp_offset.
5490
5491 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5492
5493 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5494
5495 * config/i386/tm-x86-64linux.h: New.
5496 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5497 definitions.
5498 * config/i386/nm-x86-64.h: Rename to ...
5499 * config/i386/nm-x86-64linux.h: ... this one.
5500 * config/i386/x86-64linux.mh: Reflect the above change.
5501
5502 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5503
5504 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5505 with sigcontext_addr. Add sc_sp_offset.
5506 (i386bsd_sigtramp_saved_pc): Remove prototype.
5507 (i386bsd_sicontext_addr): Add prototype.
5508 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5509 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5510 (i386_svr4_sigtramp_saved_pc): Removed.
5511 (i386_svr4_sigcontext_addr): New function.
5512 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5513 Initialize tdep->sigcontext_addr instead. Initialize
5514 tdep->sc_pc_offset and tdep->sc_sp_offset.
5515 (i386_gdbarch_init): Likewise.
5516 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5517 any more.
5518 (i386bsd_sigtramp_saved_pc): Remove function.
5519 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5520 Initialize tdep->sigcontext_addr instead. Initialize
5521 tdep->sc_pc_offset.
5522 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5523 of tdep->sigtramp_saved_pc.
5524 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5525 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5526 instead.
5527
5528 * i386-tdep.c (i386_frameless_function_invocation,
5529 i386_frame_num_args, i386_frame_init_saved_regs,
5530 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5531 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5532 i386_extract_return_value, i386_store_return_value,
5533 i386_extract_struct_value_address, i386_register_virtual_type,
5534 i386_register_convertible, i386_register_convert_to_virtual,
5535 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5536 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5537 static.
5538
5539 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5540
5541 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5542
5543 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5544 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5545 this macro. Include "value.h".
5546
5547 2002-06-30 Aidan Skinner <aidan@velvet.net>
5548
5549 * ada-exp.tab.c: remove as it's a generated file
5550 * ada-lex.c: remove as it's a generated file
5551
5552 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5553
5554 * config/i386/tm-i386.h (struct frame_info, struct
5555 frame_saved_regs, struct value, struct type): Remove forward
5556 declarations.
5557
5558 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5559 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5560 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5561 (FILL_FPXREGSET): Define.
5562
5563 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5564
5565 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5566 i[3456]86-*-netbsd* case.
5567 * config/i386/tm-obsd.h: Removed.
5568 * config/i386/obsd.mt: Removed.
5569 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5570 core-aout.o.
5571 (MH_CFLAGS): Add -DYYDEBUG=0.
5572
5573 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5574 i386nbsd_sc_pc_offset on OpenBSD too.
5575
5576 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5577 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5578 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5579 define.
5580 * i386bsd-tdep.c: Include "arch-utils.h".
5581 (i386bsd_aout_in_solib_call_trampoline): New function.
5582 (i386bsd_init_abi): Set in_solib_call_trampoline to
5583 i386bsd_aout_in_solib_call_trampoline.
5584 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5585 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5586
5587 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5588
5589 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5590 (struct obstack, struct bcache): Add opaque declarations.
5591 * Makefile.in (macrotab_h): Update
5592
5593 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5594
5595 * blockframe.c (generic_find_dummy_frame): Change return type to
5596 ``struct regcache''.
5597 (struct dummy_frame): Replace field ``registers'' with regcache, a
5598 struct regcache object.
5599 (generic_find_dummy_frame): Update.
5600 (generic_push_dummy_frame): Update. Use regcache_xfree,
5601 regcache_xmalloc and regcache_cpy.
5602 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5603 regcache_xfree.
5604 (deprecated_generic_find_dummy_frame): Update.
5605 (generic_read_register_dummy): Update. Use
5606 regcache_read_as_address.
5607 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5608 (generic_get_saved_register): Update. Use regcache_read.
5609
5610 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5611
5612 * Makefile.in (objfiles_h): Add $(bcache_h).
5613 * objfiles.h: Include "bcache.h".
5614
5615 * Makefile.in (symtab_h): Remove $(bcache_h).
5616 * symtab.h: Do not include "bcache.h".
5617
5618 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5619
5620 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5621 generic_func_frame_chain_valid.
5622
5623 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5624
5625 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5626 * config/i386/tm-fbsd.h: Likewise.
5627
5628 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5629
5630 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5631 generic_unwind_get_saved_register.
5632
5633 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5634
5635 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5636 * regcache.c (supply_register): Add missing argument to
5637 register_buffer call.
5638
5639 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5640
5641 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5642 Solaris /bin/grep does not not like it. From Peter Schauer.
5643
5644 2002-06-26 Tom Tromey <tromey@redhat.com>
5645
5646 * command.h (add_setshow_cmd): Declare.
5647 (add_setshow_cmd_full): Declare.
5648 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5649 returns void. Use add_setshow_cmd_full.
5650 (add_setshow_cmd_full): New function.
5651 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5652 (add_setshow_boolean_cmd): Likewise.
5653
5654 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5655
5656 * config/vax/tm-vax.h: Protect from multiple inclusion.
5657 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5658 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5659 * config/vax/tm-vaxbsd.h: ...here. New file.
5660 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5661
5662 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5663
5664 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5665 (BELIEVE_PCC_PROMOTION): Remove.
5666 (AP_REGNUM): Move to...
5667 * config/vax/nm-vax.h: ...here.
5668 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5669 (vax_breakpoint_from_pc): New function.
5670 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5671 and gdbarch_believe_pcc_promotion.
5672
5673 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5674
5675 * Makefile.in (vax_tdep_h): Define.
5676 (vax-tdep.o): Use $(vax_tdep_h).
5677 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5678 (vax_dump_tdep): New function.
5679 (_initialize_vax_tdep): Register vax_dump_tdep.
5680 * vax-tdep.h: Include osabi.h.
5681 (struct gdbarch_tdep): New.
5682
5683 2002-06-26 Andrew Cagney <cagney@redhat.com>
5684
5685 * frame.h (deprecated_generic_find_dummy_frame): Rename
5686 generic_find_dummy_frame.
5687 * blockframe.c (generic_find_dummy_frame): Make static.
5688 (deprecated_generic_find_dummy_frame): New function.
5689 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5690 generic_find_dummy_frame with deprecated_find_dummy_frame.
5691 (sh64_nofp_frame_init_saved_regs): Ditto.
5692 (sh_fp_frame_init_saved_regs): Ditto.
5693 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5694 (s390_frame_chain): Ditto.
5695 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5696
5697 2002-06-26 Grace Sainsbury <graces@redhat.com>
5698
5699 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5700 gdbarch vector are at the top.
5701 (NUM_REGS): Remove.
5702 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5703 (FRAME_ARGS_ADDRESS): Remove.
5704 (FRAME_LOCALS_ADDRESS): Remove.
5705 (FRAME_NUM_ARGS): Remove.
5706 (FRAME_ARGS_SKIP): Remove.
5707 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5708 (m68k_gdbarch_init): Add gdbarch initializations for macros
5709 undefined in tm-m68k.h
5710
5711 2002-06-26 Grace Sainsbury <graces@redhat.com>
5712
5713 * monitor.h: Add the function regname to monitor_ops
5714 structure. This way NUM_REGS does not have to be a constant.
5715 * monitor.c (monitor_fetch_register): Added support for regname
5716 function. The function is called if the array regnames is NULL.
5717 (monitor_store_register): Same.
5718 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5719 regnames array.
5720 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5721 cpu32bug_cmds.regname to point to new function.
5722 * abug-rom.c (abug_regname): Same as above.
5723 (init_abug_cmds): Same.
5724 * dbug-rom.c (dbug_regname): Same as above.
5725 (init_dbug_cmds): Same.
5726 * remote-est.c (est_regname): Same.
5727 (init_est_cmds): Same.
5728 * rom68k-rom.c (rom68k_regname): Same.
5729 (init_rom68k_cmds): Same.
5730
5731 2002-06-25 Tom Tromey <tromey@redhat.com>
5732
5733 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5734
5735 2002-06-25 Andrew Cagney <cagney@redhat.com>
5736
5737 * infrun.c (stop_registers): Change variable's type to ``struct
5738 regcache'''.
5739 (xmalloc_inferior_status): Delete function.
5740 (free_inferior_status): Delete function.
5741 (normal_stop): Use regcache_cpy.
5742 (struct inferior_status): Change type of fields ``stop_registers''
5743 and ``registers'' to ``struct regcache''.
5744 (write_inferior_status_register): Use regcache_write.
5745 (save_inferior_status): Instead of calling
5746 xmalloc_inferior_status, allocate the inf_status buffer directly.
5747 Use regcache_dup_no_passthrough and regcache_dup to save the
5748 buffers.
5749 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5750 Replace the stop_registers regcache instead of overriding it. Use
5751 regcache_xfree. Instead of calling free_inferior_status, xfree
5752 the buffer directly.
5753 (discard_inferior_status): Use regcache_xfree. Instead of calling
5754 free_inferior_status, xfree the buffer directly.
5755 (build_infrun): Use regcache_xmalloc.
5756 (_initialize_infrun): Delete redundant call to build_infrun.
5757
5758 * Makefile.in (infcmd.o): Add $(regcache_h).
5759
5760 * infcmd.c: Include "regcache.h".
5761 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5762 obtain the address of `stop_registers' register buffer.
5763 (print_return_value): Ditto.
5764
5765 * inferior.h (struct regcache): Add opaque declaration.
5766 (stop_registers): Change variable's declared type to ``struct
5767 regcache''.
5768
5769 2002-06-24 Tom Tromey <tromey@redhat.com>
5770
5771 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5772 * target.c (initialize_targets): Fixed typo in
5773 trust-readonly-sections `show' documentation.
5774
5775 * main.c: Marked all strings with _().
5776
5777 2002-06-24 Don Howard <dhoward@redhat.com>
5778
5779 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5780 that means max CORE_ADDR+1.
5781 (lookup_mem_region): Ditto.
5782 (mem_info_command): Ditto.
5783
5784 2002-06-24 Grace Sainsbury <graces@redhat.com>
5785
5786 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5787 (REGISTER_BYTES_OK): Remove.
5788 (REGISTER_BYTES): Remove.
5789 (STORE_STRUCT_RETURN): Remove.
5790 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5791 (STORE_RETURN_VALUE): Remove.
5792 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5793 (FRAME_CHAIN): Remove.
5794 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5795 (FRAME_SAVED_PC): Remove.
5796 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5797 (m68k_store_struct_return): Add.
5798 (m68k_deprecated_extract_return_value): Add.
5799 (m68k_deprecated_extract_struct_value_address): Add.
5800 (m68k_store_return_value): Add.
5801 (m68k_frame_chain): Add.
5802 (m68k_frameless_function_invocation): Add.
5803 (m68k_frame_saved_pc): Add.
5804 (m68k_gdbarch_init): added set_gdbarch calls for new
5805 functions and deleted macros.
5806
5807 2002-06-23 Tom Tromey <tromey@redhat.com>
5808
5809 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5810 (ALLDEPFILES): Likewise.
5811 (udiheaders): Removed.
5812 (udip2soc.o): Likewise.
5813 (udi2go32.o): Likewise.
5814 (udr.o): Likewise.
5815 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5816
5817 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5818
5819 * infrun.c (_initialize_infrun): Delete unnecessary call to
5820 build_infrun.
5821
5822 * regcache.h: Update comments describing the regcache_cpy family
5823 of functions.
5824 (regcache_save, regcache_restore): Delete declaration.
5825 (regcache_save_no_passthrough): Delete declaration.
5826 (regcache_restore_no_passthrough): Delete declaration.
5827 * regcache.c (regcache_save): Delete function.
5828 (regcache_save_no_passthrough): Delete function.
5829 (regcache_restore): Delete function.
5830 (regcache_restore_no_passthrough): Delete function.
5831
5832 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5833
5834 * config/m68k/tm-m68k.h: Fix typo.
5835 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5836 (m68k_frame_init_saved_regs): Declare.
5837
5838 2002-06-21 Jim Blandy <jimb@redhat.com>
5839
5840 Remove some vestiges of Harris 88k support.
5841 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5842 register numbering quirk.
5843 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5844 odd symbols occurring in Harris 88k ELF targets.
5845
5846 2002-06-21 Tom Tromey <tromey@redhat.com>
5847
5848 * gdb_locale.h: New file.
5849 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5850 (defs_h): Added gdb_locale.h.
5851 * configure, config.in: Rebuilt.
5852 * configure.in (PACKAGE): Define.
5853 * defs.h: Include gdb_locale.h.
5854 * main.c (captured_main): Call setlocale, bindtextdomain,
5855 textdomain.
5856
5857 2002-06-21 Dave Brolley <brolley@redhat.com>
5858
5859 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5860 * config/frv/frv.mt: New file.
5861 * config/frv/tm-frv.h: New file.
5862 * configure.tgt: Support frv-*-*.
5863 * Makefile.in (frv-tdep.o): New target.
5864 * frv-tdep.c: New file.
5865 * NEWS: Mention frv.
5866
5867 2002-06-21 Dave Brolley <brolley@redhat.com>
5868
5869 * MAINTAINERS: Add self to "Write After Approval" list.
5870
5871 2002-06-21 Grace Sainsbury <graces@redhat.com>
5872
5873 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5874 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5875 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5876 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5877 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5878
5879 * m68k-tdep.c: Include arch-utils.h
5880 (m68k_register_raw_size): Add.
5881 (m68k_register_virtual_size): Add.
5882 (m68k_register_virtual_type): Add.
5883 (m68k_register_name): Add.
5884 (m68k_stack_align): Add.
5885 (m68k_register_byte): Add.
5886 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5887 tm-m68k.h.
5888
5889 2002-06-21 Grace Sainsbury <graces@redhat.com>
5890
5891 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5892 m68k_find_saved_regs.
5893 (m68k_pop_frame): Removed saved_regs structure, and replaced
5894 references to it with frame->saved_regs.
5895 (m68k_gdbarch_init): Added function calls to initialize the
5896 gdbarch structure.
5897 (m68k_fix_call_dummy): Add.
5898 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5899 (CALL_DUMMY): Remove.
5900 (CALL_DUMMY_LENGTH): Remove.
5901 (CALL_DUMMY_START_OFFSET): Remove.
5902 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5903 (FIX_CALL_DUMMY): Remove.
5904 (PUSH_DUMMY_FRAME): Remove.
5905 (POP_FRAME): Remove.
5906
5907 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5908
5909 * parse.c (parse_fprintf): New function used to avoid calls to
5910 fprintf in bison parser generated debug code.
5911 * parser-defs.h: Declaration of new parse_fprintf function.
5912 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5913 Set YYDEBUG to 1 by default.
5914 Set YYFPRINTF as parse_fprintf.
5915
5916 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5917
5918 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5919 encoding anymore.
5920 (pointer_encoding, enum ptr_encoding): New.
5921 (execute_cfa_program): Take care about pointer encoding.
5922 (dwarf2_build_frame_info): Only call parse_frame_info for
5923 .debug_frame and .eh_frame.
5924 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5925 fixed augmentation handling, added relative addressing,
5926 ignore duplicate FDEs. Added comments.
5927 * dwarf2cfi.c: Reindented.
5928
5929 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5930
5931 * event-top.c (command_handler): Don't use space_at_cmd_start
5932 unless there is sbrk() on the host. Assign time and space data
5933 to union fields of the appropriate length.
5934
5935 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5936
5937 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5938 x86_64_register_name. Return type changed to 'const char *'.
5939 (x86_64_register_name2nr): Rename to x86_64_register_number.
5940 (x86_64_gdbarch_init): Update to reflect the change.
5941 * x86-64-tdep.h: Ditto.
5942 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5943 (supply_fpregset): Ditto.
5944
5945 2002-06-19 Andrew Cagney <cagney@redhat.com>
5946
5947 * regcache.h: Update copyright.
5948 (struct regcache, struct gdbarch): Add opaque declarations.
5949 (current_regcache): Declare global variable.
5950 (regcache_read, regcache_write): Add gdbarch parameter.
5951 (regcache_save, regcache_save_no_passthrough)
5952 (regcache_restore, regcache_restore_no_passthrough)
5953 (regcache_dup, regcache_dup_no_passthrough)
5954 (regcache_cpy, regcache_cpy_no_passthrough)
5955 (deprecated_grub_regcache_for_registers)
5956 (deprecated_grub_regcache_for_register_valid)
5957 (regcache_valid_p): Add function declarations.
5958
5959 * regcache.c: Update copyright.
5960 (regcache_descr_handle): New global variable.
5961 (struct regcache_descr): Define.
5962 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5963 (regcache_descr, xfree_regcache_descr): New functions.
5964 (struct regcache): Define.
5965 (regcache_xmalloc, regcache_xfree): New functions.
5966 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5967 (regcache_dup, regcache_dup_no_passthrough): New functions.
5968 (regcache_valid_p, regcache_read_as_address): New functions.
5969 (deprecated_grub_regcache_for_registers): New function.
5970 (deprecated_grub_regcache_for_register_valid): New function.
5971 (current_regcache): New global variable.
5972 (register_buffer): Add regcache parameter. Update calls.
5973 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5974 (read_register_gen, write_register_gen): Update register_buffer
5975 call. Test for legacy_p instead of gdbarch_register_read_p or
5976 gdbarch_register_write_p.
5977 (regcache_collect): Update register_buffer call.
5978 (build_regcache): Rewrite. Use deprecated grub functions.
5979 (regcache_save, regcache_save_no_passthrough): New functions.
5980 (regcache_restore, regcache_restore_no_passthrough): New
5981 functions.
5982 (_initialize_regcache): Create the regcache_data_handle. Swap
5983 current_regcache global variable.
5984
5985 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5986 parameter to regcache_read and regcache_write calls.
5987 (sh4_register_read): Ditto.
5988 (sh64_pseudo_register_read): Ditto.
5989 (sh64_register_read): Ditto.
5990 (sh_pseudo_register_write): Ditto.
5991 (sh4_register_write): Ditto.
5992 (sh64_pseudo_register_write): Ditto.
5993 (sh64_register_write): Ditto.
5994
5995 * defs.h (XCALLOC): Define.
5996
5997 2002-06-19 Grace Sainsbury <graces@redhat.com>
5998
5999 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
6000 * m68k-tdep.c (m68k_gdbarch_init): Added.
6001 (m68k_dump_tdep): Added.
6002
6003 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6004
6005 * ada-lang.c (fill_in_ada_prototype): Update comment.
6006
6007 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6008
6009 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
6010 MIPS_ABI_LAST.
6011 (mips_abi_string, mips_abi_strings): New.
6012 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
6013 (mips_gdbarch_init): Set tdep->found_abi. Don't set
6014 tdep->mips_abi_string. Honor mips_abi_string. Default to
6015 O32 if no ABI is found.
6016 (mips_dump_tdep): Use mips_abi_strings.
6017 (mips_abi_update): New function.
6018 (_initialize_mips_tdep): Initialize mips_abi_string. Add
6019 ``set mips abi'' and ``show mips abi''. Check the size of
6020 mips_abi_strings.
6021
6022 2002-06-19 Andrew Cagney <cagney@redhat.com>
6023
6024 * i386-linux-tdep.c (i386_linux_register_name): Make return type
6025 constant.
6026
6027 2002-06-18 Joel Brobecker <brobecker@gnat.com>
6028
6029 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6030 current frame using only the first stack size adjustment. All
6031 subsequent size adjustments are not considered to be part of
6032 the "static" part of the current frame.
6033 Compute the address of the saved registers relative to the
6034 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6035 in use in this frame.
6036
6037 2002-06-18 Don Howard <dhoward@redhat.com>
6038
6039 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6040 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6041 suggesting this solution.
6042
6043 2002-06-18 Andrew Cagney <ac131313@redhat.com>
6044
6045 * config/romp/xm-rtbsd.h: Delete file.
6046 * config/romp/rtbsd.mh: Delete file.
6047
6048 2002-06-18 Keith Seitz <keiths@redhat.com>
6049
6050 * breakpoint.c (condition_command): Post breakpoint_modify
6051 when a condition is added to an existing breakpoint.
6052 (commands_command): Likewise for commands.
6053 (set_ignore_count): Likewise for ignore counts.
6054 If no tty, do not simply return, still need to send event
6055 notification.
6056 (ignore_command): Only print a newline if the command came
6057 from a tty.
6058 Don't call breakpoints_changed, since this is now properly
6059 handled by set_ignore_count.
6060
6061 2002-06-18 Andrew Cagney <cagney@redhat.com>
6062
6063 * MAINTAINERS: Note that cris-elf target can be compiled with
6064 -Werror.
6065 * cris-tdep.c (cris_register_name): Make return type constant.
6066 (cris_breakpoint_from_pc): Ditto.
6067
6068 2002-06-18 Michal Ludvig <mludvig@suse.cz>
6069
6070 * frame.h (struct frame_info): Change type of context to
6071 'struct context'.
6072
6073 2002-06-17 Andrew Cagney <cagney@redhat.com>
6074
6075 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6076 pointer.
6077 * gdbarch.h, gdbarch.c: Regenerate.
6078 * config/mips/tm-mips.h (mips_register_name): Update.
6079 * i386-tdep.h (i386_register_name): Update.
6080 * mips-tdep.c (mips_register_name): Update
6081 * alpha-tdep.c (alpha_register_name): Update.
6082 * arch-utils.c (legacy_register_name): Update.
6083 * arch-utils.h (legacy_register_name): Update.
6084 * avr-tdep.c (avr_register_name): Update.
6085 * ia64-tdep.c (ia64_register_name): Update.
6086 * i386-tdep.c (i386_register_name): Update.
6087 * sparc-tdep.c (sparc32_register_name): Update.
6088 (sparc64_register_name): Update.
6089 (sparclite_register_name): Update.
6090 (sparclet_register_name): Update.
6091 * sh-tdep.c (sh_generic_register_name): Update.
6092 (sh_sh_register_name): Update.
6093 (sh_sh3_register_name): Update.
6094 (sh_sh3e_register_name): Update.
6095 (sh_sh_dsp_register_name): Update.
6096 (sh_sh3_dsp_register_name): Update.
6097 (sh_sh4_register_name): Update.
6098 (sh_sh64_register_name): Update.
6099 * s390-tdep.c (s390_register_name): Update.
6100 * rs6000-tdep.c (rs6000_register_name): Update.
6101 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6102 (ns32k_register_name_32382): Update.
6103 * d10v-tdep.c (d10v_ts2_register_name): Update.
6104 (d10v_ts3_register_name): Update.
6105 * xstormy16-tdep.c (xstormy16_register_name): Update.
6106 * vax-tdep.c (vax_register_name): Update.
6107 * v850-tdep.c (v850_register_name): Update.
6108 * m68hc11-tdep.c (m68hc11_register_name): Update.
6109 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6110 (am33_register_name): Update.
6111
6112 2002-06-17 Grace Sainsbury <graces@redhat.com>
6113
6114 * m68k-tdep.c: Reindented.
6115
6116 2002-06-17 Andrew Cagney <ac131313@redhat.com>
6117
6118 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6119 list of predefined types.
6120
6121 2002-06-16 Mark Kettenis <kettenis@gnu.org>
6122
6123 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6124 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6125 REGISTER_CONVERT_TO_RAW): Remove defines.
6126 (i386_register_virtual_type, i386_register_convertible,
6127 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6128 Remove prototypes.
6129 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6130 macros mentioned above.
6131
6132 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6133 (i386lynx_saved_pc_after_call): Remove prototype.
6134 * i386ly-tdep.c: Include "i386-tdep.h".
6135 (i386lynx_saved_pc_after_call): Make static. Use
6136 read_memory_nobpt instead of read_memory. Use
6137 read_memory_unsigned_integer instead of read_memory_integer.
6138 (i386lynx_init_abi): New function.
6139 (i386lynx_coff_osabi_sniffer): New function.
6140 (_initialize_i386bsd_tdep): New function.
6141
6142 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6143 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6144 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6145 (i386_fix_call_dummy): Remove prototype.
6146 * i386-tdep.c (i386_call_dummy_words): New variable.
6147 (i386_gdbarch_init): Adjust for removal of the
6148 macros mentioned above.
6149
6150 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6151
6152 * command.h (add_setshow_auto_boolean_cmd): Replace
6153 add_set_auto_boolean_cmd.
6154 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6155 add_set_auto_boolean_cmd.
6156 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6157 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6158 mask-address'' command.
6159 (show_mask_address): Add cmd parameter.
6160 * remote.c (add_packet_config_cmd): Update. Change type of
6161 set_func and show_func to cmd_sfunc_ftype.
6162 (_initialize_remote): Update `set remote Z-packet'
6163 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6164 (show_remote_protocol_e_packet_cmd): Ditto.
6165 (show_remote_protocol_E_packet_cmd): Ditto.
6166 (show_remote_protocol_P_packet_cmd): Ditto.
6167 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6168 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6169 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6170 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6171 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6172 (show_remote_protocol_Z_packet_cmd): Ditto.
6173 (show_remote_protocol_binary_download_cmd): Ditto.
6174 (show_remote_cmd): Pass NULL to all of above.
6175
6176 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6177
6178 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6179 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6180 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6181 POP_FRAME): Remove defines.
6182 (i386_push_arguments, i386_store_struct_return,
6183 i386_extract_return_value, i386_store_return_value,
6184 i386_extract_struct_value_address, i386_push_dummy_frame,
6185 i386_pop_frame): Renove prototypes.
6186 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6187 macros mentioned above.
6188
6189 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6190
6191 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6192 add_set_boolean_cmd.
6193 (add_setshow_cmd): New function.
6194 * command.h (add_setshow_boolean_cmd): Replace
6195 add_set_boolean_cmd.
6196 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6197 and ``set rdiromatzero''.
6198 * maint.c (_initialize_maint_cmds): Update commented out code.
6199 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6200 * target.c (initialize_targets): Update `set
6201 trust-readonly-sections'.
6202 * remote.c (_initialize_remote): Update `set remotebreak'.
6203
6204 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6205
6206 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6207 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6208 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6209 fit into multi-arch framework.
6210 (i386_breakpoint_from_pc): New function.
6211 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6212 above.
6213
6214 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6215 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6216 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6217 (i386_frameless_function_invocation, i386_frame_num_args,
6218 i386_frame_init_saved_regs): Remove prototypes.
6219 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6220 macros mentioned above.
6221
6222 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6223
6224 * cli/cli-decode.c (set_cmd_cfunc): Update.
6225 (set_cmd_sfunc): Update.
6226 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6227 (set_cmd_sfunc, set_cmd_cfunc): Update.
6228 * cli/cli-decode.h: Update.
6229
6230 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6231
6232 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6233 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6234
6235 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6236
6237 * defs.h (auto_boolean): Declare enum.
6238 * command.h (cmd_auto_boolean): Delete enum.
6239 * mips-tdep.c (mask_address_var): Update.
6240 (mips_mask_address_p): Update.
6241 (show_mask_address): Update.
6242 * remote.c (struct packet_config): Update.
6243 (update_packet_config): Update.
6244 (show_packet_config_cmd): Update.
6245 (packet_ok): Update.
6246 (add_packet_config_cmd): Update.
6247 (_initialize_remote):
6248 * command.h: Update.
6249 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6250 (do_setshow_command): Update.
6251 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6252 * cli/cli-decode.h: Update.
6253
6254 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6255
6256 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6257 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6258 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6259 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6260 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6261 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6262
6263 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6264 list of DJGPP COFF targets.
6265
6266 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6267 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6268 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6269 (FP0_REGNUM): Remove define.
6270 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6271 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6272 (i386_register_virtual_size): Remove protoype.
6273 * i386-tdep.c (i386_register_virtual_size): Removed.
6274 (i386_extract_return_value, i386_store_return_value): Use
6275 FP0_REGNUM instead of NUM_FREGS to determine whether the
6276 floating-point registers are available.
6277 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6278 Adjust for removal of macros mentioned above.
6279
6280 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6281
6282 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6283 comments.
6284 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6285 Remove prototypes.
6286 (supply_gregset, fill_gregset): Remove use of register keyword and
6287 remove declaration for regmap. Use I386_NUM_GREGS instead of
6288 NUM_REGS and NUM_FREGS.
6289 (FPREGSET_FSAVE_OFFSET): Remove.
6290 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6291 NUM_FREGS to determine whether the floating-point registers are
6292 available.
6293
6294 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6295 gnu_store_registers): Replace usage of NUM_GREGS with
6296 I386_NUM_GREGS.
6297
6298 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6299 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6300 usage of NUM_GREGS with I386_NUM_GREGS.
6301
6302 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6303
6304 * i386bsd-nat.c: Include "i386-tdep.h".
6305 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6306 I386_NUM_GREGS.
6307
6308 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6309 and associated comment. They no longer make any sense, since we
6310 don't use this file anymore on Linux.
6311
6312 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6313 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6314 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6315 elements in these arrays.
6316 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6317 MAX_NUM_REGS.
6318
6319 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6320
6321 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6322 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6323
6324 2002-06-14 Andrew Cagney <cagney@redhat.com>
6325
6326 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6327 EXTRACT_RETURN_VALUE.
6328 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6329 EXTRACT_STRUCT_VALUE_ADDRESS.
6330 * gdbarch.h, gdbarch.c: Regenerate.
6331
6332 * values.c (value_being_returned): Handle
6333 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6334 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6335
6336 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6337 * arm-tdep.c (arm_gdbarch_init): Update.
6338 * avr-tdep.c (avr_gdbarch_init): Update.
6339 * cris-tdep.c (cris_gdbarch_init): Update.
6340 * d10v-tdep.c (d10v_gdbarch_init): Update.
6341 * ia64-tdep.c (ia64_gdbarch_init): Update.
6342 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6343 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6344 * s390-tdep.c (s390_gdbarch_init): Update.
6345 * sh-tdep.c (sh_gdbarch_init): Update.
6346 * s390-tdep.c (s390_gdbarch_init): Update.
6347 * sparc-tdep.c (sparc_gdbarch_init): Update.
6348 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6349 * v850-tdep.c (v850_gdbarch_init): Update.
6350 * vax-tdep.c (vax_gdbarch_init): Update.
6351 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6352 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6353
6354 * config/arc/tm-arc.h: Update.
6355 * config/d30v/tm-d30v.h: Update.
6356 * config/fr30/tm-fr30.h: Update.
6357 * config/h8300/tm-h8300.h: Update.
6358 * config/h8500/tm-h8500.h: Update.
6359 * config/i386/tm-i386.h: Update.
6360 * config/i386/tm-ptx.h: Update.
6361 * config/i386/tm-symmetry.h: Update.
6362 * config/i960/tm-i960.h: Update.
6363 * config/m32r/tm-m32r.h: Update.
6364 * config/m68k/tm-delta68.h: Update.
6365 * config/m68k/tm-linux.h: Update.
6366 * config/m68k/tm-m68k.h: Update.
6367 * config/m88k/tm-m88k.h: Update.
6368 * config/mcore/tm-mcore.h: Update.
6369 * config/mips/tm-mips.h: Update.
6370 * config/mn10200/tm-mn10200.h: Update.
6371 * config/pa/tm-hppa.h: Update.
6372 * config/pa/tm-hppa64.h: Update.
6373 * config/sparc/tm-sp64.h: Update.
6374 * config/sparc/tm-sparc.h: Update.
6375 * config/sparc/tm-sparclet.h: Update.
6376 * config/z8k/tm-z8k.h: Update.
6377
6378 2002-06-14 Andrew Cagney <cagney@redhat.com>
6379
6380 * Makefile.in (i386_linux_tdep_h): Define.
6381 (i386_tdep_h, i387_tdep_h): Define.
6382 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6383 $(i386_tdep_h) and $(i387_tdep_h).
6384 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6385
6386 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6387
6388 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6389 Already covered by the default.
6390
6391 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6392 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6393 (i386_gdbarch_init): Initialize long_double_format and long_double
6394 bit.
6395
6396 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6397 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6398 Move these to ...
6399 * config/i386/i386sol2.mh: ... here.
6400 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6401 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6402 (SIGCONTEXT_PC_OFFSET): Remove define.
6403 (IN_SIGTRAMP): Remove define.
6404 * i386-sol2-tdep.c: New file.
6405
6406 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6407 * config/i386/tm-i386nw.h: Removed.
6408
6409 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6410 USE_STRUCT_CONVENTION): Remove defines.
6411 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6412 (get_longjmp_target): Remove prototype.
6413 (IN_SIGTRAMP): Remove define.
6414 (i386bsd_in_sigtramp): Remove prototype.
6415 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6416 function. Update comment accordingly
6417 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6418 (FRAME_SAVED_PC): Remove define.
6419 (i386bsd_frame_saved_pc): Remove prototype.
6420 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6421 GET_LONGJMP_TARGET): Remove defines.
6422 (get_longjmp_target): Remove prototype.
6423 (IN_SIGTRAMP): Remove define.
6424 (i386bsd_in_sigtramp): Remove prototype.
6425 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6426 function. Update comment accordingly
6427 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6428 (FRAME_SAVED_PC): Remove define.
6429 (i386bsd_frame_saved_pc): Remove prototype.
6430 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6431 Remove prototype.
6432 (USE_STRUCT_CONVENTION): Remove prototype.
6433 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6434 declaration.
6435 (_initialize_i386bsd_nat): Revise logic to determine some
6436 constants at compile time when compiling a native GDB. Warn if
6437 things don't match up with what we expect.
6438 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6439 Remove variables.
6440 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6441 to use date stored in `struct gdbarch_tdep'.
6442 (i386bsd_sigcontext_offset): Remove varaible.
6443 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6444 stored in `struct gdbarch_tdep'.
6445 (i386bsd_frame_saved_pc): Make static.
6446 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6447 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6448 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6449 i386fbsd4_sc_pc_offset): New variables.
6450 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6451 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6452 functions.
6453 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6454 functions.
6455 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6456 Modify the value of i386fbsd_sigtramp_start and
6457 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6458 i386fbsd_sigtramp_end.
6459 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6460 function.
6461
6462 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6463 define to i386-linux-tdep.h.
6464 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6465 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6466 defines.
6467 (i386_linux_register_name, i386_linux_register_byte,
6468 i386_linux_register_raw_size): Remove prototypes.
6469 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6470 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6471 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6472 TARGET_WRITE_PC): Remove defines.
6473 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6474 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6475 i386_linux_write_pc): Remove prototypes.
6476 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6477 (get_longjmp_target): Remove prototype.
6478 * i386-linux-tdep.h: New file.
6479 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6480 * i386-linux-tdep.c: Include "i386-tdep.h" and
6481 "i386-linux-tdep.h".
6482 (i386_linux_register_name, i386_linux_register_byte,
6483 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6484 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6485 Make static.
6486 (i386_linux_init_abi): New function.
6487 (_initialize_i386_linux_tdep): New function.
6488
6489 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6490 (i386_saved_pc_after_call): Remove prototype.
6491 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6492 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6493 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6494 (i386_register_name, i386_stab_reg_to_regnum,
6495 i386_dwarf_reg_to_regnum): Remove prototypes.
6496 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6497 SIZEOF_SSE_REGS): Remove defines.
6498 (REGISTER_BYTES): Remove define.
6499 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6500 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6501 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6502 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6503 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6504 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6505 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6506 (get_longjmp_target): Remove prototype.
6507 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6508 (sigtramp_saved_pc): Remove define.
6509 (i386v4_sigtramp_saved_pc): Remove prototype.
6510 * config/i386/tm-go32.h (FRAME_CHAIN,
6511 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6512 (i386go32_frame_saved_pc): Remove prototype.
6513 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6514 (get_longjmp_target): Remove prototype.
6515 * i386-tdep.h: Include "osabi.h".
6516 (enum i386_abi): Removed.
6517 (enum struct_return): New enum.
6518 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6519 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6520 sc_pc_offset members.
6521 (i386_gdbarch_register_os_abi): Remove prototype.
6522 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6523 I386_SSE_NUM_REGS): New defines.
6524 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6525 I386_SSE_SIZEOF_REGS): New defines.
6526 (i386_register_name, i386_register_byte, i386_register_raw_size):
6527 New prototypes.
6528 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6529 (i386bsd_sigtramp_saved_pc): New prototype.
6530 * i386-tdep.c: Don't include "elf-bfd.h".
6531 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6532 i386_frame_chain, i386_saved_pc_after_call): Make static.
6533 (i386_frame_saved_pc): Rewrite to call architecture dependent
6534 function to deal with signal handlers. Make static.
6535 (i386go32_frame_saved_pc): Removed.
6536 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6537 Removed.
6538 (i386_get_longjmp_target): New function.
6539 (default_struct_convention, pcc_struct_convention,
6540 reg_struct_convention, valid_conventions, struct_convention): New
6541 variables.
6542 (i386_use_struct_convention): New function.
6543 (i386v4_sigtramp_saved_pc): Renamed to
6544 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6545 (i386_pc_in_sigtramp): New function.
6546 (i386_abi_names): Removed.
6547 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6548 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6549 Removed.
6550 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6551 i386_gdbarch_register_os_abi): Removed.
6552 (struct i386_abi_handler): Removed.
6553 (i386_abi_handler_list): Removed.
6554 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6555 functions.
6556 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6557 i386_nw_init_abi): New functions.
6558 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6559 Use set_gdbarch_xxx() calls instead of relying on macros for a
6560 number of calls.
6561 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6562 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6563 Register the various architecture variants defined in this file.
6564
6565 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6566
6567 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6568 (struct main_type): Remove arg_types member. Update comments for
6569 struct field.
6570 (TYPE_ARG_TYPES): Remove.
6571 (TYPE_FN_FIELD_ARGS): Update.
6572 (smash_to_method_type): Update prototype.
6573
6574 * c-typeprint.c (cp_type_print_method_args): Take method type
6575 instead of argument list. Use new argument layout. Simplify.
6576 (c_type_print_args): Use new argument layout. Simplify.
6577 (c_type_print_base): Update call to cp_type_print_method_args.
6578 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6579 argument; use die->type instead. Update call to
6580 smash_to_method_type.
6581 (read_structure_scope): Update call to dwarf2_add_member_fn.
6582 * gdbtypes.c (allocate_stub_method): Update comment.
6583 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6584 Use new argument layout.
6585 (check_stub_method): Use new argument layout. Don't count
6586 void as an argument.
6587 (print_arg_types): Update comments. Use new argument layout.
6588 (recursive_dump_type): Don't print arg_types member.
6589 * hpread.c (hpread_read_struct_type): Use new argument layout.
6590 (fixup_class_method_type): Likewise.
6591 (hpread_type_lookup): Likewise.
6592 * stabsread.c (read_type): Update calls to read_args and
6593 smash_to_method_type.
6594 (read_args): Use new argument layout. Simplify.
6595 * valops.c (typecmp): Use new argument layout. Update parameters
6596 and comments. Simplify.
6597 (hand_function_call): Use new argument layout.
6598 (search_struct_method): Update call to typecmp.
6599 (find_overload_match): Use new argument layout.
6600
6601 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6602
6603 * NEWS: Mention multithreaded debug support for gdbserver.
6604
6605 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6606
6607 * MAINTAINERS: Mention NEWS.
6608
6609 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6610
6611 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6612 (struct mips_objfile_private, compare_pdr_entries): New.
6613 (non_heuristic_proc_desc): Read the ".pdr" section if it
6614 is present.
6615
6616 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6617
6618 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6619 (arm_debug): New static variable.
6620 (_initialize_arm_tdep): Add ``set debug arm'' command.
6621
6622 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6623
6624 * Makefile.in (sim_arm_h): Define.
6625 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6626 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6627 (arm_register_sim_regno): New function, map an internal REGNUM
6628 onto a simulator register number.
6629 (arm_gdbarch_init): Set register_sim_regno.
6630
6631 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6632
6633 * MAINTAINERS: Add self.
6634
6635 2002-06-11 Jim Blandy <jimb@redhat.com>
6636
6637 * source.c (source_info): Mention whether the symtab has
6638 information about preprocessor macros.
6639
6640 Call the command `info macro', not `show macro'.
6641 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6642 Fix error message.
6643 (_initialize_macrocmd): Register `info_macro_command' in
6644 `infolist', not `showlist'.
6645
6646 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6647
6648 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6649 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6650 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6651 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6652 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6653 unconditionally.
6654 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6655 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6656 (_initialize_mips_tdep): Remove dead code.
6657 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6658 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6659 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6660 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6661 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6662 MIPS_LAST_FP_ARG_REGNUM): Remove.
6663
6664 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6665
6666 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6667 (unwind_tmp_obstack_free, parse_frame_info)
6668 (update_context, cfi_read_fp, cfi_write_fp)
6669 (cfi_frame_chain, cfi_init_extra_frame_info)
6670 (cfi_virtual_frame_pointer): Use the above function.
6671 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6672
6673 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6674
6675 * v850-tdep.c (v850_type_is_scalar): New function.
6676 (v850_use_struct_convention): Match current gcc implementation
6677 as close as possible.
6678 (v850_push_arguments): Fix stack_offset handling. Don't write
6679 struct_addr into register. This is done by v850_store_struct_return.
6680 (v850_extract_return_value): Care for structs.
6681 (v850_store_return_value): Ditto.
6682 (v850_store_struct_return): Actually write address.
6683
6684 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6685
6686 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6687 without debug information too.
6688
6689 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6690
6691 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6692 Make multi-arch pure.
6693 * gdbarch.h, gdbarch.c: Re-generate.
6694 * arm-tdep.c (arm_print_float_info): Update.
6695 * arch-utils.h (default_print_float_info): Update.
6696 * arch-utils.c (default_print_float_info): Update.
6697 * infcmd.c (float_info): Update call.
6698
6699 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6700
6701 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6702 the front of the initialize list.
6703
6704 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6705
6706 * infrun.c (struct inferior_status): Replace fields
6707 selected_frame_address and selected_level with field
6708 selected_frame_id.
6709 (save_inferior_status): Update. Use get_frame_id.
6710 (struct restore_selected_frame_args): Delete.
6711 (restore_selected_frame): Update. Use frame_find_by_id.
6712 (restore_inferior_status): Update.
6713
6714 * breakpoint.h (struct breakpoint): Change type of
6715 watchpoint_frame to frame_id.
6716 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6717 call to get_current_frame.
6718 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6719 get_current_frame.
6720 (watchpoint_check): Use frame_find_by_id.
6721
6722 * frame.h (record_selected_frame): Delete declaration.
6723 * stack.c (record_selected_frame): Delete function.
6724
6725 * frame.h (struct frame_id): Define.
6726 (get_frame_id): Declare.
6727 (frame_find_by_id): Declare.
6728 * frame.c (frame_find_by_id): New function.
6729 (get_frame_id): New function.
6730
6731 2002-06-10 Andrey Volkov <avolkov@transas.com>
6732
6733 * ser-e7kpc.c: Fix duplicated define and call of
6734 _initialize_ser_e7000pc
6735
6736 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6737
6738 * signals/signals.c (target_signal_from_host): Fix #ifdef
6739 SIGRTMIN case.
6740 (do_target_signal_to_host): Likewise.
6741
6742 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6743
6744 * mips-tdep.c (mips_find_abi_section): New function.
6745 (mips_gdbarch_init): Call it.
6746
6747 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6748
6749 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6750 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6751 after Andrew's 2002-06-08 gdbarch change.
6752
6753 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6754
6755 * i386-linux-nat.c (suppy_gregset): Don't supply
6756 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6757 register cache.
6758 (fill_gregset): Don't fetch it under the same circumstances.
6759
6760 2002-06-09 Andrew Cagney <cagney@redhat.com>
6761
6762 * Makefile.in (callback_h): Define.
6763 (remote_sim_h): Update path to remote-sim.h.
6764 (remote-rdp.o): Add $(callback_h).
6765 (remote-sim.o): Use $(callback_h).
6766 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6767 * remote-rdp.c: Include "gdb/callback.h".
6768
6769 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6770
6771 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6772 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6773
6774 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6775
6776 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6777 * rdi-share/serpardr.c: Ditto.
6778 * rdi-share/unixcomm.c: Ditto.
6779 * rdi-share/serdrv.c: Ditto.
6780 * rdi-share/hostchan.h: Ditto.
6781 * rdi-share/hostchan.c: Ditto.
6782 * rdi-share/host.h: Ditto.
6783 * rdi-share/devsw.c: Ditto.
6784
6785 * objfiles.h: Change type of obj_private to void pointer.
6786 * pa64solib.c: Update copyright. Don't include "assert.h", use
6787 strcmp instead of STREQ, use LONGEST, do not use PTR
6788 * somsolib.c: Ditto.
6789
6790 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6791 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6792 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6793
6794 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6795
6796 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6797 (default_get_saved_register): Delete function.
6798 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6799 generic_unwind_get_saved_register.
6800 * gdbarch.h, gdbarch.c: Re-generate.
6801
6802 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6803
6804 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6805 generic_func_frame_chain_valid.
6806 * gdbarch.h, gdbarch.c: Re-generate.
6807 * blockframe.c (generic_func_frame_chain_valid): Only check
6808 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6809 passing FP to PC_IN_CALL_DUMMY.
6810 Fix PR gdb/360.
6811
6812 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6813
6814 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6815 (register_gdbarch_data): Initialize init_p.
6816 (gdbarch_data): Initialize data pointer using the init function.
6817 (init_gdbarch_data): Delete function.
6818 (gdbarch_update_p): Update.
6819 (initialize_non_multiarch): Update.
6820 (struct gdbarch): Add field initialized_p.
6821 * gdbarch.h, gdbarch.c: Re-generate.
6822
6823 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6824
6825 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6826 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6827 better do the things actually here.
6828 * x86-64-tdep.c (x86_64_register_name2nr): New.
6829 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6830 (x86_64_gdbarch_init): Respect the above change.
6831 * x86-64-tdep.h (x86_64_register_name2nr)
6832 (x86_64_register_nr2name): Add prototypes.
6833 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6834
6835 2002-06-06 Michael Snyder <msnyder@redhat.com>
6836
6837 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6838 Delete extra braces and re-indent.
6839 (d10v_store_return_value): Char return values
6840 must be shifted over by one byte in R0.
6841 (d10v_extract_return_value): Delete extra braces, re-indent.
6842
6843 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6844
6845 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6846 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6847 (d10v_integer_to_address): Rewrite.
6848 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6849 the d10v specific functions which take care of converting to the
6850 correct space.
6851
6852 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6853
6854 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6855 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6856
6857 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6858
6859 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6860 includes.
6861 * config/tm-linux.h: Ditto.
6862 * config/alpha/tm-alphalinux.h: Ditto.
6863 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6864 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6865 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6866 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6867 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6868 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6869 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6870 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6871 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6872 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6873 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6874 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6875 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6876 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6877 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6878 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6879 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6880 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6881 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6882 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6883 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6884 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6885 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6886 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6887 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6888 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6889 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6890 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6891 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6892 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6893 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6894 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6895 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6896 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6897 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6898 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6899 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6900
6901 2002-05-04 Aidan Skinner <aidan@velvet.net>
6902
6903 * ada-exp.tab.c: New file
6904 * ada-exp.y: New file
6905 * ada-lang.c: New file
6906 * ada-lang.h: New file
6907 * ada-lex.c: New file
6908 * ada-lex.l: New file
6909 * ada-tasks.c: New file
6910 * ada-typeprint.c: New file
6911 * ada-valprint.c: New file
6912
6913 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6914
6915 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6916 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6917
6918 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6919
6920 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6921 insetead of ppc-linux-tdep.o.
6922 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6923 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6924
6925 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6926
6927 2002-05-07 Christian Groessler <chris@groessler.org>
6928 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6929 bit register contents for little endian hosts.
6930
6931 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6932
6933 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6934 any maintainer.
6935
6936 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6937
6938 * gdbarch.h: Regenerate.
6939
6940 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6941
6942 * MAINTAINERS: Add everyone to write-after-approval list.
6943
6944 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6945
6946 * stack.c (frame_info): Use frame_register_unwind instead of
6947 saved_regs. Mention when the SP is on the stack or in a register.
6948
6949 * frame.h (frame_register_unwind_ftype): Define. Document.
6950 (struct frame_info): Add field register_unwind and
6951 register_unwind_cache.
6952 (frame_register_unwind): Declare.
6953 (generic_unwind_get_saved_register): Declare.
6954
6955 * frame.c (frame_register_unwind): New function.
6956 (generic_unwind_get_saved_register): New function.
6957
6958 * blockframe.c (generic_call_dummy_register_unwind): New function.
6959 (frame_saved_regs_register_unwind): New function.
6960 (set_unwind_by_pc): New function.
6961 (create_new_frame): New function.
6962 (get_prev_frame): New function.
6963
6964 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6965
6966 * a29k-share/: Delete directory.
6967 * remote-vx29k.c: Delete file.
6968
6969 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6970
6971 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6972 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6973
6974 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6975
6976 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6977 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6978 (sparc64nbsd-nat.o)
6979 (sparcnbsd-nat.o)
6980 (sparcnbsd-tdep.o): New dependency lists.
6981 * NEWS: Note new UltraSPARC NetBSD native configuration.
6982 * configure.host (sparc64-*-netbsd*): New host.
6983 * configure.tgt (sparc-*-netbsdelf*)
6984 (sparc-*-netbsd*): Set gdb_target to nbsd.
6985 (sparc64-*-netbsd*): New target.
6986 * sparc64nbsd-nat.c: New file.
6987 * sparcnbsd-nat.c: New file.
6988 * sparcnbsd-tdep.c: New file.
6989 * sparcnbsd-tdep.h: New file.
6990 * config/sparc/nbsd.mt: New file.
6991 * config/sparc/nbsd64.mh: New file.
6992 * config/sparc/nbsd64.mt: New file.
6993 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6994 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6995 (HOST_IPC): Remove.
6996 * config/sparc/nbsdaout.mt: Remove.
6997 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6998 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6999 (HOST_IPC): Remove.
7000 * config/sparc/nbsdelf.mt: Remove.
7001 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
7002 sparc-nat.c compatiblity defines.
7003 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
7004 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
7005 * config/sparc/tm-nbsd64.h: New file.
7006 * config/sparc/tm-nbsdaout.h: Remove.
7007 * config/sparc/xm-nbsd.h: Remove.
7008
7009 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7010
7011 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
7012 * sparc-tdep.c: Include osabi.h.
7013 (gdbarch_tdep): Add osabi member.
7014 (_initialize_sparc_tdep): Use gdbarch_register.
7015 (sparc_gdbarch_init): Use generic OS ABI framework.
7016 (sparc_dump_tdep): New function.
7017
7018 2002-05-30 Kevin Buettner <kevinb@redhat.com>
7019
7020 * corefile.c (do_captured_read_memory_integer): Return non-zero
7021 result.
7022 (safe_read_memory_integer): Copy result of memory read when
7023 status is non-zero. Also, add comments.
7024
7025 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7026
7027 * Makefile.in (ppc_tdep_h): Define.
7028 (ppc-linux-nat.o)
7029 (ppc-linux-tdep.o)
7030 (rs6000-tdep.o): Use $(ppc_tdep_h).
7031 (ppc-sysv-tdep.o)
7032 (ppcnbsd-nat.o)
7033 (ppcnbsd-tdep.o): New dependency lists.
7034 * ppc-tdep.h: Use generic OS ABI framework.
7035 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7036 (ppc_linux_init_abi): New functions.
7037 (ppc_sysv_abi_broken_use_struct_convention)
7038 (ppc_sysv_abi_use_struct_convention)
7039 (ppc_sysv_abi_push_arguments): Move to...
7040 * ppc-sysv-tdep.c: ...here.
7041 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7042 * rs6000-tdep.c (process_note_abi_tag_sections)
7043 (get_elfosabi): Remove.
7044 (rs6000_gdbarch_init): Use generic OS ABI framework.
7045 (rs6000_dump_tdep): New function.
7046 (_initialize_rs6000_tdep): Use gdbarch_register.
7047 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7048 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7049 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7050 of ppc-linux-tdep.o.
7051 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7052 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7053 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7054 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7055 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7056 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7057
7058 2002-05-29 Jim Blandy <jimb@redhat.com>
7059
7060 * macroscope.c (default_macro_scope): Put `void' in empty argument
7061 list.
7062
7063 2002-05-29 Andrew Cagney <ac131313@redhat.com>
7064
7065 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7066 * arch-utils.c: Include "sim-regno.h".
7067 * gdbarch.sh: Don't include "sim-regno.h".
7068 * gdbarch.h, gdbarch.c: Regenerate.
7069 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7070 here.
7071 * arch-utils.h (legacy_register_sim_regno): To here.
7072 * remote-sim.c (legacy_register_sim_regno): Move function from
7073 here.
7074 * arch-utils.c (legacy_register_sim_regno): To here.
7075
7076 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7077
7078 * sim-regno.h: New file.
7079 * Makefile.in (sim_regno_h): Define.
7080 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7081 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7082 (legacy_register_sim_regno): New function.
7083 (one2one_register_sim_regno): New function.
7084 (gdbsim_fetch_register): Rewrite.
7085 (gdbsim_store_register): Only store a register when
7086 REGISTER_SIM_REGNO is valid.
7087 * d10v-tdep.c: Include "sim-regno.h".
7088 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7089 (d10v_ts3_register_sim_regno): Ditto.
7090 * gdbarch.sh: Include "sim-regno.h".
7091 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7092 * gdbarch.h, gdbarch.c: Regenerate.
7093 * arch-utils.h (default_register_sim_regno): Delete declaration.
7094 * arch-utils.c (default_register_sim_regno): Delete function.
7095
7096 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7097
7098 * ppcnbsd-nat.c: Rewrite.
7099 * ppcnbsd-tdep.c: New file.
7100 * ppcnbsd-tdep.h: New file.
7101 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7102 solib.o, and solib-svr4.o.
7103 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7104 nbsd-tdep.o, and corelow.o.
7105
7106 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7107
7108 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7109 `tr' and `sed'. Mention that `broken' targets are not expected to
7110 build.
7111
7112 2002-05-27 Michal Ludvig <mludvig@suse.cz>
7113
7114 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7115 Let PC point right after the prologue before looking up symbols.
7116
7117 2002-05-27 Martin M. Hunt <hunt@redhat.com>
7118
7119 * i386-tdep.c (i386_register_virtual_type): Return
7120 builtin_type_vec128i for SSE registers.
7121
7122 * gdbtypes.h (builtin_type_vec128i): Declare.
7123
7124 * gdbtypes.c (build_builtin_type_vec128i): New function.
7125 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7126 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7127 (build_gdbtypes): Initialize new builtin vector types.
7128 (_initialize_gdbtypes): Register new vector types with gdbarch.
7129
7130 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7131
7132 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7133 since it has been multi-arch'd.
7134 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7135 Move Alpha and VAX multi-arch news entries to same section
7136 as other multi-arch news.
7137
7138 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7139
7140 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7141 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7142 static. Rename some register numbers to put them in ns32k-tdep
7143 private namespace.
7144 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7145 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7146 functions.
7147 (_initialize_ns32k_tdep): Use gdbarch_register.
7148 * ns32k-tdep.h: New file.
7149 * ns32knbsd-tdep.c: New file.
7150 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7151 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7152 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7153 REGISTER_BYTES, REGISTER_BYTE): Remove.
7154 * config/ns32k/tm-ns32k.h: New file.
7155 * config/ns32k/tm-umax.h: Remove.
7156
7157 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7158
7159 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7160 ns32k_store_struct_return, ns32k_extract_return_value,
7161 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7162 functions.
7163 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7164 ns32k_saved_pc_after_call.
7165 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7166 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7167 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7168 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7169 ns32k_extract_struct_value_address.
7170
7171 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7172
7173 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7174 ns32k_fix_call_dummy): New.
7175 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7176 ns32k_call_dummy_words.
7177 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7178 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7179 CALL_DUMMY_NARGS): Remove.
7180 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7181
7182 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7183
7184 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7185 ns32k_frame_saved_pc, ns32k_frame_args_address,
7186 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7187 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7188 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7189 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7190 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7191 (BREAKPOINT): Remove..
7192 (FRAME_CHAIN): Define as ns32k_frame_chain.
7193 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7194 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7195 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7196 (FRAME_FIND_SAVED_REGS): Remove.
7197 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7198 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7199 (POP_FRAME): Define as ns32k_pop_frame.
7200
7201 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7202
7203 * ns32k-tdep.c (ns32k_register_byte_32082,
7204 ns32k_register_byte_32382, ns32k_register_raw_size,
7205 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7206 functions.
7207 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7208 ns32k_register_byte_32382.
7209 * config/ns32k/tm-umax.h: Update copyright years.
7210 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7211 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7212 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7213 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7214 (ns32k_get_enter_addr): Fix prototype.
7215
7216 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7217
7218 * ns32k-tdep.c: Update copyright years.
7219 (ns32k_register_name_32082): New function.
7220 (ns32k_register_name_32382): Ditto.
7221 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7222 (REGISTER_NAME): Define as ns32k_register_name_32382.
7223 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7224 (REGISTER_NAME): Define as ns32k_register_name_32082.
7225
7226 2002-05-24 Jim Blandy <jimb@redhat.com>
7227
7228 * dwarf2read.c (free_line_header): Use xfree, not free.
7229
7230 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7231
7232 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7233 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7234
7235 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7236
7237 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7238
7239 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7240
7241 From Ross Alexander at NEC Europe:
7242 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7243
7244 2002-05-23 Michael Snyder <msnyder@redhat.com>
7245
7246 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7247 for input, rather than parse_and_eval_address.
7248
7249 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7250
7251 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7252 * Makefile.in (sim_d10v_h): Update definition.
7253
7254 2002-05-24 Andrew Cagney <cagney@redhat.com>
7255
7256 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7257 change `2002-05-22 Michael Snyder' below.
7258 (d10v_push_arguments): Ditto.
7259 (d10v_extract_return_value): Ditto.
7260
7261 2002-05-23 Jim Blandy <jimb@redhat.com>
7262
7263 * macrotab.c (check_for_redefinition): Don't complain if the new
7264 definition is the same as the previous one. Take more arguments
7265 to allow the comparison.
7266 (macro_define_object, macro_define_function): Pass more arguments
7267 to check_for_redefinition.
7268
7269 2002-05-22 Michael Snyder <msnyder@redhat.com>
7270
7271 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7272 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7273 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7274 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7275 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7276 Add a temp variable to save a call (and a memory read).
7277 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7278 if possible (so that PC_IN_CALL_DUMMY will work).
7279
7280 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7281
7282 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7283
7284 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7285
7286 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7287 fde->cie_ptr.
7288 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7289 (dwarf2_build_frame_info): Add offset to fde->initial_location
7290 so that frames of shared libraries are mapped correctly.
7291 (execute_stack_op): Change type of 'result' from ULONGEST to
7292 CORE_ADDR.
7293
7294 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7295
7296 * config/alpha/tm-nbsd.h: Include solib.h.
7297
7298 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7299
7300 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7301 assumptions about the host's byte order.
7302
7303 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7304
7305 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7306 to dependency list.
7307 * alphanbsd-tdep.c: Include solib-svr4.h.
7308 * shnbsd-tdep.c: Ditto.
7309
7310 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7311
7312 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7313 nbsd-tdep.h to dependency list.
7314 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7315 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7316 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7317 nbsdaout.mh and nbsdelf.mh consistently.
7318 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7319 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7320 nbsdaout.mt and nbsdelf.mh consistently.
7321 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7322 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7323 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7324 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7325 a.out shared library stuff from here...
7326 * config/nm-nbsdaout.h: ...to here.
7327 * config/tm-nbsd.h: Remove.
7328 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7329 * config/arm/nbsd.mh: Remove.
7330 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7331 nbsd-tdep.o.
7332 * config/arm/nbsdaout.mh: New file.
7333 * config/arm/nbsdelf.mh: New file.
7334 * config/arm/nm-nbsdaout.h: New file.
7335 * config/i386/nbsd.mh: Remove.
7336 * config/i386/nbsd.mt: Remove.
7337 * config/i386/nbsdaout.mh: New file.
7338 * config/i386/nbsdaout.mt: New file.
7339 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7340 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7341 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7342 i386_register_u_addr): Remove.
7343 * config/i386/nm-nbsdaout.h: New file.
7344 * config/i386/nm-nbsdelf.h: Remove.
7345 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7346 (USE_STRUCT_CONVENTION): Remove.
7347 * config/i386/tm-nbsdaout.h: New file.
7348 * config/i386/tm-nbsdelf.h: Remove.
7349 * config/m68k/nbsd.mh: Remove.
7350 * config/m68k/nbsd.mt: Remove.
7351 * config/m68k/nbsdaout.mh: New file.
7352 * config/m68k/nbsdaout.mt: New file.
7353 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7354 * config/m68k/nm-nbsdaout.h: New file.
7355 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7356 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7357 * config/ns32k/nbsd.mh: Remove.
7358 * config/ns32k/nbsd.mt: Remove.
7359 * config/ns32k/nbsdaout.mh: New file.
7360 * config/ns32k/nbsdaout.mt: New file.
7361 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7362 * config/ns32k/nm-nbsdaout.h: New file.
7363 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7364 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7365 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7366 (SVR4_SHARED_LIBS): Remove.
7367 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7368 * config/sparc/nbsd.mh: Remove.
7369 * config/sparc/nbsd.mt: Remove.
7370 * config/sparc/nbsdaout.mh: New file.
7371 * config/sparc/nbsdaout.mt: New file.
7372 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7373 * config/sparc/nbsdelf.mt: New file.
7374 * config/sparc/nm-nbsdaout.h: New file.
7375 * config/sparc/nm-nbsdelf.h: Remove.
7376 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7377 * config/sparc/tm-nbsdaout.h: New file.
7378
7379 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7380
7381 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7382 mipsnbsd-tdep.c
7383 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7384
7385 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7386
7387 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7388 shnbsd-nat.c.
7389 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7390
7391 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7392
7393 * NEWS: Note new MIPS NetBSD native configuration.
7394 * configure.host (mips*-*-netbsd*): New host.
7395 * configure.tgt (mips*-*-netbsd*): New target.
7396 * mipsnbsd-nat.c: New file.
7397 * mipsnbsd-tdep.c: New file.
7398 * mipsnbsd-tdep.h: New file.
7399 * config/mips/nbsd.mh: New file.
7400 * config/mips/nbsd.mt: New file.
7401 * config/mips/nm-nbsd.h: New file.
7402 * config/mips/tm-nbsd.h: New file.
7403
7404 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7405
7406 * Makefile.in (SFILES): Add osabi.c.
7407 (COMMON_OBS): Add osabi.o.
7408 (osabi.o): New dependency list.
7409 * osabi.c: New file.
7410 * osabi.h: New file.
7411 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7412
7413 * Makefile.in (alpha_tdep_h): Define and use instead of
7414 alpha-tdep.h.
7415 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7416 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7417 Remove.
7418 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7419 * alpha-tdep.h: Include osabi.h.
7420 (alpha_abi): Remove.
7421 (gdbarch_tdep): Use generic OS ABI framework.
7422 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7423 gdbarch_register_osabi.
7424 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7425 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7426 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7427
7428 * Makefile.in (sh_tdep_h): Add osabi.h.
7429 * sh-tdep.h (sh_osabi): Remove.
7430 (gdbarch_tdep): Use generic OS ABI framework.
7431 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7432 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7433 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7434 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7435
7436 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7437 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7438 gdbarch_register_osabi.
7439 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7440 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7441 (get_elfosabi): Rename to...
7442 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7443 ABI framework support routines.
7444 (arm_gdbarch_init): Use generic OS ABI framework.
7445 (arm_dump_tdep): Likewise.
7446 (_initialize_arm_tdep): Likewise.
7447 * arm-tdep.h: Include osabi.h.
7448 (arm_abi): Remove.
7449 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7450 osabi member.
7451 (arm_gdbarch_register_os_abi): Remove prototype.
7452 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7453 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7454
7455 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7456 * mips-tdep.c: Include osabi.h.
7457 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7458 OS ABI framework.
7459
7460 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7461
7462 * h8300-tdep.c: Fix formatting.
7463
7464 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7465
7466 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7467 printing vector registers.
7468
7469 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7470
7471 From Fernando Nasser:
7472 * remote.c (remote_async_open_1): Re-throw the exception when the
7473 connection fails.
7474 (remote_cisco_open): Ditto.
7475 (remote_open_1): Ditto.
7476
7477 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7478
7479 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7480 (remote_start_remote): Add uiout parameter. Pass through to
7481 remote_start_remote_dummy.
7482 (remote_open_1): Use catch_exception instead of catch_errors.
7483 (remote_async_open_1): Ditto.
7484 (remote_cisco_open): Ditto.
7485
7486 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7487
7488 * remote.c (remote_start_remote): Replace PTR with void pointer.
7489 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7490 static.
7491
7492 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7493
7494 * gdb_indent.sh: Allow the script to be run in the sim directory.
7495
7496 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7497
7498 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7499 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7500
7501 * corelow.c (core_open): Only call set_gdbarch_from_file if
7502 exec_bfd is NULL.
7503
7504 2002-05-17 Andrey Volkov <avolkov@transas.com>
7505
7506 * h8300-tdep.c: Add support of EXR register
7507 * config/h8300/tm-h8300.h: Ditto.
7508
7509 2002-05-17 Andrey Volkov <avolkov@transas.com>
7510
7511 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7512
7513 2002-05-17 Andrey Volkov <avolkov@transas.com>
7514
7515 * h8300-tdep.c: Change literal regnums to REGNO.
7516
7517 2002-05-17 Jim Blandy <jimb@redhat.com>
7518
7519 * NEWS: Note addition of macro support.
7520
7521 Expand preprocessor macros in C expressions.
7522 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7523 (scan_macro_expansion, scanning_macro_expansion,
7524 finished_macro_expansion): New function declarations.
7525 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7526 variable declarations.
7527 * parser-defs.h (expression_context_pc): New declaration.
7528 * parse.c (expression_context_pc): New variable.
7529 (parse_exp_1): Set expression_context_pc, as well as
7530 expression_context_block.
7531 * c-exp.y (yylex): If we're not already reading the result of a
7532 macro expansion, try to macro-expand the next token. When we're
7533 done scanning a macro expansion, switch back to the mainline text.
7534 Commas and `if's in a macro's expansion don't terminate the input.
7535 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7536 (macro_original_text, macro_expanded_text,
7537 expression_macro_lookup_func, expression_macro_lookup_baton): New
7538 variables.
7539 (scan_macro_expansion, scanning_macro_expansion,
7540 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7541 c_preprocess_and_parse): New functions.
7542 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7543 c_preprocess_and_parse, instead of c_parse.
7544 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7545 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7546
7547 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7548
7549 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7550 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7551 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7552
7553 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7554
7555 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7556
7557 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7558
7559 * Makefile.in (sh_tdep_h): Define and use.
7560 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7561 register enum): Move to...
7562 * * sh-tdep.h: ...here.
7563 * sh-tdep.c: Include sh-tdep.h.
7564 * sh3-rom.c: Likewise.
7565 * shnbsd-tdep.c: Likewise.
7566
7567 2002-05-16 Michael Snyder <msnyder@redhat.com>
7568
7569 * arm-tdep.c: Spelling fix in comment.
7570
7571 2002-05-16 Jim Blandy <jimb@redhat.com>
7572
7573 Add commands for manually expanding macros and showing their
7574 definitions.
7575 * macrocmd.c, macroscope.c, macroscope.h: New files.
7576 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7577 (macroscope_h): New variable.
7578 (HFILES_NO_SRCDIR): Add macroscope.h.
7579 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7580 (macroscope.o, macrocmd.o): New rules.
7581
7582 Teach the Dwarf 2 reader to read macro information.
7583 * dwarf2read.c: #include "macrotab.h".
7584 (dwarf_macinfo_buffer): New variable.
7585 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7586 dwarf_macinfo_size.
7587 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7588 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7589 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7590 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7591 dwarf2_macro_spaces_in_definition): New complaints.
7592 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7593 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7594 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7595 the partial symbol table.
7596 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7597 from what's recorded in the partial symbol table.
7598 (read_file_scope): If the compilation unit has a
7599 `DW_AT_macro_info' attribute, read its macro information.
7600 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7601
7602 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7603
7604 Fix PR gdb/546
7605 * ser-tcp.c: Don't include <netinet/udp.h>.
7606
7607 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7608
7609 * MAINTAINERS: Update my email address.
7610
7611 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7612
7613 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7614 include file of the same name.
7615
7616 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7617
7618 * configure.tgt: Mark v850 as multi-arched.
7619 * config/v850/tm-v850.h: Remove file.
7620 * config/v850/v850.mt: Eliminate TM_FILE.
7621
7622 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7623
7624 * v850-tdep.c: Full multi-arch.
7625 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7626 Define GDB_MULTI_ARCH to 2.
7627
7628 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7629
7630 * p-exp.y (current_type): New static variable.
7631 Carries the type of the expression at the position that is parsed.
7632 (push_current_type, pop_current_type): Two new functions. Used
7633 to store/restore current_type in expression on specific tokens.
7634 (search_field): New static variable. Set to one after parsing a point
7635 as at that point only a FIELDNAME token should be searched.
7636 (FIELDNAME): New token. After a point only a token belonging to
7637 current_type type definition is allowed.
7638 (all over token rules): reset and change current_type according
7639 to rules.
7640 (exp '[' rule): insert implicit array index field if
7641 exp is a pascal string type.
7642
7643 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7644
7645 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7646 frame info. Use frame_info's saved_regs instead of matching member
7647 in extra_frame_info throughout.
7648 (v850_frame_init_saved_regs): New function.
7649 (v850_init_extra_frame_info): Move most functionality into
7650 v850_frame_init_saved_regs().
7651 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7652 (v850_frame_find_saved_regs): Remove declaration.
7653 (FRAME_FIND_SAVED_REGS): Remove definition.
7654 (v850_frame_init_saved_regs): Add declaration.
7655 (FRAME_INIT_SAVED_REGS): Add definition.
7656
7657 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7658
7659 * v850-tdep.c: Begin multi-arch'ing v850.
7660 (v850_target_architecture_hook): Remove function.
7661 (v850_gdbarch_init): New function. Add code previously in
7662 v850_target_architecture_hook().
7663 (_initialize_v850_tdep): Don't set target_architecture_hook.
7664 Call register_gdbarch_init() instead.
7665
7666 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7667
7668 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7669 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7670 (fixup_class_method_type): Likewise.
7671
7672 2002-05-15 Jim Blandy <jimb@redhat.com>
7673
7674 Add macro structures to GDB's symbol tables. Nobody puts anything
7675 in them yet.
7676 * symtab.h (struct symtab): New member: `macro_table'.
7677 * buildsym.h (pending_macros): New global variable.
7678 * buildsym.c: #include "macrotab.h".
7679 (buildsym_init): Initialize `pending_macros'.
7680 (end_symtab): If we found macro information while reading a CU's
7681 debugging info, do build a symtab structure for it. Make the
7682 symtab point to the macro information, and clear the
7683 `pending_macros' pointer which held it while we were reading the
7684 debug info.
7685 (really_free_pendings): Free any pending macro table.
7686 * objfiles.h (struct objfile): New member: `macro_cache'.
7687 * objfiles.c (allocate_objfile): Set allocate and free functions
7688 for the macro cache's objstack.
7689 (free_objfile): Empty the macro cache's obstack.
7690 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7691 set new allocate and free functions for it.
7692 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7693 free functions for the macro cache's objstack. (Why is this
7694 function building its own objfile?)
7695 * symmisc.c (print_objfile_statistics): Print statistics on the
7696 macro bcache.
7697 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7698
7699 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7700
7701 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7702 (REGISTER_U_ADDR): Delete definition.
7703 (arm_register_u_addr): Delete declaration.
7704
7705 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7706
7707 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7708 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7709
7710 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7711
7712 * regcache.c (register_valid): Revise comments refering to "Not
7713 available" and "unavailable".
7714 * frame.c (frame_register_read): Ditto.
7715 * findvar.c (value_of_register): Ditto.
7716
7717 2002-05-15 Andrew Cagney <cagney@redhat.com>
7718
7719 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7720 (remote-sim.o): Update dependencies.
7721 (d10v-tdep.o): Specify dependencies.
7722 (sim_d10v_h): Define.
7723
7724 2002-05-14 Jim Blandy <jimb@redhat.com>
7725
7726 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7727 * macrotab.c (macro_lookup_inclusion, find_definition,
7728 new_macro_table): Same.
7729
7730 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7731 not `! strcmp ()'. This is a dubious improvement.
7732 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7733
7734 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7735 although it's not necessary, to avoid a warning.
7736
7737 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7738
7739 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7740 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7741 TYPE_INSTANCE_FLAGS.
7742 (struct main_type): New.
7743 (struct type): Move most members to struct main_type. Change
7744 cv_type and as_type to new type_chain member. Add instance_flags.
7745 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7746 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7747 (finish_cv_type): Remove prototype.
7748 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7749 Set TYPE_CHAIN.
7750 (alloc_type_instance): New function.
7751 (smash_type): New function.
7752 (make_pointer_type, make_reference_type, make_function_type)
7753 (smash_to_member_type, smash_to_method_type): Call smash_type.
7754 (make_qualified_type): New function.
7755 (make_type_with_address_space): Call make_qualified_type.
7756 (make_cv_type): Likewise.
7757 (finish_cv_type): Remove unnecessary function.
7758 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7759 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7760 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7761 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7762 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7763 * hpread.c (hpread_read_struct_type): Likewise.
7764 * stabsread.c (read_struct_type): Likewise.
7765
7766 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7767
7768 * configure.tgt: Add a catch all sh* target, for cases like
7769 sh[2,3,4]-elf and sh-hms.
7770
7771 2002-05-14 Keith Seitz <keiths@redhat.com>
7772
7773 * event-loop.c (create_file_handler): Don't do anything but
7774 update data when we are given a fd which we are already
7775 monitoring.
7776
7777 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7778
7779 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7780 (update_context): Use __func__ in warnings.
7781
7782 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7783
7784 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7785 and tcp_close to net_open and net_close.
7786 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7787 using UDP if requested. Don't try to disable Nagle on UDP
7788 sockets.
7789 * remote.c (remote_serial_open): New function. Warn about UDP.
7790 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7791
7792 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7793
7794 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7795
7796 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7797
7798 * configure.tgt: Remove sh-hms target.
7799 * MAINTAINERS: Don't list sh-hms as a separate target.
7800
7801 2002-05-13 Jim Blandy <jimb@redhat.com>
7802
7803 Add first preprocessor macro-expansion files.
7804 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7805 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7806 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7807 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7808 (COMMON_OBS): Add macrotab.o, macroexp.o.
7809 (macroexp.o, macrotab.o): New rules.
7810
7811 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7812
7813 * config/m88k/tm-m88k.h: Update copyright.
7814 (m88k_target_write_pc): Declare
7815 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7816 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7817 (SHIFT_INST_REGS): Update definition.
7818 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7819 using old definition of TARGET_WRITE_PC.
7820 * regcache.c (generic_target_write_pc): Delete code handling
7821 NNPC_REGNUM.
7822 * gdbarch.sh (NNPC_REGNUM): Delete.
7823 * gdbarch.h, gdbarch.c: Regenerate.
7824
7825 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7826
7827 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7828 builtin reg number.
7829
7830 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7831
7832 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7833 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7834 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7835 access macros.
7836 * c-typeprint.c (cp_type_print_method_args): Likewise.
7837 (c_type_print_args): Likewise.
7838 * d10v-tdep.c (d10v_push_arguments): Likewise.
7839 (d10v_extract_return_value): Likewise.
7840 * expprint.c (print_subexp): Likewise.
7841 * gdbtypes.c (lookup_primitive_typename): Likewise.
7842 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7843 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7844 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7845 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7846 (TYPE_VECTOR): Likewise.
7847 * hpread.c (hpread_read_struct_type)
7848 (fix_static_member_physnames, fixup_class_method_type)
7849 (hpread_type_lookup): Likewise.
7850 * mdebugread.c (parse_symbol, parse_type): Likewise.
7851 * p-lang.c (is_pascal_string_type): Likewise.
7852 * valops.c (hand_function_call): Likewise.
7853 * x86-64-tdep.c (classify_argument): Likewise.
7854
7855 * hpread.c (hpread_read_function_type)
7856 (hpread_read_doc_function_type): Call replace_type.
7857 * dstread.c (create_new_type): Delete.
7858 (decode_dst_structure, process_dst_function): Call alloc_type.
7859 Use type access macros.
7860
7861 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7862
7863 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7864 the're not supported by the current architecture.
7865 (i387_fill_fxsave): Likewise.
7866
7867 2002-05-12 Fred Fish <fnf@redhat.com>
7868
7869 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7870 sect_index_xxx members to index the first slot in section_offsets
7871 if all of the section_offsets are zero.
7872
7873 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7874
7875 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7876 checked in with last change.
7877
7878 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7879
7880 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7881 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7882 config.sub.
7883
7884 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7885
7886 * Makefile.in: Update dependencies.
7887
7888 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7889
7890 * language.c (local_hex_string_custom): Simplify. Do not depend
7891 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7892
7893 * memattr.c (mem_info_command): Replace calls to
7894 longest_local_hex_string and longest_local_hex_string_custom.
7895 * buildsym.c (make_blockvector): Ditto.
7896 * solib.c (info_sharedlibrary_command): Ditto.
7897 * tracepoint.c (tracepoints_info): Ditto.
7898 * symtab.c (print_msymbol_info): Ditto.
7899
7900 * language.c (local_hex_string): Delete.
7901 (local_hex_string_custom): Delete.
7902 (longest_local_hex_string): Rename to local_hex_string.
7903 (longest_local_hex_string_custom): Rename to
7904 local_hex_string_custom.
7905 * language.h (local_hex_string): Change parameter type to LONGEST.
7906 (local_hex_string_custom): Ditto.
7907 (longest_local_hex_string): Delete declaration.
7908 (longest_local_hex_string_custom): Ditto.
7909
7910 * solib.c: Update copyright.
7911 * memattr.c: Update copyright.
7912
7913 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7914
7915 * arch-utils.h (legacy_register_to_value): Declare.
7916 (legacy_value_to_register): Declare.
7917 (legacy_convert_register_p): Declare.
7918 * arch-utils.c (legacy_register_to_value): New function.
7919 (legacy_value_to_register): New function.
7920 (legacy_convert_register_p): New function.
7921
7922 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7923 (VALUE_TO_REGISTER): Define.
7924 (CONVERT_REGISTER_P): Define.
7925 * gdbarch.h, gdbarch.c: Regenerate.
7926
7927 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7928 VALUE_TO_REGISTER.
7929 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7930 CONVERT_REGISTER_P.
7931
7932 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7933 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7934
7935 * Makefile.in: Update dependencies for valops.c.
7936 * valops.c: Include "gdb_assert.h".
7937 (typecmp): Skip THIS parameter to methods.
7938 (find_method_list): Remove static_memfuncp argument,
7939 update callers. Check for stub methods.
7940 (find_value_oload_method_list): Don't set *static_memfuncp.
7941 (find_overload_match): Don't check for stub methods. Assert
7942 that methods are not stubbed. Handle static methods.
7943 (value_find_oload_method_list): Remove static_memfuncp argument.
7944 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7945 to the argument list for static stub methods.
7946 * value.h (value_find_oload_method_list): Update prototype.
7947
7948 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7949
7950 * arch-utils.h (generic_register_size): Declare.
7951 (generic_register_raw_size, generic_register_virtual_size): Delete
7952 declarations.
7953 * arch-utils.c (generic_register_raw_size): Delete.
7954 (generic_register_size): New function.
7955 (generic_register_virtual_size): Delete.
7956
7957 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7958 default generic_register_size.
7959 * gdbarch.h, gdbarch.c: Re-generate.
7960
7961 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7962 register_virtual_size.
7963 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7964 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7965
7966 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7967
7968 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7969 * gdbarch.h, gdbarch.c: Regenerate.
7970 * gnu-v3-abi.c: Update copyright.
7971 (vtable_address_point_offset): Update.
7972 (gnuv3_rtti_type): Update.
7973 (gnuv3_baseclass_offset): Update.
7974 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7975 (init_fetch_link_map_offsets): Update.
7976 * remote.c (get_remote_state): Update.
7977
7978 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7979
7980 * TODO: Remove value_headof/value_from_vtable_info comment.
7981 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7982 * values.c (value_headof, value_from_vtable_info): Delete.
7983 * value.h (value_from_vtable_info): Delete prototype.
7984
7985 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7986
7987 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7988 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7989 $(gdb_regex_h).
7990 (gdb_assert_h): Define.
7991 (gdb_wait_h): Define.
7992 (gdb_regex_h): Define.
7993
7994 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7995
7996 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7997 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7998
7999 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8000
8001 * nbsd-tdep.c: Fix comment.
8002
8003 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8004
8005 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
8006 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
8007 (nbsd-tdep.o): New dependency list.
8008 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
8009 nbsd-tdep.h.
8010 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
8011 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
8012 * nbsd-tdep.c: New file.
8013 * nbsd-tdep.h: New file.
8014 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
8015 nbsd-tdep.h.
8016 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
8017 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8018 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
8019 * config/sh/nbsd.mt (TDEPFILES): Ditto.
8020
8021 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8022
8023 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
8024 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
8025 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8026 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8027 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8028 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8029
8030 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8031
8032 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8033 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8034 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8035 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8036 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8037 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8038 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8039
8040 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8041
8042 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8043 fetch_elfcore_registers to...
8044 * i386nbsd-tdep.c: ...here.
8045 (i386nbsd_use_struct_convention): Rename to...
8046 (i386nbsd_aout_use_struct_convention): ...this.
8047 (i386nbsd_supply_reg): New function.
8048 (i386nbsd_fill_reg): New function.
8049 (fetch_core_registers): Use i386nbsd_supply_reg.
8050 (fetch_elfcore_registers): Likewise.
8051 (_initialize_i386nbsd_tdep): New function.
8052 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8053 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8054 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8055 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8056 (i386nbsd_aout_use_struct_convention): ...this.
8057
8058 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8059
8060 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8061 (store_inferior_registers): Use shnbsd_fill_reg.
8062 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8063 sh_nbsd_supply_register): Collapse into...
8064 (shnbsd_supply_reg): ...this.
8065 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8066 (shnbsd_fill_reg): ...this.
8067 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8068 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8069 (fetch_core_registers): Use shnbsd_supply_reg.
8070 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8071 (sh_nbsd_core_fns): Rename to...
8072 (shnbsd_core_fns): ...this.
8073 (sh_nbsd_elfcore_fns): Rename to...
8074 (shnbsd_elfcore_fns): ...this.
8075 (sh_nbsd_init_abi): Rename to...
8076 (shnbsd_init_abi): ...this.
8077 (_initialize_sh_nbsd_tdep): Rename to...
8078 (_initialize_shnbsd_tdep): ...this.
8079 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8080 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8081 sh_nbsd_fill_register): Remove prototypes.
8082 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8083
8084 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8085
8086 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8087 (i387-nat.o): Delete dependency list.
8088 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8089 (x86-64-linux-nat.o): Likewise.
8090 * i387-nat.c: Delete file, moving contents to...
8091 * i387-tdep.c: ...here.
8092 * i387-nat.h: Rename...
8093 * i387-tdep.h: ...to this.
8094 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8095 * i386-linux-nat.c: Likewise.
8096 * i386bsd-nat.c: Likewise.
8097 * i386gnu-nat.c: Likewise.
8098 * i386nbsd-nat.c: Likewise.
8099 * i386v4-nat.c: Likewise.
8100 * x86-64-linux-nat.c: Likewise.
8101 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8102 * config/i386/go32.mh (NATDEPFILES): Likewise.
8103 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8104 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8105 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8106 * config/i386/linux.mh (NATDEPFILES): Likewise.
8107 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8108 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8109 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8110 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8111
8112 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8113
8114 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8115 (alphanbsd-nat.o): Remove dependency list.
8116 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8117 * alphanbsd-nat.c: Delete. Contents moved to...
8118 * alphanbsd-tdep.c: ...here.
8119 (_initialize_alphanbsd_tdep): Register core functions.
8120 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8121
8122 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8123
8124 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8125 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8126 (alphanbsd-nat.o): Likewise.
8127 (alphabsd-tdep.o): New dependency list.
8128 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8129 (fill_gregset): Use alphabsd_fill_reg.
8130 (supply_fpregset): Use alphabsd_supply_fpreg.
8131 (fill_fpregset): Use alphabsd_fill_fpreg.
8132 (fetch_inferior_registers): Use struct reg and struct fpreg
8133 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8134 and alphabsd_supply_fpreg.
8135 (store_inferior_registers): Use struct reg and struct fpreg
8136 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8137 and alphabsd_fill_fpreg.
8138 * alphabsd-tdep.c: New file.
8139 * alphabsd-tdep.h: New file.
8140 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8141 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8142 alphabsd_supply_fpreg.
8143 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8144 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8145
8146 2002-05-11 Eric Christopher <echristo@redhat.com>
8147
8148 * mips-tdep.c (mips_double_register_type): Fix thinko.
8149 (mips_single_register_type): Ditto.
8150 * MAINTAINERS: Add self.
8151
8152 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8153
8154 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8155 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8156 right thing on architectures with different endianness and/or
8157 integer sizes.
8158
8159 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8160
8161 From Christian Limpach <chris@Pin.LU>
8162 * configure.in: Change sed expression which comments out
8163 NATDEPFILES to also comment out continuation lines.
8164 * configure: Regenerate.
8165
8166 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8167
8168 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8169 big patch.
8170
8171 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8172
8173 * sh-tdep.c: Include correct file.
8174
8175 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8176
8177 New support for sh64-elf (sh5) target.
8178
8179 * configure.tgt: For sh64-elf target, default to sh-elf.
8180
8181 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8182 (struct gdbarch_tdep): Add new fields for new registers and ABI
8183 info.
8184
8185 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8186 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8187 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8188 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8189 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8190 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8191 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8192 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8193 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8194 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8195 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8196 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8197 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8198 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8199 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8200 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8201 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8202 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8203 sign_extend, sh64_nofp_frame_init_saved_regs,
8204 sh64_init_extra_frame_info, sh64_get_saved_register,
8205 sh64_extract_struct_value_address, sh64_pop_frame,
8206 sh64_push_arguments, sh64_extract_return_value,
8207 sh64_store_return_value, sh64_show_media_regs,
8208 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8209 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8210 sh_sh64_register_virtual_type,
8211 sh_sh64_register_convert_to_virtual,
8212 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8213 sh64_register_read, sh64_pseudo_register_write,
8214 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8215 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8216 sh64_do_pseudo_register, sh_compact_do_registers_info,
8217 sh64_do_registers_info, sh_gdbarch_init): New functions.
8218
8219 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8220
8221 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8222
8223 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8224
8225 * linespec.c (decode_line_1): Check for a double quote after
8226 a filename correctly.
8227
8228 2002-05-10 Jim Blandy <jimb@redhat.com>
8229
8230 Properly track the size of the current objfile's .debug_line section.
8231 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8232 (DWARF_LINE_SIZE): New macro.
8233 (dwarf2_build_psymtabs_hard): Record the line section's size in
8234 the partial symbol table.
8235 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8236 symbol table.
8237
8238 2002-05-10 Petr Sorfa <petrs@caldera.com>
8239
8240 * ia64-tdep.c: Handle breakpoints on L instruction type
8241 in MLX instruction bundle by moving the breakpoint to
8242 the third slot (X instruction type) as L holds only data.
8243
8244 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8245
8246 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8247 (process_one_symbol): Complain about discarding local symbols
8248 due to a misplaced N_LBRAC entry.
8249
8250 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8251
8252 From Daniel Berlin <dan@cgsoftware.com>
8253 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8254 decrease the depth we are at, in the case of templates.
8255
8256 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8257
8258 * mips-tdep.c (mips_float_register_type): New function.
8259 (mips_double_register_type): New function.
8260 (mips_print_register): Use them.
8261 (do_fp_register_row): Likewise.
8262
8263 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8264
8265 * signals/signals.c (signals): Remove conditional compilation around
8266 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8267 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8268
8269 2002-05-09 Michael Snyder <msnyder@redhat.com>
8270
8271 * remote-rdp.c (remote_rdp_can_run): Remove.
8272
8273 2002-05-09 Tom Tromey <tromey@redhat.com>
8274
8275 * jv-valprint.c (java_val_print): Handle `char' as a special case
8276 of TYPE_CODE_INT.
8277
8278 2002-05-09 Michael Snyder <msnyder@redhat.com>
8279
8280 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8281 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8282 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8283 str r(0123),[sp,#nn].
8284 (arm_skip_prologue): Ditto. Also make disassembly
8285 order-independent by placing it in a loop.
8286
8287 2002-05-06 Michael Snyder <msnyder@redhat.com>
8288
8289 * stabsread.c (read_type): Add recognition for new attribute:
8290 "@V;" means that an array type is actually a vector.
8291 This is analogous to the vector flag that's been added to dwarf2.
8292
8293 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8294
8295 * i386-tdep.h (i386_abi): New enum.
8296 (struct gdbarch_tdep): Replace os_ident member with abi.
8297 (i386_gdbarch_register_os_abi): New prototype.
8298 * i386-tdep.c (i386_abi_names): New array.
8299 (process_note_abi_tag_sections): Removed.
8300 (process_note_sections): New function.
8301 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8302 (struct i386_abi_handler): New struct.
8303 (i386_abi_handler_list): New variable.
8304 (i386_gdbarch_register_os_abi): New function.
8305 (i386_gdbarch_init): Adapt for the changes given above.
8306
8307 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8308
8309 * gregset.h: Say "GNU/Linux".
8310
8311 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8312
8313 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8314 (build_gdbtypes): Build builtin_type_v2_float.
8315 (_initialize_gdbtypes): Register new builtin type.
8316
8317 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8318
8319 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8320 (clear_gdbarch_swap): New function.
8321 (initialize_non_multiarch): Call.
8322 (gdbarch_update_p): Before calling init(), swap out and clear the
8323 existing architecture.
8324 * gdbarch.c: Regenerate.
8325
8326 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8327
8328 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8329 alphanbsd-tdep.c.
8330
8331 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8332
8333 * sh-nbsd-nat.c: Rename to...
8334 * shnbsd-nat.c: ...this.
8335 * sh-nbsd-tdep.c: Rename to...
8336 * shnbsd-tdep.c: ...this.
8337 * sh-nbsd-tdep.h: Rename to...
8338 * shnbsd-tdep.h: ...this.
8339 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8340 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8341
8342 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8343
8344 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8345 concatenation for command help messages.
8346
8347 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8348
8349 * NEWS: Note new sh*-*-netbsdelf* configuration.
8350 * configure.host: Set gdb_host_cpu to sh for all sh*.
8351 (sh*-*-netbsdelf*): New host.
8352 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8353 (sh*-*-netbsdelf*): New target.
8354 * sh-nbsd-nat.c: New file.
8355 * sh-nbsd-tdep.c: New file.
8356 * sh-nbsd-tdep.h: New file.
8357 * config/sh/nbsd.mh: New file.
8358 * config/sh/nbsd.mt: New file.
8359 * config/sh/nm-nbsd.h: New file.
8360 * config/sh/tm-nbsd.h: New file.
8361
8362 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8363
8364 * sh-tdep.c (sh_osabi_names): Declare.
8365 (process_note_abi_tag_sections): New function.
8366 (get_elfosabi): Ditto.
8367 (sh_gdbarch_register_os_abi): Ditto.
8368 (sh_dump_tdep): Ditto.
8369 _initialize_sh_tdep): Use gdbarch_register to register
8370 sh_gdbarch_init and sh_dump_tdep.
8371 * config/sh/tm-sh.h (sh_osabi): Declare.
8372 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8373
8374 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8375
8376 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8377 (thumb_scan_prologue): Ditto.
8378 (arm_find_callers_reg): Ditto.
8379 (arm_frame_chain): Ditto.
8380 (arm_init_extra_frame_info): Ditto.
8381 (arm_frame_saved_pc): Ditto.
8382 (arm_pop_frame): Ditto.
8383 (arm_push_return_address): New function.
8384 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8385 call_dummy_location, call_dummy_breakpoint_offset_p,
8386 call_dummy_breakpoint_offset, call_dummy_p,
8387 call_dummy_stack_adjust_p, call_dummy_words,
8388 sizeof_call_dummy_words, call_dummy_start_offset,
8389 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8390 call_dummy_address, push_return_address and push_dummy_frame for
8391 generic dummy frames.
8392
8393 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8394
8395 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8396 size computation for alloca.
8397 (sh_fp_frame_init_saved_regs): Likewise.
8398
8399 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8400
8401 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8402 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8403 * arm-tdep.c (arm_store_return_value): Use them.
8404 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8405 * remote-rdp.c (remote_rdp_fetch_register): Use
8406 ARM_MAX_REGISTER_RAW_SIZE.
8407 (remote_rdp_store_register): Likewise.
8408
8409 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8410
8411 * dwarf2cfi.c: Code cleanup, removed unused variables,
8412 added default labels to switch {} statements.
8413 * x86-64-tdep.c: Ditto.
8414 * x86-64-linux-nat.c: Ditto.
8415
8416 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8417
8418 * solib.h: Protect against multiple inclusion.
8419
8420 2002-05-06 Jim Blandy <jimb@redhat.com>
8421
8422 Add first preprocessor macro-expansion files.
8423 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8424 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8425 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8426 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8427 (COMMON_OBS): Add macrotab.o, macroexp.o.
8428 (macroexp.o, macrotab.o): New rules.
8429
8430 Separate the job of reading the line number info statement program
8431 header (...expialidocious) out into its own function.
8432 * dwarf2read.c (struct line_head, struct filenames, struct
8433 directories): Replace with...
8434 (struct line_header): New structure, containing the full
8435 contents of the statement program header, including the
8436 include directory and file name tables.
8437 (read_file_scope): If we have line number info, instead of just
8438 calling dwarf_decode_lines to do all the work, call
8439 dwarf_decode_line_header first to get a `struct line_header'
8440 containing the data in the statement program header, and then
8441 pass that to dwarf_decode_lines, which will pick up where that
8442 left off. Be sure to clean up the `struct line_header' object.
8443 (dwarf_decode_line_header, free_line_header, add_include_dir,
8444 add_file_name): New functions.
8445 (dwarf_decode_lines): Move all the code to read the statement
8446 program header into dwarf_decode_line_header. Take the line
8447 header it built as the first argument, instead of the offset to
8448 the compilation unit's line number info. Use the new `struct
8449 line_header' type instead of the old structures. No need to do
8450 cleanups here now, since we don't allocate anything.
8451 (dwarf2_statement_list_fits_in_line_number_section,
8452 dwarf2_line_header_too_long): New complaints.
8453
8454 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8455
8456 * gdbtypes.c (init_vector_type): New function.
8457 (build_builtin_type_vec128): Simplify the representation of SIMD
8458 registers.
8459 (build_gdbtypes): Initialize new builtin vector types.
8460 (_initialize_gdbtypes): Register new vector types with gdbarch.
8461 (builtin_type_v4_float, builtin_type_v4_int32,
8462 builtin_type_v8_int16, builtin_type_v16_int8,
8463 builtin_type_v2_int32, builtin_type_v4_int16,
8464 builtin_type_v8_int8): New (renamed) SIMD types.
8465
8466 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8467
8468 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8469 (i387_fill_fxsave): Likewise.
8470
8471 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8472
8473 * alpha-tdep.c (alpha_extract_return_value): Don't use
8474 non-constant array size in prototype.
8475
8476 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8477
8478 From Brian Taylor <briant at model dot com>:
8479 * ui-out.c (ui_out_field_core_addr): Use the function
8480 longest_local_hex_string_custom'to format addresses > 32 bits
8481 wide.
8482
8483 * ui-out.c (ui_out_field_core_addr): Update comment.
8484
8485 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8486
8487 * stack.c (select_and_print_frame): Make static. Delete the
8488 parameter `level'.
8489 (func_command): Update call.
8490 (select_frame_command): Delete code computing the frame level.
8491 * frame.h (select_and_print_frame): Delete declaration.
8492
8493 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8494
8495 * sparc-tdep.c (sparc_get_saved_register): Comment why
8496 get_prev_frame call is safe.
8497
8498 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8499
8500 * frame.h (select_frame): Delete level parameter.
8501 * stack.c (select_frame): Update. Use frame_relative_level to
8502 obtain the frame's level.
8503 (select_and_print_frame): Update call.
8504 (select_frame_command): Ditto.
8505 (up_silently_base): Ditto.
8506 (down_silently_base): Ditto.
8507 * ocd.c (ocd_start_remote): Ditto.
8508 * remote-rdp.c (remote_rdp_open): Ditto.
8509 * remote-mips.c (mips_initialize): Ditto.
8510 (common_open): Ditto.
8511 * remote-e7000.c (e7000_start_remote): Ditto.
8512 * m3-nat.c (select_thread): Ditto.
8513 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8514 (child_get_current_exception_event): Ditto.
8515 * varobj.c (varobj_create): Ditto.
8516 (varobj_update): Ditto.
8517 (c_value_of_root): Ditto.
8518 * tracepoint.c (finish_tfind_command): Ditto.
8519 * corelow.c (core_open): Ditto.
8520 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8521 * thread.c (info_threads_command): Ditto.
8522 (switch_to_thread): Ditto.
8523 * infrun.c (normal_stop): Ditto.
8524 (restore_selected_frame): Ditto.
8525 (restore_inferior_status): Ditto.
8526 * breakpoint.c (insert_breakpoints): Ditto.
8527 (watchpoint_check): Ditto.
8528 (bpstat_stop_status): Ditto.
8529 (do_enable_breakpoint): Ditto.
8530 * blockframe.c (flush_cached_frames): Ditto.
8531 (reinit_frame_cache): Ditto.
8532
8533 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8534
8535 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8536 maintainer.
8537
8538 2002-05-04 Jim Blandy <jimb@redhat.com>
8539
8540 * gdbtypes.c (replace_type): Doc fix.
8541
8542 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8543
8544 * valprint.c (strcat_longest): Delete commented out function.
8545 Update copyright.
8546
8547 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8548
8549 * MAINTAINERS: Mark a29k as deleted.
8550 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8551 Move new configurations to the top.
8552 * configure.tgt: Remove a29k.
8553 * config/a29k/tm-vx29k.h: Delete.
8554 * config/a29k/vx29k.mt: Delete.
8555 * config/a29k/tm-a29k.h: Delete.
8556 * config/a29k/a29k-udi.mt: Delete.
8557 * config/a29k/a29k.mt: Delete.
8558 * a29k-tdep.c: Delete.
8559 * remote-udi.c: Delete.
8560 * remote-mm.c: Delete.
8561 * remote-eb.c: Delete.
8562 * remote-adapt.c: Delete.
8563 * Makefile.in: Remove obsolete code.
8564 * config/s390/s390x.mt: Ditto.
8565 * config/s390/s390.mt: Ditto.
8566 * config/sparc/sparclynx.mh: Ditto.
8567 * config/sparc/linux.mh: Ditto.
8568 * config/pa/hppaosf.mh: Ditto.
8569 * config/pa/hppabsd.mh: Ditto.
8570 * config/ns32k/nbsd.mt: Ditto.
8571 * config/mips/vr5000.mt: Ditto.
8572 * config/m68k/sun3os4.mh: Ditto.
8573 * config/m68k/nbsd.mt: Ditto.
8574 * config/m68k/m68klynx.mh: Ditto.
8575 * config/m32r/m32r.mt: Ditto.
8576 * config/i386/x86-64linux.mt: Ditto.
8577 * config/i386/nbsdelf.mt: Ditto.
8578 * config/i386/nbsd.mt: Ditto.
8579 * config/i386/i386lynx.mh: Ditto.
8580
8581 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8582
8583 * target.c (debug_print_register): New function. Handle oversize
8584 registers.
8585 (debug_to_fetch_registers): Call.
8586 (debug_to_store_registers): Call.
8587
8588 2002-05-03 Jim Blandy <jimb@redhat.com>
8589
8590 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8591 (read_type): Doc fix.
8592 * gdbtypes.c (replace_type): Doc fix.
8593
8594 * stabsread.c (multiply_defined_struct): New complaint.
8595 (read_struct_type): If the type we were passed isn't empty, or
8596 incomplete, don't read the new struct type into it; complain,
8597 and return the original type unchanged. Take a new `type_code'
8598 argument, which is the type code for the new type.
8599 (read_type): Rather than storing the type's type code here, pass
8600 it as an argument to read_struct_type, and let that take care of
8601 storing it. That way, we don't overwrite the original type code,
8602 so read_struct_type can use it to decide whether we're overwriting
8603 something we shouldn't.
8604 (complain_about_struct_wipeout): New function.
8605
8606 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8607
8608 * gdbarch.sh: Assert that gdbarch is non-NULL.
8609 * gdbarch.c: Regenerate.
8610
8611 2002-05-03 Jason Merrill <jason@redhat.com>
8612
8613 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8614 and return NULL.
8615
8616 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8617
8618 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8619 (x86_64_dwarf2gdb_regno_map_length),
8620 (x86_64_dwarf2_reg_to_regnum): Added.
8621 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8622 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8623 (_initialize_x86_64_tdep): Synced with the change above.
8624 (x86_64_skip_prologue): Reformulated message.
8625
8626 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8627
8628 * f-exp.y: Also use new prev_lexptr variable
8629 to improve error reporting. Based on Michael Snyder
8630 2002-04-24 dated patch to c-exp.y.
8631 * jv-exp.y: Likewise.
8632 * m2-exp.y: Likewise.
8633
8634 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8635
8636 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8637 we are dealing with vectors.
8638
8639 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8640
8641 * config/m68k/tm-nbsd.h: Obvious fix,
8642 correct machine name.
8643
8644 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8645
8646 * p-typeprint.c (pascal_type_print_base): Add support
8647 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8648
8649 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8650
8651 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8652 for fondamental pascal 'char' type.
8653
8654 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8655
8656 * p-lang.h (is_pascal_string_type): Declaration changed,
8657 new sixth argument of type char ** added.
8658 * p-lang.c (is_pascal_string_type): Implementation
8659 changed. Args length_pos, length_size, string_pos, char_size
8660 can now be NULL. New argument arrayname set to the field
8661 name of the char array. Return value set to char array
8662 field index plus one.
8663 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8664 is_pascal_string_type function.
8665
8666 2002-05-02 Andrew Cagney <cagney@redhat.com>
8667
8668 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8669 <cagney@redhat.com> change.
8670 * gdbarch.c: Regenerate.
8671
8672 2002-05-02 Andrew Cagney <cagney@redhat.com>
8673
8674 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8675 before probing for a new one. Detect errorenous gdbarch_init
8676 functions.
8677 * gdbarch.c: Regenerate.
8678
8679 2002-05-01 Andrew Cagney <cagney@redhat.com>
8680
8681 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8682 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8683 * config/v850/tm-v850.h: Ditto. Update copyright.
8684
8685 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8686
8687 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8688 current_gdbarch.
8689
8690 2002-04-30 Michael Snyder <msnyder@redhat.com>
8691
8692 * arm-tdep.c: Whitespace clean-ups.
8693 (arm_skip_prologue): Fix thinko; two lines
8694 should have been removed as part of 4/24 change.
8695
8696 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8697
8698 * rs6000-tdep.c: Added comment describing how fpscr register
8699 numbers were chosen.
8700
8701 2002-04-30 Michael Snyder <msnyder@redhat.com>
8702
8703 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8704
8705 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8706
8707 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8708 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8709 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8710
8711 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8712
8713 From Louis Hamilton <hamilton@redhat.com>:
8714 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8715 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8716 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8717 not bfd-private xcoff data, to determine wordsize.
8718 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8719
8720 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8721
8722 GDB 5.2 released from 5.2 branch.
8723
8724 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8725
8726 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8727 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8728 (x86_64_register_info_table): Added comments with register numbers.
8729
8730 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8731
8732 * rs6000-tdep.c (rs6000_extract_return_value,
8733 rs6000_store_return_value): Handle returning vectors.
8734 (rs6000_gdbarch_init): Use
8735 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8736 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8737 New function.
8738 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8739 vectors.
8740 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8741 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8742
8743 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8744
8745 * hpread.c (hpread_psymtab_to_symtab_1,
8746 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8747 with fprintf_unfiltered (gdb_stderr,...).
8748
8749 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8750
8751 * remote-array.c (printf_monitor, write_monitor,
8752 array_insert_breakpoint, array_remove_breakpoint ):
8753 Replace fprintf (stderr,...
8754 with fprintf_unfiltered (gdb_stderr,....
8755 * remote-es.c: Likewise.
8756 * remote-os9k.c: Likewise.
8757 * remote-st.c: Likewise.
8758
8759 2002-04-28 Andreas Schwab <schwab@suse.de>
8760
8761 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8762 linux-proc.o and gcore.o.
8763
8764 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8765
8766 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8767 code without frame pointers.
8768
8769 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8770
8771 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8772 ON_STACK is needed.
8773
8774 2002-04-26 Ben Elliston <bje@redhat.com>
8775
8776 * target.c (do_xfer_memory): Correct reference to the new option
8777 "trust-readonly-sections".
8778
8779 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8780
8781 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8782 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8783 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8784 vectors.
8785 (read_array_type): Record the fact that this array type is really a
8786 vector (i.e. are passed in by value).
8787
8788 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8789
8790 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8791 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8792 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8793 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8794 * alpha-linux-tdep.c: Include frame.h.
8795 (alpha_linux_sigcontext_addr): New function.
8796 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8797 alpha_linux_sigcontext_addr.
8798 * alpha-osf1-tdep.c: Include gdbcore.h.
8799 (alpha_osf1_sigcontext_addr): New function.
8800 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8801 alpha_osf1_sigcontext_addr.
8802 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8803 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8804
8805 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8806
8807 * stack.c (selected_frame_level):
8808 (select_frame): Do not set selected_frame_level.
8809 * frame.h (selected_frame_level): Delete declaration.
8810
8811 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8812
8813 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8814 convert_from_func_ptr-addr when AIX / PowerOpen.
8815
8816 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8817
8818 * valops.c (hand_function_call): Call
8819 generic_save_call_dummy_addr.
8820 * frame.h (generic_save_call_dummy_addr): Declare.
8821 * blockframe.c (struct dummy_frame): Add fields call_lo and
8822 call_hi.
8823 (generic_find_dummy_frame): Check for PC in range call_lo to
8824 call_hi instead of entry_point_address.
8825 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8826 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8827 (generic_save_call_dummy_addr): New function.
8828
8829 2002-04-24 David S. Miller <davem@redhat.com>
8830
8831 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8832 sparc_skip_prologue.
8833 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8834 information to find prologue when possible.
8835 (sparc_prologue_frameless_p): Call examine_prologue directly.
8836 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8837 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8838 second argument.
8839 (SKIP_PROLOGUE): Likewise.
8840
8841 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8842
8843 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8844 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8845 indicate that the condition it was testing is always true.
8846 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8847 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8848 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8849
8850 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8851
8852 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8853 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8854 tdep->jb_pc and tdep->jb_elt_size.
8855 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8856 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8857 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8858 * alpha-nat.c (get_longjmp_target): Remove.
8859 (JB_ELEMENT_SIZE): Ditto.
8860 (JB_PC): Ditto.
8861 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8862 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8863 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8864 to alpha_get_longjmp_target.
8865 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8866 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8867 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8868
8869 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8870
8871 * README: Update to GDB 5.2.
8872
8873 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8874
8875 * gdbarch.sh (LC_ALL): Set to `c'.
8876
8877 2002-04-25 Theodore A. Roth <troth@verinet.com>
8878
8879 * avr-tdep.c: Ran through gdb_indent.sh.
8880
8881 2002-04-25 Theodore A. Roth <troth@verinet.com>
8882
8883 * MAINTAINERS: Add myself as AVR maintainer.
8884 * NEWS: Note new target avr.
8885
8886 2002-04-25 Theodore A. Roth <troth@verinet.com>
8887
8888 * Makefile.in: Add support for AVR target.
8889 * configure.tgt: Add support for AVR target.
8890 * avr-tdep.c: New file
8891 * config/avr/avr.mt: New file.
8892
8893 2002-04-25 Theodore A. Roth <troth@verinet.com>
8894
8895 * MAINTAINERS: Add myself to write-after-approval.
8896
8897 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8898
8899 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8900 with fprintf_unfiltered (gdb_stderr,....
8901
8902 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8903
8904 Fix PR gdb/508.
8905 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8906
8907 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8908
8909 * p-exp.y: Also use new prev_lexptr variable
8910 to improve error reporting. Based on Michael Snyder
8911 2002-04-24 dated patch to c-exp.y.
8912
8913 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8914
8915 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8916 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8917 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8918 to 0.
8919 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8920 and struct value.
8921 (FUNCTION_START_OFFSET): Remove.
8922 (BREAKPOINT): Ditto.
8923
8924 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8925
8926 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8927 * NEWS: Ditto.
8928
8929 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8930
8931 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8932 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8933 alpha_linux_pc_in_sigtramp.
8934 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8935 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8936 alpha_osf1_pc_in_sigtramp.
8937 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8938 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8939 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8940 alphafbsd_pc_in_sigtramp.
8941 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8942 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8943 alphanbsd_pc_in_sigtramp.
8944 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8945 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8946
8947 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8948
8949 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8950
8951 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8952
8953 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8954 alphanbsd-tdep.c.
8955 (alphanbsd-nat.o): New dependency list.
8956 (alphanbsd-tdep.o): Ditto.
8957 * NEWS: Note new native NetBSD/alpha configuration.
8958 * alphanbsd-nat.c: New file.
8959 * alphanbsd-tdep.c: Ditto.
8960 * configure.host (alpha*-*-netbsd*): New host.
8961 * configure.tgt (alpha*-*-netbsd*): New target.
8962 * config/alpha/nbsd.mh: New file.
8963 * config/alpha/nbsd.mt: Ditto.
8964 * config/alpha/nm-nbsd.h: Ditto.
8965 * config/alpha/tm-nbsd.h: Ditto.
8966
8967 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8968
8969 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8970 (alpha-osf1-tdep.o): New dependency list.
8971 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8972 and skip_sigtramp_frame members.
8973 * alpha-linux-tdep.c: Include gdbcore.h.
8974 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8975 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8976 * alpha-osf1-tdep.c: New file.
8977 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8978 alpha-osf1-dep.c.
8979 (alpha_frame_past_sigtramp_frame): New function.
8980 (alpha_dynamic_sigtramp_offset): Ditto.
8981 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8982 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8983 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8984 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8985 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8986 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8987 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8988 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8989 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8990 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8991 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8992 to find_solib_trampoline_target.
8993 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8994 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8995 (SKIP_TRAMPOLINE_CODE): Remove.
8996 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8997 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8998 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8999 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9000 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
9001 (PROC_SIGTRAMP_MAGIC): Ditto.
9002 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9003 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9004 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9005 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9006 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9007
9008 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9009
9010 * NEWS: Note that Alpha targets are now multi-arch.
9011
9012 2002-04-24 Michael Snyder <msnyder@redhat.com>
9013
9014 * parser-defs.h (prev_lexptr): New external variable.
9015 * parse.c (parse_exp_1): Set prev_lexptr to null before
9016 calling the language-specific parser.
9017 * c-exp.y (yylex): Set prev_lexptr to start of current token.
9018 (yyerror): Use prev_lexptr in error reporting.
9019
9020 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
9021
9022 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
9023 * gregset.h: If FILL_FPXREGSET is defined, provide
9024 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
9025 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9026 is defined, call fill_fpxregset.
9027
9028 2002-04-24 Roland McGrath <roland@frob.com>
9029
9030 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9031 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9032 (supply_gregset, supply_fpregset): New functions.
9033
9034 * gnu-nat.c (gnu_find_memory_regions): New function.
9035 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9036 (gnu_xfer_memory): Add a cast.
9037
9038 2002-04-24 Michael Snyder <msnyder@redhat.com>
9039
9040 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
9041 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9042 of argument regs ("str r(0123), [r11, #-nn"]).
9043 (arm_skip_prologue): Better handling for frameless functions.
9044 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9045 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9046
9047 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9048
9049 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9050 NUM_PSEUDO_REGS can be used.
9051
9052 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9053
9054 * arch-utils.h: Update copyright.
9055
9056 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9057 * gdbarch.h, gdbarch.c: Re-generate.
9058
9059 * inferior.h (IN_SIGTRAMP): Delete definition.
9060 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9061 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9062
9063 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9064 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9065 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9066 (find_proc_framesize): Ditto.
9067 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9068 (alpha_init_extra_frame_info): Ditto.
9069 * infrun.c (handle_inferior_event): Ditto.
9070 (handle_inferior_event): Ditto.
9071 (check_sigtramp2): Ditto.
9072 * blockframe.c (create_new_frame): Ditto.
9073 (get_prev_frame): Ditto.
9074 * ppc-linux-tdep.c: Update comments.
9075 * i386-linux-tdep.c: Update comments.
9076 * breakpoint.c (bpstat_what): Update comment.
9077
9078 2002-04-24 David S. Miller <davem@redhat.com>
9079
9080 * i960-tdep.c (register_in_window_p): New function.
9081 (i960_find_saved_register): Use it instead of
9082 REGISTER_IN_WINDOW_P.
9083 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9084
9085 * symtab.h (find_stab_function_addr): Kill extern.
9086 * minsyms.c (find_stab_function_addr): Remove from here...
9087 * dbxread.c: ... to here, and mark it static.
9088
9089 2002-04-20 David S. Miller <davem@redhat.com>
9090
9091 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9092 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9093
9094 2002-04-21 David S. Miller <davem@redhat.com>
9095
9096 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9097 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9098 (vx_write_register): Likewise.
9099
9100 2002-04-23 J. Brobecker <brobecker@gnat.com>
9101
9102 * source.c (is_regular_file): New function.
9103 (openp): Check wether file to open is a regular file
9104 to avoid opening directories.
9105
9106 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9107
9108 * findvar.c (extract_signed_integer): Cast printf argument
9109 to suppress format warning.
9110 (extract_unsigned_integer): Likewise.
9111 * infcmd.c (registers_info): Likewise.
9112 * top.c (get_prompt_1): Likewise.
9113 * valops.c (value_assign): Likewise.
9114 * valprint.c (print_decimal): Likewise.
9115
9116 2002-04-22 H.J. Lu (hjl@gnu.org)
9117
9118 * c-exp.y (typebase): Support
9119
9120 [long|long long|short] [signed|unsigned] [int|]
9121
9122 and
9123
9124 signed [long|long long|short] int
9125
9126 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9127
9128 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9129 and vax-tdep.h.
9130 * vax-tdep.h: New file.
9131 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9132 Make several routines static.
9133 (vax_get_saved_register): New function.
9134 (vax_gdbarch_init): New function.
9135 (_initialize_vax_tdep): Register vax_gdbarch_init.
9136 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9137 Remove macros now under the control of gdbarch.
9138
9139 2002-04-22 Michael Snyder <msnyder@redhat.com>
9140
9141 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9142 Some whitespace and coding standards tweaks.
9143
9144 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9145
9146 * vax-tdep.c: Include regcache.h.
9147 (vax_call_dummy_words): New.
9148 (sizeof_vax_call_dummy_words): New.
9149 (vax_fix_call_dummy): New function.
9150 (vax_saved_pc_after_call): Ditto.
9151 * config/vax/tm-vax.h: Don't include regcache.h.
9152 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9153 (CALL_DUMMY): Remove.
9154 (CALL_DUMMY_WORDS): Define.
9155 (SIZEOF_CALL_DUMMY_WORDS): Define.
9156 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9157
9158 2002-04-18 Michael Snyder <msnyder@redhat.com>
9159
9160 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9161
9162 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9163
9164 * vax-tdep.c (vax_frame_chain): New function.
9165 (vax_push_dummy_frame): Ditto.
9166 (vax_pop_frame): Ditto.
9167 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9168 (FRAMELESS_FUNCTION_INVOCATION): Use
9169 generic_frameless_function_invocation_not.
9170 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9171 (POP_FRAME): Use vax_pop_frame.
9172
9173 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9174
9175 * vax-tdep.c (vax_store_struct_return): New function.
9176 (vax_extract_return_value): Ditto.
9177 (vax_store_return_value): Ditto.
9178 (vax_extract_struct_value_address): Ditto.
9179 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9180 vax_store_struct_return.
9181 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9182 (STORE_RETURN_VALUE): Use vax_store_return_value.
9183 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9184
9185 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9186
9187 * vax-tdep.c (vax_frame_saved_pc): New function.
9188 (vax_frame_args_address_correct): Ditto.
9189 (vax_frame_args_address): Ditto.
9190 (vax_frame_locals_address): Ditto.
9191 (vax_frame_num_args): Move code to be in proximity to
9192 other frame-related functions.
9193 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9194 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9195 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9196 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9197 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9198
9199 2002-04-22 H.J. Lu (hjl@gnu.org)
9200
9201 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9202 includedir.
9203
9204 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9205
9206 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9207 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9208 (FRAME_INIT_SAVED_REGS): New macro.
9209
9210 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9211
9212 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9213
9214 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9215
9216 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9217 where needed.
9218 (fetch_osf_core_registers): Likewise.
9219 (supply_gregset): Likewise.
9220
9221 2002-04-22 J. Brobecker <brobecker@gnat.com>
9222
9223 * symfile.h (get_section_index): Define.
9224 * symfile.c (get_section_index): New function.
9225 * mdebugread.c (SC_IS_SBSS): New macro.
9226 (SC_IS_BSS): Return true for the scBss storage class only, as
9227 the scSBss storage class refers to the .sbss section.
9228 (parse_partial_symbols): Discard the symbols which associated
9229 section does not exist.
9230 Make sure to use the .sbss section index for symbols which
9231 storage class is scBss, rather than using the .bss section index.
9232
9233 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9234
9235 * vax-tdep.c: Update copyright years.
9236 (vax_register_name): New function.
9237 (vax_register_byte): Ditto.
9238 (vax_register_raw_size): Ditto.
9239 (vax_register_virtual_size): Ditto.
9240 (vax_register_virtual_type): Ditto.
9241 * config/vax/tm-vax.h: Update copyright years.
9242 (REGISTER_NAMES): Remove.
9243 (REGISTER_NAME): Define.
9244 (REGISTER_BYTE): Use vax_register_byte.
9245 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9246 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9247 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9248
9249 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9250
9251 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9252 declaration
9253 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9254
9255 2002-04-21 David S. Miller <davem@redhat.com>
9256
9257 * arch-utils.c (generic_prologue_frameless_p): Kill
9258 SKIP_PROLOGUE_FRAMELESS_P code.
9259 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9260 references.
9261 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9262 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9263 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9264 references.
9265 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9266 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9267 (sparc_gdbarch_init): Pass it to
9268 set_gdbarch_prologue_frameless_p.
9269
9270 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9271
9272 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9273 (alphabsd-nat.o): New dependency list.
9274
9275 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9276
9277 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9278 alphafbsd-tdep.c.
9279 (alpha-linux-tdep.o): New dependency list.
9280 (alphafbsd-tdep.o): Likewise.
9281
9282 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9283
9284 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9285 to here...
9286 * alpha-tdep.c: ...from here.
9287 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9288
9289 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9290
9291 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9292 prototype from here...
9293 * alpha-tdep.h: ...to here.
9294
9295 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9296
9297 * frame.h (selected_frame_level): Document as deprecated.
9298 (frame_relative_level): Declare.
9299 * stack.c (frame_relative_level): New function.
9300 (selected_frame_level): Document as deprecated.
9301 (select_frame): Do not set the selected_frame_level.
9302
9303 * stack.c (frame_info, record_selected_frame): Update.
9304 (frame_command, current_frame_command): Update.
9305 (up_silently_base, up_command, down_silently_base): Update.
9306 (down_command): Update.
9307 * inflow.c (kill_command): Update.
9308 * tracepoint.c (finish_tfind_command): Update.
9309 * corelow.c (core_open): Update.
9310 * thread.c (info_threads_command): Update.
9311 (do_captured_thread_select): Update.
9312 * infcmd.c (finish_command): Update.
9313 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9314
9315 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9316
9317 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9318
9319 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9320
9321 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9322 type const.
9323
9324 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9325
9326 * alphafbsd-tdep.c: Update copyright years. Include
9327 alpha-tdep.h.
9328 (alphafbsd_use_struct_convention): Make static.
9329 (alphafbsd_init_abi): New function.
9330 (_initialize_alphafbsd_tdep): New function.
9331 * config/alpha/tm-fbsd.h: Update copyright years.
9332 (USE_STRUCT_CONVENTION): Remove.
9333
9334 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9335
9336 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9337 an Alpha ABI variant.
9338 (alpha_abi_handler_list): Declare.
9339 (alpha_gdbarch_register_os_abi): New function.
9340 (alpha_gdbarch_init): Give registered ABI variant handlers a
9341 chance to tweak the gdbarch once we have set up defaults.
9342 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9343
9344 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9345
9346 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9347 to standard_coerce_float_to_double.
9348 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9349
9350 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9351
9352 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9353 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9354 from gdbarch_tdep rather than a constant.
9355 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9356 the default text address for all Alpha Unix ABIs.
9357 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9358 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9359
9360 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9361
9362 * alpha-tdep.h: New file. Includes several Alpha target constants
9363 taken from...
9364 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9365 let gdbarch deal with.
9366 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9367 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9368 to dependency list.
9369 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9370 Alpha target register names.
9371 * alphabsd-nat.c: Likewise.
9372 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9373 Alpha target register names. Make serveral routines static.
9374 (alpha_get_saved_register): New function.
9375 (alpha_abi_names): New.
9376 (process_note_abi_tag_sections): New function.
9377 (get_elfosabi): New function.
9378 (alpha_gdbarch_init): New function.
9379 (alpha_dump_tdep): New function.
9380 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9381
9382 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9383
9384 * frame.c (find_saved_register): Delete #ifdef
9385 HAVE_REGISTER_WINDOWS code.
9386 * config/sparc/tm-sparc.h: Update comments.
9387 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9388
9389 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9390
9391 * i960-tdep.c (i960_find_saved_register): New function.
9392 (i960_get_saved_register): New function.
9393 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9394 (i960_get_saved_register): Declare.
9395 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9396
9397 2002-04-20 David S. Miller <davem@redhat.com>
9398
9399 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9400
9401 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9402
9403 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9404 instead of NUM_PSEUDO_REGS.
9405
9406 2002-04-20 David S. Miller <davem@redhat.com>
9407
9408 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9409 GDB_MULTI_ARCH_PARTIAL
9410 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9411 define, let tm-sp64.h do it.
9412
9413 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9414
9415 * frame.c (find_saved_register): Avoid a NULL pointer
9416 dereference and actually walk the frame list.
9417
9418 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9419
9420 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9421 sorted in most most-recent-used order. Document.
9422 * gdbarch.h, gdbarch.c: Regenerate.
9423
9424 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9425
9426 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9427 instead of ->prev.
9428 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9429 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9430 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9431 instead of ->prev.
9432
9433 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9434
9435 Fix PR gdb/471.
9436 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9437 (build_builtin_type_vec128): Ditto.
9438 (append_composite_type_field): Fix calculation of type length in
9439 union case.
9440
9441 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9442
9443 * config/djgpp/README: Update.
9444
9445 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9446 compiler warnings.
9447
9448 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9449
9450 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9451 (alpha_setup_arbitrary_frame): ...to this.
9452 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9453 for alpha_setup_arbitrary_frame.
9454
9455 2002-04-18 Andrew Cagney <cagney@redhat.com>
9456
9457 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9458 * gdbarch.h, gdbarch.c: Regenerate.
9459
9460 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9461 * target.h (memory_breakpoint_from_pc): Update declaration.
9462 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9463
9464 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9465 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9466 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9467 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9468 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9469 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9470 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9471 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9472 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9473 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9474 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9475 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9476
9477 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9478 const pointer.
9479 * monitor.c (monitor_insert_breakpoint): Ditto.
9480 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9481
9482 * config/mcore/tm-mcore.h: Update copyright.
9483 * mem-break.c: Ditto.
9484 * xstormy16-tdep.c: Ditto.
9485
9486 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9487
9488 * p-exp.y: Add precedence rule for '^' token.
9489 This removes the shift/reduce conflicts.
9490 Remove the comment concerning these shift/reduce conflicts.
9491
9492 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9493
9494 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9495 (registers_powerpc_nofp): New register set for processors
9496 without floating point unit.
9497
9498 2002-04-18 David S. Miller <davem@redhat.com>
9499
9500 * MAINTAINERS: Add myself to write-after-approval.
9501
9502 2002-04-17 Michael Snyder <msnyder@redhat.com>
9503
9504 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9505
9506 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9507
9508 * rs6000-tdep.c (frame_initial_stack_address): Use
9509 frame_register_read to read the alloca_reg.
9510
9511 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9512
9513 * frame.c (find_saved_register): Find saved registers in the next
9514 not prev frame.
9515 Fix PR gdb/365.
9516
9517 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9518
9519 * gdbarch.sh (LANG): Set to ``c''.
9520
9521 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9522
9523 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9524
9525 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9526
9527 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9528 Update copyright.
9529
9530 * hpread.c (hpread_get_lntt): Add declaration.
9531 Also fix PR gdb/391.
9532
9533 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9534
9535 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9536 * aclocal.m4, configure: Re-generate.
9537 Fix PR gdb/391.
9538
9539 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9540
9541 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9542 instead of tm_print_insn.
9543
9544 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9545
9546 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9547
9548 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9549
9550 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9551 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9552 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9553
9554 2002-04-12 Don Howard <dhoward@redhat.com>
9555
9556 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9557 max_user_call_depth.
9558 (init_cmd_lists): Initialize the new value;
9559 * cli/cli-script.c (execute_user_command): Limit the call depth of
9560 user defined commands. This avoids a core-dump when user commands
9561 are infinitly recursive.
9562
9563 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9564
9565 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9566 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9567 from tdep struct instead of DEFAULT_LR_SAVE.
9568 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9569 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9570 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9571
9572 2002-04-12 Michael Snyder <msnyder@redhat.com>
9573
9574 * Remote.c: Spelling fix.
9575 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9576 If no symbol found for "sbrk", try "_sbrk".
9577 (make_output_phdrs): Use bfd_section_name.
9578 (gcore_copy_callback): Use bfd_section_name.
9579 * eval.c: Indentation fix-ups.
9580 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9581 in case it gets applied to an address that is already
9582 in the instruction space.
9583 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9584 * symfile.c: Fix indentation, long lines.
9585 * source.c: White space fix-up.
9586
9587 2002-04-12 Andrew Cagney <cagney@redhat.com>
9588
9589 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9590 * frame.c (frame_register_read): New function. Return non-zero on
9591 success.
9592 (read_relative_register_raw_bytes_for_frame): Delete.
9593 (read_relative_register_raw_bytes): Delete.
9594 * frame.h (frame_register_read): Declare.
9595 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9596 * sh-tdep.c: Ditto.
9597 * infcmd.c (do_registers_info): Ditto.
9598 * hppa-tdep.c: Ditto.
9599 * rs6000-tdep.c: Ditto.
9600 * h8500-tdep.c: Ditto.
9601 * mips-tdep.c: Ditto.
9602 * h8300-tdep.c: Ditto.
9603 * z8k-tdep.c: Ditto.
9604
9605 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9606
9607 From Jimi X <jimix@watson.ibm.com>:
9608 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9609 64-bit SysV ABI.
9610
9611 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9612
9613 From Jimi X <jimix@watson.ibm.com>:
9614 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9615 bfd info.
9616
9617 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9618
9619 From Jimi X <jimix@watson.ibm.com>:
9620 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9621 register sets for these processor variants.
9622
9623 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9624
9625 * regformats/reg-ppc.dat: Support FPSCR.
9626
9627 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9628
9629 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9630 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9631 Add fpscr as an invalid/unfetchable register.
9632 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9633 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9634 (fill_fpregset): Add support for register fpscr.
9635 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9636 (fill_gregset): Account for the fact that register ``mq'' might
9637 not exist.
9638 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9639 (registers_power): Add fpscr to register set at slot 71.
9640 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9641 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9642
9643 2002-04-11 Michael Snyder <msnyder@redhat.com>
9644
9645 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9646 * configure: Regenerate.
9647 * config.in: Regenerate.
9648 * acconfig.h: Add define for _SYSCALL32.
9649 * core-sol2.c: Remove #define _SYSCALL32.
9650 * solib-legacy.c: Remove #define _SYSCALL32.
9651
9652 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9653
9654 * stack.c (select_frame): Cleanup internal error message, do not
9655 use %p.
9656
9657 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9658
9659 * stack.c (select_frame): Check that selected_frame and the
9660 specified level are as expected.
9661 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9662 Update copyright.
9663 * frame.h (struct frame_info): Add field `level'. Update
9664 copyright.
9665 Work-in-progress PR gdb/464.
9666
9667 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9668
9669 * maint.c (maint_print_section_info): Rename print_section_info.
9670 (print_bfd_section_info, print_objfile_section_info): Update.
9671 * inferior.h (struct gdbarch): Add opaque declaration.
9672 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9673 * gdbarch.h: Regenerate.
9674
9675 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9676
9677 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9678 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9679 (kernel_u_size): Added.
9680 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9681 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9682
9683 2002-04-04 Jim Ingham <jingham@apple.com>
9684
9685 * valarith.c (find_size_for_pointer_math): New function, either returns
9686 the size for a pointer's target, returns 1 for void *, or errors for
9687 incomplete types.
9688 (value_add, value_sub): use find_size_for_pointer_math.
9689
9690 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9691
9692 * linux-low.c (linux_look_up_symbols): New hook.
9693 (linux_target_ops): Add linux_look_up_symbols.
9694 * remote-utils.c (decode_address): New function.
9695 (look_up_one_symbol): New function.
9696 * server.c (handle_query): Call target look_up_symbols hook.
9697 * server.h (look_up_one_symbol): Add prototype.
9698 * target.h (struct target_ops): Add look_up_symbols hook.
9699
9700 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9701
9702 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9703 override FP_REGNUM with frame->fp. Update copyright.
9704 * parse.c (num_std_regs, std_regs): Delete.
9705 (target_map_name_to_register): Do not search std_regs. Update
9706 function description.
9707 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9708 declarations. Update copyright.
9709 Fix PR gdb/251.
9710
9711 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9712
9713 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9714 after the last symbol in a block.
9715
9716 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9717
9718 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9719 is non zero as a found symbol.
9720
9721 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9722
9723 * findvar.c: Include "builtin-regs.h".
9724 (value_of_register): Call value_of_builtin_reg when applicable.
9725 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9726 (target_map_name_to_register): Call
9727 builtin_reg_map_name_to_regnum.
9728 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9729 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9730 (builtin_regs_h): Define.
9731 (builtin-regs.o): New target.
9732 (findvar.o): Add $(builtin_regs_h).
9733 * builtin-regs.c, builtin-regs.h: New files.
9734 * std-regs.c: New file.
9735 Partial fix for PR gdb/251.
9736
9737 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9738
9739 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9740 it's no longer required.
9741
9742 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9743
9744 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9745
9746 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9747
9748 From Jimi X <jimix@watson.ibm.com>:
9749 * rs6000-tdep.c (rs6000_software_single_step): Use
9750 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9751 and size. Use target_insert_breakpoint() and
9752 target_remove_breakpoint() to insert and remove breakpoints
9753 instead of explicit memory reads and writes.
9754
9755 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9756
9757 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9758 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9759 ELF_OBJECT_FORMAT ifdef.
9760
9761 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9762
9763 From Jimi X <jimix@watson.ibm.com>:
9764 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9765
9766 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9767
9768 From Jimi X <jimix@watson.ibm.com>:
9769 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9770 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9771
9772 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9773
9774 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9775 s/asprintf/xasprintf/.
9776 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9777
9778 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9779
9780 I believe Jeff Law denies responsability for this one:
9781 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9782 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9783 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9784 Work-around for PR gdb/366.
9785
9786 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9787
9788 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9789 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9790 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9791
9792 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9793
9794 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9795 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9796 information.
9797
9798 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9799
9800 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9801 maintainer.
9802
9803 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9804
9805 * README (Reporting Bugs in GDB): Document the bug web page as the
9806 prefered way of submitting bugs.
9807 Fix PR gdb/402.
9808
9809 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9810
9811 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9812 -1. Update comment.
9813 * gdbarch.h, gdbarch.c: Re-generate.
9814
9815 2002-04-07 Andreas Schwab <schwab@suse.de>
9816
9817 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9818 buffer to regcache_collect.
9819
9820 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9821
9822 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9823 * gdbarch.c, gdbarch.h: Re-generate.
9824
9825 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9826
9827 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9828 declaration. Fix -Werror.
9829
9830 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9831
9832 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9833 * gdbarch.c: Regenerate.
9834
9835 2002-04-05 Michael Snyder <msnyder@redhat.com>
9836
9837 * breakpoint.c (clear_command): Rewrite middle section to
9838 combine two loops with identical control conditions.
9839 Add a cleanup to eliminate a memory leak.
9840 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9841
9842 2002-04-05 H.J. Lu (hjl@gnu.org)
9843
9844 * solib-svr4.c (bkpt_names): Add "__start".
9845
9846 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9847
9848 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9849 as test for 64 bit target.
9850
9851 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9852
9853 * h8500-tdep.c (h8500_write_fp): Delete function.
9854 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9855 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9856 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9857 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9858 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9859 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9860 (s390_write_fp):
9861 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9862 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9863 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9864 (d10v_write_fp): Delete function.
9865 * inferior.h (write_fp, generic_target_write_fp): Delete
9866 declarations.
9867 * regcache.c (generic_target_write_fp): Delete function.
9868 (write_fp): Delete function.
9869 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9870 * gdbarch.h, gdbarch.c: Regenerate.
9871 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9872 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9873 (sparc64_write_fp): Delete declaration.
9874 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9875 (h8500_write_fp): Delete declaration.
9876
9877 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9878
9879 * sparc-tdep.c (sparc64_write_fp): Delete.
9880 (sparc_push_dummy_frame): Replace write_fp call with code to store
9881 the FP directly.
9882 (sparc_gdbarch_init): Do not initialize write_fp.
9883
9884 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9885
9886 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9887 clause.
9888
9889 2002-03-29 Jim Blandy <jimb@redhat.com>
9890
9891 * stack.c (get_selected_block): Add new argument `addr_in_block',
9892 used to return the exact code address we used to select the block,
9893 not just the block.
9894 * blockframe.c (get_frame_block, get_current_block): Same.
9895 * frame.h (get_frame_block, get_current_block,
9896 get_selected_block): Update declarations.
9897 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9898 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9899
9900 2002-04-05 Michael Snyder <msnyder@redhat.com>
9901
9902 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9903 warning message.
9904
9905 2002-04-05 J. Brobecker <brobecker@gnat.com>
9906
9907 * utils.c (xfullpath): New function.
9908 * defs.h (xfullpath): Add declaration.
9909 * source.c (openp): Use xfullpath in place of gdb_realpath to
9910 avoid resolving the basename part of filenames when the
9911 associated file is a symbolic link. This fixes a potential
9912 inconsistency between the filenames known to GDB and the
9913 filenames it prints in the annotations.
9914 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9915 to be able to match a filename with either the real filename, or
9916 the name of any symbolic link to this file.
9917 (lookup_partial_symtab): Ditto.
9918
9919 2002-04-04 Michael Snyder <msnyder@redhat.com>
9920
9921 * breakpoint.c: Add support for hardware breakpoints in overlays.
9922 (overlay_events_enabled): New state variable.
9923 (insert_breakpoints): Use overlay_events_enabled to decide
9924 whether to attempt to set a breakpoint at the overlay load addr.
9925 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9926 (remove_breakpoint): Use overlay_events_enabled to decide
9927 whether breakpoints need to be removed from overlay load addr.
9928 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9929 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9930 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9931 disable_overlay_breakpoints): Update overlay_events_enabled.
9932
9933 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9934
9935 * dwarf2read.c (struct function_range): New.
9936 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9937 (check_cu_functions): New.
9938 (read_file_scope): Initialize global function lists.
9939 Call dwarf_decode_line after processing children.
9940 (read_func_scope): Add to global function list.
9941 (dwarf_decode_lines): Call check_cu_functions everywhere
9942 record_line is called. Call record_line with a linenumber
9943 of 0 to mark sequence ends.
9944
9945 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9946
9947 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9948 change sync with glibc.
9949
9950 2002-04-03 Jim Blandy <jimb@redhat.com>
9951
9952 * configure.in: Call AC_C_INLINE.
9953 * configure: Regenerated.
9954
9955 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9956
9957 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9958 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9959
9960 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9961
9962 * NEWS: Mention gcore support on FreeBSD/i386.
9963
9964 * fbsd-proc.c: New file.
9965 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9966 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9967
9968 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9969 while statement.
9970
9971 2002-03-29 Jim Blandy <jimb@redhat.com>
9972
9973 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9974 unescaped newlines in string literals, but newer ones don't. So
9975 escape them.
9976
9977 2002-03-26 Michael Snyder <msnyder@redhat.com>
9978 Andrew Cagney <cagney@redhat.com>
9979
9980 * cli/cli-dump.c: New file. Dump memory to file,
9981 restore file to memory.
9982 * cli/cli-dump.h: New file.
9983 * Makefile.in: Add rules, dependencies for cli-dump.o.
9984 * NEWS: Mention new commands.
9985
9986 2002-03-28 Michael Snyder <msnyder@redhat.com>
9987
9988 * symfile.c (symbol_file_add): Move test for null symbols to later.
9989
9990 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9991
9992 From veksler at il.ibm.com:
9993 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9994 the xstrduped original path.
9995 Fix PR gdb/417.
9996
9997 2002-03-27 Michael Snyder <msnyder@redhat.com>
9998
9999 * breakpoint.c (_initialize_breakpoint): Clean up help string.
10000 * infcmd.c (_initialize_infcmd): Ditto.
10001 * language.c (_initialize_language): Ditto.
10002 * symfile.c (_initialize_symfile): Ditto.
10003 * top.c (_init_main): Ditto.
10004 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10005
10006 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
10007
10008 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
10009 vector registers handling.
10010 (skip_prologue): Handle new AltiVec instructions. Fill in new
10011 fields of frame data.
10012 (frame_get_saved_regs): Fill in information for AltiVec registers.
10013
10014 2002-03-27 Jim Blandy <jimb@redhat.com>
10015
10016 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
10017 a function; leave this macro here to invoke that function.
10018 (symbol_init_mangled_name): Declaration for that function.
10019 * symtab.c (symbol_init_mangled_name): New function.
10020
10021 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10022
10023 * valarith.c: Replace strerror with safe_strerror.
10024 * tracepoint.c: Ditto.
10025 * lin-lwp.c: Ditto.
10026 * go32-nat.c: Ditto.
10027 * inflow.c: Ditto.
10028 * gnu-nat.c: Ditto.
10029
10030 2002-03-27 Andreas Schwab <schwab@suse.de>
10031
10032 * event-top.c (command_line_handler): Remove useless if.
10033
10034 2002-03-27 Andreas Jaeger <aj@suse.de>
10035
10036 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10037 comment.
10038
10039 2002-03-27 Michal Ludvig <mludvig@suse.cz>
10040
10041 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10042 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10043 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10044 (x86_64_linux_dr_get_status, supply_gregset),
10045 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10046 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10047 (x86_64_register_info_table): Add.
10048 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10049 (x86_64_register_raw_size, x86_64_register_virtual_type),
10050 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10051 general x86_64_register_info_table.
10052 (i386_gdbarch_init): gdbarch_register_bytes is now set
10053 dynamicaly during initialization.
10054 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10055 * gdbserver/linux-x86-64-low.c: Ditto.
10056
10057 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10058
10059 * gdbserver/server.c (main): Call target_signal_to_host_p
10060 and target_signal_to_host on signals received from the remote.
10061 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10062 target_signal_from_host on signals sent to the remote.
10063 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10064 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10065
10066 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10067
10068 * signals/signals.c: Include "server.h" in gdbserver build.
10069 (target_signal_from_name): Don't use STREQ.
10070 (_initialize_signals): Likewise. Don't include function in
10071 gdbserver build.
10072
10073 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10074
10075 * signals.c: Moved to...
10076 * signals/signals.c: Here.
10077 * Makefile (signals.o): Update.
10078
10079 2002-03-26 Jeff Law (law@redhat.com)
10080
10081 * somread.c (som_symtab_read): Remove some commented out code and
10082 updated related comments. Do not set the minimal symbol table to
10083 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10084 in a dynamic executable.
10085 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10086 where we are unable to find the minimal symbol for the given
10087 PC value.
10088
10089 2002-03-25 Jeff Law (law@redhat.com)
10090
10091 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10092
10093 2002-03-25 Michal Ludvig <mludvig@suse.cz>
10094
10095 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10096
10097 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10098
10099 * command.h: Update copyright.
10100 (struct cmd_list_element): Replace definition with opaque
10101 declaration.
10102 (enum cmd_types): Document that it will eventually be moved to
10103 cli/cli-decode.h
10104 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10105 (MALLOCED_REPLACEMENT): Delete macro.
10106 * Makefile.in (cli_decode_h): Add $(command_h).
10107 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10108 * top.c: Include "cli/cli-decode.h".
10109 * completer.c: Include "cli/cli-decode.h".
10110 * maint.c: Include "cli/cli-decode.h".
10111 * cli/cli-decode.h: Include "command.h".
10112 (enum command_class): Delete.
10113 (enum cmd_types): Comment out.
10114 (enum cmd_auto_boolean): Delete.
10115 (enum var_types): Delete.
10116
10117 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10118
10119 * cli/cli-decode.c: Include "gdb_assert.h".
10120 (add_set_or_show_cmd): New static function.
10121 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10122 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10123 all fields, such as func, from the set command.
10124
10125 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10126
10127 * MAINTAINERS (sh-elf): Change warning flag to -w.
10128
10129 2002-03-23 Andrew Cagney <cagney@redhat.com>
10130
10131 * defs.h (error): Add printf format attribute.
10132 * thread-db.c (thread_from_lwp): Fix error format string.
10133 * stack.c (parse_frame_specification): Ditto.
10134 * cli/cli-decode.c (undef_cmd_error): Ditto.
10135 * scm-lang.c (scm_lookup_name): Ditto.
10136 * tracepoint.c (trace_error): Ditto.
10137 * remote-utils.c (usage): Ditto.
10138 * remote.c (compare_sections_command): Ditto.
10139 Fix PR gdb/328.
10140
10141 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10142
10143 * gdbtypes.c (append_composite_type_field): New function.
10144 (init_composite_type): New function.
10145 * gdbtypes.h (append_composite_type_field): Declare.
10146 (init_composite_type): Ditto.
10147
10148 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10149
10150 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10151 function.
10152 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10153 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10154 structure returning convention for SYSV ABI case, but not
10155 for GNU/Linux, FreeBSD, or NetBSD.
10156
10157 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10158
10159 * symtab.h (lookup_block_symbol): Add mangled_name argument
10160 to prototype.
10161
10162 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10163 with new mangled_name argument.
10164 * linespec.c (decode_line_1): Likewise.
10165 * valops (value_of_this): Likewise.
10166 * symtab.c (lookup_transparent_type): Likewise.
10167 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10168 (lookup_symbol): If we are given a mangled name, pass it down
10169 to lookup_symbol_aux.
10170 (lookup_block_symbol): If we are given a mangled name to check
10171 against, only return symbols which match it.
10172
10173 2002-03-22 Christopher Faylor <cgf@redhat.com>
10174
10175 * win32-nat.c (child_create_inferior): Check for proper shell to use
10176 here, in case the user changes it on the fly.
10177 (_initialize_inftarg): Remove shell path considerations.
10178
10179 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10180
10181 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10182 for gdbarch_max_register_raw_size and max_register_virtual_size.
10183 Adjust copyright year.
10184
10185 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10186
10187 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10188 in a function to cover the entire beginning of the function
10189 as well if it does not already.
10190
10191 2002-03-21 Tom Rix <trix@redhat.com>
10192
10193 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10194 (rs6000_ptrace64): Renamed from ptrace64.
10195
10196 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10197
10198 * gdbserver/remote-utils.c (remote_open): Don't call
10199 getprotobyname, we're all using TCP here so just use
10200 IPPROTO_TCP.
10201 * gdbserver/gdbreplay.c (remote_open): Ditto.
10202
10203 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10204
10205 * regcache.c (_initialize_regcache): No need to call
10206 build_regcache() at this time; it gets called whenever
10207 the gdbarch changes.
10208
10209 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10210
10211 * sparc-nat.c: Include sys/param.h where possible.
10212
10213 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10214
10215 Fix PR gdb/422.
10216 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10217 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10218 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10219 complex types.
10220 * stabsread.c (rs6000_builtin_type): Likewise.
10221 (read_sun_floating_type): Likewise.
10222
10223 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10224
10225 * stabsread.c (read_member_functions): Remove skip code for duplicate
10226 constructor/destructor methods. Use standard parsing for these
10227 methods and just do not chain them to the list of methods after
10228 parsing.
10229
10230 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10231
10232 * coffread.c: Remove redundant static declarations. Replace
10233 occurrences of `PTR' with `void *'.
10234 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10235 * top.h (quit_cover): Likewise.
10236 * defs.h (catch_errors): Likewise.
10237
10238 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10239
10240 * defs.h (XMALLOC): Define.
10241 * gdb-events.sh (XMALLOC): Delete macro.
10242 * gdb-events.c, gdb-events.h: Regenerate.
10243 * gdbarch.sh (XMALLOC): Delete macro.
10244 * gdbarch.c: Regenerate.
10245 * serial.c (XMALLOC): Delete macro.
10246 * ui-file.c (XMALLOC): Ditto.
10247 * ser-unix.h (XMALLOC): Ditto.
10248 * sh-tdep.c (XMALLOC): Ditto.
10249 * ui-out.c (XMALLOC): Ditto.
10250 * utils.c (XMALLOC): Ditto.
10251 * i386-tdep.c (XMALLOC): Ditto.
10252 * gdb-events.c (XMALLOC): Ditto.
10253 * d10v-tdep.c (XMALLOC): Ditto.
10254 * cli-out.c (XMALLOC): Ditto.
10255
10256 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10257 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10258 * ui-file.c, ui-out.c: Ditto.
10259
10260 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10261
10262 * command.h (struct cmd_list_element): Add field context.
10263 (set_cmd_context, get_cmd_context): Declare.
10264 * cli/cli-decode.h: Ditto.
10265 * cli/cli-decode.c (get_cmd_context): New function.
10266 (set_cmd_context): New function.
10267 (add_cmd): Initialize context.
10268 Part of fixing PR gdb/145 and PR gdb/146.
10269
10270 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10271
10272 * cli/cli-decode.c (cmd_type): New function.
10273 * command.h (cmd_type): Declare.
10274 * infrun.c (set_schedlock_func): Call function cmd_type.
10275 * kod.c (kod_set_os): Call cmd_type.
10276 * cris-tdep.c (cris_version_update): Use function cmd_type.
10277 (cris_mode_update, cris_abi_update): Ditto.
10278
10279 * command.h: (execute_cmd_post_hook): Declare.
10280 (execute_cmd_pre_hook): Declare.
10281 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10282 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10283 functions. Execute pre/post hook while ensuring that afterwords
10284 hook_in is cleared.
10285 * top.c (execute_command): Use execute_cmd_post_hook, and
10286 execute_cmd_pre_hook to execute pre/post commands.
10287 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10288 hook_stop_stub.
10289 (hook_stop_stub): Call execute_cmd_pre_hook.
10290
10291 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10292
10293 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10294 set'' and this leads to a core dump. Move xstrdup of
10295 operating_system to after check that it is not NULL.
10296
10297 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10298
10299 * kod.c (kod_set_os): Remove unnecessary check that
10300 ``command->type'' is set_cmd.
10301
10302 * valprint.c (set_input_radix): Use input_radix.
10303 (set_output_radix): Use output_radix.
10304 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10305 isn't reverted.
10306
10307 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10308
10309 * value.h (struct value): Delete field ``substring_addr''. Change
10310 aligner fields to force_doublest_align, force_longest_align,
10311 force_core_addr_align and force_pointer_aligh.
10312
10313 * value.h (struct value): Fix typo in above change.
10314
10315 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10316
10317 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10318 to fix internal_error from ``maintenance print architecture''.
10319
10320 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10321
10322 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10323 for gcc versions after gcc-2.8.1.
10324
10325 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10326
10327 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10328 for method resolution. Restore adjustment of ``this'' pointer after
10329 calling value_struct_elt, which was accidentally removed during the
10330 HP merge.
10331
10332 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10333
10334 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10335 value_of_register.
10336 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10337 get_saved_register.
10338 * value.h (value_of_register): Update.
10339
10340 2002-03-14 Richard Henderson <rth@redhat.com>
10341
10342 * configure.in: Detect declaration for canonicalize_file_name.
10343 * utils.c (canonicalize_file_name): Declare, if needed.
10344 (gdb_realpath): Prefer realpath if available and usable.
10345 * config.in, configure: Rebuild.
10346
10347 2002-03-14 Richard Henderson <rth@redhat.com>
10348
10349 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10350 a constant array bound.
10351
10352 * MAINTAINERS: Add myself to write-after-approval.
10353
10354 2002-03-14 Michael Snyder <msnyder@redhat.com>
10355
10356 * symfile.c (syms_from_objfile): Return immediately if no syms.
10357 (symbol_file_add): Return immediately if no syms.
10358 (find_sym_fns): Return immediately if no syms.
10359
10360 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10361
10362 * gdbserver/remote-util.c (remote_open): Print remote-side's
10363 IP address when remote debugging over the network.
10364
10365 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10366
10367 * config/sparc/fbsd.mh: Fix copyright.
10368 * config/sparc/fbsd.mt: Likewise.
10369
10370 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10371
10372 * MAINTAINERS: Fix typo in name of gdb warnings option.
10373 (x86-64): Fix formating so that this can be parsed by awk.
10374
10375 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10376
10377 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10378 * defs.h: Include "gdb/signals.h".
10379 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10380
10381 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10382
10383 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10384 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10385 from x86-64-tdep.h
10386
10387 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10388 Don Howard <dhoward@redhat.com>
10389
10390 * mips-tdep.c (ST0_FR): Define.
10391 (mips2_fp_compat): New function, temporarily disabled.
10392 (mips_read_fp_register_single): New function.
10393 (mips_read_fp_register_double): New function.
10394 (mips_print_register): Use them.
10395 (do_fp_register_row): Likewise.
10396
10397 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10398
10399 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10400 approval''.
10401
10402 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10403
10404 * stabsread.c (read_member_functions): Fix is_stub test for
10405 static member functions, improve comment.
10406
10407 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10408
10409 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10410 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10411 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10412 commands that set boolean values.
10413 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10414 (arm_rdi_resume): Always initialize PC.
10415 (arm_rdi_open): Don't use rslt as a boolean.
10416 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10417 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10418 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10419 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10420
10421 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10422
10423 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10424 * configure: Rebuilt.
10425
10426 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10427
10428 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10429 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10430
10431 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10432
10433 * cli/cli-decode.c (set_cmd_completer): New function.
10434 * command.h (set_cmd_completer): Declare.
10435 * cli/cli-decode.h (set_cmd_completer): Ditto.
10436
10437 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10438 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10439 * win32-nat.c (_initialize_inftarg): Ditto.
10440 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10441 * proc-api.c (_initialize_proc_api): Ditto.
10442 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10443 * source.c (_initialize_source): Ditto.
10444 * exec.c (_initialize_exec): Ditto.
10445 * solib.c (_initialize_solib): Ditto.
10446 * top.c (init_main): Ditto.
10447 * tracepoint.c (_initialize_tracepoint): Ditto.
10448 * symfile.c (_initialize_symfile): Ditto.
10449 * printcmd.c (_initialize_printcmd): Ditto.
10450 * infcmd.c (_initialize_infcmd): Ditto.
10451 * corefile.c (_initialize_core): Ditto.
10452
10453 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10454
10455 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10456
10457 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10458
10459 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10460
10461 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10462
10463 * NEWS: Update headings, 5.2 has branched.
10464
10465 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10466
10467 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10468 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10469 (register_addr, REGISTER_RAW_SIZE): Likewise.
10470 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10471 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10472
10473 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10474
10475 * MAINTAINERS (x86-64): Add myself.
10476 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10477 changed value_ptr -> struct value *
10478
10479 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10480
10481 * configure.host (sparc64-*-freebsd): Add.
10482 * configure.tgt: Likewise.
10483 * config/sparc/fbsd.mh: New file.
10484 * config/sparc/fbsd.mt: Likewise.
10485 * config/sparc/nm-fbsd.h: Likewise.
10486 * config/sparc/tm-fbsd.h: Likewise.
10487
10488 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10489
10490 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10491 regformats/reg-s390x.dat.
10492
10493 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10494
10495 * utils.c: Add FIXME explaining true/false problem.
10496
10497 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10498
10499 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10500
10501 2002-02-28 Michael Chastain <mec@shout.net>
10502
10503 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10504
10505 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10506
10507 * gdbserver/linux-s390-low.c: New file.
10508 * regformats/reg-s390.dat: New file.
10509 * regformats/reg-s390x.dat: New file.
10510 * gdbserver/configure.srv: Add S/390.
10511 * gdbserver/Makefile.in: Add S/390.
10512 * configure.tgt: Enable gdbserver for S/390.
10513
10514 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10515
10516 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10517 first line of the doc string for "info dos", except at the end of
10518 the sentence, since the short help stops at the first period.
10519
10520 2002-02-28 Jason Merrill <jason@redhat.com>
10521
10522 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10523
10524 2002-02-27 Fred Fish <fnf@redhat.com>
10525
10526 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10527 comment (dumy -> dummy).
10528
10529 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10530
10531 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10532
10533 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10534
10535 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10536
10537 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10538
10539 * gdbserver/acconfig.h: New file.
10540 * gdbserver/i387-fp.c: New file.
10541 * gdbserver/i387-fp.h: New file.
10542 * gdbserver/linux-x86-64.c: New file.
10543 * regformats/reg-x86-64.dat: New file.
10544 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10545 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10546 * gdbserver/configure.in: Add support for regsets.
10547 * gdbserver/config.in: Regenerate.
10548 * gdbserver/configure: Regenerate.
10549 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10550 * gdbserver/linux-low.h: New file.
10551 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10552 for regsets.
10553 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10554 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10555 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10556 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10557 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10558 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10559 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10560 "i387-fp.h". Add PTRACE_GETREGS and friends.
10561 * gdbserver/regcache.c (supply_register): New function.
10562 (supply_register_by_name): New function.
10563 (collect_register): New function.
10564 (collect_register_by_name): New function.
10565
10566 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10567
10568 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10569 (config.status): Add configure.srv dependency.
10570 (server_h): Add config.h dependency.
10571
10572 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10573
10574 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10575 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10576 * gdbserver/configure.srv: Change i386-*-linux* to use
10577 reg-i386-linux.o.
10578
10579 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10580
10581 * x86-64-tdep.c: Re-indent. Update copyright date.
10582
10583 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10584
10585 From Michal Ludvig <mludvig@suse.cz>:
10586 * x86-64-tdep.c (value.h): Delete.
10587 (gdb_assert.h): Include.
10588 (x86_64_register_convert_to_virtual,
10589 x86_64_register_convert_to_raw ): Add check which lets only
10590 floating-point values to be converted.
10591 (value_push): Delete.
10592 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10593 (i386_gdbarch_init): Number of register_bytes fixed.
10594
10595 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10596
10597 * MAINTAINERS: Add x86-64 target.
10598
10599 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10600
10601 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10602 * osfsolib.c (solib_map_sections): Ditto.
10603 * irix5-nat.c (solib_map_sections): Ditto.
10604 * corelow.c (gdb_check_format): Ditto.
10605 * symfile.c (symfile_bfd_open): Ditto.
10606 * solib.c (solib_map_sections): Ditto.
10607 Fix PR gdb/354.
10608
10609 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10610
10611 * remote.c (_initialize_remote): By default, disable ``e'' and
10612 ``E'' step out-of-range packets.
10613
10614 2002-02-26 Andreas Schwab <schwab@suse.de>
10615
10616 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10617 m68k_linux_frame_saved_pc.
10618 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10619 in_sigtramp.
10620 (SIGCONTEXT_PC_OFFSET): Remove.
10621 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10622 m68k_linux_sigtramp_saved_pc): New functions.
10623 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10624 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10625 (UCONTEXT_PC_OFFSET): Define.
10626 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10627 non-RT and RT signal trampolines.
10628
10629 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10630
10631 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10632 (TARGET_NBPG, STACK_END_ADDR): Delete
10633 (VARIABLES_INSIDE_BLOCK): Delete.
10634
10635 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10636
10637 * utils.c (perror_with_name): Make string parameter constant.
10638 (print_sys_errmsg): Ditto.
10639 (query): Ditto.
10640 * defs.h (perror_with_name): Update.
10641 (print_sys_errmsg): Update.
10642 (query): Update.
10643
10644 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10645
10646 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10647 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10648
10649 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10650
10651 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10652 if it already matches the current architecture from the exec file.
10653 Include arch-utils.h for gdbarch_info_init prototype.
10654 * Makefile.in (rs6000-nat.o): Update dependencies.
10655
10656 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10657
10658 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10659 list of exported variables.
10660
10661 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10662
10663 * gdbserver/configure.srv: New file.
10664 * gdbserver/configure.in: Use configure.srv instead
10665 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10666 from it.
10667 * gdbserver/configure: Regenerated.
10668 * gdbserver/terminal.h: New file.
10669 * gdbserver/Makefile.in: Update for configure changes. Remove
10670 more unneeded include paths.
10671
10672 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10673
10674 From wiz at danbala:
10675 * config/sparc/tm-sp64.h: Fix grammar and typos.
10676 Fix PR gdb/287.
10677
10678 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10679
10680 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10681 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10682 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10683 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10684 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10685 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10686 * s390-tdep.c: Ditto.
10687 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10688 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10689 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10690 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10691 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10692 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10693 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10694 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10695 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10696 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10697 Fix PR gdb/378.
10698
10699 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10700
10701 * lin-thread.c: Delete file.
10702 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10703 to gdb_proc_service.h.
10704 * configure: Re-generate.
10705
10706 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10707 * serial.c (serial_open): Delete check for "ocd".
10708 Fix PR gdb/349.
10709
10710 * Makefile.in (linux-thread.o): Delete target.
10711 * linux-thread.c: Delete file.
10712
10713 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10714 renamed SH files to be consistent.
10715
10716 * symtab.c (sort_search_symbols): Use xfree.
10717
10718 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10719
10720 * arm-linux-tdep.c (arm_linux_init_abi): Register
10721 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10722 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10723 definition with undef, since we don't want the sysvr4 definition.
10724 (SKIP_TRAMPOLINE_CODE): Likewise.
10725
10726 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10727
10728 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10729
10730 * configure.in: (AC_CHECK_FUNCS) Added test for
10731 canonicalize_file_name Regenerated.
10732 * config.in, configure: Regenerated.
10733 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10734 defined use canonicalize_file_name.
10735
10736 2002-02-23 Michael Chastain <mec@shout.net>
10737
10738 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10739
10740 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10741
10742 * README: Remove references to cygnus.com.
10743 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10744 dot com'' form. Remove references to cygnus.com and sourceware.
10745
10746 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10747
10748 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10749 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10750 1003.1-2001 no longer allows "head -1".
10751 * gdb/Makefile.in (version.c): Likewise.
10752 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10753 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10754 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10755
10756 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10757
10758 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10759 * command.h (cmd_cfunc_eq): Declare.
10760 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10761
10762 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10763 ``struct cmd_list_element *''.
10764 * cli/cli-cmds.c (is_complete_command): Update. Use
10765 cmd_cfunc_eq.
10766 * top.c (execute_command): Pass the command to
10767 is_complete_command.
10768 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10769
10770 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10771
10772 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10773 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10774 architecture defines.
10775 * s390-tdep.c (s390_gdbarch_init): Likewise.
10776
10777 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10778
10779 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10780 (arm_linux_push_arguments): Likewise.
10781 (arm_linux_init_abi): Register them. Also register linux-specific
10782 call_dummy_words.
10783 (find_minsym_and_objfile): Use strcmp, not STREQ.
10784 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10785 (arm_linux_call_dummy_words): Delete declaration.
10786 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10787 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10788 declarations.
10789 (LOWEST_PC): Delete.
10790
10791 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10792
10793 * maint.c (print_section_info): Do not prepend `0x' to filepos
10794 output, it will be handled by local_hex_string_custom.
10795
10796 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10797
10798 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10799 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10800 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10801
10802 2002-02-22 Jim Blandy <jimb@redhat.com>
10803
10804 Indicate that the bcache functions don't change the strings
10805 they're passed.
10806 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10807 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10808
10809 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10810
10811 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10812
10813 2002-02-21 Christopher Faylor <cgf@redhat.com>
10814
10815 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10816 find the complete path to a loaded DLL.
10817
10818 2002-02-21 Fred Fish <fnf@redhat.com>
10819
10820 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10821 that marks the end of the range of a function, enter a line number
10822 entry that has a line number of zero and a PC offset that matches
10823 the end of the function. This starts a range of PC's for which no
10824 line number information is known.
10825 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10826 PC's for which no line number info is found (line number is zero)
10827 then we didn't find any valid line information.
10828 * symtab.h: Document use of zero line number entry.
10829
10830 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10831
10832 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10833 (have_ptrace_getvrregs): Define for run time checks.
10834 (gdb_vrregset_t): New type for Altivec register handling.
10835 (fetch_register, store_register): Fetch/store altivec register
10836 when needed.
10837 (fetch_altivec_register, store_altivec_register): New functions.
10838 (supply_vrregset, fill_vrregset): New functions.
10839 (fetch_altivec_registers, store_altivec_registers): New functions.
10840 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10841 registers as well.
10842
10843 2002-02-21 Jiri Smid <smid@suse.cz>
10844
10845 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10846
10847 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10848
10849 * Makefile.in (armnbsd-nat.o): Update dependencies.
10850 * armnbsd-nat.c (supply_gregset): New function. Common code to
10851 supply the integer register set.
10852 (supply_fparegset): New function. Similar for FPA registers.
10853 (fetch_regs, fetch_fp_regs): Use them.
10854 (fetch_core_registers): Likewise.
10855 (fetch_elfcore_registers): New function.
10856 (arm_netbsd_elfcore_fns): New core-file type specification.
10857 (_initialize_arm_netbsd_nat): Register it.
10858
10859 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10860
10861 * armnbsd-nat.c: Include gdbcore.h.
10862 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10863 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10864 'void' to declaration, to shut up ARI.
10865 (fetch_core_registers): Make static. Rewrite using supply_register.
10866 (arm_netbsd_core_fns): New core-file type specification.
10867 (_initialize_arm_netbsd_nat): New function.
10868
10869 2002-02-21 Christopher Faylor <cgf@redhat.com>
10870
10871 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10872 value.
10873
10874 2002-02-20 Christopher Faylor <cgf@redhat.com>
10875
10876 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10877 fails.
10878
10879 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10880
10881 * jv-exp.y (parse_number): Change type of implicit longs
10882 to builtin_type_uint64.
10883
10884 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10885
10886 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10887 to be an integer instead of a `union wait'.
10888
10889 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10890
10891 * mips-linux-nat.c: Call the operating system GNU/Linux.
10892 * mips-linux-tdep.c: Likewise.
10893 * mips-tdep.c: Likewise.
10894
10895 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10896
10897 Fix PR gdb/265.
10898 * jv-exp.y (parse_number): Handle 64-bit integers.
10899
10900 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10901
10902 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10903 AC_STDC_HEADERS to AC_HEADER_STDC.
10904 * gdbserver/configure: Regenerated.
10905
10906 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10907
10908 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10909 is defined.
10910 * sparc-tdep.c (get_longjmp_target): Likewise.
10911
10912 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10913
10914 * News: Add news about ARM and Multi-arch. Mention the new target
10915 arm*-*-netbsd*.
10916
10917 2002-02-19 Jim Blandy <jimb@redhat.com>
10918
10919 * stabsread.c (error_type_complaint): Improve error message.
10920
10921 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10922
10923 * gdbserver/README: Update documentation.
10924 * gdbserver/configure.in: Update configury to match documentation.
10925 * gdbserver/Makefile.in: Likewise.
10926 * gdbserver/configure: Regenerated.
10927 * gdbserver/aclocal.m4: New file, generated by aclocal.
10928 * gdbserver/config.in: New file, generated by autoheader.
10929
10930 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10931
10932 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10933 armnbsd-nat.c.
10934
10935 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10936
10937 * arm-tdep.h (enum arm_float_model): New enum.
10938 (struct gdbarch_tdep): Add fp_model.
10939 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10940 up floating-point conversions until we know the floating-point model
10941 in use by the inferior. Don't complain about being unable to
10942 determine the ABI of the inferior when we don't have one.
10943 (arm_extract_return_value): Support different floating-point models.
10944 (arm_store_return_value): Likewise.
10945 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10946 ARM_FLOAT_SOFT.
10947 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10948
10949 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10950
10951 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10952 of ``current_gdbarch''.
10953
10954 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10955
10956 * armnbsd-nat.c : ANSIfy all function declarations.
10957 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10958 (fetch_inferior_registers): Re-implement in terms of above.
10959 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10960 (store_inferior_registers): Re-implement in terms of above.
10961
10962 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10963
10964 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10965 kernel.
10966 * arm-linux-tdep.c: Likewise.
10967 * config/arm/tm-linux.h: Likewise.
10968
10969 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10970
10971 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10972 * config/arm/nbsd.mt (TM_FILE): Delete.
10973 * config/arm/tm-nbsd.h: Delete.
10974
10975 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10976
10977 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10978 Initialize CALL_DUMMY_LENGTH.
10979
10980 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10981
10982 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10983 function.
10984 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10985 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10986 defines one thing and that is incorrect for this port.
10987 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10988
10989 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10990
10991 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10992
10993 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10994
10995 * win32-nat.c (display_selector): New function. Displays information
10996 about the information returned by GetThreadSelectorEntry API function.
10997 (display_selectors): New function. Displays the infomation of
10998 the selector given as argument, or of CS, DS ans FS selectors
10999 if no argument is given.
11000 ( _initialize_inftarg): Add "w32" as info prefix command.
11001 Add "info w32 selector" as command calling display_selectors.
11002
11003 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11004
11005 * i386-tdep.c (get_longjmp_target): Fix compilation failure
11006 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
11007 if not defined.
11008
11009 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11010
11011 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
11012
11013 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11014
11015 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
11016 (arm_fix_call_dummy): Call it.
11017 (arm_call_dummy_breakpoint_offset): Delete.
11018 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
11019 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11020
11021 2002-02-18 Andrew Cagney <ac131313@redhat.com>
11022
11023 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
11024 Default to func_frame_chain_valid.
11025 * gdbarch.h, gdbarch.c: Re-generate.
11026 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11027
11028 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
11029
11030 * ppc-linux-nat.c: Update copyright.
11031 (fetch_register, store_register): Add tid parameter, don't compute
11032 tid here.
11033 (fetch_ppc_registers, store_ppc_registers): Add tid
11034 parameter. Pass it along to callees.
11035 (fetch_inferior_registers, store_inferior_registers): Compute tid
11036 here, and pass it to calleed functions.
11037 (fill_gregset, supply_fpregset): Clean up formatting.
11038
11039 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11040
11041 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11042 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11043
11044 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11045
11046 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11047 * gdbarch.c gdbarch.h: Regenerate.
11048 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11049 function.
11050 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11051 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11052 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11053
11054 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11055 * arm-tdep.c (arm_get_longjmp_target): New function.
11056 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11057 this to a positive value register arm_get_longjmp_target as the
11058 longjmp handler.
11059 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11060 (arm_linux_init_abi): Set up longjmp description in tdep.
11061 * armnbsd-nat.c (get_longjmp_target): Delete.
11062 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11063 description in tdep.
11064 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11065 (get_longjmp_target): Delete declaration.
11066 (GET_LONGJMP_TARGET): Delete.
11067 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11068 (GET_LONGJMP_TARGET): Delete.
11069
11070 2002-02-17 Kevin Buettner <kevinb@redhat.com>
11071
11072 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11073 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11074 of ``current_gdbarch''.
11075
11076 2002-02-17 Tom Tromey <tromey@redhat.com>
11077
11078 * cli/cli-cmds.c (compare_strings): New function.
11079 (complete_command): Only print each unique item once.
11080 * completer.h (complete_line): Declare.
11081 * completer.c (complete_line): New function.
11082 (line_completion_function): Use it.
11083
11084 2002-02-16 Andrew Cagney <ac131313@redhat.com>
11085
11086 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11087 * gdbarch.h, gdbarch.c: Re-generate.
11088
11089 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11090
11091 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11092
11093 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11094
11095 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11096 * valops.c (value_arg_coerce): Don't take the address of a reference
11097 to convert an argument to a reference.
11098
11099 2002-02-15 Christopher Faylor <cgf@redhat.com>
11100
11101 * win32-nat.c (get_image_name): New function.
11102 (handle_load_dll): Use get_image_name function.
11103 (get_child_debug_event): Avoid registering debug events until possibly
11104 execed process is started.
11105 (child_create_inferior): Allow invocation via shell so that command
11106 line redirection, etc. works ok.
11107 (_initialize_inftarg): Add new command: "set shell" to control whether
11108 a shell is used to start a process.
11109
11110 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11111
11112 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11113 instead of find_register_by_number.
11114 (cannot_store_register): Likewise.
11115
11116 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11117
11118 * dwarf2read.c: Replace fprintf (stderr, ...) by
11119 fprintf_unfiltered (gdb_stderr, ...).
11120
11121 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11122
11123 * gdbserver/gdbserver.1: Document --attach.
11124
11125 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11126
11127 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11128 descriptions.
11129 * arm-tdep.c (arm_default_arm_le_breakpoint)
11130 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11131 (arm_default_thumb_be_breakpoint): New. Initialize them from
11132 traditional breakpoint defines.
11133 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11134 (arm_gdbarch_init): Initialize new breakpoint variables.
11135 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11136 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11137 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11138 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11139 code out to ...
11140 (arm_netbsd_init_abi_common): ... here; new function.
11141 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11142 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11143 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11144 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11145
11146 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11147
11148 * arm-tdep.h (enum arm_abi): New enum.
11149 (struct gdbarch_tdep): New structure.
11150 (LOWEST_PC): Provide a default.
11151 (arm_gdbarch_register_os_abi): Declare new function.
11152 * arm-tdep.c (arm_abi_names): New array.
11153 (process_note_abi_tag_sections): New function.
11154 (get_elfosabi): New function.
11155 (arm_gdbarch_register_os_abi): New function.
11156 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11157 support for that ABI has been built in, then call the appropriate
11158 configuration routine. Use gdbarch_num_regs() to get the number
11159 of registers.
11160 (arm_dump_tdep): New function.
11161 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11162 place-holder functions.
11163 (_initialize_arm_tdep): Register them.
11164 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11165
11166 * armnbsd-tdep.c: New file.
11167 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11168 * config/arm/nbsd.mt (TDEPFILES): Add it.
11169 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11170
11171 * armnbsd-nat.c: Include regcache.h.
11172 * Makefile.in (armnbsd-nat.o): Update dependency list.
11173
11174 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11175
11176 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11177
11178 * gdbserver/Makefile.in: Fix typos in target rules.
11179
11180 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11181
11182 Fix part of PR gdb/267.
11183 * linespec.c (find_methods): Handle constructors specially for now.
11184
11185 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11186
11187 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11188 handling.
11189 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11190 standard_coerce_float_to_double().
11191
11192 2002-02-14 Christopher Faylor <cgf@redhat.com>
11193
11194 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11195 GDBINIT_FILENAME.
11196
11197 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11198
11199 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11200 find_variant_by_name, because it confuses the multiarch
11201 framework. Return NULL if there isn't an architecture with the
11202 user supplied name, instead of forcing a different one without
11203 recording the change with the multiarch machinery.
11204 (find_variant_by_name): Delete.
11205
11206 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11207
11208 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11209 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11210
11211 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11212
11213 * stack.c (print_frame_info_base): When calling
11214 print_frame_info_listing_hook, set current_source_symtab.
11215
11216 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11217
11218 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11219 and remove unused $(INCLUDE_DIR).
11220 Add regcache.c to OBS.
11221 Add generated register protocol files to clean target.
11222 Update dependencies for new objects, obsolete old target code.
11223
11224 * gdbserver/linux-low.c: Remove all platform-specific code to
11225 new files. Remove various dead code. Update to use regcache
11226 functionality.
11227 * gdbserver/remote-utils.c (fromhex): Add return statement
11228 to quiet warning.
11229 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11230 constant.
11231 (input_interrupt): Add integer parameter to match prototype
11232 of a signal handler.
11233 (outreg): Use register_data ().
11234 (prepare_resume_reply): Use gdbserver_expedite_regs.
11235 * gdbserver/server.c (main): Dynamically allocate own_buf because
11236 PBUFSIZ is no longer constant. Use registers_to_string () and
11237 registers_from_string ().
11238 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11239 for error (), fatal (), and warning (). Update definition of
11240 PBUFSIZ to use regcache functionality. Add include guard.
11241 * gdbserver/utils.c (fatal): Add missing ``const''.
11242 (warning): New function.
11243
11244 * regformats/regdat.sh: Include "regcache.h" in generated files.
11245 Provide init_registers () function.
11246 * regformats/regdef.h: Add prototype for set_register_cache ().
11247 Add include guard.
11248
11249 * gdbserver/linux-arm-low.c: New file.
11250 * gdbserver/linux-i386-low.c: New file.
11251 * gdbserver/linux-ia64-low.c: New file.
11252 * gdbserver/linux-m68k-low.c: New file.
11253 * gdbserver/linux-mips-low.c: New file.
11254 * gdbserver/linux-ppc-low.c: New file.
11255 * gdbserver/linux-sh-low.c: New file.
11256
11257 * gdbserver/regcache.c: New file.
11258 * gdbserver/regcache.h: New file.
11259
11260 * gdbserver/low-linux.c: Removed obsolete file.
11261
11262 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11263
11264 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11265 * config/i386/linux.mt: Likewise.
11266 * config/ia64/linux.mt: Likewise.
11267 * config/m68k/linux.mh: Likewise.
11268 * config/powerpc/linux.mh: Likewise.
11269 * config/mips/linux.mt: Likewise.
11270
11271 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11272
11273 * config/i386/i386lynx.mh: Mark gdbserver variables
11274 as (currently) obsolete for this target.
11275 * config/i386/nbsd.mt: Likewise.
11276 * config/i386/nbsdelf.mt: Likewise.
11277 * config/m32r/m32r.mt: Likewise.
11278 * config/m68k/m68klynx.mh: Likewise.
11279 * config/m68k/nbsd.mt: Likewise.
11280 * config/m68k/sun3os4.mh: Likewise.
11281 * config/mips/vr5000.mt: Likewise.
11282 * config/ns32k/nbsd.mt: Likewise.
11283 * config/pa/hppabsd.mh: Likewise.
11284 * config/pa/hppaosf.mh: Likewise.
11285 * config/powerpc/nbsd.mt: Likewise.
11286 * config/rs6000/rs6000lynx.mh: Likewise.
11287 * config/s390/s390.mt: Likewise.
11288 * config/s390/s390x.mt: Likewise.
11289 * config/sparc/sparclynx.mh: Likewise.
11290 * config/sparc/sun4os4.mh: Likewise.
11291 * config/i386/x86-64linux.mt: Likewise.
11292 * config/sparc/linux.mh: Likewise.
11293
11294 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11295
11296 * configure.tgt: Configure gdbserver only for known working
11297 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11298 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11299 SUBDIRS if it is configured. Update comment for ${nativefile}.
11300 * configure: Regenerated.
11301
11302 2002-02-13 Michael Snyder <msnyder@redhat.com>
11303
11304 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11305
11306 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11307 (default_gcore_mach): Just return 0, work around a problem in bfd.
11308 (default_gcore_target): OK to return NULL if exec_bfd is null.
11309 (make_mem_sec): Use a cast, avoid a warning.
11310
11311 * procfs.c (find_memory_regions_callback): Use a cast instead of
11312 calling host_pointer_to_address (which complains if
11313 sizeof (host pointer) != sizeof (target pointer)).
11314 (procfs_make_note_section): Avoid overflow in psargs string.
11315
11316 * procfs.c (procfs_make_note_section): Make the default
11317 implementation return an error.
11318
11319 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11320
11321 * procfs.c (procfs_make_note_section): Provide a default definition
11322 (for alpha-dec-osf4.0f). Fix typos.
11323
11324 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11325
11326 * linux-proc.c: Add include of regcache.h.
11327 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11328
11329 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11330
11331 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11332 * memattr.c (create_mem_region): Disallow useless empty region.
11333 Regions are half-open intervals, so allow [A..B) [B..C) as
11334 non-overlapping.
11335
11336 2002-02-13 Michael Chastain <mec@shout.net>
11337
11338 * defs.h: Kill CONST_PTR.
11339 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11340 * c-lang.c (c_builtin_types): Likewise.
11341 * ch-lang.c (ch_builtin_types): Likewise.
11342 * f-lang.c (f_builtin_types): Likewise.
11343 * language.c (unknown_builtin_types): Likewise.
11344 * m2-lang.c (m2_builtin_types): Likewise.
11345 * p-lang.c (pascal_builtin_types): Likewise.
11346 * scm-lang.c (c_builtin_types): Likewise.
11347
11348 2002-02-13 Keith Seitz <keiths@redhat.com>
11349
11350 * arm-tdep.h (arm_get_next_pc): Add declaration.
11351
11352 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11353
11354 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11355 with other related struct-returning functions.
11356 (arm_extract_struct_value_address): New function.
11357 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11358 initialize float_format, double_format and long_double_format as
11359 appropriate to the endianness of the target.
11360 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11361 (arm_use_struct_convention): Delete declaration.
11362 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11363
11364 2002-02-13 Keith Seitz <keiths@redhat.com>
11365
11366 * defs.h (core_addr_to_string_nz): New function.
11367
11368 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11369
11370 Apply missing bits of 2002-01-15 patch.
11371 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11372 (fill_fpregset): Use i387_fill_fsave.
11373
11374 2002-02-12 Keith Seitz <keiths@redhat.com>
11375
11376 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11377 (core_addr_to_string_nz): New function.
11378
11379 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11380
11381 * arm-linux-nat.c: Really include arm-tdep.h.
11382 * config/arm/tm-linux.h (struct type, struct value): Declare.
11383
11384 2002-02-11 Michael Snyder <msnyder@redhat.com>
11385
11386 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11387 (gcore section): Ifdef for Solaris and Unixware only.
11388 (procfs_do_thread_registers): Unixware needs one lwpstatus
11389 per thread (not one prstatus or pstatus).
11390 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11391 not over all gdb threads. For unixware, call elfcore_write_pstatus
11392 once before iterating over threads.
11393
11394 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11395
11396 * arm-tdep.h: New file.
11397 * arm-tdep.c: Include arm-tdep.h.
11398 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11399 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11400 (arm_print_float_info, arm_register_type, convert_to_extended)
11401 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11402 (arm_extract_return_value, arm_register_name): Make static.
11403 (arm_software_single_step): Similarly. Fix types in declaration.
11404 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11405 (arm_store_return_value, arm_store_struct_return): New functions.
11406 (arm_gdbarch_init): Register the above functions. Also register
11407 call_dummy_start_offset, sizeof_call_dummy_words,
11408 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11409 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11410 max_register_virtual_size, register_size. Set up
11411 prologue_cache.saved_regs here, rather than ...
11412 (_initialize_arm_tdep): ... here.
11413 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11414 declarations.
11415 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11416 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11417 (arm_print_float_info, arm_register_type, convert_to_extended)
11418 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11419 (arm_extract_return_value, arm_register_name): Delete declarations.
11420 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11421 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11422 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11423 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11424 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11425 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11426 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11427 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11428 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11429 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11430 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11431 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11432 interface.
11433 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11434 * remote-rdi.c remote-rdp.c: Likewise.
11435 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11436 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11437 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11438 definition.
11439
11440 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11441 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11442 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11443 from non-ARM_ prefixed definitions.
11444 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11445 all uses of above.
11446 * remote-rdi.c remote-rdp.c: Likewise.
11447 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11448
11449 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11450
11451 * arm-tdep.c (arm_frameless_function_invocation)
11452 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11453 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11454 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11455 (arm_pop_frame, arm_get_next_pc): Make static.
11456 (arm_gdbarch_init): Register above in gdbarch structure.
11457 (arm_read_fp): Renamed from arm_target_read_fp.
11458 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11459 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11460 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11461 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11462 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11463 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11464 (arm_pc_is_thumb_dummy): Delete declarations.
11465 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11466 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11467 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11468 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11469
11470 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11471
11472 * symtab.c (compare_search_syms): New function.
11473 (sort_search_symbols): New function.
11474 (search_symbols): Sort symbols after searching rather than
11475 before.
11476
11477 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11478
11479 * NEWS: Linux -> GNU/Linux.
11480
11481 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11482
11483 * gdbarch.sh: For for level one methods, disallow a definition
11484 when partially multi-arched. Add comments explaining rationale.
11485 * gdbarch.h: Re-generate.
11486
11487 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11488
11489 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11490 multi-arch partial.
11491
11492 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11493
11494 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11495 field. Use diff -u.
11496 * gdbarch.c: Re-generate.
11497
11498 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11499
11500 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11501 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11502 partial.
11503
11504 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11505
11506 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11507 multi-arch partial.
11508 (PUSH_ARGUMENTS): Switch to using predefault.
11509 * gdbarch.c: Regenerate.
11510
11511 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11512
11513 * valops.c (PUSH_ARGUMENTS): Delete definition.
11514 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11515 partial. Default to default_push_arguments.
11516 * gdbarch.h, gdbarch.c: Regenerate.
11517
11518 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11519
11520 * defs.h (throw_exception): Rename return_to_top_level. Update
11521 comments.
11522 * utils.c (error_stream, internal_verror, quit): Ditto.
11523 * top.c (throw_exception, catcher): Ditto.
11524 * sparclet-rom.c (sparclet_load): Ditto.
11525 * remote.c (interrupt_query, minitelnet): Ditto.
11526 * remote-sds.c (interrupt_query): Ditto.
11527 * remote-mips.c (mips_error, mips_kill): Ditto.
11528 * ocd.c (interrupt_query): Ditto.
11529 * monitor.c (monitor_interrupt_query): Ditto.
11530 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11531 * target.h: Update comment.
11532
11533 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11534
11535 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11536
11537 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11538 default_double_format.
11539 * gdbarch.h, gdbarch.c: Re-generate.
11540 * findvar.c (floatformat_unknown): Delete variable definition.
11541 * doublest.h (floatformat_unknown): Delete variable declaration.
11542
11543 2002-02-09 Jim Blandy <jimb@redhat.com>
11544
11545 * stabsread.c (read_type): Add code to parse Sun's syntax for
11546 prototyped function types.
11547
11548 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11549
11550 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11551 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11552
11553 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11554
11555 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11556 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11557 now _initialize_xcoffsolib gets called again and overrides the
11558 commands from solib.c in a native configuration.
11559
11560 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11561
11562 * doublest.c (store_typed_floating): Don't try to return a value.
11563 Fixes PR gdb/290.
11564
11565 2002-02-08 Jim Blandy <jimb@redhat.com>
11566
11567 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11568 is prototyped and has no arguments, print its argument list as
11569 `(void)'.
11570
11571 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11572
11573 * MAINTAINERS (write-after-approval): Add myself.
11574 (paper-trail): I've escaped!
11575
11576 2002-02-08 Christopher Faylor <cgf@redhat.com>
11577
11578 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11579 changes.
11580 (_initialize_check_for_gdb_ini): Ditto.
11581
11582 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11583
11584 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11585 xaprintf -> xasprintf.
11586
11587 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11588
11589 * win32-nat.c: Remove use of printf and sprintf functions.
11590
11591 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11592
11593 * arm-tdep.c (arm_frame_chain_valid): Make static.
11594 (arm_push_arguments): Likewise.
11595 (arm_gdbarch_init): New function.
11596 (_initialize_arm_tdep): Call it.
11597 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11598 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11599 (FRAME_CHAIN_VALID): Delete.
11600 (arm_frame_chain_valid): Delete declaration.
11601 (PUSH_ARGUMENTS): Delete.
11602 (arm_push_arguments): Delete declaration.
11603 (CALL_DUMMY_P): Delete.
11604
11605 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11606 Corinna Vinschen <vinschen@redhat.com>
11607
11608 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11609 on builtin float types.
11610
11611 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11612
11613 * utils.c: Include <curses.h> before "bfd.h".
11614 * tui/tui-hooks.c: Likewise.
11615 * tui/tui.c: Likewise.
11616 * tui/tuiCommand.c: Likewise.
11617 * tui/tuiData.c: Likewise.
11618 * tui/tuiDataWin.c: Likewise.
11619 * tui/tuiDisassem.c: Likewise.
11620 * tui/tuiGeneralWin.c: Likewise.
11621 * tui/tuiIO.c: Likewise.
11622 * tui/tuiLayout.c: Likewise.
11623 * tui/tuiRegs.c: Likewise.
11624 * tui/tuiSource.c: Likewise.
11625 * tui/tuiSourceWin.c: Likewise.
11626 * tui/tuiStack.c: Likewise.
11627 * tui/tuiWin.c: Likewise.
11628
11629 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11630
11631 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11632 to include space for pseudoregs as well. Update loops accordingly.
11633 (sh_fp_frame_init_saved_regs): Ditto.
11634 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11635
11636 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11637
11638 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11639 Add Richard Earnshaw to Arm maintainers.
11640
11641 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11642
11643 * defs.h (warning_begin): Delete declaration.
11644
11645 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11646 Delete macro.
11647
11648 2002-02-07 Michael Snyder <msnyder@redhat.com>
11649
11650 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11651 Logic bug, remove misplaced else.
11652
11653 2002-02-07 Klee Dienes <klee@apple.com>
11654
11655 * fork-inferior.c (fork_inferior): Add '!' to the list of
11656 characters that need to be quoted when building a string for the
11657 shell. Quote '!' specifically with a backslash, since CSH chokes
11658 when trying to evaluate "str!str".
11659
11660 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11661
11662 * rdi-share/host.h: Only provide a typedef for bool if it is not
11663 defined.
11664
11665 2002-02-04 Michael Snyder <msnyder@redhat.com>
11666
11667 * breakpoint.h (enum bptype): Add new overlay event bp type.
11668 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11669
11670 * breakpoint.c (create_internal_breakpoint): New function.
11671 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11672 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11673 (create_thread_event_breakpoint): Ditto.
11674 (create_solib_event_breakpoint): Ditto.
11675 (create_overlay_event_breakpoint): New function.
11676 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11677 (update_breakpoints_after_exec): Delete and re-initialize
11678 overlay event breakpoints after an exec. Add FIXME comment
11679 about longjmp breakpoint.
11680 (print_it_typical): Ignore overlay event breakpoints.
11681 (print_one_breakpoint): Ditto.
11682 (mention): Ditto.
11683 (bpstat_what): Do not stop for overlay event breakpoints.
11684 (delete_breakpoint): Don't delete overlay event breakpoints.
11685 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11686 (breakpoint_re_set): Re-create overlay event breakpoint.
11687
11688 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11689 (overlay_manual_command): Disable overlay breakpoints.
11690 (overlay_off_command): Disable overlay breakpoints.
11691
11692 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11693
11694 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11695 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11696 to here from config/tm-arm.h.
11697 (coff_sym_is_thumb): Make static.
11698 (arm_elf_make_msymbol_special): New function.
11699 (arm_coff_make_msymbol_special): New function.
11700 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11701 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11702 (coff_sym_is_thumb): Delete declaration.
11703 (arm_elf_make_msymbol_special): Declare.
11704 (arm_coff_make_msymbol_special): Declare.
11705 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11706 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11707
11708 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11709
11710 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11711
11712 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11713
11714 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11715 * gdbarch.c gdbarch.h: Regenerate.
11716 * arch-utils.c (default_print_float_info): New function.
11717 * arch-utils.h (default_print_float_info): Prototype it.
11718 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11719 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11720 (PRINT_FLOAT_INFO): Document it.
11721
11722 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11723 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11724 (PRINT_FLOAT_INFO): Define.
11725
11726 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11727
11728 * win32-nat.c (_initialize_check_for_gdb_ini):
11729 Add typecast to sprintf argument to suppress a warning.
11730
11731 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11732
11733 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11734 to allow easier handling of pass state.
11735 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11736 that gives exception name and address.
11737 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11738 and set last_sig value to ourstatus->value.sig. Some missing
11739 exceptions added.
11740 (child_continue): Correctly report continue_status.
11741 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11742 TARGET_SIGNAL_0 (new default value).
11743 (child_resume): consider sig argument passed to decide if
11744 the exception should be passed to debuggee or not.
11745
11746 2002-02-05 Michael Snyder <msnyder@redhat.com>
11747
11748 * regcache.c (fetch_register): Call target_fetch_register
11749 only if we don't call FETCH_PSEUDO_REGISTER.
11750 (store_register): Call target_store_register only if we
11751 don't call STORE_PSEUDO_REGISTER.
11752
11753 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11754
11755 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11756 ELF_MAKE_MSYMBOL_SPECIAL.
11757 * gdbarch.c, gdbarch.h: Regenerate.
11758 * arch-utils.c (default_make_msymbol_special): New function.
11759 * arch-utils.h (default_make_msymbol_special): Export.
11760 * elfread.c (elf_symtab_read): Compile use of
11761 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11762 multiarched.
11763 * coffread.c (coff_symtab_read): Ditto, for
11764 COFF_MAKE_MSYMBOL_SPECIAL.
11765
11766 2002-02-05 Jim Blandy <jimb@redhat.com>
11767
11768 * solib-svr4.c (svr4_truncate_ptr): New function.
11769 (svr4_relocate_section_addresses): Do the address arithmetic with
11770 the appropriate truncation for target addresses, even when
11771 CORE_ADDR is larger than a target address.
11772
11773 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11774
11775 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11776 to (int *).
11777
11778 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11779
11780 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11781 code.
11782
11783 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11784
11785 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11786
11787 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11788
11789 * gdbserver/linux-low.c: Remove unused include files.
11790
11791 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11792
11793 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11794 (read_inferior_memory): Use it.
11795 (write_inferior_memory): Likewise.
11796
11797 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11798
11799 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11800 grubbing through sys_errlist.
11801
11802 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11803
11804 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11805
11806 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11807 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11808
11809 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11810
11811 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11812 (do_sfunc, set_cmd_sfunc): New functions.
11813
11814 * command.h (struct cmd_list_element): Add field func.
11815 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11816 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11817 * cli/cli-decode.h: Ditto.
11818
11819 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11820 (help_all, help_cmd_list): Ditto.
11821 (find_cmd, complete_on_cmdlist): Ditto.
11822 * top.c (execute_command): Ditto.
11823
11824 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11825 function.sfunc.
11826
11827 * infcmd.c (notice_args_read): Fix function signature.
11828
11829 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11830 * cli/cli-decode.c (add_set_cmd): Ditto.
11831 * utils.c (initialize_utils): Ditto.
11832 * maint.c (_initialize_maint_cmds): Ditto.
11833 * infrun.c (_initialize_infrun): Ditto.
11834 * demangle.c (_initialize_demangler): Ditto.
11835 * remote.c (add_packet_config_cmd): Ditto.
11836 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11837 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11838 * proc-api.c (_initialize_proc_api): Ditto.
11839 * kod.c (_initialize_kod): Ditto.
11840 * valprint.c (_initialize_valprint): Ditto.
11841 * top.c (init_main): Ditto.
11842 * infcmd.c (_initialize_infcmd): Ditto.
11843 * corefile.c (_initialize_core): Ditto.
11844 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11845 * arch-utils.c (initialize_current_architecture): Ditto.
11846 (_initialize_gdbarch_utils): Ditto.
11847 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11848
11849 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11850 * wince.c (_initialize_inftarg): Ditto.
11851 * symfile.c (_initialize_symfile): Ditto.
11852 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11853 * language.c (_initialize_language): Ditto.
11854 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11855
11856 2002-02-04 Michael Snyder <msnyder@redhat.com>
11857
11858 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11859
11860 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11861
11862 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11863 Add rules for building the register data files.
11864
11865 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11866
11867 * regformats/regdat.sh: Add braces to the definition of
11868 expedite_regs_${arch}.
11869
11870 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11871
11872 * regformats/regdef.h (struct reg): Add comment describing the
11873 requirements for offset and size fields.
11874
11875 2002-02-04 Andreas Schwab <schwab@suse.de>
11876
11877 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11878 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11879
11880 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11881
11882 * gdbarch.sh (copyright): Update years in generated header.
11883 (SMASH_TEXT_ADDRESS): Add rule.
11884 * gdbarch.h, gdbarch.c: Re-generate.
11885 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11886 * dbxread.c: Likewise.
11887 * dwarfread.c: Likewise.
11888 * elfread.c: Likewise.
11889 * somread.c: Likewise.
11890
11891 * arm-tdep.c (arm_smash_text_address): New function.
11892 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11893
11894 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11895
11896 Add support for hardware watchpoints on win32 native.
11897 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11898 CONTEXT_DEBUG_REGISTERS.
11899 (dr variable): New variable. Static array containing a local copy
11900 of debug registers.
11901 (debug_registers_changed): New variable. Reflects when debug registers
11902 are changed and need to be written to inferior.
11903 (debug_registers_used): New variable. Reflects when any debug register
11904 was set, used when new threads are created.
11905 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11906 i386-nat code.
11907 (thread_rec): Set dr array if id is the thread of current_event .
11908 (child_continue, child_resume): Change the debug registers for all
11909 threads if debug_registers_changed.
11910 (child_add_thread): Change the debug registers if debug_registers_used.
11911 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11912 Link nm.h to new nm-cygwin.h file.
11913 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11914 of hardware registers.
11915
11916 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11917
11918 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11919 Restore behavour broken by 2002-01-20 Andrew Cagney
11920 <ac131313@redhat.com> IEEE_FLOAT removal.
11921
11922 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11923
11924 * c-valprint.c (c_val_print): Pass a proper valaddr to
11925 cp_print_class_method.
11926 * valops.c (search_struct_method): If there is only one method
11927 and args is NULL, return that method.
11928
11929 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11930
11931 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11932 accessing tag_name directly.
11933
11934 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11935
11936 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11937 of accessing tag_name directly.
11938
11939 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11940
11941 PR gdb/280
11942 * gdbtypes.c (replace_type): New function.
11943 * gdbtypes.h (replace_type): Add prototype.
11944 * stabsread.c (read_type): Use replace_type.
11945
11946 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11947
11948 * Makefile.in (memattr.o): Add missing dependencies rule.
11949
11950 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11951
11952 * breakpoint.c (break_at_finish_command): Really export.
11953 (break_at_finish_at_depth_command): Ditto.
11954 (tbreak_at_finish_command): Ditto.
11955 * hppa-tdep.c: Include completer.h.
11956 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11957 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11958
11959 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11960
11961 * utils.c (do_write): New function.
11962 (error_stream): Rewrite combining the code from error_begin and
11963 verror.
11964 (verror): Rewrite using error_stream.
11965 (error_begin): Delete function.
11966
11967 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11968
11969 * utils.c (error_begin): Make static.
11970 * defs.h (error_begin): Delete declaration.
11971
11972 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11973 (decode_line_1): Use cplusplus_error instead of error_begin,
11974 cplusplus_hint and return_to_top_level.
11975 * coffread.c (coff_symfile_read): Use error instead of error_begin
11976 and return_to_top_level.
11977 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11978
11979 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11980
11981 * language.h (type_error, range_error): Make string parameter
11982 constant.
11983 * language.c (warning_pre_print): Delete extern declaration.
11984 * dwarfread.c (warning_pre_print): Ditto.
11985 * language.c (type_error, range_error): Rewrite to use verror and
11986 vwarning instead of warning_begin.
11987
11988 2002-02-01 Michael Snyder <msnyder@redhat.com>
11989
11990 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11991 (set_ignore_count): Move misplaced comment back where it belongs.
11992
11993 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11994
11995 * command.h (NO_FUNCTION): Delete macro.
11996 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11997 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11998 * tracepoint.c (_initialize_tracepoint): Ditto.
11999 * cli/cli-decode.c (add_set_cmd): Ditto.
12000 * cli/cli-cmds.c (init_cli_cmds): Ditto.
12001
12002 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12003
12004 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
12005 Update ``this'' pointer when calling virtual functions.
12006
12007 2002-02-01 Michael Snyder <msnyder@redhat.com>
12008
12009 * breakpoint.c (create_temp_exception_breakpoint): Delete.
12010 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
12011
12012 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12013
12014 * regformats/reg-arm.dat: New file.
12015 * regformats/reg-i386.dat: New file.
12016 * regformats/reg-ia64.dat: New file.
12017 * regformats/reg-m68k.dat: New file.
12018 * regformats/reg-mips.dat: New file.
12019 * regformats/reg-ppc.dat: New file.
12020 * regformats/reg-sh.dat: New file.
12021 * regformats/regdef.h: New file.
12022 * regformats/regdat.sh: New file.
12023
12024 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
12025
12026 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12027 (arm_frame_args_address, arm_frame_locals_address): New functions.
12028 (arm_frame_num_args): New function.
12029 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12030 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12031 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12032
12033 2002-01-31 Michael Snyder <msnyder@redhat.com>
12034
12035 * breakpoint.c (break_at_finish_command): Export.
12036 (break_at_finish_at_depth_command): Export.
12037 (tbreak_at_finish_command): Export.
12038 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
12039 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
12040 "txbreak" commands, which are HPPA specific.
12041
12042 * printcmd.c (disassemble_command): Remove an ancient
12043 artifact of an old merge.
12044
12045 * symfile.h (enum overlay_debugging_state):
12046 Define enum constant values for overlay mode.
12047 * symfile.c (overlay_debugging): Use enums instead of literals.
12048 (overlay_is_mapped, overlay_auto_command,
12049 overlay_manual_command): Ditto.
12050
12051 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12052 breakpoint_here_p, breakpoint_inserted_here_p,
12053 breakpoint_thread_match, bpstat_stop_status,
12054 describe_other_breakpoints, check_duplicates, clear_command):
12055 Coding standard fixes.
12056
12057 * target.c (target_xfer_memory): Add spaces, coding standard.
12058 (do_xfer_memory): Add missing line to trust-readonly
12059 code: check bfd SEC_READONLY flag for section.
12060
12061 2002-01-31 Andrew Cagney <ac131313@redhat.com>
12062
12063 * PROBLEMS: Fix typo, 5.1->5.1.1.
12064
12065 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12066
12067 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12068 data symbols, since we search based on textlow and texthigh.
12069 (find_pc_sect_symtab): Likewise.
12070
12071 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12072
12073 * defs.h (vwarning): Declare.
12074 * utils.c (vwarning): New function.
12075 (warning): Call vwarning.
12076 (warning_begin): Delete function.
12077
12078 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12079 the warning message.
12080 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12081 warning_begin.
12082
12083 2002-01-30 Michael Snyder <msnyder@redhat.com>
12084
12085 * NEWS: Mention "set trust-readonly-sections" command.
12086 Mention generate-core-file command.
12087
12088 2002-01-15 Michael Snyder <msnyder@redhat.com>
12089
12090 * target.c: New command, "set trust-readonly-sections on".
12091 (do_xfer_memory): Honor the suggestion to trust readonly sections
12092 by reading them from the object file instead of from the target.
12093 (initialize_targets): Register command "set trust-readonly-sections".
12094
12095 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12096
12097 * parse.c (target_map_name_to_register): Simplify, search regs and
12098 pseudo-regs using a single loop.
12099
12100 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12101
12102 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12103
12104 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
12105
12106 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12107 * config/i386/i386v42mp.mh: Add i387-nat.o .
12108 * i386v4-nat.c: Include i387-nat.h.
12109 (supply_fpregset): Use i387_supply_fsave.
12110 (fill_fpregset): Use i387_fill_fsave.
12111
12112 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
12113
12114 * arm-tdep.c (arm_call_dummy_words): Define.
12115 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12116 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12117 (CALL_DUMMY_WORDS): Define.
12118 (arm_call_dummy_words): Declare.
12119 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12120 (arm_linux_call_dummy_words): Declare.
12121
12122 2002-01-30 Andreas Schwab <schwab@suse.de>
12123
12124 * m68klinux-nat.c: Fix last change to use regcache_collect
12125 instead of referencing registers[] directly.
12126
12127 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12128
12129 * parse.c (target_map_name_to_register): Delete code wrapped in
12130 #ifdef REGISTER_NAME_ALIAS_HOOK.
12131
12132 2002-01-28 Michael Snyder <msnyder@redhat.com>
12133
12134 * regcache.c (legacy_read_register_gen): Need to be able to
12135 read pseudo-register as well as real register.
12136 (legacy_write_register_gen): Ditto.
12137
12138 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12139
12140 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12141 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12142 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12143 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12144 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12145 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12146 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12147 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12148 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12149 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12150 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12151 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12152 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12153 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12154 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12155 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12156 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12157 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12158 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12159 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12160
12161 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12162
12163 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12164 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12165 (initialize_current_architecture): Update target_byte_order using
12166 information from BFD.
12167 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12168 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12169
12170 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12171
12172 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12173 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12174
12175 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12176 #ifdef INVALID_FLOAT.
12177 * infcmd.c (do_registers_info): Ditto.
12178 * values.c (unpack_double): Ditto. Add comment.
12179
12180 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12181 already commented out.
12182
12183 2002-01-26 Andreas Schwab <schwab@suse.de>
12184
12185 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12186 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12187 registers and add support for PTRACE_GETREGS.
12188
12189 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12190
12191 GDB 5.1.1 released from 5.1 branch.
12192 * NEWS: Add 5.1.1 news.
12193 * README: Sync with 5.1 branch.
12194
12195 2002-01-23 Fred Fish <fnf@redhat.com>
12196
12197 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12198 stabstring on initial malloc. Reallocing will copy it for us,
12199 if necessary.
12200
12201 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12202
12203 * Makefile.in (hpread_h): Delete.
12204 (HFILES_NO_SRCDIR): Remove hpread.h.
12205 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12206 (hpread.o): Update dependencies.
12207 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12208
12209 * hp-psymtab-read.c: Remove file.
12210 * hp-symtab-read.c: Remove file.
12211 * hpread.h: Remove file.
12212
12213 * hpread.c: Merge all contents of hp-psymtab-read.c,
12214 hp-symtab-read.c and hpread.h into this file, as it was prior to
12215 January 1999.
12216
12217 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12218 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12219 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12220 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12221
12222 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12223
12224 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12225 fill_gregset): Call gdbarch_tdep() just once, assign result to
12226 variable and use that, instead of calling the function several
12227 times.
12228
12229 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12230
12231 * configure.host: Accept sparcv9 as alias for sparc64.
12232 * configure.tgt: Likewise.
12233
12234 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12235
12236 * solib-aix5.c (build_so_list_from_mapfile)
12237 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12238 arguments is not reversed.
12239 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12240 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12241
12242 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12243
12244 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12245 modified version of obsolete sh_fetch_pseudo_register.
12246 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12247 (sh4_register_read): New function.
12248 (sh_pseudo_register_write): New function. Renamed and modified
12249 version of obsolete sh_store_pseudo_register.
12250 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12251 (sh4_register_write): New function.
12252 (sh_gdbarch_init): Remove setting of gdbarch function
12253 fetch_pseudo_register and store_pseudo_register. Remove setting of
12254 register_convert_to_raw, register_convert_to_virtual,
12255 register_convertible.
12256 (sh_sh4_register_convertible): Delete. No longer needed. All is
12257 taken care by architecture specific functions
12258 register_read/register_write.
12259 (sh_sh4_register_convert_to_virtual): Make static.
12260 (sh_sh4_register_convert_to_raw): Ditto.
12261
12262 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12263
12264 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12265 (floatformat_is_nan, floatformat_mantissa): Ditto.
12266
12267 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12268 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12269 builtin_type_ieee_double_little,
12270 builtin_type_ieee_double_littlebyte_bigword,
12271 builtin_type_m68881_ext, builtin_type_i960_ext,
12272 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12273 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12274 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12275 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12276
12277 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12278
12279 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12280 parameter. Set frameless flag if it exists and depended of
12281 whether the scanned function is frameless or not.
12282 (xstormy16_skip_prologue): If function is frameless, return
12283 result of xstormy16_scan_prologue().
12284 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12285 call.
12286
12287 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12288
12289 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12290 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12291 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12292 sh_sh4_register_byte, sh_sh4_register_raw_size,
12293 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12294 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12295 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12296 sh_store_pseudo_register, sh_do_pseudo_register): Call
12297 gdbarch_tdep() just once, assign result to variable and use that,
12298 instead of calling the function several times.
12299
12300 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12301
12302 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12303 macros instead of LAST_FPU_CTRL_REGNUM.
12304 (store_register): Likewise.
12305
12306 2002-01-21 Jim Blandy <jimb@redhat.com>
12307
12308 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12309 is up-to-date before running the program, not just when a program
12310 exits.
12311
12312 2002-01-21 Fred Fish <fnf@redhat.com>
12313
12314 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12315 when we have found all instructions we are looking for.
12316
12317 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12318
12319 * arm-tdep.c (arm_register_name): New function.
12320 (arm_registers_names): Make static.
12321 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12322 (arm_register_name): Declare.
12323 (REGISTER_NAME): Use it.
12324
12325 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12326 Kevin Buettner <kevinb@redhat.com>
12327
12328 Convert arm targets to new FRAME interface.
12329 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12330 (arm_frame_find_save_regs): Delete.
12331 (arm_frame_init_saved_regs): New.
12332 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12333 Allocate extra_info as required. Convert all uses of fsr.regs
12334 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12335 to use extra_info.
12336 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12337 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12338 (check_prologue_cache, save_prologue_cache): Likewise.
12339 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12340 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12341 (FRAME_FIND_SAVED_REGS): Delete.
12342 (arm_frame_find_saved_regs): Delete prototype.
12343 (arm_frame_init_saved_regs): New prototype.
12344 (FRAME_INIT_SAVED_REGS): Define.
12345
12346 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12347
12348 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12349
12350 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12351
12352 From Jeff Law <law@redhat.com>:
12353 * infttrace.c: Include <sys/pstat.h>.
12354 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12355 exec file if the ttrace equivalent fails.
12356
12357 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12358
12359 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12360 (closeLogFile): Ditto.
12361
12362 2002-01-20 Michael Chastain <mec@shout.net>
12363
12364 * top.c (print_gdb_version): Bump copyright year to 2002.
12365
12366 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12367
12368 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12369 Zannoni and Eli Zaretskii.
12370
12371 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12372
12373 * buildsym.c: Update copyright years.
12374 * c-typeprint.c: Likewise.
12375 * dwarf2read.c: Likewise.
12376 * f-typeprint.c: Likewise.
12377 * gdbtypes.c: Likewise.
12378 * gdbtypes.h: Likewise.
12379 * hp-symtab-read.c: Likewise.
12380 * hpread.c: Likewise.
12381 * mdebugread.c: Likewise.
12382 * p-typeprint.c: Likewise.
12383
12384 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12385
12386 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12387 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12388 byte-order selectable.
12389 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12390 * arch-utils.c: Ditto.
12391 (set_endian): Ditto.
12392 (set_endian_from_file): Ditto.
12393 * gdbserver/low-sim.c (create_inferior): Ditto.
12394 * gdbarch.sh: Ditto.
12395 * gdbarch.h: Re-generate.
12396 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12397 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12398 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12399 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12400 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12401 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12402 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12403 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12404 macro definition.
12405 * config/mips/tm-wince.h: Remove #undef of macro
12406 TARGET_BYTE_ORDER_SELECTABLE.
12407 * config/sh/tm-wince.h: Ditto.
12408
12409 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12410
12411 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12412 member function fields. Add accessor macro
12413 TYPE_FN_FIELD_ARTIFICIAL.
12414 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12415 * c-typeprint.c (c_type_print_base): Skip artificial member
12416 functions.
12417
12418 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12419
12420 * f-typeprint.c: Delete unused function f_type_print_args.
12421 * p-typeprint.c: Delete unused function pascal_type_print_args.
12422
12423 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12424
12425 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12426 comment. Add ``artificial'' to ``union field_location''.
12427
12428 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12429
12430 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12431 * mdebugread.c (parse_symbol): Likewise.
12432 * stabsread.c (define_symbol): Likewise.
12433 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12434 initializing TYPE_FIELD_BITPOS to n (obsolete).
12435 (hpread_doc_function_type): Likewise.
12436 * hpread.c (hpread_function_type): Likewise.
12437
12438 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12439
12440 * configure.in (host_makefile_frag): Only require a host makefile
12441 fragment when a native build.
12442 * configure: Re-generate.
12443
12444 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12445
12446 * doublest.h (floatformat_from_type): Declare.
12447 * doublest.c (floatformat_from_type): New function.
12448 (convert_typed_floating): Use.
12449
12450 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12451 call to function floatformat_from_type.
12452
12453 * gdbarch.sh (IEEE_FLOAT): Delete.
12454 * gdbarch.h, gdbarch.c: Re-generate.
12455 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12456 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12457 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12458 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12459 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12460 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12461 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12462 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12463 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12464 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12465 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12466 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12467
12468 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12469 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12470 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12471 * sh-tdep.c (sh_gdbarch_init): Ditto.
12472 * mips-tdep.c (mips_gdbarch_init): Ditto.
12473 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12474 * cris-tdep.c (cris_gdbarch_init): Ditto.
12475
12476 2002-01-20 Jiri Smid <smid@suse.cz>
12477
12478 * configure.host, configure.tgt: Support x86-64.
12479 * NEWS: Note new target x86-64.
12480
12481 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12482 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12483 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12484 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12485 x86-64-linux-nat.o): Fix dependencies.
12486
12487 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12488
12489 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12490 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12491 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12492 * config/sparc/xm-sun4os4.h: Delete file.
12493 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12494
12495 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12496
12497 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12498 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12499 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12500 * config/i386/i386lynx.mh (XM_FILE): Delete.
12501 * config/rs6000/xm-rs6000ly.h: Delete file.
12502 * config/sparc/xm-sparclynx.h: Delete file.
12503 * config/m68k/xm-m68klynx.h: Delete file.
12504 * config/i386/xm-i386lynx.h: Delete file.
12505 * config/xm-lynx.h: Delete file.
12506 * config/djgpp/fnchange.lst: Update.
12507
12508 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12509
12510 * alpha-tdep.c (alpha_register_byte): New function.
12511 (alpha_register_raw_size): Ditto.
12512 (alpha_register_virtual_size): Ditto.
12513 (alpha_skip_prologue_internal): Renamed from
12514 alpha_skip_prologue.
12515 (alpha_skip_prologue): New version that calls
12516 alpha_skip_prologue_internal.
12517 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12518 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12519 second argument from alpha_skip_prologue.
12520 (REGISTER_BYTE): Use alpha_register_byte.
12521 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12522 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12523 (FRAMELESS_FUNCTION_INVOCATION): Use
12524 generic_frameless_function_invocation_not.
12525 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12526 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12527
12528 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12529
12530 * config/mips/xm-news-mips.h: Delete file.
12531 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12532
12533 * config/m88k/xm-m88k.h: Delete file.
12534 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12535 * config/m88k/xm-delta88v4.h: Ditto.
12536 * config/m88k/xm-delta88.h: Ditto.
12537
12538 * config/alpha/xm-fbsd.h: Delete file.
12539 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12540
12541 * config/sparc/xm-sparc.h: Delete file.
12542 * Makefile.in (xm-sun4os4.h): Delete dependency.
12543 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12544 * config/sparc/xm-sun4os4.h: Ditto.
12545 * config/sparc/xm-linux.h: Ditto.
12546
12547 * config/i386/xm-windows.h: Delete file.
12548
12549 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12550
12551 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12552 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12553
12554 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12555
12556 * alpha-tdep.c (alpha_call_dummy_words): New.
12557 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12558 (CALL_DUMMY_P): Define.
12559 (CALL_DUMMY_WORDS): Define.
12560 (SIZEOF_CALL_DUMMY_WORDS): Define.
12561
12562 2002-01-19 Per Bothner <per@bothner.com>
12563
12564 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12565 isn't NULL, which can happen with some gcj-3.x-produced code.
12566
12567 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12568
12569 * alpha-tdep.c (alpha_register_virtual_type): New function.
12570 (alpha_init_frame_pc_first): Ditto.
12571 (alpha_fix_call_dummy): Ditto.
12572 (alpha_store_struct_return): Ditto.
12573 (alpha_extract_struct_value_address): Ditto.
12574 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12575 alpha_register_virtual_type.
12576 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12577 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12578 alpha_extract_struct_value_address.
12579 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12580 (INIT_FRAME_PC): Use init_frame_pc_noop.
12581 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12582
12583 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12584
12585 * i386gnu-nat.c: Include "i386-tdep.h".
12586 (fetch_fpregs): Simplify code dealing with uninitialized floating
12587 point states such that it doesn't require FP7_REGNUM.
12588
12589 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12590
12591 * alpha-tdep.c (frame_extra_info): New.
12592 (alpha_find_saved_regs): Make static. Use
12593 frame->extra_info.
12594 (alpha_frame_init_saved_regs): New function.
12595 (alpha_frame_saved_pc): Use frame->extra_info.
12596 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12597 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12598 (init_extra_frame_info): Rename to...
12599 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12600 (alpha_print_extra_frame_info): New function.
12601 (alpha_frame_locals_address): Ditto.
12602 (alpha_frame_args_address): Ditto.
12603 (alpha_pop_frame): Use frame->extra_info.
12604 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12605 alpha_frame_args_address.
12606 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12607 (alpha_find_saved_regs): Remove prototype.
12608 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12609 (EXTRA_FRAME_INFO): Remove.
12610 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12611 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12612
12613 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12614
12615 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12616 (alpha_cannot_fetch_register): Ditto.
12617 (alpha_cannot_store_register): Ditto.
12618 (alpha_register_convertible): Ditto.
12619 (alpha_use_struct_convention): Ditto.
12620 * config/alpha/tm-alpha.h: Update copyright years.
12621 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12622 (INNER_THAN): Use core_addr_lessthan.
12623 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12624 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12625 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12626 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12627 (FRAME_CHAIN): Remove unnecessary cast.
12628
12629 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12630
12631 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12632 obsolete.
12633
12634 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12635
12636 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12637 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12638 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12639 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12640 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12641 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12642 * x86-64-linux-nat.c: Ditto.
12643
12644 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12645
12646 * alpha-tdep.c (alpha_register_name): New function.
12647 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12648 (REGISTER_NAME): Define.
12649
12650 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12651
12652 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12653
12654 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12655
12656 * alpha-tdep.c: Update copyright years.
12657 (alpha_next_pc): New function.
12658 (alpha_software_single_step): Ditto.
12659 * config/alpha/tm-alpha.h: Add prototype for
12660 alpha_software_single_step.
12661
12662 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12663
12664 * alphabsd-nat.c: Update copyright years.
12665 (fill_gregset): Use regcache_collect.
12666 (fill_fpregset): Likewise.
12667 (fetch_inferior_registers): Only fetch integer registers
12668 if requested to do so.
12669 (store_inferior_registers): Only store integer registers
12670 if requested to do so.
12671
12672 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12673
12674 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12675 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12676 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12677 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12678 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12679 * config/arm/linux.mh (XDEPFILES): Delete.
12680 * config/arm/nbsd.mh (XDEPFILES): Delete.
12681 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12682 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12683 * config/i386/i386m3.mh (XDEPFILES): Delete.
12684 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12685 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12686 * config/i386/fbsd.mh (XDEPFILES): Delete.
12687 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12688 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12689 * config/i386/i386v4.mh (XDEPFILES): Delete.
12690 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12691 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12692 * config/i386/i386aix.mh (XDEPFILES): Delete.
12693 * config/i386/go32.mh (XDEPFILES): Delete.
12694 * config/i386/cygwin.mh (XDEPFILES): Delete.
12695 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12696 * config/i386/i386mach.mh (XDEPFILES): Delete.
12697 * config/i386/i386v32.mh (XDEPFILES): Delete.
12698 * config/i386/linux.mh (XDEPFILES): Delete.
12699 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12700 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12701 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12702 * config/i386/i386sco.mh (XDEPFILES): Delete.
12703 * config/i386/i386v.mh (XDEPFILES): Delete.
12704 * config/i386/nbsd.mh (XDEPFILES): Delete.
12705 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12706 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12707 * config/i386/symmetry.mh (XDEPFILES): Delete.
12708 * config/i386/obsd.mh (XDEPFILES): Delete.
12709 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12710 * config/ia64/linux.mh (XDEPFILES): Delete.
12711 * config/ia64/aix.mh (XDEPFILES): Delete.
12712 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12713 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12714 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12715 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12716 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12717 * config/m68k/linux.mh (XDEPFILES): Delete.
12718 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12719 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12720 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12721 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12722 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12723 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12724 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12725 * config/m88k/delta88.mh (XDEPFILES): Delete.
12726 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12727 * config/m88k/m88k.mh (XDEPFILES): Delete.
12728 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12729 * config/mips/linux.mh (XDEPFILES): Delete.
12730 * config/mips/irix6.mh (XDEPFILES): Delete.
12731 * config/mips/irix5.mh (XDEPFILES): Delete.
12732 * config/mips/irix4.mh (XDEPFILES): Delete.
12733 * config/mips/irix3.mh (XDEPFILES): Delete.
12734 * config/mips/decstation.mh (XDEPFILES): Delete.
12735 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12736 (NATDEPFILES): Move core-aout.o to here.
12737 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12738 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12739 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12740 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12741 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12742 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12743 * config/pa/hpux11.mh (XDEPFILES): Delete.
12744 * config/powerpc/aix.mh (XDEPFILES): Delete.
12745 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12746 * config/powerpc/linux.mh (XDEPFILES): Delete.
12747 * config/romp/rtbsd.mh: Rename XDEPFILES.
12748 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12749 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12750 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12751 * config/s390/s390.mh (XDEPFILES): Delete.
12752 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12753 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12754 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12755 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12756 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12757 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12758 * config/sparc/linux.mh (XDEPFILES): Delete.
12759 * config/vax/vaxult.mh (XDEPFILES): Delete.
12760 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12761 * Makefile.in (DEPFILES): Remove XDEPFILES.
12762
12763 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12764
12765 * utils.c (internal_verror): Fix comments, default is yes not no.
12766 Update queries to match. Default to quit and dump core.
12767
12768 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12769
12770 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12771 copyright.
12772 * defs.h, event-top.c, gdbcmd.h: Ditto.
12773 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12774 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12775 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12776 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12777 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12778 * mi/mi-main.c:Ditto.
12779
12780 * stack.c, symfile.c: Update copyright.
12781
12782 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12783
12784 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12785 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12786 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12787 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12788
12789 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12790
12791 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12792 * gdbserver/low-lynx.c (myattach): Likewise.
12793 * gdbserver/low-nbsd.c (myattach): Likewise.
12794 * gdbserver/low-sim.c (myattach): Likewise.
12795 * gdbserver/low-sparc.c (myattach): Likewise.
12796 * gdbserver/low-sun3.c (myattach): Likewise.
12797
12798 * gdbserver/low-linux.c (myattach): New function.
12799
12800 * gdbserver/server.c (attach_inferior): New function.
12801 (main): Handle "--attach".
12802
12803 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12804
12805 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12806 maintainer.
12807
12808 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12809
12810 * c-typeprint.c (is_type_conversion_operator): Add additional
12811 check for non-conversion operators.
12812
12813 2002-01-15 Michael Snyder <msnyder@redhat.com>
12814
12815 * linux-proc.c: Add "info proc" command, a la procfs.c.
12816 (read_mapping): New function, abstract and re-use code.
12817 (linux_find_memory_regions): Use new func read_mapping.
12818 (linux_info_proc_cmd): New function, implement "info proc".
12819 (_initialize_linux_proc): Add new command "info proc".
12820
12821 2002-01-15 Michael Snyder <msnyder@redhat.com>
12822
12823 * symfile.c (generic_load): Use bfd_map_over_sections method
12824 instead of manipulating bfd structure members directly.
12825 (add_section_size_callback): New function, bfd sections callback
12826 used by generic_load.
12827 (load_sections_callback): New function, bfd sections callback
12828 used by generic_load.
12829
12830 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12831
12832 [Based on work by Jim Blandy]
12833 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12834 (builtin_type_vec128): Export.
12835 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12836 types.
12837 (builtin_type_vec128): New builtin type for 128 bit vector
12838 registers.
12839 (build_gdbtypes): Initialize builtin_type_v16qi and
12840 builtin_type_v8hi. Create the vec128 register builtin type
12841 structure.
12842 (build_builtin_type_vec128): New function.
12843 (_initialize_gdbtypes): Register builtin_type_v16qi and
12844 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12845 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12846 AltiVec register to new builtin type.
12847
12848 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12849
12850 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12851 to make_cv_type.
12852
12853 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12854
12855 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12856 CLEAN_UP_REGISTER_VALUE.
12857 * regcache.c (supply_register): Update only call.
12858
12859 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12860
12861 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12862 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12863 a29k-*-vxworks* targets as obsolete.
12864
12865 2002-01-14 Michael Snyder <msnyder@redhat.com>
12866
12867 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12868 until we can resolve portability issues.
12869 * gregset.h: Remove references to fpxregs.
12870 * gcore.c (gcore_command): Initialize note_sec to NULL.
12871
12872 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12873
12874 * signals.c (target_signal_to_name): Rewrite. Only use
12875 signals[].name when in bounds and non-NULL.
12876
12877 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12878
12879 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12880 * signals.c (target_signal_to_name): Verify that SIG is within the
12881 bounds of the signals array.
12882
12883 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12884
12885 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12886
12887 2002-01-13 Keith Seitz <keiths@redhat.com>
12888
12889 * stack.c (print_frame_info_base): Print the frame's pc
12890 only if when print_frame_info_listing_hook is not defined.
12891
12892 2002-01-13 Keith Seitz <keiths@redhat.com>
12893
12894 * varobj.c (varobj_set_value): Make sure that there were no
12895 errors evaluating the object before attempting to set its
12896 value.
12897 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12898 so this offset adjustment is no longer necessary.
12899 (create_child): Don't set the error flag if the child is
12900 a CPLUS_FAKE_CHILD.
12901 (value_of_child): If value_fetch_lazy fails, return NULL
12902 so that callers will be notified that an error occurred.
12903 (c_value_of_variable): Delay check of variable's validity
12904 until later. We actually want all structs and unions to have
12905 the value "{...}".
12906 Do not return "???" for variables which could not be evaluated.
12907 This error condition must be returned to the caller so that it
12908 can get the error condition from gdb.
12909 (cplus_name_of_child): Adjust index for vptr before figuring
12910 out the name of the child.
12911 (cplus_value_of_child): If a child's (real) parent is not valid,
12912 don't even bother trying to give a value for it. Just return
12913 an error. Change all instances in this function.
12914 (cplus_type_of_child): If our parent is one of the "fake"
12915 parents, we need to get at the type of the real parent, and
12916 derive the child's true type using this information.
12917
12918 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12919
12920 From 2002-01-09 John Marshall <johnm@falch.net>:
12921 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12922 sources.redhat.com, and tweak some related URLs which had
12923 suffered from linkrot.
12924
12925 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12926
12927 From Jeff law:
12928 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12929 structures passed in registers.
12930
12931 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12932
12933 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12934 white space which prevented compilation. Reported by DSK
12935 <dsk@student.unsw.edu.au>.
12936
12937 2002-01-11 Michael Snyder <msnyder@redhat.com>
12938
12939 * symfile.c (build_section_addr_info_from_section_tab):
12940 Use bfd access method instead of manipulating bfd directly.
12941 (syms_from_objfile): Ditto.
12942 (simple_overlay_update_1): Ditto.
12943 (simple_overlay_update): Ditto.
12944 (generic_load): Ditto.
12945 (overlay_unmapped_address): FIXME comment, bfd access methods.
12946 (sections_overlap): FIXME comment, bfd access methods.
12947 (pc_in_mapped_range): FIXME comment, bfd access methods.
12948 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12949 (section_is_mapped): FIXME comment, bfd access methods.
12950 (section_is_overlay): FIXME comment, bfd access methods.
12951
12952 * symfile.c (generic_load): Whitespace and long line cleanups.
12953 Remove duplicate variable, change several local variables to
12954 more appropriate data types.
12955 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12956
12957 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12958
12959 From Peter Schauer:
12960 * language.c (longest_local_hex_string_custom): Use phex_nz to
12961 convert NUM to a hex string.
12962
12963 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12964
12965 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12966 the function.
12967 Update Copyright year.
12968
12969 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12970
12971 * language.c (longest_raw_hex_string): Delete unused function.
12972
12973 2002-01-11 Petr Sorfa <petrs@caldera.com>
12974
12975 * MAINTAINERS (write-after-approval): Add myself.
12976 * dwarf2read.c (read_tag_string_type): Handling of
12977 DW_AT_byte_size.
12978 (read_tag_string_type): FORTRAN fix to prevent propagation of
12979 first string size.
12980 (set_cu_language): Handling of DW_LANG_Fortran95
12981
12982 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12983
12984 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12985 GETPID(inferior_ptid).
12986 (store_inferior_registers): Likewise.
12987
12988 2002-01-10 Jason Merrill <jason@redhat.com>
12989
12990 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12991 Fix DW_OP_minus.
12992
12993 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12994
12995 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12996 and bfd/elf32-sh-nbsd.c.
12997
12998 2002-01-10 Michael Snyder <msnyder@redhat.com>
12999
13000 * NEWS: Mention --pid and corefile/proc-id behavior change.
13001
13002 * Makefile.in: Add rules for gcore.o and linux-proc.o.
13003 * gcore.c: Include cli/cli-decode.h instead of command.h.
13004
13005 * main.c (captured_main): Add new command line option "--pid".
13006 If the second command line argument (following the symbol-file)
13007 begins with a digit, try to attach to it before trying to open
13008 it as a corefile.
13009 (print_gdb_help): Document the "--pid" argument.
13010
13011 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13012
13013 * completer.c (command_completer): New function.
13014
13015 * completer.h <command_completer>: Add prototype.
13016
13017 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
13018 completer for the "help" command.
13019
13020 2002-01-09 Jason Merrill <jason@redhat.com>
13021
13022 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
13023
13024 2002-01-09 Michael Snyder <msnyder@redhat.com>
13025
13026 * i386-linux-nat.c (fill_fpxregset): Make global.
13027 (store_fpxregset): Ditto.
13028
13029 * gregset.h (gdb_fpxregset_t): Define.
13030 (supply_fpxregset): Prototype.
13031 (fill_fpxregset): Prototype.
13032
13033 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13034
13035 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13036
13037 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13038 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13039 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13040
13041 2002-01-09 Andrew Cagney <ac131313@redhat.com>
13042
13043 * MAINTAINERS: Update target maintainer rules so that any
13044 Maintainer can approve a tested patch for a maintenance-only
13045 target.
13046
13047 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13048
13049 * MAINTAINERS (write-after-approval): Add myself.
13050
13051 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
13052 IN_SIGTRAMP.
13053
13054 2002-01-08 Michael Snyder <msnyder@redhat.com>
13055
13056 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13057 real name of the executable, rather than the /proc name.
13058
13059 2002-01-03 Michael Snyder <msnyder@redhat.com>
13060
13061 Implement a "generate-core-file" command in gdb, save target state.
13062 * gcore.c: New file. Implement new command 'generate-core-file'.
13063 Save a corefile image of the current state of the inferior.
13064 * linux-proc.c: Add linux-specific code for saving corefiles.
13065 * target.h (struct target_ops): Add new target vectors for saving
13066 corefiles; to_find_memory_regions and to_make_corefile_notes.
13067 (target_find_memory_regions): New macro.
13068 (target_make_corefile_notes): New macro.
13069 * target.c (update_current_target): Inherit new target methods.
13070 (dummy_find_memory_regions): New place-holder method.
13071 (dummy_make_corefile_notes): New place-holder method.
13072 (init_dummy_target): Initialize new dummy target vectors.
13073 * exec.c (exec_set_find_memory_regions): New function.
13074 Allow the exec_ops vector for memory regions to be taken over.
13075 (exec_make_note_section): New function, target vector method.
13076 * defs.h (exec_set_find_memory_regions): Export prototype.
13077 * procfs.c (proc_find_memory_regions): New function, corefile method.
13078 (procfs_make_note_section): New function, corefile method.
13079 (init_procfs_ops): Set new target vector pointers.
13080 (find_memory_regions_callback): New function.
13081 (procfs_do_thread_registers): New function.
13082 (procfs_corefile_thread_callback): New function.
13083 * sol-thread.c (sol_find_memory_regions): New function.
13084 (sol_make_note_section): New function.
13085 (init_sol_thread_ops): Initialize new target vectors.
13086 * inftarg.c (inftarg_set_find_memory_regions): New function.
13087 Allow to_find_memory_regions vector to be taken over.
13088 (inftarg_set_make_corefile_notes): New function.
13089 Allow to_make_corefile_notes vector to be taken over.
13090 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13091 interface layer if not target_has_execution (may be a corefile).
13092 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13093 * config/sparc/sun4sol2.mh: Ditto.
13094 * config/alpha/alpha-linux.mh: Ditto.
13095 * config/arm/linux.mh: Ditto.
13096 * config/i386/x86-64linux.mh: Ditto.
13097 * config/ia64/linux.mh: Ditto.
13098 * config/m68k/linux.mh: Ditto.
13099 * config/mips/linux.mh: Ditto.
13100 * config/powerpc/linux.mh: Ditto.
13101 * config/sparc/linux.mh: Ditto.
13102
13103 2002-01-07 Michael Snyder <msnyder@redhat.com>
13104
13105 * arm-linux-nat.c: Remove references to regcache.c internal data
13106 (registers[] and register_valid[]).
13107
13108 2002-01-07 Michael Snyder <msnyder@redhat.com>
13109
13110 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13111 so that attaching to a pid will automatically read the process's
13112 symbol file and shlibs.
13113 * Makefile.in: Add rule for linux-proc.o.
13114 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13115 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13116 * config/arm/linux.mh: Ditto.
13117 * config/i386/linux.mh: Ditto.
13118 * config/i386/x86-64linux.mh: Ditto.
13119 * config/ia64/linux.mh: Ditto.
13120 * config/m68k/linux.mh: Ditto.
13121 * config/mips/linux.mh: Ditto.
13122 * config/powerpc/linux.mh: Ditto.
13123 * config/sparc/linux.mh: Ditto.
13124
13125 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13126
13127 * win32-nat.c: Add i386-tdep.h dependency.
13128
13129 2002-01-07 Michael Snyder <msnyder@redhat.com>
13130
13131 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13132 instead of bfd_get_arch_size. Don't bail out just because
13133 there's no exec_bfd.
13134
13135 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13136 * p-valprint.c (pascal_object_print_value): Ditto.
13137 * somread.c (som_symtab_read): Ditto.
13138 * symfile.c (simple_free_overlay_region_table): Ditto.
13139 * valops.c (value_assign): Ditto.
13140
13141 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13142 use tilde_expand and strerror for opening save-tracepoints file.
13143
13144 * thread-db.c (thread_db_new_objfile): Indendation fix.
13145
13146 * infptrace.c (GDB_MAX_ALLOCA): New define.
13147 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13148 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13149 can be overridden with whatever value is appropriate to the host).
13150 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13151 alloca to allocate potentially large buffer.
13152 * rs6000-nat.c (child_xfer_memory): Ditto.
13153 * symm-nat.c (child_xfer_memory): Ditto.
13154 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13155
13156 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13157
13158 From Nick Clifton <nickc@redhat.com>
13159 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13160
13161 2002-01-07 Michael Snyder <msnyder@redhat.com>
13162
13163 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13164 Don't use exec_bfd if it's NULL.
13165
13166 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13167
13168 * valops.c (value_arg_coerce): Fix formatting.
13169
13170 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13171
13172 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13173 * gnu-nat.c: Ditto.
13174
13175 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13176
13177 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13178 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13179 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13180 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13181 z8k-coff have not been multi-arched. Update z8k-coff build
13182 status.
13183
13184 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13185
13186 * MAINTAINERS: Mark a29k target as obsolete.
13187 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13188 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13189 comments.
13190 * NEWS: Note that a29k targets are obsolete.
13191 * a29k-tdep.c: Mark as obsolete.
13192 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13193 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13194 a29k-*-vxworks* targets as obsolete.
13195 * remote-adapt.c: Obsolete.
13196 * remote-eb.c: Obsolete.
13197 * remote-mm.c: Obsolete.
13198 * remote-udi.c: Obsolete.
13199 * config/a29k/a29k-udi.mt: Obsolete.
13200 * config/a29k/a29k.mt: Obsolete.
13201 * config/a29k/tm-a29k.h: Obsolete.
13202 * config/a29k/tm-vx29k.h: Obsolete.
13203 * config/a29k/vx29k.mt: Obsolete.
13204
13205 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13206
13207 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13208 with BFD_ENDIAN_BIG.
13209
13210 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13211
13212 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13213 * configure, config.in: Re-generate.
13214 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13215 * defs.h: Do not include <endian.h>.
13216
13217 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13218
13219 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13220 * config.in: Regenerate.
13221 * configure.in: Update copyright years.
13222 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13223 * configure: Regenerate.
13224 * i386bsd-nat.c: Update copyright years.
13225 (fill_gregset): Use regcache_collect.
13226 (fetch_inferior_registers): Only fetch integer registers
13227 if requested to do so. Add support for XMM registers
13228 using PT_GETXMMREGS.
13229 (store_inferior_registers): Only store integer registers
13230 if requested to do so. Add support for XMM registers
13231 using PT_SETXMMREGS.
13232 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13233 (store_inferior_registers): Remove.
13234 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13235 (fetch_elfcore_registers): New function.
13236 (i386nbsd_elfcore_fns): New.
13237 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13238 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13239 i386bsd-nat.o.
13240 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13241 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13242 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13243 * config/i386/tm-nbsd.h: Update copyright years.
13244 (HAVE_SSE_REGS): Define.
13245 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13246 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13247 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13248 (SIGCONTEXT_PC_OFFSET): Remove.
13249 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13250
13251 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13252
13253 * configure.tgt: Remove powerpc-*-macos* target.
13254 * config/m68k/xm-mpw.h: Delete file.
13255 * config/xm-mpw.h: Delete file.
13256 * ser-mac.c: Delete file.
13257 * mpw-make.sed: Delete file.
13258 * mpw-config.in: Delete file.
13259 * mac-xdep.c: Delete file.
13260 * mac-gdb.r: Delete file.
13261 * mac-defs.h: Delete file.
13262 * mac-nat.c: Delete file.
13263 * config/powerpc/macos.mh: Delete file.
13264 * config/powerpc/macos.mt: Delete file.
13265 * config/powerpc/nm-macos.h: Delete file.
13266 * config/powerpc/tm-macos.h: Delete file.
13267 * source.c (openp, open_source_file): Remove obsolete code.
13268 * top.c (gdb_readline): Ditto.
13269 * utils.c (query): Ditto.
13270 * event-top.c (display_gdb_prompt): Ditto.
13271 * Makefile.in (ser-mac.o): Delete obsolete target.
13272 * NEWS: Update.
13273
13274 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13275
13276 * defs.h (BIG_ENDIAN): Delete macro definition.
13277 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13278 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13279 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13280 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13281 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13282 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13283 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13284 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13285 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13286 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13287 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13288 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13289 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13290 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13291 * gdbarch.c: Re-generate.
13292
13293 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13294
13295 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13296 for core files.
13297
13298 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13299
13300 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13301
13302 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13303
13304 * value.h (value_ptr): Delete typedef.
13305
13306 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13307
13308 * i386nbsd-nat.c: Update copyright years.
13309 Include i386-tdep.h.
13310
13311 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13312
13313 * stabsread.c: Update copyright years.
13314
13315 From Debashis Mahata <debashis.mahata@wipro.com>:
13316 (read_struct_fields): Deal with Sun C compiler erroneous stab
13317 output for structs and unions.
13318 Fix PR gdb/269.
13319
13320 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13321
13322 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13323 prototype.
13324
13325 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13326
13327 * cp-abi.c: Fix whitespace.
13328 (baseclass_offset): New wrapper function.
13329 * cp-abi.h (baseclass_offset): Add prototype.
13330 (struct cp_abi_ops): Add baseclass_offset pointer.
13331
13332 * valops.c (vb_match): Move to...
13333 * gnu-v2-abi.c (vb_match): here.
13334 * valops.c (baseclass_offset): Move to...
13335 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13336
13337 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13338
13339 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13340 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13341 * hpacc-abi.c (init_hpacc_ops): Likewise.
13342
13343 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13344
13345 * valops.c (find_overload_match): Accept obj as a
13346 reference parameter. Update it before returning.
13347 * value.h (find_overload_match): Update prototype.
13348 * eval.c (evaluate_subexp_standard): Pass object to
13349 find_overload_match by reference.
13350
13351 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13352
13353 * valarith.c: Replace value_ptr with struct value pointer. Remove
13354 register attribute from value declarations.
13355 * valops.c: Ditto.
13356 * value.h: Ditto.
13357 * scm-lang.c (scm_lookup_name): Ditto.
13358
13359 2002-01-03 Michael Snyder <msnyder@redhat.com>
13360
13361 Abstract the functionality of iterating over mapped memory
13362 regions into a general purpose iterator function.
13363 * procfs.c (iterate_over_mappings): New function, general purpose
13364 iterator for memory sections.
13365 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13366 (solib_mappings_callback): New function, callback for above.
13367 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13368 (info_mappings_callback): New function, callback for above.
13369
13370 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13371
13372 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13373
13374 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13375 * i386-tdep.c: Include "elf-bfd.h".
13376 (process_note_abi_tag_sections): New function.
13377 (i386_gdbarch_init): Add code to recognize various OS/ABI
13378 combinations.
13379
13380 * maint.c (_initialize_maint_cmds): Add missing \ in
13381 string-literal.
13382
13383 For older changes see ChangeLog-2001
13384 \f
13385 Local Variables:
13386 mode: change-log
13387 left-margin: 8
13388 fill-column: 74
13389 version-control: never
13390 End:
This page took 0.295877 seconds and 5 git commands to generate.