2002-11-24 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-24 Andrew Cagney <ac131313@redhat.com>
2
3 * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
4
5 2002-11-24 Andrew Cagney <ac131313@redhat.com>
6
7 * frame.c (set_unwind_by_pc): Revert change below, use
8 PC_IN_CALL_DUMMY.
9 (get_prev_frame): Ditto.
10
11 2002-11-24 Andrew Cagney <ac131313@redhat.com>
12
13 * dummy-frame.c (pc_in_dummy_frame): New function.
14 (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
15 (find_dummy_frame): Update comment.
16 (generic_pop_current_frame): Use get_frame_type.
17 * dummy-frame.h (pc_in_dummy_frame): Declare.
18 * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
19 (create_new_frame): Use pc_in_dummy_frame.
20 (get_prev_frame): Use pc_in_dummy_frame.
21 (frame_saved_regs_register_unwind): Use get_prev_frame.
22 (deprecated_generic_get_saved_register): Use get_prev_frame.
23
24 2002-11-23 Andrew Cagney <ac131313@redhat.com>
25
26 * blockframe.c (find_frame_addr_in_frame_chain): Move function
27 from here ...
28 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
29 (varobj_create): Note that frame ID should be used.
30 * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
31
32 2002-11-23 Andrew Cagney <ac131313@redhat.com>
33
34 * breakpoint.c: Include "gdb_assert.h".
35 (deprecated_frame_in_dummy): Assert that generic dummy frames are
36 not being used.
37 * Makefile.in (breakpoint.o): Update dependencies.
38 * ada-lang.c (find_printable_frame): Use get_frame_type instead of
39 deprecated_frame_in_dummy.
40 * stack.c (print_frame_info_base): Ditto.
41 (frame_info): Ditto.
42 (print_frame_info_base): Ditto. Delete dead code.
43
44 2002-11-23 Andreas Schwab <schwab@suse.de>
45
46 * Makefile.in (m68k_tdep_h): Define.
47 (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
48 (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
49 * m68k-tdep.c: Move register number enum ...
50 * m68k-tdep.h: ... to this new file and rename the constants from
51 E_* to M68K_*. All uses changed.
52 * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
53 * abug-rom.c: Include "m68k-tdep.h". Use
54 M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
55 * cpu32bug-rom.c: Likewise.
56 * dbug-rom.c: Likewise.
57 * m68k-tdep.c: Likewise.
58 * m68klinux-nat.c: Likewise.
59 * remote-est.c: Likewise.
60 * rom68k-rom.c: Likewise.
61 * config/m68k/tm-linux.h: Likewise.
62
63 2002-11-23 Andrew Cagney <ac131313@redhat.com>
64
65 * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
66 dummy frame initialization code.
67 * mips-tdep.c (mips_gdbarch_init): Ditto.
68
69 2002-11-22 Christopher Faylor <cgf@redhat.com>
70
71 * win32-nat.c (child_attach): Reset saw_create counter or subsequent
72 attach will hang.
73
74 2002-11-22 Andrew Cagney <ac131313@redhat.com>
75
76 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
77 to default_frame_address.
78 * gdbarch.h, gdbarch.c: Re-generate.
79
80 * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
81 or frame_locals_address to default_frame_address.
82 * m68k-tdep.c (m68k_gdbarch_init): Update.
83 * i386-tdep.c (i386_gdbarch_init): Update.
84 * frv-tdep.c (frv_gdbarch_init): Update.
85 * sh-tdep.c (sh_gdbarch_init): Update.
86 * v850-tdep.c (v850_gdbarch_init): Update.
87 * sparc-tdep.c (sparc_gdbarch_init): Update.
88 * mips-tdep.c (mips_gdbarch_init): Update.
89 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
90 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
91 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
92
93 * cris-tdep.c (cris_frame_args_address): Delete function.
94 (cris_frame_locals_address): Delete function.
95 (cris_gdbarch_init): Do not set frame_args_address or
96 frame_locals_address.
97
98 2002-11-22 Michael Snyder <msnyder@redhat.com>
99
100 * thread-db.c (thread_db_load): Tell the user what's going on
101 if dlopen fails on libthread_db.
102
103 2002-11-23 Andreas Schwab <schwab@suse.de>
104
105 * m68k-tdep.c (m68k_register_virtual_type): Use architecture
106 invariant return values.
107
108 2002-11-22 Andreas Schwab <schwab@suse.de>
109
110 * valops.c (value_slice): Move declaration of `offset' to avoid
111 warning.
112
113 2002-11-22 Christopher Faylor <cgf@redhat.com>
114
115 * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
116 (struct so_stuff): Add end_addr field.
117 (register_loaded_dll): Calculate and store end address of loaded dll.
118 (solib_address): New function.
119 (child_solib_loaded_library_pathname): Pass carefully constructed
120 section info to safe_symbol_file_add rather than ignoring it.
121 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
122 DLL is loaded.
123 (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
124 (child_create_inferior): Fix a compiler warning.
125 * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
126 (solib_address): Declare new function.
127
128 2002-11-22 Andreas Schwab <schwab@suse.de>
129
130 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
131 and FPS registers.
132
133 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
134
135 * maint.c (_initialize_maint_cmds): Fix typo. From
136 Francesco Potorti` <pot@gnu.org>.
137
138 2002-11-21 Andrew Cagney <cagney@redhat.com>
139
140 * mips-tdep.c (mips_dump_tdep): Delete references to
141 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
142 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
143 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
144 * printcmd.c (build_address_symbolic): Delete calls to
145 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
146 (address_info): Ditto.
147 Fix PR gdb/773.
148
149 2002-11-19 Klee Dienes <kdienes@apple.com>
150 Adam Fedor <fedor@gnu.org>
151
152 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
153 the ability to explicitly specify the quote characters and word
154 break characters; if NULL is specified for either, use the old
155 behavior of using the characters used by the completer.
156 (skip_chars): New function. Convenience wrapper around
157 skip_quoted_chars to provide the original skip_chars behavior.
158 * completer.h (skip_quoted_chars): Add prototype.
159
160 2002-11-19 Andrew Cagney <ac131313@redhat.com>
161
162 Problems reported by Paul Eggert.
163 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
164
165 2002-11-19 Andreas Schwab <schwab@suse.de>
166
167 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
168 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
169 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
170 (m68k_linux_frame_saved_pc): Move to ...
171 * m68klinux-tdep.c: ... here. New file.
172 * Makefile.in (m68klinux-tdep.o): Add dependencies.
173 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
174
175 2002-11-19 Adam Fedor <fedor@gnu.org>
176
177 * objc-exp.y: Revert to old skip_quoted usage.
178
179 2002-11-19 Adam Fedor <fedor@gnu.org>
180
181 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
182 (objc_lang_h): Define.
183 (YYFILES): Add objc-exp.tab.c.
184 (local-maintainer-clean): Remove objc-exp.tab.c.
185 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
186
187 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
188
189 * p-exp.y (typecast rule): Add automatic dereference of
190 pascal classes if needed.
191 (THIS): Set current_type.
192 Automatically dereference pascal classes.
193 (typebase rule): Add ^typebase recognition.
194
195 2002-11-18 Adam Fedor <fedor@gnu.org>
196
197 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
198 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
199 (op_name): Handle OP_OBJC_SELF.
200 * Makefile.in (expprint.o): Add additional depends.
201
202 2002-11-18 Adam Fedor <fedor@gnu.org>
203
204 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
205 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
206 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
207 * objc-exp.y: Likewise.
208
209 2002-11-18 Adam Fedor <fedor@gnu.org>
210
211 * gdb/parser-defs.h: (struct objc_class_str): New structure
212 for parsing ObjC classes.
213
214 2002-11-18 Andrew Cagney <ac131313@redhat.com>
215
216 * stack.c (frame_relative_level): Copy function from here ...
217 * frame.c (frame_relative_level): ...to here.
218
219 2002-11-18 Andrew Cagney <ac131313@redhat.com>
220
221 * frame.h (enum frame_type): Define.
222 (get_frame_type): Declare.
223 (struct frame_info): Add field `type'. Delete field
224 signal_handler_caller.
225 (deprecated_set_frame_signal_handler_caller): Declare.
226 * frame.c (get_frame_type): New function.
227 (deprecated_set_frame_type): New function.
228 (create_new_frame): Set the frame's type.
229 (get_prev_frame): Similar.
230 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
231 * s390-tdep.c: Ditto.
232 * m68klinux-nat.c: Ditto.
233 * ns32k-tdep.c: Ditto.
234 * x86-64-linux-tdep.c: Ditto.
235 * vax-tdep.c: Ditto.
236 * rs6000-tdep.c: Ditto.
237 * ppc-linux-tdep.c: Ditto.
238 * i386-interix-tdep.c: Ditto.
239 * mips-tdep.c: Ditto.
240 * m68k-tdep.c: Ditto.
241 * hppa-tdep.c: Ditto.
242 * ia64-tdep.c: Ditto.
243 * cris-tdep.c: Ditto.
244 * arm-tdep.c: Ditto.
245 * alpha-tdep.c: Ditto.
246 * i386-tdep.c: Ditto.
247 * stack.c: Ditto.
248 * ada-lang.c: Ditto.
249 * blockframe.c: Update.
250 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
251 deprecated_set_frame_type instead of signal_handler_caller.
252 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
253 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
254 * breakpoint.h: Delete FIXME suggesting get_frame_type.
255
256 2002-11-18 Klee Dienes <kdienes@apple.com>
257
258 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
259
260 2002-11-18 Klee Dienes <kdienes@apple.com>
261
262 * buildsym.c (pop_context): Add comment.
263
264 2002-11-18 Klee Dienes <kdienes@apple.com>
265
266 * buildsym.h (pop_context): Convert to function, defined in
267 buildsym.c.
268 * buildsym.c: Include gdb_assert.h.
269 (pop_context): Implement as C function. Add check for stack
270 underflow.
271 * dbxread.c (process_one_symbol): Complain and stop processing
272 that symbol if we are already at the top of the context stack for
273 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
274 when processing N_RBRAC.
275
276 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
277
278 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
279 define.
280 (struct target_waitstatus): Add opaque definition.
281 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
282 * exec.c (init_exec_ops): Likewise.
283 * fork-child.c (clone_and_follow_inferior): Remove.
284 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
285 * inferior.h (clone_and_follow_inferior): Remove prototype.
286 * infrun.c (follow_fork_mode_both): Remove.
287 (follow_fork_mode_kind_names): Remove commented out "both".
288 (follow_inferior_fork): Remove follow_fork_mode_both support.
289 * inftarg.c (child_clone_and_follow_inferior): Remove.
290 (child_post_follow_inferior_by_clone): Remove.
291 (init_child_ops): Don't set to_clone_and_follow_inferior
292 or to_post_follow_inferior_by_clone.
293 * target.c (default_clone_and_follow_inferior): Remove.
294 (cleanup_target): Don't set to_clone_and_follow_inferior
295 or to_post_follow_inferior_by_clone.
296 (find_default_clone_and_follow_inferior): Remove.
297 (init_dummy_target): Don't set to_clone_and_follow_inferior.
298 (debug_to_clone_and_follow_inferior): Remove.
299 (debug_to_post_follow_inferior_by_clone): Remove.
300 (setup_target_debug): Don't set to_clone_and_follow_inferior
301 or to_post_follow_inferior_by_clone.
302 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
303 and to_post_follow_inferior_by_clone.
304 (child_clone_and_follow_inferior): Remove prototype.
305 (child_post_follow_inferior_by_clone): Remove prototype.
306 (target_clone_and_follow_inferior): Remove macro.
307 (target_post_follow_inferior_by_clone): Remove macro.
308 (find_default_clone_and_follow_inferior): Remove prototype.
309
310 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
311
312 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
313 inferior_has_vforked, and inferior_has_execd instead of
314 target_has_forked, target_has_vforked, and target_has_execd.
315 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
316 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
317 (CHILD_WAIT): Define.
318 (child_wait): Add prototype.
319 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
320 Add prototype.
321 (hpux_has_vforked): Likewise, from child_has_vforked.
322 (hpux_has_execd): Likewise, from child_has_execd.
323 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
324 (not_same_real_pid, child_wait): New, copied from inftarg.c.
325 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
326 and hpux_has_syscall_event instead of the target hooks.
327 * infrun.c (inferior_has_forked, inferior_has_vforked)
328 (inferior_has_execd): New functions.
329 * inftarg.c (not_same_real_pid): Remove.
330 (child_wait): Remove references to not_same_real_pid,
331 target_has_forked, target_has_vforked, target_has_execd,
332 and target_has_syscall_event.
333 (child_has_forked, child_has_vforked, child_has_execd)
334 (child_has_syscall_event): Remove.
335 (init_child_ops): Remove references to child_has_forked,
336 child_has_vforked, child_has_execd, and child_has_syscall_event.
337 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
338 (hpux_has_vforked): Likewise, from child_has_vforked.
339 (hpux_has_execd): Likewise, from child_has_execd.
340 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
341 * target.c (cleanup_target): Remove references to
342 to_has_forked, to_has_vforked, to_has_execd, and
343 to_has_syscall_event.
344 (update_current_target): Likewise.
345 (setup_target_debug): Likewise.
346 (debug_to_has_forked): Remove.
347 (debug_to_has_vforked): Remove.
348 (debug_to_has_execd): Remove.
349 (debug_to_has_syscall_event): Remove.
350 * target.h (struct target_ops): Remove to_has_forked.
351 to_has_vforked, to_has_execd, and to_has_syscall_event.
352 (child_has_forked, child_has_vforked, child_has_execd)
353 (child_has_syscall_event): Remove prototypes.
354 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
355 prototypes.
356 (target_has_forked, target_has_vforked, target_has_execd)
357 (target_has_syscall_event): Remove macros.
358
359 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
360
361 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
362 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
363 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
364 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
365 * target.c (cleanup_target): Remove reference to
366 to_can_follow_vfork_prior_to_exec.
367 (update_current_target): Likewise.
368 (debug_to_can_follow_vfork_prior_to_exec): Remove.
369 (setup_target_debug): Remove reference to
370 to_can_follow_vfork_prior_to_exec.
371 * target.h (struct target_ops): Remove
372 to_can_follow_vfork_prior_to_exec.
373 (child_can_follow_vfork_prior_to_exec): Remove prototype.
374 (target_can_follow_vfork_prior_to_exec): Remove definition.
375 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
376 define.
377 * infrun.c (follow_vfork_when_exec): Remove.
378 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
379 (follow_exec): Likewise.
380 (handle_inferior_event): Likewise.
381 (keep_going): Likewise.
382
383 2002-11-15 Andrew Cagney <cagney@redhat.com>
384
385 * frame.c (generic_unwind_get_saved_register): Make static.
386 * frame.h (generic_unwind_get_saved_register): Delete declaration.
387 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
388 defaults to generic_unwind_get_saved_register.
389 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
390 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
391 * frv-tdep.c (frv_gdbarch_init): Ditto.
392 * i386-tdep.c (i386_gdbarch_init): Ditto.
393 * s390-tdep.c (s390_gdbarch_init): Ditto.
394 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
395 * v850-tdep.c (v850_gdbarch_init): Ditto.
396 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
397 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
398 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
399
400 2002-11-15 Andrew Cagney <cagney@redhat.com>
401
402 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
403 i386-tdep.c.
404
405 2002-11-15 Andrew Cagney <cagney@redhat.com>
406
407 * frame.h (sigtramp_saved_pc): Delete declaration.
408 * blockframe.c (sigtramp_saved_pc): Delete function.
409 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
410 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
411 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
412 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
413
414 2002-11-15 Andrew Cagney <ac131313@redhat.com>
415
416 * frame.c (frame_pc_unwind): New function.
417 (frame_saved_regs_pc_unwind): New function.
418 (frame_register_unwind): Pass unwind_cache instead of
419 register_unwind_cache.
420 (set_unwind_by_pc): Add unwind_pc parameter, set.
421 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
422 (get_prev_frame): Ditto.
423 * frame.h (frame_pc_unwind_ftype): Declare.
424 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
425 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
426 (frame_pc_unwind): Declare.
427 * dummy-frame.c (dummy_frame_pc_unwind): New function.
428 (struct dummy_frame): Add comment mentioning that values are for
429 previous frame.
430 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
431 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
432 (generic_file_frame_chain_valid): Ditto.
433 * stack.c (frame_info): Ditto.
434
435 2002-11-15 David Carlton <carlton@math.stanford.edu>
436
437 * linespec.c (locate_first_half): New function.
438 (decode_line_1): Move code into locate_first_half.
439
440 2002-11-15 Andrew Cagney <ac131313@redhat.com>
441
442 * complaints.h: Add comment explaining how to eliminate a
443 deprecated_complain call.
444 * complaints.h: Fix spelling errors.
445
446 2002-11-15 David Carlton <carlton@math.stanford.edu>
447
448 * printcmd.c: Remove #include "disasm.h".
449
450 2002-11-14 Andrew Cagney <ac131313@redhat.com>
451
452 * frame.h: Move the most relevant interface functions to the start
453 of the file.
454
455 2002-11-14 Andrew Cagney <ac131313@redhat.com>
456
457 * regcache.h (deprecated_registers): Rename registers.
458 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
459 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
460 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
461 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
462 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
463 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
464 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
465 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
466 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
467 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
468 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
469 * v850ice.c: Update.
470
471 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
472
473 * utils.c (gdb_realpath): Add comment mentioning realpath with a
474 NULL buffer.
475
476 2002-11-13 Andrew Cagney <cagney@redhat.com>
477
478 * regcache.h (deprecated_read_register_bytes): Rename
479 read_register_bytes.
480 (deprecated_write_register_bytes): Rename write_register_bytes.
481 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
482 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
483 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
484 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
485 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
486 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
487 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
488 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
489 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
490 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
491 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
492 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
493 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
494 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
495
496 2002-11-13 Jim Blandy <jimb@redhat.com>
497
498 * findvar.c (read_var_value): Doc fix.
499
500 2002-11-13 Andrew Cagney <cagney@redhat.com>
501
502 * regcache.c (struct regcache): Replace passthough_p with
503 readonly_p.
504 (regcache_xmalloc): Initialize readonly_p.
505 (build_regcache): Initialize readonly_p.
506 (regcache_save): New function.
507 (regcache_restore): New function.
508 (regcache_cpy): Re-implement using regcache_save and
509 regcache_restore.
510 (regcache_raw_read): Update.
511 (regcache_cooked_read): When a read-only cache, checked for cached
512 pseudo register values.
513 (regcache_raw_write): Assert that the cache is not read-only.
514 Remove code handling a non-passthrough cache.
515 * regcache.h (regcache_save): Declare.
516 (regcache_restore): Declare.
517
518 2002-11-13 Andrew Cagney <cagney@redhat.com>
519
520 * regcache.c (struct regcache_descr): Add fields
521 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
522 (init_legacy_regcache_descr): Compute the size of a cooked
523 register cache and then assign that to sizeof_raw_registers. Set
524 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
525 (init_legacy_regcache_descr): Ditto.
526
527 2002-11-13 Andrew Cagney <cagney@redhat.com>
528
529 * regcache.c (register_buffer): Move to near start of file, update
530 description.
531 (regcache_raw_read): Use.
532 (regcache_raw_write): Use.
533 (struct regcache): Rename raw_registers to registers and
534 raw_register_valid_p to register_valid_p.
535 (regcache_xmalloc): Update.
536 (regcache_xfree): Update.
537 (register_buffer): Update.
538 (regcache_cpy): Update.
539 (regcache_cpy_no_passthrough): Update.
540 (regcache_valid_p): Update.
541 (deprecated_grub_regcache_for_registers): Update.
542 (deprecated_grub_regcache_for_register_valid): Update.
543 (set_register_cached): Update.
544 (regcache_raw_write): Update.
545
546 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
547
548 * p-exp.y (name_not_typename): Use copy_name to
549 set current_type variable for fields of THIS.
550
551 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
552
553 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
554 * monitor.c (init_base_monitor_ops): Likewise.
555 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
556 * remote-array.c (init_array_ops): Likewise.
557 * remote-e7000.c (init_e7000_ops): Likewise.
558 * remote-es.c (init_es1800_ops): Likewise.
559 (init_es1800_child_ops): Likewise.
560 * remote-rdp.c (init_remote_rdp_ops): Likewise.
561 * remote-sim.c (init_gdbsim_ops): Likewise.
562 * remote-st.c (init_st2000_ops): Likewise.
563 * sol-thread.c (init_sol_core_ops): Likewise.
564 (init_sol_thread_ops): Likewise.
565 * v850ice.c (init_850ice_ops): Likewise.
566 * win32-nat.c (init_child_ops): Likewise.
567 * wince.c (init_child_ops): Likewise.
568
569 2002-11-12 Andrew Cagney <ac131313@redhat.com>
570
571 * utils.c (gdb_realpath): Make rp a constant pointer.
572
573 2002-11-12 Andrew Cagney <ac131313@redhat.com>
574
575 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
576 a constant buffer; cannonicalize_file_name(); realpath() with a
577 pathconf() defined buffer, xstrdup().
578
579 2002-11-12 Andrew Cagney <ac131313@redhat.com>
580
581 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
582 to hang2.C; hang3.c to hang3.C.
583
584 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
585
586 * findvar.c (read_var_value): Reenable TLS code.
587
588 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
589 Jim Blandy <jimb@redhat.com>
590
591 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
592 * target.c (update_current_target): Add
593 to_get_thread_local_address.
594 * target.h (to_get_thread_local_address): Export.
595 (target_get_thread_local_address): Define.
596 (target_get_thread_local_address_p): Define.
597 * thread-db.c: Include solib-svr4.h.
598 (td_thr_tls_get_addr_p): Define.
599 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
600 (thread_db_get_thread_local_address): New function.
601 (init_thread_db_ops): Initialize to_get_thread_local_address.
602 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
603 * configure: Regenerate.
604 * config.in: Regenerate.
605
606 2002-11-11 David Carlton <carlton@math.stanford.edu>
607
608 * linespec.c (set_flags): New function.
609 (decode_line_1): Move code into set_flags.
610
611 2002-11-11 David Carlton <carlton@math.stanford.edu>
612
613 * linespec.c (decode_line_1): Move chunks of code to separate
614 functions.
615 (initialize_defaults): New function.
616 (decode_indirect): New function.
617
618 2002-11-11 Andrew Cagney <ac131313@redhat.com>
619
620 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
621 instead of void_code_ptr.
622 (sigtramp_saved_pc): Ditto.
623
624 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
625 i386_fp_regnum_p.
626
627 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
628
629 * gdbtypes.h (struct main_type): Move artificial flag out of
630 loc. New member of ``struct field'' named static_kind. Reduce
631 overloaded meaning of bitsize.
632 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
633 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
634 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
635
636 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
637 new fields.
638 (template_to_fixed_record_type, template_to_static_fixed_type)
639 (to_record_with_fixed_variant_part): Likewise.
640 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
641 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
642 * dwarfread.c (struct_type, enum_type): Likewise.
643 * hpread.c (hpread_read_enum_type)
644 (hpread_read_function_type, hpread_read_doc_function_type)
645 (hpread_read_struct_type): Likewise.
646 * mdebugread.c (parse_symbol): Likewise.
647
648 2002-11-10 Andrew Cagney <ac131313@redhat.com>
649
650 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
651 * stack.c (print_frame_info_base): Update.
652 (print_frame_info_base, frame_info): Update.
653 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
654 (sparc_frame_saved_pc): Update.
655 * ada-lang.c (find_printable_frame): Update.
656 * breakpoint.c (deprecated_frame_in_dummy): Update.
657
658 2002-11-09 Mark Kettenis <kettenis@gnu.org>
659
660 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
661 defined.
662 (regmap): Extend to cover all registers.
663 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
664 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
665 definitions.
666 (fetch_register, sore_register): Simplify.
667 (old_fetch_inferior_registers, old_store_inferior_registers):
668 Remove functions.
669 (cannot_fetch_register, cannot_store_register): Change
670 implementation to use regmap array to decide which registers
671 cannot be fetched/stored. This removes $orig_eax from the
672 registers that cannot be fetched/stored.
673 (fetch_inferior_registers): Call fetch_register directly instead
674 of calling old_fetch_inferior_registers.
675 (store_inferior_registers): Call store_register directly instead
676 of calling old_store_inferior_registers.
677 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
678 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
679 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
680
681 2002-11-09 Klee Dienes <kdienes@apple.com>
682
683 * i387-tdep.c (i387_supply_register): When called with NULL as a
684 buffer, mark the register as not provided (to mirror the behavior
685 of supply_register).
686 (i387_supply_fxsave): Ditto.
687 (i387_supply_fsave): Ditto (inherits the behavior from
688 i387_supply_register).
689
690 2002-11-09 Klee Dienes <kdienes@apple.com>
691
692 * blockframe.c (sigtramp_saved_pc): Use
693 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
694 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
695 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
696
697 2002-11-09 Andrew Cagney <ac131313@redhat.com>
698
699 * frame.c (get_prev_frame): Test prev_p to identify a previously
700 unwound frame. Initialize prev_p.
701 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
702 comment.
703
704 2002-11-09 Andrew Cagney <ac131313@redhat.com>
705
706 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
707 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
708 more comments. Zap dead code.
709
710 2002-11-09 Mark Kettenis <kettenis@gnu.org>
711
712 * infcmd.c (print_vector_info, print_float_info): Move code that
713 checks whether the target has any registers and whether there is a
714 selected frame up, such that it is also used if a target provides
715 multi-arch definitions of these functions.
716
717 2002-11-08 Andrew Cagney <ac131313@redhat.com>
718
719 * Makefile.in (DESTDIR): Define.
720 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
721 prefix.
722
723 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
724 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
725
726 2002-11-08 Andrew Cagney <ac131313@redhat.com>
727
728 * i386-linux-tdep.c: Include "reggroups.h".
729 (i386_linux_register_reggroup_p): New function.
730 (i386_linux_init_abi): Set register_reggroup_p to
731 i386_linux_register_reggroup_p.
732 * i386-tdep.h (i386_register_reggroup_p): Declare.
733 * i386-tdep.c: Include "reggroups.h".
734 (i386_init_reggroups): New function.
735 (i386_add_reggroups): New function.
736 (i386_register_reggroup_p): New function.
737 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
738 (_initialize_i386_tdep): Call i386_init_reggroups.
739 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
740 specific reggroups.
741
742 2002-11-09 Mark Kettenis <kettenis@gnu.org>
743
744 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
745 request that's available in *BSD.
746
747 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
748
749 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
750 FDOFF_REGNUM.
751
752 2002-11-08 Andrew Cagney <ac131313@redhat.com>
753
754 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
755 * dummy-frame.c (find_dummy_frame): Rename
756 generic_find_dummy_frame, make static. Return the dummy frame
757 instead of the regcache.
758 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
759 (cached_find_dummy_frame): New function. Use find_dummy_frame.
760 (dummy_frame_register_unwind): Rename
761 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
762 * dummy-frame.h (dummy_frame_register_unwind): Rename
763 generic_call_dummy_register_unwind.
764
765 2002-11-08 Mark Kettenis <kettenis@gnu.org>
766
767 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
768 except the inclusion of "i386/tm-i386.h", to...
769 * config/i386/nm-i386v42mp.h: ...here.
770 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
771
772 2002-11-08 Andrew Cagney <ac131313@redhat.com>
773
774 * Makefile.in (frame.o): Update dependencies.
775 * blockframe.c (current_frame, frame_obstack_alloc)
776 (frame_saved_regs_zalloc, get_current_frame)
777 (set_current_frame, create_new_frame)
778 (set_unwind_by_pc, get_next_frame)
779 (flush_cached_frames, reinit_frame_cache)
780 (frame_saved_regs_register_unwind)
781 (deprecated_generic_get_saved_register)
782 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
783 (_initialize_blockframe): Move frame code from here...
784 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
785 "annotate.h" and "dummy-frame.h".
786 (_initialize_frame): New function.
787
788 2002-11-08 Jim Blandy <jimb@redhat.com>
789
790 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
791 when we finish a function a context.
792 * buildsym.h (outermost_context_p): New macro.
793 (Bug analyzed by David Edelsohn.)
794
795 2002-11-08 Andrew Cagney <ac131313@redhat.com>
796
797 * blockframe.c: Include "dummy-frame.h".
798 (struct dummy_frame, dummy_frame_stack)
799 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
800 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
801 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
802 (generic_save_call_dummy_addr, generic_pop_current_frame)
803 (generic_pop_dummy_frame, generic_fix_call_dummy)
804 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
805 dummy frame code from here...
806 * dummy-frame.c: ...to here. New file.
807 * dummy-frame.h: New file.
808 (generic_call_dummy_register_unwind): Declare.
809 (generic_find_dummy_frame): Declare.
810 * Makefile.in (SFILES): Add dummy-frame.c.
811 (dummy-frame.o): Specify dependencies.
812 (dummy_frame_h): Define.
813 (COMMON_OBS): Add dummy-frame.o.
814 (blockframe.o): Update dependencies.
815
816 2002-11-08 Jim Blandy <jimb@redhat.com>
817
818 * dwarf2read.c (read_func_scope): Restore local_symbols and
819 param_symbols after we finish the function context. (Based on a
820 patch from David Edelsohn.)
821
822 2002-11-08 David Carlton <carlton@math.stanford.edu>
823
824 * linespec.c (symbol_found): New function.
825 (minsym_found): New function.
826 (decode_line_1): Separate out some code into separate functions.
827
828 2002-11-08 Joel Brobecker <brobecker@gnat.com>
829
830 * i386-tdep.c (i386_frameless_signal_p): Make non static for
831 the benefit of the interix target.
832 * i386-tdep.h (i386_frameless_signal_p): Declare.
833
834 2002-11-08 Andrew Cagney <ac131313@redhat.com>
835
836 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
837 declaration that snuck in from change below.
838
839 2002-11-06 Andrew Cagney <cagney@redhat.com>
840
841 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
842 all callers.
843 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
844 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
845 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
846 (i386_mxcsr_regnum_p): new function. Use instead of
847 MXCSR_REGNUM_P.
848 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
849 (i386_sse_regnum_p): Declare.
850 (i386_mxcsr_regnum_p): Declare.
851 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
852 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
853 (IS_FP_REGNUM): Update definition.
854 (IS_FPU_CTRL_REGNUM): Update definition..
855 (IS_SSE_REGNUM): Update definition..
856 * i386v-nat.c (register_u_addr): Update.
857 * go32-nat.c (fetch_register): Update.
858 (store_register): Update.
859
860 2002-11-07 Joel Brobecker <brobecker@gnat.com>
861
862 Preparation work to convert the hppa targets to multiarch partial.
863
864 * hppa-tdep.c: Add new functions replacing macro bodies from
865 config/pa/tm-hppa.h. These function will be used to initialize
866 the gdbarch structure. Import some comments from tm-hppa.h,
867 and place them where appropriate, to avoid loosing them when
868 we cleanup this file.
869 (hppa_reg_struct_has_addr): New function.
870 (hppa_inner_than): New function.
871 (hppa_stack_align): New function.
872 (hppa_pc_requires_run_before_use): New function.
873 (hppa_instruction_nullified): New function.
874 (hppa_register_byte): New function.
875 (hppa_register_virtual_type): New function.
876 (hppa_store_struct_return): New function.
877 (hppa_cannot_store_register): New function.
878 (hppa_frame_args_address): New function.
879 (hppa_frame_locals_address): New function.
880 (hppa_smash_text_address): New function.
881 (hppa_coerce_float_to_double): New function. Requires the inclusion
882 of "language.h".
883
884 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
885
886 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
887 gdbarch-eligible macro to a call to the new associated function
888 created in hppa-tdep.c.
889 (INNER_THAN): Likewise.
890 (STACK_ALIGN): Likewise.
891 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
892 (INSTRUCTION_NULLIFIED): Likewise.
893 (REGISTER_BYTE): Likewise.
894 (REGISTER_VIRTUAL_TYPE): Likewise.
895 (STORE_STRUCT_RETURN): Likewise.
896 (CANNOT_STORE_REGISTER): Likewise.
897 (FRAME_ARGS_ADDRESS): Likewise.
898 (FRAME_LOCALS_ADDRESS): Likewise.
899 (SMASH_TEXT_ADDRESS): Likewise.
900 (COERCE_FLOAT_TO_DOUBLE): Likewise.
901 (ABOUT_TO_RETURN): Delete, as no longer used.
902
903 2002-11-07 Fernando Nasser <fnasser@redhat.com>
904
905 * printcmd.c (disassemble_command): Remove obsolete function.
906 (_initialize_printcmd): Do not create disassemble command here.
907 * cli/cli-cmds.c (disassemble_command): New function. Implements
908 disassemble command.
909 (init_cli_cmds): Create disassemble command here instead.
910
911 2002-11-07 Andrew Cagney <ac131313@redhat.com>
912
913 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
914
915 2002-11-07 Andrew Cagney <ac131313@redhat.com>
916
917 * regcache.h (regcache_cooked_read_using_offset_hack)
918 (regcache_cooked_write_using_offset_hack): Delete declarations.
919 (register_changed): Delete declaration.
920 * regcache.c (regcache_cooked_read_using_offset_hack)
921 (regcache_cooked_write_using_offset_hack): Delete functions.
922 (cooked_xfer_using_offset_hack): Delete function.
923 (register_changed): Delete function.
924
925 2002-11-07 Jim Blandy <jimb@redhat.com>
926
927 * macroscope.c: #include "complaints.h".
928 (sal_macro_scope): Cope with filenames that appear in the symtabs,
929 but not in the macro table.
930 * Makefile.in (macroscope.o): Record dependency.
931
932 2002-11-07 Joel Brobecker <brobecker@gnat.com>
933
934 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
935
936 2002-11-07 Andrew Cagney <ac131313@redhat.com>
937
938 * regcache.c (deprecated_registers_fetched): Update.
939 * regcache.h (deprecated_registers_fetched): Rename
940 registers_fetched.
941 * remote-vxsparc.c (vx_read_register): Update.
942 * remote-vxmips.c (vx_read_register): Update.
943 * remote-vx68.c (vx_read_register): Update.
944 * irix5-nat.c (fetch_core_registers): Update.
945 * mipsm3-nat.c (fetch_inferior_registers): Update.
946 * sun3-nat.c (fetch_inferior_registers): Update.
947 * symm-nat.c (fetch_inferior_registers): Update.
948 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
949 (fetch_core_registers): Update.
950 (fetch_kcore_registers): Update.
951 * mips-nat.c (fetch_inferior_registers): Update.
952 * corelow.c (get_core_registers): Update.
953 * a68v-nat.c (fetch_inferior_registers): Update.
954
955 2002-11-06 Joel Brobecker <brobecker@gnat.com>
956
957 Put in place the framework necessary for multiarching the hppa targets.
958 * hppa-tdep.c (hppa_gdbarch_init): New function.
959 (hppa_dump_tdep): New function.
960 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
961 tdep structure dumper.
962 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
963 until the multi-arching conversion has partially been completed.
964
965 2002-11-06 Andrew Cagney <ac131313@redhat.com>
966
967 * valops.c (value_assign): Merge lval_register case into
968 lval_reg_frame_relative. Use frame_register and
969 regcache_cooked_write instead of get_saved_register and
970 write_register_bytes. After flushing the register cache, try to
971 re-select the selected frame.
972
973 2002-11-06 Andrew Cagney <ac131313@redhat.com>
974
975 * regcache.h (deprecated_register_valid): Rename register_valid.
976 * regcache.c: Update.
977 * ia64-aix-nat.c: Update.
978 * i386gnu-nat.c: Update.
979 * alpha-nat.c: Update.
980 * sparc-nat.c: Update.
981 * lynx-nat.c: Update.
982 * remote-mips.c: Update.
983
984 2002-11-06 Joel Brobecker <brobecker@gnat.com>
985
986 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
987 to end of file, to be more consistent with the pratice followed
988 by other targets.
989
990 2002-11-06 Andrew Cagney <ac131313@redhat.com>
991
992 * infcmd.c: Include "reggroups.h" and <ctype.h>.
993 (print_float_info): Print registers in float_reggroup.
994 (print_vector_info): Print registers in vector_reggroup.
995 (default_print_registers_info): When all, print registers in
996 all_reggroup. Otherwize, print registers in general_reggroup.
997 (registers_info): Rewrite. Add support for register groups.
998 Eliminate a goto.
999
1000 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
1001
1002 * symtab.c (methods_info): Delete. It has been ifdeffed out for
1003 ages.
1004 (symtab_symbol_info): Remove eons old ifdeffed out code.
1005 (_initialize_symtab): Remove prehistoric disabled 'info methods'
1006 command.
1007
1008 2002-11-06 Theodore A. Roth <troth@openavr.org>
1009
1010 * c-exp.y: Add missing semi-colons.
1011 * f-exp.y: Add missing semi-colons.
1012 * m2-exp.y: Add missing semi-colons.
1013 * p-exp.y: Add missing semi-colons.
1014 Add empty action to start rule to avoid a type clash error when
1015 building with bison >= 1.50.
1016
1017 2002-11-06 Jim Blandy <jimb@redhat.com>
1018
1019 * macrotab.h (struct macro_source_file): Doc fix.
1020
1021 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
1022
1023 * varobj.c (child_exists, cplus_number_of_children): Change
1024 STREQ macro references to strcmp.
1025 (cplus_name_of_child): Change code to handle the fact that
1026 fields are not necessarily contiguous with regards to their
1027 access control. This is a fix for PR gdb/792.
1028
1029 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1030
1031 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
1032 * gdbarch.h, gdbarch.c: Regnerate.
1033 * frame.h (frame_register): Declare.
1034 * frame.c (frame_register): New function.
1035 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
1036 GET_SAVED_REGISTER, otherwize call
1037 generic_unwind_get_saved_register.
1038 (frame_register_read): Use frame_register instead of
1039 get_saved_register.
1040
1041 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1042
1043 From Jim Ingham <jingham@apple.com>:
1044 * event-top.c (gdb_disable_readline): New function.
1045 (_initialize_event_loop): Move comment.
1046
1047 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1048
1049 * event-loop.c (start_event_loop): Add comment.
1050 Update copyright.
1051
1052 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1053
1054 * infcmd.c (default_print_registers_info): Do not call
1055 PRINT_REGISTER_HOOK.
1056
1057 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1058
1059 * sparc-tdep.c (sparc_print_register_hook): Make static.
1060 (sparc_print_registers_info): New function.
1061 (sparc_do_registers_info): New function.
1062 (sparclet_print_registers_info): New function.
1063 (sparclet_do_registers_info): New function.
1064 (do_sparc_print_registers_info): New function.
1065 (sparc_print_registers): New static function, clone of infcmd.c's
1066 default_print_registers_info.
1067 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
1068 (sparclet_do_registers_info): Declare.
1069 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
1070 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
1071 Re-define.
1072 (sparc_do_registers_info): Declare.
1073 (PRINT_REGISTER_HOOK): Delete macro.
1074 (sparc_print_register_hook): Delete declaration.
1075
1076 2002-11-05 David Carlton <carlton@math.stanford.edu>
1077
1078 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
1079 functions.
1080 (lookup_symbol_aux_local): New function.
1081 (lookup_symbol_aux_symtabs): New function.
1082 (lookup_symbol_aux_psymtabs): New function.
1083
1084 2002-11-05 David Carlton <carlton@math.stanford.edu>
1085
1086 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
1087 previous values of 'objfile' and 'block'.
1088
1089 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
1090
1091 * values.c (value_change_enclosing_type): Set
1092 enclosing_type field correctly also for the case where
1093 more memory needs to be allocated.
1094
1095 2002-11-03 Mark Kettenis <kettenis@gnu.org>
1096
1097 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
1098 of puts_filtered.
1099
1100 * i387-tdep.c (i387_print_float_info): Replace calls to
1101 register_read and deprecated_read_register_gen with calls to
1102 frame_register_read, and make the necessary adjustments to the
1103 surrounding code.
1104
1105 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1106
1107 * gdbarch.sh (register_reggroup_p): Allow default value.
1108 * gdbarch.h, gdbarch.c: Regenerate.
1109
1110 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1111
1112 * regcache.h: Add coment indicating replacements for deprecated
1113 functions.
1114
1115 2002-11-02 Andrew Cagney <cagney@redhat.com>
1116
1117 * reggroups.h, reggroups.c: New files.
1118 * regcache.c: Include "reggroups.h".
1119 (enum regcache_dump_what): Add `regcache_dump_groups'.
1120 (regcache_dump): Contract size of the "Type" column. When
1121 specified, dump the register's groups.
1122 (maintenance_print_register_groups): New function.
1123 (_initialize_regcache): Add command `maint print register-groups'.
1124 * Makefile.in (COMMON_OBS): Add reggroups.o
1125 (SFILES): Add reggroups.c.
1126 (reggroups_h): Define.
1127 (regcache.o, gdbarch.o): Update dependencies.
1128 (reggroups.o): Specify dependencies.
1129 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
1130 Add opaque declaration for `struct reggroup' in generated .h file.
1131 Include "reggroups.h" in generated .c file.
1132 gdbarch.h, gdbarch.c: Re-generate.
1133
1134 2002-11-02 Andrew Cagney <cagney@redhat.com>
1135
1136 * regcache.h (deprecated_read_register_gen): Rename
1137 read_register_gen.
1138 (deprecated_write_register_gen): Rename write_register_gen.
1139 * i387-tdep.c: Update.
1140 * x86-64-linux-nat.c: Update
1141 * wince.c: Update.
1142 * thread-db.c: Update.
1143 * win32-nat.c: Update.
1144 * mips-tdep.c: Update.
1145 * d10v-tdep.c: Update.
1146 * cris-tdep.c: Update.
1147 * remote-sim.c: Update.
1148 * remote-rdi.c: Update.
1149 * remote-rdp.c: Update.
1150 * frame.c: Update.
1151 * target.c: Update.
1152 * blockframe.c: Update.
1153 * x86-64-tdep.c: Update.
1154 * xstormy16-tdep.c: Update.
1155 * sh-tdep.c: Update.
1156 * s390-tdep.c: Update.
1157 * rs6000-tdep.c: Update.
1158 * sparc-tdep.c: Update.
1159 * i386-tdep.c: Update.
1160 * dwarf2cfi.c: Update.
1161 * regcache.c: Update.
1162
1163 2002-11-01 Joel Brobecker <brobecker@gnat.com>
1164
1165 New interix-specific files:
1166 * config/i386/nm-interix.h: New file.
1167 * config/i386/interix.mh: New file.
1168 * config/i386/interix.mt: New file.
1169 * i386-interix-nat.c: New file.
1170 * i386-interix-tdep.c: New file.
1171
1172 2002-11-01 Andrew Cagney <cagney@redhat.com>
1173
1174 * frame.h (deprecated_generic_get_saved_register): Rename
1175 generic_get_saved_register.
1176 * blockframe.c (deprecated_generic_get_saved_register): Update.
1177 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1178 (xstormy16_frame_saved_register): Update.
1179 * sh-tdep.c (sh_gdbarch_init): Update.
1180 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1181 * ia64-tdep.c (ia64_get_saved_register): Update.
1182 * cris-tdep.c (cris_gdbarch_init): Update.
1183 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1184 * arm-tdep.c (arm_gdbarch_init): Update.
1185
1186 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1187
1188 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1189
1190 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1191
1192 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1193 trampolines in sigaction.
1194
1195 2002-10-31 Andrew Cagney <cagney@redhat.com>
1196
1197 * h8300-tdep.c: Include "gdb_assert.h".
1198 (h8300_print_register): Add gdbarch, file and frame parameters.
1199 Use frame_read_unsigned_register to read the register's value.
1200 Use fprintf_filtered to display output.
1201 (h8300_print_registers_info): Replace h8300_do_registers_info.
1202 (h8300_gdbarch_init): Set print_registers_info.
1203
1204 2002-10-31 Andrew Cagney <cagney@redhat.com>
1205
1206 * frame.c (frame_read_unsigned_register): New function.
1207 (frame_read_signed_register): New function.
1208 * frame.h (frame_read_unsigned_register): Declare.
1209 (frame_read_signed_register): Declare.
1210
1211 2002-10-31 Andrew Cagney <cagney@redhat.com>
1212
1213 * h8500-tdep.c (h8500_print_registers_info): New static function,
1214 clone of infcmd.c's default_print_registers_info.
1215 (h8500_do_registers_info): New funtion.
1216 (h8500_print_register_hook): Rename print_register_hook, make
1217 static.
1218
1219 * config/h8500/tm-h8500.h: Update copyright.
1220 (DEPRECATED_DO_REGISTERS_INFO): Define.
1221 (h8500_do_registers_info: Declare.
1222 (PRINT_REGISTER_HOOK): Delete macro.
1223 (print_register_hook): Delete function.
1224
1225 2002-10-31 Andrew Cagney <cagney@redhat.com>
1226
1227 * z8k-tdep.c (z8k_print_register_hook): Make static.
1228 (z8k_print_registers_info): New static function, clone of
1229 infcmd.c's default_print_registers_info.
1230 (z8k_do_registers_info): New function. Wrap
1231 z8k_print_registers_info.
1232 * config/z8k/tm-z8k.h: Update copyright.
1233 (PRINT_REGISTER_HOOK): Delete macro.
1234 (z8k_print_register_hook): Delete declaration.
1235 (DEPRECATED_DO_REGISTERS_INFO): Define.
1236 (z8k_do_registers_info): Declare.
1237
1238 2002-10-30 Joel Brobecker <brobecker@gnat.com>
1239
1240 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1241 as this is already provided by value.h, and was actually causing
1242 a compilation error because of a conflict in parameter type
1243 declaration due to a missing const keyword.
1244 (low_text_segment_addres): Fix a compilation warning.
1245
1246 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1247
1248 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1249 registers without a name.
1250 (mips_linux_cannot_store_register): Don't store registers without
1251 a name.
1252
1253 2002-10-28 David Carlton <carlton@math.stanford.edu>
1254
1255 * symtab.c (find_addr_symbol): Delete. (It was already commented
1256 out.)
1257 * symtab.h: Delete prototype for find_addr_symbol.
1258
1259 2002-10-26 Andrew Cagney <cagney@redhat.com>
1260
1261 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1262 DO_REGISTERS_INFO.
1263 gdbarch.h, gdbarch.c: Re-generate.
1264 * infcmd.c (default_print_registers_info): Update reference.
1265 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1266 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1267 * sh-tdep.c (sh_gdbarch_init): Ditto.
1268 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1269 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1270
1271 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1272
1273 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1274 cfi_init_extra_frame_info.
1275 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1276 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1277
1278 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1279 target where necessary. Add more comments and remove the ones
1280 that don't provide any useful information.
1281
1282 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1283 deprecated_read_register_dummy with
1284 frame_unwind_unsigned_register.
1285
1286 * i386-tdep.c (i386_extract_struct_value_address): Use
1287 regcache_raw_read_unsigned instead of
1288 regcache_cooked_read_unsigned since we know that the register
1289 we're reading isn't a pseudo register. Rename variable 'val' into
1290 the more descriptive 'addr'.
1291
1292 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1293 (x86_64_push_return_address): Add comment.
1294 (x86_64_pop_frame): Make static.
1295 (examine_argument): Clarify comment.
1296 (x86_64_skip_prologue): Make prolog_expact variable static.
1297
1298 * dwarf2cfi.c: Fix some formatting problems.
1299 (context_cpy, read_encoded_pointer): Clarify comments.
1300
1301 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1302 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1303 i386 target back into x86_64_gdbarch_init. Add some comments and
1304 remove meaningless ones.
1305
1306 2002-10-25 Andrew Cagney <cagney@redhat.com>
1307
1308 * complaints.h (struct deprecated_complaint): Rename `struct
1309 complaint'.
1310 * complaints.c (complain): Update.
1311 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1312 incorrect comment indicating that "symfile.h" was being included
1313 for the `struct complaint' definition.
1314 * remote-vx.c: Update.
1315 * objc-lang.c: Update.
1316 * xcoffread.c: Update.
1317 * hpread.c: Update.
1318 * mdebugread.c: Update.
1319 * stabsread.c: Update.
1320 * dwarf2read.c: Update.
1321 * dwarfread.c: Update.
1322 * elfread.c: Update.
1323 * coffread.c: Update.
1324 * stabsread.h: Update.
1325 * dbxread.c: Update.
1326 * buildsym.c: Update.
1327 * gdbtypes.c: Update.
1328 * macrotab.c: Update.
1329
1330 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1331
1332 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1333 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1334 (x86_64_init_abi): ...new function.
1335
1336 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1337 * i386v-nat.c: Include "i386-tdep.h".
1338
1339 2002-10-25 Andrew Cagney <cagney@redhat.com>
1340
1341 * gdbtypes.c (address_space_name_to_int): Update.
1342 (address_space_int_to_name): Update.
1343 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1344 multi-arch predicate.
1345 (address_class_name_to_type_flags): Ditto.
1346 * gdbarch.h, gdbarch.c: Re-generate.
1347
1348 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1349
1350 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1351
1352 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1353
1354 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1355
1356 * symtab.h (INIT_SAL): Delete macro.
1357 (init_sal): Export.
1358 * symtab.c (init_sal): New function.
1359
1360 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1361 to init_sal function call.
1362 (find_sal_from_funcs_and_line): Ditto.
1363 (all_sals_for_line): Ditto.
1364 * breakpoint.c (create_internal_breakpoint): Ditto.
1365 (create_fork_vfork_event_catchpoint): Ditto.
1366 (create_exec_event_catchpoint): Ditto.
1367 (parse_breakpoint_sals): Ditto.
1368 (watch_command_1): Ditto.
1369 (handle_gnu_4_16_catch_command): Ditto.
1370 (clear_command): Ditto.
1371 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1372 * infcmd.c (run_stack_dummy): Ditto.
1373 * infrun.c (process_event_stop_test): Ditto.
1374 (check_sigtramp2): Ditto.
1375 (step_over_function): Ditto.
1376 * linespec.c (decode_line_2): Ditto.
1377 (decode_line_1): Ditto.
1378 * source.c (line_info): Ditto.
1379 * symtab.c (find_pc_sect_line): Ditto.
1380
1381 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1382
1383 * dwarf2cfi.c (struct context)
1384 (struct context_reg): Moved to dwarf2cfi.h
1385 (context_alloc, frame_state_alloc, context_cpy):
1386 Made extern instead of static, removed prototypes.
1387 * dwarf2cfi.h (struct context)
1388 (struct context_reg): New, moved from dwarf2cfi.c
1389 (context_alloc, frame_state_alloc, context_cpy):
1390 New prototypes.
1391 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1392 Changed from static to extern.
1393 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1394 (LINUX_SIGCONTEXT_FP_OFFSET)
1395 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1396 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1397 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1398 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1399 set_gdbarch_*() calls now use x86-64 specific functions
1400 instead of DWARF2 CFI ones.
1401 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1402 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1403 (x86_64_init_extra_frame_info): New prototypes.
1404
1405 2002-10-23 David Carlton <carlton@math.stanford.edu>
1406
1407 * linespec.c: #include "parser-defs.h".
1408 Delete prototype for find_template_name_end.
1409 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1410
1411 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1412
1413 * NEWS: add recent mi fixes.
1414 * varobj.c (struct varobj): Add new "updated" flag.
1415 (new_variable): Default "updated" flag to 0.
1416 (varobj_set_value): Set "updated" flag to 1 if value
1417 changes.
1418 (varobj_update): Check varobj "updated" flag before
1419 comparing old and refreshed values. Fix for
1420 PR gdb/702.
1421
1422 2002-10-23 David Carlton <carlton@math.stanford.edu>
1423
1424 * parse.c (parse_exp_1): Use BLOCK_START.
1425 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1426 SYMBOL_BLOCK_VALUE.
1427 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1428
1429 2002-10-23 David Carlton <carlton@math.stanford.edu>
1430
1431 * symtab.c: Delete cplusplus_hint.
1432 Delete prototype for find_template_name_end.
1433
1434 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1435
1436 * symtab.h: Update comment.
1437
1438 2002-10-23 Michael Snyder <msnyder@redhat.com>
1439
1440 * printcmd.c (address_info): Restore quotes in output.
1441 * valops.c (value_of_local): Restore quotes in error message.
1442
1443 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1444
1445 * symtab.c (symbol_demangled_name): New function.
1446 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1447 turning most of it into a function.
1448 (symbol_demangled_name): Export.
1449
1450 2002-10-23 Michael Snyder <msnyder@redhat.com>
1451
1452 * valops.c (value_of_local): Restore quotes in error message.
1453
1454 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1455
1456 * symtab.c (symbol_init_language_specific): New function.
1457 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1458 turning most of it into a function.
1459 (symbol_init_language_specific): Export.
1460
1461 2002-10-23 David Carlton <carlton@math.stanford.edu>
1462
1463 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1464 (dwarf_attr_name): Ditto.
1465 (dwarf_type_encoding_name): Ditto.
1466 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1467 (process_die): Handle DW_TAG_namespace,
1468 DW_TAG_imported_declaration, DW_TAG_imported_module.
1469 (read_namespace): New function.
1470
1471 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1472
1473 * configure.in: Define NEW_PROC_API on Interix too.
1474 * configure: Regenerate.
1475
1476 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1477
1478 * configure: Regenerate using the proper version of autoconf.
1479
1480 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1481
1482 * findvar.c (read_var_value): Temporarily disable TLS code, until
1483 complete TLS support is added.
1484
1485 2002-10-21 Jim Blandy <jimb@redhat.com>
1486 Elena Zannoni <ezannoni@redhat.com>
1487
1488 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1489 for thread local storage locations.
1490 (struct symbol): Add objfile field.
1491 (SYMBOL_OBJFILE): Define.
1492 * dwarf2read.c (is_thread_local): New static variable.
1493 (new_symbol): If variable is in thread local fill in address class
1494 and objfile appropriately.
1495 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1496 stack operation.
1497 * printcmd.c (address_info): Print the information for thread
1498 local storage variable.
1499 * findvar.c (read_var_value): In case of thread local variable,
1500 defer to the target vector code to compute address.
1501
1502 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1503
1504 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1505 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1506
1507 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1508
1509 * symtab.h (address_class): Rename
1510 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1511 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1512 * printcmd.c (address_info): Ditto.
1513 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1514
1515 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1516
1517 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1518 DBREG_DRX macro to acces debug registers.
1519
1520 * Makefile.in (i386obsd-tdep.o): New target.
1521
1522 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1523 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1524
1525 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1526 * config/i386/obsd.mt: New file.
1527 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1528 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1529 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1530 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1531 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1532 * i386obsd-tdep.c: New file.
1533
1534 2002-10-19 Adam Fedor <fedor@gnu.org>
1535
1536 * objc-exp.y (name_not_typename): Fix invalid comment.
1537
1538 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1539
1540 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1541 to allocate partial syms and macro byte caches.
1542
1543 2002-10-18 David Carlton <carlton@math.stanford.edu>
1544
1545 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1546
1547 2002-10-18 Adam Fedor <fedor@gnu.org>
1548
1549 * stabsread.c (find_name_end): New function.
1550 (define_symbol): Use it.
1551
1552 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1553
1554 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1555 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1556 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1557 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1558
1559 2002-10-17 David Carlton <carlton@math.stanford.edu>
1560
1561 * symfile.h: Add opaque declaration for struct obstack.
1562 Declare obsavestring to take a const char *.
1563 * symfile.c (obsavestring): Make first argument a const char *.
1564
1565 2002-10-16 Adam Fedor <fedor@gnu.org>
1566
1567 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1568 names when matching breakpoints in current file.
1569
1570 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1571
1572 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1573 (read_tag_pointer_type): Add address class support.
1574 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1575 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1576 New methods.
1577 * gdbarch.h, gdbarch.c: Regenerate.
1578 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1579 (make_type_with_address_space, recursive_type_dump): Add address
1580 class support.
1581 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1582 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1583 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1584
1585 2002-10-16 Klee Dienes <kdienes@apple.com>
1586
1587 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1588 to get the last character of a char[] buffer, not
1589 name[sizeof(vptr_name)-1].
1590
1591 2002-10-14 Adam Fedor <fedor@gnu.org>
1592
1593 * symtab.h: New objc_specific struct.
1594 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1595 (SYMBOL_DEMANGLED_NAME): Likewise.
1596
1597 2002-10-14 Adam Fedor <fedor@gnu.org>
1598
1599 * symfile.c (init_filename_language_table): Add ObjC file extension.
1600
1601 2002-10-14 Adam Fedor <fedor@gnu.org>
1602
1603 * utils.c (puts_filtered_tabular): New function.
1604 (fprintf_symbol_filtered): Get ObjC demangled name.
1605 * defs.h (puts_filtered_tabular): Declared.
1606
1607 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1608
1609 * c-lang.h (c_type_print_varspec_prefix): Delete.
1610 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1611 ``need_post_space'' parameter. Adjust all callers.
1612
1613 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1614
1615 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1616 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1617 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1618 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1619
1620 2002-10-13 Adam Fedor <fedor@gnu.org>
1621
1622 * source.c (print_source_lines): Update comments.
1623
1624 2002-10-13 Adam Fedor <fedor@gnu.org>
1625
1626 * valops.c (value_of_local): New function.
1627 (value_of_this): Use it.
1628 * value.h (value_of_local): Declared.
1629
1630 2002-10-13 Adam Fedor <fedor@gnu.org>
1631
1632 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1633 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1634
1635 2002-10-12 Adam Fedor <fedor@gnu.org>
1636
1637 * language.c (binop_result_type): Add language_objc to case.
1638 (integral_type): Likewise.
1639 (character_type): Likewise.
1640 (string_type): Likewise.
1641 (boolean_type): Likewise.
1642 (structured_type): Likewise.
1643 (binop_type_check): Likewise.
1644
1645 2002-10-11 Adam Fedor <fedor@gnu.org>
1646
1647 * printcmd.c (address_info): Print 'self' for ObjC.
1648
1649 2002-10-11 Adam Fedor <fedor@gnu.org>
1650
1651 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1652 OP_SELF.
1653
1654 2002-10-11 Adam Fedor <fedor@gnu.org>
1655
1656 * language.h (CAST_IS_CONVERSION): Add language_objc.
1657
1658 2002-10-11 Adam Fedor <fedor@gnu.org>
1659
1660 * defs.h (enum language): Add language_objc.
1661
1662 2002-10-11 Klee Dienes <kdienes@apple.com>
1663
1664 * corefile.c (read_memory_typed_address): New function.
1665 * gdbcore.h (read_memory_typed_address): Add prototype.
1666 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1667 to read a value destined for a CORE_ADDR, not read_memory_integer.
1668 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1669 (f77_get_dynamic_lowerbound): Ditto.
1670
1671 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1672
1673 * utils.c (string_to_core_addr): After turning string into
1674 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1675 which will do necessary sign-extension, etc.
1676
1677 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1678
1679 * c-exp.y (THIS): Delete token and grammar rule.
1680 (yylex): Don't return THIS.
1681 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1682 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1683 * demangle.c (cplus_markers): Update comment. Put '$'
1684 first. Remove CPLUS_MARKER.
1685 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1686 * jv-exp.y (THIS): Delete token and grammar rule.
1687 (yylex): Don't return THIS.
1688 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1689 * objc-exp.y (THIS): Delete token and grammar rule.
1690 (yylex): Don't return THIS.
1691 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1692 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1693 (read_member_functions): Likewise for opname.
1694 (read_tilde_fields): Use is_cplus_marker.
1695
1696 * defs.h (CPLUS_MARKER): Don't define.
1697 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1698 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1699 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1700 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1701 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1702
1703 * config/i386/tm-i386v4.h: Delete file.
1704 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1705 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1706 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1707 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1708 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1709 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1710 * config/i386/i386v4.mt (TM_FILE): Likewise.
1711 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1712
1713 2002-10-10 Marko Mlinar <markom@opencores.org>
1714
1715 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1716 accidentially not commited 2002-10-09
1717 * gdbarch.h, gdbarch.c: Re-generate.
1718
1719 2002-10-09 Marko Mlinar <markom@opencores.org>
1720
1721 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1722 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1723 * gdbarch.h, gdbarch.c: Re-generate.
1724
1725 2002-10-08 Petr Sorfa <petrs@caldera.com>
1726
1727 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1728
1729 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1730 so we can work on more than one compilation unit at a time. This
1731 helps prepare GDB to handle inter-CU die references.
1732 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1733 the code to be defined before struct comp_unit_head.
1734 (comp_unit_head): Added new members - offset, cu_head,
1735 begin_die, next and dwarf2_abbrevs.
1736 (dwarf2_abbrevs): Removed single static var; now member of
1737 struct comp_unit_head.
1738 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1739 members.
1740 (psymtab_to_symtab_1): Changed to work with the new
1741 struct comp_unit_head.
1742 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1743 constructs the dwarf2_abbrevs[] inside the cu_header.
1744 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1745 dwarf2_abbrev table to clean up.
1746 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1747 handling of dwarf2_abbrevs inside the cu_header.
1748 (read_partial_die): Now supports the call to the new
1749 dwarf2_lookup_abbrev.
1750 (read_full_die): Now supports the call to the new
1751 dwarf2_lookup_abbrev.
1752
1753 2002-10-06 Christopher Faylor <cgf@redhat.com>
1754
1755 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1756 insure that shell variables, such as "transformed_name" are propagated
1757 to later shell statements in rule.
1758
1759 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1760
1761 * config/i386/nm-i386sco.h: Add protection against
1762 multiple-inclusion. Include "i386/nm-i386v.h".
1763 (REGISTER_U_ADDR): Remove define.
1764 (i386_register_u_addr): Remove prototype.
1765
1766 2002-10-04 Michael Snyder <msnyder@redhat.com>
1767
1768 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1769 before treating it as a single-step event.
1770
1771 2002-10-03 Adam Fedor <fedor@gnu.org>
1772
1773 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1774 (objc_demangle): Remove assignment in if statements, Replace
1775 free with xfree.
1776 (add_msglist): Likewise.
1777 (end_msglist): Likewise.
1778 (complare_selectors): Likewise.
1779 (selectors_info): Likewise.
1780 (compare_classes): Likewise.
1781 (classes_info): Likewise.
1782 (print_object_command): Likewise.
1783 (find_objc_msgcall_submethod): Replace PTR with void *.
1784 * objc-lang.h: Remove check for __STDC__.
1785
1786 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1787
1788 * ui-out.h (ui_out_field_fmt_int): New prototype.
1789 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1790 of field width and alignment.
1791 * stack.c (print_frame_info_base): When printing frame level, use
1792 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1793 PR gdb/192
1794
1795 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1796
1797 * MAINTAINERS: Add self to Write After Approval list.
1798
1799 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1800
1801 * infcmd.c (interrupt_target_command_wrapper): Delete.
1802 (interrupt_target_command): Make non static.
1803 (nofp_registers_info): Make static.
1804 * stack.c (return_command_wrapper): Delete.
1805 (return_command): Make non static.
1806
1807 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1808
1809 * event-top.c (gdb_setup_readline): New function. Code moved from
1810 _initialize_event_loop().
1811 (_initialize_event_loop): Call gdb_setup_readline().
1812
1813 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1814
1815 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1816 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1817 * gdbarch.h, gdbarch.c: Re-generate.
1818
1819 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1820
1821 Fix PR gdb/778
1822 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1823 before recursing.
1824 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1825 of fill_in_vptr_fieldno.
1826
1827 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1828
1829 * inferior.h (registers_info, stepi_command, nexti_command,
1830 continue_command, interrupt_target_command): Export from infcmd.c.
1831 * frame.h (args_info, selected_frame_level_changed_hook,
1832 return_command): Export from stack.c.
1833 * v850ice.c (stepi_command, nexti_command, continue_command): use
1834 prototypes from inferior.h.
1835 * tracepoint.c (registers_info, args_info, locals_info): Use
1836 prototypes from frame.h and inferior.h.
1837 * Makefile.in (mi-main.o): Add dependency on frame.h.
1838
1839 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1840
1841 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1842 value in register 3 adjusted by ppc_gp0_regnum.
1843
1844 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1845
1846 2002-10-02 Marko Mlinar <markom@opencores.org>
1847
1848 * MAINTAINERS: Add myself to the Write After Approval list.
1849
1850 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1851
1852 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1853 of the section for the N64 ABI, fixed.
1854
1855 * config/mips/tm-irix6.h: Include solib.h.
1856
1857 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1858
1859 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1860 GNU operators.
1861
1862 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1863
1864 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1865 and that "mi0" syntax has been removed.
1866
1867 2002-09-30 David Carlton <carlton@math.stanford.edu>
1868
1869 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1870 * ppc-sysv-tdep.c: #include "gdb_string.h".
1871 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1872 pacify GCC.
1873
1874 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1875
1876 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1877 "vrsave"'s register number.
1878
1879 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1880
1881 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1882 use frame_unwind_signed_register to obtain the PC.
1883 (mips_frame_chain): Handle a generic dummy frame.
1884 (mips_init_extra_frame_info): When a generic dummy frame, don't
1885 re-compute the frame base.
1886 (mips_pop_frame): Handle generic dummy frames.
1887 (mips_gdbarch_init): When generic dummy frames, set
1888 use_generic_dummy_frames, push_dummy_frame to
1889 generic_push_dummy_frame, pc_in_call_dummy to
1890 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1891 generic_save_dummy_frame_tos.
1892
1893 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1894
1895 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1896 against TOP when TOP was explictly set.
1897 (generic_push_dummy_frame): Set TOP to zero.
1898
1899 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1900
1901 * event-loop.c (start_event_loop): Rename variable 'result' to
1902 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1903
1904 2002-09-30 Keith Seitz <keiths@redhat.com>
1905
1906 * gdb-events.sh (selected_thread_changed): New event.
1907 * gdb-events.c: Regenerated.
1908 * gdb-events.h: Regenerated.
1909
1910 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1911
1912 * MAINTAINERS: Add self to Write After Approval list.
1913
1914 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1915
1916 * disasm.c: New file.
1917 * disasm.h: New file.
1918 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1919 (compare_lines): Ditto.
1920 (dump_insns): Ditto.
1921 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1922 argument.
1923 (do_assembly_only): Ditto.
1924 (do_disassembly): Renamed to gdb_disassembly and moved to
1925 disasm.c. Sdded uiout argument.
1926 * Makefile.in: Add new files. Reorder SFILES list. Update
1927 dependencies. Include libgdb.a later in the insight executable.
1928
1929 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1930
1931 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1932 bfd/elf64-alpha-fbsd.c.
1933
1934 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1935
1936 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1937 i386gnu-tdep.c.
1938
1939 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1940
1941 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1942 __FUNCTION__.
1943 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1944 function name.
1945 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1946 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1947 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1948 (S_msg_sig_post_reply): Ditto.
1949
1950 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1951
1952 * sh-tdep.c (sh_use_struct_convention): Use definition according
1953 to ABI.
1954 (sh_push_arguments): Store in register with correct endianess.
1955 (sh_default_store_return_value): Ditto.
1956 (sh_gdbarch_init): Set sizeof long double to 8.
1957
1958 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1959
1960 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1961 Fix some whitespace problems.
1962
1963 2002-09-27 David Carlton <carlton@math.stanford.edu>
1964
1965 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1966 (mcore-tdep.o): Ditto.
1967 (ns32k-tdep.o): Ditto.
1968 (ns32knbsd-tdep.o): Ditto.
1969 (sh3-rom.o): Ditto.
1970 (vax-tdep.o): Ditto.
1971 * cris-tdep.c: #include "gdb_string.h"
1972 * mcore-tdep.c: Ditto.
1973 * ns32k-tdep.c: Ditto.
1974 * ns32knbsd-tdep.c: Ditto.
1975 * sh3-rom.c: Ditto.
1976 * vax-tdep.c: Ditto.
1977
1978 2002-09-27 David Carlton <carlton@math.stanford.edu>
1979
1980 * config/djgpp/fnchange.lst: Add entries for
1981 gdb/testsuite/gdb.c++/m-static files.
1982
1983 2002-09-27 Jim Wilson <wilson@redhat.com>
1984
1985 * MAINTAINERS: Add myself to the Write After Approval list.
1986
1987 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1988
1989 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1990
1991
1992 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1993
1994 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1995 frame.
1996
1997 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1998
1999 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
2000 (rs6000_struct_return_address): Delete variable.
2001 (rs6000_store_struct_return): Update.
2002 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
2003 deprecated_extract_struct_value_address.
2004 (rs6000_frame_align): New function.
2005 (rs6000_gdbarch_init): Set frame_align.
2006
2007 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2008
2009 From Grace Sainsbury <graces@redhat.com>:
2010 * Makefile.in (gdbtk-main.o): New target.
2011 (gdb.o): New target.
2012 (main_h): Define.
2013 (main.o): Update dependencies.
2014 (gdb$(EXEEXT)): Add gdb.o.
2015 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
2016 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
2017 (SUBDIR_GDBTK_CLEAN): Set.
2018 (install-gdbtk): Install the insight binary.
2019 (uninstall-gdbtk): New target.
2020 (all-gdbtk, clean-gdbtk): New rule.
2021 * top.c (use_windows): Default to zero.
2022 * main.c: Include "main.h".
2023 (main): Delete.
2024 (struct captured_main_args): Delete.
2025 (gdb_main): New function.
2026 * main.h: New file.
2027 * gdb.c: New File.
2028
2029 2002-09-25 Andrew Cagney <cagney@redhat.com>
2030
2031 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
2032 (frame_map_regnum_to_name): New function.
2033 (frame_map_name_to_regnum): New function.
2034 * frame.h (frame_map_name_to_regnum): Declare.
2035 (frame_map_regnum_to_name): Declare.
2036 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
2037 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
2038 * parse.c: Do not include "builtin-regs.h".
2039 (target_map_name_to_register): Delete function.
2040 (write_dollar_variable): Use frame_map_name_to_regnum.
2041 * parser-defs.h (target_map_name_to_register): Delete declaration.
2042 * expprint.c: Include "frame.h".
2043 (print_subexp): Use frame_map_regnum_to_name.
2044 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
2045 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
2046
2047 2002-09-25 Andrew Cagney <ac131313@redhat.com>
2048
2049 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
2050 wasn't saved, and the next innermost frame is a dummy, return the
2051 dummy frame's link register.
2052
2053 2002-09-24 Jim Blandy <jimb@redhat.com>
2054
2055 Fix from Paul Breed:
2056 * main.c (captured_main): Add a `break' after the case for 'b'.
2057
2058 2002-09-24 Keith Seitz <keiths@redhat.com>
2059
2060 * varobj.c (c_type_of_child): Use get_target_type instead
2061 of TYPE_TARGET_TYPE.
2062
2063 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2064
2065 * source.c (get_current_or_default_source_symtab_and_line): Remove
2066 function.
2067 (set_default_source_symtab_and_line): New function. Attempts to
2068 determine a source file to list lines from if one is not currently
2069 defined.
2070 (get_current_source_symtab_and_line): Initialize sal.pc and
2071 sal.end fields.
2072 (set_current_source_symtab_and_line): Mark argument as const.
2073 * source.h: Update declarations and comments.
2074 * linespec.c (decode_line_1): Replace call to removed routine above.
2075 * stack.c (print_frame_info_base): Ditto.
2076 * cli/cli-cmds.c (edit_command): Ditto.
2077 (list_command): Ditto.
2078
2079 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2080
2081 * source.c (get_current_or_default_source_symtab_and_line): Initialize
2082 sal.pc and sal.end fields.
2083 (get_current_or_default_source_symtab_and_line): Ditto.
2084 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
2085 so we do not cause a new source symtab to be searched for (reverting an
2086 unintentional change from the 2002-09-20 patch).
2087 * scm-lang.c (scm_unpac): Ditto.
2088
2089 2002-09-21 Andrew Cagney <cagney@redhat.com>
2090
2091 * complaints.c (symfile_explanations): Remove new-line from
2092 ``isolated_message''.
2093 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
2094 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
2095
2096 2002-09-20 Nick Clifton <nickc@redhat.com>
2097
2098 * NEWS: Announce that V850EA ISA is no longer supported.
2099 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
2100
2101 2002-09-20 David Carlton <carlton@math.stanford.edu>
2102
2103 * Makefile.in (c-lang.o): Correct dependencies.
2104 (utils.o): Gather dependencies.
2105 (charset.o): Move.
2106 * c-lang.c: #include "gdb_string.h"
2107
2108 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2109
2110 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
2111 * cli/cli-cmds.c (list_command): New function. Implements the new
2112 cli edit command.
2113 (_init_cli_cmds): Add new command definition.
2114 * gdb.1: Document edit command.
2115 * doc/gdb.texinfo: Document edit command.
2116
2117 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2118
2119 * source.c: Make global variables current_source_symtab and
2120 current_source_line static.
2121 (list_command): Moved to cli/cli-cmds.c.
2122 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
2123 (get_first_line_listed): New accessor function.
2124 (get_lines_to_list): New accessor function.
2125 (get_current_source_symtab_and_line): New function. Retrieves the
2126 position in the source code that we consider current.
2127 (get_current_or_default_source_symtab_and_line): New function.
2128 Like the above but attempts to determine a default position if one
2129 is not currently defined.
2130 (set_current_source_symtab_and_line): New function. Sets the source
2131 code position considered current and returns the previously set one.
2132 (clear_current_source_symtab_and_line): Reset stored information about
2133 a current source line.
2134 (_initialize_source): Remove registration for the "list" command and
2135 its alias.
2136 * source.h: Add declarations for the new functions above.
2137 * symtab.h: Remove declarations for the global variables mentioned
2138 above.
2139 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
2140 obtain current source line.
2141 * linespec.c (decode_line_1): Ditto.
2142 * macroscope.c (default_macro_scope): Ditto.
2143 * scm-lang.c (scm_unpac): Ditto.
2144 * stack.c (print_frame_info_base): Ditto.
2145 * symfile.c (clear_symtab_users): Ditto.
2146 * symtab.c (decode_line_spec): Ditto.
2147 * cli/cli-cmds.c (list_command): Moved here from source.c.
2148 (ambiguous_line_spec): Moved here from source.c.
2149 (_init_cli_cmds): Add definition for "list" and its alias.
2150 * Makefile.in: Update dependencies.
2151
2152 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2153
2154 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
2155 with what gcc thinks is correct.
2156
2157 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2158
2159 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2160 multiple register push instruction.
2161
2162 2002-09-19 Jim Blandy <jimb@redhat.com>
2163
2164 Add support for distinct host and target character sets.
2165 * charset.c, charset.h: New files.
2166 * c-exp.y: #include "charset.h".
2167 (yylex): Convert character and string literals to the target
2168 character set, before returning them as the semantic value of the
2169 token.
2170 * c-lang.c: #include "charset.h".
2171 (c_emit_char): Use charset-specific methods to recognize
2172 characters with backslash escape forms, to decide which characters
2173 to print literally and which to print using numeric escape
2174 sequences, and to convert target characters to host characters
2175 before printing.
2176 * utils.c: #include "charset.h".
2177 (no_control_char_error): New function.
2178 (parse_escape): Use charset-specific methods to recognize
2179 backslash escapes, parse `control character' notation, and convert
2180 characters from the host character set to the target character set.
2181 * configure.in: Set the default host character set.
2182 Check where to find iconv, and what its argument types might be.
2183 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2184 * Makefile.in (SFILES): List charset.c.
2185 (COMMON_OBS): List charset.o.
2186 (charset.o): New rule.
2187 (charset_h): New header dependency variable.
2188 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2189 (LIBICONV): New variable, set by configure.
2190 (CLIBS): Include $(LIBICONV) here.
2191 * aclocal.m4, config.in, configure: Regenerated.
2192
2193 2002-09-19 Joel Brobecker <brobecker@gnat.com>
2194
2195 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2196 bison 1.35 warning.
2197
2198 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
2199
2200 * gdb_mbuild.sh: New file.
2201
2202 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2203
2204 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2205
2206 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2207
2208 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2209 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2210 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2211 valops.c, value.h: Revert previous change.
2212
2213 2002-09-18 Michael Snyder <msnyder@redhat.com>
2214
2215 Preliminary support for Objective-C:
2216 * defs.h (language_objc): New enum value.
2217 (puts_filtered_tabular): Declaration only, exported from utils.c.
2218 (skip_quoted): Delete, declared in completer.h.
2219 * c-exp.y: Include completer.h.
2220 * p-exp.y: Ditto.
2221 * jv-exp.y: Ditto.
2222 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2223 New operator enum values.
2224 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2225 * language.c (binop_result_type): Handle language_objc case.
2226 (integral_type, character_type, string_type, boolean_type,
2227 structured_type, binop_type_check): Ditto.
2228 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2229 (struct objc_specific): Add to general_symbol_info.
2230 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2231 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2232 * parser-defs.h (struct objc_class_str): New struct type.
2233 (start_msglist, end_msglist, add_msglist): Declaration only,
2234 exported from objc-lang.c.
2235 * value.h (value_of_local, value_nsstring,
2236 call_function_by_hand_expecting_type): Exported from valops.c.
2237 * valops.c (find_function_addr): Export.
2238 (call_function_by_hand_expecting_type): New function.
2239 (value_of_local): New function.
2240 * symfile.c (init_filename_language_table): Add ".m" extension
2241 for Objective-C.
2242 * utils.c (puts_filtered_tabular): New function.
2243 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2244 (set/show demangle): Extend help-string to refer to ObjC.
2245 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2246 * stabsread.c (symbol_reference_defined): Objective-C symbols
2247 may contain colons: make allowances when scanning stabs strings
2248 for colons.
2249 (objc_find_colon): New function.
2250 * printcmd.c (address_info): If language == objc then print
2251 "self" instead of "this".
2252 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2253 OP_NSSTRING, and OP_SELF.
2254 (prefixify_subexp): Ditto.
2255 * source.c (print_source_lines): Mention objc in comment.
2256 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2257 method names.
2258
2259 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2260
2261 * complaints.h: Update copyright.
2262 (struct complaints): Declare.
2263 (struct complaint): Make `message' constant.
2264 (internal_complaint): Declare.
2265 (complaint): Declare.
2266 (complaint_root): Delete declaration.
2267 (symfile_complaints): Delete declaration.
2268 (struct complaints): Add opaque declaration.
2269 (clear_complaints): Add a complaints parameter.
2270 * complaints.c: Update copyright.
2271 (enum complaint_series): Define.
2272 (complaint_root): Delete.
2273 (struct complaints): Define.
2274 (complaint_sentinel, symfile_complaint_book): New variables.
2275 (symfile_explanations, symfile_complaints): New variables.
2276 New variables.
2277 (get_complaints): New function.
2278 (vcomplaint): New function.
2279 (complaint): New function.
2280 (internal_complaint): New function.
2281 (complain): Call vcomplain with symfile_complaint.
2282 (clear_complaints): Rewrite.
2283 (_initialize_complaints): Use add_setshow_command.
2284 * Makefile.in (complaints.o): Update dependencies.
2285 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2286 to call to clear_complaints.
2287 (new_symfile_objfile, reread_symbols): Ditto.
2288 (oldsyms_complaint): Delete.
2289 (empty_symtab_complaint, unknown_option_complaint): Delete.
2290 (free_named_symtabs): Use complaint instead of complain.
2291
2292 2002-09-18 Michael Snyder <msnyder@redhat.com>
2293
2294 Contributed by Apple Computer, Inc. Merged with current sources
2295 by Adam Fedor <fedor@doc.com> [cagney].
2296
2297 * objc-lang.c: First clean-up round: comments, indentation.
2298 * objc-lang.h: Ditto.
2299 * objc-lang.y: Ditto.
2300
2301 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2302
2303 * maint.c (maintenance_internal_error): Print the parameter as the
2304 error message.
2305 (maintenance_internal_warning): New function.
2306 (_initialize_maint_cmds): Add command `maint internal-warning'.
2307
2308 * defs.h (internal_warning, internal_vwarning): Declare.
2309 * utils.c (struct internal_problem): Define.
2310 (internal_vproblem): New function.
2311 (internal_warning): New function.
2312 (internal_vwarning): New function.
2313 (internal_warning_problem, internal_error_problem): New variables.
2314 (internal_verror): Just call internal_vproblem.
2315
2316 2002-09-18 Michael Snyder <msnyder@redhat.com>
2317
2318 * objc-lang.c: New file, support for Objective-C.
2319 Preliminary check-in, not yet integrated into gdb.
2320 * objc-lang.h: New file.
2321 * objc-exp.y: New file.
2322
2323 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2324
2325 * infrun.c (signal_stop_update): Convert definition to ISO C.
2326 (signal_print_update): Ditto.
2327 (signal_pass_update): Ditto.
2328 * inflow.c (terminal_save_ours): Ditto.
2329
2330 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2331 comments.
2332
2333 * config/djgpp/fnchange.lst: Handle name clashes between
2334 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2335 bfd/coff-tic80.c.
2336
2337 * i386-linux-tdep.h: Fix tipo.
2338
2339 2002-09-18 Adam Fedor <fedor@gnu.org>
2340
2341 * MAINTAINERS: Add myself to the Write After Approval list.
2342
2343 2002-09-18 Jim Blandy <jimb@redhat.com>
2344
2345 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2346 texthigh and textlow to reader-specific structs caused
2347 objfile_relocate to miss them. This is fixable, but the work that
2348 the change was supposed to prepare GDB for never got done anyway.
2349
2350 2002-09-18 David Carlton <carlton@math.stanford.edu>
2351
2352 * MAINTAINERS: Alphabetize Write After Approval list.
2353
2354 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2355
2356 Fix PR gdb/709
2357 * values.c (value_static_field): Call read_var_value.
2358
2359 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2360
2361 * valops.c (hand_function_call): Align the initial stack pointer
2362 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2363 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2364 return value.
2365 * mips-tdep.c (mips_frame_align): New function.
2366 (mips_gdbarch_init): Set frame_align.
2367 * gdbarch.sh (FRAME_ALIGN): New method.
2368 * gdbarch.h, gdbarch.c: Re-generate.
2369
2370 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2371
2372 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2373 registers.
2374
2375 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2376
2377 * NEWS: Mention that MIPS $fp behavior changed.
2378 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2379 reference to FP_REGNUM.
2380 (mipsnbsd_cannot_store_register): Ditto.
2381 * mips-linux-nat.c: Update copyright.
2382 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2383 (mips_linux_cannot_store_register): Ditto.
2384 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2385 * config/mips/tm-mips.h: Update copyright.
2386 (FP_REGNUM): Delete macro.
2387 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2388 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2389 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2390 (mips_r3041_reg_names, mips_r3051_reg_names)
2391 (mips_r3081_reg_names): Replace "fp" with "".
2392 Fix PR gdb/480.
2393
2394 2002-09-17 Theodore A. Roth <troth@verinet.com>
2395
2396 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2397 generic_read_register_dummy() (PR gdb/703).
2398 (avr_push_return_address): #if 0 out unused vars.
2399 (avr_gdbarch_init): Enable use of avr_push_return_address().
2400
2401 2002-09-17 Michael Snyder <msnyder@redhat.com>
2402
2403 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2404 RTE will take care of it.
2405
2406 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2407
2408 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2409 invalid, return SP_REGNUM.
2410
2411 2002-09-17 Michael Snyder <msnyder@redhat.com>
2412
2413 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2414 point registers without sign extension.
2415
2416 2002-09-17 Andrew Cagney <cagney@redhat.com>
2417
2418 * blockframe.c (deprecated_read_register_dummy): Rename
2419 generic_read_register_dummy.
2420 * frame.c (frame_unwind_signed_register): New function.
2421 (frame_unwind_unsigned_register): New function.
2422 * frame.h (frame_unwind_signed_register): Declare.
2423 (frame_unwind_unsigned_register): Declare.
2424 (deprecated_read_register_dummy): Rename
2425 generic_read_register_dummy.
2426
2427 * h8300-tdep.c (h8300_frame_chain): Update.
2428 (h8300_frame_saved_pc): Update.
2429 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2430 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2431 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2432 (s390_frame_chain): Update.
2433 * v850-tdep.c (v850_find_callers_reg): Update.
2434 (v850_frame_saved_pc): Update.
2435 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2436 (m32r_find_callers_reg): Update.
2437 (m32r_frame_saved_pc): Update.
2438 * sh-tdep.c (sh_find_callers_reg): Update.
2439 (sh64_get_saved_pr): Update.
2440 (sh_init_extra_frame_info): Update.
2441 (sh_init_extra_frame_info): Update.
2442 (sh64_init_extra_frame_info): Update.
2443 (sh64_init_extra_frame_info): Update.
2444 * mcore-tdep.c (mcore_find_callers_reg): Update.
2445 (mcore_frame_saved_pc): Update.
2446 (mcore_init_extra_frame_info): Update.
2447 * i386-tdep.c (i386_frame_saved_pc): Update.
2448 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2449 (ia64_init_extra_frame_info): Update.
2450 (ia64_init_extra_frame_info): Update.
2451 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2452 * cris-tdep.c (cris_init_extra_frame_info): Update.
2453 * avr-tdep.c (avr_frame_chain): Update.
2454 (avr_init_extra_frame_info): Update.
2455 (avr_frame_saved_pc): Update.
2456 * arm-tdep.c (arm_find_callers_reg): Update.
2457 (arm_init_extra_frame_info): Update.
2458 (arm_frame_saved_pc): Update.
2459
2460 2002-09-17 Tom Tromey <tromey@redhat.com>
2461
2462 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2463 is "'".
2464
2465 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2466
2467 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2468 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2469 NEXT_PROLOGUE_INSN.
2470 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2471 NEXT_PROLOGUE_INSN.
2472
2473 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2474
2475 * osfsolib.c: Remove file, replaced by solib-osf.c.
2476 * Makefile.in: Remove compilation rules for osfsolib.c.
2477
2478 2002-09-16 David Carlton <carlton@math.stanford.edu>
2479
2480 * cp-valprint.c (cp_print_class_method): Correct args to
2481 check_stub_method_group.
2482
2483 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2484
2485 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2486 `set architecture'. Unify naming convention of functions.
2487 (h8300_skip_prologue): Improve prologue analysis.
2488 (h8300_push_arguments): Rewritten to more closely match GCC's
2489 bizarre argument-passing behavior, along with the comment describing
2490 said behavior.
2491 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2492 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2493 sim, remote-e7000.c, remote-hms.c and remote.c
2494
2495 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2496
2497 * i386-tdep.c (gdb_print_insn_i386): Removed.
2498 (i386_print_insn): New function.
2499 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2500 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2501 tm_print_insn_info.
2502
2503 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2504
2505 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2506 zero.
2507
2508 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2509
2510 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2511 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2512 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2513
2514 2002-09-13 Christopher Faylor <cgf@redhat.com>
2515
2516 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2517
2518 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2519
2520 * gdbtypes.c (check_stub_method): Make static.
2521 (check_stub_method_group): New function.
2522 * gdbtypes.h: Update prototypes.
2523 * cp-support.c: New file.
2524 * cp-support.h: New file.
2525
2526 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2527 (update_method_name_from_physname): New function.
2528 (read_member_functions): Correct method names for operators
2529 and v3 constructors/destructors. Separate v2 constructors and
2530 destructors.
2531 * Makefile.in (stabsread.o): Update dependencies.
2532 (SFILES): Add cp-support.c.
2533 (COMMON_OBS): Add cp-support.o.
2534 (cp_support_h, cp-support.o): Add.
2535
2536 * cp-valprint.c (cp_print_class_method): Call
2537 check_stub_method_group instead of check_stub_method. Remove
2538 extraneous QUITs.
2539 * p-valprint.c (pascal_object_print_class_method): Likewise.
2540 * valops.c (search_struct_method): Likewise.
2541 (find_method_list, value_struct_elt_for_reference): Likewise.
2542
2543 2002-09-13 Andrew Cagney <cagney@redhat.com>
2544
2545 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2546 * gdbarch.h, gdbarch.c: Regenerate.
2547
2548 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2549
2550 * frame.c (find_saved_register): Delete function.
2551 * frame.h (find_saved_register): Delete declaration.
2552 Fix PR gdb/631.
2553
2554 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2555
2556 * mips-tdep.c (read_next_frame_reg): Re-hack using
2557 frame_register_unwind.
2558
2559 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2560
2561 * mips-tdep.c (mips_get_saved_register): Re-hack using
2562 frame_register_unwind.
2563
2564 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2565
2566 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2567 vector. Will be useful for Interix.
2568 * gdbarch.h, gdbarch.c: Regenerate.
2569
2570 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2571 name of the malloc function by NAME_OF_MALLOC.
2572
2573 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2574
2575 * value.h (find_function_in_inferior): Add const keyword to
2576 one of the parameters. Allows us to invoke this function with
2577 a const char *.
2578 * valops.c (find_function_in_inferior): Likewise.
2579
2580 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2581
2582 * exec.c (xfer_memory): Fix compilation warning with old versions
2583 of GCC.
2584 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2585
2586 2002-09-12 David Carlton <carlton@math.stanford.edu>
2587
2588 * symtab.h: Run through gdb_indent.h.
2589 Add 2002 to Copyright year list.
2590
2591 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2592
2593 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2594 mach constants.
2595 * MAINTAINERS: Add myself to write after approval list.
2596
2597 2002-09-11 J. Brobecker <brobecker@gnat.com>
2598
2599 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2600
2601 2002-09-11 J. Brobecker <brobecker@gnat.com>
2602
2603 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2604 Interix.
2605
2606 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2607
2608 * procfs.c (do_detach): Clear current signal, not just fault.
2609 Corrects problem with breakpoint trap signal leaking to detached
2610 process on Tru64.
2611
2612 2002-09-10 Michael Snyder <msnyder@redhat.com>
2613
2614 * buildsym.c (finish_block): Protect against null pointer.
2615
2616 2002-09-10 Andrew Cagney <cagney@redhat.com>
2617
2618 * infcmd.c (default_print_registers_info): Send all output to
2619 ``file'' instead of ``gdb_stdout''.
2620
2621 2002-09-10 Michael Snyder <msnyder@redhat.com>
2622
2623 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2624 LONGEST, and use signed register read (addresses are sign-
2625 extended for mips).
2626
2627 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2628
2629 * event-loop.c (gdb_do_one_event): Make public.
2630 * event-loop.h (gdb_do_one_event): Declare.
2631
2632 2002-09-10 Jeff Law <law@redhat.com>
2633
2634 * infttrace.c (child_resume): Simplify and rework to avoid
2635 TT_PROC_CONTINUE.
2636
2637 2002-09-09 Fred Fish <fnf@intrinsity.com>
2638
2639 * printcmd.c (print_scalar_formatted): "len" is the number of
2640 target bytes, NOT the number of target bits.
2641
2642 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2643
2644 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2645 * top.c (init_main): Set rl_terminal_name.
2646
2647 2002-09-08 Aidan Skinner <aidan@velvet.net>
2648
2649 * ada-lang.c (ada_array_bound, ada_type_match,
2650 _initialize_ada_language): Fix K&R definitions.
2651 * ada-tasks.c (get_current_task): Fix K&R definitions.
2652 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2653
2654 2002-09-07 Christopher Faylor <cgf@redhat.com>
2655
2656 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2657 Add XP.
2658
2659 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2660
2661 * i386-tdep.c (i386_register_virtual_type,
2662 i386_register_convertible, i386_register_convert_to_virtual,
2663 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2664 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2665 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2666 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2667 Don't set push_arguments twice.
2668
2669 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2670 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2671 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2672 sigtramp_end to NULL.
2673 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2674 defines.
2675 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2676
2677 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2678 whitespace.
2679
2680 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2681 * gdbarch.h, gdbarch.c: Re-generate.
2682 * blockframe.c (find_pc_sect_partial_function): Convert to use
2683 SIGTRAMP_START_P predicate.
2684
2685 2002-09-05 Michael Snyder <msnyder@redhat.com>
2686
2687 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2688 generic_dummy_frame method and old method. Also distinguish
2689 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2690 (arm_extract_return_value): Use new regcache method.
2691
2692 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2693 adjustment that doesn't conform to the ABI.
2694 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2695 saved regcache, not from current regcache.
2696
2697 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2698
2699 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2700 * README: Update.
2701
2702 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2703
2704 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2705 if arm_apcs_32 is false.
2706
2707 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2708
2709 GDB 5.3 branch created.
2710
2711 2002-09-03 Theodore A. Roth <troth@verinet.com>
2712
2713 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2714 generic_unwind_get_saved_register.
2715
2716 2002-09-03 David Carlton <carlton@math.stanford.edu>
2717
2718 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2719 argument (PR gdb/653). Update call to smash_to_method_type.
2720 (read_structure_scope): Update call to dwarf2_add_member_fn.
2721
2722 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2723
2724 * x86-64-linux-tdep.c: Include gdb_string.h
2725 * x86-64-linux-nat.c: Ditto.
2726
2727 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2728
2729 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2730 when YYDEBUG is set to 1.
2731 * c-exp.y: Likewise.
2732 * f-exp.y: Likewise.
2733 * jv-exp.y: Likewise.
2734 * m2-exp.y: Likewise.
2735 * p-exp.y: Likewise.
2736
2737 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2738
2739 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2740 dependency list.
2741 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2742 solib_svr4_fetch_link_map_offsets to
2743 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2744 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2745 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2746 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2747 solib-svr4.o, and solib-legacy.o.
2748 * config/i386/tm-nbsd.h: Include solib.h.
2749
2750 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2751
2752 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2753 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2754 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2755 comment noting that this needs its own target configuration.
2756 * config/i386/nbsd.mt: New file.
2757 * config/i386/nbsdaout.mt: Remove.
2758 * config/i386/nbsdelf.mt: Ditto.
2759 * config/i386/tm-nbsdaout.h: Ditto.
2760
2761 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2762
2763 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2764 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2765 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2766 tdep->sigtramp_end.
2767 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2768 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2769 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2770
2771 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2772
2773 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2774 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2775 * i386-tdep.h (i386bsd_init_abi): New prototype.
2776 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2777 function declaration.
2778 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2779 for NetBSD-a.out or NetBSD-ELF.
2780 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2781 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2782 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2783 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2784 and nbsd-tdep.h.
2785 (i386nbsd_pc_in_sigtramp): New function.
2786 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2787 i386nbsd_pc_in_sigtramp.
2788 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2789 and i386nbsdelf_init_abi OS ABI handlers.
2790 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2791 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2792
2793 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2794
2795 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2796 registers if the target really has them.
2797
2798 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2799
2800 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2801 than nbsd-tdep.h.
2802
2803 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2804
2805 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2806 list.
2807 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2808 (alphanbsd_skip_sigtramp_frame): New functions.
2809 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2810 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2811 to alphanbsd_sigcontext_addr.
2812
2813 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2814
2815 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2816 list.
2817 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2818 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2819 nbsd_pc_in_sigtramp.
2820 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2821 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2822 * nbsd-tdep.c: Include gdb_string.h.
2823 (nbsd_pc_in_sigtramp): New function.
2824 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2825 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2826 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2827 ppcnbsd_pc_in_sigtramp.
2828 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2829 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2830 shnbsd_pc_in_sigtramp.
2831 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2832 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2833 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2834
2835 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2836
2837 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2838 watchpoints to NULL.
2839 (insert_breakpoints): set val field of watchpoints if NULL.
2840
2841
2842 2002-08-29 Jim Blandy <jimb@redhat.com>
2843
2844 * symtab.c (lookup_symbol_aux): In the cases where we find a
2845 minimal symbol of an appropriate name and use its address to
2846 select a symtab to read and search, use `name' (as passed to us)
2847 as the demangled name when searching the symtab's global and
2848 static blocks, not the minsym's name.
2849
2850 2002-08-29 Keith Seitz <keiths@redhat.com>
2851
2852 * stack.c (print_frame_info_base): Always set current_source_symtab
2853 and current_source_line.
2854
2855 2002-08-29 Donn Terry <donnte@microsoft.com>
2856
2857 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2858
2859 2002-08-28 Keith Seitz <keiths@redhat.com>
2860
2861 * stack.c (select_frame): Add FIXME concerning selected-frame
2862 events.
2863 (select_frame_command): Send selected-frame-level-changed
2864 event notification, but only if the level actually changed.
2865 (up_silently_base): Add selected-frame-level-changed event
2866 notification.
2867 (down_silently_base): Likewise.
2868
2869 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2870
2871 * Makefile.in: Update dependencies for all gdb/*.c files.
2872
2873 2002-08-27 Tom Tromey <tromey@redhat.com>
2874
2875 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2876 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2877 Update dependencies.
2878 * i387-tdep.c: Include gdb_string.h.
2879 * osabi.c: Likewise.
2880 * i386-linux-nat.c: Likewise.
2881 * lin-lwp.c: Likewise.
2882 * ax-gdb.c: Likewise.
2883 * signals/signals.c: Likewise.
2884 * jv-valprint.c: Likewise.
2885 * p-lang.c: Likewise.
2886 * c-valprint.c: Likewise.
2887 * cp-abi.c: Likewise.
2888
2889 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2890
2891 * cli/cli-script.h (copy_command_lines): Export.
2892 * breakpoint.c: Include cli/cli-script.h.
2893 * Makefile.in (breakpoint.o): Update dependencies.
2894
2895 2002-08-26 Michael Snyder <msnyder@redhat.com>
2896
2897 * breakpoint.c (insert_breakpoints): Protect all references
2898 to 'process_warning'. Shorten long lines.
2899
2900 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2901
2902 * cli/cli-script.c (copy_command_lines): New function.
2903 * defs.h (copy_command_lines): Export.
2904 * testsuite/gdb.base/commands.exp: New tests for commands
2905 attached to a temporary breakpoint, and for commands that
2906 delete the breakpoint they are attached to.
2907
2908 2002-08-26 Michael Snyder <msnyder@redhat.com>
2909
2910 * breakpoint.c (bpstat_stop_status): Instead of copying the
2911 pointer to the breakpoint commands struct, make a new copy
2912 of the struct and point to that.
2913 (bpstat_clear): Free the commands struct.
2914 (bpstat_clear_actions): Free the commands struct.
2915 (bpstat_do_actions): Free the command actions. Also execute
2916 the local cleanups, instead of deleting them.
2917 (delete_breakpoint): Leave the commands field of the bpstat
2918 chain alone -- it will be freed later.
2919
2920 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2921
2922 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2923 deleted in 2002-08-20 commit. This function is still used by
2924 ppc-linux-nat.c.
2925
2926 2002-08-26 Keith Seitz <keiths@redhat.com>
2927
2928 * gdb-events.sh: Add selected-frame-level-changed event.
2929 * gdb-events.c: Regenerated.
2930 * gdb-events.h: Regenerated.
2931
2932 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2933
2934 Fix PR gdb/393:
2935 * inflow.c (terminal_save_ours): New function to save terminal
2936 settings.
2937 * inferior.h (terminal_save_ours): Declare.
2938 * target.c (debug_to_terminal_save_ours): New function.
2939 (cleanup_target): Defaults to_terminal_save_ours.
2940 (update_current_target): Inherit to_terminal_save_ours.
2941 (setup_target_debug): Set to_terminal_save_ours.
2942 * target.h (target_terminal_save_ours): New to save terminal settings.
2943 (target_ops): New member to_terminal_save_ours.
2944 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2945 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2946 * inftarg.c (init_child_ops): Likewise.
2947 * m3-nat.c (init_m3_ops): Likewise.
2948 * procfs.c (init_procfs_ops): Likewise.
2949 * wince.c (init_child_ops): Likewise.
2950 * win32-nat.c (init_child_ops): Likewise.
2951 * sol-thread.c (init_sol_thread_ops): Likewise.
2952
2953 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2954
2955 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2956 use regcache_* functions.
2957 (i386_gdbarch_init): Set store_return_value instead of
2958 deprecated_store_return_value.
2959
2960 * regcache.c (regcache_raw_write_signed,
2961 regcache_raw_write_unsigned): New functions.
2962 * regcache.h (regcache_raw_write_signed,
2963 regcache_raw_write_unsigned): New prototypes.
2964
2965 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2966
2967 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2968 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2969 source file dependencies. Cleanup corresponding generator rules.
2970
2971 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2972
2973 * regcache.h (register_offset_hack): Declare.
2974 (regcache_cooked_read_using_offset_hack): Declare.
2975 (regcache_cooked_write_using_offset_hack): Declare.
2976
2977 * regcache.c (register_offset_hack): New function.
2978 (regcache_cooked_read_using_offset_hack): New function.
2979 (regcache_cooked_write_using_offset_hack): New function.
2980 (regcache_dump): Check that the registers, according to their
2981 offset, are packed hard against each other.
2982 (cooked_xfer_using_offset_hack): New function.
2983
2984 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2985
2986 * regcache.c (struct regcache_descr): Add field register_type.
2987 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2988 in as a parameter
2989 (init_regcache_descr): Initialize register_type. Pass the descr
2990 to init_legacy_regcache_descr. Use register_type instead of
2991 REGISTER_VIRTUAL_TYPE.
2992 (register_type): New function.
2993 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2994 * regcache.h (register_type): Declare.
2995
2996 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2997
2998 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2999 instead of deprecated_store_return_value. Fix fallout from
3000 2002-08-23 Andrew Cagney <cagney@redhat.com>.
3001
3002 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3003
3004 * regcache.c (max_register_size): New function.
3005 (init_legacy_regcache_descr): Ensure that max_register_size is
3006 large enough for REGISTER_VIRTUAL_SIZE.
3007 * regcache.h (max_register_size): Declare.
3008
3009 2002-08-24 Andrew Cagney <ac131313@redhat.com>
3010
3011 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
3012 store_return_value.
3013 (e500_extract_return_value): Change type of valbuf pointer to
3014 void.
3015
3016 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3017
3018 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
3019 workaround.
3020
3021 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
3022 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
3023 long long) to prevent compiler warning on 64-bit systems.
3024
3025 2002-08-23 Andrew Cagney <cagney@redhat.com>
3026
3027 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
3028 (DEPRECATED_STORE_RETURN_VALUE): New method.
3029 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
3030 * gdbarch.h, gdbarch.c: Re-generate.
3031
3032 * values.c (set_return_value): Pass current_regcache to
3033 STORE_RETURN_VALUE.
3034 * arch-utils.h (legacy_store_return_value): Declare.
3035 * arch-utils.c (legacy_store_return_value): New function.
3036 (legacy_extract_return_value): Update parameters.
3037
3038 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
3039 STORE_RETURN_VALUE.
3040 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3041 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3042 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3043 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3044 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3045 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3046 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3047 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3048 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3049 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3050
3051 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3052 * i386-tdep.c (i386_extract_return_value): Update.
3053 * arch-utils.c (legacy_extract_return_value): Update.
3054 * frv-tdep.c (frv_gdbarch_init): Update.
3055 * cris-tdep.c (cris_gdbarch_init): Update.
3056 * d10v-tdep.c (d10v_gdbarch_init): Update.
3057 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3058 * m68k-tdep.c (m68k_gdbarch_init): Update.
3059 * mcore-tdep.c (mcore_gdbarch_init): Update.
3060 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3061 * s390-tdep.c (s390_gdbarch_init): Update.
3062 * sparc-tdep.c (sparc_gdbarch_init): Update.
3063 * sh-tdep.c (sh_gdbarch_init): Update.
3064 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3065 * v850-tdep.c (v850_gdbarch_init): Update.
3066 * avr-tdep.c (avr_gdbarch_init): Update.
3067 * ia64-tdep.c (ia64_gdbarch_init): Update.
3068 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3069 * vax-tdep.c (vax_gdbarch_init): Update.
3070 * alpha-tdep.c (alpha_gdbarch_init): Update.
3071 * arm-tdep.c (arm_gdbarch_init): Update.
3072 * mips-tdep.c (mips_gdbarch_init): Update.
3073 * i386-tdep.c (i386_gdbarch_init): Update.
3074
3075 2002-08-23 Andrew Cagney <ac131313@redhat.com>
3076
3077 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
3078 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
3079
3080 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3081
3082 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
3083 problems.
3084
3085 2002-08-23 Joel Brobecker <brobecker@gnat.com>
3086
3087 * infrun.c (handle_inferior_event): Move a comment outside of a
3088 function call, in order to avoid indent reformatting this part
3089 of the code in an unreadable way.
3090
3091 2002-08-23 Grace Sainsbury <graces@redhat.com>
3092
3093 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
3094 when breakpoints fail. Move general breakpoint error messages to
3095 insert_breakpoints.
3096 * breakpoint.c (insert_breakpoints): Change warnings when
3097 breakpoints are nto inserted to specify the type. Remove call to
3098 memory_error when hardware breakpoints can't be inserted. Remove
3099 multiple calls to warning so all messages are sent to the user at
3100 once.
3101 (delete_breakpoints): Make insert error messsages more explicit.
3102
3103 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
3104
3105 * ChangeLog: Move gdbserver entries after GDB 5.2 to
3106 gdbserver/ChangeLog.
3107
3108 2002-08-23 Mark Kettenis <kettenis@gnu.org>
3109
3110 * i386-tdep.c: Include "objfiles.h".
3111 (i386_svr4_init_abi): Set in_solib_call_trampoline and
3112 skip_trampoline_code.
3113 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
3114 (CPLUS_MARKER): Define to '.'.
3115
3116 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
3117 member.
3118 (linux_corefile_thread_callback): Increase args->num_notes.
3119 (linux_make_note_section): Initialize thread_args.num_notes, and
3120 use it to determine whether notes for any threads were created.
3121
3122 2002-08-23 Donn Terry <donnte@microsoft.com>
3123
3124 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
3125 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
3126 and PCUNKILL.
3127 (write_with_trace): Conditionalize out the switch branch handling
3128 PCSHOLD if the corresponding macro is not defined. Likewise for
3129 PRSABORT and PRSTOP.
3130 This change will be needed by the Interix port.
3131
3132 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3133
3134 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
3135 write_register wherever possible instead of manipulating the
3136 register bytes directly.
3137 Assign VALUE_CONTENTS to a variable and use that.
3138 The GPR numbers are now dependent on the architecture.
3139
3140 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3141
3142 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
3143 ev_offset fields.
3144 (skip_prologue): Add support for BookE/e500 instructions.
3145 (e500_extract_return_value): New function.
3146 (frame_get_saved_regs): Add support for saving ev registers and
3147 pseudo gpr's.
3148 (e500_store_return_value): New function.
3149 (rs6000_gdbarch_init): Move up default intializations of
3150 deprecated_extract_return_value and store_return_value. Overwrite
3151 init of store_return_value with e500 specific version.
3152 Set extract_return_value for e500.
3153
3154 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3155
3156 * blockframe.c (generic_call_dummy_register_unwind): Use
3157 regcache_cooked_read to catch cases in which the variable is
3158 stored in a pseudo register.
3159
3160 2002-08-22 Andrew Cagney <cagney@redhat.com>
3161
3162 * NEWS: Mention that the i960 has been made obsolete.
3163 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3164 i960-tdep.c
3165 (remote-nrom.o): Obsolete target.
3166 (remote-nindy.o, i960-tdep.o): Ditto.
3167 * remote-nrom.c: Make file obsolete.
3168 * remote-nindy.c, remote-vx960.c: Ditto.
3169 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3170 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3171 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3172 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3173 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3174 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3175 i960-*-vxworks* obsolete.
3176 * MAINTAINERS: Note that the i960 is obsolete.
3177
3178 2002-08-21 Corinna Vinschen <vinschen@redhat.com
3179
3180 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3181 detach to allow reinitialization.
3182
3183 2002-08-22 Andrew Cagney <ac131313@redhat.com>
3184
3185 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3186 attempt).
3187
3188 2002-08-22 Jim Blandy <jimb@redhat.com>
3189
3190 * coffread.c (coff_symfile_read): Don't try to read the line
3191 number table from disk if the image file doesn't have a symbol
3192 table; we'll never actually look at the info anyway, and Windows
3193 ships DLL's with bogus file offsets for the line number data.
3194
3195 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
3196
3197 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3198 an e500 executable.
3199
3200 2002-08-21 Michael Snyder <msnyder@redhat.com>
3201
3202 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3203 (MSYMBOL_SIZE): Replace macro with function.
3204 (DEFAULT_MIPS_TYPE): Delete unused macro.
3205 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3206 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3207
3208 2002-08-21 Jim Blandy <jimb@redhat.com>
3209
3210 * valops.c (value_cast): Simplify and correct logic for doing a
3211 static cast from a pointer to a base class to a pointer to a
3212 derived class.
3213
3214 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3215
3216 * infcmd.c (default_print_registers_info): Replace
3217 do_registers_info.
3218 (registers_info): Use gdbarch_print_registers_info instead of
3219 DO_REGISTERS_INFO.
3220 * inferior.h (default_print_registers_info): Replace
3221 do_registers_info.
3222 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3223 (DO_REGISTERS_INFO): Change to a predicate function.
3224 * gdbarch.h, gdbarch.c: Regenerate.
3225
3226 2002-08-21 Keith Seitz <keiths@redhat.com>
3227
3228 * gdb-events.sh: Add target-changed event.
3229 * gdb-events.c: Regenerated.
3230 * gdb-events.c: Regenerated.
3231 * valops.c (value_assign): Add target-changed event notification
3232 to inlval_register, lval_memory, and lval_reg_frame_relative.
3233
3234 2002-08-21 Joel Brobecker <brobecker@gnat.com>
3235
3236 * NEWS: Add an entry regarding the improvement of the next/step
3237 operation on Alpha Tru64 multi-processor machines.
3238
3239 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3240
3241 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3242 directores.
3243 * Makefile.in: Update all _h macro definitions.
3244 * Makefile.in (install-gdbtk): Move to install section.
3245 (rdi-share/libangsd.a): Move to end of file.
3246
3247 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3248
3249 * frame.c (frame_register_unwind): When a register, set addrp to
3250 the register's byte.
3251
3252 2002-08-20 Michael Snyder <msnyder@redhat.com>
3253
3254 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3255 used locally, so move them from the target machine header to here.
3256 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3257 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3258 Make static.
3259 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3260
3261 2002-08-20 Andrew Cagney <cagney@redhat.com>
3262
3263 * NEWS: Mention that the Apollo line was made obsolete.
3264 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3265 m68*-hp-hpux* obsolete.
3266 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3267 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3268 * buildsym.c (make_blockvector): Make static.
3269 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3270 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3271 (ALLDEPFILES): Remove dstread.c.
3272 (dstread.o): Obsolete make rule.
3273 * dstread.c: Makefile obsolete.
3274 * dst.h: Ditto.
3275 * config/m68k/hp300hpux.mt: Ditto.
3276 * config/m68k/hp300hpux.mh: Ditto.
3277 * config/m68k/hp300bsd.mt: Ditto.
3278 * config/m68k/hp300bsd.mh: Ditto.
3279 * config/m68k/apollo68b.mt: Ditto.
3280 * config/m68k/apollo68v.mh: Ditto.
3281 * config/m68k/apollo68b.mh: Ditto.
3282
3283 2002-08-20 Michael Snyder <msnyder@redhat.com>
3284
3285 * mips-tdep.c (mips_in_return_stub): Make static.
3286 (mips_gdbarch_init): Set in_solib_return_trampoline.
3287 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3288
3289 2002-08-20 Michael Snyder <msnyder@redhat.com>
3290
3291 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3292 * gdbarch.c, gdbarch.h: Regenerate.
3293 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3294 Add.
3295 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3296
3297 2002-08-20 Michael Snyder <msnyder@redhat.com>
3298
3299 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3300 (mips_gdbarch_init): Set skip_trampoline_code,
3301 in_solib_call_trampoline.
3302 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3303 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3304
3305 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3306
3307 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3308
3309 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3310 vector type for ev registers.
3311 (e500_pseudo_register_read): New function.
3312 (e500_pseudo_register_write): New function.
3313 (e500_dwarf2_reg_to_regnum): New function.
3314 (PPC_UISA_NOFP_SPRS): New macro.
3315 (PPC_EV_REGS): New macro.
3316 (PPC_GPRS_PSEUDO_REGS): New macro.
3317 (registers_e500): New register set for e500.
3318 (variants): Add e500 variant.
3319 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3320 before setting architectural dependent variations. Initialize ev
3321 registers numbers. Add case for e500 architecture. Set the
3322 number of pseudo registers.
3323
3324 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3325
3326 * rs6000-tdep.c: Clean up comments.
3327
3328 2002-08-20 Andrew Cagney <cagney@redhat.com>
3329
3330 * h8300-tdep.c: Re-indent file.
3331
3332 2002-08-20 Jim Blandy <jimb@redhat.com>
3333
3334 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3335 default for this.
3336
3337 2002-08-20 Keith Seitz <keiths@redhat.com>
3338
3339 * breakpoints.c (watch_command_1): Use internal breakpoint
3340 when setting a watchpoint_scope breakpoint.
3341
3342 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3343
3344 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3345 (build_builtin_type_vec64i): Ditto.
3346 (build_builtin_type_vec128): Ditto.
3347 (build_builtin_type_vec128i): Ditto.
3348
3349 2002-08-19 Michael Snyder <msnyder@redhat.com>
3350
3351 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3352 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3353 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3354 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3355 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3356 CALL_DUMMY_ADDRESS): Delete.
3357 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3358 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3359 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3360 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3361 push_return_address.
3362 (mips_register_raw_size, mips_eabi_use_struct_convention,
3363 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3364 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3365 mips_init_extra_frame_info, mips_eabi_push_arguments,
3366 mips_n32n64_push_arguments, mips_push_return_address,
3367 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3368 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3369
3370 2002-08-19 Michael Snyder <msnyder@redhat.com>
3371
3372 * mips-tdep.c (mips_frame_num_args): New function.
3373 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3374 frame_saved_pc, frame_args_address, frame_locals_address,
3375 frame_num_args, and frame_args_skip.
3376 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3377 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3378 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3379 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3380
3381 2002-08-20 Michael Snyder <msnyder@redhat.com>
3382
3383 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3384 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3385 * mips-tdep.c (mips_store_struct_return): New function.
3386 (mips_extract_struct_value_address): New function.
3387 (mips_gdbarch_init): Set store_struct_return and
3388 extract_struct_value_address.
3389
3390 2002-08-20 David Carlton <carlton@math.stanford.edu>
3391
3392 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3393 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3394 (read_file_scope): Check that line_header is nonzero before
3395 decoding macro information.
3396
3397 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3398
3399 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3400 flag the general-purpose registers as floating-point on targets
3401 that don't support the floating-point registers.
3402
3403 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3404
3405 * rs6000-tdep.c (altivec_register_p): Delete.
3406 (rs6000_do_altivec_registers): Delete.
3407 (rs6000_altivec_registers_info): Delete.
3408 (rs6000_do_registers_info): Delete.
3409 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3410 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3411
3412 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3413
3414 * infcmd.c (do_registers_info): Print vector registers in hex
3415 format only.
3416 (print_vector_info): Check that printing registers
3417 makes sense.
3418 (print_float_info): Ditto.
3419
3420 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3421
3422 * mips-tdep.c (mips_gdbarch_init): Update.
3423 (mips_o32_extract_return_value): Rewrite.
3424 (mips_o32_store_return_value): Rewrite.
3425 (mips_o32_xfer_return_value): New function.
3426 (mips_xfer_register): Tweak debug print message. Allow for
3427 buf_offset when dumping the value transfered.
3428
3429 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3430
3431 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3432 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3433 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3434 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3435 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3436
3437 2002-08-14 Michael Snyder <msnyder@redhat.com>
3438
3439 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3440
3441 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3442
3443 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3444 register.
3445 (P): New macro to define a register as a pseudo register.
3446 (R, R4, R8, R16, FR32, R64, R0): Updated.
3447 (struct variant): Add new fields for number of pseudo registers
3448 and number of total registers.
3449 (tot_num_registers): New macro replacing....
3450 (num_registers): ...deleted macro.
3451 (num_registers): New function.
3452 (num_pseudo_registers): New function.
3453 (variants): Update all variants to intialize new fields correctly.
3454 Postpone initialization of number of pseudo regs and real regs.
3455 (init_variants): New function.
3456 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3457 registers offsets.
3458
3459 2002-08-19 David Carlton <carlton@math.stanford.edu>
3460
3461 * valops.c (search_struct_field): Change error message to treat
3462 return value of 0 from value_static_field as meaning that field is
3463 optimized out.
3464 (value_struct_elt_for_reference): Ditto.
3465 * values.c (value_static_field): Treat an unresolved location the
3466 same as a nonexistent symbol. Fix PR gdb/635.
3467 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3468 enclosed. Fix PR gdb/574.
3469 * MAINTAINERS: Add self to Write After Approval list.
3470
3471 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3472
3473 * mips-tdep.c (mips_xfer_register): New function.
3474 (mips_n32n64_extract_return_value): Rewrite.
3475 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3476 instead of deprecated_extract_return_value.
3477
3478 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3479
3480 * rs6000-tdep.c (TDEP): Delete macro.
3481 (branch_dest): Replace use of TDEP macro with its body.
3482 (rs6000_pop_frame): Ditto.
3483 (rs6000_push_arguments): Ditto.
3484 (rs6000_skip_trampoline_code): Ditto.
3485 (rs6000_frame_saved_pc): Ditto.
3486 (rs6000_frame_chain): Ditto.
3487 (rs6000_register_name): Ditto.
3488 (rs6000_register_byte): Ditto.
3489 (rs6000_register_raw_size): Ditto.
3490 (rs6000_register_virtual_type): Ditto.
3491 (rs6000_register_convertible): Ditto.
3492 (rs6000_convert_from_func_ptr_addr): Ditto.
3493
3494 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3495
3496 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3497 conditionally.
3498 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3499 MIPS_LINUX_JB_ELEMENT_SIZE.
3500 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3501 for MAX_REGISTER_RAW_SIZE arrays.
3502 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3503 MIPS_LINUX_JB_ELEMENT_SIZE.
3504
3505 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3506
3507 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3508
3509 2002-08-19 Aidan Skinner <aidan@velvet.net>
3510
3511 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3512 ada-valprint.c ada-tasks.c.
3513 (YYFILES): Add ada-exp.y.
3514 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3515 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3516 (ada-exp.tab.o): New target.
3517
3518 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3519
3520 * regcache.c (regcache_xfer_part): New function.
3521 (regcache_raw_read_part): New function.
3522 (regcache_raw_write_part): New function.
3523 (regcache_cooked_read_part): New function.
3524 (regcache_cooked_write_part): New function.
3525 * regcache.h (regcache_raw_read_part): Declare.
3526 (regcache_raw_write_part): Declare.
3527 (regcache_cooked_read_part): Declare.
3528 (regcache_cooked_write_part): Declare.
3529
3530 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3531
3532 * remote.c (remote_open_1): Add async_p.
3533 (remote_async_open_1): Delete.
3534 (open_remote_target): Delete.
3535 (remote_open, extended_remote_open): Update calls to remote_open_1.
3536 (remote_async_open, extended_remote_async_open): Call
3537 remote_open_1 instead of remote_async_open_1.
3538
3539 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3540
3541 * blockframe.c: Fix a few coding standard violations.
3542
3543 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3544
3545 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3546 here from ...
3547 * config/i386/tm-i386sco5.h: ... here. File removed.
3548 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3549
3550 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3551 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3552 (TM_FILE): Set to tm-i386.h.
3553 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3554 * config/i386/tm-i386v.h: Remove file.
3555 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3556 instead of "i386/tm-i386v.h".
3557 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3558 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3559 "i386/tm-i386v.h".
3560 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3561 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3562 "i386/tm-i386.h".
3563
3564 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3565
3566 * config/i386/nm-i386v.h: Add protection against
3567 multiple-inclusion.
3568 (i386_register_u_addr): Remove prototype.
3569 (register_u_addr): New prototype.
3570 (REGISTER_U_ADDR): Redefine accordingly.
3571 * i386v-nat.c: Improve several comments.
3572 (i386_register_u_addr): Change signature and rename to
3573 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3574 ubase variable.
3575
3576 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3577
3578 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3579 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3580 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3581 deprecated_extract_return_value.
3582 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3583 rename mips_o32o64_push_arguments.
3584 (mips_gdbarch_init): Update.
3585 (mips_extract_return_value): Delete.
3586 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3587 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3588 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3589 (mips_n32n64_extract_return_value): Clone
3590 mips_extract_return_value.
3591 (mips_store_return_value): Delete.
3592 (mips_o32_store_return_value): Clone mips_store_return_value.
3593 (mips_o64_store_return_value): Clone mips_store_return_value.
3594 (mips_eabi_store_return_value): Clone mips_store_return_value.
3595 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3596
3597 2002-08-18 Aidan Skinner <aidan@velvet.net>
3598
3599 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3600 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3601
3602 2002-08-18 Aidan Skinner <aidan@velvet.net>
3603
3604 * ada-lang.c: Run through gdb_indent.sh.
3605 * ada-lang.h: Run through gdb_indent.sh.
3606 * ada-tasks.c: Run through gdb_indent.sh.
3607 * ada-typeprint.c: Run through gdb_indent.sh.
3608 * ada-valprint.c: Run through gdb_indent.sh.
3609
3610 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3611
3612 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3613 ABI.
3614
3615 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3616
3617 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3618
3619 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3620 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3621
3622 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3623 write_register_gen instead of write_register_bytes.
3624
3625 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3626 i[3456]-*-osf1mk* configurations have been made obsolete.
3627 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3628 i[3456]86-*-osf1mk* hosts obsolete.
3629 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3630 targets obsolete.
3631 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3632 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3633 config/i386/i386m3.mt, config/i386/nm-m3.h,
3634 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3635 config/i386/i386mk.mh, config/i386/i386mk.mt,
3636 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3637 obsolete.
3638 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3639 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3640 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3641
3642 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3643
3644 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3645 (hppa_value_returned_from_stack): Declare.
3646 (hppa_extract_return_value): Declare.
3647 * config/pa/hppa.mt: New file.
3648 * configure.tgt: Recognize hppa*-*-*.
3649 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3650
3651 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3652
3653 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3654 comment.
3655
3656 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3657
3658 * top.c (gdb_rl_operate_and_get_next): Make sure
3659 operate-and-get-next functions correctly even when the history
3660 list is completely filled.
3661
3662 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3663
3664 * MAINTAINERS (Target Instruction Set Architectures): Rename
3665 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3666 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3667 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3668 already listed under Host/Native.
3669
3670 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3671 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3672 mips*-*-*.
3673
3674 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3675
3676 * config/ia64/ia64.mt: New file.
3677 * config/alpha/alpha.mt: New file.
3678 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3679 ia64-linux-gnu. Mention that ia64-elf is broken.
3680 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3681
3682 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3683
3684 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3685 generic_func_frame_valid instead of func_frame_valid.
3686
3687 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3688
3689 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3690 procfs appears to be broken when debugging on multi-processor
3691 machines. So enable software single stepping in order to avoid
3692 using the procfs interface to do next/step operations, using
3693 internal breakpoints instead.
3694
3695 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3696 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3697 make this pc address equal to the value it would have if the
3698 system stepping capability was used. Also set a new flag used
3699 to ensure that we don't readjust the PC one more time later.
3700
3701 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3702 address by DECR_PC_AFTER_BREAK when software single step is
3703 in use for this architecture, as this has already been taken
3704 care of in handle_inferior_event().
3705
3706 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3707
3708 * infrun.c (handle_inferior_event): Minor reformatting, to make
3709 a rather long condition expression easier to read.
3710
3711 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3712
3713 * Makefile.in (gdbtk.o): Move to end of file.
3714 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3715 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3716 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3717 (gdbtk-wrapper.o, gdbres.o): Ditto.
3718
3719 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3720
3721 * Makefile.in (copying.o): Separate out compile rule.
3722 (hpux-thread.o, procfs.o, signals.o): Ditto.
3723 (v850ice.o, z8k-tdep.o): Ditto.
3724 (tui-file.o): Move to TUI section.
3725 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3726 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3727
3728 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3729
3730 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3731 skip_trampoline_code, for better namespace-proofing.
3732
3733 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3734
3735 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3736
3737 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3738
3739 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3740
3741 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3742 signal, check whether we hit a breakpoint before checking for a
3743 single step breakpoint. Otherwise, GDB fails to notice that a
3744 breakpoint has been hit when stepping onto a breakpoint.
3745
3746 2002-08-16 Keith Seitz <keiths@redhat.com>
3747
3748 * gdb-events.sh (clear_gdb_event_hooks): New function.
3749 * gdb-events.c: Regenerate.
3750 * gdb-events.h: Regenerate.
3751
3752 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3753
3754 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3755 not_a_sw_breakpoint.
3756 * breakpoint.h (bpstat_stop_status): Add parameter names.
3757
3758 2002-08-16 Grace Sainsbury <graces@redhat.com>
3759
3760 * remote.c (remote_insert_hw_breakpoint)
3761 (remote_remove_hw_breakpoint): Fix calculation of length field
3762 for Z-packet.
3763
3764 2002-08-15 Michael Snyder <msnyder@redhat.com>
3765
3766 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3767 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3768 (supply_fpregset): Ditto.
3769
3770 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3771 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3772 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3773 (TARGET_READ_SP): Delete.
3774 (DO_REGISTERS_INFO): Delete.
3775 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3776 Delete.
3777 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3778 from macros to functions.
3779
3780 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3781 (mips_register_convertible, mips_register_convert_to_virtual,
3782 mips_register_convert_to_raw): Make static.
3783 (mips_read_sp): New function.
3784 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3785 (mips_do_registers_info): Make static.
3786 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3787 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3788 (mips_register_convert_from_type, mips_register_convert_to_type):
3789 New functions.
3790 (mips_gdbarch_init): Set up function_start_offset,
3791 register_virtual_size, pc_in_sigtramp.
3792
3793 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3794
3795 * infcmd.c (vector_info): New function.
3796 (_initialize_infcmd): Add command "info vector".
3797 (print_vector_info): New function.
3798
3799 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3800 * gdbarch.h, gdbarch.c: Regenerate.
3801
3802 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3803
3804 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3805 ``print_all''. Only print vector registers when ``print_all''.
3806
3807 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3808
3809 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3810 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3811
3812 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3813 Add `args' parameter.
3814 * gdbarch.h, gdbarch.c: Regenerate.
3815
3816 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3817
3818 * infcmd.c (float_info): Call print_float_info.
3819 (print_float_info): New function. By default, print the
3820 floating-point registers.
3821
3822 * arch-utils.h (default_print_float_info): Delete declaration.
3823 * arch-utils.c (default_print_float_info): Delete function.
3824
3825 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3826
3827 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3828 out define.
3829
3830 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3831 FRAME.
3832
3833 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3834 * configure.host: Make i[3456]86-*-aix host obsolete.
3835 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3836 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3837 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3838 config/i386/xm-i386aix.h: Make files obsolete.
3839 * i386aix-nat.c: Make file obsolete.
3840 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3841 (i386aix-nat.o): Make target obsolete.
3842
3843 * config/i386/nm-gnu.h: Removed.
3844 * config/i386/nm-i386gnu.h: New file.
3845 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3846 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3847 Moved here from ...
3848 * config/i386/tm-i386gnu.h: ... here. Removed.
3849 * config/i386/xm-i386gnu.h: Removed.
3850 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3851 (NAT_FILE): Set to nm-i386gnu.h.
3852 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3853 * i386-tdep.c: New file.
3854 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3855 (i386gnu-tdep.o): Specify dependencies.
3856
3857 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3858
3859 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3860 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3861 Adjust a few comments to reflect reality a bit closer.
3862 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3863 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3864 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3865 target_insert_watchpoint, target_remove_watchpoint):
3866 Move defines to ...
3867 * config/i386/nm-i386sco5.h: ... here.
3868 (kernel_u_size): Add prototype. Improve a few comments and add
3869 protection against multiple inclusion.
3870
3871 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3872 out define.
3873
3874 * uw-thread.c (SP_ARG0): Define if not already defined.
3875 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3876
3877 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3878
3879 * config/i386/tm-i386.h: Don't include "regcache.h".
3880
3881 * i387-tdep.h (i387_print_float_info): New prototype.
3882 * i387-tdep.c (print_i387_value, print_i387_ext,
3883 print_i387_status_word, print_i387_control_word): Add `struct
3884 ui_file *' argument and use it for output.
3885 (i387_print_float_info): Renamed from i387_float_info. Add
3886 `struct gdbarch *' and `struct ui_file *' arguments and use the
3887 latter for output.
3888 * i386-tdep.c: Include "i387-tdep.h".
3889 (i386_gdbarch_init): Set print_float_info.
3890 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3891 (FLOAT_INFO): Remove define.
3892
3893 2002-08-13 Michael Snyder <msnyder@redhat.com>
3894
3895 * mips-tdep.c (mips_push_arguments): Rename to
3896 mips_eabi_push_arguments, and tune for EABI.
3897 (MIPS_REGS_HAVE_HOME_P): Delete.
3898 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3899 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3900 Delete references to mips_regs_have_home_p.
3901
3902 2002-08-14 Keith Seitz <keiths@redhat.com>
3903
3904 * Makefile.in (install-gdbtk): Create insight plugin directory.
3905 Install plugins.tcl file.
3906
3907 2002-08-14 Keith Seitz <keiths@redhat.com>
3908
3909 * configure.in: Move SUBDIRS to near top of the file so that
3910 --enable options may add things to it.
3911 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3912 * configure: Regenerate.
3913
3914 2002-08-13 Michael Snyder <msnyder@redhat.com>
3915
3916 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3917 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3918 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3919
3920 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3921
3922 * vax-tdep.c (vax_get_saved_register): Delete function.
3923 (vax_gdbarch_init): Update.
3924 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3925 (ns32k_gdbarch_init): Update.
3926 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3927 (alpha_gdbarch_init): Update.
3928
3929 2002-08-13 Andrew Cagney <cagney@redhat.com>
3930
3931 * regcache.c (init_regcache_descr): Overallocate the
3932 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3933 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3934 nr_raw_registers.
3935 (set_register_cached): Add range checking assertions. Use
3936 current_regcache.
3937
3938 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3939
3940 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3941 numbers for MMX registers.
3942
3943 2002-08-13 Andrew Cagney <cagney@redhat.com>
3944
3945 * i386-tdep.c (i386_gdbarch_init): Use
3946 generic_unwind_get_saved_register.
3947
3948 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3949
3950 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3951 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3952 target vector.
3953 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3954 Delete. Add comment regarding this now-deleted target method.
3955
3956 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3957
3958 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3959 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3960 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3961 real PC and the page number (if it's within the memory bank window).
3962 (m68hc11_pseudo_register_write): Likewise when saving.
3963 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3964 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3965 (m68hc11_register_raw_size): And use 32-bit for it.
3966 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3967 16K memory bank is used by the prog; also use the virtual pc.
3968
3969 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3970
3971 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3972 (m68hc11_gdbarch_init): Install it in gdbarch.
3973 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3974 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3975 (MSYMBOL_SIZE): New for documentation.
3976 (insn_return_kind): Enum to specify how a function returns.
3977 (frame_extra_info): Cleanup and record the return mode.
3978 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3979 register in address computation.
3980 (m68hc11_get_return_insn): New to obtain the return instruction used
3981 by the function.
3982 (m68hc11_frame_init_saved_regs): Take into account the return
3983 instruction used by the function for far and interrupt functions.
3984 (m68hc11_init_extra_frame_info): Take into account page register.
3985 (m68hc11_frame_args_address): Adjust according to the return mode.
3986 (show_regs): Print page register only when it's used.
3987
3988 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3989
3990 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3991 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3992 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3993 registers.
3994 (m68hc11_register_raw_size): Likewise.
3995
3996 2002-08-13 Andrew Cagney <cagney@redhat.com>
3997
3998 * i386-tdep.c (i386_register_name): Handle mmx registers.
3999 (mmx_regnum_p): New function.
4000 (i386_mmx_names): New array.
4001 (mmx_num_regs): New variable.
4002 (i386_pseudo_register_read): New function.
4003 (i386_pseudo_register_write): New function.
4004 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
4005
4006 * regcache.c (regcache_raw_read_unsigned): New function.
4007 (regcache_raw_read_signed): New function.
4008 * regcache.h (regcache_raw_read_unsigned): Declare.
4009 (regcache_raw_read_signed): Declare.
4010
4011 2002-08-13 Andrew Cagney <cagney@redhat.com>
4012
4013 * regcache.c (regcache_raw_read_as_address): Delete function.
4014 (regcache_cooked_read_signed): New function.
4015 (regcache_cooked_read_unsigned): New function.
4016 * regcache.h (regcache_cooked_read_signed): Declare.
4017 (regcache_cooked_read_unsigned): Declare.
4018 (regcache_raw_read_as_address): Delete declaration.
4019
4020 * blockframe.c (generic_read_register_dummy): Use
4021 regcache_cooked_read_unsigned.
4022 * i386-tdep.c (i386_extract_struct_value_address): Use
4023 regcache_cooked_read_unsigned.
4024
4025 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4026
4027 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
4028 double sizes according to ELF ABI flags.
4029 (gdbarch_tdep): Record elf_flags.
4030
4031 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4032
4033 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
4034 (m6812_prolog): They can appear in 68HC12 function prologue.
4035 (m68hc11_frame_chain): Cleanup.
4036
4037 2002-08-12 Andrew Cagney <cagney@redhat.com>
4038
4039 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
4040 declarations.
4041 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
4042 (i386_linux_register_raw_size): Delete function.
4043 (i386_linux_init_abi): Update.
4044 * i386-tdep.c (i386_register_raw_size): Delete function.
4045 (i386_register_byte): Delete function.
4046 (i386_gdbarch_init): Update.
4047 (i386_register_size): Delete array.
4048 (i386_register_offset): Delete array.
4049
4050 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
4051 (REGISTER_RAW_SIZE): Delete macro.
4052 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
4053 (REGISTER_BYTE): Delete macro.
4054
4055 2002-08-11 Aidan Skinner <aidan@velvet.net>
4056
4057 * ada-lang.c (ada_lookup_partial_symbol)
4058 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
4059 prototype names so that grep ^func works properly.
4060
4061 * ada-lang.c (ada_array_element_type)
4062 (ada_lookup_partial_symbol): Fix typos in parameter list.
4063
4064 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
4065 Fix prototype names so that grep ^func works properly.
4066
4067 2002-08-10 Andrew Cagney <cagney@redhat.com>
4068 Elena Zannoni <ezannoni@redhat.com>
4069 Martin M. Hunt <hunt@redhat.com>
4070
4071 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
4072 (build_builtin_type_vec128i): Set the vector bit.
4073 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
4074 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
4075 (build_builtin_type_vec64): New function.
4076 (build_builtin_type_vec64i): New function.
4077 (build_gdbtypes): Initialize builtin_type_vec64 and
4078 builtin_type_vec64i.
4079
4080 2002-08-09 Andrew Cagney <cagney@redhat.com>
4081
4082 * regcache.c (regcache_dump): Compare the register offset
4083 with REGISTER_BYTE.
4084 * arch-utils.c (generic_register_byte): New function.
4085 * arch-utils.h (generic_register_byte): Declare.
4086 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
4087 * gdbarch.h, gdbarch.c: Regenerate.
4088
4089 2002-08-09 Andrew Cagney <cagney@redhat.com>
4090
4091 * regcache.c: Include "gdbcmd.h"
4092 (_initialize_regcache): Add commands "maintenance print
4093 registers", "maintenance print raw-registers" and "maintenance
4094 print cooked-registers".
4095 (enum regcache_dump_what): Define.
4096 (dump_endian_bytes): New function.
4097 (regcache_dump): New function.
4098 (regcache_print): New function.
4099 (maintenance_print_registers): New function.
4100 (maintenance_print_raw_registers): New function.
4101 (maintenance_print_cooked_registers): New function.
4102 * Makefile.in (regcache.o): Update dependencies.
4103
4104 2002-08-09 Michael Snyder <msnyder@redhat.com>
4105
4106 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
4107 (mips_push_arguments): Correct some comments. Use paddr_nz
4108 for printing addresses in debug output. Replace static
4109 allocation using MAX_REGISTER_RAW_SIZE with alloca.
4110 (mips_n32n64_push_arguments): New function, cloned from
4111 mips_push_arguments and tuned for the n32/n64 ABI.
4112 (mips_push_register): Buffer needs dynamic allocation.
4113 (mips_print_register): Ditto.
4114 (do_gp_register_row): Ditto.
4115 (mips_store_return_value): Ditto.
4116 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
4117
4118 2002-08-09 Don Howard <dhoward@redhat.com>
4119
4120 * memattr.c (mem_info_command): Print special case of upper bound
4121 as max CORE_ADDR + 1.
4122
4123 2002-08-08 Michael Snyder <msnyder@redhat.com>
4124
4125 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
4126 returns structs by ref if they're too big to fit in two registers.
4127
4128 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4129
4130 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
4131 saved regs value.
4132 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
4133 mips_find_saved_regs().
4134 (mips_pop_frame): Likewise.
4135
4136 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4137
4138 * blockframe.c (frame_saved_regs_register_unwind): Revise
4139 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
4140 frames are in use.
4141
4142 2002-08-09 Grace Sainsbury <graces@redhat.com>
4143
4144 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
4145 T-packets; the 'a' is not taken as a register number.
4146 (remote_check_watch_resources, remote_stopped_by_watchpoint)
4147 (remote_stopped_data_address): New functions; add to target
4148 vector.
4149 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
4150 prototypes to match other implementations of this
4151 function. replace integer argument with pointer -- the length
4152 field in the Z-packet is the length of what is pointed to or 1 if
4153 pointer is null. Add to target vector.
4154 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
4155 target vector.
4156
4157 From Mark Salter:
4158 * remote.c (remote_wait): Add support to extract optional
4159 watchpoint information from T-packet. Ignore unrecognized
4160 optional info in T-packet.
4161 (remote_async_wait): Ditto.
4162
4163 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
4164
4165 * cli/cli-dump.c: Change fopen modes to use binary open modes
4166 as defined in include/fopen-bin.h throughout.
4167
4168 2002-08-08 Michael Snyder <msnyder@redhat.com>
4169
4170 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4171
4172 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4173
4174 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4175 assertion failure by returning early after a warning.
4176
4177 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4178
4179 * mips-tdep.c (mips_find_saved_regs): Make static.
4180 (mips_frame_init_saved_regs): New function.
4181 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4182 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4183 (mips_find_saved_regs): Delete declaration.
4184
4185 2002-08-08 Grace Sainsbury <graces@redhat.com>
4186
4187 * remote.c (remote_wait, remote_async_wait): Change
4188 thread_num from int to ULONGEST.
4189 (unpack_varlen_hex): Change result parameter from
4190 int * to ULONGEST *.
4191
4192 2002-08-08 Andrew Cagney <ac131313@redhat.com>
4193
4194 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4195 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4196 powerpc*-*-*.
4197 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4198
4199 2002-08-08 Andrew Cagney <cagney@redhat.com>
4200
4201 * gcore.c (override_derive_stack_segment): Delete variable.
4202 (preempt_derive_stack_segment): Delete function.
4203 (derive_stack_segment): Delete function.
4204 (default_derive_stack_segment): Renamed to derive_stack_segment.
4205 (override_derive_heap_segment): Delete variable.
4206 (preempt_derive_heap_segment): Delete function.
4207 (derive_heap_segment): Delete function.
4208 (default_derive_heap_segment): Rename to derive_heap_segment.
4209
4210 2002-08-06 Michael Snyder <msnyder@redhat.com>
4211
4212 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4213 * mips-tdep.c (mips_EABI_use_struct_convention,
4214 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4215 New functions. (mips_use_struct_convention): Delete.
4216 (mips_gdbarch_init): set use_gdbarch_convention.
4217
4218 2002-08-06 Michael Snyder <msnyder@redhat.com>
4219
4220 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4221 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4222 mips_o32_reg_struct_has_addr): New functions.
4223 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4224
4225 2002-08-07 Andrew Cagney <ac131313@redhat.com>
4226
4227 * regcache.c (pseudo_register): Delete function.
4228 (fetch_register): Delete function.
4229 (store_register): Delete function.
4230 (regcache_raw_read, legacy_read_register_gen): Use
4231 target_fetch_registers instead of fetch_register.
4232 (legacy_write_register_gen, regcache_raw_write): Use
4233 target_store_register instead of store_register.
4234 (write_register_bytes): Ditto.
4235
4236 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4237 (STORE_PSEUDO_REGISTER): Delete.
4238 * gdbarch.h, gdbarch.c: Regenerate.
4239
4240 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
4241
4242 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4243 write dump file binary.
4244
4245 2002-08-05 Michael Snyder <msnyder@redhat.com>
4246
4247 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4248 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4249 (mips_gdbarch_init): Set N32 target to be mips64.
4250
4251 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4252
4253 * frame.c (find_saved_register): Break out of loop once saved
4254 register address is found. Don't mention sparc in loop comment
4255 anymore.
4256
4257 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4258
4259 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4260 mips_default_saved_regsize to 8.
4261
4262 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4263
4264 * gcore.c: Do not include <sys/procfs.h>.
4265 * Makefile.in (gcore.o): Update dependencies.
4266
4267 2002-08-06 Andrew Cagney <cagney@redhat.com>
4268
4269 * configure.tgt: Make arc-*-* obsolete.
4270 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4271 * MAINTAINERS: Make arc-elf obsolete.
4272 * arc-tdep.c: Make file obsolete.
4273 * config/arc/arc.mt: Ditto.
4274 * config/arc/tm-arc.h: Ditto.
4275
4276 2002-08-05 Theodore A. Roth <troth@verinet.com>
4277
4278 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4279
4280 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4281
4282 * mcore-tdep.c (mcore_gdbarch_init): Use
4283 generic_unwind_get_saved_register instead of
4284 generic_get_saved_register.
4285 * v850-tdep.c (v850_gdbarch_init): Ditto.
4286 * frv-tdep.c (frv_gdbarch_init): Ditto.
4287 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4288 * s390-tdep.c (s390_gdbarch_init): Ditto.
4289 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4290 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4291 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4292
4293 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4294
4295 * objfiles.h: Add missing #include "symfile.h"
4296
4297 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4298
4299 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4300
4301 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4302 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4303 of FIELD_BITSIZE.
4304
4305 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4306
4307 * NEWS: Cleanup and nitpick.
4308
4309 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4310
4311 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4312
4313 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4314
4315 * Makefile.in (gdbtk-bp.o): Update dependencies.
4316 (gdbtk-register.o): Ditto.
4317 (gdbtk-varobj.o): Ditto.
4318
4319 2002-08-03 Andrew Cagney <cagney@redhat.com>
4320
4321 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4322 m68hc11_fetch_pseudo_register.
4323 (m68hc11_pseudo_register_write): Replace
4324 m68hc11_store_pseudo_register.
4325 (m68hc11_gdbarch_init): Update.
4326
4327 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4328
4329 * gdbarch.sh: Include "gdb_string.h".
4330 * gdbarch.c: Regenerate.
4331
4332 * regcache.c: Include "gdb_string.h".
4333 * ax-general.c: Ditto.
4334 * varobj.c: Ditto.
4335 * std-regs.c: Ditto.
4336 * fbsd-proc.c: Ditto.
4337 * thread.c: Ditto.
4338
4339 * Makefile.in (regcache.o): Update dependencies.
4340 (thread.o, gdbarch.o): Ditto.
4341 (ax-general.o, gdbarch.o): Ditto.
4342 (varobj.o, std-regs.o): Ditto.
4343 (fbsd-proc.o): Specify dependencies.
4344
4345 2002-08-02 Andrew Cagney <cagney@redhat.com>
4346
4347 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4348 regnum.
4349 (regcache_cooked_write): Ditto.
4350
4351 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4352
4353 * regcache.c (regcache_cooked_read): New function.
4354 (regcache_cooked_write): New function.
4355 (read_register_gen): Rewrite using regcache_cooked_read.
4356 (write_register_gen): Rewrite using regcache_cooked_write.
4357
4358 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4359 Declare.
4360
4361 2002-08-02 Andrew Cagney <cagney@redhat.com>
4362
4363 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4364 Replace the architecture methods register_read and register_write.
4365 * gdbarch.h, gdbarch.c: Regenerate.
4366 * regcache.c (init_regcache_descr): Update.
4367 (read_register_gen): Update.
4368 (write_register_gen): Update.
4369 (supply_register): Update comment.
4370
4371 * sh-tdep.c (sh_gdbarch_init): Update.
4372 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4373 `regcache' and `gdbarch' parameters. Make `buffer' a void
4374 pointer. Update code.
4375 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4376 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4377 void pointer. Update code.
4378 (sh64_register_write): Delete.
4379 (sh4_register_read): Delete.
4380 (sh64_register_read): Delete.
4381 (sh4_register_write): Delete.
4382 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4383 void pointer, `to' parameter a void pointer.
4384 (sh_sh64_register_convert_to_raw): Ditto.
4385
4386 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4387
4388 * mips-tdep.c (mips_register_virtual_type): Use architecture
4389 invariant return values.
4390
4391 2002-08-01 Andrew Cagney <cagney@redhat.com>
4392
4393 * linux-proc.c: Include "gdb_string.h".
4394 * Makefile.in (linux-proc.o): Update dependency list.
4395
4396 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4397
4398 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4399 comment.
4400
4401 2002-08-01 Grace Sainsbury <graces@redhat.com>
4402
4403 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4404 to_insert_watchpoint, to_remove_watchpoint,
4405 to_stopped_by_watchpoint, to_stopped_data_address,
4406 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4407 target vecctor. Define their corresponding macros so they call
4408 them.
4409
4410 * target.c: Add default and debug versions of for
4411 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4412 to_insert_watchpoint, to_remove_watchpoint,
4413 to_stopped_by_watchpoint, to_stopped_data_address,
4414 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4415
4416 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4417
4418 * mips-tdep.c (mips_register_virtual_type): New function.
4419 (mips_gdbarch_init): Register mips_register_virtual_type()
4420 with gdbarch machinery.
4421 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4422 this file instead of tm-bigmips.h.
4423 (MIPS_REGSIZE): Delete this macro.
4424 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4425 multiarch version in mips-tdep.c will be found.
4426
4427 2002-08-01 Andrew Cagney <cagney@redhat.com>
4428
4429 * NEWS: Menion that CHILL has been made obsolete.
4430
4431 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4432 * stabsread.c (read_range_type): Ditto.
4433 * gdbtypes.h: Ditto.
4434 * language.c (binop_type_check): Ditto.
4435 (binop_result_type): Ditto.
4436 (integral_type): Ditto.
4437 (character_type): Ditto.
4438 (string_type): Ditto.
4439 (boolean_type): Ditto.
4440 (structured_type): Ditto.
4441 (lang_bool_type): Ditto.
4442 (binop_type_check): Ditto.
4443 * language.h (_LANG_chill): Ditto.
4444 * dwarfread.c (set_cu_language): Ditto.
4445 * dwarfread.c (CHILL_PRODUCER): Ditto.
4446 * dwarfread.c (handle_producer): Ditto.
4447 * expression.h (enum exp_opcode): Ditto.
4448 * eval.c: Ditto for comments.
4449 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4450 * expprint.c (print_subexp): Ditto.
4451 (print_subexp): Ditto.
4452 * valops.c (value_cast): Ditto.
4453 (search_struct_field): Ditto.
4454 * value.h (COERCE_VARYING_ARRAY): Ditto.
4455 * symfile.c (init_filename_language_table): Ditto.
4456 (add_psymbol_with_dem_name_to_list): Ditto.
4457 * valarith.c (value_binop): Ditto.
4458 (value_neg): Ditto.
4459 * valops.c (value_slice): Ditto.
4460 * symtab.h (union language_specific): Ditto.
4461 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4462 (SYMBOL_DEMANGLED_NAME): Ditto.
4463 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4464 * defs.h (enum language): Ditto.
4465 * symtab.c (got_symtab): Ditto.
4466 * utils.c (fprintf_symbol_filtered): Ditto.
4467
4468 * ch-typeprint.c: Make file obsolete.
4469 * ch-valprint.c: Make file obsolete.
4470 * ch-lang.h: Make file obsolete.
4471 * ch-exp.c: Make file obsolete.
4472 * ch-lang.c: Make file obsolete.
4473
4474 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4475 CHILL_LIB.
4476 (TARGET_FLAGS_TO_PASS): Ditto.
4477 (CHILLFLAGS): Obsolete.
4478 (CHILL): Obsolete.
4479 (CHILL_FOR_TARGET): Obsolete.
4480 (CHILL_LIB): Obsolete.
4481 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4482 ch-valprint.c.
4483 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4484 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4485 ch-lang.o.
4486 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4487 targets.
4488
4489 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4490
4491 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4492 This does not change anything at the moment, but will be helpful
4493 later when full Ada support is integrated.
4494
4495 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4496
4497 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4498 help message.
4499
4500 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4501
4502 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4503 and save it in a local variable. Use variable in later test.
4504
4505 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4506
4507 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4508 test. (Thanks to Daniel Jacobowitz.)
4509
4510 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4511
4512 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4513 (mips_abi_strings): Add "n64".
4514 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4515
4516 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4517
4518 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4519 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4520
4521 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4522
4523 * utils.c (host_pointer_to_address, address_to_host_pointer):
4524 Use gdb_assert() instead of explicit call to internal_error().
4525
4526 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4527
4528 * Makefile.in (rs6000-nat.o): Update dependencies.
4529
4530 From Nicholas Duffek:
4531 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4532 (aix-thread.o): New rule.
4533 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4534 * config/powerpc/aix432.mh: New file.
4535
4536 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4537
4538 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4539 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4540 (fetch_core_registers, ppc_linux_supply_gregset)
4541 (ppc_linux_supply_fpregset): New functions.
4542 (ppc_linux_regset_core_fns): New.
4543 (_initialize_ppc_linux_tdep): Call add_core_fns.
4544 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4545 and ppc_linux_supply_gregset.
4546 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4547 (supply_fpregset): Call ppc_linux_supply_fpregset.
4548 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4549 corelow.o.
4550 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4551
4552 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4553
4554 * symtab.c (lookup_symbol): Demangle before lowercasing.
4555
4556 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4557
4558 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4559 declaration.
4560 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4561 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4562 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4563 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4564 "gdb_string.h".
4565 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4566 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4567 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4568 (avr-tdep.o, mon960-rom.o): Ditto.
4569 (aout_stabs_gnu_h): Define.
4570 (symtab_h): Remove $(gdb_obstack_h).
4571
4572 2002-07-30 Jim Blandy <jimb@redhat.com>
4573
4574 Patch from David Carlton <carlton@math.stanford.edu>:
4575 * gdbinit.in: Move the `dir' commands that add GDB's own source
4576 directory to the search path to the end, so that the `gdb' source
4577 directory will be searched first.
4578
4579 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4580
4581 * gdb_obstack.h: New file.
4582 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4583 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4584 * objfiles.h: Include "gdb_obstack.h".
4585 * Makefile.in (gdb_obstack_h): Define.
4586 (symtab_h): Add $(gdb_obstack_h).
4587 (objfiles_h): Add $(gdb_obstack_h).
4588
4589 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4590 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4591 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4592 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4593 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4594 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4595 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4596 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4597
4598 * Makefile.in (bcache.o): Update dependencies.
4599 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4600 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4601 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4602 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4603 (stabsread.o, symfile.o, symmisc.o): Ditto.
4604 (symtab.o, typeprint.o, macroexp.o): Ditto.
4605 (macrotab.o, mdebugread.o): Ditto.
4606 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4607 (coff_ecoff_h, aout_aout64_h): Define.
4608 (aout_stabs_gnu_h, libaout_h): Define.
4609
4610 2002-07-29 Andrew Cagney <cagney@redhat.com>
4611
4612 * regcache.c (struct regcache_descr): Rename nr_registers to
4613 nr_cooked_registers. Revise comments describing the structure
4614 member fields.
4615 (init_regcache_descr): Update.
4616 (init_legacy_regcache_descr): Update.
4617 (read_register_gen, write_register_gen): When a cooked register in
4618 the raw register range, directly access the value from the raw
4619 register cache.
4620
4621 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4622
4623 * z8k-tdep.c: Do not include "obstack.h".
4624 * h8300-tdep.c, h8500-tdep.c: Ditto.
4625 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4626 * valprint.c, v850-tdep.c: Ditto.
4627 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4628 * mn10200-tdep.c: Ditto.
4629
4630 * Makefile.in (z8k-tdep.o): Update dependencies.
4631 (m68hc11-tdep.o, valprint.o): Ditto.
4632 (v850-tdep.o, d10v-tdep.o): Ditto.
4633 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4634 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4635 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4636 (sh_opc_h, gdb_sim_sh_h): Define.
4637 (elf_sh_h, elf_bfd_h): Define.
4638 (opcode_m68hc11_h): Define.
4639 (OPCODES_SRC, OPCODES_DIR): define.
4640 (OPCODES): Use $(OPCODES_DIR).
4641 (gdb_sim_d10v_h): Rename sim_d10v_h.
4642 (gdb_sim_arm_h): Rename sim_arm_h.
4643
4644 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4645
4646 * utils.c (host_pointer_to_address, address_to_host_pointer):
4647 Change internal_error() message to indicate function responsible
4648 for the error.
4649
4650 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4651
4652 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4653 calls to local_hex_string_custom().
4654
4655 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4656
4657 * irix5-nat.c: Move IRIX shared library support from here...
4658 * solib-irix.c: ...to here. Revised substantially to work with
4659 generic solib framework.
4660
4661 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4662 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4663 * mips-irix-tdep.c: New file.
4664
4665 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4666 (mips-irix-tdep.o, solib-irix.o): New rules.
4667 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4668 solib-irix.o.
4669 * config/mips/irix6.mt (TDEPFILES): Likewise.
4670 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4671
4672 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4673
4674 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4675 disabled (via ``#if 0'') includes.
4676
4677 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4678
4679 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4680 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4681 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4682 Add support for the fpscr register.
4683 * rs6000-nat.c (regmap, fetch_inferior_registers)
4684 (store_inferior_registers, fetch_core_registers): Likewise.
4685
4686 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4687
4688 * rs6000-nat.c (language.h): Include.
4689 (special_regs): Delete this array.
4690 (regmap): New function.
4691 (fetch_register, store_register): Use regmap() to map gdb
4692 register numbers to ptrace register numbers. Also, use
4693 outputs from regmap() to make decisions regarding type of
4694 ptrace() call to make. In particular, don't compare against
4695 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4696 (fetch_inferior_registers, store_inferior_registers): Where
4697 possible, obtain register numbers from tdep struct. Don't
4698 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4699 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4700 (LAST_UISA_SP_REGNUM): Delete.
4701
4702 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4703
4704 * rs6000-nat.c (ppc-tdep.h): Include.
4705 (fetch_registers, store_register, fetch_core_registers): Don't
4706 access registers[] directly. Instead, use supply_register() or
4707 regcache_collect() as appropriate.
4708 (find_toc_address): Format hex address with local_hex_string().
4709
4710 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4711
4712 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4713 bfd/elf32-frv.c.
4714
4715 2002-07-24 Tom Tromey <tromey@redhat.com>
4716
4717 * jv-exp.y: Marked all strings with _().
4718 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4719 internal_error.
4720 (MethodInvocation, CastExpression, parse_number, yyerror,
4721 java_type_from_name, push_expression_name, yylex): Typo fixes.
4722
4723 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4724
4725 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4726 (tee_file_flush, tee_file_write, tee_file_fputs)
4727 (tee_file_isatty): New.
4728 * ui-file.h (tee_file_new): Add prototype.
4729
4730 2002-07-24 Aidan Skinner <aidan@velvet.net>
4731
4732 * ada-lang.c: Change k&r style function definitions to prototyped
4733 form.
4734 * ada-typeprint.c: Change k&r style function definitions to prototyped
4735 form.
4736 * ada-valprint.c: Change k&r style function definitions to prototyped
4737 form.
4738
4739 2002-07-24 Andrew Cagney <cagney@redhat.com>
4740
4741 * README: Remove reference to remote-bug.
4742 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4743 remote-bug.c.
4744 (m88k-nat.o): Delete rule.
4745 (m88k-tdep.o): Delete rule.
4746 (remote-bug.o): Delete rule.
4747 * MAINTAINERS: Mark as obsolete.
4748 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4749 * m88k-tdep.c: Make file obsolete.
4750 * config/m88k/m88k.mh: Ditto.
4751 * config/m88k/delta88v4.mh: Ditto.
4752 * config/m88k/delta88v4.mt: Ditto.
4753 * config/m88k/delta88.mt: Ditto.
4754 * config/m88k/delta88.mh: Ditto.
4755 * remote-bug.c: Ditto.
4756 * config/m88k/tm-delta88.h: Ditto.
4757 * config/m88k/nm-delta88v4.h: Ditto.
4758 * config/m88k/xm-delta88.h: Ditto.
4759 * config/m88k/xm-dgux.h: Ditto.
4760 * config/m88k/tm-m88k.h: Ditto.
4761 * config/m88k/nm-m88k.h: Ditto.
4762 * config/m88k/tm-delta88v4.h: Ditto.
4763 * m88k-nat.c: Ditto.
4764 * cxux-nat.c: Ditto.
4765 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4766 and m88*-*-* obsolete.
4767 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4768 m88*-*-* obsolete.
4769
4770 2002-07-24 Andrew Cagney <cagney@redhat.com>
4771
4772 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4773 constant. Same for local pointer variables.
4774 (extract_signed_integer): Ditto.
4775 * defs.h (extract_unsigned_integer): Update.
4776 (extract_signed_integer): Update.
4777
4778 2002-07-24 Andrew Cagney <cagney@redhat.com>
4779
4780 * regcache.c (regcache_raw_write): Change buf parameter to a
4781 constant void pointer.
4782 (regcache_raw_read): Change buf parameter to a void pointer.
4783 (legacy_write_register_gen): Change myaddr parameter a constant
4784 void pointer.
4785 (supply_register): Change val parameter to a const void pointer.
4786 * regcache.h (regcache_raw_write): Update declaration.
4787 (regcache_raw_read): Update declaration.
4788 (supply_register): Update declaration.
4789
4790 2002-07-24 Tom Tromey <tromey@redhat.com>
4791
4792 * defs.h (gdb_readline_wrapper): Declare.
4793 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4794 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4795 * top.c (gdb_readline_wrapper): New function.
4796 (command_line_input): Use it.
4797
4798 2002-07-24 Andrew Cagney <cagney@redhat.com>
4799
4800 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4801 regcache_read and regcache_write.
4802 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4803 * regcache.c: Update.
4804 * sh-tdep.c (sh64_push_arguments): Update comment.
4805 (sh_pseudo_register_read): Update.
4806 (sh_pseudo_register_write): Update.
4807 (sh4_register_read): Update.
4808 (sh4_register_write): Update.
4809 (sh64_pseudo_register_read): Update.
4810 (sh64_pseudo_register_write): Update.
4811 (sh64_register_read): Update.
4812 (sh64_register_write): Update.
4813 * i386-tdep.c (i386_extract_return_value): Update.
4814 (i386_extract_struct_value_address): Update.
4815 (i386_extract_return_value): Update.
4816 * blockframe.c (generic_read_register_dummy): Update.
4817 (generic_call_dummy_register_unwind): Update
4818 * infrun.c (write_inferior_status_register): Update.
4819
4820 2002-07-23 Jim Blandy <jimb@redhat.com>
4821
4822 * parser-defs.h (expression_context_pc): Make this extern.
4823 (Thanks to Michael Snyder.)
4824
4825 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4826
4827 GDB 5.2.1 released from 5.2 branch.
4828 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4829 * README: Update to mention 5.2.1.
4830
4831 2002-07-23 Mark Salter <msalter@redhat.com>
4832
4833 * remote.c (remote_read_bytes): Fix check for error.
4834
4835 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4836
4837 * aix-thread.c (language.h): Include.
4838 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4839 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4840 Print newlines at end of debug messages.
4841 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4842 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4843
4844 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4845
4846 * aix-thread.c (ppc-tdep.h): Include.
4847 (special_register_p): New function.
4848 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4849 (store_regs_user_thread): Use register number information from
4850 gdbarch_tdep struct instead of hardcoded offsets relative to
4851 FIRST_UISA_SP_REGNUM.
4852 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4853 special_register_p() instead of using FPLAST_REGNUM and
4854 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4855 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4856 will be MQ's register number.
4857
4858 2002-07-22 Michael Snyder <msnyder@redhat.com>
4859
4860 * aix-thread.c (ops): Rename to aix_thread_ops.
4861 (base_ops): Rename to base_target.
4862 (ops_attach): Rename to aix_thread_attach.
4863 (ops_detach): Rename to aix_thread_detach.
4864 (ops_resume): Rename to aix_thread_detach.
4865 (ops_wait): Rename to aix_thread_wait.
4866 (ops_kill): Rename to aix_thread_kill.
4867 (init_ops): Rename to init_aix_thread_ops.
4868 (ops_fetch_register): Rename to aix_thread_fetch_register.
4869 (ops_store_register): Rename to aix_thread_store_register.
4870 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4871 (ops_thread_alive): Rename to aix_thread_thread_alive.
4872 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4873 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4874 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4875 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4876 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4877 (store_regs_lib): Rename to store_regs_user_thread.
4878 (store_regs_kern): Rename to store_regs_kernel_thread.
4879
4880 2002-07-22 Michael Snyder <msnyder@redhat.com>
4881
4882 * aix-thread.c (ops_prepare_to_store): Eliminate.
4883 (init_ops): Don't initialize ops.prepare_to_store.
4884 (store_regs_kern): Pre-fetch register buffers from child,
4885 because some registers may not be in the cache. Copy
4886 regs from register cache only if they are cached.
4887 (store_regs_lib): Copy regs from register cache only
4888 if they are cached.
4889 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4890 fill_gprs64): Ditto.
4891
4892 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4893
4894 * aix-thread.c (gdb_assert.h): Include.
4895 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4896 register sizes (from register cache) match size of buffer holding
4897 register data.
4898 (fill_sprs32): Change parameter types to match those in the ptrace()
4899 buffer.
4900 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4901 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4902
4903 2002-07-22 Michael Snyder <msnyder@redhat.com>
4904
4905 * aix-thread.c (supply_sprs64): Cosmetic change.
4906 (supply_sprs32): Cosmetic change.
4907 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4908 (fill_sprs64): Use regcache_collect instead of read_register.
4909 (store_regs_lib): Use regcache_collect instead of
4910 read_register. Use fill_sprs32 instead of fill_sprs64,
4911 if debugging a 32-bit architecture.
4912 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4913 out of the register cache, instead of passing a pointer into
4914 the register cache directly to ptrace. Use regcache_collect
4915 insteaad of read_register.
4916 (ops_prepare_to_store): Use target_read_registers instead
4917 of read_register_bytes.
4918
4919 2002-07-20 Aidan Skinner <aidan@velvet.net>
4920
4921 * MAINTAINERS: Add self under write after approval.
4922
4923 2002-07-20 Aidan Skinner <aidan@velvet.net>
4924
4925 * ada-tasks.c: Change k&r style function definitions to prototyped
4926 form.
4927
4928 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4929
4930 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4931 * x86-64-tdep.c: Include "objfiles.h".
4932 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4933 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4934
4935 2002-07-17 Michal Ludvig <michal@suse.cz>
4936
4937 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4938 (update_context): Initialise cfa variable.
4939
4940 2002-07-17 Michael Snyder <msnyder@redhat.com>
4941
4942 * aix-thread.c: Shorten some long lines.
4943 Bring comments into line with code spec.
4944
4945 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4946
4947 * infrun.c: Re-indent using gdb_indent.sh.
4948
4949 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4950
4951 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4952 Leave the indentation temporarily untouched, to minimize the diffs.
4953
4954 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4955
4956 * stabsread.c: Make os9k sections of the code obsolete,
4957 for real this time.
4958 * stabsread.h: Make os9k sections of the code obsolete.
4959
4960 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4961
4962 * linux-low.c (regsets_store_inferior_registers): Add free()
4963 at the end of a loop to prevent memory leak.
4964 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4965 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4966 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4967 line a comment.
4968 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4969
4970 2002-07-17 Jim Blandy <jimb@redhat.com>
4971
4972 * macrocmd.c (info_macro_command): Remove newline from error
4973 message.
4974
4975 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4976
4977 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4978 (sh_gdbarch_init): Use it for sh-dsp.
4979
4980 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4981
4982 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4983 64-bit DWARF2 format.
4984
4985 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4986
4987 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4988 <sys/proc.h> when not available.
4989
4990 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4991
4992 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4993 * stabsread.c: Make os9k sections of the code obsolete.
4994 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4995 * config/i386/i386os9k.mt: Make file obsolete.
4996 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4997 (COMMON_OBS): Remove os9kread.o
4998 (SFILES): Remove os9kread.c.
4999 (os9kread.o, remote-os9k.o): Make target obsolete.
5000 * remote-os9k.c: Make file obsolete.
5001 * os9kread.c: Make file obsolete.
5002 * Makefile.in
5003
5004 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5005
5006 * NEWS: Mention that the FR30 has been made obsolete.
5007 * fr30-tdep.c: Make file obsolete.
5008 * config/fr30/tm-fr30.h: Ditto.
5009 * config/fr30/fr30.mt: Ditto.
5010 * configure.tgt: Make fr30-*-elf obsolete.
5011 * MAINTAINERS: Make fr30-elf obsolete.
5012
5013 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
5014
5015 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
5016 found is not inside a section.
5017
5018 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5019
5020 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
5021 strerror().
5022 (pdc_realloc): Use xrealloc() instead of realloc().
5023
5024 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5025
5026 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
5027 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
5028 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
5029 macros.
5030
5031 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5032
5033 * aix-thread.c (ptrace_check): Eliminate goto.
5034 (sync_threadlists): Eliminate gotos. Also, fix array overrun
5035 problem.
5036
5037 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5038
5039 * aix-thread.c (gdbcmd.h): Include.
5040 (DEBUG, DBG, DBG2, dbg): Eliminate.
5041 (debug_aix_thread): New static global.
5042 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5043 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
5044 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
5045 invocations to DBG and DBG2 macros to test against
5046 ``debug_aix_thread'' and call fprintf_unfiltered().
5047 (_initialize_aix_thread): Add new command "set debug aix-thread".
5048
5049 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5050
5051 From Gerhard Tonn <TON@de.ibm.com>:
5052 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
5053 instead of supply_register.
5054
5055 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5056
5057 * dwarf2cfi.c: Include "gdb_assert.h".
5058 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
5059 non-NULL.
5060 (update_context): Do not use __func__. Add missing ``break''.
5061 (update_context): Do not use __func__.
5062
5063 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
5064
5065 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
5066 and its setting. Set gdbarch instruction printing functions
5067 directly. For non-rs6000 case use new function
5068 gdb_print_insn_powerpc.
5069 (gdb_print_insn_powerpc): New function.
5070
5071 2002-07-13 Andrew Cagney <ac131313@redhat.com>
5072
5073 * NEWS: Mention that the d30v has been marked obsolete.
5074 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
5075 * configure.tgt: Mark d30v-*-* as obsolete.
5076 * d30v-tdep.c: Mark file as obsolete.
5077 * config/d30v/d30v.mt: Ditto.
5078 * config/d30v/tm-d30v.h: Ditto.
5079
5080 2002-07-13 Aidan Skinner <aidan@velvet.net>
5081
5082 * ada-tasks.c (add_task_entry): replace calls to
5083 malloc() with xmalloc
5084 * ada-tasks.c (init_task_list): replace calls to free with xfree()
5085
5086 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
5087 ada_finish_decode_line_1, all_sals_for_line
5088 ada_breakpoint_rewrite): replace calls to free() with xfree()
5089
5090 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5091
5092 From Nicholas Duffek (with minor changes by Martin Hunt,
5093 Louis Hamilton, and Kevin Buettner):
5094 * aix-thread.c: New file.
5095
5096 2002-07-12 Petr Sorfa <petrs@caldera.com>
5097
5098 * dwarf2read.c (dwarf2_invalid_attrib_class): New
5099 complaint for invalid attribute class or form.
5100 (read_func_scope): DW_AT_frame_base
5101 better handling of DW_AT_block*.
5102 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
5103 better handling of DW_AT_block*.
5104 (read_common_block): DW_AT_location
5105 better handling of DW_AT_block*.
5106 (read_partial_die): DW_AT_location better handling
5107 of DW_AT_block*.
5108 (new_symbol): DW_AT_external better handling of
5109 DW_AT_block*. Proper initialization of variable
5110 "addr".
5111 (attr_form_is_block): New function that returns true
5112 if the attribute's form is of DW_FORM_block*.
5113
5114 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5115
5116 * valops.c (find_method_list): Remove comment about
5117 removed STATIC_MEMFUNCP argument.
5118 (value_find_oload_method_list): Likewise.
5119
5120 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5121
5122 From Nicholas Duffek:
5123 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
5124 target_new_objfile_hook.
5125
5126 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5127
5128 From Nicholas Duffek:
5129 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
5130 csect.
5131
5132 2002-07-12 Andrew Cagney <cagney@redhat.com>
5133
5134 * MAINTAINERS: Mention --enable-sim-build-warnings.
5135 (m68hc11-elf): Disable sim build warnings.
5136 (m32r-elf): Mark as broken obsolete candidate.
5137 (x86_64-linux-gnu): Mark as buildable with -Werror.
5138 (arm-elf): Change -w to ``,'' which enables warnings but not
5139 -Werror.
5140
5141 2002-07-12 Andrew Cagney <ac131313@redhat.com>
5142
5143 * bcache.h: Update copyright.
5144 (struct bstring, struct bcache): Move definition to "bcache.c".
5145 Replaced by opaque declaration.
5146 (bcache_xfree): Replace free_bcache.
5147 (bcache_xmalloc, bcache_memory_used): Declare.
5148
5149 * bcache.c: Update copyright.
5150 (struct bstring, struct bcache): Moved to here from "bcache.h".
5151 Update comments.
5152 (bcache_xmalloc, bcache_memory_used): New functions.
5153 (bcache_xfree): Replace function free_bcache.
5154
5155 * Makefile.in (objfiles.o): Add $(bcache_h).
5156 (objfiles_h): Remove $(bcache_h).
5157 (symfile.o): Add $(bcache_h).
5158
5159 * symmisc.c: Update copyright.
5160 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5161 (print_objfile_statistics): Use bcache_memory_used.
5162
5163 * symfile.c: Include "bcache.h".
5164 (reread_symbols): Use bcache_xfree.
5165 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5166 (add_psymbol_to_list): Pass psymbol_cache by value.
5167 (add_psymbol_with_dem_name_to_list): Ditto.
5168
5169 * objfiles.h: Update copyright.
5170 (struct bcache): Declare opaque. Do not include "bcache.h".
5171 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5172 bcache'' pointers.
5173 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5174
5175 * objfiles.c: Include "bcache.h". Update copyright.
5176 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5177 macro_cache.
5178 (free_objfile): Use bcache_xfree.
5179
5180 2002-07-11 Grace Sainsbury <graces@redhat.com>
5181
5182 * monitor.c (monitor_fetch_register): Make name a constant.
5183 (monitor_store_register): Same.
5184
5185 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
5186
5187 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5188 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5189 (finish_block) For non-function blocks, hash the symbol table. For
5190 function blocks, mark the symbol table as unhashed.
5191 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5192 (msymbol_hash_iw): Likewise.
5193 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5194 value.
5195 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5196 (lookup_minimal_symbol): Likewise for both.
5197 * symtab.h (struct block): Add `hashtable' flag. Comment the
5198 hashtable.
5199 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5200 (ALL_BLOCK_SYMBOLS): Update.
5201 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5202 (struct symbol): Add `hash_next' pointer.
5203 * symtab.c (lookup_block_symbol): Search using the hash table when
5204 possible.
5205 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5206 (search_symbols, find_addr_symbol): Likewise.
5207
5208 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5209 (read_dst_symtab): Likewise.
5210 * jv-lang.c (get_java_class_symtab): Likewise.
5211 * mdebugread.c: Include "gdb_assert.h".
5212 (shrink_block): Assert that the block being modified is not hashed.
5213 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5214 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5215 symbols.
5216 (dump_symtab): Recognize hashed blocks.
5217 * printcmd.c (print_frame_args): Assert that function blocks do not
5218 have hashed symbol tables.
5219 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5220 (fill_in_ada_prototype, debug_print_block): Likewise.
5221 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5222
5223 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
5224
5225 * stack.c (print_frame): Use result of frame_address_in_block()
5226 instead of fi->pc when evaluating symbols.
5227 (backtrace_command_1): Ditto.
5228
5229 2002-07-11 Andrew Cagney <cagney@redhat.com>
5230
5231 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5232 Make static.
5233
5234 * arm-tdep.c (arm_register_name): Make return type constant.
5235
5236 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5237
5238 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5239 prototype.
5240 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5241 * s390-tdep.c (s390_fp_regnum): Ditto.
5242 (s390_read_fp): Ditto.
5243 (s390_pop_frame): Ditto.
5244 (_initialize_s390_tdep): Ditto.
5245 * remote.c (get_remote_state): Ditto.
5246 * procfs.c (mappingflags): Ditto.
5247 * memattr.c (_initialize_mem): Ditto.
5248 * mcore-tdep.c (mcore_pop_frame): Ditto.
5249 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5250 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5251 * language.c (set_case_str): Ditto.
5252 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5253 * frv-tdep.c (new_variant): Ditto.
5254 (frv_stopped_data_address): Ditto.
5255 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5256 (context_alloc): Ditto.
5257 (frame_state_alloc): Ditto.
5258 (unwind_tmp_obstack_init): Ditto.
5259 (unwind_tmp_obstack_free): Ditto.
5260 (cfi_read_fp): Ditto.
5261 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5262 (cris_pop_frame): Ditto.
5263 * c-lang.c (scanning_macro_expansion): Ditto.
5264 (finished_macro_expansion): Ditto.
5265 (c_preprocess_and_parse): Ditto.
5266 * gdbarch.sh: Ditto.
5267 * gdbarch.h, gdbarch.c: Regenerate.
5268 * config/mn10200/tm-mn10200.h: Adjust indentation.
5269 * target.c: Adjust indentation.
5270 * symtab.h: Adjust indentation.
5271 * stabsread.h: Adjust indentation.
5272 * remote-es.c: Adjust indentation.
5273 * os9kread.c: Adjust indentation.
5274
5275 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5276
5277 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5278 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5279
5280 2002-07-10 Grace Sainsbury <graces@redhat.com>
5281
5282 * NEWS: Mention m68k, mcore multi-arching.
5283 * MAINTAINERS: Change status of m68k, mcore to reflect
5284 multi-arching.
5285
5286 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5287
5288 * valops.c (find_overload_match): Free oload_syms.
5289
5290 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5291
5292 Define HAVE_SYS_PROC_H if sys/proc.h exists
5293 * configure.in: Add check for sys/proc.h
5294 * config.in: Regenerate.
5295 * configure: Regenerate.
5296
5297 2002-07-09 Grace Sainsbury <graces@redhat.com>
5298
5299 * config/m68k/tm-m68k.h: Remove macros wrapped in
5300 #if !GDB_MULTI_ARCH.
5301
5302 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5303
5304 * config.in, configure: Regenerate.
5305
5306 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5307
5308 * dwarf2cfi.c: Include "gcore.h".
5309 (execute_stack_op): Fix implementation of the
5310 DW_OP_deref and DW_OP_deref_size operators by letting do their
5311 lookup in the target.
5312
5313 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5314
5315 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5316 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5317 tdep->sc_sp_offset.
5318
5319 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5320
5321 Fix PR gdb/595, gdb/602
5322 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5323 Don't call value_cast, just read the vtable pointer; update comments
5324 to match.
5325
5326 2002-07-05 Grace Sainsbury <graces@redhat.com>
5327
5328 * config/mcore/tm-mcore.h: Remove file.
5329 * config/mcore/mcore.mt: Remove definition of TM_FILE
5330 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5331
5332 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5333
5334 * i386bsd-tdep.c: Include "gdb_string.h".
5335
5336 2002-07-04 Grace Sainsbury <graces@redhat.com>
5337
5338 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5339 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5340 mcore-tdep.
5341 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5342 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5343 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5344 (RETVAL_REGNUM): Move macros from tm-mcore.h
5345 (mcore_reg_struct_has_addr): New function.
5346 (mcore_gdbarch_init): Added initializations for the macros removed
5347 from tm-mcore.h.
5348
5349 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5350
5351 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5352 traditonal string branding within the ELF header.
5353
5354 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5355
5356 * symtab.c (remove_params): New function.
5357 (make_symbol_overload_list): Use it instead of cplus_demangle.
5358 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5359
5360 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5361
5362 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5363
5364 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5365 New variables.
5366 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5367 and tdep->sigtramp_end.
5368 * i386obsd-nat.c: New file.
5369 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5370
5371 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5372 Don't call get_current_frame().
5373
5374 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5375
5376 * i386-nat.c (child_post_startup_inferior): New function
5377 calling i386_cleanup_dregs if
5378 I386_USE_GENERIC_WATCHPOINTS is defined.
5379 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5380 conditional to acknowledge that i386-nat.c has its
5381 own child_post_startup_inferior function.
5382
5383 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5384
5385 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5386 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5387 instead of MAX_REGISTER_RAW_SIZE.
5388 (i386_extract_return_value, i386_extract_struct_value_address):
5389 Convert to use regcache.
5390 (i386_gdbarch_init): Set max_register_raw_size and
5391 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5392 Set extract_return_value and extract_struct_value_address instead
5393 of their deprecated variants.
5394
5395 Convert i386 target to generic dummy frames.
5396 * i386-tdep.c: Include "symfile.h".
5397 (i386_frameless_signal_p): Consider a function to be frameless if
5398 the pc points at the first instruction of the function.
5399 (i386_frame_chain): Handle (generic) call dummies.
5400 (i386_frame_saved_pc): Likewise.
5401 (i386_frame_init_saved_regs): Remove code dealing with call
5402 dummies on the stack.
5403 (i386_push_dummy_frame): Removed.
5404 (i386_call_dummy_words): Removed.
5405 (i386_fix_call_dummy): Removed.
5406 (i386_push_return_address): New function.
5407 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5408 parameter, and don't call get_current_frame.
5409 (i386_pop_frame): New function.
5410 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5411 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5412 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5413 call_dummy_length to 0, set call_dummy_words to NULL, set
5414 sizeof_call_dummy_words to 0, set fix_call_dummy to
5415 generic_fix_call_dummy, set pc_in_call_dummy to
5416 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5417 generic_push_dummy_frame, set push_return_address to
5418 i386_push_return_address and set frame_chain_valid to
5419 generic_file_frame_chain_valid.
5420
5421 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5422
5423 * gdbarch.sh (struct regcache): Add opaque declaration.
5424 (EXTRACT_RETURN_VALUE): New architecture method.
5425 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5426 * gdbarch.h, gdbarch.c: Regenerate.
5427 * arch-utils.c (legacy_extract_return_value): New function.
5428 * arch-utils.h (legacy_extract_return_value): Declare.
5429 * values.c (value_being_returned): Re-enable code handling
5430 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5431 deprecated_grub_regcache_for_registers call to block handling
5432 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5433 (EXTRACT_RETURN_VALUE): Do not define.
5434
5435 2002-07-03 Grace Sainsbury <graces@redhat.com>
5436
5437 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5438 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5439 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5440 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5441 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5442 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5443 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5444 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5445 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5446 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5447 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5448 argument so the function fits the prototype in the architecture
5449 vector.
5450 (mcore_pop_frame): Remove argument so the function fits the
5451 prototype. Use get_current_frame instead of the argument.
5452 (mcore_push_arguments): Change type of struct_return so the
5453 function can be used in the architecture vector.
5454 (mcore_store_struct_return): Add.
5455 (mcore_frame_init_saved_regs): Add.
5456 (mcore_gdbarch_init): Add function calls to replace the macros
5457 removed from tm-mcore.h
5458
5459 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5460
5461 * infcmd.c (print_return_value): Remove compatibility code calling
5462 deprecated_grub_regcache_for_registers.
5463
5464 * values.c: Include "regcache.h".
5465 (value_being_returned): Update. Use
5466 deprecated_grub_regcache_for_registers to extract the register
5467 buffer address.
5468 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5469 ``struct regcache''.
5470 * Makefile.in (values.o): Add dependency on $(regcache_h).
5471
5472 * inferior.h (run_stack_dummy): Change type of second parameter to
5473 a ``struct regcache''.
5474 * valops.c (hand_function_call): Change type of retbuf to ``struct
5475 regcache''. Allocate using regcache_xmalloc, clean using
5476 make_cleanup_regcache_xfree.
5477 * infcmd.c (run_stack_dummy): Update. Use
5478 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5479
5480 * regcache.c (do_regcache_xfree): New function.
5481 (make_cleanup_regcache_xfree): New function.
5482 * regcache.h (make_cleanup_regcache_xfree): Declare.
5483
5484 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5485
5486 * event-top.c (command_line_handler): Don't read past
5487 beginning of buffer.
5488
5489 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5490
5491 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5492 struct frame_id.
5493 (varobj_create): Store frame_id for root.
5494 (varobj_gen_name): Use xasprintf.
5495 (varobj_update): Save and restore frame using get_frame_id() and
5496 frame_find_by_id().
5497 (create_child): Use xasprintf.
5498 (new_root_variable): Initialize frame_id.
5499 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5500 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5501 to prevent memory leak.
5502
5503 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5504
5505 * valops.c (hand_function_call): Move declaration of retbuf to
5506 start of function, allocate using malloc, add a cleanup but before
5507 the inf_status cleanup, cleanup the buffer. Rename local variable
5508 old_chain to inf_status_cleanup.
5509
5510 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5511
5512 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5513
5514 * cli/cli-decode.c (cmd_func_p): New function.
5515 (cmd_func): New function.
5516
5517 * command.h: Add cmd_func() and cmd_func_p().
5518
5519 2002-07-03 Grace Sainsbury <graces@redhat.com>
5520
5521 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5522 (REGISTER_SIZE): Remove.
5523 (MAX_REGISTER_RAW_SIZE): Remove.
5524 (REGISTER_VIRTUAL_TYPE): Remove.
5525 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5526 (REGISTER_NAME): Remove.
5527 (USE_GENERIC_DUMMY_FRAMES): Remove.
5528 (CALL_DUMMY): Remove.
5529 (CALL_DUMMY_START_OFFSET): Remove.
5530 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5531 (CALL_DUMMY_LOCATION): Remove.
5532 (FIX_CALL_DUMMY): Remove.
5533 (CALL_DUMMY_ADDRESS): Remove.
5534 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5535 (SAVE_DUMMY_FRAME_TOS): Remove.
5536 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5537 (mcore_register_virtual_type): New function.
5538 (mcore_register_byte): New function.
5539 (mcore_register_size): New function.
5540 (mcore_register_name): New function.
5541 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5542 macros removed from tm-mcore.h.
5543 (mcore_dump_tdep): Add.
5544 (_initialize_mcore_tdep): Add gdbarch_register call.
5545
5546 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5547
5548 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5549 frameless_look_for_prologue, such that we actually call this
5550 function.
5551
5552 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5553
5554 * frame.h (frame_address_in_block): New function.
5555
5556 * blockframe.c (frame_address_in_block): New function extracted
5557 from get_frame_block().
5558 (get_frame_block): Use frame_address_in_block().
5559 (block_innermost_frame): Use frame_address_in_block() to match
5560 the frame pc address against the block boundaries rather than
5561 the frame pc directly. This prevents a failure when a frame pc
5562 is actually a return-address pointing immediately after the end
5563 of the given block.
5564
5565 2002-07-02 Grace Sainsbury <graces@redhat.com>
5566
5567 * MAINTAINERS: Add self under write after approval.
5568
5569 2002-07-02 Grace Sainsbury <graces@redhat.com>
5570
5571 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5572 used in architecture vector. The default is
5573 m68k_local_breakpoint_from_pc.
5574 (m68k_local_breakpoint_from_pc): Add.
5575 (enum): Add register numbers from tm-m68k.h.
5576 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5577 vector.
5578 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5579 GDB_MULTI_ARCH_PARTIAL.
5580 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5581 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5582 m68k-tdep.c.
5583 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5584 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5585 to enum in m68k-tdep.c
5586
5587 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5588
5589 * solib-osf.c (open_map): Compute the list of shared libraries
5590 loaded by the inferior, rather than the list of libraries loaded
5591 by GDB itself. Otherwise, GDB ends up reading the symbols from
5592 the wrong shared libraries...
5593
5594 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5595
5596 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5597 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5598 macros.
5599 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5600 Remove functions.
5601 (FRAMELESS_SIGNAL): Remove function.
5602 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5603 i386_linux_saved_pc_after_call): Removed.
5604 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5605 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5606 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5607
5608 * i386-tdep.c (i386_frameless_signal_p): New function.
5609 (i386_frame_chain): Deal with frameless signals.
5610 (i386_sigtramp_saved_sp): New function.
5611 (i386_frame_saved_pc): Deal with frameless signals.
5612 (i386_saved_pc_after_call): Make sure the correct value is
5613 returned just after entry into a sigtramp.
5614 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5615 i386fbsd4_sc_sp_offset): New variables.
5616 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5617 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5618 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5619 similiar to what we already did for sc_pc_offset.
5620 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5621 tdep->sc_sp_offset.
5622
5623 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5624
5625 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5626
5627 * config/i386/tm-x86-64linux.h: New.
5628 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5629 definitions.
5630 * config/i386/nm-x86-64.h: Rename to ...
5631 * config/i386/nm-x86-64linux.h: ... this one.
5632 * config/i386/x86-64linux.mh: Reflect the above change.
5633
5634 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5635
5636 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5637 with sigcontext_addr. Add sc_sp_offset.
5638 (i386bsd_sigtramp_saved_pc): Remove prototype.
5639 (i386bsd_sicontext_addr): Add prototype.
5640 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5641 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5642 (i386_svr4_sigtramp_saved_pc): Removed.
5643 (i386_svr4_sigcontext_addr): New function.
5644 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5645 Initialize tdep->sigcontext_addr instead. Initialize
5646 tdep->sc_pc_offset and tdep->sc_sp_offset.
5647 (i386_gdbarch_init): Likewise.
5648 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5649 any more.
5650 (i386bsd_sigtramp_saved_pc): Remove function.
5651 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5652 Initialize tdep->sigcontext_addr instead. Initialize
5653 tdep->sc_pc_offset.
5654 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5655 of tdep->sigtramp_saved_pc.
5656 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5657 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5658 instead.
5659
5660 * i386-tdep.c (i386_frameless_function_invocation,
5661 i386_frame_num_args, i386_frame_init_saved_regs,
5662 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5663 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5664 i386_extract_return_value, i386_store_return_value,
5665 i386_extract_struct_value_address, i386_register_virtual_type,
5666 i386_register_convertible, i386_register_convert_to_virtual,
5667 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5668 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5669 static.
5670
5671 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5672
5673 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5674
5675 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5676 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5677 this macro. Include "value.h".
5678
5679 2002-06-30 Aidan Skinner <aidan@velvet.net>
5680
5681 * ada-exp.tab.c: remove as it's a generated file
5682 * ada-lex.c: remove as it's a generated file
5683
5684 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5685
5686 * config/i386/tm-i386.h (struct frame_info, struct
5687 frame_saved_regs, struct value, struct type): Remove forward
5688 declarations.
5689
5690 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5691 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5692 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5693 (FILL_FPXREGSET): Define.
5694
5695 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5696
5697 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5698 i[3456]86-*-netbsd* case.
5699 * config/i386/tm-obsd.h: Removed.
5700 * config/i386/obsd.mt: Removed.
5701 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5702 core-aout.o.
5703 (MH_CFLAGS): Add -DYYDEBUG=0.
5704
5705 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5706 i386nbsd_sc_pc_offset on OpenBSD too.
5707
5708 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5709 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5710 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5711 define.
5712 * i386bsd-tdep.c: Include "arch-utils.h".
5713 (i386bsd_aout_in_solib_call_trampoline): New function.
5714 (i386bsd_init_abi): Set in_solib_call_trampoline to
5715 i386bsd_aout_in_solib_call_trampoline.
5716 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5717 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5718
5719 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5720
5721 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5722 (struct obstack, struct bcache): Add opaque declarations.
5723 * Makefile.in (macrotab_h): Update
5724
5725 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5726
5727 * blockframe.c (generic_find_dummy_frame): Change return type to
5728 ``struct regcache''.
5729 (struct dummy_frame): Replace field ``registers'' with regcache, a
5730 struct regcache object.
5731 (generic_find_dummy_frame): Update.
5732 (generic_push_dummy_frame): Update. Use regcache_xfree,
5733 regcache_xmalloc and regcache_cpy.
5734 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5735 regcache_xfree.
5736 (deprecated_generic_find_dummy_frame): Update.
5737 (generic_read_register_dummy): Update. Use
5738 regcache_read_as_address.
5739 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5740 (generic_get_saved_register): Update. Use regcache_read.
5741
5742 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5743
5744 * Makefile.in (objfiles_h): Add $(bcache_h).
5745 * objfiles.h: Include "bcache.h".
5746
5747 * Makefile.in (symtab_h): Remove $(bcache_h).
5748 * symtab.h: Do not include "bcache.h".
5749
5750 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5751
5752 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5753 generic_func_frame_chain_valid.
5754
5755 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5756
5757 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5758 * config/i386/tm-fbsd.h: Likewise.
5759
5760 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5761
5762 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5763 generic_unwind_get_saved_register.
5764
5765 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5766
5767 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5768 * regcache.c (supply_register): Add missing argument to
5769 register_buffer call.
5770
5771 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5772
5773 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5774 Solaris /bin/grep does not not like it. From Peter Schauer.
5775
5776 2002-06-26 Tom Tromey <tromey@redhat.com>
5777
5778 * command.h (add_setshow_cmd): Declare.
5779 (add_setshow_cmd_full): Declare.
5780 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5781 returns void. Use add_setshow_cmd_full.
5782 (add_setshow_cmd_full): New function.
5783 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5784 (add_setshow_boolean_cmd): Likewise.
5785
5786 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5787
5788 * config/vax/tm-vax.h: Protect from multiple inclusion.
5789 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5790 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5791 * config/vax/tm-vaxbsd.h: ...here. New file.
5792 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5793
5794 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5795
5796 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5797 (BELIEVE_PCC_PROMOTION): Remove.
5798 (AP_REGNUM): Move to...
5799 * config/vax/nm-vax.h: ...here.
5800 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5801 (vax_breakpoint_from_pc): New function.
5802 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5803 and gdbarch_believe_pcc_promotion.
5804
5805 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5806
5807 * Makefile.in (vax_tdep_h): Define.
5808 (vax-tdep.o): Use $(vax_tdep_h).
5809 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5810 (vax_dump_tdep): New function.
5811 (_initialize_vax_tdep): Register vax_dump_tdep.
5812 * vax-tdep.h: Include osabi.h.
5813 (struct gdbarch_tdep): New.
5814
5815 2002-06-26 Andrew Cagney <cagney@redhat.com>
5816
5817 * frame.h (deprecated_generic_find_dummy_frame): Rename
5818 generic_find_dummy_frame.
5819 * blockframe.c (generic_find_dummy_frame): Make static.
5820 (deprecated_generic_find_dummy_frame): New function.
5821 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5822 generic_find_dummy_frame with deprecated_find_dummy_frame.
5823 (sh64_nofp_frame_init_saved_regs): Ditto.
5824 (sh_fp_frame_init_saved_regs): Ditto.
5825 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5826 (s390_frame_chain): Ditto.
5827 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5828
5829 2002-06-26 Grace Sainsbury <graces@redhat.com>
5830
5831 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5832 gdbarch vector are at the top.
5833 (NUM_REGS): Remove.
5834 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5835 (FRAME_ARGS_ADDRESS): Remove.
5836 (FRAME_LOCALS_ADDRESS): Remove.
5837 (FRAME_NUM_ARGS): Remove.
5838 (FRAME_ARGS_SKIP): Remove.
5839 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5840 (m68k_gdbarch_init): Add gdbarch initializations for macros
5841 undefined in tm-m68k.h
5842
5843 2002-06-26 Grace Sainsbury <graces@redhat.com>
5844
5845 * monitor.h: Add the function regname to monitor_ops
5846 structure. This way NUM_REGS does not have to be a constant.
5847 * monitor.c (monitor_fetch_register): Added support for regname
5848 function. The function is called if the array regnames is NULL.
5849 (monitor_store_register): Same.
5850 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5851 regnames array.
5852 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5853 cpu32bug_cmds.regname to point to new function.
5854 * abug-rom.c (abug_regname): Same as above.
5855 (init_abug_cmds): Same.
5856 * dbug-rom.c (dbug_regname): Same as above.
5857 (init_dbug_cmds): Same.
5858 * remote-est.c (est_regname): Same.
5859 (init_est_cmds): Same.
5860 * rom68k-rom.c (rom68k_regname): Same.
5861 (init_rom68k_cmds): Same.
5862
5863 2002-06-25 Tom Tromey <tromey@redhat.com>
5864
5865 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5866
5867 2002-06-25 Andrew Cagney <cagney@redhat.com>
5868
5869 * infrun.c (stop_registers): Change variable's type to ``struct
5870 regcache'''.
5871 (xmalloc_inferior_status): Delete function.
5872 (free_inferior_status): Delete function.
5873 (normal_stop): Use regcache_cpy.
5874 (struct inferior_status): Change type of fields ``stop_registers''
5875 and ``registers'' to ``struct regcache''.
5876 (write_inferior_status_register): Use regcache_write.
5877 (save_inferior_status): Instead of calling
5878 xmalloc_inferior_status, allocate the inf_status buffer directly.
5879 Use regcache_dup_no_passthrough and regcache_dup to save the
5880 buffers.
5881 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5882 Replace the stop_registers regcache instead of overriding it. Use
5883 regcache_xfree. Instead of calling free_inferior_status, xfree
5884 the buffer directly.
5885 (discard_inferior_status): Use regcache_xfree. Instead of calling
5886 free_inferior_status, xfree the buffer directly.
5887 (build_infrun): Use regcache_xmalloc.
5888 (_initialize_infrun): Delete redundant call to build_infrun.
5889
5890 * Makefile.in (infcmd.o): Add $(regcache_h).
5891
5892 * infcmd.c: Include "regcache.h".
5893 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5894 obtain the address of `stop_registers' register buffer.
5895 (print_return_value): Ditto.
5896
5897 * inferior.h (struct regcache): Add opaque declaration.
5898 (stop_registers): Change variable's declared type to ``struct
5899 regcache''.
5900
5901 2002-06-24 Tom Tromey <tromey@redhat.com>
5902
5903 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5904 * target.c (initialize_targets): Fixed typo in
5905 trust-readonly-sections `show' documentation.
5906
5907 * main.c: Marked all strings with _().
5908
5909 2002-06-24 Don Howard <dhoward@redhat.com>
5910
5911 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5912 that means max CORE_ADDR+1.
5913 (lookup_mem_region): Ditto.
5914 (mem_info_command): Ditto.
5915
5916 2002-06-24 Grace Sainsbury <graces@redhat.com>
5917
5918 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5919 (REGISTER_BYTES_OK): Remove.
5920 (REGISTER_BYTES): Remove.
5921 (STORE_STRUCT_RETURN): Remove.
5922 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5923 (STORE_RETURN_VALUE): Remove.
5924 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5925 (FRAME_CHAIN): Remove.
5926 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5927 (FRAME_SAVED_PC): Remove.
5928 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5929 (m68k_store_struct_return): Add.
5930 (m68k_deprecated_extract_return_value): Add.
5931 (m68k_deprecated_extract_struct_value_address): Add.
5932 (m68k_store_return_value): Add.
5933 (m68k_frame_chain): Add.
5934 (m68k_frameless_function_invocation): Add.
5935 (m68k_frame_saved_pc): Add.
5936 (m68k_gdbarch_init): added set_gdbarch calls for new
5937 functions and deleted macros.
5938
5939 2002-06-23 Tom Tromey <tromey@redhat.com>
5940
5941 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5942 (ALLDEPFILES): Likewise.
5943 (udiheaders): Removed.
5944 (udip2soc.o): Likewise.
5945 (udi2go32.o): Likewise.
5946 (udr.o): Likewise.
5947 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5948
5949 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5950
5951 * infrun.c (_initialize_infrun): Delete unnecessary call to
5952 build_infrun.
5953
5954 * regcache.h: Update comments describing the regcache_cpy family
5955 of functions.
5956 (regcache_save, regcache_restore): Delete declaration.
5957 (regcache_save_no_passthrough): Delete declaration.
5958 (regcache_restore_no_passthrough): Delete declaration.
5959 * regcache.c (regcache_save): Delete function.
5960 (regcache_save_no_passthrough): Delete function.
5961 (regcache_restore): Delete function.
5962 (regcache_restore_no_passthrough): Delete function.
5963
5964 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5965
5966 * config/m68k/tm-m68k.h: Fix typo.
5967 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5968 (m68k_frame_init_saved_regs): Declare.
5969
5970 2002-06-21 Jim Blandy <jimb@redhat.com>
5971
5972 Remove some vestiges of Harris 88k support.
5973 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5974 register numbering quirk.
5975 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5976 odd symbols occurring in Harris 88k ELF targets.
5977
5978 2002-06-21 Tom Tromey <tromey@redhat.com>
5979
5980 * gdb_locale.h: New file.
5981 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5982 (defs_h): Added gdb_locale.h.
5983 * configure, config.in: Rebuilt.
5984 * configure.in (PACKAGE): Define.
5985 * defs.h: Include gdb_locale.h.
5986 * main.c (captured_main): Call setlocale, bindtextdomain,
5987 textdomain.
5988
5989 2002-06-21 Dave Brolley <brolley@redhat.com>
5990
5991 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5992 * config/frv/frv.mt: New file.
5993 * config/frv/tm-frv.h: New file.
5994 * configure.tgt: Support frv-*-*.
5995 * Makefile.in (frv-tdep.o): New target.
5996 * frv-tdep.c: New file.
5997 * NEWS: Mention frv.
5998
5999 2002-06-21 Dave Brolley <brolley@redhat.com>
6000
6001 * MAINTAINERS: Add self to "Write After Approval" list.
6002
6003 2002-06-21 Grace Sainsbury <graces@redhat.com>
6004
6005 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
6006 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6007 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
6008 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
6009 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
6010
6011 * m68k-tdep.c: Include arch-utils.h
6012 (m68k_register_raw_size): Add.
6013 (m68k_register_virtual_size): Add.
6014 (m68k_register_virtual_type): Add.
6015 (m68k_register_name): Add.
6016 (m68k_stack_align): Add.
6017 (m68k_register_byte): Add.
6018 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
6019 tm-m68k.h.
6020
6021 2002-06-21 Grace Sainsbury <graces@redhat.com>
6022
6023 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
6024 m68k_find_saved_regs.
6025 (m68k_pop_frame): Removed saved_regs structure, and replaced
6026 references to it with frame->saved_regs.
6027 (m68k_gdbarch_init): Added function calls to initialize the
6028 gdbarch structure.
6029 (m68k_fix_call_dummy): Add.
6030 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
6031 (CALL_DUMMY): Remove.
6032 (CALL_DUMMY_LENGTH): Remove.
6033 (CALL_DUMMY_START_OFFSET): Remove.
6034 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6035 (FIX_CALL_DUMMY): Remove.
6036 (PUSH_DUMMY_FRAME): Remove.
6037 (POP_FRAME): Remove.
6038
6039 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
6040
6041 * parse.c (parse_fprintf): New function used to avoid calls to
6042 fprintf in bison parser generated debug code.
6043 * parser-defs.h: Declaration of new parse_fprintf function.
6044 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
6045 Set YYDEBUG to 1 by default.
6046 Set YYFPRINTF as parse_fprintf.
6047
6048 2002-06-21 Michal Ludvig <mludvig@suse.cz>
6049
6050 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
6051 encoding anymore.
6052 (pointer_encoding, enum ptr_encoding): New.
6053 (execute_cfa_program): Take care about pointer encoding.
6054 (dwarf2_build_frame_info): Only call parse_frame_info for
6055 .debug_frame and .eh_frame.
6056 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
6057 fixed augmentation handling, added relative addressing,
6058 ignore duplicate FDEs. Added comments.
6059 * dwarf2cfi.c: Reindented.
6060
6061 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
6062
6063 * event-top.c (command_handler): Don't use space_at_cmd_start
6064 unless there is sbrk() on the host. Assign time and space data
6065 to union fields of the appropriate length.
6066
6067 2002-06-20 Michal Ludvig <mludvig@suse.cz>
6068
6069 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
6070 x86_64_register_name. Return type changed to 'const char *'.
6071 (x86_64_register_name2nr): Rename to x86_64_register_number.
6072 (x86_64_gdbarch_init): Update to reflect the change.
6073 * x86-64-tdep.h: Ditto.
6074 * x86-64-linux-nat.c (x86_64_fxsave_offset)
6075 (supply_fpregset): Ditto.
6076
6077 2002-06-19 Andrew Cagney <cagney@redhat.com>
6078
6079 * regcache.h: Update copyright.
6080 (struct regcache, struct gdbarch): Add opaque declarations.
6081 (current_regcache): Declare global variable.
6082 (regcache_read, regcache_write): Add gdbarch parameter.
6083 (regcache_save, regcache_save_no_passthrough)
6084 (regcache_restore, regcache_restore_no_passthrough)
6085 (regcache_dup, regcache_dup_no_passthrough)
6086 (regcache_cpy, regcache_cpy_no_passthrough)
6087 (deprecated_grub_regcache_for_registers)
6088 (deprecated_grub_regcache_for_register_valid)
6089 (regcache_valid_p): Add function declarations.
6090
6091 * regcache.c: Update copyright.
6092 (regcache_descr_handle): New global variable.
6093 (struct regcache_descr): Define.
6094 (init_legacy_regcache_descr, init_regcache_descr): New functions.
6095 (regcache_descr, xfree_regcache_descr): New functions.
6096 (struct regcache): Define.
6097 (regcache_xmalloc, regcache_xfree): New functions.
6098 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
6099 (regcache_dup, regcache_dup_no_passthrough): New functions.
6100 (regcache_valid_p, regcache_read_as_address): New functions.
6101 (deprecated_grub_regcache_for_registers): New function.
6102 (deprecated_grub_regcache_for_register_valid): New function.
6103 (current_regcache): New global variable.
6104 (register_buffer): Add regcache parameter. Update calls.
6105 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
6106 (read_register_gen, write_register_gen): Update register_buffer
6107 call. Test for legacy_p instead of gdbarch_register_read_p or
6108 gdbarch_register_write_p.
6109 (regcache_collect): Update register_buffer call.
6110 (build_regcache): Rewrite. Use deprecated grub functions.
6111 (regcache_save, regcache_save_no_passthrough): New functions.
6112 (regcache_restore, regcache_restore_no_passthrough): New
6113 functions.
6114 (_initialize_regcache): Create the regcache_data_handle. Swap
6115 current_regcache global variable.
6116
6117 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
6118 parameter to regcache_read and regcache_write calls.
6119 (sh4_register_read): Ditto.
6120 (sh64_pseudo_register_read): Ditto.
6121 (sh64_register_read): Ditto.
6122 (sh_pseudo_register_write): Ditto.
6123 (sh4_register_write): Ditto.
6124 (sh64_pseudo_register_write): Ditto.
6125 (sh64_register_write): Ditto.
6126
6127 * defs.h (XCALLOC): Define.
6128
6129 2002-06-19 Grace Sainsbury <graces@redhat.com>
6130
6131 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
6132 * m68k-tdep.c (m68k_gdbarch_init): Added.
6133 (m68k_dump_tdep): Added.
6134
6135 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6136
6137 * ada-lang.c (fill_in_ada_prototype): Update comment.
6138
6139 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6140
6141 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
6142 MIPS_ABI_LAST.
6143 (mips_abi_string, mips_abi_strings): New.
6144 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
6145 (mips_gdbarch_init): Set tdep->found_abi. Don't set
6146 tdep->mips_abi_string. Honor mips_abi_string. Default to
6147 O32 if no ABI is found.
6148 (mips_dump_tdep): Use mips_abi_strings.
6149 (mips_abi_update): New function.
6150 (_initialize_mips_tdep): Initialize mips_abi_string. Add
6151 ``set mips abi'' and ``show mips abi''. Check the size of
6152 mips_abi_strings.
6153
6154 2002-06-19 Andrew Cagney <cagney@redhat.com>
6155
6156 * i386-linux-tdep.c (i386_linux_register_name): Make return type
6157 constant.
6158
6159 2002-06-18 Joel Brobecker <brobecker@gnat.com>
6160
6161 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6162 current frame using only the first stack size adjustment. All
6163 subsequent size adjustments are not considered to be part of
6164 the "static" part of the current frame.
6165 Compute the address of the saved registers relative to the
6166 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6167 in use in this frame.
6168
6169 2002-06-18 Don Howard <dhoward@redhat.com>
6170
6171 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6172 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6173 suggesting this solution.
6174
6175 2002-06-18 Andrew Cagney <ac131313@redhat.com>
6176
6177 * config/romp/xm-rtbsd.h: Delete file.
6178 * config/romp/rtbsd.mh: Delete file.
6179
6180 2002-06-18 Keith Seitz <keiths@redhat.com>
6181
6182 * breakpoint.c (condition_command): Post breakpoint_modify
6183 when a condition is added to an existing breakpoint.
6184 (commands_command): Likewise for commands.
6185 (set_ignore_count): Likewise for ignore counts.
6186 If no tty, do not simply return, still need to send event
6187 notification.
6188 (ignore_command): Only print a newline if the command came
6189 from a tty.
6190 Don't call breakpoints_changed, since this is now properly
6191 handled by set_ignore_count.
6192
6193 2002-06-18 Andrew Cagney <cagney@redhat.com>
6194
6195 * MAINTAINERS: Note that cris-elf target can be compiled with
6196 -Werror.
6197 * cris-tdep.c (cris_register_name): Make return type constant.
6198 (cris_breakpoint_from_pc): Ditto.
6199
6200 2002-06-18 Michal Ludvig <mludvig@suse.cz>
6201
6202 * frame.h (struct frame_info): Change type of context to
6203 'struct context'.
6204
6205 2002-06-17 Andrew Cagney <cagney@redhat.com>
6206
6207 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6208 pointer.
6209 * gdbarch.h, gdbarch.c: Regenerate.
6210 * config/mips/tm-mips.h (mips_register_name): Update.
6211 * i386-tdep.h (i386_register_name): Update.
6212 * mips-tdep.c (mips_register_name): Update
6213 * alpha-tdep.c (alpha_register_name): Update.
6214 * arch-utils.c (legacy_register_name): Update.
6215 * arch-utils.h (legacy_register_name): Update.
6216 * avr-tdep.c (avr_register_name): Update.
6217 * ia64-tdep.c (ia64_register_name): Update.
6218 * i386-tdep.c (i386_register_name): Update.
6219 * sparc-tdep.c (sparc32_register_name): Update.
6220 (sparc64_register_name): Update.
6221 (sparclite_register_name): Update.
6222 (sparclet_register_name): Update.
6223 * sh-tdep.c (sh_generic_register_name): Update.
6224 (sh_sh_register_name): Update.
6225 (sh_sh3_register_name): Update.
6226 (sh_sh3e_register_name): Update.
6227 (sh_sh_dsp_register_name): Update.
6228 (sh_sh3_dsp_register_name): Update.
6229 (sh_sh4_register_name): Update.
6230 (sh_sh64_register_name): Update.
6231 * s390-tdep.c (s390_register_name): Update.
6232 * rs6000-tdep.c (rs6000_register_name): Update.
6233 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6234 (ns32k_register_name_32382): Update.
6235 * d10v-tdep.c (d10v_ts2_register_name): Update.
6236 (d10v_ts3_register_name): Update.
6237 * xstormy16-tdep.c (xstormy16_register_name): Update.
6238 * vax-tdep.c (vax_register_name): Update.
6239 * v850-tdep.c (v850_register_name): Update.
6240 * m68hc11-tdep.c (m68hc11_register_name): Update.
6241 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6242 (am33_register_name): Update.
6243
6244 2002-06-17 Grace Sainsbury <graces@redhat.com>
6245
6246 * m68k-tdep.c: Reindented.
6247
6248 2002-06-17 Andrew Cagney <ac131313@redhat.com>
6249
6250 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6251 list of predefined types.
6252
6253 2002-06-16 Mark Kettenis <kettenis@gnu.org>
6254
6255 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6256 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6257 REGISTER_CONVERT_TO_RAW): Remove defines.
6258 (i386_register_virtual_type, i386_register_convertible,
6259 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6260 Remove prototypes.
6261 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6262 macros mentioned above.
6263
6264 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6265 (i386lynx_saved_pc_after_call): Remove prototype.
6266 * i386ly-tdep.c: Include "i386-tdep.h".
6267 (i386lynx_saved_pc_after_call): Make static. Use
6268 read_memory_nobpt instead of read_memory. Use
6269 read_memory_unsigned_integer instead of read_memory_integer.
6270 (i386lynx_init_abi): New function.
6271 (i386lynx_coff_osabi_sniffer): New function.
6272 (_initialize_i386bsd_tdep): New function.
6273
6274 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6275 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6276 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6277 (i386_fix_call_dummy): Remove prototype.
6278 * i386-tdep.c (i386_call_dummy_words): New variable.
6279 (i386_gdbarch_init): Adjust for removal of the
6280 macros mentioned above.
6281
6282 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6283
6284 * command.h (add_setshow_auto_boolean_cmd): Replace
6285 add_set_auto_boolean_cmd.
6286 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6287 add_set_auto_boolean_cmd.
6288 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6289 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6290 mask-address'' command.
6291 (show_mask_address): Add cmd parameter.
6292 * remote.c (add_packet_config_cmd): Update. Change type of
6293 set_func and show_func to cmd_sfunc_ftype.
6294 (_initialize_remote): Update `set remote Z-packet'
6295 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6296 (show_remote_protocol_e_packet_cmd): Ditto.
6297 (show_remote_protocol_E_packet_cmd): Ditto.
6298 (show_remote_protocol_P_packet_cmd): Ditto.
6299 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6300 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6301 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6302 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6303 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6304 (show_remote_protocol_Z_packet_cmd): Ditto.
6305 (show_remote_protocol_binary_download_cmd): Ditto.
6306 (show_remote_cmd): Pass NULL to all of above.
6307
6308 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6309
6310 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6311 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6312 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6313 POP_FRAME): Remove defines.
6314 (i386_push_arguments, i386_store_struct_return,
6315 i386_extract_return_value, i386_store_return_value,
6316 i386_extract_struct_value_address, i386_push_dummy_frame,
6317 i386_pop_frame): Renove prototypes.
6318 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6319 macros mentioned above.
6320
6321 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6322
6323 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6324 add_set_boolean_cmd.
6325 (add_setshow_cmd): New function.
6326 * command.h (add_setshow_boolean_cmd): Replace
6327 add_set_boolean_cmd.
6328 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6329 and ``set rdiromatzero''.
6330 * maint.c (_initialize_maint_cmds): Update commented out code.
6331 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6332 * target.c (initialize_targets): Update `set
6333 trust-readonly-sections'.
6334 * remote.c (_initialize_remote): Update `set remotebreak'.
6335
6336 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6337
6338 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6339 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6340 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6341 fit into multi-arch framework.
6342 (i386_breakpoint_from_pc): New function.
6343 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6344 above.
6345
6346 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6347 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6348 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6349 (i386_frameless_function_invocation, i386_frame_num_args,
6350 i386_frame_init_saved_regs): Remove prototypes.
6351 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6352 macros mentioned above.
6353
6354 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6355
6356 * cli/cli-decode.c (set_cmd_cfunc): Update.
6357 (set_cmd_sfunc): Update.
6358 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6359 (set_cmd_sfunc, set_cmd_cfunc): Update.
6360 * cli/cli-decode.h: Update.
6361
6362 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6363
6364 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6365 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6366
6367 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6368
6369 * defs.h (auto_boolean): Declare enum.
6370 * command.h (cmd_auto_boolean): Delete enum.
6371 * mips-tdep.c (mask_address_var): Update.
6372 (mips_mask_address_p): Update.
6373 (show_mask_address): Update.
6374 * remote.c (struct packet_config): Update.
6375 (update_packet_config): Update.
6376 (show_packet_config_cmd): Update.
6377 (packet_ok): Update.
6378 (add_packet_config_cmd): Update.
6379 (_initialize_remote):
6380 * command.h: Update.
6381 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6382 (do_setshow_command): Update.
6383 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6384 * cli/cli-decode.h: Update.
6385
6386 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6387
6388 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6389 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6390 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6391 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6392 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6393 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6394
6395 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6396 list of DJGPP COFF targets.
6397
6398 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6399 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6400 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6401 (FP0_REGNUM): Remove define.
6402 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6403 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6404 (i386_register_virtual_size): Remove protoype.
6405 * i386-tdep.c (i386_register_virtual_size): Removed.
6406 (i386_extract_return_value, i386_store_return_value): Use
6407 FP0_REGNUM instead of NUM_FREGS to determine whether the
6408 floating-point registers are available.
6409 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6410 Adjust for removal of macros mentioned above.
6411
6412 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6413
6414 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6415 comments.
6416 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6417 Remove prototypes.
6418 (supply_gregset, fill_gregset): Remove use of register keyword and
6419 remove declaration for regmap. Use I386_NUM_GREGS instead of
6420 NUM_REGS and NUM_FREGS.
6421 (FPREGSET_FSAVE_OFFSET): Remove.
6422 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6423 NUM_FREGS to determine whether the floating-point registers are
6424 available.
6425
6426 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6427 gnu_store_registers): Replace usage of NUM_GREGS with
6428 I386_NUM_GREGS.
6429
6430 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6431 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6432 usage of NUM_GREGS with I386_NUM_GREGS.
6433
6434 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6435
6436 * i386bsd-nat.c: Include "i386-tdep.h".
6437 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6438 I386_NUM_GREGS.
6439
6440 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6441 and associated comment. They no longer make any sense, since we
6442 don't use this file anymore on Linux.
6443
6444 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6445 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6446 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6447 elements in these arrays.
6448 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6449 MAX_NUM_REGS.
6450
6451 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6452
6453 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6454 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6455
6456 2002-06-14 Andrew Cagney <cagney@redhat.com>
6457
6458 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6459 EXTRACT_RETURN_VALUE.
6460 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6461 EXTRACT_STRUCT_VALUE_ADDRESS.
6462 * gdbarch.h, gdbarch.c: Regenerate.
6463
6464 * values.c (value_being_returned): Handle
6465 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6466 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6467
6468 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6469 * arm-tdep.c (arm_gdbarch_init): Update.
6470 * avr-tdep.c (avr_gdbarch_init): Update.
6471 * cris-tdep.c (cris_gdbarch_init): Update.
6472 * d10v-tdep.c (d10v_gdbarch_init): Update.
6473 * ia64-tdep.c (ia64_gdbarch_init): Update.
6474 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6475 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6476 * s390-tdep.c (s390_gdbarch_init): Update.
6477 * sh-tdep.c (sh_gdbarch_init): Update.
6478 * s390-tdep.c (s390_gdbarch_init): Update.
6479 * sparc-tdep.c (sparc_gdbarch_init): Update.
6480 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6481 * v850-tdep.c (v850_gdbarch_init): Update.
6482 * vax-tdep.c (vax_gdbarch_init): Update.
6483 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6484 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6485
6486 * config/arc/tm-arc.h: Update.
6487 * config/d30v/tm-d30v.h: Update.
6488 * config/fr30/tm-fr30.h: Update.
6489 * config/h8300/tm-h8300.h: Update.
6490 * config/h8500/tm-h8500.h: Update.
6491 * config/i386/tm-i386.h: Update.
6492 * config/i386/tm-ptx.h: Update.
6493 * config/i386/tm-symmetry.h: Update.
6494 * config/i960/tm-i960.h: Update.
6495 * config/m32r/tm-m32r.h: Update.
6496 * config/m68k/tm-delta68.h: Update.
6497 * config/m68k/tm-linux.h: Update.
6498 * config/m68k/tm-m68k.h: Update.
6499 * config/m88k/tm-m88k.h: Update.
6500 * config/mcore/tm-mcore.h: Update.
6501 * config/mips/tm-mips.h: Update.
6502 * config/mn10200/tm-mn10200.h: Update.
6503 * config/pa/tm-hppa.h: Update.
6504 * config/pa/tm-hppa64.h: Update.
6505 * config/sparc/tm-sp64.h: Update.
6506 * config/sparc/tm-sparc.h: Update.
6507 * config/sparc/tm-sparclet.h: Update.
6508 * config/z8k/tm-z8k.h: Update.
6509
6510 2002-06-14 Andrew Cagney <cagney@redhat.com>
6511
6512 * Makefile.in (i386_linux_tdep_h): Define.
6513 (i386_tdep_h, i387_tdep_h): Define.
6514 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6515 $(i386_tdep_h) and $(i387_tdep_h).
6516 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6517
6518 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6519
6520 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6521 Already covered by the default.
6522
6523 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6524 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6525 (i386_gdbarch_init): Initialize long_double_format and long_double
6526 bit.
6527
6528 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6529 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6530 Move these to ...
6531 * config/i386/i386sol2.mh: ... here.
6532 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6533 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6534 (SIGCONTEXT_PC_OFFSET): Remove define.
6535 (IN_SIGTRAMP): Remove define.
6536 * i386-sol2-tdep.c: New file.
6537
6538 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6539 * config/i386/tm-i386nw.h: Removed.
6540
6541 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6542 USE_STRUCT_CONVENTION): Remove defines.
6543 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6544 (get_longjmp_target): Remove prototype.
6545 (IN_SIGTRAMP): Remove define.
6546 (i386bsd_in_sigtramp): Remove prototype.
6547 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6548 function. Update comment accordingly
6549 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6550 (FRAME_SAVED_PC): Remove define.
6551 (i386bsd_frame_saved_pc): Remove prototype.
6552 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6553 GET_LONGJMP_TARGET): Remove defines.
6554 (get_longjmp_target): Remove prototype.
6555 (IN_SIGTRAMP): Remove define.
6556 (i386bsd_in_sigtramp): Remove prototype.
6557 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6558 function. Update comment accordingly
6559 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6560 (FRAME_SAVED_PC): Remove define.
6561 (i386bsd_frame_saved_pc): Remove prototype.
6562 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6563 Remove prototype.
6564 (USE_STRUCT_CONVENTION): Remove prototype.
6565 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6566 declaration.
6567 (_initialize_i386bsd_nat): Revise logic to determine some
6568 constants at compile time when compiling a native GDB. Warn if
6569 things don't match up with what we expect.
6570 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6571 Remove variables.
6572 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6573 to use date stored in `struct gdbarch_tdep'.
6574 (i386bsd_sigcontext_offset): Remove varaible.
6575 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6576 stored in `struct gdbarch_tdep'.
6577 (i386bsd_frame_saved_pc): Make static.
6578 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6579 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6580 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6581 i386fbsd4_sc_pc_offset): New variables.
6582 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6583 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6584 functions.
6585 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6586 functions.
6587 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6588 Modify the value of i386fbsd_sigtramp_start and
6589 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6590 i386fbsd_sigtramp_end.
6591 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6592 function.
6593
6594 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6595 define to i386-linux-tdep.h.
6596 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6597 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6598 defines.
6599 (i386_linux_register_name, i386_linux_register_byte,
6600 i386_linux_register_raw_size): Remove prototypes.
6601 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6602 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6603 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6604 TARGET_WRITE_PC): Remove defines.
6605 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6606 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6607 i386_linux_write_pc): Remove prototypes.
6608 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6609 (get_longjmp_target): Remove prototype.
6610 * i386-linux-tdep.h: New file.
6611 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6612 * i386-linux-tdep.c: Include "i386-tdep.h" and
6613 "i386-linux-tdep.h".
6614 (i386_linux_register_name, i386_linux_register_byte,
6615 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6616 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6617 Make static.
6618 (i386_linux_init_abi): New function.
6619 (_initialize_i386_linux_tdep): New function.
6620
6621 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6622 (i386_saved_pc_after_call): Remove prototype.
6623 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6624 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6625 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6626 (i386_register_name, i386_stab_reg_to_regnum,
6627 i386_dwarf_reg_to_regnum): Remove prototypes.
6628 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6629 SIZEOF_SSE_REGS): Remove defines.
6630 (REGISTER_BYTES): Remove define.
6631 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6632 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6633 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6634 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6635 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6636 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6637 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6638 (get_longjmp_target): Remove prototype.
6639 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6640 (sigtramp_saved_pc): Remove define.
6641 (i386v4_sigtramp_saved_pc): Remove prototype.
6642 * config/i386/tm-go32.h (FRAME_CHAIN,
6643 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6644 (i386go32_frame_saved_pc): Remove prototype.
6645 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6646 (get_longjmp_target): Remove prototype.
6647 * i386-tdep.h: Include "osabi.h".
6648 (enum i386_abi): Removed.
6649 (enum struct_return): New enum.
6650 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6651 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6652 sc_pc_offset members.
6653 (i386_gdbarch_register_os_abi): Remove prototype.
6654 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6655 I386_SSE_NUM_REGS): New defines.
6656 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6657 I386_SSE_SIZEOF_REGS): New defines.
6658 (i386_register_name, i386_register_byte, i386_register_raw_size):
6659 New prototypes.
6660 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6661 (i386bsd_sigtramp_saved_pc): New prototype.
6662 * i386-tdep.c: Don't include "elf-bfd.h".
6663 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6664 i386_frame_chain, i386_saved_pc_after_call): Make static.
6665 (i386_frame_saved_pc): Rewrite to call architecture dependent
6666 function to deal with signal handlers. Make static.
6667 (i386go32_frame_saved_pc): Removed.
6668 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6669 Removed.
6670 (i386_get_longjmp_target): New function.
6671 (default_struct_convention, pcc_struct_convention,
6672 reg_struct_convention, valid_conventions, struct_convention): New
6673 variables.
6674 (i386_use_struct_convention): New function.
6675 (i386v4_sigtramp_saved_pc): Renamed to
6676 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6677 (i386_pc_in_sigtramp): New function.
6678 (i386_abi_names): Removed.
6679 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6680 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6681 Removed.
6682 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6683 i386_gdbarch_register_os_abi): Removed.
6684 (struct i386_abi_handler): Removed.
6685 (i386_abi_handler_list): Removed.
6686 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6687 functions.
6688 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6689 i386_nw_init_abi): New functions.
6690 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6691 Use set_gdbarch_xxx() calls instead of relying on macros for a
6692 number of calls.
6693 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6694 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6695 Register the various architecture variants defined in this file.
6696
6697 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6698
6699 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6700 (struct main_type): Remove arg_types member. Update comments for
6701 struct field.
6702 (TYPE_ARG_TYPES): Remove.
6703 (TYPE_FN_FIELD_ARGS): Update.
6704 (smash_to_method_type): Update prototype.
6705
6706 * c-typeprint.c (cp_type_print_method_args): Take method type
6707 instead of argument list. Use new argument layout. Simplify.
6708 (c_type_print_args): Use new argument layout. Simplify.
6709 (c_type_print_base): Update call to cp_type_print_method_args.
6710 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6711 argument; use die->type instead. Update call to
6712 smash_to_method_type.
6713 (read_structure_scope): Update call to dwarf2_add_member_fn.
6714 * gdbtypes.c (allocate_stub_method): Update comment.
6715 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6716 Use new argument layout.
6717 (check_stub_method): Use new argument layout. Don't count
6718 void as an argument.
6719 (print_arg_types): Update comments. Use new argument layout.
6720 (recursive_dump_type): Don't print arg_types member.
6721 * hpread.c (hpread_read_struct_type): Use new argument layout.
6722 (fixup_class_method_type): Likewise.
6723 (hpread_type_lookup): Likewise.
6724 * stabsread.c (read_type): Update calls to read_args and
6725 smash_to_method_type.
6726 (read_args): Use new argument layout. Simplify.
6727 * valops.c (typecmp): Use new argument layout. Update parameters
6728 and comments. Simplify.
6729 (hand_function_call): Use new argument layout.
6730 (search_struct_method): Update call to typecmp.
6731 (find_overload_match): Use new argument layout.
6732
6733 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6734
6735 * NEWS: Mention multithreaded debug support for gdbserver.
6736
6737 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6738
6739 * MAINTAINERS: Mention NEWS.
6740
6741 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6742
6743 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6744 (struct mips_objfile_private, compare_pdr_entries): New.
6745 (non_heuristic_proc_desc): Read the ".pdr" section if it
6746 is present.
6747
6748 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6749
6750 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6751 (arm_debug): New static variable.
6752 (_initialize_arm_tdep): Add ``set debug arm'' command.
6753
6754 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6755
6756 * Makefile.in (sim_arm_h): Define.
6757 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6758 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6759 (arm_register_sim_regno): New function, map an internal REGNUM
6760 onto a simulator register number.
6761 (arm_gdbarch_init): Set register_sim_regno.
6762
6763 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6764
6765 * MAINTAINERS: Add self.
6766
6767 2002-06-11 Jim Blandy <jimb@redhat.com>
6768
6769 * source.c (source_info): Mention whether the symtab has
6770 information about preprocessor macros.
6771
6772 Call the command `info macro', not `show macro'.
6773 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6774 Fix error message.
6775 (_initialize_macrocmd): Register `info_macro_command' in
6776 `infolist', not `showlist'.
6777
6778 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6779
6780 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6781 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6782 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6783 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6784 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6785 unconditionally.
6786 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6787 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6788 (_initialize_mips_tdep): Remove dead code.
6789 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6790 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6791 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6792 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6793 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6794 MIPS_LAST_FP_ARG_REGNUM): Remove.
6795
6796 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6797
6798 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6799 (unwind_tmp_obstack_free, parse_frame_info)
6800 (update_context, cfi_read_fp, cfi_write_fp)
6801 (cfi_frame_chain, cfi_init_extra_frame_info)
6802 (cfi_virtual_frame_pointer): Use the above function.
6803 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6804
6805 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6806
6807 * v850-tdep.c (v850_type_is_scalar): New function.
6808 (v850_use_struct_convention): Match current gcc implementation
6809 as close as possible.
6810 (v850_push_arguments): Fix stack_offset handling. Don't write
6811 struct_addr into register. This is done by v850_store_struct_return.
6812 (v850_extract_return_value): Care for structs.
6813 (v850_store_return_value): Ditto.
6814 (v850_store_struct_return): Actually write address.
6815
6816 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6817
6818 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6819 without debug information too.
6820
6821 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6822
6823 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6824 Make multi-arch pure.
6825 * gdbarch.h, gdbarch.c: Re-generate.
6826 * arm-tdep.c (arm_print_float_info): Update.
6827 * arch-utils.h (default_print_float_info): Update.
6828 * arch-utils.c (default_print_float_info): Update.
6829 * infcmd.c (float_info): Update call.
6830
6831 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6832
6833 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6834 the front of the initialize list.
6835
6836 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6837
6838 * infrun.c (struct inferior_status): Replace fields
6839 selected_frame_address and selected_level with field
6840 selected_frame_id.
6841 (save_inferior_status): Update. Use get_frame_id.
6842 (struct restore_selected_frame_args): Delete.
6843 (restore_selected_frame): Update. Use frame_find_by_id.
6844 (restore_inferior_status): Update.
6845
6846 * breakpoint.h (struct breakpoint): Change type of
6847 watchpoint_frame to frame_id.
6848 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6849 call to get_current_frame.
6850 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6851 get_current_frame.
6852 (watchpoint_check): Use frame_find_by_id.
6853
6854 * frame.h (record_selected_frame): Delete declaration.
6855 * stack.c (record_selected_frame): Delete function.
6856
6857 * frame.h (struct frame_id): Define.
6858 (get_frame_id): Declare.
6859 (frame_find_by_id): Declare.
6860 * frame.c (frame_find_by_id): New function.
6861 (get_frame_id): New function.
6862
6863 2002-06-10 Andrey Volkov <avolkov@transas.com>
6864
6865 * ser-e7kpc.c: Fix duplicated define and call of
6866 _initialize_ser_e7000pc
6867
6868 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6869
6870 * signals/signals.c (target_signal_from_host): Fix #ifdef
6871 SIGRTMIN case.
6872 (do_target_signal_to_host): Likewise.
6873
6874 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6875
6876 * mips-tdep.c (mips_find_abi_section): New function.
6877 (mips_gdbarch_init): Call it.
6878
6879 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6880
6881 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6882 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6883 after Andrew's 2002-06-08 gdbarch change.
6884
6885 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6886
6887 * i386-linux-nat.c (suppy_gregset): Don't supply
6888 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6889 register cache.
6890 (fill_gregset): Don't fetch it under the same circumstances.
6891
6892 2002-06-09 Andrew Cagney <cagney@redhat.com>
6893
6894 * Makefile.in (callback_h): Define.
6895 (remote_sim_h): Update path to remote-sim.h.
6896 (remote-rdp.o): Add $(callback_h).
6897 (remote-sim.o): Use $(callback_h).
6898 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6899 * remote-rdp.c: Include "gdb/callback.h".
6900
6901 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6902
6903 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6904 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6905
6906 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6907
6908 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6909 * rdi-share/serpardr.c: Ditto.
6910 * rdi-share/unixcomm.c: Ditto.
6911 * rdi-share/serdrv.c: Ditto.
6912 * rdi-share/hostchan.h: Ditto.
6913 * rdi-share/hostchan.c: Ditto.
6914 * rdi-share/host.h: Ditto.
6915 * rdi-share/devsw.c: Ditto.
6916
6917 * objfiles.h: Change type of obj_private to void pointer.
6918 * pa64solib.c: Update copyright. Don't include "assert.h", use
6919 strcmp instead of STREQ, use LONGEST, do not use PTR
6920 * somsolib.c: Ditto.
6921
6922 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6923 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6924 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6925
6926 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6927
6928 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6929 (default_get_saved_register): Delete function.
6930 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6931 generic_unwind_get_saved_register.
6932 * gdbarch.h, gdbarch.c: Re-generate.
6933
6934 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6935
6936 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6937 generic_func_frame_chain_valid.
6938 * gdbarch.h, gdbarch.c: Re-generate.
6939 * blockframe.c (generic_func_frame_chain_valid): Only check
6940 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6941 passing FP to PC_IN_CALL_DUMMY.
6942 Fix PR gdb/360.
6943
6944 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6945
6946 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6947 (register_gdbarch_data): Initialize init_p.
6948 (gdbarch_data): Initialize data pointer using the init function.
6949 (init_gdbarch_data): Delete function.
6950 (gdbarch_update_p): Update.
6951 (initialize_non_multiarch): Update.
6952 (struct gdbarch): Add field initialized_p.
6953 * gdbarch.h, gdbarch.c: Re-generate.
6954
6955 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6956
6957 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6958 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6959 better do the things actually here.
6960 * x86-64-tdep.c (x86_64_register_name2nr): New.
6961 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6962 (x86_64_gdbarch_init): Respect the above change.
6963 * x86-64-tdep.h (x86_64_register_name2nr)
6964 (x86_64_register_nr2name): Add prototypes.
6965 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6966
6967 2002-06-06 Michael Snyder <msnyder@redhat.com>
6968
6969 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6970 Delete extra braces and re-indent.
6971 (d10v_store_return_value): Char return values
6972 must be shifted over by one byte in R0.
6973 (d10v_extract_return_value): Delete extra braces, re-indent.
6974
6975 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6976
6977 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6978 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6979 (d10v_integer_to_address): Rewrite.
6980 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6981 the d10v specific functions which take care of converting to the
6982 correct space.
6983
6984 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6985
6986 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6987 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6988
6989 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6990
6991 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6992 includes.
6993 * config/tm-linux.h: Ditto.
6994 * config/alpha/tm-alphalinux.h: Ditto.
6995 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6996 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6997 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6998 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6999 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
7000 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
7001 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
7002 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
7003 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
7004 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
7005 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
7006 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
7007 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
7008 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
7009 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
7010 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
7011 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
7012 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
7013 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
7014 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
7015 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
7016 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
7017 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
7018 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
7019 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
7020 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
7021 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
7022 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
7023 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
7024 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
7025 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
7026 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
7027 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
7028 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
7029 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
7030 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
7031 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
7032
7033 2002-05-04 Aidan Skinner <aidan@velvet.net>
7034
7035 * ada-exp.tab.c: New file
7036 * ada-exp.y: New file
7037 * ada-lang.c: New file
7038 * ada-lang.h: New file
7039 * ada-lex.c: New file
7040 * ada-lex.l: New file
7041 * ada-tasks.c: New file
7042 * ada-typeprint.c: New file
7043 * ada-valprint.c: New file
7044
7045 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7046
7047 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
7048 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
7049
7050 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7051
7052 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
7053 insetead of ppc-linux-tdep.o.
7054 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
7055 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
7056
7057 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7058
7059 2002-05-07 Christian Groessler <chris@groessler.org>
7060 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
7061 bit register contents for little endian hosts.
7062
7063 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7064
7065 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
7066 any maintainer.
7067
7068 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7069
7070 * gdbarch.h: Regenerate.
7071
7072 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7073
7074 * MAINTAINERS: Add everyone to write-after-approval list.
7075
7076 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7077
7078 * stack.c (frame_info): Use frame_register_unwind instead of
7079 saved_regs. Mention when the SP is on the stack or in a register.
7080
7081 * frame.h (frame_register_unwind_ftype): Define. Document.
7082 (struct frame_info): Add field register_unwind and
7083 register_unwind_cache.
7084 (frame_register_unwind): Declare.
7085 (generic_unwind_get_saved_register): Declare.
7086
7087 * frame.c (frame_register_unwind): New function.
7088 (generic_unwind_get_saved_register): New function.
7089
7090 * blockframe.c (generic_call_dummy_register_unwind): New function.
7091 (frame_saved_regs_register_unwind): New function.
7092 (set_unwind_by_pc): New function.
7093 (create_new_frame): New function.
7094 (get_prev_frame): New function.
7095
7096 2002-05-30 Andrew Cagney <ac131313@redhat.com>
7097
7098 * a29k-share/: Delete directory.
7099 * remote-vx29k.c: Delete file.
7100
7101 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7102
7103 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
7104 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7105
7106 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7107
7108 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
7109 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7110 (sparc64nbsd-nat.o)
7111 (sparcnbsd-nat.o)
7112 (sparcnbsd-tdep.o): New dependency lists.
7113 * NEWS: Note new UltraSPARC NetBSD native configuration.
7114 * configure.host (sparc64-*-netbsd*): New host.
7115 * configure.tgt (sparc-*-netbsdelf*)
7116 (sparc-*-netbsd*): Set gdb_target to nbsd.
7117 (sparc64-*-netbsd*): New target.
7118 * sparc64nbsd-nat.c: New file.
7119 * sparcnbsd-nat.c: New file.
7120 * sparcnbsd-tdep.c: New file.
7121 * sparcnbsd-tdep.h: New file.
7122 * config/sparc/nbsd.mt: New file.
7123 * config/sparc/nbsd64.mh: New file.
7124 * config/sparc/nbsd64.mt: New file.
7125 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
7126 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7127 (HOST_IPC): Remove.
7128 * config/sparc/nbsdaout.mt: Remove.
7129 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
7130 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7131 (HOST_IPC): Remove.
7132 * config/sparc/nbsdelf.mt: Remove.
7133 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
7134 sparc-nat.c compatiblity defines.
7135 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
7136 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
7137 * config/sparc/tm-nbsd64.h: New file.
7138 * config/sparc/tm-nbsdaout.h: Remove.
7139 * config/sparc/xm-nbsd.h: Remove.
7140
7141 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7142
7143 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
7144 * sparc-tdep.c: Include osabi.h.
7145 (gdbarch_tdep): Add osabi member.
7146 (_initialize_sparc_tdep): Use gdbarch_register.
7147 (sparc_gdbarch_init): Use generic OS ABI framework.
7148 (sparc_dump_tdep): New function.
7149
7150 2002-05-30 Kevin Buettner <kevinb@redhat.com>
7151
7152 * corefile.c (do_captured_read_memory_integer): Return non-zero
7153 result.
7154 (safe_read_memory_integer): Copy result of memory read when
7155 status is non-zero. Also, add comments.
7156
7157 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7158
7159 * Makefile.in (ppc_tdep_h): Define.
7160 (ppc-linux-nat.o)
7161 (ppc-linux-tdep.o)
7162 (rs6000-tdep.o): Use $(ppc_tdep_h).
7163 (ppc-sysv-tdep.o)
7164 (ppcnbsd-nat.o)
7165 (ppcnbsd-tdep.o): New dependency lists.
7166 * ppc-tdep.h: Use generic OS ABI framework.
7167 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7168 (ppc_linux_init_abi): New functions.
7169 (ppc_sysv_abi_broken_use_struct_convention)
7170 (ppc_sysv_abi_use_struct_convention)
7171 (ppc_sysv_abi_push_arguments): Move to...
7172 * ppc-sysv-tdep.c: ...here.
7173 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7174 * rs6000-tdep.c (process_note_abi_tag_sections)
7175 (get_elfosabi): Remove.
7176 (rs6000_gdbarch_init): Use generic OS ABI framework.
7177 (rs6000_dump_tdep): New function.
7178 (_initialize_rs6000_tdep): Use gdbarch_register.
7179 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7180 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7181 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7182 of ppc-linux-tdep.o.
7183 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7184 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7185 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7186 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7187 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7188 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7189
7190 2002-05-29 Jim Blandy <jimb@redhat.com>
7191
7192 * macroscope.c (default_macro_scope): Put `void' in empty argument
7193 list.
7194
7195 2002-05-29 Andrew Cagney <ac131313@redhat.com>
7196
7197 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7198 * arch-utils.c: Include "sim-regno.h".
7199 * gdbarch.sh: Don't include "sim-regno.h".
7200 * gdbarch.h, gdbarch.c: Regenerate.
7201 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7202 here.
7203 * arch-utils.h (legacy_register_sim_regno): To here.
7204 * remote-sim.c (legacy_register_sim_regno): Move function from
7205 here.
7206 * arch-utils.c (legacy_register_sim_regno): To here.
7207
7208 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7209
7210 * sim-regno.h: New file.
7211 * Makefile.in (sim_regno_h): Define.
7212 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7213 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7214 (legacy_register_sim_regno): New function.
7215 (one2one_register_sim_regno): New function.
7216 (gdbsim_fetch_register): Rewrite.
7217 (gdbsim_store_register): Only store a register when
7218 REGISTER_SIM_REGNO is valid.
7219 * d10v-tdep.c: Include "sim-regno.h".
7220 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7221 (d10v_ts3_register_sim_regno): Ditto.
7222 * gdbarch.sh: Include "sim-regno.h".
7223 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7224 * gdbarch.h, gdbarch.c: Regenerate.
7225 * arch-utils.h (default_register_sim_regno): Delete declaration.
7226 * arch-utils.c (default_register_sim_regno): Delete function.
7227
7228 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7229
7230 * ppcnbsd-nat.c: Rewrite.
7231 * ppcnbsd-tdep.c: New file.
7232 * ppcnbsd-tdep.h: New file.
7233 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7234 solib.o, and solib-svr4.o.
7235 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7236 nbsd-tdep.o, and corelow.o.
7237
7238 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7239
7240 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7241 `tr' and `sed'. Mention that `broken' targets are not expected to
7242 build.
7243
7244 2002-05-27 Michal Ludvig <mludvig@suse.cz>
7245
7246 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7247 Let PC point right after the prologue before looking up symbols.
7248
7249 2002-05-27 Martin M. Hunt <hunt@redhat.com>
7250
7251 * i386-tdep.c (i386_register_virtual_type): Return
7252 builtin_type_vec128i for SSE registers.
7253
7254 * gdbtypes.h (builtin_type_vec128i): Declare.
7255
7256 * gdbtypes.c (build_builtin_type_vec128i): New function.
7257 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7258 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7259 (build_gdbtypes): Initialize new builtin vector types.
7260 (_initialize_gdbtypes): Register new vector types with gdbarch.
7261
7262 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7263
7264 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7265 since it has been multi-arch'd.
7266 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7267 Move Alpha and VAX multi-arch news entries to same section
7268 as other multi-arch news.
7269
7270 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7271
7272 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7273 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7274 static. Rename some register numbers to put them in ns32k-tdep
7275 private namespace.
7276 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7277 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7278 functions.
7279 (_initialize_ns32k_tdep): Use gdbarch_register.
7280 * ns32k-tdep.h: New file.
7281 * ns32knbsd-tdep.c: New file.
7282 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7283 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7284 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7285 REGISTER_BYTES, REGISTER_BYTE): Remove.
7286 * config/ns32k/tm-ns32k.h: New file.
7287 * config/ns32k/tm-umax.h: Remove.
7288
7289 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7290
7291 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7292 ns32k_store_struct_return, ns32k_extract_return_value,
7293 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7294 functions.
7295 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7296 ns32k_saved_pc_after_call.
7297 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7298 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7299 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7300 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7301 ns32k_extract_struct_value_address.
7302
7303 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7304
7305 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7306 ns32k_fix_call_dummy): New.
7307 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7308 ns32k_call_dummy_words.
7309 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7310 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7311 CALL_DUMMY_NARGS): Remove.
7312 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7313
7314 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7315
7316 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7317 ns32k_frame_saved_pc, ns32k_frame_args_address,
7318 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7319 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7320 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7321 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7322 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7323 (BREAKPOINT): Remove..
7324 (FRAME_CHAIN): Define as ns32k_frame_chain.
7325 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7326 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7327 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7328 (FRAME_FIND_SAVED_REGS): Remove.
7329 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7330 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7331 (POP_FRAME): Define as ns32k_pop_frame.
7332
7333 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7334
7335 * ns32k-tdep.c (ns32k_register_byte_32082,
7336 ns32k_register_byte_32382, ns32k_register_raw_size,
7337 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7338 functions.
7339 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7340 ns32k_register_byte_32382.
7341 * config/ns32k/tm-umax.h: Update copyright years.
7342 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7343 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7344 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7345 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7346 (ns32k_get_enter_addr): Fix prototype.
7347
7348 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7349
7350 * ns32k-tdep.c: Update copyright years.
7351 (ns32k_register_name_32082): New function.
7352 (ns32k_register_name_32382): Ditto.
7353 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7354 (REGISTER_NAME): Define as ns32k_register_name_32382.
7355 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7356 (REGISTER_NAME): Define as ns32k_register_name_32082.
7357
7358 2002-05-24 Jim Blandy <jimb@redhat.com>
7359
7360 * dwarf2read.c (free_line_header): Use xfree, not free.
7361
7362 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7363
7364 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7365 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7366
7367 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7368
7369 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7370
7371 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7372
7373 From Ross Alexander at NEC Europe:
7374 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7375
7376 2002-05-23 Michael Snyder <msnyder@redhat.com>
7377
7378 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7379 for input, rather than parse_and_eval_address.
7380
7381 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7382
7383 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7384 * Makefile.in (sim_d10v_h): Update definition.
7385
7386 2002-05-24 Andrew Cagney <cagney@redhat.com>
7387
7388 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7389 change `2002-05-22 Michael Snyder' below.
7390 (d10v_push_arguments): Ditto.
7391 (d10v_extract_return_value): Ditto.
7392
7393 2002-05-23 Jim Blandy <jimb@redhat.com>
7394
7395 * macrotab.c (check_for_redefinition): Don't complain if the new
7396 definition is the same as the previous one. Take more arguments
7397 to allow the comparison.
7398 (macro_define_object, macro_define_function): Pass more arguments
7399 to check_for_redefinition.
7400
7401 2002-05-22 Michael Snyder <msnyder@redhat.com>
7402
7403 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7404 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7405 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7406 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7407 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7408 Add a temp variable to save a call (and a memory read).
7409 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7410 if possible (so that PC_IN_CALL_DUMMY will work).
7411
7412 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7413
7414 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7415
7416 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7417
7418 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7419 fde->cie_ptr.
7420 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7421 (dwarf2_build_frame_info): Add offset to fde->initial_location
7422 so that frames of shared libraries are mapped correctly.
7423 (execute_stack_op): Change type of 'result' from ULONGEST to
7424 CORE_ADDR.
7425
7426 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7427
7428 * config/alpha/tm-nbsd.h: Include solib.h.
7429
7430 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7431
7432 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7433 assumptions about the host's byte order.
7434
7435 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7436
7437 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7438 to dependency list.
7439 * alphanbsd-tdep.c: Include solib-svr4.h.
7440 * shnbsd-tdep.c: Ditto.
7441
7442 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7443
7444 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7445 nbsd-tdep.h to dependency list.
7446 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7447 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7448 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7449 nbsdaout.mh and nbsdelf.mh consistently.
7450 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7451 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7452 nbsdaout.mt and nbsdelf.mh consistently.
7453 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7454 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7455 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7456 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7457 a.out shared library stuff from here...
7458 * config/nm-nbsdaout.h: ...to here.
7459 * config/tm-nbsd.h: Remove.
7460 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7461 * config/arm/nbsd.mh: Remove.
7462 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7463 nbsd-tdep.o.
7464 * config/arm/nbsdaout.mh: New file.
7465 * config/arm/nbsdelf.mh: New file.
7466 * config/arm/nm-nbsdaout.h: New file.
7467 * config/i386/nbsd.mh: Remove.
7468 * config/i386/nbsd.mt: Remove.
7469 * config/i386/nbsdaout.mh: New file.
7470 * config/i386/nbsdaout.mt: New file.
7471 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7472 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7473 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7474 i386_register_u_addr): Remove.
7475 * config/i386/nm-nbsdaout.h: New file.
7476 * config/i386/nm-nbsdelf.h: Remove.
7477 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7478 (USE_STRUCT_CONVENTION): Remove.
7479 * config/i386/tm-nbsdaout.h: New file.
7480 * config/i386/tm-nbsdelf.h: Remove.
7481 * config/m68k/nbsd.mh: Remove.
7482 * config/m68k/nbsd.mt: Remove.
7483 * config/m68k/nbsdaout.mh: New file.
7484 * config/m68k/nbsdaout.mt: New file.
7485 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7486 * config/m68k/nm-nbsdaout.h: New file.
7487 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7488 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7489 * config/ns32k/nbsd.mh: Remove.
7490 * config/ns32k/nbsd.mt: Remove.
7491 * config/ns32k/nbsdaout.mh: New file.
7492 * config/ns32k/nbsdaout.mt: New file.
7493 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7494 * config/ns32k/nm-nbsdaout.h: New file.
7495 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7496 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7497 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7498 (SVR4_SHARED_LIBS): Remove.
7499 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7500 * config/sparc/nbsd.mh: Remove.
7501 * config/sparc/nbsd.mt: Remove.
7502 * config/sparc/nbsdaout.mh: New file.
7503 * config/sparc/nbsdaout.mt: New file.
7504 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7505 * config/sparc/nbsdelf.mt: New file.
7506 * config/sparc/nm-nbsdaout.h: New file.
7507 * config/sparc/nm-nbsdelf.h: Remove.
7508 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7509 * config/sparc/tm-nbsdaout.h: New file.
7510
7511 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7512
7513 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7514 mipsnbsd-tdep.c
7515 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7516
7517 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7518
7519 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7520 shnbsd-nat.c.
7521 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7522
7523 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7524
7525 * NEWS: Note new MIPS NetBSD native configuration.
7526 * configure.host (mips*-*-netbsd*): New host.
7527 * configure.tgt (mips*-*-netbsd*): New target.
7528 * mipsnbsd-nat.c: New file.
7529 * mipsnbsd-tdep.c: New file.
7530 * mipsnbsd-tdep.h: New file.
7531 * config/mips/nbsd.mh: New file.
7532 * config/mips/nbsd.mt: New file.
7533 * config/mips/nm-nbsd.h: New file.
7534 * config/mips/tm-nbsd.h: New file.
7535
7536 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7537
7538 * Makefile.in (SFILES): Add osabi.c.
7539 (COMMON_OBS): Add osabi.o.
7540 (osabi.o): New dependency list.
7541 * osabi.c: New file.
7542 * osabi.h: New file.
7543 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7544
7545 * Makefile.in (alpha_tdep_h): Define and use instead of
7546 alpha-tdep.h.
7547 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7548 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7549 Remove.
7550 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7551 * alpha-tdep.h: Include osabi.h.
7552 (alpha_abi): Remove.
7553 (gdbarch_tdep): Use generic OS ABI framework.
7554 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7555 gdbarch_register_osabi.
7556 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7557 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7558 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7559
7560 * Makefile.in (sh_tdep_h): Add osabi.h.
7561 * sh-tdep.h (sh_osabi): Remove.
7562 (gdbarch_tdep): Use generic OS ABI framework.
7563 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7564 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7565 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7566 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7567
7568 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7569 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7570 gdbarch_register_osabi.
7571 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7572 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7573 (get_elfosabi): Rename to...
7574 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7575 ABI framework support routines.
7576 (arm_gdbarch_init): Use generic OS ABI framework.
7577 (arm_dump_tdep): Likewise.
7578 (_initialize_arm_tdep): Likewise.
7579 * arm-tdep.h: Include osabi.h.
7580 (arm_abi): Remove.
7581 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7582 osabi member.
7583 (arm_gdbarch_register_os_abi): Remove prototype.
7584 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7585 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7586
7587 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7588 * mips-tdep.c: Include osabi.h.
7589 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7590 OS ABI framework.
7591
7592 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7593
7594 * h8300-tdep.c: Fix formatting.
7595
7596 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7597
7598 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7599 printing vector registers.
7600
7601 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7602
7603 From Fernando Nasser:
7604 * remote.c (remote_async_open_1): Re-throw the exception when the
7605 connection fails.
7606 (remote_cisco_open): Ditto.
7607 (remote_open_1): Ditto.
7608
7609 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7610
7611 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7612 (remote_start_remote): Add uiout parameter. Pass through to
7613 remote_start_remote_dummy.
7614 (remote_open_1): Use catch_exception instead of catch_errors.
7615 (remote_async_open_1): Ditto.
7616 (remote_cisco_open): Ditto.
7617
7618 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7619
7620 * remote.c (remote_start_remote): Replace PTR with void pointer.
7621 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7622 static.
7623
7624 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7625
7626 * gdb_indent.sh: Allow the script to be run in the sim directory.
7627
7628 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7629
7630 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7631 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7632
7633 * corelow.c (core_open): Only call set_gdbarch_from_file if
7634 exec_bfd is NULL.
7635
7636 2002-05-17 Andrey Volkov <avolkov@transas.com>
7637
7638 * h8300-tdep.c: Add support of EXR register
7639 * config/h8300/tm-h8300.h: Ditto.
7640
7641 2002-05-17 Andrey Volkov <avolkov@transas.com>
7642
7643 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7644
7645 2002-05-17 Andrey Volkov <avolkov@transas.com>
7646
7647 * h8300-tdep.c: Change literal regnums to REGNO.
7648
7649 2002-05-17 Jim Blandy <jimb@redhat.com>
7650
7651 * NEWS: Note addition of macro support.
7652
7653 Expand preprocessor macros in C expressions.
7654 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7655 (scan_macro_expansion, scanning_macro_expansion,
7656 finished_macro_expansion): New function declarations.
7657 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7658 variable declarations.
7659 * parser-defs.h (expression_context_pc): New declaration.
7660 * parse.c (expression_context_pc): New variable.
7661 (parse_exp_1): Set expression_context_pc, as well as
7662 expression_context_block.
7663 * c-exp.y (yylex): If we're not already reading the result of a
7664 macro expansion, try to macro-expand the next token. When we're
7665 done scanning a macro expansion, switch back to the mainline text.
7666 Commas and `if's in a macro's expansion don't terminate the input.
7667 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7668 (macro_original_text, macro_expanded_text,
7669 expression_macro_lookup_func, expression_macro_lookup_baton): New
7670 variables.
7671 (scan_macro_expansion, scanning_macro_expansion,
7672 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7673 c_preprocess_and_parse): New functions.
7674 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7675 c_preprocess_and_parse, instead of c_parse.
7676 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7677 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7678
7679 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7680
7681 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7682 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7683 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7684
7685 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7686
7687 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7688
7689 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7690
7691 * Makefile.in (sh_tdep_h): Define and use.
7692 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7693 register enum): Move to...
7694 * * sh-tdep.h: ...here.
7695 * sh-tdep.c: Include sh-tdep.h.
7696 * sh3-rom.c: Likewise.
7697 * shnbsd-tdep.c: Likewise.
7698
7699 2002-05-16 Michael Snyder <msnyder@redhat.com>
7700
7701 * arm-tdep.c: Spelling fix in comment.
7702
7703 2002-05-16 Jim Blandy <jimb@redhat.com>
7704
7705 Add commands for manually expanding macros and showing their
7706 definitions.
7707 * macrocmd.c, macroscope.c, macroscope.h: New files.
7708 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7709 (macroscope_h): New variable.
7710 (HFILES_NO_SRCDIR): Add macroscope.h.
7711 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7712 (macroscope.o, macrocmd.o): New rules.
7713
7714 Teach the Dwarf 2 reader to read macro information.
7715 * dwarf2read.c: #include "macrotab.h".
7716 (dwarf_macinfo_buffer): New variable.
7717 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7718 dwarf_macinfo_size.
7719 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7720 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7721 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7722 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7723 dwarf2_macro_spaces_in_definition): New complaints.
7724 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7725 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7726 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7727 the partial symbol table.
7728 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7729 from what's recorded in the partial symbol table.
7730 (read_file_scope): If the compilation unit has a
7731 `DW_AT_macro_info' attribute, read its macro information.
7732 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7733
7734 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7735
7736 Fix PR gdb/546
7737 * ser-tcp.c: Don't include <netinet/udp.h>.
7738
7739 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7740
7741 * MAINTAINERS: Update my email address.
7742
7743 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7744
7745 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7746 include file of the same name.
7747
7748 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7749
7750 * configure.tgt: Mark v850 as multi-arched.
7751 * config/v850/tm-v850.h: Remove file.
7752 * config/v850/v850.mt: Eliminate TM_FILE.
7753
7754 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7755
7756 * v850-tdep.c: Full multi-arch.
7757 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7758 Define GDB_MULTI_ARCH to 2.
7759
7760 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7761
7762 * p-exp.y (current_type): New static variable.
7763 Carries the type of the expression at the position that is parsed.
7764 (push_current_type, pop_current_type): Two new functions. Used
7765 to store/restore current_type in expression on specific tokens.
7766 (search_field): New static variable. Set to one after parsing a point
7767 as at that point only a FIELDNAME token should be searched.
7768 (FIELDNAME): New token. After a point only a token belonging to
7769 current_type type definition is allowed.
7770 (all over token rules): reset and change current_type according
7771 to rules.
7772 (exp '[' rule): insert implicit array index field if
7773 exp is a pascal string type.
7774
7775 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7776
7777 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7778 frame info. Use frame_info's saved_regs instead of matching member
7779 in extra_frame_info throughout.
7780 (v850_frame_init_saved_regs): New function.
7781 (v850_init_extra_frame_info): Move most functionality into
7782 v850_frame_init_saved_regs().
7783 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7784 (v850_frame_find_saved_regs): Remove declaration.
7785 (FRAME_FIND_SAVED_REGS): Remove definition.
7786 (v850_frame_init_saved_regs): Add declaration.
7787 (FRAME_INIT_SAVED_REGS): Add definition.
7788
7789 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7790
7791 * v850-tdep.c: Begin multi-arch'ing v850.
7792 (v850_target_architecture_hook): Remove function.
7793 (v850_gdbarch_init): New function. Add code previously in
7794 v850_target_architecture_hook().
7795 (_initialize_v850_tdep): Don't set target_architecture_hook.
7796 Call register_gdbarch_init() instead.
7797
7798 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7799
7800 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7801 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7802 (fixup_class_method_type): Likewise.
7803
7804 2002-05-15 Jim Blandy <jimb@redhat.com>
7805
7806 Add macro structures to GDB's symbol tables. Nobody puts anything
7807 in them yet.
7808 * symtab.h (struct symtab): New member: `macro_table'.
7809 * buildsym.h (pending_macros): New global variable.
7810 * buildsym.c: #include "macrotab.h".
7811 (buildsym_init): Initialize `pending_macros'.
7812 (end_symtab): If we found macro information while reading a CU's
7813 debugging info, do build a symtab structure for it. Make the
7814 symtab point to the macro information, and clear the
7815 `pending_macros' pointer which held it while we were reading the
7816 debug info.
7817 (really_free_pendings): Free any pending macro table.
7818 * objfiles.h (struct objfile): New member: `macro_cache'.
7819 * objfiles.c (allocate_objfile): Set allocate and free functions
7820 for the macro cache's objstack.
7821 (free_objfile): Empty the macro cache's obstack.
7822 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7823 set new allocate and free functions for it.
7824 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7825 free functions for the macro cache's objstack. (Why is this
7826 function building its own objfile?)
7827 * symmisc.c (print_objfile_statistics): Print statistics on the
7828 macro bcache.
7829 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7830
7831 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7832
7833 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7834 (REGISTER_U_ADDR): Delete definition.
7835 (arm_register_u_addr): Delete declaration.
7836
7837 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7838
7839 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7840 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7841
7842 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7843
7844 * regcache.c (register_valid): Revise comments refering to "Not
7845 available" and "unavailable".
7846 * frame.c (frame_register_read): Ditto.
7847 * findvar.c (value_of_register): Ditto.
7848
7849 2002-05-15 Andrew Cagney <cagney@redhat.com>
7850
7851 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7852 (remote-sim.o): Update dependencies.
7853 (d10v-tdep.o): Specify dependencies.
7854 (sim_d10v_h): Define.
7855
7856 2002-05-14 Jim Blandy <jimb@redhat.com>
7857
7858 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7859 * macrotab.c (macro_lookup_inclusion, find_definition,
7860 new_macro_table): Same.
7861
7862 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7863 not `! strcmp ()'. This is a dubious improvement.
7864 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7865
7866 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7867 although it's not necessary, to avoid a warning.
7868
7869 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7870
7871 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7872 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7873 TYPE_INSTANCE_FLAGS.
7874 (struct main_type): New.
7875 (struct type): Move most members to struct main_type. Change
7876 cv_type and as_type to new type_chain member. Add instance_flags.
7877 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7878 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7879 (finish_cv_type): Remove prototype.
7880 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7881 Set TYPE_CHAIN.
7882 (alloc_type_instance): New function.
7883 (smash_type): New function.
7884 (make_pointer_type, make_reference_type, make_function_type)
7885 (smash_to_member_type, smash_to_method_type): Call smash_type.
7886 (make_qualified_type): New function.
7887 (make_type_with_address_space): Call make_qualified_type.
7888 (make_cv_type): Likewise.
7889 (finish_cv_type): Remove unnecessary function.
7890 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7891 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7892 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7893 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7894 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7895 * hpread.c (hpread_read_struct_type): Likewise.
7896 * stabsread.c (read_struct_type): Likewise.
7897
7898 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7899
7900 * configure.tgt: Add a catch all sh* target, for cases like
7901 sh[2,3,4]-elf and sh-hms.
7902
7903 2002-05-14 Keith Seitz <keiths@redhat.com>
7904
7905 * event-loop.c (create_file_handler): Don't do anything but
7906 update data when we are given a fd which we are already
7907 monitoring.
7908
7909 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7910
7911 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7912 (update_context): Use __func__ in warnings.
7913
7914 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7915
7916 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7917 and tcp_close to net_open and net_close.
7918 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7919 using UDP if requested. Don't try to disable Nagle on UDP
7920 sockets.
7921 * remote.c (remote_serial_open): New function. Warn about UDP.
7922 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7923
7924 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7925
7926 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7927
7928 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7929
7930 * configure.tgt: Remove sh-hms target.
7931 * MAINTAINERS: Don't list sh-hms as a separate target.
7932
7933 2002-05-13 Jim Blandy <jimb@redhat.com>
7934
7935 Add first preprocessor macro-expansion files.
7936 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7937 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7938 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7939 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7940 (COMMON_OBS): Add macrotab.o, macroexp.o.
7941 (macroexp.o, macrotab.o): New rules.
7942
7943 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7944
7945 * config/m88k/tm-m88k.h: Update copyright.
7946 (m88k_target_write_pc): Declare
7947 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7948 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7949 (SHIFT_INST_REGS): Update definition.
7950 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7951 using old definition of TARGET_WRITE_PC.
7952 * regcache.c (generic_target_write_pc): Delete code handling
7953 NNPC_REGNUM.
7954 * gdbarch.sh (NNPC_REGNUM): Delete.
7955 * gdbarch.h, gdbarch.c: Regenerate.
7956
7957 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7958
7959 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7960 builtin reg number.
7961
7962 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7963
7964 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7965 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7966 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7967 access macros.
7968 * c-typeprint.c (cp_type_print_method_args): Likewise.
7969 (c_type_print_args): Likewise.
7970 * d10v-tdep.c (d10v_push_arguments): Likewise.
7971 (d10v_extract_return_value): Likewise.
7972 * expprint.c (print_subexp): Likewise.
7973 * gdbtypes.c (lookup_primitive_typename): Likewise.
7974 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7975 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7976 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7977 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7978 (TYPE_VECTOR): Likewise.
7979 * hpread.c (hpread_read_struct_type)
7980 (fix_static_member_physnames, fixup_class_method_type)
7981 (hpread_type_lookup): Likewise.
7982 * mdebugread.c (parse_symbol, parse_type): Likewise.
7983 * p-lang.c (is_pascal_string_type): Likewise.
7984 * valops.c (hand_function_call): Likewise.
7985 * x86-64-tdep.c (classify_argument): Likewise.
7986
7987 * hpread.c (hpread_read_function_type)
7988 (hpread_read_doc_function_type): Call replace_type.
7989 * dstread.c (create_new_type): Delete.
7990 (decode_dst_structure, process_dst_function): Call alloc_type.
7991 Use type access macros.
7992
7993 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7994
7995 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7996 the're not supported by the current architecture.
7997 (i387_fill_fxsave): Likewise.
7998
7999 2002-05-12 Fred Fish <fnf@redhat.com>
8000
8001 * symfile.c (default_symfile_offsets): Arrange for uninitialized
8002 sect_index_xxx members to index the first slot in section_offsets
8003 if all of the section_offsets are zero.
8004
8005 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8006
8007 * configure.tgt (sparc-*openbsd): Remove entry accidentially
8008 checked in with last change.
8009
8010 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8011
8012 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
8013 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
8014 config.sub.
8015
8016 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
8017
8018 * Makefile.in: Update dependencies.
8019
8020 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8021
8022 * language.c (local_hex_string_custom): Simplify. Do not depend
8023 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
8024
8025 * memattr.c (mem_info_command): Replace calls to
8026 longest_local_hex_string and longest_local_hex_string_custom.
8027 * buildsym.c (make_blockvector): Ditto.
8028 * solib.c (info_sharedlibrary_command): Ditto.
8029 * tracepoint.c (tracepoints_info): Ditto.
8030 * symtab.c (print_msymbol_info): Ditto.
8031
8032 * language.c (local_hex_string): Delete.
8033 (local_hex_string_custom): Delete.
8034 (longest_local_hex_string): Rename to local_hex_string.
8035 (longest_local_hex_string_custom): Rename to
8036 local_hex_string_custom.
8037 * language.h (local_hex_string): Change parameter type to LONGEST.
8038 (local_hex_string_custom): Ditto.
8039 (longest_local_hex_string): Delete declaration.
8040 (longest_local_hex_string_custom): Ditto.
8041
8042 * solib.c: Update copyright.
8043 * memattr.c: Update copyright.
8044
8045 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8046
8047 * arch-utils.h (legacy_register_to_value): Declare.
8048 (legacy_value_to_register): Declare.
8049 (legacy_convert_register_p): Declare.
8050 * arch-utils.c (legacy_register_to_value): New function.
8051 (legacy_value_to_register): New function.
8052 (legacy_convert_register_p): New function.
8053
8054 * gdbarch.sh (REGISTER_TO_VALUE): Define.
8055 (VALUE_TO_REGISTER): Define.
8056 (CONVERT_REGISTER_P): Define.
8057 * gdbarch.h, gdbarch.c: Regenerate.
8058
8059 * valops.c (value_assign): Use CONVERT_REGISTER_P and
8060 VALUE_TO_REGISTER.
8061 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
8062 CONVERT_REGISTER_P.
8063
8064 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
8065 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8066
8067 * Makefile.in: Update dependencies for valops.c.
8068 * valops.c: Include "gdb_assert.h".
8069 (typecmp): Skip THIS parameter to methods.
8070 (find_method_list): Remove static_memfuncp argument,
8071 update callers. Check for stub methods.
8072 (find_value_oload_method_list): Don't set *static_memfuncp.
8073 (find_overload_match): Don't check for stub methods. Assert
8074 that methods are not stubbed. Handle static methods.
8075 (value_find_oload_method_list): Remove static_memfuncp argument.
8076 * gdbtypes.c (check_stub_method): Do not add THIS pointer
8077 to the argument list for static stub methods.
8078 * value.h (value_find_oload_method_list): Update prototype.
8079
8080 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8081
8082 * arch-utils.h (generic_register_size): Declare.
8083 (generic_register_raw_size, generic_register_virtual_size): Delete
8084 declarations.
8085 * arch-utils.c (generic_register_raw_size): Delete.
8086 (generic_register_size): New function.
8087 (generic_register_virtual_size): Delete.
8088
8089 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
8090 default generic_register_size.
8091 * gdbarch.h, gdbarch.c: Re-generate.
8092
8093 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
8094 register_virtual_size.
8095 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
8096 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8097
8098 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8099
8100 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
8101 * gdbarch.h, gdbarch.c: Regenerate.
8102 * gnu-v3-abi.c: Update copyright.
8103 (vtable_address_point_offset): Update.
8104 (gnuv3_rtti_type): Update.
8105 (gnuv3_baseclass_offset): Update.
8106 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
8107 (init_fetch_link_map_offsets): Update.
8108 * remote.c (get_remote_state): Update.
8109
8110 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8111
8112 * TODO: Remove value_headof/value_from_vtable_info comment.
8113 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
8114 * values.c (value_headof, value_from_vtable_info): Delete.
8115 * value.h (value_from_vtable_info): Delete prototype.
8116
8117 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8118
8119 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
8120 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
8121 $(gdb_regex_h).
8122 (gdb_assert_h): Define.
8123 (gdb_wait_h): Define.
8124 (gdb_regex_h): Define.
8125
8126 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8127
8128 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8129 * linespec.c (find_methods): Handle GCC 3.x template constructors.
8130
8131 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8132
8133 * nbsd-tdep.c: Fix comment.
8134
8135 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8136
8137 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
8138 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
8139 (nbsd-tdep.o): New dependency list.
8140 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
8141 nbsd-tdep.h.
8142 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
8143 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
8144 * nbsd-tdep.c: New file.
8145 * nbsd-tdep.h: New file.
8146 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
8147 nbsd-tdep.h.
8148 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
8149 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8150 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
8151 * config/sh/nbsd.mt (TDEPFILES): Ditto.
8152
8153 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8154
8155 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
8156 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
8157 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8158 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8159 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8160 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8161
8162 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8163
8164 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8165 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8166 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8167 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8168 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8169 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8170 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8171
8172 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8173
8174 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8175 fetch_elfcore_registers to...
8176 * i386nbsd-tdep.c: ...here.
8177 (i386nbsd_use_struct_convention): Rename to...
8178 (i386nbsd_aout_use_struct_convention): ...this.
8179 (i386nbsd_supply_reg): New function.
8180 (i386nbsd_fill_reg): New function.
8181 (fetch_core_registers): Use i386nbsd_supply_reg.
8182 (fetch_elfcore_registers): Likewise.
8183 (_initialize_i386nbsd_tdep): New function.
8184 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8185 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8186 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8187 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8188 (i386nbsd_aout_use_struct_convention): ...this.
8189
8190 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8191
8192 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8193 (store_inferior_registers): Use shnbsd_fill_reg.
8194 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8195 sh_nbsd_supply_register): Collapse into...
8196 (shnbsd_supply_reg): ...this.
8197 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8198 (shnbsd_fill_reg): ...this.
8199 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8200 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8201 (fetch_core_registers): Use shnbsd_supply_reg.
8202 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8203 (sh_nbsd_core_fns): Rename to...
8204 (shnbsd_core_fns): ...this.
8205 (sh_nbsd_elfcore_fns): Rename to...
8206 (shnbsd_elfcore_fns): ...this.
8207 (sh_nbsd_init_abi): Rename to...
8208 (shnbsd_init_abi): ...this.
8209 (_initialize_sh_nbsd_tdep): Rename to...
8210 (_initialize_shnbsd_tdep): ...this.
8211 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8212 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8213 sh_nbsd_fill_register): Remove prototypes.
8214 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8215
8216 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8217
8218 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8219 (i387-nat.o): Delete dependency list.
8220 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8221 (x86-64-linux-nat.o): Likewise.
8222 * i387-nat.c: Delete file, moving contents to...
8223 * i387-tdep.c: ...here.
8224 * i387-nat.h: Rename...
8225 * i387-tdep.h: ...to this.
8226 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8227 * i386-linux-nat.c: Likewise.
8228 * i386bsd-nat.c: Likewise.
8229 * i386gnu-nat.c: Likewise.
8230 * i386nbsd-nat.c: Likewise.
8231 * i386v4-nat.c: Likewise.
8232 * x86-64-linux-nat.c: Likewise.
8233 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8234 * config/i386/go32.mh (NATDEPFILES): Likewise.
8235 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8236 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8237 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8238 * config/i386/linux.mh (NATDEPFILES): Likewise.
8239 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8240 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8241 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8242 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8243
8244 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8245
8246 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8247 (alphanbsd-nat.o): Remove dependency list.
8248 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8249 * alphanbsd-nat.c: Delete. Contents moved to...
8250 * alphanbsd-tdep.c: ...here.
8251 (_initialize_alphanbsd_tdep): Register core functions.
8252 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8253
8254 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8255
8256 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8257 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8258 (alphanbsd-nat.o): Likewise.
8259 (alphabsd-tdep.o): New dependency list.
8260 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8261 (fill_gregset): Use alphabsd_fill_reg.
8262 (supply_fpregset): Use alphabsd_supply_fpreg.
8263 (fill_fpregset): Use alphabsd_fill_fpreg.
8264 (fetch_inferior_registers): Use struct reg and struct fpreg
8265 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8266 and alphabsd_supply_fpreg.
8267 (store_inferior_registers): Use struct reg and struct fpreg
8268 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8269 and alphabsd_fill_fpreg.
8270 * alphabsd-tdep.c: New file.
8271 * alphabsd-tdep.h: New file.
8272 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8273 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8274 alphabsd_supply_fpreg.
8275 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8276 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8277
8278 2002-05-11 Eric Christopher <echristo@redhat.com>
8279
8280 * mips-tdep.c (mips_double_register_type): Fix thinko.
8281 (mips_single_register_type): Ditto.
8282 * MAINTAINERS: Add self.
8283
8284 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8285
8286 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8287 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8288 right thing on architectures with different endianness and/or
8289 integer sizes.
8290
8291 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8292
8293 From Christian Limpach <chris@Pin.LU>
8294 * configure.in: Change sed expression which comments out
8295 NATDEPFILES to also comment out continuation lines.
8296 * configure: Regenerate.
8297
8298 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8299
8300 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8301 big patch.
8302
8303 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8304
8305 * sh-tdep.c: Include correct file.
8306
8307 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8308
8309 New support for sh64-elf (sh5) target.
8310
8311 * configure.tgt: For sh64-elf target, default to sh-elf.
8312
8313 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8314 (struct gdbarch_tdep): Add new fields for new registers and ABI
8315 info.
8316
8317 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8318 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8319 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8320 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8321 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8322 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8323 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8324 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8325 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8326 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8327 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8328 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8329 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8330 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8331 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8332 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8333 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8334 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8335 sign_extend, sh64_nofp_frame_init_saved_regs,
8336 sh64_init_extra_frame_info, sh64_get_saved_register,
8337 sh64_extract_struct_value_address, sh64_pop_frame,
8338 sh64_push_arguments, sh64_extract_return_value,
8339 sh64_store_return_value, sh64_show_media_regs,
8340 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8341 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8342 sh_sh64_register_virtual_type,
8343 sh_sh64_register_convert_to_virtual,
8344 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8345 sh64_register_read, sh64_pseudo_register_write,
8346 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8347 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8348 sh64_do_pseudo_register, sh_compact_do_registers_info,
8349 sh64_do_registers_info, sh_gdbarch_init): New functions.
8350
8351 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8352
8353 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8354
8355 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8356
8357 * linespec.c (decode_line_1): Check for a double quote after
8358 a filename correctly.
8359
8360 2002-05-10 Jim Blandy <jimb@redhat.com>
8361
8362 Properly track the size of the current objfile's .debug_line section.
8363 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8364 (DWARF_LINE_SIZE): New macro.
8365 (dwarf2_build_psymtabs_hard): Record the line section's size in
8366 the partial symbol table.
8367 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8368 symbol table.
8369
8370 2002-05-10 Petr Sorfa <petrs@caldera.com>
8371
8372 * ia64-tdep.c: Handle breakpoints on L instruction type
8373 in MLX instruction bundle by moving the breakpoint to
8374 the third slot (X instruction type) as L holds only data.
8375
8376 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8377
8378 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8379 (process_one_symbol): Complain about discarding local symbols
8380 due to a misplaced N_LBRAC entry.
8381
8382 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8383
8384 From Daniel Berlin <dan@cgsoftware.com>
8385 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8386 decrease the depth we are at, in the case of templates.
8387
8388 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8389
8390 * mips-tdep.c (mips_float_register_type): New function.
8391 (mips_double_register_type): New function.
8392 (mips_print_register): Use them.
8393 (do_fp_register_row): Likewise.
8394
8395 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8396
8397 * signals/signals.c (signals): Remove conditional compilation around
8398 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8399 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8400
8401 2002-05-09 Michael Snyder <msnyder@redhat.com>
8402
8403 * remote-rdp.c (remote_rdp_can_run): Remove.
8404
8405 2002-05-09 Tom Tromey <tromey@redhat.com>
8406
8407 * jv-valprint.c (java_val_print): Handle `char' as a special case
8408 of TYPE_CODE_INT.
8409
8410 2002-05-09 Michael Snyder <msnyder@redhat.com>
8411
8412 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8413 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8414 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8415 str r(0123),[sp,#nn].
8416 (arm_skip_prologue): Ditto. Also make disassembly
8417 order-independent by placing it in a loop.
8418
8419 2002-05-06 Michael Snyder <msnyder@redhat.com>
8420
8421 * stabsread.c (read_type): Add recognition for new attribute:
8422 "@V;" means that an array type is actually a vector.
8423 This is analogous to the vector flag that's been added to dwarf2.
8424
8425 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8426
8427 * i386-tdep.h (i386_abi): New enum.
8428 (struct gdbarch_tdep): Replace os_ident member with abi.
8429 (i386_gdbarch_register_os_abi): New prototype.
8430 * i386-tdep.c (i386_abi_names): New array.
8431 (process_note_abi_tag_sections): Removed.
8432 (process_note_sections): New function.
8433 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8434 (struct i386_abi_handler): New struct.
8435 (i386_abi_handler_list): New variable.
8436 (i386_gdbarch_register_os_abi): New function.
8437 (i386_gdbarch_init): Adapt for the changes given above.
8438
8439 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8440
8441 * gregset.h: Say "GNU/Linux".
8442
8443 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8444
8445 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8446 (build_gdbtypes): Build builtin_type_v2_float.
8447 (_initialize_gdbtypes): Register new builtin type.
8448
8449 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8450
8451 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8452 (clear_gdbarch_swap): New function.
8453 (initialize_non_multiarch): Call.
8454 (gdbarch_update_p): Before calling init(), swap out and clear the
8455 existing architecture.
8456 * gdbarch.c: Regenerate.
8457
8458 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8459
8460 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8461 alphanbsd-tdep.c.
8462
8463 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8464
8465 * sh-nbsd-nat.c: Rename to...
8466 * shnbsd-nat.c: ...this.
8467 * sh-nbsd-tdep.c: Rename to...
8468 * shnbsd-tdep.c: ...this.
8469 * sh-nbsd-tdep.h: Rename to...
8470 * shnbsd-tdep.h: ...this.
8471 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8472 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8473
8474 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8475
8476 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8477 concatenation for command help messages.
8478
8479 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8480
8481 * NEWS: Note new sh*-*-netbsdelf* configuration.
8482 * configure.host: Set gdb_host_cpu to sh for all sh*.
8483 (sh*-*-netbsdelf*): New host.
8484 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8485 (sh*-*-netbsdelf*): New target.
8486 * sh-nbsd-nat.c: New file.
8487 * sh-nbsd-tdep.c: New file.
8488 * sh-nbsd-tdep.h: New file.
8489 * config/sh/nbsd.mh: New file.
8490 * config/sh/nbsd.mt: New file.
8491 * config/sh/nm-nbsd.h: New file.
8492 * config/sh/tm-nbsd.h: New file.
8493
8494 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8495
8496 * sh-tdep.c (sh_osabi_names): Declare.
8497 (process_note_abi_tag_sections): New function.
8498 (get_elfosabi): Ditto.
8499 (sh_gdbarch_register_os_abi): Ditto.
8500 (sh_dump_tdep): Ditto.
8501 _initialize_sh_tdep): Use gdbarch_register to register
8502 sh_gdbarch_init and sh_dump_tdep.
8503 * config/sh/tm-sh.h (sh_osabi): Declare.
8504 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8505
8506 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8507
8508 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8509 (thumb_scan_prologue): Ditto.
8510 (arm_find_callers_reg): Ditto.
8511 (arm_frame_chain): Ditto.
8512 (arm_init_extra_frame_info): Ditto.
8513 (arm_frame_saved_pc): Ditto.
8514 (arm_pop_frame): Ditto.
8515 (arm_push_return_address): New function.
8516 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8517 call_dummy_location, call_dummy_breakpoint_offset_p,
8518 call_dummy_breakpoint_offset, call_dummy_p,
8519 call_dummy_stack_adjust_p, call_dummy_words,
8520 sizeof_call_dummy_words, call_dummy_start_offset,
8521 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8522 call_dummy_address, push_return_address and push_dummy_frame for
8523 generic dummy frames.
8524
8525 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8526
8527 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8528 size computation for alloca.
8529 (sh_fp_frame_init_saved_regs): Likewise.
8530
8531 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8532
8533 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8534 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8535 * arm-tdep.c (arm_store_return_value): Use them.
8536 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8537 * remote-rdp.c (remote_rdp_fetch_register): Use
8538 ARM_MAX_REGISTER_RAW_SIZE.
8539 (remote_rdp_store_register): Likewise.
8540
8541 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8542
8543 * dwarf2cfi.c: Code cleanup, removed unused variables,
8544 added default labels to switch {} statements.
8545 * x86-64-tdep.c: Ditto.
8546 * x86-64-linux-nat.c: Ditto.
8547
8548 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8549
8550 * solib.h: Protect against multiple inclusion.
8551
8552 2002-05-06 Jim Blandy <jimb@redhat.com>
8553
8554 Add first preprocessor macro-expansion files.
8555 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8556 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8557 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8558 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8559 (COMMON_OBS): Add macrotab.o, macroexp.o.
8560 (macroexp.o, macrotab.o): New rules.
8561
8562 Separate the job of reading the line number info statement program
8563 header (...expialidocious) out into its own function.
8564 * dwarf2read.c (struct line_head, struct filenames, struct
8565 directories): Replace with...
8566 (struct line_header): New structure, containing the full
8567 contents of the statement program header, including the
8568 include directory and file name tables.
8569 (read_file_scope): If we have line number info, instead of just
8570 calling dwarf_decode_lines to do all the work, call
8571 dwarf_decode_line_header first to get a `struct line_header'
8572 containing the data in the statement program header, and then
8573 pass that to dwarf_decode_lines, which will pick up where that
8574 left off. Be sure to clean up the `struct line_header' object.
8575 (dwarf_decode_line_header, free_line_header, add_include_dir,
8576 add_file_name): New functions.
8577 (dwarf_decode_lines): Move all the code to read the statement
8578 program header into dwarf_decode_line_header. Take the line
8579 header it built as the first argument, instead of the offset to
8580 the compilation unit's line number info. Use the new `struct
8581 line_header' type instead of the old structures. No need to do
8582 cleanups here now, since we don't allocate anything.
8583 (dwarf2_statement_list_fits_in_line_number_section,
8584 dwarf2_line_header_too_long): New complaints.
8585
8586 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8587
8588 * gdbtypes.c (init_vector_type): New function.
8589 (build_builtin_type_vec128): Simplify the representation of SIMD
8590 registers.
8591 (build_gdbtypes): Initialize new builtin vector types.
8592 (_initialize_gdbtypes): Register new vector types with gdbarch.
8593 (builtin_type_v4_float, builtin_type_v4_int32,
8594 builtin_type_v8_int16, builtin_type_v16_int8,
8595 builtin_type_v2_int32, builtin_type_v4_int16,
8596 builtin_type_v8_int8): New (renamed) SIMD types.
8597
8598 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8599
8600 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8601 (i387_fill_fxsave): Likewise.
8602
8603 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8604
8605 * alpha-tdep.c (alpha_extract_return_value): Don't use
8606 non-constant array size in prototype.
8607
8608 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8609
8610 From Brian Taylor <briant at model dot com>:
8611 * ui-out.c (ui_out_field_core_addr): Use the function
8612 longest_local_hex_string_custom'to format addresses > 32 bits
8613 wide.
8614
8615 * ui-out.c (ui_out_field_core_addr): Update comment.
8616
8617 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8618
8619 * stack.c (select_and_print_frame): Make static. Delete the
8620 parameter `level'.
8621 (func_command): Update call.
8622 (select_frame_command): Delete code computing the frame level.
8623 * frame.h (select_and_print_frame): Delete declaration.
8624
8625 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8626
8627 * sparc-tdep.c (sparc_get_saved_register): Comment why
8628 get_prev_frame call is safe.
8629
8630 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8631
8632 * frame.h (select_frame): Delete level parameter.
8633 * stack.c (select_frame): Update. Use frame_relative_level to
8634 obtain the frame's level.
8635 (select_and_print_frame): Update call.
8636 (select_frame_command): Ditto.
8637 (up_silently_base): Ditto.
8638 (down_silently_base): Ditto.
8639 * ocd.c (ocd_start_remote): Ditto.
8640 * remote-rdp.c (remote_rdp_open): Ditto.
8641 * remote-mips.c (mips_initialize): Ditto.
8642 (common_open): Ditto.
8643 * remote-e7000.c (e7000_start_remote): Ditto.
8644 * m3-nat.c (select_thread): Ditto.
8645 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8646 (child_get_current_exception_event): Ditto.
8647 * varobj.c (varobj_create): Ditto.
8648 (varobj_update): Ditto.
8649 (c_value_of_root): Ditto.
8650 * tracepoint.c (finish_tfind_command): Ditto.
8651 * corelow.c (core_open): Ditto.
8652 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8653 * thread.c (info_threads_command): Ditto.
8654 (switch_to_thread): Ditto.
8655 * infrun.c (normal_stop): Ditto.
8656 (restore_selected_frame): Ditto.
8657 (restore_inferior_status): Ditto.
8658 * breakpoint.c (insert_breakpoints): Ditto.
8659 (watchpoint_check): Ditto.
8660 (bpstat_stop_status): Ditto.
8661 (do_enable_breakpoint): Ditto.
8662 * blockframe.c (flush_cached_frames): Ditto.
8663 (reinit_frame_cache): Ditto.
8664
8665 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8666
8667 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8668 maintainer.
8669
8670 2002-05-04 Jim Blandy <jimb@redhat.com>
8671
8672 * gdbtypes.c (replace_type): Doc fix.
8673
8674 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8675
8676 * valprint.c (strcat_longest): Delete commented out function.
8677 Update copyright.
8678
8679 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8680
8681 * MAINTAINERS: Mark a29k as deleted.
8682 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8683 Move new configurations to the top.
8684 * configure.tgt: Remove a29k.
8685 * config/a29k/tm-vx29k.h: Delete.
8686 * config/a29k/vx29k.mt: Delete.
8687 * config/a29k/tm-a29k.h: Delete.
8688 * config/a29k/a29k-udi.mt: Delete.
8689 * config/a29k/a29k.mt: Delete.
8690 * a29k-tdep.c: Delete.
8691 * remote-udi.c: Delete.
8692 * remote-mm.c: Delete.
8693 * remote-eb.c: Delete.
8694 * remote-adapt.c: Delete.
8695 * Makefile.in: Remove obsolete code.
8696 * config/s390/s390x.mt: Ditto.
8697 * config/s390/s390.mt: Ditto.
8698 * config/sparc/sparclynx.mh: Ditto.
8699 * config/sparc/linux.mh: Ditto.
8700 * config/pa/hppaosf.mh: Ditto.
8701 * config/pa/hppabsd.mh: Ditto.
8702 * config/ns32k/nbsd.mt: Ditto.
8703 * config/mips/vr5000.mt: Ditto.
8704 * config/m68k/sun3os4.mh: Ditto.
8705 * config/m68k/nbsd.mt: Ditto.
8706 * config/m68k/m68klynx.mh: Ditto.
8707 * config/m32r/m32r.mt: Ditto.
8708 * config/i386/x86-64linux.mt: Ditto.
8709 * config/i386/nbsdelf.mt: Ditto.
8710 * config/i386/nbsd.mt: Ditto.
8711 * config/i386/i386lynx.mh: Ditto.
8712
8713 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8714
8715 * target.c (debug_print_register): New function. Handle oversize
8716 registers.
8717 (debug_to_fetch_registers): Call.
8718 (debug_to_store_registers): Call.
8719
8720 2002-05-03 Jim Blandy <jimb@redhat.com>
8721
8722 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8723 (read_type): Doc fix.
8724 * gdbtypes.c (replace_type): Doc fix.
8725
8726 * stabsread.c (multiply_defined_struct): New complaint.
8727 (read_struct_type): If the type we were passed isn't empty, or
8728 incomplete, don't read the new struct type into it; complain,
8729 and return the original type unchanged. Take a new `type_code'
8730 argument, which is the type code for the new type.
8731 (read_type): Rather than storing the type's type code here, pass
8732 it as an argument to read_struct_type, and let that take care of
8733 storing it. That way, we don't overwrite the original type code,
8734 so read_struct_type can use it to decide whether we're overwriting
8735 something we shouldn't.
8736 (complain_about_struct_wipeout): New function.
8737
8738 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8739
8740 * gdbarch.sh: Assert that gdbarch is non-NULL.
8741 * gdbarch.c: Regenerate.
8742
8743 2002-05-03 Jason Merrill <jason@redhat.com>
8744
8745 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8746 and return NULL.
8747
8748 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8749
8750 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8751 (x86_64_dwarf2gdb_regno_map_length),
8752 (x86_64_dwarf2_reg_to_regnum): Added.
8753 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8754 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8755 (_initialize_x86_64_tdep): Synced with the change above.
8756 (x86_64_skip_prologue): Reformulated message.
8757
8758 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8759
8760 * f-exp.y: Also use new prev_lexptr variable
8761 to improve error reporting. Based on Michael Snyder
8762 2002-04-24 dated patch to c-exp.y.
8763 * jv-exp.y: Likewise.
8764 * m2-exp.y: Likewise.
8765
8766 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8767
8768 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8769 we are dealing with vectors.
8770
8771 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8772
8773 * config/m68k/tm-nbsd.h: Obvious fix,
8774 correct machine name.
8775
8776 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8777
8778 * p-typeprint.c (pascal_type_print_base): Add support
8779 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8780
8781 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8782
8783 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8784 for fondamental pascal 'char' type.
8785
8786 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8787
8788 * p-lang.h (is_pascal_string_type): Declaration changed,
8789 new sixth argument of type char ** added.
8790 * p-lang.c (is_pascal_string_type): Implementation
8791 changed. Args length_pos, length_size, string_pos, char_size
8792 can now be NULL. New argument arrayname set to the field
8793 name of the char array. Return value set to char array
8794 field index plus one.
8795 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8796 is_pascal_string_type function.
8797
8798 2002-05-02 Andrew Cagney <cagney@redhat.com>
8799
8800 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8801 <cagney@redhat.com> change.
8802 * gdbarch.c: Regenerate.
8803
8804 2002-05-02 Andrew Cagney <cagney@redhat.com>
8805
8806 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8807 before probing for a new one. Detect errorenous gdbarch_init
8808 functions.
8809 * gdbarch.c: Regenerate.
8810
8811 2002-05-01 Andrew Cagney <cagney@redhat.com>
8812
8813 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8814 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8815 * config/v850/tm-v850.h: Ditto. Update copyright.
8816
8817 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8818
8819 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8820 current_gdbarch.
8821
8822 2002-04-30 Michael Snyder <msnyder@redhat.com>
8823
8824 * arm-tdep.c: Whitespace clean-ups.
8825 (arm_skip_prologue): Fix thinko; two lines
8826 should have been removed as part of 4/24 change.
8827
8828 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8829
8830 * rs6000-tdep.c: Added comment describing how fpscr register
8831 numbers were chosen.
8832
8833 2002-04-30 Michael Snyder <msnyder@redhat.com>
8834
8835 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8836
8837 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8838
8839 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8840 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8841 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8842
8843 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8844
8845 From Louis Hamilton <hamilton@redhat.com>:
8846 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8847 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8848 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8849 not bfd-private xcoff data, to determine wordsize.
8850 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8851
8852 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8853
8854 GDB 5.2 released from 5.2 branch.
8855
8856 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8857
8858 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8859 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8860 (x86_64_register_info_table): Added comments with register numbers.
8861
8862 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8863
8864 * rs6000-tdep.c (rs6000_extract_return_value,
8865 rs6000_store_return_value): Handle returning vectors.
8866 (rs6000_gdbarch_init): Use
8867 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8868 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8869 New function.
8870 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8871 vectors.
8872 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8873 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8874
8875 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8876
8877 * hpread.c (hpread_psymtab_to_symtab_1,
8878 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8879 with fprintf_unfiltered (gdb_stderr,...).
8880
8881 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8882
8883 * remote-array.c (printf_monitor, write_monitor,
8884 array_insert_breakpoint, array_remove_breakpoint ):
8885 Replace fprintf (stderr,...
8886 with fprintf_unfiltered (gdb_stderr,....
8887 * remote-es.c: Likewise.
8888 * remote-os9k.c: Likewise.
8889 * remote-st.c: Likewise.
8890
8891 2002-04-28 Andreas Schwab <schwab@suse.de>
8892
8893 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8894 linux-proc.o and gcore.o.
8895
8896 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8897
8898 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8899 code without frame pointers.
8900
8901 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8902
8903 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8904 ON_STACK is needed.
8905
8906 2002-04-26 Ben Elliston <bje@redhat.com>
8907
8908 * target.c (do_xfer_memory): Correct reference to the new option
8909 "trust-readonly-sections".
8910
8911 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8912
8913 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8914 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8915 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8916 vectors.
8917 (read_array_type): Record the fact that this array type is really a
8918 vector (i.e. are passed in by value).
8919
8920 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8921
8922 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8923 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8924 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8925 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8926 * alpha-linux-tdep.c: Include frame.h.
8927 (alpha_linux_sigcontext_addr): New function.
8928 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8929 alpha_linux_sigcontext_addr.
8930 * alpha-osf1-tdep.c: Include gdbcore.h.
8931 (alpha_osf1_sigcontext_addr): New function.
8932 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8933 alpha_osf1_sigcontext_addr.
8934 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8935 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8936
8937 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8938
8939 * stack.c (selected_frame_level):
8940 (select_frame): Do not set selected_frame_level.
8941 * frame.h (selected_frame_level): Delete declaration.
8942
8943 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8944
8945 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8946 convert_from_func_ptr-addr when AIX / PowerOpen.
8947
8948 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8949
8950 * valops.c (hand_function_call): Call
8951 generic_save_call_dummy_addr.
8952 * frame.h (generic_save_call_dummy_addr): Declare.
8953 * blockframe.c (struct dummy_frame): Add fields call_lo and
8954 call_hi.
8955 (generic_find_dummy_frame): Check for PC in range call_lo to
8956 call_hi instead of entry_point_address.
8957 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8958 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8959 (generic_save_call_dummy_addr): New function.
8960
8961 2002-04-24 David S. Miller <davem@redhat.com>
8962
8963 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8964 sparc_skip_prologue.
8965 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8966 information to find prologue when possible.
8967 (sparc_prologue_frameless_p): Call examine_prologue directly.
8968 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8969 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8970 second argument.
8971 (SKIP_PROLOGUE): Likewise.
8972
8973 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8974
8975 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8976 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8977 indicate that the condition it was testing is always true.
8978 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8979 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8980 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8981
8982 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8983
8984 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8985 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8986 tdep->jb_pc and tdep->jb_elt_size.
8987 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8988 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8989 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8990 * alpha-nat.c (get_longjmp_target): Remove.
8991 (JB_ELEMENT_SIZE): Ditto.
8992 (JB_PC): Ditto.
8993 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8994 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8995 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8996 to alpha_get_longjmp_target.
8997 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8998 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8999 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
9000
9001 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9002
9003 * README: Update to GDB 5.2.
9004
9005 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9006
9007 * gdbarch.sh (LC_ALL): Set to `c'.
9008
9009 2002-04-25 Theodore A. Roth <troth@verinet.com>
9010
9011 * avr-tdep.c: Ran through gdb_indent.sh.
9012
9013 2002-04-25 Theodore A. Roth <troth@verinet.com>
9014
9015 * MAINTAINERS: Add myself as AVR maintainer.
9016 * NEWS: Note new target avr.
9017
9018 2002-04-25 Theodore A. Roth <troth@verinet.com>
9019
9020 * Makefile.in: Add support for AVR target.
9021 * configure.tgt: Add support for AVR target.
9022 * avr-tdep.c: New file
9023 * config/avr/avr.mt: New file.
9024
9025 2002-04-25 Theodore A. Roth <troth@verinet.com>
9026
9027 * MAINTAINERS: Add myself to write-after-approval.
9028
9029 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9030
9031 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
9032 with fprintf_unfiltered (gdb_stderr,....
9033
9034 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9035
9036 Fix PR gdb/508.
9037 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
9038
9039 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9040
9041 * p-exp.y: Also use new prev_lexptr variable
9042 to improve error reporting. Based on Michael Snyder
9043 2002-04-24 dated patch to c-exp.y.
9044
9045 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9046
9047 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
9048 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
9049 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
9050 to 0.
9051 * config/alpha/tm-alpha.h: Remove forward decls of struct type
9052 and struct value.
9053 (FUNCTION_START_OFFSET): Remove.
9054 (BREAKPOINT): Ditto.
9055
9056 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9057
9058 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
9059 * NEWS: Ditto.
9060
9061 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9062
9063 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
9064 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
9065 alpha_linux_pc_in_sigtramp.
9066 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
9067 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
9068 alpha_osf1_pc_in_sigtramp.
9069 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
9070 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
9071 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9072 alphafbsd_pc_in_sigtramp.
9073 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
9074 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9075 alphanbsd_pc_in_sigtramp.
9076 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
9077 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
9078
9079 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9080
9081 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
9082
9083 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9084
9085 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
9086 alphanbsd-tdep.c.
9087 (alphanbsd-nat.o): New dependency list.
9088 (alphanbsd-tdep.o): Ditto.
9089 * NEWS: Note new native NetBSD/alpha configuration.
9090 * alphanbsd-nat.c: New file.
9091 * alphanbsd-tdep.c: Ditto.
9092 * configure.host (alpha*-*-netbsd*): New host.
9093 * configure.tgt (alpha*-*-netbsd*): New target.
9094 * config/alpha/nbsd.mh: New file.
9095 * config/alpha/nbsd.mt: Ditto.
9096 * config/alpha/nm-nbsd.h: Ditto.
9097 * config/alpha/tm-nbsd.h: Ditto.
9098
9099 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9100
9101 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
9102 (alpha-osf1-tdep.o): New dependency list.
9103 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
9104 and skip_sigtramp_frame members.
9105 * alpha-linux-tdep.c: Include gdbcore.h.
9106 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
9107 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
9108 * alpha-osf1-tdep.c: New file.
9109 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
9110 alpha-osf1-dep.c.
9111 (alpha_frame_past_sigtramp_frame): New function.
9112 (alpha_dynamic_sigtramp_offset): Ditto.
9113 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
9114 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
9115 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
9116 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
9117 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
9118 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
9119 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
9120 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
9121 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
9122 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
9123 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
9124 to find_solib_trampoline_target.
9125 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
9126 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
9127 (SKIP_TRAMPOLINE_CODE): Remove.
9128 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9129 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9130 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9131 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9132 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
9133 (PROC_SIGTRAMP_MAGIC): Ditto.
9134 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9135 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9136 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9137 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9138 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9139
9140 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9141
9142 * NEWS: Note that Alpha targets are now multi-arch.
9143
9144 2002-04-24 Michael Snyder <msnyder@redhat.com>
9145
9146 * parser-defs.h (prev_lexptr): New external variable.
9147 * parse.c (parse_exp_1): Set prev_lexptr to null before
9148 calling the language-specific parser.
9149 * c-exp.y (yylex): Set prev_lexptr to start of current token.
9150 (yyerror): Use prev_lexptr in error reporting.
9151
9152 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
9153
9154 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
9155 * gregset.h: If FILL_FPXREGSET is defined, provide
9156 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
9157 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9158 is defined, call fill_fpxregset.
9159
9160 2002-04-24 Roland McGrath <roland@frob.com>
9161
9162 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9163 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9164 (supply_gregset, supply_fpregset): New functions.
9165
9166 * gnu-nat.c (gnu_find_memory_regions): New function.
9167 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9168 (gnu_xfer_memory): Add a cast.
9169
9170 2002-04-24 Michael Snyder <msnyder@redhat.com>
9171
9172 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
9173 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9174 of argument regs ("str r(0123), [r11, #-nn"]).
9175 (arm_skip_prologue): Better handling for frameless functions.
9176 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9177 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9178
9179 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9180
9181 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9182 NUM_PSEUDO_REGS can be used.
9183
9184 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9185
9186 * arch-utils.h: Update copyright.
9187
9188 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9189 * gdbarch.h, gdbarch.c: Re-generate.
9190
9191 * inferior.h (IN_SIGTRAMP): Delete definition.
9192 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9193 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9194
9195 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9196 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9197 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9198 (find_proc_framesize): Ditto.
9199 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9200 (alpha_init_extra_frame_info): Ditto.
9201 * infrun.c (handle_inferior_event): Ditto.
9202 (handle_inferior_event): Ditto.
9203 (check_sigtramp2): Ditto.
9204 * blockframe.c (create_new_frame): Ditto.
9205 (get_prev_frame): Ditto.
9206 * ppc-linux-tdep.c: Update comments.
9207 * i386-linux-tdep.c: Update comments.
9208 * breakpoint.c (bpstat_what): Update comment.
9209
9210 2002-04-24 David S. Miller <davem@redhat.com>
9211
9212 * i960-tdep.c (register_in_window_p): New function.
9213 (i960_find_saved_register): Use it instead of
9214 REGISTER_IN_WINDOW_P.
9215 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9216
9217 * symtab.h (find_stab_function_addr): Kill extern.
9218 * minsyms.c (find_stab_function_addr): Remove from here...
9219 * dbxread.c: ... to here, and mark it static.
9220
9221 2002-04-20 David S. Miller <davem@redhat.com>
9222
9223 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9224 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9225
9226 2002-04-21 David S. Miller <davem@redhat.com>
9227
9228 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9229 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9230 (vx_write_register): Likewise.
9231
9232 2002-04-23 J. Brobecker <brobecker@gnat.com>
9233
9234 * source.c (is_regular_file): New function.
9235 (openp): Check wether file to open is a regular file
9236 to avoid opening directories.
9237
9238 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9239
9240 * findvar.c (extract_signed_integer): Cast printf argument
9241 to suppress format warning.
9242 (extract_unsigned_integer): Likewise.
9243 * infcmd.c (registers_info): Likewise.
9244 * top.c (get_prompt_1): Likewise.
9245 * valops.c (value_assign): Likewise.
9246 * valprint.c (print_decimal): Likewise.
9247
9248 2002-04-22 H.J. Lu (hjl@gnu.org)
9249
9250 * c-exp.y (typebase): Support
9251
9252 [long|long long|short] [signed|unsigned] [int|]
9253
9254 and
9255
9256 signed [long|long long|short] int
9257
9258 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9259
9260 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9261 and vax-tdep.h.
9262 * vax-tdep.h: New file.
9263 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9264 Make several routines static.
9265 (vax_get_saved_register): New function.
9266 (vax_gdbarch_init): New function.
9267 (_initialize_vax_tdep): Register vax_gdbarch_init.
9268 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9269 Remove macros now under the control of gdbarch.
9270
9271 2002-04-22 Michael Snyder <msnyder@redhat.com>
9272
9273 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9274 Some whitespace and coding standards tweaks.
9275
9276 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9277
9278 * vax-tdep.c: Include regcache.h.
9279 (vax_call_dummy_words): New.
9280 (sizeof_vax_call_dummy_words): New.
9281 (vax_fix_call_dummy): New function.
9282 (vax_saved_pc_after_call): Ditto.
9283 * config/vax/tm-vax.h: Don't include regcache.h.
9284 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9285 (CALL_DUMMY): Remove.
9286 (CALL_DUMMY_WORDS): Define.
9287 (SIZEOF_CALL_DUMMY_WORDS): Define.
9288 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9289
9290 2002-04-18 Michael Snyder <msnyder@redhat.com>
9291
9292 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9293
9294 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9295
9296 * vax-tdep.c (vax_frame_chain): New function.
9297 (vax_push_dummy_frame): Ditto.
9298 (vax_pop_frame): Ditto.
9299 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9300 (FRAMELESS_FUNCTION_INVOCATION): Use
9301 generic_frameless_function_invocation_not.
9302 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9303 (POP_FRAME): Use vax_pop_frame.
9304
9305 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9306
9307 * vax-tdep.c (vax_store_struct_return): New function.
9308 (vax_extract_return_value): Ditto.
9309 (vax_store_return_value): Ditto.
9310 (vax_extract_struct_value_address): Ditto.
9311 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9312 vax_store_struct_return.
9313 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9314 (STORE_RETURN_VALUE): Use vax_store_return_value.
9315 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9316
9317 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9318
9319 * vax-tdep.c (vax_frame_saved_pc): New function.
9320 (vax_frame_args_address_correct): Ditto.
9321 (vax_frame_args_address): Ditto.
9322 (vax_frame_locals_address): Ditto.
9323 (vax_frame_num_args): Move code to be in proximity to
9324 other frame-related functions.
9325 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9326 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9327 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9328 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9329 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9330
9331 2002-04-22 H.J. Lu (hjl@gnu.org)
9332
9333 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9334 includedir.
9335
9336 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9337
9338 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9339 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9340 (FRAME_INIT_SAVED_REGS): New macro.
9341
9342 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9343
9344 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9345
9346 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9347
9348 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9349 where needed.
9350 (fetch_osf_core_registers): Likewise.
9351 (supply_gregset): Likewise.
9352
9353 2002-04-22 J. Brobecker <brobecker@gnat.com>
9354
9355 * symfile.h (get_section_index): Define.
9356 * symfile.c (get_section_index): New function.
9357 * mdebugread.c (SC_IS_SBSS): New macro.
9358 (SC_IS_BSS): Return true for the scBss storage class only, as
9359 the scSBss storage class refers to the .sbss section.
9360 (parse_partial_symbols): Discard the symbols which associated
9361 section does not exist.
9362 Make sure to use the .sbss section index for symbols which
9363 storage class is scBss, rather than using the .bss section index.
9364
9365 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9366
9367 * vax-tdep.c: Update copyright years.
9368 (vax_register_name): New function.
9369 (vax_register_byte): Ditto.
9370 (vax_register_raw_size): Ditto.
9371 (vax_register_virtual_size): Ditto.
9372 (vax_register_virtual_type): Ditto.
9373 * config/vax/tm-vax.h: Update copyright years.
9374 (REGISTER_NAMES): Remove.
9375 (REGISTER_NAME): Define.
9376 (REGISTER_BYTE): Use vax_register_byte.
9377 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9378 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9379 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9380
9381 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9382
9383 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9384 declaration
9385 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9386
9387 2002-04-21 David S. Miller <davem@redhat.com>
9388
9389 * arch-utils.c (generic_prologue_frameless_p): Kill
9390 SKIP_PROLOGUE_FRAMELESS_P code.
9391 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9392 references.
9393 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9394 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9395 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9396 references.
9397 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9398 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9399 (sparc_gdbarch_init): Pass it to
9400 set_gdbarch_prologue_frameless_p.
9401
9402 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9403
9404 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9405 (alphabsd-nat.o): New dependency list.
9406
9407 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9408
9409 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9410 alphafbsd-tdep.c.
9411 (alpha-linux-tdep.o): New dependency list.
9412 (alphafbsd-tdep.o): Likewise.
9413
9414 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9415
9416 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9417 to here...
9418 * alpha-tdep.c: ...from here.
9419 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9420
9421 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9422
9423 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9424 prototype from here...
9425 * alpha-tdep.h: ...to here.
9426
9427 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9428
9429 * frame.h (selected_frame_level): Document as deprecated.
9430 (frame_relative_level): Declare.
9431 * stack.c (frame_relative_level): New function.
9432 (selected_frame_level): Document as deprecated.
9433 (select_frame): Do not set the selected_frame_level.
9434
9435 * stack.c (frame_info, record_selected_frame): Update.
9436 (frame_command, current_frame_command): Update.
9437 (up_silently_base, up_command, down_silently_base): Update.
9438 (down_command): Update.
9439 * inflow.c (kill_command): Update.
9440 * tracepoint.c (finish_tfind_command): Update.
9441 * corelow.c (core_open): Update.
9442 * thread.c (info_threads_command): Update.
9443 (do_captured_thread_select): Update.
9444 * infcmd.c (finish_command): Update.
9445 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9446
9447 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9448
9449 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9450
9451 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9452
9453 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9454 type const.
9455
9456 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9457
9458 * alphafbsd-tdep.c: Update copyright years. Include
9459 alpha-tdep.h.
9460 (alphafbsd_use_struct_convention): Make static.
9461 (alphafbsd_init_abi): New function.
9462 (_initialize_alphafbsd_tdep): New function.
9463 * config/alpha/tm-fbsd.h: Update copyright years.
9464 (USE_STRUCT_CONVENTION): Remove.
9465
9466 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9467
9468 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9469 an Alpha ABI variant.
9470 (alpha_abi_handler_list): Declare.
9471 (alpha_gdbarch_register_os_abi): New function.
9472 (alpha_gdbarch_init): Give registered ABI variant handlers a
9473 chance to tweak the gdbarch once we have set up defaults.
9474 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9475
9476 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9477
9478 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9479 to standard_coerce_float_to_double.
9480 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9481
9482 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9483
9484 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9485 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9486 from gdbarch_tdep rather than a constant.
9487 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9488 the default text address for all Alpha Unix ABIs.
9489 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9490 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9491
9492 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9493
9494 * alpha-tdep.h: New file. Includes several Alpha target constants
9495 taken from...
9496 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9497 let gdbarch deal with.
9498 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9499 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9500 to dependency list.
9501 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9502 Alpha target register names.
9503 * alphabsd-nat.c: Likewise.
9504 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9505 Alpha target register names. Make serveral routines static.
9506 (alpha_get_saved_register): New function.
9507 (alpha_abi_names): New.
9508 (process_note_abi_tag_sections): New function.
9509 (get_elfosabi): New function.
9510 (alpha_gdbarch_init): New function.
9511 (alpha_dump_tdep): New function.
9512 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9513
9514 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9515
9516 * frame.c (find_saved_register): Delete #ifdef
9517 HAVE_REGISTER_WINDOWS code.
9518 * config/sparc/tm-sparc.h: Update comments.
9519 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9520
9521 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9522
9523 * i960-tdep.c (i960_find_saved_register): New function.
9524 (i960_get_saved_register): New function.
9525 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9526 (i960_get_saved_register): Declare.
9527 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9528
9529 2002-04-20 David S. Miller <davem@redhat.com>
9530
9531 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9532
9533 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9534
9535 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9536 instead of NUM_PSEUDO_REGS.
9537
9538 2002-04-20 David S. Miller <davem@redhat.com>
9539
9540 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9541 GDB_MULTI_ARCH_PARTIAL
9542 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9543 define, let tm-sp64.h do it.
9544
9545 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9546
9547 * frame.c (find_saved_register): Avoid a NULL pointer
9548 dereference and actually walk the frame list.
9549
9550 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9551
9552 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9553 sorted in most most-recent-used order. Document.
9554 * gdbarch.h, gdbarch.c: Regenerate.
9555
9556 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9557
9558 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9559 instead of ->prev.
9560 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9561 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9562 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9563 instead of ->prev.
9564
9565 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9566
9567 Fix PR gdb/471.
9568 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9569 (build_builtin_type_vec128): Ditto.
9570 (append_composite_type_field): Fix calculation of type length in
9571 union case.
9572
9573 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9574
9575 * config/djgpp/README: Update.
9576
9577 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9578 compiler warnings.
9579
9580 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9581
9582 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9583 (alpha_setup_arbitrary_frame): ...to this.
9584 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9585 for alpha_setup_arbitrary_frame.
9586
9587 2002-04-18 Andrew Cagney <cagney@redhat.com>
9588
9589 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9590 * gdbarch.h, gdbarch.c: Regenerate.
9591
9592 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9593 * target.h (memory_breakpoint_from_pc): Update declaration.
9594 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9595
9596 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9597 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9598 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9599 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9600 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9601 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9602 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9603 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9604 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9605 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9606 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9607 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9608
9609 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9610 const pointer.
9611 * monitor.c (monitor_insert_breakpoint): Ditto.
9612 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9613
9614 * config/mcore/tm-mcore.h: Update copyright.
9615 * mem-break.c: Ditto.
9616 * xstormy16-tdep.c: Ditto.
9617
9618 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9619
9620 * p-exp.y: Add precedence rule for '^' token.
9621 This removes the shift/reduce conflicts.
9622 Remove the comment concerning these shift/reduce conflicts.
9623
9624 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9625
9626 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9627 (registers_powerpc_nofp): New register set for processors
9628 without floating point unit.
9629
9630 2002-04-18 David S. Miller <davem@redhat.com>
9631
9632 * MAINTAINERS: Add myself to write-after-approval.
9633
9634 2002-04-17 Michael Snyder <msnyder@redhat.com>
9635
9636 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9637
9638 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9639
9640 * rs6000-tdep.c (frame_initial_stack_address): Use
9641 frame_register_read to read the alloca_reg.
9642
9643 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9644
9645 * frame.c (find_saved_register): Find saved registers in the next
9646 not prev frame.
9647 Fix PR gdb/365.
9648
9649 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9650
9651 * gdbarch.sh (LANG): Set to ``c''.
9652
9653 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9654
9655 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9656
9657 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9658
9659 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9660 Update copyright.
9661
9662 * hpread.c (hpread_get_lntt): Add declaration.
9663 Also fix PR gdb/391.
9664
9665 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9666
9667 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9668 * aclocal.m4, configure: Re-generate.
9669 Fix PR gdb/391.
9670
9671 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9672
9673 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9674 instead of tm_print_insn.
9675
9676 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9677
9678 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9679
9680 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9681
9682 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9683 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9684 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9685
9686 2002-04-12 Don Howard <dhoward@redhat.com>
9687
9688 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9689 max_user_call_depth.
9690 (init_cmd_lists): Initialize the new value;
9691 * cli/cli-script.c (execute_user_command): Limit the call depth of
9692 user defined commands. This avoids a core-dump when user commands
9693 are infinitly recursive.
9694
9695 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9696
9697 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9698 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9699 from tdep struct instead of DEFAULT_LR_SAVE.
9700 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9701 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9702 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9703
9704 2002-04-12 Michael Snyder <msnyder@redhat.com>
9705
9706 * Remote.c: Spelling fix.
9707 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9708 If no symbol found for "sbrk", try "_sbrk".
9709 (make_output_phdrs): Use bfd_section_name.
9710 (gcore_copy_callback): Use bfd_section_name.
9711 * eval.c: Indentation fix-ups.
9712 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9713 in case it gets applied to an address that is already
9714 in the instruction space.
9715 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9716 * symfile.c: Fix indentation, long lines.
9717 * source.c: White space fix-up.
9718
9719 2002-04-12 Andrew Cagney <cagney@redhat.com>
9720
9721 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9722 * frame.c (frame_register_read): New function. Return non-zero on
9723 success.
9724 (read_relative_register_raw_bytes_for_frame): Delete.
9725 (read_relative_register_raw_bytes): Delete.
9726 * frame.h (frame_register_read): Declare.
9727 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9728 * sh-tdep.c: Ditto.
9729 * infcmd.c (do_registers_info): Ditto.
9730 * hppa-tdep.c: Ditto.
9731 * rs6000-tdep.c: Ditto.
9732 * h8500-tdep.c: Ditto.
9733 * mips-tdep.c: Ditto.
9734 * h8300-tdep.c: Ditto.
9735 * z8k-tdep.c: Ditto.
9736
9737 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9738
9739 From Jimi X <jimix@watson.ibm.com>:
9740 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9741 64-bit SysV ABI.
9742
9743 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9744
9745 From Jimi X <jimix@watson.ibm.com>:
9746 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9747 bfd info.
9748
9749 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9750
9751 From Jimi X <jimix@watson.ibm.com>:
9752 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9753 register sets for these processor variants.
9754
9755 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9756
9757 * regformats/reg-ppc.dat: Support FPSCR.
9758
9759 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9760
9761 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9762 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9763 Add fpscr as an invalid/unfetchable register.
9764 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9765 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9766 (fill_fpregset): Add support for register fpscr.
9767 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9768 (fill_gregset): Account for the fact that register ``mq'' might
9769 not exist.
9770 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9771 (registers_power): Add fpscr to register set at slot 71.
9772 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9773 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9774
9775 2002-04-11 Michael Snyder <msnyder@redhat.com>
9776
9777 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9778 * configure: Regenerate.
9779 * config.in: Regenerate.
9780 * acconfig.h: Add define for _SYSCALL32.
9781 * core-sol2.c: Remove #define _SYSCALL32.
9782 * solib-legacy.c: Remove #define _SYSCALL32.
9783
9784 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9785
9786 * stack.c (select_frame): Cleanup internal error message, do not
9787 use %p.
9788
9789 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9790
9791 * stack.c (select_frame): Check that selected_frame and the
9792 specified level are as expected.
9793 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9794 Update copyright.
9795 * frame.h (struct frame_info): Add field `level'. Update
9796 copyright.
9797 Work-in-progress PR gdb/464.
9798
9799 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9800
9801 * maint.c (maint_print_section_info): Rename print_section_info.
9802 (print_bfd_section_info, print_objfile_section_info): Update.
9803 * inferior.h (struct gdbarch): Add opaque declaration.
9804 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9805 * gdbarch.h: Regenerate.
9806
9807 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9808
9809 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9810 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9811 (kernel_u_size): Added.
9812 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9813 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9814
9815 2002-04-04 Jim Ingham <jingham@apple.com>
9816
9817 * valarith.c (find_size_for_pointer_math): New function, either returns
9818 the size for a pointer's target, returns 1 for void *, or errors for
9819 incomplete types.
9820 (value_add, value_sub): use find_size_for_pointer_math.
9821
9822 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9823
9824 * linux-low.c (linux_look_up_symbols): New hook.
9825 (linux_target_ops): Add linux_look_up_symbols.
9826 * remote-utils.c (decode_address): New function.
9827 (look_up_one_symbol): New function.
9828 * server.c (handle_query): Call target look_up_symbols hook.
9829 * server.h (look_up_one_symbol): Add prototype.
9830 * target.h (struct target_ops): Add look_up_symbols hook.
9831
9832 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9833
9834 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9835 override FP_REGNUM with frame->fp. Update copyright.
9836 * parse.c (num_std_regs, std_regs): Delete.
9837 (target_map_name_to_register): Do not search std_regs. Update
9838 function description.
9839 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9840 declarations. Update copyright.
9841 Fix PR gdb/251.
9842
9843 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9844
9845 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9846 after the last symbol in a block.
9847
9848 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9849
9850 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9851 is non zero as a found symbol.
9852
9853 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9854
9855 * findvar.c: Include "builtin-regs.h".
9856 (value_of_register): Call value_of_builtin_reg when applicable.
9857 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9858 (target_map_name_to_register): Call
9859 builtin_reg_map_name_to_regnum.
9860 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9861 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9862 (builtin_regs_h): Define.
9863 (builtin-regs.o): New target.
9864 (findvar.o): Add $(builtin_regs_h).
9865 * builtin-regs.c, builtin-regs.h: New files.
9866 * std-regs.c: New file.
9867 Partial fix for PR gdb/251.
9868
9869 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9870
9871 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9872 it's no longer required.
9873
9874 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9875
9876 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9877
9878 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9879
9880 From Jimi X <jimix@watson.ibm.com>:
9881 * rs6000-tdep.c (rs6000_software_single_step): Use
9882 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9883 and size. Use target_insert_breakpoint() and
9884 target_remove_breakpoint() to insert and remove breakpoints
9885 instead of explicit memory reads and writes.
9886
9887 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9888
9889 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9890 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9891 ELF_OBJECT_FORMAT ifdef.
9892
9893 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9894
9895 From Jimi X <jimix@watson.ibm.com>:
9896 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9897
9898 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9899
9900 From Jimi X <jimix@watson.ibm.com>:
9901 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9902 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9903
9904 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9905
9906 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9907 s/asprintf/xasprintf/.
9908 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9909
9910 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9911
9912 I believe Jeff Law denies responsability for this one:
9913 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9914 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9915 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9916 Work-around for PR gdb/366.
9917
9918 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9919
9920 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9921 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9922 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9923
9924 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9925
9926 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9927 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9928 information.
9929
9930 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9931
9932 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9933 maintainer.
9934
9935 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9936
9937 * README (Reporting Bugs in GDB): Document the bug web page as the
9938 prefered way of submitting bugs.
9939 Fix PR gdb/402.
9940
9941 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9942
9943 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9944 -1. Update comment.
9945 * gdbarch.h, gdbarch.c: Re-generate.
9946
9947 2002-04-07 Andreas Schwab <schwab@suse.de>
9948
9949 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9950 buffer to regcache_collect.
9951
9952 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9953
9954 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9955 * gdbarch.c, gdbarch.h: Re-generate.
9956
9957 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9958
9959 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9960 declaration. Fix -Werror.
9961
9962 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9963
9964 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9965 * gdbarch.c: Regenerate.
9966
9967 2002-04-05 Michael Snyder <msnyder@redhat.com>
9968
9969 * breakpoint.c (clear_command): Rewrite middle section to
9970 combine two loops with identical control conditions.
9971 Add a cleanup to eliminate a memory leak.
9972 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9973
9974 2002-04-05 H.J. Lu (hjl@gnu.org)
9975
9976 * solib-svr4.c (bkpt_names): Add "__start".
9977
9978 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9979
9980 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9981 as test for 64 bit target.
9982
9983 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9984
9985 * h8500-tdep.c (h8500_write_fp): Delete function.
9986 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9987 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9988 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9989 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9990 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9991 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9992 (s390_write_fp):
9993 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9994 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9995 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9996 (d10v_write_fp): Delete function.
9997 * inferior.h (write_fp, generic_target_write_fp): Delete
9998 declarations.
9999 * regcache.c (generic_target_write_fp): Delete function.
10000 (write_fp): Delete function.
10001 * gdbarch.sh (TARGET_WRITE_FP): Delete.
10002 * gdbarch.h, gdbarch.c: Regenerate.
10003 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
10004 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
10005 (sparc64_write_fp): Delete declaration.
10006 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
10007 (h8500_write_fp): Delete declaration.
10008
10009 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10010
10011 * sparc-tdep.c (sparc64_write_fp): Delete.
10012 (sparc_push_dummy_frame): Replace write_fp call with code to store
10013 the FP directly.
10014 (sparc_gdbarch_init): Do not initialize write_fp.
10015
10016 2002-04-05 Kevin Buettner <kevinb@redhat.com>
10017
10018 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
10019 clause.
10020
10021 2002-03-29 Jim Blandy <jimb@redhat.com>
10022
10023 * stack.c (get_selected_block): Add new argument `addr_in_block',
10024 used to return the exact code address we used to select the block,
10025 not just the block.
10026 * blockframe.c (get_frame_block, get_current_block): Same.
10027 * frame.h (get_frame_block, get_current_block,
10028 get_selected_block): Update declarations.
10029 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
10030 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
10031
10032 2002-04-05 Michael Snyder <msnyder@redhat.com>
10033
10034 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
10035 warning message.
10036
10037 2002-04-05 J. Brobecker <brobecker@gnat.com>
10038
10039 * utils.c (xfullpath): New function.
10040 * defs.h (xfullpath): Add declaration.
10041 * source.c (openp): Use xfullpath in place of gdb_realpath to
10042 avoid resolving the basename part of filenames when the
10043 associated file is a symbolic link. This fixes a potential
10044 inconsistency between the filenames known to GDB and the
10045 filenames it prints in the annotations.
10046 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
10047 to be able to match a filename with either the real filename, or
10048 the name of any symbolic link to this file.
10049 (lookup_partial_symtab): Ditto.
10050
10051 2002-04-04 Michael Snyder <msnyder@redhat.com>
10052
10053 * breakpoint.c: Add support for hardware breakpoints in overlays.
10054 (overlay_events_enabled): New state variable.
10055 (insert_breakpoints): Use overlay_events_enabled to decide
10056 whether to attempt to set a breakpoint at the overlay load addr.
10057 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10058 (remove_breakpoint): Use overlay_events_enabled to decide
10059 whether breakpoints need to be removed from overlay load addr.
10060 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10061 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
10062 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
10063 disable_overlay_breakpoints): Update overlay_events_enabled.
10064
10065 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
10066
10067 * dwarf2read.c (struct function_range): New.
10068 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
10069 (check_cu_functions): New.
10070 (read_file_scope): Initialize global function lists.
10071 Call dwarf_decode_line after processing children.
10072 (read_func_scope): Add to global function list.
10073 (dwarf_decode_lines): Call check_cu_functions everywhere
10074 record_line is called. Call record_line with a linenumber
10075 of 0 to mark sequence ends.
10076
10077 2002-04-04 Michal Ludvig <mludvig@suse.cz>
10078
10079 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
10080 change sync with glibc.
10081
10082 2002-04-03 Jim Blandy <jimb@redhat.com>
10083
10084 * configure.in: Call AC_C_INLINE.
10085 * configure: Regenerated.
10086
10087 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
10088
10089 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
10090 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
10091
10092 2002-03-31 Mark Kettenis <kettenis@gnu.org>
10093
10094 * NEWS: Mention gcore support on FreeBSD/i386.
10095
10096 * fbsd-proc.c: New file.
10097 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
10098 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
10099
10100 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
10101 while statement.
10102
10103 2002-03-29 Jim Blandy <jimb@redhat.com>
10104
10105 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
10106 unescaped newlines in string literals, but newer ones don't. So
10107 escape them.
10108
10109 2002-03-26 Michael Snyder <msnyder@redhat.com>
10110 Andrew Cagney <cagney@redhat.com>
10111
10112 * cli/cli-dump.c: New file. Dump memory to file,
10113 restore file to memory.
10114 * cli/cli-dump.h: New file.
10115 * Makefile.in: Add rules, dependencies for cli-dump.o.
10116 * NEWS: Mention new commands.
10117
10118 2002-03-28 Michael Snyder <msnyder@redhat.com>
10119
10120 * symfile.c (symbol_file_add): Move test for null symbols to later.
10121
10122 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10123
10124 From veksler at il.ibm.com:
10125 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
10126 the xstrduped original path.
10127 Fix PR gdb/417.
10128
10129 2002-03-27 Michael Snyder <msnyder@redhat.com>
10130
10131 * breakpoint.c (_initialize_breakpoint): Clean up help string.
10132 * infcmd.c (_initialize_infcmd): Ditto.
10133 * language.c (_initialize_language): Ditto.
10134 * symfile.c (_initialize_symfile): Ditto.
10135 * top.c (_init_main): Ditto.
10136 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10137
10138 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
10139
10140 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
10141 vector registers handling.
10142 (skip_prologue): Handle new AltiVec instructions. Fill in new
10143 fields of frame data.
10144 (frame_get_saved_regs): Fill in information for AltiVec registers.
10145
10146 2002-03-27 Jim Blandy <jimb@redhat.com>
10147
10148 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
10149 a function; leave this macro here to invoke that function.
10150 (symbol_init_mangled_name): Declaration for that function.
10151 * symtab.c (symbol_init_mangled_name): New function.
10152
10153 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10154
10155 * valarith.c: Replace strerror with safe_strerror.
10156 * tracepoint.c: Ditto.
10157 * lin-lwp.c: Ditto.
10158 * go32-nat.c: Ditto.
10159 * inflow.c: Ditto.
10160 * gnu-nat.c: Ditto.
10161
10162 2002-03-27 Andreas Schwab <schwab@suse.de>
10163
10164 * event-top.c (command_line_handler): Remove useless if.
10165
10166 2002-03-27 Andreas Jaeger <aj@suse.de>
10167
10168 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10169 comment.
10170
10171 2002-03-27 Michal Ludvig <mludvig@suse.cz>
10172
10173 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10174 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10175 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10176 (x86_64_linux_dr_get_status, supply_gregset),
10177 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10178 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10179 (x86_64_register_info_table): Add.
10180 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10181 (x86_64_register_raw_size, x86_64_register_virtual_type),
10182 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10183 general x86_64_register_info_table.
10184 (i386_gdbarch_init): gdbarch_register_bytes is now set
10185 dynamicaly during initialization.
10186 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10187 * gdbserver/linux-x86-64-low.c: Ditto.
10188
10189 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10190
10191 * gdbserver/server.c (main): Call target_signal_to_host_p
10192 and target_signal_to_host on signals received from the remote.
10193 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10194 target_signal_from_host on signals sent to the remote.
10195 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10196 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10197
10198 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10199
10200 * signals/signals.c: Include "server.h" in gdbserver build.
10201 (target_signal_from_name): Don't use STREQ.
10202 (_initialize_signals): Likewise. Don't include function in
10203 gdbserver build.
10204
10205 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10206
10207 * signals.c: Moved to...
10208 * signals/signals.c: Here.
10209 * Makefile (signals.o): Update.
10210
10211 2002-03-26 Jeff Law (law@redhat.com)
10212
10213 * somread.c (som_symtab_read): Remove some commented out code and
10214 updated related comments. Do not set the minimal symbol table to
10215 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10216 in a dynamic executable.
10217 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10218 where we are unable to find the minimal symbol for the given
10219 PC value.
10220
10221 2002-03-25 Jeff Law (law@redhat.com)
10222
10223 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10224
10225 2002-03-25 Michal Ludvig <mludvig@suse.cz>
10226
10227 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10228
10229 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10230
10231 * command.h: Update copyright.
10232 (struct cmd_list_element): Replace definition with opaque
10233 declaration.
10234 (enum cmd_types): Document that it will eventually be moved to
10235 cli/cli-decode.h
10236 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10237 (MALLOCED_REPLACEMENT): Delete macro.
10238 * Makefile.in (cli_decode_h): Add $(command_h).
10239 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10240 * top.c: Include "cli/cli-decode.h".
10241 * completer.c: Include "cli/cli-decode.h".
10242 * maint.c: Include "cli/cli-decode.h".
10243 * cli/cli-decode.h: Include "command.h".
10244 (enum command_class): Delete.
10245 (enum cmd_types): Comment out.
10246 (enum cmd_auto_boolean): Delete.
10247 (enum var_types): Delete.
10248
10249 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10250
10251 * cli/cli-decode.c: Include "gdb_assert.h".
10252 (add_set_or_show_cmd): New static function.
10253 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10254 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10255 all fields, such as func, from the set command.
10256
10257 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10258
10259 * MAINTAINERS (sh-elf): Change warning flag to -w.
10260
10261 2002-03-23 Andrew Cagney <cagney@redhat.com>
10262
10263 * defs.h (error): Add printf format attribute.
10264 * thread-db.c (thread_from_lwp): Fix error format string.
10265 * stack.c (parse_frame_specification): Ditto.
10266 * cli/cli-decode.c (undef_cmd_error): Ditto.
10267 * scm-lang.c (scm_lookup_name): Ditto.
10268 * tracepoint.c (trace_error): Ditto.
10269 * remote-utils.c (usage): Ditto.
10270 * remote.c (compare_sections_command): Ditto.
10271 Fix PR gdb/328.
10272
10273 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10274
10275 * gdbtypes.c (append_composite_type_field): New function.
10276 (init_composite_type): New function.
10277 * gdbtypes.h (append_composite_type_field): Declare.
10278 (init_composite_type): Ditto.
10279
10280 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10281
10282 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10283 function.
10284 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10285 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10286 structure returning convention for SYSV ABI case, but not
10287 for GNU/Linux, FreeBSD, or NetBSD.
10288
10289 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10290
10291 * symtab.h (lookup_block_symbol): Add mangled_name argument
10292 to prototype.
10293
10294 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10295 with new mangled_name argument.
10296 * linespec.c (decode_line_1): Likewise.
10297 * valops (value_of_this): Likewise.
10298 * symtab.c (lookup_transparent_type): Likewise.
10299 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10300 (lookup_symbol): If we are given a mangled name, pass it down
10301 to lookup_symbol_aux.
10302 (lookup_block_symbol): If we are given a mangled name to check
10303 against, only return symbols which match it.
10304
10305 2002-03-22 Christopher Faylor <cgf@redhat.com>
10306
10307 * win32-nat.c (child_create_inferior): Check for proper shell to use
10308 here, in case the user changes it on the fly.
10309 (_initialize_inftarg): Remove shell path considerations.
10310
10311 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10312
10313 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10314 for gdbarch_max_register_raw_size and max_register_virtual_size.
10315 Adjust copyright year.
10316
10317 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10318
10319 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10320 in a function to cover the entire beginning of the function
10321 as well if it does not already.
10322
10323 2002-03-21 Tom Rix <trix@redhat.com>
10324
10325 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10326 (rs6000_ptrace64): Renamed from ptrace64.
10327
10328 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10329
10330 * gdbserver/remote-utils.c (remote_open): Don't call
10331 getprotobyname, we're all using TCP here so just use
10332 IPPROTO_TCP.
10333 * gdbserver/gdbreplay.c (remote_open): Ditto.
10334
10335 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10336
10337 * regcache.c (_initialize_regcache): No need to call
10338 build_regcache() at this time; it gets called whenever
10339 the gdbarch changes.
10340
10341 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10342
10343 * sparc-nat.c: Include sys/param.h where possible.
10344
10345 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10346
10347 Fix PR gdb/422.
10348 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10349 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10350 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10351 complex types.
10352 * stabsread.c (rs6000_builtin_type): Likewise.
10353 (read_sun_floating_type): Likewise.
10354
10355 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10356
10357 * stabsread.c (read_member_functions): Remove skip code for duplicate
10358 constructor/destructor methods. Use standard parsing for these
10359 methods and just do not chain them to the list of methods after
10360 parsing.
10361
10362 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10363
10364 * coffread.c: Remove redundant static declarations. Replace
10365 occurrences of `PTR' with `void *'.
10366 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10367 * top.h (quit_cover): Likewise.
10368 * defs.h (catch_errors): Likewise.
10369
10370 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10371
10372 * defs.h (XMALLOC): Define.
10373 * gdb-events.sh (XMALLOC): Delete macro.
10374 * gdb-events.c, gdb-events.h: Regenerate.
10375 * gdbarch.sh (XMALLOC): Delete macro.
10376 * gdbarch.c: Regenerate.
10377 * serial.c (XMALLOC): Delete macro.
10378 * ui-file.c (XMALLOC): Ditto.
10379 * ser-unix.h (XMALLOC): Ditto.
10380 * sh-tdep.c (XMALLOC): Ditto.
10381 * ui-out.c (XMALLOC): Ditto.
10382 * utils.c (XMALLOC): Ditto.
10383 * i386-tdep.c (XMALLOC): Ditto.
10384 * gdb-events.c (XMALLOC): Ditto.
10385 * d10v-tdep.c (XMALLOC): Ditto.
10386 * cli-out.c (XMALLOC): Ditto.
10387
10388 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10389 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10390 * ui-file.c, ui-out.c: Ditto.
10391
10392 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10393
10394 * command.h (struct cmd_list_element): Add field context.
10395 (set_cmd_context, get_cmd_context): Declare.
10396 * cli/cli-decode.h: Ditto.
10397 * cli/cli-decode.c (get_cmd_context): New function.
10398 (set_cmd_context): New function.
10399 (add_cmd): Initialize context.
10400 Part of fixing PR gdb/145 and PR gdb/146.
10401
10402 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10403
10404 * cli/cli-decode.c (cmd_type): New function.
10405 * command.h (cmd_type): Declare.
10406 * infrun.c (set_schedlock_func): Call function cmd_type.
10407 * kod.c (kod_set_os): Call cmd_type.
10408 * cris-tdep.c (cris_version_update): Use function cmd_type.
10409 (cris_mode_update, cris_abi_update): Ditto.
10410
10411 * command.h: (execute_cmd_post_hook): Declare.
10412 (execute_cmd_pre_hook): Declare.
10413 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10414 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10415 functions. Execute pre/post hook while ensuring that afterwords
10416 hook_in is cleared.
10417 * top.c (execute_command): Use execute_cmd_post_hook, and
10418 execute_cmd_pre_hook to execute pre/post commands.
10419 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10420 hook_stop_stub.
10421 (hook_stop_stub): Call execute_cmd_pre_hook.
10422
10423 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10424
10425 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10426 set'' and this leads to a core dump. Move xstrdup of
10427 operating_system to after check that it is not NULL.
10428
10429 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10430
10431 * kod.c (kod_set_os): Remove unnecessary check that
10432 ``command->type'' is set_cmd.
10433
10434 * valprint.c (set_input_radix): Use input_radix.
10435 (set_output_radix): Use output_radix.
10436 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10437 isn't reverted.
10438
10439 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10440
10441 * value.h (struct value): Delete field ``substring_addr''. Change
10442 aligner fields to force_doublest_align, force_longest_align,
10443 force_core_addr_align and force_pointer_aligh.
10444
10445 * value.h (struct value): Fix typo in above change.
10446
10447 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10448
10449 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10450 to fix internal_error from ``maintenance print architecture''.
10451
10452 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10453
10454 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10455 for gcc versions after gcc-2.8.1.
10456
10457 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10458
10459 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10460 for method resolution. Restore adjustment of ``this'' pointer after
10461 calling value_struct_elt, which was accidentally removed during the
10462 HP merge.
10463
10464 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10465
10466 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10467 value_of_register.
10468 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10469 get_saved_register.
10470 * value.h (value_of_register): Update.
10471
10472 2002-03-14 Richard Henderson <rth@redhat.com>
10473
10474 * configure.in: Detect declaration for canonicalize_file_name.
10475 * utils.c (canonicalize_file_name): Declare, if needed.
10476 (gdb_realpath): Prefer realpath if available and usable.
10477 * config.in, configure: Rebuild.
10478
10479 2002-03-14 Richard Henderson <rth@redhat.com>
10480
10481 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10482 a constant array bound.
10483
10484 * MAINTAINERS: Add myself to write-after-approval.
10485
10486 2002-03-14 Michael Snyder <msnyder@redhat.com>
10487
10488 * symfile.c (syms_from_objfile): Return immediately if no syms.
10489 (symbol_file_add): Return immediately if no syms.
10490 (find_sym_fns): Return immediately if no syms.
10491
10492 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10493
10494 * gdbserver/remote-util.c (remote_open): Print remote-side's
10495 IP address when remote debugging over the network.
10496
10497 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10498
10499 * config/sparc/fbsd.mh: Fix copyright.
10500 * config/sparc/fbsd.mt: Likewise.
10501
10502 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10503
10504 * MAINTAINERS: Fix typo in name of gdb warnings option.
10505 (x86-64): Fix formating so that this can be parsed by awk.
10506
10507 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10508
10509 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10510 * defs.h: Include "gdb/signals.h".
10511 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10512
10513 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10514
10515 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10516 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10517 from x86-64-tdep.h
10518
10519 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10520 Don Howard <dhoward@redhat.com>
10521
10522 * mips-tdep.c (ST0_FR): Define.
10523 (mips2_fp_compat): New function, temporarily disabled.
10524 (mips_read_fp_register_single): New function.
10525 (mips_read_fp_register_double): New function.
10526 (mips_print_register): Use them.
10527 (do_fp_register_row): Likewise.
10528
10529 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10530
10531 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10532 approval''.
10533
10534 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10535
10536 * stabsread.c (read_member_functions): Fix is_stub test for
10537 static member functions, improve comment.
10538
10539 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10540
10541 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10542 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10543 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10544 commands that set boolean values.
10545 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10546 (arm_rdi_resume): Always initialize PC.
10547 (arm_rdi_open): Don't use rslt as a boolean.
10548 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10549 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10550 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10551 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10552
10553 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10554
10555 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10556 * configure: Rebuilt.
10557
10558 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10559
10560 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10561 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10562
10563 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10564
10565 * cli/cli-decode.c (set_cmd_completer): New function.
10566 * command.h (set_cmd_completer): Declare.
10567 * cli/cli-decode.h (set_cmd_completer): Ditto.
10568
10569 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10570 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10571 * win32-nat.c (_initialize_inftarg): Ditto.
10572 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10573 * proc-api.c (_initialize_proc_api): Ditto.
10574 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10575 * source.c (_initialize_source): Ditto.
10576 * exec.c (_initialize_exec): Ditto.
10577 * solib.c (_initialize_solib): Ditto.
10578 * top.c (init_main): Ditto.
10579 * tracepoint.c (_initialize_tracepoint): Ditto.
10580 * symfile.c (_initialize_symfile): Ditto.
10581 * printcmd.c (_initialize_printcmd): Ditto.
10582 * infcmd.c (_initialize_infcmd): Ditto.
10583 * corefile.c (_initialize_core): Ditto.
10584
10585 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10586
10587 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10588
10589 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10590
10591 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10592
10593 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10594
10595 * NEWS: Update headings, 5.2 has branched.
10596
10597 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10598
10599 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10600 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10601 (register_addr, REGISTER_RAW_SIZE): Likewise.
10602 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10603 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10604
10605 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10606
10607 * MAINTAINERS (x86-64): Add myself.
10608 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10609 changed value_ptr -> struct value *
10610
10611 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10612
10613 * configure.host (sparc64-*-freebsd): Add.
10614 * configure.tgt: Likewise.
10615 * config/sparc/fbsd.mh: New file.
10616 * config/sparc/fbsd.mt: Likewise.
10617 * config/sparc/nm-fbsd.h: Likewise.
10618 * config/sparc/tm-fbsd.h: Likewise.
10619
10620 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10621
10622 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10623 regformats/reg-s390x.dat.
10624
10625 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10626
10627 * utils.c: Add FIXME explaining true/false problem.
10628
10629 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10630
10631 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10632
10633 2002-02-28 Michael Chastain <mec@shout.net>
10634
10635 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10636
10637 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10638
10639 * gdbserver/linux-s390-low.c: New file.
10640 * regformats/reg-s390.dat: New file.
10641 * regformats/reg-s390x.dat: New file.
10642 * gdbserver/configure.srv: Add S/390.
10643 * gdbserver/Makefile.in: Add S/390.
10644 * configure.tgt: Enable gdbserver for S/390.
10645
10646 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10647
10648 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10649 first line of the doc string for "info dos", except at the end of
10650 the sentence, since the short help stops at the first period.
10651
10652 2002-02-28 Jason Merrill <jason@redhat.com>
10653
10654 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10655
10656 2002-02-27 Fred Fish <fnf@redhat.com>
10657
10658 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10659 comment (dumy -> dummy).
10660
10661 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10662
10663 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10664
10665 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10666
10667 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10668
10669 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10670
10671 * gdbserver/acconfig.h: New file.
10672 * gdbserver/i387-fp.c: New file.
10673 * gdbserver/i387-fp.h: New file.
10674 * gdbserver/linux-x86-64.c: New file.
10675 * regformats/reg-x86-64.dat: New file.
10676 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10677 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10678 * gdbserver/configure.in: Add support for regsets.
10679 * gdbserver/config.in: Regenerate.
10680 * gdbserver/configure: Regenerate.
10681 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10682 * gdbserver/linux-low.h: New file.
10683 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10684 for regsets.
10685 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10686 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10687 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10688 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10689 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10690 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10691 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10692 "i387-fp.h". Add PTRACE_GETREGS and friends.
10693 * gdbserver/regcache.c (supply_register): New function.
10694 (supply_register_by_name): New function.
10695 (collect_register): New function.
10696 (collect_register_by_name): New function.
10697
10698 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10699
10700 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10701 (config.status): Add configure.srv dependency.
10702 (server_h): Add config.h dependency.
10703
10704 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10705
10706 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10707 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10708 * gdbserver/configure.srv: Change i386-*-linux* to use
10709 reg-i386-linux.o.
10710
10711 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10712
10713 * x86-64-tdep.c: Re-indent. Update copyright date.
10714
10715 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10716
10717 From Michal Ludvig <mludvig@suse.cz>:
10718 * x86-64-tdep.c (value.h): Delete.
10719 (gdb_assert.h): Include.
10720 (x86_64_register_convert_to_virtual,
10721 x86_64_register_convert_to_raw ): Add check which lets only
10722 floating-point values to be converted.
10723 (value_push): Delete.
10724 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10725 (i386_gdbarch_init): Number of register_bytes fixed.
10726
10727 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10728
10729 * MAINTAINERS: Add x86-64 target.
10730
10731 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10732
10733 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10734 * osfsolib.c (solib_map_sections): Ditto.
10735 * irix5-nat.c (solib_map_sections): Ditto.
10736 * corelow.c (gdb_check_format): Ditto.
10737 * symfile.c (symfile_bfd_open): Ditto.
10738 * solib.c (solib_map_sections): Ditto.
10739 Fix PR gdb/354.
10740
10741 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10742
10743 * remote.c (_initialize_remote): By default, disable ``e'' and
10744 ``E'' step out-of-range packets.
10745
10746 2002-02-26 Andreas Schwab <schwab@suse.de>
10747
10748 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10749 m68k_linux_frame_saved_pc.
10750 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10751 in_sigtramp.
10752 (SIGCONTEXT_PC_OFFSET): Remove.
10753 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10754 m68k_linux_sigtramp_saved_pc): New functions.
10755 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10756 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10757 (UCONTEXT_PC_OFFSET): Define.
10758 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10759 non-RT and RT signal trampolines.
10760
10761 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10762
10763 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10764 (TARGET_NBPG, STACK_END_ADDR): Delete
10765 (VARIABLES_INSIDE_BLOCK): Delete.
10766
10767 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10768
10769 * utils.c (perror_with_name): Make string parameter constant.
10770 (print_sys_errmsg): Ditto.
10771 (query): Ditto.
10772 * defs.h (perror_with_name): Update.
10773 (print_sys_errmsg): Update.
10774 (query): Update.
10775
10776 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10777
10778 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10779 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10780
10781 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10782
10783 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10784 if it already matches the current architecture from the exec file.
10785 Include arch-utils.h for gdbarch_info_init prototype.
10786 * Makefile.in (rs6000-nat.o): Update dependencies.
10787
10788 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10789
10790 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10791 list of exported variables.
10792
10793 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10794
10795 * gdbserver/configure.srv: New file.
10796 * gdbserver/configure.in: Use configure.srv instead
10797 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10798 from it.
10799 * gdbserver/configure: Regenerated.
10800 * gdbserver/terminal.h: New file.
10801 * gdbserver/Makefile.in: Update for configure changes. Remove
10802 more unneeded include paths.
10803
10804 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10805
10806 From wiz at danbala:
10807 * config/sparc/tm-sp64.h: Fix grammar and typos.
10808 Fix PR gdb/287.
10809
10810 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10811
10812 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10813 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10814 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10815 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10816 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10817 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10818 * s390-tdep.c: Ditto.
10819 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10820 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10821 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10822 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10823 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10824 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10825 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10826 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10827 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10828 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10829 Fix PR gdb/378.
10830
10831 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10832
10833 * lin-thread.c: Delete file.
10834 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10835 to gdb_proc_service.h.
10836 * configure: Re-generate.
10837
10838 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10839 * serial.c (serial_open): Delete check for "ocd".
10840 Fix PR gdb/349.
10841
10842 * Makefile.in (linux-thread.o): Delete target.
10843 * linux-thread.c: Delete file.
10844
10845 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10846 renamed SH files to be consistent.
10847
10848 * symtab.c (sort_search_symbols): Use xfree.
10849
10850 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10851
10852 * arm-linux-tdep.c (arm_linux_init_abi): Register
10853 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10854 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10855 definition with undef, since we don't want the sysvr4 definition.
10856 (SKIP_TRAMPOLINE_CODE): Likewise.
10857
10858 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10859
10860 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10861
10862 * configure.in: (AC_CHECK_FUNCS) Added test for
10863 canonicalize_file_name Regenerated.
10864 * config.in, configure: Regenerated.
10865 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10866 defined use canonicalize_file_name.
10867
10868 2002-02-23 Michael Chastain <mec@shout.net>
10869
10870 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10871
10872 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10873
10874 * README: Remove references to cygnus.com.
10875 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10876 dot com'' form. Remove references to cygnus.com and sourceware.
10877
10878 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10879
10880 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10881 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10882 1003.1-2001 no longer allows "head -1".
10883 * gdb/Makefile.in (version.c): Likewise.
10884 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10885 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10886 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10887
10888 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10889
10890 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10891 * command.h (cmd_cfunc_eq): Declare.
10892 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10893
10894 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10895 ``struct cmd_list_element *''.
10896 * cli/cli-cmds.c (is_complete_command): Update. Use
10897 cmd_cfunc_eq.
10898 * top.c (execute_command): Pass the command to
10899 is_complete_command.
10900 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10901
10902 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10903
10904 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10905 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10906 architecture defines.
10907 * s390-tdep.c (s390_gdbarch_init): Likewise.
10908
10909 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10910
10911 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10912 (arm_linux_push_arguments): Likewise.
10913 (arm_linux_init_abi): Register them. Also register linux-specific
10914 call_dummy_words.
10915 (find_minsym_and_objfile): Use strcmp, not STREQ.
10916 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10917 (arm_linux_call_dummy_words): Delete declaration.
10918 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10919 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10920 declarations.
10921 (LOWEST_PC): Delete.
10922
10923 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10924
10925 * maint.c (print_section_info): Do not prepend `0x' to filepos
10926 output, it will be handled by local_hex_string_custom.
10927
10928 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10929
10930 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10931 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10932 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10933
10934 2002-02-22 Jim Blandy <jimb@redhat.com>
10935
10936 Indicate that the bcache functions don't change the strings
10937 they're passed.
10938 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10939 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10940
10941 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10942
10943 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10944
10945 2002-02-21 Christopher Faylor <cgf@redhat.com>
10946
10947 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10948 find the complete path to a loaded DLL.
10949
10950 2002-02-21 Fred Fish <fnf@redhat.com>
10951
10952 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10953 that marks the end of the range of a function, enter a line number
10954 entry that has a line number of zero and a PC offset that matches
10955 the end of the function. This starts a range of PC's for which no
10956 line number information is known.
10957 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10958 PC's for which no line number info is found (line number is zero)
10959 then we didn't find any valid line information.
10960 * symtab.h: Document use of zero line number entry.
10961
10962 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10963
10964 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10965 (have_ptrace_getvrregs): Define for run time checks.
10966 (gdb_vrregset_t): New type for Altivec register handling.
10967 (fetch_register, store_register): Fetch/store altivec register
10968 when needed.
10969 (fetch_altivec_register, store_altivec_register): New functions.
10970 (supply_vrregset, fill_vrregset): New functions.
10971 (fetch_altivec_registers, store_altivec_registers): New functions.
10972 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10973 registers as well.
10974
10975 2002-02-21 Jiri Smid <smid@suse.cz>
10976
10977 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10978
10979 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10980
10981 * Makefile.in (armnbsd-nat.o): Update dependencies.
10982 * armnbsd-nat.c (supply_gregset): New function. Common code to
10983 supply the integer register set.
10984 (supply_fparegset): New function. Similar for FPA registers.
10985 (fetch_regs, fetch_fp_regs): Use them.
10986 (fetch_core_registers): Likewise.
10987 (fetch_elfcore_registers): New function.
10988 (arm_netbsd_elfcore_fns): New core-file type specification.
10989 (_initialize_arm_netbsd_nat): Register it.
10990
10991 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10992
10993 * armnbsd-nat.c: Include gdbcore.h.
10994 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10995 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10996 'void' to declaration, to shut up ARI.
10997 (fetch_core_registers): Make static. Rewrite using supply_register.
10998 (arm_netbsd_core_fns): New core-file type specification.
10999 (_initialize_arm_netbsd_nat): New function.
11000
11001 2002-02-21 Christopher Faylor <cgf@redhat.com>
11002
11003 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
11004 value.
11005
11006 2002-02-20 Christopher Faylor <cgf@redhat.com>
11007
11008 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
11009 fails.
11010
11011 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11012
11013 * jv-exp.y (parse_number): Change type of implicit longs
11014 to builtin_type_uint64.
11015
11016 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11017
11018 * gdbserver/linux-low.c (mywait): Change argument to waitpid
11019 to be an integer instead of a `union wait'.
11020
11021 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11022
11023 * mips-linux-nat.c: Call the operating system GNU/Linux.
11024 * mips-linux-tdep.c: Likewise.
11025 * mips-tdep.c: Likewise.
11026
11027 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11028
11029 Fix PR gdb/265.
11030 * jv-exp.y (parse_number): Handle 64-bit integers.
11031
11032 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11033
11034 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
11035 AC_STDC_HEADERS to AC_HEADER_STDC.
11036 * gdbserver/configure: Regenerated.
11037
11038 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11039
11040 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
11041 is defined.
11042 * sparc-tdep.c (get_longjmp_target): Likewise.
11043
11044 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11045
11046 * News: Add news about ARM and Multi-arch. Mention the new target
11047 arm*-*-netbsd*.
11048
11049 2002-02-19 Jim Blandy <jimb@redhat.com>
11050
11051 * stabsread.c (error_type_complaint): Improve error message.
11052
11053 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
11054
11055 * gdbserver/README: Update documentation.
11056 * gdbserver/configure.in: Update configury to match documentation.
11057 * gdbserver/Makefile.in: Likewise.
11058 * gdbserver/configure: Regenerated.
11059 * gdbserver/aclocal.m4: New file, generated by aclocal.
11060 * gdbserver/config.in: New file, generated by autoheader.
11061
11062 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11063
11064 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
11065 armnbsd-nat.c.
11066
11067 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11068
11069 * arm-tdep.h (enum arm_float_model): New enum.
11070 (struct gdbarch_tdep): Add fp_model.
11071 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
11072 up floating-point conversions until we know the floating-point model
11073 in use by the inferior. Don't complain about being unable to
11074 determine the ABI of the inferior when we don't have one.
11075 (arm_extract_return_value): Support different floating-point models.
11076 (arm_store_return_value): Likewise.
11077 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
11078 ARM_FLOAT_SOFT.
11079 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
11080
11081 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11082
11083 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
11084 of ``current_gdbarch''.
11085
11086 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11087
11088 * armnbsd-nat.c : ANSIfy all function declarations.
11089 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
11090 (fetch_inferior_registers): Re-implement in terms of above.
11091 (store_register, store_regs, store_fp_register, store_fp_regs): New.
11092 (store_inferior_registers): Re-implement in terms of above.
11093
11094 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11095
11096 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
11097 kernel.
11098 * arm-linux-tdep.c: Likewise.
11099 * config/arm/tm-linux.h: Likewise.
11100
11101 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11102
11103 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
11104 * config/arm/nbsd.mt (TM_FILE): Delete.
11105 * config/arm/tm-nbsd.h: Delete.
11106
11107 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11108
11109 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
11110 Initialize CALL_DUMMY_LENGTH.
11111
11112 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11113
11114 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
11115 function.
11116 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
11117 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
11118 defines one thing and that is incorrect for this port.
11119 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
11120
11121 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11122
11123 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
11124
11125 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11126
11127 * win32-nat.c (display_selector): New function. Displays information
11128 about the information returned by GetThreadSelectorEntry API function.
11129 (display_selectors): New function. Displays the infomation of
11130 the selector given as argument, or of CS, DS ans FS selectors
11131 if no argument is given.
11132 ( _initialize_inftarg): Add "w32" as info prefix command.
11133 Add "info w32 selector" as command calling display_selectors.
11134
11135 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11136
11137 * i386-tdep.c (get_longjmp_target): Fix compilation failure
11138 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
11139 if not defined.
11140
11141 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11142
11143 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
11144
11145 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11146
11147 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
11148 (arm_fix_call_dummy): Call it.
11149 (arm_call_dummy_breakpoint_offset): Delete.
11150 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
11151 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11152
11153 2002-02-18 Andrew Cagney <ac131313@redhat.com>
11154
11155 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
11156 Default to func_frame_chain_valid.
11157 * gdbarch.h, gdbarch.c: Re-generate.
11158 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11159
11160 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
11161
11162 * ppc-linux-nat.c: Update copyright.
11163 (fetch_register, store_register): Add tid parameter, don't compute
11164 tid here.
11165 (fetch_ppc_registers, store_ppc_registers): Add tid
11166 parameter. Pass it along to callees.
11167 (fetch_inferior_registers, store_inferior_registers): Compute tid
11168 here, and pass it to calleed functions.
11169 (fill_gregset, supply_fpregset): Clean up formatting.
11170
11171 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11172
11173 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11174 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11175
11176 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11177
11178 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11179 * gdbarch.c gdbarch.h: Regenerate.
11180 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11181 function.
11182 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11183 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11184 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11185
11186 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11187 * arm-tdep.c (arm_get_longjmp_target): New function.
11188 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11189 this to a positive value register arm_get_longjmp_target as the
11190 longjmp handler.
11191 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11192 (arm_linux_init_abi): Set up longjmp description in tdep.
11193 * armnbsd-nat.c (get_longjmp_target): Delete.
11194 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11195 description in tdep.
11196 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11197 (get_longjmp_target): Delete declaration.
11198 (GET_LONGJMP_TARGET): Delete.
11199 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11200 (GET_LONGJMP_TARGET): Delete.
11201
11202 2002-02-17 Kevin Buettner <kevinb@redhat.com>
11203
11204 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11205 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11206 of ``current_gdbarch''.
11207
11208 2002-02-17 Tom Tromey <tromey@redhat.com>
11209
11210 * cli/cli-cmds.c (compare_strings): New function.
11211 (complete_command): Only print each unique item once.
11212 * completer.h (complete_line): Declare.
11213 * completer.c (complete_line): New function.
11214 (line_completion_function): Use it.
11215
11216 2002-02-16 Andrew Cagney <ac131313@redhat.com>
11217
11218 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11219 * gdbarch.h, gdbarch.c: Re-generate.
11220
11221 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11222
11223 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11224
11225 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11226
11227 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11228 * valops.c (value_arg_coerce): Don't take the address of a reference
11229 to convert an argument to a reference.
11230
11231 2002-02-15 Christopher Faylor <cgf@redhat.com>
11232
11233 * win32-nat.c (get_image_name): New function.
11234 (handle_load_dll): Use get_image_name function.
11235 (get_child_debug_event): Avoid registering debug events until possibly
11236 execed process is started.
11237 (child_create_inferior): Allow invocation via shell so that command
11238 line redirection, etc. works ok.
11239 (_initialize_inftarg): Add new command: "set shell" to control whether
11240 a shell is used to start a process.
11241
11242 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11243
11244 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11245 instead of find_register_by_number.
11246 (cannot_store_register): Likewise.
11247
11248 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11249
11250 * dwarf2read.c: Replace fprintf (stderr, ...) by
11251 fprintf_unfiltered (gdb_stderr, ...).
11252
11253 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11254
11255 * gdbserver/gdbserver.1: Document --attach.
11256
11257 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11258
11259 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11260 descriptions.
11261 * arm-tdep.c (arm_default_arm_le_breakpoint)
11262 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11263 (arm_default_thumb_be_breakpoint): New. Initialize them from
11264 traditional breakpoint defines.
11265 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11266 (arm_gdbarch_init): Initialize new breakpoint variables.
11267 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11268 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11269 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11270 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11271 code out to ...
11272 (arm_netbsd_init_abi_common): ... here; new function.
11273 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11274 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11275 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11276 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11277
11278 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11279
11280 * arm-tdep.h (enum arm_abi): New enum.
11281 (struct gdbarch_tdep): New structure.
11282 (LOWEST_PC): Provide a default.
11283 (arm_gdbarch_register_os_abi): Declare new function.
11284 * arm-tdep.c (arm_abi_names): New array.
11285 (process_note_abi_tag_sections): New function.
11286 (get_elfosabi): New function.
11287 (arm_gdbarch_register_os_abi): New function.
11288 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11289 support for that ABI has been built in, then call the appropriate
11290 configuration routine. Use gdbarch_num_regs() to get the number
11291 of registers.
11292 (arm_dump_tdep): New function.
11293 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11294 place-holder functions.
11295 (_initialize_arm_tdep): Register them.
11296 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11297
11298 * armnbsd-tdep.c: New file.
11299 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11300 * config/arm/nbsd.mt (TDEPFILES): Add it.
11301 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11302
11303 * armnbsd-nat.c: Include regcache.h.
11304 * Makefile.in (armnbsd-nat.o): Update dependency list.
11305
11306 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11307
11308 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11309
11310 * gdbserver/Makefile.in: Fix typos in target rules.
11311
11312 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11313
11314 Fix part of PR gdb/267.
11315 * linespec.c (find_methods): Handle constructors specially for now.
11316
11317 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11318
11319 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11320 handling.
11321 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11322 standard_coerce_float_to_double().
11323
11324 2002-02-14 Christopher Faylor <cgf@redhat.com>
11325
11326 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11327 GDBINIT_FILENAME.
11328
11329 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11330
11331 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11332 find_variant_by_name, because it confuses the multiarch
11333 framework. Return NULL if there isn't an architecture with the
11334 user supplied name, instead of forcing a different one without
11335 recording the change with the multiarch machinery.
11336 (find_variant_by_name): Delete.
11337
11338 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11339
11340 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11341 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11342
11343 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11344
11345 * stack.c (print_frame_info_base): When calling
11346 print_frame_info_listing_hook, set current_source_symtab.
11347
11348 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11349
11350 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11351 and remove unused $(INCLUDE_DIR).
11352 Add regcache.c to OBS.
11353 Add generated register protocol files to clean target.
11354 Update dependencies for new objects, obsolete old target code.
11355
11356 * gdbserver/linux-low.c: Remove all platform-specific code to
11357 new files. Remove various dead code. Update to use regcache
11358 functionality.
11359 * gdbserver/remote-utils.c (fromhex): Add return statement
11360 to quiet warning.
11361 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11362 constant.
11363 (input_interrupt): Add integer parameter to match prototype
11364 of a signal handler.
11365 (outreg): Use register_data ().
11366 (prepare_resume_reply): Use gdbserver_expedite_regs.
11367 * gdbserver/server.c (main): Dynamically allocate own_buf because
11368 PBUFSIZ is no longer constant. Use registers_to_string () and
11369 registers_from_string ().
11370 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11371 for error (), fatal (), and warning (). Update definition of
11372 PBUFSIZ to use regcache functionality. Add include guard.
11373 * gdbserver/utils.c (fatal): Add missing ``const''.
11374 (warning): New function.
11375
11376 * regformats/regdat.sh: Include "regcache.h" in generated files.
11377 Provide init_registers () function.
11378 * regformats/regdef.h: Add prototype for set_register_cache ().
11379 Add include guard.
11380
11381 * gdbserver/linux-arm-low.c: New file.
11382 * gdbserver/linux-i386-low.c: New file.
11383 * gdbserver/linux-ia64-low.c: New file.
11384 * gdbserver/linux-m68k-low.c: New file.
11385 * gdbserver/linux-mips-low.c: New file.
11386 * gdbserver/linux-ppc-low.c: New file.
11387 * gdbserver/linux-sh-low.c: New file.
11388
11389 * gdbserver/regcache.c: New file.
11390 * gdbserver/regcache.h: New file.
11391
11392 * gdbserver/low-linux.c: Removed obsolete file.
11393
11394 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11395
11396 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11397 * config/i386/linux.mt: Likewise.
11398 * config/ia64/linux.mt: Likewise.
11399 * config/m68k/linux.mh: Likewise.
11400 * config/powerpc/linux.mh: Likewise.
11401 * config/mips/linux.mt: Likewise.
11402
11403 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11404
11405 * config/i386/i386lynx.mh: Mark gdbserver variables
11406 as (currently) obsolete for this target.
11407 * config/i386/nbsd.mt: Likewise.
11408 * config/i386/nbsdelf.mt: Likewise.
11409 * config/m32r/m32r.mt: Likewise.
11410 * config/m68k/m68klynx.mh: Likewise.
11411 * config/m68k/nbsd.mt: Likewise.
11412 * config/m68k/sun3os4.mh: Likewise.
11413 * config/mips/vr5000.mt: Likewise.
11414 * config/ns32k/nbsd.mt: Likewise.
11415 * config/pa/hppabsd.mh: Likewise.
11416 * config/pa/hppaosf.mh: Likewise.
11417 * config/powerpc/nbsd.mt: Likewise.
11418 * config/rs6000/rs6000lynx.mh: Likewise.
11419 * config/s390/s390.mt: Likewise.
11420 * config/s390/s390x.mt: Likewise.
11421 * config/sparc/sparclynx.mh: Likewise.
11422 * config/sparc/sun4os4.mh: Likewise.
11423 * config/i386/x86-64linux.mt: Likewise.
11424 * config/sparc/linux.mh: Likewise.
11425
11426 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11427
11428 * configure.tgt: Configure gdbserver only for known working
11429 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11430 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11431 SUBDIRS if it is configured. Update comment for ${nativefile}.
11432 * configure: Regenerated.
11433
11434 2002-02-13 Michael Snyder <msnyder@redhat.com>
11435
11436 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11437
11438 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11439 (default_gcore_mach): Just return 0, work around a problem in bfd.
11440 (default_gcore_target): OK to return NULL if exec_bfd is null.
11441 (make_mem_sec): Use a cast, avoid a warning.
11442
11443 * procfs.c (find_memory_regions_callback): Use a cast instead of
11444 calling host_pointer_to_address (which complains if
11445 sizeof (host pointer) != sizeof (target pointer)).
11446 (procfs_make_note_section): Avoid overflow in psargs string.
11447
11448 * procfs.c (procfs_make_note_section): Make the default
11449 implementation return an error.
11450
11451 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11452
11453 * procfs.c (procfs_make_note_section): Provide a default definition
11454 (for alpha-dec-osf4.0f). Fix typos.
11455
11456 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11457
11458 * linux-proc.c: Add include of regcache.h.
11459 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11460
11461 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11462
11463 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11464 * memattr.c (create_mem_region): Disallow useless empty region.
11465 Regions are half-open intervals, so allow [A..B) [B..C) as
11466 non-overlapping.
11467
11468 2002-02-13 Michael Chastain <mec@shout.net>
11469
11470 * defs.h: Kill CONST_PTR.
11471 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11472 * c-lang.c (c_builtin_types): Likewise.
11473 * ch-lang.c (ch_builtin_types): Likewise.
11474 * f-lang.c (f_builtin_types): Likewise.
11475 * language.c (unknown_builtin_types): Likewise.
11476 * m2-lang.c (m2_builtin_types): Likewise.
11477 * p-lang.c (pascal_builtin_types): Likewise.
11478 * scm-lang.c (c_builtin_types): Likewise.
11479
11480 2002-02-13 Keith Seitz <keiths@redhat.com>
11481
11482 * arm-tdep.h (arm_get_next_pc): Add declaration.
11483
11484 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11485
11486 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11487 with other related struct-returning functions.
11488 (arm_extract_struct_value_address): New function.
11489 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11490 initialize float_format, double_format and long_double_format as
11491 appropriate to the endianness of the target.
11492 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11493 (arm_use_struct_convention): Delete declaration.
11494 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11495
11496 2002-02-13 Keith Seitz <keiths@redhat.com>
11497
11498 * defs.h (core_addr_to_string_nz): New function.
11499
11500 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11501
11502 Apply missing bits of 2002-01-15 patch.
11503 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11504 (fill_fpregset): Use i387_fill_fsave.
11505
11506 2002-02-12 Keith Seitz <keiths@redhat.com>
11507
11508 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11509 (core_addr_to_string_nz): New function.
11510
11511 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11512
11513 * arm-linux-nat.c: Really include arm-tdep.h.
11514 * config/arm/tm-linux.h (struct type, struct value): Declare.
11515
11516 2002-02-11 Michael Snyder <msnyder@redhat.com>
11517
11518 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11519 (gcore section): Ifdef for Solaris and Unixware only.
11520 (procfs_do_thread_registers): Unixware needs one lwpstatus
11521 per thread (not one prstatus or pstatus).
11522 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11523 not over all gdb threads. For unixware, call elfcore_write_pstatus
11524 once before iterating over threads.
11525
11526 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11527
11528 * arm-tdep.h: New file.
11529 * arm-tdep.c: Include arm-tdep.h.
11530 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11531 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11532 (arm_print_float_info, arm_register_type, convert_to_extended)
11533 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11534 (arm_extract_return_value, arm_register_name): Make static.
11535 (arm_software_single_step): Similarly. Fix types in declaration.
11536 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11537 (arm_store_return_value, arm_store_struct_return): New functions.
11538 (arm_gdbarch_init): Register the above functions. Also register
11539 call_dummy_start_offset, sizeof_call_dummy_words,
11540 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11541 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11542 max_register_virtual_size, register_size. Set up
11543 prologue_cache.saved_regs here, rather than ...
11544 (_initialize_arm_tdep): ... here.
11545 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11546 declarations.
11547 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11548 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11549 (arm_print_float_info, arm_register_type, convert_to_extended)
11550 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11551 (arm_extract_return_value, arm_register_name): Delete declarations.
11552 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11553 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11554 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11555 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11556 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11557 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11558 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11559 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11560 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11561 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11562 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11563 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11564 interface.
11565 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11566 * remote-rdi.c remote-rdp.c: Likewise.
11567 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11568 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11569 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11570 definition.
11571
11572 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11573 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11574 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11575 from non-ARM_ prefixed definitions.
11576 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11577 all uses of above.
11578 * remote-rdi.c remote-rdp.c: Likewise.
11579 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11580
11581 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11582
11583 * arm-tdep.c (arm_frameless_function_invocation)
11584 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11585 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11586 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11587 (arm_pop_frame, arm_get_next_pc): Make static.
11588 (arm_gdbarch_init): Register above in gdbarch structure.
11589 (arm_read_fp): Renamed from arm_target_read_fp.
11590 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11591 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11592 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11593 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11594 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11595 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11596 (arm_pc_is_thumb_dummy): Delete declarations.
11597 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11598 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11599 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11600 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11601
11602 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11603
11604 * symtab.c (compare_search_syms): New function.
11605 (sort_search_symbols): New function.
11606 (search_symbols): Sort symbols after searching rather than
11607 before.
11608
11609 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11610
11611 * NEWS: Linux -> GNU/Linux.
11612
11613 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11614
11615 * gdbarch.sh: For for level one methods, disallow a definition
11616 when partially multi-arched. Add comments explaining rationale.
11617 * gdbarch.h: Re-generate.
11618
11619 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11620
11621 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11622 multi-arch partial.
11623
11624 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11625
11626 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11627 field. Use diff -u.
11628 * gdbarch.c: Re-generate.
11629
11630 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11631
11632 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11633 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11634 partial.
11635
11636 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11637
11638 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11639 multi-arch partial.
11640 (PUSH_ARGUMENTS): Switch to using predefault.
11641 * gdbarch.c: Regenerate.
11642
11643 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11644
11645 * valops.c (PUSH_ARGUMENTS): Delete definition.
11646 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11647 partial. Default to default_push_arguments.
11648 * gdbarch.h, gdbarch.c: Regenerate.
11649
11650 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11651
11652 * defs.h (throw_exception): Rename return_to_top_level. Update
11653 comments.
11654 * utils.c (error_stream, internal_verror, quit): Ditto.
11655 * top.c (throw_exception, catcher): Ditto.
11656 * sparclet-rom.c (sparclet_load): Ditto.
11657 * remote.c (interrupt_query, minitelnet): Ditto.
11658 * remote-sds.c (interrupt_query): Ditto.
11659 * remote-mips.c (mips_error, mips_kill): Ditto.
11660 * ocd.c (interrupt_query): Ditto.
11661 * monitor.c (monitor_interrupt_query): Ditto.
11662 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11663 * target.h: Update comment.
11664
11665 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11666
11667 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11668
11669 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11670 default_double_format.
11671 * gdbarch.h, gdbarch.c: Re-generate.
11672 * findvar.c (floatformat_unknown): Delete variable definition.
11673 * doublest.h (floatformat_unknown): Delete variable declaration.
11674
11675 2002-02-09 Jim Blandy <jimb@redhat.com>
11676
11677 * stabsread.c (read_type): Add code to parse Sun's syntax for
11678 prototyped function types.
11679
11680 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11681
11682 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11683 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11684
11685 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11686
11687 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11688 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11689 now _initialize_xcoffsolib gets called again and overrides the
11690 commands from solib.c in a native configuration.
11691
11692 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11693
11694 * doublest.c (store_typed_floating): Don't try to return a value.
11695 Fixes PR gdb/290.
11696
11697 2002-02-08 Jim Blandy <jimb@redhat.com>
11698
11699 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11700 is prototyped and has no arguments, print its argument list as
11701 `(void)'.
11702
11703 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11704
11705 * MAINTAINERS (write-after-approval): Add myself.
11706 (paper-trail): I've escaped!
11707
11708 2002-02-08 Christopher Faylor <cgf@redhat.com>
11709
11710 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11711 changes.
11712 (_initialize_check_for_gdb_ini): Ditto.
11713
11714 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11715
11716 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11717 xaprintf -> xasprintf.
11718
11719 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11720
11721 * win32-nat.c: Remove use of printf and sprintf functions.
11722
11723 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11724
11725 * arm-tdep.c (arm_frame_chain_valid): Make static.
11726 (arm_push_arguments): Likewise.
11727 (arm_gdbarch_init): New function.
11728 (_initialize_arm_tdep): Call it.
11729 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11730 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11731 (FRAME_CHAIN_VALID): Delete.
11732 (arm_frame_chain_valid): Delete declaration.
11733 (PUSH_ARGUMENTS): Delete.
11734 (arm_push_arguments): Delete declaration.
11735 (CALL_DUMMY_P): Delete.
11736
11737 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11738 Corinna Vinschen <vinschen@redhat.com>
11739
11740 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11741 on builtin float types.
11742
11743 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11744
11745 * utils.c: Include <curses.h> before "bfd.h".
11746 * tui/tui-hooks.c: Likewise.
11747 * tui/tui.c: Likewise.
11748 * tui/tuiCommand.c: Likewise.
11749 * tui/tuiData.c: Likewise.
11750 * tui/tuiDataWin.c: Likewise.
11751 * tui/tuiDisassem.c: Likewise.
11752 * tui/tuiGeneralWin.c: Likewise.
11753 * tui/tuiIO.c: Likewise.
11754 * tui/tuiLayout.c: Likewise.
11755 * tui/tuiRegs.c: Likewise.
11756 * tui/tuiSource.c: Likewise.
11757 * tui/tuiSourceWin.c: Likewise.
11758 * tui/tuiStack.c: Likewise.
11759 * tui/tuiWin.c: Likewise.
11760
11761 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11762
11763 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11764 to include space for pseudoregs as well. Update loops accordingly.
11765 (sh_fp_frame_init_saved_regs): Ditto.
11766 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11767
11768 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11769
11770 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11771 Add Richard Earnshaw to Arm maintainers.
11772
11773 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11774
11775 * defs.h (warning_begin): Delete declaration.
11776
11777 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11778 Delete macro.
11779
11780 2002-02-07 Michael Snyder <msnyder@redhat.com>
11781
11782 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11783 Logic bug, remove misplaced else.
11784
11785 2002-02-07 Klee Dienes <klee@apple.com>
11786
11787 * fork-inferior.c (fork_inferior): Add '!' to the list of
11788 characters that need to be quoted when building a string for the
11789 shell. Quote '!' specifically with a backslash, since CSH chokes
11790 when trying to evaluate "str!str".
11791
11792 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11793
11794 * rdi-share/host.h: Only provide a typedef for bool if it is not
11795 defined.
11796
11797 2002-02-04 Michael Snyder <msnyder@redhat.com>
11798
11799 * breakpoint.h (enum bptype): Add new overlay event bp type.
11800 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11801
11802 * breakpoint.c (create_internal_breakpoint): New function.
11803 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11804 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11805 (create_thread_event_breakpoint): Ditto.
11806 (create_solib_event_breakpoint): Ditto.
11807 (create_overlay_event_breakpoint): New function.
11808 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11809 (update_breakpoints_after_exec): Delete and re-initialize
11810 overlay event breakpoints after an exec. Add FIXME comment
11811 about longjmp breakpoint.
11812 (print_it_typical): Ignore overlay event breakpoints.
11813 (print_one_breakpoint): Ditto.
11814 (mention): Ditto.
11815 (bpstat_what): Do not stop for overlay event breakpoints.
11816 (delete_breakpoint): Don't delete overlay event breakpoints.
11817 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11818 (breakpoint_re_set): Re-create overlay event breakpoint.
11819
11820 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11821 (overlay_manual_command): Disable overlay breakpoints.
11822 (overlay_off_command): Disable overlay breakpoints.
11823
11824 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11825
11826 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11827 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11828 to here from config/tm-arm.h.
11829 (coff_sym_is_thumb): Make static.
11830 (arm_elf_make_msymbol_special): New function.
11831 (arm_coff_make_msymbol_special): New function.
11832 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11833 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11834 (coff_sym_is_thumb): Delete declaration.
11835 (arm_elf_make_msymbol_special): Declare.
11836 (arm_coff_make_msymbol_special): Declare.
11837 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11838 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11839
11840 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11841
11842 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11843
11844 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11845
11846 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11847 * gdbarch.c gdbarch.h: Regenerate.
11848 * arch-utils.c (default_print_float_info): New function.
11849 * arch-utils.h (default_print_float_info): Prototype it.
11850 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11851 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11852 (PRINT_FLOAT_INFO): Document it.
11853
11854 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11855 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11856 (PRINT_FLOAT_INFO): Define.
11857
11858 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11859
11860 * win32-nat.c (_initialize_check_for_gdb_ini):
11861 Add typecast to sprintf argument to suppress a warning.
11862
11863 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11864
11865 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11866 to allow easier handling of pass state.
11867 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11868 that gives exception name and address.
11869 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11870 and set last_sig value to ourstatus->value.sig. Some missing
11871 exceptions added.
11872 (child_continue): Correctly report continue_status.
11873 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11874 TARGET_SIGNAL_0 (new default value).
11875 (child_resume): consider sig argument passed to decide if
11876 the exception should be passed to debuggee or not.
11877
11878 2002-02-05 Michael Snyder <msnyder@redhat.com>
11879
11880 * regcache.c (fetch_register): Call target_fetch_register
11881 only if we don't call FETCH_PSEUDO_REGISTER.
11882 (store_register): Call target_store_register only if we
11883 don't call STORE_PSEUDO_REGISTER.
11884
11885 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11886
11887 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11888 ELF_MAKE_MSYMBOL_SPECIAL.
11889 * gdbarch.c, gdbarch.h: Regenerate.
11890 * arch-utils.c (default_make_msymbol_special): New function.
11891 * arch-utils.h (default_make_msymbol_special): Export.
11892 * elfread.c (elf_symtab_read): Compile use of
11893 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11894 multiarched.
11895 * coffread.c (coff_symtab_read): Ditto, for
11896 COFF_MAKE_MSYMBOL_SPECIAL.
11897
11898 2002-02-05 Jim Blandy <jimb@redhat.com>
11899
11900 * solib-svr4.c (svr4_truncate_ptr): New function.
11901 (svr4_relocate_section_addresses): Do the address arithmetic with
11902 the appropriate truncation for target addresses, even when
11903 CORE_ADDR is larger than a target address.
11904
11905 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11906
11907 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11908 to (int *).
11909
11910 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11911
11912 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11913 code.
11914
11915 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11916
11917 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11918
11919 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11920
11921 * gdbserver/linux-low.c: Remove unused include files.
11922
11923 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11924
11925 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11926 (read_inferior_memory): Use it.
11927 (write_inferior_memory): Likewise.
11928
11929 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11930
11931 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11932 grubbing through sys_errlist.
11933
11934 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11935
11936 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11937
11938 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11939 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11940
11941 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11942
11943 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11944 (do_sfunc, set_cmd_sfunc): New functions.
11945
11946 * command.h (struct cmd_list_element): Add field func.
11947 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11948 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11949 * cli/cli-decode.h: Ditto.
11950
11951 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11952 (help_all, help_cmd_list): Ditto.
11953 (find_cmd, complete_on_cmdlist): Ditto.
11954 * top.c (execute_command): Ditto.
11955
11956 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11957 function.sfunc.
11958
11959 * infcmd.c (notice_args_read): Fix function signature.
11960
11961 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11962 * cli/cli-decode.c (add_set_cmd): Ditto.
11963 * utils.c (initialize_utils): Ditto.
11964 * maint.c (_initialize_maint_cmds): Ditto.
11965 * infrun.c (_initialize_infrun): Ditto.
11966 * demangle.c (_initialize_demangler): Ditto.
11967 * remote.c (add_packet_config_cmd): Ditto.
11968 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11969 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11970 * proc-api.c (_initialize_proc_api): Ditto.
11971 * kod.c (_initialize_kod): Ditto.
11972 * valprint.c (_initialize_valprint): Ditto.
11973 * top.c (init_main): Ditto.
11974 * infcmd.c (_initialize_infcmd): Ditto.
11975 * corefile.c (_initialize_core): Ditto.
11976 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11977 * arch-utils.c (initialize_current_architecture): Ditto.
11978 (_initialize_gdbarch_utils): Ditto.
11979 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11980
11981 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11982 * wince.c (_initialize_inftarg): Ditto.
11983 * symfile.c (_initialize_symfile): Ditto.
11984 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11985 * language.c (_initialize_language): Ditto.
11986 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11987
11988 2002-02-04 Michael Snyder <msnyder@redhat.com>
11989
11990 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11991
11992 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11993
11994 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11995 Add rules for building the register data files.
11996
11997 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11998
11999 * regformats/regdat.sh: Add braces to the definition of
12000 expedite_regs_${arch}.
12001
12002 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12003
12004 * regformats/regdef.h (struct reg): Add comment describing the
12005 requirements for offset and size fields.
12006
12007 2002-02-04 Andreas Schwab <schwab@suse.de>
12008
12009 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
12010 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
12011
12012 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
12013
12014 * gdbarch.sh (copyright): Update years in generated header.
12015 (SMASH_TEXT_ADDRESS): Add rule.
12016 * gdbarch.h, gdbarch.c: Re-generate.
12017 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
12018 * dbxread.c: Likewise.
12019 * dwarfread.c: Likewise.
12020 * elfread.c: Likewise.
12021 * somread.c: Likewise.
12022
12023 * arm-tdep.c (arm_smash_text_address): New function.
12024 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
12025
12026 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12027
12028 Add support for hardware watchpoints on win32 native.
12029 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
12030 CONTEXT_DEBUG_REGISTERS.
12031 (dr variable): New variable. Static array containing a local copy
12032 of debug registers.
12033 (debug_registers_changed): New variable. Reflects when debug registers
12034 are changed and need to be written to inferior.
12035 (debug_registers_used): New variable. Reflects when any debug register
12036 was set, used when new threads are created.
12037 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
12038 i386-nat code.
12039 (thread_rec): Set dr array if id is the thread of current_event .
12040 (child_continue, child_resume): Change the debug registers for all
12041 threads if debug_registers_changed.
12042 (child_add_thread): Change the debug registers if debug_registers_used.
12043 * config/i386/cygwin.mh: Add use of i386-nat.o file.
12044 Link nm.h to new nm-cygwin.h file.
12045 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
12046 of hardware registers.
12047
12048 2002-02-03 Andrew Cagney <ac131313@redhat.com>
12049
12050 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
12051 Restore behavour broken by 2002-01-20 Andrew Cagney
12052 <ac131313@redhat.com> IEEE_FLOAT removal.
12053
12054 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12055
12056 * c-valprint.c (c_val_print): Pass a proper valaddr to
12057 cp_print_class_method.
12058 * valops.c (search_struct_method): If there is only one method
12059 and args is NULL, return that method.
12060
12061 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12062
12063 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
12064 accessing tag_name directly.
12065
12066 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12067
12068 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
12069 of accessing tag_name directly.
12070
12071 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12072
12073 PR gdb/280
12074 * gdbtypes.c (replace_type): New function.
12075 * gdbtypes.h (replace_type): Add prototype.
12076 * stabsread.c (read_type): Use replace_type.
12077
12078 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
12079
12080 * Makefile.in (memattr.o): Add missing dependencies rule.
12081
12082 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12083
12084 * breakpoint.c (break_at_finish_command): Really export.
12085 (break_at_finish_at_depth_command): Ditto.
12086 (tbreak_at_finish_command): Ditto.
12087 * hppa-tdep.c: Include completer.h.
12088 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
12089 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
12090
12091 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12092
12093 * utils.c (do_write): New function.
12094 (error_stream): Rewrite combining the code from error_begin and
12095 verror.
12096 (verror): Rewrite using error_stream.
12097 (error_begin): Delete function.
12098
12099 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12100
12101 * utils.c (error_begin): Make static.
12102 * defs.h (error_begin): Delete declaration.
12103
12104 * linespec.c (cplusplus_error): Replace cplusplus_hint.
12105 (decode_line_1): Use cplusplus_error instead of error_begin,
12106 cplusplus_hint and return_to_top_level.
12107 * coffread.c (coff_symfile_read): Use error instead of error_begin
12108 and return_to_top_level.
12109 * infrun.c (default_skip_permanent_breakpoint): Ditto.
12110
12111 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12112
12113 * language.h (type_error, range_error): Make string parameter
12114 constant.
12115 * language.c (warning_pre_print): Delete extern declaration.
12116 * dwarfread.c (warning_pre_print): Ditto.
12117 * language.c (type_error, range_error): Rewrite to use verror and
12118 vwarning instead of warning_begin.
12119
12120 2002-02-01 Michael Snyder <msnyder@redhat.com>
12121
12122 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
12123 (set_ignore_count): Move misplaced comment back where it belongs.
12124
12125 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12126
12127 * command.h (NO_FUNCTION): Delete macro.
12128 * cli/cli-decode.h (NO_FUNCTION): Ditto.
12129 * top.c (execute_command): Replace NO_FUNCTION with NULL.
12130 * tracepoint.c (_initialize_tracepoint): Ditto.
12131 * cli/cli-decode.c (add_set_cmd): Ditto.
12132 * cli/cli-cmds.c (init_cli_cmds): Ditto.
12133
12134 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12135
12136 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
12137 Update ``this'' pointer when calling virtual functions.
12138
12139 2002-02-01 Michael Snyder <msnyder@redhat.com>
12140
12141 * breakpoint.c (create_temp_exception_breakpoint): Delete.
12142 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
12143
12144 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12145
12146 * regformats/reg-arm.dat: New file.
12147 * regformats/reg-i386.dat: New file.
12148 * regformats/reg-ia64.dat: New file.
12149 * regformats/reg-m68k.dat: New file.
12150 * regformats/reg-mips.dat: New file.
12151 * regformats/reg-ppc.dat: New file.
12152 * regformats/reg-sh.dat: New file.
12153 * regformats/regdef.h: New file.
12154 * regformats/regdat.sh: New file.
12155
12156 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
12157
12158 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12159 (arm_frame_args_address, arm_frame_locals_address): New functions.
12160 (arm_frame_num_args): New function.
12161 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12162 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12163 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12164
12165 2002-01-31 Michael Snyder <msnyder@redhat.com>
12166
12167 * breakpoint.c (break_at_finish_command): Export.
12168 (break_at_finish_at_depth_command): Export.
12169 (tbreak_at_finish_command): Export.
12170 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
12171 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
12172 "txbreak" commands, which are HPPA specific.
12173
12174 * printcmd.c (disassemble_command): Remove an ancient
12175 artifact of an old merge.
12176
12177 * symfile.h (enum overlay_debugging_state):
12178 Define enum constant values for overlay mode.
12179 * symfile.c (overlay_debugging): Use enums instead of literals.
12180 (overlay_is_mapped, overlay_auto_command,
12181 overlay_manual_command): Ditto.
12182
12183 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12184 breakpoint_here_p, breakpoint_inserted_here_p,
12185 breakpoint_thread_match, bpstat_stop_status,
12186 describe_other_breakpoints, check_duplicates, clear_command):
12187 Coding standard fixes.
12188
12189 * target.c (target_xfer_memory): Add spaces, coding standard.
12190 (do_xfer_memory): Add missing line to trust-readonly
12191 code: check bfd SEC_READONLY flag for section.
12192
12193 2002-01-31 Andrew Cagney <ac131313@redhat.com>
12194
12195 * PROBLEMS: Fix typo, 5.1->5.1.1.
12196
12197 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12198
12199 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12200 data symbols, since we search based on textlow and texthigh.
12201 (find_pc_sect_symtab): Likewise.
12202
12203 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12204
12205 * defs.h (vwarning): Declare.
12206 * utils.c (vwarning): New function.
12207 (warning): Call vwarning.
12208 (warning_begin): Delete function.
12209
12210 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12211 the warning message.
12212 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12213 warning_begin.
12214
12215 2002-01-30 Michael Snyder <msnyder@redhat.com>
12216
12217 * NEWS: Mention "set trust-readonly-sections" command.
12218 Mention generate-core-file command.
12219
12220 2002-01-15 Michael Snyder <msnyder@redhat.com>
12221
12222 * target.c: New command, "set trust-readonly-sections on".
12223 (do_xfer_memory): Honor the suggestion to trust readonly sections
12224 by reading them from the object file instead of from the target.
12225 (initialize_targets): Register command "set trust-readonly-sections".
12226
12227 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12228
12229 * parse.c (target_map_name_to_register): Simplify, search regs and
12230 pseudo-regs using a single loop.
12231
12232 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12233
12234 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12235
12236 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
12237
12238 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12239 * config/i386/i386v42mp.mh: Add i387-nat.o .
12240 * i386v4-nat.c: Include i387-nat.h.
12241 (supply_fpregset): Use i387_supply_fsave.
12242 (fill_fpregset): Use i387_fill_fsave.
12243
12244 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
12245
12246 * arm-tdep.c (arm_call_dummy_words): Define.
12247 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12248 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12249 (CALL_DUMMY_WORDS): Define.
12250 (arm_call_dummy_words): Declare.
12251 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12252 (arm_linux_call_dummy_words): Declare.
12253
12254 2002-01-30 Andreas Schwab <schwab@suse.de>
12255
12256 * m68klinux-nat.c: Fix last change to use regcache_collect
12257 instead of referencing registers[] directly.
12258
12259 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12260
12261 * parse.c (target_map_name_to_register): Delete code wrapped in
12262 #ifdef REGISTER_NAME_ALIAS_HOOK.
12263
12264 2002-01-28 Michael Snyder <msnyder@redhat.com>
12265
12266 * regcache.c (legacy_read_register_gen): Need to be able to
12267 read pseudo-register as well as real register.
12268 (legacy_write_register_gen): Ditto.
12269
12270 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12271
12272 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12273 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12274 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12275 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12276 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12277 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12278 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12279 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12280 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12281 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12282 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12283 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12284 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12285 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12286 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12287 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12288 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12289 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12290 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12291 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12292
12293 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12294
12295 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12296 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12297 (initialize_current_architecture): Update target_byte_order using
12298 information from BFD.
12299 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12300 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12301
12302 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12303
12304 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12305 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12306
12307 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12308 #ifdef INVALID_FLOAT.
12309 * infcmd.c (do_registers_info): Ditto.
12310 * values.c (unpack_double): Ditto. Add comment.
12311
12312 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12313 already commented out.
12314
12315 2002-01-26 Andreas Schwab <schwab@suse.de>
12316
12317 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12318 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12319 registers and add support for PTRACE_GETREGS.
12320
12321 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12322
12323 GDB 5.1.1 released from 5.1 branch.
12324 * NEWS: Add 5.1.1 news.
12325 * README: Sync with 5.1 branch.
12326
12327 2002-01-23 Fred Fish <fnf@redhat.com>
12328
12329 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12330 stabstring on initial malloc. Reallocing will copy it for us,
12331 if necessary.
12332
12333 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12334
12335 * Makefile.in (hpread_h): Delete.
12336 (HFILES_NO_SRCDIR): Remove hpread.h.
12337 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12338 (hpread.o): Update dependencies.
12339 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12340
12341 * hp-psymtab-read.c: Remove file.
12342 * hp-symtab-read.c: Remove file.
12343 * hpread.h: Remove file.
12344
12345 * hpread.c: Merge all contents of hp-psymtab-read.c,
12346 hp-symtab-read.c and hpread.h into this file, as it was prior to
12347 January 1999.
12348
12349 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12350 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12351 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12352 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12353
12354 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12355
12356 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12357 fill_gregset): Call gdbarch_tdep() just once, assign result to
12358 variable and use that, instead of calling the function several
12359 times.
12360
12361 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12362
12363 * configure.host: Accept sparcv9 as alias for sparc64.
12364 * configure.tgt: Likewise.
12365
12366 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12367
12368 * solib-aix5.c (build_so_list_from_mapfile)
12369 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12370 arguments is not reversed.
12371 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12372 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12373
12374 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12375
12376 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12377 modified version of obsolete sh_fetch_pseudo_register.
12378 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12379 (sh4_register_read): New function.
12380 (sh_pseudo_register_write): New function. Renamed and modified
12381 version of obsolete sh_store_pseudo_register.
12382 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12383 (sh4_register_write): New function.
12384 (sh_gdbarch_init): Remove setting of gdbarch function
12385 fetch_pseudo_register and store_pseudo_register. Remove setting of
12386 register_convert_to_raw, register_convert_to_virtual,
12387 register_convertible.
12388 (sh_sh4_register_convertible): Delete. No longer needed. All is
12389 taken care by architecture specific functions
12390 register_read/register_write.
12391 (sh_sh4_register_convert_to_virtual): Make static.
12392 (sh_sh4_register_convert_to_raw): Ditto.
12393
12394 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12395
12396 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12397 (floatformat_is_nan, floatformat_mantissa): Ditto.
12398
12399 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12400 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12401 builtin_type_ieee_double_little,
12402 builtin_type_ieee_double_littlebyte_bigword,
12403 builtin_type_m68881_ext, builtin_type_i960_ext,
12404 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12405 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12406 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12407 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12408
12409 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12410
12411 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12412 parameter. Set frameless flag if it exists and depended of
12413 whether the scanned function is frameless or not.
12414 (xstormy16_skip_prologue): If function is frameless, return
12415 result of xstormy16_scan_prologue().
12416 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12417 call.
12418
12419 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12420
12421 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12422 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12423 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12424 sh_sh4_register_byte, sh_sh4_register_raw_size,
12425 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12426 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12427 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12428 sh_store_pseudo_register, sh_do_pseudo_register): Call
12429 gdbarch_tdep() just once, assign result to variable and use that,
12430 instead of calling the function several times.
12431
12432 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12433
12434 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12435 macros instead of LAST_FPU_CTRL_REGNUM.
12436 (store_register): Likewise.
12437
12438 2002-01-21 Jim Blandy <jimb@redhat.com>
12439
12440 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12441 is up-to-date before running the program, not just when a program
12442 exits.
12443
12444 2002-01-21 Fred Fish <fnf@redhat.com>
12445
12446 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12447 when we have found all instructions we are looking for.
12448
12449 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12450
12451 * arm-tdep.c (arm_register_name): New function.
12452 (arm_registers_names): Make static.
12453 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12454 (arm_register_name): Declare.
12455 (REGISTER_NAME): Use it.
12456
12457 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12458 Kevin Buettner <kevinb@redhat.com>
12459
12460 Convert arm targets to new FRAME interface.
12461 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12462 (arm_frame_find_save_regs): Delete.
12463 (arm_frame_init_saved_regs): New.
12464 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12465 Allocate extra_info as required. Convert all uses of fsr.regs
12466 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12467 to use extra_info.
12468 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12469 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12470 (check_prologue_cache, save_prologue_cache): Likewise.
12471 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12472 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12473 (FRAME_FIND_SAVED_REGS): Delete.
12474 (arm_frame_find_saved_regs): Delete prototype.
12475 (arm_frame_init_saved_regs): New prototype.
12476 (FRAME_INIT_SAVED_REGS): Define.
12477
12478 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12479
12480 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12481
12482 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12483
12484 From Jeff Law <law@redhat.com>:
12485 * infttrace.c: Include <sys/pstat.h>.
12486 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12487 exec file if the ttrace equivalent fails.
12488
12489 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12490
12491 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12492 (closeLogFile): Ditto.
12493
12494 2002-01-20 Michael Chastain <mec@shout.net>
12495
12496 * top.c (print_gdb_version): Bump copyright year to 2002.
12497
12498 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12499
12500 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12501 Zannoni and Eli Zaretskii.
12502
12503 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12504
12505 * buildsym.c: Update copyright years.
12506 * c-typeprint.c: Likewise.
12507 * dwarf2read.c: Likewise.
12508 * f-typeprint.c: Likewise.
12509 * gdbtypes.c: Likewise.
12510 * gdbtypes.h: Likewise.
12511 * hp-symtab-read.c: Likewise.
12512 * hpread.c: Likewise.
12513 * mdebugread.c: Likewise.
12514 * p-typeprint.c: Likewise.
12515
12516 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12517
12518 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12519 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12520 byte-order selectable.
12521 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12522 * arch-utils.c: Ditto.
12523 (set_endian): Ditto.
12524 (set_endian_from_file): Ditto.
12525 * gdbserver/low-sim.c (create_inferior): Ditto.
12526 * gdbarch.sh: Ditto.
12527 * gdbarch.h: Re-generate.
12528 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12529 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12530 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12531 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12532 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12533 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12534 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12535 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12536 macro definition.
12537 * config/mips/tm-wince.h: Remove #undef of macro
12538 TARGET_BYTE_ORDER_SELECTABLE.
12539 * config/sh/tm-wince.h: Ditto.
12540
12541 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12542
12543 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12544 member function fields. Add accessor macro
12545 TYPE_FN_FIELD_ARTIFICIAL.
12546 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12547 * c-typeprint.c (c_type_print_base): Skip artificial member
12548 functions.
12549
12550 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12551
12552 * f-typeprint.c: Delete unused function f_type_print_args.
12553 * p-typeprint.c: Delete unused function pascal_type_print_args.
12554
12555 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12556
12557 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12558 comment. Add ``artificial'' to ``union field_location''.
12559
12560 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12561
12562 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12563 * mdebugread.c (parse_symbol): Likewise.
12564 * stabsread.c (define_symbol): Likewise.
12565 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12566 initializing TYPE_FIELD_BITPOS to n (obsolete).
12567 (hpread_doc_function_type): Likewise.
12568 * hpread.c (hpread_function_type): Likewise.
12569
12570 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12571
12572 * configure.in (host_makefile_frag): Only require a host makefile
12573 fragment when a native build.
12574 * configure: Re-generate.
12575
12576 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12577
12578 * doublest.h (floatformat_from_type): Declare.
12579 * doublest.c (floatformat_from_type): New function.
12580 (convert_typed_floating): Use.
12581
12582 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12583 call to function floatformat_from_type.
12584
12585 * gdbarch.sh (IEEE_FLOAT): Delete.
12586 * gdbarch.h, gdbarch.c: Re-generate.
12587 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12588 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12589 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12590 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12591 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12592 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12593 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12594 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12595 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12596 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12597 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12598 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12599
12600 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12601 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12602 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12603 * sh-tdep.c (sh_gdbarch_init): Ditto.
12604 * mips-tdep.c (mips_gdbarch_init): Ditto.
12605 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12606 * cris-tdep.c (cris_gdbarch_init): Ditto.
12607
12608 2002-01-20 Jiri Smid <smid@suse.cz>
12609
12610 * configure.host, configure.tgt: Support x86-64.
12611 * NEWS: Note new target x86-64.
12612
12613 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12614 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12615 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12616 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12617 x86-64-linux-nat.o): Fix dependencies.
12618
12619 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12620
12621 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12622 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12623 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12624 * config/sparc/xm-sun4os4.h: Delete file.
12625 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12626
12627 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12628
12629 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12630 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12631 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12632 * config/i386/i386lynx.mh (XM_FILE): Delete.
12633 * config/rs6000/xm-rs6000ly.h: Delete file.
12634 * config/sparc/xm-sparclynx.h: Delete file.
12635 * config/m68k/xm-m68klynx.h: Delete file.
12636 * config/i386/xm-i386lynx.h: Delete file.
12637 * config/xm-lynx.h: Delete file.
12638 * config/djgpp/fnchange.lst: Update.
12639
12640 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12641
12642 * alpha-tdep.c (alpha_register_byte): New function.
12643 (alpha_register_raw_size): Ditto.
12644 (alpha_register_virtual_size): Ditto.
12645 (alpha_skip_prologue_internal): Renamed from
12646 alpha_skip_prologue.
12647 (alpha_skip_prologue): New version that calls
12648 alpha_skip_prologue_internal.
12649 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12650 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12651 second argument from alpha_skip_prologue.
12652 (REGISTER_BYTE): Use alpha_register_byte.
12653 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12654 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12655 (FRAMELESS_FUNCTION_INVOCATION): Use
12656 generic_frameless_function_invocation_not.
12657 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12658 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12659
12660 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12661
12662 * config/mips/xm-news-mips.h: Delete file.
12663 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12664
12665 * config/m88k/xm-m88k.h: Delete file.
12666 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12667 * config/m88k/xm-delta88v4.h: Ditto.
12668 * config/m88k/xm-delta88.h: Ditto.
12669
12670 * config/alpha/xm-fbsd.h: Delete file.
12671 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12672
12673 * config/sparc/xm-sparc.h: Delete file.
12674 * Makefile.in (xm-sun4os4.h): Delete dependency.
12675 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12676 * config/sparc/xm-sun4os4.h: Ditto.
12677 * config/sparc/xm-linux.h: Ditto.
12678
12679 * config/i386/xm-windows.h: Delete file.
12680
12681 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12682
12683 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12684 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12685
12686 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12687
12688 * alpha-tdep.c (alpha_call_dummy_words): New.
12689 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12690 (CALL_DUMMY_P): Define.
12691 (CALL_DUMMY_WORDS): Define.
12692 (SIZEOF_CALL_DUMMY_WORDS): Define.
12693
12694 2002-01-19 Per Bothner <per@bothner.com>
12695
12696 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12697 isn't NULL, which can happen with some gcj-3.x-produced code.
12698
12699 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12700
12701 * alpha-tdep.c (alpha_register_virtual_type): New function.
12702 (alpha_init_frame_pc_first): Ditto.
12703 (alpha_fix_call_dummy): Ditto.
12704 (alpha_store_struct_return): Ditto.
12705 (alpha_extract_struct_value_address): Ditto.
12706 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12707 alpha_register_virtual_type.
12708 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12709 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12710 alpha_extract_struct_value_address.
12711 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12712 (INIT_FRAME_PC): Use init_frame_pc_noop.
12713 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12714
12715 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12716
12717 * i386gnu-nat.c: Include "i386-tdep.h".
12718 (fetch_fpregs): Simplify code dealing with uninitialized floating
12719 point states such that it doesn't require FP7_REGNUM.
12720
12721 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12722
12723 * alpha-tdep.c (frame_extra_info): New.
12724 (alpha_find_saved_regs): Make static. Use
12725 frame->extra_info.
12726 (alpha_frame_init_saved_regs): New function.
12727 (alpha_frame_saved_pc): Use frame->extra_info.
12728 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12729 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12730 (init_extra_frame_info): Rename to...
12731 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12732 (alpha_print_extra_frame_info): New function.
12733 (alpha_frame_locals_address): Ditto.
12734 (alpha_frame_args_address): Ditto.
12735 (alpha_pop_frame): Use frame->extra_info.
12736 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12737 alpha_frame_args_address.
12738 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12739 (alpha_find_saved_regs): Remove prototype.
12740 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12741 (EXTRA_FRAME_INFO): Remove.
12742 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12743 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12744
12745 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12746
12747 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12748 (alpha_cannot_fetch_register): Ditto.
12749 (alpha_cannot_store_register): Ditto.
12750 (alpha_register_convertible): Ditto.
12751 (alpha_use_struct_convention): Ditto.
12752 * config/alpha/tm-alpha.h: Update copyright years.
12753 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12754 (INNER_THAN): Use core_addr_lessthan.
12755 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12756 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12757 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12758 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12759 (FRAME_CHAIN): Remove unnecessary cast.
12760
12761 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12762
12763 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12764 obsolete.
12765
12766 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12767
12768 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12769 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12770 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12771 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12772 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12773 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12774 * x86-64-linux-nat.c: Ditto.
12775
12776 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12777
12778 * alpha-tdep.c (alpha_register_name): New function.
12779 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12780 (REGISTER_NAME): Define.
12781
12782 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12783
12784 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12785
12786 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12787
12788 * alpha-tdep.c: Update copyright years.
12789 (alpha_next_pc): New function.
12790 (alpha_software_single_step): Ditto.
12791 * config/alpha/tm-alpha.h: Add prototype for
12792 alpha_software_single_step.
12793
12794 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12795
12796 * alphabsd-nat.c: Update copyright years.
12797 (fill_gregset): Use regcache_collect.
12798 (fill_fpregset): Likewise.
12799 (fetch_inferior_registers): Only fetch integer registers
12800 if requested to do so.
12801 (store_inferior_registers): Only store integer registers
12802 if requested to do so.
12803
12804 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12805
12806 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12807 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12808 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12809 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12810 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12811 * config/arm/linux.mh (XDEPFILES): Delete.
12812 * config/arm/nbsd.mh (XDEPFILES): Delete.
12813 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12814 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12815 * config/i386/i386m3.mh (XDEPFILES): Delete.
12816 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12817 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12818 * config/i386/fbsd.mh (XDEPFILES): Delete.
12819 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12820 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12821 * config/i386/i386v4.mh (XDEPFILES): Delete.
12822 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12823 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12824 * config/i386/i386aix.mh (XDEPFILES): Delete.
12825 * config/i386/go32.mh (XDEPFILES): Delete.
12826 * config/i386/cygwin.mh (XDEPFILES): Delete.
12827 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12828 * config/i386/i386mach.mh (XDEPFILES): Delete.
12829 * config/i386/i386v32.mh (XDEPFILES): Delete.
12830 * config/i386/linux.mh (XDEPFILES): Delete.
12831 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12832 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12833 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12834 * config/i386/i386sco.mh (XDEPFILES): Delete.
12835 * config/i386/i386v.mh (XDEPFILES): Delete.
12836 * config/i386/nbsd.mh (XDEPFILES): Delete.
12837 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12838 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12839 * config/i386/symmetry.mh (XDEPFILES): Delete.
12840 * config/i386/obsd.mh (XDEPFILES): Delete.
12841 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12842 * config/ia64/linux.mh (XDEPFILES): Delete.
12843 * config/ia64/aix.mh (XDEPFILES): Delete.
12844 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12845 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12846 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12847 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12848 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12849 * config/m68k/linux.mh (XDEPFILES): Delete.
12850 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12851 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12852 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12853 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12854 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12855 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12856 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12857 * config/m88k/delta88.mh (XDEPFILES): Delete.
12858 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12859 * config/m88k/m88k.mh (XDEPFILES): Delete.
12860 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12861 * config/mips/linux.mh (XDEPFILES): Delete.
12862 * config/mips/irix6.mh (XDEPFILES): Delete.
12863 * config/mips/irix5.mh (XDEPFILES): Delete.
12864 * config/mips/irix4.mh (XDEPFILES): Delete.
12865 * config/mips/irix3.mh (XDEPFILES): Delete.
12866 * config/mips/decstation.mh (XDEPFILES): Delete.
12867 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12868 (NATDEPFILES): Move core-aout.o to here.
12869 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12870 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12871 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12872 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12873 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12874 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12875 * config/pa/hpux11.mh (XDEPFILES): Delete.
12876 * config/powerpc/aix.mh (XDEPFILES): Delete.
12877 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12878 * config/powerpc/linux.mh (XDEPFILES): Delete.
12879 * config/romp/rtbsd.mh: Rename XDEPFILES.
12880 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12881 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12882 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12883 * config/s390/s390.mh (XDEPFILES): Delete.
12884 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12885 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12886 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12887 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12888 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12889 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12890 * config/sparc/linux.mh (XDEPFILES): Delete.
12891 * config/vax/vaxult.mh (XDEPFILES): Delete.
12892 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12893 * Makefile.in (DEPFILES): Remove XDEPFILES.
12894
12895 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12896
12897 * utils.c (internal_verror): Fix comments, default is yes not no.
12898 Update queries to match. Default to quit and dump core.
12899
12900 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12901
12902 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12903 copyright.
12904 * defs.h, event-top.c, gdbcmd.h: Ditto.
12905 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12906 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12907 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12908 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12909 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12910 * mi/mi-main.c:Ditto.
12911
12912 * stack.c, symfile.c: Update copyright.
12913
12914 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12915
12916 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12917 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12918 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12919 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12920
12921 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12922
12923 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12924 * gdbserver/low-lynx.c (myattach): Likewise.
12925 * gdbserver/low-nbsd.c (myattach): Likewise.
12926 * gdbserver/low-sim.c (myattach): Likewise.
12927 * gdbserver/low-sparc.c (myattach): Likewise.
12928 * gdbserver/low-sun3.c (myattach): Likewise.
12929
12930 * gdbserver/low-linux.c (myattach): New function.
12931
12932 * gdbserver/server.c (attach_inferior): New function.
12933 (main): Handle "--attach".
12934
12935 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12936
12937 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12938 maintainer.
12939
12940 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12941
12942 * c-typeprint.c (is_type_conversion_operator): Add additional
12943 check for non-conversion operators.
12944
12945 2002-01-15 Michael Snyder <msnyder@redhat.com>
12946
12947 * linux-proc.c: Add "info proc" command, a la procfs.c.
12948 (read_mapping): New function, abstract and re-use code.
12949 (linux_find_memory_regions): Use new func read_mapping.
12950 (linux_info_proc_cmd): New function, implement "info proc".
12951 (_initialize_linux_proc): Add new command "info proc".
12952
12953 2002-01-15 Michael Snyder <msnyder@redhat.com>
12954
12955 * symfile.c (generic_load): Use bfd_map_over_sections method
12956 instead of manipulating bfd structure members directly.
12957 (add_section_size_callback): New function, bfd sections callback
12958 used by generic_load.
12959 (load_sections_callback): New function, bfd sections callback
12960 used by generic_load.
12961
12962 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12963
12964 [Based on work by Jim Blandy]
12965 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12966 (builtin_type_vec128): Export.
12967 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12968 types.
12969 (builtin_type_vec128): New builtin type for 128 bit vector
12970 registers.
12971 (build_gdbtypes): Initialize builtin_type_v16qi and
12972 builtin_type_v8hi. Create the vec128 register builtin type
12973 structure.
12974 (build_builtin_type_vec128): New function.
12975 (_initialize_gdbtypes): Register builtin_type_v16qi and
12976 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12977 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12978 AltiVec register to new builtin type.
12979
12980 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12981
12982 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12983 to make_cv_type.
12984
12985 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12986
12987 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12988 CLEAN_UP_REGISTER_VALUE.
12989 * regcache.c (supply_register): Update only call.
12990
12991 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12992
12993 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12994 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12995 a29k-*-vxworks* targets as obsolete.
12996
12997 2002-01-14 Michael Snyder <msnyder@redhat.com>
12998
12999 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
13000 until we can resolve portability issues.
13001 * gregset.h: Remove references to fpxregs.
13002 * gcore.c (gcore_command): Initialize note_sec to NULL.
13003
13004 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13005
13006 * signals.c (target_signal_to_name): Rewrite. Only use
13007 signals[].name when in bounds and non-NULL.
13008
13009 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13010
13011 From Petr Ledvina <ledvinap@kae.zcu.cz>:
13012 * signals.c (target_signal_to_name): Verify that SIG is within the
13013 bounds of the signals array.
13014
13015 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13016
13017 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
13018
13019 2002-01-13 Keith Seitz <keiths@redhat.com>
13020
13021 * stack.c (print_frame_info_base): Print the frame's pc
13022 only if when print_frame_info_listing_hook is not defined.
13023
13024 2002-01-13 Keith Seitz <keiths@redhat.com>
13025
13026 * varobj.c (varobj_set_value): Make sure that there were no
13027 errors evaluating the object before attempting to set its
13028 value.
13029 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
13030 so this offset adjustment is no longer necessary.
13031 (create_child): Don't set the error flag if the child is
13032 a CPLUS_FAKE_CHILD.
13033 (value_of_child): If value_fetch_lazy fails, return NULL
13034 so that callers will be notified that an error occurred.
13035 (c_value_of_variable): Delay check of variable's validity
13036 until later. We actually want all structs and unions to have
13037 the value "{...}".
13038 Do not return "???" for variables which could not be evaluated.
13039 This error condition must be returned to the caller so that it
13040 can get the error condition from gdb.
13041 (cplus_name_of_child): Adjust index for vptr before figuring
13042 out the name of the child.
13043 (cplus_value_of_child): If a child's (real) parent is not valid,
13044 don't even bother trying to give a value for it. Just return
13045 an error. Change all instances in this function.
13046 (cplus_type_of_child): If our parent is one of the "fake"
13047 parents, we need to get at the type of the real parent, and
13048 derive the child's true type using this information.
13049
13050 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13051
13052 From 2002-01-09 John Marshall <johnm@falch.net>:
13053 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
13054 sources.redhat.com, and tweak some related URLs which had
13055 suffered from linkrot.
13056
13057 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13058
13059 From Jeff law:
13060 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
13061 structures passed in registers.
13062
13063 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
13064
13065 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
13066 white space which prevented compilation. Reported by DSK
13067 <dsk@student.unsw.edu.au>.
13068
13069 2002-01-11 Michael Snyder <msnyder@redhat.com>
13070
13071 * symfile.c (build_section_addr_info_from_section_tab):
13072 Use bfd access method instead of manipulating bfd directly.
13073 (syms_from_objfile): Ditto.
13074 (simple_overlay_update_1): Ditto.
13075 (simple_overlay_update): Ditto.
13076 (generic_load): Ditto.
13077 (overlay_unmapped_address): FIXME comment, bfd access methods.
13078 (sections_overlap): FIXME comment, bfd access methods.
13079 (pc_in_mapped_range): FIXME comment, bfd access methods.
13080 (pc_in_unmapped_range): FIXME comment, bfd access methods.
13081 (section_is_mapped): FIXME comment, bfd access methods.
13082 (section_is_overlay): FIXME comment, bfd access methods.
13083
13084 * symfile.c (generic_load): Whitespace and long line cleanups.
13085 Remove duplicate variable, change several local variables to
13086 more appropriate data types.
13087 (print_transfer_performance): Use %lu instead of %ld for ulongs.
13088
13089 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13090
13091 From Peter Schauer:
13092 * language.c (longest_local_hex_string_custom): Use phex_nz to
13093 convert NUM to a hex string.
13094
13095 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
13096
13097 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
13098 the function.
13099 Update Copyright year.
13100
13101 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13102
13103 * language.c (longest_raw_hex_string): Delete unused function.
13104
13105 2002-01-11 Petr Sorfa <petrs@caldera.com>
13106
13107 * MAINTAINERS (write-after-approval): Add myself.
13108 * dwarf2read.c (read_tag_string_type): Handling of
13109 DW_AT_byte_size.
13110 (read_tag_string_type): FORTRAN fix to prevent propagation of
13111 first string size.
13112 (set_cu_language): Handling of DW_LANG_Fortran95
13113
13114 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
13115
13116 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
13117 GETPID(inferior_ptid).
13118 (store_inferior_registers): Likewise.
13119
13120 2002-01-10 Jason Merrill <jason@redhat.com>
13121
13122 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
13123 Fix DW_OP_minus.
13124
13125 2002-01-10 Andrew Cagney <ac131313@redhat.com>
13126
13127 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
13128 and bfd/elf32-sh-nbsd.c.
13129
13130 2002-01-10 Michael Snyder <msnyder@redhat.com>
13131
13132 * NEWS: Mention --pid and corefile/proc-id behavior change.
13133
13134 * Makefile.in: Add rules for gcore.o and linux-proc.o.
13135 * gcore.c: Include cli/cli-decode.h instead of command.h.
13136
13137 * main.c (captured_main): Add new command line option "--pid".
13138 If the second command line argument (following the symbol-file)
13139 begins with a digit, try to attach to it before trying to open
13140 it as a corefile.
13141 (print_gdb_help): Document the "--pid" argument.
13142
13143 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13144
13145 * completer.c (command_completer): New function.
13146
13147 * completer.h <command_completer>: Add prototype.
13148
13149 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
13150 completer for the "help" command.
13151
13152 2002-01-09 Jason Merrill <jason@redhat.com>
13153
13154 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
13155
13156 2002-01-09 Michael Snyder <msnyder@redhat.com>
13157
13158 * i386-linux-nat.c (fill_fpxregset): Make global.
13159 (store_fpxregset): Ditto.
13160
13161 * gregset.h (gdb_fpxregset_t): Define.
13162 (supply_fpxregset): Prototype.
13163 (fill_fpxregset): Prototype.
13164
13165 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13166
13167 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13168
13169 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13170 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13171 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13172
13173 2002-01-09 Andrew Cagney <ac131313@redhat.com>
13174
13175 * MAINTAINERS: Update target maintainer rules so that any
13176 Maintainer can approve a tested patch for a maintenance-only
13177 target.
13178
13179 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13180
13181 * MAINTAINERS (write-after-approval): Add myself.
13182
13183 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
13184 IN_SIGTRAMP.
13185
13186 2002-01-08 Michael Snyder <msnyder@redhat.com>
13187
13188 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13189 real name of the executable, rather than the /proc name.
13190
13191 2002-01-03 Michael Snyder <msnyder@redhat.com>
13192
13193 Implement a "generate-core-file" command in gdb, save target state.
13194 * gcore.c: New file. Implement new command 'generate-core-file'.
13195 Save a corefile image of the current state of the inferior.
13196 * linux-proc.c: Add linux-specific code for saving corefiles.
13197 * target.h (struct target_ops): Add new target vectors for saving
13198 corefiles; to_find_memory_regions and to_make_corefile_notes.
13199 (target_find_memory_regions): New macro.
13200 (target_make_corefile_notes): New macro.
13201 * target.c (update_current_target): Inherit new target methods.
13202 (dummy_find_memory_regions): New place-holder method.
13203 (dummy_make_corefile_notes): New place-holder method.
13204 (init_dummy_target): Initialize new dummy target vectors.
13205 * exec.c (exec_set_find_memory_regions): New function.
13206 Allow the exec_ops vector for memory regions to be taken over.
13207 (exec_make_note_section): New function, target vector method.
13208 * defs.h (exec_set_find_memory_regions): Export prototype.
13209 * procfs.c (proc_find_memory_regions): New function, corefile method.
13210 (procfs_make_note_section): New function, corefile method.
13211 (init_procfs_ops): Set new target vector pointers.
13212 (find_memory_regions_callback): New function.
13213 (procfs_do_thread_registers): New function.
13214 (procfs_corefile_thread_callback): New function.
13215 * sol-thread.c (sol_find_memory_regions): New function.
13216 (sol_make_note_section): New function.
13217 (init_sol_thread_ops): Initialize new target vectors.
13218 * inftarg.c (inftarg_set_find_memory_regions): New function.
13219 Allow to_find_memory_regions vector to be taken over.
13220 (inftarg_set_make_corefile_notes): New function.
13221 Allow to_make_corefile_notes vector to be taken over.
13222 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13223 interface layer if not target_has_execution (may be a corefile).
13224 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13225 * config/sparc/sun4sol2.mh: Ditto.
13226 * config/alpha/alpha-linux.mh: Ditto.
13227 * config/arm/linux.mh: Ditto.
13228 * config/i386/x86-64linux.mh: Ditto.
13229 * config/ia64/linux.mh: Ditto.
13230 * config/m68k/linux.mh: Ditto.
13231 * config/mips/linux.mh: Ditto.
13232 * config/powerpc/linux.mh: Ditto.
13233 * config/sparc/linux.mh: Ditto.
13234
13235 2002-01-07 Michael Snyder <msnyder@redhat.com>
13236
13237 * arm-linux-nat.c: Remove references to regcache.c internal data
13238 (registers[] and register_valid[]).
13239
13240 2002-01-07 Michael Snyder <msnyder@redhat.com>
13241
13242 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13243 so that attaching to a pid will automatically read the process's
13244 symbol file and shlibs.
13245 * Makefile.in: Add rule for linux-proc.o.
13246 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13247 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13248 * config/arm/linux.mh: Ditto.
13249 * config/i386/linux.mh: Ditto.
13250 * config/i386/x86-64linux.mh: Ditto.
13251 * config/ia64/linux.mh: Ditto.
13252 * config/m68k/linux.mh: Ditto.
13253 * config/mips/linux.mh: Ditto.
13254 * config/powerpc/linux.mh: Ditto.
13255 * config/sparc/linux.mh: Ditto.
13256
13257 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13258
13259 * win32-nat.c: Add i386-tdep.h dependency.
13260
13261 2002-01-07 Michael Snyder <msnyder@redhat.com>
13262
13263 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13264 instead of bfd_get_arch_size. Don't bail out just because
13265 there's no exec_bfd.
13266
13267 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13268 * p-valprint.c (pascal_object_print_value): Ditto.
13269 * somread.c (som_symtab_read): Ditto.
13270 * symfile.c (simple_free_overlay_region_table): Ditto.
13271 * valops.c (value_assign): Ditto.
13272
13273 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13274 use tilde_expand and strerror for opening save-tracepoints file.
13275
13276 * thread-db.c (thread_db_new_objfile): Indendation fix.
13277
13278 * infptrace.c (GDB_MAX_ALLOCA): New define.
13279 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13280 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13281 can be overridden with whatever value is appropriate to the host).
13282 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13283 alloca to allocate potentially large buffer.
13284 * rs6000-nat.c (child_xfer_memory): Ditto.
13285 * symm-nat.c (child_xfer_memory): Ditto.
13286 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13287
13288 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13289
13290 From Nick Clifton <nickc@redhat.com>
13291 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13292
13293 2002-01-07 Michael Snyder <msnyder@redhat.com>
13294
13295 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13296 Don't use exec_bfd if it's NULL.
13297
13298 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13299
13300 * valops.c (value_arg_coerce): Fix formatting.
13301
13302 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13303
13304 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13305 * gnu-nat.c: Ditto.
13306
13307 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13308
13309 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13310 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13311 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13312 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13313 z8k-coff have not been multi-arched. Update z8k-coff build
13314 status.
13315
13316 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13317
13318 * MAINTAINERS: Mark a29k target as obsolete.
13319 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13320 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13321 comments.
13322 * NEWS: Note that a29k targets are obsolete.
13323 * a29k-tdep.c: Mark as obsolete.
13324 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13325 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13326 a29k-*-vxworks* targets as obsolete.
13327 * remote-adapt.c: Obsolete.
13328 * remote-eb.c: Obsolete.
13329 * remote-mm.c: Obsolete.
13330 * remote-udi.c: Obsolete.
13331 * config/a29k/a29k-udi.mt: Obsolete.
13332 * config/a29k/a29k.mt: Obsolete.
13333 * config/a29k/tm-a29k.h: Obsolete.
13334 * config/a29k/tm-vx29k.h: Obsolete.
13335 * config/a29k/vx29k.mt: Obsolete.
13336
13337 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13338
13339 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13340 with BFD_ENDIAN_BIG.
13341
13342 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13343
13344 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13345 * configure, config.in: Re-generate.
13346 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13347 * defs.h: Do not include <endian.h>.
13348
13349 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13350
13351 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13352 * config.in: Regenerate.
13353 * configure.in: Update copyright years.
13354 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13355 * configure: Regenerate.
13356 * i386bsd-nat.c: Update copyright years.
13357 (fill_gregset): Use regcache_collect.
13358 (fetch_inferior_registers): Only fetch integer registers
13359 if requested to do so. Add support for XMM registers
13360 using PT_GETXMMREGS.
13361 (store_inferior_registers): Only store integer registers
13362 if requested to do so. Add support for XMM registers
13363 using PT_SETXMMREGS.
13364 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13365 (store_inferior_registers): Remove.
13366 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13367 (fetch_elfcore_registers): New function.
13368 (i386nbsd_elfcore_fns): New.
13369 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13370 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13371 i386bsd-nat.o.
13372 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13373 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13374 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13375 * config/i386/tm-nbsd.h: Update copyright years.
13376 (HAVE_SSE_REGS): Define.
13377 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13378 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13379 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13380 (SIGCONTEXT_PC_OFFSET): Remove.
13381 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13382
13383 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13384
13385 * configure.tgt: Remove powerpc-*-macos* target.
13386 * config/m68k/xm-mpw.h: Delete file.
13387 * config/xm-mpw.h: Delete file.
13388 * ser-mac.c: Delete file.
13389 * mpw-make.sed: Delete file.
13390 * mpw-config.in: Delete file.
13391 * mac-xdep.c: Delete file.
13392 * mac-gdb.r: Delete file.
13393 * mac-defs.h: Delete file.
13394 * mac-nat.c: Delete file.
13395 * config/powerpc/macos.mh: Delete file.
13396 * config/powerpc/macos.mt: Delete file.
13397 * config/powerpc/nm-macos.h: Delete file.
13398 * config/powerpc/tm-macos.h: Delete file.
13399 * source.c (openp, open_source_file): Remove obsolete code.
13400 * top.c (gdb_readline): Ditto.
13401 * utils.c (query): Ditto.
13402 * event-top.c (display_gdb_prompt): Ditto.
13403 * Makefile.in (ser-mac.o): Delete obsolete target.
13404 * NEWS: Update.
13405
13406 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13407
13408 * defs.h (BIG_ENDIAN): Delete macro definition.
13409 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13410 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13411 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13412 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13413 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13414 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13415 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13416 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13417 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13418 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13419 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13420 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13421 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13422 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13423 * gdbarch.c: Re-generate.
13424
13425 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13426
13427 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13428 for core files.
13429
13430 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13431
13432 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13433
13434 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13435
13436 * value.h (value_ptr): Delete typedef.
13437
13438 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13439
13440 * i386nbsd-nat.c: Update copyright years.
13441 Include i386-tdep.h.
13442
13443 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13444
13445 * stabsread.c: Update copyright years.
13446
13447 From Debashis Mahata <debashis.mahata@wipro.com>:
13448 (read_struct_fields): Deal with Sun C compiler erroneous stab
13449 output for structs and unions.
13450 Fix PR gdb/269.
13451
13452 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13453
13454 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13455 prototype.
13456
13457 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13458
13459 * cp-abi.c: Fix whitespace.
13460 (baseclass_offset): New wrapper function.
13461 * cp-abi.h (baseclass_offset): Add prototype.
13462 (struct cp_abi_ops): Add baseclass_offset pointer.
13463
13464 * valops.c (vb_match): Move to...
13465 * gnu-v2-abi.c (vb_match): here.
13466 * valops.c (baseclass_offset): Move to...
13467 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13468
13469 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13470
13471 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13472 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13473 * hpacc-abi.c (init_hpacc_ops): Likewise.
13474
13475 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13476
13477 * valops.c (find_overload_match): Accept obj as a
13478 reference parameter. Update it before returning.
13479 * value.h (find_overload_match): Update prototype.
13480 * eval.c (evaluate_subexp_standard): Pass object to
13481 find_overload_match by reference.
13482
13483 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13484
13485 * valarith.c: Replace value_ptr with struct value pointer. Remove
13486 register attribute from value declarations.
13487 * valops.c: Ditto.
13488 * value.h: Ditto.
13489 * scm-lang.c (scm_lookup_name): Ditto.
13490
13491 2002-01-03 Michael Snyder <msnyder@redhat.com>
13492
13493 Abstract the functionality of iterating over mapped memory
13494 regions into a general purpose iterator function.
13495 * procfs.c (iterate_over_mappings): New function, general purpose
13496 iterator for memory sections.
13497 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13498 (solib_mappings_callback): New function, callback for above.
13499 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13500 (info_mappings_callback): New function, callback for above.
13501
13502 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13503
13504 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13505
13506 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13507 * i386-tdep.c: Include "elf-bfd.h".
13508 (process_note_abi_tag_sections): New function.
13509 (i386_gdbarch_init): Add code to recognize various OS/ABI
13510 combinations.
13511
13512 * maint.c (_initialize_maint_cmds): Add missing \ in
13513 string-literal.
13514
13515 For older changes see ChangeLog-2001
13516 \f
13517 Local Variables:
13518 mode: change-log
13519 left-margin: 8
13520 fill-column: 74
13521 version-control: never
13522 End:
This page took 0.396161 seconds and 5 git commands to generate.