* m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
[binutils-gdb.git] / gdb / ChangeLog
1 2002-11-22 Andreas Schwab <schwab@suse.de>
2
3 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
4 and FPS registers.
5
6 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
7
8 * maint.c (_initialize_maint_cmds): Fix typo. From
9 Francesco Potorti` <pot@gnu.org>.
10
11 2002-11-21 Andrew Cagney <cagney@redhat.com>
12
13 * mips-tdep.c (mips_dump_tdep): Delete references to
14 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
15 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
16 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
17 * printcmd.c (build_address_symbolic): Delete calls to
18 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
19 (address_info): Ditto.
20 Fix PR gdb/773.
21
22 2002-11-19 Klee Dienes <kdienes@apple.com>
23 Adam Fedor <fedor@gnu.org>
24
25 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
26 the ability to explicitly specify the quote characters and word
27 break characters; if NULL is specified for either, use the old
28 behavior of using the characters used by the completer.
29 (skip_chars): New function. Convenience wrapper around
30 skip_quoted_chars to provide the original skip_chars behavior.
31 * completer.h (skip_quoted_chars): Add prototype.
32
33 2002-11-19 Andrew Cagney <ac131313@redhat.com>
34
35 Problems reported by Paul Eggert.
36 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
37
38 2002-11-19 Andreas Schwab <schwab@suse.de>
39
40 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
41 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
42 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
43 (m68k_linux_frame_saved_pc): Move to ...
44 * m68klinux-tdep.c: ... here. New file.
45 * Makefile.in (m68klinux-tdep.o): Add dependencies.
46 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
47
48 2002-11-19 Adam Fedor <fedor@gnu.org>
49
50 * objc-exp.y: Revert to old skip_quoted usage.
51
52 2002-11-19 Adam Fedor <fedor@gnu.org>
53
54 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
55 (objc_lang_h): Define.
56 (YYFILES): Add objc-exp.tab.c.
57 (local-maintainer-clean): Remove objc-exp.tab.c.
58 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
59
60 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
61
62 * p-exp.y (typecast rule): Add automatic dereference of
63 pascal classes if needed.
64 (THIS): Set current_type.
65 Automatically dereference pascal classes.
66 (typebase rule): Add ^typebase recognition.
67
68 2002-11-18 Adam Fedor <fedor@gnu.org>
69
70 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
71 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
72 (op_name): Handle OP_OBJC_SELF.
73 * Makefile.in (expprint.o): Add additional depends.
74
75 2002-11-18 Adam Fedor <fedor@gnu.org>
76
77 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
78 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
79 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
80 * objc-exp.y: Likewise.
81
82 2002-11-18 Adam Fedor <fedor@gnu.org>
83
84 * gdb/parser-defs.h: (struct objc_class_str): New structure
85 for parsing ObjC classes.
86
87 2002-11-18 Andrew Cagney <ac131313@redhat.com>
88
89 * stack.c (frame_relative_level): Copy function from here ...
90 * frame.c (frame_relative_level): ...to here.
91
92 2002-11-18 Andrew Cagney <ac131313@redhat.com>
93
94 * frame.h (enum frame_type): Define.
95 (get_frame_type): Declare.
96 (struct frame_info): Add field `type'. Delete field
97 signal_handler_caller.
98 (deprecated_set_frame_signal_handler_caller): Declare.
99 * frame.c (get_frame_type): New function.
100 (deprecated_set_frame_type): New function.
101 (create_new_frame): Set the frame's type.
102 (get_prev_frame): Similar.
103 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
104 * s390-tdep.c: Ditto.
105 * m68klinux-nat.c: Ditto.
106 * ns32k-tdep.c: Ditto.
107 * x86-64-linux-tdep.c: Ditto.
108 * vax-tdep.c: Ditto.
109 * rs6000-tdep.c: Ditto.
110 * ppc-linux-tdep.c: Ditto.
111 * i386-interix-tdep.c: Ditto.
112 * mips-tdep.c: Ditto.
113 * m68k-tdep.c: Ditto.
114 * hppa-tdep.c: Ditto.
115 * ia64-tdep.c: Ditto.
116 * cris-tdep.c: Ditto.
117 * arm-tdep.c: Ditto.
118 * alpha-tdep.c: Ditto.
119 * i386-tdep.c: Ditto.
120 * stack.c: Ditto.
121 * ada-lang.c: Ditto.
122 * blockframe.c: Update.
123 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
124 deprecated_set_frame_type instead of signal_handler_caller.
125 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
126 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
127 * breakpoint.h: Delete FIXME suggesting get_frame_type.
128
129 2002-11-18 Klee Dienes <kdienes@apple.com>
130
131 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
132
133 2002-11-18 Klee Dienes <kdienes@apple.com>
134
135 * buildsym.c (pop_context): Add comment.
136
137 2002-11-18 Klee Dienes <kdienes@apple.com>
138
139 * buildsym.h (pop_context): Convert to function, defined in
140 buildsym.c.
141 * buildsym.c: Include gdb_assert.h.
142 (pop_context): Implement as C function. Add check for stack
143 underflow.
144 * dbxread.c (process_one_symbol): Complain and stop processing
145 that symbol if we are already at the top of the context stack for
146 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
147 when processing N_RBRAC.
148
149 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
150
151 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
152 define.
153 (struct target_waitstatus): Add opaque definition.
154 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
155 * exec.c (init_exec_ops): Likewise.
156 * fork-child.c (clone_and_follow_inferior): Remove.
157 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
158 * inferior.h (clone_and_follow_inferior): Remove prototype.
159 * infrun.c (follow_fork_mode_both): Remove.
160 (follow_fork_mode_kind_names): Remove commented out "both".
161 (follow_inferior_fork): Remove follow_fork_mode_both support.
162 * inftarg.c (child_clone_and_follow_inferior): Remove.
163 (child_post_follow_inferior_by_clone): Remove.
164 (init_child_ops): Don't set to_clone_and_follow_inferior
165 or to_post_follow_inferior_by_clone.
166 * target.c (default_clone_and_follow_inferior): Remove.
167 (cleanup_target): Don't set to_clone_and_follow_inferior
168 or to_post_follow_inferior_by_clone.
169 (find_default_clone_and_follow_inferior): Remove.
170 (init_dummy_target): Don't set to_clone_and_follow_inferior.
171 (debug_to_clone_and_follow_inferior): Remove.
172 (debug_to_post_follow_inferior_by_clone): Remove.
173 (setup_target_debug): Don't set to_clone_and_follow_inferior
174 or to_post_follow_inferior_by_clone.
175 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
176 and to_post_follow_inferior_by_clone.
177 (child_clone_and_follow_inferior): Remove prototype.
178 (child_post_follow_inferior_by_clone): Remove prototype.
179 (target_clone_and_follow_inferior): Remove macro.
180 (target_post_follow_inferior_by_clone): Remove macro.
181 (find_default_clone_and_follow_inferior): Remove prototype.
182
183 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
184
185 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
186 inferior_has_vforked, and inferior_has_execd instead of
187 target_has_forked, target_has_vforked, and target_has_execd.
188 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
189 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
190 (CHILD_WAIT): Define.
191 (child_wait): Add prototype.
192 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
193 Add prototype.
194 (hpux_has_vforked): Likewise, from child_has_vforked.
195 (hpux_has_execd): Likewise, from child_has_execd.
196 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
197 (not_same_real_pid, child_wait): New, copied from inftarg.c.
198 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
199 and hpux_has_syscall_event instead of the target hooks.
200 * infrun.c (inferior_has_forked, inferior_has_vforked)
201 (inferior_has_execd): New functions.
202 * inftarg.c (not_same_real_pid): Remove.
203 (child_wait): Remove references to not_same_real_pid,
204 target_has_forked, target_has_vforked, target_has_execd,
205 and target_has_syscall_event.
206 (child_has_forked, child_has_vforked, child_has_execd)
207 (child_has_syscall_event): Remove.
208 (init_child_ops): Remove references to child_has_forked,
209 child_has_vforked, child_has_execd, and child_has_syscall_event.
210 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
211 (hpux_has_vforked): Likewise, from child_has_vforked.
212 (hpux_has_execd): Likewise, from child_has_execd.
213 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
214 * target.c (cleanup_target): Remove references to
215 to_has_forked, to_has_vforked, to_has_execd, and
216 to_has_syscall_event.
217 (update_current_target): Likewise.
218 (setup_target_debug): Likewise.
219 (debug_to_has_forked): Remove.
220 (debug_to_has_vforked): Remove.
221 (debug_to_has_execd): Remove.
222 (debug_to_has_syscall_event): Remove.
223 * target.h (struct target_ops): Remove to_has_forked.
224 to_has_vforked, to_has_execd, and to_has_syscall_event.
225 (child_has_forked, child_has_vforked, child_has_execd)
226 (child_has_syscall_event): Remove prototypes.
227 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
228 prototypes.
229 (target_has_forked, target_has_vforked, target_has_execd)
230 (target_has_syscall_event): Remove macros.
231
232 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
233
234 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
235 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
236 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
237 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
238 * target.c (cleanup_target): Remove reference to
239 to_can_follow_vfork_prior_to_exec.
240 (update_current_target): Likewise.
241 (debug_to_can_follow_vfork_prior_to_exec): Remove.
242 (setup_target_debug): Remove reference to
243 to_can_follow_vfork_prior_to_exec.
244 * target.h (struct target_ops): Remove
245 to_can_follow_vfork_prior_to_exec.
246 (child_can_follow_vfork_prior_to_exec): Remove prototype.
247 (target_can_follow_vfork_prior_to_exec): Remove definition.
248 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
249 define.
250 * infrun.c (follow_vfork_when_exec): Remove.
251 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
252 (follow_exec): Likewise.
253 (handle_inferior_event): Likewise.
254 (keep_going): Likewise.
255
256 2002-11-15 Andrew Cagney <cagney@redhat.com>
257
258 * frame.c (generic_unwind_get_saved_register): Make static.
259 * frame.h (generic_unwind_get_saved_register): Delete declaration.
260 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
261 defaults to generic_unwind_get_saved_register.
262 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
263 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
264 * frv-tdep.c (frv_gdbarch_init): Ditto.
265 * i386-tdep.c (i386_gdbarch_init): Ditto.
266 * s390-tdep.c (s390_gdbarch_init): Ditto.
267 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
268 * v850-tdep.c (v850_gdbarch_init): Ditto.
269 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
270 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
271 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
272
273 2002-11-15 Andrew Cagney <cagney@redhat.com>
274
275 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
276 i386-tdep.c.
277
278 2002-11-15 Andrew Cagney <cagney@redhat.com>
279
280 * frame.h (sigtramp_saved_pc): Delete declaration.
281 * blockframe.c (sigtramp_saved_pc): Delete function.
282 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
283 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
284 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
285 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
286
287 2002-11-15 Andrew Cagney <ac131313@redhat.com>
288
289 * frame.c (frame_pc_unwind): New function.
290 (frame_saved_regs_pc_unwind): New function.
291 (frame_register_unwind): Pass unwind_cache instead of
292 register_unwind_cache.
293 (set_unwind_by_pc): Add unwind_pc parameter, set.
294 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
295 (get_prev_frame): Ditto.
296 * frame.h (frame_pc_unwind_ftype): Declare.
297 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
298 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
299 (frame_pc_unwind): Declare.
300 * dummy-frame.c (dummy_frame_pc_unwind): New function.
301 (struct dummy_frame): Add comment mentioning that values are for
302 previous frame.
303 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
304 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
305 (generic_file_frame_chain_valid): Ditto.
306 * stack.c (frame_info): Ditto.
307
308 2002-11-15 David Carlton <carlton@math.stanford.edu>
309
310 * linespec.c (locate_first_half): New function.
311 (decode_line_1): Move code into locate_first_half.
312
313 2002-11-15 Andrew Cagney <ac131313@redhat.com>
314
315 * complaints.h: Add comment explaining how to eliminate a
316 deprecated_complain call.
317 * complaints.h: Fix spelling errors.
318
319 2002-11-15 David Carlton <carlton@math.stanford.edu>
320
321 * printcmd.c: Remove #include "disasm.h".
322
323 2002-11-14 Andrew Cagney <ac131313@redhat.com>
324
325 * frame.h: Move the most relevant interface functions to the start
326 of the file.
327
328 2002-11-14 Andrew Cagney <ac131313@redhat.com>
329
330 * regcache.h (deprecated_registers): Rename registers.
331 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
332 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
333 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
334 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
335 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
336 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
337 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
338 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
339 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
340 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
341 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
342 * v850ice.c: Update.
343
344 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
345
346 * utils.c (gdb_realpath): Add comment mentioning realpath with a
347 NULL buffer.
348
349 2002-11-13 Andrew Cagney <cagney@redhat.com>
350
351 * regcache.h (deprecated_read_register_bytes): Rename
352 read_register_bytes.
353 (deprecated_write_register_bytes): Rename write_register_bytes.
354 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
355 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
356 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
357 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
358 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
359 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
360 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
361 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
362 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
363 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
364 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
365 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
366 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
367 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
368
369 2002-11-13 Jim Blandy <jimb@redhat.com>
370
371 * findvar.c (read_var_value): Doc fix.
372
373 2002-11-13 Andrew Cagney <cagney@redhat.com>
374
375 * regcache.c (struct regcache): Replace passthough_p with
376 readonly_p.
377 (regcache_xmalloc): Initialize readonly_p.
378 (build_regcache): Initialize readonly_p.
379 (regcache_save): New function.
380 (regcache_restore): New function.
381 (regcache_cpy): Re-implement using regcache_save and
382 regcache_restore.
383 (regcache_raw_read): Update.
384 (regcache_cooked_read): When a read-only cache, checked for cached
385 pseudo register values.
386 (regcache_raw_write): Assert that the cache is not read-only.
387 Remove code handling a non-passthrough cache.
388 * regcache.h (regcache_save): Declare.
389 (regcache_restore): Declare.
390
391 2002-11-13 Andrew Cagney <cagney@redhat.com>
392
393 * regcache.c (struct regcache_descr): Add fields
394 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
395 (init_legacy_regcache_descr): Compute the size of a cooked
396 register cache and then assign that to sizeof_raw_registers. Set
397 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
398 (init_legacy_regcache_descr): Ditto.
399
400 2002-11-13 Andrew Cagney <cagney@redhat.com>
401
402 * regcache.c (register_buffer): Move to near start of file, update
403 description.
404 (regcache_raw_read): Use.
405 (regcache_raw_write): Use.
406 (struct regcache): Rename raw_registers to registers and
407 raw_register_valid_p to register_valid_p.
408 (regcache_xmalloc): Update.
409 (regcache_xfree): Update.
410 (register_buffer): Update.
411 (regcache_cpy): Update.
412 (regcache_cpy_no_passthrough): Update.
413 (regcache_valid_p): Update.
414 (deprecated_grub_regcache_for_registers): Update.
415 (deprecated_grub_regcache_for_register_valid): Update.
416 (set_register_cached): Update.
417 (regcache_raw_write): Update.
418
419 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
420
421 * p-exp.y (name_not_typename): Use copy_name to
422 set current_type variable for fields of THIS.
423
424 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
425
426 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
427 * monitor.c (init_base_monitor_ops): Likewise.
428 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
429 * remote-array.c (init_array_ops): Likewise.
430 * remote-e7000.c (init_e7000_ops): Likewise.
431 * remote-es.c (init_es1800_ops): Likewise.
432 (init_es1800_child_ops): Likewise.
433 * remote-rdp.c (init_remote_rdp_ops): Likewise.
434 * remote-sim.c (init_gdbsim_ops): Likewise.
435 * remote-st.c (init_st2000_ops): Likewise.
436 * sol-thread.c (init_sol_core_ops): Likewise.
437 (init_sol_thread_ops): Likewise.
438 * v850ice.c (init_850ice_ops): Likewise.
439 * win32-nat.c (init_child_ops): Likewise.
440 * wince.c (init_child_ops): Likewise.
441
442 2002-11-12 Andrew Cagney <ac131313@redhat.com>
443
444 * utils.c (gdb_realpath): Make rp a constant pointer.
445
446 2002-11-12 Andrew Cagney <ac131313@redhat.com>
447
448 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
449 a constant buffer; cannonicalize_file_name(); realpath() with a
450 pathconf() defined buffer, xstrdup().
451
452 2002-11-12 Andrew Cagney <ac131313@redhat.com>
453
454 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
455 to hang2.C; hang3.c to hang3.C.
456
457 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
458
459 * findvar.c (read_var_value): Reenable TLS code.
460
461 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
462 Jim Blandy <jimb@redhat.com>
463
464 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
465 * target.c (update_current_target): Add
466 to_get_thread_local_address.
467 * target.h (to_get_thread_local_address): Export.
468 (target_get_thread_local_address): Define.
469 (target_get_thread_local_address_p): Define.
470 * thread-db.c: Include solib-svr4.h.
471 (td_thr_tls_get_addr_p): Define.
472 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
473 (thread_db_get_thread_local_address): New function.
474 (init_thread_db_ops): Initialize to_get_thread_local_address.
475 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
476 * configure: Regenerate.
477 * config.in: Regenerate.
478
479 2002-11-11 David Carlton <carlton@math.stanford.edu>
480
481 * linespec.c (set_flags): New function.
482 (decode_line_1): Move code into set_flags.
483
484 2002-11-11 David Carlton <carlton@math.stanford.edu>
485
486 * linespec.c (decode_line_1): Move chunks of code to separate
487 functions.
488 (initialize_defaults): New function.
489 (decode_indirect): New function.
490
491 2002-11-11 Andrew Cagney <ac131313@redhat.com>
492
493 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
494 instead of void_code_ptr.
495 (sigtramp_saved_pc): Ditto.
496
497 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
498 i386_fp_regnum_p.
499
500 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
501
502 * gdbtypes.h (struct main_type): Move artificial flag out of
503 loc. New member of ``struct field'' named static_kind. Reduce
504 overloaded meaning of bitsize.
505 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
506 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
507 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
508
509 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
510 new fields.
511 (template_to_fixed_record_type, template_to_static_fixed_type)
512 (to_record_with_fixed_variant_part): Likewise.
513 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
514 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
515 * dwarfread.c (struct_type, enum_type): Likewise.
516 * hpread.c (hpread_read_enum_type)
517 (hpread_read_function_type, hpread_read_doc_function_type)
518 (hpread_read_struct_type): Likewise.
519 * mdebugread.c (parse_symbol): Likewise.
520
521 2002-11-10 Andrew Cagney <ac131313@redhat.com>
522
523 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
524 * stack.c (print_frame_info_base): Update.
525 (print_frame_info_base, frame_info): Update.
526 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
527 (sparc_frame_saved_pc): Update.
528 * ada-lang.c (find_printable_frame): Update.
529 * breakpoint.c (deprecated_frame_in_dummy): Update.
530
531 2002-11-09 Mark Kettenis <kettenis@gnu.org>
532
533 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
534 defined.
535 (regmap): Extend to cover all registers.
536 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
537 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
538 definitions.
539 (fetch_register, sore_register): Simplify.
540 (old_fetch_inferior_registers, old_store_inferior_registers):
541 Remove functions.
542 (cannot_fetch_register, cannot_store_register): Change
543 implementation to use regmap array to decide which registers
544 cannot be fetched/stored. This removes $orig_eax from the
545 registers that cannot be fetched/stored.
546 (fetch_inferior_registers): Call fetch_register directly instead
547 of calling old_fetch_inferior_registers.
548 (store_inferior_registers): Call store_register directly instead
549 of calling old_store_inferior_registers.
550 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
551 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
552 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
553
554 2002-11-09 Klee Dienes <kdienes@apple.com>
555
556 * i387-tdep.c (i387_supply_register): When called with NULL as a
557 buffer, mark the register as not provided (to mirror the behavior
558 of supply_register).
559 (i387_supply_fxsave): Ditto.
560 (i387_supply_fsave): Ditto (inherits the behavior from
561 i387_supply_register).
562
563 2002-11-09 Klee Dienes <kdienes@apple.com>
564
565 * blockframe.c (sigtramp_saved_pc): Use
566 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
567 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
568 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
569
570 2002-11-09 Andrew Cagney <ac131313@redhat.com>
571
572 * frame.c (get_prev_frame): Test prev_p to identify a previously
573 unwound frame. Initialize prev_p.
574 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
575 comment.
576
577 2002-11-09 Andrew Cagney <ac131313@redhat.com>
578
579 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
580 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
581 more comments. Zap dead code.
582
583 2002-11-09 Mark Kettenis <kettenis@gnu.org>
584
585 * infcmd.c (print_vector_info, print_float_info): Move code that
586 checks whether the target has any registers and whether there is a
587 selected frame up, such that it is also used if a target provides
588 multi-arch definitions of these functions.
589
590 2002-11-08 Andrew Cagney <ac131313@redhat.com>
591
592 * Makefile.in (DESTDIR): Define.
593 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
594 prefix.
595
596 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
597 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
598
599 2002-11-08 Andrew Cagney <ac131313@redhat.com>
600
601 * i386-linux-tdep.c: Include "reggroups.h".
602 (i386_linux_register_reggroup_p): New function.
603 (i386_linux_init_abi): Set register_reggroup_p to
604 i386_linux_register_reggroup_p.
605 * i386-tdep.h (i386_register_reggroup_p): Declare.
606 * i386-tdep.c: Include "reggroups.h".
607 (i386_init_reggroups): New function.
608 (i386_add_reggroups): New function.
609 (i386_register_reggroup_p): New function.
610 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
611 (_initialize_i386_tdep): Call i386_init_reggroups.
612 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
613 specific reggroups.
614
615 2002-11-09 Mark Kettenis <kettenis@gnu.org>
616
617 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
618 request that's available in *BSD.
619
620 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
621
622 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
623 FDOFF_REGNUM.
624
625 2002-11-08 Andrew Cagney <ac131313@redhat.com>
626
627 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
628 * dummy-frame.c (find_dummy_frame): Rename
629 generic_find_dummy_frame, make static. Return the dummy frame
630 instead of the regcache.
631 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
632 (cached_find_dummy_frame): New function. Use find_dummy_frame.
633 (dummy_frame_register_unwind): Rename
634 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
635 * dummy-frame.h (dummy_frame_register_unwind): Rename
636 generic_call_dummy_register_unwind.
637
638 2002-11-08 Mark Kettenis <kettenis@gnu.org>
639
640 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
641 except the inclusion of "i386/tm-i386.h", to...
642 * config/i386/nm-i386v42mp.h: ...here.
643 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
644
645 2002-11-08 Andrew Cagney <ac131313@redhat.com>
646
647 * Makefile.in (frame.o): Update dependencies.
648 * blockframe.c (current_frame, frame_obstack_alloc)
649 (frame_saved_regs_zalloc, get_current_frame)
650 (set_current_frame, create_new_frame)
651 (set_unwind_by_pc, get_next_frame)
652 (flush_cached_frames, reinit_frame_cache)
653 (frame_saved_regs_register_unwind)
654 (deprecated_generic_get_saved_register)
655 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
656 (_initialize_blockframe): Move frame code from here...
657 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
658 "annotate.h" and "dummy-frame.h".
659 (_initialize_frame): New function.
660
661 2002-11-08 Jim Blandy <jimb@redhat.com>
662
663 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
664 when we finish a function a context.
665 * buildsym.h (outermost_context_p): New macro.
666 (Bug analyzed by David Edelsohn.)
667
668 2002-11-08 Andrew Cagney <ac131313@redhat.com>
669
670 * blockframe.c: Include "dummy-frame.h".
671 (struct dummy_frame, dummy_frame_stack)
672 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
673 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
674 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
675 (generic_save_call_dummy_addr, generic_pop_current_frame)
676 (generic_pop_dummy_frame, generic_fix_call_dummy)
677 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
678 dummy frame code from here...
679 * dummy-frame.c: ...to here. New file.
680 * dummy-frame.h: New file.
681 (generic_call_dummy_register_unwind): Declare.
682 (generic_find_dummy_frame): Declare.
683 * Makefile.in (SFILES): Add dummy-frame.c.
684 (dummy-frame.o): Specify dependencies.
685 (dummy_frame_h): Define.
686 (COMMON_OBS): Add dummy-frame.o.
687 (blockframe.o): Update dependencies.
688
689 2002-11-08 Jim Blandy <jimb@redhat.com>
690
691 * dwarf2read.c (read_func_scope): Restore local_symbols and
692 param_symbols after we finish the function context. (Based on a
693 patch from David Edelsohn.)
694
695 2002-11-08 David Carlton <carlton@math.stanford.edu>
696
697 * linespec.c (symbol_found): New function.
698 (minsym_found): New function.
699 (decode_line_1): Separate out some code into separate functions.
700
701 2002-11-08 Joel Brobecker <brobecker@gnat.com>
702
703 * i386-tdep.c (i386_frameless_signal_p): Make non static for
704 the benefit of the interix target.
705 * i386-tdep.h (i386_frameless_signal_p): Declare.
706
707 2002-11-08 Andrew Cagney <ac131313@redhat.com>
708
709 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
710 declaration that snuck in from change below.
711
712 2002-11-06 Andrew Cagney <cagney@redhat.com>
713
714 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
715 all callers.
716 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
717 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
718 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
719 (i386_mxcsr_regnum_p): new function. Use instead of
720 MXCSR_REGNUM_P.
721 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
722 (i386_sse_regnum_p): Declare.
723 (i386_mxcsr_regnum_p): Declare.
724 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
725 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
726 (IS_FP_REGNUM): Update definition.
727 (IS_FPU_CTRL_REGNUM): Update definition..
728 (IS_SSE_REGNUM): Update definition..
729 * i386v-nat.c (register_u_addr): Update.
730 * go32-nat.c (fetch_register): Update.
731 (store_register): Update.
732
733 2002-11-07 Joel Brobecker <brobecker@gnat.com>
734
735 Preparation work to convert the hppa targets to multiarch partial.
736
737 * hppa-tdep.c: Add new functions replacing macro bodies from
738 config/pa/tm-hppa.h. These function will be used to initialize
739 the gdbarch structure. Import some comments from tm-hppa.h,
740 and place them where appropriate, to avoid loosing them when
741 we cleanup this file.
742 (hppa_reg_struct_has_addr): New function.
743 (hppa_inner_than): New function.
744 (hppa_stack_align): New function.
745 (hppa_pc_requires_run_before_use): New function.
746 (hppa_instruction_nullified): New function.
747 (hppa_register_byte): New function.
748 (hppa_register_virtual_type): New function.
749 (hppa_store_struct_return): New function.
750 (hppa_cannot_store_register): New function.
751 (hppa_frame_args_address): New function.
752 (hppa_frame_locals_address): New function.
753 (hppa_smash_text_address): New function.
754 (hppa_coerce_float_to_double): New function. Requires the inclusion
755 of "language.h".
756
757 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
758
759 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
760 gdbarch-eligible macro to a call to the new associated function
761 created in hppa-tdep.c.
762 (INNER_THAN): Likewise.
763 (STACK_ALIGN): Likewise.
764 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
765 (INSTRUCTION_NULLIFIED): Likewise.
766 (REGISTER_BYTE): Likewise.
767 (REGISTER_VIRTUAL_TYPE): Likewise.
768 (STORE_STRUCT_RETURN): Likewise.
769 (CANNOT_STORE_REGISTER): Likewise.
770 (FRAME_ARGS_ADDRESS): Likewise.
771 (FRAME_LOCALS_ADDRESS): Likewise.
772 (SMASH_TEXT_ADDRESS): Likewise.
773 (COERCE_FLOAT_TO_DOUBLE): Likewise.
774 (ABOUT_TO_RETURN): Delete, as no longer used.
775
776 2002-11-07 Fernando Nasser <fnasser@redhat.com>
777
778 * printcmd.c (disassemble_command): Remove obsolete function.
779 (_initialize_printcmd): Do not create disassemble command here.
780 * cli/cli-cmds.c (disassemble_command): New function. Implements
781 disassemble command.
782 (init_cli_cmds): Create disassemble command here instead.
783
784 2002-11-07 Andrew Cagney <ac131313@redhat.com>
785
786 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
787
788 2002-11-07 Andrew Cagney <ac131313@redhat.com>
789
790 * regcache.h (regcache_cooked_read_using_offset_hack)
791 (regcache_cooked_write_using_offset_hack): Delete declarations.
792 (register_changed): Delete declaration.
793 * regcache.c (regcache_cooked_read_using_offset_hack)
794 (regcache_cooked_write_using_offset_hack): Delete functions.
795 (cooked_xfer_using_offset_hack): Delete function.
796 (register_changed): Delete function.
797
798 2002-11-07 Jim Blandy <jimb@redhat.com>
799
800 * macroscope.c: #include "complaints.h".
801 (sal_macro_scope): Cope with filenames that appear in the symtabs,
802 but not in the macro table.
803 * Makefile.in (macroscope.o): Record dependency.
804
805 2002-11-07 Joel Brobecker <brobecker@gnat.com>
806
807 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
808
809 2002-11-07 Andrew Cagney <ac131313@redhat.com>
810
811 * regcache.c (deprecated_registers_fetched): Update.
812 * regcache.h (deprecated_registers_fetched): Rename
813 registers_fetched.
814 * remote-vxsparc.c (vx_read_register): Update.
815 * remote-vxmips.c (vx_read_register): Update.
816 * remote-vx68.c (vx_read_register): Update.
817 * irix5-nat.c (fetch_core_registers): Update.
818 * mipsm3-nat.c (fetch_inferior_registers): Update.
819 * sun3-nat.c (fetch_inferior_registers): Update.
820 * symm-nat.c (fetch_inferior_registers): Update.
821 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
822 (fetch_core_registers): Update.
823 (fetch_kcore_registers): Update.
824 * mips-nat.c (fetch_inferior_registers): Update.
825 * corelow.c (get_core_registers): Update.
826 * a68v-nat.c (fetch_inferior_registers): Update.
827
828 2002-11-06 Joel Brobecker <brobecker@gnat.com>
829
830 Put in place the framework necessary for multiarching the hppa targets.
831 * hppa-tdep.c (hppa_gdbarch_init): New function.
832 (hppa_dump_tdep): New function.
833 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
834 tdep structure dumper.
835 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
836 until the multi-arching conversion has partially been completed.
837
838 2002-11-06 Andrew Cagney <ac131313@redhat.com>
839
840 * valops.c (value_assign): Merge lval_register case into
841 lval_reg_frame_relative. Use frame_register and
842 regcache_cooked_write instead of get_saved_register and
843 write_register_bytes. After flushing the register cache, try to
844 re-select the selected frame.
845
846 2002-11-06 Andrew Cagney <ac131313@redhat.com>
847
848 * regcache.h (deprecated_register_valid): Rename register_valid.
849 * regcache.c: Update.
850 * ia64-aix-nat.c: Update.
851 * i386gnu-nat.c: Update.
852 * alpha-nat.c: Update.
853 * sparc-nat.c: Update.
854 * lynx-nat.c: Update.
855 * remote-mips.c: Update.
856
857 2002-11-06 Joel Brobecker <brobecker@gnat.com>
858
859 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
860 to end of file, to be more consistent with the pratice followed
861 by other targets.
862
863 2002-11-06 Andrew Cagney <ac131313@redhat.com>
864
865 * infcmd.c: Include "reggroups.h" and <ctype.h>.
866 (print_float_info): Print registers in float_reggroup.
867 (print_vector_info): Print registers in vector_reggroup.
868 (default_print_registers_info): When all, print registers in
869 all_reggroup. Otherwize, print registers in general_reggroup.
870 (registers_info): Rewrite. Add support for register groups.
871 Eliminate a goto.
872
873 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
874
875 * symtab.c (methods_info): Delete. It has been ifdeffed out for
876 ages.
877 (symtab_symbol_info): Remove eons old ifdeffed out code.
878 (_initialize_symtab): Remove prehistoric disabled 'info methods'
879 command.
880
881 2002-11-06 Theodore A. Roth <troth@openavr.org>
882
883 * c-exp.y: Add missing semi-colons.
884 * f-exp.y: Add missing semi-colons.
885 * m2-exp.y: Add missing semi-colons.
886 * p-exp.y: Add missing semi-colons.
887 Add empty action to start rule to avoid a type clash error when
888 building with bison >= 1.50.
889
890 2002-11-06 Jim Blandy <jimb@redhat.com>
891
892 * macrotab.h (struct macro_source_file): Doc fix.
893
894 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
895
896 * varobj.c (child_exists, cplus_number_of_children): Change
897 STREQ macro references to strcmp.
898 (cplus_name_of_child): Change code to handle the fact that
899 fields are not necessarily contiguous with regards to their
900 access control. This is a fix for PR gdb/792.
901
902 2002-11-05 Andrew Cagney <ac131313@redhat.com>
903
904 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
905 * gdbarch.h, gdbarch.c: Regnerate.
906 * frame.h (frame_register): Declare.
907 * frame.c (frame_register): New function.
908 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
909 GET_SAVED_REGISTER, otherwize call
910 generic_unwind_get_saved_register.
911 (frame_register_read): Use frame_register instead of
912 get_saved_register.
913
914 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
915
916 From Jim Ingham <jingham@apple.com>:
917 * event-top.c (gdb_disable_readline): New function.
918 (_initialize_event_loop): Move comment.
919
920 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
921
922 * event-loop.c (start_event_loop): Add comment.
923 Update copyright.
924
925 2002-11-05 Andrew Cagney <ac131313@redhat.com>
926
927 * infcmd.c (default_print_registers_info): Do not call
928 PRINT_REGISTER_HOOK.
929
930 2002-11-05 Andrew Cagney <ac131313@redhat.com>
931
932 * sparc-tdep.c (sparc_print_register_hook): Make static.
933 (sparc_print_registers_info): New function.
934 (sparc_do_registers_info): New function.
935 (sparclet_print_registers_info): New function.
936 (sparclet_do_registers_info): New function.
937 (do_sparc_print_registers_info): New function.
938 (sparc_print_registers): New static function, clone of infcmd.c's
939 default_print_registers_info.
940 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
941 (sparclet_do_registers_info): Declare.
942 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
943 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
944 Re-define.
945 (sparc_do_registers_info): Declare.
946 (PRINT_REGISTER_HOOK): Delete macro.
947 (sparc_print_register_hook): Delete declaration.
948
949 2002-11-05 David Carlton <carlton@math.stanford.edu>
950
951 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
952 functions.
953 (lookup_symbol_aux_local): New function.
954 (lookup_symbol_aux_symtabs): New function.
955 (lookup_symbol_aux_psymtabs): New function.
956
957 2002-11-05 David Carlton <carlton@math.stanford.edu>
958
959 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
960 previous values of 'objfile' and 'block'.
961
962 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
963
964 * values.c (value_change_enclosing_type): Set
965 enclosing_type field correctly also for the case where
966 more memory needs to be allocated.
967
968 2002-11-03 Mark Kettenis <kettenis@gnu.org>
969
970 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
971 of puts_filtered.
972
973 * i387-tdep.c (i387_print_float_info): Replace calls to
974 register_read and deprecated_read_register_gen with calls to
975 frame_register_read, and make the necessary adjustments to the
976 surrounding code.
977
978 2002-11-02 Andrew Cagney <ac131313@redhat.com>
979
980 * gdbarch.sh (register_reggroup_p): Allow default value.
981 * gdbarch.h, gdbarch.c: Regenerate.
982
983 2002-11-02 Andrew Cagney <ac131313@redhat.com>
984
985 * regcache.h: Add coment indicating replacements for deprecated
986 functions.
987
988 2002-11-02 Andrew Cagney <cagney@redhat.com>
989
990 * reggroups.h, reggroups.c: New files.
991 * regcache.c: Include "reggroups.h".
992 (enum regcache_dump_what): Add `regcache_dump_groups'.
993 (regcache_dump): Contract size of the "Type" column. When
994 specified, dump the register's groups.
995 (maintenance_print_register_groups): New function.
996 (_initialize_regcache): Add command `maint print register-groups'.
997 * Makefile.in (COMMON_OBS): Add reggroups.o
998 (SFILES): Add reggroups.c.
999 (reggroups_h): Define.
1000 (regcache.o, gdbarch.o): Update dependencies.
1001 (reggroups.o): Specify dependencies.
1002 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
1003 Add opaque declaration for `struct reggroup' in generated .h file.
1004 Include "reggroups.h" in generated .c file.
1005 gdbarch.h, gdbarch.c: Re-generate.
1006
1007 2002-11-02 Andrew Cagney <cagney@redhat.com>
1008
1009 * regcache.h (deprecated_read_register_gen): Rename
1010 read_register_gen.
1011 (deprecated_write_register_gen): Rename write_register_gen.
1012 * i387-tdep.c: Update.
1013 * x86-64-linux-nat.c: Update
1014 * wince.c: Update.
1015 * thread-db.c: Update.
1016 * win32-nat.c: Update.
1017 * mips-tdep.c: Update.
1018 * d10v-tdep.c: Update.
1019 * cris-tdep.c: Update.
1020 * remote-sim.c: Update.
1021 * remote-rdi.c: Update.
1022 * remote-rdp.c: Update.
1023 * frame.c: Update.
1024 * target.c: Update.
1025 * blockframe.c: Update.
1026 * x86-64-tdep.c: Update.
1027 * xstormy16-tdep.c: Update.
1028 * sh-tdep.c: Update.
1029 * s390-tdep.c: Update.
1030 * rs6000-tdep.c: Update.
1031 * sparc-tdep.c: Update.
1032 * i386-tdep.c: Update.
1033 * dwarf2cfi.c: Update.
1034 * regcache.c: Update.
1035
1036 2002-11-01 Joel Brobecker <brobecker@gnat.com>
1037
1038 New interix-specific files:
1039 * config/i386/nm-interix.h: New file.
1040 * config/i386/interix.mh: New file.
1041 * config/i386/interix.mt: New file.
1042 * i386-interix-nat.c: New file.
1043 * i386-interix-tdep.c: New file.
1044
1045 2002-11-01 Andrew Cagney <cagney@redhat.com>
1046
1047 * frame.h (deprecated_generic_get_saved_register): Rename
1048 generic_get_saved_register.
1049 * blockframe.c (deprecated_generic_get_saved_register): Update.
1050 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1051 (xstormy16_frame_saved_register): Update.
1052 * sh-tdep.c (sh_gdbarch_init): Update.
1053 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1054 * ia64-tdep.c (ia64_get_saved_register): Update.
1055 * cris-tdep.c (cris_gdbarch_init): Update.
1056 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1057 * arm-tdep.c (arm_gdbarch_init): Update.
1058
1059 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1060
1061 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1062
1063 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1064
1065 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1066 trampolines in sigaction.
1067
1068 2002-10-31 Andrew Cagney <cagney@redhat.com>
1069
1070 * h8300-tdep.c: Include "gdb_assert.h".
1071 (h8300_print_register): Add gdbarch, file and frame parameters.
1072 Use frame_read_unsigned_register to read the register's value.
1073 Use fprintf_filtered to display output.
1074 (h8300_print_registers_info): Replace h8300_do_registers_info.
1075 (h8300_gdbarch_init): Set print_registers_info.
1076
1077 2002-10-31 Andrew Cagney <cagney@redhat.com>
1078
1079 * frame.c (frame_read_unsigned_register): New function.
1080 (frame_read_signed_register): New function.
1081 * frame.h (frame_read_unsigned_register): Declare.
1082 (frame_read_signed_register): Declare.
1083
1084 2002-10-31 Andrew Cagney <cagney@redhat.com>
1085
1086 * h8500-tdep.c (h8500_print_registers_info): New static function,
1087 clone of infcmd.c's default_print_registers_info.
1088 (h8500_do_registers_info): New funtion.
1089 (h8500_print_register_hook): Rename print_register_hook, make
1090 static.
1091
1092 * config/h8500/tm-h8500.h: Update copyright.
1093 (DEPRECATED_DO_REGISTERS_INFO): Define.
1094 (h8500_do_registers_info: Declare.
1095 (PRINT_REGISTER_HOOK): Delete macro.
1096 (print_register_hook): Delete function.
1097
1098 2002-10-31 Andrew Cagney <cagney@redhat.com>
1099
1100 * z8k-tdep.c (z8k_print_register_hook): Make static.
1101 (z8k_print_registers_info): New static function, clone of
1102 infcmd.c's default_print_registers_info.
1103 (z8k_do_registers_info): New function. Wrap
1104 z8k_print_registers_info.
1105 * config/z8k/tm-z8k.h: Update copyright.
1106 (PRINT_REGISTER_HOOK): Delete macro.
1107 (z8k_print_register_hook): Delete declaration.
1108 (DEPRECATED_DO_REGISTERS_INFO): Define.
1109 (z8k_do_registers_info): Declare.
1110
1111 2002-10-30 Joel Brobecker <brobecker@gnat.com>
1112
1113 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1114 as this is already provided by value.h, and was actually causing
1115 a compilation error because of a conflict in parameter type
1116 declaration due to a missing const keyword.
1117 (low_text_segment_addres): Fix a compilation warning.
1118
1119 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1120
1121 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1122 registers without a name.
1123 (mips_linux_cannot_store_register): Don't store registers without
1124 a name.
1125
1126 2002-10-28 David Carlton <carlton@math.stanford.edu>
1127
1128 * symtab.c (find_addr_symbol): Delete. (It was already commented
1129 out.)
1130 * symtab.h: Delete prototype for find_addr_symbol.
1131
1132 2002-10-26 Andrew Cagney <cagney@redhat.com>
1133
1134 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1135 DO_REGISTERS_INFO.
1136 gdbarch.h, gdbarch.c: Re-generate.
1137 * infcmd.c (default_print_registers_info): Update reference.
1138 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1139 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1140 * sh-tdep.c (sh_gdbarch_init): Ditto.
1141 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1142 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1143
1144 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1145
1146 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1147 cfi_init_extra_frame_info.
1148 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1149 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1150
1151 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1152 target where necessary. Add more comments and remove the ones
1153 that don't provide any useful information.
1154
1155 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1156 deprecated_read_register_dummy with
1157 frame_unwind_unsigned_register.
1158
1159 * i386-tdep.c (i386_extract_struct_value_address): Use
1160 regcache_raw_read_unsigned instead of
1161 regcache_cooked_read_unsigned since we know that the register
1162 we're reading isn't a pseudo register. Rename variable 'val' into
1163 the more descriptive 'addr'.
1164
1165 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1166 (x86_64_push_return_address): Add comment.
1167 (x86_64_pop_frame): Make static.
1168 (examine_argument): Clarify comment.
1169 (x86_64_skip_prologue): Make prolog_expact variable static.
1170
1171 * dwarf2cfi.c: Fix some formatting problems.
1172 (context_cpy, read_encoded_pointer): Clarify comments.
1173
1174 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1175 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1176 i386 target back into x86_64_gdbarch_init. Add some comments and
1177 remove meaningless ones.
1178
1179 2002-10-25 Andrew Cagney <cagney@redhat.com>
1180
1181 * complaints.h (struct deprecated_complaint): Rename `struct
1182 complaint'.
1183 * complaints.c (complain): Update.
1184 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1185 incorrect comment indicating that "symfile.h" was being included
1186 for the `struct complaint' definition.
1187 * remote-vx.c: Update.
1188 * objc-lang.c: Update.
1189 * xcoffread.c: Update.
1190 * hpread.c: Update.
1191 * mdebugread.c: Update.
1192 * stabsread.c: Update.
1193 * dwarf2read.c: Update.
1194 * dwarfread.c: Update.
1195 * elfread.c: Update.
1196 * coffread.c: Update.
1197 * stabsread.h: Update.
1198 * dbxread.c: Update.
1199 * buildsym.c: Update.
1200 * gdbtypes.c: Update.
1201 * macrotab.c: Update.
1202
1203 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1204
1205 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1206 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1207 (x86_64_init_abi): ...new function.
1208
1209 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1210 * i386v-nat.c: Include "i386-tdep.h".
1211
1212 2002-10-25 Andrew Cagney <cagney@redhat.com>
1213
1214 * gdbtypes.c (address_space_name_to_int): Update.
1215 (address_space_int_to_name): Update.
1216 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1217 multi-arch predicate.
1218 (address_class_name_to_type_flags): Ditto.
1219 * gdbarch.h, gdbarch.c: Re-generate.
1220
1221 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1222
1223 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1224
1225 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1226
1227 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1228
1229 * symtab.h (INIT_SAL): Delete macro.
1230 (init_sal): Export.
1231 * symtab.c (init_sal): New function.
1232
1233 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1234 to init_sal function call.
1235 (find_sal_from_funcs_and_line): Ditto.
1236 (all_sals_for_line): Ditto.
1237 * breakpoint.c (create_internal_breakpoint): Ditto.
1238 (create_fork_vfork_event_catchpoint): Ditto.
1239 (create_exec_event_catchpoint): Ditto.
1240 (parse_breakpoint_sals): Ditto.
1241 (watch_command_1): Ditto.
1242 (handle_gnu_4_16_catch_command): Ditto.
1243 (clear_command): Ditto.
1244 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1245 * infcmd.c (run_stack_dummy): Ditto.
1246 * infrun.c (process_event_stop_test): Ditto.
1247 (check_sigtramp2): Ditto.
1248 (step_over_function): Ditto.
1249 * linespec.c (decode_line_2): Ditto.
1250 (decode_line_1): Ditto.
1251 * source.c (line_info): Ditto.
1252 * symtab.c (find_pc_sect_line): Ditto.
1253
1254 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1255
1256 * dwarf2cfi.c (struct context)
1257 (struct context_reg): Moved to dwarf2cfi.h
1258 (context_alloc, frame_state_alloc, context_cpy):
1259 Made extern instead of static, removed prototypes.
1260 * dwarf2cfi.h (struct context)
1261 (struct context_reg): New, moved from dwarf2cfi.c
1262 (context_alloc, frame_state_alloc, context_cpy):
1263 New prototypes.
1264 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1265 Changed from static to extern.
1266 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1267 (LINUX_SIGCONTEXT_FP_OFFSET)
1268 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1269 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1270 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1271 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1272 set_gdbarch_*() calls now use x86-64 specific functions
1273 instead of DWARF2 CFI ones.
1274 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1275 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1276 (x86_64_init_extra_frame_info): New prototypes.
1277
1278 2002-10-23 David Carlton <carlton@math.stanford.edu>
1279
1280 * linespec.c: #include "parser-defs.h".
1281 Delete prototype for find_template_name_end.
1282 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1283
1284 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1285
1286 * NEWS: add recent mi fixes.
1287 * varobj.c (struct varobj): Add new "updated" flag.
1288 (new_variable): Default "updated" flag to 0.
1289 (varobj_set_value): Set "updated" flag to 1 if value
1290 changes.
1291 (varobj_update): Check varobj "updated" flag before
1292 comparing old and refreshed values. Fix for
1293 PR gdb/702.
1294
1295 2002-10-23 David Carlton <carlton@math.stanford.edu>
1296
1297 * parse.c (parse_exp_1): Use BLOCK_START.
1298 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1299 SYMBOL_BLOCK_VALUE.
1300 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1301
1302 2002-10-23 David Carlton <carlton@math.stanford.edu>
1303
1304 * symtab.c: Delete cplusplus_hint.
1305 Delete prototype for find_template_name_end.
1306
1307 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1308
1309 * symtab.h: Update comment.
1310
1311 2002-10-23 Michael Snyder <msnyder@redhat.com>
1312
1313 * printcmd.c (address_info): Restore quotes in output.
1314 * valops.c (value_of_local): Restore quotes in error message.
1315
1316 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1317
1318 * symtab.c (symbol_demangled_name): New function.
1319 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1320 turning most of it into a function.
1321 (symbol_demangled_name): Export.
1322
1323 2002-10-23 Michael Snyder <msnyder@redhat.com>
1324
1325 * valops.c (value_of_local): Restore quotes in error message.
1326
1327 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1328
1329 * symtab.c (symbol_init_language_specific): New function.
1330 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1331 turning most of it into a function.
1332 (symbol_init_language_specific): Export.
1333
1334 2002-10-23 David Carlton <carlton@math.stanford.edu>
1335
1336 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1337 (dwarf_attr_name): Ditto.
1338 (dwarf_type_encoding_name): Ditto.
1339 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1340 (process_die): Handle DW_TAG_namespace,
1341 DW_TAG_imported_declaration, DW_TAG_imported_module.
1342 (read_namespace): New function.
1343
1344 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1345
1346 * configure.in: Define NEW_PROC_API on Interix too.
1347 * configure: Regenerate.
1348
1349 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1350
1351 * configure: Regenerate using the proper version of autoconf.
1352
1353 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1354
1355 * findvar.c (read_var_value): Temporarily disable TLS code, until
1356 complete TLS support is added.
1357
1358 2002-10-21 Jim Blandy <jimb@redhat.com>
1359 Elena Zannoni <ezannoni@redhat.com>
1360
1361 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1362 for thread local storage locations.
1363 (struct symbol): Add objfile field.
1364 (SYMBOL_OBJFILE): Define.
1365 * dwarf2read.c (is_thread_local): New static variable.
1366 (new_symbol): If variable is in thread local fill in address class
1367 and objfile appropriately.
1368 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1369 stack operation.
1370 * printcmd.c (address_info): Print the information for thread
1371 local storage variable.
1372 * findvar.c (read_var_value): In case of thread local variable,
1373 defer to the target vector code to compute address.
1374
1375 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1376
1377 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1378 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1379
1380 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1381
1382 * symtab.h (address_class): Rename
1383 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1384 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1385 * printcmd.c (address_info): Ditto.
1386 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1387
1388 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1389
1390 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1391 DBREG_DRX macro to acces debug registers.
1392
1393 * Makefile.in (i386obsd-tdep.o): New target.
1394
1395 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1396 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1397
1398 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1399 * config/i386/obsd.mt: New file.
1400 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1401 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1402 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1403 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1404 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1405 * i386obsd-tdep.c: New file.
1406
1407 2002-10-19 Adam Fedor <fedor@gnu.org>
1408
1409 * objc-exp.y (name_not_typename): Fix invalid comment.
1410
1411 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1412
1413 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1414 to allocate partial syms and macro byte caches.
1415
1416 2002-10-18 David Carlton <carlton@math.stanford.edu>
1417
1418 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1419
1420 2002-10-18 Adam Fedor <fedor@gnu.org>
1421
1422 * stabsread.c (find_name_end): New function.
1423 (define_symbol): Use it.
1424
1425 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1426
1427 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1428 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1429 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1430 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1431
1432 2002-10-17 David Carlton <carlton@math.stanford.edu>
1433
1434 * symfile.h: Add opaque declaration for struct obstack.
1435 Declare obsavestring to take a const char *.
1436 * symfile.c (obsavestring): Make first argument a const char *.
1437
1438 2002-10-16 Adam Fedor <fedor@gnu.org>
1439
1440 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1441 names when matching breakpoints in current file.
1442
1443 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1444
1445 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1446 (read_tag_pointer_type): Add address class support.
1447 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1448 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1449 New methods.
1450 * gdbarch.h, gdbarch.c: Regenerate.
1451 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1452 (make_type_with_address_space, recursive_type_dump): Add address
1453 class support.
1454 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1455 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1456 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1457
1458 2002-10-16 Klee Dienes <kdienes@apple.com>
1459
1460 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1461 to get the last character of a char[] buffer, not
1462 name[sizeof(vptr_name)-1].
1463
1464 2002-10-14 Adam Fedor <fedor@gnu.org>
1465
1466 * symtab.h: New objc_specific struct.
1467 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1468 (SYMBOL_DEMANGLED_NAME): Likewise.
1469
1470 2002-10-14 Adam Fedor <fedor@gnu.org>
1471
1472 * symfile.c (init_filename_language_table): Add ObjC file extension.
1473
1474 2002-10-14 Adam Fedor <fedor@gnu.org>
1475
1476 * utils.c (puts_filtered_tabular): New function.
1477 (fprintf_symbol_filtered): Get ObjC demangled name.
1478 * defs.h (puts_filtered_tabular): Declared.
1479
1480 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1481
1482 * c-lang.h (c_type_print_varspec_prefix): Delete.
1483 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1484 ``need_post_space'' parameter. Adjust all callers.
1485
1486 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1487
1488 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1489 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1490 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1491 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1492
1493 2002-10-13 Adam Fedor <fedor@gnu.org>
1494
1495 * source.c (print_source_lines): Update comments.
1496
1497 2002-10-13 Adam Fedor <fedor@gnu.org>
1498
1499 * valops.c (value_of_local): New function.
1500 (value_of_this): Use it.
1501 * value.h (value_of_local): Declared.
1502
1503 2002-10-13 Adam Fedor <fedor@gnu.org>
1504
1505 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1506 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1507
1508 2002-10-12 Adam Fedor <fedor@gnu.org>
1509
1510 * language.c (binop_result_type): Add language_objc to case.
1511 (integral_type): Likewise.
1512 (character_type): Likewise.
1513 (string_type): Likewise.
1514 (boolean_type): Likewise.
1515 (structured_type): Likewise.
1516 (binop_type_check): Likewise.
1517
1518 2002-10-11 Adam Fedor <fedor@gnu.org>
1519
1520 * printcmd.c (address_info): Print 'self' for ObjC.
1521
1522 2002-10-11 Adam Fedor <fedor@gnu.org>
1523
1524 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1525 OP_SELF.
1526
1527 2002-10-11 Adam Fedor <fedor@gnu.org>
1528
1529 * language.h (CAST_IS_CONVERSION): Add language_objc.
1530
1531 2002-10-11 Adam Fedor <fedor@gnu.org>
1532
1533 * defs.h (enum language): Add language_objc.
1534
1535 2002-10-11 Klee Dienes <kdienes@apple.com>
1536
1537 * corefile.c (read_memory_typed_address): New function.
1538 * gdbcore.h (read_memory_typed_address): Add prototype.
1539 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1540 to read a value destined for a CORE_ADDR, not read_memory_integer.
1541 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1542 (f77_get_dynamic_lowerbound): Ditto.
1543
1544 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1545
1546 * utils.c (string_to_core_addr): After turning string into
1547 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1548 which will do necessary sign-extension, etc.
1549
1550 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1551
1552 * c-exp.y (THIS): Delete token and grammar rule.
1553 (yylex): Don't return THIS.
1554 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1555 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1556 * demangle.c (cplus_markers): Update comment. Put '$'
1557 first. Remove CPLUS_MARKER.
1558 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1559 * jv-exp.y (THIS): Delete token and grammar rule.
1560 (yylex): Don't return THIS.
1561 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1562 * objc-exp.y (THIS): Delete token and grammar rule.
1563 (yylex): Don't return THIS.
1564 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1565 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1566 (read_member_functions): Likewise for opname.
1567 (read_tilde_fields): Use is_cplus_marker.
1568
1569 * defs.h (CPLUS_MARKER): Don't define.
1570 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1571 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1572 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1573 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1574 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1575
1576 * config/i386/tm-i386v4.h: Delete file.
1577 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1578 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1579 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1580 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1581 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1582 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1583 * config/i386/i386v4.mt (TM_FILE): Likewise.
1584 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1585
1586 2002-10-10 Marko Mlinar <markom@opencores.org>
1587
1588 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1589 accidentially not commited 2002-10-09
1590 * gdbarch.h, gdbarch.c: Re-generate.
1591
1592 2002-10-09 Marko Mlinar <markom@opencores.org>
1593
1594 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1595 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1596 * gdbarch.h, gdbarch.c: Re-generate.
1597
1598 2002-10-08 Petr Sorfa <petrs@caldera.com>
1599
1600 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1601
1602 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1603 so we can work on more than one compilation unit at a time. This
1604 helps prepare GDB to handle inter-CU die references.
1605 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1606 the code to be defined before struct comp_unit_head.
1607 (comp_unit_head): Added new members - offset, cu_head,
1608 begin_die, next and dwarf2_abbrevs.
1609 (dwarf2_abbrevs): Removed single static var; now member of
1610 struct comp_unit_head.
1611 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1612 members.
1613 (psymtab_to_symtab_1): Changed to work with the new
1614 struct comp_unit_head.
1615 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1616 constructs the dwarf2_abbrevs[] inside the cu_header.
1617 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1618 dwarf2_abbrev table to clean up.
1619 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1620 handling of dwarf2_abbrevs inside the cu_header.
1621 (read_partial_die): Now supports the call to the new
1622 dwarf2_lookup_abbrev.
1623 (read_full_die): Now supports the call to the new
1624 dwarf2_lookup_abbrev.
1625
1626 2002-10-06 Christopher Faylor <cgf@redhat.com>
1627
1628 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1629 insure that shell variables, such as "transformed_name" are propagated
1630 to later shell statements in rule.
1631
1632 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1633
1634 * config/i386/nm-i386sco.h: Add protection against
1635 multiple-inclusion. Include "i386/nm-i386v.h".
1636 (REGISTER_U_ADDR): Remove define.
1637 (i386_register_u_addr): Remove prototype.
1638
1639 2002-10-04 Michael Snyder <msnyder@redhat.com>
1640
1641 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1642 before treating it as a single-step event.
1643
1644 2002-10-03 Adam Fedor <fedor@gnu.org>
1645
1646 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1647 (objc_demangle): Remove assignment in if statements, Replace
1648 free with xfree.
1649 (add_msglist): Likewise.
1650 (end_msglist): Likewise.
1651 (complare_selectors): Likewise.
1652 (selectors_info): Likewise.
1653 (compare_classes): Likewise.
1654 (classes_info): Likewise.
1655 (print_object_command): Likewise.
1656 (find_objc_msgcall_submethod): Replace PTR with void *.
1657 * objc-lang.h: Remove check for __STDC__.
1658
1659 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1660
1661 * ui-out.h (ui_out_field_fmt_int): New prototype.
1662 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1663 of field width and alignment.
1664 * stack.c (print_frame_info_base): When printing frame level, use
1665 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1666 PR gdb/192
1667
1668 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1669
1670 * MAINTAINERS: Add self to Write After Approval list.
1671
1672 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1673
1674 * infcmd.c (interrupt_target_command_wrapper): Delete.
1675 (interrupt_target_command): Make non static.
1676 (nofp_registers_info): Make static.
1677 * stack.c (return_command_wrapper): Delete.
1678 (return_command): Make non static.
1679
1680 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1681
1682 * event-top.c (gdb_setup_readline): New function. Code moved from
1683 _initialize_event_loop().
1684 (_initialize_event_loop): Call gdb_setup_readline().
1685
1686 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1687
1688 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1689 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1690 * gdbarch.h, gdbarch.c: Re-generate.
1691
1692 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1693
1694 Fix PR gdb/778
1695 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1696 before recursing.
1697 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1698 of fill_in_vptr_fieldno.
1699
1700 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1701
1702 * inferior.h (registers_info, stepi_command, nexti_command,
1703 continue_command, interrupt_target_command): Export from infcmd.c.
1704 * frame.h (args_info, selected_frame_level_changed_hook,
1705 return_command): Export from stack.c.
1706 * v850ice.c (stepi_command, nexti_command, continue_command): use
1707 prototypes from inferior.h.
1708 * tracepoint.c (registers_info, args_info, locals_info): Use
1709 prototypes from frame.h and inferior.h.
1710 * Makefile.in (mi-main.o): Add dependency on frame.h.
1711
1712 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1713
1714 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1715 value in register 3 adjusted by ppc_gp0_regnum.
1716
1717 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1718
1719 2002-10-02 Marko Mlinar <markom@opencores.org>
1720
1721 * MAINTAINERS: Add myself to the Write After Approval list.
1722
1723 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1724
1725 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1726 of the section for the N64 ABI, fixed.
1727
1728 * config/mips/tm-irix6.h: Include solib.h.
1729
1730 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1731
1732 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1733 GNU operators.
1734
1735 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1736
1737 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1738 and that "mi0" syntax has been removed.
1739
1740 2002-09-30 David Carlton <carlton@math.stanford.edu>
1741
1742 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1743 * ppc-sysv-tdep.c: #include "gdb_string.h".
1744 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1745 pacify GCC.
1746
1747 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1748
1749 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1750 "vrsave"'s register number.
1751
1752 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1753
1754 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1755 use frame_unwind_signed_register to obtain the PC.
1756 (mips_frame_chain): Handle a generic dummy frame.
1757 (mips_init_extra_frame_info): When a generic dummy frame, don't
1758 re-compute the frame base.
1759 (mips_pop_frame): Handle generic dummy frames.
1760 (mips_gdbarch_init): When generic dummy frames, set
1761 use_generic_dummy_frames, push_dummy_frame to
1762 generic_push_dummy_frame, pc_in_call_dummy to
1763 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1764 generic_save_dummy_frame_tos.
1765
1766 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1767
1768 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1769 against TOP when TOP was explictly set.
1770 (generic_push_dummy_frame): Set TOP to zero.
1771
1772 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1773
1774 * event-loop.c (start_event_loop): Rename variable 'result' to
1775 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1776
1777 2002-09-30 Keith Seitz <keiths@redhat.com>
1778
1779 * gdb-events.sh (selected_thread_changed): New event.
1780 * gdb-events.c: Regenerated.
1781 * gdb-events.h: Regenerated.
1782
1783 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1784
1785 * MAINTAINERS: Add self to Write After Approval list.
1786
1787 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1788
1789 * disasm.c: New file.
1790 * disasm.h: New file.
1791 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1792 (compare_lines): Ditto.
1793 (dump_insns): Ditto.
1794 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1795 argument.
1796 (do_assembly_only): Ditto.
1797 (do_disassembly): Renamed to gdb_disassembly and moved to
1798 disasm.c. Sdded uiout argument.
1799 * Makefile.in: Add new files. Reorder SFILES list. Update
1800 dependencies. Include libgdb.a later in the insight executable.
1801
1802 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1803
1804 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1805 bfd/elf64-alpha-fbsd.c.
1806
1807 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1808
1809 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1810 i386gnu-tdep.c.
1811
1812 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1813
1814 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1815 __FUNCTION__.
1816 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1817 function name.
1818 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1819 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1820 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1821 (S_msg_sig_post_reply): Ditto.
1822
1823 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1824
1825 * sh-tdep.c (sh_use_struct_convention): Use definition according
1826 to ABI.
1827 (sh_push_arguments): Store in register with correct endianess.
1828 (sh_default_store_return_value): Ditto.
1829 (sh_gdbarch_init): Set sizeof long double to 8.
1830
1831 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1832
1833 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1834 Fix some whitespace problems.
1835
1836 2002-09-27 David Carlton <carlton@math.stanford.edu>
1837
1838 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1839 (mcore-tdep.o): Ditto.
1840 (ns32k-tdep.o): Ditto.
1841 (ns32knbsd-tdep.o): Ditto.
1842 (sh3-rom.o): Ditto.
1843 (vax-tdep.o): Ditto.
1844 * cris-tdep.c: #include "gdb_string.h"
1845 * mcore-tdep.c: Ditto.
1846 * ns32k-tdep.c: Ditto.
1847 * ns32knbsd-tdep.c: Ditto.
1848 * sh3-rom.c: Ditto.
1849 * vax-tdep.c: Ditto.
1850
1851 2002-09-27 David Carlton <carlton@math.stanford.edu>
1852
1853 * config/djgpp/fnchange.lst: Add entries for
1854 gdb/testsuite/gdb.c++/m-static files.
1855
1856 2002-09-27 Jim Wilson <wilson@redhat.com>
1857
1858 * MAINTAINERS: Add myself to the Write After Approval list.
1859
1860 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1861
1862 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1863
1864
1865 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1866
1867 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1868 frame.
1869
1870 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1871
1872 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1873 (rs6000_struct_return_address): Delete variable.
1874 (rs6000_store_struct_return): Update.
1875 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1876 deprecated_extract_struct_value_address.
1877 (rs6000_frame_align): New function.
1878 (rs6000_gdbarch_init): Set frame_align.
1879
1880 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1881
1882 From Grace Sainsbury <graces@redhat.com>:
1883 * Makefile.in (gdbtk-main.o): New target.
1884 (gdb.o): New target.
1885 (main_h): Define.
1886 (main.o): Update dependencies.
1887 (gdb$(EXEEXT)): Add gdb.o.
1888 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1889 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1890 (SUBDIR_GDBTK_CLEAN): Set.
1891 (install-gdbtk): Install the insight binary.
1892 (uninstall-gdbtk): New target.
1893 (all-gdbtk, clean-gdbtk): New rule.
1894 * top.c (use_windows): Default to zero.
1895 * main.c: Include "main.h".
1896 (main): Delete.
1897 (struct captured_main_args): Delete.
1898 (gdb_main): New function.
1899 * main.h: New file.
1900 * gdb.c: New File.
1901
1902 2002-09-25 Andrew Cagney <cagney@redhat.com>
1903
1904 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1905 (frame_map_regnum_to_name): New function.
1906 (frame_map_name_to_regnum): New function.
1907 * frame.h (frame_map_name_to_regnum): Declare.
1908 (frame_map_regnum_to_name): Declare.
1909 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1910 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1911 * parse.c: Do not include "builtin-regs.h".
1912 (target_map_name_to_register): Delete function.
1913 (write_dollar_variable): Use frame_map_name_to_regnum.
1914 * parser-defs.h (target_map_name_to_register): Delete declaration.
1915 * expprint.c: Include "frame.h".
1916 (print_subexp): Use frame_map_regnum_to_name.
1917 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1918 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1919
1920 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1921
1922 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1923 wasn't saved, and the next innermost frame is a dummy, return the
1924 dummy frame's link register.
1925
1926 2002-09-24 Jim Blandy <jimb@redhat.com>
1927
1928 Fix from Paul Breed:
1929 * main.c (captured_main): Add a `break' after the case for 'b'.
1930
1931 2002-09-24 Keith Seitz <keiths@redhat.com>
1932
1933 * varobj.c (c_type_of_child): Use get_target_type instead
1934 of TYPE_TARGET_TYPE.
1935
1936 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1937
1938 * source.c (get_current_or_default_source_symtab_and_line): Remove
1939 function.
1940 (set_default_source_symtab_and_line): New function. Attempts to
1941 determine a source file to list lines from if one is not currently
1942 defined.
1943 (get_current_source_symtab_and_line): Initialize sal.pc and
1944 sal.end fields.
1945 (set_current_source_symtab_and_line): Mark argument as const.
1946 * source.h: Update declarations and comments.
1947 * linespec.c (decode_line_1): Replace call to removed routine above.
1948 * stack.c (print_frame_info_base): Ditto.
1949 * cli/cli-cmds.c (edit_command): Ditto.
1950 (list_command): Ditto.
1951
1952 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1953
1954 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1955 sal.pc and sal.end fields.
1956 (get_current_or_default_source_symtab_and_line): Ditto.
1957 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1958 so we do not cause a new source symtab to be searched for (reverting an
1959 unintentional change from the 2002-09-20 patch).
1960 * scm-lang.c (scm_unpac): Ditto.
1961
1962 2002-09-21 Andrew Cagney <cagney@redhat.com>
1963
1964 * complaints.c (symfile_explanations): Remove new-line from
1965 ``isolated_message''.
1966 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1967 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1968
1969 2002-09-20 Nick Clifton <nickc@redhat.com>
1970
1971 * NEWS: Announce that V850EA ISA is no longer supported.
1972 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1973
1974 2002-09-20 David Carlton <carlton@math.stanford.edu>
1975
1976 * Makefile.in (c-lang.o): Correct dependencies.
1977 (utils.o): Gather dependencies.
1978 (charset.o): Move.
1979 * c-lang.c: #include "gdb_string.h"
1980
1981 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1982
1983 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1984 * cli/cli-cmds.c (list_command): New function. Implements the new
1985 cli edit command.
1986 (_init_cli_cmds): Add new command definition.
1987 * gdb.1: Document edit command.
1988 * doc/gdb.texinfo: Document edit command.
1989
1990 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1991
1992 * source.c: Make global variables current_source_symtab and
1993 current_source_line static.
1994 (list_command): Moved to cli/cli-cmds.c.
1995 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1996 (get_first_line_listed): New accessor function.
1997 (get_lines_to_list): New accessor function.
1998 (get_current_source_symtab_and_line): New function. Retrieves the
1999 position in the source code that we consider current.
2000 (get_current_or_default_source_symtab_and_line): New function.
2001 Like the above but attempts to determine a default position if one
2002 is not currently defined.
2003 (set_current_source_symtab_and_line): New function. Sets the source
2004 code position considered current and returns the previously set one.
2005 (clear_current_source_symtab_and_line): Reset stored information about
2006 a current source line.
2007 (_initialize_source): Remove registration for the "list" command and
2008 its alias.
2009 * source.h: Add declarations for the new functions above.
2010 * symtab.h: Remove declarations for the global variables mentioned
2011 above.
2012 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
2013 obtain current source line.
2014 * linespec.c (decode_line_1): Ditto.
2015 * macroscope.c (default_macro_scope): Ditto.
2016 * scm-lang.c (scm_unpac): Ditto.
2017 * stack.c (print_frame_info_base): Ditto.
2018 * symfile.c (clear_symtab_users): Ditto.
2019 * symtab.c (decode_line_spec): Ditto.
2020 * cli/cli-cmds.c (list_command): Moved here from source.c.
2021 (ambiguous_line_spec): Moved here from source.c.
2022 (_init_cli_cmds): Add definition for "list" and its alias.
2023 * Makefile.in: Update dependencies.
2024
2025 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2026
2027 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
2028 with what gcc thinks is correct.
2029
2030 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2031
2032 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2033 multiple register push instruction.
2034
2035 2002-09-19 Jim Blandy <jimb@redhat.com>
2036
2037 Add support for distinct host and target character sets.
2038 * charset.c, charset.h: New files.
2039 * c-exp.y: #include "charset.h".
2040 (yylex): Convert character and string literals to the target
2041 character set, before returning them as the semantic value of the
2042 token.
2043 * c-lang.c: #include "charset.h".
2044 (c_emit_char): Use charset-specific methods to recognize
2045 characters with backslash escape forms, to decide which characters
2046 to print literally and which to print using numeric escape
2047 sequences, and to convert target characters to host characters
2048 before printing.
2049 * utils.c: #include "charset.h".
2050 (no_control_char_error): New function.
2051 (parse_escape): Use charset-specific methods to recognize
2052 backslash escapes, parse `control character' notation, and convert
2053 characters from the host character set to the target character set.
2054 * configure.in: Set the default host character set.
2055 Check where to find iconv, and what its argument types might be.
2056 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2057 * Makefile.in (SFILES): List charset.c.
2058 (COMMON_OBS): List charset.o.
2059 (charset.o): New rule.
2060 (charset_h): New header dependency variable.
2061 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2062 (LIBICONV): New variable, set by configure.
2063 (CLIBS): Include $(LIBICONV) here.
2064 * aclocal.m4, config.in, configure: Regenerated.
2065
2066 2002-09-19 Joel Brobecker <brobecker@gnat.com>
2067
2068 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2069 bison 1.35 warning.
2070
2071 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
2072
2073 * gdb_mbuild.sh: New file.
2074
2075 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2076
2077 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2078
2079 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2080
2081 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2082 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2083 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2084 valops.c, value.h: Revert previous change.
2085
2086 2002-09-18 Michael Snyder <msnyder@redhat.com>
2087
2088 Preliminary support for Objective-C:
2089 * defs.h (language_objc): New enum value.
2090 (puts_filtered_tabular): Declaration only, exported from utils.c.
2091 (skip_quoted): Delete, declared in completer.h.
2092 * c-exp.y: Include completer.h.
2093 * p-exp.y: Ditto.
2094 * jv-exp.y: Ditto.
2095 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2096 New operator enum values.
2097 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2098 * language.c (binop_result_type): Handle language_objc case.
2099 (integral_type, character_type, string_type, boolean_type,
2100 structured_type, binop_type_check): Ditto.
2101 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2102 (struct objc_specific): Add to general_symbol_info.
2103 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2104 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2105 * parser-defs.h (struct objc_class_str): New struct type.
2106 (start_msglist, end_msglist, add_msglist): Declaration only,
2107 exported from objc-lang.c.
2108 * value.h (value_of_local, value_nsstring,
2109 call_function_by_hand_expecting_type): Exported from valops.c.
2110 * valops.c (find_function_addr): Export.
2111 (call_function_by_hand_expecting_type): New function.
2112 (value_of_local): New function.
2113 * symfile.c (init_filename_language_table): Add ".m" extension
2114 for Objective-C.
2115 * utils.c (puts_filtered_tabular): New function.
2116 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2117 (set/show demangle): Extend help-string to refer to ObjC.
2118 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2119 * stabsread.c (symbol_reference_defined): Objective-C symbols
2120 may contain colons: make allowances when scanning stabs strings
2121 for colons.
2122 (objc_find_colon): New function.
2123 * printcmd.c (address_info): If language == objc then print
2124 "self" instead of "this".
2125 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2126 OP_NSSTRING, and OP_SELF.
2127 (prefixify_subexp): Ditto.
2128 * source.c (print_source_lines): Mention objc in comment.
2129 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2130 method names.
2131
2132 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2133
2134 * complaints.h: Update copyright.
2135 (struct complaints): Declare.
2136 (struct complaint): Make `message' constant.
2137 (internal_complaint): Declare.
2138 (complaint): Declare.
2139 (complaint_root): Delete declaration.
2140 (symfile_complaints): Delete declaration.
2141 (struct complaints): Add opaque declaration.
2142 (clear_complaints): Add a complaints parameter.
2143 * complaints.c: Update copyright.
2144 (enum complaint_series): Define.
2145 (complaint_root): Delete.
2146 (struct complaints): Define.
2147 (complaint_sentinel, symfile_complaint_book): New variables.
2148 (symfile_explanations, symfile_complaints): New variables.
2149 New variables.
2150 (get_complaints): New function.
2151 (vcomplaint): New function.
2152 (complaint): New function.
2153 (internal_complaint): New function.
2154 (complain): Call vcomplain with symfile_complaint.
2155 (clear_complaints): Rewrite.
2156 (_initialize_complaints): Use add_setshow_command.
2157 * Makefile.in (complaints.o): Update dependencies.
2158 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2159 to call to clear_complaints.
2160 (new_symfile_objfile, reread_symbols): Ditto.
2161 (oldsyms_complaint): Delete.
2162 (empty_symtab_complaint, unknown_option_complaint): Delete.
2163 (free_named_symtabs): Use complaint instead of complain.
2164
2165 2002-09-18 Michael Snyder <msnyder@redhat.com>
2166
2167 Contributed by Apple Computer, Inc. Merged with current sources
2168 by Adam Fedor <fedor@doc.com> [cagney].
2169
2170 * objc-lang.c: First clean-up round: comments, indentation.
2171 * objc-lang.h: Ditto.
2172 * objc-lang.y: Ditto.
2173
2174 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2175
2176 * maint.c (maintenance_internal_error): Print the parameter as the
2177 error message.
2178 (maintenance_internal_warning): New function.
2179 (_initialize_maint_cmds): Add command `maint internal-warning'.
2180
2181 * defs.h (internal_warning, internal_vwarning): Declare.
2182 * utils.c (struct internal_problem): Define.
2183 (internal_vproblem): New function.
2184 (internal_warning): New function.
2185 (internal_vwarning): New function.
2186 (internal_warning_problem, internal_error_problem): New variables.
2187 (internal_verror): Just call internal_vproblem.
2188
2189 2002-09-18 Michael Snyder <msnyder@redhat.com>
2190
2191 * objc-lang.c: New file, support for Objective-C.
2192 Preliminary check-in, not yet integrated into gdb.
2193 * objc-lang.h: New file.
2194 * objc-exp.y: New file.
2195
2196 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2197
2198 * infrun.c (signal_stop_update): Convert definition to ISO C.
2199 (signal_print_update): Ditto.
2200 (signal_pass_update): Ditto.
2201 * inflow.c (terminal_save_ours): Ditto.
2202
2203 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2204 comments.
2205
2206 * config/djgpp/fnchange.lst: Handle name clashes between
2207 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2208 bfd/coff-tic80.c.
2209
2210 * i386-linux-tdep.h: Fix tipo.
2211
2212 2002-09-18 Adam Fedor <fedor@gnu.org>
2213
2214 * MAINTAINERS: Add myself to the Write After Approval list.
2215
2216 2002-09-18 Jim Blandy <jimb@redhat.com>
2217
2218 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2219 texthigh and textlow to reader-specific structs caused
2220 objfile_relocate to miss them. This is fixable, but the work that
2221 the change was supposed to prepare GDB for never got done anyway.
2222
2223 2002-09-18 David Carlton <carlton@math.stanford.edu>
2224
2225 * MAINTAINERS: Alphabetize Write After Approval list.
2226
2227 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2228
2229 Fix PR gdb/709
2230 * values.c (value_static_field): Call read_var_value.
2231
2232 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2233
2234 * valops.c (hand_function_call): Align the initial stack pointer
2235 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2236 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2237 return value.
2238 * mips-tdep.c (mips_frame_align): New function.
2239 (mips_gdbarch_init): Set frame_align.
2240 * gdbarch.sh (FRAME_ALIGN): New method.
2241 * gdbarch.h, gdbarch.c: Re-generate.
2242
2243 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2244
2245 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2246 registers.
2247
2248 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2249
2250 * NEWS: Mention that MIPS $fp behavior changed.
2251 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2252 reference to FP_REGNUM.
2253 (mipsnbsd_cannot_store_register): Ditto.
2254 * mips-linux-nat.c: Update copyright.
2255 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2256 (mips_linux_cannot_store_register): Ditto.
2257 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2258 * config/mips/tm-mips.h: Update copyright.
2259 (FP_REGNUM): Delete macro.
2260 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2261 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2262 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2263 (mips_r3041_reg_names, mips_r3051_reg_names)
2264 (mips_r3081_reg_names): Replace "fp" with "".
2265 Fix PR gdb/480.
2266
2267 2002-09-17 Theodore A. Roth <troth@verinet.com>
2268
2269 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2270 generic_read_register_dummy() (PR gdb/703).
2271 (avr_push_return_address): #if 0 out unused vars.
2272 (avr_gdbarch_init): Enable use of avr_push_return_address().
2273
2274 2002-09-17 Michael Snyder <msnyder@redhat.com>
2275
2276 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2277 RTE will take care of it.
2278
2279 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2280
2281 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2282 invalid, return SP_REGNUM.
2283
2284 2002-09-17 Michael Snyder <msnyder@redhat.com>
2285
2286 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2287 point registers without sign extension.
2288
2289 2002-09-17 Andrew Cagney <cagney@redhat.com>
2290
2291 * blockframe.c (deprecated_read_register_dummy): Rename
2292 generic_read_register_dummy.
2293 * frame.c (frame_unwind_signed_register): New function.
2294 (frame_unwind_unsigned_register): New function.
2295 * frame.h (frame_unwind_signed_register): Declare.
2296 (frame_unwind_unsigned_register): Declare.
2297 (deprecated_read_register_dummy): Rename
2298 generic_read_register_dummy.
2299
2300 * h8300-tdep.c (h8300_frame_chain): Update.
2301 (h8300_frame_saved_pc): Update.
2302 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2303 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2304 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2305 (s390_frame_chain): Update.
2306 * v850-tdep.c (v850_find_callers_reg): Update.
2307 (v850_frame_saved_pc): Update.
2308 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2309 (m32r_find_callers_reg): Update.
2310 (m32r_frame_saved_pc): Update.
2311 * sh-tdep.c (sh_find_callers_reg): Update.
2312 (sh64_get_saved_pr): Update.
2313 (sh_init_extra_frame_info): Update.
2314 (sh_init_extra_frame_info): Update.
2315 (sh64_init_extra_frame_info): Update.
2316 (sh64_init_extra_frame_info): Update.
2317 * mcore-tdep.c (mcore_find_callers_reg): Update.
2318 (mcore_frame_saved_pc): Update.
2319 (mcore_init_extra_frame_info): Update.
2320 * i386-tdep.c (i386_frame_saved_pc): Update.
2321 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2322 (ia64_init_extra_frame_info): Update.
2323 (ia64_init_extra_frame_info): Update.
2324 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2325 * cris-tdep.c (cris_init_extra_frame_info): Update.
2326 * avr-tdep.c (avr_frame_chain): Update.
2327 (avr_init_extra_frame_info): Update.
2328 (avr_frame_saved_pc): Update.
2329 * arm-tdep.c (arm_find_callers_reg): Update.
2330 (arm_init_extra_frame_info): Update.
2331 (arm_frame_saved_pc): Update.
2332
2333 2002-09-17 Tom Tromey <tromey@redhat.com>
2334
2335 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2336 is "'".
2337
2338 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2339
2340 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2341 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2342 NEXT_PROLOGUE_INSN.
2343 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2344 NEXT_PROLOGUE_INSN.
2345
2346 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2347
2348 * osfsolib.c: Remove file, replaced by solib-osf.c.
2349 * Makefile.in: Remove compilation rules for osfsolib.c.
2350
2351 2002-09-16 David Carlton <carlton@math.stanford.edu>
2352
2353 * cp-valprint.c (cp_print_class_method): Correct args to
2354 check_stub_method_group.
2355
2356 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2357
2358 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2359 `set architecture'. Unify naming convention of functions.
2360 (h8300_skip_prologue): Improve prologue analysis.
2361 (h8300_push_arguments): Rewritten to more closely match GCC's
2362 bizarre argument-passing behavior, along with the comment describing
2363 said behavior.
2364 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2365 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2366 sim, remote-e7000.c, remote-hms.c and remote.c
2367
2368 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2369
2370 * i386-tdep.c (gdb_print_insn_i386): Removed.
2371 (i386_print_insn): New function.
2372 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2373 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2374 tm_print_insn_info.
2375
2376 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2377
2378 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2379 zero.
2380
2381 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2382
2383 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2384 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2385 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2386
2387 2002-09-13 Christopher Faylor <cgf@redhat.com>
2388
2389 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2390
2391 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2392
2393 * gdbtypes.c (check_stub_method): Make static.
2394 (check_stub_method_group): New function.
2395 * gdbtypes.h: Update prototypes.
2396 * cp-support.c: New file.
2397 * cp-support.h: New file.
2398
2399 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2400 (update_method_name_from_physname): New function.
2401 (read_member_functions): Correct method names for operators
2402 and v3 constructors/destructors. Separate v2 constructors and
2403 destructors.
2404 * Makefile.in (stabsread.o): Update dependencies.
2405 (SFILES): Add cp-support.c.
2406 (COMMON_OBS): Add cp-support.o.
2407 (cp_support_h, cp-support.o): Add.
2408
2409 * cp-valprint.c (cp_print_class_method): Call
2410 check_stub_method_group instead of check_stub_method. Remove
2411 extraneous QUITs.
2412 * p-valprint.c (pascal_object_print_class_method): Likewise.
2413 * valops.c (search_struct_method): Likewise.
2414 (find_method_list, value_struct_elt_for_reference): Likewise.
2415
2416 2002-09-13 Andrew Cagney <cagney@redhat.com>
2417
2418 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2419 * gdbarch.h, gdbarch.c: Regenerate.
2420
2421 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2422
2423 * frame.c (find_saved_register): Delete function.
2424 * frame.h (find_saved_register): Delete declaration.
2425 Fix PR gdb/631.
2426
2427 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2428
2429 * mips-tdep.c (read_next_frame_reg): Re-hack using
2430 frame_register_unwind.
2431
2432 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2433
2434 * mips-tdep.c (mips_get_saved_register): Re-hack using
2435 frame_register_unwind.
2436
2437 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2438
2439 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2440 vector. Will be useful for Interix.
2441 * gdbarch.h, gdbarch.c: Regenerate.
2442
2443 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2444 name of the malloc function by NAME_OF_MALLOC.
2445
2446 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2447
2448 * value.h (find_function_in_inferior): Add const keyword to
2449 one of the parameters. Allows us to invoke this function with
2450 a const char *.
2451 * valops.c (find_function_in_inferior): Likewise.
2452
2453 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2454
2455 * exec.c (xfer_memory): Fix compilation warning with old versions
2456 of GCC.
2457 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2458
2459 2002-09-12 David Carlton <carlton@math.stanford.edu>
2460
2461 * symtab.h: Run through gdb_indent.h.
2462 Add 2002 to Copyright year list.
2463
2464 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2465
2466 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2467 mach constants.
2468 * MAINTAINERS: Add myself to write after approval list.
2469
2470 2002-09-11 J. Brobecker <brobecker@gnat.com>
2471
2472 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2473
2474 2002-09-11 J. Brobecker <brobecker@gnat.com>
2475
2476 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2477 Interix.
2478
2479 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2480
2481 * procfs.c (do_detach): Clear current signal, not just fault.
2482 Corrects problem with breakpoint trap signal leaking to detached
2483 process on Tru64.
2484
2485 2002-09-10 Michael Snyder <msnyder@redhat.com>
2486
2487 * buildsym.c (finish_block): Protect against null pointer.
2488
2489 2002-09-10 Andrew Cagney <cagney@redhat.com>
2490
2491 * infcmd.c (default_print_registers_info): Send all output to
2492 ``file'' instead of ``gdb_stdout''.
2493
2494 2002-09-10 Michael Snyder <msnyder@redhat.com>
2495
2496 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2497 LONGEST, and use signed register read (addresses are sign-
2498 extended for mips).
2499
2500 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2501
2502 * event-loop.c (gdb_do_one_event): Make public.
2503 * event-loop.h (gdb_do_one_event): Declare.
2504
2505 2002-09-10 Jeff Law <law@redhat.com>
2506
2507 * infttrace.c (child_resume): Simplify and rework to avoid
2508 TT_PROC_CONTINUE.
2509
2510 2002-09-09 Fred Fish <fnf@intrinsity.com>
2511
2512 * printcmd.c (print_scalar_formatted): "len" is the number of
2513 target bytes, NOT the number of target bits.
2514
2515 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2516
2517 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2518 * top.c (init_main): Set rl_terminal_name.
2519
2520 2002-09-08 Aidan Skinner <aidan@velvet.net>
2521
2522 * ada-lang.c (ada_array_bound, ada_type_match,
2523 _initialize_ada_language): Fix K&R definitions.
2524 * ada-tasks.c (get_current_task): Fix K&R definitions.
2525 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2526
2527 2002-09-07 Christopher Faylor <cgf@redhat.com>
2528
2529 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2530 Add XP.
2531
2532 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2533
2534 * i386-tdep.c (i386_register_virtual_type,
2535 i386_register_convertible, i386_register_convert_to_virtual,
2536 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2537 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2538 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2539 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2540 Don't set push_arguments twice.
2541
2542 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2543 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2544 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2545 sigtramp_end to NULL.
2546 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2547 defines.
2548 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2549
2550 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2551 whitespace.
2552
2553 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2554 * gdbarch.h, gdbarch.c: Re-generate.
2555 * blockframe.c (find_pc_sect_partial_function): Convert to use
2556 SIGTRAMP_START_P predicate.
2557
2558 2002-09-05 Michael Snyder <msnyder@redhat.com>
2559
2560 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2561 generic_dummy_frame method and old method. Also distinguish
2562 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2563 (arm_extract_return_value): Use new regcache method.
2564
2565 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2566 adjustment that doesn't conform to the ABI.
2567 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2568 saved regcache, not from current regcache.
2569
2570 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2571
2572 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2573 * README: Update.
2574
2575 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2576
2577 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2578 if arm_apcs_32 is false.
2579
2580 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2581
2582 GDB 5.3 branch created.
2583
2584 2002-09-03 Theodore A. Roth <troth@verinet.com>
2585
2586 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2587 generic_unwind_get_saved_register.
2588
2589 2002-09-03 David Carlton <carlton@math.stanford.edu>
2590
2591 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2592 argument (PR gdb/653). Update call to smash_to_method_type.
2593 (read_structure_scope): Update call to dwarf2_add_member_fn.
2594
2595 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2596
2597 * x86-64-linux-tdep.c: Include gdb_string.h
2598 * x86-64-linux-nat.c: Ditto.
2599
2600 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2601
2602 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2603 when YYDEBUG is set to 1.
2604 * c-exp.y: Likewise.
2605 * f-exp.y: Likewise.
2606 * jv-exp.y: Likewise.
2607 * m2-exp.y: Likewise.
2608 * p-exp.y: Likewise.
2609
2610 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2611
2612 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2613 dependency list.
2614 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2615 solib_svr4_fetch_link_map_offsets to
2616 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2617 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2618 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2619 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2620 solib-svr4.o, and solib-legacy.o.
2621 * config/i386/tm-nbsd.h: Include solib.h.
2622
2623 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2624
2625 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2626 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2627 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2628 comment noting that this needs its own target configuration.
2629 * config/i386/nbsd.mt: New file.
2630 * config/i386/nbsdaout.mt: Remove.
2631 * config/i386/nbsdelf.mt: Ditto.
2632 * config/i386/tm-nbsdaout.h: Ditto.
2633
2634 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2635
2636 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2637 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2638 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2639 tdep->sigtramp_end.
2640 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2641 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2642 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2643
2644 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2645
2646 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2647 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2648 * i386-tdep.h (i386bsd_init_abi): New prototype.
2649 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2650 function declaration.
2651 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2652 for NetBSD-a.out or NetBSD-ELF.
2653 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2654 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2655 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2656 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2657 and nbsd-tdep.h.
2658 (i386nbsd_pc_in_sigtramp): New function.
2659 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2660 i386nbsd_pc_in_sigtramp.
2661 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2662 and i386nbsdelf_init_abi OS ABI handlers.
2663 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2664 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2665
2666 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2667
2668 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2669 registers if the target really has them.
2670
2671 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2672
2673 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2674 than nbsd-tdep.h.
2675
2676 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2677
2678 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2679 list.
2680 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2681 (alphanbsd_skip_sigtramp_frame): New functions.
2682 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2683 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2684 to alphanbsd_sigcontext_addr.
2685
2686 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2687
2688 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2689 list.
2690 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2691 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2692 nbsd_pc_in_sigtramp.
2693 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2694 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2695 * nbsd-tdep.c: Include gdb_string.h.
2696 (nbsd_pc_in_sigtramp): New function.
2697 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2698 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2699 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2700 ppcnbsd_pc_in_sigtramp.
2701 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2702 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2703 shnbsd_pc_in_sigtramp.
2704 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2705 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2706 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2707
2708 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2709
2710 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2711 watchpoints to NULL.
2712 (insert_breakpoints): set val field of watchpoints if NULL.
2713
2714
2715 2002-08-29 Jim Blandy <jimb@redhat.com>
2716
2717 * symtab.c (lookup_symbol_aux): In the cases where we find a
2718 minimal symbol of an appropriate name and use its address to
2719 select a symtab to read and search, use `name' (as passed to us)
2720 as the demangled name when searching the symtab's global and
2721 static blocks, not the minsym's name.
2722
2723 2002-08-29 Keith Seitz <keiths@redhat.com>
2724
2725 * stack.c (print_frame_info_base): Always set current_source_symtab
2726 and current_source_line.
2727
2728 2002-08-29 Donn Terry <donnte@microsoft.com>
2729
2730 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2731
2732 2002-08-28 Keith Seitz <keiths@redhat.com>
2733
2734 * stack.c (select_frame): Add FIXME concerning selected-frame
2735 events.
2736 (select_frame_command): Send selected-frame-level-changed
2737 event notification, but only if the level actually changed.
2738 (up_silently_base): Add selected-frame-level-changed event
2739 notification.
2740 (down_silently_base): Likewise.
2741
2742 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2743
2744 * Makefile.in: Update dependencies for all gdb/*.c files.
2745
2746 2002-08-27 Tom Tromey <tromey@redhat.com>
2747
2748 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2749 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2750 Update dependencies.
2751 * i387-tdep.c: Include gdb_string.h.
2752 * osabi.c: Likewise.
2753 * i386-linux-nat.c: Likewise.
2754 * lin-lwp.c: Likewise.
2755 * ax-gdb.c: Likewise.
2756 * signals/signals.c: Likewise.
2757 * jv-valprint.c: Likewise.
2758 * p-lang.c: Likewise.
2759 * c-valprint.c: Likewise.
2760 * cp-abi.c: Likewise.
2761
2762 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2763
2764 * cli/cli-script.h (copy_command_lines): Export.
2765 * breakpoint.c: Include cli/cli-script.h.
2766 * Makefile.in (breakpoint.o): Update dependencies.
2767
2768 2002-08-26 Michael Snyder <msnyder@redhat.com>
2769
2770 * breakpoint.c (insert_breakpoints): Protect all references
2771 to 'process_warning'. Shorten long lines.
2772
2773 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2774
2775 * cli/cli-script.c (copy_command_lines): New function.
2776 * defs.h (copy_command_lines): Export.
2777 * testsuite/gdb.base/commands.exp: New tests for commands
2778 attached to a temporary breakpoint, and for commands that
2779 delete the breakpoint they are attached to.
2780
2781 2002-08-26 Michael Snyder <msnyder@redhat.com>
2782
2783 * breakpoint.c (bpstat_stop_status): Instead of copying the
2784 pointer to the breakpoint commands struct, make a new copy
2785 of the struct and point to that.
2786 (bpstat_clear): Free the commands struct.
2787 (bpstat_clear_actions): Free the commands struct.
2788 (bpstat_do_actions): Free the command actions. Also execute
2789 the local cleanups, instead of deleting them.
2790 (delete_breakpoint): Leave the commands field of the bpstat
2791 chain alone -- it will be freed later.
2792
2793 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2794
2795 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2796 deleted in 2002-08-20 commit. This function is still used by
2797 ppc-linux-nat.c.
2798
2799 2002-08-26 Keith Seitz <keiths@redhat.com>
2800
2801 * gdb-events.sh: Add selected-frame-level-changed event.
2802 * gdb-events.c: Regenerated.
2803 * gdb-events.h: Regenerated.
2804
2805 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2806
2807 Fix PR gdb/393:
2808 * inflow.c (terminal_save_ours): New function to save terminal
2809 settings.
2810 * inferior.h (terminal_save_ours): Declare.
2811 * target.c (debug_to_terminal_save_ours): New function.
2812 (cleanup_target): Defaults to_terminal_save_ours.
2813 (update_current_target): Inherit to_terminal_save_ours.
2814 (setup_target_debug): Set to_terminal_save_ours.
2815 * target.h (target_terminal_save_ours): New to save terminal settings.
2816 (target_ops): New member to_terminal_save_ours.
2817 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2818 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2819 * inftarg.c (init_child_ops): Likewise.
2820 * m3-nat.c (init_m3_ops): Likewise.
2821 * procfs.c (init_procfs_ops): Likewise.
2822 * wince.c (init_child_ops): Likewise.
2823 * win32-nat.c (init_child_ops): Likewise.
2824 * sol-thread.c (init_sol_thread_ops): Likewise.
2825
2826 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2827
2828 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2829 use regcache_* functions.
2830 (i386_gdbarch_init): Set store_return_value instead of
2831 deprecated_store_return_value.
2832
2833 * regcache.c (regcache_raw_write_signed,
2834 regcache_raw_write_unsigned): New functions.
2835 * regcache.h (regcache_raw_write_signed,
2836 regcache_raw_write_unsigned): New prototypes.
2837
2838 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2839
2840 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2841 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2842 source file dependencies. Cleanup corresponding generator rules.
2843
2844 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2845
2846 * regcache.h (register_offset_hack): Declare.
2847 (regcache_cooked_read_using_offset_hack): Declare.
2848 (regcache_cooked_write_using_offset_hack): Declare.
2849
2850 * regcache.c (register_offset_hack): New function.
2851 (regcache_cooked_read_using_offset_hack): New function.
2852 (regcache_cooked_write_using_offset_hack): New function.
2853 (regcache_dump): Check that the registers, according to their
2854 offset, are packed hard against each other.
2855 (cooked_xfer_using_offset_hack): New function.
2856
2857 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2858
2859 * regcache.c (struct regcache_descr): Add field register_type.
2860 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2861 in as a parameter
2862 (init_regcache_descr): Initialize register_type. Pass the descr
2863 to init_legacy_regcache_descr. Use register_type instead of
2864 REGISTER_VIRTUAL_TYPE.
2865 (register_type): New function.
2866 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2867 * regcache.h (register_type): Declare.
2868
2869 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2870
2871 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2872 instead of deprecated_store_return_value. Fix fallout from
2873 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2874
2875 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2876
2877 * regcache.c (max_register_size): New function.
2878 (init_legacy_regcache_descr): Ensure that max_register_size is
2879 large enough for REGISTER_VIRTUAL_SIZE.
2880 * regcache.h (max_register_size): Declare.
2881
2882 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2883
2884 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2885 store_return_value.
2886 (e500_extract_return_value): Change type of valbuf pointer to
2887 void.
2888
2889 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2890
2891 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2892 workaround.
2893
2894 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2895 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2896 long long) to prevent compiler warning on 64-bit systems.
2897
2898 2002-08-23 Andrew Cagney <cagney@redhat.com>
2899
2900 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2901 (DEPRECATED_STORE_RETURN_VALUE): New method.
2902 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2903 * gdbarch.h, gdbarch.c: Re-generate.
2904
2905 * values.c (set_return_value): Pass current_regcache to
2906 STORE_RETURN_VALUE.
2907 * arch-utils.h (legacy_store_return_value): Declare.
2908 * arch-utils.c (legacy_store_return_value): New function.
2909 (legacy_extract_return_value): Update parameters.
2910
2911 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2912 STORE_RETURN_VALUE.
2913 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2914 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2915 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2916 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2917 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2918 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2919 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2920 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2921 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2922 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2923
2924 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2925 * i386-tdep.c (i386_extract_return_value): Update.
2926 * arch-utils.c (legacy_extract_return_value): Update.
2927 * frv-tdep.c (frv_gdbarch_init): Update.
2928 * cris-tdep.c (cris_gdbarch_init): Update.
2929 * d10v-tdep.c (d10v_gdbarch_init): Update.
2930 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2931 * m68k-tdep.c (m68k_gdbarch_init): Update.
2932 * mcore-tdep.c (mcore_gdbarch_init): Update.
2933 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2934 * s390-tdep.c (s390_gdbarch_init): Update.
2935 * sparc-tdep.c (sparc_gdbarch_init): Update.
2936 * sh-tdep.c (sh_gdbarch_init): Update.
2937 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2938 * v850-tdep.c (v850_gdbarch_init): Update.
2939 * avr-tdep.c (avr_gdbarch_init): Update.
2940 * ia64-tdep.c (ia64_gdbarch_init): Update.
2941 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2942 * vax-tdep.c (vax_gdbarch_init): Update.
2943 * alpha-tdep.c (alpha_gdbarch_init): Update.
2944 * arm-tdep.c (arm_gdbarch_init): Update.
2945 * mips-tdep.c (mips_gdbarch_init): Update.
2946 * i386-tdep.c (i386_gdbarch_init): Update.
2947
2948 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2949
2950 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2951 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2952
2953 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2954
2955 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2956 problems.
2957
2958 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2959
2960 * infrun.c (handle_inferior_event): Move a comment outside of a
2961 function call, in order to avoid indent reformatting this part
2962 of the code in an unreadable way.
2963
2964 2002-08-23 Grace Sainsbury <graces@redhat.com>
2965
2966 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2967 when breakpoints fail. Move general breakpoint error messages to
2968 insert_breakpoints.
2969 * breakpoint.c (insert_breakpoints): Change warnings when
2970 breakpoints are nto inserted to specify the type. Remove call to
2971 memory_error when hardware breakpoints can't be inserted. Remove
2972 multiple calls to warning so all messages are sent to the user at
2973 once.
2974 (delete_breakpoints): Make insert error messsages more explicit.
2975
2976 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2977
2978 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2979 gdbserver/ChangeLog.
2980
2981 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2982
2983 * i386-tdep.c: Include "objfiles.h".
2984 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2985 skip_trampoline_code.
2986 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2987 (CPLUS_MARKER): Define to '.'.
2988
2989 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2990 member.
2991 (linux_corefile_thread_callback): Increase args->num_notes.
2992 (linux_make_note_section): Initialize thread_args.num_notes, and
2993 use it to determine whether notes for any threads were created.
2994
2995 2002-08-23 Donn Terry <donnte@microsoft.com>
2996
2997 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2998 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2999 and PCUNKILL.
3000 (write_with_trace): Conditionalize out the switch branch handling
3001 PCSHOLD if the corresponding macro is not defined. Likewise for
3002 PRSABORT and PRSTOP.
3003 This change will be needed by the Interix port.
3004
3005 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3006
3007 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
3008 write_register wherever possible instead of manipulating the
3009 register bytes directly.
3010 Assign VALUE_CONTENTS to a variable and use that.
3011 The GPR numbers are now dependent on the architecture.
3012
3013 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3014
3015 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
3016 ev_offset fields.
3017 (skip_prologue): Add support for BookE/e500 instructions.
3018 (e500_extract_return_value): New function.
3019 (frame_get_saved_regs): Add support for saving ev registers and
3020 pseudo gpr's.
3021 (e500_store_return_value): New function.
3022 (rs6000_gdbarch_init): Move up default intializations of
3023 deprecated_extract_return_value and store_return_value. Overwrite
3024 init of store_return_value with e500 specific version.
3025 Set extract_return_value for e500.
3026
3027 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3028
3029 * blockframe.c (generic_call_dummy_register_unwind): Use
3030 regcache_cooked_read to catch cases in which the variable is
3031 stored in a pseudo register.
3032
3033 2002-08-22 Andrew Cagney <cagney@redhat.com>
3034
3035 * NEWS: Mention that the i960 has been made obsolete.
3036 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3037 i960-tdep.c
3038 (remote-nrom.o): Obsolete target.
3039 (remote-nindy.o, i960-tdep.o): Ditto.
3040 * remote-nrom.c: Make file obsolete.
3041 * remote-nindy.c, remote-vx960.c: Ditto.
3042 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3043 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3044 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3045 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3046 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3047 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3048 i960-*-vxworks* obsolete.
3049 * MAINTAINERS: Note that the i960 is obsolete.
3050
3051 2002-08-21 Corinna Vinschen <vinschen@redhat.com
3052
3053 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3054 detach to allow reinitialization.
3055
3056 2002-08-22 Andrew Cagney <ac131313@redhat.com>
3057
3058 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3059 attempt).
3060
3061 2002-08-22 Jim Blandy <jimb@redhat.com>
3062
3063 * coffread.c (coff_symfile_read): Don't try to read the line
3064 number table from disk if the image file doesn't have a symbol
3065 table; we'll never actually look at the info anyway, and Windows
3066 ships DLL's with bogus file offsets for the line number data.
3067
3068 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
3069
3070 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3071 an e500 executable.
3072
3073 2002-08-21 Michael Snyder <msnyder@redhat.com>
3074
3075 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3076 (MSYMBOL_SIZE): Replace macro with function.
3077 (DEFAULT_MIPS_TYPE): Delete unused macro.
3078 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3079 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3080
3081 2002-08-21 Jim Blandy <jimb@redhat.com>
3082
3083 * valops.c (value_cast): Simplify and correct logic for doing a
3084 static cast from a pointer to a base class to a pointer to a
3085 derived class.
3086
3087 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3088
3089 * infcmd.c (default_print_registers_info): Replace
3090 do_registers_info.
3091 (registers_info): Use gdbarch_print_registers_info instead of
3092 DO_REGISTERS_INFO.
3093 * inferior.h (default_print_registers_info): Replace
3094 do_registers_info.
3095 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3096 (DO_REGISTERS_INFO): Change to a predicate function.
3097 * gdbarch.h, gdbarch.c: Regenerate.
3098
3099 2002-08-21 Keith Seitz <keiths@redhat.com>
3100
3101 * gdb-events.sh: Add target-changed event.
3102 * gdb-events.c: Regenerated.
3103 * gdb-events.c: Regenerated.
3104 * valops.c (value_assign): Add target-changed event notification
3105 to inlval_register, lval_memory, and lval_reg_frame_relative.
3106
3107 2002-08-21 Joel Brobecker <brobecker@gnat.com>
3108
3109 * NEWS: Add an entry regarding the improvement of the next/step
3110 operation on Alpha Tru64 multi-processor machines.
3111
3112 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3113
3114 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3115 directores.
3116 * Makefile.in: Update all _h macro definitions.
3117 * Makefile.in (install-gdbtk): Move to install section.
3118 (rdi-share/libangsd.a): Move to end of file.
3119
3120 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3121
3122 * frame.c (frame_register_unwind): When a register, set addrp to
3123 the register's byte.
3124
3125 2002-08-20 Michael Snyder <msnyder@redhat.com>
3126
3127 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3128 used locally, so move them from the target machine header to here.
3129 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3130 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3131 Make static.
3132 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3133
3134 2002-08-20 Andrew Cagney <cagney@redhat.com>
3135
3136 * NEWS: Mention that the Apollo line was made obsolete.
3137 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3138 m68*-hp-hpux* obsolete.
3139 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3140 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3141 * buildsym.c (make_blockvector): Make static.
3142 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3143 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3144 (ALLDEPFILES): Remove dstread.c.
3145 (dstread.o): Obsolete make rule.
3146 * dstread.c: Makefile obsolete.
3147 * dst.h: Ditto.
3148 * config/m68k/hp300hpux.mt: Ditto.
3149 * config/m68k/hp300hpux.mh: Ditto.
3150 * config/m68k/hp300bsd.mt: Ditto.
3151 * config/m68k/hp300bsd.mh: Ditto.
3152 * config/m68k/apollo68b.mt: Ditto.
3153 * config/m68k/apollo68v.mh: Ditto.
3154 * config/m68k/apollo68b.mh: Ditto.
3155
3156 2002-08-20 Michael Snyder <msnyder@redhat.com>
3157
3158 * mips-tdep.c (mips_in_return_stub): Make static.
3159 (mips_gdbarch_init): Set in_solib_return_trampoline.
3160 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3161
3162 2002-08-20 Michael Snyder <msnyder@redhat.com>
3163
3164 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3165 * gdbarch.c, gdbarch.h: Regenerate.
3166 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3167 Add.
3168 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3169
3170 2002-08-20 Michael Snyder <msnyder@redhat.com>
3171
3172 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3173 (mips_gdbarch_init): Set skip_trampoline_code,
3174 in_solib_call_trampoline.
3175 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3176 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3177
3178 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3179
3180 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3181
3182 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3183 vector type for ev registers.
3184 (e500_pseudo_register_read): New function.
3185 (e500_pseudo_register_write): New function.
3186 (e500_dwarf2_reg_to_regnum): New function.
3187 (PPC_UISA_NOFP_SPRS): New macro.
3188 (PPC_EV_REGS): New macro.
3189 (PPC_GPRS_PSEUDO_REGS): New macro.
3190 (registers_e500): New register set for e500.
3191 (variants): Add e500 variant.
3192 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3193 before setting architectural dependent variations. Initialize ev
3194 registers numbers. Add case for e500 architecture. Set the
3195 number of pseudo registers.
3196
3197 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3198
3199 * rs6000-tdep.c: Clean up comments.
3200
3201 2002-08-20 Andrew Cagney <cagney@redhat.com>
3202
3203 * h8300-tdep.c: Re-indent file.
3204
3205 2002-08-20 Jim Blandy <jimb@redhat.com>
3206
3207 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3208 default for this.
3209
3210 2002-08-20 Keith Seitz <keiths@redhat.com>
3211
3212 * breakpoints.c (watch_command_1): Use internal breakpoint
3213 when setting a watchpoint_scope breakpoint.
3214
3215 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3216
3217 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3218 (build_builtin_type_vec64i): Ditto.
3219 (build_builtin_type_vec128): Ditto.
3220 (build_builtin_type_vec128i): Ditto.
3221
3222 2002-08-19 Michael Snyder <msnyder@redhat.com>
3223
3224 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3225 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3226 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3227 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3228 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3229 CALL_DUMMY_ADDRESS): Delete.
3230 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3231 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3232 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3233 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3234 push_return_address.
3235 (mips_register_raw_size, mips_eabi_use_struct_convention,
3236 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3237 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3238 mips_init_extra_frame_info, mips_eabi_push_arguments,
3239 mips_n32n64_push_arguments, mips_push_return_address,
3240 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3241 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3242
3243 2002-08-19 Michael Snyder <msnyder@redhat.com>
3244
3245 * mips-tdep.c (mips_frame_num_args): New function.
3246 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3247 frame_saved_pc, frame_args_address, frame_locals_address,
3248 frame_num_args, and frame_args_skip.
3249 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3250 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3251 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3252 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3253
3254 2002-08-20 Michael Snyder <msnyder@redhat.com>
3255
3256 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3257 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3258 * mips-tdep.c (mips_store_struct_return): New function.
3259 (mips_extract_struct_value_address): New function.
3260 (mips_gdbarch_init): Set store_struct_return and
3261 extract_struct_value_address.
3262
3263 2002-08-20 David Carlton <carlton@math.stanford.edu>
3264
3265 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3266 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3267 (read_file_scope): Check that line_header is nonzero before
3268 decoding macro information.
3269
3270 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3271
3272 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3273 flag the general-purpose registers as floating-point on targets
3274 that don't support the floating-point registers.
3275
3276 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3277
3278 * rs6000-tdep.c (altivec_register_p): Delete.
3279 (rs6000_do_altivec_registers): Delete.
3280 (rs6000_altivec_registers_info): Delete.
3281 (rs6000_do_registers_info): Delete.
3282 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3283 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3284
3285 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3286
3287 * infcmd.c (do_registers_info): Print vector registers in hex
3288 format only.
3289 (print_vector_info): Check that printing registers
3290 makes sense.
3291 (print_float_info): Ditto.
3292
3293 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3294
3295 * mips-tdep.c (mips_gdbarch_init): Update.
3296 (mips_o32_extract_return_value): Rewrite.
3297 (mips_o32_store_return_value): Rewrite.
3298 (mips_o32_xfer_return_value): New function.
3299 (mips_xfer_register): Tweak debug print message. Allow for
3300 buf_offset when dumping the value transfered.
3301
3302 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3303
3304 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3305 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3306 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3307 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3308 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3309
3310 2002-08-14 Michael Snyder <msnyder@redhat.com>
3311
3312 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3313
3314 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3315
3316 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3317 register.
3318 (P): New macro to define a register as a pseudo register.
3319 (R, R4, R8, R16, FR32, R64, R0): Updated.
3320 (struct variant): Add new fields for number of pseudo registers
3321 and number of total registers.
3322 (tot_num_registers): New macro replacing....
3323 (num_registers): ...deleted macro.
3324 (num_registers): New function.
3325 (num_pseudo_registers): New function.
3326 (variants): Update all variants to intialize new fields correctly.
3327 Postpone initialization of number of pseudo regs and real regs.
3328 (init_variants): New function.
3329 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3330 registers offsets.
3331
3332 2002-08-19 David Carlton <carlton@math.stanford.edu>
3333
3334 * valops.c (search_struct_field): Change error message to treat
3335 return value of 0 from value_static_field as meaning that field is
3336 optimized out.
3337 (value_struct_elt_for_reference): Ditto.
3338 * values.c (value_static_field): Treat an unresolved location the
3339 same as a nonexistent symbol. Fix PR gdb/635.
3340 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3341 enclosed. Fix PR gdb/574.
3342 * MAINTAINERS: Add self to Write After Approval list.
3343
3344 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3345
3346 * mips-tdep.c (mips_xfer_register): New function.
3347 (mips_n32n64_extract_return_value): Rewrite.
3348 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3349 instead of deprecated_extract_return_value.
3350
3351 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3352
3353 * rs6000-tdep.c (TDEP): Delete macro.
3354 (branch_dest): Replace use of TDEP macro with its body.
3355 (rs6000_pop_frame): Ditto.
3356 (rs6000_push_arguments): Ditto.
3357 (rs6000_skip_trampoline_code): Ditto.
3358 (rs6000_frame_saved_pc): Ditto.
3359 (rs6000_frame_chain): Ditto.
3360 (rs6000_register_name): Ditto.
3361 (rs6000_register_byte): Ditto.
3362 (rs6000_register_raw_size): Ditto.
3363 (rs6000_register_virtual_type): Ditto.
3364 (rs6000_register_convertible): Ditto.
3365 (rs6000_convert_from_func_ptr_addr): Ditto.
3366
3367 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3368
3369 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3370 conditionally.
3371 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3372 MIPS_LINUX_JB_ELEMENT_SIZE.
3373 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3374 for MAX_REGISTER_RAW_SIZE arrays.
3375 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3376 MIPS_LINUX_JB_ELEMENT_SIZE.
3377
3378 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3379
3380 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3381
3382 2002-08-19 Aidan Skinner <aidan@velvet.net>
3383
3384 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3385 ada-valprint.c ada-tasks.c.
3386 (YYFILES): Add ada-exp.y.
3387 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3388 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3389 (ada-exp.tab.o): New target.
3390
3391 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3392
3393 * regcache.c (regcache_xfer_part): New function.
3394 (regcache_raw_read_part): New function.
3395 (regcache_raw_write_part): New function.
3396 (regcache_cooked_read_part): New function.
3397 (regcache_cooked_write_part): New function.
3398 * regcache.h (regcache_raw_read_part): Declare.
3399 (regcache_raw_write_part): Declare.
3400 (regcache_cooked_read_part): Declare.
3401 (regcache_cooked_write_part): Declare.
3402
3403 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3404
3405 * remote.c (remote_open_1): Add async_p.
3406 (remote_async_open_1): Delete.
3407 (open_remote_target): Delete.
3408 (remote_open, extended_remote_open): Update calls to remote_open_1.
3409 (remote_async_open, extended_remote_async_open): Call
3410 remote_open_1 instead of remote_async_open_1.
3411
3412 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3413
3414 * blockframe.c: Fix a few coding standard violations.
3415
3416 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3417
3418 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3419 here from ...
3420 * config/i386/tm-i386sco5.h: ... here. File removed.
3421 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3422
3423 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3424 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3425 (TM_FILE): Set to tm-i386.h.
3426 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3427 * config/i386/tm-i386v.h: Remove file.
3428 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3429 instead of "i386/tm-i386v.h".
3430 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3431 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3432 "i386/tm-i386v.h".
3433 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3434 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3435 "i386/tm-i386.h".
3436
3437 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3438
3439 * config/i386/nm-i386v.h: Add protection against
3440 multiple-inclusion.
3441 (i386_register_u_addr): Remove prototype.
3442 (register_u_addr): New prototype.
3443 (REGISTER_U_ADDR): Redefine accordingly.
3444 * i386v-nat.c: Improve several comments.
3445 (i386_register_u_addr): Change signature and rename to
3446 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3447 ubase variable.
3448
3449 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3450
3451 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3452 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3453 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3454 deprecated_extract_return_value.
3455 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3456 rename mips_o32o64_push_arguments.
3457 (mips_gdbarch_init): Update.
3458 (mips_extract_return_value): Delete.
3459 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3460 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3461 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3462 (mips_n32n64_extract_return_value): Clone
3463 mips_extract_return_value.
3464 (mips_store_return_value): Delete.
3465 (mips_o32_store_return_value): Clone mips_store_return_value.
3466 (mips_o64_store_return_value): Clone mips_store_return_value.
3467 (mips_eabi_store_return_value): Clone mips_store_return_value.
3468 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3469
3470 2002-08-18 Aidan Skinner <aidan@velvet.net>
3471
3472 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3473 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3474
3475 2002-08-18 Aidan Skinner <aidan@velvet.net>
3476
3477 * ada-lang.c: Run through gdb_indent.sh.
3478 * ada-lang.h: Run through gdb_indent.sh.
3479 * ada-tasks.c: Run through gdb_indent.sh.
3480 * ada-typeprint.c: Run through gdb_indent.sh.
3481 * ada-valprint.c: Run through gdb_indent.sh.
3482
3483 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3484
3485 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3486 ABI.
3487
3488 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3489
3490 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3491
3492 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3493 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3494
3495 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3496 write_register_gen instead of write_register_bytes.
3497
3498 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3499 i[3456]-*-osf1mk* configurations have been made obsolete.
3500 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3501 i[3456]86-*-osf1mk* hosts obsolete.
3502 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3503 targets obsolete.
3504 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3505 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3506 config/i386/i386m3.mt, config/i386/nm-m3.h,
3507 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3508 config/i386/i386mk.mh, config/i386/i386mk.mt,
3509 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3510 obsolete.
3511 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3512 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3513 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3514
3515 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3516
3517 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3518 (hppa_value_returned_from_stack): Declare.
3519 (hppa_extract_return_value): Declare.
3520 * config/pa/hppa.mt: New file.
3521 * configure.tgt: Recognize hppa*-*-*.
3522 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3523
3524 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3525
3526 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3527 comment.
3528
3529 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3530
3531 * top.c (gdb_rl_operate_and_get_next): Make sure
3532 operate-and-get-next functions correctly even when the history
3533 list is completely filled.
3534
3535 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3536
3537 * MAINTAINERS (Target Instruction Set Architectures): Rename
3538 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3539 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3540 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3541 already listed under Host/Native.
3542
3543 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3544 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3545 mips*-*-*.
3546
3547 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3548
3549 * config/ia64/ia64.mt: New file.
3550 * config/alpha/alpha.mt: New file.
3551 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3552 ia64-linux-gnu. Mention that ia64-elf is broken.
3553 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3554
3555 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3556
3557 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3558 generic_func_frame_valid instead of func_frame_valid.
3559
3560 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3561
3562 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3563 procfs appears to be broken when debugging on multi-processor
3564 machines. So enable software single stepping in order to avoid
3565 using the procfs interface to do next/step operations, using
3566 internal breakpoints instead.
3567
3568 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3569 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3570 make this pc address equal to the value it would have if the
3571 system stepping capability was used. Also set a new flag used
3572 to ensure that we don't readjust the PC one more time later.
3573
3574 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3575 address by DECR_PC_AFTER_BREAK when software single step is
3576 in use for this architecture, as this has already been taken
3577 care of in handle_inferior_event().
3578
3579 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3580
3581 * infrun.c (handle_inferior_event): Minor reformatting, to make
3582 a rather long condition expression easier to read.
3583
3584 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3585
3586 * Makefile.in (gdbtk.o): Move to end of file.
3587 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3588 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3589 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3590 (gdbtk-wrapper.o, gdbres.o): Ditto.
3591
3592 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3593
3594 * Makefile.in (copying.o): Separate out compile rule.
3595 (hpux-thread.o, procfs.o, signals.o): Ditto.
3596 (v850ice.o, z8k-tdep.o): Ditto.
3597 (tui-file.o): Move to TUI section.
3598 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3599 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3600
3601 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3602
3603 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3604 skip_trampoline_code, for better namespace-proofing.
3605
3606 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3607
3608 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3609
3610 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3611
3612 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3613
3614 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3615 signal, check whether we hit a breakpoint before checking for a
3616 single step breakpoint. Otherwise, GDB fails to notice that a
3617 breakpoint has been hit when stepping onto a breakpoint.
3618
3619 2002-08-16 Keith Seitz <keiths@redhat.com>
3620
3621 * gdb-events.sh (clear_gdb_event_hooks): New function.
3622 * gdb-events.c: Regenerate.
3623 * gdb-events.h: Regenerate.
3624
3625 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3626
3627 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3628 not_a_sw_breakpoint.
3629 * breakpoint.h (bpstat_stop_status): Add parameter names.
3630
3631 2002-08-16 Grace Sainsbury <graces@redhat.com>
3632
3633 * remote.c (remote_insert_hw_breakpoint)
3634 (remote_remove_hw_breakpoint): Fix calculation of length field
3635 for Z-packet.
3636
3637 2002-08-15 Michael Snyder <msnyder@redhat.com>
3638
3639 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3640 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3641 (supply_fpregset): Ditto.
3642
3643 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3644 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3645 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3646 (TARGET_READ_SP): Delete.
3647 (DO_REGISTERS_INFO): Delete.
3648 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3649 Delete.
3650 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3651 from macros to functions.
3652
3653 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3654 (mips_register_convertible, mips_register_convert_to_virtual,
3655 mips_register_convert_to_raw): Make static.
3656 (mips_read_sp): New function.
3657 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3658 (mips_do_registers_info): Make static.
3659 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3660 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3661 (mips_register_convert_from_type, mips_register_convert_to_type):
3662 New functions.
3663 (mips_gdbarch_init): Set up function_start_offset,
3664 register_virtual_size, pc_in_sigtramp.
3665
3666 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3667
3668 * infcmd.c (vector_info): New function.
3669 (_initialize_infcmd): Add command "info vector".
3670 (print_vector_info): New function.
3671
3672 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3673 * gdbarch.h, gdbarch.c: Regenerate.
3674
3675 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3676
3677 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3678 ``print_all''. Only print vector registers when ``print_all''.
3679
3680 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3681
3682 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3683 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3684
3685 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3686 Add `args' parameter.
3687 * gdbarch.h, gdbarch.c: Regenerate.
3688
3689 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3690
3691 * infcmd.c (float_info): Call print_float_info.
3692 (print_float_info): New function. By default, print the
3693 floating-point registers.
3694
3695 * arch-utils.h (default_print_float_info): Delete declaration.
3696 * arch-utils.c (default_print_float_info): Delete function.
3697
3698 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3699
3700 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3701 out define.
3702
3703 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3704 FRAME.
3705
3706 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3707 * configure.host: Make i[3456]86-*-aix host obsolete.
3708 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3709 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3710 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3711 config/i386/xm-i386aix.h: Make files obsolete.
3712 * i386aix-nat.c: Make file obsolete.
3713 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3714 (i386aix-nat.o): Make target obsolete.
3715
3716 * config/i386/nm-gnu.h: Removed.
3717 * config/i386/nm-i386gnu.h: New file.
3718 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3719 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3720 Moved here from ...
3721 * config/i386/tm-i386gnu.h: ... here. Removed.
3722 * config/i386/xm-i386gnu.h: Removed.
3723 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3724 (NAT_FILE): Set to nm-i386gnu.h.
3725 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3726 * i386-tdep.c: New file.
3727 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3728 (i386gnu-tdep.o): Specify dependencies.
3729
3730 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3731
3732 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3733 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3734 Adjust a few comments to reflect reality a bit closer.
3735 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3736 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3737 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3738 target_insert_watchpoint, target_remove_watchpoint):
3739 Move defines to ...
3740 * config/i386/nm-i386sco5.h: ... here.
3741 (kernel_u_size): Add prototype. Improve a few comments and add
3742 protection against multiple inclusion.
3743
3744 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3745 out define.
3746
3747 * uw-thread.c (SP_ARG0): Define if not already defined.
3748 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3749
3750 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3751
3752 * config/i386/tm-i386.h: Don't include "regcache.h".
3753
3754 * i387-tdep.h (i387_print_float_info): New prototype.
3755 * i387-tdep.c (print_i387_value, print_i387_ext,
3756 print_i387_status_word, print_i387_control_word): Add `struct
3757 ui_file *' argument and use it for output.
3758 (i387_print_float_info): Renamed from i387_float_info. Add
3759 `struct gdbarch *' and `struct ui_file *' arguments and use the
3760 latter for output.
3761 * i386-tdep.c: Include "i387-tdep.h".
3762 (i386_gdbarch_init): Set print_float_info.
3763 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3764 (FLOAT_INFO): Remove define.
3765
3766 2002-08-13 Michael Snyder <msnyder@redhat.com>
3767
3768 * mips-tdep.c (mips_push_arguments): Rename to
3769 mips_eabi_push_arguments, and tune for EABI.
3770 (MIPS_REGS_HAVE_HOME_P): Delete.
3771 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3772 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3773 Delete references to mips_regs_have_home_p.
3774
3775 2002-08-14 Keith Seitz <keiths@redhat.com>
3776
3777 * Makefile.in (install-gdbtk): Create insight plugin directory.
3778 Install plugins.tcl file.
3779
3780 2002-08-14 Keith Seitz <keiths@redhat.com>
3781
3782 * configure.in: Move SUBDIRS to near top of the file so that
3783 --enable options may add things to it.
3784 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3785 * configure: Regenerate.
3786
3787 2002-08-13 Michael Snyder <msnyder@redhat.com>
3788
3789 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3790 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3791 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3792
3793 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3794
3795 * vax-tdep.c (vax_get_saved_register): Delete function.
3796 (vax_gdbarch_init): Update.
3797 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3798 (ns32k_gdbarch_init): Update.
3799 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3800 (alpha_gdbarch_init): Update.
3801
3802 2002-08-13 Andrew Cagney <cagney@redhat.com>
3803
3804 * regcache.c (init_regcache_descr): Overallocate the
3805 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3806 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3807 nr_raw_registers.
3808 (set_register_cached): Add range checking assertions. Use
3809 current_regcache.
3810
3811 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3812
3813 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3814 numbers for MMX registers.
3815
3816 2002-08-13 Andrew Cagney <cagney@redhat.com>
3817
3818 * i386-tdep.c (i386_gdbarch_init): Use
3819 generic_unwind_get_saved_register.
3820
3821 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3822
3823 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3824 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3825 target vector.
3826 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3827 Delete. Add comment regarding this now-deleted target method.
3828
3829 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3830
3831 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3832 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3833 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3834 real PC and the page number (if it's within the memory bank window).
3835 (m68hc11_pseudo_register_write): Likewise when saving.
3836 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3837 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3838 (m68hc11_register_raw_size): And use 32-bit for it.
3839 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3840 16K memory bank is used by the prog; also use the virtual pc.
3841
3842 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3843
3844 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3845 (m68hc11_gdbarch_init): Install it in gdbarch.
3846 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3847 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3848 (MSYMBOL_SIZE): New for documentation.
3849 (insn_return_kind): Enum to specify how a function returns.
3850 (frame_extra_info): Cleanup and record the return mode.
3851 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3852 register in address computation.
3853 (m68hc11_get_return_insn): New to obtain the return instruction used
3854 by the function.
3855 (m68hc11_frame_init_saved_regs): Take into account the return
3856 instruction used by the function for far and interrupt functions.
3857 (m68hc11_init_extra_frame_info): Take into account page register.
3858 (m68hc11_frame_args_address): Adjust according to the return mode.
3859 (show_regs): Print page register only when it's used.
3860
3861 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3862
3863 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3864 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3865 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3866 registers.
3867 (m68hc11_register_raw_size): Likewise.
3868
3869 2002-08-13 Andrew Cagney <cagney@redhat.com>
3870
3871 * i386-tdep.c (i386_register_name): Handle mmx registers.
3872 (mmx_regnum_p): New function.
3873 (i386_mmx_names): New array.
3874 (mmx_num_regs): New variable.
3875 (i386_pseudo_register_read): New function.
3876 (i386_pseudo_register_write): New function.
3877 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3878
3879 * regcache.c (regcache_raw_read_unsigned): New function.
3880 (regcache_raw_read_signed): New function.
3881 * regcache.h (regcache_raw_read_unsigned): Declare.
3882 (regcache_raw_read_signed): Declare.
3883
3884 2002-08-13 Andrew Cagney <cagney@redhat.com>
3885
3886 * regcache.c (regcache_raw_read_as_address): Delete function.
3887 (regcache_cooked_read_signed): New function.
3888 (regcache_cooked_read_unsigned): New function.
3889 * regcache.h (regcache_cooked_read_signed): Declare.
3890 (regcache_cooked_read_unsigned): Declare.
3891 (regcache_raw_read_as_address): Delete declaration.
3892
3893 * blockframe.c (generic_read_register_dummy): Use
3894 regcache_cooked_read_unsigned.
3895 * i386-tdep.c (i386_extract_struct_value_address): Use
3896 regcache_cooked_read_unsigned.
3897
3898 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3899
3900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3901 double sizes according to ELF ABI flags.
3902 (gdbarch_tdep): Record elf_flags.
3903
3904 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3905
3906 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3907 (m6812_prolog): They can appear in 68HC12 function prologue.
3908 (m68hc11_frame_chain): Cleanup.
3909
3910 2002-08-12 Andrew Cagney <cagney@redhat.com>
3911
3912 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3913 declarations.
3914 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3915 (i386_linux_register_raw_size): Delete function.
3916 (i386_linux_init_abi): Update.
3917 * i386-tdep.c (i386_register_raw_size): Delete function.
3918 (i386_register_byte): Delete function.
3919 (i386_gdbarch_init): Update.
3920 (i386_register_size): Delete array.
3921 (i386_register_offset): Delete array.
3922
3923 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3924 (REGISTER_RAW_SIZE): Delete macro.
3925 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3926 (REGISTER_BYTE): Delete macro.
3927
3928 2002-08-11 Aidan Skinner <aidan@velvet.net>
3929
3930 * ada-lang.c (ada_lookup_partial_symbol)
3931 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3932 prototype names so that grep ^func works properly.
3933
3934 * ada-lang.c (ada_array_element_type)
3935 (ada_lookup_partial_symbol): Fix typos in parameter list.
3936
3937 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3938 Fix prototype names so that grep ^func works properly.
3939
3940 2002-08-10 Andrew Cagney <cagney@redhat.com>
3941 Elena Zannoni <ezannoni@redhat.com>
3942 Martin M. Hunt <hunt@redhat.com>
3943
3944 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3945 (build_builtin_type_vec128i): Set the vector bit.
3946 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3947 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3948 (build_builtin_type_vec64): New function.
3949 (build_builtin_type_vec64i): New function.
3950 (build_gdbtypes): Initialize builtin_type_vec64 and
3951 builtin_type_vec64i.
3952
3953 2002-08-09 Andrew Cagney <cagney@redhat.com>
3954
3955 * regcache.c (regcache_dump): Compare the register offset
3956 with REGISTER_BYTE.
3957 * arch-utils.c (generic_register_byte): New function.
3958 * arch-utils.h (generic_register_byte): Declare.
3959 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3960 * gdbarch.h, gdbarch.c: Regenerate.
3961
3962 2002-08-09 Andrew Cagney <cagney@redhat.com>
3963
3964 * regcache.c: Include "gdbcmd.h"
3965 (_initialize_regcache): Add commands "maintenance print
3966 registers", "maintenance print raw-registers" and "maintenance
3967 print cooked-registers".
3968 (enum regcache_dump_what): Define.
3969 (dump_endian_bytes): New function.
3970 (regcache_dump): New function.
3971 (regcache_print): New function.
3972 (maintenance_print_registers): New function.
3973 (maintenance_print_raw_registers): New function.
3974 (maintenance_print_cooked_registers): New function.
3975 * Makefile.in (regcache.o): Update dependencies.
3976
3977 2002-08-09 Michael Snyder <msnyder@redhat.com>
3978
3979 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3980 (mips_push_arguments): Correct some comments. Use paddr_nz
3981 for printing addresses in debug output. Replace static
3982 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3983 (mips_n32n64_push_arguments): New function, cloned from
3984 mips_push_arguments and tuned for the n32/n64 ABI.
3985 (mips_push_register): Buffer needs dynamic allocation.
3986 (mips_print_register): Ditto.
3987 (do_gp_register_row): Ditto.
3988 (mips_store_return_value): Ditto.
3989 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3990
3991 2002-08-09 Don Howard <dhoward@redhat.com>
3992
3993 * memattr.c (mem_info_command): Print special case of upper bound
3994 as max CORE_ADDR + 1.
3995
3996 2002-08-08 Michael Snyder <msnyder@redhat.com>
3997
3998 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3999 returns structs by ref if they're too big to fit in two registers.
4000
4001 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4002
4003 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
4004 saved regs value.
4005 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
4006 mips_find_saved_regs().
4007 (mips_pop_frame): Likewise.
4008
4009 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4010
4011 * blockframe.c (frame_saved_regs_register_unwind): Revise
4012 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
4013 frames are in use.
4014
4015 2002-08-09 Grace Sainsbury <graces@redhat.com>
4016
4017 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
4018 T-packets; the 'a' is not taken as a register number.
4019 (remote_check_watch_resources, remote_stopped_by_watchpoint)
4020 (remote_stopped_data_address): New functions; add to target
4021 vector.
4022 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
4023 prototypes to match other implementations of this
4024 function. replace integer argument with pointer -- the length
4025 field in the Z-packet is the length of what is pointed to or 1 if
4026 pointer is null. Add to target vector.
4027 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
4028 target vector.
4029
4030 From Mark Salter:
4031 * remote.c (remote_wait): Add support to extract optional
4032 watchpoint information from T-packet. Ignore unrecognized
4033 optional info in T-packet.
4034 (remote_async_wait): Ditto.
4035
4036 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
4037
4038 * cli/cli-dump.c: Change fopen modes to use binary open modes
4039 as defined in include/fopen-bin.h throughout.
4040
4041 2002-08-08 Michael Snyder <msnyder@redhat.com>
4042
4043 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4044
4045 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4046
4047 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4048 assertion failure by returning early after a warning.
4049
4050 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4051
4052 * mips-tdep.c (mips_find_saved_regs): Make static.
4053 (mips_frame_init_saved_regs): New function.
4054 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4055 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4056 (mips_find_saved_regs): Delete declaration.
4057
4058 2002-08-08 Grace Sainsbury <graces@redhat.com>
4059
4060 * remote.c (remote_wait, remote_async_wait): Change
4061 thread_num from int to ULONGEST.
4062 (unpack_varlen_hex): Change result parameter from
4063 int * to ULONGEST *.
4064
4065 2002-08-08 Andrew Cagney <ac131313@redhat.com>
4066
4067 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4068 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4069 powerpc*-*-*.
4070 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4071
4072 2002-08-08 Andrew Cagney <cagney@redhat.com>
4073
4074 * gcore.c (override_derive_stack_segment): Delete variable.
4075 (preempt_derive_stack_segment): Delete function.
4076 (derive_stack_segment): Delete function.
4077 (default_derive_stack_segment): Renamed to derive_stack_segment.
4078 (override_derive_heap_segment): Delete variable.
4079 (preempt_derive_heap_segment): Delete function.
4080 (derive_heap_segment): Delete function.
4081 (default_derive_heap_segment): Rename to derive_heap_segment.
4082
4083 2002-08-06 Michael Snyder <msnyder@redhat.com>
4084
4085 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4086 * mips-tdep.c (mips_EABI_use_struct_convention,
4087 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4088 New functions. (mips_use_struct_convention): Delete.
4089 (mips_gdbarch_init): set use_gdbarch_convention.
4090
4091 2002-08-06 Michael Snyder <msnyder@redhat.com>
4092
4093 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4094 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4095 mips_o32_reg_struct_has_addr): New functions.
4096 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4097
4098 2002-08-07 Andrew Cagney <ac131313@redhat.com>
4099
4100 * regcache.c (pseudo_register): Delete function.
4101 (fetch_register): Delete function.
4102 (store_register): Delete function.
4103 (regcache_raw_read, legacy_read_register_gen): Use
4104 target_fetch_registers instead of fetch_register.
4105 (legacy_write_register_gen, regcache_raw_write): Use
4106 target_store_register instead of store_register.
4107 (write_register_bytes): Ditto.
4108
4109 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4110 (STORE_PSEUDO_REGISTER): Delete.
4111 * gdbarch.h, gdbarch.c: Regenerate.
4112
4113 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
4114
4115 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4116 write dump file binary.
4117
4118 2002-08-05 Michael Snyder <msnyder@redhat.com>
4119
4120 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4121 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4122 (mips_gdbarch_init): Set N32 target to be mips64.
4123
4124 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4125
4126 * frame.c (find_saved_register): Break out of loop once saved
4127 register address is found. Don't mention sparc in loop comment
4128 anymore.
4129
4130 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4131
4132 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4133 mips_default_saved_regsize to 8.
4134
4135 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4136
4137 * gcore.c: Do not include <sys/procfs.h>.
4138 * Makefile.in (gcore.o): Update dependencies.
4139
4140 2002-08-06 Andrew Cagney <cagney@redhat.com>
4141
4142 * configure.tgt: Make arc-*-* obsolete.
4143 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4144 * MAINTAINERS: Make arc-elf obsolete.
4145 * arc-tdep.c: Make file obsolete.
4146 * config/arc/arc.mt: Ditto.
4147 * config/arc/tm-arc.h: Ditto.
4148
4149 2002-08-05 Theodore A. Roth <troth@verinet.com>
4150
4151 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4152
4153 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4154
4155 * mcore-tdep.c (mcore_gdbarch_init): Use
4156 generic_unwind_get_saved_register instead of
4157 generic_get_saved_register.
4158 * v850-tdep.c (v850_gdbarch_init): Ditto.
4159 * frv-tdep.c (frv_gdbarch_init): Ditto.
4160 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4161 * s390-tdep.c (s390_gdbarch_init): Ditto.
4162 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4163 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4164 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4165
4166 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4167
4168 * objfiles.h: Add missing #include "symfile.h"
4169
4170 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4171
4172 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4173
4174 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4175 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4176 of FIELD_BITSIZE.
4177
4178 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4179
4180 * NEWS: Cleanup and nitpick.
4181
4182 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4183
4184 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4185
4186 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4187
4188 * Makefile.in (gdbtk-bp.o): Update dependencies.
4189 (gdbtk-register.o): Ditto.
4190 (gdbtk-varobj.o): Ditto.
4191
4192 2002-08-03 Andrew Cagney <cagney@redhat.com>
4193
4194 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4195 m68hc11_fetch_pseudo_register.
4196 (m68hc11_pseudo_register_write): Replace
4197 m68hc11_store_pseudo_register.
4198 (m68hc11_gdbarch_init): Update.
4199
4200 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4201
4202 * gdbarch.sh: Include "gdb_string.h".
4203 * gdbarch.c: Regenerate.
4204
4205 * regcache.c: Include "gdb_string.h".
4206 * ax-general.c: Ditto.
4207 * varobj.c: Ditto.
4208 * std-regs.c: Ditto.
4209 * fbsd-proc.c: Ditto.
4210 * thread.c: Ditto.
4211
4212 * Makefile.in (regcache.o): Update dependencies.
4213 (thread.o, gdbarch.o): Ditto.
4214 (ax-general.o, gdbarch.o): Ditto.
4215 (varobj.o, std-regs.o): Ditto.
4216 (fbsd-proc.o): Specify dependencies.
4217
4218 2002-08-02 Andrew Cagney <cagney@redhat.com>
4219
4220 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4221 regnum.
4222 (regcache_cooked_write): Ditto.
4223
4224 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4225
4226 * regcache.c (regcache_cooked_read): New function.
4227 (regcache_cooked_write): New function.
4228 (read_register_gen): Rewrite using regcache_cooked_read.
4229 (write_register_gen): Rewrite using regcache_cooked_write.
4230
4231 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4232 Declare.
4233
4234 2002-08-02 Andrew Cagney <cagney@redhat.com>
4235
4236 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4237 Replace the architecture methods register_read and register_write.
4238 * gdbarch.h, gdbarch.c: Regenerate.
4239 * regcache.c (init_regcache_descr): Update.
4240 (read_register_gen): Update.
4241 (write_register_gen): Update.
4242 (supply_register): Update comment.
4243
4244 * sh-tdep.c (sh_gdbarch_init): Update.
4245 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4246 `regcache' and `gdbarch' parameters. Make `buffer' a void
4247 pointer. Update code.
4248 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4249 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4250 void pointer. Update code.
4251 (sh64_register_write): Delete.
4252 (sh4_register_read): Delete.
4253 (sh64_register_read): Delete.
4254 (sh4_register_write): Delete.
4255 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4256 void pointer, `to' parameter a void pointer.
4257 (sh_sh64_register_convert_to_raw): Ditto.
4258
4259 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4260
4261 * mips-tdep.c (mips_register_virtual_type): Use architecture
4262 invariant return values.
4263
4264 2002-08-01 Andrew Cagney <cagney@redhat.com>
4265
4266 * linux-proc.c: Include "gdb_string.h".
4267 * Makefile.in (linux-proc.o): Update dependency list.
4268
4269 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4270
4271 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4272 comment.
4273
4274 2002-08-01 Grace Sainsbury <graces@redhat.com>
4275
4276 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4277 to_insert_watchpoint, to_remove_watchpoint,
4278 to_stopped_by_watchpoint, to_stopped_data_address,
4279 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4280 target vecctor. Define their corresponding macros so they call
4281 them.
4282
4283 * target.c: Add default and debug versions of for
4284 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4285 to_insert_watchpoint, to_remove_watchpoint,
4286 to_stopped_by_watchpoint, to_stopped_data_address,
4287 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4288
4289 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4290
4291 * mips-tdep.c (mips_register_virtual_type): New function.
4292 (mips_gdbarch_init): Register mips_register_virtual_type()
4293 with gdbarch machinery.
4294 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4295 this file instead of tm-bigmips.h.
4296 (MIPS_REGSIZE): Delete this macro.
4297 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4298 multiarch version in mips-tdep.c will be found.
4299
4300 2002-08-01 Andrew Cagney <cagney@redhat.com>
4301
4302 * NEWS: Menion that CHILL has been made obsolete.
4303
4304 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4305 * stabsread.c (read_range_type): Ditto.
4306 * gdbtypes.h: Ditto.
4307 * language.c (binop_type_check): Ditto.
4308 (binop_result_type): Ditto.
4309 (integral_type): Ditto.
4310 (character_type): Ditto.
4311 (string_type): Ditto.
4312 (boolean_type): Ditto.
4313 (structured_type): Ditto.
4314 (lang_bool_type): Ditto.
4315 (binop_type_check): Ditto.
4316 * language.h (_LANG_chill): Ditto.
4317 * dwarfread.c (set_cu_language): Ditto.
4318 * dwarfread.c (CHILL_PRODUCER): Ditto.
4319 * dwarfread.c (handle_producer): Ditto.
4320 * expression.h (enum exp_opcode): Ditto.
4321 * eval.c: Ditto for comments.
4322 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4323 * expprint.c (print_subexp): Ditto.
4324 (print_subexp): Ditto.
4325 * valops.c (value_cast): Ditto.
4326 (search_struct_field): Ditto.
4327 * value.h (COERCE_VARYING_ARRAY): Ditto.
4328 * symfile.c (init_filename_language_table): Ditto.
4329 (add_psymbol_with_dem_name_to_list): Ditto.
4330 * valarith.c (value_binop): Ditto.
4331 (value_neg): Ditto.
4332 * valops.c (value_slice): Ditto.
4333 * symtab.h (union language_specific): Ditto.
4334 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4335 (SYMBOL_DEMANGLED_NAME): Ditto.
4336 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4337 * defs.h (enum language): Ditto.
4338 * symtab.c (got_symtab): Ditto.
4339 * utils.c (fprintf_symbol_filtered): Ditto.
4340
4341 * ch-typeprint.c: Make file obsolete.
4342 * ch-valprint.c: Make file obsolete.
4343 * ch-lang.h: Make file obsolete.
4344 * ch-exp.c: Make file obsolete.
4345 * ch-lang.c: Make file obsolete.
4346
4347 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4348 CHILL_LIB.
4349 (TARGET_FLAGS_TO_PASS): Ditto.
4350 (CHILLFLAGS): Obsolete.
4351 (CHILL): Obsolete.
4352 (CHILL_FOR_TARGET): Obsolete.
4353 (CHILL_LIB): Obsolete.
4354 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4355 ch-valprint.c.
4356 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4357 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4358 ch-lang.o.
4359 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4360 targets.
4361
4362 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4363
4364 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4365 This does not change anything at the moment, but will be helpful
4366 later when full Ada support is integrated.
4367
4368 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4369
4370 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4371 help message.
4372
4373 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4374
4375 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4376 and save it in a local variable. Use variable in later test.
4377
4378 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4379
4380 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4381 test. (Thanks to Daniel Jacobowitz.)
4382
4383 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4384
4385 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4386 (mips_abi_strings): Add "n64".
4387 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4388
4389 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4390
4391 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4392 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4393
4394 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4395
4396 * utils.c (host_pointer_to_address, address_to_host_pointer):
4397 Use gdb_assert() instead of explicit call to internal_error().
4398
4399 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4400
4401 * Makefile.in (rs6000-nat.o): Update dependencies.
4402
4403 From Nicholas Duffek:
4404 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4405 (aix-thread.o): New rule.
4406 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4407 * config/powerpc/aix432.mh: New file.
4408
4409 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4410
4411 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4412 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4413 (fetch_core_registers, ppc_linux_supply_gregset)
4414 (ppc_linux_supply_fpregset): New functions.
4415 (ppc_linux_regset_core_fns): New.
4416 (_initialize_ppc_linux_tdep): Call add_core_fns.
4417 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4418 and ppc_linux_supply_gregset.
4419 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4420 (supply_fpregset): Call ppc_linux_supply_fpregset.
4421 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4422 corelow.o.
4423 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4424
4425 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4426
4427 * symtab.c (lookup_symbol): Demangle before lowercasing.
4428
4429 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4430
4431 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4432 declaration.
4433 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4434 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4435 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4436 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4437 "gdb_string.h".
4438 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4439 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4440 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4441 (avr-tdep.o, mon960-rom.o): Ditto.
4442 (aout_stabs_gnu_h): Define.
4443 (symtab_h): Remove $(gdb_obstack_h).
4444
4445 2002-07-30 Jim Blandy <jimb@redhat.com>
4446
4447 Patch from David Carlton <carlton@math.stanford.edu>:
4448 * gdbinit.in: Move the `dir' commands that add GDB's own source
4449 directory to the search path to the end, so that the `gdb' source
4450 directory will be searched first.
4451
4452 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4453
4454 * gdb_obstack.h: New file.
4455 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4456 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4457 * objfiles.h: Include "gdb_obstack.h".
4458 * Makefile.in (gdb_obstack_h): Define.
4459 (symtab_h): Add $(gdb_obstack_h).
4460 (objfiles_h): Add $(gdb_obstack_h).
4461
4462 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4463 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4464 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4465 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4466 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4467 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4468 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4469 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4470
4471 * Makefile.in (bcache.o): Update dependencies.
4472 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4473 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4474 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4475 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4476 (stabsread.o, symfile.o, symmisc.o): Ditto.
4477 (symtab.o, typeprint.o, macroexp.o): Ditto.
4478 (macrotab.o, mdebugread.o): Ditto.
4479 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4480 (coff_ecoff_h, aout_aout64_h): Define.
4481 (aout_stabs_gnu_h, libaout_h): Define.
4482
4483 2002-07-29 Andrew Cagney <cagney@redhat.com>
4484
4485 * regcache.c (struct regcache_descr): Rename nr_registers to
4486 nr_cooked_registers. Revise comments describing the structure
4487 member fields.
4488 (init_regcache_descr): Update.
4489 (init_legacy_regcache_descr): Update.
4490 (read_register_gen, write_register_gen): When a cooked register in
4491 the raw register range, directly access the value from the raw
4492 register cache.
4493
4494 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4495
4496 * z8k-tdep.c: Do not include "obstack.h".
4497 * h8300-tdep.c, h8500-tdep.c: Ditto.
4498 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4499 * valprint.c, v850-tdep.c: Ditto.
4500 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4501 * mn10200-tdep.c: Ditto.
4502
4503 * Makefile.in (z8k-tdep.o): Update dependencies.
4504 (m68hc11-tdep.o, valprint.o): Ditto.
4505 (v850-tdep.o, d10v-tdep.o): Ditto.
4506 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4507 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4508 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4509 (sh_opc_h, gdb_sim_sh_h): Define.
4510 (elf_sh_h, elf_bfd_h): Define.
4511 (opcode_m68hc11_h): Define.
4512 (OPCODES_SRC, OPCODES_DIR): define.
4513 (OPCODES): Use $(OPCODES_DIR).
4514 (gdb_sim_d10v_h): Rename sim_d10v_h.
4515 (gdb_sim_arm_h): Rename sim_arm_h.
4516
4517 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4518
4519 * utils.c (host_pointer_to_address, address_to_host_pointer):
4520 Change internal_error() message to indicate function responsible
4521 for the error.
4522
4523 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4524
4525 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4526 calls to local_hex_string_custom().
4527
4528 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4529
4530 * irix5-nat.c: Move IRIX shared library support from here...
4531 * solib-irix.c: ...to here. Revised substantially to work with
4532 generic solib framework.
4533
4534 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4535 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4536 * mips-irix-tdep.c: New file.
4537
4538 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4539 (mips-irix-tdep.o, solib-irix.o): New rules.
4540 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4541 solib-irix.o.
4542 * config/mips/irix6.mt (TDEPFILES): Likewise.
4543 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4544
4545 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4546
4547 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4548 disabled (via ``#if 0'') includes.
4549
4550 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4551
4552 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4553 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4554 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4555 Add support for the fpscr register.
4556 * rs6000-nat.c (regmap, fetch_inferior_registers)
4557 (store_inferior_registers, fetch_core_registers): Likewise.
4558
4559 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4560
4561 * rs6000-nat.c (language.h): Include.
4562 (special_regs): Delete this array.
4563 (regmap): New function.
4564 (fetch_register, store_register): Use regmap() to map gdb
4565 register numbers to ptrace register numbers. Also, use
4566 outputs from regmap() to make decisions regarding type of
4567 ptrace() call to make. In particular, don't compare against
4568 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4569 (fetch_inferior_registers, store_inferior_registers): Where
4570 possible, obtain register numbers from tdep struct. Don't
4571 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4572 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4573 (LAST_UISA_SP_REGNUM): Delete.
4574
4575 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4576
4577 * rs6000-nat.c (ppc-tdep.h): Include.
4578 (fetch_registers, store_register, fetch_core_registers): Don't
4579 access registers[] directly. Instead, use supply_register() or
4580 regcache_collect() as appropriate.
4581 (find_toc_address): Format hex address with local_hex_string().
4582
4583 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4584
4585 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4586 bfd/elf32-frv.c.
4587
4588 2002-07-24 Tom Tromey <tromey@redhat.com>
4589
4590 * jv-exp.y: Marked all strings with _().
4591 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4592 internal_error.
4593 (MethodInvocation, CastExpression, parse_number, yyerror,
4594 java_type_from_name, push_expression_name, yylex): Typo fixes.
4595
4596 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4597
4598 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4599 (tee_file_flush, tee_file_write, tee_file_fputs)
4600 (tee_file_isatty): New.
4601 * ui-file.h (tee_file_new): Add prototype.
4602
4603 2002-07-24 Aidan Skinner <aidan@velvet.net>
4604
4605 * ada-lang.c: Change k&r style function definitions to prototyped
4606 form.
4607 * ada-typeprint.c: Change k&r style function definitions to prototyped
4608 form.
4609 * ada-valprint.c: Change k&r style function definitions to prototyped
4610 form.
4611
4612 2002-07-24 Andrew Cagney <cagney@redhat.com>
4613
4614 * README: Remove reference to remote-bug.
4615 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4616 remote-bug.c.
4617 (m88k-nat.o): Delete rule.
4618 (m88k-tdep.o): Delete rule.
4619 (remote-bug.o): Delete rule.
4620 * MAINTAINERS: Mark as obsolete.
4621 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4622 * m88k-tdep.c: Make file obsolete.
4623 * config/m88k/m88k.mh: Ditto.
4624 * config/m88k/delta88v4.mh: Ditto.
4625 * config/m88k/delta88v4.mt: Ditto.
4626 * config/m88k/delta88.mt: Ditto.
4627 * config/m88k/delta88.mh: Ditto.
4628 * remote-bug.c: Ditto.
4629 * config/m88k/tm-delta88.h: Ditto.
4630 * config/m88k/nm-delta88v4.h: Ditto.
4631 * config/m88k/xm-delta88.h: Ditto.
4632 * config/m88k/xm-dgux.h: Ditto.
4633 * config/m88k/tm-m88k.h: Ditto.
4634 * config/m88k/nm-m88k.h: Ditto.
4635 * config/m88k/tm-delta88v4.h: Ditto.
4636 * m88k-nat.c: Ditto.
4637 * cxux-nat.c: Ditto.
4638 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4639 and m88*-*-* obsolete.
4640 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4641 m88*-*-* obsolete.
4642
4643 2002-07-24 Andrew Cagney <cagney@redhat.com>
4644
4645 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4646 constant. Same for local pointer variables.
4647 (extract_signed_integer): Ditto.
4648 * defs.h (extract_unsigned_integer): Update.
4649 (extract_signed_integer): Update.
4650
4651 2002-07-24 Andrew Cagney <cagney@redhat.com>
4652
4653 * regcache.c (regcache_raw_write): Change buf parameter to a
4654 constant void pointer.
4655 (regcache_raw_read): Change buf parameter to a void pointer.
4656 (legacy_write_register_gen): Change myaddr parameter a constant
4657 void pointer.
4658 (supply_register): Change val parameter to a const void pointer.
4659 * regcache.h (regcache_raw_write): Update declaration.
4660 (regcache_raw_read): Update declaration.
4661 (supply_register): Update declaration.
4662
4663 2002-07-24 Tom Tromey <tromey@redhat.com>
4664
4665 * defs.h (gdb_readline_wrapper): Declare.
4666 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4667 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4668 * top.c (gdb_readline_wrapper): New function.
4669 (command_line_input): Use it.
4670
4671 2002-07-24 Andrew Cagney <cagney@redhat.com>
4672
4673 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4674 regcache_read and regcache_write.
4675 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4676 * regcache.c: Update.
4677 * sh-tdep.c (sh64_push_arguments): Update comment.
4678 (sh_pseudo_register_read): Update.
4679 (sh_pseudo_register_write): Update.
4680 (sh4_register_read): Update.
4681 (sh4_register_write): Update.
4682 (sh64_pseudo_register_read): Update.
4683 (sh64_pseudo_register_write): Update.
4684 (sh64_register_read): Update.
4685 (sh64_register_write): Update.
4686 * i386-tdep.c (i386_extract_return_value): Update.
4687 (i386_extract_struct_value_address): Update.
4688 (i386_extract_return_value): Update.
4689 * blockframe.c (generic_read_register_dummy): Update.
4690 (generic_call_dummy_register_unwind): Update
4691 * infrun.c (write_inferior_status_register): Update.
4692
4693 2002-07-23 Jim Blandy <jimb@redhat.com>
4694
4695 * parser-defs.h (expression_context_pc): Make this extern.
4696 (Thanks to Michael Snyder.)
4697
4698 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4699
4700 GDB 5.2.1 released from 5.2 branch.
4701 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4702 * README: Update to mention 5.2.1.
4703
4704 2002-07-23 Mark Salter <msalter@redhat.com>
4705
4706 * remote.c (remote_read_bytes): Fix check for error.
4707
4708 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4709
4710 * aix-thread.c (language.h): Include.
4711 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4712 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4713 Print newlines at end of debug messages.
4714 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4715 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4716
4717 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4718
4719 * aix-thread.c (ppc-tdep.h): Include.
4720 (special_register_p): New function.
4721 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4722 (store_regs_user_thread): Use register number information from
4723 gdbarch_tdep struct instead of hardcoded offsets relative to
4724 FIRST_UISA_SP_REGNUM.
4725 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4726 special_register_p() instead of using FPLAST_REGNUM and
4727 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4728 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4729 will be MQ's register number.
4730
4731 2002-07-22 Michael Snyder <msnyder@redhat.com>
4732
4733 * aix-thread.c (ops): Rename to aix_thread_ops.
4734 (base_ops): Rename to base_target.
4735 (ops_attach): Rename to aix_thread_attach.
4736 (ops_detach): Rename to aix_thread_detach.
4737 (ops_resume): Rename to aix_thread_detach.
4738 (ops_wait): Rename to aix_thread_wait.
4739 (ops_kill): Rename to aix_thread_kill.
4740 (init_ops): Rename to init_aix_thread_ops.
4741 (ops_fetch_register): Rename to aix_thread_fetch_register.
4742 (ops_store_register): Rename to aix_thread_store_register.
4743 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4744 (ops_thread_alive): Rename to aix_thread_thread_alive.
4745 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4746 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4747 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4748 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4749 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4750 (store_regs_lib): Rename to store_regs_user_thread.
4751 (store_regs_kern): Rename to store_regs_kernel_thread.
4752
4753 2002-07-22 Michael Snyder <msnyder@redhat.com>
4754
4755 * aix-thread.c (ops_prepare_to_store): Eliminate.
4756 (init_ops): Don't initialize ops.prepare_to_store.
4757 (store_regs_kern): Pre-fetch register buffers from child,
4758 because some registers may not be in the cache. Copy
4759 regs from register cache only if they are cached.
4760 (store_regs_lib): Copy regs from register cache only
4761 if they are cached.
4762 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4763 fill_gprs64): Ditto.
4764
4765 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4766
4767 * aix-thread.c (gdb_assert.h): Include.
4768 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4769 register sizes (from register cache) match size of buffer holding
4770 register data.
4771 (fill_sprs32): Change parameter types to match those in the ptrace()
4772 buffer.
4773 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4774 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4775
4776 2002-07-22 Michael Snyder <msnyder@redhat.com>
4777
4778 * aix-thread.c (supply_sprs64): Cosmetic change.
4779 (supply_sprs32): Cosmetic change.
4780 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4781 (fill_sprs64): Use regcache_collect instead of read_register.
4782 (store_regs_lib): Use regcache_collect instead of
4783 read_register. Use fill_sprs32 instead of fill_sprs64,
4784 if debugging a 32-bit architecture.
4785 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4786 out of the register cache, instead of passing a pointer into
4787 the register cache directly to ptrace. Use regcache_collect
4788 insteaad of read_register.
4789 (ops_prepare_to_store): Use target_read_registers instead
4790 of read_register_bytes.
4791
4792 2002-07-20 Aidan Skinner <aidan@velvet.net>
4793
4794 * MAINTAINERS: Add self under write after approval.
4795
4796 2002-07-20 Aidan Skinner <aidan@velvet.net>
4797
4798 * ada-tasks.c: Change k&r style function definitions to prototyped
4799 form.
4800
4801 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4802
4803 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4804 * x86-64-tdep.c: Include "objfiles.h".
4805 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4806 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4807
4808 2002-07-17 Michal Ludvig <michal@suse.cz>
4809
4810 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4811 (update_context): Initialise cfa variable.
4812
4813 2002-07-17 Michael Snyder <msnyder@redhat.com>
4814
4815 * aix-thread.c: Shorten some long lines.
4816 Bring comments into line with code spec.
4817
4818 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4819
4820 * infrun.c: Re-indent using gdb_indent.sh.
4821
4822 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4823
4824 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4825 Leave the indentation temporarily untouched, to minimize the diffs.
4826
4827 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4828
4829 * stabsread.c: Make os9k sections of the code obsolete,
4830 for real this time.
4831 * stabsread.h: Make os9k sections of the code obsolete.
4832
4833 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4834
4835 * linux-low.c (regsets_store_inferior_registers): Add free()
4836 at the end of a loop to prevent memory leak.
4837 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4838 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4839 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4840 line a comment.
4841 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4842
4843 2002-07-17 Jim Blandy <jimb@redhat.com>
4844
4845 * macrocmd.c (info_macro_command): Remove newline from error
4846 message.
4847
4848 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4849
4850 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4851 (sh_gdbarch_init): Use it for sh-dsp.
4852
4853 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4854
4855 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4856 64-bit DWARF2 format.
4857
4858 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4859
4860 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4861 <sys/proc.h> when not available.
4862
4863 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4864
4865 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4866 * stabsread.c: Make os9k sections of the code obsolete.
4867 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4868 * config/i386/i386os9k.mt: Make file obsolete.
4869 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4870 (COMMON_OBS): Remove os9kread.o
4871 (SFILES): Remove os9kread.c.
4872 (os9kread.o, remote-os9k.o): Make target obsolete.
4873 * remote-os9k.c: Make file obsolete.
4874 * os9kread.c: Make file obsolete.
4875 * Makefile.in
4876
4877 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4878
4879 * NEWS: Mention that the FR30 has been made obsolete.
4880 * fr30-tdep.c: Make file obsolete.
4881 * config/fr30/tm-fr30.h: Ditto.
4882 * config/fr30/fr30.mt: Ditto.
4883 * configure.tgt: Make fr30-*-elf obsolete.
4884 * MAINTAINERS: Make fr30-elf obsolete.
4885
4886 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4887
4888 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4889 found is not inside a section.
4890
4891 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4892
4893 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4894 strerror().
4895 (pdc_realloc): Use xrealloc() instead of realloc().
4896
4897 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4898
4899 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4900 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4901 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4902 macros.
4903
4904 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4905
4906 * aix-thread.c (ptrace_check): Eliminate goto.
4907 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4908 problem.
4909
4910 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4911
4912 * aix-thread.c (gdbcmd.h): Include.
4913 (DEBUG, DBG, DBG2, dbg): Eliminate.
4914 (debug_aix_thread): New static global.
4915 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4916 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4917 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4918 invocations to DBG and DBG2 macros to test against
4919 ``debug_aix_thread'' and call fprintf_unfiltered().
4920 (_initialize_aix_thread): Add new command "set debug aix-thread".
4921
4922 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4923
4924 From Gerhard Tonn <TON@de.ibm.com>:
4925 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4926 instead of supply_register.
4927
4928 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4929
4930 * dwarf2cfi.c: Include "gdb_assert.h".
4931 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4932 non-NULL.
4933 (update_context): Do not use __func__. Add missing ``break''.
4934 (update_context): Do not use __func__.
4935
4936 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4937
4938 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4939 and its setting. Set gdbarch instruction printing functions
4940 directly. For non-rs6000 case use new function
4941 gdb_print_insn_powerpc.
4942 (gdb_print_insn_powerpc): New function.
4943
4944 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4945
4946 * NEWS: Mention that the d30v has been marked obsolete.
4947 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4948 * configure.tgt: Mark d30v-*-* as obsolete.
4949 * d30v-tdep.c: Mark file as obsolete.
4950 * config/d30v/d30v.mt: Ditto.
4951 * config/d30v/tm-d30v.h: Ditto.
4952
4953 2002-07-13 Aidan Skinner <aidan@velvet.net>
4954
4955 * ada-tasks.c (add_task_entry): replace calls to
4956 malloc() with xmalloc
4957 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4958
4959 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4960 ada_finish_decode_line_1, all_sals_for_line
4961 ada_breakpoint_rewrite): replace calls to free() with xfree()
4962
4963 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4964
4965 From Nicholas Duffek (with minor changes by Martin Hunt,
4966 Louis Hamilton, and Kevin Buettner):
4967 * aix-thread.c: New file.
4968
4969 2002-07-12 Petr Sorfa <petrs@caldera.com>
4970
4971 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4972 complaint for invalid attribute class or form.
4973 (read_func_scope): DW_AT_frame_base
4974 better handling of DW_AT_block*.
4975 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4976 better handling of DW_AT_block*.
4977 (read_common_block): DW_AT_location
4978 better handling of DW_AT_block*.
4979 (read_partial_die): DW_AT_location better handling
4980 of DW_AT_block*.
4981 (new_symbol): DW_AT_external better handling of
4982 DW_AT_block*. Proper initialization of variable
4983 "addr".
4984 (attr_form_is_block): New function that returns true
4985 if the attribute's form is of DW_FORM_block*.
4986
4987 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4988
4989 * valops.c (find_method_list): Remove comment about
4990 removed STATIC_MEMFUNCP argument.
4991 (value_find_oload_method_list): Likewise.
4992
4993 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4994
4995 From Nicholas Duffek:
4996 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4997 target_new_objfile_hook.
4998
4999 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5000
5001 From Nicholas Duffek:
5002 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
5003 csect.
5004
5005 2002-07-12 Andrew Cagney <cagney@redhat.com>
5006
5007 * MAINTAINERS: Mention --enable-sim-build-warnings.
5008 (m68hc11-elf): Disable sim build warnings.
5009 (m32r-elf): Mark as broken obsolete candidate.
5010 (x86_64-linux-gnu): Mark as buildable with -Werror.
5011 (arm-elf): Change -w to ``,'' which enables warnings but not
5012 -Werror.
5013
5014 2002-07-12 Andrew Cagney <ac131313@redhat.com>
5015
5016 * bcache.h: Update copyright.
5017 (struct bstring, struct bcache): Move definition to "bcache.c".
5018 Replaced by opaque declaration.
5019 (bcache_xfree): Replace free_bcache.
5020 (bcache_xmalloc, bcache_memory_used): Declare.
5021
5022 * bcache.c: Update copyright.
5023 (struct bstring, struct bcache): Moved to here from "bcache.h".
5024 Update comments.
5025 (bcache_xmalloc, bcache_memory_used): New functions.
5026 (bcache_xfree): Replace function free_bcache.
5027
5028 * Makefile.in (objfiles.o): Add $(bcache_h).
5029 (objfiles_h): Remove $(bcache_h).
5030 (symfile.o): Add $(bcache_h).
5031
5032 * symmisc.c: Update copyright.
5033 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5034 (print_objfile_statistics): Use bcache_memory_used.
5035
5036 * symfile.c: Include "bcache.h".
5037 (reread_symbols): Use bcache_xfree.
5038 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5039 (add_psymbol_to_list): Pass psymbol_cache by value.
5040 (add_psymbol_with_dem_name_to_list): Ditto.
5041
5042 * objfiles.h: Update copyright.
5043 (struct bcache): Declare opaque. Do not include "bcache.h".
5044 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5045 bcache'' pointers.
5046 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5047
5048 * objfiles.c: Include "bcache.h". Update copyright.
5049 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5050 macro_cache.
5051 (free_objfile): Use bcache_xfree.
5052
5053 2002-07-11 Grace Sainsbury <graces@redhat.com>
5054
5055 * monitor.c (monitor_fetch_register): Make name a constant.
5056 (monitor_store_register): Same.
5057
5058 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
5059
5060 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5061 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5062 (finish_block) For non-function blocks, hash the symbol table. For
5063 function blocks, mark the symbol table as unhashed.
5064 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5065 (msymbol_hash_iw): Likewise.
5066 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5067 value.
5068 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5069 (lookup_minimal_symbol): Likewise for both.
5070 * symtab.h (struct block): Add `hashtable' flag. Comment the
5071 hashtable.
5072 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5073 (ALL_BLOCK_SYMBOLS): Update.
5074 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5075 (struct symbol): Add `hash_next' pointer.
5076 * symtab.c (lookup_block_symbol): Search using the hash table when
5077 possible.
5078 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5079 (search_symbols, find_addr_symbol): Likewise.
5080
5081 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5082 (read_dst_symtab): Likewise.
5083 * jv-lang.c (get_java_class_symtab): Likewise.
5084 * mdebugread.c: Include "gdb_assert.h".
5085 (shrink_block): Assert that the block being modified is not hashed.
5086 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5087 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5088 symbols.
5089 (dump_symtab): Recognize hashed blocks.
5090 * printcmd.c (print_frame_args): Assert that function blocks do not
5091 have hashed symbol tables.
5092 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5093 (fill_in_ada_prototype, debug_print_block): Likewise.
5094 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5095
5096 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
5097
5098 * stack.c (print_frame): Use result of frame_address_in_block()
5099 instead of fi->pc when evaluating symbols.
5100 (backtrace_command_1): Ditto.
5101
5102 2002-07-11 Andrew Cagney <cagney@redhat.com>
5103
5104 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5105 Make static.
5106
5107 * arm-tdep.c (arm_register_name): Make return type constant.
5108
5109 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5110
5111 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5112 prototype.
5113 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5114 * s390-tdep.c (s390_fp_regnum): Ditto.
5115 (s390_read_fp): Ditto.
5116 (s390_pop_frame): Ditto.
5117 (_initialize_s390_tdep): Ditto.
5118 * remote.c (get_remote_state): Ditto.
5119 * procfs.c (mappingflags): Ditto.
5120 * memattr.c (_initialize_mem): Ditto.
5121 * mcore-tdep.c (mcore_pop_frame): Ditto.
5122 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5123 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5124 * language.c (set_case_str): Ditto.
5125 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5126 * frv-tdep.c (new_variant): Ditto.
5127 (frv_stopped_data_address): Ditto.
5128 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5129 (context_alloc): Ditto.
5130 (frame_state_alloc): Ditto.
5131 (unwind_tmp_obstack_init): Ditto.
5132 (unwind_tmp_obstack_free): Ditto.
5133 (cfi_read_fp): Ditto.
5134 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5135 (cris_pop_frame): Ditto.
5136 * c-lang.c (scanning_macro_expansion): Ditto.
5137 (finished_macro_expansion): Ditto.
5138 (c_preprocess_and_parse): Ditto.
5139 * gdbarch.sh: Ditto.
5140 * gdbarch.h, gdbarch.c: Regenerate.
5141 * config/mn10200/tm-mn10200.h: Adjust indentation.
5142 * target.c: Adjust indentation.
5143 * symtab.h: Adjust indentation.
5144 * stabsread.h: Adjust indentation.
5145 * remote-es.c: Adjust indentation.
5146 * os9kread.c: Adjust indentation.
5147
5148 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5149
5150 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5151 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5152
5153 2002-07-10 Grace Sainsbury <graces@redhat.com>
5154
5155 * NEWS: Mention m68k, mcore multi-arching.
5156 * MAINTAINERS: Change status of m68k, mcore to reflect
5157 multi-arching.
5158
5159 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5160
5161 * valops.c (find_overload_match): Free oload_syms.
5162
5163 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5164
5165 Define HAVE_SYS_PROC_H if sys/proc.h exists
5166 * configure.in: Add check for sys/proc.h
5167 * config.in: Regenerate.
5168 * configure: Regenerate.
5169
5170 2002-07-09 Grace Sainsbury <graces@redhat.com>
5171
5172 * config/m68k/tm-m68k.h: Remove macros wrapped in
5173 #if !GDB_MULTI_ARCH.
5174
5175 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5176
5177 * config.in, configure: Regenerate.
5178
5179 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5180
5181 * dwarf2cfi.c: Include "gcore.h".
5182 (execute_stack_op): Fix implementation of the
5183 DW_OP_deref and DW_OP_deref_size operators by letting do their
5184 lookup in the target.
5185
5186 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5187
5188 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5189 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5190 tdep->sc_sp_offset.
5191
5192 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5193
5194 Fix PR gdb/595, gdb/602
5195 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5196 Don't call value_cast, just read the vtable pointer; update comments
5197 to match.
5198
5199 2002-07-05 Grace Sainsbury <graces@redhat.com>
5200
5201 * config/mcore/tm-mcore.h: Remove file.
5202 * config/mcore/mcore.mt: Remove definition of TM_FILE
5203 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5204
5205 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5206
5207 * i386bsd-tdep.c: Include "gdb_string.h".
5208
5209 2002-07-04 Grace Sainsbury <graces@redhat.com>
5210
5211 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5212 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5213 mcore-tdep.
5214 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5215 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5216 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5217 (RETVAL_REGNUM): Move macros from tm-mcore.h
5218 (mcore_reg_struct_has_addr): New function.
5219 (mcore_gdbarch_init): Added initializations for the macros removed
5220 from tm-mcore.h.
5221
5222 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5223
5224 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5225 traditonal string branding within the ELF header.
5226
5227 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5228
5229 * symtab.c (remove_params): New function.
5230 (make_symbol_overload_list): Use it instead of cplus_demangle.
5231 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5232
5233 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5234
5235 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5236
5237 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5238 New variables.
5239 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5240 and tdep->sigtramp_end.
5241 * i386obsd-nat.c: New file.
5242 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5243
5244 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5245 Don't call get_current_frame().
5246
5247 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5248
5249 * i386-nat.c (child_post_startup_inferior): New function
5250 calling i386_cleanup_dregs if
5251 I386_USE_GENERIC_WATCHPOINTS is defined.
5252 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5253 conditional to acknowledge that i386-nat.c has its
5254 own child_post_startup_inferior function.
5255
5256 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5257
5258 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5259 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5260 instead of MAX_REGISTER_RAW_SIZE.
5261 (i386_extract_return_value, i386_extract_struct_value_address):
5262 Convert to use regcache.
5263 (i386_gdbarch_init): Set max_register_raw_size and
5264 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5265 Set extract_return_value and extract_struct_value_address instead
5266 of their deprecated variants.
5267
5268 Convert i386 target to generic dummy frames.
5269 * i386-tdep.c: Include "symfile.h".
5270 (i386_frameless_signal_p): Consider a function to be frameless if
5271 the pc points at the first instruction of the function.
5272 (i386_frame_chain): Handle (generic) call dummies.
5273 (i386_frame_saved_pc): Likewise.
5274 (i386_frame_init_saved_regs): Remove code dealing with call
5275 dummies on the stack.
5276 (i386_push_dummy_frame): Removed.
5277 (i386_call_dummy_words): Removed.
5278 (i386_fix_call_dummy): Removed.
5279 (i386_push_return_address): New function.
5280 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5281 parameter, and don't call get_current_frame.
5282 (i386_pop_frame): New function.
5283 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5284 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5285 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5286 call_dummy_length to 0, set call_dummy_words to NULL, set
5287 sizeof_call_dummy_words to 0, set fix_call_dummy to
5288 generic_fix_call_dummy, set pc_in_call_dummy to
5289 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5290 generic_push_dummy_frame, set push_return_address to
5291 i386_push_return_address and set frame_chain_valid to
5292 generic_file_frame_chain_valid.
5293
5294 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5295
5296 * gdbarch.sh (struct regcache): Add opaque declaration.
5297 (EXTRACT_RETURN_VALUE): New architecture method.
5298 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5299 * gdbarch.h, gdbarch.c: Regenerate.
5300 * arch-utils.c (legacy_extract_return_value): New function.
5301 * arch-utils.h (legacy_extract_return_value): Declare.
5302 * values.c (value_being_returned): Re-enable code handling
5303 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5304 deprecated_grub_regcache_for_registers call to block handling
5305 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5306 (EXTRACT_RETURN_VALUE): Do not define.
5307
5308 2002-07-03 Grace Sainsbury <graces@redhat.com>
5309
5310 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5311 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5312 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5313 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5314 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5315 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5316 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5317 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5318 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5319 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5320 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5321 argument so the function fits the prototype in the architecture
5322 vector.
5323 (mcore_pop_frame): Remove argument so the function fits the
5324 prototype. Use get_current_frame instead of the argument.
5325 (mcore_push_arguments): Change type of struct_return so the
5326 function can be used in the architecture vector.
5327 (mcore_store_struct_return): Add.
5328 (mcore_frame_init_saved_regs): Add.
5329 (mcore_gdbarch_init): Add function calls to replace the macros
5330 removed from tm-mcore.h
5331
5332 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5333
5334 * infcmd.c (print_return_value): Remove compatibility code calling
5335 deprecated_grub_regcache_for_registers.
5336
5337 * values.c: Include "regcache.h".
5338 (value_being_returned): Update. Use
5339 deprecated_grub_regcache_for_registers to extract the register
5340 buffer address.
5341 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5342 ``struct regcache''.
5343 * Makefile.in (values.o): Add dependency on $(regcache_h).
5344
5345 * inferior.h (run_stack_dummy): Change type of second parameter to
5346 a ``struct regcache''.
5347 * valops.c (hand_function_call): Change type of retbuf to ``struct
5348 regcache''. Allocate using regcache_xmalloc, clean using
5349 make_cleanup_regcache_xfree.
5350 * infcmd.c (run_stack_dummy): Update. Use
5351 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5352
5353 * regcache.c (do_regcache_xfree): New function.
5354 (make_cleanup_regcache_xfree): New function.
5355 * regcache.h (make_cleanup_regcache_xfree): Declare.
5356
5357 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5358
5359 * event-top.c (command_line_handler): Don't read past
5360 beginning of buffer.
5361
5362 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5363
5364 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5365 struct frame_id.
5366 (varobj_create): Store frame_id for root.
5367 (varobj_gen_name): Use xasprintf.
5368 (varobj_update): Save and restore frame using get_frame_id() and
5369 frame_find_by_id().
5370 (create_child): Use xasprintf.
5371 (new_root_variable): Initialize frame_id.
5372 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5373 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5374 to prevent memory leak.
5375
5376 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5377
5378 * valops.c (hand_function_call): Move declaration of retbuf to
5379 start of function, allocate using malloc, add a cleanup but before
5380 the inf_status cleanup, cleanup the buffer. Rename local variable
5381 old_chain to inf_status_cleanup.
5382
5383 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5384
5385 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5386
5387 * cli/cli-decode.c (cmd_func_p): New function.
5388 (cmd_func): New function.
5389
5390 * command.h: Add cmd_func() and cmd_func_p().
5391
5392 2002-07-03 Grace Sainsbury <graces@redhat.com>
5393
5394 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5395 (REGISTER_SIZE): Remove.
5396 (MAX_REGISTER_RAW_SIZE): Remove.
5397 (REGISTER_VIRTUAL_TYPE): Remove.
5398 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5399 (REGISTER_NAME): Remove.
5400 (USE_GENERIC_DUMMY_FRAMES): Remove.
5401 (CALL_DUMMY): Remove.
5402 (CALL_DUMMY_START_OFFSET): Remove.
5403 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5404 (CALL_DUMMY_LOCATION): Remove.
5405 (FIX_CALL_DUMMY): Remove.
5406 (CALL_DUMMY_ADDRESS): Remove.
5407 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5408 (SAVE_DUMMY_FRAME_TOS): Remove.
5409 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5410 (mcore_register_virtual_type): New function.
5411 (mcore_register_byte): New function.
5412 (mcore_register_size): New function.
5413 (mcore_register_name): New function.
5414 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5415 macros removed from tm-mcore.h.
5416 (mcore_dump_tdep): Add.
5417 (_initialize_mcore_tdep): Add gdbarch_register call.
5418
5419 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5420
5421 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5422 frameless_look_for_prologue, such that we actually call this
5423 function.
5424
5425 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5426
5427 * frame.h (frame_address_in_block): New function.
5428
5429 * blockframe.c (frame_address_in_block): New function extracted
5430 from get_frame_block().
5431 (get_frame_block): Use frame_address_in_block().
5432 (block_innermost_frame): Use frame_address_in_block() to match
5433 the frame pc address against the block boundaries rather than
5434 the frame pc directly. This prevents a failure when a frame pc
5435 is actually a return-address pointing immediately after the end
5436 of the given block.
5437
5438 2002-07-02 Grace Sainsbury <graces@redhat.com>
5439
5440 * MAINTAINERS: Add self under write after approval.
5441
5442 2002-07-02 Grace Sainsbury <graces@redhat.com>
5443
5444 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5445 used in architecture vector. The default is
5446 m68k_local_breakpoint_from_pc.
5447 (m68k_local_breakpoint_from_pc): Add.
5448 (enum): Add register numbers from tm-m68k.h.
5449 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5450 vector.
5451 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5452 GDB_MULTI_ARCH_PARTIAL.
5453 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5454 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5455 m68k-tdep.c.
5456 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5457 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5458 to enum in m68k-tdep.c
5459
5460 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5461
5462 * solib-osf.c (open_map): Compute the list of shared libraries
5463 loaded by the inferior, rather than the list of libraries loaded
5464 by GDB itself. Otherwise, GDB ends up reading the symbols from
5465 the wrong shared libraries...
5466
5467 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5468
5469 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5470 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5471 macros.
5472 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5473 Remove functions.
5474 (FRAMELESS_SIGNAL): Remove function.
5475 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5476 i386_linux_saved_pc_after_call): Removed.
5477 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5478 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5479 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5480
5481 * i386-tdep.c (i386_frameless_signal_p): New function.
5482 (i386_frame_chain): Deal with frameless signals.
5483 (i386_sigtramp_saved_sp): New function.
5484 (i386_frame_saved_pc): Deal with frameless signals.
5485 (i386_saved_pc_after_call): Make sure the correct value is
5486 returned just after entry into a sigtramp.
5487 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5488 i386fbsd4_sc_sp_offset): New variables.
5489 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5490 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5491 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5492 similiar to what we already did for sc_pc_offset.
5493 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5494 tdep->sc_sp_offset.
5495
5496 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5497
5498 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5499
5500 * config/i386/tm-x86-64linux.h: New.
5501 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5502 definitions.
5503 * config/i386/nm-x86-64.h: Rename to ...
5504 * config/i386/nm-x86-64linux.h: ... this one.
5505 * config/i386/x86-64linux.mh: Reflect the above change.
5506
5507 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5508
5509 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5510 with sigcontext_addr. Add sc_sp_offset.
5511 (i386bsd_sigtramp_saved_pc): Remove prototype.
5512 (i386bsd_sicontext_addr): Add prototype.
5513 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5514 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5515 (i386_svr4_sigtramp_saved_pc): Removed.
5516 (i386_svr4_sigcontext_addr): New function.
5517 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5518 Initialize tdep->sigcontext_addr instead. Initialize
5519 tdep->sc_pc_offset and tdep->sc_sp_offset.
5520 (i386_gdbarch_init): Likewise.
5521 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5522 any more.
5523 (i386bsd_sigtramp_saved_pc): Remove function.
5524 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5525 Initialize tdep->sigcontext_addr instead. Initialize
5526 tdep->sc_pc_offset.
5527 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5528 of tdep->sigtramp_saved_pc.
5529 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5530 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5531 instead.
5532
5533 * i386-tdep.c (i386_frameless_function_invocation,
5534 i386_frame_num_args, i386_frame_init_saved_regs,
5535 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5536 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5537 i386_extract_return_value, i386_store_return_value,
5538 i386_extract_struct_value_address, i386_register_virtual_type,
5539 i386_register_convertible, i386_register_convert_to_virtual,
5540 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5541 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5542 static.
5543
5544 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5545
5546 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5547
5548 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5549 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5550 this macro. Include "value.h".
5551
5552 2002-06-30 Aidan Skinner <aidan@velvet.net>
5553
5554 * ada-exp.tab.c: remove as it's a generated file
5555 * ada-lex.c: remove as it's a generated file
5556
5557 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5558
5559 * config/i386/tm-i386.h (struct frame_info, struct
5560 frame_saved_regs, struct value, struct type): Remove forward
5561 declarations.
5562
5563 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5564 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5565 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5566 (FILL_FPXREGSET): Define.
5567
5568 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5569
5570 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5571 i[3456]86-*-netbsd* case.
5572 * config/i386/tm-obsd.h: Removed.
5573 * config/i386/obsd.mt: Removed.
5574 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5575 core-aout.o.
5576 (MH_CFLAGS): Add -DYYDEBUG=0.
5577
5578 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5579 i386nbsd_sc_pc_offset on OpenBSD too.
5580
5581 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5582 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5583 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5584 define.
5585 * i386bsd-tdep.c: Include "arch-utils.h".
5586 (i386bsd_aout_in_solib_call_trampoline): New function.
5587 (i386bsd_init_abi): Set in_solib_call_trampoline to
5588 i386bsd_aout_in_solib_call_trampoline.
5589 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5590 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5591
5592 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5593
5594 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5595 (struct obstack, struct bcache): Add opaque declarations.
5596 * Makefile.in (macrotab_h): Update
5597
5598 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5599
5600 * blockframe.c (generic_find_dummy_frame): Change return type to
5601 ``struct regcache''.
5602 (struct dummy_frame): Replace field ``registers'' with regcache, a
5603 struct regcache object.
5604 (generic_find_dummy_frame): Update.
5605 (generic_push_dummy_frame): Update. Use regcache_xfree,
5606 regcache_xmalloc and regcache_cpy.
5607 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5608 regcache_xfree.
5609 (deprecated_generic_find_dummy_frame): Update.
5610 (generic_read_register_dummy): Update. Use
5611 regcache_read_as_address.
5612 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5613 (generic_get_saved_register): Update. Use regcache_read.
5614
5615 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5616
5617 * Makefile.in (objfiles_h): Add $(bcache_h).
5618 * objfiles.h: Include "bcache.h".
5619
5620 * Makefile.in (symtab_h): Remove $(bcache_h).
5621 * symtab.h: Do not include "bcache.h".
5622
5623 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5624
5625 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5626 generic_func_frame_chain_valid.
5627
5628 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5629
5630 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5631 * config/i386/tm-fbsd.h: Likewise.
5632
5633 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5634
5635 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5636 generic_unwind_get_saved_register.
5637
5638 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5639
5640 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5641 * regcache.c (supply_register): Add missing argument to
5642 register_buffer call.
5643
5644 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5645
5646 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5647 Solaris /bin/grep does not not like it. From Peter Schauer.
5648
5649 2002-06-26 Tom Tromey <tromey@redhat.com>
5650
5651 * command.h (add_setshow_cmd): Declare.
5652 (add_setshow_cmd_full): Declare.
5653 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5654 returns void. Use add_setshow_cmd_full.
5655 (add_setshow_cmd_full): New function.
5656 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5657 (add_setshow_boolean_cmd): Likewise.
5658
5659 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5660
5661 * config/vax/tm-vax.h: Protect from multiple inclusion.
5662 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5663 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5664 * config/vax/tm-vaxbsd.h: ...here. New file.
5665 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5666
5667 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5668
5669 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5670 (BELIEVE_PCC_PROMOTION): Remove.
5671 (AP_REGNUM): Move to...
5672 * config/vax/nm-vax.h: ...here.
5673 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5674 (vax_breakpoint_from_pc): New function.
5675 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5676 and gdbarch_believe_pcc_promotion.
5677
5678 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5679
5680 * Makefile.in (vax_tdep_h): Define.
5681 (vax-tdep.o): Use $(vax_tdep_h).
5682 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5683 (vax_dump_tdep): New function.
5684 (_initialize_vax_tdep): Register vax_dump_tdep.
5685 * vax-tdep.h: Include osabi.h.
5686 (struct gdbarch_tdep): New.
5687
5688 2002-06-26 Andrew Cagney <cagney@redhat.com>
5689
5690 * frame.h (deprecated_generic_find_dummy_frame): Rename
5691 generic_find_dummy_frame.
5692 * blockframe.c (generic_find_dummy_frame): Make static.
5693 (deprecated_generic_find_dummy_frame): New function.
5694 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5695 generic_find_dummy_frame with deprecated_find_dummy_frame.
5696 (sh64_nofp_frame_init_saved_regs): Ditto.
5697 (sh_fp_frame_init_saved_regs): Ditto.
5698 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5699 (s390_frame_chain): Ditto.
5700 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5701
5702 2002-06-26 Grace Sainsbury <graces@redhat.com>
5703
5704 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5705 gdbarch vector are at the top.
5706 (NUM_REGS): Remove.
5707 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5708 (FRAME_ARGS_ADDRESS): Remove.
5709 (FRAME_LOCALS_ADDRESS): Remove.
5710 (FRAME_NUM_ARGS): Remove.
5711 (FRAME_ARGS_SKIP): Remove.
5712 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5713 (m68k_gdbarch_init): Add gdbarch initializations for macros
5714 undefined in tm-m68k.h
5715
5716 2002-06-26 Grace Sainsbury <graces@redhat.com>
5717
5718 * monitor.h: Add the function regname to monitor_ops
5719 structure. This way NUM_REGS does not have to be a constant.
5720 * monitor.c (monitor_fetch_register): Added support for regname
5721 function. The function is called if the array regnames is NULL.
5722 (monitor_store_register): Same.
5723 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5724 regnames array.
5725 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5726 cpu32bug_cmds.regname to point to new function.
5727 * abug-rom.c (abug_regname): Same as above.
5728 (init_abug_cmds): Same.
5729 * dbug-rom.c (dbug_regname): Same as above.
5730 (init_dbug_cmds): Same.
5731 * remote-est.c (est_regname): Same.
5732 (init_est_cmds): Same.
5733 * rom68k-rom.c (rom68k_regname): Same.
5734 (init_rom68k_cmds): Same.
5735
5736 2002-06-25 Tom Tromey <tromey@redhat.com>
5737
5738 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5739
5740 2002-06-25 Andrew Cagney <cagney@redhat.com>
5741
5742 * infrun.c (stop_registers): Change variable's type to ``struct
5743 regcache'''.
5744 (xmalloc_inferior_status): Delete function.
5745 (free_inferior_status): Delete function.
5746 (normal_stop): Use regcache_cpy.
5747 (struct inferior_status): Change type of fields ``stop_registers''
5748 and ``registers'' to ``struct regcache''.
5749 (write_inferior_status_register): Use regcache_write.
5750 (save_inferior_status): Instead of calling
5751 xmalloc_inferior_status, allocate the inf_status buffer directly.
5752 Use regcache_dup_no_passthrough and regcache_dup to save the
5753 buffers.
5754 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5755 Replace the stop_registers regcache instead of overriding it. Use
5756 regcache_xfree. Instead of calling free_inferior_status, xfree
5757 the buffer directly.
5758 (discard_inferior_status): Use regcache_xfree. Instead of calling
5759 free_inferior_status, xfree the buffer directly.
5760 (build_infrun): Use regcache_xmalloc.
5761 (_initialize_infrun): Delete redundant call to build_infrun.
5762
5763 * Makefile.in (infcmd.o): Add $(regcache_h).
5764
5765 * infcmd.c: Include "regcache.h".
5766 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5767 obtain the address of `stop_registers' register buffer.
5768 (print_return_value): Ditto.
5769
5770 * inferior.h (struct regcache): Add opaque declaration.
5771 (stop_registers): Change variable's declared type to ``struct
5772 regcache''.
5773
5774 2002-06-24 Tom Tromey <tromey@redhat.com>
5775
5776 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5777 * target.c (initialize_targets): Fixed typo in
5778 trust-readonly-sections `show' documentation.
5779
5780 * main.c: Marked all strings with _().
5781
5782 2002-06-24 Don Howard <dhoward@redhat.com>
5783
5784 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5785 that means max CORE_ADDR+1.
5786 (lookup_mem_region): Ditto.
5787 (mem_info_command): Ditto.
5788
5789 2002-06-24 Grace Sainsbury <graces@redhat.com>
5790
5791 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5792 (REGISTER_BYTES_OK): Remove.
5793 (REGISTER_BYTES): Remove.
5794 (STORE_STRUCT_RETURN): Remove.
5795 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5796 (STORE_RETURN_VALUE): Remove.
5797 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5798 (FRAME_CHAIN): Remove.
5799 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5800 (FRAME_SAVED_PC): Remove.
5801 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5802 (m68k_store_struct_return): Add.
5803 (m68k_deprecated_extract_return_value): Add.
5804 (m68k_deprecated_extract_struct_value_address): Add.
5805 (m68k_store_return_value): Add.
5806 (m68k_frame_chain): Add.
5807 (m68k_frameless_function_invocation): Add.
5808 (m68k_frame_saved_pc): Add.
5809 (m68k_gdbarch_init): added set_gdbarch calls for new
5810 functions and deleted macros.
5811
5812 2002-06-23 Tom Tromey <tromey@redhat.com>
5813
5814 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5815 (ALLDEPFILES): Likewise.
5816 (udiheaders): Removed.
5817 (udip2soc.o): Likewise.
5818 (udi2go32.o): Likewise.
5819 (udr.o): Likewise.
5820 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5821
5822 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5823
5824 * infrun.c (_initialize_infrun): Delete unnecessary call to
5825 build_infrun.
5826
5827 * regcache.h: Update comments describing the regcache_cpy family
5828 of functions.
5829 (regcache_save, regcache_restore): Delete declaration.
5830 (regcache_save_no_passthrough): Delete declaration.
5831 (regcache_restore_no_passthrough): Delete declaration.
5832 * regcache.c (regcache_save): Delete function.
5833 (regcache_save_no_passthrough): Delete function.
5834 (regcache_restore): Delete function.
5835 (regcache_restore_no_passthrough): Delete function.
5836
5837 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5838
5839 * config/m68k/tm-m68k.h: Fix typo.
5840 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5841 (m68k_frame_init_saved_regs): Declare.
5842
5843 2002-06-21 Jim Blandy <jimb@redhat.com>
5844
5845 Remove some vestiges of Harris 88k support.
5846 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5847 register numbering quirk.
5848 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5849 odd symbols occurring in Harris 88k ELF targets.
5850
5851 2002-06-21 Tom Tromey <tromey@redhat.com>
5852
5853 * gdb_locale.h: New file.
5854 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5855 (defs_h): Added gdb_locale.h.
5856 * configure, config.in: Rebuilt.
5857 * configure.in (PACKAGE): Define.
5858 * defs.h: Include gdb_locale.h.
5859 * main.c (captured_main): Call setlocale, bindtextdomain,
5860 textdomain.
5861
5862 2002-06-21 Dave Brolley <brolley@redhat.com>
5863
5864 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5865 * config/frv/frv.mt: New file.
5866 * config/frv/tm-frv.h: New file.
5867 * configure.tgt: Support frv-*-*.
5868 * Makefile.in (frv-tdep.o): New target.
5869 * frv-tdep.c: New file.
5870 * NEWS: Mention frv.
5871
5872 2002-06-21 Dave Brolley <brolley@redhat.com>
5873
5874 * MAINTAINERS: Add self to "Write After Approval" list.
5875
5876 2002-06-21 Grace Sainsbury <graces@redhat.com>
5877
5878 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5879 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5880 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5881 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5882 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5883
5884 * m68k-tdep.c: Include arch-utils.h
5885 (m68k_register_raw_size): Add.
5886 (m68k_register_virtual_size): Add.
5887 (m68k_register_virtual_type): Add.
5888 (m68k_register_name): Add.
5889 (m68k_stack_align): Add.
5890 (m68k_register_byte): Add.
5891 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5892 tm-m68k.h.
5893
5894 2002-06-21 Grace Sainsbury <graces@redhat.com>
5895
5896 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5897 m68k_find_saved_regs.
5898 (m68k_pop_frame): Removed saved_regs structure, and replaced
5899 references to it with frame->saved_regs.
5900 (m68k_gdbarch_init): Added function calls to initialize the
5901 gdbarch structure.
5902 (m68k_fix_call_dummy): Add.
5903 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5904 (CALL_DUMMY): Remove.
5905 (CALL_DUMMY_LENGTH): Remove.
5906 (CALL_DUMMY_START_OFFSET): Remove.
5907 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5908 (FIX_CALL_DUMMY): Remove.
5909 (PUSH_DUMMY_FRAME): Remove.
5910 (POP_FRAME): Remove.
5911
5912 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5913
5914 * parse.c (parse_fprintf): New function used to avoid calls to
5915 fprintf in bison parser generated debug code.
5916 * parser-defs.h: Declaration of new parse_fprintf function.
5917 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5918 Set YYDEBUG to 1 by default.
5919 Set YYFPRINTF as parse_fprintf.
5920
5921 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5922
5923 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5924 encoding anymore.
5925 (pointer_encoding, enum ptr_encoding): New.
5926 (execute_cfa_program): Take care about pointer encoding.
5927 (dwarf2_build_frame_info): Only call parse_frame_info for
5928 .debug_frame and .eh_frame.
5929 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5930 fixed augmentation handling, added relative addressing,
5931 ignore duplicate FDEs. Added comments.
5932 * dwarf2cfi.c: Reindented.
5933
5934 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5935
5936 * event-top.c (command_handler): Don't use space_at_cmd_start
5937 unless there is sbrk() on the host. Assign time and space data
5938 to union fields of the appropriate length.
5939
5940 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5941
5942 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5943 x86_64_register_name. Return type changed to 'const char *'.
5944 (x86_64_register_name2nr): Rename to x86_64_register_number.
5945 (x86_64_gdbarch_init): Update to reflect the change.
5946 * x86-64-tdep.h: Ditto.
5947 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5948 (supply_fpregset): Ditto.
5949
5950 2002-06-19 Andrew Cagney <cagney@redhat.com>
5951
5952 * regcache.h: Update copyright.
5953 (struct regcache, struct gdbarch): Add opaque declarations.
5954 (current_regcache): Declare global variable.
5955 (regcache_read, regcache_write): Add gdbarch parameter.
5956 (regcache_save, regcache_save_no_passthrough)
5957 (regcache_restore, regcache_restore_no_passthrough)
5958 (regcache_dup, regcache_dup_no_passthrough)
5959 (regcache_cpy, regcache_cpy_no_passthrough)
5960 (deprecated_grub_regcache_for_registers)
5961 (deprecated_grub_regcache_for_register_valid)
5962 (regcache_valid_p): Add function declarations.
5963
5964 * regcache.c: Update copyright.
5965 (regcache_descr_handle): New global variable.
5966 (struct regcache_descr): Define.
5967 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5968 (regcache_descr, xfree_regcache_descr): New functions.
5969 (struct regcache): Define.
5970 (regcache_xmalloc, regcache_xfree): New functions.
5971 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5972 (regcache_dup, regcache_dup_no_passthrough): New functions.
5973 (regcache_valid_p, regcache_read_as_address): New functions.
5974 (deprecated_grub_regcache_for_registers): New function.
5975 (deprecated_grub_regcache_for_register_valid): New function.
5976 (current_regcache): New global variable.
5977 (register_buffer): Add regcache parameter. Update calls.
5978 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5979 (read_register_gen, write_register_gen): Update register_buffer
5980 call. Test for legacy_p instead of gdbarch_register_read_p or
5981 gdbarch_register_write_p.
5982 (regcache_collect): Update register_buffer call.
5983 (build_regcache): Rewrite. Use deprecated grub functions.
5984 (regcache_save, regcache_save_no_passthrough): New functions.
5985 (regcache_restore, regcache_restore_no_passthrough): New
5986 functions.
5987 (_initialize_regcache): Create the regcache_data_handle. Swap
5988 current_regcache global variable.
5989
5990 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5991 parameter to regcache_read and regcache_write calls.
5992 (sh4_register_read): Ditto.
5993 (sh64_pseudo_register_read): Ditto.
5994 (sh64_register_read): Ditto.
5995 (sh_pseudo_register_write): Ditto.
5996 (sh4_register_write): Ditto.
5997 (sh64_pseudo_register_write): Ditto.
5998 (sh64_register_write): Ditto.
5999
6000 * defs.h (XCALLOC): Define.
6001
6002 2002-06-19 Grace Sainsbury <graces@redhat.com>
6003
6004 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
6005 * m68k-tdep.c (m68k_gdbarch_init): Added.
6006 (m68k_dump_tdep): Added.
6007
6008 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6009
6010 * ada-lang.c (fill_in_ada_prototype): Update comment.
6011
6012 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6013
6014 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
6015 MIPS_ABI_LAST.
6016 (mips_abi_string, mips_abi_strings): New.
6017 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
6018 (mips_gdbarch_init): Set tdep->found_abi. Don't set
6019 tdep->mips_abi_string. Honor mips_abi_string. Default to
6020 O32 if no ABI is found.
6021 (mips_dump_tdep): Use mips_abi_strings.
6022 (mips_abi_update): New function.
6023 (_initialize_mips_tdep): Initialize mips_abi_string. Add
6024 ``set mips abi'' and ``show mips abi''. Check the size of
6025 mips_abi_strings.
6026
6027 2002-06-19 Andrew Cagney <cagney@redhat.com>
6028
6029 * i386-linux-tdep.c (i386_linux_register_name): Make return type
6030 constant.
6031
6032 2002-06-18 Joel Brobecker <brobecker@gnat.com>
6033
6034 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6035 current frame using only the first stack size adjustment. All
6036 subsequent size adjustments are not considered to be part of
6037 the "static" part of the current frame.
6038 Compute the address of the saved registers relative to the
6039 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6040 in use in this frame.
6041
6042 2002-06-18 Don Howard <dhoward@redhat.com>
6043
6044 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6045 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6046 suggesting this solution.
6047
6048 2002-06-18 Andrew Cagney <ac131313@redhat.com>
6049
6050 * config/romp/xm-rtbsd.h: Delete file.
6051 * config/romp/rtbsd.mh: Delete file.
6052
6053 2002-06-18 Keith Seitz <keiths@redhat.com>
6054
6055 * breakpoint.c (condition_command): Post breakpoint_modify
6056 when a condition is added to an existing breakpoint.
6057 (commands_command): Likewise for commands.
6058 (set_ignore_count): Likewise for ignore counts.
6059 If no tty, do not simply return, still need to send event
6060 notification.
6061 (ignore_command): Only print a newline if the command came
6062 from a tty.
6063 Don't call breakpoints_changed, since this is now properly
6064 handled by set_ignore_count.
6065
6066 2002-06-18 Andrew Cagney <cagney@redhat.com>
6067
6068 * MAINTAINERS: Note that cris-elf target can be compiled with
6069 -Werror.
6070 * cris-tdep.c (cris_register_name): Make return type constant.
6071 (cris_breakpoint_from_pc): Ditto.
6072
6073 2002-06-18 Michal Ludvig <mludvig@suse.cz>
6074
6075 * frame.h (struct frame_info): Change type of context to
6076 'struct context'.
6077
6078 2002-06-17 Andrew Cagney <cagney@redhat.com>
6079
6080 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6081 pointer.
6082 * gdbarch.h, gdbarch.c: Regenerate.
6083 * config/mips/tm-mips.h (mips_register_name): Update.
6084 * i386-tdep.h (i386_register_name): Update.
6085 * mips-tdep.c (mips_register_name): Update
6086 * alpha-tdep.c (alpha_register_name): Update.
6087 * arch-utils.c (legacy_register_name): Update.
6088 * arch-utils.h (legacy_register_name): Update.
6089 * avr-tdep.c (avr_register_name): Update.
6090 * ia64-tdep.c (ia64_register_name): Update.
6091 * i386-tdep.c (i386_register_name): Update.
6092 * sparc-tdep.c (sparc32_register_name): Update.
6093 (sparc64_register_name): Update.
6094 (sparclite_register_name): Update.
6095 (sparclet_register_name): Update.
6096 * sh-tdep.c (sh_generic_register_name): Update.
6097 (sh_sh_register_name): Update.
6098 (sh_sh3_register_name): Update.
6099 (sh_sh3e_register_name): Update.
6100 (sh_sh_dsp_register_name): Update.
6101 (sh_sh3_dsp_register_name): Update.
6102 (sh_sh4_register_name): Update.
6103 (sh_sh64_register_name): Update.
6104 * s390-tdep.c (s390_register_name): Update.
6105 * rs6000-tdep.c (rs6000_register_name): Update.
6106 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6107 (ns32k_register_name_32382): Update.
6108 * d10v-tdep.c (d10v_ts2_register_name): Update.
6109 (d10v_ts3_register_name): Update.
6110 * xstormy16-tdep.c (xstormy16_register_name): Update.
6111 * vax-tdep.c (vax_register_name): Update.
6112 * v850-tdep.c (v850_register_name): Update.
6113 * m68hc11-tdep.c (m68hc11_register_name): Update.
6114 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6115 (am33_register_name): Update.
6116
6117 2002-06-17 Grace Sainsbury <graces@redhat.com>
6118
6119 * m68k-tdep.c: Reindented.
6120
6121 2002-06-17 Andrew Cagney <ac131313@redhat.com>
6122
6123 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6124 list of predefined types.
6125
6126 2002-06-16 Mark Kettenis <kettenis@gnu.org>
6127
6128 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6129 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6130 REGISTER_CONVERT_TO_RAW): Remove defines.
6131 (i386_register_virtual_type, i386_register_convertible,
6132 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6133 Remove prototypes.
6134 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6135 macros mentioned above.
6136
6137 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6138 (i386lynx_saved_pc_after_call): Remove prototype.
6139 * i386ly-tdep.c: Include "i386-tdep.h".
6140 (i386lynx_saved_pc_after_call): Make static. Use
6141 read_memory_nobpt instead of read_memory. Use
6142 read_memory_unsigned_integer instead of read_memory_integer.
6143 (i386lynx_init_abi): New function.
6144 (i386lynx_coff_osabi_sniffer): New function.
6145 (_initialize_i386bsd_tdep): New function.
6146
6147 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6148 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6149 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6150 (i386_fix_call_dummy): Remove prototype.
6151 * i386-tdep.c (i386_call_dummy_words): New variable.
6152 (i386_gdbarch_init): Adjust for removal of the
6153 macros mentioned above.
6154
6155 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6156
6157 * command.h (add_setshow_auto_boolean_cmd): Replace
6158 add_set_auto_boolean_cmd.
6159 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6160 add_set_auto_boolean_cmd.
6161 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6162 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6163 mask-address'' command.
6164 (show_mask_address): Add cmd parameter.
6165 * remote.c (add_packet_config_cmd): Update. Change type of
6166 set_func and show_func to cmd_sfunc_ftype.
6167 (_initialize_remote): Update `set remote Z-packet'
6168 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6169 (show_remote_protocol_e_packet_cmd): Ditto.
6170 (show_remote_protocol_E_packet_cmd): Ditto.
6171 (show_remote_protocol_P_packet_cmd): Ditto.
6172 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6173 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6174 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6175 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6176 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6177 (show_remote_protocol_Z_packet_cmd): Ditto.
6178 (show_remote_protocol_binary_download_cmd): Ditto.
6179 (show_remote_cmd): Pass NULL to all of above.
6180
6181 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6182
6183 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6184 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6185 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6186 POP_FRAME): Remove defines.
6187 (i386_push_arguments, i386_store_struct_return,
6188 i386_extract_return_value, i386_store_return_value,
6189 i386_extract_struct_value_address, i386_push_dummy_frame,
6190 i386_pop_frame): Renove prototypes.
6191 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6192 macros mentioned above.
6193
6194 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6195
6196 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6197 add_set_boolean_cmd.
6198 (add_setshow_cmd): New function.
6199 * command.h (add_setshow_boolean_cmd): Replace
6200 add_set_boolean_cmd.
6201 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6202 and ``set rdiromatzero''.
6203 * maint.c (_initialize_maint_cmds): Update commented out code.
6204 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6205 * target.c (initialize_targets): Update `set
6206 trust-readonly-sections'.
6207 * remote.c (_initialize_remote): Update `set remotebreak'.
6208
6209 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6210
6211 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6212 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6213 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6214 fit into multi-arch framework.
6215 (i386_breakpoint_from_pc): New function.
6216 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6217 above.
6218
6219 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6220 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6221 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6222 (i386_frameless_function_invocation, i386_frame_num_args,
6223 i386_frame_init_saved_regs): Remove prototypes.
6224 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6225 macros mentioned above.
6226
6227 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6228
6229 * cli/cli-decode.c (set_cmd_cfunc): Update.
6230 (set_cmd_sfunc): Update.
6231 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6232 (set_cmd_sfunc, set_cmd_cfunc): Update.
6233 * cli/cli-decode.h: Update.
6234
6235 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6236
6237 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6238 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6239
6240 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6241
6242 * defs.h (auto_boolean): Declare enum.
6243 * command.h (cmd_auto_boolean): Delete enum.
6244 * mips-tdep.c (mask_address_var): Update.
6245 (mips_mask_address_p): Update.
6246 (show_mask_address): Update.
6247 * remote.c (struct packet_config): Update.
6248 (update_packet_config): Update.
6249 (show_packet_config_cmd): Update.
6250 (packet_ok): Update.
6251 (add_packet_config_cmd): Update.
6252 (_initialize_remote):
6253 * command.h: Update.
6254 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6255 (do_setshow_command): Update.
6256 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6257 * cli/cli-decode.h: Update.
6258
6259 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6260
6261 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6262 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6263 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6264 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6265 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6266 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6267
6268 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6269 list of DJGPP COFF targets.
6270
6271 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6272 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6273 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6274 (FP0_REGNUM): Remove define.
6275 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6276 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6277 (i386_register_virtual_size): Remove protoype.
6278 * i386-tdep.c (i386_register_virtual_size): Removed.
6279 (i386_extract_return_value, i386_store_return_value): Use
6280 FP0_REGNUM instead of NUM_FREGS to determine whether the
6281 floating-point registers are available.
6282 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6283 Adjust for removal of macros mentioned above.
6284
6285 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6286
6287 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6288 comments.
6289 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6290 Remove prototypes.
6291 (supply_gregset, fill_gregset): Remove use of register keyword and
6292 remove declaration for regmap. Use I386_NUM_GREGS instead of
6293 NUM_REGS and NUM_FREGS.
6294 (FPREGSET_FSAVE_OFFSET): Remove.
6295 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6296 NUM_FREGS to determine whether the floating-point registers are
6297 available.
6298
6299 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6300 gnu_store_registers): Replace usage of NUM_GREGS with
6301 I386_NUM_GREGS.
6302
6303 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6304 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6305 usage of NUM_GREGS with I386_NUM_GREGS.
6306
6307 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6308
6309 * i386bsd-nat.c: Include "i386-tdep.h".
6310 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6311 I386_NUM_GREGS.
6312
6313 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6314 and associated comment. They no longer make any sense, since we
6315 don't use this file anymore on Linux.
6316
6317 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6318 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6319 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6320 elements in these arrays.
6321 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6322 MAX_NUM_REGS.
6323
6324 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6325
6326 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6327 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6328
6329 2002-06-14 Andrew Cagney <cagney@redhat.com>
6330
6331 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6332 EXTRACT_RETURN_VALUE.
6333 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6334 EXTRACT_STRUCT_VALUE_ADDRESS.
6335 * gdbarch.h, gdbarch.c: Regenerate.
6336
6337 * values.c (value_being_returned): Handle
6338 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6339 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6340
6341 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6342 * arm-tdep.c (arm_gdbarch_init): Update.
6343 * avr-tdep.c (avr_gdbarch_init): Update.
6344 * cris-tdep.c (cris_gdbarch_init): Update.
6345 * d10v-tdep.c (d10v_gdbarch_init): Update.
6346 * ia64-tdep.c (ia64_gdbarch_init): Update.
6347 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6348 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6349 * s390-tdep.c (s390_gdbarch_init): Update.
6350 * sh-tdep.c (sh_gdbarch_init): Update.
6351 * s390-tdep.c (s390_gdbarch_init): Update.
6352 * sparc-tdep.c (sparc_gdbarch_init): Update.
6353 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6354 * v850-tdep.c (v850_gdbarch_init): Update.
6355 * vax-tdep.c (vax_gdbarch_init): Update.
6356 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6357 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6358
6359 * config/arc/tm-arc.h: Update.
6360 * config/d30v/tm-d30v.h: Update.
6361 * config/fr30/tm-fr30.h: Update.
6362 * config/h8300/tm-h8300.h: Update.
6363 * config/h8500/tm-h8500.h: Update.
6364 * config/i386/tm-i386.h: Update.
6365 * config/i386/tm-ptx.h: Update.
6366 * config/i386/tm-symmetry.h: Update.
6367 * config/i960/tm-i960.h: Update.
6368 * config/m32r/tm-m32r.h: Update.
6369 * config/m68k/tm-delta68.h: Update.
6370 * config/m68k/tm-linux.h: Update.
6371 * config/m68k/tm-m68k.h: Update.
6372 * config/m88k/tm-m88k.h: Update.
6373 * config/mcore/tm-mcore.h: Update.
6374 * config/mips/tm-mips.h: Update.
6375 * config/mn10200/tm-mn10200.h: Update.
6376 * config/pa/tm-hppa.h: Update.
6377 * config/pa/tm-hppa64.h: Update.
6378 * config/sparc/tm-sp64.h: Update.
6379 * config/sparc/tm-sparc.h: Update.
6380 * config/sparc/tm-sparclet.h: Update.
6381 * config/z8k/tm-z8k.h: Update.
6382
6383 2002-06-14 Andrew Cagney <cagney@redhat.com>
6384
6385 * Makefile.in (i386_linux_tdep_h): Define.
6386 (i386_tdep_h, i387_tdep_h): Define.
6387 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6388 $(i386_tdep_h) and $(i387_tdep_h).
6389 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6390
6391 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6392
6393 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6394 Already covered by the default.
6395
6396 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6397 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6398 (i386_gdbarch_init): Initialize long_double_format and long_double
6399 bit.
6400
6401 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6402 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6403 Move these to ...
6404 * config/i386/i386sol2.mh: ... here.
6405 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6406 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6407 (SIGCONTEXT_PC_OFFSET): Remove define.
6408 (IN_SIGTRAMP): Remove define.
6409 * i386-sol2-tdep.c: New file.
6410
6411 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6412 * config/i386/tm-i386nw.h: Removed.
6413
6414 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6415 USE_STRUCT_CONVENTION): Remove defines.
6416 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6417 (get_longjmp_target): Remove prototype.
6418 (IN_SIGTRAMP): Remove define.
6419 (i386bsd_in_sigtramp): Remove prototype.
6420 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6421 function. Update comment accordingly
6422 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6423 (FRAME_SAVED_PC): Remove define.
6424 (i386bsd_frame_saved_pc): Remove prototype.
6425 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6426 GET_LONGJMP_TARGET): Remove defines.
6427 (get_longjmp_target): Remove prototype.
6428 (IN_SIGTRAMP): Remove define.
6429 (i386bsd_in_sigtramp): Remove prototype.
6430 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6431 function. Update comment accordingly
6432 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6433 (FRAME_SAVED_PC): Remove define.
6434 (i386bsd_frame_saved_pc): Remove prototype.
6435 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6436 Remove prototype.
6437 (USE_STRUCT_CONVENTION): Remove prototype.
6438 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6439 declaration.
6440 (_initialize_i386bsd_nat): Revise logic to determine some
6441 constants at compile time when compiling a native GDB. Warn if
6442 things don't match up with what we expect.
6443 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6444 Remove variables.
6445 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6446 to use date stored in `struct gdbarch_tdep'.
6447 (i386bsd_sigcontext_offset): Remove varaible.
6448 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6449 stored in `struct gdbarch_tdep'.
6450 (i386bsd_frame_saved_pc): Make static.
6451 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6452 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6453 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6454 i386fbsd4_sc_pc_offset): New variables.
6455 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6456 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6457 functions.
6458 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6459 functions.
6460 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6461 Modify the value of i386fbsd_sigtramp_start and
6462 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6463 i386fbsd_sigtramp_end.
6464 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6465 function.
6466
6467 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6468 define to i386-linux-tdep.h.
6469 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6470 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6471 defines.
6472 (i386_linux_register_name, i386_linux_register_byte,
6473 i386_linux_register_raw_size): Remove prototypes.
6474 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6475 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6476 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6477 TARGET_WRITE_PC): Remove defines.
6478 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6479 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6480 i386_linux_write_pc): Remove prototypes.
6481 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6482 (get_longjmp_target): Remove prototype.
6483 * i386-linux-tdep.h: New file.
6484 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6485 * i386-linux-tdep.c: Include "i386-tdep.h" and
6486 "i386-linux-tdep.h".
6487 (i386_linux_register_name, i386_linux_register_byte,
6488 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6489 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6490 Make static.
6491 (i386_linux_init_abi): New function.
6492 (_initialize_i386_linux_tdep): New function.
6493
6494 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6495 (i386_saved_pc_after_call): Remove prototype.
6496 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6497 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6498 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6499 (i386_register_name, i386_stab_reg_to_regnum,
6500 i386_dwarf_reg_to_regnum): Remove prototypes.
6501 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6502 SIZEOF_SSE_REGS): Remove defines.
6503 (REGISTER_BYTES): Remove define.
6504 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6505 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6506 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6507 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6508 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6509 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6510 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6511 (get_longjmp_target): Remove prototype.
6512 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6513 (sigtramp_saved_pc): Remove define.
6514 (i386v4_sigtramp_saved_pc): Remove prototype.
6515 * config/i386/tm-go32.h (FRAME_CHAIN,
6516 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6517 (i386go32_frame_saved_pc): Remove prototype.
6518 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6519 (get_longjmp_target): Remove prototype.
6520 * i386-tdep.h: Include "osabi.h".
6521 (enum i386_abi): Removed.
6522 (enum struct_return): New enum.
6523 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6524 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6525 sc_pc_offset members.
6526 (i386_gdbarch_register_os_abi): Remove prototype.
6527 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6528 I386_SSE_NUM_REGS): New defines.
6529 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6530 I386_SSE_SIZEOF_REGS): New defines.
6531 (i386_register_name, i386_register_byte, i386_register_raw_size):
6532 New prototypes.
6533 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6534 (i386bsd_sigtramp_saved_pc): New prototype.
6535 * i386-tdep.c: Don't include "elf-bfd.h".
6536 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6537 i386_frame_chain, i386_saved_pc_after_call): Make static.
6538 (i386_frame_saved_pc): Rewrite to call architecture dependent
6539 function to deal with signal handlers. Make static.
6540 (i386go32_frame_saved_pc): Removed.
6541 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6542 Removed.
6543 (i386_get_longjmp_target): New function.
6544 (default_struct_convention, pcc_struct_convention,
6545 reg_struct_convention, valid_conventions, struct_convention): New
6546 variables.
6547 (i386_use_struct_convention): New function.
6548 (i386v4_sigtramp_saved_pc): Renamed to
6549 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6550 (i386_pc_in_sigtramp): New function.
6551 (i386_abi_names): Removed.
6552 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6553 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6554 Removed.
6555 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6556 i386_gdbarch_register_os_abi): Removed.
6557 (struct i386_abi_handler): Removed.
6558 (i386_abi_handler_list): Removed.
6559 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6560 functions.
6561 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6562 i386_nw_init_abi): New functions.
6563 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6564 Use set_gdbarch_xxx() calls instead of relying on macros for a
6565 number of calls.
6566 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6567 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6568 Register the various architecture variants defined in this file.
6569
6570 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6571
6572 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6573 (struct main_type): Remove arg_types member. Update comments for
6574 struct field.
6575 (TYPE_ARG_TYPES): Remove.
6576 (TYPE_FN_FIELD_ARGS): Update.
6577 (smash_to_method_type): Update prototype.
6578
6579 * c-typeprint.c (cp_type_print_method_args): Take method type
6580 instead of argument list. Use new argument layout. Simplify.
6581 (c_type_print_args): Use new argument layout. Simplify.
6582 (c_type_print_base): Update call to cp_type_print_method_args.
6583 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6584 argument; use die->type instead. Update call to
6585 smash_to_method_type.
6586 (read_structure_scope): Update call to dwarf2_add_member_fn.
6587 * gdbtypes.c (allocate_stub_method): Update comment.
6588 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6589 Use new argument layout.
6590 (check_stub_method): Use new argument layout. Don't count
6591 void as an argument.
6592 (print_arg_types): Update comments. Use new argument layout.
6593 (recursive_dump_type): Don't print arg_types member.
6594 * hpread.c (hpread_read_struct_type): Use new argument layout.
6595 (fixup_class_method_type): Likewise.
6596 (hpread_type_lookup): Likewise.
6597 * stabsread.c (read_type): Update calls to read_args and
6598 smash_to_method_type.
6599 (read_args): Use new argument layout. Simplify.
6600 * valops.c (typecmp): Use new argument layout. Update parameters
6601 and comments. Simplify.
6602 (hand_function_call): Use new argument layout.
6603 (search_struct_method): Update call to typecmp.
6604 (find_overload_match): Use new argument layout.
6605
6606 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6607
6608 * NEWS: Mention multithreaded debug support for gdbserver.
6609
6610 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6611
6612 * MAINTAINERS: Mention NEWS.
6613
6614 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6615
6616 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6617 (struct mips_objfile_private, compare_pdr_entries): New.
6618 (non_heuristic_proc_desc): Read the ".pdr" section if it
6619 is present.
6620
6621 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6622
6623 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6624 (arm_debug): New static variable.
6625 (_initialize_arm_tdep): Add ``set debug arm'' command.
6626
6627 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6628
6629 * Makefile.in (sim_arm_h): Define.
6630 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6631 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6632 (arm_register_sim_regno): New function, map an internal REGNUM
6633 onto a simulator register number.
6634 (arm_gdbarch_init): Set register_sim_regno.
6635
6636 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6637
6638 * MAINTAINERS: Add self.
6639
6640 2002-06-11 Jim Blandy <jimb@redhat.com>
6641
6642 * source.c (source_info): Mention whether the symtab has
6643 information about preprocessor macros.
6644
6645 Call the command `info macro', not `show macro'.
6646 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6647 Fix error message.
6648 (_initialize_macrocmd): Register `info_macro_command' in
6649 `infolist', not `showlist'.
6650
6651 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6652
6653 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6654 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6655 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6656 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6657 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6658 unconditionally.
6659 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6660 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6661 (_initialize_mips_tdep): Remove dead code.
6662 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6663 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6664 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6665 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6666 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6667 MIPS_LAST_FP_ARG_REGNUM): Remove.
6668
6669 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6670
6671 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6672 (unwind_tmp_obstack_free, parse_frame_info)
6673 (update_context, cfi_read_fp, cfi_write_fp)
6674 (cfi_frame_chain, cfi_init_extra_frame_info)
6675 (cfi_virtual_frame_pointer): Use the above function.
6676 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6677
6678 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6679
6680 * v850-tdep.c (v850_type_is_scalar): New function.
6681 (v850_use_struct_convention): Match current gcc implementation
6682 as close as possible.
6683 (v850_push_arguments): Fix stack_offset handling. Don't write
6684 struct_addr into register. This is done by v850_store_struct_return.
6685 (v850_extract_return_value): Care for structs.
6686 (v850_store_return_value): Ditto.
6687 (v850_store_struct_return): Actually write address.
6688
6689 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6690
6691 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6692 without debug information too.
6693
6694 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6695
6696 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6697 Make multi-arch pure.
6698 * gdbarch.h, gdbarch.c: Re-generate.
6699 * arm-tdep.c (arm_print_float_info): Update.
6700 * arch-utils.h (default_print_float_info): Update.
6701 * arch-utils.c (default_print_float_info): Update.
6702 * infcmd.c (float_info): Update call.
6703
6704 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6705
6706 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6707 the front of the initialize list.
6708
6709 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6710
6711 * infrun.c (struct inferior_status): Replace fields
6712 selected_frame_address and selected_level with field
6713 selected_frame_id.
6714 (save_inferior_status): Update. Use get_frame_id.
6715 (struct restore_selected_frame_args): Delete.
6716 (restore_selected_frame): Update. Use frame_find_by_id.
6717 (restore_inferior_status): Update.
6718
6719 * breakpoint.h (struct breakpoint): Change type of
6720 watchpoint_frame to frame_id.
6721 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6722 call to get_current_frame.
6723 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6724 get_current_frame.
6725 (watchpoint_check): Use frame_find_by_id.
6726
6727 * frame.h (record_selected_frame): Delete declaration.
6728 * stack.c (record_selected_frame): Delete function.
6729
6730 * frame.h (struct frame_id): Define.
6731 (get_frame_id): Declare.
6732 (frame_find_by_id): Declare.
6733 * frame.c (frame_find_by_id): New function.
6734 (get_frame_id): New function.
6735
6736 2002-06-10 Andrey Volkov <avolkov@transas.com>
6737
6738 * ser-e7kpc.c: Fix duplicated define and call of
6739 _initialize_ser_e7000pc
6740
6741 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6742
6743 * signals/signals.c (target_signal_from_host): Fix #ifdef
6744 SIGRTMIN case.
6745 (do_target_signal_to_host): Likewise.
6746
6747 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6748
6749 * mips-tdep.c (mips_find_abi_section): New function.
6750 (mips_gdbarch_init): Call it.
6751
6752 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6753
6754 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6755 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6756 after Andrew's 2002-06-08 gdbarch change.
6757
6758 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6759
6760 * i386-linux-nat.c (suppy_gregset): Don't supply
6761 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6762 register cache.
6763 (fill_gregset): Don't fetch it under the same circumstances.
6764
6765 2002-06-09 Andrew Cagney <cagney@redhat.com>
6766
6767 * Makefile.in (callback_h): Define.
6768 (remote_sim_h): Update path to remote-sim.h.
6769 (remote-rdp.o): Add $(callback_h).
6770 (remote-sim.o): Use $(callback_h).
6771 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6772 * remote-rdp.c: Include "gdb/callback.h".
6773
6774 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6775
6776 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6777 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6778
6779 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6780
6781 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6782 * rdi-share/serpardr.c: Ditto.
6783 * rdi-share/unixcomm.c: Ditto.
6784 * rdi-share/serdrv.c: Ditto.
6785 * rdi-share/hostchan.h: Ditto.
6786 * rdi-share/hostchan.c: Ditto.
6787 * rdi-share/host.h: Ditto.
6788 * rdi-share/devsw.c: Ditto.
6789
6790 * objfiles.h: Change type of obj_private to void pointer.
6791 * pa64solib.c: Update copyright. Don't include "assert.h", use
6792 strcmp instead of STREQ, use LONGEST, do not use PTR
6793 * somsolib.c: Ditto.
6794
6795 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6796 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6797 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6798
6799 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6800
6801 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6802 (default_get_saved_register): Delete function.
6803 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6804 generic_unwind_get_saved_register.
6805 * gdbarch.h, gdbarch.c: Re-generate.
6806
6807 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6808
6809 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6810 generic_func_frame_chain_valid.
6811 * gdbarch.h, gdbarch.c: Re-generate.
6812 * blockframe.c (generic_func_frame_chain_valid): Only check
6813 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6814 passing FP to PC_IN_CALL_DUMMY.
6815 Fix PR gdb/360.
6816
6817 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6818
6819 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6820 (register_gdbarch_data): Initialize init_p.
6821 (gdbarch_data): Initialize data pointer using the init function.
6822 (init_gdbarch_data): Delete function.
6823 (gdbarch_update_p): Update.
6824 (initialize_non_multiarch): Update.
6825 (struct gdbarch): Add field initialized_p.
6826 * gdbarch.h, gdbarch.c: Re-generate.
6827
6828 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6829
6830 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6831 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6832 better do the things actually here.
6833 * x86-64-tdep.c (x86_64_register_name2nr): New.
6834 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6835 (x86_64_gdbarch_init): Respect the above change.
6836 * x86-64-tdep.h (x86_64_register_name2nr)
6837 (x86_64_register_nr2name): Add prototypes.
6838 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6839
6840 2002-06-06 Michael Snyder <msnyder@redhat.com>
6841
6842 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6843 Delete extra braces and re-indent.
6844 (d10v_store_return_value): Char return values
6845 must be shifted over by one byte in R0.
6846 (d10v_extract_return_value): Delete extra braces, re-indent.
6847
6848 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6849
6850 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6851 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6852 (d10v_integer_to_address): Rewrite.
6853 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6854 the d10v specific functions which take care of converting to the
6855 correct space.
6856
6857 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6858
6859 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6860 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6861
6862 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6863
6864 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6865 includes.
6866 * config/tm-linux.h: Ditto.
6867 * config/alpha/tm-alphalinux.h: Ditto.
6868 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6869 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6870 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6871 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6872 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6873 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6874 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6875 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6876 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6877 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6878 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6879 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6880 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6881 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6882 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6883 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6884 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6885 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6886 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6887 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6888 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6889 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6890 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6891 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6892 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6893 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6894 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6895 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6896 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6897 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6898 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6899 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6900 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6901 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6902 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6903 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6904 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6905
6906 2002-05-04 Aidan Skinner <aidan@velvet.net>
6907
6908 * ada-exp.tab.c: New file
6909 * ada-exp.y: New file
6910 * ada-lang.c: New file
6911 * ada-lang.h: New file
6912 * ada-lex.c: New file
6913 * ada-lex.l: New file
6914 * ada-tasks.c: New file
6915 * ada-typeprint.c: New file
6916 * ada-valprint.c: New file
6917
6918 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6919
6920 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6921 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6922
6923 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6924
6925 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6926 insetead of ppc-linux-tdep.o.
6927 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6928 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6929
6930 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6931
6932 2002-05-07 Christian Groessler <chris@groessler.org>
6933 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6934 bit register contents for little endian hosts.
6935
6936 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6937
6938 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6939 any maintainer.
6940
6941 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6942
6943 * gdbarch.h: Regenerate.
6944
6945 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6946
6947 * MAINTAINERS: Add everyone to write-after-approval list.
6948
6949 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6950
6951 * stack.c (frame_info): Use frame_register_unwind instead of
6952 saved_regs. Mention when the SP is on the stack or in a register.
6953
6954 * frame.h (frame_register_unwind_ftype): Define. Document.
6955 (struct frame_info): Add field register_unwind and
6956 register_unwind_cache.
6957 (frame_register_unwind): Declare.
6958 (generic_unwind_get_saved_register): Declare.
6959
6960 * frame.c (frame_register_unwind): New function.
6961 (generic_unwind_get_saved_register): New function.
6962
6963 * blockframe.c (generic_call_dummy_register_unwind): New function.
6964 (frame_saved_regs_register_unwind): New function.
6965 (set_unwind_by_pc): New function.
6966 (create_new_frame): New function.
6967 (get_prev_frame): New function.
6968
6969 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6970
6971 * a29k-share/: Delete directory.
6972 * remote-vx29k.c: Delete file.
6973
6974 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6975
6976 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6977 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6978
6979 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6980
6981 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6982 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6983 (sparc64nbsd-nat.o)
6984 (sparcnbsd-nat.o)
6985 (sparcnbsd-tdep.o): New dependency lists.
6986 * NEWS: Note new UltraSPARC NetBSD native configuration.
6987 * configure.host (sparc64-*-netbsd*): New host.
6988 * configure.tgt (sparc-*-netbsdelf*)
6989 (sparc-*-netbsd*): Set gdb_target to nbsd.
6990 (sparc64-*-netbsd*): New target.
6991 * sparc64nbsd-nat.c: New file.
6992 * sparcnbsd-nat.c: New file.
6993 * sparcnbsd-tdep.c: New file.
6994 * sparcnbsd-tdep.h: New file.
6995 * config/sparc/nbsd.mt: New file.
6996 * config/sparc/nbsd64.mh: New file.
6997 * config/sparc/nbsd64.mt: New file.
6998 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6999 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7000 (HOST_IPC): Remove.
7001 * config/sparc/nbsdaout.mt: Remove.
7002 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
7003 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7004 (HOST_IPC): Remove.
7005 * config/sparc/nbsdelf.mt: Remove.
7006 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
7007 sparc-nat.c compatiblity defines.
7008 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
7009 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
7010 * config/sparc/tm-nbsd64.h: New file.
7011 * config/sparc/tm-nbsdaout.h: Remove.
7012 * config/sparc/xm-nbsd.h: Remove.
7013
7014 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7015
7016 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
7017 * sparc-tdep.c: Include osabi.h.
7018 (gdbarch_tdep): Add osabi member.
7019 (_initialize_sparc_tdep): Use gdbarch_register.
7020 (sparc_gdbarch_init): Use generic OS ABI framework.
7021 (sparc_dump_tdep): New function.
7022
7023 2002-05-30 Kevin Buettner <kevinb@redhat.com>
7024
7025 * corefile.c (do_captured_read_memory_integer): Return non-zero
7026 result.
7027 (safe_read_memory_integer): Copy result of memory read when
7028 status is non-zero. Also, add comments.
7029
7030 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7031
7032 * Makefile.in (ppc_tdep_h): Define.
7033 (ppc-linux-nat.o)
7034 (ppc-linux-tdep.o)
7035 (rs6000-tdep.o): Use $(ppc_tdep_h).
7036 (ppc-sysv-tdep.o)
7037 (ppcnbsd-nat.o)
7038 (ppcnbsd-tdep.o): New dependency lists.
7039 * ppc-tdep.h: Use generic OS ABI framework.
7040 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7041 (ppc_linux_init_abi): New functions.
7042 (ppc_sysv_abi_broken_use_struct_convention)
7043 (ppc_sysv_abi_use_struct_convention)
7044 (ppc_sysv_abi_push_arguments): Move to...
7045 * ppc-sysv-tdep.c: ...here.
7046 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7047 * rs6000-tdep.c (process_note_abi_tag_sections)
7048 (get_elfosabi): Remove.
7049 (rs6000_gdbarch_init): Use generic OS ABI framework.
7050 (rs6000_dump_tdep): New function.
7051 (_initialize_rs6000_tdep): Use gdbarch_register.
7052 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7053 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7054 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7055 of ppc-linux-tdep.o.
7056 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7057 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7058 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7059 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7060 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7061 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7062
7063 2002-05-29 Jim Blandy <jimb@redhat.com>
7064
7065 * macroscope.c (default_macro_scope): Put `void' in empty argument
7066 list.
7067
7068 2002-05-29 Andrew Cagney <ac131313@redhat.com>
7069
7070 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7071 * arch-utils.c: Include "sim-regno.h".
7072 * gdbarch.sh: Don't include "sim-regno.h".
7073 * gdbarch.h, gdbarch.c: Regenerate.
7074 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7075 here.
7076 * arch-utils.h (legacy_register_sim_regno): To here.
7077 * remote-sim.c (legacy_register_sim_regno): Move function from
7078 here.
7079 * arch-utils.c (legacy_register_sim_regno): To here.
7080
7081 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7082
7083 * sim-regno.h: New file.
7084 * Makefile.in (sim_regno_h): Define.
7085 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7086 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7087 (legacy_register_sim_regno): New function.
7088 (one2one_register_sim_regno): New function.
7089 (gdbsim_fetch_register): Rewrite.
7090 (gdbsim_store_register): Only store a register when
7091 REGISTER_SIM_REGNO is valid.
7092 * d10v-tdep.c: Include "sim-regno.h".
7093 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7094 (d10v_ts3_register_sim_regno): Ditto.
7095 * gdbarch.sh: Include "sim-regno.h".
7096 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7097 * gdbarch.h, gdbarch.c: Regenerate.
7098 * arch-utils.h (default_register_sim_regno): Delete declaration.
7099 * arch-utils.c (default_register_sim_regno): Delete function.
7100
7101 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7102
7103 * ppcnbsd-nat.c: Rewrite.
7104 * ppcnbsd-tdep.c: New file.
7105 * ppcnbsd-tdep.h: New file.
7106 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7107 solib.o, and solib-svr4.o.
7108 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7109 nbsd-tdep.o, and corelow.o.
7110
7111 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7112
7113 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7114 `tr' and `sed'. Mention that `broken' targets are not expected to
7115 build.
7116
7117 2002-05-27 Michal Ludvig <mludvig@suse.cz>
7118
7119 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7120 Let PC point right after the prologue before looking up symbols.
7121
7122 2002-05-27 Martin M. Hunt <hunt@redhat.com>
7123
7124 * i386-tdep.c (i386_register_virtual_type): Return
7125 builtin_type_vec128i for SSE registers.
7126
7127 * gdbtypes.h (builtin_type_vec128i): Declare.
7128
7129 * gdbtypes.c (build_builtin_type_vec128i): New function.
7130 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7131 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7132 (build_gdbtypes): Initialize new builtin vector types.
7133 (_initialize_gdbtypes): Register new vector types with gdbarch.
7134
7135 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7136
7137 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7138 since it has been multi-arch'd.
7139 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7140 Move Alpha and VAX multi-arch news entries to same section
7141 as other multi-arch news.
7142
7143 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7144
7145 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7146 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7147 static. Rename some register numbers to put them in ns32k-tdep
7148 private namespace.
7149 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7150 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7151 functions.
7152 (_initialize_ns32k_tdep): Use gdbarch_register.
7153 * ns32k-tdep.h: New file.
7154 * ns32knbsd-tdep.c: New file.
7155 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7156 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7157 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7158 REGISTER_BYTES, REGISTER_BYTE): Remove.
7159 * config/ns32k/tm-ns32k.h: New file.
7160 * config/ns32k/tm-umax.h: Remove.
7161
7162 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7163
7164 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7165 ns32k_store_struct_return, ns32k_extract_return_value,
7166 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7167 functions.
7168 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7169 ns32k_saved_pc_after_call.
7170 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7171 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7172 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7173 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7174 ns32k_extract_struct_value_address.
7175
7176 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7177
7178 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7179 ns32k_fix_call_dummy): New.
7180 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7181 ns32k_call_dummy_words.
7182 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7183 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7184 CALL_DUMMY_NARGS): Remove.
7185 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7186
7187 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7188
7189 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7190 ns32k_frame_saved_pc, ns32k_frame_args_address,
7191 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7192 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7193 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7194 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7195 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7196 (BREAKPOINT): Remove..
7197 (FRAME_CHAIN): Define as ns32k_frame_chain.
7198 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7199 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7200 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7201 (FRAME_FIND_SAVED_REGS): Remove.
7202 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7203 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7204 (POP_FRAME): Define as ns32k_pop_frame.
7205
7206 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7207
7208 * ns32k-tdep.c (ns32k_register_byte_32082,
7209 ns32k_register_byte_32382, ns32k_register_raw_size,
7210 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7211 functions.
7212 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7213 ns32k_register_byte_32382.
7214 * config/ns32k/tm-umax.h: Update copyright years.
7215 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7216 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7217 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7218 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7219 (ns32k_get_enter_addr): Fix prototype.
7220
7221 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7222
7223 * ns32k-tdep.c: Update copyright years.
7224 (ns32k_register_name_32082): New function.
7225 (ns32k_register_name_32382): Ditto.
7226 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7227 (REGISTER_NAME): Define as ns32k_register_name_32382.
7228 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7229 (REGISTER_NAME): Define as ns32k_register_name_32082.
7230
7231 2002-05-24 Jim Blandy <jimb@redhat.com>
7232
7233 * dwarf2read.c (free_line_header): Use xfree, not free.
7234
7235 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7236
7237 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7238 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7239
7240 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7241
7242 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7243
7244 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7245
7246 From Ross Alexander at NEC Europe:
7247 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7248
7249 2002-05-23 Michael Snyder <msnyder@redhat.com>
7250
7251 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7252 for input, rather than parse_and_eval_address.
7253
7254 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7255
7256 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7257 * Makefile.in (sim_d10v_h): Update definition.
7258
7259 2002-05-24 Andrew Cagney <cagney@redhat.com>
7260
7261 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7262 change `2002-05-22 Michael Snyder' below.
7263 (d10v_push_arguments): Ditto.
7264 (d10v_extract_return_value): Ditto.
7265
7266 2002-05-23 Jim Blandy <jimb@redhat.com>
7267
7268 * macrotab.c (check_for_redefinition): Don't complain if the new
7269 definition is the same as the previous one. Take more arguments
7270 to allow the comparison.
7271 (macro_define_object, macro_define_function): Pass more arguments
7272 to check_for_redefinition.
7273
7274 2002-05-22 Michael Snyder <msnyder@redhat.com>
7275
7276 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7277 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7278 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7279 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7280 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7281 Add a temp variable to save a call (and a memory read).
7282 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7283 if possible (so that PC_IN_CALL_DUMMY will work).
7284
7285 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7286
7287 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7288
7289 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7290
7291 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7292 fde->cie_ptr.
7293 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7294 (dwarf2_build_frame_info): Add offset to fde->initial_location
7295 so that frames of shared libraries are mapped correctly.
7296 (execute_stack_op): Change type of 'result' from ULONGEST to
7297 CORE_ADDR.
7298
7299 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7300
7301 * config/alpha/tm-nbsd.h: Include solib.h.
7302
7303 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7304
7305 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7306 assumptions about the host's byte order.
7307
7308 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7309
7310 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7311 to dependency list.
7312 * alphanbsd-tdep.c: Include solib-svr4.h.
7313 * shnbsd-tdep.c: Ditto.
7314
7315 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7316
7317 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7318 nbsd-tdep.h to dependency list.
7319 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7320 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7321 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7322 nbsdaout.mh and nbsdelf.mh consistently.
7323 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7324 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7325 nbsdaout.mt and nbsdelf.mh consistently.
7326 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7327 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7328 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7329 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7330 a.out shared library stuff from here...
7331 * config/nm-nbsdaout.h: ...to here.
7332 * config/tm-nbsd.h: Remove.
7333 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7334 * config/arm/nbsd.mh: Remove.
7335 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7336 nbsd-tdep.o.
7337 * config/arm/nbsdaout.mh: New file.
7338 * config/arm/nbsdelf.mh: New file.
7339 * config/arm/nm-nbsdaout.h: New file.
7340 * config/i386/nbsd.mh: Remove.
7341 * config/i386/nbsd.mt: Remove.
7342 * config/i386/nbsdaout.mh: New file.
7343 * config/i386/nbsdaout.mt: New file.
7344 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7345 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7346 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7347 i386_register_u_addr): Remove.
7348 * config/i386/nm-nbsdaout.h: New file.
7349 * config/i386/nm-nbsdelf.h: Remove.
7350 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7351 (USE_STRUCT_CONVENTION): Remove.
7352 * config/i386/tm-nbsdaout.h: New file.
7353 * config/i386/tm-nbsdelf.h: Remove.
7354 * config/m68k/nbsd.mh: Remove.
7355 * config/m68k/nbsd.mt: Remove.
7356 * config/m68k/nbsdaout.mh: New file.
7357 * config/m68k/nbsdaout.mt: New file.
7358 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7359 * config/m68k/nm-nbsdaout.h: New file.
7360 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7361 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7362 * config/ns32k/nbsd.mh: Remove.
7363 * config/ns32k/nbsd.mt: Remove.
7364 * config/ns32k/nbsdaout.mh: New file.
7365 * config/ns32k/nbsdaout.mt: New file.
7366 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7367 * config/ns32k/nm-nbsdaout.h: New file.
7368 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7369 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7370 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7371 (SVR4_SHARED_LIBS): Remove.
7372 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7373 * config/sparc/nbsd.mh: Remove.
7374 * config/sparc/nbsd.mt: Remove.
7375 * config/sparc/nbsdaout.mh: New file.
7376 * config/sparc/nbsdaout.mt: New file.
7377 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7378 * config/sparc/nbsdelf.mt: New file.
7379 * config/sparc/nm-nbsdaout.h: New file.
7380 * config/sparc/nm-nbsdelf.h: Remove.
7381 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7382 * config/sparc/tm-nbsdaout.h: New file.
7383
7384 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7385
7386 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7387 mipsnbsd-tdep.c
7388 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7389
7390 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7391
7392 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7393 shnbsd-nat.c.
7394 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7395
7396 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7397
7398 * NEWS: Note new MIPS NetBSD native configuration.
7399 * configure.host (mips*-*-netbsd*): New host.
7400 * configure.tgt (mips*-*-netbsd*): New target.
7401 * mipsnbsd-nat.c: New file.
7402 * mipsnbsd-tdep.c: New file.
7403 * mipsnbsd-tdep.h: New file.
7404 * config/mips/nbsd.mh: New file.
7405 * config/mips/nbsd.mt: New file.
7406 * config/mips/nm-nbsd.h: New file.
7407 * config/mips/tm-nbsd.h: New file.
7408
7409 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7410
7411 * Makefile.in (SFILES): Add osabi.c.
7412 (COMMON_OBS): Add osabi.o.
7413 (osabi.o): New dependency list.
7414 * osabi.c: New file.
7415 * osabi.h: New file.
7416 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7417
7418 * Makefile.in (alpha_tdep_h): Define and use instead of
7419 alpha-tdep.h.
7420 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7421 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7422 Remove.
7423 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7424 * alpha-tdep.h: Include osabi.h.
7425 (alpha_abi): Remove.
7426 (gdbarch_tdep): Use generic OS ABI framework.
7427 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7428 gdbarch_register_osabi.
7429 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7430 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7431 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7432
7433 * Makefile.in (sh_tdep_h): Add osabi.h.
7434 * sh-tdep.h (sh_osabi): Remove.
7435 (gdbarch_tdep): Use generic OS ABI framework.
7436 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7437 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7438 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7439 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7440
7441 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7442 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7443 gdbarch_register_osabi.
7444 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7445 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7446 (get_elfosabi): Rename to...
7447 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7448 ABI framework support routines.
7449 (arm_gdbarch_init): Use generic OS ABI framework.
7450 (arm_dump_tdep): Likewise.
7451 (_initialize_arm_tdep): Likewise.
7452 * arm-tdep.h: Include osabi.h.
7453 (arm_abi): Remove.
7454 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7455 osabi member.
7456 (arm_gdbarch_register_os_abi): Remove prototype.
7457 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7458 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7459
7460 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7461 * mips-tdep.c: Include osabi.h.
7462 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7463 OS ABI framework.
7464
7465 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7466
7467 * h8300-tdep.c: Fix formatting.
7468
7469 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7470
7471 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7472 printing vector registers.
7473
7474 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7475
7476 From Fernando Nasser:
7477 * remote.c (remote_async_open_1): Re-throw the exception when the
7478 connection fails.
7479 (remote_cisco_open): Ditto.
7480 (remote_open_1): Ditto.
7481
7482 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7483
7484 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7485 (remote_start_remote): Add uiout parameter. Pass through to
7486 remote_start_remote_dummy.
7487 (remote_open_1): Use catch_exception instead of catch_errors.
7488 (remote_async_open_1): Ditto.
7489 (remote_cisco_open): Ditto.
7490
7491 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7492
7493 * remote.c (remote_start_remote): Replace PTR with void pointer.
7494 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7495 static.
7496
7497 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7498
7499 * gdb_indent.sh: Allow the script to be run in the sim directory.
7500
7501 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7502
7503 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7504 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7505
7506 * corelow.c (core_open): Only call set_gdbarch_from_file if
7507 exec_bfd is NULL.
7508
7509 2002-05-17 Andrey Volkov <avolkov@transas.com>
7510
7511 * h8300-tdep.c: Add support of EXR register
7512 * config/h8300/tm-h8300.h: Ditto.
7513
7514 2002-05-17 Andrey Volkov <avolkov@transas.com>
7515
7516 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7517
7518 2002-05-17 Andrey Volkov <avolkov@transas.com>
7519
7520 * h8300-tdep.c: Change literal regnums to REGNO.
7521
7522 2002-05-17 Jim Blandy <jimb@redhat.com>
7523
7524 * NEWS: Note addition of macro support.
7525
7526 Expand preprocessor macros in C expressions.
7527 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7528 (scan_macro_expansion, scanning_macro_expansion,
7529 finished_macro_expansion): New function declarations.
7530 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7531 variable declarations.
7532 * parser-defs.h (expression_context_pc): New declaration.
7533 * parse.c (expression_context_pc): New variable.
7534 (parse_exp_1): Set expression_context_pc, as well as
7535 expression_context_block.
7536 * c-exp.y (yylex): If we're not already reading the result of a
7537 macro expansion, try to macro-expand the next token. When we're
7538 done scanning a macro expansion, switch back to the mainline text.
7539 Commas and `if's in a macro's expansion don't terminate the input.
7540 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7541 (macro_original_text, macro_expanded_text,
7542 expression_macro_lookup_func, expression_macro_lookup_baton): New
7543 variables.
7544 (scan_macro_expansion, scanning_macro_expansion,
7545 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7546 c_preprocess_and_parse): New functions.
7547 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7548 c_preprocess_and_parse, instead of c_parse.
7549 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7550 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7551
7552 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7553
7554 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7555 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7556 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7557
7558 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7559
7560 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7561
7562 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7563
7564 * Makefile.in (sh_tdep_h): Define and use.
7565 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7566 register enum): Move to...
7567 * * sh-tdep.h: ...here.
7568 * sh-tdep.c: Include sh-tdep.h.
7569 * sh3-rom.c: Likewise.
7570 * shnbsd-tdep.c: Likewise.
7571
7572 2002-05-16 Michael Snyder <msnyder@redhat.com>
7573
7574 * arm-tdep.c: Spelling fix in comment.
7575
7576 2002-05-16 Jim Blandy <jimb@redhat.com>
7577
7578 Add commands for manually expanding macros and showing their
7579 definitions.
7580 * macrocmd.c, macroscope.c, macroscope.h: New files.
7581 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7582 (macroscope_h): New variable.
7583 (HFILES_NO_SRCDIR): Add macroscope.h.
7584 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7585 (macroscope.o, macrocmd.o): New rules.
7586
7587 Teach the Dwarf 2 reader to read macro information.
7588 * dwarf2read.c: #include "macrotab.h".
7589 (dwarf_macinfo_buffer): New variable.
7590 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7591 dwarf_macinfo_size.
7592 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7593 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7594 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7595 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7596 dwarf2_macro_spaces_in_definition): New complaints.
7597 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7598 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7599 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7600 the partial symbol table.
7601 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7602 from what's recorded in the partial symbol table.
7603 (read_file_scope): If the compilation unit has a
7604 `DW_AT_macro_info' attribute, read its macro information.
7605 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7606
7607 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7608
7609 Fix PR gdb/546
7610 * ser-tcp.c: Don't include <netinet/udp.h>.
7611
7612 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7613
7614 * MAINTAINERS: Update my email address.
7615
7616 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7617
7618 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7619 include file of the same name.
7620
7621 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7622
7623 * configure.tgt: Mark v850 as multi-arched.
7624 * config/v850/tm-v850.h: Remove file.
7625 * config/v850/v850.mt: Eliminate TM_FILE.
7626
7627 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7628
7629 * v850-tdep.c: Full multi-arch.
7630 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7631 Define GDB_MULTI_ARCH to 2.
7632
7633 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7634
7635 * p-exp.y (current_type): New static variable.
7636 Carries the type of the expression at the position that is parsed.
7637 (push_current_type, pop_current_type): Two new functions. Used
7638 to store/restore current_type in expression on specific tokens.
7639 (search_field): New static variable. Set to one after parsing a point
7640 as at that point only a FIELDNAME token should be searched.
7641 (FIELDNAME): New token. After a point only a token belonging to
7642 current_type type definition is allowed.
7643 (all over token rules): reset and change current_type according
7644 to rules.
7645 (exp '[' rule): insert implicit array index field if
7646 exp is a pascal string type.
7647
7648 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7649
7650 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7651 frame info. Use frame_info's saved_regs instead of matching member
7652 in extra_frame_info throughout.
7653 (v850_frame_init_saved_regs): New function.
7654 (v850_init_extra_frame_info): Move most functionality into
7655 v850_frame_init_saved_regs().
7656 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7657 (v850_frame_find_saved_regs): Remove declaration.
7658 (FRAME_FIND_SAVED_REGS): Remove definition.
7659 (v850_frame_init_saved_regs): Add declaration.
7660 (FRAME_INIT_SAVED_REGS): Add definition.
7661
7662 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7663
7664 * v850-tdep.c: Begin multi-arch'ing v850.
7665 (v850_target_architecture_hook): Remove function.
7666 (v850_gdbarch_init): New function. Add code previously in
7667 v850_target_architecture_hook().
7668 (_initialize_v850_tdep): Don't set target_architecture_hook.
7669 Call register_gdbarch_init() instead.
7670
7671 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7672
7673 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7674 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7675 (fixup_class_method_type): Likewise.
7676
7677 2002-05-15 Jim Blandy <jimb@redhat.com>
7678
7679 Add macro structures to GDB's symbol tables. Nobody puts anything
7680 in them yet.
7681 * symtab.h (struct symtab): New member: `macro_table'.
7682 * buildsym.h (pending_macros): New global variable.
7683 * buildsym.c: #include "macrotab.h".
7684 (buildsym_init): Initialize `pending_macros'.
7685 (end_symtab): If we found macro information while reading a CU's
7686 debugging info, do build a symtab structure for it. Make the
7687 symtab point to the macro information, and clear the
7688 `pending_macros' pointer which held it while we were reading the
7689 debug info.
7690 (really_free_pendings): Free any pending macro table.
7691 * objfiles.h (struct objfile): New member: `macro_cache'.
7692 * objfiles.c (allocate_objfile): Set allocate and free functions
7693 for the macro cache's objstack.
7694 (free_objfile): Empty the macro cache's obstack.
7695 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7696 set new allocate and free functions for it.
7697 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7698 free functions for the macro cache's objstack. (Why is this
7699 function building its own objfile?)
7700 * symmisc.c (print_objfile_statistics): Print statistics on the
7701 macro bcache.
7702 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7703
7704 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7705
7706 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7707 (REGISTER_U_ADDR): Delete definition.
7708 (arm_register_u_addr): Delete declaration.
7709
7710 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7711
7712 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7713 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7714
7715 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7716
7717 * regcache.c (register_valid): Revise comments refering to "Not
7718 available" and "unavailable".
7719 * frame.c (frame_register_read): Ditto.
7720 * findvar.c (value_of_register): Ditto.
7721
7722 2002-05-15 Andrew Cagney <cagney@redhat.com>
7723
7724 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7725 (remote-sim.o): Update dependencies.
7726 (d10v-tdep.o): Specify dependencies.
7727 (sim_d10v_h): Define.
7728
7729 2002-05-14 Jim Blandy <jimb@redhat.com>
7730
7731 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7732 * macrotab.c (macro_lookup_inclusion, find_definition,
7733 new_macro_table): Same.
7734
7735 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7736 not `! strcmp ()'. This is a dubious improvement.
7737 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7738
7739 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7740 although it's not necessary, to avoid a warning.
7741
7742 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7743
7744 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7745 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7746 TYPE_INSTANCE_FLAGS.
7747 (struct main_type): New.
7748 (struct type): Move most members to struct main_type. Change
7749 cv_type and as_type to new type_chain member. Add instance_flags.
7750 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7751 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7752 (finish_cv_type): Remove prototype.
7753 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7754 Set TYPE_CHAIN.
7755 (alloc_type_instance): New function.
7756 (smash_type): New function.
7757 (make_pointer_type, make_reference_type, make_function_type)
7758 (smash_to_member_type, smash_to_method_type): Call smash_type.
7759 (make_qualified_type): New function.
7760 (make_type_with_address_space): Call make_qualified_type.
7761 (make_cv_type): Likewise.
7762 (finish_cv_type): Remove unnecessary function.
7763 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7764 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7765 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7766 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7767 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7768 * hpread.c (hpread_read_struct_type): Likewise.
7769 * stabsread.c (read_struct_type): Likewise.
7770
7771 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7772
7773 * configure.tgt: Add a catch all sh* target, for cases like
7774 sh[2,3,4]-elf and sh-hms.
7775
7776 2002-05-14 Keith Seitz <keiths@redhat.com>
7777
7778 * event-loop.c (create_file_handler): Don't do anything but
7779 update data when we are given a fd which we are already
7780 monitoring.
7781
7782 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7783
7784 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7785 (update_context): Use __func__ in warnings.
7786
7787 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7788
7789 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7790 and tcp_close to net_open and net_close.
7791 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7792 using UDP if requested. Don't try to disable Nagle on UDP
7793 sockets.
7794 * remote.c (remote_serial_open): New function. Warn about UDP.
7795 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7796
7797 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7798
7799 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7800
7801 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7802
7803 * configure.tgt: Remove sh-hms target.
7804 * MAINTAINERS: Don't list sh-hms as a separate target.
7805
7806 2002-05-13 Jim Blandy <jimb@redhat.com>
7807
7808 Add first preprocessor macro-expansion files.
7809 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7810 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7811 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7812 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7813 (COMMON_OBS): Add macrotab.o, macroexp.o.
7814 (macroexp.o, macrotab.o): New rules.
7815
7816 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7817
7818 * config/m88k/tm-m88k.h: Update copyright.
7819 (m88k_target_write_pc): Declare
7820 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7821 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7822 (SHIFT_INST_REGS): Update definition.
7823 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7824 using old definition of TARGET_WRITE_PC.
7825 * regcache.c (generic_target_write_pc): Delete code handling
7826 NNPC_REGNUM.
7827 * gdbarch.sh (NNPC_REGNUM): Delete.
7828 * gdbarch.h, gdbarch.c: Regenerate.
7829
7830 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7831
7832 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7833 builtin reg number.
7834
7835 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7836
7837 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7838 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7839 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7840 access macros.
7841 * c-typeprint.c (cp_type_print_method_args): Likewise.
7842 (c_type_print_args): Likewise.
7843 * d10v-tdep.c (d10v_push_arguments): Likewise.
7844 (d10v_extract_return_value): Likewise.
7845 * expprint.c (print_subexp): Likewise.
7846 * gdbtypes.c (lookup_primitive_typename): Likewise.
7847 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7848 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7849 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7850 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7851 (TYPE_VECTOR): Likewise.
7852 * hpread.c (hpread_read_struct_type)
7853 (fix_static_member_physnames, fixup_class_method_type)
7854 (hpread_type_lookup): Likewise.
7855 * mdebugread.c (parse_symbol, parse_type): Likewise.
7856 * p-lang.c (is_pascal_string_type): Likewise.
7857 * valops.c (hand_function_call): Likewise.
7858 * x86-64-tdep.c (classify_argument): Likewise.
7859
7860 * hpread.c (hpread_read_function_type)
7861 (hpread_read_doc_function_type): Call replace_type.
7862 * dstread.c (create_new_type): Delete.
7863 (decode_dst_structure, process_dst_function): Call alloc_type.
7864 Use type access macros.
7865
7866 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7867
7868 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7869 the're not supported by the current architecture.
7870 (i387_fill_fxsave): Likewise.
7871
7872 2002-05-12 Fred Fish <fnf@redhat.com>
7873
7874 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7875 sect_index_xxx members to index the first slot in section_offsets
7876 if all of the section_offsets are zero.
7877
7878 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7879
7880 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7881 checked in with last change.
7882
7883 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7884
7885 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7886 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7887 config.sub.
7888
7889 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7890
7891 * Makefile.in: Update dependencies.
7892
7893 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7894
7895 * language.c (local_hex_string_custom): Simplify. Do not depend
7896 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7897
7898 * memattr.c (mem_info_command): Replace calls to
7899 longest_local_hex_string and longest_local_hex_string_custom.
7900 * buildsym.c (make_blockvector): Ditto.
7901 * solib.c (info_sharedlibrary_command): Ditto.
7902 * tracepoint.c (tracepoints_info): Ditto.
7903 * symtab.c (print_msymbol_info): Ditto.
7904
7905 * language.c (local_hex_string): Delete.
7906 (local_hex_string_custom): Delete.
7907 (longest_local_hex_string): Rename to local_hex_string.
7908 (longest_local_hex_string_custom): Rename to
7909 local_hex_string_custom.
7910 * language.h (local_hex_string): Change parameter type to LONGEST.
7911 (local_hex_string_custom): Ditto.
7912 (longest_local_hex_string): Delete declaration.
7913 (longest_local_hex_string_custom): Ditto.
7914
7915 * solib.c: Update copyright.
7916 * memattr.c: Update copyright.
7917
7918 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7919
7920 * arch-utils.h (legacy_register_to_value): Declare.
7921 (legacy_value_to_register): Declare.
7922 (legacy_convert_register_p): Declare.
7923 * arch-utils.c (legacy_register_to_value): New function.
7924 (legacy_value_to_register): New function.
7925 (legacy_convert_register_p): New function.
7926
7927 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7928 (VALUE_TO_REGISTER): Define.
7929 (CONVERT_REGISTER_P): Define.
7930 * gdbarch.h, gdbarch.c: Regenerate.
7931
7932 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7933 VALUE_TO_REGISTER.
7934 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7935 CONVERT_REGISTER_P.
7936
7937 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7938 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7939
7940 * Makefile.in: Update dependencies for valops.c.
7941 * valops.c: Include "gdb_assert.h".
7942 (typecmp): Skip THIS parameter to methods.
7943 (find_method_list): Remove static_memfuncp argument,
7944 update callers. Check for stub methods.
7945 (find_value_oload_method_list): Don't set *static_memfuncp.
7946 (find_overload_match): Don't check for stub methods. Assert
7947 that methods are not stubbed. Handle static methods.
7948 (value_find_oload_method_list): Remove static_memfuncp argument.
7949 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7950 to the argument list for static stub methods.
7951 * value.h (value_find_oload_method_list): Update prototype.
7952
7953 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7954
7955 * arch-utils.h (generic_register_size): Declare.
7956 (generic_register_raw_size, generic_register_virtual_size): Delete
7957 declarations.
7958 * arch-utils.c (generic_register_raw_size): Delete.
7959 (generic_register_size): New function.
7960 (generic_register_virtual_size): Delete.
7961
7962 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7963 default generic_register_size.
7964 * gdbarch.h, gdbarch.c: Re-generate.
7965
7966 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7967 register_virtual_size.
7968 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7969 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7970
7971 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7972
7973 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7974 * gdbarch.h, gdbarch.c: Regenerate.
7975 * gnu-v3-abi.c: Update copyright.
7976 (vtable_address_point_offset): Update.
7977 (gnuv3_rtti_type): Update.
7978 (gnuv3_baseclass_offset): Update.
7979 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7980 (init_fetch_link_map_offsets): Update.
7981 * remote.c (get_remote_state): Update.
7982
7983 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7984
7985 * TODO: Remove value_headof/value_from_vtable_info comment.
7986 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7987 * values.c (value_headof, value_from_vtable_info): Delete.
7988 * value.h (value_from_vtable_info): Delete prototype.
7989
7990 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7991
7992 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7993 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7994 $(gdb_regex_h).
7995 (gdb_assert_h): Define.
7996 (gdb_wait_h): Define.
7997 (gdb_regex_h): Define.
7998
7999 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8000
8001 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8002 * linespec.c (find_methods): Handle GCC 3.x template constructors.
8003
8004 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8005
8006 * nbsd-tdep.c: Fix comment.
8007
8008 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8009
8010 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
8011 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
8012 (nbsd-tdep.o): New dependency list.
8013 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
8014 nbsd-tdep.h.
8015 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
8016 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
8017 * nbsd-tdep.c: New file.
8018 * nbsd-tdep.h: New file.
8019 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
8020 nbsd-tdep.h.
8021 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
8022 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8023 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
8024 * config/sh/nbsd.mt (TDEPFILES): Ditto.
8025
8026 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8027
8028 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
8029 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
8030 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8031 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8032 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8033 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8034
8035 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8036
8037 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8038 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8039 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8040 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8041 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8042 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8043 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8044
8045 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8046
8047 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8048 fetch_elfcore_registers to...
8049 * i386nbsd-tdep.c: ...here.
8050 (i386nbsd_use_struct_convention): Rename to...
8051 (i386nbsd_aout_use_struct_convention): ...this.
8052 (i386nbsd_supply_reg): New function.
8053 (i386nbsd_fill_reg): New function.
8054 (fetch_core_registers): Use i386nbsd_supply_reg.
8055 (fetch_elfcore_registers): Likewise.
8056 (_initialize_i386nbsd_tdep): New function.
8057 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8058 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8059 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8060 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8061 (i386nbsd_aout_use_struct_convention): ...this.
8062
8063 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8064
8065 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8066 (store_inferior_registers): Use shnbsd_fill_reg.
8067 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8068 sh_nbsd_supply_register): Collapse into...
8069 (shnbsd_supply_reg): ...this.
8070 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8071 (shnbsd_fill_reg): ...this.
8072 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8073 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8074 (fetch_core_registers): Use shnbsd_supply_reg.
8075 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8076 (sh_nbsd_core_fns): Rename to...
8077 (shnbsd_core_fns): ...this.
8078 (sh_nbsd_elfcore_fns): Rename to...
8079 (shnbsd_elfcore_fns): ...this.
8080 (sh_nbsd_init_abi): Rename to...
8081 (shnbsd_init_abi): ...this.
8082 (_initialize_sh_nbsd_tdep): Rename to...
8083 (_initialize_shnbsd_tdep): ...this.
8084 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8085 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8086 sh_nbsd_fill_register): Remove prototypes.
8087 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8088
8089 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8090
8091 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8092 (i387-nat.o): Delete dependency list.
8093 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8094 (x86-64-linux-nat.o): Likewise.
8095 * i387-nat.c: Delete file, moving contents to...
8096 * i387-tdep.c: ...here.
8097 * i387-nat.h: Rename...
8098 * i387-tdep.h: ...to this.
8099 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8100 * i386-linux-nat.c: Likewise.
8101 * i386bsd-nat.c: Likewise.
8102 * i386gnu-nat.c: Likewise.
8103 * i386nbsd-nat.c: Likewise.
8104 * i386v4-nat.c: Likewise.
8105 * x86-64-linux-nat.c: Likewise.
8106 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8107 * config/i386/go32.mh (NATDEPFILES): Likewise.
8108 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8109 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8110 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8111 * config/i386/linux.mh (NATDEPFILES): Likewise.
8112 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8113 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8114 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8115 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8116
8117 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8118
8119 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8120 (alphanbsd-nat.o): Remove dependency list.
8121 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8122 * alphanbsd-nat.c: Delete. Contents moved to...
8123 * alphanbsd-tdep.c: ...here.
8124 (_initialize_alphanbsd_tdep): Register core functions.
8125 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8126
8127 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8128
8129 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8130 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8131 (alphanbsd-nat.o): Likewise.
8132 (alphabsd-tdep.o): New dependency list.
8133 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8134 (fill_gregset): Use alphabsd_fill_reg.
8135 (supply_fpregset): Use alphabsd_supply_fpreg.
8136 (fill_fpregset): Use alphabsd_fill_fpreg.
8137 (fetch_inferior_registers): Use struct reg and struct fpreg
8138 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8139 and alphabsd_supply_fpreg.
8140 (store_inferior_registers): Use struct reg and struct fpreg
8141 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8142 and alphabsd_fill_fpreg.
8143 * alphabsd-tdep.c: New file.
8144 * alphabsd-tdep.h: New file.
8145 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8146 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8147 alphabsd_supply_fpreg.
8148 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8149 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8150
8151 2002-05-11 Eric Christopher <echristo@redhat.com>
8152
8153 * mips-tdep.c (mips_double_register_type): Fix thinko.
8154 (mips_single_register_type): Ditto.
8155 * MAINTAINERS: Add self.
8156
8157 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8158
8159 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8160 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8161 right thing on architectures with different endianness and/or
8162 integer sizes.
8163
8164 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8165
8166 From Christian Limpach <chris@Pin.LU>
8167 * configure.in: Change sed expression which comments out
8168 NATDEPFILES to also comment out continuation lines.
8169 * configure: Regenerate.
8170
8171 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8172
8173 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8174 big patch.
8175
8176 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8177
8178 * sh-tdep.c: Include correct file.
8179
8180 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8181
8182 New support for sh64-elf (sh5) target.
8183
8184 * configure.tgt: For sh64-elf target, default to sh-elf.
8185
8186 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8187 (struct gdbarch_tdep): Add new fields for new registers and ABI
8188 info.
8189
8190 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8191 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8192 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8193 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8194 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8195 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8196 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8197 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8198 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8199 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8200 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8201 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8202 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8203 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8204 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8205 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8206 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8207 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8208 sign_extend, sh64_nofp_frame_init_saved_regs,
8209 sh64_init_extra_frame_info, sh64_get_saved_register,
8210 sh64_extract_struct_value_address, sh64_pop_frame,
8211 sh64_push_arguments, sh64_extract_return_value,
8212 sh64_store_return_value, sh64_show_media_regs,
8213 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8214 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8215 sh_sh64_register_virtual_type,
8216 sh_sh64_register_convert_to_virtual,
8217 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8218 sh64_register_read, sh64_pseudo_register_write,
8219 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8220 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8221 sh64_do_pseudo_register, sh_compact_do_registers_info,
8222 sh64_do_registers_info, sh_gdbarch_init): New functions.
8223
8224 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8225
8226 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8227
8228 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8229
8230 * linespec.c (decode_line_1): Check for a double quote after
8231 a filename correctly.
8232
8233 2002-05-10 Jim Blandy <jimb@redhat.com>
8234
8235 Properly track the size of the current objfile's .debug_line section.
8236 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8237 (DWARF_LINE_SIZE): New macro.
8238 (dwarf2_build_psymtabs_hard): Record the line section's size in
8239 the partial symbol table.
8240 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8241 symbol table.
8242
8243 2002-05-10 Petr Sorfa <petrs@caldera.com>
8244
8245 * ia64-tdep.c: Handle breakpoints on L instruction type
8246 in MLX instruction bundle by moving the breakpoint to
8247 the third slot (X instruction type) as L holds only data.
8248
8249 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8250
8251 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8252 (process_one_symbol): Complain about discarding local symbols
8253 due to a misplaced N_LBRAC entry.
8254
8255 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8256
8257 From Daniel Berlin <dan@cgsoftware.com>
8258 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8259 decrease the depth we are at, in the case of templates.
8260
8261 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8262
8263 * mips-tdep.c (mips_float_register_type): New function.
8264 (mips_double_register_type): New function.
8265 (mips_print_register): Use them.
8266 (do_fp_register_row): Likewise.
8267
8268 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8269
8270 * signals/signals.c (signals): Remove conditional compilation around
8271 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8272 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8273
8274 2002-05-09 Michael Snyder <msnyder@redhat.com>
8275
8276 * remote-rdp.c (remote_rdp_can_run): Remove.
8277
8278 2002-05-09 Tom Tromey <tromey@redhat.com>
8279
8280 * jv-valprint.c (java_val_print): Handle `char' as a special case
8281 of TYPE_CODE_INT.
8282
8283 2002-05-09 Michael Snyder <msnyder@redhat.com>
8284
8285 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8286 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8287 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8288 str r(0123),[sp,#nn].
8289 (arm_skip_prologue): Ditto. Also make disassembly
8290 order-independent by placing it in a loop.
8291
8292 2002-05-06 Michael Snyder <msnyder@redhat.com>
8293
8294 * stabsread.c (read_type): Add recognition for new attribute:
8295 "@V;" means that an array type is actually a vector.
8296 This is analogous to the vector flag that's been added to dwarf2.
8297
8298 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8299
8300 * i386-tdep.h (i386_abi): New enum.
8301 (struct gdbarch_tdep): Replace os_ident member with abi.
8302 (i386_gdbarch_register_os_abi): New prototype.
8303 * i386-tdep.c (i386_abi_names): New array.
8304 (process_note_abi_tag_sections): Removed.
8305 (process_note_sections): New function.
8306 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8307 (struct i386_abi_handler): New struct.
8308 (i386_abi_handler_list): New variable.
8309 (i386_gdbarch_register_os_abi): New function.
8310 (i386_gdbarch_init): Adapt for the changes given above.
8311
8312 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8313
8314 * gregset.h: Say "GNU/Linux".
8315
8316 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8317
8318 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8319 (build_gdbtypes): Build builtin_type_v2_float.
8320 (_initialize_gdbtypes): Register new builtin type.
8321
8322 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8323
8324 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8325 (clear_gdbarch_swap): New function.
8326 (initialize_non_multiarch): Call.
8327 (gdbarch_update_p): Before calling init(), swap out and clear the
8328 existing architecture.
8329 * gdbarch.c: Regenerate.
8330
8331 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8332
8333 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8334 alphanbsd-tdep.c.
8335
8336 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8337
8338 * sh-nbsd-nat.c: Rename to...
8339 * shnbsd-nat.c: ...this.
8340 * sh-nbsd-tdep.c: Rename to...
8341 * shnbsd-tdep.c: ...this.
8342 * sh-nbsd-tdep.h: Rename to...
8343 * shnbsd-tdep.h: ...this.
8344 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8345 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8346
8347 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8348
8349 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8350 concatenation for command help messages.
8351
8352 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8353
8354 * NEWS: Note new sh*-*-netbsdelf* configuration.
8355 * configure.host: Set gdb_host_cpu to sh for all sh*.
8356 (sh*-*-netbsdelf*): New host.
8357 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8358 (sh*-*-netbsdelf*): New target.
8359 * sh-nbsd-nat.c: New file.
8360 * sh-nbsd-tdep.c: New file.
8361 * sh-nbsd-tdep.h: New file.
8362 * config/sh/nbsd.mh: New file.
8363 * config/sh/nbsd.mt: New file.
8364 * config/sh/nm-nbsd.h: New file.
8365 * config/sh/tm-nbsd.h: New file.
8366
8367 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8368
8369 * sh-tdep.c (sh_osabi_names): Declare.
8370 (process_note_abi_tag_sections): New function.
8371 (get_elfosabi): Ditto.
8372 (sh_gdbarch_register_os_abi): Ditto.
8373 (sh_dump_tdep): Ditto.
8374 _initialize_sh_tdep): Use gdbarch_register to register
8375 sh_gdbarch_init and sh_dump_tdep.
8376 * config/sh/tm-sh.h (sh_osabi): Declare.
8377 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8378
8379 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8380
8381 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8382 (thumb_scan_prologue): Ditto.
8383 (arm_find_callers_reg): Ditto.
8384 (arm_frame_chain): Ditto.
8385 (arm_init_extra_frame_info): Ditto.
8386 (arm_frame_saved_pc): Ditto.
8387 (arm_pop_frame): Ditto.
8388 (arm_push_return_address): New function.
8389 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8390 call_dummy_location, call_dummy_breakpoint_offset_p,
8391 call_dummy_breakpoint_offset, call_dummy_p,
8392 call_dummy_stack_adjust_p, call_dummy_words,
8393 sizeof_call_dummy_words, call_dummy_start_offset,
8394 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8395 call_dummy_address, push_return_address and push_dummy_frame for
8396 generic dummy frames.
8397
8398 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8399
8400 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8401 size computation for alloca.
8402 (sh_fp_frame_init_saved_regs): Likewise.
8403
8404 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8405
8406 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8407 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8408 * arm-tdep.c (arm_store_return_value): Use them.
8409 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8410 * remote-rdp.c (remote_rdp_fetch_register): Use
8411 ARM_MAX_REGISTER_RAW_SIZE.
8412 (remote_rdp_store_register): Likewise.
8413
8414 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8415
8416 * dwarf2cfi.c: Code cleanup, removed unused variables,
8417 added default labels to switch {} statements.
8418 * x86-64-tdep.c: Ditto.
8419 * x86-64-linux-nat.c: Ditto.
8420
8421 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8422
8423 * solib.h: Protect against multiple inclusion.
8424
8425 2002-05-06 Jim Blandy <jimb@redhat.com>
8426
8427 Add first preprocessor macro-expansion files.
8428 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8429 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8430 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8431 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8432 (COMMON_OBS): Add macrotab.o, macroexp.o.
8433 (macroexp.o, macrotab.o): New rules.
8434
8435 Separate the job of reading the line number info statement program
8436 header (...expialidocious) out into its own function.
8437 * dwarf2read.c (struct line_head, struct filenames, struct
8438 directories): Replace with...
8439 (struct line_header): New structure, containing the full
8440 contents of the statement program header, including the
8441 include directory and file name tables.
8442 (read_file_scope): If we have line number info, instead of just
8443 calling dwarf_decode_lines to do all the work, call
8444 dwarf_decode_line_header first to get a `struct line_header'
8445 containing the data in the statement program header, and then
8446 pass that to dwarf_decode_lines, which will pick up where that
8447 left off. Be sure to clean up the `struct line_header' object.
8448 (dwarf_decode_line_header, free_line_header, add_include_dir,
8449 add_file_name): New functions.
8450 (dwarf_decode_lines): Move all the code to read the statement
8451 program header into dwarf_decode_line_header. Take the line
8452 header it built as the first argument, instead of the offset to
8453 the compilation unit's line number info. Use the new `struct
8454 line_header' type instead of the old structures. No need to do
8455 cleanups here now, since we don't allocate anything.
8456 (dwarf2_statement_list_fits_in_line_number_section,
8457 dwarf2_line_header_too_long): New complaints.
8458
8459 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8460
8461 * gdbtypes.c (init_vector_type): New function.
8462 (build_builtin_type_vec128): Simplify the representation of SIMD
8463 registers.
8464 (build_gdbtypes): Initialize new builtin vector types.
8465 (_initialize_gdbtypes): Register new vector types with gdbarch.
8466 (builtin_type_v4_float, builtin_type_v4_int32,
8467 builtin_type_v8_int16, builtin_type_v16_int8,
8468 builtin_type_v2_int32, builtin_type_v4_int16,
8469 builtin_type_v8_int8): New (renamed) SIMD types.
8470
8471 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8472
8473 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8474 (i387_fill_fxsave): Likewise.
8475
8476 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8477
8478 * alpha-tdep.c (alpha_extract_return_value): Don't use
8479 non-constant array size in prototype.
8480
8481 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8482
8483 From Brian Taylor <briant at model dot com>:
8484 * ui-out.c (ui_out_field_core_addr): Use the function
8485 longest_local_hex_string_custom'to format addresses > 32 bits
8486 wide.
8487
8488 * ui-out.c (ui_out_field_core_addr): Update comment.
8489
8490 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8491
8492 * stack.c (select_and_print_frame): Make static. Delete the
8493 parameter `level'.
8494 (func_command): Update call.
8495 (select_frame_command): Delete code computing the frame level.
8496 * frame.h (select_and_print_frame): Delete declaration.
8497
8498 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8499
8500 * sparc-tdep.c (sparc_get_saved_register): Comment why
8501 get_prev_frame call is safe.
8502
8503 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8504
8505 * frame.h (select_frame): Delete level parameter.
8506 * stack.c (select_frame): Update. Use frame_relative_level to
8507 obtain the frame's level.
8508 (select_and_print_frame): Update call.
8509 (select_frame_command): Ditto.
8510 (up_silently_base): Ditto.
8511 (down_silently_base): Ditto.
8512 * ocd.c (ocd_start_remote): Ditto.
8513 * remote-rdp.c (remote_rdp_open): Ditto.
8514 * remote-mips.c (mips_initialize): Ditto.
8515 (common_open): Ditto.
8516 * remote-e7000.c (e7000_start_remote): Ditto.
8517 * m3-nat.c (select_thread): Ditto.
8518 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8519 (child_get_current_exception_event): Ditto.
8520 * varobj.c (varobj_create): Ditto.
8521 (varobj_update): Ditto.
8522 (c_value_of_root): Ditto.
8523 * tracepoint.c (finish_tfind_command): Ditto.
8524 * corelow.c (core_open): Ditto.
8525 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8526 * thread.c (info_threads_command): Ditto.
8527 (switch_to_thread): Ditto.
8528 * infrun.c (normal_stop): Ditto.
8529 (restore_selected_frame): Ditto.
8530 (restore_inferior_status): Ditto.
8531 * breakpoint.c (insert_breakpoints): Ditto.
8532 (watchpoint_check): Ditto.
8533 (bpstat_stop_status): Ditto.
8534 (do_enable_breakpoint): Ditto.
8535 * blockframe.c (flush_cached_frames): Ditto.
8536 (reinit_frame_cache): Ditto.
8537
8538 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8539
8540 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8541 maintainer.
8542
8543 2002-05-04 Jim Blandy <jimb@redhat.com>
8544
8545 * gdbtypes.c (replace_type): Doc fix.
8546
8547 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8548
8549 * valprint.c (strcat_longest): Delete commented out function.
8550 Update copyright.
8551
8552 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8553
8554 * MAINTAINERS: Mark a29k as deleted.
8555 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8556 Move new configurations to the top.
8557 * configure.tgt: Remove a29k.
8558 * config/a29k/tm-vx29k.h: Delete.
8559 * config/a29k/vx29k.mt: Delete.
8560 * config/a29k/tm-a29k.h: Delete.
8561 * config/a29k/a29k-udi.mt: Delete.
8562 * config/a29k/a29k.mt: Delete.
8563 * a29k-tdep.c: Delete.
8564 * remote-udi.c: Delete.
8565 * remote-mm.c: Delete.
8566 * remote-eb.c: Delete.
8567 * remote-adapt.c: Delete.
8568 * Makefile.in: Remove obsolete code.
8569 * config/s390/s390x.mt: Ditto.
8570 * config/s390/s390.mt: Ditto.
8571 * config/sparc/sparclynx.mh: Ditto.
8572 * config/sparc/linux.mh: Ditto.
8573 * config/pa/hppaosf.mh: Ditto.
8574 * config/pa/hppabsd.mh: Ditto.
8575 * config/ns32k/nbsd.mt: Ditto.
8576 * config/mips/vr5000.mt: Ditto.
8577 * config/m68k/sun3os4.mh: Ditto.
8578 * config/m68k/nbsd.mt: Ditto.
8579 * config/m68k/m68klynx.mh: Ditto.
8580 * config/m32r/m32r.mt: Ditto.
8581 * config/i386/x86-64linux.mt: Ditto.
8582 * config/i386/nbsdelf.mt: Ditto.
8583 * config/i386/nbsd.mt: Ditto.
8584 * config/i386/i386lynx.mh: Ditto.
8585
8586 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8587
8588 * target.c (debug_print_register): New function. Handle oversize
8589 registers.
8590 (debug_to_fetch_registers): Call.
8591 (debug_to_store_registers): Call.
8592
8593 2002-05-03 Jim Blandy <jimb@redhat.com>
8594
8595 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8596 (read_type): Doc fix.
8597 * gdbtypes.c (replace_type): Doc fix.
8598
8599 * stabsread.c (multiply_defined_struct): New complaint.
8600 (read_struct_type): If the type we were passed isn't empty, or
8601 incomplete, don't read the new struct type into it; complain,
8602 and return the original type unchanged. Take a new `type_code'
8603 argument, which is the type code for the new type.
8604 (read_type): Rather than storing the type's type code here, pass
8605 it as an argument to read_struct_type, and let that take care of
8606 storing it. That way, we don't overwrite the original type code,
8607 so read_struct_type can use it to decide whether we're overwriting
8608 something we shouldn't.
8609 (complain_about_struct_wipeout): New function.
8610
8611 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8612
8613 * gdbarch.sh: Assert that gdbarch is non-NULL.
8614 * gdbarch.c: Regenerate.
8615
8616 2002-05-03 Jason Merrill <jason@redhat.com>
8617
8618 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8619 and return NULL.
8620
8621 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8622
8623 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8624 (x86_64_dwarf2gdb_regno_map_length),
8625 (x86_64_dwarf2_reg_to_regnum): Added.
8626 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8627 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8628 (_initialize_x86_64_tdep): Synced with the change above.
8629 (x86_64_skip_prologue): Reformulated message.
8630
8631 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8632
8633 * f-exp.y: Also use new prev_lexptr variable
8634 to improve error reporting. Based on Michael Snyder
8635 2002-04-24 dated patch to c-exp.y.
8636 * jv-exp.y: Likewise.
8637 * m2-exp.y: Likewise.
8638
8639 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8640
8641 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8642 we are dealing with vectors.
8643
8644 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8645
8646 * config/m68k/tm-nbsd.h: Obvious fix,
8647 correct machine name.
8648
8649 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8650
8651 * p-typeprint.c (pascal_type_print_base): Add support
8652 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8653
8654 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8655
8656 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8657 for fondamental pascal 'char' type.
8658
8659 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8660
8661 * p-lang.h (is_pascal_string_type): Declaration changed,
8662 new sixth argument of type char ** added.
8663 * p-lang.c (is_pascal_string_type): Implementation
8664 changed. Args length_pos, length_size, string_pos, char_size
8665 can now be NULL. New argument arrayname set to the field
8666 name of the char array. Return value set to char array
8667 field index plus one.
8668 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8669 is_pascal_string_type function.
8670
8671 2002-05-02 Andrew Cagney <cagney@redhat.com>
8672
8673 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8674 <cagney@redhat.com> change.
8675 * gdbarch.c: Regenerate.
8676
8677 2002-05-02 Andrew Cagney <cagney@redhat.com>
8678
8679 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8680 before probing for a new one. Detect errorenous gdbarch_init
8681 functions.
8682 * gdbarch.c: Regenerate.
8683
8684 2002-05-01 Andrew Cagney <cagney@redhat.com>
8685
8686 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8687 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8688 * config/v850/tm-v850.h: Ditto. Update copyright.
8689
8690 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8691
8692 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8693 current_gdbarch.
8694
8695 2002-04-30 Michael Snyder <msnyder@redhat.com>
8696
8697 * arm-tdep.c: Whitespace clean-ups.
8698 (arm_skip_prologue): Fix thinko; two lines
8699 should have been removed as part of 4/24 change.
8700
8701 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8702
8703 * rs6000-tdep.c: Added comment describing how fpscr register
8704 numbers were chosen.
8705
8706 2002-04-30 Michael Snyder <msnyder@redhat.com>
8707
8708 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8709
8710 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8711
8712 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8713 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8714 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8715
8716 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8717
8718 From Louis Hamilton <hamilton@redhat.com>:
8719 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8720 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8721 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8722 not bfd-private xcoff data, to determine wordsize.
8723 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8724
8725 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8726
8727 GDB 5.2 released from 5.2 branch.
8728
8729 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8730
8731 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8732 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8733 (x86_64_register_info_table): Added comments with register numbers.
8734
8735 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8736
8737 * rs6000-tdep.c (rs6000_extract_return_value,
8738 rs6000_store_return_value): Handle returning vectors.
8739 (rs6000_gdbarch_init): Use
8740 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8741 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8742 New function.
8743 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8744 vectors.
8745 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8746 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8747
8748 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8749
8750 * hpread.c (hpread_psymtab_to_symtab_1,
8751 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8752 with fprintf_unfiltered (gdb_stderr,...).
8753
8754 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8755
8756 * remote-array.c (printf_monitor, write_monitor,
8757 array_insert_breakpoint, array_remove_breakpoint ):
8758 Replace fprintf (stderr,...
8759 with fprintf_unfiltered (gdb_stderr,....
8760 * remote-es.c: Likewise.
8761 * remote-os9k.c: Likewise.
8762 * remote-st.c: Likewise.
8763
8764 2002-04-28 Andreas Schwab <schwab@suse.de>
8765
8766 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8767 linux-proc.o and gcore.o.
8768
8769 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8770
8771 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8772 code without frame pointers.
8773
8774 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8775
8776 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8777 ON_STACK is needed.
8778
8779 2002-04-26 Ben Elliston <bje@redhat.com>
8780
8781 * target.c (do_xfer_memory): Correct reference to the new option
8782 "trust-readonly-sections".
8783
8784 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8785
8786 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8787 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8788 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8789 vectors.
8790 (read_array_type): Record the fact that this array type is really a
8791 vector (i.e. are passed in by value).
8792
8793 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8794
8795 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8796 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8797 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8798 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8799 * alpha-linux-tdep.c: Include frame.h.
8800 (alpha_linux_sigcontext_addr): New function.
8801 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8802 alpha_linux_sigcontext_addr.
8803 * alpha-osf1-tdep.c: Include gdbcore.h.
8804 (alpha_osf1_sigcontext_addr): New function.
8805 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8806 alpha_osf1_sigcontext_addr.
8807 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8808 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8809
8810 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8811
8812 * stack.c (selected_frame_level):
8813 (select_frame): Do not set selected_frame_level.
8814 * frame.h (selected_frame_level): Delete declaration.
8815
8816 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8817
8818 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8819 convert_from_func_ptr-addr when AIX / PowerOpen.
8820
8821 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8822
8823 * valops.c (hand_function_call): Call
8824 generic_save_call_dummy_addr.
8825 * frame.h (generic_save_call_dummy_addr): Declare.
8826 * blockframe.c (struct dummy_frame): Add fields call_lo and
8827 call_hi.
8828 (generic_find_dummy_frame): Check for PC in range call_lo to
8829 call_hi instead of entry_point_address.
8830 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8831 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8832 (generic_save_call_dummy_addr): New function.
8833
8834 2002-04-24 David S. Miller <davem@redhat.com>
8835
8836 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8837 sparc_skip_prologue.
8838 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8839 information to find prologue when possible.
8840 (sparc_prologue_frameless_p): Call examine_prologue directly.
8841 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8842 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8843 second argument.
8844 (SKIP_PROLOGUE): Likewise.
8845
8846 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8847
8848 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8849 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8850 indicate that the condition it was testing is always true.
8851 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8852 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8853 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8854
8855 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8856
8857 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8858 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8859 tdep->jb_pc and tdep->jb_elt_size.
8860 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8861 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8862 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8863 * alpha-nat.c (get_longjmp_target): Remove.
8864 (JB_ELEMENT_SIZE): Ditto.
8865 (JB_PC): Ditto.
8866 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8867 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8868 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8869 to alpha_get_longjmp_target.
8870 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8871 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8872 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8873
8874 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8875
8876 * README: Update to GDB 5.2.
8877
8878 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8879
8880 * gdbarch.sh (LC_ALL): Set to `c'.
8881
8882 2002-04-25 Theodore A. Roth <troth@verinet.com>
8883
8884 * avr-tdep.c: Ran through gdb_indent.sh.
8885
8886 2002-04-25 Theodore A. Roth <troth@verinet.com>
8887
8888 * MAINTAINERS: Add myself as AVR maintainer.
8889 * NEWS: Note new target avr.
8890
8891 2002-04-25 Theodore A. Roth <troth@verinet.com>
8892
8893 * Makefile.in: Add support for AVR target.
8894 * configure.tgt: Add support for AVR target.
8895 * avr-tdep.c: New file
8896 * config/avr/avr.mt: New file.
8897
8898 2002-04-25 Theodore A. Roth <troth@verinet.com>
8899
8900 * MAINTAINERS: Add myself to write-after-approval.
8901
8902 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8903
8904 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8905 with fprintf_unfiltered (gdb_stderr,....
8906
8907 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8908
8909 Fix PR gdb/508.
8910 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8911
8912 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8913
8914 * p-exp.y: Also use new prev_lexptr variable
8915 to improve error reporting. Based on Michael Snyder
8916 2002-04-24 dated patch to c-exp.y.
8917
8918 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8919
8920 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8921 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8922 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8923 to 0.
8924 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8925 and struct value.
8926 (FUNCTION_START_OFFSET): Remove.
8927 (BREAKPOINT): Ditto.
8928
8929 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8930
8931 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8932 * NEWS: Ditto.
8933
8934 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8935
8936 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8937 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8938 alpha_linux_pc_in_sigtramp.
8939 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8940 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8941 alpha_osf1_pc_in_sigtramp.
8942 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8943 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8944 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8945 alphafbsd_pc_in_sigtramp.
8946 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8947 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8948 alphanbsd_pc_in_sigtramp.
8949 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8950 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8951
8952 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8953
8954 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8955
8956 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8957
8958 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8959 alphanbsd-tdep.c.
8960 (alphanbsd-nat.o): New dependency list.
8961 (alphanbsd-tdep.o): Ditto.
8962 * NEWS: Note new native NetBSD/alpha configuration.
8963 * alphanbsd-nat.c: New file.
8964 * alphanbsd-tdep.c: Ditto.
8965 * configure.host (alpha*-*-netbsd*): New host.
8966 * configure.tgt (alpha*-*-netbsd*): New target.
8967 * config/alpha/nbsd.mh: New file.
8968 * config/alpha/nbsd.mt: Ditto.
8969 * config/alpha/nm-nbsd.h: Ditto.
8970 * config/alpha/tm-nbsd.h: Ditto.
8971
8972 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8973
8974 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8975 (alpha-osf1-tdep.o): New dependency list.
8976 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8977 and skip_sigtramp_frame members.
8978 * alpha-linux-tdep.c: Include gdbcore.h.
8979 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8980 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8981 * alpha-osf1-tdep.c: New file.
8982 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8983 alpha-osf1-dep.c.
8984 (alpha_frame_past_sigtramp_frame): New function.
8985 (alpha_dynamic_sigtramp_offset): Ditto.
8986 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8987 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8988 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8989 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8990 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8991 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8992 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8993 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8994 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8995 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8996 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8997 to find_solib_trampoline_target.
8998 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8999 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
9000 (SKIP_TRAMPOLINE_CODE): Remove.
9001 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9002 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9003 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9004 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9005 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
9006 (PROC_SIGTRAMP_MAGIC): Ditto.
9007 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9008 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9009 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9010 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9011 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9012
9013 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9014
9015 * NEWS: Note that Alpha targets are now multi-arch.
9016
9017 2002-04-24 Michael Snyder <msnyder@redhat.com>
9018
9019 * parser-defs.h (prev_lexptr): New external variable.
9020 * parse.c (parse_exp_1): Set prev_lexptr to null before
9021 calling the language-specific parser.
9022 * c-exp.y (yylex): Set prev_lexptr to start of current token.
9023 (yyerror): Use prev_lexptr in error reporting.
9024
9025 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
9026
9027 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
9028 * gregset.h: If FILL_FPXREGSET is defined, provide
9029 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
9030 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9031 is defined, call fill_fpxregset.
9032
9033 2002-04-24 Roland McGrath <roland@frob.com>
9034
9035 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9036 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9037 (supply_gregset, supply_fpregset): New functions.
9038
9039 * gnu-nat.c (gnu_find_memory_regions): New function.
9040 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9041 (gnu_xfer_memory): Add a cast.
9042
9043 2002-04-24 Michael Snyder <msnyder@redhat.com>
9044
9045 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
9046 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9047 of argument regs ("str r(0123), [r11, #-nn"]).
9048 (arm_skip_prologue): Better handling for frameless functions.
9049 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9050 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9051
9052 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9053
9054 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9055 NUM_PSEUDO_REGS can be used.
9056
9057 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9058
9059 * arch-utils.h: Update copyright.
9060
9061 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9062 * gdbarch.h, gdbarch.c: Re-generate.
9063
9064 * inferior.h (IN_SIGTRAMP): Delete definition.
9065 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9066 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9067
9068 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9069 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9070 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9071 (find_proc_framesize): Ditto.
9072 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9073 (alpha_init_extra_frame_info): Ditto.
9074 * infrun.c (handle_inferior_event): Ditto.
9075 (handle_inferior_event): Ditto.
9076 (check_sigtramp2): Ditto.
9077 * blockframe.c (create_new_frame): Ditto.
9078 (get_prev_frame): Ditto.
9079 * ppc-linux-tdep.c: Update comments.
9080 * i386-linux-tdep.c: Update comments.
9081 * breakpoint.c (bpstat_what): Update comment.
9082
9083 2002-04-24 David S. Miller <davem@redhat.com>
9084
9085 * i960-tdep.c (register_in_window_p): New function.
9086 (i960_find_saved_register): Use it instead of
9087 REGISTER_IN_WINDOW_P.
9088 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9089
9090 * symtab.h (find_stab_function_addr): Kill extern.
9091 * minsyms.c (find_stab_function_addr): Remove from here...
9092 * dbxread.c: ... to here, and mark it static.
9093
9094 2002-04-20 David S. Miller <davem@redhat.com>
9095
9096 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9097 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9098
9099 2002-04-21 David S. Miller <davem@redhat.com>
9100
9101 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9102 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9103 (vx_write_register): Likewise.
9104
9105 2002-04-23 J. Brobecker <brobecker@gnat.com>
9106
9107 * source.c (is_regular_file): New function.
9108 (openp): Check wether file to open is a regular file
9109 to avoid opening directories.
9110
9111 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9112
9113 * findvar.c (extract_signed_integer): Cast printf argument
9114 to suppress format warning.
9115 (extract_unsigned_integer): Likewise.
9116 * infcmd.c (registers_info): Likewise.
9117 * top.c (get_prompt_1): Likewise.
9118 * valops.c (value_assign): Likewise.
9119 * valprint.c (print_decimal): Likewise.
9120
9121 2002-04-22 H.J. Lu (hjl@gnu.org)
9122
9123 * c-exp.y (typebase): Support
9124
9125 [long|long long|short] [signed|unsigned] [int|]
9126
9127 and
9128
9129 signed [long|long long|short] int
9130
9131 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9132
9133 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9134 and vax-tdep.h.
9135 * vax-tdep.h: New file.
9136 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9137 Make several routines static.
9138 (vax_get_saved_register): New function.
9139 (vax_gdbarch_init): New function.
9140 (_initialize_vax_tdep): Register vax_gdbarch_init.
9141 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9142 Remove macros now under the control of gdbarch.
9143
9144 2002-04-22 Michael Snyder <msnyder@redhat.com>
9145
9146 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9147 Some whitespace and coding standards tweaks.
9148
9149 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9150
9151 * vax-tdep.c: Include regcache.h.
9152 (vax_call_dummy_words): New.
9153 (sizeof_vax_call_dummy_words): New.
9154 (vax_fix_call_dummy): New function.
9155 (vax_saved_pc_after_call): Ditto.
9156 * config/vax/tm-vax.h: Don't include regcache.h.
9157 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9158 (CALL_DUMMY): Remove.
9159 (CALL_DUMMY_WORDS): Define.
9160 (SIZEOF_CALL_DUMMY_WORDS): Define.
9161 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9162
9163 2002-04-18 Michael Snyder <msnyder@redhat.com>
9164
9165 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9166
9167 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9168
9169 * vax-tdep.c (vax_frame_chain): New function.
9170 (vax_push_dummy_frame): Ditto.
9171 (vax_pop_frame): Ditto.
9172 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9173 (FRAMELESS_FUNCTION_INVOCATION): Use
9174 generic_frameless_function_invocation_not.
9175 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9176 (POP_FRAME): Use vax_pop_frame.
9177
9178 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9179
9180 * vax-tdep.c (vax_store_struct_return): New function.
9181 (vax_extract_return_value): Ditto.
9182 (vax_store_return_value): Ditto.
9183 (vax_extract_struct_value_address): Ditto.
9184 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9185 vax_store_struct_return.
9186 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9187 (STORE_RETURN_VALUE): Use vax_store_return_value.
9188 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9189
9190 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9191
9192 * vax-tdep.c (vax_frame_saved_pc): New function.
9193 (vax_frame_args_address_correct): Ditto.
9194 (vax_frame_args_address): Ditto.
9195 (vax_frame_locals_address): Ditto.
9196 (vax_frame_num_args): Move code to be in proximity to
9197 other frame-related functions.
9198 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9199 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9200 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9201 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9202 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9203
9204 2002-04-22 H.J. Lu (hjl@gnu.org)
9205
9206 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9207 includedir.
9208
9209 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9210
9211 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9212 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9213 (FRAME_INIT_SAVED_REGS): New macro.
9214
9215 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9216
9217 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9218
9219 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9220
9221 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9222 where needed.
9223 (fetch_osf_core_registers): Likewise.
9224 (supply_gregset): Likewise.
9225
9226 2002-04-22 J. Brobecker <brobecker@gnat.com>
9227
9228 * symfile.h (get_section_index): Define.
9229 * symfile.c (get_section_index): New function.
9230 * mdebugread.c (SC_IS_SBSS): New macro.
9231 (SC_IS_BSS): Return true for the scBss storage class only, as
9232 the scSBss storage class refers to the .sbss section.
9233 (parse_partial_symbols): Discard the symbols which associated
9234 section does not exist.
9235 Make sure to use the .sbss section index for symbols which
9236 storage class is scBss, rather than using the .bss section index.
9237
9238 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9239
9240 * vax-tdep.c: Update copyright years.
9241 (vax_register_name): New function.
9242 (vax_register_byte): Ditto.
9243 (vax_register_raw_size): Ditto.
9244 (vax_register_virtual_size): Ditto.
9245 (vax_register_virtual_type): Ditto.
9246 * config/vax/tm-vax.h: Update copyright years.
9247 (REGISTER_NAMES): Remove.
9248 (REGISTER_NAME): Define.
9249 (REGISTER_BYTE): Use vax_register_byte.
9250 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9251 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9252 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9253
9254 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9255
9256 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9257 declaration
9258 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9259
9260 2002-04-21 David S. Miller <davem@redhat.com>
9261
9262 * arch-utils.c (generic_prologue_frameless_p): Kill
9263 SKIP_PROLOGUE_FRAMELESS_P code.
9264 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9265 references.
9266 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9267 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9268 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9269 references.
9270 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9271 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9272 (sparc_gdbarch_init): Pass it to
9273 set_gdbarch_prologue_frameless_p.
9274
9275 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9276
9277 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9278 (alphabsd-nat.o): New dependency list.
9279
9280 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9281
9282 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9283 alphafbsd-tdep.c.
9284 (alpha-linux-tdep.o): New dependency list.
9285 (alphafbsd-tdep.o): Likewise.
9286
9287 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9288
9289 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9290 to here...
9291 * alpha-tdep.c: ...from here.
9292 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9293
9294 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9295
9296 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9297 prototype from here...
9298 * alpha-tdep.h: ...to here.
9299
9300 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9301
9302 * frame.h (selected_frame_level): Document as deprecated.
9303 (frame_relative_level): Declare.
9304 * stack.c (frame_relative_level): New function.
9305 (selected_frame_level): Document as deprecated.
9306 (select_frame): Do not set the selected_frame_level.
9307
9308 * stack.c (frame_info, record_selected_frame): Update.
9309 (frame_command, current_frame_command): Update.
9310 (up_silently_base, up_command, down_silently_base): Update.
9311 (down_command): Update.
9312 * inflow.c (kill_command): Update.
9313 * tracepoint.c (finish_tfind_command): Update.
9314 * corelow.c (core_open): Update.
9315 * thread.c (info_threads_command): Update.
9316 (do_captured_thread_select): Update.
9317 * infcmd.c (finish_command): Update.
9318 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9319
9320 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9321
9322 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9323
9324 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9325
9326 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9327 type const.
9328
9329 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9330
9331 * alphafbsd-tdep.c: Update copyright years. Include
9332 alpha-tdep.h.
9333 (alphafbsd_use_struct_convention): Make static.
9334 (alphafbsd_init_abi): New function.
9335 (_initialize_alphafbsd_tdep): New function.
9336 * config/alpha/tm-fbsd.h: Update copyright years.
9337 (USE_STRUCT_CONVENTION): Remove.
9338
9339 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9340
9341 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9342 an Alpha ABI variant.
9343 (alpha_abi_handler_list): Declare.
9344 (alpha_gdbarch_register_os_abi): New function.
9345 (alpha_gdbarch_init): Give registered ABI variant handlers a
9346 chance to tweak the gdbarch once we have set up defaults.
9347 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9348
9349 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9350
9351 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9352 to standard_coerce_float_to_double.
9353 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9354
9355 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9356
9357 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9358 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9359 from gdbarch_tdep rather than a constant.
9360 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9361 the default text address for all Alpha Unix ABIs.
9362 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9363 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9364
9365 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9366
9367 * alpha-tdep.h: New file. Includes several Alpha target constants
9368 taken from...
9369 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9370 let gdbarch deal with.
9371 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9372 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9373 to dependency list.
9374 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9375 Alpha target register names.
9376 * alphabsd-nat.c: Likewise.
9377 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9378 Alpha target register names. Make serveral routines static.
9379 (alpha_get_saved_register): New function.
9380 (alpha_abi_names): New.
9381 (process_note_abi_tag_sections): New function.
9382 (get_elfosabi): New function.
9383 (alpha_gdbarch_init): New function.
9384 (alpha_dump_tdep): New function.
9385 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9386
9387 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9388
9389 * frame.c (find_saved_register): Delete #ifdef
9390 HAVE_REGISTER_WINDOWS code.
9391 * config/sparc/tm-sparc.h: Update comments.
9392 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9393
9394 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9395
9396 * i960-tdep.c (i960_find_saved_register): New function.
9397 (i960_get_saved_register): New function.
9398 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9399 (i960_get_saved_register): Declare.
9400 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9401
9402 2002-04-20 David S. Miller <davem@redhat.com>
9403
9404 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9405
9406 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9407
9408 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9409 instead of NUM_PSEUDO_REGS.
9410
9411 2002-04-20 David S. Miller <davem@redhat.com>
9412
9413 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9414 GDB_MULTI_ARCH_PARTIAL
9415 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9416 define, let tm-sp64.h do it.
9417
9418 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9419
9420 * frame.c (find_saved_register): Avoid a NULL pointer
9421 dereference and actually walk the frame list.
9422
9423 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9424
9425 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9426 sorted in most most-recent-used order. Document.
9427 * gdbarch.h, gdbarch.c: Regenerate.
9428
9429 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9430
9431 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9432 instead of ->prev.
9433 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9434 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9435 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9436 instead of ->prev.
9437
9438 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9439
9440 Fix PR gdb/471.
9441 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9442 (build_builtin_type_vec128): Ditto.
9443 (append_composite_type_field): Fix calculation of type length in
9444 union case.
9445
9446 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9447
9448 * config/djgpp/README: Update.
9449
9450 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9451 compiler warnings.
9452
9453 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9454
9455 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9456 (alpha_setup_arbitrary_frame): ...to this.
9457 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9458 for alpha_setup_arbitrary_frame.
9459
9460 2002-04-18 Andrew Cagney <cagney@redhat.com>
9461
9462 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9463 * gdbarch.h, gdbarch.c: Regenerate.
9464
9465 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9466 * target.h (memory_breakpoint_from_pc): Update declaration.
9467 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9468
9469 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9470 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9471 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9472 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9473 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9474 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9475 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9476 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9477 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9478 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9479 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9480 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9481
9482 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9483 const pointer.
9484 * monitor.c (monitor_insert_breakpoint): Ditto.
9485 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9486
9487 * config/mcore/tm-mcore.h: Update copyright.
9488 * mem-break.c: Ditto.
9489 * xstormy16-tdep.c: Ditto.
9490
9491 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9492
9493 * p-exp.y: Add precedence rule for '^' token.
9494 This removes the shift/reduce conflicts.
9495 Remove the comment concerning these shift/reduce conflicts.
9496
9497 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9498
9499 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9500 (registers_powerpc_nofp): New register set for processors
9501 without floating point unit.
9502
9503 2002-04-18 David S. Miller <davem@redhat.com>
9504
9505 * MAINTAINERS: Add myself to write-after-approval.
9506
9507 2002-04-17 Michael Snyder <msnyder@redhat.com>
9508
9509 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9510
9511 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9512
9513 * rs6000-tdep.c (frame_initial_stack_address): Use
9514 frame_register_read to read the alloca_reg.
9515
9516 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9517
9518 * frame.c (find_saved_register): Find saved registers in the next
9519 not prev frame.
9520 Fix PR gdb/365.
9521
9522 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9523
9524 * gdbarch.sh (LANG): Set to ``c''.
9525
9526 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9527
9528 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9529
9530 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9531
9532 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9533 Update copyright.
9534
9535 * hpread.c (hpread_get_lntt): Add declaration.
9536 Also fix PR gdb/391.
9537
9538 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9539
9540 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9541 * aclocal.m4, configure: Re-generate.
9542 Fix PR gdb/391.
9543
9544 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9545
9546 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9547 instead of tm_print_insn.
9548
9549 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9550
9551 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9552
9553 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9554
9555 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9556 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9557 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9558
9559 2002-04-12 Don Howard <dhoward@redhat.com>
9560
9561 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9562 max_user_call_depth.
9563 (init_cmd_lists): Initialize the new value;
9564 * cli/cli-script.c (execute_user_command): Limit the call depth of
9565 user defined commands. This avoids a core-dump when user commands
9566 are infinitly recursive.
9567
9568 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9569
9570 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9571 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9572 from tdep struct instead of DEFAULT_LR_SAVE.
9573 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9574 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9575 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9576
9577 2002-04-12 Michael Snyder <msnyder@redhat.com>
9578
9579 * Remote.c: Spelling fix.
9580 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9581 If no symbol found for "sbrk", try "_sbrk".
9582 (make_output_phdrs): Use bfd_section_name.
9583 (gcore_copy_callback): Use bfd_section_name.
9584 * eval.c: Indentation fix-ups.
9585 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9586 in case it gets applied to an address that is already
9587 in the instruction space.
9588 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9589 * symfile.c: Fix indentation, long lines.
9590 * source.c: White space fix-up.
9591
9592 2002-04-12 Andrew Cagney <cagney@redhat.com>
9593
9594 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9595 * frame.c (frame_register_read): New function. Return non-zero on
9596 success.
9597 (read_relative_register_raw_bytes_for_frame): Delete.
9598 (read_relative_register_raw_bytes): Delete.
9599 * frame.h (frame_register_read): Declare.
9600 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9601 * sh-tdep.c: Ditto.
9602 * infcmd.c (do_registers_info): Ditto.
9603 * hppa-tdep.c: Ditto.
9604 * rs6000-tdep.c: Ditto.
9605 * h8500-tdep.c: Ditto.
9606 * mips-tdep.c: Ditto.
9607 * h8300-tdep.c: Ditto.
9608 * z8k-tdep.c: Ditto.
9609
9610 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9611
9612 From Jimi X <jimix@watson.ibm.com>:
9613 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9614 64-bit SysV ABI.
9615
9616 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9617
9618 From Jimi X <jimix@watson.ibm.com>:
9619 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9620 bfd info.
9621
9622 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9623
9624 From Jimi X <jimix@watson.ibm.com>:
9625 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9626 register sets for these processor variants.
9627
9628 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9629
9630 * regformats/reg-ppc.dat: Support FPSCR.
9631
9632 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9633
9634 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9635 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9636 Add fpscr as an invalid/unfetchable register.
9637 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9638 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9639 (fill_fpregset): Add support for register fpscr.
9640 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9641 (fill_gregset): Account for the fact that register ``mq'' might
9642 not exist.
9643 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9644 (registers_power): Add fpscr to register set at slot 71.
9645 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9646 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9647
9648 2002-04-11 Michael Snyder <msnyder@redhat.com>
9649
9650 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9651 * configure: Regenerate.
9652 * config.in: Regenerate.
9653 * acconfig.h: Add define for _SYSCALL32.
9654 * core-sol2.c: Remove #define _SYSCALL32.
9655 * solib-legacy.c: Remove #define _SYSCALL32.
9656
9657 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9658
9659 * stack.c (select_frame): Cleanup internal error message, do not
9660 use %p.
9661
9662 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9663
9664 * stack.c (select_frame): Check that selected_frame and the
9665 specified level are as expected.
9666 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9667 Update copyright.
9668 * frame.h (struct frame_info): Add field `level'. Update
9669 copyright.
9670 Work-in-progress PR gdb/464.
9671
9672 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9673
9674 * maint.c (maint_print_section_info): Rename print_section_info.
9675 (print_bfd_section_info, print_objfile_section_info): Update.
9676 * inferior.h (struct gdbarch): Add opaque declaration.
9677 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9678 * gdbarch.h: Regenerate.
9679
9680 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9681
9682 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9683 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9684 (kernel_u_size): Added.
9685 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9686 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9687
9688 2002-04-04 Jim Ingham <jingham@apple.com>
9689
9690 * valarith.c (find_size_for_pointer_math): New function, either returns
9691 the size for a pointer's target, returns 1 for void *, or errors for
9692 incomplete types.
9693 (value_add, value_sub): use find_size_for_pointer_math.
9694
9695 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9696
9697 * linux-low.c (linux_look_up_symbols): New hook.
9698 (linux_target_ops): Add linux_look_up_symbols.
9699 * remote-utils.c (decode_address): New function.
9700 (look_up_one_symbol): New function.
9701 * server.c (handle_query): Call target look_up_symbols hook.
9702 * server.h (look_up_one_symbol): Add prototype.
9703 * target.h (struct target_ops): Add look_up_symbols hook.
9704
9705 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9706
9707 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9708 override FP_REGNUM with frame->fp. Update copyright.
9709 * parse.c (num_std_regs, std_regs): Delete.
9710 (target_map_name_to_register): Do not search std_regs. Update
9711 function description.
9712 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9713 declarations. Update copyright.
9714 Fix PR gdb/251.
9715
9716 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9717
9718 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9719 after the last symbol in a block.
9720
9721 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9722
9723 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9724 is non zero as a found symbol.
9725
9726 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9727
9728 * findvar.c: Include "builtin-regs.h".
9729 (value_of_register): Call value_of_builtin_reg when applicable.
9730 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9731 (target_map_name_to_register): Call
9732 builtin_reg_map_name_to_regnum.
9733 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9734 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9735 (builtin_regs_h): Define.
9736 (builtin-regs.o): New target.
9737 (findvar.o): Add $(builtin_regs_h).
9738 * builtin-regs.c, builtin-regs.h: New files.
9739 * std-regs.c: New file.
9740 Partial fix for PR gdb/251.
9741
9742 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9743
9744 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9745 it's no longer required.
9746
9747 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9748
9749 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9750
9751 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9752
9753 From Jimi X <jimix@watson.ibm.com>:
9754 * rs6000-tdep.c (rs6000_software_single_step): Use
9755 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9756 and size. Use target_insert_breakpoint() and
9757 target_remove_breakpoint() to insert and remove breakpoints
9758 instead of explicit memory reads and writes.
9759
9760 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9761
9762 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9763 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9764 ELF_OBJECT_FORMAT ifdef.
9765
9766 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9767
9768 From Jimi X <jimix@watson.ibm.com>:
9769 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9770
9771 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9772
9773 From Jimi X <jimix@watson.ibm.com>:
9774 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9775 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9776
9777 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9778
9779 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9780 s/asprintf/xasprintf/.
9781 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9782
9783 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9784
9785 I believe Jeff Law denies responsability for this one:
9786 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9787 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9788 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9789 Work-around for PR gdb/366.
9790
9791 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9792
9793 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9794 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9795 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9796
9797 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9798
9799 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9800 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9801 information.
9802
9803 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9804
9805 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9806 maintainer.
9807
9808 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9809
9810 * README (Reporting Bugs in GDB): Document the bug web page as the
9811 prefered way of submitting bugs.
9812 Fix PR gdb/402.
9813
9814 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9815
9816 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9817 -1. Update comment.
9818 * gdbarch.h, gdbarch.c: Re-generate.
9819
9820 2002-04-07 Andreas Schwab <schwab@suse.de>
9821
9822 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9823 buffer to regcache_collect.
9824
9825 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9826
9827 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9828 * gdbarch.c, gdbarch.h: Re-generate.
9829
9830 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9831
9832 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9833 declaration. Fix -Werror.
9834
9835 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9836
9837 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9838 * gdbarch.c: Regenerate.
9839
9840 2002-04-05 Michael Snyder <msnyder@redhat.com>
9841
9842 * breakpoint.c (clear_command): Rewrite middle section to
9843 combine two loops with identical control conditions.
9844 Add a cleanup to eliminate a memory leak.
9845 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9846
9847 2002-04-05 H.J. Lu (hjl@gnu.org)
9848
9849 * solib-svr4.c (bkpt_names): Add "__start".
9850
9851 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9852
9853 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9854 as test for 64 bit target.
9855
9856 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9857
9858 * h8500-tdep.c (h8500_write_fp): Delete function.
9859 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9860 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9861 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9862 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9863 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9864 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9865 (s390_write_fp):
9866 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9867 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9868 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9869 (d10v_write_fp): Delete function.
9870 * inferior.h (write_fp, generic_target_write_fp): Delete
9871 declarations.
9872 * regcache.c (generic_target_write_fp): Delete function.
9873 (write_fp): Delete function.
9874 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9875 * gdbarch.h, gdbarch.c: Regenerate.
9876 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9877 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9878 (sparc64_write_fp): Delete declaration.
9879 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9880 (h8500_write_fp): Delete declaration.
9881
9882 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9883
9884 * sparc-tdep.c (sparc64_write_fp): Delete.
9885 (sparc_push_dummy_frame): Replace write_fp call with code to store
9886 the FP directly.
9887 (sparc_gdbarch_init): Do not initialize write_fp.
9888
9889 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9890
9891 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9892 clause.
9893
9894 2002-03-29 Jim Blandy <jimb@redhat.com>
9895
9896 * stack.c (get_selected_block): Add new argument `addr_in_block',
9897 used to return the exact code address we used to select the block,
9898 not just the block.
9899 * blockframe.c (get_frame_block, get_current_block): Same.
9900 * frame.h (get_frame_block, get_current_block,
9901 get_selected_block): Update declarations.
9902 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9903 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9904
9905 2002-04-05 Michael Snyder <msnyder@redhat.com>
9906
9907 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9908 warning message.
9909
9910 2002-04-05 J. Brobecker <brobecker@gnat.com>
9911
9912 * utils.c (xfullpath): New function.
9913 * defs.h (xfullpath): Add declaration.
9914 * source.c (openp): Use xfullpath in place of gdb_realpath to
9915 avoid resolving the basename part of filenames when the
9916 associated file is a symbolic link. This fixes a potential
9917 inconsistency between the filenames known to GDB and the
9918 filenames it prints in the annotations.
9919 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9920 to be able to match a filename with either the real filename, or
9921 the name of any symbolic link to this file.
9922 (lookup_partial_symtab): Ditto.
9923
9924 2002-04-04 Michael Snyder <msnyder@redhat.com>
9925
9926 * breakpoint.c: Add support for hardware breakpoints in overlays.
9927 (overlay_events_enabled): New state variable.
9928 (insert_breakpoints): Use overlay_events_enabled to decide
9929 whether to attempt to set a breakpoint at the overlay load addr.
9930 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9931 (remove_breakpoint): Use overlay_events_enabled to decide
9932 whether breakpoints need to be removed from overlay load addr.
9933 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9934 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9935 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9936 disable_overlay_breakpoints): Update overlay_events_enabled.
9937
9938 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9939
9940 * dwarf2read.c (struct function_range): New.
9941 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9942 (check_cu_functions): New.
9943 (read_file_scope): Initialize global function lists.
9944 Call dwarf_decode_line after processing children.
9945 (read_func_scope): Add to global function list.
9946 (dwarf_decode_lines): Call check_cu_functions everywhere
9947 record_line is called. Call record_line with a linenumber
9948 of 0 to mark sequence ends.
9949
9950 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9951
9952 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9953 change sync with glibc.
9954
9955 2002-04-03 Jim Blandy <jimb@redhat.com>
9956
9957 * configure.in: Call AC_C_INLINE.
9958 * configure: Regenerated.
9959
9960 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9961
9962 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9963 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9964
9965 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9966
9967 * NEWS: Mention gcore support on FreeBSD/i386.
9968
9969 * fbsd-proc.c: New file.
9970 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9971 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9972
9973 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9974 while statement.
9975
9976 2002-03-29 Jim Blandy <jimb@redhat.com>
9977
9978 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9979 unescaped newlines in string literals, but newer ones don't. So
9980 escape them.
9981
9982 2002-03-26 Michael Snyder <msnyder@redhat.com>
9983 Andrew Cagney <cagney@redhat.com>
9984
9985 * cli/cli-dump.c: New file. Dump memory to file,
9986 restore file to memory.
9987 * cli/cli-dump.h: New file.
9988 * Makefile.in: Add rules, dependencies for cli-dump.o.
9989 * NEWS: Mention new commands.
9990
9991 2002-03-28 Michael Snyder <msnyder@redhat.com>
9992
9993 * symfile.c (symbol_file_add): Move test for null symbols to later.
9994
9995 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9996
9997 From veksler at il.ibm.com:
9998 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9999 the xstrduped original path.
10000 Fix PR gdb/417.
10001
10002 2002-03-27 Michael Snyder <msnyder@redhat.com>
10003
10004 * breakpoint.c (_initialize_breakpoint): Clean up help string.
10005 * infcmd.c (_initialize_infcmd): Ditto.
10006 * language.c (_initialize_language): Ditto.
10007 * symfile.c (_initialize_symfile): Ditto.
10008 * top.c (_init_main): Ditto.
10009 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10010
10011 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
10012
10013 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
10014 vector registers handling.
10015 (skip_prologue): Handle new AltiVec instructions. Fill in new
10016 fields of frame data.
10017 (frame_get_saved_regs): Fill in information for AltiVec registers.
10018
10019 2002-03-27 Jim Blandy <jimb@redhat.com>
10020
10021 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
10022 a function; leave this macro here to invoke that function.
10023 (symbol_init_mangled_name): Declaration for that function.
10024 * symtab.c (symbol_init_mangled_name): New function.
10025
10026 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10027
10028 * valarith.c: Replace strerror with safe_strerror.
10029 * tracepoint.c: Ditto.
10030 * lin-lwp.c: Ditto.
10031 * go32-nat.c: Ditto.
10032 * inflow.c: Ditto.
10033 * gnu-nat.c: Ditto.
10034
10035 2002-03-27 Andreas Schwab <schwab@suse.de>
10036
10037 * event-top.c (command_line_handler): Remove useless if.
10038
10039 2002-03-27 Andreas Jaeger <aj@suse.de>
10040
10041 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10042 comment.
10043
10044 2002-03-27 Michal Ludvig <mludvig@suse.cz>
10045
10046 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10047 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10048 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10049 (x86_64_linux_dr_get_status, supply_gregset),
10050 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10051 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10052 (x86_64_register_info_table): Add.
10053 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10054 (x86_64_register_raw_size, x86_64_register_virtual_type),
10055 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10056 general x86_64_register_info_table.
10057 (i386_gdbarch_init): gdbarch_register_bytes is now set
10058 dynamicaly during initialization.
10059 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10060 * gdbserver/linux-x86-64-low.c: Ditto.
10061
10062 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10063
10064 * gdbserver/server.c (main): Call target_signal_to_host_p
10065 and target_signal_to_host on signals received from the remote.
10066 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10067 target_signal_from_host on signals sent to the remote.
10068 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10069 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10070
10071 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10072
10073 * signals/signals.c: Include "server.h" in gdbserver build.
10074 (target_signal_from_name): Don't use STREQ.
10075 (_initialize_signals): Likewise. Don't include function in
10076 gdbserver build.
10077
10078 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10079
10080 * signals.c: Moved to...
10081 * signals/signals.c: Here.
10082 * Makefile (signals.o): Update.
10083
10084 2002-03-26 Jeff Law (law@redhat.com)
10085
10086 * somread.c (som_symtab_read): Remove some commented out code and
10087 updated related comments. Do not set the minimal symbol table to
10088 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10089 in a dynamic executable.
10090 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10091 where we are unable to find the minimal symbol for the given
10092 PC value.
10093
10094 2002-03-25 Jeff Law (law@redhat.com)
10095
10096 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10097
10098 2002-03-25 Michal Ludvig <mludvig@suse.cz>
10099
10100 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10101
10102 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10103
10104 * command.h: Update copyright.
10105 (struct cmd_list_element): Replace definition with opaque
10106 declaration.
10107 (enum cmd_types): Document that it will eventually be moved to
10108 cli/cli-decode.h
10109 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10110 (MALLOCED_REPLACEMENT): Delete macro.
10111 * Makefile.in (cli_decode_h): Add $(command_h).
10112 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10113 * top.c: Include "cli/cli-decode.h".
10114 * completer.c: Include "cli/cli-decode.h".
10115 * maint.c: Include "cli/cli-decode.h".
10116 * cli/cli-decode.h: Include "command.h".
10117 (enum command_class): Delete.
10118 (enum cmd_types): Comment out.
10119 (enum cmd_auto_boolean): Delete.
10120 (enum var_types): Delete.
10121
10122 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10123
10124 * cli/cli-decode.c: Include "gdb_assert.h".
10125 (add_set_or_show_cmd): New static function.
10126 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10127 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10128 all fields, such as func, from the set command.
10129
10130 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10131
10132 * MAINTAINERS (sh-elf): Change warning flag to -w.
10133
10134 2002-03-23 Andrew Cagney <cagney@redhat.com>
10135
10136 * defs.h (error): Add printf format attribute.
10137 * thread-db.c (thread_from_lwp): Fix error format string.
10138 * stack.c (parse_frame_specification): Ditto.
10139 * cli/cli-decode.c (undef_cmd_error): Ditto.
10140 * scm-lang.c (scm_lookup_name): Ditto.
10141 * tracepoint.c (trace_error): Ditto.
10142 * remote-utils.c (usage): Ditto.
10143 * remote.c (compare_sections_command): Ditto.
10144 Fix PR gdb/328.
10145
10146 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10147
10148 * gdbtypes.c (append_composite_type_field): New function.
10149 (init_composite_type): New function.
10150 * gdbtypes.h (append_composite_type_field): Declare.
10151 (init_composite_type): Ditto.
10152
10153 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10154
10155 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10156 function.
10157 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10158 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10159 structure returning convention for SYSV ABI case, but not
10160 for GNU/Linux, FreeBSD, or NetBSD.
10161
10162 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10163
10164 * symtab.h (lookup_block_symbol): Add mangled_name argument
10165 to prototype.
10166
10167 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10168 with new mangled_name argument.
10169 * linespec.c (decode_line_1): Likewise.
10170 * valops (value_of_this): Likewise.
10171 * symtab.c (lookup_transparent_type): Likewise.
10172 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10173 (lookup_symbol): If we are given a mangled name, pass it down
10174 to lookup_symbol_aux.
10175 (lookup_block_symbol): If we are given a mangled name to check
10176 against, only return symbols which match it.
10177
10178 2002-03-22 Christopher Faylor <cgf@redhat.com>
10179
10180 * win32-nat.c (child_create_inferior): Check for proper shell to use
10181 here, in case the user changes it on the fly.
10182 (_initialize_inftarg): Remove shell path considerations.
10183
10184 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10185
10186 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10187 for gdbarch_max_register_raw_size and max_register_virtual_size.
10188 Adjust copyright year.
10189
10190 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10191
10192 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10193 in a function to cover the entire beginning of the function
10194 as well if it does not already.
10195
10196 2002-03-21 Tom Rix <trix@redhat.com>
10197
10198 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10199 (rs6000_ptrace64): Renamed from ptrace64.
10200
10201 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10202
10203 * gdbserver/remote-utils.c (remote_open): Don't call
10204 getprotobyname, we're all using TCP here so just use
10205 IPPROTO_TCP.
10206 * gdbserver/gdbreplay.c (remote_open): Ditto.
10207
10208 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10209
10210 * regcache.c (_initialize_regcache): No need to call
10211 build_regcache() at this time; it gets called whenever
10212 the gdbarch changes.
10213
10214 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10215
10216 * sparc-nat.c: Include sys/param.h where possible.
10217
10218 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10219
10220 Fix PR gdb/422.
10221 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10222 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10223 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10224 complex types.
10225 * stabsread.c (rs6000_builtin_type): Likewise.
10226 (read_sun_floating_type): Likewise.
10227
10228 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10229
10230 * stabsread.c (read_member_functions): Remove skip code for duplicate
10231 constructor/destructor methods. Use standard parsing for these
10232 methods and just do not chain them to the list of methods after
10233 parsing.
10234
10235 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10236
10237 * coffread.c: Remove redundant static declarations. Replace
10238 occurrences of `PTR' with `void *'.
10239 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10240 * top.h (quit_cover): Likewise.
10241 * defs.h (catch_errors): Likewise.
10242
10243 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10244
10245 * defs.h (XMALLOC): Define.
10246 * gdb-events.sh (XMALLOC): Delete macro.
10247 * gdb-events.c, gdb-events.h: Regenerate.
10248 * gdbarch.sh (XMALLOC): Delete macro.
10249 * gdbarch.c: Regenerate.
10250 * serial.c (XMALLOC): Delete macro.
10251 * ui-file.c (XMALLOC): Ditto.
10252 * ser-unix.h (XMALLOC): Ditto.
10253 * sh-tdep.c (XMALLOC): Ditto.
10254 * ui-out.c (XMALLOC): Ditto.
10255 * utils.c (XMALLOC): Ditto.
10256 * i386-tdep.c (XMALLOC): Ditto.
10257 * gdb-events.c (XMALLOC): Ditto.
10258 * d10v-tdep.c (XMALLOC): Ditto.
10259 * cli-out.c (XMALLOC): Ditto.
10260
10261 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10262 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10263 * ui-file.c, ui-out.c: Ditto.
10264
10265 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10266
10267 * command.h (struct cmd_list_element): Add field context.
10268 (set_cmd_context, get_cmd_context): Declare.
10269 * cli/cli-decode.h: Ditto.
10270 * cli/cli-decode.c (get_cmd_context): New function.
10271 (set_cmd_context): New function.
10272 (add_cmd): Initialize context.
10273 Part of fixing PR gdb/145 and PR gdb/146.
10274
10275 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10276
10277 * cli/cli-decode.c (cmd_type): New function.
10278 * command.h (cmd_type): Declare.
10279 * infrun.c (set_schedlock_func): Call function cmd_type.
10280 * kod.c (kod_set_os): Call cmd_type.
10281 * cris-tdep.c (cris_version_update): Use function cmd_type.
10282 (cris_mode_update, cris_abi_update): Ditto.
10283
10284 * command.h: (execute_cmd_post_hook): Declare.
10285 (execute_cmd_pre_hook): Declare.
10286 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10287 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10288 functions. Execute pre/post hook while ensuring that afterwords
10289 hook_in is cleared.
10290 * top.c (execute_command): Use execute_cmd_post_hook, and
10291 execute_cmd_pre_hook to execute pre/post commands.
10292 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10293 hook_stop_stub.
10294 (hook_stop_stub): Call execute_cmd_pre_hook.
10295
10296 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10297
10298 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10299 set'' and this leads to a core dump. Move xstrdup of
10300 operating_system to after check that it is not NULL.
10301
10302 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10303
10304 * kod.c (kod_set_os): Remove unnecessary check that
10305 ``command->type'' is set_cmd.
10306
10307 * valprint.c (set_input_radix): Use input_radix.
10308 (set_output_radix): Use output_radix.
10309 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10310 isn't reverted.
10311
10312 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10313
10314 * value.h (struct value): Delete field ``substring_addr''. Change
10315 aligner fields to force_doublest_align, force_longest_align,
10316 force_core_addr_align and force_pointer_aligh.
10317
10318 * value.h (struct value): Fix typo in above change.
10319
10320 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10321
10322 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10323 to fix internal_error from ``maintenance print architecture''.
10324
10325 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10326
10327 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10328 for gcc versions after gcc-2.8.1.
10329
10330 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10331
10332 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10333 for method resolution. Restore adjustment of ``this'' pointer after
10334 calling value_struct_elt, which was accidentally removed during the
10335 HP merge.
10336
10337 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10338
10339 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10340 value_of_register.
10341 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10342 get_saved_register.
10343 * value.h (value_of_register): Update.
10344
10345 2002-03-14 Richard Henderson <rth@redhat.com>
10346
10347 * configure.in: Detect declaration for canonicalize_file_name.
10348 * utils.c (canonicalize_file_name): Declare, if needed.
10349 (gdb_realpath): Prefer realpath if available and usable.
10350 * config.in, configure: Rebuild.
10351
10352 2002-03-14 Richard Henderson <rth@redhat.com>
10353
10354 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10355 a constant array bound.
10356
10357 * MAINTAINERS: Add myself to write-after-approval.
10358
10359 2002-03-14 Michael Snyder <msnyder@redhat.com>
10360
10361 * symfile.c (syms_from_objfile): Return immediately if no syms.
10362 (symbol_file_add): Return immediately if no syms.
10363 (find_sym_fns): Return immediately if no syms.
10364
10365 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10366
10367 * gdbserver/remote-util.c (remote_open): Print remote-side's
10368 IP address when remote debugging over the network.
10369
10370 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10371
10372 * config/sparc/fbsd.mh: Fix copyright.
10373 * config/sparc/fbsd.mt: Likewise.
10374
10375 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10376
10377 * MAINTAINERS: Fix typo in name of gdb warnings option.
10378 (x86-64): Fix formating so that this can be parsed by awk.
10379
10380 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10381
10382 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10383 * defs.h: Include "gdb/signals.h".
10384 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10385
10386 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10387
10388 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10389 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10390 from x86-64-tdep.h
10391
10392 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10393 Don Howard <dhoward@redhat.com>
10394
10395 * mips-tdep.c (ST0_FR): Define.
10396 (mips2_fp_compat): New function, temporarily disabled.
10397 (mips_read_fp_register_single): New function.
10398 (mips_read_fp_register_double): New function.
10399 (mips_print_register): Use them.
10400 (do_fp_register_row): Likewise.
10401
10402 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10403
10404 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10405 approval''.
10406
10407 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10408
10409 * stabsread.c (read_member_functions): Fix is_stub test for
10410 static member functions, improve comment.
10411
10412 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10413
10414 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10415 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10416 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10417 commands that set boolean values.
10418 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10419 (arm_rdi_resume): Always initialize PC.
10420 (arm_rdi_open): Don't use rslt as a boolean.
10421 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10422 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10423 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10424 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10425
10426 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10427
10428 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10429 * configure: Rebuilt.
10430
10431 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10432
10433 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10434 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10435
10436 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10437
10438 * cli/cli-decode.c (set_cmd_completer): New function.
10439 * command.h (set_cmd_completer): Declare.
10440 * cli/cli-decode.h (set_cmd_completer): Ditto.
10441
10442 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10443 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10444 * win32-nat.c (_initialize_inftarg): Ditto.
10445 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10446 * proc-api.c (_initialize_proc_api): Ditto.
10447 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10448 * source.c (_initialize_source): Ditto.
10449 * exec.c (_initialize_exec): Ditto.
10450 * solib.c (_initialize_solib): Ditto.
10451 * top.c (init_main): Ditto.
10452 * tracepoint.c (_initialize_tracepoint): Ditto.
10453 * symfile.c (_initialize_symfile): Ditto.
10454 * printcmd.c (_initialize_printcmd): Ditto.
10455 * infcmd.c (_initialize_infcmd): Ditto.
10456 * corefile.c (_initialize_core): Ditto.
10457
10458 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10459
10460 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10461
10462 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10463
10464 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10465
10466 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10467
10468 * NEWS: Update headings, 5.2 has branched.
10469
10470 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10471
10472 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10473 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10474 (register_addr, REGISTER_RAW_SIZE): Likewise.
10475 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10476 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10477
10478 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10479
10480 * MAINTAINERS (x86-64): Add myself.
10481 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10482 changed value_ptr -> struct value *
10483
10484 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10485
10486 * configure.host (sparc64-*-freebsd): Add.
10487 * configure.tgt: Likewise.
10488 * config/sparc/fbsd.mh: New file.
10489 * config/sparc/fbsd.mt: Likewise.
10490 * config/sparc/nm-fbsd.h: Likewise.
10491 * config/sparc/tm-fbsd.h: Likewise.
10492
10493 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10494
10495 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10496 regformats/reg-s390x.dat.
10497
10498 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10499
10500 * utils.c: Add FIXME explaining true/false problem.
10501
10502 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10503
10504 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10505
10506 2002-02-28 Michael Chastain <mec@shout.net>
10507
10508 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10509
10510 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10511
10512 * gdbserver/linux-s390-low.c: New file.
10513 * regformats/reg-s390.dat: New file.
10514 * regformats/reg-s390x.dat: New file.
10515 * gdbserver/configure.srv: Add S/390.
10516 * gdbserver/Makefile.in: Add S/390.
10517 * configure.tgt: Enable gdbserver for S/390.
10518
10519 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10520
10521 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10522 first line of the doc string for "info dos", except at the end of
10523 the sentence, since the short help stops at the first period.
10524
10525 2002-02-28 Jason Merrill <jason@redhat.com>
10526
10527 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10528
10529 2002-02-27 Fred Fish <fnf@redhat.com>
10530
10531 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10532 comment (dumy -> dummy).
10533
10534 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10535
10536 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10537
10538 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10539
10540 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10541
10542 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10543
10544 * gdbserver/acconfig.h: New file.
10545 * gdbserver/i387-fp.c: New file.
10546 * gdbserver/i387-fp.h: New file.
10547 * gdbserver/linux-x86-64.c: New file.
10548 * regformats/reg-x86-64.dat: New file.
10549 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10550 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10551 * gdbserver/configure.in: Add support for regsets.
10552 * gdbserver/config.in: Regenerate.
10553 * gdbserver/configure: Regenerate.
10554 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10555 * gdbserver/linux-low.h: New file.
10556 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10557 for regsets.
10558 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10559 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10560 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10561 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10562 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10563 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10564 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10565 "i387-fp.h". Add PTRACE_GETREGS and friends.
10566 * gdbserver/regcache.c (supply_register): New function.
10567 (supply_register_by_name): New function.
10568 (collect_register): New function.
10569 (collect_register_by_name): New function.
10570
10571 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10572
10573 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10574 (config.status): Add configure.srv dependency.
10575 (server_h): Add config.h dependency.
10576
10577 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10578
10579 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10580 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10581 * gdbserver/configure.srv: Change i386-*-linux* to use
10582 reg-i386-linux.o.
10583
10584 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10585
10586 * x86-64-tdep.c: Re-indent. Update copyright date.
10587
10588 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10589
10590 From Michal Ludvig <mludvig@suse.cz>:
10591 * x86-64-tdep.c (value.h): Delete.
10592 (gdb_assert.h): Include.
10593 (x86_64_register_convert_to_virtual,
10594 x86_64_register_convert_to_raw ): Add check which lets only
10595 floating-point values to be converted.
10596 (value_push): Delete.
10597 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10598 (i386_gdbarch_init): Number of register_bytes fixed.
10599
10600 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10601
10602 * MAINTAINERS: Add x86-64 target.
10603
10604 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10605
10606 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10607 * osfsolib.c (solib_map_sections): Ditto.
10608 * irix5-nat.c (solib_map_sections): Ditto.
10609 * corelow.c (gdb_check_format): Ditto.
10610 * symfile.c (symfile_bfd_open): Ditto.
10611 * solib.c (solib_map_sections): Ditto.
10612 Fix PR gdb/354.
10613
10614 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10615
10616 * remote.c (_initialize_remote): By default, disable ``e'' and
10617 ``E'' step out-of-range packets.
10618
10619 2002-02-26 Andreas Schwab <schwab@suse.de>
10620
10621 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10622 m68k_linux_frame_saved_pc.
10623 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10624 in_sigtramp.
10625 (SIGCONTEXT_PC_OFFSET): Remove.
10626 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10627 m68k_linux_sigtramp_saved_pc): New functions.
10628 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10629 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10630 (UCONTEXT_PC_OFFSET): Define.
10631 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10632 non-RT and RT signal trampolines.
10633
10634 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10635
10636 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10637 (TARGET_NBPG, STACK_END_ADDR): Delete
10638 (VARIABLES_INSIDE_BLOCK): Delete.
10639
10640 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10641
10642 * utils.c (perror_with_name): Make string parameter constant.
10643 (print_sys_errmsg): Ditto.
10644 (query): Ditto.
10645 * defs.h (perror_with_name): Update.
10646 (print_sys_errmsg): Update.
10647 (query): Update.
10648
10649 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10650
10651 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10652 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10653
10654 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10655
10656 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10657 if it already matches the current architecture from the exec file.
10658 Include arch-utils.h for gdbarch_info_init prototype.
10659 * Makefile.in (rs6000-nat.o): Update dependencies.
10660
10661 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10662
10663 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10664 list of exported variables.
10665
10666 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10667
10668 * gdbserver/configure.srv: New file.
10669 * gdbserver/configure.in: Use configure.srv instead
10670 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10671 from it.
10672 * gdbserver/configure: Regenerated.
10673 * gdbserver/terminal.h: New file.
10674 * gdbserver/Makefile.in: Update for configure changes. Remove
10675 more unneeded include paths.
10676
10677 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10678
10679 From wiz at danbala:
10680 * config/sparc/tm-sp64.h: Fix grammar and typos.
10681 Fix PR gdb/287.
10682
10683 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10684
10685 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10686 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10687 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10688 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10689 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10690 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10691 * s390-tdep.c: Ditto.
10692 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10693 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10694 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10695 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10696 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10697 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10698 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10699 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10700 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10701 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10702 Fix PR gdb/378.
10703
10704 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10705
10706 * lin-thread.c: Delete file.
10707 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10708 to gdb_proc_service.h.
10709 * configure: Re-generate.
10710
10711 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10712 * serial.c (serial_open): Delete check for "ocd".
10713 Fix PR gdb/349.
10714
10715 * Makefile.in (linux-thread.o): Delete target.
10716 * linux-thread.c: Delete file.
10717
10718 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10719 renamed SH files to be consistent.
10720
10721 * symtab.c (sort_search_symbols): Use xfree.
10722
10723 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10724
10725 * arm-linux-tdep.c (arm_linux_init_abi): Register
10726 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10727 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10728 definition with undef, since we don't want the sysvr4 definition.
10729 (SKIP_TRAMPOLINE_CODE): Likewise.
10730
10731 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10732
10733 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10734
10735 * configure.in: (AC_CHECK_FUNCS) Added test for
10736 canonicalize_file_name Regenerated.
10737 * config.in, configure: Regenerated.
10738 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10739 defined use canonicalize_file_name.
10740
10741 2002-02-23 Michael Chastain <mec@shout.net>
10742
10743 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10744
10745 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10746
10747 * README: Remove references to cygnus.com.
10748 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10749 dot com'' form. Remove references to cygnus.com and sourceware.
10750
10751 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10752
10753 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10754 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10755 1003.1-2001 no longer allows "head -1".
10756 * gdb/Makefile.in (version.c): Likewise.
10757 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10758 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10759 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10760
10761 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10762
10763 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10764 * command.h (cmd_cfunc_eq): Declare.
10765 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10766
10767 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10768 ``struct cmd_list_element *''.
10769 * cli/cli-cmds.c (is_complete_command): Update. Use
10770 cmd_cfunc_eq.
10771 * top.c (execute_command): Pass the command to
10772 is_complete_command.
10773 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10774
10775 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10776
10777 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10778 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10779 architecture defines.
10780 * s390-tdep.c (s390_gdbarch_init): Likewise.
10781
10782 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10783
10784 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10785 (arm_linux_push_arguments): Likewise.
10786 (arm_linux_init_abi): Register them. Also register linux-specific
10787 call_dummy_words.
10788 (find_minsym_and_objfile): Use strcmp, not STREQ.
10789 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10790 (arm_linux_call_dummy_words): Delete declaration.
10791 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10792 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10793 declarations.
10794 (LOWEST_PC): Delete.
10795
10796 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10797
10798 * maint.c (print_section_info): Do not prepend `0x' to filepos
10799 output, it will be handled by local_hex_string_custom.
10800
10801 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10802
10803 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10804 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10805 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10806
10807 2002-02-22 Jim Blandy <jimb@redhat.com>
10808
10809 Indicate that the bcache functions don't change the strings
10810 they're passed.
10811 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10812 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10813
10814 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10815
10816 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10817
10818 2002-02-21 Christopher Faylor <cgf@redhat.com>
10819
10820 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10821 find the complete path to a loaded DLL.
10822
10823 2002-02-21 Fred Fish <fnf@redhat.com>
10824
10825 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10826 that marks the end of the range of a function, enter a line number
10827 entry that has a line number of zero and a PC offset that matches
10828 the end of the function. This starts a range of PC's for which no
10829 line number information is known.
10830 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10831 PC's for which no line number info is found (line number is zero)
10832 then we didn't find any valid line information.
10833 * symtab.h: Document use of zero line number entry.
10834
10835 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10836
10837 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10838 (have_ptrace_getvrregs): Define for run time checks.
10839 (gdb_vrregset_t): New type for Altivec register handling.
10840 (fetch_register, store_register): Fetch/store altivec register
10841 when needed.
10842 (fetch_altivec_register, store_altivec_register): New functions.
10843 (supply_vrregset, fill_vrregset): New functions.
10844 (fetch_altivec_registers, store_altivec_registers): New functions.
10845 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10846 registers as well.
10847
10848 2002-02-21 Jiri Smid <smid@suse.cz>
10849
10850 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10851
10852 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10853
10854 * Makefile.in (armnbsd-nat.o): Update dependencies.
10855 * armnbsd-nat.c (supply_gregset): New function. Common code to
10856 supply the integer register set.
10857 (supply_fparegset): New function. Similar for FPA registers.
10858 (fetch_regs, fetch_fp_regs): Use them.
10859 (fetch_core_registers): Likewise.
10860 (fetch_elfcore_registers): New function.
10861 (arm_netbsd_elfcore_fns): New core-file type specification.
10862 (_initialize_arm_netbsd_nat): Register it.
10863
10864 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10865
10866 * armnbsd-nat.c: Include gdbcore.h.
10867 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10868 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10869 'void' to declaration, to shut up ARI.
10870 (fetch_core_registers): Make static. Rewrite using supply_register.
10871 (arm_netbsd_core_fns): New core-file type specification.
10872 (_initialize_arm_netbsd_nat): New function.
10873
10874 2002-02-21 Christopher Faylor <cgf@redhat.com>
10875
10876 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10877 value.
10878
10879 2002-02-20 Christopher Faylor <cgf@redhat.com>
10880
10881 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10882 fails.
10883
10884 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10885
10886 * jv-exp.y (parse_number): Change type of implicit longs
10887 to builtin_type_uint64.
10888
10889 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10890
10891 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10892 to be an integer instead of a `union wait'.
10893
10894 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10895
10896 * mips-linux-nat.c: Call the operating system GNU/Linux.
10897 * mips-linux-tdep.c: Likewise.
10898 * mips-tdep.c: Likewise.
10899
10900 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10901
10902 Fix PR gdb/265.
10903 * jv-exp.y (parse_number): Handle 64-bit integers.
10904
10905 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10906
10907 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10908 AC_STDC_HEADERS to AC_HEADER_STDC.
10909 * gdbserver/configure: Regenerated.
10910
10911 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10912
10913 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10914 is defined.
10915 * sparc-tdep.c (get_longjmp_target): Likewise.
10916
10917 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10918
10919 * News: Add news about ARM and Multi-arch. Mention the new target
10920 arm*-*-netbsd*.
10921
10922 2002-02-19 Jim Blandy <jimb@redhat.com>
10923
10924 * stabsread.c (error_type_complaint): Improve error message.
10925
10926 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10927
10928 * gdbserver/README: Update documentation.
10929 * gdbserver/configure.in: Update configury to match documentation.
10930 * gdbserver/Makefile.in: Likewise.
10931 * gdbserver/configure: Regenerated.
10932 * gdbserver/aclocal.m4: New file, generated by aclocal.
10933 * gdbserver/config.in: New file, generated by autoheader.
10934
10935 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10936
10937 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10938 armnbsd-nat.c.
10939
10940 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10941
10942 * arm-tdep.h (enum arm_float_model): New enum.
10943 (struct gdbarch_tdep): Add fp_model.
10944 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10945 up floating-point conversions until we know the floating-point model
10946 in use by the inferior. Don't complain about being unable to
10947 determine the ABI of the inferior when we don't have one.
10948 (arm_extract_return_value): Support different floating-point models.
10949 (arm_store_return_value): Likewise.
10950 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10951 ARM_FLOAT_SOFT.
10952 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10953
10954 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10955
10956 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10957 of ``current_gdbarch''.
10958
10959 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10960
10961 * armnbsd-nat.c : ANSIfy all function declarations.
10962 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10963 (fetch_inferior_registers): Re-implement in terms of above.
10964 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10965 (store_inferior_registers): Re-implement in terms of above.
10966
10967 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10968
10969 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10970 kernel.
10971 * arm-linux-tdep.c: Likewise.
10972 * config/arm/tm-linux.h: Likewise.
10973
10974 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10975
10976 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10977 * config/arm/nbsd.mt (TM_FILE): Delete.
10978 * config/arm/tm-nbsd.h: Delete.
10979
10980 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10981
10982 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10983 Initialize CALL_DUMMY_LENGTH.
10984
10985 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10986
10987 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10988 function.
10989 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10990 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10991 defines one thing and that is incorrect for this port.
10992 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10993
10994 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10995
10996 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10997
10998 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10999
11000 * win32-nat.c (display_selector): New function. Displays information
11001 about the information returned by GetThreadSelectorEntry API function.
11002 (display_selectors): New function. Displays the infomation of
11003 the selector given as argument, or of CS, DS ans FS selectors
11004 if no argument is given.
11005 ( _initialize_inftarg): Add "w32" as info prefix command.
11006 Add "info w32 selector" as command calling display_selectors.
11007
11008 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11009
11010 * i386-tdep.c (get_longjmp_target): Fix compilation failure
11011 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
11012 if not defined.
11013
11014 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11015
11016 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
11017
11018 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11019
11020 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
11021 (arm_fix_call_dummy): Call it.
11022 (arm_call_dummy_breakpoint_offset): Delete.
11023 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
11024 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11025
11026 2002-02-18 Andrew Cagney <ac131313@redhat.com>
11027
11028 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
11029 Default to func_frame_chain_valid.
11030 * gdbarch.h, gdbarch.c: Re-generate.
11031 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11032
11033 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
11034
11035 * ppc-linux-nat.c: Update copyright.
11036 (fetch_register, store_register): Add tid parameter, don't compute
11037 tid here.
11038 (fetch_ppc_registers, store_ppc_registers): Add tid
11039 parameter. Pass it along to callees.
11040 (fetch_inferior_registers, store_inferior_registers): Compute tid
11041 here, and pass it to calleed functions.
11042 (fill_gregset, supply_fpregset): Clean up formatting.
11043
11044 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11045
11046 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11047 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11048
11049 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11050
11051 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11052 * gdbarch.c gdbarch.h: Regenerate.
11053 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11054 function.
11055 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11056 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11057 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11058
11059 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11060 * arm-tdep.c (arm_get_longjmp_target): New function.
11061 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11062 this to a positive value register arm_get_longjmp_target as the
11063 longjmp handler.
11064 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11065 (arm_linux_init_abi): Set up longjmp description in tdep.
11066 * armnbsd-nat.c (get_longjmp_target): Delete.
11067 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11068 description in tdep.
11069 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11070 (get_longjmp_target): Delete declaration.
11071 (GET_LONGJMP_TARGET): Delete.
11072 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11073 (GET_LONGJMP_TARGET): Delete.
11074
11075 2002-02-17 Kevin Buettner <kevinb@redhat.com>
11076
11077 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11078 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11079 of ``current_gdbarch''.
11080
11081 2002-02-17 Tom Tromey <tromey@redhat.com>
11082
11083 * cli/cli-cmds.c (compare_strings): New function.
11084 (complete_command): Only print each unique item once.
11085 * completer.h (complete_line): Declare.
11086 * completer.c (complete_line): New function.
11087 (line_completion_function): Use it.
11088
11089 2002-02-16 Andrew Cagney <ac131313@redhat.com>
11090
11091 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11092 * gdbarch.h, gdbarch.c: Re-generate.
11093
11094 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11095
11096 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11097
11098 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11099
11100 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11101 * valops.c (value_arg_coerce): Don't take the address of a reference
11102 to convert an argument to a reference.
11103
11104 2002-02-15 Christopher Faylor <cgf@redhat.com>
11105
11106 * win32-nat.c (get_image_name): New function.
11107 (handle_load_dll): Use get_image_name function.
11108 (get_child_debug_event): Avoid registering debug events until possibly
11109 execed process is started.
11110 (child_create_inferior): Allow invocation via shell so that command
11111 line redirection, etc. works ok.
11112 (_initialize_inftarg): Add new command: "set shell" to control whether
11113 a shell is used to start a process.
11114
11115 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11116
11117 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11118 instead of find_register_by_number.
11119 (cannot_store_register): Likewise.
11120
11121 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11122
11123 * dwarf2read.c: Replace fprintf (stderr, ...) by
11124 fprintf_unfiltered (gdb_stderr, ...).
11125
11126 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11127
11128 * gdbserver/gdbserver.1: Document --attach.
11129
11130 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11131
11132 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11133 descriptions.
11134 * arm-tdep.c (arm_default_arm_le_breakpoint)
11135 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11136 (arm_default_thumb_be_breakpoint): New. Initialize them from
11137 traditional breakpoint defines.
11138 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11139 (arm_gdbarch_init): Initialize new breakpoint variables.
11140 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11141 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11142 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11143 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11144 code out to ...
11145 (arm_netbsd_init_abi_common): ... here; new function.
11146 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11147 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11148 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11149 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11150
11151 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11152
11153 * arm-tdep.h (enum arm_abi): New enum.
11154 (struct gdbarch_tdep): New structure.
11155 (LOWEST_PC): Provide a default.
11156 (arm_gdbarch_register_os_abi): Declare new function.
11157 * arm-tdep.c (arm_abi_names): New array.
11158 (process_note_abi_tag_sections): New function.
11159 (get_elfosabi): New function.
11160 (arm_gdbarch_register_os_abi): New function.
11161 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11162 support for that ABI has been built in, then call the appropriate
11163 configuration routine. Use gdbarch_num_regs() to get the number
11164 of registers.
11165 (arm_dump_tdep): New function.
11166 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11167 place-holder functions.
11168 (_initialize_arm_tdep): Register them.
11169 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11170
11171 * armnbsd-tdep.c: New file.
11172 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11173 * config/arm/nbsd.mt (TDEPFILES): Add it.
11174 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11175
11176 * armnbsd-nat.c: Include regcache.h.
11177 * Makefile.in (armnbsd-nat.o): Update dependency list.
11178
11179 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11180
11181 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11182
11183 * gdbserver/Makefile.in: Fix typos in target rules.
11184
11185 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11186
11187 Fix part of PR gdb/267.
11188 * linespec.c (find_methods): Handle constructors specially for now.
11189
11190 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11191
11192 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11193 handling.
11194 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11195 standard_coerce_float_to_double().
11196
11197 2002-02-14 Christopher Faylor <cgf@redhat.com>
11198
11199 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11200 GDBINIT_FILENAME.
11201
11202 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11203
11204 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11205 find_variant_by_name, because it confuses the multiarch
11206 framework. Return NULL if there isn't an architecture with the
11207 user supplied name, instead of forcing a different one without
11208 recording the change with the multiarch machinery.
11209 (find_variant_by_name): Delete.
11210
11211 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11212
11213 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11214 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11215
11216 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11217
11218 * stack.c (print_frame_info_base): When calling
11219 print_frame_info_listing_hook, set current_source_symtab.
11220
11221 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11222
11223 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11224 and remove unused $(INCLUDE_DIR).
11225 Add regcache.c to OBS.
11226 Add generated register protocol files to clean target.
11227 Update dependencies for new objects, obsolete old target code.
11228
11229 * gdbserver/linux-low.c: Remove all platform-specific code to
11230 new files. Remove various dead code. Update to use regcache
11231 functionality.
11232 * gdbserver/remote-utils.c (fromhex): Add return statement
11233 to quiet warning.
11234 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11235 constant.
11236 (input_interrupt): Add integer parameter to match prototype
11237 of a signal handler.
11238 (outreg): Use register_data ().
11239 (prepare_resume_reply): Use gdbserver_expedite_regs.
11240 * gdbserver/server.c (main): Dynamically allocate own_buf because
11241 PBUFSIZ is no longer constant. Use registers_to_string () and
11242 registers_from_string ().
11243 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11244 for error (), fatal (), and warning (). Update definition of
11245 PBUFSIZ to use regcache functionality. Add include guard.
11246 * gdbserver/utils.c (fatal): Add missing ``const''.
11247 (warning): New function.
11248
11249 * regformats/regdat.sh: Include "regcache.h" in generated files.
11250 Provide init_registers () function.
11251 * regformats/regdef.h: Add prototype for set_register_cache ().
11252 Add include guard.
11253
11254 * gdbserver/linux-arm-low.c: New file.
11255 * gdbserver/linux-i386-low.c: New file.
11256 * gdbserver/linux-ia64-low.c: New file.
11257 * gdbserver/linux-m68k-low.c: New file.
11258 * gdbserver/linux-mips-low.c: New file.
11259 * gdbserver/linux-ppc-low.c: New file.
11260 * gdbserver/linux-sh-low.c: New file.
11261
11262 * gdbserver/regcache.c: New file.
11263 * gdbserver/regcache.h: New file.
11264
11265 * gdbserver/low-linux.c: Removed obsolete file.
11266
11267 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11268
11269 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11270 * config/i386/linux.mt: Likewise.
11271 * config/ia64/linux.mt: Likewise.
11272 * config/m68k/linux.mh: Likewise.
11273 * config/powerpc/linux.mh: Likewise.
11274 * config/mips/linux.mt: Likewise.
11275
11276 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11277
11278 * config/i386/i386lynx.mh: Mark gdbserver variables
11279 as (currently) obsolete for this target.
11280 * config/i386/nbsd.mt: Likewise.
11281 * config/i386/nbsdelf.mt: Likewise.
11282 * config/m32r/m32r.mt: Likewise.
11283 * config/m68k/m68klynx.mh: Likewise.
11284 * config/m68k/nbsd.mt: Likewise.
11285 * config/m68k/sun3os4.mh: Likewise.
11286 * config/mips/vr5000.mt: Likewise.
11287 * config/ns32k/nbsd.mt: Likewise.
11288 * config/pa/hppabsd.mh: Likewise.
11289 * config/pa/hppaosf.mh: Likewise.
11290 * config/powerpc/nbsd.mt: Likewise.
11291 * config/rs6000/rs6000lynx.mh: Likewise.
11292 * config/s390/s390.mt: Likewise.
11293 * config/s390/s390x.mt: Likewise.
11294 * config/sparc/sparclynx.mh: Likewise.
11295 * config/sparc/sun4os4.mh: Likewise.
11296 * config/i386/x86-64linux.mt: Likewise.
11297 * config/sparc/linux.mh: Likewise.
11298
11299 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11300
11301 * configure.tgt: Configure gdbserver only for known working
11302 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11303 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11304 SUBDIRS if it is configured. Update comment for ${nativefile}.
11305 * configure: Regenerated.
11306
11307 2002-02-13 Michael Snyder <msnyder@redhat.com>
11308
11309 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11310
11311 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11312 (default_gcore_mach): Just return 0, work around a problem in bfd.
11313 (default_gcore_target): OK to return NULL if exec_bfd is null.
11314 (make_mem_sec): Use a cast, avoid a warning.
11315
11316 * procfs.c (find_memory_regions_callback): Use a cast instead of
11317 calling host_pointer_to_address (which complains if
11318 sizeof (host pointer) != sizeof (target pointer)).
11319 (procfs_make_note_section): Avoid overflow in psargs string.
11320
11321 * procfs.c (procfs_make_note_section): Make the default
11322 implementation return an error.
11323
11324 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11325
11326 * procfs.c (procfs_make_note_section): Provide a default definition
11327 (for alpha-dec-osf4.0f). Fix typos.
11328
11329 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11330
11331 * linux-proc.c: Add include of regcache.h.
11332 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11333
11334 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11335
11336 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11337 * memattr.c (create_mem_region): Disallow useless empty region.
11338 Regions are half-open intervals, so allow [A..B) [B..C) as
11339 non-overlapping.
11340
11341 2002-02-13 Michael Chastain <mec@shout.net>
11342
11343 * defs.h: Kill CONST_PTR.
11344 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11345 * c-lang.c (c_builtin_types): Likewise.
11346 * ch-lang.c (ch_builtin_types): Likewise.
11347 * f-lang.c (f_builtin_types): Likewise.
11348 * language.c (unknown_builtin_types): Likewise.
11349 * m2-lang.c (m2_builtin_types): Likewise.
11350 * p-lang.c (pascal_builtin_types): Likewise.
11351 * scm-lang.c (c_builtin_types): Likewise.
11352
11353 2002-02-13 Keith Seitz <keiths@redhat.com>
11354
11355 * arm-tdep.h (arm_get_next_pc): Add declaration.
11356
11357 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11358
11359 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11360 with other related struct-returning functions.
11361 (arm_extract_struct_value_address): New function.
11362 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11363 initialize float_format, double_format and long_double_format as
11364 appropriate to the endianness of the target.
11365 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11366 (arm_use_struct_convention): Delete declaration.
11367 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11368
11369 2002-02-13 Keith Seitz <keiths@redhat.com>
11370
11371 * defs.h (core_addr_to_string_nz): New function.
11372
11373 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11374
11375 Apply missing bits of 2002-01-15 patch.
11376 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11377 (fill_fpregset): Use i387_fill_fsave.
11378
11379 2002-02-12 Keith Seitz <keiths@redhat.com>
11380
11381 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11382 (core_addr_to_string_nz): New function.
11383
11384 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11385
11386 * arm-linux-nat.c: Really include arm-tdep.h.
11387 * config/arm/tm-linux.h (struct type, struct value): Declare.
11388
11389 2002-02-11 Michael Snyder <msnyder@redhat.com>
11390
11391 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11392 (gcore section): Ifdef for Solaris and Unixware only.
11393 (procfs_do_thread_registers): Unixware needs one lwpstatus
11394 per thread (not one prstatus or pstatus).
11395 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11396 not over all gdb threads. For unixware, call elfcore_write_pstatus
11397 once before iterating over threads.
11398
11399 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11400
11401 * arm-tdep.h: New file.
11402 * arm-tdep.c: Include arm-tdep.h.
11403 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11404 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11405 (arm_print_float_info, arm_register_type, convert_to_extended)
11406 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11407 (arm_extract_return_value, arm_register_name): Make static.
11408 (arm_software_single_step): Similarly. Fix types in declaration.
11409 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11410 (arm_store_return_value, arm_store_struct_return): New functions.
11411 (arm_gdbarch_init): Register the above functions. Also register
11412 call_dummy_start_offset, sizeof_call_dummy_words,
11413 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11414 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11415 max_register_virtual_size, register_size. Set up
11416 prologue_cache.saved_regs here, rather than ...
11417 (_initialize_arm_tdep): ... here.
11418 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11419 declarations.
11420 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11421 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11422 (arm_print_float_info, arm_register_type, convert_to_extended)
11423 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11424 (arm_extract_return_value, arm_register_name): Delete declarations.
11425 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11426 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11427 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11428 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11429 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11430 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11431 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11432 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11433 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11434 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11435 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11436 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11437 interface.
11438 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11439 * remote-rdi.c remote-rdp.c: Likewise.
11440 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11441 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11442 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11443 definition.
11444
11445 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11446 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11447 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11448 from non-ARM_ prefixed definitions.
11449 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11450 all uses of above.
11451 * remote-rdi.c remote-rdp.c: Likewise.
11452 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11453
11454 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11455
11456 * arm-tdep.c (arm_frameless_function_invocation)
11457 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11458 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11459 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11460 (arm_pop_frame, arm_get_next_pc): Make static.
11461 (arm_gdbarch_init): Register above in gdbarch structure.
11462 (arm_read_fp): Renamed from arm_target_read_fp.
11463 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11464 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11465 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11466 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11467 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11468 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11469 (arm_pc_is_thumb_dummy): Delete declarations.
11470 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11471 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11472 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11473 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11474
11475 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11476
11477 * symtab.c (compare_search_syms): New function.
11478 (sort_search_symbols): New function.
11479 (search_symbols): Sort symbols after searching rather than
11480 before.
11481
11482 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11483
11484 * NEWS: Linux -> GNU/Linux.
11485
11486 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11487
11488 * gdbarch.sh: For for level one methods, disallow a definition
11489 when partially multi-arched. Add comments explaining rationale.
11490 * gdbarch.h: Re-generate.
11491
11492 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11493
11494 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11495 multi-arch partial.
11496
11497 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11498
11499 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11500 field. Use diff -u.
11501 * gdbarch.c: Re-generate.
11502
11503 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11504
11505 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11506 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11507 partial.
11508
11509 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11510
11511 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11512 multi-arch partial.
11513 (PUSH_ARGUMENTS): Switch to using predefault.
11514 * gdbarch.c: Regenerate.
11515
11516 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11517
11518 * valops.c (PUSH_ARGUMENTS): Delete definition.
11519 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11520 partial. Default to default_push_arguments.
11521 * gdbarch.h, gdbarch.c: Regenerate.
11522
11523 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11524
11525 * defs.h (throw_exception): Rename return_to_top_level. Update
11526 comments.
11527 * utils.c (error_stream, internal_verror, quit): Ditto.
11528 * top.c (throw_exception, catcher): Ditto.
11529 * sparclet-rom.c (sparclet_load): Ditto.
11530 * remote.c (interrupt_query, minitelnet): Ditto.
11531 * remote-sds.c (interrupt_query): Ditto.
11532 * remote-mips.c (mips_error, mips_kill): Ditto.
11533 * ocd.c (interrupt_query): Ditto.
11534 * monitor.c (monitor_interrupt_query): Ditto.
11535 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11536 * target.h: Update comment.
11537
11538 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11539
11540 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11541
11542 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11543 default_double_format.
11544 * gdbarch.h, gdbarch.c: Re-generate.
11545 * findvar.c (floatformat_unknown): Delete variable definition.
11546 * doublest.h (floatformat_unknown): Delete variable declaration.
11547
11548 2002-02-09 Jim Blandy <jimb@redhat.com>
11549
11550 * stabsread.c (read_type): Add code to parse Sun's syntax for
11551 prototyped function types.
11552
11553 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11554
11555 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11556 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11557
11558 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11559
11560 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11561 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11562 now _initialize_xcoffsolib gets called again and overrides the
11563 commands from solib.c in a native configuration.
11564
11565 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11566
11567 * doublest.c (store_typed_floating): Don't try to return a value.
11568 Fixes PR gdb/290.
11569
11570 2002-02-08 Jim Blandy <jimb@redhat.com>
11571
11572 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11573 is prototyped and has no arguments, print its argument list as
11574 `(void)'.
11575
11576 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11577
11578 * MAINTAINERS (write-after-approval): Add myself.
11579 (paper-trail): I've escaped!
11580
11581 2002-02-08 Christopher Faylor <cgf@redhat.com>
11582
11583 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11584 changes.
11585 (_initialize_check_for_gdb_ini): Ditto.
11586
11587 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11588
11589 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11590 xaprintf -> xasprintf.
11591
11592 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11593
11594 * win32-nat.c: Remove use of printf and sprintf functions.
11595
11596 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11597
11598 * arm-tdep.c (arm_frame_chain_valid): Make static.
11599 (arm_push_arguments): Likewise.
11600 (arm_gdbarch_init): New function.
11601 (_initialize_arm_tdep): Call it.
11602 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11603 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11604 (FRAME_CHAIN_VALID): Delete.
11605 (arm_frame_chain_valid): Delete declaration.
11606 (PUSH_ARGUMENTS): Delete.
11607 (arm_push_arguments): Delete declaration.
11608 (CALL_DUMMY_P): Delete.
11609
11610 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11611 Corinna Vinschen <vinschen@redhat.com>
11612
11613 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11614 on builtin float types.
11615
11616 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11617
11618 * utils.c: Include <curses.h> before "bfd.h".
11619 * tui/tui-hooks.c: Likewise.
11620 * tui/tui.c: Likewise.
11621 * tui/tuiCommand.c: Likewise.
11622 * tui/tuiData.c: Likewise.
11623 * tui/tuiDataWin.c: Likewise.
11624 * tui/tuiDisassem.c: Likewise.
11625 * tui/tuiGeneralWin.c: Likewise.
11626 * tui/tuiIO.c: Likewise.
11627 * tui/tuiLayout.c: Likewise.
11628 * tui/tuiRegs.c: Likewise.
11629 * tui/tuiSource.c: Likewise.
11630 * tui/tuiSourceWin.c: Likewise.
11631 * tui/tuiStack.c: Likewise.
11632 * tui/tuiWin.c: Likewise.
11633
11634 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11635
11636 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11637 to include space for pseudoregs as well. Update loops accordingly.
11638 (sh_fp_frame_init_saved_regs): Ditto.
11639 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11640
11641 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11642
11643 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11644 Add Richard Earnshaw to Arm maintainers.
11645
11646 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11647
11648 * defs.h (warning_begin): Delete declaration.
11649
11650 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11651 Delete macro.
11652
11653 2002-02-07 Michael Snyder <msnyder@redhat.com>
11654
11655 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11656 Logic bug, remove misplaced else.
11657
11658 2002-02-07 Klee Dienes <klee@apple.com>
11659
11660 * fork-inferior.c (fork_inferior): Add '!' to the list of
11661 characters that need to be quoted when building a string for the
11662 shell. Quote '!' specifically with a backslash, since CSH chokes
11663 when trying to evaluate "str!str".
11664
11665 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11666
11667 * rdi-share/host.h: Only provide a typedef for bool if it is not
11668 defined.
11669
11670 2002-02-04 Michael Snyder <msnyder@redhat.com>
11671
11672 * breakpoint.h (enum bptype): Add new overlay event bp type.
11673 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11674
11675 * breakpoint.c (create_internal_breakpoint): New function.
11676 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11677 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11678 (create_thread_event_breakpoint): Ditto.
11679 (create_solib_event_breakpoint): Ditto.
11680 (create_overlay_event_breakpoint): New function.
11681 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11682 (update_breakpoints_after_exec): Delete and re-initialize
11683 overlay event breakpoints after an exec. Add FIXME comment
11684 about longjmp breakpoint.
11685 (print_it_typical): Ignore overlay event breakpoints.
11686 (print_one_breakpoint): Ditto.
11687 (mention): Ditto.
11688 (bpstat_what): Do not stop for overlay event breakpoints.
11689 (delete_breakpoint): Don't delete overlay event breakpoints.
11690 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11691 (breakpoint_re_set): Re-create overlay event breakpoint.
11692
11693 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11694 (overlay_manual_command): Disable overlay breakpoints.
11695 (overlay_off_command): Disable overlay breakpoints.
11696
11697 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11698
11699 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11700 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11701 to here from config/tm-arm.h.
11702 (coff_sym_is_thumb): Make static.
11703 (arm_elf_make_msymbol_special): New function.
11704 (arm_coff_make_msymbol_special): New function.
11705 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11706 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11707 (coff_sym_is_thumb): Delete declaration.
11708 (arm_elf_make_msymbol_special): Declare.
11709 (arm_coff_make_msymbol_special): Declare.
11710 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11711 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11712
11713 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11714
11715 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11716
11717 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11718
11719 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11720 * gdbarch.c gdbarch.h: Regenerate.
11721 * arch-utils.c (default_print_float_info): New function.
11722 * arch-utils.h (default_print_float_info): Prototype it.
11723 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11724 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11725 (PRINT_FLOAT_INFO): Document it.
11726
11727 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11728 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11729 (PRINT_FLOAT_INFO): Define.
11730
11731 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11732
11733 * win32-nat.c (_initialize_check_for_gdb_ini):
11734 Add typecast to sprintf argument to suppress a warning.
11735
11736 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11737
11738 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11739 to allow easier handling of pass state.
11740 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11741 that gives exception name and address.
11742 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11743 and set last_sig value to ourstatus->value.sig. Some missing
11744 exceptions added.
11745 (child_continue): Correctly report continue_status.
11746 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11747 TARGET_SIGNAL_0 (new default value).
11748 (child_resume): consider sig argument passed to decide if
11749 the exception should be passed to debuggee or not.
11750
11751 2002-02-05 Michael Snyder <msnyder@redhat.com>
11752
11753 * regcache.c (fetch_register): Call target_fetch_register
11754 only if we don't call FETCH_PSEUDO_REGISTER.
11755 (store_register): Call target_store_register only if we
11756 don't call STORE_PSEUDO_REGISTER.
11757
11758 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11759
11760 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11761 ELF_MAKE_MSYMBOL_SPECIAL.
11762 * gdbarch.c, gdbarch.h: Regenerate.
11763 * arch-utils.c (default_make_msymbol_special): New function.
11764 * arch-utils.h (default_make_msymbol_special): Export.
11765 * elfread.c (elf_symtab_read): Compile use of
11766 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11767 multiarched.
11768 * coffread.c (coff_symtab_read): Ditto, for
11769 COFF_MAKE_MSYMBOL_SPECIAL.
11770
11771 2002-02-05 Jim Blandy <jimb@redhat.com>
11772
11773 * solib-svr4.c (svr4_truncate_ptr): New function.
11774 (svr4_relocate_section_addresses): Do the address arithmetic with
11775 the appropriate truncation for target addresses, even when
11776 CORE_ADDR is larger than a target address.
11777
11778 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11779
11780 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11781 to (int *).
11782
11783 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11784
11785 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11786 code.
11787
11788 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11789
11790 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11791
11792 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11793
11794 * gdbserver/linux-low.c: Remove unused include files.
11795
11796 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11797
11798 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11799 (read_inferior_memory): Use it.
11800 (write_inferior_memory): Likewise.
11801
11802 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11803
11804 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11805 grubbing through sys_errlist.
11806
11807 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11808
11809 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11810
11811 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11812 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11813
11814 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11815
11816 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11817 (do_sfunc, set_cmd_sfunc): New functions.
11818
11819 * command.h (struct cmd_list_element): Add field func.
11820 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11821 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11822 * cli/cli-decode.h: Ditto.
11823
11824 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11825 (help_all, help_cmd_list): Ditto.
11826 (find_cmd, complete_on_cmdlist): Ditto.
11827 * top.c (execute_command): Ditto.
11828
11829 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11830 function.sfunc.
11831
11832 * infcmd.c (notice_args_read): Fix function signature.
11833
11834 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11835 * cli/cli-decode.c (add_set_cmd): Ditto.
11836 * utils.c (initialize_utils): Ditto.
11837 * maint.c (_initialize_maint_cmds): Ditto.
11838 * infrun.c (_initialize_infrun): Ditto.
11839 * demangle.c (_initialize_demangler): Ditto.
11840 * remote.c (add_packet_config_cmd): Ditto.
11841 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11842 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11843 * proc-api.c (_initialize_proc_api): Ditto.
11844 * kod.c (_initialize_kod): Ditto.
11845 * valprint.c (_initialize_valprint): Ditto.
11846 * top.c (init_main): Ditto.
11847 * infcmd.c (_initialize_infcmd): Ditto.
11848 * corefile.c (_initialize_core): Ditto.
11849 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11850 * arch-utils.c (initialize_current_architecture): Ditto.
11851 (_initialize_gdbarch_utils): Ditto.
11852 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11853
11854 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11855 * wince.c (_initialize_inftarg): Ditto.
11856 * symfile.c (_initialize_symfile): Ditto.
11857 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11858 * language.c (_initialize_language): Ditto.
11859 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11860
11861 2002-02-04 Michael Snyder <msnyder@redhat.com>
11862
11863 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11864
11865 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11866
11867 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11868 Add rules for building the register data files.
11869
11870 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11871
11872 * regformats/regdat.sh: Add braces to the definition of
11873 expedite_regs_${arch}.
11874
11875 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11876
11877 * regformats/regdef.h (struct reg): Add comment describing the
11878 requirements for offset and size fields.
11879
11880 2002-02-04 Andreas Schwab <schwab@suse.de>
11881
11882 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11883 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11884
11885 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11886
11887 * gdbarch.sh (copyright): Update years in generated header.
11888 (SMASH_TEXT_ADDRESS): Add rule.
11889 * gdbarch.h, gdbarch.c: Re-generate.
11890 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11891 * dbxread.c: Likewise.
11892 * dwarfread.c: Likewise.
11893 * elfread.c: Likewise.
11894 * somread.c: Likewise.
11895
11896 * arm-tdep.c (arm_smash_text_address): New function.
11897 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11898
11899 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11900
11901 Add support for hardware watchpoints on win32 native.
11902 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11903 CONTEXT_DEBUG_REGISTERS.
11904 (dr variable): New variable. Static array containing a local copy
11905 of debug registers.
11906 (debug_registers_changed): New variable. Reflects when debug registers
11907 are changed and need to be written to inferior.
11908 (debug_registers_used): New variable. Reflects when any debug register
11909 was set, used when new threads are created.
11910 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11911 i386-nat code.
11912 (thread_rec): Set dr array if id is the thread of current_event .
11913 (child_continue, child_resume): Change the debug registers for all
11914 threads if debug_registers_changed.
11915 (child_add_thread): Change the debug registers if debug_registers_used.
11916 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11917 Link nm.h to new nm-cygwin.h file.
11918 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11919 of hardware registers.
11920
11921 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11922
11923 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11924 Restore behavour broken by 2002-01-20 Andrew Cagney
11925 <ac131313@redhat.com> IEEE_FLOAT removal.
11926
11927 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11928
11929 * c-valprint.c (c_val_print): Pass a proper valaddr to
11930 cp_print_class_method.
11931 * valops.c (search_struct_method): If there is only one method
11932 and args is NULL, return that method.
11933
11934 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11935
11936 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11937 accessing tag_name directly.
11938
11939 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11940
11941 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11942 of accessing tag_name directly.
11943
11944 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11945
11946 PR gdb/280
11947 * gdbtypes.c (replace_type): New function.
11948 * gdbtypes.h (replace_type): Add prototype.
11949 * stabsread.c (read_type): Use replace_type.
11950
11951 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11952
11953 * Makefile.in (memattr.o): Add missing dependencies rule.
11954
11955 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11956
11957 * breakpoint.c (break_at_finish_command): Really export.
11958 (break_at_finish_at_depth_command): Ditto.
11959 (tbreak_at_finish_command): Ditto.
11960 * hppa-tdep.c: Include completer.h.
11961 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11962 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11963
11964 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11965
11966 * utils.c (do_write): New function.
11967 (error_stream): Rewrite combining the code from error_begin and
11968 verror.
11969 (verror): Rewrite using error_stream.
11970 (error_begin): Delete function.
11971
11972 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11973
11974 * utils.c (error_begin): Make static.
11975 * defs.h (error_begin): Delete declaration.
11976
11977 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11978 (decode_line_1): Use cplusplus_error instead of error_begin,
11979 cplusplus_hint and return_to_top_level.
11980 * coffread.c (coff_symfile_read): Use error instead of error_begin
11981 and return_to_top_level.
11982 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11983
11984 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11985
11986 * language.h (type_error, range_error): Make string parameter
11987 constant.
11988 * language.c (warning_pre_print): Delete extern declaration.
11989 * dwarfread.c (warning_pre_print): Ditto.
11990 * language.c (type_error, range_error): Rewrite to use verror and
11991 vwarning instead of warning_begin.
11992
11993 2002-02-01 Michael Snyder <msnyder@redhat.com>
11994
11995 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11996 (set_ignore_count): Move misplaced comment back where it belongs.
11997
11998 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11999
12000 * command.h (NO_FUNCTION): Delete macro.
12001 * cli/cli-decode.h (NO_FUNCTION): Ditto.
12002 * top.c (execute_command): Replace NO_FUNCTION with NULL.
12003 * tracepoint.c (_initialize_tracepoint): Ditto.
12004 * cli/cli-decode.c (add_set_cmd): Ditto.
12005 * cli/cli-cmds.c (init_cli_cmds): Ditto.
12006
12007 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12008
12009 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
12010 Update ``this'' pointer when calling virtual functions.
12011
12012 2002-02-01 Michael Snyder <msnyder@redhat.com>
12013
12014 * breakpoint.c (create_temp_exception_breakpoint): Delete.
12015 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
12016
12017 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12018
12019 * regformats/reg-arm.dat: New file.
12020 * regformats/reg-i386.dat: New file.
12021 * regformats/reg-ia64.dat: New file.
12022 * regformats/reg-m68k.dat: New file.
12023 * regformats/reg-mips.dat: New file.
12024 * regformats/reg-ppc.dat: New file.
12025 * regformats/reg-sh.dat: New file.
12026 * regformats/regdef.h: New file.
12027 * regformats/regdat.sh: New file.
12028
12029 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
12030
12031 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12032 (arm_frame_args_address, arm_frame_locals_address): New functions.
12033 (arm_frame_num_args): New function.
12034 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12035 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12036 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12037
12038 2002-01-31 Michael Snyder <msnyder@redhat.com>
12039
12040 * breakpoint.c (break_at_finish_command): Export.
12041 (break_at_finish_at_depth_command): Export.
12042 (tbreak_at_finish_command): Export.
12043 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
12044 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
12045 "txbreak" commands, which are HPPA specific.
12046
12047 * printcmd.c (disassemble_command): Remove an ancient
12048 artifact of an old merge.
12049
12050 * symfile.h (enum overlay_debugging_state):
12051 Define enum constant values for overlay mode.
12052 * symfile.c (overlay_debugging): Use enums instead of literals.
12053 (overlay_is_mapped, overlay_auto_command,
12054 overlay_manual_command): Ditto.
12055
12056 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12057 breakpoint_here_p, breakpoint_inserted_here_p,
12058 breakpoint_thread_match, bpstat_stop_status,
12059 describe_other_breakpoints, check_duplicates, clear_command):
12060 Coding standard fixes.
12061
12062 * target.c (target_xfer_memory): Add spaces, coding standard.
12063 (do_xfer_memory): Add missing line to trust-readonly
12064 code: check bfd SEC_READONLY flag for section.
12065
12066 2002-01-31 Andrew Cagney <ac131313@redhat.com>
12067
12068 * PROBLEMS: Fix typo, 5.1->5.1.1.
12069
12070 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12071
12072 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12073 data symbols, since we search based on textlow and texthigh.
12074 (find_pc_sect_symtab): Likewise.
12075
12076 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12077
12078 * defs.h (vwarning): Declare.
12079 * utils.c (vwarning): New function.
12080 (warning): Call vwarning.
12081 (warning_begin): Delete function.
12082
12083 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12084 the warning message.
12085 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12086 warning_begin.
12087
12088 2002-01-30 Michael Snyder <msnyder@redhat.com>
12089
12090 * NEWS: Mention "set trust-readonly-sections" command.
12091 Mention generate-core-file command.
12092
12093 2002-01-15 Michael Snyder <msnyder@redhat.com>
12094
12095 * target.c: New command, "set trust-readonly-sections on".
12096 (do_xfer_memory): Honor the suggestion to trust readonly sections
12097 by reading them from the object file instead of from the target.
12098 (initialize_targets): Register command "set trust-readonly-sections".
12099
12100 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12101
12102 * parse.c (target_map_name_to_register): Simplify, search regs and
12103 pseudo-regs using a single loop.
12104
12105 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12106
12107 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12108
12109 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
12110
12111 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12112 * config/i386/i386v42mp.mh: Add i387-nat.o .
12113 * i386v4-nat.c: Include i387-nat.h.
12114 (supply_fpregset): Use i387_supply_fsave.
12115 (fill_fpregset): Use i387_fill_fsave.
12116
12117 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
12118
12119 * arm-tdep.c (arm_call_dummy_words): Define.
12120 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12121 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12122 (CALL_DUMMY_WORDS): Define.
12123 (arm_call_dummy_words): Declare.
12124 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12125 (arm_linux_call_dummy_words): Declare.
12126
12127 2002-01-30 Andreas Schwab <schwab@suse.de>
12128
12129 * m68klinux-nat.c: Fix last change to use regcache_collect
12130 instead of referencing registers[] directly.
12131
12132 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12133
12134 * parse.c (target_map_name_to_register): Delete code wrapped in
12135 #ifdef REGISTER_NAME_ALIAS_HOOK.
12136
12137 2002-01-28 Michael Snyder <msnyder@redhat.com>
12138
12139 * regcache.c (legacy_read_register_gen): Need to be able to
12140 read pseudo-register as well as real register.
12141 (legacy_write_register_gen): Ditto.
12142
12143 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12144
12145 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12146 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12147 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12148 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12149 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12150 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12151 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12152 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12153 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12154 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12155 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12156 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12157 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12158 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12159 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12160 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12161 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12162 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12163 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12164 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12165
12166 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12167
12168 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12169 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12170 (initialize_current_architecture): Update target_byte_order using
12171 information from BFD.
12172 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12173 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12174
12175 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12176
12177 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12178 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12179
12180 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12181 #ifdef INVALID_FLOAT.
12182 * infcmd.c (do_registers_info): Ditto.
12183 * values.c (unpack_double): Ditto. Add comment.
12184
12185 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12186 already commented out.
12187
12188 2002-01-26 Andreas Schwab <schwab@suse.de>
12189
12190 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12191 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12192 registers and add support for PTRACE_GETREGS.
12193
12194 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12195
12196 GDB 5.1.1 released from 5.1 branch.
12197 * NEWS: Add 5.1.1 news.
12198 * README: Sync with 5.1 branch.
12199
12200 2002-01-23 Fred Fish <fnf@redhat.com>
12201
12202 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12203 stabstring on initial malloc. Reallocing will copy it for us,
12204 if necessary.
12205
12206 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12207
12208 * Makefile.in (hpread_h): Delete.
12209 (HFILES_NO_SRCDIR): Remove hpread.h.
12210 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12211 (hpread.o): Update dependencies.
12212 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12213
12214 * hp-psymtab-read.c: Remove file.
12215 * hp-symtab-read.c: Remove file.
12216 * hpread.h: Remove file.
12217
12218 * hpread.c: Merge all contents of hp-psymtab-read.c,
12219 hp-symtab-read.c and hpread.h into this file, as it was prior to
12220 January 1999.
12221
12222 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12223 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12224 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12225 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12226
12227 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12228
12229 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12230 fill_gregset): Call gdbarch_tdep() just once, assign result to
12231 variable and use that, instead of calling the function several
12232 times.
12233
12234 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12235
12236 * configure.host: Accept sparcv9 as alias for sparc64.
12237 * configure.tgt: Likewise.
12238
12239 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12240
12241 * solib-aix5.c (build_so_list_from_mapfile)
12242 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12243 arguments is not reversed.
12244 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12245 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12246
12247 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12248
12249 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12250 modified version of obsolete sh_fetch_pseudo_register.
12251 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12252 (sh4_register_read): New function.
12253 (sh_pseudo_register_write): New function. Renamed and modified
12254 version of obsolete sh_store_pseudo_register.
12255 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12256 (sh4_register_write): New function.
12257 (sh_gdbarch_init): Remove setting of gdbarch function
12258 fetch_pseudo_register and store_pseudo_register. Remove setting of
12259 register_convert_to_raw, register_convert_to_virtual,
12260 register_convertible.
12261 (sh_sh4_register_convertible): Delete. No longer needed. All is
12262 taken care by architecture specific functions
12263 register_read/register_write.
12264 (sh_sh4_register_convert_to_virtual): Make static.
12265 (sh_sh4_register_convert_to_raw): Ditto.
12266
12267 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12268
12269 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12270 (floatformat_is_nan, floatformat_mantissa): Ditto.
12271
12272 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12273 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12274 builtin_type_ieee_double_little,
12275 builtin_type_ieee_double_littlebyte_bigword,
12276 builtin_type_m68881_ext, builtin_type_i960_ext,
12277 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12278 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12279 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12280 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12281
12282 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12283
12284 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12285 parameter. Set frameless flag if it exists and depended of
12286 whether the scanned function is frameless or not.
12287 (xstormy16_skip_prologue): If function is frameless, return
12288 result of xstormy16_scan_prologue().
12289 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12290 call.
12291
12292 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12293
12294 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12295 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12296 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12297 sh_sh4_register_byte, sh_sh4_register_raw_size,
12298 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12299 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12300 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12301 sh_store_pseudo_register, sh_do_pseudo_register): Call
12302 gdbarch_tdep() just once, assign result to variable and use that,
12303 instead of calling the function several times.
12304
12305 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12306
12307 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12308 macros instead of LAST_FPU_CTRL_REGNUM.
12309 (store_register): Likewise.
12310
12311 2002-01-21 Jim Blandy <jimb@redhat.com>
12312
12313 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12314 is up-to-date before running the program, not just when a program
12315 exits.
12316
12317 2002-01-21 Fred Fish <fnf@redhat.com>
12318
12319 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12320 when we have found all instructions we are looking for.
12321
12322 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12323
12324 * arm-tdep.c (arm_register_name): New function.
12325 (arm_registers_names): Make static.
12326 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12327 (arm_register_name): Declare.
12328 (REGISTER_NAME): Use it.
12329
12330 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12331 Kevin Buettner <kevinb@redhat.com>
12332
12333 Convert arm targets to new FRAME interface.
12334 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12335 (arm_frame_find_save_regs): Delete.
12336 (arm_frame_init_saved_regs): New.
12337 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12338 Allocate extra_info as required. Convert all uses of fsr.regs
12339 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12340 to use extra_info.
12341 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12342 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12343 (check_prologue_cache, save_prologue_cache): Likewise.
12344 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12345 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12346 (FRAME_FIND_SAVED_REGS): Delete.
12347 (arm_frame_find_saved_regs): Delete prototype.
12348 (arm_frame_init_saved_regs): New prototype.
12349 (FRAME_INIT_SAVED_REGS): Define.
12350
12351 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12352
12353 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12354
12355 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12356
12357 From Jeff Law <law@redhat.com>:
12358 * infttrace.c: Include <sys/pstat.h>.
12359 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12360 exec file if the ttrace equivalent fails.
12361
12362 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12363
12364 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12365 (closeLogFile): Ditto.
12366
12367 2002-01-20 Michael Chastain <mec@shout.net>
12368
12369 * top.c (print_gdb_version): Bump copyright year to 2002.
12370
12371 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12372
12373 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12374 Zannoni and Eli Zaretskii.
12375
12376 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12377
12378 * buildsym.c: Update copyright years.
12379 * c-typeprint.c: Likewise.
12380 * dwarf2read.c: Likewise.
12381 * f-typeprint.c: Likewise.
12382 * gdbtypes.c: Likewise.
12383 * gdbtypes.h: Likewise.
12384 * hp-symtab-read.c: Likewise.
12385 * hpread.c: Likewise.
12386 * mdebugread.c: Likewise.
12387 * p-typeprint.c: Likewise.
12388
12389 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12390
12391 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12392 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12393 byte-order selectable.
12394 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12395 * arch-utils.c: Ditto.
12396 (set_endian): Ditto.
12397 (set_endian_from_file): Ditto.
12398 * gdbserver/low-sim.c (create_inferior): Ditto.
12399 * gdbarch.sh: Ditto.
12400 * gdbarch.h: Re-generate.
12401 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12402 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12403 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12404 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12405 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12406 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12407 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12408 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12409 macro definition.
12410 * config/mips/tm-wince.h: Remove #undef of macro
12411 TARGET_BYTE_ORDER_SELECTABLE.
12412 * config/sh/tm-wince.h: Ditto.
12413
12414 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12415
12416 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12417 member function fields. Add accessor macro
12418 TYPE_FN_FIELD_ARTIFICIAL.
12419 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12420 * c-typeprint.c (c_type_print_base): Skip artificial member
12421 functions.
12422
12423 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12424
12425 * f-typeprint.c: Delete unused function f_type_print_args.
12426 * p-typeprint.c: Delete unused function pascal_type_print_args.
12427
12428 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12429
12430 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12431 comment. Add ``artificial'' to ``union field_location''.
12432
12433 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12434
12435 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12436 * mdebugread.c (parse_symbol): Likewise.
12437 * stabsread.c (define_symbol): Likewise.
12438 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12439 initializing TYPE_FIELD_BITPOS to n (obsolete).
12440 (hpread_doc_function_type): Likewise.
12441 * hpread.c (hpread_function_type): Likewise.
12442
12443 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12444
12445 * configure.in (host_makefile_frag): Only require a host makefile
12446 fragment when a native build.
12447 * configure: Re-generate.
12448
12449 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12450
12451 * doublest.h (floatformat_from_type): Declare.
12452 * doublest.c (floatformat_from_type): New function.
12453 (convert_typed_floating): Use.
12454
12455 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12456 call to function floatformat_from_type.
12457
12458 * gdbarch.sh (IEEE_FLOAT): Delete.
12459 * gdbarch.h, gdbarch.c: Re-generate.
12460 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12461 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12462 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12463 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12464 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12465 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12466 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12467 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12468 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12469 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12470 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12471 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12472
12473 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12474 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12475 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12476 * sh-tdep.c (sh_gdbarch_init): Ditto.
12477 * mips-tdep.c (mips_gdbarch_init): Ditto.
12478 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12479 * cris-tdep.c (cris_gdbarch_init): Ditto.
12480
12481 2002-01-20 Jiri Smid <smid@suse.cz>
12482
12483 * configure.host, configure.tgt: Support x86-64.
12484 * NEWS: Note new target x86-64.
12485
12486 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12487 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12488 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12489 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12490 x86-64-linux-nat.o): Fix dependencies.
12491
12492 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12493
12494 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12495 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12496 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12497 * config/sparc/xm-sun4os4.h: Delete file.
12498 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12499
12500 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12501
12502 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12503 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12504 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12505 * config/i386/i386lynx.mh (XM_FILE): Delete.
12506 * config/rs6000/xm-rs6000ly.h: Delete file.
12507 * config/sparc/xm-sparclynx.h: Delete file.
12508 * config/m68k/xm-m68klynx.h: Delete file.
12509 * config/i386/xm-i386lynx.h: Delete file.
12510 * config/xm-lynx.h: Delete file.
12511 * config/djgpp/fnchange.lst: Update.
12512
12513 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12514
12515 * alpha-tdep.c (alpha_register_byte): New function.
12516 (alpha_register_raw_size): Ditto.
12517 (alpha_register_virtual_size): Ditto.
12518 (alpha_skip_prologue_internal): Renamed from
12519 alpha_skip_prologue.
12520 (alpha_skip_prologue): New version that calls
12521 alpha_skip_prologue_internal.
12522 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12523 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12524 second argument from alpha_skip_prologue.
12525 (REGISTER_BYTE): Use alpha_register_byte.
12526 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12527 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12528 (FRAMELESS_FUNCTION_INVOCATION): Use
12529 generic_frameless_function_invocation_not.
12530 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12531 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12532
12533 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12534
12535 * config/mips/xm-news-mips.h: Delete file.
12536 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12537
12538 * config/m88k/xm-m88k.h: Delete file.
12539 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12540 * config/m88k/xm-delta88v4.h: Ditto.
12541 * config/m88k/xm-delta88.h: Ditto.
12542
12543 * config/alpha/xm-fbsd.h: Delete file.
12544 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12545
12546 * config/sparc/xm-sparc.h: Delete file.
12547 * Makefile.in (xm-sun4os4.h): Delete dependency.
12548 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12549 * config/sparc/xm-sun4os4.h: Ditto.
12550 * config/sparc/xm-linux.h: Ditto.
12551
12552 * config/i386/xm-windows.h: Delete file.
12553
12554 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12555
12556 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12557 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12558
12559 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12560
12561 * alpha-tdep.c (alpha_call_dummy_words): New.
12562 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12563 (CALL_DUMMY_P): Define.
12564 (CALL_DUMMY_WORDS): Define.
12565 (SIZEOF_CALL_DUMMY_WORDS): Define.
12566
12567 2002-01-19 Per Bothner <per@bothner.com>
12568
12569 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12570 isn't NULL, which can happen with some gcj-3.x-produced code.
12571
12572 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12573
12574 * alpha-tdep.c (alpha_register_virtual_type): New function.
12575 (alpha_init_frame_pc_first): Ditto.
12576 (alpha_fix_call_dummy): Ditto.
12577 (alpha_store_struct_return): Ditto.
12578 (alpha_extract_struct_value_address): Ditto.
12579 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12580 alpha_register_virtual_type.
12581 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12582 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12583 alpha_extract_struct_value_address.
12584 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12585 (INIT_FRAME_PC): Use init_frame_pc_noop.
12586 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12587
12588 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12589
12590 * i386gnu-nat.c: Include "i386-tdep.h".
12591 (fetch_fpregs): Simplify code dealing with uninitialized floating
12592 point states such that it doesn't require FP7_REGNUM.
12593
12594 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12595
12596 * alpha-tdep.c (frame_extra_info): New.
12597 (alpha_find_saved_regs): Make static. Use
12598 frame->extra_info.
12599 (alpha_frame_init_saved_regs): New function.
12600 (alpha_frame_saved_pc): Use frame->extra_info.
12601 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12602 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12603 (init_extra_frame_info): Rename to...
12604 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12605 (alpha_print_extra_frame_info): New function.
12606 (alpha_frame_locals_address): Ditto.
12607 (alpha_frame_args_address): Ditto.
12608 (alpha_pop_frame): Use frame->extra_info.
12609 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12610 alpha_frame_args_address.
12611 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12612 (alpha_find_saved_regs): Remove prototype.
12613 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12614 (EXTRA_FRAME_INFO): Remove.
12615 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12616 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12617
12618 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12619
12620 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12621 (alpha_cannot_fetch_register): Ditto.
12622 (alpha_cannot_store_register): Ditto.
12623 (alpha_register_convertible): Ditto.
12624 (alpha_use_struct_convention): Ditto.
12625 * config/alpha/tm-alpha.h: Update copyright years.
12626 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12627 (INNER_THAN): Use core_addr_lessthan.
12628 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12629 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12630 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12631 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12632 (FRAME_CHAIN): Remove unnecessary cast.
12633
12634 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12635
12636 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12637 obsolete.
12638
12639 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12640
12641 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12642 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12643 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12644 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12645 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12646 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12647 * x86-64-linux-nat.c: Ditto.
12648
12649 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12650
12651 * alpha-tdep.c (alpha_register_name): New function.
12652 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12653 (REGISTER_NAME): Define.
12654
12655 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12656
12657 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12658
12659 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12660
12661 * alpha-tdep.c: Update copyright years.
12662 (alpha_next_pc): New function.
12663 (alpha_software_single_step): Ditto.
12664 * config/alpha/tm-alpha.h: Add prototype for
12665 alpha_software_single_step.
12666
12667 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12668
12669 * alphabsd-nat.c: Update copyright years.
12670 (fill_gregset): Use regcache_collect.
12671 (fill_fpregset): Likewise.
12672 (fetch_inferior_registers): Only fetch integer registers
12673 if requested to do so.
12674 (store_inferior_registers): Only store integer registers
12675 if requested to do so.
12676
12677 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12678
12679 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12680 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12681 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12682 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12683 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12684 * config/arm/linux.mh (XDEPFILES): Delete.
12685 * config/arm/nbsd.mh (XDEPFILES): Delete.
12686 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12687 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12688 * config/i386/i386m3.mh (XDEPFILES): Delete.
12689 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12690 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12691 * config/i386/fbsd.mh (XDEPFILES): Delete.
12692 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12693 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12694 * config/i386/i386v4.mh (XDEPFILES): Delete.
12695 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12696 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12697 * config/i386/i386aix.mh (XDEPFILES): Delete.
12698 * config/i386/go32.mh (XDEPFILES): Delete.
12699 * config/i386/cygwin.mh (XDEPFILES): Delete.
12700 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12701 * config/i386/i386mach.mh (XDEPFILES): Delete.
12702 * config/i386/i386v32.mh (XDEPFILES): Delete.
12703 * config/i386/linux.mh (XDEPFILES): Delete.
12704 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12705 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12706 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12707 * config/i386/i386sco.mh (XDEPFILES): Delete.
12708 * config/i386/i386v.mh (XDEPFILES): Delete.
12709 * config/i386/nbsd.mh (XDEPFILES): Delete.
12710 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12711 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12712 * config/i386/symmetry.mh (XDEPFILES): Delete.
12713 * config/i386/obsd.mh (XDEPFILES): Delete.
12714 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12715 * config/ia64/linux.mh (XDEPFILES): Delete.
12716 * config/ia64/aix.mh (XDEPFILES): Delete.
12717 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12718 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12719 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12720 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12721 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12722 * config/m68k/linux.mh (XDEPFILES): Delete.
12723 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12724 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12725 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12726 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12727 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12728 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12729 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12730 * config/m88k/delta88.mh (XDEPFILES): Delete.
12731 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12732 * config/m88k/m88k.mh (XDEPFILES): Delete.
12733 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12734 * config/mips/linux.mh (XDEPFILES): Delete.
12735 * config/mips/irix6.mh (XDEPFILES): Delete.
12736 * config/mips/irix5.mh (XDEPFILES): Delete.
12737 * config/mips/irix4.mh (XDEPFILES): Delete.
12738 * config/mips/irix3.mh (XDEPFILES): Delete.
12739 * config/mips/decstation.mh (XDEPFILES): Delete.
12740 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12741 (NATDEPFILES): Move core-aout.o to here.
12742 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12743 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12744 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12745 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12746 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12747 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12748 * config/pa/hpux11.mh (XDEPFILES): Delete.
12749 * config/powerpc/aix.mh (XDEPFILES): Delete.
12750 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12751 * config/powerpc/linux.mh (XDEPFILES): Delete.
12752 * config/romp/rtbsd.mh: Rename XDEPFILES.
12753 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12754 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12755 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12756 * config/s390/s390.mh (XDEPFILES): Delete.
12757 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12758 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12759 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12760 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12761 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12762 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12763 * config/sparc/linux.mh (XDEPFILES): Delete.
12764 * config/vax/vaxult.mh (XDEPFILES): Delete.
12765 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12766 * Makefile.in (DEPFILES): Remove XDEPFILES.
12767
12768 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12769
12770 * utils.c (internal_verror): Fix comments, default is yes not no.
12771 Update queries to match. Default to quit and dump core.
12772
12773 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12774
12775 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12776 copyright.
12777 * defs.h, event-top.c, gdbcmd.h: Ditto.
12778 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12779 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12780 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12781 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12782 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12783 * mi/mi-main.c:Ditto.
12784
12785 * stack.c, symfile.c: Update copyright.
12786
12787 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12788
12789 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12790 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12791 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12792 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12793
12794 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12795
12796 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12797 * gdbserver/low-lynx.c (myattach): Likewise.
12798 * gdbserver/low-nbsd.c (myattach): Likewise.
12799 * gdbserver/low-sim.c (myattach): Likewise.
12800 * gdbserver/low-sparc.c (myattach): Likewise.
12801 * gdbserver/low-sun3.c (myattach): Likewise.
12802
12803 * gdbserver/low-linux.c (myattach): New function.
12804
12805 * gdbserver/server.c (attach_inferior): New function.
12806 (main): Handle "--attach".
12807
12808 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12809
12810 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12811 maintainer.
12812
12813 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12814
12815 * c-typeprint.c (is_type_conversion_operator): Add additional
12816 check for non-conversion operators.
12817
12818 2002-01-15 Michael Snyder <msnyder@redhat.com>
12819
12820 * linux-proc.c: Add "info proc" command, a la procfs.c.
12821 (read_mapping): New function, abstract and re-use code.
12822 (linux_find_memory_regions): Use new func read_mapping.
12823 (linux_info_proc_cmd): New function, implement "info proc".
12824 (_initialize_linux_proc): Add new command "info proc".
12825
12826 2002-01-15 Michael Snyder <msnyder@redhat.com>
12827
12828 * symfile.c (generic_load): Use bfd_map_over_sections method
12829 instead of manipulating bfd structure members directly.
12830 (add_section_size_callback): New function, bfd sections callback
12831 used by generic_load.
12832 (load_sections_callback): New function, bfd sections callback
12833 used by generic_load.
12834
12835 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12836
12837 [Based on work by Jim Blandy]
12838 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12839 (builtin_type_vec128): Export.
12840 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12841 types.
12842 (builtin_type_vec128): New builtin type for 128 bit vector
12843 registers.
12844 (build_gdbtypes): Initialize builtin_type_v16qi and
12845 builtin_type_v8hi. Create the vec128 register builtin type
12846 structure.
12847 (build_builtin_type_vec128): New function.
12848 (_initialize_gdbtypes): Register builtin_type_v16qi and
12849 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12850 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12851 AltiVec register to new builtin type.
12852
12853 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12854
12855 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12856 to make_cv_type.
12857
12858 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12859
12860 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12861 CLEAN_UP_REGISTER_VALUE.
12862 * regcache.c (supply_register): Update only call.
12863
12864 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12865
12866 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12867 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12868 a29k-*-vxworks* targets as obsolete.
12869
12870 2002-01-14 Michael Snyder <msnyder@redhat.com>
12871
12872 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12873 until we can resolve portability issues.
12874 * gregset.h: Remove references to fpxregs.
12875 * gcore.c (gcore_command): Initialize note_sec to NULL.
12876
12877 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12878
12879 * signals.c (target_signal_to_name): Rewrite. Only use
12880 signals[].name when in bounds and non-NULL.
12881
12882 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12883
12884 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12885 * signals.c (target_signal_to_name): Verify that SIG is within the
12886 bounds of the signals array.
12887
12888 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12889
12890 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12891
12892 2002-01-13 Keith Seitz <keiths@redhat.com>
12893
12894 * stack.c (print_frame_info_base): Print the frame's pc
12895 only if when print_frame_info_listing_hook is not defined.
12896
12897 2002-01-13 Keith Seitz <keiths@redhat.com>
12898
12899 * varobj.c (varobj_set_value): Make sure that there were no
12900 errors evaluating the object before attempting to set its
12901 value.
12902 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12903 so this offset adjustment is no longer necessary.
12904 (create_child): Don't set the error flag if the child is
12905 a CPLUS_FAKE_CHILD.
12906 (value_of_child): If value_fetch_lazy fails, return NULL
12907 so that callers will be notified that an error occurred.
12908 (c_value_of_variable): Delay check of variable's validity
12909 until later. We actually want all structs and unions to have
12910 the value "{...}".
12911 Do not return "???" for variables which could not be evaluated.
12912 This error condition must be returned to the caller so that it
12913 can get the error condition from gdb.
12914 (cplus_name_of_child): Adjust index for vptr before figuring
12915 out the name of the child.
12916 (cplus_value_of_child): If a child's (real) parent is not valid,
12917 don't even bother trying to give a value for it. Just return
12918 an error. Change all instances in this function.
12919 (cplus_type_of_child): If our parent is one of the "fake"
12920 parents, we need to get at the type of the real parent, and
12921 derive the child's true type using this information.
12922
12923 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12924
12925 From 2002-01-09 John Marshall <johnm@falch.net>:
12926 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12927 sources.redhat.com, and tweak some related URLs which had
12928 suffered from linkrot.
12929
12930 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12931
12932 From Jeff law:
12933 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12934 structures passed in registers.
12935
12936 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12937
12938 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12939 white space which prevented compilation. Reported by DSK
12940 <dsk@student.unsw.edu.au>.
12941
12942 2002-01-11 Michael Snyder <msnyder@redhat.com>
12943
12944 * symfile.c (build_section_addr_info_from_section_tab):
12945 Use bfd access method instead of manipulating bfd directly.
12946 (syms_from_objfile): Ditto.
12947 (simple_overlay_update_1): Ditto.
12948 (simple_overlay_update): Ditto.
12949 (generic_load): Ditto.
12950 (overlay_unmapped_address): FIXME comment, bfd access methods.
12951 (sections_overlap): FIXME comment, bfd access methods.
12952 (pc_in_mapped_range): FIXME comment, bfd access methods.
12953 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12954 (section_is_mapped): FIXME comment, bfd access methods.
12955 (section_is_overlay): FIXME comment, bfd access methods.
12956
12957 * symfile.c (generic_load): Whitespace and long line cleanups.
12958 Remove duplicate variable, change several local variables to
12959 more appropriate data types.
12960 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12961
12962 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12963
12964 From Peter Schauer:
12965 * language.c (longest_local_hex_string_custom): Use phex_nz to
12966 convert NUM to a hex string.
12967
12968 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12969
12970 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12971 the function.
12972 Update Copyright year.
12973
12974 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12975
12976 * language.c (longest_raw_hex_string): Delete unused function.
12977
12978 2002-01-11 Petr Sorfa <petrs@caldera.com>
12979
12980 * MAINTAINERS (write-after-approval): Add myself.
12981 * dwarf2read.c (read_tag_string_type): Handling of
12982 DW_AT_byte_size.
12983 (read_tag_string_type): FORTRAN fix to prevent propagation of
12984 first string size.
12985 (set_cu_language): Handling of DW_LANG_Fortran95
12986
12987 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12988
12989 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12990 GETPID(inferior_ptid).
12991 (store_inferior_registers): Likewise.
12992
12993 2002-01-10 Jason Merrill <jason@redhat.com>
12994
12995 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12996 Fix DW_OP_minus.
12997
12998 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12999
13000 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
13001 and bfd/elf32-sh-nbsd.c.
13002
13003 2002-01-10 Michael Snyder <msnyder@redhat.com>
13004
13005 * NEWS: Mention --pid and corefile/proc-id behavior change.
13006
13007 * Makefile.in: Add rules for gcore.o and linux-proc.o.
13008 * gcore.c: Include cli/cli-decode.h instead of command.h.
13009
13010 * main.c (captured_main): Add new command line option "--pid".
13011 If the second command line argument (following the symbol-file)
13012 begins with a digit, try to attach to it before trying to open
13013 it as a corefile.
13014 (print_gdb_help): Document the "--pid" argument.
13015
13016 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13017
13018 * completer.c (command_completer): New function.
13019
13020 * completer.h <command_completer>: Add prototype.
13021
13022 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
13023 completer for the "help" command.
13024
13025 2002-01-09 Jason Merrill <jason@redhat.com>
13026
13027 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
13028
13029 2002-01-09 Michael Snyder <msnyder@redhat.com>
13030
13031 * i386-linux-nat.c (fill_fpxregset): Make global.
13032 (store_fpxregset): Ditto.
13033
13034 * gregset.h (gdb_fpxregset_t): Define.
13035 (supply_fpxregset): Prototype.
13036 (fill_fpxregset): Prototype.
13037
13038 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13039
13040 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13041
13042 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13043 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13044 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13045
13046 2002-01-09 Andrew Cagney <ac131313@redhat.com>
13047
13048 * MAINTAINERS: Update target maintainer rules so that any
13049 Maintainer can approve a tested patch for a maintenance-only
13050 target.
13051
13052 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13053
13054 * MAINTAINERS (write-after-approval): Add myself.
13055
13056 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
13057 IN_SIGTRAMP.
13058
13059 2002-01-08 Michael Snyder <msnyder@redhat.com>
13060
13061 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13062 real name of the executable, rather than the /proc name.
13063
13064 2002-01-03 Michael Snyder <msnyder@redhat.com>
13065
13066 Implement a "generate-core-file" command in gdb, save target state.
13067 * gcore.c: New file. Implement new command 'generate-core-file'.
13068 Save a corefile image of the current state of the inferior.
13069 * linux-proc.c: Add linux-specific code for saving corefiles.
13070 * target.h (struct target_ops): Add new target vectors for saving
13071 corefiles; to_find_memory_regions and to_make_corefile_notes.
13072 (target_find_memory_regions): New macro.
13073 (target_make_corefile_notes): New macro.
13074 * target.c (update_current_target): Inherit new target methods.
13075 (dummy_find_memory_regions): New place-holder method.
13076 (dummy_make_corefile_notes): New place-holder method.
13077 (init_dummy_target): Initialize new dummy target vectors.
13078 * exec.c (exec_set_find_memory_regions): New function.
13079 Allow the exec_ops vector for memory regions to be taken over.
13080 (exec_make_note_section): New function, target vector method.
13081 * defs.h (exec_set_find_memory_regions): Export prototype.
13082 * procfs.c (proc_find_memory_regions): New function, corefile method.
13083 (procfs_make_note_section): New function, corefile method.
13084 (init_procfs_ops): Set new target vector pointers.
13085 (find_memory_regions_callback): New function.
13086 (procfs_do_thread_registers): New function.
13087 (procfs_corefile_thread_callback): New function.
13088 * sol-thread.c (sol_find_memory_regions): New function.
13089 (sol_make_note_section): New function.
13090 (init_sol_thread_ops): Initialize new target vectors.
13091 * inftarg.c (inftarg_set_find_memory_regions): New function.
13092 Allow to_find_memory_regions vector to be taken over.
13093 (inftarg_set_make_corefile_notes): New function.
13094 Allow to_make_corefile_notes vector to be taken over.
13095 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13096 interface layer if not target_has_execution (may be a corefile).
13097 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13098 * config/sparc/sun4sol2.mh: Ditto.
13099 * config/alpha/alpha-linux.mh: Ditto.
13100 * config/arm/linux.mh: Ditto.
13101 * config/i386/x86-64linux.mh: Ditto.
13102 * config/ia64/linux.mh: Ditto.
13103 * config/m68k/linux.mh: Ditto.
13104 * config/mips/linux.mh: Ditto.
13105 * config/powerpc/linux.mh: Ditto.
13106 * config/sparc/linux.mh: Ditto.
13107
13108 2002-01-07 Michael Snyder <msnyder@redhat.com>
13109
13110 * arm-linux-nat.c: Remove references to regcache.c internal data
13111 (registers[] and register_valid[]).
13112
13113 2002-01-07 Michael Snyder <msnyder@redhat.com>
13114
13115 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13116 so that attaching to a pid will automatically read the process's
13117 symbol file and shlibs.
13118 * Makefile.in: Add rule for linux-proc.o.
13119 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13120 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13121 * config/arm/linux.mh: Ditto.
13122 * config/i386/linux.mh: Ditto.
13123 * config/i386/x86-64linux.mh: Ditto.
13124 * config/ia64/linux.mh: Ditto.
13125 * config/m68k/linux.mh: Ditto.
13126 * config/mips/linux.mh: Ditto.
13127 * config/powerpc/linux.mh: Ditto.
13128 * config/sparc/linux.mh: Ditto.
13129
13130 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13131
13132 * win32-nat.c: Add i386-tdep.h dependency.
13133
13134 2002-01-07 Michael Snyder <msnyder@redhat.com>
13135
13136 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13137 instead of bfd_get_arch_size. Don't bail out just because
13138 there's no exec_bfd.
13139
13140 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13141 * p-valprint.c (pascal_object_print_value): Ditto.
13142 * somread.c (som_symtab_read): Ditto.
13143 * symfile.c (simple_free_overlay_region_table): Ditto.
13144 * valops.c (value_assign): Ditto.
13145
13146 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13147 use tilde_expand and strerror for opening save-tracepoints file.
13148
13149 * thread-db.c (thread_db_new_objfile): Indendation fix.
13150
13151 * infptrace.c (GDB_MAX_ALLOCA): New define.
13152 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13153 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13154 can be overridden with whatever value is appropriate to the host).
13155 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13156 alloca to allocate potentially large buffer.
13157 * rs6000-nat.c (child_xfer_memory): Ditto.
13158 * symm-nat.c (child_xfer_memory): Ditto.
13159 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13160
13161 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13162
13163 From Nick Clifton <nickc@redhat.com>
13164 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13165
13166 2002-01-07 Michael Snyder <msnyder@redhat.com>
13167
13168 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13169 Don't use exec_bfd if it's NULL.
13170
13171 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13172
13173 * valops.c (value_arg_coerce): Fix formatting.
13174
13175 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13176
13177 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13178 * gnu-nat.c: Ditto.
13179
13180 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13181
13182 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13183 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13184 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13185 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13186 z8k-coff have not been multi-arched. Update z8k-coff build
13187 status.
13188
13189 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13190
13191 * MAINTAINERS: Mark a29k target as obsolete.
13192 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13193 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13194 comments.
13195 * NEWS: Note that a29k targets are obsolete.
13196 * a29k-tdep.c: Mark as obsolete.
13197 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13198 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13199 a29k-*-vxworks* targets as obsolete.
13200 * remote-adapt.c: Obsolete.
13201 * remote-eb.c: Obsolete.
13202 * remote-mm.c: Obsolete.
13203 * remote-udi.c: Obsolete.
13204 * config/a29k/a29k-udi.mt: Obsolete.
13205 * config/a29k/a29k.mt: Obsolete.
13206 * config/a29k/tm-a29k.h: Obsolete.
13207 * config/a29k/tm-vx29k.h: Obsolete.
13208 * config/a29k/vx29k.mt: Obsolete.
13209
13210 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13211
13212 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13213 with BFD_ENDIAN_BIG.
13214
13215 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13216
13217 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13218 * configure, config.in: Re-generate.
13219 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13220 * defs.h: Do not include <endian.h>.
13221
13222 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13223
13224 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13225 * config.in: Regenerate.
13226 * configure.in: Update copyright years.
13227 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13228 * configure: Regenerate.
13229 * i386bsd-nat.c: Update copyright years.
13230 (fill_gregset): Use regcache_collect.
13231 (fetch_inferior_registers): Only fetch integer registers
13232 if requested to do so. Add support for XMM registers
13233 using PT_GETXMMREGS.
13234 (store_inferior_registers): Only store integer registers
13235 if requested to do so. Add support for XMM registers
13236 using PT_SETXMMREGS.
13237 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13238 (store_inferior_registers): Remove.
13239 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13240 (fetch_elfcore_registers): New function.
13241 (i386nbsd_elfcore_fns): New.
13242 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13243 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13244 i386bsd-nat.o.
13245 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13246 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13247 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13248 * config/i386/tm-nbsd.h: Update copyright years.
13249 (HAVE_SSE_REGS): Define.
13250 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13251 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13252 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13253 (SIGCONTEXT_PC_OFFSET): Remove.
13254 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13255
13256 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13257
13258 * configure.tgt: Remove powerpc-*-macos* target.
13259 * config/m68k/xm-mpw.h: Delete file.
13260 * config/xm-mpw.h: Delete file.
13261 * ser-mac.c: Delete file.
13262 * mpw-make.sed: Delete file.
13263 * mpw-config.in: Delete file.
13264 * mac-xdep.c: Delete file.
13265 * mac-gdb.r: Delete file.
13266 * mac-defs.h: Delete file.
13267 * mac-nat.c: Delete file.
13268 * config/powerpc/macos.mh: Delete file.
13269 * config/powerpc/macos.mt: Delete file.
13270 * config/powerpc/nm-macos.h: Delete file.
13271 * config/powerpc/tm-macos.h: Delete file.
13272 * source.c (openp, open_source_file): Remove obsolete code.
13273 * top.c (gdb_readline): Ditto.
13274 * utils.c (query): Ditto.
13275 * event-top.c (display_gdb_prompt): Ditto.
13276 * Makefile.in (ser-mac.o): Delete obsolete target.
13277 * NEWS: Update.
13278
13279 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13280
13281 * defs.h (BIG_ENDIAN): Delete macro definition.
13282 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13283 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13284 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13285 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13286 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13287 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13288 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13289 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13290 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13291 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13292 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13293 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13294 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13295 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13296 * gdbarch.c: Re-generate.
13297
13298 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13299
13300 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13301 for core files.
13302
13303 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13304
13305 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13306
13307 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13308
13309 * value.h (value_ptr): Delete typedef.
13310
13311 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13312
13313 * i386nbsd-nat.c: Update copyright years.
13314 Include i386-tdep.h.
13315
13316 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13317
13318 * stabsread.c: Update copyright years.
13319
13320 From Debashis Mahata <debashis.mahata@wipro.com>:
13321 (read_struct_fields): Deal with Sun C compiler erroneous stab
13322 output for structs and unions.
13323 Fix PR gdb/269.
13324
13325 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13326
13327 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13328 prototype.
13329
13330 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13331
13332 * cp-abi.c: Fix whitespace.
13333 (baseclass_offset): New wrapper function.
13334 * cp-abi.h (baseclass_offset): Add prototype.
13335 (struct cp_abi_ops): Add baseclass_offset pointer.
13336
13337 * valops.c (vb_match): Move to...
13338 * gnu-v2-abi.c (vb_match): here.
13339 * valops.c (baseclass_offset): Move to...
13340 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13341
13342 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13343
13344 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13345 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13346 * hpacc-abi.c (init_hpacc_ops): Likewise.
13347
13348 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13349
13350 * valops.c (find_overload_match): Accept obj as a
13351 reference parameter. Update it before returning.
13352 * value.h (find_overload_match): Update prototype.
13353 * eval.c (evaluate_subexp_standard): Pass object to
13354 find_overload_match by reference.
13355
13356 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13357
13358 * valarith.c: Replace value_ptr with struct value pointer. Remove
13359 register attribute from value declarations.
13360 * valops.c: Ditto.
13361 * value.h: Ditto.
13362 * scm-lang.c (scm_lookup_name): Ditto.
13363
13364 2002-01-03 Michael Snyder <msnyder@redhat.com>
13365
13366 Abstract the functionality of iterating over mapped memory
13367 regions into a general purpose iterator function.
13368 * procfs.c (iterate_over_mappings): New function, general purpose
13369 iterator for memory sections.
13370 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13371 (solib_mappings_callback): New function, callback for above.
13372 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13373 (info_mappings_callback): New function, callback for above.
13374
13375 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13376
13377 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13378
13379 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13380 * i386-tdep.c: Include "elf-bfd.h".
13381 (process_note_abi_tag_sections): New function.
13382 (i386_gdbarch_init): Add code to recognize various OS/ABI
13383 combinations.
13384
13385 * maint.c (_initialize_maint_cmds): Add missing \ in
13386 string-literal.
13387
13388 For older changes see ChangeLog-2001
13389 \f
13390 Local Variables:
13391 mode: change-log
13392 left-margin: 8
13393 fill-column: 74
13394 version-control: never
13395 End: