2002-11-24 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-11-24 Andrew Cagney <ac131313@redhat.com>
2
3 * frame.c (set_unwind_by_pc): Revert change below, use
4 PC_IN_CALL_DUMMY.
5 (get_prev_frame): Ditto.
6
7 2002-11-24 Andrew Cagney <ac131313@redhat.com>
8
9 * dummy-frame.c (pc_in_dummy_frame): New function.
10 (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
11 (find_dummy_frame): Update comment.
12 (generic_pop_current_frame): Use get_frame_type.
13 * dummy-frame.h (pc_in_dummy_frame): Declare.
14 * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
15 (create_new_frame): Use pc_in_dummy_frame.
16 (get_prev_frame): Use pc_in_dummy_frame.
17 (frame_saved_regs_register_unwind): Use get_prev_frame.
18 (deprecated_generic_get_saved_register): Use get_prev_frame.
19
20 2002-11-23 Andrew Cagney <ac131313@redhat.com>
21
22 * blockframe.c (find_frame_addr_in_frame_chain): Move function
23 from here ...
24 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
25 (varobj_create): Note that frame ID should be used.
26 * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
27
28 2002-11-23 Andrew Cagney <ac131313@redhat.com>
29
30 * breakpoint.c: Include "gdb_assert.h".
31 (deprecated_frame_in_dummy): Assert that generic dummy frames are
32 not being used.
33 * Makefile.in (breakpoint.o): Update dependencies.
34 * ada-lang.c (find_printable_frame): Use get_frame_type instead of
35 deprecated_frame_in_dummy.
36 * stack.c (print_frame_info_base): Ditto.
37 (frame_info): Ditto.
38 (print_frame_info_base): Ditto. Delete dead code.
39
40 2002-11-23 Andreas Schwab <schwab@suse.de>
41
42 * Makefile.in (m68k_tdep_h): Define.
43 (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
44 (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
45 * m68k-tdep.c: Move register number enum ...
46 * m68k-tdep.h: ... to this new file and rename the constants from
47 E_* to M68K_*. All uses changed.
48 * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
49 * abug-rom.c: Include "m68k-tdep.h". Use
50 M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
51 * cpu32bug-rom.c: Likewise.
52 * dbug-rom.c: Likewise.
53 * m68k-tdep.c: Likewise.
54 * m68klinux-nat.c: Likewise.
55 * remote-est.c: Likewise.
56 * rom68k-rom.c: Likewise.
57 * config/m68k/tm-linux.h: Likewise.
58
59 2002-11-23 Andrew Cagney <ac131313@redhat.com>
60
61 * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
62 dummy frame initialization code.
63 * mips-tdep.c (mips_gdbarch_init): Ditto.
64
65 2002-11-22 Christopher Faylor <cgf@redhat.com>
66
67 * win32-nat.c (child_attach): Reset saw_create counter or subsequent
68 attach will hang.
69
70 2002-11-22 Andrew Cagney <ac131313@redhat.com>
71
72 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
73 to default_frame_address.
74 * gdbarch.h, gdbarch.c: Re-generate.
75
76 * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
77 or frame_locals_address to default_frame_address.
78 * m68k-tdep.c (m68k_gdbarch_init): Update.
79 * i386-tdep.c (i386_gdbarch_init): Update.
80 * frv-tdep.c (frv_gdbarch_init): Update.
81 * sh-tdep.c (sh_gdbarch_init): Update.
82 * v850-tdep.c (v850_gdbarch_init): Update.
83 * sparc-tdep.c (sparc_gdbarch_init): Update.
84 * mips-tdep.c (mips_gdbarch_init): Update.
85 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
86 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
87 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
88
89 * cris-tdep.c (cris_frame_args_address): Delete function.
90 (cris_frame_locals_address): Delete function.
91 (cris_gdbarch_init): Do not set frame_args_address or
92 frame_locals_address.
93
94 2002-11-22 Michael Snyder <msnyder@redhat.com>
95
96 * thread-db.c (thread_db_load): Tell the user what's going on
97 if dlopen fails on libthread_db.
98
99 2002-11-23 Andreas Schwab <schwab@suse.de>
100
101 * m68k-tdep.c (m68k_register_virtual_type): Use architecture
102 invariant return values.
103
104 2002-11-22 Andreas Schwab <schwab@suse.de>
105
106 * valops.c (value_slice): Move declaration of `offset' to avoid
107 warning.
108
109 2002-11-22 Christopher Faylor <cgf@redhat.com>
110
111 * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
112 (struct so_stuff): Add end_addr field.
113 (register_loaded_dll): Calculate and store end address of loaded dll.
114 (solib_address): New function.
115 (child_solib_loaded_library_pathname): Pass carefully constructed
116 section info to safe_symbol_file_add rather than ignoring it.
117 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
118 DLL is loaded.
119 (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
120 (child_create_inferior): Fix a compiler warning.
121 * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
122 (solib_address): Declare new function.
123
124 2002-11-22 Andreas Schwab <schwab@suse.de>
125
126 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
127 and FPS registers.
128
129 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
130
131 * maint.c (_initialize_maint_cmds): Fix typo. From
132 Francesco Potorti` <pot@gnu.org>.
133
134 2002-11-21 Andrew Cagney <cagney@redhat.com>
135
136 * mips-tdep.c (mips_dump_tdep): Delete references to
137 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
138 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
139 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
140 * printcmd.c (build_address_symbolic): Delete calls to
141 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
142 (address_info): Ditto.
143 Fix PR gdb/773.
144
145 2002-11-19 Klee Dienes <kdienes@apple.com>
146 Adam Fedor <fedor@gnu.org>
147
148 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
149 the ability to explicitly specify the quote characters and word
150 break characters; if NULL is specified for either, use the old
151 behavior of using the characters used by the completer.
152 (skip_chars): New function. Convenience wrapper around
153 skip_quoted_chars to provide the original skip_chars behavior.
154 * completer.h (skip_quoted_chars): Add prototype.
155
156 2002-11-19 Andrew Cagney <ac131313@redhat.com>
157
158 Problems reported by Paul Eggert.
159 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
160
161 2002-11-19 Andreas Schwab <schwab@suse.de>
162
163 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
164 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
165 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
166 (m68k_linux_frame_saved_pc): Move to ...
167 * m68klinux-tdep.c: ... here. New file.
168 * Makefile.in (m68klinux-tdep.o): Add dependencies.
169 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
170
171 2002-11-19 Adam Fedor <fedor@gnu.org>
172
173 * objc-exp.y: Revert to old skip_quoted usage.
174
175 2002-11-19 Adam Fedor <fedor@gnu.org>
176
177 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
178 (objc_lang_h): Define.
179 (YYFILES): Add objc-exp.tab.c.
180 (local-maintainer-clean): Remove objc-exp.tab.c.
181 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
182
183 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
184
185 * p-exp.y (typecast rule): Add automatic dereference of
186 pascal classes if needed.
187 (THIS): Set current_type.
188 Automatically dereference pascal classes.
189 (typebase rule): Add ^typebase recognition.
190
191 2002-11-18 Adam Fedor <fedor@gnu.org>
192
193 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
194 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
195 (op_name): Handle OP_OBJC_SELF.
196 * Makefile.in (expprint.o): Add additional depends.
197
198 2002-11-18 Adam Fedor <fedor@gnu.org>
199
200 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
201 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
202 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
203 * objc-exp.y: Likewise.
204
205 2002-11-18 Adam Fedor <fedor@gnu.org>
206
207 * gdb/parser-defs.h: (struct objc_class_str): New structure
208 for parsing ObjC classes.
209
210 2002-11-18 Andrew Cagney <ac131313@redhat.com>
211
212 * stack.c (frame_relative_level): Copy function from here ...
213 * frame.c (frame_relative_level): ...to here.
214
215 2002-11-18 Andrew Cagney <ac131313@redhat.com>
216
217 * frame.h (enum frame_type): Define.
218 (get_frame_type): Declare.
219 (struct frame_info): Add field `type'. Delete field
220 signal_handler_caller.
221 (deprecated_set_frame_signal_handler_caller): Declare.
222 * frame.c (get_frame_type): New function.
223 (deprecated_set_frame_type): New function.
224 (create_new_frame): Set the frame's type.
225 (get_prev_frame): Similar.
226 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
227 * s390-tdep.c: Ditto.
228 * m68klinux-nat.c: Ditto.
229 * ns32k-tdep.c: Ditto.
230 * x86-64-linux-tdep.c: Ditto.
231 * vax-tdep.c: Ditto.
232 * rs6000-tdep.c: Ditto.
233 * ppc-linux-tdep.c: Ditto.
234 * i386-interix-tdep.c: Ditto.
235 * mips-tdep.c: Ditto.
236 * m68k-tdep.c: Ditto.
237 * hppa-tdep.c: Ditto.
238 * ia64-tdep.c: Ditto.
239 * cris-tdep.c: Ditto.
240 * arm-tdep.c: Ditto.
241 * alpha-tdep.c: Ditto.
242 * i386-tdep.c: Ditto.
243 * stack.c: Ditto.
244 * ada-lang.c: Ditto.
245 * blockframe.c: Update.
246 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
247 deprecated_set_frame_type instead of signal_handler_caller.
248 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
249 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
250 * breakpoint.h: Delete FIXME suggesting get_frame_type.
251
252 2002-11-18 Klee Dienes <kdienes@apple.com>
253
254 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
255
256 2002-11-18 Klee Dienes <kdienes@apple.com>
257
258 * buildsym.c (pop_context): Add comment.
259
260 2002-11-18 Klee Dienes <kdienes@apple.com>
261
262 * buildsym.h (pop_context): Convert to function, defined in
263 buildsym.c.
264 * buildsym.c: Include gdb_assert.h.
265 (pop_context): Implement as C function. Add check for stack
266 underflow.
267 * dbxread.c (process_one_symbol): Complain and stop processing
268 that symbol if we are already at the top of the context stack for
269 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
270 when processing N_RBRAC.
271
272 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
273
274 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
275 define.
276 (struct target_waitstatus): Add opaque definition.
277 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
278 * exec.c (init_exec_ops): Likewise.
279 * fork-child.c (clone_and_follow_inferior): Remove.
280 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
281 * inferior.h (clone_and_follow_inferior): Remove prototype.
282 * infrun.c (follow_fork_mode_both): Remove.
283 (follow_fork_mode_kind_names): Remove commented out "both".
284 (follow_inferior_fork): Remove follow_fork_mode_both support.
285 * inftarg.c (child_clone_and_follow_inferior): Remove.
286 (child_post_follow_inferior_by_clone): Remove.
287 (init_child_ops): Don't set to_clone_and_follow_inferior
288 or to_post_follow_inferior_by_clone.
289 * target.c (default_clone_and_follow_inferior): Remove.
290 (cleanup_target): Don't set to_clone_and_follow_inferior
291 or to_post_follow_inferior_by_clone.
292 (find_default_clone_and_follow_inferior): Remove.
293 (init_dummy_target): Don't set to_clone_and_follow_inferior.
294 (debug_to_clone_and_follow_inferior): Remove.
295 (debug_to_post_follow_inferior_by_clone): Remove.
296 (setup_target_debug): Don't set to_clone_and_follow_inferior
297 or to_post_follow_inferior_by_clone.
298 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
299 and to_post_follow_inferior_by_clone.
300 (child_clone_and_follow_inferior): Remove prototype.
301 (child_post_follow_inferior_by_clone): Remove prototype.
302 (target_clone_and_follow_inferior): Remove macro.
303 (target_post_follow_inferior_by_clone): Remove macro.
304 (find_default_clone_and_follow_inferior): Remove prototype.
305
306 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
307
308 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
309 inferior_has_vforked, and inferior_has_execd instead of
310 target_has_forked, target_has_vforked, and target_has_execd.
311 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
312 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
313 (CHILD_WAIT): Define.
314 (child_wait): Add prototype.
315 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
316 Add prototype.
317 (hpux_has_vforked): Likewise, from child_has_vforked.
318 (hpux_has_execd): Likewise, from child_has_execd.
319 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
320 (not_same_real_pid, child_wait): New, copied from inftarg.c.
321 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
322 and hpux_has_syscall_event instead of the target hooks.
323 * infrun.c (inferior_has_forked, inferior_has_vforked)
324 (inferior_has_execd): New functions.
325 * inftarg.c (not_same_real_pid): Remove.
326 (child_wait): Remove references to not_same_real_pid,
327 target_has_forked, target_has_vforked, target_has_execd,
328 and target_has_syscall_event.
329 (child_has_forked, child_has_vforked, child_has_execd)
330 (child_has_syscall_event): Remove.
331 (init_child_ops): Remove references to child_has_forked,
332 child_has_vforked, child_has_execd, and child_has_syscall_event.
333 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
334 (hpux_has_vforked): Likewise, from child_has_vforked.
335 (hpux_has_execd): Likewise, from child_has_execd.
336 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
337 * target.c (cleanup_target): Remove references to
338 to_has_forked, to_has_vforked, to_has_execd, and
339 to_has_syscall_event.
340 (update_current_target): Likewise.
341 (setup_target_debug): Likewise.
342 (debug_to_has_forked): Remove.
343 (debug_to_has_vforked): Remove.
344 (debug_to_has_execd): Remove.
345 (debug_to_has_syscall_event): Remove.
346 * target.h (struct target_ops): Remove to_has_forked.
347 to_has_vforked, to_has_execd, and to_has_syscall_event.
348 (child_has_forked, child_has_vforked, child_has_execd)
349 (child_has_syscall_event): Remove prototypes.
350 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
351 prototypes.
352 (target_has_forked, target_has_vforked, target_has_execd)
353 (target_has_syscall_event): Remove macros.
354
355 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
356
357 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
358 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
359 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
360 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
361 * target.c (cleanup_target): Remove reference to
362 to_can_follow_vfork_prior_to_exec.
363 (update_current_target): Likewise.
364 (debug_to_can_follow_vfork_prior_to_exec): Remove.
365 (setup_target_debug): Remove reference to
366 to_can_follow_vfork_prior_to_exec.
367 * target.h (struct target_ops): Remove
368 to_can_follow_vfork_prior_to_exec.
369 (child_can_follow_vfork_prior_to_exec): Remove prototype.
370 (target_can_follow_vfork_prior_to_exec): Remove definition.
371 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
372 define.
373 * infrun.c (follow_vfork_when_exec): Remove.
374 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
375 (follow_exec): Likewise.
376 (handle_inferior_event): Likewise.
377 (keep_going): Likewise.
378
379 2002-11-15 Andrew Cagney <cagney@redhat.com>
380
381 * frame.c (generic_unwind_get_saved_register): Make static.
382 * frame.h (generic_unwind_get_saved_register): Delete declaration.
383 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
384 defaults to generic_unwind_get_saved_register.
385 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
386 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
387 * frv-tdep.c (frv_gdbarch_init): Ditto.
388 * i386-tdep.c (i386_gdbarch_init): Ditto.
389 * s390-tdep.c (s390_gdbarch_init): Ditto.
390 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
391 * v850-tdep.c (v850_gdbarch_init): Ditto.
392 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
393 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
394 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
395
396 2002-11-15 Andrew Cagney <cagney@redhat.com>
397
398 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
399 i386-tdep.c.
400
401 2002-11-15 Andrew Cagney <cagney@redhat.com>
402
403 * frame.h (sigtramp_saved_pc): Delete declaration.
404 * blockframe.c (sigtramp_saved_pc): Delete function.
405 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
406 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
407 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
408 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
409
410 2002-11-15 Andrew Cagney <ac131313@redhat.com>
411
412 * frame.c (frame_pc_unwind): New function.
413 (frame_saved_regs_pc_unwind): New function.
414 (frame_register_unwind): Pass unwind_cache instead of
415 register_unwind_cache.
416 (set_unwind_by_pc): Add unwind_pc parameter, set.
417 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
418 (get_prev_frame): Ditto.
419 * frame.h (frame_pc_unwind_ftype): Declare.
420 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
421 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
422 (frame_pc_unwind): Declare.
423 * dummy-frame.c (dummy_frame_pc_unwind): New function.
424 (struct dummy_frame): Add comment mentioning that values are for
425 previous frame.
426 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
427 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
428 (generic_file_frame_chain_valid): Ditto.
429 * stack.c (frame_info): Ditto.
430
431 2002-11-15 David Carlton <carlton@math.stanford.edu>
432
433 * linespec.c (locate_first_half): New function.
434 (decode_line_1): Move code into locate_first_half.
435
436 2002-11-15 Andrew Cagney <ac131313@redhat.com>
437
438 * complaints.h: Add comment explaining how to eliminate a
439 deprecated_complain call.
440 * complaints.h: Fix spelling errors.
441
442 2002-11-15 David Carlton <carlton@math.stanford.edu>
443
444 * printcmd.c: Remove #include "disasm.h".
445
446 2002-11-14 Andrew Cagney <ac131313@redhat.com>
447
448 * frame.h: Move the most relevant interface functions to the start
449 of the file.
450
451 2002-11-14 Andrew Cagney <ac131313@redhat.com>
452
453 * regcache.h (deprecated_registers): Rename registers.
454 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
455 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
456 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
457 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
458 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
459 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
460 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
461 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
462 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
463 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
464 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
465 * v850ice.c: Update.
466
467 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
468
469 * utils.c (gdb_realpath): Add comment mentioning realpath with a
470 NULL buffer.
471
472 2002-11-13 Andrew Cagney <cagney@redhat.com>
473
474 * regcache.h (deprecated_read_register_bytes): Rename
475 read_register_bytes.
476 (deprecated_write_register_bytes): Rename write_register_bytes.
477 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
478 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
479 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
480 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
481 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
482 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
483 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
484 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
485 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
486 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
487 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
488 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
489 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
490 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
491
492 2002-11-13 Jim Blandy <jimb@redhat.com>
493
494 * findvar.c (read_var_value): Doc fix.
495
496 2002-11-13 Andrew Cagney <cagney@redhat.com>
497
498 * regcache.c (struct regcache): Replace passthough_p with
499 readonly_p.
500 (regcache_xmalloc): Initialize readonly_p.
501 (build_regcache): Initialize readonly_p.
502 (regcache_save): New function.
503 (regcache_restore): New function.
504 (regcache_cpy): Re-implement using regcache_save and
505 regcache_restore.
506 (regcache_raw_read): Update.
507 (regcache_cooked_read): When a read-only cache, checked for cached
508 pseudo register values.
509 (regcache_raw_write): Assert that the cache is not read-only.
510 Remove code handling a non-passthrough cache.
511 * regcache.h (regcache_save): Declare.
512 (regcache_restore): Declare.
513
514 2002-11-13 Andrew Cagney <cagney@redhat.com>
515
516 * regcache.c (struct regcache_descr): Add fields
517 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
518 (init_legacy_regcache_descr): Compute the size of a cooked
519 register cache and then assign that to sizeof_raw_registers. Set
520 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
521 (init_legacy_regcache_descr): Ditto.
522
523 2002-11-13 Andrew Cagney <cagney@redhat.com>
524
525 * regcache.c (register_buffer): Move to near start of file, update
526 description.
527 (regcache_raw_read): Use.
528 (regcache_raw_write): Use.
529 (struct regcache): Rename raw_registers to registers and
530 raw_register_valid_p to register_valid_p.
531 (regcache_xmalloc): Update.
532 (regcache_xfree): Update.
533 (register_buffer): Update.
534 (regcache_cpy): Update.
535 (regcache_cpy_no_passthrough): Update.
536 (regcache_valid_p): Update.
537 (deprecated_grub_regcache_for_registers): Update.
538 (deprecated_grub_regcache_for_register_valid): Update.
539 (set_register_cached): Update.
540 (regcache_raw_write): Update.
541
542 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
543
544 * p-exp.y (name_not_typename): Use copy_name to
545 set current_type variable for fields of THIS.
546
547 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
548
549 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
550 * monitor.c (init_base_monitor_ops): Likewise.
551 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
552 * remote-array.c (init_array_ops): Likewise.
553 * remote-e7000.c (init_e7000_ops): Likewise.
554 * remote-es.c (init_es1800_ops): Likewise.
555 (init_es1800_child_ops): Likewise.
556 * remote-rdp.c (init_remote_rdp_ops): Likewise.
557 * remote-sim.c (init_gdbsim_ops): Likewise.
558 * remote-st.c (init_st2000_ops): Likewise.
559 * sol-thread.c (init_sol_core_ops): Likewise.
560 (init_sol_thread_ops): Likewise.
561 * v850ice.c (init_850ice_ops): Likewise.
562 * win32-nat.c (init_child_ops): Likewise.
563 * wince.c (init_child_ops): Likewise.
564
565 2002-11-12 Andrew Cagney <ac131313@redhat.com>
566
567 * utils.c (gdb_realpath): Make rp a constant pointer.
568
569 2002-11-12 Andrew Cagney <ac131313@redhat.com>
570
571 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
572 a constant buffer; cannonicalize_file_name(); realpath() with a
573 pathconf() defined buffer, xstrdup().
574
575 2002-11-12 Andrew Cagney <ac131313@redhat.com>
576
577 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
578 to hang2.C; hang3.c to hang3.C.
579
580 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
581
582 * findvar.c (read_var_value): Reenable TLS code.
583
584 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
585 Jim Blandy <jimb@redhat.com>
586
587 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
588 * target.c (update_current_target): Add
589 to_get_thread_local_address.
590 * target.h (to_get_thread_local_address): Export.
591 (target_get_thread_local_address): Define.
592 (target_get_thread_local_address_p): Define.
593 * thread-db.c: Include solib-svr4.h.
594 (td_thr_tls_get_addr_p): Define.
595 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
596 (thread_db_get_thread_local_address): New function.
597 (init_thread_db_ops): Initialize to_get_thread_local_address.
598 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
599 * configure: Regenerate.
600 * config.in: Regenerate.
601
602 2002-11-11 David Carlton <carlton@math.stanford.edu>
603
604 * linespec.c (set_flags): New function.
605 (decode_line_1): Move code into set_flags.
606
607 2002-11-11 David Carlton <carlton@math.stanford.edu>
608
609 * linespec.c (decode_line_1): Move chunks of code to separate
610 functions.
611 (initialize_defaults): New function.
612 (decode_indirect): New function.
613
614 2002-11-11 Andrew Cagney <ac131313@redhat.com>
615
616 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
617 instead of void_code_ptr.
618 (sigtramp_saved_pc): Ditto.
619
620 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
621 i386_fp_regnum_p.
622
623 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
624
625 * gdbtypes.h (struct main_type): Move artificial flag out of
626 loc. New member of ``struct field'' named static_kind. Reduce
627 overloaded meaning of bitsize.
628 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
629 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
630 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
631
632 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
633 new fields.
634 (template_to_fixed_record_type, template_to_static_fixed_type)
635 (to_record_with_fixed_variant_part): Likewise.
636 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
637 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
638 * dwarfread.c (struct_type, enum_type): Likewise.
639 * hpread.c (hpread_read_enum_type)
640 (hpread_read_function_type, hpread_read_doc_function_type)
641 (hpread_read_struct_type): Likewise.
642 * mdebugread.c (parse_symbol): Likewise.
643
644 2002-11-10 Andrew Cagney <ac131313@redhat.com>
645
646 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
647 * stack.c (print_frame_info_base): Update.
648 (print_frame_info_base, frame_info): Update.
649 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
650 (sparc_frame_saved_pc): Update.
651 * ada-lang.c (find_printable_frame): Update.
652 * breakpoint.c (deprecated_frame_in_dummy): Update.
653
654 2002-11-09 Mark Kettenis <kettenis@gnu.org>
655
656 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
657 defined.
658 (regmap): Extend to cover all registers.
659 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
660 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
661 definitions.
662 (fetch_register, sore_register): Simplify.
663 (old_fetch_inferior_registers, old_store_inferior_registers):
664 Remove functions.
665 (cannot_fetch_register, cannot_store_register): Change
666 implementation to use regmap array to decide which registers
667 cannot be fetched/stored. This removes $orig_eax from the
668 registers that cannot be fetched/stored.
669 (fetch_inferior_registers): Call fetch_register directly instead
670 of calling old_fetch_inferior_registers.
671 (store_inferior_registers): Call store_register directly instead
672 of calling old_store_inferior_registers.
673 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
674 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
675 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
676
677 2002-11-09 Klee Dienes <kdienes@apple.com>
678
679 * i387-tdep.c (i387_supply_register): When called with NULL as a
680 buffer, mark the register as not provided (to mirror the behavior
681 of supply_register).
682 (i387_supply_fxsave): Ditto.
683 (i387_supply_fsave): Ditto (inherits the behavior from
684 i387_supply_register).
685
686 2002-11-09 Klee Dienes <kdienes@apple.com>
687
688 * blockframe.c (sigtramp_saved_pc): Use
689 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
690 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
691 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
692
693 2002-11-09 Andrew Cagney <ac131313@redhat.com>
694
695 * frame.c (get_prev_frame): Test prev_p to identify a previously
696 unwound frame. Initialize prev_p.
697 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
698 comment.
699
700 2002-11-09 Andrew Cagney <ac131313@redhat.com>
701
702 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
703 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
704 more comments. Zap dead code.
705
706 2002-11-09 Mark Kettenis <kettenis@gnu.org>
707
708 * infcmd.c (print_vector_info, print_float_info): Move code that
709 checks whether the target has any registers and whether there is a
710 selected frame up, such that it is also used if a target provides
711 multi-arch definitions of these functions.
712
713 2002-11-08 Andrew Cagney <ac131313@redhat.com>
714
715 * Makefile.in (DESTDIR): Define.
716 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
717 prefix.
718
719 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
720 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
721
722 2002-11-08 Andrew Cagney <ac131313@redhat.com>
723
724 * i386-linux-tdep.c: Include "reggroups.h".
725 (i386_linux_register_reggroup_p): New function.
726 (i386_linux_init_abi): Set register_reggroup_p to
727 i386_linux_register_reggroup_p.
728 * i386-tdep.h (i386_register_reggroup_p): Declare.
729 * i386-tdep.c: Include "reggroups.h".
730 (i386_init_reggroups): New function.
731 (i386_add_reggroups): New function.
732 (i386_register_reggroup_p): New function.
733 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
734 (_initialize_i386_tdep): Call i386_init_reggroups.
735 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
736 specific reggroups.
737
738 2002-11-09 Mark Kettenis <kettenis@gnu.org>
739
740 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
741 request that's available in *BSD.
742
743 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
744
745 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
746 FDOFF_REGNUM.
747
748 2002-11-08 Andrew Cagney <ac131313@redhat.com>
749
750 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
751 * dummy-frame.c (find_dummy_frame): Rename
752 generic_find_dummy_frame, make static. Return the dummy frame
753 instead of the regcache.
754 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
755 (cached_find_dummy_frame): New function. Use find_dummy_frame.
756 (dummy_frame_register_unwind): Rename
757 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
758 * dummy-frame.h (dummy_frame_register_unwind): Rename
759 generic_call_dummy_register_unwind.
760
761 2002-11-08 Mark Kettenis <kettenis@gnu.org>
762
763 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
764 except the inclusion of "i386/tm-i386.h", to...
765 * config/i386/nm-i386v42mp.h: ...here.
766 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
767
768 2002-11-08 Andrew Cagney <ac131313@redhat.com>
769
770 * Makefile.in (frame.o): Update dependencies.
771 * blockframe.c (current_frame, frame_obstack_alloc)
772 (frame_saved_regs_zalloc, get_current_frame)
773 (set_current_frame, create_new_frame)
774 (set_unwind_by_pc, get_next_frame)
775 (flush_cached_frames, reinit_frame_cache)
776 (frame_saved_regs_register_unwind)
777 (deprecated_generic_get_saved_register)
778 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
779 (_initialize_blockframe): Move frame code from here...
780 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
781 "annotate.h" and "dummy-frame.h".
782 (_initialize_frame): New function.
783
784 2002-11-08 Jim Blandy <jimb@redhat.com>
785
786 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
787 when we finish a function a context.
788 * buildsym.h (outermost_context_p): New macro.
789 (Bug analyzed by David Edelsohn.)
790
791 2002-11-08 Andrew Cagney <ac131313@redhat.com>
792
793 * blockframe.c: Include "dummy-frame.h".
794 (struct dummy_frame, dummy_frame_stack)
795 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
796 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
797 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
798 (generic_save_call_dummy_addr, generic_pop_current_frame)
799 (generic_pop_dummy_frame, generic_fix_call_dummy)
800 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
801 dummy frame code from here...
802 * dummy-frame.c: ...to here. New file.
803 * dummy-frame.h: New file.
804 (generic_call_dummy_register_unwind): Declare.
805 (generic_find_dummy_frame): Declare.
806 * Makefile.in (SFILES): Add dummy-frame.c.
807 (dummy-frame.o): Specify dependencies.
808 (dummy_frame_h): Define.
809 (COMMON_OBS): Add dummy-frame.o.
810 (blockframe.o): Update dependencies.
811
812 2002-11-08 Jim Blandy <jimb@redhat.com>
813
814 * dwarf2read.c (read_func_scope): Restore local_symbols and
815 param_symbols after we finish the function context. (Based on a
816 patch from David Edelsohn.)
817
818 2002-11-08 David Carlton <carlton@math.stanford.edu>
819
820 * linespec.c (symbol_found): New function.
821 (minsym_found): New function.
822 (decode_line_1): Separate out some code into separate functions.
823
824 2002-11-08 Joel Brobecker <brobecker@gnat.com>
825
826 * i386-tdep.c (i386_frameless_signal_p): Make non static for
827 the benefit of the interix target.
828 * i386-tdep.h (i386_frameless_signal_p): Declare.
829
830 2002-11-08 Andrew Cagney <ac131313@redhat.com>
831
832 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
833 declaration that snuck in from change below.
834
835 2002-11-06 Andrew Cagney <cagney@redhat.com>
836
837 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
838 all callers.
839 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
840 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
841 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
842 (i386_mxcsr_regnum_p): new function. Use instead of
843 MXCSR_REGNUM_P.
844 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
845 (i386_sse_regnum_p): Declare.
846 (i386_mxcsr_regnum_p): Declare.
847 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
848 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
849 (IS_FP_REGNUM): Update definition.
850 (IS_FPU_CTRL_REGNUM): Update definition..
851 (IS_SSE_REGNUM): Update definition..
852 * i386v-nat.c (register_u_addr): Update.
853 * go32-nat.c (fetch_register): Update.
854 (store_register): Update.
855
856 2002-11-07 Joel Brobecker <brobecker@gnat.com>
857
858 Preparation work to convert the hppa targets to multiarch partial.
859
860 * hppa-tdep.c: Add new functions replacing macro bodies from
861 config/pa/tm-hppa.h. These function will be used to initialize
862 the gdbarch structure. Import some comments from tm-hppa.h,
863 and place them where appropriate, to avoid loosing them when
864 we cleanup this file.
865 (hppa_reg_struct_has_addr): New function.
866 (hppa_inner_than): New function.
867 (hppa_stack_align): New function.
868 (hppa_pc_requires_run_before_use): New function.
869 (hppa_instruction_nullified): New function.
870 (hppa_register_byte): New function.
871 (hppa_register_virtual_type): New function.
872 (hppa_store_struct_return): New function.
873 (hppa_cannot_store_register): New function.
874 (hppa_frame_args_address): New function.
875 (hppa_frame_locals_address): New function.
876 (hppa_smash_text_address): New function.
877 (hppa_coerce_float_to_double): New function. Requires the inclusion
878 of "language.h".
879
880 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
881
882 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
883 gdbarch-eligible macro to a call to the new associated function
884 created in hppa-tdep.c.
885 (INNER_THAN): Likewise.
886 (STACK_ALIGN): Likewise.
887 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
888 (INSTRUCTION_NULLIFIED): Likewise.
889 (REGISTER_BYTE): Likewise.
890 (REGISTER_VIRTUAL_TYPE): Likewise.
891 (STORE_STRUCT_RETURN): Likewise.
892 (CANNOT_STORE_REGISTER): Likewise.
893 (FRAME_ARGS_ADDRESS): Likewise.
894 (FRAME_LOCALS_ADDRESS): Likewise.
895 (SMASH_TEXT_ADDRESS): Likewise.
896 (COERCE_FLOAT_TO_DOUBLE): Likewise.
897 (ABOUT_TO_RETURN): Delete, as no longer used.
898
899 2002-11-07 Fernando Nasser <fnasser@redhat.com>
900
901 * printcmd.c (disassemble_command): Remove obsolete function.
902 (_initialize_printcmd): Do not create disassemble command here.
903 * cli/cli-cmds.c (disassemble_command): New function. Implements
904 disassemble command.
905 (init_cli_cmds): Create disassemble command here instead.
906
907 2002-11-07 Andrew Cagney <ac131313@redhat.com>
908
909 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
910
911 2002-11-07 Andrew Cagney <ac131313@redhat.com>
912
913 * regcache.h (regcache_cooked_read_using_offset_hack)
914 (regcache_cooked_write_using_offset_hack): Delete declarations.
915 (register_changed): Delete declaration.
916 * regcache.c (regcache_cooked_read_using_offset_hack)
917 (regcache_cooked_write_using_offset_hack): Delete functions.
918 (cooked_xfer_using_offset_hack): Delete function.
919 (register_changed): Delete function.
920
921 2002-11-07 Jim Blandy <jimb@redhat.com>
922
923 * macroscope.c: #include "complaints.h".
924 (sal_macro_scope): Cope with filenames that appear in the symtabs,
925 but not in the macro table.
926 * Makefile.in (macroscope.o): Record dependency.
927
928 2002-11-07 Joel Brobecker <brobecker@gnat.com>
929
930 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
931
932 2002-11-07 Andrew Cagney <ac131313@redhat.com>
933
934 * regcache.c (deprecated_registers_fetched): Update.
935 * regcache.h (deprecated_registers_fetched): Rename
936 registers_fetched.
937 * remote-vxsparc.c (vx_read_register): Update.
938 * remote-vxmips.c (vx_read_register): Update.
939 * remote-vx68.c (vx_read_register): Update.
940 * irix5-nat.c (fetch_core_registers): Update.
941 * mipsm3-nat.c (fetch_inferior_registers): Update.
942 * sun3-nat.c (fetch_inferior_registers): Update.
943 * symm-nat.c (fetch_inferior_registers): Update.
944 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
945 (fetch_core_registers): Update.
946 (fetch_kcore_registers): Update.
947 * mips-nat.c (fetch_inferior_registers): Update.
948 * corelow.c (get_core_registers): Update.
949 * a68v-nat.c (fetch_inferior_registers): Update.
950
951 2002-11-06 Joel Brobecker <brobecker@gnat.com>
952
953 Put in place the framework necessary for multiarching the hppa targets.
954 * hppa-tdep.c (hppa_gdbarch_init): New function.
955 (hppa_dump_tdep): New function.
956 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
957 tdep structure dumper.
958 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
959 until the multi-arching conversion has partially been completed.
960
961 2002-11-06 Andrew Cagney <ac131313@redhat.com>
962
963 * valops.c (value_assign): Merge lval_register case into
964 lval_reg_frame_relative. Use frame_register and
965 regcache_cooked_write instead of get_saved_register and
966 write_register_bytes. After flushing the register cache, try to
967 re-select the selected frame.
968
969 2002-11-06 Andrew Cagney <ac131313@redhat.com>
970
971 * regcache.h (deprecated_register_valid): Rename register_valid.
972 * regcache.c: Update.
973 * ia64-aix-nat.c: Update.
974 * i386gnu-nat.c: Update.
975 * alpha-nat.c: Update.
976 * sparc-nat.c: Update.
977 * lynx-nat.c: Update.
978 * remote-mips.c: Update.
979
980 2002-11-06 Joel Brobecker <brobecker@gnat.com>
981
982 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
983 to end of file, to be more consistent with the pratice followed
984 by other targets.
985
986 2002-11-06 Andrew Cagney <ac131313@redhat.com>
987
988 * infcmd.c: Include "reggroups.h" and <ctype.h>.
989 (print_float_info): Print registers in float_reggroup.
990 (print_vector_info): Print registers in vector_reggroup.
991 (default_print_registers_info): When all, print registers in
992 all_reggroup. Otherwize, print registers in general_reggroup.
993 (registers_info): Rewrite. Add support for register groups.
994 Eliminate a goto.
995
996 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
997
998 * symtab.c (methods_info): Delete. It has been ifdeffed out for
999 ages.
1000 (symtab_symbol_info): Remove eons old ifdeffed out code.
1001 (_initialize_symtab): Remove prehistoric disabled 'info methods'
1002 command.
1003
1004 2002-11-06 Theodore A. Roth <troth@openavr.org>
1005
1006 * c-exp.y: Add missing semi-colons.
1007 * f-exp.y: Add missing semi-colons.
1008 * m2-exp.y: Add missing semi-colons.
1009 * p-exp.y: Add missing semi-colons.
1010 Add empty action to start rule to avoid a type clash error when
1011 building with bison >= 1.50.
1012
1013 2002-11-06 Jim Blandy <jimb@redhat.com>
1014
1015 * macrotab.h (struct macro_source_file): Doc fix.
1016
1017 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
1018
1019 * varobj.c (child_exists, cplus_number_of_children): Change
1020 STREQ macro references to strcmp.
1021 (cplus_name_of_child): Change code to handle the fact that
1022 fields are not necessarily contiguous with regards to their
1023 access control. This is a fix for PR gdb/792.
1024
1025 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1026
1027 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
1028 * gdbarch.h, gdbarch.c: Regnerate.
1029 * frame.h (frame_register): Declare.
1030 * frame.c (frame_register): New function.
1031 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
1032 GET_SAVED_REGISTER, otherwize call
1033 generic_unwind_get_saved_register.
1034 (frame_register_read): Use frame_register instead of
1035 get_saved_register.
1036
1037 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1038
1039 From Jim Ingham <jingham@apple.com>:
1040 * event-top.c (gdb_disable_readline): New function.
1041 (_initialize_event_loop): Move comment.
1042
1043 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1044
1045 * event-loop.c (start_event_loop): Add comment.
1046 Update copyright.
1047
1048 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1049
1050 * infcmd.c (default_print_registers_info): Do not call
1051 PRINT_REGISTER_HOOK.
1052
1053 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1054
1055 * sparc-tdep.c (sparc_print_register_hook): Make static.
1056 (sparc_print_registers_info): New function.
1057 (sparc_do_registers_info): New function.
1058 (sparclet_print_registers_info): New function.
1059 (sparclet_do_registers_info): New function.
1060 (do_sparc_print_registers_info): New function.
1061 (sparc_print_registers): New static function, clone of infcmd.c's
1062 default_print_registers_info.
1063 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
1064 (sparclet_do_registers_info): Declare.
1065 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
1066 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
1067 Re-define.
1068 (sparc_do_registers_info): Declare.
1069 (PRINT_REGISTER_HOOK): Delete macro.
1070 (sparc_print_register_hook): Delete declaration.
1071
1072 2002-11-05 David Carlton <carlton@math.stanford.edu>
1073
1074 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
1075 functions.
1076 (lookup_symbol_aux_local): New function.
1077 (lookup_symbol_aux_symtabs): New function.
1078 (lookup_symbol_aux_psymtabs): New function.
1079
1080 2002-11-05 David Carlton <carlton@math.stanford.edu>
1081
1082 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
1083 previous values of 'objfile' and 'block'.
1084
1085 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
1086
1087 * values.c (value_change_enclosing_type): Set
1088 enclosing_type field correctly also for the case where
1089 more memory needs to be allocated.
1090
1091 2002-11-03 Mark Kettenis <kettenis@gnu.org>
1092
1093 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
1094 of puts_filtered.
1095
1096 * i387-tdep.c (i387_print_float_info): Replace calls to
1097 register_read and deprecated_read_register_gen with calls to
1098 frame_register_read, and make the necessary adjustments to the
1099 surrounding code.
1100
1101 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1102
1103 * gdbarch.sh (register_reggroup_p): Allow default value.
1104 * gdbarch.h, gdbarch.c: Regenerate.
1105
1106 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1107
1108 * regcache.h: Add coment indicating replacements for deprecated
1109 functions.
1110
1111 2002-11-02 Andrew Cagney <cagney@redhat.com>
1112
1113 * reggroups.h, reggroups.c: New files.
1114 * regcache.c: Include "reggroups.h".
1115 (enum regcache_dump_what): Add `regcache_dump_groups'.
1116 (regcache_dump): Contract size of the "Type" column. When
1117 specified, dump the register's groups.
1118 (maintenance_print_register_groups): New function.
1119 (_initialize_regcache): Add command `maint print register-groups'.
1120 * Makefile.in (COMMON_OBS): Add reggroups.o
1121 (SFILES): Add reggroups.c.
1122 (reggroups_h): Define.
1123 (regcache.o, gdbarch.o): Update dependencies.
1124 (reggroups.o): Specify dependencies.
1125 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
1126 Add opaque declaration for `struct reggroup' in generated .h file.
1127 Include "reggroups.h" in generated .c file.
1128 gdbarch.h, gdbarch.c: Re-generate.
1129
1130 2002-11-02 Andrew Cagney <cagney@redhat.com>
1131
1132 * regcache.h (deprecated_read_register_gen): Rename
1133 read_register_gen.
1134 (deprecated_write_register_gen): Rename write_register_gen.
1135 * i387-tdep.c: Update.
1136 * x86-64-linux-nat.c: Update
1137 * wince.c: Update.
1138 * thread-db.c: Update.
1139 * win32-nat.c: Update.
1140 * mips-tdep.c: Update.
1141 * d10v-tdep.c: Update.
1142 * cris-tdep.c: Update.
1143 * remote-sim.c: Update.
1144 * remote-rdi.c: Update.
1145 * remote-rdp.c: Update.
1146 * frame.c: Update.
1147 * target.c: Update.
1148 * blockframe.c: Update.
1149 * x86-64-tdep.c: Update.
1150 * xstormy16-tdep.c: Update.
1151 * sh-tdep.c: Update.
1152 * s390-tdep.c: Update.
1153 * rs6000-tdep.c: Update.
1154 * sparc-tdep.c: Update.
1155 * i386-tdep.c: Update.
1156 * dwarf2cfi.c: Update.
1157 * regcache.c: Update.
1158
1159 2002-11-01 Joel Brobecker <brobecker@gnat.com>
1160
1161 New interix-specific files:
1162 * config/i386/nm-interix.h: New file.
1163 * config/i386/interix.mh: New file.
1164 * config/i386/interix.mt: New file.
1165 * i386-interix-nat.c: New file.
1166 * i386-interix-tdep.c: New file.
1167
1168 2002-11-01 Andrew Cagney <cagney@redhat.com>
1169
1170 * frame.h (deprecated_generic_get_saved_register): Rename
1171 generic_get_saved_register.
1172 * blockframe.c (deprecated_generic_get_saved_register): Update.
1173 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1174 (xstormy16_frame_saved_register): Update.
1175 * sh-tdep.c (sh_gdbarch_init): Update.
1176 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1177 * ia64-tdep.c (ia64_get_saved_register): Update.
1178 * cris-tdep.c (cris_gdbarch_init): Update.
1179 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1180 * arm-tdep.c (arm_gdbarch_init): Update.
1181
1182 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1183
1184 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1185
1186 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1187
1188 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1189 trampolines in sigaction.
1190
1191 2002-10-31 Andrew Cagney <cagney@redhat.com>
1192
1193 * h8300-tdep.c: Include "gdb_assert.h".
1194 (h8300_print_register): Add gdbarch, file and frame parameters.
1195 Use frame_read_unsigned_register to read the register's value.
1196 Use fprintf_filtered to display output.
1197 (h8300_print_registers_info): Replace h8300_do_registers_info.
1198 (h8300_gdbarch_init): Set print_registers_info.
1199
1200 2002-10-31 Andrew Cagney <cagney@redhat.com>
1201
1202 * frame.c (frame_read_unsigned_register): New function.
1203 (frame_read_signed_register): New function.
1204 * frame.h (frame_read_unsigned_register): Declare.
1205 (frame_read_signed_register): Declare.
1206
1207 2002-10-31 Andrew Cagney <cagney@redhat.com>
1208
1209 * h8500-tdep.c (h8500_print_registers_info): New static function,
1210 clone of infcmd.c's default_print_registers_info.
1211 (h8500_do_registers_info): New funtion.
1212 (h8500_print_register_hook): Rename print_register_hook, make
1213 static.
1214
1215 * config/h8500/tm-h8500.h: Update copyright.
1216 (DEPRECATED_DO_REGISTERS_INFO): Define.
1217 (h8500_do_registers_info: Declare.
1218 (PRINT_REGISTER_HOOK): Delete macro.
1219 (print_register_hook): Delete function.
1220
1221 2002-10-31 Andrew Cagney <cagney@redhat.com>
1222
1223 * z8k-tdep.c (z8k_print_register_hook): Make static.
1224 (z8k_print_registers_info): New static function, clone of
1225 infcmd.c's default_print_registers_info.
1226 (z8k_do_registers_info): New function. Wrap
1227 z8k_print_registers_info.
1228 * config/z8k/tm-z8k.h: Update copyright.
1229 (PRINT_REGISTER_HOOK): Delete macro.
1230 (z8k_print_register_hook): Delete declaration.
1231 (DEPRECATED_DO_REGISTERS_INFO): Define.
1232 (z8k_do_registers_info): Declare.
1233
1234 2002-10-30 Joel Brobecker <brobecker@gnat.com>
1235
1236 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1237 as this is already provided by value.h, and was actually causing
1238 a compilation error because of a conflict in parameter type
1239 declaration due to a missing const keyword.
1240 (low_text_segment_addres): Fix a compilation warning.
1241
1242 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1243
1244 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1245 registers without a name.
1246 (mips_linux_cannot_store_register): Don't store registers without
1247 a name.
1248
1249 2002-10-28 David Carlton <carlton@math.stanford.edu>
1250
1251 * symtab.c (find_addr_symbol): Delete. (It was already commented
1252 out.)
1253 * symtab.h: Delete prototype for find_addr_symbol.
1254
1255 2002-10-26 Andrew Cagney <cagney@redhat.com>
1256
1257 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1258 DO_REGISTERS_INFO.
1259 gdbarch.h, gdbarch.c: Re-generate.
1260 * infcmd.c (default_print_registers_info): Update reference.
1261 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1262 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1263 * sh-tdep.c (sh_gdbarch_init): Ditto.
1264 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1265 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1266
1267 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1268
1269 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1270 cfi_init_extra_frame_info.
1271 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1272 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1273
1274 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1275 target where necessary. Add more comments and remove the ones
1276 that don't provide any useful information.
1277
1278 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1279 deprecated_read_register_dummy with
1280 frame_unwind_unsigned_register.
1281
1282 * i386-tdep.c (i386_extract_struct_value_address): Use
1283 regcache_raw_read_unsigned instead of
1284 regcache_cooked_read_unsigned since we know that the register
1285 we're reading isn't a pseudo register. Rename variable 'val' into
1286 the more descriptive 'addr'.
1287
1288 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1289 (x86_64_push_return_address): Add comment.
1290 (x86_64_pop_frame): Make static.
1291 (examine_argument): Clarify comment.
1292 (x86_64_skip_prologue): Make prolog_expact variable static.
1293
1294 * dwarf2cfi.c: Fix some formatting problems.
1295 (context_cpy, read_encoded_pointer): Clarify comments.
1296
1297 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1298 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1299 i386 target back into x86_64_gdbarch_init. Add some comments and
1300 remove meaningless ones.
1301
1302 2002-10-25 Andrew Cagney <cagney@redhat.com>
1303
1304 * complaints.h (struct deprecated_complaint): Rename `struct
1305 complaint'.
1306 * complaints.c (complain): Update.
1307 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1308 incorrect comment indicating that "symfile.h" was being included
1309 for the `struct complaint' definition.
1310 * remote-vx.c: Update.
1311 * objc-lang.c: Update.
1312 * xcoffread.c: Update.
1313 * hpread.c: Update.
1314 * mdebugread.c: Update.
1315 * stabsread.c: Update.
1316 * dwarf2read.c: Update.
1317 * dwarfread.c: Update.
1318 * elfread.c: Update.
1319 * coffread.c: Update.
1320 * stabsread.h: Update.
1321 * dbxread.c: Update.
1322 * buildsym.c: Update.
1323 * gdbtypes.c: Update.
1324 * macrotab.c: Update.
1325
1326 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1327
1328 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1329 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1330 (x86_64_init_abi): ...new function.
1331
1332 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1333 * i386v-nat.c: Include "i386-tdep.h".
1334
1335 2002-10-25 Andrew Cagney <cagney@redhat.com>
1336
1337 * gdbtypes.c (address_space_name_to_int): Update.
1338 (address_space_int_to_name): Update.
1339 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1340 multi-arch predicate.
1341 (address_class_name_to_type_flags): Ditto.
1342 * gdbarch.h, gdbarch.c: Re-generate.
1343
1344 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1345
1346 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1347
1348 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1349
1350 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1351
1352 * symtab.h (INIT_SAL): Delete macro.
1353 (init_sal): Export.
1354 * symtab.c (init_sal): New function.
1355
1356 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1357 to init_sal function call.
1358 (find_sal_from_funcs_and_line): Ditto.
1359 (all_sals_for_line): Ditto.
1360 * breakpoint.c (create_internal_breakpoint): Ditto.
1361 (create_fork_vfork_event_catchpoint): Ditto.
1362 (create_exec_event_catchpoint): Ditto.
1363 (parse_breakpoint_sals): Ditto.
1364 (watch_command_1): Ditto.
1365 (handle_gnu_4_16_catch_command): Ditto.
1366 (clear_command): Ditto.
1367 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1368 * infcmd.c (run_stack_dummy): Ditto.
1369 * infrun.c (process_event_stop_test): Ditto.
1370 (check_sigtramp2): Ditto.
1371 (step_over_function): Ditto.
1372 * linespec.c (decode_line_2): Ditto.
1373 (decode_line_1): Ditto.
1374 * source.c (line_info): Ditto.
1375 * symtab.c (find_pc_sect_line): Ditto.
1376
1377 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1378
1379 * dwarf2cfi.c (struct context)
1380 (struct context_reg): Moved to dwarf2cfi.h
1381 (context_alloc, frame_state_alloc, context_cpy):
1382 Made extern instead of static, removed prototypes.
1383 * dwarf2cfi.h (struct context)
1384 (struct context_reg): New, moved from dwarf2cfi.c
1385 (context_alloc, frame_state_alloc, context_cpy):
1386 New prototypes.
1387 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1388 Changed from static to extern.
1389 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1390 (LINUX_SIGCONTEXT_FP_OFFSET)
1391 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1392 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1393 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1394 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1395 set_gdbarch_*() calls now use x86-64 specific functions
1396 instead of DWARF2 CFI ones.
1397 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1398 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1399 (x86_64_init_extra_frame_info): New prototypes.
1400
1401 2002-10-23 David Carlton <carlton@math.stanford.edu>
1402
1403 * linespec.c: #include "parser-defs.h".
1404 Delete prototype for find_template_name_end.
1405 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1406
1407 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1408
1409 * NEWS: add recent mi fixes.
1410 * varobj.c (struct varobj): Add new "updated" flag.
1411 (new_variable): Default "updated" flag to 0.
1412 (varobj_set_value): Set "updated" flag to 1 if value
1413 changes.
1414 (varobj_update): Check varobj "updated" flag before
1415 comparing old and refreshed values. Fix for
1416 PR gdb/702.
1417
1418 2002-10-23 David Carlton <carlton@math.stanford.edu>
1419
1420 * parse.c (parse_exp_1): Use BLOCK_START.
1421 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1422 SYMBOL_BLOCK_VALUE.
1423 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1424
1425 2002-10-23 David Carlton <carlton@math.stanford.edu>
1426
1427 * symtab.c: Delete cplusplus_hint.
1428 Delete prototype for find_template_name_end.
1429
1430 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1431
1432 * symtab.h: Update comment.
1433
1434 2002-10-23 Michael Snyder <msnyder@redhat.com>
1435
1436 * printcmd.c (address_info): Restore quotes in output.
1437 * valops.c (value_of_local): Restore quotes in error message.
1438
1439 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1440
1441 * symtab.c (symbol_demangled_name): New function.
1442 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1443 turning most of it into a function.
1444 (symbol_demangled_name): Export.
1445
1446 2002-10-23 Michael Snyder <msnyder@redhat.com>
1447
1448 * valops.c (value_of_local): Restore quotes in error message.
1449
1450 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1451
1452 * symtab.c (symbol_init_language_specific): New function.
1453 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1454 turning most of it into a function.
1455 (symbol_init_language_specific): Export.
1456
1457 2002-10-23 David Carlton <carlton@math.stanford.edu>
1458
1459 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1460 (dwarf_attr_name): Ditto.
1461 (dwarf_type_encoding_name): Ditto.
1462 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1463 (process_die): Handle DW_TAG_namespace,
1464 DW_TAG_imported_declaration, DW_TAG_imported_module.
1465 (read_namespace): New function.
1466
1467 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1468
1469 * configure.in: Define NEW_PROC_API on Interix too.
1470 * configure: Regenerate.
1471
1472 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1473
1474 * configure: Regenerate using the proper version of autoconf.
1475
1476 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1477
1478 * findvar.c (read_var_value): Temporarily disable TLS code, until
1479 complete TLS support is added.
1480
1481 2002-10-21 Jim Blandy <jimb@redhat.com>
1482 Elena Zannoni <ezannoni@redhat.com>
1483
1484 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1485 for thread local storage locations.
1486 (struct symbol): Add objfile field.
1487 (SYMBOL_OBJFILE): Define.
1488 * dwarf2read.c (is_thread_local): New static variable.
1489 (new_symbol): If variable is in thread local fill in address class
1490 and objfile appropriately.
1491 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1492 stack operation.
1493 * printcmd.c (address_info): Print the information for thread
1494 local storage variable.
1495 * findvar.c (read_var_value): In case of thread local variable,
1496 defer to the target vector code to compute address.
1497
1498 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1499
1500 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1501 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1502
1503 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1504
1505 * symtab.h (address_class): Rename
1506 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1507 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1508 * printcmd.c (address_info): Ditto.
1509 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1510
1511 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1512
1513 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1514 DBREG_DRX macro to acces debug registers.
1515
1516 * Makefile.in (i386obsd-tdep.o): New target.
1517
1518 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1519 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1520
1521 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1522 * config/i386/obsd.mt: New file.
1523 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1524 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1525 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1526 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1527 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1528 * i386obsd-tdep.c: New file.
1529
1530 2002-10-19 Adam Fedor <fedor@gnu.org>
1531
1532 * objc-exp.y (name_not_typename): Fix invalid comment.
1533
1534 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1535
1536 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1537 to allocate partial syms and macro byte caches.
1538
1539 2002-10-18 David Carlton <carlton@math.stanford.edu>
1540
1541 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1542
1543 2002-10-18 Adam Fedor <fedor@gnu.org>
1544
1545 * stabsread.c (find_name_end): New function.
1546 (define_symbol): Use it.
1547
1548 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1549
1550 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1551 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1552 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1553 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1554
1555 2002-10-17 David Carlton <carlton@math.stanford.edu>
1556
1557 * symfile.h: Add opaque declaration for struct obstack.
1558 Declare obsavestring to take a const char *.
1559 * symfile.c (obsavestring): Make first argument a const char *.
1560
1561 2002-10-16 Adam Fedor <fedor@gnu.org>
1562
1563 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1564 names when matching breakpoints in current file.
1565
1566 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1567
1568 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1569 (read_tag_pointer_type): Add address class support.
1570 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1571 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1572 New methods.
1573 * gdbarch.h, gdbarch.c: Regenerate.
1574 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1575 (make_type_with_address_space, recursive_type_dump): Add address
1576 class support.
1577 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1578 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1579 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1580
1581 2002-10-16 Klee Dienes <kdienes@apple.com>
1582
1583 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1584 to get the last character of a char[] buffer, not
1585 name[sizeof(vptr_name)-1].
1586
1587 2002-10-14 Adam Fedor <fedor@gnu.org>
1588
1589 * symtab.h: New objc_specific struct.
1590 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1591 (SYMBOL_DEMANGLED_NAME): Likewise.
1592
1593 2002-10-14 Adam Fedor <fedor@gnu.org>
1594
1595 * symfile.c (init_filename_language_table): Add ObjC file extension.
1596
1597 2002-10-14 Adam Fedor <fedor@gnu.org>
1598
1599 * utils.c (puts_filtered_tabular): New function.
1600 (fprintf_symbol_filtered): Get ObjC demangled name.
1601 * defs.h (puts_filtered_tabular): Declared.
1602
1603 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1604
1605 * c-lang.h (c_type_print_varspec_prefix): Delete.
1606 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1607 ``need_post_space'' parameter. Adjust all callers.
1608
1609 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1610
1611 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1612 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1613 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1614 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1615
1616 2002-10-13 Adam Fedor <fedor@gnu.org>
1617
1618 * source.c (print_source_lines): Update comments.
1619
1620 2002-10-13 Adam Fedor <fedor@gnu.org>
1621
1622 * valops.c (value_of_local): New function.
1623 (value_of_this): Use it.
1624 * value.h (value_of_local): Declared.
1625
1626 2002-10-13 Adam Fedor <fedor@gnu.org>
1627
1628 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1629 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1630
1631 2002-10-12 Adam Fedor <fedor@gnu.org>
1632
1633 * language.c (binop_result_type): Add language_objc to case.
1634 (integral_type): Likewise.
1635 (character_type): Likewise.
1636 (string_type): Likewise.
1637 (boolean_type): Likewise.
1638 (structured_type): Likewise.
1639 (binop_type_check): Likewise.
1640
1641 2002-10-11 Adam Fedor <fedor@gnu.org>
1642
1643 * printcmd.c (address_info): Print 'self' for ObjC.
1644
1645 2002-10-11 Adam Fedor <fedor@gnu.org>
1646
1647 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1648 OP_SELF.
1649
1650 2002-10-11 Adam Fedor <fedor@gnu.org>
1651
1652 * language.h (CAST_IS_CONVERSION): Add language_objc.
1653
1654 2002-10-11 Adam Fedor <fedor@gnu.org>
1655
1656 * defs.h (enum language): Add language_objc.
1657
1658 2002-10-11 Klee Dienes <kdienes@apple.com>
1659
1660 * corefile.c (read_memory_typed_address): New function.
1661 * gdbcore.h (read_memory_typed_address): Add prototype.
1662 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1663 to read a value destined for a CORE_ADDR, not read_memory_integer.
1664 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1665 (f77_get_dynamic_lowerbound): Ditto.
1666
1667 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1668
1669 * utils.c (string_to_core_addr): After turning string into
1670 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1671 which will do necessary sign-extension, etc.
1672
1673 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1674
1675 * c-exp.y (THIS): Delete token and grammar rule.
1676 (yylex): Don't return THIS.
1677 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1678 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1679 * demangle.c (cplus_markers): Update comment. Put '$'
1680 first. Remove CPLUS_MARKER.
1681 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1682 * jv-exp.y (THIS): Delete token and grammar rule.
1683 (yylex): Don't return THIS.
1684 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1685 * objc-exp.y (THIS): Delete token and grammar rule.
1686 (yylex): Don't return THIS.
1687 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1688 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1689 (read_member_functions): Likewise for opname.
1690 (read_tilde_fields): Use is_cplus_marker.
1691
1692 * defs.h (CPLUS_MARKER): Don't define.
1693 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1694 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1695 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1696 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1697 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1698
1699 * config/i386/tm-i386v4.h: Delete file.
1700 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1701 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1702 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1703 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1704 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1705 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1706 * config/i386/i386v4.mt (TM_FILE): Likewise.
1707 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1708
1709 2002-10-10 Marko Mlinar <markom@opencores.org>
1710
1711 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1712 accidentially not commited 2002-10-09
1713 * gdbarch.h, gdbarch.c: Re-generate.
1714
1715 2002-10-09 Marko Mlinar <markom@opencores.org>
1716
1717 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1718 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1719 * gdbarch.h, gdbarch.c: Re-generate.
1720
1721 2002-10-08 Petr Sorfa <petrs@caldera.com>
1722
1723 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1724
1725 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1726 so we can work on more than one compilation unit at a time. This
1727 helps prepare GDB to handle inter-CU die references.
1728 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1729 the code to be defined before struct comp_unit_head.
1730 (comp_unit_head): Added new members - offset, cu_head,
1731 begin_die, next and dwarf2_abbrevs.
1732 (dwarf2_abbrevs): Removed single static var; now member of
1733 struct comp_unit_head.
1734 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1735 members.
1736 (psymtab_to_symtab_1): Changed to work with the new
1737 struct comp_unit_head.
1738 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1739 constructs the dwarf2_abbrevs[] inside the cu_header.
1740 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1741 dwarf2_abbrev table to clean up.
1742 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1743 handling of dwarf2_abbrevs inside the cu_header.
1744 (read_partial_die): Now supports the call to the new
1745 dwarf2_lookup_abbrev.
1746 (read_full_die): Now supports the call to the new
1747 dwarf2_lookup_abbrev.
1748
1749 2002-10-06 Christopher Faylor <cgf@redhat.com>
1750
1751 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1752 insure that shell variables, such as "transformed_name" are propagated
1753 to later shell statements in rule.
1754
1755 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1756
1757 * config/i386/nm-i386sco.h: Add protection against
1758 multiple-inclusion. Include "i386/nm-i386v.h".
1759 (REGISTER_U_ADDR): Remove define.
1760 (i386_register_u_addr): Remove prototype.
1761
1762 2002-10-04 Michael Snyder <msnyder@redhat.com>
1763
1764 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1765 before treating it as a single-step event.
1766
1767 2002-10-03 Adam Fedor <fedor@gnu.org>
1768
1769 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1770 (objc_demangle): Remove assignment in if statements, Replace
1771 free with xfree.
1772 (add_msglist): Likewise.
1773 (end_msglist): Likewise.
1774 (complare_selectors): Likewise.
1775 (selectors_info): Likewise.
1776 (compare_classes): Likewise.
1777 (classes_info): Likewise.
1778 (print_object_command): Likewise.
1779 (find_objc_msgcall_submethod): Replace PTR with void *.
1780 * objc-lang.h: Remove check for __STDC__.
1781
1782 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1783
1784 * ui-out.h (ui_out_field_fmt_int): New prototype.
1785 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1786 of field width and alignment.
1787 * stack.c (print_frame_info_base): When printing frame level, use
1788 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1789 PR gdb/192
1790
1791 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1792
1793 * MAINTAINERS: Add self to Write After Approval list.
1794
1795 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1796
1797 * infcmd.c (interrupt_target_command_wrapper): Delete.
1798 (interrupt_target_command): Make non static.
1799 (nofp_registers_info): Make static.
1800 * stack.c (return_command_wrapper): Delete.
1801 (return_command): Make non static.
1802
1803 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1804
1805 * event-top.c (gdb_setup_readline): New function. Code moved from
1806 _initialize_event_loop().
1807 (_initialize_event_loop): Call gdb_setup_readline().
1808
1809 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1810
1811 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1812 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1813 * gdbarch.h, gdbarch.c: Re-generate.
1814
1815 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1816
1817 Fix PR gdb/778
1818 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1819 before recursing.
1820 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1821 of fill_in_vptr_fieldno.
1822
1823 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1824
1825 * inferior.h (registers_info, stepi_command, nexti_command,
1826 continue_command, interrupt_target_command): Export from infcmd.c.
1827 * frame.h (args_info, selected_frame_level_changed_hook,
1828 return_command): Export from stack.c.
1829 * v850ice.c (stepi_command, nexti_command, continue_command): use
1830 prototypes from inferior.h.
1831 * tracepoint.c (registers_info, args_info, locals_info): Use
1832 prototypes from frame.h and inferior.h.
1833 * Makefile.in (mi-main.o): Add dependency on frame.h.
1834
1835 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1836
1837 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1838 value in register 3 adjusted by ppc_gp0_regnum.
1839
1840 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1841
1842 2002-10-02 Marko Mlinar <markom@opencores.org>
1843
1844 * MAINTAINERS: Add myself to the Write After Approval list.
1845
1846 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1847
1848 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1849 of the section for the N64 ABI, fixed.
1850
1851 * config/mips/tm-irix6.h: Include solib.h.
1852
1853 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1854
1855 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1856 GNU operators.
1857
1858 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1859
1860 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1861 and that "mi0" syntax has been removed.
1862
1863 2002-09-30 David Carlton <carlton@math.stanford.edu>
1864
1865 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1866 * ppc-sysv-tdep.c: #include "gdb_string.h".
1867 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1868 pacify GCC.
1869
1870 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1871
1872 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1873 "vrsave"'s register number.
1874
1875 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1876
1877 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1878 use frame_unwind_signed_register to obtain the PC.
1879 (mips_frame_chain): Handle a generic dummy frame.
1880 (mips_init_extra_frame_info): When a generic dummy frame, don't
1881 re-compute the frame base.
1882 (mips_pop_frame): Handle generic dummy frames.
1883 (mips_gdbarch_init): When generic dummy frames, set
1884 use_generic_dummy_frames, push_dummy_frame to
1885 generic_push_dummy_frame, pc_in_call_dummy to
1886 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1887 generic_save_dummy_frame_tos.
1888
1889 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1890
1891 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1892 against TOP when TOP was explictly set.
1893 (generic_push_dummy_frame): Set TOP to zero.
1894
1895 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1896
1897 * event-loop.c (start_event_loop): Rename variable 'result' to
1898 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1899
1900 2002-09-30 Keith Seitz <keiths@redhat.com>
1901
1902 * gdb-events.sh (selected_thread_changed): New event.
1903 * gdb-events.c: Regenerated.
1904 * gdb-events.h: Regenerated.
1905
1906 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1907
1908 * MAINTAINERS: Add self to Write After Approval list.
1909
1910 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1911
1912 * disasm.c: New file.
1913 * disasm.h: New file.
1914 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1915 (compare_lines): Ditto.
1916 (dump_insns): Ditto.
1917 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1918 argument.
1919 (do_assembly_only): Ditto.
1920 (do_disassembly): Renamed to gdb_disassembly and moved to
1921 disasm.c. Sdded uiout argument.
1922 * Makefile.in: Add new files. Reorder SFILES list. Update
1923 dependencies. Include libgdb.a later in the insight executable.
1924
1925 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1926
1927 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1928 bfd/elf64-alpha-fbsd.c.
1929
1930 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1931
1932 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1933 i386gnu-tdep.c.
1934
1935 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1936
1937 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1938 __FUNCTION__.
1939 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1940 function name.
1941 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1942 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1943 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1944 (S_msg_sig_post_reply): Ditto.
1945
1946 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1947
1948 * sh-tdep.c (sh_use_struct_convention): Use definition according
1949 to ABI.
1950 (sh_push_arguments): Store in register with correct endianess.
1951 (sh_default_store_return_value): Ditto.
1952 (sh_gdbarch_init): Set sizeof long double to 8.
1953
1954 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1955
1956 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1957 Fix some whitespace problems.
1958
1959 2002-09-27 David Carlton <carlton@math.stanford.edu>
1960
1961 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1962 (mcore-tdep.o): Ditto.
1963 (ns32k-tdep.o): Ditto.
1964 (ns32knbsd-tdep.o): Ditto.
1965 (sh3-rom.o): Ditto.
1966 (vax-tdep.o): Ditto.
1967 * cris-tdep.c: #include "gdb_string.h"
1968 * mcore-tdep.c: Ditto.
1969 * ns32k-tdep.c: Ditto.
1970 * ns32knbsd-tdep.c: Ditto.
1971 * sh3-rom.c: Ditto.
1972 * vax-tdep.c: Ditto.
1973
1974 2002-09-27 David Carlton <carlton@math.stanford.edu>
1975
1976 * config/djgpp/fnchange.lst: Add entries for
1977 gdb/testsuite/gdb.c++/m-static files.
1978
1979 2002-09-27 Jim Wilson <wilson@redhat.com>
1980
1981 * MAINTAINERS: Add myself to the Write After Approval list.
1982
1983 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1984
1985 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1986
1987
1988 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1989
1990 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1991 frame.
1992
1993 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1994
1995 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1996 (rs6000_struct_return_address): Delete variable.
1997 (rs6000_store_struct_return): Update.
1998 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1999 deprecated_extract_struct_value_address.
2000 (rs6000_frame_align): New function.
2001 (rs6000_gdbarch_init): Set frame_align.
2002
2003 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2004
2005 From Grace Sainsbury <graces@redhat.com>:
2006 * Makefile.in (gdbtk-main.o): New target.
2007 (gdb.o): New target.
2008 (main_h): Define.
2009 (main.o): Update dependencies.
2010 (gdb$(EXEEXT)): Add gdb.o.
2011 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
2012 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
2013 (SUBDIR_GDBTK_CLEAN): Set.
2014 (install-gdbtk): Install the insight binary.
2015 (uninstall-gdbtk): New target.
2016 (all-gdbtk, clean-gdbtk): New rule.
2017 * top.c (use_windows): Default to zero.
2018 * main.c: Include "main.h".
2019 (main): Delete.
2020 (struct captured_main_args): Delete.
2021 (gdb_main): New function.
2022 * main.h: New file.
2023 * gdb.c: New File.
2024
2025 2002-09-25 Andrew Cagney <cagney@redhat.com>
2026
2027 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
2028 (frame_map_regnum_to_name): New function.
2029 (frame_map_name_to_regnum): New function.
2030 * frame.h (frame_map_name_to_regnum): Declare.
2031 (frame_map_regnum_to_name): Declare.
2032 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
2033 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
2034 * parse.c: Do not include "builtin-regs.h".
2035 (target_map_name_to_register): Delete function.
2036 (write_dollar_variable): Use frame_map_name_to_regnum.
2037 * parser-defs.h (target_map_name_to_register): Delete declaration.
2038 * expprint.c: Include "frame.h".
2039 (print_subexp): Use frame_map_regnum_to_name.
2040 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
2041 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
2042
2043 2002-09-25 Andrew Cagney <ac131313@redhat.com>
2044
2045 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
2046 wasn't saved, and the next innermost frame is a dummy, return the
2047 dummy frame's link register.
2048
2049 2002-09-24 Jim Blandy <jimb@redhat.com>
2050
2051 Fix from Paul Breed:
2052 * main.c (captured_main): Add a `break' after the case for 'b'.
2053
2054 2002-09-24 Keith Seitz <keiths@redhat.com>
2055
2056 * varobj.c (c_type_of_child): Use get_target_type instead
2057 of TYPE_TARGET_TYPE.
2058
2059 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2060
2061 * source.c (get_current_or_default_source_symtab_and_line): Remove
2062 function.
2063 (set_default_source_symtab_and_line): New function. Attempts to
2064 determine a source file to list lines from if one is not currently
2065 defined.
2066 (get_current_source_symtab_and_line): Initialize sal.pc and
2067 sal.end fields.
2068 (set_current_source_symtab_and_line): Mark argument as const.
2069 * source.h: Update declarations and comments.
2070 * linespec.c (decode_line_1): Replace call to removed routine above.
2071 * stack.c (print_frame_info_base): Ditto.
2072 * cli/cli-cmds.c (edit_command): Ditto.
2073 (list_command): Ditto.
2074
2075 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2076
2077 * source.c (get_current_or_default_source_symtab_and_line): Initialize
2078 sal.pc and sal.end fields.
2079 (get_current_or_default_source_symtab_and_line): Ditto.
2080 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
2081 so we do not cause a new source symtab to be searched for (reverting an
2082 unintentional change from the 2002-09-20 patch).
2083 * scm-lang.c (scm_unpac): Ditto.
2084
2085 2002-09-21 Andrew Cagney <cagney@redhat.com>
2086
2087 * complaints.c (symfile_explanations): Remove new-line from
2088 ``isolated_message''.
2089 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
2090 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
2091
2092 2002-09-20 Nick Clifton <nickc@redhat.com>
2093
2094 * NEWS: Announce that V850EA ISA is no longer supported.
2095 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
2096
2097 2002-09-20 David Carlton <carlton@math.stanford.edu>
2098
2099 * Makefile.in (c-lang.o): Correct dependencies.
2100 (utils.o): Gather dependencies.
2101 (charset.o): Move.
2102 * c-lang.c: #include "gdb_string.h"
2103
2104 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2105
2106 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
2107 * cli/cli-cmds.c (list_command): New function. Implements the new
2108 cli edit command.
2109 (_init_cli_cmds): Add new command definition.
2110 * gdb.1: Document edit command.
2111 * doc/gdb.texinfo: Document edit command.
2112
2113 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2114
2115 * source.c: Make global variables current_source_symtab and
2116 current_source_line static.
2117 (list_command): Moved to cli/cli-cmds.c.
2118 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
2119 (get_first_line_listed): New accessor function.
2120 (get_lines_to_list): New accessor function.
2121 (get_current_source_symtab_and_line): New function. Retrieves the
2122 position in the source code that we consider current.
2123 (get_current_or_default_source_symtab_and_line): New function.
2124 Like the above but attempts to determine a default position if one
2125 is not currently defined.
2126 (set_current_source_symtab_and_line): New function. Sets the source
2127 code position considered current and returns the previously set one.
2128 (clear_current_source_symtab_and_line): Reset stored information about
2129 a current source line.
2130 (_initialize_source): Remove registration for the "list" command and
2131 its alias.
2132 * source.h: Add declarations for the new functions above.
2133 * symtab.h: Remove declarations for the global variables mentioned
2134 above.
2135 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
2136 obtain current source line.
2137 * linespec.c (decode_line_1): Ditto.
2138 * macroscope.c (default_macro_scope): Ditto.
2139 * scm-lang.c (scm_unpac): Ditto.
2140 * stack.c (print_frame_info_base): Ditto.
2141 * symfile.c (clear_symtab_users): Ditto.
2142 * symtab.c (decode_line_spec): Ditto.
2143 * cli/cli-cmds.c (list_command): Moved here from source.c.
2144 (ambiguous_line_spec): Moved here from source.c.
2145 (_init_cli_cmds): Add definition for "list" and its alias.
2146 * Makefile.in: Update dependencies.
2147
2148 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2149
2150 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
2151 with what gcc thinks is correct.
2152
2153 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2154
2155 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2156 multiple register push instruction.
2157
2158 2002-09-19 Jim Blandy <jimb@redhat.com>
2159
2160 Add support for distinct host and target character sets.
2161 * charset.c, charset.h: New files.
2162 * c-exp.y: #include "charset.h".
2163 (yylex): Convert character and string literals to the target
2164 character set, before returning them as the semantic value of the
2165 token.
2166 * c-lang.c: #include "charset.h".
2167 (c_emit_char): Use charset-specific methods to recognize
2168 characters with backslash escape forms, to decide which characters
2169 to print literally and which to print using numeric escape
2170 sequences, and to convert target characters to host characters
2171 before printing.
2172 * utils.c: #include "charset.h".
2173 (no_control_char_error): New function.
2174 (parse_escape): Use charset-specific methods to recognize
2175 backslash escapes, parse `control character' notation, and convert
2176 characters from the host character set to the target character set.
2177 * configure.in: Set the default host character set.
2178 Check where to find iconv, and what its argument types might be.
2179 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2180 * Makefile.in (SFILES): List charset.c.
2181 (COMMON_OBS): List charset.o.
2182 (charset.o): New rule.
2183 (charset_h): New header dependency variable.
2184 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2185 (LIBICONV): New variable, set by configure.
2186 (CLIBS): Include $(LIBICONV) here.
2187 * aclocal.m4, config.in, configure: Regenerated.
2188
2189 2002-09-19 Joel Brobecker <brobecker@gnat.com>
2190
2191 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2192 bison 1.35 warning.
2193
2194 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
2195
2196 * gdb_mbuild.sh: New file.
2197
2198 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2199
2200 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2201
2202 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2203
2204 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2205 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2206 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2207 valops.c, value.h: Revert previous change.
2208
2209 2002-09-18 Michael Snyder <msnyder@redhat.com>
2210
2211 Preliminary support for Objective-C:
2212 * defs.h (language_objc): New enum value.
2213 (puts_filtered_tabular): Declaration only, exported from utils.c.
2214 (skip_quoted): Delete, declared in completer.h.
2215 * c-exp.y: Include completer.h.
2216 * p-exp.y: Ditto.
2217 * jv-exp.y: Ditto.
2218 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2219 New operator enum values.
2220 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2221 * language.c (binop_result_type): Handle language_objc case.
2222 (integral_type, character_type, string_type, boolean_type,
2223 structured_type, binop_type_check): Ditto.
2224 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2225 (struct objc_specific): Add to general_symbol_info.
2226 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2227 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2228 * parser-defs.h (struct objc_class_str): New struct type.
2229 (start_msglist, end_msglist, add_msglist): Declaration only,
2230 exported from objc-lang.c.
2231 * value.h (value_of_local, value_nsstring,
2232 call_function_by_hand_expecting_type): Exported from valops.c.
2233 * valops.c (find_function_addr): Export.
2234 (call_function_by_hand_expecting_type): New function.
2235 (value_of_local): New function.
2236 * symfile.c (init_filename_language_table): Add ".m" extension
2237 for Objective-C.
2238 * utils.c (puts_filtered_tabular): New function.
2239 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2240 (set/show demangle): Extend help-string to refer to ObjC.
2241 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2242 * stabsread.c (symbol_reference_defined): Objective-C symbols
2243 may contain colons: make allowances when scanning stabs strings
2244 for colons.
2245 (objc_find_colon): New function.
2246 * printcmd.c (address_info): If language == objc then print
2247 "self" instead of "this".
2248 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2249 OP_NSSTRING, and OP_SELF.
2250 (prefixify_subexp): Ditto.
2251 * source.c (print_source_lines): Mention objc in comment.
2252 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2253 method names.
2254
2255 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2256
2257 * complaints.h: Update copyright.
2258 (struct complaints): Declare.
2259 (struct complaint): Make `message' constant.
2260 (internal_complaint): Declare.
2261 (complaint): Declare.
2262 (complaint_root): Delete declaration.
2263 (symfile_complaints): Delete declaration.
2264 (struct complaints): Add opaque declaration.
2265 (clear_complaints): Add a complaints parameter.
2266 * complaints.c: Update copyright.
2267 (enum complaint_series): Define.
2268 (complaint_root): Delete.
2269 (struct complaints): Define.
2270 (complaint_sentinel, symfile_complaint_book): New variables.
2271 (symfile_explanations, symfile_complaints): New variables.
2272 New variables.
2273 (get_complaints): New function.
2274 (vcomplaint): New function.
2275 (complaint): New function.
2276 (internal_complaint): New function.
2277 (complain): Call vcomplain with symfile_complaint.
2278 (clear_complaints): Rewrite.
2279 (_initialize_complaints): Use add_setshow_command.
2280 * Makefile.in (complaints.o): Update dependencies.
2281 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2282 to call to clear_complaints.
2283 (new_symfile_objfile, reread_symbols): Ditto.
2284 (oldsyms_complaint): Delete.
2285 (empty_symtab_complaint, unknown_option_complaint): Delete.
2286 (free_named_symtabs): Use complaint instead of complain.
2287
2288 2002-09-18 Michael Snyder <msnyder@redhat.com>
2289
2290 Contributed by Apple Computer, Inc. Merged with current sources
2291 by Adam Fedor <fedor@doc.com> [cagney].
2292
2293 * objc-lang.c: First clean-up round: comments, indentation.
2294 * objc-lang.h: Ditto.
2295 * objc-lang.y: Ditto.
2296
2297 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2298
2299 * maint.c (maintenance_internal_error): Print the parameter as the
2300 error message.
2301 (maintenance_internal_warning): New function.
2302 (_initialize_maint_cmds): Add command `maint internal-warning'.
2303
2304 * defs.h (internal_warning, internal_vwarning): Declare.
2305 * utils.c (struct internal_problem): Define.
2306 (internal_vproblem): New function.
2307 (internal_warning): New function.
2308 (internal_vwarning): New function.
2309 (internal_warning_problem, internal_error_problem): New variables.
2310 (internal_verror): Just call internal_vproblem.
2311
2312 2002-09-18 Michael Snyder <msnyder@redhat.com>
2313
2314 * objc-lang.c: New file, support for Objective-C.
2315 Preliminary check-in, not yet integrated into gdb.
2316 * objc-lang.h: New file.
2317 * objc-exp.y: New file.
2318
2319 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2320
2321 * infrun.c (signal_stop_update): Convert definition to ISO C.
2322 (signal_print_update): Ditto.
2323 (signal_pass_update): Ditto.
2324 * inflow.c (terminal_save_ours): Ditto.
2325
2326 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2327 comments.
2328
2329 * config/djgpp/fnchange.lst: Handle name clashes between
2330 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2331 bfd/coff-tic80.c.
2332
2333 * i386-linux-tdep.h: Fix tipo.
2334
2335 2002-09-18 Adam Fedor <fedor@gnu.org>
2336
2337 * MAINTAINERS: Add myself to the Write After Approval list.
2338
2339 2002-09-18 Jim Blandy <jimb@redhat.com>
2340
2341 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2342 texthigh and textlow to reader-specific structs caused
2343 objfile_relocate to miss them. This is fixable, but the work that
2344 the change was supposed to prepare GDB for never got done anyway.
2345
2346 2002-09-18 David Carlton <carlton@math.stanford.edu>
2347
2348 * MAINTAINERS: Alphabetize Write After Approval list.
2349
2350 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2351
2352 Fix PR gdb/709
2353 * values.c (value_static_field): Call read_var_value.
2354
2355 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2356
2357 * valops.c (hand_function_call): Align the initial stack pointer
2358 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2359 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2360 return value.
2361 * mips-tdep.c (mips_frame_align): New function.
2362 (mips_gdbarch_init): Set frame_align.
2363 * gdbarch.sh (FRAME_ALIGN): New method.
2364 * gdbarch.h, gdbarch.c: Re-generate.
2365
2366 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2367
2368 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2369 registers.
2370
2371 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2372
2373 * NEWS: Mention that MIPS $fp behavior changed.
2374 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2375 reference to FP_REGNUM.
2376 (mipsnbsd_cannot_store_register): Ditto.
2377 * mips-linux-nat.c: Update copyright.
2378 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2379 (mips_linux_cannot_store_register): Ditto.
2380 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2381 * config/mips/tm-mips.h: Update copyright.
2382 (FP_REGNUM): Delete macro.
2383 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2384 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2385 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2386 (mips_r3041_reg_names, mips_r3051_reg_names)
2387 (mips_r3081_reg_names): Replace "fp" with "".
2388 Fix PR gdb/480.
2389
2390 2002-09-17 Theodore A. Roth <troth@verinet.com>
2391
2392 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2393 generic_read_register_dummy() (PR gdb/703).
2394 (avr_push_return_address): #if 0 out unused vars.
2395 (avr_gdbarch_init): Enable use of avr_push_return_address().
2396
2397 2002-09-17 Michael Snyder <msnyder@redhat.com>
2398
2399 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2400 RTE will take care of it.
2401
2402 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2403
2404 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2405 invalid, return SP_REGNUM.
2406
2407 2002-09-17 Michael Snyder <msnyder@redhat.com>
2408
2409 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2410 point registers without sign extension.
2411
2412 2002-09-17 Andrew Cagney <cagney@redhat.com>
2413
2414 * blockframe.c (deprecated_read_register_dummy): Rename
2415 generic_read_register_dummy.
2416 * frame.c (frame_unwind_signed_register): New function.
2417 (frame_unwind_unsigned_register): New function.
2418 * frame.h (frame_unwind_signed_register): Declare.
2419 (frame_unwind_unsigned_register): Declare.
2420 (deprecated_read_register_dummy): Rename
2421 generic_read_register_dummy.
2422
2423 * h8300-tdep.c (h8300_frame_chain): Update.
2424 (h8300_frame_saved_pc): Update.
2425 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2426 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2427 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2428 (s390_frame_chain): Update.
2429 * v850-tdep.c (v850_find_callers_reg): Update.
2430 (v850_frame_saved_pc): Update.
2431 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2432 (m32r_find_callers_reg): Update.
2433 (m32r_frame_saved_pc): Update.
2434 * sh-tdep.c (sh_find_callers_reg): Update.
2435 (sh64_get_saved_pr): Update.
2436 (sh_init_extra_frame_info): Update.
2437 (sh_init_extra_frame_info): Update.
2438 (sh64_init_extra_frame_info): Update.
2439 (sh64_init_extra_frame_info): Update.
2440 * mcore-tdep.c (mcore_find_callers_reg): Update.
2441 (mcore_frame_saved_pc): Update.
2442 (mcore_init_extra_frame_info): Update.
2443 * i386-tdep.c (i386_frame_saved_pc): Update.
2444 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2445 (ia64_init_extra_frame_info): Update.
2446 (ia64_init_extra_frame_info): Update.
2447 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2448 * cris-tdep.c (cris_init_extra_frame_info): Update.
2449 * avr-tdep.c (avr_frame_chain): Update.
2450 (avr_init_extra_frame_info): Update.
2451 (avr_frame_saved_pc): Update.
2452 * arm-tdep.c (arm_find_callers_reg): Update.
2453 (arm_init_extra_frame_info): Update.
2454 (arm_frame_saved_pc): Update.
2455
2456 2002-09-17 Tom Tromey <tromey@redhat.com>
2457
2458 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2459 is "'".
2460
2461 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2462
2463 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2464 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2465 NEXT_PROLOGUE_INSN.
2466 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2467 NEXT_PROLOGUE_INSN.
2468
2469 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2470
2471 * osfsolib.c: Remove file, replaced by solib-osf.c.
2472 * Makefile.in: Remove compilation rules for osfsolib.c.
2473
2474 2002-09-16 David Carlton <carlton@math.stanford.edu>
2475
2476 * cp-valprint.c (cp_print_class_method): Correct args to
2477 check_stub_method_group.
2478
2479 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2480
2481 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2482 `set architecture'. Unify naming convention of functions.
2483 (h8300_skip_prologue): Improve prologue analysis.
2484 (h8300_push_arguments): Rewritten to more closely match GCC's
2485 bizarre argument-passing behavior, along with the comment describing
2486 said behavior.
2487 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2488 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2489 sim, remote-e7000.c, remote-hms.c and remote.c
2490
2491 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2492
2493 * i386-tdep.c (gdb_print_insn_i386): Removed.
2494 (i386_print_insn): New function.
2495 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2496 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2497 tm_print_insn_info.
2498
2499 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2500
2501 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2502 zero.
2503
2504 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2505
2506 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2507 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2508 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2509
2510 2002-09-13 Christopher Faylor <cgf@redhat.com>
2511
2512 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2513
2514 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2515
2516 * gdbtypes.c (check_stub_method): Make static.
2517 (check_stub_method_group): New function.
2518 * gdbtypes.h: Update prototypes.
2519 * cp-support.c: New file.
2520 * cp-support.h: New file.
2521
2522 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2523 (update_method_name_from_physname): New function.
2524 (read_member_functions): Correct method names for operators
2525 and v3 constructors/destructors. Separate v2 constructors and
2526 destructors.
2527 * Makefile.in (stabsread.o): Update dependencies.
2528 (SFILES): Add cp-support.c.
2529 (COMMON_OBS): Add cp-support.o.
2530 (cp_support_h, cp-support.o): Add.
2531
2532 * cp-valprint.c (cp_print_class_method): Call
2533 check_stub_method_group instead of check_stub_method. Remove
2534 extraneous QUITs.
2535 * p-valprint.c (pascal_object_print_class_method): Likewise.
2536 * valops.c (search_struct_method): Likewise.
2537 (find_method_list, value_struct_elt_for_reference): Likewise.
2538
2539 2002-09-13 Andrew Cagney <cagney@redhat.com>
2540
2541 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2542 * gdbarch.h, gdbarch.c: Regenerate.
2543
2544 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2545
2546 * frame.c (find_saved_register): Delete function.
2547 * frame.h (find_saved_register): Delete declaration.
2548 Fix PR gdb/631.
2549
2550 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2551
2552 * mips-tdep.c (read_next_frame_reg): Re-hack using
2553 frame_register_unwind.
2554
2555 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2556
2557 * mips-tdep.c (mips_get_saved_register): Re-hack using
2558 frame_register_unwind.
2559
2560 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2561
2562 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2563 vector. Will be useful for Interix.
2564 * gdbarch.h, gdbarch.c: Regenerate.
2565
2566 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2567 name of the malloc function by NAME_OF_MALLOC.
2568
2569 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2570
2571 * value.h (find_function_in_inferior): Add const keyword to
2572 one of the parameters. Allows us to invoke this function with
2573 a const char *.
2574 * valops.c (find_function_in_inferior): Likewise.
2575
2576 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2577
2578 * exec.c (xfer_memory): Fix compilation warning with old versions
2579 of GCC.
2580 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2581
2582 2002-09-12 David Carlton <carlton@math.stanford.edu>
2583
2584 * symtab.h: Run through gdb_indent.h.
2585 Add 2002 to Copyright year list.
2586
2587 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2588
2589 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2590 mach constants.
2591 * MAINTAINERS: Add myself to write after approval list.
2592
2593 2002-09-11 J. Brobecker <brobecker@gnat.com>
2594
2595 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2596
2597 2002-09-11 J. Brobecker <brobecker@gnat.com>
2598
2599 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2600 Interix.
2601
2602 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2603
2604 * procfs.c (do_detach): Clear current signal, not just fault.
2605 Corrects problem with breakpoint trap signal leaking to detached
2606 process on Tru64.
2607
2608 2002-09-10 Michael Snyder <msnyder@redhat.com>
2609
2610 * buildsym.c (finish_block): Protect against null pointer.
2611
2612 2002-09-10 Andrew Cagney <cagney@redhat.com>
2613
2614 * infcmd.c (default_print_registers_info): Send all output to
2615 ``file'' instead of ``gdb_stdout''.
2616
2617 2002-09-10 Michael Snyder <msnyder@redhat.com>
2618
2619 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2620 LONGEST, and use signed register read (addresses are sign-
2621 extended for mips).
2622
2623 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2624
2625 * event-loop.c (gdb_do_one_event): Make public.
2626 * event-loop.h (gdb_do_one_event): Declare.
2627
2628 2002-09-10 Jeff Law <law@redhat.com>
2629
2630 * infttrace.c (child_resume): Simplify and rework to avoid
2631 TT_PROC_CONTINUE.
2632
2633 2002-09-09 Fred Fish <fnf@intrinsity.com>
2634
2635 * printcmd.c (print_scalar_formatted): "len" is the number of
2636 target bytes, NOT the number of target bits.
2637
2638 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2639
2640 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2641 * top.c (init_main): Set rl_terminal_name.
2642
2643 2002-09-08 Aidan Skinner <aidan@velvet.net>
2644
2645 * ada-lang.c (ada_array_bound, ada_type_match,
2646 _initialize_ada_language): Fix K&R definitions.
2647 * ada-tasks.c (get_current_task): Fix K&R definitions.
2648 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2649
2650 2002-09-07 Christopher Faylor <cgf@redhat.com>
2651
2652 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2653 Add XP.
2654
2655 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2656
2657 * i386-tdep.c (i386_register_virtual_type,
2658 i386_register_convertible, i386_register_convert_to_virtual,
2659 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2660 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2661 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2662 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2663 Don't set push_arguments twice.
2664
2665 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2666 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2667 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2668 sigtramp_end to NULL.
2669 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2670 defines.
2671 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2672
2673 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2674 whitespace.
2675
2676 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2677 * gdbarch.h, gdbarch.c: Re-generate.
2678 * blockframe.c (find_pc_sect_partial_function): Convert to use
2679 SIGTRAMP_START_P predicate.
2680
2681 2002-09-05 Michael Snyder <msnyder@redhat.com>
2682
2683 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2684 generic_dummy_frame method and old method. Also distinguish
2685 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2686 (arm_extract_return_value): Use new regcache method.
2687
2688 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2689 adjustment that doesn't conform to the ABI.
2690 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2691 saved regcache, not from current regcache.
2692
2693 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2694
2695 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2696 * README: Update.
2697
2698 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2699
2700 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2701 if arm_apcs_32 is false.
2702
2703 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2704
2705 GDB 5.3 branch created.
2706
2707 2002-09-03 Theodore A. Roth <troth@verinet.com>
2708
2709 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2710 generic_unwind_get_saved_register.
2711
2712 2002-09-03 David Carlton <carlton@math.stanford.edu>
2713
2714 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2715 argument (PR gdb/653). Update call to smash_to_method_type.
2716 (read_structure_scope): Update call to dwarf2_add_member_fn.
2717
2718 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2719
2720 * x86-64-linux-tdep.c: Include gdb_string.h
2721 * x86-64-linux-nat.c: Ditto.
2722
2723 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2724
2725 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2726 when YYDEBUG is set to 1.
2727 * c-exp.y: Likewise.
2728 * f-exp.y: Likewise.
2729 * jv-exp.y: Likewise.
2730 * m2-exp.y: Likewise.
2731 * p-exp.y: Likewise.
2732
2733 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2734
2735 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2736 dependency list.
2737 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2738 solib_svr4_fetch_link_map_offsets to
2739 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2740 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2741 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2742 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2743 solib-svr4.o, and solib-legacy.o.
2744 * config/i386/tm-nbsd.h: Include solib.h.
2745
2746 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2747
2748 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2749 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2750 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2751 comment noting that this needs its own target configuration.
2752 * config/i386/nbsd.mt: New file.
2753 * config/i386/nbsdaout.mt: Remove.
2754 * config/i386/nbsdelf.mt: Ditto.
2755 * config/i386/tm-nbsdaout.h: Ditto.
2756
2757 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2758
2759 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2760 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2761 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2762 tdep->sigtramp_end.
2763 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2764 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2765 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2766
2767 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2768
2769 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2770 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2771 * i386-tdep.h (i386bsd_init_abi): New prototype.
2772 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2773 function declaration.
2774 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2775 for NetBSD-a.out or NetBSD-ELF.
2776 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2777 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2778 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2779 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2780 and nbsd-tdep.h.
2781 (i386nbsd_pc_in_sigtramp): New function.
2782 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2783 i386nbsd_pc_in_sigtramp.
2784 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2785 and i386nbsdelf_init_abi OS ABI handlers.
2786 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2787 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2788
2789 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2790
2791 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2792 registers if the target really has them.
2793
2794 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2795
2796 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2797 than nbsd-tdep.h.
2798
2799 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2800
2801 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2802 list.
2803 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2804 (alphanbsd_skip_sigtramp_frame): New functions.
2805 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2806 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2807 to alphanbsd_sigcontext_addr.
2808
2809 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2810
2811 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2812 list.
2813 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2814 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2815 nbsd_pc_in_sigtramp.
2816 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2817 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2818 * nbsd-tdep.c: Include gdb_string.h.
2819 (nbsd_pc_in_sigtramp): New function.
2820 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2821 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2822 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2823 ppcnbsd_pc_in_sigtramp.
2824 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2825 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2826 shnbsd_pc_in_sigtramp.
2827 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2828 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2829 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2830
2831 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2832
2833 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2834 watchpoints to NULL.
2835 (insert_breakpoints): set val field of watchpoints if NULL.
2836
2837
2838 2002-08-29 Jim Blandy <jimb@redhat.com>
2839
2840 * symtab.c (lookup_symbol_aux): In the cases where we find a
2841 minimal symbol of an appropriate name and use its address to
2842 select a symtab to read and search, use `name' (as passed to us)
2843 as the demangled name when searching the symtab's global and
2844 static blocks, not the minsym's name.
2845
2846 2002-08-29 Keith Seitz <keiths@redhat.com>
2847
2848 * stack.c (print_frame_info_base): Always set current_source_symtab
2849 and current_source_line.
2850
2851 2002-08-29 Donn Terry <donnte@microsoft.com>
2852
2853 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2854
2855 2002-08-28 Keith Seitz <keiths@redhat.com>
2856
2857 * stack.c (select_frame): Add FIXME concerning selected-frame
2858 events.
2859 (select_frame_command): Send selected-frame-level-changed
2860 event notification, but only if the level actually changed.
2861 (up_silently_base): Add selected-frame-level-changed event
2862 notification.
2863 (down_silently_base): Likewise.
2864
2865 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2866
2867 * Makefile.in: Update dependencies for all gdb/*.c files.
2868
2869 2002-08-27 Tom Tromey <tromey@redhat.com>
2870
2871 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2872 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2873 Update dependencies.
2874 * i387-tdep.c: Include gdb_string.h.
2875 * osabi.c: Likewise.
2876 * i386-linux-nat.c: Likewise.
2877 * lin-lwp.c: Likewise.
2878 * ax-gdb.c: Likewise.
2879 * signals/signals.c: Likewise.
2880 * jv-valprint.c: Likewise.
2881 * p-lang.c: Likewise.
2882 * c-valprint.c: Likewise.
2883 * cp-abi.c: Likewise.
2884
2885 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2886
2887 * cli/cli-script.h (copy_command_lines): Export.
2888 * breakpoint.c: Include cli/cli-script.h.
2889 * Makefile.in (breakpoint.o): Update dependencies.
2890
2891 2002-08-26 Michael Snyder <msnyder@redhat.com>
2892
2893 * breakpoint.c (insert_breakpoints): Protect all references
2894 to 'process_warning'. Shorten long lines.
2895
2896 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2897
2898 * cli/cli-script.c (copy_command_lines): New function.
2899 * defs.h (copy_command_lines): Export.
2900 * testsuite/gdb.base/commands.exp: New tests for commands
2901 attached to a temporary breakpoint, and for commands that
2902 delete the breakpoint they are attached to.
2903
2904 2002-08-26 Michael Snyder <msnyder@redhat.com>
2905
2906 * breakpoint.c (bpstat_stop_status): Instead of copying the
2907 pointer to the breakpoint commands struct, make a new copy
2908 of the struct and point to that.
2909 (bpstat_clear): Free the commands struct.
2910 (bpstat_clear_actions): Free the commands struct.
2911 (bpstat_do_actions): Free the command actions. Also execute
2912 the local cleanups, instead of deleting them.
2913 (delete_breakpoint): Leave the commands field of the bpstat
2914 chain alone -- it will be freed later.
2915
2916 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2917
2918 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2919 deleted in 2002-08-20 commit. This function is still used by
2920 ppc-linux-nat.c.
2921
2922 2002-08-26 Keith Seitz <keiths@redhat.com>
2923
2924 * gdb-events.sh: Add selected-frame-level-changed event.
2925 * gdb-events.c: Regenerated.
2926 * gdb-events.h: Regenerated.
2927
2928 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2929
2930 Fix PR gdb/393:
2931 * inflow.c (terminal_save_ours): New function to save terminal
2932 settings.
2933 * inferior.h (terminal_save_ours): Declare.
2934 * target.c (debug_to_terminal_save_ours): New function.
2935 (cleanup_target): Defaults to_terminal_save_ours.
2936 (update_current_target): Inherit to_terminal_save_ours.
2937 (setup_target_debug): Set to_terminal_save_ours.
2938 * target.h (target_terminal_save_ours): New to save terminal settings.
2939 (target_ops): New member to_terminal_save_ours.
2940 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2941 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2942 * inftarg.c (init_child_ops): Likewise.
2943 * m3-nat.c (init_m3_ops): Likewise.
2944 * procfs.c (init_procfs_ops): Likewise.
2945 * wince.c (init_child_ops): Likewise.
2946 * win32-nat.c (init_child_ops): Likewise.
2947 * sol-thread.c (init_sol_thread_ops): Likewise.
2948
2949 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2950
2951 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2952 use regcache_* functions.
2953 (i386_gdbarch_init): Set store_return_value instead of
2954 deprecated_store_return_value.
2955
2956 * regcache.c (regcache_raw_write_signed,
2957 regcache_raw_write_unsigned): New functions.
2958 * regcache.h (regcache_raw_write_signed,
2959 regcache_raw_write_unsigned): New prototypes.
2960
2961 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2962
2963 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2964 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2965 source file dependencies. Cleanup corresponding generator rules.
2966
2967 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2968
2969 * regcache.h (register_offset_hack): Declare.
2970 (regcache_cooked_read_using_offset_hack): Declare.
2971 (regcache_cooked_write_using_offset_hack): Declare.
2972
2973 * regcache.c (register_offset_hack): New function.
2974 (regcache_cooked_read_using_offset_hack): New function.
2975 (regcache_cooked_write_using_offset_hack): New function.
2976 (regcache_dump): Check that the registers, according to their
2977 offset, are packed hard against each other.
2978 (cooked_xfer_using_offset_hack): New function.
2979
2980 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2981
2982 * regcache.c (struct regcache_descr): Add field register_type.
2983 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2984 in as a parameter
2985 (init_regcache_descr): Initialize register_type. Pass the descr
2986 to init_legacy_regcache_descr. Use register_type instead of
2987 REGISTER_VIRTUAL_TYPE.
2988 (register_type): New function.
2989 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2990 * regcache.h (register_type): Declare.
2991
2992 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2993
2994 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2995 instead of deprecated_store_return_value. Fix fallout from
2996 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2997
2998 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2999
3000 * regcache.c (max_register_size): New function.
3001 (init_legacy_regcache_descr): Ensure that max_register_size is
3002 large enough for REGISTER_VIRTUAL_SIZE.
3003 * regcache.h (max_register_size): Declare.
3004
3005 2002-08-24 Andrew Cagney <ac131313@redhat.com>
3006
3007 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
3008 store_return_value.
3009 (e500_extract_return_value): Change type of valbuf pointer to
3010 void.
3011
3012 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3013
3014 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
3015 workaround.
3016
3017 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
3018 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
3019 long long) to prevent compiler warning on 64-bit systems.
3020
3021 2002-08-23 Andrew Cagney <cagney@redhat.com>
3022
3023 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
3024 (DEPRECATED_STORE_RETURN_VALUE): New method.
3025 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
3026 * gdbarch.h, gdbarch.c: Re-generate.
3027
3028 * values.c (set_return_value): Pass current_regcache to
3029 STORE_RETURN_VALUE.
3030 * arch-utils.h (legacy_store_return_value): Declare.
3031 * arch-utils.c (legacy_store_return_value): New function.
3032 (legacy_extract_return_value): Update parameters.
3033
3034 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
3035 STORE_RETURN_VALUE.
3036 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3037 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3038 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3039 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3040 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3041 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3042 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3043 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3044 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3045 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3046
3047 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3048 * i386-tdep.c (i386_extract_return_value): Update.
3049 * arch-utils.c (legacy_extract_return_value): Update.
3050 * frv-tdep.c (frv_gdbarch_init): Update.
3051 * cris-tdep.c (cris_gdbarch_init): Update.
3052 * d10v-tdep.c (d10v_gdbarch_init): Update.
3053 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3054 * m68k-tdep.c (m68k_gdbarch_init): Update.
3055 * mcore-tdep.c (mcore_gdbarch_init): Update.
3056 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3057 * s390-tdep.c (s390_gdbarch_init): Update.
3058 * sparc-tdep.c (sparc_gdbarch_init): Update.
3059 * sh-tdep.c (sh_gdbarch_init): Update.
3060 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3061 * v850-tdep.c (v850_gdbarch_init): Update.
3062 * avr-tdep.c (avr_gdbarch_init): Update.
3063 * ia64-tdep.c (ia64_gdbarch_init): Update.
3064 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3065 * vax-tdep.c (vax_gdbarch_init): Update.
3066 * alpha-tdep.c (alpha_gdbarch_init): Update.
3067 * arm-tdep.c (arm_gdbarch_init): Update.
3068 * mips-tdep.c (mips_gdbarch_init): Update.
3069 * i386-tdep.c (i386_gdbarch_init): Update.
3070
3071 2002-08-23 Andrew Cagney <ac131313@redhat.com>
3072
3073 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
3074 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
3075
3076 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3077
3078 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
3079 problems.
3080
3081 2002-08-23 Joel Brobecker <brobecker@gnat.com>
3082
3083 * infrun.c (handle_inferior_event): Move a comment outside of a
3084 function call, in order to avoid indent reformatting this part
3085 of the code in an unreadable way.
3086
3087 2002-08-23 Grace Sainsbury <graces@redhat.com>
3088
3089 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
3090 when breakpoints fail. Move general breakpoint error messages to
3091 insert_breakpoints.
3092 * breakpoint.c (insert_breakpoints): Change warnings when
3093 breakpoints are nto inserted to specify the type. Remove call to
3094 memory_error when hardware breakpoints can't be inserted. Remove
3095 multiple calls to warning so all messages are sent to the user at
3096 once.
3097 (delete_breakpoints): Make insert error messsages more explicit.
3098
3099 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
3100
3101 * ChangeLog: Move gdbserver entries after GDB 5.2 to
3102 gdbserver/ChangeLog.
3103
3104 2002-08-23 Mark Kettenis <kettenis@gnu.org>
3105
3106 * i386-tdep.c: Include "objfiles.h".
3107 (i386_svr4_init_abi): Set in_solib_call_trampoline and
3108 skip_trampoline_code.
3109 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
3110 (CPLUS_MARKER): Define to '.'.
3111
3112 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
3113 member.
3114 (linux_corefile_thread_callback): Increase args->num_notes.
3115 (linux_make_note_section): Initialize thread_args.num_notes, and
3116 use it to determine whether notes for any threads were created.
3117
3118 2002-08-23 Donn Terry <donnte@microsoft.com>
3119
3120 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
3121 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
3122 and PCUNKILL.
3123 (write_with_trace): Conditionalize out the switch branch handling
3124 PCSHOLD if the corresponding macro is not defined. Likewise for
3125 PRSABORT and PRSTOP.
3126 This change will be needed by the Interix port.
3127
3128 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3129
3130 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
3131 write_register wherever possible instead of manipulating the
3132 register bytes directly.
3133 Assign VALUE_CONTENTS to a variable and use that.
3134 The GPR numbers are now dependent on the architecture.
3135
3136 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3137
3138 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
3139 ev_offset fields.
3140 (skip_prologue): Add support for BookE/e500 instructions.
3141 (e500_extract_return_value): New function.
3142 (frame_get_saved_regs): Add support for saving ev registers and
3143 pseudo gpr's.
3144 (e500_store_return_value): New function.
3145 (rs6000_gdbarch_init): Move up default intializations of
3146 deprecated_extract_return_value and store_return_value. Overwrite
3147 init of store_return_value with e500 specific version.
3148 Set extract_return_value for e500.
3149
3150 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3151
3152 * blockframe.c (generic_call_dummy_register_unwind): Use
3153 regcache_cooked_read to catch cases in which the variable is
3154 stored in a pseudo register.
3155
3156 2002-08-22 Andrew Cagney <cagney@redhat.com>
3157
3158 * NEWS: Mention that the i960 has been made obsolete.
3159 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3160 i960-tdep.c
3161 (remote-nrom.o): Obsolete target.
3162 (remote-nindy.o, i960-tdep.o): Ditto.
3163 * remote-nrom.c: Make file obsolete.
3164 * remote-nindy.c, remote-vx960.c: Ditto.
3165 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3166 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3167 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3168 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3169 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3170 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3171 i960-*-vxworks* obsolete.
3172 * MAINTAINERS: Note that the i960 is obsolete.
3173
3174 2002-08-21 Corinna Vinschen <vinschen@redhat.com
3175
3176 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3177 detach to allow reinitialization.
3178
3179 2002-08-22 Andrew Cagney <ac131313@redhat.com>
3180
3181 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3182 attempt).
3183
3184 2002-08-22 Jim Blandy <jimb@redhat.com>
3185
3186 * coffread.c (coff_symfile_read): Don't try to read the line
3187 number table from disk if the image file doesn't have a symbol
3188 table; we'll never actually look at the info anyway, and Windows
3189 ships DLL's with bogus file offsets for the line number data.
3190
3191 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
3192
3193 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3194 an e500 executable.
3195
3196 2002-08-21 Michael Snyder <msnyder@redhat.com>
3197
3198 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3199 (MSYMBOL_SIZE): Replace macro with function.
3200 (DEFAULT_MIPS_TYPE): Delete unused macro.
3201 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3202 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3203
3204 2002-08-21 Jim Blandy <jimb@redhat.com>
3205
3206 * valops.c (value_cast): Simplify and correct logic for doing a
3207 static cast from a pointer to a base class to a pointer to a
3208 derived class.
3209
3210 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3211
3212 * infcmd.c (default_print_registers_info): Replace
3213 do_registers_info.
3214 (registers_info): Use gdbarch_print_registers_info instead of
3215 DO_REGISTERS_INFO.
3216 * inferior.h (default_print_registers_info): Replace
3217 do_registers_info.
3218 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3219 (DO_REGISTERS_INFO): Change to a predicate function.
3220 * gdbarch.h, gdbarch.c: Regenerate.
3221
3222 2002-08-21 Keith Seitz <keiths@redhat.com>
3223
3224 * gdb-events.sh: Add target-changed event.
3225 * gdb-events.c: Regenerated.
3226 * gdb-events.c: Regenerated.
3227 * valops.c (value_assign): Add target-changed event notification
3228 to inlval_register, lval_memory, and lval_reg_frame_relative.
3229
3230 2002-08-21 Joel Brobecker <brobecker@gnat.com>
3231
3232 * NEWS: Add an entry regarding the improvement of the next/step
3233 operation on Alpha Tru64 multi-processor machines.
3234
3235 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3236
3237 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3238 directores.
3239 * Makefile.in: Update all _h macro definitions.
3240 * Makefile.in (install-gdbtk): Move to install section.
3241 (rdi-share/libangsd.a): Move to end of file.
3242
3243 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3244
3245 * frame.c (frame_register_unwind): When a register, set addrp to
3246 the register's byte.
3247
3248 2002-08-20 Michael Snyder <msnyder@redhat.com>
3249
3250 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3251 used locally, so move them from the target machine header to here.
3252 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3253 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3254 Make static.
3255 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3256
3257 2002-08-20 Andrew Cagney <cagney@redhat.com>
3258
3259 * NEWS: Mention that the Apollo line was made obsolete.
3260 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3261 m68*-hp-hpux* obsolete.
3262 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3263 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3264 * buildsym.c (make_blockvector): Make static.
3265 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3266 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3267 (ALLDEPFILES): Remove dstread.c.
3268 (dstread.o): Obsolete make rule.
3269 * dstread.c: Makefile obsolete.
3270 * dst.h: Ditto.
3271 * config/m68k/hp300hpux.mt: Ditto.
3272 * config/m68k/hp300hpux.mh: Ditto.
3273 * config/m68k/hp300bsd.mt: Ditto.
3274 * config/m68k/hp300bsd.mh: Ditto.
3275 * config/m68k/apollo68b.mt: Ditto.
3276 * config/m68k/apollo68v.mh: Ditto.
3277 * config/m68k/apollo68b.mh: Ditto.
3278
3279 2002-08-20 Michael Snyder <msnyder@redhat.com>
3280
3281 * mips-tdep.c (mips_in_return_stub): Make static.
3282 (mips_gdbarch_init): Set in_solib_return_trampoline.
3283 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3284
3285 2002-08-20 Michael Snyder <msnyder@redhat.com>
3286
3287 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3288 * gdbarch.c, gdbarch.h: Regenerate.
3289 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3290 Add.
3291 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3292
3293 2002-08-20 Michael Snyder <msnyder@redhat.com>
3294
3295 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3296 (mips_gdbarch_init): Set skip_trampoline_code,
3297 in_solib_call_trampoline.
3298 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3299 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3300
3301 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3302
3303 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3304
3305 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3306 vector type for ev registers.
3307 (e500_pseudo_register_read): New function.
3308 (e500_pseudo_register_write): New function.
3309 (e500_dwarf2_reg_to_regnum): New function.
3310 (PPC_UISA_NOFP_SPRS): New macro.
3311 (PPC_EV_REGS): New macro.
3312 (PPC_GPRS_PSEUDO_REGS): New macro.
3313 (registers_e500): New register set for e500.
3314 (variants): Add e500 variant.
3315 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3316 before setting architectural dependent variations. Initialize ev
3317 registers numbers. Add case for e500 architecture. Set the
3318 number of pseudo registers.
3319
3320 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3321
3322 * rs6000-tdep.c: Clean up comments.
3323
3324 2002-08-20 Andrew Cagney <cagney@redhat.com>
3325
3326 * h8300-tdep.c: Re-indent file.
3327
3328 2002-08-20 Jim Blandy <jimb@redhat.com>
3329
3330 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3331 default for this.
3332
3333 2002-08-20 Keith Seitz <keiths@redhat.com>
3334
3335 * breakpoints.c (watch_command_1): Use internal breakpoint
3336 when setting a watchpoint_scope breakpoint.
3337
3338 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3339
3340 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3341 (build_builtin_type_vec64i): Ditto.
3342 (build_builtin_type_vec128): Ditto.
3343 (build_builtin_type_vec128i): Ditto.
3344
3345 2002-08-19 Michael Snyder <msnyder@redhat.com>
3346
3347 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3348 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3349 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3350 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3351 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3352 CALL_DUMMY_ADDRESS): Delete.
3353 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3354 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3355 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3356 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3357 push_return_address.
3358 (mips_register_raw_size, mips_eabi_use_struct_convention,
3359 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3360 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3361 mips_init_extra_frame_info, mips_eabi_push_arguments,
3362 mips_n32n64_push_arguments, mips_push_return_address,
3363 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3364 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3365
3366 2002-08-19 Michael Snyder <msnyder@redhat.com>
3367
3368 * mips-tdep.c (mips_frame_num_args): New function.
3369 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3370 frame_saved_pc, frame_args_address, frame_locals_address,
3371 frame_num_args, and frame_args_skip.
3372 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3373 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3374 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3375 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3376
3377 2002-08-20 Michael Snyder <msnyder@redhat.com>
3378
3379 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3380 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3381 * mips-tdep.c (mips_store_struct_return): New function.
3382 (mips_extract_struct_value_address): New function.
3383 (mips_gdbarch_init): Set store_struct_return and
3384 extract_struct_value_address.
3385
3386 2002-08-20 David Carlton <carlton@math.stanford.edu>
3387
3388 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3389 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3390 (read_file_scope): Check that line_header is nonzero before
3391 decoding macro information.
3392
3393 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3394
3395 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3396 flag the general-purpose registers as floating-point on targets
3397 that don't support the floating-point registers.
3398
3399 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3400
3401 * rs6000-tdep.c (altivec_register_p): Delete.
3402 (rs6000_do_altivec_registers): Delete.
3403 (rs6000_altivec_registers_info): Delete.
3404 (rs6000_do_registers_info): Delete.
3405 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3406 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3407
3408 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3409
3410 * infcmd.c (do_registers_info): Print vector registers in hex
3411 format only.
3412 (print_vector_info): Check that printing registers
3413 makes sense.
3414 (print_float_info): Ditto.
3415
3416 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3417
3418 * mips-tdep.c (mips_gdbarch_init): Update.
3419 (mips_o32_extract_return_value): Rewrite.
3420 (mips_o32_store_return_value): Rewrite.
3421 (mips_o32_xfer_return_value): New function.
3422 (mips_xfer_register): Tweak debug print message. Allow for
3423 buf_offset when dumping the value transfered.
3424
3425 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3426
3427 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3428 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3429 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3430 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3431 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3432
3433 2002-08-14 Michael Snyder <msnyder@redhat.com>
3434
3435 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3436
3437 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3438
3439 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3440 register.
3441 (P): New macro to define a register as a pseudo register.
3442 (R, R4, R8, R16, FR32, R64, R0): Updated.
3443 (struct variant): Add new fields for number of pseudo registers
3444 and number of total registers.
3445 (tot_num_registers): New macro replacing....
3446 (num_registers): ...deleted macro.
3447 (num_registers): New function.
3448 (num_pseudo_registers): New function.
3449 (variants): Update all variants to intialize new fields correctly.
3450 Postpone initialization of number of pseudo regs and real regs.
3451 (init_variants): New function.
3452 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3453 registers offsets.
3454
3455 2002-08-19 David Carlton <carlton@math.stanford.edu>
3456
3457 * valops.c (search_struct_field): Change error message to treat
3458 return value of 0 from value_static_field as meaning that field is
3459 optimized out.
3460 (value_struct_elt_for_reference): Ditto.
3461 * values.c (value_static_field): Treat an unresolved location the
3462 same as a nonexistent symbol. Fix PR gdb/635.
3463 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3464 enclosed. Fix PR gdb/574.
3465 * MAINTAINERS: Add self to Write After Approval list.
3466
3467 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3468
3469 * mips-tdep.c (mips_xfer_register): New function.
3470 (mips_n32n64_extract_return_value): Rewrite.
3471 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3472 instead of deprecated_extract_return_value.
3473
3474 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3475
3476 * rs6000-tdep.c (TDEP): Delete macro.
3477 (branch_dest): Replace use of TDEP macro with its body.
3478 (rs6000_pop_frame): Ditto.
3479 (rs6000_push_arguments): Ditto.
3480 (rs6000_skip_trampoline_code): Ditto.
3481 (rs6000_frame_saved_pc): Ditto.
3482 (rs6000_frame_chain): Ditto.
3483 (rs6000_register_name): Ditto.
3484 (rs6000_register_byte): Ditto.
3485 (rs6000_register_raw_size): Ditto.
3486 (rs6000_register_virtual_type): Ditto.
3487 (rs6000_register_convertible): Ditto.
3488 (rs6000_convert_from_func_ptr_addr): Ditto.
3489
3490 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3491
3492 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3493 conditionally.
3494 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3495 MIPS_LINUX_JB_ELEMENT_SIZE.
3496 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3497 for MAX_REGISTER_RAW_SIZE arrays.
3498 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3499 MIPS_LINUX_JB_ELEMENT_SIZE.
3500
3501 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3502
3503 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3504
3505 2002-08-19 Aidan Skinner <aidan@velvet.net>
3506
3507 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3508 ada-valprint.c ada-tasks.c.
3509 (YYFILES): Add ada-exp.y.
3510 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3511 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3512 (ada-exp.tab.o): New target.
3513
3514 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3515
3516 * regcache.c (regcache_xfer_part): New function.
3517 (regcache_raw_read_part): New function.
3518 (regcache_raw_write_part): New function.
3519 (regcache_cooked_read_part): New function.
3520 (regcache_cooked_write_part): New function.
3521 * regcache.h (regcache_raw_read_part): Declare.
3522 (regcache_raw_write_part): Declare.
3523 (regcache_cooked_read_part): Declare.
3524 (regcache_cooked_write_part): Declare.
3525
3526 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3527
3528 * remote.c (remote_open_1): Add async_p.
3529 (remote_async_open_1): Delete.
3530 (open_remote_target): Delete.
3531 (remote_open, extended_remote_open): Update calls to remote_open_1.
3532 (remote_async_open, extended_remote_async_open): Call
3533 remote_open_1 instead of remote_async_open_1.
3534
3535 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3536
3537 * blockframe.c: Fix a few coding standard violations.
3538
3539 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3540
3541 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3542 here from ...
3543 * config/i386/tm-i386sco5.h: ... here. File removed.
3544 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3545
3546 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3547 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3548 (TM_FILE): Set to tm-i386.h.
3549 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3550 * config/i386/tm-i386v.h: Remove file.
3551 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3552 instead of "i386/tm-i386v.h".
3553 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3554 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3555 "i386/tm-i386v.h".
3556 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3557 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3558 "i386/tm-i386.h".
3559
3560 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3561
3562 * config/i386/nm-i386v.h: Add protection against
3563 multiple-inclusion.
3564 (i386_register_u_addr): Remove prototype.
3565 (register_u_addr): New prototype.
3566 (REGISTER_U_ADDR): Redefine accordingly.
3567 * i386v-nat.c: Improve several comments.
3568 (i386_register_u_addr): Change signature and rename to
3569 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3570 ubase variable.
3571
3572 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3573
3574 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3575 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3576 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3577 deprecated_extract_return_value.
3578 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3579 rename mips_o32o64_push_arguments.
3580 (mips_gdbarch_init): Update.
3581 (mips_extract_return_value): Delete.
3582 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3583 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3584 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3585 (mips_n32n64_extract_return_value): Clone
3586 mips_extract_return_value.
3587 (mips_store_return_value): Delete.
3588 (mips_o32_store_return_value): Clone mips_store_return_value.
3589 (mips_o64_store_return_value): Clone mips_store_return_value.
3590 (mips_eabi_store_return_value): Clone mips_store_return_value.
3591 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3592
3593 2002-08-18 Aidan Skinner <aidan@velvet.net>
3594
3595 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3596 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3597
3598 2002-08-18 Aidan Skinner <aidan@velvet.net>
3599
3600 * ada-lang.c: Run through gdb_indent.sh.
3601 * ada-lang.h: Run through gdb_indent.sh.
3602 * ada-tasks.c: Run through gdb_indent.sh.
3603 * ada-typeprint.c: Run through gdb_indent.sh.
3604 * ada-valprint.c: Run through gdb_indent.sh.
3605
3606 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3607
3608 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3609 ABI.
3610
3611 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3612
3613 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3614
3615 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3616 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3617
3618 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3619 write_register_gen instead of write_register_bytes.
3620
3621 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3622 i[3456]-*-osf1mk* configurations have been made obsolete.
3623 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3624 i[3456]86-*-osf1mk* hosts obsolete.
3625 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3626 targets obsolete.
3627 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3628 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3629 config/i386/i386m3.mt, config/i386/nm-m3.h,
3630 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3631 config/i386/i386mk.mh, config/i386/i386mk.mt,
3632 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3633 obsolete.
3634 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3635 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3636 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3637
3638 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3639
3640 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3641 (hppa_value_returned_from_stack): Declare.
3642 (hppa_extract_return_value): Declare.
3643 * config/pa/hppa.mt: New file.
3644 * configure.tgt: Recognize hppa*-*-*.
3645 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3646
3647 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3648
3649 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3650 comment.
3651
3652 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3653
3654 * top.c (gdb_rl_operate_and_get_next): Make sure
3655 operate-and-get-next functions correctly even when the history
3656 list is completely filled.
3657
3658 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3659
3660 * MAINTAINERS (Target Instruction Set Architectures): Rename
3661 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3662 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3663 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3664 already listed under Host/Native.
3665
3666 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3667 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3668 mips*-*-*.
3669
3670 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3671
3672 * config/ia64/ia64.mt: New file.
3673 * config/alpha/alpha.mt: New file.
3674 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3675 ia64-linux-gnu. Mention that ia64-elf is broken.
3676 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3677
3678 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3679
3680 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3681 generic_func_frame_valid instead of func_frame_valid.
3682
3683 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3684
3685 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3686 procfs appears to be broken when debugging on multi-processor
3687 machines. So enable software single stepping in order to avoid
3688 using the procfs interface to do next/step operations, using
3689 internal breakpoints instead.
3690
3691 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3692 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3693 make this pc address equal to the value it would have if the
3694 system stepping capability was used. Also set a new flag used
3695 to ensure that we don't readjust the PC one more time later.
3696
3697 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3698 address by DECR_PC_AFTER_BREAK when software single step is
3699 in use for this architecture, as this has already been taken
3700 care of in handle_inferior_event().
3701
3702 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3703
3704 * infrun.c (handle_inferior_event): Minor reformatting, to make
3705 a rather long condition expression easier to read.
3706
3707 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3708
3709 * Makefile.in (gdbtk.o): Move to end of file.
3710 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3711 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3712 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3713 (gdbtk-wrapper.o, gdbres.o): Ditto.
3714
3715 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3716
3717 * Makefile.in (copying.o): Separate out compile rule.
3718 (hpux-thread.o, procfs.o, signals.o): Ditto.
3719 (v850ice.o, z8k-tdep.o): Ditto.
3720 (tui-file.o): Move to TUI section.
3721 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3722 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3723
3724 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3725
3726 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3727 skip_trampoline_code, for better namespace-proofing.
3728
3729 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3730
3731 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3732
3733 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3734
3735 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3736
3737 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3738 signal, check whether we hit a breakpoint before checking for a
3739 single step breakpoint. Otherwise, GDB fails to notice that a
3740 breakpoint has been hit when stepping onto a breakpoint.
3741
3742 2002-08-16 Keith Seitz <keiths@redhat.com>
3743
3744 * gdb-events.sh (clear_gdb_event_hooks): New function.
3745 * gdb-events.c: Regenerate.
3746 * gdb-events.h: Regenerate.
3747
3748 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3749
3750 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3751 not_a_sw_breakpoint.
3752 * breakpoint.h (bpstat_stop_status): Add parameter names.
3753
3754 2002-08-16 Grace Sainsbury <graces@redhat.com>
3755
3756 * remote.c (remote_insert_hw_breakpoint)
3757 (remote_remove_hw_breakpoint): Fix calculation of length field
3758 for Z-packet.
3759
3760 2002-08-15 Michael Snyder <msnyder@redhat.com>
3761
3762 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3763 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3764 (supply_fpregset): Ditto.
3765
3766 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3767 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3768 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3769 (TARGET_READ_SP): Delete.
3770 (DO_REGISTERS_INFO): Delete.
3771 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3772 Delete.
3773 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3774 from macros to functions.
3775
3776 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3777 (mips_register_convertible, mips_register_convert_to_virtual,
3778 mips_register_convert_to_raw): Make static.
3779 (mips_read_sp): New function.
3780 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3781 (mips_do_registers_info): Make static.
3782 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3783 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3784 (mips_register_convert_from_type, mips_register_convert_to_type):
3785 New functions.
3786 (mips_gdbarch_init): Set up function_start_offset,
3787 register_virtual_size, pc_in_sigtramp.
3788
3789 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3790
3791 * infcmd.c (vector_info): New function.
3792 (_initialize_infcmd): Add command "info vector".
3793 (print_vector_info): New function.
3794
3795 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3796 * gdbarch.h, gdbarch.c: Regenerate.
3797
3798 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3799
3800 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3801 ``print_all''. Only print vector registers when ``print_all''.
3802
3803 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3804
3805 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3806 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3807
3808 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3809 Add `args' parameter.
3810 * gdbarch.h, gdbarch.c: Regenerate.
3811
3812 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3813
3814 * infcmd.c (float_info): Call print_float_info.
3815 (print_float_info): New function. By default, print the
3816 floating-point registers.
3817
3818 * arch-utils.h (default_print_float_info): Delete declaration.
3819 * arch-utils.c (default_print_float_info): Delete function.
3820
3821 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3822
3823 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3824 out define.
3825
3826 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3827 FRAME.
3828
3829 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3830 * configure.host: Make i[3456]86-*-aix host obsolete.
3831 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3832 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3833 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3834 config/i386/xm-i386aix.h: Make files obsolete.
3835 * i386aix-nat.c: Make file obsolete.
3836 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3837 (i386aix-nat.o): Make target obsolete.
3838
3839 * config/i386/nm-gnu.h: Removed.
3840 * config/i386/nm-i386gnu.h: New file.
3841 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3842 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3843 Moved here from ...
3844 * config/i386/tm-i386gnu.h: ... here. Removed.
3845 * config/i386/xm-i386gnu.h: Removed.
3846 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3847 (NAT_FILE): Set to nm-i386gnu.h.
3848 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3849 * i386-tdep.c: New file.
3850 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3851 (i386gnu-tdep.o): Specify dependencies.
3852
3853 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3854
3855 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3856 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3857 Adjust a few comments to reflect reality a bit closer.
3858 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3859 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3860 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3861 target_insert_watchpoint, target_remove_watchpoint):
3862 Move defines to ...
3863 * config/i386/nm-i386sco5.h: ... here.
3864 (kernel_u_size): Add prototype. Improve a few comments and add
3865 protection against multiple inclusion.
3866
3867 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3868 out define.
3869
3870 * uw-thread.c (SP_ARG0): Define if not already defined.
3871 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3872
3873 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3874
3875 * config/i386/tm-i386.h: Don't include "regcache.h".
3876
3877 * i387-tdep.h (i387_print_float_info): New prototype.
3878 * i387-tdep.c (print_i387_value, print_i387_ext,
3879 print_i387_status_word, print_i387_control_word): Add `struct
3880 ui_file *' argument and use it for output.
3881 (i387_print_float_info): Renamed from i387_float_info. Add
3882 `struct gdbarch *' and `struct ui_file *' arguments and use the
3883 latter for output.
3884 * i386-tdep.c: Include "i387-tdep.h".
3885 (i386_gdbarch_init): Set print_float_info.
3886 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3887 (FLOAT_INFO): Remove define.
3888
3889 2002-08-13 Michael Snyder <msnyder@redhat.com>
3890
3891 * mips-tdep.c (mips_push_arguments): Rename to
3892 mips_eabi_push_arguments, and tune for EABI.
3893 (MIPS_REGS_HAVE_HOME_P): Delete.
3894 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3895 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3896 Delete references to mips_regs_have_home_p.
3897
3898 2002-08-14 Keith Seitz <keiths@redhat.com>
3899
3900 * Makefile.in (install-gdbtk): Create insight plugin directory.
3901 Install plugins.tcl file.
3902
3903 2002-08-14 Keith Seitz <keiths@redhat.com>
3904
3905 * configure.in: Move SUBDIRS to near top of the file so that
3906 --enable options may add things to it.
3907 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3908 * configure: Regenerate.
3909
3910 2002-08-13 Michael Snyder <msnyder@redhat.com>
3911
3912 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3913 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3914 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3915
3916 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3917
3918 * vax-tdep.c (vax_get_saved_register): Delete function.
3919 (vax_gdbarch_init): Update.
3920 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3921 (ns32k_gdbarch_init): Update.
3922 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3923 (alpha_gdbarch_init): Update.
3924
3925 2002-08-13 Andrew Cagney <cagney@redhat.com>
3926
3927 * regcache.c (init_regcache_descr): Overallocate the
3928 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3929 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3930 nr_raw_registers.
3931 (set_register_cached): Add range checking assertions. Use
3932 current_regcache.
3933
3934 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3935
3936 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3937 numbers for MMX registers.
3938
3939 2002-08-13 Andrew Cagney <cagney@redhat.com>
3940
3941 * i386-tdep.c (i386_gdbarch_init): Use
3942 generic_unwind_get_saved_register.
3943
3944 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3945
3946 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3947 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3948 target vector.
3949 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3950 Delete. Add comment regarding this now-deleted target method.
3951
3952 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3953
3954 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3955 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3956 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3957 real PC and the page number (if it's within the memory bank window).
3958 (m68hc11_pseudo_register_write): Likewise when saving.
3959 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3960 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3961 (m68hc11_register_raw_size): And use 32-bit for it.
3962 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3963 16K memory bank is used by the prog; also use the virtual pc.
3964
3965 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3966
3967 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3968 (m68hc11_gdbarch_init): Install it in gdbarch.
3969 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3970 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3971 (MSYMBOL_SIZE): New for documentation.
3972 (insn_return_kind): Enum to specify how a function returns.
3973 (frame_extra_info): Cleanup and record the return mode.
3974 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3975 register in address computation.
3976 (m68hc11_get_return_insn): New to obtain the return instruction used
3977 by the function.
3978 (m68hc11_frame_init_saved_regs): Take into account the return
3979 instruction used by the function for far and interrupt functions.
3980 (m68hc11_init_extra_frame_info): Take into account page register.
3981 (m68hc11_frame_args_address): Adjust according to the return mode.
3982 (show_regs): Print page register only when it's used.
3983
3984 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3985
3986 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3987 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3988 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3989 registers.
3990 (m68hc11_register_raw_size): Likewise.
3991
3992 2002-08-13 Andrew Cagney <cagney@redhat.com>
3993
3994 * i386-tdep.c (i386_register_name): Handle mmx registers.
3995 (mmx_regnum_p): New function.
3996 (i386_mmx_names): New array.
3997 (mmx_num_regs): New variable.
3998 (i386_pseudo_register_read): New function.
3999 (i386_pseudo_register_write): New function.
4000 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
4001
4002 * regcache.c (regcache_raw_read_unsigned): New function.
4003 (regcache_raw_read_signed): New function.
4004 * regcache.h (regcache_raw_read_unsigned): Declare.
4005 (regcache_raw_read_signed): Declare.
4006
4007 2002-08-13 Andrew Cagney <cagney@redhat.com>
4008
4009 * regcache.c (regcache_raw_read_as_address): Delete function.
4010 (regcache_cooked_read_signed): New function.
4011 (regcache_cooked_read_unsigned): New function.
4012 * regcache.h (regcache_cooked_read_signed): Declare.
4013 (regcache_cooked_read_unsigned): Declare.
4014 (regcache_raw_read_as_address): Delete declaration.
4015
4016 * blockframe.c (generic_read_register_dummy): Use
4017 regcache_cooked_read_unsigned.
4018 * i386-tdep.c (i386_extract_struct_value_address): Use
4019 regcache_cooked_read_unsigned.
4020
4021 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4022
4023 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
4024 double sizes according to ELF ABI flags.
4025 (gdbarch_tdep): Record elf_flags.
4026
4027 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4028
4029 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
4030 (m6812_prolog): They can appear in 68HC12 function prologue.
4031 (m68hc11_frame_chain): Cleanup.
4032
4033 2002-08-12 Andrew Cagney <cagney@redhat.com>
4034
4035 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
4036 declarations.
4037 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
4038 (i386_linux_register_raw_size): Delete function.
4039 (i386_linux_init_abi): Update.
4040 * i386-tdep.c (i386_register_raw_size): Delete function.
4041 (i386_register_byte): Delete function.
4042 (i386_gdbarch_init): Update.
4043 (i386_register_size): Delete array.
4044 (i386_register_offset): Delete array.
4045
4046 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
4047 (REGISTER_RAW_SIZE): Delete macro.
4048 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
4049 (REGISTER_BYTE): Delete macro.
4050
4051 2002-08-11 Aidan Skinner <aidan@velvet.net>
4052
4053 * ada-lang.c (ada_lookup_partial_symbol)
4054 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
4055 prototype names so that grep ^func works properly.
4056
4057 * ada-lang.c (ada_array_element_type)
4058 (ada_lookup_partial_symbol): Fix typos in parameter list.
4059
4060 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
4061 Fix prototype names so that grep ^func works properly.
4062
4063 2002-08-10 Andrew Cagney <cagney@redhat.com>
4064 Elena Zannoni <ezannoni@redhat.com>
4065 Martin M. Hunt <hunt@redhat.com>
4066
4067 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
4068 (build_builtin_type_vec128i): Set the vector bit.
4069 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
4070 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
4071 (build_builtin_type_vec64): New function.
4072 (build_builtin_type_vec64i): New function.
4073 (build_gdbtypes): Initialize builtin_type_vec64 and
4074 builtin_type_vec64i.
4075
4076 2002-08-09 Andrew Cagney <cagney@redhat.com>
4077
4078 * regcache.c (regcache_dump): Compare the register offset
4079 with REGISTER_BYTE.
4080 * arch-utils.c (generic_register_byte): New function.
4081 * arch-utils.h (generic_register_byte): Declare.
4082 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
4083 * gdbarch.h, gdbarch.c: Regenerate.
4084
4085 2002-08-09 Andrew Cagney <cagney@redhat.com>
4086
4087 * regcache.c: Include "gdbcmd.h"
4088 (_initialize_regcache): Add commands "maintenance print
4089 registers", "maintenance print raw-registers" and "maintenance
4090 print cooked-registers".
4091 (enum regcache_dump_what): Define.
4092 (dump_endian_bytes): New function.
4093 (regcache_dump): New function.
4094 (regcache_print): New function.
4095 (maintenance_print_registers): New function.
4096 (maintenance_print_raw_registers): New function.
4097 (maintenance_print_cooked_registers): New function.
4098 * Makefile.in (regcache.o): Update dependencies.
4099
4100 2002-08-09 Michael Snyder <msnyder@redhat.com>
4101
4102 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
4103 (mips_push_arguments): Correct some comments. Use paddr_nz
4104 for printing addresses in debug output. Replace static
4105 allocation using MAX_REGISTER_RAW_SIZE with alloca.
4106 (mips_n32n64_push_arguments): New function, cloned from
4107 mips_push_arguments and tuned for the n32/n64 ABI.
4108 (mips_push_register): Buffer needs dynamic allocation.
4109 (mips_print_register): Ditto.
4110 (do_gp_register_row): Ditto.
4111 (mips_store_return_value): Ditto.
4112 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
4113
4114 2002-08-09 Don Howard <dhoward@redhat.com>
4115
4116 * memattr.c (mem_info_command): Print special case of upper bound
4117 as max CORE_ADDR + 1.
4118
4119 2002-08-08 Michael Snyder <msnyder@redhat.com>
4120
4121 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
4122 returns structs by ref if they're too big to fit in two registers.
4123
4124 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4125
4126 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
4127 saved regs value.
4128 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
4129 mips_find_saved_regs().
4130 (mips_pop_frame): Likewise.
4131
4132 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4133
4134 * blockframe.c (frame_saved_regs_register_unwind): Revise
4135 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
4136 frames are in use.
4137
4138 2002-08-09 Grace Sainsbury <graces@redhat.com>
4139
4140 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
4141 T-packets; the 'a' is not taken as a register number.
4142 (remote_check_watch_resources, remote_stopped_by_watchpoint)
4143 (remote_stopped_data_address): New functions; add to target
4144 vector.
4145 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
4146 prototypes to match other implementations of this
4147 function. replace integer argument with pointer -- the length
4148 field in the Z-packet is the length of what is pointed to or 1 if
4149 pointer is null. Add to target vector.
4150 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
4151 target vector.
4152
4153 From Mark Salter:
4154 * remote.c (remote_wait): Add support to extract optional
4155 watchpoint information from T-packet. Ignore unrecognized
4156 optional info in T-packet.
4157 (remote_async_wait): Ditto.
4158
4159 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
4160
4161 * cli/cli-dump.c: Change fopen modes to use binary open modes
4162 as defined in include/fopen-bin.h throughout.
4163
4164 2002-08-08 Michael Snyder <msnyder@redhat.com>
4165
4166 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4167
4168 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4169
4170 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4171 assertion failure by returning early after a warning.
4172
4173 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4174
4175 * mips-tdep.c (mips_find_saved_regs): Make static.
4176 (mips_frame_init_saved_regs): New function.
4177 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4178 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4179 (mips_find_saved_regs): Delete declaration.
4180
4181 2002-08-08 Grace Sainsbury <graces@redhat.com>
4182
4183 * remote.c (remote_wait, remote_async_wait): Change
4184 thread_num from int to ULONGEST.
4185 (unpack_varlen_hex): Change result parameter from
4186 int * to ULONGEST *.
4187
4188 2002-08-08 Andrew Cagney <ac131313@redhat.com>
4189
4190 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4191 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4192 powerpc*-*-*.
4193 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4194
4195 2002-08-08 Andrew Cagney <cagney@redhat.com>
4196
4197 * gcore.c (override_derive_stack_segment): Delete variable.
4198 (preempt_derive_stack_segment): Delete function.
4199 (derive_stack_segment): Delete function.
4200 (default_derive_stack_segment): Renamed to derive_stack_segment.
4201 (override_derive_heap_segment): Delete variable.
4202 (preempt_derive_heap_segment): Delete function.
4203 (derive_heap_segment): Delete function.
4204 (default_derive_heap_segment): Rename to derive_heap_segment.
4205
4206 2002-08-06 Michael Snyder <msnyder@redhat.com>
4207
4208 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4209 * mips-tdep.c (mips_EABI_use_struct_convention,
4210 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4211 New functions. (mips_use_struct_convention): Delete.
4212 (mips_gdbarch_init): set use_gdbarch_convention.
4213
4214 2002-08-06 Michael Snyder <msnyder@redhat.com>
4215
4216 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4217 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4218 mips_o32_reg_struct_has_addr): New functions.
4219 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4220
4221 2002-08-07 Andrew Cagney <ac131313@redhat.com>
4222
4223 * regcache.c (pseudo_register): Delete function.
4224 (fetch_register): Delete function.
4225 (store_register): Delete function.
4226 (regcache_raw_read, legacy_read_register_gen): Use
4227 target_fetch_registers instead of fetch_register.
4228 (legacy_write_register_gen, regcache_raw_write): Use
4229 target_store_register instead of store_register.
4230 (write_register_bytes): Ditto.
4231
4232 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4233 (STORE_PSEUDO_REGISTER): Delete.
4234 * gdbarch.h, gdbarch.c: Regenerate.
4235
4236 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
4237
4238 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4239 write dump file binary.
4240
4241 2002-08-05 Michael Snyder <msnyder@redhat.com>
4242
4243 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4244 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4245 (mips_gdbarch_init): Set N32 target to be mips64.
4246
4247 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4248
4249 * frame.c (find_saved_register): Break out of loop once saved
4250 register address is found. Don't mention sparc in loop comment
4251 anymore.
4252
4253 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4254
4255 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4256 mips_default_saved_regsize to 8.
4257
4258 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4259
4260 * gcore.c: Do not include <sys/procfs.h>.
4261 * Makefile.in (gcore.o): Update dependencies.
4262
4263 2002-08-06 Andrew Cagney <cagney@redhat.com>
4264
4265 * configure.tgt: Make arc-*-* obsolete.
4266 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4267 * MAINTAINERS: Make arc-elf obsolete.
4268 * arc-tdep.c: Make file obsolete.
4269 * config/arc/arc.mt: Ditto.
4270 * config/arc/tm-arc.h: Ditto.
4271
4272 2002-08-05 Theodore A. Roth <troth@verinet.com>
4273
4274 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4275
4276 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4277
4278 * mcore-tdep.c (mcore_gdbarch_init): Use
4279 generic_unwind_get_saved_register instead of
4280 generic_get_saved_register.
4281 * v850-tdep.c (v850_gdbarch_init): Ditto.
4282 * frv-tdep.c (frv_gdbarch_init): Ditto.
4283 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4284 * s390-tdep.c (s390_gdbarch_init): Ditto.
4285 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4286 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4287 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4288
4289 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4290
4291 * objfiles.h: Add missing #include "symfile.h"
4292
4293 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4294
4295 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4296
4297 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4298 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4299 of FIELD_BITSIZE.
4300
4301 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4302
4303 * NEWS: Cleanup and nitpick.
4304
4305 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4306
4307 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4308
4309 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4310
4311 * Makefile.in (gdbtk-bp.o): Update dependencies.
4312 (gdbtk-register.o): Ditto.
4313 (gdbtk-varobj.o): Ditto.
4314
4315 2002-08-03 Andrew Cagney <cagney@redhat.com>
4316
4317 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4318 m68hc11_fetch_pseudo_register.
4319 (m68hc11_pseudo_register_write): Replace
4320 m68hc11_store_pseudo_register.
4321 (m68hc11_gdbarch_init): Update.
4322
4323 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4324
4325 * gdbarch.sh: Include "gdb_string.h".
4326 * gdbarch.c: Regenerate.
4327
4328 * regcache.c: Include "gdb_string.h".
4329 * ax-general.c: Ditto.
4330 * varobj.c: Ditto.
4331 * std-regs.c: Ditto.
4332 * fbsd-proc.c: Ditto.
4333 * thread.c: Ditto.
4334
4335 * Makefile.in (regcache.o): Update dependencies.
4336 (thread.o, gdbarch.o): Ditto.
4337 (ax-general.o, gdbarch.o): Ditto.
4338 (varobj.o, std-regs.o): Ditto.
4339 (fbsd-proc.o): Specify dependencies.
4340
4341 2002-08-02 Andrew Cagney <cagney@redhat.com>
4342
4343 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4344 regnum.
4345 (regcache_cooked_write): Ditto.
4346
4347 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4348
4349 * regcache.c (regcache_cooked_read): New function.
4350 (regcache_cooked_write): New function.
4351 (read_register_gen): Rewrite using regcache_cooked_read.
4352 (write_register_gen): Rewrite using regcache_cooked_write.
4353
4354 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4355 Declare.
4356
4357 2002-08-02 Andrew Cagney <cagney@redhat.com>
4358
4359 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4360 Replace the architecture methods register_read and register_write.
4361 * gdbarch.h, gdbarch.c: Regenerate.
4362 * regcache.c (init_regcache_descr): Update.
4363 (read_register_gen): Update.
4364 (write_register_gen): Update.
4365 (supply_register): Update comment.
4366
4367 * sh-tdep.c (sh_gdbarch_init): Update.
4368 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4369 `regcache' and `gdbarch' parameters. Make `buffer' a void
4370 pointer. Update code.
4371 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4372 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4373 void pointer. Update code.
4374 (sh64_register_write): Delete.
4375 (sh4_register_read): Delete.
4376 (sh64_register_read): Delete.
4377 (sh4_register_write): Delete.
4378 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4379 void pointer, `to' parameter a void pointer.
4380 (sh_sh64_register_convert_to_raw): Ditto.
4381
4382 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4383
4384 * mips-tdep.c (mips_register_virtual_type): Use architecture
4385 invariant return values.
4386
4387 2002-08-01 Andrew Cagney <cagney@redhat.com>
4388
4389 * linux-proc.c: Include "gdb_string.h".
4390 * Makefile.in (linux-proc.o): Update dependency list.
4391
4392 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4393
4394 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4395 comment.
4396
4397 2002-08-01 Grace Sainsbury <graces@redhat.com>
4398
4399 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4400 to_insert_watchpoint, to_remove_watchpoint,
4401 to_stopped_by_watchpoint, to_stopped_data_address,
4402 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4403 target vecctor. Define their corresponding macros so they call
4404 them.
4405
4406 * target.c: Add default and debug versions of for
4407 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4408 to_insert_watchpoint, to_remove_watchpoint,
4409 to_stopped_by_watchpoint, to_stopped_data_address,
4410 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4411
4412 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4413
4414 * mips-tdep.c (mips_register_virtual_type): New function.
4415 (mips_gdbarch_init): Register mips_register_virtual_type()
4416 with gdbarch machinery.
4417 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4418 this file instead of tm-bigmips.h.
4419 (MIPS_REGSIZE): Delete this macro.
4420 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4421 multiarch version in mips-tdep.c will be found.
4422
4423 2002-08-01 Andrew Cagney <cagney@redhat.com>
4424
4425 * NEWS: Menion that CHILL has been made obsolete.
4426
4427 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4428 * stabsread.c (read_range_type): Ditto.
4429 * gdbtypes.h: Ditto.
4430 * language.c (binop_type_check): Ditto.
4431 (binop_result_type): Ditto.
4432 (integral_type): Ditto.
4433 (character_type): Ditto.
4434 (string_type): Ditto.
4435 (boolean_type): Ditto.
4436 (structured_type): Ditto.
4437 (lang_bool_type): Ditto.
4438 (binop_type_check): Ditto.
4439 * language.h (_LANG_chill): Ditto.
4440 * dwarfread.c (set_cu_language): Ditto.
4441 * dwarfread.c (CHILL_PRODUCER): Ditto.
4442 * dwarfread.c (handle_producer): Ditto.
4443 * expression.h (enum exp_opcode): Ditto.
4444 * eval.c: Ditto for comments.
4445 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4446 * expprint.c (print_subexp): Ditto.
4447 (print_subexp): Ditto.
4448 * valops.c (value_cast): Ditto.
4449 (search_struct_field): Ditto.
4450 * value.h (COERCE_VARYING_ARRAY): Ditto.
4451 * symfile.c (init_filename_language_table): Ditto.
4452 (add_psymbol_with_dem_name_to_list): Ditto.
4453 * valarith.c (value_binop): Ditto.
4454 (value_neg): Ditto.
4455 * valops.c (value_slice): Ditto.
4456 * symtab.h (union language_specific): Ditto.
4457 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4458 (SYMBOL_DEMANGLED_NAME): Ditto.
4459 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4460 * defs.h (enum language): Ditto.
4461 * symtab.c (got_symtab): Ditto.
4462 * utils.c (fprintf_symbol_filtered): Ditto.
4463
4464 * ch-typeprint.c: Make file obsolete.
4465 * ch-valprint.c: Make file obsolete.
4466 * ch-lang.h: Make file obsolete.
4467 * ch-exp.c: Make file obsolete.
4468 * ch-lang.c: Make file obsolete.
4469
4470 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4471 CHILL_LIB.
4472 (TARGET_FLAGS_TO_PASS): Ditto.
4473 (CHILLFLAGS): Obsolete.
4474 (CHILL): Obsolete.
4475 (CHILL_FOR_TARGET): Obsolete.
4476 (CHILL_LIB): Obsolete.
4477 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4478 ch-valprint.c.
4479 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4480 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4481 ch-lang.o.
4482 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4483 targets.
4484
4485 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4486
4487 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4488 This does not change anything at the moment, but will be helpful
4489 later when full Ada support is integrated.
4490
4491 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4492
4493 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4494 help message.
4495
4496 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4497
4498 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4499 and save it in a local variable. Use variable in later test.
4500
4501 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4502
4503 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4504 test. (Thanks to Daniel Jacobowitz.)
4505
4506 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4507
4508 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4509 (mips_abi_strings): Add "n64".
4510 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4511
4512 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4513
4514 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4515 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4516
4517 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4518
4519 * utils.c (host_pointer_to_address, address_to_host_pointer):
4520 Use gdb_assert() instead of explicit call to internal_error().
4521
4522 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4523
4524 * Makefile.in (rs6000-nat.o): Update dependencies.
4525
4526 From Nicholas Duffek:
4527 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4528 (aix-thread.o): New rule.
4529 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4530 * config/powerpc/aix432.mh: New file.
4531
4532 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4533
4534 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4535 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4536 (fetch_core_registers, ppc_linux_supply_gregset)
4537 (ppc_linux_supply_fpregset): New functions.
4538 (ppc_linux_regset_core_fns): New.
4539 (_initialize_ppc_linux_tdep): Call add_core_fns.
4540 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4541 and ppc_linux_supply_gregset.
4542 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4543 (supply_fpregset): Call ppc_linux_supply_fpregset.
4544 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4545 corelow.o.
4546 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4547
4548 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4549
4550 * symtab.c (lookup_symbol): Demangle before lowercasing.
4551
4552 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4553
4554 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4555 declaration.
4556 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4557 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4558 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4559 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4560 "gdb_string.h".
4561 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4562 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4563 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4564 (avr-tdep.o, mon960-rom.o): Ditto.
4565 (aout_stabs_gnu_h): Define.
4566 (symtab_h): Remove $(gdb_obstack_h).
4567
4568 2002-07-30 Jim Blandy <jimb@redhat.com>
4569
4570 Patch from David Carlton <carlton@math.stanford.edu>:
4571 * gdbinit.in: Move the `dir' commands that add GDB's own source
4572 directory to the search path to the end, so that the `gdb' source
4573 directory will be searched first.
4574
4575 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4576
4577 * gdb_obstack.h: New file.
4578 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4579 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4580 * objfiles.h: Include "gdb_obstack.h".
4581 * Makefile.in (gdb_obstack_h): Define.
4582 (symtab_h): Add $(gdb_obstack_h).
4583 (objfiles_h): Add $(gdb_obstack_h).
4584
4585 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4586 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4587 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4588 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4589 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4590 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4591 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4592 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4593
4594 * Makefile.in (bcache.o): Update dependencies.
4595 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4596 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4597 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4598 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4599 (stabsread.o, symfile.o, symmisc.o): Ditto.
4600 (symtab.o, typeprint.o, macroexp.o): Ditto.
4601 (macrotab.o, mdebugread.o): Ditto.
4602 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4603 (coff_ecoff_h, aout_aout64_h): Define.
4604 (aout_stabs_gnu_h, libaout_h): Define.
4605
4606 2002-07-29 Andrew Cagney <cagney@redhat.com>
4607
4608 * regcache.c (struct regcache_descr): Rename nr_registers to
4609 nr_cooked_registers. Revise comments describing the structure
4610 member fields.
4611 (init_regcache_descr): Update.
4612 (init_legacy_regcache_descr): Update.
4613 (read_register_gen, write_register_gen): When a cooked register in
4614 the raw register range, directly access the value from the raw
4615 register cache.
4616
4617 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4618
4619 * z8k-tdep.c: Do not include "obstack.h".
4620 * h8300-tdep.c, h8500-tdep.c: Ditto.
4621 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4622 * valprint.c, v850-tdep.c: Ditto.
4623 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4624 * mn10200-tdep.c: Ditto.
4625
4626 * Makefile.in (z8k-tdep.o): Update dependencies.
4627 (m68hc11-tdep.o, valprint.o): Ditto.
4628 (v850-tdep.o, d10v-tdep.o): Ditto.
4629 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4630 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4631 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4632 (sh_opc_h, gdb_sim_sh_h): Define.
4633 (elf_sh_h, elf_bfd_h): Define.
4634 (opcode_m68hc11_h): Define.
4635 (OPCODES_SRC, OPCODES_DIR): define.
4636 (OPCODES): Use $(OPCODES_DIR).
4637 (gdb_sim_d10v_h): Rename sim_d10v_h.
4638 (gdb_sim_arm_h): Rename sim_arm_h.
4639
4640 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4641
4642 * utils.c (host_pointer_to_address, address_to_host_pointer):
4643 Change internal_error() message to indicate function responsible
4644 for the error.
4645
4646 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4647
4648 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4649 calls to local_hex_string_custom().
4650
4651 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4652
4653 * irix5-nat.c: Move IRIX shared library support from here...
4654 * solib-irix.c: ...to here. Revised substantially to work with
4655 generic solib framework.
4656
4657 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4658 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4659 * mips-irix-tdep.c: New file.
4660
4661 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4662 (mips-irix-tdep.o, solib-irix.o): New rules.
4663 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4664 solib-irix.o.
4665 * config/mips/irix6.mt (TDEPFILES): Likewise.
4666 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4667
4668 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4669
4670 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4671 disabled (via ``#if 0'') includes.
4672
4673 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4674
4675 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4676 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4677 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4678 Add support for the fpscr register.
4679 * rs6000-nat.c (regmap, fetch_inferior_registers)
4680 (store_inferior_registers, fetch_core_registers): Likewise.
4681
4682 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4683
4684 * rs6000-nat.c (language.h): Include.
4685 (special_regs): Delete this array.
4686 (regmap): New function.
4687 (fetch_register, store_register): Use regmap() to map gdb
4688 register numbers to ptrace register numbers. Also, use
4689 outputs from regmap() to make decisions regarding type of
4690 ptrace() call to make. In particular, don't compare against
4691 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4692 (fetch_inferior_registers, store_inferior_registers): Where
4693 possible, obtain register numbers from tdep struct. Don't
4694 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4695 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4696 (LAST_UISA_SP_REGNUM): Delete.
4697
4698 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4699
4700 * rs6000-nat.c (ppc-tdep.h): Include.
4701 (fetch_registers, store_register, fetch_core_registers): Don't
4702 access registers[] directly. Instead, use supply_register() or
4703 regcache_collect() as appropriate.
4704 (find_toc_address): Format hex address with local_hex_string().
4705
4706 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4707
4708 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4709 bfd/elf32-frv.c.
4710
4711 2002-07-24 Tom Tromey <tromey@redhat.com>
4712
4713 * jv-exp.y: Marked all strings with _().
4714 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4715 internal_error.
4716 (MethodInvocation, CastExpression, parse_number, yyerror,
4717 java_type_from_name, push_expression_name, yylex): Typo fixes.
4718
4719 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4720
4721 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4722 (tee_file_flush, tee_file_write, tee_file_fputs)
4723 (tee_file_isatty): New.
4724 * ui-file.h (tee_file_new): Add prototype.
4725
4726 2002-07-24 Aidan Skinner <aidan@velvet.net>
4727
4728 * ada-lang.c: Change k&r style function definitions to prototyped
4729 form.
4730 * ada-typeprint.c: Change k&r style function definitions to prototyped
4731 form.
4732 * ada-valprint.c: Change k&r style function definitions to prototyped
4733 form.
4734
4735 2002-07-24 Andrew Cagney <cagney@redhat.com>
4736
4737 * README: Remove reference to remote-bug.
4738 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4739 remote-bug.c.
4740 (m88k-nat.o): Delete rule.
4741 (m88k-tdep.o): Delete rule.
4742 (remote-bug.o): Delete rule.
4743 * MAINTAINERS: Mark as obsolete.
4744 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4745 * m88k-tdep.c: Make file obsolete.
4746 * config/m88k/m88k.mh: Ditto.
4747 * config/m88k/delta88v4.mh: Ditto.
4748 * config/m88k/delta88v4.mt: Ditto.
4749 * config/m88k/delta88.mt: Ditto.
4750 * config/m88k/delta88.mh: Ditto.
4751 * remote-bug.c: Ditto.
4752 * config/m88k/tm-delta88.h: Ditto.
4753 * config/m88k/nm-delta88v4.h: Ditto.
4754 * config/m88k/xm-delta88.h: Ditto.
4755 * config/m88k/xm-dgux.h: Ditto.
4756 * config/m88k/tm-m88k.h: Ditto.
4757 * config/m88k/nm-m88k.h: Ditto.
4758 * config/m88k/tm-delta88v4.h: Ditto.
4759 * m88k-nat.c: Ditto.
4760 * cxux-nat.c: Ditto.
4761 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4762 and m88*-*-* obsolete.
4763 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4764 m88*-*-* obsolete.
4765
4766 2002-07-24 Andrew Cagney <cagney@redhat.com>
4767
4768 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4769 constant. Same for local pointer variables.
4770 (extract_signed_integer): Ditto.
4771 * defs.h (extract_unsigned_integer): Update.
4772 (extract_signed_integer): Update.
4773
4774 2002-07-24 Andrew Cagney <cagney@redhat.com>
4775
4776 * regcache.c (regcache_raw_write): Change buf parameter to a
4777 constant void pointer.
4778 (regcache_raw_read): Change buf parameter to a void pointer.
4779 (legacy_write_register_gen): Change myaddr parameter a constant
4780 void pointer.
4781 (supply_register): Change val parameter to a const void pointer.
4782 * regcache.h (regcache_raw_write): Update declaration.
4783 (regcache_raw_read): Update declaration.
4784 (supply_register): Update declaration.
4785
4786 2002-07-24 Tom Tromey <tromey@redhat.com>
4787
4788 * defs.h (gdb_readline_wrapper): Declare.
4789 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4790 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4791 * top.c (gdb_readline_wrapper): New function.
4792 (command_line_input): Use it.
4793
4794 2002-07-24 Andrew Cagney <cagney@redhat.com>
4795
4796 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4797 regcache_read and regcache_write.
4798 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4799 * regcache.c: Update.
4800 * sh-tdep.c (sh64_push_arguments): Update comment.
4801 (sh_pseudo_register_read): Update.
4802 (sh_pseudo_register_write): Update.
4803 (sh4_register_read): Update.
4804 (sh4_register_write): Update.
4805 (sh64_pseudo_register_read): Update.
4806 (sh64_pseudo_register_write): Update.
4807 (sh64_register_read): Update.
4808 (sh64_register_write): Update.
4809 * i386-tdep.c (i386_extract_return_value): Update.
4810 (i386_extract_struct_value_address): Update.
4811 (i386_extract_return_value): Update.
4812 * blockframe.c (generic_read_register_dummy): Update.
4813 (generic_call_dummy_register_unwind): Update
4814 * infrun.c (write_inferior_status_register): Update.
4815
4816 2002-07-23 Jim Blandy <jimb@redhat.com>
4817
4818 * parser-defs.h (expression_context_pc): Make this extern.
4819 (Thanks to Michael Snyder.)
4820
4821 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4822
4823 GDB 5.2.1 released from 5.2 branch.
4824 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4825 * README: Update to mention 5.2.1.
4826
4827 2002-07-23 Mark Salter <msalter@redhat.com>
4828
4829 * remote.c (remote_read_bytes): Fix check for error.
4830
4831 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4832
4833 * aix-thread.c (language.h): Include.
4834 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4835 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4836 Print newlines at end of debug messages.
4837 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4838 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4839
4840 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4841
4842 * aix-thread.c (ppc-tdep.h): Include.
4843 (special_register_p): New function.
4844 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4845 (store_regs_user_thread): Use register number information from
4846 gdbarch_tdep struct instead of hardcoded offsets relative to
4847 FIRST_UISA_SP_REGNUM.
4848 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4849 special_register_p() instead of using FPLAST_REGNUM and
4850 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4851 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4852 will be MQ's register number.
4853
4854 2002-07-22 Michael Snyder <msnyder@redhat.com>
4855
4856 * aix-thread.c (ops): Rename to aix_thread_ops.
4857 (base_ops): Rename to base_target.
4858 (ops_attach): Rename to aix_thread_attach.
4859 (ops_detach): Rename to aix_thread_detach.
4860 (ops_resume): Rename to aix_thread_detach.
4861 (ops_wait): Rename to aix_thread_wait.
4862 (ops_kill): Rename to aix_thread_kill.
4863 (init_ops): Rename to init_aix_thread_ops.
4864 (ops_fetch_register): Rename to aix_thread_fetch_register.
4865 (ops_store_register): Rename to aix_thread_store_register.
4866 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4867 (ops_thread_alive): Rename to aix_thread_thread_alive.
4868 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4869 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4870 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4871 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4872 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4873 (store_regs_lib): Rename to store_regs_user_thread.
4874 (store_regs_kern): Rename to store_regs_kernel_thread.
4875
4876 2002-07-22 Michael Snyder <msnyder@redhat.com>
4877
4878 * aix-thread.c (ops_prepare_to_store): Eliminate.
4879 (init_ops): Don't initialize ops.prepare_to_store.
4880 (store_regs_kern): Pre-fetch register buffers from child,
4881 because some registers may not be in the cache. Copy
4882 regs from register cache only if they are cached.
4883 (store_regs_lib): Copy regs from register cache only
4884 if they are cached.
4885 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4886 fill_gprs64): Ditto.
4887
4888 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4889
4890 * aix-thread.c (gdb_assert.h): Include.
4891 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4892 register sizes (from register cache) match size of buffer holding
4893 register data.
4894 (fill_sprs32): Change parameter types to match those in the ptrace()
4895 buffer.
4896 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4897 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4898
4899 2002-07-22 Michael Snyder <msnyder@redhat.com>
4900
4901 * aix-thread.c (supply_sprs64): Cosmetic change.
4902 (supply_sprs32): Cosmetic change.
4903 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4904 (fill_sprs64): Use regcache_collect instead of read_register.
4905 (store_regs_lib): Use regcache_collect instead of
4906 read_register. Use fill_sprs32 instead of fill_sprs64,
4907 if debugging a 32-bit architecture.
4908 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4909 out of the register cache, instead of passing a pointer into
4910 the register cache directly to ptrace. Use regcache_collect
4911 insteaad of read_register.
4912 (ops_prepare_to_store): Use target_read_registers instead
4913 of read_register_bytes.
4914
4915 2002-07-20 Aidan Skinner <aidan@velvet.net>
4916
4917 * MAINTAINERS: Add self under write after approval.
4918
4919 2002-07-20 Aidan Skinner <aidan@velvet.net>
4920
4921 * ada-tasks.c: Change k&r style function definitions to prototyped
4922 form.
4923
4924 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4925
4926 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4927 * x86-64-tdep.c: Include "objfiles.h".
4928 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4929 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4930
4931 2002-07-17 Michal Ludvig <michal@suse.cz>
4932
4933 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4934 (update_context): Initialise cfa variable.
4935
4936 2002-07-17 Michael Snyder <msnyder@redhat.com>
4937
4938 * aix-thread.c: Shorten some long lines.
4939 Bring comments into line with code spec.
4940
4941 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4942
4943 * infrun.c: Re-indent using gdb_indent.sh.
4944
4945 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4946
4947 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4948 Leave the indentation temporarily untouched, to minimize the diffs.
4949
4950 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4951
4952 * stabsread.c: Make os9k sections of the code obsolete,
4953 for real this time.
4954 * stabsread.h: Make os9k sections of the code obsolete.
4955
4956 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4957
4958 * linux-low.c (regsets_store_inferior_registers): Add free()
4959 at the end of a loop to prevent memory leak.
4960 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4961 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4962 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4963 line a comment.
4964 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4965
4966 2002-07-17 Jim Blandy <jimb@redhat.com>
4967
4968 * macrocmd.c (info_macro_command): Remove newline from error
4969 message.
4970
4971 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4972
4973 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4974 (sh_gdbarch_init): Use it for sh-dsp.
4975
4976 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4977
4978 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4979 64-bit DWARF2 format.
4980
4981 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4982
4983 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4984 <sys/proc.h> when not available.
4985
4986 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4987
4988 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4989 * stabsread.c: Make os9k sections of the code obsolete.
4990 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4991 * config/i386/i386os9k.mt: Make file obsolete.
4992 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4993 (COMMON_OBS): Remove os9kread.o
4994 (SFILES): Remove os9kread.c.
4995 (os9kread.o, remote-os9k.o): Make target obsolete.
4996 * remote-os9k.c: Make file obsolete.
4997 * os9kread.c: Make file obsolete.
4998 * Makefile.in
4999
5000 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5001
5002 * NEWS: Mention that the FR30 has been made obsolete.
5003 * fr30-tdep.c: Make file obsolete.
5004 * config/fr30/tm-fr30.h: Ditto.
5005 * config/fr30/fr30.mt: Ditto.
5006 * configure.tgt: Make fr30-*-elf obsolete.
5007 * MAINTAINERS: Make fr30-elf obsolete.
5008
5009 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
5010
5011 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
5012 found is not inside a section.
5013
5014 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5015
5016 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
5017 strerror().
5018 (pdc_realloc): Use xrealloc() instead of realloc().
5019
5020 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5021
5022 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
5023 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
5024 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
5025 macros.
5026
5027 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5028
5029 * aix-thread.c (ptrace_check): Eliminate goto.
5030 (sync_threadlists): Eliminate gotos. Also, fix array overrun
5031 problem.
5032
5033 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5034
5035 * aix-thread.c (gdbcmd.h): Include.
5036 (DEBUG, DBG, DBG2, dbg): Eliminate.
5037 (debug_aix_thread): New static global.
5038 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5039 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
5040 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
5041 invocations to DBG and DBG2 macros to test against
5042 ``debug_aix_thread'' and call fprintf_unfiltered().
5043 (_initialize_aix_thread): Add new command "set debug aix-thread".
5044
5045 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5046
5047 From Gerhard Tonn <TON@de.ibm.com>:
5048 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
5049 instead of supply_register.
5050
5051 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5052
5053 * dwarf2cfi.c: Include "gdb_assert.h".
5054 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
5055 non-NULL.
5056 (update_context): Do not use __func__. Add missing ``break''.
5057 (update_context): Do not use __func__.
5058
5059 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
5060
5061 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
5062 and its setting. Set gdbarch instruction printing functions
5063 directly. For non-rs6000 case use new function
5064 gdb_print_insn_powerpc.
5065 (gdb_print_insn_powerpc): New function.
5066
5067 2002-07-13 Andrew Cagney <ac131313@redhat.com>
5068
5069 * NEWS: Mention that the d30v has been marked obsolete.
5070 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
5071 * configure.tgt: Mark d30v-*-* as obsolete.
5072 * d30v-tdep.c: Mark file as obsolete.
5073 * config/d30v/d30v.mt: Ditto.
5074 * config/d30v/tm-d30v.h: Ditto.
5075
5076 2002-07-13 Aidan Skinner <aidan@velvet.net>
5077
5078 * ada-tasks.c (add_task_entry): replace calls to
5079 malloc() with xmalloc
5080 * ada-tasks.c (init_task_list): replace calls to free with xfree()
5081
5082 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
5083 ada_finish_decode_line_1, all_sals_for_line
5084 ada_breakpoint_rewrite): replace calls to free() with xfree()
5085
5086 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5087
5088 From Nicholas Duffek (with minor changes by Martin Hunt,
5089 Louis Hamilton, and Kevin Buettner):
5090 * aix-thread.c: New file.
5091
5092 2002-07-12 Petr Sorfa <petrs@caldera.com>
5093
5094 * dwarf2read.c (dwarf2_invalid_attrib_class): New
5095 complaint for invalid attribute class or form.
5096 (read_func_scope): DW_AT_frame_base
5097 better handling of DW_AT_block*.
5098 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
5099 better handling of DW_AT_block*.
5100 (read_common_block): DW_AT_location
5101 better handling of DW_AT_block*.
5102 (read_partial_die): DW_AT_location better handling
5103 of DW_AT_block*.
5104 (new_symbol): DW_AT_external better handling of
5105 DW_AT_block*. Proper initialization of variable
5106 "addr".
5107 (attr_form_is_block): New function that returns true
5108 if the attribute's form is of DW_FORM_block*.
5109
5110 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5111
5112 * valops.c (find_method_list): Remove comment about
5113 removed STATIC_MEMFUNCP argument.
5114 (value_find_oload_method_list): Likewise.
5115
5116 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5117
5118 From Nicholas Duffek:
5119 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
5120 target_new_objfile_hook.
5121
5122 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5123
5124 From Nicholas Duffek:
5125 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
5126 csect.
5127
5128 2002-07-12 Andrew Cagney <cagney@redhat.com>
5129
5130 * MAINTAINERS: Mention --enable-sim-build-warnings.
5131 (m68hc11-elf): Disable sim build warnings.
5132 (m32r-elf): Mark as broken obsolete candidate.
5133 (x86_64-linux-gnu): Mark as buildable with -Werror.
5134 (arm-elf): Change -w to ``,'' which enables warnings but not
5135 -Werror.
5136
5137 2002-07-12 Andrew Cagney <ac131313@redhat.com>
5138
5139 * bcache.h: Update copyright.
5140 (struct bstring, struct bcache): Move definition to "bcache.c".
5141 Replaced by opaque declaration.
5142 (bcache_xfree): Replace free_bcache.
5143 (bcache_xmalloc, bcache_memory_used): Declare.
5144
5145 * bcache.c: Update copyright.
5146 (struct bstring, struct bcache): Moved to here from "bcache.h".
5147 Update comments.
5148 (bcache_xmalloc, bcache_memory_used): New functions.
5149 (bcache_xfree): Replace function free_bcache.
5150
5151 * Makefile.in (objfiles.o): Add $(bcache_h).
5152 (objfiles_h): Remove $(bcache_h).
5153 (symfile.o): Add $(bcache_h).
5154
5155 * symmisc.c: Update copyright.
5156 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5157 (print_objfile_statistics): Use bcache_memory_used.
5158
5159 * symfile.c: Include "bcache.h".
5160 (reread_symbols): Use bcache_xfree.
5161 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5162 (add_psymbol_to_list): Pass psymbol_cache by value.
5163 (add_psymbol_with_dem_name_to_list): Ditto.
5164
5165 * objfiles.h: Update copyright.
5166 (struct bcache): Declare opaque. Do not include "bcache.h".
5167 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5168 bcache'' pointers.
5169 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5170
5171 * objfiles.c: Include "bcache.h". Update copyright.
5172 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5173 macro_cache.
5174 (free_objfile): Use bcache_xfree.
5175
5176 2002-07-11 Grace Sainsbury <graces@redhat.com>
5177
5178 * monitor.c (monitor_fetch_register): Make name a constant.
5179 (monitor_store_register): Same.
5180
5181 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
5182
5183 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5184 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5185 (finish_block) For non-function blocks, hash the symbol table. For
5186 function blocks, mark the symbol table as unhashed.
5187 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5188 (msymbol_hash_iw): Likewise.
5189 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5190 value.
5191 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5192 (lookup_minimal_symbol): Likewise for both.
5193 * symtab.h (struct block): Add `hashtable' flag. Comment the
5194 hashtable.
5195 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5196 (ALL_BLOCK_SYMBOLS): Update.
5197 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5198 (struct symbol): Add `hash_next' pointer.
5199 * symtab.c (lookup_block_symbol): Search using the hash table when
5200 possible.
5201 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5202 (search_symbols, find_addr_symbol): Likewise.
5203
5204 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5205 (read_dst_symtab): Likewise.
5206 * jv-lang.c (get_java_class_symtab): Likewise.
5207 * mdebugread.c: Include "gdb_assert.h".
5208 (shrink_block): Assert that the block being modified is not hashed.
5209 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5210 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5211 symbols.
5212 (dump_symtab): Recognize hashed blocks.
5213 * printcmd.c (print_frame_args): Assert that function blocks do not
5214 have hashed symbol tables.
5215 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5216 (fill_in_ada_prototype, debug_print_block): Likewise.
5217 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5218
5219 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
5220
5221 * stack.c (print_frame): Use result of frame_address_in_block()
5222 instead of fi->pc when evaluating symbols.
5223 (backtrace_command_1): Ditto.
5224
5225 2002-07-11 Andrew Cagney <cagney@redhat.com>
5226
5227 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5228 Make static.
5229
5230 * arm-tdep.c (arm_register_name): Make return type constant.
5231
5232 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5233
5234 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5235 prototype.
5236 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5237 * s390-tdep.c (s390_fp_regnum): Ditto.
5238 (s390_read_fp): Ditto.
5239 (s390_pop_frame): Ditto.
5240 (_initialize_s390_tdep): Ditto.
5241 * remote.c (get_remote_state): Ditto.
5242 * procfs.c (mappingflags): Ditto.
5243 * memattr.c (_initialize_mem): Ditto.
5244 * mcore-tdep.c (mcore_pop_frame): Ditto.
5245 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5246 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5247 * language.c (set_case_str): Ditto.
5248 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5249 * frv-tdep.c (new_variant): Ditto.
5250 (frv_stopped_data_address): Ditto.
5251 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5252 (context_alloc): Ditto.
5253 (frame_state_alloc): Ditto.
5254 (unwind_tmp_obstack_init): Ditto.
5255 (unwind_tmp_obstack_free): Ditto.
5256 (cfi_read_fp): Ditto.
5257 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5258 (cris_pop_frame): Ditto.
5259 * c-lang.c (scanning_macro_expansion): Ditto.
5260 (finished_macro_expansion): Ditto.
5261 (c_preprocess_and_parse): Ditto.
5262 * gdbarch.sh: Ditto.
5263 * gdbarch.h, gdbarch.c: Regenerate.
5264 * config/mn10200/tm-mn10200.h: Adjust indentation.
5265 * target.c: Adjust indentation.
5266 * symtab.h: Adjust indentation.
5267 * stabsread.h: Adjust indentation.
5268 * remote-es.c: Adjust indentation.
5269 * os9kread.c: Adjust indentation.
5270
5271 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5272
5273 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5274 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5275
5276 2002-07-10 Grace Sainsbury <graces@redhat.com>
5277
5278 * NEWS: Mention m68k, mcore multi-arching.
5279 * MAINTAINERS: Change status of m68k, mcore to reflect
5280 multi-arching.
5281
5282 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5283
5284 * valops.c (find_overload_match): Free oload_syms.
5285
5286 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5287
5288 Define HAVE_SYS_PROC_H if sys/proc.h exists
5289 * configure.in: Add check for sys/proc.h
5290 * config.in: Regenerate.
5291 * configure: Regenerate.
5292
5293 2002-07-09 Grace Sainsbury <graces@redhat.com>
5294
5295 * config/m68k/tm-m68k.h: Remove macros wrapped in
5296 #if !GDB_MULTI_ARCH.
5297
5298 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5299
5300 * config.in, configure: Regenerate.
5301
5302 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5303
5304 * dwarf2cfi.c: Include "gcore.h".
5305 (execute_stack_op): Fix implementation of the
5306 DW_OP_deref and DW_OP_deref_size operators by letting do their
5307 lookup in the target.
5308
5309 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5310
5311 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5312 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5313 tdep->sc_sp_offset.
5314
5315 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5316
5317 Fix PR gdb/595, gdb/602
5318 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5319 Don't call value_cast, just read the vtable pointer; update comments
5320 to match.
5321
5322 2002-07-05 Grace Sainsbury <graces@redhat.com>
5323
5324 * config/mcore/tm-mcore.h: Remove file.
5325 * config/mcore/mcore.mt: Remove definition of TM_FILE
5326 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5327
5328 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5329
5330 * i386bsd-tdep.c: Include "gdb_string.h".
5331
5332 2002-07-04 Grace Sainsbury <graces@redhat.com>
5333
5334 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5335 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5336 mcore-tdep.
5337 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5338 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5339 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5340 (RETVAL_REGNUM): Move macros from tm-mcore.h
5341 (mcore_reg_struct_has_addr): New function.
5342 (mcore_gdbarch_init): Added initializations for the macros removed
5343 from tm-mcore.h.
5344
5345 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5346
5347 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5348 traditonal string branding within the ELF header.
5349
5350 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5351
5352 * symtab.c (remove_params): New function.
5353 (make_symbol_overload_list): Use it instead of cplus_demangle.
5354 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5355
5356 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5357
5358 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5359
5360 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5361 New variables.
5362 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5363 and tdep->sigtramp_end.
5364 * i386obsd-nat.c: New file.
5365 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5366
5367 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5368 Don't call get_current_frame().
5369
5370 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5371
5372 * i386-nat.c (child_post_startup_inferior): New function
5373 calling i386_cleanup_dregs if
5374 I386_USE_GENERIC_WATCHPOINTS is defined.
5375 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5376 conditional to acknowledge that i386-nat.c has its
5377 own child_post_startup_inferior function.
5378
5379 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5380
5381 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5382 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5383 instead of MAX_REGISTER_RAW_SIZE.
5384 (i386_extract_return_value, i386_extract_struct_value_address):
5385 Convert to use regcache.
5386 (i386_gdbarch_init): Set max_register_raw_size and
5387 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5388 Set extract_return_value and extract_struct_value_address instead
5389 of their deprecated variants.
5390
5391 Convert i386 target to generic dummy frames.
5392 * i386-tdep.c: Include "symfile.h".
5393 (i386_frameless_signal_p): Consider a function to be frameless if
5394 the pc points at the first instruction of the function.
5395 (i386_frame_chain): Handle (generic) call dummies.
5396 (i386_frame_saved_pc): Likewise.
5397 (i386_frame_init_saved_regs): Remove code dealing with call
5398 dummies on the stack.
5399 (i386_push_dummy_frame): Removed.
5400 (i386_call_dummy_words): Removed.
5401 (i386_fix_call_dummy): Removed.
5402 (i386_push_return_address): New function.
5403 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5404 parameter, and don't call get_current_frame.
5405 (i386_pop_frame): New function.
5406 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5407 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5408 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5409 call_dummy_length to 0, set call_dummy_words to NULL, set
5410 sizeof_call_dummy_words to 0, set fix_call_dummy to
5411 generic_fix_call_dummy, set pc_in_call_dummy to
5412 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5413 generic_push_dummy_frame, set push_return_address to
5414 i386_push_return_address and set frame_chain_valid to
5415 generic_file_frame_chain_valid.
5416
5417 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5418
5419 * gdbarch.sh (struct regcache): Add opaque declaration.
5420 (EXTRACT_RETURN_VALUE): New architecture method.
5421 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5422 * gdbarch.h, gdbarch.c: Regenerate.
5423 * arch-utils.c (legacy_extract_return_value): New function.
5424 * arch-utils.h (legacy_extract_return_value): Declare.
5425 * values.c (value_being_returned): Re-enable code handling
5426 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5427 deprecated_grub_regcache_for_registers call to block handling
5428 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5429 (EXTRACT_RETURN_VALUE): Do not define.
5430
5431 2002-07-03 Grace Sainsbury <graces@redhat.com>
5432
5433 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5434 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5435 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5436 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5437 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5438 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5439 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5440 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5441 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5442 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5443 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5444 argument so the function fits the prototype in the architecture
5445 vector.
5446 (mcore_pop_frame): Remove argument so the function fits the
5447 prototype. Use get_current_frame instead of the argument.
5448 (mcore_push_arguments): Change type of struct_return so the
5449 function can be used in the architecture vector.
5450 (mcore_store_struct_return): Add.
5451 (mcore_frame_init_saved_regs): Add.
5452 (mcore_gdbarch_init): Add function calls to replace the macros
5453 removed from tm-mcore.h
5454
5455 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5456
5457 * infcmd.c (print_return_value): Remove compatibility code calling
5458 deprecated_grub_regcache_for_registers.
5459
5460 * values.c: Include "regcache.h".
5461 (value_being_returned): Update. Use
5462 deprecated_grub_regcache_for_registers to extract the register
5463 buffer address.
5464 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5465 ``struct regcache''.
5466 * Makefile.in (values.o): Add dependency on $(regcache_h).
5467
5468 * inferior.h (run_stack_dummy): Change type of second parameter to
5469 a ``struct regcache''.
5470 * valops.c (hand_function_call): Change type of retbuf to ``struct
5471 regcache''. Allocate using regcache_xmalloc, clean using
5472 make_cleanup_regcache_xfree.
5473 * infcmd.c (run_stack_dummy): Update. Use
5474 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5475
5476 * regcache.c (do_regcache_xfree): New function.
5477 (make_cleanup_regcache_xfree): New function.
5478 * regcache.h (make_cleanup_regcache_xfree): Declare.
5479
5480 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5481
5482 * event-top.c (command_line_handler): Don't read past
5483 beginning of buffer.
5484
5485 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5486
5487 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5488 struct frame_id.
5489 (varobj_create): Store frame_id for root.
5490 (varobj_gen_name): Use xasprintf.
5491 (varobj_update): Save and restore frame using get_frame_id() and
5492 frame_find_by_id().
5493 (create_child): Use xasprintf.
5494 (new_root_variable): Initialize frame_id.
5495 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5496 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5497 to prevent memory leak.
5498
5499 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5500
5501 * valops.c (hand_function_call): Move declaration of retbuf to
5502 start of function, allocate using malloc, add a cleanup but before
5503 the inf_status cleanup, cleanup the buffer. Rename local variable
5504 old_chain to inf_status_cleanup.
5505
5506 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5507
5508 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5509
5510 * cli/cli-decode.c (cmd_func_p): New function.
5511 (cmd_func): New function.
5512
5513 * command.h: Add cmd_func() and cmd_func_p().
5514
5515 2002-07-03 Grace Sainsbury <graces@redhat.com>
5516
5517 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5518 (REGISTER_SIZE): Remove.
5519 (MAX_REGISTER_RAW_SIZE): Remove.
5520 (REGISTER_VIRTUAL_TYPE): Remove.
5521 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5522 (REGISTER_NAME): Remove.
5523 (USE_GENERIC_DUMMY_FRAMES): Remove.
5524 (CALL_DUMMY): Remove.
5525 (CALL_DUMMY_START_OFFSET): Remove.
5526 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5527 (CALL_DUMMY_LOCATION): Remove.
5528 (FIX_CALL_DUMMY): Remove.
5529 (CALL_DUMMY_ADDRESS): Remove.
5530 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5531 (SAVE_DUMMY_FRAME_TOS): Remove.
5532 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5533 (mcore_register_virtual_type): New function.
5534 (mcore_register_byte): New function.
5535 (mcore_register_size): New function.
5536 (mcore_register_name): New function.
5537 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5538 macros removed from tm-mcore.h.
5539 (mcore_dump_tdep): Add.
5540 (_initialize_mcore_tdep): Add gdbarch_register call.
5541
5542 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5543
5544 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5545 frameless_look_for_prologue, such that we actually call this
5546 function.
5547
5548 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5549
5550 * frame.h (frame_address_in_block): New function.
5551
5552 * blockframe.c (frame_address_in_block): New function extracted
5553 from get_frame_block().
5554 (get_frame_block): Use frame_address_in_block().
5555 (block_innermost_frame): Use frame_address_in_block() to match
5556 the frame pc address against the block boundaries rather than
5557 the frame pc directly. This prevents a failure when a frame pc
5558 is actually a return-address pointing immediately after the end
5559 of the given block.
5560
5561 2002-07-02 Grace Sainsbury <graces@redhat.com>
5562
5563 * MAINTAINERS: Add self under write after approval.
5564
5565 2002-07-02 Grace Sainsbury <graces@redhat.com>
5566
5567 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5568 used in architecture vector. The default is
5569 m68k_local_breakpoint_from_pc.
5570 (m68k_local_breakpoint_from_pc): Add.
5571 (enum): Add register numbers from tm-m68k.h.
5572 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5573 vector.
5574 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5575 GDB_MULTI_ARCH_PARTIAL.
5576 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5577 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5578 m68k-tdep.c.
5579 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5580 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5581 to enum in m68k-tdep.c
5582
5583 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5584
5585 * solib-osf.c (open_map): Compute the list of shared libraries
5586 loaded by the inferior, rather than the list of libraries loaded
5587 by GDB itself. Otherwise, GDB ends up reading the symbols from
5588 the wrong shared libraries...
5589
5590 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5591
5592 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5593 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5594 macros.
5595 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5596 Remove functions.
5597 (FRAMELESS_SIGNAL): Remove function.
5598 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5599 i386_linux_saved_pc_after_call): Removed.
5600 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5601 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5602 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5603
5604 * i386-tdep.c (i386_frameless_signal_p): New function.
5605 (i386_frame_chain): Deal with frameless signals.
5606 (i386_sigtramp_saved_sp): New function.
5607 (i386_frame_saved_pc): Deal with frameless signals.
5608 (i386_saved_pc_after_call): Make sure the correct value is
5609 returned just after entry into a sigtramp.
5610 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5611 i386fbsd4_sc_sp_offset): New variables.
5612 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5613 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5614 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5615 similiar to what we already did for sc_pc_offset.
5616 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5617 tdep->sc_sp_offset.
5618
5619 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5620
5621 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5622
5623 * config/i386/tm-x86-64linux.h: New.
5624 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5625 definitions.
5626 * config/i386/nm-x86-64.h: Rename to ...
5627 * config/i386/nm-x86-64linux.h: ... this one.
5628 * config/i386/x86-64linux.mh: Reflect the above change.
5629
5630 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5631
5632 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5633 with sigcontext_addr. Add sc_sp_offset.
5634 (i386bsd_sigtramp_saved_pc): Remove prototype.
5635 (i386bsd_sicontext_addr): Add prototype.
5636 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5637 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5638 (i386_svr4_sigtramp_saved_pc): Removed.
5639 (i386_svr4_sigcontext_addr): New function.
5640 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5641 Initialize tdep->sigcontext_addr instead. Initialize
5642 tdep->sc_pc_offset and tdep->sc_sp_offset.
5643 (i386_gdbarch_init): Likewise.
5644 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5645 any more.
5646 (i386bsd_sigtramp_saved_pc): Remove function.
5647 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5648 Initialize tdep->sigcontext_addr instead. Initialize
5649 tdep->sc_pc_offset.
5650 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5651 of tdep->sigtramp_saved_pc.
5652 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5653 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5654 instead.
5655
5656 * i386-tdep.c (i386_frameless_function_invocation,
5657 i386_frame_num_args, i386_frame_init_saved_regs,
5658 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5659 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5660 i386_extract_return_value, i386_store_return_value,
5661 i386_extract_struct_value_address, i386_register_virtual_type,
5662 i386_register_convertible, i386_register_convert_to_virtual,
5663 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5664 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5665 static.
5666
5667 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5668
5669 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5670
5671 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5672 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5673 this macro. Include "value.h".
5674
5675 2002-06-30 Aidan Skinner <aidan@velvet.net>
5676
5677 * ada-exp.tab.c: remove as it's a generated file
5678 * ada-lex.c: remove as it's a generated file
5679
5680 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5681
5682 * config/i386/tm-i386.h (struct frame_info, struct
5683 frame_saved_regs, struct value, struct type): Remove forward
5684 declarations.
5685
5686 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5687 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5688 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5689 (FILL_FPXREGSET): Define.
5690
5691 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5692
5693 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5694 i[3456]86-*-netbsd* case.
5695 * config/i386/tm-obsd.h: Removed.
5696 * config/i386/obsd.mt: Removed.
5697 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5698 core-aout.o.
5699 (MH_CFLAGS): Add -DYYDEBUG=0.
5700
5701 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5702 i386nbsd_sc_pc_offset on OpenBSD too.
5703
5704 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5705 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5706 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5707 define.
5708 * i386bsd-tdep.c: Include "arch-utils.h".
5709 (i386bsd_aout_in_solib_call_trampoline): New function.
5710 (i386bsd_init_abi): Set in_solib_call_trampoline to
5711 i386bsd_aout_in_solib_call_trampoline.
5712 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5713 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5714
5715 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5716
5717 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5718 (struct obstack, struct bcache): Add opaque declarations.
5719 * Makefile.in (macrotab_h): Update
5720
5721 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5722
5723 * blockframe.c (generic_find_dummy_frame): Change return type to
5724 ``struct regcache''.
5725 (struct dummy_frame): Replace field ``registers'' with regcache, a
5726 struct regcache object.
5727 (generic_find_dummy_frame): Update.
5728 (generic_push_dummy_frame): Update. Use regcache_xfree,
5729 regcache_xmalloc and regcache_cpy.
5730 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5731 regcache_xfree.
5732 (deprecated_generic_find_dummy_frame): Update.
5733 (generic_read_register_dummy): Update. Use
5734 regcache_read_as_address.
5735 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5736 (generic_get_saved_register): Update. Use regcache_read.
5737
5738 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5739
5740 * Makefile.in (objfiles_h): Add $(bcache_h).
5741 * objfiles.h: Include "bcache.h".
5742
5743 * Makefile.in (symtab_h): Remove $(bcache_h).
5744 * symtab.h: Do not include "bcache.h".
5745
5746 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5747
5748 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5749 generic_func_frame_chain_valid.
5750
5751 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5752
5753 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5754 * config/i386/tm-fbsd.h: Likewise.
5755
5756 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5757
5758 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5759 generic_unwind_get_saved_register.
5760
5761 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5762
5763 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5764 * regcache.c (supply_register): Add missing argument to
5765 register_buffer call.
5766
5767 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5768
5769 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5770 Solaris /bin/grep does not not like it. From Peter Schauer.
5771
5772 2002-06-26 Tom Tromey <tromey@redhat.com>
5773
5774 * command.h (add_setshow_cmd): Declare.
5775 (add_setshow_cmd_full): Declare.
5776 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5777 returns void. Use add_setshow_cmd_full.
5778 (add_setshow_cmd_full): New function.
5779 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5780 (add_setshow_boolean_cmd): Likewise.
5781
5782 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5783
5784 * config/vax/tm-vax.h: Protect from multiple inclusion.
5785 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5786 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5787 * config/vax/tm-vaxbsd.h: ...here. New file.
5788 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5789
5790 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5791
5792 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5793 (BELIEVE_PCC_PROMOTION): Remove.
5794 (AP_REGNUM): Move to...
5795 * config/vax/nm-vax.h: ...here.
5796 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5797 (vax_breakpoint_from_pc): New function.
5798 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5799 and gdbarch_believe_pcc_promotion.
5800
5801 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5802
5803 * Makefile.in (vax_tdep_h): Define.
5804 (vax-tdep.o): Use $(vax_tdep_h).
5805 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5806 (vax_dump_tdep): New function.
5807 (_initialize_vax_tdep): Register vax_dump_tdep.
5808 * vax-tdep.h: Include osabi.h.
5809 (struct gdbarch_tdep): New.
5810
5811 2002-06-26 Andrew Cagney <cagney@redhat.com>
5812
5813 * frame.h (deprecated_generic_find_dummy_frame): Rename
5814 generic_find_dummy_frame.
5815 * blockframe.c (generic_find_dummy_frame): Make static.
5816 (deprecated_generic_find_dummy_frame): New function.
5817 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5818 generic_find_dummy_frame with deprecated_find_dummy_frame.
5819 (sh64_nofp_frame_init_saved_regs): Ditto.
5820 (sh_fp_frame_init_saved_regs): Ditto.
5821 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5822 (s390_frame_chain): Ditto.
5823 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5824
5825 2002-06-26 Grace Sainsbury <graces@redhat.com>
5826
5827 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5828 gdbarch vector are at the top.
5829 (NUM_REGS): Remove.
5830 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5831 (FRAME_ARGS_ADDRESS): Remove.
5832 (FRAME_LOCALS_ADDRESS): Remove.
5833 (FRAME_NUM_ARGS): Remove.
5834 (FRAME_ARGS_SKIP): Remove.
5835 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5836 (m68k_gdbarch_init): Add gdbarch initializations for macros
5837 undefined in tm-m68k.h
5838
5839 2002-06-26 Grace Sainsbury <graces@redhat.com>
5840
5841 * monitor.h: Add the function regname to monitor_ops
5842 structure. This way NUM_REGS does not have to be a constant.
5843 * monitor.c (monitor_fetch_register): Added support for regname
5844 function. The function is called if the array regnames is NULL.
5845 (monitor_store_register): Same.
5846 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5847 regnames array.
5848 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5849 cpu32bug_cmds.regname to point to new function.
5850 * abug-rom.c (abug_regname): Same as above.
5851 (init_abug_cmds): Same.
5852 * dbug-rom.c (dbug_regname): Same as above.
5853 (init_dbug_cmds): Same.
5854 * remote-est.c (est_regname): Same.
5855 (init_est_cmds): Same.
5856 * rom68k-rom.c (rom68k_regname): Same.
5857 (init_rom68k_cmds): Same.
5858
5859 2002-06-25 Tom Tromey <tromey@redhat.com>
5860
5861 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5862
5863 2002-06-25 Andrew Cagney <cagney@redhat.com>
5864
5865 * infrun.c (stop_registers): Change variable's type to ``struct
5866 regcache'''.
5867 (xmalloc_inferior_status): Delete function.
5868 (free_inferior_status): Delete function.
5869 (normal_stop): Use regcache_cpy.
5870 (struct inferior_status): Change type of fields ``stop_registers''
5871 and ``registers'' to ``struct regcache''.
5872 (write_inferior_status_register): Use regcache_write.
5873 (save_inferior_status): Instead of calling
5874 xmalloc_inferior_status, allocate the inf_status buffer directly.
5875 Use regcache_dup_no_passthrough and regcache_dup to save the
5876 buffers.
5877 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5878 Replace the stop_registers regcache instead of overriding it. Use
5879 regcache_xfree. Instead of calling free_inferior_status, xfree
5880 the buffer directly.
5881 (discard_inferior_status): Use regcache_xfree. Instead of calling
5882 free_inferior_status, xfree the buffer directly.
5883 (build_infrun): Use regcache_xmalloc.
5884 (_initialize_infrun): Delete redundant call to build_infrun.
5885
5886 * Makefile.in (infcmd.o): Add $(regcache_h).
5887
5888 * infcmd.c: Include "regcache.h".
5889 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5890 obtain the address of `stop_registers' register buffer.
5891 (print_return_value): Ditto.
5892
5893 * inferior.h (struct regcache): Add opaque declaration.
5894 (stop_registers): Change variable's declared type to ``struct
5895 regcache''.
5896
5897 2002-06-24 Tom Tromey <tromey@redhat.com>
5898
5899 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5900 * target.c (initialize_targets): Fixed typo in
5901 trust-readonly-sections `show' documentation.
5902
5903 * main.c: Marked all strings with _().
5904
5905 2002-06-24 Don Howard <dhoward@redhat.com>
5906
5907 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5908 that means max CORE_ADDR+1.
5909 (lookup_mem_region): Ditto.
5910 (mem_info_command): Ditto.
5911
5912 2002-06-24 Grace Sainsbury <graces@redhat.com>
5913
5914 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5915 (REGISTER_BYTES_OK): Remove.
5916 (REGISTER_BYTES): Remove.
5917 (STORE_STRUCT_RETURN): Remove.
5918 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5919 (STORE_RETURN_VALUE): Remove.
5920 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5921 (FRAME_CHAIN): Remove.
5922 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5923 (FRAME_SAVED_PC): Remove.
5924 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5925 (m68k_store_struct_return): Add.
5926 (m68k_deprecated_extract_return_value): Add.
5927 (m68k_deprecated_extract_struct_value_address): Add.
5928 (m68k_store_return_value): Add.
5929 (m68k_frame_chain): Add.
5930 (m68k_frameless_function_invocation): Add.
5931 (m68k_frame_saved_pc): Add.
5932 (m68k_gdbarch_init): added set_gdbarch calls for new
5933 functions and deleted macros.
5934
5935 2002-06-23 Tom Tromey <tromey@redhat.com>
5936
5937 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5938 (ALLDEPFILES): Likewise.
5939 (udiheaders): Removed.
5940 (udip2soc.o): Likewise.
5941 (udi2go32.o): Likewise.
5942 (udr.o): Likewise.
5943 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5944
5945 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5946
5947 * infrun.c (_initialize_infrun): Delete unnecessary call to
5948 build_infrun.
5949
5950 * regcache.h: Update comments describing the regcache_cpy family
5951 of functions.
5952 (regcache_save, regcache_restore): Delete declaration.
5953 (regcache_save_no_passthrough): Delete declaration.
5954 (regcache_restore_no_passthrough): Delete declaration.
5955 * regcache.c (regcache_save): Delete function.
5956 (regcache_save_no_passthrough): Delete function.
5957 (regcache_restore): Delete function.
5958 (regcache_restore_no_passthrough): Delete function.
5959
5960 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5961
5962 * config/m68k/tm-m68k.h: Fix typo.
5963 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5964 (m68k_frame_init_saved_regs): Declare.
5965
5966 2002-06-21 Jim Blandy <jimb@redhat.com>
5967
5968 Remove some vestiges of Harris 88k support.
5969 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5970 register numbering quirk.
5971 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5972 odd symbols occurring in Harris 88k ELF targets.
5973
5974 2002-06-21 Tom Tromey <tromey@redhat.com>
5975
5976 * gdb_locale.h: New file.
5977 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5978 (defs_h): Added gdb_locale.h.
5979 * configure, config.in: Rebuilt.
5980 * configure.in (PACKAGE): Define.
5981 * defs.h: Include gdb_locale.h.
5982 * main.c (captured_main): Call setlocale, bindtextdomain,
5983 textdomain.
5984
5985 2002-06-21 Dave Brolley <brolley@redhat.com>
5986
5987 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5988 * config/frv/frv.mt: New file.
5989 * config/frv/tm-frv.h: New file.
5990 * configure.tgt: Support frv-*-*.
5991 * Makefile.in (frv-tdep.o): New target.
5992 * frv-tdep.c: New file.
5993 * NEWS: Mention frv.
5994
5995 2002-06-21 Dave Brolley <brolley@redhat.com>
5996
5997 * MAINTAINERS: Add self to "Write After Approval" list.
5998
5999 2002-06-21 Grace Sainsbury <graces@redhat.com>
6000
6001 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
6002 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6003 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
6004 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
6005 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
6006
6007 * m68k-tdep.c: Include arch-utils.h
6008 (m68k_register_raw_size): Add.
6009 (m68k_register_virtual_size): Add.
6010 (m68k_register_virtual_type): Add.
6011 (m68k_register_name): Add.
6012 (m68k_stack_align): Add.
6013 (m68k_register_byte): Add.
6014 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
6015 tm-m68k.h.
6016
6017 2002-06-21 Grace Sainsbury <graces@redhat.com>
6018
6019 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
6020 m68k_find_saved_regs.
6021 (m68k_pop_frame): Removed saved_regs structure, and replaced
6022 references to it with frame->saved_regs.
6023 (m68k_gdbarch_init): Added function calls to initialize the
6024 gdbarch structure.
6025 (m68k_fix_call_dummy): Add.
6026 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
6027 (CALL_DUMMY): Remove.
6028 (CALL_DUMMY_LENGTH): Remove.
6029 (CALL_DUMMY_START_OFFSET): Remove.
6030 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6031 (FIX_CALL_DUMMY): Remove.
6032 (PUSH_DUMMY_FRAME): Remove.
6033 (POP_FRAME): Remove.
6034
6035 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
6036
6037 * parse.c (parse_fprintf): New function used to avoid calls to
6038 fprintf in bison parser generated debug code.
6039 * parser-defs.h: Declaration of new parse_fprintf function.
6040 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
6041 Set YYDEBUG to 1 by default.
6042 Set YYFPRINTF as parse_fprintf.
6043
6044 2002-06-21 Michal Ludvig <mludvig@suse.cz>
6045
6046 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
6047 encoding anymore.
6048 (pointer_encoding, enum ptr_encoding): New.
6049 (execute_cfa_program): Take care about pointer encoding.
6050 (dwarf2_build_frame_info): Only call parse_frame_info for
6051 .debug_frame and .eh_frame.
6052 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
6053 fixed augmentation handling, added relative addressing,
6054 ignore duplicate FDEs. Added comments.
6055 * dwarf2cfi.c: Reindented.
6056
6057 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
6058
6059 * event-top.c (command_handler): Don't use space_at_cmd_start
6060 unless there is sbrk() on the host. Assign time and space data
6061 to union fields of the appropriate length.
6062
6063 2002-06-20 Michal Ludvig <mludvig@suse.cz>
6064
6065 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
6066 x86_64_register_name. Return type changed to 'const char *'.
6067 (x86_64_register_name2nr): Rename to x86_64_register_number.
6068 (x86_64_gdbarch_init): Update to reflect the change.
6069 * x86-64-tdep.h: Ditto.
6070 * x86-64-linux-nat.c (x86_64_fxsave_offset)
6071 (supply_fpregset): Ditto.
6072
6073 2002-06-19 Andrew Cagney <cagney@redhat.com>
6074
6075 * regcache.h: Update copyright.
6076 (struct regcache, struct gdbarch): Add opaque declarations.
6077 (current_regcache): Declare global variable.
6078 (regcache_read, regcache_write): Add gdbarch parameter.
6079 (regcache_save, regcache_save_no_passthrough)
6080 (regcache_restore, regcache_restore_no_passthrough)
6081 (regcache_dup, regcache_dup_no_passthrough)
6082 (regcache_cpy, regcache_cpy_no_passthrough)
6083 (deprecated_grub_regcache_for_registers)
6084 (deprecated_grub_regcache_for_register_valid)
6085 (regcache_valid_p): Add function declarations.
6086
6087 * regcache.c: Update copyright.
6088 (regcache_descr_handle): New global variable.
6089 (struct regcache_descr): Define.
6090 (init_legacy_regcache_descr, init_regcache_descr): New functions.
6091 (regcache_descr, xfree_regcache_descr): New functions.
6092 (struct regcache): Define.
6093 (regcache_xmalloc, regcache_xfree): New functions.
6094 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
6095 (regcache_dup, regcache_dup_no_passthrough): New functions.
6096 (regcache_valid_p, regcache_read_as_address): New functions.
6097 (deprecated_grub_regcache_for_registers): New function.
6098 (deprecated_grub_regcache_for_register_valid): New function.
6099 (current_regcache): New global variable.
6100 (register_buffer): Add regcache parameter. Update calls.
6101 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
6102 (read_register_gen, write_register_gen): Update register_buffer
6103 call. Test for legacy_p instead of gdbarch_register_read_p or
6104 gdbarch_register_write_p.
6105 (regcache_collect): Update register_buffer call.
6106 (build_regcache): Rewrite. Use deprecated grub functions.
6107 (regcache_save, regcache_save_no_passthrough): New functions.
6108 (regcache_restore, regcache_restore_no_passthrough): New
6109 functions.
6110 (_initialize_regcache): Create the regcache_data_handle. Swap
6111 current_regcache global variable.
6112
6113 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
6114 parameter to regcache_read and regcache_write calls.
6115 (sh4_register_read): Ditto.
6116 (sh64_pseudo_register_read): Ditto.
6117 (sh64_register_read): Ditto.
6118 (sh_pseudo_register_write): Ditto.
6119 (sh4_register_write): Ditto.
6120 (sh64_pseudo_register_write): Ditto.
6121 (sh64_register_write): Ditto.
6122
6123 * defs.h (XCALLOC): Define.
6124
6125 2002-06-19 Grace Sainsbury <graces@redhat.com>
6126
6127 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
6128 * m68k-tdep.c (m68k_gdbarch_init): Added.
6129 (m68k_dump_tdep): Added.
6130
6131 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6132
6133 * ada-lang.c (fill_in_ada_prototype): Update comment.
6134
6135 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6136
6137 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
6138 MIPS_ABI_LAST.
6139 (mips_abi_string, mips_abi_strings): New.
6140 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
6141 (mips_gdbarch_init): Set tdep->found_abi. Don't set
6142 tdep->mips_abi_string. Honor mips_abi_string. Default to
6143 O32 if no ABI is found.
6144 (mips_dump_tdep): Use mips_abi_strings.
6145 (mips_abi_update): New function.
6146 (_initialize_mips_tdep): Initialize mips_abi_string. Add
6147 ``set mips abi'' and ``show mips abi''. Check the size of
6148 mips_abi_strings.
6149
6150 2002-06-19 Andrew Cagney <cagney@redhat.com>
6151
6152 * i386-linux-tdep.c (i386_linux_register_name): Make return type
6153 constant.
6154
6155 2002-06-18 Joel Brobecker <brobecker@gnat.com>
6156
6157 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6158 current frame using only the first stack size adjustment. All
6159 subsequent size adjustments are not considered to be part of
6160 the "static" part of the current frame.
6161 Compute the address of the saved registers relative to the
6162 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6163 in use in this frame.
6164
6165 2002-06-18 Don Howard <dhoward@redhat.com>
6166
6167 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6168 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6169 suggesting this solution.
6170
6171 2002-06-18 Andrew Cagney <ac131313@redhat.com>
6172
6173 * config/romp/xm-rtbsd.h: Delete file.
6174 * config/romp/rtbsd.mh: Delete file.
6175
6176 2002-06-18 Keith Seitz <keiths@redhat.com>
6177
6178 * breakpoint.c (condition_command): Post breakpoint_modify
6179 when a condition is added to an existing breakpoint.
6180 (commands_command): Likewise for commands.
6181 (set_ignore_count): Likewise for ignore counts.
6182 If no tty, do not simply return, still need to send event
6183 notification.
6184 (ignore_command): Only print a newline if the command came
6185 from a tty.
6186 Don't call breakpoints_changed, since this is now properly
6187 handled by set_ignore_count.
6188
6189 2002-06-18 Andrew Cagney <cagney@redhat.com>
6190
6191 * MAINTAINERS: Note that cris-elf target can be compiled with
6192 -Werror.
6193 * cris-tdep.c (cris_register_name): Make return type constant.
6194 (cris_breakpoint_from_pc): Ditto.
6195
6196 2002-06-18 Michal Ludvig <mludvig@suse.cz>
6197
6198 * frame.h (struct frame_info): Change type of context to
6199 'struct context'.
6200
6201 2002-06-17 Andrew Cagney <cagney@redhat.com>
6202
6203 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6204 pointer.
6205 * gdbarch.h, gdbarch.c: Regenerate.
6206 * config/mips/tm-mips.h (mips_register_name): Update.
6207 * i386-tdep.h (i386_register_name): Update.
6208 * mips-tdep.c (mips_register_name): Update
6209 * alpha-tdep.c (alpha_register_name): Update.
6210 * arch-utils.c (legacy_register_name): Update.
6211 * arch-utils.h (legacy_register_name): Update.
6212 * avr-tdep.c (avr_register_name): Update.
6213 * ia64-tdep.c (ia64_register_name): Update.
6214 * i386-tdep.c (i386_register_name): Update.
6215 * sparc-tdep.c (sparc32_register_name): Update.
6216 (sparc64_register_name): Update.
6217 (sparclite_register_name): Update.
6218 (sparclet_register_name): Update.
6219 * sh-tdep.c (sh_generic_register_name): Update.
6220 (sh_sh_register_name): Update.
6221 (sh_sh3_register_name): Update.
6222 (sh_sh3e_register_name): Update.
6223 (sh_sh_dsp_register_name): Update.
6224 (sh_sh3_dsp_register_name): Update.
6225 (sh_sh4_register_name): Update.
6226 (sh_sh64_register_name): Update.
6227 * s390-tdep.c (s390_register_name): Update.
6228 * rs6000-tdep.c (rs6000_register_name): Update.
6229 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6230 (ns32k_register_name_32382): Update.
6231 * d10v-tdep.c (d10v_ts2_register_name): Update.
6232 (d10v_ts3_register_name): Update.
6233 * xstormy16-tdep.c (xstormy16_register_name): Update.
6234 * vax-tdep.c (vax_register_name): Update.
6235 * v850-tdep.c (v850_register_name): Update.
6236 * m68hc11-tdep.c (m68hc11_register_name): Update.
6237 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6238 (am33_register_name): Update.
6239
6240 2002-06-17 Grace Sainsbury <graces@redhat.com>
6241
6242 * m68k-tdep.c: Reindented.
6243
6244 2002-06-17 Andrew Cagney <ac131313@redhat.com>
6245
6246 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6247 list of predefined types.
6248
6249 2002-06-16 Mark Kettenis <kettenis@gnu.org>
6250
6251 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6252 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6253 REGISTER_CONVERT_TO_RAW): Remove defines.
6254 (i386_register_virtual_type, i386_register_convertible,
6255 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6256 Remove prototypes.
6257 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6258 macros mentioned above.
6259
6260 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6261 (i386lynx_saved_pc_after_call): Remove prototype.
6262 * i386ly-tdep.c: Include "i386-tdep.h".
6263 (i386lynx_saved_pc_after_call): Make static. Use
6264 read_memory_nobpt instead of read_memory. Use
6265 read_memory_unsigned_integer instead of read_memory_integer.
6266 (i386lynx_init_abi): New function.
6267 (i386lynx_coff_osabi_sniffer): New function.
6268 (_initialize_i386bsd_tdep): New function.
6269
6270 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6271 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6272 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6273 (i386_fix_call_dummy): Remove prototype.
6274 * i386-tdep.c (i386_call_dummy_words): New variable.
6275 (i386_gdbarch_init): Adjust for removal of the
6276 macros mentioned above.
6277
6278 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6279
6280 * command.h (add_setshow_auto_boolean_cmd): Replace
6281 add_set_auto_boolean_cmd.
6282 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6283 add_set_auto_boolean_cmd.
6284 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6285 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6286 mask-address'' command.
6287 (show_mask_address): Add cmd parameter.
6288 * remote.c (add_packet_config_cmd): Update. Change type of
6289 set_func and show_func to cmd_sfunc_ftype.
6290 (_initialize_remote): Update `set remote Z-packet'
6291 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6292 (show_remote_protocol_e_packet_cmd): Ditto.
6293 (show_remote_protocol_E_packet_cmd): Ditto.
6294 (show_remote_protocol_P_packet_cmd): Ditto.
6295 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6296 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6297 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6298 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6299 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6300 (show_remote_protocol_Z_packet_cmd): Ditto.
6301 (show_remote_protocol_binary_download_cmd): Ditto.
6302 (show_remote_cmd): Pass NULL to all of above.
6303
6304 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6305
6306 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6307 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6308 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6309 POP_FRAME): Remove defines.
6310 (i386_push_arguments, i386_store_struct_return,
6311 i386_extract_return_value, i386_store_return_value,
6312 i386_extract_struct_value_address, i386_push_dummy_frame,
6313 i386_pop_frame): Renove prototypes.
6314 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6315 macros mentioned above.
6316
6317 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6318
6319 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6320 add_set_boolean_cmd.
6321 (add_setshow_cmd): New function.
6322 * command.h (add_setshow_boolean_cmd): Replace
6323 add_set_boolean_cmd.
6324 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6325 and ``set rdiromatzero''.
6326 * maint.c (_initialize_maint_cmds): Update commented out code.
6327 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6328 * target.c (initialize_targets): Update `set
6329 trust-readonly-sections'.
6330 * remote.c (_initialize_remote): Update `set remotebreak'.
6331
6332 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6333
6334 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6335 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6336 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6337 fit into multi-arch framework.
6338 (i386_breakpoint_from_pc): New function.
6339 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6340 above.
6341
6342 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6343 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6344 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6345 (i386_frameless_function_invocation, i386_frame_num_args,
6346 i386_frame_init_saved_regs): Remove prototypes.
6347 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6348 macros mentioned above.
6349
6350 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6351
6352 * cli/cli-decode.c (set_cmd_cfunc): Update.
6353 (set_cmd_sfunc): Update.
6354 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6355 (set_cmd_sfunc, set_cmd_cfunc): Update.
6356 * cli/cli-decode.h: Update.
6357
6358 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6359
6360 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6361 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6362
6363 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6364
6365 * defs.h (auto_boolean): Declare enum.
6366 * command.h (cmd_auto_boolean): Delete enum.
6367 * mips-tdep.c (mask_address_var): Update.
6368 (mips_mask_address_p): Update.
6369 (show_mask_address): Update.
6370 * remote.c (struct packet_config): Update.
6371 (update_packet_config): Update.
6372 (show_packet_config_cmd): Update.
6373 (packet_ok): Update.
6374 (add_packet_config_cmd): Update.
6375 (_initialize_remote):
6376 * command.h: Update.
6377 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6378 (do_setshow_command): Update.
6379 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6380 * cli/cli-decode.h: Update.
6381
6382 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6383
6384 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6385 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6386 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6387 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6388 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6389 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6390
6391 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6392 list of DJGPP COFF targets.
6393
6394 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6395 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6396 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6397 (FP0_REGNUM): Remove define.
6398 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6399 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6400 (i386_register_virtual_size): Remove protoype.
6401 * i386-tdep.c (i386_register_virtual_size): Removed.
6402 (i386_extract_return_value, i386_store_return_value): Use
6403 FP0_REGNUM instead of NUM_FREGS to determine whether the
6404 floating-point registers are available.
6405 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6406 Adjust for removal of macros mentioned above.
6407
6408 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6409
6410 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6411 comments.
6412 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6413 Remove prototypes.
6414 (supply_gregset, fill_gregset): Remove use of register keyword and
6415 remove declaration for regmap. Use I386_NUM_GREGS instead of
6416 NUM_REGS and NUM_FREGS.
6417 (FPREGSET_FSAVE_OFFSET): Remove.
6418 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6419 NUM_FREGS to determine whether the floating-point registers are
6420 available.
6421
6422 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6423 gnu_store_registers): Replace usage of NUM_GREGS with
6424 I386_NUM_GREGS.
6425
6426 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6427 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6428 usage of NUM_GREGS with I386_NUM_GREGS.
6429
6430 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6431
6432 * i386bsd-nat.c: Include "i386-tdep.h".
6433 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6434 I386_NUM_GREGS.
6435
6436 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6437 and associated comment. They no longer make any sense, since we
6438 don't use this file anymore on Linux.
6439
6440 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6441 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6442 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6443 elements in these arrays.
6444 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6445 MAX_NUM_REGS.
6446
6447 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6448
6449 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6450 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6451
6452 2002-06-14 Andrew Cagney <cagney@redhat.com>
6453
6454 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6455 EXTRACT_RETURN_VALUE.
6456 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6457 EXTRACT_STRUCT_VALUE_ADDRESS.
6458 * gdbarch.h, gdbarch.c: Regenerate.
6459
6460 * values.c (value_being_returned): Handle
6461 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6462 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6463
6464 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6465 * arm-tdep.c (arm_gdbarch_init): Update.
6466 * avr-tdep.c (avr_gdbarch_init): Update.
6467 * cris-tdep.c (cris_gdbarch_init): Update.
6468 * d10v-tdep.c (d10v_gdbarch_init): Update.
6469 * ia64-tdep.c (ia64_gdbarch_init): Update.
6470 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6471 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6472 * s390-tdep.c (s390_gdbarch_init): Update.
6473 * sh-tdep.c (sh_gdbarch_init): Update.
6474 * s390-tdep.c (s390_gdbarch_init): Update.
6475 * sparc-tdep.c (sparc_gdbarch_init): Update.
6476 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6477 * v850-tdep.c (v850_gdbarch_init): Update.
6478 * vax-tdep.c (vax_gdbarch_init): Update.
6479 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6480 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6481
6482 * config/arc/tm-arc.h: Update.
6483 * config/d30v/tm-d30v.h: Update.
6484 * config/fr30/tm-fr30.h: Update.
6485 * config/h8300/tm-h8300.h: Update.
6486 * config/h8500/tm-h8500.h: Update.
6487 * config/i386/tm-i386.h: Update.
6488 * config/i386/tm-ptx.h: Update.
6489 * config/i386/tm-symmetry.h: Update.
6490 * config/i960/tm-i960.h: Update.
6491 * config/m32r/tm-m32r.h: Update.
6492 * config/m68k/tm-delta68.h: Update.
6493 * config/m68k/tm-linux.h: Update.
6494 * config/m68k/tm-m68k.h: Update.
6495 * config/m88k/tm-m88k.h: Update.
6496 * config/mcore/tm-mcore.h: Update.
6497 * config/mips/tm-mips.h: Update.
6498 * config/mn10200/tm-mn10200.h: Update.
6499 * config/pa/tm-hppa.h: Update.
6500 * config/pa/tm-hppa64.h: Update.
6501 * config/sparc/tm-sp64.h: Update.
6502 * config/sparc/tm-sparc.h: Update.
6503 * config/sparc/tm-sparclet.h: Update.
6504 * config/z8k/tm-z8k.h: Update.
6505
6506 2002-06-14 Andrew Cagney <cagney@redhat.com>
6507
6508 * Makefile.in (i386_linux_tdep_h): Define.
6509 (i386_tdep_h, i387_tdep_h): Define.
6510 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6511 $(i386_tdep_h) and $(i387_tdep_h).
6512 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6513
6514 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6515
6516 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6517 Already covered by the default.
6518
6519 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6520 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6521 (i386_gdbarch_init): Initialize long_double_format and long_double
6522 bit.
6523
6524 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6525 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6526 Move these to ...
6527 * config/i386/i386sol2.mh: ... here.
6528 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6529 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6530 (SIGCONTEXT_PC_OFFSET): Remove define.
6531 (IN_SIGTRAMP): Remove define.
6532 * i386-sol2-tdep.c: New file.
6533
6534 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6535 * config/i386/tm-i386nw.h: Removed.
6536
6537 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6538 USE_STRUCT_CONVENTION): Remove defines.
6539 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6540 (get_longjmp_target): Remove prototype.
6541 (IN_SIGTRAMP): Remove define.
6542 (i386bsd_in_sigtramp): Remove prototype.
6543 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6544 function. Update comment accordingly
6545 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6546 (FRAME_SAVED_PC): Remove define.
6547 (i386bsd_frame_saved_pc): Remove prototype.
6548 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6549 GET_LONGJMP_TARGET): Remove defines.
6550 (get_longjmp_target): Remove prototype.
6551 (IN_SIGTRAMP): Remove define.
6552 (i386bsd_in_sigtramp): Remove prototype.
6553 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6554 function. Update comment accordingly
6555 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6556 (FRAME_SAVED_PC): Remove define.
6557 (i386bsd_frame_saved_pc): Remove prototype.
6558 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6559 Remove prototype.
6560 (USE_STRUCT_CONVENTION): Remove prototype.
6561 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6562 declaration.
6563 (_initialize_i386bsd_nat): Revise logic to determine some
6564 constants at compile time when compiling a native GDB. Warn if
6565 things don't match up with what we expect.
6566 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6567 Remove variables.
6568 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6569 to use date stored in `struct gdbarch_tdep'.
6570 (i386bsd_sigcontext_offset): Remove varaible.
6571 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6572 stored in `struct gdbarch_tdep'.
6573 (i386bsd_frame_saved_pc): Make static.
6574 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6575 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6576 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6577 i386fbsd4_sc_pc_offset): New variables.
6578 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6579 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6580 functions.
6581 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6582 functions.
6583 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6584 Modify the value of i386fbsd_sigtramp_start and
6585 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6586 i386fbsd_sigtramp_end.
6587 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6588 function.
6589
6590 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6591 define to i386-linux-tdep.h.
6592 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6593 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6594 defines.
6595 (i386_linux_register_name, i386_linux_register_byte,
6596 i386_linux_register_raw_size): Remove prototypes.
6597 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6598 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6599 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6600 TARGET_WRITE_PC): Remove defines.
6601 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6602 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6603 i386_linux_write_pc): Remove prototypes.
6604 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6605 (get_longjmp_target): Remove prototype.
6606 * i386-linux-tdep.h: New file.
6607 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6608 * i386-linux-tdep.c: Include "i386-tdep.h" and
6609 "i386-linux-tdep.h".
6610 (i386_linux_register_name, i386_linux_register_byte,
6611 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6612 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6613 Make static.
6614 (i386_linux_init_abi): New function.
6615 (_initialize_i386_linux_tdep): New function.
6616
6617 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6618 (i386_saved_pc_after_call): Remove prototype.
6619 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6620 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6621 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6622 (i386_register_name, i386_stab_reg_to_regnum,
6623 i386_dwarf_reg_to_regnum): Remove prototypes.
6624 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6625 SIZEOF_SSE_REGS): Remove defines.
6626 (REGISTER_BYTES): Remove define.
6627 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6628 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6629 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6630 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6631 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6632 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6633 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6634 (get_longjmp_target): Remove prototype.
6635 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6636 (sigtramp_saved_pc): Remove define.
6637 (i386v4_sigtramp_saved_pc): Remove prototype.
6638 * config/i386/tm-go32.h (FRAME_CHAIN,
6639 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6640 (i386go32_frame_saved_pc): Remove prototype.
6641 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6642 (get_longjmp_target): Remove prototype.
6643 * i386-tdep.h: Include "osabi.h".
6644 (enum i386_abi): Removed.
6645 (enum struct_return): New enum.
6646 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6647 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6648 sc_pc_offset members.
6649 (i386_gdbarch_register_os_abi): Remove prototype.
6650 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6651 I386_SSE_NUM_REGS): New defines.
6652 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6653 I386_SSE_SIZEOF_REGS): New defines.
6654 (i386_register_name, i386_register_byte, i386_register_raw_size):
6655 New prototypes.
6656 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6657 (i386bsd_sigtramp_saved_pc): New prototype.
6658 * i386-tdep.c: Don't include "elf-bfd.h".
6659 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6660 i386_frame_chain, i386_saved_pc_after_call): Make static.
6661 (i386_frame_saved_pc): Rewrite to call architecture dependent
6662 function to deal with signal handlers. Make static.
6663 (i386go32_frame_saved_pc): Removed.
6664 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6665 Removed.
6666 (i386_get_longjmp_target): New function.
6667 (default_struct_convention, pcc_struct_convention,
6668 reg_struct_convention, valid_conventions, struct_convention): New
6669 variables.
6670 (i386_use_struct_convention): New function.
6671 (i386v4_sigtramp_saved_pc): Renamed to
6672 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6673 (i386_pc_in_sigtramp): New function.
6674 (i386_abi_names): Removed.
6675 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6676 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6677 Removed.
6678 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6679 i386_gdbarch_register_os_abi): Removed.
6680 (struct i386_abi_handler): Removed.
6681 (i386_abi_handler_list): Removed.
6682 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6683 functions.
6684 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6685 i386_nw_init_abi): New functions.
6686 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6687 Use set_gdbarch_xxx() calls instead of relying on macros for a
6688 number of calls.
6689 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6690 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6691 Register the various architecture variants defined in this file.
6692
6693 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6694
6695 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6696 (struct main_type): Remove arg_types member. Update comments for
6697 struct field.
6698 (TYPE_ARG_TYPES): Remove.
6699 (TYPE_FN_FIELD_ARGS): Update.
6700 (smash_to_method_type): Update prototype.
6701
6702 * c-typeprint.c (cp_type_print_method_args): Take method type
6703 instead of argument list. Use new argument layout. Simplify.
6704 (c_type_print_args): Use new argument layout. Simplify.
6705 (c_type_print_base): Update call to cp_type_print_method_args.
6706 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6707 argument; use die->type instead. Update call to
6708 smash_to_method_type.
6709 (read_structure_scope): Update call to dwarf2_add_member_fn.
6710 * gdbtypes.c (allocate_stub_method): Update comment.
6711 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6712 Use new argument layout.
6713 (check_stub_method): Use new argument layout. Don't count
6714 void as an argument.
6715 (print_arg_types): Update comments. Use new argument layout.
6716 (recursive_dump_type): Don't print arg_types member.
6717 * hpread.c (hpread_read_struct_type): Use new argument layout.
6718 (fixup_class_method_type): Likewise.
6719 (hpread_type_lookup): Likewise.
6720 * stabsread.c (read_type): Update calls to read_args and
6721 smash_to_method_type.
6722 (read_args): Use new argument layout. Simplify.
6723 * valops.c (typecmp): Use new argument layout. Update parameters
6724 and comments. Simplify.
6725 (hand_function_call): Use new argument layout.
6726 (search_struct_method): Update call to typecmp.
6727 (find_overload_match): Use new argument layout.
6728
6729 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6730
6731 * NEWS: Mention multithreaded debug support for gdbserver.
6732
6733 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6734
6735 * MAINTAINERS: Mention NEWS.
6736
6737 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6738
6739 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6740 (struct mips_objfile_private, compare_pdr_entries): New.
6741 (non_heuristic_proc_desc): Read the ".pdr" section if it
6742 is present.
6743
6744 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6745
6746 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6747 (arm_debug): New static variable.
6748 (_initialize_arm_tdep): Add ``set debug arm'' command.
6749
6750 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6751
6752 * Makefile.in (sim_arm_h): Define.
6753 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6754 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6755 (arm_register_sim_regno): New function, map an internal REGNUM
6756 onto a simulator register number.
6757 (arm_gdbarch_init): Set register_sim_regno.
6758
6759 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6760
6761 * MAINTAINERS: Add self.
6762
6763 2002-06-11 Jim Blandy <jimb@redhat.com>
6764
6765 * source.c (source_info): Mention whether the symtab has
6766 information about preprocessor macros.
6767
6768 Call the command `info macro', not `show macro'.
6769 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6770 Fix error message.
6771 (_initialize_macrocmd): Register `info_macro_command' in
6772 `infolist', not `showlist'.
6773
6774 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6775
6776 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6777 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6778 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6779 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6780 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6781 unconditionally.
6782 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6783 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6784 (_initialize_mips_tdep): Remove dead code.
6785 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6786 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6787 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6788 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6789 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6790 MIPS_LAST_FP_ARG_REGNUM): Remove.
6791
6792 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6793
6794 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6795 (unwind_tmp_obstack_free, parse_frame_info)
6796 (update_context, cfi_read_fp, cfi_write_fp)
6797 (cfi_frame_chain, cfi_init_extra_frame_info)
6798 (cfi_virtual_frame_pointer): Use the above function.
6799 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6800
6801 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6802
6803 * v850-tdep.c (v850_type_is_scalar): New function.
6804 (v850_use_struct_convention): Match current gcc implementation
6805 as close as possible.
6806 (v850_push_arguments): Fix stack_offset handling. Don't write
6807 struct_addr into register. This is done by v850_store_struct_return.
6808 (v850_extract_return_value): Care for structs.
6809 (v850_store_return_value): Ditto.
6810 (v850_store_struct_return): Actually write address.
6811
6812 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6813
6814 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6815 without debug information too.
6816
6817 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6818
6819 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6820 Make multi-arch pure.
6821 * gdbarch.h, gdbarch.c: Re-generate.
6822 * arm-tdep.c (arm_print_float_info): Update.
6823 * arch-utils.h (default_print_float_info): Update.
6824 * arch-utils.c (default_print_float_info): Update.
6825 * infcmd.c (float_info): Update call.
6826
6827 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6828
6829 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6830 the front of the initialize list.
6831
6832 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6833
6834 * infrun.c (struct inferior_status): Replace fields
6835 selected_frame_address and selected_level with field
6836 selected_frame_id.
6837 (save_inferior_status): Update. Use get_frame_id.
6838 (struct restore_selected_frame_args): Delete.
6839 (restore_selected_frame): Update. Use frame_find_by_id.
6840 (restore_inferior_status): Update.
6841
6842 * breakpoint.h (struct breakpoint): Change type of
6843 watchpoint_frame to frame_id.
6844 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6845 call to get_current_frame.
6846 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6847 get_current_frame.
6848 (watchpoint_check): Use frame_find_by_id.
6849
6850 * frame.h (record_selected_frame): Delete declaration.
6851 * stack.c (record_selected_frame): Delete function.
6852
6853 * frame.h (struct frame_id): Define.
6854 (get_frame_id): Declare.
6855 (frame_find_by_id): Declare.
6856 * frame.c (frame_find_by_id): New function.
6857 (get_frame_id): New function.
6858
6859 2002-06-10 Andrey Volkov <avolkov@transas.com>
6860
6861 * ser-e7kpc.c: Fix duplicated define and call of
6862 _initialize_ser_e7000pc
6863
6864 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6865
6866 * signals/signals.c (target_signal_from_host): Fix #ifdef
6867 SIGRTMIN case.
6868 (do_target_signal_to_host): Likewise.
6869
6870 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6871
6872 * mips-tdep.c (mips_find_abi_section): New function.
6873 (mips_gdbarch_init): Call it.
6874
6875 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6876
6877 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6878 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6879 after Andrew's 2002-06-08 gdbarch change.
6880
6881 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6882
6883 * i386-linux-nat.c (suppy_gregset): Don't supply
6884 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6885 register cache.
6886 (fill_gregset): Don't fetch it under the same circumstances.
6887
6888 2002-06-09 Andrew Cagney <cagney@redhat.com>
6889
6890 * Makefile.in (callback_h): Define.
6891 (remote_sim_h): Update path to remote-sim.h.
6892 (remote-rdp.o): Add $(callback_h).
6893 (remote-sim.o): Use $(callback_h).
6894 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6895 * remote-rdp.c: Include "gdb/callback.h".
6896
6897 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6898
6899 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6900 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6901
6902 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6903
6904 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6905 * rdi-share/serpardr.c: Ditto.
6906 * rdi-share/unixcomm.c: Ditto.
6907 * rdi-share/serdrv.c: Ditto.
6908 * rdi-share/hostchan.h: Ditto.
6909 * rdi-share/hostchan.c: Ditto.
6910 * rdi-share/host.h: Ditto.
6911 * rdi-share/devsw.c: Ditto.
6912
6913 * objfiles.h: Change type of obj_private to void pointer.
6914 * pa64solib.c: Update copyright. Don't include "assert.h", use
6915 strcmp instead of STREQ, use LONGEST, do not use PTR
6916 * somsolib.c: Ditto.
6917
6918 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6919 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6920 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6921
6922 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6923
6924 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6925 (default_get_saved_register): Delete function.
6926 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6927 generic_unwind_get_saved_register.
6928 * gdbarch.h, gdbarch.c: Re-generate.
6929
6930 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6931
6932 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6933 generic_func_frame_chain_valid.
6934 * gdbarch.h, gdbarch.c: Re-generate.
6935 * blockframe.c (generic_func_frame_chain_valid): Only check
6936 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6937 passing FP to PC_IN_CALL_DUMMY.
6938 Fix PR gdb/360.
6939
6940 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6941
6942 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6943 (register_gdbarch_data): Initialize init_p.
6944 (gdbarch_data): Initialize data pointer using the init function.
6945 (init_gdbarch_data): Delete function.
6946 (gdbarch_update_p): Update.
6947 (initialize_non_multiarch): Update.
6948 (struct gdbarch): Add field initialized_p.
6949 * gdbarch.h, gdbarch.c: Re-generate.
6950
6951 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6952
6953 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6954 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6955 better do the things actually here.
6956 * x86-64-tdep.c (x86_64_register_name2nr): New.
6957 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6958 (x86_64_gdbarch_init): Respect the above change.
6959 * x86-64-tdep.h (x86_64_register_name2nr)
6960 (x86_64_register_nr2name): Add prototypes.
6961 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6962
6963 2002-06-06 Michael Snyder <msnyder@redhat.com>
6964
6965 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6966 Delete extra braces and re-indent.
6967 (d10v_store_return_value): Char return values
6968 must be shifted over by one byte in R0.
6969 (d10v_extract_return_value): Delete extra braces, re-indent.
6970
6971 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6972
6973 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6974 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6975 (d10v_integer_to_address): Rewrite.
6976 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6977 the d10v specific functions which take care of converting to the
6978 correct space.
6979
6980 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6981
6982 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6983 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6984
6985 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6986
6987 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6988 includes.
6989 * config/tm-linux.h: Ditto.
6990 * config/alpha/tm-alphalinux.h: Ditto.
6991 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6992 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6993 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6994 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6995 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6996 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6997 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6998 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6999 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
7000 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
7001 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
7002 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
7003 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
7004 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
7005 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
7006 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
7007 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
7008 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
7009 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
7010 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
7011 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
7012 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
7013 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
7014 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
7015 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
7016 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
7017 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
7018 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
7019 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
7020 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
7021 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
7022 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
7023 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
7024 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
7025 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
7026 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
7027 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
7028
7029 2002-05-04 Aidan Skinner <aidan@velvet.net>
7030
7031 * ada-exp.tab.c: New file
7032 * ada-exp.y: New file
7033 * ada-lang.c: New file
7034 * ada-lang.h: New file
7035 * ada-lex.c: New file
7036 * ada-lex.l: New file
7037 * ada-tasks.c: New file
7038 * ada-typeprint.c: New file
7039 * ada-valprint.c: New file
7040
7041 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7042
7043 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
7044 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
7045
7046 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7047
7048 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
7049 insetead of ppc-linux-tdep.o.
7050 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
7051 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
7052
7053 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7054
7055 2002-05-07 Christian Groessler <chris@groessler.org>
7056 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
7057 bit register contents for little endian hosts.
7058
7059 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7060
7061 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
7062 any maintainer.
7063
7064 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7065
7066 * gdbarch.h: Regenerate.
7067
7068 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7069
7070 * MAINTAINERS: Add everyone to write-after-approval list.
7071
7072 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7073
7074 * stack.c (frame_info): Use frame_register_unwind instead of
7075 saved_regs. Mention when the SP is on the stack or in a register.
7076
7077 * frame.h (frame_register_unwind_ftype): Define. Document.
7078 (struct frame_info): Add field register_unwind and
7079 register_unwind_cache.
7080 (frame_register_unwind): Declare.
7081 (generic_unwind_get_saved_register): Declare.
7082
7083 * frame.c (frame_register_unwind): New function.
7084 (generic_unwind_get_saved_register): New function.
7085
7086 * blockframe.c (generic_call_dummy_register_unwind): New function.
7087 (frame_saved_regs_register_unwind): New function.
7088 (set_unwind_by_pc): New function.
7089 (create_new_frame): New function.
7090 (get_prev_frame): New function.
7091
7092 2002-05-30 Andrew Cagney <ac131313@redhat.com>
7093
7094 * a29k-share/: Delete directory.
7095 * remote-vx29k.c: Delete file.
7096
7097 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7098
7099 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
7100 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7101
7102 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7103
7104 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
7105 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7106 (sparc64nbsd-nat.o)
7107 (sparcnbsd-nat.o)
7108 (sparcnbsd-tdep.o): New dependency lists.
7109 * NEWS: Note new UltraSPARC NetBSD native configuration.
7110 * configure.host (sparc64-*-netbsd*): New host.
7111 * configure.tgt (sparc-*-netbsdelf*)
7112 (sparc-*-netbsd*): Set gdb_target to nbsd.
7113 (sparc64-*-netbsd*): New target.
7114 * sparc64nbsd-nat.c: New file.
7115 * sparcnbsd-nat.c: New file.
7116 * sparcnbsd-tdep.c: New file.
7117 * sparcnbsd-tdep.h: New file.
7118 * config/sparc/nbsd.mt: New file.
7119 * config/sparc/nbsd64.mh: New file.
7120 * config/sparc/nbsd64.mt: New file.
7121 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
7122 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7123 (HOST_IPC): Remove.
7124 * config/sparc/nbsdaout.mt: Remove.
7125 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
7126 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7127 (HOST_IPC): Remove.
7128 * config/sparc/nbsdelf.mt: Remove.
7129 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
7130 sparc-nat.c compatiblity defines.
7131 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
7132 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
7133 * config/sparc/tm-nbsd64.h: New file.
7134 * config/sparc/tm-nbsdaout.h: Remove.
7135 * config/sparc/xm-nbsd.h: Remove.
7136
7137 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7138
7139 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
7140 * sparc-tdep.c: Include osabi.h.
7141 (gdbarch_tdep): Add osabi member.
7142 (_initialize_sparc_tdep): Use gdbarch_register.
7143 (sparc_gdbarch_init): Use generic OS ABI framework.
7144 (sparc_dump_tdep): New function.
7145
7146 2002-05-30 Kevin Buettner <kevinb@redhat.com>
7147
7148 * corefile.c (do_captured_read_memory_integer): Return non-zero
7149 result.
7150 (safe_read_memory_integer): Copy result of memory read when
7151 status is non-zero. Also, add comments.
7152
7153 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7154
7155 * Makefile.in (ppc_tdep_h): Define.
7156 (ppc-linux-nat.o)
7157 (ppc-linux-tdep.o)
7158 (rs6000-tdep.o): Use $(ppc_tdep_h).
7159 (ppc-sysv-tdep.o)
7160 (ppcnbsd-nat.o)
7161 (ppcnbsd-tdep.o): New dependency lists.
7162 * ppc-tdep.h: Use generic OS ABI framework.
7163 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7164 (ppc_linux_init_abi): New functions.
7165 (ppc_sysv_abi_broken_use_struct_convention)
7166 (ppc_sysv_abi_use_struct_convention)
7167 (ppc_sysv_abi_push_arguments): Move to...
7168 * ppc-sysv-tdep.c: ...here.
7169 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7170 * rs6000-tdep.c (process_note_abi_tag_sections)
7171 (get_elfosabi): Remove.
7172 (rs6000_gdbarch_init): Use generic OS ABI framework.
7173 (rs6000_dump_tdep): New function.
7174 (_initialize_rs6000_tdep): Use gdbarch_register.
7175 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7176 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7177 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7178 of ppc-linux-tdep.o.
7179 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7180 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7181 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7182 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7183 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7184 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7185
7186 2002-05-29 Jim Blandy <jimb@redhat.com>
7187
7188 * macroscope.c (default_macro_scope): Put `void' in empty argument
7189 list.
7190
7191 2002-05-29 Andrew Cagney <ac131313@redhat.com>
7192
7193 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7194 * arch-utils.c: Include "sim-regno.h".
7195 * gdbarch.sh: Don't include "sim-regno.h".
7196 * gdbarch.h, gdbarch.c: Regenerate.
7197 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7198 here.
7199 * arch-utils.h (legacy_register_sim_regno): To here.
7200 * remote-sim.c (legacy_register_sim_regno): Move function from
7201 here.
7202 * arch-utils.c (legacy_register_sim_regno): To here.
7203
7204 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7205
7206 * sim-regno.h: New file.
7207 * Makefile.in (sim_regno_h): Define.
7208 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7209 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7210 (legacy_register_sim_regno): New function.
7211 (one2one_register_sim_regno): New function.
7212 (gdbsim_fetch_register): Rewrite.
7213 (gdbsim_store_register): Only store a register when
7214 REGISTER_SIM_REGNO is valid.
7215 * d10v-tdep.c: Include "sim-regno.h".
7216 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7217 (d10v_ts3_register_sim_regno): Ditto.
7218 * gdbarch.sh: Include "sim-regno.h".
7219 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7220 * gdbarch.h, gdbarch.c: Regenerate.
7221 * arch-utils.h (default_register_sim_regno): Delete declaration.
7222 * arch-utils.c (default_register_sim_regno): Delete function.
7223
7224 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7225
7226 * ppcnbsd-nat.c: Rewrite.
7227 * ppcnbsd-tdep.c: New file.
7228 * ppcnbsd-tdep.h: New file.
7229 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7230 solib.o, and solib-svr4.o.
7231 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7232 nbsd-tdep.o, and corelow.o.
7233
7234 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7235
7236 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7237 `tr' and `sed'. Mention that `broken' targets are not expected to
7238 build.
7239
7240 2002-05-27 Michal Ludvig <mludvig@suse.cz>
7241
7242 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7243 Let PC point right after the prologue before looking up symbols.
7244
7245 2002-05-27 Martin M. Hunt <hunt@redhat.com>
7246
7247 * i386-tdep.c (i386_register_virtual_type): Return
7248 builtin_type_vec128i for SSE registers.
7249
7250 * gdbtypes.h (builtin_type_vec128i): Declare.
7251
7252 * gdbtypes.c (build_builtin_type_vec128i): New function.
7253 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7254 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7255 (build_gdbtypes): Initialize new builtin vector types.
7256 (_initialize_gdbtypes): Register new vector types with gdbarch.
7257
7258 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7259
7260 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7261 since it has been multi-arch'd.
7262 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7263 Move Alpha and VAX multi-arch news entries to same section
7264 as other multi-arch news.
7265
7266 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7267
7268 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7269 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7270 static. Rename some register numbers to put them in ns32k-tdep
7271 private namespace.
7272 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7273 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7274 functions.
7275 (_initialize_ns32k_tdep): Use gdbarch_register.
7276 * ns32k-tdep.h: New file.
7277 * ns32knbsd-tdep.c: New file.
7278 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7279 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7280 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7281 REGISTER_BYTES, REGISTER_BYTE): Remove.
7282 * config/ns32k/tm-ns32k.h: New file.
7283 * config/ns32k/tm-umax.h: Remove.
7284
7285 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7286
7287 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7288 ns32k_store_struct_return, ns32k_extract_return_value,
7289 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7290 functions.
7291 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7292 ns32k_saved_pc_after_call.
7293 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7294 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7295 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7296 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7297 ns32k_extract_struct_value_address.
7298
7299 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7300
7301 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7302 ns32k_fix_call_dummy): New.
7303 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7304 ns32k_call_dummy_words.
7305 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7306 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7307 CALL_DUMMY_NARGS): Remove.
7308 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7309
7310 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7311
7312 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7313 ns32k_frame_saved_pc, ns32k_frame_args_address,
7314 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7315 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7316 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7317 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7318 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7319 (BREAKPOINT): Remove..
7320 (FRAME_CHAIN): Define as ns32k_frame_chain.
7321 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7322 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7323 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7324 (FRAME_FIND_SAVED_REGS): Remove.
7325 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7326 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7327 (POP_FRAME): Define as ns32k_pop_frame.
7328
7329 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7330
7331 * ns32k-tdep.c (ns32k_register_byte_32082,
7332 ns32k_register_byte_32382, ns32k_register_raw_size,
7333 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7334 functions.
7335 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7336 ns32k_register_byte_32382.
7337 * config/ns32k/tm-umax.h: Update copyright years.
7338 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7339 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7340 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7341 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7342 (ns32k_get_enter_addr): Fix prototype.
7343
7344 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7345
7346 * ns32k-tdep.c: Update copyright years.
7347 (ns32k_register_name_32082): New function.
7348 (ns32k_register_name_32382): Ditto.
7349 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7350 (REGISTER_NAME): Define as ns32k_register_name_32382.
7351 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7352 (REGISTER_NAME): Define as ns32k_register_name_32082.
7353
7354 2002-05-24 Jim Blandy <jimb@redhat.com>
7355
7356 * dwarf2read.c (free_line_header): Use xfree, not free.
7357
7358 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7359
7360 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7361 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7362
7363 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7364
7365 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7366
7367 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7368
7369 From Ross Alexander at NEC Europe:
7370 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7371
7372 2002-05-23 Michael Snyder <msnyder@redhat.com>
7373
7374 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7375 for input, rather than parse_and_eval_address.
7376
7377 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7378
7379 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7380 * Makefile.in (sim_d10v_h): Update definition.
7381
7382 2002-05-24 Andrew Cagney <cagney@redhat.com>
7383
7384 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7385 change `2002-05-22 Michael Snyder' below.
7386 (d10v_push_arguments): Ditto.
7387 (d10v_extract_return_value): Ditto.
7388
7389 2002-05-23 Jim Blandy <jimb@redhat.com>
7390
7391 * macrotab.c (check_for_redefinition): Don't complain if the new
7392 definition is the same as the previous one. Take more arguments
7393 to allow the comparison.
7394 (macro_define_object, macro_define_function): Pass more arguments
7395 to check_for_redefinition.
7396
7397 2002-05-22 Michael Snyder <msnyder@redhat.com>
7398
7399 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7400 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7401 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7402 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7403 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7404 Add a temp variable to save a call (and a memory read).
7405 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7406 if possible (so that PC_IN_CALL_DUMMY will work).
7407
7408 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7409
7410 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7411
7412 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7413
7414 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7415 fde->cie_ptr.
7416 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7417 (dwarf2_build_frame_info): Add offset to fde->initial_location
7418 so that frames of shared libraries are mapped correctly.
7419 (execute_stack_op): Change type of 'result' from ULONGEST to
7420 CORE_ADDR.
7421
7422 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7423
7424 * config/alpha/tm-nbsd.h: Include solib.h.
7425
7426 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7427
7428 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7429 assumptions about the host's byte order.
7430
7431 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7432
7433 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7434 to dependency list.
7435 * alphanbsd-tdep.c: Include solib-svr4.h.
7436 * shnbsd-tdep.c: Ditto.
7437
7438 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7439
7440 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7441 nbsd-tdep.h to dependency list.
7442 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7443 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7444 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7445 nbsdaout.mh and nbsdelf.mh consistently.
7446 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7447 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7448 nbsdaout.mt and nbsdelf.mh consistently.
7449 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7450 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7451 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7452 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7453 a.out shared library stuff from here...
7454 * config/nm-nbsdaout.h: ...to here.
7455 * config/tm-nbsd.h: Remove.
7456 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7457 * config/arm/nbsd.mh: Remove.
7458 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7459 nbsd-tdep.o.
7460 * config/arm/nbsdaout.mh: New file.
7461 * config/arm/nbsdelf.mh: New file.
7462 * config/arm/nm-nbsdaout.h: New file.
7463 * config/i386/nbsd.mh: Remove.
7464 * config/i386/nbsd.mt: Remove.
7465 * config/i386/nbsdaout.mh: New file.
7466 * config/i386/nbsdaout.mt: New file.
7467 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7468 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7469 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7470 i386_register_u_addr): Remove.
7471 * config/i386/nm-nbsdaout.h: New file.
7472 * config/i386/nm-nbsdelf.h: Remove.
7473 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7474 (USE_STRUCT_CONVENTION): Remove.
7475 * config/i386/tm-nbsdaout.h: New file.
7476 * config/i386/tm-nbsdelf.h: Remove.
7477 * config/m68k/nbsd.mh: Remove.
7478 * config/m68k/nbsd.mt: Remove.
7479 * config/m68k/nbsdaout.mh: New file.
7480 * config/m68k/nbsdaout.mt: New file.
7481 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7482 * config/m68k/nm-nbsdaout.h: New file.
7483 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7484 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7485 * config/ns32k/nbsd.mh: Remove.
7486 * config/ns32k/nbsd.mt: Remove.
7487 * config/ns32k/nbsdaout.mh: New file.
7488 * config/ns32k/nbsdaout.mt: New file.
7489 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7490 * config/ns32k/nm-nbsdaout.h: New file.
7491 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7492 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7493 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7494 (SVR4_SHARED_LIBS): Remove.
7495 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7496 * config/sparc/nbsd.mh: Remove.
7497 * config/sparc/nbsd.mt: Remove.
7498 * config/sparc/nbsdaout.mh: New file.
7499 * config/sparc/nbsdaout.mt: New file.
7500 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7501 * config/sparc/nbsdelf.mt: New file.
7502 * config/sparc/nm-nbsdaout.h: New file.
7503 * config/sparc/nm-nbsdelf.h: Remove.
7504 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7505 * config/sparc/tm-nbsdaout.h: New file.
7506
7507 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7508
7509 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7510 mipsnbsd-tdep.c
7511 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7512
7513 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7514
7515 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7516 shnbsd-nat.c.
7517 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7518
7519 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7520
7521 * NEWS: Note new MIPS NetBSD native configuration.
7522 * configure.host (mips*-*-netbsd*): New host.
7523 * configure.tgt (mips*-*-netbsd*): New target.
7524 * mipsnbsd-nat.c: New file.
7525 * mipsnbsd-tdep.c: New file.
7526 * mipsnbsd-tdep.h: New file.
7527 * config/mips/nbsd.mh: New file.
7528 * config/mips/nbsd.mt: New file.
7529 * config/mips/nm-nbsd.h: New file.
7530 * config/mips/tm-nbsd.h: New file.
7531
7532 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7533
7534 * Makefile.in (SFILES): Add osabi.c.
7535 (COMMON_OBS): Add osabi.o.
7536 (osabi.o): New dependency list.
7537 * osabi.c: New file.
7538 * osabi.h: New file.
7539 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7540
7541 * Makefile.in (alpha_tdep_h): Define and use instead of
7542 alpha-tdep.h.
7543 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7544 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7545 Remove.
7546 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7547 * alpha-tdep.h: Include osabi.h.
7548 (alpha_abi): Remove.
7549 (gdbarch_tdep): Use generic OS ABI framework.
7550 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7551 gdbarch_register_osabi.
7552 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7553 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7554 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7555
7556 * Makefile.in (sh_tdep_h): Add osabi.h.
7557 * sh-tdep.h (sh_osabi): Remove.
7558 (gdbarch_tdep): Use generic OS ABI framework.
7559 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7560 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7561 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7562 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7563
7564 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7565 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7566 gdbarch_register_osabi.
7567 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7568 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7569 (get_elfosabi): Rename to...
7570 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7571 ABI framework support routines.
7572 (arm_gdbarch_init): Use generic OS ABI framework.
7573 (arm_dump_tdep): Likewise.
7574 (_initialize_arm_tdep): Likewise.
7575 * arm-tdep.h: Include osabi.h.
7576 (arm_abi): Remove.
7577 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7578 osabi member.
7579 (arm_gdbarch_register_os_abi): Remove prototype.
7580 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7581 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7582
7583 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7584 * mips-tdep.c: Include osabi.h.
7585 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7586 OS ABI framework.
7587
7588 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7589
7590 * h8300-tdep.c: Fix formatting.
7591
7592 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7593
7594 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7595 printing vector registers.
7596
7597 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7598
7599 From Fernando Nasser:
7600 * remote.c (remote_async_open_1): Re-throw the exception when the
7601 connection fails.
7602 (remote_cisco_open): Ditto.
7603 (remote_open_1): Ditto.
7604
7605 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7606
7607 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7608 (remote_start_remote): Add uiout parameter. Pass through to
7609 remote_start_remote_dummy.
7610 (remote_open_1): Use catch_exception instead of catch_errors.
7611 (remote_async_open_1): Ditto.
7612 (remote_cisco_open): Ditto.
7613
7614 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7615
7616 * remote.c (remote_start_remote): Replace PTR with void pointer.
7617 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7618 static.
7619
7620 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7621
7622 * gdb_indent.sh: Allow the script to be run in the sim directory.
7623
7624 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7625
7626 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7627 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7628
7629 * corelow.c (core_open): Only call set_gdbarch_from_file if
7630 exec_bfd is NULL.
7631
7632 2002-05-17 Andrey Volkov <avolkov@transas.com>
7633
7634 * h8300-tdep.c: Add support of EXR register
7635 * config/h8300/tm-h8300.h: Ditto.
7636
7637 2002-05-17 Andrey Volkov <avolkov@transas.com>
7638
7639 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7640
7641 2002-05-17 Andrey Volkov <avolkov@transas.com>
7642
7643 * h8300-tdep.c: Change literal regnums to REGNO.
7644
7645 2002-05-17 Jim Blandy <jimb@redhat.com>
7646
7647 * NEWS: Note addition of macro support.
7648
7649 Expand preprocessor macros in C expressions.
7650 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7651 (scan_macro_expansion, scanning_macro_expansion,
7652 finished_macro_expansion): New function declarations.
7653 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7654 variable declarations.
7655 * parser-defs.h (expression_context_pc): New declaration.
7656 * parse.c (expression_context_pc): New variable.
7657 (parse_exp_1): Set expression_context_pc, as well as
7658 expression_context_block.
7659 * c-exp.y (yylex): If we're not already reading the result of a
7660 macro expansion, try to macro-expand the next token. When we're
7661 done scanning a macro expansion, switch back to the mainline text.
7662 Commas and `if's in a macro's expansion don't terminate the input.
7663 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7664 (macro_original_text, macro_expanded_text,
7665 expression_macro_lookup_func, expression_macro_lookup_baton): New
7666 variables.
7667 (scan_macro_expansion, scanning_macro_expansion,
7668 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7669 c_preprocess_and_parse): New functions.
7670 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7671 c_preprocess_and_parse, instead of c_parse.
7672 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7673 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7674
7675 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7676
7677 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7678 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7679 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7680
7681 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7682
7683 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7684
7685 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7686
7687 * Makefile.in (sh_tdep_h): Define and use.
7688 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7689 register enum): Move to...
7690 * * sh-tdep.h: ...here.
7691 * sh-tdep.c: Include sh-tdep.h.
7692 * sh3-rom.c: Likewise.
7693 * shnbsd-tdep.c: Likewise.
7694
7695 2002-05-16 Michael Snyder <msnyder@redhat.com>
7696
7697 * arm-tdep.c: Spelling fix in comment.
7698
7699 2002-05-16 Jim Blandy <jimb@redhat.com>
7700
7701 Add commands for manually expanding macros and showing their
7702 definitions.
7703 * macrocmd.c, macroscope.c, macroscope.h: New files.
7704 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7705 (macroscope_h): New variable.
7706 (HFILES_NO_SRCDIR): Add macroscope.h.
7707 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7708 (macroscope.o, macrocmd.o): New rules.
7709
7710 Teach the Dwarf 2 reader to read macro information.
7711 * dwarf2read.c: #include "macrotab.h".
7712 (dwarf_macinfo_buffer): New variable.
7713 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7714 dwarf_macinfo_size.
7715 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7716 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7717 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7718 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7719 dwarf2_macro_spaces_in_definition): New complaints.
7720 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7721 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7722 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7723 the partial symbol table.
7724 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7725 from what's recorded in the partial symbol table.
7726 (read_file_scope): If the compilation unit has a
7727 `DW_AT_macro_info' attribute, read its macro information.
7728 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7729
7730 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7731
7732 Fix PR gdb/546
7733 * ser-tcp.c: Don't include <netinet/udp.h>.
7734
7735 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7736
7737 * MAINTAINERS: Update my email address.
7738
7739 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7740
7741 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7742 include file of the same name.
7743
7744 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7745
7746 * configure.tgt: Mark v850 as multi-arched.
7747 * config/v850/tm-v850.h: Remove file.
7748 * config/v850/v850.mt: Eliminate TM_FILE.
7749
7750 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7751
7752 * v850-tdep.c: Full multi-arch.
7753 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7754 Define GDB_MULTI_ARCH to 2.
7755
7756 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7757
7758 * p-exp.y (current_type): New static variable.
7759 Carries the type of the expression at the position that is parsed.
7760 (push_current_type, pop_current_type): Two new functions. Used
7761 to store/restore current_type in expression on specific tokens.
7762 (search_field): New static variable. Set to one after parsing a point
7763 as at that point only a FIELDNAME token should be searched.
7764 (FIELDNAME): New token. After a point only a token belonging to
7765 current_type type definition is allowed.
7766 (all over token rules): reset and change current_type according
7767 to rules.
7768 (exp '[' rule): insert implicit array index field if
7769 exp is a pascal string type.
7770
7771 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7772
7773 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7774 frame info. Use frame_info's saved_regs instead of matching member
7775 in extra_frame_info throughout.
7776 (v850_frame_init_saved_regs): New function.
7777 (v850_init_extra_frame_info): Move most functionality into
7778 v850_frame_init_saved_regs().
7779 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7780 (v850_frame_find_saved_regs): Remove declaration.
7781 (FRAME_FIND_SAVED_REGS): Remove definition.
7782 (v850_frame_init_saved_regs): Add declaration.
7783 (FRAME_INIT_SAVED_REGS): Add definition.
7784
7785 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7786
7787 * v850-tdep.c: Begin multi-arch'ing v850.
7788 (v850_target_architecture_hook): Remove function.
7789 (v850_gdbarch_init): New function. Add code previously in
7790 v850_target_architecture_hook().
7791 (_initialize_v850_tdep): Don't set target_architecture_hook.
7792 Call register_gdbarch_init() instead.
7793
7794 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7795
7796 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7797 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7798 (fixup_class_method_type): Likewise.
7799
7800 2002-05-15 Jim Blandy <jimb@redhat.com>
7801
7802 Add macro structures to GDB's symbol tables. Nobody puts anything
7803 in them yet.
7804 * symtab.h (struct symtab): New member: `macro_table'.
7805 * buildsym.h (pending_macros): New global variable.
7806 * buildsym.c: #include "macrotab.h".
7807 (buildsym_init): Initialize `pending_macros'.
7808 (end_symtab): If we found macro information while reading a CU's
7809 debugging info, do build a symtab structure for it. Make the
7810 symtab point to the macro information, and clear the
7811 `pending_macros' pointer which held it while we were reading the
7812 debug info.
7813 (really_free_pendings): Free any pending macro table.
7814 * objfiles.h (struct objfile): New member: `macro_cache'.
7815 * objfiles.c (allocate_objfile): Set allocate and free functions
7816 for the macro cache's objstack.
7817 (free_objfile): Empty the macro cache's obstack.
7818 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7819 set new allocate and free functions for it.
7820 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7821 free functions for the macro cache's objstack. (Why is this
7822 function building its own objfile?)
7823 * symmisc.c (print_objfile_statistics): Print statistics on the
7824 macro bcache.
7825 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7826
7827 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7828
7829 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7830 (REGISTER_U_ADDR): Delete definition.
7831 (arm_register_u_addr): Delete declaration.
7832
7833 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7834
7835 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7836 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7837
7838 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7839
7840 * regcache.c (register_valid): Revise comments refering to "Not
7841 available" and "unavailable".
7842 * frame.c (frame_register_read): Ditto.
7843 * findvar.c (value_of_register): Ditto.
7844
7845 2002-05-15 Andrew Cagney <cagney@redhat.com>
7846
7847 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7848 (remote-sim.o): Update dependencies.
7849 (d10v-tdep.o): Specify dependencies.
7850 (sim_d10v_h): Define.
7851
7852 2002-05-14 Jim Blandy <jimb@redhat.com>
7853
7854 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7855 * macrotab.c (macro_lookup_inclusion, find_definition,
7856 new_macro_table): Same.
7857
7858 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7859 not `! strcmp ()'. This is a dubious improvement.
7860 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7861
7862 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7863 although it's not necessary, to avoid a warning.
7864
7865 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7866
7867 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7868 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7869 TYPE_INSTANCE_FLAGS.
7870 (struct main_type): New.
7871 (struct type): Move most members to struct main_type. Change
7872 cv_type and as_type to new type_chain member. Add instance_flags.
7873 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7874 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7875 (finish_cv_type): Remove prototype.
7876 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7877 Set TYPE_CHAIN.
7878 (alloc_type_instance): New function.
7879 (smash_type): New function.
7880 (make_pointer_type, make_reference_type, make_function_type)
7881 (smash_to_member_type, smash_to_method_type): Call smash_type.
7882 (make_qualified_type): New function.
7883 (make_type_with_address_space): Call make_qualified_type.
7884 (make_cv_type): Likewise.
7885 (finish_cv_type): Remove unnecessary function.
7886 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7887 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7888 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7889 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7890 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7891 * hpread.c (hpread_read_struct_type): Likewise.
7892 * stabsread.c (read_struct_type): Likewise.
7893
7894 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7895
7896 * configure.tgt: Add a catch all sh* target, for cases like
7897 sh[2,3,4]-elf and sh-hms.
7898
7899 2002-05-14 Keith Seitz <keiths@redhat.com>
7900
7901 * event-loop.c (create_file_handler): Don't do anything but
7902 update data when we are given a fd which we are already
7903 monitoring.
7904
7905 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7906
7907 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7908 (update_context): Use __func__ in warnings.
7909
7910 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7911
7912 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7913 and tcp_close to net_open and net_close.
7914 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7915 using UDP if requested. Don't try to disable Nagle on UDP
7916 sockets.
7917 * remote.c (remote_serial_open): New function. Warn about UDP.
7918 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7919
7920 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7921
7922 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7923
7924 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7925
7926 * configure.tgt: Remove sh-hms target.
7927 * MAINTAINERS: Don't list sh-hms as a separate target.
7928
7929 2002-05-13 Jim Blandy <jimb@redhat.com>
7930
7931 Add first preprocessor macro-expansion files.
7932 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7933 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7934 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7935 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7936 (COMMON_OBS): Add macrotab.o, macroexp.o.
7937 (macroexp.o, macrotab.o): New rules.
7938
7939 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7940
7941 * config/m88k/tm-m88k.h: Update copyright.
7942 (m88k_target_write_pc): Declare
7943 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7944 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7945 (SHIFT_INST_REGS): Update definition.
7946 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7947 using old definition of TARGET_WRITE_PC.
7948 * regcache.c (generic_target_write_pc): Delete code handling
7949 NNPC_REGNUM.
7950 * gdbarch.sh (NNPC_REGNUM): Delete.
7951 * gdbarch.h, gdbarch.c: Regenerate.
7952
7953 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7954
7955 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7956 builtin reg number.
7957
7958 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7959
7960 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7961 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7962 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7963 access macros.
7964 * c-typeprint.c (cp_type_print_method_args): Likewise.
7965 (c_type_print_args): Likewise.
7966 * d10v-tdep.c (d10v_push_arguments): Likewise.
7967 (d10v_extract_return_value): Likewise.
7968 * expprint.c (print_subexp): Likewise.
7969 * gdbtypes.c (lookup_primitive_typename): Likewise.
7970 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7971 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7972 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7973 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7974 (TYPE_VECTOR): Likewise.
7975 * hpread.c (hpread_read_struct_type)
7976 (fix_static_member_physnames, fixup_class_method_type)
7977 (hpread_type_lookup): Likewise.
7978 * mdebugread.c (parse_symbol, parse_type): Likewise.
7979 * p-lang.c (is_pascal_string_type): Likewise.
7980 * valops.c (hand_function_call): Likewise.
7981 * x86-64-tdep.c (classify_argument): Likewise.
7982
7983 * hpread.c (hpread_read_function_type)
7984 (hpread_read_doc_function_type): Call replace_type.
7985 * dstread.c (create_new_type): Delete.
7986 (decode_dst_structure, process_dst_function): Call alloc_type.
7987 Use type access macros.
7988
7989 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7990
7991 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7992 the're not supported by the current architecture.
7993 (i387_fill_fxsave): Likewise.
7994
7995 2002-05-12 Fred Fish <fnf@redhat.com>
7996
7997 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7998 sect_index_xxx members to index the first slot in section_offsets
7999 if all of the section_offsets are zero.
8000
8001 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8002
8003 * configure.tgt (sparc-*openbsd): Remove entry accidentially
8004 checked in with last change.
8005
8006 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8007
8008 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
8009 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
8010 config.sub.
8011
8012 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
8013
8014 * Makefile.in: Update dependencies.
8015
8016 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8017
8018 * language.c (local_hex_string_custom): Simplify. Do not depend
8019 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
8020
8021 * memattr.c (mem_info_command): Replace calls to
8022 longest_local_hex_string and longest_local_hex_string_custom.
8023 * buildsym.c (make_blockvector): Ditto.
8024 * solib.c (info_sharedlibrary_command): Ditto.
8025 * tracepoint.c (tracepoints_info): Ditto.
8026 * symtab.c (print_msymbol_info): Ditto.
8027
8028 * language.c (local_hex_string): Delete.
8029 (local_hex_string_custom): Delete.
8030 (longest_local_hex_string): Rename to local_hex_string.
8031 (longest_local_hex_string_custom): Rename to
8032 local_hex_string_custom.
8033 * language.h (local_hex_string): Change parameter type to LONGEST.
8034 (local_hex_string_custom): Ditto.
8035 (longest_local_hex_string): Delete declaration.
8036 (longest_local_hex_string_custom): Ditto.
8037
8038 * solib.c: Update copyright.
8039 * memattr.c: Update copyright.
8040
8041 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8042
8043 * arch-utils.h (legacy_register_to_value): Declare.
8044 (legacy_value_to_register): Declare.
8045 (legacy_convert_register_p): Declare.
8046 * arch-utils.c (legacy_register_to_value): New function.
8047 (legacy_value_to_register): New function.
8048 (legacy_convert_register_p): New function.
8049
8050 * gdbarch.sh (REGISTER_TO_VALUE): Define.
8051 (VALUE_TO_REGISTER): Define.
8052 (CONVERT_REGISTER_P): Define.
8053 * gdbarch.h, gdbarch.c: Regenerate.
8054
8055 * valops.c (value_assign): Use CONVERT_REGISTER_P and
8056 VALUE_TO_REGISTER.
8057 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
8058 CONVERT_REGISTER_P.
8059
8060 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
8061 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8062
8063 * Makefile.in: Update dependencies for valops.c.
8064 * valops.c: Include "gdb_assert.h".
8065 (typecmp): Skip THIS parameter to methods.
8066 (find_method_list): Remove static_memfuncp argument,
8067 update callers. Check for stub methods.
8068 (find_value_oload_method_list): Don't set *static_memfuncp.
8069 (find_overload_match): Don't check for stub methods. Assert
8070 that methods are not stubbed. Handle static methods.
8071 (value_find_oload_method_list): Remove static_memfuncp argument.
8072 * gdbtypes.c (check_stub_method): Do not add THIS pointer
8073 to the argument list for static stub methods.
8074 * value.h (value_find_oload_method_list): Update prototype.
8075
8076 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8077
8078 * arch-utils.h (generic_register_size): Declare.
8079 (generic_register_raw_size, generic_register_virtual_size): Delete
8080 declarations.
8081 * arch-utils.c (generic_register_raw_size): Delete.
8082 (generic_register_size): New function.
8083 (generic_register_virtual_size): Delete.
8084
8085 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
8086 default generic_register_size.
8087 * gdbarch.h, gdbarch.c: Re-generate.
8088
8089 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
8090 register_virtual_size.
8091 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
8092 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8093
8094 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8095
8096 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
8097 * gdbarch.h, gdbarch.c: Regenerate.
8098 * gnu-v3-abi.c: Update copyright.
8099 (vtable_address_point_offset): Update.
8100 (gnuv3_rtti_type): Update.
8101 (gnuv3_baseclass_offset): Update.
8102 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
8103 (init_fetch_link_map_offsets): Update.
8104 * remote.c (get_remote_state): Update.
8105
8106 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8107
8108 * TODO: Remove value_headof/value_from_vtable_info comment.
8109 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
8110 * values.c (value_headof, value_from_vtable_info): Delete.
8111 * value.h (value_from_vtable_info): Delete prototype.
8112
8113 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8114
8115 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
8116 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
8117 $(gdb_regex_h).
8118 (gdb_assert_h): Define.
8119 (gdb_wait_h): Define.
8120 (gdb_regex_h): Define.
8121
8122 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8123
8124 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8125 * linespec.c (find_methods): Handle GCC 3.x template constructors.
8126
8127 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8128
8129 * nbsd-tdep.c: Fix comment.
8130
8131 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8132
8133 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
8134 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
8135 (nbsd-tdep.o): New dependency list.
8136 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
8137 nbsd-tdep.h.
8138 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
8139 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
8140 * nbsd-tdep.c: New file.
8141 * nbsd-tdep.h: New file.
8142 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
8143 nbsd-tdep.h.
8144 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
8145 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8146 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
8147 * config/sh/nbsd.mt (TDEPFILES): Ditto.
8148
8149 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8150
8151 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
8152 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
8153 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8154 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8155 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8156 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8157
8158 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8159
8160 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8161 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8162 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8163 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8164 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8165 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8166 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8167
8168 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8169
8170 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8171 fetch_elfcore_registers to...
8172 * i386nbsd-tdep.c: ...here.
8173 (i386nbsd_use_struct_convention): Rename to...
8174 (i386nbsd_aout_use_struct_convention): ...this.
8175 (i386nbsd_supply_reg): New function.
8176 (i386nbsd_fill_reg): New function.
8177 (fetch_core_registers): Use i386nbsd_supply_reg.
8178 (fetch_elfcore_registers): Likewise.
8179 (_initialize_i386nbsd_tdep): New function.
8180 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8181 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8182 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8183 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8184 (i386nbsd_aout_use_struct_convention): ...this.
8185
8186 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8187
8188 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8189 (store_inferior_registers): Use shnbsd_fill_reg.
8190 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8191 sh_nbsd_supply_register): Collapse into...
8192 (shnbsd_supply_reg): ...this.
8193 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8194 (shnbsd_fill_reg): ...this.
8195 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8196 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8197 (fetch_core_registers): Use shnbsd_supply_reg.
8198 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8199 (sh_nbsd_core_fns): Rename to...
8200 (shnbsd_core_fns): ...this.
8201 (sh_nbsd_elfcore_fns): Rename to...
8202 (shnbsd_elfcore_fns): ...this.
8203 (sh_nbsd_init_abi): Rename to...
8204 (shnbsd_init_abi): ...this.
8205 (_initialize_sh_nbsd_tdep): Rename to...
8206 (_initialize_shnbsd_tdep): ...this.
8207 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8208 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8209 sh_nbsd_fill_register): Remove prototypes.
8210 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8211
8212 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8213
8214 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8215 (i387-nat.o): Delete dependency list.
8216 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8217 (x86-64-linux-nat.o): Likewise.
8218 * i387-nat.c: Delete file, moving contents to...
8219 * i387-tdep.c: ...here.
8220 * i387-nat.h: Rename...
8221 * i387-tdep.h: ...to this.
8222 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8223 * i386-linux-nat.c: Likewise.
8224 * i386bsd-nat.c: Likewise.
8225 * i386gnu-nat.c: Likewise.
8226 * i386nbsd-nat.c: Likewise.
8227 * i386v4-nat.c: Likewise.
8228 * x86-64-linux-nat.c: Likewise.
8229 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8230 * config/i386/go32.mh (NATDEPFILES): Likewise.
8231 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8232 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8233 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8234 * config/i386/linux.mh (NATDEPFILES): Likewise.
8235 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8236 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8237 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8238 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8239
8240 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8241
8242 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8243 (alphanbsd-nat.o): Remove dependency list.
8244 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8245 * alphanbsd-nat.c: Delete. Contents moved to...
8246 * alphanbsd-tdep.c: ...here.
8247 (_initialize_alphanbsd_tdep): Register core functions.
8248 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8249
8250 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8251
8252 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8253 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8254 (alphanbsd-nat.o): Likewise.
8255 (alphabsd-tdep.o): New dependency list.
8256 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8257 (fill_gregset): Use alphabsd_fill_reg.
8258 (supply_fpregset): Use alphabsd_supply_fpreg.
8259 (fill_fpregset): Use alphabsd_fill_fpreg.
8260 (fetch_inferior_registers): Use struct reg and struct fpreg
8261 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8262 and alphabsd_supply_fpreg.
8263 (store_inferior_registers): Use struct reg and struct fpreg
8264 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8265 and alphabsd_fill_fpreg.
8266 * alphabsd-tdep.c: New file.
8267 * alphabsd-tdep.h: New file.
8268 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8269 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8270 alphabsd_supply_fpreg.
8271 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8272 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8273
8274 2002-05-11 Eric Christopher <echristo@redhat.com>
8275
8276 * mips-tdep.c (mips_double_register_type): Fix thinko.
8277 (mips_single_register_type): Ditto.
8278 * MAINTAINERS: Add self.
8279
8280 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8281
8282 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8283 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8284 right thing on architectures with different endianness and/or
8285 integer sizes.
8286
8287 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8288
8289 From Christian Limpach <chris@Pin.LU>
8290 * configure.in: Change sed expression which comments out
8291 NATDEPFILES to also comment out continuation lines.
8292 * configure: Regenerate.
8293
8294 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8295
8296 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8297 big patch.
8298
8299 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8300
8301 * sh-tdep.c: Include correct file.
8302
8303 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8304
8305 New support for sh64-elf (sh5) target.
8306
8307 * configure.tgt: For sh64-elf target, default to sh-elf.
8308
8309 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8310 (struct gdbarch_tdep): Add new fields for new registers and ABI
8311 info.
8312
8313 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8314 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8315 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8316 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8317 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8318 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8319 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8320 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8321 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8322 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8323 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8324 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8325 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8326 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8327 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8328 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8329 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8330 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8331 sign_extend, sh64_nofp_frame_init_saved_regs,
8332 sh64_init_extra_frame_info, sh64_get_saved_register,
8333 sh64_extract_struct_value_address, sh64_pop_frame,
8334 sh64_push_arguments, sh64_extract_return_value,
8335 sh64_store_return_value, sh64_show_media_regs,
8336 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8337 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8338 sh_sh64_register_virtual_type,
8339 sh_sh64_register_convert_to_virtual,
8340 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8341 sh64_register_read, sh64_pseudo_register_write,
8342 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8343 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8344 sh64_do_pseudo_register, sh_compact_do_registers_info,
8345 sh64_do_registers_info, sh_gdbarch_init): New functions.
8346
8347 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8348
8349 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8350
8351 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8352
8353 * linespec.c (decode_line_1): Check for a double quote after
8354 a filename correctly.
8355
8356 2002-05-10 Jim Blandy <jimb@redhat.com>
8357
8358 Properly track the size of the current objfile's .debug_line section.
8359 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8360 (DWARF_LINE_SIZE): New macro.
8361 (dwarf2_build_psymtabs_hard): Record the line section's size in
8362 the partial symbol table.
8363 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8364 symbol table.
8365
8366 2002-05-10 Petr Sorfa <petrs@caldera.com>
8367
8368 * ia64-tdep.c: Handle breakpoints on L instruction type
8369 in MLX instruction bundle by moving the breakpoint to
8370 the third slot (X instruction type) as L holds only data.
8371
8372 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8373
8374 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8375 (process_one_symbol): Complain about discarding local symbols
8376 due to a misplaced N_LBRAC entry.
8377
8378 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8379
8380 From Daniel Berlin <dan@cgsoftware.com>
8381 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8382 decrease the depth we are at, in the case of templates.
8383
8384 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8385
8386 * mips-tdep.c (mips_float_register_type): New function.
8387 (mips_double_register_type): New function.
8388 (mips_print_register): Use them.
8389 (do_fp_register_row): Likewise.
8390
8391 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8392
8393 * signals/signals.c (signals): Remove conditional compilation around
8394 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8395 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8396
8397 2002-05-09 Michael Snyder <msnyder@redhat.com>
8398
8399 * remote-rdp.c (remote_rdp_can_run): Remove.
8400
8401 2002-05-09 Tom Tromey <tromey@redhat.com>
8402
8403 * jv-valprint.c (java_val_print): Handle `char' as a special case
8404 of TYPE_CODE_INT.
8405
8406 2002-05-09 Michael Snyder <msnyder@redhat.com>
8407
8408 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8409 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8410 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8411 str r(0123),[sp,#nn].
8412 (arm_skip_prologue): Ditto. Also make disassembly
8413 order-independent by placing it in a loop.
8414
8415 2002-05-06 Michael Snyder <msnyder@redhat.com>
8416
8417 * stabsread.c (read_type): Add recognition for new attribute:
8418 "@V;" means that an array type is actually a vector.
8419 This is analogous to the vector flag that's been added to dwarf2.
8420
8421 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8422
8423 * i386-tdep.h (i386_abi): New enum.
8424 (struct gdbarch_tdep): Replace os_ident member with abi.
8425 (i386_gdbarch_register_os_abi): New prototype.
8426 * i386-tdep.c (i386_abi_names): New array.
8427 (process_note_abi_tag_sections): Removed.
8428 (process_note_sections): New function.
8429 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8430 (struct i386_abi_handler): New struct.
8431 (i386_abi_handler_list): New variable.
8432 (i386_gdbarch_register_os_abi): New function.
8433 (i386_gdbarch_init): Adapt for the changes given above.
8434
8435 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8436
8437 * gregset.h: Say "GNU/Linux".
8438
8439 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8440
8441 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8442 (build_gdbtypes): Build builtin_type_v2_float.
8443 (_initialize_gdbtypes): Register new builtin type.
8444
8445 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8446
8447 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8448 (clear_gdbarch_swap): New function.
8449 (initialize_non_multiarch): Call.
8450 (gdbarch_update_p): Before calling init(), swap out and clear the
8451 existing architecture.
8452 * gdbarch.c: Regenerate.
8453
8454 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8455
8456 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8457 alphanbsd-tdep.c.
8458
8459 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8460
8461 * sh-nbsd-nat.c: Rename to...
8462 * shnbsd-nat.c: ...this.
8463 * sh-nbsd-tdep.c: Rename to...
8464 * shnbsd-tdep.c: ...this.
8465 * sh-nbsd-tdep.h: Rename to...
8466 * shnbsd-tdep.h: ...this.
8467 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8468 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8469
8470 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8471
8472 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8473 concatenation for command help messages.
8474
8475 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8476
8477 * NEWS: Note new sh*-*-netbsdelf* configuration.
8478 * configure.host: Set gdb_host_cpu to sh for all sh*.
8479 (sh*-*-netbsdelf*): New host.
8480 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8481 (sh*-*-netbsdelf*): New target.
8482 * sh-nbsd-nat.c: New file.
8483 * sh-nbsd-tdep.c: New file.
8484 * sh-nbsd-tdep.h: New file.
8485 * config/sh/nbsd.mh: New file.
8486 * config/sh/nbsd.mt: New file.
8487 * config/sh/nm-nbsd.h: New file.
8488 * config/sh/tm-nbsd.h: New file.
8489
8490 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8491
8492 * sh-tdep.c (sh_osabi_names): Declare.
8493 (process_note_abi_tag_sections): New function.
8494 (get_elfosabi): Ditto.
8495 (sh_gdbarch_register_os_abi): Ditto.
8496 (sh_dump_tdep): Ditto.
8497 _initialize_sh_tdep): Use gdbarch_register to register
8498 sh_gdbarch_init and sh_dump_tdep.
8499 * config/sh/tm-sh.h (sh_osabi): Declare.
8500 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8501
8502 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8503
8504 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8505 (thumb_scan_prologue): Ditto.
8506 (arm_find_callers_reg): Ditto.
8507 (arm_frame_chain): Ditto.
8508 (arm_init_extra_frame_info): Ditto.
8509 (arm_frame_saved_pc): Ditto.
8510 (arm_pop_frame): Ditto.
8511 (arm_push_return_address): New function.
8512 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8513 call_dummy_location, call_dummy_breakpoint_offset_p,
8514 call_dummy_breakpoint_offset, call_dummy_p,
8515 call_dummy_stack_adjust_p, call_dummy_words,
8516 sizeof_call_dummy_words, call_dummy_start_offset,
8517 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8518 call_dummy_address, push_return_address and push_dummy_frame for
8519 generic dummy frames.
8520
8521 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8522
8523 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8524 size computation for alloca.
8525 (sh_fp_frame_init_saved_regs): Likewise.
8526
8527 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8528
8529 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8530 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8531 * arm-tdep.c (arm_store_return_value): Use them.
8532 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8533 * remote-rdp.c (remote_rdp_fetch_register): Use
8534 ARM_MAX_REGISTER_RAW_SIZE.
8535 (remote_rdp_store_register): Likewise.
8536
8537 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8538
8539 * dwarf2cfi.c: Code cleanup, removed unused variables,
8540 added default labels to switch {} statements.
8541 * x86-64-tdep.c: Ditto.
8542 * x86-64-linux-nat.c: Ditto.
8543
8544 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8545
8546 * solib.h: Protect against multiple inclusion.
8547
8548 2002-05-06 Jim Blandy <jimb@redhat.com>
8549
8550 Add first preprocessor macro-expansion files.
8551 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8552 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8553 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8554 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8555 (COMMON_OBS): Add macrotab.o, macroexp.o.
8556 (macroexp.o, macrotab.o): New rules.
8557
8558 Separate the job of reading the line number info statement program
8559 header (...expialidocious) out into its own function.
8560 * dwarf2read.c (struct line_head, struct filenames, struct
8561 directories): Replace with...
8562 (struct line_header): New structure, containing the full
8563 contents of the statement program header, including the
8564 include directory and file name tables.
8565 (read_file_scope): If we have line number info, instead of just
8566 calling dwarf_decode_lines to do all the work, call
8567 dwarf_decode_line_header first to get a `struct line_header'
8568 containing the data in the statement program header, and then
8569 pass that to dwarf_decode_lines, which will pick up where that
8570 left off. Be sure to clean up the `struct line_header' object.
8571 (dwarf_decode_line_header, free_line_header, add_include_dir,
8572 add_file_name): New functions.
8573 (dwarf_decode_lines): Move all the code to read the statement
8574 program header into dwarf_decode_line_header. Take the line
8575 header it built as the first argument, instead of the offset to
8576 the compilation unit's line number info. Use the new `struct
8577 line_header' type instead of the old structures. No need to do
8578 cleanups here now, since we don't allocate anything.
8579 (dwarf2_statement_list_fits_in_line_number_section,
8580 dwarf2_line_header_too_long): New complaints.
8581
8582 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8583
8584 * gdbtypes.c (init_vector_type): New function.
8585 (build_builtin_type_vec128): Simplify the representation of SIMD
8586 registers.
8587 (build_gdbtypes): Initialize new builtin vector types.
8588 (_initialize_gdbtypes): Register new vector types with gdbarch.
8589 (builtin_type_v4_float, builtin_type_v4_int32,
8590 builtin_type_v8_int16, builtin_type_v16_int8,
8591 builtin_type_v2_int32, builtin_type_v4_int16,
8592 builtin_type_v8_int8): New (renamed) SIMD types.
8593
8594 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8595
8596 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8597 (i387_fill_fxsave): Likewise.
8598
8599 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8600
8601 * alpha-tdep.c (alpha_extract_return_value): Don't use
8602 non-constant array size in prototype.
8603
8604 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8605
8606 From Brian Taylor <briant at model dot com>:
8607 * ui-out.c (ui_out_field_core_addr): Use the function
8608 longest_local_hex_string_custom'to format addresses > 32 bits
8609 wide.
8610
8611 * ui-out.c (ui_out_field_core_addr): Update comment.
8612
8613 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8614
8615 * stack.c (select_and_print_frame): Make static. Delete the
8616 parameter `level'.
8617 (func_command): Update call.
8618 (select_frame_command): Delete code computing the frame level.
8619 * frame.h (select_and_print_frame): Delete declaration.
8620
8621 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8622
8623 * sparc-tdep.c (sparc_get_saved_register): Comment why
8624 get_prev_frame call is safe.
8625
8626 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8627
8628 * frame.h (select_frame): Delete level parameter.
8629 * stack.c (select_frame): Update. Use frame_relative_level to
8630 obtain the frame's level.
8631 (select_and_print_frame): Update call.
8632 (select_frame_command): Ditto.
8633 (up_silently_base): Ditto.
8634 (down_silently_base): Ditto.
8635 * ocd.c (ocd_start_remote): Ditto.
8636 * remote-rdp.c (remote_rdp_open): Ditto.
8637 * remote-mips.c (mips_initialize): Ditto.
8638 (common_open): Ditto.
8639 * remote-e7000.c (e7000_start_remote): Ditto.
8640 * m3-nat.c (select_thread): Ditto.
8641 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8642 (child_get_current_exception_event): Ditto.
8643 * varobj.c (varobj_create): Ditto.
8644 (varobj_update): Ditto.
8645 (c_value_of_root): Ditto.
8646 * tracepoint.c (finish_tfind_command): Ditto.
8647 * corelow.c (core_open): Ditto.
8648 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8649 * thread.c (info_threads_command): Ditto.
8650 (switch_to_thread): Ditto.
8651 * infrun.c (normal_stop): Ditto.
8652 (restore_selected_frame): Ditto.
8653 (restore_inferior_status): Ditto.
8654 * breakpoint.c (insert_breakpoints): Ditto.
8655 (watchpoint_check): Ditto.
8656 (bpstat_stop_status): Ditto.
8657 (do_enable_breakpoint): Ditto.
8658 * blockframe.c (flush_cached_frames): Ditto.
8659 (reinit_frame_cache): Ditto.
8660
8661 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8662
8663 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8664 maintainer.
8665
8666 2002-05-04 Jim Blandy <jimb@redhat.com>
8667
8668 * gdbtypes.c (replace_type): Doc fix.
8669
8670 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8671
8672 * valprint.c (strcat_longest): Delete commented out function.
8673 Update copyright.
8674
8675 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8676
8677 * MAINTAINERS: Mark a29k as deleted.
8678 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8679 Move new configurations to the top.
8680 * configure.tgt: Remove a29k.
8681 * config/a29k/tm-vx29k.h: Delete.
8682 * config/a29k/vx29k.mt: Delete.
8683 * config/a29k/tm-a29k.h: Delete.
8684 * config/a29k/a29k-udi.mt: Delete.
8685 * config/a29k/a29k.mt: Delete.
8686 * a29k-tdep.c: Delete.
8687 * remote-udi.c: Delete.
8688 * remote-mm.c: Delete.
8689 * remote-eb.c: Delete.
8690 * remote-adapt.c: Delete.
8691 * Makefile.in: Remove obsolete code.
8692 * config/s390/s390x.mt: Ditto.
8693 * config/s390/s390.mt: Ditto.
8694 * config/sparc/sparclynx.mh: Ditto.
8695 * config/sparc/linux.mh: Ditto.
8696 * config/pa/hppaosf.mh: Ditto.
8697 * config/pa/hppabsd.mh: Ditto.
8698 * config/ns32k/nbsd.mt: Ditto.
8699 * config/mips/vr5000.mt: Ditto.
8700 * config/m68k/sun3os4.mh: Ditto.
8701 * config/m68k/nbsd.mt: Ditto.
8702 * config/m68k/m68klynx.mh: Ditto.
8703 * config/m32r/m32r.mt: Ditto.
8704 * config/i386/x86-64linux.mt: Ditto.
8705 * config/i386/nbsdelf.mt: Ditto.
8706 * config/i386/nbsd.mt: Ditto.
8707 * config/i386/i386lynx.mh: Ditto.
8708
8709 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8710
8711 * target.c (debug_print_register): New function. Handle oversize
8712 registers.
8713 (debug_to_fetch_registers): Call.
8714 (debug_to_store_registers): Call.
8715
8716 2002-05-03 Jim Blandy <jimb@redhat.com>
8717
8718 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8719 (read_type): Doc fix.
8720 * gdbtypes.c (replace_type): Doc fix.
8721
8722 * stabsread.c (multiply_defined_struct): New complaint.
8723 (read_struct_type): If the type we were passed isn't empty, or
8724 incomplete, don't read the new struct type into it; complain,
8725 and return the original type unchanged. Take a new `type_code'
8726 argument, which is the type code for the new type.
8727 (read_type): Rather than storing the type's type code here, pass
8728 it as an argument to read_struct_type, and let that take care of
8729 storing it. That way, we don't overwrite the original type code,
8730 so read_struct_type can use it to decide whether we're overwriting
8731 something we shouldn't.
8732 (complain_about_struct_wipeout): New function.
8733
8734 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8735
8736 * gdbarch.sh: Assert that gdbarch is non-NULL.
8737 * gdbarch.c: Regenerate.
8738
8739 2002-05-03 Jason Merrill <jason@redhat.com>
8740
8741 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8742 and return NULL.
8743
8744 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8745
8746 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8747 (x86_64_dwarf2gdb_regno_map_length),
8748 (x86_64_dwarf2_reg_to_regnum): Added.
8749 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8750 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8751 (_initialize_x86_64_tdep): Synced with the change above.
8752 (x86_64_skip_prologue): Reformulated message.
8753
8754 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8755
8756 * f-exp.y: Also use new prev_lexptr variable
8757 to improve error reporting. Based on Michael Snyder
8758 2002-04-24 dated patch to c-exp.y.
8759 * jv-exp.y: Likewise.
8760 * m2-exp.y: Likewise.
8761
8762 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8763
8764 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8765 we are dealing with vectors.
8766
8767 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8768
8769 * config/m68k/tm-nbsd.h: Obvious fix,
8770 correct machine name.
8771
8772 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8773
8774 * p-typeprint.c (pascal_type_print_base): Add support
8775 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8776
8777 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8778
8779 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8780 for fondamental pascal 'char' type.
8781
8782 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8783
8784 * p-lang.h (is_pascal_string_type): Declaration changed,
8785 new sixth argument of type char ** added.
8786 * p-lang.c (is_pascal_string_type): Implementation
8787 changed. Args length_pos, length_size, string_pos, char_size
8788 can now be NULL. New argument arrayname set to the field
8789 name of the char array. Return value set to char array
8790 field index plus one.
8791 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8792 is_pascal_string_type function.
8793
8794 2002-05-02 Andrew Cagney <cagney@redhat.com>
8795
8796 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8797 <cagney@redhat.com> change.
8798 * gdbarch.c: Regenerate.
8799
8800 2002-05-02 Andrew Cagney <cagney@redhat.com>
8801
8802 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8803 before probing for a new one. Detect errorenous gdbarch_init
8804 functions.
8805 * gdbarch.c: Regenerate.
8806
8807 2002-05-01 Andrew Cagney <cagney@redhat.com>
8808
8809 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8810 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8811 * config/v850/tm-v850.h: Ditto. Update copyright.
8812
8813 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8814
8815 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8816 current_gdbarch.
8817
8818 2002-04-30 Michael Snyder <msnyder@redhat.com>
8819
8820 * arm-tdep.c: Whitespace clean-ups.
8821 (arm_skip_prologue): Fix thinko; two lines
8822 should have been removed as part of 4/24 change.
8823
8824 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8825
8826 * rs6000-tdep.c: Added comment describing how fpscr register
8827 numbers were chosen.
8828
8829 2002-04-30 Michael Snyder <msnyder@redhat.com>
8830
8831 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8832
8833 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8834
8835 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8836 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8837 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8838
8839 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8840
8841 From Louis Hamilton <hamilton@redhat.com>:
8842 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8843 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8844 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8845 not bfd-private xcoff data, to determine wordsize.
8846 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8847
8848 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8849
8850 GDB 5.2 released from 5.2 branch.
8851
8852 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8853
8854 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8855 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8856 (x86_64_register_info_table): Added comments with register numbers.
8857
8858 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8859
8860 * rs6000-tdep.c (rs6000_extract_return_value,
8861 rs6000_store_return_value): Handle returning vectors.
8862 (rs6000_gdbarch_init): Use
8863 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8864 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8865 New function.
8866 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8867 vectors.
8868 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8869 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8870
8871 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8872
8873 * hpread.c (hpread_psymtab_to_symtab_1,
8874 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8875 with fprintf_unfiltered (gdb_stderr,...).
8876
8877 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8878
8879 * remote-array.c (printf_monitor, write_monitor,
8880 array_insert_breakpoint, array_remove_breakpoint ):
8881 Replace fprintf (stderr,...
8882 with fprintf_unfiltered (gdb_stderr,....
8883 * remote-es.c: Likewise.
8884 * remote-os9k.c: Likewise.
8885 * remote-st.c: Likewise.
8886
8887 2002-04-28 Andreas Schwab <schwab@suse.de>
8888
8889 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8890 linux-proc.o and gcore.o.
8891
8892 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8893
8894 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8895 code without frame pointers.
8896
8897 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8898
8899 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8900 ON_STACK is needed.
8901
8902 2002-04-26 Ben Elliston <bje@redhat.com>
8903
8904 * target.c (do_xfer_memory): Correct reference to the new option
8905 "trust-readonly-sections".
8906
8907 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8908
8909 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8910 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8911 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8912 vectors.
8913 (read_array_type): Record the fact that this array type is really a
8914 vector (i.e. are passed in by value).
8915
8916 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8917
8918 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8919 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8920 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8921 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8922 * alpha-linux-tdep.c: Include frame.h.
8923 (alpha_linux_sigcontext_addr): New function.
8924 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8925 alpha_linux_sigcontext_addr.
8926 * alpha-osf1-tdep.c: Include gdbcore.h.
8927 (alpha_osf1_sigcontext_addr): New function.
8928 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8929 alpha_osf1_sigcontext_addr.
8930 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8931 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8932
8933 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8934
8935 * stack.c (selected_frame_level):
8936 (select_frame): Do not set selected_frame_level.
8937 * frame.h (selected_frame_level): Delete declaration.
8938
8939 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8940
8941 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8942 convert_from_func_ptr-addr when AIX / PowerOpen.
8943
8944 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8945
8946 * valops.c (hand_function_call): Call
8947 generic_save_call_dummy_addr.
8948 * frame.h (generic_save_call_dummy_addr): Declare.
8949 * blockframe.c (struct dummy_frame): Add fields call_lo and
8950 call_hi.
8951 (generic_find_dummy_frame): Check for PC in range call_lo to
8952 call_hi instead of entry_point_address.
8953 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8954 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8955 (generic_save_call_dummy_addr): New function.
8956
8957 2002-04-24 David S. Miller <davem@redhat.com>
8958
8959 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8960 sparc_skip_prologue.
8961 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8962 information to find prologue when possible.
8963 (sparc_prologue_frameless_p): Call examine_prologue directly.
8964 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8965 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8966 second argument.
8967 (SKIP_PROLOGUE): Likewise.
8968
8969 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8970
8971 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8972 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8973 indicate that the condition it was testing is always true.
8974 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8975 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8976 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8977
8978 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8979
8980 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8981 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8982 tdep->jb_pc and tdep->jb_elt_size.
8983 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8984 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8985 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8986 * alpha-nat.c (get_longjmp_target): Remove.
8987 (JB_ELEMENT_SIZE): Ditto.
8988 (JB_PC): Ditto.
8989 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8990 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8991 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8992 to alpha_get_longjmp_target.
8993 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8994 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8995 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8996
8997 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8998
8999 * README: Update to GDB 5.2.
9000
9001 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9002
9003 * gdbarch.sh (LC_ALL): Set to `c'.
9004
9005 2002-04-25 Theodore A. Roth <troth@verinet.com>
9006
9007 * avr-tdep.c: Ran through gdb_indent.sh.
9008
9009 2002-04-25 Theodore A. Roth <troth@verinet.com>
9010
9011 * MAINTAINERS: Add myself as AVR maintainer.
9012 * NEWS: Note new target avr.
9013
9014 2002-04-25 Theodore A. Roth <troth@verinet.com>
9015
9016 * Makefile.in: Add support for AVR target.
9017 * configure.tgt: Add support for AVR target.
9018 * avr-tdep.c: New file
9019 * config/avr/avr.mt: New file.
9020
9021 2002-04-25 Theodore A. Roth <troth@verinet.com>
9022
9023 * MAINTAINERS: Add myself to write-after-approval.
9024
9025 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9026
9027 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
9028 with fprintf_unfiltered (gdb_stderr,....
9029
9030 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9031
9032 Fix PR gdb/508.
9033 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
9034
9035 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9036
9037 * p-exp.y: Also use new prev_lexptr variable
9038 to improve error reporting. Based on Michael Snyder
9039 2002-04-24 dated patch to c-exp.y.
9040
9041 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9042
9043 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
9044 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
9045 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
9046 to 0.
9047 * config/alpha/tm-alpha.h: Remove forward decls of struct type
9048 and struct value.
9049 (FUNCTION_START_OFFSET): Remove.
9050 (BREAKPOINT): Ditto.
9051
9052 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9053
9054 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
9055 * NEWS: Ditto.
9056
9057 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9058
9059 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
9060 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
9061 alpha_linux_pc_in_sigtramp.
9062 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
9063 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
9064 alpha_osf1_pc_in_sigtramp.
9065 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
9066 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
9067 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9068 alphafbsd_pc_in_sigtramp.
9069 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
9070 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9071 alphanbsd_pc_in_sigtramp.
9072 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
9073 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
9074
9075 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9076
9077 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
9078
9079 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9080
9081 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
9082 alphanbsd-tdep.c.
9083 (alphanbsd-nat.o): New dependency list.
9084 (alphanbsd-tdep.o): Ditto.
9085 * NEWS: Note new native NetBSD/alpha configuration.
9086 * alphanbsd-nat.c: New file.
9087 * alphanbsd-tdep.c: Ditto.
9088 * configure.host (alpha*-*-netbsd*): New host.
9089 * configure.tgt (alpha*-*-netbsd*): New target.
9090 * config/alpha/nbsd.mh: New file.
9091 * config/alpha/nbsd.mt: Ditto.
9092 * config/alpha/nm-nbsd.h: Ditto.
9093 * config/alpha/tm-nbsd.h: Ditto.
9094
9095 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9096
9097 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
9098 (alpha-osf1-tdep.o): New dependency list.
9099 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
9100 and skip_sigtramp_frame members.
9101 * alpha-linux-tdep.c: Include gdbcore.h.
9102 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
9103 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
9104 * alpha-osf1-tdep.c: New file.
9105 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
9106 alpha-osf1-dep.c.
9107 (alpha_frame_past_sigtramp_frame): New function.
9108 (alpha_dynamic_sigtramp_offset): Ditto.
9109 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
9110 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
9111 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
9112 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
9113 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
9114 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
9115 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
9116 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
9117 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
9118 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
9119 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
9120 to find_solib_trampoline_target.
9121 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
9122 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
9123 (SKIP_TRAMPOLINE_CODE): Remove.
9124 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9125 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9126 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9127 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9128 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
9129 (PROC_SIGTRAMP_MAGIC): Ditto.
9130 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9131 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9132 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9133 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9134 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9135
9136 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9137
9138 * NEWS: Note that Alpha targets are now multi-arch.
9139
9140 2002-04-24 Michael Snyder <msnyder@redhat.com>
9141
9142 * parser-defs.h (prev_lexptr): New external variable.
9143 * parse.c (parse_exp_1): Set prev_lexptr to null before
9144 calling the language-specific parser.
9145 * c-exp.y (yylex): Set prev_lexptr to start of current token.
9146 (yyerror): Use prev_lexptr in error reporting.
9147
9148 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
9149
9150 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
9151 * gregset.h: If FILL_FPXREGSET is defined, provide
9152 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
9153 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9154 is defined, call fill_fpxregset.
9155
9156 2002-04-24 Roland McGrath <roland@frob.com>
9157
9158 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9159 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9160 (supply_gregset, supply_fpregset): New functions.
9161
9162 * gnu-nat.c (gnu_find_memory_regions): New function.
9163 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9164 (gnu_xfer_memory): Add a cast.
9165
9166 2002-04-24 Michael Snyder <msnyder@redhat.com>
9167
9168 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
9169 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9170 of argument regs ("str r(0123), [r11, #-nn"]).
9171 (arm_skip_prologue): Better handling for frameless functions.
9172 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9173 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9174
9175 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9176
9177 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9178 NUM_PSEUDO_REGS can be used.
9179
9180 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9181
9182 * arch-utils.h: Update copyright.
9183
9184 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9185 * gdbarch.h, gdbarch.c: Re-generate.
9186
9187 * inferior.h (IN_SIGTRAMP): Delete definition.
9188 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9189 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9190
9191 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9192 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9193 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9194 (find_proc_framesize): Ditto.
9195 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9196 (alpha_init_extra_frame_info): Ditto.
9197 * infrun.c (handle_inferior_event): Ditto.
9198 (handle_inferior_event): Ditto.
9199 (check_sigtramp2): Ditto.
9200 * blockframe.c (create_new_frame): Ditto.
9201 (get_prev_frame): Ditto.
9202 * ppc-linux-tdep.c: Update comments.
9203 * i386-linux-tdep.c: Update comments.
9204 * breakpoint.c (bpstat_what): Update comment.
9205
9206 2002-04-24 David S. Miller <davem@redhat.com>
9207
9208 * i960-tdep.c (register_in_window_p): New function.
9209 (i960_find_saved_register): Use it instead of
9210 REGISTER_IN_WINDOW_P.
9211 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9212
9213 * symtab.h (find_stab_function_addr): Kill extern.
9214 * minsyms.c (find_stab_function_addr): Remove from here...
9215 * dbxread.c: ... to here, and mark it static.
9216
9217 2002-04-20 David S. Miller <davem@redhat.com>
9218
9219 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9220 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9221
9222 2002-04-21 David S. Miller <davem@redhat.com>
9223
9224 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9225 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9226 (vx_write_register): Likewise.
9227
9228 2002-04-23 J. Brobecker <brobecker@gnat.com>
9229
9230 * source.c (is_regular_file): New function.
9231 (openp): Check wether file to open is a regular file
9232 to avoid opening directories.
9233
9234 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9235
9236 * findvar.c (extract_signed_integer): Cast printf argument
9237 to suppress format warning.
9238 (extract_unsigned_integer): Likewise.
9239 * infcmd.c (registers_info): Likewise.
9240 * top.c (get_prompt_1): Likewise.
9241 * valops.c (value_assign): Likewise.
9242 * valprint.c (print_decimal): Likewise.
9243
9244 2002-04-22 H.J. Lu (hjl@gnu.org)
9245
9246 * c-exp.y (typebase): Support
9247
9248 [long|long long|short] [signed|unsigned] [int|]
9249
9250 and
9251
9252 signed [long|long long|short] int
9253
9254 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9255
9256 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9257 and vax-tdep.h.
9258 * vax-tdep.h: New file.
9259 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9260 Make several routines static.
9261 (vax_get_saved_register): New function.
9262 (vax_gdbarch_init): New function.
9263 (_initialize_vax_tdep): Register vax_gdbarch_init.
9264 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9265 Remove macros now under the control of gdbarch.
9266
9267 2002-04-22 Michael Snyder <msnyder@redhat.com>
9268
9269 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9270 Some whitespace and coding standards tweaks.
9271
9272 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9273
9274 * vax-tdep.c: Include regcache.h.
9275 (vax_call_dummy_words): New.
9276 (sizeof_vax_call_dummy_words): New.
9277 (vax_fix_call_dummy): New function.
9278 (vax_saved_pc_after_call): Ditto.
9279 * config/vax/tm-vax.h: Don't include regcache.h.
9280 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9281 (CALL_DUMMY): Remove.
9282 (CALL_DUMMY_WORDS): Define.
9283 (SIZEOF_CALL_DUMMY_WORDS): Define.
9284 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9285
9286 2002-04-18 Michael Snyder <msnyder@redhat.com>
9287
9288 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9289
9290 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9291
9292 * vax-tdep.c (vax_frame_chain): New function.
9293 (vax_push_dummy_frame): Ditto.
9294 (vax_pop_frame): Ditto.
9295 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9296 (FRAMELESS_FUNCTION_INVOCATION): Use
9297 generic_frameless_function_invocation_not.
9298 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9299 (POP_FRAME): Use vax_pop_frame.
9300
9301 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9302
9303 * vax-tdep.c (vax_store_struct_return): New function.
9304 (vax_extract_return_value): Ditto.
9305 (vax_store_return_value): Ditto.
9306 (vax_extract_struct_value_address): Ditto.
9307 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9308 vax_store_struct_return.
9309 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9310 (STORE_RETURN_VALUE): Use vax_store_return_value.
9311 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9312
9313 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9314
9315 * vax-tdep.c (vax_frame_saved_pc): New function.
9316 (vax_frame_args_address_correct): Ditto.
9317 (vax_frame_args_address): Ditto.
9318 (vax_frame_locals_address): Ditto.
9319 (vax_frame_num_args): Move code to be in proximity to
9320 other frame-related functions.
9321 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9322 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9323 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9324 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9325 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9326
9327 2002-04-22 H.J. Lu (hjl@gnu.org)
9328
9329 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9330 includedir.
9331
9332 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9333
9334 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9335 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9336 (FRAME_INIT_SAVED_REGS): New macro.
9337
9338 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9339
9340 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9341
9342 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9343
9344 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9345 where needed.
9346 (fetch_osf_core_registers): Likewise.
9347 (supply_gregset): Likewise.
9348
9349 2002-04-22 J. Brobecker <brobecker@gnat.com>
9350
9351 * symfile.h (get_section_index): Define.
9352 * symfile.c (get_section_index): New function.
9353 * mdebugread.c (SC_IS_SBSS): New macro.
9354 (SC_IS_BSS): Return true for the scBss storage class only, as
9355 the scSBss storage class refers to the .sbss section.
9356 (parse_partial_symbols): Discard the symbols which associated
9357 section does not exist.
9358 Make sure to use the .sbss section index for symbols which
9359 storage class is scBss, rather than using the .bss section index.
9360
9361 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9362
9363 * vax-tdep.c: Update copyright years.
9364 (vax_register_name): New function.
9365 (vax_register_byte): Ditto.
9366 (vax_register_raw_size): Ditto.
9367 (vax_register_virtual_size): Ditto.
9368 (vax_register_virtual_type): Ditto.
9369 * config/vax/tm-vax.h: Update copyright years.
9370 (REGISTER_NAMES): Remove.
9371 (REGISTER_NAME): Define.
9372 (REGISTER_BYTE): Use vax_register_byte.
9373 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9374 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9375 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9376
9377 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9378
9379 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9380 declaration
9381 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9382
9383 2002-04-21 David S. Miller <davem@redhat.com>
9384
9385 * arch-utils.c (generic_prologue_frameless_p): Kill
9386 SKIP_PROLOGUE_FRAMELESS_P code.
9387 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9388 references.
9389 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9390 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9391 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9392 references.
9393 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9394 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9395 (sparc_gdbarch_init): Pass it to
9396 set_gdbarch_prologue_frameless_p.
9397
9398 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9399
9400 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9401 (alphabsd-nat.o): New dependency list.
9402
9403 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9404
9405 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9406 alphafbsd-tdep.c.
9407 (alpha-linux-tdep.o): New dependency list.
9408 (alphafbsd-tdep.o): Likewise.
9409
9410 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9411
9412 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9413 to here...
9414 * alpha-tdep.c: ...from here.
9415 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9416
9417 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9418
9419 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9420 prototype from here...
9421 * alpha-tdep.h: ...to here.
9422
9423 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9424
9425 * frame.h (selected_frame_level): Document as deprecated.
9426 (frame_relative_level): Declare.
9427 * stack.c (frame_relative_level): New function.
9428 (selected_frame_level): Document as deprecated.
9429 (select_frame): Do not set the selected_frame_level.
9430
9431 * stack.c (frame_info, record_selected_frame): Update.
9432 (frame_command, current_frame_command): Update.
9433 (up_silently_base, up_command, down_silently_base): Update.
9434 (down_command): Update.
9435 * inflow.c (kill_command): Update.
9436 * tracepoint.c (finish_tfind_command): Update.
9437 * corelow.c (core_open): Update.
9438 * thread.c (info_threads_command): Update.
9439 (do_captured_thread_select): Update.
9440 * infcmd.c (finish_command): Update.
9441 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9442
9443 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9444
9445 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9446
9447 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9448
9449 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9450 type const.
9451
9452 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9453
9454 * alphafbsd-tdep.c: Update copyright years. Include
9455 alpha-tdep.h.
9456 (alphafbsd_use_struct_convention): Make static.
9457 (alphafbsd_init_abi): New function.
9458 (_initialize_alphafbsd_tdep): New function.
9459 * config/alpha/tm-fbsd.h: Update copyright years.
9460 (USE_STRUCT_CONVENTION): Remove.
9461
9462 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9463
9464 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9465 an Alpha ABI variant.
9466 (alpha_abi_handler_list): Declare.
9467 (alpha_gdbarch_register_os_abi): New function.
9468 (alpha_gdbarch_init): Give registered ABI variant handlers a
9469 chance to tweak the gdbarch once we have set up defaults.
9470 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9471
9472 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9473
9474 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9475 to standard_coerce_float_to_double.
9476 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9477
9478 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9479
9480 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9481 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9482 from gdbarch_tdep rather than a constant.
9483 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9484 the default text address for all Alpha Unix ABIs.
9485 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9486 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9487
9488 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9489
9490 * alpha-tdep.h: New file. Includes several Alpha target constants
9491 taken from...
9492 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9493 let gdbarch deal with.
9494 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9495 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9496 to dependency list.
9497 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9498 Alpha target register names.
9499 * alphabsd-nat.c: Likewise.
9500 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9501 Alpha target register names. Make serveral routines static.
9502 (alpha_get_saved_register): New function.
9503 (alpha_abi_names): New.
9504 (process_note_abi_tag_sections): New function.
9505 (get_elfosabi): New function.
9506 (alpha_gdbarch_init): New function.
9507 (alpha_dump_tdep): New function.
9508 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9509
9510 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9511
9512 * frame.c (find_saved_register): Delete #ifdef
9513 HAVE_REGISTER_WINDOWS code.
9514 * config/sparc/tm-sparc.h: Update comments.
9515 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9516
9517 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9518
9519 * i960-tdep.c (i960_find_saved_register): New function.
9520 (i960_get_saved_register): New function.
9521 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9522 (i960_get_saved_register): Declare.
9523 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9524
9525 2002-04-20 David S. Miller <davem@redhat.com>
9526
9527 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9528
9529 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9530
9531 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9532 instead of NUM_PSEUDO_REGS.
9533
9534 2002-04-20 David S. Miller <davem@redhat.com>
9535
9536 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9537 GDB_MULTI_ARCH_PARTIAL
9538 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9539 define, let tm-sp64.h do it.
9540
9541 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9542
9543 * frame.c (find_saved_register): Avoid a NULL pointer
9544 dereference and actually walk the frame list.
9545
9546 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9547
9548 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9549 sorted in most most-recent-used order. Document.
9550 * gdbarch.h, gdbarch.c: Regenerate.
9551
9552 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9553
9554 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9555 instead of ->prev.
9556 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9557 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9558 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9559 instead of ->prev.
9560
9561 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9562
9563 Fix PR gdb/471.
9564 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9565 (build_builtin_type_vec128): Ditto.
9566 (append_composite_type_field): Fix calculation of type length in
9567 union case.
9568
9569 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9570
9571 * config/djgpp/README: Update.
9572
9573 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9574 compiler warnings.
9575
9576 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9577
9578 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9579 (alpha_setup_arbitrary_frame): ...to this.
9580 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9581 for alpha_setup_arbitrary_frame.
9582
9583 2002-04-18 Andrew Cagney <cagney@redhat.com>
9584
9585 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9586 * gdbarch.h, gdbarch.c: Regenerate.
9587
9588 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9589 * target.h (memory_breakpoint_from_pc): Update declaration.
9590 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9591
9592 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9593 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9594 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9595 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9596 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9597 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9598 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9599 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9600 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9601 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9602 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9603 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9604
9605 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9606 const pointer.
9607 * monitor.c (monitor_insert_breakpoint): Ditto.
9608 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9609
9610 * config/mcore/tm-mcore.h: Update copyright.
9611 * mem-break.c: Ditto.
9612 * xstormy16-tdep.c: Ditto.
9613
9614 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9615
9616 * p-exp.y: Add precedence rule for '^' token.
9617 This removes the shift/reduce conflicts.
9618 Remove the comment concerning these shift/reduce conflicts.
9619
9620 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9621
9622 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9623 (registers_powerpc_nofp): New register set for processors
9624 without floating point unit.
9625
9626 2002-04-18 David S. Miller <davem@redhat.com>
9627
9628 * MAINTAINERS: Add myself to write-after-approval.
9629
9630 2002-04-17 Michael Snyder <msnyder@redhat.com>
9631
9632 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9633
9634 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9635
9636 * rs6000-tdep.c (frame_initial_stack_address): Use
9637 frame_register_read to read the alloca_reg.
9638
9639 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9640
9641 * frame.c (find_saved_register): Find saved registers in the next
9642 not prev frame.
9643 Fix PR gdb/365.
9644
9645 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9646
9647 * gdbarch.sh (LANG): Set to ``c''.
9648
9649 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9650
9651 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9652
9653 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9654
9655 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9656 Update copyright.
9657
9658 * hpread.c (hpread_get_lntt): Add declaration.
9659 Also fix PR gdb/391.
9660
9661 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9662
9663 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9664 * aclocal.m4, configure: Re-generate.
9665 Fix PR gdb/391.
9666
9667 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9668
9669 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9670 instead of tm_print_insn.
9671
9672 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9673
9674 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9675
9676 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9677
9678 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9679 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9680 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9681
9682 2002-04-12 Don Howard <dhoward@redhat.com>
9683
9684 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9685 max_user_call_depth.
9686 (init_cmd_lists): Initialize the new value;
9687 * cli/cli-script.c (execute_user_command): Limit the call depth of
9688 user defined commands. This avoids a core-dump when user commands
9689 are infinitly recursive.
9690
9691 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9692
9693 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9694 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9695 from tdep struct instead of DEFAULT_LR_SAVE.
9696 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9697 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9698 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9699
9700 2002-04-12 Michael Snyder <msnyder@redhat.com>
9701
9702 * Remote.c: Spelling fix.
9703 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9704 If no symbol found for "sbrk", try "_sbrk".
9705 (make_output_phdrs): Use bfd_section_name.
9706 (gcore_copy_callback): Use bfd_section_name.
9707 * eval.c: Indentation fix-ups.
9708 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9709 in case it gets applied to an address that is already
9710 in the instruction space.
9711 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9712 * symfile.c: Fix indentation, long lines.
9713 * source.c: White space fix-up.
9714
9715 2002-04-12 Andrew Cagney <cagney@redhat.com>
9716
9717 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9718 * frame.c (frame_register_read): New function. Return non-zero on
9719 success.
9720 (read_relative_register_raw_bytes_for_frame): Delete.
9721 (read_relative_register_raw_bytes): Delete.
9722 * frame.h (frame_register_read): Declare.
9723 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9724 * sh-tdep.c: Ditto.
9725 * infcmd.c (do_registers_info): Ditto.
9726 * hppa-tdep.c: Ditto.
9727 * rs6000-tdep.c: Ditto.
9728 * h8500-tdep.c: Ditto.
9729 * mips-tdep.c: Ditto.
9730 * h8300-tdep.c: Ditto.
9731 * z8k-tdep.c: Ditto.
9732
9733 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9734
9735 From Jimi X <jimix@watson.ibm.com>:
9736 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9737 64-bit SysV ABI.
9738
9739 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9740
9741 From Jimi X <jimix@watson.ibm.com>:
9742 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9743 bfd info.
9744
9745 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9746
9747 From Jimi X <jimix@watson.ibm.com>:
9748 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9749 register sets for these processor variants.
9750
9751 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9752
9753 * regformats/reg-ppc.dat: Support FPSCR.
9754
9755 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9756
9757 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9758 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9759 Add fpscr as an invalid/unfetchable register.
9760 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9761 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9762 (fill_fpregset): Add support for register fpscr.
9763 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9764 (fill_gregset): Account for the fact that register ``mq'' might
9765 not exist.
9766 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9767 (registers_power): Add fpscr to register set at slot 71.
9768 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9769 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9770
9771 2002-04-11 Michael Snyder <msnyder@redhat.com>
9772
9773 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9774 * configure: Regenerate.
9775 * config.in: Regenerate.
9776 * acconfig.h: Add define for _SYSCALL32.
9777 * core-sol2.c: Remove #define _SYSCALL32.
9778 * solib-legacy.c: Remove #define _SYSCALL32.
9779
9780 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9781
9782 * stack.c (select_frame): Cleanup internal error message, do not
9783 use %p.
9784
9785 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9786
9787 * stack.c (select_frame): Check that selected_frame and the
9788 specified level are as expected.
9789 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9790 Update copyright.
9791 * frame.h (struct frame_info): Add field `level'. Update
9792 copyright.
9793 Work-in-progress PR gdb/464.
9794
9795 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9796
9797 * maint.c (maint_print_section_info): Rename print_section_info.
9798 (print_bfd_section_info, print_objfile_section_info): Update.
9799 * inferior.h (struct gdbarch): Add opaque declaration.
9800 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9801 * gdbarch.h: Regenerate.
9802
9803 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9804
9805 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9806 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9807 (kernel_u_size): Added.
9808 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9809 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9810
9811 2002-04-04 Jim Ingham <jingham@apple.com>
9812
9813 * valarith.c (find_size_for_pointer_math): New function, either returns
9814 the size for a pointer's target, returns 1 for void *, or errors for
9815 incomplete types.
9816 (value_add, value_sub): use find_size_for_pointer_math.
9817
9818 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9819
9820 * linux-low.c (linux_look_up_symbols): New hook.
9821 (linux_target_ops): Add linux_look_up_symbols.
9822 * remote-utils.c (decode_address): New function.
9823 (look_up_one_symbol): New function.
9824 * server.c (handle_query): Call target look_up_symbols hook.
9825 * server.h (look_up_one_symbol): Add prototype.
9826 * target.h (struct target_ops): Add look_up_symbols hook.
9827
9828 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9829
9830 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9831 override FP_REGNUM with frame->fp. Update copyright.
9832 * parse.c (num_std_regs, std_regs): Delete.
9833 (target_map_name_to_register): Do not search std_regs. Update
9834 function description.
9835 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9836 declarations. Update copyright.
9837 Fix PR gdb/251.
9838
9839 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9840
9841 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9842 after the last symbol in a block.
9843
9844 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9845
9846 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9847 is non zero as a found symbol.
9848
9849 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9850
9851 * findvar.c: Include "builtin-regs.h".
9852 (value_of_register): Call value_of_builtin_reg when applicable.
9853 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9854 (target_map_name_to_register): Call
9855 builtin_reg_map_name_to_regnum.
9856 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9857 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9858 (builtin_regs_h): Define.
9859 (builtin-regs.o): New target.
9860 (findvar.o): Add $(builtin_regs_h).
9861 * builtin-regs.c, builtin-regs.h: New files.
9862 * std-regs.c: New file.
9863 Partial fix for PR gdb/251.
9864
9865 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9866
9867 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9868 it's no longer required.
9869
9870 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9871
9872 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9873
9874 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9875
9876 From Jimi X <jimix@watson.ibm.com>:
9877 * rs6000-tdep.c (rs6000_software_single_step): Use
9878 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9879 and size. Use target_insert_breakpoint() and
9880 target_remove_breakpoint() to insert and remove breakpoints
9881 instead of explicit memory reads and writes.
9882
9883 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9884
9885 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9886 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9887 ELF_OBJECT_FORMAT ifdef.
9888
9889 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9890
9891 From Jimi X <jimix@watson.ibm.com>:
9892 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9893
9894 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9895
9896 From Jimi X <jimix@watson.ibm.com>:
9897 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9898 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9899
9900 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9901
9902 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9903 s/asprintf/xasprintf/.
9904 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9905
9906 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9907
9908 I believe Jeff Law denies responsability for this one:
9909 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9910 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9911 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9912 Work-around for PR gdb/366.
9913
9914 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9915
9916 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9917 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9918 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9919
9920 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9921
9922 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9923 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9924 information.
9925
9926 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9927
9928 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9929 maintainer.
9930
9931 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9932
9933 * README (Reporting Bugs in GDB): Document the bug web page as the
9934 prefered way of submitting bugs.
9935 Fix PR gdb/402.
9936
9937 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9938
9939 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9940 -1. Update comment.
9941 * gdbarch.h, gdbarch.c: Re-generate.
9942
9943 2002-04-07 Andreas Schwab <schwab@suse.de>
9944
9945 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9946 buffer to regcache_collect.
9947
9948 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9949
9950 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9951 * gdbarch.c, gdbarch.h: Re-generate.
9952
9953 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9954
9955 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9956 declaration. Fix -Werror.
9957
9958 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9959
9960 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9961 * gdbarch.c: Regenerate.
9962
9963 2002-04-05 Michael Snyder <msnyder@redhat.com>
9964
9965 * breakpoint.c (clear_command): Rewrite middle section to
9966 combine two loops with identical control conditions.
9967 Add a cleanup to eliminate a memory leak.
9968 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9969
9970 2002-04-05 H.J. Lu (hjl@gnu.org)
9971
9972 * solib-svr4.c (bkpt_names): Add "__start".
9973
9974 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9975
9976 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9977 as test for 64 bit target.
9978
9979 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9980
9981 * h8500-tdep.c (h8500_write_fp): Delete function.
9982 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9983 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9984 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9985 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9986 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9987 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9988 (s390_write_fp):
9989 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9990 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9991 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9992 (d10v_write_fp): Delete function.
9993 * inferior.h (write_fp, generic_target_write_fp): Delete
9994 declarations.
9995 * regcache.c (generic_target_write_fp): Delete function.
9996 (write_fp): Delete function.
9997 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9998 * gdbarch.h, gdbarch.c: Regenerate.
9999 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
10000 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
10001 (sparc64_write_fp): Delete declaration.
10002 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
10003 (h8500_write_fp): Delete declaration.
10004
10005 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10006
10007 * sparc-tdep.c (sparc64_write_fp): Delete.
10008 (sparc_push_dummy_frame): Replace write_fp call with code to store
10009 the FP directly.
10010 (sparc_gdbarch_init): Do not initialize write_fp.
10011
10012 2002-04-05 Kevin Buettner <kevinb@redhat.com>
10013
10014 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
10015 clause.
10016
10017 2002-03-29 Jim Blandy <jimb@redhat.com>
10018
10019 * stack.c (get_selected_block): Add new argument `addr_in_block',
10020 used to return the exact code address we used to select the block,
10021 not just the block.
10022 * blockframe.c (get_frame_block, get_current_block): Same.
10023 * frame.h (get_frame_block, get_current_block,
10024 get_selected_block): Update declarations.
10025 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
10026 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
10027
10028 2002-04-05 Michael Snyder <msnyder@redhat.com>
10029
10030 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
10031 warning message.
10032
10033 2002-04-05 J. Brobecker <brobecker@gnat.com>
10034
10035 * utils.c (xfullpath): New function.
10036 * defs.h (xfullpath): Add declaration.
10037 * source.c (openp): Use xfullpath in place of gdb_realpath to
10038 avoid resolving the basename part of filenames when the
10039 associated file is a symbolic link. This fixes a potential
10040 inconsistency between the filenames known to GDB and the
10041 filenames it prints in the annotations.
10042 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
10043 to be able to match a filename with either the real filename, or
10044 the name of any symbolic link to this file.
10045 (lookup_partial_symtab): Ditto.
10046
10047 2002-04-04 Michael Snyder <msnyder@redhat.com>
10048
10049 * breakpoint.c: Add support for hardware breakpoints in overlays.
10050 (overlay_events_enabled): New state variable.
10051 (insert_breakpoints): Use overlay_events_enabled to decide
10052 whether to attempt to set a breakpoint at the overlay load addr.
10053 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10054 (remove_breakpoint): Use overlay_events_enabled to decide
10055 whether breakpoints need to be removed from overlay load addr.
10056 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10057 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
10058 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
10059 disable_overlay_breakpoints): Update overlay_events_enabled.
10060
10061 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
10062
10063 * dwarf2read.c (struct function_range): New.
10064 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
10065 (check_cu_functions): New.
10066 (read_file_scope): Initialize global function lists.
10067 Call dwarf_decode_line after processing children.
10068 (read_func_scope): Add to global function list.
10069 (dwarf_decode_lines): Call check_cu_functions everywhere
10070 record_line is called. Call record_line with a linenumber
10071 of 0 to mark sequence ends.
10072
10073 2002-04-04 Michal Ludvig <mludvig@suse.cz>
10074
10075 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
10076 change sync with glibc.
10077
10078 2002-04-03 Jim Blandy <jimb@redhat.com>
10079
10080 * configure.in: Call AC_C_INLINE.
10081 * configure: Regenerated.
10082
10083 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
10084
10085 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
10086 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
10087
10088 2002-03-31 Mark Kettenis <kettenis@gnu.org>
10089
10090 * NEWS: Mention gcore support on FreeBSD/i386.
10091
10092 * fbsd-proc.c: New file.
10093 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
10094 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
10095
10096 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
10097 while statement.
10098
10099 2002-03-29 Jim Blandy <jimb@redhat.com>
10100
10101 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
10102 unescaped newlines in string literals, but newer ones don't. So
10103 escape them.
10104
10105 2002-03-26 Michael Snyder <msnyder@redhat.com>
10106 Andrew Cagney <cagney@redhat.com>
10107
10108 * cli/cli-dump.c: New file. Dump memory to file,
10109 restore file to memory.
10110 * cli/cli-dump.h: New file.
10111 * Makefile.in: Add rules, dependencies for cli-dump.o.
10112 * NEWS: Mention new commands.
10113
10114 2002-03-28 Michael Snyder <msnyder@redhat.com>
10115
10116 * symfile.c (symbol_file_add): Move test for null symbols to later.
10117
10118 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10119
10120 From veksler at il.ibm.com:
10121 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
10122 the xstrduped original path.
10123 Fix PR gdb/417.
10124
10125 2002-03-27 Michael Snyder <msnyder@redhat.com>
10126
10127 * breakpoint.c (_initialize_breakpoint): Clean up help string.
10128 * infcmd.c (_initialize_infcmd): Ditto.
10129 * language.c (_initialize_language): Ditto.
10130 * symfile.c (_initialize_symfile): Ditto.
10131 * top.c (_init_main): Ditto.
10132 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10133
10134 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
10135
10136 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
10137 vector registers handling.
10138 (skip_prologue): Handle new AltiVec instructions. Fill in new
10139 fields of frame data.
10140 (frame_get_saved_regs): Fill in information for AltiVec registers.
10141
10142 2002-03-27 Jim Blandy <jimb@redhat.com>
10143
10144 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
10145 a function; leave this macro here to invoke that function.
10146 (symbol_init_mangled_name): Declaration for that function.
10147 * symtab.c (symbol_init_mangled_name): New function.
10148
10149 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10150
10151 * valarith.c: Replace strerror with safe_strerror.
10152 * tracepoint.c: Ditto.
10153 * lin-lwp.c: Ditto.
10154 * go32-nat.c: Ditto.
10155 * inflow.c: Ditto.
10156 * gnu-nat.c: Ditto.
10157
10158 2002-03-27 Andreas Schwab <schwab@suse.de>
10159
10160 * event-top.c (command_line_handler): Remove useless if.
10161
10162 2002-03-27 Andreas Jaeger <aj@suse.de>
10163
10164 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10165 comment.
10166
10167 2002-03-27 Michal Ludvig <mludvig@suse.cz>
10168
10169 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10170 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10171 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10172 (x86_64_linux_dr_get_status, supply_gregset),
10173 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10174 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10175 (x86_64_register_info_table): Add.
10176 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10177 (x86_64_register_raw_size, x86_64_register_virtual_type),
10178 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10179 general x86_64_register_info_table.
10180 (i386_gdbarch_init): gdbarch_register_bytes is now set
10181 dynamicaly during initialization.
10182 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10183 * gdbserver/linux-x86-64-low.c: Ditto.
10184
10185 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10186
10187 * gdbserver/server.c (main): Call target_signal_to_host_p
10188 and target_signal_to_host on signals received from the remote.
10189 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10190 target_signal_from_host on signals sent to the remote.
10191 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10192 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10193
10194 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10195
10196 * signals/signals.c: Include "server.h" in gdbserver build.
10197 (target_signal_from_name): Don't use STREQ.
10198 (_initialize_signals): Likewise. Don't include function in
10199 gdbserver build.
10200
10201 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10202
10203 * signals.c: Moved to...
10204 * signals/signals.c: Here.
10205 * Makefile (signals.o): Update.
10206
10207 2002-03-26 Jeff Law (law@redhat.com)
10208
10209 * somread.c (som_symtab_read): Remove some commented out code and
10210 updated related comments. Do not set the minimal symbol table to
10211 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10212 in a dynamic executable.
10213 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10214 where we are unable to find the minimal symbol for the given
10215 PC value.
10216
10217 2002-03-25 Jeff Law (law@redhat.com)
10218
10219 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10220
10221 2002-03-25 Michal Ludvig <mludvig@suse.cz>
10222
10223 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10224
10225 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10226
10227 * command.h: Update copyright.
10228 (struct cmd_list_element): Replace definition with opaque
10229 declaration.
10230 (enum cmd_types): Document that it will eventually be moved to
10231 cli/cli-decode.h
10232 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10233 (MALLOCED_REPLACEMENT): Delete macro.
10234 * Makefile.in (cli_decode_h): Add $(command_h).
10235 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10236 * top.c: Include "cli/cli-decode.h".
10237 * completer.c: Include "cli/cli-decode.h".
10238 * maint.c: Include "cli/cli-decode.h".
10239 * cli/cli-decode.h: Include "command.h".
10240 (enum command_class): Delete.
10241 (enum cmd_types): Comment out.
10242 (enum cmd_auto_boolean): Delete.
10243 (enum var_types): Delete.
10244
10245 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10246
10247 * cli/cli-decode.c: Include "gdb_assert.h".
10248 (add_set_or_show_cmd): New static function.
10249 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10250 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10251 all fields, such as func, from the set command.
10252
10253 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10254
10255 * MAINTAINERS (sh-elf): Change warning flag to -w.
10256
10257 2002-03-23 Andrew Cagney <cagney@redhat.com>
10258
10259 * defs.h (error): Add printf format attribute.
10260 * thread-db.c (thread_from_lwp): Fix error format string.
10261 * stack.c (parse_frame_specification): Ditto.
10262 * cli/cli-decode.c (undef_cmd_error): Ditto.
10263 * scm-lang.c (scm_lookup_name): Ditto.
10264 * tracepoint.c (trace_error): Ditto.
10265 * remote-utils.c (usage): Ditto.
10266 * remote.c (compare_sections_command): Ditto.
10267 Fix PR gdb/328.
10268
10269 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10270
10271 * gdbtypes.c (append_composite_type_field): New function.
10272 (init_composite_type): New function.
10273 * gdbtypes.h (append_composite_type_field): Declare.
10274 (init_composite_type): Ditto.
10275
10276 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10277
10278 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10279 function.
10280 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10281 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10282 structure returning convention for SYSV ABI case, but not
10283 for GNU/Linux, FreeBSD, or NetBSD.
10284
10285 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10286
10287 * symtab.h (lookup_block_symbol): Add mangled_name argument
10288 to prototype.
10289
10290 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10291 with new mangled_name argument.
10292 * linespec.c (decode_line_1): Likewise.
10293 * valops (value_of_this): Likewise.
10294 * symtab.c (lookup_transparent_type): Likewise.
10295 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10296 (lookup_symbol): If we are given a mangled name, pass it down
10297 to lookup_symbol_aux.
10298 (lookup_block_symbol): If we are given a mangled name to check
10299 against, only return symbols which match it.
10300
10301 2002-03-22 Christopher Faylor <cgf@redhat.com>
10302
10303 * win32-nat.c (child_create_inferior): Check for proper shell to use
10304 here, in case the user changes it on the fly.
10305 (_initialize_inftarg): Remove shell path considerations.
10306
10307 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10308
10309 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10310 for gdbarch_max_register_raw_size and max_register_virtual_size.
10311 Adjust copyright year.
10312
10313 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10314
10315 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10316 in a function to cover the entire beginning of the function
10317 as well if it does not already.
10318
10319 2002-03-21 Tom Rix <trix@redhat.com>
10320
10321 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10322 (rs6000_ptrace64): Renamed from ptrace64.
10323
10324 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10325
10326 * gdbserver/remote-utils.c (remote_open): Don't call
10327 getprotobyname, we're all using TCP here so just use
10328 IPPROTO_TCP.
10329 * gdbserver/gdbreplay.c (remote_open): Ditto.
10330
10331 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10332
10333 * regcache.c (_initialize_regcache): No need to call
10334 build_regcache() at this time; it gets called whenever
10335 the gdbarch changes.
10336
10337 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10338
10339 * sparc-nat.c: Include sys/param.h where possible.
10340
10341 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10342
10343 Fix PR gdb/422.
10344 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10345 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10346 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10347 complex types.
10348 * stabsread.c (rs6000_builtin_type): Likewise.
10349 (read_sun_floating_type): Likewise.
10350
10351 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10352
10353 * stabsread.c (read_member_functions): Remove skip code for duplicate
10354 constructor/destructor methods. Use standard parsing for these
10355 methods and just do not chain them to the list of methods after
10356 parsing.
10357
10358 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10359
10360 * coffread.c: Remove redundant static declarations. Replace
10361 occurrences of `PTR' with `void *'.
10362 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10363 * top.h (quit_cover): Likewise.
10364 * defs.h (catch_errors): Likewise.
10365
10366 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10367
10368 * defs.h (XMALLOC): Define.
10369 * gdb-events.sh (XMALLOC): Delete macro.
10370 * gdb-events.c, gdb-events.h: Regenerate.
10371 * gdbarch.sh (XMALLOC): Delete macro.
10372 * gdbarch.c: Regenerate.
10373 * serial.c (XMALLOC): Delete macro.
10374 * ui-file.c (XMALLOC): Ditto.
10375 * ser-unix.h (XMALLOC): Ditto.
10376 * sh-tdep.c (XMALLOC): Ditto.
10377 * ui-out.c (XMALLOC): Ditto.
10378 * utils.c (XMALLOC): Ditto.
10379 * i386-tdep.c (XMALLOC): Ditto.
10380 * gdb-events.c (XMALLOC): Ditto.
10381 * d10v-tdep.c (XMALLOC): Ditto.
10382 * cli-out.c (XMALLOC): Ditto.
10383
10384 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10385 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10386 * ui-file.c, ui-out.c: Ditto.
10387
10388 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10389
10390 * command.h (struct cmd_list_element): Add field context.
10391 (set_cmd_context, get_cmd_context): Declare.
10392 * cli/cli-decode.h: Ditto.
10393 * cli/cli-decode.c (get_cmd_context): New function.
10394 (set_cmd_context): New function.
10395 (add_cmd): Initialize context.
10396 Part of fixing PR gdb/145 and PR gdb/146.
10397
10398 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10399
10400 * cli/cli-decode.c (cmd_type): New function.
10401 * command.h (cmd_type): Declare.
10402 * infrun.c (set_schedlock_func): Call function cmd_type.
10403 * kod.c (kod_set_os): Call cmd_type.
10404 * cris-tdep.c (cris_version_update): Use function cmd_type.
10405 (cris_mode_update, cris_abi_update): Ditto.
10406
10407 * command.h: (execute_cmd_post_hook): Declare.
10408 (execute_cmd_pre_hook): Declare.
10409 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10410 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10411 functions. Execute pre/post hook while ensuring that afterwords
10412 hook_in is cleared.
10413 * top.c (execute_command): Use execute_cmd_post_hook, and
10414 execute_cmd_pre_hook to execute pre/post commands.
10415 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10416 hook_stop_stub.
10417 (hook_stop_stub): Call execute_cmd_pre_hook.
10418
10419 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10420
10421 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10422 set'' and this leads to a core dump. Move xstrdup of
10423 operating_system to after check that it is not NULL.
10424
10425 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10426
10427 * kod.c (kod_set_os): Remove unnecessary check that
10428 ``command->type'' is set_cmd.
10429
10430 * valprint.c (set_input_radix): Use input_radix.
10431 (set_output_radix): Use output_radix.
10432 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10433 isn't reverted.
10434
10435 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10436
10437 * value.h (struct value): Delete field ``substring_addr''. Change
10438 aligner fields to force_doublest_align, force_longest_align,
10439 force_core_addr_align and force_pointer_aligh.
10440
10441 * value.h (struct value): Fix typo in above change.
10442
10443 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10444
10445 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10446 to fix internal_error from ``maintenance print architecture''.
10447
10448 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10449
10450 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10451 for gcc versions after gcc-2.8.1.
10452
10453 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10454
10455 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10456 for method resolution. Restore adjustment of ``this'' pointer after
10457 calling value_struct_elt, which was accidentally removed during the
10458 HP merge.
10459
10460 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10461
10462 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10463 value_of_register.
10464 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10465 get_saved_register.
10466 * value.h (value_of_register): Update.
10467
10468 2002-03-14 Richard Henderson <rth@redhat.com>
10469
10470 * configure.in: Detect declaration for canonicalize_file_name.
10471 * utils.c (canonicalize_file_name): Declare, if needed.
10472 (gdb_realpath): Prefer realpath if available and usable.
10473 * config.in, configure: Rebuild.
10474
10475 2002-03-14 Richard Henderson <rth@redhat.com>
10476
10477 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10478 a constant array bound.
10479
10480 * MAINTAINERS: Add myself to write-after-approval.
10481
10482 2002-03-14 Michael Snyder <msnyder@redhat.com>
10483
10484 * symfile.c (syms_from_objfile): Return immediately if no syms.
10485 (symbol_file_add): Return immediately if no syms.
10486 (find_sym_fns): Return immediately if no syms.
10487
10488 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10489
10490 * gdbserver/remote-util.c (remote_open): Print remote-side's
10491 IP address when remote debugging over the network.
10492
10493 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10494
10495 * config/sparc/fbsd.mh: Fix copyright.
10496 * config/sparc/fbsd.mt: Likewise.
10497
10498 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10499
10500 * MAINTAINERS: Fix typo in name of gdb warnings option.
10501 (x86-64): Fix formating so that this can be parsed by awk.
10502
10503 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10504
10505 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10506 * defs.h: Include "gdb/signals.h".
10507 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10508
10509 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10510
10511 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10512 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10513 from x86-64-tdep.h
10514
10515 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10516 Don Howard <dhoward@redhat.com>
10517
10518 * mips-tdep.c (ST0_FR): Define.
10519 (mips2_fp_compat): New function, temporarily disabled.
10520 (mips_read_fp_register_single): New function.
10521 (mips_read_fp_register_double): New function.
10522 (mips_print_register): Use them.
10523 (do_fp_register_row): Likewise.
10524
10525 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10526
10527 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10528 approval''.
10529
10530 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10531
10532 * stabsread.c (read_member_functions): Fix is_stub test for
10533 static member functions, improve comment.
10534
10535 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10536
10537 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10538 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10539 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10540 commands that set boolean values.
10541 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10542 (arm_rdi_resume): Always initialize PC.
10543 (arm_rdi_open): Don't use rslt as a boolean.
10544 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10545 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10546 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10547 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10548
10549 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10550
10551 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10552 * configure: Rebuilt.
10553
10554 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10555
10556 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10557 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10558
10559 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10560
10561 * cli/cli-decode.c (set_cmd_completer): New function.
10562 * command.h (set_cmd_completer): Declare.
10563 * cli/cli-decode.h (set_cmd_completer): Ditto.
10564
10565 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10566 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10567 * win32-nat.c (_initialize_inftarg): Ditto.
10568 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10569 * proc-api.c (_initialize_proc_api): Ditto.
10570 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10571 * source.c (_initialize_source): Ditto.
10572 * exec.c (_initialize_exec): Ditto.
10573 * solib.c (_initialize_solib): Ditto.
10574 * top.c (init_main): Ditto.
10575 * tracepoint.c (_initialize_tracepoint): Ditto.
10576 * symfile.c (_initialize_symfile): Ditto.
10577 * printcmd.c (_initialize_printcmd): Ditto.
10578 * infcmd.c (_initialize_infcmd): Ditto.
10579 * corefile.c (_initialize_core): Ditto.
10580
10581 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10582
10583 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10584
10585 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10586
10587 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10588
10589 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10590
10591 * NEWS: Update headings, 5.2 has branched.
10592
10593 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10594
10595 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10596 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10597 (register_addr, REGISTER_RAW_SIZE): Likewise.
10598 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10599 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10600
10601 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10602
10603 * MAINTAINERS (x86-64): Add myself.
10604 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10605 changed value_ptr -> struct value *
10606
10607 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10608
10609 * configure.host (sparc64-*-freebsd): Add.
10610 * configure.tgt: Likewise.
10611 * config/sparc/fbsd.mh: New file.
10612 * config/sparc/fbsd.mt: Likewise.
10613 * config/sparc/nm-fbsd.h: Likewise.
10614 * config/sparc/tm-fbsd.h: Likewise.
10615
10616 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10617
10618 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10619 regformats/reg-s390x.dat.
10620
10621 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10622
10623 * utils.c: Add FIXME explaining true/false problem.
10624
10625 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10626
10627 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10628
10629 2002-02-28 Michael Chastain <mec@shout.net>
10630
10631 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10632
10633 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10634
10635 * gdbserver/linux-s390-low.c: New file.
10636 * regformats/reg-s390.dat: New file.
10637 * regformats/reg-s390x.dat: New file.
10638 * gdbserver/configure.srv: Add S/390.
10639 * gdbserver/Makefile.in: Add S/390.
10640 * configure.tgt: Enable gdbserver for S/390.
10641
10642 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10643
10644 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10645 first line of the doc string for "info dos", except at the end of
10646 the sentence, since the short help stops at the first period.
10647
10648 2002-02-28 Jason Merrill <jason@redhat.com>
10649
10650 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10651
10652 2002-02-27 Fred Fish <fnf@redhat.com>
10653
10654 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10655 comment (dumy -> dummy).
10656
10657 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10658
10659 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10660
10661 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10662
10663 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10664
10665 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10666
10667 * gdbserver/acconfig.h: New file.
10668 * gdbserver/i387-fp.c: New file.
10669 * gdbserver/i387-fp.h: New file.
10670 * gdbserver/linux-x86-64.c: New file.
10671 * regformats/reg-x86-64.dat: New file.
10672 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10673 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10674 * gdbserver/configure.in: Add support for regsets.
10675 * gdbserver/config.in: Regenerate.
10676 * gdbserver/configure: Regenerate.
10677 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10678 * gdbserver/linux-low.h: New file.
10679 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10680 for regsets.
10681 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10682 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10683 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10684 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10685 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10686 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10687 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10688 "i387-fp.h". Add PTRACE_GETREGS and friends.
10689 * gdbserver/regcache.c (supply_register): New function.
10690 (supply_register_by_name): New function.
10691 (collect_register): New function.
10692 (collect_register_by_name): New function.
10693
10694 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10695
10696 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10697 (config.status): Add configure.srv dependency.
10698 (server_h): Add config.h dependency.
10699
10700 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10701
10702 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10703 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10704 * gdbserver/configure.srv: Change i386-*-linux* to use
10705 reg-i386-linux.o.
10706
10707 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10708
10709 * x86-64-tdep.c: Re-indent. Update copyright date.
10710
10711 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10712
10713 From Michal Ludvig <mludvig@suse.cz>:
10714 * x86-64-tdep.c (value.h): Delete.
10715 (gdb_assert.h): Include.
10716 (x86_64_register_convert_to_virtual,
10717 x86_64_register_convert_to_raw ): Add check which lets only
10718 floating-point values to be converted.
10719 (value_push): Delete.
10720 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10721 (i386_gdbarch_init): Number of register_bytes fixed.
10722
10723 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10724
10725 * MAINTAINERS: Add x86-64 target.
10726
10727 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10728
10729 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10730 * osfsolib.c (solib_map_sections): Ditto.
10731 * irix5-nat.c (solib_map_sections): Ditto.
10732 * corelow.c (gdb_check_format): Ditto.
10733 * symfile.c (symfile_bfd_open): Ditto.
10734 * solib.c (solib_map_sections): Ditto.
10735 Fix PR gdb/354.
10736
10737 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10738
10739 * remote.c (_initialize_remote): By default, disable ``e'' and
10740 ``E'' step out-of-range packets.
10741
10742 2002-02-26 Andreas Schwab <schwab@suse.de>
10743
10744 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10745 m68k_linux_frame_saved_pc.
10746 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10747 in_sigtramp.
10748 (SIGCONTEXT_PC_OFFSET): Remove.
10749 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10750 m68k_linux_sigtramp_saved_pc): New functions.
10751 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10752 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10753 (UCONTEXT_PC_OFFSET): Define.
10754 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10755 non-RT and RT signal trampolines.
10756
10757 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10758
10759 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10760 (TARGET_NBPG, STACK_END_ADDR): Delete
10761 (VARIABLES_INSIDE_BLOCK): Delete.
10762
10763 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10764
10765 * utils.c (perror_with_name): Make string parameter constant.
10766 (print_sys_errmsg): Ditto.
10767 (query): Ditto.
10768 * defs.h (perror_with_name): Update.
10769 (print_sys_errmsg): Update.
10770 (query): Update.
10771
10772 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10773
10774 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10775 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10776
10777 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10778
10779 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10780 if it already matches the current architecture from the exec file.
10781 Include arch-utils.h for gdbarch_info_init prototype.
10782 * Makefile.in (rs6000-nat.o): Update dependencies.
10783
10784 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10785
10786 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10787 list of exported variables.
10788
10789 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10790
10791 * gdbserver/configure.srv: New file.
10792 * gdbserver/configure.in: Use configure.srv instead
10793 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10794 from it.
10795 * gdbserver/configure: Regenerated.
10796 * gdbserver/terminal.h: New file.
10797 * gdbserver/Makefile.in: Update for configure changes. Remove
10798 more unneeded include paths.
10799
10800 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10801
10802 From wiz at danbala:
10803 * config/sparc/tm-sp64.h: Fix grammar and typos.
10804 Fix PR gdb/287.
10805
10806 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10807
10808 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10809 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10810 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10811 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10812 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10813 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10814 * s390-tdep.c: Ditto.
10815 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10816 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10817 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10818 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10819 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10820 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10821 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10822 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10823 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10824 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10825 Fix PR gdb/378.
10826
10827 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10828
10829 * lin-thread.c: Delete file.
10830 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10831 to gdb_proc_service.h.
10832 * configure: Re-generate.
10833
10834 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10835 * serial.c (serial_open): Delete check for "ocd".
10836 Fix PR gdb/349.
10837
10838 * Makefile.in (linux-thread.o): Delete target.
10839 * linux-thread.c: Delete file.
10840
10841 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10842 renamed SH files to be consistent.
10843
10844 * symtab.c (sort_search_symbols): Use xfree.
10845
10846 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10847
10848 * arm-linux-tdep.c (arm_linux_init_abi): Register
10849 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10850 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10851 definition with undef, since we don't want the sysvr4 definition.
10852 (SKIP_TRAMPOLINE_CODE): Likewise.
10853
10854 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10855
10856 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10857
10858 * configure.in: (AC_CHECK_FUNCS) Added test for
10859 canonicalize_file_name Regenerated.
10860 * config.in, configure: Regenerated.
10861 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10862 defined use canonicalize_file_name.
10863
10864 2002-02-23 Michael Chastain <mec@shout.net>
10865
10866 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10867
10868 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10869
10870 * README: Remove references to cygnus.com.
10871 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10872 dot com'' form. Remove references to cygnus.com and sourceware.
10873
10874 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10875
10876 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10877 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10878 1003.1-2001 no longer allows "head -1".
10879 * gdb/Makefile.in (version.c): Likewise.
10880 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10881 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10882 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10883
10884 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10885
10886 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10887 * command.h (cmd_cfunc_eq): Declare.
10888 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10889
10890 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10891 ``struct cmd_list_element *''.
10892 * cli/cli-cmds.c (is_complete_command): Update. Use
10893 cmd_cfunc_eq.
10894 * top.c (execute_command): Pass the command to
10895 is_complete_command.
10896 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10897
10898 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10899
10900 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10901 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10902 architecture defines.
10903 * s390-tdep.c (s390_gdbarch_init): Likewise.
10904
10905 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10906
10907 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10908 (arm_linux_push_arguments): Likewise.
10909 (arm_linux_init_abi): Register them. Also register linux-specific
10910 call_dummy_words.
10911 (find_minsym_and_objfile): Use strcmp, not STREQ.
10912 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10913 (arm_linux_call_dummy_words): Delete declaration.
10914 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10915 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10916 declarations.
10917 (LOWEST_PC): Delete.
10918
10919 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10920
10921 * maint.c (print_section_info): Do not prepend `0x' to filepos
10922 output, it will be handled by local_hex_string_custom.
10923
10924 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10925
10926 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10927 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10928 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10929
10930 2002-02-22 Jim Blandy <jimb@redhat.com>
10931
10932 Indicate that the bcache functions don't change the strings
10933 they're passed.
10934 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10935 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10936
10937 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10938
10939 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10940
10941 2002-02-21 Christopher Faylor <cgf@redhat.com>
10942
10943 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10944 find the complete path to a loaded DLL.
10945
10946 2002-02-21 Fred Fish <fnf@redhat.com>
10947
10948 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10949 that marks the end of the range of a function, enter a line number
10950 entry that has a line number of zero and a PC offset that matches
10951 the end of the function. This starts a range of PC's for which no
10952 line number information is known.
10953 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10954 PC's for which no line number info is found (line number is zero)
10955 then we didn't find any valid line information.
10956 * symtab.h: Document use of zero line number entry.
10957
10958 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10959
10960 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10961 (have_ptrace_getvrregs): Define for run time checks.
10962 (gdb_vrregset_t): New type for Altivec register handling.
10963 (fetch_register, store_register): Fetch/store altivec register
10964 when needed.
10965 (fetch_altivec_register, store_altivec_register): New functions.
10966 (supply_vrregset, fill_vrregset): New functions.
10967 (fetch_altivec_registers, store_altivec_registers): New functions.
10968 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10969 registers as well.
10970
10971 2002-02-21 Jiri Smid <smid@suse.cz>
10972
10973 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10974
10975 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10976
10977 * Makefile.in (armnbsd-nat.o): Update dependencies.
10978 * armnbsd-nat.c (supply_gregset): New function. Common code to
10979 supply the integer register set.
10980 (supply_fparegset): New function. Similar for FPA registers.
10981 (fetch_regs, fetch_fp_regs): Use them.
10982 (fetch_core_registers): Likewise.
10983 (fetch_elfcore_registers): New function.
10984 (arm_netbsd_elfcore_fns): New core-file type specification.
10985 (_initialize_arm_netbsd_nat): Register it.
10986
10987 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10988
10989 * armnbsd-nat.c: Include gdbcore.h.
10990 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10991 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10992 'void' to declaration, to shut up ARI.
10993 (fetch_core_registers): Make static. Rewrite using supply_register.
10994 (arm_netbsd_core_fns): New core-file type specification.
10995 (_initialize_arm_netbsd_nat): New function.
10996
10997 2002-02-21 Christopher Faylor <cgf@redhat.com>
10998
10999 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
11000 value.
11001
11002 2002-02-20 Christopher Faylor <cgf@redhat.com>
11003
11004 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
11005 fails.
11006
11007 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11008
11009 * jv-exp.y (parse_number): Change type of implicit longs
11010 to builtin_type_uint64.
11011
11012 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11013
11014 * gdbserver/linux-low.c (mywait): Change argument to waitpid
11015 to be an integer instead of a `union wait'.
11016
11017 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11018
11019 * mips-linux-nat.c: Call the operating system GNU/Linux.
11020 * mips-linux-tdep.c: Likewise.
11021 * mips-tdep.c: Likewise.
11022
11023 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11024
11025 Fix PR gdb/265.
11026 * jv-exp.y (parse_number): Handle 64-bit integers.
11027
11028 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11029
11030 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
11031 AC_STDC_HEADERS to AC_HEADER_STDC.
11032 * gdbserver/configure: Regenerated.
11033
11034 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11035
11036 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
11037 is defined.
11038 * sparc-tdep.c (get_longjmp_target): Likewise.
11039
11040 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11041
11042 * News: Add news about ARM and Multi-arch. Mention the new target
11043 arm*-*-netbsd*.
11044
11045 2002-02-19 Jim Blandy <jimb@redhat.com>
11046
11047 * stabsread.c (error_type_complaint): Improve error message.
11048
11049 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
11050
11051 * gdbserver/README: Update documentation.
11052 * gdbserver/configure.in: Update configury to match documentation.
11053 * gdbserver/Makefile.in: Likewise.
11054 * gdbserver/configure: Regenerated.
11055 * gdbserver/aclocal.m4: New file, generated by aclocal.
11056 * gdbserver/config.in: New file, generated by autoheader.
11057
11058 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11059
11060 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
11061 armnbsd-nat.c.
11062
11063 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11064
11065 * arm-tdep.h (enum arm_float_model): New enum.
11066 (struct gdbarch_tdep): Add fp_model.
11067 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
11068 up floating-point conversions until we know the floating-point model
11069 in use by the inferior. Don't complain about being unable to
11070 determine the ABI of the inferior when we don't have one.
11071 (arm_extract_return_value): Support different floating-point models.
11072 (arm_store_return_value): Likewise.
11073 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
11074 ARM_FLOAT_SOFT.
11075 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
11076
11077 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11078
11079 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
11080 of ``current_gdbarch''.
11081
11082 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11083
11084 * armnbsd-nat.c : ANSIfy all function declarations.
11085 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
11086 (fetch_inferior_registers): Re-implement in terms of above.
11087 (store_register, store_regs, store_fp_register, store_fp_regs): New.
11088 (store_inferior_registers): Re-implement in terms of above.
11089
11090 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11091
11092 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
11093 kernel.
11094 * arm-linux-tdep.c: Likewise.
11095 * config/arm/tm-linux.h: Likewise.
11096
11097 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11098
11099 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
11100 * config/arm/nbsd.mt (TM_FILE): Delete.
11101 * config/arm/tm-nbsd.h: Delete.
11102
11103 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11104
11105 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
11106 Initialize CALL_DUMMY_LENGTH.
11107
11108 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11109
11110 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
11111 function.
11112 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
11113 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
11114 defines one thing and that is incorrect for this port.
11115 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
11116
11117 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11118
11119 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
11120
11121 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11122
11123 * win32-nat.c (display_selector): New function. Displays information
11124 about the information returned by GetThreadSelectorEntry API function.
11125 (display_selectors): New function. Displays the infomation of
11126 the selector given as argument, or of CS, DS ans FS selectors
11127 if no argument is given.
11128 ( _initialize_inftarg): Add "w32" as info prefix command.
11129 Add "info w32 selector" as command calling display_selectors.
11130
11131 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11132
11133 * i386-tdep.c (get_longjmp_target): Fix compilation failure
11134 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
11135 if not defined.
11136
11137 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11138
11139 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
11140
11141 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11142
11143 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
11144 (arm_fix_call_dummy): Call it.
11145 (arm_call_dummy_breakpoint_offset): Delete.
11146 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
11147 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11148
11149 2002-02-18 Andrew Cagney <ac131313@redhat.com>
11150
11151 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
11152 Default to func_frame_chain_valid.
11153 * gdbarch.h, gdbarch.c: Re-generate.
11154 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11155
11156 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
11157
11158 * ppc-linux-nat.c: Update copyright.
11159 (fetch_register, store_register): Add tid parameter, don't compute
11160 tid here.
11161 (fetch_ppc_registers, store_ppc_registers): Add tid
11162 parameter. Pass it along to callees.
11163 (fetch_inferior_registers, store_inferior_registers): Compute tid
11164 here, and pass it to calleed functions.
11165 (fill_gregset, supply_fpregset): Clean up formatting.
11166
11167 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11168
11169 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11170 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11171
11172 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11173
11174 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11175 * gdbarch.c gdbarch.h: Regenerate.
11176 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11177 function.
11178 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11179 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11180 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11181
11182 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11183 * arm-tdep.c (arm_get_longjmp_target): New function.
11184 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11185 this to a positive value register arm_get_longjmp_target as the
11186 longjmp handler.
11187 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11188 (arm_linux_init_abi): Set up longjmp description in tdep.
11189 * armnbsd-nat.c (get_longjmp_target): Delete.
11190 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11191 description in tdep.
11192 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11193 (get_longjmp_target): Delete declaration.
11194 (GET_LONGJMP_TARGET): Delete.
11195 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11196 (GET_LONGJMP_TARGET): Delete.
11197
11198 2002-02-17 Kevin Buettner <kevinb@redhat.com>
11199
11200 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11201 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11202 of ``current_gdbarch''.
11203
11204 2002-02-17 Tom Tromey <tromey@redhat.com>
11205
11206 * cli/cli-cmds.c (compare_strings): New function.
11207 (complete_command): Only print each unique item once.
11208 * completer.h (complete_line): Declare.
11209 * completer.c (complete_line): New function.
11210 (line_completion_function): Use it.
11211
11212 2002-02-16 Andrew Cagney <ac131313@redhat.com>
11213
11214 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11215 * gdbarch.h, gdbarch.c: Re-generate.
11216
11217 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11218
11219 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11220
11221 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11222
11223 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11224 * valops.c (value_arg_coerce): Don't take the address of a reference
11225 to convert an argument to a reference.
11226
11227 2002-02-15 Christopher Faylor <cgf@redhat.com>
11228
11229 * win32-nat.c (get_image_name): New function.
11230 (handle_load_dll): Use get_image_name function.
11231 (get_child_debug_event): Avoid registering debug events until possibly
11232 execed process is started.
11233 (child_create_inferior): Allow invocation via shell so that command
11234 line redirection, etc. works ok.
11235 (_initialize_inftarg): Add new command: "set shell" to control whether
11236 a shell is used to start a process.
11237
11238 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11239
11240 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11241 instead of find_register_by_number.
11242 (cannot_store_register): Likewise.
11243
11244 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11245
11246 * dwarf2read.c: Replace fprintf (stderr, ...) by
11247 fprintf_unfiltered (gdb_stderr, ...).
11248
11249 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11250
11251 * gdbserver/gdbserver.1: Document --attach.
11252
11253 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11254
11255 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11256 descriptions.
11257 * arm-tdep.c (arm_default_arm_le_breakpoint)
11258 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11259 (arm_default_thumb_be_breakpoint): New. Initialize them from
11260 traditional breakpoint defines.
11261 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11262 (arm_gdbarch_init): Initialize new breakpoint variables.
11263 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11264 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11265 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11266 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11267 code out to ...
11268 (arm_netbsd_init_abi_common): ... here; new function.
11269 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11270 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11271 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11272 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11273
11274 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11275
11276 * arm-tdep.h (enum arm_abi): New enum.
11277 (struct gdbarch_tdep): New structure.
11278 (LOWEST_PC): Provide a default.
11279 (arm_gdbarch_register_os_abi): Declare new function.
11280 * arm-tdep.c (arm_abi_names): New array.
11281 (process_note_abi_tag_sections): New function.
11282 (get_elfosabi): New function.
11283 (arm_gdbarch_register_os_abi): New function.
11284 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11285 support for that ABI has been built in, then call the appropriate
11286 configuration routine. Use gdbarch_num_regs() to get the number
11287 of registers.
11288 (arm_dump_tdep): New function.
11289 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11290 place-holder functions.
11291 (_initialize_arm_tdep): Register them.
11292 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11293
11294 * armnbsd-tdep.c: New file.
11295 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11296 * config/arm/nbsd.mt (TDEPFILES): Add it.
11297 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11298
11299 * armnbsd-nat.c: Include regcache.h.
11300 * Makefile.in (armnbsd-nat.o): Update dependency list.
11301
11302 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11303
11304 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11305
11306 * gdbserver/Makefile.in: Fix typos in target rules.
11307
11308 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11309
11310 Fix part of PR gdb/267.
11311 * linespec.c (find_methods): Handle constructors specially for now.
11312
11313 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11314
11315 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11316 handling.
11317 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11318 standard_coerce_float_to_double().
11319
11320 2002-02-14 Christopher Faylor <cgf@redhat.com>
11321
11322 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11323 GDBINIT_FILENAME.
11324
11325 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11326
11327 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11328 find_variant_by_name, because it confuses the multiarch
11329 framework. Return NULL if there isn't an architecture with the
11330 user supplied name, instead of forcing a different one without
11331 recording the change with the multiarch machinery.
11332 (find_variant_by_name): Delete.
11333
11334 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11335
11336 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11337 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11338
11339 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11340
11341 * stack.c (print_frame_info_base): When calling
11342 print_frame_info_listing_hook, set current_source_symtab.
11343
11344 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11345
11346 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11347 and remove unused $(INCLUDE_DIR).
11348 Add regcache.c to OBS.
11349 Add generated register protocol files to clean target.
11350 Update dependencies for new objects, obsolete old target code.
11351
11352 * gdbserver/linux-low.c: Remove all platform-specific code to
11353 new files. Remove various dead code. Update to use regcache
11354 functionality.
11355 * gdbserver/remote-utils.c (fromhex): Add return statement
11356 to quiet warning.
11357 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11358 constant.
11359 (input_interrupt): Add integer parameter to match prototype
11360 of a signal handler.
11361 (outreg): Use register_data ().
11362 (prepare_resume_reply): Use gdbserver_expedite_regs.
11363 * gdbserver/server.c (main): Dynamically allocate own_buf because
11364 PBUFSIZ is no longer constant. Use registers_to_string () and
11365 registers_from_string ().
11366 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11367 for error (), fatal (), and warning (). Update definition of
11368 PBUFSIZ to use regcache functionality. Add include guard.
11369 * gdbserver/utils.c (fatal): Add missing ``const''.
11370 (warning): New function.
11371
11372 * regformats/regdat.sh: Include "regcache.h" in generated files.
11373 Provide init_registers () function.
11374 * regformats/regdef.h: Add prototype for set_register_cache ().
11375 Add include guard.
11376
11377 * gdbserver/linux-arm-low.c: New file.
11378 * gdbserver/linux-i386-low.c: New file.
11379 * gdbserver/linux-ia64-low.c: New file.
11380 * gdbserver/linux-m68k-low.c: New file.
11381 * gdbserver/linux-mips-low.c: New file.
11382 * gdbserver/linux-ppc-low.c: New file.
11383 * gdbserver/linux-sh-low.c: New file.
11384
11385 * gdbserver/regcache.c: New file.
11386 * gdbserver/regcache.h: New file.
11387
11388 * gdbserver/low-linux.c: Removed obsolete file.
11389
11390 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11391
11392 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11393 * config/i386/linux.mt: Likewise.
11394 * config/ia64/linux.mt: Likewise.
11395 * config/m68k/linux.mh: Likewise.
11396 * config/powerpc/linux.mh: Likewise.
11397 * config/mips/linux.mt: Likewise.
11398
11399 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11400
11401 * config/i386/i386lynx.mh: Mark gdbserver variables
11402 as (currently) obsolete for this target.
11403 * config/i386/nbsd.mt: Likewise.
11404 * config/i386/nbsdelf.mt: Likewise.
11405 * config/m32r/m32r.mt: Likewise.
11406 * config/m68k/m68klynx.mh: Likewise.
11407 * config/m68k/nbsd.mt: Likewise.
11408 * config/m68k/sun3os4.mh: Likewise.
11409 * config/mips/vr5000.mt: Likewise.
11410 * config/ns32k/nbsd.mt: Likewise.
11411 * config/pa/hppabsd.mh: Likewise.
11412 * config/pa/hppaosf.mh: Likewise.
11413 * config/powerpc/nbsd.mt: Likewise.
11414 * config/rs6000/rs6000lynx.mh: Likewise.
11415 * config/s390/s390.mt: Likewise.
11416 * config/s390/s390x.mt: Likewise.
11417 * config/sparc/sparclynx.mh: Likewise.
11418 * config/sparc/sun4os4.mh: Likewise.
11419 * config/i386/x86-64linux.mt: Likewise.
11420 * config/sparc/linux.mh: Likewise.
11421
11422 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11423
11424 * configure.tgt: Configure gdbserver only for known working
11425 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11426 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11427 SUBDIRS if it is configured. Update comment for ${nativefile}.
11428 * configure: Regenerated.
11429
11430 2002-02-13 Michael Snyder <msnyder@redhat.com>
11431
11432 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11433
11434 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11435 (default_gcore_mach): Just return 0, work around a problem in bfd.
11436 (default_gcore_target): OK to return NULL if exec_bfd is null.
11437 (make_mem_sec): Use a cast, avoid a warning.
11438
11439 * procfs.c (find_memory_regions_callback): Use a cast instead of
11440 calling host_pointer_to_address (which complains if
11441 sizeof (host pointer) != sizeof (target pointer)).
11442 (procfs_make_note_section): Avoid overflow in psargs string.
11443
11444 * procfs.c (procfs_make_note_section): Make the default
11445 implementation return an error.
11446
11447 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11448
11449 * procfs.c (procfs_make_note_section): Provide a default definition
11450 (for alpha-dec-osf4.0f). Fix typos.
11451
11452 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11453
11454 * linux-proc.c: Add include of regcache.h.
11455 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11456
11457 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11458
11459 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11460 * memattr.c (create_mem_region): Disallow useless empty region.
11461 Regions are half-open intervals, so allow [A..B) [B..C) as
11462 non-overlapping.
11463
11464 2002-02-13 Michael Chastain <mec@shout.net>
11465
11466 * defs.h: Kill CONST_PTR.
11467 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11468 * c-lang.c (c_builtin_types): Likewise.
11469 * ch-lang.c (ch_builtin_types): Likewise.
11470 * f-lang.c (f_builtin_types): Likewise.
11471 * language.c (unknown_builtin_types): Likewise.
11472 * m2-lang.c (m2_builtin_types): Likewise.
11473 * p-lang.c (pascal_builtin_types): Likewise.
11474 * scm-lang.c (c_builtin_types): Likewise.
11475
11476 2002-02-13 Keith Seitz <keiths@redhat.com>
11477
11478 * arm-tdep.h (arm_get_next_pc): Add declaration.
11479
11480 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11481
11482 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11483 with other related struct-returning functions.
11484 (arm_extract_struct_value_address): New function.
11485 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11486 initialize float_format, double_format and long_double_format as
11487 appropriate to the endianness of the target.
11488 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11489 (arm_use_struct_convention): Delete declaration.
11490 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11491
11492 2002-02-13 Keith Seitz <keiths@redhat.com>
11493
11494 * defs.h (core_addr_to_string_nz): New function.
11495
11496 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11497
11498 Apply missing bits of 2002-01-15 patch.
11499 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11500 (fill_fpregset): Use i387_fill_fsave.
11501
11502 2002-02-12 Keith Seitz <keiths@redhat.com>
11503
11504 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11505 (core_addr_to_string_nz): New function.
11506
11507 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11508
11509 * arm-linux-nat.c: Really include arm-tdep.h.
11510 * config/arm/tm-linux.h (struct type, struct value): Declare.
11511
11512 2002-02-11 Michael Snyder <msnyder@redhat.com>
11513
11514 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11515 (gcore section): Ifdef for Solaris and Unixware only.
11516 (procfs_do_thread_registers): Unixware needs one lwpstatus
11517 per thread (not one prstatus or pstatus).
11518 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11519 not over all gdb threads. For unixware, call elfcore_write_pstatus
11520 once before iterating over threads.
11521
11522 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11523
11524 * arm-tdep.h: New file.
11525 * arm-tdep.c: Include arm-tdep.h.
11526 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11527 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11528 (arm_print_float_info, arm_register_type, convert_to_extended)
11529 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11530 (arm_extract_return_value, arm_register_name): Make static.
11531 (arm_software_single_step): Similarly. Fix types in declaration.
11532 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11533 (arm_store_return_value, arm_store_struct_return): New functions.
11534 (arm_gdbarch_init): Register the above functions. Also register
11535 call_dummy_start_offset, sizeof_call_dummy_words,
11536 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11537 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11538 max_register_virtual_size, register_size. Set up
11539 prologue_cache.saved_regs here, rather than ...
11540 (_initialize_arm_tdep): ... here.
11541 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11542 declarations.
11543 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11544 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11545 (arm_print_float_info, arm_register_type, convert_to_extended)
11546 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11547 (arm_extract_return_value, arm_register_name): Delete declarations.
11548 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11549 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11550 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11551 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11552 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11553 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11554 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11555 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11556 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11557 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11558 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11559 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11560 interface.
11561 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11562 * remote-rdi.c remote-rdp.c: Likewise.
11563 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11564 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11565 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11566 definition.
11567
11568 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11569 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11570 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11571 from non-ARM_ prefixed definitions.
11572 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11573 all uses of above.
11574 * remote-rdi.c remote-rdp.c: Likewise.
11575 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11576
11577 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11578
11579 * arm-tdep.c (arm_frameless_function_invocation)
11580 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11581 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11582 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11583 (arm_pop_frame, arm_get_next_pc): Make static.
11584 (arm_gdbarch_init): Register above in gdbarch structure.
11585 (arm_read_fp): Renamed from arm_target_read_fp.
11586 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11587 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11588 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11589 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11590 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11591 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11592 (arm_pc_is_thumb_dummy): Delete declarations.
11593 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11594 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11595 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11596 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11597
11598 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11599
11600 * symtab.c (compare_search_syms): New function.
11601 (sort_search_symbols): New function.
11602 (search_symbols): Sort symbols after searching rather than
11603 before.
11604
11605 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11606
11607 * NEWS: Linux -> GNU/Linux.
11608
11609 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11610
11611 * gdbarch.sh: For for level one methods, disallow a definition
11612 when partially multi-arched. Add comments explaining rationale.
11613 * gdbarch.h: Re-generate.
11614
11615 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11616
11617 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11618 multi-arch partial.
11619
11620 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11621
11622 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11623 field. Use diff -u.
11624 * gdbarch.c: Re-generate.
11625
11626 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11627
11628 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11629 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11630 partial.
11631
11632 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11633
11634 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11635 multi-arch partial.
11636 (PUSH_ARGUMENTS): Switch to using predefault.
11637 * gdbarch.c: Regenerate.
11638
11639 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11640
11641 * valops.c (PUSH_ARGUMENTS): Delete definition.
11642 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11643 partial. Default to default_push_arguments.
11644 * gdbarch.h, gdbarch.c: Regenerate.
11645
11646 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11647
11648 * defs.h (throw_exception): Rename return_to_top_level. Update
11649 comments.
11650 * utils.c (error_stream, internal_verror, quit): Ditto.
11651 * top.c (throw_exception, catcher): Ditto.
11652 * sparclet-rom.c (sparclet_load): Ditto.
11653 * remote.c (interrupt_query, minitelnet): Ditto.
11654 * remote-sds.c (interrupt_query): Ditto.
11655 * remote-mips.c (mips_error, mips_kill): Ditto.
11656 * ocd.c (interrupt_query): Ditto.
11657 * monitor.c (monitor_interrupt_query): Ditto.
11658 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11659 * target.h: Update comment.
11660
11661 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11662
11663 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11664
11665 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11666 default_double_format.
11667 * gdbarch.h, gdbarch.c: Re-generate.
11668 * findvar.c (floatformat_unknown): Delete variable definition.
11669 * doublest.h (floatformat_unknown): Delete variable declaration.
11670
11671 2002-02-09 Jim Blandy <jimb@redhat.com>
11672
11673 * stabsread.c (read_type): Add code to parse Sun's syntax for
11674 prototyped function types.
11675
11676 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11677
11678 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11679 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11680
11681 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11682
11683 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11684 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11685 now _initialize_xcoffsolib gets called again and overrides the
11686 commands from solib.c in a native configuration.
11687
11688 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11689
11690 * doublest.c (store_typed_floating): Don't try to return a value.
11691 Fixes PR gdb/290.
11692
11693 2002-02-08 Jim Blandy <jimb@redhat.com>
11694
11695 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11696 is prototyped and has no arguments, print its argument list as
11697 `(void)'.
11698
11699 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11700
11701 * MAINTAINERS (write-after-approval): Add myself.
11702 (paper-trail): I've escaped!
11703
11704 2002-02-08 Christopher Faylor <cgf@redhat.com>
11705
11706 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11707 changes.
11708 (_initialize_check_for_gdb_ini): Ditto.
11709
11710 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11711
11712 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11713 xaprintf -> xasprintf.
11714
11715 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11716
11717 * win32-nat.c: Remove use of printf and sprintf functions.
11718
11719 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11720
11721 * arm-tdep.c (arm_frame_chain_valid): Make static.
11722 (arm_push_arguments): Likewise.
11723 (arm_gdbarch_init): New function.
11724 (_initialize_arm_tdep): Call it.
11725 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11726 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11727 (FRAME_CHAIN_VALID): Delete.
11728 (arm_frame_chain_valid): Delete declaration.
11729 (PUSH_ARGUMENTS): Delete.
11730 (arm_push_arguments): Delete declaration.
11731 (CALL_DUMMY_P): Delete.
11732
11733 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11734 Corinna Vinschen <vinschen@redhat.com>
11735
11736 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11737 on builtin float types.
11738
11739 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11740
11741 * utils.c: Include <curses.h> before "bfd.h".
11742 * tui/tui-hooks.c: Likewise.
11743 * tui/tui.c: Likewise.
11744 * tui/tuiCommand.c: Likewise.
11745 * tui/tuiData.c: Likewise.
11746 * tui/tuiDataWin.c: Likewise.
11747 * tui/tuiDisassem.c: Likewise.
11748 * tui/tuiGeneralWin.c: Likewise.
11749 * tui/tuiIO.c: Likewise.
11750 * tui/tuiLayout.c: Likewise.
11751 * tui/tuiRegs.c: Likewise.
11752 * tui/tuiSource.c: Likewise.
11753 * tui/tuiSourceWin.c: Likewise.
11754 * tui/tuiStack.c: Likewise.
11755 * tui/tuiWin.c: Likewise.
11756
11757 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11758
11759 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11760 to include space for pseudoregs as well. Update loops accordingly.
11761 (sh_fp_frame_init_saved_regs): Ditto.
11762 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11763
11764 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11765
11766 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11767 Add Richard Earnshaw to Arm maintainers.
11768
11769 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11770
11771 * defs.h (warning_begin): Delete declaration.
11772
11773 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11774 Delete macro.
11775
11776 2002-02-07 Michael Snyder <msnyder@redhat.com>
11777
11778 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11779 Logic bug, remove misplaced else.
11780
11781 2002-02-07 Klee Dienes <klee@apple.com>
11782
11783 * fork-inferior.c (fork_inferior): Add '!' to the list of
11784 characters that need to be quoted when building a string for the
11785 shell. Quote '!' specifically with a backslash, since CSH chokes
11786 when trying to evaluate "str!str".
11787
11788 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11789
11790 * rdi-share/host.h: Only provide a typedef for bool if it is not
11791 defined.
11792
11793 2002-02-04 Michael Snyder <msnyder@redhat.com>
11794
11795 * breakpoint.h (enum bptype): Add new overlay event bp type.
11796 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11797
11798 * breakpoint.c (create_internal_breakpoint): New function.
11799 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11800 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11801 (create_thread_event_breakpoint): Ditto.
11802 (create_solib_event_breakpoint): Ditto.
11803 (create_overlay_event_breakpoint): New function.
11804 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11805 (update_breakpoints_after_exec): Delete and re-initialize
11806 overlay event breakpoints after an exec. Add FIXME comment
11807 about longjmp breakpoint.
11808 (print_it_typical): Ignore overlay event breakpoints.
11809 (print_one_breakpoint): Ditto.
11810 (mention): Ditto.
11811 (bpstat_what): Do not stop for overlay event breakpoints.
11812 (delete_breakpoint): Don't delete overlay event breakpoints.
11813 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11814 (breakpoint_re_set): Re-create overlay event breakpoint.
11815
11816 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11817 (overlay_manual_command): Disable overlay breakpoints.
11818 (overlay_off_command): Disable overlay breakpoints.
11819
11820 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11821
11822 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11823 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11824 to here from config/tm-arm.h.
11825 (coff_sym_is_thumb): Make static.
11826 (arm_elf_make_msymbol_special): New function.
11827 (arm_coff_make_msymbol_special): New function.
11828 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11829 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11830 (coff_sym_is_thumb): Delete declaration.
11831 (arm_elf_make_msymbol_special): Declare.
11832 (arm_coff_make_msymbol_special): Declare.
11833 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11834 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11835
11836 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11837
11838 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11839
11840 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11841
11842 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11843 * gdbarch.c gdbarch.h: Regenerate.
11844 * arch-utils.c (default_print_float_info): New function.
11845 * arch-utils.h (default_print_float_info): Prototype it.
11846 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11847 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11848 (PRINT_FLOAT_INFO): Document it.
11849
11850 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11851 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11852 (PRINT_FLOAT_INFO): Define.
11853
11854 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11855
11856 * win32-nat.c (_initialize_check_for_gdb_ini):
11857 Add typecast to sprintf argument to suppress a warning.
11858
11859 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11860
11861 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11862 to allow easier handling of pass state.
11863 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11864 that gives exception name and address.
11865 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11866 and set last_sig value to ourstatus->value.sig. Some missing
11867 exceptions added.
11868 (child_continue): Correctly report continue_status.
11869 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11870 TARGET_SIGNAL_0 (new default value).
11871 (child_resume): consider sig argument passed to decide if
11872 the exception should be passed to debuggee or not.
11873
11874 2002-02-05 Michael Snyder <msnyder@redhat.com>
11875
11876 * regcache.c (fetch_register): Call target_fetch_register
11877 only if we don't call FETCH_PSEUDO_REGISTER.
11878 (store_register): Call target_store_register only if we
11879 don't call STORE_PSEUDO_REGISTER.
11880
11881 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11882
11883 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11884 ELF_MAKE_MSYMBOL_SPECIAL.
11885 * gdbarch.c, gdbarch.h: Regenerate.
11886 * arch-utils.c (default_make_msymbol_special): New function.
11887 * arch-utils.h (default_make_msymbol_special): Export.
11888 * elfread.c (elf_symtab_read): Compile use of
11889 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11890 multiarched.
11891 * coffread.c (coff_symtab_read): Ditto, for
11892 COFF_MAKE_MSYMBOL_SPECIAL.
11893
11894 2002-02-05 Jim Blandy <jimb@redhat.com>
11895
11896 * solib-svr4.c (svr4_truncate_ptr): New function.
11897 (svr4_relocate_section_addresses): Do the address arithmetic with
11898 the appropriate truncation for target addresses, even when
11899 CORE_ADDR is larger than a target address.
11900
11901 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11902
11903 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11904 to (int *).
11905
11906 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11907
11908 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11909 code.
11910
11911 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11912
11913 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11914
11915 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11916
11917 * gdbserver/linux-low.c: Remove unused include files.
11918
11919 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11920
11921 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11922 (read_inferior_memory): Use it.
11923 (write_inferior_memory): Likewise.
11924
11925 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11926
11927 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11928 grubbing through sys_errlist.
11929
11930 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11931
11932 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11933
11934 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11935 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11936
11937 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11938
11939 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11940 (do_sfunc, set_cmd_sfunc): New functions.
11941
11942 * command.h (struct cmd_list_element): Add field func.
11943 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11944 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11945 * cli/cli-decode.h: Ditto.
11946
11947 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11948 (help_all, help_cmd_list): Ditto.
11949 (find_cmd, complete_on_cmdlist): Ditto.
11950 * top.c (execute_command): Ditto.
11951
11952 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11953 function.sfunc.
11954
11955 * infcmd.c (notice_args_read): Fix function signature.
11956
11957 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11958 * cli/cli-decode.c (add_set_cmd): Ditto.
11959 * utils.c (initialize_utils): Ditto.
11960 * maint.c (_initialize_maint_cmds): Ditto.
11961 * infrun.c (_initialize_infrun): Ditto.
11962 * demangle.c (_initialize_demangler): Ditto.
11963 * remote.c (add_packet_config_cmd): Ditto.
11964 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11965 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11966 * proc-api.c (_initialize_proc_api): Ditto.
11967 * kod.c (_initialize_kod): Ditto.
11968 * valprint.c (_initialize_valprint): Ditto.
11969 * top.c (init_main): Ditto.
11970 * infcmd.c (_initialize_infcmd): Ditto.
11971 * corefile.c (_initialize_core): Ditto.
11972 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11973 * arch-utils.c (initialize_current_architecture): Ditto.
11974 (_initialize_gdbarch_utils): Ditto.
11975 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11976
11977 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11978 * wince.c (_initialize_inftarg): Ditto.
11979 * symfile.c (_initialize_symfile): Ditto.
11980 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11981 * language.c (_initialize_language): Ditto.
11982 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11983
11984 2002-02-04 Michael Snyder <msnyder@redhat.com>
11985
11986 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11987
11988 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11989
11990 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11991 Add rules for building the register data files.
11992
11993 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11994
11995 * regformats/regdat.sh: Add braces to the definition of
11996 expedite_regs_${arch}.
11997
11998 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11999
12000 * regformats/regdef.h (struct reg): Add comment describing the
12001 requirements for offset and size fields.
12002
12003 2002-02-04 Andreas Schwab <schwab@suse.de>
12004
12005 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
12006 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
12007
12008 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
12009
12010 * gdbarch.sh (copyright): Update years in generated header.
12011 (SMASH_TEXT_ADDRESS): Add rule.
12012 * gdbarch.h, gdbarch.c: Re-generate.
12013 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
12014 * dbxread.c: Likewise.
12015 * dwarfread.c: Likewise.
12016 * elfread.c: Likewise.
12017 * somread.c: Likewise.
12018
12019 * arm-tdep.c (arm_smash_text_address): New function.
12020 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
12021
12022 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12023
12024 Add support for hardware watchpoints on win32 native.
12025 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
12026 CONTEXT_DEBUG_REGISTERS.
12027 (dr variable): New variable. Static array containing a local copy
12028 of debug registers.
12029 (debug_registers_changed): New variable. Reflects when debug registers
12030 are changed and need to be written to inferior.
12031 (debug_registers_used): New variable. Reflects when any debug register
12032 was set, used when new threads are created.
12033 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
12034 i386-nat code.
12035 (thread_rec): Set dr array if id is the thread of current_event .
12036 (child_continue, child_resume): Change the debug registers for all
12037 threads if debug_registers_changed.
12038 (child_add_thread): Change the debug registers if debug_registers_used.
12039 * config/i386/cygwin.mh: Add use of i386-nat.o file.
12040 Link nm.h to new nm-cygwin.h file.
12041 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
12042 of hardware registers.
12043
12044 2002-02-03 Andrew Cagney <ac131313@redhat.com>
12045
12046 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
12047 Restore behavour broken by 2002-01-20 Andrew Cagney
12048 <ac131313@redhat.com> IEEE_FLOAT removal.
12049
12050 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12051
12052 * c-valprint.c (c_val_print): Pass a proper valaddr to
12053 cp_print_class_method.
12054 * valops.c (search_struct_method): If there is only one method
12055 and args is NULL, return that method.
12056
12057 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12058
12059 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
12060 accessing tag_name directly.
12061
12062 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12063
12064 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
12065 of accessing tag_name directly.
12066
12067 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12068
12069 PR gdb/280
12070 * gdbtypes.c (replace_type): New function.
12071 * gdbtypes.h (replace_type): Add prototype.
12072 * stabsread.c (read_type): Use replace_type.
12073
12074 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
12075
12076 * Makefile.in (memattr.o): Add missing dependencies rule.
12077
12078 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12079
12080 * breakpoint.c (break_at_finish_command): Really export.
12081 (break_at_finish_at_depth_command): Ditto.
12082 (tbreak_at_finish_command): Ditto.
12083 * hppa-tdep.c: Include completer.h.
12084 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
12085 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
12086
12087 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12088
12089 * utils.c (do_write): New function.
12090 (error_stream): Rewrite combining the code from error_begin and
12091 verror.
12092 (verror): Rewrite using error_stream.
12093 (error_begin): Delete function.
12094
12095 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12096
12097 * utils.c (error_begin): Make static.
12098 * defs.h (error_begin): Delete declaration.
12099
12100 * linespec.c (cplusplus_error): Replace cplusplus_hint.
12101 (decode_line_1): Use cplusplus_error instead of error_begin,
12102 cplusplus_hint and return_to_top_level.
12103 * coffread.c (coff_symfile_read): Use error instead of error_begin
12104 and return_to_top_level.
12105 * infrun.c (default_skip_permanent_breakpoint): Ditto.
12106
12107 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12108
12109 * language.h (type_error, range_error): Make string parameter
12110 constant.
12111 * language.c (warning_pre_print): Delete extern declaration.
12112 * dwarfread.c (warning_pre_print): Ditto.
12113 * language.c (type_error, range_error): Rewrite to use verror and
12114 vwarning instead of warning_begin.
12115
12116 2002-02-01 Michael Snyder <msnyder@redhat.com>
12117
12118 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
12119 (set_ignore_count): Move misplaced comment back where it belongs.
12120
12121 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12122
12123 * command.h (NO_FUNCTION): Delete macro.
12124 * cli/cli-decode.h (NO_FUNCTION): Ditto.
12125 * top.c (execute_command): Replace NO_FUNCTION with NULL.
12126 * tracepoint.c (_initialize_tracepoint): Ditto.
12127 * cli/cli-decode.c (add_set_cmd): Ditto.
12128 * cli/cli-cmds.c (init_cli_cmds): Ditto.
12129
12130 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12131
12132 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
12133 Update ``this'' pointer when calling virtual functions.
12134
12135 2002-02-01 Michael Snyder <msnyder@redhat.com>
12136
12137 * breakpoint.c (create_temp_exception_breakpoint): Delete.
12138 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
12139
12140 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12141
12142 * regformats/reg-arm.dat: New file.
12143 * regformats/reg-i386.dat: New file.
12144 * regformats/reg-ia64.dat: New file.
12145 * regformats/reg-m68k.dat: New file.
12146 * regformats/reg-mips.dat: New file.
12147 * regformats/reg-ppc.dat: New file.
12148 * regformats/reg-sh.dat: New file.
12149 * regformats/regdef.h: New file.
12150 * regformats/regdat.sh: New file.
12151
12152 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
12153
12154 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12155 (arm_frame_args_address, arm_frame_locals_address): New functions.
12156 (arm_frame_num_args): New function.
12157 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12158 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12159 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12160
12161 2002-01-31 Michael Snyder <msnyder@redhat.com>
12162
12163 * breakpoint.c (break_at_finish_command): Export.
12164 (break_at_finish_at_depth_command): Export.
12165 (tbreak_at_finish_command): Export.
12166 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
12167 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
12168 "txbreak" commands, which are HPPA specific.
12169
12170 * printcmd.c (disassemble_command): Remove an ancient
12171 artifact of an old merge.
12172
12173 * symfile.h (enum overlay_debugging_state):
12174 Define enum constant values for overlay mode.
12175 * symfile.c (overlay_debugging): Use enums instead of literals.
12176 (overlay_is_mapped, overlay_auto_command,
12177 overlay_manual_command): Ditto.
12178
12179 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12180 breakpoint_here_p, breakpoint_inserted_here_p,
12181 breakpoint_thread_match, bpstat_stop_status,
12182 describe_other_breakpoints, check_duplicates, clear_command):
12183 Coding standard fixes.
12184
12185 * target.c (target_xfer_memory): Add spaces, coding standard.
12186 (do_xfer_memory): Add missing line to trust-readonly
12187 code: check bfd SEC_READONLY flag for section.
12188
12189 2002-01-31 Andrew Cagney <ac131313@redhat.com>
12190
12191 * PROBLEMS: Fix typo, 5.1->5.1.1.
12192
12193 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12194
12195 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12196 data symbols, since we search based on textlow and texthigh.
12197 (find_pc_sect_symtab): Likewise.
12198
12199 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12200
12201 * defs.h (vwarning): Declare.
12202 * utils.c (vwarning): New function.
12203 (warning): Call vwarning.
12204 (warning_begin): Delete function.
12205
12206 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12207 the warning message.
12208 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12209 warning_begin.
12210
12211 2002-01-30 Michael Snyder <msnyder@redhat.com>
12212
12213 * NEWS: Mention "set trust-readonly-sections" command.
12214 Mention generate-core-file command.
12215
12216 2002-01-15 Michael Snyder <msnyder@redhat.com>
12217
12218 * target.c: New command, "set trust-readonly-sections on".
12219 (do_xfer_memory): Honor the suggestion to trust readonly sections
12220 by reading them from the object file instead of from the target.
12221 (initialize_targets): Register command "set trust-readonly-sections".
12222
12223 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12224
12225 * parse.c (target_map_name_to_register): Simplify, search regs and
12226 pseudo-regs using a single loop.
12227
12228 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12229
12230 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12231
12232 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
12233
12234 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12235 * config/i386/i386v42mp.mh: Add i387-nat.o .
12236 * i386v4-nat.c: Include i387-nat.h.
12237 (supply_fpregset): Use i387_supply_fsave.
12238 (fill_fpregset): Use i387_fill_fsave.
12239
12240 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
12241
12242 * arm-tdep.c (arm_call_dummy_words): Define.
12243 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12244 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12245 (CALL_DUMMY_WORDS): Define.
12246 (arm_call_dummy_words): Declare.
12247 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12248 (arm_linux_call_dummy_words): Declare.
12249
12250 2002-01-30 Andreas Schwab <schwab@suse.de>
12251
12252 * m68klinux-nat.c: Fix last change to use regcache_collect
12253 instead of referencing registers[] directly.
12254
12255 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12256
12257 * parse.c (target_map_name_to_register): Delete code wrapped in
12258 #ifdef REGISTER_NAME_ALIAS_HOOK.
12259
12260 2002-01-28 Michael Snyder <msnyder@redhat.com>
12261
12262 * regcache.c (legacy_read_register_gen): Need to be able to
12263 read pseudo-register as well as real register.
12264 (legacy_write_register_gen): Ditto.
12265
12266 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12267
12268 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12269 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12270 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12271 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12272 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12273 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12274 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12275 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12276 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12277 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12278 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12279 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12280 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12281 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12282 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12283 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12284 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12285 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12286 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12287 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12288
12289 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12290
12291 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12292 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12293 (initialize_current_architecture): Update target_byte_order using
12294 information from BFD.
12295 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12296 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12297
12298 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12299
12300 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12301 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12302
12303 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12304 #ifdef INVALID_FLOAT.
12305 * infcmd.c (do_registers_info): Ditto.
12306 * values.c (unpack_double): Ditto. Add comment.
12307
12308 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12309 already commented out.
12310
12311 2002-01-26 Andreas Schwab <schwab@suse.de>
12312
12313 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12314 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12315 registers and add support for PTRACE_GETREGS.
12316
12317 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12318
12319 GDB 5.1.1 released from 5.1 branch.
12320 * NEWS: Add 5.1.1 news.
12321 * README: Sync with 5.1 branch.
12322
12323 2002-01-23 Fred Fish <fnf@redhat.com>
12324
12325 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12326 stabstring on initial malloc. Reallocing will copy it for us,
12327 if necessary.
12328
12329 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12330
12331 * Makefile.in (hpread_h): Delete.
12332 (HFILES_NO_SRCDIR): Remove hpread.h.
12333 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12334 (hpread.o): Update dependencies.
12335 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12336
12337 * hp-psymtab-read.c: Remove file.
12338 * hp-symtab-read.c: Remove file.
12339 * hpread.h: Remove file.
12340
12341 * hpread.c: Merge all contents of hp-psymtab-read.c,
12342 hp-symtab-read.c and hpread.h into this file, as it was prior to
12343 January 1999.
12344
12345 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12346 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12347 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12348 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12349
12350 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12351
12352 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12353 fill_gregset): Call gdbarch_tdep() just once, assign result to
12354 variable and use that, instead of calling the function several
12355 times.
12356
12357 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12358
12359 * configure.host: Accept sparcv9 as alias for sparc64.
12360 * configure.tgt: Likewise.
12361
12362 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12363
12364 * solib-aix5.c (build_so_list_from_mapfile)
12365 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12366 arguments is not reversed.
12367 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12368 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12369
12370 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12371
12372 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12373 modified version of obsolete sh_fetch_pseudo_register.
12374 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12375 (sh4_register_read): New function.
12376 (sh_pseudo_register_write): New function. Renamed and modified
12377 version of obsolete sh_store_pseudo_register.
12378 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12379 (sh4_register_write): New function.
12380 (sh_gdbarch_init): Remove setting of gdbarch function
12381 fetch_pseudo_register and store_pseudo_register. Remove setting of
12382 register_convert_to_raw, register_convert_to_virtual,
12383 register_convertible.
12384 (sh_sh4_register_convertible): Delete. No longer needed. All is
12385 taken care by architecture specific functions
12386 register_read/register_write.
12387 (sh_sh4_register_convert_to_virtual): Make static.
12388 (sh_sh4_register_convert_to_raw): Ditto.
12389
12390 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12391
12392 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12393 (floatformat_is_nan, floatformat_mantissa): Ditto.
12394
12395 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12396 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12397 builtin_type_ieee_double_little,
12398 builtin_type_ieee_double_littlebyte_bigword,
12399 builtin_type_m68881_ext, builtin_type_i960_ext,
12400 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12401 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12402 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12403 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12404
12405 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12406
12407 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12408 parameter. Set frameless flag if it exists and depended of
12409 whether the scanned function is frameless or not.
12410 (xstormy16_skip_prologue): If function is frameless, return
12411 result of xstormy16_scan_prologue().
12412 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12413 call.
12414
12415 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12416
12417 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12418 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12419 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12420 sh_sh4_register_byte, sh_sh4_register_raw_size,
12421 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12422 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12423 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12424 sh_store_pseudo_register, sh_do_pseudo_register): Call
12425 gdbarch_tdep() just once, assign result to variable and use that,
12426 instead of calling the function several times.
12427
12428 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12429
12430 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12431 macros instead of LAST_FPU_CTRL_REGNUM.
12432 (store_register): Likewise.
12433
12434 2002-01-21 Jim Blandy <jimb@redhat.com>
12435
12436 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12437 is up-to-date before running the program, not just when a program
12438 exits.
12439
12440 2002-01-21 Fred Fish <fnf@redhat.com>
12441
12442 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12443 when we have found all instructions we are looking for.
12444
12445 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12446
12447 * arm-tdep.c (arm_register_name): New function.
12448 (arm_registers_names): Make static.
12449 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12450 (arm_register_name): Declare.
12451 (REGISTER_NAME): Use it.
12452
12453 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12454 Kevin Buettner <kevinb@redhat.com>
12455
12456 Convert arm targets to new FRAME interface.
12457 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12458 (arm_frame_find_save_regs): Delete.
12459 (arm_frame_init_saved_regs): New.
12460 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12461 Allocate extra_info as required. Convert all uses of fsr.regs
12462 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12463 to use extra_info.
12464 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12465 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12466 (check_prologue_cache, save_prologue_cache): Likewise.
12467 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12468 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12469 (FRAME_FIND_SAVED_REGS): Delete.
12470 (arm_frame_find_saved_regs): Delete prototype.
12471 (arm_frame_init_saved_regs): New prototype.
12472 (FRAME_INIT_SAVED_REGS): Define.
12473
12474 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12475
12476 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12477
12478 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12479
12480 From Jeff Law <law@redhat.com>:
12481 * infttrace.c: Include <sys/pstat.h>.
12482 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12483 exec file if the ttrace equivalent fails.
12484
12485 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12486
12487 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12488 (closeLogFile): Ditto.
12489
12490 2002-01-20 Michael Chastain <mec@shout.net>
12491
12492 * top.c (print_gdb_version): Bump copyright year to 2002.
12493
12494 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12495
12496 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12497 Zannoni and Eli Zaretskii.
12498
12499 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12500
12501 * buildsym.c: Update copyright years.
12502 * c-typeprint.c: Likewise.
12503 * dwarf2read.c: Likewise.
12504 * f-typeprint.c: Likewise.
12505 * gdbtypes.c: Likewise.
12506 * gdbtypes.h: Likewise.
12507 * hp-symtab-read.c: Likewise.
12508 * hpread.c: Likewise.
12509 * mdebugread.c: Likewise.
12510 * p-typeprint.c: Likewise.
12511
12512 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12513
12514 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12515 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12516 byte-order selectable.
12517 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12518 * arch-utils.c: Ditto.
12519 (set_endian): Ditto.
12520 (set_endian_from_file): Ditto.
12521 * gdbserver/low-sim.c (create_inferior): Ditto.
12522 * gdbarch.sh: Ditto.
12523 * gdbarch.h: Re-generate.
12524 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12525 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12526 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12527 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12528 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12529 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12530 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12531 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12532 macro definition.
12533 * config/mips/tm-wince.h: Remove #undef of macro
12534 TARGET_BYTE_ORDER_SELECTABLE.
12535 * config/sh/tm-wince.h: Ditto.
12536
12537 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12538
12539 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12540 member function fields. Add accessor macro
12541 TYPE_FN_FIELD_ARTIFICIAL.
12542 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12543 * c-typeprint.c (c_type_print_base): Skip artificial member
12544 functions.
12545
12546 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12547
12548 * f-typeprint.c: Delete unused function f_type_print_args.
12549 * p-typeprint.c: Delete unused function pascal_type_print_args.
12550
12551 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12552
12553 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12554 comment. Add ``artificial'' to ``union field_location''.
12555
12556 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12557
12558 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12559 * mdebugread.c (parse_symbol): Likewise.
12560 * stabsread.c (define_symbol): Likewise.
12561 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12562 initializing TYPE_FIELD_BITPOS to n (obsolete).
12563 (hpread_doc_function_type): Likewise.
12564 * hpread.c (hpread_function_type): Likewise.
12565
12566 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12567
12568 * configure.in (host_makefile_frag): Only require a host makefile
12569 fragment when a native build.
12570 * configure: Re-generate.
12571
12572 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12573
12574 * doublest.h (floatformat_from_type): Declare.
12575 * doublest.c (floatformat_from_type): New function.
12576 (convert_typed_floating): Use.
12577
12578 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12579 call to function floatformat_from_type.
12580
12581 * gdbarch.sh (IEEE_FLOAT): Delete.
12582 * gdbarch.h, gdbarch.c: Re-generate.
12583 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12584 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12585 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12586 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12587 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12588 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12589 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12590 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12591 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12592 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12593 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12594 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12595
12596 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12597 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12598 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12599 * sh-tdep.c (sh_gdbarch_init): Ditto.
12600 * mips-tdep.c (mips_gdbarch_init): Ditto.
12601 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12602 * cris-tdep.c (cris_gdbarch_init): Ditto.
12603
12604 2002-01-20 Jiri Smid <smid@suse.cz>
12605
12606 * configure.host, configure.tgt: Support x86-64.
12607 * NEWS: Note new target x86-64.
12608
12609 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12610 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12611 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12612 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12613 x86-64-linux-nat.o): Fix dependencies.
12614
12615 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12616
12617 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12618 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12619 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12620 * config/sparc/xm-sun4os4.h: Delete file.
12621 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12622
12623 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12624
12625 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12626 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12627 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12628 * config/i386/i386lynx.mh (XM_FILE): Delete.
12629 * config/rs6000/xm-rs6000ly.h: Delete file.
12630 * config/sparc/xm-sparclynx.h: Delete file.
12631 * config/m68k/xm-m68klynx.h: Delete file.
12632 * config/i386/xm-i386lynx.h: Delete file.
12633 * config/xm-lynx.h: Delete file.
12634 * config/djgpp/fnchange.lst: Update.
12635
12636 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12637
12638 * alpha-tdep.c (alpha_register_byte): New function.
12639 (alpha_register_raw_size): Ditto.
12640 (alpha_register_virtual_size): Ditto.
12641 (alpha_skip_prologue_internal): Renamed from
12642 alpha_skip_prologue.
12643 (alpha_skip_prologue): New version that calls
12644 alpha_skip_prologue_internal.
12645 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12646 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12647 second argument from alpha_skip_prologue.
12648 (REGISTER_BYTE): Use alpha_register_byte.
12649 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12650 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12651 (FRAMELESS_FUNCTION_INVOCATION): Use
12652 generic_frameless_function_invocation_not.
12653 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12654 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12655
12656 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12657
12658 * config/mips/xm-news-mips.h: Delete file.
12659 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12660
12661 * config/m88k/xm-m88k.h: Delete file.
12662 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12663 * config/m88k/xm-delta88v4.h: Ditto.
12664 * config/m88k/xm-delta88.h: Ditto.
12665
12666 * config/alpha/xm-fbsd.h: Delete file.
12667 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12668
12669 * config/sparc/xm-sparc.h: Delete file.
12670 * Makefile.in (xm-sun4os4.h): Delete dependency.
12671 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12672 * config/sparc/xm-sun4os4.h: Ditto.
12673 * config/sparc/xm-linux.h: Ditto.
12674
12675 * config/i386/xm-windows.h: Delete file.
12676
12677 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12678
12679 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12680 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12681
12682 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12683
12684 * alpha-tdep.c (alpha_call_dummy_words): New.
12685 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12686 (CALL_DUMMY_P): Define.
12687 (CALL_DUMMY_WORDS): Define.
12688 (SIZEOF_CALL_DUMMY_WORDS): Define.
12689
12690 2002-01-19 Per Bothner <per@bothner.com>
12691
12692 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12693 isn't NULL, which can happen with some gcj-3.x-produced code.
12694
12695 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12696
12697 * alpha-tdep.c (alpha_register_virtual_type): New function.
12698 (alpha_init_frame_pc_first): Ditto.
12699 (alpha_fix_call_dummy): Ditto.
12700 (alpha_store_struct_return): Ditto.
12701 (alpha_extract_struct_value_address): Ditto.
12702 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12703 alpha_register_virtual_type.
12704 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12705 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12706 alpha_extract_struct_value_address.
12707 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12708 (INIT_FRAME_PC): Use init_frame_pc_noop.
12709 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12710
12711 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12712
12713 * i386gnu-nat.c: Include "i386-tdep.h".
12714 (fetch_fpregs): Simplify code dealing with uninitialized floating
12715 point states such that it doesn't require FP7_REGNUM.
12716
12717 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12718
12719 * alpha-tdep.c (frame_extra_info): New.
12720 (alpha_find_saved_regs): Make static. Use
12721 frame->extra_info.
12722 (alpha_frame_init_saved_regs): New function.
12723 (alpha_frame_saved_pc): Use frame->extra_info.
12724 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12725 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12726 (init_extra_frame_info): Rename to...
12727 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12728 (alpha_print_extra_frame_info): New function.
12729 (alpha_frame_locals_address): Ditto.
12730 (alpha_frame_args_address): Ditto.
12731 (alpha_pop_frame): Use frame->extra_info.
12732 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12733 alpha_frame_args_address.
12734 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12735 (alpha_find_saved_regs): Remove prototype.
12736 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12737 (EXTRA_FRAME_INFO): Remove.
12738 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12739 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12740
12741 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12742
12743 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12744 (alpha_cannot_fetch_register): Ditto.
12745 (alpha_cannot_store_register): Ditto.
12746 (alpha_register_convertible): Ditto.
12747 (alpha_use_struct_convention): Ditto.
12748 * config/alpha/tm-alpha.h: Update copyright years.
12749 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12750 (INNER_THAN): Use core_addr_lessthan.
12751 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12752 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12753 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12754 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12755 (FRAME_CHAIN): Remove unnecessary cast.
12756
12757 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12758
12759 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12760 obsolete.
12761
12762 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12763
12764 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12765 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12766 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12767 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12768 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12769 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12770 * x86-64-linux-nat.c: Ditto.
12771
12772 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12773
12774 * alpha-tdep.c (alpha_register_name): New function.
12775 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12776 (REGISTER_NAME): Define.
12777
12778 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12779
12780 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12781
12782 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12783
12784 * alpha-tdep.c: Update copyright years.
12785 (alpha_next_pc): New function.
12786 (alpha_software_single_step): Ditto.
12787 * config/alpha/tm-alpha.h: Add prototype for
12788 alpha_software_single_step.
12789
12790 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12791
12792 * alphabsd-nat.c: Update copyright years.
12793 (fill_gregset): Use regcache_collect.
12794 (fill_fpregset): Likewise.
12795 (fetch_inferior_registers): Only fetch integer registers
12796 if requested to do so.
12797 (store_inferior_registers): Only store integer registers
12798 if requested to do so.
12799
12800 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12801
12802 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12803 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12804 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12805 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12806 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12807 * config/arm/linux.mh (XDEPFILES): Delete.
12808 * config/arm/nbsd.mh (XDEPFILES): Delete.
12809 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12810 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12811 * config/i386/i386m3.mh (XDEPFILES): Delete.
12812 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12813 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12814 * config/i386/fbsd.mh (XDEPFILES): Delete.
12815 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12816 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12817 * config/i386/i386v4.mh (XDEPFILES): Delete.
12818 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12819 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12820 * config/i386/i386aix.mh (XDEPFILES): Delete.
12821 * config/i386/go32.mh (XDEPFILES): Delete.
12822 * config/i386/cygwin.mh (XDEPFILES): Delete.
12823 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12824 * config/i386/i386mach.mh (XDEPFILES): Delete.
12825 * config/i386/i386v32.mh (XDEPFILES): Delete.
12826 * config/i386/linux.mh (XDEPFILES): Delete.
12827 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12828 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12829 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12830 * config/i386/i386sco.mh (XDEPFILES): Delete.
12831 * config/i386/i386v.mh (XDEPFILES): Delete.
12832 * config/i386/nbsd.mh (XDEPFILES): Delete.
12833 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12834 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12835 * config/i386/symmetry.mh (XDEPFILES): Delete.
12836 * config/i386/obsd.mh (XDEPFILES): Delete.
12837 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12838 * config/ia64/linux.mh (XDEPFILES): Delete.
12839 * config/ia64/aix.mh (XDEPFILES): Delete.
12840 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12841 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12842 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12843 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12844 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12845 * config/m68k/linux.mh (XDEPFILES): Delete.
12846 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12847 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12848 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12849 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12850 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12851 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12852 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12853 * config/m88k/delta88.mh (XDEPFILES): Delete.
12854 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12855 * config/m88k/m88k.mh (XDEPFILES): Delete.
12856 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12857 * config/mips/linux.mh (XDEPFILES): Delete.
12858 * config/mips/irix6.mh (XDEPFILES): Delete.
12859 * config/mips/irix5.mh (XDEPFILES): Delete.
12860 * config/mips/irix4.mh (XDEPFILES): Delete.
12861 * config/mips/irix3.mh (XDEPFILES): Delete.
12862 * config/mips/decstation.mh (XDEPFILES): Delete.
12863 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12864 (NATDEPFILES): Move core-aout.o to here.
12865 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12866 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12867 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12868 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12869 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12870 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12871 * config/pa/hpux11.mh (XDEPFILES): Delete.
12872 * config/powerpc/aix.mh (XDEPFILES): Delete.
12873 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12874 * config/powerpc/linux.mh (XDEPFILES): Delete.
12875 * config/romp/rtbsd.mh: Rename XDEPFILES.
12876 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12877 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12878 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12879 * config/s390/s390.mh (XDEPFILES): Delete.
12880 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12881 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12882 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12883 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12884 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12885 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12886 * config/sparc/linux.mh (XDEPFILES): Delete.
12887 * config/vax/vaxult.mh (XDEPFILES): Delete.
12888 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12889 * Makefile.in (DEPFILES): Remove XDEPFILES.
12890
12891 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12892
12893 * utils.c (internal_verror): Fix comments, default is yes not no.
12894 Update queries to match. Default to quit and dump core.
12895
12896 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12897
12898 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12899 copyright.
12900 * defs.h, event-top.c, gdbcmd.h: Ditto.
12901 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12902 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12903 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12904 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12905 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12906 * mi/mi-main.c:Ditto.
12907
12908 * stack.c, symfile.c: Update copyright.
12909
12910 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12911
12912 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12913 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12914 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12915 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12916
12917 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12918
12919 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12920 * gdbserver/low-lynx.c (myattach): Likewise.
12921 * gdbserver/low-nbsd.c (myattach): Likewise.
12922 * gdbserver/low-sim.c (myattach): Likewise.
12923 * gdbserver/low-sparc.c (myattach): Likewise.
12924 * gdbserver/low-sun3.c (myattach): Likewise.
12925
12926 * gdbserver/low-linux.c (myattach): New function.
12927
12928 * gdbserver/server.c (attach_inferior): New function.
12929 (main): Handle "--attach".
12930
12931 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12932
12933 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12934 maintainer.
12935
12936 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12937
12938 * c-typeprint.c (is_type_conversion_operator): Add additional
12939 check for non-conversion operators.
12940
12941 2002-01-15 Michael Snyder <msnyder@redhat.com>
12942
12943 * linux-proc.c: Add "info proc" command, a la procfs.c.
12944 (read_mapping): New function, abstract and re-use code.
12945 (linux_find_memory_regions): Use new func read_mapping.
12946 (linux_info_proc_cmd): New function, implement "info proc".
12947 (_initialize_linux_proc): Add new command "info proc".
12948
12949 2002-01-15 Michael Snyder <msnyder@redhat.com>
12950
12951 * symfile.c (generic_load): Use bfd_map_over_sections method
12952 instead of manipulating bfd structure members directly.
12953 (add_section_size_callback): New function, bfd sections callback
12954 used by generic_load.
12955 (load_sections_callback): New function, bfd sections callback
12956 used by generic_load.
12957
12958 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12959
12960 [Based on work by Jim Blandy]
12961 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12962 (builtin_type_vec128): Export.
12963 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12964 types.
12965 (builtin_type_vec128): New builtin type for 128 bit vector
12966 registers.
12967 (build_gdbtypes): Initialize builtin_type_v16qi and
12968 builtin_type_v8hi. Create the vec128 register builtin type
12969 structure.
12970 (build_builtin_type_vec128): New function.
12971 (_initialize_gdbtypes): Register builtin_type_v16qi and
12972 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12973 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12974 AltiVec register to new builtin type.
12975
12976 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12977
12978 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12979 to make_cv_type.
12980
12981 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12982
12983 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12984 CLEAN_UP_REGISTER_VALUE.
12985 * regcache.c (supply_register): Update only call.
12986
12987 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12988
12989 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12990 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12991 a29k-*-vxworks* targets as obsolete.
12992
12993 2002-01-14 Michael Snyder <msnyder@redhat.com>
12994
12995 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12996 until we can resolve portability issues.
12997 * gregset.h: Remove references to fpxregs.
12998 * gcore.c (gcore_command): Initialize note_sec to NULL.
12999
13000 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13001
13002 * signals.c (target_signal_to_name): Rewrite. Only use
13003 signals[].name when in bounds and non-NULL.
13004
13005 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13006
13007 From Petr Ledvina <ledvinap@kae.zcu.cz>:
13008 * signals.c (target_signal_to_name): Verify that SIG is within the
13009 bounds of the signals array.
13010
13011 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13012
13013 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
13014
13015 2002-01-13 Keith Seitz <keiths@redhat.com>
13016
13017 * stack.c (print_frame_info_base): Print the frame's pc
13018 only if when print_frame_info_listing_hook is not defined.
13019
13020 2002-01-13 Keith Seitz <keiths@redhat.com>
13021
13022 * varobj.c (varobj_set_value): Make sure that there were no
13023 errors evaluating the object before attempting to set its
13024 value.
13025 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
13026 so this offset adjustment is no longer necessary.
13027 (create_child): Don't set the error flag if the child is
13028 a CPLUS_FAKE_CHILD.
13029 (value_of_child): If value_fetch_lazy fails, return NULL
13030 so that callers will be notified that an error occurred.
13031 (c_value_of_variable): Delay check of variable's validity
13032 until later. We actually want all structs and unions to have
13033 the value "{...}".
13034 Do not return "???" for variables which could not be evaluated.
13035 This error condition must be returned to the caller so that it
13036 can get the error condition from gdb.
13037 (cplus_name_of_child): Adjust index for vptr before figuring
13038 out the name of the child.
13039 (cplus_value_of_child): If a child's (real) parent is not valid,
13040 don't even bother trying to give a value for it. Just return
13041 an error. Change all instances in this function.
13042 (cplus_type_of_child): If our parent is one of the "fake"
13043 parents, we need to get at the type of the real parent, and
13044 derive the child's true type using this information.
13045
13046 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13047
13048 From 2002-01-09 John Marshall <johnm@falch.net>:
13049 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
13050 sources.redhat.com, and tweak some related URLs which had
13051 suffered from linkrot.
13052
13053 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13054
13055 From Jeff law:
13056 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
13057 structures passed in registers.
13058
13059 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
13060
13061 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
13062 white space which prevented compilation. Reported by DSK
13063 <dsk@student.unsw.edu.au>.
13064
13065 2002-01-11 Michael Snyder <msnyder@redhat.com>
13066
13067 * symfile.c (build_section_addr_info_from_section_tab):
13068 Use bfd access method instead of manipulating bfd directly.
13069 (syms_from_objfile): Ditto.
13070 (simple_overlay_update_1): Ditto.
13071 (simple_overlay_update): Ditto.
13072 (generic_load): Ditto.
13073 (overlay_unmapped_address): FIXME comment, bfd access methods.
13074 (sections_overlap): FIXME comment, bfd access methods.
13075 (pc_in_mapped_range): FIXME comment, bfd access methods.
13076 (pc_in_unmapped_range): FIXME comment, bfd access methods.
13077 (section_is_mapped): FIXME comment, bfd access methods.
13078 (section_is_overlay): FIXME comment, bfd access methods.
13079
13080 * symfile.c (generic_load): Whitespace and long line cleanups.
13081 Remove duplicate variable, change several local variables to
13082 more appropriate data types.
13083 (print_transfer_performance): Use %lu instead of %ld for ulongs.
13084
13085 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13086
13087 From Peter Schauer:
13088 * language.c (longest_local_hex_string_custom): Use phex_nz to
13089 convert NUM to a hex string.
13090
13091 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
13092
13093 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
13094 the function.
13095 Update Copyright year.
13096
13097 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13098
13099 * language.c (longest_raw_hex_string): Delete unused function.
13100
13101 2002-01-11 Petr Sorfa <petrs@caldera.com>
13102
13103 * MAINTAINERS (write-after-approval): Add myself.
13104 * dwarf2read.c (read_tag_string_type): Handling of
13105 DW_AT_byte_size.
13106 (read_tag_string_type): FORTRAN fix to prevent propagation of
13107 first string size.
13108 (set_cu_language): Handling of DW_LANG_Fortran95
13109
13110 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
13111
13112 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
13113 GETPID(inferior_ptid).
13114 (store_inferior_registers): Likewise.
13115
13116 2002-01-10 Jason Merrill <jason@redhat.com>
13117
13118 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
13119 Fix DW_OP_minus.
13120
13121 2002-01-10 Andrew Cagney <ac131313@redhat.com>
13122
13123 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
13124 and bfd/elf32-sh-nbsd.c.
13125
13126 2002-01-10 Michael Snyder <msnyder@redhat.com>
13127
13128 * NEWS: Mention --pid and corefile/proc-id behavior change.
13129
13130 * Makefile.in: Add rules for gcore.o and linux-proc.o.
13131 * gcore.c: Include cli/cli-decode.h instead of command.h.
13132
13133 * main.c (captured_main): Add new command line option "--pid".
13134 If the second command line argument (following the symbol-file)
13135 begins with a digit, try to attach to it before trying to open
13136 it as a corefile.
13137 (print_gdb_help): Document the "--pid" argument.
13138
13139 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13140
13141 * completer.c (command_completer): New function.
13142
13143 * completer.h <command_completer>: Add prototype.
13144
13145 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
13146 completer for the "help" command.
13147
13148 2002-01-09 Jason Merrill <jason@redhat.com>
13149
13150 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
13151
13152 2002-01-09 Michael Snyder <msnyder@redhat.com>
13153
13154 * i386-linux-nat.c (fill_fpxregset): Make global.
13155 (store_fpxregset): Ditto.
13156
13157 * gregset.h (gdb_fpxregset_t): Define.
13158 (supply_fpxregset): Prototype.
13159 (fill_fpxregset): Prototype.
13160
13161 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13162
13163 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13164
13165 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13166 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13167 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13168
13169 2002-01-09 Andrew Cagney <ac131313@redhat.com>
13170
13171 * MAINTAINERS: Update target maintainer rules so that any
13172 Maintainer can approve a tested patch for a maintenance-only
13173 target.
13174
13175 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13176
13177 * MAINTAINERS (write-after-approval): Add myself.
13178
13179 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
13180 IN_SIGTRAMP.
13181
13182 2002-01-08 Michael Snyder <msnyder@redhat.com>
13183
13184 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13185 real name of the executable, rather than the /proc name.
13186
13187 2002-01-03 Michael Snyder <msnyder@redhat.com>
13188
13189 Implement a "generate-core-file" command in gdb, save target state.
13190 * gcore.c: New file. Implement new command 'generate-core-file'.
13191 Save a corefile image of the current state of the inferior.
13192 * linux-proc.c: Add linux-specific code for saving corefiles.
13193 * target.h (struct target_ops): Add new target vectors for saving
13194 corefiles; to_find_memory_regions and to_make_corefile_notes.
13195 (target_find_memory_regions): New macro.
13196 (target_make_corefile_notes): New macro.
13197 * target.c (update_current_target): Inherit new target methods.
13198 (dummy_find_memory_regions): New place-holder method.
13199 (dummy_make_corefile_notes): New place-holder method.
13200 (init_dummy_target): Initialize new dummy target vectors.
13201 * exec.c (exec_set_find_memory_regions): New function.
13202 Allow the exec_ops vector for memory regions to be taken over.
13203 (exec_make_note_section): New function, target vector method.
13204 * defs.h (exec_set_find_memory_regions): Export prototype.
13205 * procfs.c (proc_find_memory_regions): New function, corefile method.
13206 (procfs_make_note_section): New function, corefile method.
13207 (init_procfs_ops): Set new target vector pointers.
13208 (find_memory_regions_callback): New function.
13209 (procfs_do_thread_registers): New function.
13210 (procfs_corefile_thread_callback): New function.
13211 * sol-thread.c (sol_find_memory_regions): New function.
13212 (sol_make_note_section): New function.
13213 (init_sol_thread_ops): Initialize new target vectors.
13214 * inftarg.c (inftarg_set_find_memory_regions): New function.
13215 Allow to_find_memory_regions vector to be taken over.
13216 (inftarg_set_make_corefile_notes): New function.
13217 Allow to_make_corefile_notes vector to be taken over.
13218 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13219 interface layer if not target_has_execution (may be a corefile).
13220 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13221 * config/sparc/sun4sol2.mh: Ditto.
13222 * config/alpha/alpha-linux.mh: Ditto.
13223 * config/arm/linux.mh: Ditto.
13224 * config/i386/x86-64linux.mh: Ditto.
13225 * config/ia64/linux.mh: Ditto.
13226 * config/m68k/linux.mh: Ditto.
13227 * config/mips/linux.mh: Ditto.
13228 * config/powerpc/linux.mh: Ditto.
13229 * config/sparc/linux.mh: Ditto.
13230
13231 2002-01-07 Michael Snyder <msnyder@redhat.com>
13232
13233 * arm-linux-nat.c: Remove references to regcache.c internal data
13234 (registers[] and register_valid[]).
13235
13236 2002-01-07 Michael Snyder <msnyder@redhat.com>
13237
13238 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13239 so that attaching to a pid will automatically read the process's
13240 symbol file and shlibs.
13241 * Makefile.in: Add rule for linux-proc.o.
13242 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13243 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13244 * config/arm/linux.mh: Ditto.
13245 * config/i386/linux.mh: Ditto.
13246 * config/i386/x86-64linux.mh: Ditto.
13247 * config/ia64/linux.mh: Ditto.
13248 * config/m68k/linux.mh: Ditto.
13249 * config/mips/linux.mh: Ditto.
13250 * config/powerpc/linux.mh: Ditto.
13251 * config/sparc/linux.mh: Ditto.
13252
13253 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13254
13255 * win32-nat.c: Add i386-tdep.h dependency.
13256
13257 2002-01-07 Michael Snyder <msnyder@redhat.com>
13258
13259 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13260 instead of bfd_get_arch_size. Don't bail out just because
13261 there's no exec_bfd.
13262
13263 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13264 * p-valprint.c (pascal_object_print_value): Ditto.
13265 * somread.c (som_symtab_read): Ditto.
13266 * symfile.c (simple_free_overlay_region_table): Ditto.
13267 * valops.c (value_assign): Ditto.
13268
13269 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13270 use tilde_expand and strerror for opening save-tracepoints file.
13271
13272 * thread-db.c (thread_db_new_objfile): Indendation fix.
13273
13274 * infptrace.c (GDB_MAX_ALLOCA): New define.
13275 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13276 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13277 can be overridden with whatever value is appropriate to the host).
13278 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13279 alloca to allocate potentially large buffer.
13280 * rs6000-nat.c (child_xfer_memory): Ditto.
13281 * symm-nat.c (child_xfer_memory): Ditto.
13282 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13283
13284 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13285
13286 From Nick Clifton <nickc@redhat.com>
13287 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13288
13289 2002-01-07 Michael Snyder <msnyder@redhat.com>
13290
13291 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13292 Don't use exec_bfd if it's NULL.
13293
13294 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13295
13296 * valops.c (value_arg_coerce): Fix formatting.
13297
13298 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13299
13300 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13301 * gnu-nat.c: Ditto.
13302
13303 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13304
13305 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13306 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13307 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13308 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13309 z8k-coff have not been multi-arched. Update z8k-coff build
13310 status.
13311
13312 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13313
13314 * MAINTAINERS: Mark a29k target as obsolete.
13315 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13316 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13317 comments.
13318 * NEWS: Note that a29k targets are obsolete.
13319 * a29k-tdep.c: Mark as obsolete.
13320 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13321 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13322 a29k-*-vxworks* targets as obsolete.
13323 * remote-adapt.c: Obsolete.
13324 * remote-eb.c: Obsolete.
13325 * remote-mm.c: Obsolete.
13326 * remote-udi.c: Obsolete.
13327 * config/a29k/a29k-udi.mt: Obsolete.
13328 * config/a29k/a29k.mt: Obsolete.
13329 * config/a29k/tm-a29k.h: Obsolete.
13330 * config/a29k/tm-vx29k.h: Obsolete.
13331 * config/a29k/vx29k.mt: Obsolete.
13332
13333 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13334
13335 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13336 with BFD_ENDIAN_BIG.
13337
13338 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13339
13340 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13341 * configure, config.in: Re-generate.
13342 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13343 * defs.h: Do not include <endian.h>.
13344
13345 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13346
13347 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13348 * config.in: Regenerate.
13349 * configure.in: Update copyright years.
13350 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13351 * configure: Regenerate.
13352 * i386bsd-nat.c: Update copyright years.
13353 (fill_gregset): Use regcache_collect.
13354 (fetch_inferior_registers): Only fetch integer registers
13355 if requested to do so. Add support for XMM registers
13356 using PT_GETXMMREGS.
13357 (store_inferior_registers): Only store integer registers
13358 if requested to do so. Add support for XMM registers
13359 using PT_SETXMMREGS.
13360 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13361 (store_inferior_registers): Remove.
13362 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13363 (fetch_elfcore_registers): New function.
13364 (i386nbsd_elfcore_fns): New.
13365 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13366 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13367 i386bsd-nat.o.
13368 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13369 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13370 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13371 * config/i386/tm-nbsd.h: Update copyright years.
13372 (HAVE_SSE_REGS): Define.
13373 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13374 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13375 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13376 (SIGCONTEXT_PC_OFFSET): Remove.
13377 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13378
13379 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13380
13381 * configure.tgt: Remove powerpc-*-macos* target.
13382 * config/m68k/xm-mpw.h: Delete file.
13383 * config/xm-mpw.h: Delete file.
13384 * ser-mac.c: Delete file.
13385 * mpw-make.sed: Delete file.
13386 * mpw-config.in: Delete file.
13387 * mac-xdep.c: Delete file.
13388 * mac-gdb.r: Delete file.
13389 * mac-defs.h: Delete file.
13390 * mac-nat.c: Delete file.
13391 * config/powerpc/macos.mh: Delete file.
13392 * config/powerpc/macos.mt: Delete file.
13393 * config/powerpc/nm-macos.h: Delete file.
13394 * config/powerpc/tm-macos.h: Delete file.
13395 * source.c (openp, open_source_file): Remove obsolete code.
13396 * top.c (gdb_readline): Ditto.
13397 * utils.c (query): Ditto.
13398 * event-top.c (display_gdb_prompt): Ditto.
13399 * Makefile.in (ser-mac.o): Delete obsolete target.
13400 * NEWS: Update.
13401
13402 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13403
13404 * defs.h (BIG_ENDIAN): Delete macro definition.
13405 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13406 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13407 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13408 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13409 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13410 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13411 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13412 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13413 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13414 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13415 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13416 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13417 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13418 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13419 * gdbarch.c: Re-generate.
13420
13421 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13422
13423 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13424 for core files.
13425
13426 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13427
13428 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13429
13430 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13431
13432 * value.h (value_ptr): Delete typedef.
13433
13434 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13435
13436 * i386nbsd-nat.c: Update copyright years.
13437 Include i386-tdep.h.
13438
13439 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13440
13441 * stabsread.c: Update copyright years.
13442
13443 From Debashis Mahata <debashis.mahata@wipro.com>:
13444 (read_struct_fields): Deal with Sun C compiler erroneous stab
13445 output for structs and unions.
13446 Fix PR gdb/269.
13447
13448 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13449
13450 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13451 prototype.
13452
13453 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13454
13455 * cp-abi.c: Fix whitespace.
13456 (baseclass_offset): New wrapper function.
13457 * cp-abi.h (baseclass_offset): Add prototype.
13458 (struct cp_abi_ops): Add baseclass_offset pointer.
13459
13460 * valops.c (vb_match): Move to...
13461 * gnu-v2-abi.c (vb_match): here.
13462 * valops.c (baseclass_offset): Move to...
13463 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13464
13465 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13466
13467 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13468 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13469 * hpacc-abi.c (init_hpacc_ops): Likewise.
13470
13471 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13472
13473 * valops.c (find_overload_match): Accept obj as a
13474 reference parameter. Update it before returning.
13475 * value.h (find_overload_match): Update prototype.
13476 * eval.c (evaluate_subexp_standard): Pass object to
13477 find_overload_match by reference.
13478
13479 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13480
13481 * valarith.c: Replace value_ptr with struct value pointer. Remove
13482 register attribute from value declarations.
13483 * valops.c: Ditto.
13484 * value.h: Ditto.
13485 * scm-lang.c (scm_lookup_name): Ditto.
13486
13487 2002-01-03 Michael Snyder <msnyder@redhat.com>
13488
13489 Abstract the functionality of iterating over mapped memory
13490 regions into a general purpose iterator function.
13491 * procfs.c (iterate_over_mappings): New function, general purpose
13492 iterator for memory sections.
13493 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13494 (solib_mappings_callback): New function, callback for above.
13495 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13496 (info_mappings_callback): New function, callback for above.
13497
13498 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13499
13500 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13501
13502 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13503 * i386-tdep.c: Include "elf-bfd.h".
13504 (process_note_abi_tag_sections): New function.
13505 (i386_gdbarch_init): Add code to recognize various OS/ABI
13506 combinations.
13507
13508 * maint.c (_initialize_maint_cmds): Add missing \ in
13509 string-literal.
13510
13511 For older changes see ChangeLog-2001
13512 \f
13513 Local Variables:
13514 mode: change-log
13515 left-margin: 8
13516 fill-column: 74
13517 version-control: never
13518 End: