]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
0029b7a66e68fd2aea2f19cb5e653a8aa4eecd54
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-19 Andreas Schwab <schwab@suse.de>
2
3 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
4 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
5 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
6 (m68k_linux_frame_saved_pc): Move to ...
7 * m68klinux-tdep.c: ... here. New file.
8 * Makefile.in (m68klinux-tdep.o): Add dependencies.
9 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
10
11 2002-11-19 Adam Fedor <fedor@gnu.org>
12
13 * objc-exp.y: Revert to old skip_quoted usage.
14
15 2002-11-19 Adam Fedor <fedor@gnu.org>
16
17 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
18 (objc_lang_h): Define.
19 (YYFILES): Add objc-exp.tab.c.
20 (local-maintainer-clean): Remove objc-exp.tab.c.
21 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
22
23 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
24
25 * p-exp.y (typecast rule): Add automatic dereference of
26 pascal classes if needed.
27 (THIS): Set current_type.
28 Automatically dereference pascal classes.
29 (typebase rule): Add ^typebase recognition.
30
31 2002-11-18 Adam Fedor <fedor@gnu.org>
32
33 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
34 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
35 (op_name): Handle OP_OBJC_SELF.
36 * Makefile.in (expprint.o): Add additional depends.
37
38 2002-11-18 Adam Fedor <fedor@gnu.org>
39
40 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
41 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
42 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
43 * objc-exp.y: Likewise.
44
45 2002-11-18 Adam Fedor <fedor@gnu.org>
46
47 * gdb/parser-defs.h: (struct objc_class_str): New structure
48 for parsing ObjC classes.
49
50 2002-11-18 Andrew Cagney <ac131313@redhat.com>
51
52 * stack.c (frame_relative_level): Copy function from here ...
53 * frame.c (frame_relative_level): ...to here.
54
55 2002-11-18 Andrew Cagney <ac131313@redhat.com>
56
57 * frame.h (enum frame_type): Define.
58 (get_frame_type): Declare.
59 (struct frame_info): Add field `type'. Delete field
60 signal_handler_caller.
61 (deprecated_set_frame_signal_handler_caller): Declare.
62 * frame.c (get_frame_type): New function.
63 (deprecated_set_frame_type): New function.
64 (create_new_frame): Set the frame's type.
65 (get_prev_frame): Similar.
66 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
67 * s390-tdep.c: Ditto.
68 * m68klinux-nat.c: Ditto.
69 * ns32k-tdep.c: Ditto.
70 * x86-64-linux-tdep.c: Ditto.
71 * vax-tdep.c: Ditto.
72 * rs6000-tdep.c: Ditto.
73 * ppc-linux-tdep.c: Ditto.
74 * i386-interix-tdep.c: Ditto.
75 * mips-tdep.c: Ditto.
76 * m68k-tdep.c: Ditto.
77 * hppa-tdep.c: Ditto.
78 * ia64-tdep.c: Ditto.
79 * cris-tdep.c: Ditto.
80 * arm-tdep.c: Ditto.
81 * alpha-tdep.c: Ditto.
82 * i386-tdep.c: Ditto.
83 * stack.c: Ditto.
84 * ada-lang.c: Ditto.
85 * blockframe.c: Update.
86 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
87 deprecated_set_frame_type instead of signal_handler_caller.
88 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
89 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
90 * breakpoint.h: Delete FIXME suggesting get_frame_type.
91
92 2002-11-18 Klee Dienes <kdienes@apple.com>
93
94 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
95
96 2002-11-18 Klee Dienes <kdienes@apple.com>
97
98 * buildsym.c (pop_context): Add comment.
99
100 2002-11-18 Klee Dienes <kdienes@apple.com>
101
102 * buildsym.h (pop_context): Convert to function, defined in
103 buildsym.c.
104 * buildsym.c: Include gdb_assert.h.
105 (pop_context): Implement as C function. Add check for stack
106 underflow.
107 * dbxread.c (process_one_symbol): Complain and stop processing
108 that symbol if we are already at the top of the context stack for
109 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
110 when processing N_RBRAC.
111
112 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
113
114 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
115 define.
116 (struct target_waitstatus): Add opaque definition.
117 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
118 * exec.c (init_exec_ops): Likewise.
119 * fork-child.c (clone_and_follow_inferior): Remove.
120 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
121 * inferior.h (clone_and_follow_inferior): Remove prototype.
122 * infrun.c (follow_fork_mode_both): Remove.
123 (follow_fork_mode_kind_names): Remove commented out "both".
124 (follow_inferior_fork): Remove follow_fork_mode_both support.
125 * inftarg.c (child_clone_and_follow_inferior): Remove.
126 (child_post_follow_inferior_by_clone): Remove.
127 (init_child_ops): Don't set to_clone_and_follow_inferior
128 or to_post_follow_inferior_by_clone.
129 * target.c (default_clone_and_follow_inferior): Remove.
130 (cleanup_target): Don't set to_clone_and_follow_inferior
131 or to_post_follow_inferior_by_clone.
132 (find_default_clone_and_follow_inferior): Remove.
133 (init_dummy_target): Don't set to_clone_and_follow_inferior.
134 (debug_to_clone_and_follow_inferior): Remove.
135 (debug_to_post_follow_inferior_by_clone): Remove.
136 (setup_target_debug): Don't set to_clone_and_follow_inferior
137 or to_post_follow_inferior_by_clone.
138 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
139 and to_post_follow_inferior_by_clone.
140 (child_clone_and_follow_inferior): Remove prototype.
141 (child_post_follow_inferior_by_clone): Remove prototype.
142 (target_clone_and_follow_inferior): Remove macro.
143 (target_post_follow_inferior_by_clone): Remove macro.
144 (find_default_clone_and_follow_inferior): Remove prototype.
145
146 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
147
148 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
149 inferior_has_vforked, and inferior_has_execd instead of
150 target_has_forked, target_has_vforked, and target_has_execd.
151 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
152 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
153 (CHILD_WAIT): Define.
154 (child_wait): Add prototype.
155 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
156 Add prototype.
157 (hpux_has_vforked): Likewise, from child_has_vforked.
158 (hpux_has_execd): Likewise, from child_has_execd.
159 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
160 (not_same_real_pid, child_wait): New, copied from inftarg.c.
161 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
162 and hpux_has_syscall_event instead of the target hooks.
163 * infrun.c (inferior_has_forked, inferior_has_vforked)
164 (inferior_has_execd): New functions.
165 * inftarg.c (not_same_real_pid): Remove.
166 (child_wait): Remove references to not_same_real_pid,
167 target_has_forked, target_has_vforked, target_has_execd,
168 and target_has_syscall_event.
169 (child_has_forked, child_has_vforked, child_has_execd)
170 (child_has_syscall_event): Remove.
171 (init_child_ops): Remove references to child_has_forked,
172 child_has_vforked, child_has_execd, and child_has_syscall_event.
173 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
174 (hpux_has_vforked): Likewise, from child_has_vforked.
175 (hpux_has_execd): Likewise, from child_has_execd.
176 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
177 * target.c (cleanup_target): Remove references to
178 to_has_forked, to_has_vforked, to_has_execd, and
179 to_has_syscall_event.
180 (update_current_target): Likewise.
181 (setup_target_debug): Likewise.
182 (debug_to_has_forked): Remove.
183 (debug_to_has_vforked): Remove.
184 (debug_to_has_execd): Remove.
185 (debug_to_has_syscall_event): Remove.
186 * target.h (struct target_ops): Remove to_has_forked.
187 to_has_vforked, to_has_execd, and to_has_syscall_event.
188 (child_has_forked, child_has_vforked, child_has_execd)
189 (child_has_syscall_event): Remove prototypes.
190 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
191 prototypes.
192 (target_has_forked, target_has_vforked, target_has_execd)
193 (target_has_syscall_event): Remove macros.
194
195 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
196
197 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
198 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
199 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
200 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
201 * target.c (cleanup_target): Remove reference to
202 to_can_follow_vfork_prior_to_exec.
203 (update_current_target): Likewise.
204 (debug_to_can_follow_vfork_prior_to_exec): Remove.
205 (setup_target_debug): Remove reference to
206 to_can_follow_vfork_prior_to_exec.
207 * target.h (struct target_ops): Remove
208 to_can_follow_vfork_prior_to_exec.
209 (child_can_follow_vfork_prior_to_exec): Remove prototype.
210 (target_can_follow_vfork_prior_to_exec): Remove definition.
211 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
212 define.
213 * infrun.c (follow_vfork_when_exec): Remove.
214 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
215 (follow_exec): Likewise.
216 (handle_inferior_event): Likewise.
217 (keep_going): Likewise.
218
219 2002-11-15 Andrew Cagney <cagney@redhat.com>
220
221 * frame.c (generic_unwind_get_saved_register): Make static.
222 * frame.h (generic_unwind_get_saved_register): Delete declaration.
223 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
224 defaults to generic_unwind_get_saved_register.
225 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
226 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
227 * frv-tdep.c (frv_gdbarch_init): Ditto.
228 * i386-tdep.c (i386_gdbarch_init): Ditto.
229 * s390-tdep.c (s390_gdbarch_init): Ditto.
230 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
231 * v850-tdep.c (v850_gdbarch_init): Ditto.
232 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
233 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
234 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
235
236 2002-11-15 Andrew Cagney <cagney@redhat.com>
237
238 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
239 i386-tdep.c.
240
241 2002-11-15 Andrew Cagney <cagney@redhat.com>
242
243 * frame.h (sigtramp_saved_pc): Delete declaration.
244 * blockframe.c (sigtramp_saved_pc): Delete function.
245 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
246 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
247 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
248 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
249
250 2002-11-15 Andrew Cagney <ac131313@redhat.com>
251
252 * frame.c (frame_pc_unwind): New function.
253 (frame_saved_regs_pc_unwind): New function.
254 (frame_register_unwind): Pass unwind_cache instead of
255 register_unwind_cache.
256 (set_unwind_by_pc): Add unwind_pc parameter, set.
257 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
258 (get_prev_frame): Ditto.
259 * frame.h (frame_pc_unwind_ftype): Declare.
260 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
261 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
262 (frame_pc_unwind): Declare.
263 * dummy-frame.c (dummy_frame_pc_unwind): New function.
264 (struct dummy_frame): Add comment mentioning that values are for
265 previous frame.
266 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
267 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
268 (generic_file_frame_chain_valid): Ditto.
269 * stack.c (frame_info): Ditto.
270
271 2002-11-15 David Carlton <carlton@math.stanford.edu>
272
273 * linespec.c (locate_first_half): New function.
274 (decode_line_1): Move code into locate_first_half.
275
276 2002-11-15 Andrew Cagney <ac131313@redhat.com>
277
278 * complaints.h: Add comment explaining how to eliminate a
279 deprecated_complain call.
280 * complaints.h: Fix spelling errors.
281
282 2002-11-15 David Carlton <carlton@math.stanford.edu>
283
284 * printcmd.c: Remove #include "disasm.h".
285
286 2002-11-14 Andrew Cagney <ac131313@redhat.com>
287
288 * frame.h: Move the most relevant interface functions to the start
289 of the file.
290
291 2002-11-14 Andrew Cagney <ac131313@redhat.com>
292
293 * regcache.h (deprecated_registers): Rename registers.
294 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
295 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
296 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
297 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
298 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
299 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
300 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
301 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
302 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
303 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
304 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
305 * v850ice.c: Update.
306
307 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
308
309 * utils.c (gdb_realpath): Add comment mentioning realpath with a
310 NULL buffer.
311
312 2002-11-13 Andrew Cagney <cagney@redhat.com>
313
314 * regcache.h (deprecated_read_register_bytes): Rename
315 read_register_bytes.
316 (deprecated_write_register_bytes): Rename write_register_bytes.
317 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
318 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
319 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
320 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
321 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
322 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
323 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
324 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
325 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
326 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
327 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
328 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
329 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
330 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
331
332 2002-11-13 Jim Blandy <jimb@redhat.com>
333
334 * findvar.c (read_var_value): Doc fix.
335
336 2002-11-13 Andrew Cagney <cagney@redhat.com>
337
338 * regcache.c (struct regcache): Replace passthough_p with
339 readonly_p.
340 (regcache_xmalloc): Initialize readonly_p.
341 (build_regcache): Initialize readonly_p.
342 (regcache_save): New function.
343 (regcache_restore): New function.
344 (regcache_cpy): Re-implement using regcache_save and
345 regcache_restore.
346 (regcache_raw_read): Update.
347 (regcache_cooked_read): When a read-only cache, checked for cached
348 pseudo register values.
349 (regcache_raw_write): Assert that the cache is not read-only.
350 Remove code handling a non-passthrough cache.
351 * regcache.h (regcache_save): Declare.
352 (regcache_restore): Declare.
353
354 2002-11-13 Andrew Cagney <cagney@redhat.com>
355
356 * regcache.c (struct regcache_descr): Add fields
357 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
358 (init_legacy_regcache_descr): Compute the size of a cooked
359 register cache and then assign that to sizeof_raw_registers. Set
360 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
361 (init_legacy_regcache_descr): Ditto.
362
363 2002-11-13 Andrew Cagney <cagney@redhat.com>
364
365 * regcache.c (register_buffer): Move to near start of file, update
366 description.
367 (regcache_raw_read): Use.
368 (regcache_raw_write): Use.
369 (struct regcache): Rename raw_registers to registers and
370 raw_register_valid_p to register_valid_p.
371 (regcache_xmalloc): Update.
372 (regcache_xfree): Update.
373 (register_buffer): Update.
374 (regcache_cpy): Update.
375 (regcache_cpy_no_passthrough): Update.
376 (regcache_valid_p): Update.
377 (deprecated_grub_regcache_for_registers): Update.
378 (deprecated_grub_regcache_for_register_valid): Update.
379 (set_register_cached): Update.
380 (regcache_raw_write): Update.
381
382 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
383
384 * p-exp.y (name_not_typename): Use copy_name to
385 set current_type variable for fields of THIS.
386
387 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
388
389 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
390 * monitor.c (init_base_monitor_ops): Likewise.
391 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
392 * remote-array.c (init_array_ops): Likewise.
393 * remote-e7000.c (init_e7000_ops): Likewise.
394 * remote-es.c (init_es1800_ops): Likewise.
395 (init_es1800_child_ops): Likewise.
396 * remote-rdp.c (init_remote_rdp_ops): Likewise.
397 * remote-sim.c (init_gdbsim_ops): Likewise.
398 * remote-st.c (init_st2000_ops): Likewise.
399 * sol-thread.c (init_sol_core_ops): Likewise.
400 (init_sol_thread_ops): Likewise.
401 * v850ice.c (init_850ice_ops): Likewise.
402 * win32-nat.c (init_child_ops): Likewise.
403 * wince.c (init_child_ops): Likewise.
404
405 2002-11-12 Andrew Cagney <ac131313@redhat.com>
406
407 * utils.c (gdb_realpath): Make rp a constant pointer.
408
409 2002-11-12 Andrew Cagney <ac131313@redhat.com>
410
411 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
412 a constant buffer; cannonicalize_file_name(); realpath() with a
413 pathconf() defined buffer, xstrdup().
414
415 2002-11-12 Andrew Cagney <ac131313@redhat.com>
416
417 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
418 to hang2.C; hang3.c to hang3.C.
419
420 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
421
422 * findvar.c (read_var_value): Reenable TLS code.
423
424 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
425 Jim Blandy <jimb@redhat.com>
426
427 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
428 * target.c (update_current_target): Add
429 to_get_thread_local_address.
430 * target.h (to_get_thread_local_address): Export.
431 (target_get_thread_local_address): Define.
432 (target_get_thread_local_address_p): Define.
433 * thread-db.c: Include solib-svr4.h.
434 (td_thr_tls_get_addr_p): Define.
435 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
436 (thread_db_get_thread_local_address): New function.
437 (init_thread_db_ops): Initialize to_get_thread_local_address.
438 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
439 * configure: Regenerate.
440 * config.in: Regenerate.
441
442 2002-11-11 David Carlton <carlton@math.stanford.edu>
443
444 * linespec.c (set_flags): New function.
445 (decode_line_1): Move code into set_flags.
446
447 2002-11-11 David Carlton <carlton@math.stanford.edu>
448
449 * linespec.c (decode_line_1): Move chunks of code to separate
450 functions.
451 (initialize_defaults): New function.
452 (decode_indirect): New function.
453
454 2002-11-11 Andrew Cagney <ac131313@redhat.com>
455
456 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
457 instead of void_code_ptr.
458 (sigtramp_saved_pc): Ditto.
459
460 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
461 i386_fp_regnum_p.
462
463 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
464
465 * gdbtypes.h (struct main_type): Move artificial flag out of
466 loc. New member of ``struct field'' named static_kind. Reduce
467 overloaded meaning of bitsize.
468 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
469 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
470 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
471
472 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
473 new fields.
474 (template_to_fixed_record_type, template_to_static_fixed_type)
475 (to_record_with_fixed_variant_part): Likewise.
476 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
477 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
478 * dwarfread.c (struct_type, enum_type): Likewise.
479 * hpread.c (hpread_read_enum_type)
480 (hpread_read_function_type, hpread_read_doc_function_type)
481 (hpread_read_struct_type): Likewise.
482 * mdebugread.c (parse_symbol): Likewise.
483
484 2002-11-10 Andrew Cagney <ac131313@redhat.com>
485
486 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
487 * stack.c (print_frame_info_base): Update.
488 (print_frame_info_base, frame_info): Update.
489 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
490 (sparc_frame_saved_pc): Update.
491 * ada-lang.c (find_printable_frame): Update.
492 * breakpoint.c (deprecated_frame_in_dummy): Update.
493
494 2002-11-09 Mark Kettenis <kettenis@gnu.org>
495
496 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
497 defined.
498 (regmap): Extend to cover all registers.
499 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
500 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
501 definitions.
502 (fetch_register, sore_register): Simplify.
503 (old_fetch_inferior_registers, old_store_inferior_registers):
504 Remove functions.
505 (cannot_fetch_register, cannot_store_register): Change
506 implementation to use regmap array to decide which registers
507 cannot be fetched/stored. This removes $orig_eax from the
508 registers that cannot be fetched/stored.
509 (fetch_inferior_registers): Call fetch_register directly instead
510 of calling old_fetch_inferior_registers.
511 (store_inferior_registers): Call store_register directly instead
512 of calling old_store_inferior_registers.
513 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
514 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
515 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
516
517 2002-11-09 Klee Dienes <kdienes@apple.com>
518
519 * i387-tdep.c (i387_supply_register): When called with NULL as a
520 buffer, mark the register as not provided (to mirror the behavior
521 of supply_register).
522 (i387_supply_fxsave): Ditto.
523 (i387_supply_fsave): Ditto (inherits the behavior from
524 i387_supply_register).
525
526 2002-11-09 Klee Dienes <kdienes@apple.com>
527
528 * blockframe.c (sigtramp_saved_pc): Use
529 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
530 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
531 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
532
533 2002-11-09 Andrew Cagney <ac131313@redhat.com>
534
535 * frame.c (get_prev_frame): Test prev_p to identify a previously
536 unwound frame. Initialize prev_p.
537 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
538 comment.
539
540 2002-11-09 Andrew Cagney <ac131313@redhat.com>
541
542 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
543 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
544 more comments. Zap dead code.
545
546 2002-11-09 Mark Kettenis <kettenis@gnu.org>
547
548 * infcmd.c (print_vector_info, print_float_info): Move code that
549 checks whether the target has any registers and whether there is a
550 selected frame up, such that it is also used if a target provides
551 multi-arch definitions of these functions.
552
553 2002-11-08 Andrew Cagney <ac131313@redhat.com>
554
555 * Makefile.in (DESTDIR): Define.
556 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
557 prefix.
558
559 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
560 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
561
562 2002-11-08 Andrew Cagney <ac131313@redhat.com>
563
564 * i386-linux-tdep.c: Include "reggroups.h".
565 (i386_linux_register_reggroup_p): New function.
566 (i386_linux_init_abi): Set register_reggroup_p to
567 i386_linux_register_reggroup_p.
568 * i386-tdep.h (i386_register_reggroup_p): Declare.
569 * i386-tdep.c: Include "reggroups.h".
570 (i386_init_reggroups): New function.
571 (i386_add_reggroups): New function.
572 (i386_register_reggroup_p): New function.
573 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
574 (_initialize_i386_tdep): Call i386_init_reggroups.
575 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
576 specific reggroups.
577
578 2002-11-09 Mark Kettenis <kettenis@gnu.org>
579
580 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
581 request that's available in *BSD.
582
583 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
584
585 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
586 FDOFF_REGNUM.
587
588 2002-11-08 Andrew Cagney <ac131313@redhat.com>
589
590 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
591 * dummy-frame.c (find_dummy_frame): Rename
592 generic_find_dummy_frame, make static. Return the dummy frame
593 instead of the regcache.
594 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
595 (cached_find_dummy_frame): New function. Use find_dummy_frame.
596 (dummy_frame_register_unwind): Rename
597 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
598 * dummy-frame.h (dummy_frame_register_unwind): Rename
599 generic_call_dummy_register_unwind.
600
601 2002-11-08 Mark Kettenis <kettenis@gnu.org>
602
603 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
604 except the inclusion of "i386/tm-i386.h", to...
605 * config/i386/nm-i386v42mp.h: ...here.
606 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
607
608 2002-11-08 Andrew Cagney <ac131313@redhat.com>
609
610 * Makefile.in (frame.o): Update dependencies.
611 * blockframe.c (current_frame, frame_obstack_alloc)
612 (frame_saved_regs_zalloc, get_current_frame)
613 (set_current_frame, create_new_frame)
614 (set_unwind_by_pc, get_next_frame)
615 (flush_cached_frames, reinit_frame_cache)
616 (frame_saved_regs_register_unwind)
617 (deprecated_generic_get_saved_register)
618 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
619 (_initialize_blockframe): Move frame code from here...
620 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
621 "annotate.h" and "dummy-frame.h".
622 (_initialize_frame): New function.
623
624 2002-11-08 Jim Blandy <jimb@redhat.com>
625
626 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
627 when we finish a function a context.
628 * buildsym.h (outermost_context_p): New macro.
629 (Bug analyzed by David Edelsohn.)
630
631 2002-11-08 Andrew Cagney <ac131313@redhat.com>
632
633 * blockframe.c: Include "dummy-frame.h".
634 (struct dummy_frame, dummy_frame_stack)
635 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
636 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
637 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
638 (generic_save_call_dummy_addr, generic_pop_current_frame)
639 (generic_pop_dummy_frame, generic_fix_call_dummy)
640 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
641 dummy frame code from here...
642 * dummy-frame.c: ...to here. New file.
643 * dummy-frame.h: New file.
644 (generic_call_dummy_register_unwind): Declare.
645 (generic_find_dummy_frame): Declare.
646 * Makefile.in (SFILES): Add dummy-frame.c.
647 (dummy-frame.o): Specify dependencies.
648 (dummy_frame_h): Define.
649 (COMMON_OBS): Add dummy-frame.o.
650 (blockframe.o): Update dependencies.
651
652 2002-11-08 Jim Blandy <jimb@redhat.com>
653
654 * dwarf2read.c (read_func_scope): Restore local_symbols and
655 param_symbols after we finish the function context. (Based on a
656 patch from David Edelsohn.)
657
658 2002-11-08 David Carlton <carlton@math.stanford.edu>
659
660 * linespec.c (symbol_found): New function.
661 (minsym_found): New function.
662 (decode_line_1): Separate out some code into separate functions.
663
664 2002-11-08 Joel Brobecker <brobecker@gnat.com>
665
666 * i386-tdep.c (i386_frameless_signal_p): Make non static for
667 the benefit of the interix target.
668 * i386-tdep.h (i386_frameless_signal_p): Declare.
669
670 2002-11-08 Andrew Cagney <ac131313@redhat.com>
671
672 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
673 declaration that snuck in from change below.
674
675 2002-11-06 Andrew Cagney <cagney@redhat.com>
676
677 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
678 all callers.
679 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
680 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
681 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
682 (i386_mxcsr_regnum_p): new function. Use instead of
683 MXCSR_REGNUM_P.
684 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
685 (i386_sse_regnum_p): Declare.
686 (i386_mxcsr_regnum_p): Declare.
687 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
688 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
689 (IS_FP_REGNUM): Update definition.
690 (IS_FPU_CTRL_REGNUM): Update definition..
691 (IS_SSE_REGNUM): Update definition..
692 * i386v-nat.c (register_u_addr): Update.
693 * go32-nat.c (fetch_register): Update.
694 (store_register): Update.
695
696 2002-11-07 Joel Brobecker <brobecker@gnat.com>
697
698 Preparation work to convert the hppa targets to multiarch partial.
699
700 * hppa-tdep.c: Add new functions replacing macro bodies from
701 config/pa/tm-hppa.h. These function will be used to initialize
702 the gdbarch structure. Import some comments from tm-hppa.h,
703 and place them where appropriate, to avoid loosing them when
704 we cleanup this file.
705 (hppa_reg_struct_has_addr): New function.
706 (hppa_inner_than): New function.
707 (hppa_stack_align): New function.
708 (hppa_pc_requires_run_before_use): New function.
709 (hppa_instruction_nullified): New function.
710 (hppa_register_byte): New function.
711 (hppa_register_virtual_type): New function.
712 (hppa_store_struct_return): New function.
713 (hppa_cannot_store_register): New function.
714 (hppa_frame_args_address): New function.
715 (hppa_frame_locals_address): New function.
716 (hppa_smash_text_address): New function.
717 (hppa_coerce_float_to_double): New function. Requires the inclusion
718 of "language.h".
719
720 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
721
722 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
723 gdbarch-eligible macro to a call to the new associated function
724 created in hppa-tdep.c.
725 (INNER_THAN): Likewise.
726 (STACK_ALIGN): Likewise.
727 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
728 (INSTRUCTION_NULLIFIED): Likewise.
729 (REGISTER_BYTE): Likewise.
730 (REGISTER_VIRTUAL_TYPE): Likewise.
731 (STORE_STRUCT_RETURN): Likewise.
732 (CANNOT_STORE_REGISTER): Likewise.
733 (FRAME_ARGS_ADDRESS): Likewise.
734 (FRAME_LOCALS_ADDRESS): Likewise.
735 (SMASH_TEXT_ADDRESS): Likewise.
736 (COERCE_FLOAT_TO_DOUBLE): Likewise.
737 (ABOUT_TO_RETURN): Delete, as no longer used.
738
739 2002-11-07 Fernando Nasser <fnasser@redhat.com>
740
741 * printcmd.c (disassemble_command): Remove obsolete function.
742 (_initialize_printcmd): Do not create disassemble command here.
743 * cli/cli-cmds.c (disassemble_command): New function. Implements
744 disassemble command.
745 (init_cli_cmds): Create disassemble command here instead.
746
747 2002-11-07 Andrew Cagney <ac131313@redhat.com>
748
749 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
750
751 2002-11-07 Andrew Cagney <ac131313@redhat.com>
752
753 * regcache.h (regcache_cooked_read_using_offset_hack)
754 (regcache_cooked_write_using_offset_hack): Delete declarations.
755 (register_changed): Delete declaration.
756 * regcache.c (regcache_cooked_read_using_offset_hack)
757 (regcache_cooked_write_using_offset_hack): Delete functions.
758 (cooked_xfer_using_offset_hack): Delete function.
759 (register_changed): Delete function.
760
761 2002-11-07 Jim Blandy <jimb@redhat.com>
762
763 * macroscope.c: #include "complaints.h".
764 (sal_macro_scope): Cope with filenames that appear in the symtabs,
765 but not in the macro table.
766 * Makefile.in (macroscope.o): Record dependency.
767
768 2002-11-07 Joel Brobecker <brobecker@gnat.com>
769
770 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
771
772 2002-11-07 Andrew Cagney <ac131313@redhat.com>
773
774 * regcache.c (deprecated_registers_fetched): Update.
775 * regcache.h (deprecated_registers_fetched): Rename
776 registers_fetched.
777 * remote-vxsparc.c (vx_read_register): Update.
778 * remote-vxmips.c (vx_read_register): Update.
779 * remote-vx68.c (vx_read_register): Update.
780 * irix5-nat.c (fetch_core_registers): Update.
781 * mipsm3-nat.c (fetch_inferior_registers): Update.
782 * sun3-nat.c (fetch_inferior_registers): Update.
783 * symm-nat.c (fetch_inferior_registers): Update.
784 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
785 (fetch_core_registers): Update.
786 (fetch_kcore_registers): Update.
787 * mips-nat.c (fetch_inferior_registers): Update.
788 * corelow.c (get_core_registers): Update.
789 * a68v-nat.c (fetch_inferior_registers): Update.
790
791 2002-11-06 Joel Brobecker <brobecker@gnat.com>
792
793 Put in place the framework necessary for multiarching the hppa targets.
794 * hppa-tdep.c (hppa_gdbarch_init): New function.
795 (hppa_dump_tdep): New function.
796 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
797 tdep structure dumper.
798 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
799 until the multi-arching conversion has partially been completed.
800
801 2002-11-06 Andrew Cagney <ac131313@redhat.com>
802
803 * valops.c (value_assign): Merge lval_register case into
804 lval_reg_frame_relative. Use frame_register and
805 regcache_cooked_write instead of get_saved_register and
806 write_register_bytes. After flushing the register cache, try to
807 re-select the selected frame.
808
809 2002-11-06 Andrew Cagney <ac131313@redhat.com>
810
811 * regcache.h (deprecated_register_valid): Rename register_valid.
812 * regcache.c: Update.
813 * ia64-aix-nat.c: Update.
814 * i386gnu-nat.c: Update.
815 * alpha-nat.c: Update.
816 * sparc-nat.c: Update.
817 * lynx-nat.c: Update.
818 * remote-mips.c: Update.
819
820 2002-11-06 Joel Brobecker <brobecker@gnat.com>
821
822 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
823 to end of file, to be more consistent with the pratice followed
824 by other targets.
825
826 2002-11-06 Andrew Cagney <ac131313@redhat.com>
827
828 * infcmd.c: Include "reggroups.h" and <ctype.h>.
829 (print_float_info): Print registers in float_reggroup.
830 (print_vector_info): Print registers in vector_reggroup.
831 (default_print_registers_info): When all, print registers in
832 all_reggroup. Otherwize, print registers in general_reggroup.
833 (registers_info): Rewrite. Add support for register groups.
834 Eliminate a goto.
835
836 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
837
838 * symtab.c (methods_info): Delete. It has been ifdeffed out for
839 ages.
840 (symtab_symbol_info): Remove eons old ifdeffed out code.
841 (_initialize_symtab): Remove prehistoric disabled 'info methods'
842 command.
843
844 2002-11-06 Theodore A. Roth <troth@openavr.org>
845
846 * c-exp.y: Add missing semi-colons.
847 * f-exp.y: Add missing semi-colons.
848 * m2-exp.y: Add missing semi-colons.
849 * p-exp.y: Add missing semi-colons.
850 Add empty action to start rule to avoid a type clash error when
851 building with bison >= 1.50.
852
853 2002-11-06 Jim Blandy <jimb@redhat.com>
854
855 * macrotab.h (struct macro_source_file): Doc fix.
856
857 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
858
859 * varobj.c (child_exists, cplus_number_of_children): Change
860 STREQ macro references to strcmp.
861 (cplus_name_of_child): Change code to handle the fact that
862 fields are not necessarily contiguous with regards to their
863 access control. This is a fix for PR gdb/792.
864
865 2002-11-05 Andrew Cagney <ac131313@redhat.com>
866
867 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
868 * gdbarch.h, gdbarch.c: Regnerate.
869 * frame.h (frame_register): Declare.
870 * frame.c (frame_register): New function.
871 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
872 GET_SAVED_REGISTER, otherwize call
873 generic_unwind_get_saved_register.
874 (frame_register_read): Use frame_register instead of
875 get_saved_register.
876
877 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
878
879 From Jim Ingham <jingham@apple.com>:
880 * event-top.c (gdb_disable_readline): New function.
881 (_initialize_event_loop): Move comment.
882
883 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
884
885 * event-loop.c (start_event_loop): Add comment.
886 Update copyright.
887
888 2002-11-05 Andrew Cagney <ac131313@redhat.com>
889
890 * infcmd.c (default_print_registers_info): Do not call
891 PRINT_REGISTER_HOOK.
892
893 2002-11-05 Andrew Cagney <ac131313@redhat.com>
894
895 * sparc-tdep.c (sparc_print_register_hook): Make static.
896 (sparc_print_registers_info): New function.
897 (sparc_do_registers_info): New function.
898 (sparclet_print_registers_info): New function.
899 (sparclet_do_registers_info): New function.
900 (do_sparc_print_registers_info): New function.
901 (sparc_print_registers): New static function, clone of infcmd.c's
902 default_print_registers_info.
903 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
904 (sparclet_do_registers_info): Declare.
905 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
906 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
907 Re-define.
908 (sparc_do_registers_info): Declare.
909 (PRINT_REGISTER_HOOK): Delete macro.
910 (sparc_print_register_hook): Delete declaration.
911
912 2002-11-05 David Carlton <carlton@math.stanford.edu>
913
914 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
915 functions.
916 (lookup_symbol_aux_local): New function.
917 (lookup_symbol_aux_symtabs): New function.
918 (lookup_symbol_aux_psymtabs): New function.
919
920 2002-11-05 David Carlton <carlton@math.stanford.edu>
921
922 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
923 previous values of 'objfile' and 'block'.
924
925 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
926
927 * values.c (value_change_enclosing_type): Set
928 enclosing_type field correctly also for the case where
929 more memory needs to be allocated.
930
931 2002-11-03 Mark Kettenis <kettenis@gnu.org>
932
933 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
934 of puts_filtered.
935
936 * i387-tdep.c (i387_print_float_info): Replace calls to
937 register_read and deprecated_read_register_gen with calls to
938 frame_register_read, and make the necessary adjustments to the
939 surrounding code.
940
941 2002-11-02 Andrew Cagney <ac131313@redhat.com>
942
943 * gdbarch.sh (register_reggroup_p): Allow default value.
944 * gdbarch.h, gdbarch.c: Regenerate.
945
946 2002-11-02 Andrew Cagney <ac131313@redhat.com>
947
948 * regcache.h: Add coment indicating replacements for deprecated
949 functions.
950
951 2002-11-02 Andrew Cagney <cagney@redhat.com>
952
953 * reggroups.h, reggroups.c: New files.
954 * regcache.c: Include "reggroups.h".
955 (enum regcache_dump_what): Add `regcache_dump_groups'.
956 (regcache_dump): Contract size of the "Type" column. When
957 specified, dump the register's groups.
958 (maintenance_print_register_groups): New function.
959 (_initialize_regcache): Add command `maint print register-groups'.
960 * Makefile.in (COMMON_OBS): Add reggroups.o
961 (SFILES): Add reggroups.c.
962 (reggroups_h): Define.
963 (regcache.o, gdbarch.o): Update dependencies.
964 (reggroups.o): Specify dependencies.
965 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
966 Add opaque declaration for `struct reggroup' in generated .h file.
967 Include "reggroups.h" in generated .c file.
968 gdbarch.h, gdbarch.c: Re-generate.
969
970 2002-11-02 Andrew Cagney <cagney@redhat.com>
971
972 * regcache.h (deprecated_read_register_gen): Rename
973 read_register_gen.
974 (deprecated_write_register_gen): Rename write_register_gen.
975 * i387-tdep.c: Update.
976 * x86-64-linux-nat.c: Update
977 * wince.c: Update.
978 * thread-db.c: Update.
979 * win32-nat.c: Update.
980 * mips-tdep.c: Update.
981 * d10v-tdep.c: Update.
982 * cris-tdep.c: Update.
983 * remote-sim.c: Update.
984 * remote-rdi.c: Update.
985 * remote-rdp.c: Update.
986 * frame.c: Update.
987 * target.c: Update.
988 * blockframe.c: Update.
989 * x86-64-tdep.c: Update.
990 * xstormy16-tdep.c: Update.
991 * sh-tdep.c: Update.
992 * s390-tdep.c: Update.
993 * rs6000-tdep.c: Update.
994 * sparc-tdep.c: Update.
995 * i386-tdep.c: Update.
996 * dwarf2cfi.c: Update.
997 * regcache.c: Update.
998
999 2002-11-01 Joel Brobecker <brobecker@gnat.com>
1000
1001 New interix-specific files:
1002 * config/i386/nm-interix.h: New file.
1003 * config/i386/interix.mh: New file.
1004 * config/i386/interix.mt: New file.
1005 * i386-interix-nat.c: New file.
1006 * i386-interix-tdep.c: New file.
1007
1008 2002-11-01 Andrew Cagney <cagney@redhat.com>
1009
1010 * frame.h (deprecated_generic_get_saved_register): Rename
1011 generic_get_saved_register.
1012 * blockframe.c (deprecated_generic_get_saved_register): Update.
1013 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1014 (xstormy16_frame_saved_register): Update.
1015 * sh-tdep.c (sh_gdbarch_init): Update.
1016 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1017 * ia64-tdep.c (ia64_get_saved_register): Update.
1018 * cris-tdep.c (cris_gdbarch_init): Update.
1019 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1020 * arm-tdep.c (arm_gdbarch_init): Update.
1021
1022 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1023
1024 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1025
1026 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1027
1028 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1029 trampolines in sigaction.
1030
1031 2002-10-31 Andrew Cagney <cagney@redhat.com>
1032
1033 * h8300-tdep.c: Include "gdb_assert.h".
1034 (h8300_print_register): Add gdbarch, file and frame parameters.
1035 Use frame_read_unsigned_register to read the register's value.
1036 Use fprintf_filtered to display output.
1037 (h8300_print_registers_info): Replace h8300_do_registers_info.
1038 (h8300_gdbarch_init): Set print_registers_info.
1039
1040 2002-10-31 Andrew Cagney <cagney@redhat.com>
1041
1042 * frame.c (frame_read_unsigned_register): New function.
1043 (frame_read_signed_register): New function.
1044 * frame.h (frame_read_unsigned_register): Declare.
1045 (frame_read_signed_register): Declare.
1046
1047 2002-10-31 Andrew Cagney <cagney@redhat.com>
1048
1049 * h8500-tdep.c (h8500_print_registers_info): New static function,
1050 clone of infcmd.c's default_print_registers_info.
1051 (h8500_do_registers_info): New funtion.
1052 (h8500_print_register_hook): Rename print_register_hook, make
1053 static.
1054
1055 * config/h8500/tm-h8500.h: Update copyright.
1056 (DEPRECATED_DO_REGISTERS_INFO): Define.
1057 (h8500_do_registers_info: Declare.
1058 (PRINT_REGISTER_HOOK): Delete macro.
1059 (print_register_hook): Delete function.
1060
1061 2002-10-31 Andrew Cagney <cagney@redhat.com>
1062
1063 * z8k-tdep.c (z8k_print_register_hook): Make static.
1064 (z8k_print_registers_info): New static function, clone of
1065 infcmd.c's default_print_registers_info.
1066 (z8k_do_registers_info): New function. Wrap
1067 z8k_print_registers_info.
1068 * config/z8k/tm-z8k.h: Update copyright.
1069 (PRINT_REGISTER_HOOK): Delete macro.
1070 (z8k_print_register_hook): Delete declaration.
1071 (DEPRECATED_DO_REGISTERS_INFO): Define.
1072 (z8k_do_registers_info): Declare.
1073
1074 2002-10-30 Joel Brobecker <brobecker@gnat.com>
1075
1076 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1077 as this is already provided by value.h, and was actually causing
1078 a compilation error because of a conflict in parameter type
1079 declaration due to a missing const keyword.
1080 (low_text_segment_addres): Fix a compilation warning.
1081
1082 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1083
1084 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1085 registers without a name.
1086 (mips_linux_cannot_store_register): Don't store registers without
1087 a name.
1088
1089 2002-10-28 David Carlton <carlton@math.stanford.edu>
1090
1091 * symtab.c (find_addr_symbol): Delete. (It was already commented
1092 out.)
1093 * symtab.h: Delete prototype for find_addr_symbol.
1094
1095 2002-10-26 Andrew Cagney <cagney@redhat.com>
1096
1097 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1098 DO_REGISTERS_INFO.
1099 gdbarch.h, gdbarch.c: Re-generate.
1100 * infcmd.c (default_print_registers_info): Update reference.
1101 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1102 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1103 * sh-tdep.c (sh_gdbarch_init): Ditto.
1104 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1105 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1106
1107 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1108
1109 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1110 cfi_init_extra_frame_info.
1111 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1112 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1113
1114 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1115 target where necessary. Add more comments and remove the ones
1116 that don't provide any useful information.
1117
1118 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1119 deprecated_read_register_dummy with
1120 frame_unwind_unsigned_register.
1121
1122 * i386-tdep.c (i386_extract_struct_value_address): Use
1123 regcache_raw_read_unsigned instead of
1124 regcache_cooked_read_unsigned since we know that the register
1125 we're reading isn't a pseudo register. Rename variable 'val' into
1126 the more descriptive 'addr'.
1127
1128 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1129 (x86_64_push_return_address): Add comment.
1130 (x86_64_pop_frame): Make static.
1131 (examine_argument): Clarify comment.
1132 (x86_64_skip_prologue): Make prolog_expact variable static.
1133
1134 * dwarf2cfi.c: Fix some formatting problems.
1135 (context_cpy, read_encoded_pointer): Clarify comments.
1136
1137 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1138 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1139 i386 target back into x86_64_gdbarch_init. Add some comments and
1140 remove meaningless ones.
1141
1142 2002-10-25 Andrew Cagney <cagney@redhat.com>
1143
1144 * complaints.h (struct deprecated_complaint): Rename `struct
1145 complaint'.
1146 * complaints.c (complain): Update.
1147 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1148 incorrect comment indicating that "symfile.h" was being included
1149 for the `struct complaint' definition.
1150 * remote-vx.c: Update.
1151 * objc-lang.c: Update.
1152 * xcoffread.c: Update.
1153 * hpread.c: Update.
1154 * mdebugread.c: Update.
1155 * stabsread.c: Update.
1156 * dwarf2read.c: Update.
1157 * dwarfread.c: Update.
1158 * elfread.c: Update.
1159 * coffread.c: Update.
1160 * stabsread.h: Update.
1161 * dbxread.c: Update.
1162 * buildsym.c: Update.
1163 * gdbtypes.c: Update.
1164 * macrotab.c: Update.
1165
1166 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1167
1168 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1169 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1170 (x86_64_init_abi): ...new function.
1171
1172 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1173 * i386v-nat.c: Include "i386-tdep.h".
1174
1175 2002-10-25 Andrew Cagney <cagney@redhat.com>
1176
1177 * gdbtypes.c (address_space_name_to_int): Update.
1178 (address_space_int_to_name): Update.
1179 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1180 multi-arch predicate.
1181 (address_class_name_to_type_flags): Ditto.
1182 * gdbarch.h, gdbarch.c: Re-generate.
1183
1184 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1185
1186 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1187
1188 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1189
1190 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1191
1192 * symtab.h (INIT_SAL): Delete macro.
1193 (init_sal): Export.
1194 * symtab.c (init_sal): New function.
1195
1196 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1197 to init_sal function call.
1198 (find_sal_from_funcs_and_line): Ditto.
1199 (all_sals_for_line): Ditto.
1200 * breakpoint.c (create_internal_breakpoint): Ditto.
1201 (create_fork_vfork_event_catchpoint): Ditto.
1202 (create_exec_event_catchpoint): Ditto.
1203 (parse_breakpoint_sals): Ditto.
1204 (watch_command_1): Ditto.
1205 (handle_gnu_4_16_catch_command): Ditto.
1206 (clear_command): Ditto.
1207 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1208 * infcmd.c (run_stack_dummy): Ditto.
1209 * infrun.c (process_event_stop_test): Ditto.
1210 (check_sigtramp2): Ditto.
1211 (step_over_function): Ditto.
1212 * linespec.c (decode_line_2): Ditto.
1213 (decode_line_1): Ditto.
1214 * source.c (line_info): Ditto.
1215 * symtab.c (find_pc_sect_line): Ditto.
1216
1217 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1218
1219 * dwarf2cfi.c (struct context)
1220 (struct context_reg): Moved to dwarf2cfi.h
1221 (context_alloc, frame_state_alloc, context_cpy):
1222 Made extern instead of static, removed prototypes.
1223 * dwarf2cfi.h (struct context)
1224 (struct context_reg): New, moved from dwarf2cfi.c
1225 (context_alloc, frame_state_alloc, context_cpy):
1226 New prototypes.
1227 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1228 Changed from static to extern.
1229 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1230 (LINUX_SIGCONTEXT_FP_OFFSET)
1231 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1232 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1233 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1234 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1235 set_gdbarch_*() calls now use x86-64 specific functions
1236 instead of DWARF2 CFI ones.
1237 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1238 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1239 (x86_64_init_extra_frame_info): New prototypes.
1240
1241 2002-10-23 David Carlton <carlton@math.stanford.edu>
1242
1243 * linespec.c: #include "parser-defs.h".
1244 Delete prototype for find_template_name_end.
1245 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1246
1247 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1248
1249 * NEWS: add recent mi fixes.
1250 * varobj.c (struct varobj): Add new "updated" flag.
1251 (new_variable): Default "updated" flag to 0.
1252 (varobj_set_value): Set "updated" flag to 1 if value
1253 changes.
1254 (varobj_update): Check varobj "updated" flag before
1255 comparing old and refreshed values. Fix for
1256 PR gdb/702.
1257
1258 2002-10-23 David Carlton <carlton@math.stanford.edu>
1259
1260 * parse.c (parse_exp_1): Use BLOCK_START.
1261 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1262 SYMBOL_BLOCK_VALUE.
1263 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1264
1265 2002-10-23 David Carlton <carlton@math.stanford.edu>
1266
1267 * symtab.c: Delete cplusplus_hint.
1268 Delete prototype for find_template_name_end.
1269
1270 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1271
1272 * symtab.h: Update comment.
1273
1274 2002-10-23 Michael Snyder <msnyder@redhat.com>
1275
1276 * printcmd.c (address_info): Restore quotes in output.
1277 * valops.c (value_of_local): Restore quotes in error message.
1278
1279 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1280
1281 * symtab.c (symbol_demangled_name): New function.
1282 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1283 turning most of it into a function.
1284 (symbol_demangled_name): Export.
1285
1286 2002-10-23 Michael Snyder <msnyder@redhat.com>
1287
1288 * valops.c (value_of_local): Restore quotes in error message.
1289
1290 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1291
1292 * symtab.c (symbol_init_language_specific): New function.
1293 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1294 turning most of it into a function.
1295 (symbol_init_language_specific): Export.
1296
1297 2002-10-23 David Carlton <carlton@math.stanford.edu>
1298
1299 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1300 (dwarf_attr_name): Ditto.
1301 (dwarf_type_encoding_name): Ditto.
1302 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1303 (process_die): Handle DW_TAG_namespace,
1304 DW_TAG_imported_declaration, DW_TAG_imported_module.
1305 (read_namespace): New function.
1306
1307 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1308
1309 * configure.in: Define NEW_PROC_API on Interix too.
1310 * configure: Regenerate.
1311
1312 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1313
1314 * configure: Regenerate using the proper version of autoconf.
1315
1316 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1317
1318 * findvar.c (read_var_value): Temporarily disable TLS code, until
1319 complete TLS support is added.
1320
1321 2002-10-21 Jim Blandy <jimb@redhat.com>
1322 Elena Zannoni <ezannoni@redhat.com>
1323
1324 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1325 for thread local storage locations.
1326 (struct symbol): Add objfile field.
1327 (SYMBOL_OBJFILE): Define.
1328 * dwarf2read.c (is_thread_local): New static variable.
1329 (new_symbol): If variable is in thread local fill in address class
1330 and objfile appropriately.
1331 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1332 stack operation.
1333 * printcmd.c (address_info): Print the information for thread
1334 local storage variable.
1335 * findvar.c (read_var_value): In case of thread local variable,
1336 defer to the target vector code to compute address.
1337
1338 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1339
1340 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1341 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1342
1343 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1344
1345 * symtab.h (address_class): Rename
1346 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1347 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1348 * printcmd.c (address_info): Ditto.
1349 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1350
1351 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1352
1353 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1354 DBREG_DRX macro to acces debug registers.
1355
1356 * Makefile.in (i386obsd-tdep.o): New target.
1357
1358 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1359 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1360
1361 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1362 * config/i386/obsd.mt: New file.
1363 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1364 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1365 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1366 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1367 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1368 * i386obsd-tdep.c: New file.
1369
1370 2002-10-19 Adam Fedor <fedor@gnu.org>
1371
1372 * objc-exp.y (name_not_typename): Fix invalid comment.
1373
1374 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1375
1376 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1377 to allocate partial syms and macro byte caches.
1378
1379 2002-10-18 David Carlton <carlton@math.stanford.edu>
1380
1381 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1382
1383 2002-10-18 Adam Fedor <fedor@gnu.org>
1384
1385 * stabsread.c (find_name_end): New function.
1386 (define_symbol): Use it.
1387
1388 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1389
1390 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1391 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1392 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1393 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1394
1395 2002-10-17 David Carlton <carlton@math.stanford.edu>
1396
1397 * symfile.h: Add opaque declaration for struct obstack.
1398 Declare obsavestring to take a const char *.
1399 * symfile.c (obsavestring): Make first argument a const char *.
1400
1401 2002-10-16 Adam Fedor <fedor@gnu.org>
1402
1403 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1404 names when matching breakpoints in current file.
1405
1406 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1407
1408 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1409 (read_tag_pointer_type): Add address class support.
1410 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1411 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1412 New methods.
1413 * gdbarch.h, gdbarch.c: Regenerate.
1414 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1415 (make_type_with_address_space, recursive_type_dump): Add address
1416 class support.
1417 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1418 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1419 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1420
1421 2002-10-16 Klee Dienes <kdienes@apple.com>
1422
1423 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1424 to get the last character of a char[] buffer, not
1425 name[sizeof(vptr_name)-1].
1426
1427 2002-10-14 Adam Fedor <fedor@gnu.org>
1428
1429 * symtab.h: New objc_specific struct.
1430 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1431 (SYMBOL_DEMANGLED_NAME): Likewise.
1432
1433 2002-10-14 Adam Fedor <fedor@gnu.org>
1434
1435 * symfile.c (init_filename_language_table): Add ObjC file extension.
1436
1437 2002-10-14 Adam Fedor <fedor@gnu.org>
1438
1439 * utils.c (puts_filtered_tabular): New function.
1440 (fprintf_symbol_filtered): Get ObjC demangled name.
1441 * defs.h (puts_filtered_tabular): Declared.
1442
1443 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1444
1445 * c-lang.h (c_type_print_varspec_prefix): Delete.
1446 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1447 ``need_post_space'' parameter. Adjust all callers.
1448
1449 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1450
1451 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1452 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1453 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1454 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1455
1456 2002-10-13 Adam Fedor <fedor@gnu.org>
1457
1458 * source.c (print_source_lines): Update comments.
1459
1460 2002-10-13 Adam Fedor <fedor@gnu.org>
1461
1462 * valops.c (value_of_local): New function.
1463 (value_of_this): Use it.
1464 * value.h (value_of_local): Declared.
1465
1466 2002-10-13 Adam Fedor <fedor@gnu.org>
1467
1468 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1469 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1470
1471 2002-10-12 Adam Fedor <fedor@gnu.org>
1472
1473 * language.c (binop_result_type): Add language_objc to case.
1474 (integral_type): Likewise.
1475 (character_type): Likewise.
1476 (string_type): Likewise.
1477 (boolean_type): Likewise.
1478 (structured_type): Likewise.
1479 (binop_type_check): Likewise.
1480
1481 2002-10-11 Adam Fedor <fedor@gnu.org>
1482
1483 * printcmd.c (address_info): Print 'self' for ObjC.
1484
1485 2002-10-11 Adam Fedor <fedor@gnu.org>
1486
1487 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1488 OP_SELF.
1489
1490 2002-10-11 Adam Fedor <fedor@gnu.org>
1491
1492 * language.h (CAST_IS_CONVERSION): Add language_objc.
1493
1494 2002-10-11 Adam Fedor <fedor@gnu.org>
1495
1496 * defs.h (enum language): Add language_objc.
1497
1498 2002-10-11 Klee Dienes <kdienes@apple.com>
1499
1500 * corefile.c (read_memory_typed_address): New function.
1501 * gdbcore.h (read_memory_typed_address): Add prototype.
1502 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1503 to read a value destined for a CORE_ADDR, not read_memory_integer.
1504 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1505 (f77_get_dynamic_lowerbound): Ditto.
1506
1507 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1508
1509 * utils.c (string_to_core_addr): After turning string into
1510 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1511 which will do necessary sign-extension, etc.
1512
1513 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1514
1515 * c-exp.y (THIS): Delete token and grammar rule.
1516 (yylex): Don't return THIS.
1517 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1518 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1519 * demangle.c (cplus_markers): Update comment. Put '$'
1520 first. Remove CPLUS_MARKER.
1521 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1522 * jv-exp.y (THIS): Delete token and grammar rule.
1523 (yylex): Don't return THIS.
1524 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1525 * objc-exp.y (THIS): Delete token and grammar rule.
1526 (yylex): Don't return THIS.
1527 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1528 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1529 (read_member_functions): Likewise for opname.
1530 (read_tilde_fields): Use is_cplus_marker.
1531
1532 * defs.h (CPLUS_MARKER): Don't define.
1533 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1534 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1535 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1536 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1537 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1538
1539 * config/i386/tm-i386v4.h: Delete file.
1540 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1541 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1542 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1543 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1544 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1545 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1546 * config/i386/i386v4.mt (TM_FILE): Likewise.
1547 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1548
1549 2002-10-10 Marko Mlinar <markom@opencores.org>
1550
1551 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1552 accidentially not commited 2002-10-09
1553 * gdbarch.h, gdbarch.c: Re-generate.
1554
1555 2002-10-09 Marko Mlinar <markom@opencores.org>
1556
1557 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1558 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1559 * gdbarch.h, gdbarch.c: Re-generate.
1560
1561 2002-10-08 Petr Sorfa <petrs@caldera.com>
1562
1563 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1564
1565 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1566 so we can work on more than one compilation unit at a time. This
1567 helps prepare GDB to handle inter-CU die references.
1568 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1569 the code to be defined before struct comp_unit_head.
1570 (comp_unit_head): Added new members - offset, cu_head,
1571 begin_die, next and dwarf2_abbrevs.
1572 (dwarf2_abbrevs): Removed single static var; now member of
1573 struct comp_unit_head.
1574 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1575 members.
1576 (psymtab_to_symtab_1): Changed to work with the new
1577 struct comp_unit_head.
1578 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1579 constructs the dwarf2_abbrevs[] inside the cu_header.
1580 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1581 dwarf2_abbrev table to clean up.
1582 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1583 handling of dwarf2_abbrevs inside the cu_header.
1584 (read_partial_die): Now supports the call to the new
1585 dwarf2_lookup_abbrev.
1586 (read_full_die): Now supports the call to the new
1587 dwarf2_lookup_abbrev.
1588
1589 2002-10-06 Christopher Faylor <cgf@redhat.com>
1590
1591 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1592 insure that shell variables, such as "transformed_name" are propagated
1593 to later shell statements in rule.
1594
1595 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1596
1597 * config/i386/nm-i386sco.h: Add protection against
1598 multiple-inclusion. Include "i386/nm-i386v.h".
1599 (REGISTER_U_ADDR): Remove define.
1600 (i386_register_u_addr): Remove prototype.
1601
1602 2002-10-04 Michael Snyder <msnyder@redhat.com>
1603
1604 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1605 before treating it as a single-step event.
1606
1607 2002-10-03 Adam Fedor <fedor@gnu.org>
1608
1609 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1610 (objc_demangle): Remove assignment in if statements, Replace
1611 free with xfree.
1612 (add_msglist): Likewise.
1613 (end_msglist): Likewise.
1614 (complare_selectors): Likewise.
1615 (selectors_info): Likewise.
1616 (compare_classes): Likewise.
1617 (classes_info): Likewise.
1618 (print_object_command): Likewise.
1619 (find_objc_msgcall_submethod): Replace PTR with void *.
1620 * objc-lang.h: Remove check for __STDC__.
1621
1622 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1623
1624 * ui-out.h (ui_out_field_fmt_int): New prototype.
1625 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1626 of field width and alignment.
1627 * stack.c (print_frame_info_base): When printing frame level, use
1628 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1629 PR gdb/192
1630
1631 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1632
1633 * MAINTAINERS: Add self to Write After Approval list.
1634
1635 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1636
1637 * infcmd.c (interrupt_target_command_wrapper): Delete.
1638 (interrupt_target_command): Make non static.
1639 (nofp_registers_info): Make static.
1640 * stack.c (return_command_wrapper): Delete.
1641 (return_command): Make non static.
1642
1643 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1644
1645 * event-top.c (gdb_setup_readline): New function. Code moved from
1646 _initialize_event_loop().
1647 (_initialize_event_loop): Call gdb_setup_readline().
1648
1649 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1650
1651 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1652 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1653 * gdbarch.h, gdbarch.c: Re-generate.
1654
1655 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1656
1657 Fix PR gdb/778
1658 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1659 before recursing.
1660 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1661 of fill_in_vptr_fieldno.
1662
1663 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1664
1665 * inferior.h (registers_info, stepi_command, nexti_command,
1666 continue_command, interrupt_target_command): Export from infcmd.c.
1667 * frame.h (args_info, selected_frame_level_changed_hook,
1668 return_command): Export from stack.c.
1669 * v850ice.c (stepi_command, nexti_command, continue_command): use
1670 prototypes from inferior.h.
1671 * tracepoint.c (registers_info, args_info, locals_info): Use
1672 prototypes from frame.h and inferior.h.
1673 * Makefile.in (mi-main.o): Add dependency on frame.h.
1674
1675 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1676
1677 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1678 value in register 3 adjusted by ppc_gp0_regnum.
1679
1680 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1681
1682 2002-10-02 Marko Mlinar <markom@opencores.org>
1683
1684 * MAINTAINERS: Add myself to the Write After Approval list.
1685
1686 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1687
1688 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1689 of the section for the N64 ABI, fixed.
1690
1691 * config/mips/tm-irix6.h: Include solib.h.
1692
1693 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1694
1695 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1696 GNU operators.
1697
1698 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1699
1700 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1701 and that "mi0" syntax has been removed.
1702
1703 2002-09-30 David Carlton <carlton@math.stanford.edu>
1704
1705 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1706 * ppc-sysv-tdep.c: #include "gdb_string.h".
1707 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1708 pacify GCC.
1709
1710 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1711
1712 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1713 "vrsave"'s register number.
1714
1715 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1716
1717 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1718 use frame_unwind_signed_register to obtain the PC.
1719 (mips_frame_chain): Handle a generic dummy frame.
1720 (mips_init_extra_frame_info): When a generic dummy frame, don't
1721 re-compute the frame base.
1722 (mips_pop_frame): Handle generic dummy frames.
1723 (mips_gdbarch_init): When generic dummy frames, set
1724 use_generic_dummy_frames, push_dummy_frame to
1725 generic_push_dummy_frame, pc_in_call_dummy to
1726 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1727 generic_save_dummy_frame_tos.
1728
1729 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1730
1731 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1732 against TOP when TOP was explictly set.
1733 (generic_push_dummy_frame): Set TOP to zero.
1734
1735 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1736
1737 * event-loop.c (start_event_loop): Rename variable 'result' to
1738 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1739
1740 2002-09-30 Keith Seitz <keiths@redhat.com>
1741
1742 * gdb-events.sh (selected_thread_changed): New event.
1743 * gdb-events.c: Regenerated.
1744 * gdb-events.h: Regenerated.
1745
1746 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1747
1748 * MAINTAINERS: Add self to Write After Approval list.
1749
1750 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1751
1752 * disasm.c: New file.
1753 * disasm.h: New file.
1754 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1755 (compare_lines): Ditto.
1756 (dump_insns): Ditto.
1757 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1758 argument.
1759 (do_assembly_only): Ditto.
1760 (do_disassembly): Renamed to gdb_disassembly and moved to
1761 disasm.c. Sdded uiout argument.
1762 * Makefile.in: Add new files. Reorder SFILES list. Update
1763 dependencies. Include libgdb.a later in the insight executable.
1764
1765 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1766
1767 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1768 bfd/elf64-alpha-fbsd.c.
1769
1770 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1771
1772 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1773 i386gnu-tdep.c.
1774
1775 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1776
1777 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1778 __FUNCTION__.
1779 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1780 function name.
1781 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1782 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1783 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1784 (S_msg_sig_post_reply): Ditto.
1785
1786 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1787
1788 * sh-tdep.c (sh_use_struct_convention): Use definition according
1789 to ABI.
1790 (sh_push_arguments): Store in register with correct endianess.
1791 (sh_default_store_return_value): Ditto.
1792 (sh_gdbarch_init): Set sizeof long double to 8.
1793
1794 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1795
1796 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1797 Fix some whitespace problems.
1798
1799 2002-09-27 David Carlton <carlton@math.stanford.edu>
1800
1801 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1802 (mcore-tdep.o): Ditto.
1803 (ns32k-tdep.o): Ditto.
1804 (ns32knbsd-tdep.o): Ditto.
1805 (sh3-rom.o): Ditto.
1806 (vax-tdep.o): Ditto.
1807 * cris-tdep.c: #include "gdb_string.h"
1808 * mcore-tdep.c: Ditto.
1809 * ns32k-tdep.c: Ditto.
1810 * ns32knbsd-tdep.c: Ditto.
1811 * sh3-rom.c: Ditto.
1812 * vax-tdep.c: Ditto.
1813
1814 2002-09-27 David Carlton <carlton@math.stanford.edu>
1815
1816 * config/djgpp/fnchange.lst: Add entries for
1817 gdb/testsuite/gdb.c++/m-static files.
1818
1819 2002-09-27 Jim Wilson <wilson@redhat.com>
1820
1821 * MAINTAINERS: Add myself to the Write After Approval list.
1822
1823 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1824
1825 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1826
1827
1828 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1829
1830 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1831 frame.
1832
1833 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1834
1835 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1836 (rs6000_struct_return_address): Delete variable.
1837 (rs6000_store_struct_return): Update.
1838 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1839 deprecated_extract_struct_value_address.
1840 (rs6000_frame_align): New function.
1841 (rs6000_gdbarch_init): Set frame_align.
1842
1843 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1844
1845 From Grace Sainsbury <graces@redhat.com>:
1846 * Makefile.in (gdbtk-main.o): New target.
1847 (gdb.o): New target.
1848 (main_h): Define.
1849 (main.o): Update dependencies.
1850 (gdb$(EXEEXT)): Add gdb.o.
1851 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1852 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1853 (SUBDIR_GDBTK_CLEAN): Set.
1854 (install-gdbtk): Install the insight binary.
1855 (uninstall-gdbtk): New target.
1856 (all-gdbtk, clean-gdbtk): New rule.
1857 * top.c (use_windows): Default to zero.
1858 * main.c: Include "main.h".
1859 (main): Delete.
1860 (struct captured_main_args): Delete.
1861 (gdb_main): New function.
1862 * main.h: New file.
1863 * gdb.c: New File.
1864
1865 2002-09-25 Andrew Cagney <cagney@redhat.com>
1866
1867 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1868 (frame_map_regnum_to_name): New function.
1869 (frame_map_name_to_regnum): New function.
1870 * frame.h (frame_map_name_to_regnum): Declare.
1871 (frame_map_regnum_to_name): Declare.
1872 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1873 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1874 * parse.c: Do not include "builtin-regs.h".
1875 (target_map_name_to_register): Delete function.
1876 (write_dollar_variable): Use frame_map_name_to_regnum.
1877 * parser-defs.h (target_map_name_to_register): Delete declaration.
1878 * expprint.c: Include "frame.h".
1879 (print_subexp): Use frame_map_regnum_to_name.
1880 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1881 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1882
1883 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1884
1885 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1886 wasn't saved, and the next innermost frame is a dummy, return the
1887 dummy frame's link register.
1888
1889 2002-09-24 Jim Blandy <jimb@redhat.com>
1890
1891 Fix from Paul Breed:
1892 * main.c (captured_main): Add a `break' after the case for 'b'.
1893
1894 2002-09-24 Keith Seitz <keiths@redhat.com>
1895
1896 * varobj.c (c_type_of_child): Use get_target_type instead
1897 of TYPE_TARGET_TYPE.
1898
1899 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1900
1901 * source.c (get_current_or_default_source_symtab_and_line): Remove
1902 function.
1903 (set_default_source_symtab_and_line): New function. Attempts to
1904 determine a source file to list lines from if one is not currently
1905 defined.
1906 (get_current_source_symtab_and_line): Initialize sal.pc and
1907 sal.end fields.
1908 (set_current_source_symtab_and_line): Mark argument as const.
1909 * source.h: Update declarations and comments.
1910 * linespec.c (decode_line_1): Replace call to removed routine above.
1911 * stack.c (print_frame_info_base): Ditto.
1912 * cli/cli-cmds.c (edit_command): Ditto.
1913 (list_command): Ditto.
1914
1915 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1916
1917 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1918 sal.pc and sal.end fields.
1919 (get_current_or_default_source_symtab_and_line): Ditto.
1920 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1921 so we do not cause a new source symtab to be searched for (reverting an
1922 unintentional change from the 2002-09-20 patch).
1923 * scm-lang.c (scm_unpac): Ditto.
1924
1925 2002-09-21 Andrew Cagney <cagney@redhat.com>
1926
1927 * complaints.c (symfile_explanations): Remove new-line from
1928 ``isolated_message''.
1929 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1930 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1931
1932 2002-09-20 Nick Clifton <nickc@redhat.com>
1933
1934 * NEWS: Announce that V850EA ISA is no longer supported.
1935 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1936
1937 2002-09-20 David Carlton <carlton@math.stanford.edu>
1938
1939 * Makefile.in (c-lang.o): Correct dependencies.
1940 (utils.o): Gather dependencies.
1941 (charset.o): Move.
1942 * c-lang.c: #include "gdb_string.h"
1943
1944 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1945
1946 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1947 * cli/cli-cmds.c (list_command): New function. Implements the new
1948 cli edit command.
1949 (_init_cli_cmds): Add new command definition.
1950 * gdb.1: Document edit command.
1951 * doc/gdb.texinfo: Document edit command.
1952
1953 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1954
1955 * source.c: Make global variables current_source_symtab and
1956 current_source_line static.
1957 (list_command): Moved to cli/cli-cmds.c.
1958 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1959 (get_first_line_listed): New accessor function.
1960 (get_lines_to_list): New accessor function.
1961 (get_current_source_symtab_and_line): New function. Retrieves the
1962 position in the source code that we consider current.
1963 (get_current_or_default_source_symtab_and_line): New function.
1964 Like the above but attempts to determine a default position if one
1965 is not currently defined.
1966 (set_current_source_symtab_and_line): New function. Sets the source
1967 code position considered current and returns the previously set one.
1968 (clear_current_source_symtab_and_line): Reset stored information about
1969 a current source line.
1970 (_initialize_source): Remove registration for the "list" command and
1971 its alias.
1972 * source.h: Add declarations for the new functions above.
1973 * symtab.h: Remove declarations for the global variables mentioned
1974 above.
1975 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1976 obtain current source line.
1977 * linespec.c (decode_line_1): Ditto.
1978 * macroscope.c (default_macro_scope): Ditto.
1979 * scm-lang.c (scm_unpac): Ditto.
1980 * stack.c (print_frame_info_base): Ditto.
1981 * symfile.c (clear_symtab_users): Ditto.
1982 * symtab.c (decode_line_spec): Ditto.
1983 * cli/cli-cmds.c (list_command): Moved here from source.c.
1984 (ambiguous_line_spec): Moved here from source.c.
1985 (_init_cli_cmds): Add definition for "list" and its alias.
1986 * Makefile.in: Update dependencies.
1987
1988 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1989
1990 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1991 with what gcc thinks is correct.
1992
1993 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1994
1995 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1996 multiple register push instruction.
1997
1998 2002-09-19 Jim Blandy <jimb@redhat.com>
1999
2000 Add support for distinct host and target character sets.
2001 * charset.c, charset.h: New files.
2002 * c-exp.y: #include "charset.h".
2003 (yylex): Convert character and string literals to the target
2004 character set, before returning them as the semantic value of the
2005 token.
2006 * c-lang.c: #include "charset.h".
2007 (c_emit_char): Use charset-specific methods to recognize
2008 characters with backslash escape forms, to decide which characters
2009 to print literally and which to print using numeric escape
2010 sequences, and to convert target characters to host characters
2011 before printing.
2012 * utils.c: #include "charset.h".
2013 (no_control_char_error): New function.
2014 (parse_escape): Use charset-specific methods to recognize
2015 backslash escapes, parse `control character' notation, and convert
2016 characters from the host character set to the target character set.
2017 * configure.in: Set the default host character set.
2018 Check where to find iconv, and what its argument types might be.
2019 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2020 * Makefile.in (SFILES): List charset.c.
2021 (COMMON_OBS): List charset.o.
2022 (charset.o): New rule.
2023 (charset_h): New header dependency variable.
2024 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2025 (LIBICONV): New variable, set by configure.
2026 (CLIBS): Include $(LIBICONV) here.
2027 * aclocal.m4, config.in, configure: Regenerated.
2028
2029 2002-09-19 Joel Brobecker <brobecker@gnat.com>
2030
2031 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2032 bison 1.35 warning.
2033
2034 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
2035
2036 * gdb_mbuild.sh: New file.
2037
2038 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2039
2040 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2041
2042 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2043
2044 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2045 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2046 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2047 valops.c, value.h: Revert previous change.
2048
2049 2002-09-18 Michael Snyder <msnyder@redhat.com>
2050
2051 Preliminary support for Objective-C:
2052 * defs.h (language_objc): New enum value.
2053 (puts_filtered_tabular): Declaration only, exported from utils.c.
2054 (skip_quoted): Delete, declared in completer.h.
2055 * c-exp.y: Include completer.h.
2056 * p-exp.y: Ditto.
2057 * jv-exp.y: Ditto.
2058 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2059 New operator enum values.
2060 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2061 * language.c (binop_result_type): Handle language_objc case.
2062 (integral_type, character_type, string_type, boolean_type,
2063 structured_type, binop_type_check): Ditto.
2064 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2065 (struct objc_specific): Add to general_symbol_info.
2066 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2067 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2068 * parser-defs.h (struct objc_class_str): New struct type.
2069 (start_msglist, end_msglist, add_msglist): Declaration only,
2070 exported from objc-lang.c.
2071 * value.h (value_of_local, value_nsstring,
2072 call_function_by_hand_expecting_type): Exported from valops.c.
2073 * valops.c (find_function_addr): Export.
2074 (call_function_by_hand_expecting_type): New function.
2075 (value_of_local): New function.
2076 * symfile.c (init_filename_language_table): Add ".m" extension
2077 for Objective-C.
2078 * utils.c (puts_filtered_tabular): New function.
2079 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2080 (set/show demangle): Extend help-string to refer to ObjC.
2081 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2082 * stabsread.c (symbol_reference_defined): Objective-C symbols
2083 may contain colons: make allowances when scanning stabs strings
2084 for colons.
2085 (objc_find_colon): New function.
2086 * printcmd.c (address_info): If language == objc then print
2087 "self" instead of "this".
2088 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2089 OP_NSSTRING, and OP_SELF.
2090 (prefixify_subexp): Ditto.
2091 * source.c (print_source_lines): Mention objc in comment.
2092 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2093 method names.
2094
2095 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2096
2097 * complaints.h: Update copyright.
2098 (struct complaints): Declare.
2099 (struct complaint): Make `message' constant.
2100 (internal_complaint): Declare.
2101 (complaint): Declare.
2102 (complaint_root): Delete declaration.
2103 (symfile_complaints): Delete declaration.
2104 (struct complaints): Add opaque declaration.
2105 (clear_complaints): Add a complaints parameter.
2106 * complaints.c: Update copyright.
2107 (enum complaint_series): Define.
2108 (complaint_root): Delete.
2109 (struct complaints): Define.
2110 (complaint_sentinel, symfile_complaint_book): New variables.
2111 (symfile_explanations, symfile_complaints): New variables.
2112 New variables.
2113 (get_complaints): New function.
2114 (vcomplaint): New function.
2115 (complaint): New function.
2116 (internal_complaint): New function.
2117 (complain): Call vcomplain with symfile_complaint.
2118 (clear_complaints): Rewrite.
2119 (_initialize_complaints): Use add_setshow_command.
2120 * Makefile.in (complaints.o): Update dependencies.
2121 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2122 to call to clear_complaints.
2123 (new_symfile_objfile, reread_symbols): Ditto.
2124 (oldsyms_complaint): Delete.
2125 (empty_symtab_complaint, unknown_option_complaint): Delete.
2126 (free_named_symtabs): Use complaint instead of complain.
2127
2128 2002-09-18 Michael Snyder <msnyder@redhat.com>
2129
2130 Contributed by Apple Computer, Inc. Merged with current sources
2131 by Adam Fedor <fedor@doc.com> [cagney].
2132
2133 * objc-lang.c: First clean-up round: comments, indentation.
2134 * objc-lang.h: Ditto.
2135 * objc-lang.y: Ditto.
2136
2137 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2138
2139 * maint.c (maintenance_internal_error): Print the parameter as the
2140 error message.
2141 (maintenance_internal_warning): New function.
2142 (_initialize_maint_cmds): Add command `maint internal-warning'.
2143
2144 * defs.h (internal_warning, internal_vwarning): Declare.
2145 * utils.c (struct internal_problem): Define.
2146 (internal_vproblem): New function.
2147 (internal_warning): New function.
2148 (internal_vwarning): New function.
2149 (internal_warning_problem, internal_error_problem): New variables.
2150 (internal_verror): Just call internal_vproblem.
2151
2152 2002-09-18 Michael Snyder <msnyder@redhat.com>
2153
2154 * objc-lang.c: New file, support for Objective-C.
2155 Preliminary check-in, not yet integrated into gdb.
2156 * objc-lang.h: New file.
2157 * objc-exp.y: New file.
2158
2159 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2160
2161 * infrun.c (signal_stop_update): Convert definition to ISO C.
2162 (signal_print_update): Ditto.
2163 (signal_pass_update): Ditto.
2164 * inflow.c (terminal_save_ours): Ditto.
2165
2166 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2167 comments.
2168
2169 * config/djgpp/fnchange.lst: Handle name clashes between
2170 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2171 bfd/coff-tic80.c.
2172
2173 * i386-linux-tdep.h: Fix tipo.
2174
2175 2002-09-18 Adam Fedor <fedor@gnu.org>
2176
2177 * MAINTAINERS: Add myself to the Write After Approval list.
2178
2179 2002-09-18 Jim Blandy <jimb@redhat.com>
2180
2181 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2182 texthigh and textlow to reader-specific structs caused
2183 objfile_relocate to miss them. This is fixable, but the work that
2184 the change was supposed to prepare GDB for never got done anyway.
2185
2186 2002-09-18 David Carlton <carlton@math.stanford.edu>
2187
2188 * MAINTAINERS: Alphabetize Write After Approval list.
2189
2190 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2191
2192 Fix PR gdb/709
2193 * values.c (value_static_field): Call read_var_value.
2194
2195 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2196
2197 * valops.c (hand_function_call): Align the initial stack pointer
2198 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2199 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2200 return value.
2201 * mips-tdep.c (mips_frame_align): New function.
2202 (mips_gdbarch_init): Set frame_align.
2203 * gdbarch.sh (FRAME_ALIGN): New method.
2204 * gdbarch.h, gdbarch.c: Re-generate.
2205
2206 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2207
2208 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2209 registers.
2210
2211 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2212
2213 * NEWS: Mention that MIPS $fp behavior changed.
2214 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2215 reference to FP_REGNUM.
2216 (mipsnbsd_cannot_store_register): Ditto.
2217 * mips-linux-nat.c: Update copyright.
2218 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2219 (mips_linux_cannot_store_register): Ditto.
2220 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2221 * config/mips/tm-mips.h: Update copyright.
2222 (FP_REGNUM): Delete macro.
2223 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2224 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2225 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2226 (mips_r3041_reg_names, mips_r3051_reg_names)
2227 (mips_r3081_reg_names): Replace "fp" with "".
2228 Fix PR gdb/480.
2229
2230 2002-09-17 Theodore A. Roth <troth@verinet.com>
2231
2232 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2233 generic_read_register_dummy() (PR gdb/703).
2234 (avr_push_return_address): #if 0 out unused vars.
2235 (avr_gdbarch_init): Enable use of avr_push_return_address().
2236
2237 2002-09-17 Michael Snyder <msnyder@redhat.com>
2238
2239 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2240 RTE will take care of it.
2241
2242 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2243
2244 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2245 invalid, return SP_REGNUM.
2246
2247 2002-09-17 Michael Snyder <msnyder@redhat.com>
2248
2249 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2250 point registers without sign extension.
2251
2252 2002-09-17 Andrew Cagney <cagney@redhat.com>
2253
2254 * blockframe.c (deprecated_read_register_dummy): Rename
2255 generic_read_register_dummy.
2256 * frame.c (frame_unwind_signed_register): New function.
2257 (frame_unwind_unsigned_register): New function.
2258 * frame.h (frame_unwind_signed_register): Declare.
2259 (frame_unwind_unsigned_register): Declare.
2260 (deprecated_read_register_dummy): Rename
2261 generic_read_register_dummy.
2262
2263 * h8300-tdep.c (h8300_frame_chain): Update.
2264 (h8300_frame_saved_pc): Update.
2265 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2266 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2267 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2268 (s390_frame_chain): Update.
2269 * v850-tdep.c (v850_find_callers_reg): Update.
2270 (v850_frame_saved_pc): Update.
2271 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2272 (m32r_find_callers_reg): Update.
2273 (m32r_frame_saved_pc): Update.
2274 * sh-tdep.c (sh_find_callers_reg): Update.
2275 (sh64_get_saved_pr): Update.
2276 (sh_init_extra_frame_info): Update.
2277 (sh_init_extra_frame_info): Update.
2278 (sh64_init_extra_frame_info): Update.
2279 (sh64_init_extra_frame_info): Update.
2280 * mcore-tdep.c (mcore_find_callers_reg): Update.
2281 (mcore_frame_saved_pc): Update.
2282 (mcore_init_extra_frame_info): Update.
2283 * i386-tdep.c (i386_frame_saved_pc): Update.
2284 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2285 (ia64_init_extra_frame_info): Update.
2286 (ia64_init_extra_frame_info): Update.
2287 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2288 * cris-tdep.c (cris_init_extra_frame_info): Update.
2289 * avr-tdep.c (avr_frame_chain): Update.
2290 (avr_init_extra_frame_info): Update.
2291 (avr_frame_saved_pc): Update.
2292 * arm-tdep.c (arm_find_callers_reg): Update.
2293 (arm_init_extra_frame_info): Update.
2294 (arm_frame_saved_pc): Update.
2295
2296 2002-09-17 Tom Tromey <tromey@redhat.com>
2297
2298 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2299 is "'".
2300
2301 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2302
2303 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2304 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2305 NEXT_PROLOGUE_INSN.
2306 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2307 NEXT_PROLOGUE_INSN.
2308
2309 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2310
2311 * osfsolib.c: Remove file, replaced by solib-osf.c.
2312 * Makefile.in: Remove compilation rules for osfsolib.c.
2313
2314 2002-09-16 David Carlton <carlton@math.stanford.edu>
2315
2316 * cp-valprint.c (cp_print_class_method): Correct args to
2317 check_stub_method_group.
2318
2319 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2320
2321 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2322 `set architecture'. Unify naming convention of functions.
2323 (h8300_skip_prologue): Improve prologue analysis.
2324 (h8300_push_arguments): Rewritten to more closely match GCC's
2325 bizarre argument-passing behavior, along with the comment describing
2326 said behavior.
2327 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2328 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2329 sim, remote-e7000.c, remote-hms.c and remote.c
2330
2331 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2332
2333 * i386-tdep.c (gdb_print_insn_i386): Removed.
2334 (i386_print_insn): New function.
2335 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2336 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2337 tm_print_insn_info.
2338
2339 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2340
2341 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2342 zero.
2343
2344 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2345
2346 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2347 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2348 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2349
2350 2002-09-13 Christopher Faylor <cgf@redhat.com>
2351
2352 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2353
2354 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2355
2356 * gdbtypes.c (check_stub_method): Make static.
2357 (check_stub_method_group): New function.
2358 * gdbtypes.h: Update prototypes.
2359 * cp-support.c: New file.
2360 * cp-support.h: New file.
2361
2362 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2363 (update_method_name_from_physname): New function.
2364 (read_member_functions): Correct method names for operators
2365 and v3 constructors/destructors. Separate v2 constructors and
2366 destructors.
2367 * Makefile.in (stabsread.o): Update dependencies.
2368 (SFILES): Add cp-support.c.
2369 (COMMON_OBS): Add cp-support.o.
2370 (cp_support_h, cp-support.o): Add.
2371
2372 * cp-valprint.c (cp_print_class_method): Call
2373 check_stub_method_group instead of check_stub_method. Remove
2374 extraneous QUITs.
2375 * p-valprint.c (pascal_object_print_class_method): Likewise.
2376 * valops.c (search_struct_method): Likewise.
2377 (find_method_list, value_struct_elt_for_reference): Likewise.
2378
2379 2002-09-13 Andrew Cagney <cagney@redhat.com>
2380
2381 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2382 * gdbarch.h, gdbarch.c: Regenerate.
2383
2384 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2385
2386 * frame.c (find_saved_register): Delete function.
2387 * frame.h (find_saved_register): Delete declaration.
2388 Fix PR gdb/631.
2389
2390 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2391
2392 * mips-tdep.c (read_next_frame_reg): Re-hack using
2393 frame_register_unwind.
2394
2395 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2396
2397 * mips-tdep.c (mips_get_saved_register): Re-hack using
2398 frame_register_unwind.
2399
2400 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2401
2402 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2403 vector. Will be useful for Interix.
2404 * gdbarch.h, gdbarch.c: Regenerate.
2405
2406 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2407 name of the malloc function by NAME_OF_MALLOC.
2408
2409 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2410
2411 * value.h (find_function_in_inferior): Add const keyword to
2412 one of the parameters. Allows us to invoke this function with
2413 a const char *.
2414 * valops.c (find_function_in_inferior): Likewise.
2415
2416 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2417
2418 * exec.c (xfer_memory): Fix compilation warning with old versions
2419 of GCC.
2420 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2421
2422 2002-09-12 David Carlton <carlton@math.stanford.edu>
2423
2424 * symtab.h: Run through gdb_indent.h.
2425 Add 2002 to Copyright year list.
2426
2427 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2428
2429 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2430 mach constants.
2431 * MAINTAINERS: Add myself to write after approval list.
2432
2433 2002-09-11 J. Brobecker <brobecker@gnat.com>
2434
2435 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2436
2437 2002-09-11 J. Brobecker <brobecker@gnat.com>
2438
2439 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2440 Interix.
2441
2442 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2443
2444 * procfs.c (do_detach): Clear current signal, not just fault.
2445 Corrects problem with breakpoint trap signal leaking to detached
2446 process on Tru64.
2447
2448 2002-09-10 Michael Snyder <msnyder@redhat.com>
2449
2450 * buildsym.c (finish_block): Protect against null pointer.
2451
2452 2002-09-10 Andrew Cagney <cagney@redhat.com>
2453
2454 * infcmd.c (default_print_registers_info): Send all output to
2455 ``file'' instead of ``gdb_stdout''.
2456
2457 2002-09-10 Michael Snyder <msnyder@redhat.com>
2458
2459 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2460 LONGEST, and use signed register read (addresses are sign-
2461 extended for mips).
2462
2463 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2464
2465 * event-loop.c (gdb_do_one_event): Make public.
2466 * event-loop.h (gdb_do_one_event): Declare.
2467
2468 2002-09-10 Jeff Law <law@redhat.com>
2469
2470 * infttrace.c (child_resume): Simplify and rework to avoid
2471 TT_PROC_CONTINUE.
2472
2473 2002-09-09 Fred Fish <fnf@intrinsity.com>
2474
2475 * printcmd.c (print_scalar_formatted): "len" is the number of
2476 target bytes, NOT the number of target bits.
2477
2478 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2479
2480 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2481 * top.c (init_main): Set rl_terminal_name.
2482
2483 2002-09-08 Aidan Skinner <aidan@velvet.net>
2484
2485 * ada-lang.c (ada_array_bound, ada_type_match,
2486 _initialize_ada_language): Fix K&R definitions.
2487 * ada-tasks.c (get_current_task): Fix K&R definitions.
2488 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2489
2490 2002-09-07 Christopher Faylor <cgf@redhat.com>
2491
2492 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2493 Add XP.
2494
2495 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2496
2497 * i386-tdep.c (i386_register_virtual_type,
2498 i386_register_convertible, i386_register_convert_to_virtual,
2499 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2500 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2501 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2502 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2503 Don't set push_arguments twice.
2504
2505 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2506 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2507 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2508 sigtramp_end to NULL.
2509 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2510 defines.
2511 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2512
2513 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2514 whitespace.
2515
2516 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2517 * gdbarch.h, gdbarch.c: Re-generate.
2518 * blockframe.c (find_pc_sect_partial_function): Convert to use
2519 SIGTRAMP_START_P predicate.
2520
2521 2002-09-05 Michael Snyder <msnyder@redhat.com>
2522
2523 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2524 generic_dummy_frame method and old method. Also distinguish
2525 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2526 (arm_extract_return_value): Use new regcache method.
2527
2528 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2529 adjustment that doesn't conform to the ABI.
2530 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2531 saved regcache, not from current regcache.
2532
2533 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2534
2535 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2536 * README: Update.
2537
2538 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2539
2540 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2541 if arm_apcs_32 is false.
2542
2543 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2544
2545 GDB 5.3 branch created.
2546
2547 2002-09-03 Theodore A. Roth <troth@verinet.com>
2548
2549 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2550 generic_unwind_get_saved_register.
2551
2552 2002-09-03 David Carlton <carlton@math.stanford.edu>
2553
2554 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2555 argument (PR gdb/653). Update call to smash_to_method_type.
2556 (read_structure_scope): Update call to dwarf2_add_member_fn.
2557
2558 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2559
2560 * x86-64-linux-tdep.c: Include gdb_string.h
2561 * x86-64-linux-nat.c: Ditto.
2562
2563 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2564
2565 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2566 when YYDEBUG is set to 1.
2567 * c-exp.y: Likewise.
2568 * f-exp.y: Likewise.
2569 * jv-exp.y: Likewise.
2570 * m2-exp.y: Likewise.
2571 * p-exp.y: Likewise.
2572
2573 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2574
2575 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2576 dependency list.
2577 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2578 solib_svr4_fetch_link_map_offsets to
2579 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2580 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2581 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2582 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2583 solib-svr4.o, and solib-legacy.o.
2584 * config/i386/tm-nbsd.h: Include solib.h.
2585
2586 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2587
2588 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2589 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2590 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2591 comment noting that this needs its own target configuration.
2592 * config/i386/nbsd.mt: New file.
2593 * config/i386/nbsdaout.mt: Remove.
2594 * config/i386/nbsdelf.mt: Ditto.
2595 * config/i386/tm-nbsdaout.h: Ditto.
2596
2597 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2598
2599 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2600 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2601 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2602 tdep->sigtramp_end.
2603 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2604 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2605 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2606
2607 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2608
2609 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2610 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2611 * i386-tdep.h (i386bsd_init_abi): New prototype.
2612 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2613 function declaration.
2614 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2615 for NetBSD-a.out or NetBSD-ELF.
2616 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2617 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2618 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2619 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2620 and nbsd-tdep.h.
2621 (i386nbsd_pc_in_sigtramp): New function.
2622 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2623 i386nbsd_pc_in_sigtramp.
2624 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2625 and i386nbsdelf_init_abi OS ABI handlers.
2626 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2627 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2628
2629 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2630
2631 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2632 registers if the target really has them.
2633
2634 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2635
2636 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2637 than nbsd-tdep.h.
2638
2639 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2640
2641 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2642 list.
2643 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2644 (alphanbsd_skip_sigtramp_frame): New functions.
2645 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2646 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2647 to alphanbsd_sigcontext_addr.
2648
2649 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2650
2651 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2652 list.
2653 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2654 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2655 nbsd_pc_in_sigtramp.
2656 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2657 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2658 * nbsd-tdep.c: Include gdb_string.h.
2659 (nbsd_pc_in_sigtramp): New function.
2660 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2661 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2662 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2663 ppcnbsd_pc_in_sigtramp.
2664 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2665 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2666 shnbsd_pc_in_sigtramp.
2667 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2668 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2669 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2670
2671 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2672
2673 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2674 watchpoints to NULL.
2675 (insert_breakpoints): set val field of watchpoints if NULL.
2676
2677
2678 2002-08-29 Jim Blandy <jimb@redhat.com>
2679
2680 * symtab.c (lookup_symbol_aux): In the cases where we find a
2681 minimal symbol of an appropriate name and use its address to
2682 select a symtab to read and search, use `name' (as passed to us)
2683 as the demangled name when searching the symtab's global and
2684 static blocks, not the minsym's name.
2685
2686 2002-08-29 Keith Seitz <keiths@redhat.com>
2687
2688 * stack.c (print_frame_info_base): Always set current_source_symtab
2689 and current_source_line.
2690
2691 2002-08-29 Donn Terry <donnte@microsoft.com>
2692
2693 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2694
2695 2002-08-28 Keith Seitz <keiths@redhat.com>
2696
2697 * stack.c (select_frame): Add FIXME concerning selected-frame
2698 events.
2699 (select_frame_command): Send selected-frame-level-changed
2700 event notification, but only if the level actually changed.
2701 (up_silently_base): Add selected-frame-level-changed event
2702 notification.
2703 (down_silently_base): Likewise.
2704
2705 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2706
2707 * Makefile.in: Update dependencies for all gdb/*.c files.
2708
2709 2002-08-27 Tom Tromey <tromey@redhat.com>
2710
2711 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2712 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2713 Update dependencies.
2714 * i387-tdep.c: Include gdb_string.h.
2715 * osabi.c: Likewise.
2716 * i386-linux-nat.c: Likewise.
2717 * lin-lwp.c: Likewise.
2718 * ax-gdb.c: Likewise.
2719 * signals/signals.c: Likewise.
2720 * jv-valprint.c: Likewise.
2721 * p-lang.c: Likewise.
2722 * c-valprint.c: Likewise.
2723 * cp-abi.c: Likewise.
2724
2725 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2726
2727 * cli/cli-script.h (copy_command_lines): Export.
2728 * breakpoint.c: Include cli/cli-script.h.
2729 * Makefile.in (breakpoint.o): Update dependencies.
2730
2731 2002-08-26 Michael Snyder <msnyder@redhat.com>
2732
2733 * breakpoint.c (insert_breakpoints): Protect all references
2734 to 'process_warning'. Shorten long lines.
2735
2736 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2737
2738 * cli/cli-script.c (copy_command_lines): New function.
2739 * defs.h (copy_command_lines): Export.
2740 * testsuite/gdb.base/commands.exp: New tests for commands
2741 attached to a temporary breakpoint, and for commands that
2742 delete the breakpoint they are attached to.
2743
2744 2002-08-26 Michael Snyder <msnyder@redhat.com>
2745
2746 * breakpoint.c (bpstat_stop_status): Instead of copying the
2747 pointer to the breakpoint commands struct, make a new copy
2748 of the struct and point to that.
2749 (bpstat_clear): Free the commands struct.
2750 (bpstat_clear_actions): Free the commands struct.
2751 (bpstat_do_actions): Free the command actions. Also execute
2752 the local cleanups, instead of deleting them.
2753 (delete_breakpoint): Leave the commands field of the bpstat
2754 chain alone -- it will be freed later.
2755
2756 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2757
2758 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2759 deleted in 2002-08-20 commit. This function is still used by
2760 ppc-linux-nat.c.
2761
2762 2002-08-26 Keith Seitz <keiths@redhat.com>
2763
2764 * gdb-events.sh: Add selected-frame-level-changed event.
2765 * gdb-events.c: Regenerated.
2766 * gdb-events.h: Regenerated.
2767
2768 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2769
2770 Fix PR gdb/393:
2771 * inflow.c (terminal_save_ours): New function to save terminal
2772 settings.
2773 * inferior.h (terminal_save_ours): Declare.
2774 * target.c (debug_to_terminal_save_ours): New function.
2775 (cleanup_target): Defaults to_terminal_save_ours.
2776 (update_current_target): Inherit to_terminal_save_ours.
2777 (setup_target_debug): Set to_terminal_save_ours.
2778 * target.h (target_terminal_save_ours): New to save terminal settings.
2779 (target_ops): New member to_terminal_save_ours.
2780 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2781 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2782 * inftarg.c (init_child_ops): Likewise.
2783 * m3-nat.c (init_m3_ops): Likewise.
2784 * procfs.c (init_procfs_ops): Likewise.
2785 * wince.c (init_child_ops): Likewise.
2786 * win32-nat.c (init_child_ops): Likewise.
2787 * sol-thread.c (init_sol_thread_ops): Likewise.
2788
2789 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2790
2791 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2792 use regcache_* functions.
2793 (i386_gdbarch_init): Set store_return_value instead of
2794 deprecated_store_return_value.
2795
2796 * regcache.c (regcache_raw_write_signed,
2797 regcache_raw_write_unsigned): New functions.
2798 * regcache.h (regcache_raw_write_signed,
2799 regcache_raw_write_unsigned): New prototypes.
2800
2801 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2802
2803 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2804 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2805 source file dependencies. Cleanup corresponding generator rules.
2806
2807 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2808
2809 * regcache.h (register_offset_hack): Declare.
2810 (regcache_cooked_read_using_offset_hack): Declare.
2811 (regcache_cooked_write_using_offset_hack): Declare.
2812
2813 * regcache.c (register_offset_hack): New function.
2814 (regcache_cooked_read_using_offset_hack): New function.
2815 (regcache_cooked_write_using_offset_hack): New function.
2816 (regcache_dump): Check that the registers, according to their
2817 offset, are packed hard against each other.
2818 (cooked_xfer_using_offset_hack): New function.
2819
2820 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2821
2822 * regcache.c (struct regcache_descr): Add field register_type.
2823 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2824 in as a parameter
2825 (init_regcache_descr): Initialize register_type. Pass the descr
2826 to init_legacy_regcache_descr. Use register_type instead of
2827 REGISTER_VIRTUAL_TYPE.
2828 (register_type): New function.
2829 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2830 * regcache.h (register_type): Declare.
2831
2832 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2833
2834 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2835 instead of deprecated_store_return_value. Fix fallout from
2836 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2837
2838 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2839
2840 * regcache.c (max_register_size): New function.
2841 (init_legacy_regcache_descr): Ensure that max_register_size is
2842 large enough for REGISTER_VIRTUAL_SIZE.
2843 * regcache.h (max_register_size): Declare.
2844
2845 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2846
2847 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2848 store_return_value.
2849 (e500_extract_return_value): Change type of valbuf pointer to
2850 void.
2851
2852 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2853
2854 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2855 workaround.
2856
2857 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2858 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2859 long long) to prevent compiler warning on 64-bit systems.
2860
2861 2002-08-23 Andrew Cagney <cagney@redhat.com>
2862
2863 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2864 (DEPRECATED_STORE_RETURN_VALUE): New method.
2865 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2866 * gdbarch.h, gdbarch.c: Re-generate.
2867
2868 * values.c (set_return_value): Pass current_regcache to
2869 STORE_RETURN_VALUE.
2870 * arch-utils.h (legacy_store_return_value): Declare.
2871 * arch-utils.c (legacy_store_return_value): New function.
2872 (legacy_extract_return_value): Update parameters.
2873
2874 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2875 STORE_RETURN_VALUE.
2876 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2877 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2878 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2879 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2880 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2881 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2882 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2883 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2884 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2885 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2886
2887 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2888 * i386-tdep.c (i386_extract_return_value): Update.
2889 * arch-utils.c (legacy_extract_return_value): Update.
2890 * frv-tdep.c (frv_gdbarch_init): Update.
2891 * cris-tdep.c (cris_gdbarch_init): Update.
2892 * d10v-tdep.c (d10v_gdbarch_init): Update.
2893 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2894 * m68k-tdep.c (m68k_gdbarch_init): Update.
2895 * mcore-tdep.c (mcore_gdbarch_init): Update.
2896 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2897 * s390-tdep.c (s390_gdbarch_init): Update.
2898 * sparc-tdep.c (sparc_gdbarch_init): Update.
2899 * sh-tdep.c (sh_gdbarch_init): Update.
2900 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2901 * v850-tdep.c (v850_gdbarch_init): Update.
2902 * avr-tdep.c (avr_gdbarch_init): Update.
2903 * ia64-tdep.c (ia64_gdbarch_init): Update.
2904 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2905 * vax-tdep.c (vax_gdbarch_init): Update.
2906 * alpha-tdep.c (alpha_gdbarch_init): Update.
2907 * arm-tdep.c (arm_gdbarch_init): Update.
2908 * mips-tdep.c (mips_gdbarch_init): Update.
2909 * i386-tdep.c (i386_gdbarch_init): Update.
2910
2911 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2912
2913 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2914 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2915
2916 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2917
2918 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2919 problems.
2920
2921 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2922
2923 * infrun.c (handle_inferior_event): Move a comment outside of a
2924 function call, in order to avoid indent reformatting this part
2925 of the code in an unreadable way.
2926
2927 2002-08-23 Grace Sainsbury <graces@redhat.com>
2928
2929 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2930 when breakpoints fail. Move general breakpoint error messages to
2931 insert_breakpoints.
2932 * breakpoint.c (insert_breakpoints): Change warnings when
2933 breakpoints are nto inserted to specify the type. Remove call to
2934 memory_error when hardware breakpoints can't be inserted. Remove
2935 multiple calls to warning so all messages are sent to the user at
2936 once.
2937 (delete_breakpoints): Make insert error messsages more explicit.
2938
2939 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2940
2941 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2942 gdbserver/ChangeLog.
2943
2944 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2945
2946 * i386-tdep.c: Include "objfiles.h".
2947 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2948 skip_trampoline_code.
2949 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2950 (CPLUS_MARKER): Define to '.'.
2951
2952 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2953 member.
2954 (linux_corefile_thread_callback): Increase args->num_notes.
2955 (linux_make_note_section): Initialize thread_args.num_notes, and
2956 use it to determine whether notes for any threads were created.
2957
2958 2002-08-23 Donn Terry <donnte@microsoft.com>
2959
2960 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2961 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2962 and PCUNKILL.
2963 (write_with_trace): Conditionalize out the switch branch handling
2964 PCSHOLD if the corresponding macro is not defined. Likewise for
2965 PRSABORT and PRSTOP.
2966 This change will be needed by the Interix port.
2967
2968 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2969
2970 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2971 write_register wherever possible instead of manipulating the
2972 register bytes directly.
2973 Assign VALUE_CONTENTS to a variable and use that.
2974 The GPR numbers are now dependent on the architecture.
2975
2976 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2977
2978 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2979 ev_offset fields.
2980 (skip_prologue): Add support for BookE/e500 instructions.
2981 (e500_extract_return_value): New function.
2982 (frame_get_saved_regs): Add support for saving ev registers and
2983 pseudo gpr's.
2984 (e500_store_return_value): New function.
2985 (rs6000_gdbarch_init): Move up default intializations of
2986 deprecated_extract_return_value and store_return_value. Overwrite
2987 init of store_return_value with e500 specific version.
2988 Set extract_return_value for e500.
2989
2990 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2991
2992 * blockframe.c (generic_call_dummy_register_unwind): Use
2993 regcache_cooked_read to catch cases in which the variable is
2994 stored in a pseudo register.
2995
2996 2002-08-22 Andrew Cagney <cagney@redhat.com>
2997
2998 * NEWS: Mention that the i960 has been made obsolete.
2999 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3000 i960-tdep.c
3001 (remote-nrom.o): Obsolete target.
3002 (remote-nindy.o, i960-tdep.o): Ditto.
3003 * remote-nrom.c: Make file obsolete.
3004 * remote-nindy.c, remote-vx960.c: Ditto.
3005 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3006 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3007 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3008 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3009 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3010 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3011 i960-*-vxworks* obsolete.
3012 * MAINTAINERS: Note that the i960 is obsolete.
3013
3014 2002-08-21 Corinna Vinschen <vinschen@redhat.com
3015
3016 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3017 detach to allow reinitialization.
3018
3019 2002-08-22 Andrew Cagney <ac131313@redhat.com>
3020
3021 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3022 attempt).
3023
3024 2002-08-22 Jim Blandy <jimb@redhat.com>
3025
3026 * coffread.c (coff_symfile_read): Don't try to read the line
3027 number table from disk if the image file doesn't have a symbol
3028 table; we'll never actually look at the info anyway, and Windows
3029 ships DLL's with bogus file offsets for the line number data.
3030
3031 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
3032
3033 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3034 an e500 executable.
3035
3036 2002-08-21 Michael Snyder <msnyder@redhat.com>
3037
3038 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3039 (MSYMBOL_SIZE): Replace macro with function.
3040 (DEFAULT_MIPS_TYPE): Delete unused macro.
3041 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3042 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3043
3044 2002-08-21 Jim Blandy <jimb@redhat.com>
3045
3046 * valops.c (value_cast): Simplify and correct logic for doing a
3047 static cast from a pointer to a base class to a pointer to a
3048 derived class.
3049
3050 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3051
3052 * infcmd.c (default_print_registers_info): Replace
3053 do_registers_info.
3054 (registers_info): Use gdbarch_print_registers_info instead of
3055 DO_REGISTERS_INFO.
3056 * inferior.h (default_print_registers_info): Replace
3057 do_registers_info.
3058 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3059 (DO_REGISTERS_INFO): Change to a predicate function.
3060 * gdbarch.h, gdbarch.c: Regenerate.
3061
3062 2002-08-21 Keith Seitz <keiths@redhat.com>
3063
3064 * gdb-events.sh: Add target-changed event.
3065 * gdb-events.c: Regenerated.
3066 * gdb-events.c: Regenerated.
3067 * valops.c (value_assign): Add target-changed event notification
3068 to inlval_register, lval_memory, and lval_reg_frame_relative.
3069
3070 2002-08-21 Joel Brobecker <brobecker@gnat.com>
3071
3072 * NEWS: Add an entry regarding the improvement of the next/step
3073 operation on Alpha Tru64 multi-processor machines.
3074
3075 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3076
3077 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3078 directores.
3079 * Makefile.in: Update all _h macro definitions.
3080 * Makefile.in (install-gdbtk): Move to install section.
3081 (rdi-share/libangsd.a): Move to end of file.
3082
3083 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3084
3085 * frame.c (frame_register_unwind): When a register, set addrp to
3086 the register's byte.
3087
3088 2002-08-20 Michael Snyder <msnyder@redhat.com>
3089
3090 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3091 used locally, so move them from the target machine header to here.
3092 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3093 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3094 Make static.
3095 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3096
3097 2002-08-20 Andrew Cagney <cagney@redhat.com>
3098
3099 * NEWS: Mention that the Apollo line was made obsolete.
3100 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3101 m68*-hp-hpux* obsolete.
3102 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3103 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3104 * buildsym.c (make_blockvector): Make static.
3105 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3106 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3107 (ALLDEPFILES): Remove dstread.c.
3108 (dstread.o): Obsolete make rule.
3109 * dstread.c: Makefile obsolete.
3110 * dst.h: Ditto.
3111 * config/m68k/hp300hpux.mt: Ditto.
3112 * config/m68k/hp300hpux.mh: Ditto.
3113 * config/m68k/hp300bsd.mt: Ditto.
3114 * config/m68k/hp300bsd.mh: Ditto.
3115 * config/m68k/apollo68b.mt: Ditto.
3116 * config/m68k/apollo68v.mh: Ditto.
3117 * config/m68k/apollo68b.mh: Ditto.
3118
3119 2002-08-20 Michael Snyder <msnyder@redhat.com>
3120
3121 * mips-tdep.c (mips_in_return_stub): Make static.
3122 (mips_gdbarch_init): Set in_solib_return_trampoline.
3123 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3124
3125 2002-08-20 Michael Snyder <msnyder@redhat.com>
3126
3127 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3128 * gdbarch.c, gdbarch.h: Regenerate.
3129 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3130 Add.
3131 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3132
3133 2002-08-20 Michael Snyder <msnyder@redhat.com>
3134
3135 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3136 (mips_gdbarch_init): Set skip_trampoline_code,
3137 in_solib_call_trampoline.
3138 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3139 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3140
3141 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3142
3143 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3144
3145 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3146 vector type for ev registers.
3147 (e500_pseudo_register_read): New function.
3148 (e500_pseudo_register_write): New function.
3149 (e500_dwarf2_reg_to_regnum): New function.
3150 (PPC_UISA_NOFP_SPRS): New macro.
3151 (PPC_EV_REGS): New macro.
3152 (PPC_GPRS_PSEUDO_REGS): New macro.
3153 (registers_e500): New register set for e500.
3154 (variants): Add e500 variant.
3155 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3156 before setting architectural dependent variations. Initialize ev
3157 registers numbers. Add case for e500 architecture. Set the
3158 number of pseudo registers.
3159
3160 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3161
3162 * rs6000-tdep.c: Clean up comments.
3163
3164 2002-08-20 Andrew Cagney <cagney@redhat.com>
3165
3166 * h8300-tdep.c: Re-indent file.
3167
3168 2002-08-20 Jim Blandy <jimb@redhat.com>
3169
3170 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3171 default for this.
3172
3173 2002-08-20 Keith Seitz <keiths@redhat.com>
3174
3175 * breakpoints.c (watch_command_1): Use internal breakpoint
3176 when setting a watchpoint_scope breakpoint.
3177
3178 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3179
3180 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3181 (build_builtin_type_vec64i): Ditto.
3182 (build_builtin_type_vec128): Ditto.
3183 (build_builtin_type_vec128i): Ditto.
3184
3185 2002-08-19 Michael Snyder <msnyder@redhat.com>
3186
3187 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3188 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3189 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3190 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3191 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3192 CALL_DUMMY_ADDRESS): Delete.
3193 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3194 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3195 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3196 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3197 push_return_address.
3198 (mips_register_raw_size, mips_eabi_use_struct_convention,
3199 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3200 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3201 mips_init_extra_frame_info, mips_eabi_push_arguments,
3202 mips_n32n64_push_arguments, mips_push_return_address,
3203 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3204 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3205
3206 2002-08-19 Michael Snyder <msnyder@redhat.com>
3207
3208 * mips-tdep.c (mips_frame_num_args): New function.
3209 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3210 frame_saved_pc, frame_args_address, frame_locals_address,
3211 frame_num_args, and frame_args_skip.
3212 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3213 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3214 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3215 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3216
3217 2002-08-20 Michael Snyder <msnyder@redhat.com>
3218
3219 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3220 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3221 * mips-tdep.c (mips_store_struct_return): New function.
3222 (mips_extract_struct_value_address): New function.
3223 (mips_gdbarch_init): Set store_struct_return and
3224 extract_struct_value_address.
3225
3226 2002-08-20 David Carlton <carlton@math.stanford.edu>
3227
3228 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3229 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3230 (read_file_scope): Check that line_header is nonzero before
3231 decoding macro information.
3232
3233 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3234
3235 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3236 flag the general-purpose registers as floating-point on targets
3237 that don't support the floating-point registers.
3238
3239 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3240
3241 * rs6000-tdep.c (altivec_register_p): Delete.
3242 (rs6000_do_altivec_registers): Delete.
3243 (rs6000_altivec_registers_info): Delete.
3244 (rs6000_do_registers_info): Delete.
3245 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3246 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3247
3248 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3249
3250 * infcmd.c (do_registers_info): Print vector registers in hex
3251 format only.
3252 (print_vector_info): Check that printing registers
3253 makes sense.
3254 (print_float_info): Ditto.
3255
3256 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3257
3258 * mips-tdep.c (mips_gdbarch_init): Update.
3259 (mips_o32_extract_return_value): Rewrite.
3260 (mips_o32_store_return_value): Rewrite.
3261 (mips_o32_xfer_return_value): New function.
3262 (mips_xfer_register): Tweak debug print message. Allow for
3263 buf_offset when dumping the value transfered.
3264
3265 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3266
3267 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3268 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3269 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3270 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3271 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3272
3273 2002-08-14 Michael Snyder <msnyder@redhat.com>
3274
3275 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3276
3277 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3278
3279 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3280 register.
3281 (P): New macro to define a register as a pseudo register.
3282 (R, R4, R8, R16, FR32, R64, R0): Updated.
3283 (struct variant): Add new fields for number of pseudo registers
3284 and number of total registers.
3285 (tot_num_registers): New macro replacing....
3286 (num_registers): ...deleted macro.
3287 (num_registers): New function.
3288 (num_pseudo_registers): New function.
3289 (variants): Update all variants to intialize new fields correctly.
3290 Postpone initialization of number of pseudo regs and real regs.
3291 (init_variants): New function.
3292 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3293 registers offsets.
3294
3295 2002-08-19 David Carlton <carlton@math.stanford.edu>
3296
3297 * valops.c (search_struct_field): Change error message to treat
3298 return value of 0 from value_static_field as meaning that field is
3299 optimized out.
3300 (value_struct_elt_for_reference): Ditto.
3301 * values.c (value_static_field): Treat an unresolved location the
3302 same as a nonexistent symbol. Fix PR gdb/635.
3303 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3304 enclosed. Fix PR gdb/574.
3305 * MAINTAINERS: Add self to Write After Approval list.
3306
3307 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3308
3309 * mips-tdep.c (mips_xfer_register): New function.
3310 (mips_n32n64_extract_return_value): Rewrite.
3311 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3312 instead of deprecated_extract_return_value.
3313
3314 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3315
3316 * rs6000-tdep.c (TDEP): Delete macro.
3317 (branch_dest): Replace use of TDEP macro with its body.
3318 (rs6000_pop_frame): Ditto.
3319 (rs6000_push_arguments): Ditto.
3320 (rs6000_skip_trampoline_code): Ditto.
3321 (rs6000_frame_saved_pc): Ditto.
3322 (rs6000_frame_chain): Ditto.
3323 (rs6000_register_name): Ditto.
3324 (rs6000_register_byte): Ditto.
3325 (rs6000_register_raw_size): Ditto.
3326 (rs6000_register_virtual_type): Ditto.
3327 (rs6000_register_convertible): Ditto.
3328 (rs6000_convert_from_func_ptr_addr): Ditto.
3329
3330 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3331
3332 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3333 conditionally.
3334 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3335 MIPS_LINUX_JB_ELEMENT_SIZE.
3336 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3337 for MAX_REGISTER_RAW_SIZE arrays.
3338 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3339 MIPS_LINUX_JB_ELEMENT_SIZE.
3340
3341 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3342
3343 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3344
3345 2002-08-19 Aidan Skinner <aidan@velvet.net>
3346
3347 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3348 ada-valprint.c ada-tasks.c.
3349 (YYFILES): Add ada-exp.y.
3350 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3351 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3352 (ada-exp.tab.o): New target.
3353
3354 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3355
3356 * regcache.c (regcache_xfer_part): New function.
3357 (regcache_raw_read_part): New function.
3358 (regcache_raw_write_part): New function.
3359 (regcache_cooked_read_part): New function.
3360 (regcache_cooked_write_part): New function.
3361 * regcache.h (regcache_raw_read_part): Declare.
3362 (regcache_raw_write_part): Declare.
3363 (regcache_cooked_read_part): Declare.
3364 (regcache_cooked_write_part): Declare.
3365
3366 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3367
3368 * remote.c (remote_open_1): Add async_p.
3369 (remote_async_open_1): Delete.
3370 (open_remote_target): Delete.
3371 (remote_open, extended_remote_open): Update calls to remote_open_1.
3372 (remote_async_open, extended_remote_async_open): Call
3373 remote_open_1 instead of remote_async_open_1.
3374
3375 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3376
3377 * blockframe.c: Fix a few coding standard violations.
3378
3379 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3380
3381 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3382 here from ...
3383 * config/i386/tm-i386sco5.h: ... here. File removed.
3384 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3385
3386 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3387 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3388 (TM_FILE): Set to tm-i386.h.
3389 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3390 * config/i386/tm-i386v.h: Remove file.
3391 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3392 instead of "i386/tm-i386v.h".
3393 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3394 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3395 "i386/tm-i386v.h".
3396 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3397 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3398 "i386/tm-i386.h".
3399
3400 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3401
3402 * config/i386/nm-i386v.h: Add protection against
3403 multiple-inclusion.
3404 (i386_register_u_addr): Remove prototype.
3405 (register_u_addr): New prototype.
3406 (REGISTER_U_ADDR): Redefine accordingly.
3407 * i386v-nat.c: Improve several comments.
3408 (i386_register_u_addr): Change signature and rename to
3409 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3410 ubase variable.
3411
3412 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3413
3414 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3415 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3416 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3417 deprecated_extract_return_value.
3418 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3419 rename mips_o32o64_push_arguments.
3420 (mips_gdbarch_init): Update.
3421 (mips_extract_return_value): Delete.
3422 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3423 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3424 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3425 (mips_n32n64_extract_return_value): Clone
3426 mips_extract_return_value.
3427 (mips_store_return_value): Delete.
3428 (mips_o32_store_return_value): Clone mips_store_return_value.
3429 (mips_o64_store_return_value): Clone mips_store_return_value.
3430 (mips_eabi_store_return_value): Clone mips_store_return_value.
3431 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3432
3433 2002-08-18 Aidan Skinner <aidan@velvet.net>
3434
3435 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3436 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3437
3438 2002-08-18 Aidan Skinner <aidan@velvet.net>
3439
3440 * ada-lang.c: Run through gdb_indent.sh.
3441 * ada-lang.h: Run through gdb_indent.sh.
3442 * ada-tasks.c: Run through gdb_indent.sh.
3443 * ada-typeprint.c: Run through gdb_indent.sh.
3444 * ada-valprint.c: Run through gdb_indent.sh.
3445
3446 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3447
3448 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3449 ABI.
3450
3451 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3452
3453 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3454
3455 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3456 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3457
3458 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3459 write_register_gen instead of write_register_bytes.
3460
3461 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3462 i[3456]-*-osf1mk* configurations have been made obsolete.
3463 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3464 i[3456]86-*-osf1mk* hosts obsolete.
3465 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3466 targets obsolete.
3467 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3468 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3469 config/i386/i386m3.mt, config/i386/nm-m3.h,
3470 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3471 config/i386/i386mk.mh, config/i386/i386mk.mt,
3472 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3473 obsolete.
3474 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3475 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3476 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3477
3478 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3479
3480 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3481 (hppa_value_returned_from_stack): Declare.
3482 (hppa_extract_return_value): Declare.
3483 * config/pa/hppa.mt: New file.
3484 * configure.tgt: Recognize hppa*-*-*.
3485 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3486
3487 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3488
3489 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3490 comment.
3491
3492 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3493
3494 * top.c (gdb_rl_operate_and_get_next): Make sure
3495 operate-and-get-next functions correctly even when the history
3496 list is completely filled.
3497
3498 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3499
3500 * MAINTAINERS (Target Instruction Set Architectures): Rename
3501 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3502 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3503 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3504 already listed under Host/Native.
3505
3506 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3507 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3508 mips*-*-*.
3509
3510 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3511
3512 * config/ia64/ia64.mt: New file.
3513 * config/alpha/alpha.mt: New file.
3514 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3515 ia64-linux-gnu. Mention that ia64-elf is broken.
3516 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3517
3518 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3519
3520 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3521 generic_func_frame_valid instead of func_frame_valid.
3522
3523 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3524
3525 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3526 procfs appears to be broken when debugging on multi-processor
3527 machines. So enable software single stepping in order to avoid
3528 using the procfs interface to do next/step operations, using
3529 internal breakpoints instead.
3530
3531 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3532 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3533 make this pc address equal to the value it would have if the
3534 system stepping capability was used. Also set a new flag used
3535 to ensure that we don't readjust the PC one more time later.
3536
3537 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3538 address by DECR_PC_AFTER_BREAK when software single step is
3539 in use for this architecture, as this has already been taken
3540 care of in handle_inferior_event().
3541
3542 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3543
3544 * infrun.c (handle_inferior_event): Minor reformatting, to make
3545 a rather long condition expression easier to read.
3546
3547 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3548
3549 * Makefile.in (gdbtk.o): Move to end of file.
3550 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3551 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3552 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3553 (gdbtk-wrapper.o, gdbres.o): Ditto.
3554
3555 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3556
3557 * Makefile.in (copying.o): Separate out compile rule.
3558 (hpux-thread.o, procfs.o, signals.o): Ditto.
3559 (v850ice.o, z8k-tdep.o): Ditto.
3560 (tui-file.o): Move to TUI section.
3561 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3562 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3563
3564 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3565
3566 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3567 skip_trampoline_code, for better namespace-proofing.
3568
3569 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3570
3571 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3572
3573 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3574
3575 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3576
3577 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3578 signal, check whether we hit a breakpoint before checking for a
3579 single step breakpoint. Otherwise, GDB fails to notice that a
3580 breakpoint has been hit when stepping onto a breakpoint.
3581
3582 2002-08-16 Keith Seitz <keiths@redhat.com>
3583
3584 * gdb-events.sh (clear_gdb_event_hooks): New function.
3585 * gdb-events.c: Regenerate.
3586 * gdb-events.h: Regenerate.
3587
3588 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3589
3590 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3591 not_a_sw_breakpoint.
3592 * breakpoint.h (bpstat_stop_status): Add parameter names.
3593
3594 2002-08-16 Grace Sainsbury <graces@redhat.com>
3595
3596 * remote.c (remote_insert_hw_breakpoint)
3597 (remote_remove_hw_breakpoint): Fix calculation of length field
3598 for Z-packet.
3599
3600 2002-08-15 Michael Snyder <msnyder@redhat.com>
3601
3602 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3603 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3604 (supply_fpregset): Ditto.
3605
3606 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3607 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3608 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3609 (TARGET_READ_SP): Delete.
3610 (DO_REGISTERS_INFO): Delete.
3611 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3612 Delete.
3613 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3614 from macros to functions.
3615
3616 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3617 (mips_register_convertible, mips_register_convert_to_virtual,
3618 mips_register_convert_to_raw): Make static.
3619 (mips_read_sp): New function.
3620 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3621 (mips_do_registers_info): Make static.
3622 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3623 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3624 (mips_register_convert_from_type, mips_register_convert_to_type):
3625 New functions.
3626 (mips_gdbarch_init): Set up function_start_offset,
3627 register_virtual_size, pc_in_sigtramp.
3628
3629 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3630
3631 * infcmd.c (vector_info): New function.
3632 (_initialize_infcmd): Add command "info vector".
3633 (print_vector_info): New function.
3634
3635 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3636 * gdbarch.h, gdbarch.c: Regenerate.
3637
3638 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3639
3640 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3641 ``print_all''. Only print vector registers when ``print_all''.
3642
3643 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3644
3645 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3646 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3647
3648 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3649 Add `args' parameter.
3650 * gdbarch.h, gdbarch.c: Regenerate.
3651
3652 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3653
3654 * infcmd.c (float_info): Call print_float_info.
3655 (print_float_info): New function. By default, print the
3656 floating-point registers.
3657
3658 * arch-utils.h (default_print_float_info): Delete declaration.
3659 * arch-utils.c (default_print_float_info): Delete function.
3660
3661 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3662
3663 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3664 out define.
3665
3666 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3667 FRAME.
3668
3669 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3670 * configure.host: Make i[3456]86-*-aix host obsolete.
3671 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3672 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3673 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3674 config/i386/xm-i386aix.h: Make files obsolete.
3675 * i386aix-nat.c: Make file obsolete.
3676 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3677 (i386aix-nat.o): Make target obsolete.
3678
3679 * config/i386/nm-gnu.h: Removed.
3680 * config/i386/nm-i386gnu.h: New file.
3681 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3682 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3683 Moved here from ...
3684 * config/i386/tm-i386gnu.h: ... here. Removed.
3685 * config/i386/xm-i386gnu.h: Removed.
3686 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3687 (NAT_FILE): Set to nm-i386gnu.h.
3688 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3689 * i386-tdep.c: New file.
3690 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3691 (i386gnu-tdep.o): Specify dependencies.
3692
3693 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3694
3695 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3696 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3697 Adjust a few comments to reflect reality a bit closer.
3698 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3699 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3700 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3701 target_insert_watchpoint, target_remove_watchpoint):
3702 Move defines to ...
3703 * config/i386/nm-i386sco5.h: ... here.
3704 (kernel_u_size): Add prototype. Improve a few comments and add
3705 protection against multiple inclusion.
3706
3707 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3708 out define.
3709
3710 * uw-thread.c (SP_ARG0): Define if not already defined.
3711 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3712
3713 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3714
3715 * config/i386/tm-i386.h: Don't include "regcache.h".
3716
3717 * i387-tdep.h (i387_print_float_info): New prototype.
3718 * i387-tdep.c (print_i387_value, print_i387_ext,
3719 print_i387_status_word, print_i387_control_word): Add `struct
3720 ui_file *' argument and use it for output.
3721 (i387_print_float_info): Renamed from i387_float_info. Add
3722 `struct gdbarch *' and `struct ui_file *' arguments and use the
3723 latter for output.
3724 * i386-tdep.c: Include "i387-tdep.h".
3725 (i386_gdbarch_init): Set print_float_info.
3726 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3727 (FLOAT_INFO): Remove define.
3728
3729 2002-08-13 Michael Snyder <msnyder@redhat.com>
3730
3731 * mips-tdep.c (mips_push_arguments): Rename to
3732 mips_eabi_push_arguments, and tune for EABI.
3733 (MIPS_REGS_HAVE_HOME_P): Delete.
3734 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3735 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3736 Delete references to mips_regs_have_home_p.
3737
3738 2002-08-14 Keith Seitz <keiths@redhat.com>
3739
3740 * Makefile.in (install-gdbtk): Create insight plugin directory.
3741 Install plugins.tcl file.
3742
3743 2002-08-14 Keith Seitz <keiths@redhat.com>
3744
3745 * configure.in: Move SUBDIRS to near top of the file so that
3746 --enable options may add things to it.
3747 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3748 * configure: Regenerate.
3749
3750 2002-08-13 Michael Snyder <msnyder@redhat.com>
3751
3752 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3753 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3754 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3755
3756 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3757
3758 * vax-tdep.c (vax_get_saved_register): Delete function.
3759 (vax_gdbarch_init): Update.
3760 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3761 (ns32k_gdbarch_init): Update.
3762 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3763 (alpha_gdbarch_init): Update.
3764
3765 2002-08-13 Andrew Cagney <cagney@redhat.com>
3766
3767 * regcache.c (init_regcache_descr): Overallocate the
3768 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3769 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3770 nr_raw_registers.
3771 (set_register_cached): Add range checking assertions. Use
3772 current_regcache.
3773
3774 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3775
3776 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3777 numbers for MMX registers.
3778
3779 2002-08-13 Andrew Cagney <cagney@redhat.com>
3780
3781 * i386-tdep.c (i386_gdbarch_init): Use
3782 generic_unwind_get_saved_register.
3783
3784 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3785
3786 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3787 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3788 target vector.
3789 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3790 Delete. Add comment regarding this now-deleted target method.
3791
3792 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3793
3794 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3795 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3796 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3797 real PC and the page number (if it's within the memory bank window).
3798 (m68hc11_pseudo_register_write): Likewise when saving.
3799 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3800 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3801 (m68hc11_register_raw_size): And use 32-bit for it.
3802 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3803 16K memory bank is used by the prog; also use the virtual pc.
3804
3805 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3806
3807 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3808 (m68hc11_gdbarch_init): Install it in gdbarch.
3809 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3810 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3811 (MSYMBOL_SIZE): New for documentation.
3812 (insn_return_kind): Enum to specify how a function returns.
3813 (frame_extra_info): Cleanup and record the return mode.
3814 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3815 register in address computation.
3816 (m68hc11_get_return_insn): New to obtain the return instruction used
3817 by the function.
3818 (m68hc11_frame_init_saved_regs): Take into account the return
3819 instruction used by the function for far and interrupt functions.
3820 (m68hc11_init_extra_frame_info): Take into account page register.
3821 (m68hc11_frame_args_address): Adjust according to the return mode.
3822 (show_regs): Print page register only when it's used.
3823
3824 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3825
3826 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3827 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3828 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3829 registers.
3830 (m68hc11_register_raw_size): Likewise.
3831
3832 2002-08-13 Andrew Cagney <cagney@redhat.com>
3833
3834 * i386-tdep.c (i386_register_name): Handle mmx registers.
3835 (mmx_regnum_p): New function.
3836 (i386_mmx_names): New array.
3837 (mmx_num_regs): New variable.
3838 (i386_pseudo_register_read): New function.
3839 (i386_pseudo_register_write): New function.
3840 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3841
3842 * regcache.c (regcache_raw_read_unsigned): New function.
3843 (regcache_raw_read_signed): New function.
3844 * regcache.h (regcache_raw_read_unsigned): Declare.
3845 (regcache_raw_read_signed): Declare.
3846
3847 2002-08-13 Andrew Cagney <cagney@redhat.com>
3848
3849 * regcache.c (regcache_raw_read_as_address): Delete function.
3850 (regcache_cooked_read_signed): New function.
3851 (regcache_cooked_read_unsigned): New function.
3852 * regcache.h (regcache_cooked_read_signed): Declare.
3853 (regcache_cooked_read_unsigned): Declare.
3854 (regcache_raw_read_as_address): Delete declaration.
3855
3856 * blockframe.c (generic_read_register_dummy): Use
3857 regcache_cooked_read_unsigned.
3858 * i386-tdep.c (i386_extract_struct_value_address): Use
3859 regcache_cooked_read_unsigned.
3860
3861 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3862
3863 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3864 double sizes according to ELF ABI flags.
3865 (gdbarch_tdep): Record elf_flags.
3866
3867 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3868
3869 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3870 (m6812_prolog): They can appear in 68HC12 function prologue.
3871 (m68hc11_frame_chain): Cleanup.
3872
3873 2002-08-12 Andrew Cagney <cagney@redhat.com>
3874
3875 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3876 declarations.
3877 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3878 (i386_linux_register_raw_size): Delete function.
3879 (i386_linux_init_abi): Update.
3880 * i386-tdep.c (i386_register_raw_size): Delete function.
3881 (i386_register_byte): Delete function.
3882 (i386_gdbarch_init): Update.
3883 (i386_register_size): Delete array.
3884 (i386_register_offset): Delete array.
3885
3886 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3887 (REGISTER_RAW_SIZE): Delete macro.
3888 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3889 (REGISTER_BYTE): Delete macro.
3890
3891 2002-08-11 Aidan Skinner <aidan@velvet.net>
3892
3893 * ada-lang.c (ada_lookup_partial_symbol)
3894 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3895 prototype names so that grep ^func works properly.
3896
3897 * ada-lang.c (ada_array_element_type)
3898 (ada_lookup_partial_symbol): Fix typos in parameter list.
3899
3900 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3901 Fix prototype names so that grep ^func works properly.
3902
3903 2002-08-10 Andrew Cagney <cagney@redhat.com>
3904 Elena Zannoni <ezannoni@redhat.com>
3905 Martin M. Hunt <hunt@redhat.com>
3906
3907 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3908 (build_builtin_type_vec128i): Set the vector bit.
3909 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3910 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3911 (build_builtin_type_vec64): New function.
3912 (build_builtin_type_vec64i): New function.
3913 (build_gdbtypes): Initialize builtin_type_vec64 and
3914 builtin_type_vec64i.
3915
3916 2002-08-09 Andrew Cagney <cagney@redhat.com>
3917
3918 * regcache.c (regcache_dump): Compare the register offset
3919 with REGISTER_BYTE.
3920 * arch-utils.c (generic_register_byte): New function.
3921 * arch-utils.h (generic_register_byte): Declare.
3922 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3923 * gdbarch.h, gdbarch.c: Regenerate.
3924
3925 2002-08-09 Andrew Cagney <cagney@redhat.com>
3926
3927 * regcache.c: Include "gdbcmd.h"
3928 (_initialize_regcache): Add commands "maintenance print
3929 registers", "maintenance print raw-registers" and "maintenance
3930 print cooked-registers".
3931 (enum regcache_dump_what): Define.
3932 (dump_endian_bytes): New function.
3933 (regcache_dump): New function.
3934 (regcache_print): New function.
3935 (maintenance_print_registers): New function.
3936 (maintenance_print_raw_registers): New function.
3937 (maintenance_print_cooked_registers): New function.
3938 * Makefile.in (regcache.o): Update dependencies.
3939
3940 2002-08-09 Michael Snyder <msnyder@redhat.com>
3941
3942 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3943 (mips_push_arguments): Correct some comments. Use paddr_nz
3944 for printing addresses in debug output. Replace static
3945 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3946 (mips_n32n64_push_arguments): New function, cloned from
3947 mips_push_arguments and tuned for the n32/n64 ABI.
3948 (mips_push_register): Buffer needs dynamic allocation.
3949 (mips_print_register): Ditto.
3950 (do_gp_register_row): Ditto.
3951 (mips_store_return_value): Ditto.
3952 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3953
3954 2002-08-09 Don Howard <dhoward@redhat.com>
3955
3956 * memattr.c (mem_info_command): Print special case of upper bound
3957 as max CORE_ADDR + 1.
3958
3959 2002-08-08 Michael Snyder <msnyder@redhat.com>
3960
3961 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3962 returns structs by ref if they're too big to fit in two registers.
3963
3964 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3965
3966 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3967 saved regs value.
3968 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3969 mips_find_saved_regs().
3970 (mips_pop_frame): Likewise.
3971
3972 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3973
3974 * blockframe.c (frame_saved_regs_register_unwind): Revise
3975 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3976 frames are in use.
3977
3978 2002-08-09 Grace Sainsbury <graces@redhat.com>
3979
3980 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3981 T-packets; the 'a' is not taken as a register number.
3982 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3983 (remote_stopped_data_address): New functions; add to target
3984 vector.
3985 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3986 prototypes to match other implementations of this
3987 function. replace integer argument with pointer -- the length
3988 field in the Z-packet is the length of what is pointed to or 1 if
3989 pointer is null. Add to target vector.
3990 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3991 target vector.
3992
3993 From Mark Salter:
3994 * remote.c (remote_wait): Add support to extract optional
3995 watchpoint information from T-packet. Ignore unrecognized
3996 optional info in T-packet.
3997 (remote_async_wait): Ditto.
3998
3999 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
4000
4001 * cli/cli-dump.c: Change fopen modes to use binary open modes
4002 as defined in include/fopen-bin.h throughout.
4003
4004 2002-08-08 Michael Snyder <msnyder@redhat.com>
4005
4006 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4007
4008 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4009
4010 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4011 assertion failure by returning early after a warning.
4012
4013 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4014
4015 * mips-tdep.c (mips_find_saved_regs): Make static.
4016 (mips_frame_init_saved_regs): New function.
4017 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4018 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4019 (mips_find_saved_regs): Delete declaration.
4020
4021 2002-08-08 Grace Sainsbury <graces@redhat.com>
4022
4023 * remote.c (remote_wait, remote_async_wait): Change
4024 thread_num from int to ULONGEST.
4025 (unpack_varlen_hex): Change result parameter from
4026 int * to ULONGEST *.
4027
4028 2002-08-08 Andrew Cagney <ac131313@redhat.com>
4029
4030 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4031 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4032 powerpc*-*-*.
4033 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4034
4035 2002-08-08 Andrew Cagney <cagney@redhat.com>
4036
4037 * gcore.c (override_derive_stack_segment): Delete variable.
4038 (preempt_derive_stack_segment): Delete function.
4039 (derive_stack_segment): Delete function.
4040 (default_derive_stack_segment): Renamed to derive_stack_segment.
4041 (override_derive_heap_segment): Delete variable.
4042 (preempt_derive_heap_segment): Delete function.
4043 (derive_heap_segment): Delete function.
4044 (default_derive_heap_segment): Rename to derive_heap_segment.
4045
4046 2002-08-06 Michael Snyder <msnyder@redhat.com>
4047
4048 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4049 * mips-tdep.c (mips_EABI_use_struct_convention,
4050 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4051 New functions. (mips_use_struct_convention): Delete.
4052 (mips_gdbarch_init): set use_gdbarch_convention.
4053
4054 2002-08-06 Michael Snyder <msnyder@redhat.com>
4055
4056 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4057 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4058 mips_o32_reg_struct_has_addr): New functions.
4059 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4060
4061 2002-08-07 Andrew Cagney <ac131313@redhat.com>
4062
4063 * regcache.c (pseudo_register): Delete function.
4064 (fetch_register): Delete function.
4065 (store_register): Delete function.
4066 (regcache_raw_read, legacy_read_register_gen): Use
4067 target_fetch_registers instead of fetch_register.
4068 (legacy_write_register_gen, regcache_raw_write): Use
4069 target_store_register instead of store_register.
4070 (write_register_bytes): Ditto.
4071
4072 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4073 (STORE_PSEUDO_REGISTER): Delete.
4074 * gdbarch.h, gdbarch.c: Regenerate.
4075
4076 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
4077
4078 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4079 write dump file binary.
4080
4081 2002-08-05 Michael Snyder <msnyder@redhat.com>
4082
4083 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4084 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4085 (mips_gdbarch_init): Set N32 target to be mips64.
4086
4087 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4088
4089 * frame.c (find_saved_register): Break out of loop once saved
4090 register address is found. Don't mention sparc in loop comment
4091 anymore.
4092
4093 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4094
4095 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4096 mips_default_saved_regsize to 8.
4097
4098 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4099
4100 * gcore.c: Do not include <sys/procfs.h>.
4101 * Makefile.in (gcore.o): Update dependencies.
4102
4103 2002-08-06 Andrew Cagney <cagney@redhat.com>
4104
4105 * configure.tgt: Make arc-*-* obsolete.
4106 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4107 * MAINTAINERS: Make arc-elf obsolete.
4108 * arc-tdep.c: Make file obsolete.
4109 * config/arc/arc.mt: Ditto.
4110 * config/arc/tm-arc.h: Ditto.
4111
4112 2002-08-05 Theodore A. Roth <troth@verinet.com>
4113
4114 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4115
4116 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4117
4118 * mcore-tdep.c (mcore_gdbarch_init): Use
4119 generic_unwind_get_saved_register instead of
4120 generic_get_saved_register.
4121 * v850-tdep.c (v850_gdbarch_init): Ditto.
4122 * frv-tdep.c (frv_gdbarch_init): Ditto.
4123 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4124 * s390-tdep.c (s390_gdbarch_init): Ditto.
4125 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4126 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4127 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4128
4129 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4130
4131 * objfiles.h: Add missing #include "symfile.h"
4132
4133 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4134
4135 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4136
4137 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4138 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4139 of FIELD_BITSIZE.
4140
4141 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4142
4143 * NEWS: Cleanup and nitpick.
4144
4145 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4146
4147 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4148
4149 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4150
4151 * Makefile.in (gdbtk-bp.o): Update dependencies.
4152 (gdbtk-register.o): Ditto.
4153 (gdbtk-varobj.o): Ditto.
4154
4155 2002-08-03 Andrew Cagney <cagney@redhat.com>
4156
4157 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4158 m68hc11_fetch_pseudo_register.
4159 (m68hc11_pseudo_register_write): Replace
4160 m68hc11_store_pseudo_register.
4161 (m68hc11_gdbarch_init): Update.
4162
4163 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4164
4165 * gdbarch.sh: Include "gdb_string.h".
4166 * gdbarch.c: Regenerate.
4167
4168 * regcache.c: Include "gdb_string.h".
4169 * ax-general.c: Ditto.
4170 * varobj.c: Ditto.
4171 * std-regs.c: Ditto.
4172 * fbsd-proc.c: Ditto.
4173 * thread.c: Ditto.
4174
4175 * Makefile.in (regcache.o): Update dependencies.
4176 (thread.o, gdbarch.o): Ditto.
4177 (ax-general.o, gdbarch.o): Ditto.
4178 (varobj.o, std-regs.o): Ditto.
4179 (fbsd-proc.o): Specify dependencies.
4180
4181 2002-08-02 Andrew Cagney <cagney@redhat.com>
4182
4183 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4184 regnum.
4185 (regcache_cooked_write): Ditto.
4186
4187 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4188
4189 * regcache.c (regcache_cooked_read): New function.
4190 (regcache_cooked_write): New function.
4191 (read_register_gen): Rewrite using regcache_cooked_read.
4192 (write_register_gen): Rewrite using regcache_cooked_write.
4193
4194 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4195 Declare.
4196
4197 2002-08-02 Andrew Cagney <cagney@redhat.com>
4198
4199 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4200 Replace the architecture methods register_read and register_write.
4201 * gdbarch.h, gdbarch.c: Regenerate.
4202 * regcache.c (init_regcache_descr): Update.
4203 (read_register_gen): Update.
4204 (write_register_gen): Update.
4205 (supply_register): Update comment.
4206
4207 * sh-tdep.c (sh_gdbarch_init): Update.
4208 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4209 `regcache' and `gdbarch' parameters. Make `buffer' a void
4210 pointer. Update code.
4211 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4212 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4213 void pointer. Update code.
4214 (sh64_register_write): Delete.
4215 (sh4_register_read): Delete.
4216 (sh64_register_read): Delete.
4217 (sh4_register_write): Delete.
4218 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4219 void pointer, `to' parameter a void pointer.
4220 (sh_sh64_register_convert_to_raw): Ditto.
4221
4222 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4223
4224 * mips-tdep.c (mips_register_virtual_type): Use architecture
4225 invariant return values.
4226
4227 2002-08-01 Andrew Cagney <cagney@redhat.com>
4228
4229 * linux-proc.c: Include "gdb_string.h".
4230 * Makefile.in (linux-proc.o): Update dependency list.
4231
4232 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4233
4234 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4235 comment.
4236
4237 2002-08-01 Grace Sainsbury <graces@redhat.com>
4238
4239 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4240 to_insert_watchpoint, to_remove_watchpoint,
4241 to_stopped_by_watchpoint, to_stopped_data_address,
4242 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4243 target vecctor. Define their corresponding macros so they call
4244 them.
4245
4246 * target.c: Add default and debug versions of for
4247 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4248 to_insert_watchpoint, to_remove_watchpoint,
4249 to_stopped_by_watchpoint, to_stopped_data_address,
4250 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4251
4252 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4253
4254 * mips-tdep.c (mips_register_virtual_type): New function.
4255 (mips_gdbarch_init): Register mips_register_virtual_type()
4256 with gdbarch machinery.
4257 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4258 this file instead of tm-bigmips.h.
4259 (MIPS_REGSIZE): Delete this macro.
4260 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4261 multiarch version in mips-tdep.c will be found.
4262
4263 2002-08-01 Andrew Cagney <cagney@redhat.com>
4264
4265 * NEWS: Menion that CHILL has been made obsolete.
4266
4267 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4268 * stabsread.c (read_range_type): Ditto.
4269 * gdbtypes.h: Ditto.
4270 * language.c (binop_type_check): Ditto.
4271 (binop_result_type): Ditto.
4272 (integral_type): Ditto.
4273 (character_type): Ditto.
4274 (string_type): Ditto.
4275 (boolean_type): Ditto.
4276 (structured_type): Ditto.
4277 (lang_bool_type): Ditto.
4278 (binop_type_check): Ditto.
4279 * language.h (_LANG_chill): Ditto.
4280 * dwarfread.c (set_cu_language): Ditto.
4281 * dwarfread.c (CHILL_PRODUCER): Ditto.
4282 * dwarfread.c (handle_producer): Ditto.
4283 * expression.h (enum exp_opcode): Ditto.
4284 * eval.c: Ditto for comments.
4285 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4286 * expprint.c (print_subexp): Ditto.
4287 (print_subexp): Ditto.
4288 * valops.c (value_cast): Ditto.
4289 (search_struct_field): Ditto.
4290 * value.h (COERCE_VARYING_ARRAY): Ditto.
4291 * symfile.c (init_filename_language_table): Ditto.
4292 (add_psymbol_with_dem_name_to_list): Ditto.
4293 * valarith.c (value_binop): Ditto.
4294 (value_neg): Ditto.
4295 * valops.c (value_slice): Ditto.
4296 * symtab.h (union language_specific): Ditto.
4297 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4298 (SYMBOL_DEMANGLED_NAME): Ditto.
4299 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4300 * defs.h (enum language): Ditto.
4301 * symtab.c (got_symtab): Ditto.
4302 * utils.c (fprintf_symbol_filtered): Ditto.
4303
4304 * ch-typeprint.c: Make file obsolete.
4305 * ch-valprint.c: Make file obsolete.
4306 * ch-lang.h: Make file obsolete.
4307 * ch-exp.c: Make file obsolete.
4308 * ch-lang.c: Make file obsolete.
4309
4310 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4311 CHILL_LIB.
4312 (TARGET_FLAGS_TO_PASS): Ditto.
4313 (CHILLFLAGS): Obsolete.
4314 (CHILL): Obsolete.
4315 (CHILL_FOR_TARGET): Obsolete.
4316 (CHILL_LIB): Obsolete.
4317 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4318 ch-valprint.c.
4319 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4320 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4321 ch-lang.o.
4322 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4323 targets.
4324
4325 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4326
4327 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4328 This does not change anything at the moment, but will be helpful
4329 later when full Ada support is integrated.
4330
4331 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4332
4333 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4334 help message.
4335
4336 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4337
4338 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4339 and save it in a local variable. Use variable in later test.
4340
4341 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4342
4343 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4344 test. (Thanks to Daniel Jacobowitz.)
4345
4346 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4347
4348 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4349 (mips_abi_strings): Add "n64".
4350 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4351
4352 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4353
4354 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4355 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4356
4357 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4358
4359 * utils.c (host_pointer_to_address, address_to_host_pointer):
4360 Use gdb_assert() instead of explicit call to internal_error().
4361
4362 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4363
4364 * Makefile.in (rs6000-nat.o): Update dependencies.
4365
4366 From Nicholas Duffek:
4367 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4368 (aix-thread.o): New rule.
4369 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4370 * config/powerpc/aix432.mh: New file.
4371
4372 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4373
4374 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4375 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4376 (fetch_core_registers, ppc_linux_supply_gregset)
4377 (ppc_linux_supply_fpregset): New functions.
4378 (ppc_linux_regset_core_fns): New.
4379 (_initialize_ppc_linux_tdep): Call add_core_fns.
4380 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4381 and ppc_linux_supply_gregset.
4382 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4383 (supply_fpregset): Call ppc_linux_supply_fpregset.
4384 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4385 corelow.o.
4386 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4387
4388 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4389
4390 * symtab.c (lookup_symbol): Demangle before lowercasing.
4391
4392 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4393
4394 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4395 declaration.
4396 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4397 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4398 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4399 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4400 "gdb_string.h".
4401 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4402 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4403 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4404 (avr-tdep.o, mon960-rom.o): Ditto.
4405 (aout_stabs_gnu_h): Define.
4406 (symtab_h): Remove $(gdb_obstack_h).
4407
4408 2002-07-30 Jim Blandy <jimb@redhat.com>
4409
4410 Patch from David Carlton <carlton@math.stanford.edu>:
4411 * gdbinit.in: Move the `dir' commands that add GDB's own source
4412 directory to the search path to the end, so that the `gdb' source
4413 directory will be searched first.
4414
4415 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4416
4417 * gdb_obstack.h: New file.
4418 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4419 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4420 * objfiles.h: Include "gdb_obstack.h".
4421 * Makefile.in (gdb_obstack_h): Define.
4422 (symtab_h): Add $(gdb_obstack_h).
4423 (objfiles_h): Add $(gdb_obstack_h).
4424
4425 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4426 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4427 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4428 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4429 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4430 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4431 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4432 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4433
4434 * Makefile.in (bcache.o): Update dependencies.
4435 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4436 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4437 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4438 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4439 (stabsread.o, symfile.o, symmisc.o): Ditto.
4440 (symtab.o, typeprint.o, macroexp.o): Ditto.
4441 (macrotab.o, mdebugread.o): Ditto.
4442 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4443 (coff_ecoff_h, aout_aout64_h): Define.
4444 (aout_stabs_gnu_h, libaout_h): Define.
4445
4446 2002-07-29 Andrew Cagney <cagney@redhat.com>
4447
4448 * regcache.c (struct regcache_descr): Rename nr_registers to
4449 nr_cooked_registers. Revise comments describing the structure
4450 member fields.
4451 (init_regcache_descr): Update.
4452 (init_legacy_regcache_descr): Update.
4453 (read_register_gen, write_register_gen): When a cooked register in
4454 the raw register range, directly access the value from the raw
4455 register cache.
4456
4457 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4458
4459 * z8k-tdep.c: Do not include "obstack.h".
4460 * h8300-tdep.c, h8500-tdep.c: Ditto.
4461 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4462 * valprint.c, v850-tdep.c: Ditto.
4463 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4464 * mn10200-tdep.c: Ditto.
4465
4466 * Makefile.in (z8k-tdep.o): Update dependencies.
4467 (m68hc11-tdep.o, valprint.o): Ditto.
4468 (v850-tdep.o, d10v-tdep.o): Ditto.
4469 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4470 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4471 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4472 (sh_opc_h, gdb_sim_sh_h): Define.
4473 (elf_sh_h, elf_bfd_h): Define.
4474 (opcode_m68hc11_h): Define.
4475 (OPCODES_SRC, OPCODES_DIR): define.
4476 (OPCODES): Use $(OPCODES_DIR).
4477 (gdb_sim_d10v_h): Rename sim_d10v_h.
4478 (gdb_sim_arm_h): Rename sim_arm_h.
4479
4480 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4481
4482 * utils.c (host_pointer_to_address, address_to_host_pointer):
4483 Change internal_error() message to indicate function responsible
4484 for the error.
4485
4486 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4487
4488 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4489 calls to local_hex_string_custom().
4490
4491 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4492
4493 * irix5-nat.c: Move IRIX shared library support from here...
4494 * solib-irix.c: ...to here. Revised substantially to work with
4495 generic solib framework.
4496
4497 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4498 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4499 * mips-irix-tdep.c: New file.
4500
4501 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4502 (mips-irix-tdep.o, solib-irix.o): New rules.
4503 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4504 solib-irix.o.
4505 * config/mips/irix6.mt (TDEPFILES): Likewise.
4506 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4507
4508 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4509
4510 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4511 disabled (via ``#if 0'') includes.
4512
4513 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4514
4515 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4516 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4517 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4518 Add support for the fpscr register.
4519 * rs6000-nat.c (regmap, fetch_inferior_registers)
4520 (store_inferior_registers, fetch_core_registers): Likewise.
4521
4522 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4523
4524 * rs6000-nat.c (language.h): Include.
4525 (special_regs): Delete this array.
4526 (regmap): New function.
4527 (fetch_register, store_register): Use regmap() to map gdb
4528 register numbers to ptrace register numbers. Also, use
4529 outputs from regmap() to make decisions regarding type of
4530 ptrace() call to make. In particular, don't compare against
4531 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4532 (fetch_inferior_registers, store_inferior_registers): Where
4533 possible, obtain register numbers from tdep struct. Don't
4534 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4535 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4536 (LAST_UISA_SP_REGNUM): Delete.
4537
4538 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4539
4540 * rs6000-nat.c (ppc-tdep.h): Include.
4541 (fetch_registers, store_register, fetch_core_registers): Don't
4542 access registers[] directly. Instead, use supply_register() or
4543 regcache_collect() as appropriate.
4544 (find_toc_address): Format hex address with local_hex_string().
4545
4546 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4547
4548 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4549 bfd/elf32-frv.c.
4550
4551 2002-07-24 Tom Tromey <tromey@redhat.com>
4552
4553 * jv-exp.y: Marked all strings with _().
4554 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4555 internal_error.
4556 (MethodInvocation, CastExpression, parse_number, yyerror,
4557 java_type_from_name, push_expression_name, yylex): Typo fixes.
4558
4559 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4560
4561 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4562 (tee_file_flush, tee_file_write, tee_file_fputs)
4563 (tee_file_isatty): New.
4564 * ui-file.h (tee_file_new): Add prototype.
4565
4566 2002-07-24 Aidan Skinner <aidan@velvet.net>
4567
4568 * ada-lang.c: Change k&r style function definitions to prototyped
4569 form.
4570 * ada-typeprint.c: Change k&r style function definitions to prototyped
4571 form.
4572 * ada-valprint.c: Change k&r style function definitions to prototyped
4573 form.
4574
4575 2002-07-24 Andrew Cagney <cagney@redhat.com>
4576
4577 * README: Remove reference to remote-bug.
4578 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4579 remote-bug.c.
4580 (m88k-nat.o): Delete rule.
4581 (m88k-tdep.o): Delete rule.
4582 (remote-bug.o): Delete rule.
4583 * MAINTAINERS: Mark as obsolete.
4584 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4585 * m88k-tdep.c: Make file obsolete.
4586 * config/m88k/m88k.mh: Ditto.
4587 * config/m88k/delta88v4.mh: Ditto.
4588 * config/m88k/delta88v4.mt: Ditto.
4589 * config/m88k/delta88.mt: Ditto.
4590 * config/m88k/delta88.mh: Ditto.
4591 * remote-bug.c: Ditto.
4592 * config/m88k/tm-delta88.h: Ditto.
4593 * config/m88k/nm-delta88v4.h: Ditto.
4594 * config/m88k/xm-delta88.h: Ditto.
4595 * config/m88k/xm-dgux.h: Ditto.
4596 * config/m88k/tm-m88k.h: Ditto.
4597 * config/m88k/nm-m88k.h: Ditto.
4598 * config/m88k/tm-delta88v4.h: Ditto.
4599 * m88k-nat.c: Ditto.
4600 * cxux-nat.c: Ditto.
4601 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4602 and m88*-*-* obsolete.
4603 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4604 m88*-*-* obsolete.
4605
4606 2002-07-24 Andrew Cagney <cagney@redhat.com>
4607
4608 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4609 constant. Same for local pointer variables.
4610 (extract_signed_integer): Ditto.
4611 * defs.h (extract_unsigned_integer): Update.
4612 (extract_signed_integer): Update.
4613
4614 2002-07-24 Andrew Cagney <cagney@redhat.com>
4615
4616 * regcache.c (regcache_raw_write): Change buf parameter to a
4617 constant void pointer.
4618 (regcache_raw_read): Change buf parameter to a void pointer.
4619 (legacy_write_register_gen): Change myaddr parameter a constant
4620 void pointer.
4621 (supply_register): Change val parameter to a const void pointer.
4622 * regcache.h (regcache_raw_write): Update declaration.
4623 (regcache_raw_read): Update declaration.
4624 (supply_register): Update declaration.
4625
4626 2002-07-24 Tom Tromey <tromey@redhat.com>
4627
4628 * defs.h (gdb_readline_wrapper): Declare.
4629 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4630 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4631 * top.c (gdb_readline_wrapper): New function.
4632 (command_line_input): Use it.
4633
4634 2002-07-24 Andrew Cagney <cagney@redhat.com>
4635
4636 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4637 regcache_read and regcache_write.
4638 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4639 * regcache.c: Update.
4640 * sh-tdep.c (sh64_push_arguments): Update comment.
4641 (sh_pseudo_register_read): Update.
4642 (sh_pseudo_register_write): Update.
4643 (sh4_register_read): Update.
4644 (sh4_register_write): Update.
4645 (sh64_pseudo_register_read): Update.
4646 (sh64_pseudo_register_write): Update.
4647 (sh64_register_read): Update.
4648 (sh64_register_write): Update.
4649 * i386-tdep.c (i386_extract_return_value): Update.
4650 (i386_extract_struct_value_address): Update.
4651 (i386_extract_return_value): Update.
4652 * blockframe.c (generic_read_register_dummy): Update.
4653 (generic_call_dummy_register_unwind): Update
4654 * infrun.c (write_inferior_status_register): Update.
4655
4656 2002-07-23 Jim Blandy <jimb@redhat.com>
4657
4658 * parser-defs.h (expression_context_pc): Make this extern.
4659 (Thanks to Michael Snyder.)
4660
4661 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4662
4663 GDB 5.2.1 released from 5.2 branch.
4664 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4665 * README: Update to mention 5.2.1.
4666
4667 2002-07-23 Mark Salter <msalter@redhat.com>
4668
4669 * remote.c (remote_read_bytes): Fix check for error.
4670
4671 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4672
4673 * aix-thread.c (language.h): Include.
4674 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4675 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4676 Print newlines at end of debug messages.
4677 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4678 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4679
4680 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4681
4682 * aix-thread.c (ppc-tdep.h): Include.
4683 (special_register_p): New function.
4684 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4685 (store_regs_user_thread): Use register number information from
4686 gdbarch_tdep struct instead of hardcoded offsets relative to
4687 FIRST_UISA_SP_REGNUM.
4688 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4689 special_register_p() instead of using FPLAST_REGNUM and
4690 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4691 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4692 will be MQ's register number.
4693
4694 2002-07-22 Michael Snyder <msnyder@redhat.com>
4695
4696 * aix-thread.c (ops): Rename to aix_thread_ops.
4697 (base_ops): Rename to base_target.
4698 (ops_attach): Rename to aix_thread_attach.
4699 (ops_detach): Rename to aix_thread_detach.
4700 (ops_resume): Rename to aix_thread_detach.
4701 (ops_wait): Rename to aix_thread_wait.
4702 (ops_kill): Rename to aix_thread_kill.
4703 (init_ops): Rename to init_aix_thread_ops.
4704 (ops_fetch_register): Rename to aix_thread_fetch_register.
4705 (ops_store_register): Rename to aix_thread_store_register.
4706 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4707 (ops_thread_alive): Rename to aix_thread_thread_alive.
4708 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4709 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4710 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4711 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4712 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4713 (store_regs_lib): Rename to store_regs_user_thread.
4714 (store_regs_kern): Rename to store_regs_kernel_thread.
4715
4716 2002-07-22 Michael Snyder <msnyder@redhat.com>
4717
4718 * aix-thread.c (ops_prepare_to_store): Eliminate.
4719 (init_ops): Don't initialize ops.prepare_to_store.
4720 (store_regs_kern): Pre-fetch register buffers from child,
4721 because some registers may not be in the cache. Copy
4722 regs from register cache only if they are cached.
4723 (store_regs_lib): Copy regs from register cache only
4724 if they are cached.
4725 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4726 fill_gprs64): Ditto.
4727
4728 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4729
4730 * aix-thread.c (gdb_assert.h): Include.
4731 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4732 register sizes (from register cache) match size of buffer holding
4733 register data.
4734 (fill_sprs32): Change parameter types to match those in the ptrace()
4735 buffer.
4736 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4737 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4738
4739 2002-07-22 Michael Snyder <msnyder@redhat.com>
4740
4741 * aix-thread.c (supply_sprs64): Cosmetic change.
4742 (supply_sprs32): Cosmetic change.
4743 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4744 (fill_sprs64): Use regcache_collect instead of read_register.
4745 (store_regs_lib): Use regcache_collect instead of
4746 read_register. Use fill_sprs32 instead of fill_sprs64,
4747 if debugging a 32-bit architecture.
4748 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4749 out of the register cache, instead of passing a pointer into
4750 the register cache directly to ptrace. Use regcache_collect
4751 insteaad of read_register.
4752 (ops_prepare_to_store): Use target_read_registers instead
4753 of read_register_bytes.
4754
4755 2002-07-20 Aidan Skinner <aidan@velvet.net>
4756
4757 * MAINTAINERS: Add self under write after approval.
4758
4759 2002-07-20 Aidan Skinner <aidan@velvet.net>
4760
4761 * ada-tasks.c: Change k&r style function definitions to prototyped
4762 form.
4763
4764 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4765
4766 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4767 * x86-64-tdep.c: Include "objfiles.h".
4768 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4769 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4770
4771 2002-07-17 Michal Ludvig <michal@suse.cz>
4772
4773 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4774 (update_context): Initialise cfa variable.
4775
4776 2002-07-17 Michael Snyder <msnyder@redhat.com>
4777
4778 * aix-thread.c: Shorten some long lines.
4779 Bring comments into line with code spec.
4780
4781 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4782
4783 * infrun.c: Re-indent using gdb_indent.sh.
4784
4785 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4786
4787 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4788 Leave the indentation temporarily untouched, to minimize the diffs.
4789
4790 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4791
4792 * stabsread.c: Make os9k sections of the code obsolete,
4793 for real this time.
4794 * stabsread.h: Make os9k sections of the code obsolete.
4795
4796 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4797
4798 * linux-low.c (regsets_store_inferior_registers): Add free()
4799 at the end of a loop to prevent memory leak.
4800 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4801 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4802 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4803 line a comment.
4804 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4805
4806 2002-07-17 Jim Blandy <jimb@redhat.com>
4807
4808 * macrocmd.c (info_macro_command): Remove newline from error
4809 message.
4810
4811 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4812
4813 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4814 (sh_gdbarch_init): Use it for sh-dsp.
4815
4816 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4817
4818 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4819 64-bit DWARF2 format.
4820
4821 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4822
4823 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4824 <sys/proc.h> when not available.
4825
4826 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4827
4828 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4829 * stabsread.c: Make os9k sections of the code obsolete.
4830 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4831 * config/i386/i386os9k.mt: Make file obsolete.
4832 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4833 (COMMON_OBS): Remove os9kread.o
4834 (SFILES): Remove os9kread.c.
4835 (os9kread.o, remote-os9k.o): Make target obsolete.
4836 * remote-os9k.c: Make file obsolete.
4837 * os9kread.c: Make file obsolete.
4838 * Makefile.in
4839
4840 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4841
4842 * NEWS: Mention that the FR30 has been made obsolete.
4843 * fr30-tdep.c: Make file obsolete.
4844 * config/fr30/tm-fr30.h: Ditto.
4845 * config/fr30/fr30.mt: Ditto.
4846 * configure.tgt: Make fr30-*-elf obsolete.
4847 * MAINTAINERS: Make fr30-elf obsolete.
4848
4849 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4850
4851 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4852 found is not inside a section.
4853
4854 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4855
4856 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4857 strerror().
4858 (pdc_realloc): Use xrealloc() instead of realloc().
4859
4860 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4861
4862 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4863 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4864 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4865 macros.
4866
4867 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4868
4869 * aix-thread.c (ptrace_check): Eliminate goto.
4870 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4871 problem.
4872
4873 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4874
4875 * aix-thread.c (gdbcmd.h): Include.
4876 (DEBUG, DBG, DBG2, dbg): Eliminate.
4877 (debug_aix_thread): New static global.
4878 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4879 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4880 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4881 invocations to DBG and DBG2 macros to test against
4882 ``debug_aix_thread'' and call fprintf_unfiltered().
4883 (_initialize_aix_thread): Add new command "set debug aix-thread".
4884
4885 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4886
4887 From Gerhard Tonn <TON@de.ibm.com>:
4888 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4889 instead of supply_register.
4890
4891 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4892
4893 * dwarf2cfi.c: Include "gdb_assert.h".
4894 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4895 non-NULL.
4896 (update_context): Do not use __func__. Add missing ``break''.
4897 (update_context): Do not use __func__.
4898
4899 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4900
4901 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4902 and its setting. Set gdbarch instruction printing functions
4903 directly. For non-rs6000 case use new function
4904 gdb_print_insn_powerpc.
4905 (gdb_print_insn_powerpc): New function.
4906
4907 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4908
4909 * NEWS: Mention that the d30v has been marked obsolete.
4910 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4911 * configure.tgt: Mark d30v-*-* as obsolete.
4912 * d30v-tdep.c: Mark file as obsolete.
4913 * config/d30v/d30v.mt: Ditto.
4914 * config/d30v/tm-d30v.h: Ditto.
4915
4916 2002-07-13 Aidan Skinner <aidan@velvet.net>
4917
4918 * ada-tasks.c (add_task_entry): replace calls to
4919 malloc() with xmalloc
4920 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4921
4922 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4923 ada_finish_decode_line_1, all_sals_for_line
4924 ada_breakpoint_rewrite): replace calls to free() with xfree()
4925
4926 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4927
4928 From Nicholas Duffek (with minor changes by Martin Hunt,
4929 Louis Hamilton, and Kevin Buettner):
4930 * aix-thread.c: New file.
4931
4932 2002-07-12 Petr Sorfa <petrs@caldera.com>
4933
4934 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4935 complaint for invalid attribute class or form.
4936 (read_func_scope): DW_AT_frame_base
4937 better handling of DW_AT_block*.
4938 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4939 better handling of DW_AT_block*.
4940 (read_common_block): DW_AT_location
4941 better handling of DW_AT_block*.
4942 (read_partial_die): DW_AT_location better handling
4943 of DW_AT_block*.
4944 (new_symbol): DW_AT_external better handling of
4945 DW_AT_block*. Proper initialization of variable
4946 "addr".
4947 (attr_form_is_block): New function that returns true
4948 if the attribute's form is of DW_FORM_block*.
4949
4950 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4951
4952 * valops.c (find_method_list): Remove comment about
4953 removed STATIC_MEMFUNCP argument.
4954 (value_find_oload_method_list): Likewise.
4955
4956 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4957
4958 From Nicholas Duffek:
4959 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4960 target_new_objfile_hook.
4961
4962 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4963
4964 From Nicholas Duffek:
4965 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4966 csect.
4967
4968 2002-07-12 Andrew Cagney <cagney@redhat.com>
4969
4970 * MAINTAINERS: Mention --enable-sim-build-warnings.
4971 (m68hc11-elf): Disable sim build warnings.
4972 (m32r-elf): Mark as broken obsolete candidate.
4973 (x86_64-linux-gnu): Mark as buildable with -Werror.
4974 (arm-elf): Change -w to ``,'' which enables warnings but not
4975 -Werror.
4976
4977 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4978
4979 * bcache.h: Update copyright.
4980 (struct bstring, struct bcache): Move definition to "bcache.c".
4981 Replaced by opaque declaration.
4982 (bcache_xfree): Replace free_bcache.
4983 (bcache_xmalloc, bcache_memory_used): Declare.
4984
4985 * bcache.c: Update copyright.
4986 (struct bstring, struct bcache): Moved to here from "bcache.h".
4987 Update comments.
4988 (bcache_xmalloc, bcache_memory_used): New functions.
4989 (bcache_xfree): Replace function free_bcache.
4990
4991 * Makefile.in (objfiles.o): Add $(bcache_h).
4992 (objfiles_h): Remove $(bcache_h).
4993 (symfile.o): Add $(bcache_h).
4994
4995 * symmisc.c: Update copyright.
4996 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4997 (print_objfile_statistics): Use bcache_memory_used.
4998
4999 * symfile.c: Include "bcache.h".
5000 (reread_symbols): Use bcache_xfree.
5001 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5002 (add_psymbol_to_list): Pass psymbol_cache by value.
5003 (add_psymbol_with_dem_name_to_list): Ditto.
5004
5005 * objfiles.h: Update copyright.
5006 (struct bcache): Declare opaque. Do not include "bcache.h".
5007 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5008 bcache'' pointers.
5009 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5010
5011 * objfiles.c: Include "bcache.h". Update copyright.
5012 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5013 macro_cache.
5014 (free_objfile): Use bcache_xfree.
5015
5016 2002-07-11 Grace Sainsbury <graces@redhat.com>
5017
5018 * monitor.c (monitor_fetch_register): Make name a constant.
5019 (monitor_store_register): Same.
5020
5021 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
5022
5023 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5024 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5025 (finish_block) For non-function blocks, hash the symbol table. For
5026 function blocks, mark the symbol table as unhashed.
5027 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5028 (msymbol_hash_iw): Likewise.
5029 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5030 value.
5031 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5032 (lookup_minimal_symbol): Likewise for both.
5033 * symtab.h (struct block): Add `hashtable' flag. Comment the
5034 hashtable.
5035 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5036 (ALL_BLOCK_SYMBOLS): Update.
5037 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5038 (struct symbol): Add `hash_next' pointer.
5039 * symtab.c (lookup_block_symbol): Search using the hash table when
5040 possible.
5041 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5042 (search_symbols, find_addr_symbol): Likewise.
5043
5044 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5045 (read_dst_symtab): Likewise.
5046 * jv-lang.c (get_java_class_symtab): Likewise.
5047 * mdebugread.c: Include "gdb_assert.h".
5048 (shrink_block): Assert that the block being modified is not hashed.
5049 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5050 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5051 symbols.
5052 (dump_symtab): Recognize hashed blocks.
5053 * printcmd.c (print_frame_args): Assert that function blocks do not
5054 have hashed symbol tables.
5055 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5056 (fill_in_ada_prototype, debug_print_block): Likewise.
5057 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5058
5059 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
5060
5061 * stack.c (print_frame): Use result of frame_address_in_block()
5062 instead of fi->pc when evaluating symbols.
5063 (backtrace_command_1): Ditto.
5064
5065 2002-07-11 Andrew Cagney <cagney@redhat.com>
5066
5067 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5068 Make static.
5069
5070 * arm-tdep.c (arm_register_name): Make return type constant.
5071
5072 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5073
5074 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5075 prototype.
5076 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5077 * s390-tdep.c (s390_fp_regnum): Ditto.
5078 (s390_read_fp): Ditto.
5079 (s390_pop_frame): Ditto.
5080 (_initialize_s390_tdep): Ditto.
5081 * remote.c (get_remote_state): Ditto.
5082 * procfs.c (mappingflags): Ditto.
5083 * memattr.c (_initialize_mem): Ditto.
5084 * mcore-tdep.c (mcore_pop_frame): Ditto.
5085 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5086 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5087 * language.c (set_case_str): Ditto.
5088 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5089 * frv-tdep.c (new_variant): Ditto.
5090 (frv_stopped_data_address): Ditto.
5091 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5092 (context_alloc): Ditto.
5093 (frame_state_alloc): Ditto.
5094 (unwind_tmp_obstack_init): Ditto.
5095 (unwind_tmp_obstack_free): Ditto.
5096 (cfi_read_fp): Ditto.
5097 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5098 (cris_pop_frame): Ditto.
5099 * c-lang.c (scanning_macro_expansion): Ditto.
5100 (finished_macro_expansion): Ditto.
5101 (c_preprocess_and_parse): Ditto.
5102 * gdbarch.sh: Ditto.
5103 * gdbarch.h, gdbarch.c: Regenerate.
5104 * config/mn10200/tm-mn10200.h: Adjust indentation.
5105 * target.c: Adjust indentation.
5106 * symtab.h: Adjust indentation.
5107 * stabsread.h: Adjust indentation.
5108 * remote-es.c: Adjust indentation.
5109 * os9kread.c: Adjust indentation.
5110
5111 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5112
5113 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5114 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5115
5116 2002-07-10 Grace Sainsbury <graces@redhat.com>
5117
5118 * NEWS: Mention m68k, mcore multi-arching.
5119 * MAINTAINERS: Change status of m68k, mcore to reflect
5120 multi-arching.
5121
5122 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5123
5124 * valops.c (find_overload_match): Free oload_syms.
5125
5126 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5127
5128 Define HAVE_SYS_PROC_H if sys/proc.h exists
5129 * configure.in: Add check for sys/proc.h
5130 * config.in: Regenerate.
5131 * configure: Regenerate.
5132
5133 2002-07-09 Grace Sainsbury <graces@redhat.com>
5134
5135 * config/m68k/tm-m68k.h: Remove macros wrapped in
5136 #if !GDB_MULTI_ARCH.
5137
5138 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5139
5140 * config.in, configure: Regenerate.
5141
5142 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5143
5144 * dwarf2cfi.c: Include "gcore.h".
5145 (execute_stack_op): Fix implementation of the
5146 DW_OP_deref and DW_OP_deref_size operators by letting do their
5147 lookup in the target.
5148
5149 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5150
5151 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5152 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5153 tdep->sc_sp_offset.
5154
5155 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5156
5157 Fix PR gdb/595, gdb/602
5158 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5159 Don't call value_cast, just read the vtable pointer; update comments
5160 to match.
5161
5162 2002-07-05 Grace Sainsbury <graces@redhat.com>
5163
5164 * config/mcore/tm-mcore.h: Remove file.
5165 * config/mcore/mcore.mt: Remove definition of TM_FILE
5166 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5167
5168 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5169
5170 * i386bsd-tdep.c: Include "gdb_string.h".
5171
5172 2002-07-04 Grace Sainsbury <graces@redhat.com>
5173
5174 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5175 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5176 mcore-tdep.
5177 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5178 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5179 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5180 (RETVAL_REGNUM): Move macros from tm-mcore.h
5181 (mcore_reg_struct_has_addr): New function.
5182 (mcore_gdbarch_init): Added initializations for the macros removed
5183 from tm-mcore.h.
5184
5185 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5186
5187 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5188 traditonal string branding within the ELF header.
5189
5190 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5191
5192 * symtab.c (remove_params): New function.
5193 (make_symbol_overload_list): Use it instead of cplus_demangle.
5194 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5195
5196 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5197
5198 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5199
5200 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5201 New variables.
5202 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5203 and tdep->sigtramp_end.
5204 * i386obsd-nat.c: New file.
5205 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5206
5207 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5208 Don't call get_current_frame().
5209
5210 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5211
5212 * i386-nat.c (child_post_startup_inferior): New function
5213 calling i386_cleanup_dregs if
5214 I386_USE_GENERIC_WATCHPOINTS is defined.
5215 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5216 conditional to acknowledge that i386-nat.c has its
5217 own child_post_startup_inferior function.
5218
5219 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5220
5221 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5222 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5223 instead of MAX_REGISTER_RAW_SIZE.
5224 (i386_extract_return_value, i386_extract_struct_value_address):
5225 Convert to use regcache.
5226 (i386_gdbarch_init): Set max_register_raw_size and
5227 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5228 Set extract_return_value and extract_struct_value_address instead
5229 of their deprecated variants.
5230
5231 Convert i386 target to generic dummy frames.
5232 * i386-tdep.c: Include "symfile.h".
5233 (i386_frameless_signal_p): Consider a function to be frameless if
5234 the pc points at the first instruction of the function.
5235 (i386_frame_chain): Handle (generic) call dummies.
5236 (i386_frame_saved_pc): Likewise.
5237 (i386_frame_init_saved_regs): Remove code dealing with call
5238 dummies on the stack.
5239 (i386_push_dummy_frame): Removed.
5240 (i386_call_dummy_words): Removed.
5241 (i386_fix_call_dummy): Removed.
5242 (i386_push_return_address): New function.
5243 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5244 parameter, and don't call get_current_frame.
5245 (i386_pop_frame): New function.
5246 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5247 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5248 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5249 call_dummy_length to 0, set call_dummy_words to NULL, set
5250 sizeof_call_dummy_words to 0, set fix_call_dummy to
5251 generic_fix_call_dummy, set pc_in_call_dummy to
5252 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5253 generic_push_dummy_frame, set push_return_address to
5254 i386_push_return_address and set frame_chain_valid to
5255 generic_file_frame_chain_valid.
5256
5257 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5258
5259 * gdbarch.sh (struct regcache): Add opaque declaration.
5260 (EXTRACT_RETURN_VALUE): New architecture method.
5261 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5262 * gdbarch.h, gdbarch.c: Regenerate.
5263 * arch-utils.c (legacy_extract_return_value): New function.
5264 * arch-utils.h (legacy_extract_return_value): Declare.
5265 * values.c (value_being_returned): Re-enable code handling
5266 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5267 deprecated_grub_regcache_for_registers call to block handling
5268 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5269 (EXTRACT_RETURN_VALUE): Do not define.
5270
5271 2002-07-03 Grace Sainsbury <graces@redhat.com>
5272
5273 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5274 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5275 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5276 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5277 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5278 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5279 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5280 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5281 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5282 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5283 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5284 argument so the function fits the prototype in the architecture
5285 vector.
5286 (mcore_pop_frame): Remove argument so the function fits the
5287 prototype. Use get_current_frame instead of the argument.
5288 (mcore_push_arguments): Change type of struct_return so the
5289 function can be used in the architecture vector.
5290 (mcore_store_struct_return): Add.
5291 (mcore_frame_init_saved_regs): Add.
5292 (mcore_gdbarch_init): Add function calls to replace the macros
5293 removed from tm-mcore.h
5294
5295 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5296
5297 * infcmd.c (print_return_value): Remove compatibility code calling
5298 deprecated_grub_regcache_for_registers.
5299
5300 * values.c: Include "regcache.h".
5301 (value_being_returned): Update. Use
5302 deprecated_grub_regcache_for_registers to extract the register
5303 buffer address.
5304 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5305 ``struct regcache''.
5306 * Makefile.in (values.o): Add dependency on $(regcache_h).
5307
5308 * inferior.h (run_stack_dummy): Change type of second parameter to
5309 a ``struct regcache''.
5310 * valops.c (hand_function_call): Change type of retbuf to ``struct
5311 regcache''. Allocate using regcache_xmalloc, clean using
5312 make_cleanup_regcache_xfree.
5313 * infcmd.c (run_stack_dummy): Update. Use
5314 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5315
5316 * regcache.c (do_regcache_xfree): New function.
5317 (make_cleanup_regcache_xfree): New function.
5318 * regcache.h (make_cleanup_regcache_xfree): Declare.
5319
5320 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5321
5322 * event-top.c (command_line_handler): Don't read past
5323 beginning of buffer.
5324
5325 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5326
5327 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5328 struct frame_id.
5329 (varobj_create): Store frame_id for root.
5330 (varobj_gen_name): Use xasprintf.
5331 (varobj_update): Save and restore frame using get_frame_id() and
5332 frame_find_by_id().
5333 (create_child): Use xasprintf.
5334 (new_root_variable): Initialize frame_id.
5335 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5336 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5337 to prevent memory leak.
5338
5339 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5340
5341 * valops.c (hand_function_call): Move declaration of retbuf to
5342 start of function, allocate using malloc, add a cleanup but before
5343 the inf_status cleanup, cleanup the buffer. Rename local variable
5344 old_chain to inf_status_cleanup.
5345
5346 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5347
5348 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5349
5350 * cli/cli-decode.c (cmd_func_p): New function.
5351 (cmd_func): New function.
5352
5353 * command.h: Add cmd_func() and cmd_func_p().
5354
5355 2002-07-03 Grace Sainsbury <graces@redhat.com>
5356
5357 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5358 (REGISTER_SIZE): Remove.
5359 (MAX_REGISTER_RAW_SIZE): Remove.
5360 (REGISTER_VIRTUAL_TYPE): Remove.
5361 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5362 (REGISTER_NAME): Remove.
5363 (USE_GENERIC_DUMMY_FRAMES): Remove.
5364 (CALL_DUMMY): Remove.
5365 (CALL_DUMMY_START_OFFSET): Remove.
5366 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5367 (CALL_DUMMY_LOCATION): Remove.
5368 (FIX_CALL_DUMMY): Remove.
5369 (CALL_DUMMY_ADDRESS): Remove.
5370 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5371 (SAVE_DUMMY_FRAME_TOS): Remove.
5372 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5373 (mcore_register_virtual_type): New function.
5374 (mcore_register_byte): New function.
5375 (mcore_register_size): New function.
5376 (mcore_register_name): New function.
5377 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5378 macros removed from tm-mcore.h.
5379 (mcore_dump_tdep): Add.
5380 (_initialize_mcore_tdep): Add gdbarch_register call.
5381
5382 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5383
5384 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5385 frameless_look_for_prologue, such that we actually call this
5386 function.
5387
5388 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5389
5390 * frame.h (frame_address_in_block): New function.
5391
5392 * blockframe.c (frame_address_in_block): New function extracted
5393 from get_frame_block().
5394 (get_frame_block): Use frame_address_in_block().
5395 (block_innermost_frame): Use frame_address_in_block() to match
5396 the frame pc address against the block boundaries rather than
5397 the frame pc directly. This prevents a failure when a frame pc
5398 is actually a return-address pointing immediately after the end
5399 of the given block.
5400
5401 2002-07-02 Grace Sainsbury <graces@redhat.com>
5402
5403 * MAINTAINERS: Add self under write after approval.
5404
5405 2002-07-02 Grace Sainsbury <graces@redhat.com>
5406
5407 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5408 used in architecture vector. The default is
5409 m68k_local_breakpoint_from_pc.
5410 (m68k_local_breakpoint_from_pc): Add.
5411 (enum): Add register numbers from tm-m68k.h.
5412 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5413 vector.
5414 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5415 GDB_MULTI_ARCH_PARTIAL.
5416 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5417 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5418 m68k-tdep.c.
5419 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5420 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5421 to enum in m68k-tdep.c
5422
5423 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5424
5425 * solib-osf.c (open_map): Compute the list of shared libraries
5426 loaded by the inferior, rather than the list of libraries loaded
5427 by GDB itself. Otherwise, GDB ends up reading the symbols from
5428 the wrong shared libraries...
5429
5430 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5431
5432 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5433 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5434 macros.
5435 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5436 Remove functions.
5437 (FRAMELESS_SIGNAL): Remove function.
5438 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5439 i386_linux_saved_pc_after_call): Removed.
5440 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5441 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5442 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5443
5444 * i386-tdep.c (i386_frameless_signal_p): New function.
5445 (i386_frame_chain): Deal with frameless signals.
5446 (i386_sigtramp_saved_sp): New function.
5447 (i386_frame_saved_pc): Deal with frameless signals.
5448 (i386_saved_pc_after_call): Make sure the correct value is
5449 returned just after entry into a sigtramp.
5450 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5451 i386fbsd4_sc_sp_offset): New variables.
5452 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5453 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5454 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5455 similiar to what we already did for sc_pc_offset.
5456 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5457 tdep->sc_sp_offset.
5458
5459 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5460
5461 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5462
5463 * config/i386/tm-x86-64linux.h: New.
5464 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5465 definitions.
5466 * config/i386/nm-x86-64.h: Rename to ...
5467 * config/i386/nm-x86-64linux.h: ... this one.
5468 * config/i386/x86-64linux.mh: Reflect the above change.
5469
5470 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5471
5472 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5473 with sigcontext_addr. Add sc_sp_offset.
5474 (i386bsd_sigtramp_saved_pc): Remove prototype.
5475 (i386bsd_sicontext_addr): Add prototype.
5476 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5477 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5478 (i386_svr4_sigtramp_saved_pc): Removed.
5479 (i386_svr4_sigcontext_addr): New function.
5480 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5481 Initialize tdep->sigcontext_addr instead. Initialize
5482 tdep->sc_pc_offset and tdep->sc_sp_offset.
5483 (i386_gdbarch_init): Likewise.
5484 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5485 any more.
5486 (i386bsd_sigtramp_saved_pc): Remove function.
5487 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5488 Initialize tdep->sigcontext_addr instead. Initialize
5489 tdep->sc_pc_offset.
5490 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5491 of tdep->sigtramp_saved_pc.
5492 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5493 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5494 instead.
5495
5496 * i386-tdep.c (i386_frameless_function_invocation,
5497 i386_frame_num_args, i386_frame_init_saved_regs,
5498 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5499 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5500 i386_extract_return_value, i386_store_return_value,
5501 i386_extract_struct_value_address, i386_register_virtual_type,
5502 i386_register_convertible, i386_register_convert_to_virtual,
5503 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5504 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5505 static.
5506
5507 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5508
5509 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5510
5511 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5512 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5513 this macro. Include "value.h".
5514
5515 2002-06-30 Aidan Skinner <aidan@velvet.net>
5516
5517 * ada-exp.tab.c: remove as it's a generated file
5518 * ada-lex.c: remove as it's a generated file
5519
5520 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5521
5522 * config/i386/tm-i386.h (struct frame_info, struct
5523 frame_saved_regs, struct value, struct type): Remove forward
5524 declarations.
5525
5526 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5527 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5528 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5529 (FILL_FPXREGSET): Define.
5530
5531 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5532
5533 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5534 i[3456]86-*-netbsd* case.
5535 * config/i386/tm-obsd.h: Removed.
5536 * config/i386/obsd.mt: Removed.
5537 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5538 core-aout.o.
5539 (MH_CFLAGS): Add -DYYDEBUG=0.
5540
5541 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5542 i386nbsd_sc_pc_offset on OpenBSD too.
5543
5544 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5545 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5546 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5547 define.
5548 * i386bsd-tdep.c: Include "arch-utils.h".
5549 (i386bsd_aout_in_solib_call_trampoline): New function.
5550 (i386bsd_init_abi): Set in_solib_call_trampoline to
5551 i386bsd_aout_in_solib_call_trampoline.
5552 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5553 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5554
5555 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5556
5557 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5558 (struct obstack, struct bcache): Add opaque declarations.
5559 * Makefile.in (macrotab_h): Update
5560
5561 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5562
5563 * blockframe.c (generic_find_dummy_frame): Change return type to
5564 ``struct regcache''.
5565 (struct dummy_frame): Replace field ``registers'' with regcache, a
5566 struct regcache object.
5567 (generic_find_dummy_frame): Update.
5568 (generic_push_dummy_frame): Update. Use regcache_xfree,
5569 regcache_xmalloc and regcache_cpy.
5570 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5571 regcache_xfree.
5572 (deprecated_generic_find_dummy_frame): Update.
5573 (generic_read_register_dummy): Update. Use
5574 regcache_read_as_address.
5575 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5576 (generic_get_saved_register): Update. Use regcache_read.
5577
5578 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5579
5580 * Makefile.in (objfiles_h): Add $(bcache_h).
5581 * objfiles.h: Include "bcache.h".
5582
5583 * Makefile.in (symtab_h): Remove $(bcache_h).
5584 * symtab.h: Do not include "bcache.h".
5585
5586 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5587
5588 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5589 generic_func_frame_chain_valid.
5590
5591 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5592
5593 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5594 * config/i386/tm-fbsd.h: Likewise.
5595
5596 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5597
5598 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5599 generic_unwind_get_saved_register.
5600
5601 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5602
5603 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5604 * regcache.c (supply_register): Add missing argument to
5605 register_buffer call.
5606
5607 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5608
5609 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5610 Solaris /bin/grep does not not like it. From Peter Schauer.
5611
5612 2002-06-26 Tom Tromey <tromey@redhat.com>
5613
5614 * command.h (add_setshow_cmd): Declare.
5615 (add_setshow_cmd_full): Declare.
5616 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5617 returns void. Use add_setshow_cmd_full.
5618 (add_setshow_cmd_full): New function.
5619 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5620 (add_setshow_boolean_cmd): Likewise.
5621
5622 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5623
5624 * config/vax/tm-vax.h: Protect from multiple inclusion.
5625 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5626 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5627 * config/vax/tm-vaxbsd.h: ...here. New file.
5628 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5629
5630 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5631
5632 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5633 (BELIEVE_PCC_PROMOTION): Remove.
5634 (AP_REGNUM): Move to...
5635 * config/vax/nm-vax.h: ...here.
5636 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5637 (vax_breakpoint_from_pc): New function.
5638 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5639 and gdbarch_believe_pcc_promotion.
5640
5641 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5642
5643 * Makefile.in (vax_tdep_h): Define.
5644 (vax-tdep.o): Use $(vax_tdep_h).
5645 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5646 (vax_dump_tdep): New function.
5647 (_initialize_vax_tdep): Register vax_dump_tdep.
5648 * vax-tdep.h: Include osabi.h.
5649 (struct gdbarch_tdep): New.
5650
5651 2002-06-26 Andrew Cagney <cagney@redhat.com>
5652
5653 * frame.h (deprecated_generic_find_dummy_frame): Rename
5654 generic_find_dummy_frame.
5655 * blockframe.c (generic_find_dummy_frame): Make static.
5656 (deprecated_generic_find_dummy_frame): New function.
5657 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5658 generic_find_dummy_frame with deprecated_find_dummy_frame.
5659 (sh64_nofp_frame_init_saved_regs): Ditto.
5660 (sh_fp_frame_init_saved_regs): Ditto.
5661 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5662 (s390_frame_chain): Ditto.
5663 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5664
5665 2002-06-26 Grace Sainsbury <graces@redhat.com>
5666
5667 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5668 gdbarch vector are at the top.
5669 (NUM_REGS): Remove.
5670 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5671 (FRAME_ARGS_ADDRESS): Remove.
5672 (FRAME_LOCALS_ADDRESS): Remove.
5673 (FRAME_NUM_ARGS): Remove.
5674 (FRAME_ARGS_SKIP): Remove.
5675 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5676 (m68k_gdbarch_init): Add gdbarch initializations for macros
5677 undefined in tm-m68k.h
5678
5679 2002-06-26 Grace Sainsbury <graces@redhat.com>
5680
5681 * monitor.h: Add the function regname to monitor_ops
5682 structure. This way NUM_REGS does not have to be a constant.
5683 * monitor.c (monitor_fetch_register): Added support for regname
5684 function. The function is called if the array regnames is NULL.
5685 (monitor_store_register): Same.
5686 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5687 regnames array.
5688 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5689 cpu32bug_cmds.regname to point to new function.
5690 * abug-rom.c (abug_regname): Same as above.
5691 (init_abug_cmds): Same.
5692 * dbug-rom.c (dbug_regname): Same as above.
5693 (init_dbug_cmds): Same.
5694 * remote-est.c (est_regname): Same.
5695 (init_est_cmds): Same.
5696 * rom68k-rom.c (rom68k_regname): Same.
5697 (init_rom68k_cmds): Same.
5698
5699 2002-06-25 Tom Tromey <tromey@redhat.com>
5700
5701 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5702
5703 2002-06-25 Andrew Cagney <cagney@redhat.com>
5704
5705 * infrun.c (stop_registers): Change variable's type to ``struct
5706 regcache'''.
5707 (xmalloc_inferior_status): Delete function.
5708 (free_inferior_status): Delete function.
5709 (normal_stop): Use regcache_cpy.
5710 (struct inferior_status): Change type of fields ``stop_registers''
5711 and ``registers'' to ``struct regcache''.
5712 (write_inferior_status_register): Use regcache_write.
5713 (save_inferior_status): Instead of calling
5714 xmalloc_inferior_status, allocate the inf_status buffer directly.
5715 Use regcache_dup_no_passthrough and regcache_dup to save the
5716 buffers.
5717 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5718 Replace the stop_registers regcache instead of overriding it. Use
5719 regcache_xfree. Instead of calling free_inferior_status, xfree
5720 the buffer directly.
5721 (discard_inferior_status): Use regcache_xfree. Instead of calling
5722 free_inferior_status, xfree the buffer directly.
5723 (build_infrun): Use regcache_xmalloc.
5724 (_initialize_infrun): Delete redundant call to build_infrun.
5725
5726 * Makefile.in (infcmd.o): Add $(regcache_h).
5727
5728 * infcmd.c: Include "regcache.h".
5729 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5730 obtain the address of `stop_registers' register buffer.
5731 (print_return_value): Ditto.
5732
5733 * inferior.h (struct regcache): Add opaque declaration.
5734 (stop_registers): Change variable's declared type to ``struct
5735 regcache''.
5736
5737 2002-06-24 Tom Tromey <tromey@redhat.com>
5738
5739 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5740 * target.c (initialize_targets): Fixed typo in
5741 trust-readonly-sections `show' documentation.
5742
5743 * main.c: Marked all strings with _().
5744
5745 2002-06-24 Don Howard <dhoward@redhat.com>
5746
5747 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5748 that means max CORE_ADDR+1.
5749 (lookup_mem_region): Ditto.
5750 (mem_info_command): Ditto.
5751
5752 2002-06-24 Grace Sainsbury <graces@redhat.com>
5753
5754 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5755 (REGISTER_BYTES_OK): Remove.
5756 (REGISTER_BYTES): Remove.
5757 (STORE_STRUCT_RETURN): Remove.
5758 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5759 (STORE_RETURN_VALUE): Remove.
5760 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5761 (FRAME_CHAIN): Remove.
5762 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5763 (FRAME_SAVED_PC): Remove.
5764 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5765 (m68k_store_struct_return): Add.
5766 (m68k_deprecated_extract_return_value): Add.
5767 (m68k_deprecated_extract_struct_value_address): Add.
5768 (m68k_store_return_value): Add.
5769 (m68k_frame_chain): Add.
5770 (m68k_frameless_function_invocation): Add.
5771 (m68k_frame_saved_pc): Add.
5772 (m68k_gdbarch_init): added set_gdbarch calls for new
5773 functions and deleted macros.
5774
5775 2002-06-23 Tom Tromey <tromey@redhat.com>
5776
5777 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5778 (ALLDEPFILES): Likewise.
5779 (udiheaders): Removed.
5780 (udip2soc.o): Likewise.
5781 (udi2go32.o): Likewise.
5782 (udr.o): Likewise.
5783 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5784
5785 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5786
5787 * infrun.c (_initialize_infrun): Delete unnecessary call to
5788 build_infrun.
5789
5790 * regcache.h: Update comments describing the regcache_cpy family
5791 of functions.
5792 (regcache_save, regcache_restore): Delete declaration.
5793 (regcache_save_no_passthrough): Delete declaration.
5794 (regcache_restore_no_passthrough): Delete declaration.
5795 * regcache.c (regcache_save): Delete function.
5796 (regcache_save_no_passthrough): Delete function.
5797 (regcache_restore): Delete function.
5798 (regcache_restore_no_passthrough): Delete function.
5799
5800 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5801
5802 * config/m68k/tm-m68k.h: Fix typo.
5803 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5804 (m68k_frame_init_saved_regs): Declare.
5805
5806 2002-06-21 Jim Blandy <jimb@redhat.com>
5807
5808 Remove some vestiges of Harris 88k support.
5809 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5810 register numbering quirk.
5811 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5812 odd symbols occurring in Harris 88k ELF targets.
5813
5814 2002-06-21 Tom Tromey <tromey@redhat.com>
5815
5816 * gdb_locale.h: New file.
5817 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5818 (defs_h): Added gdb_locale.h.
5819 * configure, config.in: Rebuilt.
5820 * configure.in (PACKAGE): Define.
5821 * defs.h: Include gdb_locale.h.
5822 * main.c (captured_main): Call setlocale, bindtextdomain,
5823 textdomain.
5824
5825 2002-06-21 Dave Brolley <brolley@redhat.com>
5826
5827 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5828 * config/frv/frv.mt: New file.
5829 * config/frv/tm-frv.h: New file.
5830 * configure.tgt: Support frv-*-*.
5831 * Makefile.in (frv-tdep.o): New target.
5832 * frv-tdep.c: New file.
5833 * NEWS: Mention frv.
5834
5835 2002-06-21 Dave Brolley <brolley@redhat.com>
5836
5837 * MAINTAINERS: Add self to "Write After Approval" list.
5838
5839 2002-06-21 Grace Sainsbury <graces@redhat.com>
5840
5841 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5842 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5843 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5844 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5845 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5846
5847 * m68k-tdep.c: Include arch-utils.h
5848 (m68k_register_raw_size): Add.
5849 (m68k_register_virtual_size): Add.
5850 (m68k_register_virtual_type): Add.
5851 (m68k_register_name): Add.
5852 (m68k_stack_align): Add.
5853 (m68k_register_byte): Add.
5854 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5855 tm-m68k.h.
5856
5857 2002-06-21 Grace Sainsbury <graces@redhat.com>
5858
5859 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5860 m68k_find_saved_regs.
5861 (m68k_pop_frame): Removed saved_regs structure, and replaced
5862 references to it with frame->saved_regs.
5863 (m68k_gdbarch_init): Added function calls to initialize the
5864 gdbarch structure.
5865 (m68k_fix_call_dummy): Add.
5866 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5867 (CALL_DUMMY): Remove.
5868 (CALL_DUMMY_LENGTH): Remove.
5869 (CALL_DUMMY_START_OFFSET): Remove.
5870 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5871 (FIX_CALL_DUMMY): Remove.
5872 (PUSH_DUMMY_FRAME): Remove.
5873 (POP_FRAME): Remove.
5874
5875 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5876
5877 * parse.c (parse_fprintf): New function used to avoid calls to
5878 fprintf in bison parser generated debug code.
5879 * parser-defs.h: Declaration of new parse_fprintf function.
5880 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5881 Set YYDEBUG to 1 by default.
5882 Set YYFPRINTF as parse_fprintf.
5883
5884 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5885
5886 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5887 encoding anymore.
5888 (pointer_encoding, enum ptr_encoding): New.
5889 (execute_cfa_program): Take care about pointer encoding.
5890 (dwarf2_build_frame_info): Only call parse_frame_info for
5891 .debug_frame and .eh_frame.
5892 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5893 fixed augmentation handling, added relative addressing,
5894 ignore duplicate FDEs. Added comments.
5895 * dwarf2cfi.c: Reindented.
5896
5897 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5898
5899 * event-top.c (command_handler): Don't use space_at_cmd_start
5900 unless there is sbrk() on the host. Assign time and space data
5901 to union fields of the appropriate length.
5902
5903 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5904
5905 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5906 x86_64_register_name. Return type changed to 'const char *'.
5907 (x86_64_register_name2nr): Rename to x86_64_register_number.
5908 (x86_64_gdbarch_init): Update to reflect the change.
5909 * x86-64-tdep.h: Ditto.
5910 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5911 (supply_fpregset): Ditto.
5912
5913 2002-06-19 Andrew Cagney <cagney@redhat.com>
5914
5915 * regcache.h: Update copyright.
5916 (struct regcache, struct gdbarch): Add opaque declarations.
5917 (current_regcache): Declare global variable.
5918 (regcache_read, regcache_write): Add gdbarch parameter.
5919 (regcache_save, regcache_save_no_passthrough)
5920 (regcache_restore, regcache_restore_no_passthrough)
5921 (regcache_dup, regcache_dup_no_passthrough)
5922 (regcache_cpy, regcache_cpy_no_passthrough)
5923 (deprecated_grub_regcache_for_registers)
5924 (deprecated_grub_regcache_for_register_valid)
5925 (regcache_valid_p): Add function declarations.
5926
5927 * regcache.c: Update copyright.
5928 (regcache_descr_handle): New global variable.
5929 (struct regcache_descr): Define.
5930 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5931 (regcache_descr, xfree_regcache_descr): New functions.
5932 (struct regcache): Define.
5933 (regcache_xmalloc, regcache_xfree): New functions.
5934 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5935 (regcache_dup, regcache_dup_no_passthrough): New functions.
5936 (regcache_valid_p, regcache_read_as_address): New functions.
5937 (deprecated_grub_regcache_for_registers): New function.
5938 (deprecated_grub_regcache_for_register_valid): New function.
5939 (current_regcache): New global variable.
5940 (register_buffer): Add regcache parameter. Update calls.
5941 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5942 (read_register_gen, write_register_gen): Update register_buffer
5943 call. Test for legacy_p instead of gdbarch_register_read_p or
5944 gdbarch_register_write_p.
5945 (regcache_collect): Update register_buffer call.
5946 (build_regcache): Rewrite. Use deprecated grub functions.
5947 (regcache_save, regcache_save_no_passthrough): New functions.
5948 (regcache_restore, regcache_restore_no_passthrough): New
5949 functions.
5950 (_initialize_regcache): Create the regcache_data_handle. Swap
5951 current_regcache global variable.
5952
5953 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5954 parameter to regcache_read and regcache_write calls.
5955 (sh4_register_read): Ditto.
5956 (sh64_pseudo_register_read): Ditto.
5957 (sh64_register_read): Ditto.
5958 (sh_pseudo_register_write): Ditto.
5959 (sh4_register_write): Ditto.
5960 (sh64_pseudo_register_write): Ditto.
5961 (sh64_register_write): Ditto.
5962
5963 * defs.h (XCALLOC): Define.
5964
5965 2002-06-19 Grace Sainsbury <graces@redhat.com>
5966
5967 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5968 * m68k-tdep.c (m68k_gdbarch_init): Added.
5969 (m68k_dump_tdep): Added.
5970
5971 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5972
5973 * ada-lang.c (fill_in_ada_prototype): Update comment.
5974
5975 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5976
5977 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5978 MIPS_ABI_LAST.
5979 (mips_abi_string, mips_abi_strings): New.
5980 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5981 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5982 tdep->mips_abi_string. Honor mips_abi_string. Default to
5983 O32 if no ABI is found.
5984 (mips_dump_tdep): Use mips_abi_strings.
5985 (mips_abi_update): New function.
5986 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5987 ``set mips abi'' and ``show mips abi''. Check the size of
5988 mips_abi_strings.
5989
5990 2002-06-19 Andrew Cagney <cagney@redhat.com>
5991
5992 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5993 constant.
5994
5995 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5996
5997 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5998 current frame using only the first stack size adjustment. All
5999 subsequent size adjustments are not considered to be part of
6000 the "static" part of the current frame.
6001 Compute the address of the saved registers relative to the
6002 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6003 in use in this frame.
6004
6005 2002-06-18 Don Howard <dhoward@redhat.com>
6006
6007 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6008 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6009 suggesting this solution.
6010
6011 2002-06-18 Andrew Cagney <ac131313@redhat.com>
6012
6013 * config/romp/xm-rtbsd.h: Delete file.
6014 * config/romp/rtbsd.mh: Delete file.
6015
6016 2002-06-18 Keith Seitz <keiths@redhat.com>
6017
6018 * breakpoint.c (condition_command): Post breakpoint_modify
6019 when a condition is added to an existing breakpoint.
6020 (commands_command): Likewise for commands.
6021 (set_ignore_count): Likewise for ignore counts.
6022 If no tty, do not simply return, still need to send event
6023 notification.
6024 (ignore_command): Only print a newline if the command came
6025 from a tty.
6026 Don't call breakpoints_changed, since this is now properly
6027 handled by set_ignore_count.
6028
6029 2002-06-18 Andrew Cagney <cagney@redhat.com>
6030
6031 * MAINTAINERS: Note that cris-elf target can be compiled with
6032 -Werror.
6033 * cris-tdep.c (cris_register_name): Make return type constant.
6034 (cris_breakpoint_from_pc): Ditto.
6035
6036 2002-06-18 Michal Ludvig <mludvig@suse.cz>
6037
6038 * frame.h (struct frame_info): Change type of context to
6039 'struct context'.
6040
6041 2002-06-17 Andrew Cagney <cagney@redhat.com>
6042
6043 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6044 pointer.
6045 * gdbarch.h, gdbarch.c: Regenerate.
6046 * config/mips/tm-mips.h (mips_register_name): Update.
6047 * i386-tdep.h (i386_register_name): Update.
6048 * mips-tdep.c (mips_register_name): Update
6049 * alpha-tdep.c (alpha_register_name): Update.
6050 * arch-utils.c (legacy_register_name): Update.
6051 * arch-utils.h (legacy_register_name): Update.
6052 * avr-tdep.c (avr_register_name): Update.
6053 * ia64-tdep.c (ia64_register_name): Update.
6054 * i386-tdep.c (i386_register_name): Update.
6055 * sparc-tdep.c (sparc32_register_name): Update.
6056 (sparc64_register_name): Update.
6057 (sparclite_register_name): Update.
6058 (sparclet_register_name): Update.
6059 * sh-tdep.c (sh_generic_register_name): Update.
6060 (sh_sh_register_name): Update.
6061 (sh_sh3_register_name): Update.
6062 (sh_sh3e_register_name): Update.
6063 (sh_sh_dsp_register_name): Update.
6064 (sh_sh3_dsp_register_name): Update.
6065 (sh_sh4_register_name): Update.
6066 (sh_sh64_register_name): Update.
6067 * s390-tdep.c (s390_register_name): Update.
6068 * rs6000-tdep.c (rs6000_register_name): Update.
6069 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6070 (ns32k_register_name_32382): Update.
6071 * d10v-tdep.c (d10v_ts2_register_name): Update.
6072 (d10v_ts3_register_name): Update.
6073 * xstormy16-tdep.c (xstormy16_register_name): Update.
6074 * vax-tdep.c (vax_register_name): Update.
6075 * v850-tdep.c (v850_register_name): Update.
6076 * m68hc11-tdep.c (m68hc11_register_name): Update.
6077 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6078 (am33_register_name): Update.
6079
6080 2002-06-17 Grace Sainsbury <graces@redhat.com>
6081
6082 * m68k-tdep.c: Reindented.
6083
6084 2002-06-17 Andrew Cagney <ac131313@redhat.com>
6085
6086 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6087 list of predefined types.
6088
6089 2002-06-16 Mark Kettenis <kettenis@gnu.org>
6090
6091 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6092 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6093 REGISTER_CONVERT_TO_RAW): Remove defines.
6094 (i386_register_virtual_type, i386_register_convertible,
6095 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6096 Remove prototypes.
6097 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6098 macros mentioned above.
6099
6100 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6101 (i386lynx_saved_pc_after_call): Remove prototype.
6102 * i386ly-tdep.c: Include "i386-tdep.h".
6103 (i386lynx_saved_pc_after_call): Make static. Use
6104 read_memory_nobpt instead of read_memory. Use
6105 read_memory_unsigned_integer instead of read_memory_integer.
6106 (i386lynx_init_abi): New function.
6107 (i386lynx_coff_osabi_sniffer): New function.
6108 (_initialize_i386bsd_tdep): New function.
6109
6110 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6111 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6112 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6113 (i386_fix_call_dummy): Remove prototype.
6114 * i386-tdep.c (i386_call_dummy_words): New variable.
6115 (i386_gdbarch_init): Adjust for removal of the
6116 macros mentioned above.
6117
6118 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6119
6120 * command.h (add_setshow_auto_boolean_cmd): Replace
6121 add_set_auto_boolean_cmd.
6122 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6123 add_set_auto_boolean_cmd.
6124 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6125 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6126 mask-address'' command.
6127 (show_mask_address): Add cmd parameter.
6128 * remote.c (add_packet_config_cmd): Update. Change type of
6129 set_func and show_func to cmd_sfunc_ftype.
6130 (_initialize_remote): Update `set remote Z-packet'
6131 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6132 (show_remote_protocol_e_packet_cmd): Ditto.
6133 (show_remote_protocol_E_packet_cmd): Ditto.
6134 (show_remote_protocol_P_packet_cmd): Ditto.
6135 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6136 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6137 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6138 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6139 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6140 (show_remote_protocol_Z_packet_cmd): Ditto.
6141 (show_remote_protocol_binary_download_cmd): Ditto.
6142 (show_remote_cmd): Pass NULL to all of above.
6143
6144 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6145
6146 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6147 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6148 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6149 POP_FRAME): Remove defines.
6150 (i386_push_arguments, i386_store_struct_return,
6151 i386_extract_return_value, i386_store_return_value,
6152 i386_extract_struct_value_address, i386_push_dummy_frame,
6153 i386_pop_frame): Renove prototypes.
6154 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6155 macros mentioned above.
6156
6157 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6158
6159 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6160 add_set_boolean_cmd.
6161 (add_setshow_cmd): New function.
6162 * command.h (add_setshow_boolean_cmd): Replace
6163 add_set_boolean_cmd.
6164 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6165 and ``set rdiromatzero''.
6166 * maint.c (_initialize_maint_cmds): Update commented out code.
6167 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6168 * target.c (initialize_targets): Update `set
6169 trust-readonly-sections'.
6170 * remote.c (_initialize_remote): Update `set remotebreak'.
6171
6172 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6173
6174 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6175 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6176 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6177 fit into multi-arch framework.
6178 (i386_breakpoint_from_pc): New function.
6179 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6180 above.
6181
6182 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6183 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6184 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6185 (i386_frameless_function_invocation, i386_frame_num_args,
6186 i386_frame_init_saved_regs): Remove prototypes.
6187 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6188 macros mentioned above.
6189
6190 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6191
6192 * cli/cli-decode.c (set_cmd_cfunc): Update.
6193 (set_cmd_sfunc): Update.
6194 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6195 (set_cmd_sfunc, set_cmd_cfunc): Update.
6196 * cli/cli-decode.h: Update.
6197
6198 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6199
6200 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6201 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6202
6203 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6204
6205 * defs.h (auto_boolean): Declare enum.
6206 * command.h (cmd_auto_boolean): Delete enum.
6207 * mips-tdep.c (mask_address_var): Update.
6208 (mips_mask_address_p): Update.
6209 (show_mask_address): Update.
6210 * remote.c (struct packet_config): Update.
6211 (update_packet_config): Update.
6212 (show_packet_config_cmd): Update.
6213 (packet_ok): Update.
6214 (add_packet_config_cmd): Update.
6215 (_initialize_remote):
6216 * command.h: Update.
6217 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6218 (do_setshow_command): Update.
6219 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6220 * cli/cli-decode.h: Update.
6221
6222 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6223
6224 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6225 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6226 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6227 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6228 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6229 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6230
6231 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6232 list of DJGPP COFF targets.
6233
6234 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6235 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6236 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6237 (FP0_REGNUM): Remove define.
6238 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6239 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6240 (i386_register_virtual_size): Remove protoype.
6241 * i386-tdep.c (i386_register_virtual_size): Removed.
6242 (i386_extract_return_value, i386_store_return_value): Use
6243 FP0_REGNUM instead of NUM_FREGS to determine whether the
6244 floating-point registers are available.
6245 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6246 Adjust for removal of macros mentioned above.
6247
6248 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6249
6250 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6251 comments.
6252 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6253 Remove prototypes.
6254 (supply_gregset, fill_gregset): Remove use of register keyword and
6255 remove declaration for regmap. Use I386_NUM_GREGS instead of
6256 NUM_REGS and NUM_FREGS.
6257 (FPREGSET_FSAVE_OFFSET): Remove.
6258 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6259 NUM_FREGS to determine whether the floating-point registers are
6260 available.
6261
6262 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6263 gnu_store_registers): Replace usage of NUM_GREGS with
6264 I386_NUM_GREGS.
6265
6266 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6267 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6268 usage of NUM_GREGS with I386_NUM_GREGS.
6269
6270 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6271
6272 * i386bsd-nat.c: Include "i386-tdep.h".
6273 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6274 I386_NUM_GREGS.
6275
6276 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6277 and associated comment. They no longer make any sense, since we
6278 don't use this file anymore on Linux.
6279
6280 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6281 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6282 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6283 elements in these arrays.
6284 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6285 MAX_NUM_REGS.
6286
6287 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6288
6289 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6290 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6291
6292 2002-06-14 Andrew Cagney <cagney@redhat.com>
6293
6294 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6295 EXTRACT_RETURN_VALUE.
6296 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6297 EXTRACT_STRUCT_VALUE_ADDRESS.
6298 * gdbarch.h, gdbarch.c: Regenerate.
6299
6300 * values.c (value_being_returned): Handle
6301 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6302 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6303
6304 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6305 * arm-tdep.c (arm_gdbarch_init): Update.
6306 * avr-tdep.c (avr_gdbarch_init): Update.
6307 * cris-tdep.c (cris_gdbarch_init): Update.
6308 * d10v-tdep.c (d10v_gdbarch_init): Update.
6309 * ia64-tdep.c (ia64_gdbarch_init): Update.
6310 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6311 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6312 * s390-tdep.c (s390_gdbarch_init): Update.
6313 * sh-tdep.c (sh_gdbarch_init): Update.
6314 * s390-tdep.c (s390_gdbarch_init): Update.
6315 * sparc-tdep.c (sparc_gdbarch_init): Update.
6316 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6317 * v850-tdep.c (v850_gdbarch_init): Update.
6318 * vax-tdep.c (vax_gdbarch_init): Update.
6319 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6320 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6321
6322 * config/arc/tm-arc.h: Update.
6323 * config/d30v/tm-d30v.h: Update.
6324 * config/fr30/tm-fr30.h: Update.
6325 * config/h8300/tm-h8300.h: Update.
6326 * config/h8500/tm-h8500.h: Update.
6327 * config/i386/tm-i386.h: Update.
6328 * config/i386/tm-ptx.h: Update.
6329 * config/i386/tm-symmetry.h: Update.
6330 * config/i960/tm-i960.h: Update.
6331 * config/m32r/tm-m32r.h: Update.
6332 * config/m68k/tm-delta68.h: Update.
6333 * config/m68k/tm-linux.h: Update.
6334 * config/m68k/tm-m68k.h: Update.
6335 * config/m88k/tm-m88k.h: Update.
6336 * config/mcore/tm-mcore.h: Update.
6337 * config/mips/tm-mips.h: Update.
6338 * config/mn10200/tm-mn10200.h: Update.
6339 * config/pa/tm-hppa.h: Update.
6340 * config/pa/tm-hppa64.h: Update.
6341 * config/sparc/tm-sp64.h: Update.
6342 * config/sparc/tm-sparc.h: Update.
6343 * config/sparc/tm-sparclet.h: Update.
6344 * config/z8k/tm-z8k.h: Update.
6345
6346 2002-06-14 Andrew Cagney <cagney@redhat.com>
6347
6348 * Makefile.in (i386_linux_tdep_h): Define.
6349 (i386_tdep_h, i387_tdep_h): Define.
6350 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6351 $(i386_tdep_h) and $(i387_tdep_h).
6352 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6353
6354 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6355
6356 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6357 Already covered by the default.
6358
6359 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6360 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6361 (i386_gdbarch_init): Initialize long_double_format and long_double
6362 bit.
6363
6364 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6365 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6366 Move these to ...
6367 * config/i386/i386sol2.mh: ... here.
6368 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6369 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6370 (SIGCONTEXT_PC_OFFSET): Remove define.
6371 (IN_SIGTRAMP): Remove define.
6372 * i386-sol2-tdep.c: New file.
6373
6374 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6375 * config/i386/tm-i386nw.h: Removed.
6376
6377 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6378 USE_STRUCT_CONVENTION): Remove defines.
6379 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6380 (get_longjmp_target): Remove prototype.
6381 (IN_SIGTRAMP): Remove define.
6382 (i386bsd_in_sigtramp): Remove prototype.
6383 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6384 function. Update comment accordingly
6385 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6386 (FRAME_SAVED_PC): Remove define.
6387 (i386bsd_frame_saved_pc): Remove prototype.
6388 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6389 GET_LONGJMP_TARGET): Remove defines.
6390 (get_longjmp_target): Remove prototype.
6391 (IN_SIGTRAMP): Remove define.
6392 (i386bsd_in_sigtramp): Remove prototype.
6393 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6394 function. Update comment accordingly
6395 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6396 (FRAME_SAVED_PC): Remove define.
6397 (i386bsd_frame_saved_pc): Remove prototype.
6398 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6399 Remove prototype.
6400 (USE_STRUCT_CONVENTION): Remove prototype.
6401 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6402 declaration.
6403 (_initialize_i386bsd_nat): Revise logic to determine some
6404 constants at compile time when compiling a native GDB. Warn if
6405 things don't match up with what we expect.
6406 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6407 Remove variables.
6408 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6409 to use date stored in `struct gdbarch_tdep'.
6410 (i386bsd_sigcontext_offset): Remove varaible.
6411 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6412 stored in `struct gdbarch_tdep'.
6413 (i386bsd_frame_saved_pc): Make static.
6414 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6415 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6416 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6417 i386fbsd4_sc_pc_offset): New variables.
6418 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6419 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6420 functions.
6421 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6422 functions.
6423 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6424 Modify the value of i386fbsd_sigtramp_start and
6425 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6426 i386fbsd_sigtramp_end.
6427 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6428 function.
6429
6430 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6431 define to i386-linux-tdep.h.
6432 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6433 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6434 defines.
6435 (i386_linux_register_name, i386_linux_register_byte,
6436 i386_linux_register_raw_size): Remove prototypes.
6437 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6438 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6439 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6440 TARGET_WRITE_PC): Remove defines.
6441 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6442 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6443 i386_linux_write_pc): Remove prototypes.
6444 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6445 (get_longjmp_target): Remove prototype.
6446 * i386-linux-tdep.h: New file.
6447 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6448 * i386-linux-tdep.c: Include "i386-tdep.h" and
6449 "i386-linux-tdep.h".
6450 (i386_linux_register_name, i386_linux_register_byte,
6451 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6452 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6453 Make static.
6454 (i386_linux_init_abi): New function.
6455 (_initialize_i386_linux_tdep): New function.
6456
6457 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6458 (i386_saved_pc_after_call): Remove prototype.
6459 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6460 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6461 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6462 (i386_register_name, i386_stab_reg_to_regnum,
6463 i386_dwarf_reg_to_regnum): Remove prototypes.
6464 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6465 SIZEOF_SSE_REGS): Remove defines.
6466 (REGISTER_BYTES): Remove define.
6467 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6468 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6469 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6470 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6471 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6472 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6473 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6474 (get_longjmp_target): Remove prototype.
6475 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6476 (sigtramp_saved_pc): Remove define.
6477 (i386v4_sigtramp_saved_pc): Remove prototype.
6478 * config/i386/tm-go32.h (FRAME_CHAIN,
6479 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6480 (i386go32_frame_saved_pc): Remove prototype.
6481 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6482 (get_longjmp_target): Remove prototype.
6483 * i386-tdep.h: Include "osabi.h".
6484 (enum i386_abi): Removed.
6485 (enum struct_return): New enum.
6486 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6487 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6488 sc_pc_offset members.
6489 (i386_gdbarch_register_os_abi): Remove prototype.
6490 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6491 I386_SSE_NUM_REGS): New defines.
6492 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6493 I386_SSE_SIZEOF_REGS): New defines.
6494 (i386_register_name, i386_register_byte, i386_register_raw_size):
6495 New prototypes.
6496 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6497 (i386bsd_sigtramp_saved_pc): New prototype.
6498 * i386-tdep.c: Don't include "elf-bfd.h".
6499 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6500 i386_frame_chain, i386_saved_pc_after_call): Make static.
6501 (i386_frame_saved_pc): Rewrite to call architecture dependent
6502 function to deal with signal handlers. Make static.
6503 (i386go32_frame_saved_pc): Removed.
6504 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6505 Removed.
6506 (i386_get_longjmp_target): New function.
6507 (default_struct_convention, pcc_struct_convention,
6508 reg_struct_convention, valid_conventions, struct_convention): New
6509 variables.
6510 (i386_use_struct_convention): New function.
6511 (i386v4_sigtramp_saved_pc): Renamed to
6512 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6513 (i386_pc_in_sigtramp): New function.
6514 (i386_abi_names): Removed.
6515 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6516 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6517 Removed.
6518 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6519 i386_gdbarch_register_os_abi): Removed.
6520 (struct i386_abi_handler): Removed.
6521 (i386_abi_handler_list): Removed.
6522 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6523 functions.
6524 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6525 i386_nw_init_abi): New functions.
6526 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6527 Use set_gdbarch_xxx() calls instead of relying on macros for a
6528 number of calls.
6529 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6530 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6531 Register the various architecture variants defined in this file.
6532
6533 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6534
6535 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6536 (struct main_type): Remove arg_types member. Update comments for
6537 struct field.
6538 (TYPE_ARG_TYPES): Remove.
6539 (TYPE_FN_FIELD_ARGS): Update.
6540 (smash_to_method_type): Update prototype.
6541
6542 * c-typeprint.c (cp_type_print_method_args): Take method type
6543 instead of argument list. Use new argument layout. Simplify.
6544 (c_type_print_args): Use new argument layout. Simplify.
6545 (c_type_print_base): Update call to cp_type_print_method_args.
6546 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6547 argument; use die->type instead. Update call to
6548 smash_to_method_type.
6549 (read_structure_scope): Update call to dwarf2_add_member_fn.
6550 * gdbtypes.c (allocate_stub_method): Update comment.
6551 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6552 Use new argument layout.
6553 (check_stub_method): Use new argument layout. Don't count
6554 void as an argument.
6555 (print_arg_types): Update comments. Use new argument layout.
6556 (recursive_dump_type): Don't print arg_types member.
6557 * hpread.c (hpread_read_struct_type): Use new argument layout.
6558 (fixup_class_method_type): Likewise.
6559 (hpread_type_lookup): Likewise.
6560 * stabsread.c (read_type): Update calls to read_args and
6561 smash_to_method_type.
6562 (read_args): Use new argument layout. Simplify.
6563 * valops.c (typecmp): Use new argument layout. Update parameters
6564 and comments. Simplify.
6565 (hand_function_call): Use new argument layout.
6566 (search_struct_method): Update call to typecmp.
6567 (find_overload_match): Use new argument layout.
6568
6569 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6570
6571 * NEWS: Mention multithreaded debug support for gdbserver.
6572
6573 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6574
6575 * MAINTAINERS: Mention NEWS.
6576
6577 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6578
6579 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6580 (struct mips_objfile_private, compare_pdr_entries): New.
6581 (non_heuristic_proc_desc): Read the ".pdr" section if it
6582 is present.
6583
6584 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6585
6586 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6587 (arm_debug): New static variable.
6588 (_initialize_arm_tdep): Add ``set debug arm'' command.
6589
6590 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6591
6592 * Makefile.in (sim_arm_h): Define.
6593 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6594 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6595 (arm_register_sim_regno): New function, map an internal REGNUM
6596 onto a simulator register number.
6597 (arm_gdbarch_init): Set register_sim_regno.
6598
6599 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6600
6601 * MAINTAINERS: Add self.
6602
6603 2002-06-11 Jim Blandy <jimb@redhat.com>
6604
6605 * source.c (source_info): Mention whether the symtab has
6606 information about preprocessor macros.
6607
6608 Call the command `info macro', not `show macro'.
6609 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6610 Fix error message.
6611 (_initialize_macrocmd): Register `info_macro_command' in
6612 `infolist', not `showlist'.
6613
6614 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6615
6616 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6617 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6618 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6619 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6620 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6621 unconditionally.
6622 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6623 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6624 (_initialize_mips_tdep): Remove dead code.
6625 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6626 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6627 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6628 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6629 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6630 MIPS_LAST_FP_ARG_REGNUM): Remove.
6631
6632 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6633
6634 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6635 (unwind_tmp_obstack_free, parse_frame_info)
6636 (update_context, cfi_read_fp, cfi_write_fp)
6637 (cfi_frame_chain, cfi_init_extra_frame_info)
6638 (cfi_virtual_frame_pointer): Use the above function.
6639 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6640
6641 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6642
6643 * v850-tdep.c (v850_type_is_scalar): New function.
6644 (v850_use_struct_convention): Match current gcc implementation
6645 as close as possible.
6646 (v850_push_arguments): Fix stack_offset handling. Don't write
6647 struct_addr into register. This is done by v850_store_struct_return.
6648 (v850_extract_return_value): Care for structs.
6649 (v850_store_return_value): Ditto.
6650 (v850_store_struct_return): Actually write address.
6651
6652 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6653
6654 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6655 without debug information too.
6656
6657 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6658
6659 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6660 Make multi-arch pure.
6661 * gdbarch.h, gdbarch.c: Re-generate.
6662 * arm-tdep.c (arm_print_float_info): Update.
6663 * arch-utils.h (default_print_float_info): Update.
6664 * arch-utils.c (default_print_float_info): Update.
6665 * infcmd.c (float_info): Update call.
6666
6667 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6668
6669 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6670 the front of the initialize list.
6671
6672 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6673
6674 * infrun.c (struct inferior_status): Replace fields
6675 selected_frame_address and selected_level with field
6676 selected_frame_id.
6677 (save_inferior_status): Update. Use get_frame_id.
6678 (struct restore_selected_frame_args): Delete.
6679 (restore_selected_frame): Update. Use frame_find_by_id.
6680 (restore_inferior_status): Update.
6681
6682 * breakpoint.h (struct breakpoint): Change type of
6683 watchpoint_frame to frame_id.
6684 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6685 call to get_current_frame.
6686 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6687 get_current_frame.
6688 (watchpoint_check): Use frame_find_by_id.
6689
6690 * frame.h (record_selected_frame): Delete declaration.
6691 * stack.c (record_selected_frame): Delete function.
6692
6693 * frame.h (struct frame_id): Define.
6694 (get_frame_id): Declare.
6695 (frame_find_by_id): Declare.
6696 * frame.c (frame_find_by_id): New function.
6697 (get_frame_id): New function.
6698
6699 2002-06-10 Andrey Volkov <avolkov@transas.com>
6700
6701 * ser-e7kpc.c: Fix duplicated define and call of
6702 _initialize_ser_e7000pc
6703
6704 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6705
6706 * signals/signals.c (target_signal_from_host): Fix #ifdef
6707 SIGRTMIN case.
6708 (do_target_signal_to_host): Likewise.
6709
6710 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6711
6712 * mips-tdep.c (mips_find_abi_section): New function.
6713 (mips_gdbarch_init): Call it.
6714
6715 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6716
6717 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6718 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6719 after Andrew's 2002-06-08 gdbarch change.
6720
6721 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6722
6723 * i386-linux-nat.c (suppy_gregset): Don't supply
6724 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6725 register cache.
6726 (fill_gregset): Don't fetch it under the same circumstances.
6727
6728 2002-06-09 Andrew Cagney <cagney@redhat.com>
6729
6730 * Makefile.in (callback_h): Define.
6731 (remote_sim_h): Update path to remote-sim.h.
6732 (remote-rdp.o): Add $(callback_h).
6733 (remote-sim.o): Use $(callback_h).
6734 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6735 * remote-rdp.c: Include "gdb/callback.h".
6736
6737 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6738
6739 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6740 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6741
6742 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6743
6744 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6745 * rdi-share/serpardr.c: Ditto.
6746 * rdi-share/unixcomm.c: Ditto.
6747 * rdi-share/serdrv.c: Ditto.
6748 * rdi-share/hostchan.h: Ditto.
6749 * rdi-share/hostchan.c: Ditto.
6750 * rdi-share/host.h: Ditto.
6751 * rdi-share/devsw.c: Ditto.
6752
6753 * objfiles.h: Change type of obj_private to void pointer.
6754 * pa64solib.c: Update copyright. Don't include "assert.h", use
6755 strcmp instead of STREQ, use LONGEST, do not use PTR
6756 * somsolib.c: Ditto.
6757
6758 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6759 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6760 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6761
6762 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6763
6764 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6765 (default_get_saved_register): Delete function.
6766 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6767 generic_unwind_get_saved_register.
6768 * gdbarch.h, gdbarch.c: Re-generate.
6769
6770 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6771
6772 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6773 generic_func_frame_chain_valid.
6774 * gdbarch.h, gdbarch.c: Re-generate.
6775 * blockframe.c (generic_func_frame_chain_valid): Only check
6776 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6777 passing FP to PC_IN_CALL_DUMMY.
6778 Fix PR gdb/360.
6779
6780 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6781
6782 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6783 (register_gdbarch_data): Initialize init_p.
6784 (gdbarch_data): Initialize data pointer using the init function.
6785 (init_gdbarch_data): Delete function.
6786 (gdbarch_update_p): Update.
6787 (initialize_non_multiarch): Update.
6788 (struct gdbarch): Add field initialized_p.
6789 * gdbarch.h, gdbarch.c: Re-generate.
6790
6791 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6792
6793 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6794 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6795 better do the things actually here.
6796 * x86-64-tdep.c (x86_64_register_name2nr): New.
6797 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6798 (x86_64_gdbarch_init): Respect the above change.
6799 * x86-64-tdep.h (x86_64_register_name2nr)
6800 (x86_64_register_nr2name): Add prototypes.
6801 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6802
6803 2002-06-06 Michael Snyder <msnyder@redhat.com>
6804
6805 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6806 Delete extra braces and re-indent.
6807 (d10v_store_return_value): Char return values
6808 must be shifted over by one byte in R0.
6809 (d10v_extract_return_value): Delete extra braces, re-indent.
6810
6811 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6812
6813 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6814 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6815 (d10v_integer_to_address): Rewrite.
6816 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6817 the d10v specific functions which take care of converting to the
6818 correct space.
6819
6820 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6821
6822 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6823 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6824
6825 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6826
6827 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6828 includes.
6829 * config/tm-linux.h: Ditto.
6830 * config/alpha/tm-alphalinux.h: Ditto.
6831 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6832 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6833 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6834 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6835 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6836 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6837 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6838 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6839 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6840 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6841 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6842 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6843 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6844 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6845 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6846 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6847 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6848 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6849 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6850 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6851 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6852 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6853 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6854 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6855 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6856 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6857 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6858 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6859 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6860 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6861 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6862 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6863 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6864 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6865 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6866 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6867 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6868
6869 2002-05-04 Aidan Skinner <aidan@velvet.net>
6870
6871 * ada-exp.tab.c: New file
6872 * ada-exp.y: New file
6873 * ada-lang.c: New file
6874 * ada-lang.h: New file
6875 * ada-lex.c: New file
6876 * ada-lex.l: New file
6877 * ada-tasks.c: New file
6878 * ada-typeprint.c: New file
6879 * ada-valprint.c: New file
6880
6881 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6882
6883 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6884 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6885
6886 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6887
6888 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6889 insetead of ppc-linux-tdep.o.
6890 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6891 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6892
6893 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6894
6895 2002-05-07 Christian Groessler <chris@groessler.org>
6896 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6897 bit register contents for little endian hosts.
6898
6899 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6900
6901 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6902 any maintainer.
6903
6904 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6905
6906 * gdbarch.h: Regenerate.
6907
6908 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6909
6910 * MAINTAINERS: Add everyone to write-after-approval list.
6911
6912 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6913
6914 * stack.c (frame_info): Use frame_register_unwind instead of
6915 saved_regs. Mention when the SP is on the stack or in a register.
6916
6917 * frame.h (frame_register_unwind_ftype): Define. Document.
6918 (struct frame_info): Add field register_unwind and
6919 register_unwind_cache.
6920 (frame_register_unwind): Declare.
6921 (generic_unwind_get_saved_register): Declare.
6922
6923 * frame.c (frame_register_unwind): New function.
6924 (generic_unwind_get_saved_register): New function.
6925
6926 * blockframe.c (generic_call_dummy_register_unwind): New function.
6927 (frame_saved_regs_register_unwind): New function.
6928 (set_unwind_by_pc): New function.
6929 (create_new_frame): New function.
6930 (get_prev_frame): New function.
6931
6932 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6933
6934 * a29k-share/: Delete directory.
6935 * remote-vx29k.c: Delete file.
6936
6937 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6938
6939 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6940 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6941
6942 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6943
6944 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6945 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6946 (sparc64nbsd-nat.o)
6947 (sparcnbsd-nat.o)
6948 (sparcnbsd-tdep.o): New dependency lists.
6949 * NEWS: Note new UltraSPARC NetBSD native configuration.
6950 * configure.host (sparc64-*-netbsd*): New host.
6951 * configure.tgt (sparc-*-netbsdelf*)
6952 (sparc-*-netbsd*): Set gdb_target to nbsd.
6953 (sparc64-*-netbsd*): New target.
6954 * sparc64nbsd-nat.c: New file.
6955 * sparcnbsd-nat.c: New file.
6956 * sparcnbsd-tdep.c: New file.
6957 * sparcnbsd-tdep.h: New file.
6958 * config/sparc/nbsd.mt: New file.
6959 * config/sparc/nbsd64.mh: New file.
6960 * config/sparc/nbsd64.mt: New file.
6961 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6962 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6963 (HOST_IPC): Remove.
6964 * config/sparc/nbsdaout.mt: Remove.
6965 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6966 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6967 (HOST_IPC): Remove.
6968 * config/sparc/nbsdelf.mt: Remove.
6969 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6970 sparc-nat.c compatiblity defines.
6971 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6972 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6973 * config/sparc/tm-nbsd64.h: New file.
6974 * config/sparc/tm-nbsdaout.h: Remove.
6975 * config/sparc/xm-nbsd.h: Remove.
6976
6977 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6978
6979 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6980 * sparc-tdep.c: Include osabi.h.
6981 (gdbarch_tdep): Add osabi member.
6982 (_initialize_sparc_tdep): Use gdbarch_register.
6983 (sparc_gdbarch_init): Use generic OS ABI framework.
6984 (sparc_dump_tdep): New function.
6985
6986 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6987
6988 * corefile.c (do_captured_read_memory_integer): Return non-zero
6989 result.
6990 (safe_read_memory_integer): Copy result of memory read when
6991 status is non-zero. Also, add comments.
6992
6993 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6994
6995 * Makefile.in (ppc_tdep_h): Define.
6996 (ppc-linux-nat.o)
6997 (ppc-linux-tdep.o)
6998 (rs6000-tdep.o): Use $(ppc_tdep_h).
6999 (ppc-sysv-tdep.o)
7000 (ppcnbsd-nat.o)
7001 (ppcnbsd-tdep.o): New dependency lists.
7002 * ppc-tdep.h: Use generic OS ABI framework.
7003 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7004 (ppc_linux_init_abi): New functions.
7005 (ppc_sysv_abi_broken_use_struct_convention)
7006 (ppc_sysv_abi_use_struct_convention)
7007 (ppc_sysv_abi_push_arguments): Move to...
7008 * ppc-sysv-tdep.c: ...here.
7009 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7010 * rs6000-tdep.c (process_note_abi_tag_sections)
7011 (get_elfosabi): Remove.
7012 (rs6000_gdbarch_init): Use generic OS ABI framework.
7013 (rs6000_dump_tdep): New function.
7014 (_initialize_rs6000_tdep): Use gdbarch_register.
7015 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7016 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7017 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7018 of ppc-linux-tdep.o.
7019 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7020 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7021 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7022 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7023 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7024 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7025
7026 2002-05-29 Jim Blandy <jimb@redhat.com>
7027
7028 * macroscope.c (default_macro_scope): Put `void' in empty argument
7029 list.
7030
7031 2002-05-29 Andrew Cagney <ac131313@redhat.com>
7032
7033 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7034 * arch-utils.c: Include "sim-regno.h".
7035 * gdbarch.sh: Don't include "sim-regno.h".
7036 * gdbarch.h, gdbarch.c: Regenerate.
7037 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7038 here.
7039 * arch-utils.h (legacy_register_sim_regno): To here.
7040 * remote-sim.c (legacy_register_sim_regno): Move function from
7041 here.
7042 * arch-utils.c (legacy_register_sim_regno): To here.
7043
7044 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7045
7046 * sim-regno.h: New file.
7047 * Makefile.in (sim_regno_h): Define.
7048 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7049 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7050 (legacy_register_sim_regno): New function.
7051 (one2one_register_sim_regno): New function.
7052 (gdbsim_fetch_register): Rewrite.
7053 (gdbsim_store_register): Only store a register when
7054 REGISTER_SIM_REGNO is valid.
7055 * d10v-tdep.c: Include "sim-regno.h".
7056 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7057 (d10v_ts3_register_sim_regno): Ditto.
7058 * gdbarch.sh: Include "sim-regno.h".
7059 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7060 * gdbarch.h, gdbarch.c: Regenerate.
7061 * arch-utils.h (default_register_sim_regno): Delete declaration.
7062 * arch-utils.c (default_register_sim_regno): Delete function.
7063
7064 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7065
7066 * ppcnbsd-nat.c: Rewrite.
7067 * ppcnbsd-tdep.c: New file.
7068 * ppcnbsd-tdep.h: New file.
7069 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7070 solib.o, and solib-svr4.o.
7071 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7072 nbsd-tdep.o, and corelow.o.
7073
7074 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7075
7076 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7077 `tr' and `sed'. Mention that `broken' targets are not expected to
7078 build.
7079
7080 2002-05-27 Michal Ludvig <mludvig@suse.cz>
7081
7082 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7083 Let PC point right after the prologue before looking up symbols.
7084
7085 2002-05-27 Martin M. Hunt <hunt@redhat.com>
7086
7087 * i386-tdep.c (i386_register_virtual_type): Return
7088 builtin_type_vec128i for SSE registers.
7089
7090 * gdbtypes.h (builtin_type_vec128i): Declare.
7091
7092 * gdbtypes.c (build_builtin_type_vec128i): New function.
7093 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7094 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7095 (build_gdbtypes): Initialize new builtin vector types.
7096 (_initialize_gdbtypes): Register new vector types with gdbarch.
7097
7098 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7099
7100 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7101 since it has been multi-arch'd.
7102 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7103 Move Alpha and VAX multi-arch news entries to same section
7104 as other multi-arch news.
7105
7106 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7107
7108 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7109 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7110 static. Rename some register numbers to put them in ns32k-tdep
7111 private namespace.
7112 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7113 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7114 functions.
7115 (_initialize_ns32k_tdep): Use gdbarch_register.
7116 * ns32k-tdep.h: New file.
7117 * ns32knbsd-tdep.c: New file.
7118 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7119 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7120 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7121 REGISTER_BYTES, REGISTER_BYTE): Remove.
7122 * config/ns32k/tm-ns32k.h: New file.
7123 * config/ns32k/tm-umax.h: Remove.
7124
7125 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7126
7127 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7128 ns32k_store_struct_return, ns32k_extract_return_value,
7129 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7130 functions.
7131 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7132 ns32k_saved_pc_after_call.
7133 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7134 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7135 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7136 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7137 ns32k_extract_struct_value_address.
7138
7139 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7140
7141 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7142 ns32k_fix_call_dummy): New.
7143 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7144 ns32k_call_dummy_words.
7145 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7146 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7147 CALL_DUMMY_NARGS): Remove.
7148 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7149
7150 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7151
7152 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7153 ns32k_frame_saved_pc, ns32k_frame_args_address,
7154 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7155 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7156 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7157 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7158 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7159 (BREAKPOINT): Remove..
7160 (FRAME_CHAIN): Define as ns32k_frame_chain.
7161 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7162 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7163 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7164 (FRAME_FIND_SAVED_REGS): Remove.
7165 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7166 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7167 (POP_FRAME): Define as ns32k_pop_frame.
7168
7169 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7170
7171 * ns32k-tdep.c (ns32k_register_byte_32082,
7172 ns32k_register_byte_32382, ns32k_register_raw_size,
7173 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7174 functions.
7175 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7176 ns32k_register_byte_32382.
7177 * config/ns32k/tm-umax.h: Update copyright years.
7178 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7179 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7180 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7181 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7182 (ns32k_get_enter_addr): Fix prototype.
7183
7184 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7185
7186 * ns32k-tdep.c: Update copyright years.
7187 (ns32k_register_name_32082): New function.
7188 (ns32k_register_name_32382): Ditto.
7189 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7190 (REGISTER_NAME): Define as ns32k_register_name_32382.
7191 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7192 (REGISTER_NAME): Define as ns32k_register_name_32082.
7193
7194 2002-05-24 Jim Blandy <jimb@redhat.com>
7195
7196 * dwarf2read.c (free_line_header): Use xfree, not free.
7197
7198 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7199
7200 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7201 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7202
7203 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7204
7205 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7206
7207 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7208
7209 From Ross Alexander at NEC Europe:
7210 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7211
7212 2002-05-23 Michael Snyder <msnyder@redhat.com>
7213
7214 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7215 for input, rather than parse_and_eval_address.
7216
7217 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7218
7219 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7220 * Makefile.in (sim_d10v_h): Update definition.
7221
7222 2002-05-24 Andrew Cagney <cagney@redhat.com>
7223
7224 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7225 change `2002-05-22 Michael Snyder' below.
7226 (d10v_push_arguments): Ditto.
7227 (d10v_extract_return_value): Ditto.
7228
7229 2002-05-23 Jim Blandy <jimb@redhat.com>
7230
7231 * macrotab.c (check_for_redefinition): Don't complain if the new
7232 definition is the same as the previous one. Take more arguments
7233 to allow the comparison.
7234 (macro_define_object, macro_define_function): Pass more arguments
7235 to check_for_redefinition.
7236
7237 2002-05-22 Michael Snyder <msnyder@redhat.com>
7238
7239 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7240 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7241 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7242 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7243 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7244 Add a temp variable to save a call (and a memory read).
7245 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7246 if possible (so that PC_IN_CALL_DUMMY will work).
7247
7248 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7249
7250 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7251
7252 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7253
7254 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7255 fde->cie_ptr.
7256 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7257 (dwarf2_build_frame_info): Add offset to fde->initial_location
7258 so that frames of shared libraries are mapped correctly.
7259 (execute_stack_op): Change type of 'result' from ULONGEST to
7260 CORE_ADDR.
7261
7262 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7263
7264 * config/alpha/tm-nbsd.h: Include solib.h.
7265
7266 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7267
7268 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7269 assumptions about the host's byte order.
7270
7271 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7272
7273 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7274 to dependency list.
7275 * alphanbsd-tdep.c: Include solib-svr4.h.
7276 * shnbsd-tdep.c: Ditto.
7277
7278 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7279
7280 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7281 nbsd-tdep.h to dependency list.
7282 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7283 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7284 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7285 nbsdaout.mh and nbsdelf.mh consistently.
7286 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7287 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7288 nbsdaout.mt and nbsdelf.mh consistently.
7289 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7290 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7291 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7292 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7293 a.out shared library stuff from here...
7294 * config/nm-nbsdaout.h: ...to here.
7295 * config/tm-nbsd.h: Remove.
7296 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7297 * config/arm/nbsd.mh: Remove.
7298 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7299 nbsd-tdep.o.
7300 * config/arm/nbsdaout.mh: New file.
7301 * config/arm/nbsdelf.mh: New file.
7302 * config/arm/nm-nbsdaout.h: New file.
7303 * config/i386/nbsd.mh: Remove.
7304 * config/i386/nbsd.mt: Remove.
7305 * config/i386/nbsdaout.mh: New file.
7306 * config/i386/nbsdaout.mt: New file.
7307 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7308 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7309 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7310 i386_register_u_addr): Remove.
7311 * config/i386/nm-nbsdaout.h: New file.
7312 * config/i386/nm-nbsdelf.h: Remove.
7313 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7314 (USE_STRUCT_CONVENTION): Remove.
7315 * config/i386/tm-nbsdaout.h: New file.
7316 * config/i386/tm-nbsdelf.h: Remove.
7317 * config/m68k/nbsd.mh: Remove.
7318 * config/m68k/nbsd.mt: Remove.
7319 * config/m68k/nbsdaout.mh: New file.
7320 * config/m68k/nbsdaout.mt: New file.
7321 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7322 * config/m68k/nm-nbsdaout.h: New file.
7323 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7324 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7325 * config/ns32k/nbsd.mh: Remove.
7326 * config/ns32k/nbsd.mt: Remove.
7327 * config/ns32k/nbsdaout.mh: New file.
7328 * config/ns32k/nbsdaout.mt: New file.
7329 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7330 * config/ns32k/nm-nbsdaout.h: New file.
7331 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7332 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7333 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7334 (SVR4_SHARED_LIBS): Remove.
7335 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7336 * config/sparc/nbsd.mh: Remove.
7337 * config/sparc/nbsd.mt: Remove.
7338 * config/sparc/nbsdaout.mh: New file.
7339 * config/sparc/nbsdaout.mt: New file.
7340 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7341 * config/sparc/nbsdelf.mt: New file.
7342 * config/sparc/nm-nbsdaout.h: New file.
7343 * config/sparc/nm-nbsdelf.h: Remove.
7344 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7345 * config/sparc/tm-nbsdaout.h: New file.
7346
7347 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7348
7349 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7350 mipsnbsd-tdep.c
7351 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7352
7353 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7354
7355 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7356 shnbsd-nat.c.
7357 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7358
7359 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7360
7361 * NEWS: Note new MIPS NetBSD native configuration.
7362 * configure.host (mips*-*-netbsd*): New host.
7363 * configure.tgt (mips*-*-netbsd*): New target.
7364 * mipsnbsd-nat.c: New file.
7365 * mipsnbsd-tdep.c: New file.
7366 * mipsnbsd-tdep.h: New file.
7367 * config/mips/nbsd.mh: New file.
7368 * config/mips/nbsd.mt: New file.
7369 * config/mips/nm-nbsd.h: New file.
7370 * config/mips/tm-nbsd.h: New file.
7371
7372 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7373
7374 * Makefile.in (SFILES): Add osabi.c.
7375 (COMMON_OBS): Add osabi.o.
7376 (osabi.o): New dependency list.
7377 * osabi.c: New file.
7378 * osabi.h: New file.
7379 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7380
7381 * Makefile.in (alpha_tdep_h): Define and use instead of
7382 alpha-tdep.h.
7383 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7384 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7385 Remove.
7386 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7387 * alpha-tdep.h: Include osabi.h.
7388 (alpha_abi): Remove.
7389 (gdbarch_tdep): Use generic OS ABI framework.
7390 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7391 gdbarch_register_osabi.
7392 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7393 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7394 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7395
7396 * Makefile.in (sh_tdep_h): Add osabi.h.
7397 * sh-tdep.h (sh_osabi): Remove.
7398 (gdbarch_tdep): Use generic OS ABI framework.
7399 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7400 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7401 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7402 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7403
7404 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7405 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7406 gdbarch_register_osabi.
7407 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7408 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7409 (get_elfosabi): Rename to...
7410 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7411 ABI framework support routines.
7412 (arm_gdbarch_init): Use generic OS ABI framework.
7413 (arm_dump_tdep): Likewise.
7414 (_initialize_arm_tdep): Likewise.
7415 * arm-tdep.h: Include osabi.h.
7416 (arm_abi): Remove.
7417 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7418 osabi member.
7419 (arm_gdbarch_register_os_abi): Remove prototype.
7420 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7421 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7422
7423 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7424 * mips-tdep.c: Include osabi.h.
7425 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7426 OS ABI framework.
7427
7428 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7429
7430 * h8300-tdep.c: Fix formatting.
7431
7432 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7433
7434 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7435 printing vector registers.
7436
7437 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7438
7439 From Fernando Nasser:
7440 * remote.c (remote_async_open_1): Re-throw the exception when the
7441 connection fails.
7442 (remote_cisco_open): Ditto.
7443 (remote_open_1): Ditto.
7444
7445 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7446
7447 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7448 (remote_start_remote): Add uiout parameter. Pass through to
7449 remote_start_remote_dummy.
7450 (remote_open_1): Use catch_exception instead of catch_errors.
7451 (remote_async_open_1): Ditto.
7452 (remote_cisco_open): Ditto.
7453
7454 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7455
7456 * remote.c (remote_start_remote): Replace PTR with void pointer.
7457 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7458 static.
7459
7460 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7461
7462 * gdb_indent.sh: Allow the script to be run in the sim directory.
7463
7464 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7465
7466 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7467 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7468
7469 * corelow.c (core_open): Only call set_gdbarch_from_file if
7470 exec_bfd is NULL.
7471
7472 2002-05-17 Andrey Volkov <avolkov@transas.com>
7473
7474 * h8300-tdep.c: Add support of EXR register
7475 * config/h8300/tm-h8300.h: Ditto.
7476
7477 2002-05-17 Andrey Volkov <avolkov@transas.com>
7478
7479 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7480
7481 2002-05-17 Andrey Volkov <avolkov@transas.com>
7482
7483 * h8300-tdep.c: Change literal regnums to REGNO.
7484
7485 2002-05-17 Jim Blandy <jimb@redhat.com>
7486
7487 * NEWS: Note addition of macro support.
7488
7489 Expand preprocessor macros in C expressions.
7490 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7491 (scan_macro_expansion, scanning_macro_expansion,
7492 finished_macro_expansion): New function declarations.
7493 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7494 variable declarations.
7495 * parser-defs.h (expression_context_pc): New declaration.
7496 * parse.c (expression_context_pc): New variable.
7497 (parse_exp_1): Set expression_context_pc, as well as
7498 expression_context_block.
7499 * c-exp.y (yylex): If we're not already reading the result of a
7500 macro expansion, try to macro-expand the next token. When we're
7501 done scanning a macro expansion, switch back to the mainline text.
7502 Commas and `if's in a macro's expansion don't terminate the input.
7503 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7504 (macro_original_text, macro_expanded_text,
7505 expression_macro_lookup_func, expression_macro_lookup_baton): New
7506 variables.
7507 (scan_macro_expansion, scanning_macro_expansion,
7508 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7509 c_preprocess_and_parse): New functions.
7510 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7511 c_preprocess_and_parse, instead of c_parse.
7512 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7513 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7514
7515 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7516
7517 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7518 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7519 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7520
7521 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7522
7523 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7524
7525 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7526
7527 * Makefile.in (sh_tdep_h): Define and use.
7528 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7529 register enum): Move to...
7530 * * sh-tdep.h: ...here.
7531 * sh-tdep.c: Include sh-tdep.h.
7532 * sh3-rom.c: Likewise.
7533 * shnbsd-tdep.c: Likewise.
7534
7535 2002-05-16 Michael Snyder <msnyder@redhat.com>
7536
7537 * arm-tdep.c: Spelling fix in comment.
7538
7539 2002-05-16 Jim Blandy <jimb@redhat.com>
7540
7541 Add commands for manually expanding macros and showing their
7542 definitions.
7543 * macrocmd.c, macroscope.c, macroscope.h: New files.
7544 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7545 (macroscope_h): New variable.
7546 (HFILES_NO_SRCDIR): Add macroscope.h.
7547 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7548 (macroscope.o, macrocmd.o): New rules.
7549
7550 Teach the Dwarf 2 reader to read macro information.
7551 * dwarf2read.c: #include "macrotab.h".
7552 (dwarf_macinfo_buffer): New variable.
7553 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7554 dwarf_macinfo_size.
7555 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7556 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7557 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7558 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7559 dwarf2_macro_spaces_in_definition): New complaints.
7560 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7561 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7562 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7563 the partial symbol table.
7564 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7565 from what's recorded in the partial symbol table.
7566 (read_file_scope): If the compilation unit has a
7567 `DW_AT_macro_info' attribute, read its macro information.
7568 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7569
7570 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7571
7572 Fix PR gdb/546
7573 * ser-tcp.c: Don't include <netinet/udp.h>.
7574
7575 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7576
7577 * MAINTAINERS: Update my email address.
7578
7579 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7580
7581 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7582 include file of the same name.
7583
7584 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7585
7586 * configure.tgt: Mark v850 as multi-arched.
7587 * config/v850/tm-v850.h: Remove file.
7588 * config/v850/v850.mt: Eliminate TM_FILE.
7589
7590 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7591
7592 * v850-tdep.c: Full multi-arch.
7593 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7594 Define GDB_MULTI_ARCH to 2.
7595
7596 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7597
7598 * p-exp.y (current_type): New static variable.
7599 Carries the type of the expression at the position that is parsed.
7600 (push_current_type, pop_current_type): Two new functions. Used
7601 to store/restore current_type in expression on specific tokens.
7602 (search_field): New static variable. Set to one after parsing a point
7603 as at that point only a FIELDNAME token should be searched.
7604 (FIELDNAME): New token. After a point only a token belonging to
7605 current_type type definition is allowed.
7606 (all over token rules): reset and change current_type according
7607 to rules.
7608 (exp '[' rule): insert implicit array index field if
7609 exp is a pascal string type.
7610
7611 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7612
7613 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7614 frame info. Use frame_info's saved_regs instead of matching member
7615 in extra_frame_info throughout.
7616 (v850_frame_init_saved_regs): New function.
7617 (v850_init_extra_frame_info): Move most functionality into
7618 v850_frame_init_saved_regs().
7619 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7620 (v850_frame_find_saved_regs): Remove declaration.
7621 (FRAME_FIND_SAVED_REGS): Remove definition.
7622 (v850_frame_init_saved_regs): Add declaration.
7623 (FRAME_INIT_SAVED_REGS): Add definition.
7624
7625 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7626
7627 * v850-tdep.c: Begin multi-arch'ing v850.
7628 (v850_target_architecture_hook): Remove function.
7629 (v850_gdbarch_init): New function. Add code previously in
7630 v850_target_architecture_hook().
7631 (_initialize_v850_tdep): Don't set target_architecture_hook.
7632 Call register_gdbarch_init() instead.
7633
7634 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7635
7636 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7637 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7638 (fixup_class_method_type): Likewise.
7639
7640 2002-05-15 Jim Blandy <jimb@redhat.com>
7641
7642 Add macro structures to GDB's symbol tables. Nobody puts anything
7643 in them yet.
7644 * symtab.h (struct symtab): New member: `macro_table'.
7645 * buildsym.h (pending_macros): New global variable.
7646 * buildsym.c: #include "macrotab.h".
7647 (buildsym_init): Initialize `pending_macros'.
7648 (end_symtab): If we found macro information while reading a CU's
7649 debugging info, do build a symtab structure for it. Make the
7650 symtab point to the macro information, and clear the
7651 `pending_macros' pointer which held it while we were reading the
7652 debug info.
7653 (really_free_pendings): Free any pending macro table.
7654 * objfiles.h (struct objfile): New member: `macro_cache'.
7655 * objfiles.c (allocate_objfile): Set allocate and free functions
7656 for the macro cache's objstack.
7657 (free_objfile): Empty the macro cache's obstack.
7658 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7659 set new allocate and free functions for it.
7660 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7661 free functions for the macro cache's objstack. (Why is this
7662 function building its own objfile?)
7663 * symmisc.c (print_objfile_statistics): Print statistics on the
7664 macro bcache.
7665 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7666
7667 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7668
7669 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7670 (REGISTER_U_ADDR): Delete definition.
7671 (arm_register_u_addr): Delete declaration.
7672
7673 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7674
7675 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7676 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7677
7678 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7679
7680 * regcache.c (register_valid): Revise comments refering to "Not
7681 available" and "unavailable".
7682 * frame.c (frame_register_read): Ditto.
7683 * findvar.c (value_of_register): Ditto.
7684
7685 2002-05-15 Andrew Cagney <cagney@redhat.com>
7686
7687 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7688 (remote-sim.o): Update dependencies.
7689 (d10v-tdep.o): Specify dependencies.
7690 (sim_d10v_h): Define.
7691
7692 2002-05-14 Jim Blandy <jimb@redhat.com>
7693
7694 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7695 * macrotab.c (macro_lookup_inclusion, find_definition,
7696 new_macro_table): Same.
7697
7698 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7699 not `! strcmp ()'. This is a dubious improvement.
7700 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7701
7702 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7703 although it's not necessary, to avoid a warning.
7704
7705 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7706
7707 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7708 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7709 TYPE_INSTANCE_FLAGS.
7710 (struct main_type): New.
7711 (struct type): Move most members to struct main_type. Change
7712 cv_type and as_type to new type_chain member. Add instance_flags.
7713 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7714 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7715 (finish_cv_type): Remove prototype.
7716 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7717 Set TYPE_CHAIN.
7718 (alloc_type_instance): New function.
7719 (smash_type): New function.
7720 (make_pointer_type, make_reference_type, make_function_type)
7721 (smash_to_member_type, smash_to_method_type): Call smash_type.
7722 (make_qualified_type): New function.
7723 (make_type_with_address_space): Call make_qualified_type.
7724 (make_cv_type): Likewise.
7725 (finish_cv_type): Remove unnecessary function.
7726 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7727 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7728 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7729 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7730 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7731 * hpread.c (hpread_read_struct_type): Likewise.
7732 * stabsread.c (read_struct_type): Likewise.
7733
7734 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7735
7736 * configure.tgt: Add a catch all sh* target, for cases like
7737 sh[2,3,4]-elf and sh-hms.
7738
7739 2002-05-14 Keith Seitz <keiths@redhat.com>
7740
7741 * event-loop.c (create_file_handler): Don't do anything but
7742 update data when we are given a fd which we are already
7743 monitoring.
7744
7745 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7746
7747 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7748 (update_context): Use __func__ in warnings.
7749
7750 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7751
7752 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7753 and tcp_close to net_open and net_close.
7754 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7755 using UDP if requested. Don't try to disable Nagle on UDP
7756 sockets.
7757 * remote.c (remote_serial_open): New function. Warn about UDP.
7758 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7759
7760 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7761
7762 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7763
7764 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7765
7766 * configure.tgt: Remove sh-hms target.
7767 * MAINTAINERS: Don't list sh-hms as a separate target.
7768
7769 2002-05-13 Jim Blandy <jimb@redhat.com>
7770
7771 Add first preprocessor macro-expansion files.
7772 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7773 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7774 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7775 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7776 (COMMON_OBS): Add macrotab.o, macroexp.o.
7777 (macroexp.o, macrotab.o): New rules.
7778
7779 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7780
7781 * config/m88k/tm-m88k.h: Update copyright.
7782 (m88k_target_write_pc): Declare
7783 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7784 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7785 (SHIFT_INST_REGS): Update definition.
7786 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7787 using old definition of TARGET_WRITE_PC.
7788 * regcache.c (generic_target_write_pc): Delete code handling
7789 NNPC_REGNUM.
7790 * gdbarch.sh (NNPC_REGNUM): Delete.
7791 * gdbarch.h, gdbarch.c: Regenerate.
7792
7793 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7794
7795 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7796 builtin reg number.
7797
7798 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7799
7800 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7801 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7802 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7803 access macros.
7804 * c-typeprint.c (cp_type_print_method_args): Likewise.
7805 (c_type_print_args): Likewise.
7806 * d10v-tdep.c (d10v_push_arguments): Likewise.
7807 (d10v_extract_return_value): Likewise.
7808 * expprint.c (print_subexp): Likewise.
7809 * gdbtypes.c (lookup_primitive_typename): Likewise.
7810 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7811 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7812 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7813 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7814 (TYPE_VECTOR): Likewise.
7815 * hpread.c (hpread_read_struct_type)
7816 (fix_static_member_physnames, fixup_class_method_type)
7817 (hpread_type_lookup): Likewise.
7818 * mdebugread.c (parse_symbol, parse_type): Likewise.
7819 * p-lang.c (is_pascal_string_type): Likewise.
7820 * valops.c (hand_function_call): Likewise.
7821 * x86-64-tdep.c (classify_argument): Likewise.
7822
7823 * hpread.c (hpread_read_function_type)
7824 (hpread_read_doc_function_type): Call replace_type.
7825 * dstread.c (create_new_type): Delete.
7826 (decode_dst_structure, process_dst_function): Call alloc_type.
7827 Use type access macros.
7828
7829 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7830
7831 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7832 the're not supported by the current architecture.
7833 (i387_fill_fxsave): Likewise.
7834
7835 2002-05-12 Fred Fish <fnf@redhat.com>
7836
7837 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7838 sect_index_xxx members to index the first slot in section_offsets
7839 if all of the section_offsets are zero.
7840
7841 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7842
7843 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7844 checked in with last change.
7845
7846 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7847
7848 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7849 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7850 config.sub.
7851
7852 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7853
7854 * Makefile.in: Update dependencies.
7855
7856 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7857
7858 * language.c (local_hex_string_custom): Simplify. Do not depend
7859 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7860
7861 * memattr.c (mem_info_command): Replace calls to
7862 longest_local_hex_string and longest_local_hex_string_custom.
7863 * buildsym.c (make_blockvector): Ditto.
7864 * solib.c (info_sharedlibrary_command): Ditto.
7865 * tracepoint.c (tracepoints_info): Ditto.
7866 * symtab.c (print_msymbol_info): Ditto.
7867
7868 * language.c (local_hex_string): Delete.
7869 (local_hex_string_custom): Delete.
7870 (longest_local_hex_string): Rename to local_hex_string.
7871 (longest_local_hex_string_custom): Rename to
7872 local_hex_string_custom.
7873 * language.h (local_hex_string): Change parameter type to LONGEST.
7874 (local_hex_string_custom): Ditto.
7875 (longest_local_hex_string): Delete declaration.
7876 (longest_local_hex_string_custom): Ditto.
7877
7878 * solib.c: Update copyright.
7879 * memattr.c: Update copyright.
7880
7881 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7882
7883 * arch-utils.h (legacy_register_to_value): Declare.
7884 (legacy_value_to_register): Declare.
7885 (legacy_convert_register_p): Declare.
7886 * arch-utils.c (legacy_register_to_value): New function.
7887 (legacy_value_to_register): New function.
7888 (legacy_convert_register_p): New function.
7889
7890 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7891 (VALUE_TO_REGISTER): Define.
7892 (CONVERT_REGISTER_P): Define.
7893 * gdbarch.h, gdbarch.c: Regenerate.
7894
7895 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7896 VALUE_TO_REGISTER.
7897 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7898 CONVERT_REGISTER_P.
7899
7900 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7901 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7902
7903 * Makefile.in: Update dependencies for valops.c.
7904 * valops.c: Include "gdb_assert.h".
7905 (typecmp): Skip THIS parameter to methods.
7906 (find_method_list): Remove static_memfuncp argument,
7907 update callers. Check for stub methods.
7908 (find_value_oload_method_list): Don't set *static_memfuncp.
7909 (find_overload_match): Don't check for stub methods. Assert
7910 that methods are not stubbed. Handle static methods.
7911 (value_find_oload_method_list): Remove static_memfuncp argument.
7912 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7913 to the argument list for static stub methods.
7914 * value.h (value_find_oload_method_list): Update prototype.
7915
7916 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7917
7918 * arch-utils.h (generic_register_size): Declare.
7919 (generic_register_raw_size, generic_register_virtual_size): Delete
7920 declarations.
7921 * arch-utils.c (generic_register_raw_size): Delete.
7922 (generic_register_size): New function.
7923 (generic_register_virtual_size): Delete.
7924
7925 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7926 default generic_register_size.
7927 * gdbarch.h, gdbarch.c: Re-generate.
7928
7929 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7930 register_virtual_size.
7931 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7932 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7933
7934 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7935
7936 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7937 * gdbarch.h, gdbarch.c: Regenerate.
7938 * gnu-v3-abi.c: Update copyright.
7939 (vtable_address_point_offset): Update.
7940 (gnuv3_rtti_type): Update.
7941 (gnuv3_baseclass_offset): Update.
7942 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7943 (init_fetch_link_map_offsets): Update.
7944 * remote.c (get_remote_state): Update.
7945
7946 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7947
7948 * TODO: Remove value_headof/value_from_vtable_info comment.
7949 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7950 * values.c (value_headof, value_from_vtable_info): Delete.
7951 * value.h (value_from_vtable_info): Delete prototype.
7952
7953 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7954
7955 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7956 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7957 $(gdb_regex_h).
7958 (gdb_assert_h): Define.
7959 (gdb_wait_h): Define.
7960 (gdb_regex_h): Define.
7961
7962 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7963
7964 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7965 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7966
7967 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7968
7969 * nbsd-tdep.c: Fix comment.
7970
7971 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7972
7973 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7974 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7975 (nbsd-tdep.o): New dependency list.
7976 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7977 nbsd-tdep.h.
7978 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7979 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7980 * nbsd-tdep.c: New file.
7981 * nbsd-tdep.h: New file.
7982 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7983 nbsd-tdep.h.
7984 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7985 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7986 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7987 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7988
7989 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7990
7991 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7992 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7993 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7994 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7995 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7996 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7997
7998 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7999
8000 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8001 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8002 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8003 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8004 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8005 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8006 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8007
8008 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8009
8010 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8011 fetch_elfcore_registers to...
8012 * i386nbsd-tdep.c: ...here.
8013 (i386nbsd_use_struct_convention): Rename to...
8014 (i386nbsd_aout_use_struct_convention): ...this.
8015 (i386nbsd_supply_reg): New function.
8016 (i386nbsd_fill_reg): New function.
8017 (fetch_core_registers): Use i386nbsd_supply_reg.
8018 (fetch_elfcore_registers): Likewise.
8019 (_initialize_i386nbsd_tdep): New function.
8020 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8021 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8022 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8023 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8024 (i386nbsd_aout_use_struct_convention): ...this.
8025
8026 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8027
8028 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8029 (store_inferior_registers): Use shnbsd_fill_reg.
8030 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8031 sh_nbsd_supply_register): Collapse into...
8032 (shnbsd_supply_reg): ...this.
8033 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8034 (shnbsd_fill_reg): ...this.
8035 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8036 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8037 (fetch_core_registers): Use shnbsd_supply_reg.
8038 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8039 (sh_nbsd_core_fns): Rename to...
8040 (shnbsd_core_fns): ...this.
8041 (sh_nbsd_elfcore_fns): Rename to...
8042 (shnbsd_elfcore_fns): ...this.
8043 (sh_nbsd_init_abi): Rename to...
8044 (shnbsd_init_abi): ...this.
8045 (_initialize_sh_nbsd_tdep): Rename to...
8046 (_initialize_shnbsd_tdep): ...this.
8047 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8048 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8049 sh_nbsd_fill_register): Remove prototypes.
8050 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8051
8052 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8053
8054 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8055 (i387-nat.o): Delete dependency list.
8056 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8057 (x86-64-linux-nat.o): Likewise.
8058 * i387-nat.c: Delete file, moving contents to...
8059 * i387-tdep.c: ...here.
8060 * i387-nat.h: Rename...
8061 * i387-tdep.h: ...to this.
8062 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8063 * i386-linux-nat.c: Likewise.
8064 * i386bsd-nat.c: Likewise.
8065 * i386gnu-nat.c: Likewise.
8066 * i386nbsd-nat.c: Likewise.
8067 * i386v4-nat.c: Likewise.
8068 * x86-64-linux-nat.c: Likewise.
8069 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8070 * config/i386/go32.mh (NATDEPFILES): Likewise.
8071 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8072 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8073 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8074 * config/i386/linux.mh (NATDEPFILES): Likewise.
8075 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8076 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8077 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8078 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8079
8080 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8081
8082 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8083 (alphanbsd-nat.o): Remove dependency list.
8084 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8085 * alphanbsd-nat.c: Delete. Contents moved to...
8086 * alphanbsd-tdep.c: ...here.
8087 (_initialize_alphanbsd_tdep): Register core functions.
8088 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8089
8090 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8091
8092 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8093 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8094 (alphanbsd-nat.o): Likewise.
8095 (alphabsd-tdep.o): New dependency list.
8096 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8097 (fill_gregset): Use alphabsd_fill_reg.
8098 (supply_fpregset): Use alphabsd_supply_fpreg.
8099 (fill_fpregset): Use alphabsd_fill_fpreg.
8100 (fetch_inferior_registers): Use struct reg and struct fpreg
8101 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8102 and alphabsd_supply_fpreg.
8103 (store_inferior_registers): Use struct reg and struct fpreg
8104 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8105 and alphabsd_fill_fpreg.
8106 * alphabsd-tdep.c: New file.
8107 * alphabsd-tdep.h: New file.
8108 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8109 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8110 alphabsd_supply_fpreg.
8111 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8112 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8113
8114 2002-05-11 Eric Christopher <echristo@redhat.com>
8115
8116 * mips-tdep.c (mips_double_register_type): Fix thinko.
8117 (mips_single_register_type): Ditto.
8118 * MAINTAINERS: Add self.
8119
8120 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8121
8122 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8123 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8124 right thing on architectures with different endianness and/or
8125 integer sizes.
8126
8127 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8128
8129 From Christian Limpach <chris@Pin.LU>
8130 * configure.in: Change sed expression which comments out
8131 NATDEPFILES to also comment out continuation lines.
8132 * configure: Regenerate.
8133
8134 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8135
8136 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8137 big patch.
8138
8139 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8140
8141 * sh-tdep.c: Include correct file.
8142
8143 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8144
8145 New support for sh64-elf (sh5) target.
8146
8147 * configure.tgt: For sh64-elf target, default to sh-elf.
8148
8149 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8150 (struct gdbarch_tdep): Add new fields for new registers and ABI
8151 info.
8152
8153 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8154 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8155 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8156 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8157 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8158 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8159 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8160 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8161 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8162 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8163 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8164 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8165 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8166 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8167 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8168 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8169 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8170 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8171 sign_extend, sh64_nofp_frame_init_saved_regs,
8172 sh64_init_extra_frame_info, sh64_get_saved_register,
8173 sh64_extract_struct_value_address, sh64_pop_frame,
8174 sh64_push_arguments, sh64_extract_return_value,
8175 sh64_store_return_value, sh64_show_media_regs,
8176 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8177 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8178 sh_sh64_register_virtual_type,
8179 sh_sh64_register_convert_to_virtual,
8180 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8181 sh64_register_read, sh64_pseudo_register_write,
8182 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8183 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8184 sh64_do_pseudo_register, sh_compact_do_registers_info,
8185 sh64_do_registers_info, sh_gdbarch_init): New functions.
8186
8187 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8188
8189 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8190
8191 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8192
8193 * linespec.c (decode_line_1): Check for a double quote after
8194 a filename correctly.
8195
8196 2002-05-10 Jim Blandy <jimb@redhat.com>
8197
8198 Properly track the size of the current objfile's .debug_line section.
8199 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8200 (DWARF_LINE_SIZE): New macro.
8201 (dwarf2_build_psymtabs_hard): Record the line section's size in
8202 the partial symbol table.
8203 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8204 symbol table.
8205
8206 2002-05-10 Petr Sorfa <petrs@caldera.com>
8207
8208 * ia64-tdep.c: Handle breakpoints on L instruction type
8209 in MLX instruction bundle by moving the breakpoint to
8210 the third slot (X instruction type) as L holds only data.
8211
8212 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8213
8214 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8215 (process_one_symbol): Complain about discarding local symbols
8216 due to a misplaced N_LBRAC entry.
8217
8218 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8219
8220 From Daniel Berlin <dan@cgsoftware.com>
8221 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8222 decrease the depth we are at, in the case of templates.
8223
8224 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8225
8226 * mips-tdep.c (mips_float_register_type): New function.
8227 (mips_double_register_type): New function.
8228 (mips_print_register): Use them.
8229 (do_fp_register_row): Likewise.
8230
8231 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8232
8233 * signals/signals.c (signals): Remove conditional compilation around
8234 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8235 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8236
8237 2002-05-09 Michael Snyder <msnyder@redhat.com>
8238
8239 * remote-rdp.c (remote_rdp_can_run): Remove.
8240
8241 2002-05-09 Tom Tromey <tromey@redhat.com>
8242
8243 * jv-valprint.c (java_val_print): Handle `char' as a special case
8244 of TYPE_CODE_INT.
8245
8246 2002-05-09 Michael Snyder <msnyder@redhat.com>
8247
8248 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8249 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8250 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8251 str r(0123),[sp,#nn].
8252 (arm_skip_prologue): Ditto. Also make disassembly
8253 order-independent by placing it in a loop.
8254
8255 2002-05-06 Michael Snyder <msnyder@redhat.com>
8256
8257 * stabsread.c (read_type): Add recognition for new attribute:
8258 "@V;" means that an array type is actually a vector.
8259 This is analogous to the vector flag that's been added to dwarf2.
8260
8261 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8262
8263 * i386-tdep.h (i386_abi): New enum.
8264 (struct gdbarch_tdep): Replace os_ident member with abi.
8265 (i386_gdbarch_register_os_abi): New prototype.
8266 * i386-tdep.c (i386_abi_names): New array.
8267 (process_note_abi_tag_sections): Removed.
8268 (process_note_sections): New function.
8269 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8270 (struct i386_abi_handler): New struct.
8271 (i386_abi_handler_list): New variable.
8272 (i386_gdbarch_register_os_abi): New function.
8273 (i386_gdbarch_init): Adapt for the changes given above.
8274
8275 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8276
8277 * gregset.h: Say "GNU/Linux".
8278
8279 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8280
8281 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8282 (build_gdbtypes): Build builtin_type_v2_float.
8283 (_initialize_gdbtypes): Register new builtin type.
8284
8285 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8286
8287 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8288 (clear_gdbarch_swap): New function.
8289 (initialize_non_multiarch): Call.
8290 (gdbarch_update_p): Before calling init(), swap out and clear the
8291 existing architecture.
8292 * gdbarch.c: Regenerate.
8293
8294 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8295
8296 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8297 alphanbsd-tdep.c.
8298
8299 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8300
8301 * sh-nbsd-nat.c: Rename to...
8302 * shnbsd-nat.c: ...this.
8303 * sh-nbsd-tdep.c: Rename to...
8304 * shnbsd-tdep.c: ...this.
8305 * sh-nbsd-tdep.h: Rename to...
8306 * shnbsd-tdep.h: ...this.
8307 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8308 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8309
8310 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8311
8312 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8313 concatenation for command help messages.
8314
8315 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8316
8317 * NEWS: Note new sh*-*-netbsdelf* configuration.
8318 * configure.host: Set gdb_host_cpu to sh for all sh*.
8319 (sh*-*-netbsdelf*): New host.
8320 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8321 (sh*-*-netbsdelf*): New target.
8322 * sh-nbsd-nat.c: New file.
8323 * sh-nbsd-tdep.c: New file.
8324 * sh-nbsd-tdep.h: New file.
8325 * config/sh/nbsd.mh: New file.
8326 * config/sh/nbsd.mt: New file.
8327 * config/sh/nm-nbsd.h: New file.
8328 * config/sh/tm-nbsd.h: New file.
8329
8330 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8331
8332 * sh-tdep.c (sh_osabi_names): Declare.
8333 (process_note_abi_tag_sections): New function.
8334 (get_elfosabi): Ditto.
8335 (sh_gdbarch_register_os_abi): Ditto.
8336 (sh_dump_tdep): Ditto.
8337 _initialize_sh_tdep): Use gdbarch_register to register
8338 sh_gdbarch_init and sh_dump_tdep.
8339 * config/sh/tm-sh.h (sh_osabi): Declare.
8340 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8341
8342 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8343
8344 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8345 (thumb_scan_prologue): Ditto.
8346 (arm_find_callers_reg): Ditto.
8347 (arm_frame_chain): Ditto.
8348 (arm_init_extra_frame_info): Ditto.
8349 (arm_frame_saved_pc): Ditto.
8350 (arm_pop_frame): Ditto.
8351 (arm_push_return_address): New function.
8352 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8353 call_dummy_location, call_dummy_breakpoint_offset_p,
8354 call_dummy_breakpoint_offset, call_dummy_p,
8355 call_dummy_stack_adjust_p, call_dummy_words,
8356 sizeof_call_dummy_words, call_dummy_start_offset,
8357 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8358 call_dummy_address, push_return_address and push_dummy_frame for
8359 generic dummy frames.
8360
8361 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8362
8363 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8364 size computation for alloca.
8365 (sh_fp_frame_init_saved_regs): Likewise.
8366
8367 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8368
8369 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8370 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8371 * arm-tdep.c (arm_store_return_value): Use them.
8372 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8373 * remote-rdp.c (remote_rdp_fetch_register): Use
8374 ARM_MAX_REGISTER_RAW_SIZE.
8375 (remote_rdp_store_register): Likewise.
8376
8377 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8378
8379 * dwarf2cfi.c: Code cleanup, removed unused variables,
8380 added default labels to switch {} statements.
8381 * x86-64-tdep.c: Ditto.
8382 * x86-64-linux-nat.c: Ditto.
8383
8384 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8385
8386 * solib.h: Protect against multiple inclusion.
8387
8388 2002-05-06 Jim Blandy <jimb@redhat.com>
8389
8390 Add first preprocessor macro-expansion files.
8391 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8392 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8393 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8394 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8395 (COMMON_OBS): Add macrotab.o, macroexp.o.
8396 (macroexp.o, macrotab.o): New rules.
8397
8398 Separate the job of reading the line number info statement program
8399 header (...expialidocious) out into its own function.
8400 * dwarf2read.c (struct line_head, struct filenames, struct
8401 directories): Replace with...
8402 (struct line_header): New structure, containing the full
8403 contents of the statement program header, including the
8404 include directory and file name tables.
8405 (read_file_scope): If we have line number info, instead of just
8406 calling dwarf_decode_lines to do all the work, call
8407 dwarf_decode_line_header first to get a `struct line_header'
8408 containing the data in the statement program header, and then
8409 pass that to dwarf_decode_lines, which will pick up where that
8410 left off. Be sure to clean up the `struct line_header' object.
8411 (dwarf_decode_line_header, free_line_header, add_include_dir,
8412 add_file_name): New functions.
8413 (dwarf_decode_lines): Move all the code to read the statement
8414 program header into dwarf_decode_line_header. Take the line
8415 header it built as the first argument, instead of the offset to
8416 the compilation unit's line number info. Use the new `struct
8417 line_header' type instead of the old structures. No need to do
8418 cleanups here now, since we don't allocate anything.
8419 (dwarf2_statement_list_fits_in_line_number_section,
8420 dwarf2_line_header_too_long): New complaints.
8421
8422 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8423
8424 * gdbtypes.c (init_vector_type): New function.
8425 (build_builtin_type_vec128): Simplify the representation of SIMD
8426 registers.
8427 (build_gdbtypes): Initialize new builtin vector types.
8428 (_initialize_gdbtypes): Register new vector types with gdbarch.
8429 (builtin_type_v4_float, builtin_type_v4_int32,
8430 builtin_type_v8_int16, builtin_type_v16_int8,
8431 builtin_type_v2_int32, builtin_type_v4_int16,
8432 builtin_type_v8_int8): New (renamed) SIMD types.
8433
8434 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8435
8436 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8437 (i387_fill_fxsave): Likewise.
8438
8439 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8440
8441 * alpha-tdep.c (alpha_extract_return_value): Don't use
8442 non-constant array size in prototype.
8443
8444 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8445
8446 From Brian Taylor <briant at model dot com>:
8447 * ui-out.c (ui_out_field_core_addr): Use the function
8448 longest_local_hex_string_custom'to format addresses > 32 bits
8449 wide.
8450
8451 * ui-out.c (ui_out_field_core_addr): Update comment.
8452
8453 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8454
8455 * stack.c (select_and_print_frame): Make static. Delete the
8456 parameter `level'.
8457 (func_command): Update call.
8458 (select_frame_command): Delete code computing the frame level.
8459 * frame.h (select_and_print_frame): Delete declaration.
8460
8461 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8462
8463 * sparc-tdep.c (sparc_get_saved_register): Comment why
8464 get_prev_frame call is safe.
8465
8466 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8467
8468 * frame.h (select_frame): Delete level parameter.
8469 * stack.c (select_frame): Update. Use frame_relative_level to
8470 obtain the frame's level.
8471 (select_and_print_frame): Update call.
8472 (select_frame_command): Ditto.
8473 (up_silently_base): Ditto.
8474 (down_silently_base): Ditto.
8475 * ocd.c (ocd_start_remote): Ditto.
8476 * remote-rdp.c (remote_rdp_open): Ditto.
8477 * remote-mips.c (mips_initialize): Ditto.
8478 (common_open): Ditto.
8479 * remote-e7000.c (e7000_start_remote): Ditto.
8480 * m3-nat.c (select_thread): Ditto.
8481 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8482 (child_get_current_exception_event): Ditto.
8483 * varobj.c (varobj_create): Ditto.
8484 (varobj_update): Ditto.
8485 (c_value_of_root): Ditto.
8486 * tracepoint.c (finish_tfind_command): Ditto.
8487 * corelow.c (core_open): Ditto.
8488 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8489 * thread.c (info_threads_command): Ditto.
8490 (switch_to_thread): Ditto.
8491 * infrun.c (normal_stop): Ditto.
8492 (restore_selected_frame): Ditto.
8493 (restore_inferior_status): Ditto.
8494 * breakpoint.c (insert_breakpoints): Ditto.
8495 (watchpoint_check): Ditto.
8496 (bpstat_stop_status): Ditto.
8497 (do_enable_breakpoint): Ditto.
8498 * blockframe.c (flush_cached_frames): Ditto.
8499 (reinit_frame_cache): Ditto.
8500
8501 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8502
8503 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8504 maintainer.
8505
8506 2002-05-04 Jim Blandy <jimb@redhat.com>
8507
8508 * gdbtypes.c (replace_type): Doc fix.
8509
8510 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8511
8512 * valprint.c (strcat_longest): Delete commented out function.
8513 Update copyright.
8514
8515 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8516
8517 * MAINTAINERS: Mark a29k as deleted.
8518 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8519 Move new configurations to the top.
8520 * configure.tgt: Remove a29k.
8521 * config/a29k/tm-vx29k.h: Delete.
8522 * config/a29k/vx29k.mt: Delete.
8523 * config/a29k/tm-a29k.h: Delete.
8524 * config/a29k/a29k-udi.mt: Delete.
8525 * config/a29k/a29k.mt: Delete.
8526 * a29k-tdep.c: Delete.
8527 * remote-udi.c: Delete.
8528 * remote-mm.c: Delete.
8529 * remote-eb.c: Delete.
8530 * remote-adapt.c: Delete.
8531 * Makefile.in: Remove obsolete code.
8532 * config/s390/s390x.mt: Ditto.
8533 * config/s390/s390.mt: Ditto.
8534 * config/sparc/sparclynx.mh: Ditto.
8535 * config/sparc/linux.mh: Ditto.
8536 * config/pa/hppaosf.mh: Ditto.
8537 * config/pa/hppabsd.mh: Ditto.
8538 * config/ns32k/nbsd.mt: Ditto.
8539 * config/mips/vr5000.mt: Ditto.
8540 * config/m68k/sun3os4.mh: Ditto.
8541 * config/m68k/nbsd.mt: Ditto.
8542 * config/m68k/m68klynx.mh: Ditto.
8543 * config/m32r/m32r.mt: Ditto.
8544 * config/i386/x86-64linux.mt: Ditto.
8545 * config/i386/nbsdelf.mt: Ditto.
8546 * config/i386/nbsd.mt: Ditto.
8547 * config/i386/i386lynx.mh: Ditto.
8548
8549 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8550
8551 * target.c (debug_print_register): New function. Handle oversize
8552 registers.
8553 (debug_to_fetch_registers): Call.
8554 (debug_to_store_registers): Call.
8555
8556 2002-05-03 Jim Blandy <jimb@redhat.com>
8557
8558 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8559 (read_type): Doc fix.
8560 * gdbtypes.c (replace_type): Doc fix.
8561
8562 * stabsread.c (multiply_defined_struct): New complaint.
8563 (read_struct_type): If the type we were passed isn't empty, or
8564 incomplete, don't read the new struct type into it; complain,
8565 and return the original type unchanged. Take a new `type_code'
8566 argument, which is the type code for the new type.
8567 (read_type): Rather than storing the type's type code here, pass
8568 it as an argument to read_struct_type, and let that take care of
8569 storing it. That way, we don't overwrite the original type code,
8570 so read_struct_type can use it to decide whether we're overwriting
8571 something we shouldn't.
8572 (complain_about_struct_wipeout): New function.
8573
8574 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8575
8576 * gdbarch.sh: Assert that gdbarch is non-NULL.
8577 * gdbarch.c: Regenerate.
8578
8579 2002-05-03 Jason Merrill <jason@redhat.com>
8580
8581 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8582 and return NULL.
8583
8584 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8585
8586 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8587 (x86_64_dwarf2gdb_regno_map_length),
8588 (x86_64_dwarf2_reg_to_regnum): Added.
8589 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8590 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8591 (_initialize_x86_64_tdep): Synced with the change above.
8592 (x86_64_skip_prologue): Reformulated message.
8593
8594 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8595
8596 * f-exp.y: Also use new prev_lexptr variable
8597 to improve error reporting. Based on Michael Snyder
8598 2002-04-24 dated patch to c-exp.y.
8599 * jv-exp.y: Likewise.
8600 * m2-exp.y: Likewise.
8601
8602 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8603
8604 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8605 we are dealing with vectors.
8606
8607 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8608
8609 * config/m68k/tm-nbsd.h: Obvious fix,
8610 correct machine name.
8611
8612 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8613
8614 * p-typeprint.c (pascal_type_print_base): Add support
8615 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8616
8617 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8618
8619 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8620 for fondamental pascal 'char' type.
8621
8622 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8623
8624 * p-lang.h (is_pascal_string_type): Declaration changed,
8625 new sixth argument of type char ** added.
8626 * p-lang.c (is_pascal_string_type): Implementation
8627 changed. Args length_pos, length_size, string_pos, char_size
8628 can now be NULL. New argument arrayname set to the field
8629 name of the char array. Return value set to char array
8630 field index plus one.
8631 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8632 is_pascal_string_type function.
8633
8634 2002-05-02 Andrew Cagney <cagney@redhat.com>
8635
8636 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8637 <cagney@redhat.com> change.
8638 * gdbarch.c: Regenerate.
8639
8640 2002-05-02 Andrew Cagney <cagney@redhat.com>
8641
8642 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8643 before probing for a new one. Detect errorenous gdbarch_init
8644 functions.
8645 * gdbarch.c: Regenerate.
8646
8647 2002-05-01 Andrew Cagney <cagney@redhat.com>
8648
8649 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8650 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8651 * config/v850/tm-v850.h: Ditto. Update copyright.
8652
8653 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8654
8655 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8656 current_gdbarch.
8657
8658 2002-04-30 Michael Snyder <msnyder@redhat.com>
8659
8660 * arm-tdep.c: Whitespace clean-ups.
8661 (arm_skip_prologue): Fix thinko; two lines
8662 should have been removed as part of 4/24 change.
8663
8664 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8665
8666 * rs6000-tdep.c: Added comment describing how fpscr register
8667 numbers were chosen.
8668
8669 2002-04-30 Michael Snyder <msnyder@redhat.com>
8670
8671 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8672
8673 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8674
8675 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8676 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8677 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8678
8679 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8680
8681 From Louis Hamilton <hamilton@redhat.com>:
8682 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8683 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8684 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8685 not bfd-private xcoff data, to determine wordsize.
8686 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8687
8688 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8689
8690 GDB 5.2 released from 5.2 branch.
8691
8692 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8693
8694 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8695 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8696 (x86_64_register_info_table): Added comments with register numbers.
8697
8698 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8699
8700 * rs6000-tdep.c (rs6000_extract_return_value,
8701 rs6000_store_return_value): Handle returning vectors.
8702 (rs6000_gdbarch_init): Use
8703 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8704 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8705 New function.
8706 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8707 vectors.
8708 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8709 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8710
8711 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8712
8713 * hpread.c (hpread_psymtab_to_symtab_1,
8714 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8715 with fprintf_unfiltered (gdb_stderr,...).
8716
8717 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8718
8719 * remote-array.c (printf_monitor, write_monitor,
8720 array_insert_breakpoint, array_remove_breakpoint ):
8721 Replace fprintf (stderr,...
8722 with fprintf_unfiltered (gdb_stderr,....
8723 * remote-es.c: Likewise.
8724 * remote-os9k.c: Likewise.
8725 * remote-st.c: Likewise.
8726
8727 2002-04-28 Andreas Schwab <schwab@suse.de>
8728
8729 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8730 linux-proc.o and gcore.o.
8731
8732 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8733
8734 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8735 code without frame pointers.
8736
8737 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8738
8739 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8740 ON_STACK is needed.
8741
8742 2002-04-26 Ben Elliston <bje@redhat.com>
8743
8744 * target.c (do_xfer_memory): Correct reference to the new option
8745 "trust-readonly-sections".
8746
8747 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8748
8749 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8750 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8751 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8752 vectors.
8753 (read_array_type): Record the fact that this array type is really a
8754 vector (i.e. are passed in by value).
8755
8756 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8757
8758 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8759 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8760 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8761 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8762 * alpha-linux-tdep.c: Include frame.h.
8763 (alpha_linux_sigcontext_addr): New function.
8764 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8765 alpha_linux_sigcontext_addr.
8766 * alpha-osf1-tdep.c: Include gdbcore.h.
8767 (alpha_osf1_sigcontext_addr): New function.
8768 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8769 alpha_osf1_sigcontext_addr.
8770 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8771 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8772
8773 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8774
8775 * stack.c (selected_frame_level):
8776 (select_frame): Do not set selected_frame_level.
8777 * frame.h (selected_frame_level): Delete declaration.
8778
8779 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8780
8781 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8782 convert_from_func_ptr-addr when AIX / PowerOpen.
8783
8784 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8785
8786 * valops.c (hand_function_call): Call
8787 generic_save_call_dummy_addr.
8788 * frame.h (generic_save_call_dummy_addr): Declare.
8789 * blockframe.c (struct dummy_frame): Add fields call_lo and
8790 call_hi.
8791 (generic_find_dummy_frame): Check for PC in range call_lo to
8792 call_hi instead of entry_point_address.
8793 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8794 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8795 (generic_save_call_dummy_addr): New function.
8796
8797 2002-04-24 David S. Miller <davem@redhat.com>
8798
8799 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8800 sparc_skip_prologue.
8801 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8802 information to find prologue when possible.
8803 (sparc_prologue_frameless_p): Call examine_prologue directly.
8804 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8805 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8806 second argument.
8807 (SKIP_PROLOGUE): Likewise.
8808
8809 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8810
8811 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8812 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8813 indicate that the condition it was testing is always true.
8814 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8815 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8816 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8817
8818 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8819
8820 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8821 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8822 tdep->jb_pc and tdep->jb_elt_size.
8823 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8824 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8825 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8826 * alpha-nat.c (get_longjmp_target): Remove.
8827 (JB_ELEMENT_SIZE): Ditto.
8828 (JB_PC): Ditto.
8829 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8830 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8831 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8832 to alpha_get_longjmp_target.
8833 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8834 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8835 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8836
8837 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8838
8839 * README: Update to GDB 5.2.
8840
8841 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8842
8843 * gdbarch.sh (LC_ALL): Set to `c'.
8844
8845 2002-04-25 Theodore A. Roth <troth@verinet.com>
8846
8847 * avr-tdep.c: Ran through gdb_indent.sh.
8848
8849 2002-04-25 Theodore A. Roth <troth@verinet.com>
8850
8851 * MAINTAINERS: Add myself as AVR maintainer.
8852 * NEWS: Note new target avr.
8853
8854 2002-04-25 Theodore A. Roth <troth@verinet.com>
8855
8856 * Makefile.in: Add support for AVR target.
8857 * configure.tgt: Add support for AVR target.
8858 * avr-tdep.c: New file
8859 * config/avr/avr.mt: New file.
8860
8861 2002-04-25 Theodore A. Roth <troth@verinet.com>
8862
8863 * MAINTAINERS: Add myself to write-after-approval.
8864
8865 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8866
8867 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8868 with fprintf_unfiltered (gdb_stderr,....
8869
8870 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8871
8872 Fix PR gdb/508.
8873 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8874
8875 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8876
8877 * p-exp.y: Also use new prev_lexptr variable
8878 to improve error reporting. Based on Michael Snyder
8879 2002-04-24 dated patch to c-exp.y.
8880
8881 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8882
8883 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8884 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8885 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8886 to 0.
8887 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8888 and struct value.
8889 (FUNCTION_START_OFFSET): Remove.
8890 (BREAKPOINT): Ditto.
8891
8892 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8893
8894 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8895 * NEWS: Ditto.
8896
8897 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8898
8899 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8900 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8901 alpha_linux_pc_in_sigtramp.
8902 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8903 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8904 alpha_osf1_pc_in_sigtramp.
8905 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8906 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8907 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8908 alphafbsd_pc_in_sigtramp.
8909 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8910 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8911 alphanbsd_pc_in_sigtramp.
8912 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8913 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8914
8915 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8916
8917 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8918
8919 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8920
8921 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8922 alphanbsd-tdep.c.
8923 (alphanbsd-nat.o): New dependency list.
8924 (alphanbsd-tdep.o): Ditto.
8925 * NEWS: Note new native NetBSD/alpha configuration.
8926 * alphanbsd-nat.c: New file.
8927 * alphanbsd-tdep.c: Ditto.
8928 * configure.host (alpha*-*-netbsd*): New host.
8929 * configure.tgt (alpha*-*-netbsd*): New target.
8930 * config/alpha/nbsd.mh: New file.
8931 * config/alpha/nbsd.mt: Ditto.
8932 * config/alpha/nm-nbsd.h: Ditto.
8933 * config/alpha/tm-nbsd.h: Ditto.
8934
8935 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8936
8937 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8938 (alpha-osf1-tdep.o): New dependency list.
8939 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8940 and skip_sigtramp_frame members.
8941 * alpha-linux-tdep.c: Include gdbcore.h.
8942 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8943 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8944 * alpha-osf1-tdep.c: New file.
8945 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8946 alpha-osf1-dep.c.
8947 (alpha_frame_past_sigtramp_frame): New function.
8948 (alpha_dynamic_sigtramp_offset): Ditto.
8949 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8950 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8951 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8952 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8953 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8954 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8955 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8956 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8957 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8958 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8959 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8960 to find_solib_trampoline_target.
8961 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8962 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8963 (SKIP_TRAMPOLINE_CODE): Remove.
8964 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8965 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8966 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8967 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8968 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8969 (PROC_SIGTRAMP_MAGIC): Ditto.
8970 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8971 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8972 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8973 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8974 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8975
8976 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8977
8978 * NEWS: Note that Alpha targets are now multi-arch.
8979
8980 2002-04-24 Michael Snyder <msnyder@redhat.com>
8981
8982 * parser-defs.h (prev_lexptr): New external variable.
8983 * parse.c (parse_exp_1): Set prev_lexptr to null before
8984 calling the language-specific parser.
8985 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8986 (yyerror): Use prev_lexptr in error reporting.
8987
8988 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8989
8990 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8991 * gregset.h: If FILL_FPXREGSET is defined, provide
8992 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8993 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8994 is defined, call fill_fpxregset.
8995
8996 2002-04-24 Roland McGrath <roland@frob.com>
8997
8998 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8999 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9000 (supply_gregset, supply_fpregset): New functions.
9001
9002 * gnu-nat.c (gnu_find_memory_regions): New function.
9003 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9004 (gnu_xfer_memory): Add a cast.
9005
9006 2002-04-24 Michael Snyder <msnyder@redhat.com>
9007
9008 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
9009 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9010 of argument regs ("str r(0123), [r11, #-nn"]).
9011 (arm_skip_prologue): Better handling for frameless functions.
9012 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9013 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9014
9015 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9016
9017 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9018 NUM_PSEUDO_REGS can be used.
9019
9020 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9021
9022 * arch-utils.h: Update copyright.
9023
9024 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9025 * gdbarch.h, gdbarch.c: Re-generate.
9026
9027 * inferior.h (IN_SIGTRAMP): Delete definition.
9028 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9029 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9030
9031 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9032 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9033 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9034 (find_proc_framesize): Ditto.
9035 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9036 (alpha_init_extra_frame_info): Ditto.
9037 * infrun.c (handle_inferior_event): Ditto.
9038 (handle_inferior_event): Ditto.
9039 (check_sigtramp2): Ditto.
9040 * blockframe.c (create_new_frame): Ditto.
9041 (get_prev_frame): Ditto.
9042 * ppc-linux-tdep.c: Update comments.
9043 * i386-linux-tdep.c: Update comments.
9044 * breakpoint.c (bpstat_what): Update comment.
9045
9046 2002-04-24 David S. Miller <davem@redhat.com>
9047
9048 * i960-tdep.c (register_in_window_p): New function.
9049 (i960_find_saved_register): Use it instead of
9050 REGISTER_IN_WINDOW_P.
9051 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9052
9053 * symtab.h (find_stab_function_addr): Kill extern.
9054 * minsyms.c (find_stab_function_addr): Remove from here...
9055 * dbxread.c: ... to here, and mark it static.
9056
9057 2002-04-20 David S. Miller <davem@redhat.com>
9058
9059 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9060 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9061
9062 2002-04-21 David S. Miller <davem@redhat.com>
9063
9064 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9065 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9066 (vx_write_register): Likewise.
9067
9068 2002-04-23 J. Brobecker <brobecker@gnat.com>
9069
9070 * source.c (is_regular_file): New function.
9071 (openp): Check wether file to open is a regular file
9072 to avoid opening directories.
9073
9074 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9075
9076 * findvar.c (extract_signed_integer): Cast printf argument
9077 to suppress format warning.
9078 (extract_unsigned_integer): Likewise.
9079 * infcmd.c (registers_info): Likewise.
9080 * top.c (get_prompt_1): Likewise.
9081 * valops.c (value_assign): Likewise.
9082 * valprint.c (print_decimal): Likewise.
9083
9084 2002-04-22 H.J. Lu (hjl@gnu.org)
9085
9086 * c-exp.y (typebase): Support
9087
9088 [long|long long|short] [signed|unsigned] [int|]
9089
9090 and
9091
9092 signed [long|long long|short] int
9093
9094 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9095
9096 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9097 and vax-tdep.h.
9098 * vax-tdep.h: New file.
9099 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9100 Make several routines static.
9101 (vax_get_saved_register): New function.
9102 (vax_gdbarch_init): New function.
9103 (_initialize_vax_tdep): Register vax_gdbarch_init.
9104 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9105 Remove macros now under the control of gdbarch.
9106
9107 2002-04-22 Michael Snyder <msnyder@redhat.com>
9108
9109 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9110 Some whitespace and coding standards tweaks.
9111
9112 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9113
9114 * vax-tdep.c: Include regcache.h.
9115 (vax_call_dummy_words): New.
9116 (sizeof_vax_call_dummy_words): New.
9117 (vax_fix_call_dummy): New function.
9118 (vax_saved_pc_after_call): Ditto.
9119 * config/vax/tm-vax.h: Don't include regcache.h.
9120 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9121 (CALL_DUMMY): Remove.
9122 (CALL_DUMMY_WORDS): Define.
9123 (SIZEOF_CALL_DUMMY_WORDS): Define.
9124 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9125
9126 2002-04-18 Michael Snyder <msnyder@redhat.com>
9127
9128 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9129
9130 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9131
9132 * vax-tdep.c (vax_frame_chain): New function.
9133 (vax_push_dummy_frame): Ditto.
9134 (vax_pop_frame): Ditto.
9135 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9136 (FRAMELESS_FUNCTION_INVOCATION): Use
9137 generic_frameless_function_invocation_not.
9138 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9139 (POP_FRAME): Use vax_pop_frame.
9140
9141 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9142
9143 * vax-tdep.c (vax_store_struct_return): New function.
9144 (vax_extract_return_value): Ditto.
9145 (vax_store_return_value): Ditto.
9146 (vax_extract_struct_value_address): Ditto.
9147 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9148 vax_store_struct_return.
9149 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9150 (STORE_RETURN_VALUE): Use vax_store_return_value.
9151 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9152
9153 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9154
9155 * vax-tdep.c (vax_frame_saved_pc): New function.
9156 (vax_frame_args_address_correct): Ditto.
9157 (vax_frame_args_address): Ditto.
9158 (vax_frame_locals_address): Ditto.
9159 (vax_frame_num_args): Move code to be in proximity to
9160 other frame-related functions.
9161 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9162 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9163 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9164 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9165 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9166
9167 2002-04-22 H.J. Lu (hjl@gnu.org)
9168
9169 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9170 includedir.
9171
9172 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9173
9174 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9175 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9176 (FRAME_INIT_SAVED_REGS): New macro.
9177
9178 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9179
9180 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9181
9182 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9183
9184 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9185 where needed.
9186 (fetch_osf_core_registers): Likewise.
9187 (supply_gregset): Likewise.
9188
9189 2002-04-22 J. Brobecker <brobecker@gnat.com>
9190
9191 * symfile.h (get_section_index): Define.
9192 * symfile.c (get_section_index): New function.
9193 * mdebugread.c (SC_IS_SBSS): New macro.
9194 (SC_IS_BSS): Return true for the scBss storage class only, as
9195 the scSBss storage class refers to the .sbss section.
9196 (parse_partial_symbols): Discard the symbols which associated
9197 section does not exist.
9198 Make sure to use the .sbss section index for symbols which
9199 storage class is scBss, rather than using the .bss section index.
9200
9201 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9202
9203 * vax-tdep.c: Update copyright years.
9204 (vax_register_name): New function.
9205 (vax_register_byte): Ditto.
9206 (vax_register_raw_size): Ditto.
9207 (vax_register_virtual_size): Ditto.
9208 (vax_register_virtual_type): Ditto.
9209 * config/vax/tm-vax.h: Update copyright years.
9210 (REGISTER_NAMES): Remove.
9211 (REGISTER_NAME): Define.
9212 (REGISTER_BYTE): Use vax_register_byte.
9213 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9214 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9215 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9216
9217 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9218
9219 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9220 declaration
9221 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9222
9223 2002-04-21 David S. Miller <davem@redhat.com>
9224
9225 * arch-utils.c (generic_prologue_frameless_p): Kill
9226 SKIP_PROLOGUE_FRAMELESS_P code.
9227 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9228 references.
9229 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9230 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9231 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9232 references.
9233 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9234 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9235 (sparc_gdbarch_init): Pass it to
9236 set_gdbarch_prologue_frameless_p.
9237
9238 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9239
9240 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9241 (alphabsd-nat.o): New dependency list.
9242
9243 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9244
9245 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9246 alphafbsd-tdep.c.
9247 (alpha-linux-tdep.o): New dependency list.
9248 (alphafbsd-tdep.o): Likewise.
9249
9250 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9251
9252 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9253 to here...
9254 * alpha-tdep.c: ...from here.
9255 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9256
9257 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9258
9259 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9260 prototype from here...
9261 * alpha-tdep.h: ...to here.
9262
9263 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9264
9265 * frame.h (selected_frame_level): Document as deprecated.
9266 (frame_relative_level): Declare.
9267 * stack.c (frame_relative_level): New function.
9268 (selected_frame_level): Document as deprecated.
9269 (select_frame): Do not set the selected_frame_level.
9270
9271 * stack.c (frame_info, record_selected_frame): Update.
9272 (frame_command, current_frame_command): Update.
9273 (up_silently_base, up_command, down_silently_base): Update.
9274 (down_command): Update.
9275 * inflow.c (kill_command): Update.
9276 * tracepoint.c (finish_tfind_command): Update.
9277 * corelow.c (core_open): Update.
9278 * thread.c (info_threads_command): Update.
9279 (do_captured_thread_select): Update.
9280 * infcmd.c (finish_command): Update.
9281 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9282
9283 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9284
9285 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9286
9287 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9288
9289 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9290 type const.
9291
9292 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9293
9294 * alphafbsd-tdep.c: Update copyright years. Include
9295 alpha-tdep.h.
9296 (alphafbsd_use_struct_convention): Make static.
9297 (alphafbsd_init_abi): New function.
9298 (_initialize_alphafbsd_tdep): New function.
9299 * config/alpha/tm-fbsd.h: Update copyright years.
9300 (USE_STRUCT_CONVENTION): Remove.
9301
9302 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9303
9304 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9305 an Alpha ABI variant.
9306 (alpha_abi_handler_list): Declare.
9307 (alpha_gdbarch_register_os_abi): New function.
9308 (alpha_gdbarch_init): Give registered ABI variant handlers a
9309 chance to tweak the gdbarch once we have set up defaults.
9310 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9311
9312 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9313
9314 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9315 to standard_coerce_float_to_double.
9316 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9317
9318 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9319
9320 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9321 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9322 from gdbarch_tdep rather than a constant.
9323 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9324 the default text address for all Alpha Unix ABIs.
9325 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9326 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9327
9328 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9329
9330 * alpha-tdep.h: New file. Includes several Alpha target constants
9331 taken from...
9332 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9333 let gdbarch deal with.
9334 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9335 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9336 to dependency list.
9337 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9338 Alpha target register names.
9339 * alphabsd-nat.c: Likewise.
9340 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9341 Alpha target register names. Make serveral routines static.
9342 (alpha_get_saved_register): New function.
9343 (alpha_abi_names): New.
9344 (process_note_abi_tag_sections): New function.
9345 (get_elfosabi): New function.
9346 (alpha_gdbarch_init): New function.
9347 (alpha_dump_tdep): New function.
9348 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9349
9350 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9351
9352 * frame.c (find_saved_register): Delete #ifdef
9353 HAVE_REGISTER_WINDOWS code.
9354 * config/sparc/tm-sparc.h: Update comments.
9355 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9356
9357 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9358
9359 * i960-tdep.c (i960_find_saved_register): New function.
9360 (i960_get_saved_register): New function.
9361 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9362 (i960_get_saved_register): Declare.
9363 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9364
9365 2002-04-20 David S. Miller <davem@redhat.com>
9366
9367 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9368
9369 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9370
9371 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9372 instead of NUM_PSEUDO_REGS.
9373
9374 2002-04-20 David S. Miller <davem@redhat.com>
9375
9376 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9377 GDB_MULTI_ARCH_PARTIAL
9378 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9379 define, let tm-sp64.h do it.
9380
9381 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9382
9383 * frame.c (find_saved_register): Avoid a NULL pointer
9384 dereference and actually walk the frame list.
9385
9386 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9387
9388 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9389 sorted in most most-recent-used order. Document.
9390 * gdbarch.h, gdbarch.c: Regenerate.
9391
9392 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9393
9394 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9395 instead of ->prev.
9396 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9397 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9398 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9399 instead of ->prev.
9400
9401 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9402
9403 Fix PR gdb/471.
9404 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9405 (build_builtin_type_vec128): Ditto.
9406 (append_composite_type_field): Fix calculation of type length in
9407 union case.
9408
9409 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9410
9411 * config/djgpp/README: Update.
9412
9413 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9414 compiler warnings.
9415
9416 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9417
9418 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9419 (alpha_setup_arbitrary_frame): ...to this.
9420 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9421 for alpha_setup_arbitrary_frame.
9422
9423 2002-04-18 Andrew Cagney <cagney@redhat.com>
9424
9425 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9426 * gdbarch.h, gdbarch.c: Regenerate.
9427
9428 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9429 * target.h (memory_breakpoint_from_pc): Update declaration.
9430 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9431
9432 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9433 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9434 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9435 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9436 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9437 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9438 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9439 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9440 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9441 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9442 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9443 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9444
9445 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9446 const pointer.
9447 * monitor.c (monitor_insert_breakpoint): Ditto.
9448 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9449
9450 * config/mcore/tm-mcore.h: Update copyright.
9451 * mem-break.c: Ditto.
9452 * xstormy16-tdep.c: Ditto.
9453
9454 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9455
9456 * p-exp.y: Add precedence rule for '^' token.
9457 This removes the shift/reduce conflicts.
9458 Remove the comment concerning these shift/reduce conflicts.
9459
9460 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9461
9462 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9463 (registers_powerpc_nofp): New register set for processors
9464 without floating point unit.
9465
9466 2002-04-18 David S. Miller <davem@redhat.com>
9467
9468 * MAINTAINERS: Add myself to write-after-approval.
9469
9470 2002-04-17 Michael Snyder <msnyder@redhat.com>
9471
9472 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9473
9474 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9475
9476 * rs6000-tdep.c (frame_initial_stack_address): Use
9477 frame_register_read to read the alloca_reg.
9478
9479 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9480
9481 * frame.c (find_saved_register): Find saved registers in the next
9482 not prev frame.
9483 Fix PR gdb/365.
9484
9485 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9486
9487 * gdbarch.sh (LANG): Set to ``c''.
9488
9489 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9490
9491 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9492
9493 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9494
9495 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9496 Update copyright.
9497
9498 * hpread.c (hpread_get_lntt): Add declaration.
9499 Also fix PR gdb/391.
9500
9501 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9502
9503 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9504 * aclocal.m4, configure: Re-generate.
9505 Fix PR gdb/391.
9506
9507 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9508
9509 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9510 instead of tm_print_insn.
9511
9512 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9513
9514 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9515
9516 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9517
9518 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9519 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9520 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9521
9522 2002-04-12 Don Howard <dhoward@redhat.com>
9523
9524 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9525 max_user_call_depth.
9526 (init_cmd_lists): Initialize the new value;
9527 * cli/cli-script.c (execute_user_command): Limit the call depth of
9528 user defined commands. This avoids a core-dump when user commands
9529 are infinitly recursive.
9530
9531 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9532
9533 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9534 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9535 from tdep struct instead of DEFAULT_LR_SAVE.
9536 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9537 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9538 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9539
9540 2002-04-12 Michael Snyder <msnyder@redhat.com>
9541
9542 * Remote.c: Spelling fix.
9543 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9544 If no symbol found for "sbrk", try "_sbrk".
9545 (make_output_phdrs): Use bfd_section_name.
9546 (gcore_copy_callback): Use bfd_section_name.
9547 * eval.c: Indentation fix-ups.
9548 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9549 in case it gets applied to an address that is already
9550 in the instruction space.
9551 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9552 * symfile.c: Fix indentation, long lines.
9553 * source.c: White space fix-up.
9554
9555 2002-04-12 Andrew Cagney <cagney@redhat.com>
9556
9557 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9558 * frame.c (frame_register_read): New function. Return non-zero on
9559 success.
9560 (read_relative_register_raw_bytes_for_frame): Delete.
9561 (read_relative_register_raw_bytes): Delete.
9562 * frame.h (frame_register_read): Declare.
9563 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9564 * sh-tdep.c: Ditto.
9565 * infcmd.c (do_registers_info): Ditto.
9566 * hppa-tdep.c: Ditto.
9567 * rs6000-tdep.c: Ditto.
9568 * h8500-tdep.c: Ditto.
9569 * mips-tdep.c: Ditto.
9570 * h8300-tdep.c: Ditto.
9571 * z8k-tdep.c: Ditto.
9572
9573 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9574
9575 From Jimi X <jimix@watson.ibm.com>:
9576 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9577 64-bit SysV ABI.
9578
9579 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9580
9581 From Jimi X <jimix@watson.ibm.com>:
9582 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9583 bfd info.
9584
9585 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9586
9587 From Jimi X <jimix@watson.ibm.com>:
9588 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9589 register sets for these processor variants.
9590
9591 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9592
9593 * regformats/reg-ppc.dat: Support FPSCR.
9594
9595 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9596
9597 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9598 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9599 Add fpscr as an invalid/unfetchable register.
9600 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9601 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9602 (fill_fpregset): Add support for register fpscr.
9603 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9604 (fill_gregset): Account for the fact that register ``mq'' might
9605 not exist.
9606 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9607 (registers_power): Add fpscr to register set at slot 71.
9608 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9609 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9610
9611 2002-04-11 Michael Snyder <msnyder@redhat.com>
9612
9613 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9614 * configure: Regenerate.
9615 * config.in: Regenerate.
9616 * acconfig.h: Add define for _SYSCALL32.
9617 * core-sol2.c: Remove #define _SYSCALL32.
9618 * solib-legacy.c: Remove #define _SYSCALL32.
9619
9620 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9621
9622 * stack.c (select_frame): Cleanup internal error message, do not
9623 use %p.
9624
9625 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9626
9627 * stack.c (select_frame): Check that selected_frame and the
9628 specified level are as expected.
9629 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9630 Update copyright.
9631 * frame.h (struct frame_info): Add field `level'. Update
9632 copyright.
9633 Work-in-progress PR gdb/464.
9634
9635 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9636
9637 * maint.c (maint_print_section_info): Rename print_section_info.
9638 (print_bfd_section_info, print_objfile_section_info): Update.
9639 * inferior.h (struct gdbarch): Add opaque declaration.
9640 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9641 * gdbarch.h: Regenerate.
9642
9643 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9644
9645 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9646 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9647 (kernel_u_size): Added.
9648 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9649 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9650
9651 2002-04-04 Jim Ingham <jingham@apple.com>
9652
9653 * valarith.c (find_size_for_pointer_math): New function, either returns
9654 the size for a pointer's target, returns 1 for void *, or errors for
9655 incomplete types.
9656 (value_add, value_sub): use find_size_for_pointer_math.
9657
9658 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9659
9660 * linux-low.c (linux_look_up_symbols): New hook.
9661 (linux_target_ops): Add linux_look_up_symbols.
9662 * remote-utils.c (decode_address): New function.
9663 (look_up_one_symbol): New function.
9664 * server.c (handle_query): Call target look_up_symbols hook.
9665 * server.h (look_up_one_symbol): Add prototype.
9666 * target.h (struct target_ops): Add look_up_symbols hook.
9667
9668 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9669
9670 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9671 override FP_REGNUM with frame->fp. Update copyright.
9672 * parse.c (num_std_regs, std_regs): Delete.
9673 (target_map_name_to_register): Do not search std_regs. Update
9674 function description.
9675 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9676 declarations. Update copyright.
9677 Fix PR gdb/251.
9678
9679 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9680
9681 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9682 after the last symbol in a block.
9683
9684 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9685
9686 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9687 is non zero as a found symbol.
9688
9689 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9690
9691 * findvar.c: Include "builtin-regs.h".
9692 (value_of_register): Call value_of_builtin_reg when applicable.
9693 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9694 (target_map_name_to_register): Call
9695 builtin_reg_map_name_to_regnum.
9696 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9697 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9698 (builtin_regs_h): Define.
9699 (builtin-regs.o): New target.
9700 (findvar.o): Add $(builtin_regs_h).
9701 * builtin-regs.c, builtin-regs.h: New files.
9702 * std-regs.c: New file.
9703 Partial fix for PR gdb/251.
9704
9705 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9706
9707 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9708 it's no longer required.
9709
9710 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9711
9712 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9713
9714 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9715
9716 From Jimi X <jimix@watson.ibm.com>:
9717 * rs6000-tdep.c (rs6000_software_single_step): Use
9718 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9719 and size. Use target_insert_breakpoint() and
9720 target_remove_breakpoint() to insert and remove breakpoints
9721 instead of explicit memory reads and writes.
9722
9723 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9724
9725 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9726 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9727 ELF_OBJECT_FORMAT ifdef.
9728
9729 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9730
9731 From Jimi X <jimix@watson.ibm.com>:
9732 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9733
9734 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9735
9736 From Jimi X <jimix@watson.ibm.com>:
9737 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9738 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9739
9740 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9741
9742 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9743 s/asprintf/xasprintf/.
9744 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9745
9746 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9747
9748 I believe Jeff Law denies responsability for this one:
9749 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9750 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9751 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9752 Work-around for PR gdb/366.
9753
9754 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9755
9756 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9757 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9758 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9759
9760 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9761
9762 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9763 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9764 information.
9765
9766 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9767
9768 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9769 maintainer.
9770
9771 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9772
9773 * README (Reporting Bugs in GDB): Document the bug web page as the
9774 prefered way of submitting bugs.
9775 Fix PR gdb/402.
9776
9777 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9778
9779 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9780 -1. Update comment.
9781 * gdbarch.h, gdbarch.c: Re-generate.
9782
9783 2002-04-07 Andreas Schwab <schwab@suse.de>
9784
9785 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9786 buffer to regcache_collect.
9787
9788 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9789
9790 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9791 * gdbarch.c, gdbarch.h: Re-generate.
9792
9793 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9794
9795 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9796 declaration. Fix -Werror.
9797
9798 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9799
9800 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9801 * gdbarch.c: Regenerate.
9802
9803 2002-04-05 Michael Snyder <msnyder@redhat.com>
9804
9805 * breakpoint.c (clear_command): Rewrite middle section to
9806 combine two loops with identical control conditions.
9807 Add a cleanup to eliminate a memory leak.
9808 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9809
9810 2002-04-05 H.J. Lu (hjl@gnu.org)
9811
9812 * solib-svr4.c (bkpt_names): Add "__start".
9813
9814 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9815
9816 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9817 as test for 64 bit target.
9818
9819 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9820
9821 * h8500-tdep.c (h8500_write_fp): Delete function.
9822 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9823 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9824 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9825 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9826 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9827 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9828 (s390_write_fp):
9829 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9830 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9831 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9832 (d10v_write_fp): Delete function.
9833 * inferior.h (write_fp, generic_target_write_fp): Delete
9834 declarations.
9835 * regcache.c (generic_target_write_fp): Delete function.
9836 (write_fp): Delete function.
9837 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9838 * gdbarch.h, gdbarch.c: Regenerate.
9839 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9840 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9841 (sparc64_write_fp): Delete declaration.
9842 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9843 (h8500_write_fp): Delete declaration.
9844
9845 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9846
9847 * sparc-tdep.c (sparc64_write_fp): Delete.
9848 (sparc_push_dummy_frame): Replace write_fp call with code to store
9849 the FP directly.
9850 (sparc_gdbarch_init): Do not initialize write_fp.
9851
9852 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9853
9854 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9855 clause.
9856
9857 2002-03-29 Jim Blandy <jimb@redhat.com>
9858
9859 * stack.c (get_selected_block): Add new argument `addr_in_block',
9860 used to return the exact code address we used to select the block,
9861 not just the block.
9862 * blockframe.c (get_frame_block, get_current_block): Same.
9863 * frame.h (get_frame_block, get_current_block,
9864 get_selected_block): Update declarations.
9865 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9866 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9867
9868 2002-04-05 Michael Snyder <msnyder@redhat.com>
9869
9870 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9871 warning message.
9872
9873 2002-04-05 J. Brobecker <brobecker@gnat.com>
9874
9875 * utils.c (xfullpath): New function.
9876 * defs.h (xfullpath): Add declaration.
9877 * source.c (openp): Use xfullpath in place of gdb_realpath to
9878 avoid resolving the basename part of filenames when the
9879 associated file is a symbolic link. This fixes a potential
9880 inconsistency between the filenames known to GDB and the
9881 filenames it prints in the annotations.
9882 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9883 to be able to match a filename with either the real filename, or
9884 the name of any symbolic link to this file.
9885 (lookup_partial_symtab): Ditto.
9886
9887 2002-04-04 Michael Snyder <msnyder@redhat.com>
9888
9889 * breakpoint.c: Add support for hardware breakpoints in overlays.
9890 (overlay_events_enabled): New state variable.
9891 (insert_breakpoints): Use overlay_events_enabled to decide
9892 whether to attempt to set a breakpoint at the overlay load addr.
9893 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9894 (remove_breakpoint): Use overlay_events_enabled to decide
9895 whether breakpoints need to be removed from overlay load addr.
9896 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9897 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9898 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9899 disable_overlay_breakpoints): Update overlay_events_enabled.
9900
9901 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9902
9903 * dwarf2read.c (struct function_range): New.
9904 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9905 (check_cu_functions): New.
9906 (read_file_scope): Initialize global function lists.
9907 Call dwarf_decode_line after processing children.
9908 (read_func_scope): Add to global function list.
9909 (dwarf_decode_lines): Call check_cu_functions everywhere
9910 record_line is called. Call record_line with a linenumber
9911 of 0 to mark sequence ends.
9912
9913 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9914
9915 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9916 change sync with glibc.
9917
9918 2002-04-03 Jim Blandy <jimb@redhat.com>
9919
9920 * configure.in: Call AC_C_INLINE.
9921 * configure: Regenerated.
9922
9923 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9924
9925 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9926 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9927
9928 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9929
9930 * NEWS: Mention gcore support on FreeBSD/i386.
9931
9932 * fbsd-proc.c: New file.
9933 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9934 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9935
9936 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9937 while statement.
9938
9939 2002-03-29 Jim Blandy <jimb@redhat.com>
9940
9941 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9942 unescaped newlines in string literals, but newer ones don't. So
9943 escape them.
9944
9945 2002-03-26 Michael Snyder <msnyder@redhat.com>
9946 Andrew Cagney <cagney@redhat.com>
9947
9948 * cli/cli-dump.c: New file. Dump memory to file,
9949 restore file to memory.
9950 * cli/cli-dump.h: New file.
9951 * Makefile.in: Add rules, dependencies for cli-dump.o.
9952 * NEWS: Mention new commands.
9953
9954 2002-03-28 Michael Snyder <msnyder@redhat.com>
9955
9956 * symfile.c (symbol_file_add): Move test for null symbols to later.
9957
9958 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9959
9960 From veksler at il.ibm.com:
9961 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9962 the xstrduped original path.
9963 Fix PR gdb/417.
9964
9965 2002-03-27 Michael Snyder <msnyder@redhat.com>
9966
9967 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9968 * infcmd.c (_initialize_infcmd): Ditto.
9969 * language.c (_initialize_language): Ditto.
9970 * symfile.c (_initialize_symfile): Ditto.
9971 * top.c (_init_main): Ditto.
9972 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9973
9974 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9975
9976 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9977 vector registers handling.
9978 (skip_prologue): Handle new AltiVec instructions. Fill in new
9979 fields of frame data.
9980 (frame_get_saved_regs): Fill in information for AltiVec registers.
9981
9982 2002-03-27 Jim Blandy <jimb@redhat.com>
9983
9984 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9985 a function; leave this macro here to invoke that function.
9986 (symbol_init_mangled_name): Declaration for that function.
9987 * symtab.c (symbol_init_mangled_name): New function.
9988
9989 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9990
9991 * valarith.c: Replace strerror with safe_strerror.
9992 * tracepoint.c: Ditto.
9993 * lin-lwp.c: Ditto.
9994 * go32-nat.c: Ditto.
9995 * inflow.c: Ditto.
9996 * gnu-nat.c: Ditto.
9997
9998 2002-03-27 Andreas Schwab <schwab@suse.de>
9999
10000 * event-top.c (command_line_handler): Remove useless if.
10001
10002 2002-03-27 Andreas Jaeger <aj@suse.de>
10003
10004 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10005 comment.
10006
10007 2002-03-27 Michal Ludvig <mludvig@suse.cz>
10008
10009 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10010 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10011 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10012 (x86_64_linux_dr_get_status, supply_gregset),
10013 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10014 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10015 (x86_64_register_info_table): Add.
10016 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10017 (x86_64_register_raw_size, x86_64_register_virtual_type),
10018 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10019 general x86_64_register_info_table.
10020 (i386_gdbarch_init): gdbarch_register_bytes is now set
10021 dynamicaly during initialization.
10022 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10023 * gdbserver/linux-x86-64-low.c: Ditto.
10024
10025 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10026
10027 * gdbserver/server.c (main): Call target_signal_to_host_p
10028 and target_signal_to_host on signals received from the remote.
10029 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10030 target_signal_from_host on signals sent to the remote.
10031 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10032 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10033
10034 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10035
10036 * signals/signals.c: Include "server.h" in gdbserver build.
10037 (target_signal_from_name): Don't use STREQ.
10038 (_initialize_signals): Likewise. Don't include function in
10039 gdbserver build.
10040
10041 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10042
10043 * signals.c: Moved to...
10044 * signals/signals.c: Here.
10045 * Makefile (signals.o): Update.
10046
10047 2002-03-26 Jeff Law (law@redhat.com)
10048
10049 * somread.c (som_symtab_read): Remove some commented out code and
10050 updated related comments. Do not set the minimal symbol table to
10051 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10052 in a dynamic executable.
10053 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10054 where we are unable to find the minimal symbol for the given
10055 PC value.
10056
10057 2002-03-25 Jeff Law (law@redhat.com)
10058
10059 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10060
10061 2002-03-25 Michal Ludvig <mludvig@suse.cz>
10062
10063 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10064
10065 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10066
10067 * command.h: Update copyright.
10068 (struct cmd_list_element): Replace definition with opaque
10069 declaration.
10070 (enum cmd_types): Document that it will eventually be moved to
10071 cli/cli-decode.h
10072 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10073 (MALLOCED_REPLACEMENT): Delete macro.
10074 * Makefile.in (cli_decode_h): Add $(command_h).
10075 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10076 * top.c: Include "cli/cli-decode.h".
10077 * completer.c: Include "cli/cli-decode.h".
10078 * maint.c: Include "cli/cli-decode.h".
10079 * cli/cli-decode.h: Include "command.h".
10080 (enum command_class): Delete.
10081 (enum cmd_types): Comment out.
10082 (enum cmd_auto_boolean): Delete.
10083 (enum var_types): Delete.
10084
10085 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10086
10087 * cli/cli-decode.c: Include "gdb_assert.h".
10088 (add_set_or_show_cmd): New static function.
10089 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10090 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10091 all fields, such as func, from the set command.
10092
10093 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10094
10095 * MAINTAINERS (sh-elf): Change warning flag to -w.
10096
10097 2002-03-23 Andrew Cagney <cagney@redhat.com>
10098
10099 * defs.h (error): Add printf format attribute.
10100 * thread-db.c (thread_from_lwp): Fix error format string.
10101 * stack.c (parse_frame_specification): Ditto.
10102 * cli/cli-decode.c (undef_cmd_error): Ditto.
10103 * scm-lang.c (scm_lookup_name): Ditto.
10104 * tracepoint.c (trace_error): Ditto.
10105 * remote-utils.c (usage): Ditto.
10106 * remote.c (compare_sections_command): Ditto.
10107 Fix PR gdb/328.
10108
10109 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10110
10111 * gdbtypes.c (append_composite_type_field): New function.
10112 (init_composite_type): New function.
10113 * gdbtypes.h (append_composite_type_field): Declare.
10114 (init_composite_type): Ditto.
10115
10116 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10117
10118 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10119 function.
10120 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10121 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10122 structure returning convention for SYSV ABI case, but not
10123 for GNU/Linux, FreeBSD, or NetBSD.
10124
10125 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10126
10127 * symtab.h (lookup_block_symbol): Add mangled_name argument
10128 to prototype.
10129
10130 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10131 with new mangled_name argument.
10132 * linespec.c (decode_line_1): Likewise.
10133 * valops (value_of_this): Likewise.
10134 * symtab.c (lookup_transparent_type): Likewise.
10135 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10136 (lookup_symbol): If we are given a mangled name, pass it down
10137 to lookup_symbol_aux.
10138 (lookup_block_symbol): If we are given a mangled name to check
10139 against, only return symbols which match it.
10140
10141 2002-03-22 Christopher Faylor <cgf@redhat.com>
10142
10143 * win32-nat.c (child_create_inferior): Check for proper shell to use
10144 here, in case the user changes it on the fly.
10145 (_initialize_inftarg): Remove shell path considerations.
10146
10147 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10148
10149 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10150 for gdbarch_max_register_raw_size and max_register_virtual_size.
10151 Adjust copyright year.
10152
10153 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10154
10155 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10156 in a function to cover the entire beginning of the function
10157 as well if it does not already.
10158
10159 2002-03-21 Tom Rix <trix@redhat.com>
10160
10161 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10162 (rs6000_ptrace64): Renamed from ptrace64.
10163
10164 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10165
10166 * gdbserver/remote-utils.c (remote_open): Don't call
10167 getprotobyname, we're all using TCP here so just use
10168 IPPROTO_TCP.
10169 * gdbserver/gdbreplay.c (remote_open): Ditto.
10170
10171 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10172
10173 * regcache.c (_initialize_regcache): No need to call
10174 build_regcache() at this time; it gets called whenever
10175 the gdbarch changes.
10176
10177 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10178
10179 * sparc-nat.c: Include sys/param.h where possible.
10180
10181 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10182
10183 Fix PR gdb/422.
10184 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10185 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10186 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10187 complex types.
10188 * stabsread.c (rs6000_builtin_type): Likewise.
10189 (read_sun_floating_type): Likewise.
10190
10191 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10192
10193 * stabsread.c (read_member_functions): Remove skip code for duplicate
10194 constructor/destructor methods. Use standard parsing for these
10195 methods and just do not chain them to the list of methods after
10196 parsing.
10197
10198 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10199
10200 * coffread.c: Remove redundant static declarations. Replace
10201 occurrences of `PTR' with `void *'.
10202 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10203 * top.h (quit_cover): Likewise.
10204 * defs.h (catch_errors): Likewise.
10205
10206 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10207
10208 * defs.h (XMALLOC): Define.
10209 * gdb-events.sh (XMALLOC): Delete macro.
10210 * gdb-events.c, gdb-events.h: Regenerate.
10211 * gdbarch.sh (XMALLOC): Delete macro.
10212 * gdbarch.c: Regenerate.
10213 * serial.c (XMALLOC): Delete macro.
10214 * ui-file.c (XMALLOC): Ditto.
10215 * ser-unix.h (XMALLOC): Ditto.
10216 * sh-tdep.c (XMALLOC): Ditto.
10217 * ui-out.c (XMALLOC): Ditto.
10218 * utils.c (XMALLOC): Ditto.
10219 * i386-tdep.c (XMALLOC): Ditto.
10220 * gdb-events.c (XMALLOC): Ditto.
10221 * d10v-tdep.c (XMALLOC): Ditto.
10222 * cli-out.c (XMALLOC): Ditto.
10223
10224 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10225 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10226 * ui-file.c, ui-out.c: Ditto.
10227
10228 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10229
10230 * command.h (struct cmd_list_element): Add field context.
10231 (set_cmd_context, get_cmd_context): Declare.
10232 * cli/cli-decode.h: Ditto.
10233 * cli/cli-decode.c (get_cmd_context): New function.
10234 (set_cmd_context): New function.
10235 (add_cmd): Initialize context.
10236 Part of fixing PR gdb/145 and PR gdb/146.
10237
10238 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10239
10240 * cli/cli-decode.c (cmd_type): New function.
10241 * command.h (cmd_type): Declare.
10242 * infrun.c (set_schedlock_func): Call function cmd_type.
10243 * kod.c (kod_set_os): Call cmd_type.
10244 * cris-tdep.c (cris_version_update): Use function cmd_type.
10245 (cris_mode_update, cris_abi_update): Ditto.
10246
10247 * command.h: (execute_cmd_post_hook): Declare.
10248 (execute_cmd_pre_hook): Declare.
10249 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10250 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10251 functions. Execute pre/post hook while ensuring that afterwords
10252 hook_in is cleared.
10253 * top.c (execute_command): Use execute_cmd_post_hook, and
10254 execute_cmd_pre_hook to execute pre/post commands.
10255 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10256 hook_stop_stub.
10257 (hook_stop_stub): Call execute_cmd_pre_hook.
10258
10259 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10260
10261 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10262 set'' and this leads to a core dump. Move xstrdup of
10263 operating_system to after check that it is not NULL.
10264
10265 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10266
10267 * kod.c (kod_set_os): Remove unnecessary check that
10268 ``command->type'' is set_cmd.
10269
10270 * valprint.c (set_input_radix): Use input_radix.
10271 (set_output_radix): Use output_radix.
10272 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10273 isn't reverted.
10274
10275 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10276
10277 * value.h (struct value): Delete field ``substring_addr''. Change
10278 aligner fields to force_doublest_align, force_longest_align,
10279 force_core_addr_align and force_pointer_aligh.
10280
10281 * value.h (struct value): Fix typo in above change.
10282
10283 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10284
10285 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10286 to fix internal_error from ``maintenance print architecture''.
10287
10288 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10289
10290 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10291 for gcc versions after gcc-2.8.1.
10292
10293 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10294
10295 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10296 for method resolution. Restore adjustment of ``this'' pointer after
10297 calling value_struct_elt, which was accidentally removed during the
10298 HP merge.
10299
10300 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10301
10302 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10303 value_of_register.
10304 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10305 get_saved_register.
10306 * value.h (value_of_register): Update.
10307
10308 2002-03-14 Richard Henderson <rth@redhat.com>
10309
10310 * configure.in: Detect declaration for canonicalize_file_name.
10311 * utils.c (canonicalize_file_name): Declare, if needed.
10312 (gdb_realpath): Prefer realpath if available and usable.
10313 * config.in, configure: Rebuild.
10314
10315 2002-03-14 Richard Henderson <rth@redhat.com>
10316
10317 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10318 a constant array bound.
10319
10320 * MAINTAINERS: Add myself to write-after-approval.
10321
10322 2002-03-14 Michael Snyder <msnyder@redhat.com>
10323
10324 * symfile.c (syms_from_objfile): Return immediately if no syms.
10325 (symbol_file_add): Return immediately if no syms.
10326 (find_sym_fns): Return immediately if no syms.
10327
10328 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10329
10330 * gdbserver/remote-util.c (remote_open): Print remote-side's
10331 IP address when remote debugging over the network.
10332
10333 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10334
10335 * config/sparc/fbsd.mh: Fix copyright.
10336 * config/sparc/fbsd.mt: Likewise.
10337
10338 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10339
10340 * MAINTAINERS: Fix typo in name of gdb warnings option.
10341 (x86-64): Fix formating so that this can be parsed by awk.
10342
10343 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10344
10345 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10346 * defs.h: Include "gdb/signals.h".
10347 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10348
10349 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10350
10351 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10352 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10353 from x86-64-tdep.h
10354
10355 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10356 Don Howard <dhoward@redhat.com>
10357
10358 * mips-tdep.c (ST0_FR): Define.
10359 (mips2_fp_compat): New function, temporarily disabled.
10360 (mips_read_fp_register_single): New function.
10361 (mips_read_fp_register_double): New function.
10362 (mips_print_register): Use them.
10363 (do_fp_register_row): Likewise.
10364
10365 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10366
10367 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10368 approval''.
10369
10370 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10371
10372 * stabsread.c (read_member_functions): Fix is_stub test for
10373 static member functions, improve comment.
10374
10375 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10376
10377 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10378 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10379 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10380 commands that set boolean values.
10381 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10382 (arm_rdi_resume): Always initialize PC.
10383 (arm_rdi_open): Don't use rslt as a boolean.
10384 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10385 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10386 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10387 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10388
10389 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10390
10391 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10392 * configure: Rebuilt.
10393
10394 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10395
10396 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10397 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10398
10399 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10400
10401 * cli/cli-decode.c (set_cmd_completer): New function.
10402 * command.h (set_cmd_completer): Declare.
10403 * cli/cli-decode.h (set_cmd_completer): Ditto.
10404
10405 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10406 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10407 * win32-nat.c (_initialize_inftarg): Ditto.
10408 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10409 * proc-api.c (_initialize_proc_api): Ditto.
10410 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10411 * source.c (_initialize_source): Ditto.
10412 * exec.c (_initialize_exec): Ditto.
10413 * solib.c (_initialize_solib): Ditto.
10414 * top.c (init_main): Ditto.
10415 * tracepoint.c (_initialize_tracepoint): Ditto.
10416 * symfile.c (_initialize_symfile): Ditto.
10417 * printcmd.c (_initialize_printcmd): Ditto.
10418 * infcmd.c (_initialize_infcmd): Ditto.
10419 * corefile.c (_initialize_core): Ditto.
10420
10421 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10422
10423 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10424
10425 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10426
10427 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10428
10429 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10430
10431 * NEWS: Update headings, 5.2 has branched.
10432
10433 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10434
10435 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10436 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10437 (register_addr, REGISTER_RAW_SIZE): Likewise.
10438 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10439 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10440
10441 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10442
10443 * MAINTAINERS (x86-64): Add myself.
10444 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10445 changed value_ptr -> struct value *
10446
10447 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10448
10449 * configure.host (sparc64-*-freebsd): Add.
10450 * configure.tgt: Likewise.
10451 * config/sparc/fbsd.mh: New file.
10452 * config/sparc/fbsd.mt: Likewise.
10453 * config/sparc/nm-fbsd.h: Likewise.
10454 * config/sparc/tm-fbsd.h: Likewise.
10455
10456 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10457
10458 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10459 regformats/reg-s390x.dat.
10460
10461 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10462
10463 * utils.c: Add FIXME explaining true/false problem.
10464
10465 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10466
10467 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10468
10469 2002-02-28 Michael Chastain <mec@shout.net>
10470
10471 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10472
10473 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10474
10475 * gdbserver/linux-s390-low.c: New file.
10476 * regformats/reg-s390.dat: New file.
10477 * regformats/reg-s390x.dat: New file.
10478 * gdbserver/configure.srv: Add S/390.
10479 * gdbserver/Makefile.in: Add S/390.
10480 * configure.tgt: Enable gdbserver for S/390.
10481
10482 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10483
10484 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10485 first line of the doc string for "info dos", except at the end of
10486 the sentence, since the short help stops at the first period.
10487
10488 2002-02-28 Jason Merrill <jason@redhat.com>
10489
10490 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10491
10492 2002-02-27 Fred Fish <fnf@redhat.com>
10493
10494 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10495 comment (dumy -> dummy).
10496
10497 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10498
10499 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10500
10501 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10502
10503 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10504
10505 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10506
10507 * gdbserver/acconfig.h: New file.
10508 * gdbserver/i387-fp.c: New file.
10509 * gdbserver/i387-fp.h: New file.
10510 * gdbserver/linux-x86-64.c: New file.
10511 * regformats/reg-x86-64.dat: New file.
10512 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10513 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10514 * gdbserver/configure.in: Add support for regsets.
10515 * gdbserver/config.in: Regenerate.
10516 * gdbserver/configure: Regenerate.
10517 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10518 * gdbserver/linux-low.h: New file.
10519 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10520 for regsets.
10521 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10522 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10523 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10524 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10525 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10526 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10527 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10528 "i387-fp.h". Add PTRACE_GETREGS and friends.
10529 * gdbserver/regcache.c (supply_register): New function.
10530 (supply_register_by_name): New function.
10531 (collect_register): New function.
10532 (collect_register_by_name): New function.
10533
10534 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10535
10536 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10537 (config.status): Add configure.srv dependency.
10538 (server_h): Add config.h dependency.
10539
10540 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10541
10542 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10543 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10544 * gdbserver/configure.srv: Change i386-*-linux* to use
10545 reg-i386-linux.o.
10546
10547 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10548
10549 * x86-64-tdep.c: Re-indent. Update copyright date.
10550
10551 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10552
10553 From Michal Ludvig <mludvig@suse.cz>:
10554 * x86-64-tdep.c (value.h): Delete.
10555 (gdb_assert.h): Include.
10556 (x86_64_register_convert_to_virtual,
10557 x86_64_register_convert_to_raw ): Add check which lets only
10558 floating-point values to be converted.
10559 (value_push): Delete.
10560 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10561 (i386_gdbarch_init): Number of register_bytes fixed.
10562
10563 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10564
10565 * MAINTAINERS: Add x86-64 target.
10566
10567 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10568
10569 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10570 * osfsolib.c (solib_map_sections): Ditto.
10571 * irix5-nat.c (solib_map_sections): Ditto.
10572 * corelow.c (gdb_check_format): Ditto.
10573 * symfile.c (symfile_bfd_open): Ditto.
10574 * solib.c (solib_map_sections): Ditto.
10575 Fix PR gdb/354.
10576
10577 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10578
10579 * remote.c (_initialize_remote): By default, disable ``e'' and
10580 ``E'' step out-of-range packets.
10581
10582 2002-02-26 Andreas Schwab <schwab@suse.de>
10583
10584 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10585 m68k_linux_frame_saved_pc.
10586 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10587 in_sigtramp.
10588 (SIGCONTEXT_PC_OFFSET): Remove.
10589 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10590 m68k_linux_sigtramp_saved_pc): New functions.
10591 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10592 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10593 (UCONTEXT_PC_OFFSET): Define.
10594 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10595 non-RT and RT signal trampolines.
10596
10597 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10598
10599 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10600 (TARGET_NBPG, STACK_END_ADDR): Delete
10601 (VARIABLES_INSIDE_BLOCK): Delete.
10602
10603 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10604
10605 * utils.c (perror_with_name): Make string parameter constant.
10606 (print_sys_errmsg): Ditto.
10607 (query): Ditto.
10608 * defs.h (perror_with_name): Update.
10609 (print_sys_errmsg): Update.
10610 (query): Update.
10611
10612 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10613
10614 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10615 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10616
10617 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10618
10619 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10620 if it already matches the current architecture from the exec file.
10621 Include arch-utils.h for gdbarch_info_init prototype.
10622 * Makefile.in (rs6000-nat.o): Update dependencies.
10623
10624 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10625
10626 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10627 list of exported variables.
10628
10629 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10630
10631 * gdbserver/configure.srv: New file.
10632 * gdbserver/configure.in: Use configure.srv instead
10633 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10634 from it.
10635 * gdbserver/configure: Regenerated.
10636 * gdbserver/terminal.h: New file.
10637 * gdbserver/Makefile.in: Update for configure changes. Remove
10638 more unneeded include paths.
10639
10640 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10641
10642 From wiz at danbala:
10643 * config/sparc/tm-sp64.h: Fix grammar and typos.
10644 Fix PR gdb/287.
10645
10646 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10647
10648 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10649 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10650 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10651 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10652 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10653 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10654 * s390-tdep.c: Ditto.
10655 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10656 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10657 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10658 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10659 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10660 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10661 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10662 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10663 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10664 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10665 Fix PR gdb/378.
10666
10667 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10668
10669 * lin-thread.c: Delete file.
10670 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10671 to gdb_proc_service.h.
10672 * configure: Re-generate.
10673
10674 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10675 * serial.c (serial_open): Delete check for "ocd".
10676 Fix PR gdb/349.
10677
10678 * Makefile.in (linux-thread.o): Delete target.
10679 * linux-thread.c: Delete file.
10680
10681 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10682 renamed SH files to be consistent.
10683
10684 * symtab.c (sort_search_symbols): Use xfree.
10685
10686 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10687
10688 * arm-linux-tdep.c (arm_linux_init_abi): Register
10689 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10690 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10691 definition with undef, since we don't want the sysvr4 definition.
10692 (SKIP_TRAMPOLINE_CODE): Likewise.
10693
10694 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10695
10696 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10697
10698 * configure.in: (AC_CHECK_FUNCS) Added test for
10699 canonicalize_file_name Regenerated.
10700 * config.in, configure: Regenerated.
10701 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10702 defined use canonicalize_file_name.
10703
10704 2002-02-23 Michael Chastain <mec@shout.net>
10705
10706 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10707
10708 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10709
10710 * README: Remove references to cygnus.com.
10711 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10712 dot com'' form. Remove references to cygnus.com and sourceware.
10713
10714 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10715
10716 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10717 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10718 1003.1-2001 no longer allows "head -1".
10719 * gdb/Makefile.in (version.c): Likewise.
10720 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10721 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10722 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10723
10724 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10725
10726 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10727 * command.h (cmd_cfunc_eq): Declare.
10728 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10729
10730 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10731 ``struct cmd_list_element *''.
10732 * cli/cli-cmds.c (is_complete_command): Update. Use
10733 cmd_cfunc_eq.
10734 * top.c (execute_command): Pass the command to
10735 is_complete_command.
10736 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10737
10738 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10739
10740 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10741 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10742 architecture defines.
10743 * s390-tdep.c (s390_gdbarch_init): Likewise.
10744
10745 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10746
10747 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10748 (arm_linux_push_arguments): Likewise.
10749 (arm_linux_init_abi): Register them. Also register linux-specific
10750 call_dummy_words.
10751 (find_minsym_and_objfile): Use strcmp, not STREQ.
10752 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10753 (arm_linux_call_dummy_words): Delete declaration.
10754 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10755 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10756 declarations.
10757 (LOWEST_PC): Delete.
10758
10759 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10760
10761 * maint.c (print_section_info): Do not prepend `0x' to filepos
10762 output, it will be handled by local_hex_string_custom.
10763
10764 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10765
10766 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10767 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10768 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10769
10770 2002-02-22 Jim Blandy <jimb@redhat.com>
10771
10772 Indicate that the bcache functions don't change the strings
10773 they're passed.
10774 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10775 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10776
10777 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10778
10779 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10780
10781 2002-02-21 Christopher Faylor <cgf@redhat.com>
10782
10783 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10784 find the complete path to a loaded DLL.
10785
10786 2002-02-21 Fred Fish <fnf@redhat.com>
10787
10788 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10789 that marks the end of the range of a function, enter a line number
10790 entry that has a line number of zero and a PC offset that matches
10791 the end of the function. This starts a range of PC's for which no
10792 line number information is known.
10793 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10794 PC's for which no line number info is found (line number is zero)
10795 then we didn't find any valid line information.
10796 * symtab.h: Document use of zero line number entry.
10797
10798 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10799
10800 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10801 (have_ptrace_getvrregs): Define for run time checks.
10802 (gdb_vrregset_t): New type for Altivec register handling.
10803 (fetch_register, store_register): Fetch/store altivec register
10804 when needed.
10805 (fetch_altivec_register, store_altivec_register): New functions.
10806 (supply_vrregset, fill_vrregset): New functions.
10807 (fetch_altivec_registers, store_altivec_registers): New functions.
10808 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10809 registers as well.
10810
10811 2002-02-21 Jiri Smid <smid@suse.cz>
10812
10813 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10814
10815 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10816
10817 * Makefile.in (armnbsd-nat.o): Update dependencies.
10818 * armnbsd-nat.c (supply_gregset): New function. Common code to
10819 supply the integer register set.
10820 (supply_fparegset): New function. Similar for FPA registers.
10821 (fetch_regs, fetch_fp_regs): Use them.
10822 (fetch_core_registers): Likewise.
10823 (fetch_elfcore_registers): New function.
10824 (arm_netbsd_elfcore_fns): New core-file type specification.
10825 (_initialize_arm_netbsd_nat): Register it.
10826
10827 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10828
10829 * armnbsd-nat.c: Include gdbcore.h.
10830 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10831 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10832 'void' to declaration, to shut up ARI.
10833 (fetch_core_registers): Make static. Rewrite using supply_register.
10834 (arm_netbsd_core_fns): New core-file type specification.
10835 (_initialize_arm_netbsd_nat): New function.
10836
10837 2002-02-21 Christopher Faylor <cgf@redhat.com>
10838
10839 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10840 value.
10841
10842 2002-02-20 Christopher Faylor <cgf@redhat.com>
10843
10844 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10845 fails.
10846
10847 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10848
10849 * jv-exp.y (parse_number): Change type of implicit longs
10850 to builtin_type_uint64.
10851
10852 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10853
10854 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10855 to be an integer instead of a `union wait'.
10856
10857 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10858
10859 * mips-linux-nat.c: Call the operating system GNU/Linux.
10860 * mips-linux-tdep.c: Likewise.
10861 * mips-tdep.c: Likewise.
10862
10863 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10864
10865 Fix PR gdb/265.
10866 * jv-exp.y (parse_number): Handle 64-bit integers.
10867
10868 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10869
10870 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10871 AC_STDC_HEADERS to AC_HEADER_STDC.
10872 * gdbserver/configure: Regenerated.
10873
10874 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10875
10876 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10877 is defined.
10878 * sparc-tdep.c (get_longjmp_target): Likewise.
10879
10880 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10881
10882 * News: Add news about ARM and Multi-arch. Mention the new target
10883 arm*-*-netbsd*.
10884
10885 2002-02-19 Jim Blandy <jimb@redhat.com>
10886
10887 * stabsread.c (error_type_complaint): Improve error message.
10888
10889 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10890
10891 * gdbserver/README: Update documentation.
10892 * gdbserver/configure.in: Update configury to match documentation.
10893 * gdbserver/Makefile.in: Likewise.
10894 * gdbserver/configure: Regenerated.
10895 * gdbserver/aclocal.m4: New file, generated by aclocal.
10896 * gdbserver/config.in: New file, generated by autoheader.
10897
10898 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10899
10900 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10901 armnbsd-nat.c.
10902
10903 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10904
10905 * arm-tdep.h (enum arm_float_model): New enum.
10906 (struct gdbarch_tdep): Add fp_model.
10907 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10908 up floating-point conversions until we know the floating-point model
10909 in use by the inferior. Don't complain about being unable to
10910 determine the ABI of the inferior when we don't have one.
10911 (arm_extract_return_value): Support different floating-point models.
10912 (arm_store_return_value): Likewise.
10913 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10914 ARM_FLOAT_SOFT.
10915 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10916
10917 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10918
10919 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10920 of ``current_gdbarch''.
10921
10922 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10923
10924 * armnbsd-nat.c : ANSIfy all function declarations.
10925 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10926 (fetch_inferior_registers): Re-implement in terms of above.
10927 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10928 (store_inferior_registers): Re-implement in terms of above.
10929
10930 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10931
10932 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10933 kernel.
10934 * arm-linux-tdep.c: Likewise.
10935 * config/arm/tm-linux.h: Likewise.
10936
10937 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10938
10939 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10940 * config/arm/nbsd.mt (TM_FILE): Delete.
10941 * config/arm/tm-nbsd.h: Delete.
10942
10943 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10944
10945 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10946 Initialize CALL_DUMMY_LENGTH.
10947
10948 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10949
10950 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10951 function.
10952 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10953 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10954 defines one thing and that is incorrect for this port.
10955 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10956
10957 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10958
10959 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10960
10961 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10962
10963 * win32-nat.c (display_selector): New function. Displays information
10964 about the information returned by GetThreadSelectorEntry API function.
10965 (display_selectors): New function. Displays the infomation of
10966 the selector given as argument, or of CS, DS ans FS selectors
10967 if no argument is given.
10968 ( _initialize_inftarg): Add "w32" as info prefix command.
10969 Add "info w32 selector" as command calling display_selectors.
10970
10971 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10972
10973 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10974 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10975 if not defined.
10976
10977 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10978
10979 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10980
10981 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10982
10983 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10984 (arm_fix_call_dummy): Call it.
10985 (arm_call_dummy_breakpoint_offset): Delete.
10986 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10987 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10988
10989 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10990
10991 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10992 Default to func_frame_chain_valid.
10993 * gdbarch.h, gdbarch.c: Re-generate.
10994 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10995
10996 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10997
10998 * ppc-linux-nat.c: Update copyright.
10999 (fetch_register, store_register): Add tid parameter, don't compute
11000 tid here.
11001 (fetch_ppc_registers, store_ppc_registers): Add tid
11002 parameter. Pass it along to callees.
11003 (fetch_inferior_registers, store_inferior_registers): Compute tid
11004 here, and pass it to calleed functions.
11005 (fill_gregset, supply_fpregset): Clean up formatting.
11006
11007 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11008
11009 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11010 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11011
11012 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11013
11014 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11015 * gdbarch.c gdbarch.h: Regenerate.
11016 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11017 function.
11018 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11019 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11020 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11021
11022 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11023 * arm-tdep.c (arm_get_longjmp_target): New function.
11024 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11025 this to a positive value register arm_get_longjmp_target as the
11026 longjmp handler.
11027 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11028 (arm_linux_init_abi): Set up longjmp description in tdep.
11029 * armnbsd-nat.c (get_longjmp_target): Delete.
11030 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11031 description in tdep.
11032 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11033 (get_longjmp_target): Delete declaration.
11034 (GET_LONGJMP_TARGET): Delete.
11035 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11036 (GET_LONGJMP_TARGET): Delete.
11037
11038 2002-02-17 Kevin Buettner <kevinb@redhat.com>
11039
11040 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11041 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11042 of ``current_gdbarch''.
11043
11044 2002-02-17 Tom Tromey <tromey@redhat.com>
11045
11046 * cli/cli-cmds.c (compare_strings): New function.
11047 (complete_command): Only print each unique item once.
11048 * completer.h (complete_line): Declare.
11049 * completer.c (complete_line): New function.
11050 (line_completion_function): Use it.
11051
11052 2002-02-16 Andrew Cagney <ac131313@redhat.com>
11053
11054 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11055 * gdbarch.h, gdbarch.c: Re-generate.
11056
11057 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11058
11059 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11060
11061 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11062
11063 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11064 * valops.c (value_arg_coerce): Don't take the address of a reference
11065 to convert an argument to a reference.
11066
11067 2002-02-15 Christopher Faylor <cgf@redhat.com>
11068
11069 * win32-nat.c (get_image_name): New function.
11070 (handle_load_dll): Use get_image_name function.
11071 (get_child_debug_event): Avoid registering debug events until possibly
11072 execed process is started.
11073 (child_create_inferior): Allow invocation via shell so that command
11074 line redirection, etc. works ok.
11075 (_initialize_inftarg): Add new command: "set shell" to control whether
11076 a shell is used to start a process.
11077
11078 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11079
11080 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11081 instead of find_register_by_number.
11082 (cannot_store_register): Likewise.
11083
11084 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11085
11086 * dwarf2read.c: Replace fprintf (stderr, ...) by
11087 fprintf_unfiltered (gdb_stderr, ...).
11088
11089 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11090
11091 * gdbserver/gdbserver.1: Document --attach.
11092
11093 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11094
11095 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11096 descriptions.
11097 * arm-tdep.c (arm_default_arm_le_breakpoint)
11098 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11099 (arm_default_thumb_be_breakpoint): New. Initialize them from
11100 traditional breakpoint defines.
11101 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11102 (arm_gdbarch_init): Initialize new breakpoint variables.
11103 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11104 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11105 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11106 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11107 code out to ...
11108 (arm_netbsd_init_abi_common): ... here; new function.
11109 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11110 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11111 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11112 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11113
11114 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11115
11116 * arm-tdep.h (enum arm_abi): New enum.
11117 (struct gdbarch_tdep): New structure.
11118 (LOWEST_PC): Provide a default.
11119 (arm_gdbarch_register_os_abi): Declare new function.
11120 * arm-tdep.c (arm_abi_names): New array.
11121 (process_note_abi_tag_sections): New function.
11122 (get_elfosabi): New function.
11123 (arm_gdbarch_register_os_abi): New function.
11124 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11125 support for that ABI has been built in, then call the appropriate
11126 configuration routine. Use gdbarch_num_regs() to get the number
11127 of registers.
11128 (arm_dump_tdep): New function.
11129 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11130 place-holder functions.
11131 (_initialize_arm_tdep): Register them.
11132 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11133
11134 * armnbsd-tdep.c: New file.
11135 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11136 * config/arm/nbsd.mt (TDEPFILES): Add it.
11137 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11138
11139 * armnbsd-nat.c: Include regcache.h.
11140 * Makefile.in (armnbsd-nat.o): Update dependency list.
11141
11142 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11143
11144 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11145
11146 * gdbserver/Makefile.in: Fix typos in target rules.
11147
11148 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11149
11150 Fix part of PR gdb/267.
11151 * linespec.c (find_methods): Handle constructors specially for now.
11152
11153 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11154
11155 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11156 handling.
11157 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11158 standard_coerce_float_to_double().
11159
11160 2002-02-14 Christopher Faylor <cgf@redhat.com>
11161
11162 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11163 GDBINIT_FILENAME.
11164
11165 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11166
11167 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11168 find_variant_by_name, because it confuses the multiarch
11169 framework. Return NULL if there isn't an architecture with the
11170 user supplied name, instead of forcing a different one without
11171 recording the change with the multiarch machinery.
11172 (find_variant_by_name): Delete.
11173
11174 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11175
11176 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11177 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11178
11179 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11180
11181 * stack.c (print_frame_info_base): When calling
11182 print_frame_info_listing_hook, set current_source_symtab.
11183
11184 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11185
11186 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11187 and remove unused $(INCLUDE_DIR).
11188 Add regcache.c to OBS.
11189 Add generated register protocol files to clean target.
11190 Update dependencies for new objects, obsolete old target code.
11191
11192 * gdbserver/linux-low.c: Remove all platform-specific code to
11193 new files. Remove various dead code. Update to use regcache
11194 functionality.
11195 * gdbserver/remote-utils.c (fromhex): Add return statement
11196 to quiet warning.
11197 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11198 constant.
11199 (input_interrupt): Add integer parameter to match prototype
11200 of a signal handler.
11201 (outreg): Use register_data ().
11202 (prepare_resume_reply): Use gdbserver_expedite_regs.
11203 * gdbserver/server.c (main): Dynamically allocate own_buf because
11204 PBUFSIZ is no longer constant. Use registers_to_string () and
11205 registers_from_string ().
11206 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11207 for error (), fatal (), and warning (). Update definition of
11208 PBUFSIZ to use regcache functionality. Add include guard.
11209 * gdbserver/utils.c (fatal): Add missing ``const''.
11210 (warning): New function.
11211
11212 * regformats/regdat.sh: Include "regcache.h" in generated files.
11213 Provide init_registers () function.
11214 * regformats/regdef.h: Add prototype for set_register_cache ().
11215 Add include guard.
11216
11217 * gdbserver/linux-arm-low.c: New file.
11218 * gdbserver/linux-i386-low.c: New file.
11219 * gdbserver/linux-ia64-low.c: New file.
11220 * gdbserver/linux-m68k-low.c: New file.
11221 * gdbserver/linux-mips-low.c: New file.
11222 * gdbserver/linux-ppc-low.c: New file.
11223 * gdbserver/linux-sh-low.c: New file.
11224
11225 * gdbserver/regcache.c: New file.
11226 * gdbserver/regcache.h: New file.
11227
11228 * gdbserver/low-linux.c: Removed obsolete file.
11229
11230 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11231
11232 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11233 * config/i386/linux.mt: Likewise.
11234 * config/ia64/linux.mt: Likewise.
11235 * config/m68k/linux.mh: Likewise.
11236 * config/powerpc/linux.mh: Likewise.
11237 * config/mips/linux.mt: Likewise.
11238
11239 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11240
11241 * config/i386/i386lynx.mh: Mark gdbserver variables
11242 as (currently) obsolete for this target.
11243 * config/i386/nbsd.mt: Likewise.
11244 * config/i386/nbsdelf.mt: Likewise.
11245 * config/m32r/m32r.mt: Likewise.
11246 * config/m68k/m68klynx.mh: Likewise.
11247 * config/m68k/nbsd.mt: Likewise.
11248 * config/m68k/sun3os4.mh: Likewise.
11249 * config/mips/vr5000.mt: Likewise.
11250 * config/ns32k/nbsd.mt: Likewise.
11251 * config/pa/hppabsd.mh: Likewise.
11252 * config/pa/hppaosf.mh: Likewise.
11253 * config/powerpc/nbsd.mt: Likewise.
11254 * config/rs6000/rs6000lynx.mh: Likewise.
11255 * config/s390/s390.mt: Likewise.
11256 * config/s390/s390x.mt: Likewise.
11257 * config/sparc/sparclynx.mh: Likewise.
11258 * config/sparc/sun4os4.mh: Likewise.
11259 * config/i386/x86-64linux.mt: Likewise.
11260 * config/sparc/linux.mh: Likewise.
11261
11262 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11263
11264 * configure.tgt: Configure gdbserver only for known working
11265 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11266 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11267 SUBDIRS if it is configured. Update comment for ${nativefile}.
11268 * configure: Regenerated.
11269
11270 2002-02-13 Michael Snyder <msnyder@redhat.com>
11271
11272 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11273
11274 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11275 (default_gcore_mach): Just return 0, work around a problem in bfd.
11276 (default_gcore_target): OK to return NULL if exec_bfd is null.
11277 (make_mem_sec): Use a cast, avoid a warning.
11278
11279 * procfs.c (find_memory_regions_callback): Use a cast instead of
11280 calling host_pointer_to_address (which complains if
11281 sizeof (host pointer) != sizeof (target pointer)).
11282 (procfs_make_note_section): Avoid overflow in psargs string.
11283
11284 * procfs.c (procfs_make_note_section): Make the default
11285 implementation return an error.
11286
11287 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11288
11289 * procfs.c (procfs_make_note_section): Provide a default definition
11290 (for alpha-dec-osf4.0f). Fix typos.
11291
11292 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11293
11294 * linux-proc.c: Add include of regcache.h.
11295 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11296
11297 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11298
11299 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11300 * memattr.c (create_mem_region): Disallow useless empty region.
11301 Regions are half-open intervals, so allow [A..B) [B..C) as
11302 non-overlapping.
11303
11304 2002-02-13 Michael Chastain <mec@shout.net>
11305
11306 * defs.h: Kill CONST_PTR.
11307 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11308 * c-lang.c (c_builtin_types): Likewise.
11309 * ch-lang.c (ch_builtin_types): Likewise.
11310 * f-lang.c (f_builtin_types): Likewise.
11311 * language.c (unknown_builtin_types): Likewise.
11312 * m2-lang.c (m2_builtin_types): Likewise.
11313 * p-lang.c (pascal_builtin_types): Likewise.
11314 * scm-lang.c (c_builtin_types): Likewise.
11315
11316 2002-02-13 Keith Seitz <keiths@redhat.com>
11317
11318 * arm-tdep.h (arm_get_next_pc): Add declaration.
11319
11320 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11321
11322 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11323 with other related struct-returning functions.
11324 (arm_extract_struct_value_address): New function.
11325 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11326 initialize float_format, double_format and long_double_format as
11327 appropriate to the endianness of the target.
11328 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11329 (arm_use_struct_convention): Delete declaration.
11330 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11331
11332 2002-02-13 Keith Seitz <keiths@redhat.com>
11333
11334 * defs.h (core_addr_to_string_nz): New function.
11335
11336 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11337
11338 Apply missing bits of 2002-01-15 patch.
11339 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11340 (fill_fpregset): Use i387_fill_fsave.
11341
11342 2002-02-12 Keith Seitz <keiths@redhat.com>
11343
11344 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11345 (core_addr_to_string_nz): New function.
11346
11347 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11348
11349 * arm-linux-nat.c: Really include arm-tdep.h.
11350 * config/arm/tm-linux.h (struct type, struct value): Declare.
11351
11352 2002-02-11 Michael Snyder <msnyder@redhat.com>
11353
11354 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11355 (gcore section): Ifdef for Solaris and Unixware only.
11356 (procfs_do_thread_registers): Unixware needs one lwpstatus
11357 per thread (not one prstatus or pstatus).
11358 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11359 not over all gdb threads. For unixware, call elfcore_write_pstatus
11360 once before iterating over threads.
11361
11362 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11363
11364 * arm-tdep.h: New file.
11365 * arm-tdep.c: Include arm-tdep.h.
11366 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11367 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11368 (arm_print_float_info, arm_register_type, convert_to_extended)
11369 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11370 (arm_extract_return_value, arm_register_name): Make static.
11371 (arm_software_single_step): Similarly. Fix types in declaration.
11372 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11373 (arm_store_return_value, arm_store_struct_return): New functions.
11374 (arm_gdbarch_init): Register the above functions. Also register
11375 call_dummy_start_offset, sizeof_call_dummy_words,
11376 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11377 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11378 max_register_virtual_size, register_size. Set up
11379 prologue_cache.saved_regs here, rather than ...
11380 (_initialize_arm_tdep): ... here.
11381 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11382 declarations.
11383 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11384 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11385 (arm_print_float_info, arm_register_type, convert_to_extended)
11386 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11387 (arm_extract_return_value, arm_register_name): Delete declarations.
11388 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11389 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11390 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11391 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11392 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11393 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11394 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11395 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11396 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11397 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11398 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11399 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11400 interface.
11401 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11402 * remote-rdi.c remote-rdp.c: Likewise.
11403 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11404 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11405 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11406 definition.
11407
11408 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11409 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11410 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11411 from non-ARM_ prefixed definitions.
11412 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11413 all uses of above.
11414 * remote-rdi.c remote-rdp.c: Likewise.
11415 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11416
11417 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11418
11419 * arm-tdep.c (arm_frameless_function_invocation)
11420 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11421 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11422 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11423 (arm_pop_frame, arm_get_next_pc): Make static.
11424 (arm_gdbarch_init): Register above in gdbarch structure.
11425 (arm_read_fp): Renamed from arm_target_read_fp.
11426 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11427 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11428 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11429 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11430 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11431 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11432 (arm_pc_is_thumb_dummy): Delete declarations.
11433 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11434 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11435 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11436 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11437
11438 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11439
11440 * symtab.c (compare_search_syms): New function.
11441 (sort_search_symbols): New function.
11442 (search_symbols): Sort symbols after searching rather than
11443 before.
11444
11445 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11446
11447 * NEWS: Linux -> GNU/Linux.
11448
11449 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11450
11451 * gdbarch.sh: For for level one methods, disallow a definition
11452 when partially multi-arched. Add comments explaining rationale.
11453 * gdbarch.h: Re-generate.
11454
11455 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11456
11457 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11458 multi-arch partial.
11459
11460 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11461
11462 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11463 field. Use diff -u.
11464 * gdbarch.c: Re-generate.
11465
11466 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11467
11468 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11469 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11470 partial.
11471
11472 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11473
11474 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11475 multi-arch partial.
11476 (PUSH_ARGUMENTS): Switch to using predefault.
11477 * gdbarch.c: Regenerate.
11478
11479 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11480
11481 * valops.c (PUSH_ARGUMENTS): Delete definition.
11482 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11483 partial. Default to default_push_arguments.
11484 * gdbarch.h, gdbarch.c: Regenerate.
11485
11486 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11487
11488 * defs.h (throw_exception): Rename return_to_top_level. Update
11489 comments.
11490 * utils.c (error_stream, internal_verror, quit): Ditto.
11491 * top.c (throw_exception, catcher): Ditto.
11492 * sparclet-rom.c (sparclet_load): Ditto.
11493 * remote.c (interrupt_query, minitelnet): Ditto.
11494 * remote-sds.c (interrupt_query): Ditto.
11495 * remote-mips.c (mips_error, mips_kill): Ditto.
11496 * ocd.c (interrupt_query): Ditto.
11497 * monitor.c (monitor_interrupt_query): Ditto.
11498 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11499 * target.h: Update comment.
11500
11501 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11502
11503 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11504
11505 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11506 default_double_format.
11507 * gdbarch.h, gdbarch.c: Re-generate.
11508 * findvar.c (floatformat_unknown): Delete variable definition.
11509 * doublest.h (floatformat_unknown): Delete variable declaration.
11510
11511 2002-02-09 Jim Blandy <jimb@redhat.com>
11512
11513 * stabsread.c (read_type): Add code to parse Sun's syntax for
11514 prototyped function types.
11515
11516 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11517
11518 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11519 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11520
11521 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11522
11523 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11524 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11525 now _initialize_xcoffsolib gets called again and overrides the
11526 commands from solib.c in a native configuration.
11527
11528 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11529
11530 * doublest.c (store_typed_floating): Don't try to return a value.
11531 Fixes PR gdb/290.
11532
11533 2002-02-08 Jim Blandy <jimb@redhat.com>
11534
11535 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11536 is prototyped and has no arguments, print its argument list as
11537 `(void)'.
11538
11539 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11540
11541 * MAINTAINERS (write-after-approval): Add myself.
11542 (paper-trail): I've escaped!
11543
11544 2002-02-08 Christopher Faylor <cgf@redhat.com>
11545
11546 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11547 changes.
11548 (_initialize_check_for_gdb_ini): Ditto.
11549
11550 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11551
11552 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11553 xaprintf -> xasprintf.
11554
11555 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11556
11557 * win32-nat.c: Remove use of printf and sprintf functions.
11558
11559 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11560
11561 * arm-tdep.c (arm_frame_chain_valid): Make static.
11562 (arm_push_arguments): Likewise.
11563 (arm_gdbarch_init): New function.
11564 (_initialize_arm_tdep): Call it.
11565 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11566 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11567 (FRAME_CHAIN_VALID): Delete.
11568 (arm_frame_chain_valid): Delete declaration.
11569 (PUSH_ARGUMENTS): Delete.
11570 (arm_push_arguments): Delete declaration.
11571 (CALL_DUMMY_P): Delete.
11572
11573 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11574 Corinna Vinschen <vinschen@redhat.com>
11575
11576 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11577 on builtin float types.
11578
11579 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11580
11581 * utils.c: Include <curses.h> before "bfd.h".
11582 * tui/tui-hooks.c: Likewise.
11583 * tui/tui.c: Likewise.
11584 * tui/tuiCommand.c: Likewise.
11585 * tui/tuiData.c: Likewise.
11586 * tui/tuiDataWin.c: Likewise.
11587 * tui/tuiDisassem.c: Likewise.
11588 * tui/tuiGeneralWin.c: Likewise.
11589 * tui/tuiIO.c: Likewise.
11590 * tui/tuiLayout.c: Likewise.
11591 * tui/tuiRegs.c: Likewise.
11592 * tui/tuiSource.c: Likewise.
11593 * tui/tuiSourceWin.c: Likewise.
11594 * tui/tuiStack.c: Likewise.
11595 * tui/tuiWin.c: Likewise.
11596
11597 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11598
11599 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11600 to include space for pseudoregs as well. Update loops accordingly.
11601 (sh_fp_frame_init_saved_regs): Ditto.
11602 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11603
11604 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11605
11606 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11607 Add Richard Earnshaw to Arm maintainers.
11608
11609 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11610
11611 * defs.h (warning_begin): Delete declaration.
11612
11613 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11614 Delete macro.
11615
11616 2002-02-07 Michael Snyder <msnyder@redhat.com>
11617
11618 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11619 Logic bug, remove misplaced else.
11620
11621 2002-02-07 Klee Dienes <klee@apple.com>
11622
11623 * fork-inferior.c (fork_inferior): Add '!' to the list of
11624 characters that need to be quoted when building a string for the
11625 shell. Quote '!' specifically with a backslash, since CSH chokes
11626 when trying to evaluate "str!str".
11627
11628 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11629
11630 * rdi-share/host.h: Only provide a typedef for bool if it is not
11631 defined.
11632
11633 2002-02-04 Michael Snyder <msnyder@redhat.com>
11634
11635 * breakpoint.h (enum bptype): Add new overlay event bp type.
11636 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11637
11638 * breakpoint.c (create_internal_breakpoint): New function.
11639 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11640 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11641 (create_thread_event_breakpoint): Ditto.
11642 (create_solib_event_breakpoint): Ditto.
11643 (create_overlay_event_breakpoint): New function.
11644 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11645 (update_breakpoints_after_exec): Delete and re-initialize
11646 overlay event breakpoints after an exec. Add FIXME comment
11647 about longjmp breakpoint.
11648 (print_it_typical): Ignore overlay event breakpoints.
11649 (print_one_breakpoint): Ditto.
11650 (mention): Ditto.
11651 (bpstat_what): Do not stop for overlay event breakpoints.
11652 (delete_breakpoint): Don't delete overlay event breakpoints.
11653 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11654 (breakpoint_re_set): Re-create overlay event breakpoint.
11655
11656 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11657 (overlay_manual_command): Disable overlay breakpoints.
11658 (overlay_off_command): Disable overlay breakpoints.
11659
11660 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11661
11662 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11663 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11664 to here from config/tm-arm.h.
11665 (coff_sym_is_thumb): Make static.
11666 (arm_elf_make_msymbol_special): New function.
11667 (arm_coff_make_msymbol_special): New function.
11668 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11669 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11670 (coff_sym_is_thumb): Delete declaration.
11671 (arm_elf_make_msymbol_special): Declare.
11672 (arm_coff_make_msymbol_special): Declare.
11673 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11674 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11675
11676 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11677
11678 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11679
11680 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11681
11682 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11683 * gdbarch.c gdbarch.h: Regenerate.
11684 * arch-utils.c (default_print_float_info): New function.
11685 * arch-utils.h (default_print_float_info): Prototype it.
11686 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11687 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11688 (PRINT_FLOAT_INFO): Document it.
11689
11690 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11691 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11692 (PRINT_FLOAT_INFO): Define.
11693
11694 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11695
11696 * win32-nat.c (_initialize_check_for_gdb_ini):
11697 Add typecast to sprintf argument to suppress a warning.
11698
11699 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11700
11701 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11702 to allow easier handling of pass state.
11703 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11704 that gives exception name and address.
11705 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11706 and set last_sig value to ourstatus->value.sig. Some missing
11707 exceptions added.
11708 (child_continue): Correctly report continue_status.
11709 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11710 TARGET_SIGNAL_0 (new default value).
11711 (child_resume): consider sig argument passed to decide if
11712 the exception should be passed to debuggee or not.
11713
11714 2002-02-05 Michael Snyder <msnyder@redhat.com>
11715
11716 * regcache.c (fetch_register): Call target_fetch_register
11717 only if we don't call FETCH_PSEUDO_REGISTER.
11718 (store_register): Call target_store_register only if we
11719 don't call STORE_PSEUDO_REGISTER.
11720
11721 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11722
11723 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11724 ELF_MAKE_MSYMBOL_SPECIAL.
11725 * gdbarch.c, gdbarch.h: Regenerate.
11726 * arch-utils.c (default_make_msymbol_special): New function.
11727 * arch-utils.h (default_make_msymbol_special): Export.
11728 * elfread.c (elf_symtab_read): Compile use of
11729 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11730 multiarched.
11731 * coffread.c (coff_symtab_read): Ditto, for
11732 COFF_MAKE_MSYMBOL_SPECIAL.
11733
11734 2002-02-05 Jim Blandy <jimb@redhat.com>
11735
11736 * solib-svr4.c (svr4_truncate_ptr): New function.
11737 (svr4_relocate_section_addresses): Do the address arithmetic with
11738 the appropriate truncation for target addresses, even when
11739 CORE_ADDR is larger than a target address.
11740
11741 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11742
11743 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11744 to (int *).
11745
11746 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11747
11748 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11749 code.
11750
11751 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11752
11753 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11754
11755 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11756
11757 * gdbserver/linux-low.c: Remove unused include files.
11758
11759 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11760
11761 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11762 (read_inferior_memory): Use it.
11763 (write_inferior_memory): Likewise.
11764
11765 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11766
11767 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11768 grubbing through sys_errlist.
11769
11770 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11771
11772 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11773
11774 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11775 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11776
11777 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11778
11779 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11780 (do_sfunc, set_cmd_sfunc): New functions.
11781
11782 * command.h (struct cmd_list_element): Add field func.
11783 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11784 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11785 * cli/cli-decode.h: Ditto.
11786
11787 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11788 (help_all, help_cmd_list): Ditto.
11789 (find_cmd, complete_on_cmdlist): Ditto.
11790 * top.c (execute_command): Ditto.
11791
11792 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11793 function.sfunc.
11794
11795 * infcmd.c (notice_args_read): Fix function signature.
11796
11797 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11798 * cli/cli-decode.c (add_set_cmd): Ditto.
11799 * utils.c (initialize_utils): Ditto.
11800 * maint.c (_initialize_maint_cmds): Ditto.
11801 * infrun.c (_initialize_infrun): Ditto.
11802 * demangle.c (_initialize_demangler): Ditto.
11803 * remote.c (add_packet_config_cmd): Ditto.
11804 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11805 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11806 * proc-api.c (_initialize_proc_api): Ditto.
11807 * kod.c (_initialize_kod): Ditto.
11808 * valprint.c (_initialize_valprint): Ditto.
11809 * top.c (init_main): Ditto.
11810 * infcmd.c (_initialize_infcmd): Ditto.
11811 * corefile.c (_initialize_core): Ditto.
11812 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11813 * arch-utils.c (initialize_current_architecture): Ditto.
11814 (_initialize_gdbarch_utils): Ditto.
11815 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11816
11817 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11818 * wince.c (_initialize_inftarg): Ditto.
11819 * symfile.c (_initialize_symfile): Ditto.
11820 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11821 * language.c (_initialize_language): Ditto.
11822 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11823
11824 2002-02-04 Michael Snyder <msnyder@redhat.com>
11825
11826 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11827
11828 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11829
11830 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11831 Add rules for building the register data files.
11832
11833 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11834
11835 * regformats/regdat.sh: Add braces to the definition of
11836 expedite_regs_${arch}.
11837
11838 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11839
11840 * regformats/regdef.h (struct reg): Add comment describing the
11841 requirements for offset and size fields.
11842
11843 2002-02-04 Andreas Schwab <schwab@suse.de>
11844
11845 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11846 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11847
11848 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11849
11850 * gdbarch.sh (copyright): Update years in generated header.
11851 (SMASH_TEXT_ADDRESS): Add rule.
11852 * gdbarch.h, gdbarch.c: Re-generate.
11853 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11854 * dbxread.c: Likewise.
11855 * dwarfread.c: Likewise.
11856 * elfread.c: Likewise.
11857 * somread.c: Likewise.
11858
11859 * arm-tdep.c (arm_smash_text_address): New function.
11860 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11861
11862 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11863
11864 Add support for hardware watchpoints on win32 native.
11865 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11866 CONTEXT_DEBUG_REGISTERS.
11867 (dr variable): New variable. Static array containing a local copy
11868 of debug registers.
11869 (debug_registers_changed): New variable. Reflects when debug registers
11870 are changed and need to be written to inferior.
11871 (debug_registers_used): New variable. Reflects when any debug register
11872 was set, used when new threads are created.
11873 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11874 i386-nat code.
11875 (thread_rec): Set dr array if id is the thread of current_event .
11876 (child_continue, child_resume): Change the debug registers for all
11877 threads if debug_registers_changed.
11878 (child_add_thread): Change the debug registers if debug_registers_used.
11879 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11880 Link nm.h to new nm-cygwin.h file.
11881 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11882 of hardware registers.
11883
11884 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11885
11886 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11887 Restore behavour broken by 2002-01-20 Andrew Cagney
11888 <ac131313@redhat.com> IEEE_FLOAT removal.
11889
11890 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11891
11892 * c-valprint.c (c_val_print): Pass a proper valaddr to
11893 cp_print_class_method.
11894 * valops.c (search_struct_method): If there is only one method
11895 and args is NULL, return that method.
11896
11897 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11898
11899 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11900 accessing tag_name directly.
11901
11902 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11903
11904 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11905 of accessing tag_name directly.
11906
11907 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11908
11909 PR gdb/280
11910 * gdbtypes.c (replace_type): New function.
11911 * gdbtypes.h (replace_type): Add prototype.
11912 * stabsread.c (read_type): Use replace_type.
11913
11914 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11915
11916 * Makefile.in (memattr.o): Add missing dependencies rule.
11917
11918 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11919
11920 * breakpoint.c (break_at_finish_command): Really export.
11921 (break_at_finish_at_depth_command): Ditto.
11922 (tbreak_at_finish_command): Ditto.
11923 * hppa-tdep.c: Include completer.h.
11924 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11925 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11926
11927 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11928
11929 * utils.c (do_write): New function.
11930 (error_stream): Rewrite combining the code from error_begin and
11931 verror.
11932 (verror): Rewrite using error_stream.
11933 (error_begin): Delete function.
11934
11935 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11936
11937 * utils.c (error_begin): Make static.
11938 * defs.h (error_begin): Delete declaration.
11939
11940 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11941 (decode_line_1): Use cplusplus_error instead of error_begin,
11942 cplusplus_hint and return_to_top_level.
11943 * coffread.c (coff_symfile_read): Use error instead of error_begin
11944 and return_to_top_level.
11945 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11946
11947 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11948
11949 * language.h (type_error, range_error): Make string parameter
11950 constant.
11951 * language.c (warning_pre_print): Delete extern declaration.
11952 * dwarfread.c (warning_pre_print): Ditto.
11953 * language.c (type_error, range_error): Rewrite to use verror and
11954 vwarning instead of warning_begin.
11955
11956 2002-02-01 Michael Snyder <msnyder@redhat.com>
11957
11958 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11959 (set_ignore_count): Move misplaced comment back where it belongs.
11960
11961 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11962
11963 * command.h (NO_FUNCTION): Delete macro.
11964 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11965 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11966 * tracepoint.c (_initialize_tracepoint): Ditto.
11967 * cli/cli-decode.c (add_set_cmd): Ditto.
11968 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11969
11970 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11971
11972 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11973 Update ``this'' pointer when calling virtual functions.
11974
11975 2002-02-01 Michael Snyder <msnyder@redhat.com>
11976
11977 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11978 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11979
11980 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11981
11982 * regformats/reg-arm.dat: New file.
11983 * regformats/reg-i386.dat: New file.
11984 * regformats/reg-ia64.dat: New file.
11985 * regformats/reg-m68k.dat: New file.
11986 * regformats/reg-mips.dat: New file.
11987 * regformats/reg-ppc.dat: New file.
11988 * regformats/reg-sh.dat: New file.
11989 * regformats/regdef.h: New file.
11990 * regformats/regdat.sh: New file.
11991
11992 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11993
11994 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11995 (arm_frame_args_address, arm_frame_locals_address): New functions.
11996 (arm_frame_num_args): New function.
11997 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11998 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11999 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12000
12001 2002-01-31 Michael Snyder <msnyder@redhat.com>
12002
12003 * breakpoint.c (break_at_finish_command): Export.
12004 (break_at_finish_at_depth_command): Export.
12005 (tbreak_at_finish_command): Export.
12006 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
12007 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
12008 "txbreak" commands, which are HPPA specific.
12009
12010 * printcmd.c (disassemble_command): Remove an ancient
12011 artifact of an old merge.
12012
12013 * symfile.h (enum overlay_debugging_state):
12014 Define enum constant values for overlay mode.
12015 * symfile.c (overlay_debugging): Use enums instead of literals.
12016 (overlay_is_mapped, overlay_auto_command,
12017 overlay_manual_command): Ditto.
12018
12019 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12020 breakpoint_here_p, breakpoint_inserted_here_p,
12021 breakpoint_thread_match, bpstat_stop_status,
12022 describe_other_breakpoints, check_duplicates, clear_command):
12023 Coding standard fixes.
12024
12025 * target.c (target_xfer_memory): Add spaces, coding standard.
12026 (do_xfer_memory): Add missing line to trust-readonly
12027 code: check bfd SEC_READONLY flag for section.
12028
12029 2002-01-31 Andrew Cagney <ac131313@redhat.com>
12030
12031 * PROBLEMS: Fix typo, 5.1->5.1.1.
12032
12033 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12034
12035 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12036 data symbols, since we search based on textlow and texthigh.
12037 (find_pc_sect_symtab): Likewise.
12038
12039 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12040
12041 * defs.h (vwarning): Declare.
12042 * utils.c (vwarning): New function.
12043 (warning): Call vwarning.
12044 (warning_begin): Delete function.
12045
12046 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12047 the warning message.
12048 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12049 warning_begin.
12050
12051 2002-01-30 Michael Snyder <msnyder@redhat.com>
12052
12053 * NEWS: Mention "set trust-readonly-sections" command.
12054 Mention generate-core-file command.
12055
12056 2002-01-15 Michael Snyder <msnyder@redhat.com>
12057
12058 * target.c: New command, "set trust-readonly-sections on".
12059 (do_xfer_memory): Honor the suggestion to trust readonly sections
12060 by reading them from the object file instead of from the target.
12061 (initialize_targets): Register command "set trust-readonly-sections".
12062
12063 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12064
12065 * parse.c (target_map_name_to_register): Simplify, search regs and
12066 pseudo-regs using a single loop.
12067
12068 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12069
12070 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12071
12072 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
12073
12074 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12075 * config/i386/i386v42mp.mh: Add i387-nat.o .
12076 * i386v4-nat.c: Include i387-nat.h.
12077 (supply_fpregset): Use i387_supply_fsave.
12078 (fill_fpregset): Use i387_fill_fsave.
12079
12080 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
12081
12082 * arm-tdep.c (arm_call_dummy_words): Define.
12083 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12084 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12085 (CALL_DUMMY_WORDS): Define.
12086 (arm_call_dummy_words): Declare.
12087 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12088 (arm_linux_call_dummy_words): Declare.
12089
12090 2002-01-30 Andreas Schwab <schwab@suse.de>
12091
12092 * m68klinux-nat.c: Fix last change to use regcache_collect
12093 instead of referencing registers[] directly.
12094
12095 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12096
12097 * parse.c (target_map_name_to_register): Delete code wrapped in
12098 #ifdef REGISTER_NAME_ALIAS_HOOK.
12099
12100 2002-01-28 Michael Snyder <msnyder@redhat.com>
12101
12102 * regcache.c (legacy_read_register_gen): Need to be able to
12103 read pseudo-register as well as real register.
12104 (legacy_write_register_gen): Ditto.
12105
12106 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12107
12108 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12109 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12110 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12111 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12112 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12113 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12114 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12115 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12116 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12117 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12118 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12119 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12120 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12121 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12122 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12123 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12124 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12125 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12126 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12127 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12128
12129 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12130
12131 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12132 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12133 (initialize_current_architecture): Update target_byte_order using
12134 information from BFD.
12135 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12136 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12137
12138 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12139
12140 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12141 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12142
12143 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12144 #ifdef INVALID_FLOAT.
12145 * infcmd.c (do_registers_info): Ditto.
12146 * values.c (unpack_double): Ditto. Add comment.
12147
12148 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12149 already commented out.
12150
12151 2002-01-26 Andreas Schwab <schwab@suse.de>
12152
12153 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12154 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12155 registers and add support for PTRACE_GETREGS.
12156
12157 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12158
12159 GDB 5.1.1 released from 5.1 branch.
12160 * NEWS: Add 5.1.1 news.
12161 * README: Sync with 5.1 branch.
12162
12163 2002-01-23 Fred Fish <fnf@redhat.com>
12164
12165 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12166 stabstring on initial malloc. Reallocing will copy it for us,
12167 if necessary.
12168
12169 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12170
12171 * Makefile.in (hpread_h): Delete.
12172 (HFILES_NO_SRCDIR): Remove hpread.h.
12173 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12174 (hpread.o): Update dependencies.
12175 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12176
12177 * hp-psymtab-read.c: Remove file.
12178 * hp-symtab-read.c: Remove file.
12179 * hpread.h: Remove file.
12180
12181 * hpread.c: Merge all contents of hp-psymtab-read.c,
12182 hp-symtab-read.c and hpread.h into this file, as it was prior to
12183 January 1999.
12184
12185 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12186 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12187 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12188 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12189
12190 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12191
12192 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12193 fill_gregset): Call gdbarch_tdep() just once, assign result to
12194 variable and use that, instead of calling the function several
12195 times.
12196
12197 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12198
12199 * configure.host: Accept sparcv9 as alias for sparc64.
12200 * configure.tgt: Likewise.
12201
12202 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12203
12204 * solib-aix5.c (build_so_list_from_mapfile)
12205 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12206 arguments is not reversed.
12207 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12208 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12209
12210 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12211
12212 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12213 modified version of obsolete sh_fetch_pseudo_register.
12214 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12215 (sh4_register_read): New function.
12216 (sh_pseudo_register_write): New function. Renamed and modified
12217 version of obsolete sh_store_pseudo_register.
12218 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12219 (sh4_register_write): New function.
12220 (sh_gdbarch_init): Remove setting of gdbarch function
12221 fetch_pseudo_register and store_pseudo_register. Remove setting of
12222 register_convert_to_raw, register_convert_to_virtual,
12223 register_convertible.
12224 (sh_sh4_register_convertible): Delete. No longer needed. All is
12225 taken care by architecture specific functions
12226 register_read/register_write.
12227 (sh_sh4_register_convert_to_virtual): Make static.
12228 (sh_sh4_register_convert_to_raw): Ditto.
12229
12230 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12231
12232 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12233 (floatformat_is_nan, floatformat_mantissa): Ditto.
12234
12235 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12236 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12237 builtin_type_ieee_double_little,
12238 builtin_type_ieee_double_littlebyte_bigword,
12239 builtin_type_m68881_ext, builtin_type_i960_ext,
12240 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12241 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12242 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12243 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12244
12245 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12246
12247 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12248 parameter. Set frameless flag if it exists and depended of
12249 whether the scanned function is frameless or not.
12250 (xstormy16_skip_prologue): If function is frameless, return
12251 result of xstormy16_scan_prologue().
12252 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12253 call.
12254
12255 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12256
12257 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12258 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12259 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12260 sh_sh4_register_byte, sh_sh4_register_raw_size,
12261 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12262 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12263 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12264 sh_store_pseudo_register, sh_do_pseudo_register): Call
12265 gdbarch_tdep() just once, assign result to variable and use that,
12266 instead of calling the function several times.
12267
12268 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12269
12270 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12271 macros instead of LAST_FPU_CTRL_REGNUM.
12272 (store_register): Likewise.
12273
12274 2002-01-21 Jim Blandy <jimb@redhat.com>
12275
12276 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12277 is up-to-date before running the program, not just when a program
12278 exits.
12279
12280 2002-01-21 Fred Fish <fnf@redhat.com>
12281
12282 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12283 when we have found all instructions we are looking for.
12284
12285 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12286
12287 * arm-tdep.c (arm_register_name): New function.
12288 (arm_registers_names): Make static.
12289 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12290 (arm_register_name): Declare.
12291 (REGISTER_NAME): Use it.
12292
12293 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12294 Kevin Buettner <kevinb@redhat.com>
12295
12296 Convert arm targets to new FRAME interface.
12297 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12298 (arm_frame_find_save_regs): Delete.
12299 (arm_frame_init_saved_regs): New.
12300 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12301 Allocate extra_info as required. Convert all uses of fsr.regs
12302 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12303 to use extra_info.
12304 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12305 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12306 (check_prologue_cache, save_prologue_cache): Likewise.
12307 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12308 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12309 (FRAME_FIND_SAVED_REGS): Delete.
12310 (arm_frame_find_saved_regs): Delete prototype.
12311 (arm_frame_init_saved_regs): New prototype.
12312 (FRAME_INIT_SAVED_REGS): Define.
12313
12314 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12315
12316 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12317
12318 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12319
12320 From Jeff Law <law@redhat.com>:
12321 * infttrace.c: Include <sys/pstat.h>.
12322 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12323 exec file if the ttrace equivalent fails.
12324
12325 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12326
12327 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12328 (closeLogFile): Ditto.
12329
12330 2002-01-20 Michael Chastain <mec@shout.net>
12331
12332 * top.c (print_gdb_version): Bump copyright year to 2002.
12333
12334 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12335
12336 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12337 Zannoni and Eli Zaretskii.
12338
12339 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12340
12341 * buildsym.c: Update copyright years.
12342 * c-typeprint.c: Likewise.
12343 * dwarf2read.c: Likewise.
12344 * f-typeprint.c: Likewise.
12345 * gdbtypes.c: Likewise.
12346 * gdbtypes.h: Likewise.
12347 * hp-symtab-read.c: Likewise.
12348 * hpread.c: Likewise.
12349 * mdebugread.c: Likewise.
12350 * p-typeprint.c: Likewise.
12351
12352 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12353
12354 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12355 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12356 byte-order selectable.
12357 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12358 * arch-utils.c: Ditto.
12359 (set_endian): Ditto.
12360 (set_endian_from_file): Ditto.
12361 * gdbserver/low-sim.c (create_inferior): Ditto.
12362 * gdbarch.sh: Ditto.
12363 * gdbarch.h: Re-generate.
12364 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12365 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12366 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12367 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12368 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12369 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12370 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12371 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12372 macro definition.
12373 * config/mips/tm-wince.h: Remove #undef of macro
12374 TARGET_BYTE_ORDER_SELECTABLE.
12375 * config/sh/tm-wince.h: Ditto.
12376
12377 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12378
12379 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12380 member function fields. Add accessor macro
12381 TYPE_FN_FIELD_ARTIFICIAL.
12382 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12383 * c-typeprint.c (c_type_print_base): Skip artificial member
12384 functions.
12385
12386 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12387
12388 * f-typeprint.c: Delete unused function f_type_print_args.
12389 * p-typeprint.c: Delete unused function pascal_type_print_args.
12390
12391 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12392
12393 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12394 comment. Add ``artificial'' to ``union field_location''.
12395
12396 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12397
12398 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12399 * mdebugread.c (parse_symbol): Likewise.
12400 * stabsread.c (define_symbol): Likewise.
12401 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12402 initializing TYPE_FIELD_BITPOS to n (obsolete).
12403 (hpread_doc_function_type): Likewise.
12404 * hpread.c (hpread_function_type): Likewise.
12405
12406 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12407
12408 * configure.in (host_makefile_frag): Only require a host makefile
12409 fragment when a native build.
12410 * configure: Re-generate.
12411
12412 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12413
12414 * doublest.h (floatformat_from_type): Declare.
12415 * doublest.c (floatformat_from_type): New function.
12416 (convert_typed_floating): Use.
12417
12418 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12419 call to function floatformat_from_type.
12420
12421 * gdbarch.sh (IEEE_FLOAT): Delete.
12422 * gdbarch.h, gdbarch.c: Re-generate.
12423 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12424 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12425 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12426 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12427 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12428 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12429 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12430 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12431 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12432 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12433 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12434 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12435
12436 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12437 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12438 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12439 * sh-tdep.c (sh_gdbarch_init): Ditto.
12440 * mips-tdep.c (mips_gdbarch_init): Ditto.
12441 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12442 * cris-tdep.c (cris_gdbarch_init): Ditto.
12443
12444 2002-01-20 Jiri Smid <smid@suse.cz>
12445
12446 * configure.host, configure.tgt: Support x86-64.
12447 * NEWS: Note new target x86-64.
12448
12449 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12450 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12451 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12452 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12453 x86-64-linux-nat.o): Fix dependencies.
12454
12455 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12456
12457 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12458 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12459 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12460 * config/sparc/xm-sun4os4.h: Delete file.
12461 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12462
12463 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12464
12465 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12466 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12467 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12468 * config/i386/i386lynx.mh (XM_FILE): Delete.
12469 * config/rs6000/xm-rs6000ly.h: Delete file.
12470 * config/sparc/xm-sparclynx.h: Delete file.
12471 * config/m68k/xm-m68klynx.h: Delete file.
12472 * config/i386/xm-i386lynx.h: Delete file.
12473 * config/xm-lynx.h: Delete file.
12474 * config/djgpp/fnchange.lst: Update.
12475
12476 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12477
12478 * alpha-tdep.c (alpha_register_byte): New function.
12479 (alpha_register_raw_size): Ditto.
12480 (alpha_register_virtual_size): Ditto.
12481 (alpha_skip_prologue_internal): Renamed from
12482 alpha_skip_prologue.
12483 (alpha_skip_prologue): New version that calls
12484 alpha_skip_prologue_internal.
12485 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12486 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12487 second argument from alpha_skip_prologue.
12488 (REGISTER_BYTE): Use alpha_register_byte.
12489 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12490 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12491 (FRAMELESS_FUNCTION_INVOCATION): Use
12492 generic_frameless_function_invocation_not.
12493 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12494 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12495
12496 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12497
12498 * config/mips/xm-news-mips.h: Delete file.
12499 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12500
12501 * config/m88k/xm-m88k.h: Delete file.
12502 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12503 * config/m88k/xm-delta88v4.h: Ditto.
12504 * config/m88k/xm-delta88.h: Ditto.
12505
12506 * config/alpha/xm-fbsd.h: Delete file.
12507 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12508
12509 * config/sparc/xm-sparc.h: Delete file.
12510 * Makefile.in (xm-sun4os4.h): Delete dependency.
12511 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12512 * config/sparc/xm-sun4os4.h: Ditto.
12513 * config/sparc/xm-linux.h: Ditto.
12514
12515 * config/i386/xm-windows.h: Delete file.
12516
12517 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12518
12519 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12520 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12521
12522 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12523
12524 * alpha-tdep.c (alpha_call_dummy_words): New.
12525 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12526 (CALL_DUMMY_P): Define.
12527 (CALL_DUMMY_WORDS): Define.
12528 (SIZEOF_CALL_DUMMY_WORDS): Define.
12529
12530 2002-01-19 Per Bothner <per@bothner.com>
12531
12532 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12533 isn't NULL, which can happen with some gcj-3.x-produced code.
12534
12535 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12536
12537 * alpha-tdep.c (alpha_register_virtual_type): New function.
12538 (alpha_init_frame_pc_first): Ditto.
12539 (alpha_fix_call_dummy): Ditto.
12540 (alpha_store_struct_return): Ditto.
12541 (alpha_extract_struct_value_address): Ditto.
12542 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12543 alpha_register_virtual_type.
12544 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12545 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12546 alpha_extract_struct_value_address.
12547 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12548 (INIT_FRAME_PC): Use init_frame_pc_noop.
12549 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12550
12551 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12552
12553 * i386gnu-nat.c: Include "i386-tdep.h".
12554 (fetch_fpregs): Simplify code dealing with uninitialized floating
12555 point states such that it doesn't require FP7_REGNUM.
12556
12557 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12558
12559 * alpha-tdep.c (frame_extra_info): New.
12560 (alpha_find_saved_regs): Make static. Use
12561 frame->extra_info.
12562 (alpha_frame_init_saved_regs): New function.
12563 (alpha_frame_saved_pc): Use frame->extra_info.
12564 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12565 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12566 (init_extra_frame_info): Rename to...
12567 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12568 (alpha_print_extra_frame_info): New function.
12569 (alpha_frame_locals_address): Ditto.
12570 (alpha_frame_args_address): Ditto.
12571 (alpha_pop_frame): Use frame->extra_info.
12572 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12573 alpha_frame_args_address.
12574 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12575 (alpha_find_saved_regs): Remove prototype.
12576 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12577 (EXTRA_FRAME_INFO): Remove.
12578 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12579 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12580
12581 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12582
12583 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12584 (alpha_cannot_fetch_register): Ditto.
12585 (alpha_cannot_store_register): Ditto.
12586 (alpha_register_convertible): Ditto.
12587 (alpha_use_struct_convention): Ditto.
12588 * config/alpha/tm-alpha.h: Update copyright years.
12589 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12590 (INNER_THAN): Use core_addr_lessthan.
12591 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12592 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12593 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12594 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12595 (FRAME_CHAIN): Remove unnecessary cast.
12596
12597 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12598
12599 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12600 obsolete.
12601
12602 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12603
12604 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12605 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12606 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12607 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12608 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12609 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12610 * x86-64-linux-nat.c: Ditto.
12611
12612 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12613
12614 * alpha-tdep.c (alpha_register_name): New function.
12615 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12616 (REGISTER_NAME): Define.
12617
12618 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12619
12620 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12621
12622 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12623
12624 * alpha-tdep.c: Update copyright years.
12625 (alpha_next_pc): New function.
12626 (alpha_software_single_step): Ditto.
12627 * config/alpha/tm-alpha.h: Add prototype for
12628 alpha_software_single_step.
12629
12630 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12631
12632 * alphabsd-nat.c: Update copyright years.
12633 (fill_gregset): Use regcache_collect.
12634 (fill_fpregset): Likewise.
12635 (fetch_inferior_registers): Only fetch integer registers
12636 if requested to do so.
12637 (store_inferior_registers): Only store integer registers
12638 if requested to do so.
12639
12640 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12641
12642 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12643 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12644 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12645 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12646 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12647 * config/arm/linux.mh (XDEPFILES): Delete.
12648 * config/arm/nbsd.mh (XDEPFILES): Delete.
12649 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12650 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12651 * config/i386/i386m3.mh (XDEPFILES): Delete.
12652 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12653 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12654 * config/i386/fbsd.mh (XDEPFILES): Delete.
12655 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12656 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12657 * config/i386/i386v4.mh (XDEPFILES): Delete.
12658 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12659 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12660 * config/i386/i386aix.mh (XDEPFILES): Delete.
12661 * config/i386/go32.mh (XDEPFILES): Delete.
12662 * config/i386/cygwin.mh (XDEPFILES): Delete.
12663 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12664 * config/i386/i386mach.mh (XDEPFILES): Delete.
12665 * config/i386/i386v32.mh (XDEPFILES): Delete.
12666 * config/i386/linux.mh (XDEPFILES): Delete.
12667 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12668 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12669 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12670 * config/i386/i386sco.mh (XDEPFILES): Delete.
12671 * config/i386/i386v.mh (XDEPFILES): Delete.
12672 * config/i386/nbsd.mh (XDEPFILES): Delete.
12673 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12674 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12675 * config/i386/symmetry.mh (XDEPFILES): Delete.
12676 * config/i386/obsd.mh (XDEPFILES): Delete.
12677 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12678 * config/ia64/linux.mh (XDEPFILES): Delete.
12679 * config/ia64/aix.mh (XDEPFILES): Delete.
12680 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12681 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12682 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12683 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12684 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12685 * config/m68k/linux.mh (XDEPFILES): Delete.
12686 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12687 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12688 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12689 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12690 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12691 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12692 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12693 * config/m88k/delta88.mh (XDEPFILES): Delete.
12694 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12695 * config/m88k/m88k.mh (XDEPFILES): Delete.
12696 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12697 * config/mips/linux.mh (XDEPFILES): Delete.
12698 * config/mips/irix6.mh (XDEPFILES): Delete.
12699 * config/mips/irix5.mh (XDEPFILES): Delete.
12700 * config/mips/irix4.mh (XDEPFILES): Delete.
12701 * config/mips/irix3.mh (XDEPFILES): Delete.
12702 * config/mips/decstation.mh (XDEPFILES): Delete.
12703 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12704 (NATDEPFILES): Move core-aout.o to here.
12705 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12706 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12707 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12708 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12709 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12710 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12711 * config/pa/hpux11.mh (XDEPFILES): Delete.
12712 * config/powerpc/aix.mh (XDEPFILES): Delete.
12713 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12714 * config/powerpc/linux.mh (XDEPFILES): Delete.
12715 * config/romp/rtbsd.mh: Rename XDEPFILES.
12716 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12717 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12718 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12719 * config/s390/s390.mh (XDEPFILES): Delete.
12720 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12721 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12722 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12723 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12724 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12725 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12726 * config/sparc/linux.mh (XDEPFILES): Delete.
12727 * config/vax/vaxult.mh (XDEPFILES): Delete.
12728 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12729 * Makefile.in (DEPFILES): Remove XDEPFILES.
12730
12731 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12732
12733 * utils.c (internal_verror): Fix comments, default is yes not no.
12734 Update queries to match. Default to quit and dump core.
12735
12736 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12737
12738 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12739 copyright.
12740 * defs.h, event-top.c, gdbcmd.h: Ditto.
12741 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12742 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12743 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12744 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12745 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12746 * mi/mi-main.c:Ditto.
12747
12748 * stack.c, symfile.c: Update copyright.
12749
12750 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12751
12752 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12753 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12754 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12755 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12756
12757 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12758
12759 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12760 * gdbserver/low-lynx.c (myattach): Likewise.
12761 * gdbserver/low-nbsd.c (myattach): Likewise.
12762 * gdbserver/low-sim.c (myattach): Likewise.
12763 * gdbserver/low-sparc.c (myattach): Likewise.
12764 * gdbserver/low-sun3.c (myattach): Likewise.
12765
12766 * gdbserver/low-linux.c (myattach): New function.
12767
12768 * gdbserver/server.c (attach_inferior): New function.
12769 (main): Handle "--attach".
12770
12771 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12772
12773 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12774 maintainer.
12775
12776 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12777
12778 * c-typeprint.c (is_type_conversion_operator): Add additional
12779 check for non-conversion operators.
12780
12781 2002-01-15 Michael Snyder <msnyder@redhat.com>
12782
12783 * linux-proc.c: Add "info proc" command, a la procfs.c.
12784 (read_mapping): New function, abstract and re-use code.
12785 (linux_find_memory_regions): Use new func read_mapping.
12786 (linux_info_proc_cmd): New function, implement "info proc".
12787 (_initialize_linux_proc): Add new command "info proc".
12788
12789 2002-01-15 Michael Snyder <msnyder@redhat.com>
12790
12791 * symfile.c (generic_load): Use bfd_map_over_sections method
12792 instead of manipulating bfd structure members directly.
12793 (add_section_size_callback): New function, bfd sections callback
12794 used by generic_load.
12795 (load_sections_callback): New function, bfd sections callback
12796 used by generic_load.
12797
12798 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12799
12800 [Based on work by Jim Blandy]
12801 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12802 (builtin_type_vec128): Export.
12803 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12804 types.
12805 (builtin_type_vec128): New builtin type for 128 bit vector
12806 registers.
12807 (build_gdbtypes): Initialize builtin_type_v16qi and
12808 builtin_type_v8hi. Create the vec128 register builtin type
12809 structure.
12810 (build_builtin_type_vec128): New function.
12811 (_initialize_gdbtypes): Register builtin_type_v16qi and
12812 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12813 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12814 AltiVec register to new builtin type.
12815
12816 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12817
12818 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12819 to make_cv_type.
12820
12821 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12822
12823 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12824 CLEAN_UP_REGISTER_VALUE.
12825 * regcache.c (supply_register): Update only call.
12826
12827 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12828
12829 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12830 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12831 a29k-*-vxworks* targets as obsolete.
12832
12833 2002-01-14 Michael Snyder <msnyder@redhat.com>
12834
12835 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12836 until we can resolve portability issues.
12837 * gregset.h: Remove references to fpxregs.
12838 * gcore.c (gcore_command): Initialize note_sec to NULL.
12839
12840 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12841
12842 * signals.c (target_signal_to_name): Rewrite. Only use
12843 signals[].name when in bounds and non-NULL.
12844
12845 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12846
12847 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12848 * signals.c (target_signal_to_name): Verify that SIG is within the
12849 bounds of the signals array.
12850
12851 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12852
12853 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12854
12855 2002-01-13 Keith Seitz <keiths@redhat.com>
12856
12857 * stack.c (print_frame_info_base): Print the frame's pc
12858 only if when print_frame_info_listing_hook is not defined.
12859
12860 2002-01-13 Keith Seitz <keiths@redhat.com>
12861
12862 * varobj.c (varobj_set_value): Make sure that there were no
12863 errors evaluating the object before attempting to set its
12864 value.
12865 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12866 so this offset adjustment is no longer necessary.
12867 (create_child): Don't set the error flag if the child is
12868 a CPLUS_FAKE_CHILD.
12869 (value_of_child): If value_fetch_lazy fails, return NULL
12870 so that callers will be notified that an error occurred.
12871 (c_value_of_variable): Delay check of variable's validity
12872 until later. We actually want all structs and unions to have
12873 the value "{...}".
12874 Do not return "???" for variables which could not be evaluated.
12875 This error condition must be returned to the caller so that it
12876 can get the error condition from gdb.
12877 (cplus_name_of_child): Adjust index for vptr before figuring
12878 out the name of the child.
12879 (cplus_value_of_child): If a child's (real) parent is not valid,
12880 don't even bother trying to give a value for it. Just return
12881 an error. Change all instances in this function.
12882 (cplus_type_of_child): If our parent is one of the "fake"
12883 parents, we need to get at the type of the real parent, and
12884 derive the child's true type using this information.
12885
12886 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12887
12888 From 2002-01-09 John Marshall <johnm@falch.net>:
12889 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12890 sources.redhat.com, and tweak some related URLs which had
12891 suffered from linkrot.
12892
12893 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12894
12895 From Jeff law:
12896 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12897 structures passed in registers.
12898
12899 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12900
12901 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12902 white space which prevented compilation. Reported by DSK
12903 <dsk@student.unsw.edu.au>.
12904
12905 2002-01-11 Michael Snyder <msnyder@redhat.com>
12906
12907 * symfile.c (build_section_addr_info_from_section_tab):
12908 Use bfd access method instead of manipulating bfd directly.
12909 (syms_from_objfile): Ditto.
12910 (simple_overlay_update_1): Ditto.
12911 (simple_overlay_update): Ditto.
12912 (generic_load): Ditto.
12913 (overlay_unmapped_address): FIXME comment, bfd access methods.
12914 (sections_overlap): FIXME comment, bfd access methods.
12915 (pc_in_mapped_range): FIXME comment, bfd access methods.
12916 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12917 (section_is_mapped): FIXME comment, bfd access methods.
12918 (section_is_overlay): FIXME comment, bfd access methods.
12919
12920 * symfile.c (generic_load): Whitespace and long line cleanups.
12921 Remove duplicate variable, change several local variables to
12922 more appropriate data types.
12923 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12924
12925 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12926
12927 From Peter Schauer:
12928 * language.c (longest_local_hex_string_custom): Use phex_nz to
12929 convert NUM to a hex string.
12930
12931 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12932
12933 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12934 the function.
12935 Update Copyright year.
12936
12937 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12938
12939 * language.c (longest_raw_hex_string): Delete unused function.
12940
12941 2002-01-11 Petr Sorfa <petrs@caldera.com>
12942
12943 * MAINTAINERS (write-after-approval): Add myself.
12944 * dwarf2read.c (read_tag_string_type): Handling of
12945 DW_AT_byte_size.
12946 (read_tag_string_type): FORTRAN fix to prevent propagation of
12947 first string size.
12948 (set_cu_language): Handling of DW_LANG_Fortran95
12949
12950 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12951
12952 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12953 GETPID(inferior_ptid).
12954 (store_inferior_registers): Likewise.
12955
12956 2002-01-10 Jason Merrill <jason@redhat.com>
12957
12958 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12959 Fix DW_OP_minus.
12960
12961 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12962
12963 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12964 and bfd/elf32-sh-nbsd.c.
12965
12966 2002-01-10 Michael Snyder <msnyder@redhat.com>
12967
12968 * NEWS: Mention --pid and corefile/proc-id behavior change.
12969
12970 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12971 * gcore.c: Include cli/cli-decode.h instead of command.h.
12972
12973 * main.c (captured_main): Add new command line option "--pid".
12974 If the second command line argument (following the symbol-file)
12975 begins with a digit, try to attach to it before trying to open
12976 it as a corefile.
12977 (print_gdb_help): Document the "--pid" argument.
12978
12979 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12980
12981 * completer.c (command_completer): New function.
12982
12983 * completer.h <command_completer>: Add prototype.
12984
12985 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12986 completer for the "help" command.
12987
12988 2002-01-09 Jason Merrill <jason@redhat.com>
12989
12990 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12991
12992 2002-01-09 Michael Snyder <msnyder@redhat.com>
12993
12994 * i386-linux-nat.c (fill_fpxregset): Make global.
12995 (store_fpxregset): Ditto.
12996
12997 * gregset.h (gdb_fpxregset_t): Define.
12998 (supply_fpxregset): Prototype.
12999 (fill_fpxregset): Prototype.
13000
13001 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13002
13003 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13004
13005 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13006 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13007 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13008
13009 2002-01-09 Andrew Cagney <ac131313@redhat.com>
13010
13011 * MAINTAINERS: Update target maintainer rules so that any
13012 Maintainer can approve a tested patch for a maintenance-only
13013 target.
13014
13015 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13016
13017 * MAINTAINERS (write-after-approval): Add myself.
13018
13019 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
13020 IN_SIGTRAMP.
13021
13022 2002-01-08 Michael Snyder <msnyder@redhat.com>
13023
13024 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13025 real name of the executable, rather than the /proc name.
13026
13027 2002-01-03 Michael Snyder <msnyder@redhat.com>
13028
13029 Implement a "generate-core-file" command in gdb, save target state.
13030 * gcore.c: New file. Implement new command 'generate-core-file'.
13031 Save a corefile image of the current state of the inferior.
13032 * linux-proc.c: Add linux-specific code for saving corefiles.
13033 * target.h (struct target_ops): Add new target vectors for saving
13034 corefiles; to_find_memory_regions and to_make_corefile_notes.
13035 (target_find_memory_regions): New macro.
13036 (target_make_corefile_notes): New macro.
13037 * target.c (update_current_target): Inherit new target methods.
13038 (dummy_find_memory_regions): New place-holder method.
13039 (dummy_make_corefile_notes): New place-holder method.
13040 (init_dummy_target): Initialize new dummy target vectors.
13041 * exec.c (exec_set_find_memory_regions): New function.
13042 Allow the exec_ops vector for memory regions to be taken over.
13043 (exec_make_note_section): New function, target vector method.
13044 * defs.h (exec_set_find_memory_regions): Export prototype.
13045 * procfs.c (proc_find_memory_regions): New function, corefile method.
13046 (procfs_make_note_section): New function, corefile method.
13047 (init_procfs_ops): Set new target vector pointers.
13048 (find_memory_regions_callback): New function.
13049 (procfs_do_thread_registers): New function.
13050 (procfs_corefile_thread_callback): New function.
13051 * sol-thread.c (sol_find_memory_regions): New function.
13052 (sol_make_note_section): New function.
13053 (init_sol_thread_ops): Initialize new target vectors.
13054 * inftarg.c (inftarg_set_find_memory_regions): New function.
13055 Allow to_find_memory_regions vector to be taken over.
13056 (inftarg_set_make_corefile_notes): New function.
13057 Allow to_make_corefile_notes vector to be taken over.
13058 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13059 interface layer if not target_has_execution (may be a corefile).
13060 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13061 * config/sparc/sun4sol2.mh: Ditto.
13062 * config/alpha/alpha-linux.mh: Ditto.
13063 * config/arm/linux.mh: Ditto.
13064 * config/i386/x86-64linux.mh: Ditto.
13065 * config/ia64/linux.mh: Ditto.
13066 * config/m68k/linux.mh: Ditto.
13067 * config/mips/linux.mh: Ditto.
13068 * config/powerpc/linux.mh: Ditto.
13069 * config/sparc/linux.mh: Ditto.
13070
13071 2002-01-07 Michael Snyder <msnyder@redhat.com>
13072
13073 * arm-linux-nat.c: Remove references to regcache.c internal data
13074 (registers[] and register_valid[]).
13075
13076 2002-01-07 Michael Snyder <msnyder@redhat.com>
13077
13078 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13079 so that attaching to a pid will automatically read the process's
13080 symbol file and shlibs.
13081 * Makefile.in: Add rule for linux-proc.o.
13082 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13083 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13084 * config/arm/linux.mh: Ditto.
13085 * config/i386/linux.mh: Ditto.
13086 * config/i386/x86-64linux.mh: Ditto.
13087 * config/ia64/linux.mh: Ditto.
13088 * config/m68k/linux.mh: Ditto.
13089 * config/mips/linux.mh: Ditto.
13090 * config/powerpc/linux.mh: Ditto.
13091 * config/sparc/linux.mh: Ditto.
13092
13093 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13094
13095 * win32-nat.c: Add i386-tdep.h dependency.
13096
13097 2002-01-07 Michael Snyder <msnyder@redhat.com>
13098
13099 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13100 instead of bfd_get_arch_size. Don't bail out just because
13101 there's no exec_bfd.
13102
13103 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13104 * p-valprint.c (pascal_object_print_value): Ditto.
13105 * somread.c (som_symtab_read): Ditto.
13106 * symfile.c (simple_free_overlay_region_table): Ditto.
13107 * valops.c (value_assign): Ditto.
13108
13109 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13110 use tilde_expand and strerror for opening save-tracepoints file.
13111
13112 * thread-db.c (thread_db_new_objfile): Indendation fix.
13113
13114 * infptrace.c (GDB_MAX_ALLOCA): New define.
13115 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13116 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13117 can be overridden with whatever value is appropriate to the host).
13118 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13119 alloca to allocate potentially large buffer.
13120 * rs6000-nat.c (child_xfer_memory): Ditto.
13121 * symm-nat.c (child_xfer_memory): Ditto.
13122 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13123
13124 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13125
13126 From Nick Clifton <nickc@redhat.com>
13127 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13128
13129 2002-01-07 Michael Snyder <msnyder@redhat.com>
13130
13131 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13132 Don't use exec_bfd if it's NULL.
13133
13134 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13135
13136 * valops.c (value_arg_coerce): Fix formatting.
13137
13138 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13139
13140 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13141 * gnu-nat.c: Ditto.
13142
13143 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13144
13145 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13146 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13147 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13148 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13149 z8k-coff have not been multi-arched. Update z8k-coff build
13150 status.
13151
13152 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13153
13154 * MAINTAINERS: Mark a29k target as obsolete.
13155 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13156 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13157 comments.
13158 * NEWS: Note that a29k targets are obsolete.
13159 * a29k-tdep.c: Mark as obsolete.
13160 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13161 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13162 a29k-*-vxworks* targets as obsolete.
13163 * remote-adapt.c: Obsolete.
13164 * remote-eb.c: Obsolete.
13165 * remote-mm.c: Obsolete.
13166 * remote-udi.c: Obsolete.
13167 * config/a29k/a29k-udi.mt: Obsolete.
13168 * config/a29k/a29k.mt: Obsolete.
13169 * config/a29k/tm-a29k.h: Obsolete.
13170 * config/a29k/tm-vx29k.h: Obsolete.
13171 * config/a29k/vx29k.mt: Obsolete.
13172
13173 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13174
13175 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13176 with BFD_ENDIAN_BIG.
13177
13178 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13179
13180 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13181 * configure, config.in: Re-generate.
13182 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13183 * defs.h: Do not include <endian.h>.
13184
13185 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13186
13187 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13188 * config.in: Regenerate.
13189 * configure.in: Update copyright years.
13190 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13191 * configure: Regenerate.
13192 * i386bsd-nat.c: Update copyright years.
13193 (fill_gregset): Use regcache_collect.
13194 (fetch_inferior_registers): Only fetch integer registers
13195 if requested to do so. Add support for XMM registers
13196 using PT_GETXMMREGS.
13197 (store_inferior_registers): Only store integer registers
13198 if requested to do so. Add support for XMM registers
13199 using PT_SETXMMREGS.
13200 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13201 (store_inferior_registers): Remove.
13202 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13203 (fetch_elfcore_registers): New function.
13204 (i386nbsd_elfcore_fns): New.
13205 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13206 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13207 i386bsd-nat.o.
13208 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13209 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13210 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13211 * config/i386/tm-nbsd.h: Update copyright years.
13212 (HAVE_SSE_REGS): Define.
13213 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13214 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13215 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13216 (SIGCONTEXT_PC_OFFSET): Remove.
13217 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13218
13219 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13220
13221 * configure.tgt: Remove powerpc-*-macos* target.
13222 * config/m68k/xm-mpw.h: Delete file.
13223 * config/xm-mpw.h: Delete file.
13224 * ser-mac.c: Delete file.
13225 * mpw-make.sed: Delete file.
13226 * mpw-config.in: Delete file.
13227 * mac-xdep.c: Delete file.
13228 * mac-gdb.r: Delete file.
13229 * mac-defs.h: Delete file.
13230 * mac-nat.c: Delete file.
13231 * config/powerpc/macos.mh: Delete file.
13232 * config/powerpc/macos.mt: Delete file.
13233 * config/powerpc/nm-macos.h: Delete file.
13234 * config/powerpc/tm-macos.h: Delete file.
13235 * source.c (openp, open_source_file): Remove obsolete code.
13236 * top.c (gdb_readline): Ditto.
13237 * utils.c (query): Ditto.
13238 * event-top.c (display_gdb_prompt): Ditto.
13239 * Makefile.in (ser-mac.o): Delete obsolete target.
13240 * NEWS: Update.
13241
13242 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13243
13244 * defs.h (BIG_ENDIAN): Delete macro definition.
13245 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13246 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13247 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13248 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13249 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13250 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13251 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13252 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13253 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13254 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13255 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13256 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13257 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13258 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13259 * gdbarch.c: Re-generate.
13260
13261 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13262
13263 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13264 for core files.
13265
13266 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13267
13268 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13269
13270 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13271
13272 * value.h (value_ptr): Delete typedef.
13273
13274 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13275
13276 * i386nbsd-nat.c: Update copyright years.
13277 Include i386-tdep.h.
13278
13279 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13280
13281 * stabsread.c: Update copyright years.
13282
13283 From Debashis Mahata <debashis.mahata@wipro.com>:
13284 (read_struct_fields): Deal with Sun C compiler erroneous stab
13285 output for structs and unions.
13286 Fix PR gdb/269.
13287
13288 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13289
13290 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13291 prototype.
13292
13293 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13294
13295 * cp-abi.c: Fix whitespace.
13296 (baseclass_offset): New wrapper function.
13297 * cp-abi.h (baseclass_offset): Add prototype.
13298 (struct cp_abi_ops): Add baseclass_offset pointer.
13299
13300 * valops.c (vb_match): Move to...
13301 * gnu-v2-abi.c (vb_match): here.
13302 * valops.c (baseclass_offset): Move to...
13303 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13304
13305 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13306
13307 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13308 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13309 * hpacc-abi.c (init_hpacc_ops): Likewise.
13310
13311 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13312
13313 * valops.c (find_overload_match): Accept obj as a
13314 reference parameter. Update it before returning.
13315 * value.h (find_overload_match): Update prototype.
13316 * eval.c (evaluate_subexp_standard): Pass object to
13317 find_overload_match by reference.
13318
13319 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13320
13321 * valarith.c: Replace value_ptr with struct value pointer. Remove
13322 register attribute from value declarations.
13323 * valops.c: Ditto.
13324 * value.h: Ditto.
13325 * scm-lang.c (scm_lookup_name): Ditto.
13326
13327 2002-01-03 Michael Snyder <msnyder@redhat.com>
13328
13329 Abstract the functionality of iterating over mapped memory
13330 regions into a general purpose iterator function.
13331 * procfs.c (iterate_over_mappings): New function, general purpose
13332 iterator for memory sections.
13333 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13334 (solib_mappings_callback): New function, callback for above.
13335 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13336 (info_mappings_callback): New function, callback for above.
13337
13338 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13339
13340 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13341
13342 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13343 * i386-tdep.c: Include "elf-bfd.h".
13344 (process_note_abi_tag_sections): New function.
13345 (i386_gdbarch_init): Add code to recognize various OS/ABI
13346 combinations.
13347
13348 * maint.c (_initialize_maint_cmds): Add missing \ in
13349 string-literal.
13350
13351 For older changes see ChangeLog-2001
13352 \f
13353 Local Variables:
13354 mode: change-log
13355 left-margin: 8
13356 fill-column: 74
13357 version-control: never
13358 End: