2002-11-25 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-11-25 Andrew Cagney <ac131313@redhat.com>
2
3 * MAINTAINERS: Mark h8500 as broken. Breakage occured Fri Nov 5
4 16:32:04 1999 Andrew Cagney <cagney@b1.cygnus.com>.
5
6 2002-11-25 Jim Blandy <jimb@redhat.com>
7
8 * symfile.c (init_objfile_sect_indices): New function.
9 (default_symfile_offsets): Move the section-index-initializing
10 stuff into init_objfile_sect_indices, and call that.
11
12 * symtab.h (SIZEOF_N_SECTION_OFFSETS): New macro.
13 (SIZEOF_SECTION_OFFSETS): Use SIZEOF_N_SECTION_OFFSETS.
14
15 * symfile.c (syms_from_objfile): Adjust indentation.
16
17 * symfile.c (symbol_file_add): Flush gdb_stdout even if from_tty
18 || info_verbose isn't true.
19
20 2002-11-24 Andrew Cagney <ac131313@redhat.com>
21
22 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Change
23 default to get_frame_base.
24 * gdbarch.h, gdbarch.c: Regenerate.
25 * arch-utils.c (default_frame_address): Delete function.
26 * arch-utils.h (default_frame_address): Delete declaration
27
28 2002-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
29
30 * varobj.c (find_frame_addr_in_frame_chain):
31 Use get_frame_base instead of FRAME_FP,
32 obvious fix.
33
34 2002-11-19 Andrew Cagney <ac131313@redhat.com>
35
36 * frame.h (FRAME_FP): Delete macro.
37 (get_frame_base): New function declaration.
38 * frame.c (get_frame_base): New function.
39 (get_frame_id): Use ->frame.
40 (frame_find_by_id): Rewrite to use get_frame_id.
41 * blockframe.c: Use get_frame_base instead of FRAME_FP.
42 * cris-tdep.c, d10v-tdep.c, findvar.c, h8500-tdep.c: Ditto.
43 * hppa-tdep.c, i386-tdep.c, infcmd.c, infrun.c: Ditto.
44 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
45 * mn10200-tdep.c, mn10300-tdep.c, rs6000-tdep.c: Ditto.
46 * sh-tdep.c, sparc-tdep.c, stack.c, tracepoint.c: Ditto.
47 * v850-tdep.c, valops.c, z8k-tdep.c: Ditto.
48
49 2002-11-24 Andrew Cagney <ac131313@redhat.com>
50
51 * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
52
53 2002-11-24 Andrew Cagney <ac131313@redhat.com>
54
55 * frame.c (set_unwind_by_pc): Revert change below, use
56 PC_IN_CALL_DUMMY.
57 (get_prev_frame): Ditto.
58
59 2002-11-24 Andrew Cagney <ac131313@redhat.com>
60
61 * dummy-frame.c (pc_in_dummy_frame): New function.
62 (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
63 (find_dummy_frame): Update comment.
64 (generic_pop_current_frame): Use get_frame_type.
65 * dummy-frame.h (pc_in_dummy_frame): Declare.
66 * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
67 (create_new_frame): Use pc_in_dummy_frame.
68 (get_prev_frame): Use pc_in_dummy_frame.
69 (frame_saved_regs_register_unwind): Use get_prev_frame.
70 (deprecated_generic_get_saved_register): Use get_prev_frame.
71
72 2002-11-23 Andrew Cagney <ac131313@redhat.com>
73
74 * blockframe.c (find_frame_addr_in_frame_chain): Move function
75 from here ...
76 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
77 (varobj_create): Note that frame ID should be used.
78 * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
79
80 2002-11-23 Andrew Cagney <ac131313@redhat.com>
81
82 * breakpoint.c: Include "gdb_assert.h".
83 (deprecated_frame_in_dummy): Assert that generic dummy frames are
84 not being used.
85 * Makefile.in (breakpoint.o): Update dependencies.
86 * ada-lang.c (find_printable_frame): Use get_frame_type instead of
87 deprecated_frame_in_dummy.
88 * stack.c (print_frame_info_base): Ditto.
89 (frame_info): Ditto.
90 (print_frame_info_base): Ditto. Delete dead code.
91
92 2002-11-23 Andreas Schwab <schwab@suse.de>
93
94 * Makefile.in (m68k_tdep_h): Define.
95 (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
96 (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
97 * m68k-tdep.c: Move register number enum ...
98 * m68k-tdep.h: ... to this new file and rename the constants from
99 E_* to M68K_*. All uses changed.
100 * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
101 * abug-rom.c: Include "m68k-tdep.h". Use
102 M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
103 * cpu32bug-rom.c: Likewise.
104 * dbug-rom.c: Likewise.
105 * m68k-tdep.c: Likewise.
106 * m68klinux-nat.c: Likewise.
107 * remote-est.c: Likewise.
108 * rom68k-rom.c: Likewise.
109 * config/m68k/tm-linux.h: Likewise.
110
111 2002-11-23 Andrew Cagney <ac131313@redhat.com>
112
113 * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
114 dummy frame initialization code.
115 * mips-tdep.c (mips_gdbarch_init): Ditto.
116
117 2002-11-22 Christopher Faylor <cgf@redhat.com>
118
119 * win32-nat.c (child_attach): Reset saw_create counter or subsequent
120 attach will hang.
121
122 2002-11-22 Andrew Cagney <ac131313@redhat.com>
123
124 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
125 to default_frame_address.
126 * gdbarch.h, gdbarch.c: Re-generate.
127
128 * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
129 or frame_locals_address to default_frame_address.
130 * m68k-tdep.c (m68k_gdbarch_init): Update.
131 * i386-tdep.c (i386_gdbarch_init): Update.
132 * frv-tdep.c (frv_gdbarch_init): Update.
133 * sh-tdep.c (sh_gdbarch_init): Update.
134 * v850-tdep.c (v850_gdbarch_init): Update.
135 * sparc-tdep.c (sparc_gdbarch_init): Update.
136 * mips-tdep.c (mips_gdbarch_init): Update.
137 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
138 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
139 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
140
141 * cris-tdep.c (cris_frame_args_address): Delete function.
142 (cris_frame_locals_address): Delete function.
143 (cris_gdbarch_init): Do not set frame_args_address or
144 frame_locals_address.
145
146 2002-11-22 Michael Snyder <msnyder@redhat.com>
147
148 * thread-db.c (thread_db_load): Tell the user what's going on
149 if dlopen fails on libthread_db.
150
151 2002-11-23 Andreas Schwab <schwab@suse.de>
152
153 * m68k-tdep.c (m68k_register_virtual_type): Use architecture
154 invariant return values.
155
156 2002-11-22 Andreas Schwab <schwab@suse.de>
157
158 * valops.c (value_slice): Move declaration of `offset' to avoid
159 warning.
160
161 2002-11-22 Christopher Faylor <cgf@redhat.com>
162
163 * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
164 (struct so_stuff): Add end_addr field.
165 (register_loaded_dll): Calculate and store end address of loaded dll.
166 (solib_address): New function.
167 (child_solib_loaded_library_pathname): Pass carefully constructed
168 section info to safe_symbol_file_add rather than ignoring it.
169 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
170 DLL is loaded.
171 (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
172 (child_create_inferior): Fix a compiler warning.
173 * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
174 (solib_address): Declare new function.
175
176 2002-11-22 Andreas Schwab <schwab@suse.de>
177
178 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
179 and FPS registers.
180
181 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
182
183 * maint.c (_initialize_maint_cmds): Fix typo. From
184 Francesco Potorti` <pot@gnu.org>.
185
186 2002-11-21 Andrew Cagney <cagney@redhat.com>
187
188 * mips-tdep.c (mips_dump_tdep): Delete references to
189 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
190 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
191 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
192 * printcmd.c (build_address_symbolic): Delete calls to
193 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
194 (address_info): Ditto.
195 Fix PR gdb/773.
196
197 2002-11-19 Klee Dienes <kdienes@apple.com>
198 Adam Fedor <fedor@gnu.org>
199
200 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
201 the ability to explicitly specify the quote characters and word
202 break characters; if NULL is specified for either, use the old
203 behavior of using the characters used by the completer.
204 (skip_chars): New function. Convenience wrapper around
205 skip_quoted_chars to provide the original skip_chars behavior.
206 * completer.h (skip_quoted_chars): Add prototype.
207
208 2002-11-19 Andrew Cagney <ac131313@redhat.com>
209
210 Problems reported by Paul Eggert.
211 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
212
213 2002-11-19 Andreas Schwab <schwab@suse.de>
214
215 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
216 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
217 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
218 (m68k_linux_frame_saved_pc): Move to ...
219 * m68klinux-tdep.c: ... here. New file.
220 * Makefile.in (m68klinux-tdep.o): Add dependencies.
221 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
222
223 2002-11-19 Adam Fedor <fedor@gnu.org>
224
225 * objc-exp.y: Revert to old skip_quoted usage.
226
227 2002-11-19 Adam Fedor <fedor@gnu.org>
228
229 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
230 (objc_lang_h): Define.
231 (YYFILES): Add objc-exp.tab.c.
232 (local-maintainer-clean): Remove objc-exp.tab.c.
233 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
234
235 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
236
237 * p-exp.y (typecast rule): Add automatic dereference of
238 pascal classes if needed.
239 (THIS): Set current_type.
240 Automatically dereference pascal classes.
241 (typebase rule): Add ^typebase recognition.
242
243 2002-11-18 Adam Fedor <fedor@gnu.org>
244
245 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
246 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
247 (op_name): Handle OP_OBJC_SELF.
248 * Makefile.in (expprint.o): Add additional depends.
249
250 2002-11-18 Adam Fedor <fedor@gnu.org>
251
252 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
253 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
254 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
255 * objc-exp.y: Likewise.
256
257 2002-11-18 Adam Fedor <fedor@gnu.org>
258
259 * gdb/parser-defs.h: (struct objc_class_str): New structure
260 for parsing ObjC classes.
261
262 2002-11-18 Andrew Cagney <ac131313@redhat.com>
263
264 * stack.c (frame_relative_level): Copy function from here ...
265 * frame.c (frame_relative_level): ...to here.
266
267 2002-11-18 Andrew Cagney <ac131313@redhat.com>
268
269 * frame.h (enum frame_type): Define.
270 (get_frame_type): Declare.
271 (struct frame_info): Add field `type'. Delete field
272 signal_handler_caller.
273 (deprecated_set_frame_signal_handler_caller): Declare.
274 * frame.c (get_frame_type): New function.
275 (deprecated_set_frame_type): New function.
276 (create_new_frame): Set the frame's type.
277 (get_prev_frame): Similar.
278 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
279 * s390-tdep.c: Ditto.
280 * m68klinux-nat.c: Ditto.
281 * ns32k-tdep.c: Ditto.
282 * x86-64-linux-tdep.c: Ditto.
283 * vax-tdep.c: Ditto.
284 * rs6000-tdep.c: Ditto.
285 * ppc-linux-tdep.c: Ditto.
286 * i386-interix-tdep.c: Ditto.
287 * mips-tdep.c: Ditto.
288 * m68k-tdep.c: Ditto.
289 * hppa-tdep.c: Ditto.
290 * ia64-tdep.c: Ditto.
291 * cris-tdep.c: Ditto.
292 * arm-tdep.c: Ditto.
293 * alpha-tdep.c: Ditto.
294 * i386-tdep.c: Ditto.
295 * stack.c: Ditto.
296 * ada-lang.c: Ditto.
297 * blockframe.c: Update.
298 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
299 deprecated_set_frame_type instead of signal_handler_caller.
300 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
301 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
302 * breakpoint.h: Delete FIXME suggesting get_frame_type.
303
304 2002-11-18 Klee Dienes <kdienes@apple.com>
305
306 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
307
308 2002-11-18 Klee Dienes <kdienes@apple.com>
309
310 * buildsym.c (pop_context): Add comment.
311
312 2002-11-18 Klee Dienes <kdienes@apple.com>
313
314 * buildsym.h (pop_context): Convert to function, defined in
315 buildsym.c.
316 * buildsym.c: Include gdb_assert.h.
317 (pop_context): Implement as C function. Add check for stack
318 underflow.
319 * dbxread.c (process_one_symbol): Complain and stop processing
320 that symbol if we are already at the top of the context stack for
321 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
322 when processing N_RBRAC.
323
324 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
325
326 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
327 define.
328 (struct target_waitstatus): Add opaque definition.
329 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
330 * exec.c (init_exec_ops): Likewise.
331 * fork-child.c (clone_and_follow_inferior): Remove.
332 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
333 * inferior.h (clone_and_follow_inferior): Remove prototype.
334 * infrun.c (follow_fork_mode_both): Remove.
335 (follow_fork_mode_kind_names): Remove commented out "both".
336 (follow_inferior_fork): Remove follow_fork_mode_both support.
337 * inftarg.c (child_clone_and_follow_inferior): Remove.
338 (child_post_follow_inferior_by_clone): Remove.
339 (init_child_ops): Don't set to_clone_and_follow_inferior
340 or to_post_follow_inferior_by_clone.
341 * target.c (default_clone_and_follow_inferior): Remove.
342 (cleanup_target): Don't set to_clone_and_follow_inferior
343 or to_post_follow_inferior_by_clone.
344 (find_default_clone_and_follow_inferior): Remove.
345 (init_dummy_target): Don't set to_clone_and_follow_inferior.
346 (debug_to_clone_and_follow_inferior): Remove.
347 (debug_to_post_follow_inferior_by_clone): Remove.
348 (setup_target_debug): Don't set to_clone_and_follow_inferior
349 or to_post_follow_inferior_by_clone.
350 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
351 and to_post_follow_inferior_by_clone.
352 (child_clone_and_follow_inferior): Remove prototype.
353 (child_post_follow_inferior_by_clone): Remove prototype.
354 (target_clone_and_follow_inferior): Remove macro.
355 (target_post_follow_inferior_by_clone): Remove macro.
356 (find_default_clone_and_follow_inferior): Remove prototype.
357
358 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
359
360 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
361 inferior_has_vforked, and inferior_has_execd instead of
362 target_has_forked, target_has_vforked, and target_has_execd.
363 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
364 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
365 (CHILD_WAIT): Define.
366 (child_wait): Add prototype.
367 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
368 Add prototype.
369 (hpux_has_vforked): Likewise, from child_has_vforked.
370 (hpux_has_execd): Likewise, from child_has_execd.
371 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
372 (not_same_real_pid, child_wait): New, copied from inftarg.c.
373 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
374 and hpux_has_syscall_event instead of the target hooks.
375 * infrun.c (inferior_has_forked, inferior_has_vforked)
376 (inferior_has_execd): New functions.
377 * inftarg.c (not_same_real_pid): Remove.
378 (child_wait): Remove references to not_same_real_pid,
379 target_has_forked, target_has_vforked, target_has_execd,
380 and target_has_syscall_event.
381 (child_has_forked, child_has_vforked, child_has_execd)
382 (child_has_syscall_event): Remove.
383 (init_child_ops): Remove references to child_has_forked,
384 child_has_vforked, child_has_execd, and child_has_syscall_event.
385 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
386 (hpux_has_vforked): Likewise, from child_has_vforked.
387 (hpux_has_execd): Likewise, from child_has_execd.
388 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
389 * target.c (cleanup_target): Remove references to
390 to_has_forked, to_has_vforked, to_has_execd, and
391 to_has_syscall_event.
392 (update_current_target): Likewise.
393 (setup_target_debug): Likewise.
394 (debug_to_has_forked): Remove.
395 (debug_to_has_vforked): Remove.
396 (debug_to_has_execd): Remove.
397 (debug_to_has_syscall_event): Remove.
398 * target.h (struct target_ops): Remove to_has_forked.
399 to_has_vforked, to_has_execd, and to_has_syscall_event.
400 (child_has_forked, child_has_vforked, child_has_execd)
401 (child_has_syscall_event): Remove prototypes.
402 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
403 prototypes.
404 (target_has_forked, target_has_vforked, target_has_execd)
405 (target_has_syscall_event): Remove macros.
406
407 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
408
409 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
410 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
411 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
412 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
413 * target.c (cleanup_target): Remove reference to
414 to_can_follow_vfork_prior_to_exec.
415 (update_current_target): Likewise.
416 (debug_to_can_follow_vfork_prior_to_exec): Remove.
417 (setup_target_debug): Remove reference to
418 to_can_follow_vfork_prior_to_exec.
419 * target.h (struct target_ops): Remove
420 to_can_follow_vfork_prior_to_exec.
421 (child_can_follow_vfork_prior_to_exec): Remove prototype.
422 (target_can_follow_vfork_prior_to_exec): Remove definition.
423 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
424 define.
425 * infrun.c (follow_vfork_when_exec): Remove.
426 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
427 (follow_exec): Likewise.
428 (handle_inferior_event): Likewise.
429 (keep_going): Likewise.
430
431 2002-11-15 Andrew Cagney <cagney@redhat.com>
432
433 * frame.c (generic_unwind_get_saved_register): Make static.
434 * frame.h (generic_unwind_get_saved_register): Delete declaration.
435 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
436 defaults to generic_unwind_get_saved_register.
437 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
438 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
439 * frv-tdep.c (frv_gdbarch_init): Ditto.
440 * i386-tdep.c (i386_gdbarch_init): Ditto.
441 * s390-tdep.c (s390_gdbarch_init): Ditto.
442 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
443 * v850-tdep.c (v850_gdbarch_init): Ditto.
444 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
445 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
446 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
447
448 2002-11-15 Andrew Cagney <cagney@redhat.com>
449
450 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
451 i386-tdep.c.
452
453 2002-11-15 Andrew Cagney <cagney@redhat.com>
454
455 * frame.h (sigtramp_saved_pc): Delete declaration.
456 * blockframe.c (sigtramp_saved_pc): Delete function.
457 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
458 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
459 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
460 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
461
462 2002-11-15 Andrew Cagney <ac131313@redhat.com>
463
464 * frame.c (frame_pc_unwind): New function.
465 (frame_saved_regs_pc_unwind): New function.
466 (frame_register_unwind): Pass unwind_cache instead of
467 register_unwind_cache.
468 (set_unwind_by_pc): Add unwind_pc parameter, set.
469 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
470 (get_prev_frame): Ditto.
471 * frame.h (frame_pc_unwind_ftype): Declare.
472 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
473 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
474 (frame_pc_unwind): Declare.
475 * dummy-frame.c (dummy_frame_pc_unwind): New function.
476 (struct dummy_frame): Add comment mentioning that values are for
477 previous frame.
478 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
479 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
480 (generic_file_frame_chain_valid): Ditto.
481 * stack.c (frame_info): Ditto.
482
483 2002-11-15 David Carlton <carlton@math.stanford.edu>
484
485 * linespec.c (locate_first_half): New function.
486 (decode_line_1): Move code into locate_first_half.
487
488 2002-11-15 Andrew Cagney <ac131313@redhat.com>
489
490 * complaints.h: Add comment explaining how to eliminate a
491 deprecated_complain call.
492 * complaints.h: Fix spelling errors.
493
494 2002-11-15 David Carlton <carlton@math.stanford.edu>
495
496 * printcmd.c: Remove #include "disasm.h".
497
498 2002-11-14 Andrew Cagney <ac131313@redhat.com>
499
500 * frame.h: Move the most relevant interface functions to the start
501 of the file.
502
503 2002-11-14 Andrew Cagney <ac131313@redhat.com>
504
505 * regcache.h (deprecated_registers): Rename registers.
506 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
507 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
508 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
509 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
510 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
511 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
512 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
513 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
514 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
515 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
516 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
517 * v850ice.c: Update.
518
519 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
520
521 * utils.c (gdb_realpath): Add comment mentioning realpath with a
522 NULL buffer.
523
524 2002-11-13 Andrew Cagney <cagney@redhat.com>
525
526 * regcache.h (deprecated_read_register_bytes): Rename
527 read_register_bytes.
528 (deprecated_write_register_bytes): Rename write_register_bytes.
529 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
530 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
531 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
532 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
533 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
534 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
535 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
536 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
537 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
538 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
539 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
540 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
541 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
542 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
543
544 2002-11-13 Jim Blandy <jimb@redhat.com>
545
546 * findvar.c (read_var_value): Doc fix.
547
548 2002-11-13 Andrew Cagney <cagney@redhat.com>
549
550 * regcache.c (struct regcache): Replace passthough_p with
551 readonly_p.
552 (regcache_xmalloc): Initialize readonly_p.
553 (build_regcache): Initialize readonly_p.
554 (regcache_save): New function.
555 (regcache_restore): New function.
556 (regcache_cpy): Re-implement using regcache_save and
557 regcache_restore.
558 (regcache_raw_read): Update.
559 (regcache_cooked_read): When a read-only cache, checked for cached
560 pseudo register values.
561 (regcache_raw_write): Assert that the cache is not read-only.
562 Remove code handling a non-passthrough cache.
563 * regcache.h (regcache_save): Declare.
564 (regcache_restore): Declare.
565
566 2002-11-13 Andrew Cagney <cagney@redhat.com>
567
568 * regcache.c (struct regcache_descr): Add fields
569 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
570 (init_legacy_regcache_descr): Compute the size of a cooked
571 register cache and then assign that to sizeof_raw_registers. Set
572 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
573 (init_legacy_regcache_descr): Ditto.
574
575 2002-11-13 Andrew Cagney <cagney@redhat.com>
576
577 * regcache.c (register_buffer): Move to near start of file, update
578 description.
579 (regcache_raw_read): Use.
580 (regcache_raw_write): Use.
581 (struct regcache): Rename raw_registers to registers and
582 raw_register_valid_p to register_valid_p.
583 (regcache_xmalloc): Update.
584 (regcache_xfree): Update.
585 (register_buffer): Update.
586 (regcache_cpy): Update.
587 (regcache_cpy_no_passthrough): Update.
588 (regcache_valid_p): Update.
589 (deprecated_grub_regcache_for_registers): Update.
590 (deprecated_grub_regcache_for_register_valid): Update.
591 (set_register_cached): Update.
592 (regcache_raw_write): Update.
593
594 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
595
596 * p-exp.y (name_not_typename): Use copy_name to
597 set current_type variable for fields of THIS.
598
599 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
600
601 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
602 * monitor.c (init_base_monitor_ops): Likewise.
603 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
604 * remote-array.c (init_array_ops): Likewise.
605 * remote-e7000.c (init_e7000_ops): Likewise.
606 * remote-es.c (init_es1800_ops): Likewise.
607 (init_es1800_child_ops): Likewise.
608 * remote-rdp.c (init_remote_rdp_ops): Likewise.
609 * remote-sim.c (init_gdbsim_ops): Likewise.
610 * remote-st.c (init_st2000_ops): Likewise.
611 * sol-thread.c (init_sol_core_ops): Likewise.
612 (init_sol_thread_ops): Likewise.
613 * v850ice.c (init_850ice_ops): Likewise.
614 * win32-nat.c (init_child_ops): Likewise.
615 * wince.c (init_child_ops): Likewise.
616
617 2002-11-12 Andrew Cagney <ac131313@redhat.com>
618
619 * utils.c (gdb_realpath): Make rp a constant pointer.
620
621 2002-11-12 Andrew Cagney <ac131313@redhat.com>
622
623 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
624 a constant buffer; cannonicalize_file_name(); realpath() with a
625 pathconf() defined buffer, xstrdup().
626
627 2002-11-12 Andrew Cagney <ac131313@redhat.com>
628
629 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
630 to hang2.C; hang3.c to hang3.C.
631
632 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
633
634 * findvar.c (read_var_value): Reenable TLS code.
635
636 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
637 Jim Blandy <jimb@redhat.com>
638
639 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
640 * target.c (update_current_target): Add
641 to_get_thread_local_address.
642 * target.h (to_get_thread_local_address): Export.
643 (target_get_thread_local_address): Define.
644 (target_get_thread_local_address_p): Define.
645 * thread-db.c: Include solib-svr4.h.
646 (td_thr_tls_get_addr_p): Define.
647 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
648 (thread_db_get_thread_local_address): New function.
649 (init_thread_db_ops): Initialize to_get_thread_local_address.
650 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
651 * configure: Regenerate.
652 * config.in: Regenerate.
653
654 2002-11-11 David Carlton <carlton@math.stanford.edu>
655
656 * linespec.c (set_flags): New function.
657 (decode_line_1): Move code into set_flags.
658
659 2002-11-11 David Carlton <carlton@math.stanford.edu>
660
661 * linespec.c (decode_line_1): Move chunks of code to separate
662 functions.
663 (initialize_defaults): New function.
664 (decode_indirect): New function.
665
666 2002-11-11 Andrew Cagney <ac131313@redhat.com>
667
668 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
669 instead of void_code_ptr.
670 (sigtramp_saved_pc): Ditto.
671
672 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
673 i386_fp_regnum_p.
674
675 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
676
677 * gdbtypes.h (struct main_type): Move artificial flag out of
678 loc. New member of ``struct field'' named static_kind. Reduce
679 overloaded meaning of bitsize.
680 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
681 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
682 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
683
684 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
685 new fields.
686 (template_to_fixed_record_type, template_to_static_fixed_type)
687 (to_record_with_fixed_variant_part): Likewise.
688 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
689 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
690 * dwarfread.c (struct_type, enum_type): Likewise.
691 * hpread.c (hpread_read_enum_type)
692 (hpread_read_function_type, hpread_read_doc_function_type)
693 (hpread_read_struct_type): Likewise.
694 * mdebugread.c (parse_symbol): Likewise.
695
696 2002-11-10 Andrew Cagney <ac131313@redhat.com>
697
698 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
699 * stack.c (print_frame_info_base): Update.
700 (print_frame_info_base, frame_info): Update.
701 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
702 (sparc_frame_saved_pc): Update.
703 * ada-lang.c (find_printable_frame): Update.
704 * breakpoint.c (deprecated_frame_in_dummy): Update.
705
706 2002-11-09 Mark Kettenis <kettenis@gnu.org>
707
708 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
709 defined.
710 (regmap): Extend to cover all registers.
711 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
712 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
713 definitions.
714 (fetch_register, sore_register): Simplify.
715 (old_fetch_inferior_registers, old_store_inferior_registers):
716 Remove functions.
717 (cannot_fetch_register, cannot_store_register): Change
718 implementation to use regmap array to decide which registers
719 cannot be fetched/stored. This removes $orig_eax from the
720 registers that cannot be fetched/stored.
721 (fetch_inferior_registers): Call fetch_register directly instead
722 of calling old_fetch_inferior_registers.
723 (store_inferior_registers): Call store_register directly instead
724 of calling old_store_inferior_registers.
725 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
726 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
727 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
728
729 2002-11-09 Klee Dienes <kdienes@apple.com>
730
731 * i387-tdep.c (i387_supply_register): When called with NULL as a
732 buffer, mark the register as not provided (to mirror the behavior
733 of supply_register).
734 (i387_supply_fxsave): Ditto.
735 (i387_supply_fsave): Ditto (inherits the behavior from
736 i387_supply_register).
737
738 2002-11-09 Klee Dienes <kdienes@apple.com>
739
740 * blockframe.c (sigtramp_saved_pc): Use
741 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
742 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
743 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
744
745 2002-11-09 Andrew Cagney <ac131313@redhat.com>
746
747 * frame.c (get_prev_frame): Test prev_p to identify a previously
748 unwound frame. Initialize prev_p.
749 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
750 comment.
751
752 2002-11-09 Andrew Cagney <ac131313@redhat.com>
753
754 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
755 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
756 more comments. Zap dead code.
757
758 2002-11-09 Mark Kettenis <kettenis@gnu.org>
759
760 * infcmd.c (print_vector_info, print_float_info): Move code that
761 checks whether the target has any registers and whether there is a
762 selected frame up, such that it is also used if a target provides
763 multi-arch definitions of these functions.
764
765 2002-11-08 Andrew Cagney <ac131313@redhat.com>
766
767 * Makefile.in (DESTDIR): Define.
768 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
769 prefix.
770
771 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
772 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
773
774 2002-11-08 Andrew Cagney <ac131313@redhat.com>
775
776 * i386-linux-tdep.c: Include "reggroups.h".
777 (i386_linux_register_reggroup_p): New function.
778 (i386_linux_init_abi): Set register_reggroup_p to
779 i386_linux_register_reggroup_p.
780 * i386-tdep.h (i386_register_reggroup_p): Declare.
781 * i386-tdep.c: Include "reggroups.h".
782 (i386_init_reggroups): New function.
783 (i386_add_reggroups): New function.
784 (i386_register_reggroup_p): New function.
785 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
786 (_initialize_i386_tdep): Call i386_init_reggroups.
787 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
788 specific reggroups.
789
790 2002-11-09 Mark Kettenis <kettenis@gnu.org>
791
792 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
793 request that's available in *BSD.
794
795 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
796
797 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
798 FDOFF_REGNUM.
799
800 2002-11-08 Andrew Cagney <ac131313@redhat.com>
801
802 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
803 * dummy-frame.c (find_dummy_frame): Rename
804 generic_find_dummy_frame, make static. Return the dummy frame
805 instead of the regcache.
806 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
807 (cached_find_dummy_frame): New function. Use find_dummy_frame.
808 (dummy_frame_register_unwind): Rename
809 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
810 * dummy-frame.h (dummy_frame_register_unwind): Rename
811 generic_call_dummy_register_unwind.
812
813 2002-11-08 Mark Kettenis <kettenis@gnu.org>
814
815 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
816 except the inclusion of "i386/tm-i386.h", to...
817 * config/i386/nm-i386v42mp.h: ...here.
818 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
819
820 2002-11-08 Andrew Cagney <ac131313@redhat.com>
821
822 * Makefile.in (frame.o): Update dependencies.
823 * blockframe.c (current_frame, frame_obstack_alloc)
824 (frame_saved_regs_zalloc, get_current_frame)
825 (set_current_frame, create_new_frame)
826 (set_unwind_by_pc, get_next_frame)
827 (flush_cached_frames, reinit_frame_cache)
828 (frame_saved_regs_register_unwind)
829 (deprecated_generic_get_saved_register)
830 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
831 (_initialize_blockframe): Move frame code from here...
832 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
833 "annotate.h" and "dummy-frame.h".
834 (_initialize_frame): New function.
835
836 2002-11-08 Jim Blandy <jimb@redhat.com>
837
838 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
839 when we finish a function a context.
840 * buildsym.h (outermost_context_p): New macro.
841 (Bug analyzed by David Edelsohn.)
842
843 2002-11-08 Andrew Cagney <ac131313@redhat.com>
844
845 * blockframe.c: Include "dummy-frame.h".
846 (struct dummy_frame, dummy_frame_stack)
847 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
848 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
849 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
850 (generic_save_call_dummy_addr, generic_pop_current_frame)
851 (generic_pop_dummy_frame, generic_fix_call_dummy)
852 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
853 dummy frame code from here...
854 * dummy-frame.c: ...to here. New file.
855 * dummy-frame.h: New file.
856 (generic_call_dummy_register_unwind): Declare.
857 (generic_find_dummy_frame): Declare.
858 * Makefile.in (SFILES): Add dummy-frame.c.
859 (dummy-frame.o): Specify dependencies.
860 (dummy_frame_h): Define.
861 (COMMON_OBS): Add dummy-frame.o.
862 (blockframe.o): Update dependencies.
863
864 2002-11-08 Jim Blandy <jimb@redhat.com>
865
866 * dwarf2read.c (read_func_scope): Restore local_symbols and
867 param_symbols after we finish the function context. (Based on a
868 patch from David Edelsohn.)
869
870 2002-11-08 David Carlton <carlton@math.stanford.edu>
871
872 * linespec.c (symbol_found): New function.
873 (minsym_found): New function.
874 (decode_line_1): Separate out some code into separate functions.
875
876 2002-11-08 Joel Brobecker <brobecker@gnat.com>
877
878 * i386-tdep.c (i386_frameless_signal_p): Make non static for
879 the benefit of the interix target.
880 * i386-tdep.h (i386_frameless_signal_p): Declare.
881
882 2002-11-08 Andrew Cagney <ac131313@redhat.com>
883
884 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
885 declaration that snuck in from change below.
886
887 2002-11-06 Andrew Cagney <cagney@redhat.com>
888
889 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
890 all callers.
891 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
892 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
893 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
894 (i386_mxcsr_regnum_p): new function. Use instead of
895 MXCSR_REGNUM_P.
896 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
897 (i386_sse_regnum_p): Declare.
898 (i386_mxcsr_regnum_p): Declare.
899 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
900 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
901 (IS_FP_REGNUM): Update definition.
902 (IS_FPU_CTRL_REGNUM): Update definition..
903 (IS_SSE_REGNUM): Update definition..
904 * i386v-nat.c (register_u_addr): Update.
905 * go32-nat.c (fetch_register): Update.
906 (store_register): Update.
907
908 2002-11-07 Joel Brobecker <brobecker@gnat.com>
909
910 Preparation work to convert the hppa targets to multiarch partial.
911
912 * hppa-tdep.c: Add new functions replacing macro bodies from
913 config/pa/tm-hppa.h. These function will be used to initialize
914 the gdbarch structure. Import some comments from tm-hppa.h,
915 and place them where appropriate, to avoid loosing them when
916 we cleanup this file.
917 (hppa_reg_struct_has_addr): New function.
918 (hppa_inner_than): New function.
919 (hppa_stack_align): New function.
920 (hppa_pc_requires_run_before_use): New function.
921 (hppa_instruction_nullified): New function.
922 (hppa_register_byte): New function.
923 (hppa_register_virtual_type): New function.
924 (hppa_store_struct_return): New function.
925 (hppa_cannot_store_register): New function.
926 (hppa_frame_args_address): New function.
927 (hppa_frame_locals_address): New function.
928 (hppa_smash_text_address): New function.
929 (hppa_coerce_float_to_double): New function. Requires the inclusion
930 of "language.h".
931
932 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
933
934 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
935 gdbarch-eligible macro to a call to the new associated function
936 created in hppa-tdep.c.
937 (INNER_THAN): Likewise.
938 (STACK_ALIGN): Likewise.
939 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
940 (INSTRUCTION_NULLIFIED): Likewise.
941 (REGISTER_BYTE): Likewise.
942 (REGISTER_VIRTUAL_TYPE): Likewise.
943 (STORE_STRUCT_RETURN): Likewise.
944 (CANNOT_STORE_REGISTER): Likewise.
945 (FRAME_ARGS_ADDRESS): Likewise.
946 (FRAME_LOCALS_ADDRESS): Likewise.
947 (SMASH_TEXT_ADDRESS): Likewise.
948 (COERCE_FLOAT_TO_DOUBLE): Likewise.
949 (ABOUT_TO_RETURN): Delete, as no longer used.
950
951 2002-11-07 Fernando Nasser <fnasser@redhat.com>
952
953 * printcmd.c (disassemble_command): Remove obsolete function.
954 (_initialize_printcmd): Do not create disassemble command here.
955 * cli/cli-cmds.c (disassemble_command): New function. Implements
956 disassemble command.
957 (init_cli_cmds): Create disassemble command here instead.
958
959 2002-11-07 Andrew Cagney <ac131313@redhat.com>
960
961 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
962
963 2002-11-07 Andrew Cagney <ac131313@redhat.com>
964
965 * regcache.h (regcache_cooked_read_using_offset_hack)
966 (regcache_cooked_write_using_offset_hack): Delete declarations.
967 (register_changed): Delete declaration.
968 * regcache.c (regcache_cooked_read_using_offset_hack)
969 (regcache_cooked_write_using_offset_hack): Delete functions.
970 (cooked_xfer_using_offset_hack): Delete function.
971 (register_changed): Delete function.
972
973 2002-11-07 Jim Blandy <jimb@redhat.com>
974
975 * macroscope.c: #include "complaints.h".
976 (sal_macro_scope): Cope with filenames that appear in the symtabs,
977 but not in the macro table.
978 * Makefile.in (macroscope.o): Record dependency.
979
980 2002-11-07 Joel Brobecker <brobecker@gnat.com>
981
982 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
983
984 2002-11-07 Andrew Cagney <ac131313@redhat.com>
985
986 * regcache.c (deprecated_registers_fetched): Update.
987 * regcache.h (deprecated_registers_fetched): Rename
988 registers_fetched.
989 * remote-vxsparc.c (vx_read_register): Update.
990 * remote-vxmips.c (vx_read_register): Update.
991 * remote-vx68.c (vx_read_register): Update.
992 * irix5-nat.c (fetch_core_registers): Update.
993 * mipsm3-nat.c (fetch_inferior_registers): Update.
994 * sun3-nat.c (fetch_inferior_registers): Update.
995 * symm-nat.c (fetch_inferior_registers): Update.
996 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
997 (fetch_core_registers): Update.
998 (fetch_kcore_registers): Update.
999 * mips-nat.c (fetch_inferior_registers): Update.
1000 * corelow.c (get_core_registers): Update.
1001 * a68v-nat.c (fetch_inferior_registers): Update.
1002
1003 2002-11-06 Joel Brobecker <brobecker@gnat.com>
1004
1005 Put in place the framework necessary for multiarching the hppa targets.
1006 * hppa-tdep.c (hppa_gdbarch_init): New function.
1007 (hppa_dump_tdep): New function.
1008 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
1009 tdep structure dumper.
1010 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
1011 until the multi-arching conversion has partially been completed.
1012
1013 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1014
1015 * valops.c (value_assign): Merge lval_register case into
1016 lval_reg_frame_relative. Use frame_register and
1017 regcache_cooked_write instead of get_saved_register and
1018 write_register_bytes. After flushing the register cache, try to
1019 re-select the selected frame.
1020
1021 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1022
1023 * regcache.h (deprecated_register_valid): Rename register_valid.
1024 * regcache.c: Update.
1025 * ia64-aix-nat.c: Update.
1026 * i386gnu-nat.c: Update.
1027 * alpha-nat.c: Update.
1028 * sparc-nat.c: Update.
1029 * lynx-nat.c: Update.
1030 * remote-mips.c: Update.
1031
1032 2002-11-06 Joel Brobecker <brobecker@gnat.com>
1033
1034 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
1035 to end of file, to be more consistent with the pratice followed
1036 by other targets.
1037
1038 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1039
1040 * infcmd.c: Include "reggroups.h" and <ctype.h>.
1041 (print_float_info): Print registers in float_reggroup.
1042 (print_vector_info): Print registers in vector_reggroup.
1043 (default_print_registers_info): When all, print registers in
1044 all_reggroup. Otherwize, print registers in general_reggroup.
1045 (registers_info): Rewrite. Add support for register groups.
1046 Eliminate a goto.
1047
1048 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
1049
1050 * symtab.c (methods_info): Delete. It has been ifdeffed out for
1051 ages.
1052 (symtab_symbol_info): Remove eons old ifdeffed out code.
1053 (_initialize_symtab): Remove prehistoric disabled 'info methods'
1054 command.
1055
1056 2002-11-06 Theodore A. Roth <troth@openavr.org>
1057
1058 * c-exp.y: Add missing semi-colons.
1059 * f-exp.y: Add missing semi-colons.
1060 * m2-exp.y: Add missing semi-colons.
1061 * p-exp.y: Add missing semi-colons.
1062 Add empty action to start rule to avoid a type clash error when
1063 building with bison >= 1.50.
1064
1065 2002-11-06 Jim Blandy <jimb@redhat.com>
1066
1067 * macrotab.h (struct macro_source_file): Doc fix.
1068
1069 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
1070
1071 * varobj.c (child_exists, cplus_number_of_children): Change
1072 STREQ macro references to strcmp.
1073 (cplus_name_of_child): Change code to handle the fact that
1074 fields are not necessarily contiguous with regards to their
1075 access control. This is a fix for PR gdb/792.
1076
1077 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1078
1079 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
1080 * gdbarch.h, gdbarch.c: Regnerate.
1081 * frame.h (frame_register): Declare.
1082 * frame.c (frame_register): New function.
1083 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
1084 GET_SAVED_REGISTER, otherwize call
1085 generic_unwind_get_saved_register.
1086 (frame_register_read): Use frame_register instead of
1087 get_saved_register.
1088
1089 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1090
1091 From Jim Ingham <jingham@apple.com>:
1092 * event-top.c (gdb_disable_readline): New function.
1093 (_initialize_event_loop): Move comment.
1094
1095 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1096
1097 * event-loop.c (start_event_loop): Add comment.
1098 Update copyright.
1099
1100 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1101
1102 * infcmd.c (default_print_registers_info): Do not call
1103 PRINT_REGISTER_HOOK.
1104
1105 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1106
1107 * sparc-tdep.c (sparc_print_register_hook): Make static.
1108 (sparc_print_registers_info): New function.
1109 (sparc_do_registers_info): New function.
1110 (sparclet_print_registers_info): New function.
1111 (sparclet_do_registers_info): New function.
1112 (do_sparc_print_registers_info): New function.
1113 (sparc_print_registers): New static function, clone of infcmd.c's
1114 default_print_registers_info.
1115 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
1116 (sparclet_do_registers_info): Declare.
1117 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
1118 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
1119 Re-define.
1120 (sparc_do_registers_info): Declare.
1121 (PRINT_REGISTER_HOOK): Delete macro.
1122 (sparc_print_register_hook): Delete declaration.
1123
1124 2002-11-05 David Carlton <carlton@math.stanford.edu>
1125
1126 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
1127 functions.
1128 (lookup_symbol_aux_local): New function.
1129 (lookup_symbol_aux_symtabs): New function.
1130 (lookup_symbol_aux_psymtabs): New function.
1131
1132 2002-11-05 David Carlton <carlton@math.stanford.edu>
1133
1134 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
1135 previous values of 'objfile' and 'block'.
1136
1137 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
1138
1139 * values.c (value_change_enclosing_type): Set
1140 enclosing_type field correctly also for the case where
1141 more memory needs to be allocated.
1142
1143 2002-11-03 Mark Kettenis <kettenis@gnu.org>
1144
1145 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
1146 of puts_filtered.
1147
1148 * i387-tdep.c (i387_print_float_info): Replace calls to
1149 register_read and deprecated_read_register_gen with calls to
1150 frame_register_read, and make the necessary adjustments to the
1151 surrounding code.
1152
1153 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1154
1155 * gdbarch.sh (register_reggroup_p): Allow default value.
1156 * gdbarch.h, gdbarch.c: Regenerate.
1157
1158 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1159
1160 * regcache.h: Add coment indicating replacements for deprecated
1161 functions.
1162
1163 2002-11-02 Andrew Cagney <cagney@redhat.com>
1164
1165 * reggroups.h, reggroups.c: New files.
1166 * regcache.c: Include "reggroups.h".
1167 (enum regcache_dump_what): Add `regcache_dump_groups'.
1168 (regcache_dump): Contract size of the "Type" column. When
1169 specified, dump the register's groups.
1170 (maintenance_print_register_groups): New function.
1171 (_initialize_regcache): Add command `maint print register-groups'.
1172 * Makefile.in (COMMON_OBS): Add reggroups.o
1173 (SFILES): Add reggroups.c.
1174 (reggroups_h): Define.
1175 (regcache.o, gdbarch.o): Update dependencies.
1176 (reggroups.o): Specify dependencies.
1177 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
1178 Add opaque declaration for `struct reggroup' in generated .h file.
1179 Include "reggroups.h" in generated .c file.
1180 gdbarch.h, gdbarch.c: Re-generate.
1181
1182 2002-11-02 Andrew Cagney <cagney@redhat.com>
1183
1184 * regcache.h (deprecated_read_register_gen): Rename
1185 read_register_gen.
1186 (deprecated_write_register_gen): Rename write_register_gen.
1187 * i387-tdep.c: Update.
1188 * x86-64-linux-nat.c: Update
1189 * wince.c: Update.
1190 * thread-db.c: Update.
1191 * win32-nat.c: Update.
1192 * mips-tdep.c: Update.
1193 * d10v-tdep.c: Update.
1194 * cris-tdep.c: Update.
1195 * remote-sim.c: Update.
1196 * remote-rdi.c: Update.
1197 * remote-rdp.c: Update.
1198 * frame.c: Update.
1199 * target.c: Update.
1200 * blockframe.c: Update.
1201 * x86-64-tdep.c: Update.
1202 * xstormy16-tdep.c: Update.
1203 * sh-tdep.c: Update.
1204 * s390-tdep.c: Update.
1205 * rs6000-tdep.c: Update.
1206 * sparc-tdep.c: Update.
1207 * i386-tdep.c: Update.
1208 * dwarf2cfi.c: Update.
1209 * regcache.c: Update.
1210
1211 2002-11-01 Joel Brobecker <brobecker@gnat.com>
1212
1213 New interix-specific files:
1214 * config/i386/nm-interix.h: New file.
1215 * config/i386/interix.mh: New file.
1216 * config/i386/interix.mt: New file.
1217 * i386-interix-nat.c: New file.
1218 * i386-interix-tdep.c: New file.
1219
1220 2002-11-01 Andrew Cagney <cagney@redhat.com>
1221
1222 * frame.h (deprecated_generic_get_saved_register): Rename
1223 generic_get_saved_register.
1224 * blockframe.c (deprecated_generic_get_saved_register): Update.
1225 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1226 (xstormy16_frame_saved_register): Update.
1227 * sh-tdep.c (sh_gdbarch_init): Update.
1228 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1229 * ia64-tdep.c (ia64_get_saved_register): Update.
1230 * cris-tdep.c (cris_gdbarch_init): Update.
1231 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1232 * arm-tdep.c (arm_gdbarch_init): Update.
1233
1234 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1235
1236 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1237
1238 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1239
1240 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1241 trampolines in sigaction.
1242
1243 2002-10-31 Andrew Cagney <cagney@redhat.com>
1244
1245 * h8300-tdep.c: Include "gdb_assert.h".
1246 (h8300_print_register): Add gdbarch, file and frame parameters.
1247 Use frame_read_unsigned_register to read the register's value.
1248 Use fprintf_filtered to display output.
1249 (h8300_print_registers_info): Replace h8300_do_registers_info.
1250 (h8300_gdbarch_init): Set print_registers_info.
1251
1252 2002-10-31 Andrew Cagney <cagney@redhat.com>
1253
1254 * frame.c (frame_read_unsigned_register): New function.
1255 (frame_read_signed_register): New function.
1256 * frame.h (frame_read_unsigned_register): Declare.
1257 (frame_read_signed_register): Declare.
1258
1259 2002-10-31 Andrew Cagney <cagney@redhat.com>
1260
1261 * h8500-tdep.c (h8500_print_registers_info): New static function,
1262 clone of infcmd.c's default_print_registers_info.
1263 (h8500_do_registers_info): New funtion.
1264 (h8500_print_register_hook): Rename print_register_hook, make
1265 static.
1266
1267 * config/h8500/tm-h8500.h: Update copyright.
1268 (DEPRECATED_DO_REGISTERS_INFO): Define.
1269 (h8500_do_registers_info: Declare.
1270 (PRINT_REGISTER_HOOK): Delete macro.
1271 (print_register_hook): Delete function.
1272
1273 2002-10-31 Andrew Cagney <cagney@redhat.com>
1274
1275 * z8k-tdep.c (z8k_print_register_hook): Make static.
1276 (z8k_print_registers_info): New static function, clone of
1277 infcmd.c's default_print_registers_info.
1278 (z8k_do_registers_info): New function. Wrap
1279 z8k_print_registers_info.
1280 * config/z8k/tm-z8k.h: Update copyright.
1281 (PRINT_REGISTER_HOOK): Delete macro.
1282 (z8k_print_register_hook): Delete declaration.
1283 (DEPRECATED_DO_REGISTERS_INFO): Define.
1284 (z8k_do_registers_info): Declare.
1285
1286 2002-10-30 Joel Brobecker <brobecker@gnat.com>
1287
1288 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1289 as this is already provided by value.h, and was actually causing
1290 a compilation error because of a conflict in parameter type
1291 declaration due to a missing const keyword.
1292 (low_text_segment_addres): Fix a compilation warning.
1293
1294 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1295
1296 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1297 registers without a name.
1298 (mips_linux_cannot_store_register): Don't store registers without
1299 a name.
1300
1301 2002-10-28 David Carlton <carlton@math.stanford.edu>
1302
1303 * symtab.c (find_addr_symbol): Delete. (It was already commented
1304 out.)
1305 * symtab.h: Delete prototype for find_addr_symbol.
1306
1307 2002-10-26 Andrew Cagney <cagney@redhat.com>
1308
1309 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1310 DO_REGISTERS_INFO.
1311 gdbarch.h, gdbarch.c: Re-generate.
1312 * infcmd.c (default_print_registers_info): Update reference.
1313 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1314 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1315 * sh-tdep.c (sh_gdbarch_init): Ditto.
1316 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1317 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1318
1319 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1320
1321 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1322 cfi_init_extra_frame_info.
1323 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1324 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1325
1326 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1327 target where necessary. Add more comments and remove the ones
1328 that don't provide any useful information.
1329
1330 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1331 deprecated_read_register_dummy with
1332 frame_unwind_unsigned_register.
1333
1334 * i386-tdep.c (i386_extract_struct_value_address): Use
1335 regcache_raw_read_unsigned instead of
1336 regcache_cooked_read_unsigned since we know that the register
1337 we're reading isn't a pseudo register. Rename variable 'val' into
1338 the more descriptive 'addr'.
1339
1340 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1341 (x86_64_push_return_address): Add comment.
1342 (x86_64_pop_frame): Make static.
1343 (examine_argument): Clarify comment.
1344 (x86_64_skip_prologue): Make prolog_expact variable static.
1345
1346 * dwarf2cfi.c: Fix some formatting problems.
1347 (context_cpy, read_encoded_pointer): Clarify comments.
1348
1349 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1350 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1351 i386 target back into x86_64_gdbarch_init. Add some comments and
1352 remove meaningless ones.
1353
1354 2002-10-25 Andrew Cagney <cagney@redhat.com>
1355
1356 * complaints.h (struct deprecated_complaint): Rename `struct
1357 complaint'.
1358 * complaints.c (complain): Update.
1359 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1360 incorrect comment indicating that "symfile.h" was being included
1361 for the `struct complaint' definition.
1362 * remote-vx.c: Update.
1363 * objc-lang.c: Update.
1364 * xcoffread.c: Update.
1365 * hpread.c: Update.
1366 * mdebugread.c: Update.
1367 * stabsread.c: Update.
1368 * dwarf2read.c: Update.
1369 * dwarfread.c: Update.
1370 * elfread.c: Update.
1371 * coffread.c: Update.
1372 * stabsread.h: Update.
1373 * dbxread.c: Update.
1374 * buildsym.c: Update.
1375 * gdbtypes.c: Update.
1376 * macrotab.c: Update.
1377
1378 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1379
1380 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1381 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1382 (x86_64_init_abi): ...new function.
1383
1384 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1385 * i386v-nat.c: Include "i386-tdep.h".
1386
1387 2002-10-25 Andrew Cagney <cagney@redhat.com>
1388
1389 * gdbtypes.c (address_space_name_to_int): Update.
1390 (address_space_int_to_name): Update.
1391 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1392 multi-arch predicate.
1393 (address_class_name_to_type_flags): Ditto.
1394 * gdbarch.h, gdbarch.c: Re-generate.
1395
1396 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1397
1398 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1399
1400 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1401
1402 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1403
1404 * symtab.h (INIT_SAL): Delete macro.
1405 (init_sal): Export.
1406 * symtab.c (init_sal): New function.
1407
1408 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1409 to init_sal function call.
1410 (find_sal_from_funcs_and_line): Ditto.
1411 (all_sals_for_line): Ditto.
1412 * breakpoint.c (create_internal_breakpoint): Ditto.
1413 (create_fork_vfork_event_catchpoint): Ditto.
1414 (create_exec_event_catchpoint): Ditto.
1415 (parse_breakpoint_sals): Ditto.
1416 (watch_command_1): Ditto.
1417 (handle_gnu_4_16_catch_command): Ditto.
1418 (clear_command): Ditto.
1419 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1420 * infcmd.c (run_stack_dummy): Ditto.
1421 * infrun.c (process_event_stop_test): Ditto.
1422 (check_sigtramp2): Ditto.
1423 (step_over_function): Ditto.
1424 * linespec.c (decode_line_2): Ditto.
1425 (decode_line_1): Ditto.
1426 * source.c (line_info): Ditto.
1427 * symtab.c (find_pc_sect_line): Ditto.
1428
1429 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1430
1431 * dwarf2cfi.c (struct context)
1432 (struct context_reg): Moved to dwarf2cfi.h
1433 (context_alloc, frame_state_alloc, context_cpy):
1434 Made extern instead of static, removed prototypes.
1435 * dwarf2cfi.h (struct context)
1436 (struct context_reg): New, moved from dwarf2cfi.c
1437 (context_alloc, frame_state_alloc, context_cpy):
1438 New prototypes.
1439 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1440 Changed from static to extern.
1441 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1442 (LINUX_SIGCONTEXT_FP_OFFSET)
1443 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1444 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1445 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1446 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1447 set_gdbarch_*() calls now use x86-64 specific functions
1448 instead of DWARF2 CFI ones.
1449 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1450 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1451 (x86_64_init_extra_frame_info): New prototypes.
1452
1453 2002-10-23 David Carlton <carlton@math.stanford.edu>
1454
1455 * linespec.c: #include "parser-defs.h".
1456 Delete prototype for find_template_name_end.
1457 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1458
1459 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1460
1461 * NEWS: add recent mi fixes.
1462 * varobj.c (struct varobj): Add new "updated" flag.
1463 (new_variable): Default "updated" flag to 0.
1464 (varobj_set_value): Set "updated" flag to 1 if value
1465 changes.
1466 (varobj_update): Check varobj "updated" flag before
1467 comparing old and refreshed values. Fix for
1468 PR gdb/702.
1469
1470 2002-10-23 David Carlton <carlton@math.stanford.edu>
1471
1472 * parse.c (parse_exp_1): Use BLOCK_START.
1473 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1474 SYMBOL_BLOCK_VALUE.
1475 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1476
1477 2002-10-23 David Carlton <carlton@math.stanford.edu>
1478
1479 * symtab.c: Delete cplusplus_hint.
1480 Delete prototype for find_template_name_end.
1481
1482 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1483
1484 * symtab.h: Update comment.
1485
1486 2002-10-23 Michael Snyder <msnyder@redhat.com>
1487
1488 * printcmd.c (address_info): Restore quotes in output.
1489 * valops.c (value_of_local): Restore quotes in error message.
1490
1491 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1492
1493 * symtab.c (symbol_demangled_name): New function.
1494 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1495 turning most of it into a function.
1496 (symbol_demangled_name): Export.
1497
1498 2002-10-23 Michael Snyder <msnyder@redhat.com>
1499
1500 * valops.c (value_of_local): Restore quotes in error message.
1501
1502 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1503
1504 * symtab.c (symbol_init_language_specific): New function.
1505 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1506 turning most of it into a function.
1507 (symbol_init_language_specific): Export.
1508
1509 2002-10-23 David Carlton <carlton@math.stanford.edu>
1510
1511 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1512 (dwarf_attr_name): Ditto.
1513 (dwarf_type_encoding_name): Ditto.
1514 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1515 (process_die): Handle DW_TAG_namespace,
1516 DW_TAG_imported_declaration, DW_TAG_imported_module.
1517 (read_namespace): New function.
1518
1519 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1520
1521 * configure.in: Define NEW_PROC_API on Interix too.
1522 * configure: Regenerate.
1523
1524 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1525
1526 * configure: Regenerate using the proper version of autoconf.
1527
1528 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1529
1530 * findvar.c (read_var_value): Temporarily disable TLS code, until
1531 complete TLS support is added.
1532
1533 2002-10-21 Jim Blandy <jimb@redhat.com>
1534 Elena Zannoni <ezannoni@redhat.com>
1535
1536 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1537 for thread local storage locations.
1538 (struct symbol): Add objfile field.
1539 (SYMBOL_OBJFILE): Define.
1540 * dwarf2read.c (is_thread_local): New static variable.
1541 (new_symbol): If variable is in thread local fill in address class
1542 and objfile appropriately.
1543 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1544 stack operation.
1545 * printcmd.c (address_info): Print the information for thread
1546 local storage variable.
1547 * findvar.c (read_var_value): In case of thread local variable,
1548 defer to the target vector code to compute address.
1549
1550 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1551
1552 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1553 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1554
1555 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1556
1557 * symtab.h (address_class): Rename
1558 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1559 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1560 * printcmd.c (address_info): Ditto.
1561 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1562
1563 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1564
1565 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1566 DBREG_DRX macro to acces debug registers.
1567
1568 * Makefile.in (i386obsd-tdep.o): New target.
1569
1570 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1571 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1572
1573 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1574 * config/i386/obsd.mt: New file.
1575 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1576 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1577 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1578 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1579 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1580 * i386obsd-tdep.c: New file.
1581
1582 2002-10-19 Adam Fedor <fedor@gnu.org>
1583
1584 * objc-exp.y (name_not_typename): Fix invalid comment.
1585
1586 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1587
1588 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1589 to allocate partial syms and macro byte caches.
1590
1591 2002-10-18 David Carlton <carlton@math.stanford.edu>
1592
1593 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1594
1595 2002-10-18 Adam Fedor <fedor@gnu.org>
1596
1597 * stabsread.c (find_name_end): New function.
1598 (define_symbol): Use it.
1599
1600 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1601
1602 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1603 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1604 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1605 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1606
1607 2002-10-17 David Carlton <carlton@math.stanford.edu>
1608
1609 * symfile.h: Add opaque declaration for struct obstack.
1610 Declare obsavestring to take a const char *.
1611 * symfile.c (obsavestring): Make first argument a const char *.
1612
1613 2002-10-16 Adam Fedor <fedor@gnu.org>
1614
1615 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1616 names when matching breakpoints in current file.
1617
1618 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1619
1620 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1621 (read_tag_pointer_type): Add address class support.
1622 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1623 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1624 New methods.
1625 * gdbarch.h, gdbarch.c: Regenerate.
1626 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1627 (make_type_with_address_space, recursive_type_dump): Add address
1628 class support.
1629 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1630 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1631 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1632
1633 2002-10-16 Klee Dienes <kdienes@apple.com>
1634
1635 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1636 to get the last character of a char[] buffer, not
1637 name[sizeof(vptr_name)-1].
1638
1639 2002-10-14 Adam Fedor <fedor@gnu.org>
1640
1641 * symtab.h: New objc_specific struct.
1642 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1643 (SYMBOL_DEMANGLED_NAME): Likewise.
1644
1645 2002-10-14 Adam Fedor <fedor@gnu.org>
1646
1647 * symfile.c (init_filename_language_table): Add ObjC file extension.
1648
1649 2002-10-14 Adam Fedor <fedor@gnu.org>
1650
1651 * utils.c (puts_filtered_tabular): New function.
1652 (fprintf_symbol_filtered): Get ObjC demangled name.
1653 * defs.h (puts_filtered_tabular): Declared.
1654
1655 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1656
1657 * c-lang.h (c_type_print_varspec_prefix): Delete.
1658 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1659 ``need_post_space'' parameter. Adjust all callers.
1660
1661 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1662
1663 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1664 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1665 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1666 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1667
1668 2002-10-13 Adam Fedor <fedor@gnu.org>
1669
1670 * source.c (print_source_lines): Update comments.
1671
1672 2002-10-13 Adam Fedor <fedor@gnu.org>
1673
1674 * valops.c (value_of_local): New function.
1675 (value_of_this): Use it.
1676 * value.h (value_of_local): Declared.
1677
1678 2002-10-13 Adam Fedor <fedor@gnu.org>
1679
1680 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1681 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1682
1683 2002-10-12 Adam Fedor <fedor@gnu.org>
1684
1685 * language.c (binop_result_type): Add language_objc to case.
1686 (integral_type): Likewise.
1687 (character_type): Likewise.
1688 (string_type): Likewise.
1689 (boolean_type): Likewise.
1690 (structured_type): Likewise.
1691 (binop_type_check): Likewise.
1692
1693 2002-10-11 Adam Fedor <fedor@gnu.org>
1694
1695 * printcmd.c (address_info): Print 'self' for ObjC.
1696
1697 2002-10-11 Adam Fedor <fedor@gnu.org>
1698
1699 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1700 OP_SELF.
1701
1702 2002-10-11 Adam Fedor <fedor@gnu.org>
1703
1704 * language.h (CAST_IS_CONVERSION): Add language_objc.
1705
1706 2002-10-11 Adam Fedor <fedor@gnu.org>
1707
1708 * defs.h (enum language): Add language_objc.
1709
1710 2002-10-11 Klee Dienes <kdienes@apple.com>
1711
1712 * corefile.c (read_memory_typed_address): New function.
1713 * gdbcore.h (read_memory_typed_address): Add prototype.
1714 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1715 to read a value destined for a CORE_ADDR, not read_memory_integer.
1716 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1717 (f77_get_dynamic_lowerbound): Ditto.
1718
1719 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1720
1721 * utils.c (string_to_core_addr): After turning string into
1722 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1723 which will do necessary sign-extension, etc.
1724
1725 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1726
1727 * c-exp.y (THIS): Delete token and grammar rule.
1728 (yylex): Don't return THIS.
1729 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1730 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1731 * demangle.c (cplus_markers): Update comment. Put '$'
1732 first. Remove CPLUS_MARKER.
1733 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1734 * jv-exp.y (THIS): Delete token and grammar rule.
1735 (yylex): Don't return THIS.
1736 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1737 * objc-exp.y (THIS): Delete token and grammar rule.
1738 (yylex): Don't return THIS.
1739 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1740 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1741 (read_member_functions): Likewise for opname.
1742 (read_tilde_fields): Use is_cplus_marker.
1743
1744 * defs.h (CPLUS_MARKER): Don't define.
1745 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1746 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1747 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1748 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1749 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1750
1751 * config/i386/tm-i386v4.h: Delete file.
1752 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1753 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1754 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1755 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1756 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1757 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1758 * config/i386/i386v4.mt (TM_FILE): Likewise.
1759 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1760
1761 2002-10-10 Marko Mlinar <markom@opencores.org>
1762
1763 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1764 accidentially not commited 2002-10-09
1765 * gdbarch.h, gdbarch.c: Re-generate.
1766
1767 2002-10-09 Marko Mlinar <markom@opencores.org>
1768
1769 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1770 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1771 * gdbarch.h, gdbarch.c: Re-generate.
1772
1773 2002-10-08 Petr Sorfa <petrs@caldera.com>
1774
1775 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1776
1777 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1778 so we can work on more than one compilation unit at a time. This
1779 helps prepare GDB to handle inter-CU die references.
1780 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1781 the code to be defined before struct comp_unit_head.
1782 (comp_unit_head): Added new members - offset, cu_head,
1783 begin_die, next and dwarf2_abbrevs.
1784 (dwarf2_abbrevs): Removed single static var; now member of
1785 struct comp_unit_head.
1786 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1787 members.
1788 (psymtab_to_symtab_1): Changed to work with the new
1789 struct comp_unit_head.
1790 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1791 constructs the dwarf2_abbrevs[] inside the cu_header.
1792 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1793 dwarf2_abbrev table to clean up.
1794 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1795 handling of dwarf2_abbrevs inside the cu_header.
1796 (read_partial_die): Now supports the call to the new
1797 dwarf2_lookup_abbrev.
1798 (read_full_die): Now supports the call to the new
1799 dwarf2_lookup_abbrev.
1800
1801 2002-10-06 Christopher Faylor <cgf@redhat.com>
1802
1803 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1804 insure that shell variables, such as "transformed_name" are propagated
1805 to later shell statements in rule.
1806
1807 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1808
1809 * config/i386/nm-i386sco.h: Add protection against
1810 multiple-inclusion. Include "i386/nm-i386v.h".
1811 (REGISTER_U_ADDR): Remove define.
1812 (i386_register_u_addr): Remove prototype.
1813
1814 2002-10-04 Michael Snyder <msnyder@redhat.com>
1815
1816 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1817 before treating it as a single-step event.
1818
1819 2002-10-03 Adam Fedor <fedor@gnu.org>
1820
1821 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1822 (objc_demangle): Remove assignment in if statements, Replace
1823 free with xfree.
1824 (add_msglist): Likewise.
1825 (end_msglist): Likewise.
1826 (complare_selectors): Likewise.
1827 (selectors_info): Likewise.
1828 (compare_classes): Likewise.
1829 (classes_info): Likewise.
1830 (print_object_command): Likewise.
1831 (find_objc_msgcall_submethod): Replace PTR with void *.
1832 * objc-lang.h: Remove check for __STDC__.
1833
1834 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1835
1836 * ui-out.h (ui_out_field_fmt_int): New prototype.
1837 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1838 of field width and alignment.
1839 * stack.c (print_frame_info_base): When printing frame level, use
1840 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1841 PR gdb/192
1842
1843 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1844
1845 * MAINTAINERS: Add self to Write After Approval list.
1846
1847 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1848
1849 * infcmd.c (interrupt_target_command_wrapper): Delete.
1850 (interrupt_target_command): Make non static.
1851 (nofp_registers_info): Make static.
1852 * stack.c (return_command_wrapper): Delete.
1853 (return_command): Make non static.
1854
1855 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1856
1857 * event-top.c (gdb_setup_readline): New function. Code moved from
1858 _initialize_event_loop().
1859 (_initialize_event_loop): Call gdb_setup_readline().
1860
1861 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1862
1863 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1864 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1865 * gdbarch.h, gdbarch.c: Re-generate.
1866
1867 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1868
1869 Fix PR gdb/778
1870 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1871 before recursing.
1872 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1873 of fill_in_vptr_fieldno.
1874
1875 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1876
1877 * inferior.h (registers_info, stepi_command, nexti_command,
1878 continue_command, interrupt_target_command): Export from infcmd.c.
1879 * frame.h (args_info, selected_frame_level_changed_hook,
1880 return_command): Export from stack.c.
1881 * v850ice.c (stepi_command, nexti_command, continue_command): use
1882 prototypes from inferior.h.
1883 * tracepoint.c (registers_info, args_info, locals_info): Use
1884 prototypes from frame.h and inferior.h.
1885 * Makefile.in (mi-main.o): Add dependency on frame.h.
1886
1887 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1888
1889 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1890 value in register 3 adjusted by ppc_gp0_regnum.
1891
1892 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1893
1894 2002-10-02 Marko Mlinar <markom@opencores.org>
1895
1896 * MAINTAINERS: Add myself to the Write After Approval list.
1897
1898 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1899
1900 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1901 of the section for the N64 ABI, fixed.
1902
1903 * config/mips/tm-irix6.h: Include solib.h.
1904
1905 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1906
1907 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1908 GNU operators.
1909
1910 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1911
1912 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1913 and that "mi0" syntax has been removed.
1914
1915 2002-09-30 David Carlton <carlton@math.stanford.edu>
1916
1917 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1918 * ppc-sysv-tdep.c: #include "gdb_string.h".
1919 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1920 pacify GCC.
1921
1922 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1923
1924 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1925 "vrsave"'s register number.
1926
1927 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1928
1929 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1930 use frame_unwind_signed_register to obtain the PC.
1931 (mips_frame_chain): Handle a generic dummy frame.
1932 (mips_init_extra_frame_info): When a generic dummy frame, don't
1933 re-compute the frame base.
1934 (mips_pop_frame): Handle generic dummy frames.
1935 (mips_gdbarch_init): When generic dummy frames, set
1936 use_generic_dummy_frames, push_dummy_frame to
1937 generic_push_dummy_frame, pc_in_call_dummy to
1938 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1939 generic_save_dummy_frame_tos.
1940
1941 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1942
1943 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1944 against TOP when TOP was explictly set.
1945 (generic_push_dummy_frame): Set TOP to zero.
1946
1947 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1948
1949 * event-loop.c (start_event_loop): Rename variable 'result' to
1950 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1951
1952 2002-09-30 Keith Seitz <keiths@redhat.com>
1953
1954 * gdb-events.sh (selected_thread_changed): New event.
1955 * gdb-events.c: Regenerated.
1956 * gdb-events.h: Regenerated.
1957
1958 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1959
1960 * MAINTAINERS: Add self to Write After Approval list.
1961
1962 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1963
1964 * disasm.c: New file.
1965 * disasm.h: New file.
1966 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1967 (compare_lines): Ditto.
1968 (dump_insns): Ditto.
1969 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1970 argument.
1971 (do_assembly_only): Ditto.
1972 (do_disassembly): Renamed to gdb_disassembly and moved to
1973 disasm.c. Sdded uiout argument.
1974 * Makefile.in: Add new files. Reorder SFILES list. Update
1975 dependencies. Include libgdb.a later in the insight executable.
1976
1977 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1978
1979 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1980 bfd/elf64-alpha-fbsd.c.
1981
1982 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1983
1984 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1985 i386gnu-tdep.c.
1986
1987 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1988
1989 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1990 __FUNCTION__.
1991 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1992 function name.
1993 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1994 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1995 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1996 (S_msg_sig_post_reply): Ditto.
1997
1998 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1999
2000 * sh-tdep.c (sh_use_struct_convention): Use definition according
2001 to ABI.
2002 (sh_push_arguments): Store in register with correct endianess.
2003 (sh_default_store_return_value): Ditto.
2004 (sh_gdbarch_init): Set sizeof long double to 8.
2005
2006 2002-09-27 Mark Kettenis <kettenis@gnu.org>
2007
2008 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
2009 Fix some whitespace problems.
2010
2011 2002-09-27 David Carlton <carlton@math.stanford.edu>
2012
2013 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
2014 (mcore-tdep.o): Ditto.
2015 (ns32k-tdep.o): Ditto.
2016 (ns32knbsd-tdep.o): Ditto.
2017 (sh3-rom.o): Ditto.
2018 (vax-tdep.o): Ditto.
2019 * cris-tdep.c: #include "gdb_string.h"
2020 * mcore-tdep.c: Ditto.
2021 * ns32k-tdep.c: Ditto.
2022 * ns32knbsd-tdep.c: Ditto.
2023 * sh3-rom.c: Ditto.
2024 * vax-tdep.c: Ditto.
2025
2026 2002-09-27 David Carlton <carlton@math.stanford.edu>
2027
2028 * config/djgpp/fnchange.lst: Add entries for
2029 gdb/testsuite/gdb.c++/m-static files.
2030
2031 2002-09-27 Jim Wilson <wilson@redhat.com>
2032
2033 * MAINTAINERS: Add myself to the Write After Approval list.
2034
2035 2002-09-26 Martin M. Hunt <hunt@redhat.com>
2036
2037 * mips-tdep.c (find_proc_desc): Initialize startaddr.
2038
2039
2040 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2041
2042 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
2043 frame.
2044
2045 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2046
2047 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
2048 (rs6000_struct_return_address): Delete variable.
2049 (rs6000_store_struct_return): Update.
2050 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
2051 deprecated_extract_struct_value_address.
2052 (rs6000_frame_align): New function.
2053 (rs6000_gdbarch_init): Set frame_align.
2054
2055 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2056
2057 From Grace Sainsbury <graces@redhat.com>:
2058 * Makefile.in (gdbtk-main.o): New target.
2059 (gdb.o): New target.
2060 (main_h): Define.
2061 (main.o): Update dependencies.
2062 (gdb$(EXEEXT)): Add gdb.o.
2063 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
2064 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
2065 (SUBDIR_GDBTK_CLEAN): Set.
2066 (install-gdbtk): Install the insight binary.
2067 (uninstall-gdbtk): New target.
2068 (all-gdbtk, clean-gdbtk): New rule.
2069 * top.c (use_windows): Default to zero.
2070 * main.c: Include "main.h".
2071 (main): Delete.
2072 (struct captured_main_args): Delete.
2073 (gdb_main): New function.
2074 * main.h: New file.
2075 * gdb.c: New File.
2076
2077 2002-09-25 Andrew Cagney <cagney@redhat.com>
2078
2079 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
2080 (frame_map_regnum_to_name): New function.
2081 (frame_map_name_to_regnum): New function.
2082 * frame.h (frame_map_name_to_regnum): Declare.
2083 (frame_map_regnum_to_name): Declare.
2084 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
2085 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
2086 * parse.c: Do not include "builtin-regs.h".
2087 (target_map_name_to_register): Delete function.
2088 (write_dollar_variable): Use frame_map_name_to_regnum.
2089 * parser-defs.h (target_map_name_to_register): Delete declaration.
2090 * expprint.c: Include "frame.h".
2091 (print_subexp): Use frame_map_regnum_to_name.
2092 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
2093 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
2094
2095 2002-09-25 Andrew Cagney <ac131313@redhat.com>
2096
2097 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
2098 wasn't saved, and the next innermost frame is a dummy, return the
2099 dummy frame's link register.
2100
2101 2002-09-24 Jim Blandy <jimb@redhat.com>
2102
2103 Fix from Paul Breed:
2104 * main.c (captured_main): Add a `break' after the case for 'b'.
2105
2106 2002-09-24 Keith Seitz <keiths@redhat.com>
2107
2108 * varobj.c (c_type_of_child): Use get_target_type instead
2109 of TYPE_TARGET_TYPE.
2110
2111 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2112
2113 * source.c (get_current_or_default_source_symtab_and_line): Remove
2114 function.
2115 (set_default_source_symtab_and_line): New function. Attempts to
2116 determine a source file to list lines from if one is not currently
2117 defined.
2118 (get_current_source_symtab_and_line): Initialize sal.pc and
2119 sal.end fields.
2120 (set_current_source_symtab_and_line): Mark argument as const.
2121 * source.h: Update declarations and comments.
2122 * linespec.c (decode_line_1): Replace call to removed routine above.
2123 * stack.c (print_frame_info_base): Ditto.
2124 * cli/cli-cmds.c (edit_command): Ditto.
2125 (list_command): Ditto.
2126
2127 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2128
2129 * source.c (get_current_or_default_source_symtab_and_line): Initialize
2130 sal.pc and sal.end fields.
2131 (get_current_or_default_source_symtab_and_line): Ditto.
2132 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
2133 so we do not cause a new source symtab to be searched for (reverting an
2134 unintentional change from the 2002-09-20 patch).
2135 * scm-lang.c (scm_unpac): Ditto.
2136
2137 2002-09-21 Andrew Cagney <cagney@redhat.com>
2138
2139 * complaints.c (symfile_explanations): Remove new-line from
2140 ``isolated_message''.
2141 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
2142 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
2143
2144 2002-09-20 Nick Clifton <nickc@redhat.com>
2145
2146 * NEWS: Announce that V850EA ISA is no longer supported.
2147 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
2148
2149 2002-09-20 David Carlton <carlton@math.stanford.edu>
2150
2151 * Makefile.in (c-lang.o): Correct dependencies.
2152 (utils.o): Gather dependencies.
2153 (charset.o): Move.
2154 * c-lang.c: #include "gdb_string.h"
2155
2156 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2157
2158 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
2159 * cli/cli-cmds.c (list_command): New function. Implements the new
2160 cli edit command.
2161 (_init_cli_cmds): Add new command definition.
2162 * gdb.1: Document edit command.
2163 * doc/gdb.texinfo: Document edit command.
2164
2165 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2166
2167 * source.c: Make global variables current_source_symtab and
2168 current_source_line static.
2169 (list_command): Moved to cli/cli-cmds.c.
2170 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
2171 (get_first_line_listed): New accessor function.
2172 (get_lines_to_list): New accessor function.
2173 (get_current_source_symtab_and_line): New function. Retrieves the
2174 position in the source code that we consider current.
2175 (get_current_or_default_source_symtab_and_line): New function.
2176 Like the above but attempts to determine a default position if one
2177 is not currently defined.
2178 (set_current_source_symtab_and_line): New function. Sets the source
2179 code position considered current and returns the previously set one.
2180 (clear_current_source_symtab_and_line): Reset stored information about
2181 a current source line.
2182 (_initialize_source): Remove registration for the "list" command and
2183 its alias.
2184 * source.h: Add declarations for the new functions above.
2185 * symtab.h: Remove declarations for the global variables mentioned
2186 above.
2187 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
2188 obtain current source line.
2189 * linespec.c (decode_line_1): Ditto.
2190 * macroscope.c (default_macro_scope): Ditto.
2191 * scm-lang.c (scm_unpac): Ditto.
2192 * stack.c (print_frame_info_base): Ditto.
2193 * symfile.c (clear_symtab_users): Ditto.
2194 * symtab.c (decode_line_spec): Ditto.
2195 * cli/cli-cmds.c (list_command): Moved here from source.c.
2196 (ambiguous_line_spec): Moved here from source.c.
2197 (_init_cli_cmds): Add definition for "list" and its alias.
2198 * Makefile.in: Update dependencies.
2199
2200 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2201
2202 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
2203 with what gcc thinks is correct.
2204
2205 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2206
2207 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2208 multiple register push instruction.
2209
2210 2002-09-19 Jim Blandy <jimb@redhat.com>
2211
2212 Add support for distinct host and target character sets.
2213 * charset.c, charset.h: New files.
2214 * c-exp.y: #include "charset.h".
2215 (yylex): Convert character and string literals to the target
2216 character set, before returning them as the semantic value of the
2217 token.
2218 * c-lang.c: #include "charset.h".
2219 (c_emit_char): Use charset-specific methods to recognize
2220 characters with backslash escape forms, to decide which characters
2221 to print literally and which to print using numeric escape
2222 sequences, and to convert target characters to host characters
2223 before printing.
2224 * utils.c: #include "charset.h".
2225 (no_control_char_error): New function.
2226 (parse_escape): Use charset-specific methods to recognize
2227 backslash escapes, parse `control character' notation, and convert
2228 characters from the host character set to the target character set.
2229 * configure.in: Set the default host character set.
2230 Check where to find iconv, and what its argument types might be.
2231 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2232 * Makefile.in (SFILES): List charset.c.
2233 (COMMON_OBS): List charset.o.
2234 (charset.o): New rule.
2235 (charset_h): New header dependency variable.
2236 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2237 (LIBICONV): New variable, set by configure.
2238 (CLIBS): Include $(LIBICONV) here.
2239 * aclocal.m4, config.in, configure: Regenerated.
2240
2241 2002-09-19 Joel Brobecker <brobecker@gnat.com>
2242
2243 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2244 bison 1.35 warning.
2245
2246 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
2247
2248 * gdb_mbuild.sh: New file.
2249
2250 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2251
2252 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2253
2254 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2255
2256 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2257 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2258 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2259 valops.c, value.h: Revert previous change.
2260
2261 2002-09-18 Michael Snyder <msnyder@redhat.com>
2262
2263 Preliminary support for Objective-C:
2264 * defs.h (language_objc): New enum value.
2265 (puts_filtered_tabular): Declaration only, exported from utils.c.
2266 (skip_quoted): Delete, declared in completer.h.
2267 * c-exp.y: Include completer.h.
2268 * p-exp.y: Ditto.
2269 * jv-exp.y: Ditto.
2270 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2271 New operator enum values.
2272 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2273 * language.c (binop_result_type): Handle language_objc case.
2274 (integral_type, character_type, string_type, boolean_type,
2275 structured_type, binop_type_check): Ditto.
2276 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2277 (struct objc_specific): Add to general_symbol_info.
2278 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2279 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2280 * parser-defs.h (struct objc_class_str): New struct type.
2281 (start_msglist, end_msglist, add_msglist): Declaration only,
2282 exported from objc-lang.c.
2283 * value.h (value_of_local, value_nsstring,
2284 call_function_by_hand_expecting_type): Exported from valops.c.
2285 * valops.c (find_function_addr): Export.
2286 (call_function_by_hand_expecting_type): New function.
2287 (value_of_local): New function.
2288 * symfile.c (init_filename_language_table): Add ".m" extension
2289 for Objective-C.
2290 * utils.c (puts_filtered_tabular): New function.
2291 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2292 (set/show demangle): Extend help-string to refer to ObjC.
2293 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2294 * stabsread.c (symbol_reference_defined): Objective-C symbols
2295 may contain colons: make allowances when scanning stabs strings
2296 for colons.
2297 (objc_find_colon): New function.
2298 * printcmd.c (address_info): If language == objc then print
2299 "self" instead of "this".
2300 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2301 OP_NSSTRING, and OP_SELF.
2302 (prefixify_subexp): Ditto.
2303 * source.c (print_source_lines): Mention objc in comment.
2304 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2305 method names.
2306
2307 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2308
2309 * complaints.h: Update copyright.
2310 (struct complaints): Declare.
2311 (struct complaint): Make `message' constant.
2312 (internal_complaint): Declare.
2313 (complaint): Declare.
2314 (complaint_root): Delete declaration.
2315 (symfile_complaints): Delete declaration.
2316 (struct complaints): Add opaque declaration.
2317 (clear_complaints): Add a complaints parameter.
2318 * complaints.c: Update copyright.
2319 (enum complaint_series): Define.
2320 (complaint_root): Delete.
2321 (struct complaints): Define.
2322 (complaint_sentinel, symfile_complaint_book): New variables.
2323 (symfile_explanations, symfile_complaints): New variables.
2324 New variables.
2325 (get_complaints): New function.
2326 (vcomplaint): New function.
2327 (complaint): New function.
2328 (internal_complaint): New function.
2329 (complain): Call vcomplain with symfile_complaint.
2330 (clear_complaints): Rewrite.
2331 (_initialize_complaints): Use add_setshow_command.
2332 * Makefile.in (complaints.o): Update dependencies.
2333 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2334 to call to clear_complaints.
2335 (new_symfile_objfile, reread_symbols): Ditto.
2336 (oldsyms_complaint): Delete.
2337 (empty_symtab_complaint, unknown_option_complaint): Delete.
2338 (free_named_symtabs): Use complaint instead of complain.
2339
2340 2002-09-18 Michael Snyder <msnyder@redhat.com>
2341
2342 Contributed by Apple Computer, Inc. Merged with current sources
2343 by Adam Fedor <fedor@doc.com> [cagney].
2344
2345 * objc-lang.c: First clean-up round: comments, indentation.
2346 * objc-lang.h: Ditto.
2347 * objc-lang.y: Ditto.
2348
2349 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2350
2351 * maint.c (maintenance_internal_error): Print the parameter as the
2352 error message.
2353 (maintenance_internal_warning): New function.
2354 (_initialize_maint_cmds): Add command `maint internal-warning'.
2355
2356 * defs.h (internal_warning, internal_vwarning): Declare.
2357 * utils.c (struct internal_problem): Define.
2358 (internal_vproblem): New function.
2359 (internal_warning): New function.
2360 (internal_vwarning): New function.
2361 (internal_warning_problem, internal_error_problem): New variables.
2362 (internal_verror): Just call internal_vproblem.
2363
2364 2002-09-18 Michael Snyder <msnyder@redhat.com>
2365
2366 * objc-lang.c: New file, support for Objective-C.
2367 Preliminary check-in, not yet integrated into gdb.
2368 * objc-lang.h: New file.
2369 * objc-exp.y: New file.
2370
2371 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2372
2373 * infrun.c (signal_stop_update): Convert definition to ISO C.
2374 (signal_print_update): Ditto.
2375 (signal_pass_update): Ditto.
2376 * inflow.c (terminal_save_ours): Ditto.
2377
2378 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2379 comments.
2380
2381 * config/djgpp/fnchange.lst: Handle name clashes between
2382 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2383 bfd/coff-tic80.c.
2384
2385 * i386-linux-tdep.h: Fix tipo.
2386
2387 2002-09-18 Adam Fedor <fedor@gnu.org>
2388
2389 * MAINTAINERS: Add myself to the Write After Approval list.
2390
2391 2002-09-18 Jim Blandy <jimb@redhat.com>
2392
2393 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2394 texthigh and textlow to reader-specific structs caused
2395 objfile_relocate to miss them. This is fixable, but the work that
2396 the change was supposed to prepare GDB for never got done anyway.
2397
2398 2002-09-18 David Carlton <carlton@math.stanford.edu>
2399
2400 * MAINTAINERS: Alphabetize Write After Approval list.
2401
2402 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2403
2404 Fix PR gdb/709
2405 * values.c (value_static_field): Call read_var_value.
2406
2407 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2408
2409 * valops.c (hand_function_call): Align the initial stack pointer
2410 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2411 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2412 return value.
2413 * mips-tdep.c (mips_frame_align): New function.
2414 (mips_gdbarch_init): Set frame_align.
2415 * gdbarch.sh (FRAME_ALIGN): New method.
2416 * gdbarch.h, gdbarch.c: Re-generate.
2417
2418 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2419
2420 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2421 registers.
2422
2423 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2424
2425 * NEWS: Mention that MIPS $fp behavior changed.
2426 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2427 reference to FP_REGNUM.
2428 (mipsnbsd_cannot_store_register): Ditto.
2429 * mips-linux-nat.c: Update copyright.
2430 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2431 (mips_linux_cannot_store_register): Ditto.
2432 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2433 * config/mips/tm-mips.h: Update copyright.
2434 (FP_REGNUM): Delete macro.
2435 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2436 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2437 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2438 (mips_r3041_reg_names, mips_r3051_reg_names)
2439 (mips_r3081_reg_names): Replace "fp" with "".
2440 Fix PR gdb/480.
2441
2442 2002-09-17 Theodore A. Roth <troth@verinet.com>
2443
2444 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2445 generic_read_register_dummy() (PR gdb/703).
2446 (avr_push_return_address): #if 0 out unused vars.
2447 (avr_gdbarch_init): Enable use of avr_push_return_address().
2448
2449 2002-09-17 Michael Snyder <msnyder@redhat.com>
2450
2451 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2452 RTE will take care of it.
2453
2454 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2455
2456 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2457 invalid, return SP_REGNUM.
2458
2459 2002-09-17 Michael Snyder <msnyder@redhat.com>
2460
2461 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2462 point registers without sign extension.
2463
2464 2002-09-17 Andrew Cagney <cagney@redhat.com>
2465
2466 * blockframe.c (deprecated_read_register_dummy): Rename
2467 generic_read_register_dummy.
2468 * frame.c (frame_unwind_signed_register): New function.
2469 (frame_unwind_unsigned_register): New function.
2470 * frame.h (frame_unwind_signed_register): Declare.
2471 (frame_unwind_unsigned_register): Declare.
2472 (deprecated_read_register_dummy): Rename
2473 generic_read_register_dummy.
2474
2475 * h8300-tdep.c (h8300_frame_chain): Update.
2476 (h8300_frame_saved_pc): Update.
2477 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2478 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2479 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2480 (s390_frame_chain): Update.
2481 * v850-tdep.c (v850_find_callers_reg): Update.
2482 (v850_frame_saved_pc): Update.
2483 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2484 (m32r_find_callers_reg): Update.
2485 (m32r_frame_saved_pc): Update.
2486 * sh-tdep.c (sh_find_callers_reg): Update.
2487 (sh64_get_saved_pr): Update.
2488 (sh_init_extra_frame_info): Update.
2489 (sh_init_extra_frame_info): Update.
2490 (sh64_init_extra_frame_info): Update.
2491 (sh64_init_extra_frame_info): Update.
2492 * mcore-tdep.c (mcore_find_callers_reg): Update.
2493 (mcore_frame_saved_pc): Update.
2494 (mcore_init_extra_frame_info): Update.
2495 * i386-tdep.c (i386_frame_saved_pc): Update.
2496 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2497 (ia64_init_extra_frame_info): Update.
2498 (ia64_init_extra_frame_info): Update.
2499 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2500 * cris-tdep.c (cris_init_extra_frame_info): Update.
2501 * avr-tdep.c (avr_frame_chain): Update.
2502 (avr_init_extra_frame_info): Update.
2503 (avr_frame_saved_pc): Update.
2504 * arm-tdep.c (arm_find_callers_reg): Update.
2505 (arm_init_extra_frame_info): Update.
2506 (arm_frame_saved_pc): Update.
2507
2508 2002-09-17 Tom Tromey <tromey@redhat.com>
2509
2510 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2511 is "'".
2512
2513 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2514
2515 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2516 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2517 NEXT_PROLOGUE_INSN.
2518 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2519 NEXT_PROLOGUE_INSN.
2520
2521 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2522
2523 * osfsolib.c: Remove file, replaced by solib-osf.c.
2524 * Makefile.in: Remove compilation rules for osfsolib.c.
2525
2526 2002-09-16 David Carlton <carlton@math.stanford.edu>
2527
2528 * cp-valprint.c (cp_print_class_method): Correct args to
2529 check_stub_method_group.
2530
2531 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2532
2533 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2534 `set architecture'. Unify naming convention of functions.
2535 (h8300_skip_prologue): Improve prologue analysis.
2536 (h8300_push_arguments): Rewritten to more closely match GCC's
2537 bizarre argument-passing behavior, along with the comment describing
2538 said behavior.
2539 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2540 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2541 sim, remote-e7000.c, remote-hms.c and remote.c
2542
2543 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2544
2545 * i386-tdep.c (gdb_print_insn_i386): Removed.
2546 (i386_print_insn): New function.
2547 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2548 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2549 tm_print_insn_info.
2550
2551 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2552
2553 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2554 zero.
2555
2556 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2557
2558 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2559 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2560 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2561
2562 2002-09-13 Christopher Faylor <cgf@redhat.com>
2563
2564 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2565
2566 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2567
2568 * gdbtypes.c (check_stub_method): Make static.
2569 (check_stub_method_group): New function.
2570 * gdbtypes.h: Update prototypes.
2571 * cp-support.c: New file.
2572 * cp-support.h: New file.
2573
2574 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2575 (update_method_name_from_physname): New function.
2576 (read_member_functions): Correct method names for operators
2577 and v3 constructors/destructors. Separate v2 constructors and
2578 destructors.
2579 * Makefile.in (stabsread.o): Update dependencies.
2580 (SFILES): Add cp-support.c.
2581 (COMMON_OBS): Add cp-support.o.
2582 (cp_support_h, cp-support.o): Add.
2583
2584 * cp-valprint.c (cp_print_class_method): Call
2585 check_stub_method_group instead of check_stub_method. Remove
2586 extraneous QUITs.
2587 * p-valprint.c (pascal_object_print_class_method): Likewise.
2588 * valops.c (search_struct_method): Likewise.
2589 (find_method_list, value_struct_elt_for_reference): Likewise.
2590
2591 2002-09-13 Andrew Cagney <cagney@redhat.com>
2592
2593 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2594 * gdbarch.h, gdbarch.c: Regenerate.
2595
2596 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2597
2598 * frame.c (find_saved_register): Delete function.
2599 * frame.h (find_saved_register): Delete declaration.
2600 Fix PR gdb/631.
2601
2602 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2603
2604 * mips-tdep.c (read_next_frame_reg): Re-hack using
2605 frame_register_unwind.
2606
2607 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2608
2609 * mips-tdep.c (mips_get_saved_register): Re-hack using
2610 frame_register_unwind.
2611
2612 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2613
2614 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2615 vector. Will be useful for Interix.
2616 * gdbarch.h, gdbarch.c: Regenerate.
2617
2618 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2619 name of the malloc function by NAME_OF_MALLOC.
2620
2621 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2622
2623 * value.h (find_function_in_inferior): Add const keyword to
2624 one of the parameters. Allows us to invoke this function with
2625 a const char *.
2626 * valops.c (find_function_in_inferior): Likewise.
2627
2628 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2629
2630 * exec.c (xfer_memory): Fix compilation warning with old versions
2631 of GCC.
2632 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2633
2634 2002-09-12 David Carlton <carlton@math.stanford.edu>
2635
2636 * symtab.h: Run through gdb_indent.h.
2637 Add 2002 to Copyright year list.
2638
2639 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2640
2641 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2642 mach constants.
2643 * MAINTAINERS: Add myself to write after approval list.
2644
2645 2002-09-11 J. Brobecker <brobecker@gnat.com>
2646
2647 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2648
2649 2002-09-11 J. Brobecker <brobecker@gnat.com>
2650
2651 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2652 Interix.
2653
2654 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2655
2656 * procfs.c (do_detach): Clear current signal, not just fault.
2657 Corrects problem with breakpoint trap signal leaking to detached
2658 process on Tru64.
2659
2660 2002-09-10 Michael Snyder <msnyder@redhat.com>
2661
2662 * buildsym.c (finish_block): Protect against null pointer.
2663
2664 2002-09-10 Andrew Cagney <cagney@redhat.com>
2665
2666 * infcmd.c (default_print_registers_info): Send all output to
2667 ``file'' instead of ``gdb_stdout''.
2668
2669 2002-09-10 Michael Snyder <msnyder@redhat.com>
2670
2671 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2672 LONGEST, and use signed register read (addresses are sign-
2673 extended for mips).
2674
2675 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2676
2677 * event-loop.c (gdb_do_one_event): Make public.
2678 * event-loop.h (gdb_do_one_event): Declare.
2679
2680 2002-09-10 Jeff Law <law@redhat.com>
2681
2682 * infttrace.c (child_resume): Simplify and rework to avoid
2683 TT_PROC_CONTINUE.
2684
2685 2002-09-09 Fred Fish <fnf@intrinsity.com>
2686
2687 * printcmd.c (print_scalar_formatted): "len" is the number of
2688 target bytes, NOT the number of target bits.
2689
2690 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2691
2692 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2693 * top.c (init_main): Set rl_terminal_name.
2694
2695 2002-09-08 Aidan Skinner <aidan@velvet.net>
2696
2697 * ada-lang.c (ada_array_bound, ada_type_match,
2698 _initialize_ada_language): Fix K&R definitions.
2699 * ada-tasks.c (get_current_task): Fix K&R definitions.
2700 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2701
2702 2002-09-07 Christopher Faylor <cgf@redhat.com>
2703
2704 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2705 Add XP.
2706
2707 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2708
2709 * i386-tdep.c (i386_register_virtual_type,
2710 i386_register_convertible, i386_register_convert_to_virtual,
2711 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2712 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2713 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2714 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2715 Don't set push_arguments twice.
2716
2717 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2718 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2719 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2720 sigtramp_end to NULL.
2721 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2722 defines.
2723 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2724
2725 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2726 whitespace.
2727
2728 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2729 * gdbarch.h, gdbarch.c: Re-generate.
2730 * blockframe.c (find_pc_sect_partial_function): Convert to use
2731 SIGTRAMP_START_P predicate.
2732
2733 2002-09-05 Michael Snyder <msnyder@redhat.com>
2734
2735 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2736 generic_dummy_frame method and old method. Also distinguish
2737 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2738 (arm_extract_return_value): Use new regcache method.
2739
2740 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2741 adjustment that doesn't conform to the ABI.
2742 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2743 saved regcache, not from current regcache.
2744
2745 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2746
2747 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2748 * README: Update.
2749
2750 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2751
2752 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2753 if arm_apcs_32 is false.
2754
2755 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2756
2757 GDB 5.3 branch created.
2758
2759 2002-09-03 Theodore A. Roth <troth@verinet.com>
2760
2761 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2762 generic_unwind_get_saved_register.
2763
2764 2002-09-03 David Carlton <carlton@math.stanford.edu>
2765
2766 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2767 argument (PR gdb/653). Update call to smash_to_method_type.
2768 (read_structure_scope): Update call to dwarf2_add_member_fn.
2769
2770 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2771
2772 * x86-64-linux-tdep.c: Include gdb_string.h
2773 * x86-64-linux-nat.c: Ditto.
2774
2775 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2776
2777 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2778 when YYDEBUG is set to 1.
2779 * c-exp.y: Likewise.
2780 * f-exp.y: Likewise.
2781 * jv-exp.y: Likewise.
2782 * m2-exp.y: Likewise.
2783 * p-exp.y: Likewise.
2784
2785 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2786
2787 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2788 dependency list.
2789 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2790 solib_svr4_fetch_link_map_offsets to
2791 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2792 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2793 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2794 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2795 solib-svr4.o, and solib-legacy.o.
2796 * config/i386/tm-nbsd.h: Include solib.h.
2797
2798 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2799
2800 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2801 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2802 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2803 comment noting that this needs its own target configuration.
2804 * config/i386/nbsd.mt: New file.
2805 * config/i386/nbsdaout.mt: Remove.
2806 * config/i386/nbsdelf.mt: Ditto.
2807 * config/i386/tm-nbsdaout.h: Ditto.
2808
2809 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2810
2811 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2812 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2813 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2814 tdep->sigtramp_end.
2815 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2816 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2817 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2818
2819 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2820
2821 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2822 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2823 * i386-tdep.h (i386bsd_init_abi): New prototype.
2824 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2825 function declaration.
2826 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2827 for NetBSD-a.out or NetBSD-ELF.
2828 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2829 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2830 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2831 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2832 and nbsd-tdep.h.
2833 (i386nbsd_pc_in_sigtramp): New function.
2834 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2835 i386nbsd_pc_in_sigtramp.
2836 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2837 and i386nbsdelf_init_abi OS ABI handlers.
2838 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2839 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2840
2841 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2842
2843 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2844 registers if the target really has them.
2845
2846 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2847
2848 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2849 than nbsd-tdep.h.
2850
2851 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2852
2853 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2854 list.
2855 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2856 (alphanbsd_skip_sigtramp_frame): New functions.
2857 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2858 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2859 to alphanbsd_sigcontext_addr.
2860
2861 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2862
2863 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2864 list.
2865 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2866 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2867 nbsd_pc_in_sigtramp.
2868 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2869 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2870 * nbsd-tdep.c: Include gdb_string.h.
2871 (nbsd_pc_in_sigtramp): New function.
2872 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2873 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2874 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2875 ppcnbsd_pc_in_sigtramp.
2876 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2877 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2878 shnbsd_pc_in_sigtramp.
2879 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2880 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2881 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2882
2883 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2884
2885 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2886 watchpoints to NULL.
2887 (insert_breakpoints): set val field of watchpoints if NULL.
2888
2889
2890 2002-08-29 Jim Blandy <jimb@redhat.com>
2891
2892 * symtab.c (lookup_symbol_aux): In the cases where we find a
2893 minimal symbol of an appropriate name and use its address to
2894 select a symtab to read and search, use `name' (as passed to us)
2895 as the demangled name when searching the symtab's global and
2896 static blocks, not the minsym's name.
2897
2898 2002-08-29 Keith Seitz <keiths@redhat.com>
2899
2900 * stack.c (print_frame_info_base): Always set current_source_symtab
2901 and current_source_line.
2902
2903 2002-08-29 Donn Terry <donnte@microsoft.com>
2904
2905 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2906
2907 2002-08-28 Keith Seitz <keiths@redhat.com>
2908
2909 * stack.c (select_frame): Add FIXME concerning selected-frame
2910 events.
2911 (select_frame_command): Send selected-frame-level-changed
2912 event notification, but only if the level actually changed.
2913 (up_silently_base): Add selected-frame-level-changed event
2914 notification.
2915 (down_silently_base): Likewise.
2916
2917 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2918
2919 * Makefile.in: Update dependencies for all gdb/*.c files.
2920
2921 2002-08-27 Tom Tromey <tromey@redhat.com>
2922
2923 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2924 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2925 Update dependencies.
2926 * i387-tdep.c: Include gdb_string.h.
2927 * osabi.c: Likewise.
2928 * i386-linux-nat.c: Likewise.
2929 * lin-lwp.c: Likewise.
2930 * ax-gdb.c: Likewise.
2931 * signals/signals.c: Likewise.
2932 * jv-valprint.c: Likewise.
2933 * p-lang.c: Likewise.
2934 * c-valprint.c: Likewise.
2935 * cp-abi.c: Likewise.
2936
2937 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2938
2939 * cli/cli-script.h (copy_command_lines): Export.
2940 * breakpoint.c: Include cli/cli-script.h.
2941 * Makefile.in (breakpoint.o): Update dependencies.
2942
2943 2002-08-26 Michael Snyder <msnyder@redhat.com>
2944
2945 * breakpoint.c (insert_breakpoints): Protect all references
2946 to 'process_warning'. Shorten long lines.
2947
2948 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2949
2950 * cli/cli-script.c (copy_command_lines): New function.
2951 * defs.h (copy_command_lines): Export.
2952 * testsuite/gdb.base/commands.exp: New tests for commands
2953 attached to a temporary breakpoint, and for commands that
2954 delete the breakpoint they are attached to.
2955
2956 2002-08-26 Michael Snyder <msnyder@redhat.com>
2957
2958 * breakpoint.c (bpstat_stop_status): Instead of copying the
2959 pointer to the breakpoint commands struct, make a new copy
2960 of the struct and point to that.
2961 (bpstat_clear): Free the commands struct.
2962 (bpstat_clear_actions): Free the commands struct.
2963 (bpstat_do_actions): Free the command actions. Also execute
2964 the local cleanups, instead of deleting them.
2965 (delete_breakpoint): Leave the commands field of the bpstat
2966 chain alone -- it will be freed later.
2967
2968 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2969
2970 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2971 deleted in 2002-08-20 commit. This function is still used by
2972 ppc-linux-nat.c.
2973
2974 2002-08-26 Keith Seitz <keiths@redhat.com>
2975
2976 * gdb-events.sh: Add selected-frame-level-changed event.
2977 * gdb-events.c: Regenerated.
2978 * gdb-events.h: Regenerated.
2979
2980 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2981
2982 Fix PR gdb/393:
2983 * inflow.c (terminal_save_ours): New function to save terminal
2984 settings.
2985 * inferior.h (terminal_save_ours): Declare.
2986 * target.c (debug_to_terminal_save_ours): New function.
2987 (cleanup_target): Defaults to_terminal_save_ours.
2988 (update_current_target): Inherit to_terminal_save_ours.
2989 (setup_target_debug): Set to_terminal_save_ours.
2990 * target.h (target_terminal_save_ours): New to save terminal settings.
2991 (target_ops): New member to_terminal_save_ours.
2992 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2993 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2994 * inftarg.c (init_child_ops): Likewise.
2995 * m3-nat.c (init_m3_ops): Likewise.
2996 * procfs.c (init_procfs_ops): Likewise.
2997 * wince.c (init_child_ops): Likewise.
2998 * win32-nat.c (init_child_ops): Likewise.
2999 * sol-thread.c (init_sol_thread_ops): Likewise.
3000
3001 2002-08-26 Mark Kettenis <kettenis@gnu.org>
3002
3003 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
3004 use regcache_* functions.
3005 (i386_gdbarch_init): Set store_return_value instead of
3006 deprecated_store_return_value.
3007
3008 * regcache.c (regcache_raw_write_signed,
3009 regcache_raw_write_unsigned): New functions.
3010 * regcache.h (regcache_raw_write_signed,
3011 regcache_raw_write_unsigned): New prototypes.
3012
3013 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3014
3015 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
3016 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
3017 source file dependencies. Cleanup corresponding generator rules.
3018
3019 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3020
3021 * regcache.h (register_offset_hack): Declare.
3022 (regcache_cooked_read_using_offset_hack): Declare.
3023 (regcache_cooked_write_using_offset_hack): Declare.
3024
3025 * regcache.c (register_offset_hack): New function.
3026 (regcache_cooked_read_using_offset_hack): New function.
3027 (regcache_cooked_write_using_offset_hack): New function.
3028 (regcache_dump): Check that the registers, according to their
3029 offset, are packed hard against each other.
3030 (cooked_xfer_using_offset_hack): New function.
3031
3032 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3033
3034 * regcache.c (struct regcache_descr): Add field register_type.
3035 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
3036 in as a parameter
3037 (init_regcache_descr): Initialize register_type. Pass the descr
3038 to init_legacy_regcache_descr. Use register_type instead of
3039 REGISTER_VIRTUAL_TYPE.
3040 (register_type): New function.
3041 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
3042 * regcache.h (register_type): Declare.
3043
3044 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3045
3046 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
3047 instead of deprecated_store_return_value. Fix fallout from
3048 2002-08-23 Andrew Cagney <cagney@redhat.com>.
3049
3050 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3051
3052 * regcache.c (max_register_size): New function.
3053 (init_legacy_regcache_descr): Ensure that max_register_size is
3054 large enough for REGISTER_VIRTUAL_SIZE.
3055 * regcache.h (max_register_size): Declare.
3056
3057 2002-08-24 Andrew Cagney <ac131313@redhat.com>
3058
3059 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
3060 store_return_value.
3061 (e500_extract_return_value): Change type of valbuf pointer to
3062 void.
3063
3064 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3065
3066 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
3067 workaround.
3068
3069 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
3070 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
3071 long long) to prevent compiler warning on 64-bit systems.
3072
3073 2002-08-23 Andrew Cagney <cagney@redhat.com>
3074
3075 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
3076 (DEPRECATED_STORE_RETURN_VALUE): New method.
3077 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
3078 * gdbarch.h, gdbarch.c: Re-generate.
3079
3080 * values.c (set_return_value): Pass current_regcache to
3081 STORE_RETURN_VALUE.
3082 * arch-utils.h (legacy_store_return_value): Declare.
3083 * arch-utils.c (legacy_store_return_value): New function.
3084 (legacy_extract_return_value): Update parameters.
3085
3086 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
3087 STORE_RETURN_VALUE.
3088 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3089 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3090 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3091 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3092 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3093 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3094 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3095 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3096 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3097 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3098
3099 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3100 * i386-tdep.c (i386_extract_return_value): Update.
3101 * arch-utils.c (legacy_extract_return_value): Update.
3102 * frv-tdep.c (frv_gdbarch_init): Update.
3103 * cris-tdep.c (cris_gdbarch_init): Update.
3104 * d10v-tdep.c (d10v_gdbarch_init): Update.
3105 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3106 * m68k-tdep.c (m68k_gdbarch_init): Update.
3107 * mcore-tdep.c (mcore_gdbarch_init): Update.
3108 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3109 * s390-tdep.c (s390_gdbarch_init): Update.
3110 * sparc-tdep.c (sparc_gdbarch_init): Update.
3111 * sh-tdep.c (sh_gdbarch_init): Update.
3112 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3113 * v850-tdep.c (v850_gdbarch_init): Update.
3114 * avr-tdep.c (avr_gdbarch_init): Update.
3115 * ia64-tdep.c (ia64_gdbarch_init): Update.
3116 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3117 * vax-tdep.c (vax_gdbarch_init): Update.
3118 * alpha-tdep.c (alpha_gdbarch_init): Update.
3119 * arm-tdep.c (arm_gdbarch_init): Update.
3120 * mips-tdep.c (mips_gdbarch_init): Update.
3121 * i386-tdep.c (i386_gdbarch_init): Update.
3122
3123 2002-08-23 Andrew Cagney <ac131313@redhat.com>
3124
3125 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
3126 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
3127
3128 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3129
3130 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
3131 problems.
3132
3133 2002-08-23 Joel Brobecker <brobecker@gnat.com>
3134
3135 * infrun.c (handle_inferior_event): Move a comment outside of a
3136 function call, in order to avoid indent reformatting this part
3137 of the code in an unreadable way.
3138
3139 2002-08-23 Grace Sainsbury <graces@redhat.com>
3140
3141 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
3142 when breakpoints fail. Move general breakpoint error messages to
3143 insert_breakpoints.
3144 * breakpoint.c (insert_breakpoints): Change warnings when
3145 breakpoints are nto inserted to specify the type. Remove call to
3146 memory_error when hardware breakpoints can't be inserted. Remove
3147 multiple calls to warning so all messages are sent to the user at
3148 once.
3149 (delete_breakpoints): Make insert error messsages more explicit.
3150
3151 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
3152
3153 * ChangeLog: Move gdbserver entries after GDB 5.2 to
3154 gdbserver/ChangeLog.
3155
3156 2002-08-23 Mark Kettenis <kettenis@gnu.org>
3157
3158 * i386-tdep.c: Include "objfiles.h".
3159 (i386_svr4_init_abi): Set in_solib_call_trampoline and
3160 skip_trampoline_code.
3161 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
3162 (CPLUS_MARKER): Define to '.'.
3163
3164 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
3165 member.
3166 (linux_corefile_thread_callback): Increase args->num_notes.
3167 (linux_make_note_section): Initialize thread_args.num_notes, and
3168 use it to determine whether notes for any threads were created.
3169
3170 2002-08-23 Donn Terry <donnte@microsoft.com>
3171
3172 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
3173 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
3174 and PCUNKILL.
3175 (write_with_trace): Conditionalize out the switch branch handling
3176 PCSHOLD if the corresponding macro is not defined. Likewise for
3177 PRSABORT and PRSTOP.
3178 This change will be needed by the Interix port.
3179
3180 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3181
3182 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
3183 write_register wherever possible instead of manipulating the
3184 register bytes directly.
3185 Assign VALUE_CONTENTS to a variable and use that.
3186 The GPR numbers are now dependent on the architecture.
3187
3188 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3189
3190 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
3191 ev_offset fields.
3192 (skip_prologue): Add support for BookE/e500 instructions.
3193 (e500_extract_return_value): New function.
3194 (frame_get_saved_regs): Add support for saving ev registers and
3195 pseudo gpr's.
3196 (e500_store_return_value): New function.
3197 (rs6000_gdbarch_init): Move up default intializations of
3198 deprecated_extract_return_value and store_return_value. Overwrite
3199 init of store_return_value with e500 specific version.
3200 Set extract_return_value for e500.
3201
3202 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3203
3204 * blockframe.c (generic_call_dummy_register_unwind): Use
3205 regcache_cooked_read to catch cases in which the variable is
3206 stored in a pseudo register.
3207
3208 2002-08-22 Andrew Cagney <cagney@redhat.com>
3209
3210 * NEWS: Mention that the i960 has been made obsolete.
3211 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3212 i960-tdep.c
3213 (remote-nrom.o): Obsolete target.
3214 (remote-nindy.o, i960-tdep.o): Ditto.
3215 * remote-nrom.c: Make file obsolete.
3216 * remote-nindy.c, remote-vx960.c: Ditto.
3217 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3218 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3219 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3220 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3221 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3222 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3223 i960-*-vxworks* obsolete.
3224 * MAINTAINERS: Note that the i960 is obsolete.
3225
3226 2002-08-21 Corinna Vinschen <vinschen@redhat.com
3227
3228 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3229 detach to allow reinitialization.
3230
3231 2002-08-22 Andrew Cagney <ac131313@redhat.com>
3232
3233 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3234 attempt).
3235
3236 2002-08-22 Jim Blandy <jimb@redhat.com>
3237
3238 * coffread.c (coff_symfile_read): Don't try to read the line
3239 number table from disk if the image file doesn't have a symbol
3240 table; we'll never actually look at the info anyway, and Windows
3241 ships DLL's with bogus file offsets for the line number data.
3242
3243 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
3244
3245 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3246 an e500 executable.
3247
3248 2002-08-21 Michael Snyder <msnyder@redhat.com>
3249
3250 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3251 (MSYMBOL_SIZE): Replace macro with function.
3252 (DEFAULT_MIPS_TYPE): Delete unused macro.
3253 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3254 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3255
3256 2002-08-21 Jim Blandy <jimb@redhat.com>
3257
3258 * valops.c (value_cast): Simplify and correct logic for doing a
3259 static cast from a pointer to a base class to a pointer to a
3260 derived class.
3261
3262 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3263
3264 * infcmd.c (default_print_registers_info): Replace
3265 do_registers_info.
3266 (registers_info): Use gdbarch_print_registers_info instead of
3267 DO_REGISTERS_INFO.
3268 * inferior.h (default_print_registers_info): Replace
3269 do_registers_info.
3270 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3271 (DO_REGISTERS_INFO): Change to a predicate function.
3272 * gdbarch.h, gdbarch.c: Regenerate.
3273
3274 2002-08-21 Keith Seitz <keiths@redhat.com>
3275
3276 * gdb-events.sh: Add target-changed event.
3277 * gdb-events.c: Regenerated.
3278 * gdb-events.c: Regenerated.
3279 * valops.c (value_assign): Add target-changed event notification
3280 to inlval_register, lval_memory, and lval_reg_frame_relative.
3281
3282 2002-08-21 Joel Brobecker <brobecker@gnat.com>
3283
3284 * NEWS: Add an entry regarding the improvement of the next/step
3285 operation on Alpha Tru64 multi-processor machines.
3286
3287 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3288
3289 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3290 directores.
3291 * Makefile.in: Update all _h macro definitions.
3292 * Makefile.in (install-gdbtk): Move to install section.
3293 (rdi-share/libangsd.a): Move to end of file.
3294
3295 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3296
3297 * frame.c (frame_register_unwind): When a register, set addrp to
3298 the register's byte.
3299
3300 2002-08-20 Michael Snyder <msnyder@redhat.com>
3301
3302 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3303 used locally, so move them from the target machine header to here.
3304 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3305 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3306 Make static.
3307 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3308
3309 2002-08-20 Andrew Cagney <cagney@redhat.com>
3310
3311 * NEWS: Mention that the Apollo line was made obsolete.
3312 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3313 m68*-hp-hpux* obsolete.
3314 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3315 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3316 * buildsym.c (make_blockvector): Make static.
3317 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3318 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3319 (ALLDEPFILES): Remove dstread.c.
3320 (dstread.o): Obsolete make rule.
3321 * dstread.c: Makefile obsolete.
3322 * dst.h: Ditto.
3323 * config/m68k/hp300hpux.mt: Ditto.
3324 * config/m68k/hp300hpux.mh: Ditto.
3325 * config/m68k/hp300bsd.mt: Ditto.
3326 * config/m68k/hp300bsd.mh: Ditto.
3327 * config/m68k/apollo68b.mt: Ditto.
3328 * config/m68k/apollo68v.mh: Ditto.
3329 * config/m68k/apollo68b.mh: Ditto.
3330
3331 2002-08-20 Michael Snyder <msnyder@redhat.com>
3332
3333 * mips-tdep.c (mips_in_return_stub): Make static.
3334 (mips_gdbarch_init): Set in_solib_return_trampoline.
3335 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3336
3337 2002-08-20 Michael Snyder <msnyder@redhat.com>
3338
3339 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3340 * gdbarch.c, gdbarch.h: Regenerate.
3341 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3342 Add.
3343 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3344
3345 2002-08-20 Michael Snyder <msnyder@redhat.com>
3346
3347 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3348 (mips_gdbarch_init): Set skip_trampoline_code,
3349 in_solib_call_trampoline.
3350 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3351 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3352
3353 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3354
3355 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3356
3357 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3358 vector type for ev registers.
3359 (e500_pseudo_register_read): New function.
3360 (e500_pseudo_register_write): New function.
3361 (e500_dwarf2_reg_to_regnum): New function.
3362 (PPC_UISA_NOFP_SPRS): New macro.
3363 (PPC_EV_REGS): New macro.
3364 (PPC_GPRS_PSEUDO_REGS): New macro.
3365 (registers_e500): New register set for e500.
3366 (variants): Add e500 variant.
3367 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3368 before setting architectural dependent variations. Initialize ev
3369 registers numbers. Add case for e500 architecture. Set the
3370 number of pseudo registers.
3371
3372 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3373
3374 * rs6000-tdep.c: Clean up comments.
3375
3376 2002-08-20 Andrew Cagney <cagney@redhat.com>
3377
3378 * h8300-tdep.c: Re-indent file.
3379
3380 2002-08-20 Jim Blandy <jimb@redhat.com>
3381
3382 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3383 default for this.
3384
3385 2002-08-20 Keith Seitz <keiths@redhat.com>
3386
3387 * breakpoints.c (watch_command_1): Use internal breakpoint
3388 when setting a watchpoint_scope breakpoint.
3389
3390 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3391
3392 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3393 (build_builtin_type_vec64i): Ditto.
3394 (build_builtin_type_vec128): Ditto.
3395 (build_builtin_type_vec128i): Ditto.
3396
3397 2002-08-19 Michael Snyder <msnyder@redhat.com>
3398
3399 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3400 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3401 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3402 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3403 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3404 CALL_DUMMY_ADDRESS): Delete.
3405 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3406 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3407 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3408 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3409 push_return_address.
3410 (mips_register_raw_size, mips_eabi_use_struct_convention,
3411 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3412 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3413 mips_init_extra_frame_info, mips_eabi_push_arguments,
3414 mips_n32n64_push_arguments, mips_push_return_address,
3415 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3416 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3417
3418 2002-08-19 Michael Snyder <msnyder@redhat.com>
3419
3420 * mips-tdep.c (mips_frame_num_args): New function.
3421 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3422 frame_saved_pc, frame_args_address, frame_locals_address,
3423 frame_num_args, and frame_args_skip.
3424 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3425 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3426 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3427 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3428
3429 2002-08-20 Michael Snyder <msnyder@redhat.com>
3430
3431 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3432 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3433 * mips-tdep.c (mips_store_struct_return): New function.
3434 (mips_extract_struct_value_address): New function.
3435 (mips_gdbarch_init): Set store_struct_return and
3436 extract_struct_value_address.
3437
3438 2002-08-20 David Carlton <carlton@math.stanford.edu>
3439
3440 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3441 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3442 (read_file_scope): Check that line_header is nonzero before
3443 decoding macro information.
3444
3445 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3446
3447 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3448 flag the general-purpose registers as floating-point on targets
3449 that don't support the floating-point registers.
3450
3451 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3452
3453 * rs6000-tdep.c (altivec_register_p): Delete.
3454 (rs6000_do_altivec_registers): Delete.
3455 (rs6000_altivec_registers_info): Delete.
3456 (rs6000_do_registers_info): Delete.
3457 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3458 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3459
3460 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3461
3462 * infcmd.c (do_registers_info): Print vector registers in hex
3463 format only.
3464 (print_vector_info): Check that printing registers
3465 makes sense.
3466 (print_float_info): Ditto.
3467
3468 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3469
3470 * mips-tdep.c (mips_gdbarch_init): Update.
3471 (mips_o32_extract_return_value): Rewrite.
3472 (mips_o32_store_return_value): Rewrite.
3473 (mips_o32_xfer_return_value): New function.
3474 (mips_xfer_register): Tweak debug print message. Allow for
3475 buf_offset when dumping the value transfered.
3476
3477 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3478
3479 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3480 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3481 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3482 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3483 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3484
3485 2002-08-14 Michael Snyder <msnyder@redhat.com>
3486
3487 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3488
3489 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3490
3491 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3492 register.
3493 (P): New macro to define a register as a pseudo register.
3494 (R, R4, R8, R16, FR32, R64, R0): Updated.
3495 (struct variant): Add new fields for number of pseudo registers
3496 and number of total registers.
3497 (tot_num_registers): New macro replacing....
3498 (num_registers): ...deleted macro.
3499 (num_registers): New function.
3500 (num_pseudo_registers): New function.
3501 (variants): Update all variants to intialize new fields correctly.
3502 Postpone initialization of number of pseudo regs and real regs.
3503 (init_variants): New function.
3504 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3505 registers offsets.
3506
3507 2002-08-19 David Carlton <carlton@math.stanford.edu>
3508
3509 * valops.c (search_struct_field): Change error message to treat
3510 return value of 0 from value_static_field as meaning that field is
3511 optimized out.
3512 (value_struct_elt_for_reference): Ditto.
3513 * values.c (value_static_field): Treat an unresolved location the
3514 same as a nonexistent symbol. Fix PR gdb/635.
3515 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3516 enclosed. Fix PR gdb/574.
3517 * MAINTAINERS: Add self to Write After Approval list.
3518
3519 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3520
3521 * mips-tdep.c (mips_xfer_register): New function.
3522 (mips_n32n64_extract_return_value): Rewrite.
3523 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3524 instead of deprecated_extract_return_value.
3525
3526 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3527
3528 * rs6000-tdep.c (TDEP): Delete macro.
3529 (branch_dest): Replace use of TDEP macro with its body.
3530 (rs6000_pop_frame): Ditto.
3531 (rs6000_push_arguments): Ditto.
3532 (rs6000_skip_trampoline_code): Ditto.
3533 (rs6000_frame_saved_pc): Ditto.
3534 (rs6000_frame_chain): Ditto.
3535 (rs6000_register_name): Ditto.
3536 (rs6000_register_byte): Ditto.
3537 (rs6000_register_raw_size): Ditto.
3538 (rs6000_register_virtual_type): Ditto.
3539 (rs6000_register_convertible): Ditto.
3540 (rs6000_convert_from_func_ptr_addr): Ditto.
3541
3542 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3543
3544 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3545 conditionally.
3546 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3547 MIPS_LINUX_JB_ELEMENT_SIZE.
3548 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3549 for MAX_REGISTER_RAW_SIZE arrays.
3550 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3551 MIPS_LINUX_JB_ELEMENT_SIZE.
3552
3553 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3554
3555 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3556
3557 2002-08-19 Aidan Skinner <aidan@velvet.net>
3558
3559 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3560 ada-valprint.c ada-tasks.c.
3561 (YYFILES): Add ada-exp.y.
3562 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3563 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3564 (ada-exp.tab.o): New target.
3565
3566 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3567
3568 * regcache.c (regcache_xfer_part): New function.
3569 (regcache_raw_read_part): New function.
3570 (regcache_raw_write_part): New function.
3571 (regcache_cooked_read_part): New function.
3572 (regcache_cooked_write_part): New function.
3573 * regcache.h (regcache_raw_read_part): Declare.
3574 (regcache_raw_write_part): Declare.
3575 (regcache_cooked_read_part): Declare.
3576 (regcache_cooked_write_part): Declare.
3577
3578 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3579
3580 * remote.c (remote_open_1): Add async_p.
3581 (remote_async_open_1): Delete.
3582 (open_remote_target): Delete.
3583 (remote_open, extended_remote_open): Update calls to remote_open_1.
3584 (remote_async_open, extended_remote_async_open): Call
3585 remote_open_1 instead of remote_async_open_1.
3586
3587 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3588
3589 * blockframe.c: Fix a few coding standard violations.
3590
3591 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3592
3593 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3594 here from ...
3595 * config/i386/tm-i386sco5.h: ... here. File removed.
3596 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3597
3598 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3599 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3600 (TM_FILE): Set to tm-i386.h.
3601 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3602 * config/i386/tm-i386v.h: Remove file.
3603 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3604 instead of "i386/tm-i386v.h".
3605 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3606 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3607 "i386/tm-i386v.h".
3608 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3609 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3610 "i386/tm-i386.h".
3611
3612 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3613
3614 * config/i386/nm-i386v.h: Add protection against
3615 multiple-inclusion.
3616 (i386_register_u_addr): Remove prototype.
3617 (register_u_addr): New prototype.
3618 (REGISTER_U_ADDR): Redefine accordingly.
3619 * i386v-nat.c: Improve several comments.
3620 (i386_register_u_addr): Change signature and rename to
3621 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3622 ubase variable.
3623
3624 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3625
3626 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3627 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3628 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3629 deprecated_extract_return_value.
3630 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3631 rename mips_o32o64_push_arguments.
3632 (mips_gdbarch_init): Update.
3633 (mips_extract_return_value): Delete.
3634 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3635 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3636 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3637 (mips_n32n64_extract_return_value): Clone
3638 mips_extract_return_value.
3639 (mips_store_return_value): Delete.
3640 (mips_o32_store_return_value): Clone mips_store_return_value.
3641 (mips_o64_store_return_value): Clone mips_store_return_value.
3642 (mips_eabi_store_return_value): Clone mips_store_return_value.
3643 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3644
3645 2002-08-18 Aidan Skinner <aidan@velvet.net>
3646
3647 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3648 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3649
3650 2002-08-18 Aidan Skinner <aidan@velvet.net>
3651
3652 * ada-lang.c: Run through gdb_indent.sh.
3653 * ada-lang.h: Run through gdb_indent.sh.
3654 * ada-tasks.c: Run through gdb_indent.sh.
3655 * ada-typeprint.c: Run through gdb_indent.sh.
3656 * ada-valprint.c: Run through gdb_indent.sh.
3657
3658 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3659
3660 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3661 ABI.
3662
3663 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3664
3665 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3666
3667 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3668 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3669
3670 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3671 write_register_gen instead of write_register_bytes.
3672
3673 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3674 i[3456]-*-osf1mk* configurations have been made obsolete.
3675 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3676 i[3456]86-*-osf1mk* hosts obsolete.
3677 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3678 targets obsolete.
3679 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3680 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3681 config/i386/i386m3.mt, config/i386/nm-m3.h,
3682 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3683 config/i386/i386mk.mh, config/i386/i386mk.mt,
3684 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3685 obsolete.
3686 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3687 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3688 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3689
3690 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3691
3692 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3693 (hppa_value_returned_from_stack): Declare.
3694 (hppa_extract_return_value): Declare.
3695 * config/pa/hppa.mt: New file.
3696 * configure.tgt: Recognize hppa*-*-*.
3697 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3698
3699 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3700
3701 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3702 comment.
3703
3704 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3705
3706 * top.c (gdb_rl_operate_and_get_next): Make sure
3707 operate-and-get-next functions correctly even when the history
3708 list is completely filled.
3709
3710 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3711
3712 * MAINTAINERS (Target Instruction Set Architectures): Rename
3713 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3714 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3715 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3716 already listed under Host/Native.
3717
3718 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3719 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3720 mips*-*-*.
3721
3722 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3723
3724 * config/ia64/ia64.mt: New file.
3725 * config/alpha/alpha.mt: New file.
3726 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3727 ia64-linux-gnu. Mention that ia64-elf is broken.
3728 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3729
3730 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3731
3732 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3733 generic_func_frame_valid instead of func_frame_valid.
3734
3735 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3736
3737 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3738 procfs appears to be broken when debugging on multi-processor
3739 machines. So enable software single stepping in order to avoid
3740 using the procfs interface to do next/step operations, using
3741 internal breakpoints instead.
3742
3743 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3744 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3745 make this pc address equal to the value it would have if the
3746 system stepping capability was used. Also set a new flag used
3747 to ensure that we don't readjust the PC one more time later.
3748
3749 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3750 address by DECR_PC_AFTER_BREAK when software single step is
3751 in use for this architecture, as this has already been taken
3752 care of in handle_inferior_event().
3753
3754 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3755
3756 * infrun.c (handle_inferior_event): Minor reformatting, to make
3757 a rather long condition expression easier to read.
3758
3759 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3760
3761 * Makefile.in (gdbtk.o): Move to end of file.
3762 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3763 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3764 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3765 (gdbtk-wrapper.o, gdbres.o): Ditto.
3766
3767 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3768
3769 * Makefile.in (copying.o): Separate out compile rule.
3770 (hpux-thread.o, procfs.o, signals.o): Ditto.
3771 (v850ice.o, z8k-tdep.o): Ditto.
3772 (tui-file.o): Move to TUI section.
3773 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3774 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3775
3776 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3777
3778 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3779 skip_trampoline_code, for better namespace-proofing.
3780
3781 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3782
3783 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3784
3785 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3786
3787 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3788
3789 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3790 signal, check whether we hit a breakpoint before checking for a
3791 single step breakpoint. Otherwise, GDB fails to notice that a
3792 breakpoint has been hit when stepping onto a breakpoint.
3793
3794 2002-08-16 Keith Seitz <keiths@redhat.com>
3795
3796 * gdb-events.sh (clear_gdb_event_hooks): New function.
3797 * gdb-events.c: Regenerate.
3798 * gdb-events.h: Regenerate.
3799
3800 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3801
3802 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3803 not_a_sw_breakpoint.
3804 * breakpoint.h (bpstat_stop_status): Add parameter names.
3805
3806 2002-08-16 Grace Sainsbury <graces@redhat.com>
3807
3808 * remote.c (remote_insert_hw_breakpoint)
3809 (remote_remove_hw_breakpoint): Fix calculation of length field
3810 for Z-packet.
3811
3812 2002-08-15 Michael Snyder <msnyder@redhat.com>
3813
3814 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3815 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3816 (supply_fpregset): Ditto.
3817
3818 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3819 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3820 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3821 (TARGET_READ_SP): Delete.
3822 (DO_REGISTERS_INFO): Delete.
3823 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3824 Delete.
3825 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3826 from macros to functions.
3827
3828 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3829 (mips_register_convertible, mips_register_convert_to_virtual,
3830 mips_register_convert_to_raw): Make static.
3831 (mips_read_sp): New function.
3832 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3833 (mips_do_registers_info): Make static.
3834 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3835 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3836 (mips_register_convert_from_type, mips_register_convert_to_type):
3837 New functions.
3838 (mips_gdbarch_init): Set up function_start_offset,
3839 register_virtual_size, pc_in_sigtramp.
3840
3841 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3842
3843 * infcmd.c (vector_info): New function.
3844 (_initialize_infcmd): Add command "info vector".
3845 (print_vector_info): New function.
3846
3847 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3848 * gdbarch.h, gdbarch.c: Regenerate.
3849
3850 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3851
3852 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3853 ``print_all''. Only print vector registers when ``print_all''.
3854
3855 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3856
3857 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3858 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3859
3860 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3861 Add `args' parameter.
3862 * gdbarch.h, gdbarch.c: Regenerate.
3863
3864 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3865
3866 * infcmd.c (float_info): Call print_float_info.
3867 (print_float_info): New function. By default, print the
3868 floating-point registers.
3869
3870 * arch-utils.h (default_print_float_info): Delete declaration.
3871 * arch-utils.c (default_print_float_info): Delete function.
3872
3873 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3874
3875 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3876 out define.
3877
3878 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3879 FRAME.
3880
3881 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3882 * configure.host: Make i[3456]86-*-aix host obsolete.
3883 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3884 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3885 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3886 config/i386/xm-i386aix.h: Make files obsolete.
3887 * i386aix-nat.c: Make file obsolete.
3888 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3889 (i386aix-nat.o): Make target obsolete.
3890
3891 * config/i386/nm-gnu.h: Removed.
3892 * config/i386/nm-i386gnu.h: New file.
3893 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3894 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3895 Moved here from ...
3896 * config/i386/tm-i386gnu.h: ... here. Removed.
3897 * config/i386/xm-i386gnu.h: Removed.
3898 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3899 (NAT_FILE): Set to nm-i386gnu.h.
3900 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3901 * i386-tdep.c: New file.
3902 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3903 (i386gnu-tdep.o): Specify dependencies.
3904
3905 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3906
3907 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3908 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3909 Adjust a few comments to reflect reality a bit closer.
3910 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3911 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3912 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3913 target_insert_watchpoint, target_remove_watchpoint):
3914 Move defines to ...
3915 * config/i386/nm-i386sco5.h: ... here.
3916 (kernel_u_size): Add prototype. Improve a few comments and add
3917 protection against multiple inclusion.
3918
3919 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3920 out define.
3921
3922 * uw-thread.c (SP_ARG0): Define if not already defined.
3923 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3924
3925 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3926
3927 * config/i386/tm-i386.h: Don't include "regcache.h".
3928
3929 * i387-tdep.h (i387_print_float_info): New prototype.
3930 * i387-tdep.c (print_i387_value, print_i387_ext,
3931 print_i387_status_word, print_i387_control_word): Add `struct
3932 ui_file *' argument and use it for output.
3933 (i387_print_float_info): Renamed from i387_float_info. Add
3934 `struct gdbarch *' and `struct ui_file *' arguments and use the
3935 latter for output.
3936 * i386-tdep.c: Include "i387-tdep.h".
3937 (i386_gdbarch_init): Set print_float_info.
3938 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3939 (FLOAT_INFO): Remove define.
3940
3941 2002-08-13 Michael Snyder <msnyder@redhat.com>
3942
3943 * mips-tdep.c (mips_push_arguments): Rename to
3944 mips_eabi_push_arguments, and tune for EABI.
3945 (MIPS_REGS_HAVE_HOME_P): Delete.
3946 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3947 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3948 Delete references to mips_regs_have_home_p.
3949
3950 2002-08-14 Keith Seitz <keiths@redhat.com>
3951
3952 * Makefile.in (install-gdbtk): Create insight plugin directory.
3953 Install plugins.tcl file.
3954
3955 2002-08-14 Keith Seitz <keiths@redhat.com>
3956
3957 * configure.in: Move SUBDIRS to near top of the file so that
3958 --enable options may add things to it.
3959 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3960 * configure: Regenerate.
3961
3962 2002-08-13 Michael Snyder <msnyder@redhat.com>
3963
3964 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3965 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3966 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3967
3968 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3969
3970 * vax-tdep.c (vax_get_saved_register): Delete function.
3971 (vax_gdbarch_init): Update.
3972 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3973 (ns32k_gdbarch_init): Update.
3974 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3975 (alpha_gdbarch_init): Update.
3976
3977 2002-08-13 Andrew Cagney <cagney@redhat.com>
3978
3979 * regcache.c (init_regcache_descr): Overallocate the
3980 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3981 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3982 nr_raw_registers.
3983 (set_register_cached): Add range checking assertions. Use
3984 current_regcache.
3985
3986 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3987
3988 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3989 numbers for MMX registers.
3990
3991 2002-08-13 Andrew Cagney <cagney@redhat.com>
3992
3993 * i386-tdep.c (i386_gdbarch_init): Use
3994 generic_unwind_get_saved_register.
3995
3996 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3997
3998 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3999 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
4000 target vector.
4001 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
4002 Delete. Add comment regarding this now-deleted target method.
4003
4004 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4005
4006 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
4007 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
4008 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
4009 real PC and the page number (if it's within the memory bank window).
4010 (m68hc11_pseudo_register_write): Likewise when saving.
4011 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
4012 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
4013 (m68hc11_register_raw_size): And use 32-bit for it.
4014 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
4015 16K memory bank is used by the prog; also use the virtual pc.
4016
4017 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4018
4019 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
4020 (m68hc11_gdbarch_init): Install it in gdbarch.
4021 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
4022 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
4023 (MSYMBOL_SIZE): New for documentation.
4024 (insn_return_kind): Enum to specify how a function returns.
4025 (frame_extra_info): Cleanup and record the return mode.
4026 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
4027 register in address computation.
4028 (m68hc11_get_return_insn): New to obtain the return instruction used
4029 by the function.
4030 (m68hc11_frame_init_saved_regs): Take into account the return
4031 instruction used by the function for far and interrupt functions.
4032 (m68hc11_init_extra_frame_info): Take into account page register.
4033 (m68hc11_frame_args_address): Adjust according to the return mode.
4034 (show_regs): Print page register only when it's used.
4035
4036 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4037
4038 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
4039 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
4040 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
4041 registers.
4042 (m68hc11_register_raw_size): Likewise.
4043
4044 2002-08-13 Andrew Cagney <cagney@redhat.com>
4045
4046 * i386-tdep.c (i386_register_name): Handle mmx registers.
4047 (mmx_regnum_p): New function.
4048 (i386_mmx_names): New array.
4049 (mmx_num_regs): New variable.
4050 (i386_pseudo_register_read): New function.
4051 (i386_pseudo_register_write): New function.
4052 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
4053
4054 * regcache.c (regcache_raw_read_unsigned): New function.
4055 (regcache_raw_read_signed): New function.
4056 * regcache.h (regcache_raw_read_unsigned): Declare.
4057 (regcache_raw_read_signed): Declare.
4058
4059 2002-08-13 Andrew Cagney <cagney@redhat.com>
4060
4061 * regcache.c (regcache_raw_read_as_address): Delete function.
4062 (regcache_cooked_read_signed): New function.
4063 (regcache_cooked_read_unsigned): New function.
4064 * regcache.h (regcache_cooked_read_signed): Declare.
4065 (regcache_cooked_read_unsigned): Declare.
4066 (regcache_raw_read_as_address): Delete declaration.
4067
4068 * blockframe.c (generic_read_register_dummy): Use
4069 regcache_cooked_read_unsigned.
4070 * i386-tdep.c (i386_extract_struct_value_address): Use
4071 regcache_cooked_read_unsigned.
4072
4073 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4074
4075 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
4076 double sizes according to ELF ABI flags.
4077 (gdbarch_tdep): Record elf_flags.
4078
4079 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4080
4081 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
4082 (m6812_prolog): They can appear in 68HC12 function prologue.
4083 (m68hc11_frame_chain): Cleanup.
4084
4085 2002-08-12 Andrew Cagney <cagney@redhat.com>
4086
4087 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
4088 declarations.
4089 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
4090 (i386_linux_register_raw_size): Delete function.
4091 (i386_linux_init_abi): Update.
4092 * i386-tdep.c (i386_register_raw_size): Delete function.
4093 (i386_register_byte): Delete function.
4094 (i386_gdbarch_init): Update.
4095 (i386_register_size): Delete array.
4096 (i386_register_offset): Delete array.
4097
4098 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
4099 (REGISTER_RAW_SIZE): Delete macro.
4100 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
4101 (REGISTER_BYTE): Delete macro.
4102
4103 2002-08-11 Aidan Skinner <aidan@velvet.net>
4104
4105 * ada-lang.c (ada_lookup_partial_symbol)
4106 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
4107 prototype names so that grep ^func works properly.
4108
4109 * ada-lang.c (ada_array_element_type)
4110 (ada_lookup_partial_symbol): Fix typos in parameter list.
4111
4112 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
4113 Fix prototype names so that grep ^func works properly.
4114
4115 2002-08-10 Andrew Cagney <cagney@redhat.com>
4116 Elena Zannoni <ezannoni@redhat.com>
4117 Martin M. Hunt <hunt@redhat.com>
4118
4119 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
4120 (build_builtin_type_vec128i): Set the vector bit.
4121 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
4122 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
4123 (build_builtin_type_vec64): New function.
4124 (build_builtin_type_vec64i): New function.
4125 (build_gdbtypes): Initialize builtin_type_vec64 and
4126 builtin_type_vec64i.
4127
4128 2002-08-09 Andrew Cagney <cagney@redhat.com>
4129
4130 * regcache.c (regcache_dump): Compare the register offset
4131 with REGISTER_BYTE.
4132 * arch-utils.c (generic_register_byte): New function.
4133 * arch-utils.h (generic_register_byte): Declare.
4134 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
4135 * gdbarch.h, gdbarch.c: Regenerate.
4136
4137 2002-08-09 Andrew Cagney <cagney@redhat.com>
4138
4139 * regcache.c: Include "gdbcmd.h"
4140 (_initialize_regcache): Add commands "maintenance print
4141 registers", "maintenance print raw-registers" and "maintenance
4142 print cooked-registers".
4143 (enum regcache_dump_what): Define.
4144 (dump_endian_bytes): New function.
4145 (regcache_dump): New function.
4146 (regcache_print): New function.
4147 (maintenance_print_registers): New function.
4148 (maintenance_print_raw_registers): New function.
4149 (maintenance_print_cooked_registers): New function.
4150 * Makefile.in (regcache.o): Update dependencies.
4151
4152 2002-08-09 Michael Snyder <msnyder@redhat.com>
4153
4154 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
4155 (mips_push_arguments): Correct some comments. Use paddr_nz
4156 for printing addresses in debug output. Replace static
4157 allocation using MAX_REGISTER_RAW_SIZE with alloca.
4158 (mips_n32n64_push_arguments): New function, cloned from
4159 mips_push_arguments and tuned for the n32/n64 ABI.
4160 (mips_push_register): Buffer needs dynamic allocation.
4161 (mips_print_register): Ditto.
4162 (do_gp_register_row): Ditto.
4163 (mips_store_return_value): Ditto.
4164 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
4165
4166 2002-08-09 Don Howard <dhoward@redhat.com>
4167
4168 * memattr.c (mem_info_command): Print special case of upper bound
4169 as max CORE_ADDR + 1.
4170
4171 2002-08-08 Michael Snyder <msnyder@redhat.com>
4172
4173 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
4174 returns structs by ref if they're too big to fit in two registers.
4175
4176 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4177
4178 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
4179 saved regs value.
4180 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
4181 mips_find_saved_regs().
4182 (mips_pop_frame): Likewise.
4183
4184 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4185
4186 * blockframe.c (frame_saved_regs_register_unwind): Revise
4187 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
4188 frames are in use.
4189
4190 2002-08-09 Grace Sainsbury <graces@redhat.com>
4191
4192 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
4193 T-packets; the 'a' is not taken as a register number.
4194 (remote_check_watch_resources, remote_stopped_by_watchpoint)
4195 (remote_stopped_data_address): New functions; add to target
4196 vector.
4197 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
4198 prototypes to match other implementations of this
4199 function. replace integer argument with pointer -- the length
4200 field in the Z-packet is the length of what is pointed to or 1 if
4201 pointer is null. Add to target vector.
4202 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
4203 target vector.
4204
4205 From Mark Salter:
4206 * remote.c (remote_wait): Add support to extract optional
4207 watchpoint information from T-packet. Ignore unrecognized
4208 optional info in T-packet.
4209 (remote_async_wait): Ditto.
4210
4211 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
4212
4213 * cli/cli-dump.c: Change fopen modes to use binary open modes
4214 as defined in include/fopen-bin.h throughout.
4215
4216 2002-08-08 Michael Snyder <msnyder@redhat.com>
4217
4218 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4219
4220 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4221
4222 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4223 assertion failure by returning early after a warning.
4224
4225 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4226
4227 * mips-tdep.c (mips_find_saved_regs): Make static.
4228 (mips_frame_init_saved_regs): New function.
4229 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4230 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4231 (mips_find_saved_regs): Delete declaration.
4232
4233 2002-08-08 Grace Sainsbury <graces@redhat.com>
4234
4235 * remote.c (remote_wait, remote_async_wait): Change
4236 thread_num from int to ULONGEST.
4237 (unpack_varlen_hex): Change result parameter from
4238 int * to ULONGEST *.
4239
4240 2002-08-08 Andrew Cagney <ac131313@redhat.com>
4241
4242 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4243 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4244 powerpc*-*-*.
4245 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4246
4247 2002-08-08 Andrew Cagney <cagney@redhat.com>
4248
4249 * gcore.c (override_derive_stack_segment): Delete variable.
4250 (preempt_derive_stack_segment): Delete function.
4251 (derive_stack_segment): Delete function.
4252 (default_derive_stack_segment): Renamed to derive_stack_segment.
4253 (override_derive_heap_segment): Delete variable.
4254 (preempt_derive_heap_segment): Delete function.
4255 (derive_heap_segment): Delete function.
4256 (default_derive_heap_segment): Rename to derive_heap_segment.
4257
4258 2002-08-06 Michael Snyder <msnyder@redhat.com>
4259
4260 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4261 * mips-tdep.c (mips_EABI_use_struct_convention,
4262 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4263 New functions. (mips_use_struct_convention): Delete.
4264 (mips_gdbarch_init): set use_gdbarch_convention.
4265
4266 2002-08-06 Michael Snyder <msnyder@redhat.com>
4267
4268 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4269 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4270 mips_o32_reg_struct_has_addr): New functions.
4271 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4272
4273 2002-08-07 Andrew Cagney <ac131313@redhat.com>
4274
4275 * regcache.c (pseudo_register): Delete function.
4276 (fetch_register): Delete function.
4277 (store_register): Delete function.
4278 (regcache_raw_read, legacy_read_register_gen): Use
4279 target_fetch_registers instead of fetch_register.
4280 (legacy_write_register_gen, regcache_raw_write): Use
4281 target_store_register instead of store_register.
4282 (write_register_bytes): Ditto.
4283
4284 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4285 (STORE_PSEUDO_REGISTER): Delete.
4286 * gdbarch.h, gdbarch.c: Regenerate.
4287
4288 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
4289
4290 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4291 write dump file binary.
4292
4293 2002-08-05 Michael Snyder <msnyder@redhat.com>
4294
4295 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4296 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4297 (mips_gdbarch_init): Set N32 target to be mips64.
4298
4299 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4300
4301 * frame.c (find_saved_register): Break out of loop once saved
4302 register address is found. Don't mention sparc in loop comment
4303 anymore.
4304
4305 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4306
4307 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4308 mips_default_saved_regsize to 8.
4309
4310 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4311
4312 * gcore.c: Do not include <sys/procfs.h>.
4313 * Makefile.in (gcore.o): Update dependencies.
4314
4315 2002-08-06 Andrew Cagney <cagney@redhat.com>
4316
4317 * configure.tgt: Make arc-*-* obsolete.
4318 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4319 * MAINTAINERS: Make arc-elf obsolete.
4320 * arc-tdep.c: Make file obsolete.
4321 * config/arc/arc.mt: Ditto.
4322 * config/arc/tm-arc.h: Ditto.
4323
4324 2002-08-05 Theodore A. Roth <troth@verinet.com>
4325
4326 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4327
4328 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4329
4330 * mcore-tdep.c (mcore_gdbarch_init): Use
4331 generic_unwind_get_saved_register instead of
4332 generic_get_saved_register.
4333 * v850-tdep.c (v850_gdbarch_init): Ditto.
4334 * frv-tdep.c (frv_gdbarch_init): Ditto.
4335 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4336 * s390-tdep.c (s390_gdbarch_init): Ditto.
4337 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4338 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4339 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4340
4341 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4342
4343 * objfiles.h: Add missing #include "symfile.h"
4344
4345 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4346
4347 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4348
4349 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4350 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4351 of FIELD_BITSIZE.
4352
4353 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4354
4355 * NEWS: Cleanup and nitpick.
4356
4357 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4358
4359 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4360
4361 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4362
4363 * Makefile.in (gdbtk-bp.o): Update dependencies.
4364 (gdbtk-register.o): Ditto.
4365 (gdbtk-varobj.o): Ditto.
4366
4367 2002-08-03 Andrew Cagney <cagney@redhat.com>
4368
4369 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4370 m68hc11_fetch_pseudo_register.
4371 (m68hc11_pseudo_register_write): Replace
4372 m68hc11_store_pseudo_register.
4373 (m68hc11_gdbarch_init): Update.
4374
4375 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4376
4377 * gdbarch.sh: Include "gdb_string.h".
4378 * gdbarch.c: Regenerate.
4379
4380 * regcache.c: Include "gdb_string.h".
4381 * ax-general.c: Ditto.
4382 * varobj.c: Ditto.
4383 * std-regs.c: Ditto.
4384 * fbsd-proc.c: Ditto.
4385 * thread.c: Ditto.
4386
4387 * Makefile.in (regcache.o): Update dependencies.
4388 (thread.o, gdbarch.o): Ditto.
4389 (ax-general.o, gdbarch.o): Ditto.
4390 (varobj.o, std-regs.o): Ditto.
4391 (fbsd-proc.o): Specify dependencies.
4392
4393 2002-08-02 Andrew Cagney <cagney@redhat.com>
4394
4395 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4396 regnum.
4397 (regcache_cooked_write): Ditto.
4398
4399 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4400
4401 * regcache.c (regcache_cooked_read): New function.
4402 (regcache_cooked_write): New function.
4403 (read_register_gen): Rewrite using regcache_cooked_read.
4404 (write_register_gen): Rewrite using regcache_cooked_write.
4405
4406 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4407 Declare.
4408
4409 2002-08-02 Andrew Cagney <cagney@redhat.com>
4410
4411 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4412 Replace the architecture methods register_read and register_write.
4413 * gdbarch.h, gdbarch.c: Regenerate.
4414 * regcache.c (init_regcache_descr): Update.
4415 (read_register_gen): Update.
4416 (write_register_gen): Update.
4417 (supply_register): Update comment.
4418
4419 * sh-tdep.c (sh_gdbarch_init): Update.
4420 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4421 `regcache' and `gdbarch' parameters. Make `buffer' a void
4422 pointer. Update code.
4423 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4424 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4425 void pointer. Update code.
4426 (sh64_register_write): Delete.
4427 (sh4_register_read): Delete.
4428 (sh64_register_read): Delete.
4429 (sh4_register_write): Delete.
4430 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4431 void pointer, `to' parameter a void pointer.
4432 (sh_sh64_register_convert_to_raw): Ditto.
4433
4434 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4435
4436 * mips-tdep.c (mips_register_virtual_type): Use architecture
4437 invariant return values.
4438
4439 2002-08-01 Andrew Cagney <cagney@redhat.com>
4440
4441 * linux-proc.c: Include "gdb_string.h".
4442 * Makefile.in (linux-proc.o): Update dependency list.
4443
4444 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4445
4446 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4447 comment.
4448
4449 2002-08-01 Grace Sainsbury <graces@redhat.com>
4450
4451 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4452 to_insert_watchpoint, to_remove_watchpoint,
4453 to_stopped_by_watchpoint, to_stopped_data_address,
4454 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4455 target vecctor. Define their corresponding macros so they call
4456 them.
4457
4458 * target.c: Add default and debug versions of for
4459 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4460 to_insert_watchpoint, to_remove_watchpoint,
4461 to_stopped_by_watchpoint, to_stopped_data_address,
4462 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4463
4464 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4465
4466 * mips-tdep.c (mips_register_virtual_type): New function.
4467 (mips_gdbarch_init): Register mips_register_virtual_type()
4468 with gdbarch machinery.
4469 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4470 this file instead of tm-bigmips.h.
4471 (MIPS_REGSIZE): Delete this macro.
4472 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4473 multiarch version in mips-tdep.c will be found.
4474
4475 2002-08-01 Andrew Cagney <cagney@redhat.com>
4476
4477 * NEWS: Menion that CHILL has been made obsolete.
4478
4479 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4480 * stabsread.c (read_range_type): Ditto.
4481 * gdbtypes.h: Ditto.
4482 * language.c (binop_type_check): Ditto.
4483 (binop_result_type): Ditto.
4484 (integral_type): Ditto.
4485 (character_type): Ditto.
4486 (string_type): Ditto.
4487 (boolean_type): Ditto.
4488 (structured_type): Ditto.
4489 (lang_bool_type): Ditto.
4490 (binop_type_check): Ditto.
4491 * language.h (_LANG_chill): Ditto.
4492 * dwarfread.c (set_cu_language): Ditto.
4493 * dwarfread.c (CHILL_PRODUCER): Ditto.
4494 * dwarfread.c (handle_producer): Ditto.
4495 * expression.h (enum exp_opcode): Ditto.
4496 * eval.c: Ditto for comments.
4497 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4498 * expprint.c (print_subexp): Ditto.
4499 (print_subexp): Ditto.
4500 * valops.c (value_cast): Ditto.
4501 (search_struct_field): Ditto.
4502 * value.h (COERCE_VARYING_ARRAY): Ditto.
4503 * symfile.c (init_filename_language_table): Ditto.
4504 (add_psymbol_with_dem_name_to_list): Ditto.
4505 * valarith.c (value_binop): Ditto.
4506 (value_neg): Ditto.
4507 * valops.c (value_slice): Ditto.
4508 * symtab.h (union language_specific): Ditto.
4509 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4510 (SYMBOL_DEMANGLED_NAME): Ditto.
4511 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4512 * defs.h (enum language): Ditto.
4513 * symtab.c (got_symtab): Ditto.
4514 * utils.c (fprintf_symbol_filtered): Ditto.
4515
4516 * ch-typeprint.c: Make file obsolete.
4517 * ch-valprint.c: Make file obsolete.
4518 * ch-lang.h: Make file obsolete.
4519 * ch-exp.c: Make file obsolete.
4520 * ch-lang.c: Make file obsolete.
4521
4522 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4523 CHILL_LIB.
4524 (TARGET_FLAGS_TO_PASS): Ditto.
4525 (CHILLFLAGS): Obsolete.
4526 (CHILL): Obsolete.
4527 (CHILL_FOR_TARGET): Obsolete.
4528 (CHILL_LIB): Obsolete.
4529 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4530 ch-valprint.c.
4531 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4532 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4533 ch-lang.o.
4534 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4535 targets.
4536
4537 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4538
4539 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4540 This does not change anything at the moment, but will be helpful
4541 later when full Ada support is integrated.
4542
4543 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4544
4545 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4546 help message.
4547
4548 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4549
4550 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4551 and save it in a local variable. Use variable in later test.
4552
4553 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4554
4555 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4556 test. (Thanks to Daniel Jacobowitz.)
4557
4558 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4559
4560 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4561 (mips_abi_strings): Add "n64".
4562 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4563
4564 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4565
4566 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4567 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4568
4569 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4570
4571 * utils.c (host_pointer_to_address, address_to_host_pointer):
4572 Use gdb_assert() instead of explicit call to internal_error().
4573
4574 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4575
4576 * Makefile.in (rs6000-nat.o): Update dependencies.
4577
4578 From Nicholas Duffek:
4579 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4580 (aix-thread.o): New rule.
4581 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4582 * config/powerpc/aix432.mh: New file.
4583
4584 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4585
4586 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4587 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4588 (fetch_core_registers, ppc_linux_supply_gregset)
4589 (ppc_linux_supply_fpregset): New functions.
4590 (ppc_linux_regset_core_fns): New.
4591 (_initialize_ppc_linux_tdep): Call add_core_fns.
4592 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4593 and ppc_linux_supply_gregset.
4594 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4595 (supply_fpregset): Call ppc_linux_supply_fpregset.
4596 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4597 corelow.o.
4598 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4599
4600 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4601
4602 * symtab.c (lookup_symbol): Demangle before lowercasing.
4603
4604 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4605
4606 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4607 declaration.
4608 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4609 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4610 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4611 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4612 "gdb_string.h".
4613 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4614 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4615 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4616 (avr-tdep.o, mon960-rom.o): Ditto.
4617 (aout_stabs_gnu_h): Define.
4618 (symtab_h): Remove $(gdb_obstack_h).
4619
4620 2002-07-30 Jim Blandy <jimb@redhat.com>
4621
4622 Patch from David Carlton <carlton@math.stanford.edu>:
4623 * gdbinit.in: Move the `dir' commands that add GDB's own source
4624 directory to the search path to the end, so that the `gdb' source
4625 directory will be searched first.
4626
4627 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4628
4629 * gdb_obstack.h: New file.
4630 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4631 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4632 * objfiles.h: Include "gdb_obstack.h".
4633 * Makefile.in (gdb_obstack_h): Define.
4634 (symtab_h): Add $(gdb_obstack_h).
4635 (objfiles_h): Add $(gdb_obstack_h).
4636
4637 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4638 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4639 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4640 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4641 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4642 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4643 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4644 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4645
4646 * Makefile.in (bcache.o): Update dependencies.
4647 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4648 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4649 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4650 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4651 (stabsread.o, symfile.o, symmisc.o): Ditto.
4652 (symtab.o, typeprint.o, macroexp.o): Ditto.
4653 (macrotab.o, mdebugread.o): Ditto.
4654 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4655 (coff_ecoff_h, aout_aout64_h): Define.
4656 (aout_stabs_gnu_h, libaout_h): Define.
4657
4658 2002-07-29 Andrew Cagney <cagney@redhat.com>
4659
4660 * regcache.c (struct regcache_descr): Rename nr_registers to
4661 nr_cooked_registers. Revise comments describing the structure
4662 member fields.
4663 (init_regcache_descr): Update.
4664 (init_legacy_regcache_descr): Update.
4665 (read_register_gen, write_register_gen): When a cooked register in
4666 the raw register range, directly access the value from the raw
4667 register cache.
4668
4669 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4670
4671 * z8k-tdep.c: Do not include "obstack.h".
4672 * h8300-tdep.c, h8500-tdep.c: Ditto.
4673 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4674 * valprint.c, v850-tdep.c: Ditto.
4675 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4676 * mn10200-tdep.c: Ditto.
4677
4678 * Makefile.in (z8k-tdep.o): Update dependencies.
4679 (m68hc11-tdep.o, valprint.o): Ditto.
4680 (v850-tdep.o, d10v-tdep.o): Ditto.
4681 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4682 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4683 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4684 (sh_opc_h, gdb_sim_sh_h): Define.
4685 (elf_sh_h, elf_bfd_h): Define.
4686 (opcode_m68hc11_h): Define.
4687 (OPCODES_SRC, OPCODES_DIR): define.
4688 (OPCODES): Use $(OPCODES_DIR).
4689 (gdb_sim_d10v_h): Rename sim_d10v_h.
4690 (gdb_sim_arm_h): Rename sim_arm_h.
4691
4692 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4693
4694 * utils.c (host_pointer_to_address, address_to_host_pointer):
4695 Change internal_error() message to indicate function responsible
4696 for the error.
4697
4698 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4699
4700 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4701 calls to local_hex_string_custom().
4702
4703 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4704
4705 * irix5-nat.c: Move IRIX shared library support from here...
4706 * solib-irix.c: ...to here. Revised substantially to work with
4707 generic solib framework.
4708
4709 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4710 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4711 * mips-irix-tdep.c: New file.
4712
4713 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4714 (mips-irix-tdep.o, solib-irix.o): New rules.
4715 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4716 solib-irix.o.
4717 * config/mips/irix6.mt (TDEPFILES): Likewise.
4718 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4719
4720 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4721
4722 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4723 disabled (via ``#if 0'') includes.
4724
4725 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4726
4727 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4728 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4729 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4730 Add support for the fpscr register.
4731 * rs6000-nat.c (regmap, fetch_inferior_registers)
4732 (store_inferior_registers, fetch_core_registers): Likewise.
4733
4734 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4735
4736 * rs6000-nat.c (language.h): Include.
4737 (special_regs): Delete this array.
4738 (regmap): New function.
4739 (fetch_register, store_register): Use regmap() to map gdb
4740 register numbers to ptrace register numbers. Also, use
4741 outputs from regmap() to make decisions regarding type of
4742 ptrace() call to make. In particular, don't compare against
4743 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4744 (fetch_inferior_registers, store_inferior_registers): Where
4745 possible, obtain register numbers from tdep struct. Don't
4746 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4747 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4748 (LAST_UISA_SP_REGNUM): Delete.
4749
4750 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4751
4752 * rs6000-nat.c (ppc-tdep.h): Include.
4753 (fetch_registers, store_register, fetch_core_registers): Don't
4754 access registers[] directly. Instead, use supply_register() or
4755 regcache_collect() as appropriate.
4756 (find_toc_address): Format hex address with local_hex_string().
4757
4758 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4759
4760 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4761 bfd/elf32-frv.c.
4762
4763 2002-07-24 Tom Tromey <tromey@redhat.com>
4764
4765 * jv-exp.y: Marked all strings with _().
4766 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4767 internal_error.
4768 (MethodInvocation, CastExpression, parse_number, yyerror,
4769 java_type_from_name, push_expression_name, yylex): Typo fixes.
4770
4771 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4772
4773 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4774 (tee_file_flush, tee_file_write, tee_file_fputs)
4775 (tee_file_isatty): New.
4776 * ui-file.h (tee_file_new): Add prototype.
4777
4778 2002-07-24 Aidan Skinner <aidan@velvet.net>
4779
4780 * ada-lang.c: Change k&r style function definitions to prototyped
4781 form.
4782 * ada-typeprint.c: Change k&r style function definitions to prototyped
4783 form.
4784 * ada-valprint.c: Change k&r style function definitions to prototyped
4785 form.
4786
4787 2002-07-24 Andrew Cagney <cagney@redhat.com>
4788
4789 * README: Remove reference to remote-bug.
4790 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4791 remote-bug.c.
4792 (m88k-nat.o): Delete rule.
4793 (m88k-tdep.o): Delete rule.
4794 (remote-bug.o): Delete rule.
4795 * MAINTAINERS: Mark as obsolete.
4796 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4797 * m88k-tdep.c: Make file obsolete.
4798 * config/m88k/m88k.mh: Ditto.
4799 * config/m88k/delta88v4.mh: Ditto.
4800 * config/m88k/delta88v4.mt: Ditto.
4801 * config/m88k/delta88.mt: Ditto.
4802 * config/m88k/delta88.mh: Ditto.
4803 * remote-bug.c: Ditto.
4804 * config/m88k/tm-delta88.h: Ditto.
4805 * config/m88k/nm-delta88v4.h: Ditto.
4806 * config/m88k/xm-delta88.h: Ditto.
4807 * config/m88k/xm-dgux.h: Ditto.
4808 * config/m88k/tm-m88k.h: Ditto.
4809 * config/m88k/nm-m88k.h: Ditto.
4810 * config/m88k/tm-delta88v4.h: Ditto.
4811 * m88k-nat.c: Ditto.
4812 * cxux-nat.c: Ditto.
4813 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4814 and m88*-*-* obsolete.
4815 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4816 m88*-*-* obsolete.
4817
4818 2002-07-24 Andrew Cagney <cagney@redhat.com>
4819
4820 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4821 constant. Same for local pointer variables.
4822 (extract_signed_integer): Ditto.
4823 * defs.h (extract_unsigned_integer): Update.
4824 (extract_signed_integer): Update.
4825
4826 2002-07-24 Andrew Cagney <cagney@redhat.com>
4827
4828 * regcache.c (regcache_raw_write): Change buf parameter to a
4829 constant void pointer.
4830 (regcache_raw_read): Change buf parameter to a void pointer.
4831 (legacy_write_register_gen): Change myaddr parameter a constant
4832 void pointer.
4833 (supply_register): Change val parameter to a const void pointer.
4834 * regcache.h (regcache_raw_write): Update declaration.
4835 (regcache_raw_read): Update declaration.
4836 (supply_register): Update declaration.
4837
4838 2002-07-24 Tom Tromey <tromey@redhat.com>
4839
4840 * defs.h (gdb_readline_wrapper): Declare.
4841 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4842 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4843 * top.c (gdb_readline_wrapper): New function.
4844 (command_line_input): Use it.
4845
4846 2002-07-24 Andrew Cagney <cagney@redhat.com>
4847
4848 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4849 regcache_read and regcache_write.
4850 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4851 * regcache.c: Update.
4852 * sh-tdep.c (sh64_push_arguments): Update comment.
4853 (sh_pseudo_register_read): Update.
4854 (sh_pseudo_register_write): Update.
4855 (sh4_register_read): Update.
4856 (sh4_register_write): Update.
4857 (sh64_pseudo_register_read): Update.
4858 (sh64_pseudo_register_write): Update.
4859 (sh64_register_read): Update.
4860 (sh64_register_write): Update.
4861 * i386-tdep.c (i386_extract_return_value): Update.
4862 (i386_extract_struct_value_address): Update.
4863 (i386_extract_return_value): Update.
4864 * blockframe.c (generic_read_register_dummy): Update.
4865 (generic_call_dummy_register_unwind): Update
4866 * infrun.c (write_inferior_status_register): Update.
4867
4868 2002-07-23 Jim Blandy <jimb@redhat.com>
4869
4870 * parser-defs.h (expression_context_pc): Make this extern.
4871 (Thanks to Michael Snyder.)
4872
4873 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4874
4875 GDB 5.2.1 released from 5.2 branch.
4876 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4877 * README: Update to mention 5.2.1.
4878
4879 2002-07-23 Mark Salter <msalter@redhat.com>
4880
4881 * remote.c (remote_read_bytes): Fix check for error.
4882
4883 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4884
4885 * aix-thread.c (language.h): Include.
4886 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4887 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4888 Print newlines at end of debug messages.
4889 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4890 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4891
4892 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4893
4894 * aix-thread.c (ppc-tdep.h): Include.
4895 (special_register_p): New function.
4896 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4897 (store_regs_user_thread): Use register number information from
4898 gdbarch_tdep struct instead of hardcoded offsets relative to
4899 FIRST_UISA_SP_REGNUM.
4900 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4901 special_register_p() instead of using FPLAST_REGNUM and
4902 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4903 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4904 will be MQ's register number.
4905
4906 2002-07-22 Michael Snyder <msnyder@redhat.com>
4907
4908 * aix-thread.c (ops): Rename to aix_thread_ops.
4909 (base_ops): Rename to base_target.
4910 (ops_attach): Rename to aix_thread_attach.
4911 (ops_detach): Rename to aix_thread_detach.
4912 (ops_resume): Rename to aix_thread_detach.
4913 (ops_wait): Rename to aix_thread_wait.
4914 (ops_kill): Rename to aix_thread_kill.
4915 (init_ops): Rename to init_aix_thread_ops.
4916 (ops_fetch_register): Rename to aix_thread_fetch_register.
4917 (ops_store_register): Rename to aix_thread_store_register.
4918 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4919 (ops_thread_alive): Rename to aix_thread_thread_alive.
4920 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4921 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4922 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4923 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4924 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4925 (store_regs_lib): Rename to store_regs_user_thread.
4926 (store_regs_kern): Rename to store_regs_kernel_thread.
4927
4928 2002-07-22 Michael Snyder <msnyder@redhat.com>
4929
4930 * aix-thread.c (ops_prepare_to_store): Eliminate.
4931 (init_ops): Don't initialize ops.prepare_to_store.
4932 (store_regs_kern): Pre-fetch register buffers from child,
4933 because some registers may not be in the cache. Copy
4934 regs from register cache only if they are cached.
4935 (store_regs_lib): Copy regs from register cache only
4936 if they are cached.
4937 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4938 fill_gprs64): Ditto.
4939
4940 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4941
4942 * aix-thread.c (gdb_assert.h): Include.
4943 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4944 register sizes (from register cache) match size of buffer holding
4945 register data.
4946 (fill_sprs32): Change parameter types to match those in the ptrace()
4947 buffer.
4948 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4949 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4950
4951 2002-07-22 Michael Snyder <msnyder@redhat.com>
4952
4953 * aix-thread.c (supply_sprs64): Cosmetic change.
4954 (supply_sprs32): Cosmetic change.
4955 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4956 (fill_sprs64): Use regcache_collect instead of read_register.
4957 (store_regs_lib): Use regcache_collect instead of
4958 read_register. Use fill_sprs32 instead of fill_sprs64,
4959 if debugging a 32-bit architecture.
4960 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4961 out of the register cache, instead of passing a pointer into
4962 the register cache directly to ptrace. Use regcache_collect
4963 insteaad of read_register.
4964 (ops_prepare_to_store): Use target_read_registers instead
4965 of read_register_bytes.
4966
4967 2002-07-20 Aidan Skinner <aidan@velvet.net>
4968
4969 * MAINTAINERS: Add self under write after approval.
4970
4971 2002-07-20 Aidan Skinner <aidan@velvet.net>
4972
4973 * ada-tasks.c: Change k&r style function definitions to prototyped
4974 form.
4975
4976 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4977
4978 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4979 * x86-64-tdep.c: Include "objfiles.h".
4980 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4981 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4982
4983 2002-07-17 Michal Ludvig <michal@suse.cz>
4984
4985 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4986 (update_context): Initialise cfa variable.
4987
4988 2002-07-17 Michael Snyder <msnyder@redhat.com>
4989
4990 * aix-thread.c: Shorten some long lines.
4991 Bring comments into line with code spec.
4992
4993 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4994
4995 * infrun.c: Re-indent using gdb_indent.sh.
4996
4997 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4998
4999 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
5000 Leave the indentation temporarily untouched, to minimize the diffs.
5001
5002 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
5003
5004 * stabsread.c: Make os9k sections of the code obsolete,
5005 for real this time.
5006 * stabsread.h: Make os9k sections of the code obsolete.
5007
5008 2002-07-18 Michal Ludvig <mludvig@suse.cz>
5009
5010 * linux-low.c (regsets_store_inferior_registers): Add free()
5011 at the end of a loop to prevent memory leak.
5012 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
5013 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
5014 * config/sparc/tm-sp64linux.h: Make the rest of #endif
5015 line a comment.
5016 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
5017
5018 2002-07-17 Jim Blandy <jimb@redhat.com>
5019
5020 * macrocmd.c (info_macro_command): Remove newline from error
5021 message.
5022
5023 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
5024
5025 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
5026 (sh_gdbarch_init): Use it for sh-dsp.
5027
5028 2002-07-16 Kevin Buettner <kevinb@redhat.com>
5029
5030 * dwarf2read.c (read_initial_length): Handle older, non-standard,
5031 64-bit DWARF2 format.
5032
5033 2002-07-16 Joel Brobecker <brobecker@gnat.com>
5034
5035 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
5036 <sys/proc.h> when not available.
5037
5038 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5039
5040 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
5041 * stabsread.c: Make os9k sections of the code obsolete.
5042 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
5043 * config/i386/i386os9k.mt: Make file obsolete.
5044 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
5045 (COMMON_OBS): Remove os9kread.o
5046 (SFILES): Remove os9kread.c.
5047 (os9kread.o, remote-os9k.o): Make target obsolete.
5048 * remote-os9k.c: Make file obsolete.
5049 * os9kread.c: Make file obsolete.
5050 * Makefile.in
5051
5052 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5053
5054 * NEWS: Mention that the FR30 has been made obsolete.
5055 * fr30-tdep.c: Make file obsolete.
5056 * config/fr30/tm-fr30.h: Ditto.
5057 * config/fr30/fr30.mt: Ditto.
5058 * configure.tgt: Make fr30-*-elf obsolete.
5059 * MAINTAINERS: Make fr30-elf obsolete.
5060
5061 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
5062
5063 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
5064 found is not inside a section.
5065
5066 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5067
5068 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
5069 strerror().
5070 (pdc_realloc): Use xrealloc() instead of realloc().
5071
5072 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5073
5074 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
5075 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
5076 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
5077 macros.
5078
5079 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5080
5081 * aix-thread.c (ptrace_check): Eliminate goto.
5082 (sync_threadlists): Eliminate gotos. Also, fix array overrun
5083 problem.
5084
5085 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5086
5087 * aix-thread.c (gdbcmd.h): Include.
5088 (DEBUG, DBG, DBG2, dbg): Eliminate.
5089 (debug_aix_thread): New static global.
5090 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5091 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
5092 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
5093 invocations to DBG and DBG2 macros to test against
5094 ``debug_aix_thread'' and call fprintf_unfiltered().
5095 (_initialize_aix_thread): Add new command "set debug aix-thread".
5096
5097 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5098
5099 From Gerhard Tonn <TON@de.ibm.com>:
5100 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
5101 instead of supply_register.
5102
5103 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5104
5105 * dwarf2cfi.c: Include "gdb_assert.h".
5106 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
5107 non-NULL.
5108 (update_context): Do not use __func__. Add missing ``break''.
5109 (update_context): Do not use __func__.
5110
5111 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
5112
5113 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
5114 and its setting. Set gdbarch instruction printing functions
5115 directly. For non-rs6000 case use new function
5116 gdb_print_insn_powerpc.
5117 (gdb_print_insn_powerpc): New function.
5118
5119 2002-07-13 Andrew Cagney <ac131313@redhat.com>
5120
5121 * NEWS: Mention that the d30v has been marked obsolete.
5122 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
5123 * configure.tgt: Mark d30v-*-* as obsolete.
5124 * d30v-tdep.c: Mark file as obsolete.
5125 * config/d30v/d30v.mt: Ditto.
5126 * config/d30v/tm-d30v.h: Ditto.
5127
5128 2002-07-13 Aidan Skinner <aidan@velvet.net>
5129
5130 * ada-tasks.c (add_task_entry): replace calls to
5131 malloc() with xmalloc
5132 * ada-tasks.c (init_task_list): replace calls to free with xfree()
5133
5134 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
5135 ada_finish_decode_line_1, all_sals_for_line
5136 ada_breakpoint_rewrite): replace calls to free() with xfree()
5137
5138 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5139
5140 From Nicholas Duffek (with minor changes by Martin Hunt,
5141 Louis Hamilton, and Kevin Buettner):
5142 * aix-thread.c: New file.
5143
5144 2002-07-12 Petr Sorfa <petrs@caldera.com>
5145
5146 * dwarf2read.c (dwarf2_invalid_attrib_class): New
5147 complaint for invalid attribute class or form.
5148 (read_func_scope): DW_AT_frame_base
5149 better handling of DW_AT_block*.
5150 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
5151 better handling of DW_AT_block*.
5152 (read_common_block): DW_AT_location
5153 better handling of DW_AT_block*.
5154 (read_partial_die): DW_AT_location better handling
5155 of DW_AT_block*.
5156 (new_symbol): DW_AT_external better handling of
5157 DW_AT_block*. Proper initialization of variable
5158 "addr".
5159 (attr_form_is_block): New function that returns true
5160 if the attribute's form is of DW_FORM_block*.
5161
5162 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5163
5164 * valops.c (find_method_list): Remove comment about
5165 removed STATIC_MEMFUNCP argument.
5166 (value_find_oload_method_list): Likewise.
5167
5168 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5169
5170 From Nicholas Duffek:
5171 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
5172 target_new_objfile_hook.
5173
5174 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5175
5176 From Nicholas Duffek:
5177 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
5178 csect.
5179
5180 2002-07-12 Andrew Cagney <cagney@redhat.com>
5181
5182 * MAINTAINERS: Mention --enable-sim-build-warnings.
5183 (m68hc11-elf): Disable sim build warnings.
5184 (m32r-elf): Mark as broken obsolete candidate.
5185 (x86_64-linux-gnu): Mark as buildable with -Werror.
5186 (arm-elf): Change -w to ``,'' which enables warnings but not
5187 -Werror.
5188
5189 2002-07-12 Andrew Cagney <ac131313@redhat.com>
5190
5191 * bcache.h: Update copyright.
5192 (struct bstring, struct bcache): Move definition to "bcache.c".
5193 Replaced by opaque declaration.
5194 (bcache_xfree): Replace free_bcache.
5195 (bcache_xmalloc, bcache_memory_used): Declare.
5196
5197 * bcache.c: Update copyright.
5198 (struct bstring, struct bcache): Moved to here from "bcache.h".
5199 Update comments.
5200 (bcache_xmalloc, bcache_memory_used): New functions.
5201 (bcache_xfree): Replace function free_bcache.
5202
5203 * Makefile.in (objfiles.o): Add $(bcache_h).
5204 (objfiles_h): Remove $(bcache_h).
5205 (symfile.o): Add $(bcache_h).
5206
5207 * symmisc.c: Update copyright.
5208 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5209 (print_objfile_statistics): Use bcache_memory_used.
5210
5211 * symfile.c: Include "bcache.h".
5212 (reread_symbols): Use bcache_xfree.
5213 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5214 (add_psymbol_to_list): Pass psymbol_cache by value.
5215 (add_psymbol_with_dem_name_to_list): Ditto.
5216
5217 * objfiles.h: Update copyright.
5218 (struct bcache): Declare opaque. Do not include "bcache.h".
5219 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5220 bcache'' pointers.
5221 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5222
5223 * objfiles.c: Include "bcache.h". Update copyright.
5224 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5225 macro_cache.
5226 (free_objfile): Use bcache_xfree.
5227
5228 2002-07-11 Grace Sainsbury <graces@redhat.com>
5229
5230 * monitor.c (monitor_fetch_register): Make name a constant.
5231 (monitor_store_register): Same.
5232
5233 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
5234
5235 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5236 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5237 (finish_block) For non-function blocks, hash the symbol table. For
5238 function blocks, mark the symbol table as unhashed.
5239 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5240 (msymbol_hash_iw): Likewise.
5241 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5242 value.
5243 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5244 (lookup_minimal_symbol): Likewise for both.
5245 * symtab.h (struct block): Add `hashtable' flag. Comment the
5246 hashtable.
5247 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5248 (ALL_BLOCK_SYMBOLS): Update.
5249 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5250 (struct symbol): Add `hash_next' pointer.
5251 * symtab.c (lookup_block_symbol): Search using the hash table when
5252 possible.
5253 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5254 (search_symbols, find_addr_symbol): Likewise.
5255
5256 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5257 (read_dst_symtab): Likewise.
5258 * jv-lang.c (get_java_class_symtab): Likewise.
5259 * mdebugread.c: Include "gdb_assert.h".
5260 (shrink_block): Assert that the block being modified is not hashed.
5261 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5262 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5263 symbols.
5264 (dump_symtab): Recognize hashed blocks.
5265 * printcmd.c (print_frame_args): Assert that function blocks do not
5266 have hashed symbol tables.
5267 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5268 (fill_in_ada_prototype, debug_print_block): Likewise.
5269 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5270
5271 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
5272
5273 * stack.c (print_frame): Use result of frame_address_in_block()
5274 instead of fi->pc when evaluating symbols.
5275 (backtrace_command_1): Ditto.
5276
5277 2002-07-11 Andrew Cagney <cagney@redhat.com>
5278
5279 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5280 Make static.
5281
5282 * arm-tdep.c (arm_register_name): Make return type constant.
5283
5284 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5285
5286 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5287 prototype.
5288 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5289 * s390-tdep.c (s390_fp_regnum): Ditto.
5290 (s390_read_fp): Ditto.
5291 (s390_pop_frame): Ditto.
5292 (_initialize_s390_tdep): Ditto.
5293 * remote.c (get_remote_state): Ditto.
5294 * procfs.c (mappingflags): Ditto.
5295 * memattr.c (_initialize_mem): Ditto.
5296 * mcore-tdep.c (mcore_pop_frame): Ditto.
5297 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5298 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5299 * language.c (set_case_str): Ditto.
5300 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5301 * frv-tdep.c (new_variant): Ditto.
5302 (frv_stopped_data_address): Ditto.
5303 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5304 (context_alloc): Ditto.
5305 (frame_state_alloc): Ditto.
5306 (unwind_tmp_obstack_init): Ditto.
5307 (unwind_tmp_obstack_free): Ditto.
5308 (cfi_read_fp): Ditto.
5309 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5310 (cris_pop_frame): Ditto.
5311 * c-lang.c (scanning_macro_expansion): Ditto.
5312 (finished_macro_expansion): Ditto.
5313 (c_preprocess_and_parse): Ditto.
5314 * gdbarch.sh: Ditto.
5315 * gdbarch.h, gdbarch.c: Regenerate.
5316 * config/mn10200/tm-mn10200.h: Adjust indentation.
5317 * target.c: Adjust indentation.
5318 * symtab.h: Adjust indentation.
5319 * stabsread.h: Adjust indentation.
5320 * remote-es.c: Adjust indentation.
5321 * os9kread.c: Adjust indentation.
5322
5323 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5324
5325 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5326 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5327
5328 2002-07-10 Grace Sainsbury <graces@redhat.com>
5329
5330 * NEWS: Mention m68k, mcore multi-arching.
5331 * MAINTAINERS: Change status of m68k, mcore to reflect
5332 multi-arching.
5333
5334 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5335
5336 * valops.c (find_overload_match): Free oload_syms.
5337
5338 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5339
5340 Define HAVE_SYS_PROC_H if sys/proc.h exists
5341 * configure.in: Add check for sys/proc.h
5342 * config.in: Regenerate.
5343 * configure: Regenerate.
5344
5345 2002-07-09 Grace Sainsbury <graces@redhat.com>
5346
5347 * config/m68k/tm-m68k.h: Remove macros wrapped in
5348 #if !GDB_MULTI_ARCH.
5349
5350 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5351
5352 * config.in, configure: Regenerate.
5353
5354 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5355
5356 * dwarf2cfi.c: Include "gcore.h".
5357 (execute_stack_op): Fix implementation of the
5358 DW_OP_deref and DW_OP_deref_size operators by letting do their
5359 lookup in the target.
5360
5361 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5362
5363 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5364 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5365 tdep->sc_sp_offset.
5366
5367 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5368
5369 Fix PR gdb/595, gdb/602
5370 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5371 Don't call value_cast, just read the vtable pointer; update comments
5372 to match.
5373
5374 2002-07-05 Grace Sainsbury <graces@redhat.com>
5375
5376 * config/mcore/tm-mcore.h: Remove file.
5377 * config/mcore/mcore.mt: Remove definition of TM_FILE
5378 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5379
5380 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5381
5382 * i386bsd-tdep.c: Include "gdb_string.h".
5383
5384 2002-07-04 Grace Sainsbury <graces@redhat.com>
5385
5386 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5387 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5388 mcore-tdep.
5389 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5390 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5391 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5392 (RETVAL_REGNUM): Move macros from tm-mcore.h
5393 (mcore_reg_struct_has_addr): New function.
5394 (mcore_gdbarch_init): Added initializations for the macros removed
5395 from tm-mcore.h.
5396
5397 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5398
5399 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5400 traditonal string branding within the ELF header.
5401
5402 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5403
5404 * symtab.c (remove_params): New function.
5405 (make_symbol_overload_list): Use it instead of cplus_demangle.
5406 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5407
5408 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5409
5410 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5411
5412 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5413 New variables.
5414 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5415 and tdep->sigtramp_end.
5416 * i386obsd-nat.c: New file.
5417 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5418
5419 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5420 Don't call get_current_frame().
5421
5422 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5423
5424 * i386-nat.c (child_post_startup_inferior): New function
5425 calling i386_cleanup_dregs if
5426 I386_USE_GENERIC_WATCHPOINTS is defined.
5427 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5428 conditional to acknowledge that i386-nat.c has its
5429 own child_post_startup_inferior function.
5430
5431 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5432
5433 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5434 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5435 instead of MAX_REGISTER_RAW_SIZE.
5436 (i386_extract_return_value, i386_extract_struct_value_address):
5437 Convert to use regcache.
5438 (i386_gdbarch_init): Set max_register_raw_size and
5439 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5440 Set extract_return_value and extract_struct_value_address instead
5441 of their deprecated variants.
5442
5443 Convert i386 target to generic dummy frames.
5444 * i386-tdep.c: Include "symfile.h".
5445 (i386_frameless_signal_p): Consider a function to be frameless if
5446 the pc points at the first instruction of the function.
5447 (i386_frame_chain): Handle (generic) call dummies.
5448 (i386_frame_saved_pc): Likewise.
5449 (i386_frame_init_saved_regs): Remove code dealing with call
5450 dummies on the stack.
5451 (i386_push_dummy_frame): Removed.
5452 (i386_call_dummy_words): Removed.
5453 (i386_fix_call_dummy): Removed.
5454 (i386_push_return_address): New function.
5455 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5456 parameter, and don't call get_current_frame.
5457 (i386_pop_frame): New function.
5458 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5459 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5460 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5461 call_dummy_length to 0, set call_dummy_words to NULL, set
5462 sizeof_call_dummy_words to 0, set fix_call_dummy to
5463 generic_fix_call_dummy, set pc_in_call_dummy to
5464 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5465 generic_push_dummy_frame, set push_return_address to
5466 i386_push_return_address and set frame_chain_valid to
5467 generic_file_frame_chain_valid.
5468
5469 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5470
5471 * gdbarch.sh (struct regcache): Add opaque declaration.
5472 (EXTRACT_RETURN_VALUE): New architecture method.
5473 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5474 * gdbarch.h, gdbarch.c: Regenerate.
5475 * arch-utils.c (legacy_extract_return_value): New function.
5476 * arch-utils.h (legacy_extract_return_value): Declare.
5477 * values.c (value_being_returned): Re-enable code handling
5478 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5479 deprecated_grub_regcache_for_registers call to block handling
5480 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5481 (EXTRACT_RETURN_VALUE): Do not define.
5482
5483 2002-07-03 Grace Sainsbury <graces@redhat.com>
5484
5485 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5486 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5487 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5488 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5489 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5490 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5491 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5492 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5493 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5494 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5495 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5496 argument so the function fits the prototype in the architecture
5497 vector.
5498 (mcore_pop_frame): Remove argument so the function fits the
5499 prototype. Use get_current_frame instead of the argument.
5500 (mcore_push_arguments): Change type of struct_return so the
5501 function can be used in the architecture vector.
5502 (mcore_store_struct_return): Add.
5503 (mcore_frame_init_saved_regs): Add.
5504 (mcore_gdbarch_init): Add function calls to replace the macros
5505 removed from tm-mcore.h
5506
5507 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5508
5509 * infcmd.c (print_return_value): Remove compatibility code calling
5510 deprecated_grub_regcache_for_registers.
5511
5512 * values.c: Include "regcache.h".
5513 (value_being_returned): Update. Use
5514 deprecated_grub_regcache_for_registers to extract the register
5515 buffer address.
5516 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5517 ``struct regcache''.
5518 * Makefile.in (values.o): Add dependency on $(regcache_h).
5519
5520 * inferior.h (run_stack_dummy): Change type of second parameter to
5521 a ``struct regcache''.
5522 * valops.c (hand_function_call): Change type of retbuf to ``struct
5523 regcache''. Allocate using regcache_xmalloc, clean using
5524 make_cleanup_regcache_xfree.
5525 * infcmd.c (run_stack_dummy): Update. Use
5526 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5527
5528 * regcache.c (do_regcache_xfree): New function.
5529 (make_cleanup_regcache_xfree): New function.
5530 * regcache.h (make_cleanup_regcache_xfree): Declare.
5531
5532 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5533
5534 * event-top.c (command_line_handler): Don't read past
5535 beginning of buffer.
5536
5537 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5538
5539 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5540 struct frame_id.
5541 (varobj_create): Store frame_id for root.
5542 (varobj_gen_name): Use xasprintf.
5543 (varobj_update): Save and restore frame using get_frame_id() and
5544 frame_find_by_id().
5545 (create_child): Use xasprintf.
5546 (new_root_variable): Initialize frame_id.
5547 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5548 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5549 to prevent memory leak.
5550
5551 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5552
5553 * valops.c (hand_function_call): Move declaration of retbuf to
5554 start of function, allocate using malloc, add a cleanup but before
5555 the inf_status cleanup, cleanup the buffer. Rename local variable
5556 old_chain to inf_status_cleanup.
5557
5558 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5559
5560 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5561
5562 * cli/cli-decode.c (cmd_func_p): New function.
5563 (cmd_func): New function.
5564
5565 * command.h: Add cmd_func() and cmd_func_p().
5566
5567 2002-07-03 Grace Sainsbury <graces@redhat.com>
5568
5569 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5570 (REGISTER_SIZE): Remove.
5571 (MAX_REGISTER_RAW_SIZE): Remove.
5572 (REGISTER_VIRTUAL_TYPE): Remove.
5573 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5574 (REGISTER_NAME): Remove.
5575 (USE_GENERIC_DUMMY_FRAMES): Remove.
5576 (CALL_DUMMY): Remove.
5577 (CALL_DUMMY_START_OFFSET): Remove.
5578 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5579 (CALL_DUMMY_LOCATION): Remove.
5580 (FIX_CALL_DUMMY): Remove.
5581 (CALL_DUMMY_ADDRESS): Remove.
5582 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5583 (SAVE_DUMMY_FRAME_TOS): Remove.
5584 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5585 (mcore_register_virtual_type): New function.
5586 (mcore_register_byte): New function.
5587 (mcore_register_size): New function.
5588 (mcore_register_name): New function.
5589 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5590 macros removed from tm-mcore.h.
5591 (mcore_dump_tdep): Add.
5592 (_initialize_mcore_tdep): Add gdbarch_register call.
5593
5594 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5595
5596 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5597 frameless_look_for_prologue, such that we actually call this
5598 function.
5599
5600 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5601
5602 * frame.h (frame_address_in_block): New function.
5603
5604 * blockframe.c (frame_address_in_block): New function extracted
5605 from get_frame_block().
5606 (get_frame_block): Use frame_address_in_block().
5607 (block_innermost_frame): Use frame_address_in_block() to match
5608 the frame pc address against the block boundaries rather than
5609 the frame pc directly. This prevents a failure when a frame pc
5610 is actually a return-address pointing immediately after the end
5611 of the given block.
5612
5613 2002-07-02 Grace Sainsbury <graces@redhat.com>
5614
5615 * MAINTAINERS: Add self under write after approval.
5616
5617 2002-07-02 Grace Sainsbury <graces@redhat.com>
5618
5619 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5620 used in architecture vector. The default is
5621 m68k_local_breakpoint_from_pc.
5622 (m68k_local_breakpoint_from_pc): Add.
5623 (enum): Add register numbers from tm-m68k.h.
5624 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5625 vector.
5626 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5627 GDB_MULTI_ARCH_PARTIAL.
5628 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5629 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5630 m68k-tdep.c.
5631 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5632 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5633 to enum in m68k-tdep.c
5634
5635 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5636
5637 * solib-osf.c (open_map): Compute the list of shared libraries
5638 loaded by the inferior, rather than the list of libraries loaded
5639 by GDB itself. Otherwise, GDB ends up reading the symbols from
5640 the wrong shared libraries...
5641
5642 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5643
5644 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5645 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5646 macros.
5647 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5648 Remove functions.
5649 (FRAMELESS_SIGNAL): Remove function.
5650 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5651 i386_linux_saved_pc_after_call): Removed.
5652 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5653 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5654 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5655
5656 * i386-tdep.c (i386_frameless_signal_p): New function.
5657 (i386_frame_chain): Deal with frameless signals.
5658 (i386_sigtramp_saved_sp): New function.
5659 (i386_frame_saved_pc): Deal with frameless signals.
5660 (i386_saved_pc_after_call): Make sure the correct value is
5661 returned just after entry into a sigtramp.
5662 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5663 i386fbsd4_sc_sp_offset): New variables.
5664 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5665 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5666 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5667 similiar to what we already did for sc_pc_offset.
5668 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5669 tdep->sc_sp_offset.
5670
5671 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5672
5673 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5674
5675 * config/i386/tm-x86-64linux.h: New.
5676 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5677 definitions.
5678 * config/i386/nm-x86-64.h: Rename to ...
5679 * config/i386/nm-x86-64linux.h: ... this one.
5680 * config/i386/x86-64linux.mh: Reflect the above change.
5681
5682 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5683
5684 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5685 with sigcontext_addr. Add sc_sp_offset.
5686 (i386bsd_sigtramp_saved_pc): Remove prototype.
5687 (i386bsd_sicontext_addr): Add prototype.
5688 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5689 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5690 (i386_svr4_sigtramp_saved_pc): Removed.
5691 (i386_svr4_sigcontext_addr): New function.
5692 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5693 Initialize tdep->sigcontext_addr instead. Initialize
5694 tdep->sc_pc_offset and tdep->sc_sp_offset.
5695 (i386_gdbarch_init): Likewise.
5696 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5697 any more.
5698 (i386bsd_sigtramp_saved_pc): Remove function.
5699 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5700 Initialize tdep->sigcontext_addr instead. Initialize
5701 tdep->sc_pc_offset.
5702 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5703 of tdep->sigtramp_saved_pc.
5704 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5705 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5706 instead.
5707
5708 * i386-tdep.c (i386_frameless_function_invocation,
5709 i386_frame_num_args, i386_frame_init_saved_regs,
5710 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5711 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5712 i386_extract_return_value, i386_store_return_value,
5713 i386_extract_struct_value_address, i386_register_virtual_type,
5714 i386_register_convertible, i386_register_convert_to_virtual,
5715 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5716 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5717 static.
5718
5719 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5720
5721 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5722
5723 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5724 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5725 this macro. Include "value.h".
5726
5727 2002-06-30 Aidan Skinner <aidan@velvet.net>
5728
5729 * ada-exp.tab.c: remove as it's a generated file
5730 * ada-lex.c: remove as it's a generated file
5731
5732 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5733
5734 * config/i386/tm-i386.h (struct frame_info, struct
5735 frame_saved_regs, struct value, struct type): Remove forward
5736 declarations.
5737
5738 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5739 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5740 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5741 (FILL_FPXREGSET): Define.
5742
5743 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5744
5745 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5746 i[3456]86-*-netbsd* case.
5747 * config/i386/tm-obsd.h: Removed.
5748 * config/i386/obsd.mt: Removed.
5749 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5750 core-aout.o.
5751 (MH_CFLAGS): Add -DYYDEBUG=0.
5752
5753 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5754 i386nbsd_sc_pc_offset on OpenBSD too.
5755
5756 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5757 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5758 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5759 define.
5760 * i386bsd-tdep.c: Include "arch-utils.h".
5761 (i386bsd_aout_in_solib_call_trampoline): New function.
5762 (i386bsd_init_abi): Set in_solib_call_trampoline to
5763 i386bsd_aout_in_solib_call_trampoline.
5764 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5765 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5766
5767 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5768
5769 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5770 (struct obstack, struct bcache): Add opaque declarations.
5771 * Makefile.in (macrotab_h): Update
5772
5773 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5774
5775 * blockframe.c (generic_find_dummy_frame): Change return type to
5776 ``struct regcache''.
5777 (struct dummy_frame): Replace field ``registers'' with regcache, a
5778 struct regcache object.
5779 (generic_find_dummy_frame): Update.
5780 (generic_push_dummy_frame): Update. Use regcache_xfree,
5781 regcache_xmalloc and regcache_cpy.
5782 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5783 regcache_xfree.
5784 (deprecated_generic_find_dummy_frame): Update.
5785 (generic_read_register_dummy): Update. Use
5786 regcache_read_as_address.
5787 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5788 (generic_get_saved_register): Update. Use regcache_read.
5789
5790 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5791
5792 * Makefile.in (objfiles_h): Add $(bcache_h).
5793 * objfiles.h: Include "bcache.h".
5794
5795 * Makefile.in (symtab_h): Remove $(bcache_h).
5796 * symtab.h: Do not include "bcache.h".
5797
5798 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5799
5800 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5801 generic_func_frame_chain_valid.
5802
5803 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5804
5805 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5806 * config/i386/tm-fbsd.h: Likewise.
5807
5808 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5809
5810 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5811 generic_unwind_get_saved_register.
5812
5813 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5814
5815 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5816 * regcache.c (supply_register): Add missing argument to
5817 register_buffer call.
5818
5819 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5820
5821 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5822 Solaris /bin/grep does not not like it. From Peter Schauer.
5823
5824 2002-06-26 Tom Tromey <tromey@redhat.com>
5825
5826 * command.h (add_setshow_cmd): Declare.
5827 (add_setshow_cmd_full): Declare.
5828 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5829 returns void. Use add_setshow_cmd_full.
5830 (add_setshow_cmd_full): New function.
5831 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5832 (add_setshow_boolean_cmd): Likewise.
5833
5834 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5835
5836 * config/vax/tm-vax.h: Protect from multiple inclusion.
5837 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5838 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5839 * config/vax/tm-vaxbsd.h: ...here. New file.
5840 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5841
5842 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5843
5844 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5845 (BELIEVE_PCC_PROMOTION): Remove.
5846 (AP_REGNUM): Move to...
5847 * config/vax/nm-vax.h: ...here.
5848 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5849 (vax_breakpoint_from_pc): New function.
5850 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5851 and gdbarch_believe_pcc_promotion.
5852
5853 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5854
5855 * Makefile.in (vax_tdep_h): Define.
5856 (vax-tdep.o): Use $(vax_tdep_h).
5857 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5858 (vax_dump_tdep): New function.
5859 (_initialize_vax_tdep): Register vax_dump_tdep.
5860 * vax-tdep.h: Include osabi.h.
5861 (struct gdbarch_tdep): New.
5862
5863 2002-06-26 Andrew Cagney <cagney@redhat.com>
5864
5865 * frame.h (deprecated_generic_find_dummy_frame): Rename
5866 generic_find_dummy_frame.
5867 * blockframe.c (generic_find_dummy_frame): Make static.
5868 (deprecated_generic_find_dummy_frame): New function.
5869 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5870 generic_find_dummy_frame with deprecated_find_dummy_frame.
5871 (sh64_nofp_frame_init_saved_regs): Ditto.
5872 (sh_fp_frame_init_saved_regs): Ditto.
5873 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5874 (s390_frame_chain): Ditto.
5875 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5876
5877 2002-06-26 Grace Sainsbury <graces@redhat.com>
5878
5879 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5880 gdbarch vector are at the top.
5881 (NUM_REGS): Remove.
5882 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5883 (FRAME_ARGS_ADDRESS): Remove.
5884 (FRAME_LOCALS_ADDRESS): Remove.
5885 (FRAME_NUM_ARGS): Remove.
5886 (FRAME_ARGS_SKIP): Remove.
5887 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5888 (m68k_gdbarch_init): Add gdbarch initializations for macros
5889 undefined in tm-m68k.h
5890
5891 2002-06-26 Grace Sainsbury <graces@redhat.com>
5892
5893 * monitor.h: Add the function regname to monitor_ops
5894 structure. This way NUM_REGS does not have to be a constant.
5895 * monitor.c (monitor_fetch_register): Added support for regname
5896 function. The function is called if the array regnames is NULL.
5897 (monitor_store_register): Same.
5898 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5899 regnames array.
5900 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5901 cpu32bug_cmds.regname to point to new function.
5902 * abug-rom.c (abug_regname): Same as above.
5903 (init_abug_cmds): Same.
5904 * dbug-rom.c (dbug_regname): Same as above.
5905 (init_dbug_cmds): Same.
5906 * remote-est.c (est_regname): Same.
5907 (init_est_cmds): Same.
5908 * rom68k-rom.c (rom68k_regname): Same.
5909 (init_rom68k_cmds): Same.
5910
5911 2002-06-25 Tom Tromey <tromey@redhat.com>
5912
5913 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5914
5915 2002-06-25 Andrew Cagney <cagney@redhat.com>
5916
5917 * infrun.c (stop_registers): Change variable's type to ``struct
5918 regcache'''.
5919 (xmalloc_inferior_status): Delete function.
5920 (free_inferior_status): Delete function.
5921 (normal_stop): Use regcache_cpy.
5922 (struct inferior_status): Change type of fields ``stop_registers''
5923 and ``registers'' to ``struct regcache''.
5924 (write_inferior_status_register): Use regcache_write.
5925 (save_inferior_status): Instead of calling
5926 xmalloc_inferior_status, allocate the inf_status buffer directly.
5927 Use regcache_dup_no_passthrough and regcache_dup to save the
5928 buffers.
5929 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5930 Replace the stop_registers regcache instead of overriding it. Use
5931 regcache_xfree. Instead of calling free_inferior_status, xfree
5932 the buffer directly.
5933 (discard_inferior_status): Use regcache_xfree. Instead of calling
5934 free_inferior_status, xfree the buffer directly.
5935 (build_infrun): Use regcache_xmalloc.
5936 (_initialize_infrun): Delete redundant call to build_infrun.
5937
5938 * Makefile.in (infcmd.o): Add $(regcache_h).
5939
5940 * infcmd.c: Include "regcache.h".
5941 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5942 obtain the address of `stop_registers' register buffer.
5943 (print_return_value): Ditto.
5944
5945 * inferior.h (struct regcache): Add opaque declaration.
5946 (stop_registers): Change variable's declared type to ``struct
5947 regcache''.
5948
5949 2002-06-24 Tom Tromey <tromey@redhat.com>
5950
5951 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5952 * target.c (initialize_targets): Fixed typo in
5953 trust-readonly-sections `show' documentation.
5954
5955 * main.c: Marked all strings with _().
5956
5957 2002-06-24 Don Howard <dhoward@redhat.com>
5958
5959 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5960 that means max CORE_ADDR+1.
5961 (lookup_mem_region): Ditto.
5962 (mem_info_command): Ditto.
5963
5964 2002-06-24 Grace Sainsbury <graces@redhat.com>
5965
5966 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5967 (REGISTER_BYTES_OK): Remove.
5968 (REGISTER_BYTES): Remove.
5969 (STORE_STRUCT_RETURN): Remove.
5970 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5971 (STORE_RETURN_VALUE): Remove.
5972 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5973 (FRAME_CHAIN): Remove.
5974 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5975 (FRAME_SAVED_PC): Remove.
5976 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5977 (m68k_store_struct_return): Add.
5978 (m68k_deprecated_extract_return_value): Add.
5979 (m68k_deprecated_extract_struct_value_address): Add.
5980 (m68k_store_return_value): Add.
5981 (m68k_frame_chain): Add.
5982 (m68k_frameless_function_invocation): Add.
5983 (m68k_frame_saved_pc): Add.
5984 (m68k_gdbarch_init): added set_gdbarch calls for new
5985 functions and deleted macros.
5986
5987 2002-06-23 Tom Tromey <tromey@redhat.com>
5988
5989 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5990 (ALLDEPFILES): Likewise.
5991 (udiheaders): Removed.
5992 (udip2soc.o): Likewise.
5993 (udi2go32.o): Likewise.
5994 (udr.o): Likewise.
5995 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5996
5997 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5998
5999 * infrun.c (_initialize_infrun): Delete unnecessary call to
6000 build_infrun.
6001
6002 * regcache.h: Update comments describing the regcache_cpy family
6003 of functions.
6004 (regcache_save, regcache_restore): Delete declaration.
6005 (regcache_save_no_passthrough): Delete declaration.
6006 (regcache_restore_no_passthrough): Delete declaration.
6007 * regcache.c (regcache_save): Delete function.
6008 (regcache_save_no_passthrough): Delete function.
6009 (regcache_restore): Delete function.
6010 (regcache_restore_no_passthrough): Delete function.
6011
6012 2002-06-21 Andrew Cagney <ac131313@redhat.com>
6013
6014 * config/m68k/tm-m68k.h: Fix typo.
6015 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
6016 (m68k_frame_init_saved_regs): Declare.
6017
6018 2002-06-21 Jim Blandy <jimb@redhat.com>
6019
6020 Remove some vestiges of Harris 88k support.
6021 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
6022 register numbering quirk.
6023 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
6024 odd symbols occurring in Harris 88k ELF targets.
6025
6026 2002-06-21 Tom Tromey <tromey@redhat.com>
6027
6028 * gdb_locale.h: New file.
6029 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
6030 (defs_h): Added gdb_locale.h.
6031 * configure, config.in: Rebuilt.
6032 * configure.in (PACKAGE): Define.
6033 * defs.h: Include gdb_locale.h.
6034 * main.c (captured_main): Call setlocale, bindtextdomain,
6035 textdomain.
6036
6037 2002-06-21 Dave Brolley <brolley@redhat.com>
6038
6039 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
6040 * config/frv/frv.mt: New file.
6041 * config/frv/tm-frv.h: New file.
6042 * configure.tgt: Support frv-*-*.
6043 * Makefile.in (frv-tdep.o): New target.
6044 * frv-tdep.c: New file.
6045 * NEWS: Mention frv.
6046
6047 2002-06-21 Dave Brolley <brolley@redhat.com>
6048
6049 * MAINTAINERS: Add self to "Write After Approval" list.
6050
6051 2002-06-21 Grace Sainsbury <graces@redhat.com>
6052
6053 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
6054 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6055 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
6056 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
6057 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
6058
6059 * m68k-tdep.c: Include arch-utils.h
6060 (m68k_register_raw_size): Add.
6061 (m68k_register_virtual_size): Add.
6062 (m68k_register_virtual_type): Add.
6063 (m68k_register_name): Add.
6064 (m68k_stack_align): Add.
6065 (m68k_register_byte): Add.
6066 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
6067 tm-m68k.h.
6068
6069 2002-06-21 Grace Sainsbury <graces@redhat.com>
6070
6071 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
6072 m68k_find_saved_regs.
6073 (m68k_pop_frame): Removed saved_regs structure, and replaced
6074 references to it with frame->saved_regs.
6075 (m68k_gdbarch_init): Added function calls to initialize the
6076 gdbarch structure.
6077 (m68k_fix_call_dummy): Add.
6078 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
6079 (CALL_DUMMY): Remove.
6080 (CALL_DUMMY_LENGTH): Remove.
6081 (CALL_DUMMY_START_OFFSET): Remove.
6082 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6083 (FIX_CALL_DUMMY): Remove.
6084 (PUSH_DUMMY_FRAME): Remove.
6085 (POP_FRAME): Remove.
6086
6087 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
6088
6089 * parse.c (parse_fprintf): New function used to avoid calls to
6090 fprintf in bison parser generated debug code.
6091 * parser-defs.h: Declaration of new parse_fprintf function.
6092 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
6093 Set YYDEBUG to 1 by default.
6094 Set YYFPRINTF as parse_fprintf.
6095
6096 2002-06-21 Michal Ludvig <mludvig@suse.cz>
6097
6098 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
6099 encoding anymore.
6100 (pointer_encoding, enum ptr_encoding): New.
6101 (execute_cfa_program): Take care about pointer encoding.
6102 (dwarf2_build_frame_info): Only call parse_frame_info for
6103 .debug_frame and .eh_frame.
6104 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
6105 fixed augmentation handling, added relative addressing,
6106 ignore duplicate FDEs. Added comments.
6107 * dwarf2cfi.c: Reindented.
6108
6109 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
6110
6111 * event-top.c (command_handler): Don't use space_at_cmd_start
6112 unless there is sbrk() on the host. Assign time and space data
6113 to union fields of the appropriate length.
6114
6115 2002-06-20 Michal Ludvig <mludvig@suse.cz>
6116
6117 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
6118 x86_64_register_name. Return type changed to 'const char *'.
6119 (x86_64_register_name2nr): Rename to x86_64_register_number.
6120 (x86_64_gdbarch_init): Update to reflect the change.
6121 * x86-64-tdep.h: Ditto.
6122 * x86-64-linux-nat.c (x86_64_fxsave_offset)
6123 (supply_fpregset): Ditto.
6124
6125 2002-06-19 Andrew Cagney <cagney@redhat.com>
6126
6127 * regcache.h: Update copyright.
6128 (struct regcache, struct gdbarch): Add opaque declarations.
6129 (current_regcache): Declare global variable.
6130 (regcache_read, regcache_write): Add gdbarch parameter.
6131 (regcache_save, regcache_save_no_passthrough)
6132 (regcache_restore, regcache_restore_no_passthrough)
6133 (regcache_dup, regcache_dup_no_passthrough)
6134 (regcache_cpy, regcache_cpy_no_passthrough)
6135 (deprecated_grub_regcache_for_registers)
6136 (deprecated_grub_regcache_for_register_valid)
6137 (regcache_valid_p): Add function declarations.
6138
6139 * regcache.c: Update copyright.
6140 (regcache_descr_handle): New global variable.
6141 (struct regcache_descr): Define.
6142 (init_legacy_regcache_descr, init_regcache_descr): New functions.
6143 (regcache_descr, xfree_regcache_descr): New functions.
6144 (struct regcache): Define.
6145 (regcache_xmalloc, regcache_xfree): New functions.
6146 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
6147 (regcache_dup, regcache_dup_no_passthrough): New functions.
6148 (regcache_valid_p, regcache_read_as_address): New functions.
6149 (deprecated_grub_regcache_for_registers): New function.
6150 (deprecated_grub_regcache_for_register_valid): New function.
6151 (current_regcache): New global variable.
6152 (register_buffer): Add regcache parameter. Update calls.
6153 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
6154 (read_register_gen, write_register_gen): Update register_buffer
6155 call. Test for legacy_p instead of gdbarch_register_read_p or
6156 gdbarch_register_write_p.
6157 (regcache_collect): Update register_buffer call.
6158 (build_regcache): Rewrite. Use deprecated grub functions.
6159 (regcache_save, regcache_save_no_passthrough): New functions.
6160 (regcache_restore, regcache_restore_no_passthrough): New
6161 functions.
6162 (_initialize_regcache): Create the regcache_data_handle. Swap
6163 current_regcache global variable.
6164
6165 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
6166 parameter to regcache_read and regcache_write calls.
6167 (sh4_register_read): Ditto.
6168 (sh64_pseudo_register_read): Ditto.
6169 (sh64_register_read): Ditto.
6170 (sh_pseudo_register_write): Ditto.
6171 (sh4_register_write): Ditto.
6172 (sh64_pseudo_register_write): Ditto.
6173 (sh64_register_write): Ditto.
6174
6175 * defs.h (XCALLOC): Define.
6176
6177 2002-06-19 Grace Sainsbury <graces@redhat.com>
6178
6179 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
6180 * m68k-tdep.c (m68k_gdbarch_init): Added.
6181 (m68k_dump_tdep): Added.
6182
6183 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6184
6185 * ada-lang.c (fill_in_ada_prototype): Update comment.
6186
6187 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6188
6189 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
6190 MIPS_ABI_LAST.
6191 (mips_abi_string, mips_abi_strings): New.
6192 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
6193 (mips_gdbarch_init): Set tdep->found_abi. Don't set
6194 tdep->mips_abi_string. Honor mips_abi_string. Default to
6195 O32 if no ABI is found.
6196 (mips_dump_tdep): Use mips_abi_strings.
6197 (mips_abi_update): New function.
6198 (_initialize_mips_tdep): Initialize mips_abi_string. Add
6199 ``set mips abi'' and ``show mips abi''. Check the size of
6200 mips_abi_strings.
6201
6202 2002-06-19 Andrew Cagney <cagney@redhat.com>
6203
6204 * i386-linux-tdep.c (i386_linux_register_name): Make return type
6205 constant.
6206
6207 2002-06-18 Joel Brobecker <brobecker@gnat.com>
6208
6209 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6210 current frame using only the first stack size adjustment. All
6211 subsequent size adjustments are not considered to be part of
6212 the "static" part of the current frame.
6213 Compute the address of the saved registers relative to the
6214 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6215 in use in this frame.
6216
6217 2002-06-18 Don Howard <dhoward@redhat.com>
6218
6219 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6220 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6221 suggesting this solution.
6222
6223 2002-06-18 Andrew Cagney <ac131313@redhat.com>
6224
6225 * config/romp/xm-rtbsd.h: Delete file.
6226 * config/romp/rtbsd.mh: Delete file.
6227
6228 2002-06-18 Keith Seitz <keiths@redhat.com>
6229
6230 * breakpoint.c (condition_command): Post breakpoint_modify
6231 when a condition is added to an existing breakpoint.
6232 (commands_command): Likewise for commands.
6233 (set_ignore_count): Likewise for ignore counts.
6234 If no tty, do not simply return, still need to send event
6235 notification.
6236 (ignore_command): Only print a newline if the command came
6237 from a tty.
6238 Don't call breakpoints_changed, since this is now properly
6239 handled by set_ignore_count.
6240
6241 2002-06-18 Andrew Cagney <cagney@redhat.com>
6242
6243 * MAINTAINERS: Note that cris-elf target can be compiled with
6244 -Werror.
6245 * cris-tdep.c (cris_register_name): Make return type constant.
6246 (cris_breakpoint_from_pc): Ditto.
6247
6248 2002-06-18 Michal Ludvig <mludvig@suse.cz>
6249
6250 * frame.h (struct frame_info): Change type of context to
6251 'struct context'.
6252
6253 2002-06-17 Andrew Cagney <cagney@redhat.com>
6254
6255 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6256 pointer.
6257 * gdbarch.h, gdbarch.c: Regenerate.
6258 * config/mips/tm-mips.h (mips_register_name): Update.
6259 * i386-tdep.h (i386_register_name): Update.
6260 * mips-tdep.c (mips_register_name): Update
6261 * alpha-tdep.c (alpha_register_name): Update.
6262 * arch-utils.c (legacy_register_name): Update.
6263 * arch-utils.h (legacy_register_name): Update.
6264 * avr-tdep.c (avr_register_name): Update.
6265 * ia64-tdep.c (ia64_register_name): Update.
6266 * i386-tdep.c (i386_register_name): Update.
6267 * sparc-tdep.c (sparc32_register_name): Update.
6268 (sparc64_register_name): Update.
6269 (sparclite_register_name): Update.
6270 (sparclet_register_name): Update.
6271 * sh-tdep.c (sh_generic_register_name): Update.
6272 (sh_sh_register_name): Update.
6273 (sh_sh3_register_name): Update.
6274 (sh_sh3e_register_name): Update.
6275 (sh_sh_dsp_register_name): Update.
6276 (sh_sh3_dsp_register_name): Update.
6277 (sh_sh4_register_name): Update.
6278 (sh_sh64_register_name): Update.
6279 * s390-tdep.c (s390_register_name): Update.
6280 * rs6000-tdep.c (rs6000_register_name): Update.
6281 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6282 (ns32k_register_name_32382): Update.
6283 * d10v-tdep.c (d10v_ts2_register_name): Update.
6284 (d10v_ts3_register_name): Update.
6285 * xstormy16-tdep.c (xstormy16_register_name): Update.
6286 * vax-tdep.c (vax_register_name): Update.
6287 * v850-tdep.c (v850_register_name): Update.
6288 * m68hc11-tdep.c (m68hc11_register_name): Update.
6289 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6290 (am33_register_name): Update.
6291
6292 2002-06-17 Grace Sainsbury <graces@redhat.com>
6293
6294 * m68k-tdep.c: Reindented.
6295
6296 2002-06-17 Andrew Cagney <ac131313@redhat.com>
6297
6298 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6299 list of predefined types.
6300
6301 2002-06-16 Mark Kettenis <kettenis@gnu.org>
6302
6303 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6304 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6305 REGISTER_CONVERT_TO_RAW): Remove defines.
6306 (i386_register_virtual_type, i386_register_convertible,
6307 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6308 Remove prototypes.
6309 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6310 macros mentioned above.
6311
6312 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6313 (i386lynx_saved_pc_after_call): Remove prototype.
6314 * i386ly-tdep.c: Include "i386-tdep.h".
6315 (i386lynx_saved_pc_after_call): Make static. Use
6316 read_memory_nobpt instead of read_memory. Use
6317 read_memory_unsigned_integer instead of read_memory_integer.
6318 (i386lynx_init_abi): New function.
6319 (i386lynx_coff_osabi_sniffer): New function.
6320 (_initialize_i386bsd_tdep): New function.
6321
6322 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6323 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6324 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6325 (i386_fix_call_dummy): Remove prototype.
6326 * i386-tdep.c (i386_call_dummy_words): New variable.
6327 (i386_gdbarch_init): Adjust for removal of the
6328 macros mentioned above.
6329
6330 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6331
6332 * command.h (add_setshow_auto_boolean_cmd): Replace
6333 add_set_auto_boolean_cmd.
6334 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6335 add_set_auto_boolean_cmd.
6336 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6337 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6338 mask-address'' command.
6339 (show_mask_address): Add cmd parameter.
6340 * remote.c (add_packet_config_cmd): Update. Change type of
6341 set_func and show_func to cmd_sfunc_ftype.
6342 (_initialize_remote): Update `set remote Z-packet'
6343 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6344 (show_remote_protocol_e_packet_cmd): Ditto.
6345 (show_remote_protocol_E_packet_cmd): Ditto.
6346 (show_remote_protocol_P_packet_cmd): Ditto.
6347 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6348 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6349 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6350 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6351 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6352 (show_remote_protocol_Z_packet_cmd): Ditto.
6353 (show_remote_protocol_binary_download_cmd): Ditto.
6354 (show_remote_cmd): Pass NULL to all of above.
6355
6356 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6357
6358 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6359 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6360 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6361 POP_FRAME): Remove defines.
6362 (i386_push_arguments, i386_store_struct_return,
6363 i386_extract_return_value, i386_store_return_value,
6364 i386_extract_struct_value_address, i386_push_dummy_frame,
6365 i386_pop_frame): Renove prototypes.
6366 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6367 macros mentioned above.
6368
6369 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6370
6371 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6372 add_set_boolean_cmd.
6373 (add_setshow_cmd): New function.
6374 * command.h (add_setshow_boolean_cmd): Replace
6375 add_set_boolean_cmd.
6376 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6377 and ``set rdiromatzero''.
6378 * maint.c (_initialize_maint_cmds): Update commented out code.
6379 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6380 * target.c (initialize_targets): Update `set
6381 trust-readonly-sections'.
6382 * remote.c (_initialize_remote): Update `set remotebreak'.
6383
6384 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6385
6386 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6387 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6388 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6389 fit into multi-arch framework.
6390 (i386_breakpoint_from_pc): New function.
6391 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6392 above.
6393
6394 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6395 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6396 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6397 (i386_frameless_function_invocation, i386_frame_num_args,
6398 i386_frame_init_saved_regs): Remove prototypes.
6399 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6400 macros mentioned above.
6401
6402 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6403
6404 * cli/cli-decode.c (set_cmd_cfunc): Update.
6405 (set_cmd_sfunc): Update.
6406 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6407 (set_cmd_sfunc, set_cmd_cfunc): Update.
6408 * cli/cli-decode.h: Update.
6409
6410 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6411
6412 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6413 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6414
6415 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6416
6417 * defs.h (auto_boolean): Declare enum.
6418 * command.h (cmd_auto_boolean): Delete enum.
6419 * mips-tdep.c (mask_address_var): Update.
6420 (mips_mask_address_p): Update.
6421 (show_mask_address): Update.
6422 * remote.c (struct packet_config): Update.
6423 (update_packet_config): Update.
6424 (show_packet_config_cmd): Update.
6425 (packet_ok): Update.
6426 (add_packet_config_cmd): Update.
6427 (_initialize_remote):
6428 * command.h: Update.
6429 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6430 (do_setshow_command): Update.
6431 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6432 * cli/cli-decode.h: Update.
6433
6434 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6435
6436 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6437 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6438 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6439 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6440 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6441 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6442
6443 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6444 list of DJGPP COFF targets.
6445
6446 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6447 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6448 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6449 (FP0_REGNUM): Remove define.
6450 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6451 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6452 (i386_register_virtual_size): Remove protoype.
6453 * i386-tdep.c (i386_register_virtual_size): Removed.
6454 (i386_extract_return_value, i386_store_return_value): Use
6455 FP0_REGNUM instead of NUM_FREGS to determine whether the
6456 floating-point registers are available.
6457 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6458 Adjust for removal of macros mentioned above.
6459
6460 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6461
6462 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6463 comments.
6464 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6465 Remove prototypes.
6466 (supply_gregset, fill_gregset): Remove use of register keyword and
6467 remove declaration for regmap. Use I386_NUM_GREGS instead of
6468 NUM_REGS and NUM_FREGS.
6469 (FPREGSET_FSAVE_OFFSET): Remove.
6470 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6471 NUM_FREGS to determine whether the floating-point registers are
6472 available.
6473
6474 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6475 gnu_store_registers): Replace usage of NUM_GREGS with
6476 I386_NUM_GREGS.
6477
6478 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6479 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6480 usage of NUM_GREGS with I386_NUM_GREGS.
6481
6482 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6483
6484 * i386bsd-nat.c: Include "i386-tdep.h".
6485 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6486 I386_NUM_GREGS.
6487
6488 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6489 and associated comment. They no longer make any sense, since we
6490 don't use this file anymore on Linux.
6491
6492 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6493 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6494 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6495 elements in these arrays.
6496 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6497 MAX_NUM_REGS.
6498
6499 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6500
6501 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6502 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6503
6504 2002-06-14 Andrew Cagney <cagney@redhat.com>
6505
6506 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6507 EXTRACT_RETURN_VALUE.
6508 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6509 EXTRACT_STRUCT_VALUE_ADDRESS.
6510 * gdbarch.h, gdbarch.c: Regenerate.
6511
6512 * values.c (value_being_returned): Handle
6513 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6514 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6515
6516 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6517 * arm-tdep.c (arm_gdbarch_init): Update.
6518 * avr-tdep.c (avr_gdbarch_init): Update.
6519 * cris-tdep.c (cris_gdbarch_init): Update.
6520 * d10v-tdep.c (d10v_gdbarch_init): Update.
6521 * ia64-tdep.c (ia64_gdbarch_init): Update.
6522 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6523 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6524 * s390-tdep.c (s390_gdbarch_init): Update.
6525 * sh-tdep.c (sh_gdbarch_init): Update.
6526 * s390-tdep.c (s390_gdbarch_init): Update.
6527 * sparc-tdep.c (sparc_gdbarch_init): Update.
6528 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6529 * v850-tdep.c (v850_gdbarch_init): Update.
6530 * vax-tdep.c (vax_gdbarch_init): Update.
6531 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6532 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6533
6534 * config/arc/tm-arc.h: Update.
6535 * config/d30v/tm-d30v.h: Update.
6536 * config/fr30/tm-fr30.h: Update.
6537 * config/h8300/tm-h8300.h: Update.
6538 * config/h8500/tm-h8500.h: Update.
6539 * config/i386/tm-i386.h: Update.
6540 * config/i386/tm-ptx.h: Update.
6541 * config/i386/tm-symmetry.h: Update.
6542 * config/i960/tm-i960.h: Update.
6543 * config/m32r/tm-m32r.h: Update.
6544 * config/m68k/tm-delta68.h: Update.
6545 * config/m68k/tm-linux.h: Update.
6546 * config/m68k/tm-m68k.h: Update.
6547 * config/m88k/tm-m88k.h: Update.
6548 * config/mcore/tm-mcore.h: Update.
6549 * config/mips/tm-mips.h: Update.
6550 * config/mn10200/tm-mn10200.h: Update.
6551 * config/pa/tm-hppa.h: Update.
6552 * config/pa/tm-hppa64.h: Update.
6553 * config/sparc/tm-sp64.h: Update.
6554 * config/sparc/tm-sparc.h: Update.
6555 * config/sparc/tm-sparclet.h: Update.
6556 * config/z8k/tm-z8k.h: Update.
6557
6558 2002-06-14 Andrew Cagney <cagney@redhat.com>
6559
6560 * Makefile.in (i386_linux_tdep_h): Define.
6561 (i386_tdep_h, i387_tdep_h): Define.
6562 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6563 $(i386_tdep_h) and $(i387_tdep_h).
6564 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6565
6566 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6567
6568 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6569 Already covered by the default.
6570
6571 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6572 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6573 (i386_gdbarch_init): Initialize long_double_format and long_double
6574 bit.
6575
6576 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6577 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6578 Move these to ...
6579 * config/i386/i386sol2.mh: ... here.
6580 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6581 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6582 (SIGCONTEXT_PC_OFFSET): Remove define.
6583 (IN_SIGTRAMP): Remove define.
6584 * i386-sol2-tdep.c: New file.
6585
6586 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6587 * config/i386/tm-i386nw.h: Removed.
6588
6589 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6590 USE_STRUCT_CONVENTION): Remove defines.
6591 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6592 (get_longjmp_target): Remove prototype.
6593 (IN_SIGTRAMP): Remove define.
6594 (i386bsd_in_sigtramp): Remove prototype.
6595 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6596 function. Update comment accordingly
6597 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6598 (FRAME_SAVED_PC): Remove define.
6599 (i386bsd_frame_saved_pc): Remove prototype.
6600 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6601 GET_LONGJMP_TARGET): Remove defines.
6602 (get_longjmp_target): Remove prototype.
6603 (IN_SIGTRAMP): Remove define.
6604 (i386bsd_in_sigtramp): Remove prototype.
6605 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6606 function. Update comment accordingly
6607 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6608 (FRAME_SAVED_PC): Remove define.
6609 (i386bsd_frame_saved_pc): Remove prototype.
6610 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6611 Remove prototype.
6612 (USE_STRUCT_CONVENTION): Remove prototype.
6613 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6614 declaration.
6615 (_initialize_i386bsd_nat): Revise logic to determine some
6616 constants at compile time when compiling a native GDB. Warn if
6617 things don't match up with what we expect.
6618 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6619 Remove variables.
6620 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6621 to use date stored in `struct gdbarch_tdep'.
6622 (i386bsd_sigcontext_offset): Remove varaible.
6623 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6624 stored in `struct gdbarch_tdep'.
6625 (i386bsd_frame_saved_pc): Make static.
6626 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6627 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6628 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6629 i386fbsd4_sc_pc_offset): New variables.
6630 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6631 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6632 functions.
6633 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6634 functions.
6635 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6636 Modify the value of i386fbsd_sigtramp_start and
6637 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6638 i386fbsd_sigtramp_end.
6639 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6640 function.
6641
6642 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6643 define to i386-linux-tdep.h.
6644 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6645 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6646 defines.
6647 (i386_linux_register_name, i386_linux_register_byte,
6648 i386_linux_register_raw_size): Remove prototypes.
6649 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6650 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6651 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6652 TARGET_WRITE_PC): Remove defines.
6653 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6654 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6655 i386_linux_write_pc): Remove prototypes.
6656 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6657 (get_longjmp_target): Remove prototype.
6658 * i386-linux-tdep.h: New file.
6659 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6660 * i386-linux-tdep.c: Include "i386-tdep.h" and
6661 "i386-linux-tdep.h".
6662 (i386_linux_register_name, i386_linux_register_byte,
6663 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6664 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6665 Make static.
6666 (i386_linux_init_abi): New function.
6667 (_initialize_i386_linux_tdep): New function.
6668
6669 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6670 (i386_saved_pc_after_call): Remove prototype.
6671 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6672 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6673 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6674 (i386_register_name, i386_stab_reg_to_regnum,
6675 i386_dwarf_reg_to_regnum): Remove prototypes.
6676 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6677 SIZEOF_SSE_REGS): Remove defines.
6678 (REGISTER_BYTES): Remove define.
6679 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6680 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6681 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6682 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6683 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6684 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6685 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6686 (get_longjmp_target): Remove prototype.
6687 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6688 (sigtramp_saved_pc): Remove define.
6689 (i386v4_sigtramp_saved_pc): Remove prototype.
6690 * config/i386/tm-go32.h (FRAME_CHAIN,
6691 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6692 (i386go32_frame_saved_pc): Remove prototype.
6693 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6694 (get_longjmp_target): Remove prototype.
6695 * i386-tdep.h: Include "osabi.h".
6696 (enum i386_abi): Removed.
6697 (enum struct_return): New enum.
6698 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6699 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6700 sc_pc_offset members.
6701 (i386_gdbarch_register_os_abi): Remove prototype.
6702 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6703 I386_SSE_NUM_REGS): New defines.
6704 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6705 I386_SSE_SIZEOF_REGS): New defines.
6706 (i386_register_name, i386_register_byte, i386_register_raw_size):
6707 New prototypes.
6708 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6709 (i386bsd_sigtramp_saved_pc): New prototype.
6710 * i386-tdep.c: Don't include "elf-bfd.h".
6711 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6712 i386_frame_chain, i386_saved_pc_after_call): Make static.
6713 (i386_frame_saved_pc): Rewrite to call architecture dependent
6714 function to deal with signal handlers. Make static.
6715 (i386go32_frame_saved_pc): Removed.
6716 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6717 Removed.
6718 (i386_get_longjmp_target): New function.
6719 (default_struct_convention, pcc_struct_convention,
6720 reg_struct_convention, valid_conventions, struct_convention): New
6721 variables.
6722 (i386_use_struct_convention): New function.
6723 (i386v4_sigtramp_saved_pc): Renamed to
6724 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6725 (i386_pc_in_sigtramp): New function.
6726 (i386_abi_names): Removed.
6727 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6728 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6729 Removed.
6730 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6731 i386_gdbarch_register_os_abi): Removed.
6732 (struct i386_abi_handler): Removed.
6733 (i386_abi_handler_list): Removed.
6734 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6735 functions.
6736 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6737 i386_nw_init_abi): New functions.
6738 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6739 Use set_gdbarch_xxx() calls instead of relying on macros for a
6740 number of calls.
6741 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6742 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6743 Register the various architecture variants defined in this file.
6744
6745 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6746
6747 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6748 (struct main_type): Remove arg_types member. Update comments for
6749 struct field.
6750 (TYPE_ARG_TYPES): Remove.
6751 (TYPE_FN_FIELD_ARGS): Update.
6752 (smash_to_method_type): Update prototype.
6753
6754 * c-typeprint.c (cp_type_print_method_args): Take method type
6755 instead of argument list. Use new argument layout. Simplify.
6756 (c_type_print_args): Use new argument layout. Simplify.
6757 (c_type_print_base): Update call to cp_type_print_method_args.
6758 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6759 argument; use die->type instead. Update call to
6760 smash_to_method_type.
6761 (read_structure_scope): Update call to dwarf2_add_member_fn.
6762 * gdbtypes.c (allocate_stub_method): Update comment.
6763 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6764 Use new argument layout.
6765 (check_stub_method): Use new argument layout. Don't count
6766 void as an argument.
6767 (print_arg_types): Update comments. Use new argument layout.
6768 (recursive_dump_type): Don't print arg_types member.
6769 * hpread.c (hpread_read_struct_type): Use new argument layout.
6770 (fixup_class_method_type): Likewise.
6771 (hpread_type_lookup): Likewise.
6772 * stabsread.c (read_type): Update calls to read_args and
6773 smash_to_method_type.
6774 (read_args): Use new argument layout. Simplify.
6775 * valops.c (typecmp): Use new argument layout. Update parameters
6776 and comments. Simplify.
6777 (hand_function_call): Use new argument layout.
6778 (search_struct_method): Update call to typecmp.
6779 (find_overload_match): Use new argument layout.
6780
6781 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6782
6783 * NEWS: Mention multithreaded debug support for gdbserver.
6784
6785 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6786
6787 * MAINTAINERS: Mention NEWS.
6788
6789 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6790
6791 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6792 (struct mips_objfile_private, compare_pdr_entries): New.
6793 (non_heuristic_proc_desc): Read the ".pdr" section if it
6794 is present.
6795
6796 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6797
6798 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6799 (arm_debug): New static variable.
6800 (_initialize_arm_tdep): Add ``set debug arm'' command.
6801
6802 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6803
6804 * Makefile.in (sim_arm_h): Define.
6805 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6806 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6807 (arm_register_sim_regno): New function, map an internal REGNUM
6808 onto a simulator register number.
6809 (arm_gdbarch_init): Set register_sim_regno.
6810
6811 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6812
6813 * MAINTAINERS: Add self.
6814
6815 2002-06-11 Jim Blandy <jimb@redhat.com>
6816
6817 * source.c (source_info): Mention whether the symtab has
6818 information about preprocessor macros.
6819
6820 Call the command `info macro', not `show macro'.
6821 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6822 Fix error message.
6823 (_initialize_macrocmd): Register `info_macro_command' in
6824 `infolist', not `showlist'.
6825
6826 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6827
6828 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6829 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6830 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6831 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6832 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6833 unconditionally.
6834 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6835 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6836 (_initialize_mips_tdep): Remove dead code.
6837 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6838 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6839 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6840 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6841 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6842 MIPS_LAST_FP_ARG_REGNUM): Remove.
6843
6844 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6845
6846 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6847 (unwind_tmp_obstack_free, parse_frame_info)
6848 (update_context, cfi_read_fp, cfi_write_fp)
6849 (cfi_frame_chain, cfi_init_extra_frame_info)
6850 (cfi_virtual_frame_pointer): Use the above function.
6851 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6852
6853 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6854
6855 * v850-tdep.c (v850_type_is_scalar): New function.
6856 (v850_use_struct_convention): Match current gcc implementation
6857 as close as possible.
6858 (v850_push_arguments): Fix stack_offset handling. Don't write
6859 struct_addr into register. This is done by v850_store_struct_return.
6860 (v850_extract_return_value): Care for structs.
6861 (v850_store_return_value): Ditto.
6862 (v850_store_struct_return): Actually write address.
6863
6864 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6865
6866 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6867 without debug information too.
6868
6869 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6870
6871 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6872 Make multi-arch pure.
6873 * gdbarch.h, gdbarch.c: Re-generate.
6874 * arm-tdep.c (arm_print_float_info): Update.
6875 * arch-utils.h (default_print_float_info): Update.
6876 * arch-utils.c (default_print_float_info): Update.
6877 * infcmd.c (float_info): Update call.
6878
6879 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6880
6881 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6882 the front of the initialize list.
6883
6884 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6885
6886 * infrun.c (struct inferior_status): Replace fields
6887 selected_frame_address and selected_level with field
6888 selected_frame_id.
6889 (save_inferior_status): Update. Use get_frame_id.
6890 (struct restore_selected_frame_args): Delete.
6891 (restore_selected_frame): Update. Use frame_find_by_id.
6892 (restore_inferior_status): Update.
6893
6894 * breakpoint.h (struct breakpoint): Change type of
6895 watchpoint_frame to frame_id.
6896 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6897 call to get_current_frame.
6898 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6899 get_current_frame.
6900 (watchpoint_check): Use frame_find_by_id.
6901
6902 * frame.h (record_selected_frame): Delete declaration.
6903 * stack.c (record_selected_frame): Delete function.
6904
6905 * frame.h (struct frame_id): Define.
6906 (get_frame_id): Declare.
6907 (frame_find_by_id): Declare.
6908 * frame.c (frame_find_by_id): New function.
6909 (get_frame_id): New function.
6910
6911 2002-06-10 Andrey Volkov <avolkov@transas.com>
6912
6913 * ser-e7kpc.c: Fix duplicated define and call of
6914 _initialize_ser_e7000pc
6915
6916 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6917
6918 * signals/signals.c (target_signal_from_host): Fix #ifdef
6919 SIGRTMIN case.
6920 (do_target_signal_to_host): Likewise.
6921
6922 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6923
6924 * mips-tdep.c (mips_find_abi_section): New function.
6925 (mips_gdbarch_init): Call it.
6926
6927 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6928
6929 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6930 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6931 after Andrew's 2002-06-08 gdbarch change.
6932
6933 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6934
6935 * i386-linux-nat.c (suppy_gregset): Don't supply
6936 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6937 register cache.
6938 (fill_gregset): Don't fetch it under the same circumstances.
6939
6940 2002-06-09 Andrew Cagney <cagney@redhat.com>
6941
6942 * Makefile.in (callback_h): Define.
6943 (remote_sim_h): Update path to remote-sim.h.
6944 (remote-rdp.o): Add $(callback_h).
6945 (remote-sim.o): Use $(callback_h).
6946 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6947 * remote-rdp.c: Include "gdb/callback.h".
6948
6949 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6950
6951 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6952 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6953
6954 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6955
6956 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6957 * rdi-share/serpardr.c: Ditto.
6958 * rdi-share/unixcomm.c: Ditto.
6959 * rdi-share/serdrv.c: Ditto.
6960 * rdi-share/hostchan.h: Ditto.
6961 * rdi-share/hostchan.c: Ditto.
6962 * rdi-share/host.h: Ditto.
6963 * rdi-share/devsw.c: Ditto.
6964
6965 * objfiles.h: Change type of obj_private to void pointer.
6966 * pa64solib.c: Update copyright. Don't include "assert.h", use
6967 strcmp instead of STREQ, use LONGEST, do not use PTR
6968 * somsolib.c: Ditto.
6969
6970 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6971 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6972 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6973
6974 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6975
6976 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6977 (default_get_saved_register): Delete function.
6978 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6979 generic_unwind_get_saved_register.
6980 * gdbarch.h, gdbarch.c: Re-generate.
6981
6982 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6983
6984 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6985 generic_func_frame_chain_valid.
6986 * gdbarch.h, gdbarch.c: Re-generate.
6987 * blockframe.c (generic_func_frame_chain_valid): Only check
6988 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6989 passing FP to PC_IN_CALL_DUMMY.
6990 Fix PR gdb/360.
6991
6992 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6993
6994 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6995 (register_gdbarch_data): Initialize init_p.
6996 (gdbarch_data): Initialize data pointer using the init function.
6997 (init_gdbarch_data): Delete function.
6998 (gdbarch_update_p): Update.
6999 (initialize_non_multiarch): Update.
7000 (struct gdbarch): Add field initialized_p.
7001 * gdbarch.h, gdbarch.c: Re-generate.
7002
7003 2002-06-07 Michal Ludvig <mludvig@suse.cz>
7004
7005 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
7006 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
7007 better do the things actually here.
7008 * x86-64-tdep.c (x86_64_register_name2nr): New.
7009 (x86_64_register_name): Renamed to x86_64_register_nr2name.
7010 (x86_64_gdbarch_init): Respect the above change.
7011 * x86-64-tdep.h (x86_64_register_name2nr)
7012 (x86_64_register_nr2name): Add prototypes.
7013 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
7014
7015 2002-06-06 Michael Snyder <msnyder@redhat.com>
7016
7017 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
7018 Delete extra braces and re-indent.
7019 (d10v_store_return_value): Char return values
7020 must be shifted over by one byte in R0.
7021 (d10v_extract_return_value): Delete extra braces, re-indent.
7022
7023 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
7024
7025 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
7026 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
7027 (d10v_integer_to_address): Rewrite.
7028 (d10v_frame_init_saved_regs): When reading fp and sp registers use
7029 the d10v specific functions which take care of converting to the
7030 correct space.
7031
7032 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
7033
7034 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
7035 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
7036
7037 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7038
7039 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
7040 includes.
7041 * config/tm-linux.h: Ditto.
7042 * config/alpha/tm-alphalinux.h: Ditto.
7043 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
7044 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
7045 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
7046 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
7047 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
7048 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
7049 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
7050 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
7051 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
7052 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
7053 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
7054 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
7055 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
7056 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
7057 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
7058 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
7059 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
7060 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
7061 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
7062 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
7063 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
7064 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
7065 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
7066 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
7067 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
7068 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
7069 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
7070 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
7071 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
7072 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
7073 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
7074 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
7075 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
7076 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
7077 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
7078 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
7079 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
7080
7081 2002-05-04 Aidan Skinner <aidan@velvet.net>
7082
7083 * ada-exp.tab.c: New file
7084 * ada-exp.y: New file
7085 * ada-lang.c: New file
7086 * ada-lang.h: New file
7087 * ada-lex.c: New file
7088 * ada-lex.l: New file
7089 * ada-tasks.c: New file
7090 * ada-typeprint.c: New file
7091 * ada-valprint.c: New file
7092
7093 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7094
7095 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
7096 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
7097
7098 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7099
7100 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
7101 insetead of ppc-linux-tdep.o.
7102 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
7103 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
7104
7105 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7106
7107 2002-05-07 Christian Groessler <chris@groessler.org>
7108 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
7109 bit register contents for little endian hosts.
7110
7111 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7112
7113 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
7114 any maintainer.
7115
7116 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7117
7118 * gdbarch.h: Regenerate.
7119
7120 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7121
7122 * MAINTAINERS: Add everyone to write-after-approval list.
7123
7124 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7125
7126 * stack.c (frame_info): Use frame_register_unwind instead of
7127 saved_regs. Mention when the SP is on the stack or in a register.
7128
7129 * frame.h (frame_register_unwind_ftype): Define. Document.
7130 (struct frame_info): Add field register_unwind and
7131 register_unwind_cache.
7132 (frame_register_unwind): Declare.
7133 (generic_unwind_get_saved_register): Declare.
7134
7135 * frame.c (frame_register_unwind): New function.
7136 (generic_unwind_get_saved_register): New function.
7137
7138 * blockframe.c (generic_call_dummy_register_unwind): New function.
7139 (frame_saved_regs_register_unwind): New function.
7140 (set_unwind_by_pc): New function.
7141 (create_new_frame): New function.
7142 (get_prev_frame): New function.
7143
7144 2002-05-30 Andrew Cagney <ac131313@redhat.com>
7145
7146 * a29k-share/: Delete directory.
7147 * remote-vx29k.c: Delete file.
7148
7149 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7150
7151 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
7152 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7153
7154 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7155
7156 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
7157 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7158 (sparc64nbsd-nat.o)
7159 (sparcnbsd-nat.o)
7160 (sparcnbsd-tdep.o): New dependency lists.
7161 * NEWS: Note new UltraSPARC NetBSD native configuration.
7162 * configure.host (sparc64-*-netbsd*): New host.
7163 * configure.tgt (sparc-*-netbsdelf*)
7164 (sparc-*-netbsd*): Set gdb_target to nbsd.
7165 (sparc64-*-netbsd*): New target.
7166 * sparc64nbsd-nat.c: New file.
7167 * sparcnbsd-nat.c: New file.
7168 * sparcnbsd-tdep.c: New file.
7169 * sparcnbsd-tdep.h: New file.
7170 * config/sparc/nbsd.mt: New file.
7171 * config/sparc/nbsd64.mh: New file.
7172 * config/sparc/nbsd64.mt: New file.
7173 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
7174 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7175 (HOST_IPC): Remove.
7176 * config/sparc/nbsdaout.mt: Remove.
7177 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
7178 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7179 (HOST_IPC): Remove.
7180 * config/sparc/nbsdelf.mt: Remove.
7181 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
7182 sparc-nat.c compatiblity defines.
7183 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
7184 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
7185 * config/sparc/tm-nbsd64.h: New file.
7186 * config/sparc/tm-nbsdaout.h: Remove.
7187 * config/sparc/xm-nbsd.h: Remove.
7188
7189 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7190
7191 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
7192 * sparc-tdep.c: Include osabi.h.
7193 (gdbarch_tdep): Add osabi member.
7194 (_initialize_sparc_tdep): Use gdbarch_register.
7195 (sparc_gdbarch_init): Use generic OS ABI framework.
7196 (sparc_dump_tdep): New function.
7197
7198 2002-05-30 Kevin Buettner <kevinb@redhat.com>
7199
7200 * corefile.c (do_captured_read_memory_integer): Return non-zero
7201 result.
7202 (safe_read_memory_integer): Copy result of memory read when
7203 status is non-zero. Also, add comments.
7204
7205 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7206
7207 * Makefile.in (ppc_tdep_h): Define.
7208 (ppc-linux-nat.o)
7209 (ppc-linux-tdep.o)
7210 (rs6000-tdep.o): Use $(ppc_tdep_h).
7211 (ppc-sysv-tdep.o)
7212 (ppcnbsd-nat.o)
7213 (ppcnbsd-tdep.o): New dependency lists.
7214 * ppc-tdep.h: Use generic OS ABI framework.
7215 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7216 (ppc_linux_init_abi): New functions.
7217 (ppc_sysv_abi_broken_use_struct_convention)
7218 (ppc_sysv_abi_use_struct_convention)
7219 (ppc_sysv_abi_push_arguments): Move to...
7220 * ppc-sysv-tdep.c: ...here.
7221 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7222 * rs6000-tdep.c (process_note_abi_tag_sections)
7223 (get_elfosabi): Remove.
7224 (rs6000_gdbarch_init): Use generic OS ABI framework.
7225 (rs6000_dump_tdep): New function.
7226 (_initialize_rs6000_tdep): Use gdbarch_register.
7227 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7228 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7229 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7230 of ppc-linux-tdep.o.
7231 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7232 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7233 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7234 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7235 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7236 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7237
7238 2002-05-29 Jim Blandy <jimb@redhat.com>
7239
7240 * macroscope.c (default_macro_scope): Put `void' in empty argument
7241 list.
7242
7243 2002-05-29 Andrew Cagney <ac131313@redhat.com>
7244
7245 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7246 * arch-utils.c: Include "sim-regno.h".
7247 * gdbarch.sh: Don't include "sim-regno.h".
7248 * gdbarch.h, gdbarch.c: Regenerate.
7249 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7250 here.
7251 * arch-utils.h (legacy_register_sim_regno): To here.
7252 * remote-sim.c (legacy_register_sim_regno): Move function from
7253 here.
7254 * arch-utils.c (legacy_register_sim_regno): To here.
7255
7256 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7257
7258 * sim-regno.h: New file.
7259 * Makefile.in (sim_regno_h): Define.
7260 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7261 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7262 (legacy_register_sim_regno): New function.
7263 (one2one_register_sim_regno): New function.
7264 (gdbsim_fetch_register): Rewrite.
7265 (gdbsim_store_register): Only store a register when
7266 REGISTER_SIM_REGNO is valid.
7267 * d10v-tdep.c: Include "sim-regno.h".
7268 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7269 (d10v_ts3_register_sim_regno): Ditto.
7270 * gdbarch.sh: Include "sim-regno.h".
7271 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7272 * gdbarch.h, gdbarch.c: Regenerate.
7273 * arch-utils.h (default_register_sim_regno): Delete declaration.
7274 * arch-utils.c (default_register_sim_regno): Delete function.
7275
7276 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7277
7278 * ppcnbsd-nat.c: Rewrite.
7279 * ppcnbsd-tdep.c: New file.
7280 * ppcnbsd-tdep.h: New file.
7281 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7282 solib.o, and solib-svr4.o.
7283 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7284 nbsd-tdep.o, and corelow.o.
7285
7286 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7287
7288 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7289 `tr' and `sed'. Mention that `broken' targets are not expected to
7290 build.
7291
7292 2002-05-27 Michal Ludvig <mludvig@suse.cz>
7293
7294 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7295 Let PC point right after the prologue before looking up symbols.
7296
7297 2002-05-27 Martin M. Hunt <hunt@redhat.com>
7298
7299 * i386-tdep.c (i386_register_virtual_type): Return
7300 builtin_type_vec128i for SSE registers.
7301
7302 * gdbtypes.h (builtin_type_vec128i): Declare.
7303
7304 * gdbtypes.c (build_builtin_type_vec128i): New function.
7305 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7306 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7307 (build_gdbtypes): Initialize new builtin vector types.
7308 (_initialize_gdbtypes): Register new vector types with gdbarch.
7309
7310 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7311
7312 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7313 since it has been multi-arch'd.
7314 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7315 Move Alpha and VAX multi-arch news entries to same section
7316 as other multi-arch news.
7317
7318 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7319
7320 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7321 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7322 static. Rename some register numbers to put them in ns32k-tdep
7323 private namespace.
7324 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7325 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7326 functions.
7327 (_initialize_ns32k_tdep): Use gdbarch_register.
7328 * ns32k-tdep.h: New file.
7329 * ns32knbsd-tdep.c: New file.
7330 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7331 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7332 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7333 REGISTER_BYTES, REGISTER_BYTE): Remove.
7334 * config/ns32k/tm-ns32k.h: New file.
7335 * config/ns32k/tm-umax.h: Remove.
7336
7337 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7338
7339 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7340 ns32k_store_struct_return, ns32k_extract_return_value,
7341 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7342 functions.
7343 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7344 ns32k_saved_pc_after_call.
7345 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7346 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7347 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7348 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7349 ns32k_extract_struct_value_address.
7350
7351 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7352
7353 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7354 ns32k_fix_call_dummy): New.
7355 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7356 ns32k_call_dummy_words.
7357 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7358 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7359 CALL_DUMMY_NARGS): Remove.
7360 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7361
7362 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7363
7364 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7365 ns32k_frame_saved_pc, ns32k_frame_args_address,
7366 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7367 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7368 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7369 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7370 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7371 (BREAKPOINT): Remove..
7372 (FRAME_CHAIN): Define as ns32k_frame_chain.
7373 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7374 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7375 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7376 (FRAME_FIND_SAVED_REGS): Remove.
7377 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7378 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7379 (POP_FRAME): Define as ns32k_pop_frame.
7380
7381 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7382
7383 * ns32k-tdep.c (ns32k_register_byte_32082,
7384 ns32k_register_byte_32382, ns32k_register_raw_size,
7385 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7386 functions.
7387 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7388 ns32k_register_byte_32382.
7389 * config/ns32k/tm-umax.h: Update copyright years.
7390 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7391 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7392 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7393 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7394 (ns32k_get_enter_addr): Fix prototype.
7395
7396 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7397
7398 * ns32k-tdep.c: Update copyright years.
7399 (ns32k_register_name_32082): New function.
7400 (ns32k_register_name_32382): Ditto.
7401 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7402 (REGISTER_NAME): Define as ns32k_register_name_32382.
7403 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7404 (REGISTER_NAME): Define as ns32k_register_name_32082.
7405
7406 2002-05-24 Jim Blandy <jimb@redhat.com>
7407
7408 * dwarf2read.c (free_line_header): Use xfree, not free.
7409
7410 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7411
7412 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7413 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7414
7415 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7416
7417 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7418
7419 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7420
7421 From Ross Alexander at NEC Europe:
7422 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7423
7424 2002-05-23 Michael Snyder <msnyder@redhat.com>
7425
7426 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7427 for input, rather than parse_and_eval_address.
7428
7429 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7430
7431 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7432 * Makefile.in (sim_d10v_h): Update definition.
7433
7434 2002-05-24 Andrew Cagney <cagney@redhat.com>
7435
7436 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7437 change `2002-05-22 Michael Snyder' below.
7438 (d10v_push_arguments): Ditto.
7439 (d10v_extract_return_value): Ditto.
7440
7441 2002-05-23 Jim Blandy <jimb@redhat.com>
7442
7443 * macrotab.c (check_for_redefinition): Don't complain if the new
7444 definition is the same as the previous one. Take more arguments
7445 to allow the comparison.
7446 (macro_define_object, macro_define_function): Pass more arguments
7447 to check_for_redefinition.
7448
7449 2002-05-22 Michael Snyder <msnyder@redhat.com>
7450
7451 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7452 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7453 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7454 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7455 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7456 Add a temp variable to save a call (and a memory read).
7457 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7458 if possible (so that PC_IN_CALL_DUMMY will work).
7459
7460 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7461
7462 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7463
7464 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7465
7466 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7467 fde->cie_ptr.
7468 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7469 (dwarf2_build_frame_info): Add offset to fde->initial_location
7470 so that frames of shared libraries are mapped correctly.
7471 (execute_stack_op): Change type of 'result' from ULONGEST to
7472 CORE_ADDR.
7473
7474 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7475
7476 * config/alpha/tm-nbsd.h: Include solib.h.
7477
7478 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7479
7480 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7481 assumptions about the host's byte order.
7482
7483 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7484
7485 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7486 to dependency list.
7487 * alphanbsd-tdep.c: Include solib-svr4.h.
7488 * shnbsd-tdep.c: Ditto.
7489
7490 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7491
7492 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7493 nbsd-tdep.h to dependency list.
7494 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7495 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7496 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7497 nbsdaout.mh and nbsdelf.mh consistently.
7498 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7499 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7500 nbsdaout.mt and nbsdelf.mh consistently.
7501 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7502 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7503 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7504 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7505 a.out shared library stuff from here...
7506 * config/nm-nbsdaout.h: ...to here.
7507 * config/tm-nbsd.h: Remove.
7508 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7509 * config/arm/nbsd.mh: Remove.
7510 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7511 nbsd-tdep.o.
7512 * config/arm/nbsdaout.mh: New file.
7513 * config/arm/nbsdelf.mh: New file.
7514 * config/arm/nm-nbsdaout.h: New file.
7515 * config/i386/nbsd.mh: Remove.
7516 * config/i386/nbsd.mt: Remove.
7517 * config/i386/nbsdaout.mh: New file.
7518 * config/i386/nbsdaout.mt: New file.
7519 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7520 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7521 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7522 i386_register_u_addr): Remove.
7523 * config/i386/nm-nbsdaout.h: New file.
7524 * config/i386/nm-nbsdelf.h: Remove.
7525 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7526 (USE_STRUCT_CONVENTION): Remove.
7527 * config/i386/tm-nbsdaout.h: New file.
7528 * config/i386/tm-nbsdelf.h: Remove.
7529 * config/m68k/nbsd.mh: Remove.
7530 * config/m68k/nbsd.mt: Remove.
7531 * config/m68k/nbsdaout.mh: New file.
7532 * config/m68k/nbsdaout.mt: New file.
7533 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7534 * config/m68k/nm-nbsdaout.h: New file.
7535 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7536 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7537 * config/ns32k/nbsd.mh: Remove.
7538 * config/ns32k/nbsd.mt: Remove.
7539 * config/ns32k/nbsdaout.mh: New file.
7540 * config/ns32k/nbsdaout.mt: New file.
7541 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7542 * config/ns32k/nm-nbsdaout.h: New file.
7543 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7544 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7545 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7546 (SVR4_SHARED_LIBS): Remove.
7547 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7548 * config/sparc/nbsd.mh: Remove.
7549 * config/sparc/nbsd.mt: Remove.
7550 * config/sparc/nbsdaout.mh: New file.
7551 * config/sparc/nbsdaout.mt: New file.
7552 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7553 * config/sparc/nbsdelf.mt: New file.
7554 * config/sparc/nm-nbsdaout.h: New file.
7555 * config/sparc/nm-nbsdelf.h: Remove.
7556 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7557 * config/sparc/tm-nbsdaout.h: New file.
7558
7559 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7560
7561 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7562 mipsnbsd-tdep.c
7563 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7564
7565 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7566
7567 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7568 shnbsd-nat.c.
7569 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7570
7571 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7572
7573 * NEWS: Note new MIPS NetBSD native configuration.
7574 * configure.host (mips*-*-netbsd*): New host.
7575 * configure.tgt (mips*-*-netbsd*): New target.
7576 * mipsnbsd-nat.c: New file.
7577 * mipsnbsd-tdep.c: New file.
7578 * mipsnbsd-tdep.h: New file.
7579 * config/mips/nbsd.mh: New file.
7580 * config/mips/nbsd.mt: New file.
7581 * config/mips/nm-nbsd.h: New file.
7582 * config/mips/tm-nbsd.h: New file.
7583
7584 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7585
7586 * Makefile.in (SFILES): Add osabi.c.
7587 (COMMON_OBS): Add osabi.o.
7588 (osabi.o): New dependency list.
7589 * osabi.c: New file.
7590 * osabi.h: New file.
7591 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7592
7593 * Makefile.in (alpha_tdep_h): Define and use instead of
7594 alpha-tdep.h.
7595 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7596 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7597 Remove.
7598 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7599 * alpha-tdep.h: Include osabi.h.
7600 (alpha_abi): Remove.
7601 (gdbarch_tdep): Use generic OS ABI framework.
7602 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7603 gdbarch_register_osabi.
7604 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7605 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7606 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7607
7608 * Makefile.in (sh_tdep_h): Add osabi.h.
7609 * sh-tdep.h (sh_osabi): Remove.
7610 (gdbarch_tdep): Use generic OS ABI framework.
7611 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7612 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7613 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7614 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7615
7616 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7617 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7618 gdbarch_register_osabi.
7619 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7620 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7621 (get_elfosabi): Rename to...
7622 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7623 ABI framework support routines.
7624 (arm_gdbarch_init): Use generic OS ABI framework.
7625 (arm_dump_tdep): Likewise.
7626 (_initialize_arm_tdep): Likewise.
7627 * arm-tdep.h: Include osabi.h.
7628 (arm_abi): Remove.
7629 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7630 osabi member.
7631 (arm_gdbarch_register_os_abi): Remove prototype.
7632 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7633 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7634
7635 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7636 * mips-tdep.c: Include osabi.h.
7637 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7638 OS ABI framework.
7639
7640 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7641
7642 * h8300-tdep.c: Fix formatting.
7643
7644 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7645
7646 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7647 printing vector registers.
7648
7649 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7650
7651 From Fernando Nasser:
7652 * remote.c (remote_async_open_1): Re-throw the exception when the
7653 connection fails.
7654 (remote_cisco_open): Ditto.
7655 (remote_open_1): Ditto.
7656
7657 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7658
7659 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7660 (remote_start_remote): Add uiout parameter. Pass through to
7661 remote_start_remote_dummy.
7662 (remote_open_1): Use catch_exception instead of catch_errors.
7663 (remote_async_open_1): Ditto.
7664 (remote_cisco_open): Ditto.
7665
7666 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7667
7668 * remote.c (remote_start_remote): Replace PTR with void pointer.
7669 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7670 static.
7671
7672 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7673
7674 * gdb_indent.sh: Allow the script to be run in the sim directory.
7675
7676 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7677
7678 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7679 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7680
7681 * corelow.c (core_open): Only call set_gdbarch_from_file if
7682 exec_bfd is NULL.
7683
7684 2002-05-17 Andrey Volkov <avolkov@transas.com>
7685
7686 * h8300-tdep.c: Add support of EXR register
7687 * config/h8300/tm-h8300.h: Ditto.
7688
7689 2002-05-17 Andrey Volkov <avolkov@transas.com>
7690
7691 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7692
7693 2002-05-17 Andrey Volkov <avolkov@transas.com>
7694
7695 * h8300-tdep.c: Change literal regnums to REGNO.
7696
7697 2002-05-17 Jim Blandy <jimb@redhat.com>
7698
7699 * NEWS: Note addition of macro support.
7700
7701 Expand preprocessor macros in C expressions.
7702 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7703 (scan_macro_expansion, scanning_macro_expansion,
7704 finished_macro_expansion): New function declarations.
7705 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7706 variable declarations.
7707 * parser-defs.h (expression_context_pc): New declaration.
7708 * parse.c (expression_context_pc): New variable.
7709 (parse_exp_1): Set expression_context_pc, as well as
7710 expression_context_block.
7711 * c-exp.y (yylex): If we're not already reading the result of a
7712 macro expansion, try to macro-expand the next token. When we're
7713 done scanning a macro expansion, switch back to the mainline text.
7714 Commas and `if's in a macro's expansion don't terminate the input.
7715 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7716 (macro_original_text, macro_expanded_text,
7717 expression_macro_lookup_func, expression_macro_lookup_baton): New
7718 variables.
7719 (scan_macro_expansion, scanning_macro_expansion,
7720 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7721 c_preprocess_and_parse): New functions.
7722 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7723 c_preprocess_and_parse, instead of c_parse.
7724 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7725 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7726
7727 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7728
7729 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7730 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7731 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7732
7733 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7734
7735 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7736
7737 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7738
7739 * Makefile.in (sh_tdep_h): Define and use.
7740 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7741 register enum): Move to...
7742 * * sh-tdep.h: ...here.
7743 * sh-tdep.c: Include sh-tdep.h.
7744 * sh3-rom.c: Likewise.
7745 * shnbsd-tdep.c: Likewise.
7746
7747 2002-05-16 Michael Snyder <msnyder@redhat.com>
7748
7749 * arm-tdep.c: Spelling fix in comment.
7750
7751 2002-05-16 Jim Blandy <jimb@redhat.com>
7752
7753 Add commands for manually expanding macros and showing their
7754 definitions.
7755 * macrocmd.c, macroscope.c, macroscope.h: New files.
7756 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7757 (macroscope_h): New variable.
7758 (HFILES_NO_SRCDIR): Add macroscope.h.
7759 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7760 (macroscope.o, macrocmd.o): New rules.
7761
7762 Teach the Dwarf 2 reader to read macro information.
7763 * dwarf2read.c: #include "macrotab.h".
7764 (dwarf_macinfo_buffer): New variable.
7765 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7766 dwarf_macinfo_size.
7767 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7768 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7769 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7770 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7771 dwarf2_macro_spaces_in_definition): New complaints.
7772 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7773 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7774 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7775 the partial symbol table.
7776 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7777 from what's recorded in the partial symbol table.
7778 (read_file_scope): If the compilation unit has a
7779 `DW_AT_macro_info' attribute, read its macro information.
7780 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7781
7782 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7783
7784 Fix PR gdb/546
7785 * ser-tcp.c: Don't include <netinet/udp.h>.
7786
7787 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7788
7789 * MAINTAINERS: Update my email address.
7790
7791 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7792
7793 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7794 include file of the same name.
7795
7796 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7797
7798 * configure.tgt: Mark v850 as multi-arched.
7799 * config/v850/tm-v850.h: Remove file.
7800 * config/v850/v850.mt: Eliminate TM_FILE.
7801
7802 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7803
7804 * v850-tdep.c: Full multi-arch.
7805 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7806 Define GDB_MULTI_ARCH to 2.
7807
7808 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7809
7810 * p-exp.y (current_type): New static variable.
7811 Carries the type of the expression at the position that is parsed.
7812 (push_current_type, pop_current_type): Two new functions. Used
7813 to store/restore current_type in expression on specific tokens.
7814 (search_field): New static variable. Set to one after parsing a point
7815 as at that point only a FIELDNAME token should be searched.
7816 (FIELDNAME): New token. After a point only a token belonging to
7817 current_type type definition is allowed.
7818 (all over token rules): reset and change current_type according
7819 to rules.
7820 (exp '[' rule): insert implicit array index field if
7821 exp is a pascal string type.
7822
7823 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7824
7825 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7826 frame info. Use frame_info's saved_regs instead of matching member
7827 in extra_frame_info throughout.
7828 (v850_frame_init_saved_regs): New function.
7829 (v850_init_extra_frame_info): Move most functionality into
7830 v850_frame_init_saved_regs().
7831 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7832 (v850_frame_find_saved_regs): Remove declaration.
7833 (FRAME_FIND_SAVED_REGS): Remove definition.
7834 (v850_frame_init_saved_regs): Add declaration.
7835 (FRAME_INIT_SAVED_REGS): Add definition.
7836
7837 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7838
7839 * v850-tdep.c: Begin multi-arch'ing v850.
7840 (v850_target_architecture_hook): Remove function.
7841 (v850_gdbarch_init): New function. Add code previously in
7842 v850_target_architecture_hook().
7843 (_initialize_v850_tdep): Don't set target_architecture_hook.
7844 Call register_gdbarch_init() instead.
7845
7846 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7847
7848 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7849 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7850 (fixup_class_method_type): Likewise.
7851
7852 2002-05-15 Jim Blandy <jimb@redhat.com>
7853
7854 Add macro structures to GDB's symbol tables. Nobody puts anything
7855 in them yet.
7856 * symtab.h (struct symtab): New member: `macro_table'.
7857 * buildsym.h (pending_macros): New global variable.
7858 * buildsym.c: #include "macrotab.h".
7859 (buildsym_init): Initialize `pending_macros'.
7860 (end_symtab): If we found macro information while reading a CU's
7861 debugging info, do build a symtab structure for it. Make the
7862 symtab point to the macro information, and clear the
7863 `pending_macros' pointer which held it while we were reading the
7864 debug info.
7865 (really_free_pendings): Free any pending macro table.
7866 * objfiles.h (struct objfile): New member: `macro_cache'.
7867 * objfiles.c (allocate_objfile): Set allocate and free functions
7868 for the macro cache's objstack.
7869 (free_objfile): Empty the macro cache's obstack.
7870 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7871 set new allocate and free functions for it.
7872 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7873 free functions for the macro cache's objstack. (Why is this
7874 function building its own objfile?)
7875 * symmisc.c (print_objfile_statistics): Print statistics on the
7876 macro bcache.
7877 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7878
7879 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7880
7881 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7882 (REGISTER_U_ADDR): Delete definition.
7883 (arm_register_u_addr): Delete declaration.
7884
7885 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7886
7887 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7888 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7889
7890 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7891
7892 * regcache.c (register_valid): Revise comments refering to "Not
7893 available" and "unavailable".
7894 * frame.c (frame_register_read): Ditto.
7895 * findvar.c (value_of_register): Ditto.
7896
7897 2002-05-15 Andrew Cagney <cagney@redhat.com>
7898
7899 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7900 (remote-sim.o): Update dependencies.
7901 (d10v-tdep.o): Specify dependencies.
7902 (sim_d10v_h): Define.
7903
7904 2002-05-14 Jim Blandy <jimb@redhat.com>
7905
7906 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7907 * macrotab.c (macro_lookup_inclusion, find_definition,
7908 new_macro_table): Same.
7909
7910 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7911 not `! strcmp ()'. This is a dubious improvement.
7912 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7913
7914 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7915 although it's not necessary, to avoid a warning.
7916
7917 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7918
7919 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7920 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7921 TYPE_INSTANCE_FLAGS.
7922 (struct main_type): New.
7923 (struct type): Move most members to struct main_type. Change
7924 cv_type and as_type to new type_chain member. Add instance_flags.
7925 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7926 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7927 (finish_cv_type): Remove prototype.
7928 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7929 Set TYPE_CHAIN.
7930 (alloc_type_instance): New function.
7931 (smash_type): New function.
7932 (make_pointer_type, make_reference_type, make_function_type)
7933 (smash_to_member_type, smash_to_method_type): Call smash_type.
7934 (make_qualified_type): New function.
7935 (make_type_with_address_space): Call make_qualified_type.
7936 (make_cv_type): Likewise.
7937 (finish_cv_type): Remove unnecessary function.
7938 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7939 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7940 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7941 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7942 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7943 * hpread.c (hpread_read_struct_type): Likewise.
7944 * stabsread.c (read_struct_type): Likewise.
7945
7946 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7947
7948 * configure.tgt: Add a catch all sh* target, for cases like
7949 sh[2,3,4]-elf and sh-hms.
7950
7951 2002-05-14 Keith Seitz <keiths@redhat.com>
7952
7953 * event-loop.c (create_file_handler): Don't do anything but
7954 update data when we are given a fd which we are already
7955 monitoring.
7956
7957 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7958
7959 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7960 (update_context): Use __func__ in warnings.
7961
7962 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7963
7964 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7965 and tcp_close to net_open and net_close.
7966 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7967 using UDP if requested. Don't try to disable Nagle on UDP
7968 sockets.
7969 * remote.c (remote_serial_open): New function. Warn about UDP.
7970 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7971
7972 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7973
7974 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7975
7976 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7977
7978 * configure.tgt: Remove sh-hms target.
7979 * MAINTAINERS: Don't list sh-hms as a separate target.
7980
7981 2002-05-13 Jim Blandy <jimb@redhat.com>
7982
7983 Add first preprocessor macro-expansion files.
7984 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7985 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7986 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7987 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7988 (COMMON_OBS): Add macrotab.o, macroexp.o.
7989 (macroexp.o, macrotab.o): New rules.
7990
7991 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7992
7993 * config/m88k/tm-m88k.h: Update copyright.
7994 (m88k_target_write_pc): Declare
7995 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7996 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7997 (SHIFT_INST_REGS): Update definition.
7998 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7999 using old definition of TARGET_WRITE_PC.
8000 * regcache.c (generic_target_write_pc): Delete code handling
8001 NNPC_REGNUM.
8002 * gdbarch.sh (NNPC_REGNUM): Delete.
8003 * gdbarch.h, gdbarch.c: Regenerate.
8004
8005 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
8006
8007 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
8008 builtin reg number.
8009
8010 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
8011
8012 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
8013 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
8014 (gen_address_of, gen_struct_ref, gen_repeat): Use type
8015 access macros.
8016 * c-typeprint.c (cp_type_print_method_args): Likewise.
8017 (c_type_print_args): Likewise.
8018 * d10v-tdep.c (d10v_push_arguments): Likewise.
8019 (d10v_extract_return_value): Likewise.
8020 * expprint.c (print_subexp): Likewise.
8021 * gdbtypes.c (lookup_primitive_typename): Likewise.
8022 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
8023 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
8024 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
8025 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
8026 (TYPE_VECTOR): Likewise.
8027 * hpread.c (hpread_read_struct_type)
8028 (fix_static_member_physnames, fixup_class_method_type)
8029 (hpread_type_lookup): Likewise.
8030 * mdebugread.c (parse_symbol, parse_type): Likewise.
8031 * p-lang.c (is_pascal_string_type): Likewise.
8032 * valops.c (hand_function_call): Likewise.
8033 * x86-64-tdep.c (classify_argument): Likewise.
8034
8035 * hpread.c (hpread_read_function_type)
8036 (hpread_read_doc_function_type): Call replace_type.
8037 * dstread.c (create_new_type): Delete.
8038 (decode_dst_structure, process_dst_function): Call alloc_type.
8039 Use type access macros.
8040
8041 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8042
8043 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
8044 the're not supported by the current architecture.
8045 (i387_fill_fxsave): Likewise.
8046
8047 2002-05-12 Fred Fish <fnf@redhat.com>
8048
8049 * symfile.c (default_symfile_offsets): Arrange for uninitialized
8050 sect_index_xxx members to index the first slot in section_offsets
8051 if all of the section_offsets are zero.
8052
8053 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8054
8055 * configure.tgt (sparc-*openbsd): Remove entry accidentially
8056 checked in with last change.
8057
8058 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8059
8060 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
8061 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
8062 config.sub.
8063
8064 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
8065
8066 * Makefile.in: Update dependencies.
8067
8068 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8069
8070 * language.c (local_hex_string_custom): Simplify. Do not depend
8071 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
8072
8073 * memattr.c (mem_info_command): Replace calls to
8074 longest_local_hex_string and longest_local_hex_string_custom.
8075 * buildsym.c (make_blockvector): Ditto.
8076 * solib.c (info_sharedlibrary_command): Ditto.
8077 * tracepoint.c (tracepoints_info): Ditto.
8078 * symtab.c (print_msymbol_info): Ditto.
8079
8080 * language.c (local_hex_string): Delete.
8081 (local_hex_string_custom): Delete.
8082 (longest_local_hex_string): Rename to local_hex_string.
8083 (longest_local_hex_string_custom): Rename to
8084 local_hex_string_custom.
8085 * language.h (local_hex_string): Change parameter type to LONGEST.
8086 (local_hex_string_custom): Ditto.
8087 (longest_local_hex_string): Delete declaration.
8088 (longest_local_hex_string_custom): Ditto.
8089
8090 * solib.c: Update copyright.
8091 * memattr.c: Update copyright.
8092
8093 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8094
8095 * arch-utils.h (legacy_register_to_value): Declare.
8096 (legacy_value_to_register): Declare.
8097 (legacy_convert_register_p): Declare.
8098 * arch-utils.c (legacy_register_to_value): New function.
8099 (legacy_value_to_register): New function.
8100 (legacy_convert_register_p): New function.
8101
8102 * gdbarch.sh (REGISTER_TO_VALUE): Define.
8103 (VALUE_TO_REGISTER): Define.
8104 (CONVERT_REGISTER_P): Define.
8105 * gdbarch.h, gdbarch.c: Regenerate.
8106
8107 * valops.c (value_assign): Use CONVERT_REGISTER_P and
8108 VALUE_TO_REGISTER.
8109 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
8110 CONVERT_REGISTER_P.
8111
8112 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
8113 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8114
8115 * Makefile.in: Update dependencies for valops.c.
8116 * valops.c: Include "gdb_assert.h".
8117 (typecmp): Skip THIS parameter to methods.
8118 (find_method_list): Remove static_memfuncp argument,
8119 update callers. Check for stub methods.
8120 (find_value_oload_method_list): Don't set *static_memfuncp.
8121 (find_overload_match): Don't check for stub methods. Assert
8122 that methods are not stubbed. Handle static methods.
8123 (value_find_oload_method_list): Remove static_memfuncp argument.
8124 * gdbtypes.c (check_stub_method): Do not add THIS pointer
8125 to the argument list for static stub methods.
8126 * value.h (value_find_oload_method_list): Update prototype.
8127
8128 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8129
8130 * arch-utils.h (generic_register_size): Declare.
8131 (generic_register_raw_size, generic_register_virtual_size): Delete
8132 declarations.
8133 * arch-utils.c (generic_register_raw_size): Delete.
8134 (generic_register_size): New function.
8135 (generic_register_virtual_size): Delete.
8136
8137 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
8138 default generic_register_size.
8139 * gdbarch.h, gdbarch.c: Re-generate.
8140
8141 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
8142 register_virtual_size.
8143 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
8144 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8145
8146 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8147
8148 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
8149 * gdbarch.h, gdbarch.c: Regenerate.
8150 * gnu-v3-abi.c: Update copyright.
8151 (vtable_address_point_offset): Update.
8152 (gnuv3_rtti_type): Update.
8153 (gnuv3_baseclass_offset): Update.
8154 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
8155 (init_fetch_link_map_offsets): Update.
8156 * remote.c (get_remote_state): Update.
8157
8158 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8159
8160 * TODO: Remove value_headof/value_from_vtable_info comment.
8161 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
8162 * values.c (value_headof, value_from_vtable_info): Delete.
8163 * value.h (value_from_vtable_info): Delete prototype.
8164
8165 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8166
8167 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
8168 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
8169 $(gdb_regex_h).
8170 (gdb_assert_h): Define.
8171 (gdb_wait_h): Define.
8172 (gdb_regex_h): Define.
8173
8174 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8175
8176 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8177 * linespec.c (find_methods): Handle GCC 3.x template constructors.
8178
8179 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8180
8181 * nbsd-tdep.c: Fix comment.
8182
8183 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8184
8185 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
8186 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
8187 (nbsd-tdep.o): New dependency list.
8188 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
8189 nbsd-tdep.h.
8190 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
8191 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
8192 * nbsd-tdep.c: New file.
8193 * nbsd-tdep.h: New file.
8194 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
8195 nbsd-tdep.h.
8196 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
8197 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8198 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
8199 * config/sh/nbsd.mt (TDEPFILES): Ditto.
8200
8201 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8202
8203 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
8204 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
8205 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8206 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8207 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8208 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8209
8210 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8211
8212 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8213 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8214 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8215 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8216 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8217 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8218 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8219
8220 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8221
8222 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8223 fetch_elfcore_registers to...
8224 * i386nbsd-tdep.c: ...here.
8225 (i386nbsd_use_struct_convention): Rename to...
8226 (i386nbsd_aout_use_struct_convention): ...this.
8227 (i386nbsd_supply_reg): New function.
8228 (i386nbsd_fill_reg): New function.
8229 (fetch_core_registers): Use i386nbsd_supply_reg.
8230 (fetch_elfcore_registers): Likewise.
8231 (_initialize_i386nbsd_tdep): New function.
8232 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8233 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8234 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8235 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8236 (i386nbsd_aout_use_struct_convention): ...this.
8237
8238 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8239
8240 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8241 (store_inferior_registers): Use shnbsd_fill_reg.
8242 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8243 sh_nbsd_supply_register): Collapse into...
8244 (shnbsd_supply_reg): ...this.
8245 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8246 (shnbsd_fill_reg): ...this.
8247 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8248 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8249 (fetch_core_registers): Use shnbsd_supply_reg.
8250 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8251 (sh_nbsd_core_fns): Rename to...
8252 (shnbsd_core_fns): ...this.
8253 (sh_nbsd_elfcore_fns): Rename to...
8254 (shnbsd_elfcore_fns): ...this.
8255 (sh_nbsd_init_abi): Rename to...
8256 (shnbsd_init_abi): ...this.
8257 (_initialize_sh_nbsd_tdep): Rename to...
8258 (_initialize_shnbsd_tdep): ...this.
8259 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8260 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8261 sh_nbsd_fill_register): Remove prototypes.
8262 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8263
8264 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8265
8266 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8267 (i387-nat.o): Delete dependency list.
8268 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8269 (x86-64-linux-nat.o): Likewise.
8270 * i387-nat.c: Delete file, moving contents to...
8271 * i387-tdep.c: ...here.
8272 * i387-nat.h: Rename...
8273 * i387-tdep.h: ...to this.
8274 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8275 * i386-linux-nat.c: Likewise.
8276 * i386bsd-nat.c: Likewise.
8277 * i386gnu-nat.c: Likewise.
8278 * i386nbsd-nat.c: Likewise.
8279 * i386v4-nat.c: Likewise.
8280 * x86-64-linux-nat.c: Likewise.
8281 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8282 * config/i386/go32.mh (NATDEPFILES): Likewise.
8283 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8284 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8285 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8286 * config/i386/linux.mh (NATDEPFILES): Likewise.
8287 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8288 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8289 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8290 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8291
8292 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8293
8294 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8295 (alphanbsd-nat.o): Remove dependency list.
8296 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8297 * alphanbsd-nat.c: Delete. Contents moved to...
8298 * alphanbsd-tdep.c: ...here.
8299 (_initialize_alphanbsd_tdep): Register core functions.
8300 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8301
8302 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8303
8304 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8305 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8306 (alphanbsd-nat.o): Likewise.
8307 (alphabsd-tdep.o): New dependency list.
8308 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8309 (fill_gregset): Use alphabsd_fill_reg.
8310 (supply_fpregset): Use alphabsd_supply_fpreg.
8311 (fill_fpregset): Use alphabsd_fill_fpreg.
8312 (fetch_inferior_registers): Use struct reg and struct fpreg
8313 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8314 and alphabsd_supply_fpreg.
8315 (store_inferior_registers): Use struct reg and struct fpreg
8316 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8317 and alphabsd_fill_fpreg.
8318 * alphabsd-tdep.c: New file.
8319 * alphabsd-tdep.h: New file.
8320 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8321 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8322 alphabsd_supply_fpreg.
8323 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8324 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8325
8326 2002-05-11 Eric Christopher <echristo@redhat.com>
8327
8328 * mips-tdep.c (mips_double_register_type): Fix thinko.
8329 (mips_single_register_type): Ditto.
8330 * MAINTAINERS: Add self.
8331
8332 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8333
8334 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8335 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8336 right thing on architectures with different endianness and/or
8337 integer sizes.
8338
8339 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8340
8341 From Christian Limpach <chris@Pin.LU>
8342 * configure.in: Change sed expression which comments out
8343 NATDEPFILES to also comment out continuation lines.
8344 * configure: Regenerate.
8345
8346 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8347
8348 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8349 big patch.
8350
8351 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8352
8353 * sh-tdep.c: Include correct file.
8354
8355 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8356
8357 New support for sh64-elf (sh5) target.
8358
8359 * configure.tgt: For sh64-elf target, default to sh-elf.
8360
8361 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8362 (struct gdbarch_tdep): Add new fields for new registers and ABI
8363 info.
8364
8365 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8366 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8367 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8368 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8369 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8370 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8371 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8372 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8373 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8374 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8375 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8376 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8377 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8378 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8379 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8380 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8381 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8382 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8383 sign_extend, sh64_nofp_frame_init_saved_regs,
8384 sh64_init_extra_frame_info, sh64_get_saved_register,
8385 sh64_extract_struct_value_address, sh64_pop_frame,
8386 sh64_push_arguments, sh64_extract_return_value,
8387 sh64_store_return_value, sh64_show_media_regs,
8388 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8389 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8390 sh_sh64_register_virtual_type,
8391 sh_sh64_register_convert_to_virtual,
8392 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8393 sh64_register_read, sh64_pseudo_register_write,
8394 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8395 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8396 sh64_do_pseudo_register, sh_compact_do_registers_info,
8397 sh64_do_registers_info, sh_gdbarch_init): New functions.
8398
8399 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8400
8401 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8402
8403 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8404
8405 * linespec.c (decode_line_1): Check for a double quote after
8406 a filename correctly.
8407
8408 2002-05-10 Jim Blandy <jimb@redhat.com>
8409
8410 Properly track the size of the current objfile's .debug_line section.
8411 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8412 (DWARF_LINE_SIZE): New macro.
8413 (dwarf2_build_psymtabs_hard): Record the line section's size in
8414 the partial symbol table.
8415 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8416 symbol table.
8417
8418 2002-05-10 Petr Sorfa <petrs@caldera.com>
8419
8420 * ia64-tdep.c: Handle breakpoints on L instruction type
8421 in MLX instruction bundle by moving the breakpoint to
8422 the third slot (X instruction type) as L holds only data.
8423
8424 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8425
8426 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8427 (process_one_symbol): Complain about discarding local symbols
8428 due to a misplaced N_LBRAC entry.
8429
8430 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8431
8432 From Daniel Berlin <dan@cgsoftware.com>
8433 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8434 decrease the depth we are at, in the case of templates.
8435
8436 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8437
8438 * mips-tdep.c (mips_float_register_type): New function.
8439 (mips_double_register_type): New function.
8440 (mips_print_register): Use them.
8441 (do_fp_register_row): Likewise.
8442
8443 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8444
8445 * signals/signals.c (signals): Remove conditional compilation around
8446 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8447 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8448
8449 2002-05-09 Michael Snyder <msnyder@redhat.com>
8450
8451 * remote-rdp.c (remote_rdp_can_run): Remove.
8452
8453 2002-05-09 Tom Tromey <tromey@redhat.com>
8454
8455 * jv-valprint.c (java_val_print): Handle `char' as a special case
8456 of TYPE_CODE_INT.
8457
8458 2002-05-09 Michael Snyder <msnyder@redhat.com>
8459
8460 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8461 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8462 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8463 str r(0123),[sp,#nn].
8464 (arm_skip_prologue): Ditto. Also make disassembly
8465 order-independent by placing it in a loop.
8466
8467 2002-05-06 Michael Snyder <msnyder@redhat.com>
8468
8469 * stabsread.c (read_type): Add recognition for new attribute:
8470 "@V;" means that an array type is actually a vector.
8471 This is analogous to the vector flag that's been added to dwarf2.
8472
8473 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8474
8475 * i386-tdep.h (i386_abi): New enum.
8476 (struct gdbarch_tdep): Replace os_ident member with abi.
8477 (i386_gdbarch_register_os_abi): New prototype.
8478 * i386-tdep.c (i386_abi_names): New array.
8479 (process_note_abi_tag_sections): Removed.
8480 (process_note_sections): New function.
8481 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8482 (struct i386_abi_handler): New struct.
8483 (i386_abi_handler_list): New variable.
8484 (i386_gdbarch_register_os_abi): New function.
8485 (i386_gdbarch_init): Adapt for the changes given above.
8486
8487 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8488
8489 * gregset.h: Say "GNU/Linux".
8490
8491 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8492
8493 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8494 (build_gdbtypes): Build builtin_type_v2_float.
8495 (_initialize_gdbtypes): Register new builtin type.
8496
8497 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8498
8499 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8500 (clear_gdbarch_swap): New function.
8501 (initialize_non_multiarch): Call.
8502 (gdbarch_update_p): Before calling init(), swap out and clear the
8503 existing architecture.
8504 * gdbarch.c: Regenerate.
8505
8506 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8507
8508 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8509 alphanbsd-tdep.c.
8510
8511 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8512
8513 * sh-nbsd-nat.c: Rename to...
8514 * shnbsd-nat.c: ...this.
8515 * sh-nbsd-tdep.c: Rename to...
8516 * shnbsd-tdep.c: ...this.
8517 * sh-nbsd-tdep.h: Rename to...
8518 * shnbsd-tdep.h: ...this.
8519 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8520 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8521
8522 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8523
8524 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8525 concatenation for command help messages.
8526
8527 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8528
8529 * NEWS: Note new sh*-*-netbsdelf* configuration.
8530 * configure.host: Set gdb_host_cpu to sh for all sh*.
8531 (sh*-*-netbsdelf*): New host.
8532 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8533 (sh*-*-netbsdelf*): New target.
8534 * sh-nbsd-nat.c: New file.
8535 * sh-nbsd-tdep.c: New file.
8536 * sh-nbsd-tdep.h: New file.
8537 * config/sh/nbsd.mh: New file.
8538 * config/sh/nbsd.mt: New file.
8539 * config/sh/nm-nbsd.h: New file.
8540 * config/sh/tm-nbsd.h: New file.
8541
8542 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8543
8544 * sh-tdep.c (sh_osabi_names): Declare.
8545 (process_note_abi_tag_sections): New function.
8546 (get_elfosabi): Ditto.
8547 (sh_gdbarch_register_os_abi): Ditto.
8548 (sh_dump_tdep): Ditto.
8549 _initialize_sh_tdep): Use gdbarch_register to register
8550 sh_gdbarch_init and sh_dump_tdep.
8551 * config/sh/tm-sh.h (sh_osabi): Declare.
8552 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8553
8554 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8555
8556 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8557 (thumb_scan_prologue): Ditto.
8558 (arm_find_callers_reg): Ditto.
8559 (arm_frame_chain): Ditto.
8560 (arm_init_extra_frame_info): Ditto.
8561 (arm_frame_saved_pc): Ditto.
8562 (arm_pop_frame): Ditto.
8563 (arm_push_return_address): New function.
8564 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8565 call_dummy_location, call_dummy_breakpoint_offset_p,
8566 call_dummy_breakpoint_offset, call_dummy_p,
8567 call_dummy_stack_adjust_p, call_dummy_words,
8568 sizeof_call_dummy_words, call_dummy_start_offset,
8569 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8570 call_dummy_address, push_return_address and push_dummy_frame for
8571 generic dummy frames.
8572
8573 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8574
8575 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8576 size computation for alloca.
8577 (sh_fp_frame_init_saved_regs): Likewise.
8578
8579 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8580
8581 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8582 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8583 * arm-tdep.c (arm_store_return_value): Use them.
8584 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8585 * remote-rdp.c (remote_rdp_fetch_register): Use
8586 ARM_MAX_REGISTER_RAW_SIZE.
8587 (remote_rdp_store_register): Likewise.
8588
8589 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8590
8591 * dwarf2cfi.c: Code cleanup, removed unused variables,
8592 added default labels to switch {} statements.
8593 * x86-64-tdep.c: Ditto.
8594 * x86-64-linux-nat.c: Ditto.
8595
8596 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8597
8598 * solib.h: Protect against multiple inclusion.
8599
8600 2002-05-06 Jim Blandy <jimb@redhat.com>
8601
8602 Add first preprocessor macro-expansion files.
8603 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8604 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8605 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8606 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8607 (COMMON_OBS): Add macrotab.o, macroexp.o.
8608 (macroexp.o, macrotab.o): New rules.
8609
8610 Separate the job of reading the line number info statement program
8611 header (...expialidocious) out into its own function.
8612 * dwarf2read.c (struct line_head, struct filenames, struct
8613 directories): Replace with...
8614 (struct line_header): New structure, containing the full
8615 contents of the statement program header, including the
8616 include directory and file name tables.
8617 (read_file_scope): If we have line number info, instead of just
8618 calling dwarf_decode_lines to do all the work, call
8619 dwarf_decode_line_header first to get a `struct line_header'
8620 containing the data in the statement program header, and then
8621 pass that to dwarf_decode_lines, which will pick up where that
8622 left off. Be sure to clean up the `struct line_header' object.
8623 (dwarf_decode_line_header, free_line_header, add_include_dir,
8624 add_file_name): New functions.
8625 (dwarf_decode_lines): Move all the code to read the statement
8626 program header into dwarf_decode_line_header. Take the line
8627 header it built as the first argument, instead of the offset to
8628 the compilation unit's line number info. Use the new `struct
8629 line_header' type instead of the old structures. No need to do
8630 cleanups here now, since we don't allocate anything.
8631 (dwarf2_statement_list_fits_in_line_number_section,
8632 dwarf2_line_header_too_long): New complaints.
8633
8634 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8635
8636 * gdbtypes.c (init_vector_type): New function.
8637 (build_builtin_type_vec128): Simplify the representation of SIMD
8638 registers.
8639 (build_gdbtypes): Initialize new builtin vector types.
8640 (_initialize_gdbtypes): Register new vector types with gdbarch.
8641 (builtin_type_v4_float, builtin_type_v4_int32,
8642 builtin_type_v8_int16, builtin_type_v16_int8,
8643 builtin_type_v2_int32, builtin_type_v4_int16,
8644 builtin_type_v8_int8): New (renamed) SIMD types.
8645
8646 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8647
8648 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8649 (i387_fill_fxsave): Likewise.
8650
8651 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8652
8653 * alpha-tdep.c (alpha_extract_return_value): Don't use
8654 non-constant array size in prototype.
8655
8656 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8657
8658 From Brian Taylor <briant at model dot com>:
8659 * ui-out.c (ui_out_field_core_addr): Use the function
8660 longest_local_hex_string_custom'to format addresses > 32 bits
8661 wide.
8662
8663 * ui-out.c (ui_out_field_core_addr): Update comment.
8664
8665 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8666
8667 * stack.c (select_and_print_frame): Make static. Delete the
8668 parameter `level'.
8669 (func_command): Update call.
8670 (select_frame_command): Delete code computing the frame level.
8671 * frame.h (select_and_print_frame): Delete declaration.
8672
8673 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8674
8675 * sparc-tdep.c (sparc_get_saved_register): Comment why
8676 get_prev_frame call is safe.
8677
8678 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8679
8680 * frame.h (select_frame): Delete level parameter.
8681 * stack.c (select_frame): Update. Use frame_relative_level to
8682 obtain the frame's level.
8683 (select_and_print_frame): Update call.
8684 (select_frame_command): Ditto.
8685 (up_silently_base): Ditto.
8686 (down_silently_base): Ditto.
8687 * ocd.c (ocd_start_remote): Ditto.
8688 * remote-rdp.c (remote_rdp_open): Ditto.
8689 * remote-mips.c (mips_initialize): Ditto.
8690 (common_open): Ditto.
8691 * remote-e7000.c (e7000_start_remote): Ditto.
8692 * m3-nat.c (select_thread): Ditto.
8693 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8694 (child_get_current_exception_event): Ditto.
8695 * varobj.c (varobj_create): Ditto.
8696 (varobj_update): Ditto.
8697 (c_value_of_root): Ditto.
8698 * tracepoint.c (finish_tfind_command): Ditto.
8699 * corelow.c (core_open): Ditto.
8700 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8701 * thread.c (info_threads_command): Ditto.
8702 (switch_to_thread): Ditto.
8703 * infrun.c (normal_stop): Ditto.
8704 (restore_selected_frame): Ditto.
8705 (restore_inferior_status): Ditto.
8706 * breakpoint.c (insert_breakpoints): Ditto.
8707 (watchpoint_check): Ditto.
8708 (bpstat_stop_status): Ditto.
8709 (do_enable_breakpoint): Ditto.
8710 * blockframe.c (flush_cached_frames): Ditto.
8711 (reinit_frame_cache): Ditto.
8712
8713 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8714
8715 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8716 maintainer.
8717
8718 2002-05-04 Jim Blandy <jimb@redhat.com>
8719
8720 * gdbtypes.c (replace_type): Doc fix.
8721
8722 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8723
8724 * valprint.c (strcat_longest): Delete commented out function.
8725 Update copyright.
8726
8727 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8728
8729 * MAINTAINERS: Mark a29k as deleted.
8730 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8731 Move new configurations to the top.
8732 * configure.tgt: Remove a29k.
8733 * config/a29k/tm-vx29k.h: Delete.
8734 * config/a29k/vx29k.mt: Delete.
8735 * config/a29k/tm-a29k.h: Delete.
8736 * config/a29k/a29k-udi.mt: Delete.
8737 * config/a29k/a29k.mt: Delete.
8738 * a29k-tdep.c: Delete.
8739 * remote-udi.c: Delete.
8740 * remote-mm.c: Delete.
8741 * remote-eb.c: Delete.
8742 * remote-adapt.c: Delete.
8743 * Makefile.in: Remove obsolete code.
8744 * config/s390/s390x.mt: Ditto.
8745 * config/s390/s390.mt: Ditto.
8746 * config/sparc/sparclynx.mh: Ditto.
8747 * config/sparc/linux.mh: Ditto.
8748 * config/pa/hppaosf.mh: Ditto.
8749 * config/pa/hppabsd.mh: Ditto.
8750 * config/ns32k/nbsd.mt: Ditto.
8751 * config/mips/vr5000.mt: Ditto.
8752 * config/m68k/sun3os4.mh: Ditto.
8753 * config/m68k/nbsd.mt: Ditto.
8754 * config/m68k/m68klynx.mh: Ditto.
8755 * config/m32r/m32r.mt: Ditto.
8756 * config/i386/x86-64linux.mt: Ditto.
8757 * config/i386/nbsdelf.mt: Ditto.
8758 * config/i386/nbsd.mt: Ditto.
8759 * config/i386/i386lynx.mh: Ditto.
8760
8761 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8762
8763 * target.c (debug_print_register): New function. Handle oversize
8764 registers.
8765 (debug_to_fetch_registers): Call.
8766 (debug_to_store_registers): Call.
8767
8768 2002-05-03 Jim Blandy <jimb@redhat.com>
8769
8770 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8771 (read_type): Doc fix.
8772 * gdbtypes.c (replace_type): Doc fix.
8773
8774 * stabsread.c (multiply_defined_struct): New complaint.
8775 (read_struct_type): If the type we were passed isn't empty, or
8776 incomplete, don't read the new struct type into it; complain,
8777 and return the original type unchanged. Take a new `type_code'
8778 argument, which is the type code for the new type.
8779 (read_type): Rather than storing the type's type code here, pass
8780 it as an argument to read_struct_type, and let that take care of
8781 storing it. That way, we don't overwrite the original type code,
8782 so read_struct_type can use it to decide whether we're overwriting
8783 something we shouldn't.
8784 (complain_about_struct_wipeout): New function.
8785
8786 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8787
8788 * gdbarch.sh: Assert that gdbarch is non-NULL.
8789 * gdbarch.c: Regenerate.
8790
8791 2002-05-03 Jason Merrill <jason@redhat.com>
8792
8793 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8794 and return NULL.
8795
8796 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8797
8798 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8799 (x86_64_dwarf2gdb_regno_map_length),
8800 (x86_64_dwarf2_reg_to_regnum): Added.
8801 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8802 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8803 (_initialize_x86_64_tdep): Synced with the change above.
8804 (x86_64_skip_prologue): Reformulated message.
8805
8806 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8807
8808 * f-exp.y: Also use new prev_lexptr variable
8809 to improve error reporting. Based on Michael Snyder
8810 2002-04-24 dated patch to c-exp.y.
8811 * jv-exp.y: Likewise.
8812 * m2-exp.y: Likewise.
8813
8814 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8815
8816 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8817 we are dealing with vectors.
8818
8819 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8820
8821 * config/m68k/tm-nbsd.h: Obvious fix,
8822 correct machine name.
8823
8824 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8825
8826 * p-typeprint.c (pascal_type_print_base): Add support
8827 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8828
8829 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8830
8831 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8832 for fondamental pascal 'char' type.
8833
8834 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8835
8836 * p-lang.h (is_pascal_string_type): Declaration changed,
8837 new sixth argument of type char ** added.
8838 * p-lang.c (is_pascal_string_type): Implementation
8839 changed. Args length_pos, length_size, string_pos, char_size
8840 can now be NULL. New argument arrayname set to the field
8841 name of the char array. Return value set to char array
8842 field index plus one.
8843 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8844 is_pascal_string_type function.
8845
8846 2002-05-02 Andrew Cagney <cagney@redhat.com>
8847
8848 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8849 <cagney@redhat.com> change.
8850 * gdbarch.c: Regenerate.
8851
8852 2002-05-02 Andrew Cagney <cagney@redhat.com>
8853
8854 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8855 before probing for a new one. Detect errorenous gdbarch_init
8856 functions.
8857 * gdbarch.c: Regenerate.
8858
8859 2002-05-01 Andrew Cagney <cagney@redhat.com>
8860
8861 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8862 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8863 * config/v850/tm-v850.h: Ditto. Update copyright.
8864
8865 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8866
8867 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8868 current_gdbarch.
8869
8870 2002-04-30 Michael Snyder <msnyder@redhat.com>
8871
8872 * arm-tdep.c: Whitespace clean-ups.
8873 (arm_skip_prologue): Fix thinko; two lines
8874 should have been removed as part of 4/24 change.
8875
8876 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8877
8878 * rs6000-tdep.c: Added comment describing how fpscr register
8879 numbers were chosen.
8880
8881 2002-04-30 Michael Snyder <msnyder@redhat.com>
8882
8883 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8884
8885 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8886
8887 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8888 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8889 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8890
8891 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8892
8893 From Louis Hamilton <hamilton@redhat.com>:
8894 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8895 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8896 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8897 not bfd-private xcoff data, to determine wordsize.
8898 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8899
8900 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8901
8902 GDB 5.2 released from 5.2 branch.
8903
8904 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8905
8906 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8907 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8908 (x86_64_register_info_table): Added comments with register numbers.
8909
8910 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8911
8912 * rs6000-tdep.c (rs6000_extract_return_value,
8913 rs6000_store_return_value): Handle returning vectors.
8914 (rs6000_gdbarch_init): Use
8915 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8916 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8917 New function.
8918 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8919 vectors.
8920 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8921 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8922
8923 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8924
8925 * hpread.c (hpread_psymtab_to_symtab_1,
8926 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8927 with fprintf_unfiltered (gdb_stderr,...).
8928
8929 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8930
8931 * remote-array.c (printf_monitor, write_monitor,
8932 array_insert_breakpoint, array_remove_breakpoint ):
8933 Replace fprintf (stderr,...
8934 with fprintf_unfiltered (gdb_stderr,....
8935 * remote-es.c: Likewise.
8936 * remote-os9k.c: Likewise.
8937 * remote-st.c: Likewise.
8938
8939 2002-04-28 Andreas Schwab <schwab@suse.de>
8940
8941 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8942 linux-proc.o and gcore.o.
8943
8944 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8945
8946 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8947 code without frame pointers.
8948
8949 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8950
8951 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8952 ON_STACK is needed.
8953
8954 2002-04-26 Ben Elliston <bje@redhat.com>
8955
8956 * target.c (do_xfer_memory): Correct reference to the new option
8957 "trust-readonly-sections".
8958
8959 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8960
8961 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8962 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8963 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8964 vectors.
8965 (read_array_type): Record the fact that this array type is really a
8966 vector (i.e. are passed in by value).
8967
8968 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8969
8970 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8971 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8972 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8973 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8974 * alpha-linux-tdep.c: Include frame.h.
8975 (alpha_linux_sigcontext_addr): New function.
8976 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8977 alpha_linux_sigcontext_addr.
8978 * alpha-osf1-tdep.c: Include gdbcore.h.
8979 (alpha_osf1_sigcontext_addr): New function.
8980 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8981 alpha_osf1_sigcontext_addr.
8982 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8983 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8984
8985 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8986
8987 * stack.c (selected_frame_level):
8988 (select_frame): Do not set selected_frame_level.
8989 * frame.h (selected_frame_level): Delete declaration.
8990
8991 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8992
8993 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8994 convert_from_func_ptr-addr when AIX / PowerOpen.
8995
8996 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8997
8998 * valops.c (hand_function_call): Call
8999 generic_save_call_dummy_addr.
9000 * frame.h (generic_save_call_dummy_addr): Declare.
9001 * blockframe.c (struct dummy_frame): Add fields call_lo and
9002 call_hi.
9003 (generic_find_dummy_frame): Check for PC in range call_lo to
9004 call_hi instead of entry_point_address.
9005 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
9006 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
9007 (generic_save_call_dummy_addr): New function.
9008
9009 2002-04-24 David S. Miller <davem@redhat.com>
9010
9011 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
9012 sparc_skip_prologue.
9013 (sparc_skip_prologue): Kill frameless_p arg, and use line number
9014 information to find prologue when possible.
9015 (sparc_prologue_frameless_p): Call examine_prologue directly.
9016 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
9017 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
9018 second argument.
9019 (SKIP_PROLOGUE): Likewise.
9020
9021 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9022
9023 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
9024 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
9025 indicate that the condition it was testing is always true.
9026 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
9027 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9028 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9029
9030 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9031
9032 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
9033 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
9034 tdep->jb_pc and tdep->jb_elt_size.
9035 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
9036 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
9037 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
9038 * alpha-nat.c (get_longjmp_target): Remove.
9039 (JB_ELEMENT_SIZE): Ditto.
9040 (JB_PC): Ditto.
9041 * alpha-tdep.c (alpha_get_longjmp_target): New function.
9042 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
9043 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
9044 to alpha_get_longjmp_target.
9045 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
9046 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
9047 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
9048
9049 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9050
9051 * README: Update to GDB 5.2.
9052
9053 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9054
9055 * gdbarch.sh (LC_ALL): Set to `c'.
9056
9057 2002-04-25 Theodore A. Roth <troth@verinet.com>
9058
9059 * avr-tdep.c: Ran through gdb_indent.sh.
9060
9061 2002-04-25 Theodore A. Roth <troth@verinet.com>
9062
9063 * MAINTAINERS: Add myself as AVR maintainer.
9064 * NEWS: Note new target avr.
9065
9066 2002-04-25 Theodore A. Roth <troth@verinet.com>
9067
9068 * Makefile.in: Add support for AVR target.
9069 * configure.tgt: Add support for AVR target.
9070 * avr-tdep.c: New file
9071 * config/avr/avr.mt: New file.
9072
9073 2002-04-25 Theodore A. Roth <troth@verinet.com>
9074
9075 * MAINTAINERS: Add myself to write-after-approval.
9076
9077 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9078
9079 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
9080 with fprintf_unfiltered (gdb_stderr,....
9081
9082 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9083
9084 Fix PR gdb/508.
9085 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
9086
9087 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9088
9089 * p-exp.y: Also use new prev_lexptr variable
9090 to improve error reporting. Based on Michael Snyder
9091 2002-04-24 dated patch to c-exp.y.
9092
9093 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9094
9095 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
9096 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
9097 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
9098 to 0.
9099 * config/alpha/tm-alpha.h: Remove forward decls of struct type
9100 and struct value.
9101 (FUNCTION_START_OFFSET): Remove.
9102 (BREAKPOINT): Ditto.
9103
9104 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9105
9106 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
9107 * NEWS: Ditto.
9108
9109 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9110
9111 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
9112 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
9113 alpha_linux_pc_in_sigtramp.
9114 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
9115 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
9116 alpha_osf1_pc_in_sigtramp.
9117 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
9118 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
9119 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9120 alphafbsd_pc_in_sigtramp.
9121 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
9122 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9123 alphanbsd_pc_in_sigtramp.
9124 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
9125 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
9126
9127 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9128
9129 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
9130
9131 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9132
9133 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
9134 alphanbsd-tdep.c.
9135 (alphanbsd-nat.o): New dependency list.
9136 (alphanbsd-tdep.o): Ditto.
9137 * NEWS: Note new native NetBSD/alpha configuration.
9138 * alphanbsd-nat.c: New file.
9139 * alphanbsd-tdep.c: Ditto.
9140 * configure.host (alpha*-*-netbsd*): New host.
9141 * configure.tgt (alpha*-*-netbsd*): New target.
9142 * config/alpha/nbsd.mh: New file.
9143 * config/alpha/nbsd.mt: Ditto.
9144 * config/alpha/nm-nbsd.h: Ditto.
9145 * config/alpha/tm-nbsd.h: Ditto.
9146
9147 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9148
9149 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
9150 (alpha-osf1-tdep.o): New dependency list.
9151 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
9152 and skip_sigtramp_frame members.
9153 * alpha-linux-tdep.c: Include gdbcore.h.
9154 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
9155 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
9156 * alpha-osf1-tdep.c: New file.
9157 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
9158 alpha-osf1-dep.c.
9159 (alpha_frame_past_sigtramp_frame): New function.
9160 (alpha_dynamic_sigtramp_offset): Ditto.
9161 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
9162 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
9163 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
9164 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
9165 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
9166 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
9167 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
9168 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
9169 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
9170 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
9171 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
9172 to find_solib_trampoline_target.
9173 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
9174 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
9175 (SKIP_TRAMPOLINE_CODE): Remove.
9176 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9177 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9178 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9179 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9180 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
9181 (PROC_SIGTRAMP_MAGIC): Ditto.
9182 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9183 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9184 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9185 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9186 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9187
9188 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9189
9190 * NEWS: Note that Alpha targets are now multi-arch.
9191
9192 2002-04-24 Michael Snyder <msnyder@redhat.com>
9193
9194 * parser-defs.h (prev_lexptr): New external variable.
9195 * parse.c (parse_exp_1): Set prev_lexptr to null before
9196 calling the language-specific parser.
9197 * c-exp.y (yylex): Set prev_lexptr to start of current token.
9198 (yyerror): Use prev_lexptr in error reporting.
9199
9200 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
9201
9202 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
9203 * gregset.h: If FILL_FPXREGSET is defined, provide
9204 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
9205 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9206 is defined, call fill_fpxregset.
9207
9208 2002-04-24 Roland McGrath <roland@frob.com>
9209
9210 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9211 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9212 (supply_gregset, supply_fpregset): New functions.
9213
9214 * gnu-nat.c (gnu_find_memory_regions): New function.
9215 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9216 (gnu_xfer_memory): Add a cast.
9217
9218 2002-04-24 Michael Snyder <msnyder@redhat.com>
9219
9220 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
9221 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9222 of argument regs ("str r(0123), [r11, #-nn"]).
9223 (arm_skip_prologue): Better handling for frameless functions.
9224 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9225 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9226
9227 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9228
9229 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9230 NUM_PSEUDO_REGS can be used.
9231
9232 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9233
9234 * arch-utils.h: Update copyright.
9235
9236 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9237 * gdbarch.h, gdbarch.c: Re-generate.
9238
9239 * inferior.h (IN_SIGTRAMP): Delete definition.
9240 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9241 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9242
9243 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9244 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9245 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9246 (find_proc_framesize): Ditto.
9247 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9248 (alpha_init_extra_frame_info): Ditto.
9249 * infrun.c (handle_inferior_event): Ditto.
9250 (handle_inferior_event): Ditto.
9251 (check_sigtramp2): Ditto.
9252 * blockframe.c (create_new_frame): Ditto.
9253 (get_prev_frame): Ditto.
9254 * ppc-linux-tdep.c: Update comments.
9255 * i386-linux-tdep.c: Update comments.
9256 * breakpoint.c (bpstat_what): Update comment.
9257
9258 2002-04-24 David S. Miller <davem@redhat.com>
9259
9260 * i960-tdep.c (register_in_window_p): New function.
9261 (i960_find_saved_register): Use it instead of
9262 REGISTER_IN_WINDOW_P.
9263 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9264
9265 * symtab.h (find_stab_function_addr): Kill extern.
9266 * minsyms.c (find_stab_function_addr): Remove from here...
9267 * dbxread.c: ... to here, and mark it static.
9268
9269 2002-04-20 David S. Miller <davem@redhat.com>
9270
9271 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9272 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9273
9274 2002-04-21 David S. Miller <davem@redhat.com>
9275
9276 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9277 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9278 (vx_write_register): Likewise.
9279
9280 2002-04-23 J. Brobecker <brobecker@gnat.com>
9281
9282 * source.c (is_regular_file): New function.
9283 (openp): Check wether file to open is a regular file
9284 to avoid opening directories.
9285
9286 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9287
9288 * findvar.c (extract_signed_integer): Cast printf argument
9289 to suppress format warning.
9290 (extract_unsigned_integer): Likewise.
9291 * infcmd.c (registers_info): Likewise.
9292 * top.c (get_prompt_1): Likewise.
9293 * valops.c (value_assign): Likewise.
9294 * valprint.c (print_decimal): Likewise.
9295
9296 2002-04-22 H.J. Lu (hjl@gnu.org)
9297
9298 * c-exp.y (typebase): Support
9299
9300 [long|long long|short] [signed|unsigned] [int|]
9301
9302 and
9303
9304 signed [long|long long|short] int
9305
9306 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9307
9308 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9309 and vax-tdep.h.
9310 * vax-tdep.h: New file.
9311 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9312 Make several routines static.
9313 (vax_get_saved_register): New function.
9314 (vax_gdbarch_init): New function.
9315 (_initialize_vax_tdep): Register vax_gdbarch_init.
9316 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9317 Remove macros now under the control of gdbarch.
9318
9319 2002-04-22 Michael Snyder <msnyder@redhat.com>
9320
9321 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9322 Some whitespace and coding standards tweaks.
9323
9324 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9325
9326 * vax-tdep.c: Include regcache.h.
9327 (vax_call_dummy_words): New.
9328 (sizeof_vax_call_dummy_words): New.
9329 (vax_fix_call_dummy): New function.
9330 (vax_saved_pc_after_call): Ditto.
9331 * config/vax/tm-vax.h: Don't include regcache.h.
9332 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9333 (CALL_DUMMY): Remove.
9334 (CALL_DUMMY_WORDS): Define.
9335 (SIZEOF_CALL_DUMMY_WORDS): Define.
9336 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9337
9338 2002-04-18 Michael Snyder <msnyder@redhat.com>
9339
9340 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9341
9342 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9343
9344 * vax-tdep.c (vax_frame_chain): New function.
9345 (vax_push_dummy_frame): Ditto.
9346 (vax_pop_frame): Ditto.
9347 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9348 (FRAMELESS_FUNCTION_INVOCATION): Use
9349 generic_frameless_function_invocation_not.
9350 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9351 (POP_FRAME): Use vax_pop_frame.
9352
9353 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9354
9355 * vax-tdep.c (vax_store_struct_return): New function.
9356 (vax_extract_return_value): Ditto.
9357 (vax_store_return_value): Ditto.
9358 (vax_extract_struct_value_address): Ditto.
9359 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9360 vax_store_struct_return.
9361 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9362 (STORE_RETURN_VALUE): Use vax_store_return_value.
9363 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9364
9365 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9366
9367 * vax-tdep.c (vax_frame_saved_pc): New function.
9368 (vax_frame_args_address_correct): Ditto.
9369 (vax_frame_args_address): Ditto.
9370 (vax_frame_locals_address): Ditto.
9371 (vax_frame_num_args): Move code to be in proximity to
9372 other frame-related functions.
9373 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9374 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9375 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9376 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9377 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9378
9379 2002-04-22 H.J. Lu (hjl@gnu.org)
9380
9381 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9382 includedir.
9383
9384 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9385
9386 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9387 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9388 (FRAME_INIT_SAVED_REGS): New macro.
9389
9390 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9391
9392 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9393
9394 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9395
9396 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9397 where needed.
9398 (fetch_osf_core_registers): Likewise.
9399 (supply_gregset): Likewise.
9400
9401 2002-04-22 J. Brobecker <brobecker@gnat.com>
9402
9403 * symfile.h (get_section_index): Define.
9404 * symfile.c (get_section_index): New function.
9405 * mdebugread.c (SC_IS_SBSS): New macro.
9406 (SC_IS_BSS): Return true for the scBss storage class only, as
9407 the scSBss storage class refers to the .sbss section.
9408 (parse_partial_symbols): Discard the symbols which associated
9409 section does not exist.
9410 Make sure to use the .sbss section index for symbols which
9411 storage class is scBss, rather than using the .bss section index.
9412
9413 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9414
9415 * vax-tdep.c: Update copyright years.
9416 (vax_register_name): New function.
9417 (vax_register_byte): Ditto.
9418 (vax_register_raw_size): Ditto.
9419 (vax_register_virtual_size): Ditto.
9420 (vax_register_virtual_type): Ditto.
9421 * config/vax/tm-vax.h: Update copyright years.
9422 (REGISTER_NAMES): Remove.
9423 (REGISTER_NAME): Define.
9424 (REGISTER_BYTE): Use vax_register_byte.
9425 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9426 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9427 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9428
9429 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9430
9431 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9432 declaration
9433 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9434
9435 2002-04-21 David S. Miller <davem@redhat.com>
9436
9437 * arch-utils.c (generic_prologue_frameless_p): Kill
9438 SKIP_PROLOGUE_FRAMELESS_P code.
9439 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9440 references.
9441 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9442 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9443 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9444 references.
9445 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9446 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9447 (sparc_gdbarch_init): Pass it to
9448 set_gdbarch_prologue_frameless_p.
9449
9450 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9451
9452 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9453 (alphabsd-nat.o): New dependency list.
9454
9455 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9456
9457 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9458 alphafbsd-tdep.c.
9459 (alpha-linux-tdep.o): New dependency list.
9460 (alphafbsd-tdep.o): Likewise.
9461
9462 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9463
9464 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9465 to here...
9466 * alpha-tdep.c: ...from here.
9467 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9468
9469 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9470
9471 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9472 prototype from here...
9473 * alpha-tdep.h: ...to here.
9474
9475 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9476
9477 * frame.h (selected_frame_level): Document as deprecated.
9478 (frame_relative_level): Declare.
9479 * stack.c (frame_relative_level): New function.
9480 (selected_frame_level): Document as deprecated.
9481 (select_frame): Do not set the selected_frame_level.
9482
9483 * stack.c (frame_info, record_selected_frame): Update.
9484 (frame_command, current_frame_command): Update.
9485 (up_silently_base, up_command, down_silently_base): Update.
9486 (down_command): Update.
9487 * inflow.c (kill_command): Update.
9488 * tracepoint.c (finish_tfind_command): Update.
9489 * corelow.c (core_open): Update.
9490 * thread.c (info_threads_command): Update.
9491 (do_captured_thread_select): Update.
9492 * infcmd.c (finish_command): Update.
9493 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9494
9495 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9496
9497 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9498
9499 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9500
9501 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9502 type const.
9503
9504 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9505
9506 * alphafbsd-tdep.c: Update copyright years. Include
9507 alpha-tdep.h.
9508 (alphafbsd_use_struct_convention): Make static.
9509 (alphafbsd_init_abi): New function.
9510 (_initialize_alphafbsd_tdep): New function.
9511 * config/alpha/tm-fbsd.h: Update copyright years.
9512 (USE_STRUCT_CONVENTION): Remove.
9513
9514 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9515
9516 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9517 an Alpha ABI variant.
9518 (alpha_abi_handler_list): Declare.
9519 (alpha_gdbarch_register_os_abi): New function.
9520 (alpha_gdbarch_init): Give registered ABI variant handlers a
9521 chance to tweak the gdbarch once we have set up defaults.
9522 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9523
9524 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9525
9526 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9527 to standard_coerce_float_to_double.
9528 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9529
9530 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9531
9532 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9533 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9534 from gdbarch_tdep rather than a constant.
9535 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9536 the default text address for all Alpha Unix ABIs.
9537 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9538 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9539
9540 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9541
9542 * alpha-tdep.h: New file. Includes several Alpha target constants
9543 taken from...
9544 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9545 let gdbarch deal with.
9546 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9547 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9548 to dependency list.
9549 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9550 Alpha target register names.
9551 * alphabsd-nat.c: Likewise.
9552 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9553 Alpha target register names. Make serveral routines static.
9554 (alpha_get_saved_register): New function.
9555 (alpha_abi_names): New.
9556 (process_note_abi_tag_sections): New function.
9557 (get_elfosabi): New function.
9558 (alpha_gdbarch_init): New function.
9559 (alpha_dump_tdep): New function.
9560 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9561
9562 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9563
9564 * frame.c (find_saved_register): Delete #ifdef
9565 HAVE_REGISTER_WINDOWS code.
9566 * config/sparc/tm-sparc.h: Update comments.
9567 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9568
9569 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9570
9571 * i960-tdep.c (i960_find_saved_register): New function.
9572 (i960_get_saved_register): New function.
9573 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9574 (i960_get_saved_register): Declare.
9575 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9576
9577 2002-04-20 David S. Miller <davem@redhat.com>
9578
9579 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9580
9581 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9582
9583 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9584 instead of NUM_PSEUDO_REGS.
9585
9586 2002-04-20 David S. Miller <davem@redhat.com>
9587
9588 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9589 GDB_MULTI_ARCH_PARTIAL
9590 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9591 define, let tm-sp64.h do it.
9592
9593 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9594
9595 * frame.c (find_saved_register): Avoid a NULL pointer
9596 dereference and actually walk the frame list.
9597
9598 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9599
9600 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9601 sorted in most most-recent-used order. Document.
9602 * gdbarch.h, gdbarch.c: Regenerate.
9603
9604 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9605
9606 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9607 instead of ->prev.
9608 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9609 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9610 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9611 instead of ->prev.
9612
9613 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9614
9615 Fix PR gdb/471.
9616 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9617 (build_builtin_type_vec128): Ditto.
9618 (append_composite_type_field): Fix calculation of type length in
9619 union case.
9620
9621 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9622
9623 * config/djgpp/README: Update.
9624
9625 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9626 compiler warnings.
9627
9628 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9629
9630 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9631 (alpha_setup_arbitrary_frame): ...to this.
9632 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9633 for alpha_setup_arbitrary_frame.
9634
9635 2002-04-18 Andrew Cagney <cagney@redhat.com>
9636
9637 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9638 * gdbarch.h, gdbarch.c: Regenerate.
9639
9640 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9641 * target.h (memory_breakpoint_from_pc): Update declaration.
9642 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9643
9644 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9645 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9646 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9647 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9648 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9649 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9650 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9651 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9652 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9653 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9654 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9655 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9656
9657 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9658 const pointer.
9659 * monitor.c (monitor_insert_breakpoint): Ditto.
9660 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9661
9662 * config/mcore/tm-mcore.h: Update copyright.
9663 * mem-break.c: Ditto.
9664 * xstormy16-tdep.c: Ditto.
9665
9666 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9667
9668 * p-exp.y: Add precedence rule for '^' token.
9669 This removes the shift/reduce conflicts.
9670 Remove the comment concerning these shift/reduce conflicts.
9671
9672 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9673
9674 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9675 (registers_powerpc_nofp): New register set for processors
9676 without floating point unit.
9677
9678 2002-04-18 David S. Miller <davem@redhat.com>
9679
9680 * MAINTAINERS: Add myself to write-after-approval.
9681
9682 2002-04-17 Michael Snyder <msnyder@redhat.com>
9683
9684 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9685
9686 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9687
9688 * rs6000-tdep.c (frame_initial_stack_address): Use
9689 frame_register_read to read the alloca_reg.
9690
9691 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9692
9693 * frame.c (find_saved_register): Find saved registers in the next
9694 not prev frame.
9695 Fix PR gdb/365.
9696
9697 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9698
9699 * gdbarch.sh (LANG): Set to ``c''.
9700
9701 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9702
9703 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9704
9705 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9706
9707 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9708 Update copyright.
9709
9710 * hpread.c (hpread_get_lntt): Add declaration.
9711 Also fix PR gdb/391.
9712
9713 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9714
9715 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9716 * aclocal.m4, configure: Re-generate.
9717 Fix PR gdb/391.
9718
9719 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9720
9721 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9722 instead of tm_print_insn.
9723
9724 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9725
9726 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9727
9728 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9729
9730 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9731 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9732 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9733
9734 2002-04-12 Don Howard <dhoward@redhat.com>
9735
9736 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9737 max_user_call_depth.
9738 (init_cmd_lists): Initialize the new value;
9739 * cli/cli-script.c (execute_user_command): Limit the call depth of
9740 user defined commands. This avoids a core-dump when user commands
9741 are infinitly recursive.
9742
9743 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9744
9745 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9746 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9747 from tdep struct instead of DEFAULT_LR_SAVE.
9748 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9749 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9750 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9751
9752 2002-04-12 Michael Snyder <msnyder@redhat.com>
9753
9754 * Remote.c: Spelling fix.
9755 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9756 If no symbol found for "sbrk", try "_sbrk".
9757 (make_output_phdrs): Use bfd_section_name.
9758 (gcore_copy_callback): Use bfd_section_name.
9759 * eval.c: Indentation fix-ups.
9760 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9761 in case it gets applied to an address that is already
9762 in the instruction space.
9763 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9764 * symfile.c: Fix indentation, long lines.
9765 * source.c: White space fix-up.
9766
9767 2002-04-12 Andrew Cagney <cagney@redhat.com>
9768
9769 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9770 * frame.c (frame_register_read): New function. Return non-zero on
9771 success.
9772 (read_relative_register_raw_bytes_for_frame): Delete.
9773 (read_relative_register_raw_bytes): Delete.
9774 * frame.h (frame_register_read): Declare.
9775 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9776 * sh-tdep.c: Ditto.
9777 * infcmd.c (do_registers_info): Ditto.
9778 * hppa-tdep.c: Ditto.
9779 * rs6000-tdep.c: Ditto.
9780 * h8500-tdep.c: Ditto.
9781 * mips-tdep.c: Ditto.
9782 * h8300-tdep.c: Ditto.
9783 * z8k-tdep.c: Ditto.
9784
9785 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9786
9787 From Jimi X <jimix@watson.ibm.com>:
9788 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9789 64-bit SysV ABI.
9790
9791 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9792
9793 From Jimi X <jimix@watson.ibm.com>:
9794 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9795 bfd info.
9796
9797 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9798
9799 From Jimi X <jimix@watson.ibm.com>:
9800 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9801 register sets for these processor variants.
9802
9803 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9804
9805 * regformats/reg-ppc.dat: Support FPSCR.
9806
9807 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9808
9809 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9810 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9811 Add fpscr as an invalid/unfetchable register.
9812 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9813 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9814 (fill_fpregset): Add support for register fpscr.
9815 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9816 (fill_gregset): Account for the fact that register ``mq'' might
9817 not exist.
9818 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9819 (registers_power): Add fpscr to register set at slot 71.
9820 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9821 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9822
9823 2002-04-11 Michael Snyder <msnyder@redhat.com>
9824
9825 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9826 * configure: Regenerate.
9827 * config.in: Regenerate.
9828 * acconfig.h: Add define for _SYSCALL32.
9829 * core-sol2.c: Remove #define _SYSCALL32.
9830 * solib-legacy.c: Remove #define _SYSCALL32.
9831
9832 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9833
9834 * stack.c (select_frame): Cleanup internal error message, do not
9835 use %p.
9836
9837 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9838
9839 * stack.c (select_frame): Check that selected_frame and the
9840 specified level are as expected.
9841 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9842 Update copyright.
9843 * frame.h (struct frame_info): Add field `level'. Update
9844 copyright.
9845 Work-in-progress PR gdb/464.
9846
9847 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9848
9849 * maint.c (maint_print_section_info): Rename print_section_info.
9850 (print_bfd_section_info, print_objfile_section_info): Update.
9851 * inferior.h (struct gdbarch): Add opaque declaration.
9852 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9853 * gdbarch.h: Regenerate.
9854
9855 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9856
9857 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9858 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9859 (kernel_u_size): Added.
9860 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9861 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9862
9863 2002-04-04 Jim Ingham <jingham@apple.com>
9864
9865 * valarith.c (find_size_for_pointer_math): New function, either returns
9866 the size for a pointer's target, returns 1 for void *, or errors for
9867 incomplete types.
9868 (value_add, value_sub): use find_size_for_pointer_math.
9869
9870 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9871
9872 * linux-low.c (linux_look_up_symbols): New hook.
9873 (linux_target_ops): Add linux_look_up_symbols.
9874 * remote-utils.c (decode_address): New function.
9875 (look_up_one_symbol): New function.
9876 * server.c (handle_query): Call target look_up_symbols hook.
9877 * server.h (look_up_one_symbol): Add prototype.
9878 * target.h (struct target_ops): Add look_up_symbols hook.
9879
9880 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9881
9882 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9883 override FP_REGNUM with frame->fp. Update copyright.
9884 * parse.c (num_std_regs, std_regs): Delete.
9885 (target_map_name_to_register): Do not search std_regs. Update
9886 function description.
9887 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9888 declarations. Update copyright.
9889 Fix PR gdb/251.
9890
9891 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9892
9893 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9894 after the last symbol in a block.
9895
9896 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9897
9898 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9899 is non zero as a found symbol.
9900
9901 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9902
9903 * findvar.c: Include "builtin-regs.h".
9904 (value_of_register): Call value_of_builtin_reg when applicable.
9905 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9906 (target_map_name_to_register): Call
9907 builtin_reg_map_name_to_regnum.
9908 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9909 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9910 (builtin_regs_h): Define.
9911 (builtin-regs.o): New target.
9912 (findvar.o): Add $(builtin_regs_h).
9913 * builtin-regs.c, builtin-regs.h: New files.
9914 * std-regs.c: New file.
9915 Partial fix for PR gdb/251.
9916
9917 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9918
9919 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9920 it's no longer required.
9921
9922 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9923
9924 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9925
9926 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9927
9928 From Jimi X <jimix@watson.ibm.com>:
9929 * rs6000-tdep.c (rs6000_software_single_step): Use
9930 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9931 and size. Use target_insert_breakpoint() and
9932 target_remove_breakpoint() to insert and remove breakpoints
9933 instead of explicit memory reads and writes.
9934
9935 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9936
9937 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9938 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9939 ELF_OBJECT_FORMAT ifdef.
9940
9941 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9942
9943 From Jimi X <jimix@watson.ibm.com>:
9944 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9945
9946 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9947
9948 From Jimi X <jimix@watson.ibm.com>:
9949 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9950 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9951
9952 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9953
9954 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9955 s/asprintf/xasprintf/.
9956 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9957
9958 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9959
9960 I believe Jeff Law denies responsability for this one:
9961 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9962 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9963 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9964 Work-around for PR gdb/366.
9965
9966 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9967
9968 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9969 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9970 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9971
9972 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9973
9974 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9975 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9976 information.
9977
9978 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9979
9980 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9981 maintainer.
9982
9983 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9984
9985 * README (Reporting Bugs in GDB): Document the bug web page as the
9986 prefered way of submitting bugs.
9987 Fix PR gdb/402.
9988
9989 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9990
9991 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9992 -1. Update comment.
9993 * gdbarch.h, gdbarch.c: Re-generate.
9994
9995 2002-04-07 Andreas Schwab <schwab@suse.de>
9996
9997 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9998 buffer to regcache_collect.
9999
10000 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10001
10002 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
10003 * gdbarch.c, gdbarch.h: Re-generate.
10004
10005 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10006
10007 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
10008 declaration. Fix -Werror.
10009
10010 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
10011
10012 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
10013 * gdbarch.c: Regenerate.
10014
10015 2002-04-05 Michael Snyder <msnyder@redhat.com>
10016
10017 * breakpoint.c (clear_command): Rewrite middle section to
10018 combine two loops with identical control conditions.
10019 Add a cleanup to eliminate a memory leak.
10020 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
10021
10022 2002-04-05 H.J. Lu (hjl@gnu.org)
10023
10024 * solib-svr4.c (bkpt_names): Add "__start".
10025
10026 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10027
10028 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
10029 as test for 64 bit target.
10030
10031 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10032
10033 * h8500-tdep.c (h8500_write_fp): Delete function.
10034 * dwarf2cfi.c (cfi_write_fp): Document as not used.
10035 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
10036 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
10037 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
10038 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
10039 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
10040 (s390_write_fp):
10041 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
10042 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
10043 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
10044 (d10v_write_fp): Delete function.
10045 * inferior.h (write_fp, generic_target_write_fp): Delete
10046 declarations.
10047 * regcache.c (generic_target_write_fp): Delete function.
10048 (write_fp): Delete function.
10049 * gdbarch.sh (TARGET_WRITE_FP): Delete.
10050 * gdbarch.h, gdbarch.c: Regenerate.
10051 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
10052 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
10053 (sparc64_write_fp): Delete declaration.
10054 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
10055 (h8500_write_fp): Delete declaration.
10056
10057 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10058
10059 * sparc-tdep.c (sparc64_write_fp): Delete.
10060 (sparc_push_dummy_frame): Replace write_fp call with code to store
10061 the FP directly.
10062 (sparc_gdbarch_init): Do not initialize write_fp.
10063
10064 2002-04-05 Kevin Buettner <kevinb@redhat.com>
10065
10066 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
10067 clause.
10068
10069 2002-03-29 Jim Blandy <jimb@redhat.com>
10070
10071 * stack.c (get_selected_block): Add new argument `addr_in_block',
10072 used to return the exact code address we used to select the block,
10073 not just the block.
10074 * blockframe.c (get_frame_block, get_current_block): Same.
10075 * frame.h (get_frame_block, get_current_block,
10076 get_selected_block): Update declarations.
10077 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
10078 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
10079
10080 2002-04-05 Michael Snyder <msnyder@redhat.com>
10081
10082 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
10083 warning message.
10084
10085 2002-04-05 J. Brobecker <brobecker@gnat.com>
10086
10087 * utils.c (xfullpath): New function.
10088 * defs.h (xfullpath): Add declaration.
10089 * source.c (openp): Use xfullpath in place of gdb_realpath to
10090 avoid resolving the basename part of filenames when the
10091 associated file is a symbolic link. This fixes a potential
10092 inconsistency between the filenames known to GDB and the
10093 filenames it prints in the annotations.
10094 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
10095 to be able to match a filename with either the real filename, or
10096 the name of any symbolic link to this file.
10097 (lookup_partial_symtab): Ditto.
10098
10099 2002-04-04 Michael Snyder <msnyder@redhat.com>
10100
10101 * breakpoint.c: Add support for hardware breakpoints in overlays.
10102 (overlay_events_enabled): New state variable.
10103 (insert_breakpoints): Use overlay_events_enabled to decide
10104 whether to attempt to set a breakpoint at the overlay load addr.
10105 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10106 (remove_breakpoint): Use overlay_events_enabled to decide
10107 whether breakpoints need to be removed from overlay load addr.
10108 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10109 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
10110 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
10111 disable_overlay_breakpoints): Update overlay_events_enabled.
10112
10113 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
10114
10115 * dwarf2read.c (struct function_range): New.
10116 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
10117 (check_cu_functions): New.
10118 (read_file_scope): Initialize global function lists.
10119 Call dwarf_decode_line after processing children.
10120 (read_func_scope): Add to global function list.
10121 (dwarf_decode_lines): Call check_cu_functions everywhere
10122 record_line is called. Call record_line with a linenumber
10123 of 0 to mark sequence ends.
10124
10125 2002-04-04 Michal Ludvig <mludvig@suse.cz>
10126
10127 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
10128 change sync with glibc.
10129
10130 2002-04-03 Jim Blandy <jimb@redhat.com>
10131
10132 * configure.in: Call AC_C_INLINE.
10133 * configure: Regenerated.
10134
10135 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
10136
10137 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
10138 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
10139
10140 2002-03-31 Mark Kettenis <kettenis@gnu.org>
10141
10142 * NEWS: Mention gcore support on FreeBSD/i386.
10143
10144 * fbsd-proc.c: New file.
10145 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
10146 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
10147
10148 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
10149 while statement.
10150
10151 2002-03-29 Jim Blandy <jimb@redhat.com>
10152
10153 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
10154 unescaped newlines in string literals, but newer ones don't. So
10155 escape them.
10156
10157 2002-03-26 Michael Snyder <msnyder@redhat.com>
10158 Andrew Cagney <cagney@redhat.com>
10159
10160 * cli/cli-dump.c: New file. Dump memory to file,
10161 restore file to memory.
10162 * cli/cli-dump.h: New file.
10163 * Makefile.in: Add rules, dependencies for cli-dump.o.
10164 * NEWS: Mention new commands.
10165
10166 2002-03-28 Michael Snyder <msnyder@redhat.com>
10167
10168 * symfile.c (symbol_file_add): Move test for null symbols to later.
10169
10170 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10171
10172 From veksler at il.ibm.com:
10173 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
10174 the xstrduped original path.
10175 Fix PR gdb/417.
10176
10177 2002-03-27 Michael Snyder <msnyder@redhat.com>
10178
10179 * breakpoint.c (_initialize_breakpoint): Clean up help string.
10180 * infcmd.c (_initialize_infcmd): Ditto.
10181 * language.c (_initialize_language): Ditto.
10182 * symfile.c (_initialize_symfile): Ditto.
10183 * top.c (_init_main): Ditto.
10184 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10185
10186 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
10187
10188 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
10189 vector registers handling.
10190 (skip_prologue): Handle new AltiVec instructions. Fill in new
10191 fields of frame data.
10192 (frame_get_saved_regs): Fill in information for AltiVec registers.
10193
10194 2002-03-27 Jim Blandy <jimb@redhat.com>
10195
10196 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
10197 a function; leave this macro here to invoke that function.
10198 (symbol_init_mangled_name): Declaration for that function.
10199 * symtab.c (symbol_init_mangled_name): New function.
10200
10201 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10202
10203 * valarith.c: Replace strerror with safe_strerror.
10204 * tracepoint.c: Ditto.
10205 * lin-lwp.c: Ditto.
10206 * go32-nat.c: Ditto.
10207 * inflow.c: Ditto.
10208 * gnu-nat.c: Ditto.
10209
10210 2002-03-27 Andreas Schwab <schwab@suse.de>
10211
10212 * event-top.c (command_line_handler): Remove useless if.
10213
10214 2002-03-27 Andreas Jaeger <aj@suse.de>
10215
10216 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10217 comment.
10218
10219 2002-03-27 Michal Ludvig <mludvig@suse.cz>
10220
10221 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10222 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10223 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10224 (x86_64_linux_dr_get_status, supply_gregset),
10225 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10226 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10227 (x86_64_register_info_table): Add.
10228 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10229 (x86_64_register_raw_size, x86_64_register_virtual_type),
10230 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10231 general x86_64_register_info_table.
10232 (i386_gdbarch_init): gdbarch_register_bytes is now set
10233 dynamicaly during initialization.
10234 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10235 * gdbserver/linux-x86-64-low.c: Ditto.
10236
10237 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10238
10239 * gdbserver/server.c (main): Call target_signal_to_host_p
10240 and target_signal_to_host on signals received from the remote.
10241 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10242 target_signal_from_host on signals sent to the remote.
10243 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10244 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10245
10246 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10247
10248 * signals/signals.c: Include "server.h" in gdbserver build.
10249 (target_signal_from_name): Don't use STREQ.
10250 (_initialize_signals): Likewise. Don't include function in
10251 gdbserver build.
10252
10253 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10254
10255 * signals.c: Moved to...
10256 * signals/signals.c: Here.
10257 * Makefile (signals.o): Update.
10258
10259 2002-03-26 Jeff Law (law@redhat.com)
10260
10261 * somread.c (som_symtab_read): Remove some commented out code and
10262 updated related comments. Do not set the minimal symbol table to
10263 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10264 in a dynamic executable.
10265 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10266 where we are unable to find the minimal symbol for the given
10267 PC value.
10268
10269 2002-03-25 Jeff Law (law@redhat.com)
10270
10271 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10272
10273 2002-03-25 Michal Ludvig <mludvig@suse.cz>
10274
10275 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10276
10277 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10278
10279 * command.h: Update copyright.
10280 (struct cmd_list_element): Replace definition with opaque
10281 declaration.
10282 (enum cmd_types): Document that it will eventually be moved to
10283 cli/cli-decode.h
10284 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10285 (MALLOCED_REPLACEMENT): Delete macro.
10286 * Makefile.in (cli_decode_h): Add $(command_h).
10287 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10288 * top.c: Include "cli/cli-decode.h".
10289 * completer.c: Include "cli/cli-decode.h".
10290 * maint.c: Include "cli/cli-decode.h".
10291 * cli/cli-decode.h: Include "command.h".
10292 (enum command_class): Delete.
10293 (enum cmd_types): Comment out.
10294 (enum cmd_auto_boolean): Delete.
10295 (enum var_types): Delete.
10296
10297 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10298
10299 * cli/cli-decode.c: Include "gdb_assert.h".
10300 (add_set_or_show_cmd): New static function.
10301 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10302 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10303 all fields, such as func, from the set command.
10304
10305 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10306
10307 * MAINTAINERS (sh-elf): Change warning flag to -w.
10308
10309 2002-03-23 Andrew Cagney <cagney@redhat.com>
10310
10311 * defs.h (error): Add printf format attribute.
10312 * thread-db.c (thread_from_lwp): Fix error format string.
10313 * stack.c (parse_frame_specification): Ditto.
10314 * cli/cli-decode.c (undef_cmd_error): Ditto.
10315 * scm-lang.c (scm_lookup_name): Ditto.
10316 * tracepoint.c (trace_error): Ditto.
10317 * remote-utils.c (usage): Ditto.
10318 * remote.c (compare_sections_command): Ditto.
10319 Fix PR gdb/328.
10320
10321 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10322
10323 * gdbtypes.c (append_composite_type_field): New function.
10324 (init_composite_type): New function.
10325 * gdbtypes.h (append_composite_type_field): Declare.
10326 (init_composite_type): Ditto.
10327
10328 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10329
10330 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10331 function.
10332 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10333 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10334 structure returning convention for SYSV ABI case, but not
10335 for GNU/Linux, FreeBSD, or NetBSD.
10336
10337 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10338
10339 * symtab.h (lookup_block_symbol): Add mangled_name argument
10340 to prototype.
10341
10342 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10343 with new mangled_name argument.
10344 * linespec.c (decode_line_1): Likewise.
10345 * valops (value_of_this): Likewise.
10346 * symtab.c (lookup_transparent_type): Likewise.
10347 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10348 (lookup_symbol): If we are given a mangled name, pass it down
10349 to lookup_symbol_aux.
10350 (lookup_block_symbol): If we are given a mangled name to check
10351 against, only return symbols which match it.
10352
10353 2002-03-22 Christopher Faylor <cgf@redhat.com>
10354
10355 * win32-nat.c (child_create_inferior): Check for proper shell to use
10356 here, in case the user changes it on the fly.
10357 (_initialize_inftarg): Remove shell path considerations.
10358
10359 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10360
10361 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10362 for gdbarch_max_register_raw_size and max_register_virtual_size.
10363 Adjust copyright year.
10364
10365 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10366
10367 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10368 in a function to cover the entire beginning of the function
10369 as well if it does not already.
10370
10371 2002-03-21 Tom Rix <trix@redhat.com>
10372
10373 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10374 (rs6000_ptrace64): Renamed from ptrace64.
10375
10376 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10377
10378 * gdbserver/remote-utils.c (remote_open): Don't call
10379 getprotobyname, we're all using TCP here so just use
10380 IPPROTO_TCP.
10381 * gdbserver/gdbreplay.c (remote_open): Ditto.
10382
10383 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10384
10385 * regcache.c (_initialize_regcache): No need to call
10386 build_regcache() at this time; it gets called whenever
10387 the gdbarch changes.
10388
10389 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10390
10391 * sparc-nat.c: Include sys/param.h where possible.
10392
10393 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10394
10395 Fix PR gdb/422.
10396 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10397 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10398 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10399 complex types.
10400 * stabsread.c (rs6000_builtin_type): Likewise.
10401 (read_sun_floating_type): Likewise.
10402
10403 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10404
10405 * stabsread.c (read_member_functions): Remove skip code for duplicate
10406 constructor/destructor methods. Use standard parsing for these
10407 methods and just do not chain them to the list of methods after
10408 parsing.
10409
10410 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10411
10412 * coffread.c: Remove redundant static declarations. Replace
10413 occurrences of `PTR' with `void *'.
10414 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10415 * top.h (quit_cover): Likewise.
10416 * defs.h (catch_errors): Likewise.
10417
10418 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10419
10420 * defs.h (XMALLOC): Define.
10421 * gdb-events.sh (XMALLOC): Delete macro.
10422 * gdb-events.c, gdb-events.h: Regenerate.
10423 * gdbarch.sh (XMALLOC): Delete macro.
10424 * gdbarch.c: Regenerate.
10425 * serial.c (XMALLOC): Delete macro.
10426 * ui-file.c (XMALLOC): Ditto.
10427 * ser-unix.h (XMALLOC): Ditto.
10428 * sh-tdep.c (XMALLOC): Ditto.
10429 * ui-out.c (XMALLOC): Ditto.
10430 * utils.c (XMALLOC): Ditto.
10431 * i386-tdep.c (XMALLOC): Ditto.
10432 * gdb-events.c (XMALLOC): Ditto.
10433 * d10v-tdep.c (XMALLOC): Ditto.
10434 * cli-out.c (XMALLOC): Ditto.
10435
10436 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10437 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10438 * ui-file.c, ui-out.c: Ditto.
10439
10440 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10441
10442 * command.h (struct cmd_list_element): Add field context.
10443 (set_cmd_context, get_cmd_context): Declare.
10444 * cli/cli-decode.h: Ditto.
10445 * cli/cli-decode.c (get_cmd_context): New function.
10446 (set_cmd_context): New function.
10447 (add_cmd): Initialize context.
10448 Part of fixing PR gdb/145 and PR gdb/146.
10449
10450 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10451
10452 * cli/cli-decode.c (cmd_type): New function.
10453 * command.h (cmd_type): Declare.
10454 * infrun.c (set_schedlock_func): Call function cmd_type.
10455 * kod.c (kod_set_os): Call cmd_type.
10456 * cris-tdep.c (cris_version_update): Use function cmd_type.
10457 (cris_mode_update, cris_abi_update): Ditto.
10458
10459 * command.h: (execute_cmd_post_hook): Declare.
10460 (execute_cmd_pre_hook): Declare.
10461 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10462 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10463 functions. Execute pre/post hook while ensuring that afterwords
10464 hook_in is cleared.
10465 * top.c (execute_command): Use execute_cmd_post_hook, and
10466 execute_cmd_pre_hook to execute pre/post commands.
10467 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10468 hook_stop_stub.
10469 (hook_stop_stub): Call execute_cmd_pre_hook.
10470
10471 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10472
10473 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10474 set'' and this leads to a core dump. Move xstrdup of
10475 operating_system to after check that it is not NULL.
10476
10477 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10478
10479 * kod.c (kod_set_os): Remove unnecessary check that
10480 ``command->type'' is set_cmd.
10481
10482 * valprint.c (set_input_radix): Use input_radix.
10483 (set_output_radix): Use output_radix.
10484 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10485 isn't reverted.
10486
10487 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10488
10489 * value.h (struct value): Delete field ``substring_addr''. Change
10490 aligner fields to force_doublest_align, force_longest_align,
10491 force_core_addr_align and force_pointer_aligh.
10492
10493 * value.h (struct value): Fix typo in above change.
10494
10495 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10496
10497 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10498 to fix internal_error from ``maintenance print architecture''.
10499
10500 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10501
10502 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10503 for gcc versions after gcc-2.8.1.
10504
10505 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10506
10507 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10508 for method resolution. Restore adjustment of ``this'' pointer after
10509 calling value_struct_elt, which was accidentally removed during the
10510 HP merge.
10511
10512 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10513
10514 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10515 value_of_register.
10516 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10517 get_saved_register.
10518 * value.h (value_of_register): Update.
10519
10520 2002-03-14 Richard Henderson <rth@redhat.com>
10521
10522 * configure.in: Detect declaration for canonicalize_file_name.
10523 * utils.c (canonicalize_file_name): Declare, if needed.
10524 (gdb_realpath): Prefer realpath if available and usable.
10525 * config.in, configure: Rebuild.
10526
10527 2002-03-14 Richard Henderson <rth@redhat.com>
10528
10529 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10530 a constant array bound.
10531
10532 * MAINTAINERS: Add myself to write-after-approval.
10533
10534 2002-03-14 Michael Snyder <msnyder@redhat.com>
10535
10536 * symfile.c (syms_from_objfile): Return immediately if no syms.
10537 (symbol_file_add): Return immediately if no syms.
10538 (find_sym_fns): Return immediately if no syms.
10539
10540 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10541
10542 * gdbserver/remote-util.c (remote_open): Print remote-side's
10543 IP address when remote debugging over the network.
10544
10545 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10546
10547 * config/sparc/fbsd.mh: Fix copyright.
10548 * config/sparc/fbsd.mt: Likewise.
10549
10550 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10551
10552 * MAINTAINERS: Fix typo in name of gdb warnings option.
10553 (x86-64): Fix formating so that this can be parsed by awk.
10554
10555 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10556
10557 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10558 * defs.h: Include "gdb/signals.h".
10559 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10560
10561 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10562
10563 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10564 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10565 from x86-64-tdep.h
10566
10567 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10568 Don Howard <dhoward@redhat.com>
10569
10570 * mips-tdep.c (ST0_FR): Define.
10571 (mips2_fp_compat): New function, temporarily disabled.
10572 (mips_read_fp_register_single): New function.
10573 (mips_read_fp_register_double): New function.
10574 (mips_print_register): Use them.
10575 (do_fp_register_row): Likewise.
10576
10577 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10578
10579 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10580 approval''.
10581
10582 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10583
10584 * stabsread.c (read_member_functions): Fix is_stub test for
10585 static member functions, improve comment.
10586
10587 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10588
10589 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10590 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10591 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10592 commands that set boolean values.
10593 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10594 (arm_rdi_resume): Always initialize PC.
10595 (arm_rdi_open): Don't use rslt as a boolean.
10596 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10597 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10598 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10599 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10600
10601 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10602
10603 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10604 * configure: Rebuilt.
10605
10606 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10607
10608 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10609 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10610
10611 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10612
10613 * cli/cli-decode.c (set_cmd_completer): New function.
10614 * command.h (set_cmd_completer): Declare.
10615 * cli/cli-decode.h (set_cmd_completer): Ditto.
10616
10617 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10618 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10619 * win32-nat.c (_initialize_inftarg): Ditto.
10620 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10621 * proc-api.c (_initialize_proc_api): Ditto.
10622 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10623 * source.c (_initialize_source): Ditto.
10624 * exec.c (_initialize_exec): Ditto.
10625 * solib.c (_initialize_solib): Ditto.
10626 * top.c (init_main): Ditto.
10627 * tracepoint.c (_initialize_tracepoint): Ditto.
10628 * symfile.c (_initialize_symfile): Ditto.
10629 * printcmd.c (_initialize_printcmd): Ditto.
10630 * infcmd.c (_initialize_infcmd): Ditto.
10631 * corefile.c (_initialize_core): Ditto.
10632
10633 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10634
10635 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10636
10637 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10638
10639 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10640
10641 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10642
10643 * NEWS: Update headings, 5.2 has branched.
10644
10645 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10646
10647 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10648 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10649 (register_addr, REGISTER_RAW_SIZE): Likewise.
10650 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10651 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10652
10653 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10654
10655 * MAINTAINERS (x86-64): Add myself.
10656 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10657 changed value_ptr -> struct value *
10658
10659 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10660
10661 * configure.host (sparc64-*-freebsd): Add.
10662 * configure.tgt: Likewise.
10663 * config/sparc/fbsd.mh: New file.
10664 * config/sparc/fbsd.mt: Likewise.
10665 * config/sparc/nm-fbsd.h: Likewise.
10666 * config/sparc/tm-fbsd.h: Likewise.
10667
10668 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10669
10670 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10671 regformats/reg-s390x.dat.
10672
10673 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10674
10675 * utils.c: Add FIXME explaining true/false problem.
10676
10677 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10678
10679 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10680
10681 2002-02-28 Michael Chastain <mec@shout.net>
10682
10683 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10684
10685 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10686
10687 * gdbserver/linux-s390-low.c: New file.
10688 * regformats/reg-s390.dat: New file.
10689 * regformats/reg-s390x.dat: New file.
10690 * gdbserver/configure.srv: Add S/390.
10691 * gdbserver/Makefile.in: Add S/390.
10692 * configure.tgt: Enable gdbserver for S/390.
10693
10694 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10695
10696 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10697 first line of the doc string for "info dos", except at the end of
10698 the sentence, since the short help stops at the first period.
10699
10700 2002-02-28 Jason Merrill <jason@redhat.com>
10701
10702 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10703
10704 2002-02-27 Fred Fish <fnf@redhat.com>
10705
10706 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10707 comment (dumy -> dummy).
10708
10709 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10710
10711 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10712
10713 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10714
10715 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10716
10717 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10718
10719 * gdbserver/acconfig.h: New file.
10720 * gdbserver/i387-fp.c: New file.
10721 * gdbserver/i387-fp.h: New file.
10722 * gdbserver/linux-x86-64.c: New file.
10723 * regformats/reg-x86-64.dat: New file.
10724 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10725 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10726 * gdbserver/configure.in: Add support for regsets.
10727 * gdbserver/config.in: Regenerate.
10728 * gdbserver/configure: Regenerate.
10729 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10730 * gdbserver/linux-low.h: New file.
10731 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10732 for regsets.
10733 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10734 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10735 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10736 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10737 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10738 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10739 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10740 "i387-fp.h". Add PTRACE_GETREGS and friends.
10741 * gdbserver/regcache.c (supply_register): New function.
10742 (supply_register_by_name): New function.
10743 (collect_register): New function.
10744 (collect_register_by_name): New function.
10745
10746 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10747
10748 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10749 (config.status): Add configure.srv dependency.
10750 (server_h): Add config.h dependency.
10751
10752 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10753
10754 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10755 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10756 * gdbserver/configure.srv: Change i386-*-linux* to use
10757 reg-i386-linux.o.
10758
10759 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10760
10761 * x86-64-tdep.c: Re-indent. Update copyright date.
10762
10763 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10764
10765 From Michal Ludvig <mludvig@suse.cz>:
10766 * x86-64-tdep.c (value.h): Delete.
10767 (gdb_assert.h): Include.
10768 (x86_64_register_convert_to_virtual,
10769 x86_64_register_convert_to_raw ): Add check which lets only
10770 floating-point values to be converted.
10771 (value_push): Delete.
10772 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10773 (i386_gdbarch_init): Number of register_bytes fixed.
10774
10775 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10776
10777 * MAINTAINERS: Add x86-64 target.
10778
10779 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10780
10781 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10782 * osfsolib.c (solib_map_sections): Ditto.
10783 * irix5-nat.c (solib_map_sections): Ditto.
10784 * corelow.c (gdb_check_format): Ditto.
10785 * symfile.c (symfile_bfd_open): Ditto.
10786 * solib.c (solib_map_sections): Ditto.
10787 Fix PR gdb/354.
10788
10789 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10790
10791 * remote.c (_initialize_remote): By default, disable ``e'' and
10792 ``E'' step out-of-range packets.
10793
10794 2002-02-26 Andreas Schwab <schwab@suse.de>
10795
10796 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10797 m68k_linux_frame_saved_pc.
10798 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10799 in_sigtramp.
10800 (SIGCONTEXT_PC_OFFSET): Remove.
10801 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10802 m68k_linux_sigtramp_saved_pc): New functions.
10803 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10804 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10805 (UCONTEXT_PC_OFFSET): Define.
10806 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10807 non-RT and RT signal trampolines.
10808
10809 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10810
10811 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10812 (TARGET_NBPG, STACK_END_ADDR): Delete
10813 (VARIABLES_INSIDE_BLOCK): Delete.
10814
10815 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10816
10817 * utils.c (perror_with_name): Make string parameter constant.
10818 (print_sys_errmsg): Ditto.
10819 (query): Ditto.
10820 * defs.h (perror_with_name): Update.
10821 (print_sys_errmsg): Update.
10822 (query): Update.
10823
10824 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10825
10826 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10827 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10828
10829 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10830
10831 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10832 if it already matches the current architecture from the exec file.
10833 Include arch-utils.h for gdbarch_info_init prototype.
10834 * Makefile.in (rs6000-nat.o): Update dependencies.
10835
10836 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10837
10838 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10839 list of exported variables.
10840
10841 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10842
10843 * gdbserver/configure.srv: New file.
10844 * gdbserver/configure.in: Use configure.srv instead
10845 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10846 from it.
10847 * gdbserver/configure: Regenerated.
10848 * gdbserver/terminal.h: New file.
10849 * gdbserver/Makefile.in: Update for configure changes. Remove
10850 more unneeded include paths.
10851
10852 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10853
10854 From wiz at danbala:
10855 * config/sparc/tm-sp64.h: Fix grammar and typos.
10856 Fix PR gdb/287.
10857
10858 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10859
10860 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10861 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10862 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10863 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10864 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10865 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10866 * s390-tdep.c: Ditto.
10867 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10868 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10869 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10870 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10871 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10872 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10873 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10874 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10875 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10876 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10877 Fix PR gdb/378.
10878
10879 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10880
10881 * lin-thread.c: Delete file.
10882 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10883 to gdb_proc_service.h.
10884 * configure: Re-generate.
10885
10886 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10887 * serial.c (serial_open): Delete check for "ocd".
10888 Fix PR gdb/349.
10889
10890 * Makefile.in (linux-thread.o): Delete target.
10891 * linux-thread.c: Delete file.
10892
10893 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10894 renamed SH files to be consistent.
10895
10896 * symtab.c (sort_search_symbols): Use xfree.
10897
10898 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10899
10900 * arm-linux-tdep.c (arm_linux_init_abi): Register
10901 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10902 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10903 definition with undef, since we don't want the sysvr4 definition.
10904 (SKIP_TRAMPOLINE_CODE): Likewise.
10905
10906 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10907
10908 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10909
10910 * configure.in: (AC_CHECK_FUNCS) Added test for
10911 canonicalize_file_name Regenerated.
10912 * config.in, configure: Regenerated.
10913 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10914 defined use canonicalize_file_name.
10915
10916 2002-02-23 Michael Chastain <mec@shout.net>
10917
10918 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10919
10920 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10921
10922 * README: Remove references to cygnus.com.
10923 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10924 dot com'' form. Remove references to cygnus.com and sourceware.
10925
10926 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10927
10928 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10929 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10930 1003.1-2001 no longer allows "head -1".
10931 * gdb/Makefile.in (version.c): Likewise.
10932 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10933 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10934 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10935
10936 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10937
10938 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10939 * command.h (cmd_cfunc_eq): Declare.
10940 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10941
10942 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10943 ``struct cmd_list_element *''.
10944 * cli/cli-cmds.c (is_complete_command): Update. Use
10945 cmd_cfunc_eq.
10946 * top.c (execute_command): Pass the command to
10947 is_complete_command.
10948 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10949
10950 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10951
10952 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10953 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10954 architecture defines.
10955 * s390-tdep.c (s390_gdbarch_init): Likewise.
10956
10957 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10958
10959 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10960 (arm_linux_push_arguments): Likewise.
10961 (arm_linux_init_abi): Register them. Also register linux-specific
10962 call_dummy_words.
10963 (find_minsym_and_objfile): Use strcmp, not STREQ.
10964 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10965 (arm_linux_call_dummy_words): Delete declaration.
10966 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10967 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10968 declarations.
10969 (LOWEST_PC): Delete.
10970
10971 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10972
10973 * maint.c (print_section_info): Do not prepend `0x' to filepos
10974 output, it will be handled by local_hex_string_custom.
10975
10976 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10977
10978 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10979 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10980 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10981
10982 2002-02-22 Jim Blandy <jimb@redhat.com>
10983
10984 Indicate that the bcache functions don't change the strings
10985 they're passed.
10986 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10987 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10988
10989 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10990
10991 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10992
10993 2002-02-21 Christopher Faylor <cgf@redhat.com>
10994
10995 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10996 find the complete path to a loaded DLL.
10997
10998 2002-02-21 Fred Fish <fnf@redhat.com>
10999
11000 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
11001 that marks the end of the range of a function, enter a line number
11002 entry that has a line number of zero and a PC offset that matches
11003 the end of the function. This starts a range of PC's for which no
11004 line number information is known.
11005 * symtab.c (find_pc_sect_line): If our best fit is in a range of
11006 PC's for which no line number info is found (line number is zero)
11007 then we didn't find any valid line information.
11008 * symtab.h: Document use of zero line number entry.
11009
11010 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
11011
11012 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
11013 (have_ptrace_getvrregs): Define for run time checks.
11014 (gdb_vrregset_t): New type for Altivec register handling.
11015 (fetch_register, store_register): Fetch/store altivec register
11016 when needed.
11017 (fetch_altivec_register, store_altivec_register): New functions.
11018 (supply_vrregset, fill_vrregset): New functions.
11019 (fetch_altivec_registers, store_altivec_registers): New functions.
11020 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
11021 registers as well.
11022
11023 2002-02-21 Jiri Smid <smid@suse.cz>
11024
11025 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
11026
11027 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
11028
11029 * Makefile.in (armnbsd-nat.o): Update dependencies.
11030 * armnbsd-nat.c (supply_gregset): New function. Common code to
11031 supply the integer register set.
11032 (supply_fparegset): New function. Similar for FPA registers.
11033 (fetch_regs, fetch_fp_regs): Use them.
11034 (fetch_core_registers): Likewise.
11035 (fetch_elfcore_registers): New function.
11036 (arm_netbsd_elfcore_fns): New core-file type specification.
11037 (_initialize_arm_netbsd_nat): Register it.
11038
11039 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
11040
11041 * armnbsd-nat.c: Include gdbcore.h.
11042 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
11043 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
11044 'void' to declaration, to shut up ARI.
11045 (fetch_core_registers): Make static. Rewrite using supply_register.
11046 (arm_netbsd_core_fns): New core-file type specification.
11047 (_initialize_arm_netbsd_nat): New function.
11048
11049 2002-02-21 Christopher Faylor <cgf@redhat.com>
11050
11051 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
11052 value.
11053
11054 2002-02-20 Christopher Faylor <cgf@redhat.com>
11055
11056 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
11057 fails.
11058
11059 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11060
11061 * jv-exp.y (parse_number): Change type of implicit longs
11062 to builtin_type_uint64.
11063
11064 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11065
11066 * gdbserver/linux-low.c (mywait): Change argument to waitpid
11067 to be an integer instead of a `union wait'.
11068
11069 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11070
11071 * mips-linux-nat.c: Call the operating system GNU/Linux.
11072 * mips-linux-tdep.c: Likewise.
11073 * mips-tdep.c: Likewise.
11074
11075 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11076
11077 Fix PR gdb/265.
11078 * jv-exp.y (parse_number): Handle 64-bit integers.
11079
11080 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11081
11082 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
11083 AC_STDC_HEADERS to AC_HEADER_STDC.
11084 * gdbserver/configure: Regenerated.
11085
11086 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11087
11088 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
11089 is defined.
11090 * sparc-tdep.c (get_longjmp_target): Likewise.
11091
11092 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11093
11094 * News: Add news about ARM and Multi-arch. Mention the new target
11095 arm*-*-netbsd*.
11096
11097 2002-02-19 Jim Blandy <jimb@redhat.com>
11098
11099 * stabsread.c (error_type_complaint): Improve error message.
11100
11101 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
11102
11103 * gdbserver/README: Update documentation.
11104 * gdbserver/configure.in: Update configury to match documentation.
11105 * gdbserver/Makefile.in: Likewise.
11106 * gdbserver/configure: Regenerated.
11107 * gdbserver/aclocal.m4: New file, generated by aclocal.
11108 * gdbserver/config.in: New file, generated by autoheader.
11109
11110 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11111
11112 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
11113 armnbsd-nat.c.
11114
11115 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11116
11117 * arm-tdep.h (enum arm_float_model): New enum.
11118 (struct gdbarch_tdep): Add fp_model.
11119 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
11120 up floating-point conversions until we know the floating-point model
11121 in use by the inferior. Don't complain about being unable to
11122 determine the ABI of the inferior when we don't have one.
11123 (arm_extract_return_value): Support different floating-point models.
11124 (arm_store_return_value): Likewise.
11125 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
11126 ARM_FLOAT_SOFT.
11127 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
11128
11129 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11130
11131 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
11132 of ``current_gdbarch''.
11133
11134 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11135
11136 * armnbsd-nat.c : ANSIfy all function declarations.
11137 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
11138 (fetch_inferior_registers): Re-implement in terms of above.
11139 (store_register, store_regs, store_fp_register, store_fp_regs): New.
11140 (store_inferior_registers): Re-implement in terms of above.
11141
11142 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11143
11144 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
11145 kernel.
11146 * arm-linux-tdep.c: Likewise.
11147 * config/arm/tm-linux.h: Likewise.
11148
11149 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11150
11151 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
11152 * config/arm/nbsd.mt (TM_FILE): Delete.
11153 * config/arm/tm-nbsd.h: Delete.
11154
11155 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11156
11157 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
11158 Initialize CALL_DUMMY_LENGTH.
11159
11160 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11161
11162 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
11163 function.
11164 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
11165 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
11166 defines one thing and that is incorrect for this port.
11167 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
11168
11169 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11170
11171 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
11172
11173 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11174
11175 * win32-nat.c (display_selector): New function. Displays information
11176 about the information returned by GetThreadSelectorEntry API function.
11177 (display_selectors): New function. Displays the infomation of
11178 the selector given as argument, or of CS, DS ans FS selectors
11179 if no argument is given.
11180 ( _initialize_inftarg): Add "w32" as info prefix command.
11181 Add "info w32 selector" as command calling display_selectors.
11182
11183 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11184
11185 * i386-tdep.c (get_longjmp_target): Fix compilation failure
11186 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
11187 if not defined.
11188
11189 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11190
11191 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
11192
11193 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11194
11195 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
11196 (arm_fix_call_dummy): Call it.
11197 (arm_call_dummy_breakpoint_offset): Delete.
11198 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
11199 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11200
11201 2002-02-18 Andrew Cagney <ac131313@redhat.com>
11202
11203 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
11204 Default to func_frame_chain_valid.
11205 * gdbarch.h, gdbarch.c: Re-generate.
11206 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11207
11208 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
11209
11210 * ppc-linux-nat.c: Update copyright.
11211 (fetch_register, store_register): Add tid parameter, don't compute
11212 tid here.
11213 (fetch_ppc_registers, store_ppc_registers): Add tid
11214 parameter. Pass it along to callees.
11215 (fetch_inferior_registers, store_inferior_registers): Compute tid
11216 here, and pass it to calleed functions.
11217 (fill_gregset, supply_fpregset): Clean up formatting.
11218
11219 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11220
11221 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11222 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11223
11224 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11225
11226 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11227 * gdbarch.c gdbarch.h: Regenerate.
11228 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11229 function.
11230 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11231 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11232 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11233
11234 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11235 * arm-tdep.c (arm_get_longjmp_target): New function.
11236 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11237 this to a positive value register arm_get_longjmp_target as the
11238 longjmp handler.
11239 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11240 (arm_linux_init_abi): Set up longjmp description in tdep.
11241 * armnbsd-nat.c (get_longjmp_target): Delete.
11242 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11243 description in tdep.
11244 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11245 (get_longjmp_target): Delete declaration.
11246 (GET_LONGJMP_TARGET): Delete.
11247 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11248 (GET_LONGJMP_TARGET): Delete.
11249
11250 2002-02-17 Kevin Buettner <kevinb@redhat.com>
11251
11252 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11253 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11254 of ``current_gdbarch''.
11255
11256 2002-02-17 Tom Tromey <tromey@redhat.com>
11257
11258 * cli/cli-cmds.c (compare_strings): New function.
11259 (complete_command): Only print each unique item once.
11260 * completer.h (complete_line): Declare.
11261 * completer.c (complete_line): New function.
11262 (line_completion_function): Use it.
11263
11264 2002-02-16 Andrew Cagney <ac131313@redhat.com>
11265
11266 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11267 * gdbarch.h, gdbarch.c: Re-generate.
11268
11269 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11270
11271 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11272
11273 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11274
11275 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11276 * valops.c (value_arg_coerce): Don't take the address of a reference
11277 to convert an argument to a reference.
11278
11279 2002-02-15 Christopher Faylor <cgf@redhat.com>
11280
11281 * win32-nat.c (get_image_name): New function.
11282 (handle_load_dll): Use get_image_name function.
11283 (get_child_debug_event): Avoid registering debug events until possibly
11284 execed process is started.
11285 (child_create_inferior): Allow invocation via shell so that command
11286 line redirection, etc. works ok.
11287 (_initialize_inftarg): Add new command: "set shell" to control whether
11288 a shell is used to start a process.
11289
11290 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11291
11292 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11293 instead of find_register_by_number.
11294 (cannot_store_register): Likewise.
11295
11296 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11297
11298 * dwarf2read.c: Replace fprintf (stderr, ...) by
11299 fprintf_unfiltered (gdb_stderr, ...).
11300
11301 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11302
11303 * gdbserver/gdbserver.1: Document --attach.
11304
11305 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11306
11307 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11308 descriptions.
11309 * arm-tdep.c (arm_default_arm_le_breakpoint)
11310 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11311 (arm_default_thumb_be_breakpoint): New. Initialize them from
11312 traditional breakpoint defines.
11313 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11314 (arm_gdbarch_init): Initialize new breakpoint variables.
11315 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11316 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11317 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11318 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11319 code out to ...
11320 (arm_netbsd_init_abi_common): ... here; new function.
11321 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11322 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11323 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11324 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11325
11326 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11327
11328 * arm-tdep.h (enum arm_abi): New enum.
11329 (struct gdbarch_tdep): New structure.
11330 (LOWEST_PC): Provide a default.
11331 (arm_gdbarch_register_os_abi): Declare new function.
11332 * arm-tdep.c (arm_abi_names): New array.
11333 (process_note_abi_tag_sections): New function.
11334 (get_elfosabi): New function.
11335 (arm_gdbarch_register_os_abi): New function.
11336 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11337 support for that ABI has been built in, then call the appropriate
11338 configuration routine. Use gdbarch_num_regs() to get the number
11339 of registers.
11340 (arm_dump_tdep): New function.
11341 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11342 place-holder functions.
11343 (_initialize_arm_tdep): Register them.
11344 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11345
11346 * armnbsd-tdep.c: New file.
11347 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11348 * config/arm/nbsd.mt (TDEPFILES): Add it.
11349 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11350
11351 * armnbsd-nat.c: Include regcache.h.
11352 * Makefile.in (armnbsd-nat.o): Update dependency list.
11353
11354 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11355
11356 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11357
11358 * gdbserver/Makefile.in: Fix typos in target rules.
11359
11360 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11361
11362 Fix part of PR gdb/267.
11363 * linespec.c (find_methods): Handle constructors specially for now.
11364
11365 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11366
11367 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11368 handling.
11369 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11370 standard_coerce_float_to_double().
11371
11372 2002-02-14 Christopher Faylor <cgf@redhat.com>
11373
11374 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11375 GDBINIT_FILENAME.
11376
11377 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11378
11379 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11380 find_variant_by_name, because it confuses the multiarch
11381 framework. Return NULL if there isn't an architecture with the
11382 user supplied name, instead of forcing a different one without
11383 recording the change with the multiarch machinery.
11384 (find_variant_by_name): Delete.
11385
11386 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11387
11388 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11389 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11390
11391 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11392
11393 * stack.c (print_frame_info_base): When calling
11394 print_frame_info_listing_hook, set current_source_symtab.
11395
11396 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11397
11398 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11399 and remove unused $(INCLUDE_DIR).
11400 Add regcache.c to OBS.
11401 Add generated register protocol files to clean target.
11402 Update dependencies for new objects, obsolete old target code.
11403
11404 * gdbserver/linux-low.c: Remove all platform-specific code to
11405 new files. Remove various dead code. Update to use regcache
11406 functionality.
11407 * gdbserver/remote-utils.c (fromhex): Add return statement
11408 to quiet warning.
11409 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11410 constant.
11411 (input_interrupt): Add integer parameter to match prototype
11412 of a signal handler.
11413 (outreg): Use register_data ().
11414 (prepare_resume_reply): Use gdbserver_expedite_regs.
11415 * gdbserver/server.c (main): Dynamically allocate own_buf because
11416 PBUFSIZ is no longer constant. Use registers_to_string () and
11417 registers_from_string ().
11418 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11419 for error (), fatal (), and warning (). Update definition of
11420 PBUFSIZ to use regcache functionality. Add include guard.
11421 * gdbserver/utils.c (fatal): Add missing ``const''.
11422 (warning): New function.
11423
11424 * regformats/regdat.sh: Include "regcache.h" in generated files.
11425 Provide init_registers () function.
11426 * regformats/regdef.h: Add prototype for set_register_cache ().
11427 Add include guard.
11428
11429 * gdbserver/linux-arm-low.c: New file.
11430 * gdbserver/linux-i386-low.c: New file.
11431 * gdbserver/linux-ia64-low.c: New file.
11432 * gdbserver/linux-m68k-low.c: New file.
11433 * gdbserver/linux-mips-low.c: New file.
11434 * gdbserver/linux-ppc-low.c: New file.
11435 * gdbserver/linux-sh-low.c: New file.
11436
11437 * gdbserver/regcache.c: New file.
11438 * gdbserver/regcache.h: New file.
11439
11440 * gdbserver/low-linux.c: Removed obsolete file.
11441
11442 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11443
11444 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11445 * config/i386/linux.mt: Likewise.
11446 * config/ia64/linux.mt: Likewise.
11447 * config/m68k/linux.mh: Likewise.
11448 * config/powerpc/linux.mh: Likewise.
11449 * config/mips/linux.mt: Likewise.
11450
11451 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11452
11453 * config/i386/i386lynx.mh: Mark gdbserver variables
11454 as (currently) obsolete for this target.
11455 * config/i386/nbsd.mt: Likewise.
11456 * config/i386/nbsdelf.mt: Likewise.
11457 * config/m32r/m32r.mt: Likewise.
11458 * config/m68k/m68klynx.mh: Likewise.
11459 * config/m68k/nbsd.mt: Likewise.
11460 * config/m68k/sun3os4.mh: Likewise.
11461 * config/mips/vr5000.mt: Likewise.
11462 * config/ns32k/nbsd.mt: Likewise.
11463 * config/pa/hppabsd.mh: Likewise.
11464 * config/pa/hppaosf.mh: Likewise.
11465 * config/powerpc/nbsd.mt: Likewise.
11466 * config/rs6000/rs6000lynx.mh: Likewise.
11467 * config/s390/s390.mt: Likewise.
11468 * config/s390/s390x.mt: Likewise.
11469 * config/sparc/sparclynx.mh: Likewise.
11470 * config/sparc/sun4os4.mh: Likewise.
11471 * config/i386/x86-64linux.mt: Likewise.
11472 * config/sparc/linux.mh: Likewise.
11473
11474 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11475
11476 * configure.tgt: Configure gdbserver only for known working
11477 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11478 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11479 SUBDIRS if it is configured. Update comment for ${nativefile}.
11480 * configure: Regenerated.
11481
11482 2002-02-13 Michael Snyder <msnyder@redhat.com>
11483
11484 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11485
11486 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11487 (default_gcore_mach): Just return 0, work around a problem in bfd.
11488 (default_gcore_target): OK to return NULL if exec_bfd is null.
11489 (make_mem_sec): Use a cast, avoid a warning.
11490
11491 * procfs.c (find_memory_regions_callback): Use a cast instead of
11492 calling host_pointer_to_address (which complains if
11493 sizeof (host pointer) != sizeof (target pointer)).
11494 (procfs_make_note_section): Avoid overflow in psargs string.
11495
11496 * procfs.c (procfs_make_note_section): Make the default
11497 implementation return an error.
11498
11499 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11500
11501 * procfs.c (procfs_make_note_section): Provide a default definition
11502 (for alpha-dec-osf4.0f). Fix typos.
11503
11504 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11505
11506 * linux-proc.c: Add include of regcache.h.
11507 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11508
11509 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11510
11511 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11512 * memattr.c (create_mem_region): Disallow useless empty region.
11513 Regions are half-open intervals, so allow [A..B) [B..C) as
11514 non-overlapping.
11515
11516 2002-02-13 Michael Chastain <mec@shout.net>
11517
11518 * defs.h: Kill CONST_PTR.
11519 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11520 * c-lang.c (c_builtin_types): Likewise.
11521 * ch-lang.c (ch_builtin_types): Likewise.
11522 * f-lang.c (f_builtin_types): Likewise.
11523 * language.c (unknown_builtin_types): Likewise.
11524 * m2-lang.c (m2_builtin_types): Likewise.
11525 * p-lang.c (pascal_builtin_types): Likewise.
11526 * scm-lang.c (c_builtin_types): Likewise.
11527
11528 2002-02-13 Keith Seitz <keiths@redhat.com>
11529
11530 * arm-tdep.h (arm_get_next_pc): Add declaration.
11531
11532 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11533
11534 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11535 with other related struct-returning functions.
11536 (arm_extract_struct_value_address): New function.
11537 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11538 initialize float_format, double_format and long_double_format as
11539 appropriate to the endianness of the target.
11540 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11541 (arm_use_struct_convention): Delete declaration.
11542 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11543
11544 2002-02-13 Keith Seitz <keiths@redhat.com>
11545
11546 * defs.h (core_addr_to_string_nz): New function.
11547
11548 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11549
11550 Apply missing bits of 2002-01-15 patch.
11551 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11552 (fill_fpregset): Use i387_fill_fsave.
11553
11554 2002-02-12 Keith Seitz <keiths@redhat.com>
11555
11556 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11557 (core_addr_to_string_nz): New function.
11558
11559 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11560
11561 * arm-linux-nat.c: Really include arm-tdep.h.
11562 * config/arm/tm-linux.h (struct type, struct value): Declare.
11563
11564 2002-02-11 Michael Snyder <msnyder@redhat.com>
11565
11566 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11567 (gcore section): Ifdef for Solaris and Unixware only.
11568 (procfs_do_thread_registers): Unixware needs one lwpstatus
11569 per thread (not one prstatus or pstatus).
11570 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11571 not over all gdb threads. For unixware, call elfcore_write_pstatus
11572 once before iterating over threads.
11573
11574 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11575
11576 * arm-tdep.h: New file.
11577 * arm-tdep.c: Include arm-tdep.h.
11578 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11579 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11580 (arm_print_float_info, arm_register_type, convert_to_extended)
11581 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11582 (arm_extract_return_value, arm_register_name): Make static.
11583 (arm_software_single_step): Similarly. Fix types in declaration.
11584 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11585 (arm_store_return_value, arm_store_struct_return): New functions.
11586 (arm_gdbarch_init): Register the above functions. Also register
11587 call_dummy_start_offset, sizeof_call_dummy_words,
11588 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11589 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11590 max_register_virtual_size, register_size. Set up
11591 prologue_cache.saved_regs here, rather than ...
11592 (_initialize_arm_tdep): ... here.
11593 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11594 declarations.
11595 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11596 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11597 (arm_print_float_info, arm_register_type, convert_to_extended)
11598 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11599 (arm_extract_return_value, arm_register_name): Delete declarations.
11600 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11601 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11602 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11603 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11604 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11605 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11606 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11607 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11608 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11609 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11610 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11611 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11612 interface.
11613 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11614 * remote-rdi.c remote-rdp.c: Likewise.
11615 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11616 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11617 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11618 definition.
11619
11620 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11621 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11622 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11623 from non-ARM_ prefixed definitions.
11624 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11625 all uses of above.
11626 * remote-rdi.c remote-rdp.c: Likewise.
11627 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11628
11629 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11630
11631 * arm-tdep.c (arm_frameless_function_invocation)
11632 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11633 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11634 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11635 (arm_pop_frame, arm_get_next_pc): Make static.
11636 (arm_gdbarch_init): Register above in gdbarch structure.
11637 (arm_read_fp): Renamed from arm_target_read_fp.
11638 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11639 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11640 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11641 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11642 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11643 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11644 (arm_pc_is_thumb_dummy): Delete declarations.
11645 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11646 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11647 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11648 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11649
11650 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11651
11652 * symtab.c (compare_search_syms): New function.
11653 (sort_search_symbols): New function.
11654 (search_symbols): Sort symbols after searching rather than
11655 before.
11656
11657 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11658
11659 * NEWS: Linux -> GNU/Linux.
11660
11661 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11662
11663 * gdbarch.sh: For for level one methods, disallow a definition
11664 when partially multi-arched. Add comments explaining rationale.
11665 * gdbarch.h: Re-generate.
11666
11667 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11668
11669 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11670 multi-arch partial.
11671
11672 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11673
11674 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11675 field. Use diff -u.
11676 * gdbarch.c: Re-generate.
11677
11678 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11679
11680 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11681 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11682 partial.
11683
11684 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11685
11686 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11687 multi-arch partial.
11688 (PUSH_ARGUMENTS): Switch to using predefault.
11689 * gdbarch.c: Regenerate.
11690
11691 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11692
11693 * valops.c (PUSH_ARGUMENTS): Delete definition.
11694 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11695 partial. Default to default_push_arguments.
11696 * gdbarch.h, gdbarch.c: Regenerate.
11697
11698 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11699
11700 * defs.h (throw_exception): Rename return_to_top_level. Update
11701 comments.
11702 * utils.c (error_stream, internal_verror, quit): Ditto.
11703 * top.c (throw_exception, catcher): Ditto.
11704 * sparclet-rom.c (sparclet_load): Ditto.
11705 * remote.c (interrupt_query, minitelnet): Ditto.
11706 * remote-sds.c (interrupt_query): Ditto.
11707 * remote-mips.c (mips_error, mips_kill): Ditto.
11708 * ocd.c (interrupt_query): Ditto.
11709 * monitor.c (monitor_interrupt_query): Ditto.
11710 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11711 * target.h: Update comment.
11712
11713 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11714
11715 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11716
11717 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11718 default_double_format.
11719 * gdbarch.h, gdbarch.c: Re-generate.
11720 * findvar.c (floatformat_unknown): Delete variable definition.
11721 * doublest.h (floatformat_unknown): Delete variable declaration.
11722
11723 2002-02-09 Jim Blandy <jimb@redhat.com>
11724
11725 * stabsread.c (read_type): Add code to parse Sun's syntax for
11726 prototyped function types.
11727
11728 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11729
11730 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11731 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11732
11733 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11734
11735 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11736 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11737 now _initialize_xcoffsolib gets called again and overrides the
11738 commands from solib.c in a native configuration.
11739
11740 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11741
11742 * doublest.c (store_typed_floating): Don't try to return a value.
11743 Fixes PR gdb/290.
11744
11745 2002-02-08 Jim Blandy <jimb@redhat.com>
11746
11747 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11748 is prototyped and has no arguments, print its argument list as
11749 `(void)'.
11750
11751 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11752
11753 * MAINTAINERS (write-after-approval): Add myself.
11754 (paper-trail): I've escaped!
11755
11756 2002-02-08 Christopher Faylor <cgf@redhat.com>
11757
11758 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11759 changes.
11760 (_initialize_check_for_gdb_ini): Ditto.
11761
11762 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11763
11764 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11765 xaprintf -> xasprintf.
11766
11767 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11768
11769 * win32-nat.c: Remove use of printf and sprintf functions.
11770
11771 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11772
11773 * arm-tdep.c (arm_frame_chain_valid): Make static.
11774 (arm_push_arguments): Likewise.
11775 (arm_gdbarch_init): New function.
11776 (_initialize_arm_tdep): Call it.
11777 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11778 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11779 (FRAME_CHAIN_VALID): Delete.
11780 (arm_frame_chain_valid): Delete declaration.
11781 (PUSH_ARGUMENTS): Delete.
11782 (arm_push_arguments): Delete declaration.
11783 (CALL_DUMMY_P): Delete.
11784
11785 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11786 Corinna Vinschen <vinschen@redhat.com>
11787
11788 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11789 on builtin float types.
11790
11791 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11792
11793 * utils.c: Include <curses.h> before "bfd.h".
11794 * tui/tui-hooks.c: Likewise.
11795 * tui/tui.c: Likewise.
11796 * tui/tuiCommand.c: Likewise.
11797 * tui/tuiData.c: Likewise.
11798 * tui/tuiDataWin.c: Likewise.
11799 * tui/tuiDisassem.c: Likewise.
11800 * tui/tuiGeneralWin.c: Likewise.
11801 * tui/tuiIO.c: Likewise.
11802 * tui/tuiLayout.c: Likewise.
11803 * tui/tuiRegs.c: Likewise.
11804 * tui/tuiSource.c: Likewise.
11805 * tui/tuiSourceWin.c: Likewise.
11806 * tui/tuiStack.c: Likewise.
11807 * tui/tuiWin.c: Likewise.
11808
11809 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11810
11811 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11812 to include space for pseudoregs as well. Update loops accordingly.
11813 (sh_fp_frame_init_saved_regs): Ditto.
11814 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11815
11816 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11817
11818 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11819 Add Richard Earnshaw to Arm maintainers.
11820
11821 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11822
11823 * defs.h (warning_begin): Delete declaration.
11824
11825 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11826 Delete macro.
11827
11828 2002-02-07 Michael Snyder <msnyder@redhat.com>
11829
11830 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11831 Logic bug, remove misplaced else.
11832
11833 2002-02-07 Klee Dienes <klee@apple.com>
11834
11835 * fork-inferior.c (fork_inferior): Add '!' to the list of
11836 characters that need to be quoted when building a string for the
11837 shell. Quote '!' specifically with a backslash, since CSH chokes
11838 when trying to evaluate "str!str".
11839
11840 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11841
11842 * rdi-share/host.h: Only provide a typedef for bool if it is not
11843 defined.
11844
11845 2002-02-04 Michael Snyder <msnyder@redhat.com>
11846
11847 * breakpoint.h (enum bptype): Add new overlay event bp type.
11848 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11849
11850 * breakpoint.c (create_internal_breakpoint): New function.
11851 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11852 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11853 (create_thread_event_breakpoint): Ditto.
11854 (create_solib_event_breakpoint): Ditto.
11855 (create_overlay_event_breakpoint): New function.
11856 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11857 (update_breakpoints_after_exec): Delete and re-initialize
11858 overlay event breakpoints after an exec. Add FIXME comment
11859 about longjmp breakpoint.
11860 (print_it_typical): Ignore overlay event breakpoints.
11861 (print_one_breakpoint): Ditto.
11862 (mention): Ditto.
11863 (bpstat_what): Do not stop for overlay event breakpoints.
11864 (delete_breakpoint): Don't delete overlay event breakpoints.
11865 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11866 (breakpoint_re_set): Re-create overlay event breakpoint.
11867
11868 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11869 (overlay_manual_command): Disable overlay breakpoints.
11870 (overlay_off_command): Disable overlay breakpoints.
11871
11872 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11873
11874 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11875 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11876 to here from config/tm-arm.h.
11877 (coff_sym_is_thumb): Make static.
11878 (arm_elf_make_msymbol_special): New function.
11879 (arm_coff_make_msymbol_special): New function.
11880 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11881 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11882 (coff_sym_is_thumb): Delete declaration.
11883 (arm_elf_make_msymbol_special): Declare.
11884 (arm_coff_make_msymbol_special): Declare.
11885 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11886 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11887
11888 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11889
11890 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11891
11892 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11893
11894 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11895 * gdbarch.c gdbarch.h: Regenerate.
11896 * arch-utils.c (default_print_float_info): New function.
11897 * arch-utils.h (default_print_float_info): Prototype it.
11898 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11899 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11900 (PRINT_FLOAT_INFO): Document it.
11901
11902 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11903 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11904 (PRINT_FLOAT_INFO): Define.
11905
11906 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11907
11908 * win32-nat.c (_initialize_check_for_gdb_ini):
11909 Add typecast to sprintf argument to suppress a warning.
11910
11911 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11912
11913 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11914 to allow easier handling of pass state.
11915 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11916 that gives exception name and address.
11917 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11918 and set last_sig value to ourstatus->value.sig. Some missing
11919 exceptions added.
11920 (child_continue): Correctly report continue_status.
11921 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11922 TARGET_SIGNAL_0 (new default value).
11923 (child_resume): consider sig argument passed to decide if
11924 the exception should be passed to debuggee or not.
11925
11926 2002-02-05 Michael Snyder <msnyder@redhat.com>
11927
11928 * regcache.c (fetch_register): Call target_fetch_register
11929 only if we don't call FETCH_PSEUDO_REGISTER.
11930 (store_register): Call target_store_register only if we
11931 don't call STORE_PSEUDO_REGISTER.
11932
11933 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11934
11935 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11936 ELF_MAKE_MSYMBOL_SPECIAL.
11937 * gdbarch.c, gdbarch.h: Regenerate.
11938 * arch-utils.c (default_make_msymbol_special): New function.
11939 * arch-utils.h (default_make_msymbol_special): Export.
11940 * elfread.c (elf_symtab_read): Compile use of
11941 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11942 multiarched.
11943 * coffread.c (coff_symtab_read): Ditto, for
11944 COFF_MAKE_MSYMBOL_SPECIAL.
11945
11946 2002-02-05 Jim Blandy <jimb@redhat.com>
11947
11948 * solib-svr4.c (svr4_truncate_ptr): New function.
11949 (svr4_relocate_section_addresses): Do the address arithmetic with
11950 the appropriate truncation for target addresses, even when
11951 CORE_ADDR is larger than a target address.
11952
11953 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11954
11955 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11956 to (int *).
11957
11958 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11959
11960 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11961 code.
11962
11963 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11964
11965 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11966
11967 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11968
11969 * gdbserver/linux-low.c: Remove unused include files.
11970
11971 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11972
11973 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11974 (read_inferior_memory): Use it.
11975 (write_inferior_memory): Likewise.
11976
11977 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11978
11979 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11980 grubbing through sys_errlist.
11981
11982 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11983
11984 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11985
11986 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11987 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11988
11989 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11990
11991 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11992 (do_sfunc, set_cmd_sfunc): New functions.
11993
11994 * command.h (struct cmd_list_element): Add field func.
11995 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11996 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11997 * cli/cli-decode.h: Ditto.
11998
11999 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
12000 (help_all, help_cmd_list): Ditto.
12001 (find_cmd, complete_on_cmdlist): Ditto.
12002 * top.c (execute_command): Ditto.
12003
12004 * cli/cli-setshow.c (do_setshow_command): Call func instead of
12005 function.sfunc.
12006
12007 * infcmd.c (notice_args_read): Fix function signature.
12008
12009 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
12010 * cli/cli-decode.c (add_set_cmd): Ditto.
12011 * utils.c (initialize_utils): Ditto.
12012 * maint.c (_initialize_maint_cmds): Ditto.
12013 * infrun.c (_initialize_infrun): Ditto.
12014 * demangle.c (_initialize_demangler): Ditto.
12015 * remote.c (add_packet_config_cmd): Ditto.
12016 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12017 * cris-tdep.c (_initialize_cris_tdep): Ditto.
12018 * proc-api.c (_initialize_proc_api): Ditto.
12019 * kod.c (_initialize_kod): Ditto.
12020 * valprint.c (_initialize_valprint): Ditto.
12021 * top.c (init_main): Ditto.
12022 * infcmd.c (_initialize_infcmd): Ditto.
12023 * corefile.c (_initialize_core): Ditto.
12024 * arm-tdep.c (_initialize_arm_tdep): Ditto.
12025 * arch-utils.c (initialize_current_architecture): Ditto.
12026 (_initialize_gdbarch_utils): Ditto.
12027 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
12028
12029 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
12030 * wince.c (_initialize_inftarg): Ditto.
12031 * symfile.c (_initialize_symfile): Ditto.
12032 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12033 * language.c (_initialize_language): Ditto.
12034 * arc-tdep.c (_initialize_arc_tdep): Ditto.
12035
12036 2002-02-04 Michael Snyder <msnyder@redhat.com>
12037
12038 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
12039
12040 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12041
12042 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
12043 Add rules for building the register data files.
12044
12045 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12046
12047 * regformats/regdat.sh: Add braces to the definition of
12048 expedite_regs_${arch}.
12049
12050 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12051
12052 * regformats/regdef.h (struct reg): Add comment describing the
12053 requirements for offset and size fields.
12054
12055 2002-02-04 Andreas Schwab <schwab@suse.de>
12056
12057 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
12058 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
12059
12060 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
12061
12062 * gdbarch.sh (copyright): Update years in generated header.
12063 (SMASH_TEXT_ADDRESS): Add rule.
12064 * gdbarch.h, gdbarch.c: Re-generate.
12065 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
12066 * dbxread.c: Likewise.
12067 * dwarfread.c: Likewise.
12068 * elfread.c: Likewise.
12069 * somread.c: Likewise.
12070
12071 * arm-tdep.c (arm_smash_text_address): New function.
12072 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
12073
12074 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12075
12076 Add support for hardware watchpoints on win32 native.
12077 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
12078 CONTEXT_DEBUG_REGISTERS.
12079 (dr variable): New variable. Static array containing a local copy
12080 of debug registers.
12081 (debug_registers_changed): New variable. Reflects when debug registers
12082 are changed and need to be written to inferior.
12083 (debug_registers_used): New variable. Reflects when any debug register
12084 was set, used when new threads are created.
12085 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
12086 i386-nat code.
12087 (thread_rec): Set dr array if id is the thread of current_event .
12088 (child_continue, child_resume): Change the debug registers for all
12089 threads if debug_registers_changed.
12090 (child_add_thread): Change the debug registers if debug_registers_used.
12091 * config/i386/cygwin.mh: Add use of i386-nat.o file.
12092 Link nm.h to new nm-cygwin.h file.
12093 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
12094 of hardware registers.
12095
12096 2002-02-03 Andrew Cagney <ac131313@redhat.com>
12097
12098 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
12099 Restore behavour broken by 2002-01-20 Andrew Cagney
12100 <ac131313@redhat.com> IEEE_FLOAT removal.
12101
12102 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12103
12104 * c-valprint.c (c_val_print): Pass a proper valaddr to
12105 cp_print_class_method.
12106 * valops.c (search_struct_method): If there is only one method
12107 and args is NULL, return that method.
12108
12109 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12110
12111 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
12112 accessing tag_name directly.
12113
12114 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12115
12116 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
12117 of accessing tag_name directly.
12118
12119 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12120
12121 PR gdb/280
12122 * gdbtypes.c (replace_type): New function.
12123 * gdbtypes.h (replace_type): Add prototype.
12124 * stabsread.c (read_type): Use replace_type.
12125
12126 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
12127
12128 * Makefile.in (memattr.o): Add missing dependencies rule.
12129
12130 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12131
12132 * breakpoint.c (break_at_finish_command): Really export.
12133 (break_at_finish_at_depth_command): Ditto.
12134 (tbreak_at_finish_command): Ditto.
12135 * hppa-tdep.c: Include completer.h.
12136 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
12137 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
12138
12139 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12140
12141 * utils.c (do_write): New function.
12142 (error_stream): Rewrite combining the code from error_begin and
12143 verror.
12144 (verror): Rewrite using error_stream.
12145 (error_begin): Delete function.
12146
12147 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12148
12149 * utils.c (error_begin): Make static.
12150 * defs.h (error_begin): Delete declaration.
12151
12152 * linespec.c (cplusplus_error): Replace cplusplus_hint.
12153 (decode_line_1): Use cplusplus_error instead of error_begin,
12154 cplusplus_hint and return_to_top_level.
12155 * coffread.c (coff_symfile_read): Use error instead of error_begin
12156 and return_to_top_level.
12157 * infrun.c (default_skip_permanent_breakpoint): Ditto.
12158
12159 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12160
12161 * language.h (type_error, range_error): Make string parameter
12162 constant.
12163 * language.c (warning_pre_print): Delete extern declaration.
12164 * dwarfread.c (warning_pre_print): Ditto.
12165 * language.c (type_error, range_error): Rewrite to use verror and
12166 vwarning instead of warning_begin.
12167
12168 2002-02-01 Michael Snyder <msnyder@redhat.com>
12169
12170 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
12171 (set_ignore_count): Move misplaced comment back where it belongs.
12172
12173 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12174
12175 * command.h (NO_FUNCTION): Delete macro.
12176 * cli/cli-decode.h (NO_FUNCTION): Ditto.
12177 * top.c (execute_command): Replace NO_FUNCTION with NULL.
12178 * tracepoint.c (_initialize_tracepoint): Ditto.
12179 * cli/cli-decode.c (add_set_cmd): Ditto.
12180 * cli/cli-cmds.c (init_cli_cmds): Ditto.
12181
12182 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12183
12184 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
12185 Update ``this'' pointer when calling virtual functions.
12186
12187 2002-02-01 Michael Snyder <msnyder@redhat.com>
12188
12189 * breakpoint.c (create_temp_exception_breakpoint): Delete.
12190 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
12191
12192 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12193
12194 * regformats/reg-arm.dat: New file.
12195 * regformats/reg-i386.dat: New file.
12196 * regformats/reg-ia64.dat: New file.
12197 * regformats/reg-m68k.dat: New file.
12198 * regformats/reg-mips.dat: New file.
12199 * regformats/reg-ppc.dat: New file.
12200 * regformats/reg-sh.dat: New file.
12201 * regformats/regdef.h: New file.
12202 * regformats/regdat.sh: New file.
12203
12204 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
12205
12206 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12207 (arm_frame_args_address, arm_frame_locals_address): New functions.
12208 (arm_frame_num_args): New function.
12209 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12210 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12211 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12212
12213 2002-01-31 Michael Snyder <msnyder@redhat.com>
12214
12215 * breakpoint.c (break_at_finish_command): Export.
12216 (break_at_finish_at_depth_command): Export.
12217 (tbreak_at_finish_command): Export.
12218 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
12219 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
12220 "txbreak" commands, which are HPPA specific.
12221
12222 * printcmd.c (disassemble_command): Remove an ancient
12223 artifact of an old merge.
12224
12225 * symfile.h (enum overlay_debugging_state):
12226 Define enum constant values for overlay mode.
12227 * symfile.c (overlay_debugging): Use enums instead of literals.
12228 (overlay_is_mapped, overlay_auto_command,
12229 overlay_manual_command): Ditto.
12230
12231 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12232 breakpoint_here_p, breakpoint_inserted_here_p,
12233 breakpoint_thread_match, bpstat_stop_status,
12234 describe_other_breakpoints, check_duplicates, clear_command):
12235 Coding standard fixes.
12236
12237 * target.c (target_xfer_memory): Add spaces, coding standard.
12238 (do_xfer_memory): Add missing line to trust-readonly
12239 code: check bfd SEC_READONLY flag for section.
12240
12241 2002-01-31 Andrew Cagney <ac131313@redhat.com>
12242
12243 * PROBLEMS: Fix typo, 5.1->5.1.1.
12244
12245 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12246
12247 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12248 data symbols, since we search based on textlow and texthigh.
12249 (find_pc_sect_symtab): Likewise.
12250
12251 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12252
12253 * defs.h (vwarning): Declare.
12254 * utils.c (vwarning): New function.
12255 (warning): Call vwarning.
12256 (warning_begin): Delete function.
12257
12258 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12259 the warning message.
12260 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12261 warning_begin.
12262
12263 2002-01-30 Michael Snyder <msnyder@redhat.com>
12264
12265 * NEWS: Mention "set trust-readonly-sections" command.
12266 Mention generate-core-file command.
12267
12268 2002-01-15 Michael Snyder <msnyder@redhat.com>
12269
12270 * target.c: New command, "set trust-readonly-sections on".
12271 (do_xfer_memory): Honor the suggestion to trust readonly sections
12272 by reading them from the object file instead of from the target.
12273 (initialize_targets): Register command "set trust-readonly-sections".
12274
12275 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12276
12277 * parse.c (target_map_name_to_register): Simplify, search regs and
12278 pseudo-regs using a single loop.
12279
12280 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12281
12282 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12283
12284 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
12285
12286 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12287 * config/i386/i386v42mp.mh: Add i387-nat.o .
12288 * i386v4-nat.c: Include i387-nat.h.
12289 (supply_fpregset): Use i387_supply_fsave.
12290 (fill_fpregset): Use i387_fill_fsave.
12291
12292 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
12293
12294 * arm-tdep.c (arm_call_dummy_words): Define.
12295 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12296 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12297 (CALL_DUMMY_WORDS): Define.
12298 (arm_call_dummy_words): Declare.
12299 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12300 (arm_linux_call_dummy_words): Declare.
12301
12302 2002-01-30 Andreas Schwab <schwab@suse.de>
12303
12304 * m68klinux-nat.c: Fix last change to use regcache_collect
12305 instead of referencing registers[] directly.
12306
12307 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12308
12309 * parse.c (target_map_name_to_register): Delete code wrapped in
12310 #ifdef REGISTER_NAME_ALIAS_HOOK.
12311
12312 2002-01-28 Michael Snyder <msnyder@redhat.com>
12313
12314 * regcache.c (legacy_read_register_gen): Need to be able to
12315 read pseudo-register as well as real register.
12316 (legacy_write_register_gen): Ditto.
12317
12318 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12319
12320 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12321 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12322 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12323 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12324 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12325 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12326 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12327 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12328 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12329 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12330 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12331 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12332 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12333 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12334 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12335 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12336 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12337 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12338 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12339 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12340
12341 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12342
12343 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12344 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12345 (initialize_current_architecture): Update target_byte_order using
12346 information from BFD.
12347 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12348 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12349
12350 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12351
12352 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12353 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12354
12355 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12356 #ifdef INVALID_FLOAT.
12357 * infcmd.c (do_registers_info): Ditto.
12358 * values.c (unpack_double): Ditto. Add comment.
12359
12360 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12361 already commented out.
12362
12363 2002-01-26 Andreas Schwab <schwab@suse.de>
12364
12365 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12366 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12367 registers and add support for PTRACE_GETREGS.
12368
12369 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12370
12371 GDB 5.1.1 released from 5.1 branch.
12372 * NEWS: Add 5.1.1 news.
12373 * README: Sync with 5.1 branch.
12374
12375 2002-01-23 Fred Fish <fnf@redhat.com>
12376
12377 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12378 stabstring on initial malloc. Reallocing will copy it for us,
12379 if necessary.
12380
12381 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12382
12383 * Makefile.in (hpread_h): Delete.
12384 (HFILES_NO_SRCDIR): Remove hpread.h.
12385 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12386 (hpread.o): Update dependencies.
12387 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12388
12389 * hp-psymtab-read.c: Remove file.
12390 * hp-symtab-read.c: Remove file.
12391 * hpread.h: Remove file.
12392
12393 * hpread.c: Merge all contents of hp-psymtab-read.c,
12394 hp-symtab-read.c and hpread.h into this file, as it was prior to
12395 January 1999.
12396
12397 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12398 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12399 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12400 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12401
12402 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12403
12404 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12405 fill_gregset): Call gdbarch_tdep() just once, assign result to
12406 variable and use that, instead of calling the function several
12407 times.
12408
12409 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12410
12411 * configure.host: Accept sparcv9 as alias for sparc64.
12412 * configure.tgt: Likewise.
12413
12414 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12415
12416 * solib-aix5.c (build_so_list_from_mapfile)
12417 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12418 arguments is not reversed.
12419 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12420 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12421
12422 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12423
12424 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12425 modified version of obsolete sh_fetch_pseudo_register.
12426 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12427 (sh4_register_read): New function.
12428 (sh_pseudo_register_write): New function. Renamed and modified
12429 version of obsolete sh_store_pseudo_register.
12430 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12431 (sh4_register_write): New function.
12432 (sh_gdbarch_init): Remove setting of gdbarch function
12433 fetch_pseudo_register and store_pseudo_register. Remove setting of
12434 register_convert_to_raw, register_convert_to_virtual,
12435 register_convertible.
12436 (sh_sh4_register_convertible): Delete. No longer needed. All is
12437 taken care by architecture specific functions
12438 register_read/register_write.
12439 (sh_sh4_register_convert_to_virtual): Make static.
12440 (sh_sh4_register_convert_to_raw): Ditto.
12441
12442 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12443
12444 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12445 (floatformat_is_nan, floatformat_mantissa): Ditto.
12446
12447 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12448 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12449 builtin_type_ieee_double_little,
12450 builtin_type_ieee_double_littlebyte_bigword,
12451 builtin_type_m68881_ext, builtin_type_i960_ext,
12452 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12453 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12454 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12455 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12456
12457 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12458
12459 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12460 parameter. Set frameless flag if it exists and depended of
12461 whether the scanned function is frameless or not.
12462 (xstormy16_skip_prologue): If function is frameless, return
12463 result of xstormy16_scan_prologue().
12464 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12465 call.
12466
12467 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12468
12469 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12470 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12471 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12472 sh_sh4_register_byte, sh_sh4_register_raw_size,
12473 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12474 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12475 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12476 sh_store_pseudo_register, sh_do_pseudo_register): Call
12477 gdbarch_tdep() just once, assign result to variable and use that,
12478 instead of calling the function several times.
12479
12480 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12481
12482 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12483 macros instead of LAST_FPU_CTRL_REGNUM.
12484 (store_register): Likewise.
12485
12486 2002-01-21 Jim Blandy <jimb@redhat.com>
12487
12488 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12489 is up-to-date before running the program, not just when a program
12490 exits.
12491
12492 2002-01-21 Fred Fish <fnf@redhat.com>
12493
12494 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12495 when we have found all instructions we are looking for.
12496
12497 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12498
12499 * arm-tdep.c (arm_register_name): New function.
12500 (arm_registers_names): Make static.
12501 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12502 (arm_register_name): Declare.
12503 (REGISTER_NAME): Use it.
12504
12505 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12506 Kevin Buettner <kevinb@redhat.com>
12507
12508 Convert arm targets to new FRAME interface.
12509 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12510 (arm_frame_find_save_regs): Delete.
12511 (arm_frame_init_saved_regs): New.
12512 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12513 Allocate extra_info as required. Convert all uses of fsr.regs
12514 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12515 to use extra_info.
12516 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12517 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12518 (check_prologue_cache, save_prologue_cache): Likewise.
12519 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12520 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12521 (FRAME_FIND_SAVED_REGS): Delete.
12522 (arm_frame_find_saved_regs): Delete prototype.
12523 (arm_frame_init_saved_regs): New prototype.
12524 (FRAME_INIT_SAVED_REGS): Define.
12525
12526 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12527
12528 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12529
12530 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12531
12532 From Jeff Law <law@redhat.com>:
12533 * infttrace.c: Include <sys/pstat.h>.
12534 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12535 exec file if the ttrace equivalent fails.
12536
12537 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12538
12539 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12540 (closeLogFile): Ditto.
12541
12542 2002-01-20 Michael Chastain <mec@shout.net>
12543
12544 * top.c (print_gdb_version): Bump copyright year to 2002.
12545
12546 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12547
12548 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12549 Zannoni and Eli Zaretskii.
12550
12551 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12552
12553 * buildsym.c: Update copyright years.
12554 * c-typeprint.c: Likewise.
12555 * dwarf2read.c: Likewise.
12556 * f-typeprint.c: Likewise.
12557 * gdbtypes.c: Likewise.
12558 * gdbtypes.h: Likewise.
12559 * hp-symtab-read.c: Likewise.
12560 * hpread.c: Likewise.
12561 * mdebugread.c: Likewise.
12562 * p-typeprint.c: Likewise.
12563
12564 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12565
12566 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12567 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12568 byte-order selectable.
12569 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12570 * arch-utils.c: Ditto.
12571 (set_endian): Ditto.
12572 (set_endian_from_file): Ditto.
12573 * gdbserver/low-sim.c (create_inferior): Ditto.
12574 * gdbarch.sh: Ditto.
12575 * gdbarch.h: Re-generate.
12576 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12577 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12578 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12579 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12580 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12581 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12582 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12583 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12584 macro definition.
12585 * config/mips/tm-wince.h: Remove #undef of macro
12586 TARGET_BYTE_ORDER_SELECTABLE.
12587 * config/sh/tm-wince.h: Ditto.
12588
12589 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12590
12591 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12592 member function fields. Add accessor macro
12593 TYPE_FN_FIELD_ARTIFICIAL.
12594 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12595 * c-typeprint.c (c_type_print_base): Skip artificial member
12596 functions.
12597
12598 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12599
12600 * f-typeprint.c: Delete unused function f_type_print_args.
12601 * p-typeprint.c: Delete unused function pascal_type_print_args.
12602
12603 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12604
12605 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12606 comment. Add ``artificial'' to ``union field_location''.
12607
12608 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12609
12610 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12611 * mdebugread.c (parse_symbol): Likewise.
12612 * stabsread.c (define_symbol): Likewise.
12613 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12614 initializing TYPE_FIELD_BITPOS to n (obsolete).
12615 (hpread_doc_function_type): Likewise.
12616 * hpread.c (hpread_function_type): Likewise.
12617
12618 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12619
12620 * configure.in (host_makefile_frag): Only require a host makefile
12621 fragment when a native build.
12622 * configure: Re-generate.
12623
12624 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12625
12626 * doublest.h (floatformat_from_type): Declare.
12627 * doublest.c (floatformat_from_type): New function.
12628 (convert_typed_floating): Use.
12629
12630 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12631 call to function floatformat_from_type.
12632
12633 * gdbarch.sh (IEEE_FLOAT): Delete.
12634 * gdbarch.h, gdbarch.c: Re-generate.
12635 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12636 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12637 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12638 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12639 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12640 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12641 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12642 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12643 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12644 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12645 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12646 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12647
12648 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12649 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12650 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12651 * sh-tdep.c (sh_gdbarch_init): Ditto.
12652 * mips-tdep.c (mips_gdbarch_init): Ditto.
12653 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12654 * cris-tdep.c (cris_gdbarch_init): Ditto.
12655
12656 2002-01-20 Jiri Smid <smid@suse.cz>
12657
12658 * configure.host, configure.tgt: Support x86-64.
12659 * NEWS: Note new target x86-64.
12660
12661 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12662 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12663 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12664 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12665 x86-64-linux-nat.o): Fix dependencies.
12666
12667 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12668
12669 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12670 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12671 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12672 * config/sparc/xm-sun4os4.h: Delete file.
12673 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12674
12675 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12676
12677 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12678 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12679 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12680 * config/i386/i386lynx.mh (XM_FILE): Delete.
12681 * config/rs6000/xm-rs6000ly.h: Delete file.
12682 * config/sparc/xm-sparclynx.h: Delete file.
12683 * config/m68k/xm-m68klynx.h: Delete file.
12684 * config/i386/xm-i386lynx.h: Delete file.
12685 * config/xm-lynx.h: Delete file.
12686 * config/djgpp/fnchange.lst: Update.
12687
12688 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12689
12690 * alpha-tdep.c (alpha_register_byte): New function.
12691 (alpha_register_raw_size): Ditto.
12692 (alpha_register_virtual_size): Ditto.
12693 (alpha_skip_prologue_internal): Renamed from
12694 alpha_skip_prologue.
12695 (alpha_skip_prologue): New version that calls
12696 alpha_skip_prologue_internal.
12697 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12698 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12699 second argument from alpha_skip_prologue.
12700 (REGISTER_BYTE): Use alpha_register_byte.
12701 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12702 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12703 (FRAMELESS_FUNCTION_INVOCATION): Use
12704 generic_frameless_function_invocation_not.
12705 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12706 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12707
12708 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12709
12710 * config/mips/xm-news-mips.h: Delete file.
12711 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12712
12713 * config/m88k/xm-m88k.h: Delete file.
12714 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12715 * config/m88k/xm-delta88v4.h: Ditto.
12716 * config/m88k/xm-delta88.h: Ditto.
12717
12718 * config/alpha/xm-fbsd.h: Delete file.
12719 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12720
12721 * config/sparc/xm-sparc.h: Delete file.
12722 * Makefile.in (xm-sun4os4.h): Delete dependency.
12723 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12724 * config/sparc/xm-sun4os4.h: Ditto.
12725 * config/sparc/xm-linux.h: Ditto.
12726
12727 * config/i386/xm-windows.h: Delete file.
12728
12729 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12730
12731 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12732 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12733
12734 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12735
12736 * alpha-tdep.c (alpha_call_dummy_words): New.
12737 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12738 (CALL_DUMMY_P): Define.
12739 (CALL_DUMMY_WORDS): Define.
12740 (SIZEOF_CALL_DUMMY_WORDS): Define.
12741
12742 2002-01-19 Per Bothner <per@bothner.com>
12743
12744 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12745 isn't NULL, which can happen with some gcj-3.x-produced code.
12746
12747 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12748
12749 * alpha-tdep.c (alpha_register_virtual_type): New function.
12750 (alpha_init_frame_pc_first): Ditto.
12751 (alpha_fix_call_dummy): Ditto.
12752 (alpha_store_struct_return): Ditto.
12753 (alpha_extract_struct_value_address): Ditto.
12754 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12755 alpha_register_virtual_type.
12756 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12757 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12758 alpha_extract_struct_value_address.
12759 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12760 (INIT_FRAME_PC): Use init_frame_pc_noop.
12761 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12762
12763 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12764
12765 * i386gnu-nat.c: Include "i386-tdep.h".
12766 (fetch_fpregs): Simplify code dealing with uninitialized floating
12767 point states such that it doesn't require FP7_REGNUM.
12768
12769 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12770
12771 * alpha-tdep.c (frame_extra_info): New.
12772 (alpha_find_saved_regs): Make static. Use
12773 frame->extra_info.
12774 (alpha_frame_init_saved_regs): New function.
12775 (alpha_frame_saved_pc): Use frame->extra_info.
12776 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12777 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12778 (init_extra_frame_info): Rename to...
12779 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12780 (alpha_print_extra_frame_info): New function.
12781 (alpha_frame_locals_address): Ditto.
12782 (alpha_frame_args_address): Ditto.
12783 (alpha_pop_frame): Use frame->extra_info.
12784 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12785 alpha_frame_args_address.
12786 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12787 (alpha_find_saved_regs): Remove prototype.
12788 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12789 (EXTRA_FRAME_INFO): Remove.
12790 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12791 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12792
12793 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12794
12795 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12796 (alpha_cannot_fetch_register): Ditto.
12797 (alpha_cannot_store_register): Ditto.
12798 (alpha_register_convertible): Ditto.
12799 (alpha_use_struct_convention): Ditto.
12800 * config/alpha/tm-alpha.h: Update copyright years.
12801 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12802 (INNER_THAN): Use core_addr_lessthan.
12803 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12804 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12805 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12806 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12807 (FRAME_CHAIN): Remove unnecessary cast.
12808
12809 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12810
12811 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12812 obsolete.
12813
12814 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12815
12816 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12817 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12818 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12819 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12820 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12821 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12822 * x86-64-linux-nat.c: Ditto.
12823
12824 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12825
12826 * alpha-tdep.c (alpha_register_name): New function.
12827 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12828 (REGISTER_NAME): Define.
12829
12830 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12831
12832 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12833
12834 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12835
12836 * alpha-tdep.c: Update copyright years.
12837 (alpha_next_pc): New function.
12838 (alpha_software_single_step): Ditto.
12839 * config/alpha/tm-alpha.h: Add prototype for
12840 alpha_software_single_step.
12841
12842 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12843
12844 * alphabsd-nat.c: Update copyright years.
12845 (fill_gregset): Use regcache_collect.
12846 (fill_fpregset): Likewise.
12847 (fetch_inferior_registers): Only fetch integer registers
12848 if requested to do so.
12849 (store_inferior_registers): Only store integer registers
12850 if requested to do so.
12851
12852 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12853
12854 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12855 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12856 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12857 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12858 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12859 * config/arm/linux.mh (XDEPFILES): Delete.
12860 * config/arm/nbsd.mh (XDEPFILES): Delete.
12861 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12862 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12863 * config/i386/i386m3.mh (XDEPFILES): Delete.
12864 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12865 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12866 * config/i386/fbsd.mh (XDEPFILES): Delete.
12867 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12868 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12869 * config/i386/i386v4.mh (XDEPFILES): Delete.
12870 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12871 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12872 * config/i386/i386aix.mh (XDEPFILES): Delete.
12873 * config/i386/go32.mh (XDEPFILES): Delete.
12874 * config/i386/cygwin.mh (XDEPFILES): Delete.
12875 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12876 * config/i386/i386mach.mh (XDEPFILES): Delete.
12877 * config/i386/i386v32.mh (XDEPFILES): Delete.
12878 * config/i386/linux.mh (XDEPFILES): Delete.
12879 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12880 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12881 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12882 * config/i386/i386sco.mh (XDEPFILES): Delete.
12883 * config/i386/i386v.mh (XDEPFILES): Delete.
12884 * config/i386/nbsd.mh (XDEPFILES): Delete.
12885 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12886 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12887 * config/i386/symmetry.mh (XDEPFILES): Delete.
12888 * config/i386/obsd.mh (XDEPFILES): Delete.
12889 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12890 * config/ia64/linux.mh (XDEPFILES): Delete.
12891 * config/ia64/aix.mh (XDEPFILES): Delete.
12892 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12893 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12894 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12895 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12896 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12897 * config/m68k/linux.mh (XDEPFILES): Delete.
12898 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12899 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12900 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12901 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12902 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12903 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12904 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12905 * config/m88k/delta88.mh (XDEPFILES): Delete.
12906 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12907 * config/m88k/m88k.mh (XDEPFILES): Delete.
12908 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12909 * config/mips/linux.mh (XDEPFILES): Delete.
12910 * config/mips/irix6.mh (XDEPFILES): Delete.
12911 * config/mips/irix5.mh (XDEPFILES): Delete.
12912 * config/mips/irix4.mh (XDEPFILES): Delete.
12913 * config/mips/irix3.mh (XDEPFILES): Delete.
12914 * config/mips/decstation.mh (XDEPFILES): Delete.
12915 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12916 (NATDEPFILES): Move core-aout.o to here.
12917 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12918 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12919 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12920 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12921 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12922 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12923 * config/pa/hpux11.mh (XDEPFILES): Delete.
12924 * config/powerpc/aix.mh (XDEPFILES): Delete.
12925 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12926 * config/powerpc/linux.mh (XDEPFILES): Delete.
12927 * config/romp/rtbsd.mh: Rename XDEPFILES.
12928 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12929 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12930 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12931 * config/s390/s390.mh (XDEPFILES): Delete.
12932 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12933 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12934 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12935 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12936 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12937 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12938 * config/sparc/linux.mh (XDEPFILES): Delete.
12939 * config/vax/vaxult.mh (XDEPFILES): Delete.
12940 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12941 * Makefile.in (DEPFILES): Remove XDEPFILES.
12942
12943 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12944
12945 * utils.c (internal_verror): Fix comments, default is yes not no.
12946 Update queries to match. Default to quit and dump core.
12947
12948 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12949
12950 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12951 copyright.
12952 * defs.h, event-top.c, gdbcmd.h: Ditto.
12953 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12954 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12955 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12956 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12957 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12958 * mi/mi-main.c:Ditto.
12959
12960 * stack.c, symfile.c: Update copyright.
12961
12962 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12963
12964 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12965 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12966 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12967 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12968
12969 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12970
12971 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12972 * gdbserver/low-lynx.c (myattach): Likewise.
12973 * gdbserver/low-nbsd.c (myattach): Likewise.
12974 * gdbserver/low-sim.c (myattach): Likewise.
12975 * gdbserver/low-sparc.c (myattach): Likewise.
12976 * gdbserver/low-sun3.c (myattach): Likewise.
12977
12978 * gdbserver/low-linux.c (myattach): New function.
12979
12980 * gdbserver/server.c (attach_inferior): New function.
12981 (main): Handle "--attach".
12982
12983 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12984
12985 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12986 maintainer.
12987
12988 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12989
12990 * c-typeprint.c (is_type_conversion_operator): Add additional
12991 check for non-conversion operators.
12992
12993 2002-01-15 Michael Snyder <msnyder@redhat.com>
12994
12995 * linux-proc.c: Add "info proc" command, a la procfs.c.
12996 (read_mapping): New function, abstract and re-use code.
12997 (linux_find_memory_regions): Use new func read_mapping.
12998 (linux_info_proc_cmd): New function, implement "info proc".
12999 (_initialize_linux_proc): Add new command "info proc".
13000
13001 2002-01-15 Michael Snyder <msnyder@redhat.com>
13002
13003 * symfile.c (generic_load): Use bfd_map_over_sections method
13004 instead of manipulating bfd structure members directly.
13005 (add_section_size_callback): New function, bfd sections callback
13006 used by generic_load.
13007 (load_sections_callback): New function, bfd sections callback
13008 used by generic_load.
13009
13010 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
13011
13012 [Based on work by Jim Blandy]
13013 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
13014 (builtin_type_vec128): Export.
13015 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
13016 types.
13017 (builtin_type_vec128): New builtin type for 128 bit vector
13018 registers.
13019 (build_gdbtypes): Initialize builtin_type_v16qi and
13020 builtin_type_v8hi. Create the vec128 register builtin type
13021 structure.
13022 (build_builtin_type_vec128): New function.
13023 (_initialize_gdbtypes): Register builtin_type_v16qi and
13024 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
13025 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
13026 AltiVec register to new builtin type.
13027
13028 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
13029
13030 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
13031 to make_cv_type.
13032
13033 2002-01-14 Andrew Cagney <ac131313@redhat.com>
13034
13035 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
13036 CLEAN_UP_REGISTER_VALUE.
13037 * regcache.c (supply_register): Update only call.
13038
13039 2002-01-14 Andrew Cagney <ac131313@redhat.com>
13040
13041 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13042 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13043 a29k-*-vxworks* targets as obsolete.
13044
13045 2002-01-14 Michael Snyder <msnyder@redhat.com>
13046
13047 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
13048 until we can resolve portability issues.
13049 * gregset.h: Remove references to fpxregs.
13050 * gcore.c (gcore_command): Initialize note_sec to NULL.
13051
13052 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13053
13054 * signals.c (target_signal_to_name): Rewrite. Only use
13055 signals[].name when in bounds and non-NULL.
13056
13057 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13058
13059 From Petr Ledvina <ledvinap@kae.zcu.cz>:
13060 * signals.c (target_signal_to_name): Verify that SIG is within the
13061 bounds of the signals array.
13062
13063 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13064
13065 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
13066
13067 2002-01-13 Keith Seitz <keiths@redhat.com>
13068
13069 * stack.c (print_frame_info_base): Print the frame's pc
13070 only if when print_frame_info_listing_hook is not defined.
13071
13072 2002-01-13 Keith Seitz <keiths@redhat.com>
13073
13074 * varobj.c (varobj_set_value): Make sure that there were no
13075 errors evaluating the object before attempting to set its
13076 value.
13077 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
13078 so this offset adjustment is no longer necessary.
13079 (create_child): Don't set the error flag if the child is
13080 a CPLUS_FAKE_CHILD.
13081 (value_of_child): If value_fetch_lazy fails, return NULL
13082 so that callers will be notified that an error occurred.
13083 (c_value_of_variable): Delay check of variable's validity
13084 until later. We actually want all structs and unions to have
13085 the value "{...}".
13086 Do not return "???" for variables which could not be evaluated.
13087 This error condition must be returned to the caller so that it
13088 can get the error condition from gdb.
13089 (cplus_name_of_child): Adjust index for vptr before figuring
13090 out the name of the child.
13091 (cplus_value_of_child): If a child's (real) parent is not valid,
13092 don't even bother trying to give a value for it. Just return
13093 an error. Change all instances in this function.
13094 (cplus_type_of_child): If our parent is one of the "fake"
13095 parents, we need to get at the type of the real parent, and
13096 derive the child's true type using this information.
13097
13098 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13099
13100 From 2002-01-09 John Marshall <johnm@falch.net>:
13101 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
13102 sources.redhat.com, and tweak some related URLs which had
13103 suffered from linkrot.
13104
13105 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13106
13107 From Jeff law:
13108 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
13109 structures passed in registers.
13110
13111 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
13112
13113 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
13114 white space which prevented compilation. Reported by DSK
13115 <dsk@student.unsw.edu.au>.
13116
13117 2002-01-11 Michael Snyder <msnyder@redhat.com>
13118
13119 * symfile.c (build_section_addr_info_from_section_tab):
13120 Use bfd access method instead of manipulating bfd directly.
13121 (syms_from_objfile): Ditto.
13122 (simple_overlay_update_1): Ditto.
13123 (simple_overlay_update): Ditto.
13124 (generic_load): Ditto.
13125 (overlay_unmapped_address): FIXME comment, bfd access methods.
13126 (sections_overlap): FIXME comment, bfd access methods.
13127 (pc_in_mapped_range): FIXME comment, bfd access methods.
13128 (pc_in_unmapped_range): FIXME comment, bfd access methods.
13129 (section_is_mapped): FIXME comment, bfd access methods.
13130 (section_is_overlay): FIXME comment, bfd access methods.
13131
13132 * symfile.c (generic_load): Whitespace and long line cleanups.
13133 Remove duplicate variable, change several local variables to
13134 more appropriate data types.
13135 (print_transfer_performance): Use %lu instead of %ld for ulongs.
13136
13137 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13138
13139 From Peter Schauer:
13140 * language.c (longest_local_hex_string_custom): Use phex_nz to
13141 convert NUM to a hex string.
13142
13143 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
13144
13145 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
13146 the function.
13147 Update Copyright year.
13148
13149 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13150
13151 * language.c (longest_raw_hex_string): Delete unused function.
13152
13153 2002-01-11 Petr Sorfa <petrs@caldera.com>
13154
13155 * MAINTAINERS (write-after-approval): Add myself.
13156 * dwarf2read.c (read_tag_string_type): Handling of
13157 DW_AT_byte_size.
13158 (read_tag_string_type): FORTRAN fix to prevent propagation of
13159 first string size.
13160 (set_cu_language): Handling of DW_LANG_Fortran95
13161
13162 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
13163
13164 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
13165 GETPID(inferior_ptid).
13166 (store_inferior_registers): Likewise.
13167
13168 2002-01-10 Jason Merrill <jason@redhat.com>
13169
13170 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
13171 Fix DW_OP_minus.
13172
13173 2002-01-10 Andrew Cagney <ac131313@redhat.com>
13174
13175 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
13176 and bfd/elf32-sh-nbsd.c.
13177
13178 2002-01-10 Michael Snyder <msnyder@redhat.com>
13179
13180 * NEWS: Mention --pid and corefile/proc-id behavior change.
13181
13182 * Makefile.in: Add rules for gcore.o and linux-proc.o.
13183 * gcore.c: Include cli/cli-decode.h instead of command.h.
13184
13185 * main.c (captured_main): Add new command line option "--pid".
13186 If the second command line argument (following the symbol-file)
13187 begins with a digit, try to attach to it before trying to open
13188 it as a corefile.
13189 (print_gdb_help): Document the "--pid" argument.
13190
13191 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13192
13193 * completer.c (command_completer): New function.
13194
13195 * completer.h <command_completer>: Add prototype.
13196
13197 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
13198 completer for the "help" command.
13199
13200 2002-01-09 Jason Merrill <jason@redhat.com>
13201
13202 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
13203
13204 2002-01-09 Michael Snyder <msnyder@redhat.com>
13205
13206 * i386-linux-nat.c (fill_fpxregset): Make global.
13207 (store_fpxregset): Ditto.
13208
13209 * gregset.h (gdb_fpxregset_t): Define.
13210 (supply_fpxregset): Prototype.
13211 (fill_fpxregset): Prototype.
13212
13213 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13214
13215 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13216
13217 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13218 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13219 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13220
13221 2002-01-09 Andrew Cagney <ac131313@redhat.com>
13222
13223 * MAINTAINERS: Update target maintainer rules so that any
13224 Maintainer can approve a tested patch for a maintenance-only
13225 target.
13226
13227 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13228
13229 * MAINTAINERS (write-after-approval): Add myself.
13230
13231 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
13232 IN_SIGTRAMP.
13233
13234 2002-01-08 Michael Snyder <msnyder@redhat.com>
13235
13236 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13237 real name of the executable, rather than the /proc name.
13238
13239 2002-01-03 Michael Snyder <msnyder@redhat.com>
13240
13241 Implement a "generate-core-file" command in gdb, save target state.
13242 * gcore.c: New file. Implement new command 'generate-core-file'.
13243 Save a corefile image of the current state of the inferior.
13244 * linux-proc.c: Add linux-specific code for saving corefiles.
13245 * target.h (struct target_ops): Add new target vectors for saving
13246 corefiles; to_find_memory_regions and to_make_corefile_notes.
13247 (target_find_memory_regions): New macro.
13248 (target_make_corefile_notes): New macro.
13249 * target.c (update_current_target): Inherit new target methods.
13250 (dummy_find_memory_regions): New place-holder method.
13251 (dummy_make_corefile_notes): New place-holder method.
13252 (init_dummy_target): Initialize new dummy target vectors.
13253 * exec.c (exec_set_find_memory_regions): New function.
13254 Allow the exec_ops vector for memory regions to be taken over.
13255 (exec_make_note_section): New function, target vector method.
13256 * defs.h (exec_set_find_memory_regions): Export prototype.
13257 * procfs.c (proc_find_memory_regions): New function, corefile method.
13258 (procfs_make_note_section): New function, corefile method.
13259 (init_procfs_ops): Set new target vector pointers.
13260 (find_memory_regions_callback): New function.
13261 (procfs_do_thread_registers): New function.
13262 (procfs_corefile_thread_callback): New function.
13263 * sol-thread.c (sol_find_memory_regions): New function.
13264 (sol_make_note_section): New function.
13265 (init_sol_thread_ops): Initialize new target vectors.
13266 * inftarg.c (inftarg_set_find_memory_regions): New function.
13267 Allow to_find_memory_regions vector to be taken over.
13268 (inftarg_set_make_corefile_notes): New function.
13269 Allow to_make_corefile_notes vector to be taken over.
13270 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13271 interface layer if not target_has_execution (may be a corefile).
13272 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13273 * config/sparc/sun4sol2.mh: Ditto.
13274 * config/alpha/alpha-linux.mh: Ditto.
13275 * config/arm/linux.mh: Ditto.
13276 * config/i386/x86-64linux.mh: Ditto.
13277 * config/ia64/linux.mh: Ditto.
13278 * config/m68k/linux.mh: Ditto.
13279 * config/mips/linux.mh: Ditto.
13280 * config/powerpc/linux.mh: Ditto.
13281 * config/sparc/linux.mh: Ditto.
13282
13283 2002-01-07 Michael Snyder <msnyder@redhat.com>
13284
13285 * arm-linux-nat.c: Remove references to regcache.c internal data
13286 (registers[] and register_valid[]).
13287
13288 2002-01-07 Michael Snyder <msnyder@redhat.com>
13289
13290 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13291 so that attaching to a pid will automatically read the process's
13292 symbol file and shlibs.
13293 * Makefile.in: Add rule for linux-proc.o.
13294 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13295 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13296 * config/arm/linux.mh: Ditto.
13297 * config/i386/linux.mh: Ditto.
13298 * config/i386/x86-64linux.mh: Ditto.
13299 * config/ia64/linux.mh: Ditto.
13300 * config/m68k/linux.mh: Ditto.
13301 * config/mips/linux.mh: Ditto.
13302 * config/powerpc/linux.mh: Ditto.
13303 * config/sparc/linux.mh: Ditto.
13304
13305 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13306
13307 * win32-nat.c: Add i386-tdep.h dependency.
13308
13309 2002-01-07 Michael Snyder <msnyder@redhat.com>
13310
13311 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13312 instead of bfd_get_arch_size. Don't bail out just because
13313 there's no exec_bfd.
13314
13315 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13316 * p-valprint.c (pascal_object_print_value): Ditto.
13317 * somread.c (som_symtab_read): Ditto.
13318 * symfile.c (simple_free_overlay_region_table): Ditto.
13319 * valops.c (value_assign): Ditto.
13320
13321 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13322 use tilde_expand and strerror for opening save-tracepoints file.
13323
13324 * thread-db.c (thread_db_new_objfile): Indendation fix.
13325
13326 * infptrace.c (GDB_MAX_ALLOCA): New define.
13327 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13328 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13329 can be overridden with whatever value is appropriate to the host).
13330 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13331 alloca to allocate potentially large buffer.
13332 * rs6000-nat.c (child_xfer_memory): Ditto.
13333 * symm-nat.c (child_xfer_memory): Ditto.
13334 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13335
13336 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13337
13338 From Nick Clifton <nickc@redhat.com>
13339 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13340
13341 2002-01-07 Michael Snyder <msnyder@redhat.com>
13342
13343 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13344 Don't use exec_bfd if it's NULL.
13345
13346 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13347
13348 * valops.c (value_arg_coerce): Fix formatting.
13349
13350 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13351
13352 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13353 * gnu-nat.c: Ditto.
13354
13355 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13356
13357 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13358 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13359 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13360 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13361 z8k-coff have not been multi-arched. Update z8k-coff build
13362 status.
13363
13364 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13365
13366 * MAINTAINERS: Mark a29k target as obsolete.
13367 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13368 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13369 comments.
13370 * NEWS: Note that a29k targets are obsolete.
13371 * a29k-tdep.c: Mark as obsolete.
13372 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13373 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13374 a29k-*-vxworks* targets as obsolete.
13375 * remote-adapt.c: Obsolete.
13376 * remote-eb.c: Obsolete.
13377 * remote-mm.c: Obsolete.
13378 * remote-udi.c: Obsolete.
13379 * config/a29k/a29k-udi.mt: Obsolete.
13380 * config/a29k/a29k.mt: Obsolete.
13381 * config/a29k/tm-a29k.h: Obsolete.
13382 * config/a29k/tm-vx29k.h: Obsolete.
13383 * config/a29k/vx29k.mt: Obsolete.
13384
13385 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13386
13387 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13388 with BFD_ENDIAN_BIG.
13389
13390 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13391
13392 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13393 * configure, config.in: Re-generate.
13394 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13395 * defs.h: Do not include <endian.h>.
13396
13397 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13398
13399 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13400 * config.in: Regenerate.
13401 * configure.in: Update copyright years.
13402 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13403 * configure: Regenerate.
13404 * i386bsd-nat.c: Update copyright years.
13405 (fill_gregset): Use regcache_collect.
13406 (fetch_inferior_registers): Only fetch integer registers
13407 if requested to do so. Add support for XMM registers
13408 using PT_GETXMMREGS.
13409 (store_inferior_registers): Only store integer registers
13410 if requested to do so. Add support for XMM registers
13411 using PT_SETXMMREGS.
13412 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13413 (store_inferior_registers): Remove.
13414 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13415 (fetch_elfcore_registers): New function.
13416 (i386nbsd_elfcore_fns): New.
13417 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13418 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13419 i386bsd-nat.o.
13420 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13421 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13422 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13423 * config/i386/tm-nbsd.h: Update copyright years.
13424 (HAVE_SSE_REGS): Define.
13425 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13426 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13427 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13428 (SIGCONTEXT_PC_OFFSET): Remove.
13429 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13430
13431 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13432
13433 * configure.tgt: Remove powerpc-*-macos* target.
13434 * config/m68k/xm-mpw.h: Delete file.
13435 * config/xm-mpw.h: Delete file.
13436 * ser-mac.c: Delete file.
13437 * mpw-make.sed: Delete file.
13438 * mpw-config.in: Delete file.
13439 * mac-xdep.c: Delete file.
13440 * mac-gdb.r: Delete file.
13441 * mac-defs.h: Delete file.
13442 * mac-nat.c: Delete file.
13443 * config/powerpc/macos.mh: Delete file.
13444 * config/powerpc/macos.mt: Delete file.
13445 * config/powerpc/nm-macos.h: Delete file.
13446 * config/powerpc/tm-macos.h: Delete file.
13447 * source.c (openp, open_source_file): Remove obsolete code.
13448 * top.c (gdb_readline): Ditto.
13449 * utils.c (query): Ditto.
13450 * event-top.c (display_gdb_prompt): Ditto.
13451 * Makefile.in (ser-mac.o): Delete obsolete target.
13452 * NEWS: Update.
13453
13454 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13455
13456 * defs.h (BIG_ENDIAN): Delete macro definition.
13457 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13458 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13459 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13460 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13461 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13462 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13463 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13464 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13465 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13466 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13467 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13468 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13469 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13470 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13471 * gdbarch.c: Re-generate.
13472
13473 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13474
13475 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13476 for core files.
13477
13478 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13479
13480 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13481
13482 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13483
13484 * value.h (value_ptr): Delete typedef.
13485
13486 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13487
13488 * i386nbsd-nat.c: Update copyright years.
13489 Include i386-tdep.h.
13490
13491 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13492
13493 * stabsread.c: Update copyright years.
13494
13495 From Debashis Mahata <debashis.mahata@wipro.com>:
13496 (read_struct_fields): Deal with Sun C compiler erroneous stab
13497 output for structs and unions.
13498 Fix PR gdb/269.
13499
13500 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13501
13502 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13503 prototype.
13504
13505 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13506
13507 * cp-abi.c: Fix whitespace.
13508 (baseclass_offset): New wrapper function.
13509 * cp-abi.h (baseclass_offset): Add prototype.
13510 (struct cp_abi_ops): Add baseclass_offset pointer.
13511
13512 * valops.c (vb_match): Move to...
13513 * gnu-v2-abi.c (vb_match): here.
13514 * valops.c (baseclass_offset): Move to...
13515 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13516
13517 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13518
13519 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13520 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13521 * hpacc-abi.c (init_hpacc_ops): Likewise.
13522
13523 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13524
13525 * valops.c (find_overload_match): Accept obj as a
13526 reference parameter. Update it before returning.
13527 * value.h (find_overload_match): Update prototype.
13528 * eval.c (evaluate_subexp_standard): Pass object to
13529 find_overload_match by reference.
13530
13531 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13532
13533 * valarith.c: Replace value_ptr with struct value pointer. Remove
13534 register attribute from value declarations.
13535 * valops.c: Ditto.
13536 * value.h: Ditto.
13537 * scm-lang.c (scm_lookup_name): Ditto.
13538
13539 2002-01-03 Michael Snyder <msnyder@redhat.com>
13540
13541 Abstract the functionality of iterating over mapped memory
13542 regions into a general purpose iterator function.
13543 * procfs.c (iterate_over_mappings): New function, general purpose
13544 iterator for memory sections.
13545 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13546 (solib_mappings_callback): New function, callback for above.
13547 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13548 (info_mappings_callback): New function, callback for above.
13549
13550 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13551
13552 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13553
13554 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13555 * i386-tdep.c: Include "elf-bfd.h".
13556 (process_note_abi_tag_sections): New function.
13557 (i386_gdbarch_init): Add code to recognize various OS/ABI
13558 combinations.
13559
13560 * maint.c (_initialize_maint_cmds): Add missing \ in
13561 string-literal.
13562
13563 For older changes see ChangeLog-2001
13564 \f
13565 Local Variables:
13566 mode: change-log
13567 left-margin: 8
13568 fill-column: 74
13569 version-control: never
13570 End: